@charset "utf-8";
/* 레이어팝업 */
.leyerpop_box {
	position: absolute; 
	padding: 0px; 
	margin: 0px;
	border:5px solid #20272e;
	z-index: 999999999;
	font-size:13px;
}
.leyerpop_box dl.alt{display:block;overflow:hidden;position:absolute;top:-9999px;left:-9999px;visibility:hidden;}
#popup1 {left: 0; 	top: 10px; }
#popup2 {left: 400px; 	top: 10px; }

@media all and (max-width:748px){
	/* left값 동일 _ top값만 변경 */
	.leyerpop_box img{width:100%;}
	#popup1 {left: 0; 	top: 10px;}
	#popup2 {left: 0; top: 30px;}
}
/* 애니메이션 효과 */
@keyframes bounce {
	0% {transform:translateY(0);} 
	50% {transform:translateY(-0.5rem);} 
	100% {transform:translateY(0);}
}
@keyframes spin {
	to {transform: rotate(360deg);}
}
@keyframes scale{
	0%{ transform:scale(1.2); filter: blur(8px);}	
 	100%{transform:scale(1); filter: blur(0px);}
}
@keyframes slideIn {
	0% {opacity: 0;transform: translateX(-100%);}
	100% {opacity: 1;transform: translateX(0);}
}
#content {position: relative;width: 100%;overflow-x: hidden !important;}
/* 메인 비주얼 */
#main_visual {width: 100%;height: calc(100vh - 150px);}
.visual-swiper {	
	position: relative;
	width: 100%;height: 100%;
	background-size: cover;
	background-position: center;
	overflow: hidden;
}
.visual-swiper::before {
	position: absolute;
	left: 0;top: 0;
	content: '';
	display: block;
	width: 100%;height: 100%;
	background-color: #000;
	opacity: .5;
	z-index: 2;
}
.visual-swiper .swiper-slide {
	background-size: cover;
	background-position: center;
}
.visual-swiper .swiper-slide img {
  width: 100%;height: 100%;
  object-fit: cover;
  transition: transform 1.5s ease;
  transform: scale(1);
  display: block;
}
.visual-swiper .swiper-slide.swiper-slide-active img {
  transform: scale(1.2);
}
.visual-swiper .main_slogan {
	position: absolute;
	top: 40%; left: 50%;
	width: 100%;
	z-index: 10;
	transform: translateY(-40%) translateX(-50%);
}
.visual-swiper .main_slogan p{color: #fff;line-height: 1.5;}
.visual-swiper .main_slogan p.slogan_txt{
	font-size: 2.15rem;font-weight: 400;	
	text-align: center;
	animation: slogan_In 2s ease;
}
.visual-swiper .main_slogan p.slogan_tit {
	display: flex;justify-content: center;
	font-size: 4.5rem;font-weight: 700;
}
.blur {
	display: block;
	opacity: 0;
	filter: blur(8px);
	transform: scale(1.5);
	animation: slogan_blur 1s ease forwards;
}
.blur.ms1 {animation-delay: 1s; }
.blur.ms2 {animation-delay: 1.5s; }
.blur.ms3 {animation-delay: 1.25s; }
@keyframes slogan_blur {
	0% {opacity: 0;filter: blur(8px);transform: scale(1.2);}
	100% {opacity: 1;filter: blur(0);transform: scale(1);}
}
@keyframes slogan_In {
  0% {opacity: 0; filter: blur(4px);transform:translateX(-10rem);}
  100% {opacity: 1; filter: blur(0px);transform:translateX(0);}
}
.visual-swiper .slide_tag {
	display: flex;
	align-items: center; justify-content: center;gap: 0.75rem;
	margin: 0;padding-top: 3rem;
}
.visual-swiper .slide-btn {
	position: relative;
	min-width: 160px;
	margin: 0; padding: 0.75rem 1.5rem;
	font-size: 1rem;font-weight: 500;
	color: #fff;
	background-color: rgba(255, 255, 255, .2);
	-webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
	-webkit-border-radius: 99rem;
	border-radius: 99rem;
	cursor: pointer;
	box-shadow : 0 .5rem 1rem rgba(0, 0, 0, .2);	
	transition: all .3s linear;
	-webkit-transition: all .3s linear;
}
.visual-swiper .slide-btn.active {
	font-weight: 600;
	border: 0;
	background-image: linear-gradient(125deg,rgba(32, 63, 115, 1) 0%, rgba(27, 132, 56, 1) 50%, rgba(238, 160, 17, 1) 100%);
}
.visual-swiper .slide-btn:hover,
.visual-swiper .slide-btn:focus {background-color: #282828;}
	
.visual-swiper .visual_ctrl{
	position: absolute;
	bottom: 4rem; left: 50%;
	transform: translateX(-50%);
	width: calc(100% - 2rem);max-width: 1300px;padding: 0 1rem;
	display: flex;
	align-items: center;justify-content: space-between;gap: 2rem;
	z-index: 999;
}	
.visual_ctrl .progress-bar {
	width: 100%;height: 3px;
	background: rgba(255,255,255,0.6);
	box-shadow : 0 0.5rem 1rem rgba(0,0,0,0.5);
	-webkit-border-radius: 1rem;
	border-radius: 1rem;
	overflow: hidden;
	z-index: 999;
}
.visual_ctrl .progress-fill {
	width: 0%;height: 100%;
	background: linear-gradient(125deg,rgba(32, 63, 115, 1) 0%, rgba(27, 132, 56, 1) 50%, rgba(238, 160, 17, 1) 100%);
	transition: width 0s;
}	
.visual_ctrl .visual_slider_ctrl {
	display: flex;
	align-items: center;justify-content: flex-end;gap: 0.25rem;
 }
 .visual_slider_ctrl button {
	width: 4rem;height: 4rem;
	background-color: rgba(255, 255, 255, 0.1);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 40px;
	-webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
	border: none;
	-webkit-border-radius: 99rem;
	border-radius: 99rem;
	box-shadow : 0 0 2rem rgba(0,0,0,0.5);
	cursor: pointer;
	transition: all 0.5s ease;
	text-indent: -99rem;
}
.visual-button-prev {background-image: url('/images/skywalk/main/ctrl_prev.svg');}
.visual-button-next {background-image: url('/images/skywalk/main/ctrl_next.svg');}	    
.visual-button-play {background-image: url('/images/skywalk/main/ctrl_play.svg');}
.visual-button-stop {background-image: url('/images/skywalk/main/ctrl_pause.svg');}
.visual-button-play,
.visual-button-stop {background-color: #008080 !important;}
.visual_slider_ctrl button:hover,
.visual_slider_ctrl button:hover {background-color: #282828;}
.visual_slider_ctrl .visual-button-prev:hover,
.visual_slider_ctrl .visual-button-prev:focus{transform: translateX(-5px);}
.visual_slider_ctrl .visual-button-next:hover,
.visual_slider_ctrl .visual-button-next:focus{transform: translateX(5px);}
.m_apply {
	position: fixed;
	right: 5%;top: 50%;transform: translateY(-50%);
	display: flex;
	justify-content: center;align-items: center;
	width: 150px;height: 150px;
	z-index: 9999;
}
.m_apply::before {
	position: absolute;
	display: block;content: '';
	width: 150px;height: 150px;
	background: url('/images/skywalk/main/btn_apply.svg') center center  no-repeat;
	background-size: 150px;
	animation: spin 30s linear infinite;
	z-index: -1;
}
.m_apply::after {
	position: absolute;
	left: 50%;top: 1.5rem;transform: translateX(-50%);
	display: block;content: '';
	width: 50px;height: 50px;
	background: url('/images/skywalk/main/icon_apply.svg') center center  no-repeat;
	background-size: 50px;
	z-index: -1;
}
.m_apply a {
	display: block;
	padding-top: 2rem;
	font-size: 1rem;font-weight: 700;
	line-height: 1.25;
	letter-spacing: -1px;
	color: #fff;
	text-align: center;
}

@media (max-width: 1300px){
	.visual-swiper .main_slogan p {font-size: 1.75rem;}
	.visual-swiper .main_slogan p.slogan_tit {font-size: 3.75rem;}
	.visual-swiper .main_slogan p.slogan_txt{font-size: 2rem;}
	.visual-swiper .visual_ctrl {padding: 0 3%;}
}	
@media (max-width: 1024px){
	.visual-swiper .visual_ctrl{bottom: 3rem;}
	.visual_slider_ctrl button {
		width: 3.5rem; height: 3.5rem;
		background-size: 2.25rem;
	}	
}
@media (max-width: 768px){
	#main_visual {height: calc(100vh - 100px);}
	.visual-swiper .main_slogan p {font-size: 1.5rem;}
	.visual-swiper .main_slogan p.slogan_tit {font-size: 3.25rem;}
	.visual-swiper .main_slogan p.slogan_txt{font-size: 1.5rem;}
	.visual_slider_ctrl button{
		width: 3rem; height: 3rem;
		background-size: 1.75rem;
	}
	.visual-swiper .slide-btn {
		min-width: 120px;
		padding: 0.5rem 1.5rem;
		font-size: 0.95rem;
	}
	.m_apply,
	.m_apply::before {width: 100px;height: 100px;}
	.m_apply {top: 80%;transform: translateY(-80%);}
	.m_apply::before {background-size: 100px;}
	.m_apply::after {
		top: -.75rem;
		width: 3.25rem;height: 3.25rem;
		background-size: 3.25rem;
	}
	.m_apply a {
		padding-top: .5rem;
		font-size: .85rem;
		line-height: 1.2;
	}
}
@media (max-width: 480px){
	.visual-swiper .main_slogan p {font-size: 1.25rem;}
	.visual-swiper .main_slogan p.slogan_tit {font-size: 2.75rem;}
	.visual-swiper .main_slogan p.slogan_txt{font-size: 1.25rem;}
	.visual-swiper .slide_tag {padding-top: 2rem;gap: 0.5rem;}
	.visual-swiper .slide-btn {
		padding: 0.5rem 0;
		font-size: 0.85rem;
	}
	.visual-swiper .visual_ctrl{gap: 1rem;}
	.visual_slider_ctrl button{
		width: 2.5rem; height: 2.5rem;
	}
}

/* 주요시설 */
#main_sisul {
	position: relative;
	width: 100%;
	margin: 0;padding: 10rem 0;
}
#main_sisul::before {
	position: absolute;
	top: 0;left: 0;
	display: block;
	content: '';
	width: 50%;height: 100%;
	background: linear-gradient(125deg,rgba(0, 42, 115, 1) 0%, rgba(27, 132, 56, 1) 60%, rgba(238, 160, 17, 1) 100%);
	z-index: -9;
	transform: translateX(-100%);
	transition: transform 1s ease-in-out;
}
#main_sisul.slideIn::before {transform: translateX(0);}
#main_sisul .bg_fam::before {
	position: absolute;
	top: 0; left: 0;
	display: block;
	content: '';
	width: 50%; height: 100%;
	background-image: url('/images/skywalk/main/bg_fam.png');
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: cover;
	mix-blend-mode: multiply;
	opacity: 0;
	transition: opacity 1s ease-in-out;
	z-index: -8;
}
#main_sisul .bg_fam.fadeIn::before {opacity: 0.5;}
#main_sisul .bg_dot::before {
	position: absolute;
	top: -40%;left: 35%;
	display: block;
	content: '';
	width: 45rem;height: 45rem;
	background-image: url('/images/skywalk/main/bg_dot.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 45rem;
	z-index: -99;
}
#main_sisul .bg_circle::before {
	position: absolute;
	display: block;
	content: '';
	top: 20%;right: 8%;
	width: 25rem;height: 25rem;
	background-image: url('/images/skywalk/main/bg_circle.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 25rem;
	animation: spin 60s linear infinite;
	z-index: -8;
}
#main_sisul .head {
	display: flex;
	flex-direction: column; 
	margin: 0;padding: 0 0.5rem 3rem;
}
#main_sisul .head h3 {
	display: block;
	margin-bottom: 1.75rem;
	font-size: 1.5rem;font-weight: 700;
	color: #A1CEAD;
}
#main_sisul .head p {
	font-size: 2.25rem;font-weight: 500;
	line-height: 1.4;
	color: #fff;
}
.sisul-swiper {
	position: relative;
	margin: 0;padding: 0;
	width: 100%;max-width: 1300px;
}
.sisul-swiper .swiper {overflow: visible;}
.sisul-swiper .swiper-wrapper {display: flex;align-items: center;}
.sisul-swiper .swiper-slide {	
	position: relative;
	width: calc(12.5% - 20px) !important;height: 520px;
	flex-shrink: 0;
	-webkit-border-radius: 1.25rem;border-radius: 1.25rem;
	transition: all 0.5s ease;
	overflow: hidden;
	cursor: pointer;
}
.sisul-swiper .swiper-slide::after {
	content: '';
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 100%;
	background: rgba(0, 0, 0, .5);
}
.sisul-swiper .swiper-slide.active {
	width: 75% !important;
}
.sisul-swiper .swiper-slide.active::after {
	content: '';
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 100%;
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, .2) 0%, rgba(0, 0, 0, .5) 50%, rgba(0, 0, 0, .8) 100%);
	background: linear-gradient(top, rgba(0, 0, 0, .2) 0%, rgba(0, 0, 0, .5) 50%, rgba(0, 0, 0, .8) 100%);
}
.sisul-swiper .swiper-slide img {
	width: 100%;height: 100%;
	object-fit: cover;
	filter: brightness(.8);
	transition: all .3s ease;
	animation: scale 4s forwards;
}
.sisul-swiper .sisul_tit {
	position: absolute;
	top: 0; left: 50%;transform: translateX(-50%);
	height: 100%;
	margin: 0;padding: 4rem 0;
	display: flex;
	justify-content: space-between;align-items: center;
	font-size: 1.35rem;font-weight: 500;letter-spacing: -0.25rem;
	color: #fff;
	z-index: 2;
	writing-mode: vertical-rl;
	text-orientation: mixed;
}
.sisul-swiper .sisul_tit .btn_more {
	width: 3rem;height: 3rem;
	background-color: rgba(255, 255, 255, .4);
	background-image: url('/images/skywalk/main/btn_more_plus.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 2rem;
	-webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
	-webkit-border-radius: 99rem;
	border-radius: 99rem;
	cursor: pointer;
	transition: all 0.3s ease;
	text-indent: -99rem;
	z-index: 3;
}		
.sisul-swiper  .swiper-slide:hover .sisul_tit .btn_more,
.sisul-swiper  .swiper-slide:hover .sisul_tit .btn_more {
	background-color: #008080;
	transform: rotate(360deg) scale(1.1);
}
.sisul-swiper .content {
	position: absolute;
	left: 4rem;bottom: 4.25rem;
	width: 100%;
	display: none;
	color: #FFF;
	z-index: 2;	
}
.sisul-swiper .swiper-slide.active .content {display: block;}
.sisul-swiper .swiper-slide.active .sisul_tit {display: none;}
.sisul-swiper .content p {margin-bottom: 1.5rem;padding: 0; font-size: 1.25rem;font-weight: 400;line-height: 1.5;}
.sisul-swiper .content p strong {display: block;font-size: 2.75rem;color: #fff;}
.sisul-swiper .content .btn_more {
	position: relative;
	display: inline-block;
	margin: 0;padding: 0 2rem;padding-right: 4.5rem;
	line-height: 3rem;
	color: #FFF;
	background-color: #008080;
	-webkit-border-radius: 99rem;
	border-radius: 99rem;
	transition: .5s ease-in-out;
}
.sisul-swiper .content .btn_more::before {
	position: absolute;
	top: 50%;right:1.5rem; transform: translateY(-50%);
	display: block;content: ''; 
	width: 1.5rem;height: 1.5rem;
	margin: 0;padding: 0;
	background-image:url('/images/skywalk/main/btn_more_arrow.svg');
	background-size: 24px;
	background-repeat:no-repeat;
	background-position:0 0;
	transition: all .3s ease;
}
.sisul-swiper .content .btn_more:hover {background-color: #282828;}
.sisul-swiper .content .btn_more:hover::before {
	transform: translateY(-50%) translateX(5px);
}

@media (max-width: 1300px) {
	#main_sisul .inner{
		max-width: 94%;
	    margin: 0 3%;
	}
}
@media (max-width: 1024px) {	
	#main_sisul {padding: 8rem 0;}
	#main_sisul::before {width: 100%;}
	#main_sisul .bg_fam::before {
		width: 100%;
		background-size: 100%;
	}
	#main_sisul .bg_dot::before {display: none;}
	#main_sisul .bg_circle::before {
		top: 20%;right: -15%;
		width: 25rem;height: 25rem;
		background-size: 25rem;
		mix-blend-mode: multiply;
	}
	.sisul-swiper .swiper-slide {	
		width: calc(15% - 20px) !important;height: 400px;
	}
	.sisul-swiper .swiper-slide.active {
		width: 70% !important;
	}
	.sisul-swiper .sisul_tit {
		padding: 3rem 0;
		font-size: 1.35rem;
	}
	.sisul-swiper .content {
		left: 3rem;bottom: 3.5rem;
	}
	.sisul-swiper .content p {margin-bottom: 1.5rem;}
	.sisul-swiper .content p strong {font-size: 2rem;font-weight: 700;}
}
@media (max-width: 768px) {
	#main_sisul {padding: 6rem 0 8rem;}	
	#main_sisul .inner{
		max-width: 90%;
	    margin: 0 5%;
	}
	#main_sisul .head {padding-top: 0;}
	#main_sisul .head h3 {margin-bottom: 1rem;}
	#main_sisul .head p {font-size: 1.75rem;}
	.sisul-swiper .swiper-wrapper {
		flex-direction: column;
		align-items: stretch;		
		gap: 0.75rem;
	}
	.sisul-swiper .swiper-slide {
		width: 100% !important;
		height: 4.5rem !important;
		overflow: hidden;
		transition: all 0.3s ease;
	}
	.sisul-swiper .swiper-slide,
	.sisul-swiper .swiper-slide:hover,
	.sisul-swiper .swiper-slide:focus {
		-webkit-border-radius: 1rem;
		border-radius: 1rem;
	}
	.sisul-swiper .swiper-slide.active {
		width: 100% !important;
		height: 300px !important;
	}
	.sisul-swiper .swiper-slide::after {
		background: linear-gradient(top,  rgba(0,0,0, .4) 50%, rgba(0,0,0, .8) 100%);
		background: -webkit-linear-gradient(top,  rgba(0,0,0, .4) 50%, rgba(0,0,0, .8) 100%);
	}
	.sisul-swiper .sisul_tit {
		top: 0; left: 0;transform: translateX(0);
		width: 100%;padding: 0 2rem;
		justify-content: center;
		font-size: 1.125rem;letter-spacing: -0.025rem;
		writing-mode: horizontal-tb;
	}
	.sisul-swiper .sisul_tit .btn_more {
		display: none;
	}
	.sisul-swiper .content {
		left: 50%;top: 50%;bottom: auto;transform: translateX(-50%) translateY(-50%);
	}
	.sisul-swiper .swiper-slide.active .content {text-align: center;}
	.sisul-swiper .content p {margin-bottom: 1rem;font-size: 1.125rem;}
	.sisul-swiper .content p strong {font-size: 2.25rem;}
	.sisul-swiper .content .btn_more {
		padding: 0 1.5rem;padding-right: 3.5rem;
		height: 2.5rem;
		font-size: 1rem;	
		line-height: 2.5rem;
	}	
	.sisul-swiper .content .btn_more::before {
		right:1.5rem;
		width: 1.25rem;height: 1.25rem;
		background-size: 1.25rem auto;
	}	
}
@media (max-width: 480px) {
	#main_sisul {padding: 5rem 0 6rem;}
	#main_sisul .bg_circle::before {
		top: 12%;right: -15%;
		width: 15rem;height: 15rem;
		background-size: 15rem;
	}
	#main_sisul .head {padding-bottom: 1.5rem;}
	#main_sisul .head h3 {font-size: 1.1rem;}
	#main_sisul .head p {font-size: 1.5rem;font-weight: 600;}
	.sisul-swiper .swiper-wrapper {	gap: 0.5rem;}
	.sisul-swiper .sisul_tit {padding: 0 1.5rem;}
	.sisul-swiper .swiper-slide.active {height: 240px !important;}
	.sisul-swiper .content p strong {font-size: 1.75rem;}
	.sisul-swiper .content .btn_more {
		padding: 0 1rem;padding-right: 2.5rem;
		height: 2.25rem;
		font-size: 0.85rem;	
		line-height: 2.25rem;
	}	
	.sisul-swiper .content .btn_more::before {
		right:1rem;
		width: 1rem;height: 1rem;
		background-size: 1rem auto;
	}	
}

