@font-face {
    font-family: 'Cafe24Ssurround';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2105_2@1.0/Cafe24Ssurround.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

* {
    padding: 0;
    margin: 0;
}

body {
    line-height: normal;
    width: 100%;
    height: 100%;
}

.wrap {
    width: 100%;
}

.invi {
    background-color: #d40000;
    text-align: center;
}

.invi>p {
    color: #fff;
    letter-spacing: 18px;
    text-indent: 18px;
    font-size: 30px;
    padding: 40px 0;
    box-sizing: border-box;
}

.content {
    padding: 100px 36px 80px 36px;
    box-sizing: border-box;
    max-width: 750px;
    margin: 0 auto;
}

.bg {
    width: 100%;
    background: #fff6e6 url(../images/bg_love.png) no-repeat center/cover;
}

.background {
    width: 100%;
    padding-top: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 50%;
    position: relative;
}

.background>.bx {
    text-align: center;
    border-radius: 50%;
    overflow: hidden;
}

video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.background img {
    width: 100%;
    height: auto;
    aspect-ratio: 5 / 5.1;
    position: absolute;
    top: 1%;
    left: -1%;
    z-index: 1;
}

.mMod3 {
    text-align: center;
    margin: 100px 0 120px 0;
}

.mMod3>h2 {
    font-family: 'Cafe24Ssurround';
    color: #d40000;
    font-size: 62px;
    padding-bottom: 40px;
}

.mMod3>.txt {
    color: #280b0b;
    font-size: 30px;
    line-height: 1.67;
}

.mMod4 {
    width: 100%;
    margin: 0 auto;
}

.mMod4 p {
    background: url(../images/img_text_line.png) no-repeat center/contain;
    width: 100%;
    padding-top: 40px;
    box-sizing: border-box;
}

.mMod4>.swiper-slide {
    border: 2px dashed #d40000;
    border-radius: 60px;
    background-color: #fff;
    padding: 70px;
    box-sizing: border-box;
    margin-bottom: 80px;
}

.mMod4>.swiper-slide:last-child {
    margin-bottom: 0;
}

.mMod4 .tit {
    text-align: center;
    color: #d40000;
    font-size: 30px;
    padding-bottom: 40px;
    box-sizing: border-box;
}

.mMod4 .txt {
    font-size: 26px;
    line-height: 1.92;
    box-sizing: border-box;
}

.mMod9 {
    position: relative;
    overflow: hidden;
    padding: 121px 0 120px 0;
    box-sizing: border-box;
}

.mMod9 .swiper-slide {
    position: relative;
}

.mMod9 .swiper-slide::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 452px;
    border-radius: 60px;
    background: rgba(0, 0, 0, 0.2) url(../images/icon_more.png) no-repeat center/20%;
    opacity: 0;
    transition: .5s;
}

.mMod9 .swiper-slide:hover::before {
    opacity: 1;
}

.mMod9 .swiper-slide>img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 60px;
    border: 2px dashed #d40000;
    box-sizing: border-box;
}

.mMod9>.swiper-pagination {
    width: 100%;
    top: 614px;
    bottom: auto;
}

.mMod9 .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    border: 2px solid #d40000;
    background-color: transparent;
    opacity: 1;
}

.mMod9 .swiper-pagination-bullet-active {
    background-color: #d40000;
}

.mMod9 .swiper-slide>p {
    margin-top: 100px;
    font-size: 27px;
}

.iframeBx {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 70%;
    border-radius: 60px;
    border: 2px dashed #d40000;
    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%;
}

.mMod5 {
    border-radius: 60px;
    border: 2px dashed #d40000;
    box-sizing: border-box;
    overflow: hidden;
    margin: 120px 0 121px 0;

    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
}

.gMap {
    width: 100%;
    height: 360px;
}

.map {
    width: 100%;
    height: 100%;
}

.mMod5 .navi {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #d40000;
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    padding: 25px 40px;
    box-sizing: border-box;
}

.mMod5 .navi::before {
    content: '';
    display: inline-block;
    width: 26px;
    height: 33px;
    background: url(../images/icon_navi.png) no-repeat center/cover;
}

