
.page_nav {
    max-width: 1054px;
    width: 90%;
    margin: 60px auto 0;
    display: flex;
    justify-content: space-between;
}

.page_nav li {
    padding-bottom: 4px;
    text-align: center;
    position: relative;
    width: calc(100% / 5 - 8px * 4 / 5);
}

.page_nav li .txt::after {
    content: "";
    background-image: url(../images/merit/nav_arrow.svg);
    display: block;
    width: 25px;
    height: 10px;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 6px auto 0;
}

.page_nav li .icon {
    background-color: #7a6a56;
    padding: 4px 0;
}

.page_nav li .icon img{
    max-height: 24px;
}

.page_nav li .txt {
    font-size: clamp(11px, 1.3vw, 13px);
    letter-spacing: 0.01em;
    line-height: 1.6;
    font-feature-settings: "palt"; 
    background-color: #a48b78;
    color: #FFF;
    padding: 6px 0;
}

.sec_wrap {
    max-width: 1054px;
    margin: 90px auto 0;
    width: 90%;
    display: flex;
    flex-direction: column;
    gap: 140px 0;
    color: #717071;
}

section .container {
    display: grid;
    grid-template-columns: 7% 1fr;
    gap: 10px 20px;
}

section .icon{
    background-color: #7a6a56;
    padding: 6px 10px;
}


section h1 {
    margin: auto 0;
    font-size: clamp(16px, 1.8vw, 20px);
}

section .bottom_wrap .txt {
    font-size: clamp(13px, 1.4vw, 16px);
}

section .bottom_wrap .txt{
    margin-bottom: 40px;
    line-height: 1.5;
}

section .bottom_wrap {
    grid-column: 2 / 3;
}

section .bottom_wrap .btn img{
    max-height: 36px;
}

.sec01 .bottom_wrap .txt {
    margin: 0px;
}

section .bottom_wrap .btn {
    margin-top: 30px;
    display: inline-block;
}

.sec01 .bottom_wrap .btn {
    margin-top: 15px;
}

.sec01 .bottom_wrap .image{
    margin-top: 40px;
    width: 70%;
}

.sec02 .bottom_wrap .image_wrap {
    display: grid;
    grid-template-columns: 57.2% 1fr;
    gap:10px;
}

.sec02 .bottom_wrap .image_wrap .img01 {
    grid-row: 1 / 3;
}

.sec02 .bottom_wrap .image_wrap .flex {
    display: flex;
    gap: 0 10px;
}

.sec03 .image_wrap {
    display: grid;
    grid-template-columns: 52.8% 1fr;
    gap:10px;
}

.sec03 .image_wrap .img01 {
    grid-row: 1 / 3;
}

.sec04 .note {
    margin-top: 10px;
}

.sec05 .imgae_wrap {
    display: grid;
    grid-template-columns: 66% 1fr;
    gap: 0 20px;
}

.sec05 .note {
    margin-top: 10px;
}

@media screen and (max-width:730px) {
    .page_nav {
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 10px;
        margin: 40px auto 0;
        color: #57524e;
    }

    .page_nav li {
        width: calc(100% / 2 - 10px * 2 / 3); 
    }

    .page_nav li::after {
        margin: 4px auto 0;
    }

    .page_nav li .icon {
        display: flex;
    }

    .page_nav li .icon img {
        max-height: 17px;
    }

    .page_nav li .txt {
        padding: 4px 0;
    }

    .page_nav li .txt::after {
        width: 20px;
    }

    .sec_wrap {
        gap: 80px 0;
        margin: 50px auto 0;
    }

    section .bottom_wrap {
        grid-column: 1 / 3;
    }

    section .bottom_wrap .btn {
        margin-top: 26px;
    }

    section .container {
        gap: 14px 10px;
        grid-template-columns: 18% 1fr;
    }

    section .icon {
        padding: 0px 10px;
        display: flex;
        max-width: 90px;
        max-height: 30px;
    }

    section .bottom_wrap .txt {
        margin-bottom: 30px;
        line-height: 1.8;
    }

    section .bottom_wrap .btn img {
        max-height: 30px;
    }

    .sec01 .bottom_wrap .image {
        margin-top: 10px;
        width: 100%;
    }

    .sec01 .bottom_wrap .btn {
        margin-top: 5px;
    } 

    .sec02 .bottom_wrap .image_wrap {
        display: flex;
        flex-direction: column;
    }

    .sec03 .image_wrap {
        display: flex;
        flex-direction: column;
    }

    .sec05 .imgae_wrap {
        display: flex;
        flex-direction: column;
        gap: 50px 0;
    }

    .sec05 .imgae_wrap .img02 {
        width: 80%;
    }
}