@charset "utf-8";

html,
body {
    width: 100%;
}

html.on,
body.on {
    overflow: hidden;
}

h2,
.tit,
.t,
.ti {
    line-height: 130%;
}

.txt,
.tx {
    line-height: 160%;
}

#wrap {
    width: 100%;
}



.gnb {
    position: fixed;
    top: 0;
    left: 0;
    padding: 10px 20px;
    box-sizing: border-box;
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    background-color: #fff;
    z-index: 99999;
    /* transition: top .4s; */

    -webkit-transform: translateZ(0);
    -webkit-transform: translateZ(0px, 0px, 0px);
}

.mMod0 {
    font-size: 20px;
    font-weight: 600;
}

.mMod1 {
    position: relative;
    width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 50%;
    background-color: #fff;
    margin-right: 15px;
}

.mMod1 img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
}

.btn_dot {
    font-size: 0;
    text-indent: -9999px;
    position: absolute;
    right: 20px;
    background-image: url(../images/btn_dot.png);
    width: 40px;
    height: 40px;
    background-size: 8px 100%;
    background-repeat: no-repeat;
    background-position: center;
}


.topmenu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background-color: #fff;
    overflow-y: auto;
}

.topmenu.on {
    display: block;
}

.topsbx {
    display: flex;
    padding: 100px 150px;
    box-sizing: border-box;
}

.btn_close {
    position: fixed;
    top: 20px;
    right: 40px;
    font-size: 0;
    text-indent: -9999px;
    background-image: url(../images/btn_close.svg);
    width: 17px;
    height: 17px;
    background-size: 100%;
    background-repeat: no-repeat;
    z-index: 99999;
}


.mMod6 {
    width: 20%;
    margin-right: 200px;
    white-space: nowrap;
}

.contact {
    margin-bottom: 59px;
}

.mMod6 .tit {
    font-size: 32px;
}

.mMod6 .txt {
    font-size: 16px;
    font-weight: 400;
    margin-top: 20px;
}

.btn_tel,
.btn_sms,
.btn_QR {
    display: block;
    width: 210px;
    height: 62px;
    line-height: 62px;
    background-color: #000;
    color: #fff;
    border-radius: 34px;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    margin-top: 30px;
}

.btn_tel::after,
.btn_QR::after,
.btn_sms::after {
    content: '';
    display: inline-block;
    background-image: url(../images/arrow_white.svg);
    width: 15px;
    height: 13px;
    background-size: 100%;
    background-repeat: no-repeat;
    margin-left: 77px;
}

.btn_sms, .btn_QR{
    margin-top: 10px;
}

.mMod5 {
    width: 85%;
}

.gMap {
    max-width: 560px;
    width: 100%;
    height: 320px;
}

.map {
    position: relative;
    width: 100%;
    height: 100%;
}


.t {
    display: block;
    font-size: 30px;
    margin-top: 30px;
}

.ti {
    font-size: 17px;
    font-weight: 600;
    margin-top: 20px;
}

.tx {
    font-size: 16px;
    font-weight: 400;
}

.navi {
    display: block;
    width: 240px;
    height: 62px;
    line-height: 62px;
    font-weight: 600;
    border-radius: 34px;
    font-size: 15px;
    background-color: #ececec;
    text-align: center;
    margin-top: 30px;
}

.navi::after {
    content: '';
    display: inline-block;
    background-image: url(../images/arrow_black.svg);
    width: 15px;
    height: 13px;
    background-size: 100%;
    background-repeat: no-repeat;
    margin-left: 68px;
}

.maintitlebx {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    padding: 15% 20px 156px 20px;
    box-sizing: border-box;
    max-width: 1220px;
    margin: 0 auto;
    z-index: 2;
    -webkit-transform: translateZ(0);
    -webkit-transform: translateZ(0px, 0px, 0px);
}

/* .maintitlebx.on {
    margin-bottom: 250px;
} */

.default {
    display: none;
}

.background {
    position: relative;
    width: 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.137);
    z-index: 1;
}

.mMod3 h2 {
    /* width: 280px; */
    font-size: 56px;
    transition: color .3s ease-in-out;

}

.mMod3 .txt {
    width: 336px;
    font-size: 18px;
    font-weight: 400;
    margin-top: 15px;
    transition: color .3s ease-in-out;

}

.mMod3.on h2,
.mMod3.on .txt {
    color: #fff;
}

.mMod7 {
    position: relative;
    margin-top: 69px;
}

.mMod7 a {
    display: inline-block;
    background-color: #fff;
    border-radius: 34px;
    font-size: 15px;
    font-weight: 600;
    padding: 24px 29px;
    box-sizing: border-box;
    opacity: 0;
    cursor: default;
    min-height: 62px;
    margin-right: 15px;
    margin-bottom: 10px;
}

