@charset "utf-8";
/*-------------------------------------------------
Layout Style Sheet
Version : 1.0
Author : ksk
Create date : 2024. 05.
Last update : 2024. 05.
-------------------------------------------------*/

body { line-height: 1.5; letter-spacing: -0.5px; font-family: Pretendard, NotoR, "맑은 고딕", Malgun Gothic, "돋움", Dotum, "굴림", Gulim, Tahoma, Verdana, AppleGothic, UnDotum, sans-serif;}
h1, h2, h3, h4, h5, h6, strong{font-family: inherit;}
a{color: inherit;}
.container {
	width: 140rem;
	max-width: calc(100% - 24px - 24px); 
	min-width: inherit;
}

/* point color STYLE */
[class*="point01"] {color:#D6382B;}
[class*="point02"] , [class*="point02"] a{color:#006ECC;}
[class*="point03"]{color:#00A140;}
[class*="point04"]{color:#00754A;}
[class*="point05"]{color: #71A02E;} 
[class*="point06"]{color: #275EA5;}    
[class*="_bold"] {font-style:normal; font-weight:bold;}
[class*="black-"] {color: #000;}		
[class$="-bold"]  {font-weight: 700;}
.txt-normal, .txt-normal a {font-weight: normal !important;}
[class*="point-ess"]{color: #757575; font-size: 1.5rem; font-weight: 400;}
.point-ess02{position: relative; padding-left: 1.8rem;}
.point-ess02 i {position: absolute; top: 0;  left: 0;  color: #00754A;} 
.point-important{color: #1d1d1d; font-size: 1.9rem; font-weight: 500;}

.layer-cont {padding: 0 4rem 5rem; }
.layer-cont.active {overflow: hidden;}
.layer-cont .subject {margin: 0 -4rem; padding: 1.85rem 8rem 1.85rem 4rem; background-color: #FC6719; color: #fff; line-height: 1.5; font-size: 2.2rem; } 
.layer-cont .layerpop-close {right: 4rem; color: #fff;}
.layer-cont .popup-cont {max-height: 60rem; margin: 5rem -4rem; padding: 0 4rem; overflow-y: auto;}

#wrap {
	position: relative;
    width: 100%;
    margin: 0 auto;
    padding-top: 9rem;  
    word-break: keep-all;   
    overflow:hidden;   
	}    
#header {
	position: fixed; 
	top: 0;
	left: 0;
	width: 100%;
	height:9rem;  
	margin: 0 auto;
	background: #fff;
	z-index: 99;
}
#header.scroll:before {
	border-bottom:1px solid #ddd;
}


#header:before{
	content: ""; 
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: #fff;
	} 
.top_service { 
	display:none;
    position: relative;  
	width: 172rem;
	max-width: calc(100% - 24px - 24px);
	height: 4.5rem;
	margin: 0 auto;
	z-index: 98;
	}
.top_service:before {
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 200vw;
	height: 1px;
	background: #ddd;
    content: '';
	z-index: -1;
	}
.top_service:after{
	content: "";
	display: block;
	clear: both;
	visibility: hidden;
}
.top_service .khidi{
	display: inline-block;
}
.top_service .khidi:after{
	content: "";
	display: block;
	clear: both;
	visibility: hidden;
}
.top_service .khidi-hm {
	float: left;
	width: 8rem;
	height: 4.5rem;
	/* background: url(../../images/common/khidi_logo.svg) no-repeat left center; */
	background: url(../../images/bbd/common/khidi_logo.svg) no-repeat left center;
    text-indent: -9999px;
	overflow: hidden;
    filter: invert(51%) sepia(42%) saturate(0%) hue-rotate(164deg) brightness(82%) contrast(87%);
    transition: all 0.3s;
	}	
.top_service .khidi-hm:hover{
	filter: none;
    transition: all 0.3s;
}
.khidi-search {
	position: relative;
	float: left;
	width: 24rem;
	background-color: #f5f5f5;
	}	
.khidi-search input[type="text"] {
	float: left;
	display: inline-block;
	width: calc(100% - 4.5rem);
	height: 4.5rem;
	padding: 0 1.6rem;
    background-color: transparent;
	border: 0;
    color: #767676;
	font-size: 1.5rem;
	}
.khidi-search input[type="text"]:focus {
	background-color: transparent;
	}
.khidi-search input::placeholder {
	color: #757575;
    font-size: 1.6rem;
	}	
.khidi-search .btn_search {
	position: relative;
    width: 4.5rem;
	height: 4.5rem;
	background: transparent;
	border: 0;
	/* background: url(../..//images/common/search_icon.png) no-repeat center center; */
    /* filter: invert(51%) sepia(42%) saturate(0%) hue-rotate(164deg) brightness(82%) contrast(87%); */
	}
.tsidemenu {
	float: right;
	letter-spacing: 0;
	font-size: 1.5rem;
	}
.tsidemenu > li {
	position: relative;
	float: left;
    margin-left: 1.6rem;
    padding-left: 1.6rem;
	}
.tsidemenu > li + li:before{
	content: "";
	position: absolute;
	top: 1.6rem;
	left: 0;
	display: block;
	width: 1px;
	height: 1.2rem;
	background-color: #D8D8D8;
}
.tsidemenu > li:last-child{
	padding-left: 0;
	margin-left: 2rem;
}
.tsidemenu > li:last-child:before{
	display: none;
}

.tsidemenu a {
    display: flex;
	align-items: center;
    height: 4.5rem;
    padding: 0;
    color: #757575;
	transition: all 0.5s;
}
.tsidemenu a:hover{
	text-decoration: none;
	color: #000;
	transition: all 0.5s;
}
.tsidemenu a i{
	display: inline-block;
	margin: 0 0.6rem;
}
.divisional > a {
    display: flex;
	align-items: center;
    height: 4.5rem;
    padding: 0;
    line-height: 1;
	transition: all 0.5s;
	}
.divisional > a:before{
	content: "\f0fe";
	position: relative;
	top: -0.5px;
	display: inline-block;
    margin-right: 0.6rem;
	font-family: 'remixicon' !important;
	font-size: 1.6rem;
}
.divisional > a:hover{
	text-decoration: none;
	color: #000;
	transition: all 0.5s;
}

#divisional_area {
    display: none;
    position: fixed;
    top: 0;
    left: 50%;
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #424556;
    transform: translateX(-50%);
    z-index: 100;
	}
#divisional_area .btn-close {
	float: right;
    margin-bottom: 1.5rem;
    text-align: right;
	}	
.divisional-list {
	display: flex; 
	display: -webkit-flex; 
	flex-flow: row wrap; 
	margin: 1.5rem auto;
    overflow: hidden;
	}
.divisional-list li {
    width: calc(100% / 8);
	padding: 0.5rem 0.3rem 0; 
	line-height: 1.5; 
	}
.divisional-list li a {
	display: flex; 
	flex-flow: row wrap; 
	height: 100%; 
	padding: 0.5rem;
	color: #000;
    border: 1px solid #ddd;
	align-items: center; 
	align-content: center;  
	justify-content: center; 
	text-align: center;
	}
.divisional-list li a:hover,
.divisional-list li a:focus {
    background-color: #4A5CD9;
	color: #fff;
    transition: all 0.3s ease;
    text-decoration: none;
	}
.tsidemenu .btn-cos {
    display: inline-flex;
	justify-content: center;
	align-items: center;
    width: 5.2rem;
    height: 4.5rem;
    padding: 0;
    background-color: #00754A;
    letter-spacing: 0.03em;
    color: #fff;
    text-align: center;
    font-weight: 700;
	transition: all 0.3s;
}
.tsidemenu .btn-cos:hover{
    background-color: #fc6719;
    text-decoration: none;
	transition: all 0.3s;
	color: #fff;
}


/* NAVIGATION STYLE */

/* 로고 */
.logo {
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	height: 9rem; 
}
.logo a { width:21.4rem; }
.logo *{
	display: block; 
	line-height: 1;   
	vertical-align: middle;
	font-size: 0;
}
#header .gnb-area{
	background: #fff;
}
.nav-area {
	display: flex;
	align-items: flex-start;
	position: relative;
	width: 172rem;
	max-width: calc(100% - 24px - 24px);
	margin: 0 auto;
	padding: 0 24rem 0 22rem;   
} 
.nav-area .lan { display:flex;align-items: center;gap: .5rem; position:absolute;top:3.4rem;right:4rem;font-size:1.6rem; }    

.nav-area > nav {
	display: inline-flex;
	justify-content: center;
	width: 100%;
}
.nav-area > nav a {
	color: #333; 
}
#gnavigation {
	display: flex;
	justify-content: center;
	text-align: center;
	width: 100%;
	clear: both;
	max-width:800px;   
	margin:0 auto; 
}
#gnavigation > li {
    position: relative;
	transition: all .2s;
	width: calc(100% / 5);   
}
#gnavigation a {
	display: block;
	position: relative;
	padding: 0 1rem 0 1rem;
	line-height: 1.2;
    text-align: left;
	/* transition: all 0.3s; */
}
#gnavigation > li > a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height:9rem; 
	padding: 0 1em;
	text-align: center;
	color: #000;
	font-size: 2rem;
    font-weight: 500;
	transition: all .2s;
}
#gnavigation > li > a:after{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 3px;
	background: #00754A; 
	transition: all .2s;    
}
#gnavigation > li > a span{
	position: relative;
}
#gnavigation > li > a span:after{
	content: '';
	position: absolute;
	top: -0.2rem;
	right: -0.8rem;
	display: block;
	width: 5px;
	height: 5px;
	background-color: #00754A;
	border-radius: 50rem;
	transition: all .2s;
	opacity: 0;
}

