@charset "utf-8";
/* 네비 */
div#content_wrap{position: relative;width: 100%;height: auto;margin: 0 auto;clear: both;}
div#content_wrap:after {display: block;content:'';clear: both;}
@media (max-width: 768px){
	div#content_wrap{padding-bottom: 2rem;}
}
/* sub_visual */
#sub_visual {
	position:relative;
	width:100%;
	height: 300px;
	margin: 0 auto;
	overflow:hidden;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
#sub_visual::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	animation: sub_visual 4s forwards;
	z-index:-1;
}
@keyframes sub_visual{
	0%{transform:scale(1.2); filter: blur(8px);}	
 	100%{transform:scale(1); filter: blur(0px);}
}
	#sub_visual h2{
		font-size: 2.75rem;font-weight: 700;
		color: #FFF;
		animation: slogan_up 2s ease;
	}
	@keyframes slogan_up {
	  0% {opacity: 0; filter: blur(4px);transform:translateY(10rem);}
	  100% {opacity: 1; filter: blur(0px);transform:translateY(0);}
	}
	@media (max-width: 1024px){
		#sub_visual {height: 15rem;}
		#sub_visual h2{font-size: 2.25rem;}
	}
	@media (max-width: 768px){
		#sub_visual {height: 8rem;}
		#sub_visual h2{font-size: 1.5rem;}
	}

/* sub_menu */
div#content_left{
	width:100%;
	margin: 0 auto;
	background: linear-gradient(125deg,rgba(32, 63, 115, 1) 0%, rgba(27, 132, 56, 1) 50%, rgba(238, 160, 17, 1) 100%);
}
	#lnb{
		position: relative;
		max-width: 1300px; height: 60px;
		margin: 0 auto;
		display: flex;
		align-items: center;
		justify-content: center;
	} 
	#lnb li{position: relative;}
	#lnb li::before {
		position:absolute;
		content: '';
		display:block;
		right: 0;top: 50%;
  		transform: translateY(-50%);
		width: 5px;height: 5px;
		background-color: #fff;
		border-radius: 50%;
		opacity: 0.5;
	}
	#lnb li:last-child::before,
 	#lnb li:has(+ li a.on)::before { display:none; }
	
	/***1차메뉴 링크스타일***/
	#lnb li a{
		display: block;
		overflow: hidden;
		padding: 0 3rem;
		height: 60px;
		font-size: 1.05rem;
		font-weight: 500;
		line-height: 60px;
		color: #fff;
	}
	#lnb li a:link, #lnb li a:visited{}
	#lnb li a:active,
	#lnb li a:hover{font-weight: 600;}
	#lnb li .on{font-weight: 600;color: #121212;background-color: #fff; }
	#lnb li a i.blank {
		display: inline-block;
		margin-left: 0.5rem;
		width: 1.25rem;height: 1.25rem;
		font-size: 0;text-indent: -99rem;line-height: 0;
		vertical-align: middle;		
		background-image: url("/images/skywalk/common/icon_blank.svg");
		background-size: 20px auto;
		background-repeat: no-repeat;
		background-position: 0 0;
		filter: brightness(0) invert(1);
	}
	
	@media (max-width: 1024px){
		#lnb,
		#lnb li a {height: 3.5rem;} 
		/***1차메뉴 링크스타일***/
		#lnb li a{
			padding: 0 2.5rem;
			line-height: 3.5rem;
		}	
	}
	@media (max-width: 768px){
		#lnb{overflow: auto;}
		#lnb,
		#lnb li a {height: 2.75rem;}
		#lnb li::before {
			width: 3px;height: 3px;
		}
		/***1차메뉴 링크스타일***/
		#lnb li a{
			padding: 0 1rem;
			font-size: 0.95rem;
			line-height: 2.75rem;
		}
		#lnb li a i.blank {
			margin-left: 0.25rem;
			width: 1rem;height: 1rem;
			background-size: 1rem auto;
		}
	}
	
