@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+KR:wght@100..900&display=swap');
@media (max-width:740px){html{font-size:3.7vw;}}
@media (min-width:741px) and (max-width:1199px){html{font-size:1.4vw;}}
@media (min-width:1200px) and (max-width:1399px){html{font-size:1.2vw;}}
@media (min-width:1400px) and (max-width:1499px){html{font-size:1.2vw;}}
@media (min-width:1500px) and (max-width:1599px){html{font-size:1.2vw;}}
@media (min-width:1600px) and (max-width:1699px){html{font-size:18px;}}
@media (min-width:1700px) and (max-width:1799px){html{font-size:18px;}}
@media (min-width:1800px){html{font-size:18px;}}
/*
font-family: 'Montserrat';
*/

:root{
	/* font size */
	--font-size-100:5.55rem;
	--font-size-60:3.34rem;
	--font-size-54:3rem;
	--font-size-50:2.77rem;
	--font-size-40:2.23rem;
	--font-size-36:2rem;
	--font-size-32:1.78rem;
	--font-size-30:1.6rem;
	--font-size-24:1.33rem;
	--font-size-22:1.2rem;
	--font-size-20:1.1rem;
	--font-size-18:1rem;
	--font-size-16:0.9rem;
}

[data_href]{
	cursor: pointer;
}

table{
	width:100%;
	padding:0;
	border-collapse:collapse;
}

table th{
	border-spacing:0px;
	border: 1px solid #ccc;
	text-align: center;
	padding: 0.5rem;
}

table td{
	border-spacing:0px;
	border: 1px solid #ccc;
	padding: 0.5rem;
}

.area-max{
	max-width: 1600px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.area-basic{
	max-width: 1400px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.area-sub{
	display: table;
	height:29.21rem;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	color:#fff;
	background-position: center;
	top:0;
	left: 0;
	position: relative;
}

.area-sub h2{
	font-size: var(--font-size-50);
	text-align: center;
	font-weight: 700;
	letter-spacing: -0.15rem;
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	display: block;
	line-height: 1.2em;
	text-shadow: 0px 4px 5px rgba(0, 0, 0, 0.4);
	font-family: 'Montserrat';
}

.area-sub h2 > span{
	display: block;
	text-align: center;
	font-size: 1.2rem;
	letter-spacing: 0;
	font-weight: 500;
	margin-top: 0rem;
	text-shadow: none;
}

.area-sub > .menu{
	position: absolute;
	bottom:0;
	background-color: rgba(14, 112, 221, 1);
	height:3.66rem ;
	display: table;
	width: 100%;
	z-index: 1;
}

.area-sub > .menu > ul{
	display: flex;
	align-items: center;
	height: 100%;
	margin: 0 auto;
}

.area-sub > .menu > ul > li{
	display: flex;
	align-items: center;
	border-right: 1px solid rgba(255, 255, 255, 0.2);
	position: relative;
	text-align: left;
	font-size: 1.1rem;
	padding-left: 1rem;
	height: 100%;
}

.area-sub > .menu > ul > li h3{
	font-size: 1.1rem;
	font-weight: 500;
	letter-spacing: -2%;
}

.area-sub > .menu > ul > li h4{
	font-size: 1.1rem;
	font-weight: 500;
	letter-spacing: -2%;
}

.area-sub > .menu > ul > li:after{
	content: '\e313';
	font-family: 'Material';
	position: absolute;
	top:50%;
	transform: translateY(-50%);
	right:5%;
}

.area-sub > .menu > ul > li.none:after{
	content: none;
}



.area-sub > .menu > ul > li:hover:after{
	content: '\e316';
}

.area-sub > .menu > ul > li:nth-child(1){
	width: 4.45rem;
	border-left: 1px solid rgba(255, 255, 255, 0.2);
	padding-left: 0;
	justify-content: center;
	cursor: pointer;
}

.area-sub > .menu > ul > li:nth-child(1):after{
	content: none;
}

.area-sub > .menu > ul > li:nth-child(2){
	width: 22.23rem;
	cursor: pointer;
}

.area-sub > .menu > ul > li:nth-child(3){
	width: 22.23rem;
	cursor: pointer;
}

.area-sub > .menu > ul > li > ul{
	display: block;
	position: absolute;
	left:0;
	top:3.66rem;
	background: #fff;
	color:#222222;
	width: 100%;
	height:0;
	overflow: hidden;
	transition: height 0.7s;
	z-index: 9;
	border-radius: 0 0 0.5rem 0.5rem;
	font-weight: 500;
	border:1px solid #ccc;
	border-top:none;
}


.area-sub > .menu > ul > li:hover > ul{
	height: 14.5rem;
	
}

.area-sub > .menu > ul > li > ul > li{
	display: block;
	padding:1rem 1rem;
}

.area-sub > .menu > ul > li > ul > li a{
	width: 100%;
	height: 100%;
	display: block;
}

.area-sub > .menu > ul > li > ul > li:hover{
	background: #e8f1ff;
}

.content{
	display: flex;
	flex-direction: column;
}

.content .section{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	margin-left: auto;
	margin-right:auto ;
	width: 100%;
	padding: 4rem 0;
}

.content .section#section_1{
	row-gap: 3rem;
	padding-top: 0;
}

.content #section_1 h3{
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-size: var(--font-size-54);
	line-height: 1.5em;
	text-align: center;
	color: #111111;
	margin-top: 6.11rem;
}

