@charset "utf-8";
/* CSS Document */

/* 폰트 */
@import url(/css/fonts/pretendard/pretendard.css); /*  2025 new font*/
@import url(https://fonts.googleapis.com/earlyaccess/nanumgothic.css);
@import url(https://fonts.googleapis.com/earlyaccess/myanmarsanspro.css);
@import url(https://fonts.googleapis.com/earlyaccess/notosansarmenian.css);
@import url(https://fonts.googleapis.com/css?family=Roboto:700);
/* @import url(https://fonts.googleapis.com/earlyaccess/nanumbrushscript.css); */
@import url(/css/fonts/nanumbrushscript/NanumBrushScript.css);
@import url('https://fonts.googleapis.com/css?family=Nanum+Myeongjo&display=swap');
/* @import url(/css/fonts/NotoSansCJKkr/NotoSansCJKkr.css); */
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR:100,300,400,500,700,900&display=swap&subset=korean');

@font-face {
	font-family: 'NanumGothic';
	font-style: normal;
	font-weight: 400;
	src: url(/css/fonts/NanumGothic/NanumGothic-Regular.eot);
	src: url(/css/fonts/NanumGothic/NanumGothic-Regular.eot?#iefix) format('embedded-opentype'),
		url(/css/fonts/NanumGothic/NanumGothic-Regular.woff2) format('woff2'),
		url(/css/fonts/NanumGothic/NanumGothic-Regular.woff) format('woff'),
		url(/css/fonts/NanumGothic/NanumGothic-Regular.ttf) format('truetype');
}
@font-face {
	font-family: 'NanumGothic Bold';
	font-style: normal;
	font-weight: 700;
	src: url(/css/fonts/NanumGothic/NanumGothic-Bold.eot);
	src: url(/css/fonts/NanumGothic/NanumGothic-Bold.eot?#iefix) format('embedded-opentype'),
		url(/css/fonts/NanumGothic/NanumGothic-Bold.woff2) format('woff2'),
		url(/css/fonts/NanumGothic/NanumGothic-Bold.woff) format('woff'),
		url(/css/fonts/NanumGothic/NanumGothic-Bold.ttf) format('truetype');
}
@font-face {
	font-family: 'NanumGothic exBold';
	font-style: normal;
	font-weight: 800;
	src: url(/css/fonts/NanumGothic/NanumGothic-ExtraBold.eot);
	src: url(/css/fonts/NanumGothic/NanumGothic-ExtraBold.eot?#iefix) format('embedded-opentype'),
		url(/css/fonts/NanumGothic/NanumGothic-ExtraBold.woff2) format('woff2'),
		url(/css/fonts/NanumGothic/NanumGothic-ExtraBold.woff) format('woff'),
		url(/css/fonts/NanumGothic/NanumGothic-ExtraBold.ttf) format('truetype');
}
body{font-family: "Pretendard", "Noto Sans KR", "NotoSansCJKkr", "나눔 고딕", "나눔고딕", "nanum gothic", "nanumgothic", "Nanum Gothic", "NanumGothic", sans-serif;}
/* reset CSS */
body,p,img,div,ul,li,dl,dt,dd,table,tr,th,td,fieldset,input{margin:0; padding:0; border:none; list-style:none; border-collapse:collapse; border-spacing:0;}
h1,h2,h3,h4,h5,h6{margin:0; padding:0;}
a{text-decoration:none;}
h1.title, h2.title, h3.title, h4.title, h5.title, h6.title{	width:1px; height:1px; position:absolute; line-height:0; font-size:0;	}
input{	vertical-align:middle;	}
@media screen and (min-width: 1201px) {
	body {
		/*overflow: auto !important;*/
	}
}

/* 공통요소 */
.inner {
	max-width: 1320px;
	padding: 0 20px;
	margin: 0 auto;
	box-sizing: border-box;
}
@media screen and (max-width: 767px) {
	.wrap .inner {
		width: 100%;
	}
}

img {max-width: 100%;} 
@media screen and (max-width:1200px) {
    .pc_only {
        display: none;
    }
}
@media screen and (min-width:768px) {
    .md_only {
        display: none;
    }
}
@media screen and (max-width:767px) {
    .md_none {
        display: none;
    }
}
@media screen and (min-width:576px) {
    .sm_only {
        display: none;
    }
} 
@media screen and (max-width:575px) {
    .sm_none {
        display: none;
    }
} 

.color_point {
    color: #72a0c6 !important; 
}
/* align */
.t_l { text-align: left !important; }
.t_c { text-align: center !important; }
.t_r { text-align: right !important; }

/* 2025 flex */
.d-flex {
    display: -ms-flexbox;
    display: flex;
}
.d-flex-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.a_s {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}
  
.a_e {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}
.a_c {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.j_s {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}
  
.j_e {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}
  
.j_c {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
  
.j_b {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}  

/* 헤더 */
.wrap,
.wrap {
	/*min-width: 1624px; */
}
.wrap .header {
	height: 654px;
	background: url('/images/2021/main/bg_header_main.jpg') no-repeat center;
}
.header * {
	box-sizing: border-box;
}
.header_top {
	position: relative;
	font-size: 0;
	border-bottom: 1px solid rgba(255,255,255,.5);
	z-index: 100;
}
.logo {
	position: relative;
	display: inline-block;
	width: 190px;
	padding: 20px 0;
	vertical-align: middle;
}
.logo a {display: inline-block;}
.logo a img {
	max-width: 100%;
}
.gnb {
	display: inline-block;
	width: calc(100% - 190px);
	vertical-align: middle;
}
.gnb_list {
	text-align: right;
}
.gnb_list > li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	text-align: center;
}
.one_depth {}
.one_depth a {
	display: block;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	padding: 0 23px;
	line-height: 88px;
}
.gnb_list > li:last-child .one_depth a {
	/*padding-right: 0; */
}


.header_util {
	font-size: 0;
	text-align: right;
	padding: 37px 0;
}
.main .header_util {
	padding-bottom: 0;
}
.header_util__sns {
	display: inline-block;
	vertical-align: middle;
}
.header_util__sns ul {
	margin-right: 34px;
}
.header_util__sns ul li {
	display: inline-block;
	vertical-align: middle;
	padding: 0 9px;
}
.header_util__sns ul li a {
	-webkit-transition: .2s all ease-out;
	-moz-transition: .2s all ease-out;
	-ms-transition: .2s all ease-out;
	-o-transition: .2s all ease-out;
	transition: .2s all ease-out;
}
.header_util__sns ul li a img {}
.header_util__search {
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	margin-right: 50px;
}
.header_util__search form {}
.header_util__search form fieldset {}
.header_util__search_box {}
.header_util__input_box {
	position: relative;
	height: 49px;
	border: 3px solid #fff;
	border-radius: 30px;
	-webkit-transition: .4s all ease-out;
	-moz-transition: .4s all ease-out;
	-ms-transition: .4s all ease-out;
	-o-transition: .4s all ease-out;
	transition: .4s all ease-out;
}
.header_util__input_box.on {
	border-radius: 0 30px 30px 0;
}
.header_util__input_box .search_type {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}
.header_util__input_box .search_type > a {
	position: relative;
	display: block;
	font-size: 15px;
	font-weight: 300;
	color: #fff;
	padding: 14px 40px 14px 23px;
	border: 3px solid transparent;
	border-radius: 30px;
	width: 200px;
	line-height: 1;
	height: 49px;
	margin: -3px;
	background: url(/images/2019/common/icon_arrow_down.png) no-repeat right 15px center;
	-webkit-transition: .2s all ease-out;
	-moz-transition: .2s all ease-out;
	-ms-transition: .2s all ease-out;
	-o-transition: .2s all ease-out;
	transition: .2s all ease-out;
}
.header_util__input_box .search_type > a:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -10px;
	width: 1px;
	height: 20px;
	background-color: rgba(255,255,255,.1);
}
.header_util__input_box .search_type.on > a {
	background: #fff url(/images/2019/common/icon_arrow_down_black.png) no-repeat right 15px center;
	border-color: #8ddfff;
	color: #333;
	font-weight: 500;
	border-radius: 0;
}
.header_util__input_box .search_type .helper {}
.header_util__input_box .search_type .opt_list {
	position: absolute;
	top: 46px;
	left: -3px;
	width: 200px;
	background-color: #14bdff;
	border: 3px solid #8ddfff;
	border-top: 0;
	z-index: 11;
	display: none;
}
.header_util__input_box .search_type .opt_list li {}
.header_util__input_box .search_type .opt_list li a {
	display: block;
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	padding: 5px 23px 6px;
}
#searchkey {
	vertical-align: middle;
	width: 290px;
	height: 100%;
	padding: 0 15px;
	font-size: 15px;
	background: none;
	color: #fff;
	outline: none;
}
#search_btn {
	vertical-align: middle;
	width: 50px;
	height: 100%;
	font-size: 0;
	color: transparent;
	text-indent: -9999px;
	background: url(/images/2019/common/icon_search.png) no-repeat center;
	outline: none;
	cursor: pointer;
}
.header_util__link {
	display: inline-block;
	vertical-align: middle;
}
.header_util__link > ul {}
.header_util__link > ul > li {
	display: inline-block;
	vertical-align: middle;
	padding: 0 15px;
}
.header_util__link > ul > li > a {
	font-size: 13px;
	font-weight: 500;
	color: #fff;
}
.header_util__link > ul li.header_util__link__lang {
	position: relative;
	padding-right: 0;
	background: url(/images/2019/common/icon_language.png) no-repeat left 15px center;
}
.header_util__link > ul li.header_util__link__lang > a {
	display: block;
	padding: 4px 25px;
	background: url(/images/2019/common/icon_triangle_down.png) no-repeat right 1px center;
}
.header_util__link > ul li.header_util__link__lang ul {
	position: absolute;
	top: 100%;
	right: 0;
	border: 1px solid rgba(0,0,0,.4);
    border-top: 3px solid #8ddfff;
	margin-top: 4px;
	z-index: 11;
	display: none;
}
.header_util__link > ul li.header_util__link__lang ul li {}
.header_util__link > ul li.header_util__link__lang ul li + li {
	border-top: 1px solid rgba(0,0,0,.5)
}
.header_util__link > ul li.header_util__link__lang ul li a {
	display: block;
	font-size: 13px;
	font-weight: 500;
	color: #fff;
	padding: 4px 25px;
	background-color: rgba(0,0,0,.7);
}

@media screen and (min-width: 768px) {
	.header_util__link > ul > li {
		padding: 0 24.5px;
	}
	.header_util__link > ul > li :first-child{
		padding-left:0;
	}
}

/*  2022-05-02 */
.header_util__link .quick {
	display: block;
	width: 100%;
	vertical-align: middle;
	text-align: right;
	margin-top: 10px;
}
.header_util__link .quick__box {
	display: inline-block;
	padding-left: 15px;
	vertical-align: middle;
	letter-spacing: -.5px;
}
.header_util__link .quick__box .quick__i {
	display: inline-block;
	width: 25px;
	height: 25px;
	vertical-align: middle;
}
.header_util__link .quick__box .quick__i.news {
	background: url(/images/2022/icon_header_news.png) no-repeat center;
}
.header_util__link .quick__box .quick__i.web {
	background: url(/images/2022/icon_header_web.png) no-repeat center;
	
}
.header_util__link .quick__box span {
	display: inline-block;
	font-size: 13px;
	font-weight: 500;
	color: #fff;
	padding: 0 6px;
	vertical-align: middle;
	line-height: 1;
}
.header_util__link .quick__box a {
	display: inline-block;
	vertical-align: middle;
	margin-left: 2px;
	font-size: 13px;
	font-weight: 300;
	color: #fff;
	padding: 6px 11px 7px;
	background-color: transparent;
	border: 1px solid rgba(255,255,255,.6);
	border-radius: 20px;
	line-height: 1;
}
.header_util__link .quick__box a:hover {
	color: #3e88c9;
	background: #fff;
	transition: linear .1s;
	-ms-transition: linear .1s;
}

@media screen and (max-width: 767px) {
 	.header_util__link .quick {
		display: block;
		width: 100%;
		padding: 10px 0;
	} 
/* 	.header_util__link .quick__box {
		display: block;
		padding-left: 0;
		margin: 10px 0;
		text-align: center;
	} */
	.header_util__link.quick__box .quick__i {
		width: 24px;
		height: 24px;
		background-size: 24px !important;
	}
	.wrap .footer_body .quick__box span {
		font-size: 12px;
		width: 65px;
		text-align: left;
	}
	.header_util__link .quick__box a {
		font-size: 12px;
		padding: 5px 10px;
		margin-left: 5px;
	}
}

@media screen and (max-width: 550px) {
	.header_util__link .quick__box {
		display: block;
		padding-left: 0;
		margin: 10px 0;
	}
}

.mb_gnb_btn {display: none;}
@media screen and (min-width: 1201px) {
	.wrap .snb_list {
		position: absolute;
		top: 89px;
		left: 50%;
		border: 1px solid rgba(0,0,0,.4);
		border-top: 3px solid #8ddfff;
		width: 100%;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);

		display: none !important;
	}
	.wrap .gnb_list > li:last-child .snb_list {
		/* margin-left: 9px; */
	}
	.wrap .snb_list li {}
	.wrap .snb_list li + li {
		border-top: 1px solid rgba(0,0,0,.5);
	}
	.wrap .snb_list li a {
		display: block;
		font-size: 14px;
		font-weight: 400;
		color: #fff;
		word-break: keep-all;
		padding: 15px 5px 17px;
		background-color: rgba(0,0,0,.7);
		white-space: nowrap;
	}

	.wrap .one_depth a:hover {
		color: #8ddfff;
	}
	.wrap .gnb_list > li:hover .snb_list {
		display: block !important;
	}
	.wrap .snb_list li a:hover {
		background-color: rgba(0,0,0,.9);
	}
	.wrap .snb_list li .depth3 {display:none;}
	.wrap .header_util__input_box .search_type .opt_list li a:hover {
		background-color: #149dff;
	}
	.wrap .header_util__sns ul li a:hover {
		opacity: .7;
	}
	.wrap .header_util__link > ul li > a:hover {
		text-decoration: underline;
	}
	.wrap .header_util__link > ul li.header_util__link__lang ul li a:hover {
		text-decoration: none;
		background-color: rgba(0,0,0,.9);
	}
	
	.mb_gnb_btn {display: none !important;}
	
	.wrap .header_util__input_box .search_type:not(.on) > a:hover {
		background: #fff url(/images/2019/common/icon_arrow_down_black.png) no-repeat right 15px center;
		border-color: #8ddfff;
		color: #000;
	}
	.m-gnb-bg {display: none !important;}
}

@media screen and (max-width: 1200px) {
	.wrap {
		min-width: auto;
		width: 100%;
		overflow: hidden;
	}
    .wrap .header_top {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
		height: 56px;
	}
	.wrap:not(.main) .header_top {
        background-color: #33415c;
	}
    .wrap .header.fixed .header_top {
        background-color: #33415c;
	}
	.wrap .logo {
		padding: 14px 0;
		width: 150px;
	}
	.wrap .mb_gnb_btn {
		position: absolute;
		display: block;
		top: 16px;
		right: 20px;
		width: 28px;
		height: 23px;
		z-index: 1000;
	}
	.wrap .mb_gnb_btn.on {
		z-index: 100000;
	}
	.wrap .mb_gnb_btn span {
		position: absolute;
		width: 100%;
		height: 3px;
		background: #fff;
		transition: .2s;
	}
	.wrap .mb_gnb_btn span:nth-child(1) {
		top: 10px;
	}
	.wrap .mb_gnb_btn span:nth-child(2) {
		top: 0;
	}
	.wrap .mb_gnb_btn span:nth-child(3) {
		bottom: 0;
	}
	.wrap .mb_gnb_btn.on span:nth-child(1) {
		opacity: 0;
	}
	.wrap .mb_gnb_btn.on span:nth-child(2) {
		height: 2px;
		transform: translateY(10.5px) rotate(-45deg);
	}
	.wrap .mb_gnb_btn.on span:nth-child(3) {
		height: 2px;
		transform: translateY(-10.5px) rotate(45deg);
	}
	
	.wrap .header {
        padding-top: 56px;
		height: auto;
		background: url(/images/2019/main/bg_header_main.jpg) no-repeat center/cover;
	}
	.wrap .header .gnb {
		position: fixed;
		top: 0;
		right: -100%;
		z-index: 99999;
		width: 100%;
		height: 100%;
		opacity: 0;
		text-align: left;
	}
	.wrap .header .gnb > ul {
		overflow-x: hidden;
        overflow-y: auto;
		position: absolute;
        top: 56px;
		right: 0;
		z-index: 100000;
		width: 80%;
        max-width: 400px;
		/*height: 100%;*/
        height: calc(100% - 56px);
		background: #fff;
		/*padding-top: 56px;*/
	}
    .wrap .header .gnb:before {
        content: "";
		position: absolute;
		top: 0;
		right: 0;
        width: 80%;
        max-width: 400px;
		height: 56px;
		background-color: #4b5fbf;
        z-index: 1;
    }

	/* depth */
	.wrap .header .gnb ul a {display:block; padding-left:20px; width:100%; line-height:1;}
	/* 1depth */
	.wrap .header .gnb > ul > li {width:100%;text-align: left;}
	.wrap .header .gnb > ul > li > .one_depth > a {position:relative; padding-top:16px; padding-bottom:16px; border-top:1px solid #ddd; font-size:15px;font-weight: 400; color:#333;}
	.wrap .header .gnb > ul > li > .one_depth > a:before {position:absolute; top:12px; right:20px; content:"\f107"; display:block; font-family:'FontAwesome'; font-size:23px; line-height:1;}
	.wrap .header .gnb > ul > li:first-child > .one_depth > a {border-top:0 none;}
	.wrap .header .gnb > ul > li:last-child > .one_depth > a {border-bottom:1px solid #ddd;}
	/* 2depth */
	.wrap .header .gnb > ul > li > ul {display:none;}
	.wrap .header .gnb > ul > li > ul,
	.wrap .header .gnb > ul > li > ul > li {width:100%; background:#e8e8e8;}
	.wrap .header .gnb > ul > li > ul > li a {padding-top:12px; padding-bottom:12px; border-top:1px solid #d1d1d1; font-size:13px;color: #333;}
	.wrap .header .gnb > ul > li > ul > li:first-child > a {border-top:0 none;}
	/* on */
	.wrap .header .gnb > ul > li.on > .one_depth >a {background:#3f3f40; border-top:0 none; color:#fff;}
	.wrap .header .gnb > ul > li.on > .one_depth >a:before {content:'\f106';}

	.wrap .header .gnb > ul > li .snb_list > li > ul li a {font-weight: 400;}
	.wrap .header .gnb > ul > li .snb_list > li > ul li a:before {
		content: "-";
		display: inline-block;
		margin-right: 10px;
	}
	.wrap .header .gnb > ul  li.in > a {
		position:relative; 
	}
	
	.wrap .header .gnb > ul > li .snb_list  li.in > a:after {
        position:absolute; top:8px; right:20px; content:"\f107"; display:block; font-family:'FontAwesome'; font-size:23px; line-height:1;
    }

	.wrap .header .gnb > ul > li .snb_list  li.on > a:after {
        content: '\f106';
    }


	/* 3depth */
	.wrap .snb_list li .depth3 {display:none;}
	.wrap .snb_list li .depth3 > li > a {}

	/* 4depth */
	.wrap .snb_list li .depth4 {display:none;}
	.wrap .snb_list li .depth4 > li > a {
	        padding-left: 40px;
	}

	.wrap .m-gnb-bg {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,.8);
		display: none;
	}
}
@media screen and (max-width: 767px) {	
	.wrap .header_util {
		padding: 20px 0;
	}
	.wrap .header_util__sns ul {
		margin-right: 0;
	}
	.wrap .header_util__sns ul li {
		padding: 0;
		padding-left: 18px;
	}
	.wrap .header_util__search {
		width: 100%;
		margin-top: 20px;
		margin-right: 0;
	}
	.wrap .header_util__input_box {
		height: 34px;
	}
	.wrap .header_util__input_box .search_type > a {
		font-size: 12px;
		padding: 7px 20px 7px 12px;
		height: 34px;
		width: 165px;
	}
	.wrap .header_util__input_box .search_type .opt_list {
		top: 31px;
		width: 165px;
	}
	.wrap .header_util__input_box .search_type .opt_list li a {
		font-size: 12px;
		padding: 5px 12px;
	}
	.wrap #searchkey {
		width: calc(100% - 189px);
	}
	.wrap #search_btn {
		width: 30px;
		background-size: 14px;
	}
	.wrap .header_util__link {
		margin-top: 20px;
	}
	.wrap .header_util__link > ul > li {
		padding: 0 8px;
	}
	.wrap .header_util__link > ul > li > a {
		font-size: 11px;
	}
	.wrap .header_util__link > ul li.header_util__link__lang {
		background-position: left 8px center;
	}
	.wrap .header_util__link > ul li.header_util__link__lang > a {
		padding: 4px 18px 4px 25px;
	}
	
}

@media screen and (max-width: 1360px) and (min-width: 1201px) {
    .logo {
        width: 160px;
    }
    .gnb {
        width: calc(100% - 160px);
    }
    .one_depth a {
        font-size: 14px;
    }
    .wrap .gnb_list > li:nth-child(1) {width: 95px;}
    .wrap .gnb_list > li:nth-child(2) {width: 110px;}
    .wrap .gnb_list > li:nth-child(3) {width: 95px;}
    .wrap .gnb_list > li:nth-child(4) {width: 110px;}
    .wrap .gnb_list > li:nth-child(5) {width: 95px;}
    .wrap .gnb_list > li:nth-child(6) {width: 95px;}
    .wrap .gnb_list > li:nth-child(7) {width: 95px;}
    .wrap .gnb_list > li:nth-child(8) {width: 95px;}
    .wrap .gnb_list > li:nth-child(9) {width: 95px;}
    .wrap .snb_list li a {
        font-size: 12px;
    }

    #searchkey {
        width: 210px;
    }
}

@media screen and (min-width: 1361px){   	
	.wrap .gnb_list > li:nth-child(1) {width: 110px;}
	.wrap .gnb_list > li:nth-child(2) {width: 130px;}
	.wrap .gnb_list > li:nth-child(3) {width: 110px;}
	.wrap .gnb_list > li:nth-child(4) {width: 130px;}
	.wrap .gnb_list > li:nth-child(5) {width: 110px;}
	.wrap .gnb_list > li:nth-child(6) {width: 110px;}
	.wrap .gnb_list > li:nth-child(7) {width: 110px;}
	.wrap .gnb_list > li:nth-child(8) {width: 110px;}
	.wrap .gnb_list > li:nth-child(9) {width: 110px;}
}
@media screen and (min-width: 1201px) {
	.header_top:before {
		content: "";
		position: absolute;
		top: 89px;
		right: 0;
		left: 0;
		height: 462px;
		background-color: #fff;
		box-shadow: 0 4px 6px 0 rgba(0,0,0,.4);
		border-bottom: 4px solid #2f405d;
		display: none;
	}
	.header_top:hover:before {
		display: block;
	}
	.header_top:hover {
		border-bottom-color: #3c4c99;
    	background-color: #2f405d;
	}
	.header_top:hover .gnb_list > li {
		/* border-bottom: 1px solid #7b90f6; */
	}
	.wrap .header_top:hover .one_depth a {
		/* color: #8ddfff; */
	}
	.wrap .header_top:hover .one_depth a:hover {
		/* text-decoration: underline; */
	}
	.wrap .header_top:hover .gnb_list > li .snb_list {
		display: block !important;
	}
	.wrap .snb_list {
		padding: 20px 0;
		border-width: 3px 0 0;
		border-top-color: transparent;
		min-width: 100%;
		z-index: 1;
		height: 462px;
    	border-right: 1px solid #ddd;
	}
	.wrap .gnb_list > li:first-child .snb_list {
		border-left: 1px solid #ddd;
	}
	.wrap .header_top .gnb_list > li:hover .snb_list {
		border-top-color: #8ddfff !important;
		background-color: #ebf9ff;
	}
	.wrap .snb_list li + li {
		border-top: 0;
	}
	.wrap .snb_list li a {
		white-space: normal;
    	background-color: transparent;
		padding: 10px 5px;
    	line-height: 1.3;
	}
	.wrap .header_top:hover .snb_list li a {
		color: #333;
	}
	.wrap .snb_list li a:hover {
		background-color: #e4eeff;
	}

	.wrap .one_depth a {padding: 0;}
	.wrap .gnb_list > li:nth-child(4) > .one_depth > a {letter-spacing: -0.5px;}
}



/* 서브 헤더 */
.wrap:not(.main) .header {
    height: auto;
	background: url(/images/2025/common/bg_header_sub_n.jpg) no-repeat center/ cover;
}
.wrap:not(.main) .header_conts {
	display: none;
}


@media screen and (max-width: 1200px) and (min-width: 768px) {
    .header_util__search {
        margin-right: 0;
    }
    .header_util__link {
        display: block;
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
	.wrap:not(.main) .logo {
		margin-left: 40px; 
	}
}

/* 검색단 */

/* btn top */
.top-btn {
    position: fixed;
    z-index: 999;
    bottom: -50px;
    right: 30px;
    width: 50px;
    height: 50px;
    background: #2855b9;
    font-size: 14px;
    line-height: 50px;
    padding-top: 6px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
    -webkit-transition: .2s bottom ease-in-out, .2s background ease-in-out;
    -o-transition: .2s bottom ease-in-out, .2s background ease-in-out;
    transition: .2s bottom ease-in-out, .2s background ease-in-out;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.top-btn:before {
    content: "\f106";
    position: absolute;
    top: 8px;
    left: 0;
    width: 100%;
    text-align: center;
    line-height: 1;
    font-family: fontawesome;
}

.top-btn.on {
    bottom: 30px;
    -webkit-animation-name: fc-wobble-vertical;
    animation-name: fc-wobble-vertical;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.top-btn.fixed {
    position: absolute;
    top: -25px;
    bottom: auto;
}

@media (min-width: 1200px) {
    .top-btn.on:hover {
        -webkit-animation-name: fc-bob-float, fc-bob;
        animation-name: fc-bob-float, fc-bob;
        -webkit-animation-duration: .3s, 1.5s;
        animation-duration: .3s, 1.5s;
        -webkit-animation-delay: 0s, .3s;
        animation-delay: 0s, .3s;
        -webkit-animation-timing-function: ease-out, ease-in-out;
        animation-timing-function: ease-out, ease-in-out;
        -webkit-animation-iteration-count: 1, infinite;
        animation-iteration-count: 1, infinite;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-direction: normal, alternate;
        animation-direction: normal, alternate;
    }
}

@media (max-width: 1199px) {
    .top-btn {
        right: 20px;
    }

    .top-btn.on {
        bottom: 60px;
    }

    .sub .top-btn.on {
        bottom: 20px;
    }
}

@media (max-width: 767px) {
    .top-btn {
        width: 40px;
        height: 40px;
        font-size: 11px;
        line-height: 40px;
    }

    .top-btn.fixed {
        top: -20px;
    }
}

@keyframes fc-bob-float {
    100% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
}

@keyframes fc-bob {
    0% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }

    50% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
    }

    100% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
}

@keyframes fc-wobble-vertical {
    16.65% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }

    33.3% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }

    49.95% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px);
    }

    66.6% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }

    83.25% {
        -webkit-transform: translateY(1px);
        transform: translateY(1px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
/* 푸터 */
.footer,
.footer * {
	box-sizing: border-box;
}
.footer {
	background-color: #e7ebea;
}
.footer_head {
	border-bottom: 1px solid rgba(88,92,91,.2);
}
.wrap:not(.main) .footer_head {
	background-color: #fff;
}
.wrap:not(.main) .footer_head > .inner {
	border-top: 1px solid #ddd;
    padding-top: 30px;
}
.footer_head ul {
	font-size: 0;
	padding: 4px 0 25px;
	text-align: center;
}
.footer_head ul li {
	display: inline-block;
	vertical-align: top;
}
.footer_head ul li + li {
	margin-left: 34px;
}
.footer_head ul li a {}
.footer_head ul li a img {}

.footer_body {
    position: relative;
	font-size: 0;
}
.footer_body .footer_link {
	padding: 20px 0 15px;
}
.footer_body .footer_logo {
	display: inline-block;
	width: 77px;
	vertical-align: middle;
}
.footer_body .list {
	display: inline-block;
	vertical-align: middle;
	width: 678px;
}
.footer_body .list li {
	display: inline-block;
	vertical-align: middle;
}
.footer_body .list li + li {
	padding-left: 16px;
}
.footer_body .list a {
	font-size: 15px;
	font-weight: 700;
	color: #000;
	letter-spacing: -.5px;
}
.footer_body .privacy {
}
.footer_body .privacy a {
	color: #089890;
}
.footer_body .quick {
	display: inline-block;
	width: calc(100% - 755px);
	vertical-align: middle;
	text-align: right;
}
.footer_body .quick__box {
	display: inline-block;
	padding-left: 15px;
	vertical-align: middle;
	letter-spacing: -.5px;
}
.footer_body .quick__box .quick__i {
	display: inline-block;
	width: 49px;
	height: 49px;
	vertical-align: middle;
}
.footer_body .quick__box .quick__i.news {
	background: url(/images/2019/common/icon_footer_news.png) no-repeat center;
}
.footer_body .quick__box .quick__i.web {
	background: url(/images/2019/common/icon_footer_web.png) no-repeat center;
	
}
.footer_body .quick__box span {
	display: inline-block;
	font-size: 14px;
	font-weight: 900;
	color: #131c55;
	padding: 0 6px;
	vertical-align: middle;
	line-height: 1;
}
.footer_body .quick__box a {
	display: inline-block;
	vertical-align: middle;
	margin-left: 2px;
	font-size: 13px;
	font-weight: 300;
	color: #131c55;
	padding: 7px 11px;
	background-color: #fff;
	border: 1px solid #7a80a3;
	border-radius: 20px;
	line-height: 1;
}
.footer_body .quick__box a + a {}
.footer_body .footer_address {
	position: relative;
	padding-bottom: 45px;
}
.footer_body .relsite_outwarp {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
}
.footer_body .relatedsites_wrap {
	position: relative;
	width: 280px;
}
.footer_body .relatedsites_wrap > a:not(.relatedsite_btn) {
	display: block;
	font-size: 14px;
	font-weight: 400;
	color: #000;
	padding: 12px 19px;
	line-height: 1;
	border: 1px solid #454646;
	border-radius: 20px;
	background: url(/images/2019/common/icon_arrow_down_black.png) no-repeat right 60px center;
	-webkit-transition: .2s all ease-out;
	-moz-transition: .2s all ease-out;
	-ms-transition: .2s all ease-out;
	-o-transition: .2s all ease-out;
	transition: .2s all ease-out;
}
.footer_body a.relatedsite_btn {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 42px;
	height: 40px;
	background-color: #000;
	border: 1px solid #454646;
	color: #fff;
	border-radius: 50%;
	font-size: 14px;
	text-align: center;
	line-height: 38px;
	-webkit-transition: .2s all ease-out;
	-moz-transition: .2s all ease-out;
	-ms-transition: .2s all ease-out;
	-o-transition: .2s all ease-out;
	transition: .2s all ease-out;
}
.footer_body .relatedsites_wrap .opt_list {
	position: absolute;
	bottom: 100%;
	right: 0;
	left: 0;
	background-color: #eee;
	border: 1px solid #454646;
	border-bottom: 0;
	display: none;
}
.footer_body .relatedsites_wrap .opt_list li {
	border-top: 1px solid #ccc;
}
.footer_body .relatedsites_wrap .opt_list li:first-child {
	border-top: 0;
}
.footer_body .relatedsites_wrap .opt_list li a {
	display: block;
	font-size: 14px;
	color: #222;
	font-weight: 300;
	padding: 6px 19px;
}
.footer_body .relatedsites_wrap.on > a:not(.relatedsite_btn) {
	background: #fff url(/images/2019/common/icon_arrow_down_black.png) no-repeat right 60px center;
	border-radius: 0;
}
.footer_body .relatedsites_wrap.on + a.relatedsite_btn {
	border-radius: 0;
}
.footer_body address {
	padding-left: 77px;
}
.footer_body address p {
	font-size: 15px;
	font-weight: 300;
	color: #000;
	font-style: normal;
	line-height: 1.6;
	word-break: keep-all;
}
.footer_body .footer_copy {
	background-color: #474c56;
	padding: 20px 0;
}
.footer_body .footer_copy p {
	font-size: 15px;
	font-weight: 300;
	color: #fff;
	text-align: center;
	word-break: keep-all;
	padding: 0 20px;
}
/* min-width 768 */
.footer_body .list a:hover {
	text-decoration: underline;
}
.footer_body .quick__box a:hover {
	background-color: #7a80a3;
	color: #fff;
}
.footer_body .relatedsites_wrap .opt_list li a:hover {
	background-color: #ddd;
}
.footer_body a.relatedsite_btn:hover {
	background-color: #333;
}

@media screen and (min-width: 768px) {
	.wrap .footer_body .relatedsites_wrap:not(.on) > a:not(.relatedsite_btn):hover {
		background: #fff url(/images/2019/common/icon_arrow_down_black.png) no-repeat right 60px center;
	}
}
@media screen and (max-width: 1300px) {
    .wrap:not(.main) .footer_head > .inner {
        padding-top: 0;
    }
	.wrap .footer_head ul {
        padding: 20px 0;
		/*margin: 0 -20px;*/
	}
	.wrap .footer_head ul li {
		padding: 10px 20px;
	}
} 
@media screen and (max-width: 1024px) and (min-width: 768px) {
    .wrap .footer_body .relsite_outwarp {
		position: relative;
        display: inline-block;
        float: right;
	}
}

/* arrow */
.slick-prev:before, .slick-next:before {
    display: none;
}
.footer .sitebanner .slick-prev,
.footer .sitebanner .slick-next {
    height: 30px;
    z-index: 3;
}
.footer .sitebanner .slick-prev {
	background: rgba(0,0,0,.2) url(/images/2019/main/icon_main_cont_03_prev.png) no-repeat center/ 10px auto;
	left: 1px;
}
.footer .sitebanner .slick-next {
	background: rgba(0,0,0,.2) url(/images/2019/main/icon_main_cont_03_next.png) no-repeat center/ 10px auto;
	right: 1px;
} 

@media screen and (max-width: 1310px) { 
    /* sitebanner */
    .footer .sitebanner .slick-slide li { height:49px; box-sizing:border-box; position:relative; text-align:center; white-space:nowrap;  border-left-width:0; box-sizing: border-box;}

    .footer .sitebanner .slick-slide a { height: 100%; display: flex;align-items: center; justify-content: center;box-sizing: border-box; overflow: hidden;}
    .footer .sitebanner .slick-slide a img {max-height:100%;}
}


@media screen and (max-width: 767px) {
    .footer .sitebanner .slick-slide li { height:40px;}
    .wrap .footer_head ul li {padding: 10px;}
    /* banner
	.wrap .footer_head ul {
		margin: 0 -20px;
	}
	.wrap .footer_head ul li {
		width: 50%;
		vertical-align: middle;
		padding: 10px 20px;
	}
	.wrap .footer_head ul li + li {
		margin-left: 0;
	}
	.wrap .footer_head ul li a img {
		max-width: 100%;
        height: auto !important;
	}*/
	.wrap .footer_body .footer_link {
		padding: 30px 0 15px;
	}
	.wrap .footer_body .footer_logo {
		display: block;
		width: 100%;
		text-align: center;
	}
	.wrap .footer_body .list {
		display: block;
		width: 100%;
		text-align: center;
		margin-top: 20px;
	}
	.wrap .footer_body .list li {
		padding: 5px 6px;
	}
	.wrap .footer_body .list li + li {
		padding-left: 6px;
	}
	.wrap .footer_body .list a {
		font-size: 12px;
	}
	.wrap .footer_body .quick {
		display: block;
		width: 100%;
		padding: 10px 0;
	}
	.wrap .footer_body .quick__box {
		display: block;
		padding-left: 0;
		margin: 10px 0;
		text-align: center;
	}
	.wrap .footer_body .quick__box .quick__i {
		width: 24px;
		height: 24px;
		background-size: 24px !important;
	}
	.wrap .footer_body .quick__box span {
		font-size: 12px;
		width: 65px;
		text-align: left;
	}
	.wrap .footer_body .quick__box a {
		font-size: 12px;
		padding: 5px 10px;
		margin-left: 5px;
	}
	.wrap .footer_body .footer_address {
		padding-bottom: 30px;
	}
	.wrap .footer_body .relsite_outwarp {
		position: relative;
	}
	.wrap .footer_body .relatedsites_wrap {
		width: 100%;
	}
	.wrap .footer_body .relatedsites_wrap > a:not(.relatedsite_btn) {
		font-size: 12px;
		padding: 8px 15px;
		background-position: right 40px center;
	}
	.wrap .footer_body .relatedsites_wrap.on > a:not(.relatedsite_btn) {
		background-position: right 40px center;
	}
	.wrap .footer_body .relatedsites_wrap .opt_list li a {
		font-size: 12px;
		padding: 5px 15px;
	}
	.wrap .footer_body a.relatedsite_btn {
		width: 30px;
		height: 30px;
		font-size: 12px;
		line-height: 28px;
	}
	.wrap .footer_body address {
		padding-left: 0;
		margin-top: 30px;
	}
	.wrap .footer_body address p {
		font-size: 12px;
		text-align: center;
	}
	.wrap .footer_body .footer_copy p {
		font-size: 12px;
	}
} 

/* 계열사 */
div.subsidiary_wrap{	width:100%; float:left; background:#f2f2f3; border:1px solid #e6e7e8; border-right:none; border-left:none;	}
div.subsidiary_wrap .subsidiary{	width:1150px; height:78px; margin:0 auto; position:relative;	}
div.subsidiary_wrap .subsidiary .play{	position:absolute; left:0; top:28px;	}
div.subsidiary_wrap .subsidiary .play li{	float:left; display:inline; border:1px solid #dcddde; border-left:none; cursor:pointer	}
div.subsidiary_wrap .subsidiary .play li:first-child{	border:1px solid #dcddde;	}
div.subsidiary_wrap .subsidiary .play li img{	display:block;	}
div.subsidiary_wrap .subsidiary .con{	width:1050px; height:45px; position:absolute; right:0; top:22px; overflow:hidden;	}
div.subsidiary_wrap .subsidiary .con .list_box{	height:45px; float:left;	}
div.subsidiary_wrap .subsidiary .con .list_box .list li{	float:left; display:inline; margin-left:14px; border:1px solid #e6e7e8;	}
div.subsidiary_wrap .subsidiary .con .list_box .list li:first-child{	margin-left:none;	}
div.subsidiary_wrap .subsidiary .con .list_box .list li img{	display:block;	 }
.RollDiv{margin:0 auto; width:950px; height:37px; overflow:hidden; }
.RollDiv > div{overflow:hidden;height:36px;width:1200px;}
.RollDiv > div > a{ float:left; display:block;}
.RollDiv > div > a > img{ width:131px; height:34px;margin-right:20px; border:1px solid #dcddde;  display:block;	}
.bn_wrap{position:relative; margin:0 auto;width:950px;}


/* 컨텐츠 */
.wrap .contents {
	padding: 10px 0 0;
}
div.content_wrap{width:100%;padding: 65px 20px 35px;margin: 0 auto;background-color: #fff;box-sizing: border-box;}
div.content_wrap .content{	width:100%; margin:0px auto;	*zoom:1;}
div.content_wrap .content:after {display:block; content:" "; clear:both;}

.bot30 {padding-bottom:30px;}

.div_tit {font-size:20px; color:#3175d1; font-weight:bold;}

.contents {
	background-color: #e7ebea;
}

@media screen and (min-width: 1441px) {
    div.content_wrap{min-width: 1150px;}
    div.content_wrap .content{	width:1280px;}
}
@media screen and (max-width: 1400px) {
    div.content_wrap {
        padding: 35px 20px 35px;
    }    
}

/* 브로슈어 */
.brochure_box {
	display: flex;
	align-items: center;
	margin: 20px 30px;
}
.brochure_box__img {
	font-size: 0;
}
.brochure_box__info {
	padding-left: 40px;
}
.brochure_box__info .b_tit {
	font-size: 30px;
    margin-bottom: 30px;
}
.brochure_box__info .b_btn {
	max-width: 220px;
}
.brochure_box__info .b_btn a {
	display: block;
	text-align: center;
	padding: 10px 20px;
	font-size: 20px;
	background: #467cd4;
	color: #fff;
	text-decoration: none;
}
.brochure_box__info .b_btn a + a {
	margin-top: 15px;
}
@media screen and (max-width:767px) {
    .brochure_box__info {
        padding-left: 20px;
        width: 50%;
    }

    .brochure_box__info .b_btn {
        min-width: 110px;
    }
    .brochure_box__info .b_btn a {
        padding: 10px;
    }
}
@media screen and (max-width:575px) {
    .brochure_box {
        margin: 20px 0; 
    }
    .brochure_box__info .b_tit {
        font-size: 22px;
    }
    .brochure_box__info .b_btn a {
        font-size: 14px;
    }
}

/* 2025 */
:root {
    --font-color-base: #000;
    --color-base: #82ac4e; /* 메인컬러 */
    --color-point: #293e82; /* 강조컬러 */
    --color-base-hover: rgba(130, 171, 78, 0.8); /* 메인컬러 hover */
    --bor-color: #dee2eb;
}
#wrapper {
    overflow-x: hidden;
}
#wrapper * {
    box-sizing: border-box;
}

.max-inner {
	max-width: 1540px;
	padding: 0 20px;
	margin: 0 auto;
}

/* header */
#header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    -moz-transition: ease 0.2s;
    -o-transition: ease 0.2s;
    -webkit-transition: ease 0.2s;
    transition: ease 0.2s;
    z-index: 1000;
}

.sub #header-wrap {
    height: 190px;
    background: url(/images/2025/common/bg_header_sub_2025.jpg) no-repeat center/ cover;
}
.sub #header {
    border-bottom: 0;
}
.header-sub-search {
    position: absolute;
    width: 100%;
    top: 100px;
    padding: 0 20px;
}
@media (max-width:1440px) {
    .sub #header-wrap {
        height: 160px;
    }
    .header-sub-search {
        top: 90px;        
    }
}
@media (max-width:1200px) {
    .sub #header-wrap {
        height: 150px;
    }
    .header-sub-search {
        top: 80px;
        
    }

    .sub #header {
        position: fixed;
    }
    .sub #header.fixed {
        background-color: rgba(0,0,0,.8);
    }

    #wrapper .header_util__search {
        width: auto !important;
    }
}

@media (max-width: 767px) {
    .sub #header-wrap {
        height: 130px;
    }
    .header-sub-search {
        top: 65px;
        
    }
    body:not(.main) #header .h-logo {
        margin-left: 40px;
    }
}

