@charset "utf-8";
/*--------------------------------------------------------------
layout Style Sheet / last update: 2021.11.18
--------------------------------------------------------------*/
body {font-size: 1.5rem;}
.container {width: 140rem;max-width: 97%; min-width: inherit;}
[class*="point01"] {color: #FF4D0F;}	
#wrap {
	position: relative;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
	}
#header {
    position: relative;
    height: 15rem;
    margin: 0 auto;
    border-bottom: 1px solid #ddd;
 } 
.top_service {
    position: relative;
	height: 5rem;
	}
.top_service:before {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 200%;
	height: 100%;
    background-color: #4c4f5b;
    transform: translateX(-50%);
    content: '';
	z-index: -1;
	}
.top_service .khidi-hm {
	float: left;
	width: 10.3rem;
	height: 5rem;
	background: url(../../images/common/khidi_logo.svg) no-repeat center center;
    text-indent: -9999px;
	overflow: hidden;
	}	
.tsidemenu {
	float: right;
	letter-spacing: 0;
	font-size: 1.4rem;
	}
.tsidemenu > li {
	float: left;
    margin-left: 1.6rem;
	}
.tsidemenu a {
	display: block;
    padding: 1.1rem 0;
	color: #fff;
    line-height: 2;
	}	
/* NAVIGATION STYLE */
.nav-area {
    position: relative;
    height: 10rem;
	}
/* 로고 */
.logo {
	float: left;
	margin: 3.3rem 0;
	line-height: 1;
    font-family: 'NotoR';
	}
.logo a:first-child {
	display: inline-block;
	width: 23.8rem;
	height: 100%; 
	font-size: 1rem; 
	vertical-align: top;
    line-height: 1;
	}
.nav-area > nav {
	float: left;
	margin-top: 2.7rem;
	}
.nav-area > nav a {
	color: #333; 
	}
#gnavigation {
	clear: both;
	min-height: 5.9rem;
	margin-left: 3rem;
	text-align: center;
	}
#gnavigation > li {
	float: left;
	position: relative;
	}
#gnavigation a {
	display: block; 
	position: relative; 
	padding: .7rem 1.8rem 4.5rem;
	line-height: 1.2;  
	transition: all 0.3s ease;
	}
#gnavigation > li > a {
	font-size: 1.8rem;
	font-family: 'NotoB'; 
	}
#gnavigation > li > a:after {
	display: block;
	position: absolute;
	bottom: 1.5rem; 
	left: 50%; 
	width: .9rem; 
	height: .9rem; 
	background-color: #FC6719;
	border-radius: 100%;
	transition: all .3s ease-in-out; 
	transform: translateX(-50%);
	content: ''; 
	opacity: 0;
	}
#gnavigation a:hover {
	text-decoration: none;
	}
#gnavigation > li > a.active{
	color: #1a2460;
	}
#gnavigation > li > a.active:after, 
#gnavigation > li > a:focus::after, 
#gnavigation > li:hover > a:after {
	opacity:1;
	}
#gnavigation .depth2 {
	position: absolute; 
	top: 7.4rem;
	left: 50%; 
	width: 22.5rem;
	height: 0;
	padding: 2rem 0;
	background-color: #1A2460;
	letter-spacing: -0.05em;
	line-height: 1.3; 
	text-align: left;
	transition: all .2s ease;
	transform: translateX(-50%);
	opacity:0; 
	visibility:hidden; 
	}
#gnavigation > li:hover .depth2,
#gnavigation > li.active .depth2 {
    height: auto;
	opacity: 1;
	visibility: visible;
    z-index: 95;
	}	
#gnavigation .depth2 > li {
	position: relative;
	}	
#gnavigation .depth2 > li > a {
    padding: 1.1rem 2rem;
	color: #8D92B0; 
	transition: all 0.5s ease;
	font-size: 1.7rem; 
	font-family: NotoR; 
	}
#gnavigation .depth2 > li > a:hover,
#gnavigation .depth2 > li > a:focus  {
	background-color: #FC6719;
	color: #fff;
	}	
