.theme {
  color: #d0a65c;
}
.theme-bg {
  background: #d0a65c;
}

.theme2 {
  color: #a0ca93;
}
.theme2-bg {
  background: #a0ca93;
}

.theme3 {
  color: #5f6496;
}
.theme3-bg {
  background: #5f6496;
}

.theme4 {
  color: #f56771;
}
.theme4-bg {
  background: #f56771;
}

.fade {
  color: #666;
}
.fade-bg {
  background: #666;
}

.red {
  color: red;
}

.bold {
  font-weight: bold;
}

.df {
  display: flex;
}

@font-face {
  font-family: "GmarketSansMedium";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "GMarketSans";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff") format("woff");
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "GMarketSans";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff") format("woff");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "GMarketSans";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff") format("woff");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Escoredream";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-1Thin.woff") format("woff");
  font-weight: 100;
  font-display: swap;
}
@font-face {
  font-family: "Escoredream";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-2ExtraLight.woff") format("woff");
  font-weight: 200;
  font-display: swap;
}
@font-face {
  font-family: "Escoredream";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-3Light.woff") format("woff");
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "Escoredream";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-4Regular.woff") format("woff");
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: "Escoredream";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-5Medium.woff") format("woff");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Escoredream";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-6Bold.woff") format("woff");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Escoredream";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-7ExtraBold.woff") format("woff");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Escoredream";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-8Heavy.woff") format("woff");
  font-weight: 800;
  font-display: swap;
}
@font-face {
  font-family: "Escoredream";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-9Black.woff") format("woff");
  font-weight: 900;
  font-display: swap;
}
.gmarket {
  font-family: "GMarketSans", sans-serif;
}

.scd {
  font-family: "Escoredream", sans-serif;
}

#index-main {
  width: 100%;
  height: auto;
}

.main-hero {
  width: 100%;
  height: 630px;
}
@media (max-width: 1280px) {
  .main-hero {
    height: 520px;
  }
}
@media (max-width: 768px) {
  .main-hero {
    height: 400px;
  }
}
@media (max-width: 480px) {
  .main-hero {
    height: 300px;
  }
}
.main-hero .hero-swiper {
  position: relative;
  width: 100%;
  height: 100%;
}
.main-hero .hero-swiper .swiper-slide {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.main-hero .hero-swiper .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.6;
}
.main-hero .hero-swiper .swiper-pagination-bullet-active {
  opacity: 1;
}
.main-hero .hero-swiper .swiper-button-prev,
.main-hero .hero-swiper .swiper-button-next {
  color: #fff;
}