#header .header-bottom {
    position: relative;
    margin: 0 auto;
    max-width: 1860px;
    padding: 0 20px;
    text-align: center;
}

#header .header-bottom:after {
    content: '';
    display: block;
    clear: both;
}


#header .header-bottom .h-logo {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1;
    font-size: 0;
}
/*
#header .header-bottom .h-logo.on {
    z-index: 10000;
}*/
#header .header-bottom .h-logo.on a img.white {
    display: block !important;
}
#header .header-bottom .h-logo.on a img.dark {
    display: none !important;
}

#header .header-bottom .h-logo a {
    display: block;
    width: 100%;
}
#header .header-bottom .h-logo a img {
    display: none;
}

#header .header-bottom .h-logo a img.white {
    display: block;
}

/* dark mode */
.main:not(.fp-responsive)  #header.dark:not(.fixed) .h-logo a img.dark {
    display: block;
}
.main:not(.fp-responsive)  #header.dark:not(.fixed) .h-logo a img.white {
    display: none;
}
#header.on .pc_sitemap_btn:not(.on) span:not(:nth-child(2)),
.main:not(.fp-responsive)  #header.dark .pc_sitemap_btn:not(.on) span:not(:nth-child(2)) {
    background-color: #8496ae;
}

/* 스크롤 모드 */
.main:not(.fp-responsive) #header.dark .m-menu-btn:not(.on) span {
    background-color: #666;
}

