/* Slider */
.app-smart-popup-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
    background: #ffffff;
}
.app-smart-popup-slider-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.app-smart-popup-slider-list:focus {
    outline: none;
}
.app-smart-popup-slider-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.app-smart-popup-slider .app-smart-popup-slider-track,
.app-smart-popup-slider .app-smart-popup-slider-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.app-smart-popup-slider-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.app-smart-popup-slider-track:before,
.app-smart-popup-slider-track:after {
    display: table;
    content: '';
}
.app-smart-popup-slider-track:after {
    clear: both;
}
.slick-loading .app-smart-popup-slider-track {
    visibility: hidden;
}
.app-smart-popup-slider-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .app-smart-popup-slider-slide {
    float: right;
}
.app-smart-popup-slider-slide img {
    display: block;
}
.app-smart-popup-slider-slide.slick-loading img {
    display: none;
}
.app-smart-popup-slider-slide.dragging img {
    pointer-events: none;
}
.app-smart-popup-slider-initialized .app-smart-popup-slider-slide {
    display: block;
}
.slick-loading .app-smart-popup-slider-slide {
    visibility: hidden;
}
.slick-vertical .app-smart-popup-slider-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.app-smart-popup-slider-arrow.slick-hidden {
    display: none;
}
@charset 'UTF-8';
/* Slider */
.slick-loading .app-smart-popup-slider-list {
    background: #ffffff url('//file.cafe24cos.com/common-lib/slick/1.8.1/css/ajax-loader.gif') center center no-repeat;
}
/* Icons */
@font-face {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('//file.cafe24cos.com/common-lib/slick/1.8.1/css/fonts/slick.eot');
    src: url('//file.cafe24cos.com/common-lib/slick/1.8.1/css/fonts/slick.eot?#iefix') format('embedded-opentype'), url('//file.cafe24cos.com/common-lib/slick/1.8.1/css/fonts/slick.woff') format('woff'), url('//file.cafe24cos.com/common-lib/slick/1.8.1/css/fonts/slick.ttf') format('truetype'), url('//file.cafe24cos.com/common-lib/slick/1.8.1/css/fonts/slick.svg#slick') format('svg');
}
/* Dots */
.app-smart-popup-slider-dotted.app-smart-popup-slider {
    margin-bottom: 0px;
}
.app-smart-popup-slider-dots {
    position: absolute;
    bottom: 15px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.app-smart-popup-slider-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.app-smart-popup-slider-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.app-smart-popup-slider-dots li button:hover,
.app-smart-popup-slider-dots li button:focus {
    outline: none;
}
.app-smart-popup-slider-dots li button:hover:before,
.app-smart-popup-slider-dots li button:focus:before {
    opacity: 1;
}
.app-smart-popup-slider-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.app-smart-popup-slider-dots li.app-smart-popup-slider-active button:before {
    opacity: .75;
    color: black;
}

/* APP4U-1482 */

    /* next/prev button */
    .app-smart-popup-slider-prev {
        left: 10px;
        background: url('//file.cafe24cos.com/common-lib/slick/1.8.1/css/images/controls.png') no-repeat 0 -32px;
    }
    .app-smart-popup-slider-prev:hover,
    .app-smart-popup-slider-prev:focus {
        background-position: 0 0;
    }
    .app-smart-popup-slider-next {
        right: 10px;
        background: url('//file.cafe24cos.com/common-lib/slick/1.8.1/css/images/controls.png') no-repeat -43px -32px;
    }
    .app-smart-popup-slider-next:hover,
    .app-smart-popup-slider-next:focus {
        background-position: -43px 0;
    }
    .app-smart-popup-slider-arrow {
        position: absolute;
        top: 50%;
        margin-top: -16px;
        outline: 0;
        width: 32px;
        height: 32px;
        text-indent: -9999px;
        z-index: 9999;
        border: 0;
    }

    /* before sliding hidden */
    .app-smart-popup-slider {
        opacity: 0;
    }
    .app-smart-popup-slider-initialized {
        opacity: 1
    }

    /* sslee01 */
    .app-smart-popup-slider .app-smart-popup-slider-track {
        display: flex;
    }
    .app-smart-popup-slider-slide {
        flex: 1;
        height: auto;
    }
    .app-smart-popup-slider-slide > div, .app-smart-popup-slider-slide > div {
        height: 100%;
    }
    .smart-popup-img {
        display: flex !important;
        align-items: center;
        justify-content: center;
        height: 100%;
    }

    .app-smart-popup-slider-dots{
        bottom:20px;
    }
    .app-smart-popup-slider-dots li{
        height:auto;
        margin:0 6px;
        width:auto;
    }
    .app-smart-popup-slider-dots li button{
        background-color:#404040;
        border-radius:50%;
        height:10px;
        opacity:.3;
        padding:0;
        width:10px;
    }
    .app-smart-popup-slider-dots li.app-smart-popup-slider-active button{
        opacity:1;
    }
    .app-smart-popup-slider-dots.app-smart-popup-bar li button{
        border-radius:0;
        height:5px;
        width:20px;
    }
    .app-smart-popup-slider-dots li button:before{
        display:none;
    }
/* APP4U-1482 */

/* pro */
.app-smart-popup.pro { position:fixed; top:auto; bottom:30px; left:40px; right:auto; min-width:360px; max-width:391px; margin:0 auto; border:1px solid #f0f0f0; border-radius:24px; box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.10); overflow:hidden; z-index:999; transform: translateY(120%); transition: transform 0.6s ease-out; transition-delay: 1s; }
.app-smart-popup.pro.mobile { bottom:0; left:0; right:0; max-width:440px; border:0; border-radius:12px 12px 0 0; box-shadow:none; }
.app-smart-popup.pro a { display:block; text-decoration:none; }
.app-smart-popup.pro .smart-popup-item { display:flex !important; min-height:231px; box-sizing:border-box; }
.app-smart-popup.pro .smart-popup-text { display:flex; flex-direction:column; align-items:flex-start; margin-top:40px; }
.app-smart-popup.pro .smart-popup-thumb { display:flex; align-items:center; margin-left:auto; padding-right:20px; }
.app-smart-popup.pro .smart-popup-thumb img { display:block; border:0; max-width:100%; }
.app-smart-popup.pro .smart-popup-thumb.bg { padding-right:0; align-items:none; }
.app-smart-popup.pro .smart-popup-title { margin:0 0 4px 0; margin-left:20px; line-height:26px; font-size:20px; font-weight:600; letter-spacing:-0.04em; color:#08122C; }
.app-smart-popup.pro .smart-popup-desc { display:block; margin:0 0 12px 20px; line-height:20px; font-size:14px; font-weight:300; letter-spacing:-0.028em; color:#08122C; }
.app-smart-popup.pro .smart-popup-link { display:flex; justify-content:center; align-items:center; gap:4px; margin-left:20px; padding:7px 13px; border-radius:20px; line-height:18px; font-size:12px; font-weight:600; text-align:center; background-color:#000; color:#fff; }
.app-smart-popup.pro .smart-popup-link.typeWhite { background-color:#fff; color:#000; }
.app-smart-popup.pro .smart-popup-link.typeWhite .arrow { filter: invert(1); }
.app-smart-popup.pro .smart-popup-btns { display:flex; justify-content:space-between; border:0; background-color:#fff; height:48px; padding:0 16px; overflow:hidden; }
.app-smart-popup.pro .smart-popup-btns button { float:none; width:auto; height:auto; padding:0; background-color:#fff; border:0; cursor:pointer; font-size:13px; outline:0; font-family:inherit; color:rgba(0, 0, 0, 0.54); }
.app-smart-popup.pro .smart-popup-btns button:hover { background:none; }
.app-smart-popup.pro .smart-popup-btns button.smart-popup-close { border:0; }
.app-smart-popup.pro .smart-popup-counter { position:absolute; top:10px; right:20px; padding:4px 6px; border-radius:20px; background-color:rgba(0, 0, 0, .4); font-size:12px; color:#fff; }
.app-smart-popup.pro .smart-popup-counter .current { font-weight:700; }
.app-smart-popup-dimmed { position:fixed; top:0; left:0; width:100%; height:100%; background-color:rgba(0, 0, 0, 0.5); opacity:0; z-index:998; transition: opacity 0.6s ease-out; transition-delay: 1s; }

/* 애니메이션 활성화 클래스 */
.app-smart-popup.active { transform: translateY(0); }
.app-smart-popup-dimmed.active { opacity: 1; }