@charset "utf-8";

body.LC_Page_Index {
  background: #f6f1e7;
  color: #1c1812;
}

body.LC_Page_Index #container {
  background: transparent;
}

body.LC_Page_Index #main_column {
  padding-bottom: 48px;
}

body.LC_Page_Index .block_outer {
  margin-bottom: 28px;
}

body.LC_Page_Index .rg-home-hero {
  margin: 0 0 30px;
  overflow: hidden;
  border: 1px solid rgba(183, 145, 74, 0.35);
  border-radius: 8px;
  background: #10140f;
  box-shadow: 0 16px 36px rgba(28, 24, 18, 0.16);
}

body.LC_Page_Index #myCarousel {
  margin-bottom: 0;
}

body.LC_Page_Index #myCarousel .carousel-inner > .item > img {
  width: 100%;
  height: auto;
  background: #10140f;
}

body.LC_Page_Index #myCarousel .carousel-control {
  top: 0 !important;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 11%;
  font-size: 56px !important;
  color: #f7efd9;
  opacity: 0.28 !important;
  text-shadow: none;
  background: none !important;
}

body.LC_Page_Index #myCarousel .carousel-control:hover,
body.LC_Page_Index #myCarousel .carousel-control:focus {
  opacity: 0.68 !important;
}

body.LC_Page_Index #top_block_grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.95fr) minmax(320px, 1.35fr);
  grid-template-areas:
    "recommend_area news_area"
    "top_category_banner top_category_banner"
    "top_sale_banner top_sale_banner";
  gap: 22px;
  align-items: stretch;
  margin-bottom: 36px;
}

body.LC_Page_Index #recommend_area,
body.LC_Page_Index #news_area,
body.LC_Page_Index #top_category_banner {
  float: none !important;
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
}

body.LC_Page_Index #recommend_area {
  grid-area: recommend_area;
  display: block !important;
  border-radius: 8px;
  background: #112116;
  box-shadow: 0 10px 28px rgba(28, 24, 18, 0.12);
}

body.LC_Page_Index #recommend_area .recom_header,
body.LC_Page_Index #news_area .blc_header {
  height: auto !important;
  min-height: 46px;
  padding: 13px 16px !important;
  border-radius: 8px 8px 0 0 !important;
  background: #0f2f1f !important;
  color: #fff9e8 !important;
}

body.LC_Page_Index #recommend_area .blc_h2,
body.LC_Page_Index #news_area .blc_h2 {
  margin: 0 !important;
  padding: 0 !important;
  color: #fff9e8 !important;
  font-size: 15px !important;
  line-height: 1.4 !important;
  letter-spacing: 0;
  text-align: left !important;
}

body.LC_Page_Index #recommend_area .recom_container {
  width: auto !important;
  margin: 0 !important;
  outline: 0 !important;
  background: #fffaf0;
}

body.LC_Page_Index #recommend_area .recom_card {
  display: grid !important;
  grid-template: "thum" auto "title" auto "desc" 1fr / 100% !important;
  gap: 0 !important;
  min-height: 100%;
}

body.LC_Page_Index #recommend_area .recom_card_thum {
  position: static !important;
  width: 100% !important;
  height: auto !important;
  border-radius: 0 !important;
  overflow: hidden;
}

body.LC_Page_Index #recommend_area .recom_card_thum img {
  width: 100% !important;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 0 !important;
}

body.LC_Page_Index #recommend_area .recom_card_title {
  position: static !important;
  height: auto !important;
  margin: 0 !important;
  padding: 15px 18px 5px !important;
  background: #fffaf0 !important;
  color: #1f261d !important;
  font-size: 16px !important;
  line-height: 1.55 !important;
}

body.LC_Page_Index #recommend_area .recom_card_title .recommend {
  margin: 0;
}

body.LC_Page_Index #recommend_area .recom_card_desc {
  margin: 0 !important;
  padding: 8px 18px 20px !important;
  color: #4b463a;
  font-size: 13px;
  line-height: 1.8;
  text-align: left !important;
}

body.LC_Page_Index #recommend_area .recom_card_desc p {
  max-height: 11em;
  margin: 0;
  overflow: hidden;
}

body.LC_Page_Index #news_area {
  grid-area: news_area;
  display: block !important;
  border: 1px solid rgba(17, 47, 31, 0.12);
  border-radius: 8px;
  background: #fffaf0;
  box-shadow: 0 10px 28px rgba(28, 24, 18, 0.1);
}

body.LC_Page_Index #news_area .block_body {
  padding: 14px;
}

body.LC_Page_Index #news_area .pull-right {
  right: 12px !important;
  bottom: 10px !important;
}