.sec-title-wrap {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1280px) {
  .sec-title-wrap {
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .sec-title-wrap {
    gap: 12px;
  }
}
.sec-title-wrap h1 {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2;
  color: black;
  word-break: keep-all;
  text-align: center;
}
@media (max-width: 1280px) {
  .sec-title-wrap h1 {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .sec-title-wrap h1 {
    font-size: 28px;
  }
}
.sec-title-wrap p {
  font-size: 18px;
  line-height: 1.3;
  color: black;
  word-break: keep-all;
  text-align: center;
}
@media (max-width: 768px) {
  .sec-title-wrap p {
    font-size: 16px;
  }
}

.prod-category {
  width: 100%;
  height: auto;
  padding: 80px 0;
}
@media (max-width: 1280px) {
  .prod-category {
    padding: 60px 0;
  }
}
@media (max-width: 768px) {
  .prod-category {
    padding: 40px 0;
  }
}
.prod-category .container {
  width: 95%;
  height: auto;
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 64px;
}
@media (max-width: 1280px) {
  .prod-category .container {
    gap: 52px;
  }
}
@media (max-width: 768px) {
  .prod-category .container {
    gap: 40px;
  }
}
.prod-category .container .category-grid {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
@media (max-width: 1280px) {
  .prod-category .container .category-grid {
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .prod-category .container .category-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.prod-category .container .category-grid .cell {
  width: 100%;
  height: 100%;
  background: #f0f0f0;
}
.prod-category .container .category-grid .cell > a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 44px;
}
@media (max-width: 768px) {
  .prod-category .container .category-grid .cell > a > img {
    width: 100%;
  }
}
.prod-category .container .category-grid .cell > a .cate-titles {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.prod-category .container .category-grid .cell > a .cate-titles b {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
  color: black;
  word-break: keep-all;
  text-align: center;
}
.prod-category .container .category-grid .cell > a .cate-titles p {
  font-size: 16px;
  line-height: 1.5;
  color: #2D2D2D;
  word-break: keep-all;
  text-align: center;
}
.prod-category .container .category-grid .cell > a .cate-image {
  position: relative;
  width: 120px;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.prod-category .container .category-grid .cell > a .cate-image > img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.prod-category .container .category-grid .cell > a .view {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  color: black;
  word-break: keep-all;
  text-align: center;
  text-decoration: underline;
}
.prod-category .container .category-grid .cell:nth-child(2) {
  background: #E5460A;
}
.prod-category .container .category-grid .cell:nth-child(2) > a .cate-titles b, .prod-category .container .category-grid .cell:nth-child(2) > a .cate-titles p {
  color: white;
}
.prod-category .container .category-grid .cell:nth-child(2) > a .view {
  color: white;
}
.prod-category .container .category-grid .cell:nth-child(4) {
  background: #3364C7;
}
.prod-category .container .category-grid .cell:nth-child(4) > a .cate-titles b, .prod-category .container .category-grid .cell:nth-child(4) > a .cate-titles p {
  color: white;
}
.prod-category .container .category-grid .cell:nth-child(4) > a .view {
  color: white;
}

.product-list-box {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.product-list-box .prod-cate-tabs {
  width: 100%;
  height: auto;
  margin-bottom: 52px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 12px 16px;
}
@media (max-width: 1280px) {
  .product-list-box .prod-cate-tabs {
    margin-bottom: 36px;
  }
}
@media (max-width: 768px) {
  .product-list-box .prod-cate-tabs {
    margin-bottom: 24px;
  }
}
.product-list-box .prod-cate-tabs li {
  flex: 0 0 auto;
  width: 200px;
  height: 52px;
  padding: 0 12px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  line-height: 1.2;
  color: #818181;
  text-align: center;
  word-break: keep-all;
  border: 1px solid #707070;
  border-radius: 100000rem;
  background: white;
}
@media (max-width: 1280px) {
  .product-list-box .prod-cate-tabs li {
    width: auto;
    height: 48px;
  }
}
@media (max-width: 768px) {
  .product-list-box .prod-cate-tabs li {
    height: 40px;
  }
}
.product-list-box .prod-cate-tabs li.now {
  border-color: #0D54E3;
  background: #0D54E3;
  color: white;
}
.product-list-box .prod-grid {
  width: 100%;
  height: auto;
  margin-bottom: 100px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 52px 20px;
}
@media (max-width: 1280px) {
  .product-list-box .prod-grid {
    margin-bottom: 70px;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px 16px;
  }
}
@media (max-width: 768px) {
  .product-list-box .prod-grid {
    margin-bottom: 40px;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px 12px;
  }
}
@media (max-width: 540px) {
  .product-list-box .prod-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.product-list-box .prod-grid .cell {
  width: 100%;
  height: auto;
}
.product-list-box .prod-grid .cell > a {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 1280px) {
  .product-list-box .prod-grid .cell > a {
    gap: 18px;
  }
}
.product-list-box .prod-grid .cell > a .product-thumb {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  overflow: hidden;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
}
.product-list-box .prod-grid .cell > a .product-thumb > img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-list-box .prod-grid .cell > a .prod-info-wrap {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
}
.product-list-box .prod-grid .cell > a .prod-info-wrap .tags {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 4px;
}
@media (max-width: 1280px) {
  .product-list-box .prod-grid .cell > a .prod-info-wrap .tags {
    margin-bottom: 16px;
  }
}
@media (max-width: 768px) {
  .product-list-box .prod-grid .cell > a .prod-info-wrap .tags {
    margin-bottom: 12px;
  }
}
.product-list-box .prod-grid .cell > a .prod-info-wrap .tags span {
  flex: 0 0 auto;
  padding: 4px 6px;
  border: 1px solid #707070;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  color: #707070;
}
@media (max-width: 1280px) {
  .product-list-box .prod-grid .cell > a .prod-info-wrap .tags span {
    font-size: 12px;
  }
}
.product-list-box .prod-grid .cell > a .prod-info-wrap .tags span.new {
  border-color: #E91914;
  color: #E91914;
  font-weight: 700;
}
.product-list-box .prod-grid .cell > a .prod-info-wrap .tags span.best {
  border-color: #0D54E3;
  color: #0D54E3;
  font-weight: 700;
}
.product-list-box .prod-grid .cell > a .prod-info-wrap .product-name {
  width: 100%;
  height: auto;
  margin-bottom: 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  color: black;
}
@media (max-width: 1280px) {
  .product-list-box .prod-grid .cell > a .prod-info-wrap .product-name {
    margin-bottom: 10px;
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .product-list-box .prod-grid .cell > a .prod-info-wrap .product-name {
    margin-bottom: 8px;
    font-size: 15px;
  }
}
.product-list-box .prod-grid .cell > a .prod-info-wrap .price-box {
  width: 100%;
  height: auto;
  padding-top: 10px;
  border-top: 1px solid #aaa;
}
@media (max-width: 1280px) {
  .product-list-box .prod-grid .cell > a .prod-info-wrap .price-box {
    padding-top: 8px;
  }
}
@media (max-width: 768px) {
  .product-list-box .prod-grid .cell > a .prod-info-wrap .price-box {
    padding-top: 6px;
  }
}
.product-list-box .prod-grid .cell > a .prod-info-wrap .price-box span {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  color: black;
}
@media (max-width: 1280px) {
  .product-list-box .prod-grid .cell > a .prod-info-wrap .price-box span {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .product-list-box .prod-grid .cell > a .prod-info-wrap .price-box span {
    font-size: 15px;
  }
}
.product-list-box .view-more {
  width: 200px;
  height: 60px;
  padding: 0 16px;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  border: 1px solid black;
  background: white;
}
@media (max-width: 1280px) {
  .product-list-box .view-more {
    width: 148px;
    height: 52px;
    padding: 0 12px;
  }
}
.product-list-box .view-more span {
  font-size: 18px;
  line-height: 1.2;
  color: black;
}
@media (max-width: 1280px) {
  .product-list-box .view-more span {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .product-list-box .view-more span {
    font-size: 15px;
  }
}
.product-list-box .view-more i {
  font-size: 24px;
  line-height: 1;
  color: black;
}
@media (max-width: 1280px) {
  .product-list-box .view-more i {
    font-size: 20px;
  }
}

.best-product {
  width: 100%;
  height: auto;
  padding: 80px 0;
  background: #f0f0f0;
}
@media (max-width: 1280px) {
  .best-product {
    padding: 60px 0;
  }
}
@media (max-width: 768px) {
  .best-product {
    padding: 40px 0;
  }
}
.best-product .container {
  width: 95%;
  height: auto;
  max-width: 1680px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 64px;
}
@media (max-width: 1280px) {
  .best-product .container {
    gap: 52px;
  }
}
@media (max-width: 768px) {
  .best-product .container {
    gap: 40px;
  }
}

.all-product {
  width: 100%;
  height: auto;
  padding: 80px 0;
}
@media (max-width: 1280px) {
  .all-product {
    padding: 60px 0;
  }
}
@media (max-width: 768px) {
  .all-product {
    padding: 40px 0;
  }
}
.all-product .container {
  width: 95%;
  height: auto;
  max-width: 1680px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 64px;
}
@media (max-width: 1280px) {
  .all-product .container {
    gap: 52px;
  }
}
@media (max-width: 768px) {
  .all-product .container {
    gap: 40px;
  }
}

.hipass {
  width: 100%;
  height: 380px;
  background-repeat: no-repeat;
  background-position: center 65%;
  background-size: cover;
}
@media (max-width: 1280px) {
  .hipass {
    height: 200px;
  }
}
@media (max-width: 768px) {
  .hipass {
    height: 180px;
    background-position: center;
    background-size: 180% auto;
  }
}
.hipass .container {
  width: 95%;
  height: 100%;
  max-width: 1680px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
.hipass .container h1 {
  font-size: 64px;
  font-weight: 100;
  line-height: 1;
  color: white;
  word-break: keep-all;
  text-align: center;
}
.hipass .container span {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.2;
  color: white;
  word-break: keep-all;
  text-align: center;
}
.hipass .container .view {
  width: 200px;
  height: 52px;
  padding: 0 12px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border: 1px solid white;
  border-radius: 100000rem;
  font-size: 18px;
  line-height: 1.2;
  color: white;
  word-break: keep-all;
  text-align: center;
}

.index-bottom {
  width: 100%;
  height: auto;
  padding: 80px 0;
}
@media (max-width: 1280px) {
  .index-bottom {
    padding: 60px 0;
  }
}
@media (max-width: 768px) {
  .index-bottom {
    padding: 40px 0;
  }
}
.index-bottom .container {
  width: 95%;
  height: auto;
  max-width: 1520px;
  margin: 0 auto;
}
.index-bottom .container .bottom-grid {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 1280px) {
  .index-bottom .container .bottom-grid {
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .index-bottom .container .bottom-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.index-bottom .container .bottom-grid .item {
  width: 100%;
  height: auto;
  transition: all 0.2s ease-in-out;
  box-shadow: 0 0 0px 0 rgba(0, 0, 0, 0.25);
}
.index-bottom .container .bottom-grid .item:hover {
  transform: translateY(-20px);
  box-shadow: 0 12px 8px 0 rgba(0, 0, 0, 0.25);
}
.index-bottom .container .bottom-grid .item:nth-child(1) {
  background: #0D54E3;
}
.index-bottom .container .bottom-grid .item:nth-child(2) {
  background: white;
  border: 1px solid #aaa;
}
.index-bottom .container .bottom-grid .item:nth-child(2) > a .name-group b, .index-bottom .container .bottom-grid .item:nth-child(2) > a .name-group span {
  color: black;
}
.index-bottom .container .bottom-grid .item:nth-child(2) > a .view {
  color: black;
}
.index-bottom .container .bottom-grid .item:nth-child(3) {
  background: #464646;
}
.index-bottom .container .bottom-grid .item > a {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  padding: 54px 44px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1280px) {
  .index-bottom .container .bottom-grid .item > a {
    padding: 28px 20px;
  }
}
.index-bottom .container .bottom-grid .item > a .name-group {
  width: 100%;
  height: auto;
  margin-bottom: 70px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
@media (max-width: 1280px) {
  .index-bottom .container .bottom-grid .item > a .name-group {
    margin-bottom: 40px;
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .index-bottom .container .bottom-grid .item > a .name-group {
    margin-bottom: 28px;
    gap: 12px;
  }
}
.index-bottom .container .bottom-grid .item > a .name-group b {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2;
  color: white;
  word-break: keep-all;
}
@media (max-width: 1280px) {
  .index-bottom .container .bottom-grid .item > a .name-group b {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .index-bottom .container .bottom-grid .item > a .name-group b {
    font-size: 24px;
  }
}
.index-bottom .container .bottom-grid .item > a .name-group span {
  font-size: 16px;
  line-height: 1.2;
  color: white;
  word-break: keep-all;
}
@media (max-width: 768px) {
  .index-bottom .container .bottom-grid .item > a .name-group span {
    font-size: 14px;
  }
}
.index-bottom .container .bottom-grid .item > a .view {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  color: white;
  text-decoration: underline;
}
.index-bottom .container .bottom-grid .item > a img {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 150px;
  height: auto;
}
@media (max-width: 1280px) {
  .index-bottom .container .bottom-grid .item > a img {
    right: 16px;
    bottom: 16px;
    width: 120px;
  }
}
@media (max-width: 768px) {
  .index-bottom .container .bottom-grid .item > a img {
    right: 12px;
    bottom: 12px;
    width: 30%;
  }
}

#main-visual {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
#main-visual .mvsw {
  position: relative;
  height: 640px;
}
@media (max-width: 1200px) {
  #main-visual .mvsw {
    height: auto;
  }
}
#main-visual .mvsw .btn-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 1200px) {
  #main-visual .mvsw .btn-wrap {
    display: none;
  }
}
#main-visual .mvsw .btn-wrap .inner {
  max-width: 1580px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
#main-visual .mvsw .mv-button-next {
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  transform: translateY(-50%);
}
#main-visual .mvsw .mv-button-next img {
  transform: rotate(180deg);
}
#main-visual .mvsw .mv-button-prev {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  transform: translateY(-50%);
}
#main-visual .mvsw .mv-pagination span {
  width: 15px;
  height: 15px;
  margin-right: 12px;
}
#main-visual .mvsw .mv-pagination span.swiper-pagination-bullet {
  border: 2px solid #707070;
}
#main-visual .mvsw .mv-pagination span.swiper-pagination-bullet-active {
  background: #848484;
}
#main-visual .mvsw ul li a {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 0;
}
#main-visual .mvsw ul li a .bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
@media (max-width: 1200px) {
  #main-visual .mvsw ul li a .bg {
    display: none;
  }
}
#main-visual .mvsw ul li a .mobile-img {
  display: none;
}
@media (max-width: 1200px) {
  #main-visual .mvsw ul li a .mobile-img {
    display: block;
  }
}
#main-visual .mvsw ul li a .mvwrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  width: 67%;
  max-width: 1280px;
  margin: 0 auto;
}
@media (max-width: 1780px) {
  #main-visual .mvsw ul li a .mvwrap {
    width: 80%;
  }
}
@media (max-width: 1200px) {
  #main-visual .mvsw ul li a .mvwrap {
    display: none;
  }
}
#main-visual .mvsw ul li a .mvwrap article {
  width: calc((100% - 200px) / 2);
}
@media (max-width: 1200px) {
  #main-visual .mvsw ul li a .mvwrap article {
    width: calc((100% - 100px) / 2);
  }
}
#main-visual .mvsw ul li a .mvwrap article em {
  font-size: 1.25rem;
  font-weight: 600;
  color: #00afdd;
  margin-bottom: 7px;
  display: block;
}
@media (max-width: 1500px) {
  #main-visual .mvsw ul li a .mvwrap article em {
    font-size: 1rem;
  }
}
#main-visual .mvsw ul li a .mvwrap article h2 {
  font-size: 3.375rem;
  font-weight: 600;
  margin-bottom: 40px;
}
@media (max-width: 1500px) {
  #main-visual .mvsw ul li a .mvwrap article h2 {
    font-size: 2.875rem;
  }
}
#main-visual .mvsw ul li a .mvwrap article b {
  font-size: 1.25rem;
  font-weight: 600;
  display: block;
  margin-bottom: 15px;
}
@media (max-width: 1500px) {
  #main-visual .mvsw ul li a .mvwrap article b {
    font-size: 1rem;
  }
}
#main-visual .mvsw ul li a .mvwrap article p {
  font-size: 1rem;
  color: #888888;
  line-height: 1.5;
}
@media (max-width: 1500px) {
  #main-visual .mvsw ul li a .mvwrap article p {
    font-size: 0.875rem;
  }
}
#main-visual .mvsw ul li a .mvwrap figure {
  align-self: flex-end;
}
@media (max-width: 1500px) {
  #main-visual .mvsw ul li a .mvwrap figure {
    width: 30%;
  }
}
#category {
  margin-top: 80px;
  padding-bottom: 80px;
}
#category article ul {
  display: flex;
}
@media (max-width: 1200px) {
  #category article ul {
    flex-wrap: wrap;
  }
}
#category article ul li {
  width: calc((100% - 42px) / 5);
  height: 245px;
  border-radius: 15px;
  margin-right: 14px;
  margin-bottom: 14px;
  background: #eee;
  position: relative;
  z-index: 0;
  cursor: pointer;
  overflow: hidden;
}
@media (max-width: 1200px) {
  #category article ul li {
    width: calc(25% - 10px);
    margin-right: 10px;
  }
}
@media (max-width: 768px) {
  #category article ul li {
    width: calc(50% - 10px);
    height: 200px;
  }
}
#category article ul li figure {
  position: absolute;
  right: 0;
  bottom: 0;
}
#category article ul li figure img {
  transition: all 0.3s;
}
#category article ul li:last-child {
  margin-right: 0;
}
#category article ul li:hover figure img {
  transform: scale(1.1, 1.1);
}
#category article ul li a {
  padding: 35px;
  width: 100%;
  height: 100%;
  display: block;
}
@media (max-width: 768px) {
  #category article ul li a {
    padding: 15px;
  }
}
#category article ul li a b {
  color: #00afdd;
  font-size: 0.875rem;
  font-weight: 600;
  display: block;
  margin-bottom: 8px;
}
#category article ul li a h3 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  #category article ul li a h3 {
    font-size: 1.25rem;
  }
}
@media (max-width: 768px) {
  #category article ul li a p {
    font-size: 0.875rem;
  }
}
#category article ul li .box-tit {
  width: 100%;
  height: 100%;
}
#category article ul li .box-tit .category-tit {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  #category article ul li .box-tit .category-tit {
    justify-content: flex-end;
  }
}
#category article ul li .box-tit .category-tit h4 {
  font-size: 1.875rem;
  color: #000;
  opacity: 0.5;
  line-height: 1.3;
}
@media (max-width: 1200px) {
  #category article ul li .box-tit .category-tit h4 {
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  #category article ul li .box-tit .category-tit h4 {
    font-size: 1.25rem;
    opacity: 0.8;
  }
}
@media (max-width: 1200px) {
  #category article ul li .box-tit .category-tit h4 br {
    display: none;
  }
}
#category article ul li .box-tit .category-tit p {
  font-size: 0.875rem;
  color: #000;
  opacity: 0.4;
}
#category article ul.top li:nth-child(1) {
  width: calc((100% - 12px) / 5 * 2);
}
@media (max-width: 1200px) {
  #category article ul.top li:nth-child(1) {
    width: 50%;
  }
}
@media (max-width: 768px) {
  #category article ul.top li:nth-child(1) {
    width: 100%;
  }
}
#category article ul.top li:nth-child(3) {
  background: none;
}
@media (max-width: 1200px) {
  #category article ul.top li:nth-child(3) {
    order: 1;
    width: 100%;
  }
}
@media (max-width: 768px) {
  #category article ul.top li:nth-child(3) {
    height: 130px;
  }
}
@media (max-width: 1200px) {
  #category article ul.top li:not(:nth-child(3)) {
    order: 2;
  }
}
#category article ul.top li.red-box {
  overflow: hidden;
}
#category article ul.top li.red-box a {
  background-color: #e3231e;
}
#category article ul.top li.red-box a div b {
  color: #ffc710;
}
#category article ul.top li.red-box a div h3 {
  color: #fff;
}
#category article ul.top li.red-box a div p {
  color: #fff;
}
#category article ul.bot li {
  background: linear-gradient(140deg, rgb(0, 175, 221) 0%, rgb(16, 206, 255) 100%);
}
#category article ul.bot li:nth-child(1) {
  background: none;
}
@media (max-width: 1200px) {
  #category article ul.bot li:nth-child(1) {
    width: 100%;
  }
}
@media (max-width: 768px) {
  #category article ul.bot li:nth-child(1) {
    height: 130px;
  }
}
#category article ul.bot li:last-child {
  width: calc((100% - 12px) / 5 * 2);
}
@media (max-width: 1200px) {
  #category article ul.bot li:last-child {
    width: calc((100% - 12px) / 4 * 2);
  }
}
@media (max-width: 768px) {
  #category article ul.bot li:last-child {
    width: 100%;
  }
}
#category article ul.bot li a div.box-tit b {
  color: #fff;
}
#category .banner {
  margin-top: 80px;
  padding: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #ff9d78 url("/img/banner.png") no-repeat center right/cover;
}
@media (max-width: 768px) {
  #category .banner {
    padding: 20px;
    position: relative;
    z-index: 0;
  }
}
#category .banner::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
@media (max-width: 768px) {
  #category .banner::after {
    display: block;
  }
}
#category .banner .banner-tit h4 {
  font-size: 1.875rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: #fff;
}
@media (max-width: 768px) {
  #category .banner .banner-tit h4 {
    font-size: 1.25rem;
  }
}
#category .banner .banner-tit p {
  color: #fff;
  font-size: 1rem;
}
@media (max-width: 768px) {
  #category .banner .banner-tit p {
    font-size: 0.875rem;
  }
}
#category .banner a {
  display: flex;
  background-color: #fff;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  padding: 20px 50px;
  overflow: hidden;
}
@media (max-width: 768px) {
  #category .banner a {
    padding: 10px 10px;
    min-width: 100px;
    font-size: 0.875rem;
  }
}
#category .banner a i {
  margin-left: 10px;
}
#category .banner a:hover i {
  animation: bounceInDown 1s;
}

