/* BASIC css start */
#contentWrapper h2 { font-size:40;font-family: 'Montserrat', 'SUIT', 'Pretendard', sans-serif; font-weight: 700; text-transform: uppercase;letter-spacing: 1px;margin: 40px 0 10px;text-align: center;}
#contentWrapper h3 { font-size:25px;font-weight: 300; }
#contentWrapper h4 { font-size:23px;font-family: 'SUIT', 'Pretendard', sans-serif; font-weight: 300;color: #676666; margin-bottom: 10px; letter-spacing: 0.2px;}


#mainWrap {width:100%;min-width: 1200px;height:auto;}
item-wrap {margin-bottom:10px; width:100%;}




/* 메인 슬라이드 배너 */
#mainSlider {margin-bottom: 60px;}
#mainSlider {position:relative;height: auto;overflow: hidden;}
#mainSlider .swiper-container { width: 100%;  height: auto;}
#mainSlider .swiper-slide { text-align: center; font-size: 18px; background: #fff; }
#mainSlider .swiper-slide img { width: 100%;height: auto;max-height:600px;object-fit: cover;display: block;}
#mainSlider .swiper-button-next,
#mainSlider .swiper-button-prev { opacity:0; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }


#mainSlider .swiper-container:hover .swiper-button-next,
#mainSlider .swiper-container:hover .swiper-button-prev { opacity:1; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }

#mainSlider .swiper-button-next { right:50px; background:url('/design/burton7218/13199/tem173/arrow_right.png') 0 0 no-repeat; width: 28px; height: 60px;}
#mainSlider .swiper-button-prev { left:50px; background:url('/design/burton7218/13199/tem173/arrow_left.png') 0 0 no-repeat; width: 28px; height: 60px;}
#mainSlider .swiper-button-next::after,
#mainSlider .swiper-button-prev::after {
  display: none;  /* 기본 Swiper 화살표 제거 */
}


#mainSlider .swiper-pagination-bullets { bottom:26px;}
#mainSlider .swiper-pagination-bullet { width:9px; height:9px; background:#2e2e2e; opacity:1; }
#mainSlider .swiper-pagination-bullet-active { background:#fff;}



/* sec15 매장인포 */

#sec15 .info_banner_list {
  display: flex;
  flex-wrap: wrap;            /* 줄바꿈 허용 */
  gap: 20px;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style: none;
}
#sec15 .info_banner_list li {
  flex: 0 0 290px;
  max-width: 290px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease;
}

#sec15 .info_banner_list li:hover {
  transform: translateY(-5px);
}

#sec15 .img_sec img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
  object-fit: cover;
}


/* sec2 상단2번째줄 배너4개 */
#sec2 {
  padding: 40px 0;
  background-color: #fff;

}

#sec2 .sec_inner {
  max-width: 1760px;
  margin: 0 auto;
  padding: 0 20px;
}

#sec2 h2 {
  text-align: center;
  font-size: 32px;
  margin-bottom: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 40px 0 10px;
}

#sec2 .sec2_cont ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding: 0;
  margin: 0;
  list-style: none;
}

#sec2 .sec2_cont ul li {
  flex: 1 1 calc(25% - 20px); /* 4개 한줄 기준 */
  max-width: 430px;
  background: #fff;
  /* box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15); 삭제됨 */
  transition: transform 0.3s ease;
  overflow: hidden;
  border-radius: 8px;
}

#sec2 .sec2_cont ul li:hover {
  transform: translateY(-5px);
}

#sec2 .img_sec a {
  display: block;
  width: 100%;
}

#sec2 .img_sec img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

#sec2 .info_sec {
  padding: 20px;
  text-align: left;
}

#sec2 .info_sec h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #111;
}

#sec2 .info_sec p {
  font-size: 14px;
  line-height: 1.6;
  color: #555;
}
/* sec6 */
#sec6{overflow:hidden; position: relative; z-index: 1;margin-top: 60px; }
#sec6 .sec_inner{}
#sec6 .sec_inner .sec6_cont{display: flex; justify-content: space-between; flex-wrap: nowrap;gap: 20px;}
#sec6 .sec_inner .sec6_cont>div{width: calc((100% - 80px) / 2);}
#sec6 .sec_inner .sec6_cont>div .banner{position: relative;z-index: 1;}
#sec6 .sec_inner .sec6_cont>div .banner h3{ margin-bottom: 25px;font-family:'Montserrat','Noto Sans KR', sans-serif; font-size: 38px; font-weight: 500; color: #000;}
#sec6 .sec_inner .sec6_cont>div .banner .banner_img{}
#sec6 .sec_inner .sec6_cont>div .banner .banner_img a{display: block; width: 100%;border-radius: 15px; overflow: hidden;}
#sec6 .sec_inner .sec6_cont>div .banner .banner_img a img{width: 100%;}
#sec6 .sec_inner .sec6_cont>div .banner p{ margin: 20px 0 40px;letter-spacing:-.7px; font-family:'Noto Sans KR', sans-serif; font-size:16px; color:#000; font-weight:400; line-height:1.7;text-align: center;}
#sec6 .sec_inner .sec6_cont>div .swiper{position: relative;z-index: 2;padding-top: 30px;}