#gnavigation .depth2 {
    position: absolute;
    width: 100%;
    height: 0;
    letter-spacing: -0.05em;
    text-align: left;
    background-color: #fff;
    border-right: 1px solid #e6e6ea;
    overflow: hidden;
}
#gnavigation > li:first-child .depth2 {
    border-left: 1px solid #e6e6ea;
}
 
#gnavigation .depth2 > li {
	position: relative;
	text-align: left;
}
#gnavigation .depth2 > li > a {
	display: block;
    padding: 1.5rem 1rem;
    color: #333;
    font-size: 1.8rem;
    font-weight: 500;
    /* transition: all 0.2s; */
}
#gnavigation .depth3 > li > a{
	position: relative;
	display: block;
    padding: 0.5rem 1rem 0.5rem 2rem;
	font-size: 1.6rem; 
    font-weight: 400;
	color: #767676;
}
#gnavigation .depth3 > li > a:before{
	content: "";
	position: absolute;
	left: 1rem;
	top: 1.1rem;
	display: block;
	width: 3px;
	height: 3px;
	background-color: #DDDDDD;
}

#gnavigation:before{
	content: "";
	display: block;
}
#header.active{
	
}
#header.active:before{
	border-bottom: 1px #ddd solid;
}
#header.active::after {
	content: "";
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: .3;
	z-index: -1;
}
#gnavigation.active > li .depth2 {
	position: static;
    height: calc(100% - 9rem); 
	padding-top: 1rem;
	padding-bottom: 3rem;
	visibility: visible;
	overflow: visible;
	opacity: 1;
	z-index: 95;
}
#header.on #gnavigation{
	
}
#header.on #gnavigation > li{
    position: relative;
	transition: all .2s linear;
}
#header #gnavigation > li.active > a{
	color: #00754A;
	text-decoration: none;   
	transition: all .2s ease;
}
#header #gnavigation > li.active > a:after{
	left: 0;
	width: calc(100% - 1px);
	transition: all .2s;
}
#header #gnavigation > li.active span:after{
	transition: all .2s;
	opacity: 1;
}
#header #gnavigation > li.active .depth2{
background: #f7f7f8;   
}   
#header #gnavigation > li.active  .depth2 a{
}
#header #gnavigation .depth2 a:hover,
#header #gnavigation .depth2 a:focus  {
	color: #00754A;
	text-decoration: underline;  
    transition: all .2s;
}	

