body {
	overflow: hidden;
}
.fp-watermark, .view-fp-mobile {
    display: none;
}



.section {
	padding-top: 110px;
	overflow: hidden;
	box-sizing: border-box;
}


#section0 .left {
	position: absolute;
	top: 110px;
	left: 0;
	z-index: 1;
	width: 33%;
}
#section0 .left img {
	width: 100%;
}
#section0 img.mobile {
	display: none;
}
#section0 .right {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
	width: 33%;
}
#section0 .right img {
	width: 100%;
}
#section0 .line {
	position: absolute;
	top: 35%;
    left: 50%;
    transform: translate(-50%,-50%);
	width: 100%;
    height: 17vw;
}
#section0 .line > div {
	position: relative;
	background: url("../images/line_bg.svg")no-repeat 50% 50% / auto 100%;
	width: 100%;
    height: 100%;
}
#section0 .line > div:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: var(--white);
	animation: line 1.2s 1.2s forwards ease-in-out;
}
@keyframes line {
  to {
    width: 0;
  }
}
@-webkit-keyframes line {
  to {
    width: 0;
  }
}
#section0 .txt {
	position: absolute;
	top: 54%;
	left: 0;
	transform: translateY(-50%);
	width: 100%;
	padding: 0 20px;
    box-sizing: border-box;
	z-index: 1;
}
#section0 .txt h2 {
	color: #EA6141;
	font-size: 96px;
	font-weight: 900;
	line-height: 1;
}
#section0 .txt p {
	color: #106C48;
	font-size: 96px;
    font-weight: 900;
	margin-top: 10px;
}
#section0 .txt .btn_area {
	margin-top: 80px;
	gap: 20px;
	justify-content: center;
}
#section0 .txt .btn_area a {
	flex: 1;
	max-width: 215px;
	height: 60px;
	line-height: 60px;
	font-size: 24px;
	font-weight: 500;
	border-radius: 50px;
}



.grid2 {
	padding-bottom: 50px;
}
.grid2 .text {
	width: 55%;
	overflow-wrap: break-word;
}
.grid2 .text .title h2 {
	font-size: 96px;
	font-weight: 800;
	line-height: 1.05;
	letter-spacing: -1.92px;
}
.grid2 .text .title h2 p {
	font-size: 40px;
	font-weight: 300;
	margin-bottom: 10px;
}
.grid2 .text .box {
	margin-top: 60px;
}
.grid2 .text .box h4 {
	font-size: 40px;
	font-weight: 800;
	margin-bottom: 20px;
	word-break: keep-all;
	letter-spacing: -1px;
}
.grid2 .text .box p {
	font-size: 32px;
	font-weight: 300;
	line-height: 1.1;
	word-break: keep-all;
	letter-spacing: -0.5px;
}
.grid2 .text .box p .txt_red {
	display: block;
    color: var(--main_01);
    margin-top: 35px;
}
.grid2 .thumb {
	position: relative;
	flex: 1;
}
.grid2 .thumb img {
	width: 100%;
}



#section2 .grid2 {
	gap: 120px;
}
#section2 .grid2 .thumb {
	max-width: 500px;
}


#section3 {
	background: url("../images/sec3_img.png")no-repeat 50% 100% / 100%;
	justify-content: end;
}
#section3 .fp-overflow {
	max-height: none;
}
#section3 .thumb {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 25%;
    max-width: 460px;
}
#section3 .thumb img {
	width: 100%;
}
#section3 .thumb .box {
    position: absolute;
    bottom: 10%;
    left: -25px;
    width: 100%;
}
#section3 .thumb .box span {
	display: inline-block;
	border-radius: 0px 20px 20px 20px;
	background: var(--white);
	font-size: 1.3vw;
	font-weight: 300;
	box-shadow: 25px 30px 25px 0px rgba(0, 0, 0, 0.15);
	padding: 20px;
	margin-top: 20px;
}


#section4 .grid2 {
	gap: 40px;
}
#section4 .grid2 .thumb {
	max-width: 700px;
	margin: 0 auto;
}
#section4 .grid2 .text .box p .txt_red {
	font-size: 24px;
}
#section4 .thumb span {
	position: absolute;
	font-size: 1.2vw;
	font-weight: 500;
	transform: translate(-50%,-50%);
	width: max-content;
}
#section4 .thumb span.white {
	color: var(--white);
	font-size: 1.5vw;
	font-weight: 700;
	letter-spacing: -0.64px;
}
#section4 .thumb span.white1 {
	top: 57%;
	left: 11%;
}
#section4 .thumb span.white2 {
    top: 57%;
    left: 50%;
}
#section4 .thumb span.white3 {
	top: 57%;
    left: 89%;
}
#section4 .thumb span.txt1 {
    top: 36%;
    left: 30%;
}
#section4 .thumb span.txt2 {
    top: 36%;
    left: 70%;
}
#section4 .thumb span.txt3 {
    top: 68%;
    left: 30%;
}
#section4 .thumb span.txt4 {
    top: 68%;
    left: 70%;
}
#section4 .thumb span.txt5 {
    top: 83%;
    left: 50%;
}


