/* BASIC css start */
/* ±âÁ¸ ½ºÅ¸ÀÏ */
.item-wrap {overflow: visible; width:1200px;padding: 35px 0 0;margin: 0 auto;min-width: 1200px;}

/* ¸ÞÀÎ ·Ñ¸µ ¹è³Ê */
.sliderWrap {position:relative;min-width:1200px;height: 700px;overflow:hidden;}
.sliderWrap .sliderArea {margin-left:-1500px;position:absolute;top:0;left:50%;width:3000px;text-align: center;}
.sliderArea .bx-controls { position:relative;}
.sliderArea .bx-pager{position:absolute;bottom: 23px;left:50%;right:0;z-index:60;text-align:center; font-size:16px; background:rgba(0,0,0,0.5);color:#fff;width:115px;height:38px;margin-left:-57px;border-radius:18px;line-height:38px;}
.sliderArea .bx-pager-item{transition:all 0.3s ease;-webkit-transition:all 0.3s ease;display:inline-block;position:relative;}
.sliderArea .bx-pager-link{display:inline-block;width: 13px;height: 13px;font-size:0;margin: 0 5px;background-color: #2e2e2e;border-radius: 10px;}
.sliderArea .bx-pager-link.active{background-color: #fff;}
.sliderArea .bx-controls-direction {position:absolute;top:0;z-index:60;text-align:center;width: 100%;}
.sliderArea .bx-prev, .sliderArea .bx-next{position:absolute;top:-53px;text-align:center;font-size: 20px;display:inline-block;transition:all 0.3s ease;-webkit-transition:all 0.3s ease;color:#fff;}
.sliderArea .bx-prev{left: 48%;margin-left: 10px; }
.sliderArea .bx-next{right: 48%;margin-right: 6px;}
.sliderArea .bx-controls-direction a.bx-prev:hover, .sliderArea .bx-controls-direction a.bx-next:hover {opacity:0.6}

/* »óÇ° Å¸ÀÌÆ² */
.h_title h3 { text-align:center; font-size: 28px; color:#2e2e2e; margin: 40px; }

.item-wrap .item-cont2 {overflow: hidden; margin-left:-20px;}
.item-wrap .item-cont2 .item-list {float:left;width: 285px; margin: 0 0 30px 20px;}
.item-wrap .item-cont2 .item-list .thumb { position: relative; }
.item-wrap .item-cont2 .item-list .thumb a { display:block; overflow:hidden }
.item-wrap .item-cont2 .item-list .thumb a img { width:100%;-webkit-transition: -webkit-transform 0.5s ease;transition:transform 0.5s ease;}
.item-wrap .item-cont2 .item-list .thumb a:hover img {-webkit-transform: scale(1.15);transform: scale(1.15) }
.item-wrap .item-cont2 .item-list .thumb .clChip {margin-top:5px; }
.item-wrap .item-cont2 .item-list .thumb .clChip span {display: inline-block;width: 14px;height: 4px;}

/* ÀÌ¹ÌÁö °íÁ¤ ¹è³Ê */
.fixed-img-banner { position: relative; height: 600px; text-align:center; background: url('/design/jewoo/12923/tem162/fixban1.jpg'); overflow: hidden; }
.fixed-img-banner .special_link {width: 1300px; margin: 50px auto 0;}
.fixed-img-banner ul li {display:inline-block; text-align:center; margin-right:40px;}
.fixed-img-banner ul li.lastchild img{margin-right:0;}
.fixed-img-banner .inner .t2 {width: 1000px; margin: -180px auto 0; text-align:left; }
.fixed-img-banner .inner .t2 a { display:inline-block; font-size: 20px; color: #504e4e; border:1px solid #504e4e; padding:130px 130px; font-weight: bold;}
.fixed-img-banner .inner .t2 a:hover { background-color:rgb(255,255,255,0.3)}
.fixed-img-banner .inner .t3 {width: 1000px; margin: -285px auto 0; text-align:right; }
.fixed-img-banner .inner .t3 a { display:inline-block; font-size: 20px; color: #504e4e; border:1px solid #504e4e; padding:130px 130px; font-weight: bold;}
.fixed-img-banner .inner .t3 a:hover { background-color:rgb(255,255,255,0.3)}
.fixed-img-banner .inner .t4 {width: 1700px; margin: -287px auto 0; text-align:right; }
.fixed-img-banner .inner .t4 a { display:inline-block; font-size: 20px; color: #504e4e; border:1px solid #504e4e; padding:130px 114px; font-weight: bold;}
.fixed-img-banner .inner .t4 a:hover { background-color:rgb(255,255,255,0.3)}
.fixed-img-banner .inner .t6 {width: 1690px; margin: -289px auto 0; text-align:left; }
.fixed-img-banner .inner .t6 a { display:inline-block; font-size: 20px; color: #504e4e; border:1px solid #504e4e; padding:118px 68px; font-weight: bold; text-align: center; }
.fixed-img-banner .inner .t6 a:hover { background-color:rgb(0,0,0,0.1) }

/* SPEICAL ITEM */
#specialWrap {width:1200px; margin:120px auto; }


/* ===========================================
   ó¬ THIS WEEK YOUTUBE - ÀÚµ¿È­ ½ºÅ¸ÀÏ
   =========================================== */

/* YouTube ¼½¼Ç ÀüÃ¼ */
.weekyoutube {
    width: 100%;
    padding: 60px 0 80px;
    background: #fff;
    margin: 0 auto;
}

/* YouTube ±×¸®µå ÄÁÅ×ÀÌ³Ê */
.youtube-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    padding: 0 20px;
}

/* °¢ ¿µ»ó ¾ÆÀÌÅÛ */
.youtube-video-item {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 0.6s ease forwards;
}

.youtube-video-item.loaded {
    opacity: 1;
    transform: translateY(0);
}

.youtube-video-item:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}

/* ¿µ»ó ·¡ÆÛ (16:9 ºñÀ² À¯Áö) */
.video-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 ºñÀ² */
    height: 0;
    overflow: hidden;
    background: #000;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

/* ¿µ»ó Á¤º¸ */
.video-info {
    padding: 20px;
    background: #fff;
}

.video-title {
    font-size: 16px;
    font-weight: 600;
    color: #2e2e2e;
    margin: 0 0 8px 0;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.video-date {
    font-size: 13px;
    color: #999;
    margin: 0;
}

/* ·Îµù ¸Þ½ÃÁö */
.loading-message {
    grid-column: 1 / -1;
    text-align: center;
    padding: 60px 20px;
    font-size: 18px;
    color: #666;
}

.loading-message p {
    margin: 15px 0 0 0;
    animation: pulse 1.5s ease-in-out infinite;
}

/* ·Îµù ½ºÇÇ³Ê */
.spinner {
    width: 40px;
    height: 40px;
    margin: 0 auto 10px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #e74c3c;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* ¿¡·¯ ¸Þ½ÃÁö */
.error-message {
    grid-column: 1 / -1;
    text-align: center;
    padding: 60px 20px;
    background: #f9f9f9;
    border-radius: 12px;
}

.error-message p {
    margin: 0;
}

.error-message a {
    color: #e74c3c;
    text-decoration: underline;
    font-weight: 600;
}

.error-message a:hover {
    color: #c0392b;
}

/* ÆäÀÌµå ÀÎ ¾Ö´Ï¸ÞÀÌ¼Ç */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ÆÞ½º ¾Ö´Ï¸ÞÀÌ¼Ç (·Îµù) */
@keyframes pulse {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
}

/* ¹ÝÀÀÇü µðÀÚÀÎ */
@media (max-width: 1024px) {
    .youtube-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .weekyoutube {
        padding: 40px 0 60px;
    }
    
    .youtube-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 0 15px;
    }
    
    .video-info {
        padding: 15px;
    }
    
    .video-title {
        font-size: 15px;
    }
    
    .h_title h3 {
        font-size: 24px;
        margin: 30px 0;
    }
}

@media (max-width: 480px) {
    .video-title {
        font-size: 14px;
    }
    
    .video-date {
        font-size: 12px;
    }
    
    .h_title h3 {
        font-size: 20px;
    }
}

/* ¿µ»ó ¾ÆÀÌÅÛ ¼øÂ÷ ¾Ö´Ï¸ÞÀÌ¼Ç */
.youtube-video-item:nth-child(1) { animation-delay: 0.1s; }
.youtube-video-item:nth-child(2) { animation-delay: 0.2s; }
.youtube-video-item:nth-child(3) { animation-delay: 0.3s; }
.youtube-video-item:nth-child(4) { animation-delay: 0.4s; }
.youtube-video-item:nth-child(5) { animation-delay: 0.5s; }
.youtube-video-item:nth-child(6) { animation-delay: 0.6s; }


/* BASIC css end */