#header .site-more { 
	display: inline-flex;
    height: 3.6rem;
    padding: 0 1.8rem; 
    align-items: center;
    gap: .8rem;  
    background: #00754A; 
    border-radius: 22.2rem;      
    position: absolute;
    right: 10rem;
    top: 2.75rem;}    
#header .site-more:hover { text-decoration:none; } 

  
#header .site-more span { color: #FFF;
text-align: center;
font-size: 1.4rem;
font-style: normal;
font-weight: 500;
line-height: normal; } 
#header .site-more i {
	font-size:1.6rem;
	color:#fff;
} 

.allmenu{
	position: absolute;
	right: 0;
	top: 0;
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-end;
	height: 9rem;   
	overflow: hidden;
	}
.allmenu span[class*="bar"] {
	display: block; 
	width: 2rem; 
	height: 2px; 
	margin-top: 0.5rem; 
	background-color: #222; 
}
.allmenu span.bar1 {
	margin-top: 0;
}
.allmenu_layer {
	display: block;
	position: absolute; 
	top: 0; 
	left: 0;  
	width: 100%;  
	height: 100vh;   
	background: #fff;    
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
    z-index: 100;
    color: #fff;
	}
.allmenu_layer.active {
    opacity: 1;
    overflow: visible;
    visibility: visible;
	}
