@charset "utf-8";

@font-face {
    font-family: 'danjung';
    src: url(../font/Cafe24Danjunghae.woff) format('woff');
    font-style: normal;
}

:root {
    --mainColor: #002645;
    --subColor: #fdf61a;
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-thumb {
    background-color: var(--subColor);
    border-radius: 40px;
}

::-webkit-scrollbar-track {
    background-color: #fff;
}

html,
body {
    width: 100%;
    background-color: #002645;
    line-height: normal;
}

#wrap {
    width: 100%;
}

.bgTop {
    width: 100%;
}

.content {
    max-width: 678px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
}

.mMod0 {
    margin-bottom: 20px;
}

.mMod0 span {
    font-size: 36px;
}

.background {
    position: relative;
    margin-bottom: 60px;
}

.bgdeco {
    position: absolute;
    top: 200px;
    left: 0;
    z-index: 1;
}

.imgbx {
    position: relative;
    width: 100%;
    height: 548px;

    mask-image: url(../images/mask.png);
    mask-repeat: no-repeat;
    mask-size: 100%;
    mask-position: center;

    -webkit-mask-image: url(../images/mask.png);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 100%;
    -webkit-mask-position: center;
}

.bgImg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mMod3 {
    margin-bottom: 120px;
}

.mMod3 .txt {
    font-size: 28px;
    margin-bottom: 20px;
}

.mMod3 h2 {
    font-size: 48px;
    color: var(--subColor);
}

.section_txt {
    width: 550px;
    height: 86px;
    line-height: 94px;
    background: url(../images/section_txt.png) no-repeat center/100%;
    font-size: 34px;
    font-family: 'danjung';
    margin: 0 auto 60px;
    color: #002645;
}

.mMod4,
.mMod9,
.mMod8,
.mMod5 {
    margin-bottom: 120px;
}

.mMod4 .tit {
    font-size: 30px;
    font-weight: bold;
    color: var(--subColor);
    margin-bottom: 20px;
}

.mMod4 .txt {
    font-size: 28px;
}

.swiper-pagination {
    position: static;
    margin-top: 60px;
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 4px;
    opacity: 1;
    background: url(../images/pagination-bullet.png) no-repeat center/100%;
}

.swiper-pagination-bullet-active {
    background-image: url(../images/pagination-active.png);
}

.mMod9 .swiper-slide img {
    width: 100%;
    height: 452px;
    cursor: pointer;
    object-fit: cover;
    border-radius: 30px;
}

.mMod9 .swiper-slide p {
    font-size: 28px;
    margin-top: 20px;
}

.iframebx {
    position: relative;
    width: 100%;
    height: 452px;
    border-radius: 30px;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
}

iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.gMap {
    position: relative;
    width: 100%;
    height: 452px;
    border-radius: 30px;
    overflow: hidden;
    margin-bottom: 40px;

    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
}

.map {
    position: relative;
    width: 100%;
    height: 100%;
}

.navi {
    position: absolute;
    bottom: 40px;
    right: 40px;
    width: 100px;
    height: 100px;
    font-size: 0;
    z-index: 9999;
    background: url(../images/btn_navigation.png) no-repeat center/100%;
}

.txtbx {
    text-align: left;
}

.ti {
    font-size: 30px;
    font-weight: bold;
    color: var(--subColor);
    margin-bottom: 20px;
}

.tx {
    font-size: 28px;
}

.whiteBg {
    background-color: #fff;
}

.whiteBg .content {
    padding: 80px 0;
    box-sizing: border-box;
}

.mMod1 {
    position: relative;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    margin: 0 auto 80px;
}

h1 {
    width: 100%;
    height: 100%;
}

.mMod1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.mMod6 {
    margin-bottom: 80px;
}

.btnbx a {
    vertical-align: middle;
    display: inline-block;
    width: 80px;
    height: 80px;
    font-size: 0;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    margin-bottom: 40px;
}

.btnbx a+a {
    margin-left: 20px;
}