.mMod7 a::after {
    content: '';
    display: inline-block;
    background-image: url(../images/arrow_black.svg);
    width: 15px;
    height: 13px;
    background-repeat: no-repeat;
    background-size: 100%;
    margin-left: 30px;
}

.mMod4 {
    padding: 200px 20px 89.5px 20px;
    box-sizing: border-box;
    position: relative;
    width: 100%;
}

.section_txt {
    font-size: 50px;
    font-weight: 600;
    line-height: 120%;
}

.pbx {
    max-width: 1200px;
    display: flex;
    margin: 0 auto;
}

.info {
    width: 40%;
}

.rbx {
    width: 60%;
}

.btnbx {
    margin-top: 17px;
    margin-bottom: 50px;
}

.swiper-button-next,
.swiper-button-prev {
    position: static;
    transform: none;
    margin-top: 0;
    display: inline-block;
    width: 26px;
    height: 18px;
    background-size: 100%;
    background-repeat: no-repeat;
}

.swiper-button-next {
    background-image: url(../images/btn_slide_next.svg);
    margin-left: 30px;
}

.swiper-button-prev {
    background-image: url(../images/btn_slide_prev.svg);
}

.mMod4 .tit {
    font-size: 32px;
    font-weight: 600;
}

.mMod4 .txt {
    font-size: 16px;
    font-weight: 400;
    margin-top: 20px;
}

.num {
    font-weight: 600;
    font-size: 25px;
    margin-bottom: 30px;
}

.mMod9 {
    width: 100%;
    padding: 89.5px 20px;
    box-sizing: border-box;
    overflow-x: hidden;
}

.pbx2 {
    max-width: 1200px;
    margin: 0 auto;
}

.mMod9 .swiper-container {
    max-width: 1080px;
    overflow: visible;
    margin: 0;
}

.mMod9 img {
    width: 100%;
    height: 770px;
    object-fit: cover;
}

.mMod9 .swiper-slide p {
    font-size: 18px;
}


.pic {
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 50px;
}

.btnbx2 {
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 100px;
}

.mMod8 {
    width: 100%;
    padding: 89.5px 20px 200px 20px;
    box-sizing: border-box;
}

.iframebx {
    max-width: 1200px;
    height: 675px;
    margin: 0 auto;
}

iframe {
    width: 100%;
    height: 100%;
}

.video {
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 30px;
}

footer {
    width: 100%;
    border-top: 2px solid #ddd;
    padding: 40px 20px 55px 20px;
    box-sizing: border-box;
}

.flex {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.mMod11 {
    white-space: nowrap;
}

.mMod11 a {
    font-size: 0;
    text-indent: -9999px;
    display: inline-block;
    width: 40px;
    height: 40px;
    background-size: 100%;
    background-repeat: no-repeat;
}

.mMod11 a+a {
    margin-left: 20px;
}

a.facebook {
    background-image: url(../images/facebook.svg);
}

a.instagram {
    background-image: url(../images/instagram.svg);
}

a.twitter {
    background-image: url(../images/twitter.svg);
}

a.youtube {
    background-image: url(../images/youtube.svg);
}

.mMod10 {
    margin-top: 24px;
}

.mMod10 a {
    padding: 24px 30px;
    box-sizing: border-box;
    background-color: #ececec;
    border-radius: 34px;
    font-size: 15px;
    font-weight: 600;
}

.mMod10 a::after {
    content: '';
    display: inline-block;
    margin-left: 30px;
    background-image: url(../images/mod10.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 12px;
    height: 14px;
}

.lMod9 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 99999;
    display: none;
}

.lMod9.on {
    display: block;
}

.lMod9 .swiper-container {
    width: 1200px;
    height: calc(100vh - 20px);
    line-height: calc(100vh - 20px);

    margin-top: 20px;
}

.lMod9 .swiper-slide {
    overflow-x: hidden;
    overflow-y: auto;
}

.lMod9 .swiper-slide::-webkit-scrollbar {
    width: 4px;
}

.lMod9 .swiper-slide::-webkit-scrollbar-thumb {
    background-color: #000;
}

.lMod9 .swiper-slide::-webkit-scrollbar-track {
    background-color: #ececec;
}

.lMod9 img {
    width: 100%;
    max-height: unset;
}

.btn_close2 {
    position: fixed;
    top: 20px;
    right: 20px;
    font-size: 0;
    text-indent: -9999px;
    background-image: url(../images/btn_close.svg);
    width: 30px;
    height: 30px;
    background-size: 17px 17px;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 999999;
    background-color: #fff;
    border-radius: 50%;
}


.mMod7 a.hover {
    opacity: 1 !important;
}

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;
    width: 100%;
}

.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%;
}
