<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* BASIC css start */
body #contentWrapper{
    padding-top: 124px;
    margin: 0;
}

.swiper.ytpSwiper{ max-width: 640px; width: 100%; height: 100vh; margin: 0 auto;}

.contentBoxList{
    max-width: 911px;
    width: 100%;
    margin: 0 auto;
}

.contentBox::after{
    content: '';
    display: block;
    width: 100%;
    padding-bottom: 179.912%;
}

.contentLink{
    display: flex;
    justify-content: center;
    padding: 50px 0 33px;
}

.contentLink a{
    font-size: 18px;
    padding: 0 30px 7px;
}

.contentLink .act{
    border-bottom: 3px solid #512772;

}

.ytpSwiper .swiper-wrapper{height: 100%;}

.ytpSwiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.ytpSwiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.videoContainer{
    width: 100%;
    height: 100%;
    position: relative;
}

.video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.target{
    background: url('//jstyle07.jpg3.kr/SITE/ECC/2023/overLayout.jpg') no-repeat center / contain;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 11%;
    width: 100%;
    height: 76%;
    transition: .3s;
}

.target.active{
    opacity: 1;
}

.ytp-expand-pause-overlay.ytp-shorts-mode .ytp-pause-overlay{
    display: none;
}

.ytpSwiper .swiper-pagination-bullet {
    background: #fff;
    opacity: 0.2;
}

.ytpSwiper .swiper-pagination-bullet-active {
    background: var(--swiper-pagination-bullet-inactive-color,#fff);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 1);
}

.closeBtn{
    position: absolute;
    top: 6%;
    right: 2.8%;
    width: 10%;
    z-index: 10;
    cursor: pointer;
    fill: #fff;
}

:root {
    --swiper-theme-color: #fff !important;
}
/* BASIC css end */

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