/* BASIC css start */
/* ÀÌ¹ÌÁö ¸Ê */
img[usemap] { border: none; height: auto; max-width: 100%; width: auto;}
img{ border: none; height: auto; max-width: 100%; width: auto;}
.evt_img { width: 100%; max-width: 1902px;  margin: 0 auto; position: relative;text-align: center; }


/* °øÅë */
#contentWrap { margin: 0px auto; text-align:center; width:1902px;}
.item-wrap {margin:0 auto;width: 100%;}
.item-wrap .dc {color: #ee0000!important;}
.pleasewait {border-radius: 0;}


/* ¸ÞÀÎ ÆäÀÌµå */
@keyframes fadeOn {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-filter: blur(10px);
    filter: blur(10px);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

/* Å¥·¹ÀÌ¼Ç °øÅë*/
.tab_content {width:1200px;  margin: 0 auto; padding-bottom:100px;}
.item-wrap .item-cont {display: flex;flex-direction: row;flex-wrap: wrap; gap:10px;}
.item-wrap .item-cont .item-list {width: calc(20% - 10px);padding-bottom: 40px;}
.item-wrap .item-cont .item-list .thumb img {border-radius: 15px;}
.prd-info > ul .prd-name { -webkit-line-clamp: 1;  -webkit-box-orient: vertical; }
.prd-info > ul .prd-price, .section_04 .prd-info > ul .prd-soldout, .section_04 .prd-info > ul .dc { font-size: 18px; font-weight: 600; display: inline-block; }
.prd-info > ul .prd-soldout { color: #c7c7c7; }
.rating-group.tiny > a{font-size: 13px; color:#c3c3c3;}


/* section_01 */
.section_01 {  position: relative; overflow:hidden;}
.section_01 .animated.ani2s { -webkit-animation-duration: 2s; animation-duration: 2s;}
.section_01 .fadeOn { -webkit-animation-name: fadeOn;animation-name: fadeOn;}
.section_01 .fadeInUp { -webkit-animation-name: fadeInUp; animation-name: fadeInUp;}
.section_01 .animated { -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both;}
.section_01 .tit{ position: absolute; top: 0; left: 0; width: 100%; z-index: 1; pointer-events: none;}
.section_01 .winter_slide .swiper-slide {transition-property: opacity !important;}
.section_01 .image-wrapper {position: absolute; display: inline-block; top: 0; z-index: 10;}

/* ´«¼ÛÀÌ */
.section_01 .snowflake {
  position: absolute;
  top: -10px;
  color: #fff;
  font-size: 12px;
  user-select: none;
  pointer-events: none;
  opacity: 0.8;
  animation: fall linear infinite;
}

@keyframes fall {
  to {
    transform: translateY(100%);
  }
}

/* ¹ÝÂ¦ÀÌ´Â ºÒºû */
.section_01 .twinkle {
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: yellow;
  opacity: 0.8;
  animation: blink 1.5s infinite;
}

@keyframes blink {
  0%, 100% { opacity: 0.1; }
  50% { opacity: 1; }
}

/* »óÇ° Å¥·¹ÀÌ¼Ç °øÅë  */
.section_03 .tab_buttons{width: 1280px; margin: 0 auto; text-align:left;padding:0 0 30px;position:relative;} 
.section_03 .tab_buttons button{height:50px;padding:0 22px;border-radius:50px;font-size:20px;font-weight:500;color:#818181;letter-spacing:-.5px;} 
.section_03 .tab_buttons button.active{color:#fff;background-color:#000;} 
.section_03 .tab_content{display:none; width:1280px;  margin: 0 auto; padding-bottom:100px;} 
.section_03 .tab_content.active{display:block;} 
.edition-wrapper .item-wrap .item-cont {display: flex;flex-direction: row;flex-wrap: wrap; gap:10px;}
.edition-wrapper .item-wrap .item-cont .item-list {width: calc(20% - 10px);padding-bottom: 40px;}
.edition-wrapper .item-wrap .item-cont .item-list .thumb img {border-radius: 15px;}
.edition-wrapper .prd-info > ul .prd-price, .section_04 .prd-info > ul .prd-soldout, .section_04 .prd-info > ul .dc { font-size: 18px; font-weight: 600; display: inline-block; }
.edition-wrapper .prd-info > ul .prd-soldout { color: #c7c7c7; }
.edition-wrapper .rating-group.tiny > a{font-size: 13px; color:#c3c3c3}


/* footer */
#footer {margin:0!important;}



/* BASIC css end */

