@charset "utf-8";

/* Layout CSS */

/* SKIP */
#skip a {
	position: absolute;
	left: -9999px;
}

/* ROOT */
#root {
	position: relative;
	width: 100%;
}

/* Content Layout */
.layout {
	max-width: 1200px;
	margin: 0 auto;
}

/* Header */
#header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	background: #fff;
	border-bottom: 1px solid #ddd;	
	z-index: 500;
}

#header .header_wrap {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.header_logo a{
	display: inline-block;
	padding: 2rem 0;
}

.header_logo img{
	width: 19rem;
}

/* navi */
#lnb {
	position: relative;
	width: 100%;
	max-width: 70rem;
	height: auto;
}

#lnb .btn_all_lnb {
	display: none;
	width: 35px;
}

#lnb .btn_all_lnb img {
	width: 100%
}

#lnb .lnb_wrap {
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
	display: block;
}

#lnb .lnb_wrap .lnb_d1 {
	position: relative;
	border-right: 1px solid #eee
}

#lnb .lnb_wrap .lnb_d1 li {
	float: left;
	position: relative;
	width: 14.285%;
	border-left: 1px solid #f1f1f1;
}

#lnb .lnb_wrap .lnb_d1 li a {
	display: block;
	position: relative;
	font-size: 1.067em;
	line-height: 50px;
	color: #333;
	letter-spacing: -0.01em;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-ms-transition: all 0.3s;
}

#lnb .lnb_wrap .lnb_d1>li>a:after {
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 7px;
	background: #ffc32a;
	content: "";
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-ms-transition: all 0.3s;
}

#lnb .lnb_wrap .lnb_d1>li>a:hover {
	color: #ffc32a;
}

#lnb .lnb_wrap .lnb_d1>li:hover>a:after {
	width: 100%;
}

#lnb .lnb_wrap .lnb_d1_on>li:hover>a {
	color: #ffc32a;
}

#lnb .lnb_wrap .lnb_d2 {
	display: none;
	position: absolute;
	top: 50px;
	left: 0;
	width: 100%;
	min-height: 120px;
	padding: 15px 0;
	z-index: 99999;
}

#lnb .lnb_wrap .lnb_d2 li {
	float: none;
	display: block;
	width: 100%;
	padding: 0;
	border: 0 none;
}

#lnb .lnb_wrap .lnb_d2 li a {
	width: 100%;
	padding: 0 10px;
	font-size: 0.867em;
	line-height: 40px;
	font-weight: 600;
	color: #333;
	text-align: center;
}

#lnb .lnb_wrap .lnb_d2 li a:hover {
	color: #b8880f;
}

#lnb .lnb_wrap .lnb_d3 {
	display: none;
}

#lnb .navi_none {
	display: none !important;
}

.bg_navi {
	display: none;
	position: absolute;
	top: 50px;
	width: 100%;
	height: 150px;
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #333;
	background: #fff;
	z-index: 9999;
}

.NAV {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-around;
	align-items: center;
}

.NAV>li {
	flex: 1;
	position: relative;
}

.NAV a {
	display: block;
}

.NAV>li>a {
	font-family: 'Pretendard-Medium';
	padding: 2rem 0;
	/* color: #222; */
	position: relative;
	transition: .3s;
}

.NAV>li>a::after{
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 3px;
	background: #c6ff29;
	transition: .3s;
}

.NAV .sNAV {
	display: none;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	font-size: 0.9em;
	width: 100%;
	background: #25232d;
	position: absolute;
	border-radius: 0 0 10px 10px;
	overflow: hidden;
}

.NAV .sNAV li {
	width: 100%;
}

.NAV .sNAV a {
	padding: 10px;
	color: #fff;
}

.NAV .None {
	display: none !important;
} /* 숨김속성 */

/* Depth3 */
.NAV .depth2 {
	position: relative;
}

.NAV .depth2 .sNAV {
	left: 100%;
	top: 0;
}

/* body */
#container {
	position: relative;
	margin-top: 68px;
}

/* sub location*/
#sub_loca {
	width: 100%;
	border-bottom: 1px solid #ddd
}

#sub_loca .loca_wrap {
	width: 100%;
	margin: 0 auto;
	border-left: 1px solid #eee;
}

#sub_loca .loca_wrap li {
	float: left;
	position: relative;
	background: url(/img/common/acco_arr.png) no-repeat 95% 50%;
	background-size: auto 7px;
	border-right: 1px solid #eee;
	font-size: 1.6rem;
}