.main.fp-responsive #header {
    position: fixed;
}
.main.fp-responsive #header.fixed {
    background-color: rgba(0,0,0,.8);
}

/* utill menu */
.header-bottom-utill {
    position: absolute;
    right: 100px;
    top: 14px;
    display: flex;
    align-items: center;
}
.header-bottom-utill__menu {
    width: 220px;
    display: flex;
    flex-wrap: wrap;
}
.header-bottom-utill__menu > li {
    min-width: 90px;
}
.header-bottom-utill__menu > li a {
    position: relative;
    display: block;
    font-size: 14px;
    color: #8496ae;    
}
.header-bottom-utill__menu > li > a, 
.header-bottom-utill__menu > li > p {
    line-height: 1.3;
    text-align: left;
    padding: 5px 20px;
    -webkit-transition: .2s;
    transition: .2s;
}
.header-bottom-utill__menu > li > a:hover, 
.header-bottom-utill__menu > li > p:hover {
    color: #618ac1;
}
.header-bottom-utill__menu > li.bor-r a:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -6px;
    height: 12px;
    width: 1px;
    background-color: rgba(132, 150, 174, 0.5);
}
.header-bottom-utill__menu .lang-depth1-li {
    position: relative;
}
.header-bottom-utill__menu .lang-depth1-li > p {
    position: relative;
    font-size: 14px;
    color: #8496ae;
    background-repeat: no-repeat;
    background-position: right 10px top 11px;
    background-image: url('/images/icons/ico_lang-arrow_base.svg');
    cursor: pointer;
}
.header-bottom-utill__menu .lang-depth1-li .lang-depth2 {
    position: absolute;
    display: none;
    top: 100%;
    right: 0;
    left: 0; 
    border: 1px solid #8496ae;
    background-color: rgba(58, 98, 151,0.4);
    overflow: hidden;
}
.header-bottom-utill__menu .lang-depth1-li .lang-depth2 > li {
    border-top: 0;
    text-align: center;
}

