body,#wrap,#container,.contents {
	touch-action: none;
	overflow: hidden;
}

.fullpage_slide {
	height: calc(var(--vh, 1vh) * 100);
}
.fullpage_slide .full_item {
	position: relative;
    overflow: hidden;
}
.fullpage_slide .full_item h2.title {
	width: 100%;
	font-size: 64px;
	letter-spacing: -0.32px;
	margin-bottom: 100px;
}
.parallax_item,
.parallax_item_box {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}


.fullpage_slide .full_slide01 .text {
	color: #0BCF62;
	font-size: 3rem;
	font-family: 'GangwonEduPower';
}
@media (min-width: 1024px) {
  .fullpage_slide .full_slide01 .text {
    font-size: 8rem;
  }
}
.fullpage_slide .full_slide01 .text__wrap {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  top: 40%;
  justify-content: center;
}
.fullpage_slide .full_slide01 .text--1 {
  color: #0BCF62;
}
.fullpage_slide .full_slide01 .text--2 {
  color: #0BCF62;
}

 .scroll-btn {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 50px;
	text-align: center;
}
.scroll-btn > * {
	display: inline-block;
	line-height: 18px;
	font-size: 13px;
	font-weight: normal;
	color: #7f8c8d;
	color: #ffffff;
	font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: 2px;
}
.scroll-btn > *:hover,
.scroll-btn > *:focus,
.scroll-btn > *.active {
	color: #ffffff;
}
.scroll-btn > *:hover,
.scroll-btn > *:focus,
.scroll-btn > *:active,
.scroll-btn > *.active {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.scroll-btn .mouse {
	position: relative;
	display: block;
	width: 35px;
	height: 55px;
	margin: 0 auto 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 3px solid white;
	border-radius: 23px;
}
.scroll-btn .mouse > * {
	position: absolute;
	display: block;
	top: 29%;
	left: 50%;
	width: 8px;
	height: 8px;
	margin: -4px 0 0 -4px;
	background: white;
	border-radius: 50%;
	-webkit-animation: ani-mouse 2.5s linear infinite;
	-moz-animation: ani-mouse 2.5s linear infinite;
	animation: ani-mouse 2.5s linear infinite;
}
@-webkit-keyframes ani-mouse {
	0% {
	opacity: 1;
	top: 29%;
	}
	15% {
	opacity: 1;
	top: 50%;
	}
	50% {
	opacity: 0;
	top: 50%;
	}
	100% {
	opacity: 0;
	top: 29%;
	}
}
@-moz-keyframes ani-mouse {
	0% {
	opacity: 1;
	top: 29%;
	}
	15% {
	opacity: 1;
	top: 50%;
	}
	50% {
	opacity: 0;
	top: 50%;
	}
	100% {
	opacity: 0;
	top: 29%;
	}
}
@keyframes ani-mouse {
	0% {
	opacity: 1;
	top: 29%;
	}
	15% {
	opacity: 1;
	top: 50%;
	}
	50% {
	opacity: 0;
	top: 50%;
	}
	100% {
	opacity: 0;
	top: 29%;
	}
}






.fullpage_slide .full_slide02 .hero-slider {
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
}
.fullpage_slide .full_slide02 .swiper-container {
  width: 100%;
  height: 100%;
}
.fullpage_slide .full_slide02 .swiper-slide {
	overflow: hidden;
	color: #fff;
}
.fullpage_slide .full_slide02 .swiper-slide:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.35);
}
.fullpage_slide .full_slide02 .text_box {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translateY(-50%);
	color: var(--white);
}
.fullpage_slide .full_slide02 .text_box h4 {
	font-size: 64px;
	font-weight: 700;
	letter-spacing: -0.32px;
	margin-bottom: 20px;
}
.fullpage_slide .full_slide02 .text_box p {
	font-size: 20px;
	letter-spacing: -0.1px;
}
.fullpage_slide .full_slide02 .slide-inner {
  width: 100%;
  height: 100%;
  z-index: 1;
  background-size: cover;
  background-position: center;
}
.fullpage_slide .full_slide02 .arrow_box {
    position: absolute;
    bottom: 90px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1480px;
    gap: 30px;
    padding: 0 10px;
    box-sizing: border-box;
    z-index: 5;
}
.fullpage_slide .full_slide02 .arrow_box .swiper-pagination {
	width: auto;
}
.fullpage_slide .full_slide02 .arrow_box .swiper-pagination-bullet {
	width: 15px;
	height: 15px;
	background: rgba(255, 255, 255, 0.20);
	margin: 0 10px;
	border-radius: 100px;
	transition: all .3s;
}
.fullpage_slide .full_slide02 .arrow_box .swiper-pagination-bullet-active {
	width: 200px;
	background: var(--white);
}
.fullpage_slide .full_slide02 .swiper-button-prev,
.fullpage_slide .full_slide02 .swiper-button-next {
	position: relative;
	width: 50px;
	height: 50px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 100%;
	z-index: 5;
}
.fullpage_slide .full_slide02 .swiper-button-prev:after,
.fullpage_slide .full_slide02 .swiper-button-next:after {
	display: none;
}
.fullpage_slide .full_slide02 .swiper-button-prev {
	background-image: url("../images/slider_button_prev.svg");
}
.fullpage_slide .full_slide02 .swiper-button-next {
	left: 0px;
	background-image: url("../images/slider_button_next.svg");
}







