html::-webkit-scrollbar, body::-webkit-scrollbar {
	display: none;
}

html, body {
	-ms-overflow-style: none;
	scrollbar-width: none;
	/*cursor: url('../img/main/sec02_item03.png'), auto;*/
}
html a, body a {
	/*cursor: url('../img/main/scroll_img.png'), auto;*/
}
.section {
	height: auto;
	overflow: visible;
	position: relative;
}
.m_tel_floating {
	display: none;
}
.main_slider > li {
	position:relative;
	height: calc(var(--vh) - 100px);
}

#fp-nav.fp-right {
	display: none;
}

.section01 .row {
	height: calc(var(--vh) + 120px);
	padding: 0;
}

.section01 .bg__ {
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url('../img/main/main_bg.jpg?new');
	background-size: cover;
	background-position: center;
	animation: zoomOut 4.8s .2s ease-out both;
}
.mainvideo {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
}
.main_bottom {
	position: absolute;
	bottom: -25px;
}
.main_bottom > img {
	width: 100vw;
}

@keyframes zoomOut {
	0% {
		transform:scale3d(1.1, 1.1, 1.1);
	}

	100% {
		transform:scale3d(1, 1, 1);
	}
}

.main_text_box {
	position: absolute;
	top: calc(50% - 150px);
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	flex-direction: column;
	justify-content: start;
	align-items: center;
}
.main_text_box.edit {
	top: calc(50% - 180px);
}

.main_text01 {
	margin-bottom: 20px;
	opacity: 0;
	animation: fadeIn .5s .2s linear both;
}

.main_text02 {
	margin-bottom: 20px;
	opacity: 0;
	animation: fadeIn .5s .2s linear both;
}
@keyframes fadeIn {
	0% {
		opacity: 0;
		visibility:hidden;
	}

	100% {
		opacity: 1;
		visibility:visible;
	}
}
.main_text03 {
	animation: s1_logo_ani 1.2s 1s ease-in-out both;
}
@keyframes s1_logo_ani {
	0% {
		opacity: 0;
		visibility:hidden;
	}

	100% {
		opacity: 1;
		visibility:visible;
	}
}



.section01 .scroll_area {
	position: absolute;
	width: 14px;
	height: 219px;
	top: calc(50% + 30px);
	right: 50px;
	transform: translateY(-50%);
	text-align: center;
	font-family: 'Pretendard-ExtraBold';
	color: #fff;
	font-size: 13px;
	letter-spacing: 2px;
}

.section01 .scroll_area span {
	width: 1px;
	height: 93px;
	background-color: #a3a4a9;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
}

.section01 .scroll_area span::before {
	width: 14px;
	height: 23px;
	background-image: url('../img/main/scroll_img_open.png?new');
	background-size: cover;
	background-position: center;
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	border-radius: 50%;
	animation: scrollMagic 2s ease-in-out 0s infinite;
}

@keyframes scrollMagic {
	0%{opacity:0;  transform:translate(-50%, -30px);}
	10%{opacity:1; transform:translate(-50%, -30px);}
	50%{transform:translate(-50%, 15px);}
	55%{opacity:1; transform:translate(-50%, 15px);}
	60%{opacity:.4;}
	80%{opacity:0;transform:translate(-50%, 15px);}
	100%{opacity:0;transform:translate(-50%, 15px);}
}

.section02 .row {
	padding: 250px 0;
	width: 100%;
	background-color: #fff;
	top: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}


