@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@200;300;400;500;600;700;900&display=swap');
/* font-family: 'Noto Serif KR', serif; */

:root {
    --mainColor: #e7c22c;
    --subColor: #000;
    --text: #333;
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-thumb {
    background-color: var(--mainColor);
}

::-webkit-scrollbar-track {
    background-color: #ccc;
}

* {
    -webkit-tap-highlight-color: transparent;
}

html,
body {
    width: 100%;
    background-color: #eae9e5;
    line-height: normal;
}

body {
    font-family: 'Noto Serif KR', serif;
    color: var(--text);
}

#wrap {
    width: 100%;
    background: url(../images/circle.png) no-repeat 27% 80px/370px 370px;
}

.content {
    position: relative;
    max-width: 750px;
    margin: 0 auto;
    padding: 60px 0 0;
    box-sizing: border-box;
}

.gnb {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 48px;
}

.mMod1 {
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 20px;
}

h1 {
    width: 100%;
    height: 100%;
}

.mMod1 img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.mMod0 {
    font-size: 30px;
    font-weight: bold;
}

.decobx {
    position: relative;
    width: 100%;
    margin-bottom: 88px;
}

.decobx::after {
    content: '';
    display: block;
    clear: both;
}

.deco_circle {
    float: right;
}

.mMod3 {
    width: 100%;
    padding: 0 36px;
    box-sizing: border-box;
    margin-bottom: 80px;
}

.mMod3 h2 {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 40px;
}

.mMod3 .txt {
    font-size: 30px;
    font-weight: 500;
}

.background {
    position: relative;
    width: 100%;
    height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-bottom: 122px;
}

video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mMod4 {
    position: relative;
    width: 100%;
    margin-bottom: 120px;
}

.mMod4::after {
    content: '';
    position: absolute;
    top: -82px;
    right: -100px;
    width: 200px;
    height: 200px;
    background: url(../images/circle3.png) no-repeat center/100%;
}

.mMod4 .tit {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
    padding: 0 36px;
    box-sizing: border-box;
}

.mMod4 .txt {
    font-size: 28px;
    padding: 0 36px;
    box-sizing: border-box;
}

.mMod4 .number {
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 38px;
    font-weight: bold;
    margin-bottom: 40px;
}

.mMod4 .number::before {
    content: '';
    display: inline-block;
    width: 72px;
    height: 28px;
    background-color: var(--mainColor);
    margin-right: 40px;
}

.mMod4 .swiper-slide+.swiper-slide {
    margin-top: 63px;
}

.content2 {
    position: relative;
    box-sizing: border-box;
    padding-bottom: 64px;
    box-sizing: border-box;
}

.deco_pic {
    position: relative;
    width: 100%;
    height: 400px;
}

.deco_picsbx {
    position: relative;
    width: 70%;
    height: 100%;
}

.circle_reversed {
    position: absolute;
    top: 50%;
    right: 45%;
    transform: translateY(-50%);
    width: 227px;
    height: 227px;
}

.bar {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 98%;
    height: 2px;
    background-color: var(--subColor);
    z-index: 1;
}

.yellowBar {
    position: absolute;
    top: 0;
    right: 0;
    width: 48px;
    height: 100%;
    background-color: var(--mainColor);
}

.deco_dot {
    position: absolute;
    top: 124px;
    right: 25%;
    width: 117px;
    height: 32px;
}

.mMod9 {
    position: relative;
    max-width: 606px;
    margin: 0 auto 198px;
    padding-top: 50px;
    box-sizing: border-box;
}

.mMod9 .swiper-slide {
    position: relative;
}

.mMod9 .swiper-slide::after {
    content: '';
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 404px;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.5) url(../images/icon_more.png) no-repeat center/58px 57px;
    transition: opacity .6s;
}

.mMod9 .swiper-slide img {
    width: 100%;
    height: 404px;
    object-fit: cover;
}

.mMod9 .swiper-slide:hover::after {
    opacity: 1;
}

.mMod9 .swiper-slide p {
    margin-top: 40px;
    font-size: 28px;
    text-align: left;
}

.mMod9 .swiper-pagination {
    display: inline-block;
    width: auto;
    top: -15px;
    font-size: 40px;
    font-weight: bold;
    bottom: auto;
    left: auto;
    right: 0;
}

.mMod8 {
    width: 606px;
    margin: 0 auto 120px;
}

.iframebx {
    width: 100%;
    height: 353px;
}

iframe {
    width: 100%;
    height: 100%;
}