.fullpage_slide .full_slide03 .box {
	height: 100%;
	overflow: hidden;
}
.fullpage_slide .full_slide03 .box > div {
	width: 50%;
	opacity: 1;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
	box-sizing: border-box;
}
.fullpage_slide .full_slide03 .box .left {
	background: var(--black);
	justify-content: end;
	padding: 0 7% 0 5%;
}
.fullpage_slide .full_slide03.swiper-slide-active .box .left {
	-webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
	animation-delay: .3s;
}
.fullpage_slide .full_slide03 .box .left p {
	font-size: 64px;
	margin-bottom: 54px;
	word-break: keep-all;
}
.fullpage_slide .full_slide03 .box .left p strong {
	display: block;
}
.fullpage_slide .full_slide03 .box .left a {
	position: relative;
	font-size: 24px;
	color: var(--white);
}
.fullpage_slide .full_slide03 .box .left a span {
	position: relative;
	z-index: 1;
}
.fullpage_slide .full_slide03 .box .left a span:before {
	content: '';
	position: absolute;
	top: -13px;
    right: -20px;
	display: block;
	width: 55px;
	height: 55px;
	background: var(--green);
	border-radius: 50%;
	transform: scale(0);
	z-index: -1;
	opacity: .3;
	transition: all .3s;
}
.fullpage_slide .full_slide03 .box .left a:hover span:before {
	transform: scale(1.7);
}
.fullpage_slide .full_slide03 .box .left a span:after {
	content: '';
	position: absolute;
	top: -13px;
    right: -20px;
	display: block;
	width: 55px;
	height: 55px;
	background: var(--green);
	border-radius: 50%;
	z-index: -1;
}
.fullpage_slide .full_slide03 .box .right {
	background: var(--white);
	padding-left: 7%;
	color: var(--black);
}
.fullpage_slide .full_slide03.swiper-slide-active .box .right {
	-webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
	animation-delay: .3s;
}
.fullpage_slide .full_slide03 .box .right .list {
	width: 95%;
	max-width: 650px;
}
.fullpage_slide .full_slide03 .box .right .list .item {
	align-items: start;
	padding: 25px 0;
	letter-spacing: -0.096px;
}
.fullpage_slide .full_slide03 .box .right .list .item h4 {
	width: 120px;
	color: var(--green);
	font-size: 32px;
	font-weight: 700;
	margin-right: 80px;
}
.fullpage_slide .full_slide03 .box .right .list .item div strong {
	display: block;
	font-size: 32px;
	margin-bottom: 20px;
	word-break: keep-all;
}
.fullpage_slide .full_slide03 .box .right .list .item div p {
	font-size: 24px;
	line-height: 1.3;
	letter-spacing: -0.072px;
}
.fullpage_slide .flex_height {
	height: 100%;
    flex-direction: column;
    justify-content: center;
}