#sec6 .sec_inner .sec6_cont>div .swiper ul{}
#sec6 .sec_inner .sec6_cont>div .swiper ul li{}
#sec6 .sec_inner .sec6_cont>div .swiper ul li.item_list .info .prdname{margin-bottom:5px; margin-top: 5px;}
#sec6 .sec_inner .sec6_cont>div .swiper ul li.item_list .info .price{font-weight:500}
#sec6 .sec_inner .sec6_cont>div .swiper .swiper-scrollbar{height:2px; }
#sec6 .swiper :is(.swiper-button-next,.swiper-button-prev){ transition: filter .4s; filter: opacity(0);  background-color:#222; padding: 10px; width: 35px; height: 50px; transform: translateY(-50%); color:#fff;}
#sec6 .sec_inner .sec6_cont>div:hover :is(.swiper-button-next,.swiper-button-prev){ filter: opacity(1);}
#sec6 h3 { font-size:25px;font-weight: 300; ;font-family: 'Montserrat', 'SUIT', 'Pretendard', sans-serif; font-weight: 700; text-transform: uppercase;letter-spacing: 1px;margin: 40px 0 10px;text-align: center;}

.prdsubname {
  font-size: 12px;
  color: #777;
  margin-top: 4px;
  font-weight: 400;
  line-height: 1.4;
}

#sec6 .sec6_1 {
  transform: translateX(20px);
}


#sec6 .swiper {
  width: 100%;
  overflow: hidden;
  position: relative;
}

#sec6 .swiper-wrapper {
  display: flex;
  flex-wrap: nowrap;
  transition-timing-function: ease;
}

#sec6 .swiper-slide {
  flex-shrink: 0;
  box-sizing: border-box;
 
}

#sec6 .sec6_1 {
  transform: translateX(25px); /* 오른쪽으로이동 */
}

#sec6 .sec6_2 {
  transform: translateX(-19px); /* 왼쪽으로 이동 */
}

/* 이미지의 직접 크기 조정 */
#sec6 .swiper-slide .thumb img {
  width: 180px;      /* 또는 예: 300px */
  height: 180px;
  display: block;
}

/* 썸네일 컨테이너의 크기 조정 */
#sec6 .swiper-slide .thumb {
  width: 180px;     /* 또는 고정값: 300px 등 */
  max-width: none; /* 다른 제한이 있다면 제거 */
}


@media (max-width: 1024px) {
  #sec6 .swiper-slide .thumb {
    max-width: 160px;
  }
}

@media (max-width: 768px) {
  #sec6 .swiper-slide .thumb {
    max-width: 140px;
  }
}

@media (max-width: 480px) {
  #sec6 .swiper-slide .thumb {
    max-width: 120px;
  }
}


/* NEW COLLECTION */
#tabProduct h2{
  text-align: center;
  font-size: 32px;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 3px;
}


/* 컬렉션 */
#tabProduct {padding: 60px 20px;text-align: center; }
#tabProduct .item-wrap { padding: 0;}
#tabProduct .newCate_prod { position:relative }

/* 컬렉션 탭카테고리 */
.newCateTab {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding-bottom: 8px;
}

.newCateTab li a {
  position: relative;
  font-family: 'Montserrat', 'Pretendard Variable', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #aaa;
  text-transform: uppercase;
  padding: 6px 0;
  transition: color 0.3s ease;
  display: inline-block;
  padding-bottom: 5px;
}


.newCateTab li a::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #000;
  transition: width 0.3s ease;
}
.newCateTab li a:hover,
.newCateTab li a.active {
  color: #000;
}

.newCateTab li a:hover::after,
.newCateTab li a.active::after {
  width: 100%;
}


/* 컬렉션하단 이미지 */
#tabProduct .newCate_prod .slideList ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 0;
}

