﻿@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 : #0585c3; /* 햄버거 메뉴 타이틀 배경색 */

	/* 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;}
#_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: 200px;}
.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: 50px;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: 50px;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: 50px;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;}
.paging a.prev:after{content: '\f104' !important;font-size: 18px !important;color: #999 !important;}
.paging a.next:after{content: '\f105' !important;font-size: 18px !important;color: #999 !important;}
.paging a.last:after{content: '\f101' !important;font-size: 18px !important;color: #999 !important;}

/**************************************************
	Layout
**************************************************/
#header{position: absolute; top: 0; left: 0; width: 100%; z-index: 90; border-bottom: 1px solid rgba(255,255,255,0.3); transition: all .3s ease}
#header .inner{position: relative;height: 90px}
#header .logo{position: absolute;top: 0;left: 80px;height: 100%;line-height: 90px;}
#header .logo img{width: auto;max-height: calc(100% - 0px);vertical-align: middle;}
#header .logo img.bl {display: none}

.fp-viewing-Section1 #header,
.fp-viewing-Section2 #header,
.fp-viewing-Section3 #header,
#header:hover, #header.on {background: #fff; border: 0}
.fp-viewing-Section1 #header .logo img.bl,
.fp-viewing-Section2 #header .logo img.bl,
.fp-viewing-Section3 #header .logo img.bl,
#header:hover .logo img.bl,
#header.on .logo img.bl {display: inline-block}
.fp-viewing-Section1 #header .logo img.wt,
.fp-viewing-Section2 #header .logo img.wt,
.fp-viewing-Section3 #header .logo img.wt,
#header:hover .logo img.wt,
#header.on .logo img.wt {display: none}

#gnb{position: absolute;top: 0;left: 50%;transform: translate(-50%, 0);z-index: 2; width: 831px}
#gnb > li{position: relative;display: inline-block;vertical-align: top;}
#gnb > li > a{display: block;padding: 0 50px;line-height: 90px;font-weight: 700;font-size: 19px;color: #fff;text-decoration: none;}
#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{ position:relative; 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;}

#header:not(.on) #gnb .gnb_arrow { position:absolute; top:50%; right:20px; transform:translateY(-50%); }
#header:not(.on) #gnb .thr_gnb { display:none; position:absolute; top:0; right:-240px; background:#fff; width:240px; }
#header:not(.on) #gnb .thr_gnb li { position:relative; }
#header:not(.on) #gnb .thr_gnb li a span { display:none; }
#header:not(.on) #gnb .thr_gnb li a:hover { background:#0585c3; color:#fff; }
#header:not(.on) #gnb .thr_gnb li + li { border-top: 1px solid rgba(0,0,0,0.08);}
#header:not(.on) #gnb > li > ul > li:hover .thr_gnb { display:block; }

#drdw .gnb_arrow { display:none; }
#drdw .thr_gnb li a { font-weight:300; }
#drdw .thr_gnb li a span { padding-right:5px; }

.fp-viewing-Section1 #gnb > li > a,
.fp-viewing-Section2 #gnb > li > a,
.fp-viewing-Section3 #gnb > li > a,
#header:hover #gnb > li > a,
#header.on #gnb > li > a {color: #333333}

#drdw{position: absolute;top: 90px;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 > a { font-weight:500; color:#333; }
#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('../img/layout/hd-lan-ico.png') no-repeat 0 center, url('../img/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('../img/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('../img/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;}

#mainBottom { background:#111;  }
#main #mainBottom { height: 335px !important; }
#mainBottom .fp-tableCell {height: 100% !important}
#footer {background: #111111;}
#footer .inner {display: flex; flex-flow: row-reverse wrap; max-width: 1400px; margin: 0 auto; padding: 65px 0}
#footer .inner > div {width: 50%}
#footer .copyright {display: block; max-width: 1400px; margin: 0 auto; border-top: 1px solid rgba(255,255,255,0.15); font-size: 14px; line-height: 50px; color: #fff; text-align: center}
#footer .left {}
#footer .left .ft-logo {}
#footer .right {text-align: right}
#footer .right dl {display: inline-block; vertical-align: top; text-align: left; padding-left: 60px}
#footer .right dl:last-child {padding-left: 0; margin-left: 170px}
#footer .right dl dt {position: relative; padding-bottom: 15px; margin-bottom: 20px; font-family: Montserrat; font-weight: 500; font-size: 16px; line-height: 30px; color: #fff}
#footer .right dl dt:after {content: ''; position: absolute; bottom: 0; left: 0; width: 26px; height: 1px; background: #999999}
#footer .right dl dd {} 
#footer .right dl dd p {position: relative; padding-left: 140px; font-size: 14px; line-height: 30px; color: #ccc; letter-spacing: -0.5px}
#footer .right dl dd p strong {position: absolute; top: 0; left: 0; font-weight: normal}
#footer .right dl dd a {display: inline-block; font-family: montserrat; font-weight: 700; font-size: 28px; line-height: 36px; color: #fff; text-decoration: none}
#footer .right dl dd span {display: block; margin-top: 15px; font-size: 14px; line-height: 26px; color: #ccc}
#footer .fnbWrap{border-bottom: 1px solid #3d3d3d;}
#footer .fnbWrap .inner{position: relative;width: 1300px;margin: 0 auto;}
#footer .ftWrap{position: relative;width: 1300px;margin: 0 auto;padding: 50px 0;}
#footer address{font-size: 14px;line-height: 30px;color: #cccccc;font-style: normal;}
#footer address hr{width: 20px;border: none;display: inline-block;vertical-align: middle;}
#footer address .copyright{display: block;margin-top: 10px;font-size: 14px;color: #777777;}

