/*!
 * style css v0.0.1
 * Copyright 2022.10
 * Writer 김준엽
 * UPDATE
 *
 * Writer 		Date 			Desc
 * -------------------------------------------
 * 조이레		2023-01-05 		~~
 *
 */
@charset "UTF-8";

head, body{max-width: 100%;overflow-x: hidden;}
body{overflow-x: hidden;width: 100%;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.menu_require_toggle {right: -120px;}
@media screen and (max-width: 1630px)
{
	.menu_require_toggle {
	    position: fixed;
	    right: 0;
	    top: 190px;
	    background-color: #416bd7;
	    border-radius: 0;
	    border-top-left-radius: 25px;
	    border-bottom-left-radius: 25px;
	    z-index: 9;
	}
}
.hidden {
 position:absolute !important;
 width:1px;
 height:1px;
 overflow:hidden;
 clip:rect(1px 1px 1px 1px); /* IE6, IE7 */
 clip:rect(1px, 1px, 1px, 1px);}

.hide{overflow:hidden; display:block; border:0; margin:-1px; width:1px; height:1px; clip:rect(1px, 1px, 1px, 1px)}
.slide_hidden{position: absolute;top: 0;left: -9999px;text-indent: -9999px;display: block;font-size: 0;}
.clearfix:after{content:""; display:block; clear:both}
 #content_wrap  {width:100% !important;} 
/* css :padding */
.p00	{padding:0px !important}
.p10	{padding:10px !important}
.p15	{padding:15px !important}
.p20	{padding:20px !important}
.p25	{padding:25px !important}
.p30	{padding:30px !important}

.pt00    {padding-top:0px !important}
.pt03    {padding-top:3px !important}
.pt05    {padding-top:5px !important}
.pt08    {padding-top:8px !important}
.pt10    {padding-top:10px !important}
.pt15    {padding-top:15px !important}
.pt20    {padding-top:20px !important}
.pt25    {padding-top:25px !important}
.pt30    {padding-top:30px !important}
.pt35    {padding-top:35px !important}
.pt40    {padding-top:40px !important}
.pt45    {padding-top:45px !important}
.pt50    {padding-top:50px !important}

.pr00    {padding-right:0px !important}
.pr05    {padding-right:5px !important}
.pr10    {padding-right:10px !important}
.pr15    {padding-right:15px !important}
.pr20    {padding-right:20px !important}
.pr25    {padding-right:25px !important}
.pr30    {padding-right:30px !important}

.pb00    {padding-bottom:0px !important}
.pb05    {padding-bottom:5px !important}
.pb10    {padding-bottom:10px !important}
.pb15    {padding-bottom:15px !important}
.pb20    {padding-bottom:20px !important}
.pb25    {padding-bottom:25px !important}
.pb30    {padding-bottom:30px !important}
.pb40    {padding-bottom:40px !important}

.pl00    {padding-left:0px !important}
.pl05    {padding-left:5px !important}
.pl08    {padding-left:8px !important}
.pl10    {padding-left:10px !important}
.pl15    {padding-left:15px !important}
.pl20    {padding-left:20px !important}
.pl25    {padding-left:25px !important}
.pl30    {padding-left:30px !important}
.pl50    {padding-left:50px !important}
.pl55    {padding-left:55px !important}
.pl85    {padding-left:85px !important}

/* css :margin */
.m00	{margin:0px !important}
.m05	{margin:5px !important}
.m10	{margin:10px !important}
.m20	{margin:20px !important}
.m30	{margin:30px !important}

.mt00, .mt0    {margin-top:0px !important}
.mt03    {margin-top:3px !important}
.mt05    {margin-top:5px !important}
.mt07    {margin-top:7px !important}
.mt10    {margin-top:10px !important}
.mt15    {margin-top:15px !important}
.mt20    {margin-top:20px !important}
.mt25    {margin-top:25px !important}
.mt30    {margin-top:30px !important}
.mt35    {margin-top:35px !important}
.mt40    {margin-top:40px !important}
.mt45    {margin-top:45px !important}
.mt50    {margin-top:50px !important}
.mt65    {margin-top:65px !important}

.mr00    {margin-right:0px !important}
.mr10    {margin-right:10px !important}
.mr15    {margin-right:15px !important}
.mr20    {margin-right:20px !important}
.mr25    {margin-right:25px !important}
.mr30    {margin-right:30px !important}
.mr40    {margin-right:40px !important}

.ml00, .ml0    {margin-left:0px !important}
.ml07    {margin-left:7px !important}
.ml08    {margin-left:8px !important}
.ml05    {margin-left:5px !important}
.ml10    {margin-left:10px !important}
.ml15    {margin-left: 15px !important;}
.ml16    {margin-left: 16px !important;}
.ml17    {margin-left: 17px !important;}
.ml18    {margin-left: 18px !important;}
.ml20    {margin-left:20px !important}
.ml25    {margin-left:25px !important}
.ml30    {margin-left:30px !important}
.ml60    {margin-left:60px !important}
.ml110 {margin-left: 110px !important;}

.mb00    {margin-bottom:00px !important}
.mb05    {margin-bottom:5px !important}
.mb10    {margin-bottom:10px !important}
.mb15    {margin-bottom:15px !important}
.mb20    {margin-bottom:20px !important}
.mb25    {margin-bottom:25px !important}
.mb30    {margin-bottom:30px !important}

.mt_03   {margin-top:-3px !important}
.mt_05   {margin-top:-5px !important}
.mt_10   {margin-top:-10px !important}
.mt_15   {margin-top:-15px !important}
.mt_20   {margin-top:-20px !important}
.mt_25   {margin-top:-25px !important}
.mt_30   {margin-top:-30px !important}
.mt_35   {margin-top:-35px !important}
.mt_40   {margin-top:-40px !important}
.mt_80   {margin-top:-80px !important}

.ml_05   {margin-left:-5px !important}
.ml_10   {margin-left:-10px !important}
.ml_15   {margin-left:-15px !important}
.ml_20   {margin-left:-20px !important}
.ml_25   {margin-left:-25px !important}
.ml_30   {margin-left:-30px !important}

/*.blind {*/
/*	position: absolute;*/
/*	overflow: hidden;*/
/*	clip: rect(0,0,0,0);*/
/*	width: 1px;*/
/*	height: 1px;*/
/*	margin: -1px;*/
/*}*/

/* Header Css */
header {position: fixed; width: 100%; border-bottom:  1px solid #e3e3e3; min-height: 100px;z-index: 50;background: #fff; box-sizing: border-box;}
header .service_box {position: relative; height: 45px; border-bottom: 1px solid #e3e3e3;}
header .service_box .sns_box{display: flex; display: -webkit-flex !important; gap: 2px;margin-right: 15px;}
header .service_box .sns_box li{}
header .service_box .sns_box li a{}
header .bottom {position: relative; height: 100px;}
header .inner {display:flex; display: -webkit-flex !important; justify-content: flex-end;align-items: center;position: relative; width: 1400px; height:100%; margin:0 auto;/*  clear: both; overflow: hidden; */}
header .inner .left{position: relative;width: 175px;}
header .inner .left .sns_link{padding-right: 20px;font-size: 14px;color: #555;}
header .inner .left .sns_link:after {content: '';display: inline-block;position: absolute;top: 5px;right: 2px;transform: rotate(130deg);width: 5px;height: 5px;border-top: 1px solid #555;border-right: 1px solid #555;}
header .inner .left ul{display: none;position: absolute;top: 34px;right: 0;z-index: 15000;width: 100%;padding: 3px 0;border: 1px solid #ddd;border-top: 0;background: #fff;box-sizing: border-box;}
header .inner .left ul li{padding: 3px 10px;}
header .inner .left ul li a{display:inline-block;width:100%;font-size: 14px;}
header .inner .left ul li a img{width: 18px;margin-right: 5px;vertical-align: bottom;}

header .inner .right{font-size: 0;}
header .inner .right > a{font-size:14px;}
header .inner .right .sitemap_link{position:relative;margin-right: 20px;}
header .inner .right .sitemap_link:before{content: '';display: inline-block;position: absolute;top: 50%;right: -20px;transform: translateY(-50%);width: 1px;height: 12px;background: #b3c8af;}
header .inner .right .eng_link{margin-left: 20px;}


header .service_box .inner .shortcut_box {float: left; display: flex; display: -webkit-flex !important;}

header .bottom .inner{display: flex; display: -webkit-flex !important; position: relative;width: 1400px;height: 100px;box-sizing: border-box;align-items: center;justify-content: space-between;}

header .bottom .inner .logo {}
header .bottom .inner .logo::after{ content:''; display:block; clear:both;}

/* gnb  */
header .bottom .inner .gnb_menu {}
header .bottom .inner .gnb_menu > ul {margin: 0 50px 0 -40px;}
header .bottom .inner .gnb_menu > ul:after{content:'';display:block;clear:both;}
header .bottom .inner .gnb_menu > ul > li {float: left;margin-top: 0;}
header .bottom .inner .gnb_menu > ul > li.active > a{color:#4569b2;}
header .bottom .inner .gnb_menu > ul > li > a{font-size: 23px;font-weight: 600;padding: 38px 50px 38px 50px;color: #333;}



header .bottom .inner .utill {display: flex !important; display: -webkit-flex !important;align-items: center;}
header .bottom .inner .utill .sch_btn{display: inline-block;background: url(/images/new/web/header/search_btn.png) no-repeat 0 0;width: 30px;height: 28px;text-indent: -9999px;position: relative;top: 0;margin-right: 30px;}
header .bottom .inner .utill .sch_btn.close{background: url(/images/new/web/header/close_btn.png) no-repeat 0 0;}

header .bottom .inner .utill .allmenu {position: relative;display: inline-block;width: 24px;height: 22px;}
header .bottom .inner .utill .allmenu span{position: absolute; width: 24px; height: 3px; background: #000;}
header .bottom .inner .utill .allmenu span:nth-of-type(1) {top: 0;}
header .bottom .inner .utill .allmenu span:nth-of-type(2) {top: 10px;}
header .bottom .inner .utill .allmenu span:nth-of-type(3) {top: 20px;}

header .bottom .inner .utill .allmenu_open{display:none;}

header .bottom ul li .lnb_sub {display:none; position: absolute; left: 0px; top: 100px; height: auto; width: 100%; clear: both; background: #fff; border-top: 1px solid #e3e3e3;border-bottom: 1px solid #e3e3e3;z-index: 999;}
header .bottom ul li .lnb_sub:before {content: '';display: block;width: 100%;height: 100%;background: #fff;position: absolute;top: 0;left: 0;transform: translateX(-100%);border-right: 1px solid #e3e3e3;border-bottom: 1px solid #e3e3e3;}
header .bottom ul li .lnb_sub:after {content: '';display: block;width: 100%;height: 100%;background: #fff;position: absolute;top: 0;right: 0;transform: translateX(100%);border-left: 1px solid #e3e3e3;border-bottom: 1px solid #e3e3e3;}
header .bottom ul li .lnb_sub > div {display: none;}
header .bottom ul li .lnb_sub > div > p {display: none;}
header .bottom ul li .lnb_sub > div > span {display: none;}
header .bottom ul li .lnb_sub > ul {display: flex;display: -webkit-flex !important;flex-wrap: wrap;width: 1400px;margin: 0 auto;clear: both;padding: 10px 20px 15px 20px;box-sizing: border-box;box-shadow: 0 20px 20px -10px;}
header .bottom ul li .lnb_sub > ul > li {float: left;padding: 5px 8.5px;height: auto;padding-top: 10px;width: 20%;box-sizing: border-box;}
header .bottom ul li .lnb_sub > ul > li.link > a{background: url(/images/new/web/header/gnb_link_icon.png) no-repeat right 75px center / 15px 15px;}
header .bottom ul li .lnb_sub > ul > li > a{display: block;position: relative;width: 100%;transition: color 0.25s 0.0833333333s;background: #f3f3f30f;border: 1px solid #acacac;border-radius: 5px;padding: 10px 20px;text-align: center;box-sizing: border-box;font-weight: 600; margin-bottom:10px; font-size:17px;}
header .bottom ul li .lnb_sub > ul > li > a:focus {outline: 1px dotted #4569b2;}
header .bottom ul li .lnb_sub > ul > li > a::before, header .bottom ul li .lnb_sub > ul > li > a::after {border: 0 solid transparent;box-sizing: border-box;content: "";pointer-events: none;position: absolute;width: 0;height: 0;bottom: -1px;right: -1px;}
header .bottom ul li .lnb_sub > ul > li > a::before {border-bottom-width: 1px;border-left-width: 1px;}
header .bottom ul li .lnb_sub > ul > li > a::after {border-top-width: 1px;border-right-width: 1px;}
header .bottom ul li .lnb_sub > ul > li:hover > a {color: #4569b2;}
header .bottom ul li .lnb_sub > ul > li:hover > a::before, header .bottom ul li .lnb_sub > ul > li:hover > a::after {border-color: #4569b2;transition: border-color 0s, width 0.25s, height 0.25s;width: calc(100% + 2px);height: calc(100% + 2px);border-radius: 5px;}
header .bottom ul li .lnb_sub > ul > li:hover > a::before {transition-delay: 0s, 0s, 0.25s;}
header .bottom ul li .lnb_sub > ul > li:hover > a::after {transition-delay: 0s, 0.25s, 0s;}
/* header .bottom ul li .lnb_sub > ul > li > ul {padding-top: 5px; } */
header .bottom ul li .lnb_sub > ul > li > ul > li{position:relative;float: none; padding:0 0 5px 15px; }
header .bottom ul li .lnb_sub > ul > li > ul > li:before{content: '';display: inline-block;position: absolute;width: 4px;height: 4px;border-radius: 50%;left:5px;top: 10px;background: #555;}
header .bottom ul li .lnb_sub > ul > li > ul > li:hover:before{background: #4569b2;}
header .bottom ul li .lnb_sub > ul > li > ul > li > a{display:inline-block;position: relative; padding-top: 0px; font-size: 16px; font-weight: 500; line-height: 125%;word-break: keep-all;}
header .bottom ul li .lnb_sub > ul > li > ul > li:hover > a{color:#4569b2;}
header .bottom ul li .lnb_sub > ul > li > ul > li > a:after{content: ""; position: absolute; left: 0; font-size: 11px; top: 13px;}
header .bottom ul li .lnb_sub > ul > li > ul > li > ul {display: none;}
header .bottom ul li .lnb_sub > ul > li > ul > li > ul > li {float: none; padding: 0px;}
header .bottom ul li .lnb_sub > ul > li > ul > li > ul > li > a {font-size: 11px; font-weight: 500;}

header .lnb_bg_customer {display:none; position: absolute; top: 147px; width: 100%; z-index: 998; background: #fff; box-shadow: 0 4px 4px -4px grey;}

.sch_btn a{background: url(/images/header/sch_btn.png) no-repeat 0 0;width: 27px; height: 27px;text-indent: -9999px;display: inline-block;position: relative;top: 10px;margin-right: 18px;}
/* 검색 */
.sch_form{display:none; position:absolute; top:147px; padding:45px 0; width:100%; z-index:1499; background: #fdfdfd;}
.sch_form .sch_dim_layer{position:absolute; top:153px; left:0; width:100%; height:100vh; background:#000; opacity:0.5; z-index:-1;}
.sch_form .sch_box_wrap{position:relative; margin:0 auto; width:1100px;border:2px solid #aaa;}
.sch_form .sch_box_wrap input[type="text"]{padding:0 25px; margin:0; width:1050px; height:63px;border: 0;font-size:20px;  letter-spacing:-0.045em;box-sizing:border-box;}
.sch_form .sch_box_wrap input[type="image"]{position:absolute; top:17px; right:20px;}
.sch_form .sch_box_wrap input[type="image"]:focus{outline: 2px solid #000;}

/* footer */
.contents .footer {/*height: 434px !important;*/ height: 360px !important;}
footer{}
footer .link {height: 70px;background: #3f65b7; width: 100%;}
footer .inner {width:1400px; margin:0 auto;}
footer .inner select{width: 33%;height: 70px;background: #3f65b7;color: #fff;font-size: 17px;padding: 20px 40px;border: none;}
footer .footer_top{border-bottom: 1px solid #f0f0f0;}
footer .footer_top .inner{width:1400px; margin:0 auto; display: flex; display: -webkit-flex !important;justify-content: space-between;}
footer .footer_top .inner .util{display: flex; display: -webkit-flex !important;}
footer .footer_top .inner .util li{margin: 30px 62px 30px 0;}
footer .footer_top .inner .util li a{font-size: 15px; color: #777;}
footer .footer_top .inner .util li.on a{color: #e41a1a;}
footer .footer_top .inner .footer_sns{margin: 26px 0;}
footer .footer_top .inner .footer_sns a{}
footer .footer_top .inner .footer_sns a img{}
/*footer .footer_bottom{position: relative;}*/
footer .footer_bottom .inner{width:1400px; margin:0 auto;display: flex; display: -webkit-flex !important;}
footer .footer_bottom .inner .logo{margin-top: 38px;margin-right: 46px;}
footer .footer_bottom .inner .address{margin: 25px 0;}
footer .footer_bottom .inner .address p{color: #9b9fa3;font-size: 17px;line-height: 1.5;width: 952px;}
footer .footer_bottom .inner .address p span{margin-right: 20px; font-size: 15px;}
footer .footer_bottom .inner .certification{margin-top: 28px;margin-left: 142px;}
footer .footer_bottom .inner .certification a{}

/* 유관기관 링크 */
#link_site {width: 100%; background: #3f65b7; position:relative; z-index:10;}
#link_site .linkArea {margin: 0 auto; width:1400px;}
#link_site .linkArea .select_site {display:flex; display: -webkit-flex !important; vertical-align:top;}
#link_site .linkArea .select_site:after {display:block; content:''; clear:both;}
#link_site .linkArea .select_site > div{width: calc(100% / 3);}
#link_site .linkArea .select_site .site .open_select span {width:434px; text-align:left; font-size:17px;}
#link_site .linkArea .select_site .site .open_select span.w362 {width:434px;}
#link_site .linkArea .select_site .open_select {cursor: pointer;padding:10px 10px 10px 16px; height:70px; background:#3f65b7; z-index:10 !important;}
#link_site .linkArea .select_site .site_type_01 .open_select:first-child {border-left: 1px solid #5a7bc1;}
#link_site2 {display:none}
.select_site .site {position:relative;}
.select_site .site > button{margin:0;}
.select_site .site .box_select {overflow:hidden; position:absolute; left:0; bottom:100%; width:460px; height:0; z-index:9 !important;}
.select_site .site .box_select.type_2 {overflow:visible; top:-193px;}
.select_site .site .box_select.type_3 {overflow:visible; top:-308px;}

.select_site .site .box_select .box_unit {position:relative; background-color:#fff; text-align:left;padding-bottom: 12px;}
.select_site .site .box_select .box_unit.type_2 {width:457px;}
.select_site .site .box_select .box_unit.type_2 .box_group {float:left; width:190px;}

.select_site .site .box_select.type_1 {left:0px; top:-357px; width:1000px; overflow:visible;}
.select_site .site .box_select .box_unit:after {display:block; clear:both; visibility:hidden; height:0; content:'';}
.select_site .site .box_select .box_unit.type_1 {width: 1380px;}
.select_site .site .box_select .box_unit.type_1 .box_group li {float:left;width: 275px;}

.select_site .site .box_select a {display:block; font-size:11px; line-height:20px; color:#666;}
.select_site .site .box_select .box_unit.type1 a {font-size:14px;color:#444444;display:block;/* background:url('/common_2019/images/common/selectList_blt.png') 15px center no-repeat; */padding:5px 10px 2px 23px}
.select_site .site .box_select .box_unit.type1 a:hover {color:#1e75d6}
.select_site .site .box_select h3 {background:#3f65b7;color:#fff;font-size:16px;line-height:42px;padding:0 15px}

.select_site .site .box_select .box_unit ul {padding:10px 0}

.open_select {border-right:1px solid #5a7bc1; border-top:none;border-bottom:none;padding:10px 10px 10px 16px;}
.open_select span {display:inline-block; color:#fff;  font-size:14px;  background:url(/images/new/web/footer/footer_btn.png) no-repeat 93% center; vertical-align:top;}
.site.on .open_select {background-color:#fff;}
.site.on .open_select span {background-position:100% -22px;}
.open_select.on span {background-position:100% -22px;}

.select_site .site_type_01 .open_select { z-index: 1000; position:relative }
.select_site .site_type_01 .boxWrap { position:absolute; width:460px; overflow: hidden }
.select_site .site_type_01 .boxWrap .box_select { display:none; top: 198px }

.select_site .site_type_02 .open_select { z-index: 1000; position:relative }
.select_site .site_type_02 .boxWrap {position:absolute;width: 1400px;overflow: hidden;left: -461px;}
.select_site .site_type_02 .boxWrap .box_select { display:none; top: 361px }

.select_site .site_type_03 .open_select { z-index: 1000; position:relative }
.select_site .site_type_03 .boxWrap { position:absolute; width:460px; overflow: hidden }
.select_site .site_type_03 .boxWrap .box_select { display:none; top: 313px }

.dfac{display: flex;align-items: center;}

@media screen and (max-width:1399px) {
/* 모바일 햄버거 */
	header .bottom .inner .utill .allmenu_open{
		display: block;
	}
	header .bottom .inner .utill .allmenu_link{
		display: none;
	}
	header .bottom .inner .utill .allmenu_open span{
		transition: all .4s;
	}
	header .bottom .inner .utill .allmenu_open.active span:nth-of-type(1) {
		-webkit-transform : translateY(8px) rotate(-45deg);
		transform : translateY(8px) rotate(-45deg);
	}
	header .bottom .inner .utill .allmenu_open.active span:nth-of-type(2) {
		transform : translateX(50%);
		opacity : 0;
		-webkit-animation : active-menu .8s forwards;
		animation : active-menu .8s forwards;
	}
	@-webkit-keyframes active-menu {
		100% {
			height: 0;
		}
	}
	@keyframes active-menu {
		100% {
			height: 0;
		}
	}
	header .bottom .inner .utill .allmenu_open.active span:nth-of-type(3) {
		-webkit-transform : translateY(-10px) rotate(45deg);
		transform : translateY(-11px) rotate(45deg);
	}

	/* mobile menu */
	#naviMenu{
		position: fixed;
		top: 145px;
		left: 0;
		width: 100%;
	}
	#naviMenu > div{
		height: 100vh;
		background-color:#0f2a5d;
	}
	.menuCtg > li {
		display: flex;
		display: -webkit-flex !important;
		width: 160px;
	}
	.menuCtg > li .t_a_line{
		width: 100%;
	}
	.menuCtg > li > .side_sub > li > ul{
		display: block;
	}
	.menuCtg > li > .side_sub > li > ul > li{
		line-height: 22px;
	}
	.menuCtg > li > .side_sub > li > ul > li > a{
		position: relative;
		padding-left: 15px;
		font-size: 13px;
	}
	.menuCtg > li > .side_sub > li > ul > li > a:before{
		content: '';
		display: inline-block;
		position: absolute;
		top: 7px;
		left: 7px;
		width: 2px;
		height: 2px;
		border-radius: 50%;
		background: #111;
	}
	.menuCtg .side_sub{
		display: none;
		position: absolute;
		top: 0;
		left: 160px;
		width: calc(100% - 160px);
		height: 100%;
		overflow-y: scroll;
		padding: 0 15px;
		padding-bottom: 30%;
		background: #fff;
		text-indent: 5px;
		line-height: 39px;
		box-sizing: border-box;
	}
	.menuCtg li.on .side_sub{
		display: block;
	}
	.menuCtg .t_a_line .mnTit{
		display: block;
		padding: 0 0 0 30px;
		line-height: 51px;
		width: 160px;
		background: #0f2a5d;
		font-size: 15px;
		color: #fff;
		border-bottom: 1px solid #294190;
		transition: all 0.3s;
		box-sizing: border-box;
	}
	.menuCtg li.on .t_a_line .mnTit{
		background: #fff;
		border-bottom: 1px solid #fff;
		font-weight: 600;
		color:#111;
	}
	.menuCtg .side_sub > li{
		padding: 6px 0;
		border-bottom: 1px solid #ddd;
	}
	.menuCtg .side_sub > li a{
		font-size: 14px;
		color:#111;
	}
}
@media screen and (max-width:1199px) {
	#link_site  {display:none}
	#link_site2  {display:block}
	#link_site2 {width: 100%; background: #323c44; position:relative;z-index:0;}
	#link_site2 li {display:block;width:33.3333%;float:left}
	#link_site2 .open_select {display:block;line-height:40px;padding:10px 10px 10px 16px; height:40px; background:#323c44; z-index:10 !important;border-right: 1px solid #4b555e;}
	.side_nav_right{display: none;}
	#link_site2 .open_select span {width:100%;display:block;text-align:center; font-size:12px;background-image:none;}
}
@media screen and (max-width:425px) {
	#link_site2 .open_select {padding:10px 0 }
	#link_site2 .open_select span {font-size:11px}
}
/*-- 유관기관 링크 */

/* HEADER */
/* #header {position:absolute; width:100%; min-height:130px; overflow:inherit;z-index: 100;background:url('/common_2019/images/common/header_bg.png') repeat-x} */
#header {position:relative; font-size:0; letter-spacing:-4px; box-shadow:5px 5px 10px rgba(0, 53, 121, 0.05); z-index:120;}
#header .headerTop{ margin:0 auto; width:1170px; height:40px;position:relative}
#header .logo{position:absolute;top:57px;}
#header .logo > a {text-align: center; width: 100%; display: block;}
#header .top_area{position:absolute;right:0;top:7px;}
#header .top_area > ul {float:left;}
#header .top_area .sns_area > li > a {font-size:0; width:26px;height:26px; margin-right:10px;}
#header .top_area .sns_area > li.blog > a {background:url('/common_2019/images/common/btn_blog.png') 0 0px no-repeat;}
#header .top_area .sns_area > li.facebook > a {background:url('/common_2019/images/common/btn_facebook.png') 0 0px no-repeat;}
#header .top_area .sns_area > li.kakao > a {background:url('/common_2019/images/common/btn_kakao.png') 0 0 no-repeat;margin-right:30px}
#header .top_area .sns_area > li.twitter > a {background:url('/common_2019/images/common/btn_twitter.png') 0 0px no-repeat;}
#header .top_area .sns_area > li.youtube > a {background:url('/common_2019/images/common/btn_youtube.png') 0 0 no-repeat}
#header .top_area .sns_area > li.instargram > a {background:url('/common_2019/images/common/btn_instargram.png') 0 0px no-repeat}

#header .top_area > ul > li{float:left; height:26px;}
#header .top_area > ul > li > a{font-size:13px; height:26px; line-height:26px; display:block; color: #fff;}
#header .top_area .top_menu > li.zoom-in > a{background:url('/common_2019/images/common/btn_plus.png') 22px center no-repeat; padding:0 18px 0 5px; border:#575757 solid 1px;margin:0 6px 0 30px;}
#header .top_area .top_menu > li.zoom-out > a{background:url('/common_2019/images/common/btn_mainus.png') 22px center no-repeat; padding:0 18px 0 5px;border:#575757 solid 1px}
#header .top_area .top_menu > li:first-child{border-right:0;}
#header .top_area .top_menu > li:last-child{border-left:0;}


#header .top_area .sns_area > li > a {width:26px;height:26px;margin-right:5px;background-size:75%}
#header .top_area .sns_area > li.youtube > a{background:url('/common_2019/images/common/btn_youtube_m.png') center center no-repeat;background-size:75%}
#header .top_area .sns_area > li.twitter > a{background:url('/common_2019/images/common/btn_twitter_m.png') center center no-repeat;background-size:75%}
#header .top_area .sns_area > li.blog > a {background:url('/common_2019/images/common/btn_blog_m.png') center center no-repeat;background-size:75%}
#header .top_area .sns_area > li.facebook > a {background:url('/common_2019/images/common/btn_facebook_m.png') center center no-repeat;background-size:75%}
#header .top_area .sns_area > li.kakao > a {background:url('/common_2019/images/common/btn_kakao_m.png') center center no-repeat;background-size:75%;margin-right:10px}
#header .top_area .sns_area > li.instargram > a {background:url('/common_2019/images/common/btn_instargram_m.png') center center no-repeat;background-size:75%}

#header .top_area > ul.sns_area {float:right;margin: 10px 0 0 0;}
#header .top_area > ul.top_menu {float:left;margin: 10px 0 0 15px;}
#header .top_area .top_menu > li > a {border:#fff solid 1px;display:block;color:#fff;padding:0 10px;line-height: 31px;height: 31px;}
#header .top_area .top_menu > li.zoom-in, #header .top_area .top_menu > li.zoom-out {display:none}

/*-- HEADER */

/* 상단메뉴 */
#nav{z-index:999; width:100%;min-height:90px;}
#nav .gnb-area{width:1170px; margin:0 auto; position: relative;z-index:999}
#nav ul.gnb {float:right}
#nav ul.gnb:after{content:'';display:block;clear:both}
#nav ul.gnb li.rootMenu{padding:0 30px;height:90px; line-height:90px; float:left; text-align:center; font-weight:normal;letter-spacing:-0.01em;}
#nav ul.gnb li.rootMenu.on > a {display:block;position:relative}
#nav ul.gnb li.rootMenu.on > a:after{content:'';display:block;border-radius:8px;background:#3482b6;width:8px;height:8px;position:absolute;right:-10px;top:25px}
#nav ul.gnb li.rootMenu > a {color:#fff;font-size:22px;font-weight:bold;height:90px; line-height:90px;display:block;}
#nav ul.gnb li.rootMenu > a  > img{width:176px; height:47px; vertical-align:bottom; padding-top:3px;}
#nav ul.gnb li.rootMenu.on > a  > img {vertical-align:bottom; height:47px; padding:0;}
#nav ul.gnb li.rootMenu.bgmenu {text-align:right; background:url('/common_new/images/main/btn_government.png') 25px center no-repeat;}
#nav ul.gnb li.rootMenu.bgmenu > a {padding-right:30px;}
#nav ul.gnb li.search, #nav ul.gnb li.all-menu {width:40px; height:90px; float:left;}
#nav ul.gnb li.search > a{background:url('/common_2019/images/common/btn_search.png') center center no-repeat; width:40px; height:90px; display:block; text-indent: -9999px;}
#nav ul.gnb li.all-menu {margin-left:100px}
#nav ul.gnb li.all-menu > a{background:url('/common_2019/images/common/btn_menu.png') center center no-repeat; width:40px; height:90px; display:block; text-indent: -9999px;margin-left:-10px}

.submenuBg {background:url('/common_2019/images/common/subMenu_bg.png') center 0 repeat-y;position:absolute;left:0;top:130px;width:100%;z-index:990;transition-duration: 0.25s;border-bottom:#ccd4da solid 1px;display:none}
.gnb .submenu{width:100%; height:auto; z-index:999; line-height:0px;position:absolute;left:0;top:90px;transition-duration: 0.5s}
.gnb .submenu:after{content:'';display:block;clear:both}
.gnb .submenu > div{float:left;width:216px;padding-top:30px;font-size:30px;color:#222222;font-weight:bold;text-align:center;min-height:200px}
#nav ul.gnb li:nth-child(1) > .submenu > div{background:url('/common_2019/images/common/subMenu_01.png') center 75px no-repeat}
#nav ul.gnb li:nth-child(2) > .submenu > div{background:url('/common_2019/images/common/subMenu_02.png') center 75px no-repeat}
#nav ul.gnb li:nth-child(3) > .submenu > div{background:url('/common_2019/images/common/subMenu_03.png') center 75px no-repeat}
#nav ul.gnb li:nth-child(4) > .submenu > div{background:url('/common_2019/images/common/subMenu_04.png') center 75px no-repeat}
#nav ul.gnb li:nth-child(5) > .submenu > div{background:url('/common_2019/images/common/subMenu_05.png') center 75px no-repeat}
.gnb .submenu ul.menubox{float:left;width:953px;padding: 30px 0 20px 30px;}
.gnb .submenu ul.menubox > li{float:left;width:25%;padding:0 10px}
.gnb .submenu ul.menubox > li > a{border:#c2c9cf solid 1px;text-align:left;display:block;width:100%;min-height:40px;font-size:16px;color:#222222;font-weight:bold;background:#fff;border-radius:5px;padding:7px 0 7px 18px}
.gnb .submenu ul.menubox > li > a.on,
.gnb .submenu ul.menubox > li > a:hover{background: #005c9a; color:#fff}
.gnb .submenu ul.menubox > li:nth-child(4n+1) {clear:both !important}
.gnb .submenu ul.menubox > li > ul {padding: 10px 0 15px;}
.gnb .submenu ul.menubox > li > ul > li > a{display:block;text-align:left;word-break:keep-all;background:url('/common_2019/images/common/submenu_blt.png') 0 11px no-repeat;padding: 4px 10px 0px;line-height:18px;}
.gnb .submenu ul.menubox > li > ul > li > a.on,
.gnb .submenu ul.menubox > li > ul > li > a:hover{background:url('/common_2019/images/common/submenu_blt_on.png') 0 11px no-repeat;color:#1b87d4}

.menuBtn, .searchBtnM {display:none}
.mMenuClose, .searchCloseM{display:none}


	#nav ul.gnb li.rootMenu {float:none;text-align:left;height:auto;padding:0;top:109px;left:0;}
	#nav ul.gnb li:nth-child(2).rootMenu {top:189px;}
	#nav ul.gnb li:nth-child(3).rootMenu {top:269px;}
	#nav ul.gnb li:nth-child(4).rootMenu {top:349px;}
	#nav ul.gnb li:nth-child(5).rootMenu {top:429px;}
	#nav ul.gnb li.rootMenu > a {position:relative;background:#007db7;line-height:normal;font-size:16px;color:#222222;height:80px;padding:55px 10px 0;background-size:40% !important;width:100px;color:#222222;font-weight:bold;text-align:center}
	#nav ul.gnb li:nth-child(1).rootMenu > a {background:url('/common_2019/images/common/m_01.png') center 20% no-repeat #ecf0f5}
	#nav ul.gnb li:nth-child(2).rootMenu > a {background:url('/common_2019/images/common/m_02.png') center 20% no-repeat #ecf0f5}
	#nav ul.gnb li:nth-child(3).rootMenu > a {background:url('/common_2019/images/common/m_03.png') center 20% no-repeat #ecf0f5}
	#nav ul.gnb li:nth-child(4).rootMenu > a {background:url('/common_2019/images/common/m_04.png') center 20% no-repeat #ecf0f5}
	#nav ul.gnb li:nth-child(5).rootMenu > a {background:url('/common_2019/images/common/m_05.png') center 20% no-repeat #ecf0f5}

	#nav ul.gnb li.rootMenu.on > a{color:#fff}
	#nav ul.gnb li:nth-child(1).rootMenu.on > a {background:url('/common_2019/images/common/m_01on.png') center 20% no-repeat #414345}
	#nav ul.gnb li:nth-child(2).rootMenu.on > a {background:url('/common_2019/images/common/m_02on.png') center 20% no-repeat #414345}
	#nav ul.gnb li:nth-child(3).rootMenu.on > a {background:url('/common_2019/images/common/m_03on.png') center 20% no-repeat #414345}
	#nav ul.gnb li:nth-child(4).rootMenu.on > a {background:url('/common_2019/images/common/m_04on.png') center 20% no-repeat #414345}
	#nav ul.gnb li:nth-child(5).rootMenu.on > a {background:url('/common_2019/images/common/m_05on.png') center 20% no-repeat #414345}
	#nav ul.gnb li.rootMenu.on > a:after{content:'';background:url('/common_2019/images/common/m_tail.png') 0 0 no-repeat;display:block;position:absolute;right:-1px;top:50%;width:8px;height:13.5px;background-size:8px;margin-top:-6.25px}

	#nav ul.gnb li.rootMenu.on .submenu{display:block !important}
	.gnb .submenu {position:absolute;background:#fff;left:100px;top:0px;height:100%;overflow-y:scroll;padding:0 15px 50px;width:calc(100% - 100px)}
	.gnb .submenu > div {background:none;width:100%;min-height:auto;color:#222222;font-size:16px;font-weight:bold;line-height:40px;border-bottom:#222222 solid 1px;padding:0;text-align:left;}
	.gnb .submenu ul.menubox{float:none;background:#fff;width:100%;padding:0}
	.gnb .submenu ul.menubox > li {width:100%;float:none !important;padding:0}
	.gnb .submenu ul.menubox > li:nth-child(4n+1) {float:none !important}
	.gnb .submenu ul.menubox > li > a {border:none;border-radius:0;line-height:28px;height:auto;border-bottom:#dedddd solid 1px;color:#444444;font-weight:bold;padding:5px 15px;font-size:14px}
	.gnb .submenu ul.menubox > li > ul{padding: 10px 15px;border-bottom:#dedddd solid 1px;background:#f7f7f7}
	.gnb .submenu ul.menubox > li > a.on,
	.gnb .submenu ul.menubox > li > a:hover{background:#fff;color:#548f00}
	.gnb .submenu ul.menubox > li > ul > li > a {font-size:13px;color:#444444;background-image:none !important;padding:5px 0 5px 5px}
	.gnb .submenu ul.menubox > li > ul > li > a.on,
	.gnb .submenu ul.menubox > li > ul > li > a:hover{color:#548f00}

	#nav ul.gnb.open {left:0; overflow:scroll}
	.mMenuClose{position:fixed;left:15px;top: 18px;background:#fff;width:22.5px;height:22.5px;padding-top:3px;}
	body.open #header .logo {top: 16px;margin-left: -55px;}
	body.open #header .logo img{width: 110px !important;}
	body.open #header .top_area {display:block;position:fixed;top: 60px;border-bottom:#fff solid 1px;background:#9bc65e;width:100%;height:50px;}

@media screen and (max-width:1399px) {
	/* layout */
	header{
		width: 100vw;
		top: 0 !important;
	}
	header .bottom .inner{
		width: 1200px;
		padding: 0 20px;
	}
	header .bottom .inner .gnb_menu {display: none;}
	#left_menu{display: none;}

	/*header .bottom .inner .gnb_menu > ul{
		margin: 0 50px 0 120px;
	}
	header .bottom .inner .gnb_menu > ul > li > a{
		padding: 38px 30px;
	}*/
	#link_site .linkArea{
		width: 1200px;
	}
	footer .footer_top .inner{
		width: 1200px;
	}
	.select_site .site_type_02 .boxWrap{
		width: 1200px;
		left: -400px;
	}
	footer .footer_bottom .inner{
		width: 1200px;
	}
	#link_site .linkArea .select_site{
		display: flex;
		display: -webkit-flex !important;
	}
	#link_site .linkArea .select_site .site{
		width: calc(100% / 3);
	}
	#link_site .linkArea .select_site .open_select{
		width: 100%;
	}
	#link_site .linkArea .select_site .site .open_select span{
		width: 100%;
	}
	#link_site .linkArea .select_site .site .open_select span.w362{
		width: 100%;
	}
	footer .footer_bottom .inner .address p{
		width: 100%;
	}
}
@media screen and (max-width:1199px) {
	header .inner{
		width: 1024px;
		box-sizing: border-box;
	}
	header .bottom .inner{
		width: 1024px;
		box-sizing: border-box;
	}
	.sch_form .sch_box_wrap{
		width: 84%;
	}
	.sch_form .sch_box_wrap input[type="text"]{
		width: 90%;
	}
	header .bottom .inner .gnb_menu {display: none;}
	footer .footer_top .inner{
		width: 1024px;
	}
	footer .footer_bottom .inner{
		width: 1024px;
	}
	footer .footer_bottom .inner .certification{
		margin-left: 12px;
	}
}

@media screen and (max-width:1023px) {
	header .inner{
		width: 768px;
	}
	header .bottom .inner{
		width: 768px;
	}
	.sch_form{
		padding: 36px 0;
	}
	.sch_form .sch_box_wrap{
		width: 90%;
	}
	.sch_form .sch_dim_layer {
		top: 139px;
	}
	footer .footer_top .inner{
		width: 768px;
	}
	footer .footer_bottom .inner{
		width: 768px;
	}
	footer .footer_top .inner .util li {
		margin: 30px 32px 30px 0;
	}
}

@media screen and (max-width:767px) {

	#link_site2 .open_select{
		line-height: 40px;
		border-right: 1px solid #4b555e;
	}
	.side_nav_right{
		display: none;
	}
	header .inner{
		width: 100%;
		padding: 0 20px;
	}
	header .bottom .inner{
		width: 100%;
		height: 70px;
		padding: 0;
	}
	header .service_box .inner .right_box{
		display: none;
	}
	header .bottom .inner .gnb_menu{
		display: none;
	}
	header .lnb_bg_customer{
		display: none;
	}
	header .service_box .inner .shortcut_box{
		width: 100%;
	}
	.sch_form{
		top: 111px;
		padding: 16px 0;
	}
	.sch_form .sch_dim_layer{
		top: 89px;
	}
	.sch_form .sch_box_wrap{
		width: 94%;
	}
	.sch_form .sch_box_wrap input[type="text"]{
		width: 90%;
		height: 53px;
		margin: 0;
		font-size: 15px;
	}
	.sch_form .sch_box_wrap input[type="image"]{
		top: 16px;
		width: 20px;
	}
	#link_site .linkArea{
		width: 100%;
	}
	footer .footer_top .inner{
		width: 100%;
		flex-direction: column;
		align-items: center;
	}
	.select_site .site_type_02 .boxWrap{
		width: 100%;
	}
	footer .footer_bottom .inner{
		width: 100%;
		padding: 0 20px;
		box-sizing: border-box;
	}

	/* */
	header .service_box{
		height: 40px;
	}
	header .service_box .inner .shortcut_box a{
		width: 50%;
		height: 40px;
		margin-right:0;
		padding: 0;
		line-height: 40px;
		font-size: 13px;
	}
	header .bottom{
		height: 70px;
	}
	header .bottom .inner .logo {
		position: absolute;
		top: 50%;
		left: 20px;
		transform: translateY(-50%);
	}
	header .bottom .inner .utill .allmenu{
		display: inline-block;
		top: 0;
		width: 22px;
		height: 100%;
	}
	header .bottom .inner .logo > a > img{
		width: 128px;
	}
	header .bottom .inner .utill {
		position: absolute;
		top: 50%;
		right: 20px;
		width: 58px;
		height: 20px;
		transform: translateY(-50%);
		font-size: 0;
	}
	header .bottom .inner .utill .sch_btn{
		display: inline-block;
		background: url(/images/new/web/header/search_btn.png) no-repeat 0 0 / 100%;
		top: auto;
		width: 21px;
		height: 20px;
		margin-right: 15px;
		vertical-align: top;
	}
	header .bottom .inner .utill .sch_btn.close{
		background: url(/images/new/web/header/close_btn.png) no-repeat 0 0 / 100%;
	}
	header .bottom .inner .utill .allmenu span{
		width: 22px;
	}
	header .bottom .inner .utill .allmenu span:nth-of-type(1) {
		top: 0;
	}
	header .bottom .inner .utill .allmenu span:nth-of-type(2) {
		top: 8px;
	}
	header .bottom .inner .utill .allmenu span:nth-of-type(3) {
		top: 16px;
	}
	#left_menu{
		display: none;
	}
	#link_site .linkArea .select_site .open_select{
		padding: 0;
		height: 40px;
		line-height: 40px;
	}
	#link_site .linkArea .select_site .site .open_select span{
		font-size: 12px;
	}
	footer {
		padding-bottom: 10px;
	}
	.footer_top{
		/*display: none;*/
	}
	footer .footer_top .inner .util li a{
		font-size: 13px;
	}
	footer .footer_bottom .inner{
		flex-direction: column;
	}
	footer .footer_bottom .inner .logo{
		/*margin: 10px auto;*/
		margin: 10px 0 7px;
		text-align: center;
	}
	footer .footer_bottom .inner .logo img{
		width: 150px;
	}
	footer .footer_bottom .inner .address{
		margin: 0;
	}
	footer .footer_bottom .inner .address p{
		margin: 10px 0;
		font-size: 13px;
		text-align: center;
		word-break: keep-all;
	}
	footer .footer_bottom .inner .address p:nth-child(1){
		margin-top: 0;
	}
	footer .footer_bottom .inner .address p span{
		font-size: 11px;
	}
	footer .footer_bottom .inner .address p span:last-child{
		margin-right: 0;
	}
	footer .footer_bottom .inner .certification{
		display: none;
	}
	.contents > footer.section{
		height: auto !important;
	}
	footer .footer_top .inner .footer_sns{
		margin: 10px 0;
	}
	footer .footer_top .inner .util li {
		margin: 10px;
	}

	/* 모바일 햄버거 */
	header .bottom .inner .utill .allmenu_open{
		display: block;
	}
	header .bottom .inner .utill .allmenu_link{
		display: none;
	}
	header .bottom .inner .utill .allmenu_open span{
		transition: all .4s;
	}
	header .bottom .inner .utill .allmenu_open.active span:nth-of-type(1) {
		-webkit-transform : translateY(8px) rotate(-45deg);
		transform : translateY(8px) rotate(-45deg);
	}
	header .bottom .inner .utill .allmenu_open.active span:nth-of-type(2) {
		transform : translateX(50%);
		opacity : 0;
		-webkit-animation : active-menu .8s forwards;
		animation : active-menu .8s forwards;
	}
	@-webkit-keyframes active-menu {
		100% {
			height: 0;
		}
	}
	@keyframes active-menu {
		100% {
			height: 0;
		}
	}
	header .bottom .inner .utill .allmenu_open.active span:nth-of-type(3) {
		-webkit-transform : translateY(-10px) rotate(45deg);
		transform : translateY(-8px) rotate(45deg);
	}

	/* mobile menu */
	#naviMenu{
		position: fixed;
		top: 110px;
		left: 0;
		width: 100%;
	}
	#naviMenu > div{
		height: 100vh;
		background-color:#0f2a5d;
	}
	.menuCtg > li {
		display: flex;
		display: -webkit-flex !important;
		width: 160px;
	}
	.menuCtg > li .t_a_line{
		width: 100%;
	}
	.menuCtg > li > .side_sub > li > ul{
		display: block;
	}
	.menuCtg > li > .side_sub > li > ul > li{
		line-height: 22px;
	}
	.menuCtg > li > .side_sub > li > ul > li > a{
		position: relative;
		padding-left: 15px;
		font-size: 13px;
	}
	.menuCtg > li > .side_sub > li > ul > li > a:before{
		content: '';
		display: inline-block;
		position: absolute;
		top: 7px;
		left: 7px;
		width: 2px;
		height: 2px;
		border-radius: 50%;
		background: #111;
	}
	.menuCtg .side_sub{
		display: none;
		position: absolute;
		top: 0;
		left: 160px;
		width: calc(100% - 160px);
		height: 100%;
		overflow-y: scroll;
		padding: 0 15px;
		padding-bottom: 30%;
		background: #fff;
		text-indent: 5px;
		line-height: 39px;
		box-sizing: border-box;
	}
	.menuCtg li.on .side_sub{
		display: block;
	}
	.menuCtg .t_a_line .mnTit{
		display: block;
		padding: 0 0 0 30px;
		line-height: 51px;
		width: 160px;
		background: #0f2a5d;
		font-size: 15px;
		color: #fff;
		border-bottom: 1px solid #294190;
		transition: all 0.3s;
		box-sizing: border-box;
	}
	.menuCtg li.on .t_a_line .mnTit{
		background: #fff;
		border-bottom: 1px solid #fff;
		font-weight: 600;
		color:#111;
	}
	.menuCtg .side_sub > li{
		padding: 6px 0;
		border-bottom: 1px solid #ddd;
	}
	.menuCtg .side_sub > li a{
		font-size: 14px;
		color:#111;
	}
}

@media screen and (max-width:479px) {
	header .service_box .sns_box{margin-right: 5px;}
	/*header .inner{justify-content: space-between;}*/
	header .inner .right .sitemap_link{margin-right: 10px;}
	header .inner .right .sitemap_link:before{right:-12px;}
	header .inner .right .eng_link{margin-left: 10px;}
	footer {
		padding-bottom: 10px;
	}

	footer .footer_top .inner .util {
		display: flex;
		display: -webkit-flex !important;
		flex-wrap: wrap;
		width: 100%;
	}
	footer .footer_top .inner .util li{
		flex: 1 1 40%;
		position: relative;
		/*padding-left: 10px;*/
		margin: 0px;
		text-align: center;
		border-bottom: 1px solid #f0f0f0;
		border-left: 1px solid #f0f0f0;
		padding: 10px;

	}
	footer .footer_top .inner .util li:nth-child(1){
		border-left: none;
	}
	footer .footer_top .inner .util li:nth-child(3){
		border-left: none;
	}
	/*footer .footer_top .inner .util li:after{
		position: absolute;
		content: '';
		width: 4px;
		height: 4px;
		background: #444;
		border-radius: 50%;
		left: 0;
		top: 7px;
	}*/
	footer .footer_top .inner .util li a{
		font-size: 13px;
	}

	footer .footer_top .inner{
		padding: 0;
	}
	footer .footer_bottom .inner .address p:nth-child(1){
		margin-top: 0;
	}
	footer .footer_bottom .inner .address{
		margin: 0;
	}
	/* layout */

}

@media screen and (max-width:415px) {
	header .inner .right .sitemap_link{margin-right: 10px;}
	header .inner .right .eng_link{margin-left: 10px;}
}

.side_link_left_01 {display: flex;display: -webkit-flex !important;position: fixed;top: 50%;left: 0;transform: translateY(-50%);width: 130px;height: 206px;z-index: 1;flex-direction: column;justify-content: space-between;}
.side_link_left_01 a {display: block;height: 206px;padding: 30px 0 0 0px;border-radius: 0 10px 10px 0;box-sizing: border-box;}
.side_link_left_01 a:first-child {background: linear-gradient(to bottom right, #8dc043, #0376b3);}
.side_link_left_01 a > span {font-size: 21px;color: #fff;line-height: 1.2;position: relative;display: block;padding-top: 60px;font-size: 18px;font-weight: 600;text-align: center;}
.side_link_left_01 a > span:after {position: absolute;content: '';width: 53px;height: 56px;background: url(/images/new/web/main/environmental_information_01.png) no-repeat 0 0;top: -4px;left: 50%;transform: translate(-50%);}
.side_link_left_01 a > div {text-align: center;margin-top: 13px;}
.side_link_left_01 a > div p {background: #fff url(/images/new/web/main/environmental_information_02.png) no-repeat 84% 50%;border-radius: 30px;text-align: center;width: 82px;margin: 0 auto;color: #107da8;padding: 10px 15px 10px 10px;}
@media screen and (max-width: 1700px){
	.side_link_left_01{position: absolute;z-index: 50;top: 0%;left: 0%;height: 31px;width: 100px;transform: translateY(0%);margin: 8px 0 0 20px;}
	.side_link_left_01 a {height: 46px;padding: 0;border-radius: 0;display: flex;justify-content: center;align-items: center;border-radius: 10px;}
	.side_link_left_01 a > span {padding: 0;font-size: 14px;}
	.side_link_left_01 a > span > br {display: none;}
	.side_link_left_01 a > span:after{display: none;}
	.side_link_left_01 a > div {display: none;}
}
@media screen and (max-width: 1023px){
	.side_link_left_01 {display: none;}
}
@media screen and (max-width: 767px){
	.side_link_left_01 {height: 25px;width: 90px;}
	.side_link_left_01 a {height: 40px;}
	.side_link_left_01 a > span {font-size: 12px;}
}

/* 환경정보 시스템 모달 */
#system_modal {position: fixed;width: 100%; height: 100%; top: 0; left: 0; background:rgba(0,0,0,0.3); z-index: 99; display: none;}
/*#system_modal .system_inner {width: 100%; height: 60%; max-width: 1200px;max-height: 860px;margin: 10% auto; background-color: #fff; border-radius: 20px;padding: 20px; box-sizing: border-box;}*/
#system_modal .system_inner {width: 772px;height: auto;background-color: #fff;border-radius: 20px;padding: 30px 20px;box-sizing: border-box;position: relative;top: 50%;left: 50%;transform: translate(-50%, -50%);}
#system_modal .system_inner .system_top {position:relative; display: flex; display: -webkit-flex !important; align-items: center;justify-content: space-between;}
#system_modal .system_inner .system_top div{display: flex; display: -webkit-flex !important;align-items: center;}
#system_modal .system_inner .system_top .tit {padding-left: 66px;position:relative;font-size: 24px;font-weight: 600;margin-right: 12px;color: #111;}
#system_modal .system_inner .system_top .tit:after{position: absolute;content: ''; top: -10px; left: 0px; background: url(/images/new/web/main/environmentalSystem_ico_03.png) no-repeat;width: 50px; height: 50px;border-radius: 5px;background-size: 100%;}
#system_modal .system_inner .system_top p{font-size: 17px;font-weight: 600;color: #111;}
#system_modal .system_inner .close_btn{width: 60px;height: 60px;background: url(/images/new/web/main/environmentalSystem_ico_01.png) no-repeat;position: absolute;right: -25px;top: -25px;cursor: pointer; background-size: 100%;border: 0;text-indent: 100%;white-space: nowrap;overflow: hidden;}
#system_modal .system_inner .system_conts{ margin-top: 35px;}
#system_modal .system_inner .system_conts .tab_container4{}
#system_modal .system_inner .system_conts .tab_container4 .tab_button_wrap{text-align: center;}
#system_modal .system_inner .system_conts .tab_container4 .tab_button_wrap .tab_button_list4{display: flex; display: -webkit-flex !important;}
#system_modal .system_inner .system_conts .tab_container4 .tab_button_wrap .tab_button_list4 li{font-size: 20px; font-weight: 600;padding: 10px 10px 20px 10px;width: 170px;}
#system_modal .system_inner .system_conts .tab_container4 .tab_button_wrap .tab_button_list4 li a{position: relative;}
#system_modal .system_inner .system_conts .tab_container4 .tab_button_wrap .tab_button_list4 li a:after{position: absolute; content: ''; background: url(/images/new/web/main/environmentalSystem_01.png) no-repeat; top: -8px;left: -51px; width: 40px;height: 42px;}
#system_modal .system_inner .system_conts .tab_container4 .tab_button_wrap .tab_button_list4 li:nth-child(1) a:after{position: absolute; content: ''; background: url(/images/new/web/main/environmentalSystem_01.png) no-repeat; top: -8px;left: -50px; width: 35px;height: 38px; background-size: 100%;}
#system_modal .system_inner .system_conts .tab_container4 .tab_button_wrap .tab_button_list4 li:nth-child(2) a:after{position: absolute; content: ''; background: url(/images/new/web/main/environmentalSystem_02.png) no-repeat; top: -8px;left: -57px; width: 33px;height: 37px; background-size: 100%;}
#system_modal .system_inner .system_conts .tab_container4 .tab_button_wrap .tab_button_list4 li:nth-child(3) a:after{position: absolute; content: ''; background: url(/images/new/web/main/environmentalSystem_03.png) no-repeat; top: -7px;left: -55px; width: 35px;height: 36px; background-size: 100%;}
/*#system_modal .system_inner .system_conts .tab_container4 .tab_button_wrap .tab_button_list4 li:nth-child(4) a:after{position: absolute; content: ''; background: url(/images/new/web/main/environmentalSystem_04.png) no-repeat; top: -8px;left: -64px; width: 45px;height: 46px; background-size: 100%;}*/
#system_modal .system_inner .system_conts .tab_container4 .tab_button_wrap .tab_button_list4 li:nth-child(4) a:after{position: absolute; content: ''; background: url(/images/new/web/main/environmentalSystem_05.png) no-repeat; top: -8px;left: -56px; width: 38px;height: 39px; background-size: 100%;}
#system_modal .system_inner .system_conts .tab_container4 .tab_button_wrap .tab_button_list4 li.on{}
#system_modal .system_inner .system_conts .tab_container4 .tab_button_wrap .tab_button_list4 li.on:nth-child(1) a:after{position: absolute; content: ''; background: url(/images/new/web/main/environmentalSystem_01_h.png) no-repeat; top: -8px;left: -50px; width: 35px;height: 38px; background-size: 100%;}
#system_modal .system_inner .system_conts .tab_container4 .tab_button_wrap .tab_button_list4 li.on:nth-child(2) a:after{position: absolute; content: ''; background: url(/images/new/web/main/environmentalSystem_02_h.png) no-repeat; top: -8px;left: -57px; width: 33px;height: 37px; background-size: 100%;}
#system_modal .system_inner .system_conts .tab_container4 .tab_button_wrap .tab_button_list4 li.on:nth-child(3) a:after{position: absolute; content: ''; background: url(/images/new/web/main/environmentalSystem_03_h.png) no-repeat; top: -7px;left: -55px; width: 35px;height: 36px; background-size: 100%;}
/*#system_modal .system_inner .system_conts .tab_container4 .tab_button_wrap .tab_button_list4 li.on:nth-child(4) a:after{position: absolute; content: ''; background: url(/images/new/web/main/environmentalSystem_04_h.png) no-repeat; top: -8px;left: -64px; width: 45px;height: 46px; background-size: 100%;}*/
#system_modal .system_inner .system_conts .tab_container4 .tab_button_wrap .tab_button_list4 li.on:nth-child(4) a:after{position: absolute; content: ''; background: url(/images/new/web/main/environmentalSystem_05_h.png) no-repeat; top: -8px;left: -56px; width: 38px;height: 39px; background-size: 100%;}
#system_modal .system_inner .system_conts .tab_container4 .tab_button_wrap .tab_button_list4 li.on:nth-child(1) a:before{position: absolute; content: ''; background: #0099CC; left: -50px;width: 184px;height: 2px;bottom: -20px;}
#system_modal .system_inner .system_conts .tab_container4 .tab_button_wrap .tab_button_list4 li.on:nth-child(2) a:before{position: absolute; content: ''; background: #0099CC; left: -59px;width: 184px;height: 2px;bottom: -20px;}
#system_modal .system_inner .system_conts .tab_container4 .tab_button_wrap .tab_button_list4 li.on:nth-child(3) a:before{position: absolute; content: ''; background: #0099CC; left: -59px;width: 184px;height: 2px;bottom: -20px;}
#system_modal .system_inner .system_conts .tab_container4 .tab_button_wrap .tab_button_list4 li.on:nth-child(4) a:before{position: absolute; content: ''; background: #0099CC; left: -59px;width: 184px;height: 2px;bottom: -20px;}
#system_modal .system_inner .system_conts .tab_container4 .tab_button_wrap .tab_button_list4 li.on:nth-child(5) a:before{position: absolute; content: ''; background: #0099CC; left: -59px;width: 184px;height: 2px;bottom: -20px;}
#system_modal .system_inner .system_conts .tab_container4 .tab_button_wrap .tab_button_list4 li.on a{color: #0099CC;}
#system_modal .system_inner .system_conts .tab_container4 .tab_contents{display: none;}
#system_modal .system_inner .system_conts .tab_container4 .tab_contents .box_wrap{}
#system_modal .system_inner .system_conts .tab_container4 .tab_contents .box_wrap .box_01 {display: flex;display: -webkit-flex !important; border-top: 1px solid #e9e9e8; padding-top: 15px; margin-bottom: 5px;}
#system_modal .system_inner .system_conts .tab_container4 .tab_contents .box_wrap .box_01 .tit_box{position: relative;width: 130px;padding-left: 35px;color: #333;font-weight: 600;font-size: 18px;}
#system_modal .system_inner .system_conts .tab_container4 .tab_contents .box_wrap .box_01 .tit_box:after{position: absolute; content: ''; background: url(/images/new/web/main/environmentalSystem_ico_04.png) no-repeat; top: 0px;left: 0px; width: 23px;height: 23px;}
#system_modal .system_inner .system_conts .tab_container4 .tab_contents .box_wrap .box_01 .tit_box p{}
#system_modal .system_inner .system_conts .tab_container4 .tab_contents .box_wrap .box_01 ul{display: flex;display: -webkit-flex !important; flex-wrap: wrap; width: 570px;}
#system_modal .system_inner .system_conts .tab_container4 .tab_contents .box_wrap .box_01 ul li{position: relative;/*width: 460px;*/flex: 1 1 40%;font-size: 15px;line-height: 1.5;margin-bottom: 6px; display: flex;display: -webkit-flex !important;justify-content: space-between; margin-right: 22px; padding-left: 20px;}
#system_modal .system_inner .system_conts .tab_container4 .tab_contents .box_wrap .box_01 ul li:after{position: absolute; content: ''; background: #8c8c8c; top: 10px;left: 0px; width: 7px;height: 2px;}
#system_modal .system_inner .system_conts .tab_container4 .tab_contents .box_wrap .box_01 ul li:nth-child(even){margin-right: 0px;}
#system_modal .system_inner .system_conts .tab_container4 .tab_contents .box_wrap .box_01 ul li a{}
/*#system_modal .system_inner .system_conts .tab_container4 .tab_contents .box_wrap .box_01 ul li a{border: 1px solid #c7c7c7; padding: 6px 10px 6px 36px;border-radius: 5px;font-size: 16px;background: #f5f5f5  url(/images/new/web/main/environmentalSystem_ico_02.png) 15% 50% no-repeat;}*/
#system_modal .system_inner .system_conts::-webkit-scrollbar { width: 8px;}
#system_modal .system_inner .system_conts::-webkit-scrollbar-thumb {background-color: #0086c9;border-radius: 10px;}
#system_modal .system_inner .system_conts::-webkit-scrollbar-track {background-color: #eee;border-radius: 10px;box-shadow: inset 0px 0px 5px white;}
#system_modal .system_inner .system_conts::-webkit-scrollbar-track {background-color: #eee;border-radius: 10px;box-shadow: inset 0px 0px 5px white;}
@media screen and (max-width: 1023px){
	/* 환경정보 시스템 모달 */
	#system_modal .system_inner{width: 90%; height: 45%;}
	#system_modal .system_inner .system_conts .tab_container4 .tab_button_wrap .tab_button_list4 li{width: 100%;}
}
@media screen and (max-width: 767px){
	/* 환경정보 시스템 모달 */
	#system_modal .system_inner .system_conts .tab_container4 .tab_button_wrap .tab_button_list4 {flex-wrap: wrap;}
	#system_modal .system_inner .system_conts .tab_container4 .tab_button_wrap .tab_button_list4 li {flex: 1 1 40%;width: 50%;padding: 10px;border: 1px solid #eee;}
	#system_modal .system_inner .system_conts .tab_container4 .tab_button_wrap .tab_button_list4 li.on {border: 1px solid #00aeea;}
	#system_modal .system_inner {height: auto;}
	#system_modal .system_inner .system_conts .tab_container4 .tab_button_wrap .tab_button_list4 li.on:nth-child(1) a:before{display: none;}
	#system_modal .system_inner .system_conts .tab_container4 .tab_button_wrap .tab_button_list4 li.on:nth-child(2) a:before{display: none;}
	#system_modal .system_inner .system_conts .tab_container4 .tab_button_wrap .tab_button_list4 li.on:nth-child(3) a:before{display: none;}
	#system_modal .system_inner .system_conts .tab_container4 .tab_button_wrap .tab_button_list4 li.on:nth-child(4) a:before{display: none;}
	#system_modal .system_inner .system_conts .tab_container4 .tab_contents .box_wrap .box_01 ul li{flex: 1 1 50%;width: 100%;}
	#system_modal .system_inner .system_conts .tab_container4 .tab_contents .box_wrap .box_01 .tit_box{width: 30%;}
}
@media screen and (max-width: 639px){
	/* 환경정보 시스템 모달 */
	#system_modal .system_inner .system_conts .tab_container4 .tab_button_wrap .tab_button_list4 li{font-size: 16px;padding: 12px;}
	#system_modal .system_inner .system_conts .tab_container4 .tab_contents .box_wrap .box_01 .tit_box {width: 50%;font-size: 14px;padding-left: 22px;}
	#system_modal .system_inner .system_conts .tab_container4 .tab_contents .box_wrap .box_01 ul {width: 135%;}
	#system_modal .system_inner .system_conts .tab_container4 .tab_contents .box_wrap .box_01 .tit_box:after {width: 17px;height: 17px;background-size: 100%;}
	#system_modal .system_inner .system_conts .tab_container4 .tab_contents .box_wrap .box_01 ul li {font-size: 14px;}
}
@media screen and (max-width: 599px) {
	#system_modal .system_inner .close_btn{right: 5px;top: 5px;width: 30px;height: 30px;}
}
@media screen and (max-width: 479px){
	/* 환경정보 시스템 */
	#system_modal .system_inner .system_conts .tab_container4 .tab_button_wrap .tab_button_list4 li a:after{position: absolute; content: ''; background: url(/images/new/web/main/environmentalSystem_01.png) no-repeat; top: -8px;left: -51px; width: 40px;height: 42px;}
	#system_modal .system_inner .system_conts .tab_container4 .tab_button_wrap .tab_button_list4 li:nth-child(1) a:after{position: absolute; content: ''; background: url(/images/new/web/main/environmentalSystem_01.png) no-repeat; top: -5px;left: -35px; width: 30px;height: 33px; background-size: 100%;}
	#system_modal .system_inner .system_conts .tab_container4 .tab_button_wrap .tab_button_list4 li:nth-child(2) a:after{position: absolute; content: ''; background: url(/images/new/web/main/environmentalSystem_02.png) no-repeat; top: -5px;left: -35px; width: 30px;height: 33px; background-size: 100%;}
	#system_modal .system_inner .system_conts .tab_container4 .tab_button_wrap .tab_button_list4 li:nth-child(3) a:after{position: absolute; content: ''; background: url(/images/new/web/main/environmentalSystem_03.png) no-repeat; top: -4px;left: -35px; width: 30px;height: 33px; background-size: 100%;}
	#system_modal .system_inner .system_conts .tab_container4 .tab_button_wrap .tab_button_list4 li:nth-child(4) a:after{position: absolute; content: ''; background: url(/images/new/web/main/environmentalSystem_05.png) no-repeat; top: -5px;left: -35px; width: 30px;height: 33px; background-size: 100%;}

	#system_modal .system_inner .system_conts .tab_container4 .tab_button_wrap .tab_button_list4 li.on:nth-child(1) a:after{position: absolute; content: ''; background: url(/images/new/web/main/environmentalSystem_01_h.png) no-repeat; top: -5px;left: -35px; width: 30px;height: 33px; background-size: 100%;}
	#system_modal .system_inner .system_conts .tab_container4 .tab_button_wrap .tab_button_list4 li.on:nth-child(2) a:after{position: absolute; content: ''; background: url(/images/new/web/main/environmentalSystem_02_h.png) no-repeat; top: -5px;left: -35px; width: 30px;height: 33px; background-size: 100%;}
	#system_modal .system_inner .system_conts .tab_container4 .tab_button_wrap .tab_button_list4 li.on:nth-child(3) a:after{position: absolute; content: ''; background: url(/images/new/web/main/environmentalSystem_03_h.png) no-repeat; top: -4px;left: -35px; width: 30px;height: 33px; background-size: 100%;}
	#system_modal .system_inner .system_conts .tab_container4 .tab_button_wrap .tab_button_list4 li.on:nth-child(4) a:after{position: absolute; content: ''; background: url(/images/new/web/main/environmentalSystem_05_h.png) no-repeat; top: -5px;left: -35px; width: 30px;height: 33px; background-size: 100%;}
}
@media screen and (max-width: 375px) {
	/* 환경정보 시스템 */
	#system_modal .system_inner .system_conts .tab_container4 .tab_contents .box_wrap .box_01 .tit_box {width: 56%;}
}

