@charset "utf-8";

@font-face {
    font-family: 'NanumBarunGothic';
    src: url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWeb.eot');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'NanumBarunGothic';
    src: url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebBold.eot');
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: 'NanumBarunGothic';
    src: url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebLight.eot');
    font-weight: 300;
    font-display: swap;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
}

body {
    font-family: 'NanumBarunGothic', sans-serif;
    overflow-x: hidden;
}

header {
    position: absolute;
    width: 1200px;
    max-width: 1200px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
}

header .inner {
    position: relative;
    width: 100%;
}

header .logo {
    height: 106px;
    text-align: center;
    padding-top: 30px;
}

header nav.pc-nav {
    width: 100%;
    height: 64px;
    background-color: #fff;
    border: 1px solid #f1f1f0;
    transition: all .5s;
    overflow: hidden;
}

header nav.pc-nav>ul {
    width: 100%;
    display: flex;
}

header nav.pc-nav>ul>li {
    width: calc(100% / 7);
    position: relative;
}

header nav.pc-nav>ul>li:first-child {
    display: flex;
    align-items: center;
}

header nav.pc-nav>ul>li>a {
    color: #5a4239;
    font-weight: bold;
    line-height: 64px;
    display: block;
    font-size: 15px;
}

header nav.pc-nav>ul>li ul {
    position: absolute;
    z-index: 9;
    height: 200px;
    display: none;
    left: 0;
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #f1f1f0;
}

header nav.pc-nav>ul>li ul li a {
    line-height: 2.2;
    font-size: 14px;
    display: block;
}

header nav.pc-nav>ul>li ul li:hover a {
    color: #fecc00;
    font-weight: bold;
}

header .hamburger {
    display: none;
}

header .mobile-nav {
    display: none;
}

.banner {
    width: 100%;
    height: 90vh;
}

.banner .swiper-pagination {
    width: 15%;
    top: 30%;
    right: 0px;
    left: auto;
}

.banner .swiper-slide {
    height: 100%;
    overflow: hidden;
}

.banner .swiper-slide img {
    width: 100%;
    display: block;
}

.banner .swiper-pagination .swiper-pagination-bullet {
    width: 100%;
    height: 60px;
    background: none;
    display: block;
    text-align: left;
    outline: none;
    opacity: 1;
    border-radius: 0;
    line-height: 50px;
    padding-left: 70px;
    margin: 10px 0;
}

.banner .swiper-pagination .swiper-pagination-bullet:nth-child(1) {
    background: url('../images/vis_bt1.png') no-repeat left center/contain;
}

.banner .swiper-pagination .swiper-pagination-bullet:nth-child(2) {
    background: url('../images/vis_bt2.png') no-repeat left center/contain;
}

.banner .swiper-pagination .swiper-pagination-bullet:nth-child(3) {
    background: url('../images/vis_bt3.png') no-repeat left center/contain;
}

.banner .swiper-pagination .swiper-pagination-bullet:nth-child(4) {
    background: url('../images/vis_bt4.png') no-repeat left center/contain;
}

.banner .swiper-pagination .swiper-pagination-bullet:nth-child(5) {
    background: url('../images/vis_bt5.png') no-repeat left center/contain;
}

.banner .swiper-pagination .swiper-pagination-bullet-active:nth-child(1) {
    background: url('../images/vis_bt1_on.png') no-repeat left center/contain;
}

.banner .swiper-pagination .swiper-pagination-bullet-active:nth-child(2) {
    background: url('../images/vis_bt2_on.png') no-repeat left center/contain;
}

.banner .swiper-pagination .swiper-pagination-bullet-active:nth-child(3) {
    background: url('../images/vis_bt3_on.png') no-repeat left center/contain;
}

.banner .swiper-pagination .swiper-pagination-bullet-active:nth-child(4) {
    background: url('../images/vis_bt4_on.png') no-repeat left center/contain;
}

.banner .swiper-pagination .swiper-pagination-bullet-active:nth-child(5) {
    background: url('../images/vis_bt5_on.png') no-repeat left center/contain;
}

.banner .swiper-pagination .swiper-pagination-bullet span {
    display: block;
    color: #5a4239;
    font-weight: bold;
}

.quickmenu {
    width: 100%;
    height: 10vh;
    background-color: #765e51;
    display: flex;
    z-index: 99;
}

