@charset "utf-8";

/* CSS Document */

@media screen and (max-width:1500px) {
.slick-prev, .slick-next {
    width: 40px;
    height: 40px;
}
.slick-prev{
    left: -15px;
}
.slick-next {
    right: -15px;
}
}

@media screen and (max-width:1440px) {
.container {
    padding: 0 20px;
}
}

@media screen and (max-width:1024px) {
html, body{
font-size: 16px;
}
.main-title {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 40px;
    flex-direction: column;
    row-gap: 20px;
}
.main-title-txt {
    font-size: 30px;
}
.filter-boxcol {
    flex: auto;
}
    .filter-box {
        width: 100%;
        max-width: 100%;
        margin-top: 20px;
    }
.filter-input {
    display: block;
    min-width: 100%;
    max-width: 100%;
}
.filter-input input {
    border: 0;
    text-align: center;
    background-image: url(../img/search.svg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 20px;
    padding-left: 40px;
    max-width: 100%;
    width: 100%;
    text-align: left;
}
}

@media screen and (max-width:767px) and (orientation:portrait){
.banner-box-scale {
    padding-top: 56.25%;
}
    .footer-box-row {
        flex-direction: column;
        column-gap: 0;
        row-gap: 40px;
    }

.footerlist {
    width: 100%;
    row-gap: 20px;
order: 1;
}
    .address {
        width: 100%;
        row-gap: 20px;
        order: 2;
    }

    .copyright-row {
        flex-direction: column;
        gap: 20px;
        justify-content: space-between;
        text-align: center;
    }
.copyright-col.policy {
    column-gap: 20px;
    justify-content: center;
}
}