#sub_loca .loca_wrap li a {
	display: block;
	padding: 1.5rem;
}

#sub_loca .loca_wrap li a br{
	display: none;
}

#sub_loca .loca_wrap li.home {
	background: 0 none;
}

#sub_loca .loca_wrap li.home img {
	height: 20px
}

#sub_loca .loca_wrap li.depth01 {
	width: 300px;
}

#sub_loca .loca_wrap li.depth02 {
	width: 300px;
}

#sub_loca .loca_wrap li .loca_list {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background: #fff;
	z-index: 100;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.05);
}

#sub_loca .loca_wrap li .loca_list a {
	display: block;
	padding: 12px 15px;
	border-top: 1px solid #eee;
	font-size: 0.882em;
}

#sub_loca .loca_wrap li .loca_list a.on {
	color: #0046ff;
}

#sub_loca .loca_wrap li .loca_list a:hover {
	background: #f9f9f9;
}

/* sub layout -------------------------------------------------------------------------------------------------------------------------------------*/

/* sub visual */

#sub_visual{
	background: url(/img/2025/sub/smv_bg_new.jpg) 45% center no-repeat;
}

#sub_visual h2 {
	font-family: 'Pretendard-Bold';
	text-align: center;
	font-size: 3.6rem;
	text-transform: uppercase;
	padding: 5rem 0;
	color: #222;
}

#sub_visual h2 br{
	display: none;
}

/* sub navi*/
#sub_wrap {
	width: 100%;
	height: auto;
	padding-top: 162px;
	background: url(/img/Demo/common/sub_tit_bg.gif) no-repeat 50% 0;
}

#sub_wrap .sub_title {
	max-width: 1200px;
	width: 98%;
	height: 100px;
	margin: 0 auto;
	font-size: 2.308em;
	line-height: 1em;
	font-weight: 700;
	color: #224669;
}


/* body_title */
.sub h3 {
	font-family: 'Pretendard-Bold';
	font-size: 3.2rem;
	margin: 30px 0 10px;
	position: relative;
}

.sub h4 {
	font-family: 'Pretendard-Medium';
	font-size: 2.6rem;
	position: relative;
	margin: 30px 0 15px;
	padding-top: 10px;
}

.sub h4:first-of-type {
	margin: 25px 0 15px
}

.sub h4::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 2px;
	background: #222;
}

.sub h5 {
	font-family: 'Pretendard-Medium';
	font-size: 2.2rem;
	position: relative;
	margin: 20px 0 10px;
	padding-left: 15px;
}

.sub h5::before {
	content: "";
	position: absolute;
	top: 11px;
	left: 0;
	width: 10px;
	height: 10px;
	margin-right: 7px;
	background: #154197;
	border-radius: 5px 0;
}

.sub h5:first-of-type {
	margin: 15px 0 10px
}

/* body*/
.sub_cont_wrap{
	padding-bottom: 15rem;
	min-height: 50rem;
}

#body_wrap {
	width: 100%;
	height: auto;
	margin: 0 auto;
}

#body_wrap .body_title_wrap {
	position: relative;
	width: 100%;
}

#body_wrap .body_title_wrap .body_title {
	padding: 20px 0 10px;
	border-bottom: 1px solid #ddd;
	font-size: 1.538em;
	line-height: 1.4em;
}

#body_wrap .body_title_wrap .location {
	position: absolute;
	top: 30px;
	right: 0px;
	font-size: 0.85em;
	color: #888;
	line-height: 20px;
}

#body_wrap .body_title_wrap .location .home {
	display: inline-block;
	width: 12px;
	height: 20px;
	background: url(/img/common/loca_home.png) no-repeat 0 5px;
	background-size: 12px auto;
	text-indent: -9999px;
	vertical-align: top
}

#body_wrap .body_title_wrap .location span {
	display: inline-block;
	width: auto;
	padding-left: 17px;
	background: url(/img/common/loca_arr.png) no-repeat 8px 7px;
	background-size: auto 8px;
	vertical-align: top
}

#body_wrap .body_content {
	padding: 5rem 0;
}

#top_arr {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 30px;
	width: 50px;
	height: 50px;
	background: rgba(0, 0, 0, 0.6) url(/img/common/top_arr.png) no-repeat
		50% 50%;
	background-size: 20px auto;
	text-indent: -9999px;
	z-index: 99999;
}

