.transform {
    width: 70%;
    left: 50%;
    top: 20%;
    margin-left: -35%;
    text-align: center;
    font-size: 150%;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    position: relative;
}

body {
    overflow: unset !important;
}

section::-webkit-scrollbar {
    display: none;
}

section .title_main {
    position: relative;
    z-index: 1;
}

section .title_main>p {
    font-size: 6rem;
    font-weight: 600;
    color: #fff;
    line-height: 1.4;
}

section .title_main>a {
    width: 29rem;
    height: 6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3rem;
    font-size: 2.2rem;
    font-weight: 500;
    background: #2ab5b1;
    color: #000;
    margin-top: 4rem;
	transition:all 0.3s ease-in-out;
}

section .title_main>a:hover{
    background: transparent;
	border:2px solid #2ab5b1;
    color: #fff;
}

section .title_main>a>i{
	transform:translate(2px,2px);
}

section .title_main small {
    font-size: 2rem;
    font-weight: 300;
    margin-top: 1rem;
    color: #fff;
    display: block;
}

@media(max-width:1199.98px) {
    section .title_main>p {
        font-size: 5rem;
    }
}

@media(max-width:991.98px) {
    section .title_main {
        padding: 6rem 1rem 0;
		text-align: center;
    }

    section .title_main>p {
        font-size: 3.6rem;
    }

    section .title_main>a {
        width: 22rem;
        height: 5rem;
        font-size: 1.8rem;
		margin:0 auto;
    }
}

.video_bg {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;

    background: #000;
}

.video_bg>video {
    width: 100%;
    height: 100%;
}

@media(max-width:991.98px) {
    .video_bg {
        top: 0;
		height:80%;
    }
}

#mv {
    background: #000;
    overflow: hidden;
}

#mv .inner {
    width: 100%;
    height: 100%;
    position: relative;
}

#mv.ready .inner.on {
    transform: scale(1) rotate(.001deg);
    transition-delay: 0s;
    animation-name: main-bg-active;
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-fill-mode: forwards;
}

@keyframes main-bg-active {
    0% {
        transform: scale(1) rotate(.001deg);
    }

    100% {
        transform: scale(1.1) rotate(.001deg);
    }
}

#mv .video_box {
    position: absolute;
    top: 21%;
    left: 50%;
    transform: translateX(-50%);
    height: 23%;
    z-index: 1;
}

#mv .video_box>div {
    position: relative;
    width: 100%;
    height: 100%;
}

#mv .video_box>div iframe,
#mv .video_box>div video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

#mv .background_video {
    overflow: hidden;
    height: 100%;
    background: url('../_img/@mv2.jpg') no-repeat center top / cover;
}

@media(min-width:1921px) {
    #mv .video_box {
        top: 25.8% !important;
        width: 50% !important;
        height: 42% !important;
    }

    #mv .video_box>div {
        position: relative;
        width: 45%;
        height: auto;
        padding-top: 29%;
        margin: 0 auto;
    }
}

@media(max-width:1920px) {
    #mv .video_box {
        width: 49rem !important;
        height: 35rem !important;
    }
}

@media(max-width:991.98px) {
    #mv {
        min-height: 50rem;
    }

    #mv .video_box {
        max-width: 98%;
        width: 350px;
    }
}

@media(max-width:576.98px){
	#mv .video_box {
		top: 22%;
	}
}


#section_map {
    background: #000;
}

#section_map #div_text {
    position: relative;
    z-index: 200;
}

#section_map #div_text p {
    font-size: 60px;
    font-weight: 600;
    color: #fff;
    width: 70%;
    left: 50%;
    top: 40%;
    margin-left: -35%;
    text-align: center;
}

#section_map #div_text_bg {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

#section_map2 #div_map {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0%;
    text-align: center;
	background: url('../_img/section1_img_all_color.png')no-repeat center top / cover;
}

#section_map2 {
    position: relative;
    z-index: 200;
}

