body.wrap {
	position: relative;
}

section.main {
	position: relative;
}

.visual {
	touch-action: pan-y;
	overflow: hidden;
	user-select: none;
}

.visual .inner {
	overflow: hidden;
	position: relative;
	width: 100vw;
}

.visual .slide-group {
	display: flex;
	transition: transform 0.5s ease;
	will-change: transform;
}

.visual .slide-item {
	overflow: hidden;
	position: relative;
	flex-shrink: 0;
	max-height: 77rem;
}

.visual .slide-title {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 90%;
	height: fit-content;
	margin: auto;
}

.visual .slide-title .main-txt {
	margin-bottom: 2.4rem;
	text-align: center;
	font-size: 4rem;
	font-weight: 800;
	color: #FFF;
}

.visual .slide-title .sub-txt {
	max-width: 60rem;
	line-height: 150%;
	word-break: keep-all;
	text-align: center;
	font-size: 2rem;
	font-weight: 500;
	color: #FFF;
}

.visual .video-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}

.visual .video-wrapper video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: brightness(70%)
}

/*------ Settings ------*/
.visual .play-pause {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 3.2rem;
	height: 3.2rem;
	margin-right: 1rem;
	cursor: pointer;
	user-select: none;
}

.visual .play-pause label {
	position: absolute;
	top: 0;
	left: 0;
	padding-left: .6rem;
	width: fit-content;
	height: fit-content;
}

.visual .play-pause input {
	display: none;
}

.visual .play-pause .play {
	position: absolute;
	margin: auto;
	animation: keyframes-fill .5s;
	filter: invert(96%) sepia(100%) saturate(0%) hue-rotate(59deg) brightness(103%) contrast(106%);
}

.visual .play-pause .pause {
	position: absolute;
	display: none;
	margin: auto;
	animation: keyframes-fill .5s;
	filter: invert(96%) sepia(100%) saturate(0%) hue-rotate(59deg) brightness(103%) contrast(106%);
}

/* ------ On check event ------ */
.visual .play-pause input:checked~.play {
	display: none;
}

.visual .play-pause input:checked~.pause {
	display: block;
}

/* ------ Hide the default checkbox ------ */
.visual .play-pause input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

/* ------ Animation ------ */
@keyframes keyframes-fill {
	0% {
		transform: rotate(-180deg) scale(0);
		opacity: 0;
	}

	50% {
		transform: rotate(-10deg) scale(1.2);
	}
}

.visual .controller {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: fit-content;
	height: fit-content;
	margin: 0 auto 4rem;
}

.visual .controller button {
	cursor: pointer;
}

.visual .prev,
.visual .next {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 4rem;
	height: 4rem;
}

.visual .prev img {
	display: block;
	width: 3.6rem;
	height: 3.6rem;
	transform: rotate(90deg);
	filter: invert(96%) sepia(100%) saturate(0%) hue-rotate(59deg) brightness(103%) contrast(106%);
}

.visual .next img {
	display: block;
	width: 3.6rem;
	height: 3.6rem;
	transform: rotate(-90deg);
	filter: invert(96%) sepia(100%) saturate(0%) hue-rotate(59deg) brightness(103%) contrast(106%);
}

.visual .prev img:hover,
.visual .next img:hover,
.visual .play-pause .pause:hover,
.visual .play-pause .play:hover {
	filter: invert(21%) sepia(92%) saturate(2253%) hue-rotate(197deg) brightness(99%) contrast(101%);
}

.visual .page-info {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1rem;
}

.visual .page-info span {
	font-size: 2rem;
	font-weight: 600;
}

.visual .page-info .current {
	color: #FFF;
}

.visual .page-info .total {
	color: rgba(255, 255, 255, 1);
}

.visual .progress {
	overflow: hidden;
	position: relative;
	width: 16rem;
	height: .4rem;
	border-radius: 1rem;
	background-color: rgba(255, 255, 255, .48);
}

.visual .progress .bar {
	position: absolute;
	height: 100%;
	border-radius: 1rem;
	background-color: #FFF;
	transition: all .3s ease;
}

.main>div>.wrapper {
	display: flex;
	flex-direction: column;
	gap: 16rem;
	width: 90%;
	max-width: 158rem;
	padding: 20rem 0;
	margin: 0 auto;
}