.header-bottom-utill__menu .lang-depth1-li .lang-depth2 > li a {
    display: block;
    font-size: 14px;
    color: #fff;
    padding: 0 10px !important;
    line-height: 25px !important;
}
.header-bottom-utill__menu .lang-depth1-li .lang-depth2 > li a:hover {
    color: #5a81b3;
}

.header-bottom-utill__menu .lang-depth1-li.on .lang-depth2 {
    display: block;
}

.header-bottom-utill__sns {
    display: flex;
    margin-right: 30px;
}
.header-bottom-utill__sns > li {
    margin-left: 5px;
}
.header-bottom-utill__sns > li a {
    display: block;
    border-radius: 50%;
    border: 1px solid rgba(132, 150, 174, 0.5);
    -webkit-transition: .2s;
    transition: .2s;
}
.header-bottom-utill__sns > li a img {
    vertical-align: middle;
}
.header-bottom-utill__sns > li a:hover {
    border-color: #8496ae;
}
@media (min-width: 1200px) {
    #header .m-menu-btn,
	#header .m-gnb-bg,
	#header .m-lang {
		display: none;
	}

    #header:before {       
        content: ''; 
        position: absolute;
        width: 100%;
        height: 0px;
        top: 0px;        
        border-bottom: 0;
        background-color: #fff;
        transition: 0s;
        -webkit-box-shadow: 0px 20px 20px rgba(59, 82, 121, 0.25);
        box-shadow: 0px 20px 20px rgba(59, 82, 121, 0.25);
        z-index: -2;
    }

    #header.on:before {
        height: 100%;
        border-bottom: 3px solid #2f405d;
        transition: 0s;
    }
    
    #header:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 1px;
        top: 80px;
        left: 0;
        z-index: 1;
    }
    #header.active::after, 
    #header.on::after {
        transition: 0s;
        background-color: var(--bor-color);
    }

    #header .gnb {
        position: relative;
        right: 0 !important;
        display: inline-block;
        width: auto;
        vertical-align: top;
        text-align: center;
        z-index: 5;
    }
    #header .gnb > ul {
        display: flex;
        flex-wrap: nowrap;
        vertical-align: top;
        font-size: 0;
        line-height: 0;
    }
    #header .gnb > ul > li {
        position: relative;
        width: 100px;
        display: inline-block;
        vertical-align: top;
        transition: width .5s;
    }

    #header .gnb > ul > li > a {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        white-space: nowrap;
        font-weight: 600;
        font-size: 18px;
        line-height: 1.2;
        padding: 0 25px;
        height: 80px;
        color: #fff;
    }
    #header .gnb .depth2 {
        display: none;
        width: 100%;
        /*height: calc(100% - 80px) !important;*/
        text-align: center;
        padding: 30px 0;
        /*
        -webkit-transform: translateY(20px);
        -moz-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);*/
        -webkit-transition: 0.3s;
        transition: 0.3s;
        visibility: hidden;
    }
    /* header on */
    #header.on .header-bottom .h-logo a img.white {
        display: none;
    }
    #header.on .header-bottom .h-logo a img.dark {
        display: block;
    }
    #header.on .gnb .depth2 {
        /*
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);*/
        visibility: visible;
    }
    #header.on .gnb > ul > li > a {
        color: var(--font-color-base);
    }
    #header .gnb .depth2 a {
        position: relative;
        display: block;
        padding: 12px 10px;
        font-size: 18px;
        line-height: 1.2;
        color: #1d2a41;
        word-break: keep-all;
        font-weight: 400;
        -webkit-transition: .1s;
        transition: .1s;
    }
    #header .gnb .depth2 a:hover {
        font-weight: 600;
    }

    #header .gnb .depth2 ul {
        display: none !important;
    }

    /* dark mode */
    .main #header {border-bottom: 0;}
    .main #header.dark:not(.fixed) .gnb>ul>li>a {
        color: #222;
    }

    /* header sitemap btn */
    .pc_sitemap_btn {
        position: absolute;
        top: 14px;
        right: 20px;
        margin-top: 0;
        margin-left: 0;
        display: block;
        width: 60px;
        height: 60px;
        z-index: 10001;
        cursor: pointer;
        margin-left: 0;
        -webkit-transition: .2s background ease-in-out;
        -o-transition: .2s background ease-in-out;
        transition: .2s background ease-in-out;
    }

    .pc_sitemap_btn>span {
        position: absolute;
        width: 39px;
        height: 3px;
        background: #fff;
        -webkit-transition: .2s all ease-in-out;
        -o-transition: .2s all ease-in-out;
        transition: .2s all ease-in-out;
        left: 0;
    }

    .pc_sitemap_btn>span:nth-child(1) {
        width: 60px;
        top: 50%;
        margin-top: -2.5px;
    }

    .pc_sitemap_btn>span:nth-child(2) {
        top: 50%;
        margin-top: -14.5px;
    }

    .pc_sitemap_btn>span:nth-child(3) {
        top: 50%;
        margin-top: 9.5px;
    }

    .pc_sitemap_btn.on {
        width: 47px;
        background-color: transparent !important;
    }

    .pc_sitemap_btn.on>span {
        background: #fff;
    }

    .pc_sitemap_btn.on>span:nth-child(1) {
        /*	opacity: 0; */
        width: 13px;
        -webkit-transform: translateX(22px) translateY(9px) rotate(45deg);
        -ms-transform: translateX(22px) translateY(9px) rotate(45deg);
        transform: translateX(22px) translateY(9px) rotate(45deg);
    }

    .pc_sitemap_btn.on>span:nth-child(2) {
        -webkit-transform: translateY(12px) rotate(-45deg);
        -ms-transform: translateY(12px) rotate(-45deg);
        transform: translateY(12px) rotate(-45deg);
    }

    .pc_sitemap_btn.on>span:nth-child(3) {
        width: 21px;
        -webkit-transform: translateX(3px) translateY(-18px) rotate(45deg);
        -ms-transform: translateX(3px) translateY(-18px) rotate(45deg);
        transform: translateX(3px) translateY(-18px) rotate(45deg);
    }
    
    .pc_sitemap_btn:not(.on)>span:nth-child(1) {
        /*	opacity: 0; */
        width: 60px;
    }

    .pc_sitemap_btn:not(.on)>span:nth-child(2) {
        width: 30px;
        right: 0;
        left: auto;
        margin-left: 0;
        background-color: #82ac4e;
    }

    .pc_sitemap_btn:not(.on)>span:nth-child(3) {
        width: 30px;
    }

    /* sitemap */
    #headerSitemap { 
        position: absolute;
        top: 0;
        width: 100%;
        height: 100vh;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        -webkit-transform: rotateX(-90deg);
        -ms-transform: rotateX(-90deg);
        transform: rotateX(-90deg);
        -webkit-transform-origin: top;
        -ms-transform-origin: top;
        transform-origin: top;
        background-color: #0a244b;
        /*background: #0a244b url('/images/2025/common/bg_sitemap.jpg')no-repeat center/cover;*/
        opacity: 0;
        -moz-transition: 0.3s all ease-in-out;
        -o-transition: 0.3s all ease-in-out;
        -webkit-transition: 0.3s all ease-in-out;
        transition: 0.3s all ease-in-out;
    }

    #headerSitemap.on {
        -webkit-transform: rotateX(0);
        -ms-transform: rotateX(0);
        transform: rotateX(0);
        opacity: 1;
        z-index: 1001;
    }

    #headerSitemap .max-inner {
        max-width: none;
        height: 100%;
        /*
        padding-top: 120px;
        padding-bottom: 120px;
        */
        padding: 0;
    }

    #headerSitemap .sitemap__list {
        height: 100%;
        padding: 70px 120px;
        overflow-y: auto;
    }

    #headerSitemap .depth1 > li {
        display: flex;
        border-radius: 20px;
        background-color: rgba(37,78,136,0.78);
    }
    #headerSitemap .depth1 > li + li {
        margin-top: 10px;
    }
    #headerSitemap ul li a {
        display: block;
        color: #fff;
        font-size: 18px;
    }
    #headerSitemap ul li a:hover {
        text-decoration: underline;
    }
    #headerSitemap .depth1 > li > a {
        width: 205px;
        font-weight: 700;
        font-size: 24px;
        padding: 32px 20px 0 45px;
        border-right: 1px solid rgba(255,255,255,.2);
    }
    #headerSitemap .depth1 > li > a + ul {
        width: calc(100% - 205px);
    }
    #headerSitemap .depth2 > li {   
        display: flex;     
        padding: 25px 30px;
    }
    #headerSitemap .depth2 > li + li {
        border-top: 1px solid rgba(255,255,255,.2);
    }

    #headerSitemap .depth2 > li > a {
        width: 200px;
        font-weight: 700;
        margin: 10px 0;
    }
    #headerSitemap .depth2 > li > a + ul {
        width: calc(100% - 200px);
    }
    #headerSitemap .depth3 {
        display: flex;
        flex-wrap: wrap;
    }
    #headerSitemap .depth3 > li {
        margin-right: 30px;
    }
    
    #headerSitemap .depth3 > li > a {
        position: relative;
        padding-left: 20px;
        margin: 10px 0;
    }
    #headerSitemap .depth3 > li > a:before {
        content: '';
        position: absolute;
        left: 0;
        top: 10px;
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background-color: #fff;
    }
    #headerSitemap .depth4 {
        padding: 5px 0 5px 20px;
    }
    #headerSitemap .depth4 a {
        font-size: 16px;
    }
    #headerSitemap .depth4 > li > a {
        position: relative;
        padding-left: 15px;
        margin-bottom: 10px;
        opacity: 0.6;
    }
    #headerSitemap .depth4 > li > a:before {
        content: '';
        position: absolute;
        left: 0;
        top: 8px;
        width: 5px;
        height: 1px;
        background-color: #fff;
    }
}
@media (min-width: 1561px) {
    #header .gnb > ul > li {
        width: 160px;
    }
    #header .gnb > ul > li > a {
        height: 105px;
        font-size: 24px;
        padding: 0 39px;
    }    

    #header:after {
        top: 105px;
    }
    #header .header-bottom .h-logo {
        top: 30px;
    }
    .pc_sitemap_btn {
        top: 23px;
    }
    .header-bottom-utill {
        top: 23px;
    }
}
@media (min-width: 1651px) {
    #header .gnb > ul > li {
        width: 205px;
    }
}
@media (max-width: 1560px) and (min-width: 1201px) {
    #header .gnb .depth2 a {
        font-size: 14px;
    }
}
@media (max-width: 1400px) and (min-width: 1201px) {
    #header .header-bottom {
        text-align: left;
    }
    #header .gnb {
        margin-left: 240px;
    }
    #header .gnb > ul > li > a {
        font-size: 16px;
    } 
}

