.title .p1 {
    font-family: Roboto_Regular;
    font-weight: 400;
    font-size: calc(4px + 1rem);
    color: #521FEA;
    line-height: calc(10px + 1.5rem);
    margin-bottom: calc(3px + 1rem);
}

.title .p2 {
    font-family: Roboto_Regular;
    font-weight: 600;
    font-size: calc(4px + 3rem);
    color: #000000;
    line-height: 80px;
    letter-spacing: calc(1px + 0.1rem);
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.title .p3 {
    font-family: Roboto_Regular;
    font-weight: 300;
    font-size: calc(6px + 0.5rem);
    color: #333333;
    line-height: calc(2px + 1.5rem);
    margin-top: calc(9px + 1rem);
}

.two_banner {
    width: 100%;
    height: calc(200px + 30rem);
    position: relative;
    overflow: hidden;
}
.two_banner video{
    width: 100%;
 height: 100%;
 object-fit: cover;

}

.two_banner .play {
    width: calc(20px + 4rem);
    height: calc(20px + 4rem);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
}

.two_banner .play img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about_position_box {
    width: 100%;
    padding: calc(10px + 1.5rem) 0;
    border-top: 1px #DBDBDB solid;
    position: absolute;
    bottom: 0;
    z-index: 10;
}

.about_position {
    max-width: 1640px;
    width: 85%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.about_position_left {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: calc(1px + 0.5rem);
}

.about_position_left p {
    font-family: Roboto_Regular;
    font-weight: 400;
    font-size: calc(6px + 0.5rem);
    color: #FFFFFF;
    line-height: calc(9px + 0.5rem);
    text-align: left;
}

.about_position_left img {
    width: calc(6px + 0.5rem);
    margin-right: calc(4px + 0.5rem);
}

.about_nav_box {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: calc(4px + 1.5rem);
}

.about_nav_item {
    font-family: Roboto_Regular;
    font-weight: 500;
    font-size: calc(8px + 0.5rem);
    color: #FFFFFF;
    line-height: calc(1px + 1rem);
    text-align: left;
    opacity: 0.8;
}

.about_nav_item_act {
    opacity: 1;
}

.position_box {
    width: 100%;
    padding: calc(10px + 1.5rem) 0;
   
   
}

.position {
    max-width: 1640px;
    width: 85%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.position_left {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: calc(1px + 0.5rem);
}

.position_left p {
    font-family: Roboto_Regular;
    font-weight: 400;
    font-size: calc(6px + 0.5rem);
    color: #00000080;
    line-height: calc(9px + 0.5rem);
    text-align: left;
}

.position_left img {
    width: calc(6px + 0.5rem);
    margin-right: calc(4px + 0.5rem);
}


.m_nav_box{
    display: none;
}
.mobile_mask{
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
.mobile_mask img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media screen and (max-width: 1100px){
    .mobile_mask{
        display: block;
    }
    .title .p1{
        font-size: calc(12px + 1rem);
    }
    .title .p2{
        width: 100% !important;
        font-size: calc(16px + 1rem);
        line-height: 1.5;
    }
    .title .p3{
        width: 100% !important;
        font-size: calc(10px + 1rem) !important;
        line-height: 1.5;
    }

    .position_left p{
        font-size: calc(10px + 1rem);
    
    }
    .position_left img {
        width: calc(10px + 0.5rem);
      
    }
    .two_banner {
        width: 100%;
        height: calc(190px + 5rem);
    }
.about_position_box{
    display: none;
}
    .about_position{
    
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: calc(10px + 1rem);
    }
    .about_position_left{
        display: none;
    }
    .about_nav_item{
        font-size: calc(10px + 1rem);
        line-height: 1.5;
    }
    .m_nav_box{
        display: block;
        width: 100%;
        padding: calc(10px + 1rem) 0;
    }
    .m_nav{
        width: 85%;
        margin: auto;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        row-gap: calc(10px + 1rem);
    }
    .m_nav_item{
        width: 100%;
        height: calc(12px + 5rem);
        border: 1px #00000040 solid;
        border-radius: calc(5px + 0.5rem);
        font-size: calc(10px + 1rem);
        color: #333333;
        padding: 0 calc(10px + 1rem);
    }
    .m_nav_item a{
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
    }
    .m_nav_item_act{
        background-color: #521FEA;
        color: #ffffff;
        border: none;
    }
}