.fullpage_slide .full_slide04 h2.title {
	font-size: 43px;
	text-align: center;
}
.fullpage_slide .full_slide04 .grid4 {
	position: relative;
	width: 100%;
	box-sizing: border-box;
}
.fullpage_slide .full_slide04 .grid4 .swiper-slide {
	position: relative;
	border-radius: 30px;
	background: #212121;
	padding: 50px 0;
	text-align: center;
	transition: all .3s;
	-webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
	overflow: hidden;
}
.fullpage_slide .full_slide04.swiper-slide-active .grid4 .swiper-slide:nth-child(1) {
	-webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.fullpage_slide .full_slide04.swiper-slide-active .grid4 .swiper-slide:nth-child(2) {
	animation-delay: .1s;
	-webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.fullpage_slide .full_slide04.swiper-slide-active .grid4 .swiper-slide:nth-child(3) {
	animation-delay: .2s;
	-webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.fullpage_slide .full_slide04.swiper-slide-active .grid4 .swiper-slide:nth-child(4) {
	animation-delay: .3s;
	-webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.fullpage_slide .full_slide04 .grid4 .swiper-slide .icon {
	margin-bottom: 20px;
}
.fullpage_slide .full_slide04 .grid4 .swiper-slide h4 {
	margin-bottom: 20px;
	font-size: 32px;
	font-weight: 700;
}
.fullpage_slide .full_slide04 .grid4 .swiper-slide p {
	color: #888;
	font-size: 18px;
	letter-spacing: -0.054px;
	line-height: 1.5;
}
.fullpage_slide .full_slide04 .grid4 .swiper-slide:hover {
	background: var(--white);
}
.fullpage_slide .full_slide04 .grid4 .swiper-slide:hover h4 {
	color: var(--black);
}
.fullpage_slide .full_slide04 .grid4 .swiper-slide:hover p {
	color: #0F0F0F;
}


.fullpage_slide .full_slide05 .box {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.fullpage_slide .full_slide05 h3 {
	text-align: center;
	font-size: 43px;
	font-weight: 700;
	letter-spacing: -0.215px;
	line-height: 1.5;
	word-break: keep-all;
}
.fullpage_slide .full_slide05 .line {
	position: relative;
	width: 1px;
	height: 174px;
	margin: 83px auto 78px;
}
.fullpage_slide .full_slide05 .line:before {
	content: '';
	display: block;
	width: 1px;
	height: 0;
	background: var(--white);
	transition: all 1s;
}
.fullpage_slide .full_slide05.swiper-slide-active .line:before {
	height: 100%;
}
.fullpage_slide .full_slide05 .count {
	width: 100%;
	justify-content: center;
	margin-top: 100px;
}
.fullpage_slide .full_slide05 .count div {
	flex: 1;
	color: var(--white); 
	text-align: center; 
}
.fullpage_slide .full_slide05 .count div p {
	color: var(--green);
	justify-content: center;
	font-size: 64px;
	font-weight: 800;
	letter-spacing: -0.32px;
}
.fullpage_slide .full_slide05 .num { 
	font-size: 100px;
	letter-spacing: -0.5px;
}
.fullpage_slide .full_slide05 .count div strong {
	display: block;
	font-size: 32px;
	font-weight: 600;
	letter-spacing: -0.16px;
}


.fullpage_slide .full_slide06 .flex_height {
	background: var(--white);
}
.fullpage_slide .full_slide06 .txt {
	width: 100%;
	text-align: center;
	color: var(--black);
	font-size: 48px;
}
.fullpage_slide .full_slide06 .txt_shape {
	width: 100%;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    overflow: hidden;
}
.fullpage_slide .full_slide06 .txt_shape .txt_form {
    position: relative;
    height: 100.1vh;
    width: 100vw;
    margin: 0 auto;
    background-color: #111;
    overflow: hidden;
}
.fullpage_slide .full_slide06 .txt_shape .txt_form .txt {
    will-change: transform;
    position: absolute;
}
.fullpage_slide .full_slide06 .txt_shape .txt_form .txt.txt1 {
    background: #ddd;
    width: 650px;
	height: 650px;
    margin: -325px 0 0 -325px;
}
.fullpage_slide .full_slide06 .txt_shape .txt_form .txt.txt2 {
    background: var(--green);
    width: 440px;
	height: 440px;
    margin: -220px 0 0 -220px;
	transition: all .1s;
}
.fullpage_slide .full_slide06 .txt_shape .txt_form .txt.txt3 {
    background: #000;
    width: 270px;
	height: 270px;
    margin: -135px 0 0 -135px;
	transition: all .2s;
}
.fullpage_slide .full_slide06 .txt_shape .content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 101vh;
    width: 100vw;
    background: var(--white);
    mix-blend-mode: screen;
}
.fullpage_slide .full_slide06 .txt_shape .content > * {
	width: 100%;
}
.fullpage_slide .full_slide06 .txt_shape .content h2 {
    font-weight: 700;
    font-size: 100px;
    color: #000;
    margin: -110px 0 0;
    text-align: center;
    word-break: keep-all;
}
.fullpage_slide .full_slide06 .s3-text {
    width: 90%;
    height: 90%;
    margin: 0 auto;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 300px;
	color: var(--black);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.fullpage_slide .full_slide06 .s3-text-1 span {
    font-weight: 400;
    font-size: 43px;
    letter-spacing: -0.215px;
    word-break: keep-all;
}
.fullpage_slide .full_slide06 .s3-text-2 {
    width: 80%;
    margin: 20px auto 0;
}
.fullpage_slide .full_slide06 .s3-text-2-span {
    display: block;
    width: 373px;
    height: 72px;
    line-height: 67px;
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: -0.2px;
    border-radius: 100px;
    border: 3px solid var(--black);
    margin: 0 auto;
    background: var(--white);
    transition: all .3s;
    box-sizing: border-box;
}
.fullpage_slide .full_slide06 .s3-text-2-span svg {
	margin-left: 5px;
	fill: var(--black);
}
.fullpage_slide .full_slide06 .s3-text-2-span:hover {
	border: 5px solid var(--green);
	background: var(--green);
	color: var(--white);
}
.fullpage_slide .full_slide06 .s3-text-2-span:hover svg {
	fill: var(--white);
}
.fullpage_slide .full_slide06 .s3-text-3 {
	display: none;
	text-align: center;
    font-size: 45px;
	word-break: keep-all;
}


.fullpage_slide .full_slide07 {
	height: auto!important;
}




#fix {
	display: block;
}



#history_pop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 9;
    justify-content: center;
}
#history_pop .modal_cont {
	border-radius: 10px;
	transform: none;
    position: static;
    margin: 0 auto;
}
#history_pop .top {
	margin-bottom: 50px;
}
#history_pop .top h3 {
	font-size: 24px;
	margin: 0;
}
#history_pop .top .btn_close img {
	width: 25px;
}
#history_pop .slide .swiper-container {
	padding-bottom: 51px;
}
#history_pop .slide .swiper-slide {
	width: auto;
	margin-right: 60px;
	padding-bottom: 20px;
}
#history_pop .slide .swiper-slide:last-child {
	margin-right: 0;
}
#history_pop .slide .swiper-slide h4 {
	color: var(--green);
	font-size: 20px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: -0.215px;
	margin-bottom: 10px;
}
#history_pop .slide .swiper-slide ul li {
	font-size: 16px;
	line-height: 1.8;
	letter-spacing: -0.12px;
}
#history_pop .slide .swiper-pagination {
	position: static;
	height: 3px;
}
#history_pop .slide .swiper-pagination-progressbar {
	background: var(--white);
	border-radius: 100px;
	overflow: hidden;
}
#history_pop .slide .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--key-color);
	border-radius: 100px;
}
#history_pop .link_btn {
	display: block;
	width: 213px;
	height: 48px;
	line-height: 47px;
	text-align: center;
	color: var(--white);
	font-size: 18px;
	border: 1px solid var(--white);
	border-radius: 50px;
	margin: 0 auto;
	box-sizing: border-box;
}
#history_pop .link_btn img {
	margin-left: 10px;
	vertical-align: middle;
}



