@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&family=Noto+Sans+KR:wght@300;400;500;700&display=swap');

/* 공통클래스 */
body {min-width: 1330px;max-width: 1920px;width: 100%;margin:0 auto;}
.w100 {width: 100% !important;}
.inner {width:100%;max-width: 1360px;margin:0 auto;padding:0 30px;box-sizing: border-box;}
.mb-show {display: none !important;}
.mb-hide {display: initial !important;}
.tableType-01.mb-hide {display: block !important;}
.video {position: relative;width: 100%;max-width: 1000px;margin:0 auto;border:3px solid #d6282a;box-sizing: border-box;}/* 임시 색상 */
.video:after {display: block;padding-top: 56%;content: "";}
.video.no-border {border:none;}
.video .post-play {position: absolute;top: 0;bottom: 0;right: 0;left: 0;z-index: 100;}
.video .post-play:after {position: absolute;top: 0;bottom: 0;right: 0;left: 0;display: flex;align-items: center;justify-content: center;background-color: rgba(0, 0, 0, 0.6);content: url(/resource/images/play2.png);}
.video .post-play img {width: 100%;height: 100%;}
.video .post {position: absolute;top: 0;bottom: 0;right: 0;left: 0;z-index: 100;}
.video .post img {width: 100%;height: 100%;}
.video iframe,
.video object,
.video embed {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.video video {max-width: 100%;}
.img-box {text-align: center;}
.img-box img {max-width: 100%;}
.c-middot-list li {position: relative;padding-left: 20px;font-size: 18px;font-weight: 300;line-height: 1.6;letter-spacing: -0.9px;}
.c-middot-list li:after {position: absolute;top: 11px;left: 0;width: 8px;height: 8px;border-radius: 100%;background-color: #1cb6e3;content:'';}
.c-middot-list li+li {margin-top: 15px;}
.middot-list li {position: relative;padding-left: 10px;font-size: 18px;font-weight: 300;line-height: 1.6;letter-spacing: -0.9px;}
.middot-list li:after {position: absolute;top: 14px;left: 0;width: 3px;height: 3px;border-radius: 100%;background-color: #333;content:'';}
.middot-list li+li {margin-top: 10px;}
.contents {padding: 140px 0;}
.contents.no-pad {padding: 0;}
.contents.no-top-pad {padding-top: 0;}
.contents.no-bottom-pad {padding-bottom: 0;}
.contents.half-pad {padding: 60px 0;}
.contents.half-top-pad {padding-top: 60px;}
.contents.half-bottom-pad {padding-bottom: 60px;}
.contents.bg-gray {background-color: #f0f0f0;}
.cont-tit {margin-bottom: 20px;padding-left: 36px;font-size: 28px;font-weight: 500;line-height: 1.5;letter-spacing: -1.5px;background-image: url(/resource/images/cont-tit-icon.png);background-repeat: no-repeat;background-position: 0 55%;}
.cont-box {position: relative;display: flex;padding: 40px 0;box-sizing: border-box;}
.cont-box:before {position: absolute;top: 0;left: 0;width: 100%;height: 2px;background-color: #e3e3e3;content: '';}
.cont-box:after {position: absolute;top: 0;left: 0;width: 300px;height: 3px;background-color: #0f3e87;content: '';}
.cont-box .cont-label {flex-shrink: 0;width: 300px;margin-right: 75px;color: #333333;font-size: 20px;font-weight: 500;line-height: 1.4;letter-spacing: -1.25px;}
.cont-box .cont-label img {max-width: 100%;}
.cont-box .cont {width: 100%;font-size: 20px;font-weight: 300;line-height: 1.6;letter-spacing: -1px;word-break: keep-all;}
.cont-box .cont p {font-size: 20px;font-weight: 300;line-height: 1.6;letter-spacing: -1px;word-break: keep-all;}


/* 인풋,셀렉트 */
.form + .form {margin-top: 25px;}
.form .label {margin-bottom:14px;font-size: 18px;font-weight: 500;line-height: 1.33;letter-spacing: -0.9px;}
.form > .num {display: flex;align-items: center;justify-content: space-between;}
.form > .num .form-control {width: 30%;}
.form > .mail {display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;}
.form > .mail .id {width: 39.8%;}
.form > .mail .domain {width: 54.8%;}
.form > .mail .selec {width: 100%;}
.form-control {height: 48px;padding:0 10px;font-size: 18px;line-height: 46px;border: 1px solid #ddd;box-sizing: border-box;}
.form-control-xs {height: 38px;padding:0 10px;font-size: 16px;line-height: 36px;border: 1px solid #ddd;box-sizing: border-box;}


/* 썸네일 */
.thumb-list {
	display: flex;
	flex-wrap: wrap;
	width: calc(100% + 50px);
	margin-left: -25px;
}
.thumb-list li {
	width: calc(33.33% - 50px);
	margin: 0 25px 120px;
}
.thumb-list li>p {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 160px;
	height: 40px;
	margin: 0 auto 50px;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: -0.9px;
	border-radius: 20px;
	background-color: #253a71;
}
.thumb-list li >a {
	position: relative;
	display: block;
	height: 100%;
	padding-bottom: 50px;
	box-sizing: border-box;
	box-shadow: 2.5px 9.5px 9px 0 rgba(0, 0, 0, 0.08);
	background-color: #fff;
}
.thumb-list li >a .img {
	overflow: hidden;
	position: relative;
	width: 88.5%;
	margin: 0 auto;
	transform: translateY(-25px);
}

.thumb-list li >a .img:after {
	display: block;
	padding-top: 54.5%;
	content: '';
}
.thumb-list li >a .img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.thumb-list li >a .text {
	width: 88.5%;
	margin: 0 auto;
}
.thumb-list li >a .text p {
	margin-bottom: 15px;
	color: #333;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.55;
	letter-spacing: -1px;
}
.thumb-list li > a .text p .new {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-left: 5px;
	margin-top: -3px;
	color:#fff;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	border-radius: 3px;
	vertical-align: middle;
	background-color: #bd0000;
}
.thumb-list li >a .text span:not(.new) {
	display: inline-block;
	color: #333;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.72;
	letter-spacing: -0.9px;
	word-break: keep-all;
}
.thumb-list li >a .more {
	overflow: hidden;
	display: block;
	position: absolute;
	bottom: -17px;
	left: 50%;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-indent: 34px;
	border-radius: 17px;
	background-image: url("/resource/images/more.png");
	background-repeat: no-repeat;
	background-position: center;
	transform: translateX(-50%);
	transition-duration: .2s !important;
}
.thumb-list li >a:hover .more {
	width: 130px;
	color: #fff;
	text-indent: 40px;
	background-color: #26a3f2;
	background-position: 15px 50%;
	background-image: url("/resource/images/more-hover.png");
}
.thumb-list li >a:hover .more span {
	display: inline;
}
.thumb-list.ver2 {
	width: calc(100% + 50px);
	margin-left: -25px;
}
.thumb-list.ver2 li {
	width: calc(25% - 50px);
	margin: 0 25px 120px;
}

.thumb-list.ver3 {
	width: 100%;
	margin-left: 0;
}
.thumb-list.ver3 li {
	width: 100%;
	margin:0 auto;
	padding:30px;
	margin-top: -1px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.thumb-list.ver3 li>a {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	width: 100%;
	padding-bottom: 0;
	box-shadow: none;
}
.thumb-list.ver3 li > a .img {
	width: 200px;
	margin: 0;
	transform: translateY(0);
}
.thumb-list.ver3 li > a .img:after {
	padding-top: 70%;
}
.thumb-list.ver3 li > a .img img {
	height: 100%;
}
.thumb-list.ver3 li > a .text {
	width: calc(100% - 230px);
	margin:0;
}
.thumb-list.ver3 li > a .text p {
	margin-bottom: 0;
}
.thumb-list.ver3 li > a .text span:not(.new) {
	min-height: 90px;
}
.thumb-list.ver3 li > a .text .date {
	color:#333;
	font-weight: 300;
}
.thumb-list.ver3 li > a .more {
	display: none;
}


/* header */
header {
	position: relative;
	width: 100%;
	height: 127px;
	left: 0;
	top: 0;
	border-bottom: 1px solid #ddd;
	background-color: #fff;
	z-index: 9999;
}
header .inner {
	position: relative;
	/* display: flex;
	align-items: center;
	justify-content: space-between; */
	max-width: 1460px;
	height: 100%;
	text-align: center;
}
header .logo {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
header #gnb {
	margin:0 auto;
	padding-left: 30px;
	display: inline-flex;
	justify-content: center;
}
header #gnb>li {
	/* position: relative; */
	width: 224px;
	transition: all 0.2s;
	z-index: 100;
}
header #gnb>li>a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 127px;
	color:#333;
	font-size: 20px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 2.6;
	letter-spacing: -1px;
	text-align: center;
}
header #gnb ol {
	overflow: hidden;
	position: relative;
	padding:0;
	height: 0;
	transition: all 0.4s;
}
header #gnb ol:after {
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	width: 0;
	height: 2px;
	background-color: #fff;
	content:'';
}
header #gnb ol li a {
	display: block;
	padding:8px 0;
	font-size: 18px;
	letter-spacing: -0.8px;
	text-align: center;
	color: #646464;
}
header #gnb>li:hover {
	background-color: #104698;
}
header #gnb>li:hover>a {
	color:#fff;
}
header #gnb:hover ol {
	padding-top: 10px;
	padding-bottom: 10px;
	height: 207px;
}
header #gnb>li:hover ol:after {
	width: 180px;
	margin-left: -90px;
	transition: width 0.4s;
}
header #gnb>li:hover ol li a {
	color:#fff;
}
header #gnb>li:hover ol li a:hover {
	color:#333;
	background-color: #fff;
}
header .menu-bg {
	position: absolute;
	top: 100%;
	left: 50%;
	width: 1920px;
	height: 0;
	border-top: 1px solid #ddd;
	border-bottom: 2px solid #104698;
	background-color: #fff;
	transform: translateX(-50%);
	transition: all 0.4s;
}
header #gnb:hover+.menu-bg {
	height: 226px;
}
header .h-btn {
	position: absolute;
	top: 50%;
	right: 0;
	display: flex;
	align-items: center;
	transform: translateY(-50%);
	z-index: 110;
}
header .h-btn .h-search {
	position: relative;
	height: 48px;
}
header .h-btn .h-search a {
	display: block;
	width: 48px;
	height: 100%;
	text-indent: -9999px;
	background-color: #26a3f2;
	background-image: url(/resource/images/h-search.png);
	background-position: center;
	background-repeat: no-repeat;
}
header .h-btn .h-search a.on {
	background-image: url(/resource/images/h-search-close.png);
}
header .h-btn .h-search .on-search {
	position: absolute;
	top: 0;
	left: 0;
	height: 48px;
	opacity: 0;
	z-index: -1;
}
header .h-btn .h-search .on-search input {
	width: 40px;
	height: 100%;
	padding:0 15px;
	border:1px solid #ccc;
	box-sizing: border-box;
}
header .h-btn .h-search .on-search button {
	position: absolute;
	top: 0;
	right: 0;
	width: 48px;
	height: 48px;
}
header .h-btn .h-search a.on + .on-search {
	left: -240px;
	opacity: 1;
	z-index: 10;
	transition: all 0.4s;
}
header .h-btn .h-search a.on + .on-search input {
	width: 240px;
	transition: all 0.4s;
}
header .h-btn .h-allmenu a {
	/* display: block; */
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	background-color: #0f3e87;
}
header #gnb_menu {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0,0.7);
	z-index: 1000;
}
header #gnb_menu .menu-wrap {
	position: absolute;
	top: 50%;
	left: 50%;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	max-width:1300px;
	height: 660px;
	padding:3vw 8vw;
	text-align: center;
	box-sizing: border-box;
	background-repeat: no-repeat;
	background-image: url(/resource/images/allmenu-bg.png);
	transform: translate(-50%, -50%);
}
header #gnb_menu .menu-wrap dl {
	width: 33.33%;
	margin:30px 0;
	text-align: left;
}
header #gnb_menu .menu-wrap dl dt {
	margin-bottom: 20px;
}
header #gnb_menu .menu-wrap dl dt a {
	font-size: 24px;
	font-weight: 500;
	line-height: 1.33;
	letter-spacing: -1.8px;
	color: #fff;
}
header #gnb_menu .menu-wrap dl dd a {
	font-size: 18px;
	font-weight: 300;
	line-height: 2.11;
	letter-spacing: -1.35px;
	color: #7f98bf;
}
header #gnb_menu .menu-wrap dl dd a:hover {
	font-weight: 400;
	color:#fff;
}
header #gnb_menu .menu-wrap dl dd a br {
	display: none;
}
header #gnb_menu .menu-wrap > a {
	position: absolute;
	top: 30px;
	right: 30px;
}

