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

	Global.css

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

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

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

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

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

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

}

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

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

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

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

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

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

/**************************************************
	Layout
**************************************************/
#header{position: fixed; top:0; left:0; width:100%; box-sizing:border-box; padding:0 80px; z-index: 90;background:none;}
#header .inner{position: relative;width:100%;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;}


#header .logo img.off {display:inline-block;}
#header .logo img.on {display:none;}


#header a.hd_btn {position:absolute; line-height:30px; top:45px; right:0; box-sizing:border-box; padding-left:70px; font-size:28px; font-weight:700;  font-family: 'Open Sans'; color:#fff;}
#header a.hd_btn b {position:absolute; top:2px; left:0; width:60px; line-height:30px; text-align:center; border-radius:30px; font-size:16px; color:#013801; font-weight:600; background:#fff;}



#header.on {background: #fff;box-shadow: 0 3px 3px rgba(0,0,0,0.1);}
#header.on #gnb > li > a {color:#333;}
#header.on .logo img.off {display:none;}
#header.on .logo img.on {display:inline-block;}
#header.on a.hd_btn {color:#013801;}
#header.on a.hd_btn b {color:#fff;background:#013801}


#header.active {background: #fff;box-shadow: 0 3px 3px rgba(0,0,0,0.1);}
#header.active #gnb > li > a {color:#333;}
#header.active .logo img.off {display:none;}
#header.active .logo img.on {display:inline-block;}


#header.active a.hd_btn {color:#013801;}
#header.active a.hd_btn b {color:#fff;background:#013801}




#gnb{position: absolute;top: 0;left: 50%;transform: translate(-50%, 0);z-index: 2;}
#gnb > li{position: relative;display: inline-block;vertical-align: top;}
#gnb > li > a{display: block;padding: 0 30px;line-height:120px;font-size: 18px;color: #fff;text-decoration: none;}
#gnb > li:hover > a,
#gnb > li.active > a {color:#013f00; font-weight:600;}
#gnb > li > ul{position: absolute;top: 117px;left: 50%;width: 240px;transform: translate(-50%, 0);background: #fff; border-top: 3px solid #013801;box-sizing: border-box;visibility: hidden;box-shadow: 3px 3px 10px rgba(0,0,0,0.1);box-shadow: inset 0 2px 2px rgba(0,0,0,0.04);}
#gnb > li > ul li{}
#gnb > li > ul li:first-child{}
#gnb > li > ul li:first-child a{padding-top: 25px;}
#gnb > li > ul li:last-child a{padding-bottom: 25px;}
#gnb > li > ul li a{display: block;font-size: 18px;color: #555;line-height: 40px;text-align: center;text-decoration: none;}
#gnb > li > ul li:hover a,
#gnb > li > ul li.active a{font-weight:600; color: #013801;}
#gnb > li:hover > ul,
#gnb > li:focus-within > ul{visibility: visible;opacity: 1;}
#gnb > 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 > li{display: inline-block;padding: 40px 0;vertical-align: top;}
#drdw .inner > li:before{content: '';display: block;position: absolute;top: 0;height: 100%;width: 1px;background: #e8e8e8;}
#drdw .inner > li:first-child{border-left-width: 1px;}
#drdw .inner > li > a{display: block;margin-bottom: 15px;font-size: 18px;color: #000;text-align: center;font-weight: bold;}
#drdw .inner > li ul li a{display: block;font-size: 15px;line-height: 35px;color: #555555;text-align: center;}
#drdw .inner > li ul li.active a{font-weight: bold;}
#drdw .inner > li.hidden-gnb{display: none;}
#drdw .close{width: 0;height: 0;border: none;background: #333;font-size: 16px;color: #fff;letter-spacing: -1px;overflow: hidden;margin: 0;display: block;}
#drdw .close:focus-within{width: 100%;height: 55px;}

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

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

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