/* NEW COLLECTION 슬라이드 리스트 스타일 전체 수정 */
#tabProduct .newCate_prod .slideList ul {
  overflow: hidden; /* float 해제용 */
  margin-left: 0;   /* -1.5% 제거 */
  padding: 0;
}

#tabProduct .newCate_prod .slideList ul li.itemWrap {
  float: left;
  position: relative;
  width: 20%;                   /* 5개 정렬 */
  padding: 0 10px 10px;         /* 좌우 여백 + 하단 간격 */
  box-sizing: border-box;
}



#tabProduct .newCate_prod .slideList ul li .thumb {
  overflow: hidden;
}

#tabProduct .newCate_prod .slideList ul li .thumb img {
  display: block;
  width: 100%;
  height: auto;
  transform: scale(1.1);
  transition: transform 0.3s ease;
}


/* 컬러칩 스타일 */
#tabProduct .newCate_prod .prd-info .clChip span {
  display: inline-block;
  width: 12px;
  height: 4px;
  margin: 0 1px;
  vertical-align: top;
}

/* 상품정보 영역: 간격 최소화 */
#tabProduct .newCate_prod .prd-info {
  margin-top: 0px !important;    
  padding: 0 !important;
  position: relative;
  min-height: auto !important;
  line-height: 1.1; 
  z-index: 2;
}


/* 상품명 + 영어명 전체 */
#tabProduct .newCate_prod .prd-info {
  margin-top: 2px !important;   /* 이미지 아래 여백 */
  padding: 0 !important;
  min-height: auto !important;
  line-height: 1.3;             /* 전체 줄간격 */
  text-align: center;           /* 텍스트 중앙정렬 */
}

/* 한글 상품명 */
#tabProduct .newCate_prod .prd-info .prd-name {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 2px;           /* 영어 상품명과의 간격 */
}

/* 영어 상품명 줄바꿈 처리 */
#tabProduct .newCate_prod .prd-info .prd-subname {
  font-size: 13px;
  color: #888;
  margin-bottom: 5px;

  white-space: normal !important;   /* 줄바꿈 허용 */
  overflow: visible !important;     /* 숨김 제거 */
  text-overflow: unset !important;  /* 말줄임표 해제 */
  display: block;
  word-break: break-word;           /* 긴 영어 단어 줄바꿈 */
}


/* 가격 정보 */
#tabProduct .newCate_prod .prd-info .prd-price {
  font-size: 16px;
  font-weight: bold;
  color: #000;
}

/* 원가 + 할인율 줄 정렬 예시 */
#tabProduct .newCate_prod .prd-info .price_consumer {
  font-size: 13px;
  color: #aaa;
  margin-left: 4px;
}

#tabProduct .newCate_prod .prd-info .discount_percent {
  color: #1c8f3e;
  font-size: 14px;
  font-weight: 600;
  margin-left: 6px;
}


/* 세일타임 - 4개 가로 정렬 + 반응형 */

#sec11 {
  padding: 20px 0;margin-top:0px; margin-bottom:10px;
}

#sec11 h2 {
  text-align: center;
  font-size: 32px;
  padding-top: 20px;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 40px 0 10px;
}

#sec11 .sale-banner {
  display: flex;
  flex-wrap: wrap; /* 줄바꿈 허용 */
  gap: 16px;
  justify-content: center;
  padding: 0 10px;
}

#sec11 .sale-banner a {
  flex: 1 1 calc(25% - 16px);  /*  4개 정렬 기준 */
  max-width: calc(25% - 16px);
  box-sizing: border-box;
  border-radius: 8px;
  overflow: hidden;
  display: block;
}

#sec11 .sale-banner img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
  display: block;
}

/* 반응형 대응 */
@media (max-width: 1024px) {
  #sec11 .sale-banner a {
    flex: 1 1 calc(50% - 12px);
    max-width: calc(50% - 12px);
  }
}

@media (max-width: 600px) {
  #sec11 .sale-banner a {
    flex: 1 1 100%;
    max-width: 100%;
  }
}



/* sec5 다중배너*/

#sec5 h2 { 
  text-align: center;
  font-size: 32px;
  margin-bottom: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 40px 0 10px;
}
/* 원인 제거용 재정의 */
#sec5 .sec5_cont {
  max-width: 1760px !important;
  margin: 0 auto !important;
  min-width: auto !important;
  width: 100% !important;
  margin-bottom: 10px;
}

html, body {
  overflow-x: hidden !important;
}