.snsTop {
	float: left;
    position: inherit;
    top: inherit;
    right: inherit;
    margin-top: -0.1rem;
	}
.allmenu {
	float: right; 
	width: 3rem; 
	height: 3rem; 
    margin-top: 3.3rem;
	overflow: hidden;
	letter-spacing: -1px;
	}
.allmenu span[class*="bar"] {
	display: block; 
	width: 100%; 
	height: 3px; 
	margin-top: 0.8rem; 
	background-color: #333; 
	}
.allmenu span.bar1 {
	margin-top: 0;
	}
.allmenu_layer {
	display: none;
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%;
	height: 0;
    background-color: #fff;
	}
.allmenu_layer.active {
    display: block;
    height: calc(100vh - 15rem);
    margin-top: 15rem;
    z-index: 100;
	}
.allmenu_layer .container {
	position: relative;
    height: 100%;
    margin: 0 auto;
    padding-top: 6rem;
    transition: height .4s;
	}
.allmenu_layer .container::before {
	position: absolute;
	top: 0;
	left: 50%;
	width: 200%;
	height: 1px;
	background-color: #ddd;
	transform: translateX(-50%);
	content: '';
	}
.allmenu_layer nav {
	position: relative;
    height: 99.8%;
    margin: 0 auto;
    overflow: hidden;
	}
.all_nav {
    position: relative;
    display: flex;
    display: -webkit-flex;
    flex-flow: row wrap;
    overflow: hidden;
    }
.all_nav a {
	color: #313131;
	letter-spacing: -1px;
	}
.all_nav > li {
	position: relative; 
	width: 33.33%; 
	padding: 0 1.5rem; 
	border-left: 1px solid rgba(255,255,255,0.17); 
	overflow: hidden;
	}
.all_nav > li:first-child {
	border-left: none;
	}
.all_nav > li > a {
	display: block; 
	position: relative;
	font: normal 2.2rem NotoM;
	}
.all_nav .depth2 {
	margin-top: 2rem;
	border-top: 2px solid #333;
	}	
.all_nav .depth2 > li {
	border-top: 1px dashed #ddd;
	font: normal 1.8rem/1.3 NotoL;
	}
.all_nav .depth2 > li:first-child {
	border-top: none;
	}
.all_nav .depth2 a {
	position:relative;
	display: block;
	margin: 1.5rem 0;
	color: #000;
	font-family: 'NotoR';
	}
.all_nav .depth2 a:hover {
	color: #FC6719;
	}	
.all_nav .depth3 {
    margin-bottom: 1rem;
	padding: 1rem 1.5rem;
	background-color: #F6F8FC;
	font-size: 1.6rem;
	}
.all_nav .depth3 > li {
	position: relative;
	padding-left: 1.5rem;
	line-height: 1.3;
	}
.all_nav .depth3 > li::before {
	display: block;
	position: absolute;
	top: 1.1rem;
	left: 0;
	width: .4rem;
	height: .4rem;
	background-color: #D1D5E1 ;
	content: '';
	}
.all_nav .depth3 > li a {
	margin: 0.75rem 0;
	}
.allmenu_layer .allmenu_close {
    position: absolute;
    top: -7rem;
    left: 50%;
    margin-left: 70rem;
    width: 2rem;
    height: 2rem;
    color: #000;
    font-size: 3rem;
    opacity: 0;
    z-index: 100;
	}
.allmenu_layer.active .allmenu_close {
	visibility: visible; 
	opacity: 1;
	}
.allmenu_layer .allmenu_close > span {
	display: inline-block;
    vertical-align: middle;
	}
.all-menuFixed {
	overflow-y:hidden;
	overflow-x:auto;
	}
.all-menuFixed .allmenu {
	display: none;
	}
.all-menuFixed .nav-area > nav {
	display: none;
	}
.mCSB_container_wrapper > .mCSB_container{
	padding-right: 0;
	}

.header_wrap.fixed .search-hotissue {
	display: none;
	}	
.header_wrap.fixed .allmenu {
	margin: 0;
	}
