@charset "utf-8";
html,body {
	font-family:'Pretendard' !important;
	font-size: 1rem;
	font-weight: 500;
}
.motion {opacity: 0;transform: translateY(10rem);transition: opacity 1s ease, transform 1s ease;}
.motion.active {opacity: 1;transform: translateY(0);}

/* 네비 */
#header {
	width:100%;height: 150px;
	background-color: #FFF;
	border-bottom: 1px solid #D6DFEB;
	overflow: visible;
	z-index: 1000;
}
#header .top {background-color: #EEF2F7;}
#header .top > .inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 3rem;
}
#header .top > .inner > div {display: flex;}
#header .top > .inner > div a {
	position: relative;
	display: block;
	font-size: 0.95rem;
	color: #1E2124;
}
#header .top > .inner > div a:last-child {
	margin-left: 0.75rem;
	padding-left: 0.75rem;
}
#header .top > .inner > div a:last-child:before {
	content:'';
	position:absolute;
	top:50%;left:0;
	transform: translateY(-50%);
	width:1px;height:1rem;
	background-color: #c3cdd8;
}
#header .top > .inner > div a.flag {
	padding-left: 2.4rem;
	background-image: url('/images/skywalk/common/icon_flag.svg');
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 32px;
	border-right: 0;
}
#header .gnbPC {overflow:hidden;}
	.gnbPC .gnbArea {
		width:100%;
		position:absolute;
		top:49px;
	}
	.gnbPC .gnbArea h1.logo {
		position: absolute;
		top: 50%;left:calc(50% - 650px);
		transform: translateY(-50%);
		width:420px;
		z-index:9999;
	}
	.gnbPC .gnbArea > ul {
		max-width: 1300px;
		margin: 0 auto;
		padding-left: 740px;
		display: flex;
		justify-content: space-between;
	}
	.gnbPC .gnbArea > ul > li {
		padding:0;
		line-height:55px;
		text-align:center;
	}
	.gnbPC .gnbArea > ul > li.first{padding-left:0}
	.gnbPC .gnbArea > ul > li.last{padding-right:0;background:none;}
	.gnbPC .gnbArea > ul > li > a {
		display: block;
		font-size: 1.2rem;font-weight: 700;
		line-height: 100px;
	}
	.gnbPC .gnbArea > ul > li > a:hover,
	.gnbPC .gnbArea > ul > li > a:active {color: #252b99;}
	.gnbPC .subGnb {
		display: none;
		position: absolute;
		top: 100px !important;left: 0;
		width: 100%;
		background-color: #FFF;
		border-width: 1px 0 0;
		border-color: #D6DFEB;
		border-style: solid;
		text-align: left;
		z-index: 99999 !important;
	}
	.gnbPC .subGnb .dept2 {
		display: flex;
		justify-content: center;
		gap: 2rem;
	}
	.gnbPC .subGnb .dept2 > li {min-height: 4rem;}
	.gnbPC .subGnb .dept2 > li > a {
		display: block;
		font-size: 1rem;
		line-height: 4rem;
		color: #666;
	}
	.gnbPC .subGnb .dept2 > li > a:hover {
		font-weight: 700;
		color: #000;
	}

	.openM,
	.gnbhead,
	.gnbMobile,
	#header .topMobile, 
	#header .middleMobile {display:none;}
	a.blank {
		padding-right: 1.25rem;
		background-image: url('/images/skywalk/common/icon_blank.svg');
		background-position: right center;
		background-repeat: no-repeat;
		background-size: 1rem auto;
	}

@media all and (max-width:1300px){		
	#header .top,
	.gnbPC .gnbArea > ul {padding: 0 3%;}
	.gnbPC .gnbArea h1.logo {left: 3%;width:380px;}
}
@media screen and (max-width: 1299px) and (min-width:1024px) {
	.gnbPC .gnbArea > ul {padding-left: 550px}
	.gnbPC .gnbArea > ul > li > a {font-size:1.25em;}	
}
@media all and (max-width:1023px){	
	#header .top,
	.gnbArea h1.logo,
	.gnbArea, .gnbPC {display: none;}
	.gnbhead, .gnbMobile {display: block;}
	#header .topMobile, 
	#header .middleMobile {display: block;}
	
	/* mobile네비 */
	#header {height:100px;}	
	#header .topMobile {
		display: flex;
		justify-content: space-between;
		align-items: center;
		background-color: #EEF2F7;
	}
	#header .topMobile a {
		display:block;
		line-height: 2.4rem;
	}
	#header .topMobile a.flag {
		margin-left: 3%;
		padding-left: 2.4rem;
		font-size: .95rem;
		background-image: url('/images/skywalk/common/icon_flag.svg');
		background-position: 0 center;
		background-repeat: no-repeat;
		background-size: 2rem auto;
	}
	#header .topMobile .fam > a {
		display: block;
		padding: 0 1rem;
		text-transform: uppercase;
	}
	#header .topMobile .fam > a span {
		position: relative;
		padding-right: 1.5rem;
		font-size: .95rem;
	}
	#header .topMobile .fam > a span:after {
		content:'';
		position:absolute;
		top:0;right:0;
		width:18px;height:18px;
		background-image: url('/images/skywalk/common/icon_arrow_down.svg');
		background-color: #D4DAE2;
		background-size: 10px;
		background-position: center center;
		background-repeat: no-repeat;
		-webkit-border-radius: 1000rem;
		border-radius: 1000rem;
		transform: rotate(0deg);
	}
	#header .topMobile .fam > a.on span:after {transform: rotate(180deg);}
	#header .topMobile .fam ul {
		display: none;
		position: absolute;
		top: 2.4rem;right: 1rem;
		background-color: #FFF;
		border: 1px solid #D6DFEB;
		-webkit-border-radius: .25rem;
		border-radius: .25rem;
		box-shadow: 0 1rem 1rem rgba(48,51,93,.2);
		z-index: 9;
	}
	#header .topMobile .fam ul li a {
		display: block;
		padding: 0 .75rem;
		font-size: .84rem;
		border-bottom: 1px solid #D6DFEB;
	}
	#header .topMobile .fam ul li a:hover {
		font-weight: 700;
		color: #256EF4;
	}
	#header .topMobile .fam ul li:last-child a {border-bottom:0;}
	
	#header .middleMobile {
		position: relative;
		padding: 1rem 3%;
		text-align: right;
	}
	#header .middleMobile .openM {
		display: inline-block;
		width: 36px;
	}
	#header .middleMobile .logoM {
		display: block;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
	}	
	#header .middleMobile .logoM img{width: 260px;}	
		
	.gnbhead > div {
		padding:1.25rem 3%;
		background-color: #fff;
		overflow: hidden;
	}
	.gnbhead > div a {
		float:left;
		display:inline-block;
	}
	.gnbhead > div a.closeM {
		float:right;
		width:24px;
	}
	.gnbhead > div a.sloganM img{width:260px;}
	.gnbhead ul {
		background-color: #555;
		overflow:hidden;
	}
	.gnbhead ul li {
		float:left;
		width:50%;
		border-left:1px solid #666;
	}
	.gnbhead ul li:first-child {border-left:0;}		
	.gnbhead ul li a {
		display: block;
		padding: 10px 0;
	}
	.gnbMobile .dept1 > li > a {
		display: block;
		padding: 1.25rem 2rem;
		font-size: 1.125rem;font-weight: 700;
		color: #FFF;
		background-color: #293138;
		border-bottom: 1px solid rgba(0,0,0,.1);
	}
	.gnbMobile .dept1 > li > a:hover,
	.gnbMobile .dept1 > li > a:active,
	.gnbMobile .dept1 > li > a:focus {
		border-bottom: transparent;
		background: linear-gradient(45deg,rgba(32, 63, 115, 1) 0%, rgba(27, 132, 56, 1) 50%, rgba(238, 160, 17, 1) 100%);
	}
	.gnbMobile .dept2 {
		padding: 1rem 0;
		background-color: #FFF;
	}
	.gnbMobile .dept2 > li > a {
		position: relative;
		display: block;
		padding: .5rem 2rem;
		font-size: 1rem;font-weight: 500;
		line-height: 1.5;
	}
	.gnbMobile .dept2 > li > a img{padding-top: 5px;}
	.gnbMobile .dept2 > li > a:hover,
	.gnbMobile .dept2 > li > a:active,
	.gnbMobile .dept2 > li > a:focus {
		background-color: #EEF2F7;
	}
	.gnbMobile .dept2 {display:none;}
	.gnbArea.open {
		display: block;
		position: fixed;
		width: 100%;height: 100%;
		top: 0;left: 0;
		background-color: rgba(0,0,0,.8);
		overflow-y: auto;
		z-index:300;
	}
	a.blank{
		background-image: url('/images/skywalk/common/icon_blank.svg');
		background-position: right 3% center;
		background-repeat: no-repeat;
		background-size: 1.25rem;
	}
}
@media all and (max-width: 768px){
	/*html,body {font-size: 0.9rem;}*/
}