.sec02_item04_box {
	height: 120px;
	width: 100vw;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 100px;
	max-width: 2000px;
}
.sec02_item04_01, .sec02_item04_02 {
	position: absolute;
	top: 0;
	left: 0;
}
.sec02_item04_01 {
	animation: sec02_item04_01 linear 10s infinite;
}
@keyframes sec02_item04_01 {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-2984px);
	}
}
.sec02_item04_02 {
	transform: translateX(2984px);
	animation: sec02_item04_02 linear 10s infinite;
}
@keyframes sec02_item04_02 {
	0% {
		transform: translateX(2984px);
	}
	100% {
		transform: translateX(0);
	}
}
.sec02_item04_01 > img, .sec02_item04_02 > img {
	height: 120px;
	object-fit: cover;
	object-position: left;
	overflow: visible;
}
.sec02_item01 {
	position: absolute;
	top: -50px;
	left: 150px;
}
.sec02_item02 {
	position: relative;
}
.sec02_item03_box {
	position: absolute;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	top: 0;
	left: 0;
}
.sec02_item03 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);

}
.sec02_item05 {
	margin-bottom: 70px;
}
.sec02_item06 {
	width: 1px;
	height: 115px;
	background-color: #0d2144;
	clip-path: inset(0 0 100% 0);
	transition: clip-path .5s 1s ease-out;
	opacity: 0;
	margin-bottom: 50px;
}
.sec02_item06.add {
	clip-path: inset(0 0 0 0);
	opacity: 1;
}
.sec02_circle_box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100vw;
	padding: 0 180px 0 170px;
	max-width: 2000px;
}
.sec02_item07 {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.sec02_circle01 {
	position: relative;
	margin-bottom: 40px;
	opacity: 0;
}
.sec02_circle_box.on .sec02_circle01 {
	opacity: 1;
	transition: 0.4s 0.3s;
}
.sec02_item07_01 {
	position: absolute;
	top: 20px;
	right: -35px;
}
.sec02_item07_01 > img {
	transition: 0.4s;
}
.sec02_item07:hover .sec02_item07_01 > img {
	transform: translate(7px, -10px);
}
.sec02_item07_02 {
	position: relative;
	left: 50px;
	opacity: 0;
	transform: translateY(-40px);
}
.sec02_circle_box.on .sec02_item07_02 {
	animation: sec02_item07_02 ease-in-out 0.5s 0.8s forwards;
}
@keyframes sec02_item07_02 {
	0% {
		transform: translateY(-40px);
		opacity: 0;
	}
	100% {
		transform: translateY(0);
		opacity: 1;
	}
}
.sec02_item07_03 {
	position: absolute;
	top: -50px;
	left: -90px;
	opacity: 0;
	transform: translate(-20px, -20px);
}
.sec02_circle_box.on .sec02_item07_03 {
	animation: sec02_item07_03 ease-in-out 0.5s 0.4s forwards;
}
@keyframes sec02_item07_03 {
	0% {
		transform: translate(-20px, -20px);
		opacity: 0;
	}
	100% {
		transform: translate(0px, 0px);
		opacity: 1;
	}
}
.sec02_item07_03 > img {
	transition: 0.4s;
}
.sec02_item07:hover .sec02_item07_03 > img {
	transform: translate(-10px, -10px);
}
.sec02_item07_04 {
	position: absolute;
	bottom: -10px;
	right: -20px;
	opacity: 0;
	transform: translate(20px, 20px);
}
.sec02_circle_box.on .sec02_item07_04 {
	animation: sec02_item07_04 ease-in-out 0.5s 0.4s forwards;
}
@keyframes sec02_item07_04 {
	0% {
		transform: translate(20px, 20px);
		opacity: 0;
	}
	100% {
		transform: translate(0px, 0px);
		opacity: 1;
	}
}
.sec02_item07_04 > img {
	transition: 0.4s;
}
.sec02_item07:hover .sec02_item07_04 > img {
	transform: translate(10px, 10px);
}
.sec02_item08 {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
	left: -15px;
}
.sec02_circle02 {
	position: relative;
	margin-top: 40px;
	opacity: 0;
}
.sec02_circle_box.on .sec02_circle02 {
	opacity: 1;
	transition: 0.4s 0.3s;
}
.sec02_item08_01 {
	position: absolute;
	top: 20px;
	left: -35px;
}
.sec02_item08_01 > img {
	transition: 0.4s;
}
.sec02_item08:hover .sec02_item08_01 > img {
	transform: translateX(-10px);
}
.sec02_item08_02 {
	position: relative;
	left: 50px;
	opacity: 0;
	transform: translateY(40px);
}
.sec02_circle_box.on .sec02_item08_02 {
	animation: sec02_item08_02 ease-in-out 0.5s 0.8s forwards;
}
@keyframes sec02_item08_02 {
	0% {
		transform: translateY(40px);
		opacity: 0;
	}
	100% {
		transform: translateY(0);
		opacity: 1;
	}
}
.sec02_item08_03 {
	position: absolute;
	top: -5px;
	right: -85px;
	opacity: 0;
	transform: translateY(-40px);
}
.sec02_circle_box.on .sec02_item08_03 {
	animation: sec02_item08_03 ease-in-out 0.5s 0.4s forwards;
}
@keyframes sec02_item08_03 {
	0% {
		transform: translateY(-40px);
		opacity: 0;
	}
	100% {
		transform: translateY(0);
		opacity: 1;
	}
}
.sec02_item08_03 > img {
	transition: 0.4s;
}
.sec02_item08:hover .sec02_item08_03 > img {
	transform: translate(10px, -5px);
}
.sec02_item08_04 {
	position: absolute;
	bottom: -85px;
	left: 10px;
	opacity: 0;
	transform: translate(-20px, 20px);
}
.sec02_circle_box.on .sec02_item08_04 {
	animation: sec02_item08_04 ease-in-out 0.5s 0.4s forwards;
}
@keyframes sec02_item08_04 {
	0% {
		transform: translate(-20px, 20px);
		opacity: 0;
	}
	100% {
		transform: translate(0px, 0px);
		opacity: 1;
	}
}
.sec02_item08_04 > img {
	height: 170px;
	object-fit: cover;
	overflow: visible;
	transition: 0.4s;
}
.sec02_item08:hover .sec02_item08_04 > img {
	transform: translate(-10px, 10px);
}
.sec02_item09 {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
	top: 20px;
	left: 30px;
}
.sec02_circle03 {
	position: relative;
	margin-bottom: 40px;
	left: 15px;
	opacity: 0;
}
.sec02_circle_box.on .sec02_circle03 {
	opacity: 1;
	transition: 0.4s 0.3s;
}
.sec02_item09_01 {
	position: absolute;
	top: 20px;
	left: -50px;
}
.sec02_item09_01 > img {
	transition: 0.4s;
}
.sec02_item09:hover .sec02_item09_01 > img {
	transform: translate(-7px, -10px);
}
.sec02_item09_02 {
	position: relative;
	opacity: 0;
	transform: translateY(-40px);
}
.sec02_circle_box.on .sec02_item09_02 {
	animation: sec02_item07_02 ease-in-out 0.5s 0.8s forwards;
}
.sec02_item09_03 {
	position: absolute;
	top: -28px;
	right: 0px;
	opacity: 0;
	transform: translateX(-20px);
}
.sec02_circle_box.on .sec02_item09_03 {
	animation: sec02_item09_03 ease-in-out 0.5s 0.4s forwards;
}
@keyframes sec02_item09_03 {
	0% {
		transform: translateX(-20px);
		opacity: 0;
	}
	100% {
		transform: translateX(0px);
		opacity: 1;
	}
}
.sec02_item09_03 > img {
	transition: 0.4s;
}
.sec02_item09:hover .sec02_item09_03 > img {
	transform: translate(7px, -10px);
}
.sec02_item09_04 {
	position: absolute;
	bottom: 16px;
	left: 0px;
	opacity: 0;
	transform: translateX(20px);
}
.sec02_circle_box.on .sec02_item09_04 {
	animation: sec02_item09_04 ease-in-out 0.5s 0.4s forwards;
}
@keyframes sec02_item09_04 {
	0% {
		transform: translateX(20px);
		opacity: 0;
	}
	100% {
		transform: translateX(0px);
		opacity: 1;
	}
}
.sec02_item09_04 > img {
	transition: 0.4s;
}
.sec02_item09:hover .sec02_item09_04 > img {
	transform: translate(-10px, 10px);
}
.sec02_item10 {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.sec02_circle04 {
	position: relative;
	margin-top: 40px;
	opacity: 0;
}
.sec02_circle_box.on .sec02_circle04 {
	opacity: 1;
	transition: 0.4s 0.3s;
}
.sec02_item10_01 {
	position: absolute;
	top: 30px;
	right: -40px;
}
.sec02_item10_01 > img {
	transition: 0.4s;
}
.sec02_item10:hover .sec02_item10_01 > img {
	transform: translate(7px, -10px);
}
.sec02_item10_02 {
	position: relative;
	opacity: 0;
	transform: translateY(40px);
}
.sec02_circle_box.on .sec02_item10_02 {
	animation: sec02_item08_02 ease-in-out 0.5s 0.8s forwards;
}
.sec02_item10_03 {
	position: absolute;
	bottom: 0px;
	left: 12px;
	opacity: 0;
	transform: translateY(-20px);
}
.sec02_circle_box.on .sec02_item10_03 {
	animation: sec02_item10_03 ease-in-out 0.5s 0.4s forwards;
}
@keyframes sec02_item10_03 {
	0% {
		transform: translateY(-20px);
		opacity: 0;
	}
	100% {
		transform: translateY(0px);
		opacity: 1;
	}
}
.sec02_item10_03 > img {
	transition: 0.4s;
}
.sec02_item10:hover .sec02_item10_03 > img {
	transform: translateY(-5px);
}
.sec02_item10_04 {
	position: absolute;
	bottom: -115px;
	left: 70px;
	opacity: 0;
	transform: translateY(20px);
}
.sec02_circle_box.on .sec02_item10_04 {
	animation: sec02_item10_04 ease-in-out 0.5s 0.4s forwards;
}
@keyframes sec02_item10_04 {
	0% {
		transform: translateY(20px);
		opacity: 0;
	}
	100% {
		transform: translateY(0px);
		opacity: 1;
	}
}
.sec02_item10_04 > img {
	transition: 0.4s;
}
.sec02_item10:hover .sec02_item10_04 > img {
	transform: translate(-5px, -5px);
}
.sec02_circle04_opa {
	width: 226px;
	height: 225px;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}








.section03 {
	padding: 70px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
}
.section03 > .row {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	width: 100vw;
	max-width: 2000px;
	padding: 0 !important;
}
.section03 > .row > div {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.section03 > .row > div:nth-child(1) {
	align-items: flex-end;
}
.section03 > .row > div:nth-child(2) {
	align-items: flex-start;
}
.sec03_item01 {
	margin-bottom: 95px;
}
.sec03_item02 {
	position: relative;
}
.sec03_tip {
	position: absolute;
	top: -60px;
	right: 100px;
}
.sec03_item02_01 {
	position: absolute;
	top: 120px;
	left: 130px;
}
.sec03_item02_02 {
	position: absolute;
	top: 270px;
	left: 125px;
	clip-path: inset(0 100% 0 0);
	transition: clip-path .5s 1s ease-out;
	opacity: 0;
}
.sec03_item02_02.on {
	clip-path: inset(0 0 0 0);
	opacity: 1;
}



.section04 {
	background-color: #fff;
	padding-top: 70px;
	width: 100vw;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.sec04_title {
	padding-bottom: 120px;
	position: relative;
}
.sec04_tip {
	width: 1px;
	height: 115px;
	background-color: #0d2144;
	clip-path: inset(0 0 100% 0);
	transition: clip-path .5s 1s ease-out;
	opacity: 0;
	margin-bottom: 50px;
	position: absolute;
	bottom: -110px;
	left: 50%;
	transform: translateX(-50%);
}
.sec04_tip.on {
	clip-path: inset(0 0 0 0);
	opacity: 1;
}
.section04 > .row {
	background-image: url("../img/main/section04_bg.jpg");
	width: 100vw;
	height: 961px;
	object-fit: cover;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-size: cover;
	background-position-x: center;
}
.sec04_sub {
	margin-bottom: 100px;
}
.sec04_item {
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
.sec04_item01, .sec04_item02 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.sec04_item01 {
	margin-right: 55px;
}
.sec04_item02 {
	margin-left: 55px;
}
.sec04_btn {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}
.sec04_btn > a {
	transition: .3s;
}
.sec04_btn > a:hover {
	transform: translateY(-6px);
	box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}








.main_circle {
	position:absolute;
	top: 200px;
	right: 100px;
	width: 144px;
	height: 144px;
	line-height: 144px;
	text-align:center;
	transition:all 400ms;
	z-index: 999;
}

.main_circle .bg {
	position:absolute;
	width: 100%;
	height: 100%;
	background-image:url('../img/main/main_circle_text_open.png?new');
	animation: main_circle 7s linear infinite;
	left: 0px;
	top: 2px;
}

.main_circle img {
	transition:all 400ms;
}

@keyframes main_circle {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}


.youtube_btn {
	position:absolute;
	top: 360px;
	right: 130px;
	z-index: 999;
}

.youtube_thumb01 {
	position:absolute;
	top: 500px;
	right: 100px;
	z-index: 999;
}
.youtube_thumb02 {
	position:absolute;
	top: 650px;
	right: 100px;
	z-index: 999;
}
.youtube_thumb03 {
	position:absolute;
	top: 800px;
	right: 100px;
	z-index: 999;
}





.floating-container {
	width: 100vw;
	height: 70px;
	position: fixed;
	bottom: 20px;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
}
.floating-form {
	width: 730px;
	height: 70px;
	background: rgba(136, 37, 48, 0.9);
	/*padding-left: 45px;*/
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	color: #882530;
	font-weight: normal;
	border-radius: 50px;
}
.floating-form input {
	width: 120px;
	height: 45px;
	border: 1px solid rgba(255, 255, 255, 0.7);
	font-size: 16px;
	background-color: rgba(255, 255, 255, 0) !important;
	color: #fff;
	font-weight: normal;
	transition: .3s;
	margin-right: 10px;
	text-align: center;
}
.floating-form input::placeholder {
	font-size: 16px;
	color: #fff;
	text-align: center;
}

.privacy-checkbox {
	display: flex;
	align-items: center;
	margin-left: 10px;
}
.privacy-checkbox label {
	position: relative;
	padding-right: 30px;
	cursor: pointer;
	font-weight: normal;
	font-size: 16px;
	color: #fff;
}
.privacy-checkbox input {
	opacity: 0;
	position: absolute;
}
.privacy-checkbox span {
	position: absolute;
	right: 0px;
	top: 50%;
	width: 20px;
	height: 20px;
	background-color: rgba(255, 255, 255, 0);
	transform: translateY(-50%);
	border-radius: 50%;
	border: 1px solid #fff;
}

.privacy-checkbox input:checked + span::after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #fff;
}
#regi_fast_btn {
	position: relative;
	background: #f68b33;
	color: white;
	border: none;
	cursor: pointer;
	width: 100px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	margin-left: 30px;
	border-radius: 50px;
	transition: .3s;
}
#regi_fast_btn:hover {
	background: #d3772b;
}
.fast_regi_coffee {
	margin-bottom: 30px;
	margin-left: 20px;
}













@media screen and (max-width: 1800px) {
	.section03 > .row > div:nth-child(2) {
		margin-left: 0px;
	}
	.sec02_circle_box {
		padding: 0;
		width: 88vw;
	}

	.sec02_circle_box img {
		width: 80%;
	}
}