#sec5 .sec5_cont .swiper{}
#sec5 .sec5_cont .swiper ul{width: 100%;}
#sec5 .sec5_cont .swiper ul li{width: 600px; height: 410px; }
#sec5 .swiper-slide{transform: scale(.9);transition: all .4s;filter: brightness(.5);}
#sec5 .swiper-slide.swiper-slide-active{opacity: 1 !important; transform: scale(1);filter: brightness(1);}
#sec5 .swiper_btn_prev{position: absolute; top: 50%; transform: translate(-580px,-50%); left: 50%;z-index: 10;cursor: pointer;}
#sec5 .swiper_btn_next{position: absolute; top: 50%; transform: translate(580px,-50%); right: 50%;z-index: 10; cursor: pointer;}


/* 상품명 */
.prd-name {
  font-family: 'Pretendard Variable', sans-serif !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  color: #333 !important;
  margin-top: 0;
  margin-bottom: 2px;
  
}

/* 서브 상품명 */
.prd-subname {
  font-family: 'Pretendard Variable', sans-serif !important;
  font-size: 14px !important;
  color: #666 !important;
  margin-bottom: 4px;
}

/* 소비자가 */
.consumer {
  font-family: 'Pretendard Variable', sans-serif !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #8e8d8d !important;
  margin-right: 6px !important;
}

/* 판매가 */
.prd-price {
  font-family: 'Pretendard Variable', sans-serif !important;
  font-size: 17px !important;
  font-weight: 600 !important;
  color: #333 !important;
  position: relative !important;
  margin-right: 6px !important;  /* 간격 좁힘 */
}



/* 할인율 */
.dcPercent {
  font-family: 'Pretendard Variable', sans-serif !important;
  font-size: 19px !important;
  font-weight: 600 !important;
  color: #007d48 !important;    
}

.item-list {
  text-align: center; /* 텍스트와 이미지 모두 중앙 정렬 */
  width: 200px;        /* 이미지 폭에 맞게 설정 */
  margin: 0 auto;      /* 중앙 배치 */
}

.item-list .thumb img {
  display: block;
  margin: 0 auto;
}

.item-list .prd-name,
.item-list .prd-subname,
.item-list .price {
  display: block;
  text-align: center;
}


/* 인스타그램 */

.instargram {
  text-align: center;
  padding: 5px 0;
}

.instargram .ttl {text-align: center;font-size: 30px; margin-bottom: 20px;font-weight: 500;}

h2 {
  width: 100%;
  text-align: center;
  margin: 40px 0 10px; /* 필요시 여백 */
}

h2 img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.instargram .btnFollow {
  margin-bottom: 10px;
}

.instargram .btnFollow a {
  display: inline-block;
  line-height: 35px;
  width: 120px;
  height: 35px;
  border-radius: 20px;
  background: #222;
  color: #fff;
  font-size: 16px;
  text-align: center;
  border: 1px solid #222;
  transition: all 0.3s ease;
}

.instargram .btnFollow a:hover {
  background: #fff;
  color: #222;
  border: 1px solid #222;
}

/* 인스타그램 이미지 리스트 */
.instargram ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style: none;
  gap: 10px;
}

.instargram ul li {
  flex: 1 1 180px; /* 반응형으로 줄어듦 */
  max-width: 300px;
}

.instargram ul li img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 5px;
}

#instagram-section {
  margin-bottom: 0; !important; /* 기존보다 작은 수치로 조정 */
}

/* 유튜브 */
#youtube-section {
  margin-top: 0px !important;
  padding-top: 0px !important;
}



.youtube {
  text-align: center;
  padding: 5px 0;
}

.youtube .ttl {text-align: center;font-size: 30px; margin-bottom: 20px;font-weight: 500;}

h2 {
  width: 100%;
  text-align: center;
  margin: 40px 0 10px; /* 필요시 여백 */
}

h2 img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.youtube .btnFollow {
  margin-bottom: 10px;
}

.youtube .btnFollow a {
  display: inline-block;
  line-height: 35px;
  width: 120px;
  height: 35px;
  border-radius: 20px;
  background: #222;
  color: #fff;
  font-size: 16px;
  text-align: center;
  border: 1px solid #222;
  transition: all 0.3s ease;
}

.youtube .btnFollow a:hover {
  background: #fff;
  color: #222;
  border: 1px solid #222;
}

/*  이미지 리스트 */
.youtube ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style: none;
  gap: 10px;
}

.youtube ul li {
  flex: 1 1 180px; /* 반응형으로 줄어듦 */
  max-width: 300px;
}

