.category_tabs { width: 100%; display: inline-block }
.category_tabs li { float:left; width: 16.6%; }
.category_tabs li a { border: solid 1px #ddd; display: block; color:#666; line-height: 45px; text-align: center; }
.category_tabs li a:hover,
.category_tabs li.active a { background: #337ab7; color:#fff; }

.dash_line { width: 100%; height: 1px; display: inline-block; border-bottom: dashed 1px #ccc; margin: 15px 0 10px;  }

/************/
/* 게시판 리스트 */
.boardList {}
.boardList li { position: relative; padding: 20px 0 20px 10px; border-bottom: solid 1px #ccc; }
.boardList li a { display: block; font-size: 18px; color: #555; }
.boardList li a:hover { color: #F33285; }
.boardList li .date { position: absolute; right: 0; top:25px; font-size: 13px; color: #999; }


/* 게시판(테이블) 리스트 */
.table.list_table { width: 100%; border-top:solid 1px #bbb; }
.table.list_table th { background:#fafafa; text-align:center; padding:15px 0; font-size: 15px;   border-bottom:solid 1px #ddd; border-left: dashed 1px #ddd; }
.table.list_table th:first-child { border-left:0; }
.table.list_table td { padding: 13px 0 13px 0; border-bottom:solid 1px #ddd; font-size: 14px;  color: #666; }
.table.list_table td span { font-size: 11px;  }
.table.list_table td A { color: #666; font-size: 15px; }

.board_search { background: #fafafa; margin: 15px 0 0; padding: 20px; border:solid 1px #eee; }

/* 게시판 뷰페이지 */
.view_div {  background:#fff; margin-bottom: 30px; }
.view_div .view_header { position:relative; margin: 0; padding: 25px 0; border-top:solid 1px #777; border-bottom: solid 1px #ddd; }
.view_div .view_header dt {  font-family : "NanumSquareR", malgun Gothic, 맑은고딕, dotum, sans-serif; font-size: 13px; overflow:hidden;   }
.view_div .view_header .view_title {  text-align: center;color: #333; font-weight:600; font-size:26px; padding-left: 5px;  }
.view_div .view_header .date_span { float:right;  font-size:12px; color:#999;  padding:8px 0 0 5px; }

.view_div .view_header dd {  color:#777; padding:0; text-align: center; overflow:hidden; }
.view_div .view_header dd i { color:#999;  }
.view_div .view_header dd .info { display: inline-block; margin: 20px 0 0; }
.view_div .view_header dd .info li {
	ffont-family : "Noto Sans KR", malgun Gothic, 맑은고딕, dotum, sans-serif;
	float: left;
	padding: 0 10px;
	margin: 3px 0;
	border-left:solid 1px #ccc;
	color: #777;
	line-height:1.2;
	font-size:14px;
	font-weight: normal;
}
.view_div .view_header dd .info li:first-child { border-left:0; }
.view_div .view_header .document-name a { color:#777; }
.view_div .view_header .document-name i { color:#337ab7; vertical-align: middle; font-size: 15px; }
.view_div .view_header .document-name span { color:#555;  font-size: 13px; font-weight: normal; }

.view_div .view_header dd span {  padding:0 5px; }

.view_div .view_body { padding: 20px; }
.view_div .view_body img { max-width: 100% !important; height:auto !important; }

/*sns 공유하기*/
.share_sns { width: 100%; text-align: center; margin: 0 0 15px; padding: 0 0 15px; border-bottom:solid 1px #ccc; }
.share_sns ul { display:inline-block; margin: 0; padding: 0; }
.share_sns li { float:left;   }
.share_sns li:first-child {   }
.share_sns li A  {
	width: 40px;
	display: inline-block; padding: 0;
	border-right:solid 1px #fff; border-left:0; border-radius:0;
	line-height: 40px; text-align: center;	color:#999;
	cursor: pointer;
}
.share_sns li a .sns_icon {
	border-radius: 2px;
}
.share_sns li a .sns_facebook {
  background: #2a4c88;
}
.share_sns li a .sns_twitter {
    background: #3397d4;
}
.share_sns li a .sns_kakaoStory {
    background: #fce049;
}
.share_sns li a .sns_naverBlog {
    background: #46a836;
}
.share_sns li a .sns_naverBand {
    background: #46a836;
}
.share_sns li a .sns_icon img {
	width: 21px;
}
.share_sns li A.heart-score  { width: 40px; padding: 0 5px; }
.share_sns li A.btn-facebook:hover { background:#3a5795; color:#fff; border-radius:0; }
.share_sns li A.btn-facebook:hover i, A.btn-twitter:hover i, A.btn-google:hover i,  A.btn-kakao:hover i, A.btn-band:hover i, A.heart-score:hover i { color:#fff; }
.share_sns li A.btn-twitter:hover { background:#59adea; color:#fff; border: solid 1px #59adea; border-radius:0; }
.share_sns li A.btn-google:hover  { background:#ff5b57; color:#fff; border-radius:0; }
.share_sns li A.btn-kakao:hover  { background:#ffed11; color:#2e1922; border-radius:0; }
.share_sns li A.btn-band:hover  { background:#3ec369; color:#fff; border-radius:0;  }
.share_sns li A.heart-score:hover { background: #ff5b57; color: #fff; }

.document_list { border-bottom: solid 1px #ddd; margin: 0 0 10px; padding:15px 10px; overflow:hidden; }
.document_list strong { float: left; margin-right: 15px; color: #777; font-weight: normal; }
.document_list ul { float: left; display: inline-block; }
.document_list ul li { display: block; padding: 0 0 0; }
.document_list ul li .document-file { width: 50px; height:50px; float: left;  padding: 0 0 0; }
.document_list ul li .document-name	{ float: left;  }
.document_list ul li A { }


.panel-title .accordion-toggle {
	border:solid 1px #ddd;
    margin: -10px -15px;
    padding: 18px 15px;
    font-size: 14px;
}


.writePanel { border: solid 1px #ddd; }
.writePanel.panel-default > .panel-heading { background: #eee!important; padding: 15px; }
.writePanel.panel-default > .panel-heading .panel-title { color: #333; font-size: 14px; }
.writePanel .panel-body { }
.writePanel .form-group { padding: 0 0 20px; border-bottom: dashed 1px #ddd; }
.writePanel .form-group.last { border-bottom:0; margin: 0; padding: 0; }

.cateTabs { background: #f5f5f5; width: 100%; display: inline-block; border-bottom: solid 1px #ddd;}
.cateTabs li { float: left;  }
.cateTabs li a { display: block; height: 45px; padding: 12px 18px; font-size:14px; color: #777; }
.cateTabs li.active a,
.cateTabs li a:hover {
	background: #F33285;
	border: solid 1px #F33285;
	color:#fff;
}

/*갤러리*/
.gallery { width: 100%; display: table; margin: 0; }
.gallery-option-set {
    display: block;
    margin-bottom: -5px;
}
.gallery-option-set .btn {
    margin: 0 5px 5px 0;
}
.gallery .image {
	width: 25%;
	float: left;
	position: relative;
    display: block;
    margin-right: 0px;
    overflow: hidden;
    border:0;
}
.image a .boxBorder {
	position: absolute;
	width: 100%;
	height: 100%;
	top:0; left: 0;
	border:solid 2px #333;
	opacity: 0;
	z-index: 99;
}
.image a:hover .boxBorder{
	border:solid 2px #333;
	opacity: 1;
}
.image a .ease {
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
}
.gallery .image-inner {
	background: #fafafa;
    -webkit-border-radius:0 0;
    -moz-border-radius:0;
    border-radius: 0;
    height: 195px;
    padding: 0;
    text-align: center;
    border-bottom: solid 2px #eee;
    overflow: hidden;
}
.gallery .image-inner img {
    max-width: 100%;
    height: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0 ;
}
.gallery .image a {
	position: relative;
	display: block;
	border:solid 1px #ddd;
}
.gallery .image a:hover,
.gallery .image a:focus {
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.gallery .image-inner .manager {
	position: absolute;
	right: 10px;
	top: 10px;
	padding: 5px 8px;
}
.gallery .image-info {
	position: relative;
    background: #fff;
    padding: 15px 15px 10px;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}
.gallery .image-info .category { position: absolute; top: -12px; left:10px;  }
.gallery .image-info .category .label {
	font-size:13px;
	font-weight:normal;
    border-radius: 0;
	margin-right: 5px;
	padding: 7px 12px;
    opacity: 0.9;
}
.gallery .image-info .category .label span {
    color:#fff;
    opacity:1;
}

.gallery .image-info .title {
    margin: 12px 0 10px;
    line-height: 24px;
    font-size: 18px;
    font-weight: 600;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.gallery .image-info .desc {
	margin: 15px 0 0;
    line-height: 16px;
    font-size: 13px;
    color: #777;
    height: 48px;
    overflow: hidden;
}
.gallery .image-info .rating { margin: 10px 0 0; font-size: 13px; color: #999; }
.gallery .image-info .rating span { padding: 0 3px; color: #ccc; font-size: 13px; }
.gallery .image .etc { position: relative; }
.gallery .image .etc a.btn { position: absolute; right:20px; bottom: 10px; display: inline-block;  z-index: 100;}


/* commont */
.commont_write .input-group .form-control   { height:80px; }
.commont_write .input-group .btn   { height:80px; width: 80px; }

.list-group {   margin-bottom: 15px; }
.list-group .list-group-item { position: relative; background:none; border: 0; border-bottom:solid 1px #ddd; padding: 0;  }

.comment { padding: 18px 12px; overflow: hidden; }

.comment .comment_img { position:absolute; }
.comment .comment_img img { border-radius: 50%; border:solid 1px #fff; }
.comment .comment_info { margin-left: 65px;  }
.comment .comment_info .info_name { color:#777; font-size: 12px; }
.comment .comment_info .comment_text { padding: 5px 0 0;}
.comment .comment_info span { display: block; padding: 5px 0 0; font-size: 12px;  }
.comment .comment_etc { float: left; margin-top: 13px;  }
.comment-none { width: 100%; text-align: center; padding: 50px 0; }

.reply_comment { width:100%; background:#eee; border-top:solid 1px #ddd; border-bottom:solid 1px #ddd; display: inline-block;  padding: 0; }
.reply_comment .reply_input { float: left; border-top:solid 2px #ddd; padding: 15px 10px; }

.reply_list li { width: 100%; display: inline-block; border-top:solid 1px #ddd; padding: 14px 10px 8px 10px; }
.reply_list li:first-child { border-top:0; }
.reply_list .comment_img { float: left; margin:0 15px 0 10px; }
.reply_list .comment_info { float: left; width: 80%; margin: 0; }
.reply_list .comment_info .info_name { color:#777; font-size: 12px; }
.reply_list .comment_info .comment_text { padding: 5px 0 0;}
.reply_list .comment_info span { display: block; padding: 5px 0 0; font-size: 12px;  }
.reply_list .comment_etc { float: left; margin-top: 13px;  }

/* history */
.history_top{ background:url('../images/user/bg_history.png') right bottom no-repeat;}
.history_top .txt{padding-top:60px;}
.history { position: relative; }
.history_cont{overflow:hidden;padding:50px 0 0 0;}
.history_cont .year_box {
	overflow:hidden;width:100%;
	background:url('../images/user/bg_history_y.png') 50% 0  repeat-y;
}
.history_cont .year_box strong.tit_year{float:left;padding:0 0 0 25px;font-weight:normal;font-size:28px;color:#0089d0;line-height:1em;background:url('../images/user/bg_year.png') 0 0  no-repeat;font-family:"nanum-square-r";  }
.history_cont .year_box ul{ float:left;margin:3px 0 40px 10px;}
.history_cont .year_box ul li{margin:-2px 0 25px;}
.history_cont .year_box ul li:after{content:"";display:block;clear:both;}
.history_cont .year_box ul strong{float:left;display:inline-block; line-height: 1.4;font-weight:normal;font-size:18px; color:#111; max-width:92px; flex:0 0 auto; padding:0 10px; }
.history_cont .year_box ul span{float:left;padding-left:12px;background:url('../images/user/bg_dot.png') 0 8px no-repeat; font-size:16px; color:#777; }
.history_cont .first_year ul{margin-bottom:0;}
.history_cont .first_year ul li.last{margin-bottom: 0;}

.history_cont .year_box .rightArea { width: 100%; }
.history_cont .year_box .rightArea > div { width: 50%; float: right; margin-right:7px; display: -webkit-flex;
display: -ms-flex;
display: flex; }
.history_cont .year_box .rightArea > div strong.tit_year{ float: left; background:url('../images/user/bg_year.png') no-repeat left 0; order:0; }
.history_cont .year_box .rightArea > div ul { float: left; flex:1; margin-right:0; }
.history_cont .year_box .rightArea > div ul strong{float:left;display:inline-block; line-height: 1.4;font-weight:normal;font-size:18px}

.history_cont .year_box .leftArea { width: 100%; }
.history_cont .year_box .leftArea > div { width: 50%; float: left; margin-left: 8px;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: flex-end;
}
.history_cont .year_box .leftArea > div strong.tit_year{ float: right; background:url('../images/user/bg_year.png') no-repeat right 0; padding:0 25px 0 0; text-align: right; order:1; }
.history_cont .year_box .leftArea > div ul { float: right; margin-left:0; flex:1; margin-right:8px; }
.history_cont .year_box .leftArea > div ul strong{float:right;display:inline-block; line-height: 1.4;font-weight:normal;font-size:18px; text-align: left; }
.history_cont .year_box .leftArea > div ul span{float:right;padding-right: 12px;background:url('../images/user/bg_dot.png') no-repeat right; }

/* history */
.siteMap { width: 100%; display: inline-block; }
.siteMap > div {  min-height: 400px; }
.siteMap .title { padding: 10px 0 10px 10px; border-bottom: solid 2px #ddd; }
.siteMap .title a { color: #F33285; font-size:22px; }
.siteMap ul { display: inline-block; margin: 15px 0 0; }
.siteMap ul li { margin: 0 0 15px 10px; padding: 0 0 0 10px; background:url('/assets/common/images/basic/ul_bg.png') no-repeat 0px 10px; }
.siteMap ul li a { display: block; font-family:'NanumSquareR', Malgun Gothic, 맑은고딕, 굴림; color: #888; font-size:16px; }
.siteMap ul li a:hover { color: #222; text-decoration: underline; }

/*페이징*/
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 0;
}
.pagination > li {
	float: left;
	display: inline;
 	margin: 0 3px;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #777;
  background-color: #ffffff;
  border:solid 1px #ddd;
  margin-left: -1px;
  box-shadow:0;
  border-radius: 0;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #23527c;
  background-color: #eeeeee;
  border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #F33285!important;
  border-color: #F33285!important;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}

/**/
.goodsTabs { margin: 0 0 20px; }
.goodsTabs .nav.nav-tabs { position: relative; max-width:800px;margin: 0 auto;  background: #fff; border:solid 1px #e5e5e5!important; border-radius: 0;  }
.goodsTabs .nav-tabs li { border-left: solid 1px #e5e5e5; }
.goodsTabs .nav-tabs li:first-child { border-left:0; }
.goodsTabs .nav-tabs li.active {  }
.goodsTabs .nav-tabs li a { margin: 0; padding: 15px 0; border-radius: 0; text-align: center; font-size: 14px; }
.goodsTabs .nav-tabs li.active a { background: #F33285; color: #fff;}

.goodsPanel { position: relative; background: #fff; border:solid 2px #eee; max-width:800px; margin: 0 auto;  border-radius: 0; }
.goodsPanel .panel-heading { text-align: center;}
.goodsPanel .panel-heading	.goodsTitle {
	display: inline-block;
	margin:20px 0 0;
	padding: 8px 10px;
	border-bottom: solid 2px #ddd;
	font-family:'NanumSquareR';
	font-size: 22px;
	font-weight: bold;
	color:#111;
}
.goodsPanel .panel-body	{ padding: 30px; }
.goodsPanel .panel-body	.title {
	width: 100%;
	display: inline-block;
	padding: 12px 0; margin: 0 0 20px;
	border-bottom: solid 2px #ddd;
	font-family:'NanumSquareR';
	font-size: 18px; color:#333;
	font-weight: bold;
}
.goodsPanel .panel-body	.title span {
	font-size: 15px;
	font-weight: normal;
}
.goodsPanel .panel-body	.title01 {
	width: 100%;
	display: inline-block;
	padding: 12px 0 6px; margin: 10px 0 0px;
	font-family:'NanumSquareR';
	font-size: 18px; color:#333;
	font-weight: bold;
}
.goodsPanel .panel-body .form-group	{ margin:0 0 20px; padding: 0 0 18px; border-bottom:dashed 1px #ddd; }
.goodsPanel .panel-body	.control-label {
    padding-top: 10px;
    margin-bottom: 0;
    text-align: left;
	font-size: 14px;
	color: #777;
}
.goodsPanel .panel-body	.form-control {  height: 40px; }
.goodsPanel .panel-body .priceText { background: #fafafa; padding: 15px; border:solid 2px #f5f5f5; font-family:'NanumSquareR'; font-size: 14px; color: #777; }
.goodsPanel .panel-body .priceText strong { font-size: 15px; }
.goodsPanel .panel-body .priceText p { margin:5px 0 0; }
.goodsPanel .panel-body .lineArea { width: 100%; height: 1px; border-bottom: solid 1px #ddd; display: inline-block; margin: 10px 0 20px; }

.goodsPanel .panel-body .agreement {  width: 100%; display: inline-block; margin: 0 0 20px; border: solid 1px #eee;  border-bottom:0;}
.goodsPanel .panel-body .agreement label { width: 100%; display: inline-block; text-align: right; padding: 10px; border-bottom:solid 1px #eee;}
.goodsPanel .panel-body .agreement .agreement_box { background: #fafafa; max-height: 300px; padding: 20px; border-bottom: solid 2px #eee;  font-size: 14px; overflow-y: scroll; }
.goodsPanel .panel-body .agreement .agreementAll { background: #fafafa; text-align: center; font-size: 15px; color: #333; font-weight: bold; }

.goodstable { width: 100%; border-collapse: collapse; border-top: solid 2px #ccc; }
.goodstable th { background: #fafafa; padding: 15px 12px; border-bottom: dashed 1px #ddd;}
.goodstable td { border-bottom: dashed 1px #ddd; padding: 15px 12px; }


/* 배분현황 */
.sponsorTabs { margin: 0 0 20px; }
.sponsorTabs .nav.nav-tabs { position: relative; width:100%;margin: 0 auto;  background: #fff; border:solid 1px #e5e5e5!important; border-radius: 0;  }
.sponsorTabs .nav-tabs li { width: 33.3%; border-left: solid 1px #e5e5e5; }
.sponsorTabs .nav-tabs li:first-child { border-left:0; }
.sponsorTabs .nav-tabs li.active {  }
.sponsorTabs .nav-tabs li a { margin: 0; padding: 15px 0; border-radius: 0; text-align: center; font-size: 14px; }
.sponsorTabs .nav-tabs li.active a { background: #F33285; color: #fff;}

.sponsorTotal { width: 100%; display: inline-block; margin: 20px 0 0; padding: 15px; border: solid 1px #ddd; }
.sponsorTotal > div { padding: 10px 0; text-align: center; }
.sponsorTotal .total { margin: 0; color: #333; font-size: 20px; font-weight: bold; }
.sponsorTotal .total span { color: #333; font-size: 16px; font-weight: normal; }
.sponsorTotal .txt { color: #777; font-size: 15px; }

.slashline { background:url(/assets/common/images/basic/slash_bg.png) repeat; width: 100%; height: 8px; margin: 20px 0; display: inline-block; }

.searchForm { background: #fafafa; width: 100%; display: inline-block; margin:0 0 10px; padding:30px; border:solid 1px #ddd; text-align: center;  }
.searchForm .form-group {   }
.searchForm .form-control { height: 40px; }
.searchForm .btn { padding: 9px 10px; }


.panel-group .panel+.panel {
    margin-top: 0;
}


.faqTabs { background: #fff; width: 100%; display: inline-block; }
.faqTabs li { width: 25%; float: left; margin:-1px 0 0 -1px; border: solid 1px #ddd; }
.faqTabs li a { display: block; text-align: center; height: 45px; padding: 12px 18px; font-size:14px; color: #555; }
.faqTabs li.active a,
.faqTabs li a:hover {
	background: #F33285;
	border: solid 1px #F33285;
	color:#fff;
}

.faqList { margin: 0; border-radius: 0!important; border-top: solid 1px #666; }
.faqList .panel-heading { background: #fff; padding: 0; border-bottom: solid 1px #ddd; border-radius: 0; }
.faqList .panel-heading .panel-title a { background: #f5f5f5; margin: 0; padding: 15px; border-radius: 0; border:0; color:#333; font-size: 15px; font-weight: 600; }
.faqList .panel-heading .panel-title a.accordion-toggle-styled { background: #f5f5f5; font-weight: bold; color: #222; font-family:'NanumSquareR', sans-serif;}
.faqList .panel-heading .panel-title a.collapsed { background: #fff; font-weight: normal; color: #777; }

.faqList .panel-heading .panel-title a .label { background: #fff; color: #555;  font-size: 12px; font-weight: normal;  }
.faqList .panel-heading .panel-title a span { font-family:sans-serif; color:#F33285; font-size:18px; font-weight: normal;  }

.faqList .panel-collapse .panel-body { border-bottom: solid 1px #ddd; font-size: 15px;  }
.faqList .panel-collapse .panel-footer { border-top:solid 1px #eee!important; }

/* 약관 */
.provisionCont { text-align: center;  }
.provisionCont .title { display: inline-block; margin-bottom: 30px; font-size: 24px; color: #333; font-family:'NanumSquareR', sans-serif; }
.provisionCont .contText { padding: 30px; border:solid 2px #eee; font-family:'NanumSquareR'; text-align: left; font-size: 15px; }
.provisionCont .contText p { font-family:'NanumSquareR'; font-size: 15px; line-height: 1.6; }
.provisionCont .contText .s1 { font-family:'NanumSquareR'; font-size: 15px; line-height: 1.6; }



.tagSearch { clear: both; background:url(/assets/common/images/basic/slash_bg.png) repeat; width: 100%; padding: 10px; }
.tagSearch .Inner { background: #fff; padding: 25px;text-align: center; }

.tagCont .tagTitle { margin-top: 20px; padding: 15px 0; display: block; font-size: 20px; color:#333; }
.tagCont .tagTitle b { color:#F858A6; }
.tagCont .tagList { border:0; border-radius: 0; }
.tagCont .tagList ul > li { border:solid 1px #eee; border-top:0; padding: 15px; }
.tagCont .tagList ul > li > a { display: block; }
.tagCont .tagList ul > li:first-child { border-top:solid 1px #eee;  }
.tagCont .tagList ul > li > a .img {
	float: left;
	display: table-cell;
	vertical-align: middle;
	padding: 0;
	margin: 0 10px 0 0;
	position: relative;
}
.tagCont .tagList ul > li > a .img > div { background: #eee; width:170px; height: 120px; overflow: hidden; }
.tagCont .tagList ul > li > a .img > div > img { max-width: 100%; height:auto; width: 100%; }
.tagCont .tagList ul > li a:hover .title { text-decoration: underline; }
.tagCont .tagList ul > li > a .cont {  }
.tagCont .tagList ul > li > a .cont .title { margin:5px 0 0; font-family: 'notokr-regular', sans-serif; line-height: 1.4; font-size: 18px; color: #000; }
.tagCont .tagList ul > li > a .cont .desc { margin:12px 0 0; font-family: 'notokr-light', sans-serif;  font-size: 14px; color:#777; }
.tagCont .tagList ul > li > a .cont .rating { margin: 10px 0 0; padding: 0 0 0; color: #777; font-size: 13px; }
.tagCont .tagList ul > li > a .cont .rating > span i { font-size: 15px; color: #999; vertical-align: middle; }
.tagCont .tagList ul > li > a .cont .rating > span {  font-size: 13px; line-height: 1.2; }
.tagCont .tagList ul > li .tagItem { width: 100%; display: inline-block; margin:15px 0 0;  }
.tagCont .tagList ul > li .tagItem a { background: #eee; margin-left: 5px; padding: 6px 10px; font-size: 13px;  color: #555; }



@media(max-width:991px){

	.gallery .image { width:50%; }
	.gallery .image-inner { height: 240px; }

	.history_cont{ padding:0;}
	.history_cont .year_box ul{ margin:20px 0 20px 30px;}

	.tagCont .tagTitle { text-align: center; }
	.tagCont .tagList ul > li { border:solid 1px #eee; padding: 0; }
	.tagCont .tagList ul > li > a > .img {
		width: 100%;
		display: block;
	    vertical-align: middle;
	    padding: 0;
	    position: relative;
	}
	.tagCont .tagList ul > li > a > .img > div { background: #eee; width: 100%; height: auto;  overflow: hidden; text-align: center; }
	.tagCont .tagList ul > li > a .cont { width: 100%; display: inline-block; padding: 10px; }
	.tagCont .tagList ul > li .tagItem { width: 100%; display: inline-block;  padding:0 10px 15px; }

	.webzin > div { max-width: 100%!important;  background-repeat: no-repeat; }

}

@media(max-width:767px){
	.gallery .image { width: 100%; }
	.gallery .image-inner { height: auto; }
	.gallery .image-inner img {
	    max-width: 100%;
	    height: auto;
	    -webkit-border-radius: 0;
	    -moz-border-radius: 0;
	    border-radius: 0 ;
	}

	.history_cont .year_box ul{ width: 100%; margin:20px 0 20px 30px!important;}
	.history_cont .year_box { background-position: left; }
	.history_cont .year_box .rightArea { width: 100%; }
	.history_cont .year_box .rightArea > div { width: 100%; display: inline-block; float: left; margin-right:0;  }
	.history_cont .year_box .rightArea > div strong.tit_year{ float: left; background:url('../images/user/bg_year.png') no-repeat left 0; padding-right: 25px; }

	.history_cont .year_box .leftArea { width: 100%; }
	.history_cont .year_box .leftArea > div { width: 100%;  display: inline-block; float: left; margin-left: 0; }
	.history_cont .year_box .leftArea > div strong.tit_year{ float: left; background:url('../images/user/bg_year.png') no-repeat left 0;  padding-left: 20px; text-align: right; }
	.history_cont .year_box .leftArea > div ul { float: left; }
	.history_cont .year_box .leftArea > div ul strong{float:left;display:inline-block; line-height: 1.4;font-weight:normal; text-align: left;  }
	.history_cont .year_box .leftArea > div ul span{float:left;padding-right: 12px;background:url('../images/user/bg_dot.png') no-repeat left; }

	.siteMap > div {  min-height:auto; }
	.searchForm .form-group { margin:0 0 15px;  }

	.faqTabs li { width: 50%; }
}

@media(max-width:479px){
	.gallery .image { width: 100%; }
}
