@charset "utf-8";
@import url('//fonts.googleapis.com/css?family=Saira');
/********************************************************
■ Basic : 기본
********************************************************/
@import url('https://fonts.googleapis.com/css?family=Roboto:400,300,500,500italic,700,900,400italic,700italic');

body { font-family: 'Saira','Malgun Gothic',"Apple SD 산돌고딕 Neo", "Apple SD Gothic Neo", '돋움', Dotum,  AppleGothic, Helvetica, sans-serif !important; line-height: 22px; font-size: 14px; color: rgb(51, 51, 51); background-color:#fff; background-repeat: no-repeat; background-attachment:fixed; background-size:cover; }
body.is-pc .ko { font-size:12px; }
a { color: rgb(51, 51, 51); cursor: pointer; text-decoration: none; }
a:hover, a:focus, a:active { text-decoration: none; }
fieldset legend { display:none; }
label { font-weight:normal; }
label.checkbox, label.radio { line-height:12px; font-size: 12px; font-weight: normal; cursor: pointer; }
hr { margin-top: 20px; margin-bottom:20px; border:0; border-top:1px solid #eee; display:block; }
blockquote { font-size: 12px; margin:0px 0px 20px; }
.en, h1, h2, h3, h4, h5, h1 a, h2 a, h3 a, h4 a, h5 a { }
.ko, .ko small {  }
.sns-share-icon img { width:20%; max-width:34px; border-radius:50%; }

/********************************************************
■ Layout : 레이아웃
********************************************************/
.wrapper { margin:0 auto; background:#fff;  }
.at-container { margin:0px auto; padding:0px; }
.is-pc .at-body { min-height:600px; }
.at-body .at-container { padding:0px 15px; overflow:hidden; }
.boxed.wrapper .at-body .at-container { padding:0px 20px; }
.at-content { position:relative; padding:20px 0px; }
.at-row { margin-left:-15px; margin-right:-15px; }
.at-col { position:relative; padding-left:15px; padding-right:15px; padding-top:20px; padding-bottom:20px; }
.nav-fixed .at-menu { width:100%; z-index:10; left:0px; -webkit-transition: height .4s ease, opacity .3s ease; -o-transition: height .4s ease, opacity .3s ease; transition: height .4s ease, opacity .3s ease; }
@media all and (max-width:991px) {
	.responsive .at-body .at-container { padding:0px 10px !important; }
	.responsive .at-body .at-row { margin-left:0px; margin-right:0px; }
	.responsive .at-body .at-col { padding-left:0px; padding-right:0px; }
	.responsive .pull-right.at-main,
	.responsive .pull-left.at-side { float:none !important; }

}

/********************************************************
■ LNB : 최상단의 즐겨찾기, RSS, 로그인, 회원가입 영역
********************************************************/
.at-lnb { }
.en .at-lnb { font-size:12px; }
.at-lnb ul { list-style: none; margin: 0px; padding:10px 0px 5px; }
.at-lnb ul > li { float: left; padding: 0px 15px; }
.at-lnb ul > li::after { float: right; color:#ccc; content: "/"; margin-right:-17px;}
.at-lnb ul > li:last-child::after { content: ""; margin-right:0px; }
.at-lnb ul > li > a { color: #333; float:left; }
@media all and (max-width:991px) {
	.responsive .at-lnb .at-container { display:none; visibility:visible; }
}

/********************************************************
■ PC Header : PC 헤더 
********************************************************/
.pc-header { padding:10px 0px 0px; text-align:center; }
.pc-header .at-container { padding:0px 20px 15px; }
.pc-header .header-logo { display:inline-block; vertical-align:middle; padding:0px 15px; }
.pc-header .header-logo a { font-size:44px; line-height:44px; font-family:'Georgia', sans-serif; font-weight:bold; color:#000; }
.pc-header .header-logo a:hover { color:#000; }
.pc-header .header-logo img { display:block; max-width:100%; }
.pc-header .header-desc { display:block; font-size:12px; letter-spacing:-1px; color:#888; margin-top:2px; }
.pc-header .header-search { display:inline-block; width:260px; vertical-align:middle; }
.pc-header .header-search form { padding:0px; margin-top:4px; border:4px solid #111; background: #111; }
.pc-header .header-search input { background: #fff; border:1px solid #111; }
.pc-header .header-search .btn { color:#fff !important; background: #111 !important; }
.pc-header .header-keyword { padding-top:4px; }
.en .pc-header .header-keyword { font-size:12px; }
@media all and (max-width:991px) {
	.responsive .pc-header { display:none; }
}

/********************************************************
■ Mobile Header : 모바일 헤더 
********************************************************/
.m-header { display:none; background: rgb(50, 60, 70); }
.m-header a { color:#fff }
.m-header .at-container { padding:0px; }
.m-header .header-wrap { display:table; width:100%; table-layout:fixed; margin:0px; min-width:300px; border-collapse: collapse; }
.m-header .header-icon, 
.m-header .header-logo { display:table-cell; vertical-align:middle; font-size:18px; height:44px; line-height:44px; text-align:center; }
.m-header .header-icon { width:44px; }
.m-header .header-icon a { display:block; }
@media all and (max-width:991px) {
	.responsive .m-header { display:block; }
}

/********************************************************
■ PC Menu : PC 메뉴바 배경설정
********************************************************/
.pc-menu { position:relative; background: #111; border:0px; z-index:3; box-shadow: 0px 5px 5px -2px rgba(25, 25, 25, 0.15); -webkit-box-shadow: 0px 5px 5px -2px rgba(25, 25, 25, 0.15); -moz-box-shadow: 0px 5px 5px -2px rgba(25, 25, 25, 0.15); }
.pc-menu .at-container { position:relative; }
.pc-menu .sub-slide,
.pc-menu .sub-shows { display:none; visibility:visible; }
.pc-menu .sub-icon::after { font-family: "FontAwesome"; float: right; position: relative; content: "\f105"; }
.pc-menu .menu-a { font-size: 15px; }
.pc-menu .nav-home .menu-a { font-size: 20px;}
.pc-menu .nav-right { font-size:16px; } 
@media all and (max-width:991px) {
	.responsive .pc-menu,
	.responsive .pc-menu-all { display:none; }
}

/********************************************************
■ PC Menu Top : PC 상단 좌측/배분 스타일 메뉴
********************************************************/

/* 배분 스타일 */
.pc-menu .nav-top.nav-both .menu-ul { display:table; width:100%; table-layout:fixed; margin:0px; }
.pc-menu .nav-top.nav-both .menu-li { display:table-cell; vertical-align:top; }
.pc-menu .nav-top.nav-both .menu-a { padding:0px; text-align:center; }
.pc-menu .nav-top.nav-both .sub-1div::before { left: 50%; margin-left:-8px; }
.pc-menu .nav-top.nav-both .sub-1div { position:relative; }

/* 좌측 스타일 */
.pc-menu .nav-top.nav-float .menu-ul { }
.pc-menu .nav-top.nav-float .menu-li { float:left; }
.pc-menu .nav-top.nav-float .sub-1div { position:absolute; }

/* 공통 스타일 */
.pc-menu .nav-top { position:absolute; left:0px; top:0px; z-index:10; width:100%; }
.pc-menu .nav-top .menu-a { display:block; color:#fff; background:#111; font-weight:bold; }
.pc-menu .nav-top .menu-li:hover .menu-a,
.pc-menu .nav-top .menu-li.on .menu-a { background:#333; }
.pc-menu .nav-top .menu-li.nav-home { width:60px !important; text-align:center; }
.pc-menu .nav-top .menu-li.nav-home .menu-a { padding:0px; }
.pc-menu .nav-top .new { color: rgb(140, 195, 70);}

.pc-menu .nav-top .sub-1div::before { top: -8px; border-width: 0 8px 8px; border-color: orangered transparent; display: block; width: 0px; content: ""; position: absolute; border-style: solid; }
.pc-menu .nav-top .sub-1div { background:#fff; border-top:3px solid orangered; box-shadow: 0 6px 12px rgba(0, 0, 0, .175); -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175); }
.pc-menu .nav-top .sub-1dul,
.pc-menu .nav-top .sub-1dli { position:relative;  }
.pc-menu .nav-top .sub-1da { display:block; color:#000; padding:5px 12px; line-height:22px; border-bottom: 1px solid rgb(238, 238, 238); }
.pc-menu .nav-top .sub-1dli.on .sub-1da,
.pc-menu .nav-top .sub-1dli:hover .sub-1da { color:#fff; font-weight:bold; background: orangered; border-color:orangered; }
.pc-menu .nav-top .sub-1new { color: rgb(140, 195, 70);}
.pc-menu .nav-top .sub-1line { position:relative; display:block; color:#000; padding:5px 12px; font-weight:bold; background:#fafafa; line-height:22px; border-bottom: 1px solid rgb(238, 238, 238); }

.pc-menu .nav-top .sub-2div { left:100%; top:0; background: #fff; position:absolute; z-index:20; box-shadow: 0 6px 12px rgba(0, 0, 0, .175); -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175); } 
.pc-menu .nav-top .sub-2dul { }
.pc-menu .nav-top .sub-2dli { }
.pc-menu .nav-top .sub-2da { display:block; color:#000; padding:5px 12px; line-height:22px; border-bottom: 1px solid rgb(238, 238, 238); } 
.pc-menu .nav-top .sub-2dli.on .sub-2da,
.pc-menu .nav-top .sub-2dli:hover .sub-2da { color:#fff; font-weight:bold; background: orangered; border-color:orangered; }
.pc-menu .nav-top .sub-2new { color: rgb(140, 195, 70);}
.pc-menu .nav-top .sub-2line { display:block; color:#000; padding:5px 12px; font-weight:bold; background:#fafafa; line-height:22px; border-bottom: 1px solid rgb(238, 238, 238); }

/********************************************************
■ PC Right Icon Menu : PC 우측 아이콘 메뉴
********************************************************/
.pc-menu .nav-right { background:#111; position:absolute; top:0px; right:0px; z-index:11; }
.pc-menu .nav-right > ul { float:right; list-style:none; padding:0px; margin:0px; }
.pc-menu .nav-right > ul > li { float:left; position:relative; width:42px; }
.pc-menu .nav-right > ul > li > a { color:#fff; display:block; text-align:center; }
.pc-menu .nav-right > ul > li > a:hover { background: #333; }
.pc-menu .nav-right .label { position: absolute; top: 15%; right: 7px; text-align: center; font-size: 9px; font-weight:300; padding: 2px 3px; line-height: 0.9; border-radius: .25em !important; }
.pc-menu .nav-rw { width:170px; }

/********************************************************
■ PC All Menu : 전체 메뉴
********************************************************/
.pc-menu-all { position:relative; background:#fafafa; z-index:2; -webkit-box-shadow: inset 0px -10px 10px -10px rgba(0,0,0,0.2); -moz-box-shadow: inset 0px -10px 10px -10px rgba(0,0,0,0.2); box-shadow: inset 0px -10px 10px -10px rgba(0,0,0,0.2); }
.pc-menu-all .at-container { padding:20px 15px 0px; }
.pc-menu-all .table { margin-bottom:20px !important;}
.pc-menu-all .table td { width:1%; background:#fff; border:1px solid #ddd; padding:0px; line-height:20px; }
.pc-menu-all .menu-a { display:block; color:#000; padding:6px 12px; background:#f5f5f5; border-bottom:1px solid #ddd; font-weight:bold; text-align:center; }
.pc-menu-all .table td.on .menu-a { color:crimson; }
.pc-menu-all .sub-1div { padding:8px 0px; }
.pc-menu-all .sub-1dul { list-style:none; padding:0px; margin:0px; }
.pc-menu-all .sub-1dli .sub-1da { display:block; padding:2px 12px; color:#333; }
.pc-menu-all .sub-1dli.on .sub-1da,
.pc-menu-all .sub-1dli:hover .sub-1da { color:crimson; }
.pc-menu-all .new { color: rgb(140, 195, 70);}
.pc-menu-all .new-sub1 { color: rgb(140, 195, 70);}
.pc-menu-all .sub-1line { display:block; color:#000; padding:5px 12px; margin:4px 0px; font-weight:bold; background:#fafafa; }
.pc-menu-all .menu-all-btn { text-align:center; }

/********************************************************
■ Mobile Menu : 모바일 메뉴
********************************************************/
.m-menu { display:none; overflow:hidden; background:#fff; position:relative; z-index:20; box-shadow: 0px 5px 5px -2px rgba(25, 25, 25, 0.15); -webkit-box-shadow: 0px 5px 5px -2px rgba(25, 25, 25, 0.15); -moz-box-shadow: 0px 5px 5px -2px rgba(25, 25, 25, 0.15); }
.m-menu .m-wrap { }
.m-menu .m-table { display:table; width:100%; table-layout:fixed; width:100%; margin:0px; min-width:300px; border-collapse: collapse; }
.m-menu .m-icon, 
.m-menu .m-list { display:table-cell; vertical-align:middle; font-size:15px; height:44px; line-height:44px; border:1px solid #eee; border-top:0px; border-bottom:0px; }
.m-menu .m-icon { width:44px; text-align:center; font-size:18px; }
.m-menu .m-icon a { display:block; position:relative; }
.m-menu .m-icon .label { position: absolute; top: 15%; right: 5px; text-align: center; font-size: 9px; font-weight:300; padding: 2px 3px; line-height: 0.9; border-radius: .25em !important;  }
.m-menu .m-nav { overflow: hidden; margin:0px 10px; }
.m-menu .m-nav ul { list-style: none; margin:0px; padding:0px; }
.m-menu .m-nav ul li { display:table-cell; padding: 0px 10px; white-space:nowrap; }
.m-menu .m-nav ul li.active a { color: orangered; font-weight:bold; }

.m-menu .m-sub { background:#fafafa; border-top:1px solid #ddd; font-size:15px; height:44px; line-height:44px; padding:0px 10px; }
.m-menu .m-nav-sub { width:100%; overflow: hidden; margin:0px; }
.m-menu .m-nav-sub ul { list-style: none; margin:0px; padding:0px; }
.m-menu .m-nav-sub ul li { display:table-cell; padding: 0px 10px; white-space:nowrap; }
.m-menu .m-nav-sub ul li.active a { color: orangered; font-weight:bold; }
@media all and (max-width:991px) {
	.responsive .m-menu { display:block; }
}

/********************************************************
■ Page Title : 페이지 타이틀 및 설명글
********************************************************/
.at-title { height:80px; position:relative; color:#000; background-color: #fafafa; border-bottom:1px solid #dfdfdf; }
.at-title .at-container { height:100%; position:relative; }
.at-title .page-title { font-size:24px; position:absolute; left:20px; bottom:15px; z-index:1; }
.at-title .page-desc { color:#888; position:absolute; right:20px; bottom:10px; z-index:1; }
@media all and (max-width:767px) {
	.responsive .at-title { height:50px; }
	.responsive .at-title .page-title { font-size:20px; left:15px; bottom:10px; }
}

/********************************************************
■ Footer : 하단 푸터
********************************************************/
.en .at-footer .at-links { font-size:12px; }
.at-footer .at-links { background:#fafafa; padding:8px 0px; border:1px solid #ddd; border-left:0px; border-right:0px;  }
.at-footer .at-links ul { list-style: none; margin: 0px; padding:0px; }
.at-footer .at-links ul > li { float: left; padding: 0px 15px; }
.at-footer .at-links ul > li::after { float: right; color:#ccc; content: "/"; margin-right:-17px;}
.at-footer .at-links ul > li:last-child::after { content: ""; }
.at-footer .at-links ul > li > a { color: #888; }
@media all and (max-width:991px) {
	.responsive .at-footer .at-links ul.pull-left { display:none; }
	.responsive .at-footer .at-links ul.pull-right { float:none !important; text-align:center; }
	.responsive .at-footer .at-links ul.pull-right > li { float:none; display:inline-block; }
}

/* YC5 */
.en .at-footer .at-infos { font-size:12px; }
.at-footer .at-infos .media { padding:15px 20px 20px; }
.at-footer .at-infos .pull-left { font-size:70px; color:#ddd; }
.at-footer .at-infos .copyright { float:left; margin-left:10px; }
.at-footer .at-infos .copyright span { color:#888; }
.at-footer .at-about { list-style: none; margin:0px; padding:0px; }
.at-footer .at-about > li { float: left; padding: 0px 15px; color:#888; }
.at-footer .at-about > li > a { color: #888; }
.at-footer .at-help { list-style: none; margin: 0px; padding:0px; margin-bottom:5px; }
.at-footer .at-help:after {display:block;visibility:hidden;clear:both;content:""}
.at-footer .at-help > li { float: left; padding: 0px 15px; }
.at-footer .at-help > li::after { float: right; font-size:12px; color:#ddd; content: "|"; margin-right:-17px;}
.at-footer .at-help > li:last-child::after { content: ""; }
.at-footer .at-help > li > a { float: left; }
@media all and (max-width:767px) {
	.responsive .at-footer .at-infos .media { padding:15px 0px 20px; text-align:center; }
	.responsive .at-footer .at-infos .copyright { float:none; margin:0px; }
}

/* G5 */
.at-footer .at-copyright { text-align:center; padding:15px 0px; color:#888; }
.at-footer .at-copyright strong { color:#333; }

/********************************************************
■ Go Top & Bottom : 상단/하단 이동버튼
********************************************************/
.at-go .go-btn { display:none; position: fixed; width:40px; bottom: 20px; right: 25px; z-index: 2; }
.at-go .go-btn span { display: block; color:#fff; background: rgba(0,0,0,0.5); margin:5px 0px; text-align: center; border-radius: 50%; width: 42px; height: 42px; line-height: 42px !important; font-size: 19px; }
.at-go .go-btn .go-bottom { }
@media (max-width: 768px) {
	.at-go .go-btn { bottom:0px; right:5px; }
}

/********************************************************
■ Bootstrap3 : 부트스트랩 기본속성
********************************************************/
/* Button */
.btn { font-family: "Roboto", sans-serif; }
.btn-lg { padding: 10px 16px; border-radius: 3px; line-height: 1.33; font-size: 18px; }
.btn-lg i {	top: 3px; font-size: 24px; position: relative; }
.btn-xs { padding: 4px 10px; }
.is-pc .ko .btn-xs,
.is-pc .ko .btn-sm { font-family:'Malgun Gothic', sans-serif; }

/* Panel : Accordions */
.panel { box-shadow: none; -webkit-box-shadow: none; border-radius: 0px; }
.panel-group .panel { border-radius: 0px; }
.panel .panel-heading { border-radius: 0px; }
.is-pc .ko .panel .panel-body { font-size:12px; }

/* List Group */
.list-group-item { word-break:break-all; border-radius:0 !important; }

/* Pagination */
.pagination { font-family: "Roboto", sans-serif; }
.pagination li a { border-radius:0 !important; color:#333 !important; }
.pagination li.active a { color:#fff !important; background:#fb2560 !important; border-color:#df375e !important; }

/* Progress */
.progress { position:relative; border-radius: 0px; height: 28px; overflow: hidden; margin-bottom: 15px; box-shadow: inset 0px 1px 2px rgba(0,0,0,0.1); background-color: rgb(245, 245, 245); -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }
.progress .sr-only { font-family: "Roboto", sans-serif; margin: 0px 15px; left: 0px; width: auto; height: 28px; line-height: 28px; font-size: 12px; clip: auto; }
.sr-score { font-family: "Roboto", sans-serif; height: 28px; line-height: 28px; font-size: 12px; padding-right:8px; }

/* Misc */
.form-control, .well, .btn, .alert, .input-group-addon, .label { border-radius:0 !important; }

.noti {background-color:#fff1f7}
.list-category {margin-bottom:5px}







/* font */
body, input, textarea, button, table	{font-family: "Saira", sans-serif;line-height: 1.0;}

/* basic */
body, html	{width: 100%; height: 100%;}
body	{margin: 0; padding: 0; -webkit-text-size-adjust: none; width: 100%; color: #333;}

a, input, textarea, button, table	{text-decoration: none; color: #333;}
input, textarea, button, table	{outline: none; margin: 0; font-size: 1.0em; line-height: 1.0em;}
input[type=text], input[type=url], input[type=tel], input[type=email], input[type=password], textarea	{-webkit-appearance: none; border-radius: 0;}
select	{outline: none;}
button	{background: none; border: none; cursor: pointer; padding: 0; margin: 0; border-radius: 0; -webkit-font-smoothing: subpixel-antialiased !important;}
section, aside, nav, header, footer	{display: block;}
textarea	{resize: vertical;}
ul, ol, dl, dd, dt	{margin:0; padding:0; list-style:none;}
h1, h2, h3, h4, h5, p, figure, input	{margin:0; padding:0;}

.hide	{visibility: hidden; padding: 0; margin: 0; height: 0; width: 0; overflow: hidden;}
.num	{font-family: "Saira", sans-serif;}
.round5	{border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px;}
.round10	{border-radius: 10px; -webkit-border-radius:10px; -moz-border-radius: 10px;}
.round50p	{border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%;}
.pf	{display: inline-block; background-image: url('/d_img/mobile/profile.png'); background-repeat: no-repeat; background-position: center center; background-size: cover; border-radius: 50%; overflow: hidden;}
.pf,
.pf_img	{width: 40px; height: 40px;}
.a_link	{color: #326fba;}

.a_left	{text-align: left;}
.a_right	{text-align: right}
.a_center	{text-align: center;}	
.foot_logo img{width:140px;}
.table_cell	{display: table-cell; width: 100%; text-align: center; vertical-align: middle;}

.bt	{display: inline-block; box-sizing: border-box; text-align: center;}
.bt_bs	{background-color: #DDD; color: #888;}
.bt_bs2	{background-color: #FFF; border: 1px solid #e5e5e5; color: #AAA;}
.bt_smt	{color: #FFF;}
.bt_pd	{padding: 10px 15px;}
.ip_bs	{display: inline-block; padding: 0 10px; border: 1px solid #e5e5e5; background-color: #FFF; box-sizing: border-box;}
.bd_bs	{background-color: #FFF;}
.extraimages{margin-left:3px;}
.extraimages img[alt~="new"] {
    border: 2px solid #eee;
    height: 11px;
    border-radius: 10px;
    vertical-align: middle;
    margin-right:1px !important;position:relative;top:-1px;
   
}
.icon img[alt~="new"] {
    border: 2px solid #eee;
    height: 11px;
    border-radius: 10px;
    vertical-align: middle;
    margin-right:1px !important;position:relative;top:-2px;
   
}
.a-red{color:red !important}
.a-pink{color:#e195a2 !important}
.a-blue{color:blue !important}
.a-orange{color:orange !important}
.gnb .addon_menu_new{border: 2px solid #eee;position:relative;top:-2px;
height: 11px;
border-radius: 10px;
vertical-align: middle;}
.mobile_none{display:none;}
.ePoint td.nick span {
    cursor: pointer;
    width: 140px;
    display: inline-block;
    overflow: hidden;
    word-break: break-word;
    white-space: pre-wrap;}
.list_vote,
.l-day{color:#555;font-size:12px;}
.list_vote i{font-size: 14px;
vertical-align: middle;
position: relative;color:red !important;
top: -1px;}
.ss_ad_center img{max-width:96%;}
.mb_ver img{}
.list_d .has_cmt{padding-right:15px !important;}
.atc_ex tr:first-child td{color:#888 !important}
.wrap-twitter img{width:200px;height:50px;}
.list_d .list_cmt{font-weight:600;}
/* color changer */
#color_changer	{position: fixed; bottom: -195px; left: 0; width: 100%; padding: 5px 0 5px; background-color: #FFF; box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.2); text-align: center; font-size: 0.8em; z-index: 99;}
#color_changer .bt_close	{display: none;}
.color_wrap	{margin: 5px auto 0; width: 330px; }
#color_changer li	{display: inline-block; width: 64px; margin-bottom: 10px;}
#color_changer .color_sample	{display: inline-block; width: 40px; height: 40px; margin-bottom: 5px; border-radius: 50%;}
.g_dream .color_sample	{background: linear-gradient(#88cfbc, #f0ae7d);}
.g_grapefruit .color_sample	{background: linear-gradient(#6fb7ed, #f37d7d);}
.g_midnight .color_sample	{background: linear-gradient(#616baf, #57abeb);}
.g_unicorn .color_sample	{background: linear-gradient(#fdaed6, #80d2c7);}
.g_vine .color_sample	{background: linear-gradient(#769ad9, #faa391);}
.s_beigepink .color_sample	{background-color: #cba49d;}
.s_blue .color_sample	{background-color: #769ad9;}
.s_mint .color_sample	{background-color: #a1bfb7;}
.s_navy .color_sample	{background-color: #c41356;}
.s_orange .color_sample	{background-color: #f5850c;}
.s_pink .color_sample	{background-color: #fdaed6;}
.s_red .color_sample	{background-color: #c24938;}
.s_brown .color_sample	{background-color: #6a4938;}
.s_marineblue .color_sample	{background-color: #1b4585;}

/* layout */
.wrap	{width: 100%; min-height: 100%; -webkit-overflow-scrolling: touch;}
.ctn	{padding-top: 50px; background-position: center top; background-repeat: repeat-x;}
.hd	{position: fixed; background:#c41356;left: 0; top: 0; width: 100%; height: 50px; z-index: 90; -webkit-transform: translate3d(0,0,0);}
.gnb_area	{display: none; left: -280px; width: 280px; z-index: 200;}
.ctt	{background-color: #FFF; padding-top: 1px; margin-top: -1px; min-height:500px;}
.dummy	{display: none; position: fixed; left: 0; top: 0; width: 100%; height: 100%; background-color: #000; opacity: 0.5; z-index: 100;}
.loading	{display: none ;position: fixed; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); color: #AAA; z-index: 201;}

/* header */
.hd_bg_col	{position: fixed; left: 0; top: 0; width: 100%; height: 50px; z-index: -1; opacity: 0;}
.hd_sub .hd_bg_col	{opacity: 1.0;}
.hd,
.hd a	{color: #FFF !important;}
.hd .logo_wrap	{text-align: center; line-height: 50px; font-size: 15px;}
.hd .logo	{display: inline; font-size: 15px}

.bt_hd_menu,
.bt_hd_right	{display: inline-block; width: 50px; height: 50px; text-align: center; color: #FFF;}
.bt_hd_menu i,
.bt_hd_right i	{font-size: 24px; line-height: 50px;}
.bt_hd_menu	{position: fixed; left: 0; top: 0;}
.bt_hd_right	{position: fixed; right: 0; top: 0; z-index: 91;}
.bt_hd_right .num	{display: inline-block; position: absolute; right: 25px; top: 5px; padding: 0 6px; border-radius: 8px; font-size: 0.6em; line-height: 16px;}

.hd .bt_login	{font-size: 0.6em; line-height: 1.0em;}
.hd .bt_login i	{line-height: 36px; margin-bottom: -4px; font-size: 24px;}

.hd .bt_ctg	{position: relative; margin-left: 5px; padding: 6px 6px 6px 10px; font-size: 0.9em; color: #FFF;}
.hd .bt_ctg::after	{content: ''; position: absolute; left: 0 ;top: 0; width: 100%; height: 100%; border-radius: 3px; background-color: #FFF; opacity: 0.2;}
.hd .bt_ctg .up	{display: none;}
.hd .bt_ctg.active .up	{display: inline-block;}
.hd .bt_ctg.active .down	{display: none;}

/* main header */
.hd_main	{position: relative; width: 100%; height:auto; text-align: center;}
.hd_main_basic	{display: inline-block; }
.hd_main_basic span	{position: relative; overflow: hidden;}
.hd_main_basic img	{}
.hd_main_logo	{width: 130px; height: 130px; padding: 20px; border-radius: 50%;}
.hd_main_logo span	{display: block; width: 100%; height: 100%; background-color: #FFF; border-radius: 50%; line-height: 130px;}
.hd_main_logo img	{max-width: 260px; height: auto; zoom: 50%;}
.hd_main_logo2	{padding: 10px; width: 150px; height: 100px;}
.hd_main_logo2 span	{display: block; width: 100%; height: 100%; background-color: #FFF;}
.hd_main_logo2 img	{max-width: 300px; height: auto; zoom: 50%;}
.hd_main_image img	{width:100%;vertical-align:middle;}
.hd_main_full	{height: 100%; background-size: cover;}

/* main unit */
.main_unit	{position: relative;padding-top: 30px;}
.main_unit .bt_go	{position: absolute;right: 15px;top: 0px;padding: 0 10px;line-height: 30px;color: #FFF;z-index: 2;}
.main_unit_body	{padding: 20px 15px 15px; background-color: #FFF;}
.main_unit_body a	{display: inline-block;}

/* main notify */
.notify	 {padding-top:50px}
.ctt_notify	{/* margin-top: -10px; */}
.ctt_notify .pf	{position: absolute; left: 15px; top: 40px; z-index: 2;}
.point_bar	{position: absolute;left: 0;top: 20px;width: 100%;z-index: 1;}
.point_current	{height: 10px;}
.ctt_notify .main_unit_body	{position: relative; padding-left: 65px; padding-bottom: 0;}
.ctt_notify .main_unit_body p	{padding-bottom: 20px;}
.ctt_notify .main_unit_body .bt_notify	{font-weight: bold;}
.ctt_notify .main_unit_body .bt_notify .zero	{display: none;}
.ctt_notify .bt_mb	{display: inline-block; position: absolute; right: 0; top: 0; width: 50px; height: 60px; text-align: center; z-index: 1;}
.ctt_notify .mb_menu	{display: none; position: absolute; left: 0; top: 100%; width: 100%; padding: 10px 15px 5px; box-sizing: border-box; background-color: #f7f7f7; border-top: 1px solid #EEE; border-bottom: 1px solid #e5e5e5; text-align: center; z-index: 3;}
.ctt_notify .mb_menu li	{display: inline-block; height: 28px; line-height: 28px; margin: 0 2px 5px 0; border-radius: 14px;}
.ctt_notify .mb_menu li a	{padding: 0 8px;}

/* popup style */
.popup_area	{display: none; position: fixed; left: 0; top: 100px; width: 100%; height: calc(100% - 100px); padding: 0 15px 15px; box-sizing: border-box; z-index: 101;}
.popup_body	{position: relative; width: 100%; height: 100%; padding: 30px 0 30px; box-sizing: border-box; background-color: #FFF; overflow: hidden;}
.popup_body h3,
.popup_body .bt_close	{position: absolute; left: 0; top: 0; width: 100%; height: 30px; background-color: #f7f7f7; text-align: center; font-size: 0.8em; font-weight: normal; line-height: 30px;}
.popup_body .bt_close	{top: auto; bottom: 0; border-radius: 0 0 10px 10px;}
.popup_scroll	{width: 100%; height: 100%; border-top: 1px solid #e5e5e5; overflow: auto; -webkit-overflow-scrolling: touch;}

/* notify list */
.notify_list .bt_del_all	{display: inline-block; width: 100%; padding: 5px 0;}
.notify_list li	{position: relative; min-height: 70px; border-bottom: 1px solid #EEE; line-height: 1.4em;}
.notify_list .pf	{position: absolute; left: 15px; top: 15px;}
.notify_list li	a	{display: inline-block; padding: 15px 15px 15px 70px;}
.notify_list .ago	{font-size: 0.8em; color: #AAA;}
.notify_list .bt_more	{display: block; width: 100%; padding: 10px 0; text-align: center;}

.no_notify	{text-align: center; padding-top: 30px; line-height: 1.6em; color: #AAA;}
.no_notify i	{margin-bottom: 15px; color: #DDD;}

/* popup warn style */
.popup_warn	{display: none; position: fixed; top: 50%; left: 50%; width: 240px; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); background-color: #FFF; text-align: center; overflow: hidden; z-index: 101;}
.hd_warn	{padding: 10px 0; font-size: 36px; color: #FFF;}
.popup_warn p	{padding: 15px 10px; line-height: 1.4em;}
.popup_warn .bt_area	{padding: 0 0 15px;}
.popup_warn button	{display: inline-block; padding: 10px 15px; margin: 0 5px;}

/* gnb area */
.gnb_area	{position: fixed; top: 0; height: 100%; background-color: #FFF; overflow: auto; }

.mb_area	{height: 50px;}
.mb_area a	{position: relative; display: inline-block; width: 50%; color: #FFF; text-align: center; line-height:50px}
.mb_area.not_logged a::after	{content: ''; position: absolute; top: 0; right: 100%; width: 1px; height: 100%; background-color: #FFF; opacity: 0.2;}
.mb_area.logged a	{width: 100%; padding-left: 55px; box-sizing: border-box; text-align: left; line-height:1;}
.mb_area.logged .pf	{position: absolute; left: 5px; top: 5px;}
.mb_area.logged .bt_logout	{position: absolute; right: 0; top: 0; width: 50px; padding: 0; font-size: 0.6em; text-align: center; line-height: 1.0em; z-index: 1;}
.mb_area i	{line-height: 36px; margin-bottom: -4px; font-size: 24px; }
.mb_area .member {color:#fff;}


.srch_area	{height: 38px; padding: 6px; background-color: #f7f7f7; border-bottom: 1px solid #e5e5e5; box-sizing:content-box;}
.srch_area .ip_gb_srch	{display: block; width: 100%; height: 38px; padding: 0 5px; border: 1px solid #e5e5e5; box-sizing: border-box; text-align: center;}
.srch_area .lb_i	{left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%);}

.gnb	{margin-top: -1px; border-bottom: 1px solid #e5e5e5;}
.gnb li	{position: relative; border-top: 1px solid #e5e5e5;}
.gnb a	{display: inline-block; width: 100%; padding: 12px 8px; box-sizing: border-box;}
.gnb>ul>li>ul li	{background-color: #f7f7f7;}
.gnb>ul>li>ul>li a	{padding-left: 12px; border-left: 5px solid #e5e5e5;}
.gnb>ul>li>ul>li>ul	{padding-left: 25px; border-top: 1px solid #e5e5e5; background-color: #FFF;}
.gnb>ul>li>ul>li>ul>li:first-child	{border-top: none;}

.gnb .bt_tgg	{position: absolute; right: 0; top: 0; padding: 12px 10px 12px 20px;}
.gnb .bt_home	{text-transform: uppercase;}

.gnb i	{color: #333;}
.gnb i.off,
.gnb i.down	{display: none;}

.closed i.off,
.closed i.down	{display: inline-block;}
.closed i.open,
.closed i.up	{display: none;}
.closed>li>ul	{display: none;}

.gnb .mobile_hide	{display: none;}

/* overlay label style */
.box_i	{position: relative;}
.lb_i	{position: absolute; top: 19px; left: 5px; -webkit-transform: translateY(-50%); transform: translateY(-50%); color: #AAA; z-index: 1;}
.ip_i:focus + .lb_i	{visibility: hidden;}

/* footer */
.ft	{font-size: 13.5px; text-align: center; color: #FFF; background-color:#c41356}
.ft a	{color: #FFF;}
.ft .bt_top	{display: block; position: relative; width: 100%; padding: 8px 0; color: #FFF; text-transform: uppercase; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); z-index: 1;}
.ft .bt_top::after	{content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: #FFF; opacity: 0.2; z-index: -1;}

.ft_body	{padding: 20px 15px;}
.ft_menu	{margin-bottom: 15px;}
.ft_menu li	{display: inline-block; position: relative; margin: 0 3px; z-index: 1;}
.ft_menu1 li::after	{content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; border-radius: 5px; background-color: #FFF; opacity: 0.2; z-index: -1;}
.ft_menu1 a	{display: inline-block; padding: 6px 10px;}
.ft_menu2 li	{padding: 0 6px;}
.ft_menu2 li::after	{content: ''; position: absolute; right: -3px; top: 2px; width: 1px; height: 12px; background-color: #FFF; opacity: 0.2;}
.ft_menu2 li:last-child::after	{content: none;}

.ft .copyright	{font-size: 0.85em;}
.ft .copyright a	{text-decoration: underline;}

.ft .lang	{text-align: left; color: #333;}
.ft .lang ul	{padding: 15px 15px 5px;}
.ft .lang li	{margin-bottom: 10px;}
.ft .lang .bt_area	{text-align: center; padding-bottom: 15px;}
.ft .lang .i_radio>span>span	{margin-bottom: 0;}

/* switch */
.i_switch	{position: relative; -webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
.i_switch input	{position: absolute; opacity: 0;}
.i_switch span	{display: inline-block;}
.i_switch>span	{width: 40px; height: 20px; margin-right: 5px; background-color: #DDD; border-radius: 999px; vertical-align: middle; -webkit-transition-duration: .4s; -webkit-transition-property: background-color, box-shadow;}
.i_switch>span>span	{float: left; width: 18px; height: 18px; border-radius: inherit; background-color: #FFF; -webkit-transition-duration: 0.4s; -webkit-transition-property: transform, background-color, box-shadow; -moz-transition-duration: 0.4s; -moz-transition-property: transform, background-color;  pointer-events: none; margin-top: 1px; margin-left: 1px;}
.i_switch input:checked + span>span	{-webkit-transform: translate3d(20px, 0, 0); -moz-transform: translate3d(20px, 0, 0); background-color: #FFF;}

/* i check */
.i_check	{position: relative; -webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
.i_check input	{position: absolute; opacity: 0;}
.i_check>span	{display: inline-block; box-sizing:content-box; width: 18px; height: 18px; line-height: 20px; margin-right: 3px; border-radius: 3px; border: 1px solid #e5e5e5; background-color: #FFF; text-align: center; -webkit-transition-duration: .4s; -webkit-transition-property: background-color;}
.i_check span>i	{color: #FFF;}

.i_radio span	{border-radius: 50% !important;}
.i_radio>span>span	{display: inline-block; width: 10px; height: 10px; margin-bottom: 1px;}
.i_radio input:checked + span	{background-color: #FFF !important;}
.i_radio input:checked + span>span	{border: none;}

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
 
.clearfix:after {
    clear: both;
}

.tab_menu{margin:0;padding:0;list-style:none; overflow:hidden;}
.tab_menu li{float:left;text-align:center; width:33.3%}
.tab_menu a{display:inline-block;padding:2px;font-size:0;}
.tab_menu a img{font-size:0;width:100%;max-width:100%;}
.tab_menu9 {margin:0 2px;}
.tab_menu9 li{width:11.11111%}
.tab_menu2 {margin:0 auto;margin-top:0px;max-width:950px;}
.tab_menu2 li{width:50%}
.tab_menu2 li img{max-height:150px;}


@media (max-width: 768px){
.hd_main_image img {
    height: 200px;
}
}
@media (max-width: 360px){
.ePoint td.nick span {
    width: 120px;
    }
   }

/* alert */
.pt_col	{color: #E20F00;}
.bt_hd_right .num	{background-color: #E20F00;}

/* main logo */
.hd_main_logo,
.hd_main_logo2	{box-shadow: 0 0 10px #283242;}

/* main color */
.wrap,
.bt_smt,
.hd.colored,
.hd_bg_col,
.mb_area,
.i_radio input:checked + span>span,
.i_check input:checked + span,
.list_category,
.bt_check_mode.active,
.atc_bts,
.vote_who,
.cmt_ctrl li span.bg_col,
.atc_notice header,
.vote_who .bt_close,
.list_n .notice_text,
.cmt_unit .writer	{background-color: #c41356;}

.gnb>ul>li>ul>li.active>a,
.gnb>ul>li>ul>li>ul>li.active>a	{border-left: 5px solid #c41356;}

.mb_modify input:focus,
.mb_modify textarea:focus	{border: 2px solid #c41356;}

.mb_mark i	{color: #c41356;}

/* i check */
.i_check input:checked + span	{border: 1px solid #c41356;}

/* comment ctrl */
.cmt_ctrl li span	{border-bottom: 1px solid #3d444f; background-color: #586171;}
.cmt_ctrl li span.bg_col	{border-bottom: 1px solid #252e3e;}

/* point color1 */
.hd_main_logo,
.hd_main_logo2,
.main_unit .bt_go,
.w_tab .bt_more,
.w_h1 .bt_more,
.i_switch input:checked + span	{background-color: #c41356;}

/* point color2 */
.pf,
.w_title,
.w_tab li>span::after,
.w_list .list_rank,
.hd_warn,
.point_current	{background-color: #5da7e5;}
.swiper-pagination-bullet-active	{background-color: #5da7e5 !important;}

/* color reset */
.wrap,
.hd_main_logo,
.hd_main_logo2	{background-image: none !important;}

.bd{position:relative;overflow:hidden;clear:both}

/* Breadcrumb */
	.bd_bc{font-size:12px;color:#999}
	.bd_hd {padding: 3px 0 15px;}
	.bd_bc a{display:inline-block;padding:0 4px;color:#444}
	.bd_bc em{font-weight:700}
	.bd,.bd input,.bd textarea,.bd select,.bd button,.bd table{font-size:13.2px;line-height:1.5}
	.bd_bc{color:#444}
	.bd_bc em{font-style:normal}
	.bd_bc a{text-decoration:none;color:#333;transition:border-color .4s,box-shadow .4s,background .4s,color .4s,opacity .4s}
	.bd_bc a:hover{text-decoration:underline;color:#000}
	.bd_bc fieldset{margin:0;padding:0;border:0}
	.bd_bc label,.bd_bc button{cursor:pointer}
	/* Title */
	
	.bd_tl{border: 1px solid #f0f0f0;padding: 8px 12px;margin-bottom: 10px; margin-top:50px}
	.bd_tl .clear{display:block;position:relative;clear:both;*zoom:1}
	.bd_tl h1,.bd_tl h2{margin:0;padding:0 20px;font-size:16px;line-height:22px}
	.bd_tl .bg_color {background-color: #796979;}
	.bd_tl a{text-decoration:none;color:#796979}
	.bd_tl i{display:block;position:absolute;top:0;left:0;width:12px;height:22px;border-radius:2px}
	.bd_tl h1 {font-weight:700}
	.bd_tl h2{margin-top:2px;font-size:11px;line-height:11px;color:#888}
	.bd_tl h2 i{height:12px;filter:alpha(opacity=70);opacity:.7}

	.bd_btn,.btn_img{display:inline-block;position:relative;height:30px;margin:0;padding:4px 20px;background:#F3F3F3 url(../img/ie/btn.png) repeat-x;background:-webkit-gradient(linear,0% 0%,0% 100%,from(#FFF),to(#F3F3F3));background:linear-gradient(to bottom,#FFF 0%,#F3F3F3 100%);border:1px solid;border-color:#CCC #C6C6C6 #C3C3C3 #CCC;border-radius:3px;white-space:nowrap;cursor:pointer;text-decoration:none !important;text-align:center;*display:inline;*zoom:1;}
	.btn_img{padding:4px 14px 4px 10px;font-size:12px;line-height:1.6;border-color:#605e74;letter-spacing:-1px;box-shadow:none;background: #605e74; color: #fff !important;;}
	.bd_srch_btm{display:block;width:355px;margin:0 auto;background:#605e74;height:30px;border-radius: 3px; margin-top:-30px}
	.bd_srch_btm_itx{position:absolute;top:0px;left:0px;width:100%;height:100%;border:0;box-shadow:none;background:none;cursor:pointer; font-size: 13.2px;}
	.bd_srch_btm label{display:inline;position:static;font-size:11px;line-height:16px}
	.bd_srch_btm button{background-color:transparent;border:0}
	.bd_srch_btm.on .itx_wrp{position: relative;float:left;width:255px !important;overflow:visible\9 !important;background:#605e74;border:0;}
	.on .bd_srch_btm_itx{width:216px;padding-left:4px;cursor:auto;line-height:28px\9;color:#fff}
	.bd_srch_btm_itx::placeholder {color:#fff;}
	.bd_srch_btm.on .search{position:absolute;top:5px;right:5px;padding:0}
	.bd_srch_btm.on label{visibility:hidden !important; width:0; height:0; font-size:0;}
	.bd_srch_btm .select{display:none;float:left;padding:3px;border:2px solid #605e74;width:96px;background:#fff;}
	.bd_srch_btm select{margin:0;padding:0;border:0;background:#FCFCFC; width:100%; color:#000; }
	.bd_srch_btm .bg_f_f9{padding:5px 15px;border:1px solid #BBB}
	.bd_srch_btm.on .select{display:block}

	.searchB{display: inline-block;background-image:url(/d_img/ico_16pxB.png);background-repeat:no-repeat;background-position:0 -64px;position:absolute;right:2px;top:6px;overflow: hidden;width: 16px;height: 16px;font-size: 0;line-height: 0;vertical-align: top;text-indent: -100px;transition: all .3s;*text-indent: 0;}
	.form {    position: relative;    padding-bottom: 30px;}
	.board-list {position: relative;}
	.list-btn-box {position: absolute;bottom: 0px;width: 100%;}
	.list-page {padding-top:35px;}
	.btn_img .fa{font-size:14px;vertical-align:middle;color:#9791B9;text-shadow:1px 1px 0 rgba(0,0,0,.1)}

	.top-point  .point_badge { background: #5f5e75 !important;}
	
	.pagination>.disabled>span, .pagination>.disabled>span:hover, .pagination>.disabled>span:focus, .pagination>.disabled>a, .pagination>.disabled>a:hover, .pagination>.disabled>a:focus {border:0; }
	.pagination li a {    color: #999 !important;}
	.pagination li.active a, .pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {background: #F9F9F9 !important;border-color: #AAA !important;color: #555 !important; font-weight:700}


/* list search */
.list_srch	{padding-bottom: 5px; border-top: 1px solid #e5e5e5; background-color: #f7f7f7; text-align: right;}
.list_srch .custom_select	{width: 90px; line-height: 24px; text-align: left;}
.list_srch .ip_bs	{width: 150px;}
.list_srch .bt_bs2	{line-height: 26px; padding: 0 9px 0 10px; font-size: 0.9em;}

.list_srch .custom_select,
.list_srch .ip_bs,
.list_srch .bt_bs2	{height: 26px; margin-right: 5px; margin-top: 5px; vertical-align: middle;}
/* custom select */
.custom_select	{position: relative; display: inline-block; padding-left: 10px; border: 1px solid #e5e5e5; background-color: #FFF; box-sizing: border-box; text-align: left;}
.custom_select::after	{content: '\25BE'; position: absolute; right: 8px; top: 50%; transform: translateY(-50%); font-size: 0.7em; color: #AAA;}
.custom_select select	{width: 100%; -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; appearance: none; outline: 0 box-shadow: none; border: 0 !important; background: none; background-image: none; padding: 0; margin: 0; color: #AAA;}


.responsive .at-body .at-container {padding:0 !important;}
.v_info {padding:0 10px}

.view-wrap h1 {font-size: 1.2em;    line-height: 1.2em;}
.view-wrap h1 .text-muted {color: #616baf; font-size:18px} 
.atc_info	{position: relative; margin-top: 15px; padding: 3px 0 0 50px;}
.no_profile .atc_info	{padding-left: 0;}
.atc_info .pf	{position: absolute; left: 0; top: 0;}
.atc_info .ip	{margin-left: 10px; font-size: 0.85em; color: #888;}
.atc_info ul	{margin-top: 5px; font-size: 0.85em; color: #888;}
.atc_info li	{display: inline-block; margin-right: 10px;}
.atc_info li button	{color: #888;}
.atc_info li i	{color: #CCC;}

.atc_info .bt_member_info	{display: inline-block; vertical-align: middle;}
.atc_info .bt_send_msg	{margin-left: 5px; line-height: 16px; font-size: 0.85em; vertical-align: middle; color: #616baf;}
.atc_info .bt_send_msg i	{display: inline-block ;font-size: 13px; vertical-align: middle;}
.atc_info .bt_send_msg span	{display: inline-block; margin-left: 3px; vertical-align: middle;}

.atc_ex {margin:20px 0 10px 0}
.atc_ex table	{width: 100%; border-collapse: collapse; font-size: 0.85em; line-height: 1.2em; border-top:1px solid #EEE}
.atc_ex tr	{border-bottom: 1px solid #EEE;}
.atc_ex th	{width: 80px; background-color: #f7f7f7; border-right: 1px solid #EEE; text-align: left; font-weight: normal;}
.atc_ex th,
.atc_ex td	{padding: 10px 15px;}
.atc_ex td	{color: #888; word-break: break-all;}


.view-good-box a {display: inline-block;width: 45px;height: 45px;margin: 0 8px;text-decoration: none;border-radius: 4px;}

.view-good-box {padding-bottom:20px;text-align:center}
.view-good-box a{display:inline-block;width:45px;height:45px;margin:0 8px;text-decoration:none;border-radius:4px;}
.view-good-box b{display:block;padding-top:7px;font:700 12px/1 Arial,sans-serif;}
.view-good-box p{margin-top:5px;font-weight:700;font-size:11px;}
.view-good-box a.blamed{border:2px solid #bbb;color:#aaa;}
.view-good-box a{transition: border-color .4s,box-shadow .4s,background .4s,color .4s,opacity .4s;}
.view-good-box .fa-heart{font-size:12px;}

.atc_bottoms	{position: relative; height: 40px; overflow: hidden; z-index: 2;}
.atc_bottoms i	{font-size: 1.2em; vertical-align: middle;}
.atc_bottom	{position: absolute; right: 0; top: 0; width: 100%; height: 40px; line-height: 40px; padding-left: 15px; box-sizing: border-box; background-color: #EEE;}
.atc_bts	{position: absolute; right: 0; top: 0; font-size: 0.9em;}
.atc_bts .bt	{line-height: 40px; padding: 0 5px 0 10px; color: #FFF;}
.atc_bts .num	{margin-left: 3px;}
.atc_bts button:first-child	{padding-left: 15px;}
.atc_bts button:last-child	{padding-right: 15px;}

.list-mobile strong {display:inline-block !important; vertical-align: middle;}

.widget-box { margin:10px 0 30px; }


.idx_banner {padding:0; margin:0; list-style:none; overflow:hidden; margin-top:10px}
.idx_banner li {float:none; width:100%; padding:10px; list-style:none;}
.idx_banner li img {max-width:100%; width:auto;}
.widget-index .div-title-underbar span b {font-weight:700}
.widget-index .div-title-underbar {padding:0 10px;}