#section_map2 #div_map>.inner {
    position: fixed;
    width: 100%;
    height: 100vh;
}

#section_map2 #div_map>.inner > .exit {
	width: 28%;
    cursor: pointer;
    height: 33%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    position: absolute;
    display: block;
    z-index: 10;
    margin-top: -11%;
    margin-left: 0rem;
}

#section_map2 #div_map>.inner>.title {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

#section_map2 #div_map>.inner>.title>p {
    color: #fff;
    font-size: 1.8vw;
    font-weight: 600;
    /* cursor: pointer; */
    position: absolute;
    width: 30%;
    color: transparent;
}

#section_map2 #div_map>.inner>.title>p.business {
    top: 42%;
    left: 9%;
    width: 23vw;
    height: 28%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

#section_map2 #div_map>.inner>.title>p.conference {
	top: 53%;
    left: 53%;
    transform: translateX(-50%);
    height: 9%;
    max-height: 19vw;
    padding-top: 0;
    width: 20%;
    text-align: center;
}

#section_map2 #div_map>.inner>.title>p.academy {
	top: 22%;
    right: 11%;
    height: 45%;
    width: 18%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

#section_map2 #div_map>.inner>.title>p.plaza {
	top: 77%;
    left: 43%;
    height: 12%;
    width: 19%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

#section_map2 #div_map>.inner>.title>p.hall {
	top: 64%;
    left: 38%;
    height: 8%;
    width: 32%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

#section_map2 #div_map>.inner>.info {
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    width: 24vw;
    height: 14vw;
    z-index: 2;
    display: none;
}

#section_map2 #div_map>.inner>.info>.inner {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

#section_map2 #div_map>.inner>.info>.inner::after {
    content: '';
    position: absolute;
}

#section_map2 #div_map.business>.inner>.info>.inner::after {
    width: 50%;
    height: 100%;
    top: 0;
    left: -50%;
    background: url(../_img/section1_img_left.png) no-repeat center center / contain;
}

#section_map2 #div_map.conference>.inner>.info>.inner::after {
    width: 100%;
    height: 30%;
    top: -30%;
    left: 0;
    background: url(../_img/section1_img_top.png) no-repeat center center / contain;
}

#section_map2 #div_map.academy>.inner>.info>.inner::after {
    width: 50%;
    height: 100%;
    top: 0;
    right: -49%;
    background: url(../_img/section1_img_right.png) no-repeat center center / contain;
}

#section_map2 #div_map>.inner>.info>.inner .exit {
    font-size: 2.2rem;
    position: absolute;
    top: 0;
    right: 0;
    padding: 1rem 1.5rem;
    cursor: pointer;
    z-index: 2;
}

#section_map2 #div_map>.inner>.info>.inner>div {
    display: none;
}

#section_map2 #div_map>.inner>.info>.inner>div .title {
    font-size: 1.9vw;
    font-weight: 500;
    padding-bottom: 0.7vw;
    margin-bottom: 1vw;
    position: relative;
}

#section_map2 #div_map>.inner>.info>.inner>div .title::after {
    content: '';
    width: 90%;
    background: #444;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

#section_map2 #div_map>.inner>.info>.inner>div p {
    font-size: 1.2vw;
    font-weight: 400;
}

#section_map2 #div_map>.inner>#bg {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    position: absolute;
    top: 0;
    left: 0;
}

#section_map2 #div_map>.inner>#bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#section_map2 #div_map>.inner>#bg img.color_pad {
    display: none;
}

@media(min-width:991.98px) {
	#section_map2 #div_map>.inner>.info {
		display: none !important;
	}
}

@media(max-width:1480px) {
	#section_map2 #div_map>.inner>.title>p.business {
		top: 42%;
		left: 0;
		width: 32vw;
	}
	#section_map2 #div_map>.inner>.title>p.academy {
		right: 0;
		width:28vw;
	}
}