/* footer layout -------------------------------------------------------------------------------------------------------------------------------------*/
#footer {
	width: 100%;
	padding: 4.5rem 0;
	background: #101010;
	font-size: 1.6rem;
	color: #fff;
}

#footer .layout{
	display: flex;
	justify-content: space-between;
}

#footer h2{
	font-family: 'Pretendard-Bold';
	font-size: 2rem;
	text-transform: uppercase;
	margin-bottom: 2rem;
}

#footer address li{
	display: flex;
	gap: 4rem;
	margin-bottom: 1rem;
}

#footer address li:last-child{
	margin-bottom: 0;
}

#footer .tit{
	width: 15rem;
	color: #aaa;
}

#footer .info{
	width: calc(100% - 15rem);
}

.ft_right{
	text-align: right;
}

.ft_right a{
	font-family: 'Pretendard-Bold';
	font-size: 4.8rem;
	line-height: 1;
}

.ft_right .time,
.ft_right .copy{
	color: #aaa;
}

.ft_right .time{
	margin: 1rem 0 5.5rem;
}

.ft_right .copy{
	text-transform: uppercase;
}

#footer .madeby {
	position: absolute;
	top: 0;
	left: -99999px;
}

/* ----------------------------------------- Media Query ----------------------------------------- */

@media only screen and (min-width: 1024px) {
	
	.NAV>li:hover>a{
		background: #0046ff;
		color: #fff;
	}
	.NAV>li:hover>a::after{
		width: 100%;
	}
	
	.NAV .sNAV a:hover {
		background: #c6ff29;
		color: #222;
	}
	
}

@media only screen and (max-width : 1300px) {
	
	#container{
		margin-top: 60px;
	}
}

@media only screen and (max-width : 1240px) {
	/* Content Layout */
	.layout {
		padding: 0 10px;
		box-sizing: border-box;
	}

	/* Header */
	#lnb .lnb_wrap .lnb_d1 li a {
		font-size: 1em;
	}
}

@media only screen and (max-width : 1110px) {
	/* Header */
	#lnb .lnb_wrap {
		display: block;
	}
	.NAV {
		flex-direction: row;
	}

	/* Sub */
	#sub_wrap .snb, #sub_wrap .snb .snb_wrap li {
		width: 25%
	}
}