.main>div.quick>.wrapper {
	padding: 8rem 0;
}

.quick .section-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1rem;
}

.quick a {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	gap: 1rem;
	width: 100%;
	padding: 2rem;
	border-radius: .4rem;
	border: .5rem solid transparent;
	box-shadow: 0 0 0 .1rem rgba(0, 0, 0, .2);
}

.quick img {
	display: block;
	width: 12rem;
}

.quick p {
	text-align: center;
	font-size: 2.4rem;
	font-weight: 500;
}

.section-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.section-top .title {
	display: flex;
	flex-direction: column;
	gap: 2.4rem;
}

.section-top .title span {
	text-transform: uppercase;
	font-size: 2rem;
	font-weight: 500;
	color: #0064C7;
}

.section-top .title h4 {
	word-break: keep-all;
	line-height: 130%;
	font-size: 4rem;
}

.section-top a {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 2rem;
	min-width: 20rem;
	height: 4.8rem;
	padding: 0 2.4rem;
	border-radius: 4rem;
	border: .1rem solid #000;
	font-size: 2rem;
	transition: all .3s ease-in-out;
}

.section-top a img {
	display: block;
	width: 2rem;
	transform: rotate(180deg);
}

.section-top a:hover {
	border: 0;
	background-color: #0064C7;
	color: #FFF;
}

.section-top a:hover img {
	filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(53deg) brightness(105%) contrast(101%);
}

.vision .section-content {
	display: flex;
	justify-content: space-between;
	gap: 4.8rem;
}

.vision-item {
	display: flex;
	align-items: end;
	width: calc((100% - 9.6rem) / 3);
	height: 62.4rem;
	padding: 2.4rem;
}

.vision-item:nth-child(1) {
	background: url(../images/main/vision_1.jpg)no-repeat center / cover;
}

.vision-item:nth-child(2) {
	background: url(../images/main/vision_2.jpg)no-repeat center / cover;
}

.vision-item:nth-child(3) {
	background: url(../images/main/vision_3.jpg)no-repeat center / cover;
}

.vision-item>div {
	width: 100%;
	height: 12rem;
}

.vision-item .tit {
	margin-bottom: 2rem;
	font-size: 3.6rem;
	font-weight: 600;
}

.vision-item p {
	word-break: keep-all;
	line-height: 130%;
	font-size: 2rem;
}

.vision-item * {
	color: #FFF;
}

.feature .section-content {
	display: flex;
	flex-direction: column;
	gap: 2.4rem;
}

.feature .section-content>div {
	position: relative;
	flex: 1;
	width: 100%;
	aspect-ratio: 36 / 47;
	max-width: 36rem;
	transition: all .3s ease;
}

.feature .section-content>div:hover {
	border-radius: 2rem;
}

.feature .section-content>div:nth-child(1) {
	background: url(../images/main/feature_bg1.png)no-repeat center / cover;
}

.feature .section-content>div:nth-child(2) {
	background: url(../images/main/feature_bg1.png)no-repeat center / cover;
}

.feature .section-content>div:nth-child(3) {
	background: url(../images/main/feature_bg1.png)no-repeat center / cover;
}

.feature .section-content>div:nth-child(4) {
	background: url(../images/main/feature_bg1.png)no-repeat center / cover;
}

.feature .section-content a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100%;
	padding: 2rem;
}

.feature .section-content .move {
	position: absolute;
	top: 2rem;
	right: 2rem;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 4.8rem;
	height: 4.8rem;
	border-radius: 50%;
	border: .1rem solid rgba(255, 255, 255, .2);
	background: rgba(255, 255, 255, .2);
	backdrop-filter: blur(.4);
	transition: all .3s ease;
}

.feature .section-content>div:hover .move {
	background: rgba(255, 255, 255, .48);
}

.feature .section-content a>img {
	display: block;
	width: 20rem;
}

.feature .section-content p {
	margin-bottom: 2.4rem;
	text-align: center;
	font-size: 3.2rem;
	font-weight: 600;
	color: #fff;
}

.feature .section-content span {
	line-height: 1.5;
	text-align: center;
	font-size: 2rem;
	font-weight: 300;
	color: #fff;
}

.helpful {
	background-color: #F4F4F4;
}