@media(max-width:991.98px) {
    #section_map #div_text p {
        font-size: 40px;
    }

    #section_map2 #div_map {
        background: url(../_img/section1_img_mo_bg.jpg) no-repeat center top / cover;
    }

    #section_map2 .text p {
        font-size: 4rem;
    }

    #section_map2 #div_map>.inner {
        padding-top: 26%;
    }

	#section_map2 #div_map>.inner > .exit {
		width: 85%;
		height: 26%;
		margin-top: 24%;
		margin-left: 0rem;
	}

    #section_map #div_text .box p {
        font-size: 4.5rem;
    }

    #section_map2 #div_map>.inner>#bg img {
        display: none;
    }

    #section_map2 #div_map>.inner>.title {
        display: flex;
		flex-wrap:wrap;
        justify-content: center;
        align-items: center;
        max-width: 30rem;
        margin: 0 auto;
        height: auto;
    }

    #section_map2 #div_map>.inner>.title>p,
    #section_map2 #div_map>.inner>.title>p.business,
    #section_map2 #div_map>.inner>.title>p.academy,
    #section_map2 #div_map>.inner>.title>p.conference,
    #section_map2 #div_map>.inner>.title>p.plaza,
    #section_map2 #div_map>.inner>.title>p.hall {
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        transform: translate(0);
        width: 9rem;
        height: 9rem;
        background-size: 9rem 9rem;
        background-repeat: no-repeat;
        background-position: center center;
        padding: 0;
    }

    #section_map2 #div_map>.inner>.title>p {
        font-size: 1.8rem;
        margin: 1.5rem 0.5rem;
        text-align: center;
        display: flex;
        justify-content: center;
        flex-direction: column;
        position: relative;
		color:#fff;
		font-weight: 300;
    }

    #section_map2 #div_map>.inner>.title>p::after {
        content: '';
        width: 100%;
        padding-top: 100%;
        display: inline-block;
        margin-top: 6rem;
    }

	#section_map2 #div_map>.inner>.title>p span{
		text-align: center;
		position: absolute;
		top: -22%;
		width: 100%;
		font-size: 1.4rem;
	}

    #section_map2 #div_map>.inner>.title>p.business {
        background-image: url('../_img/map_mobile_1.png');
    }

    #section_map2 #div_map>.inner>.title>p.conference {
        background-image: url('../_img/map_mobile_2.png');
    }

    #section_map2 #div_map>.inner>.title>p.academy {
        background-image: url('../_img/map_mobile_3.png');
    }

    #section_map2 #div_map>.inner>.title>p.plaza {
        background-image: url('../_img/map_mobile_4.png');
    }

    #section_map2 #div_map>.inner>.title>p.hall {
        background-image: url('../_img/map_mobile_5.png');
    }

    #section_map2 #div_map.business>.inner>.title>p.business {
        background-image: url('../_img/map_mobile_on_1.png');
    }

    #section_map2 #div_map.conference>.inner>.title>p.conference {
        background-image: url('../_img/map_mobile_on_2.png');
    }

    #section_map2 #div_map.academy>.inner>.title>p.academy {
        background-image: url('../_img/map_mobile_on_3.png');
    }

    #section_map2 #div_map.plaza>.inner>.title>p.plaza {
        background-image: url('../_img/map_mobile_on_4.png');
    }

    #section_map2 #div_map.hall>.inner>.title>p.hall {
        background-image: url('../_img/map_mobile_on_5.png');
    }

    #section_map2 #div_map>.inner>.info {
        position: relative;
        top: 4%;
        width: 90%;
        height: 30%;
        max-height: 24rem;
        left: 0;
        transform: translate(0);
        margin: 0 auto;
        max-width: 34rem;
    }

    #section_map2 #div_map>.inner>.info::after {
        content: '';
        width: 100%;
        position: absolute;
        height: 5rem;
        top: -5rem;
        left: 0;
		display:none;
    }

    #section_map2 #div_map>.inner>.info>.inner::after {
        content: none;
    }

    #section_map2 #div_map.business>.inner>.info::after {
        background: url('../_img/section1_img_left_mo.png') no-repeat center center/ contain;
    }

    #section_map2 #div_map.conference>.inner>.info::after {
        background: url('../_img/section1_img_center_mo.png') no-repeat center center/ contain;
    }

    #section_map2 #div_map.academy>.inner>.info::after {
        background: url('../_img/section1_img_right_mo.png') no-repeat center center/ contain;
    }

    #section_map2 #div_map>.inner>.info>.inner>div::after {
        content: none;
    }

    #section_map2 #div_map>.inner>.info>.inner>div .title {
        font-size: 2.4rem;
        padding-bottom: 1.5rem;
        margin-bottom: 1.5rem;
    }

    #section_map2 #div_map>.inner>.info>.inner>div p {
        font-size: 1.8rem;
    }

    #section_map2 #div_map>.inner>#bg img.color_pad {
        display: none !important;
    }
}