#footer{background: #222222;}
#footer .fnbWrap{border-bottom: 1px solid #3d3d3d;}
#footer .fnbWrap .inner{position: relative;width: 1300px;margin: 0 auto;}
#footer .ftWrap{position: relative;width: 1300px;margin: 0 auto;padding: 50px 0;}
#footer address{font-size: 16px;line-height: 24px;color: #919696;font-style: normal;}
#footer address strong {font-weight:500; color:#bdc2bd;}
#footer address hr{width: 20px;border: none;display: inline-block;vertical-align: middle;}
#footer address .copyright{display: block;margin-top: 10px;font-size: 16px; line-height:24px;color: #919696;}
#footer address .copyright b {font-weight:600; color:#bcc1bc;}

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

#gotop{position: absolute;top: 50%;right: 0; margin-top:-35px; display: block;background: url('/images/layout/top_btn.png') no-repeat center center;width: 70px;height: 70px;text-indent: -999em;}

#fnb > li{display: inline-block; margin:15px 0; padding: 0 10px; position:relative;}
#fnb > li:first-child{padding-left: 0;background: none;}
#fnb > li:after {position:absolute; content:''; width:2px; height:12px; top:9px; left:0; background:#455145;}
#fnb > li a{font-size: 16px;color: #bfc7bf;letter-spacing: -1px;line-height: 30px;}

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

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

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

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

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

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

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

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



