@charset "UTF-8";

section{
	position: relative;
}
section .layout{
	position: relative;
	width: 100%;
	max-width: 1404px;
	margin: 0 auto;
}
@media ( max-width : 1440px) {
	section .layout{
		max-width: 100%;
		padding: 0 1rem;
	}
}
button{
	padding: 0;
}
/* 공통타이틀 */
.deco-title{
	display: inline-block;
  position: relative;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.028rem;
  font-family: 'NEXON';
  color: #111;
}
.deco-title::before{
	display: block;
	position: absolute;
	top: -0.65rem;
	left: 0;
	width: 100%;
	height: .25rem;
	background: url(/main/images/korean/main/title-deco.svg)no-repeat center center;
	background-size: cover;
	content: '';
}
/* 슬라이드 제어 공통사용 */
.slide-ctrl .pagination{
	display: flex;
	align-items: center;
	gap:.4rem;
	width: 4.4rem !important;
	flex-shrink: 0;
}
.slide-ctrl .pagination span{
	margin: 0 !important;
	display: inline-block;
	width: .4rem;
	height: .4rem;
	border-radius: 0;
	background: #fff;
	opacity: 1;
	transition: width .2s linear;
}
.slide-ctrl .pagination span.swiper-pagination-bullet-active{
	width: 2rem;
	background: #8EC43E;
}
.slide-ctrl .slide-auto{
	font-size: 0;
	border-radius: 50%;
	border: 1px solid #3B3E42;
	flex-shrink: 0;
	cursor: pointer;
	position: relative;
	width: 2rem;
	height: 2rem;
}
.slide-ctrl.small .slide-auto{  
	width: 1.4rem;
	height: 1.4rem;
}
.slide-ctrl.small button i::before{
	font-size: .9rem;
}
.slide-ctrl .slide-auto button{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0 !important;
	z-index: -1;
	border: none;
}
.slide-ctrl .slide-auto button.stop{
	display: none;
}
.slide-ctrl .slide-auto.on .stop{
	display: block;
}
.slide-ctrl .slide-auto.on .play{
	display: none;
}
.slide-ctrl .slide-auto{
	border: 1px solid #E0E0E0;
	transition: border .2s linear;
}
.slide-ctrl .slide-auto:hover{
	border: 1px solid #3B3E42;
}

/* 공통버튼 */
.round-btn{
	width: 2rem;
	height: 2rem;
	border-radius: 50%;
	border: 1px solid #E0E0E0;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: border .2s linear;
	font-size: 0;
}
.round-btn:hover{
	border: 1px solid #3B3E42;
}
.round-btn i{
	font-size: 0;
	transition:transform .2s linear;
}
.round-btn:hover i{
	transform: rotate(180deg);
}
.round-btn.next:hover i, .round-btn.prev:hover i{
	transform: none;
}
.round-btn i::before{
	color: #111111;
	font-size: 1.2rem;
}