#section_space {
    background-color: #000;
    width: 100%;
    left: 00;
    top: 0;
}

#section_space .transform {
    top: 20%;
}

#section_space .container {
    display: flex;
    align-items: center;
}

#section_space .container>div {
    flex-grow: 1;
    flex-basis: 50%;
}

#section_space .container>div.img_wrap {
    position: relative;
    text-align: right;
}

#section_space .container>div.img_wrap video {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%) scale(1.6);
}

#section_space .container>div.img_wrap>img {
    width: 100%;
    max-width: 850px;
    z-index: 1;
}

#section_space .container>div.img_wrap>.video_bg {
    width: 150%;
    height: 100%;
    transform: translateX(-14%);
}

@media(max-width:991.98px) {
    #section_space {
        overflow-x: hidden;
    }

    #section_space .container {
        display: block;
    }

    #section_space .container>div.img_wrap {
        margin-top: 1rem;
        text-align: center;
    }

    #section_space .container>div.img_wrap>img {
        max-width: 500px;
    }

    #section_space .container>div.img_wrap>.video_bg {
        width: 130%;
        transform: translateX(-11%);
    }
}


.section_slide .container {
    display: flex;
    align-items: center;
}

.section_slide .container .title_main {
    width: 40%;
}

.section_slide .container .slide {
    width: 60%;
    z-index: 1;
}

.section_slide .container .slide>.wrapper {
    display: flex;
    flex-wrap: nowrap;
}

.section_slide .container .slide>.wrapper li {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    padding: 15px;
}

.section_slide .container .slide>.wrapper li img {
    width: 100%;
    max-width: 850px;
}

@media(max-width:991.98px) {
    .section_slide {
        display: block;
        padding-top: 8rem;
    }

    .section_slide .container .slide {
        width: 100%;
        position: relative;
        top: 0;
        transform: translateY(0);
        margin-top: 4rem;
    }

}

.section-slide3 img,
.section-slide3 video {
    width: 661.5px;
}

@media(max-width:991.98px) {

    .section-slide3 img,
    .section-slide3 video {
        width: 40rem
    }
}

/*section6*/
.section6 {
    position: relative;
    overflow: hidden;
    z-index: 200;
}

.section6::after {
    content: '';
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.section6 .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: auto;
    z-index: 2;
}

.section6 .contents_box {
    text-align: center;
    display: block;
    position: relative;
    height: auto;
    min-height: auto;
    z-index: 1;
}

.section6 .contents_box h2 {
    width: 100%;
    max-width: unset;
    padding-left: 0;
}

.section6 .btn_box {
    padding: 2rem 0 6rem 0;
}

.section6 .btn_box a {
    display: inline-block;
    display: inline-block;
    width: 22rem;
    font-size: 2rem;
    font-weight: 500;
	padding: 1.2rem;
    border-radius: 5rem;
    background: #2cbbb6;
    border: 2px solid #2cbbb6;
    color: #000;
    margin: 0 1rem;
    transition: all 0.1s ease-in-out;
}