.header_wrap.fixed .allmenu_close {
	top: -5.5rem;
	}	
.header_wrap.fixed .allmenu_close > span {
	width: 1px;
	height: 1px;
	text-indent: -9999px; 
	}
.header_wrap.fixed  .allmenu_layer .container {
	height: auto;
	}
.svisual {
	position: relative;
	display: flex; display: -webkit-flex; flex-flow: row wrap; align-items: center; align-content: center;  
	height: 25rem;
	margin-bottom: 5rem;
	color: #fff;
	font-size: 1.8rem;
	}
.svisual::before {
	position: absolute;
	top: 0;
	left: 50%;
	width: 200%;
	height: 100%;
	background: url(../../images/mdi/layout/svisual.png) no-repeat center 0;
	transform: translateX(-50%);
	content:'';
    z-index: -1;
	}
.svisual strong {
	display: inline-block;
    vertical-align: middle;
	font: normal 3.6rem NotoB;
	}	
.svisual p {
	display: inline-block;
    margin-left: 2rem;
    vertical-align: middle;
	}	
#body {
    position: relative;
    min-height: 50rem;
    padding-top: 0;
    margin: 5rem auto 10rem;
    overflow: hidden;
 }
#side {
	float: left;
	width: 23rem;
	margin-right: 5rem;
	}
.snb-title {
	margin-bottom: 1rem;
	padding: 3.5rem 1.5rem;
	background-color: #FC6719;
	border-radius: 5px;
	color: #fff;
	text-align: center;
	overflow: hidden;
	}
#snavigation {
    font-size: 1.6rem;
    font-family: 'NotoR';
    letter-spacing: -.05rem;
	}
#snavigation a {
	display: block;
	position: relative;
	}	
#snavigation > li {
	margin-bottom: .5rem;
	border: 1px solid #D1D5E1;
	border-radius: 5px; 
	overflow: hidden;
	}
#snavigation > li > a {
	padding: 1.6rem 3.5rem 1.5rem 2rem;
	color: #000;
    line-height: 1.5;
	}
#snavigation > li > a:after{
	position: absolute;
	top: 50%;
	right: 1.8rem;
    line-height: 1.2;
    text-align: center;
	transform: translateY(-50%);
	font-size: 2rem;
	font-family: xeicon;
	content:"\e914";
	}
#snavigation > li.on {
	border-color:transparent;
	}	
#snavigation > li.on  > a {
	background-color: #FC6719; 
	border-radius: 5px;
	color: #fff;
    font-family: 'NotoM';
	}
#snavigation > li.on > a:after {
	content:"\e91b";
	}
#snavigation .depth3 {
	display: none;
	margin: 2rem 1.5rem;
	font-family: NotoR;
	font-size: 1.5rem;
	}
#snavigation > li.on .depth3 {
	display: block;
	}
#snavigation .depth3 > li {
	position: relative;
	margin: 0.4rem 0;
	padding-left: 1.5rem;
	}	

#snavigation .depth3 > li::before {
	display: block;
	position: absolute;
	top: .8rem;
	left: 0;
	width: .5rem;
	height: .5rem;
	background-color: #D1D5E1;
	content: '';
	
	}
#snavigation .depth3 > li.on a {
	color: #F24E1D;
	text-decoration: underline;
	}
		
#content {
	position: relative;
	float: none;
	width: auto;
	overflow: hidden;
	margin-top: 3.8rem;
	}
#detail_content {
    margin-bottom: 10rem;
	}	
.stitle {
    margin-bottom: 1.2rem;
	color: #000;
	font: normal 2.5rem 'NotoB';
	}
.path {
	margin-bottom: 5rem;
	text-align: right;
    font-size: 1.5rem;
	}
		
.content-footer {
	margin: 10rem 0 0 29rem;
	}
.relation_content dd {
	font-size: 1.5rem;
	}	
.sns_share > li.top {
	display: none;
	}
/* 하단 배너*/	
#banner-zone {
	position: relative;
	padding: 2.5rem 0;
	}	