.quickmenu .inner {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    color: #f1f1f0;
    padding: 10px 0;
    gap: 20px;
    align-items: center;
    justify-content: center;
}

.quickmenu .left {
    width: fit-content;
    border-right: 1px solid #f1f1f0;
    background: url('../images/whitelogo.png') no-repeat left center/40px;
    padding: 0 60px;
}

.quickmenu .left span {
    font-size: 1.2rem;
    color: #f2eee6;
}

.quickmenu .left h2 {
    font-size: 2rem;
}

.quickmenu .right {
    width: fit-content;
    padding: 0 40px;
}

.quickmenu .right span {
    display: block;
    line-height: 1.8;
}

.quickmenu .right .tel-box {
    display: inline-flex;
}

.quickmenu .right a {
    font-size: 1.5rem;
    font-weight: bold;
    display: inline-block;
    padding-right: 20px;
    white-space: nowrap;
}

.quickmenu .right a img {
    width: 25px;
    vertical-align: middle;
    margin-right: 10px;
}

.event {
    padding: 50px 0;
}

.eventmenu {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    justify-content: space-between;
}

.eventmenu li {
    width: 130px;
    text-align: center;
    transition: all .5s;
}

.eventmenu li:hover {
    transform: translateY(-5px);
}

.eventmenu li .imgwrap {
    width: 100%;
    height: 130px;
    box-shadow: 0px 2px 5px 2px #f1f1f0;
    border-radius: 50%;
    margin-bottom: 20px;
    transition: background-color .3s;
}

.eventmenu li:nth-child(1) .imgwrap {
    background: #fff url('../images/quick1.png') no-repeat center/60%;
}

.eventmenu li:nth-child(2) .imgwrap {
    background: #fff url('../images/quick2.png') no-repeat center/60%;
}

.eventmenu li:nth-child(3) .imgwrap {
    background: #fff url('../images/quick3.png') no-repeat center/60%;
}

.eventmenu li:nth-child(4) .imgwrap {
    background: #fff url('../images/quick4.png') no-repeat center/60%;
}

.eventmenu li:nth-child(5) .imgwrap {
    background: #fff url('../images/quick5.png') no-repeat center/30% 60%;
}

.eventmenu li:nth-child(6) .imgwrap {
    background: #fff url('../images/quick6.png') no-repeat center/60%;
}

.eventmenu li:nth-child(1):hover .imgwrap {
    background: #fff2bf url('../images/qhover1.png') no-repeat center/60%;
}

.eventmenu li:nth-child(2):hover .imgwrap {
    background: #fff2bf url('../images/qhover2.png') no-repeat center/60%;
}

.eventmenu li:nth-child(3):hover .imgwrap {
    background: #fff2bf url('../images/qhover3.png') no-repeat center/60%;
}

.eventmenu li:nth-child(4):hover .imgwrap {
    background: #fff2bf url('../images/qhover4.png') no-repeat center/60%;
}

.eventmenu li:nth-child(5):hover .imgwrap {
    background: #fff2bf url('../images/qhover5.png') no-repeat center/30% 60%;
}

.eventmenu li:nth-child(6):hover .imgwrap {
    background: #fff2bf url('../images/qhover6.png') no-repeat center/60%;
}

.eventmenu li p {
    font-weight: bold;
    color: #484746;
}

.location {
    background-color: #f2eee6;
}

.location .inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 100px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.location .loc-text {
    width: 45%;
}

.location h3 {
    color: #484746;
}

.location h1{
    font-size: 3rem;
    padding: 10px 0;
    color: #5a4239;
}

.location p {
    font-size: 1.2rem;
    color: #766c62;
}

#map {
    width: 50%;
    height: 350px;
    border: 2px solid #5a4239;
    border-radius: 30px;
}

.company {
    padding: 10px 0;
    overflow: hidden;
}

.ceo .swiper-wrapper {
    transition-timing-function: linear;
}

.ceo .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.ceo .swiper-slide img {
    max-height: 80px;
    width: auto;
    object-fit: contain;
}

footer .footertop {
    background-color: #766c62;
    padding: 10px 0;
}

footer .footertop ul {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    justify-content: flex-end;
}

footer .footertop li a {
    color: #fff;
    font-size: 12px;
    display: block;
    padding: 0px 10px;
}

