.about_1_box {
    width: 100%;
    padding-top: calc(5px + 5rem);
    padding-bottom: calc(16px + 5rem);
    background: url(../images/map.png) no-repeat;
    background-size: 100% calc(10px + 40rem);
}

.about_1 {
    max-width: 1480px;
    width: 85%;
    margin: auto;
}

.about_1_main {
    display: flex;
    justify-content: flex-start;
    gap: calc(12px + 5rem);
}

.about_1_main .about_1_main_pic {
    width: 45.9459%;
}

.about_1_main_text {
    flex: 1;
}

.about_1_main_text .p1 {
    font-family: Century Gothic;
    font-weight: bold;
    font-size: calc(8px + 1rem);
    color: #333333;
    line-height: 1;
    margin-top: calc(13px + 5rem);
}

.about_1_main_text .p2 {
    font-family: Futura Bk BT;
    font-weight: normal;
    font-size: calc(8px + 0.5rem);
    color: #666666;
    line-height: calc(2px + 1.5rem);
    margin-top: calc(10px + 1rem);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: calc(5px + 0.5rem);
}

.about_1_main_text .p2 p {
    display: flex;
    justify-content: flex-start;
    gap: calc(9px + 0.5rem);
}

.about_1_main_text .p2 img {
    width: calc(4px + 1rem);
    height: calc(2px + 1rem);
    position: relative;
    top: calc(1px + 0.2rem);
}

.about_2_main_box {
    width: 100%;
    padding-bottom: calc(63px + 3rem);
}

.about_2_main {
    max-width: 1480px;
    width: 85%;
    margin: auto;
}

.about_2_list {
    display: flex;
    justify-content: space-between;
    margin-top: calc(4px + 4rem);
}

.about_2_item {
    width: 31.6891%;
}

.about_2_item_pic {
    width: 100%;
    height: calc(20px + 15rem);
}

.about_2_item .p1 {
    font-family: Futura Bk BT;
    font-weight: normal;
    font-size: calc(6px + 1rem);
    color: #333333;
    line-height: 1;
    margin-top: calc(2px + 2rem);
}

.about_2_item .p2 {
    font-family: Futura Bk BT;
    font-weight: normal;
    font-size: calc(6px + 0.5rem);
    color: #666666;
    line-height: calc(7px + 1rem);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: calc(5px + 0.5rem);
    margin-top: calc(2px + 1rem);
}

@media (max-width: 1100px) {
    .about_1_main {
        flex-direction: column;
        justify-content: flex-start;
        gap: calc(10px + 1rem);
    }
    .about_1_main .about_1_main_pic{
        width: 100%;
    }
    .about_1_main_text .p1{
        font-size: calc(12px + 1rem);
        line-height: 1.5;
        margin-top: calc(5px + 1rem);
    }
    .about_1_main_text .p2{
        width: 100% !important;
        font-size: calc(10px + 1rem);
        line-height: 1.5;
    }
    .about_1_main_text .p2 img {
        width: calc(24px + 1rem);
        height: calc(16px + 1rem);
        position: relative;
        top: calc(6px + 0.2rem);
    }
    .about_1_main:nth-of-type(3){
        flex-flow: column-reverse;
    margin-top: calc(10px + 5rem) !important;
    }
    .about_2_list{
        flex-wrap: wrap;
        row-gap: calc(10px + 5rem);
    }
    .about_2_item{
        width: 100%;
    }
    .about_2_item_pic{
        height: auto;
    }
    .about_2_item .p1{
        font-size: calc(12px + 1rem);
        line-height: 1.5;
    }
    .about_2_item .p2{
        font-size: calc(10px + 1rem);
        line-height: 1.5;
    }
    .about_2_main_box {
        padding-bottom: calc(40px + 1rem);
    }
}