div#content{
	position: relative;
	max-width: 1300px;height: auto;
	margin: 0 auto; padding-bottom: 5rem;
}
div#full {width:100%;}
	/* position */
	#position{
		width: 100%;max-width: 1300px;
		margin: 4rem auto;padding: 0;
		display:flex;
		align-items: flex-end;
		justify-content: space-between;
	}
	#position h3{		
		margin: 0;
		padding: 0;
		font-size: 2.25rem;font-weight: 700;
		color: #1E2124;	
	}
	#position #position_here{
		display: flex;
		justify-content: center;
		align-items: center;
	}	
	#position #position_here li{
		position: relative;	
		margin-right: 0.75rem;
		padding-right: 1rem;
		font-size: 1rem;	
		color: #3b3b3b;
	}
	#position #position_here li:last-child{margin-right: 0;padding-right: 0;}
	#position #position_here li::before {
		position:absolute;
		content: '';display:block;
		right: 0;top: 50%;
  		transform: translateY(-50%);
		width: 4px;height: 4px;
		background-color: #c5c5c5;
		-webkit-border-radius: 99rem;
		border-radius: 99rem;
	}	
	#position #position_here li:last-child::before {display: none;}
	#position #position_here li img {width: 24px;}
	#position #position_here li span {color: #000;}

	/* 본문 내용 */
	#content_body {
		position: relative;
		width: 100%;
		min-height:100%;
		margin: 0 auto;padding: 0;
	}	
	#content_body h4.h4 {
		position: relative;
		margin: 3rem 0  1.25rem;padding-left: 28px;
		font-size: 1.5rem;font-weight: 600;		
		color: #222;
	}
	#content_body h4.h4::before {
		position:absolute;
		content: '';display:block;
		left: 0;top: 0;
		width: 24px;height: 24px;
		background-image: url('/images/skywalk/common/icon_h4.svg');
		background-repeat: no-repeat;
		background-position: center;
		background-size: 24px;
	}
	#content_body h5.h5{
		position: relative;
		margin: 1rem 0;padding: 0;
		font-size: 1.25rem;font-weight: 700;
		color: #1E2124;
	}
	@media (max-width: 1300px){
		#position,
		#content_body {padding: 0 3%;}
	}
	@media (max-width: 1024px){		
		/* position */
		#position h3{font-size: 1.75rem;}		
		#position #position_here li {margin-right: 0.5rem;padding-right: 0.75rem;}
		#position #position_here li::before {width: 3px;height: 3px;}	
		
		#content_body h4.h4{margin-top: 2rem;font-size: 1.35rem;}
		#content_body h5.h5{font-size: 1.15rem;}
	}
	
	@media (max-width: 768px){		
		/* position */
		#position{margin: 2rem auto;}
		#position h3{font-size: 1.5rem;font-weight: 700;}
		#position #position_here li img {width: 1.25rem;}
		
		#content_body h4.h4{margin: 1.75rem 0 1rem;font-size: 1.25rem;}
		#content_body h5.h5{font-size: 1.1rem;}
	}
	@media (max-width: 480px){
		#position{margin: 1.75rem auto;}	
		#position h3{font-size: 1.25rem;}	
		#position #position_here li{
			margin-right: 0.25rem;padding-right: 0.5rem;
			font-size: 0.9rem;
		}
		#content_body h4.h4{margin: 1.5rem 0 0.75rem;font-size: 1.15rem;}
		#content_body h5.h5{font-size: 1rem;}
		
	}