/* section01 */
.visual{
	position: relative;
	overflow: hidden;
}
.visual .visual-bg img{
	width: 100%;
	object-fit: cover;
	transition: all .8s ease-in-out;
	transform: scale(1.2);
}
.intro-ani .visual .visual-bg img{
	transform: scale(1);
}
.visual .layout{
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
	height: 100%;
}
.visual .visual-title{
	color: #fff;
	font-family: 'NEXON';
	text-align: center;
	padding-top: 12rem;
}
.visual .visual-title h2{
	font-size: 3.2rem;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: -0.096rem;
	text-shadow: 0px 0px 60px rgba(0, 0, 0, 0.40);
}
.visual .visual-title h2 br{
	display: none;
}
.visual .visual-title p{
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: -0.042rem;
	padding-top: .4rem;
	word-break: keep-all;
}
.visual .visual-scroll{
	position: absolute;
	left: -4.5rem;
	bottom: 0;
	width: 10.17rem;
	height: 10.17rem;
}
.visual .visual-scroll::before{
	display: block;
	position: absolute;
	top:2.8rem;
	left: 3.65rem;
	width: 100%;
	height: 100%;
	border: 1px solid #fff;
	opacity: .4;
	content: '';
	transform: rotate(45deg);
}
.visual .visual-scroll::after{
	display: block;
	position: absolute;
	width: 6.8rem;
	height: 6.8rem;
	background: #fff;
	border: 1px solid rgba(255, 255, 255, .6);
	content: '';
	transform: rotate(45deg);
	bottom: -3.65rem;
	left: 5.35rem;
	z-index: -1;
}
.visual .visual-deco{
	width: 3.2rem;
	height: 3.2rem;
	margin: .95rem;
	display: inline-block;
	border-radius: 50%;
	background: linear-gradient(180deg, #8EC43E 0%, #2EA7E0 100%);
	position: absolute;
	top: 3.5rem;
	left: 6.25rem;
}
.visual .visual-deco::before{
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 160%;
	height: 160%;
	background: url('/main/images/korean/main/visual-deco-line.png')no-repeat center center;
	background-size: cover;
	content: '';
	transform: translate(-50%, -50%);
	animation: lotate 4s;
	animation-iteration-count: infinite;

}
.visual .visual-deco::after{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	background: url(/main/images/korean/main/scroll.svg)no-repeat center center;
}
.visual .visual-scroll p{
	color: #3B3E42;
	font-size: .9rem;
	font-weight: 500;
	letter-spacing: -0.027rem;
	line-height: 1.3;
	text-align: center;
	position: absolute;
	width: 100px;
	left: 6.25rem;
	bottom: 1px;
}
.visual .visual-scroll p::before{
	display: block;
	position: absolute;
	top: -.9rem;
	left: 50%;
	width: 100%;
	height: .57rem;
	background: url(/main/images/korean/main/arrow.svg)no-repeat center center;
	content: '';
	transform: translateX(-50%);
}

@keyframes lotate {
	 
	100% {
		transform : translate(-50%, -50%) rotate(360deg)
	}
}

.visual-ctrl{
	display: flex;
	position: absolute;
	bottom: 6.6rem;
	left: 50%;
	transform: translateX(-50%);
	gap: .8rem;
	color: #fff;
}
.visual-ctrl .slide-auto{
	border: 2px solid #fff;
}
.visual-ctrl .slide-auto button i::before{
	color: #fff;
}
.visual-ctrl .slide-auto:hover{
	border: 2px solid #fff;
}


/* section02 */
.section02{
	padding: 6rem 0 2.4rem 0;
}
.section02 .layout{
	display: flex;
	align-items: flex-start;
	gap: 6rem;
}
.section02 .notice{
	width: 30rem;
	position: relative;
}
.section02 .notice .notice-tab{
	display: flex;
	align-items: flex-start;
	padding-top:  .65rem;
	gap: 1.6rem;
}
.section02 .notice .notice-tab li button{
	display: inline-block;
	width: 100%;
	position: relative;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: -0.028rem;
	font-family: 'NEXON';
	color: #B6B6B6;
	padding: 0;
	transition: color .2s linear;
}
.section02 .notice .notice-tab li button:hover, .section02 .notice .notice-tab li button.active{
	color: #111;
}
.section02 .notice .notice-tab li button::before{
	display: block;
	position: absolute;
	top: -0.65rem;
	left: 0;
	width: 100%;
	height: .25rem;
	background: url(/main/images/korean/main/title-deco.svg)no-repeat center center;
	background-size: cover;
	content: '';
	opacity: 0;
	transition: opacity .2s linear;
}
.section02 .notice .notice-tab li button.active::before{
	opacity: 1;
}
.notice-con{
	margin-top: 1.6rem;
}
.notice-con .notice-con-item{
	display: none;
	height: 17.3rem;
}
.notice-con .notice-con-item.active{
	display: block;
}
.notice-con .notice-con-item .round-btn{
	position: absolute;
	top: .65rem;
	right: 0;
}
.notice .notice-con-inner{
	display: flex;
	gap: 1rem;
}
.notice .notice-con-inner:hover .info p:first-of-type{
	text-decoration: underline;
}
.notice .notice-con-inner .date{
	width: 4.9rem;
	height: 4.9rem;
	border-radius: 50%;
	flex-shrink: 0;
	text-align: center;
	color: #424242;
	font-family: 'NEXON';
	border: 1px solid #E0E0E0;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}
.notice .notice-con-inner .date .month{
	font-size: .8rem;
	font-weight: 500;
	line-height: 1.1;
	letter-spacing: -0.016rem;
}
.notice .notice-con-inner .date .day{
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.1;
	letter-spacing: -0.032rem;
}
.notice .notice-con-inner.new{
	margin-bottom: 1.2rem ;
}
.notice .notice-con-inner.new .date{
	background: #F79000;
	color: #fff;
	border: 1px solid #F79000;
}
.notice .notice-con-inner .info{
	flex: 1;
}
.notice .notice-con-inner .info p{
	color: #111;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: -0.03rem;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	-webkit-box-orient:vertical;
	-webkit-line-clamp: 1;
}
.notice .notice-con-inner .info p + p{
	padding-top: .4rem;
	font-size: .8rem;
	font-weight: 400;
	line-height: 1.6;
	letter-spacing: -0.024rem;
	color: #616161;
	-webkit-line-clamp: 2;
}
.notice .notice-sum{
	margin-top: 1.2rem;
}
.notice .notice-sum li + li{
	margin-top: .6rem;
}
.notice .notice-sum li a{
	display: flex;
	padding-left: .6rem;
	position: relative ;
	justify-content: space-between;
	gap: .4rem;
}
.notice .notice-sum li a:hover p{
	text-decoration: underline;
}
.notice .notice-sum li a::before{
	display: block;
	position: absolute;
	top: .55rem;
	left: 0;
	width: .2rem;
	height: .2rem; 
	border-radius: 50%;
	background: #222;
	content: '';
}
.notice .notice-sum li a p{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #222;
	font-size: .9rem;
	font-weight: 400;
	letter-spacing: -0.018rem;
	height: 1.3rem;
	width: calc(100% - 4.3rem);
}
.notice .notice-sum li a span{
	color: #757575;
	font-weight: 400;
	font-size: .8rem;
	line-height: 1.6;
	letter-spacing: -0.024rem;
}
.section02 .popup{
	flex: 1;
	margin: 0 -0.9rem;
}
.section02 .popup .swiper-wrapper .swiper-slide{
	padding: 0 .6rem;
	width: calc((100% - 1.86rem) / 2);
	height: 22rem;
}
.section02 .popup .popup-img a{
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 100%;
	height: 100%;
	border: 1px solid #E0E0E0;
	background-color: #E0E0E0;
}
.section02 .popup .popup-img a img{
	position: relative;
	width: 100%;
	height: 100%;
}
.section02 .popup .popup-img a img::before{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 1px solid #E0E0E0;
	content: '';
}
.section02 .slide-ctrl{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: .5rem;
	margin-top: 1.5rem;
}
/* section03 */
.section03 .section03-wrap{
	display: flex;
	align-items: flex-end;
	gap: 2.25rem;
}
.section03 .quick{
	flex: 1;
}
.quick .quick-list{
	display: flex;
	align-items: center;
	gap: 1.8rem;
} 
.quick .quick-list li{
	flex: 1;
	height: 7.2rem;
}
.quick .quick-list li a{
	display: flex;
	flex-direction: column;
	gap: .8rem;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	color: #111;
	font-size: .9rem;
	font-weight: 500;
	line-height: 1;
	border: 1px solid #E0E0E0;
	transition: all .2s linear;
}
.quick .quick-list li a img{
	width: 2.4rem;
}
.quick .quick-list li a:hover{
	background: #F0F9E4;
	border: 1px solid #8EC43E;
}
.section03 .banner{
	width: 20.25em;
	flex-shrink: 0;
}
.section03 .banner .slide-ctrl .pagination span:not(.swiper-pagination-bullet-active){
	background: #E0E0E0;
}

.banner .slide-ctrl{
	display: flex;
	align-items: center;
	gap: .5rem;
	justify-content: flex-end;
}
.banner .slide-ctrl .slide-auto{
	width: 1.4rem;
	height: 1.4rem;
}
.banner .round-btn i::before{
	font-size: .8rem;
}
.banner .swiper-wrapper{
	align-items: flex-end;
	height: 7.2rem;
	margin-top: .8rem;
}
.banner .swiper-slide a{
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.banner .swiper-slide a img{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	transform: translate(-50% , -50%);
}
/* section04 */
.section04{
	margin-top: 6.7rem;
	padding: 4.8rem 0 6rem 0;
}
.section04::before{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 68.75%;
	height: 100%;
	background: url('/main/images/korean/main/section04-bg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	content: '';
	background-position: center right;
}
.section04::after{
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 31.25%;
	height: 100%;
	background: url('/main/images/korean/main/ground-img.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	content: '';
}
.section04 .layout{
	display: flex;
	gap: 9rem;
}
.section04 .deco-title{
	color: #fff;
}
.section04-con{
	width: 100%;
}
.anchor{
	width: 64.1%;
	position: relative;
	margin-left: 0;
}
.anchor .anchor-top{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.anchor .slide-ctrl{
	display: flex;
	align-items: center;
	gap: .4rem;
	position: absolute;
	top: 0;
	right: 0;
}
.anchor .slide-ctrl .round-btn{
	border: 1px solid rgba(255, 255, 255, 0.2);
}
.anchor .slide-ctrl .round-btn:hover{
	border: 1px solid rgba(255, 255, 255, 1);
}
.anchor .round-btn i{
	display: flex;
	align-items: center;
	justify-content: center;
}
.anchor .round-btn i::before{
	color: #fff;
}
.anchor .swiper-slide ul{
	display: flex;
	flex-wrap: wrap;
	width: calc(100% - 2px);
	border: 1px solid #185282;
	margin-top: 1.6rem;
}
.anchor .swiper-slide ul li{
	width: 20%;
}
.anchor .swiper-slide ul li a{
	display: flex;
	color: #fff;
	font-size: .8rem;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: -0.024rem;
	text-align: center;
	align-items: center;
	justify-content: center;
	padding: 1.2rem .2rem;
	background: #083A62;
	transition: all .2s linear;
	border-right: 1px solid #185282;
	min-height: 24px;
}
.anchor .swiper-slide ul li.long a{
	font-size: .7rem;
}
.anchor .swiper-slide ul li:nth-child(5n) a{
	border-right: none
}
.anchor .swiper-slide ul li:nth-child(n+6) a{
	border-top:1px solid #185282;
}
.anchor .swiper-slide ul li a:hover{
	color: #185282;
	background: #fff;
}
.call{
	margin-top: 6.65rem;
	width: 64.1%;
}
.call .call-list{
	margin-top: 1.6rem;
	display: flex;
	align-items: center;
	gap: 2.05rem;
}
.call .call-list li{
	display: flex;
	gap: .8rem;
	align-items: center;
	justify-content: center;
	padding: .8rem 0;
}
.call .call-list li img{
	width: 3.2rem;
}
.call .call-list li p{
	width: 100%;
	color: #fff;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: -0.02rem;
}
.call .call-list li p span{
	font-size: .8rem;
	font-weight: 400;
}
.call .call-list li p + span{
	display: inline-block;
	padding-top: .2rem;
	font-size: 1.1rem;
	font-weight: 700;
	color: #8EC43E;
	font-family: 'NEXON';
}

/* section05 */
.section05 .news {
	padding: 5.45rem 0 5rem 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.section05 .slide-ctrl{
	display: flex;
	align-items: center;
	gap: .4rem;
}
.section05 .swiper-wrapper{
	margin: 1.9rem -.9rem 0 -.9rem;
}
.section05 .swiper-slide{
	padding: 0 .9rem;
	width: calc((100% - 5.4rem) / 4) !important;
}
.section05 .swiper-slide .news-item .news-img{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 12.4rem;
}
.section05 .swiper-slide .news-item .news-img::before{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: calc(100% - 2px);
	height: calc(100% - 2px);
	border: 1px solid #E0E0E0;
	content: '';
	z-index: 1;
}
.section05 .swiper-slide .news-item .news-img img{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	transform: translate(-50%, -50%);
	transition: transform .2s linear;
	object-fit: cover;
}
.section05 .swiper-slide .news-item:hover .news-img img{
	transform: scale(1.1) translate(-50%, -50%);
}
.section05 .news-con{
	margin-top: 1rem;
}
.section05 .news-con .news-date{
	color: #616161;
	font-size: .8rem;
	font-weight: 400;
	line-height: 1.6;
	letter-spacing: -0.024rem;
}
.section05 .news-con .news-title{
	padding-top: .2rem;
	color: #111;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: -0.03rem;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: hidden;
	white-space: normal;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

@media (max-width: 1600px){
	.visual .visual-title{
		padding-top: 7rem;
	}
	.section02 .popup{
		padding-right: 1rem;
	}
}
@media (max-width: 1440px){
	.section02 .layout{
		gap: 2rem;
	}
	.section02 .notice{
		width: 28rem;
	}
	.section03 .section03-wrap{
		gap: 1.15rem;
	}
	.quick .quick-list{
		gap: 1rem;
	}
	.quick .quick-list li{
		height: 6rem;
	}
	.quick .quick-list li a img{
		width: 2rem;
	}
	.banner .swiper-slide{
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
	}
	.banner .swiper-slide a{
		height: 6rem;
	}
	.anchor{
		width: 69.1%;
	}
	.call{
		width: 69.1%;
		margin-top: 4.6rem;
	}
}
@media (max-width: 1280px){
	.section02 .layout{
		gap: 3rem;
	}
	.section02 .popup{
		flex: unset;
		padding-right: 0;
	}
	.section02 .popup{
		width: 18rem;
	}
	.section02 .popup .swiper-wrapper .swiper-slide{
		padding: 0;
		width: 100%;
	}
	.section02 .notice{
		width: calc(100% - 20rem);
	}
	.section04::before{
		width: 100%;
	}
	.section04::after{
		display: none;
	}
	.anchor{
		width: 100%;
	}
	.call{
		width: 100%;
	}
	.call .call-list{
		justify-content: space-between;
	}
	.section05 .swiper-slide{
		width: calc((100% - 3.6rem) / 3) !important;
	}
}
@media (max-width: 1080px){
	.visual .visual-scroll{
		display: none;
	}
}
@media (max-width: 1001px){
	.visual .visual-title{
		padding-top: 4rem;
	}
	.visual .visual-title h2{
		font-size: 2.3rem;
	}
	.visual-ctrl{
		bottom: 3.6rem;
	}
	.visual .visual-title p{
		font-size: 1.2rem;
	}
	.section02{
		padding: 4rem 0;
	}
	.section02 .notice{
		width: calc(100% - 16.5rem);
	}
	.section02 .popup{
		width: 14.5rem;
	}
	.section02 .slide-ctrl{
		margin-top: 1rem;
	}
	.section02 .popup .swiper-wrapper .swiper-slide{
		height: 18.5rem;
	}
	.section03 .section03-wrap{
		flex-direction: column;
		gap: 2rem;
	}
	.section03 .quick{
		margin-top: 2rem;
		width: 100%;
	}
	.notice .notice-con-inner .date .day{
		font-size: 1.4rem;
	}
	.notice .notice-con-inner .date{
		width: 4.5rem;
		height: 4.5rem;
	}
	.section03 .banner{
		width: 100%;
	}
	.banner .swiper-wrapper{
		margin: 0 -.5rem;
		padding-top: .5rem;
	}
	.banner .swiper-slide{
		width: calc((100% - 2rem) / 3);
		padding: 0 .5rem;
	}
	.call .call-list{
		gap: 1.5rem;
	}
	.call .call-list li img{
		width: 2.5rem;
	}
	.section05 .news-con .news-date{
		font-size: .9rem;
	}
}

@media (max-width: 768px){
	.deco-title{
		font-size: 1.1rem;
	}
	.round-btn{
		width: 1.8rem;
		height: 1.8rem;
	}
	.round-btn i::before{
		font-size: 1.1rem;
	}
	.slide-ctrl .slide-auto{
		width: 1.8rem;
		height: 1.8rem;
	}
	section .layout{
		padding: 0 .5rem;
	}
	.intro-ani .visual .visual-bg{
		height: 350px;
	}
	.intro-ani .visual .visual-bg img{
		display: inline-block;
		height: 100%;
	}
	.visual .visual-title{
		padding-top: 4rem;
	}
	.visual .visual-title h2{
		font-size: 1.8rem;
		line-height: 1.3;
	}
	.visual .visual-title p{
		font-size: 1rem;
		padding-top: 0;
	}
	.visual-ctrl{
		bottom: 2.6rem;
	}
	.section02{
		padding: 2.5rem 0;
	}
	.section02 .layout{
		flex-direction: column;
		gap: .5rem;
	}
	.section02 .notice{
		width: 100%;
	}
	.section02 .notice .notice-tab{
		gap: 1.2rem;
	}
	.section02 .notice .notice-tab li button{
		font-size: 1.3rem;
	}
	.notice .notice-con-inner .date .day{
		font-size: 1.2rem;
	}
	.notice .notice-con-inner.new{
		margin-bottom: 1rem;
	}
	.notice .notice-sum li a p{
		font-size: .85rem;
	}
	.notice .notice-sum li a span{
		font-size: .7rem;
	}
	.section02 .popup{
		width: 100%;
		margin: 0 -.1rem;
	}
	.section02 .popup .swiper-wrapper .swiper-slide{
		width: calc((100% - 1.25rem) / 2);
		padding: 0 .44rem;
	}
	.section03 .quick{
		margin-top: 1rem;
	}
	.quick .quick-list{
		flex-wrap: wrap;
	}
	.quick .quick-list li{
		width: calc((100% - 2rem) / 3);
		flex: unset;
	}
	.banner .swiper-slide{
		width: calc((100% - 1rem) / 2);
	}
	.section04{
		margin: 3rem 0;
		padding-bottom: 3rem;
	}
	.anchor .swiper-slide ul{
		margin-top: 1rem;
	}
	.anchor .swiper-slide ul li{
		width: 25%;
	}
	.anchor .swiper-slide[aria-label="2 / 2"] ul li{
		width: 33.33%;
	}
	.anchor .swiper-slide ul{
		border: none;
		box-shadow: none;
	}
	.anchor .swiper-slide ul li a{
		border-top: 1px solid #185282;
		font-size: .85rem;
	}
	.anchor .swiper-slide ul li:nth-child(5n) a{
		border-right: 1px solid #185282;
	}
	.call{
		margin-top: 3rem;
	}
	.call .call-list li{
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
	.section05 .news{
		padding: .8rem 0 1.5rem 0;
	}
	.section05 .swiper-wrapper{
		margin: 1.9rem -.5rem 0 -.5rem;
	}
	.section05 .swiper-slide{
		width: calc((100% - 2rem) / 3) !important;
		padding: 0 .5rem;
	}
	.section05 .swiper-slide .news-item .news-img{
		height: 10.5rem;
	}
}

@media (max-width: 550px){
	.visual-ctrl{
		bottom: 3rem;
	}
	.visual .visual-title{
		padding-top: 3.5rem;
	}
	.visual .visual-title h2 br{
		display: block;
	}
	.notice .notice-con-inner .date{
		width: 4rem;
		height: 4rem;
	}
	.notice .notice-con-inner{
		gap: .7rem;
	}
	.notice .notice-con-inner .info p + p{
		padding-top: 0.2rem;
	}
	.notice .notice-sum li + li{
		margin-top: .3rem;
	}
	.section02 .popup{
		margin: 0;
	}
	.section02 .popup .swiper-wrapper .swiper-slide{
		width: 100%;
		padding: 0;
	}
	.banner .swiper-wrapper{
		margin: 0;
	}
	.banner .swiper-slide{
		width: 100%;
		padding: 0;
	}
	.anchor .swiper-slide ul li{
		width: 50%;
	}
	.anchor .swiper-slide[aria-label="2 / 2"] ul li{
		width: 50%;
	}
	.call .call-list{
		flex-direction: column;
		gap: 1rem;
	}
	.call .call-list li{
		width: 100%;
		padding: 0;
	}
	.section05 .swiper-wrapper{
		margin: 1.9rem 0 0 0;
	}
	.section05 .swiper-slide{
		width: 100% !important;
		padding: 0;
	}
}