#banner-zone::before {
	position: absolute;
	top: 0;
	left: 50%;
	width: 200%;
	height: 1px;
	background-color: #ddd;
	transform: translateX(-50%);
	content: '';
	}
#banner-zone .float-wrap {
	float: left;
	width: calc(100% - 12rem);
	height: 5rem;
	overflow: hidden;
	}
#banner-zone .banner-control {
	float: left;
    display: block;
    padding-top: 1.5rem;
	}
#banner-zone .banner-control button {
	width: 2.5rem;
    font-size: 1.8rem;
	}
#banner-zone .banner-area {	
    float: right;
    width: calc(100% - 10rem);	
    height: 5rem;
    overflow: hidden;
	}
.banner-list {
	overflow: hidden;
	}
.banner-list > li {
	float: left;
	width: 21.9rem;
	height: 5rem;
	margin-right: 1.3rem;
	text-align: center;
	overflow: hidden;
	}	
.banner-list > li img {
	max-width: 100%;
    max-height: 100%;
	}
.banner-list > li a {
	display: block;
    height: 100%;
    line-height: 1;
    border: 1px solid #ddd;
    overflow: hidden;
	}
.banner_control {
	float: right;
    height: 2.9rem;
    margin-top: 1rem;
    overflow: hidden;
	}
.banner_control a {
	display: inline-block;
	width: 2.9rem;
	height: 2.9rem;
	margin: 0 0.3rem;
	border-radius: 100%;
	text-align: center;
	font-size: 1.8rem;
	overflow: hidden;
	}
.banner_control a.btn_before,
.banner_control a.btn_next {
	border: 1px solid #ddd;
	}
/* footer STYLE */
#footer {
    clear: both;
	position: relative;
	padding: 4rem 0;
	color: #D2D2D2;
	}
#footer::before {
	position: absolute;
	top: 0;
	left: 50%;
	width: 200%; 
	height: 100%;
	background-color: #3A3D53;
	transform: translateX(-50%);
	content: '';
    z-index: -1;
	}	
#footer .container {
	position: relative;
	}	
	
/* 관련사이트 */
.select-link {
    position: absolute;
    top: 0;
    right: 0;
	width: 22rem;
    z-index: 90;
	}
.select-link .link-title {
	position: relative;
	display: block;
	width: 100%;
	padding: 0.85rem 1.5rem;
	background-color: #000;
	color: rgba(255,255,255, .7);
	text-align: left;
	font-size: 1.5rem;
	}	
.select-link .link-title i {
	position: absolute;
	top: 50%;
	right: 1.5rem;
	transform: translateY(-50%);
	}
.select-link > .link-site  {
	display: none;
	position: absolute;
	bottom: 3.8rem;
    width: 100%;
	padding: 1.5rem;
	background-color: #000;
	}
.select-link > .link-site::after {
	display: block;
	width: 100%;
	height: 1px;
	margin: 0.5rem auto 0;
	background-color: rgba(255,255,255, .3);
	content: '';
	}	
.select-link > .link-site > li {
	margin: 0.8rem 0;
	}	
.select-link > .link-site > li:first-child {
	margin-top: 0;
	}
.select-link > .link-site > li a {
	display: block;
	color: rgba(255,255,255, .7);
	}	
	
/* sns-link */
.footer-sns{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 90;
   }
.sns-link li {
	display: inline-block;
	margin: 0 1rem;
	text-align: center;
	}
.sns-link a {
	display: block;
    color: #9D9EA9;
	}
.sns-link a i {
	display: inline-block;
	margin-bottom:0.5rem;
    vertical-align: middle;
	font-size: 2.2rem;
	}
.sns-link a span {
	display: inline-block;
    vertical-align: middle;
	}
.sns-link a:hover {
	text-decoration: none;
	}
.sns-link a:hover span {
	text-decoration: underline;
	}

/* 하단 바로가기 링크 */	
.fsidemenu {
	width: calc(100% - 35rem);
	margin-bottom: 4rem;
	overflow: hidden;
	}
.fsidemenu li {
	float: left;
	position: relative;
	padding: 0 1.5rem;
	}	
