@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Gaegu:wght@700&display=swap');

@font-face {
    font-family: 'baloo';
    src: url(../fonts/BalooBhai2-Bold.woff) format('woff');
    font-style: normal;
}

@font-face {
    font-family: 'Cookie';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_twelve@1.0/CookieRunOTF-Bold00.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

:root {
    --mainColor: #c8424b;
    --subColor: #eaca49;
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background-color: #6cb676;
}

::-webkit-scrollbar-thumb {
    background-color: var(--mainColor);
    border-radius: 50px;
}


html,
body {
    width: 100%;
    background-color: var(--subColor);
    line-height: normal;
}

#wrap {
    width: 100%;
}

.main {
    position: relative;
    max-width: 768px;
    margin: 0 auto;
    padding: 180px 36px;
    box-sizing: border-box;
    text-align: center;
}

.bgTop {
    position: absolute;
    top: 0;
    left: 0;
    width: 103%;
}

.mMod0 {
    width: 65%;
    margin: 0 auto 60px;
}

.mMod0 h2 {
    font-size: 38px;
    font-weight: bold;
    color: var(--mainColor);
}

.mMod2 {
    width: 100%;
    height: 762px;
    padding-top: 55px;
    box-sizing: border-box;
    background: url(../images/grandOpen.png) no-repeat center/100% 100%;
}

.background {
    position: relative;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: 0 auto;
}

.imgbx {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 50%;

    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
}

video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.mMod3 span {
    display: inline-block;
    padding: 10px 74px;
    box-sizing: border-box;
    background-color: var(--mainColor);
    color: var(--subColor);
    font-size: 33px;
    margin-bottom: 40px;
}

.mMod3 .txt {
    font-size: 28px;
}

.content {
    max-width: 768px;
    margin: 0 auto;
}

.paddingbx {
    padding: 0 36px;
    box-sizing: border-box;
}

.mMod4 {
    position: relative;
    width: 100%;
    margin-bottom: 100px;
}

.mMod4 .tit {
    max-width: 80%;
    font-family: 'baloo', 'Cookie';
    font-size: 30px;
    color: var(--mainColor);
    margin-bottom: 14px;
    font-weight: bold;
    padding-top: 31px;
    box-sizing: border-box;
}

.mMod4 .txt {
    font-size: 26px;
}

.mMod4 .swiper-slide {
    position: relative;
}

.mMod4 .swiper-slide::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 123px;
    height: 81px;
    background: url(../images/ico_mod4.png) no-repeat center/100%;
}

.mMod4 .swiper-slide+.swiper-slide {
    margin-top: 60px;
}

.mMod9 {
    width: 100%;
    margin-bottom: 100px;
}

.mMod9 .swiper-slide img {
    width: 100%;
    height: 452px;
    object-fit: cover;
    cursor: pointer;
}

.mMod9 .swiper-slide p {
    margin-top: 20px;
    font-size: 28px;
}

.swiper-pagination {
    position: static;
}

.swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    margin: 0 4px;
    background: url(../images/pagination.png) no-repeat center/100%;
    margin-top: 60px;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background-image: url(../images/pagination-active.png);
}

.mMod8 {
    width: 100%;
    margin-bottom: 100px;
}

.iframebx {
    position: relative;
    width: 100%;
    height: 452px;
}

iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mMod5 {
    width: 100%;
    margin-bottom: 100px;
}

.gMap {
    position: relative;
    width: 100%;
    height: 452px;
    margin-bottom: 40px;
}

.map {
    position: relative;
    width: 100%;
    height: 100%;
}

.navi {
    position: absolute;
    bottom: 36px;
    right: 36px;
    width: 100px;
    height: 100px;
    background: url(../images/btn_navigation.png) no-repeat center/100%;
    z-index: 9999;
    font-size: 0px;
}

.ti {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
}

.tx {
    font-size: 28px;
}

.mMod7,
.mMod10 {
    width: 100%;
}

.mMod7 a,
.mMod10 a {
    position: relative;
    display: block;
    height: 80px;
    line-height: 80px;
    padding-left: 60px;
    padding-right: 100px;
    box-sizing: border-box;
    font-size: 28px;
    font-weight: bold;
    color: #fff;
}

.mMod7 a p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mMod7 {
    margin-bottom: 40px;
}

.mMod7 a {
    background-color: #6cb676;
}

.mMod7 a+a {
    margin-top: 40px;
}

.mMod7 a::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -22px;
    width: 71px;
    height: 78px;
    background: url(../images/icon_link2.png) no-repeat center/100%;
}

.mMod7 a::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 60px;
    width: 40px;
    height: 24px;
    background: url(../images/icon_link.png) no-repeat center/100%;
}

.mMod10 {
    margin-bottom: 80px;
}

.mMod10 a {
    background-color: var(--mainColor);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.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%;
}

footer {
    position: relative;
    width: 100%;
    padding: 120px 60px 220px;
    box-sizing: border-box;
    background: url(../images/icon_bottom.png) no-repeat bottom/100%;
    background-color: #8f59aa;
}

footer::before {
    content: '';
    position: absolute;
    top: 19px;
    right: 90px;
    width: 81px;
    height: 86px;
    background: url(../images/footer_left.png) no-repeat center/100%;
}

.contact {
    background: #fff;
    padding: 80px 20px 0;
    box-sizing: border-box;
    text-align: center;
}

.mod1bx {
    margin-bottom: 80px;
}

.mMod1 {
    position: relative;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 0 auto;
}

h1 {
    width: 100%;
    height: 100%;
}

.mMod1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.mMod6 {
    padding-bottom: 40px;
    box-sizing: border-box;
}

.btnbx {
    margin-bottom: 40px;
}

.btnbx a {
    display: inline-block;
    width: 80px;
    height: 80px;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    font-size: 0;
}

.btnbx a+a {
    margin-left: 20px;
}

.btnbx .btn_tel {
    background-image: url(../images/phone.png);
}

.btnbx .btn_sms {
    display: none;
    background-image: url(../images/message.png);
}

.btnbx .btn_QR {
    background-image: url(../images/btn_QR.png);
}

.tel {
    display: inline-block;
    font-size: 38px;
    font-weight: bold;
    margin-bottom: 40px;
}

.mMod6 .txt {
    font-size: 28px;
}

.mMod11 {
    padding-bottom: 80px;
    box-sizing: border-box;
}

.mMod11 a {
    display: inline-block;
    width: 70px;
    height: 70px;
    background-repeat: no-repeat;
    background-position: center;
    border: 4px solid var(--mainColor);
    font-size: 0;
    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 .youtube {
    background-image: url(../images/icon_youtube.png);
}

.mMod11 .twitter {
    background-image: url(../images/icon_twitter.png);
}

.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%;
}