#sns-ico{margin-top: 20px;}
#sns-ico li{display: inline-block;margin-right: 5px;}

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

#fnb {margin: 30px 0 20px}
#fnb > li{position: relative; display: inline-block;padding: 0 15px;}
#fnb > li:first-child {padding-left: 0;background: none;}
#fnb > li:not(:first-child):before {content: ''; position: absolute; top: 50%; left: 0; width: 1px; height: 12px; margin-top: -6px; background: #fff}
#fnb > li a{font-size: 14px;color: #ffffff;letter-spacing: -1px;line-height: 22px;}
#fnb > li.private a {color: #F7FD00}

#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('../img/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{text-indent: -999em;width: 90px;height: 90px;position: absolute;top: 0;right: 0; background: linear-gradient(131deg, rgba(0, 215, 239, 1) 0%, rgba(0, 152, 239, 1) 100%);}
#slide-btn button{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);width: 34px; height: 22px;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;right: 0;height: 2px;background: #fff;}
#slide-btn button span{display: block;top: 50%;width: 100%;margin-top: -1px;opacity: 1;transition: all 0.3s;}
#slide-btn button:before{content: '';display: block;top: 0;width: 26px;transition: all 0.3s;}
#slide-btn button:after{content: '';display: block;bottom: 0;width: 22px;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%;width: 26px; margin-bottom: -1px;transform: rotate(-45deg);}

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


#slideMenu {position: fixed; top: 50%; right: 30px; transform: translateY(-50%); width: 24px; height: 170px; z-index: 99}
#slideMenu li:not(:last-child) {margin-bottom: 12px}
#slideMenu li span {display: block; width: 100%; height: 24px; background: url('../img/main/slide_menu_def.png') no-repeat center / contain}
#slideMenu li.active span {background: url('../img/main/slide_menu_act.png') no-repeat center / contain}
.fp-viewing-Section2 #slideMenu li.active span {background: url('../img/main/slide_menu_act_wt.png') no-repeat center / contain}

/**************************************************
	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 .text {position: absolute; top: 50%; left: 0; transform: translateY(-50%); width: 100%; z-index: 100}
#main .visual .text > * {color: #fff; letter-spacing: -0.5px; text-align: center}
#main .visual .text h5 {font-size: 62px; line-height: 88px}
#main .visual .text h5 > span {font-size: 62px; line-height: 88px; color: #0093ff;}
#main .visual .text p {margin-top: 30px; font-size: 22px; line-height: 32px}
#main .visual .roll .item{position: relative;overflow: hidden;}
#main .visual .roll .item img{position: relative;top: 0;left: 50%;margin-left: -960px;}
#main .visual .roll .slick-arrow {position: absolute; bottom: 100px; width: 44px; height: 44px; border: 0; text-indent: -999em; z-index: 100}
#main .visual .roll .slick-prev {display:none !important; left: calc(50% - 200px); background: url('../img/main/visual_prev_arrow.png') no-repeat center / contain}
#main .visual .roll .slick-next {display:none !important; right: calc(50% - 200px); background: url('../img/main/visual_next_arrow.png') no-repeat center / contain}
#main .visual .roll .slick-dots {display:none !important; position: absolute; bottom: 110px; left: 50%; transform: translate(-50%); height: 20px; z-index: 3}
#main .visual .roll .slick-dots li {position: relative; display: inline-block; vertical-align: middle; height: 100%; padding-left: 40px}
#main .visual .roll .slick-dots li:last-child {padding-left: 20px}
#main .visual .roll .slick-dots li button {position: absolute; top: 0; left: 0; font-weight: 600; font-size: 18px; line-height: 20px; color: #fff; border: 0; background: none}
#main .visual .roll .slick-dots li.slick-active {position: relative; padding-right: 110px}
#main .visual .roll .slick-dots li.slick-active span:after {content: ''; position: absolute; top: 50%; left: 0; margin-top: -2px; width: 90px; height: 3px; background: rgba(255,255,255,0.3)}
#main .visual .roll .slick-dots li span {position: relative; margin-top: 8px}
#main .visual .roll .slick-dots li.slick-active span {position: absolute; top: 50%; left: 35px; margin-top: -2px; display: block; width: 0;height: 3px;background-color: rgba(255, 255, 255, 1); z-index: 2; max-width: 100px}
#main .visual .roll .slick-dots li button::before {content: "0"}

#main .title {}
#main .title.wt {}
#main .title.wt > * {color: #fff}
#main .title > span {display: inline-block; font-family: montserrat; font-weight: 700; font-size: 65px; line-height: 32px; color: #0585c3}
#main .title h5 {margin: 25px 0 20px; font-size: 25px; line-height: 40px; color: #333; letter-spacing: -1.5px;}
#main .title p {font-size: 18px; line-height: 32px; color: #555}
#main .title a {display: inline-block; margin-top: 50px; padding: 0 35px; background: #fff; border-radius: 24px; text-decoration: none; transition:all 0.4s;}
#main .title a:hover {background:rgb(255, 255, 255, 0.5);}
#main .title a span {display: block; padding-right: 30px; font-family: montserrat; font-weight: 600; font-size: 14px; color: #333; line-height: 48px; background: url('../img/main/main_sec02_arrow.png') no-repeat right center}


#main .title > * {position: relative; opacity: 0; transform: translateX(50px)}
#main .active .title > * {opacity: 1; transform: translateX(0); transition: all .6s ease}
#main .active .title span {transition-delay: 0.3s}
#main .active .title h5 {transition-delay: 0.6s}
#main .active .title p {transition-delay: 0.9s}
/*#main .active .title a {transition-delay: 1.2s}*/


#main .section .inner {max-width: 1400px; margin: 0 auto}