/* footer */
footer {
	background-color: #ececec;
}
footer .foot-list {
	border-bottom:1px solid #ccc;
}
footer .foot-list ul {
	display: flex;
	padding:25px 0;
}
footer .foot-list ul li {
	margin-right: 30px;
}
footer .foot-list ul li:last-of-type {
	margin-right: 0;
}
footer .foot-list ul li a {
	font-size: 18px;
	line-height: 1;
	letter-spacing: -1.5px;
	color: #797979;
}
footer .info {
	padding:50px 0;
}
footer .info h2 {
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: -0.5px;
	color: #333;
}
footer .info p {
	font-size: 18px;
	font-weight: 300;
	line-height: 1.55;
	letter-spacing: -0.5px;
}
footer .info p span {
	display: inline-block;
}
footer .info p span.bar {
	margin:-4px 10px 0;
	font-size: 12px;
	line-height: 1;
	vertical-align: middle;
}
footer .info p.copy {
	margin-top: 10px;
	color: #797979;
}


/* main */
#container {
	overflow: hidden;
	/* margin-top: 127px; */
}
#main-bnnr {
	position: relative;
}
#main-bnnr .swiper-container .inner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 100;
}
#main-bnnr .swiper-container .text {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	max-width:1000px;
	transform: translate(-50%, -50%);
}
#main-bnnr .swiper-container .text h2 {
	margin-bottom: 20px;
	font-size: 40px;
	line-height: 1.1;
	letter-spacing: -2px;
	color: #fff;
}
#main-bnnr .swiper-container .text p {
	font-size: 18px;
	font-weight: 300;
	line-height: 1.55;
	letter-spacing: -1.1px;
	color: #fff;
}
#main-bnnr .swiper-container .text a {
	display: block;
	width: 140px;
	height: 48px;
	margin-top: 30px;
	font-size: 18px;
	letter-spacing: -0.9px;
	line-height: 48px;
	text-align: center;
	border-radius: 24px;
	background-color: rgba(255,255,255,0.4);
}

