<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* S: k멤버스-숨김콘텐츠 */
.test {
    display: none !important;
}
/* E: k멤버스-숨김콘텐츠 */


/*  B2C css overwrite Start */
.menu-all-wrap { position:absolute; max-height:calc(100vh - 100px) }
.header .gnb li {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 25px;
    cursor: pointer;
}
.footer-sns { display:none }
/*.detail .item-text { padding-right:0 }*/
/*.detail .item-func { display:none }*/
.detail .item-func{
    display:flex;
    align-items: center;
    justify-content: space-between ;
    position:absolute;
    right:0;
    bottom:10px;
    width:72px;
}

@media (max-width:720px) {
  html, body { min-width:100% }
  .footer {
      padding-bottom: 30px;
  }
  .menu-all-wrap { position:fixed }
}
/* //End :B2C css overwrite */

/* S: 헤더 */
.header {
  border-top: 1px solid #e5e5e5;
}
.multimall-util {
  width: 100%;
  height: 35px;
  background-color: #F8F8F8;
}
.multimall-util .inner {
  width: 1180px;
  height: 100%;
  margin: 0 auto;
}
.multimall-util .util-txt {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  font-size: 12px;
    font-weight: 400;
  letter-spacing: -0.48px;
  color: #888;
}
.multimall-logo {
  height: 100px;
}
.multimall-logo .inner {
    display: flex;
    align-items: center;
    width: 1180px;
    height: 100%;
    margin: 0 auto;
}
.multimall-logo .logo {
    width: 125px;
    height: 40px;
    margin-right: 20px;
    background: url(/resources/images/multimall/logo-kyowontour.svg) no-repeat center / contain;
    text-indent: -999em;
    cursor: pointer;
}
.multimall-logo .logo a {
    display: block;
    height: 100%;
}
.multimall-logo .agency-info {
    padding-top: 4px;
}
.multimall-logo .agency-info .official {
    font-size: 14px;
    font-weight: 400;
}
.multimall-logo .agency-info .name {
    font-size: 16px;
    font-weight: 700;
}
.multimall-logo .info-service {
    display: flex;
    align-items: center;
    margin-left: auto;
    color: #fff;
}
.multimall-logo .info-service .util-tel-number {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 34px;
    margin-right: 10px;
    padding: 0 13px;
    border-radius: 100px;
    background-color: #2F2F2F;
    color: #fff;
    -webkit-text-fill-color: #fff;
    font-size: 16px;
    font-weight: 400;
}
.multimall-logo .info-service .util-tel-number:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 7px;
    background: url(/resources/images/multimall/ico-telephone.svg) no-repeat center / contain;
}
.multimall-logo .info-service .sns-kakao {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 34px;
    padding: 0 13px;
    border-radius: 100px;
    background-color: #FEE500;
    color: #3C1E1E;
    font-size: 16px;
    font-weight: 400;
}
.multimall-logo .info-service .sns-kakao a {
    color: #3C1E1E;
}
.multimall-logo .info-service .sns-kakao:before {
    content: "";
    display: inline-block;
    width: 21px;
    height: 19px;
    margin-right: 5px;
    background: url(/resources/images/multimall/ico-kakakotalk.svg) no-repeat center / contain;
}
.multimall-util .emphasis {
  color: #E53E30;
}
.multimall-logo .go-to-kmembers {
  margin-top: 30px;
  color: #666;
  font-size: 16px;
  letter-spacing: -0.64px;
}
.header.multimall .inner {
  height: 60px;
}
.header.multimall .inner nav {
  flex: unset;
}
.header.multimall .gnb,
.header.multimall .util {
  align-items: center;
    height: 100%;
}
.header.multimall .util a {
  color: #1c1c1c;
  font-size: 18px;
}
.header.multimall .util a:hover {
  font-weight: 700;
  text-decoration: unset;
}
.header.multimall .menu-all-wrap {
  top: -41px;
}
.menu-all-wrap .inner-wrap:before {
  content: unset;
}
/* E: 헤더 */