@media (max-width: 1200px) {
    #header {
        border-bottom: 0;
    }
    #header .header-bottom {
        height: 80px;
    }
    #header .header-bottom .h-logo {
        top: 50%;
        -webkit-transform: translateY(calc(-50% + 0.5px));
        -ms-transform: translateY(calc(-50% + 0.5px));
        transform: translateY(calc(-50% + 0.5px));
    }
    #header .header-bottom > .header-bottom-utill,
    .pc_sitemap_btn,
    #headerSitemap {
        display: none;
    }

    #header .m-menu-btn {
        display: block;
        position: absolute;
        top: 23px;
        right: 20px;
        width: 42px;
        height: 31px;
        z-index: 9999;
        cursor: pointer;
    }

    #header .m-menu-btn span {
        height: 4px;
        background: #fff;
        left: 0;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

    #header .m-menu-btn span:nth-child(1) {
        position: absolute;
        top: 50%;
        margin-top: -2px;
        width: 100%;
    }

    #header .m-menu-btn span:nth-child(2) {
        position: absolute;
        top: 0;
        width: 100%;
    }

    #header .m-menu-btn span:nth-child(3) {
        position: absolute;
        bottom: 0;
        width: 100%;
    }

    #header .m-menu-btn.on {
        z-index: 100000;
    }

    #header.fixed .m-menu-btn.on {
        top: 24px;
    }

    #header .m-menu-btn.on span {
        background: #fff;
    }

    #header .m-menu-btn.on span:nth-child(1) {
        opacity: 0;
    }

    #header .m-menu-btn.on span:nth-child(2) {
        height: 2px;
        -webkit-transform: translateY(14.5px) rotate(-45deg);
        -ms-transform: translateY(14.5px) rotate(-45deg);
        transform: translateY(14.5px) rotate(-45deg);
    }

    #header .m-menu-btn.on span:nth-child(3) {
        height: 2px;
        -webkit-transform: translateY(-14.5px) rotate(45deg);
        -ms-transform: translateY(-14.5px) rotate(45deg);
        transform: translateY(-14.5px) rotate(45deg);
    }

    #header .m-lang {
        position: fixed;
        top: 0;
        right: -100%;
        z-index: 100000;
        padding: 18px 0 0 33px;
        width: 80%;
        height: 80px;
        background: #02327a;
        opacity: 0;
        font-size: 0;
    }

    #header .m-lang .header-bottom-utill {
        right: auto;
        left: 20px;
        top: 25px;
    }

    #header .m-lang .header-bottom-utill__menu {
        width: auto;
        margin-right: 20px;
    }
    #header .m-lang .header-bottom-utill__menu > li:not(.lang-depth1-li) {
        min-width: auto;
    }
    #header .m-lang .header-bottom-utill__menu > li a:after {
        content: '';
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -6px;
        height: 12px;
        width: 1px;
        background-color: rgba(132, 150, 174, 0.5);
    }

    #header .m-lang .header-bottom-utill__sns > li a img {
        width: 25px;
    }

    #header .m-lang .header-bottom-utill .lang-depth1-li .lang-depth2 {
        border: 1px solid rgba(255,255,255,.6);
        background-color: #333;
    }

    #header .gnb {
        float: none;
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        height: 100vh;
        opacity: 0;
        text-align: left;
        z-index: 1000;
    }

    #header .m-gnb-bg {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.8);
    }
    #header .gnb>ul {
        overflow-x: hidden;
        position: absolute;
        top: 80px;
        right: 0;
        z-index: 1000;
        width: 80%;
        height: calc(100% - 50px);
       /* height: 100%;*/
        background: #fff;
        padding-bottom: 120px;
    }

    #header .gnb>ul a {
        display: block;
        padding-left: 36px;
        width: 100%;
        line-height: 1;
    }

    #header .gnb>ul>li {
        width: 100%;
    }

    #header .gnb>ul>li>a {
        position: relative;
        padding-top: 20px;
        padding-bottom: 20px;
        border-top: 1px solid #ddd;
        font-size: 23px;
        color: #333;
        background-color: #fff;
    }
    #header .gnb li.in>a {
        position: relative;
    }
    #header .gnb li.in>a:after {
        position: absolute;
        top: 50%;
        right: 30px;
        content: "\f107";
        display: block;
        font-family: 'FontAwesome';
        font-size: 30px;
        line-height: 1;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    #header .gnb>ul>li:first-child>a {
        border-top: 0 none;
    }

    #header .gnb>ul>li:last-child>a {
        border-bottom: 1px solid #ddd;
    }

    #header .gnb>ul>li>ul {
        display: none;
        width: 100%;
        padding: 8px 0;
        background: #e8e8e8;
    }

    #header .gnb>ul>li>ul>li {
        width: 100%;
    }

    #header .gnb>ul>li>ul>li a {
        padding-top: 20px;
        padding-bottom: 20px;
        /*border-top: 1px solid #d1d1d1;*/
        font-size: 18px;
    }

    #header .gnb>ul>li>ul>li:first-child>a {
        border-top: 0 none;
    }

    #header .gnb>ul>li.on>a {
        background: #fff;
        color: #333;
    }

    #header .gnb li.in.on > a:after {
        content: '\f106';
    }

    #header .gnb>ul>li .depth2>li>ul li a {
        font-weight: 400;
    }    
    #header .gnb .depth3 {
        padding: 0 20px;
    }
    #header .gnb .depth3 > li {
        background-color: #fff;
    }

    #header .gnb .depth3 > li:first-child {
        border-top: 2px solid var(--color-point);
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }
    #header .gnb .depth3 > li:last-child {
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }
    #header .gnb .depth3 > li a {
        padding-top: 13px;
        padding-bottom: 13px;
    }
    #header .gnb .depth3 li:first-child {
        padding-top: 10px;
    }
    #header .gnb .depth3 li:last-child {
        padding-bottom: 10px;
    }

    #header .gnb .depth4 {
        padding: 0 20px;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
    }
    #header .gnb .depth4 > li > a {
        position: relative;
    }
    #header .gnb .depth4 > li > a:before {
        content: '';
        width: 6px;
        height: 2px;
        position: absolute;
        left: 20px;
        top: calc(50% - 1px);
        background-color: var(--color-point);
    }
}

