* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* font-family: 'Poppins', sans-serif; */
}

@font-face {
    font-family: 'Optima';
    src: url('./fonts/OPTIMA.TTF') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'OptimaNovaLTProRegular';
    src: url('./fonts/OptimaNovaLTProRegular.otf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

/* section_1 */
.section_1 {
    max-width: 1920px;
    width: 100%;
    height: 922px;
    margin: 0 auto;
    display: flex;
    gap: 30px;
    padding-top: 35px;
    justify-content: center;
}

.right-column {
    display: flex;
    flex-direction: column;
    gap: 28px;
}


.box_1 {
    position: relative;
    width: 752px;
    height: 852px;
    background: linear-gradient(to bottom, #DDD4C500, #8E887E);
    border-radius: 20px;
}

.box_1_text_1 {
    position: absolute;
    top: 6%;
    left: 4%;
    font-size: 15px;
    color: #a3a3a3;
    font-weight: 600;
    letter-spacing: 0px;
}

.box_1_image_1 {
    width: 88%;
    position: absolute;
    top: 210px;
    left: 8%;
}

.box_1_text_2 {
    position: absolute;
    top: 75%;
    left: 4%;
    font-size: 37px;
    color: #FFFFFF;
    font-weight: 300;
    letter-spacing: 2px;
}

.box_1_text_3 {
    position: absolute;
    top: 80%;
    left: 4%;
    font-size: 139px;
    color: #FFFFFF;
    font-weight: 700;
    letter-spacing: 2px;
    font-family: "Poppins", sans-serif;
}

.box_2 {
    width: 782px;
    height: 371px;
    background-color: #F7F7F8;
    border-radius: 20px;
}

.box_2_text_1 {
    width: 369px;
    font-size: 31px;
    color: #1E1E1E;
    font-weight: 600;
    text-align: center;
    letter-spacing: -1px;
    line-height: 120%;
    padding-top: 45px;
    margin: 0 auto;
    letter-spacing: -1px;
    font-family: "Poppins", sans-serif;
}

.box_2_container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding-top: 80px;
}

.box_2_container_1 {
    text-align: center;
    padding: 0 79px;
    border-right: 1px solid #D9D9D9;
}

.box_2_container_1:last-child {
    border-right: none;
}

.box_2_svg {
    width: 48px;
    height: 48px;
}

.box_2_text_2 {
    width: 100px;
    font-size: 17px;
    color: #1E1E1E;
    font-weight: 600;
    line-height: 160%;
    padding-top: 10px;
    text-align: center;
    margin: 0 auto;
    font-family: "Poppins", sans-serif;
}

.box_3 {
    width: 782px;
    height: 454px;
    background-image: url('./image/image1.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 20px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.box_3_button {
    width: 124px;
    height: 46px;
    border-radius: 56px;
    background-color: #827C6C;
    border: none;
    font-size: 16px;
    color: #FFFFFF;
    font-weight: 500;
}

@media (max-width: 768px) {
    .section_1 {
        width: 100%;
        flex-direction: column;
        gap: 24px;
        height: auto;
        padding: 20px 16px;
    }

    .right-column {
        display: flex;
        flex-direction: column;
        gap: 24px;
    }

    .box_1,
    .box_2,
    .box_3 {
        width: 100%;
        height: auto;
    }

    .box_1 {
        height: 361px;
        position: relative;
        overflow: hidden;
        background: linear-gradient(to bottom, #9FA9A000, #AEB5AA);
    }

    .box_2 {
        height: 361px;
    }

    .box_3 {
        height: 243px;
        background-image: url('./image/image3.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .box_1_text_2 {
        font-size: 1.6rem;
        top: 60%;
    }

    .box_1_text_3 {
        font-size: 14vh;
        top: 70%;
    }

    .box_1_image_1 {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 90%;
        top: auto;
    }

    .box_2_text_1 {
        width: 80%;
        font-size: 22px;
        font-weight: 600;
        padding-top: 20px;
        font-family: "Be Vietnam Pro", sans-serif;
    }

    .box_2_container {
        flex-direction: column;
        gap: 17px;
        padding: 20px 15px;

    }

    .box_2_container_1 {
        display: flex;
        justify-content: space-around;
        align-items: center;
        border: none;
        padding: 0;
        width: 275px;
        border-top: 1px solid #D9D9D9;
        padding-top: 11px;
    }

    .box_2_text_2 {
        text-align: left;
        padding: 0;
        padding-left: 10px;
        font-family: "Be Vietnam Pro", sans-serif;
    }

    .box_3_button {
        background-color: #0F61FF;
        margin-top: 31px;
        font-family: "Be Vietnam Pro", sans-serif;
    }
}

/* section_2 */

.section_2 {
    max-width: 1920px;
    height: 1040px;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 76px;
    padding-left: 50px;
    margin: 0 auto;

}

.box_4 {
    width: 564px;
    height: 851px;
    padding: 34px;
}

.box_4_title_1 {
    font-size: 16px;
    font-family: "Inter", sans-serif;
    color: #402C22;
    font-weight: 500;
    margin-bottom: 20px;
}

.box_4_title_2 {
    font-size: 53px;
    color: #402C22;
    font-weight: 400;
    margin-bottom: 20px;
    font-family: 'Optima', 'Inter', sans-serif;
}

.box_4_container {
    width: 452px;
    border-bottom: 1px solid #D9D5D3;
    padding: 10px 0;
}

.dropdown_container {
    width: 452px;
    height: 27px;
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    margin-bottom: 5px;
}

.dropdown_item_title {
    font-size: 22px;
    color: #402C22;
    font-weight: 400;
    font-family: 'OptimaNovaLTProRegular', 'Inter', sans-serif;
}

.dropdown_icon {
    width: 14px;
    height: 14px;
    font-size: 20px;
    padding-right: 5px;
    opacity: 0.6;
}

.dropdown_content {
    width: 380px;
    height: 69px;
    margin-top: 10px;
    font-size: 17px;
    color: #402C22;
    font-weight: 300;
    line-height: 23px;
    margin-bottom: 15px;
    font-family: "Inter", sans-serif;
}

.box_5 {
    width: 764px;
    height: 851px;
}

.box_5_image_1 {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.box_6 {
    width: 553px;
    height: 551px;
}

.box_6_image_1 {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 768px) {

    .section_2 {
        display: flex;
        flex-direction: column;
        gap: 11px;
        padding: 20px 16px;
        height: 1162px;
        margin-top: 15px;
    }

    .box_4,
    .box_4_container {
        display: contents;
    }

    .box_4_title_1 {
        font-size: 14px;
        order: 1;
        margin-bottom: 0px;
    }

    .box_4_title_2 {
        font-size: 32px;
        width: 100%;
        order: 2;
        margin-bottom: 0px;
    }

    .box_5 {
        width: 100%;
        height: 375px;
        order: 3;
    }

    .box_6 {
        width: 100%;
        height: 248px;
        order: 4;
    }

    .box_6_image_1 {
        width: 249px;
    }

    .dropdown_container {
        margin-top: 5px;
        border-bottom: 1px solid #D9D5D3;
        padding-bottom: 40px;
    }

    .dropdown_content {
        margin-top: -16px;
        line-height: 22px;
    }

    .dropdown_container,
    .dropdown_content {
        width: 100%;
        order: 5;
    }
}

/* section_3 */
.section_3 {
    width: 100%;
    height: 1214px;
    margin: 0 auto;
    background-color: #FFF9F5;
    position: relative;
}

.section_3_title {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-family: "Instrument Serif", serif;
    color: #462B20;
    font-style: italic;
    font-weight: 400;
    padding-top: 32px;
}

.section_3_title::before,
.section_3_title::after {
    content: "";
    flex: 1;
    height: 1px;
    background: #ccc;
    max-width: 720px;
    margin: 0 auto;
}

.section_3_container {
    width: 636px;
    height: 998px;
    margin: 0 auto;
    margin-top: 100px;
}

.box_7 {
    width: 622px;
    margin-top: 55px;
}

.box_7_title {
    font-size: 58px;
    color: #462B20;
    font-weight: 400;
    line-height: 61px;
    text-align: center;
    margin-top: -12px;
    font-family: "Instrument Serif", serif;
}

.box_7_tab {
    display: flex;
    justify-content: center;
    padding-top: 30px;
}

.box_7_tab_item {
    color: #462B20;
    font-size: 20px;
    border-right: 1px solid #462b2027;
    padding: 5px 12px;
    font-family: "Instrument Serif", serif;
    font-weight: 400;
    opacity: 0.4;
}

.box_7_tab_item:first-child {
    font-weight: 400;
    opacity: 1;
}

.box_7_tab_item:last-child {
    border-right: none;
    padding-right: 0px;
}

.box_7_content {
    font-size: 16px;
    color: #462B20;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    padding: 20px 0px 60px 0px;
    opacity: 0.85;
}

.box_7_line {
    margin: 0 auto;
    width: 30%;
    height: 1px;
    background-color: #F3EAE5;
}

.box_7_image1 {
    position: absolute;
    top: 210px;
    left: 5%;
    width: 183px;
    height: 257px;
}

.box_7_image2 {
    position: absolute;
    top: 646px;
    left: 8%;
    width: 253px;
    height: 363px;
}

.box_7_image3 {
    position: absolute;
    top: 168px;
    right: 5%;
    width: 274px;
    height: 385px;
}

.box_7_image4 {
    position: absolute;
    top: 710px;
    right: 12%;
    width: 183px;
    height: 257px;
}

@media (max-width: 768px) {
    .section_3 {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
    }

    .box_7_title {
        font-size: 31px;
    }

    .section_3_container {
        width: 100%;
        height: auto;
        margin-top: 10px;
        padding: 0 16px;
    }

    .box_7 {
        width: 100%;
    }

    .box_7_line {
        display: none;
    }

    .box_7_image {
        display: none;
    }

    .box_7_content {
        font-size: 13px;
        padding: 20px 0px;
    }

    .box_7_tab {
        /* justify-content: flex-start; */
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        width: 348px;
    }

    .box_7_tab_item {
        flex: 0 0 auto;
        font-size: 16px;
        padding: 5px 3px;
    }
}