@charset "utf-8";

/********************************************************
■ Basic : 기본
********************************************************/
@import url('https://fonts.googleapis.com/css?family=Roboto:400,300,500,500italic,700,900,400italic,700italic');
@import url( "../../assets/css/NotoSansKR.css" );

body { font-family: 'Noto Sans KR', sans-serif; font-weight:300; line-height: 28px;  color: #555; letter-spacing:-0.03em; }
body.is-pc .ko { font-size: 18px; }
a { color: #222; cursor: pointer; text-decoration: none; }
a:hover, a:focus, a:active { color: #bc1d35; 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 small { font-family:dotum, sans-serif; }
.sns-share-icon img { width:20%; max-width:34px; border-radius:50%; }
h1, .h1, h2, .h2, h3, .h3 { margin-top: 0px; margin-bottom: 0px; }
p { margin: 0 0 0px; }
dl, ul, ol { margin-top: 0; margin-bottom: 0px; }
@media all and (max-width: 1199px) { 
	body.is-pc .ko { font-size: 16px; }
}
@media all and (max-width: 768px) { 
	body.is-pc .ko { font-size: 14px; }
}
@media all and (max-width: 480px) { 
	body.is-pc .ko { font-size: 18px; }
}

/********************************************************
■ 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 { float:left; width:50%; text-align:right; padding-top: 35px; }
.en .at-lnb { font-size:12px; }
.at-lnb ul { display: inline-block; list-style: none; margin: 0px; padding:0; background: #f1f1f1; border-radius: 50px; padding: 0 20px; overflow:hidden; }
.at-lnb ul > li { float: left; padding: 0 15px; font-size: 12px; font-weight: 300; font-family: dotum, sans-serif; }
.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 { display: block; color: #222; line-height:30px; }
@media all and (max-width:991px) {
	.responsive .at-lnb .at-container { display:none; visibility:visible; }
}

/********************************************************
■ PC Header : PC 헤더 
********************************************************/
.pc-header { padding:0px; text-align:center; border-bottom: 1px solid #ddd; }
.pc-header .at-container { padding:0px 20px; }
.pc-header .header-logo { float:left; width:50%; display:inline-block; vertical-align:middle; text-align: left; }
.pc-header .header-logo a { display: inline-block; line-height:100px; }
@media all and (max-width:991px) {
	.responsive .pc-header { display:none; }
}

/********************************************************
■ Mobile Header : 모바일 헤더 
********************************************************/
.m-header { display:none; background: #fff; }
.m-header a { display: inline-block; }
.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; overflow:hidden; }
.m-header .header-icon, 
.m-header .header-logo { float: left; display: inline-block; vertical-align: middle; text-align: center; }
.m-header .header-icon { float: right; display: inline-block; cursor: pointer; }
.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; border:0px; z-index:3; }
.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: 18px; }
@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 { position: relative; padding:0px; text-align:center; }
.pc-menu .nav-top.nav-both .menu-a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -8px;
    width: 1px;
    height: 16px;
    background-color: #E2E2E2;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.pc-menu .nav-top.nav-both .menu-li:nth-of-type(7) .menu-a::after {    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -8px;
    width: 1px;
    height: 16px;
    background-color: #E2E2E2;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;}
.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%; padding: 0 20px; }
.pc-menu .nav-top .menu-a { display:block; color:#222; background:#fff; font-weight:600; }
.pc-menu .nav-top .menu-li:hover .menu-a,
.pc-menu .nav-top .menu-li.on .menu-a { background:#fff; color:#bc1d35; }
.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:500; 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:500; 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:500; 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:500; 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:0px; }

/********************************************************
■ 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:500; text-align:center; }
.pc-menu-all .table td.on .menu-a { color:#bc1d35; }
.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:#bc1d35; }
.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:500; 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 : 하단 푸터
********************************************************/
.at-footer .at-container { padding:0px 15px !important; overflow:hidden; }
.en .at-footer .at-links { font-size:12px; }
.at-footer .foot-logo { float:left; width:460px; }
.at-footer .foot-company-info { float:left; width:calc(100% - 460px); }

.at-footer .at-links { background: #888; 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; font-size:16px; line-height:60px; }
.at-footer .at-links ul > li::after { float: right; color:#fff; content: ""; margin-right:-17px;}
.at-footer .at-links ul > li:last-child::after { content: ""; }
.at-footer .at-links ul > li > a { color: #fff; }
@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 { background: #333; padding:30px 0 0; }
.at-footer .at-infos .media { padding:0; border-bottom: 1px solid #717171; padding-bottom: 30px; }
.at-footer .at-infos .info-box { float:left; width:30%; }
.at-footer .at-infos .info-box:nth-of-type(1) { margin-top:40px;  }
.at-footer .at-infos .info-box:nth-of-type(3) { float:left; width:40%; }
.at-footer .at-infos .info-box h3 { font-size:18px; color:#bbb; font-weight:500; letter-spacing:0; text-transform:uppercase; line-height:40px; }
.at-footer .at-infos .info-box p { display: inline-block; font-size:16px; line-height:24px; color:#bbb; font-weight:300; }
.at-footer .at-infos .info-box p > b { display:block; font-size:25px; color:#fff; font-weight:600; padding-bottom:10px; }

.at-footer .at-infos .pull-left { font-size:70px; color:#ddd; }
.at-footer .at-infos .media-body p { font-size:14px; letter-spacing:0; color:#bbb; line-height: 22px; }
.at-footer .at-infos .media-body p span { font-size:12px; padding: 0 5px; }
.at-footer .at-infos .media-body p a { color:#bbb; font-weight:300; }
.at-footer .at-infos .copyright { float:left; margin-left:0px; }
.at-footer .at-infos .copyright span { font-size:14px; color:#bbb; }
.at-footer .at-about { list-style: none; margin:0; padding:0px; }
.at-footer .at-about > li { float: left; padding: 0px 15px; color:#bbb; font-size:14px; line-height: 19px; }
.at-footer .at-about > li::after { float: right; font-size:12px; color:#bbb; content: "|"; margin-right:-17px;}
.at-footer .at-about > li:last-child::after { content: ""; }
.at-footer .at-about > li > a { color: #bbb; }
.at-footer .escrow { font-size:14px; font-weight:300; color:#aaa; padding: 30px 0; }
.at-footer .escrow img { margin-right:20px; }
.at-footer .escrow span { float: right; color: #fff; background:url('/data/main/foot_arrow.png')no-repeat center right; padding-right:30px; }

.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:991px) {
	.responsive .at-footer .at-infos .media { padding:0px 0px 20px; text-align:center; }
	.responsive .at-footer .at-infos .copyright { float:none; margin-top: 5px; line-height: 20px; }
	.responsive .at-footer .at-infos .info-box { width:100%; text-align:left; border-top:1px solid #aaa; padding: 15px 0px; }
	.responsive .at-footer .at-infos .info-box:first-child { border-top:0px; }
	.responsive .at-footer .at-infos .media-body p { font-size:12px; letter-spacing:0; color:#bbb; line-height: 20px; }
	.responsive .at-footer .at-infos .info-box:nth-of-type(1) { display:none; margin-top: 0px; }
	.responsive .at-footer .at-infos .info-box:nth-of-type(2) { border-top:0px; }
	.responsive .at-copyright { line-height: 23px; }
	.responsive .at-footer .escrow { line-height: 20px; font-size: 12px; }
	.responsive .at-footer .escrow span { display: block; width: 100%; text-align: right; margin-top: 10px; }
}

/* G5 */
.at-footer .at-copyright { text-align:center; padding:15px 0px; color:#333; }
.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 { display:none; }
@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:dotum, 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:#444 !important; border-color:#444 !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; }

/********************************************************
■ Mobile All Menu : 사이드 슬라이드 메뉴
********************************************************/
#mobile-menu { list-style:none; padding:0px; margin:0px; list-style:none; overflow:hidden; background:#fff; }
#mobile-menu .old,
#mobile-menu .sub-old { display:none; }
#mobile-menu .new { color: rgb(233, 75, 59); }
#mobile-menu .sub-on a { font-weight:500; color: #df652d; }
#mobile-menu .sub-off a { font-weight:normal; }
#mobile-menu .sub-new { color: rgb(233, 75, 59); }
#mobile-menu .menu-all-head { padding:0px; margin:0px; }
#mobile-menu .menu-all-head a { display:block; cursor:pointer; }
#mobile-menu .menu-all-main { display: block; color: #333; padding: 0 20px; line-height: 28px;  border-bottom: 1px solid #ddd; font-weight: 400; font-size: 16px; line-height: 35px; }
#mobile-menu .menu-all-head.active .menu-all-main, #mobile-menu .menu-all-head:hover .menu-all-main { color:#bc1d35; }
#mobile-menu .menu-all-main.is-sub::after { color:#505b7f; float: right; content: "+"; padding-right:10px; }
/*#mobile-menu .menu-all-head.active .menu-all-main.is-sub::after { color:#c1c1c1; }*/
#mobile-menu .menu-all-head .menu-all-sub { display:none; background:#f5f5f5; list-style:none; }
#mobile-menu .menu-all-head.active .menu-all-sub { display:block; }
#mobile-menu .menu-all-head .menu-all-sub-item { border-bottom:1px solid #dcdcdc; font-size:15px; }
#mobile-menu .menu-all-head .menu-all-sub-item:last-child { border-bottom:1px solid #eaecf0; }
#mobile-menu .menu-all-head .menu-all-sub-item a { padding:6px 10px; padding-left:20px; line-height:24px; font-size:13px; font-weight:300; }
#mobile-menu .menu-all-head .menu-all-sub-item.sub-line a { font-weight:500; background:#efefef; }

#sidebar-box .device > a {font-size:16px !important; }

/*#mobile-menu #msub_1 { border-top:2px solid #dcdcdc;  }*/
#sidebar-box .sidebar-login { overflow:hidden; }
#sidebar-box .sidebar-login input[type='checkbox'] { vertical-align:middle; margin:0 !important; }
#sidebar-box .sidebar-login .form-group { margin-bottom:5px !important; }
#sidebar-box .sidebar-login .text-muted { margin-bottom:10px !important; }


/********************************************************
■ Custom Button
********************************************************/
.btn.customer-btn-color {
	color: #fff !important; border-image: none !important; background-image: none !important;
	border: 1px solid #bc1d35;  
	background-color: #bc1d35; 
}
.btn.active.customer-btn-color, .btn.customer-btn-color:hover, .btn.customer-btn-color:focus, .btn.customer-btn-color:active { 
	background-color: #bc1d35; 
}
.btn.customer-btn-black { 
	color: #333 !important; border-image: none !important; background-image: none !important;
	border: 1px solid #ddd; 
	background-color: #f6f6f6; 
}
.btn.active.customer-btn-black, .btn.customer-btn-black:hover, .btn.customer-btn-black:focus, .btn.customer-btn-black:active { 
	background-color: #f6f6f6; 
}

.btn.customer-btn1 { 
	color: #333 !important; border-image: none !important; background-image: none !important;
	border: 1px solid #ddd; 
	background-color: #fff; 
}
.btn.active.customer-btn1, .btn.customer-btn1:hover, .btn.customer-btn1:focus, .btn.customer-btn1:active { 
	background-color: #fff; 
}

.btn.customer-btn2 { 
	color: #fff !important; border-image: none !important; background-image: none !important;
	border: 1px solid #db1010; 
	background-color: #db1010; 
}
.btn.active.customer-btn2, .btn.customer-btn2:hover, .btn.customer-btn2:focus, .btn.customer-btn2:active { 
	background-color: #db1010; 
}

a.btn i, button.btn > i { /*display:none;*/ }
.btn-sm, .btn-group-sm>.btn { padding: 9px 37px; }
.btn-group .btn+.btn, .btn-group .btn+.btn-group, .btn-group .btn-group+.btn, .btn-group .btn-group+.btn-group { margin-left: 0px; }
.customer-btn-sm { height: 45px; }

@media all and (max-width:768px) {
.btn-sm, .btn-group-sm>.btn { padding: 10px 20px 9px; height: 45px; font-size: 15px; }
.is-pc .ko .btn-xs, .is-pc .ko .btn-sm { font-size: 16px; }
.btn.customer-btn1, .btn.customer-btn2 { border-bottom:0px; border-right:0px; }
.btn.customer-btn1:nth-of-type(2n) { border-right:1px solid #ddd; }
a.btn.customer-btn1 { border-bottom:1px solid #ddd; }
a.btn.customer-btn2 { border-bottom:1px solid #db1010; }
}


/********************************************************
■ Custom Pagination
********************************************************/
.list-wrap .pagination .active a, .view-wrap .pagination .active a {
    color: #fff !important;
    background: #bc1d35 !important;
    border-color: #bc1d35 !important;
}
.pagination li.active a {
    color: #fff !important;
    background: #bc1d35 !important;
    border-color: #bc1d35 !important;
}
.pagination-sm>li>a, .pagination-sm>li>span { padding: 6px 12px; line-height: 28px; font-size: 18px; }


/********************************************************
■ Custom Form
********************************************************/
.form-group { margin-bottom: 0px; }
.form-control { color: #333; border: 1px solid #ddd; margin-bottom:0px; }
.input-sm, .form-horizontal .form-group-sm .form-control { height: 45px; font-size: 17px; }
.input-group-addon { padding: 0px; background-color: #fff; border: 0px; border-radius: 0px; }
.border-black, i.border-black, img.border-black { border-color: #bc1d35; border-bottom: 1px solid #ddd; }
.div-head > span { font-size: 17px; font-weight: 400; border-right:0px; color:#333; }
.div-head { background:#f8f8f8; }
select.input-sm { height: 45px; line-height: 45px; font-weight:500; }

@media all and (max-width:480px) {
.input-sm, .form-horizontal .form-group-sm .form-control { font-size: 14px; color:#777; }
}



/* 로그인/회원가입/비밀번호확인 FORM */
.register-form .panel-heading { background:#dedede; }
.register-form .panel-body { padding:0; overflow:hidden; }
.register-form .form-group { margin:0 !important; border-top:1px solid #dcdcdc; }
.register-form .form-group:nth-of-type(1) { border-top:0; }
.register-form .control-label { width:130px; line-height:30px; padding:5px 15px; text-align:left; background:#f5f5f5; border-right:1px solid #dcdcdc; }
.register-form .form-group input { margin:5px; }
.register-form .check_password { border-left:1px solid #dcdcdc; }
.register-form .col-sm-3, .register-form .col-sm-5 { padding-left:0; }
.help-block { margin:0; display:inline-block; }
.register-form .col-sm-8 { padding-left:0; line-height:30px; }
.register_checkbox { margin-bottom:0; }
.register-form .form-group #captcha { margin:5px; }
.register-form .form-group #captcha #captcha_info { margin:0; }
.register-form .register-captcha { height:100px; }
.register-form .form-control-feedback { margin-top:5px; }

.alert-info { border:1px solid #dcdcdc; background:#f5f5f5; }
#fregister .btn-color { background:#a7a7b3 ; border:1px solid #a7a7b3; }
#fregister .btn-color:hover { background:#7e8488; border:1px solid #7e8488; }
.btn { font-size:13px; }
#btn_submit { background:#a7a7b3 ; border:1px solid #a7a7b3; color:#fff; }
#btn_submit:hover { background:#7e8488; border:1px solid #7e8488; }
.register-form .btn-black { border:1px solid #dcdcdc; background:#fff; color:#888 !important; }
.register-form .btn-black:hover { background:#fafafa; }

#member_login { width:100%; overflow:hidden; }
#member_login .login_box, #member_login .login_side { width:50%; float:left; box-sizing:border-box; }
#member_login .login_box { border:1px solid #dcdcdc; }
#member_login .input-sm { padding:7px 10px !important; height:auto; }
#member_login .login_box div > label { position:absolute; left:-9999px; }
#member_login .form-body { padding:25px; }
#member_login #login_id { margin-bottom:8px; }
#member_login .btn-submit { display:block; width:100%; margin-top:20px; height:34px; background:#a7a7b3 ; border:1px solid #a7a7b3; color:#fff; }
#member_login .btn-submit:hover { background:#7e8488; border:1px solid #7e8488; }
#member_login .login_side { border-top:1px solid #dcdcdc; border-right:1px solid #dcdcdc; }
#member_login .login_side > div { border-bottom:1px solid #dcdcdc; padding:25px; overflow:hidden; height:50%; box-sizing:border-box; }
#member_login .login_box h2 { font-size:20px; padding:25px; border-bottom:1px solid #dcdcdc; }
#member_login .login_side h2 { font-size:20px; }
#member_login .remember-me { padding-top:5px; }
#member_login .login_side p { line-height:16px; padding-top:20px; color:#888; }
#member_login .login_side h2 a { display:inline-block; width:20px; height:20px; border-radius:3px; background:#a7a7b3 url('/data/main/ico_go_small.png') no-repeat center center; background-size: auto 50%; vertical-align:text-bottom; margin-left:10px; }
#member_login .login_side h2 a:hover { background:#7e8488 url('/data/main/ico_go_small.png') no-repeat center center; background-size: auto 50%; }
#member_login .login_join { background:url('/data/main/ico_findinfo.png') no-repeat 95% center; }
#member_login .login_find { background:url('/data/main/ico_joinus.png') no-repeat 95% center; }

.mem-confirm { border:1px solid #dcdcdc; }
.mem-confirm .form-header { padding:25px; background:#fff; borer-bottom:1px solid #dcdcdc; }
.mem-confirm .form-header h2 b i { display:none; }
.mem-confirm .form-header h2 b { font-size:20px; font-weight:normal; color:#282828; }
.mem-confirm .form-body { padding:25px; }
.mem-confirm .confirm-id {  padding:0 10px; border:1px solid #dcdcdc; box-sizing:border-box; height:34px; width:100%; line-height:34px; display:block; }
.mem-confirm #confirm_mb_password { padding:7px 10px; border:1px solid #dcdcdc; height:inherit; margin-bottom:5px; }
.mem-confirm .form-control-feedback { display:none; }
.confirm-label { width:100%; }

.register_result_skin { border:1px solid #dcdcdc; }
.register_result_skin .panel-heading { padding:25px; background:#f5f5f5; border-bottom:1px solid #dcdcdc; text-align:center; }
.register_result_skin .panel-heading h4 i { display:none; }
.register_result_skin .panel-heading h4 strong { font-weight:normal; font-size:20px; color:#282828; }
.register_result_skin .panel-body { padding:25px 0; text-align:center; }
.register_result_skin .panel-body p { margin:0; }

.nomem-order-login { margin-top:20px; }
.nomem-order-login > div > .form-box { width:100%; overflow:hidden; }
.nomem-order-login .login_form { padding:0 15px; }
.nomem-order-login .form-header { width:50%; float:left; height:180px; box-sizing:border-box; padding:25px; border-bottom:0; border-right:1px solid #dcdcdc; text-align:center; }
.nomem-order-login .form-header h2 b { color:#282828; font-weight:normal !important; font-size:20px; }
.nomem-order-login .form-header p { color:#888; padding-top:3px; }
.nomem-order-login .form-header img { width:73px; margin-bottom:10px; }
.nomem-order-login .form-body { width:50%; float:left; box-sizing:border-box; padding:25px; }
.nomem-order-login .form-body label { display:none; }
.nomem-order-login .form-body .form-control-feedback { display:none; }
.nomem-order-login .form-body input { padding:7px 10px !important; height:auto; }

@media all and (max-width:991px) {
}
@media all and (max-width:767px) {
#member_login .login_box, #member_login .login_side { width:100%; }
#member_login .login_side { margin-top:20px; border:0; }
#member_login .login_side { height:auto !important; }
#member_login .login_side > div { border:1px solid #dcdcdc; }
#member_login .login_side > div:nth-of-type(1) { margin-bottom:20px; }
#member_login .login_side p { width:70%; }

.register-form .control-label { width:100%; border-right: 0 !important; border-left: 0 !important; border-bottom:1px solid #dcdcdc;}
.register-form .register-captcha { height:auto; }
.register-form .form-control-feedback { margin-top:0; }
.register-form .control-label { padding:10px 5px; }
.register-form .panel-heading { padding:10px 5px; }
.nomem-order-login .form-header { width:100%; text-align:left; border-right:0; border-bottom:1px solid #dcdcdc; height:auto; background:#fff;}
.nomem-order-login .form-body { width:100%; }
.nomem-order-login .form-header img { display:none; }
.nomem-order-login .form-header p { display:none; }
}
@media all and (max-width:480px) {
}

/* 마이페이지 */
.mypage-skin > h2 { display:block; text-align:center; font-size:18px; color:#282828; margin-bottom:20px; }
.mypage-con > h3 { display:block; text-align:center; font-size:13px; color:#444; margin-bottom:15px; }
.mypage-con > h3 span { font-weight:500; }
.mypage-con > h3 .lv-icon { display:none; }
.mypage-con > h3 a { color:#f10000; font-weight:500; }
.mypage-con > h3 a:hover { text-decoration:underline; }
.mypage-info { width:100%; overflow:hidden; margin-bottom:20px; }
.mypage-info .member-info { width:25%; box-sizing:border-box; border:1px solid #dcdcdc; float:left; padding:25px; text-align:center; }
.mypage-info .member-info p { font-size:15px; color:#282828; margin-bottom:5px; }
.mypage-info .member-info > span { display:block; color:#888; margin-bottom:10px; }
.mypage-info .member-info > a { display:inline-block; background:#a7a7b3; color:#fff; padding:4px 25px; }
.mypage-info .member-info > a :hover { background:#7e8488; }
.mypage-info .mp_myshopping { width:25%; float:left; box-sizing:border-box; border-right:1px solid #dcdcdc; border-bottom:1px solid #dcdcdc; }
.mypage-info .mp_myshopping dl { width:100%; overflow:hidden; padding:15px 25px; border-top:1px solid #dcdcdc; margin:0; }
.mypage-info .mp_myshopping dt { float:left; color:#282828; }
.mypage-info .mp_myshopping dd { float:right; }
.mypage-info .mp_myshopping dd a { color:#888 !important; }
.mypage-info .mp_myshopping dd a:hover { text-decoration:underline; }
.mypage-info > a { width:25%; float:left; box-sizing:border-box; border-top:1px solid #dcdcdc; border-right:1px solid #dcdcdc; border-bottom:1px solid #dcdcdc; padding:25px; }
.mypage-info > a b { display:block; color:#282828; font-size:13px; }
.mypage-info > a span { display:block; color:#888; font-size:12px; }
.mypage-info > a:nth-of-type(1) { background:#fff url('/img/ico_mp_delivery.png')no-repeat 90% 80%; }
.mypage-info > a:nth-of-type(2) { background:#fff url('/img/ico_mp_review.png')no-repeat 90% 80%; }
.mypage-info > a:nth-of-type(1):hover { background:#f5f5f5 url('/img/ico_mp_delivery.png')no-repeat 90% 80%; }
.mypage-info > a:nth-of-type(2):hover { background:#f5f5f5 url('/img/ico_mp_review.png')no-repeat 90% 80%; }

.mypage-con .mypage-process { width:100%; border:1px solid #dcdcdc; margin-bottom:20px; }
.mypage-con .mypage-process h4 { display:block; padding:15px 25px; background:#f5f5f5; font-size:14px; border-bottom:1px solid #dcdcdc; color:#282828; }
.mypage-con .mypage-process span { color:#888; }
.mypage-con .mypage-process ul { width:100%; box-sizing:border-box; overflow:hidden; padding:25px 0; margin:0; }
.mypage-con .mypage-process li { list-style:none; width:25%; text-align:center; float:left; border-left:1px dotted #dcdcdc; color:#888; }
.mypage-con .mypage-process li:nth-of-type(1) { border-left:0; }
.mypage-con .mypage-process li a { display:inline-block; color:#7e8488; font-size:18px; font-weight:bold; }
.mypage-con .mypage-process li a:hover { text-decoration:underline; color:#a7a7b3; }

.mypage-con .mypage-quick { width:100%; border:1px solid #dcdcdc; overflow:hidden; }
.mypage-con .mypage-quick > a { width:14.28%; display:block; float:left; text-align:center; box-sizing:border-box; height:128px; line-height:190px;border-left:1px solid #dcdcdc; color:#888; }
.mypage-con .mypage-quick > a:nth-of-type(2) { border-left:0; background:url('/img/ico_mp_sell.png')no-repeat center 25px; }
.mypage-con .mypage-quick > a:nth-of-type(3) { background:#fff url('/img/ico_mp_coupon.png')no-repeat center 25px; }
.mypage-con .mypage-quick > a:nth-of-type(4) { background:#fff url('/img/ico_mp_wish.png')no-repeat center 25px; }
.mypage-con .mypage-quick > a:nth-of-type(5) { background:#fff url('/img/ico_mp_change.png')no-repeat center 25px; }
.mypage-con .mypage-quick > a:nth-of-type(6) { background:#fff url('/img/ico_mp_write.png')no-repeat center 25px; }
.mypage-con .mypage-quick > a:nth-of-type(7) { background:#fff url('/img/ico_mp_modify.png')no-repeat center 25px; }
.mypage-con .mypage-quick > a:nth-of-type(8) { background:#fff url('/img/ico_mp_logout.png')no-repeat center 25px; }

.mypage-con .mypage-quick > a:nth-of-type(2):hover { background:#f5f5f5 url('/img/ico_mp_sell.png')no-repeat center 25px; }
.mypage-con .mypage-quick > a:nth-of-type(3):hover { background:#f5f5f5 url('/img/ico_mp_coupon.png')no-repeat center 25px; }
.mypage-con .mypage-quick > a:nth-of-type(4):hover { background:#f5f5f5 url('/img/ico_mp_wish.png')no-repeat center 25px; }
.mypage-con .mypage-quick > a:nth-of-type(5):hover { background:#f5f5f5 url('/img/ico_mp_change.png')no-repeat center 25px; }
.mypage-con .mypage-quick > a:nth-of-type(6):hover { background:#f5f5f5 url('/img/ico_mp_write.png')no-repeat center 25px; }
.mypage-con .mypage-quick > a:nth-of-type(7):hover { background:#f5f5f5 url('/img/ico_mp_modify.png')no-repeat center 25px; }
.mypage-con .mypage-quick > a:nth-of-type(8):hover { background:#f5f5f5 url('/img/ico_mp_logout.png')no-repeat center 25px; }

.mypage-con .mypage-quick .mp_quick_title { display:none; line-height:15px; font-size:13px; padding-top:45px; background:#a7a7b3; color:#fff; }
.mypage-con .mypage-quick .mp_quick_title:hover { background:#7e8488; }
.mypage-con .mypage-process h4 { margin-top:0; }

@media all and (max-width:767px) {
.mypage-info .member-info, .mypage-info .mp_myshopping { width:50%; }
.mypage-info > a { width:50%; border-top:0; }
.mypage-info > a:nth-of-type(1) { border-left:1px solid #dcdcdc; }
.mypage-con .mypage-quick .mp_quick_title { display:block; }
.mypage-con .mypage-quick > a { width:25%; }
.mypage-con .mypage-quick > a:nth-of-type(1), .mypage-con .mypage-quick > a:nth-of-type(2), .mypage-con .mypage-quick > a:nth-of-type(3), .mypage-con .mypage-quick > a:nth-of-type(4) { border-bottom:1px solid #dcdcdc; }
}
@media all and (max-width:480px) {
.mypage-info .member-info, .mypage-info .mp_myshopping { width:100%; }
.mypage-info .member-info { border-bottom:0; }
.mypage-info > a { width:100%; border-top:0; }

.mypage-con .mypage-quick > a { height:90px; line-height:135px; }
.mypage-con .mypage-quick .mp_quick_title { padding-top:30px; }

.mypage-con .mypage-quick > a:nth-of-type(2) { border-left:0; background:url('/img/ico_mp_sell.png')no-repeat center 18px; background-size:38px; }
.mypage-con .mypage-quick > a:nth-of-type(3) { background:#fff url('/img/ico_mp_coupon.png')no-repeat center 18px; background-size:38px; }
.mypage-con .mypage-quick > a:nth-of-type(4) { background:#fff url('/img/ico_mp_wish.png')no-repeat center 18px; background-size:38px; }
.mypage-con .mypage-quick > a:nth-of-type(5) { background:#fff url('/img/ico_mp_change.png')no-repeat center 18px; background-size:38px; }
.mypage-con .mypage-quick > a:nth-of-type(6) { background:#fff url('/img/ico_mp_write.png')no-repeat center 18px; background-size:38px; }
.mypage-con .mypage-quick > a:nth-of-type(7) { background:#fff url('/img/ico_mp_modify.png')no-repeat center 18px; background-size:38px; }
.mypage-con .mypage-quick > a:nth-of-type(8) { background:#fff url('/img/ico_mp_logout.png')no-repeat center 18px; background-size:38px; }

.mypage-con .mypage-quick > a:nth-of-type(2):hover { background:#f5f5f5 url('/img/ico_mp_sell.png')no-repeat center 18px; background-size:38px; }
.mypage-con .mypage-quick > a:nth-of-type(3):hover { background:#f5f5f5 url('/img/ico_mp_coupon.png')no-repeat center 18px; background-size:38px; }
.mypage-con .mypage-quick > a:nth-of-type(4):hover { background:#f5f5f5 url('/img/ico_mp_wish.png')no-repeat center 18px; background-size:38px; }
.mypage-con .mypage-quick > a:nth-of-type(5):hover { background:#f5f5f5 url('/img/ico_mp_change.png')no-repeat center 18px; background-size:38px; }
.mypage-con .mypage-quick > a:nth-of-type(6):hover { background:#f5f5f5 url('/img/ico_mp_write.png')no-repeat center 18px; background-size:38px; }
.mypage-con .mypage-quick > a:nth-of-type(7):hover { background:#f5f5f5 url('/img/ico_mp_modify.png')no-repeat center 18px; background-size:38px; }
.mypage-con .mypage-quick > a:nth-of-type(8):hover { background:#f5f5f5 url('/img/ico_mp_logout.png')no-repeat center 18px; background-size:38px; }
}