#section5 .grid2 {
	gap: 100px;
}
#section5 .grid2 .thumb {
	position: relative;
	max-width: 650px;
	margin: 0 auto;
}
#section5 .grid2 .thumb img {
	margin-top: 150px;
}
#section5 .grid2 .thumb img.dongdong {
	width: 50%;
    position: absolute;
    top: 0;
    left: 0;
	animation: MoveUpDown 1.2s linear infinite;
	margin-top: 0;
}
@-webkit-keyframes MoveUpDown{
    0%,100%{
		top:0
	}
    50%{
		top:10px
	}
}
@keyframes MoveUpDown{
    0%,100%{
		top:0
	}
    50%{
		top:10px
	}
}


#section6 .list {
	gap: 40px;
	margin-top: 60px; 
	padding-bottom: 50px;
}
#section6 .list .item {
	border-radius: 100px;
	background: #F6F6F5;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.30);
	padding: 40px 60px;
	gap: 20px;
}
#section6 .list .item p {
	flex: 1;
	font-size: 32px;
	font-weight: 300;
}
#section6 .txt {
	color: #555;
	font-size: 24px;
}


#section7 {
	height: auto!important;
	background: var(--main_01);
	color: var(--white);
	padding: 120px 0;
}
#section7 h4 {
	font-size: 32px;
	word-break: keep-all;
}
#section7 h4 p {
	font-weight: 500;
}
#section7 h4 a {
	color: var(--sub_01);
}
#section7 .inner > p {
	margin-top: 60px;
	font-size: 20px;
}



#section8 h3.tit {
	font-size: 64px;
	letter-spacing: -1.28px;
	margin-bottom: 40px;
}
#section8 h3.tit p {
	font-size: 32px;
	font-weight: 300;
	letter-spacing: 0;
	margin-bottom: 5px;
}
#section8 .list {
	gap: 40px;
}
#section8 .list > div {
	position: relative;
	width: calc(33.333% - 27px);
	height: 232px;
	color: var(--white);
	text-align: center;
	border-radius: 10px;
	font-size: 36px;
	font-weight: 700;
	overflow: hidden;
}
#section8 .list > div img {
    width: 100%;
    transform: scale(1) translate(-50%,-50%);
    transition: all .5s;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100%;
    object-fit: cover;
	transform-origin: center;
}
#section8 .list > div:hover img {
	transform: scale(1.1) translate(-50%,-50%);
}
#section8 .list > div h4 {
	position: absolute;
	bottom: 60px;
	width: 100%;
	text-transform: uppercase;
}


#section10 .thumb span {
	position: absolute;
	font-size: 1.2vw;
	font-weight: 500;
	transform: translate(-50%,-50%);
	width: max-content;
	text-align: center;
	line-height: 1;
}
#section10 .thumb span.white {
	color: var(--white);
	font-size: 1.5vw;
	font-weight: 700;
	letter-spacing: -0.64px;
	text-shadow: 0px 0px 6px rgba(0,0,0,0.3);
}
#section10 .thumb span.white1 {
	top: 57%;
	left: 9%;
}
#section10 .thumb span.white2 {
    top: 57%;
    left: 50%;
}
#section10 .thumb span.white3 {
	top: 57%;
    left: 92%;
}
#section10 .thumb span.txt1 {
    top: 37%;
    left: 28%;
}
#section10 .thumb span.txt2 {
    top: 37%;
    left: 70%;
}
#section10 .thumb span.txt3 {
    top: 60%;
    left: 29%;
}
#section10 .thumb span.txt4 {
    top: 60%;
    left: 70%;
}
#section10 .thumb span.txt5 {
    top: 80%;
    left: 50%;
}