#main .mainSection01 {}
#main .mainSection01 .fp-tableCell {display: flex; flex-flow: row wrap; align-items: center}
#main .mainSection01 .fp-tableCell > div {width: 50%}
#main .mainSection01 .left {}
#main .mainSection01 .left .thumb {padding-bottom: 100vh; background-size: cover; background-repeat: no-repeat; background-position: center}
#main .mainSection01 .right {}
#main .mainSection01 .right .mid {padding-left: 160px}
#main .mainSection01 .right .mid ul {max-width: 320px; margin-top: 40px}
#main .mainSection01 .right .mid ul li {transition: all .3s ease}
#main .mainSection01 .right .mid ul li:hover {background: rgb(5,138,203); background: linear-gradient(319deg, rgba(5,138,203,1) 0%, rgba(16,210,185,1) 100%)}
#main .mainSection01 .right .mid ul li a {display: block; padding: 0 30px; font-size: 17px; color: #333; line-height: 55px; box-sizing: border-box; background: url('../img/main/main_sec01_arrow_gy.png') no-repeat right 30px center; text-decoration: none; border-bottom: 1px solid #ddd}
#main .mainSection01 .right .mid ul li:hover a {border-color: #fff; background: url('../img/main/main_sec01_arrow_wt.png') no-repeat right 30px center; color: #fff}

#main .mainSection01 .right .mid ul {opacity: 0; transform: translateY(50px); transition: all .3s ease}
#main .mainSection01.active .right .mid ul {opacity: 1; transform: translateY(0); transition-delay: 1.5s}



#main .mainSection02 {background: url('../img/main/main_sec02_bg.jpg') no-repeat center / cover}
#main .mainSection02 .inner {display: flex; flex-flow: row wrap; align-items: center}
#main .mainSection02 .left {width: calc(50% - 30px)}
/*#main .mainSection02 .right {width: calc(50% + 120px); font-family: empty; font-size: 0}*/
#main .mainSection02 .right {    display: flex;
    justify-content: right;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap; width: calc(50% + 30px); font-family: empty; font-size: 0; margin-top:90px;}

#main .mainSection02 .right .box {position: relative; display: inline-block; vertical-align: top; width: calc(50% - 20px)}
/*#main .mainSection02 .right .box:last-child {margin-left: 40px}*/
#main .mainSection02 .right .box:last-child {margin-left:0px}
/*#main .mainSection02 .right .box a {position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 10}*/
#main .mainSection02 .right .box a {
    height: auto;
    z-index: 10;
    display: inline-block;
    margin-top: 20px;
    line-height: 35px;
    border: 1px solid #fff;
    border-radius: 30px;
    box-sizing: border-box;
    text-align: center;
    font-family: montserrat;
    font-weight: 400;
    font-size: 16px;
    text-decoration: none;
    width: 110px;
    color: #fff;
    letter-spacing: -1px;
	transition:all 0.4s;
}

#main .mainSection02 .right .box a:hover { background: rgb(0, 0, 0, 0.5);  }

#main .mainSection02 .right .box .thumb {  position: relative; padding-bottom:100%; overflow:hidden; }
#main .mainSection02 .right .box .thumb:before {
	content: "";
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	background-image: url('../img/main/main_sec02_img01.jpg');
	background-size: cover;
	background-position: center;
	transition: transform 0.5s ease;
	z-index: 0;
}
#main .mainSection02 .right .box .thumb:hover:before {
  transform: scale(1.1);
}

#main .mainSection02 .right .box .thumb.img1:before {
	background-image: url('../img/main/main_sec02_img01.jpg');
}

#main .mainSection02 .right .box .thumb.img2:before {
	background-image: url('../img/main/main_sec02_img02.jpg');
}


#main .mainSection02 .right .box .thumb.img3:before {
	background-image: url('../img/main/main_sec02_img04.jpg');
}

#main .mainSection02 .right .box .thumb.img4:before {
	background-image: url('../img/main/main_sec02_img03.jpg');
}

/*#main .mainSection02 .right .box .thumb h6 {position: absolute; bottom: 45px; left: 0; width: 100%; padding: 0 50px; box-sizing: border-box; font-size: 32px; line-height: 40px; color: #fff}*/
#main .mainSection02 .right .box .thumb .thumb-inner { position:absolute; left:0; bottom:30px;  width:100%; padding:0 50px; }
#main .mainSection02 .right .box .thumb h6 {  
    width: 100%;
    
    box-sizing: border-box;
    font-size: 30px;
    line-height: 40px;
    color: #fff;
    letter-spacing: -1px;
    word-break: break-all !important;
}
#main .mainSection02 .right .box .thumb h6 span { margin-left:3px; font-size: 30px; color:#fff; }	


#main .mainSection02 .right .box .thumb h6 p {min-height: 85px; margin-top: 25px; font-weight: normal; font-size: 15px; line-height: 28px; color: #e5e5e5}


#main .mainSection02 .right {opacity: 0; transform: translateX(50px); transition: all .3s ease}
#main .mainSection02.active .right {opacity: 1; transform: translateX(0); transition-delay: 1.5s}