body.LC_Page_Index #news_area .btn-warning {
  border-color: #b7914a;
  background: #b7914a;
  color: #fff;
}

body.LC_Page_Index #news-area-accordion .list-group-item,
body.LC_Page_Index #top_blc_link .list-group-item {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 44px;
  padding: 10px 12px;
  border-color: #eee1c6;
  color: #29251d;
}

body.LC_Page_Index #news-area-accordion .list-group-item:hover,
body.LC_Page_Index #top_blc_link .list-group-item:hover {
  border-color: #c8a85e;
  background: #fbf4e4;
  color: #153f29;
  text-decoration: none;
}

body.LC_Page_Index #news_area .news_date {
  flex: 0 0 auto;
  min-width: 68px;
  color: #8a6d31;
  font-weight: bold;
}

body.LC_Page_Index #news_area .news-caption {
  flex: 1 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.LC_Page_Index #top_blc_link {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 14px;
}

body.LC_Page_Index #top_blc_link .list-group-item {
  justify-content: center;
  min-height: 40px;
  border-radius: 4px;
  border: 1px solid #d8c799;
  background: #f7efd9 !important;
  font-weight: bold;
  text-align: center;
}

body.LC_Page_Index #top_category_banner {
  grid-area: top_category_banner;
  display: block !important;
  padding: 0 !important;
}

body.LC_Page_Index #top_sale_banner {
  grid-area: top_sale_banner;
  display: grid !important;
  width: 100% !important;
  grid-template-columns: 1fr;
  gap: 12px;
  margin: 0 !important;
  align-items: center;
}

body.LC_Page_Index #top_sale_banner .b_img_div {
  margin: 0 !important;
}

body.LC_Page_Index #top_sale_banner img {
  display: block;
  width: 100% !important;
  height: auto;
  margin: 0 !important;
  border: 1px solid #e4d3a9;
  border-radius: 6px;
  background: #fffaf0;
}

body.LC_Page_Index #top_category_banner .grid_div {
  display: grid !important;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px !important;
}

body.LC_Page_Index #top_category_banner .card {
  overflow: hidden;
  border: 1px solid #e4d3a9;
  border-radius: 6px;
  background: #fffaf0;
}

body.LC_Page_Index #top_category_banner img {
  display: block;
  width: 100%;
  height: auto;
}

body.LC_Page_Index #blc_NewProducts,
body.LC_Page_Index #blc_Finalbox,
body.LC_Page_Index #blc_PriceDown {
  margin-top: 34px;
}

body.LC_Page_Index #blc_NewProducts h4,
body.LC_Page_Index #blc_Finalbox h4,
body.LC_Page_Index #blc_PriceDown h4 {
  margin: 0 0 18px !important;
  padding: 14px 18px !important;
  border: 0 !important;
  border-left: 5px solid #b7914a !important;
  border-radius: 6px !important;
  background: #102418 !important;
  color: #fff9e8 !important;
  font-size: 17px !important;
  line-height: 1.35 !important;
  font-weight: bold;
}

body.LC_Page_Index #blc_NewProducts .grid,
body.LC_Page_Index #blc_Finalbox .grid,
body.LC_Page_Index #blc_PriceDown .grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(172px, 1fr));
  gap: 18px;
}

body.LC_Page_Index #blc_NewProducts .card,
body.LC_Page_Index #blc_Finalbox .card,
body.LC_Page_Index #blc_PriceDown .card {
  min-width: 0;
}

body.LC_Page_Index #blc_NewProducts .list_box,
body.LC_Page_Index #blc_Finalbox .list_box,
body.LC_Page_Index #blc_PriceDown .list_box {
  position: relative;
  display: flex;
  min-height: 100%;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #e4d3a9 !important;
  border-radius: 8px !important;
  background: #fffaf0;
  color: #241f17;
  text-decoration: none !important;
  box-shadow: 0 8px 22px rgba(28, 24, 18, 0.08);
  transition: border-color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

body.LC_Page_Index #blc_NewProducts .list_box:hover,
body.LC_Page_Index #blc_Finalbox .list_box:hover,
body.LC_Page_Index #blc_PriceDown .list_box:hover {
  border-color: #b7914a !important;
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(28, 24, 18, 0.14);
}

body.LC_Page_Index .card_thumb {
  position: relative;
  overflow: hidden;
  background: #ece3cf;
}

body.LC_Page_Index .card_thumb img.gazo {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  transition: transform 0.25s ease;
}

body.LC_Page_Index .list_box:hover .card_thumb img.gazo {
  transform: scale(1.03);
}