.content_top_alert {
	display:flex;
	align-items: center;
	margin-bottom: 3rem;
	padding:3rem 4rem;		
	background-color: #F1F2F3;
	-webkit-border-radius: 0.5rem;
	border-radius: 0.5rem;
} 
.content_top_alert .icon {width: 6.25rem;flex-shrink: 0;}
.content_top_alert .alert_box {padding-left: 3rem;}
.content_top_alert .alert_box p {margin: 0;padding: 0;font-size: 1.05rem;line-height: 1.75rem;color: #58616A;word-break: keep-all;}
.content_top_alert .alert_box p strong {display: block;margin-bottom: 1rem;font-size: 1.5rem;font-weight: 700;color: #11705E;}

@media (max-width: 1024px){
	.content_top_alert {
		margin-bottom: 3rem;
		padding:2rem 3rem;
	} 
	.content_top_alert .icon {width: 6rem;}
	.content_top_alert .alert_box {padding-left: 3rem;}
	.content_top_alert .alert_box p {line-height: 1.5rem;}
	.content_top_alert .alert_box p strong {font-size: 1.35rem;}
}
@media (max-width: 768px){
	.content_top_alert {
		flex-direction: column;
		gap: 1rem;
		padding:2rem;
	} 
	.content_top_alert .icon {width: 4rem;}
	.content_top_alert .alert_box {padding: 0;}
	.content_top_alert .alert_box p {font-size: 0.95rem;text-align: center;}
	.content_top_alert .alert_box p strong {margin-bottom: 0.5rem;font-size: 1.15rem;}
}
@media (max-width: 480px){}

.cont_box {
	display: flex;
	align-items: flex-start;
	gap: 2rem;
	margin: 2rem 0;
	padding: 0;
}
.cont_box .head {
	width: calc(22% - 2rem);
	margin: 0 !important;
	padding: 0;
}
.cont_box .cont {
	flex-grow: 1;	
}
@media (max-width: 1024px){
	.cont_box {flex-direction: column;gap: 0;}
	.cont_box .head,
	.cont_box .cont  {width: 100%;}	
}

[class*="list_type"] > li {position: relative;padding-left: 1rem;text-align: left;}
[class*="list_type"] > li::before{content: '';position: absolute;left: 4px;}
[class*="list_type"] > li + li {margin-top: .75rem;}
.list_type1 > li {
	color: #111;
	word-break: keep-all;
	color: #1E2124;
}
.list_type1 > li::before {
	display: block;
	top: .5rem;
	width: 5px;height: 5px;
	background-color: #8A949E;
	-webkit-border-radius: 99rem;
	border-radius: 99rem;
}
.list_type1 > li span {	
	font-size: 1.125rem;
	font-weight: 700;
	color: #121212;
}
.list_type2 li {
	color: #666;
	word-break: keep-all;
}
.list_type2 li:before {
	position:absolute;
	content:'';
	left: 0;top: 11px;
	width: 4px;height: 4px;
	background-color: #ccc;	
	-webkit-border-radius:  99rem;
	border-radius: 99rem;     
}
.list_type2 li span {	
	font-size: 1rem;
	font-weight: 700;
	color: #244EA2;
}
.list_type_num > li{
	position:relative;
	margin-top: .8rem;padding-left: 2rem;
	color: #1E2124;
}
.list_type_num > li > i{
	position: absolute;
	left: 0;top: 0;
	width: 1.5rem;height: 1.5rem;
	font-style: normal;font-size: .85rem;font-weight: 500;
	line-height: 1.5rem;
	color: #fff;
	background: #16398B;
	text-align: center;
	-webkit-border-radius: 99rem;
	border-radius: 99rem;
}


@media (max-width: 1024px){
	[class*="list_type"] > li + li {margin-top: .5rem;}
	.list_type1 > li {font-size: 1rem;}
}
@media (max-width: 768px){
	.list_type1 > li {font-size: .9rem;}
}
/* 기본테이블 */
.tblType01 table{
	border-top: 2px solid #000;
	font-size: 1rem;
	text-align: center;
}
.tblType01 table thead th{
	padding: 1rem 1.25rem;
	font-weight: 600;
	color: #000;
	background: #F4F5F9;
	border-width: 0 1px 0 0;
	border-style: solid;
	border-color: #C9D2DB;
	vertical-align: middle;
}
.tblType01 table tbody th{
	padding: 1rem 1.25rem;
	font-weight: 600;
	color: #000;
	border-width: 0 1px 1px 0;
	border-style: solid;
	border-color: #C9D2DB;
	vertical-align:middle;
	word-break:keep-all;
}
.tblType01 table tbody td{
	padding: 1rem 1.25rem;
	color: #555;
	background: #FFF;
	border-width: 0 1px 1px 0;
	border-style: solid;
	border-color: #C9D2DB;
}
.tblType01 table tfoot td{
	padding: 1rem 1.25rem;
	background: #F5F6F8;
	border-width: 0 1px 1px 0;
	border-style: solid;
	border-color: #C9D2DB;
}
.tblType01 .right_line {border-right: 0;}

@media (max-width: 1024px){
	.tblType01 {
		position: relative;
		display: block;
		width: auto;
		overflow-x: auto;
		white-space: nowrap;
	}	
	.tblType01 table{min-width:768px;font-size: .95rem;}
	.tblType01 table thead th,
	.tblType01 table tbody th,
	.tblType01 table tbody td,
	.tblType01 table tfoot td {padding: .5rem .75rem;}
}
@media (max-width: 768px){	
	.tblType01 table{border-top-width: 1px;}
	.tblType01 table thead th,
	.tblType01 table tbody th,
	.tblType01 table tbody td,
	.tblType01 table tfoot td {padding: .35rem .5rem;}
	
}

/* box style */
.box1 {
	background-color: #FFF;
	border:1px solid #C9D2DB;
	-webkit-border-radius: .5rem;
	border-radius: .5rem;	
}
.box2 {
	background-color: #F7F8FC;
	-webkit-border-radius: .5rem;
	border-radius: .5rem;	
}
.box3 {
	background-color: #F9F9F9;
	-webkit-border-radius: .5rem;
	border-radius: .5rem;	
}
.box4 {
	background-color: #FFF;
	border:2px dotted #C9D2DB;
	-webkit-border-radius: .5rem;
	border-radius: .5rem;	
}
.table_txt {padding: 3rem;border-top: 2px solid #585858; border-bottom: 1px solid #C9D2DB;}

.pd1rem{padding: 1rem !important; margin: .75rem 0;}
.pd2rem{padding: 2rem !important; margin: .75rem 0;}
.pd3rem{padding: 3rem !important; margin: .75rem 0;}

.comment {
	position: relative;
	margin: 1rem 0;padding-left: 1.25rem;
	font-size: .95rem;
	color: #cb3434;
	background-image: url("/images/skywalk/common/icon_cont_info.svg");
	background-position: 0 2px;
	background-repeat: no-repeat;
	background-size: 18px auto;
}
@media (max-width: 768px){
	.pd1rem{padding: .75rem !important;}
	.pd2rem{padding: 1.75rem !important;}	
	.pd3rem{padding: 2.5rem !important;}	
	
	.comment{
		margin: .75rem 0;
		font-size: .9rem;
		background-position: 0 0;
		background-size: 1rem auto;
		line-height: 1rem;
	}
}
@media (max-width: 480px){
	.pd2rem{padding: 1.25rem !important;}	
	.pd3rem{padding: 1.75rem !important;}
}

/* 버튼 style */
.btn_box {
	position: relative;
	margin: 1.5rem 0;
	text-align: center;
}
.btn {
	display: inline-block;
	padding: 1rem 2rem;
	font-size: 1.05rem;font-weight: 500;
	border: 0;
	-webkit-border-radius: .25rem;
	border-radius: .25rem;
	cursor: pointer;
	transition: .4s all linear;
}
.btn_wide{
	width:100%;
	padding-left:0 !important;padding-right:0 !important;
}
.btn_lg{
	display:inline-block;
	min-width:180px;
	height:60px;line-height:60px;
	padding: 0 2rem;
	font-size:1.15rem;
	font-weight:600;
	text-align:center;
	-webkit-border-radius: .5rem;
	border-radius: .5rem;
	vertical-align:middle;
}
.btn_md{
	display:inline-block;
	height:40px;line-height:40px;
	font-weight:500;
	min-width:120px;
	text-align:center;
	-webkit-border-radius: .25rem;
	border-radius: .25rem;
	vertical-align:middle;
}
.bg_white {background-color: #fff;border: 1px solid #2439A2;color: #2439A2;}
.bg_blue {background-color: #2439A2;border: 1px solid transparent;}
.bg_green {background-color: #24a173;border: 1px solid transparent;}
.bg_red {background-color: #e25a42;border: 1px solid transparent;}
.bg_gray {background-color: #677286;border: 1px solid transparent;}
.type01 {
	background-image: linear-gradient(125deg,#002A73 0%, #1B8438 50%, #EEA011 100%);
	background-size: 200% auto;
	background-position: left center;
	transition: background-position .5s ease-in-out;
}
.type01:hover{background-position: right center;}

a.bg_blue, a.bg_green, a.bg_red, a.bg_gray, a.type01,
input[type="button"].bg_blue, input[type="button"].bg_green, input[type="button"].bg_red, input[type="button"].bg_gray, input[type="button"].type01,
input[type="submit"].bg_blue, input[type="submit"].bg_green, input[type="submit"].bg_red, input[type="submit"].bg_gray, input[type="submit"].type01,
button.bg_blue, button.bg_green, button.bg_red, button.bg_gray, button.type01 {color: #fff;}	
i.blank {
	display: inline-block;
	margin-left: 0.5rem;
	width: 1.25rem;height: 1.25rem;
	font-size: 0;text-indent: -99rem;line-height: 0;
	vertical-align: middle;		
	background-image: url("/images/skywalk/common/icon_blank.svg");
	background-size: 20px auto;
	background-repeat: no-repeat;
	background-position: 0 0;
	filter: brightness(0) invert(1);
}	
@media all and (max-width:768px) {
	/* 버튼 style */
	.btn {padding: 0.75rem 1.5rem;font-size: 0.95rem;line-height: 1.5;}
	.btn_lg{
		min-width:150px;
		height:50px;line-height:50px;
		padding: 0 1.5rem;
		font-size:1rem;
	}
	.btn_md{
		height:30px;line-height:30px;
		min-width:100px;
	}
	i.blank {
		margin-left: 0.5rem;
		width: 1rem;height: 1rem;
		background-size: 16px auto;
	}	
}

.mt1rem {margin-top: 1rem !important;}
.mt2rem {margin-top: 2rem !important;}
.mt3rem {margin-top: 3rem !important;}
.mt4rem {margin-top: 4rem !important;}
.mt5rem {margin-top: 5rem !important;}
.mb1rem {margin-bottom: 1rem !important;}
.mb2rem {margin-bottom: 2rem !important;}
.mb3rem {margin-bottom: 3rem !important;}
.mb4rem {margin-bottom: 4rem !important;}
.mb5rem {margin-bottom: 5rem !important;}
.ml1rem {margin-left: 1rem !important;}
.ml2rem {margin-left: 2rem !important;}
.ml3rem {margin-left: 3rem !important;}
.ml4rem {margin-left: 4rem !important;}
.ml5rem {margin-left: 5rem !important;}

/* 서비스 준비중 */
.prepare {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 1rem;
	padding: 10rem 0;
	background-color: #EFF1F8;
}
.prepare p {
	font-size: 1.1rem;
	line-height: 1.5;
	color: #666;
	text-align: center;
}
.prepare p strong {
	font-size: 2rem;font-weight: 700;
	color: #1A1A1A;
}
.prepare img {width: 20rem;}
@media all and (max-width:746px){
	.prepare {padding: 6rem 0;}
	.prepare p {font-size: 1rem;}
	.prepare p strong {font-size: 1.5rem;}
	.prepare img {width: 12rem;}
}
@media all and (max-width:480px){
	.prepare p {font-size: .9rem;}
	.prepare p strong {font-size: 1.4rem;}
}