@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
/* font-family: 'Montserrat', sans-serif; */

html,
body {
    width: 100%;
}

html.on,
body.on {
    overflow: hidden;
}

body {
    background: #000;
    font-family: 'Montserrat', 'Noto Sans KR', sans-serif;
}

#wrap {
    width: 100%;
}

h2,
.t,
.ti,
.tit,
.mMod0,
.tel {
    line-height: 120%;
}

.txt,
.tx {
    line-height: 160%;
}

.gnb {
    position: fixed;
    top: 0;
    width: 100%;
    height: 80px;
    background-color: #000;
    z-index: 9999;
    padding: 15px 30px;
    box-sizing: border-box;
}

.logobx {
    display: flex;
    align-items: center;
    height: 100%;
}

.mMod1 {
    position: relative;
    width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 15px;
}

.mMod1 img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
}

.mMod0 {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    max-width: 50%;
}

.contact {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

.contact::after {
    content: '';
    background-image: url(../images/mag.png);
    display: inline-block;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: 100%;
    vertical-align: middle;
    margin-left: 15px;
}

.topmenu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 99999;
    overflow-x: hidden;
    overflow-y: auto;
    display: none;
}

.topmenu.on {
    display: block;
}

.paddingbx {
    display: flex;
    justify-content: flex-start;
    padding: 80px 150px;
    box-sizing: border-box;
}

.btn_close,
.btn_close2 {
    position: fixed;
    top: 15px;
    right: 45px;
    width: 50px;
    height: 50px;
    background-image: url(../images/btn_close.png);
    background-repeat: no-repeat;
    background-size: 100%;
    font-size: 0;
    text-indent: -9999px;
    z-index: 99999;
}


.mMod6 {
    width: 20%;
    margin-right: 300px;
    white-space: nowrap;
}

.tel {
    color: #fff;
    font-size: 40px;
}

.mMod6 .txt {
    font-size: 18px;
    color: #fff;
    margin-top: 20px;
}

.btn_tel,
.btn_QR {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 200px;
    height: 120px;
    border: 2px solid rgba(255, 255, 255, 0.363);
    padding: 20px;
    box-sizing: border-box;
    font-size: 19px;
    font-weight: 700;
    color: #fff;
    margin-top: 20px;
}

.btn_tel::before,
.btn_QR::before {
    content: '';
    display: block;
    background-image: url(../images/arrow_white.svg);
    width: 13px;
    height: 13px;
    background-size: 100%;
    background-repeat: no-repeat;
    text-align: right;
    margin-left: auto;
}

.address {
    white-space: nowrap;
}

.mMod5 {
    width: 40%;
    color: #fff;
}

.gMap {
    width: 100%;
    height: 300px;
}

.map {
    position: relative;
    width: 100%;
    height: 100%;
}

.t {
    display: block;
    margin-top: 30px;
    font-size: 30px;
}

.ti {
    margin-top: 30px;
    font-size: 20px;
    font-weight: 600;
}

.tx {
    margin-top: 10px;
    font-size: 18px;
}



.navi {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 200px;
    height: 120px;
    border: 2px solid rgba(255, 255, 255, 0.363);
    padding: 20px;
    box-sizing: border-box;
    font-size: 19px;
    font-weight: 700;
    color: #fff;
    margin-top: 20px;
}

.navi::before {
    content: '';
    display: block;
    background-image: url(../images/arrow_white.svg);
    width: 13px;
    height: 13px;
    background-size: 100%;
    background-repeat: no-repeat;
    text-align: right;
    margin-left: auto;
}

.mMod2 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.background::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1;
}


.maintitlebx {
    position: relative;
    width: 100%;
    padding-top: 440px;
    padding-bottom: 150px;
    box-sizing: border-box;
    background-color: #000;
}

.mMod3 {
    max-width: 1225px;
    padding: 0 25px;
    box-sizing: border-box;
    margin: 0 auto;
    color: #fff;
}

.mMod3 h2 {
    font-size: 60px;
    margin-bottom: 25px;
    animation: opa 1s ease-out forwards;
}

.mMod3 .txt {
    font-size: 19px;
    animation: opa 1s ease-in forwards;
}