@media (max-width: 767px) {
    #header .header-bottom {
        height: 55px;
    }
    #header .header-bottom .h-logo a img {
        height: 25px;
    }
    #header .m-lang {
        padding: 8px 0 0 20px;
        /*
        height: 55px;*/
    }

    #header .m-lang .header-bottom-utill {
        top: 8px;
        flex-direction: column;
        align-items: flex-start;
    }
    #header .m-lang .header-bottom-utill__menu > li:first-child > a {
        padding-left: 0;
    }

    #header .m-lang .header-bottom-utill__sns {
        padding: 5px 0;
    }

    #header .m-lang .header-bottom-utill__sns > li {
        margin-left: 0;
        margin-right: 8px;
    }

    #header .m-menu-btn {
        top: 15px;
        right: 20px;
        width: 28px;
        height: 23px;
    }

    #header.fixed .m-menu-btn.on {
        top: 15px;
    }

    #header .m-menu-btn span {
        height: 3px;
    }

    #header .m-menu-btn span:nth-child(1) {
        top: 10px;
        margin-top: auto;
    }

    #header .m-menu-btn.on span:nth-child(2) {
        height: 2px;
        -webkit-transform: translateY(10.5px) rotate(-45deg);
        -ms-transform: translateY(10.5px) rotate(-45deg);
        transform: translateY(10.5px) rotate(-45deg);
    }

    #header .m-menu-btn.on span:nth-child(3) {
        height: 2px;
        -webkit-transform: translateY(-10.5px) rotate(45deg);
        -ms-transform: translateY(-10.5px) rotate(45deg);
        transform: translateY(-10.5px) rotate(45deg);
    }

    #header .gnb>ul {
        /*
        top: 55px;
        height: calc(100% - 55px);*/
        padding-bottom: 120px;
    }

    #header .gnb>ul a {
        padding-left: 20px;
    }

    #header .gnb>ul>li.in a:after {
        right: 20px;
        font-size: 23px;
    }
   
    #header .gnb>ul>li>a {
        padding-top: 16px;
        padding-bottom: 16px;
        font-size: 15px;
    }

    #header .gnb>ul>li>ul>li a {
        padding-top: 14px;
        padding-bottom: 14px;
        font-size: 13px;
    }
    #header .gnb .depth4 > li > a {
        padding-left: 15px;
    }
    #header .gnb .depth4 > li > a:before {
        left: 0;
    }
}