.btnbx .btn_tel {
    background-image: url(../images/phone.png);
}

.btnbx .btn_sms {
    background-image: url(../images/message.png);
    display: none;
}

.btnbx .btn_QR {
    background-image: url(../images/btn_QR.png);
}

.tel {
    font-size: 38px;
    margin-bottom: 40px;
    font-weight: bold;
}

.mMod6 .txt {
    color: #333;
    font-size: 28px;
}

.mMod7 a,
.mMod10 a {
    position: relative;
    display: block;
    height: 80px;
    font-size: 28px;
    font-weight: bold;
    padding-left: 60px;
    padding-right: 100px;
    box-sizing: border-box;
    border-radius: 20px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
}

.mMod7 a {
    border: 6px solid var(--mainColor);
    color: var(--mainColor);
    margin-bottom: 40px;
    line-height: 65px;
}

.mMod7 a::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 60px;
    width: 36px;
    height: 24px;
    background: url(../images/icon_link.png) no-repeat center/100%;
}


.mMod10 a {
    background-color: var(--mainColor);
    color: #fff;
    line-height: 80px;
}

.mMod10 a::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 60px;
    width: 40px;
    height: 40px;
    background: url(../images/icon_download.png) no-repeat center/100%;
}

.mMod11 {
    padding: 80px 0;
    box-sizing: border-box;
    text-align: center;
}

.mMod11 a {
    vertical-align: middle;
    border: 4px solid #fff;
    background-repeat: no-repeat;
    background-position: center;
    font-size: 0;
    display: inline-block;
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

.mMod11 a+a {
    margin-left: 20px;
}

.mMod11 .facebook {
    background-image: url(../images/icon_facebook.png);
}

.mMod11 .instagram {
    background-image: url(../images/icon_instagram.png);
}

.mMod11 .twitter {
    background-image: url(../images/icon_twitter.png);
}

.mMod11 .youtube {
    background-image: url(../images/icon_youtube.png);
}

.bgBottom {
    width: 100%;
}

.lMod9 {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: calc(var(--vh, 1vh) * 100);
    z-index: 99999;
    background-color: #fff;
}

.lMod9.on {
    display: flex;
}

.lMod9 .btn_close,
.qrpopup .btn_close {
    position: fixed;
    top: 40px;
    right: 40px;
    width: 64px;
    height: 64px;
    background: #fff url(../images/btn_close.png) no-repeat center/100%;
    font-size: 0;
    z-index: 99999;
}


.lMod9 .swiper-container {
    width: 100%;
    max-width: 1620px;
    height: calc(var(--vh, 1vh) * 100);
    line-height: calc(var(--vh, 1vh) * 100);
}

.lMod9 .swiper-slide {
    max-height: 100%;
    overflow-y: auto;
}

.lMod9 img {
    width: 100%;
}


.qrpopup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(var(--vh, 1vh) * 100);
    background-color: #fff;
    z-index: 999999;
    display: none;
    box-sizing: border-box;
}

.qrpopup.on {
    display: block;
}

.scrollbx {
    width: 100%;
    padding: 20px;
    max-height: calc(var(--vh, 1vh) * 100);
    box-sizing: border-box;
    overflow-y: auto;
}

.qrbx {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 678px;
    margin: 0 auto;
    min-height: calc(var(--vh, 1vh) * 100);
    text-align: center;
}

.qrbx .mMod0 {
    width: 100%;
    margin-top: 40px;
}

#qr {
    margin: 70px auto 50px;
}

.guideTxt {
    line-height: normal;
    font-weight: bold;
    font-size: 28px;
}

.save {
    display: block;
    position: relative;
    width: 100%;
    background-color: var(--mainColor);
    color: #fff;
    font-weight: bold;
    padding: 20px 100px 20px 60px;
    box-sizing: border-box;
    font-size: 28px;
    margin-top: 40px;
    line-height: normal;
    text-align: left;
}

.save::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 60px;
    width: 40px;
    height: 40px;
    background: url(../images/icon_download.png) no-repeat center/100%;
}