.banner {
    height: var(--no-header-100vh);
    padding-top: 0;
    padding-bottom: 0;
}

.banner {}

.banner-info {
    width: 100%;
    position: absolute;
    top: 0;
    height: calc(100vh - 560px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.banner-text {
    width: 450px;
    height: auto;
    aspect-ratio: 588/258;
}

.banner-btn {
    width: 335px;
    height: auto;
    margin-top: 90px;
}

.banner-btn img {
    aspect-ratio: 435/139;
    display: block;
    width: 100%;
    height: auto;
}

.banner-info .btn-link {
    margin-top: 45px;
}

.banner-link {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 130px;
    box-shadow: 0 0 30px rgba(0, 0, 0, .2);
    border-radius: 20px;
    opacity: 0;
    transform: translateY(20%);
    transition: .8s;
}

.banner-link.active {
    transform: none;
    opacity: 1;
}

.banner-link:hover {}

.scroll-hint {
    position: absolute;
    width: 100%;
    aspect-ratio: 828/70;
    left: 0;
    bottom: 0;
    /* background-color: var(--theme-navy); */
    /* background-image: linear-gradient(45deg, #0E419C, #AB1B34); */
    /* background-color: #0B318F; */
    background-color: #F3981C;
}

.scroll-hint img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    /* width: auto; */
    width: 33%;
}

.buildings {
    display: flex;
    flex-wrap: wrap;
    height: var(--no-header-100vh);
}

.building {
    width: 50%;
    height: 50%;
    flex: 0 0 auto;
    position: relative;
}

.building img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}

.building .active,
.building .btn-more {
    visibility: hidden;
    z-index: 240;
    opacity: 0;
    transition: .3s;
}

.building:hover .active,
.building:hover .btn-more {
    opacity: 1;
    visibility: visible;
    transform: none;
}

.building .btn-more {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 244px;
    height: 116px;
    background: url("../images/btn_more.png") center/contain no-repeat;
}

.building:hover .btn-more {
    transition: .2s .25s;
}

.building-info {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 210;
}

.select-hint {
    width: 234px;
    height: 229px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    pointer-events: none;
    z-index: 260;
}

.intro .info {
    /* padding: 70px 30px 110px; */
    padding: 70px 30px 80px;
}

.intro {
    padding-top: 100px;
    padding-bottom: 100px;
}

section.activities {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #f2f2f2;
}

.activities .section-title {
    padding-left: 30px;
}

.activity {
    display: block;
    margin-bottom: 35px;
    background-color: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, .2);
    border-radius: 20px;
    overflow: hidden;
}

.activity .cover {
    width: 100%;
    aspect-ratio: 748/431;
}

.activity:last-of-type {
    margin-bottom: 0;
}

.activity .info {
    padding: 36px 36px 40px;
}

.activity .title {
    font-size: 36px;
    font-weight: bold;
}

.activity .desc {
    margin-top: 20px;
}

.activity-popup {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 100px 60px 150px;
    z-index: 900;
    border-radius: 32px 32px 0 0;
    overflow: hidden;
    color: #fff;
    visibility: hidden;
    opacity: 0;
    transition: .3s;
    transform: translateY(10%);
    min-height: 50vh;
    max-height: 100vh;
}

.activity-popup.active {
    visibility: visible;
    opacity: 1;
    transform: none;
}

.activity-popup .popup-back {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}

.activity-popup::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
}

.banner-link .btn-close,
.activity-popup .btn-close {
    position: absolute;
    width: 60px;
    height: 60px;
    right: 40px;
    top: 40px;
    background: url("../images/btn_close.png") center/contain no-repeat;
    z-index: 950;
}

.banner-link .btn-close {
    z-index: 280;
    right: 20px;
    top: 20px;
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
}

.activity-popup .popup-title {
    font-size: 52px;
    font-weight: bold;
    margin-bottom: 50px;
    position: relative;
    z-index: 920;
}

.activity-popup .popup-desc {
    font-size: 34px;
    position: relative;
    z-index: 920;
}

.activity-popup .btn-join {
    background: url("../images/btn_join.png") center/contain no-repeat;
    width: 253px;
    height: 116px;
    display: block;
    margin: 70px auto 0;
    position: relative;
    z-index: 920;
}

.info .link-more {
    margin-top: 30px;
}

.banner-link {
    /* aspect-ratio: 748/270; */
    height: 270px;
    border-radius: 30px;
    overflow: hidden;

    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;

    color: #fff;
    padding: 24px 30px;
}

.banner-link img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}

.banner-link .banner-link-title,
.banner-link .banner-link-title-sub {
    position: relative;
    z-index: 240;
}

.banner-link .banner-link-title {
    font-size: 36px;
    margin-bottom: 10px;
}

.banner-link::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 50%;
    bottom: 0;
    left: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .8));
}

.vid-ctn {
    aspect-ratio: 16/9;
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    /* margin-top: 50px; */
    background-color: #000;
}

.vid-ctn video {
    width: 100%;
    height: 100%;
}

.vid-ctn .vid-poster {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}

.vid-ctn .btn-play {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 200px;
    height: 80px;
    background: url("../images/btn_play_vid.png") center/contain no-repeat;
    z-index: 240;
}

p.video-tips {
    margin-top: 20px;
    text-align: center;
    font-size: 30px;
    color: rgb(130, 130, 130);
}

.map {
    margin-top: 80px;
}