footer .footertop li {
    padding: 5px 0;
}

footer .footertop li:first-child a {
    border-right: 1px solid #f2eee6;
}

footer .footerbottom {
    background-color: #f2eee6;
}

footer .footerbottom .inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    padding: 15px 20px 20px;
    align-items: center;
}

footer .footerbottom .footerlogo {
    width: 20%;
}

footer .footerbottom .footerlogo img {
    width: 60%;
}

footer .footerbottom .desc {
    font-size: 12px;
    color: #484746;
    line-height: 1.6;
    width: 80%;
}

footer .footerbottom .desc span {
    padding-right: 5px;
}

.call {
    position: fixed;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #facb00;
    bottom: 17px;
    right: 30px;
    z-index: 999;
    box-shadow: 2px 2px 10px rgba(134, 134, 6, 0.5);
}

.call a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: zindong .3s infinite alternate;
    display: flex;
    justify-content: center;
    align-items: center;
}
.call a img {
    width: 60%;
}
@keyframes zindong {
    from {
        transform: translate(-50%, -50%) rotate(-2deg);
    }

    to {
        transform: translate(-50%, -50%) rotate(2deg);
    }
}




@media (max-width: 1589px) {
    .banner {
        height: auto;
    }
}

@media (max-width: 1440px) {
    .banner .swiper-pagination {
        width: 15%;
        top: 40%;
        right: 16px;
        left: auto;
    }

    .banner .swiper-pagination .swiper-pagination-bullet {
        height: 50px;
        margin: 0;
        padding-left: 60px;
    }

    .banner .swiper-pagination .swiper-pagination-bullet span {
        font-size: 14px;
        white-space: nowrap;
    }
}

@media (max-width: 1240px) {
    header {
        width: 100%;
        padding: 0 50px;
    }

    header .logo {
        height: 80px;
        padding-top: 15px;
    }

    header .logo img {
        width: 150px;
        padding-left: 20px;
    }

    .eventmenu,
    .location .inner {
        max-width: 1000px;
    }

    .banner .swiper-pagination {
        right: 30px;
    }
}

@media (max-width: 1024px) {
    html {
        font-size: 14px;
    }

    header {
        position: fixed;
        background-color: #fff;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
        padding: 0;
    }

    header .logo {
        height: 60px;
        padding-top: 10px;
        text-align: left;
    }

    header .logo img {
        width: 115px;
    }

    header nav.pc-nav {
        display: none;
    }

    header .hamburger {
        display: block;
        position: absolute;
        right: 20px;
        top: 20px;
        width: 26px;
        height: 20px;
        cursor: pointer;
        z-index: 1000;
    }

    header .hamburger span {
        display: block;
        position: absolute;
        height: 3px;
        width: 100%;
        background: #5a4239;
        border-radius: 3px;
        transition: .25s ease-in-out;
    }

    header .hamburger span:nth-child(1) {
        top: 0px;
    }

    header .hamburger span:nth-child(2) {
        top: 8px;
    }

    header .hamburger span:nth-child(3) {
        top: 16px;
    }

    header .hamburger.active span:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }

    header .hamburger.active span:nth-child(2) {
        opacity: 0;
    }

    header .hamburger.active span:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }

    header .mobile-nav {
        display: block;
        position: fixed;
        top: 60px;
        left: 100%;
        width: 100%;
        height: calc(100vh - 60px);
        background-color: #fff;
        z-index: 998;
        transition: all .3s ease-in-out;
        overflow-y: auto;
        border-top: 1px solid #f1f1f0;
    }

    header .mobile-nav.active {
        left: 0;
    }

    .mo-main-menu>li {
        border-bottom: 1px solid #f1f1f0;
    }

    .mo-main-menu>li>a {
        display: block;
        padding: 15px 20px;
        font-size: 16px;
        font-weight: bold;
        color: #5a4239;
        background-color: #fdfbf7;
    }

    .mo-sub-menu {
        display: none;
        background-color: #fff;
        padding: 10px 0;
    }

    .mo-sub-menu li a {
        display: block;
        padding: 10px 30px;
        font-size: 14px;
        color: #766c62;
    }

    .banner {
        height: 60vh;
        margin-top: 60px;
    }

    .banner .swiper-slide img {
        transform: scale(1.1);
        height: 100%;
        object-fit: cover;
    }

    .banner .swiper-pagination {
        width: auto;
        top: auto;
        bottom: 20px;
        right: 50%;
        transform: translateX(50%);
        display: flex;
        gap: 8px;
    }

    .banner .swiper-pagination .swiper-pagination-bullet {
        width: 12px !important;
        height: 12px !important;
        padding-left: 0;
        margin: 0 !important;
        background: rgba(90, 66, 57, 0.4) !important;
        border-radius: 50% !important;
    }

    .banner .swiper-pagination .swiper-pagination-bullet span {
        display: none;
    }

    .banner .swiper-pagination .swiper-pagination-bullet-active {
        background: #facb00 !important;
        width: 24px !important;
        border-radius: 6px !important;
    }

    .quickmenu .inner {
        gap: 0;
    }

    .eventmenu,
    .location .inner {
        max-width: 540px;
        align-items: flex-start;
    }

    .eventmenu {
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px 20px;
    }

    .location .inner {
        flex-direction: column;
        gap: 30px;
        padding: 50px 20px;
    }

    .location .loc-text {
        width: 100%;
        text-align: center;
    }

    #map {
        width: 100%;
        height: 300px;
    }
}

