@charset "utf-8";

/*
 * File       : style.css
 * Author     : YONG
 *
 * 최종수정일 : 24/00/00
 *
 * SUMMARY:
 * 통합.CSS
 */

/* 
■■■■■■■■■■■■■■■■■■■■■
■■■■■■■■ 공용 ■■■■■■■■
■■■■■■■■■■■■■■■■■■■■■
*/

.mw-1200 {
    max-width: 1200px;
}

.blind {
    position: absolute;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
}

.hide {
    font-size: 0.5rem;
    color: #fff;
}

.color--red {
    color: #ed3722 !important;
}

.--thin {
    font-weight: 400;
}

.pc__br {
    display: block;
}

.m__br {
    display: none;
}

/*  */
.header {
    width: 100%;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    transition: all 0.3s ease;
    z-index: 999;
}

.header>.inner {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo img {
    width: 140px;
    height: auto;
    object-fit: contain;
    filter: invert(1);
}

.nav>ul {
    display: flex;
    gap: 3rem;
}

.nav>ul>li>a {
    font-size: 1rem;
    font-weight: 500;
    color: #fff;
    transition: all 0.3s ease;
}

.nav>ul>li>a:hover {
    text-decoration: underline;
    text-underline-offset: 8px
}

.nav>ul>li.last>a {
    font-size: 0.9rem;
    background-color: #222;
    border-radius: 2rem;
    text-decoration: none;
    padding: 10px 1rem;
}

.nav>ul>li.last>a:hover {
    box-shadow: 0 2px 8px 3px rgba(0, 0, 0, 0.2);
}



/* header active */
.header.active {
    background-color: #fff;
}

.header.active .logo img {
    filter: invert(0);
}

.header.active .nav>ul>li>a {
    color: #000;
}

.header.active .nav>ul>li.last>a {
    color: #fff;
}

/* header hide */
.header.hide {
    top: -100px;
}

.m__menu {
    display: none;
}

/*  */
.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .1)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .1), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, .1), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, .1), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .1)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .1), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .1), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .1), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .1)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .1), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .1), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, .1), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .1)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .1), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .1), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .1), rgba(0, 0, 0, 0))
}

.swiper-container-cube .swiper-cube-shadow {
    opacity: 0;
}

/*  */
.fixed__stuff {
    width: 60px;
    height: auto;
    display: none;
    flex-direction: column;
    gap: 10px;
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    z-index: 998;
}

.fixed__stuff.active {
    display: flex;
}

.katalk__btn {
    width: 100%;
    height: 60px;
    background-color: #f9e01a;
    border-radius: 1rem;
    box-shadow: 0 2px 8px 3px rgba(0, 0, 0, 0.1);
}

.katalk__btn>a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.katalk__btn img {
    width: 35px;
    height: auto;
    object-fit: contain;
}

.top__btn {
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 1rem;
    box-shadow: 0 2px 8px 3px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.top__btn>img {
    width: 12px;
    height: auto;
    object-fit: contain;
    filter: invert(1);
}

/*  */
.footer {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    background-color: #f2f2f2;
    padding: 2rem 0;
}

.footer>.inner {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    gap: 2rem;
}

.footer>.inner>ul>li {
    font-size: 0.9rem;
    color: #555;
}

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

    /* 
    ■■■■■■■■■■■■■■■■■■■■■
    ■■■■■■■■ 태블릿 ■■■■■■■■
    ■■■■■■■■■■■■■■■■■■■■■
    */

    .header {
        padding: 0 1rem;
    }

    .logo img {
        width: 100px;
    }

    .footer {
        min-height: 400px;
        padding: 4rem 2rem;
    }

    .footer>.inner {
        align-items: flex-start;
    }

}


@media screen and (max-width: 767px) {

    /* 
    ■■■■■■■■■■■■■■■■■■■■■
    ■■■■■■■■ 모바일 ■■■■■■■■
    ■■■■■■■■■■■■■■■■■■■■■
    */
    .m__br {
        display: block;
    }

    .header {
        background-color: #1790f9;
        padding: 0 1rem;
    }

    .logo img {
        width: 100px;
    }

    .nav {
        display: none;
    }

    .nav.active {
        width: 100%;
        height: calc(100vh - 70px);
        display: flex;
        background-color: #fff;
        border-top: 1px solid #ccc;
        transition: none;
        position: absolute;
        top: 70px;
        left: 0;
        padding: 0;
        z-index: 999;
    }

    .nav>ul {
        width: 100%;
        height: auto;
        flex-direction: column;
        gap: 3rem;
        padding: 2rem;
    }

    .nav>ul>li>a {
        font-weight: 600;
        color: #000;
    }

    .nav>ul>li.last {
        display: flex;
        justify-content: center;
        border-top: 1px solid #ccc;
        padding-top: 2rem;
    }

    .nav>ul>li.last>a {
        font-size: 1rem;
        color: #fff;
        padding: 10px 2rem;
    }

    /*  */
    .m__menu {
        display: block;
        width: 24px;
        height: 20px;
        position: absolute;
        top: 50%;
        right: 1rem;
        transform: translateY(-50%);
    }

    .m__menu ul {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        position: relative;
    }

    .m__menu ul li {
        width: 100%;
        height: 3px;
        background-color: #fff;
        border-radius: 2rem;
        transition: all 0.3s ease;
        position: absolute;
    }

    .m__menu ul li:nth-of-type(1) {
        top: 0px;
        right: 0px;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
    }

    .m__menu ul li:nth-of-type(2) {
        top: 8px;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
    }

    .m__menu ul li:nth-of-type(3) {
        top: 16px;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
    }

    .m__menu.active ul li:nth-of-type(1) {
        width: 100%;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 0;
        left: 0;
    }

    .m__menu.active ul li:nth-of-type(2) {
        width: 0%;
        opacity: 0;
    }

    .m__menu.active ul li:nth-of-type(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 17px;
        left: 0;
    }

    .header.active .m__menu ul li {
        background-color: #000;
    }

    /*  */
    .fixed__stuff {
        width: 50px;
        right: 10px;
        gap: 5px;
    }

    .katalk__btn {
        height: 50px;
    }

    .katalk__btn img {
        width: 30px;
    }

    .top__btn {
        height: 50px;
    }

    /*  */
    .footer {
        min-height: 300px;
        padding: 2rem;
    }

    .footer>.inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }

    .footer img {
        width: 100px;
    }
}