@keyframes opa {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.section1 {
    display: flex;
    flex-direction: column;
    position: relative;
    padding-top: 125px;
    box-sizing: border-box;
}

.link,
.download {
    position: relative;
    top: 100px;
    opacity: 0;
}

.mMod7,
.mMod10 {
    max-width: 1225px;
    width: 100%;
    margin: 0 auto;
    padding: 0px 25px;
    box-sizing: border-box;
}


.mMod7 {
    margin-bottom: 70px;
}

.mMod7 a {
    position: relative;
    top: 100px;
    opacity: 0;
    display: inline-flex;
    width: 265px;
    height: 180px;
    flex-direction: column;
    justify-content: space-between;
    /* display: inline-block; */
    border: 2px solid rgba(255, 255, 255, 0.363);
    padding: 20px;
    box-sizing: border-box;
    font-size: 19px;
    font-weight: 700;
    color: #fff;
    margin-right: 20px;
    margin-bottom: 18px;
}

/* 말줄임용 태그 */
.mMod7 p {
    display: -webkit-box;
    width: 174px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mMod7 a::before {
    content: '';
    display: block;
    background-image: url(../images/arrow_white.svg);
    width: 13px;
    height: 13px;
    background-size: 100%;
    background-repeat: no-repeat;
    text-align: right;
    margin-left: auto;
}

.mMod10 {
    margin-bottom: 125px;
}

.mMod10 a {
    position: relative;
    top: 50px;
    opacity: 0;
    display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
    width: 265px;
    height: 180px;
    border: 2px solid rgba(255, 255, 255, 0.363);
    padding: 20px;
    box-sizing: border-box;
    font-size: 19px;
    font-weight: 700;
    color: #fff;
}

.mMod10 a::before {
    content: '';
    display: block;
    background-image: url(../images/down.svg);
    width: 13px;
    height: 13px;
    background-size: 100%;
    background-repeat: no-repeat;
    text-align: right;
    margin-left: auto;
}

.section_txt {
    font-size: 60px;
    font-weight: bold;
    color: #fff;
    line-height: 120%;
    margin-bottom: 40px;
}


.section2 {
    position: relative;
    background-color: #000;
    padding-top: 200px;
    box-sizing: border-box;
}

.mMod9 {
    display: flex;
    max-width: 1225px;
    margin: 0 auto;
    padding: 0 25px;

    box-sizing: border-box;
    padding-bottom: 200px;
    justify-content: space-between;
}

.lbx {
    position: relative;
    width: 30%;
    top: 50px;
    opacity: 0;
}

.btnbx {
    position: absolute;
    width: 100%;
    bottom: 0;
}

.swiper-pagination {
    position: static;
    display: inline-block;
    color: rgba(255, 255, 255, 0.473);
    font-weight: bold;
    font-size: 20px;
    text-align: left;
}

.swiper-pagination-current::before,
.swiper-pagination-total::before {
    content: '0';
}


.swiper-pagination-current {
    color: #fff;
}

.rbx {
    position: relative;
    width: 48%;
    top: 50px;
    opacity: 0;
}

.mMod9 .swiper-container {
    width: 100%;
    height: 100%;
}


.swiper-button-next,
.swiper-button-prev {
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: 100%;
}

.swiper-button-next {
    background-image: url(../images/btn_slide_next.svg);
    right: auto;
    left: 140px;
}

.swiper-button-prev {
    background-image: url(../images/btn_slide_prev.svg);
    left: 90px;
}

.mMod9 img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.mMod9 .swiper-slide {
    position: relative;
}

.mMod9 .swiper-slide p {
    color: #fff;
    font-size: 16px;
}

.mag {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 0;
    text-indent: -9999px;
    background-image: url(../images/mag.png);
    width: 40px;
    height: 40px;
    background-size: 100%;
    background-repeat: no-repeat;
}


.mMod8 {
    display: flex;
    max-width: 1225px;
    margin: 0 auto;
    padding: 0 25px;

    justify-content: space-between;
    padding-bottom: 200px;
    box-sizing: border-box;
}

.iframebx {
    position: relative;
    top: 100px;
    opacity: 0;
    width: 75%;
    padding-top: 40%;
    height: 0;
}

.video {
    position: relative;
    top: 100px;
    opacity: 0;
    width: 25%;
}

iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mMod4 {
    display: flex;
    margin: 0 auto;
    margin-top: 200px;
    margin-bottom: 271px;
    max-width: 1225px;
    padding: 0 25px;
    box-sizing: border-box;
    justify-content: space-between;
}

.lbx2 {
    position: relative;
    width: 30%;
    top: 100px;
    opacity: 0;
}

.mMod4 .swiper-container {
    color: #fff;
}

.rbx2 {
    position: relative;
    top: 100px;
    opacity: 0;
    width: 48%;
}

.mMod4 .tit {
    font-size: 30px;
    font-weight: bold;
}

.mMod4 .txt {
    font-size: 16px;
    margin-top: 25px;
}


.btnbx2 {
    position: relative;
}

.mMod11 {
    position: relative;
    background-color: #000;
}


.section_txt.sns {
    position: relative;
    top: 100px;
    opacity: 0;
    font-size: 40px;
    margin-bottom: 0;
    margin-right: 40px;
}

.mMod11 .pbx {
    display: flex;
    max-width: 1225px;
    margin: 0 auto;
    padding: 50px 25px;
    box-sizing: border-box;
}

.mMod11 a {
    position: relative;
    top: 100px;
    opacity: 0;
    display: inline-block;
    width: 50px;
    height: 50px;
    font-size: 0;
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-size: 100%;
}

.mMod11 a+a {
    margin-left: 20px;
}

.mMod11 a.facebook {
    background-image: url(../images/facebook.svg);
}

.mMod11 a.instagram {
    background-image: url(../images/instagram.svg);
}

.mMod11 a.youtube {
    background-image: url(../images/youtube.svg);
}

.mMod11 a.twitter {
    background-image: url(../images/twitter.svg);
}

.lMod9 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(var(--vh, 1vh) * 100);
    z-index: 99999;
    background-color: #000;
    display: none;
}

.lMod9.on {
    display: block;
}

.lMod9 .swiper-container {
    max-width: 1200px;
    width: 100%;
    height: calc(var(--vh, 1vh) * 100);
    line-height: calc(var(--vh, 1vh) * 100);
}

.lMod9 .swiper-slide {
    max-height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

.swiper-zoom-container {
    display: block;
}


.lMod9 img {
    width: 100%;
    max-height: unset;
}

::-webkit-scrollbar {
    width: 4px;
}

::-webkit-scrollbar-thumb {
    background-color: #ccc;
}

.ovh {
    overflow: hidden;
}

.ani6,
.ani5 {
    position: relative;
    left: 100px;
    opacity: 0;
}

.mobile {
    display: none;
}

.default {
    display: none;
}

video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.qrpopup {
    position: fixed;
    display: none;
    justify-content: center;
    align-items: center;
    top: 50%;
    left: 50%;
    width: 500px;
    height: 500px;
    transform: translate(-50%, -50%);
    background-color: #fff;
    z-index: 99999;
    border-radius: 10px;
    box-shadow: 0 0 4px 2px rgba(160, 160, 160, 0.486);
}

.qrpopup.on {
    display: flex;
}

.qrbx {
    width: 50%;
    text-align: center;
    overflow-x: hidden;
    overflow-y: auto;
}

.qrbx::-webkit-scrollbar {
    width: 0;
}

.qrbx .mMod3 {
    margin-bottom: 0px;
}

.qrbx .mMod3 h2 {
    margin: 0;
    font-family: 'Noto Sans KR', serif;
    font-size: 22px;
    color: #000;
    animation: unset;
}

.save {
    display: inline-block;
    font-size: 24px;
    font-weight: 600;
    margin: 20px 0;
    border-radius: 30px;
    border: 1px solid #000;
    padding: 5px 20px;
    box-sizing: border-box;
    line-height: 160%;
}

.info2 {
    font-size: 16px;
}

#qr {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 100%;
    box-sizing: border-box;
}

#qr img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



/* hover */
@media only screen and (min-width:851px) {

    .mMod7 a:hover,
    .mMod10 a:hover,
    .navi:hover,
    .btn_tel:hover,
    .btn_QR:hover {
        background-color: #000;
        border-color: #fff;
    }

    a.facebook:hover {
        background-image: url(../images/facebook_hover.svg);
    }

    a.instagram:hover {
        background-image: url(../images/instagram_hover.svg);
    }

    a.youtube:hover {
        background-image: url(../images/youtube_hover.svg);
    }

    a.twitter:hover {
        background-image: url(../images/twitter_hover.svg);
    }
}