body.LC_Page_Index .card_code {
  padding: 10px 12px 0;
  color: #8a6d31;
  font-size: 12px;
  letter-spacing: 0;
}

body.LC_Page_Index .card_code .p_code {
  margin: 0;
}

body.LC_Page_Index .card_title {
  min-height: 4.4em;
  padding: 6px 12px 0;
  overflow: hidden;
  color: #1f261d;
  font-size: 13px;
  line-height: 1.48;
  font-weight: bold;
}

body.LC_Page_Index .card_desc {
  padding: 8px 12px 12px;
}

body.LC_Page_Index .card_desc:last-child {
  display: none;
}

body.LC_Page_Index .sale_price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: flex-end;
  gap: 4px 6px;
  min-height: 2.8em;
  margin: 0;
  color: #222;
}

body.LC_Page_Index .sale_price .price01 {
  color: #867b65;
  font-size: 12px;
  text-decoration: line-through;
}

body.LC_Page_Index .sale_price .arrow {
  color: #b7914a;
  font-size: 12px;
}

body.LC_Page_Index .sale_price .price {
  color: #8c1d18;
  font-size: 15px;
  font-weight: bold;
}

body.LC_Page_Index .mini.comment,
body.LC_Page_Index .mini_comment {
  display: none;
}

body.LC_Page_Index .triangle {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  width: 82px;
  height: 24px;
  border: 1px solid rgba(255, 249, 232, 0.45);
  border-radius: 999px;
  background: rgba(16, 36, 24, 0.92);
  box-shadow: 0 4px 10px rgba(28, 24, 18, 0.2);
}

body.LC_Page_Index .sold_tr {
  position: absolute;
  top: 11px;
  left: 11px;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 22px;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  letter-spacing: 0;
  transform: none;
}

body.LC_Page_Index .btn_seenext {
  margin: 22px 0 0;
  text-align: right;
}

body.LC_Page_Index .btn_seenext a {
  display: inline-block;
  padding: 9px 18px;
  border: 1px solid #b7914a;
  border-radius: 999px;
  background: #fffaf0;
  color: #153f29;
  font-weight: bold;
  text-decoration: none;
}

body.LC_Page_Index .btn_seenext a:hover {
  background: #153f29;
  color: #fff9e8;
}

body.LC_Page_Index #leftcolumn .panel,
body.LC_Page_Index #leftcolumn #guide_area .list-group,
body.LC_Page_Index #leftcolumn .block_body {
  border-color: #e4d3a9;
  border-radius: 6px;
}

body.LC_Page_Index #leftcolumn .panel {
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(28, 24, 18, 0.06);
}

body.LC_Page_Index #leftcolumn .panel-heading {
  border-color: #102418;
  background: #102418;
  color: #fff9e8;
}

body.LC_Page_Index #leftcolumn .panel-title {
  font-size: 14px;
  line-height: 1.4;
}

body.LC_Page_Index #leftcolumn .panel-body,
body.LC_Page_Index #leftcolumn #guide_area .list-group-item {
  background: #fffaf0;
}

body.LC_Page_Index #category_area .badge {
  background: #b7914a;
}

@media (max-width: 991px) {
  body.LC_Page_Index #top_block_grid {
    grid-template-columns: 1fr;
    grid-template-areas:
      "recommend_area"
      "news_area"
      "top_category_banner"
      "top_sale_banner";
  }

  body.LC_Page_Index #top_category_banner .grid_div {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  body.LC_Page_Index #top_sale_banner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 599px) {
  body.LC_Page_Index #main_column {
    padding-left: 10px;
    padding-right: 10px;
  }

  body.LC_Page_Index .rg-home-hero {
    margin-bottom: 22px;
    border-radius: 6px;
  }

  body.LC_Page_Index #myCarousel .carousel-inner > .item > img {
    height: auto;
  }

  body.LC_Page_Index #top_block_grid {
    gap: 16px;
    margin-bottom: 26px;
  }

  body.LC_Page_Index #top_blc_link {
    grid-template-columns: 1fr;
  }

  body.LC_Page_Index #top_category_banner .grid_div {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.LC_Page_Index #top_sale_banner {
    grid-template-columns: 1fr;
  }

  body.LC_Page_Index #blc_NewProducts .grid,
  body.LC_Page_Index #blc_Finalbox .grid,
  body.LC_Page_Index #blc_PriceDown .grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  body.LC_Page_Index .card_title {
    min-height: 5.7em;
    font-size: 12px;
  }

  body.LC_Page_Index .card_code,
  body.LC_Page_Index .card_desc {
    padding-left: 9px;
    padding-right: 9px;
  }

  body.LC_Page_Index .sale_price {
    justify-content: flex-start;
  }
}
