<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* BASIC css start */
#header {
    border-bottom: 0 !important;
}

#header.fixed,
#header.state-login.fixed {
    border-bottom: 1px solid var(--000) !important;
}   
#mainBnr img {
    width: 100%;
}
 
#mainBnr .swiper-button-next,
#mainBnr .swiper-button-prev {
    top: 50% !important;
    transform: translateY(-50%);
    margin-top: 0 !important;
}

#mainBnr .swiper-button-next::after,
#mainBnr .swiper-button-prev::after {
    display: none;
}

#mainBnr:hover .swiper-button-next,
#mainBnr:hover .swiper-button-prev {
    opacity: 1;
}

#mainBnr .swiper-button-prev {
    left: 7%;
}


#mainBnr .swiper-button-next {
    right: 7%;
}

#mainBnr .swiper-pagination {
    bottom: 0 !important;
    left: 0;
    right: 0;
    width: calc(100% - 30px);
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    /* 페이지네이션을 꽉 채우기 위해 추가 */
}

#mainBnr .swiper-pagination .swiper-pagination-bullet {
    background: var(--000);
    opacity: 0.2;
    border-radius: 0;
    margin: 0;
    height: 1px;
    width: auto;
    /* 기본 너비 초기화 */
    flex-grow: 1;
    /* 유연한 너비를 허용 */
}

#mainBnr .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
}


#mainBnr .txt {
    text-align: center;
    padding: 25px 0;
}

#mainBnr .txt h1 {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

#mainBnr .txt p {
    font-size: 12px;
    margin-top: 10px;
    line-height: 1.5;
}
.banner {
    margin: 25px auto 0;
    position: relative;
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 1s ease-out, transform 1s ease-out;
}
.banner.flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.banner &gt; a {
    flex: 1;
}
.banner img {
    transition: transform 0.3s ease; 
    width: 100%;
} 

.banner .left,
.banner .right {
    flex: 1;
    overflow: hidden;
}
 
.banner .txt {
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}
.banner .txt h1 {
    color: var(--fff);
    font-weight: 700;
    font-size: 18px;
}

.banner .txt p {
    color: var(--fff);
    font-size: 11px;
    line-height: 1.55;
    margin-top: 10px;
}
.mainTitle {
    position: relative;
    margin: 40px 15px 15px;
}

.mainTitle h1 {
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
}

.mainTitle a {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px;
}

.item-wrap-slide {
    overflow-x: hidden;
    margin-bottom: 40px;
    margin-left: 15px;
}

.item-wrap-slide .swiper-container {
    padding-bottom: 18px !important;
    width: 93%;
    padding-right: 7%;
    overflow: visible;
}

.item-wrap-slide .swiper-container .swiper-pagination {
    bottom: 0 !important;
    left: 0;
    right: 0;
}

.item-wrap-slide .swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 8px !important;
    height: 8px !important;
    margin: 0 4px !important;
    background: #eaeaea !important;
    opacity: 1 !important;
}

.item-wrap-slide .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
    background: var(--000) !important;
}


.item-wrap-slide .swiper-container .swiper-slide {}


.item-wrap-slide .collection_slide.swiper-container {
    padding-bottom: 18px !important;
    width: 69%;
    padding-right: 31%;
    overflow: visible;
}

.item-wrap-slide .collection_slide.swiper-container .swiper-slide {margin-bottom:25px;}

.item-wrap-slide .collection_slide.swiper-container .swiper-pagination {
    bottom: 0 !important;
}

.item-wrap-slide .collection_slide.swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 8px !important;
    height: 8px !important;
    margin: 0 4px !important;
    background: #eaeaea !important;
    opacity: 1 !important;
}
.item-wrap-slide .collection_slide.swiper-container .swiper-pagination .swiper-pagination-bullet-active {
    background: var(--000) !important;
}

    
.subject {}

.subject a {
    font-size: 14px;
    font-weight: 600;
}
.sub-subject {
    margin-top: 5px;
}

.sub-subject a {
    font-size: 12px;
    color: #000;
}
  

.tabs {
    list-style-type: none;
    padding: 0;
    display: inline-flex;
    cursor: pointer;
    margin-left: 15px;
    margin-top: -5px;
    margin-bottom: 15px;
}

.tab-link {
    padding: 2px 0;
    font-size: 13px;
    color: #666;
    flex-grow: 1;
    text-align: center;
    margin-right: 15px;
}

.tab-link:hover {
    color: var(--000);
}

.tab-link.active {
    color: var(--000);
    font-weight: 700;
    border-bottom: 1px solid var(--000);
}

.tab-content {
    display: none; 
}

.tab-content.active {
    display: block;
}
/* 한글 */


/* BASIC css end */


/* BASIC css end */


/* BASIC css end */


/* BASIC css end */


/* BASIC css end */


/* BASIC css end */

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