.content #section_1 h4{
	font-weight: 700;
	font-size: var(--font-size-36);
	line-height: 1.5em;
	text-align: center;
	color: #222222;
}

.content #section_1 h4 span{
	color: #1276F0;
}

.content .section h5{
	font-style: normal;
	font-weight: 700;
	font-size: var(--font-size-30);
	line-height: 1.5em;
	color: #222222;
	margin-right: auto;
}

/* usr list- */

.usr-list{
	display: flex;	
	flex-direction: row;
	align-items: stretch;
	justify-content: flex-start;
	width: 100%;
	flex-wrap: wrap;
}

.usr-list.n3{
	column-gap: 2%;
}

.usr-list.n3 > li{
	flex-basis:32%;
	text-align: center;
	border: 1px solid #CCCCCC;
	margin-bottom: 2%;
	border-radius: 1.1rem;
}

.usr-list.n2{
	column-gap: 2%;
}

.usr-list.n2 > li{
	flex-basis:49%;
	text-align: center;
	margin-bottom: 2%;
	border-radius: 0.6rem;
}

.usr-list-dot{
	display: flex;
	flex-direction: column;
	row-gap: 0.7rem;
	width: 100%;
	align-items: flex-start;
}

.usr-list-dot > li{
	flex-basis: 100%;
	padding-left: 1rem;
	position:relative;
}

.usr-list-dot > li:before{
	content: '';
	display: inline-block;
	width: 5px;
	height: 5px;
	background-color: #333;
	position: absolute;
	left: 0;
	top: 0.6em;
	border-radius: 50%;
}


.usr-gallery{
	display: flex;	
	flex-direction: row;
	align-items: stretch;
	justify-content: flex-start;
	width: 100%;
	flex-wrap: wrap;
}

.usr-gallery.n4{
	column-gap: 2%;
}

.usr-gallery.n4 > li{
	flex-basis:23.5%;
	text-align: center;
	aspect-ratio: 1 / 1.4;
	overflow: hidden;
	margin-bottom: 3%;
}

.usr-gallery.n3{
	column-gap: 2%;
}

.usr-gallery.n3 > li{
	flex-basis:32%;
	text-align: center;
	overflow: hidden;
	margin-bottom: 2%;
}



.usr-row{
	display: flex;
	flex-direction: row;
	width: 100%;
}

.usr-col{
	display: flex;
	flex-direction: column;
	width: 100%;
}

.usr-map{
	display: table;
	width: 100%;
	aspect-ratio: 1 / 0.4;
}

.usr-tabs{
	display: flex;
	flex-direction: row;
	width: 100%;
	column-gap: 1rem;
}

.usr-tabs > li{
	flex: 1 1 0;
	font-weight: 700;
	font-size: var(--font-size-24);
	line-height: 1.5em;
	text-align: center;
	color: #C8C8C8;
	border-bottom: 3px solid #C8C8C8;
	padding-bottom: 0.5rem;
}