#prod {
  padding: 80px 0;
  background: #f7f7f7;
}
#prod article ul {
  display: flex;
  flex-wrap: wrap;
}
#prod article ul li {
  width: calc((100% - 90px) / 4);
  margin-right: 30px;
  margin-bottom: 40px;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1200px) {
  #prod article ul li {
    width: calc((100% - 40px) / 3);
    margin-right: 20px;
  }
}
@media (max-width: 768px) {
  #prod article ul li {
    width: calc((100% - 10px) / 2);
    margin-right: 10px;
  }
}
#prod article ul li:nth-child(4n) {
  margin-right: 0;
}
@media (max-width: 1200px) {
  #prod article ul li:nth-child(4n) {
    margin-right: 20px;
  }
}
@media (max-width: 1200px) {
  #prod article ul li:nth-child(3n) {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  #prod article ul li:nth-child(3n) {
    margin-right: 10px;
  }
}
@media (max-width: 768px) {
  #prod article ul li:nth-child(2n) {
    margin-right: 0;
  }
}
#prod article ul li a figure {
  aspect-ratio: 1/1;
  overflow: hidden;
}
#prod article ul li a figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s;
}
#prod article ul li a:hover figure img {
  transform: scale(1.1, 1.1);
}
#prod article ul li a div.prod-info {
  background: #fff;
  padding: 20px;
}
@media (max-width: 768px) {
  #prod article ul li a div.prod-info {
    padding: 10px;
  }
}
#prod article ul li a div.prod-info div.tag {
  display: flex;
  margin-bottom: 20px;
}
#prod article ul li a div.prod-info div.tag em {
  margin-right: 5px;
  color: #fff;
  background: #232323;
  padding: 3px 5px;
  font-size: 0.625rem;
}
#prod article ul li a div.prod-info div.tag em.new {
  background-color: #5eaf55;
}
#prod article ul li a div.prod-info div.tag em.hot {
  background-color: #e3231e;
}
#prod article ul li a div.prod-info div.prod-name {
  margin-bottom: 18px;
}
#prod article ul li a div.prod-info div.prod-name h5 {
  font-size: 1.25rem;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  #prod article ul li a div.prod-info div.prod-name h5 {
    font-size: 1rem;
  }
}
#prod article ul li a div.prod-info div.prod-name p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: #888;
  font-size: 0.875rem;
}
@media (max-width: 768px) {
  #prod article ul li a div.prod-info div.prod-name p {
    font-size: 0.75rem;
  }
}
#prod article ul li a div.prod-info div.prod-price dl {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#prod article ul li a div.prod-info div.prod-price dl dt {
  font-size: 0.875rem;
  color: #888888;
  position: relative;
}
@media (max-width: 768px) {
  #prod article ul li a div.prod-info div.prod-price dl dt {
    font-size: 0.75rem;
  }
}
#prod article ul li a div.prod-info div.prod-price dl dt::after {
  content: "";
  display: block;
  width: 105%;
  height: 1px;
  background: #888;
  position: absolute;
  left: 0;
  top: 50%;
}
#prod article ul li a div.prod-info div.prod-price dl dd {
  font-size: 1.5rem;
  font-weight: 600;
  margin-left: 10px;
}
@media (max-width: 768px) {
  #prod article ul li a div.prod-info div.prod-price dl dd {
    font-size: 1.25rem;
  }
}
#prod article ul li a div.prod-info div.prod-price dl dd span {
  font-size: 1rem;
}
@media (max-width: 768px) {
  #prod article ul li a div.prod-info div.prod-price dl dd span {
    font-size: 0.875rem;
  }
}

