<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/**************************************************

	Global.css

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

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

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

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

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

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

}

/**************************************************
	Public
**************************************************/
html{min-width: 1300px;overflow-x: hidden;}
#_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 &gt; *{padding: 12px 20px;border-top: 1px solid #dddddd;font-size: 15px;line-height: 18px;}
.table1 tr:first-child &gt; *{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 &gt; *{vertical-align: middle;}
.table1.borderAll tr &gt; *{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 &gt; *{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;}
.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: fixed;top:0;left:0;width:100%;z-index: 90; transition: all .3s ease}
#header:hover,
#header.down {background: rgba(0,0,0,0.7)}
#header:hover {}
#header .inner{position: relative;width: 1700px;height: 120px;margin: 0 auto;}
#header .logo{position: absolute;top: 0;left: 0;height: 100%;line-height: 120px;}
#header .logo img{width: auto;max-height: calc(100% - 20px);vertical-align: middle;}

#hd-tel {position: absolute; top: 50%; right: 0; transform: translateY(-50%); padding: 0 15px; padding-top: 4px; background: var(--point-color)}
#hd-tel &gt; * {font-family: var(--point-text); font-size: 20px; color: #fff; line-height: 36px}
#hd-tel span {margin-right: 12px; font-weight: normal}
#hd-tel a {font-weight: 700; text-decoration: none}

#gnb{position: absolute;top: 0;left: 50%;transform: translate(-50%, 0);z-index: 2;}
#gnb &gt; li{display: inline-block;vertical-align: top;}
#gnb &gt; li &gt; a{position: relative; display: block;padding: 0 40px;line-height: 120px; font-weight: 500; font-size: 21px;color: #fff;text-decoration: none;}
#gnb &gt; li:hover &gt; a,
#gnb &gt; li.active &gt; a {color: var(--point-color)}
#gnb &gt; li &gt; ul{position: absolute;top: 120px;left: 50%;width: 100vw; margin-left: -50vw;background: rgba(0,0,0,0.7);box-sizing: border-box;visibility: hidden;border-top: 1px solid rgba(255,255,255,0.2); text-align: center; transition: all .3s ease}
#gnb &gt; li &gt; ul li {display: inline-block; vertical-align: top; padding: 0 30px}
#gnb &gt; li &gt; ul li a{display: block;font-weight: 500;font-size: 19px;color: #fff;line-height: 70px;text-align: center;text-decoration: none;}
#gnb &gt; li &gt; ul li:hover a,
#gnb &gt; li &gt; ul li.active a{color: var(--point-color)}
#gnb &gt; li:hover &gt; ul,
#gnb &gt; li:focus-within &gt; ul{visibility: visible;opacity: 1;}
#gnb &gt; li.hidden-gnb{display: none;}

#drdw{position: absolute;top: 100px;left: 0;width: 100%;background: #fff;border-top: 1px solid #ddd;z-index: 91;display: none;box-shadow: 3px 10px 10px rgba(0,0,0,0.1);}
#drdw .inner{position: relative;width: 1300px;margin: 0 auto;border-right: 1px solid #e8e8e8;}
#drdw .inner &gt; li{display: inline-block;padding: 40px 0;vertical-align: top;}
#drdw .inner &gt; li:before{content: '';display: block;position: absolute;top: 0;height: 100%;width: 1px;background: #e8e8e8;}
#drdw .inner &gt; li:first-child{border-left-width: 1px;}
#drdw .inner &gt; li &gt; a{display: block;margin-bottom: 15px;font-size: 18px;color: #000;text-align: center;font-weight: bold;}
#drdw .inner &gt; li ul li a{display: block;font-size: 15px;line-height: 35px;color: #555555;text-align: center;}
#drdw .inner &gt; li ul li.active a{font-weight: bold;}
#drdw .inner &gt; 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 &gt; li{display: inline-block;margin-left: 15px;box-sizing: border-box;}
#tnb &gt; li a{font-size: 14px;color: #666;}

#hd-lan{position: absolute;top: 45px;right: 110px;z-index: 92;}
#hd-lan &gt; a{display: block;line-height: 40px;padding: 0 22px 0 28px;font-size: 14px;color: #2e3144;text-decoration: none;text-transform: uppercase;background: url('/images/layout/hd-lan-ico.png') no-repeat 0 center, url('/images/layout/hd-lan-spr.png') no-repeat right center;}
#hd-lan &gt; 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 &gt; ul:before{position: absolute;top: -7px;left: 50%;content: '';display: block;width: 6px;height: 7px;margin-left: -3px;background: url('/images/layout/hd-lanbox-spr.png');}
#hd-lan &gt; 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 &gt; ul,
#hd-lan:focus-within &gt; ul{display: block;}

#hd-sch{position: absolute;top: 55px;right: 50px;z-index: 91;}
#hd-sch .btn{display: block;width: 21px;height: 21px;background: url('/images/layout/hd-sch-btn.png');text-indent: -999em;border: none;}
#hd-sch-pop{position: absolute;top: 100px;left: 0;width: 100%;background: #fff;border-top: 1px solid #ddd;z-index: 91;display: none;box-shadow: 3px 10px 10px rgba(0,0,0,0.1);padding: 30px 0;}
#hd-sch-pop.on{display: block !important;}
#hd-sch-pop form{width: 1300px;position: relative;margin: 0 auto;zoom: 1;}
#hd-sch-pop form fieldset &gt; *{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;}

#hd-tel {right: 65px; padding: 0 8px; padding-top: 2px}
#hd-tel &gt; * {font-size: 13px; line-height: 22px}
#hd-tel span {margin-right: 5px}

#footer{background: #222222;}
#footer .fnbWrap{padding: 50px 0}
#footer .fnbWrap .inner{position: relative;width: 1300px;margin: 0 auto; padding-left: 115px; box-sizing: border-box}
#footer .ftWrap{position: relative;width: 1300px;margin: 0 auto;padding: 50px 0;}
#footer address{margin-top: 15px; font-size: 16px;line-height: 26px;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: inherit; line-height: inherit; color: inherit}

#ft-logo {position: absolute; top: 0; left: 0}

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

#ftInquiry {position: relative; bottom: 0; left: 0; width: 100%; padding: 25px 0; background: var(--point-color); z-index: 100}
#ftInquiry.fixed {position: fixed}
#ftInquiry dl.inner {max-width: 1300px; margin: 0 auto; font-size: 0}
#ftInquiry dl &gt; * {display: inline-block; vertical-align: top}
#ftInquiry dl dt {width: 32%}
#ftInquiry dl dt &gt; * {display: inline-block; vertical-align: top; padding-top: 5px; font-family: var(--point-text); font-weight: 700; font-size: 32px; line-height: 45px; color: #333333; letter-spacing: -0.5px}
#ftInquiry dl dt strong {margin-right: 15px}
#ftInquiry dl dt a {text-decoration: none}
#ftInquiry dl dd {width: 68%}
#ftInquiry dl dd form &gt; * {display: inline-block; vertical-align: top; font-family: empty; font-size: 0}
#ftInquiry dl dd ul {}
#ftInquiry dl dd ul li {display: inline-block; vertical-align: top; margin-right: 10px}
#ftInquiry dl dd ul li &gt; * {width: 180px; height: 50px; line-height: 50px; border: 0; padding: 0 20px; box-sizing: border-box; font-size: 15px; color: #666; letter-spacing: -0.5px}
#ftInquiry dl dd ul li &gt; *::placeholder {color: #888888}
#ftInquiry dl dd ul li .inp {}
#ftInquiry dl dd ul li select {-webkit-appearance: none; -moz-appearance: none; appearance: none; background: #fff url('../images/layout/frm_selt_arrow.png') no-repeat right 20px center}
#ftInquiry dl dd .btns {padding-left: 6px}
#ftInquiry dl dd .btns &gt; * {display: inline-block; vertical-align: top; font-family: empty; font-size: 0}
#ftInquiry dl dd .btns .chk {}
#ftInquiry dl dd .btns .chk input {display: none}
#ftInquiry dl dd .btns .chk label {display: inline-block; padding: 4px 0 0 30px; font-family: var(--point-text); font-weight: normal; font-size: 18px; line-height: 46px; color: #333333; background: url('../images/layout/frm_chk_ico_def.png') no-repeat left center}
#ftInquiry dl dd .btns .chk input:checked + label {background: url('../images/layout/frm_chk_ico_act.png') no-repeat left center}
#ftInquiry dl dd .btns .chk label a {font-weight: 700; color: inherit; text-decoration: underline}
#ftInquiry dl dd .btns button {width: 120px; height: 50px; margin-left: 15px; padding-top: 4px; line-height: 46px; border: 0; font-family: var(--point-text); font-weight: normal; font-size: 20px; color: #fff; background: #2d2d2b} 
#ftInquiry #gotop{position: absolute;top: 25px;right: 100px;display: block;background: url('/images/layout/gotop.png') no-repeat center center;width: 50px;height: 50px;text-indent: -999em;}

#fnb &gt; li{position: relative; display: inline-block;padding: 0 15px;}
#fnb &gt; li:not(:first-child):before {content: ''; position: absolute; top: 9px; left: -1px; width: 2px; height: 2px; background: #fff; border-radius: 50%}
#fnb &gt; li:first-child{padding-left: 0;background: none;}
#fnb &gt; li a{font-size: 16px;color: #fff;letter-spacing: -1px;line-height: 20px;}

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

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

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

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

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

/* sitemap */
.layer-ajaxpop .sitemap{text-align: center;display: flex;justify-content: space-between;flex-wrap: wrap;}
.layer-ajaxpop .sitemap &gt; li{display: inline-block;width: 32.5%;}
.layer-ajaxpop .sitemap &gt; li &gt; 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 &gt; li ul{padding: 15px 0;}
.layer-ajaxpop .sitemap &gt; li ul li{margin-bottom: 5px;}
.layer-ajaxpop .sitemap &gt; 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}
#main #mainWrap section {}
#main #mainWrap section .inner {position: relative; max-width: 1300px; margin: 0 auto}

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