/* 공지사항 */
#main_notice {
	position: relative;
	width: 100%;
	margin: 0;padding: 12rem 0 8rem;
	flex-direction: column;
	overflow: hidden;	
}
#main_notice::before {
	position: absolute;
	content: '';
	display: block;
	width: 100%;height: 100%;	
	top: 0;left: 0;
	background-color: #F1FFFA;
	z-index: -2;
}
#main_notice .bg_txt {
	position: absolute;
	top: 12rem;left: 0;right: 0;
	display: flex;
	font-family: 'Roboto';font-size: 9rem;font-weight: 900;
	line-height: 1rem;
	color: #E4F5F0;
	text-align: right;text-transform: uppercase;
	white-space: nowrap;
	animation: flow 40s linear infinite;
	z-index: -1;
}
#main_notice .bg_txt .scrolling-text {
	padding-right: 2rem;
	flex-shrink: 0;
}
@keyframes flow {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
#main_notice .head{
	width: 100%;max-width: 1300px;
    margin: 0 auto;padding: 0 0.5rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
#main_notice .head .tit h3{
	margin: 0;padding: 0;
    font-size: 3.5rem;font-weight: 900;line-height: 1.5;
    color: #1E2124;
}
#main_notice .head .tit p{
	margin: 0;padding: 0;
	font-size: 2.25rem;font-weight: 300;
	line-height: 1.5;
	color: #464C53;
}
#main_notice .head div.ctrl{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 1rem;
}
#main_notice .head .bbs_slider_ctrl{
    position: relative;
    width: 6.5rem;height: 3.25rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#main_notice .head .bbs-button-next, 
