@charset "utf-8";

/*==================
Sub title
==================*/
.parallax {
	position:relative;
	margin-top: 100px;
	background-image:url('../img/sub/parallax_sc_bg_n.jpg');
	background-position:center;
	background-size:cover; 
	height: 270px;
}
.parallax .row { position: relative; display: flex; flex-direction: column; align-items: center; justify-content: flex-end; max-width:1340px; height: 100%;}
.parallax p {
	font-size: 2rem;
	text-align: center;
	color: rgba(255, 255, 255, 0.47);

}
.parallax h2 { font-size: 4.5rem; text-align: center; margin-bottom: 45px; color: #fff; font-family:'Noto Sans CJK KR'; font-weight: 500; line-height: 1.3;}

.parallax .row .page__route { align-self: flex-end; display:flex; align-items: center; margin-bottom: 20px}
.parallax .row .page__route li { position:relative;	margin-left: 30px; font-size: 1.7rem; color: #fff; font-family:'Noto Sans CJK KR'; font-weight: 400;}
.parallax .row .page__route li::before {
	content:'';
	display:block;
	position:absolute;
	left: -16px;
	top: 50%;
	transform:translateY(-35%);
	width: 7px;
	height: 12px;
	background:url('../img/sub/parallax_route_arrow_2024.png') center /contain no-repeat;
}
.parallax .row .page__route li:first-child { margin-left: 0}
.parallax .row .page__route li:first-child::before { content: none}
.parallax .row .page__route li:first-child a { display: block; font-size: 0; margin-top: 1px}

@media (max-width: 991px){
	.parallax {
		height: 200px;
		margin-top: 60px;
		background-image: url("../img/m/m_parallax_sc_bg_n.jpg");
	}

	.parallax .row { justify-content: center}
	
	.parallax h2 { font-size: 2.8rem; margin-bottom: 5px;}
	
	.parallax .row .page__route { flex-wrap: wrap; align-self: center; justify-content: center; margin-bottom: 0}
	.parallax .row .page__route li { font-size: 1.2rem; margin-left: 15px;}
	.parallax .row .page__route li::before { left: -9px; width: 6px; height: 9px; transform:translateY(-50%);}
	.parallax .row .page__route li:first-child img { width: 10px}	
}


/*==================
Container
==================*/

.container {
	padding: 60px 0 30px;
}

.container .row {
	display:flex;
	justify-content:space-between;
	max-width:1340px;
	padding: 0;
}


/*==================
Side nav
==================*/

.side__nav {
	width: 260px;
}

/*.side__nav .title__ {
	display:flex;
	justify-content:center;
	align-items:center;
	width: 100%;
	height: 100px;
	background-color:#014099;
	color:#fff;
	border-radius:5px;
	margin-bottom: 10px;
	font-size:3rem;
}*/

/*
.side__nav .nav__list {
	background-color:#f6f6f6;
	border-radius:5px;
}

.side__nav .nav__list li {
	padding: 15px 25px;
	border-bottom:1px solid #e1e1e1;
}

.side__nav .nav__list li:last-child {
	border:none;
}

.side__nav .nav__list li a {
	font-size:2rem;
	line-height:140%;
	transition-duration: 400ms;
}

.side__nav .nav__list li a:hover,
.side__nav .nav__list li a.active {
	font-family:'NotoSansKR-bold';
	color:#014099;
}
*/

/*.side__nav .nav__list { font-size: 16px}
.side__nav .nav__list > li { position: relative;}
.side__nav .nav__list > li > a { position: relative; display: block; font-size: 24px; color: #666; border-bottom: 3px solid #999; padding: 10px 30px 10px 0}
.side__nav .nav__list > li > a::after { content: ""; position: absolute; right: 0; top: 50%; width: 24px; height: 24px; transform: translateY(-50%); background:url('../img/sub/icon_arr_snb.svg') center /contain no-repeat;}

.side__nav .nav__list > li.active > a { font-family:'NotoSansKR-bold'; color: #014099; border-bottom-color: #014099}
.side__nav .nav__list > li.active > a::after { background-image:url('../img/sub/icon_arr_snb_active.svg')}
.side__nav .nav__list > li + li { margin-top: 10px}
.side__nav .nav__list .depth2 { display: none; position: relative; }*/

.side__nav .nav__list { font-size: 16px}
.side__nav .nav__list > li { position: relative;}
.side__nav .nav__list > li > a {
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	height: 60px;
	padding-left: 30px;
	background: #fff;
	color: #292929;
	border: 1px solid #d9d9d9;
	font-size: 2.1rem;
	transition: 0.3s;
	font-family: 'Noto Sans CJK KR';
	font-weight: 400;
}

.side__nav .nav__list > li > a::after {
	content: "";
	position: absolute;
	right: 20px;
	top: 50%;
	width: 20px;
	height: 20px;
	transform: translateY(-50%);
	background: url('../img/sub/icon_arr_snb_2025.png') center /contain no-repeat;
	z-index: 1;
	opacity: 0.5;
	transition: 0.3s
}


.side__nav .nav__list > li.active > a {
	font-weight: 500;
	color: #fff;
	background: #001740;
	font-family: 'Noto Sans CJK KR';
}
.side__nav .nav__list > li.active > a::after { opacity: 1;  background:url('../img/sub/icon_arr_snb_active_n.png');}
.side__nav .nav__list > li + li { margin-top: 10px}
.side__nav .nav__list .depth2 {
	display: none;
	position: relative;
	background-color: #f1f3f6;
}

.side__nav .nav__list .depth2 ul li { position: relative; border-bottom: 1px solid #e1e1e1;}
.side__nav .nav__list .depth2 ul li:last-child { border-bottom: 0}
.side__nav .nav__list .depth2 ul li a { display: block; font-size: 1.9rem; line-height: 140%; transition-duration: 400ms; padding: 20px 25px; font-family:'Noto Sans CJK KR'; font-weight: 400; letter-spacing: -0.1rem;}
.side__nav .nav__list .depth2 ul li a:hover, .side__nav .nav__list .depth2 ul li.on a { font-family:'Noto Sans CJK KR'; font-weight: 500; color: #001740;}

.header.w {
	border-bottom: none;
}

.container .content__ {
	width: calc(100% - 310px);
	padding-top: 5px;
}

@media (max-width: 991px){
	.side__nav { display: none}
	.container {padding-top: 30px;}
	.container .content__ { width: 100%; padding-top: 0}
	.container .row {
		padding: 0 20px;
	}
}

.container .content__ .not__find {
	width: 100%;
	display:flex;
	justify-content:center;
	align-items:center;
	min-height:500px;
	font-size:3rem;
}

.container .content__ > .title {
	position:relative;
	padding-bottom: 40px;
	border-bottom:1px solid #e5e5e5;
}

.container .content__ > .title h3 {
	
	display:flex;
	align-items:center;
	margin-bottom: 20px;
}

.container .content__ > .title h3 strong {
	font-size:3.2rem;
}

.container .content__ > .title h3 span {
	font-family:'NotoSansKR-Light';
	color:#fff;
	margin-right: 10px;
	background-color:#292929;
	display:flex;
	justify-content:center;
	align-items:center;
	width: 40px;
	height: 40px;
	border-radius:5px;
	font-size:2.5rem;
	font-family:'Montserrat-Regular';
}

.container .content__ > .title h4 {
	font-family:'NotoSansKR-Regular';
	color:#696969;
	font-size:1.8rem;
}

.container .content__ > .title > .obj {
	position:absolute;
	right: 0;
	bottom: -25px;
}
.parallax p {
	font-size: 1.4rem;
}
/* .parallax p {
	position:absolute;
	left: 50%;
	top: 50%;
	transform:translate(-50%, -50%);
	animation: sub-text 1.5s ease-in-out both;
}

@keyframes sub-text {
	0% {
		clip:rect(0,188px,122px,188px);
	}

	100% {
		clip:rect(0,376px,122px,0);
	}
} */



.sub_f {
	margin-top: 30px;
	font-size: 12px;
	color: #858585;
	text-align: left;
}

.sub_f dl {
	margin-bottom: 3px;
	display:flex;
}

.sub_f dt {
	padding-right: 10px;
}

.sub_f dd {
	
}

