@charset "utf-8";
/**************************************************

	Global.css

**************************************************/
/**************************************************

	Variables (공통 변수 지정)

**************************************************/
:root {

	/* layout */
	--website-layout-width : 1280px; /* 웹사이트 레이아웃 width 값 */

	--search-submit-bg-color : #005faf; /* 헤더 검색창 검색버튼 배경색 */
	--search-submit-txt-color : #ffffff; /* 헤더 검색창 검색버튼 글자색 */
	--search-close-bg-color : #005faf; /* 헤더 검색창 닫기버튼 배경색 */
	--search-close-txt-color : #ffffff; /* 헤더 검색창 닫기버튼 글자색 */
	--lnb-bg-color : #005faf; /* lnb 메뉴바 배경색 */
	--slidebar-bg-color : #005faf; /* 햄버거 메뉴 타이틀 배경색 */

	/* buttons 공통 (스킨에도 적용됨) */
	--btn1-bg-color : #005faf; /* 강조 버튼 배경색 */
	--btn1-border-color : #005faf; /* 강조 버튼 테두리색 */
	--btn1-txt-color : #ffffff; /* 강조 버튼 글자색 */

	--btn2-bg-color : #ffffff; /* 일반형 버튼 배경색 */
	--btn2-border-color : #333333; /* 일반형 버튼 테두리색 */
	--btn2-txt-color : #333333; /* 일반형 버튼 글자색 */

	--btn3-bg-color : #f7f7f7; /* 배경흐린 버튼 배경색 */
	--btn3-border-color : #dddddd; /* 배경흐린d 버튼 테두리색 */
	--btn3-txt-color : #000000; /* 배경흐린 버튼 글자색 */

	/* skins 공통 (게시판, 제품관리, 연혁 등등) */
	--skin-search-btn-bg-color : #005faf; /* 각종 스킨 검색창 버튼 배경색 */
	--skin-search-btn-txt-color : #ffffff; /* 각종 스킨 검색창 버튼 글자색 */

	--color: #005faf;
	--color-sky: #dbebf9;

}

.col {color: var(--color) !important;}

/**************************************************

	Public

**************************************************/
html{min-width: var(--website-layout-width);overflow-x: hidden;}
#_device_pc{display: block;} #_device_ta{display: none;} #_device_mo{display: none;} .__pc{display: block !important;} .__ta{display: none !important;} .__mo{display: none;}
/* #smooth-content{padding-top: 110px;} */