.section_1 {width:100%; padding:50px 0;}
.section_1 .body {width:100%; max-width:1340px; margin:0 auto;}
.section_1 ul {width:100%; overflow:hidden; padding:30px 20px; box-sizing:border-box; }
.section_1 ul:after {display:block; content:''; clear:both;}
.section_1 ul li {width:calc(20% - 16px); float:left; text-align:center; display:inline-block; vertical-align:top; margin-right:20px; transition:all 0.3s;}
.section_1 ul li a { display:block; width:100%; height:100%; box-sizing:border-box; padding:40px 10px; border:1px solid #ddd;transition:all 0.3s;  }
.section_1 ul li:last-child {margin-right:0;}
.section_1 ul li img.off {display:inline-block;}
.section_1 ul li img.on {display:none;}
.section_1 ul li p {margin-top:15px; font-size:24px; color:#333; line-height:32px; font-weight:500;}


.section_1 ul li:hover {padding-bottom:20px; top:-20px;}
.section_1 ul li:hover a {margin-top:-20px; border-color:rgba(255,255,255,0); box-shadow:0 5px 10px 5px rgba(17,139,17,0.3);
    background: -webkit-linear-gradient(bottom, #003600 0, #0f5f0f 100%);
    background: -o-linear-gradient(bottom, #003600 0, #0f5f0f 100%);
    background: -moz-linear-gradient(bottom, #003600 0, #0f5f0f 100%); background: linear-gradient(to bottom, #003600 0, #0f5f0f 100%);
}
.section_1 ul li:hover a img.off {display:none;}
.section_1 ul li:hover a img.on {display:inline-block;}
.section_1 ul li:hover a p {color:#fff;}



.section_2 {width:100%; padding:0 0 100px; position:relative; background:#f8f8f8; margin-top:160px;}
.section_2.m_none {display:none;}
.section_2 .body {width:100%; max-width:1300px; margin:0 auto;}
.section_2 .body:after {display:block; content:''; clear:both;}
.section_2 .left {width:calc(50% - 10px); float:left; margin-right:20px; margin-top:-160px;}
.section_2 .left .top_box {width:100%;  position:relative; background:url('/images/main/section_2_img_1.png') center center no-repeat; background-size:cover;}
.section_2 .left .top_box .txt { width:100%; box-sizing:border-box; padding:60px; }
.section_2 .left .top_box .txt strong {display:block; font-size:34px; line-height:40px; color:#fff; font-weight:600;}
.section_2 .left .top_box .txt p {font-size:18px; font-weight:300; color:#fff; margin-top:10px; line-height:30px;}
.section_2 .left .top_box .txt span {display:block; font-size:16px; font-weight:600; color:#fff; line-height:20px; margin-top:100px; font-family: 'Open Sans';}

.section_2 .right {width:calc(50% - 10px); float:left; margin-top:-160px;}
.section_2 .right .top_box {width:100%;  position:relative; background:url('/images/main/section_2_img_2.png') center center no-repeat; background-size:cover;}
.section_2 .right .top_box .txt { width:100%; box-sizing:border-box; padding:60px; }
.section_2 .right .top_box .txt strong {display:block; font-size:34px; line-height:40px; color:#fff; font-weight:600;}
.section_2 .right .top_box .txt p {font-size:18px; font-weight:300; color:#fff; margin-top:10px; line-height:30px;}
.section_2 .right .top_box .txt span {display:block; font-size:16px; font-weight:600; color:#fff; line-height:20px; margin-top:100px; font-family: 'Open Sans';}

.section_2 .bot_box {margin-top:90px; box-sizing:border-box; }
.section_2 .bot_box h3 {position:relative; box-sizing:border-box; font-size:28px; line-height:50px; color:#333; font-weight:600; padding-right:95px; padding-bottom:10px; border-bottom:2px solid #003600;}
.section_2 .bot_box h3 a {position:absolute; top:20px; right:0; font-size:16px; font-weight:600; color:#003600; line-height:30px; font-family: 'Open Sans';}
.section_2 .bot_box ul {width:100%;}
.section_2 .bot_box ul li {width:100%; border-bottom:1px solid #ddd;}
.section_2 .bot_box ul li a {position:relative; display:block; width:100%; box-sizing:border-box; padding:20px 20px 20px 120px; }
.section_2 .bot_box ul li a strong {position:absolute; top:20px; left:10px; width:90px; box-sizing:border-box; border:2px solid #003600; text-align:center; padding:13px 0; font-size:20px; font-weight:600; color:#003600; line-height:24px; font-family: 'Open Sans'; background:#fff;}
.section_2 .bot_box ul li a strong b {display:block; font-size:32px; line-height:36px;}
.section_2 .bot_box ul li a p {margin:27px 0; font-size:24px; line-height:#6px; color:#333; font-weight:500; height:36px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1;-webkit-box-orient: vertical; word-wrap: break-word;}
.section_2 .bot_box ul li a span {font-size:18px; line-height:36px; color:#555; font-weight:300; height:36px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1;-webkit-box-orient: vertical; word-wrap: break-word;}


.section_2 .left .bot_box {padding-right:20px;}
.section_2 .right .bot_box {padding-left:20px;}




.section_3 {width:100%; padding:80px 0;}
.section_3 .body {width:100%; max-width:1300px; margin:0 auto;}
.section_3 ul {width:100%;}
.section_3 ul:after {display:block; content:''; clear:both;}
.section_3 ul li {width:33.333%; float:left;}
.section_3 ul li a { display:block; box-sizing:border-box; padding:0 50px; border-right:1px solid #ddd;}
.section_3 ul li:first-child a{border-left:1px solid #ddd;}
.section_3 ul li strong {display:block; font-size:30px; line-height:36px; margin-top:30px; color:#333; font-weight:600;}
.section_3 ul li p {font-size:18px; line-height:26px; font-weight:300; color:#666; margin-top:15px; height:52px; }











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

#sub #content > *{}

#sub .sub-vis{position: relative;height:420px;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:50px; font-weight:500; margin-top:120px; 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:#fff; border-bottom:1px solid #ddd;}
#lnb{width: 1300px;margin: 0 auto;  text-align:center;}
#lnb > li{display: inline-block;vertical-align: top; margin:0 19px; }
#lnb > li a{position: relative;display: block; padding:0 19px; line-height: 70px;font-size: 18px;text-decoration: none;text-align: center; font-weight:300; color: #555;}
#lnb > li a:before{content: '';display: none;position: absolute;bottom:-1px;left: 0;width: 100%;height: 3px;background:#003600;}
#lnb > li.active a{ color: #005900; font-weight:600;}
#lnb > li.active a:before {display: block;}

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

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

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

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

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

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


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




.aboutus {width:100%; text-align:center;}
.aboutus strong {display:block; font-size:36px; line-height:46px; color:#333; margin-top:30px; font-weight:500; }
.aboutus strong b {color:#005900; font-weight:600;}
.aboutus p {font-size:22px; line-height:36px; color:#555; margin-top:20px; font-weight:300;}



.crash {width:100%;}
.crash .img {position:relative;}
.crash .txt {position:relative; width:calc(100% - 200px); margin:-100px auto 0; background:#fff; padding:50px 50px 0; box-sizing:border-box; z-index:2;}
.crash .txt h3 {font-size:38px; line-height:42px; color:#005900; text-align:center; font-weight:600;}
.crash .txt p {margin-top:20px; font-size:22px; line-height:36px; color:#555; font-weight:300; text-align:center;}



.lawyer_list {width:100%;}
.lawyer_list h3 {font-size:36px; font-weight:500; line-height:50px; color:#333; text-align:center;}
.lawyer_list h3 b {font-weight:600; color:#005900;}

.lawyer_list ul {width:100%;}
.lawyer_list ul:after {display:block; content:''; clear:both;}
.lawyer_list ul li {width:calc(33.333% - 24px); display:inline-block; vertical-align:top; float:left; margin-right:36px; margin-top:50px;}
.lawyer_list ul li:nth-child(3n) {margin-right:0;}
.lawyer_list ul li .img {position:relative; width:100%; height:0; padding-bottom:125%;}
.lawyer_list ul li .img img {position:absolute; top:0; left:0; width:100%; height:100%;}
.lawyer_list ul li .txt {width:100%; box-sizing:border-box; border:1px solid #ddd; border-top:0; padding:25px 10px; text-align:center;}
.lawyer_list ul li .txt p {font-size:15px; font-weight:700; color:#005900; line-height:20px;  font-family: 'Open Sans';}
.lawyer_list ul li .txt strong {display:block; font-size:24px; line-height:36px; margin-top:5px; color:#333; font-weight:600;}
.lawyer_list ul li .txt span {display:block; font-size:15px; color:#888; font-weight:600; margin-top:15px; font-family: 'Open Sans'; }



.lawyer_view {width:100%;}
.lawyer_view:after {display:block; content:''; clear:both;}
.lawyer_view .img {width:420px; float:left;}
.lawyer_view .txt {width:calc(100% - 420px); box-sizing:border-box; padding-left:80px; float:left;}
.lawyer_view .txt .view_tit {padding-bottom:30px; border-bottom:1px solid #ddd; width:100%;}
.lawyer_view .txt .view_tit span {display:block; font-size:20px; font-weight:700; color:#005900; line-height:20px;  font-family: 'Open Sans'; }
.lawyer_view .txt .view_tit h3 {margin-top:15px; font-size:38px; color:#333; font-weight:600; line-height:46px;}
.lawyer_view .txt .view_tit p {font-size:18px; color:#555; line-height:30px; margin-top:20px;}

.lawyer_view .txt .view_cont {}
.lawyer_view .txt .view_cont strong {display:block; position:relative; box-sizing:border-box; margin-top:30px; margin-bottom:10px; padding-left:20px; font-size:20px; line-height:36px; color:#333; font-weight:600;}
.lawyer_view .txt .view_cont strong:after {position:absolute; content:''; width:10px; height:2px; top:17px; left:0; background:#005900;}
.lawyer_view .txt .view_cont p { padding-left:20px; box-sizing:border-box; font-size:16px; line-height:30px; font-weight:300; color:#555; }



.btn_body {width:100%; margin:50px auto 0; text-align:center;}
.btn_body .btn_1 {display:inline-block; width:160px; line-height:45px; margin:5px; font-size:16px; font-weight:300; color:#fff; background:#333; }





/* [240624 kyj] S */
.section_1 ul li:nth-child(2) a {padding-top: 38px;padding-bottom: 39px;}