@charset "utf-8";

/********************************************************
■ Basic : 기본
********************************************************/
/* @import url('/fonts/nanum_gothic/nanumgothic.css');
@import url('/fonts/nanum_barungothic/nanumbarungothic.css');
@import url('/fonts/nanum_myeongjo/nanummyeongjo.css');
@import url('/fonts/nanum_square/nanumsquare.css');
@import url('/fonts/notosans/notosanskr.css'); */

/* @font-face { font-family:'Noto Sans KR'; src:url('/fonts/notosans/NotoSansCJKkr-Medium.otf'); } */
/* @import url('http://fonts.googleapis.com/earlyaccess/jejugothic.css');  */
@import url("../../../assets/css/NotoSansKR.css");


body { font-family: 'Noto Sans KR', sans-serif; font-weight:300; }

body { line-height: 22px; font-size: 13px; 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 { color: #af865e; text-decoration: none; outline: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 { margin:0; padding:0;  }
.ko, .ko small {  }
.sns-share-icon img { width:20%; max-width:34px; border-radius:50%; }
b, strong, dt { font-weight:500; }
p { margin: 0 0 0px; }

/********************************************************
■ 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 { overflow:hidden; }
.boxed.wrapper .at-body .at-container { padding:0px 20px; }
.at-content { position:relative; padding:60px 0px; }
.at-row { margin-left:-15px; margin-right:-15px; }
.at-col { position:relative; /* padding-left:15px; padding-right:15px; */ padding: 0 0 50px 0; }
.nav-fixed .at-menu { width:100%; z-index:10; left:0px; }
@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; }

}
@media all and (max-width:480px) {

}