#main .mainSection03 {}
#main .mainSection03 .inner {position: relative; min-height: 610px}
#main .mainSection03 .right {position: absolute; top: 30px; right: 0; width: 50%; padding-left: 110px; box-sizing: border-box}
#main .mainSection03 .right .ajaxList {display: flex; flex-flow: row wrap; margin-top: 40px; font-family: empty; font-size: 0}
#main .mainSection03 .right .ajaxList a {display: inline-block; width: 25%; font-weight: 700; font-family: noto; font-size: 18px; line-height: 55px; color: #888; letter-spacing: -0.5px; text-align: center; border-bottom: 3px solid #dddddd; box-sizing: border-box; text-decoration: none}
#main .mainSection03 .right .ajaxList a.active {color: #0585c3; border-color: #0585c3}
#main .mainSection03 .right .ajaxList {}
#main .mainSection03 .ajaxCont {display: flex; flex-flow: row-reverse wrap; align-items: flex-end;}
#main .mainSection03 .ajaxCont > * {width: 50%; box-sizing: border-box}
#main .mainSection03 .ajaxCont .text {padding: 0 0 30px 110px}
#main .mainSection03 .ajaxCont .text img {}
#main .mainSection03 .ajaxCont .text p {margin: 20px 0 40px; font-size: 18px; line-height: 32px; color: #555; letter-spacing: -0.5px}
#main .mainSection03 .ajaxCont .text a {display: inline-block; padding-right: 30px; font-family: montserrat; font-weight: 600; font-size: 13px; line-height: 22px; color: #555; background: url('../img/main/main_sec03_arrow.png') no-repeat right center; text-decoration: none}
#main .mainSection03 .ajaxCont .image {padding-right: 55px; text-align: center; background: url('../img/main/main_sec03_left_bg.png') no-repeat left 40px center}
#main .mainSection03 .ajaxCont .image img {animation: bounce 2s ease-out infinite}

@keyframes bounce {
	0% {transform: translateY(0px);}
	50% {transform: translateY(5px);}
	100% {transform: translateY(0px);}
}


#main .mainSection03 .ajaxList,
#main .mainSection03 .ajaxCont > * {opacity: 0; transform: translateY(50px); transition: all .6s ease}
#main .mainSection03.active .ajaxList,
#main .mainSection03.active .ajaxCont > * {opacity: 1; transform: translateY(0)}
#main .mainSection03.active .ajaxList {transition-delay: 1s}
#main .mainSection03.active .ajaxCont .text {transition-delay: 1.2s}
#main .mainSection03.active .ajaxCont .image {transition-delay: 1.4s}


#main .mainSection04 {background: url('../img/main/main_sec04_bg.jpg') no-repeat center / cover}
#main .mainSection04 .fp-tableCell {vertical-align: bottom;}
#main .mainSection04 .inner {display: table; width: 100%; height: calc(100% - 90px); background: url('../img/main/main_sec04_line.png') repeat-y center}
#main .mainSection04 .wrap {display: table-cell; vertical-align: middle}
#main .mainSection04 .wrap .title {text-align: center}
#main .mainSection04 .wrap .title h5 {text-align: center}
#main .mainSection04 .wrap ul {display: flex; flex-flow: row wrap; margin-top: 90px}
#main .mainSection04 .wrap ul li {width: 33.33%; text-align: center}
#main .mainSection04 .wrap ul li img {margin-bottom: 30px}
#main .mainSection04 .wrap ul li h6 {position: relative; padding-bottom: 25px; margin-bottom: 20px; font-size: 32px; line-height: 40px; color: #fff; letter-spacing: -0.5px; text-align: center}
#main .mainSection04 .wrap ul li h6:after {content: ''; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 28px; height: 2px; background: #dddddd}
#main .mainSection04 .wrap ul li strong {font-family: montserrat; font-weight: 600; font-size: 20px; line-height: 30px; color: #fff}
#main .mainSection04 .wrap ul li p {margin-top: 10px; font-size: 17px; line-height: 28px; color: #e5e5e5; letter-spacing: -1px}


#main .mainSection04 .wrap ul li {opacity: 0; transform: translateY(50px)}
#main .mainSection04.active .wrap ul li {opacity: 1; transform: translateY(0); transition: all .6s ease}
#main .mainSection04.active .wrap ul li:nth-child(1) {transition-delay: 0.7s}
#main .mainSection04.active .wrap ul li:nth-child(2) {transition-delay: 1s}
#main .mainSection04.active .wrap ul li:nth-child(3) {transition-delay: 1.3s}


/**************************************************
	Sub
**************************************************/
#sub{  }
#sub #content{ position: relative;width: 1300px;margin: 0 auto; padding: 90px 0 120px}

#sub #content > *{}

#sub .sub-vis{position: relative;height: 480px;overflow: hidden;text-align: center;background-position: center center;background-size: cover;}
#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; padding-top: 30px; text-align: center;font-size: 46px; line-height: 54px; color: #fff;letter-spacing: -1px;z-index: 2;}
#sub .sub-vis h2 em{display: block;margin-top: 20px;font-style: normal;font-size: 18px; line-height: 30px; font-weight: normal}

#sub .sub-tit{position: relative;margin-bottom: 60px}
#sub .sub-tit > * {text-align: center}
#sub .sub-tit h3{font-size: 40px; line-height: 48px; color: #222222}
#sub .sub-tit p {margin-top: 10px; font-size: 18px; line-height: 30px; color: #888787; letter-spacing: -0.5px}

.lnbWrap{position: absolute; bottom: 0; left: 0; width: 100%}
#lnb{width: 1300px;margin: 0 auto;display: flex;flex-wrap: wrap;justify-content: center}
#lnb > li{display: inline-block;vertical-align: top;width: 220px}
#lnb > li a{position: relative;display: block;line-height: 55px;font-size: 17px;text-decoration: none;text-align: center;color: #555555; background-color: #fff; border: 1px solid #ddd; border-left: 0}
#lnb > li:first-child a {border-left: 1px solid #ddd}
#lnb > li.active a{background: #0585c3; color: #fff; border-color: #0585c3}
#lnb > li.active a:before,
#lnb > li.active a:after{display: none;}