@media (max-width: 575px) {
    #header .m-lang {
        width: 95%;
    }
    #header .m-lang .header-bottom-utill__menu > li > a,  
    #header .m-lang .header-bottom-utill__menu > li > p {
        font-size: 12px;
        padding: 5px 10px;
    }

    .header-bottom-utill__menu > li {
        min-width: 67px;
    }

    #header .gnb>ul {
        width: 95%;
    }
}

/* 검색 */
#wrapper .header_util__search {
    margin: 0 auto;
}
#wrapper .header_util__input_box {
    background-color: rgba(54, 130, 126, 0.7);
    border: 0;
    border-radius: 20px;
}
#wrapper .header_util__input_box + * {
    font-size: 0;
}
#wrapper .header_util__input_box .search_type > a {
    background: url('/images/icons/ico_arrow-down_w.svg') no-repeat right 15px center / 20px auto;
}

#wrapper .header_util__input_box .search_type > a {
    display: flex;
    align-items: center;
    border-radius: 20px;
    border: 0;
    margin: 0;
}

#wrapper .header_util__input_box .search_type > a:after {
    background-color: rgba(255, 255, 255, .2);
}
#wrapper #search_btn {
    background: url('/images/icons/ico_search_w.svg') no-repeat center;
}

#wrapper .header_util__input_box .search_type .opt_list {    
    left: 0;
    top: 49px;
    padding: 10px 0;
    border: 0;
    background-color: #36827e;
}
#wrapper .header_util__input_box .search_type.on > a {
    margin: 0;
    border: 0;
    border-radius: 0;
    background-image: url('/images/icons/ico_arrow-down_b.svg');
    background-color: #fff;
}