@media screen and (max-width: 1600px) {
	.fullpage_slide .full_slide03 .box .right .list .item h4 {
		width: 100%;
		margin: 0 0 10px;
	}
}
@media screen and (max-width: 1280px) {
	
	
	.fullpage_slide .full_slide05 h3 {
		font-size: 36px;
	}
	.fullpage_slide .full_slide05 .line {
		height: 155px;
		margin: 73px auto 68px;
	}
	.fullpage_slide .full_slide05 .count {
		margin-top: 60px;
	}
	.fullpage_slide .full_slide05 .num {
		font-size: 90px;
	}
	.fullpage_slide .full_slide05 .count div strong {
		font-size: 28px;
	}
	
	.fullpage_slide .full_slide06 .txt_shape .content h2 {
		font-size: 90px;
	}
}
@media screen and (max-width: 1024px) {	
	.fullpage_slide .full_slide01 .text__wrap {
		justify-content: center;
		flex-wrap: wrap;
	}
	.fullpage_slide .full_slide01 .text {
		display: block;
		width: 100%;
		text-align: center;
	}

	.fullpage_slide .full_slide03 .box .left p {
		font-size: 50px;
	}
	.fullpage_slide .full_slide03 .box .left a {
		font-size: 20px;
	}
	.fullpage_slide .full_slide03 .box .left a span:after {
		top: -16px;
	}
	.fullpage_slide .full_slide03 .box .right .list .item h4 {
		font-size: 26px;
	}
	.fullpage_slide .full_slide03 .box .right .list .item div strong {
		font-size: 26px;
	}
	.fullpage_slide .full_slide03 .box .right .list .item div p {
		font-size: 20px;
	}
	
	.fullpage_slide .full_slide04 h2.title {
		margin-bottom: 30px;
	}
	.fullpage_slide .full_slide04 .grid4 .swiper-slide h4 {
		font-size: 28px;
	}
	.fullpage_slide .full_slide04 .grid4 .swiper-slide p {
		font-size: 16px;
	}

	.fullpage_slide .full_slide05 h3 {
		font-size: 30px;
	}
	.fullpage_slide .full_slide05 .line {
		height: 110px;
		margin: 50px auto 43px;
	}
	.fullpage_slide .full_slide05 .count {
		margin-top: 35px;
	}
	.fullpage_slide .full_slide05 .count div p {
		font-size: 40px;
	}
	.fullpage_slide .full_slide05 .num {
		font-size: 60px;
	}
	.fullpage_slide .full_slide05 .count div strong {
		font-size: 22px;
	}
	
	.fullpage_slide .full_slide06 .txt_shape {
		display: none;
	}
	.fullpage_slide .full_slide06 .txt_shape .content h2 {
		font-size: 60px;
	}
	.fullpage_slide .full_slide06 .s3-text {
		gap: 35px;
	}
	.fullpage_slide .full_slide06 .s3-text-1 span {
		font-size: 30px;
	}
	.fullpage_slide .full_slide06 .s3-text-2-span {
        width: 270px;
        height: 62px;
        line-height: 60px;
        font-size: 24px;
    }
	.fullpage_slide .full_slide06 .s3-text-2-span svg {
		width: 25px;
		height: 18px;
	}
	.fullpage_slide .full_slide06 .s3-text-3 {
		display: block;
	}
}
@media screen and (max-width: 768px) {
	.fullpage_slide .full_slide02 .slide-inner {
		background-position: calc(50% - 150px) 50%;
	}
	.fullpage_slide .full_slide02 .text_box {
		text-align: center;
	}
	.fullpage_slide .full_slide02 .text_box h4 {
		font-size: 30px;
		margin-bottom: 3%;
	}
	.fullpage_slide .full_slide02 .text_box p {
		font-size: 14px;
	}
	.fullpage_slide .full_slide02 .arrow_box {
		display: none;
	}
	
	.fullpage_slide .full_slide03 .box > div {
		width: 100%;
	}
	.fullpage_slide .full_slide03 .box .left {
		padding: 10% 5% 3%;
		justify-content: start;
	}
	.fullpage_slide .full_slide03 .box .left p {
		font-size: 32px;
		margin-bottom: 20px;
	}
	.fullpage_slide .full_slide03 .box .left a {
		font-size: 16px;
	}
	.fullpage_slide .full_slide03 .box .left a svg {
		width: 5%;
		vertical-align: middle;
	}
	.fullpage_slide .full_slide03 .box .left a span:after {
		top: -45%;
		right: -9%;
		width: 30%;
		height: 0;
		padding-bottom: 30%;
		overflow: hidden;
		box-sizing: border-box;
	}
	.fullpage_slide .full_slide03 .box .left a span:before {
		display: none;
	}
	.fullpage_slide .full_slide03 .box .right .list .item {
		padding: 2% 0;
	}
	.fullpage_slide .full_slide03 .box .right .list .item h4 {
		font-size: 20px;
	}
	.fullpage_slide .full_slide03 .box .right .list .item div strong {
		font-size: 20px;
		margin-bottom: 10px;
	}
	.fullpage_slide .full_slide03 .box .right .list .item div p {
		font-size: 14px;
	}
	
	
	.fullpage_slide .full_slide04 h2.title {
		font-size: 30px;
	}
	.fullpage_slide .full_slide04 .grid4 .swiper-slide {
		padding: 25px 0;
		border-radius: 20px;
	}
	.fullpage_slide .full_slide04 .grid4 .swiper-slide .icon svg {
		width: 80px;
	}
	
	
	.fullpage_slide .full_slide05 h3 {
		font-size: 22px;
	}
	.fullpage_slide .full_slide05 .line {
		height: 60px;
		margin: 30px auto 28px;
	}
	.fullpage_slide .full_slide05 .num {
		font-size: 35px;
	}
	.fullpage_slide .full_slide05 .count {
		gap: 15px;
	}
	.fullpage_slide .full_slide05 .count div {
		flex: none;
		width: 100%;
	}
	.fullpage_slide .full_slide05 .count div strong {
		font-size: 18px;
	}
	.fullpage_slide .full_slide05 .count div p {
		font-size: 16px;
	}
	
	.fullpage_slide .full_slide06 .s3-text-1 span {
		font-size: 20px;
	}
	.fullpage_slide .full_slide06 .s3-text-2-span {
		width: auto;
		height: auto;
		line-height: 1;
		font-size: 20px;
		border-width: 2px;
		padding: 15px 0;
	}
	.fullpage_slide .full_slide06 .s3-text-2-span svg {
		width: 19px;
		height: 100%;
	}
	.fullpage_slide .full_slide06 .s3-text-3 {
		font-size: 26px;
	}
}
@media screen and (max-width: 480px) {
	.fullpage_slide .full_slide01 .text {
		font-size: 30px;
	}
}
@supports (-webkit-touch-callout: none) {
	.fullpage_slide .full_slide03 .box .left a span:after {
		width: 30%;
		height: 100%;
		padding-bottom: 12%;
	}
}