.fsidemenu li::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 1.2rem;
    background-color: rgba(255,255,255, .5);
	transform: translateY(-50%);
	content: '';
	}	
.fsidemenu li:last-child::after {
    opacity: 0;
	}
.fsidemenu li a {
	display: block;
	color: rgba(255,255,255, .75);
	}
.fsidemenu li a.point {
	color: #FC6719;
	}
#footer address {
	font-style: normal;
	}
	
#quick-link {
	position: absolute;
	top: 300px;
	right: 10rem;
	width: 6rem;
	padding: 2rem 1rem;
	background-color: #1a2460;
	border-radius: 1rem;
	text-align: center;
	font-size: 1.5rem;
	z-index: 100;
	}
#quick-link .menu-list > li {
	position:relative;
	margin-bottom: 1.5rem;
	}	
#quick-link .menu-list li a {
    display: block;
	line-height: 1.3;
	color: rgba(255,255,255, .7);
	padding-top:24px;
	}
#quick-link .menu-list > li.quick01 > a{
	background: url("/resources/images/mdi/layout/quick-icon01.png") 50% 50% no-repeat;
}
#quick-link .menu-list > li.quick02 > a{
	background: url("/resources/images/mdi/layout/quick-icon02.png") 50% 50% no-repeat;
}
#quick-link .menu-list > li.quick03 > a{
	background: url("/resources/images/mdi/layout/quick-icon03.png") 50% 50% no-repeat;
}
#quick-link .menu-list > li.quick04 > a{
	background: url("/resources/images/mdi/layout/quick-icon04.png") 50% 50% no-repeat;
}
#quick-link .menu-list > li.quick05 > a{
	background: url("/resources/images/mdi/layout/quick-icon05.png") 50% 50% no-repeat;
}
#quick-link .menu-list > li > a > .txt{
	display:none;
	position: absolute;
	right: 6rem;
	top:50%;
	padding:0.5rem 1rem;
	background: #fff;
	border:1px #ddd solid;
	color: #555555;
	font-family: "NotoM";
	transform: translateY(-50%);
	white-space: nowrap;
	transition: 1s all;
}
#quick-link .menu-list > li > a > .txt:after{
	content: "";
    display: block;
    position: absolute;
    right: -15px;
    top: 7px;
    border-top: 8px transparent solid;
    border-bottom: 8px transparent solid;
    border-left: 8px #ddd solid;
    border-right: 8px transparent solid;
}
#quick-link .menu-list > li > a > .txt:before{
	content: "";
    display: block;
    position: absolute;
    right: -11px;
    top: 9px;
    border-top: 6px transparent solid;
    border-bottom: 6px transparent solid;
    border-left: 6px #fff solid;
    border-right: 6px transparent solid;
    z-index: 1;
}

#quick-link .menu-list > li > a:hover > .txt,
#quick-link .menu-list > li > a:focus > .txt{
	display: block;
	transition: 1s ease all;
}
#quick-link .menu-list > li.quick01 > a:hover,
#quick-link .menu-list > li.quick01 > a:focus{
	background: url("/resources/images/mdi/layout/quick-icon01-on.png") 50% 50% no-repeat;
}
#quick-link .menu-list > li.quick02 > a:hover,
#quick-link .menu-list > li.quick02 > a:focus{
	background: url("/resources/images/mdi/layout/quick-icon02-on.png") 50% 50% no-repeat;
}
#quick-link .menu-list > li.quick03 > a:hover,
#quick-link .menu-list > li.quick03 > a:focus{
	background: url("/resources/images/mdi/layout/quick-icon03-on.png") 50% 50% no-repeat;
}
#quick-link .menu-list > li.quick04 > a:hover,
#quick-link .menu-list > li.quick04 > a:focus{
	background: url("/resources/images/mdi/layout/quick-icon04-on.png") 50% 50% no-repeat;
}
#quick-link .menu-list > li.quick05 > a:hover,
#quick-link .menu-list > li.quick05 > a:focus{
	background: url("/resources/images/mdi/layout/quick-icon05-on.png") 50% 50% no-repeat;
}