@media (min-width: 1441px) {        
    #wrapper .header_util__input_box .search_type > a {
        font-size: 18px;
        height: 64px;
        background-position: right 20px center;
    }
        
    #wrapper .header_util__input_box .search_type > a:after {
        margin-top: -20px;
        height: 40px;
    }
    #wrapper .header_util__input_box {
        height: 64px;
    }

    #wrapper #searchkey { 
        width: 420px;
        font-size: 18px;
    }
    #wrapper #search_btn {
        width: 64px;
    }
    #wrapper .header_util__input_box .search_type .opt_list {
        top: 64px;
    }
    #wrapper .header_util__input_box .search_type .opt_list li a {
        font-size: 16px;
        padding: 9px 23px 6px;
    }
}

@media (max-width: 1440px) {   
    #wrapper #search_btn {
        background-size: 22px auto;
    }
}

@media (max-width: 767px) {   
    #wrapper .header_util__input_box {
        height: 45px;
    }
    #wrapper .header_util__input_box .search_type > a {
        font-size: 12px;
        padding: 7px 20px 7px 12px;
        height: 45px;
        width: 145px;
        background-size: 12px auto;
    }
    #wrapper .header_util__input_box .search_type .opt_list {
        top: 45px;
        width: 145px;
    }
    #wrapper #searchkey {
        width: calc(100% - 145px - 45px);
    }
    #wrapper #search_btn {
        width: 30px;
        background-size: 14px;
    }

    #wrapper .header_util__input_box .search_type .opt_list li a {
        font-size: 12px;
        padding: 5px 12px 6px;
    }
}

/* footer */
#footer {
    background-color: #f1f4fa;
}
#footer .max-inner {
    max-width: 1640px;
    padding: 0 70px;
}

#footer .footer-top {
    height: 115px;
    padding: 30px 0;
    border-bottom: 1px solid var(--bor-color);
}

/* footer site bnr */
#footer .footer-top-sitebnr {mix-blend-mode: darken;}
#footer .footer-top-sitebnr li { position:relative; height: 49px; padding: 0 35px; text-align:center; white-space:nowrap; }
#footer .footer-top-sitebnr .slick-slide a { height: 100%; display: flex;align-items: center; justify-content: center;overflow: hidden;}
#footer .footer-top-sitebnr .slick-slide a img {max-height:100%;}

/* arrow */
#footer .footer-top-sitebnr .slick-prev,
#footer .footer-top-sitebnr .slick-next {
    height: 30px;
    opacity: 0.3;
    z-index: 3;
}
#footer .footer-top-sitebnr .slick-prev {
	background: url('/images/icons/ico_arrow-prev_b.svg') no-repeat center/ 15px auto;
	left: -50px;
}
#footer .footer-top-sitebnr .slick-next {
	background: url('/images/icons/ico_arrow-next_b.svg') no-repeat center/ 15px auto;
	right: -50px;
} 
#footer .footer-top-sitebnr .slick-prev:hover,
#footer .footer-top-sitebnr .slick-next:hover {
    opacity: 1;
}
#footer .footer-bottom {
    position: relative;
    padding: 55px 0 65px;
}

#footer .footer-bottom .f-logo img {
    width: 188px;
}
#footer .d-flex {
    display: flex;
    flex-wrap: wrap;
}
#footer .d-flex-item01 {
    align-items: center;
}
#footer .d-flex-item01 .left {
    width: calc(100% - 320px);
    margin-bottom: 25px;
}
#footer .d-flex-item01 .right {
    width: 320px;
    margin-bottom: 25px;
}
#footer .d-flex-item02 {}
#footer .d-flex-item02 .left {
    width: 375px;
    margin-bottom: 25px;
}

#footer .d-flex-item02 .right {
    width: calc(100% - 375px);
}

/* address */
#footer address {font-style: normal;}
#footer address p {
    font-size: 16px;
    color: var(--font-color-base);
}
#footer address span {
    display: block;
    margin-bottom: 7px;
    font-weight: 400;
    word-break: keep-all;
    line-height: 1.5;
}

#footer address span {
    display: inline-block;
}

#footer address span .mr {margin-right: 20px;}

#footer address span:not(:last-of-type):after {
    content: '';
    margin: 0 15px;
    display: inline-block;
    width: 1px;
    height: 14px;
    background-color: var(--bor-color);
    vertical-align: middle;
    margin-top: -2px;
}

#footer .copyright {
    font-size: 16px;
    color: var(--font-color-base);
    margin-top: 20px;
    opacity: 0.6;
}
/* utill menu */
ul.footer-bottom-link {
    font-size: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

ul.footer-bottom-link li {
    position: relative;
    display: inline-block;
    padding: 0 10px;
}

ul.footer-bottom-link li a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: var(--font-color-base);
    margin-bottom: 7px;
}
ul.footer-bottom-link li.privacy a {
    color: #0034db;
	font-weight: 900;
}
ul.footer-bottom-link li:not(:last-of-type) a:after {
    content: '';
    position: absolute;
    right: -10px;
    top: calc(50% - 7px);
    display: inline-block;
    width: 1px;
    height: 14px;
    background-color: #ddd;
    vertical-align: middle;
}
@media (min-width: 1201px) {    
    ul.footer-bottom-link {
        margin: 0 -15px;
    }
    
    ul.footer-bottom-link li {
        padding: 0 15px;
    }
    ul.footer-bottom-link li:not(:last-of-type) a:after {
        right: -15px;
    }
    
}

.familySite {
    position: relative;
    max-width: 300px;
    display: block;
    z-index: 1;
}

.familySite h3 {
    border-radius: 30px;
    background-color: #e2e9f4;
    -webkit-transition: 0.1s all ease;
    transition: 0.1s all ease;
    overflow: hidden;
}

.familySite h3 a {
    color: #293e82;
    display: block;
    font-size: 16px;
    font-weight: 500;
    padding: 0.8125rem 3.125rem 0.8125rem 1.25rem;
    text-align: left;
}

.familySite h3 a:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    width: 21px;
    height: 11px;
    margin-top: -5.5px;
    background: url('/images/icons/ico_arrow-down_b.svg')no-repeat center/ 21px auto;
    pointer-events: none;
    z-index: 1;
}

.familySite.on {
    z-index: 10000;
}
.familySite.on h3 {
    border-radius: 0;
}
.familySite .footSelect {
    position: absolute;
    bottom: 45px;
    left: 0;
    right: 0;
    background-color: #fff;
}
.footSelect ul {
	overflow: hidden;
	display: none;
	border: 1px solid var(--bor-color);
}

.familySite li {
	padding: 0;
	border-bottom: 1px solid var(--bor-color);
}
.familySite li:last-child {
	border-bottom: 0;
}

.footSelect ul li a {
	display: block;
	color: var(--font-color-base);
	padding: 0.8125rem 1.25rem;
	font-size: 15px;
}
@media (max-width: 1300px) {
    #footer .max-inner {
        padding-left: 20px;
    }
    #footer .d-flex-item02 .left {
        width: 250px;
    }
    #footer .d-flex-item02 .right {
        width: calc(100% - 250px);
    }

    /* arrows */
    #footer .footer-top-sitebnr .slick-prev {
        left: -10px;
    }
    #footer .footer-top-sitebnr .slick-next {
        right: -10px;
    } 
    #footer .footer-top {
        height: auto;
        padding: 15px 0;
    }
    #footer .footer-top-sitebnr li {
        height: 35px;
    }
}
@media (max-width: 991px) {
    #footer .d-flex .left,
    #footer .d-flex .right {
        width: 100%;
    }
}   

@media (min-width: 1201px) { 
    ul.footer-bottom-link li:not(.privacy) a:hover {
        font-weight: 700;
    }
}

@media (max-width: 767px) {
    #footer .footer-bottom {
        padding: 45px 0 65px;
    }
    #footer .max-inner {
        padding-right: 20px;
    }
    #footer .footer-top-sitebnr .slick-slide { height:40px;}

    #footer .footer-top-sitebnr li {
        padding: 0 20px;
    }
    /* arrows */
    #footer .footer-top-sitebnr .slick-prev,
    #footer .footer-top-sitebnr .slick-next {
        background-size: 12px auto;
    }

    .familySite h3 a:after {
        background-size: 12px auto;
    }
}

@media (max-width: 380px) {
    ul.footer-bottom-link li a {
		font-size: 14px;
	}
	#footer .copyright,
	#footer address p {
		font-size: 13px;
	}

    #footer address span .mr {
        margin-right: 10px;
    }
    #footer address span:not(:last-of-type):after {
        margin: 0 7px;
    }
}