@media (max-width: 768px) {
    header .logo img {
        padding-top: 3px;
    }
    .banner .swiper-slide img {
        transform: scale(1);
    }

    .quickmenu {
        height: auto;
    }

    .quickmenu .inner {
        max-width: 600px;
        gap: 20px;
    }

    .quickmenu .left {
        background: none;
        padding: 0;
        padding-right: 20px;
    }

    .quickmenu .left span {
        display: none;
    }

    .quickmenu .right {
        padding: 0;
    }

    .quickmenu .right span {
        display: none;
    }

    .ceo .swiper-slide img {
        max-height: 60px;
    }

    .eventmenu li .imgwrap {
        height: 110px;
        max-width: 110px;
        margin: 0 auto 10px;
    }

    footer .footerbottom .inner {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }

    footer .footerbottom .footerlogo {
        width: 100%;
    }

    footer .footerbottom .footerlogo img {
        width: 120px;
    }

    footer .footerbottom .desc {
        width: 100%;
    }
}

@media (max-width: 700px) {
    .banner {
        height: auto;
    }

    .banner .swiper-pagination {
        bottom: 10px;
    }

    .banner .swiper-pagination .swiper-pagination-bullet {
        width: 10px !important;
        height: 10px !important;
    }

    .banner .swiper-pagination .swiper-pagination-bullet-active {
        background: #facb00 !important;
        width: 30px !important;
        border-radius: 6px !important;
    }
}

@media (max-width: 626px) {
    .quickmenu {
        background-color: #ffffff;
        padding: 10px;
    }

    .quickmenu .inner {
        flex-direction: column;
        background-color: #5a4239;
        width: 100%;
        border-radius: 10px;
        background: linear-gradient(135deg, #3E2A1F, #7A5842, #C69B7B, #3E2A1F);
        background-size: 300% 300%;

        animation: smoothFlow 8s ease-in-out infinite alternate;
    }

    @keyframes smoothFlow {
        0% {
            background-position: 0% 50%;
        }

        50% {
            background-position: 100% 50%;
        }

        100% {
            background-position: 0% 50%;
        }
    }

    .quickmenu .left {
        border: none;
    }

    .location h1 {
        font-size: 2.4rem;
    }
}

@media (max-width: 500px) {
    .quickmenu .inner {
        flex-direction: row;
    }

    .quickmenu .left {
        padding-left: 0;
    }

    .quickmenu .left span {
        display: block;
    }

    .quickmenu .right .tel-box {
        flex-direction: column;
        font-size: 1.5rem;
        gap: 5px;
    }
    .quickmenu .right a {
        font-weight: 500;
    }

    .quickmenu .right a img {
        display: none;
    }

    .quickmenu .right a {
        text-align: right;
        padding-right: 0;
    }

    footer .desc p span:nth-child(3) {
        display: block;
    }

    .call {
        right: 20px;
    }

    .ceo .swiper-slide img {
        max-height: 40px;
    }
}

@media (max-width: 367px) {
    html {
        font-size: 12px;
    }

    footer .desc p:nth-child(2) {
        display: none;
    }
}