#section1 {
	padding:96px 0 96px;
	background: linear-gradient(to bottom, #f2f4f5 0%, #f2f4f5 50%, #fff 50%, #fff 100%);
}
#section1 h2 {
	position: relative;
	margin-bottom: 50px;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.03;
	letter-spacing: -1.5px;
	text-align: center;
}
#section1 h2 > a {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
#section1 .gudok-wrap {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0,0.7);
	z-index: 9000;
}
#section1 .gudok {
	overflow: hidden;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 487px;
	padding:60px 40px 110px;
	border-radius: 20px;
	box-sizing: border-box;
	background-color: #253a71;
	transform: translate(-50%,-50%);
}
#section1 .gudok h3 {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 10px;
	font-size: 30px;
	line-height: 1;
	letter-spacing: -0.3px;
	text-align: center;
	color: #fff;
}
#section1 .gudok > h3 img {
	margin-right: 10px;
}
#section1 .gudok > p {
	font-size: 17px;
	line-height: 1.65;
	letter-spacing: -0.43px;
	text-align: center;
	color: #6c7faf;
}
#section1 .gudok > button {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding:15px 0;
	font-size: 22px;
	font-weight: normal;
	line-height: 1.27;
	letter-spacing: -0.55px;
	text-align: center;
	color: #fff;
	background-color: #112760;
}
#section1 .gudok > a {
	position: absolute;
	top: 15px;
	right: 15px;
}
#section1 .gudok-form {
	margin-top: 20px;
	padding:40px;
	border-radius: 20px;
	box-sizing: border-box;
	background-color: #344a84;
}
#section1 .gudok-form .form {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	padding:0 0 10px;
	border-bottom: 1px solid #5f709e;
}
#section1 .gudok-form .form+.form {
	margin-top: 30px;
}
#section1 .gudok-form .form p {
	width: 100%;
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.56;
	letter-spacing: -0.45px;
	text-align: left;
	color: #fff;
}
#section1 .gudok-form .form input,
#section1 .gudok-form .form input::placeholder,
#section1 .gudok-form .form select {
	/* padding:0 10px; */
	color:#fff;
	font-family: 'Noto Sans KR', sans-serif;
	font-size: 17px;
	font-weight: 300;
	border:none;
	outline: none;
	box-sizing: border-box;
	background-color: transparent;
}
#section1 .gudok-form .form select {
	padding:0 10px 0 28px;
	font-size: 15px;
	-webkit-appearance:none;/* for chrome */
	-moz-appearance:none;/*for firefox*/
	appearance:none;
	box-sizing: border-box;
	background-image: url(/resource/images/drop.png);
	background-repeat: no-repeat;
	background-position: 5px 50%;
}
#section1 .gudok-form .form.e-mail input {
	width: 70%;
	padding:0 10px;
}
#section1 .gudok-form .form.e-mail select {
	width: 30%;
}
#section1 .gudok-form .form.phone input {
	width: 30%;
	text-align: center;
	font-family: 'Lato', sans-serif;
}
#section1 .gudok-form .form.phone span {
	width: 5%;
	color:#fff;
	font-size: 17px;
	font-weight: 400;
}
#section1 .gudok-agree {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-top: 15px;
	text-align: right;
}