.allmenu_layer .allmenu_area{
	position: relative;
	height: 100%;
}
.allmenu_layer .all_nav_box{
	position: relative;
	width: 172rem;
	max-width: 95%;
	margin: 0 auto; 
	padding: 16rem 0 10rem 0;
	height:100%; 
}
.allmenu_layer nav {
	position: relative;
	width: 100%;
	margin: 0 auto;
}	
.allmenu_layer .mCustomScrollbar{
	height: 100%;
}
.all_nav {
	display: flex;
	position: relative;
}
.all_logo{
	position: absolute;
	top: 0;
	left: 3%; 
	display: block;
	height: 100px;
	line-height: 100px;
}
.all_logo a{
	display: block;
}
.all_logo img{
	vertical-align: middle;
	/* filter: brightness(0) invert(1); */
}
.all_nav a {
	letter-spacing: -1px;
	color: #222;
}
.all_nav > li {
	position: relative; 
	width: calc(100% / 3);
	padding: 0 1.5rem; 
}
.all_nav > li > a {
	position: relative;
	display: flex; 
	align-items: center;
	height: 9rem;
	margin-bottom: 3rem;
	padding-right: 4rem;
	font-size :2rem;
	font-weight: 700;
	transition: all 0.2s;
	line-height:125%;
}
.all_nav > li > a:before{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 100%;
	height: 1px;
	background-color: rgba(0,0,0,0.4);
	transition: all 0.2s;
}
.all_nav > li > a:after{
	content: '\ea4e';
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	display: inline-block;
	width: 3rem;
	height: 3rem;
	text-align: center;
    font-family: 'remixicon' !important;
    font-weight: normal;
}

.all_nav > li > a:hover{
	text-decoration: none;
}
.all_nav .depth2 {
	padding-top: 1rem;
}	
.all_nav .depth2 > li {
	margin-bottom: 2rem;
}
.all_nav .depth2 > li > a {
	position:relative;
	display: block;
	color: #222; 
    font-weight: 500;
	font-size: 1.8rem;   
} 
.all_nav .depth2 a:hover,
.all_nav .depth2 a:focus{
	text-decoration: underline;
}
.all_nav .depth3 {
    margin: 1rem 0;  
	font-size: 1.7rem;
	}
