@charset "utf-8";

/********************************************************
■ Basic : 기본
********************************************************/
@import url( "http://fonts.googleapis.com/earlyaccess/notosanskr.css" );

body { font-family: 'Noto Sans KR', sans-serif; font-weight:300; margin: 0; padding: 0; }

body { letter-spacing:-0.025em; line-height: 22px; font-size: 14px; color: rgb(51, 51, 51); background-color:#fff; background-repeat: no-repeat; background-attachment:fixed; background-size:cover; }
body.is-pc .ko { font-size:14px; font-weight:300; }
a { color: rgb(51, 51, 51); cursor: pointer; text-decoration: none; }
a:hover, a:focus, a:active { color: rgb(37, 94, 188); 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 { }
.ko, .ko small {  }
.sns-share-icon img { width:100%; max-width:34px; border-radius:50%; }
h1, .h1, h2, .h2, h3, .h3 { margin-top: 0; margin-bottom: 0; }
ul, ol { margin-top: 0; margin-bottom: 0; }

/********************************************************
■ Layout : 레이아웃
********************************************************/
.wrapper { margin:0 auto; background:#fff;  }
.at-container { margin:0px auto; padding:0px; }
.is-pc .at-body { min-height:600px; height:calc(100vh - 296px); }
/* .at-body { height:calc(100vh - 296px); } */
.at-body .at-container { padding:0px 15px; overflow:hidden; }
.boxed.wrapper .at-body .at-container { padding:0px 20px; }
.at-content { position:relative; padding:30px 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; }



@media all and (max-width:1200px) {
	.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 { font-size:13px; width:100%; float:left; }
.en .at-lnb { font-size:12px; }
.at-lnb ul { list-style: none; margin: 0 0 3px 0; padding:0; overflow:hidden; }
.at-lnb ul > li { float: left; padding: 0; /*border-right:1px solid #aaa; margin-top: -5px;*/ width:78px; height:70px; }
.at-lnb ul > li:nth-child(1) { background: url('/data/main/login.png') no-repeat 0 0; }
.at-lnb ul > li:nth-child(2) { background: url('/data/main/join.png') no-repeat 0 0; }
.at-lnb ul > li:nth-child(3) { background: url('/data/main/cart.png') no-repeat 0 0; }
.at-lnb ul > li:nth-child(4) { background: url('/data/main/order.png') no-repeat 0 0; }
.at-lnb ul > li:nth-child(5) { background: url('/data/main/mypage.png') no-repeat 0 0; }
.at-lnb ul > li > a > div { width:100%; text-align: center; padding-top: 35px; }
.at-lnb ul > li > a { float:left; color:#333; display:block; width: 100% }

@media all and (max-width:1200px) {
	.responsive .at-lnb .at-container { display:none; visibility:visible; }
}

/********************************************************
■ PC Header : PC 헤더 
********************************************************/
.pc-header { padding:0px; background:#fff; }
.pc-header .at-container { padding:0; }
 #header .header-left { float:left; width:312px; }
 #header .header-center { float:left; width:calc(100% - 312px - 390px); /* overflow:hidden;  */padding:10px 10% 0 10% }
 #header .header-center .header-logo { float:left; width:210px; /*padding-top: 18px;*/ }
 #header .header-right { float:left; width:390px; text-align:right; padding-top:10px; height: 70px; }
 #header .at-menu { float:left; width:100%; position: relative; /* overflow: hidden; */ }
  
.pc-header .header-logo { float:left; overflow:hidden; vertical-align:middle; /*padding:20px 0 16px;*/ height:35px; text-align:right; padding-right:40px; }
.pc-header .header-logo img { display:block; display:inline-block;  }

.pc-header .header-search { float:right; text-align:right; padding-top:0px; height: 30px; width:100%; }
.pc-header .header-search .box { position:relative;  width:100%; height:30px; border-radius: 0px 0px 0px 0px; background: #fff; border:2px solid #296bd8;  }
.pc-header .header-search input { width:calc(100% - 70px); height:24px; margin-left:5px; font-size:12px; }
.pc-header .header-search .search-btn { border-radius: 0px 0px 0px 0px; border:0px solid #0c4da2; background: #fff; height:24px; line-height: 4px;  }
.pc-header .header-search .search-btn  > i { color:#296bd8; font-size:12px; }
.pc-header .header-search .form-control { border: 0; }
.pc-header .header-search .no-border { border: 0; box-shadow: none; }
.pc-header .header-search .input-group { width: 100%; }

.pc-header .header-search input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #FF00FF;
}
.pc-header .header-search input::-moz-placeholder { /* Firefox 19+ */
  color: #FF00FF;
}
.pc-header .header-search input:-ms-input-placeholder { /* IE 10+ */
  color: #FF00FF;
}
.pc-header .header-search input:-moz-placeholder { /* Firefox 18- */
  color: #FF00FF;
}

@media all and (max-width:1500px) {
#header .header-center { float:left; width:calc(100% - 312px - 390px); /* overflow:hidden; */ padding:10px 0% 0 2% }
}

@media all and (max-width:1300px) {
	.responsive .pc-header { display:none; }
}

/********************************************************
■ Mobile Header : 모바일 헤더 
********************************************************/
.m-header { display:none; border-bottom:1px solid #dcdcdc; }
.m-header a { color:#555; display:inline-block; height:40px; border:1px solid #dcdcdc; line-height:35px; border-radius:5px;}
.m-header .at-container { padding:0px; }
.m-header .header-wrap { position: relative; display:table; width:100%; table-layout:fixed; margin: 10px 0px 0px 0px; border-collapse: collapse; }
.m-header .header-icon, 
.m-header .header-logo { float:left; /*display:table-cell; vertical-align:middle; font-size:18px; */height:40px; line-height:40px; /*text-align:left;*/ width: calc(100% - 343px); padding-left: 20px; }
.m-header .header-search { /*display:table-cell; vertical-align:middle; font-size:18px; height:40px; line-height:40px; text-align:center; width:calc(100% - 320px);*/ }
.m-header .header-icon { width: 60px; }
.m-header .header-icon a { width: 40px; }
.m-header .header-logo a { display:block; border:0px; }
.m-header .header-logo a img { width:150px; }
.m-header .header-search { position: relative; display: inline-block; width: 100%; border-top: 1px solid #dcdcdc; padding: 5px 10px 0px 10px; margin-top:10px; }
.m-header .header-search .box { position:relative;  width:100%; height:40px; border-radius: 0px 0px 0px 0px; background: #fff; border:1px solid #296bd8; margin-top:-1px; }
.m-header .header-search input {width: calc(100% - 50px); height: 38px; margin-left:5px; font-size:13px; }
.m-header .header-search .search-btn { border-radius: 0px 0px 0px 0px; border:0px solid #0c4da2; background: #fff; height:38px; line-height: 0px; }
.m-header .header-search .search-btn  > i { color:#296bd8; font-size:18px; }
.m-header .header-search .form-control { border: 0; }
.m-header .header-search .no-border { border: 0; box-shadow: none; }
.m-header .header-search .input-group { width: 100%; }

.m-header .pull-right { width: 343px; }
.m-header .at-m-lnb { float:left; font-size:13px; width:100%; float:left; padding-top: 15px; }
.m-header .at-m-lnb ul { list-style: none; margin: 0px; padding:0px; }
.m-header .at-m-lnb ul > li { float: left; padding: 0px 8px; }
.m-header .at-m-lnb ul > li::after { float: right; color:#dcdcdc; content: "|"; margin-right:-8px; margin-top: -3px;}
.m-header .at-m-lnb ul > li:last-child::after { content: ""; margin-right:0px; }
.m-header .at-m-lnb ul > li > a { color: #333; float:left; text-transform:uppercase; border:0px; height: 18px; line-height:18px; }


@media all and (max-width:1200px) {
	.responsive .at-m-lnb .at-container { display:none; visibility:visible; }
}

.m-header .header-search input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #FF00FF;
}
.m-header .header-search input::-moz-placeholder { /* Firefox 19+ */
  color: #FF00FF;
}
.m-header .header-search input:-ms-input-placeholder { /* IE 10+ */
  color: #FF00FF;
}
.m-header .header-search input:-moz-placeholder { /* Firefox 18- */
  color: #FF00FF;
}



@media all and (max-width:1300px) {
	.responsive .m-header { display:block; }
}

@media all and (max-width:500px) {
	.responsive .m-header .header-search { /*display:none;*/  }
	.responsive .m-header .pull-right, .m-header .header-logo { width:100%; }
	.responsive .m-header .header-logo { text-align:center; border-top:1px solid #dcdcdc; padding-top: 15px; height:auto; }
	.responsive .m-header .at-m-lnb { padding-bottom: 10px; padding-top:0px; }
	.responsive .m-header .at-m-lnb ul { width: 100%; }
	/* .responsive .m-header .at-m-lnb { width:343px; margin-left:calc(100% - 337px);  } */
	.responsive .m-header .at-m-lnb { width:320px; margin-left:calc(100% - 320px);  }

}	

/********************************************************
■ PC Menu : PC 메뉴바 배경설정
********************************************************/
.pc-menu { position:relative; background: #fff; /*border-top:1px solid #dcdcdc;*/ z-index:3; /*box-shadow: 0px 5px 5px -2px rgba(25, 25, 25, 0.15); -webkit-box-shadow: 0px 5px 5px -2px rgba(25, 25, 25, 0.15); -moz-box-shadow: 0px 5px 5px -2px rgba(25, 25, 25, 0.15);*/ }
.pc-menu .at-container { position:relative; }
.pc-menu .sub-slide,
.pc-menu .sub-shows { display:none; visibility:visible; }
.pc-menu .sub-icon::after { font-family: "FontAwesome"; float: right; position: relative; content: "\f105"; }
.pc-menu .menu-a { font-size: 15px; 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:1200px) {
	.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; text-align: left; position:relative; overflow: hidden; }
.pc-menu .nav-top.nav-both .menu-li .menu-a { /*padding:10px 0 0 0;*/ text-align:left; width:106px; padding-left:15px; }
.pc-menu .nav-top.nav-both .menu-li:nth-of-type(2) .menu-a { padding-left:0; width:126px;  }
.pc-menu .nav-top.nav-both .menu-li:nth-of-type(3) .menu-a { width:128px; }

.pc-menu .nav-top.nav-both .sub-1div::before { left: 50%; margin-left:-8px; }
.pc-menu .nav-top.nav-both .sub-1div { position:relative; /* position: fixed; */ width: 106px; z-index: 2; left:0; bottom:0; padding:5px 0; }
.pc-menu .nav-top.nav-both .menu-li:nth-of-type(3) .sub-1div { width:128px; }

/* 좌측 스타일 */
.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; font-weight:500; }
.pc-menu .nav-top .menu-li:hover .menu-a,
.pc-menu .nav-top .menu-li.on .menu-a { color:#296bd8; /*border-bottom:2px solid #296bd8;*/ }
.pc-menu .nav-top .menu-li.nav-home { text-align:center; }
.pc-menu .nav-top .menu-li.nav-home .bg { position:absolute; width:100%; height:67px; line-height:67px; background:#296bd8; }
.pc-menu .nav-top .menu-li.nav-home .menu-a { /*background:#296bd8;*/ color:#d0252b; font-size:17px; }
.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; display: block; width: 0px; content: ""; position: absolute; border-style: solid; }*/
.pc-menu .nav-top .sub-1div { background:#333; /*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); margin-top:1px; }
.pc-menu .nav-top .menu-li.nav-home .sub-1div {  }


.pc-menu .nav-top .sub-1dul,
.pc-menu .nav-top .sub-1dli { position:relative;  }
.pc-menu .nav-top .sub-1da { display:block; color:#fff; text-align:left; /*padding:15px 15px;*/ line-height:30px; padding-left:10px; padding-right:10px; /*border-bottom: 1px solid rgb(238, 238, 238);*/ }
.pc-menu .nav-top .sub-1dli.on .sub-1da,
.pc-menu .nav-top .sub-1dli:hover .sub-1da { color:#fff; font-weight:bold; background: #003070; border-color:#003070; }
.pc-menu .nav-top .sub-1new { color: rgb(140, 195, 70);}
.pc-menu .nav-top .sub-1line { position:relative; display:block; color:#000; padding:5px 12px; font-weight:bold; background:#fafafa; line-height:22px; border-bottom: 1px solid rgb(238, 238, 238); }

.pc-menu .nav-top .sub-2div { left:100%; top:0; background: #fff; position:absolute; z-index:20; box-shadow: 0 6px 12px rgba(0, 0, 0, .175); -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175); } 
.pc-menu .nav-top .sub-2dul { }
.pc-menu .nav-top .sub-2dli { }
.pc-menu .nav-top .sub-2da { display:block; color:#000; padding:5px 12px; line-height:22px; border-bottom: 1px solid rgb(238, 238, 238); } 
.pc-menu .nav-top .sub-2dli.on .sub-2da,
.pc-menu .nav-top .sub-2dli:hover .sub-2da { color:#fff; font-weight:bold; background: orangered; border-color:orangered; }
.pc-menu .nav-top .sub-2new { color: rgb(140, 195, 70);}
.pc-menu .nav-top .sub-2line { display:block; color:#000; padding:5px 12px; font-weight:bold; background:#fafafa; line-height:22px; border-bottom: 1px solid rgb(238, 238, 238); }


.pc-menu1 { position: relative; height:70px; width:100%; }
.pc-menu1 .nav-top.nav-both .menu-ul { display:table; width:100%; table-layout:fixed; margin:0px; padding: 0; }
.pc-menu1 .nav-top.nav-both .menu-li { display:table-cell; vertical-align:top; }
.pc-menu1 .nav-top.nav-both .menu-a { /*padding:10px 0 0 0;*/ text-align:center; line-height:70px; }
.pc-menu1 .nav-top.nav-both .sub-1div::before { left: 50%; margin-left:-8px; }
.pc-menu1 .nav-top.nav-both .sub-1div { position:relative; }

/* 좌측 스타일 */
.pc-menu1 .nav-top.nav-float .menu-ul { }
.pc-menu1 .nav-top.nav-float .menu-li { float:left; }
.pc-menu1 .nav-top.nav-float .sub-1div { position:absolute; }

/* 공통 스타일 */
.pc-menu1 .nav-top { position:absolute; left:0px; top:0px; z-index:10; width:100%; }
.pc-menu1 .nav-top .menu-a { display:block;  }
.pc-menu1 .nav-top .menu-li:hover .menu-a,
.pc-menu1 .nav-top .menu-li.on .menu-a { color:#333; /*border-bottom:2px solid #296bd8;*/ }
.pc-menu1 .nav-top .menu-li.nav-home { text-align:center; }
.pc-menu1 .nav-top .menu-li.nav-home .menu-a { font-size:25px; font-weight: 500; color:#fff; background:#46afe6; }
/*.pc-menu .nav-top .sub-1div::before { top: -8px; border-width: 0 8px 8px; border-color: #003070 transparent; display: block; width: 0px; content: ""; position: absolute; border-style: solid; }*/
.pc-menu1 .nav-top .sub-1div { width:100%; background:#fff; border:1px solid #dcdcdc; max-height: calc(100vh - 153px); overflow:scroll; overflow-x:hidden; margin-top:1px; /*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-menu1 .nav-top .menu-li.nav-home .sub-1div { display:none; }


.pc-menu1 .nav-top .sub-1dul,
.pc-menu1 .nav-top .sub-1dli { /*position:relative;*/ margin: 0; padding: 0; list-style: none;  }
.pc-menu1 .nav-top .sub-1da { display:block; color:#333; text-align:left; /*padding:15px 15px;*/ line-height:35px; padding-left:55px; padding-right:15px; word-break: keep-all;/*border-bottom: 1px solid rgb(238, 238, 238);*/ }
.pc-menu1 .nav-top .sub-1dli.on .sub-1da,
.pc-menu1 .nav-top .sub-1dli:hover .sub-1da { color:#46afe6; font-weight:bold; /*background: #fff;*/ border-color:#003070; }
.pc-menu1 .nav-top .sub-1new { color: rgb(140, 195, 70);}
.pc-menu1 .nav-top .sub-1line { position:relative; display:block; color:#000; padding:5px 12px; font-weight:bold; background:#fafafa; line-height:22px; border-bottom: 1px solid rgb(238, 238, 238); }

.pc-menu1 .nav-top .sub-2div { width:312px; left:100%; top:0; background: #fff; position:absolute; z-index:20; border:1px solid #dcdcdc; margin-top:-1px; margin-left:1px; max-height: calc(100vh - 153px); overflow:scroll; overflow-x:hidden; position:absolute; background:#f5f5f5; left:310px; height: calc(100vh - 153px); margin-top:70px; display: none;/*box-shadow: 0 6px 12px rgba(0, 0, 0, .175); -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);*/ } 
.pc-menu1 .nav-top .sub-2dul { list-style:none; padding:0; margin:0; width: 100%; text-align: left; }
.pc-menu1 .nav-top .sub-2da { display:block; color:#333; padding-left:15px; line-height:35px; border-bottom: 1px solid rgb(238, 238, 238); font-size:12px; font-family:'Dotum' !important; } 
.pc-menu1 .nav-top .sub-2dli.on .sub-2da,
.pc-menu1 .nav-top .sub-2dli:hover .sub-2da { color:#fff; font-weight:400; background:#46afe6; }
.pc-menu1 .nav-top .sub-2new { color: rgb(140, 195, 70);}
.pc-menu1 .nav-top .sub-2line { display:block; color:#000; padding:5px 12px; font-weight:bold; background:#fafafa; line-height:22px; border-bottom: 1px solid rgb(238, 238, 238); }

/* 전체메뉴 스타일 추가 (작성자 : yschung) */
.menu-all { position:absolute; width:100%; z-index:2; background:#fff; border: 2px solid #003070; margin:0; padding:0; }
.menu-all ul { list-style:none; margin:0; padding:0; height:calc((30px * 4) + 20px); overflow:hidden; }
.menu-all ul .board { float:left; width:146px !important; height:100%; background:#003070; padding:10px ; }
.menu-all ul .board ul li, .menu-all ul .sub ul li { text-align:left; /*padding:8px 15px;*/ line-height:30px; padding-left:7px; }
.menu-all ul .board ul li a { color:#dcdcdc; }
.menu-all ul .board ul li a:hover, .menu-all ul .board ul li.on { color:#fff; font-weight:500; }
.menu-all ul .sub { float:left; width:calc((100% - 150px) / 7); }
.menu-all ul .sub ul {  padding:10px; }
.menu-all ul .sub ul li {  line-height:30px; padding-left:7px; }
.menu-all ul .sub ul li a { color:#282828; }
.menu-all ul .sub ul li a:hover, .menu-all ul .board ul li.on { color:#003070; 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:300; 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 #dcdcdc; 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: #0093dc; font-weight:500; }

.m-menu .m-sub { background:#fafafa; border-top:1px solid #dcdcdc; 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; }

.m-menu .m-nav .sub-1div { position: absolute; z-index: 20; display: block; background: #fff; margin-left: -21px; border: 1px solid #dcdcdc; }
.m-menu .m-nav .sub-1dul,
.m-menu .m-nav .sub-1dli { /*position:relative;*/ display: block; margin: 0; padding: 0; list-style: none;  }
.m-menu .m-nav .sub-1da { display:block; color:#333; text-align:left; /*padding:15px 15px;*/ line-height:35px; padding-left:55px; padding-right:15px; /*border-bottom: 1px solid rgb(238, 238, 238);*/ }
.m-menu .m-nav .sub-1dli.on .sub-1da,
.m-menu .m-nav .sub-1dli:hover .sub-1da { color:#46afe6; font-weight:bold; /*background: #fff;*/ border-color:#003070; }
.m-menu .m-nav .sub-1new { color: rgb(140, 195, 70);}
.m-menu .m-nav .sub-1line { position:relative; display:block; color:#000; padding:5px 12px; font-weight:bold; background:#fafafa; line-height:22px; border-bottom: 1px solid rgb(238, 238, 238); }

.m-menu .m-nav .sub-2div { width:312px; left:100%; top:0; background: #fff; position:absolute; z-index:20; border:1px solid #dcdcdc; margin-top:-1px; margin-left:1px; max-height: calc(100vh - 153px); overflow:scroll; overflow-x:hidden; position:absolute; background:#f5f5f5; left:310px; height: calc(100vh - 153px); margin-top:70px; display: none;/*box-shadow: 0 6px 12px rgba(0, 0, 0, .175); -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);*/ } 
.m-menu .m-nav .sub-2dul { list-style:none; padding:0; margin:0; width: 100%; text-align: left; }
.m-menu .m-nav .sub-2da { display:block; color:#333; padding-left:15px; line-height:35px; border-bottom: 1px solid rgb(238, 238, 238); font-size:12px; font-family:'Dotum' !important; } 
.m-menu .m-nav .sub-2dli.on .sub-2da,
.m-menu .m-nav .sub-2dli:hover .sub-2da { color:#fff; font-weight:400; background:#46afe6; }
.m-menu .m-nav .sub-2new { color: rgb(140, 195, 70);}
.m-menu .m-nav .sub-2line { display:block; color:#000; padding:5px 12px; font-weight:bold; background:#fafafa; line-height:22px; border-bottom: 1px solid rgb(238, 238, 238); }

@media all and (max-width:1300px) {
	.responsive .m-menu { display:block; }
}

/********************************************************
■ Page Title : 페이지 타이틀 및 설명글
********************************************************/
.at-title { height:80px; position:relative; color:#000; background-color: #fafafa; border-bottom:1px solid #dfdfdf; }
.at-title .at-container { height:100%; position:relative; }
.at-title .page-title { font-size:24px; position:absolute; left:20px; bottom:15px; z-index:1; }
.at-title .page-desc { color:#888; position:absolute; right:20px; bottom:10px; z-index:1; }
@media all and (max-width:767px) {
	.responsive .at-title { height:50px; }
	.responsive .at-title .page-title { font-size:20px; left:15px; bottom:10px; }
}

/********************************************************
■ Footer : 하단 푸터
********************************************************/
.en .at-footer .at-links { font-size:12px; }
.at-footer {  font-size:13px; }
.at-footer .at-links {  /*padding-left:85px;*/  float:left; width:calc(100% - 113px); overflow: hidden;  }
.at-footer .at-links ul { list-style: none; margin: 0px; padding:0px; }
.at-footer .at-links ul > li { float: left; padding: 0px 8px; line-height:15px; font-size:12px; }
.at-footer .at-links ul > li::after { float: right; color:#55; content: "|"; margin-right:-10px;}
.at-footer .at-links ul > li:last-child::after { content: ""; }
.at-footer .at-links ul > li > a { color: #555; }
@media all and (max-width:991px) {
	.responsive .at-footer .at-links ul.pull-left { display:none; }
	.responsive .at-footer .at-links ul.pull-right { float:none !important; text-align:center; }
	.responsive .at-footer .at-links ul.pull-right > li { float:none; display:inline-block; }
}

/* YC5 */
.en .at-footer .at-infos { font-size:12px; }
.at-footer .at-infos .media { /*padding:15px 20px 20px;*/ margin:0; padding:0; }
.at-footer .at-infos .copyright { float:left; margin-left:10px; line-height: 15px; }
.at-footer .at-infos .copyright span { color:#888; font-size:12px; }
.at-footer .at-help { list-style: none; margin: 0px; padding:0px; margin-bottom:5px; }
.at-footer .at-help:after {display:block;visibility:hidden;clear:both;content:""}
.at-footer .at-help > li { float: left; padding: 0px 15px; }
.at-footer .at-help > li::after { float: right; font-size:12px; color:#ddd; content: "|"; margin-right:-17px;}
.at-footer .at-help > li:last-child::after { content: ""; }
.at-footer .at-help > li > a { float: left; }
@media all and (max-width:767px) {
	.responsive .at-footer .at-infos .media { /*padding:15px 0px 20px;*/ text-align:center; }
	.responsive .at-footer .at-infos .copyright { float:none; margin:0px; }
}

/* G5 */
.at-footer .at-copyright { width:100%; text-align:center; padding:15px 0px; color:#777; }
.at-footer .at-copyright strong { color:#777; }

/********************************************************
■ 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: 'Noto Sans KR', 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; }*/
.well, .alert, .label { border-radius:0 !important; }



.btn.btn-color {
	color: #fff !important; border-image: none !important; background-image: none !important;
	border: 1px solid rgb(37, 94, 188);  
	background-color: rgb(41, 107, 216); 
}
.btn.active.btn-color, .btn.btn-color:hover, .btn.btn-color:focus, .btn.btn-color:active { 
	background-color: rgb(37, 94, 188); 
}

#footer .at-container { margin-top:10px; margin-bottom:10px; }



.border-color, i.border-color, img.border-color {
    border-color: rgb(37, 94, 188);
}

.div-tab.tabs.trans-top ul.nav-tabs li.active a {
    color:  rgb(37, 94, 188) !important;
}

.pagination li.active a {
    color: #fff !important;
    background: rgb(37, 94, 188) !important;
    border-color: rgb(37, 94, 188) !important;
}

.btn.btn-color2 {
	color: #666 !important; border-image: none !important; background-image: none !important; 
	border: 0px solid #e1e1e1;  
	background-color: #fff;
	height:40px;
	border-radius: 0px;
}
.btn.active.btn-color2, .btn.btn-color:hover2, .btn.btn-color2:focus, .btn.btn-color2:active { 
	background-color: #4981df;
	border: 1px solid #4981df;
}


/* 하단영역 스타일 추가 (작성자 : yschung) */
#footer { border-top:1px solid #dcdcdc; margin-top:20px; }
#footer .pull-right { width:450px }
#footer .pull-left { /*width:879px;*/    width: calc(100% - 500px); padding:0 0px; } 

#footer .pull-left > p {
    display: block;
    float: left;
    margin-bottom: 0 !important;
	line-height: 15px;
	color: #296bd8;
	font-size: 12px;
}
#footer .pull-left > p > span {
    padding: 0 8px;
	color: #d5def5;
}
.at-lang { float:left; width:113px; }
@media all and (max-width:1470px) {
	#footer .pull-right, #footer .pull-left { display: block; width:100%; }
	#footer .pull-left p:nth-chilc(6) { clear:uset; }
	.at-footer .at-links { padding-left: 0px; }
	.at-footer .at-infos .copyright { text-align:left; margin-top:20px; display:block; }
	.at-footer .at-infos .copyright span { margin-left: 10px; margin-right:10px; }

	#footer .pull-right { width:100%; margin-top: 10px; }
	.at-links { margin-left: -8px; }
	.responsive .at-footer .at-infos .copyright { margin-top: 0px; margin-left: 0px; }
	.at-footer { padding-left: 5px; padding-right: 5px; }	
	.at-footer .at-links { width:100%; }
	.at-lang { width:100%; text-align:left; margin-top:5px; }
}

@media all and (max-width:991px) {
	#hd_pop { display:none; }


}
@media all and (max-width:480px) {
	/*#footer .pull-right { display:none }*/
	#footer .pull-left { width:100%; }
}
