@charset "UTF-8";


header {
    height: 38px;
    color: #fff;
    font-size: 18px;
    background-color: #60734D;
    padding: 10.5px 0;
    padding-left: 30px;
}

img {
    width: 100%;
}

main {
    background-color: #FEFCF3;
}

section h2 {
    color: #685C5C;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 56px 0 39px;
    line-height: 1.5;

}

.concept p {
    color: #685C5C;
    font-size: 13px;
    display: block;
    width: 100%;
    margin-bottom: 39px;
    line-height: 1.5;
    padding: 0 20px;
}


h3 {
    color: #fff;
    font-size: 13.3px;
    line-height: 26px;
    width: 195px;
    background-color: #B38A6B;
    text-align: center;
    padding: 6px 63px;
    margin: 79px auto 39px;

}

.product-item {
    margin-bottom: 15px;
}

.productimg {
    margin-bottom: 7.86px;

}

h4 {
    font-size: 14px;
    color: #685C5C;
    margin-bottom: 4.9px;

}

.productlist {
    display: block;
    padding: 0px 55px;

}


.about {
    width: 100%;
    font-size: 10px;
    color: #685C5C;
    line-height: 1.5;
    margin-bottom: 5.4px;

}

.detail {
    display: block;
    margin: 32.15px auto 44.64px;
    width: 90px;
    padding: 8.68px 16px;
    background-color: #B38A6B;
    color: #fff;
    border-radius: 40px;
    border: 1px solid #B38A6B;
    font-size: 10px;
    transition: 0.2s;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
}

.detail:hover {
    background-color: #fff;
    color: #b38a6b;


}

.newstitle {
    margin: 0 auto 24.65px;
}

.newsmessage {
    font-size: 13px;
    color: #685C5C;
    text-decoration-line: underline;
    padding: 0 21px;
    line-height: 21px;
}

.newsmessage li a:hover {
    color: #B38A6B;

}

hr {
    height: 0.5px;
    background-color: #60734D;
    margin: 26px 0 22px 0;

}


.wrapper h2 {
    color: #685C5C;
    font-size: 13px;
}

.wrapper h2 a:hover {
    letter-spacing: 0.15em;
    transition: 0.2s;
}

.wrapper {
    display: flex;
    justify-content: space-between;
    margin: 0 20px;
}

.footernavi {
    color: #685C5C;
    font-size: 9px;
    display: flex;
    width: 60px;
    flex-direction: column;
    gap: 8.13px;
    align-items: flex-start;
    margin-bottom: 17.75px;

}

.footernavi li a:hover {
    letter-spacing: 0.15em;
    transition: 0.2s;
}

footer {
    height: 38px;
    color: #fff;
    font-size: 12px;
    background-color: #60734D;
    padding: 10.5px 10.5px 20px;
}



@media screen and (min-width:768px) {

    header {
        width: 100%
    }


    section h2 {
        font-size: 20px;

    }

    .concept p {
        font-size: 15px;
        line-height: 1.5;
        margin-bottom: 39px;
        padding: 0 150px;

    }

    h3 {
        margin: 79px auto 39px;
        font-size: 15px;
    }

    h4 {
        font-size: 16px;

    }


    .productlist {
        display: flex;
        justify-content: center;
        gap: 20px;
        padding: 0;

    }

    .product-item {
        width: 40%;
    }

    .about {
        font-size: 12px;
        line-height: 1.5;


    }

    .detail {
        width: 120px;
        text-align: center;
        font-size: 12px;
    }

    .newstitle {
        margin: 20px auto;
    }

    .newsmessage {
        font-size: 15px;
        line-height: 1.7;
        padding: 20px 100px;
    }

    hr {
        height: 0.5px;
        background-color: #60734D;
        margin: 26px 0 22px 0;

    }

    .wrapper {
        margin: 0 100px;
    }

    .wrapper h2 {
        font-size: 15px;
    }




    .footernavi {
        font-size: 11px;
        width: 90px;
        gap: 15px;

    }
}


@media screen and (min-width:1024px) {

    header {
        width: 100%
    }

    section {
        display: flex;
        justify-content: center;
        flex-direction: row-reverse;
        gap: 30px;
        margin: 125px auto;
    }

    .concept {
        display: flex;
        flex-direction: column;
        gap: 43px;
        width: 40%;
        margin: 28px 0;


    }

    .conceptimg {
        width: 40%;
    }

    section h2 {
        font-size: 22px;
        margin: 0;

    }

    .concept p {
        font-size: 16px;
        line-height: 2;
        margin: 0;
        padding: 0 0;
    }


    h3 {
        margin: 90px auto 50px;
        font-size: 18px;
        width: 230px;
    }

    h4 {
        font-size: 21px;

    }


    .productlist {
        display: flex;
        justify-content: center;
        gap: 40px;
    }


    .about {
        display: block;
        width: 100%;
        font-size: 16px;
        line-height: 1.7;


    }

    .detail {
        width: 160px;
        text-align: center;
        font-size: 16px;
    }

    .newsmessage {
        font-size: 21px;
        line-height: 2;
        padding: 0 0;
    }

    .news {
        margin: 149px auto 98px;
        width: 80%;
    }

    .wrapper {
        margin: 48px auto;
        width: 80%;
    }

    .wrapper h2 {
        font-size: 24px;

    }


    .footernavi {
        font-size: 18px;
        width: 160px;
        gap: 26px;

    }

    footer {
        font-size: 16px;
    }
}

@media screen and (min-width:1440px) {

    header {
        height: 60px;
        font-size: 24px;
        padding-top: 16px;
        padding-bottom: 16px;
        padding-left: 72px;


    }

    section h2 {
        font-size: 28px;
        margin: 0;
    }

    .conceptimg {
        width: 35%;
    }

    .concept {
        width: 35%;
    }
    .concept p {
        font-size: 21px;
    }

    h3 {
        width: 352px;
        height: 46px;
        font-size: 24px;
        padding: 10px;

    }

    .product-item {
        width: 35%;
    }
    h4 {
        font-size: 24px;
    }

    .about {
        font-size: 18px;
    }

    .detail {
        font-size: 20px;
        width: 184px;
        height: 55px;
        padding: 15px;
    }

    .news {
        width: 70%;

    }

    .newsmessage {
        font-size: 21px;
    }

    .wrapper {
        width: 70%;
    }

    .wrapper h2 {
        font-size: 30px;

    }


.footernavi {
    font-size: 21px;
    gap: 26px;
}
}