#news {
  padding: 80px 0;
}
#news .inner {
  max-width: 1700px;
}
#news .inner article ul {
  display: flex;
}
@media (max-width: 768px) {
  #news .inner article ul {
    flex-wrap: wrap;
  }
}
#news .inner article ul li {
  width: calc((100% - 51px) / 4);
  margin-right: 17px;
}
@media (max-width: 768px) {
  #news .inner article ul li {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
  }
}
#news .inner article ul li:last-child {
  margin-right: 0;
}
#news .inner article ul li a figure {
  aspect-ratio: 2/1;
}
#news .inner article ul li a figure img {
  width: 100%;
  height: 100%;
}
#news .inner article ul li a div.news-txt {
  background: #fff;
  padding: 20px;
  border: 1px solid #ddd;
}
#news .inner article ul li a div.news-txt dl dt {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 14px;
}
@media (max-width: 768px) {
  #news .inner article ul li a div.news-txt dl dt {
    font-size: 1rem;
  }
}
#news .inner article ul li a div.news-txt dl dd {
  font-size: 0.875rem;
  color: #888888;
  line-height: 1.5;
}
@media (max-width: 768px) {
  #news .inner article ul li a div.news-txt dl dd {
    font-size: 0.75rem;
  }
}/*# sourceMappingURL=style.css.map */