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

	Global.css

**************************************************/
/**************************************************

	Variables (공통 변수 지정)

**************************************************/
:root {

	/* layout */
	--website-layout-width : 1300px; /* 웹사이트 레이아웃 width 값 */

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

	/* 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; /* 배경흐린d 버튼 테두리색 */
	--btn3-txt-color : #000000; /* 배경흐린 버튼 글자색 */

    --btn4-bg-color : #5C76F6; /* 강조 버튼 배경색 */
	--btn4-border-color : #5C76F6; /* 강조 버튼 테두리색 */
	--btn4-txt-color : #ffffff; /* 강조 버튼 글자색 */

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

}

/**************************************************

	Public

**************************************************/
html{min-width: var(--website-layout-width);overflow-x: hidden;}
#_device_pc{display: block;} #_device_ta{display: none;} #_device_mo{display: none;} .__pc{display: block !important;} .__ta{display: none !important;} .__mo{display: none;}
/* #smooth-content{padding-top: 110px;} */

/* Cursors */
body.main.has_custom_cursor{background: #fff;}
body.main.has_custom_cursor, body.main.has_custom_cursor *{cursor: none;}
body.has_custom_cursor a,
body.has_custom_cursor a *{cursor: pointer !important;}
#custom_cursor {width: 12px;height: 12px;position: fixed;top: -999em;left: -999em;pointer-events: none;z-index: 9999999;mix-blend-mode: difference;}
#custom_cursor .in {position: absolute;border-radius: 50%;top: 50%;left: 50%;transform: translate(-50%, -50%);width: 12px;height: 12px;transition: all 0.2s;mix-blend-mode: difference;}
body.main #custom_cursor .in {background-color: rgba(255,255,255,1);}
#custom_cursor.anchor .in {width: 80px;height: 80px;background-color: rgba(255,255,255,0.15) !important;}
/* 아래부터 특정 element 에서만 적용 */
#custom_cursor.m6{mix-blend-mode: normal;}
#custom_cursor.m6 .in{background: red;}

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

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

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

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

/* Paging */
.paging{text-align: center !important;margin-top: 50px !important;font-family: empty !important;font-size: 0 !important;}
.paging a{display: inline-block !important;vertical-align: top !important;margin: 0 !important;margin-right: -1px !important;position: relative !important;margin: 0 10px !important;height: 35px !important;line-height: 35px !important;text-align: center !important;color: #ccc !important;font-size: 16px !important;font-weight: bold !important;text-decoration: none !important;box-sizing: border-box !important;font-family: tahoma, arial, axicon !important;}
.paging a:hover{color: #000 !important;}
.paging a:after{position: absolute !important;top: 0 !important;left: 0 !important;width: 100% !important;height: 100% !important;line-height: 35px !important;text-align: center !important;font-size: 15px !important;text-indent: 0 !important;}
.paging a.active{background: #ffffff !important;color: #333333 !important;font-weight: 600 !important;}
.paging a.first,
.paging a.prev,
.paging a.next,
.paging a.last{background: #f7f7f7 !important;width: 35px !important;line-height: 35px !important;text-align: center !important;border-radius: 50% !important;color: #666666 !important;text-indent: -999em !important;margin: 0 2px !important;}
.paging a.first:hover,
.paging a.prev:hover,
.paging a.next:hover,
.paging a.last:hover{background: #333 !important;}
.paging a:hover:after{color: #fff !important;}
.paging a.first{margin-right: 15px !important;margin-left: -10px !important;}
.paging a.prev{margin-right: 15px !important;margin-left: -10px !important;}
.paging a.next{margin-left: 15px !important;margin-right: -10px !important;}
.paging a.last{margin-left: 15px !important;margin-right: -10px !important;}
.paging a.first:after{content: '\f100' !important;font-size: 18px !important;color: #999 !important;font-family: 'axicon';}
.paging a.prev:after{content: '\f104' !important;font-size: 18px !important;color: #999 !important;font-family: 'axicon';}
.paging a.next:after{content: '\f105' !important;font-size: 18px !important;color: #999 !important;font-family: 'axicon';}
.paging a.last:after{content: '\f101' !important;font-size: 18px !important;color: #999 !important;font-family: 'axicon';}

/* Etc */
.tof{overflow: hidden !important;text-overflow: ellipsis !important;white-space: nowrap !important;}
.ltof2{display: -webkit-box !important;-webkit-box-orient: vertical !important;-webkit-line-clamp: 2 !important;overflow: hidden !important;text-overflow: ellipsis !important;white-space: normal !important;}
.ltof3{display: -webkit-box !important;-webkit-box-orient: vertical !important;-webkit-line-clamp: 3 !important;overflow: hidden !important;text-overflow: ellipsis !important;white-space: normal !important;}
.ltof4{display: -webkit-box !important;-webkit-box-orient: vertical !important;-webkit-line-clamp: 4 !important;overflow: hidden !important;text-overflow: ellipsis !important;white-space: normal !important;}
.ltof5{display: -webkit-box !important;-webkit-box-orient: vertical !important;-webkit-line-clamp: 5 !important;overflow: hidden !important;text-overflow: ellipsis !important;white-space: normal !important;}
.ltof6{display: -webkit-box !important;-webkit-box-orient: vertical !important;-webkit-line-clamp: 6 !important;overflow: hidden !important;text-overflow: ellipsis !important;white-space: normal !important;}
.ltof7{display: -webkit-box !important;-webkit-box-orient: vertical !important;-webkit-line-clamp: 7 !important;overflow: hidden !important;text-overflow: ellipsis !important;white-space: normal !important;}
.ltof8{display: -webkit-box !important;-webkit-box-orient: vertical !important;-webkit-line-clamp: 8 !important;overflow: hidden !important;text-overflow: ellipsis !important;white-space: normal !important;}
.ltof9{display: -webkit-box !important;-webkit-box-orient: vertical !important;-webkit-line-clamp: 9 !important;overflow: hidden !important;text-overflow: ellipsis !important;white-space: normal !important;}
.ltof10{display: -webkit-box !important;-webkit-box-orient: vertical!important;-webkit-line-clamp: 10 !important;overflow: hidden !important;text-overflow: ellipsis !important;white-space: normal !important;}

/**************************************************

	Layout
	
**************************************************/
/* for header */
#header{position: fixed;top: 0;left: 0;width: 100%;z-index: 90;background: rgba(0,0,0,0.55);padding: 0 80px;box-sizing: border-box;}
#header .inner{position: relative;width: 100%;height: 100px;margin: 0 auto;}
#header .logo{position: absolute;top: 50%;transform: translate(0, -50%);left: 0;height: 100%;line-height: 100px;}
#header .logo a { display: block;}
#header .logo img{width: auto;max-height: calc(100% - 20px);vertical-align: middle;}

/* layout */
#gnb{position: absolute;top: 50%;right: 200px;transform: translateY(-50%);z-index: 2;white-space: nowrap;}
#gnb > li{position: relative;display: inline-block;vertical-align: top;}
#gnb > li > a{display: block;padding: 0 30px;line-height: 100px;font-size: 20px;color: #fff;text-decoration: none;font-weight: bold;text-transform: uppercase;}
#gnb > li > ul{position: absolute;top: 100px;left: 50%;padding-top: 10px;width: 200px;transform: translate(-50%, 0);box-sizing: border-box;visibility: hidden;box-shadow: 3px 3px 10px rgba(0,0,0,0.1), inset 0 2px 2px rgba(0,0,0,0.04);}
#gnb > li > ul li{border-top: 1px solid rgba(0,0,0,0.08);}
#gnb > li > ul li:first-child{border-top-color: rgba(0,0,0,0.15);}
#gnb > li > ul li:first-child a{padding-top: 5px;}
#gnb > li > ul li:last-child a{padding-bottom: 5px;}
#gnb > li > ul li a{display: block;font-size: 18px;color: #fff;line-height: 45px;text-align: center;text-decoration: none;background-color: rgba(0,0,0,0.55);transition: background-color .2s;}
#gnb > li > ul li:hover a,
#gnb > li > ul li.active a{font-weight: bold;background-color: rgba(87,136,207,0.55);}
#gnb > li:hover > ul,
#gnb > li:focus-within > ul{visibility: visible;opacity: 1;}
#gnb > li.hidden-gnb{display: none;}

#drdw{position: fixed;top: 100px;left: 0;width: 100%;background: rgba(0,0,0,0.55);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: var(--website-layout-width);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: 20px;color: #fff;text-align: center;font-weight: bold;}
#drdw .inner > li ul li a{display: block;font-size: 17px;line-height: 38px;color: #fff;text-align: center;}
#drdw .inner > li ul li.active a{font-weight: bold;}
#drdw .inner > li.hidden-gnb{display: none;}
#drdw .close{width: 0;height: 0;border: none;background: #333;font-size: 16px;color: #fff;letter-spacing: -1px;overflow: hidden;margin: 0;display: block;}
#drdw .close:focus-within{width: 100%;height: 55px;}

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

#hd-sch{position: absolute;top: 50%;transform: translate(0, calc(-50% + 10px));right: 50px;z-index: 91;display: none;}
#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: 110px;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: var(--website-layout-width);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;}

#slide-btn{text-indent: -999em;width: 35px;height: 24px;position: absolute;top: 50%;transform: translate(0, -50%) ;right: 140px;}
#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: 3px;background: linear-gradient(to right,#7f3f98, #2b58a5, #00b5e2,#8dc63f, #fff200,#f7941d, #ed1c24);}
#slide-btn button span{display: block;top: 50%;margin-top: -1px;opacity: 1;transition: all 0.3s;}
#slide-btn button:before{content: '';display: block;top: 0;transition: all 0.3s;}
#slide-btn button:after{content: '';display: block;bottom: 0;transition: all 0.3s;}
#slide-btn button.on span{opacity: 0;}
#slide-btn button.on:before{top: 50%;margin-top: -1px;transform: rotate(45deg);}
#slide-btn button.on:after{bottom: 50%;margin-bottom: -1px;transform: rotate(-45deg);}

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

#asd{position: fixed;right: 50px;bottom: 50px;z-index: 89;}
#asd .aside_gotop{width: 50px;height: 50px;background: #333 url('/images/layout/ft-top-btn.jpg') no-repeat center center;background-size: contain;text-indent: -999em;display: block;border-radius: 50%;}

/* for footer */
#footer{background: #41475d;position: relative;z-index: 2;padding: 100px 0;}
#footer .fnbWrap{border-bottom: 1px solid #3d3d3d;display: none;}
#footer .fnbWrap .inner{position: relative;width: var(--website-layout-width);margin: 0 auto;}
#footer .ftWrap{position: relative;margin: 0 auto;padding: 0 140px; box-sizing: border-box;}
#footer address{padding-top: 30px;font-size: 16px;line-height: 1.5;color: #fff;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('/images/layout/ft-top-btn.jpg') no-repeat center center;width: 50px;height: 50px;text-indent: -999em;}

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

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

/**************************************************

	Multi ajax popup

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

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

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

/**************************************************

	Iniit progress bar

**************************************************/
#loading-screen{background: rgba(0,0,0,1);position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 9000;display: block;}
#loading-screen .in{width: 400px;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);display: none;}
#loading-screen .progress-bar{height: 3px;border-radius: 3px;background: rgba(255,255,255,0.5);overflow: hidden;position: relative;}
#loading-screen #progress{height: 7px;background: #fff;width: 0;position: absolute;top: 0;left: 0;height: 100%;transition: all 0.2s;}
#loading-screen .loading-text{margin-top: 10px;}
#loading-screen .loading-text,
#loading-screen #progress-percent{font-size: 14px;font-weight: bold;text-align: center;color: #fff;}

/**************************************************

	Main

**************************************************/
#main{ overflow: hidden; }
#main #content{  }
#main #mainWrap{position: relative;width: 100%;background-color: #000;}

#main .visual{position: relative;background-color: #000;overflow: hidden;}
#main .visual .roll .item{position: relative;overflow: hidden;}
#main .visual .roll .item img{position: relative;top: 0;left: 50%;transform: translate(-50%, 0);width: 100vw;min-width: 1920px;}
#main .visual .dots{position: absolute;bottom: 50px;left: 0;width: 100%;z-index: 81;text-align: center;}
#main .visual .dots span{display: inline-block !important;margin: 0 2px;}
#main .visual .dots span.swiper-pagination-bullet{display: block;width: 12px;height: 12px;background: rgba(255,255,255,0.4);text-indent: -999em;overflow: hidden;border: none;border-radius: 12px;transition: all 0.1s;}
#main .visual .dots span.swiper-pagination-bullet-active{background: #fff;width: 30px;}

.visual_wrap { height: 100%;}

#main .visual .video {position: relative;z-index: 0;width: 100vw;height: 100vh;overflow: hidden;}
#main .visual .video video {position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);min-width: 100%;min-height: 100%;width: auto;height: auto;}
#main .visual .video video.pc {display: block;}
#main .visual .video video.mobile {display: none;}


#main .visual .txt_box { position: absolute; top: 50%; left: 15px; right: 15px; transform: translateY(-50%); text-align: center; z-index: 2;}
#main .visual .txt_box h2 { text-align: center;}
#main .visual .txt_box p { padding-top: 50px; color: #fff; font-size: 46px; font-weight: 500; display: none;}
#main .visual .txt_box p * { color: inherit; font-size: inherit; font-weight: inherit;}

/* enabled fullpage.js */
html.fp-enabled #main .visual{padding-top: 110px;}
#main .visual.fp-section, #main .visual.fp-section .fp-tableCell{height: 500px !important;}
#main .footer_wrap.fp-section, #main .footer_wrap.fp-section .fp-tableCell{height: 280px !important;}

#mainWrap section { padding: 140px 0;}
#mainWrap .inner { height: 100%; padding: 0 150px; box-sizing: border-box;}

.main_tit_box {}
.main_tit_box h3 { color: #fff; font-size: 52px;}
.main_tit_box h3 * { color: inherit; font-size: inherit;}
.view_btn { display: block; width: 170px; height: 55px; align-content: center; margin-top: 50px; background-color: #09277e; color: #fff !important; font-size: 22px; text-align: center; border-radius: 99px; text-transform: uppercase; text-decoration: none !important;}
.view_btn i { vertical-align: text-bottom;}

.main_about { position: relative; background: url(/images/main/bg_main_about.jpg) no-repeat 50% / cover;}
.main_about .bg { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-color: #000;}
.main_about .cont_box { display: flex; justify-content: center; height: 100%;}
.main_about .img_box { position: relative; width: 40%; align-content: center; }
.main_about .img_box img:not(.img1) { position: absolute; top: 0; left: 0; }
.main_about .img_box .img1 { position: relative; z-index: 1; }
.main_about .img_box img { max-width: 100%;}
.main_about .txt_box { position: relative; width: 60%; align-content: flex-end; z-index: 0; margin-bottom: 40px;}
.main_about .txt_box h3 { }
.main_about .txt_box p { padding-top: 60px; color: #fff; font-size: 23px; font-weight: 500;}
.main_about .txt_box a i { vertical-align: middle;}
.main_about .txt_box .wave { position: absolute; top: 64%; left: -13%; /* transform: translateY(50%); background: url(/imagees/main/main_about_wave.png) no-repeat 50% / contain;*/ z-index: -1;}

.main_technology { background-color: #11182c;}
#mainWrap .main_technology .inner { padding: 0 ;}
.main_technology .list_box { position: relative; margin-top: 60px; padding: 0 105px; z-index: 0; box-sizing: border-box;}
.main_technology .list_bar { position: absolute; top: 50%; left: 0; right: 0; height: 140px; transform: translateY(-90%);  background: url(/images/main/main_technology_bar.jpg) no-repeat 50% / 100%; z-index: -1;}
.main_technology .list_box ul { display: flex;}
.main_technology .list_box li { width: 25%; padding: 0 30px; box-sizing: border-box; text-align: center;}
.main_technology .list_box li strong { font-size: 40px; }
.main_technology .list_box li .cir { padding-top: 15px;}
.main_technology .list_box li .cir img { max-width: 100%;}
.main_technology .list_box li p { padding-top: 20px; color: #fff; font-size: 24px;}

.main_technology .list_box li:nth-child(1) strong { color: #5f5fa5;}
.main_technology .list_box li:nth-child(2) strong { color: #36a7b1;}
.main_technology .list_box li:nth-child(3) strong { color: #b3c421;}
.main_technology .list_box li:nth-child(4) strong { color: #f49929;}
.main_technology .list_box .view_btn { margin: 60px auto 0;}

.main_product { background: url(/images/main/bg_main_product.jpg) no-repeat 50% / cover;}
.main_product .cont_box { display: flex; align-items: center; padding-top: 60px;}
.main_product .table_box {}
.main_product .table_box table { width: 100%;}
.main_product .table_box table th { padding: 20px 15px; background-color: rgba(26,25,57,0.8); font-size: 20px; font-weight: bold; text-align: center; border: 1px solid #6f6e83;}
.main_product .table_box table thead th { color: #b6eaf8;}
.main_product .table_box table tbody th { color: #fff;}
.main_product .table_box table tbody th img { display: inline-block; margin-bottom: 15px;}
.main_product .table_box table tbody td { color: #fff; font-size: 23px; text-align: center; font-weight: bold; border: 1px solid #6f6e83; }
.main_product .table_box table tbody td .col_sky { color: #38d2fc; font-weight: bold;}
.main_product .table_box table tbody tr:last-child th { position: relative; }
.main_product .table_box table tbody th .badge { position: absolute; top: 10px; left: 10px; }

.main_product .img_box { padding-left: 80px; box-sizing: border-box;}
.main_product .img_box .bottom_img { padding-top: 30px;}
.main_product .img_box .bottom_img p { padding-top: 10px; color: #fff; /*color: #dcfe06;*/ font-size: 20px;}
.main_product .img_box .bottom_img p b { color: #fff; font-weight: bold;}
.main_product .view_btn { margin: 60px auto 0;}



/**************************************************

	Subpage layout

**************************************************/
#sub{  }
#sub #content{ position: relative;width: 100%;margin: 0 auto;padding: 120px 0; background-color: #040c1f; }
#sub #content.bg_white { background-color: #fff;}

#sub .visual{position: relative;height: 460px;overflow: hidden;text-align: center;background-position: center center;background-size: cover;}
#sub .visual .inner{position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);white-space: nowrap;}
#sub .visual .inner h2{display: inline-block;vertical-align: middle;text-align: center;font-size: 60px;color: #fff;letter-spacing: -1px;z-index: 2;text-transform: uppercase;}
#sub .visual .inner em{display: block;margin-top: 10px;font-style: normal;font-size: 18px;font-weight: normal;color: #fff;word-break: break-all;}

.lnbWrap{background: var(--lnb-bg-color);}
#lnb{width: var(--website-layout-width);margin: 0 auto;display: flex;justify-content: center;flex-wrap: wrap;}
#lnb > li{display: inline-block;vertical-align: top;padding: 0 20px;}
#lnb > li a{position: relative;display: block;padding: 0 20px;line-height: 65px;font-size: 22px;text-decoration: none;text-align: center;color: #fff;transition: all .3s;}
/* #lnb > li:last-child a:after{content: '';display: block;position: absolute;top: 0;right: 0;width: 1px;height: 100%;background: rgba(255,255,255,0.1);} */
#lnb > li.active a{font-weight: bold;font-size: 26px;}
/* #lnb > li.active a:before,
#lnb > li.active a:after{display: none;} */
#lnb > li.active a:before{content: '';display: block;position: absolute;bottom: 0;left: 0;right: 0;height: 3px;background: rgba(255,255,255,1);}

#lnb > li a:hover { color: #a2ebfd;}

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

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

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

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

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

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

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

/**************************************************

	Subpage utility
	(모든 서브페이지에서 공통으로 사용되는 utility 스타일)

**************************************************/
/* fullsizing wrapper */
.full_wrapper{width: 100vw;position: relative;left: 50%;transform: translate(-50%, 0);}
.full_wrapper.bg_gray{padding: 100px 0;background: #f7f7f7;}
.full_wrapper .inner{width: var(--website-layout-width);margin: 0 auto;}

/* get css animation */
._ani_child{opacity: 0;transform: translate(0, 20px);transition: all 0.3s;}
._ani_child.on{opacity: 1;transform: translate(0, 0);}

/* etc */
.sub_title{margin-bottom: 50px;text-align: center;}
.sub_title h3{font-size: 50px;letter-spacing: -1px;color: #fff;text-align: center;}
.sub_title p{margin-top: 10px;font-size: 17px;letter-spacing: -1px;text-align: center;}
.sub_title strong { color: #fff; font-size: 23px; font-weight: 500;}
.sub_title strong + h3 { padding-top: 15px;}

.bg_white .sub_title h3 { color: #273955;}

.sub .inner { padding: 0 140px; box-sizing: border-box;}
.sub section + section { padding-top: 160px;}

.sub_sec_tit { padding-bottom: 40px;}
.sub_sec_tit h4 { padding-top: 30px; position: relative; color: #fff; font-size: 40px; }
.sub_sec_tit h4::before { content: ''; position: absolute; top: 0; left: 0; width: 96px; height: 7px; background: url(/images/sub/sub_sectit_img.jpg) no-repeat 50% / contain;}

/**************************************************

	Subpage styling
	(각 서브페이지별 스타일. 식별을 위해 경로 주석 표기)
	
	- class명은 snake style로 선언 ( greetings_box1 (ㅇ) / greetingsBox1 (x) )

**************************************************/
.top_cont {}
.top_cont .bg_box { margin-bottom: 0; padding: 120px 0; background-color: #273955; text-align: center;}
/* .top_cont .bg_box strong { color: #fff; font-size: 23px; font-weight: 500;} */
.top_cont .bg_box h3 { text-align: center;}
/* .top_cont .bg_box strong + h3 { padding-top: 10px;} */

.top_cont .quote_box { position: relative; padding: 80px 0;}
.top_cont .quote_box::before { content: '“'; position: absolute; top: 0; left: 50%; transform: translateX(-50%); color: #accbf9; font-size: 140px; font-family: 'Arial';}
.top_cont .quote_box::after { content: '“'; position: absolute; bottom: 0; left: 50%; transform: rotate(180deg) translateX(35%); color: #accbf9; font-size: 140px; font-family: 'Arial';}
.top_cont .quote_box p { color: #accbf9; font-size: 36px; font-weight: 600; text-align: center; font-style: italic; }


.bg_dot_box { min-height: 162px; margin-top: 30px; background-color: #273955;}
.bg_dot_box ul { padding: 30px; box-sizing: border-box;}
.bg_dot_box li { position: relative; padding-left: 20px; color: #fff; font-size: 20px; font-weight: 500; line-height: 1.5;}
.bg_dot_box li::before { content: ''; position: absolute; top: 11px; left: 0; background-color: #040c1f; width: 7px; height: 7px; }
.bg_dot_box li + li { margin-top: 10px;}





/* company > company */
.company_cont01{  }
.company_cont01 .txt_box { padding-top: 50px;}
.company_cont01 .txt_box p { color: #fff; font-size: 23px;}
.company_cont01 .txt_box p + p { padding-top: 40px;}

.company_cont02 .img_box img { max-height: calc(100vh - 150px);}
.company_cont03 .img_box img { max-height: calc(100vh - 150px);}

.company_cont04 { }
.company_cont04 .tit_box { }
.company_cont04 .tit_box h4 { color: #fff; font-size: 100px; text-align: center; }
.company_cont04 .tit_box h4 .col { color: #accbf9; font-weight: inherit; }
.company_cont04 .img_box { padding-top: 50px; }
.company_cont04 .img_box ul { display: flex; justify-content: center; margin: 0 -20px;}
.company_cont04 .img_box li { padding: 0 20px;}
.company_cont04 .img_box li img { width: 100%; max-width: 100%;;}
.company_cont04 .txt_box { max-width: 1400px; margin: 0 auto; padding-top: 50px; }
.company_cont04 .txt_box p { color: #fff; font-size: 22px; }


/* company > people */
.people_cont02 { }
.people_cont02 .list_box { }
.people_cont02 .list_box > ul { display: flex; flex-wrap: wrap; margin: -50px;}
.people_cont02 .list_box > ul > li { width: 50%; padding: 50px; box-sizing: border-box;}
.people_cont02 .list_box li .top_box { display: flex; align-items: flex-end;}
.people_cont02 .list_box li .img_box { }
.people_cont02 .list_box li .txt_box { padding-left: 30px;}
.people_cont02 .list_box li .name_box { position: relative; padding-bottom: 20px; }
.people_cont02 .list_box li .name_box p { color: #fff; font-size: 50px; font-weight: bold; }
.people_cont02 .list_box li .name_box::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 14px; background: url(/images/sub/people_cont02_bar.png) no-repeat 50% / contain; }
.people_cont02 .list_box li .info_box { padding-top: 15px; }
.people_cont02 .list_box li .info_box p { color: #c5dbfb; font-size: 20px; }
.people_cont02 .list_box li .info_box .col_white { color: #fff; }
/* .people_cont02 .list_box li .bg_box { min-height: 162px; margin-top: 30px; background-color: #273955;}
.people_cont02 .list_box li .bg_box ul { padding: 30px; box-sizing: border-box;}
.people_cont02 .list_box li .bg_box li { position: relative; padding-left: 20px; color: #fff; font-size: 20px; font-weight: 500; }
.people_cont02 .list_box li .bg_box li::before { content: ''; position: absolute; top: 8px; left: 0; background-color: #040c1f; width: 7px; height: 7px; }
.people_cont02 .list_box li .bg_box li + li { margin-top: 15px;} */

.people_cont02 .list_box li:nth-child(even) .top_box { flex-direction: row-reverse; }
.people_cont02 .list_box li:nth-child(even) .txt_box{ padding: 0; padding-right: 30px; text-align: right;}

.people_cont03 img { max-width: 100%;}



/* company > contact */
.sub_contact { margin: -120px 0; padding: 100px 0; background: url(/images/sub/bg_contact.jpg) no-repeat 50% 0 / cover; }
.contact_cont01 { }

.sub_contact .contact_cont02 { padding-top: 65vh; }
.contact_cont02 .info_box { width: 40%; margin-left: auto;}
.contact_cont02 .info_box dl { }
.contact_cont02 .info_box dl + dl { padding-top: 40px; }
.contact_cont02 .info_box dt { color: #accbf9; font-size: 26px; font-weight: bold;}
.contact_cont02 .info_box dd { padding-top: 15px; color: #fce0c3; font-size: 21px;}
.contact_cont02 .info_box dd + dd { padding-top: 7px;}

.contact_cont02 .info_box dl:first-child { }
.contact_cont02 .info_box dl:first-child dt { font-size: 32px;}
.contact_cont02 .info_box dl:first-child dd { color: #fff; font-size: 28px;}

/* technology > 공통 */
/* .common_cont_box { padding-top: 20px; } */
.common_cont_box strong {color: #b6eaf8; font-size: 36px; }
.common_cont_box p { color: #fff; font-size: 24px; font-weight: 500;}
.common_cont_box strong + p { padding-top: 20px; }

/* technology > core_technology */
.sub_core_technology { }
.sub_core_technology .img_box { padding-top: 60px;}
.sub_core_technology .img_box img { max-width: 100%;}
.sub_core_technology .img_box ul { display: flex; margin: 0 -30px;} 
.sub_core_technology .img_box li { position: relative; width: calc(50% - 60px); padding: 40px 0; margin: 0 30px; text-align: center; z-index: 0;}
.sub_core_technology .img_box li img { max-width: 100%;}

.sub_core_technology .table_box { padding-top: 60px;} 
.sub_core_technology .table_box table { width: 100%;}
.sub_core_technology .table_box thead th { padding: 20px 15px; box-sizing: border-box;}
.sub_core_technology .table_box thead th:first-child { padding-left: 0;}
.sub_core_technology .table_box thead th:last-child { padding-right: 0;}
.sub_core_technology .table_box tbody td { padding: 20px 15px; color: #fff; font-size: 26px; font-weight: 500; text-align: center;}
.sub_core_technology .table_box tbody td > div { padding: 20px 15px; background-color: #1a1939; color: inherit; font-size: inherit;  }
.sub_core_technology .table_box tbody .col { color: #b6eaf8; font-weight: 500;}

.sub_core_technology .table_box tbody td:last-child > div { background-color: #27048a;}

.sub_core_technology .table_box img{ max-width: 100%; width: 100%;}

.core_technology_cont03 .img_box li:nth-child(1) { background: url(/images/sub/core_technology_cont03_bg1.jpg) no-repeat 50% / cover;} 
.core_technology_cont03 .img_box li:nth-child(2) { background: url(/images/sub/core_technology_cont03_bg2.jpg) no-repeat 50% / cover;} 
.core_technology_cont03 .img_box li .shadow { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); z-index: -1; mix-blend-mode: overlay;}
.core_technology_cont03 .img_box li .hover { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); z-index: -1; mix-blend-mode: overlay; opacity: 0;  transition: all .3s;}

.core_technology_cont03 .img_box li:hover .hover { opacity: 1;}




/* technology > applied_technology */
.applied_technology_cont02 {}
.applied_technology_cont02 .img_box { margin-top: 60px; padding: 80px 0; background-color: #273955;}
.applied_technology_cont02 .img_box ul {display: flex; justify-content: center; padding: 0 120px; box-sizing: border-box;}
.applied_technology_cont02 .img_box li { width: 50%; margin: 0 -30px;}
.applied_technology_cont02 .img_box li p { padding-left: 120px; padding-bottom: 10px; color: #fff; font-size: 32px; font-weight: bold;}
.applied_technology_cont02 .img_box li p .col { color: #fef50a; font-weight: inherit;}
.applied_technology_cont02 .img_box li img { max-width: 100%;}


.applied_technology_cont03 .img_box { margin-top: 60px;}
.applied_technology_cont03 .img_box img { max-height: calc(100vh - 150px);}


/* technology > application */
.sub_application { }
.sub_application .common_cont_box strong { color: #accbf9; }

.sub_application .img_box { padding-top: 30px;}
.sub_application .img_box p { color: #fff; font-size: 18px; text-align: right;}
.sub_application .img_box ul { display: flex; justify-content: space-between; margin: 10px -20px 0;}
.sub_application .img_box li { padding: 0 20px;}
.sub_application .img_box li img { max-width: 100%;}

.sub_application .bg_dot_box { margin-top: 40px;}
/* .application_cont02 .img_box { }
.application_cont02 .img_box ul { display: flex; margin: 0 -20px;}
.application_cont02 .img_box li { padding: 0 20px;} */


/* product > 공통 */
.dot_list { padding-top: 50px;}
.dot_list ul { max-width: 1270px; margin: 0 auto;}
.dot_list li { position: relative; padding-left: 20px; color: #fff; font-size: 20px;}
.dot_list li::before { content: ''; position: absolute; top: 11px; left: 0; background-color: #6c249f; width: 7px; height: 7px; }
.dot_list li + li { margin-top: 10px;}

/* product > hy_fi */
.hy_fi_cont02 { }
.hy_fi_cont02 .img_box { padding-top: 30px;}
.hy_fi_cont02 .img_box p { color: #fff; font-size: 18px; text-align: right; }
.hy_fi_cont02 .img_box ul { position: relative; display: flex; justify-content: space-between; align-items: center;}
.hy_fi_cont02 .img_box li { position: relative; z-index: 1; }
.hy_fi_cont02 .img_box li:not(.center) { max-width: 35%;}
.hy_fi_cont02 .img_box .center { position: absolute; top: 50%; left: 50%; transform: translate(-51.5%,-50%); z-index: 0;}
.hy_fi_cont02 .img_box li:not(.center) img { max-width: 100%;}
.hy_fi_cont02 .img_box .center img { max-width: 75vw;}

.hy_fi_cont02 .table_box { padding-top: 200px;}
.hy_fi_cont02 .table_box table { width: 100%; max-width: 1270px; margin: 0 auto;}
.hy_fi_cont02 .table_box table tr > * { padding: 15px; border: 1px solid #455f87;}
.hy_fi_cont02 .table_box thead th { background-color: #1a1939; color: #fff; font-size: 32px; font-weight: bold;}
.hy_fi_cont02 .table_box tbody tr > * { background-color: #1a1939; color: #fff; font-size: 28px; font-weight: bold; text-align: center;}
/* .hy_fi_cont02 .table_box tbody td { position: relative;  z-index: 0;} */
/* .hy_fi_cont02 .table_box tbody td::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(to right,#7f3f98, #2b58a5, #00b5e2,#8dc63f, #fff200,#f7941d, #ed1c24); z-index: -1; mix-blend-mode: color-dodge;} */

/* .hy_fi_cont02 .dot_list { padding-top: 50px;}
.hy_fi_cont02 .dot_list ul { max-width: 1270px; margin: 0 auto;}
.hy_fi_cont02 .dot_list li { position: relative; padding-left: 20px; color: #fff; font-size: 20px;}
.hy_fi_cont02 .dot_list li::before { content: ''; position: absolute; top: 11px; left: 0; background-color: #6c249f; width: 7px; height: 7px; }
.hy_fi_cont02 .dot_list li + li { margin-top: 10px;} */



/* product > software */
.software_cont02 .img_box li { text-align: center;}
.software_cont02 .img_box li + li { margin-top: 40px; }
.software_cont02 .img_box li img { max-width: 100%;}



/* story > news */
.sub_story { }
.sub_story .inner { padding: 0; }
.sub_story > ul { }
.sub_story .story_item { position: relative; display: flex; }
.sub_story .story_item > a { position: absolute; top: 0; left: 0; right: 0; bottom: 0; }
.sub_story .story_item > div { width: 50%; box-sizing: border-box;}
.sub_story .story_item .txt_box { display: flex; flex-direction: column; justify-content: space-between; padding: 40px 0;}
.sub_story .story_item .txt_box > div { max-width: 70% }
.sub_story .story_item .txt_box .tit { padding-bottom: 15px; color: #1d417d; font-size: 32px; font-weight: bold;}
.sub_story .story_item .txt_box .txt,
.sub_story .story_item .txt_box .date { color: #6f98c4; font-size: 21px;}
.sub_story .story_item .img_box { }
.sub_story .story_item .img_box a { display: block;}
.sub_story .story_item .img_box .tmb { height: 0; padding-bottom: 53.5%; background-position: 50%; background-repeat: no-repeat; background-size: cover; }

.sub_story .story_item:nth-child(even) { flex-direction: row-reverse;}
.sub_story .story_item:nth-child(odd) .txt_box { padding-right: 50px; text-align: right;}
.sub_story .story_item:nth-child(even) .txt_box { padding-left: 50px;}

.sub_story .story_item:nth-child(odd) .txt_box > div { margin-left: auto;}















/* eng */
.eng .bg_dot_box { min-height: 230px;} 
.eng .people_cont02 .list_box li .name_box p { font-size: 46px;}
.eng .people_cont02 .list_box li .info_box p { font-size: 19px;}