.mMod5 .txtBx {
    background-color: #fff;
    padding: 60px 40px;
}

.mMod5 .ti>span {
    font-size: 30px;
    color: #d40000;
    font-weight: bold;
}

.mMod5 .tx {
    color: #280b0b;
    line-height: 1.79;
    font-size: 28px;
}

.mMod5 .txt {
    padding-top: 40px;
    box-sizing: border-box;
}

.mMod5 .txt::before {
    content: '';
    display: block;
    border-top: 2px solid #d40000;
    padding-bottom: 30px;
    box-sizing: border-box;
}

.mMod7 {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.mMod7>a {
    position: relative;
    width: 100%;
    background-color: #fff;
    border-radius: 40px;
    border: 2px dashed #d40000;
    box-sizing: border-box;
    font-size: 26px;
    padding: 20px 75px 20px 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mMod7>a::after {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../images/icon_arrow_forward.png) no-repeat center/100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 40px;
}

.mMod10 {
    margin: 20px 0 120px 0;
}

.mMod10>a {
    position: relative;
    display: block;
    background-color: #d40000;
    color: #fff;
    font-size: 28px;
    border-radius: 40px;
    font-weight: bold;
    padding: 20px 75px 20px 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mMod10>a::after {
    content: '';
    display: inline-block;
    max-width: 36px;
    width: 100%;
    height: 36px;
    background: url(../images/icon_download.png) no-repeat center/100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 40px;
}

.mMod6 {
    text-align: center;
}

.mMod6>.btnBx>a {
    display: inline-block;
    background: url(../images/btn_message.png)no-repeat center/cover;
    width: 100px;
    height: 100px;
    font-size: 0;
    margin-right: 20px;
    vertical-align: middle;
}

.mMod6>.btnBx>.btn_sms {
    display: none;
}

.mMod6>.btnBx>.btn_tel {
    background-image: url(../images/btn_phone.png);
}

.mMod6>.btnBx>.btn_QR {
    margin-right: 0;
    background-image: url(../images/btn_QR.png);
}

.mMod6>.telBx {
    padding: 39px 0;
}

.mMod6>.telBx::after {
    content: '';
    display: block;
    width: 100%;
    border-bottom: 2px dashed #d40000;
    padding-top: 45px;
}

.mMod6>.telBx>a {
    display: block;
    font-size: 38px;
    font-weight: bold;
}

.mMod6>.telBx>a::before {
    content: '';
    display: inline-block;
    background: url(../images/icon_phone.png)no-repeat center/cover;
    width: 32px;
    height: 32px;
    margin-right: 20px;
    vertical-align: -2px;
}

.mMod6>.txt {
    font-size: 28px;
    line-height: 1.79;
}

.mMod11 {
    text-align: center;
    margin-top: 120px;
}

.mMod11>a {
    font-size: 0;
    display: inline-block;
    background: url(../images/icon_facebook.png) no-repeat center/35%;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 2px solid #d40000;
    box-sizing: border-box;
}

.mMod11>.twitter {
    background: url(../images/icon_twitter.png)no-repeat center/60%;
}

.mMod11>.instagram {
    background: url(../images/icon_Instagram.png)no-repeat center/60%;
}

.mMod11>.youtube {
    background: url(../images/icon_youtube.png)no-repeat center/60%;
}

.mMod11 a+a {
    margin-left: 20px;
}

.gnb {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 55px 0;
    box-sizing: border-box;
    height: 10vh;
}

.mMod1 {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 20px;
}

h1 {
    width: 100%;
    height: 100%;
}

.mMod1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mMod0>span {
    font-size: 30px;
}

.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: url(../images/btn_close.png) no-repeat center/100%;
    font-size: 0;
    z-index: 99999;
    border-radius: 50%;
}


.lMod9 .swiper-container {
    width: 100%;
    max-width: 1194px;
    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 .mMod3 {
    margin-bottom: 0px;
}

#qr {
    margin: 70px auto 50px;
}

.guideTxt {
    line-height: normal;
    font-weight: bold;
    font-size: 28px;
}

.save {
    display: block;
    position: relative;
    width: 100%;
    background-color: #d40000;
    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;
    border-radius: 40px;
}

.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%;
}