@charset "utf-8";
/*
* File       : style-andr.css
* Author     : IVYNET
* Guideline  :
*
*
* SUMMARY:
*     1) Popup slider custom
*     2) Slider Arrow
*
*/

/* **************************************** *
* Popup slider custom
* **************************************** */

.modal .slick-prev {
    position: absolute;
    top: 45%;
    left: 0;
}

.modal .slick-next {
    position: absolute;
    top: 45%;
    right: 0;
}

.modal .slick-prev {
    color: #333;
    background-image: url(../images/CAPPUCCINO-icon08-1.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center;
    margin-left: 1em;
    opacity: 0.6;
    font-size: 10px;
    text-indent: -9999px !important;
    min-width: 40px;
    min-height: 40px;
}

.modal .slick-next {
    color: #333;
    background-image: url(../images/CAPPUCCINO-icon06-1.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center;
    opacity: 0.6;
    font-size: 10px;
    text-indent: -9999px !important;
    min-width: 40px;
    min-height: 40px;
}

.modal .slick-prev:hover {
    background-image: url(../images/CAPPUCCINO-icon09-1.png);
}

.modal .slick-next:hover {
    background-image: url(../images/CAPPUCCINO-icon07-1.png);
}

@media only screen and (max-width: 850px) {
    .modal .slick-prev {
        color: #333;
        background-size: auto 100%;
        background-position: center;
    }

    .modal .slick-next {
        color: #333;
        background-size: auto 100%;
        background-position: center;
    }
}

/** 호텔 커스텀 **/
.header, .header-wrapper {
    z-index: 5 !important;
}

footer#footer {
    z-index: 5 !important;
}

div.slider-text-box {
    cursor: pointer;
}

.modal {
    z-index: 999 !important;
    max-width: 640px !important;
    width: 100% !important;
    background: #000 !important;
    padding: 0px !important;
    height: 100vh;
    vertical-align: bottom !important;
    box-shadow: none !important;
    border-radius: 0px !important;
    overflow-y: hidden;
}

.admin-bar .modal {
    height: calc(100vh - 32px);
}

@media only screen and (max-width: 850px) {
    .modal, .admin-bar .modal {
        height: 100vh;
        overflow-y: auto;
    }

}

.modal .text-box {
    padding: 100px 35px 0px;
    max-height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.modal p, .modal li {
    color: #fff;
    font-weight: 400;
}

.modal .text-box p:nth-last-child(1) {
    padding-bottom: 30px;
}

.modal a.close-modal {
    top: 2% !important;
    left: 5% !important;
}

.modal ul {
    margin-left: 25px;
    text-align: left;
    margin-top: 30px;
    margin-bottom: 30px;
}

.modal ul li {
    margin-bottom: 3px;
    width: 100%;
    float: left;
}

ul.hours-st {
    margin: auto;
    width: auto;
    display: inline-block;
    list-style: none;
    vertical-align: top;
}

ul.hours-st li {
    float: none;
}

.modal .text-box p {
    max-width: 100% !important;
}

.w3-content.w3-display-containe.post-images {
    position: relative;
    background-color: transparent;
    max-height: 300px;
    height: 100%;
}

.modal .post-images img {
    width: auto;
    margin: auto;
    max-height: 300px;
}

@media only screen and (max-width: 550px) {
    .modal .post-images img {
        margin-top: 0px;
    }
}

.modal .post-images img.active {
    display: block;
}

.modal#post-popup {
    text-align: center !important;
}

.modal#post-popup p {
    margin-bottom: 0 !important;
}

.modal a.close-modal {
    background-image: url(../images/CAPPUCCINO-icon01.png) !important;
    background-size: 30px !important;
}

.blocker {
    z-index: 999 !important;
}

.jquery-modal.blocker.current {
    background-color: transparent;
    padding: 0px;
}

#post-popup h2.post-title {
    color: #fff;
}

.postid-5508 .modal h2.uppercase:after, 
.postid-4605 .modal h2.uppercase:after,
.postid-6748 .modal h2.uppercase:after {
    content: "- PRECYCLE ROOM -";
    display: block;
    font-size: 20px;
    margin-top: 10px;
}
/* 20231201 1608 room UPCYCLE ROOM change - won@ivynet.co.kr */
.postid-3929 .modal h2.uppercase:after,
.postid-5042 .modal h2.uppercase:after,
.postid-6768 .modal h2.uppercase:after {
    content: "- UPCYCLE ROOM -";
    display: block;
    font-size: 20px;
    margin-top: 10px;
}

#room-modal ol li {
    text-align: left;
    list-style: upper-roman;
    padding-left: 10px;
}

#room-modal li {
    text-align: left;
}