/* 관련기관 */
#banner_link {
	width: 100%;
	margin: 0;padding: 2rem 0;
	background-color: #FFF;
	border-top: 1px solid #D6DFEB;
}
#banner_link .inner {
	display: flex;
	align-items: center;
}
#banner_link .head {
	width: 200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#banner_link .head h3.tit{
    font-size: 1.25rem;
    font-weight: 700;
    color: #1E2124;
}
#banner_link .head .ctrl button{
    width:40px; height: 40px;
    position: relative;
    left: 0; right: 0; top:0; bottom: 0;
    margin-top: 0;
    text-indent: -9999em;
    background-color: #E6E8EA;
    background-repeat: no-repeat;
    background-position: center center;
    background-size:24px;
    -webkit-border-radius: 99rem;
    border-radius: 99rem;
    -webkit-transition: 0.2s all linear;
    transition : 0.2s all linear;
}
#banner_link .head .link-button-next{
    background-image:url('/images/skywalk/main/icon_slider_next.svg');
}
#banner_link .head .link-button-prev{
    background-image:url('/images/skywalk/main/icon_slider_prev.svg');
}	
#banner_link .link_slider {
	flex-grow: 1;
	width: calc(100% - 200px);
	margin-left: 2rem; padding: 0;
	overflow: hidden;
}
#banner_link .link_slider .swiper-wrapper {
	align-items: center;
}
#banner_link .link_slider .swiper-slide img {
	width: auto; height: 100%;
	object-fit: contain;
}
@media (max-width: 1300px){
	#banner_link {
		padding: 1.5rem 0;
	}
	#banner_link .inner{margin: 0 4%;}
}
@media (max-width: 1024px){		
	#banner_link .head {width: 10rem;}
	#banner_link .head h3.tit{font-size: 1rem;}
	#banner_link .head .ctrl button{
	    width:2rem; height: 2rem;
	    background-size: 20px;
	}		
	#banner_link .link_slider {width: calc(100% - 10rem);}
}
@media (max-width: 768px){
	#banner_link {
		padding: 1rem 0;		
	}
	#banner_link .head {
		width: 4rem;
		order:2;
	}
	#banner_link .head h3 {display:none;}
	#banner_link .head .ctrl button{
	    width:1.75rem; height: 1.75rem;
	}	
	#banner_link .link_slider {
		order: 1;
		width: calc(100% - 5rem);
		margin: 0 1rem 0 0;
	}
}