.all_nav .depth3 > li {
	position: relative;
	padding-left: 1.5rem;
	margin-bottom: 1rem;
	line-height: 1.3;
	}
.all_nav .depth3 > li::before {
	display: block;
	position: absolute;
	top: .8rem;
	left: 0;
	width: .5rem;
	height: .5rem;
	background-color: rgba(255,255,255,0.3);
	border-radius: 50px;
	content: '';
	}
.all_nav .depth3 > li > a {
	margin: 0.75rem 0;
	transition: all 0.2s;
    opacity: 0.7;
	}
.all_nav .depth3 > li > a:hover,
.all_nav .depth3 > li > a:focus{
	text-decoration: underline;
	color: #4A5CD9;
	transition: all 0.2s;
}
.allmenu_layer .tsidemenu{
	display: none;
}
.allmenu_layer .allmenu_close {
	position: absolute;
	right: 0;
	top: 0;
	width: 10rem;
	height: 10rem;
	text-align: center;
	line-height: 10rem;
	/* background: #000000; */
	font-size: 3rem;
	/* color: #fff; */
	opacity: 0;
	z-index: 100;
	transition: all 0.2s;
	visibility: hidden;
    overflow: hidden;
}
.allmenu_layer.active .allmenu_close {
	visibility: visible; 
	overflow: visible;
	opacity: 1;
	transition: all 0.2s;
	}
.allmenu_layer .allmenu_close > span {
	display: inline-block;
    vertical-align: middle;
	}
.all-menuFixed {
	overflow-y:hidden;
	overflow-x:auto;
	position: fixed;
	width: 100%;
	}
.mCSB_container_wrapper > .mCSB_container{
	padding-right: 0;
	}
.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;
	}
#snb {
	position: relative;
	display: flex; 
	flex-direction: column;
	align-items: center; 
	align-content: center;
	width: 100%;  
	margin-bottom: 8rem;
	
	text-align: center;
	color: #fff;
	font-size: 1.8rem;  
}

#snb .container{
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	height: 17.6rem;  
}
#snb .container::before {
	width:100vw;
	left:50%;
	position: absolute;
	top:0;
	transform:translateX(-50%);
	background: #fbf5ff url('/resources/images/bbd/layout/bg-svisual.png') no-repeat center center/cover;
	content:'';   
	display:block;  
	height:100%;
	z-index:-1;  
} 

#snb .container::after { 
	content:'';
	position: absolute; 
	top: 0;      
	right: 5.7rem;  
	width: 29rem;
	height: 17.6rem;   
	background: url('/resources/images/bbd/layout/img-svisual.png') no-repeat center center/cover; 
	z-index: 1;  
} 

#snb .stitle{
	font-size: 36px;
    font-weight: 700;
	color: #222;
}
#snb .path,
#snb .path a{
	color: #fff;
}

#snb .nav{
	position: relative; 
	display: flex;
	align-items: center;
	width: 100%;
	height: 6rem;
	max-width: 140rem;
	margin: 0 auto;
	color: #fff;
	z-index: 49;
}
#snb .nav:before{
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	display: block;
	width: 100vw;
	min-width: 100%;
	height: 100%;
	background: #fff;  
	z-index: -1;
	border-top:1px solid #EBEBEB;
	border-bottom:1px solid #EBEBEB; 
}
#snb nav .home{
	width: 6rem;
	height: 6rem;
	line-height: 6rem;
	background-color: #fff;  
	color: #00754A; 
	border:1px solid #EBEBEB;
} 
#snb nav .submenu{
	position: relative;
	min-width: 24rem;
	text-align: left;
	font-size: 16px;
	z-index: 99;
}
#snb nav #depth_3.submenu button { 
	padding:12px 2rem 12px 2rem;
}
#snb nav #depth_3.submenu button:after { 
	display:none;
}

