@charset "utf-8";
/**************************************************

	Global.css

**************************************************/
/**************************************************
	Variables (공통색상 지정)
**************************************************/
:root {

	/* layout */
	--search-submit-bg-color : #444c62; /* 헤더 검색창 검색버튼 배경색 */
	--search-submit-txt-color : #ffffff; /* 헤더 검색창 검색버튼 글자색 */
	--search-close-bg-color : #545c73; /* 헤더 검색창 닫기버튼 배경색 */
	--search-close-txt-color : #ffffff; /* 헤더 검색창 닫기버튼 글자색 */
	--lnb-bg-color : #444c62; /* lnb 메뉴바 배경색 */
	--slidebar-bg-color : #545c73; /* 햄버거 메뉴 타이틀 배경색 */

	/* buttons 공통 (스킨에도 적용됨) */
	--btn1-bg-color : #444c62; /* 강조 버튼 배경색 */
	--btn1-border-color : #444c62; /* 강조 버튼 테두리색 */
	--btn1-txt-color : #ffffff; /* 강조 버튼 글자색 */

	--btn2-bg-color : #ffffff; /* 일반형 버튼 배경색 */
	--btn2-border-color : #333333; /* 일반형 버튼 테두리색 */
	--btn2-txt-color : #333333; /* 일반형 버튼 글자색 */

	--btn3-bg-color : #f7f7f7; /* 배경흐린 버튼 배경색 */
	--btn3-border-color : #dddddd; /* 배경흐린 버튼 테두리색 */
	--btn3-txt-color : #000000; /* 배경흐린 버튼 글자색 */

	/* skins 공통 (게시판, 제품관리, 연혁 등등) */
	--skin-search-btn-bg-color : #444c62; /* 각종 스킨 검색창 버튼 배경색 */
	--skin-search-btn-txt-color : #ffffff; /* 각종 스킨 검색창 버튼 글자색 */

}