.usr-tabs > li.on{
	color: #222222;
	border-bottom: 3px solid #222222;
}

.usr-more{
	width: 100%;
	padding:1rem;
	font-style: normal;
	font-weight: 400;
	font-size: var(--font-size-24);
	line-height: 1.5em;
	text-align: center;
	color: #333333;
	border:1px solid #ccc;
}

.usr-btn{
	background: #0B58BD;
	border-radius: 1.1rem;
	background-color: #0B58BD;
	color: #fff;
	font-weight: 600;
	font-size: var(--font-size-24);
	text-align: center;
	width: 13.89rem;
	padding: 1rem 0;
}


footer{
	background-color: #1F2836;
	color: #fff;
	padding: 1rem 0;
}

footer .area-basic{
	display: flex;
	flex-direction: column;
	width: 100%;
	row-gap: 1rem;
	align-items: flex-start;
	justify-content: center;
}

footer .area-basic > *:nth-child(1){
	display: flex;
	flex-direction: row;
	column-gap: 1rem;
	font-style: normal;
	font-weight: 400;
	font-size: var(--font-size-16);
	color: #8EB8F9;
}

footer .area-basic > *:nth-child(1){
	display: flex;
	flex-direction: row;
	column-gap: 1rem;
}

footer .area-basic > *:nth-child(1) > *:nth-child(1):after{
	content:'';
	display: inline-block;
	width: 1px;
	height: 100%;
	background-color: #364051;
	vertical-align: middle;
	margin-left: 1rem;
}

footer .area-basic > *:nth-child(1) > *:nth-child(2){
	color: #fff;
}


footer .area-basic > *:nth-child(2){
	max-width: 8rem;
}

footer .area-basic > *:nth-child(3){
	display: flex;
	flex-direction: row;
	row-gap: 1rem;
	width: 100%;
	flex-wrap: wrap-reverse;
}

footer .area-basic > *:nth-child(3) > *:nth-child(1){
	flex: 3 1 30rem;
	font-weight: 400;
	font-size: var(--font-size-16);
	color: #EAEAEA;
}

footer .area-basic > *:nth-child(3) > *:nth-child(1) > *:nth-child(3){
	flex: 3 1 30rem;
	font-weight: 400;
	font-size: var(--font-size-16);
	color: #EAEAEA;
	margin-top: 1rem;
}

footer .area-basic > *:nth-child(3) > *:nth-child(2){
	flex: 1 1 15rem;
	display: flex;
	flex-direction: row;
	column-gap: 0.5rem;
}

footer .area-basic > *:nth-child(3) > *:nth-child(2) img{
	height: 3.89rem;
}

footer .area-basic > *:nth-child(3) > *:nth-child(2) p {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-size: var(--font-size-36);
	color: #0B58BD;
}

footer .area-basic > *:nth-child(3) > *:nth-child(2) p dfn{
	font-style: normal;
	font-weight: 700;
	font-size: var(--font-size-20);
	color: #EAEAEA;
	display: block;
	margin-bottom: 0.5rem;
	align-items: center;
}


.select2{
	display: inline-block;
	font-size: var(--font-size-1);
	color: #333;
	overflow: hidden;
	outline: none;
	padding-left: 0.5rem;
	padding-right: 1rem;
	height: 2.2rem;
	border: 1px solid #e2e2e2;
	min-width: 6rem;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #fbfbfb;
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E');
	background-repeat: no-repeat;
	background-position: right .7em top 50%;
	background-size: .65em auto;
}

.popup-layer.docu-view{
	max-width: 1000px;
	height: 95vh;
	border-radius: 2rem;
	display: none;
}

.popup-layer.docu-view .popup-header{
	padding: 2rem;
	padding-bottom: 0rem;
}

.popup-header .popup-close {
	top: 1rem;
	right: 1rem;
	font-size: 2rem;
}


.popup-layer.docu-view .popup-header h3{
	font-size: var(--font-size-36);
	text-align: center;
}
.popup-layer.docu-view .popup-cont{
	margin-top:2rem;
	height: 80vh;
	display: flex;
	overflow: auto;
	flex-direction: column;
	row-gap: 1rem;
	border: 1px solid #ccc;
	padding: 1rem;
}