.contGnb { margin-bottom:50px; }
#cont-lnb{width: 1300px;margin: 0 auto;display: flex;justify-content: center; }
#cont-lnb > li{display: inline-block;vertical-align:middle;width: 320px; height:100%; border: 1px solid #ddd; border-left: 0; }
#cont-lnb > li a{position: relative;display: block;line-height: 55px;font-size: 17px;text-decoration: none;text-align: center;color: #555555; background-color: #fff; }
#cont-lnb > li:first-child {border-left: 1px solid #ddd}
#cont-lnb > li.active a{background: #0585c3; color: #fff; border-color: #0585c3}
#cont-lnb > li.active a:before,
#cont-lnb > li.active a:after{display: none;}

@media screen and (max-width: 1300px) {
	#cont-lnb{width:100%; }
}

#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{display: none; 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('../img/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% - 350px);}
#shopCart .lef .btnWrap > *{margin-left: 0;}
#shopCart .rig{width: 300px;}
#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{border-bottom: 1px dashed #ddd;padding-bottom: 20px;}
#shopCart .carttotal dt{padding-top: 20px;}
#shopCart .carttotal ul li{position: relative;padding-left: 80px;font-size: 15px;line-height: 22px;}
#shopCart .carttotal ul li > strong{position: absolute;top: 0;left: 0;color: #000;font-weight: normal;}
#shopCart .carttotal ul li > p{font-size: 15px;text-align: right;}
#shopCart .carttotal ul li > p strong{font-size: 18px;color: #000;}
#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{padding: 60px; border: 1px solid #ddd; color: #666;font-size: 13px;line-height: 20px; box-sizing: border-box}
.his-list {margin-top: 60px; padding-top: 55px; border-top: 1px solid #ddd; text-align: center}
.his-list h5 {font-size: 30px; line-height: 40px; color: #333; letter-spacing: -0.5px; text-align: center}
.his-list ul {margin-top: 35px}
.his-list ul li {display: inline-block; vertical-align: top; padding: 0 5px}
.his-list ul li a {display: block; width: 220px; line-height: 50px; border: 1px solid #666666; border-radius: 26px; box-sizing: border-box; font-family: montserrat, noto; font-weight: 700; font-size: 14px; color: #333333; text-decoration: none}

.absWrap {position: relative; padding-bottom: 85px; display: flex; flex-flow: row-reverse wrap; align-items: flex-end}
.absWrap:before {content: ''; position: absolute; bottom: 0; left: 50%; width: 1760px; height: 445px; margin-left: -880px; background: #f5f6fa; z-index: -1}
.absWrap > * {width: 50%; box-sizing: border-box}
.absWrap .image {position: relative; padding: 0 20px 20px 0; text-align: right}
.absWrap .image:before {content: ''; position: absolute; bottom: 0; right: 0; width: 290px; height: 290px; background: rgb(5,138,203); background: linear-gradient(319deg, rgba(5,138,203,1) 0%, rgba(16,210,185,1) 100%); z-index: -1}
.absWrap .image img {}
.absWrap .box {}
.absWrap .box .tit {padding-bottom: 55px}
.absWrap .box .tit span {position: relative; display: inline-block; margin-bottom: 25px; padding-right: 95px; font-family: montserrat; font-weight: 700; font-size: 24px; line-height: 24px; color: #0585c3}
.absWrap .box .tit span:after {content: ''; position: absolute; top: 50%; right: 0; transform: translateY(-50%); width: 80px; height: 3px; background: #0585c3}
.absWrap .box .tit h5 {font-size: 26px; line-height: 58px; color: #333; letter-spacing: -2px}
.absWrap .box .tit h5 strong {color: #0585c3}
.absWrap .box .txt {}
.absWrap .box .txt strong {display: block; margin-top: 25px; font-weight: 500; font-size: 19px; line-height: 30px; color: #333; letter-spacing: -2px; word-break: break-all;}
.absWrap .box .txt p {margin-top: 20px; font-size: 17px; line-height: 32px; color: #666; letter-spacing:-1px;}


.locWrap {position: relative; top: 0; left: 50%; width: 1920px; height: 100%; margin-left: -960px; margin-bottom: -120px}
.locWrap .info {position: relative; max-width: 1300px; margin: 0 auto; margin-bottom: -125px; padding: 60px 0; z-index: 10; background: rgb(0,132,196); background: linear-gradient(131deg, rgba(0,132,196,1) 0%, rgba(11,197,173,1) 100%); text-align: center}
.locWrap .info span {display: inline-block; font-family: montserrat; font-weight: 700; font-size: 20px; line-height: 24px; color: rgba(255,255,255,0.8)}
.locWrap .info h5 {margin: 10px 0 25px; font-size: 30px; line-height: 40px; color: #fff; text-align: center}
.locWrap .info p {position: relative; display: inline-block; vertical-align: middle; padding: 0 20px; font-size: 20px; line-height: 30px; color: rgba(255,255,255,0.8)}
.locWrap .info p:not(:last-child):before {content: ''; position: absolute; top: 50%; right: 0; transform: translateY(-50%); width: 1px; height: 12px; background: rgba(255,255,255,0.2)}
.locWrap .info p strong {margin-right: 5px; font-family: montserrat; color: #fff}
.locWrap .mapBox {}
.locWrap .mapBox > div {}


.divWrap {}
.divWrap .box {position: relative; padding: 100px 0}
/*.divWrap .box:nth-child(even):before {content: ''; position: absolute; top: 0; left: 50%; width: 1920px; height: 100%; margin-left: -960px; background: #f5f6fa; z-index: -1}*/
.divWrap .bg_style01:before {content: ''; position: absolute; top: 0; left: 50%; width: 1920px; height: 100%; margin-left: -960px; background: #f5f6fa; z-index: -1}
.divWrap .box:first-child {padding-top: 0}
.divWrap .box:last-child {padding-bottom: 0}
.divWrap .box .banner {display: flex; flex-flow: row wrap; align-items: center; height: 420px; background-size: cover; background-repeat: no-repeat; background-position: center}
.divWrap .box .banner .mid {width: 100%; padding: 0 120px; box-sizing: border-box}
.divWrap .box .banner .mid > * {color: #fff; letter-spacing: -0.5px}
.divWrap .box .banner h5 {font-family: montserrat; font-size: 50px; line-height: 58px}
.divWrap .box .banner p {margin-top: 20px; font-size: 20px; line-height: 32px}
.divWrap .box .banner a {transition: all 0.4s; display: inline-block; margin-top: 40px; width: 240px; line-height: 56px; border: 1px solid #fff; border-radius: 30px; box-sizing: border-box; text-align: center; font-family: montserrat; font-weight: 700; font-size: 16px; letter-spacing: 0.5px; text-decoration: none}
.divWrap .box .banner a:hover {background: rgb(0, 0, 0, 0.5);}
.divWrap .box dl {margin-top: 55px}
.divWrap .box dl > * {padding-left: 120px; box-sizing: border-box}
.divWrap .box dt {position: relative; font-weight: 700; font-size: 30px; line-height: 38px; color: #333}
.divWrap .box dt:before {content: ''; position: absolute; top: 50%; left: 0; transform: translateY(-50%); width: 80px; height: 2px; background: #0f2d5c}
.divWrap .box dd {margin-top: 15px; font-size: 20px; line-height: 36px; color: #666; letter-spacing: -0.75px}
.divWrap .box dd strong {color: #333333}

.sbsWrap {position: relative; top: 0; left: 50%; width: 1920px; height: 100%; margin-left: -960px; margin-bottom: -120px}
.sbsWrap dl {display: flex; align-items: center; height: 800px}
.sbsWrap dl > * {width: 50%}
.sbsWrap dl:nth-child(odd) {flex-flow: row wrap}
.sbsWrap dl:nth-child(even) {flex-flow: row-reverse wrap}
.sbsWrap dl dt {display: flex; flex-flow: row wrap; justify-content: center; align-content: center; height: 100%; text-align: center; background-color: #f2f7ff}
.sbsWrap dl dt img {}
.sbsWrap dl dd {max-width: 650px; box-sizing: border-box}
.sbsWrap dl:nth-child(odd) dd {padding-left: 110px}
.sbsWrap dl dd .mid {}
.sbsWrap dl dd img {margin-bottom: 65px}
.sbsWrap dl dd h5 {margin-bottom: 30px; font-size: 38px; line-height: 46px; color: #333}
.sbsWrap dl dd p {margin-top: 13px; font-size: 18px; line-height: 34px; color: #666}
.sbsWrap dl dd a {display: inline-block; margin-top: 70px; width: 240px; line-height: 56px; border: 1px solid #666666; border-radius: 30px; box-sizing: border-box; text-align: center; font-family: montserrat; font-weight: 700; font-size: 16px; color: #333333; letter-spacing: 0.5px; text-decoration: none}
.sbsWrap dl dd a:hover {color: #fff; border-color: transparent; background: rgb(5,138,203); background: linear-gradient(319deg, rgba(5,138,203,1) 0%, rgba(16,210,185,1) 100%)}


.stkWrap {}
.stkWrap dl {display: flex; flex-flow: row wrap; align-items: center; height: 90px; margin-bottom: 40px; border-top: 2px solid #222; border-bottom: 1px solid #ddd}
.stkWrap dl > * {width: 50%; box-sizing: border-box; text-align: center}
.stkWrap dl dt {border-right: 1px solid #ddd}
.stkWrap dl dt strong {position: relative; display: inline-block; padding-right: 35px; font-family: montserrat; font-weight: normal; font-size: 45px}
.stkWrap dl dt strong.up {color: #d11818}
.stkWrap dl dt strong.down {color: #1050d3}
.stkWrap dl dt strong:after {content: ''; position: absolute; top: 50%; right: 0; transform: translateY(-50%); width: 18px; height: 18px; box-sizing: border-box}
.stkWrap dl dt strong.up:after {border-top: 9px solid transparent; border-left: 9px solid transparent; border-right: 9px solid transparent; border-bottom: 11px solid #d11818;}
.stkWrap dl dt strong.down:after {border-bottom: 9px solid transparent; border-left: 9px solid transparent; border-right: 9px solid transparent; border-top: 11px solid #1050d3;}
.stkWrap dl dd {}
.stkWrap dl dd p {position: relative; display: inline-block; vertical-align: middle; padding: 0 30px; font-size: 18px; line-height: 30px; color: #333; letter-spacing: -1px}
.stkWrap dl dd p > * {margin-left: 5px; font-family: montserrat; font-weight: 700; font-size: 22px; color: #1050d3}
.stkWrap dl dd p span {position: relative; display: inline-block; padding-right: 25px}
.stkWrap dl dd p span.up {color: #d11818}
.stkWrap dl dd p span.down {color: #1050d3}
.stkWrap dl dd p span:after {content: ''; position: absolute; top: 50%; right: 0; transform: translateY(-50%); width: 14px; height: 9px; }
.stkWrap dl dd p span.up:after {border-top: 0 solid transparent; border-left: 7px solid transparent; border-right: 7px solid transparent; border-bottom: 9px solid #d11818; box-sizing: border-box;}
.stkWrap dl dd p span.down:after {border-bottom: 0 solid transparent; border-left: 7px solid transparent; border-right: 7px solid transparent; border-top: 9px solid #1050d3; box-sizing: border-box;}
.stkWrap dl dd p em {font-style: normal}
.stkWrap dl dd p em.up {color: #d11818}
.stkWrap dl dd p em.down {color: #1050d3}
.stkWrap .tbl {}
.stkWrap .tbl:not(:last-child) {margin-bottom: 80px}
.stkWrap .tbl table {width: 100%; border-top: 2px solid #222}
.stkWrap .tbl table tr > * {border: 1px solid #ddd; font-size: 17px; line-height: 70px; color: #666666; text-align: center}
.stkWrap .tbl table tr > *:first-child {border-left: 0}
.stkWrap .tbl table tr > *:last-child {border-right: 0}
.stkWrap .tbl table tr th {background: #f8f8f8; font-size: 18px; color: #333333}

.recWrap {margin-bottom: -120px}
.recWrap .tit {padding-bottom: 55px; text-align: center}
.recWrap .tit span {font-family: montserrat; font-weight: 700; font-size: 24px; line-height: 32px; color: #0585c3}
.recWrap .tit h5 {margin-top: 30px; font-size: 36px; line-height: 46px; color: #333; letter-spacing: -0.5px; text-align: center}
.recWrap .tit p {margin-top: 20px; font-size: 17px; line-height: 26px; color: #666}
.recWrap .banner {position: relative; top: 0; left: 50%; display: flex; flex-flow: row wrap; justify-content: center; align-items: center; width: 1920px; height: 420px; margin-left: -960px; background: url('../img/sub/rec_full_img.jpg') no-repeat center / cover}
.recWrap .banner .mid {}
.recWrap .banner .mid > * {color: #fff; text-align: center}
.recWrap .banner p {font-family: montserrat; font-weight: normal; font-size: 24px; line-height: 30px}
.recWrap .banner p strong {}
.recWrap .banner h5 {margin-top: 25px; font-size: 46px; line-height: 54px; letter-spacing: -0.5px}
.recWrap .diagram {padding: 120px 0 100px}
.recWrap .diagram figure {margin-bottom: 65px; text-align: center}
.recWrap .diagram figure img {}
.recWrap .diagram ul {display: flex; flex-flow: row wrap; margin: -10px}
.recWrap .diagram ul li {display: flex; flex-flow: row wrap; align-items: center; width: calc(100% / 3 - 20px); height: 420px; margin: 10px; border: 1px solid #ddd; box-sizing: border-box}
.recWrap .diagram ul li .mid {width: 100%; text-align: center}
.recWrap .diagram ul li span {font-family: montserrat; font-weight: 700; font-size: 20px; line-height: 28px; color: #0585c3}
.recWrap .diagram ul li h6 {margin: 35px 0; font-size: 28px; line-height: 38px; color: #333; text-align: center}
.recWrap .diagram ul li p {font-size: 17px; line-height: 29px; color: #666}
.recWrap .process {position: relative; padding: 100px 0 120px}
.recWrap .process:before {content: ''; position: absolute; top: 0; left: 50%; width: 1920px; height: 100%; margin-left: -960px; background: #f5f6fa; z-index: -1}
.recWrap .process .box {position: relative; padding: 80px; background: #fff; font-family: empty; font-size: 0}
.recWrap .process .box:before {content: ''; position: absolute; top: 50%; left: 80px; transform: translateY(-50%); width: calc(100% - 160px); height: 2px; background: #dddddd}
.recWrap .process .box .step {position: relative; display: inline-block; vertical-align: top; width: 200px; height: 200px; background: #fff}
.recWrap .process .box .step:before {content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 2px solid #ddd; border-radius: 50%; box-sizing: border-box}
.recWrap .process .box .step.first {margin-right: 70px}
.recWrap .process .box .step.first:before {border: 2px solid #10bfc5}
.recWrap .process .box .step.last {margin-left: 70px}
.recWrap .process .box .step.last:before {border: 0; background: rgb(5,138,203); background: linear-gradient(319deg, rgba(5,138,203,1) 0%, rgba(16,210,185,1) 100%)}
.recWrap .process .box .step .mid {position: absolute; top: 50%; left: 0; transform: translateY(-50%); width: 100%; text-align: center}
.recWrap .process .box .step .mid > * {color: #666}
.recWrap .process .box .step.first .mid > * {color: #10bfc5}
.recWrap .process .box .step.last .mid > * {color: #fff}
.recWrap .process .box .step .mid span {font-family: montserrat; font-weight: 700; font-size: 15px; line-height: 23px}
.recWrap .process .box .step .mid h6 {margin-top: 10px; font-size: 21px; line-height: 30px; text-align: center}


.rleWrap {border-top: 2px solid #333333}
.rleWrap dl {border-bottom: 1px solid #ddd}
.rleWrap dl dt {padding: 20px 40px}
.rleWrap dl dt a {display: block; font-weight: 700; font-size: 20px; line-height: 25px; color: #333; text-decoration: none; background: url('../img/sub/rle_plus_ico.png') no-repeat right center}
.rleWrap dl.active dt a {background: url('../img/sub/rle_minus_ico.png') no-repeat right center}
.rleWrap dl dd {padding: 40px; border-top: 1px solid #ddd; background-color: #f8f8f8; font-size: 15px; line-height: 24px; color: #666; letter-spacing: -0.5px}


.cst-tab {font-size: 0; text-align: center}
.cst-tab a {display: inline-block; vertical-align: top; width: 250px; padding-bottom: 15px; font-weight: 700; font-size: 18px; line-height: 20px; color: #888888; border-bottom: 3px solid #ddd; text-decoration: none}
.cst-tab a.active {color: #0585c3; border-color: #0585c3}

.infWrap {}
.infWrap .text {margin: 75px 0 85px}
.infWrap .text > * {display: inline-block; vertical-align: top}
.infWrap .text dt {width: 400px; font-weight: 700; font-size: 36px; line-height: 48px; color: #333; letter-spacing: -0.5px}
.infWrap .text dt strong {color: #0585c3}
.infWrap .text dd {}
.infWrap .text dd p {font-size: 17px; line-height: 32px; color: #666; letter-spacing: -0.5px}
.infWrap .text dd p:not(:last-child) {margin-bottom: 10px}
.infWrap .step {position: relative; padding: 80px 0}
.infWrap .step:before {content: ''; position: absolute; top: 0; left: 50%; width: 1920px; height: 100%; margin-left: -960px; background: #f5f6fa; z-index: -1}
.infWrap .step h5 {font-size: 36px; line-height: 44px; color: #333; letter-spacing: -0.5px; text-align: center}
.infWrap .step figure {margin-top: 50px; text-align: center}
.infWrap .step figure img {}
.infWrap .target {padding: 100px 0}
.infWrap .target h5 {font-size: 36px; line-height: 44px; color: #333; letter-spacing: -0.5px}
.infWrap .target dl {display: flex; flex-flow: row wrap; margin-top: 40px}
.infWrap .target dl dt {flex-basis: 300px; flex-shrink: 0; padding-top: 25px; border-top: 4px solid #0585c3; font-weight: 700; font-size: 25px; line-height: 35px; color: #333; letter-spacing: -0.5px}
.infWrap .target dl dd {flex: 1; padding-left: 60px; box-sizing: border-box}
.infWrap .target dl dd p {position: relative; padding: 18px 65px; font-size: 17px; line-height: 28px; color: #666; letter-spacing: -0.5px}
.infWrap .target dl dd p:nth-child(odd) {background: #f5f6fa}
.infWrap .target dl dd p span {position: absolute; top: 18px; left: 40px; font-size: inherit; line-height: inherit; color: inherit}
.infWrap .protect {position: relative; padding: 80px 0 100px}
.infWrap .protect:before {content: ''; position: absolute; top: 0; left: 50%; width: 1920px; height: 100%; margin-left: -960px; background: #f5f6fa; z-index: -1}
.infWrap .protect h5 {margin-bottom: 55px; font-size: 36px; line-height: 44px; color: #333; letter-spacing: -0.5px}
.infWrap .protect h5 p {margin-top: 30px; font-weight: normal; font-size: 17px; line-height: 32px; color: #666}
.infWrap .protect .list {}
.infWrap .protect .list .box {position: relative; margin-top: 10px;  background: #fff; padding: 50px 60px 50px 220px}
.infWrap .protect .list .box img {position: absolute; top: 50px; left: 70px}
.infWrap .protect .list .box dl {}
.infWrap .protect .list .box dt {padding-bottom: 25px; margin-bottom: 25px; border-bottom: 1px solid #ddd; font-weight: 700; font-size: 24px; line-height: 26px; color: #333; letter-spacing: -0.5px}
.infWrap .protect .list .box dd {position: relative; padding-left: 10px; font-size: 17px; line-height: 30px; color: #666; letter-spacing: -0.5px}
.infWrap .protect .list .box dd:before {content: ''; position: absolute; top: 14px; left: 0; width: 4px; height: 1px; background: #666}
.infWrap .link {position: relative; padding-top: 110px}
.infWrap .link dl {position: relative; padding: 35px; padding-left: 160px; border: 1px solid #ddd; box-sizing: border-box; background: url('../img/sub/inf_link_ico.png') no-repeat left 40px center}
.infWrap .link dt {font-weight: 700; font-size: 22px; line-height: 30px; color: #333; letter-spacing: -0.5px}
.infWrap .link dd {margin-top: 10px; font-size: 16px; line-height: 25px; color: #666; letter-spacing: -0.5px}
.infWrap .link a {position: absolute; bottom: 55px; right: 35px; width: 240px; line-height: 56px; border: 1px solid #666666; border-radius: 30px; box-sizing: border-box; text-align: center; font-size: 16px; color: #333333; letter-spacing: 0.5px; text-decoration: none}

.inqWrap {margin-top: 80px}
.inqWrap h5 {font-size: 36px; line-height: 46px; color: #333; letter-spacing: -0.5px}
.inqWrap .box {margin-top: 35px; padding: 35px 40px; padding-left: 160px; background: #f5f6fa url('../img/sub/inq_ptt_ico.png') no-repeat left 40px center}
.inqWrap .box > * {letter-spacing: -0.5px}
.inqWrap .box dt {font-weight: 700; font-size: 22px; line-height: 30px; color: #333}
.inqWrap .box dd {margin-top: 10px; font-size: 16px; line-height: 26px; color: #666}

/*20250430 사업부 소개 영역 추가 */
.tit_box {    background: #0093ff;
    display: inline-block;
    border-radius: 5px;
    padding: 0 10px;
    margin: 10px 0;
}
.tit_box > span {font-size:20px; color:#fff;}
.list_wrap {}
.list_wrap > li {font-size:20px; position:relative; padding-left:25px;}
.list_wrap > li:before {content: "\f05d"; position:absolute; top:5px; left:0px; font-size:20px; font-family: "FontAwesome"; color:#0e679d;}


@media screen and (max-width: 1400px) {

.tit_box > span {font-size:17px; line-height:30px;}
.list_wrap > li {font-size:17px; line-height:30px;}
.list_wrap > li:before {top:0px;}
}

@media screen and (max-width: 750px) {
 .tit_box > span {font-size:14px; line-height:30px;}
 .list_wrap > li {font-size:14px; line-height:30px;}
}