#section1 .gudok-agree input {
	width: 16px;
	height: 16px;
	margin-right: 5px;
	background-color: #54689b;
}
#section1 .gudok-agree label {
	color: #8998bf;
	font-size: 16px;
	font-weight: 300;
	letter-spacing: -0.38px;
}
#section1 .thumb-list li > a {
	height: calc(100% - 90px);
}

#section2 {
	padding-bottom: 100px;
}
#section2 .inner {
	display: flex;
	justify-content: space-between;
}
#section2 .inner .left {
	width: calc(100% - 365px);
}
#section2 .inner .right {
	width: 315px;
	flex-shrink: 0;
}
#section2 .tab {
	display: flex;
	border-bottom: 3px solid #253a71;
}
#section2 .tab li:nth-of-type(1),
#section2 .tab li:nth-of-type(2) {
	width: 13.2%;
}
#section2 .tab li:nth-of-type(3) {
	width: 18%;
}
#section2 .tab li:nth-of-type(4) {
	width: 20%;
}
#section2 .tab li:nth-of-type(5) {
	width: 36%;
}
#section2 .tab li:not(:first-of-type) {
	margin-left: -1px;
}
#section2 .tab li a {
	display: block;
	padding:15px 0;
	color:#333;
	font-size: 17px;
	letter-spacing: -0.85px;
	text-align: center;
	border:1px solid #ddd;
}
#section2 .tab li.on a {
	color:#fff;
	border-color: #253a71;
	background-color: #253a71;
}
#section2 .panel {
	margin-top: 40px;
}
#section2 .panel .list {
	display: none;
}
#section2 .panel .list.on {
	display: block;
}
#section2 .panel .list p {
	display: flex;
	align-items: center;
	width: 100%;
	padding:5px 15px;
	box-sizing: border-box;
}
#section2 .panel .list p:hover {
	opacity: 0.5;
}
#section2 .panel .list p .title {
	overflow: hidden;
	width: 80%;
	color:#333;
	font-size: 17px;
	font-weight: 300;
	line-height: 1.5;
	letter-spacing: -0.85px;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#section2 .panel .list p .title:before {
	content:'· ';
}
#section2 .panel .list p .date {
	width: 20%;
	font-family: 'Lato', sans-serif;
	text-align: right;
}

#section3 {
	margin-bottom: 50px;
}
#section3 ul {
	display: flex;
	justify-content: space-between;
}


/* sub */
#sub-bnnr {
	overflow: hidden;
	position: relative;
}
#sub-bnnr h2 {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	font-size: 30px;
	line-height: 1.03;
	letter-spacing: -1.5px;
	text-align: center;
	color: #fff;
	transform: translateY(calc(-50% - 30px));
}
#sub-bnnr img {
	position: relative;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
}

