/*fonts*/

@import url('https://fonts.googleapis.com/css?family=Special+Elite');
/*@import url('https://fonts.googleapis.com/css2?family=Jost:wght@400;500&display=swap');*/
/*@import url('https://fonts.googleapis.com/css2?family=Jost&family=Nanum+Myeongjo:wght@700&display=swap');*/

/*@font-face {*/
/*    font-family: 'Jost';*/
/*    src: url(../font/jost.woff2) format('woff2');*/
/*}*/

/*@font-face {*/
/*    font-family: 'noto';*/
/*    src: url(../font/nato-regular.woff2) format('woff2');*/
/*}*/

/*@font-face {*/
/*    font-family: 'noto-semibold';*/
/*    src: url(../font/noto-semibold.woff2) format('woff2');*/
/*}*/

/*fonts*/


/*common*/

html {
    font-size: 16px !important;
}

body {
    /*font-family: 'Jost', sans-serif;*/
    font-family: Jost, 'BlinkMacSystemFont', -apple-system, 'Roboto', 'Lucida Sans';
    /*font-size: 15px !important;*/
}

.jost {
    /*font-family: 'Jost', sans-serif;*/
    font-family: Jost, 'BlinkMacSystemFont', -apple-system, 'Roboto', 'Lucida Sans';

}

.nato {
    /*font-family: 'noto', sans-serif !important;*/
    font-family: Noto Serif KR, 'BlinkMacSystemFont', -apple-system, 'Roboto', 'Lucida Sans';
}

.nato-semibold {
    font-family: 'noto-semibold', sans-serif !important;
}

h1, h2, h3, h4, h5, h6 {
    /*font-family: 'noto-semibold', sans-serif !important;*/
    font-family: Noto Serif KR, 'BlinkMacSystemFont', -apple-system, 'Roboto', 'Lucida Sans';
    font-weight: 600;
}

h1 {
    font-size: 2.5rem;
}

h2 {
    font-size: 2.125rem;
}

h3 {
    font-size: 1.75rem;
}

h4 {
    font-size: 1.5rem;
}

h5 {
    font-size: 1.25rem;
}



.fs--5 {
    font-size: 0.5rem;
}

.fs--4 {
    font-size: 0.6rem;
}

.fs--3 {
    font-size: 0.7rem;
}

.fs--2 {
    font-size: 0.8rem;
}

.fs--1 {
    font-size: 0.9rem;
}

.fs-0 {
    font-size: 1rem;
}

.fs-1 {
    font-size: 1.1rem;
}

.fs-2 {
    font-size: 1.2rem;
}

.fs-3 {
    font-size: 1.3rem;
}

.fs-4 {
    font-size: 1.4rem;
}

.fs-5 {
    font-size: 1.5rem;
}

.fs-6 {
    font-size: 1.6rem;
}

.fs-7 {
    font-size: 1.7rem;
}

.fs-8 {
    font-size: 1.8rem;
}

.fs-9 {
    font-size: 1.9rem;
}

.mt-nav {
    margin-top: 49.25px;
}

@media (min-width: 992px) {
    .mt-nav {
        margin-top: 70px;
    }

    .fs-lg--5 {
        font-size: 0.5rem;
    }

    .fs-lg--4 {
        font-size: 0.6rem;
    }

    .fs-lg--3 {
        font-size: 0.7rem;
    }

    .fs-lg--2 {
        font-size: 0.8rem;
    }

    .fs-lg--1 {
        font-size: 0.9rem;
    }

    .fs-lg-0 {
        font-size: 1rem;
    }

    .fs-lg-1 {
        font-size: 1.1rem;
    }

    .fs-lg-2 {
        font-size: 1.2rem;
    }

    .fs-lg-3 {
        font-size: 1.3rem;
    }

    .fs-lg-4 {
        font-size: 1.4rem;
    }

    .fs-lg-5 {
        font-size: 1.5rem;
    }

    .fs-lg-6 {
        font-size: 1.6rem;
    }

    .fs-lg-7 {
        font-size: 1.7rem;
    }

    .fs-lg-8 {
        font-size: 1.8rem;
    }

    .fs-lg-9 {
        font-size: 1.9rem;
    }

    .sticky-top {
        position: sticky;
        top: 80px;
    }

}

