.about_box {
    width: 100%;
    padding-top: calc(41px + 5rem);
    padding-bottom: calc(70px + 5rem);
}

.about {
    max-width: 1480px;
    width: 85%;
    margin: auto;
}

.about_title .p1 {
    font-family: Century Gothic;
    font-weight: bold;
    font-size: calc(4px + 1rem);
    color: #0072BA;
    line-height: 1;
}

.about_title .p2 {
    font-family: Century Gothic;
    font-weight: bold;
    font-size: calc(16px + 2rem);
    color: #333333;
    line-height: calc(16px + 3rem);
    text-transform: uppercase;
    margin-top: calc(1px + 1rem);
}

.about_title .p3 {
    font-family: Century Gothic;
    font-weight: bold;
    font-size: calc(8px + 0.5rem);
    color: #86868B;
    line-height: calc(12px + 1rem);
    margin-top: calc(10px + 1.5rem);
}
.about_list{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: calc(5px + 5rem);
    margin-top: calc(14px + 5rem);
}
.about_item{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: calc(6px + 5rem);
}
.about_item_pic{
    width: 50.4054%;
    height: calc(30px + 20rem);
}
.about_item_pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about_item_text{
    width: 40%;
}
.about_item_text .p1{
font-family: Century Gothic;
font-weight: bold;
font-size: calc(8px + 1rem);
color: #333333;
line-height: 1;
font-style: italic;
}
.about_item_text .p2{
font-family: Century Gothic;
font-weight: 400;
font-size: calc(8px + 0.5rem);
color: #666666;
line-height: calc(2px + 1.5rem);
margin-top: calc(10px + 1.5rem);
}

.application_box{
    width: 100%;
    background: url(../images/app_bg.jpg) no-repeat;
    background-size: cover;
    padding-top: calc(84px + 5rem);
    padding-bottom: calc(68px + 10rem);
}
.application{
    max-width: 1480px;
    width: 85%;
    margin: auto;
}

.app_title .p1{
font-family: Century Gothic;
font-weight: bold;
font-size: calc(16px + 2rem);
color: #FFFFFF;
line-height: 1;
}

.app_title .p2{
font-family: Century Gothic;
font-weight: 400;
font-size: calc(10px + 0.5rem);
color: #FFFFFF;
line-height: calc(6px + 1.5rem);
margin-top: calc(10px + 1rem);
}
.app_con{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: calc(6px + 1.5rem);
    margin-top: calc(32px + 5rem);
}
.app_con .p3{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: calc(4px + 0.5rem);
}
.app_con .p3 p{
font-family: Century Gothic;
font-weight: 400;
font-size: calc(8px + 0.5rem);
color: #FFFFFF;
line-height: 1;
}
.app_con .p3 .line{
    width: calc(2px + 0.25rem);
height: calc(10px + 0.5rem);
background: #FFFFFF;
transform: skewX(-25deg);
}
@media (max-width: 1100px){
    .about_title .p1{
        font-size: calc(10px + 1rem);
    }
    .about_title .p2{
        font-size: calc(16x + 1rem);
        line-height: 1.5;
    }
    .about_title .p2 br{
        display: none;
    }
    .about_title .p3{
        font-size: calc(10px + 1rem);
        line-height: 1.5;
    }
    .about_item{
        flex-direction: column;
        justify-content: flex-start;
        gap: calc(10px + 2rem);
    }
    .about_item_pic {
        width: 100%;
        height: calc(30px + 39rem);
    }
    .about_item_text{
        width: 100%;
    }
    .about_item_text .p1{
        font-size: calc(12px + 1rem);
        line-height: 1.5;
    }
    .about_item_text .p2{
        font-size: calc(10px + 1rem);
        line-height: 1.5;
    }
    .app_title .p1{
        font-size: calc(16px + 1rem);
    }
    .app_title .p2{
        font-size: calc(12px + 1rem);
        line-height: 1.5;
    }
    br{
        display: none;
    }
    .app_con .p3{
        gap: calc(10px + 3rem);
    }
    .app_con .p3 p{
        font-size: calc(10px + 1rem);
        line-height: 1.5;
    }
    .app_con .p3 .line {
        width: calc(7px + 0.25rem);
        height: calc(27px + 0.5rem);
        background: #FFFFFF;
        transform: skewX(-25deg);
    }
    .application_box {
       
        padding-top: calc(37px + 1rem);
        padding-bottom: calc(60px + 1rem);
    }
}