.youtube ul li img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 5px;
}
/* snapwidget iframe 높이 강제 제한 */
iframe.snapwidget-widget {
 
  overflow: hidden;
  display: block;
  margin: 0 auto;
}

@media (max-width: 768px) {
  iframe.snapwidget-widget {
    height: 160px !important;
  }
}

@media (max-width: 480px) {
  iframe.snapwidget-widget {
    height: 120px !important;
  }
}

/* 불필요한 슬라이더 높이 제거 */
.bx-wrapper {
  min-height: 0 !important;
  height: auto !important;
  margin: 0 auto;
  padding: 0;
}

/* 완전히 비어있다면 숨김 */
.bx-wrapper:empty {
  display: none;
}

/* 푸터 영역 */
#footer, .footer, .footerWrap {
  padding: 10px 0;
  background-color: #1a1a1a;
  box-sizing: border-box;
}

.footer_inner, .footer-content, .footer-wrap {
  max-width: 100%;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.prd-preview-text {
  text-align: center;
  margin-top: 0px;
  margin-bottom:5px;
}

.prd-preview-text {
  display: inline-block;
  padding: 6px 6px;
  background-color: #ddd;
  color: #333;
  font-size: 13px;
  border-radius: 20px;
  transition: background-color 0.3s, color 0.3s;
  text-decoration: none;
}

.prd-preview-text:hover {
  background-color: #555;
  color: #fff;
}


.prd-preview-text a {
  color: #fff;
  text-decoration: none;
  display: block;
  text-align: center;
}
.mainSec04 h5 {
  text-align: left;
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
   margin: 0px 0 10px;  /* 상:60px, 좌우:0, 하:10px */
}


/* BEST COLLECTION용 공통 스타일 */
.mainSec04 .best-wrap {
  width: 100%;
}

.mainSec04 .best-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

.mainSec04 .best-list .itemWrap {
  width: 20%;  /* 한 줄에 5개 정렬 */
  padding: 0 10px 30px;
  box-sizing: border-box;
}



.mainSec04 .itemWrap .thumb img {
  width: 100%;
  height: auto;
  transform: scale(1.05);
  transition: transform 0.3s ease;
}

.mainSec04 .itemWrap .thumb:hover img {
  transform: scale(1.15);
}

.mainSec04 .prd-info {
  margin-top: 10px;
}

.mainSec04 .prd-name {
  margin-top: 10px;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 4px;
}

.mainSec04 .subname {
  font-size: 13px;
  color: #777;
  margin-bottom: 6px;
}

.mainSec04 .prd-price {
  font-size: 14px;
  color: #333;
}

.mainSec04 .prd-price .consumer {
 
  font-size: 13px;
  color: #aaa;
  margin-left: 4px;
}

/* 상품 정보 전체 영역 최소화 + 중앙 정렬 */
.mainSec04 .prd-info {
  margin-top: 2px !important;
  padding: 0 !important;
  min-height: auto !important;
  line-height: 1.3;
  text-align: center;
  z-index: 2;
  position: relative;
}

/* 한글 상품명 */
.mainSec04 .prd-info .prd-name {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 2px;
}

/* 영어 상품명 줄바꿈 처리 */
.mainSec04 .prd-info .subname,
.mainSec04 .prd-info .prd-subname {
  font-size: 13px;
  color: #888;
  margin-bottom: 5px;

  white-space: normal !important;
  overflow: visible !important;
  text-overflow: unset !important;
  display: block;
  word-break: break-word;
}

/* 판매가 */
.mainSec04 .prd-info .prd-price {
  font-size: 16px;
  font-weight: bold;
  color: #000;
}

/* 원가 */
.mainSec04 .prd-info .price_consumer {
  font-size: 13px;
  color: #aaa;
  margin-left: 4px;
}

/* 할인율 */
.mainSec04 .prd-info .discount_percent,
.mainSec04 .prd-info .dcPercent {
  color: #1c8f3e;
  font-size: 14px;
  font-weight: 600;
  margin-left: 6px;
}


.product-section {
  background: #fff;
  padding: 80px 20px;
 
}

/* sec10 */

#sec10 .swiper_btn_prev,
#sec10 .swiper_btn_next {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  z-index: 10;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

#sec10 .swiper_btn_prev {
  left: -30px;
}

#sec10 .swiper_btn_next {
  right: -30px;
}

#sec10 .thumb {
  text-align: center;
}

#sec10 .thumb img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  transition: transform 0.6s ease-in-out; /* 지속 시간 + 가속도 조정 */
  transform-origin: center center;
}




/* BASIC css end */