#main section .title {text-align: center; margin-bottom: 55px}
#main section .title.wt {}
#main section .title.bk {}
#main section .title mark {display: inline-block; padding: 0 25px; padding-top: 6px; font-family: var(--point-text); font-weight: 700; font-size: 32px; line-height: 48px; background: var(--point-color); color: #fff; letter-spacing: -0.5px}
#main section .title h5 {margin-top: 28px; font-family: var(--point-text); font-weight: 700; font-size: 68px; line-height: 80px; letter-spacing: -0.5px; text-align: center}
#main section .title.wt h5 {color: #fff}
#main section .title.bk h5 {color: #191919}
#main section .title h5 strong {color: var(--point-color)}
#main section .title p {margin-top: 20px; font-weight: 500; font-size: 26px; line-height: 34px; letter-spacing: -0.5px}
#main section .title span {display:block; margin-top: 30px; font-weight: 500; font-size: 42px; line-height: 50px; letter-spacing: -0.5px; font-family: var(--point-text); font-weight:700; margin-bottom:-10px;}
#main section .title.wt p {color: #fff}
#main section .title.bk p {color: #666}
#main section .title.wt span {color: #fff}
#main section .title.bk span {color: #666}


.section00 {padding: 140px 0; background: url('../images/main/sec01_bg.jpg') no-repeat center / cover}
.section00 .list {display: flex; flex-flow: row wrap; margin: 0 -30px; padding: 0 20px; box-sizing: border-box}
.section00 .list .box {position: relative; width: calc(100% / 3 - 60px); margin: 0 30px; padding: 20px; box-sizing: border-box}
.section00 .list .box:before {content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-width: 7px; border-style: solid; border-radius: 50%; box-sizing: border-box}
.section00 .list .box1:before {border-color: var(--point-color)}
.section00 .list .box2:before {border-color: #ff8a00}
.section00 .list .box3:before {border-color: #ff6600}
.section00 .list .box .wrap {position: relative; padding-bottom: 100%; background: rgba(0,0,0,0.7); border-radius: 50%}
.section00 .list .box .wrap .mid {position: absolute; top: 50%; left: 0; transform: translateY(-50%); width: 100%}
.section00 .list .box .wrap .mid &gt; * {font-family: var(--point-text); font-weight: 700; text-align: center}
.section00 .list .box .wrap p {margin-bottom: 30px; font-size: 32px; line-height: 40px; color: #fff}
.section00 .list .box .wrap h6 {font-size: 40px; line-height: 54px}
.section00 .list .box .wrap h6 strong {font-size: 80px}
.section00 .list .box1 .wrap h6 {color: var(--point-color)}
.section00 .list .box2 .wrap h6 {color: #ff8a00}
.section00 .list .box3 .wrap h6 {color: #ff6600}





/********

그래프 추가 2024-05-09

********/

/** 그래프 공통 **/
.section00 .graph {width:100%; box-sizing:border-box;opacity:0; transform:translateY(100%); margin-bottom:80px;}
.section00 .graph .body {width:100%; box-sizing:border-box; padding:0 100px 50px; position:relative; border-left:4px solid #ffab00; border-bottom:4px solid #ffab00;  }
.section00 .graph .body ul {position:relative; height:550px;}
.section00 .graph .body ul li {width:20%; display:inline-block; vertical-align:top; height:100%; position:relative;}
.section00 .graph .body ul li .txt .t1 {position:relative; display:block; width:100%; line-height:35px; padding-top:5px; border-radius:40px; font-size:24px; color:#fff; font-family: 'Gmarket Sans'; text-align:center; font-weight:700; opacity:0; transform:translateY(-50px);}
.section00 .graph .body ul li .txt .t1:after { position: absolute; content: ''; bottom: -8px; left: 50%; margin-left: -8px; width: 0px; height: 0px; border-bottom: 8px solid none;border-right: 8px solid transparent; border-left: 8px solid transparent;}
.section00 .graph .body ul li .txt .dot {position:relative; margin:28px auto 0; display:block; width:30px; height:30px; box-sizing:border-box; border-radius:50%; background:rgba(0,0,0,0.5);  opacity:0; transform: scale(3); }
.section00 .graph .body ul li .txt .dot:after {position:absolute; content:''; width:16px; height:16px; top:50%; left:50%; margin-top:-8px; margin-left:-8px; border-radius:50%;}

.section00 .graph .body ul li .txt2 .t1 {position:relative; display:block; width:100%; line-height:75px; padding-top:5px; border-radius:80px; font-size:36px; color:#fff;  font-family: 'Gmarket Sans';text-align:center; font-weight:700; opacity:0; transform:translateY(-50px);}
.section00 .graph .body ul li .txt2 .t1:after { position: absolute; content: ''; bottom: -8px; left: 50%; margin-left: -8px; width: 0px; height: 0px; border-bottom: 8px solid none;border-right: 8px solid transparent; border-left: 8px solid transparent;}
.section00 .graph .body ul li .txt2 .dot {position:relative; margin:28px auto 0; display:block; width:30px; height:30px; box-sizing:border-box; border-radius:50%; background:rgba(0,0,0,0.5);  opacity:0; transform: scale(3); }
.section00 .graph .body ul li .txt2 .dot:after {position:absolute; content:''; width:16px; height:16px; top:50%; left:50%; margin-top:-8px; margin-left:-8px; border-radius:50%;}

.section00 .graph .body ul li .img {position:relative; display:block; width:100%; height:100%;}
.section00 .graph .body ul li .img img {position: absolute; bottom: 0; left:0;}


.section00 .graph.active {opacity: 1; transform: translateY(0); transition: all .5s ; }


/*그래프1*/
.section00 .graph .body ul li.line_1 .txt{position:absolute; width:80px; left:-40px; bottom:56px;}
.section00 .graph .body ul li.line_1 .txt .t1 { background:#ffab00; }
.section00 .graph .body ul li.line_1 .txt .t1:after { border-top: 8px solid #ffab00; }
.section00 .graph .body ul li.line_1 .txt .dot { border:2px solid #ffab00; }
.section00 .graph .body ul li.line_1 .txt .dot:after {background:#ffab00; }
.section00 .graph .body ul li.line_1 .img img { clip: rect(0,0,159px,0)}


.section00 .graph.active .body ul li.line_1 .txt .t1{ opacity: 1; transform: translateY(0); transition: all .5s ; transition-delay: 1s;}
.section00 .graph.active .body ul li.line_1 .txt .dot{ opacity: 1; transform: scale(1); transition: all .5s ; transition-delay: .8s;}
.section00 .graph.active .body ul li.line_1 .img img  {transition: all 0.5s; clip: rect(0, 220px, 159px, 0); transition-delay: 0.5s}


/*그래프2*/
.section00 .graph .body ul li.line_2 .txt{position:absolute; width:80px; left:-40px; bottom:148px;}
.section00 .graph .body ul li.line_2 .txt .t1 { background:#ff9f00; }
.section00 .graph .body ul li.line_2 .txt .t1:after { border-top: 8px solid #ff9f00; }
.section00 .graph .body ul li.line_2 .txt .dot { border:2px solid #ff9f00; }
.section00 .graph .body ul li.line_2 .txt .dot:after {background:#ff9f00; }
.section00 .graph .body ul li.line_2 .img img { clip: rect(0,0,165px,0)}

.section00 .graph.active .body ul li.line_2 .txt .t1{ opacity: 1; transform: translateY(0); transition: all .5s ; transition-delay: 1.5s;}
.section00 .graph.active .body ul li.line_2 .txt .dot{ opacity: 1; transform: scale(1); transition: all .5s ; transition-delay: 1.3s;}
.section00 .graph.active .body ul li.line_2 .img img  {transition: all 0.5s; clip: rect(0, 220px, 165px, 0); transition-delay: 1s}


/*그래프3*/
.section00 .graph .body ul li.line_3 .txt{position:absolute; width:80px; left:-40px; bottom:133px;}
.section00 .graph .body ul li.line_3 .txt .t1 { background:#ffa100; }
.section00 .graph .body ul li.line_3 .txt .t1:after { border-top: 8px solid #ffa100; }
.section00 .graph .body ul li.line_3 .txt .dot { border:2px solid #ffa100; }
.section00 .graph .body ul li.line_3 .txt .dot:after {background:#ffa100; }
.section00 .graph .body ul li.line_3 .img img { clip: rect(0,0,226px,0)}

.section00 .graph.active .body ul li.line_3 .txt .t1{ opacity: 1; transform: translateY(0); transition: all .5s ; transition-delay: 2s;}
.section00 .graph.active .body ul li.line_3 .txt .dot{ opacity: 1; transform: scale(1); transition: all .5s ; transition-delay: 1.8s;}
.section00 .graph.active .body ul li.line_3 .img img  {transition: all 0.5s; clip: rect(0, 220px, 226px, 0); transition-delay: 1.5s}


/*그래프4*/
.section00 .graph .body ul li.line_4 .txt{position:absolute; width:80px; left:-40px; bottom:215px;}
.section00 .graph .body ul li.line_4 .txt .t1 { background:#ff9000; }
.section00 .graph .body ul li.line_4 .txt .t1:after { border-top: 8px solid #ff9000; }
.section00 .graph .body ul li.line_4 .txt .dot { border:2px solid #ff9000; }
.section00 .graph .body ul li.line_4 .txt .dot:after {background:#ff9000; }
.section00 .graph .body ul li.line_4 .img img { clip: rect(0,0,287px,0)}

.section00 .graph.active .body ul li.line_4 .txt .t1{ opacity: 1; transform: translateY(0); transition: all .5s ; transition-delay: 2.5s;}
.section00 .graph.active .body ul li.line_4 .txt .dot{ opacity: 1; transform: scale(1); transition: all .5s ; transition-delay: 2.3s;}
.section00 .graph.active .body ul li.line_4 .img img  {transition: all 0.5s; clip: rect(0, 220px, 287px, 0); transition-delay: 2s}


/*그래프5*/
.section00 .graph .body ul li.line_5 .txt{position:absolute; width:80px; left:-40px; bottom:275px;}
.section00 .graph .body ul li.line_5 .txt .t1 { background:#ed7905; }
.section00 .graph .body ul li.line_5 .txt .t1:after { border-top: 8px solid #ed7905; }
.section00 .graph .body ul li.line_5 .txt .dot { border:2px solid #ed7905; }
.section00 .graph .body ul li.line_5 .txt .dot:after {background:#ed7905; }


.section00 .graph .body ul li.line_5 .txt2{position:absolute; width:200px; right:-100px; bottom:400px;}
.section00 .graph .body ul li.line_5 .txt2 .t1 { background:#ff8400; }
.section00 .graph .body ul li.line_5 .txt2 .t1:after { border-top: 8px solid #ff8400; }
.section00 .graph .body ul li.line_5 .txt2 .dot { border:2px solid #ff6600; }
.section00 .graph .body ul li.line_5 .txt2 .dot:after {background:#ff6600; }
.section00 .graph .body ul li.line_5 .img img { clip: rect(0,0,409px,0)}

.section00 .graph.active .body ul li.line_5 .txt .t1{ opacity: 1; transform: translateY(0); transition: all .5s ; transition-delay: 3s;}
.section00 .graph.active .body ul li.line_5 .txt .dot{ opacity: 1; transform: scale(1); transition: all .5s ; transition-delay: 2.8s;}
.section00 .graph.active .body ul li.line_5 .txt2 .t1{ opacity: 1; transform: translateY(0); transition: all .5s ; transition-delay: 3.5s;}
.section00 .graph.active .body ul li.line_5 .txt2 .dot{ opacity: 1; transform: scale(1); transition: all .5s ; transition-delay: 3.3s;}
.section00 .graph.active .body ul li.line_5 .img img  {transition: all 0.5s; clip: rect(0, 220px, 409px, 0); transition-delay: 2.5s}



.section00 .graph .ta_img {display:none;}
.section00 .graph .mo_img {display:none;}





#main .section01 {padding: 140px 0; background: url('../images/main/sec02_bg.jpg') no-repeat center / cover}
#main .section01 .box {position: relative; padding: 60px 0 50px; margin-bottom: 50px; border: 4px solid rgba(255,255,255,0.3); background: rgba(0,0,0,0.3); box-sizing: border-box}
#main .section01 .box .mark {position: absolute; top: 50%; right: 180px; transform: translateY(-50%);}
#main .section01 .box .mid {text-align: center}
#main .section01 .box .mid .bull {display: inline-block}
#main .section01 .box .mid .bull span {position: relative; display: inline-block; margin: 0 10px; padding: 0 20px; padding-top: 5px; font-family: var(--point-text); font-weight: 700; font-size: 24px; line-height: 40px; color: #fff; letter-spacing: -0.5px; background: var(--point-color)}
#main .section01 .box .mid .bull span:after {content: ''; position: absolute; bottom: -12px; left: 10px; width: 12px; height: 12px; background: url('../images/main/sec02_tri_ico.png') no-repeat center / contain}
#main .section01 .box .mid h6 {margin-top: 30px; font-family: var(--point-text); font-size: 48px; line-height: 50px; color: #fff; letter-spacing: -0.5px; text-align: center}
#main .section01 ul {display: flex; flex-flow: row wrap; margin: -10px}
#main .section01 ul li {position: relative; display: flex; flex-flow: row wrap; align-items: center; width: calc(100% / 3 - 20px); height: 285px; margin: 10px; background: #fff; border: 4px solid var(--point-color); box-sizing: border-box}
#main .section01 ul li .ico {position: absolute; top: 0; left: 0;}
#main .section01 ul li .mid {width: 100%; text-align: center}
#main .section01 ul li .mid img {}
#main .section01 ul li .mid h6 {margin-top: 20px; font-family: var(--point-text); font-weight: 700; font-size: 32px; line-height: 40px; color: #333333; letter-spacing: -0.5px; text-align: center}
#main .section01 ul li .mid h6 strong {display: block; margin-top: 10px; font-size: 36px; color: #ffab00}

#main .section02 {padding: 140px 0; background: url('../images/main/sec03_bg.jpg') no-repeat center / cover}
#main .section02 .ajaxWrap {}
#main .section02 .ajaxBtn {text-align: center}
#main .section02 .ajaxBtn a {display: inline-block; vertical-align: top; margin: 0 5px; min-width: 180px; padding: 0 25px; font-size: 20px; line-height: 51px; color: #666666; border: 2px solid var(--point-color); box-sizing: border-box; background: #fff; text-decoration: none}
#main .section02 .ajaxBtn a.active {font-weight: 500; background: var(--point-color); color: #fff}
#main .section02 .ajaxCont {margin-top: 70px}
#main .section02 .ajaxCont .roll {position: relative}
#main .section02 .ajaxCont .roll .slick-list {padding: 0 33.5% !important}
#main .section02 .ajaxCont .roll .slick-arrow {position: absolute; top: 50%; transform: translateY(-50%); margin-top: -60px; width: 80px; height: 80px; border: 0; text-indent: -999em; z-index: 10}
#main .section02 .ajaxCont .roll .slick-prev {left: 27%; background: url('../images/main/sec03_prev_arrow.png') no-repeat center / contain}
#main .section02 .ajaxCont .roll .slick-next {right: 27%; background: url('../images/main/sec03_next_arrow.png') no-repeat center / contain}
#main .section02 .ajaxCont .roll .item {transform: scale(0.78); margin: 0 44px; text-align: center; opacity: 0.4; transition: all .3s ease}
#main .section02 .ajaxCont .roll .item.slick-current {transform: scale(1); opacity: 1}
#main .section02 .ajaxCont .roll .item .thumb {padding-bottom: 100%; background-size: cover; background-repeat: no-repeat; background-position: center}
#main .section02 .ajaxCont .roll .item h6 {margin-top: 25px; font-family: var(--point-text); font-size: 36px; line-height: 44px; color: #333333; letter-spacing: -0.5px; text-align: center}
#main .section02 .ajaxCont .roll .item .ico {display: inline-block; margin-top: 10px; padding: 0 15px; padding-top: 4px; font-family: var(--point-text); font-weight: 700; font-size: 17px; line-height: 28px; background: var(--point-color); color: #fff}

#main .section03 {}
#main .section03 .banner {padding: 140px 0; background: url('../images/main/sec04_banner_bg.jpg') no-repeat center / cover}
#main .section03 .banner h5 {margin-bottom: 50px; font-family: var(--point-text); font-weight: normal; font-size: 68px; line-height: 84px; color: #fff; letter-spacing: -0.5px; text-align: center}
#main .section03 .banner h5 strong {}
#main .section03 .banner h5 strong.clrYw {color: var(--point-color)}
#main .section03 .banner dl {position: relative; display: flex; flex-flow: row wrap; margin: 0 -10px}
#main .section03 .banner dl &gt; * {position: relative; width: calc(50% - 20px); margin: 0 10px; padding: 0 90px; border: 4px solid var(--point-color); box-sizing: border-box; border-radius: 90px; z-index: 1}
#main .section03 .banner dl &gt; *:before {content: ''; position: absolute; top: 10px; left: 10px; width: calc(100% - 20px); height: calc(100% - 20px); background: rgba(0,0,0,0.5); border-radius: 80px; z-index: -1}
#main .section03 .banner dl span {position: absolute; top: 50%; left: 85px; transform: translateY(-50%); font-family: var(--point-text); font-weight: 700; font-size: 36px; color: #fff}
#main .section03 .banner dl h6 {padding-top: 18px; font-family: var(--point-text); font-weight: 700; font-size: 40px; line-height: 102px; text-align: right; color: var(--point-color)}
#main .section03 .banner dl h6 strong {font-size: 80px}

#main .section04 {}
#main .section04 .list {}
#main .section04 .list .box {position: relative; padding: 140px 0}
#main .section04 .list .box:first-child {padding: 0}
#main .section04 .list .box:nth-child(even):before {content: ''; position: absolute; top: 0; left: 50%; width: 1920px; height: 100%; margin-left: -960px; background: #fcf9f4; z-index: -1}
#main .section04 .list .box:last-child:before {content: ''; position: absolute; top: 0; left: 50%; width: 1920px; height: 100%; margin-left: -960px; background: url('../images/main/sec04_list03_bg.jpg') no-repeat center / cover; z-index: -1}
#main .section04 .list .box .tit {margin-bottom: 55px; text-align: center}
#main .section04 .list .box .tit h6 {display: inline-block; font-family: empty; font-size: 0;}
#main .section04 .list .box .tit h6 span {display: inline-block; vertical-align: top; padding-top: 5px; margin-right: 3px; width: 60px; font-family: var(--point-text); font-weight: 700; font-size: 32px; line-height: 55px; color: #fff; background: url('../images/main/sec04_tit_bg.jpg') no-repeat center / contain; text-align: center}
#main .section04 .list .box .tit h5 {margin-top: 40px; font-family: var(--point-text); font-size: 54px; line-height: 62px; color: #000; letter-spacing: -0.5px; text-align: center}
#main .section04 .list .box .tit h5 strong {color: var(--point-color)}
#main .section04 .list .box .tit p {margin-top: 20px; font-size: 26px; line-height: 40px; color: #666666; letter-spacing: -0.5px}
#main .section04 .list .box:last-child .tit &gt; * {color: #fff}
#main .section04 .list .box .top {padding: 140px 0}
#main .section04 .list .box .top dl {position: relative; display: flex; flex-flow: row wrap; align-items: center; padding: 10px}
#main .section04 .list .box .top dl:before {content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 4px solid var(--point-color); box-sizing: border-box; z-index: -1}
#main .section04 .list .box .top dl &gt; * {width: 50%}
#main .section04 .list .box .top dl dt {}
#main .section04 .list .box .top dl dt .thumb {padding-bottom: 62.5%; background-size: cover; background-repeat: no-repeat; background-position: center}
#main .section04 .list .box .top dl dd {padding-left: 80px; box-sizing: border-box}
#main .section04 .list .box .top dl dd .mid {}
#main .section04 .list .box .top dl dd .mid h6 {font-family: var(--point-text); font-size: 42px; line-height: 56px; color: #000000; letter-spacing: -0.5px}
#main .section04 .list .box .top dl dd .mid h6 strong {color: var(--point-color)}
#main .section04 .list .box .top dl dd .mid p {margin-top: 5px; font-size: 22px; line-height: 32px; color: #666666}
#main .section04 .list .box .bot {position: relative; padding: 120px 0}
#main .section04 .list .box .bot:last-child:before {content: ''; position: absolute; top: 0; left: 50%; width: 1920px; height: 100%; margin-left: -960px; background: var(--point-color); z-index: -1}
#main .section04 .list .box .bot .tit {}
#main .section04 .list .box .bot .tit &gt; * {color: #fff}
#main .section04 .list .box .bot .tit h5 {margin-top: 0}
#main .section04 .list .box .bot .tit p {}
#main .section04 .list .box .bot ul {display: flex; flex-flow: row wrap; margin: 0 -20px; padding: 0 100px; box-sizing: border-box}
#main .section04 .list .box .bot ul li {position: relative; width: calc(25% - 40px); margin: 0 20px}
#main .section04 .list .box .bot ul li .thumb {padding-bottom: 100%; background-size: cover; background-repeat: no-repeat; background-position: center; border-radius: 50%}
#main .section04 .list .box .bot ul li strong {position: absolute; top: 50%; left: 0; transform: translateY(-50%); width: 100%; padding-top: 5px; text-align: center; z-index: 1; font-family: var(--point-text); font-size: 32px; line-height: 40px; color: #fff; text-align: center}
#main .section04 .list .iwt {display: flex; flex-flow: row wrap; margin: 0 -10px}
#main .section04 .list .iwt li {width: calc(100% / 3 - 20px); margin: 0 10px}
#main .section04 .list .iwt li .thumb {padding-bottom: 100%; background-size: cover; background-repeat: no-repeat; background-position: center}
#main .section04 .list .iwt li .info {position: relative; min-height: 190px; background: #fff; padding-top: 55px; box-sizing: border-box}
#main .section04 .list .iwt li .info mark {position: absolute; top: -30px; left: 50%; transform: translateX(-50%); width: 320px; padding-top: 5px; background: var(--point-color); z-index: 1; background: var(--point-color); font-family: var(--point-text); font-weight: 700; font-size: 32px; line-height: 55px; color: #fff; letter-spacing: -0.5px; text-align: center}
#main .section04 .list .iwt li .info p {font-size: 20px; line-height: 32px; color: #666; letter-spacing: -0.5px; text-align: center}
#main .section04 .list .iwt li .info p strong {font-size: 24px; line-height: 36px; color: var(--point-color)}
#main .section04 .list .wrap {position: relative; padding: 20px}
#main .section04 .list .wrap:before {content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 4px solid var(--point-color); box-sizing: border-box; z-index: -1}
#main .section04 .list .wrap .thumb {padding-bottom: 35%; background-size: cover; background-repeat: no-repeat; background-position: center}
#main .section04 .list .wrap .text {position: absolute; top: 50%; right: 0; transform: translateY(-50%); width: 50%; padding: 0 120px; box-sizing: border-box; z-index: 1}
#main .section04 .list .wrap .text &gt; * {color: #fff}
#main .section04 .list .wrap .text h6 {font-family: var(--point-text); font-size: 42px; line-height: 56px; color: #fff; letter-spacing: -0.5px}
#main .section04 .list .wrap .text h6 strong {color: var(--point-color)}
#main .section04 .list .wrap .text p {margin-top: 20px; font-size: 22px; line-height: 34px; color: #fff}
#main .section04 .list .wrap .text p span {display: block; margin-top: 10px; font-size: 16px; line-height: 24px; color: #cccccc}

#main .section05 {}
#main .section05 .banner {display: none; padding: 110px 0; background: url('../images/main/sec05_banner_bg.jpg') no-repeat center / cover}
#main .section05 .banner .inner {position: relative}
#main .section05 .banner img {position: absolute; top: -20px; left: 0}
#main .section05 .banner .txt {padding-left: 270px}
#main .section05 .banner .txt &gt; * {font-family: var(--point-text); font-weight: 700; color: #fff; letter-spacing: -0.5px}
#main .section05 .banner .txt mark {display: inline-block; padding: 0 25px; padding-top: 5px; font-size: 32px; line-height: 49px; background: #191919}
#main .section05 .banner .txt h6 {margin-top: 30px; font-size: 66px; line-height: 70px}
#main .section05 .banner .txt h6 strong {position: relative}
#main .section05 .banner .txt h6 strong:before, 
#main .section05 .banner .txt h6 strong:after {content: ''; position: absolute; left: 0; width: 100%; background: #fff}
#main .section05 .banner .txt h6 strong:before {bottom: 4px; height: 3px}
#main .section05 .banner .txt h6 strong:after {bottom: 0; height: 1px}
#main .section05 .list {}
#main .section05 .list .box {position: relative; padding: 140px 0}
#main .section05 .list .box:nth-child(even):before {content: ''; position: absolute; top: 0; left: 50%; width: 1920px; height: 100%; margin-left: -960px; background: url('../images/main/sec05_list02_bg.jpg') no-repeat center / cover; z-index: -1}
#main .section05 .list .box .tit {margin-bottom: 60px; text-align: center}
#main .section05 .list .box .tit &gt; * {font-family: var(--point-text); letter-spacing: -0.5px}
#main .section05 .list .box .tit mark {display: inline-block; margin-bottom: 30px; padding: 0 25px; padding-top: 5px; font-weight: 700; font-size: 32px; line-height: 49px; background: var(--point-color); color: #fff}
#main .section05 .list .box .tit h6 {margin-bottom: 15px; font-size: 42px; line-height: 50px; color: #333333; text-align: center}
#main .section05 .list .box .tit h5 {font-size: 54px; line-height: 60px; color: #333333; text-align: center}
#main .section05 .list .box .tit h5 strong {color: var(--point-color)}
#main .section05 .list .box:nth-child(even) .tit &gt; * {color: #fff}
#main .section05 .list .box .bnf {display: flex; flex-flow: row wrap; margin: -10px}
#main .section05 .list .box .bnf li {position: relative; width: calc(100% / 3 - 20px); margin: 10px}
#main .section05 .list .box .bnf li .thumb {position: relative; padding-bottom: 76%; background-size: cover; background-repeat: no-repeat; background-position: center}
#main .section05 .list .box .bnf li .thumb img {position: absolute; top: 40px; left: 50%; transform: translateX(-50%)}
#main .section05 .list .box .bnf li h6 {position: absolute; bottom: 0; left: 0; width: 100%; padding-top: 5px; font-family: var(--point-text); font-size: 28px; line-height: 55px; background: var(--point-color); text-align: center; color: #fff}
#main .section05 .list .box .inner &gt; .text {margin-top: 50px; padding: 28px 0 18px; border: 4px solid var(--point-color); box-sizing: border-box}
#main .section05 .list .box .inner &gt; .text h6 {font-family: var(--point-text); font-size: 48px; line-height: 50px; color: #333; letter-spacing: -0.5px; text-align: center}
#main .section05 .list .box .inner &gt; .text h6 strong {color: var(--point-color)}
#main .section05 .list .box .graph {position: relative; padding: 20px}
#main .section05 .list .box .graph .wrap .img.onlyMo {display: none}
#main .section05 .list .box .graph:before {content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 4px solid var(--point-color); box-sizing: border-box; z-index: -1}
#main .section05 .list .box .graph .wrap {}
#main .section05 .list .box .graph .wrap h6 {padding-top: 6px; background: var(--point-color); text-align: center; font-family: var(--point-text); font-size: 32px; line-height: 64px; color: #fff}
#main .section05 .list .box .graph .wrap .img {position: relative; padding: 50px 60px; background: url('../images/main/sec05_list02_box.jpg') no-repeat center / cover}
#main .section05 .list .box .graph .wrap .img ul {display: flex; flex-flow: row wrap; align-items: end; min-height: 430px; padding: 0 80px 0 45px; background: url('../images/main/sec05_list02_line.png') no-repeat center / contain; box-sizing: border-box}
#main .section05 .list .box .graph .wrap .img ul li {width: 20%; padding: 0 60px; padding-bottom: 42px; box-sizing: border-box; font-size: 0}
#main .section05 .list .box .graph .wrap .img ul li span {display: inline-block; vertical-align: bottom; width: 40px; min-height: 0}
#main .section05 .list .box .graph .wrap .img ul li .def {background: #dddddd}
#main .section05 .list .box .graph .wrap .img ul li .act {background: var(--point-color)}
#main .section05 .list .box .graph .wrap .img ul li:nth-child(1) .def {height: 70px}
#main .section05 .list .box .graph .wrap .img ul li:nth-child(1) .act {height: 90px}
#main .section05 .list .box .graph .wrap .img ul li:nth-child(2) .def {height: 80px}
#main .section05 .list .box .graph .wrap .img ul li:nth-child(2) .act {height: 120px}
#main .section05 .list .box .graph .wrap .img ul li:nth-child(3) .def {height: 110px}
#main .section05 .list .box .graph .wrap .img ul li:nth-child(3) .act {height: 180px}
#main .section05 .list .box .graph .wrap .img ul li:nth-child(4) .def {height: 160px}
#main .section05 .list .box .graph .wrap .img ul li:nth-child(4) .act {height: 280px}
#main .section05 .list .box .graph .wrap .img ul li:nth-child(5) .def {height: 210px}
#main .section05 .list .box .graph .wrap .img ul li:nth-child(5) .act {height: 340px}
#main .section05 .list .box .graph .wrap .img .ico {position: absolute; top: 90px; left: 165px}
#main .section05 .list .box .graph .wrap .img .ico img {}
#main .section05 .list .box .graph .wrap dl {text-align: center; padding: 20px 0 15px}
#main .section05 .list .box .graph .wrap dl &gt; * {display: inline-block; vertical-align: top; padding: 0 30px; font-size: 19px; line-height: 20px; color: #fff; letter-spacing: -0.5px}
#main .section05 .list .box .graph .wrap dl span {display: inline-block; vertical-align: top; width: 40px; height: 20px; margin-right: 15px}
#main .section05 .list .box .graph .wrap dl dt span {background: #dddddd}
#main .section05 .list .box .graph .wrap dl dd span {background: var(--point-color)}
#main .section05 .list .box .inner &gt; .txt {margin-top: 60px; padding: 40px 0 30px; border: 4px solid rgba(255,255,255,0.7); background: rgba(0,0,0,0.3); box-sizing: border-box}
#main .section05 .list .box .inner &gt; .txt h6 {font-family: var(--point-text); font-size: 36px; line-height: 50px; color: #fff; letter-spacing: -0.5px; text-align: center}
#main .section05 .list .box .inner &gt; .txt h6 strong {color: var(--point-color)}
#main .section05 .list .box .area {display: flex; flex-flow: row wrap; margin: 0 -20px}
#main .section05 .list .box .area &gt; div {position: relative; width: calc(50% - 40px); margin: 0 20px; padding: 10px; box-sizing: border-box}
#main .section05 .list .box .area &gt; div:before {content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-width: 4px; border-style: solid; box-sizing: border-box; z-index: -1}
#main .section05 .list .box .area &gt; div .map {position: relative; padding-bottom: 64%; background-size: cover; background-repeat: no-repeat; background-position: center}
#main .section05 .list .box .area &gt; div .map img {position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%)}
#main .section05 .list .box .area &gt; div h6 {padding: 23px 0 15px; font-family: var(--point-text); font-weight: normal; font-size: 28px; line-height: 40px; color: #fff; letter-spacing: -0.5px; text-align: center}
#main .section05 .list .box .area &gt; div h6 strong {font-weight: 700}
#main .section05 .list .box .area .left {}
#main .section05 .list .box .area .left:before {border-color: #191919}
#main .section05 .list .box .area .left h6 {background: #191919}
#main .section05 .list .box .area .right {}
#main .section05 .list .box .area .right:before {border-color: var(--point-color)}
#main .section05 .list .box .area .right h6 {background: var(--point-color)}

#main .section06 {padding: 140px 0; background: url('../images/main/sec06_bg.jpg') no-repeat center / cover}
#main .section06 .title h5 strong {position: relative}
#main .section06 .title h5 strong:before, 
#main .section06 .title h5 strong:after {content: ''; position: absolute; left: 0; width: 100%; background: var(--point-color)}
#main .section06 .title h5 strong:before {bottom: 4px; height: 3px}
#main .section06 .title h5 strong:after {bottom: 0; height: 1px}
#main .section06 ul {display: flex; flex-flow: row wrap; margin: 0 -10px}
#main .section06 ul li {position: relative; width: calc(100% / 3 - 20px); margin: 0 10px; padding: 10px; box-sizing: border-box; border: 4px solid rgba(255,255,255,0.3); box-sizing: border-box}
#main .section06 ul li .mid {min-height: 335px; padding-top: 60px; background: #fff; text-align: center; box-sizing: border-box}
#main .section06 ul li img {}
#main .section06 ul li h6 {margin-top: 25px; font-family: var(--point-text); font-weight: normal; font-size: 28px; line-height: 40px; color: #333; letter-spacing: -0.5px; text-align: center}
#main .section06 ul li h6 strong {color: var(--point-color)}
#main .section06 .text {margin-top: 70px; text-align: center}
#main .section06 .text &gt; * {font-family: var(--point-text); text-align: center; letter-spacing: -0.5px; color: #fff}
#main .section06 .text p {font-weight: normal; font-size: 28px; line-height: 40px}
#main .section06 .text h6 {display: inline-block; vertical-align: top; margin: 20px 0 25px; padding-top: 7px; font-size: 36px; line-height: 58px; border: 2px solid var(--point-color); border-width: 2px 0}
#main .section06 .text h6 strong {color: var(--point-color)}

#main .section07 {padding: 140px 0; background: url('../images/main/sec07_bg.jpg') no-repeat center / cover}
#main .section07 .title h5 strong {position: relative}
#main .section07 .title h5 strong:before, 
#main .section07 .title h5 strong:after {content: ''; position: absolute; left: 0; width: 100%; background: var(--point-color)}
#main .section07 .title h5 strong:before {bottom: 4px; height: 2px}
#main .section07 .title h5 strong:after {bottom: 1px; height: 1px}
#main .section07 .title h6 {position: relative; display: inline-block; margin-top: 30px; font-family: var(--point-text); font-weight: 700; font-size: 42px; line-height: 50px; color: #333; text-align: center}
#main .section07 .title h6 strong:before, 
#main .section07 .title h6 strong:after {content: ''; position: absolute; left: 0; width: 100%; background: var(--point-color)}
#main .section07 .title h6 strong:before {bottom: 4px; height: 2px}
#main .section07 .title h6 strong:after {bottom: 1px; height: 1px}
#main .section07 .title h6 strong {color: var(--point-color)}
#main .section07 .title p {font-weight: normal; font-size: 22px; line-height: 34px; color: #191919}
#main .section07 .wrap {display: flex; flex-flow: row wrap; align-items: center; margin: 0 -20px}
#main .section07 .wrap &gt; div {position: relative; width: calc(50% - 40px); margin: 0 20px; padding: 10px; box-sizing: border-box}
#main .section07 .wrap &gt; div:before {content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-style: solid; border-width: 4px; box-sizing: border-box}
#main .section07 .wrap &gt; div .thumb {background-size: cover; background-repeat: no-repeat; background-position: center}
#main .section07 .wrap &gt; div h6 {position: absolute; left: 0; width: 100%; font-family: var(--point-text); font-weight: normal; color: #fff; letter-spacing: -0.5px; text-align: center} 
#main .section07 .wrap .left {}
#main .section07 .wrap .left:before {border-color: #191919}
#main .section07 .wrap .left .thumb {padding-bottom: 69%}
#main .section07 .wrap .left h6 {bottom: 45px; font-size: 26px; line-height: 36px}
#main .section07 .wrap .left h6 strong {display: inline-block; margin-top: 10px; font-size: 36px}
#main .section07 .wrap .right {position: relative}
#main .section07 .wrap .right:before {border-color: var(--point-color)}
#main .section07 .wrap .right:after {content: ''; position: absolute; top: 0; left: -92px; width: 92px; height: 100%; background: url('../images/main/sec07_shadow.png') no-repeat center}
#main .section07 .wrap .right .thumb {padding-bottom: 88.5%}
#main .section07 .wrap .right h6 {bottom: 55px; font-size: 32px; line-height: 44px}
#main .section07 .wrap .right h6 strong {display: inline-block; margin-top: 10px; font-size: 60px; line-height: 70px; color: var(--point-color)}
#main .section07 .text {display: flex; flex-flow: row wrap; margin-top: 50px; border: 4px solid var(--point-color); box-sizing: border-box}
#main .section07 .text &gt; * {box-sizing: border-box}
#main .section07 .text &gt; * &gt; * {padding-top: 7px; font-family: var(--point-text); font-weight: 700; line-height: 103px; letter-spacing: -0.5px}
#main .section07 .text dt {width: 38.5%; background: var(--point-color); padding: 0 40px}
#main .section07 .text dt p {font-size: 28px; color: #fff}
#main .section07 .text dd {width: 61.5%; background: #fff; padding-left: 55px}
#main .section07 .text dd h6 {font-size: 48px; color: #333333}
#main .section07 .text dd h6 strong {color: var(--point-color)}

#main .section08 {padding: 140px 0; background: url('../images/main/sec08_bg.jpg') no-repeat center / cover}
#main .section08 .title mark {background: #fff; color: var(--point-color)}
#main .section08 .rollWrap {position: relative; min-height: 580px}
#main .section08 .rollWrap .thumb {padding-bottom: 170%; background-size: cover; background-repeat: no-repeat; background-position: center; border-radius: 25px}
#main .section08 .rollWrap .bigRoll {position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 340px; z-index: 10; box-sizing: border-box}
#main .section08 .rollWrap .bigRoll:before {content: ''; position: absolute; top: -10px; left: -10px; width: calc(100% + 20px); height: calc(100% + 20px); border: 4px solid #191919; box-sizing: border-box; z-index: -1; border-radius: 30px}
#main .section08 .rollWrap .bigRoll .item {}
#main .section08 .rollWrap .bigRoll .item .thumb {}
#main .section08 .rollWrap .tmbRoll {padding-top: 115px}
#main .section08 .rollWrap .tmbRoll .slick-list {padding: 0 100px !important}
#main .section08 .rollWrap .tmbRoll .item {margin: 0 30px}

#main .section09 {padding: 140px 0; background: url('../images/main/sec09_bg.jpg') no-repeat center / cover}
#main .section09 ul {display: flex; flex-flow: row wrap; margin: -20px -30px}
#main .section09 ul li {position: relative; width: calc(25% - 60px); margin: 20px 30px; border: 4px solid var(--point-color); box-sizing: border-box; background: #fff}
#main .section09 ul li:after {content: ''; position: absolute; top: 50%; right: -41px; transform: translateY(-50%); width: 14px; height: 24px; background: url('../images/main/sec08_arrow.png') no-repeat center / contain}
#main .section09 ul li:nth-child(4n):after {display: none}
#main .section09 ul li span {position: absolute; top: 0; left: 0; width: 100%; padding: 13px 0 12px; font-family: var(--point-text); font-weight: normal; font-size: 17px; color: #fff; background: var(--point-color); text-align: center;}
#main .section09 ul li .mid {min-height: 300px; padding-top: 75px; background: #fff; box-sizing: border-box; text-align: center}
#main .section09 ul li .mid img {}
#main .section09 ul li .mid h6 {margin-top: 15px; font-family: var(--point-text); font-size: 28px; line-height: 38px; color: #333; letter-spacing: -0.5px; text-align: center}
#main .section09 ul li .mid p {margin-top: 10px; font-size: 18px; line-height: 28px; color: #666; letter-spacing: -0.5px}







/**

건별추가 2024-05-09
**/
#main .section10 {padding: 140px 0; background: url('../images/main/section_10_bg.png') repeat;}
#main .section10 .new_title {width:100%; max-width:1300px; margin:0 auto; text-align:center;}

#main .section10 .new_title mark { display: inline-block; padding: 0 25px; padding-top: 6px;font-family: var(--point-text);font-weight: 700; font-size: 32px; line-height: 48px;  background:#fff; color: var(--point-color); letter-spacing: -0.5px}
#main .section10 .new_title h5 { margin-top: 28px; font-family: var(--point-text); font-weight: 700; font-size: 68px; color:#fff; line-height:125px; letter-spacing: -0.5px; text-align: center}
#main .section10 .new_title h5 img {line-height:125px; vertical-align: middle; margin-right:-15px;}
#main .section10 .new_title span { display: block; margin-top: 20px; font-weight: 500; font-size: 42px; line-height: 50px; letter-spacing: -0.5px; color:#fff; font-family: var(--point-text); font-weight: 700; }
#main .section10 ul {margin:15px auto 0; width:100%; max-width:1300px; }
#main .section10 ul li {position:relative; width:calc(100% - 40px); margin:60px 20px 20px; box-sizing:border-box; background:#fff; opacity:0; transform:translateY(100px);}
#main .section10 ul li:before {position:absolute; content:''; width:calc(100% + 40px); height:calc(100% +  40px); top:-20px; left:-20px; box-sizing:border-box; border:5px solid #fff;}

#main .section10 ul li .img {width:50%;}
#main .section10 ul li .img img {width:100%; display:block;}
#main .section10 ul li .txt {position:absolute; width:50%; top:50%; left:50%; box-sizing:border-box; text-align:center; transform:translateY(-50%);}
#main .section10 ul li .txt strong {display:block; font-size:34px; line-height:50px; color:#333; font-weight:700;  font-family: var(--point-text);}
#main .section10 ul li .txt strong b {color:#ffab00; font-size:40px; line-height:50px; font-weight:700; }
#main .section10 ul li .txt p {margin-top:10px; font-size:22px; line-height:32px; color:#666;}

#main .section10 ul li:nth-child(even) .img {margin-left:50%;}
#main .section10 ul li:nth-child(even) .txt {left:0;}


#main .section10 ul li.active { opacity: 1; transform: translateY(0); transition: all .5s ; transition-delay: 0.3s;}




#main .section11 {padding:100px 0 50px; background: url('../images/main/section_11_bg.png') repeat;}
#main .section11 .body {width:100%; max-width:1300px; margin:0 auto;}

#main .section11 .new_title {text-align:center;}
#main .section11 .new_title span {display:block; font-size:34px; line-height:50px; color:#fff; font-weight:700; font-family: var(--point-text); }
#main .section11 .new_title h5 {font-size:40px; line-height:55px; color:#fff; font-weight:700; font-family: var(--point-text); text-align:center; letter-spacing: -1px; padding-top:5px;}
#main .section11 .new_title h5 b {display: inline-block; vertical-align: top; padding-top: 5px; margin-right:-8px;width: 60px; font-family: var(--point-text); font-weight: 700; font-size: 32px; line-height: 55px; color: #fff; background: url(../images/main/sec04_tit_bg.jpg) no-repeat center / contain; text-align: center;}
#main .section11 .new_title h5 strong {font-weight:700; color:#ffab00; margin-left:5px; line-height:55px; padding-top:5px; display: inline-block;  }


#main .section11 .img {margin-top:-140px;opacity:0; transform:translateY(100px);}

#main .section11.active .img { opacity: 1; transform: translateY(0); transition: all .5s ; transition-delay: 0.9s;}



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

#sub #content &gt; *{}

#sub .sub-vis{position: relative;height: 240px;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;text-align: center;font-size: 35px;color: #fff;letter-spacing: -1px;z-index: 2;}
#sub .sub-vis h2 em{display: block;margin-top: 10px;font-style: normal;font-size: 18px;font-weight: normal;}

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

.lnbWrap{background: var(--lnb-bg-color);}
#lnb{width: 1300px;margin: 0 auto;display: flex;justify-content: space-between;flex-wrap: wrap;}
#lnb &gt; li{display: inline-block;vertical-align: top;flex-basis: 0;flex-grow: 1;}
#lnb &gt; li a{position: relative;display: block;line-height: 50px;font-size: 15px;text-decoration: none;text-align: center;color: #fff;}
#lnb &gt; li a:before{content: '';display: block;position: absolute;top: 0;left: 0;width: 1px;height: 100%;background: rgba(255,255,255,0.1);}
#lnb &gt; 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 &gt; li.active a{background: #fff;color: #000;}
#lnb &gt; li.active a:before,
#lnb &gt; li.active a:after{display: none;}

#status{position: absolute;bottom: 20px;right: 0;}
#status &gt; ul &gt; li{display: inline-block;}
#status &gt; ul &gt; li .spr{display: inline-block;vertical-align: middle;margin: 0 10px;color: #999;font-size: 14px;line-height: 11px;margin-top: -2px;}
#status &gt; ul &gt; li a{font-size: 15px;color: #999;text-decoration: none;letter-spacing: -1px;}
#status &gt; ul &gt; li:last-child a{color: #000;}
#status &gt; ul &gt; li &gt; 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 &gt; 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 &gt; ul &gt; li{position: relative;display: inline-block;border-right: 1px solid rgba(0,0,0,0.1);vertical-align: top;z-index: 89;}
#navigator &gt; ul &gt; li &gt; 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 &gt; ul &gt; li:first-child a{min-width: 0;width: 50px;text-align: center;padding: 0;background: #f7f7f7;color: #888;font-size: 20px;}
#navigator &gt; ul &gt; li:first-child a i{vertical-align: middle;display: inline-block;margin-top: -2px;}
#navigator &gt; ul &gt; li &gt; 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 &gt; ul &gt; li &gt; ul li a{display: block;padding: 14px 15px;font-size: 15px;border-top: 1px solid #eee;text-decoration: none;transition: all 0.3s;}
#navigator &gt; ul &gt; li &gt; ul li:first-child a{border-top: none;}
#navigator &gt; ul &gt; li &gt; ul li:hover a{background: #f7f7f7;}
#navigator &gt; ul &gt; li.on &gt; ul{background: #fff;visibility: visible;opacity: 1;}
#navigator &gt; ul &gt; li &gt; 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 &gt; 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 &gt; ul{margin: -20px -10px;}
#total_search dl dd.gallery &gt; ul &gt; li{margin: 20px 10px;display: inline-block;vertical-align: top;width: calc(20% - 20px);}
#total_search dl dd.gallery &gt; ul &gt; 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 &gt; *{box-sizing: border-box;}
#shopCart .lef{width: calc(100% - 350px);}
#shopCart .lef .btnWrap &gt; *{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 &gt; *{width: calc(50% - 5px);margin: 0;padding: 0;}
#shopCart .rig .btnWrap.len1 &gt; *{width: 100%;}
#shopCart .cartbox{display: flex;flex-wrap: wrap;align-items: center;}
#shopCart .cartbox &gt; *{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 &gt; strong{position: absolute;top: 0;left: 0;color: #000;font-weight: normal;}
#shopCart .cartinfo li &gt; p{color: #666;}
#shopCart .cartinfo li.total-price &gt; 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 &gt; strong{position: absolute;top: 0;left: 0;color: #000;font-weight: normal;}
#shopCart .carttotal ul li &gt; p{font-size: 15px;text-align: right;}
#shopCart .carttotal ul li &gt; 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{color: #666;font-size: 13px;line-height: 20px;}
</pre></body></html>