@media screen and (max-width: 1500px) {
	#section0 .line {
		top: 40%;
		left: 55%;
		transform: translate(-50%,-50%) rotate(24deg);
		height: 25vw;
	}
	#section0 .txt h2 {
		font-size: 64px;
	}
	#section0 .txt p {
		font-size: 64px;
	}
	
	.grid2 .text .title h2 {
		font-size: 64px;
	}
	.grid2 .text .title h2 p {
		font-size: 32px;
	}
	.grid2 .text .box h4 {
		font-size: 32px;
	}
	.grid2 .text .box p {
		font-size: 26px;
	}
	
	#section2 .grid2 {
		gap: 50px;
	}
	
	#section3 {
		background-size: auto 75vw;
	}
	#section3 .thumb {
		width: 55%;
	}
	#section3 .thumb .box span {
		font-size: 2.4vw;
	}
	
	#section6 .list .item p {
		font-size: 28px;
	}
	
	#section7 {
		padding: 90px 0;
	}
	#section7 h4 {
		font-size: 28px;
	}
	
	
	#section8 h3.tit {
		font-size: 48px;
	}
	#section8 h3.tit p {
		font-size: 26px;
	}
}
@media screen and (max-width: 1024px) {
	.section {
		padding-top: 70px;
	}
	
	
	#section0 .line {
		transform: translate(-50%,-50%);
		height: 20vw;
		left: 50%;
		top: calc(50% - -70px);
	}
	#section0 .left {
		top: auto;
		bottom: 0;
		width: 50%;
	}
	#section0 img.pc {
		display: none;
	}
	#section0 img.mobile {
		display: block;
	}
	#section0 .right {
		width: 32%;
	}
	#section0 .txt {
		top: 35%;
	}
	#section0 .txt h2 {
		font-size: 50px;
	}
	#section0 .txt p {
		font-size: 50px;
	}
	#section0 .txt .btn_area {
		margin-top: 45px;
	}
	#section0 .txt .btn_area a {
		font-size: 20px;
	}

	.grid2 {
		padding-top: 20px;
	}
	.grid2 .text .title h2 p {
		font-size: 28px;
	}
	.grid2 .text .title h2 {
		font-size: 46px;
	}
	.grid2 .text .box h4 {
		font-size: 28px;
	}
	.grid2 .text .box p {
		font-size: 20px;
	}
		
	#section5 .grid2 {
		gap: 25px;
	}
	
	#section6 .list .item {
		padding: 25px 45px;
	}
	#section6 .list .item p {
		font-size: 20px;
	}
	#section6 .txt {
		font-size: 18px;
	}
	
	#section7 h4 {
		font-size: 22px;
	}
	#section7 .inner > p {
		font-size: 18px;
	}
	
	
	#section8 h3.tit {
		font-size: 36px;
	}
	#section8 h3.tit p {
		font-size: 20px;
	}
	#section8 .list {
		gap: 20px;
	}
	#section8 .list > div {
		width: calc(33.333% - 14px);
		height: 190px;
		font-size: 30px;
	}
}
@media screen and (max-width: 768px) {
	.section {
		height: auto!important;
		padding: 30px 0;
	}
	.section,
	.fp-overflow {
		min-height: auto!important;
		overflow-x: hidden;
		max-height: none;
	}
	
	#section0 {
		min-height: calc(var(--vh, 1vh)*100 - 80px)!important;
	}
	#section0 .line {
		top: calc(50% - -140px);
	}
	#section0 .left {
		width: 280px;
	}
	#section0 .right {
		width: 180px;
	}
	#section0 .txt h2 {
		font-size: 38px;
	}
	#section0 .txt p {
		font-size: 38px;
	}
	#section0 .txt .btn_area {
		gap: 10px;
		margin-top: 20px;
	}
	#section0 .txt .btn_area a {
		height: 50px;
		line-height: 50px;
		font-size: 16px;
	}
	
	
	.grid2 .thumb {
		order: 0;
		flex: none!important;
		width: 95%!important;
		max-width: 100%!important;
		text-align: center;
		margin: 0 auto;
	}
	.grid2 .text {
		order: 1;
		flex: none!important;
		width: 100%!important;
		text-align: center;
	}
	.grid2 .text .title h2 {
		font-size: 32px;
	}
	.grid2 .text .title h2 p {
		font-size: 22px;
	}
	.grid2 .text .box {
		margin-top: 30px;
	}
	.grid2 .text .box h4 {
		font-size: 22px;
	}
	.grid2 .text .box p {
		font-size: 16px;
	}
	
	
	#section3 {
		height: calc(80vh - 30px)!important;
	}
	
	
	#section4 .thumb span {
		font-size: 3vw;
	}
	#section4 .thumb span.white {
		font-size: 3.5vw;
	}
	
	
	#section6 .list {
		gap: 20px;
	}
	#section6 .list .item {
		padding: 15px 25px;
		word-break: keep-all;
	}
	#section6 .list .item .icon {
		width: 35px;
	}
	#section6 .list .item .icon img {
		width: 100%;
	}
	#section6 .list .item p {
		font-size: 16px;
	}
	#section6 .txt {
		font-size: 14px;
	}
	
	
	#section7 {
		padding: 50px 0 110px;
	}
	#section7 h4 {
		font-size: 16px;
	}
	#section7 .inner > p {
		margin-top: 30px;
		font-size: 14px;
	}
	
	
	#section8 .list > div {
		width: calc(50% - 10px);
		font-size: 24px;
	}
	
	#section10 .thumb span {
		font-size: 3vw;
	}
	#section10 .thumb span.white {
		font-size: 3.5vw;
	}
}
@media screen and (max-width: 480px) {
	#section3 {
		height: 455px!important;
	}
	#section3 .thumb {
		width: 250px;
	}
	

	#section8 .list > div {
		width: 100%;
	}
}
@media screen and (max-width: 380px) {
	#section0 .txt h2 {
		font-size: 30px;
	}
	#section0 .txt p {
		font-size: 30px;
	}
}