.title {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: calc(4px + 1rem);
}

.title .p1 {
    font-family: Futura Bk BT;
    font-weight: normal;
    font-size: calc(4px + 1rem);
    color: #333333;
    line-height: 1;
}

.title .p2 {
    font-family: Century Gothic;
    font-weight: bold;
    font-size: calc(16px + 2rem);
    color: #241818;
    line-height: 1;
}

.title .p3 {
    width: 65.3919%;
    font-family: Futura Bk BT;
    font-weight: normal;
    font-size: calc(8px + 0.5rem);
    color: #575757;
    line-height: calc(10px + 1rem);
    margin-top: calc(6px + 1rem);
}

.about_banner {
    width: 100%;
    height: calc(100px + 30rem);
    position: relative;
}

.about_banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about_banner_text {
    max-width: 1480px;
    width: 85%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.about_banner_text .p1 {
    font-family: Century Gothic;
    font-weight: bold;
    font-size: calc(10px + 3rem);
    color: #FFFEFE;
    line-height: 1;
}

.about_banner_video_box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: calc(5px + 1rem);
    margin-top: calc(16px + 2rem);

}

.about_banner_video {
    width: calc(60px + 5rem);
    height: calc(60px + 5rem);
    position: relative;
    transition: .5s;
}

.about_banner_video video {
    display: none;
}

.about_banner_video .close {
    display: none;
}

.about_banner_video .v {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about_banner_video_box .p2 {
    font-family: Futura Bk BT;
    font-weight: normal;
    font-size: calc(4px + 1rem);
    color: #FFFEFE;
    line-height: calc(10px + 1.5rem);
}

.position_box {
    width: 100%;
    height: calc(14px + 4rem);
    border-bottom: 1px #DCDCDC solid;
}

.position {
    max-width: 1480px;
    height: 100%;
    width: 85%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.position_list {
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: calc(4px + 0.5rem);
}

.position_list p {
    font-family: PingFang SC;
    font-weight: 500;
    font-size: calc(8px + 0.5rem);
    color: #606060;
    line-height: 1;
}

.position_list p a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: calc(1px + 0.5rem);
}

.position_list p img {
    width: calc(6px + 1rem);
}

.position_nav {
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: calc(1px + 4rem);
}

.position_nav_item {
    height: 100%;
    font-family: Century Gothic;
    font-weight: 400;
    font-size: calc(10px + 0.5rem);
    color: #5B5B5B;
    line-height: 1;
    display: flex;
    align-items: center;
}

.position_nav_item_act {
    border-bottom: calc(0px + 0.1rem) #98B8AC solid;
}

.position_box {
    display: block;
}

.position_m_box {
    display: none;
}

.circle_box {
    width: calc(10px + 4rem);
    height: calc(10px + 4rem);
    border-radius: 50%;
    border: 1px solid #ffffff3a;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 10;
    background-color: transparent;
    animation: 1s move linear infinite;

}

.circle_box_2 {
    width: calc(10px + 2.5rem);
    height: calc(10px + 2.5rem);
    border-radius: 50%;
    border: 1px solid #ffffff98;

    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 11;
    background-color: transparent;
    animation: 1s move linear infinite;

}

.circle_box_3 {
    width: calc(8px + 1.5rem);
    height: calc(8px + 1.5rem);
    border-radius: 50%;
    border: 1px solid #ffffffd7;

    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 12;
    background-color: transparent;
    animation: 1s move linear infinite;
}

.circle_box_3 img {
    width: calc(8px + 0.5rem);
    height: calc(10px + 0.5rem);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 12;
    cursor: pointer;
    animation: 1s move1 linear infinite;
}

@keyframes move {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.2);
    }
}

@keyframes move1 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0.7);
    }
}

.about_banner_video_act {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 10;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about_banner_video_act .close {
    display: block;
    width: calc(15px + 0.5rem);
}

.about_banner_video_act .v {
    display: none;
}

.about_banner_video_act .circle_box {
    display: none;
}

.about_banner_video_act video {
    display: block;
    width: 85% !important;

}

.about_banner_video .close {
    position: absolute;
    right: 5%;
    top: 2%;
    z-index: 100;
    cursor: pointer;
    transition: .5s;
}

.about_banner_video .close:hover {
    transform: rotate(180deg);
}

@media (max-width: 1100px) {
    .position_box {
        display: none;
    }


    .title .p1 {
        font-size: calc(14px + 1rem) !important;
    }

    .title .p2 {
        font-size: calc(16px + 1rem) !important;
        line-height: 1.5;
    }

    .title .p3 {
        width: 100% !important;
        font-size: calc(10px + 1rem);
        line-height: 1.5;
    }

    .position_m_box {
        width: 100%;
        padding: calc(10px + 2rem) 0;
        display: block;
    }

    .position_m {
        width: 85%;
        margin: auto;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        gap: calc(10px + 1rem);
    }

    .position_m_item {
        width: 100%;
        height: calc(16px + 5rem);
        border: 1px #d3d3d3 solid;
        border-radius: calc(5px + 0.5rem);
    }

    .position_m_item a {
        width: 100%;
        height: 100%;
        font-family: Century Gothic;
        font-weight: 400;
        font-size: calc(10px + 1rem);
        color: #252525;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        padding: 0 calc(10px + 0.5rem);
    }

    .position_m_item_act {
        border-color: #98B8AC;
        background-color: #98B8AC;
    }

    .position_m_item_act a {
        color: #ffffff;
    }

    .position_nav_item {
        font-size: calc(12px + 1rem);
    }

    .about_banner {

        height: calc(50px + 30rem);

    }

    .about_banner_video_box .p2 {
        font-size: calc(10px + 1rem);
        line-height: 1.5;
    }

    .about_banner_video .close {

        right: 2%;

    }
}