.mMod6 {
    position: relative;
    max-width: 750px;
    margin: 0 auto 225px;
    text-align: center;
    padding: 0 36px;
    box-sizing: border-box;
}

.mMod6::after {
    content: '';
    position: absolute;
    width: 255px;
    height: 455px;
    bottom: -125px;
    right: -100px;
    background: url(../images/bg_phone.png) no-repeat center/100% 100%;
}

.mMod6 .tel {
    font-size: 38px;
    font-weight: bold;
    margin-bottom: 20px;
    display: inline-block;
}

.mMod6 .txt {
    font-size: 30px;
    margin-bottom: 40px;
}

.btnbx a {
    display: inline-block;
    width: 83px;
    height: 83px;
    font-size: 0;
    background-repeat: no-repeat;
    background-size: 100%;
    vertical-align: middle;
}

.btnbx a+a {
    margin-left: 36px;
}

.btnbx .btn_tel {
    background-image: url(../images/btn_phone.png);
}

.btnbx .btn_sms {
    background-image: url(../images/btn_message.png);
    display: none;
}

.btnbx .btn_QR {
    background-image: url(../images/btn_QR.png);
}

.mMod5 {
    max-width: 606px;
    margin: 0 auto 120px;
    text-align: center;
}

.yellowbx {
    width: 166px;
    height: 188px;
    margin: 0 auto;
    background-color: var(--mainColor);
}

.section_txt {
    margin: 40px 0;
    font-size: 38px;
    font-weight: bold;
}

.gMap {
    position: relative;
    height: 353px;
    margin-bottom: 40px;
}

.map {
    position: relative;
    width: 100%;
    height: 100%;
}

.navi {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 80px;
    height: 80px;
    background: url(../images/btn_navigation.png) no-repeat center/100%;
    font-size: 0px;
    z-index: 9999;
}

.txtbx {
    text-align: left;
}

.ti {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
}

.tx {
    font-size: 28px;
}

.mMod7,
.mMod10 {
    position: relative;
    max-width: 678px;
    margin: 0 auto;
}

.mMod10 {
    margin-bottom: 36px;
}

.mMod10::before {
    content: '';
    position: absolute;
    left: -80px;
    top: 36px;
    width: 117px;
    height: 32px;
    background: url(../images/circle2.png) no-repeat center/100% 100%;
    z-index: 1;
}

.mMod10 a,
.mMod7 a {
    position: relative;
    display: block;
    width: 100%;
    height: 117px;
    line-height: 117px;
    font-size: 28px;
    font-weight: bold;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mMod10 a {
    padding: 0px 80px 0px 78px;
    background-color: var(--mainColor);
}

.mMod10 a::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 40px;
    width: 36px;
    height: 36px;
    background: url(../images/icon_download.png) no-repeat center/100%;
}

.mMod7 {
    margin-bottom: 80px;
}

.mMod7 a {
    background-color: #fff;
    padding: 0px 80px 0px 40px;
    border: 2px solid var(--text);
}

.mMod7 a+a {
    margin-top: 36px;
}

.mMod7 a::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 40px;
    background-color: #333;
    border-radius: 50%;
}

.mMod7 a::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 40px;
    width: 30px;
    height: 30px;
    background: url(../images/icon_arrow_forward.png) no-repeat center/100%;
}

.mMod11 {
    width: 100%;
    border-top: 1px solid #000;
    text-align: center;
    padding-top: 40px;
    box-sizing: border-box;
}

.mMod11 a {
    display: inline-block;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    font-size: 0;
    background-color: var(--mainColor);
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
}

.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: 999999;
    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;
}


.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: 800px;
    margin: 0 auto;
    min-height: calc(var(--vh, 1vh) * 100);
    text-align: center;
}

.qrbx .mMod3 {
    margin-bottom: 20px;
}

.qrbx .mMod3 h2 {
    margin-bottom: 20px;
}

#qr {
    margin: 70px auto 50px;
}

.guideTxt {
    line-height: normal;
    font-weight: bold;
    font-size: 28px;
}

.save {
    display: block;
    position: relative;
    width: 90%;
    margin: 0 auto;
    background-color: var(--mainColor);
    color: #333;
    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::before {
    content: '';
    position: absolute;
    top: 20px;
    left: -45px;
    width: 80px;
    height: 32px;
    background: url(../images/circle2.png) no-repeat center/100%;
}

.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%;
}

@media screen and (max-width:1366px) {
    .mMod9 .swiper-slide::after {
        display: none;
    }
}