/* Cursors */
body.main.has_custom_cursor{background: #fff;}
body.main.has_custom_cursor, body.main.has_custom_cursor *{cursor: none;}
body.has_custom_cursor a,
body.has_custom_cursor a *{cursor: pointer !important;}
#custom_cursor {width: 12px;height: 12px;position: fixed;top: -999em;left: -999em;pointer-events: none;z-index: 9999999;mix-blend-mode: difference;}
#custom_cursor .in {position: absolute;border-radius: 50%;top: 50%;left: 50%;transform: translate(-50%, -50%);width: 12px;height: 12px;transition: all 0.2s;mix-blend-mode: difference;}
body.main #custom_cursor .in {background-color: rgba(255,255,255,1);}
#custom_cursor.anchor .in {width: 80px;height: 80px;background-color: rgba(255,255,255,0.15) !important;}
/* 아래부터 특정 element 에서만 적용 */
#custom_cursor.m6{mix-blend-mode: normal;}
#custom_cursor.m6 .in{background: red;}

/* 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;}

/* 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;vertical-align: top !important;margin: 0 !important;margin-right: -1px !important;position: relative !important;margin: 0 10px !important;height: 35px !important;line-height: 35px !important;text-align: center !important;color: #ccc !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: #000 !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: #ffffff !important;color: #333333 !important;font-weight: 600 !important;}
.paging a.first,
.paging a.prev,
.paging a.next,
.paging a.last{background: #f7f7f7 !important;width: 35px !important;line-height: 35px !important;text-align: center !important;border-radius: 50% !important;color: #666666 !important;text-indent: -999em !important;margin: 0 2px !important;}
.paging a.first:hover,
.paging a.prev:hover,
.paging a.next:hover,
.paging a.last:hover{background: #333 !important;}
.paging a:hover:after{color: #fff !important;}
.paging a.first{margin-right: 15px !important;margin-left: -10px !important;}
.paging a.prev{margin-right: 15px !important;margin-left: -10px !important;}
.paging a.next{margin-left: 15px !important;margin-right: -10px !important;}
.paging a.last{margin-left: 15px !important;margin-right: -10px !important;}
.paging a.first:after{content: '\f100' !important;font-size: 18px !important;color: #999 !important;font-family: 'axicon';}
.paging a.prev:after{content: '\f104' !important;font-size: 18px !important;color: #999 !important;font-family: 'axicon';}
.paging a.next:after{content: '\f105' !important;font-size: 18px !important;color: #999 !important;font-family: 'axicon';}
.paging a.last:after{content: '\f101' !important;font-size: 18px !important;color: #999 !important;font-family: 'axicon';}

/* Etc */
.tof{overflow: hidden !important;text-overflow: ellipsis !important;white-space: nowrap !important;}
.ltof2{display: -webkit-box !important;-webkit-box-orient: vertical !important;-webkit-line-clamp: 2 !important;overflow: hidden !important;text-overflow: ellipsis !important;white-space: normal !important;}
.ltof3{display: -webkit-box !important;-webkit-box-orient: vertical !important;-webkit-line-clamp: 3 !important;overflow: hidden !important;text-overflow: ellipsis !important;white-space: normal !important;}
.ltof4{display: -webkit-box !important;-webkit-box-orient: vertical !important;-webkit-line-clamp: 4 !important;overflow: hidden !important;text-overflow: ellipsis !important;white-space: normal !important;}
.ltof5{display: -webkit-box !important;-webkit-box-orient: vertical !important;-webkit-line-clamp: 5 !important;overflow: hidden !important;text-overflow: ellipsis !important;white-space: normal !important;}
.ltof6{display: -webkit-box !important;-webkit-box-orient: vertical !important;-webkit-line-clamp: 6 !important;overflow: hidden !important;text-overflow: ellipsis !important;white-space: normal !important;}
.ltof7{display: -webkit-box !important;-webkit-box-orient: vertical !important;-webkit-line-clamp: 7 !important;overflow: hidden !important;text-overflow: ellipsis !important;white-space: normal !important;}
.ltof8{display: -webkit-box !important;-webkit-box-orient: vertical !important;-webkit-line-clamp: 8 !important;overflow: hidden !important;text-overflow: ellipsis !important;white-space: normal !important;}
.ltof9{display: -webkit-box !important;-webkit-box-orient: vertical !important;-webkit-line-clamp: 9 !important;overflow: hidden !important;text-overflow: ellipsis !important;white-space: normal !important;}
.ltof10{display: -webkit-box !important;-webkit-box-orient: vertical!important;-webkit-line-clamp: 10 !important;overflow: hidden !important;text-overflow: ellipsis !important;white-space: normal !important;}

/**************************************************

	Layout
	
**************************************************/
/* for header */
#header{position: fixed;top: 0;left: 0;width: 100%;z-index: 90;border-bottom: 1px solid rgba(255, 255, 255, 0.2);}
#header .inner{position: relative;width: var(--website-layout-width);height: 100px;margin: 0 auto;display: flex;align-items: center;}
#header .logo{height: 100%;display: flex;align-items: center;}
#header .logo a {font-family: 'empty';font-size: 0;display: block;}
#header .logo img{width: auto;max-height: calc(100% - 20px);vertical-align: middle;}

/* layout */
#gnb{margin-left: 55px;display: flex;align-items: center;}
#gnb > li{position: relative;height: 100px;display: flex;align-items: center;}
#gnb > li > a{display: block;padding: 0 45px;line-height: 100px;font-size: 24px;color: #fff;text-decoration: none;font-weight: 500;}
#gnb > li.btn > a {background: #fff;height: 44px;line-height: 44px;padding: 0 20px;margin: 0 25px;border-radius: 22px;color: #333;}
#gnb > li.active > a {color: var(--color) !important;}
#gnb > li.btn.active > a {background-color: var(--color) !important;color: #fff !important;}
#gnb > li > ul{position: absolute;top: 100px;left: 0%;width: 100%;background: #fff;box-sizing: border-box;visibility: hidden;box-shadow: 3px 3px 10px rgba(0,0,0,0.1), inset 0 2px 2px rgba(0,0,0,0.04);border-radius: 0 0 15px 15px;overflow: hidden;}
#gnb > li > ul li + li{border-top: 1px solid rgba(0,0,0,0.08);}
#gnb > li > ul li a{display: block;padding: 12px 30px;font-size: 18px;color: #222;line-height: 25px;text-decoration: none;}
#gnb > li > ul li:hover a{background: var(--color-sky);color: var(--color);}
#gnb > li > ul li.active a{background: var(--color);color: #fff;}
#gnb > li:hover > ul,
#gnb > li:focus-within > ul{visibility: visible;opacity: 1;}
#gnb > li.hidden-gnb{display: none;}

#hd-lan{position: absolute;top: 50%;transform: translate(0, -50%);right: 0;z-index: 92;display: flex;align-items: center;}
#hd-lan > li {margin-left: 15px;}
#hd-lan > li a{display: block;font-size: 18px;color: #fff;font-weight: 700;text-decoration: none;text-align: center;text-transform: uppercase;opacity: 0.4;}
#hd-lan > li.active a {opacity: 1;}

#slide-btn{display: none;text-indent: -999em;width: 30px;height: 20px;position: absolute;top: 50%;transform: translate(0, calc(-50% + 10px));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;}

#asd{position: fixed;right: 0;bottom: 50%;z-index: 89;transform: translateY(50%);}
#asd .aside_gotop{width: 50px;height: 50px;background: #333 url('/images/layout/ft-top-btn.jpg') no-repeat center center;background-size: contain;text-indent: -999em;display: block;border-radius: 50%;}
.inquiry_wrap {position: relative;}
.inquiry_wrap .open {border: 0px;background: none;box-shadow: -5px 5px 10px rgba(0,0,0,0.1);}
.inquiry_wrap .open img {display: block;}
.inquiry_wrap dl {display: none;position: absolute;top: 0;right: 0;width: 450px;box-shadow: 0 0 10px rgba(0,0,0,0.1);}
.inquiry_wrap dl > dt {background: var(--color);height: 50px;text-align: center;position: relative;line-height: 50px;}
.inquiry_wrap dl > dt > strong {font-size: 20px;color: #fff;font-weight: 700;}
.inquiry_wrap dl > dt .close {position: absolute;top: 0;right: 0;width: 50px;height: 100%;background: none;border: none;font-size: 24px;color: #fff;box-sizing: border-box;padding-top: 2px;}
.inquiry_wrap dl > dd {background: #fff;padding: 20px;}
.inquiry_wrap dl > dd legend {display: none;}
.inquiry_wrap fieldset {display: flex;flex-wrap: wrap;}
.inquiry_wrap fieldset > input {margin: 7px;border: 1px solid #ddd;padding: 0 20px;height: 46px;width: calc(100% - 14px);box-sizing: border-box;}
.inquiry_wrap fieldset > input.w50 {width: calc(50% - 14px);}
.inquiry_wrap fieldset > textarea {margin: 7px;border: 1px solid #ddd;padding: 20px;height: 140px;width: calc(100% - 14px);box-sizing: border-box;}
.inquiry_wrap .sbm {margin-top: 20px;background: #fff;color: var(--color);border-color: var(--color);font-size: 15px;}
.inquiry_wrap .agree {margin: 7px 0;}
.inquiry_wrap .agree * {display: inline-block;vertical-align: middle;}
.inquiry_wrap.on dl {display: block;}

#header.fix {background: #fff;box-shadow: 0 3px 3px rgba(0,0,0,0.1);}
#header.fix .logo a {background: url('../images/layout/logo2.png') no-repeat left center;background-size: contain;}
#header.fix .logo img {opacity: 0;}
#header.fix #gnb > li > a {color: #333;}
#header.fix #gnb > li.btn > a {background: #222;color: #fff;}
#header.fix #hd-lan > li a {color: #333;}
#header.fix #slide-btn button span,
#header.fix #slide-btn button:before,
#header.fix #slide-btn button:after{background: #282828;}

#header:hover {background: #fff;box-shadow: 0 3px 3px rgba(0,0,0,0.1);}
#header:hover .logo a {background: url('../images/layout/logo2.png') no-repeat left center;background-size: contain;}
#header:hover .logo img {opacity: 0;}
#header:hover #gnb > li > a {color: #333;}
#header:hover #gnb > li.btn > a {background: #222;color: #fff;}
#header:hover #hd-lan > li a {color: #333;}
#header:hover #slide-btn button span,
#header:hover #slide-btn button:before,
#header:hover #slide-btn button:after{background: #282828;}

/* for footer */
#footer{background: #203045;position: relative;z-index: 2;padding: 70px 0 75px;}
#footer .ftWrap{position: relative;width: var(--website-layout-width);margin: 0 auto;}
#footer h2 {position: absolute;bottom: 0;right: 0;}
#footer h2 img {display: block;}
#footer address{font-size: 21px;line-height: 30px;color: #cbd3dd;font-style: normal;}
#footer address hr{width: 30px;border: none;display: inline-block;vertical-align: middle;}
#footer .copyright{display: block;margin-top: 25px;font-size: 18px;color: #cbd3dd;}

#sns-ico{margin-top: 20px;}
#sns-ico li{display: inline-block;margin-right: 5px;}

#gotop{position: absolute;top: 0;right: 0;display: block;background: url('/images/layout/ft-top-btn.jpg') no-repeat center center;width: 50px;height: 50px;text-indent: -999em;}

#fnb {margin-bottom: 28px;display: flex;flex-wrap: wrap;}
#fnb > li{margin-right: 20px;}
#fnb > li a{font-size: 21px;color: #fff;font-weight: 500;letter-spacing: -1px;}

#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;}

/**************************************************

	Multi 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;}

/**************************************************

	Iniit progress bar

**************************************************/
#loading-screen{background: rgba(0,0,0,1);position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 9000;display: block;}
#loading-screen .in{width: 400px;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);display: none;}
#loading-screen .progress-bar{height: 3px;border-radius: 3px;background: rgba(255,255,255,0.5);overflow: hidden;position: relative;}
#loading-screen #progress{height: 7px;background: #fff;width: 0;position: absolute;top: 0;left: 0;height: 100%;transition: all 0.2s;}
#loading-screen .loading-text{margin-top: 10px;}
#loading-screen .loading-text,
#loading-screen #progress-percent{font-size: 14px;font-weight: bold;text-align: center;color: #fff;}

/**************************************************

	Main

**************************************************/
#main{ overflow: hidden; }
#main #mainWrap{position: relative;}

#main .visual{position: relative;}
#main .visual .roll .item{position: relative;overflow: hidden;}
#main .visual .roll .item img{position: relative;top: 0;left: 50%;transform: translate(-50%, 0);width: 100vw;min-width: 1920px;}
#main .visual .dots{position: absolute;bottom: 50px;left: 0;width: 100%;z-index: 81;text-align: center;}
#main .visual .dots span{display: inline-block !important;margin: 0 2px;}
#main .visual .dots span.swiper-pagination-bullet{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 .dots span.swiper-pagination-bullet-active{background: #fff;width: 30px;}

.m1 {margin-top: 10px;padding: 150px 0;background: url('../images/main/bg1.jpg') no-repeat center center;background-size: cover;}
.m1 .inr {width: var(--website-layout-width);margin: 0 auto;}
.m1 .info {margin-bottom: 30px;display: flex;flex-direction: row-reverse;align-items: center;justify-content: start;}
.m1 .info > dd {min-width: 580px;padding: 20px 30px;box-sizing: border-box;border: 5px solid var(--color);font-size: 24px;color: #222;font-weight: 300;line-height: 32px;}
.m1 .info > dd strong {font-size: inherit;font-weight: 700;}
.m1 .info > dt {padding-bottom: 15px;margin-left: 110px;}
.m1 .info > dt > h3 {font-size: 60px;color: var(--color);font-weight: 700;line-height: 1.4em;}
.m1 .info > dt > p {margin-top: 10px;font-size: 21px;color: #222;line-height: 30px;}
.m1 .boxs {display: flex;flex-wrap: wrap;margin: -10px;}
.m1 .boxs > li {margin: 10px;width: calc(25% - 20px);position: relative;background: #fff;border-radius: 18px;display: flex;flex-direction: column;justify-content: space-between;box-shadow: 8px 8px 20px rgba(0,0,0,0.2);}
.m1 .boxs > li .link {position: absolute;top: 0;bottom: 0;left: 0;right: 0;z-index: 11;}
.m1 .boxs > li .inf {padding: 20px 25px 0;}
.m1 .boxs > li .inf > strong {display: block;font-size: 25px;color: #222;font-weight: 700;line-height: 32px;letter-spacing: -0.03em;}
.m1 .boxs > li .inf > p {margin-top: 8px;font-size: 18px;line-height: 22px;letter-spacing: -0.03em;}
.m1 .boxs > li .img {height: 290px;display: flex;justify-content: center;align-items: center;}
.m1 .boxs > li .img img {max-width: 100%;max-height: 80%;}
.m1 .boxs > li:hover .inf > strong {color: var(--color);}

.m2 {margin-top: 10px;padding: 150px 0;background: url('../images/main/bg2.jpg') no-repeat center center;background-size: cover;}
.m2 .inr {width: var(--website-layout-width);margin: 0 auto;}
.m2 h3 {display: block;margin-bottom: 25px;font-size: 60px;color: #222;font-weight: 700;line-height: 1.4em;}
.ul_dot {display: flex;flex-wrap: wrap;margin: -2px;}
.ul_dot > li {margin: 2px;width: calc(100% - 4px);position: relative;padding-left: 16px;font-size: 24px;color: #222;line-height: 34px;}
.ul_dot > li:after {display: block;content: '';position: absolute;top: 13px;left: 0;width: 6px;height: 6px;background: var(--color);border-radius: 50%;}

.m3 {margin-top: 10px;padding: 150px 0;background: #ecf2f6;}
.m3 .inr {width: var(--website-layout-width);margin: 0 auto;display: flex;justify-content: space-between;}
.m3 dl {width: calc(50% - 40px);}
.m3 dl > dt {display: flex;justify-content: space-between;align-items: center;}
.m3 dl > dt h3 {font-size: 30px;color: #222;font-weight: 700;line-height: 1.2em;}
.m3 dl > dt .more {text-decoration: none !important;}
.m3 dl > dt .more i {display: block;font-size: 22px;color: var(--color);}
.m3 dl > dd {margin-top: 20px;}
.m3 .list {border-top: 1px solid #222;}
.m3 .list > li {border-bottom: 1px solid #ccc;padding: 20px 0;position: relative;display: flex;align-items: center;}
.m3 .list > li:hover {background: rgba(0,0,0,0.02);}
.m3 .list > li .link {position: absolute;top: 0;bottom: 0;left: 0;right: 0;z-index: 11;}
.m3 .list > li .date {width: 90px;}
.m3 .list > li .date > * {display: block;text-align: center;line-height: 1.1em;}
.m3 .list > li .date > strong {font-size: 24px;color: #222;font-weight: normal;}
.m3 .list > li .date > p {color: #888;}
.m3 .list > li > strong {width: calc(100% - 100px);margin-left: 10px;font-size: 16px;color: #222;font-weight: normal;line-height: 1.4em;}

.m4 {margin: 10px 0;background: url('../images/main/bg3.jpg') no-repeat center center;background-size: cover;}
.m4 .inr {width: var(--website-layout-width);margin: 0 auto;display: flex;justify-content: space-between;border-left: 1px solid rgba(255, 255, 255, 0.2);box-sizing: border-box;}
.m4 .inr > li {flex-grow: 1;flex-basis: 0;height: 370px;display: flex;justify-content: center;align-items: center;flex-direction: column;box-sizing: border-box;border-right: 1px solid rgba(255, 255, 255, 0.2);transition: all 0.3s;}
.m4 .inr > li > * {display: block;text-align: center;color: #fff;}
.m4 .inr > li > strong {font-size: 30px;font-weight: 700;line-height: 40px;margin-bottom: 25px;}
.m4 .inr > li > a img {display: block;}
.m4 .inr > li:hover {background: rgba(219, 235, 249, 0.8);}
.m4 .inr > li:hover > * {color: var(--color);}
.m4 .inr > li:hover > a {background: url('../images/main/btn-arrow2.png') no-repeat center center;background-size: contain;}
.m4 .inr > li:hover > a img {opacity: 0;}

/**************************************************

	Subpage layout

**************************************************/
#sub #content{ position: relative;width: var(--website-layout-width);margin: 0 auto;padding: 100px 0; }

#sub .visual{position: relative;height: 400px;overflow: hidden;background-position: center center;background-size: cover;}
#sub .visual .inner{position: absolute;top: 50%;left: 50%;width: var(--website-layout-width);transform: translate(-50%, -50%);white-space: nowrap;padding-top: 50px;}
#sub .visual .inner h2{display: block;font-size: 24px;color: #fff;letter-spacing: -1px;z-index: 2;font-weight: normal;}
#sub .visual .inner strong{display: block;margin-top: 20px;font-style: normal;font-size: 54px;font-weight: 700;color: #fff;word-break: break-all;}

.logo_inf {margin-bottom: 60px;display: inline-flex;justify-content: center;align-items: center;flex-direction: column;}
.logo_inf img {display: block;}
.logo_inf p {margin-top: 20px;font-size: 22px;color: #777;font-weight: normal;line-height: 1.6em;}

.lnbWrap{background: var(--lnb-bg-color);}
#lnb{width: var(--website-layout-width);margin: 0 auto;display: flex;justify-content: space-between;flex-wrap: wrap;}
#lnb > li{display: inline-block;vertical-align: top;flex-basis: 0;flex-grow: 1;}
#lnb > li a{position: relative;display: block;line-height: 50px;font-size: 15px;text-decoration: none;text-align: center;color: #fff;}
#lnb > li a:before{content: '';display: block;position: absolute;top: 0;left: 0;width: 1px;height: 100%;background: rgba(255,255,255,0.1);}
#lnb > li:last-child a:after{content: '';display: block;position: absolute;top: 0;right: 0;width: 1px;height: 100%;background: rgba(255,255,255,0.1);}
#lnb > li.active a{background: #fff;color: #000;}
#lnb > li.active a:before,
#lnb > li.active a:after{display: none;}

#status{text-align: right;margin-bottom: 30px;}
#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: var(--website-layout-width);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 .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;}

/**************************************************

	Subpage utility
	(모든 서브페이지에서 공통으로 사용되는 utility 스타일)

**************************************************/
/* fullsizing wrapper */
.full_wrapper{width: 100vw;position: relative;left: 50%;transform: translate(-50%, 0);}
.full_wrapper.bg_gray{padding: 100px 0;background: #f7f7f7;}
.full_wrapper .inner{width: var(--website-layout-width);margin: 0 auto;}

/* get css animation */
._ani_child{opacity: 0;transform: translate(0, 20px);transition: all 0.3s;}
._ani_child.on{opacity: 1;transform: translate(0, 0);}

/* etc */
.sub_title{margin-bottom: 50px;}
.sub_title h3{font-size: 40px;letter-spacing: -1px;color: #000;text-align: center;}
.sub_title p{margin-top: 10px;font-size: 17px;letter-spacing: -1px;text-align: center;}

.imgc {display: flex;justify-content: center;align-items: center;flex-wrap: wrap;}

/**************************************************

	Subpage styling
	(각 서브페이지별 스타일. 식별을 위해 경로 주석 표기)
	
	- class명은 snake style로 선언 ( greetings_box1 (ㅇ) / greetingsBox1 (x) )

**************************************************/
/* company/greeting */
#greeting {margin-bottom: -100px;}
#greeting .full_wrapper {margin-top: 100px;background: url('../images/sub/greeting-bg1.jpg') no-repeat center center;background-size: cover;padding: 100px 0;}
#greeting .full_wrapper h3 {text-align: center;display: block;font-size: 72px;color: #fff;font-weight: 700;line-height: 1.2em;}
#greeting .full_wrapper p {margin-top: 40px;font-size: 21px;color: #fff;line-height: 32px;text-align: center;}
#greeting .zigzag > dl {display: flex;align-items: center;justify-content: space-between;}
#greeting .zigzag > dl + dl {margin-top: 85px;}
#greeting .zigzag > dl:nth-child(even) {flex-direction: row-reverse;}
#greeting .zigzag > dl > dt img {display: block;}
#greeting .zigzag > dl > dd > p {font-size: 21px;color: #222;line-height: 32px;}
#greeting .zigzag > dl > dd > p + p {margin-top: 20px;}
#greeting .logo_inf {margin-bottom: 30px;display: inline-flex;justify-content: center;align-items: center;flex-direction: column;}
#greeting .logo_inf p {color: #aaa;}



















.eng .m1 .info > dd {text-align: justify;max-width: 580px;}
.eng .m1 .info > dd br.__pc {display: none !important;}
.eng .m1 .info > dt > p {text-align: justify;}
.eng .m1 .info > dt > p br.__pc {display: none !important;}

.eng #greeting .zigzag > dl > dd > p {text-align: justify;max-width: 580px;}
.eng #greeting .zigzag > dl > dd > p br.__pc {display: none !important;}