@charset "utf-8";


/* 데스트탑 폰트/이미지 사이즈 */

@media only screen and (max-width:1366px) {

    .mMod1 {
        width: 55px;
        height: 55px;
    }

    .top{
        width: 100%;
    }

    .mMod0 {
        font-size: 14px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 50%;
    }

    .forWeb {
        display: none;
    }

    .forMobile {
        display: block;
    }

    .mSky {
        top: auto;
        bottom: 30px;
        transform: none;
    }

    .mSky .ls+.forMobile,
    .mSky .ls+.ls {
        margin: 0 0 8px;
    }

    .mSky .forWeb {
        display: none;
    }

    .mSky .forMobile {
        display: block;
        position: relative;
    }

    .mSky .ico {
        background-image: url(../../common/images/ico_kakaotalk_m.png);
        background-size: auto 55px;
        width: 55px;
        height: 55px;
    }

    .mSky .iSns .ico {
        background-image: url(../../common/images/ico_sns_m.png);
        background-position: 50% 50%;
        background-size: auto 18px;
        background-color: #5c47fd;
        border-radius: 50%;
    }

    .mSky .iAlarm .ico {
        background: none;
        text-indent: 0;
        background-color: rgba(0, 0, 0, 0.21);
        font-size: 12px;
        color: #fff;
        margin: 8px 0;
        padding: 2px 0;
        height: auto;
        text-align: center;
    }

    .mMod2 {
        height: auto;
        background-attachment: unset;
    }

    .lSky {
        display: none;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 10;
    }

    .lSky a {
        display: block;
        background: url(../../common/images/ico_facebook_m.png) 0 0 no-repeat;
        background-size: auto 55px;
        text-indent: -9999px;
        font-size: 0;
        margin: 0 0 10px;
        width: 55px;
        height: 55px;
    }

    .lSky a.twitter {
        background-image: url(../../common/images/ico_twitter_m.png);
    }

    .lSky a.instagram {
        background-image: url(../../common/images/ico_instagram_m.png);
    }

    .lSky a.youtube {
        background-image: url(../../common/images/ico_youtube_m.png);
    }

    .lSky a.close {
        background-image: url(../../common/images/ico_sns_close_m.png);
        background-position: 50% 50%;
        background-size: auto 14px;
        background-color: #f45897;
        border-radius: 50%;
        margin-bottom: 0;
    }

    ::-webkit-scrollbar {
        display: none;
    }

    #wrap {
        height: auto;
        min-width: unset;
    }

    .mMod2,
    .mMod4,
    .mMod9,
    .mMod5,
    .mMod6,
    .modbg,
    .content {
        width: auto;
    }


    .content {
        padding: 30px;

        /* firefox */
        scrollbar-width: none;
        /* ie,edge */
        -ms-overflow-style: none;
    }

    .btn_top {
        top: 12px;
        left: 25px;
        font-size: 1rem;
        padding: 8px 17px;
    }

    .btn_tel {
        position: fixed;
        top: 12px;
        right: 20px;
    }

    .btn_tel a {
        display: block;
        text-indent: -9999px;
        font-size: 0;
        background: url(../images/ico_tel.png) no-repeat center/cover;
        width: 55px;
        height: 55px;
    }

    /* 메인 고정박스 */
    .modbg {
        position: unset;
        top: 0;
        left: 0;
        box-sizing: border-box;

        overflow-y: unset;
        max-height: unset;
        transform: unset;
        width: 100%;
        padding: 100px 30px;
        text-align: left;
        /* firefox */
        scrollbar-width: none;
        /* ie,edge */
        -ms-overflow-style: none;
    }

    .background {
        width: 80%;
        padding-top: 80%;
        box-sizing: border-box;
    }

    .imgbox {
        width: 100%;
    }

    .youtubePlay {
        display: none;
    }

    .mMod3 {
        display: block;
        font-size: unset;
        margin-top: unset;
        -webkit-line-clamp: unset;
        -webkit-box-orient: unset;
        overflow: visible;
        text-overflow: unset;
        text-align: center;
    }

    .mMod3 h2 {
        font-size: 1.4rem;
    }

    .mMod3 .txt {
        margin-top: 20px;
        font-size: unset;
    }

    .mMod7 {
        font-size: unset;
        margin: unset;
        margin-top: 20px;
    }

    .mMod7 a {
        display: block;
        margin: 10px 0;
    }

    .mMod11 {
        display: none;
    }


    /* 모듈 4 */
    .mMod4 .tit::before {
        display: none;
    }

    .mMod4 {
        border-bottom: none;
        padding: unset;
        padding-bottom: 50px;
        font-size: unset;
    }

    .mMod4 .tit {
        font-size: 20px;
        margin-top: 20px;
    }

    .mMod4>div {
        padding: 0 20px;
    }

    .mMod4 .swiper-slide+.swiper-slide {
        border-top: 1px solid #ccc;
        margin-top: 20px;
    }




    /* 동영상 */
    .mMod8 {
        display: block;
        position: relative;
        width: 100%;
        height: 0;
        padding-top: 58%;
        margin-bottom: 20px;
        z-index: unset;
        background-color: unset;
    }

    iframe {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        transform: unset;
        width: 100%;
        height: 100%;
    }

    .vid-exit {
        display: none;
    }


    /* 스와이퍼 */
    .mMod9 {
        position: relative;
        padding: unset;
        padding-top: 50px;
        padding-bottom: 30px;
        margin-top: unset;
    }

    .mMod9 .swiper-wrapper {
        justify-content: unset;
    }

    .mMod9 .swiper-container img {
        width: 100%;
        height: 300px;
    }

    .swiper-slide,
    .modBg .swiper-slide {
        width: 100%;
    }

    .mMod9 .swiper-pagination {
        top: 4%;
    }

    .mMod9 .swiper-button-prev,
    .mMod9 .swiper-button-next {
        display: none;
    }

    .more {
        position: absolute;
        width: 50px;
        height: 50px;
        top: 50px;
        right: 0px;
        z-index: 999;

        text-indent: -9999px;
        font-size: 0;
        background-color: #535353;
        background-image: url(../images/ico_mod9_m.png);
        background-repeat: no-repeat;
        background-position: 50% 50%;
    }



    /* 지도 및 주소 API */
    .mMod5 {
        flex-direction: column;
        margin-top: unset;
        border-radius: unset;
        border: unset;
        line-height: unset;
    }

    .mMod5 .txt {
        width: 100%;
        padding: 20px;
        height: auto;
        font-size: 1rem;
    }

    .mMod5 .txt .ti {
        border-bottom: unset;
        padding-bottom: unset;
    }

    .gMap {
        position: relative;
        width: 100%;
        height: 0;
        padding-top: 90%;
        border: 1px solid #000;
    }

    .map {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .tx {
        padding: 20px;
        margin-top: unset;
        font-size: 1rem;
    }

    .navi {
        top: 0;
        right: 0;
        bottom: unset;
        border-radius: unset;
    }

    /* 다운로드 */
    .mMod10 {
        position: unset;
        transform: unset;
        width: auto;
        font-size: unset;
        margin-top: 20px;
    }

    .mMod10 a {
        position: relative;
        display: block;
        width: 100%;
        box-sizing: border-box;
        padding: 14px 22px;
        font-size: 16px;
        line-height: unset;
    }

    .mMod10 a::before {
        display: none;
    }

    .mMod10 a::after {
        content: url(../images/ico_mod10.png);
        position: absolute;
        top: 14px;
        right: 22px;
        transform: scale(.6);
    }

    /* 푸터 */
    .mMod6 {
        text-align: center;
        color: #fff;
        padding: unset;
        padding-top: 30px;

        font-size: 1rem;
    }

    .mMod6 .tit,
    .mMod6 .txt {
        line-height: unset;
    }

    .mMod6 .tit {
        display: block;
    }

    .mMod6 .tit .tel {
        position: relative;
        display: block;
        color: unset;
        border: 1px solid #fff;
        width: 100%;
        padding: 10px 0;
        border-radius: 20px;
        margin-top: 15px;
        font-size: unset;
    }

    .mMod6 .tit .tel::before {
        position: absolute;
        transform: scale(.4);
        top: 0;
        left: 3%;
    }

    .mMod6 .tit strong:nth-of-type(1) a::before {
        content: url(../images/ico_mod6_m.png);
        top: 1px;
        left: 3%;
    }

    .btn_QR {
        position: relative;
        width: 100%;
        border-radius: 20px;
    }

    .btn_QR::before {
        position: absolute;
        left: 20px;
        top: 50%;
        transform: translateY(-50%);
    }

    /* 슬라이드 사진 레이어 */
    .modBg {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        transform: none;
        width: 100%;
        height: 100%;
    }

    .modBg .swiper-container {
        width: 100%;
        height: 100vh;
        line-height: 100vh;
    }

    .modBg .swiper-slide {
        height: auto;
        overflow-y: auto;
    }

    .modBg .swiper-slide.swiper-slide-active {
        max-height: unset;
    }

    .slide-exit {
        top: 20px;
        left: 20px;
        z-index: 9999;
    }

    .modBg .swiper-button-next {
        top: 53px;
        right: 26px;
    }

    .modBg .swiper-button-prev {
        top: 53px;
        left: unset;
        right: 78px;
    }

    footer {
        position: relative;
        padding: 0 30px;
        box-sizing: border-box;
        padding-bottom: 80px;
    }

    footer .pbx {
        padding: unset;
        width: 100%;
    }

    #jsMod9 {
        height: 100%;
        background-color: #fff;
    }

    .qrpopup {
        top: 0;
        left: 0;
        transform: none;
        width: 100%;
        height: 100%;
        border-radius: 0;
    }

    .qrbx {
        width: 70%;
        padding: 20px 0;
        box-sizing: border-box;
        max-height: 100%;
    }

    .qrbx .mMod3 h2 {
        font-size: 25px;
    }

    .qrbx .mMod3::after {
        display: none;
    }

    .close2 {
        top: 30px;
        left: auto;
        right: 30px;
        transform: none;
        width: 40px;
        height: 40px;
    }


    @media only screen and (orientation:landscape) {
        .background {
            width: 50%;
            padding-top: 50%;
        }
    }


    @media only screen and (min-width:1024px) {
        .background {
            width: 50%;
            padding-top: 50%;
        }
    }
}