a {
    color: inherit;
}

a:hover {
    color: inherit;
    opacity: 0.8;
    text-decoration: none;
}

.fit-contain {
    object-fit: contain;
    width: 100%;
}

.fit-cover {
    object-fit: cover;
    width: 100%;
}


.dot span:not(:last-child) {
    position: relative;
    padding-right: 2em;
}

.dot span:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 0.6em;
    height: 0.4em;
    width: 0.4em;
    background: #575757;
    border-radius: 50%;
}

.dot.white span:not(:last-child)::after {
    background: white;
}

.bg-1 {
    background-color: #fbf0eb;
}

.overflow-h {
    overflow: hidden;
}

.bb-1 {
    border-bottom: 1px solid #d5d5d5;
}

.bb-4 {
    border-bottom: 4px solid #d5d5d5;
}

.bt-1 {
    border-top: 1px solid #d5d5d5;
}

.bt-4 {
    border-top: 4px solid #d5d5d5;
}

.text-grey {
    color: #a2a2a2;
}


/*common*/

/*navbar*/

.navbar-light .navbar-nav .nav-link {
    color: #000000f5;
    font-size: 0.9rem !important;
}

/*navbar*/


/*carousel*/

.carousel-indicators li {
    width: 7px;
    height: 7px;
    border-radius: 50%;
}

.carousel-caption {
    bottom: unset;
    top: 50%;
    transform: translate(0, -50%);
    left: 25%;
    right: 25%;
}

/*carousel*/

.button-top {
    position: absolute;
    bottom: 15%;
    left: 30%;
    right: 30%;
}

.btn-type-1 {
    border-radius: 3rem;
}

.heading {
    position: relative;
    display: inline-block;
    padding: 0 15px;
    font-weight: bold;
    font-size: 1.2rem;
    margin-bottom: 1.2rem;
}

.heading::after {
    content: "";
    top: 50%;
    transform: translate(0, -50%);
    left: 100%;
    height: 1px;
    background: #5d5d5d;
    position: absolute;
    width: 600px;
}

.heading::before {
    content: "";
    top: 50%;
    transform: translate(0, -50%);
    right: 100%;
    height: 1px;
    background: #5d5d5d;
    position: absolute;
    width: 600px;
}

.tag {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.35rem 0.8rem;
    background: #0000007a;
    color: whitesmoke;
    top: 15px;
    left: 15px;
    border-radius: 15px;
    font-size: 0.9rem;
}


.tag-no {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.35rem;
    height: 25px;
    width: 25px;
    background: rgba(0, 0, 0, 0.59);
    color: whitesmoke;
    bottom: 0;
    left: 0;
    font-size: 1rem;
    font-weight: bold;
}


/*filter*/