.helpful .section-content {
	display: flex;
	flex-direction: column;
	gap: 2.4rem;
}

.helpful .section-content a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex: 1;
	padding: 2.4rem;
	border-radius: .8rem;
	transition: all .3s ease;
}

.helpful .section-content a:nth-child(1) {
	background: url("../images/main/icon_notice.svg") no-repeat right 12px center / 40% #FFF;

}

.helpful .section-content a:nth-child(1):hover {
	background: url("../images/main/icon_notice_hover.svg") no-repeat right 12px center / 40% #003F7E;
}

.helpful .section-content a:nth-child(2) {
	background: url("../images/main/icon_inquiry.svg") no-repeat right 12px center / 40% #FFF;
}

.helpful .section-content a:nth-child(2):hover {
	background: url("../images/main/icon_inquiry_hover.svg") no-repeat right 12px center / 40% #003F7E;
}

.helpful .section-content a p {
	display: flex;
	flex-direction: column;
	gap: 2rem;
	font-size: 2.4rem;
	font-weight: 600;
}

.helpful .section-content a:hover p,
.helpful .section-content a:hover span {
	color: #fff;
}

.helpful .section-content a img {
	transform: rotate(180deg);
}

.helpful .section-content a:hover img {
	filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(164deg) brightness(105%) contrast(100%);
}

@media screen and (min-width:2560px) {
	.visual .slide-item {
		min-height: 120rem;
	}

	.visual .video-wrapper video {
		width: 100%;
	}
}


@media screen and (min-width:1920px) {
	.visual .video-wrapper {
		height: 100%;
	}
}

@media screen and (min-width:1281px) {
	body.wrap {
		top: 10rem;
	}

	.quick .section-content {
		justify-content: space-evenly;
	}

	.helpful .section-content a {
		min-height: 24rem;
		padding: 4rem;
	}
}

@media screen and (max-width:1280px) {
	body.wrap {
		top: 6.4rem;
	}

	.main>div>.wrapper {
		gap: 10rem;
	}

	.visual .slide-item {
		height: 50rem;
	}

	.main>div>.wrapper {
		padding: 8rem 0;
	}

	.vision .section-content {
		gap: 2.4rem;
	}

	.vision-item {
		width: calc((100% - 4.8rem) / 3);
		height: 48rem;
	}

	.vision-item .tit {
		font-size: 3.2rem;
	}

	.vision-item p {
		font-size: 1.6rem;
	}

	.helpful .section-content a {
		min-height: 16rem;
	}
}

@media screen and (max-width: 768px) {

	.quick a:hover {
		border-color: #0064C7;
		box-shadow: none;
	}

	.quick img {
		width: 10rem;
	}

	.section-top {
		flex-direction: column;
		gap: 2.4rem;
	}

	.section-top .title {
		text-align: center;
	}

	.section-top a {
		margin: 0 auto;
	}

	.vision .section-content {
		flex-direction: column;
	}

	.vision-item {
		width: 100%;
	}

	.lineup-slide .swiper-button-prev,
	.lineup-slide .swiper-button-next {
		transform: scale(.8);
	}

	.helpful .section-content a {
		background-size: 16rem 16rem;
	}

	.helpful .section-content a p {
		font-size: 2.4rem;
		font-weight: 600;
	}

	.helpful .section-content a span {
		line-height: 130%;
		font-weight: 400;
	}

	.helpful .section-content a img {
		display: none;
	}
}

@media all and (min-width: 48em) {
	.quick .section-content {
		flex-direction: row;
		flex-wrap: wrap;
	}

	.quick a {
		width: calc((100% - 1rem) / 2);
	}

	.feature .section-content {
		flex-wrap: wrap;
		flex-direction: row;
		justify-content: center;
	}

	.feature .section-content>div {
		min-width: 30rem;
	}

	.helpful .section-content {
		flex-direction: row;
	}
}

@media all and (min-width: 64em) {
	.quick .section-content {
		flex-wrap: nowrap;
	}

	.quick a {
		flex-direction: column;
		flex: 1;
	}
}

@media all and (min-width: 80em) {
	.quick a {
		width: calc((100% - 3rem) / 4);
	}

	.feature .section-content>div {
		min-width: unset;
	}
}