/* S: 마스터메인 */
.display-list-row .dtl-item .btn-wrap {
    min-width: unset;
}
/* E: 마스터메인 */




@media screen and (max-width: 720px) {
  /* S: 헤더 */
  .multimall-util .inner {
    width: 100%;
  }
  .multimall-util .util-txt {
    justify-content: center;
  }
  .multimall-logo {
      align-items: center;
    height: 50px;
  }
  .multimall-logo .inner {
    width: 100%;
    padding: 0 20px;
  }
  .multimall-logo .logo {
    width: 108.5px;
    height: 32.5px;
    margin-right: 15px;
  }
    .multimall-logo .agency-info .official {
        font-size: 10px;
    }
    .multimall-logo .agency-info .name {
        font-size: 12px;
    }
    .multimall-logo .info-service .util-tel-number {
        height: 22px;
        margin-right: 5px;
        padding: 0 12px;
        color: #fff;
        -webkit-text-fill-color: #fff;
        font-size: 12px;
    }
    .multimall-logo .info-service .util-tel-number:before {
        width: 12px;
        height: 12px;
        margin-right: 6px;
    }
    .multimall-logo .info-service .sns-kakao {
        height: 22px;
        padding: 0 12px;
        font-size: 12px
    }
    .multimall-logo .info-service .sns-kakao:before {
        width: 16px;
        height: 14px;
        margin-right: 3px;
    }
    .footer-cont {
        padding: 30px 25px 0;
    }
  .header.multimall .inner {
    justify-content: space-between;
    align-items: center;
  }
  .header.multimall .menu-all-wrap {
    top: 0;
  }
  .wrap .header .btn-allmenu, .wrap.main .header.fix .btn-allmenu {
    width: 35px;
    margin-right: 15px;
  }
  .btn-menu-home {
    width: 39px;
    height: 29px;
    background: url(/resources/images/icon_home.png) no-repeat center / contain;
  }
  .header.multimall .menu-all-wrap .area-menu .func-l * + * {
    margin-left: 10px;
  }
  .header.multimall .menu-all-wrap .area-menu .func-l .btn-login:before {
    background-size: 21px auto;
  }
  .header.multimall .menu-all-wrap .area-menu .func-l .btn-search-booking:before {
    background: url(/resources/images/ico-search-booking-mo.svg) 50% 50%/17px auto no-repeat;
  }
  .header.multimall .menu-all-wrap .area-menu .func-l .btn-go-kmembers:before {
    background: url(/resources/images/ico-go-kmembers-mo.svg) 50% 50%/22.5px auto no-repeat;
  }
  /* E: 헤더 */

  /* S: 상품상세 */
  .detail .option-area {
      height: 410px;
  }
  /* E: 상품상세 */

    /* S: 메인 dsp-main-sc2 */
    .dsp-main-sc2 {

    }
    .dsp-main-sc2 .list-item {
        position: relative !important;
        top: unset !important;
        bottom: unset !important;
        left: unset !important;
        right: unset !important;
        width: 200px !important;
        margin: 0 20px 0 0 !important;
        padding: 0 !important;
        overflow: hidden;
    }
    .dsp-main-sc2 .list-item:last-child {
        margin-right: 0 !important;
    }
    .dsp-main-sc2 .list-item .item-img {
        width: 200px !important;
        height: 200px !important;
    }
    .dsp-main-sc2 .list-item .item-info {
        position: relative !important;
        top: unset !important;
        bottom: unset !important;
        left: unset !important;
        right: unset !important;
    }
    .dsp-main-sc2 .list-item:nth-child(2n-1) .item-img {
        border-radius: unset;
    }
    .dsp-main-sc2 .list-item:nth-child(2n) .item-img {
        border-radius: 100px;
    }
    .dsp-main-sc2 .slide_rolling {
        padding-bottom: 13px;
    }

    /* E: 메인 dsp-main-sc2 */
}




</pre></body></html>