.isotope-nav ul {
    padding: 0;
    margin: 0;
    margin-bottom: 30px;
    list-style: none;
    font-size: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.isotope-nav ul li {
    font-size: 12px;
    padding: 3px 20px;
    cursor: pointer;
    margin-bottom: 15px;
    border: 1px solid black;
}

.isotope-nav ul li:not(:last-child) {
    margin-right: 10px;
}

.isotope-nav ul li.active {
    background: rgba(36, 109, 248, 0.15);
    color: #246df8;
}

/*filter*/


/*multi carousel*/

.owl-carousel-2 {
    margin-left: -5%;
    width: 110%;
}

/*multi carousel*/

footer {
    padding: 25px 15px;
    border-top: 1px solid #e5e5e5;
}

footer a {
    color: black;
}

footer a:hover {
    color: grey;
    text-decoration: none;
}

.overlay-content {
    position: absolute;
    bottom: 0;
    left: 0;
    background: white;
    padding: 20px;
}

.first-letter {
    font-size: 35px;
    line-height: 70px;
}

.subhead::first-letter {
    float: left;
    color: #f75454;
    font-size: 600%;
    line-height: 80%;
    margin: 0 1rem 0.4rem -0.6rem;
}

.text-danger-c {
    color: #f75454;
}

blockquote {
    font-weight: 100;
    font-size: 1.6rem;
    max-width: 600px;
    line-height: 1.4;
    position: relative;
    margin: 0 !important;
    padding: 1rem;
}

blockquote:before {
    font-family: 'Special Elite', cursive;
    position: absolute;
    color: #f1efe6;
    font-size: 8rem;
    width: 4rem;
    height: 4rem;
    z-index: -1;
}

blockquote:before {
    content: '“';
    left: -2rem;
    top: -2rem;
}

.social-share {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

@media (min-width: 992px) {
    .social-share > li {
        flex: 50%; /* or - flex: 0 50% - or - flex-basis: 50% - */
    }
}


.social-share > li:hover {
    cursor: pointer;
}
.social-share > li div {
    height: 3.3rem;
    width: 3.3rem;
    margin: 5px;
    border: 2px solid #e0e0e0;
    color: #b3b3b3;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
}

.emoji {
    border: 2px solid #e3e3e3;
    width: 6rem;
    height: 6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
}

@media (max-width: 768px) {
    .emoji-cont {
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 10px;
    }

    .emoji {
        width: 8rem;
        height: 8rem;
    }
}

.social-footer {
    padding: 20px;
    background: #f6f6f6;
    display: flex;
    align-items: center;
    margin-top: 30px;
    font-size: 0.7rem;
}

.social-total {
    display: flex;
    align-items: center;
    line-height: 1;
    padding: 0 15px;
    margin-right: 15px;
}

.social-total-count {
    display: inline-flex;
    font-size: 14px;
    font-weight: 600;
}

.social-total-text {
    display: inline-flex;
    margin-left: 10px;
    text-transform: uppercase;
}

.social-footer-buttons {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
}

.social-button-holder:nth-child(1), .social-button-holder:nth-child(2) {
    flex-grow: 1;
}

.social-button-holder {
    padding: 5px;
    display: flex;
}

.social {
    background: #fff;
    justify-content: space-between;
    display: inline-flex;
    align-items: center;
    height: 45px;
    padding: 0 15px;
    width: 100%;
}

.social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    text-transform: uppercase;
    font-weight: 600;
}

.social-icon i {
    font-size: 0.9rem;
    padding-right: 10px;
}

#scroll {
    position: fixed;
    bottom: 35px;
    right: 15px;
    width: 40px;
    overflow: visible;
    white-space: nowrap;
    z-index: 100;
    -webkit-transform: rotate(90deg) translate(100%, 0);
    -moz-transform: rotate(90deg) translate(100%, 0);
    -ms-transform: rotate(90deg) translate(100%, 0);
    -o-transform: rotate(90deg) translate(100%, 0);
    transform: rotate(90deg) translate(100%, 0);
    transform-origin: top right;
    display: flex;
    justify-content: flex-end;
}

.bg-grey {
    background-color: #f7f7f7;
}


.purchase {
    background-color: #f0f0f0;
}


.navbar-light .navbar-nav .nav-link {
    color: #000000f5;
    font-size: 12px !important;
    font-weight: 600;
}

.envo {
    display: none;
}

@media (min-width: 992px) {
    .envo {
        display: block;
        position: absolute;
        right: -26px;
        top: -60px;
        font-size: 5vw;
        transform: rotate(31deg);
        color: #b9b9b9;
    }

    .navbar {
        height: 70px;
    }
}