#snb nav .submenu button{
	position: relative;
	display: block;
	width: 100%;
	height: 6rem;
	padding: 12px 6rem 12px 2rem;
	/* line-height: 6rem; */
	border-right: 1px #E0E0E0 solid;
	text-align: left; 
	color: #1d1d1d;  
	font-size:1.8rem;
}
#snb nav .submenu button:hover,
#snb nav .submenu button:focus{  
	text-decoration: underline;
	color:#00754A;   
}
#snb nav .submenu button:after{
	content: "\ea4e";
	position: absolute;
	right: 2rem;
	top: 0;
	line-height: 6rem;
	height: 6rem;
	width: 1.6rem;
	font-size: 1.6rem;
    font-family: 'remixicon' !important;
    font-weight: normal;
}
#snb nav .submenu.active button:after{
	content: "\ea78";
}
#snb nav .submenu > ul{
	position: absolute;
	display: none;
	margin-left: -1px;
	background: #fff;
	border: 1px solid #ebebeb;
	border-top: none;
	width: calc(100% + 1px);
}
#snb nav .submenu > ul > li a{
	display: block;
	padding: 1.5rem 2rem;
    color: #222;
    font-size:1.8rem;
}
#snb nav .submenu > ul > li.on a,
#snb nav .submenu > ul > li a:hover,
#snb nav .submenu > ul > li a:focus{
	background: #F8F8F8;
	color: #006850;
}  

#body {
    position: relative;
	padding-top: 0;
	}
#side {
	float: left;
	width: 24rem;
	margin-right: 6rem;
	margin-top: -13rem;
	}
.snb_title{
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	height: 15rem;
	margin-bottom: 1rem;
	padding: 1rem 3rem;
	text-align: center; 
	background: linear-gradient(to right, #273072, #4A5CD9);
	font-size: 2.8rem;
	color: #fff;
}
#snavigation {
	font-size: 1.7rem;
    font-weight: 500;
	letter-spacing: -1px;
	}
#snavigation a {
	display: block;
	position: relative;
	}	
#snavigation > li {
	margin-bottom: .5rem;
	overflow: hidden;
	}
#snavigation > li > a {
	padding: 1.6rem 3.5rem 1.5rem 2rem;
	color: #000;
    line-height: 1.5;
	border: 1px solid #D1D5E1;
	}
#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 {
	border: 2px #4A5CD9 solid;
	color: #333333;
    font-weight: 700;
	}
#snavigation > li.on > a:after {
	content:"\e91b";
	}
#snavigation .depth3 {
	display: none;
	margin: 1rem 0;
	padding: 1rem 1.5rem;
    font-weight: 400;
	font-size: 1.6rem;
	background-color: #F8F8F8;
	}
#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: #4A5CD9;
	text-decoration: underline;
	}
#content {
	position: relative;
	/* overflow: hidden; */
	min-height: 50rem;
	margin-bottom: 10rem;
	}
	
/* PAGE TITLE STYLE */
#content .stitle{
	display: inline-block;
	padding-right: 10rem;
	margin-bottom: 7.2rem;
	line-height: 150%;
	color: #1D1D1D;
	font-size: 3.4rem;
	font-weight: 700;
}

.content-footer {
	margin: 10rem 0 0 29rem;
	}
.relation_content dd {
	font-size: 1.5rem;
	}	
.sns_share{
	position: absolute;
	right: 0;
	top: 1.15rem;
	line-height: 0;
}
.sns_share > button{
	position: relative;
	width: 2.8rem;
	height: 2.8rem;
	margin: 0 2rem;
	color: #555;
}
.sns_share > button img{
	font-size: 0;
	line-height: 0;
}
.sns_share > button:after{
	content: "";
	position: absolute;
	right: -2rem;
	top: 0.8rem;
	display: block;
	width: 1px;
	height: 1.6rem;
	background-color: #d9d9d9; 
}
.sns_share > button:last-child{
	margin-right: 0;
}
.sns_share > button:last-child:after{
	display: none;
}

/* 하단 배너*/	
.site-banner{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#banner-zone {
	position: relative;
	display: block;
	padding: 2.5rem 0;
	overflow: visible;
	}
