.about_1_box {
    width: 100%;
    padding-top: calc(6px + 5rem);
    padding-bottom: calc(14px + 4rem);
}

.about_1 {
    max-width: 1640px;
    width: 85%;
    margin: auto;
}

.about_1_p1 {
    font-family: Roboto_Regular;
    font-weight: 400;
    font-size: calc(8px + 0.5rem);
    color: #666666;
    line-height: calc(4px + 1.5rem);
    text-align: justify;
    margin-top: calc(4px + 0.5rem);
}

.about_1_p2 {
    margin-top: calc(15px + 1.5rem);
}

.about_1_p2 .p1 {
    font-family: Roboto_Regular;
    font-weight: 400;
    font-size: calc(4px + 1rem);
    color: #000000;
    line-height: calc(10px + 1.5rem);
    letter-spacing: 1px;
    text-align: left;
}

.about_1_p2 .p2 {
    font-family: Roboto_Regular;
    font-weight: 300;
    font-size: calc(8px + 0.5rem);
    color: #666666;
    line-height: calc(8px + 1.5rem);
    text-align: justify;
    margin-top: calc(6px + 0.5rem);
}

.advantage_box {
    display: flex;
    justify-content: space-between;
    margin-top: calc(3px + 1.5rem);
}

.advantage_item {
    width: 48.7805%;
    height: calc(80px + 15rem);
    border-radius: calc(10px + 0.5rem);
    position: relative;

}

.advantage_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: calc(10px + 0.5rem);
}

.advantage_title {
    position: absolute;
    top: calc(100px + 5rem);
    padding: 0 calc(2px + 2rem);
}

.advantage_title .p1 {
    font-family: Roboto_Bold;
    font-weight: 300;
    font-size: calc(4px + 1rem);
    color: #FFFFFF;
    line-height: calc(10px + 1.5rem);
    letter-spacing: 1px;
}

.advantage_title .p2 {
    font-family: Roboto_Regular;
    font-weight: 400;
    font-size: calc(8px + 0.5rem);
    color: #FFFFFF;
    line-height: calc(8px + 1.5rem);
    text-align: justify;
    width: calc(58px + 20rem);
    margin-top: calc(1px + 0.25rem);
}

.position_box {
    display: none;
}

@media screen and (max-width: 1100px) {
    .position_box {
        display: block;
    }
    .about_1_p1{
        font-size: calc(10px + 1rem);
        line-height: 1.5;
    }
    .about_1_p2 .p1{
        font-size: calc(12px + 1rem);
    }
    .about_1_p2 .p2{
        width: 100%;
        font-size: calc(10px + 1rem);
        line-height: 1.5;  
    }
    .advantage_box{
        flex-direction: column;
        justify-content: flex-start;
        gap: calc(10px + 1rem);
    }
    .advantage_item{
        width: 100%;
        height: calc(100px + 15rem);
    }
    .advantage_title {
       
        top: calc(66px + 5rem);
       
    }
}