@charset "utf-8";


.forWeb {
    display: block;
}

.forMobile {
    display: none;
}

* {
    -webkit-tap-highlight-color: transparent;
}


html,
body {
    width: 100%;
    height: 100%;
    line-height: unset;

}

/* 전체박스 */
#wrap {
    width: 100%;
    height: 100%;
    min-width: 1200px;
    background-color: #faedc9;
}

/* 각 섹션 가운데 정렬 */
.mMod4,
.mMod9,
.mMod5,
.mMod6 {
    margin: 0 auto;
    width: 1200px;
}


/*/////////////////////////////////////////// 메인섹션 ///////////////////////////////*/
.mMod2 {
    position: relative;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.top {
    position: fixed;
    display: flex;
    align-items: center;
    top: 12px;
    left: 20px;
}

.mMod1 {
    position: relative;
    display: inline-block;
    border-radius: 50%;
    overflow: hidden;
    width: 60px;
    height: 60px;
    background-color: #fff;
    margin-right: 15px;
}

.logobx img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mMod0 {
    font-size: 16px;
    font-weight: 600;
}

.modbg {
    position: fixed;
    max-width: 1200px;
    width: 100%;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

/* 사진 */
.imgbox {
    position: relative;
    margin-bottom: 30px;
}


.background {
    position: relative;
    width: 25%;
    height: 0;
    box-sizing: border-box;
    padding-top: 25%;
    margin: 0 auto;
}

.youtubePlay {
    display: inline-block;
    position: absolute;
    top: 72%;
    left: 73%;
    background: url(../images/Youtube_play.png) no-repeat center/cover;
    text-indent: -9999px;
    font-size: 0px;
    width: 110px;
    height: 110px;
    z-index: 99;
}

.logobx {
    top: 0;
    position: absolute;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
    background-color: #fff;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
}

.mMod1 img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.frame {
    position: absolute;
    top: -6%;
    left: -10%;
    width: 129%;
    height: 114%;
}

/* ////////////////////////////// 메인 글귀////////////////////////// */
.mMod3 {
    margin-top: 46px;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mMod3 h2 {
    font-size: 35px;
    line-height: 130%;
}

.mMod3 .txt {
    margin-top: 10px;
    font-size: 24px;
    line-height: 140%;
    font-weight: 300;
}


.mMod7 {
    font-size: 16px;
    margin: 35px 0;
}

.mMod7 a {
    border: 1px solid rgb(70, 70, 70);
    margin: 10px;
    padding: 10px 10px;
    padding-right: 60px;
    border-radius: 10px;
    box-sizing: border-box;
    background: url(../images/menu_button.png) no-repeat 96% center;
}

/* sns */
.mMod11 {
    line-height: 0;
}

.mMod11 a {
    display: inline-block;
    text-indent: -9999px;
    font-size: 0px;
    margin: 0 0 0 10px;
    width: 46px;
    height: 46px;
}

.mMod11 a.facebook {
    background: url(../../common/images/ico_facebook.png);
}

.mMod11 a.twitter {
    background: url(../../common/images/ico_twitter.png);
}

.mMod11 a.instagram {
    background: url(../../common/images/ico_instagram.png);
}

.mMod11 a.youtube {
    background: url(../../common/images/ico_youtube.png);
}



/* 상단 버튼 */
.btn_top {
    position: fixed;
    top: 34px;
    left: 51px;
    background-color: #3b3a38;
    padding: 10px 30px;
    border-radius: 30px;
    z-index: 100;
    font-size: 1rem;
}

.btn_top a {
    color: #fff;
}


/* ////////////////////////////////// 컨텐츠////////////////////////////////////// */
.content {
    position: relative;
    width: 100%;
    background-color: #fff;
    box-sizing: border-box;
    padding: 50px 0;
    z-index: 999;
}


/* 모듈4 */
.mMod4 {
    padding: 0 30px;
    padding-bottom: 50px;
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
}


.mMod4 .swiper-slide+.swiper-slide {
    margin-top: 30px;
}

.mMod4 .tit {
    font-size: 25px;
    color: #e56254;
    font-weight: bold;
    margin: 10px 0;
}

.mMod4 .tit::before {
    content: '●';
    display: inline-block;
    margin-right: 10px;
    transform: scale(.5);
}

.mMod4 .txt {
    font-size: 16px;
    font-weight: 300;
    line-height: 150%;
}

/* 스와이퍼 */
.mMod9 {
    position: relative;
    text-align: center;
    padding: 30px 0;
    width: 1200px;
    margin-top: 50px;
    box-sizing: border-box;
}

.swiper-container {
    cursor: pointer;
}

.mMod9 .swiper-container {
    width: 100%;
}

.mMod9 .swiper-container img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.mMod9 .swiper-button-next {
    top: 105%;
    background-image: url(../images/slider_next.png);
    background-size: 100% 100%;
    width: 15px;
    height: 26px;
}

.mMod9 .swiper-button-prev {
    top: 105%;
    left: 94%;
    background-image: url(../images/slider_prev.png);
    background-size: 100% 100%;
    width: 15px;
    height: 26px;
}

.mMod9 .swiper-pagination {
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
}

.mMod9 .swiper-pagination>span {
    margin: 0 5px;
}

.mMod9 .swiper-pagination-bullet-active {
    background: #e56254;
}

/* 지도 */
.mMod5 {
    position: relative;
    display: flex;
    border: 1px solid #ccc;
    border-radius: 10px;
    margin-top: 80px;
}

.mMod5 .txt {
    width: 50%;
    height: 460px;
    padding: 40px;
    box-sizing: border-box;
}

.mMod5 .txt .ti {
    font-size: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #ccc;
    line-height: 180%;
}

.ti strong {
    font-size: 20px;
}

.tx {
    font-size: 16px;
    line-height: 180%;
    margin-top: 20px;
}

.navi {
    position: absolute;
    font-size: 16px;
    bottom: 30px;
    color: #fff;
    background-color: #e56254;
    border-radius: 10px;
    padding: 10px 20px;
}

.navi::before {
    content: url(../images/ico_mod5_2.png);
    vertical-align: -3px;
    margin-right: 6px;
}

.gMap {
    width: 75%;
}

.map {
    width: 100%;
    height: 100%;
    outline: none;
    border-radius: 0 10px 10px 0;
}

/*/////////////////////////////////////////////////// 푸터 영역//////////////////////////////////////////////////////////// */

footer {
    position: relative;
    z-index: 9999;
    width: 100%;
    background-color: #404040;
    color: #fff;
}

footer .pbx {
    position: relative;
    width: 1200px;
    padding: 50px 30px;
    box-sizing: border-box;
    margin: 0 auto;
}

.mMod6 {
    font-size: 14px;
    position: relative;
    box-sizing: border-box;
}

.mMod6 span {
    font-size: 14px;
    font-weight: 300;
}

.mMod6 .tit {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.mMod6 .tel {
    font-size: 18px;
    color: #e56254;
}

.btn_QR {
    display: inline-block;
    background-color: #e56254;
    color: #fff;
    padding: 10px 20px;
    box-sizing: border-box;
    border-radius: 10px;
    font-size: 16px;
    margin-top: 10px;
}

.btn_QR::before {
    content: '';
    background-image: url(../images/btn_QR.svg);
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-right: 10px;
}


.mMod6 .txt {
    line-height: 170%;
    margin-top: 20px;
    font-weight: 300;
}

.mMod10 {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 1;
}

.mMod10 a {
    background-color: #e56254;
    font-size: 20px;
    line-height: 60px;
    color: #fff;
    padding: 15px 40px;
    border-radius: 10px;
}

.mMod10 a::before {
    content: url(../images/ico_mod10.png);
    display: inline-block;
    transform: scale(1);
    vertical-align: -4px;
    margin-right: 14px;
}

/* 동영상 */
.mMod8 {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    background-color: rgba(0, 0, 0, .5);
}

iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.vid-exit {
    position: absolute;
    top: 73%;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
}

/* 사진 레이어 */
#jsMod9 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0;
    background-color: rgba(0, 0, 0, .5);
    transition: opacity .6s;
}

.modBg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.modBg .swiper-container {
    width: 1200px;
    height: 700px;
}

.modBg .swiper-container img {
    width: 100%;
}

.modBg .swiper-slide {
    height: 700px;
    line-height: 700px;
}

.modBg .swiper-slide.swiper-slide-active {
    max-height: 700px;
    overflow-y: auto;
}

.modBg .swiper-button-next {
    position: absolute;
    top: -19px;
    right: 7px;
    background: url(../images/mag_slider_next.png) no-repeat;
    background-size: 100% 100%;
    transform: scale(1.5);
    height: 27px;
}

.modBg .swiper-button-prev {
    position: absolute;
    top: -19px;
    left: 1116px;
    background: url(../images/mag_slider_prev.png) no-repeat;
    background-size: 100% 100%;
    transform: scale(1.5);
    height: 27px;
}

.slide-exit {
    width: 40px;
    position: absolute;
    top: -43px;
    cursor: pointer;
}

/* 알림온 */
.mSky {
    z-index: 99999;
}

.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-top: 0;
    margin-bottom: 0px;
}

.qrbx .mMod3 h2 {
    margin: 0;
    font-family: 'Noto Sans KR', serif;
    font-size: 22px;
}

.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%;
}

.close2 {
    background-image: url(../images/vid_exit.png);
    display: inline-block;
    width: 40px;
    height: 40px;
    font-size: 0;
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-size: 100%;
}