.section6 .btn_box a:hover {
    background: transparent;
    color: #fff;
}

.section6 .swiper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.section6 .swiper .swiper-slide {
    width: 100%;
    height: 100vh;
}

.section6 .swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 991.98px) {
	.section6 .btn_box{
		padding-top: 1rem;
	}
    .section6 .btn_box a {
        font-size: 1.6rem;
        padding: 1rem 2.5rem;
        width: auto;
		max-width:24rem;
        min-width: 14rem;
		display:block;
		margin:1rem auto;
    }
}


.new_slide_wrap_1 .title {
    top: 30%;
    left: 30%;
    overflow: hidden;
    width: 500px;
    height: 600px;
    margin-left: -400px;
    text-align: left;
}

.new_slide_wrap_1 .slide_box {
    width: 86rem;
    height: 60.9rem;
    overflow: hidden;
    margin-left: 1%;
}

.new_slide_wrap_1 .slide_box .box {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.new_slide_wrap_1 .slide_box .box .d-flex {
    display: flex;
    gap: 2rem;
}


.video_box_1 {}

.video_box_1 .video {
    width: 800px;
    transform: translatey(-80px);
}

.video_box_1 .video video {
    width: 100%;
}

@media(max-width:1440px) {
    .new_slide_wrap_1 {}

    .new_slide_wrap_1 .title {
        top: 30%;
        left: 30%;
        overflow: hidden;
        width: 400px;
        height: 600px;
        margin-left: -300px;
        text-align: left;
    }

    .new_slide_wrap_1 .title_main>p {
        font-size: 5rem;
    }

    .new_slide_wrap_1 .slide_box {
        width: 86rem;
        height: 50rem;
        overflow: hidden;
        margin-left: 1%;
    }

    .new_slide_wrap_1 .slide_box img {
        height: 50rem;
        width: auto;
    }

    #section_space .transform {
        top: 25%;
    }

    #section_space .video_bg {
        height: 100%;
    }

    .video_box_1 .video {
        width: 700px;
        transform: translatey(-80px);
    }
}

@media(max-width:991.98px) {
    .new_slide_wrap_1 .title_main>p,
    section .title_main>p {
        text-align: center;
    }

    #section_space .transform {
        width: 100%;
        max-width: 430px;
        top: 8%;
        left: 50%;
        transform: translatex(-50%);
        margin-left: 0;
    }

    .new_slide_wrap_1 .title {
        top: 8%;
        left: 0;
        overflow: hidden;
        width: 100%;
        height: auto;
        margin-left: 0;
        text-align: center;
    }

    .new_slide_wrap_1 .title_main>p {
        font-size: 3.6rem;
    }

    .new_slide_wrap_1 .slide_box {
        width: 100%;
        height: 40rem;
        overflow: hidden;
        margin-left: 0;
        left: 0;
        top: 48rem;
    }

    .new_slide_wrap_1 .slide_box img {
        height: 40rem;
        width: auto;
    }

    .video_box_1 .video {
        width: 550px;
        transform: translatey(-60px);
    }
}

@media(max-width:576.98px) {
    #section_map2 #div_map>.inner {
        padding-top: 60%;
    }

    #section_map #div_text p {
        font-size: 30px;
    }

    .new_slide_wrap_1 .title_main>p,
    section .title_main>p {
        font-size: 3.4rem;
    }

    .new_slide_wrap_1 .slide_box {
        width: 100%;
        height: 30rem;
        overflow: hidden;
        margin-left: 0;
        left: 0;
        top: 44rem;
    }

    .new_slide_wrap_1 .slide_box img {
        height: 30rem;
    }

    .video_box_1 .video {
        width: 400px;
        transform: translatey(-40px);
    }
}