@import url('https://use.typekit.net/pyr8qaw.css');

/* ==========================================================
 btn
========================================================== */
.btn .btn-i {
    width: 20px;
    height: 20px;
    background-color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid black;
}
.btn svg {
    display: block;
    width: 6px;
    height: 8px;
    object-fit: contain;
}
.btn circle {
    /* transition: fill .5s;
    fill: black; */
    box-shadow: 0 0 2px rgba(0, 0, 0, 1);
}
.btn:hover {
    color: black;
    background-color: white;
    border: 1px solid black;
}
.btn:hover circle {
}
@media screen and (max-width: 767px) {
    .btn {
        font-size: 14px;
        padding: 11px 0;
        width: 100%;
        height: 40px;
    }
}

/* ==========================================================
 footer
========================================================== */
.search-modal {
    z-index: 200000;
}

/* ==========================================================
 scroll icon
========================================================== */
.c-scroll__icon {
    line-height: 1;
}