#location {
	position: relative;
	margin-top: -140px;
}
#location .inner {
	position: relative;
	z-index: 2000;
}
#location .caption {
	position: relative;
	display: inline-block;
}
#location .caption img {
	width: 200px;
}
#location .caption h3 {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	font-size: 26px;
	line-height: 1.03;
	letter-spacing: -1.5px;
	text-align: center;
	color: #fff;
	transform: translateY(-50%);
}
#location .caption img {
	max-width: 100%;
}
#location .location-wrap {
	display: flex;
	align-items: center;
	position: absolute;
	bottom: 60px;
	left: 230px;
	width: 100%;
	border-bottom: 1px solid #ddd;
	background-color: #fff;
}
#location .location-wrap .home {
	border-right:1px solid #ddd;
}
#location .location-wrap .home a {
	display: block;
	width: 62px;
	height: 62px;
	line-height: 62px;
	text-align: center;
}
#location .location-wrap [class*="depth-"] {
	position: relative;
	border-right: 1px solid #ddd;
	background-image: url(/resource/images/drop2.png);
	background-position: calc(100% - 10px) 50%;
	background-repeat: no-repeat;
}
#location .location-wrap .depth-1 {
	min-width: 230px;
}
#location .location-wrap .depth-2 {
	min-width: 360px;
}
#location .location-wrap [class*="depth-"] p {
	display: flex;
	align-items: center;
	height: 62px;
	padding:0 45px 0 15px;
	font-size: 20px;
	letter-spacing: -1px;
	cursor: pointer;
}
#location .location-wrap [class*="depth-"] dl {
	display: none;
	position: absolute;
	top: 100%;
	left: -1px;
	width: 100%;
	border: 1px solid #ddd;
	background-color: #fff;
}
#location .location-wrap [class*="depth-"] dl a {
	display: block;
	padding:15px;
	color: #333;
	font-size: 18px;
}
#location .location-wrap [class*="depth-"] dl dt:nth-of-type(odd) a,
#location .location-wrap [class*="depth-"] dl dd:nth-of-type(odd) a {
	background-color: #f8f8f8;
}
#location .location-wrap [class*="depth-"] dl a:hover {
	color:#fff;
	background-color: #0f3e87 !important;
}
#location .location-wrap [class*="depth-"]:hover dl {
	display: block;
}


/* 인사말 */
.introduce {
	display: flex;
	justify-content: space-between;
}
.introduce .text h3 {
	margin-bottom: 50px;
	font-size: 40px;
	font-weight: 500;
	line-height: 1.3;
	letter-spacing: -2px;
}
.introduce .text p {
	font-size: 20px;
	font-weight: 300;
	line-height: 1.6;
	letter-spacing: -1.2px;
	word-break: keep-all;
}
.introduce .text p + p {
	margin-top: 40px;
}
.introduce .img {
	margin-left: 115px;
}
.history h3 {
	margin-bottom: 20px;
	font-size: 28px;
	font-weight: 500;
	line-height: 1.07;
	letter-spacing: -1.4px;
}

/* 설립목적 */
.step {
	margin-top: 50px;
	border-top: 1px solid #104698;
}
.step li {
	display: flex;
	align-items: center;
	padding:30px 50px;
	box-sizing: border-box;
}
.step li:nth-of-type(odd) {
	background-color: #f7f8fb;
}
.step li .num {
	flex-shrink: 0;
	width: 46px;
	height: 46px;
	margin-right: 40px;
	font-family: 'Lato';
	font-size: 18px;
	font-weight: 600;
	letter-spacing: -0.9px;
	color: #104698;
	line-height: 42px;
	text-align: center;
	border: solid 2px #104698;
	box-sizing: border-box;
	background-color: #fff;
}

/* 오시는길 */
.map {
	position: relative;
}
.map .address {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 90%;
	padding-top: 45px;
	text-align: center;
	background-color: #fff;
	transform: translateX(-50%);
}
.map .address p {
	margin-bottom: 10px;
	font-size: 22px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.45;
	letter-spacing: -0.55px;
}
.map .address span {
	font-family: 'Lato';
	font-size: 20px;
	line-height: 1.6;
}
.map .address span b {
	display: inline-block;
	margin-right: 10px;
	color: #bd0000;
}
.map .address span.bar {
	display: inline-block;
	width: 1px;
	height: 14px;
	margin:0 20px;
	background-color: #ddd;
}
.map-load .tableType-01 {
	border-top-width: 2px;
}
.map-load .subway {
	display: flex;
}
.map-load .subway li {
	display: inline-flex;
	align-items: center;
	margin-right: 20px;
}
.map-load .subway li:last-of-type {
	margin-right: 0;
}
.map-load .subway li img {
	margin-right: 6px;
	height: 70%;
}
.map-load .bus {
	display: flex;
	flex-wrap: wrap;
}
.map-load .bus li {
	position: relative;
	display: inline-flex;
	margin: 10px 15px 10px 0;
	padding-right: 15px;
}
.map-load .bus li:after {
	position: absolute;
	top: 50%;
	left: 100%;
	width: 1px;
	height: 14px;
	margin-top: -7px;
	background-color: #ddd;
	content:'';
}
.map-load .bus li:last-of-type {
	margin-right: 0;
	padding-left: 0;
}
.map-load .bus li:last-of-type:after {
	display: none;
}


/* 업무협력기관 */
#collaboCorp {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}
#collaboCorp li {
	width: calc(100%/4);
}
#collaboCorp li>a {
	display: block;
	border: 1px solid #ddd;
	margin: 0 10px 20px;
}
#collaboCorp li>a:hover {
	border: 1px solid #26a3f2;
	outline: 1px solid #26a3f2;
}
#collaboCorp li>a .logo {
	display: block;
	line-height: 112px;
	padding: 15px;
	text-align: center;
	box-sizing: border-box;
}
#collaboCorp li>a .logo img {
	max-width: 100%;
	max-height: 100%;
}
#collaboCorp .name {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 95px;
	padding: 22px 0;
	color:#333;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: -0.9px;
	text-align: center;
	box-sizing: border-box;
	background-color: #f8f8f8;
}