/********************************************************
■ LNB : 최상단의 즐겨찾기, RSS, 로그인, 회원가입 영역
********************************************************/
.at-lnb { border-bottom:1px solid #dcdcdc;}
.en .at-lnb { font-size:13px; }
.at-lnb ul { list-style: none; margin: 0px; padding:0px; line-height:30px; }
.at-lnb ul > li { float: left; padding: 0px 15px; border-right:1px solid #dcdcdc; color:#666; font-size:11px; font-family: 'Dotum', sans-serif; }
.at-lnb ul > li:nth-of-type(1) { border-left:1px solid #dcdcdc; }
.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: #666; float:left; text-transform:uppercase; }
.at-lnb ul > li > a.fb {  }
.at-lab ul > li span { padding:0 5px; color:#dcdcdc; }

.at-lnb .system { background:#f29028; }
.at-lnb .system > a { color:#fff; }

.at-lnb .family { width:173px; text-align:center; }
.at-lnb .family .dropdown-menu { list-style:none; width:173px; border:1px solid #dcdcdc; border-radius:0; box-sizing:border-box; }
.at-lnb .family ul { padding-top:10px; padding-bottom:15px; }
.at-lnb .family ul > li { border: 0px solid #dcdcdc; margin-left:-1px; }
.at-lnb .family .dropdown-menu > li > a { font-size:13px; padding: 3px 0px; color: #666; }
.at-lnb .family .dropdown-menu > li > a.active { color:#2b3a75; }
.at-lnb .family .dropdown-menu > li:hover a { background:#fff; color:#2b3a75; }

.header-search { float:left; text-align:right; overflow:hidden; height:30px; }
.header-search .input-group { position:relative; width:122px; border-radius: 20px 20px 20px 20px; background: #fff; border:1px solid #dcdcdc; margin-top:4px; overflow:hidden; }
.header-search input { width:92px; margin-left:10px; font-size:10px; height:20px; margin-top:2px; }
.header-search .search-btn { border-radius: 0px 20px 20px 0px; background: #fff; }
.header-search .search-btn  > i { color:#666; font-size:8px; }
.header-search .form-control { border: 0; padding:0; }
.header-search .no-border { border: 0; box-shadow: none; }
.header-search .form-group { margin-bottom: 0px; }

.header-search .input-group-xs > .form-control, .header-search .input-group-xs > .input-group-addon, .header-search .input-group-xs > .input-group-btn > .btn { /*height:20px;*/ padding: 0px 10px;
font-size: 10px; /*line-height: 10px;*/ margin-right: 9px; height:20px; }
.header-search .input-group-btn { line-height:22px; }

.header-search input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #666;
}
.header-search input::-moz-placeholder { /* Firefox 19+ */
  color: #666;
}
.header-search input:-ms-input-placeholder { /* IE 10+ */
  color: #666;
}
.header-search input:-moz-placeholder { /* Firefox 18- */
  color: #666;
}

@media all and (max-width:1199px) {
	.responsive .at-lnb .at-container { display:none; visibility:visible; }
}


/********************************************************
■ PC Header : PC 헤더
********************************************************/
.pc-header {  }
.pc-header > .at-container { position:relative; /*text-align:center;*/ }
.pc-header .header-logo { float:left; /*text-align:center;*/ height:112px; padding-top:25px; padding-bottom:25px; }

@media all and (max-width:1199px) {
	.responsive .pc-header { display:none; }
}

/********************************************************
■ Mobile Header : 모바일 헤더
********************************************************/
.m-header { display:none; border-bottom:1px solid #dcdcdc; padding:5px; }
.m-header a { color:#888; display:inline-block; height:40px; line-height:35px; border-radius:5px;}
.m-header .at-container { padding:0px; }
.m-header .header-wrap { display:table; width:100%; table-layout:fixed; margin:0px; border-collapse: collapse; }
.m-header .header-icon,
.m-header .header-logo { display:table-cell; vertical-align:middle; font-size:18px; height:80px; line-height:80px; text-align:center; }
.m-header .header-logo img { height:60px; }
.m-header .header-icon { width:44px; }
.m-header .header-icon a { display:block; }
@media all and (max-width:1199px) {
	.responsive .m-header { display:block; }
}

/********************************************************
■ PC Menu : PC 메뉴바 배경설정
********************************************************/
.pc-menu { position:relative; background: #fff; border-top:1px solid #dcdcdc; border-bottom:1px solid #282828; 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: 18px; font-family: 'Noto Sans KR', sans-serif; }
.pc-menu .nav-right { font-size:16px; }
.pc-menu .nav-rw { width:0px; }
@media all and (max-width:991px) {
	.responsive .pc-menu,
	.responsive .pc-menu-all { display:none; }
}

/********************************************************
■ PC Menu Top : PC 상단 좌측/배분 스타일 메뉴
********************************************************/

/* 배분 스타일 */
.pc-menu .menu-bg { display:none; position:absolute; width:100%; height:calc((25px * 15) + 69px); background: rgba(255,255,255,0.5); border-bottom:1px solid #dcdcdc; }
.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; font-weight:500; }
.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:#282828; background:#fff; }
.pc-menu .nav-top .menu-li:hover .menu-a,
.pc-menu .nav-top .menu-li.on .menu-a { background:#fff; border-bottom: 3px solid #af865e; color:#af865e; }
.pc-menu .nav-top .menu-li.nav-home { /*width:148px !important;*/ text-align:center; }
.pc-menu .nav-top .menu-li.nav-home .menu-a { padding:0px; }
.pc-menu .nav-top .menu-li.nav-home:hover .menu-a,
.pc-menu .nav-top .menu-li.nav-home.on .menu-a { background:#17365d; color:#fff; border-bottom: 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: #003070 transparent; z-index:3;  display: block; width: 0px; content: ""; position: absolute; border-style: solid; }*/
.pc-menu .nav-top .sub-1div { background:#fff; /*border-top:3px solid #003070;*/ 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 > li:nth-of-type(1) { border-top:0; }
.pc-menu .nav-top .sub-1dli { border-top:1px solid #dcdcdc; }
.pc-menu .nav-top .sub-1dli a { display:block; padding:12px 15px; }
.pc-menu .nav-top .sub-1dul,
.pc-menu .nav-top .sub-1dli { position:relative; font-size:15px; color:#666; font-weight:400; }
.pc-menu .nav-top .sub-1da { display:block; color:#666; /*padding:15px 15px; line-height:43px; padding-left:15px; padding-right:15px;*/ /*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:#282828; font-weight:400; background:#eaeaea; }
.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); }

/* 전체메뉴 스타일 추가 (작성자 : yschung) */
.menu-all { position:absolute; width:100%; z-index:2; background:#fff; /*border: 2px solid #003070;*/ margin:0; padding:0; border-top: 1px solid #949494; }
.menu-all ul { list-style:none; margin:0; padding:0; height:calc((25px * 15) + 20px); overflow:hidden; }
.menu-all ul .board { float:left; /*width:148px !important;*/width:calc(100% / 7); height:100%; background: url('/data/main/menu-back.jpg')  no-repeat 100% 98%; }
.menu-all ul .board .bg { background: rgba(34,37,41,0.5) url('/data/main/menu-background.png')repeat; padding:10px 0 10px 0; }
.menu-all ul .board ul li, .menu-all ul .sub ul li { text-align:left; /*padding:8px 15px;*/ height:25px; line-height:25px; padding-left:20px; font-family:dotum, sans-serif; font-size:11px; }
.menu-all ul .board ul li a { display:inline-block; color:#fff; }
.menu-all ul .board ul li a:hover, .menu-all ul .board ul li.on { color:#fff; font-weight:600; box-shadow:none; text-shadow:none;  }
.menu-all ul .sub { float:left; width:calc(100% / 7); padding:10px 0 10px 0; border-left:1px solid #dcdcdc; }
.menu-all ul .sub:last-child { border-right:1px solid #dcdcdc; }
.menu-all ul .sub ul li { height:25px; line-height:25px; padding-left:20px; font-family:dotum, sans-serif; font-size:11px; }
.menu-all ul .sub ul li a { color:#666; }
.menu-all ul .sub ul li a:hover, .menu-all ul .board ul li.on { color:#17375e; font-weight:500; }

/********************************************************
■ 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:400; padding: 2px 3px; line-height: 0.9; border-radius: .25em !important; }

/********************************************************
■ 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:1199px) {
	.responsive .m-menu { display:block;   /*display:none;모바일 메인 메뉴 출력 */ }
}

/********************************************************
■ Page Title : 페이지 타이틀 및 설명글
********************************************************/
.at-title { margin-top:20px; position:relative;  top:40px; }
.at-title .board-title-name { padding-bottom:17px; border-bottom:2px solid #282828; }
.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 { border-top:1px solid #282828; height:44px; }
.at-footer .at-links ul { list-style: none; }
.at-footer .at-links ul > li { float: left; line-height:30px; line-height:42px; height:42px; padding: 0px 12px; }
.at-footer .at-links ul li::after { float: right; font-size:12px; color:#ddd; content: "|"; margin-right:-14px;}
.at-footer .at-links ul li:last-child::after { content: ""; }
.at-footer .at-links ul > li > a { font-size:13px; color: #888; }
.pc_mobile_btn { display:none; }
.foot_txt { overflow:hidden; }
.foot_logo { display:inline-block; float:left; padding-right:3%;  padding-top:15px;}
.foot_copy { overflow:hidden; }
.foot_copy > p { float:left; margin:0 !important; }
.foot_link { padding:0 !important; }
.at-footer .at-infos > .at-container { padding-bottom:40px; }
.foot_copy > p a { display:inline-block; text-decoration:underline; color:#0f437c; margin-left:5px; }
.foot_copy > p a:hover { color:#3775b9; }
.foot_copy div > p { margin:10px 0 0 0 !important; }
.foot_info { border-top:1px solid #dcdcdc; }

.escrow_info { width:100%; overflow:hidden; border-top:1px solid #dcdcdc; padding:25px 0; background:#f5f5f5; }
.escrow_info > div { max-width:1170px; width:100%; margin:0 auto; }
.escrow_info > div > p { display:inline-block; float:left; font-weight:600; color:#666; margin-top:6px; }
.escrow_info > div > p > img { margin-right:5px; }
.escrow_info > div > p > span { margin-left:3px; font-weight:400; color:#999; }
.escrow_info > div > a { display:inline-block; float:right;  padding:5px 10px; border:1px solid #dcdcdc; background:#fff; }
.escrow_info > div > a > span { margin-left:10px; }

@media all and (max-width:991px) {
	.responsive .at-footer .at-links { padding:5px 10px; }
	.at-footer .at-infos { padding:40px 0 0 0; }
}
@media all and (max-width:767px) {
	.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; }
	.responsive .at-footer .at-links ul.pull-right { display:none; }
	.pc_mobile_btn { clear:both; display:block; width:80%; background:#a7a7b3; color:#fff !important; height:30px; margin:0 auto; text-align:center; line-height:28px;}
	.pc_mobile_btn:hover { background:#7e8488; }
	.foot_copy div > p { padding-bottom:20px; }
	.foot_logo img { width:130px; margin-bottom:10px; }
	.foot_copy { clear:both; }
}

/* YC5 */
.en .at-footer .at-infos { font-size:12px; }
.at-footer .at-infos .media { padding:15px 0px 20px; }
.at-footer .at-infos .pull-left { font-size:13px;  color:#666;  }
.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; }


.at-infos { background:#f6f6f6; padding:0px 0; border-top:1px solid #282828 !important; }
.at-infos > div { overflow:hidden; }
.at-infos h2 { display:inline-block; float:left; width:207px; }
.at-infos .at-container { margin-top:20px; }
.at-infos .ft_copy { width:70%; display:inline-block; float:left; padding-left:50px; }
.at-infos .ft_copy > div { overflow:hidden; }
.at-infos .ft_copy p { margin:0 12px 0 0; float:left; color:#666; font-size:13px; }
.at-infos .ft_copy p span{ display:inline-block; margin-right:4px;color:#666; font-size:13px; font-weight:400; }
.at-infos .ft_copy small { letter-spacing:1px; color:#979797; font-size:11px; font-weight:400; }

.foot_customer { overflow: hidden; padding:30px 0 30px; width: 100%; }
/*.foot_customer > div { float:left; box-sizing:border-box; position:relative; background:green }*/
.foot_customer .bank { float:left; width:26%; /*border-left:1px solid #dcdcdc; border-right:1px solid #dcdcdc;*/ padding:0 20px; background:url('/data/main/ico_bank.png')no-repeat 95% bottom;}
.foot_customer .info { float:left; width:49%; padding-left:20px; background:url('/data/main/ico_event.png')no-repeat 95% bottom; }
.foot_customer .customer { float:left; width:25%; padding-right:20px; background:url('/data/main/ico_customercenter.png')no-repeat 95% bottom; }
.foot_customer > div > h2 { font-size:13px; font-weight:500; color:#282828; }
.foot_customer > div > div { width:20px; height:1px; background:#282828; margin:15px 0 15px 0; }
.foot_customer > div > p { float:left; font-size:13px; color:#aaa; line-height:18px; /*margin-bottom:15px; margin-top:5px;*/ margin-right:10px; }
.foot_customer > div > p > span { display:block; color:#aaa;}
.foot_customer > div > p > span > b { color:#777; padding-right:10px; }

.foot_customer > div > a { position:absolute; bottom:0; display:block; width:104px; height:22px; font-size:13px; color:#fff; background:#d71a18; font-weight:400; padding:0 10px; line-height:20px; }
.foot_customer > div > a span { display:inline-block;  }
.foot_customer p > b { display:block; color:#282828; font-size:29px; font-weight:500; margin-bottom:13px; }
.foot_customer .bank p > b{font-size:20px;}
.foot_customer .info > p > span { display: inline-block; color:#aaa; }
.foot_customer .info > p > a { color: #af865e; }
.lm10 { margin-left:10px }

@media all and (max-width:1199px) {
	.foot_customer .customer, .foot_customer .bank, .foot_customer .info { padding-left:20px; padding-right:20px; }
	.foot_customer .customer { width:50%; padding-bottom:30px; }
	.foot_customer .bank { width:50%; padding-bottom:30px; border-left:1px solid #dcdcdc; }
	.foot_customer .info { float:none; clear:both; width:100%; margin-bottom:30px; padding-top:30px; border-top:1px solid #dcdcdc; }

}
@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; }
}
@media all and (max-width:600px) {
.foot_customer .customer { float: none; width: 100%; padding-bottom: 30px; min-height: 160px; }
.foot_customer .bank { float: none; width: 100%; padding-bottom: 30px; padding-top:30px; min-height: 160px; border-top:1px solid #dcdcdc; }
.foot_customer .info { float:none; clear:both; width:100%; margin-bottom:30px; padding-top:30px; border-top:1px solid #dcdcdc; }

}

/* 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 { display:none; }
@media (max-width: 768px) {
	.at-go .go-btn { bottom:0px; right:5px; }
}

/********************************************************
■ Bootstrap3 : 부트스트랩 기본속성
********************************************************/
/* Button */
.btn { }
.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 {  }

/* 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 {  }
.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 { margin: 0px 15px; left: 0px; width: auto; height: 28px; line-height: 28px; font-size: 12px; clip: auto; }
.sr-score { 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; }*/
.alert, .label { border-radius:0 !important; }

/* 마이페이지 */
.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; }

@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; }
}


/* rqb&sidebar*/
#stv { margin-top:60px; }
#stv h2 { background:#7e8488 !important; }
#stv_nb li a { background:#fafafa; color:#888; letter-spacing:-0.015em; }
#stv_nb li a:hover { background:#a7a7b3; color:#fff; }
#stv .ellipsis { display:none; }
#stv_pg { letter-spacing:1px; }

#sidebar-box .sidebar-menu .ca-head.active > a { font-weight:400 !important; }
#sidebar-box .sidebar-head { background:#7e8488 !important; }
#sidebar-box .btn-navy { background:#a7a7b3 ; border:1px solid #a7a7b3; }
#sidebar-box .btn-navy:hover { background:#7e8488; border:1px solid #7e8488; }
.btn-color { background:#af865e !important; border:1px solid #af865e !important; }
.btn-color:hover { background:#7e8488 !important; border:1px solid #7e8488 !important; }
.btn-color2 { background:#2b3a75 !important; border:1px solid #2b3a75 !important; color:#fff; }
.btn-color2:hover { background:#7e8488 !important; border:1px solid #7e8488 !important; }
.sub_header h1 { color:#a7a7b3; display:inline-block; padding-bottom:10px; border-bottom:1px dotted #a7a7b3; font-size:30px; }
.sub_header .page-nav a, .sub_header .page-nav { color:#a7a7b3 !important; letter-spacing:0; }
.sidebar-login .profile { margin-bottom:10px; }


@media all and (max-width:1200px) {
#stv { display:none; }
}

/* 메인메뉴

.dropdown-menu { border-radius:0; box-sizing:border-box; padding:25px; }
.dropdown-menu > li { width:200px !important; }
.dropdown-menu > li:nth-of-type(1) { margin-right:30px; }
.dropdown-menu > li > a { display:block; font-size:15px; font-weight:500; color:#282828; padding:0 0 5px 0; border-bottom:1px solid #282828; }
.dropdown-menu > li > a:hover { background:none; color:#7e8488; }
.dropdown-menu  ol a { display:block; padding:5px 0 !important; color:#888; font-size:13px; }
.dropdown-menu  ol a:hover { font-weight:400; }
 */

/*메인 추가 CSS
.main-middle-banner { width:100%; margin:100px 0 50px 0; }
.main-middle-banner img { width:100%; }

@media all and (max-width:480px) {

}



.img-wrap .img-item img { margin: 30px 0 30px 0; }


.bg-alfa-50::before { background:none !important; }
*/
/*
.main_header { text-align:center; position:relative; overflow:hidden; height:172px; padding:30px 0; }
.main_header h1 { display:inline-block; margin:30px 0; width:100%; text-align:center; }
.main_header h1 a { padding:0; }
.main_header h1 img { width:250px; }
.head_banner { width:200px; display:inline-block; }
.header_banner01 { position:absolute; top:30px; left:0; }
.header_banner02 { position:absolute; top:30px; right:0; }

.main_logo { display:inline-block; padding:25px; }
.fa-lg { vertical-align:middle !important; font-size:1em !important; line-height:1em !important; }
/*.pc-menu { height:auto !important; border-bottom:1px solid #dcdcdc; }
.main_lnb { background:#ebebeb; height:40px; width:100%; float:right; }



*/

/* 상품 위젯, 상품목록 리스트 스타일 */
.item_title p { font-size:20px; color:#282828; line-height:20px; margin-bottom:10px; font-weight:500; }
.item_title span { font-size:14px; color:#666; line-height:14px; display:block; font-weight:300; }
.item_title { width:100%; text-align:center; padding-bottom:30px; }

.item-content { text-align:left !important; margin:0 !important; height:60px !important;  }
.item-name { text-align:left !important; width:100%; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; letter-spacing:-0.025em !important; }
.item-name b { color:#282828; }
.item-text { width:100%; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
/*
.item-price { color:#282828; margin-top:12px !important; padding-bottom:0; }
.item-price i { display:none; }
.item-price b { margin:0 !important; font-weight:500; color:#d71a18; }
.item-price b::after { content:'원'; color:#666; font-size:14px; }
.main_page .item-details { display:none; }
.item-details { display:none; }







.at-main .row { margin:0 !important; }




.main-slider .img-wrap { min-height:300px; }
*/
/* 하단 스타일 */
.at-footer { clear:both; }
/*
.txt-mobile { display:none; }
*/
/*
#top_banner #box { width:100% !important; max-width:1200px; }
#top_banner #box img { width:100%; }
#top_banner { height:auto !important; }

@media all and (max-width:1200px) {
.main_page .quick_link .quick_tit { width:100%; text-align:center; padding:10px; }
.main_page .quick_link .quick_tit > img { display:none; }
.main_page .quick_text { display:inline-block; }
.main_page .quick_link ul { width:100%; }

}
@media all and (max-width:1100px) {

}
@media all and (max-width:991px) {
.at-footer .ft_customer, .at-footer .ft_sns { width:50%; }
.at-footer .ft_copy { width:100%; padding-top:25px; margin-top:25px; padding:10px; }
}
@media all and (max-width:767px) {
.at-footer .ft_customer { width:70%; }
.at-footer .ft_sns { width:30%; }

}
@media all and (max-width:480px) {
.txt-mobile { display:block; }
.txt-pc { display:none; }
.at-footer .at-links ul > li { float: left; line-height:19px; height:25px; }
.at-infos .at-container { margin-top: 0px; }


}
*/
/* 서브 추가 CSS */
/*.div-head > span { font-weight:500; font-size:13px; color:#282828; }
.sub_header { text-align:center; }
.sub_header .col-md-4 { float:inherit; margin:10px auto 0 auto; }
.list-nav { display:none; }
.sub_heder_img .item { background-attachment:inherit !important; /* 페러렉스X */ }
/*
.list-category .div-tab { overflow:hidden; width:100%; }
.list-category .div-tab h3 { font-size:18px; }
.list-category .div-tab ul { border-left:1px solid #dcdcdc; }
.list-category .div-tab ul li { width:20%; box-sizing:border-box; border-right:1px solid #dcdcdc !important; border-left:0 !important; }
.list-category .div-tab ul li a {  white-space:nowrap; text-overflow:ellipsis; }
.nav-tabs > li { margin:0 !important; }
.list-category { margin-bottom:30px !important; }
.list-sort h3 { font-size:20px; color:#282828; font-weight:500; padding-bottom:10px; }
.list-sort .hidden-xs { border-top:1px solid #dcdcdc; padding-top:3px; }
.list-sort .pull-left a, .list-sort .pull-right a { margin:0 !important; }

.btn-group .btn-color { background:#a7a7b3 ; border:1px solid #a7a7b3; }
.btn-group .btn-color:hover { background:#7e8488; border:1px solid #7e8488; }
.btn-group .btn-black { border:1px solid #dcdcdc; background:#fff !important; color:#888 !important; }
.btn-group .btn-black:hover { background:#fafafa; }
.item_list_tab .nav-tabs .active a { border-bottom:1px solid #dcdcdc !important; }

.bsk-tbl .well li { list-style:none; }
*/
@media all and (max-width:991px) {
.at-content { padding:30px 0; margin: 0 10px 0 10px; }
.at-title { top:0; }
}

@media all and (max-width:480px) {
.at-content { padding:10px 0;  margin: 0 10px 0 10px;}
}

/* BOARD */
#fwrite .f_wrap { border:1px solid #dcdcdc; }
.write-wrap .panel-body { padding:0; overflow:hidden; }
.write-wrap .form-group { margin:0 !important; border-top:1px solid #dcdcdc; }
.write-wrap .form-group:nth-of-type(1) { border-top:0; }
.write-wrap .control-label { width:130px; margin:0; line-height:30px; padding:5px 15px; text-align:left; background:#f5f5f5; border-right:1px solid #dcdcdc; }
.write-wrap .form-group input, .write-wrap .form-group select { margin:5px; }
.write-wrap .col-sm-8, .write-wrap .col-sm-3, .write-wrap .col-sm-5, .write-wrap .col-sm-7, .write-wrap .col-sm-11 { padding-left:0; }
.form-horizontal .has-feedback .form-control-feedback { top:5px; }
.write-wrap .col-sm-5 label { line-height:30px; }
.write-wrap .col-sm-12 { padding:10px; }
.write-wrap #ticon { margin:5px 0 5px 10px; }
.write-wrap .label-photo { height:60px; }
.write-wrap .option_checkbox .control-label { border:0; background:#fff; padding:5px; }
.write-wrap .option_file .form-control-static { padding:5px !important; line-height:30px; }
.write-wrap .option_file .col-sm-offset-2 { margin:0; }
.write-wrap .option_file .col-sm-offset-2 .row { margin:0; }
.write-wrap .input-group-addon { border-top:0; border-left:0; border-right:1px solid #dcdcdc; border-bottom:0; box-sizing:border-box; }
.option_file .input-group-addon { width:130px; padding:5px 15px; text-align:left; font-weight:500; color:#rgb(51,51,51) !important; }
.write-wrap .font-12 { margin:0 !important; padding-left:5px; }
.write-wrap .option-photo { height:62px; }
#variableFiles td { padding:0 !important; }
#variableFiles input[type='file'] { height:34px; }
.write-wrap .input-group-btn > a, .write-wrap .input-group-btn > button { height:30px; margin-top:1px; z-index:2; line-height:18px; }
.comment-box .col-xs-6 { margin:10px 0; }

.view-wrap > section > article { border-top:1px solid #dcdcdc; }
.view-wrap h1 { padding:0 !important; }
.view-padding { padding:0 !important; }

@media all and (max-width:1200px) {
.amina-header, .view-wrap h1, .view-padding { padding:0 10px !important; }
}

@media all and (max-width:767px) {
.write-wrap .control-label { width:100%; border-right:0; height:inherit; border-bottom:1px solid #dcdcdc; }
.option_file .input-group-addon { width:55px; }
}


/* 로그인/회원가입/비밀번호확인 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) {
}

/* 쇼핑 LIST PAGE */
.list-wrap .item-list {  }
.label-tack { position:absolute; bottom:0; top:inherit; left:0; }
.label-tack img { display:inline-block; margin-right:3px; }
.list-wrap .item-sp { display:none; }
.item-list .item-content { position:relative; }
.item-list .item-price { padding-bottom:13px; }
.item-image .label-cap { display:none; }
.nav-tabs { border-bottom:0; }
.div-tab h3 { text-align:center; padding-bottom:20px; font-size:18px;text-transform:uppercase; }



@media all and (max-width:767px) {
.item_list_tab {  }
.item_list_tab .list-category, .at-content aside .list-sort { width:50%; float:left; margin:0 0 10px 0 !important; }
.list-wrap { clear:both; }
.item_list_tab .dropdown-menu { width:100%;  }
#categoryLabel, #sortLabel { background:#a7a7b3 !important; border:1px solid #a7a7b3 !important; color:#fff !important; }
#categoryLabel { border-right:1px solid #fff !important; }
.item_list_tab h3 { display:none; }
}

@media all and (max-width:480px) {

.list-wrap .item-list { margin-bottom:0 !important; }
.item-list { overflow:hidden; }
.item-list .item-image { width:100%; float:left; margin-right:2%; min-width:98px; }
.item-list .item-content { width:100%; float:left; }
.list-wrap .item-content { padding-top:0 !important; }
.item-list .item-price { padding-bottom:25px; }
.list-wrap .item-row .item-list { border-bottom:1px solid #dcdcdc;border-top:0; border-left:0; border-right:0; padding-bottom:10px; }
.list-wrap .item-row:nth-of-type(1) .item-list { border-top:1px solid #dcdcdc; }
.responsive .at-body .at-container { padding:0 !important }
.list-btn { text-align:center; }
.list-btn .list-page { margin-top:15px; float:inherit !important; display:inline-block; }
.list-btn .pull-right { float:inherit !important; }
.list-wrap .item-row { margin-bottom:10px; }
}

@media all and (max-width:385px) {
.item-list .item-text { display:none; }
.item-list  .item-name { height:auto !important; }
.item-list .sit_icon { width:100%; }
}




/* ORDER FORM */
.order_form_skin .control-label { width:130px; margin:0; line-height:30px; padding:5px 15px; text-align:left; background:#f5f5f5; border-right:1px solid #dcdcdc; }
.order_form_skin .panel-body { padding:0; }
.order_form_skin .form-group { margin:0 !important;  border-top:1px solid #dcdcdc; }
.order_form_skin .form-group:nth-of-type(1) { border-top:0; }
/* .order_form_skin .form-group input { margin:5px; } */
.order_form_skin .col-sm-3, .order_form_skin .col-sm-8, .order_form_skin .col-sm-5, .order_form_skin .col-sm-10 { padding:5px; margin:0 !important; }
.order_form_skin textarea { /* margin:5px; */ }
.order_form_skin .option_checkbox { padding:5px !important; }
.order_form_skin .option_checkbox label { margin-bottom:0; }
.order_form_skin .btn-black { height:30px; margin-top:1px; line-height:18px; }
.order_form_skin .form-control-feedback { margin-top:5px; }
.order_form_skin .col-sm-8 > span, .order_form_skin .col-sm-8 > b > span { display:inline-block; line-height:30px; padding:0 5px; }
.order_form_skin .option_checkbox > span { display:inline-block; line-height:28px !important; padding:0 !important; }
.order_form_skin .panel-heading { background:#dedede; }

.orderview-page .panel-heading { background:#dedede; }
.orderview-page .panel-heading strong{ color:#333; }
.orderview-page .panel-primary .panel-heading { background:#428bca; }
.orderview-page .panel-primary .panel-heading strong { color:#fff; }
.orderview-page .delivery-info li { list-style:none; text-align:center; }
.orderview-page th { border-right:1px solid #dcdcdc; }
.delivery-info { text-align:center; }
.orderview-page .orderinquiry_delivery { display:inline-block; padding:3px 5px; background:#a7a7b3; color:#fff; }
.orderview-page .orderinquiry_delivery a { color:#fff; }
.orderview-page .orderinquiry_delivery:hover { background:#7e8488; }
.orderview-page .orderinquiry_confirm span { display:inline-block; border-bottom:1px solid orangered; line-height:13px; }
.orderview-page .dvr_link { border-bottom:1px solid orangered; line-height:13px; color:orangered; }

.ppay-wrap .ppay-box { display:block; height:200px; cursor:auto; font-size:16px; font-weight:400; box-sizing:border-box; padding:130px 25px 25px 25px; background:#fff url('/img/ico_ppaybox.png')no-repeat center 35px; background-size:120px; }
.ppay-wrap .ppay-box:hover { background:#fafafa url('/img/ico_ppaybox.png')no-repeat center 35px; background-size:125px; }
.ppay-wrap .ppay-box span { display:block; font-size:13px; font-weight:300; }

@media all and (max-width:767px) {
.order_form_skin .control-label { width:100%; height:auto !important; border-bottom:1px solid #dcdcdc; border-right:0; }
.ppay-wrap .ppay-row { width:50%; }
}
@media all and (max-width:480px) {
.ppay-wrap .ppay-row { width:100%; }
}




.btn-custom {
	color: #fff !important; border-image: none !important; background-image: none !important;
	border: 1px solid rgb(198, 93, 72);
	background-color: rgb(198, 93, 72);
}

/* 전체게시판 페이징 부분 색상 변경 */
.pagination li.active a {
    color: #fff !important;
    background: #af865e !important;
    border-color: #af865e !important;
}

/* 전체 게시판, 상품 목록 글 없음 표시부분 스타일 */
.list-none {
    margin: 0px 0px 15px;
    padding: 80px 0px;
    text-align: center;
    color: #777;
	font-size:15px;
}

.item-none {
	color: #777;
	font-size:15px;
}

/* 여백관리 */
.mt20 { padding-top:20px; }
.mt30 { padding-top:30px; }
.mb30 { padding-bottom:30px; }
.mt60 { padding-top:60px; }
.mb60 { padding-bottom:60px; }

@media all and (max-width:700px) {
	.mt20 { padding-top:10px; }
	.mt30 { padding-top:15px; }
	.mb30 { padding-bottom:15px; }
	.mt60 { padding-top:15px; }
	.mb60 { padding-bottom:15px; }

}
@media all and (max-width:480px) {
	.mt20 { padding-top:10px; }
	.mt30 { padding-top:15px; }
	.mb30 { padding-bottom:15px; }
	.mt60 { padding-top:30px; }
	.mb60 { padding-bottom:30px; }

}

/* 메인 센터 배너 3개 */
.main-banner .banner-box { float:left; width:32%; }
.main-banner .banner-box.box-margin { margin-right:2%; margin-left:2%; }
.main_banner { width:100%; overflow:hidden; }
.main_banner > div { width:32%; margin-left:2%; float:left; }
.main_banner > div:nth-of-type(1) { margin-left:0; }

@media all and (max-width:1000px) {
  .main-banner { padding-left:10px; padding-right:10px; }
  .main-banner .banner-box { width:48%;  margin-top:20px;}
  .main-banner .banner-box.box-margin { margin-left:2%; }
}
@media all and (max-width:650px) {
  .main-banner { padding-top:0px; }
  .main-banner .banner-box { width:100%;  margin-top:10px;}
  .main-banner .banner-box.box-margin { margin-right:0; margin-left:0; }

}

/* 메인 베스트상품 */
#best_tab .main-tab { text-align:center; width:540px; display: inline-block; }
#best_tab .nav-tabs > li { text-align:center; font-size:15px; color:#282828; border-top:1px solid #dcdcdc; }
#best_tab .nav > li > a:hover, #best_tab .nav > li.active > a { color:#af865e; }
#best_tab .nav > li > a:hover, #best_tab .nav > li > a:focus { background-color: #fff; }
#best_tab .nav-tabs > li > a  {margin-right: 2px; line-height: 1.42857143; border: 0px solid transparent; border-radius: 0; }
#best_tab .main_best .nav-tabs { border-bottom: 0px solid #ddd; }
#best_tab .main_best .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus { color: #17375e; border:0; background:#fff; }
#best_tab .main_best .nav-tabs > li { text-align:center; font-size:14px; padding-top:12px; }
#best_tab .main_best .nav > li > a { position: relative; display: block; padding: 0px 10px 10px; }
#best_tab .line { width:25px; height:3px; background:#af865e; margin-top: -2px; display: none; position: absolute; }
#best_tab .main-tab .nav-tabs > li.active .line, .main-tab .nav-tabs > li:hover .line, .main-tab .nav-tabs > li:focus .line { display: inline-block; margin-left: calc(50% - 12px); top:0; left:0; right:0; bottom:0; }
#best_tab .tab-pane { min-height: 262px; }

.main_new { padding-bottom:30px; }

@media all and (max-width:1199px) {
  #best_tab .tabs, #best_tab .tab-content { padding-left:10px; padding-right:10px; }

}
@media all and (max-width:700px) {
  #best_tab .main-tab { width:100%; }
  #best_tab .nav-tabs > li { width:50%; }
}

@media all and (max-width:300px) {
 #best_tab .nav-tabs > li { width:100%; }
}

/* 메인 MD추천상품 */
@media all and (max-width:1199px) {
.main_new .widget-box { padding-left:10px; padding-right:10px; }
}