#main_notice .head .bbs-button-prev{
    position: relative;
    margin-top: 0;
    left: 0; right: 0; top:0; bottom: 0;
    width: 3.25rem; height: 3.25rem;
    text-indent: -9999px;
    background-color: #E0E6E9;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 24px;
    -webkit-transition: 0.2s all linear;
    transition: 0.2s all linear;
    border: 0;
    border-radius: 99rem;
    -webkit-border-radius: 99rem;
}
#main_notice .head .bbs-button-next{
    background-image: url('/images/skywalk/main/icon_slider_next.svg');
}
#main_notice .head .bbs-button-prev{
    background-image:url('/images/skywalk/main/icon_slider_prev.svg');
}
#main_notice .head .bbs-button-next:hover, 
#main_notice .head .bbs-button-prev:hover{
    background-color: #282828;
}
#main_notice .head .bbs-button-next:hover{
    background-image: url('/images/skywalk/main/icon_slider_next_ov.svg');
}
#main_notice .head .bbs-button-prev:hover{
    background-image:url('/images/skywalk/main/icon_slider_prev_ov.svg');
}

#main_notice .head .swiper-button-disabled,
#main_notice .head .swiper-button-disabled:hover{
    opacity: 0.5;
    cursor: default;
    background-color: #EFF0F5;
}
#main_notice .cont {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#main_notice .bbs_slider {
    position: relative;
    width: 100%;
    margin-bottom: 2rem;
    padding: 3rem 1rem;
    overflow: hidden;
}
#main_notice .bbs_slider .swiper-wrapper {
    display: flex;
    justify-content: unset;
}
#main_notice .bbs_slider .swiper-slide {
    flex-shrink: 0;
    min-height: 300px;
    background-color: #fff;
    border-radius: 1rem;
    transition: 0.4s all ease;
    box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.1);
}
#main_notice .bbs_slider a.thumb{
     position: relative;
     display: block;
     height: 100%;
     margin: 0;padding: 2.5rem 2rem;
}
#main_notice .bbs_slider a.thumb span {margin: 0 0.5rem;}
#main_notice .bbs_slider a.thumb span.badge{
	display: inline-block;
	margin: 0;padding: 0 1.5rem;
	height: 2.25rem;
	font-size: 1rem;font-weight: 600;
	line-height: 2.25rem;color: #fff;
	text-align: center;
	background-color: #51927B;
	-webkit-border-radius: 99rem;
	border-radius: 99rem;
}
#main_notice .bbs_slider a.thumb span.sbj{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	height: 4rem;
	margin-top: 1.5rem;margin-bottom: .5rem;
	font-size: 1.25rem;font-weight: 700;line-height: 1.5;
	color: #1E2124;
	text-overflow: ellipsis;
	overflow: hidden;
}
#main_notice .bbs_slider a.thumb span.date{
	display: block;
	margin-top: 4rem;padding-left: 1.65rem;
	font-size: 1.05rem;font-weight: 500;
	color: #8A949E;
	background-image: url('/images/skywalk/common/icon_date.svg');
	background-repeat: no-repeat;
    background-position: left center;
    background-size: 24px;
}
#main_notice .bbs_slider .swiper-slide:hover {
	background-color: #2A8062;
	border-color: transparent;
}
#main_notice .bbs_slider .swiper-slide:hover a.thumb span{color: #fff;}
#main_notice .bbs_slider .swiper-slide:hover a.thumb span.badge {background-color: rgba(255, 255, 255, 0.1);}
#main_notice .bbs_slider .swiper-slide:hover a.thumb span.date{background-image: url('/images/skywalk/common/icon_date_ov.svg');}
#main_notice .bbs_slider .swiper-slide a span.link_ico{
    display: block;
    width: 1.5rem;height: 1.5rem;
    text-indent: -9999rem;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 24px;
    border-radius: 99rem;
	-webkit-border-radius: 99rem;	    
}
#main_notice .bbs_slider .swiper-slide a span.link_ico.new{
    background-color: #D52938;
    background-image: url('/images/skywalk/main/ico_notice_new.svg');
}
#main_notice .bbs_slider .swiper-slide a span.link_ico.file{
    background-color: #F1F2F3;
    background-image: url('/images/skywalk/main/ico_notice_file.svg');
}
#main_notice .bbs_slider .nodata {width: 100%;height: 5rem;font-size: 1.25rem;color: #8A949E;text-align: center;}
#main_notice a.btn_more {
	position: relative;
	display: inline-block;
	height: 3.5rem;
	margin: 0;padding: 0 2rem;padding-right: 5rem;
	font-weight: 600;
	line-height: 3.5rem;
	color: #fff;
	background-color: #282828;
	background-size: 200% auto;
	background-position: left center;
	border: 0;
	-webkit-border-radius: 99rem;
	border-radius: 99rem;
	transition: .5s ease-in-out;
}
#main_notice a.btn_more::before {
	position: absolute;
	top: 50%;right: 1.5rem;transform: translateY(-50%);
	display: block;content: ''; 
	width: 1.5rem;height: 1.5rem;
	margin: 0;padding: 0;
	background-image:url('/images/skywalk/main/btn_more_arrow.svg');
	background-size: 24px;
	background-repeat: no-repeat;
	background-position: center;
	transition: all .3s ease;
}
#main_notice a.btn_more:hover{
	background-color: #008080;
	background-position: right center;
}
#main_notice a.btn_more:hover::before {
	transform: translateY(-50%) translateX(5px);
}