#room-modal h3, #food-drink h3 {
    margin-top: 50px;
    color: #fff;
    font-size: 20px;
}

#room-modal h3:after {
    content: "";
    width: 80px;
    display: block;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.8);
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
}

#room-modal ol {
    margin-left: 23px;
}

iframe {
    max-height: 350px;
    margin-bottom: 30px;
}

.contents-modal p, .contents-modal, .contents-modal li, .contents-modal ol {
    font-size: 15px;
    font-weight: 400;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .modal p, .modal li {
        font-weight: 400;
    }
}

/* 커스텀 슬라이드 시작 */
.ctm-post-slide .post-item-slide {
    width: calc(33% - 1.2%);
    display: inline-block;
    margin-right: 2%;
}

.ctm-post-slide .post-item-slide:nth-child(4) {
    margin-right: 0px;
}

.ctm-post-slide .post-slide-box {
    background-image: url(../images/6z2a9267.jpg);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vw;
    max-width: 343px;
    max-height: 343px;
    vertical-align: middle;
    transform: translateZ(0);
    position: relative;
    margin: auto;
    margin-bottom: 20px;
}

.ctm-post-slide h5.post-slide-title {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
    vertical-align: middle;
    text-align: center;
    font-size: 36px;
    padding: 0px 20px;
    color: #fff;
    margin: 0;
}

.ctm-post-slide p.post-slide-excerpt {
    max-width: 100%;
    font-size: 16px;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.3;
    height: 24px;
    word-wrap: break-word;
    display: -webkit-box;
    color: #fff;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.ctm-post-slide button.post-slide-button {
    width: 100%;
    max-width: 100%;
    margin-top: 0px;
    font-size: 16px;
    font-family: "alsina_ultrajada" !important;
    font-weight: 200;
    letter-spacing: 0px;
    text-decoration: underline;
    color: #a8a4e0;
}

.ctm-post-slide .flickity-page-dots {
    left: 0;
    right: 0;
}

.ctm-post-slide .flickity-page-dots .dot.is-selected {
    background-color: #fff;
}

.ctm-post-slide .flickity-page-dots {
    bottom: -25px !important;
}

.ctm-post-slide .flickity-page-dots .dot {
    background-color: #fff;
    border: none;
}

.ctm-post-slide .flickity-prev-next-button.previous {
    background-image: none;
    left: -20px;
    top: 50%;
    -ms-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
    width: 100px;
    height: 100px;
    opacity: 1;
    background-color: transparent;
}

.ctm-post-slide .flickity-prev-next-button.next {
    background-image: none;
    right: -35px;
    top: 50%;
    -ms-transform: translate(50%, -50%) !important;
    transform: translate(50%, -50%) !important;
    width: 100px;
    height: 100px;
    opacity: 1;
    background-color: transparent;
}

/* 커스텀 슬라이드 끝 */
/* 팝업 테이블 시작 */
table.popup-table {
    border: 1px solid #fff;
}

.popup-table td {
    color: #fff;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    padding: 15px !important;
    line-height: 1.2;
}

.popup-table td:nth-last-child(1) {
    border-right: none;
}

.popup-table tr:nth-last-child(1) td {
    border-bottom: none;
}

/* 팝업 테이블 끝 */
html:lang(ko-KR) span.jp-display {
    display: none;
}
html:lang(en-US) span.ko-display, html:lang(en-US) span.jp-display {
    display: none;
}
html:lang(jp) span.ko-display {
    display: none;
}
.jc-bs3-container.container {
    width: 300px !important;
}

/* **************************************** *
* Slider Arrow
* **************************************** */

/* 
@media screen and (min-width: 851px){
    html .navigation-post .next-prev-nav .nav-prev a:before {
        content: '';
        width: 65px;
        height: 187px;
        background-image: url('https://hotelcappuccino.wowbiz.net/2019/09/big_arrow.png') !important;
        background-size: 131px auto;
        background-position: top left;
        background-repeat: no-repeat;
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translate3d(0, -50%, 0);
        -ms-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
    }
    html .navigation-post .next-prev-nav .nav-prev a:hover:before, html .navigation-post .next-prev-nav .nav-prev a:focus:before{
        background-position: top right;
    }

    html .navigation-post .next-prev-nav .nav-next a:after {
        content: '';
        width: 65px;
        height: 187px;
        background-image: url('https://hotelcappuccino.wowbiz.net/2019/09/big_arrow.png') !important;
        background-size: 131px auto;
        background-position: bottom left;
        background-repeat: no-repeat;
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translate3d(0, -50%, 0);
        -ms-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
    }

    html .navigation-post .next-prev-nav .nav-next a:hover:after, html .navigation-post .next-prev-nav .nav-next a:focus:after{
        background-position: bottom right;
    }
}
*/