#banner-zone .float-wrap {
	/* width: calc(100% - 12rem); */
	overflow: hidden;
	}
#banner-zone .banner-control {
    display: block;
	}
#banner-zone .banner-control button {
	width: 1.8rem;
	height: 1.8rem;
	line-height: 1;
    color: #757575;
    font-size: 1.8rem;
	}
#banner-zone .banner-area {	
    width: calc(100% - 13.6rem);
	}
.site-banner{
	min-width: 100%; 
	width: 0;
	overflow: hidden; 
}
#banner-zone .slick-list{
	margin: 0 -0.8rem;
}
.banner-list a{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 7rem;
	margin: 0 0.8rem;
	padding: 1.6rem;
	border: 1px #ddd solid;
	border-radius: 4px;
}
.banner-list img {
	max-width: 100%;
    max-height: 100%;
	}
.banner-list > li a {
	display: flex; display: -webkit-flex; flex-flow: row wrap; align-items: center; align-content: center;  justify-content: center;
    height: 100%;
    line-height: 1;
    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 {
	position: relative;
	padding: 4.8rem 0 8rem;
    clear: both;
    z-index: 1;
	color: #9E9E9E;   
	}
#footer::before {
	position: absolute;
	top: 0;
	left: 50%;
	width: 100%; 
	height: 100%;
	background-color: #333333;
	transform: translateX(-50%);
	content: '';
    z-index: -1;
	}	
#footer .container {
	position: relative;
	width:170rem;
	}
.f-utill{
	position: absolute;
	right: 0;
	top: 0;
}
	
/* 관련사이트 */
.select-link {
	position: relative;
	display: inline-block;
	width: 24rem;
    z-index: 49;
}
.select-link .link-title {
	position: relative;
	display: block;
	width: 100%;
	padding: 1.6rem 2.4rem;
	text-align: left;
	border-radius: 4px;
	color: #fff;
	background-color: #424242;
	font-size: 1.6rem;
}	
.select-link .link-title i {
	position: absolute;
	top: 50%;
	right: 2.4rem;
	transform: translateY(-50%);
	font-size: 1.8rem;
}
.select-link > .link-site {
	display: none;
	position: absolute;
	bottom: 6rem;
    width: 100%;
	padding: 1.5rem;
	background-color: #424242;
	border-radius: 4px;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 500;
}	
.select-link > .link-site > li {
	margin-bottom: 1.6rem;
}	
.select-link > .link-site > li:last-child {
	margin-bottom: 0;
}
.select-link > .link-site > li a {
	display: block;
}
	
/* 하단 바로가기 링크 */	
.fsidemenu {
	display: flex;
	margin-bottom: 3.2rem;
}
.fsidemenu li {
	position: relative;
	display: inline-block;
	margin-right: 1.6rem;
	padding-right: 1.6rem;
}
.fsidemenu li:after{
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	display: inline-block;
	width: 1px;
	height: 11px;
	background-color: #9E9E9E;
	transform: translateY(-50%);  
}
.fsidemenu li:last-child::after {
    display: none;
}
.fsidemenu li a {
	display: block;
}
.fsidemenu li a.point {
	color: #fff;
    font-weight: 700;
}	
#footer address,
#footer .copyright{  
	font-style: normal;
}
#footer address,
#footer .address ul{ 
	margin-bottom: 0.8rem;
}
#footer .address ul > li{
	position: relative;
	display: inline-block;
	margin-right: 1.2rem;
	padding-right: 1.2rem;
}
#footer .address ul > li:after{
	content: "";
	position: absolute;
	top: 5px;
	right: 0;
	display: inline-block;
	width: 1px;
	height: 10px;
	background-color: #9E9E9E;
}
#footer .address ul > li:last-child::after {
    display: none;
}
#footer .address strong {
	display: inline-block;
	margin-right: 0.8rem;
	color: #fff;
    vertical-align: top;
	}
#footer .address span {
	display: inline-block;
	}	