/* footer */
footer {
	position: relative;
	width: 100%;height: 280px;
	background: #6e7276;
	overflow: hidden;
}
footer:after{
	position: absolute;
	top: 55px;left: 0;
	content: '';
	display:block;
	width: 100%;height: 1px;
	background-color: rgba(255, 255, 255, 0.1);
}
.foot_wrap{
	position: relative;
	width: 100%;max-width: 1300px;
	margin: 0 auto;
}
.foot_top .foot_utile {
	width:100%;
	margin: 0;padding: 1rem 0;
	display: flex;
}
.foot_top .foot_utile li {position: relative;}
.foot_top .foot_utile li:before{
	position: absolute;
	content: '';
	top: 50% ;left: 0;transform: translateY(-50%);
	width: 1px;height: 100%;
	background-color: rgba(255, 255, 255, 0.2);
}
.foot_top .foot_utile li.first:before{display:none;}
.foot_top .foot_utile li a{
	display: block;
	padding: 0 1rem;
	font-weight: 600;line-height: 1rem;
	color: #f6f6f6;
}
.foot_top .foot_utile li.first a{
	padding-left: 0;
	color: #FFB114;
}
.foot_bottom {
	width:100%;
	padding:2.8rem 0 4rem 10rem;
	color: #fff;
}
.foot_bottom .footlogo{
	position: absolute;
	top: 100px;left: 0;
	display: block;
	width: 130px;height: 80px;
	background: url(/images/skywalk/common/logo_footer.svg) no-repeat 0 0;
	background-size: contain;
	font-size: 0;
	text-indent: -999rem;
}
.foot_bottom p,
.foot_bottom address{
	width: 100%;
	color: #f9f9f9;
	text-align: left;
	word-break: keep-all;
}
.foot_bottom address strong{
	display: block;
	margin-bottom: 10px;
	font-size: 16px;
}
.foot_bottom .count{
	display: flex;align-items: center;
	margin-top: 20px;
}
.foot_bottom .count span {
	min-width: 50px;
	margin: 0 15px 0 5px;padding: 0 1rem;
	background: #30373f;
	text-align: center;
	-webkit-border-radius: 10rem;
	border-radius: 10rem;
}
@media screen and (max-width: 1299px) and (min-width:1024px) {
	.foot_wrap{width:96%;margin:0 3%;}
}	
@media all and (max-width: 1023px){	
	footer {height: auto;}
	.foot_top .foot_utile {width: 94%;margin: 0 3%;}
	.foot_top .foot_utile li a{font-size: 0.9rem;}
			
	.foot_bottom{width: 94%;margin: 0 3%;padding: 0 0 2rem;}
	.foot_bottom address span{display: block;margin-left: 0;}
	.foot_bottom address strong{font-size: 1rem;}
	.foot_bottom p {font-size: 0.85em;}
	
	footer:after,
	.foot_bottom .footlogo {display:none;}
		
}