/* 전체검색 */
.sub-tit {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
	font-size: 26px;
	line-height: 2.5;
	letter-spacing: -0.65px;
	border-bottom: 1px solid #333;
}
.sub-tit span {
	margin-top: 25px;
	font-size: 20px;
	font-weight: normal;
	letter-spacing: -0.16px;
}
.all-list {
	margin-top: -3rem;
	margin-bottom: 5rem;
}
.all-list li {
	display: flex;
	justify-content: space-between;
	padding: 2.5rem 1.5rem;
	border-bottom: 1px solid #ddd;
}
.all-list li a {
	color: #333;
	font-family: 'Noto Sans KR';
	font-size: 2rem;
}
.all-list li span {
	flex-shrink: 0;
	width: 110px;
	color: #888;
	font-family: 'Lato';
	font-size: 1.8rem;
	text-align: right;
}

@media screen and (max-width:1330px) {
	header .logo {
		left: 30px;
	}
	header #gnb {
		/* display: none; */
	}
	header #gnb>li {
		width: 180px;
	}
	header #gnb>li>a {
		font-size: 18px;
	}
	header #gnb ol li a {
		font-size: 16px;
	}
	header .h-btn {
		right: 30px;
	}
	header #gnb_menu .menu-wrap {
		max-width: 95%;
		padding: 4.5vw 3vw;
		background-position: right 0;
	}


}
@media screen and (max-width:1024px) {
	header #gnb_menu .menu-wrap {
		height: auto;
		background-color: rgb(15 62 135);
	}
	header #gnb_menu .menu-wrap dl {
		width: 50%;
		margin:15px 0;
	}
}
@media screen and (max-width:720px){
	body {max-width: 720px;min-width: 1px;}
	.mb-show {display: initial !important;}
	.mb-hide {display: none !important;}
	.tableType-01.mb-show {display: block !important;}
	.tableType-01.mb-hide {display: none !important;}
	.contents {overflow: hidden;max-width: 720px;padding:70px 0;}
	.form .label {font-size: 28px;}
	.form-control {height:70px;font-size: 28px;line-height: 68px;border-width: 2px;}
	.form-control option {font-size: 18px;}
	.cont-tit {font-size: 35px;}
	.cont-box {flex-wrap: wrap;}
	.cont-box .cont-label {width:100%; margin-bottom: 30px;}
	.cont-box .cont-label img {width: 100%;}
	.cont-box .cont {font-size: 28px;}
	.cont-box .cont p {font-size: 28px;word-break: break-all;}

	header {
		position: fixed;
	}
	header #gnb {
		display: none;
	}
	header .h-btn .h-search {
		height: 70px;
	}
	header .h-btn .h-search a {
		width: 70px;
		background-size: 24px 24px;
	}
	header .h-btn .h-search .on-search {
		height: 70px;
	}
	header .h-btn .h-search .on-search button {
		width: 70px;
		height: 70px;
	}
	header .h-btn .h-search a.on+.on-search {
		left: -340px;
	}
	header .h-btn .h-search a.on+.on-search input {
		width: 340px;
		font-size: 26px;
	}
	header .h-btn .h-allmenu a {
		width: 70px;
		height: 70px;
	}
	header .h-btn .h-allmenu a img {
		width: 30px;
	}
	header .h-btn .h-allmenu a.ham {
		background-image: url(/resource/images/menu.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: 30px auto;
	}
	header .h-btn .h-allmenu a.ham.on {
		background-image: url(/resource/images/h-search-close.png);
		background-size: 24px 24px;
	}
	header #gnb_menu {
		top: 128px;
	}
	header #gnb_menu .menu-wrap {
		display: block;
		width: 100%;
		max-width: 100%;
		height: 100%;
		padding:0;
		background-image: none;
		background-color: #fff;
	}
	header #gnb_menu .menu-wrap:before {
		position: absolute;
		top: 0;
		left: 0;
		width: 265px;
		height: 100%;
		background-color: rgb(15 62 135);
		content:'';
	}
	header #gnb_menu .menu-wrap>a {
		display: none;
	}
	header #gnb_menu .menu-wrap dl {
		position: relative;
		width: 100%;
		margin:0;
		z-index: 99;
	}
	header #gnb_menu .menu-wrap dl:after {
		display: block;
		clear: both;
		height: 0;
		content:'';
	}
	header #gnb_menu .menu-wrap dl dt {
		width: 266px;
		height: 128px;
		margin-bottom: 0;
		padding:0 0 0 20px;
		line-height: 128px;
		box-sizing: border-box;
		background-color: rgb(15 62 135);
	}
	header #gnb_menu .menu-wrap dl dt a {
		display: inline-block;
		width: 100%;
		font-size: 30px;
	}
	header #gnb_menu .menu-wrap dl dd {
		display: none;
		position: absolute;
		left: 266px;
		width: calc(100% - 265px);
		padding:20px 45px;
		box-sizing: border-box;
		background-color: #fff;
	}
	header #gnb_menu .menu-wrap dl dd a {
		display: block;
		color:#000;
		font-size: 28px;
		font-weight: normal;
		line-height: 1.4;
		letter-spacing: -2px;
		word-break: keep-all;
	}
	header #gnb_menu .menu-wrap dl dd:nth-of-type(1) {top: 10px;}
	header #gnb_menu .menu-wrap dl dd:nth-of-type(2) {top: 105px;}
	header #gnb_menu .menu-wrap dl dd:nth-of-type(3) {top: 200px;}
	header #gnb_menu .menu-wrap dl dd:nth-of-type(4) {top: 295px;}
	header #gnb_menu .menu-wrap dl dd:nth-of-type(5) {top: 390px;}

	header #gnb_menu .menu-wrap dl.on {
		z-index: 100;
	}
	header #gnb_menu .menu-wrap dl.on dt {
		position: relative;
		background-color: #fff;
	}
	header #gnb_menu .menu-wrap dl.on dt:after {
		position: absolute;
		top: 50%;
		right: 5px;
		width: 16px;
		height: 16px;
		margin-top: -14px;
		border-top:4px solid #0f3e87;
		border-right:4px solid #0f3e87;
		transform: rotate(45deg);
		content:'';
	}
	header #gnb_menu .menu-wrap dl.on dt a {
		color: rgb(15 62 135);
	}
	header #gnb_menu .menu-wrap dl.on dd {
		display: block;
	}

	footer .foot-list ul {
		justify-content: center;
	}
	footer .foot-list ul li a {
		font-size: 24px;
	}
	footer .info h2 {
		font-size: 24px;
		text-align: center;
	}
	footer .info p {
		font-size: 24px;
		text-align: center;
		word-break: keep-all;
	}


	#container {
		margin-top: 127px;	
	}
	#main-bnnr .swiper-container .text {
		padding:0 50px;
		box-sizing: border-box;
	}
	#main-bnnr .swiper-container .text p {
		font-size: 28px;
		letter-spacing: -1.4px;
	}
	#main-bnnr .swiper-container .text a {
		width: 206px;
		height: 69px;
		font-size: 25px;
		line-height: 69px;
		border-radius: 35px;
	}
	#main-bnnr .swiper-button-next,
	#main-bnnr .swiper-button-prev {
		display: none;
	}

	#section1 {
		background: linear-gradient(to bottom, #f2f4f5 0%, #f2f4f5 85%, #fff 85%, #fff 100%);
	}
	#section1 h2 {
		margin-bottom: 70px;
		font-size: 45px;
		letter-spacing: -3.3px;
	}
	#section1 h2>a {
		display: inline-block;
		position: relative;
		top: auto;
		margin-top: 35px;
		transform: translateY(0%);
	}
	#section1 h2>a img {
		height: 70px;
	}
	#section1 .gudok {
		width: 660px;
		padding: 60px 50px 110px;
	}
	#section1 .gudok h3 {
		font-size: 40px;
	}
	#section1 .gudok h3 img {
		margin-top: 12px;
	}
	#section1 .gudok>p {
		font-size: 25px;
	}
	#section1 .gudok>a {
		right: 25px;
	}
	#section1 .gudok-form .form {
		padding:0 0 20px;
	}
	#section1 .gudok-form .form + .form {
		margin-top: 40px;
	}
	#section1 .gudok-form .form p {
		margin-bottom: 25px;
		font-size: 28px;
	}
	#section1 .gudok-form .form input,
	#section1 .gudok-form .form input::placeholder,
	#section1 .gudok-form .form select {
		font-size: 26px;
	}
	#section1 .gudok-agree label {
		font-size: 25px;
	}
	#section1 .gudok-agree input {
		width: 24px;
		height: 24px;
	}
	#section1 .gudok>button {
		padding:25px 0;
		font-size: 26px;
	}
	.thumb-list {
		width: 85%;
		margin: 0 auto;
	}
	.thumb-list li {
		width: 100%;
		margin:0 0 120px;
	}
	.thumb-list li>p {
		width: 240px;
		font-size: 28px;
		height: 56px;
		border-radius: 28px;
	}
	.thumb-list li > a .text {
		width: 80%;
	}
	.thumb-list li > a .text p {
		font-size: 30px;
	}
	.thumb-list li > a .text p .new {
		width: 26px;
		height: 26px;
		margin-left: 10px;
		font-size: 20px;
		line-height: 26px;
	}
	.thumb-list li > a .text span {
		font-size: 25px;
	}
	.thumb-list li > a .more {
		width: 190px;
		height: 49px;
		color: #fff;
		font-size: 25px;
		line-height: 49px;
		text-indent: 50px;
		border-radius: 25px;
		background-color: #26a3f2;
		background-position: 15px 50%;
		background-size: 20px auto;
		background-image: url(/resource/images/more-hover.png);
	}
	.thumb-list li > a:hover .more {
		width: 190px;
		height: 49px;
		font-size: 25px;
		line-height: 49px;
		text-indent: 50px;
		background-size: 20px auto;
	}
	.thumb-list.ver2 {
		width: calc(100% + 30px);
		margin-left: -15px;
	}
	.thumb-list.ver2 li {
		width: calc(50% - 30px);
		margin: 0 15px 120px;
	}
	.thumb-list.ver2 li .text span {
		display: none;
	}
	/* .thumb-list.ver3 {
		width: 85%;
		margin:0 auto;
	}
	.thumb-list.ver3 li {
		padding:0;
		margin: 0 0 120px;
		border: none;
	}
	.thumb-list.ver3 li>a {
		flex-wrap: wrap;
		padding-bottom: 50px;
		box-shadow: 2.5px 9.5px 9px 0 rgb(0 0 0 / 8%);
	}
	.thumb-list.ver3 li>a .img {
		width: 88.5%;
		margin: 0 auto;
		transform: translateY(-25px);
	}
	.thumb-list.ver3 li>a .img:after {
		padding-top: 54.5%;
	}
	.thumb-list.ver3 li>a .img img {
		height: auto;
	}
	.thumb-list.ver3 li>a .text {
		width: 88.5%;
		margin: 0 auto;
	}
	.thumb-list.ver3 li>a .text p {
		margin-bottom: 0;
	}
	.thumb-list.ver3 li>a .text span:not(.new) {
		min-height: 62px;
		font-size: 26px;
	}
	.thumb-list.ver3 li>a .text .date {
		display: none;
	}
	.thumb-list.ver3 li>a .more {
		display: block;
	} */

	#section2 .inner {
		flex-wrap: wrap;
	}
	#section2 .inner .left {
		width: 100%;
	}
	#section2 .inner .right {
		width: 100%;
	}
	#section2 .tab {
		flex-wrap: wrap;
	}
	#section2 .tab li:nth-of-type(1),
	#section2 .tab li:nth-of-type(2) {
		width: 30%;
	}
	#section2 .tab li:nth-of-type(3) {
		width: 40%;
	}
	#section2 .tab li:nth-of-type(4) {
		width: 36%;
	}
	#section2 .tab li:nth-of-type(5) {
		width: 64%;
	}
	#section2 .tab li a {
		padding:25px 0;
		font-size: 25px;
		letter-spacing: -1.85px;
	}
	#section2 .panel {
		margin-bottom: 100px;
	}
	#section2 .panel .list p .title {
		width: 75%;
		font-size: 26px;
	}
	#section2 .panel .list p .date {
		width: 25%;
		font-size: 25px;
	}
	#section2 .inner .right img {
		width: 100%;
	}

	#section3 ul {
		flex-wrap: wrap;
	}
	#section3 ul li {
		width: 100%;
	}
	#section3 ul li + li {
		margin-top: 20px;
	}
	#section3 ul li a {
		display: block;
	}
	#section3 ul li a img {
		width: 100%;
	}

	#sub-bnnr h2 {
		font-size: 40px;
		transform: translateY(-50%);
	}
	#sub-bnnr img {
		transform: translateX(-60%);
	}
	#location {
		margin-top: 0;
		border-bottom: 1px solid #ddd;
		background-color: #f8f8f8;
	}
	#location .inner {
		padding:0 10px;
	}
	#location .caption {
		display: none;
	}
	#location .location-wrap {
		position: relative;
		bottom: auto;
		left: auto;
		border: none;
		background-color: transparent;
	}
	#location .location-wrap .home {
		border: none;
	}
	#location .location-wrap .home a {
		/* width: auto; */
		height: 110px;
		line-height: 110px;
	}
	#location .location-wrap .home a img {
		width: 32px;
	}
	#location .location-wrap [class*="depth-"] {
		width: auto !important;
		min-width: auto;
		border: none;
		background-image: none;
	}
	
	#location .location-wrap [class*="depth-"]:before {
		position: absolute;
		top: 50%;
		left: 8px;
		width: 20px;
		height: 10px;
		margin-top: -4px;
		background-size: cover;
		background-image: url(/resource/images/drop2.png);
		background-position: 0 0;
		background-repeat: no-repeat;
		transform: rotate(-90deg);
		transform-origin: center;
		content:'';
	}
	#location .location-wrap [class*="depth-"] p {
		padding: 0 15px 0 45px;
		font-size: 28px;
		height: 110px;
	}
	#location .location-wrap [class*="depth-"] dl {
		width: 320px;
		left: 25px;
	}
	#location .location-wrap [class*="depth-"] dl a {
		padding:25px 15px;
		font-size: 26px;
	}
	#location .location-wrap [class*="depth-"] dl dt:nth-of-type(odd) a,
	#location .location-wrap [class*="depth-"] dl dd:nth-of-type(odd) a {
		background-color: #fff;
	}
	#location .location-wrap [class*="depth-"] dl dt:nth-of-type(even) a,
	#location .location-wrap [class*="depth-"] dl dd:nth-of-type(even) a {
		background-color: #f8f8f8;
	}
	#location .location-wrap .depth-2 dl {
		width: 480px;
	}

	.introduce {
		position: relative;
		margin-top: 100px;
	}
	.introduce .text h3 {
		margin-bottom: 80px;
	}
	.introduce .text p {
		font-size: 28px;
		word-break: break-all;
	}
	.introduce .img {
		position: absolute;
		top: -100px;
		right: 0;
	}
	.introduce .img img {
		height: 300px;
	}
	.history h3 {
		margin-bottom: 30px;
		font-size: 35px;
	}
	.step li {
		padding:30px;
	}
	.step li .num {
		margin-right: 25px;
		font-size: 24px;
	}
	.map .address {
		position: relative;
		bottom: auto;
		width: 100%;
	}
	.map .address p {
		font-size: 28px;
	}
	.map .address span {
		font-size: 28px;
	}
	.map-load .subway {
		flex-wrap: wrap;
	}
	.map-load .subway li {
		width: 100%;
		margin-right: 0;
	}
	.map-load .subway li + li {
		margin-top: 20px;
	}
	.map-load .subway li img {
		height: 40px;
	}
	.map-load .bus li:after {
		background-color: #ccc;
	}
	#collaboCorp li {
		width: calc(100%/2);
	}
	#collaboCorp .name {
		font-size: 26px;
	}

	.sub-tit {
		font-size: 40px;
	}
	.sub-tit span {
		font-size: 30px;
	}
	.all-list li a {
		overflow: hidden;
		display: block;
		width: calc(100% - 150px);
		font-size: 28px;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.all-list li span {
		width: 140px;
		font-size: 26px;
	}
}