@media only screen and (max-width : 1024px) {
	/* Header */
	#header.lnb_mobile {
		width: 100%; /*height:1500px;*/ /*background:none;*/
		z-index: 6000 !important;
	}
	#header .header_wrap {
		padding: 15px 0;
		display: initial;
	}
	
	.header_logo a{
		display: flex;
		width: fit-content;
		padding: 2rem 1rem;
	}
	
	.header_logo img{
		width: 14rem;
	}
	
	#header .gnb {
		display: none;
	}
	#lnb {
		max-width: 100%;
		width: 100%;
		clear: both;
		border: 0 none;
	}
	#lnb .btn_all_lnb {
		display: block;
		position: absolute;
		top: -38px;
		right: 15px;
		width: 31px;
		height: 28px;
		text-indent: -9999px;
		z-index: 5000;
		transition: all 0.3s
	}
	#lnb .btn_all_lnb span {
		display: block;
		position: absolute;
		top: 12px;
		left: 0;
		width: 100%;
		height: 1px;
		margin-top: -1px;
		background: #222;
		z-index: 5000;
		transition: .3s;
	}
	#lnb .btn_all_lnb span.top {
		top: 0;
		left: 0;
	}
	#lnb .btn_all_lnb span.bot {
		top: 24px;
		left: 0;
	}
	#header.lnb_mobile #lnb .btn_all_lnb span {
		color: #fff
	}
	#header.lnb_mobile #lnb .btn_all_lnb span.midd {
		opacity: 0;
	}
	#header.lnb_mobile #lnb .btn_all_lnb span.top {
		transform: rotate(45deg) translate(13px, 4px);
	}
	#header.lnb_mobile #lnb .btn_all_lnb span.bot {
		transform: rotate(-45deg) translate(13px, -4px);
	}
	#lnb .lnb_wrap {
		position: absolute;
		left: -280px;
		width: 280px;
		height: 100vh;
		padding: 3rem 2rem;
		background: #fff;
		border-top: 1px solid #eee;
		margin: 0;
		z-index: 99999;
		transition: .5s;
	}
	#lnb .lnb_wrap.open {
		left: 0;
	}
	#lnb .lnb_wrap .lnb_d1 li {
		float: none;
		width: 96%;
		margin: 0 auto;
		padding: 0 10px;
		border: 0 none;
		text-align: left
	}
	#lnb .lnb_wrap .lnb_d1 li a {
		display: inline-block;
		position: relative;
		padding: 0 5px;
		line-height: 50px
	}
	#lnb .lnb_wrap .lnb_d1>li:hover>a {
		color: #333;
	}
	#lnb .lnb_wrap .lnb_d1>li:hover>a:before {
		display: block;
		position: absolute;
		top: 23px;
		left: 0;
		width: 100%;
		height: 6px;
		background: #ffdc84;
		z-index: -1;
		content: ""
	}
	#lnb .lnb_wrap .lnb_d1>li>a:after {
		display: none;
	}
	#lnb .lnb_wrap .lnb_d2 {
		position: relative;
		top: 0;
		left: 0;
	}
	#lnb .lnb_wrap .lnb_d2 li {
		padding: 0;
	}
	#lnb .lnb_wrap .lnb_d2 li a {
		padding-left: 30px;
		border-left: 4px solid #96bde6;
		line-height: 40px;
		font-weight: 400;
		color: #6ca0cf;
		text-align: left
	}
	#lnb .bg_navi {
		display: block;
		top: 0;
		width: 100%;
		height: 100vh;
		background: rgba(0, 0, 0, 0.7);
		border: none;
		opacity: 0;
		visibility: hidden;
		transition: .5s;
	}
	#lnb .bg_navi.open {
		opacity: 1;
		visibility: visible;
	}

	.NAV {
		flex-direction: column;
	}
	
	.NAV>li {
		width: 100%;
		text-align: left;
	}
	
	.NAV > li::after{
		content: '';
		width: 20px;
		height: 8px;
		background: url(/img/2025/common/gnb_arrow.png?250205) 0 0 no-repeat;
		background-size: 100%;
		position: absolute;
		right: 0;
		top: 20px;
		opacity: .2;
		z-index: -1;
		transition: .5s;
	}
	
	.NAV > li.lnb_d1_on::after{
		transform: rotate(-180deg);
		opacity: 1;
	}
	
	.NAV > li > a{
		color: #222;
		padding: 1rem 0;
	}
	
	.NAV .sNAV {
		border: none;
		background: #f9f9f9;
		position: relative;
		padding: 10px;
	}
	
	.NAV .sNAV a{
		padding: 5px;
		color: #222;
	}
	
	.NAV .depth2 .sNAV {
		left: 0;
	}
	
	.NAV li:hover>.sNAV {
		display: none;
		position: initial;
	}
	
	/* Footer */
	.ft_right a{
		font-size: 4.2rem;
	}

	/* body */
	#container {
		margin-top: 53px;
	}
	
	#sub_visual h2{
		font-size: 3.2rem;
		padding: 4rem 0;
	}

	.sub h3{
		font-size: 2.8rem;
	}
	
}


@media only screen and (max-width : 860px) {
	/* Footer */
	#footer{
		padding: 3rem 0;
	}
	
	#footer .layout{
		flex-direction: column;
		gap: 3rem;
	}
	
	.ft_right{
		text-align: left;
	}
	
	.ft_right a{
		font-size: 3.6rem;
	}
	
	.ft_right .time{
		margin: 1rem 0 4rem;
	}
	
	.ft_right .copy{
		text-align: center;
	}
}

@media only screen and (max-width : 768px) {

	/* Sub */
	#sub_visual{
		background-position-x: 60%;
	}

	#sub_loca .loca_wrap{
		border-left: none;
	}
	
	#sub_loca .loca_wrap li,
	#sub_loca .loca_wrap li.depth01,
	#sub_loca .loca_wrap li.depth02
		{
		width: 50%;
	}
	#sub_loca .loca_wrap li.depth02 {
		border-right: none;
	}

	.sub h3{
		font-size: 2.6rem;
	}
}

@media only screen and (max-width : 640px) {
	#footer h2{
		font-size: 1.8rem;
	}
	
	.ft_right a{
		font-size: 3.2rem;
	}
}

@media only screen and (max-width : 560px) {

	.ft_right a{
		display: inline-block;
		font-size: 2.8rem;
		margin-bottom: 1rem;
	}
	
	.ft_right .time{
		margin-top: 0;
	}

	/* Sub */
	#sub_visual{
		background-position-x: 65%;
	}
	
	#sub_visual h2{
		font-size: 2.8rem;
		padding: 3rem 0;
	}
	
}