/* BASIC css start */
/**** Main ****/

/* °øÁö»çÇ× */
.news {
    width: 100%;
    height: 40px;
    margin: 30px auto;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
}

.news .titleArea {
    float: left;
}

.news .text {
    float: left;
    margin: 10px 0 10px 30px;
    text-align: left;
}

.news .text a {
    height: 20px;
    font-size: 11px;
    line-height: 20px;
    color: #999;
}

.news .text a:hover {
    color: #777;
}


/* »ó´Ü ¹è³Ê */
.topBanner {
    clear: both;
    display: flex;
    align-items: stretch;
    width: 100%;
    height: 690px;
}

/* ¸ÞÀÎ ÇÁ·Î¸ð¼Ç ¹è³Ê ¹Ù·Î ´ÙÀ½¿¡ ¹èÄ¡µÉ ¶§ÀÇ °£°Ý */
.mainPromo + .topBanner {
    margin-top: 4px;
}

.topBanner .left {
    flex: 0 0 600px;
    width: 600px;
    height: 690px;
}

/*
 * ¿À¸¥ÂÊ 4°³ ¹è³Ê¸¦ 2¿­ ¡¿ 2ÇàÀ¸·Î °íÁ¤ÇÕ´Ï´Ù.
 * ¿ÞÂÊ ½½¶óÀÌµå¿ÍÀÇ °£°Ý 4px + ³»ºÎ ¿­ °£°Ý 4px¸¦ Á¤È®È÷ ºÐ¸®ÇÕ´Ï´Ù.
 */
.topBanner .right {
    display: flex;
    flex: 0 0 600px;
    flex-direction: column;
    gap: 4px;
    width: 600px;
    height: 690px;
    padding-left: 4px;
    box-sizing: border-box;
    overflow: hidden;
}

.slideshow-wrapper2 {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    text-align: left;
}

.slideshow-wrapper2 .vi {
    position: absolute;
    z-index: 1;
    float: left;
    width: 100%;
    height: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
}

.slideshow-wrapper2 .bak {
    position: absolute;
    display: none;
    float: left;
    width: 100%;
    height: 100%;
}

.slideshow-wrapper2 .btn {
    position: absolute;
    z-index: 30;
    float: left;
    width: 90px;
    height: 30px;
    margin: 630px 0 0;
}

.slideshow-wrapper2 .btn .btnbox {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
}

.slideshow-wrapper2 .btn .btnbox .bull {
    position: relative;
    float: left;
    width: 30px;
    height: 30px;
    margin-right: 0;
    background: url(/design/zavanas/onedesign/images/top_banner_btn_off.png) 0 0 no-repeat;
    cursor: pointer;
}

.slideshow-wrapper2 .btn .btnbox .bull.active {
    position: relative;
    float: left;
    width: 30px;
    height: 30px;
    margin-right: 0;
    background: url(/design/zavanas/onedesign/images/top_banner_btn_on.png) 0 0 no-repeat;
}

.topBanner .right > ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 4px;
    flex: 0 0 343px;
    width: 100%;
    height: 343px;
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
    list-style: none;
}

.topBanner .right > ul > li {
    float: none;
    min-width: 0;
    width: auto;
    height: 343px;
    margin: 0;
    padding: 0;
}

.topBanner .right > ul.first li {
    margin-bottom: 0;
}

.topBanner .right > ul > li a,
.topBanner .right > ul > li a img {
    display: block;
    line-height: 0;
}

.topBanner .right > ul > li a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* ÀÌº¥Æ® */
.eventView {
    position: relative;
    clear: both;
    width: 100%;
}

.eventInner {
    padding-top: 60px;
}

.eventView .titleArea {
    margin-bottom: 10px;
}

.eventView .btn {
    position: absolute;
    top: 62px;
    right: 0;
    z-index: 2;
    border: 2px solid #000;
    background: #000;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.eventView .btn:hover {
    background: #fff;
}

.eventView .btn a {
    display: block;
    width: 166px;
    height: 31px;
    padding: 0 15px;
    font-size: 11px;
    line-height: 31px;
    color: #bebebe;
    background: url(/design/zavanas/onedesign/images/btn_arrow.png) 167px center no-repeat;
}

