html {
    font-size: 10px;
}

.sec {
    padding: 100px 0;
}

.inner {
    width: 1200px;
    margin: 0 auto;
}

.flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.btn_o {
    font-family: 'Roboto', 'Noto Sans KR', sans-serif;
    background: transparent;
    border: none;
    outline: none;
    line-height: 1;
    cursor: pointer;
}

img {
    width: 100%;
}

.slick-list,
.slick-trank {
    transition-delay: 30ms;
}

/* slick 깜빡임 막기 */

* {
    outline: 1px solid t-omato;
}

@media(max-width: 768px) {
    html {
        font-size: 7px;
    }

    .sec {
        padding: 85px 0;
    }

    .inner {
        width: auto;
        margin: 0 15px;
    }

    .flex {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
    }
}