/**************************************************
	Public
**************************************************/
html{min-width: 1300px;overflow-x: hidden; background:#191717;}
#_device_pc{display: block;} #_device_ta{display: none;} #_device_mo{display: none;} .__pc{display: block !important;} .__ta{display: none !important;} .__mo{display: none;}

/* Table */
.table1{width: 100%;border-top: 2px solid #333;border-bottom: 1px solid #ccc;}
.table1 tr > *{padding: 12px 20px;border-top: 1px solid #dddddd;font-size: 15px;line-height: 18px;}
.table1 tr:first-child > *{border-top: none;}
.table1 thead th{background: #f7f7f7;font-weight: normal;color: #000;border-bottom: 1px solid #dddddd;padding: 20px 10px;}
.table1 tbody th{font-weight: normal;color: #000;text-align: left;}
.table1 tbody th em{font-style: normal;margin-right: 5px;color: #999;}
.table1 tbody.memo td{padding: 0 !important;border: none !important;}
.table1 tbody.fileWrap th em{font-style: normal;margin-left: 3px;}
.table1 .w100p{width: 100%;}
.table1 .w50p{width: 500px;}
.table1 .w33p{width: 180px;}
.table1 input[type=text],
.table1 input[type=password],
.table1 input[type=search],
.table1 input[type=email],
.table1 input[type=url],
.table1 input[type=number]{outline: none;height: 40px;line-height: 40px;margin: 2px 0;padding: 0 15px;background: #f9f9f9;border: 1px solid #ddd;box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box;cursor: pointer;vertical-align: middle;font-size: 15px;}
.table1 select{height: 40px;line-height: 40px;margin: 2px 0;padding: 0 0 0 10px;background: #ffffff;border: 1px solid #ccc;box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box;cursor: pointer;font-size: 15px;}
.table1 textarea{outline: none;width: 100%;height: 300px;font-size: 14px;line-height: 18px;margin: 2px 0;padding: 15px;background: #f9f9f9;border: 1px solid #ddd;box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box;cursor: pointer;font-size: 15px;}
.table1 label{font-size: 15px;letter-spacing: -1px;}
.table1 em.tbl_sment{display: block;margin: 5px 0;font-size: 14px;color: #999;font-style: normal;letter-spacing: -1px;}
.table1 .many-inputs .hipen{font-style: normal;display: inline-block;vertical-align: middle;width: 30px;display: inline-block;vertical-align: baseline;text-align: center;font-size: 13px;color: #999;}
.table1 .many-inputs > *{vertical-align: middle;}
.table1.borderAll tr > *{border: 1px solid #ddd;}

/* Tab */
.tab1{margin-bottom: 50px;border-bottom: 1px solid #000;display: flex;justify-content: space-between;flex-wrap: wrap;}
.tab1 li{display: inline-block;vertical-align: top;flex-basis: 0;flex-grow: 1;}
.tab1 li a{display: block;font-size: 18px;color: #666;display: block;line-height: 60px;text-decoration: none;text-align: center;}
.tab1 li.active{margin-bottom: -1px;}
.tab1 li.active a{border: 1px solid #000;border-bottom: none;background: #fff;color: #000;}

/* Button */
.btnWrap{ margin-top: 30px; }
.btnWrap > *{margin: 0 2px;}
.btn1{background: none;padding: 0 30px;display: inline-block;vertical-align: top;box-sizing: border-box;height: 50px;line-height: 48px;text-align: center;font-size: 16px;background: var(--btn1-bg-color);border: 1px solid var(--btn1-border-color);color: var(--btn1-txt-color) !important;text-decoration: none !important;}
.btn2{background: none;padding: 0 30px;display: inline-block;vertical-align: top;box-sizing: border-box;height: 50px;line-height: 48px;text-align: center;font-size: 16px;background: var(--btn2-bg-color);border: 1px solid var(--btn2-border-color);color: var(--btn2-txt-color) !important;text-decoration: none !important;}
.btn3{background: none;padding: 0 30px;display: inline-block;vertical-align: top;box-sizing: border-box;height: 50px;line-height: 48px;text-align: center;font-size: 16px;background: var(--btn3-bg-color);border: 1px solid var(--btn3-border-color);color: var(--btn3-txt-color) !important;text-decoration: none !important;}
.btn1.small,
.btn2.small,
.btn3.small{padding: 0 20px;height: 40px;line-height: 40px;font-size: 14px;}

/* Etc */
hr.margin{border: none;background: #ddd;margin-top: 30px;}

/**************************
	Site Layer Popup
**************************/
.sp-pop{background: #fff;box-shadow: 0 0 10px rgba(0,0,0,0.15);border-radius: 3px;overflow: hidden;}
.sp-pop:before{content: '';display: block;position: absolute;top: 0;left: 0;width: 100%;height: 100%;box-sizing: border-box;border: 1px solid rgba(0,0,0,0.07);}
.sp-pop .img{position: relative;min-height: 100px;}
.sp-pop .img img{max-width:100%;}
.sp-pop .btns{position: absolute;bottom: 0;left: 0;width: 100%;white-space: nowrap;background: #f7f7f7;}
.sp-pop .btns li{position: relative;display: inline-block;vertical-align: top;width: 50%;}
.sp-pop .btns li:before{content: '';display: block;position: absolute;top: 0;left: 0;width: 100%;height: 100%;box-sizing: border-box;border: 1px solid rgba(0,0,0,0.07);border-width: 1px 1px 1px 0;}
.sp-pop .btns li:first-child:before{border-left-width: 1px;}
.sp-pop .btns li a,
.sp-pop .btns li label{position: relative;display: block;text-align: center;line-height: 32px;text-align: center;font-size: 11px;color: #666;letter-spacing: -1px;z-index: 3;text-decoration: none;font-family: dotum;}
.sp-pop .btns li label input{display: none;}
.sp-pop .btns.len3 li{width: 33.33%;}

/**************************
	Paging
**************************/
.paging{text-align: center !important;margin-top: 50px !important;font-family: empty !important;font-size: 0 !important;}
.paging a{display: inline-block !important; width:35px; border:1px solid #888; vertical-align: top !important;margin: 0 !important;margin-right: -1px !important;position: relative !important;margin: 0 4px !important;height: 35px !important;line-height: 33px !important;text-align: center !important;color: #888 !important;font-size: 16px !important;font-weight: bold !important;text-decoration: none !important;box-sizing: border-box !important;font-family: tahoma, arial, axicon !important;}
.paging a:hover{color: #fff !important;}
.paging a:after{position: absolute !important;top: 0 !important;left: 0 !important;width: 100% !important;height: 100% !important;line-height: 35px !important;text-align: center !important;font-size: 15px !important;text-indent: 0 !important;}
.paging a.active{background: #90191C !important;color: #fff !important;font-weight: 600 !important; border-color:#90191C;}
.paging a.first,
.paging a.prev,
.paging a.next,
.paging a.last{width: 35px !important;line-height: 33px !important;  text-indent: -999em !important; border:0 !important;}
.paging a.first:hover,
.paging a.prev:hover,
.paging a.next:hover,
.paging a.last:hover{background: none !important; color:#fff; !important;}
.paging a.first{width:auto !important; margin-right: 15px !important;margin-left: -10px !important;}
.paging a.prev{width:50px !important;margin-right: 15px !important;margin-left: -10px !important;}
.paging a.next{width:50px !important;margin-left: 15px !important;margin-right: -10px !important;}
.paging a.last{width:auto !important;margin-left: 15px !important;margin-right: -10px !important;}
.paging a.first:after{content: '\f100' !important;font-size: 14px !important;color: #888 !important;}
.paging a.prev:after{content: '< Prev' !important;font-size: 14px !important;color: #888 !important;}
.paging a.next:after{content: 'Next >' !important;font-size: 14px !important;color: #888 !important;}
.paging a.last:after{content: '\f101' !important;font-size: 14px !important;color: #888 !important;}
.paging a:hover:after{color: #fff !important;}


#sub.sub29990 .paging {margin-bottom:-30px;}

/**************************************************
	Layout
**************************************************/
#header{position: fixed; top:0; left:0; width:100%; z-index: 90;}
body.sub #header {background:#111;}
#header:after {position:absolute; content:''; width:100%; height:1px; bottom:0; left:0; background:rgba(255,255,255,0.5);}
#header .inner{position: relative;width: 1400px;height: 140px;margin: 0 auto;}
#header .logo{position: absolute;top: 0;left: 0;height: 100%;line-height: 140px;}
#header .logo img{width: auto;max-height: calc(100% - 20px);vertical-align: middle;}

#header.active {background:rgba(0,0,0,0.5);}


.gnb_body {position:absolute; top:0; right:0; width:200px; height:140px; overflow:hidden; z-index:2; }
body.main .gnb_body .plus {position:absolute; content:''; z-index:4; width:51px; height:51px; top:50%; right:0; cursor:pointer; margin-top:-25px; background:url('/images/layout/plus_1.png') no-repeat;}
body.main .gnb_body .plus.off {
	z-index:4;
	animation: turnoff 0.3s linear forwards;
	transition: all 0.3s linear forwards;
	animation-delay:0s; 
}
body.main .gnb_body .plus.on {
	z-index:-1;
	animation: turnon 0.3s linear forwards;
	transition: all 0.3s linear forwards;
	animation-delay:0s; 
}
@-webkit-keyframes turnon {
	0% {opacity:1;transform:rotate(0);}
	33% {opacity:1;transform:rotate(60deg);}
	66% {opacity:0.5;transform:rotate(120deg);}
	100% {opacity:0;z-index:-99;transform:rotate(180deg);}
}
@-webkit-keyframes turnoff {
	0% {opacity:0;z-index:-99;transform:rotate(180deg);}
	33% {opacity:0.5;transform:rotate(120deg);}
	66% {opacity:1;transform:rotate(60deg);}
	100% {opacity:1;transform:rotate(0);}
}


#gnb{position: absolute;top:25px; right:0; text-align:right;}
#gnb > li{position: relative;display: block;vertical-align: top; opacity:0; transform:translateX(100%);}
#gnb > li > a{display: block; line-height: 30px;font-size: 15px;color: #fff; font-weight:700; text-decoration: none; font-family: 'Montserrat';}
#gnb > li.pc_none {display:none;}
#gnb > li.active > a,
#gnb > li:hover > a {font-size:19px; color:#e13a24;}
body.main #gnb > li:hover > a { font-weight:800;}
#gnb > li > ul {display:none;}
#gnb > li.none_gnb {display:none;}

body.sub #gnb > li { opacity:1; transform:translateX(0);}

/*
#gnb > li > ul{position: absolute;top: 90px;left: 50%;width: 240px;transform: translate(-50%, 0);background: #fff;box-sizing: border-box;visibility: hidden;box-shadow: 3px 3px 10px rgba(0,0,0,0.1);box-shadow: inset 0 2px 2px rgba(0,0,0,0.04);}
#gnb > li > ul li{border-top: 1px solid rgba(0,0,0,0.08);}
#gnb > li > ul li:first-child{border-top-color: rgba(0,0,0,0.15);}
#gnb > li > ul li:first-child a{padding-top: 5px;}
#gnb > li > ul li:last-child a{padding-bottom: 5px;}
#gnb > li > ul li a{display: block;font-size: 15px;color: #666;line-height: 45px;text-align: center;text-decoration: none;}
#gnb > li > ul li:hover a,
#gnb > li > ul li.active a{background: #f7f7f7;color: #000;}
#gnb > li:hover > ul,
#gnb > li:focus-within > ul{visibility: visible;opacity: 1;}

*/
#gnb > li.hidden-gnb{display: none;}

body.main #gnb.off > li {
	animation: gnbright 0.3s linear forwards;
	transition: all 0.3s linear forwards;
}
body.main #gnb.off > li:nth-child(1) {animation-delay:0s;}
body.main #gnb.off > li:nth-child(2) {animation-delay:0.1s;}
body.main #gnb.off > li:nth-child(3) {animation-delay:0.2s;}


body.main #gnb.on > li {
	animation: gnbleft 0.3s linear forwards;
	transition: all 0.3s linear forwards;
}
body.main #gnb.on > li:nth-child(1) {animation-delay:0s;}
body.main #gnb.on > li:nth-child(2) {animation-delay:0.1s;}
body.main #gnb.on > li:nth-child(3) {animation-delay:0.2s;}

/*
body.main #gnb.off {
	animation: gnboff 0.3s linear forwards;
	transition: all 0.3s linear forwards;
	animation-delay:0s; 
}
body.main #gnb.on {
	animation: gnbon 0.3s linear forwards;
	transition: all 0.3s linear forwards;
	animation-delay:0s; 
}
*/
@-webkit-keyframes gnbleft {
	0% {transform:translateX(100%); opacity:0;}
	100% {transform:translateX(0); opacity:1;}
}
@-webkit-keyframes gnbright {
	0% {transform:translateX(0); opacity:1;}
	100% {transform:translateX(100%); opacity:0;}
}

@-webkit-keyframes gnbon {
	0% {top:140px;}
	100% {top:25px;}
}

@-webkit-keyframes gnboff {
	0% {top:25px;}
	100% {top:140px;}
}

.quick {position:fixed; bottom:10%; right:35px; z-index:82;}
.quick ul {display:block; }
.quick ul li {display:block; margin:10px 0; width:160px; text-align:right;}
.quick ul li a {position:relative; display:inline-block; box-sizing:border-box; padding:16px; border-radius:50%; width:60px; height:60px; background:#e13a24; font-size:0; line-height:28px; transition:all 0.3s;}
.quick ul li a img {display:inline-block; position:absolute; top:16px; left:16px; }
.quick ul >  li > a:hover {font-size:15px; font-weight:500; color:#fff; background:#111; border-radius:60px; width:160px; padding-right:36px;}
.quick ul >  li > a:hover img {position:absolute; top:16px; left:16px;}

#drdw{position: absolute;top: 100px;left: 0;width: 100%;background: #fff;border-top: 1px solid #ddd;z-index: 91;display: none;box-shadow: 3px 10px 10px rgba(0,0,0,0.1);}
#drdw .inner{position: relative;width: 1300px;margin: 0 auto;border-right: 1px solid #e8e8e8;}
#drdw .inner > li{display: inline-block;padding: 40px 0;vertical-align: top;}
#drdw .inner > li:before{content: '';display: block;position: absolute;top: 0;height: 100%;width: 1px;background: #e8e8e8;}
#drdw .inner > li:first-child{border-left-width: 1px;}
#drdw .inner > li > a{display: block;margin-bottom: 15px;font-size: 18px;color: #000;text-align: center;font-weight: bold;}
#drdw .inner > li ul li a{display: block;font-size: 15px;line-height: 35px;color: #555555;text-align: center;}
#drdw .inner > li ul li.active a{font-weight: bold;}
#drdw .inner > li.hidden-gnb{display: none;}
#drdw .close{width: 0;height: 0;border: none;background: #333;font-size: 16px;color: #fff;letter-spacing: -1px;overflow: hidden;margin: 0;display: block;}
#drdw .close:focus-within{width: 100%;height: 55px;}

#tnb{position: absolute;top: 15px;right: 0;z-index: 2;}
#tnb > li{display: inline-block;margin-left: 15px;box-sizing: border-box;}
#tnb > li a{font-size: 14px;color: #666;}

#hd-lan{position: absolute;top: 45px;right: 110px;z-index: 92;}
#hd-lan > a{display: block;line-height: 40px;padding: 0 22px 0 28px;font-size: 14px;color: #2e3144;text-decoration: none;text-transform: uppercase;background: url('/images/layout/hd-lan-ico.png') no-repeat 0 center, url('/images/layout/hd-lan-spr.png') no-repeat right center;}
#hd-lan > ul{position: absolute;top: 45px;left: 50%;display: none;width: 80px;margin-left: -40px;padding: 10px 0;border: 1px solid #b8b8b8;background: #fff;}
#hd-lan > ul:before{position: absolute;top: -7px;left: 50%;content: '';display: block;width: 6px;height: 7px;margin-left: -3px;background: url('/images/layout/hd-lanbox-spr.png');}
#hd-lan > ul li a{display: block;font-size: 14px;line-height: 26px;color: #666666;text-decoration: none;text-align: center;text-transform: uppercase;}
#hd-lan.on > ul,
#hd-lan:focus-within > ul{display: block;}

#hd-sch{position: absolute;top: 55px;right: 50px;z-index: 91;}
#hd-sch .btn{display: block;width: 21px;height: 21px;background: url('/images/layout/hd-sch-btn.png');text-indent: -999em;border: none;}
#hd-sch-pop{position: absolute;top: 100px;left: 0;width: 100%;background: #fff;border-top: 1px solid #ddd;z-index: 91;display: none;box-shadow: 3px 10px 10px rgba(0,0,0,0.1);padding: 30px 0;}
#hd-sch-pop.on{display: block !important;}
#hd-sch-pop form{width: 1300px;position: relative;margin: 0 auto;zoom: 1;}
#hd-sch-pop form fieldset > *{float: left;}
#hd-sch-pop legend{display: none;}
#hd-sch-pop .inp{width: calc(100% - 110px);height: 55px;line-height: 55px;text-indent: 20px;font-size: 16px;background: none;border: none;background: #f7f7f7;}
#hd-sch-pop .sbm{position: relative;width: 55px;height: 55px;background: var(--search-submit-bg-color);border: none;text-indent: -999em;}
#hd-sch-pop .sbm:after{position: absolute;top: 0;left: 0;width: 100%;line-height: 55px;display: block;content: '\e036';font-family: axicon;color: var(--search-submit-txt-color);font-size: 18px;text-indent: 0;}
#hd-sch-pop .close{position: relative;width: 55px;height: 55px;background: var(--search-close-bg-color);border: none;text-indent: -999em;}
#hd-sch-pop .close:after{position: absolute;top: 0;left: 0;width: 100%;line-height: 55px;display: block;content: '\f1b5';font-family: axicon;color: var(--search-close-txt-color);font-size: 18px;text-indent: 0;}

#footer{background: #111; padding: 70px 0;}
#footer .ftWrap{position: relative;width: 1400px;margin: 0 auto;}
#footer address{font-size: 16px;line-height: 32px;color: #999;font-style: normal;}
#footer address hr{width: 20px;border: none;display: inline-block;vertical-align: middle;}

#footer address b{position:relative; width: 20px; height:32px; display: inline-block;vertical-align: middle;}
#footer address b:after {position:absolute; content:''; width:1px; height:12px; top:10px; left:10px; background:#777;}





#footer .f_bot {position:relative; width:100%; max-width:1400px; margin:20px auto 0; border-top:1px solid #414141; padding-top:20px;}
#footer .f_bot .copyright{display: block; font-size: 16px;color: #999; line-height:32px;}
#footer .f_bot p {position:absolute; top:20px; right:0; text-align:right; font-size:16px; line-height:32px; color:#999;}









#sns-ico{position:absolute; top:50%; right:0; transform:translateY(-50%);}
#sns-ico li{display: inline-block; margin-left:20px;}

#gotop{position: absolute;top: 10px;right: 0;display: block;background: url('/images/layout/ft-top-btn.jpg') no-repeat center center;width: 50px;height: 50px;text-indent: -999em;}

#fnb > li{display: inline-block;padding: 0 10px;}
#fnb > li:first-child{padding-left: 0;background: none;}
#fnb > li a{font-size: 15px;color: #b3b3b3;letter-spacing: -1px;line-height: 70px;}

#ft-fam{position: absolute;top: 35px;right: 0;width: 230px;height: 40px;}
#ft-fam > a{display: block;line-height: 40px;padding: 0 15px;border: 1px solid #444444;font-size: 15px;color: #aaaaaa;text-decoration: none;background: url('/images/layout/ft-family-spr.png') no-repeat 92% center;}
#ft-fam ul{position: absolute;bottom: 40px;left: 0;display: none;width: 100%;padding: 5px 15px;background: #444444;box-sizing: border-box;}
#ft-fam ul li{border-top: 1px solid #575757;}
#ft-fam ul li:first-child{border-top: none;}
#ft-fam ul li a{display: block;line-height: 35px;color: #f7f7f7;text-align: center;}
#ft-fam.on ul,
#ft-fam:focus-within ul{display: block;}

#slide-btn{display:none; text-indent: -999em;width: 30px;height: 20px;position: absolute;top: 55px;right: 0;}
#slide-btn button{position: absolute;top: 0;left: 0;width: 100%;height: 100%;border: none;background: none;cursor: pointer;}
#slide-btn button span,
#slide-btn button:before,
#slide-btn button:after{border-radius: 2px;overflow: hidden;position: absolute;left: 0;width: 100%;height: 2px;background: #fff;}
#slide-btn button span{display: block;top: 50%;margin-top: -1px;opacity: 1;transition: all 0.3s;}
#slide-btn button:before{content: '';display: block;top: 0;transition: all 0.3s;}
#slide-btn button:after{content: '';display: block;bottom: 0;transition: all 0.3s;}
#slide-btn button.on span{opacity: 0;}
#slide-btn button.on:before{top: 50%;margin-top: -1px;transform: rotate(45deg);}
#slide-btn button.on:after{bottom: 50%;margin-bottom: -1px;transform: rotate(-45deg);}

#slide-bg{display: none;}
#slide-menu{display: none;}

/**************************************************
	Ajax Popup
**************************************************/
.layer-ajaxpop{position: fixed;top: 50%;left: 50%;transform: translate(-50%, -50%);padding-top: 60px;z-index: 301;background: #fff;overflow: hidden;box-sizing: border-box;opacity: 0;box-shadow: 0 0 10px rgba(0,0,0,0.1);max-height: calc(100% - 40px);}
.layer-ajaxpop .pop-tit{position: absolute;top: 0;left: 0;width: 100%;height: 60px;background: #fff;padding: 0 20px;border-bottom: 1px solid #ddd;box-sizing: border-box;box-shadow: 0 0 3px rgba(0,0,0,0.1);}
.layer-ajaxpop .pop-tit h3{font-size: 16px;color: #000;font-weight: bold;line-height: 60px;}
.layer-ajaxpop .pop-tit .close{display: block;position: absolute;top: 0;right: 0;width: 60px;height: 60px;line-height: 60px;text-align: center;color: #666;border-left: 1px solid #ddd;text-indent: -999em;}
.layer-ajaxpop .pop-tit .close:after{content: '\f1b5';display: block;position: absolute;top: 0;left: 0;width: 100%;line-height: 60px;text-align: center;font-size: 16px;color: #333;font-family: axicon;text-indent: 0;}

.layer-ajaxpop .pop-wrap{height: 100%;overflow-y: auto;padding: 20px;box-sizing: border-box;}
.layer-ajaxpop.on{opacity: 1;}
.layer-ajaxpopBG{position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 300;background: rgba(0,0,0,0.5);opacity: 0;}
.layer-ajaxpopBG.on{opacity: 1;}

/* sitemap */
.layer-ajaxpop .sitemap{text-align: center;display: flex;justify-content: space-between;flex-wrap: wrap;}
.layer-ajaxpop .sitemap > li{display: inline-block;width: 32.5%;}
.layer-ajaxpop .sitemap > li > a{display: block;text-align: center;font-size: 15px;letter-spacing: -1px;background: #f7f7f7;line-height: 45px;color: #000;text-decoration: none;}
.layer-ajaxpop .sitemap > li ul{padding: 15px 0;}
.layer-ajaxpop .sitemap > li ul li{margin-bottom: 5px;}
.layer-ajaxpop .sitemap > li ul li a{display: block;font-size: 14px;color: #333;line-height: 18px;text-align: center;text-decoration: none;color: #666;}

/**************************************************
	Main
**************************************************/
#main{  }
#main #content{  }
#main #mainWrap{position: relative;width: 1300px;margin: 50px auto;}

#main .visual{position: relative;}
#main .visual .roll .item{position: relative;overflow: hidden;}
#main .visual .roll .item img{position: relative;top: 0;left: 50%;margin-left: -960px;}
#main .visual .slick-dots{position: absolute;bottom: 50px;left: 0;width: 100%;z-index: 81;text-align: center;}
#main .visual .slick-dots li{display: inline-block;margin: 0 2px;}
#main .visual .slick-dots li button{display: block;width: 12px;height: 12px;background: rgba(255,255,255,0.4);text-indent: -999em;overflow: hidden;border: none;border-radius: 12px;transition: all 0.1s;}
#main .visual .slick-dots li.slick-active button{background: #fff;width: 30px;}


#fp-nav.right {width:26px; right:30px;}
#fp-nav ul li:last-child {display:none;}
#fp-nav ul li,.fp-slidesNav ul li { display: block; width: auto; height: auto; margin: 6px 0; position: relative; height:26px; }
#fp-nav ul li a,.fp-slidesNav ul li a {	position:absolute; top:0; left:0; box-sizing:border-box; width:26px; height:26px; width:100%;}
#fp-nav ul li a:after ,.fp-slidesNav ul li a:after {position:absolute; content:''; top:0; right:0; width:20px; height:20px; background:rgba(225,58,36,0.3); box-sizing: border-box;border-radius:50%; display:none;}
#fp-nav ul li a:before ,.fp-slidesNav ul li a:before {position:absolute; content:''; top:0; right:0; z-index:2; width:8px; height:8px; margin:6px; background:#828484; box-sizing:border-box; border-radius:50%;}
#fp-nav ul li a.active:after ,.fp-slidesNav ul li a.active:after {display:block;}
#fp-nav ul li a.active:before ,.fp-slidesNav ul li a.active:before {background:#e13a24;}
#fp-nav ul li a.active span,#fp-nav ul li:hover a.active span,.fp-slidesNav ul li a.active span,.fp-slidesNav ul li:hover a.active span {  display:none;}
#fp-nav ul li a span,.fp-slidesNav ul li a span {display:none;}	
#fp-nav ul li .fp-tooltip.right {right:auto;}


.introbg {position:fixed; top:0; left:0; width:100%; height:100%; z-index:9999999999999999999;}
.introbg:before {position:absolute; content:''; width:100%; height:100%; top:0; left:0; z-index:-1; background:#111; opacity:1;}
.introbg img {position: absolute; top:0; left:50%; transform:translateX(-50%); height:100%; width:auto; max-width:unset;}

.introbg:before {
	animation: introbg2 0.3s linear forwards;
	transition: all 0.3s linear forwards;
	animation-delay:1.5s; 
}
.introbg {
	animation: introbg 0.5s linear forwards;
	transition: all 0.5s linear forwards;
	animation-delay:3s; 
}
@-webkit-keyframes introbg {
	0% {top:0;}
	100% {top:-100%;}
}

@-webkit-keyframes introbg2 {
	0% {opacity:1;}
	100% {opacity:0;}
}

#fullpage .section:first-child .prevSectionBtn {display:none;}
#fullpage .section:nth-last-child(-n+2) .prevSectionBtn {display:none;}
.section .img {position:absolute; top:0; left:0; width:100%; height:100%; }
.section .img img {position: absolute; top:0; left:0; height:100%; width:100%;  }
.section .txt {position:absolute; width:100%; max-width:1400px; bottom:100px; left:50%; transform:translateX(-50%); z-index:3; display:none; }
.section .txt span {position:relative; display:block; width:100%; max-width:500px; box-sizing:border-box; padding-left:27px; font-size:20px; line-height:30px; font-weight:700; color:#fff;   font-family: 'Montserrat'; padding-bottom:20px; margin-bottom:35px; border-bottom:1px solid #808181;}
.section .txt span:after {position:absolute; content:''; width:8px; height:8px; top:11px; left:0; background:#e13a24;}
.section .txt h3 {font-size:55px; line-height:1.3em; font-weight:300; color:#fff;}
.section .txt .arrow {margin-top:50px;}
.section .txt .arrow button {position:relative; display:inline-block; background:none; border:none; font-size:24px; width:24px; height:30px; color:#fff; text-align:left; transition:all 0.3s;}
.section .txt .arrow button i {position:absolute; top:50%; left:50%; transform:translate(-50%, -50%); width:20px; line-height:30px;} 
.section .txt .arrow button:hover {color:#e13a24;}



.mainsection {position:relative; width:100%; height:100vh;}


.main_txt {position:fixed; top:50%; left:50%; z-index:9; width:100%; max-width:1400px; bottom:100px; left:50%; transform:translateX(-50%);}
.main_txt  span {position:relative; display:block; width:100%; max-width:500px; box-sizing:border-box; padding-left:27px; padding-bottom:20px; font-size:20px; line-height:30px; font-weight:700; color:#fff;   font-family: 'Montserrat';border-bottom:1px solid #808181;}
.main_txt  span:after {position:absolute; content:''; width:8px; height:8px; top:11px; left:0; background:#e13a24;}
.main_txt .bottxt { padding-top:20px; height:100px; overflow:hidden; box-sizing:border-box;}
.main_txt .bottxt  h3 {font-size:55px; line-height:1.3em; font-weight:300; color:#fff; 
	animation: fadeup2 1s linear forwards;
	transition: all 1s linear forwards;
	animation-delay:0s;
}

.main_txt .bottxt  h3.hidetxt {
	animation: fadeup 1s linear forwards;
	transition: all 1s linear forwards;
	animation-delay:0s;
}
.main_txt .bottxt  h3.hidetxt2 {
	animation: fadeup3 1s linear forwards;
	transition: all 1s linear forwards;
	animation-delay:0s;
}
.main_txt .arrow {margin-top:50px; display:none;}
.main_txt .arrow button {position:relative; display:inline-block; background:none; border:none; font-size:24px; width:24px; height:30px; color:#fff; text-align:left; transition:all 0.3s;}
.main_txt .arrow button i {position:absolute; top:50%; left:50%; transform:translate(-50%, -50%); width:20px; line-height:30px;} 
.main_txt .arrow button:hover {color:#e13a24;}





.main_txt2 {position:fixed; top:50%; left:50%; z-index:9; width:100%; max-width:1400px; bottom:100px; left:50%; transform:translateX(-50%);}
.main_txt2 .txt_line {width:100%; max-width:500px; display:block; border-bottom:1px solid #808181; margin:20px 0;}
.main_txt2 .txt_txt {height:80px; overflow:hidden;}
.main_txt2 .txt_txt .txtbody {transition:all 0.5s;}
.main_txt2 .txt_txt .txtbody h3 {font-size:55px; line-height:80px; font-weight:300; color:#fff; }


.main_txt2 .txt_tit {position:relative; height:30px; overflow:hidden; }
.main_txt2 .txt_tit .tittit span {position:relative; display:block; width:100%; max-width:500px; box-sizing:border-box; padding-left:27px; font-size:20px; line-height:30px; font-weight:700; color:#fff;   font-family: 'Montserrat';}
.main_txt2 .txt_tit .tittit span:after {position:absolute; content:''; width:8px; height:8px; top:11px; left:0; background:#e13a24;}

.main_txt2 .arrow {position:relative; margin-top:50px; width:48px; height:30px;}
.main_txt2 .arrow button {position:absolute; display:inline-block; background:none; border:none; font-size:24px; width:24px; height:30px; color:#fff; text-align:left; transition:all 0.3s;}
.main_txt2 .arrow button i {position:absolute; top:50%; left:50%; transform:translate(-50%, -50%); width:20px; line-height:30px;} 
.main_txt2 .arrow button:hover {color:#e13a24;}
.main_txt2 .arrow button.prevSectionBtn {top:0; left:0;}
.main_txt2 .arrow button.nextSectionBtn {top:0; left:24px;}

body.main.fp-viewing-section_1 .main_txt2 .arrow .prevSectionBtn {display:none;}
body.main.fp-viewing-foot .main_txt2 .arrow .nextSectionBtn {display:none;}


body.main.fp-viewing-section_1 .main_txt2 .txt_tit .tittit {margin-top:0;}
body.main.fp-viewing-section_2 .main_txt2 .txt_tit .tittit {margin-top:-30px;}
body.main.fp-viewing-section_3 .main_txt2 .txt_tit .tittit {margin-top:-60px;}
body.main.fp-viewing-section_4 .main_txt2 .txt_tit .tittit {margin-top:-90px;}
body.main.fp-viewing-section_5 .main_txt2 .txt_tit .tittit {margin-top:-120px;}
body.main.fp-viewing-section_6 .main_txt2 .txt_tit .tittit {margin-top:-150px;}
body.main.fp-viewing-section_7 .main_txt2 .txt_tit .tittit {margin-top:-180px;}
body.main.fp-viewing-section_8 .main_txt2 .txt_tit .tittit {margin-top:-210px;}
body.main.fp-viewing-section_9 .main_txt2 .txt_tit .tittit {margin-top:-240px;}
body.main.fp-viewing-section_10 .main_txt2 .txt_tit .tittit {margin-top:-270px;}
body.main.fp-viewing-section_11 .main_txt2 .txt_tit .tittit {margin-top:-300px;}
body.main.fp-viewing-section_12 .main_txt2 .txt_tit .tittit {margin-top:-330px;}
body.main.fp-viewing-section_13 .main_txt2 .txt_tit .tittit {margin-top:-360px;}
body.main.fp-viewing-section_14 .main_txt2 .txt_tit .tittit {margin-top:-390px;}
body.main.fp-viewing-section_15 .main_txt2 .txt_tit .tittit {margin-top:-420px;}
body.main.fp-viewing-section_16 .main_txt2 .txt_tit .tittit {margin-top:-450px;}
body.main.fp-viewing-section_17 .main_txt2 .txt_tit .tittit {margin-top:-480px;}
body.main.fp-viewing-section_18 .main_txt2 .txt_tit .tittit {margin-top:-510px;}
body.main.fp-viewing-section_19 .main_txt2 .txt_tit .tittit {margin-top:-540px;}
body.main.fp-viewing-section_20 .main_txt2 .txt_tit .tittit {margin-top:-570px;}



body.main.fp-viewing-section_1 .main_txt2 .txt_txt .txtbody {margin-top:0;}
body.main.fp-viewing-section_2 .main_txt2 .txt_txt .txtbody {margin-top:-80px;}
body.main.fp-viewing-section_3 .main_txt2 .txt_txt .txtbody {margin-top:-160px;}
body.main.fp-viewing-section_4 .main_txt2 .txt_txt .txtbody {margin-top:-240px;}
body.main.fp-viewing-section_5 .main_txt2 .txt_txt .txtbody {margin-top:-320px;}
body.main.fp-viewing-section_6 .main_txt2 .txt_txt .txtbody {margin-top:-400px;}
body.main.fp-viewing-section_7 .main_txt2 .txt_txt .txtbody {margin-top:-480px;}
body.main.fp-viewing-section_8 .main_txt2 .txt_txt .txtbody {margin-top:-560px;}
body.main.fp-viewing-section_9 .main_txt2 .txt_txt .txtbody {margin-top:-640px;}
body.main.fp-viewing-section_10 .main_txt2 .txt_txt .txtbody {margin-top:-720px;}
body.main.fp-viewing-section_11 .main_txt2 .txt_txt .txtbody {margin-top:-800px;}
body.main.fp-viewing-section_12 .main_txt2 .txt_txt .txtbody {margin-top:-880px;}
body.main.fp-viewing-section_13 .main_txt2 .txt_txt .txtbody {margin-top:-960px;}
body.main.fp-viewing-section_14 .main_txt2 .txt_txt .txtbody {margin-top:-1040px;}
body.main.fp-viewing-section_15 .main_txt2 .txt_txt .txtbody {margin-top:-1120px;}
body.main.fp-viewing-section_16 .main_txt2 .txt_txt .txtbody {margin-top:-1200px;}
body.main.fp-viewing-section_17 .main_txt2 .txt_txt .txtbody {margin-top:-1280px;}
body.main.fp-viewing-section_18 .main_txt2 .txt_txt .txtbody {margin-top:-1360px;}
body.main.fp-viewing-section_19 .main_txt2 .txt_txt .txtbody {margin-top:-1440px;}
body.main.fp-viewing-section_20 .main_txt2 .txt_txt .txtbody {margin-top:-1520px;}


body.main.fp-viewing-foot .main_txt2 {display:none;}





@-webkit-keyframes fadeup {
	0% {
		opacity:1;
		margin-top:0;
	}

	100% {
		opacity:0;
		margin-top:-150px;
	}
}

@-webkit-keyframes fadeup2 {
	0% {
		opacity:0;
	}

	100% {
		opacity:1;
	}
}

@-webkit-keyframes fadeup3 {
	0% {
		opacity:1;
		margin-top:0;
	}

	100% {
		opacity:0;
		margin-top:150px;
	}
}



/**************************************************
	Sub
**************************************************/

#sub{  }
#sub #content{ position: relative;width: 1400px;margin: 0 auto;padding:80px 0 100px; }
#sub #content.full {width:100%;}
#sub #content > *{}

#sub .sub-vis{position: relative;height: 240px;overflow: hidden;text-align: center;background-position: center center;background-size: cover; display:none;}
#sub .sub-vis:before{position: relative;content: '';display: inline-block;vertical-align: middle;width: 0;height: 100%;}
#sub .sub-vis h2{display: inline-block;vertical-align: middle;text-align: center;font-size: 35px;color: #fff;letter-spacing: -1px;z-index: 2;}
#sub .sub-vis h2 em{display: block;margin-top: 10px;font-style: normal;font-size: 18px;font-weight: normal;}

#sub .sub-tit{position: relative;padding-bottom: 20px;margin-bottom: 40px;border-bottom: 1px solid #eee;}
#sub .sub-tit h3{margin-top: 10px;font-size: 32px;color: #000;}

.lnbWrap{position:relative; margin-top:180px;}
#lnb{width: 1400px;margin: 0 auto; text-align:center;}
#lnb > li{display: inline-block;vertical-align: top; margin:0 13px; padding:0 13px; box-sizing:border-box; position:relative;}
#lnb > li:after {position:absolute; content:''; width:2px; height:18px; top:11px; left:-13px; background:#90191C;}
#lnb > li:first-child:after {display:none;}
#lnb > li a{position: relative;display: block;line-height:40px;font-size: 20px; font-weight:700; font-family: 'Montserrat', 'noto'; text-decoration: none;text-align: center;color: #fff;}

#lnb > li.active a{color: #e13a24;}
#lnb > li a:hover {color: #e13a24; }
#lnb > li.active a:before {position:absolute; content:''; width:4px; height:4px; top:0; right:-10px; background:#e13a24;}



.lnbWrap2{position:relative; margin-top:180px;}
#lnb2{width: 1400px;margin: 0 auto; text-align:center;}
#lnb2 > li{display: inline-block;vertical-align: top; margin:0 13px; padding:0 13px; box-sizing:border-box; position:relative;}
#lnb2 > li:after {position:absolute; content:''; width:2px; height:18px; top:11px; left:-13px; background:#90191C;}
#lnb2 > li:first-child:after {display:none;}

#lnb2 > li a{position: relative;display: block;line-height:40px;font-size: 20px; font-weight:700; font-family: 'Montserrat', 'noto'; text-decoration: none;text-align: center;color: #fff;}

#lnb2 > li.active a{color: #e13a24; font-size:23px;}
#lnb2 > li a:hover {color: #e13a24; }
#lnb2 > li.active a:before {position:absolute; content:''; width:4px; height:4px; top:0; right:-10px; background:#e13a24;}





#status{position: absolute;bottom: 20px;right: 0;}
#status > ul > li{display: inline-block;}
#status > ul > li .spr{display: inline-block;vertical-align: middle;margin: 0 10px;color: #999;font-size: 14px;line-height: 11px;margin-top: -2px;}
#status > ul > li a{font-size: 15px;color: #999;text-decoration: none;letter-spacing: -1px;}
#status > ul > li:last-child a{color: #000;}
#status > ul > li > ul{display: none;}

#navigator{position: relative;border: 1px solid #ddd;border-width: 0 0 1px 0;}
#navigator:before{content: '';display: block;position: absolute;top: -1px;left: 0;width: 100%;height: 1px;background: rgba(0,0,0,0.1);}
#navigator > ul{width: 1300px;position: relative;margin: 0 auto;border-left: 1px solid rgba(0,0,0,0.1);box-sizing: border-box;background: #fff;}
#navigator > ul > li{position: relative;display: inline-block;border-right: 1px solid rgba(0,0,0,0.1);vertical-align: top;z-index: 89;}
#navigator > ul > li > a{display: block;min-width: 198px;font-size: 15px;font-weight: 500;color: #333;text-decoration: none;padding: 0 60px 0 15px;line-height: 50px;background: url('/images/layout/ft-family-spr.png') no-repeat 95% center;}
#navigator > ul > li:first-child a{min-width: 0;width: 50px;text-align: center;padding: 0;background: #f7f7f7;color: #888;font-size: 20px;}
#navigator > ul > li:first-child a i{vertical-align: middle;display: inline-block;margin-top: -2px;}
#navigator > ul > li > ul{position: absolute;top: 50px;left: -1px;width: 100%;border: 1px solid #ddd;visibility: hidden;opacity: 0;box-shadow: 3px 3px 10px rgba(0,0,0,0.03);}
#navigator > ul > li > ul li a{display: block;padding: 14px 15px;font-size: 15px;border-top: 1px solid #eee;text-decoration: none;transition: all 0.3s;}
#navigator > ul > li > ul li:first-child a{border-top: none;}
#navigator > ul > li > ul li:hover a{background: #f7f7f7;}
#navigator > ul > li.on > ul{background: #fff;visibility: visible;opacity: 1;}
#navigator > ul > li > ul li.hidden-gnb{display: none;}

/* 통합검색 */
#total_search dl{margin-bottom: 40px;}
#total_search dl dt{position: relative;margin-bottom: 10px;padding-bottom: 25px;border-bottom: 1px solid #ccc;}
#total_search dl dt h4{display: block;font-size: 22px;color: #000000;font-weight: bold;letter-spacing: -1px;}
#total_search dl dt .more{position: absolute;bottom: 20px;right: 0;font-size: 15px;color: #999;}
#total_search dl dd{position: relative;padding: 25px 300px 25px 0;border-bottom: 1px solid #eee;}
#total_search dl dd > a{}
#total_search dl dd .sbj{display: block;margin-bottom: 15px;font-size: 18px;color: #000;font-weight: bold;}
#total_search dl dd .txt{display: block;font-size: 15px;color: #999;letter-spacing: -1px;line-height: 24px;}
#total_search dl dd ul.inf{position: absolute;top: 50%;transform: translate(0, -50%);right: 0;}
#total_search dl dd ul.inf li{display: inline-block;vertical-align: top;margin-left: 5px;color: #666;line-height: 30px;padding: 0 15px;background: #f7f7f7;border-radius: 3px;}
#total_search dl dd ul.inf li strong{font-weight: normal;color: #000;margin-right: 5px;}
#total_search dl dd.gallery{padding-right: 0;}
#total_search dl dd.gallery > ul{margin: -20px -10px;}
#total_search dl dd.gallery > ul > li{margin: 20px 10px;display: inline-block;vertical-align: top;width: calc(20% - 20px);}
#total_search dl dd.gallery > ul > li a{text-decoration: none;}
#total_search dl dd.gallery .g-tmb{padding-bottom: 80%;background-position: center center;background-size: cover;}
#total_search dl dd.gallery .g-sbj{display: block;font-size: 16px;line-height: 20px;color: #000;font-weight: bold;margin-top: 15px;}
#total_search dl dd.gallery .g-txt{display: block;font-size: 14px;line-height: 18px;color: #999;margin-top: 10px;}
#total_search dl dd.gallery .g-inf{margin-top: 15px;}
#total_search dl dd.gallery .g-inf li{font-size: 13px;color: #999;display: inline-block;vertical-align: top;margin-right: 10px;}
#total_search_no_data{display: block;margin: 30px 0;padding: 60px 30px;text-align: center;font-size: 15px;color: #666;background: #f7f7f7;letter-spacing: -1px;}

/* shop */
#shopCart{display: flex;justify-content: space-between;flex-wrap: wrap;}
#shopCart > *{box-sizing: border-box;}
#shopCart .lef{width: calc(100% - 450px);}
#shopCart .lef .btnWrap > *{margin-left: 0;}
#shopCart .rig{width: 400px;}
#shopCart .rig .btnWrap{display: flex;justify-content: space-between;flex-wrap: wrap;margin-top: 15px;}
#shopCart .rig .btnWrap > *{width: calc(50% - 5px);margin: 0;padding: 0;}
#shopCart .rig .btnWrap.len1 > *{width: 100%;}
#shopCart .cartbox{display: flex;flex-wrap: wrap;align-items: center;}
#shopCart .cartbox > *{box-sizing: border-box;}
#shopCart .cartbox dt{width: 100px;}
#shopCart .cartbox dt img{width: 100px;height: 100px;object-fit: cover;object-position: center center;}
#shopCart .cartbox dd{width: calc(100% - 130px);margin-left: 30px;padding-top: 5px;}
#shopCart .cartbox dd .tit{display: block;margin-bottom: 10px;font-weight: bold;letter-spacing: -1px;}
#shopCart .cartbox dd .tit label{color: #000;font-size: 15px;line-height: 20px;}
#shopCart .cartbox dd .opt{display: block;font-size: 13px;color: #666;margin-bottom: 10px;}
#shopCart .cartbox dd .opt-modify-btn{height: 30px;line-height: 30px;padding: 0 10px;font-size: 14px;}
#shopCart .cartinfo li{position: relative;padding-left: 80px;font-size: 14px;line-height: 22px;}
#shopCart .cartinfo li > strong{position: absolute;top: 0;left: 0;color: #000;font-weight: normal;}
#shopCart .cartinfo li > p{color: #666;}
#shopCart .cartinfo li.total-price > p{font-weight: bold;color: #000;}
#shopCart .carttotal{border: 1px solid #333;padding: 30px 20px;}
#shopCart .carttotal dd{position: relative;}
#shopCart .carttotal ul li{position: relative;padding-left: 80px;font-size: 15px;line-height: 18px;margin: 10px 0;text-align: right;}
#shopCart .carttotal ul li > strong{position: absolute;top: 50%;left: 0;color: #000;font-weight: normal;transform: translate(0, -50%);}
#shopCart .carttotal ul li > p{font-size: 15px;text-align: right;}
#shopCart .carttotal ul li > p strong{font-size: 18px;color: #000;}
#shopCart .carttotal ul li label{font-size: 15px;letter-spacing: -1px;color: #000;cursor: pointer;margin-left: 5px;}
#shopCart .carttotal ul li .inp{width: 100%;border: 1px solid #ccc;height: 30px;padding: 0 10px;}
#shopCart .carttotal hr{border: none;background: #eee;width: 100%;height: 1px;margin: 20px 0;}
#shopCart legend{display: block;margin-bottom: 20px;font-size: 22px;color: #000000;font-weight: bold;letter-spacing: -1px;}

#shopCart.order_detail .cartbox dt{width: 60px;}
#shopCart.order_detail .cartbox dt img{width: 60px;height: 60px;}
#shopCart.order_detail .cartbox dd{width: calc(100% - 75px);margin-left: 15px;padding-top: 5px;}

#shopOrderList .order-ico{display: inline-block;padding: 0 6px;line-height: 23px;min-width: 50px;text-align: center;border-radius: 2px;font-size: 12px;letter-spacing: -1px;}
#shopOrderList .order-ico.step0{background: #e44066;color: #fff;border: 1px solid #e44066;}
#shopOrderList .order-ico.step1{background: #c8123c;color: #fff;border: 1px solid #c8123c;}
#shopOrderList .order-ico.step2{background: #11913c;color: #fff;border: 1px solid #11913c;}
#shopOrderList .order-ico.step3{background: #a61ac8;color: #fff;border: 1px solid #a61ac8;}
#shopOrderList .order-ico.step4{background: #d4760b;color: #fff;border: 1px solid #d4760b;}
#shopOrderList .order-ico.step5{background: #0b5bd4;color: #fff;border: 1px solid #0b5bd4;}


/* 약관 내용 출력 박스 */
.policybox{color: #666;font-size: 13px;line-height: 20px;}












.s_tit_1 {width:100%;  text-align:center;}
.s_tit_1 h3 {position:relative; font-size:45px; line-height:1.5em; color:#fff; font-weight:700; text-align:center; padding-bottom:25px;  font-family: 'Montserrat', 'noto';}
.s_tit_1 h3:after {position:absolute; content:''; width:40px; height:2px; bottom:0; left:50%; margin-left:-20px; background:#e13a24}
.s_tit_1 h3 b {color:#e13a24; font-weight:700;}
.s_tit_1 span  {display:block; font-size:24px; line-height:1.6em; color:#ddd; margin-top:40px; font-weight:500;}
.s_tit_1 p {display:block; font-size:17px; line-height:1.5em; margin-top:10px; color:#777; font-weight:normal;}








/** about us **/
.aboutus {width:100%;}
.aboutus .cont_1 {position:relative; width:100%; margin-top:80px; background:#201e1e;}
.aboutus .cont_1 .img {width:50%;}
.aboutus .cont_1 .txt {position:absolute; top:50%; left:50%; transform:translateY(-50%); width:50%; box-sizing:border-box; padding:0 60px;}
.aboutus .cont_1 .txt span {display:block; font-size:18px; font-weight:500; color:#e13a24; line-height:1.3em;}
.aboutus .cont_1 .txt h4 {font-size:38px; line-height:1.6em; color:#fff; font-weight:600; margin-top:15px;}
.aboutus .cont_1 .txt p {margin-top:20px; font-size:18px; color:#777; line-height:1.7em;}

.aboutus .cont_2 {margin-top:150px; padding:150px 0; border-top:1px solid #555; }
.aboutus .cont_2 span {display:block; font-size:18px; font-weight:500; color:#e13a24; line-height:1.3em; text-align:center;}
.aboutus .cont_2 h4 {font-size:38px; line-height:1.6em; color:#fff; font-weight:600; margin-top:15px; text-align:center;}
.aboutus .cont_2 ul {margin:40px -10px 0;}
.aboutus .cont_2 ul li {position:relative; display:inline-block; vertical-align:top; width:calc(50% - 20px); margin:20px 10px 0; background:#201e1e; box-sizing:border-box; padding:30px 30px 30px 150px; height:180px;}
.aboutus .cont_2 ul li img {position:absolute; top:50%; left:30px; transform:translateY(-50%);}
.aboutus .cont_2 ul li strong {display:block; font-size:22px; line-height:1.3em; color:#ddd; }
.aboutus .cont_2 ul li p {font-size:17px; line-height:1.5em;color:#777; margin-top:10px;}


.aboutus .cont_3 {padding:150px 0; border-top:1px solid #555; }
.aboutus .cont_3 span {display:block; font-size:18px; font-weight:500; color:#e13a24; line-height:1.3em; text-align:center;}
.aboutus .cont_3 h4 {font-size:38px; line-height:1.6em; color:#fff; font-weight:600; margin-top:15px; text-align:center;}
.aboutus .cont_3 ul { margin:70px auto 0; text-align:center;}
.aboutus .cont_3 ul li {margin:0 35px; display:inline-block;}
.aboutus .cont_3 ul li a {display:block;}
.aboutus .cont_3 ul li a img {transition:all 0.3s;}
.aboutus .cont_3 ul li a:hover img {transform:scale(1.2);}

.aboutus .cont_4 {padding:150px 0 0; border-top:1px solid #555; }
.aboutus .cont_4 span {display:block; font-size:18px; font-weight:500; color:#e13a24; line-height:1.3em; text-align:center;}
.aboutus .cont_4 h4 {font-size:38px; line-height:1.6em; color:#fff; font-weight:600; margin-top:15px; text-align:center;}
.aboutus .cont_4 p {margin-top:60px; text-align:center; font-size:18px; line-height:1.7em; color:#777;}
.aboutus .cont_4 ul {margin:150px auto 0; text-align:center;}
.aboutus .cont_4 ul li {width:25%; vertical-align:top; display:inline-block; box-sizing:border-box; border:1px solid #555; border-left:0;}
.aboutus .cont_4 ul li:first-child {border-left:1px solid #555;}
.aboutus .cont_4 ul li a {line-height:58px; display:block; font-size:15px; font-weight:700; color:#ddd; }
.aboutus .cont_4 ul li:hover {background:#e13a24; border-color:#e13a24;}












/** review **/
.review {position:relative; margin-bottom:-100px; }
.review .review_top {width:100%;margin-top:50px; padding:100px 0 60px; background:#201e1e;}
.review_slide {width:100%; max-width:1560px; margin:0 auto; padding:0 80px; box-sizing:border-box; position:relative;}
.review_slide .slick-prev {position:absolute; z-index:2; width:50px;height:50px;top:50%; transform:translateY(-50%); left:0; font-size:0; background:none; border:0; text-align:center;  }
.review_slide .slick-prev:after { content: '\e935'; display: block; box-sizing:border-box;  position: absolute; top: 50%; transform: translate(0, -50%); left: 0; width: 50px; line-height: 50px; text-align: center; font-family: axicon; font-size:30px; color: #777;border-radius:50%;}
.review_slide .slick-prev:hover:after {background:#e13a24; color:#fff; }
.review_slide .slick-next {position:absolute; z-index:2; width:50px;height:50px;top:50%; transform:translateY(-50%); right:0; font-size:0; background:none; border:0; text-align:center;  }
.review_slide .slick-next:after { content: '\e936';display: block; box-sizing:border-box; position: absolute; top: 50%; transform: translate(0, -50%); left: 0; width: 50px; line-height: 50px;  text-align: center; font-family: axicon; font-size:30px; color: #777;border-radius:50%;}
.review_slide .slick-next:hover:after {background:#e13a24; color:#fff; }

.review_slide .slick-slide {position:relative; box-sizing:border-box; padding-left:400px; }
.review_slide .slick-slide h4 {position:absolute; top:0; left:0; font-size:28px; line-height:1.3em; font-weight:600; color:#e13a24;}
.review_slide .slick-slide h4 b {color:#fff;}
.review_slide .slick-slide p {font-size:16px; line-height:1.6em; color:#777; font-weight:500;}
.review_slide .slick-slide span {display:block; margin-top:20px; font-size:18px; font-weight:500; line-height:1.4em; color:#e13a24; }

.review_slide .slick-dots {position:relative; text-align:center; margin-top:50px;}
.review_slide .slick-dots li {display:inline-block; vertical-align:top; width:6px; height:6px; margin:2px;}
.review_slide .slick-dots li button {width:100%; height:100%; border:0; font-size:0; background:#636262;}
.review_slide .slick-dots li.slick-active button {background:#e13a24;}





.review .review_bot {width:100%; background:#999; box-sizing:border-box; padding:0 4px 4px;}
.review .review_bot ul {}
.review .review_bot ul li {position:relative; display:inline-block; vertical-align:top; width:calc(50% - 2px); margin-right:4px; margin-top:4px;}
.review .review_bot ul li:nth-child(2n) {margin-right:0;}
.review .review_bot ul li .iframe {position:relative; width:100%; height:0; padding-bottom:56.25%;}
.review .review_bot ul li .iframe img.off {position:absolute; top:0; left:0; width:100%; height:100%; z-index:4;}
.review .review_bot ul li .iframe img.on {position:absolute; top:0; left:0; width:100%; height:100%; z-index:3; cursor:pointer; }
.review .review_bot ul li .iframe iframe {position:absolute; top:0; left:0; width:100%; height:100%; z-index:2;}
.review .review_bot ul li .overbox {position:absolute; top:100%; left:0; width:100%; background:#201e1e; opacity:0; z-index:-11; transition:all 0.3s; box-sizing:border-box; padding:50px; }
.review .review_bot ul li .overbox .tagbox {position:absolute; top:50px; right:50px;}
.review .review_bot ul li .overbox .tagbox span {display:inline-block; box-sizing:border-box; margin:0 0 0 6px; padding:0 10px; line-height:24px; border-radius:5px; font-size:13px; font-weight:600; font-family: 'Montserrat';}
.review .review_bot ul li .overbox .tagbox span.tag1 {border:1px solid #e13a24; color:#e13a24;}
.review .review_bot ul li .overbox .tagbox span.tag2 {border:1px solid #e90f73; color:#e90f73;}
.review .review_bot ul li .overbox .tagbox span.tag3 {border:1px solid #bf42ba; color:#bf42ba;}
.review .review_bot ul li .overbox .tagbox span.tag4 {border:1px solid #516ce8; color:#516ce8;}
.review .review_bot ul li .overbox .tagbox span.tag5 {border:1px solid #0083e9; color:#0083e9;}
.review .review_bot ul li .overbox .tagbox span.tag6 {border:1px solid #008cc1; color:#008cc1;}
.review .review_bot ul li .overbox strong {display:block; font-size:22px; line-height:26px; font-weight:600; color:#ddd; padding-bottom:20px; margin-bottom:20px; border-bottom:1px solid #636262;}
.review .review_bot ul li .overbox p {font-size:16px; line-height:1.6em; color:#777; font-weight:500;}

.review .review_bot ul li:hover .overbox {display:block;  z-index:5; opacity:1;}
.review .review_bot ul li .iframe.video_play iframe {z-index:5;}


.review .paging {margin-top:280px !important; margin-bottom:70px !important;}





/** 커리큘럼 **/
.curriculum {width:100%; margin:60px 0 -100px;}
.curriculum:after {display:block; content:''; clear:both;}
.curriculum .left {width:50%; float:left; height:calc(100vh - 140px); background:url('/images/sub/curriculum_intro_1.png') center center no-repeat; background-size:cover;}
.curriculum .right {width:50%; float:left; height:calc(100vh - 140px);background:url('/images/sub/curriculum_intro_2.png') center center no-repeat; background-size:cover;}

.curriculum a {position:relative; display:block; width:100%; height:100%;}
.curriculum a:after {position:absolute; content:''; z-index:1; width:100%; height:100%; top:0; left:0; background:rgba(0,0,0,0.6); opacity:1; transition:all 0.3s;}
.curriculum a .mid {position:absolute; z-index:3; top:50%; left:0; width:100%; transform:translateY(-50%); text-align:center; margin-top:50px;}
.curriculum a .mid h3 {font-size:45px; font-weight:600; color:#fff; line-height:1em; text-align:center; }
.curriculum a .mid span {margin-top:50px; display:inline-block;  opacity:0; transition:all 0.3s;}

.curriculum a:hover:after {opacity:0;}
.curriculum a:hover .mid span {opacity:1;}



/** 기초과정 **/
.basiccourse {width:100%;}

.basiccourse .cont_1 {width:100%; margin-top:80px;}
.basiccourse .cont_1 span {display:block; text-align:center; font-size:18px; line-height:1.3em; font-weight:500; color:#e13a24; }
.basiccourse .cont_1 h4 {text-align:center; font-size:38px; line-height:1.5em; color:#fff; font-weight:600; margin-top:15px;}
.basiccourse .cont_1 ul {margin:0 -10px;}
.basiccourse .cont_1 ul li {display:inline-block; vertical-align:top; width:calc(25% - 20px); margin:60px 10px 0; height:330px; box-sizing:border-box; background:#201e1e; padding:50px 30px;}
.basiccourse .cont_1 ul li b {display:block; font-size:38px; line-height:1em; color:#e13a24; font-weight:900;}
.basiccourse .cont_1 ul li strong {display:block; margin-top:20px; font-size:22px; line-height:1.5em; color:#ddd; font-weight:600;}
.basiccourse .cont_1 ul li p {margin-top:10px; font-size:16px; line-height:1.5em; color:#777; font-weight:500;}

.basiccourse .cont_2 {position:relative; padding:145px 0;  min-height:902px; width:100vw; left:50%; margin-left:-50vw; box-sizing:border-box; background-position:center center; background-repeat:no-repeat; background-size:cover;}
.basiccourse .cont_2 .body {width:100%; max-width:1400px; margin:0 auto;}

.basiccourse .cont_2 span {display:block; text-align:center; font-size:18px; line-height:1.3em; font-weight:500; color:#e13a24; }
.basiccourse .cont_2 h4 {text-align:center; font-size:38px; line-height:1.5em; color:#fff; font-weight:600; margin-top:15px;}
.basiccourse .cont_2 ul {width:100%; max-width:800px; margin:60px auto 0;}
.basiccourse .cont_2 ul li {margin-top:10px; font-size:18px; line-height:28px; font-weight:500; color:#fff; padding:20px; box-sizing:border-box; border:1px solid #e13a24; border-radius:5px; text-align:center; background:rgba(0,0,0,0.65);}

.basiccourse .cont_3 {padding:145px 0;}
.basiccourse .cont_3 span {display:block; text-align:center; font-size:18px; line-height:1.3em; font-weight:500; color:#e13a24; }
.basiccourse .cont_3 h4 {text-align:center; font-size:38px; line-height:1.5em; color:#fff; font-weight:600; margin-top:15px;}
.basiccourse .cont_3 ul {margin:0 -20px;}
.basiccourse .cont_3 ul li {width:calc(33.333% - 40px); display:inline-block; vertical-align:top; margin:60px 20px 0;}
.basiccourse .cont_3 ul li .img {position:relative; width:100%; height:0; padding-bottom:100%;}
.basiccourse .cont_3 ul li .img img {position:absolute; top:0; left:0; width:100%; height:100%;}
.basiccourse .cont_3 ul li strong {position:relative; display:block; font-size:22px; line-height:32px; font-weight:600; color:#ddd; margin-top:30px; padding-left:27px; padding-bottom:25px; margin-bottom:25px; border-bottom:1px solid #5e5d5d;}
.basiccourse .cont_3 ul li strong:after {position:absolute; content:''; width:8px; height:8px; top:12px; left:0; background:#e13a24;}

.basiccourse .cont_3 ul li p {font-size:16px; line-height:1.5em; font-weight:500; color:#777;}



.basiccourse .cont_4 {padding:120px 16%; box-sizing:border-box; background:#201e1e;}
.basiccourse .cont_4 span {display:block; text-align:center; font-size:18px; line-height:1.3em; font-weight:500; color:#e13a24; }
.basiccourse .cont_4 h4 {text-align:center; font-size:38px; line-height:1.5em; color:#fff; font-weight:600; margin-top:15px; margin-bottom:60px;}
.basiccourse .cont_4 .box {position:relative; width:100%; margin-top:40px;}
.basiccourse .cont_4 .box .img {width:50%; box-sizing:border-box; padding-right:30px;}
.basiccourse .cont_4 .box .img img {display:block; width:100%;}
.basiccourse .cont_4 .box .txt {position:absolute; top:50%; left:50%; width:50%; box-sizing:border-box; padding-left:30px; transform:translateY(-50%);}
.basiccourse .cont_4 .box .txt strong {position:relative; display:block; font-size:22px; line-height:32px; font-weight:600; color:#ddd; margin-top:30px; padding-left:27px; padding-bottom:25px; margin-bottom:25px; border-bottom:1px solid #5e5d5d;}
.basiccourse .cont_4 .box .txt strong:after {position:absolute; content:''; width:8px; height:8px; top:12px; left:0; background:#e13a24;}

.basiccourse .cont_4 .box .txt p {margin:10px 0; position:relative; box-sizing:border-box; padding-left:50px; font-size:18px; line-height:30px; font-weight:500; color:#777;}
.basiccourse .cont_4 .box .txt p b {position:absolute; top:0; left:0; width:30px; line-height:30px; border-radius:50%; font-size:16px; color:#fff; font-weight:600; background:#999; text-align:center;  font-family: 'Montserrat';}

.basiccourse .cont_4 .box .txt span {margin:10px 0; text-align:left; position:relative; box-sizing:border-box; display:block; font-size:18px; line-height:30px; font-weight:500; color:#777;}







/** 기초과정 **/
.portfolio {width:100%;}

.portfolio .cont_1 {width:100%; margin-top:80px; text-align:center;}
.portfolio .cont_1 span {display:block; text-align:center; font-size:18px; line-height:1.3em; font-weight:500; color:#e13a24; }
.portfolio .cont_1 h4 {text-align:center; font-size:38px; line-height:1.5em; color:#fff; font-weight:600; margin-top:15px;}


.portfolio .cont_1 .more_box .item {
	display: block;
}
.portfolio .cont_1 .more_box .item.active {
	display: block;
}
.portfolio .cont_1 .more_box .item:after {
	display: none;
}
.portfolio .cont_1 .more_box {margin:40px -10px 0;}
.portfolio .cont_1 .more_box:after {display:block; content:''; clear:both;}

.portfolio .cont_1 .more_box li { list-style:none;  position:relative; float:left; width:calc(25% - 20px); margin:20px 10px 0; }
.portfolio .cont_1 .more { display:inline-block; margin-top:60px; border:0; font-size:0; background:none;}




.portfolio .cont_2 {position:relative; padding:145px 0;  min-height:902px; width:100vw; left:50%; margin-left:-50vw; box-sizing:border-box; background-position:center center; background-repeat:no-repeat; background-size:cover;}
.portfolio .cont_2 .body {width:100%; max-width:1400px; margin:0 auto;}


.portfolio .cont_2 span {display:block; text-align:center; font-size:18px; line-height:1.3em; font-weight:500; color:#e13a24; }
.portfolio .cont_2 h4 {text-align:center; font-size:38px; line-height:1.5em; color:#fff; font-weight:600; margin-top:15px;}
.portfolio .cont_2 ul {width:100%; max-width:800px; margin:60px auto 0;}
.portfolio .cont_2 ul li {margin-top:10px; font-size:18px; line-height:28px; font-weight:500; color:#fff; padding:20px; box-sizing:border-box; border:1px solid #e13a24; border-radius:5px; text-align:center; background:rgba(0,0,0,0.65);}

.portfolio .cont_3 {padding:120px 16%; box-sizing:border-box; background:#201e1e;}
.portfolio .cont_3 span {display:block; text-align:center; font-size:18px; line-height:1.3em; font-weight:500; color:#e13a24; }
.portfolio .cont_3 h4 {text-align:center; font-size:38px; line-height:1.5em; color:#fff; font-weight:600; margin-top:15px; margin-bottom:60px;}
.portfolio .cont_3 .box {position:relative; width:100%; margin-top:40px;}
.portfolio .cont_3 .box .img {width:50%; box-sizing:border-box; padding-right:30px;}
.portfolio .cont_3 .box .img img {display:block; width:100%;}
.portfolio .cont_3 .box .txt {position:absolute; top:50%; left:50%; width:50%; box-sizing:border-box; padding-left:30px; transform:translateY(-50%);}

.portfolio .cont_3 .box .txt strong {position:relative; display:block; font-size:22px; line-height:32px; font-weight:600; color:#ddd; margin-top:30px; padding-left:27px; padding-bottom:25px; margin-bottom:25px; border-bottom:1px solid #5e5d5d;}
.portfolio .cont_3 .box .txt strong:after {position:absolute; content:''; width:8px; height:8px; top:12px; left:0; background:#e13a24;}


.portfolio .cont_3 .box .txt p {margin:10px 0; position:relative; box-sizing:border-box; padding-left:50px; font-size:18px; line-height:30px; font-weight:500; color:#777;}
.portfolio .cont_3 .box .txt p b {position:absolute; top:0; left:0; width:30px; line-height:30px; border-radius:50%; font-size:16px; color:#fff; font-weight:600; background:#999; text-align:center;  font-family: 'Montserrat';}


.portfolio .cont_3 .box .txt span {margin:10px 0; text-align:left; position:relative; box-sizing:border-box; display:block; font-size:18px; line-height:30px; font-weight:500; color:#777;}






/** 오시는길 **/
.location {width:100%;}





/** 문의하기 **/
.inquiry {width:100%;}
.inquiry .cont_1 {width:100%;}
.inquiry .cont_1 ul {margin:40px -10px 0;}
.inquiry .cont_1 ul li {display:inline-block; vertical-align:top; width:calc(50% - 20px); margin:20px 10px 0; box-sizing:border-box; padding:50px 10px; height:295px; background:#201e1e; text-align:center;}
.inquiry .cont_1 ul li strong {display:block; margin-top:25px; font-size:22px; line-height:1.3em; color:#ddd; font-weight:600;}
.inquiry .cont_1 ul li b {display:block; margin-top:15px; font-size:16px; line-height:1.5em; font-weight:500; color:#777;}
.inquiry .cont_1 ul li p {font-size:14px; line-height:1.6em; color:#ddd; font-weight:500; margin-top:15px;}
.inquiry .cont_1 .kakaobtn {display:block; margin:60px auto 0; width:100%; max-width:340px; line-height:60px; font-size:18px; font-weight:500; color:#3a2020; text-align:center; background:#fcd402;}
.inquiry .cont_1 .kakaobtn img {vertical-align:middle; margin-right:8px;}




.inquiry .cont_2 {margin-top:100px;}
.inquiry .cont_2 h4 {text-align:center; font-size:32px; line-height:1em; color:#fff; font-weight:600;}






.btn_body {margin:70px auto 0; text-align:center;}
.btn_body strong {display:block; font-size:28px; color:#ddd; font-weight:600; line-height:1.5em; margin-bottom:50px;}
.btn_body .btn_1 {width:100%; max-width:220px; display:inline-block; vertical-align:top; line-height:60px; font-size:18px; font-weight:500; color:#ddd; background:#e13a24; border:none;}
.btn_body .btn_1:hover {background:#fff; color:#e13a24; }
.btn_body .btn_2 {width:100%; max-width:220px; display:inline-block; vertical-align:top; line-height:60px; font-size:18px; font-weight:500; color:#ddd; background:#e13a24; border:none;}
.btn_body .btn_2:hover {background:#fff; color:#e13a24; }

.linkbody {margin:60px auto 0; text-align:center;}
.linkbody ul { width:100%; max-width:800px; display:inline-block; text-align:center; vertical-align:top;}
.linkbody ul li {width:33.333%; vertical-align:top; display:inline-block; box-sizing:border-box; border:1px solid #555; border-left:0;}
.linkbody ul li:first-child {border-left:1px solid #555;}
.linkbody ul li a {line-height:58px; display:block; font-size:15px; font-weight:700; color:#ddd; }
.linkbody ul li:hover {background:#e13a24; border-color:#e13a24;}