.eventView .btn a:hover {
    color: #000;
    background: url(/design/zavanas/onedesign/images/btn_arrow_on.png) 167px center no-repeat;
}

.eventView .text {
    clear: both;
    width: 100%;
}

.eventView .text:first-child {
    padding-top: 10px;
}

.eventView .text a {
    line-height: 20px;
    color: #777;
}

.eventView .text a:hover {
    color: #555;
}


/* ÀÌº¥Æ® ¹è³Ê */
.eventBanner {
    clear: both;
    width: 100%;
    padding-top: 4px;
}

.eventBanner li {
    margin: 0;
    padding: 0;
    line-height: 0;
}

.eventBanner img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
}

/* Ã¹ ¹è³Ê ´ÙÀ½¿¡ ³ëÃâµÇ´Â ¹è³Ê°¡ ÀÖÀ» °æ¿ì¿¡¸¸ 4px °£°Ý Àû¿ë */
.eventBanner li + li img:not(.hide-image) {
    margin-top: 4px;
}

.hide-image {
    display: none !important;
}


/* º£½ºÆ® ¾ÆÀÌÅÛ */
.flash_banner {
    position: relative;
    clear: both;
    width: 1200px;
    height: 490px;
    margin: 0 auto;
    *z-index: 10;
}

.flash_banner .flash_banner_body {
    position: absolute;
    float: left;
    width: 1200px;
    height: 490px;
    padding: 0;
    overflow: hidden;
}

.flash_banner .flash_banner_body > ul {
    position: absolute;
    float: left;
    width: 4000px;
    height: 490px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    list-style-type: none;
    zoom: 1;
}

.flash_banner .flash_banner_body > ul > li {
    position: relative;
    float: left;
    width: 290px !important;
    height: 490px;
    margin: 0 13px 0 0 !important;
    padding: 0;
    line-height: 0;
    overflow: visible;
}

.flash_banner .flash_banner_body li .thumbnail {
    padding: 0 !important;
}

.flash_banner .flash_banner_body li .thumb {
    width: 100%;
    height: auto;
}

.flash_banner .flash_banner_body li .button .likeButton {
    margin: 0 !important;
}

.flash_banner .flash_banner_body li .description {
    padding: 0 !important;
}

.flash_banner .btn {
    z-index: 11;
    cursor: pointer;
}

.flash_banner .btn_left {
    position: absolute;
    top: -84px;
    right: 30px;
    z-index: 12;
    width: 30px;
    text-align: center;
    cursor: pointer;
}

.flash_banner .btn_right {
    position: absolute;
    top: -84px;
    right: 0;
    z-index: 12;
    width: 30px;
    text-align: center;
    cursor: pointer;
}

.flash_banner .xans-product-optionpreview .prdOption .inner {
    height: 60px;
    overflow: scroll;
}

.flash_banner .xans-product-optionpreview .prdOption .close {
    top: 14px;
    right: 33px;
}


/* ¸ÞÀÎ ÇÁ·Î¸ð¼Ç ¹è³Ê */
.mainPromo {
    clear: both;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.mainPromo__wide {
    display: block;
    width: 100%;
    line-height: 0;
}

.mainPromo__wide + .mainPromo__wide {
    margin-top: 4px;
}

.mainPromo__wide img {
    display: block;
    width: 100%;
    height: auto;
}


/* Å¸ÀÓ¼¼ÀÏ ÇÏ´Ü Çà»ç ¹è³Ê: 4¿­ ¡¿ 2Çà */
.eventCategoryGrid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 4px;
    width: 100%;
    margin: 4px 0;
    padding: 0;
    list-style: none;
}

.eventCategoryGrid li {
    min-width: 0;
    margin: 0;
    padding: 0;
}

.eventCategoryGrid a {
    display: block;
    overflow: hidden;
    line-height: 0;
}

.eventCategoryGrid img {
    display: block;
    width: 100%;
    height: auto;
    transition: opacity 0.2s ease;
}

.eventCategoryGrid a:hover img {
    opacity: 0.82;
}

/* BASIC css end */