@media (max-width: 1300px) {
	#main_notice {padding: 10rem 0;}
	#main_notice .bg_txt {
		top: 9.5rem;
		font-size: 7rem;
	}
	#main_notice .head{
	    max-width: 94%;
	    margin: 0 3%;
	}
	#main_notice .head .tit h3{font-size: 3.5rem;}
	#main_notice .head .tit p{font-size: 2rem;}
	#main_notice .bbs_slider a.thumb{padding: 2rem;}
}
@media (max-width: 1024px) {
	#main_notice .head .tit h3{font-size: 3rem;}
	
	#main_notice .bbs_slider {margin-bottom: 0;padding: 3rem 4%;}
	#main_notice .bbs_slider .swiper-slide {width: 100%;min-height: auto;}
	#main_notice .bbs_slider a.thumb{padding: 2rem;}
	#main_notice .bbs_slider a.thumb span.sbj{
		height: 3.5rem;
		font-size: 1.25rem;font-weight: 600;line-height: 1.5;
	}
}
@media (max-width: 768px) {
	#main_notice {padding: 6rem 0;}
	#main_notice .bg_txt {
		top: 6rem;
		font-size: 5rem;
	}
	#main_notice .head .tit h3{font-size: 2.5rem;}
	#main_notice .head .tit p{font-size: 1.5rem;line-height: 1.25;}
	#main_notice .head .bbs_slider_ctrl{width: 6rem;height: 3rem;}
	#main_notice .head .bbs-button-next, 
	#main_notice .head .bbs-button-prev{width: 3rem; height: 3rem;}	
	
	#main_notice .bbs_slider {padding: 2rem 4%;}
	#main_notice .bbs_slider .swiper-slide {box-shadow : 0 0 2rem rgba(0, 0, 0,0.1);}
	#main_notice .bbs_slider a.thumb{padding: 2rem 1.5rem;}
	#main_notice .bbs_slider a.thumb span.badge{
		width: auto;height: 1.5rem;
		padding: 0 .75rem;
		font-size: 0.9rem;
		line-height: 1.5rem;
	}
	#main_notice .bbs_slider a.thumb span.sbj{
		height: 3rem;
		margin-top: 0.5rem;
		font-size: 1.125rem;		
	}
	#main_notice .bbs_slider a.thumb span.date{
		margin-top: 2rem;padding-left: 1.25rem;
		font-size: 0.9rem;
		background-size: 20px;
		background-position: left 3px;
	}
	#main_notice .bbs_slider .swiper-slide a span.link_ico{
	    width: 1rem;height: 1rem;
	    background-size: 1rem;
	}

	#main_notice a.btn_more {
		padding: 0 1.5rem;padding-right: 3.5rem;
		min-width: 120px;height: 2.75rem;
		font-size: 1rem;	
		line-height: 2.75rem;
	}
	#main_notice a.btn_more::before {
		right: 1.5rem;
		width: 1.25rem;height: 1.25rem;
		background-size: 1.25rem auto;
	}
}
@media (max-width: 480px) {
	#main_notice {padding: 5rem 0;}
	#main_notice .bg_txt {top: 5rem;}
	#main_notice .head {align-items: flex-end;}
	#main_notice .head .tit h3{font-size: 2.25rem;}
	#main_notice .head .tit p{font-size: 1.125rem;}
	#main_notice .head .bbs_slider_ctrl{
	    width: 5rem;height: 2.5rem;
	}
	#main_notice .head .bbs-button-next, 
	#main_notice .head .bbs-button-prev{
	    width: 2.5rem; height: 2.5rem;
	    background-size: 20px;
	}	
	#main_notice .bbs_slider .swiper-slide {
		-webkit-border-radius: 0.75rem;
		border-radius: 0.75rem;
	}
	#main_notice .bbs_slider a.thumb{padding: 1.5rem;}
	#main_notice a.btn_more {
		padding-right: 3rem;
		height: 2.5rem;
		font-size: 0.9rem;
		line-height: 2.5rem;
	}
	#main_notice a.btn_more::before {
		right: 1rem;
		width: 1rem;height: 1rem;
		background-size: 1rem auto;
	}
	#main_notice .head .bbs_slider_ctrl{width: 4rem;height: 2rem;}
	#main_notice .head .bbs-button-next, 
	#main_notice .head .bbs-button-prev{width: 2rem; height: 2rem;}	
}