@charset "utf-8";

.shop_list_box{ width: 100%; float: left}

.shop_list_headbar{ width: 100%; float: left;  margin-bottom: 30px;  display: flex; justify-content: flex-end;}



.tedu_light-N1+.tedu_light-N9 .contents-right {
  top: 14.9rem;
}

.tedu_light-N9 {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 12rem;
}

.tedu_light-N9 .container-full .contents-right {
  max-width: calc(100% - 16rem);
}

.tedu_light-N9 .container-lg .contents-right {
  max-width: 1440px;
}

.tedu_light-N9 .container-md .contents-right {
  max-width: 1280px;
}

.tedu_light-N9 .container-sm .contents-right {
  max-width: 1024px;
}

.tedu_light-N9 .mobile-view {
  display: none;
}

.tedu_light-N9 .contents-container {
  align-items: flex-start;
}

.tedu_light-N9 .contents-inner {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}

.tedu_light-N9 .contents-left {
  position: relative;
  z-index: 2;
  width: calc(50% + 16rem);
}

.tedu_light-N9 .contents-visual {
  width: 100%;

  border-radius: 2rem;
  overflow: hidden;  padding: 0px!important
}
.tedu_light-N9 .contents-visual  a{
padding: 0px;   width: 100%;  aspect-ratio:16 / 9
}
.tedu_light-N9 .contents-visual  a img{
width:100%;     object-fit: cover;
    width: 100%;
    height: 100%;

}
.tedu_light-N9 .tabset {
  margin: 5rem 0;
  border-bottom: 1px solid var(--border-color);
}

.tedu_light-N9 .tabset .tabset-list {
  justify-content: flex-start;
}

.tedu_light-N9 .tabset .tabset-list .tabset-item {
  padding-left: 0 !important;
}

.tedu_light-N9 .tabset .tabset-list .tabset-item em {
  display: inline-block;
  margin-left: 0.4rem;
  font-style: normal;
  color: var(--primary);
}

.tedu_light-N9 .tabset.tabset-solid .tabset-link2.active {
  color: var(--black);
}

.tedu_light-N9 .tabset.tabset-solid .tabset-link2::after {
  background-color: var(--black);
}

.tedu_light-N9 .contents-group {
  padding-bottom: 4rem; text-align: left
}

.tedu_light-N9 .contents-group:last-child {
  padding-bottom: 0;
}

.tedu_light-N9 .contents-group+.contents-group {
  padding-top: 4rem;
  border-top: 1px solid var(--border-color);
}

.tedu_light-N9 .contents-group .textset {
  position: relative;
}

.tedu_light-N9 .contents-group .textset+.cardset-wrap,
.tedu_light-N9 .contents-group .textset+.accordset {
  margin-top: 2rem;
}

.tedu_light-N9 .contents-group .textset .textset-tit {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.tedu_light-N9 .contents-group .textset .textset-tit+.textset-desc {
  margin-top: 0.8rem;
}

.tedu_light-N9 .contents-group .textset .textset-desc {
  color: var(--text-color3);
}

.tedu_light-N9 .contents-group .textset .textset-tit small {
  display: inline-block;
  color: var(--text-color3);
}

.tedu_light-N9 .contents-group .imageset {
  width: 100%;
  height: 24rem;
  margin: 2rem 0;
  border-radius: 0rem;
  overflow: hidden;
}

.tedu_light-N9 .contents-group .star-list {
  display: flex;
  align-items: center;
}

.tedu_light-N9 .contents-group .star-list+p {
  margin-top: 0.2rem;
}

.tedu_light-N9 .contents-group .star-item {
  width: 2rem;
  height: 2rem;
  background-image: url("/api/t-a/82/1743073200/resources/icons/ico_star_md_gray.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.tedu_light-N9 .contents-group .star-item.on {
  background-image: url("/api/t-a/82/1743073200/resources/icons/ico_star_md_pri.svg");
}

.tedu_light-N9 .contents-group .total {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 22rem;
  padding: 2rem 4rem;
  border-radius: 0rem;
  overflow: hidden;
  background-color: #f7f7fb;
  text-align: center;
}

.tedu_light-N9 .contents-group .total .star-list {
  gap: 0.4rem;
  margin-top: 1.4rem;
  margin-bottom: 0.8rem;
}

.tedu_light-N9 .contents-group .total .star-item {
  width: 2.4rem;
  height: 2.4rem;
  background-image: url("/api/t-a/82/1743073200/resources/icons/ico_star_lg_gray.svg");
}

.tedu_light-N9 .contents-group .total .star-item.on {
  background-image: url("/api/t-a/82/1743073200/resources/icons/ico_star_lg_pri.svg");
}

.tedu_light-N9 .contents-group .total .total-desc {
  color: var(--text-color3);
}

.tedu_light-N9 .contents-group .cardset-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}

.tedu_light-N9 .contents-group .cardset-group {
  position: relative;
}

.tedu_light-N9 .contents-group .cardset {
  padding: 4rem;
  background-color: #f7f7fb;
}

.tedu_light-N9 .contents-group .cardset .cardset-desc {
  -webkit-line-clamp: 5;
  margin-bottom: 0;
  color: var(--text-color3);
}

.tedu_light-N9 .contents-group .cardset.cardset-sns .cardset-subject .cardset-figure {
  position: relative;
  box-shadow: 0 3px 10px rgba(var(--black-rgb), 0.16);
}

.tedu_light-N9 .contents-group .cardset.cardset-sns .cardset-subject .cardset-figure::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.5);
}

.tedu_light-N9 .contents-group .cardset.cardset-sns .cardset-body {
  margin-top: 2rem;
  padding-top: 0;
  border-top: 0;
}

.tedu_light-N9 .contents-group .cardset.cardset-sns .cardset-desc {
  -webkit-line-clamp: 3;
}

.tedu_light-N9 .contents-group .cardset.cardset-user {
  align-items: flex-start;
}

.tedu_light-N9 .contents-group .cardset.cardset-user+.cardset.cardset-user {
  margin-top: 2rem;
}

.tedu_light-N9 .contents-group .cardset.cardset-user .cardset-figure {
  width: 4.8rem;
  height: 4.8rem;
}

.tedu_light-N9 .contents-group .cardset.cardset-user .cardset-profile {
  padding-left: 1.2rem;
}

.tedu_light-N9 .contents-group .cardset.cardset-user .cardset-info {
  margin-top: 0.2rem;
  color: var(--text-color3);
}

.tedu_light-N9 .contents-group .cardset.cardset-user .cardset-info+.cardset-desc {
  margin-top: 1.2rem;
}

.tedu_light-N9 .contents-group .ico-like {
  position: absolute;
  top: 4rem;
  right: 4rem;
  width: 4rem;
  height: 4rem;
  background: rgba(25, 26, 31, 0.1);
  border-radius: 50%;
  border: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  z-index: 9;
}

.tedu_light-N9 .ico-like.active em {
  background: url("/api/t-a/82/1743073200/resources/icons/ico_heart_fill.svg") no-repeat center/contain;
}

.tedu_light-N9 .ico-like em {
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
  transition: 0.3s;
  background: url("/api/t-a/82/1743073200/resources/icons/ico_heart.svg") no-repeat center/contain;
}

.tedu_light-N9 .contents-group .contents-swiper {
  width: calc(100% - 24rem);
  overflow: hidden;
}

.tedu_light-N9 .control-wrap {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 6.8rem;
  height: 3.2rem;
}

.tedu_light-N9 .control-wrap .swiper-button-prev,
.tedu_light-N9 .control-wrap .swiper-button-next {
  position: static;
  width: 3.2rem;
  height: 3.2rem;
  margin-top: 0;
  transition: opacity 0.3s;
}

.tedu_light-N9 .control-wrap .swiper-button-prev {
  left: 0;
  background: url("/api/t-a/82/1743073200/resources/icons/ico_btn_prev.svg") no-repeat center;
}

.tedu_light-N9 .control-wrap .swiper-button-next {
  right: 0;
  background: url("/api/t-a/82/1743073200/resources/icons/ico_btn_next.svg") no-repeat center;
}

.tedu_light-N9 .control-wrap .swiper-button-prev::after,
.tedu_light-N9 .control-wrap .swiper-button-next::after {
  content: none;
}

.tedu_light-N9 .control-wrap .swiper-button-prev,
.tedu_light-N9 .control-wrap .swiper-button-next {
  filter: grayscale(100%) brightness(0);
  -webkit-filter: grayscale(100%) brightness(0);
}

.tedu_light-N9 .accordset.accordset-plus {
  border: 0;
}

.tedu_light-N9 .accordset.accordset-plus .accordset-item+.accordset-item {
  margin-top:0rem;
  border-top: 0;
}

.tedu_light-N9 .accordset.accordset-plus .accordset-item.active .accordset-button .accordset-tit { text-align: left!important;
  color: var(--text-color1);
}

.tedu_light-N9 .accordset.accordset-plus .accordset-item.active .accordset-header::after {
  color: var(--text-color1);
}

.tedu_light-N9 .accordset.accordset-plus .accordset-item .accordset-header::after {
  color: var(--text-color3);
}

.tedu_light-N9 .accordset.accordset-plus .accordset-item .accordset-button {
  align-items: center;
  padding-top: 0;
  padding-left: 0;
  padding-bottom: 0;
  color: var(--text-color3)
}

.tedu_light-N9 .accordset.accordset-plus .accordset-item .accordset-button .accordset-tit {
  color: var(--text-color3);
}

.tedu_light-N9 .accordset.accordset-plus .accordset-item .accordset-q {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: #f7f7fb;
  text-align: center;
  color: var(--text-color1);
}

.tedu_light-N9 .accordset.accordset-plus .accordset-item .accordset-body {
  background: transparent;
  border-top: 0; padding-bottom: 20px!important
}

.tedu_light-N9 .accordset .accordset-content {
  padding: 0.8rem 3.6rem 0 5.2rem;
  color: var(--text-color3);; font-size: 16px!important
}

.tedu_light-N9 .contents-right {
  display: flex;
  justify-content: flex-end;
  position: sticky;
  top: 0;
  width: calc(50% - 20rem);
  z-index: 1;
}

.tedu_light-N9 .contents-sidebar {
  position: relative;
  width: 100%;
  padding: 4rem;
  border-radius: 2rem;
  overflow: hidden;
  background: #f7f7fb;
}

.tedu_light-N9 .contents-sidebar .sidebar-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 4rem);
}

.tedu_light-N9 .contents-sidebar .badge-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4rem;
}

.tedu_light-N9 .contents-sidebar .badge-wrap .badge {
  padding: 0.4rem 1.2rem;
  background-color: transparent;
}

.tedu_light-N9 .contents-sidebar .sidebar-body {
  margin-top: 2rem;
}

.tedu_light-N9 .contents-sidebar .sidebar-tit+.sidebar-desc {
  margin-top: 0.8rem;
}

.tedu_light-N9 .contents-sidebar .sidebar-desc {
  color: var(--text-color3);
}

.tedu_light-N9 .contents-sidebar .sidebar-footer {
  margin-top: 4rem;
  padding-top: 2.4rem;
  border-top: 1px solid var(--border-color);
}

.tedu_light-N9 .ico-bookmark {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 4rem;
  z-index: 9;
  right: 4rem;
  width: 4rem;
  height: 4rem;
  background: rgba(25, 26, 31, 0.1);
  border-radius: 50%;
}

.tedu_light-N9 .ico-bookmark.active em {
  background: url("/api/t-a/82/1743073200/resources/icons/ico_bookmark_fill.svg") no-repeat center/contain;
}

.tedu_light-N9 .ico-bookmark em {
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
  background: url("/api/t-a/82/1743073200/resources/icons/ico_bookmark.svg") no-repeat center/contain;
  transition: 0.3s;
}

.tedu_light-N9 .sidebar-textarea {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 4rem;
}

.tedu_light-N9 .sidebar-textarea .co-primary {
  color: var(--primary);
}

.tedu_light-N9 .sidebar-textarea .textarea-group {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.tedu_light-N9 .sidebar-textarea .textarea-desc {
  color: var(--text-color3);
}

.tedu_light-N9 .sidebar-textarea .textarea-text {
  width: 100%;
  margin-top: 0.8rem;
  text-align: right;
  color: var(--text-color3);
}

@media (max-width: 1400px) {
  .tedu_light-N9 .contents-sidebar {
    padding: 3.2rem;
  }

  .tedu_light-N9 .contents-sidebar .sidebar-footer {
    margin-top: 2rem;
    padding-top: 1.4rem;
  }
}

@media (max-width: 1200px) {
  .tedu_light-N9 .contents-left {
    width: calc(50% + 8rem);
  }

  .tedu_light-N9 .contents-right {
    width: calc(50% - 10rem);
  }
}

@media (max-width: 992px) {
  .tedu_light-N9 {
    padding-top: 4rem;
    padding-bottom: 11rem;
  }

  .tedu_light-N9 .mobile-view {
    display: block;
  }

  .tedu_light-N9 .pc-veiw {
    display: none;
  }

  .tedu_light-N9 .contents-left {
    width: 100%;
  }

  .tedu_light-N9 .contents-visual {
    height: 24rem;
    border-radius: 1rem;
  }

  .tedu_light-N9 .contents-sidebar {
    width: 100%;
    margin-top: 4rem;
    border-radius: 1rem;
  }

  .tedu_light-N9 .ico-bookmark {
    top: 3.2rem;
    right: 3.2rem;
    width: 3.2rem;
    height: 3.2rem;
  }

  .tedu_light-N9 .ico-bookmark em {
    width: 2rem;
    height: 2rem;
  }

  .tedu_light-N9 .contents-sidebar .sidebar-footer {
    margin-top: 3.2rem;
    padding-top: 1.2rem;
  }

  .tedu_light-N9 .sidebar-textarea {
    margin-bottom: 2rem;
  }

  .tedu_light-N9 .sidebar-textarea .textarea-text {
    margin-top: 0.4rem;
  }

  .tedu_light-N9 .contents-right {
    z-index: 20;
  }

  .tedu_light-N9 .fix-bottom {
    position: fixed;
    display: block;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 1.2rem 1.6rem;
    background: var(--white);
    border-top: 1px solid var(--border-color);
  }

  .tedu_light-N9 .tabset {
    margin: 4rem 0;
  }

  .tedu_light-N9 .contents-group {
    padding-bottom: 3.2rem;
  }

  .tedu_light-N9 .contents-group+.contents-group {
    padding-top: 3.2rem;
  }

  .tedu_light-N9 .contents-group .textset .textset-tit+.textset-desc {
    margin-top: 1.2rem;
  }

  .tedu_light-N9 .contents-group .imageset {
    height: 24rem;
    margin: 1.2rem 0;
    border-radius: 1rem;
  }
  .tedu_light-N9 .contents-group .imageset >div {

  }
  .tedu_light-N9 .contents-group .textset .textset-tit+.textset-desc {
    margin-top: 0.8rem;
  }

  .tedu_light-N9 .control-wrap {
    position: static;
    margin-top: 2rem;
  }

  .tedu_light-N9 .contents-group .textset+.cardset-wrap {
    margin-top: 1.2rem;
  }

  .tedu_light-N9 .contents-group .textset+.cardset-wrap.review-wrap {
    margin-top: 3.8rem;
  }

  .tedu_light-N9 .contents-group .textset+.accordset {
    margin-top: 1.2rem;
  }

  .tedu_light-N9 .contents-group .cardset-wrap {
    flex-direction: column;
    gap: 1.2rem;
  }

  .tedu_light-N9 .contents-group .total {
    width: 100%;
    border-radius: 1rem;
  }

  .tedu_light-N9 .contents-group .total .star-list {
    margin-top: 0.8rem;
    margin-bottom: 0.2rem;
  }

  .tedu_light-N9 .contents-group .total .star-item {
    width: 2rem;
    height: 2rem;
  }

  .tedu_light-N9 .contents-group .contents-swiper {
    width: 100%;
  }

  .tedu_light-N9 .contents-group .cardset {
    padding: 3.2rem;
  }

  .tedu_light-N9 .contents-group .cardset.cardset-sns .cardset-subject .cardset-figure {
    width: 4rem;
    height: 4rem;
  }

  .cardset.cardset-sns .cardset-info {
    margin-left: 0.8rem;
  }

  .tedu_light-N9 .contents-group .cardset.cardset-sns .cardset-body {
    margin-top: 1.2rem;
  }

  .tedu_light-N9 .contents-group .cardset.cardset-user .cardset-figure {
    position: absolute;
    top: 3.2rem;
    left: 3.2rem;
  }

  .tedu_light-N9 .contents-group .cardset.cardset-user .cardset-profile {
    padding-top: 0.4rem;
    padding-left: 0;
    text-align: left;
  }

  .tedu_light-N9 .contents-group .cardset.cardset-user .cardset-tit {
    width: calc(100% - 3.2rem);
    padding-left: 6rem;
  }

  .tedu_light-N9 .contents-group .cardset.cardset-user .cardset-info {
    width: calc(100% - 3.2rem);
    padding-left: 6rem;
  }

  .tedu_light-N9 .contents-group .ico-like {
    top: 3.2rem;
    right: 3.2rem;
    width: 3.2rem;
    height: 3.2rem;
  }

  .tedu_light-N9 .ico-like em {
    width: 2rem;
    height: 2rem;
  }

  .tedu_light-N9 .accordset.accordset-plus .accordset-header::after {
    right: 0;
    width: 2rem;
    height: 2rem;
  }

  .tedu_light-N9 .accordset.accordset-plus .accordset-item+.accordset-item {
    margin-top: 1.2rem;
  }

  .tedu_light-N9 .accordset.accordset-plus .accordset-item .accordset-q {
    width: 3.2rem;
    height: 3.2rem;
    margin-right: 0.8rem;
  }

  .tedu_light-N9 .accordset.accordset-plus .accordset-item .accordset-button {
    padding-right: 2.8rem;
  }

  .tedu_light-N9 .accordset.accordset-plus .accordset-content {
    padding: 0.4rem 4rem 0 4rem; font-size: 14px!important
  }
}





/* ========== */
/* Tabset */
.tabset { --tabset-pd-lg: 2.6rem; --tabset-pd-sm: 2.4rem; position: relative; width: 100%; } 
.tabset .tabset-list { display: flex; justify-content: center; } 
.tabset .tabset-item { position: relative; } 
.tabset .tabset-item span { display: inline-block; } 
.tabset .tabset-link2 { position: relative; display: flex; justify-content: center; align-items: center; width: 100%; font-weight: 500; } 
.tabset .tabset-container { padding: 2rem; background-color: var(--body-bg); } 
.tabset .tabset-container .tabset-cont { display: none; } 
.tabset .tabset-container .tabset-cont.active { display: block; } 
@media (max-width: 992px){
 .tabset .tabset-list { justify-content: flex-start; } 
 }
/* Tabset: Fluid */
.tabset.tabset-fluid .tabset-list { background-color: var(--body-bg); } 
.tabset.tabset-fluid .tabset-item { flex-grow: 1; } 
.tabset.tabset-fluid .tabset-link2 { color: var(--text-color3); } 
.tabset.tabset-fluid .tabset-link2::after { content: none; position: absolute; left: 0; bottom: -1px; width: 100%; height: 2px; background-color: var(--primary); } 
.tabset.tabset-fluid .tabset-list.tabset-lg .tabset-link2 { min-height: var(--ht-xl); height: var(--ht-xl); padding-left: var(--tabset-pd-lg); padding-right: var(--tabset-pd-lg); } tk
.tabset.tabset-fluid .tabset-list.tabset-sm .tabset-link2 { min-height: var(--ht-lg); height: var(--ht-lg); padding-left: var(--tabset-pd-sm); padding-right: var(--tabset-pd-sm); } 
.tabset.tabset-fluid .tabset-link2.active,
.tabset.tabset-fluid .tabset-link2:hover { color: var(--primary); } 
.tabset.tabset-fluid .tabset-link2.active::after,
.tabset.tabset-fluid .tabset-link2:hover::after { content: ''; } 
@media (max-width: 992px){
 .tabset.tabset-fluid .tabset-list { flex-wrap: wrap; } 
 .tabset.tabset-fluid .tabset-item { flex-grow: 0; width: calc(100% / 3); } 
 }
/* Tabset: Solid */
.tabset.tabset-solid .tabset-list { background-color: var(--body-bg); } 
.tabset.tabset-solid .tabset-link2 { color: var(--text-color3); } 
.tabset.tabset-solid .tabset-link2::after { content: none; position: absolute; left: 0; bottom: -1px; width: 100%; height: 2px; background-color: var(--primary); } 
.tabset.tabset-solid .tabset-list.tabset-lg .tabset-item { padding-left: var(--tabset-pd-lg); padding-right: var(--tabset-pd-lg); } 
.tabset.tabset-solid .tabset-list.tabset-sm .tabset-item { padding-left: var(--tabset-pd-sm); padding-right: var(--tabset-pd-sm); } 
.tabset.tabset-solid .tabset-list.tabset-lg .tabset-link2 { min-height: var(--ht-xl); height: var(--ht-xl); } 
.tabset.tabset-solid .tabset-list.tabset-sm .tabset-link2 { min-height: var(--ht-lg); height: var(--ht-lg); } 
.tabset.tabset-solid .tabset-link2.active,
.tabset.tabset-solid .tabset-link2:hover { color: var(--primary); } 
.tabset.tabset-solid .tabset-link2.active::after,
.tabset.tabset-solid .tabset-link2:hover::after { content: ''; } 
@media (max-width: 992px){
 .tabset.tabset-solid .tabset-list { overflow-x: auto; padding-bottom: 1px; } 
 .tabset.tabset-solid .tabset-item { white-space: nowrap; } 
 }
/* Tabset: Text */
.tabset.tabset-text .tabset-item + .tabset-item .tabset-link2::before { content: ''; position: absolute; top: 50%; left: 0; transform: translateY(-50%); width: 1px; height: 2rem; background-color: var(--border-color); } 
.tabset.tabset-text .tabset-link2 { color: var(--text-color3); } 
.tabset.tabset-text .tabset-list.tabset-lg .tabset-link2 { min-height: var(--ht-xl); height: var(--ht-xl); padding-left: var(--tabset-pd-lg); padding-right: var(--tabset-pd-lg); } 
.tabset.tabset-text .tabset-list.tabset-sm .tabset-link2 { min-height: var(--ht-lg); height: var(--ht-lg); padding-left: var(--tabset-pd-sm); padding-right: var(--tabset-pd-sm); } 
.tabset.tabset-text .tabset-link2.active,
.tabset.tabset-text .tabset-link2:hover { color: var(--primary); } 
@media (max-width: 992px){
 .tabset.tabset-text .tabset-list { flex-wrap: wrap; } 
 .tabset.tabset-text .tabset-item { width: calc(100% / 4); } 
 .tabset.tabset-text .tabset-item + .tabset-item .tabset-link2::before { height: 1.4rem; } 
 .tabset.tabset-text .tabset-list.tabset-lg .tabset-link2 { padding-left: 0; padding-right: 0; } 
 .tabset.tabset-text .tabset-list.tabset-sm .tabset-link2 { padding-left: 0; padding-right: 0; } 
 .tabset.tabset-text .tabset-item:nth-child(4n + 1) .tabset-link2::before { content: none; } 
 }
/* Tabset: Brick */
.tabset.tabset-brick .tabset-list { background-color: var(--body-bg); } 
.tabset.tabset-brick .tabset-item { flex-grow: 1; } 
.tabset.tabset-brick .tabset-list .tabset-link2 { border: 1px solid var(--border-color); } 
.tabset.tabset-brick .tabset-item + .tabset-item .tabset-link2 { border-left: 0; } 
.tabset.tabset-brick .tabset-list.tabset-sm .tabset-link2 { min-height: var(--ht-lg); height: var(--ht-lg); padding-left: var(--tabset-pd-sm); padding-right: var(--tabset-pd-sm); } 
.tabset.tabset-brick .tabset-list.tabset-lg .tabset-link2 { min-height: var(--ht-xl); height: var(--ht-xl); padding-left: var(--tabset-pd-lg); padding-right: var(--tabset-pd-lg); } 
.tabset.tabset-brick .tabset-list.tabset-fill .tabset-link2.active, 
.tabset.tabset-brick .tabset-list.tabset-fill .tabset-link2:hover { background-color: var(--primary); color: var(--body-bg); border: 1px solid var(--primary); } 
.tabset.tabset-brick .tabset-list.tabset-line .tabset-link2.active,
.tabset.tabset-brick .tabset-list.tabset-line .tabset-link2:hover { color: var(--primary); margin-top: -1px; height: calc(100% + 2px); } 
.tabset.tabset-brick .tabset-list.tabset-line .tabset-link2.active::after,
.tabset.tabset-brick .tabset-list.tabset-line .tabset-link2:hover::after { content: ''; position: absolute; top: 0; left: 0; width: calc(100% + 1px); height: 100%; border: 1px solid var(--primary); z-index: 2; } 
@media (max-width: 992px){
 .tabset.tabset-brick .tabset-list { padding-bottom: 1px; border: none; overflow-x: auto; overflow-y: hidden; } 
 .tabset.tabset-brick .tabset-item { flex-shrink: 0; flex-grow: 0; width: calc(100% / 3); margin: 0 0 -1px -1px; border: 1px solid var(--border-color); } 
 .tabset.tabset-brick .tabset-item + .tabset-item .tabset-link2::before { content: none; } 
 .tabset.tabset-brick .tabset-link2 span::after { content: none; position: absolute; bottom: 0; left: 0; width: 100%; height: 1px; background-color: var(--border-color); } 
 .tabset.tabset-brick .tabset-item:nth-child(3n + 1) .tabset-link2::before { content: none; } 
 .tabset.tabset-brick .tabset-list.tabset-line .tabset-link2.active::after,
 .tabset.tabset-brick .tabset-list.tabset-line .tabset-link2:hover::after { height: calc(100% - 1px); } 
 }
/* Tabset: Round */
.tabset.tabset-round .tabset-link2 { border-radius: var(--ht-xl); } 
.tabset.tabset-round .tabset-link2.active,
.tabset.tabset-round .tabset-link2:hover { color: var(--primary); } 
.tabset.tabset-round .tabset-list.tabset-line .tabset-link2 { border: 1px solid transparent; } 
.tabset.tabset-round .tabset-list.tabset-lg .tabset-link2 { min-height: var(--ht-xl); height: var(--ht-xl); padding-left: 3.6rem; padding-right: 3.6rem; } 
.tabset.tabset-round .tabset-list.tabset-sm .tabset-link2 { min-height: var(--ht-lg); height: var(--ht-lg); padding-left: 2.8rem; padding-right: 2.8rem; } 
.tabset.tabset-round .tabset-list.tabset-fill .tabset-link2.active,
.tabset.tabset-round .tabset-list.tabset-fill .tabset-link2:hover { background-color: var(--primary); color: var(--body-bg); } 
.tabset.tabset-round .tabset-list.tabset-line .tabset-link2.active,
.tabset.tabset-round .tabset-list.tabset-line .tabset-link2:hover { color: var(--primary); border: 1px solid var(--primary); } 
@media (max-width: 992px){
 .tabset.tabset-round .tabset-list { overflow-x: auto; } 
 .tabset.tabset-round .tabset-item { white-space: nowrap; } 
 }
/* Tabset: Panel */
.tabset.tabset-panel { border: 1px solid var(--border-color) } 
.tabset.tabset-panel .tabset-list { justify-content: flex-start; background-color: var(--bg-color); border-bottom: 1px solid var(--border-color); } 
.tabset.tabset-panel .tabset-link2 { min-width: 10rem; color: var(--text-color3); } 
.tabset.tabset-panel .tabset-item + .tabset-item .tabset-link2::before { content: ''; position: absolute; top: 50%; left: -1px; transform: translateY(-50%); width: 1px; height: 1.4rem; background-color: var(--border-color); } 
.tabset.tabset-panel .tabset-list.tabset-lg .tabset-link2 { min-height: var(--ht-xl); height: var(--ht-xl); padding-left: var(--tabset-pd-lg); padding-right: var(--tabset-pd-lg); } 
.tabset.tabset-panel .tabset-list.tabset-sm .tabset-link2 { min-height: var(--ht-lg); height: var(--ht-lg); padding-left: var(--tabset-pd-sm); padding-right: var(--tabset-pd-sm); } 
.tabset.tabset-panel .tabset-link2.active,
.tabset.tabset-panel .tabset-link2:hover { z-index: 2; background-color: var(--body-bg); color: var(--primary); } 
.tabset.tabset-panel .tabset-link2.active::before,
.tabset.tabset-panel .tabset-link2:hover::before { height: 100% !important; } 
.tabset.tabset-panel .tabset-link2.active::after,
.tabset.tabset-panel .tabset-link2:hover::after { content: ''; position: absolute; top: 50%; right: -1px; transform: translateY(-50%); width: 1px; height: 100%; background-color: var(--border-color); } 
.tabset.tabset-panel .tabset-link2.active span::after,
.tabset.tabset-panel .tabset-link2:hover span::after { content: ''; position: absolute; bottom: -1px; left: 0; width: 100%; height: 1px; z-index: 3; background-color: var(--body-bg); } 
@media (max-width: 992px){
 .tabset.tabset-panel .tabset-list { overflow-x: auto; border-bottom: none; } 
 .tabset.tabset-panel .tabset-item { white-space: nowrap; border-bottom: 1px solid var(--border-color); } 
 }










.sct_img_wrap {
  position: relative;
  overflow: hidden;
}
.sct_hover_btns {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  gap: 8px;
  z-index: 10;
}
.sct_img_wrap:hover .sct_hover_btns {
  display: flex;
}
.sct_hover_btns button {
  background: rgba(0,0,0,0.7);
  border: none;
  color: #fff;
  padding: 8px 10px;
  border-radius: 4px;
  font-size: 14px;
  cursor: pointer;
}
.sct_hover_btns button:hover {
  background: #333;
}





.accordset{ border-bottom: 1px solid #ccc!important}

.accordset-header{ padding: 0px;}
.accordset-button{ padding: 5px!important; border-top: 1px solid #ccc!important; background-color: #fff!important; }



.accordset-content_Tx {  padding: 0.4rem 4rem 0 60px;
  font-size: 14px!important; line-height: 130%
}




















 .sw_002 {width: 100%; 
position: relative;

}

.sw_002 .contents-inner {
position: relative
}




.sw_002 .inbox_titbox{  width: 100%; float: left; display: flex;  justify-content: center;  align-items: center; box-sizing: border-box; margin-bottom: 20px; position: relative }
	
.sw_002 .inbox_titbox .inbox_tit{   width: 100%;  float: left; font-size:26px ; color: #333; font-weight: 500; line-height: 100%; letter-spacing: -1px; }	
.sw_002  .inbox_titbox .inbox_tit em{ font-family: "hooncaramel", sans-serif!important;
font-weight:700; font-size:56px ; color: #282828; line-height: 150%; letter-spacing: -3px!important; text-transform:uppercase;}	
	
	
.sw_002 .inbox_titbox .inbox_more{  width:140px; float: left; border-bottom:3px solid #000; padding-bottom: 20px;font-family: "hooncaramel", sans-serif!important;  font-size:19px ;font-weight:700;  color: #000; line-height: 100%; letter-spacing: -1px; ; text-transform:uppercase; position: relative; text-align: left; cursor:pointer; }		
.sw_002 .inbox_titbox .inbox_more:before{ width:34px; height:34px; position: absolute; right: 0px; top:-10px; content: ""; background: url("../../resources/images/inbox_more.png") no-repeat left top;  background-size:34px;}	





 .sw_002 .contents-swiper {
width: calc(100% + 200px);   padding-bottom: 50px!important; padding-top: 40px!important
}

 .sw_002 .swiper-slide {
width: 100%;
position: relative
}

.sw_002 .inbox_titbox .contents-control {
position: absolute;
right:180px;
top:25px;
display: flex;
align-items: center;
gap: 2.4rem;
}

 .sw_002 .inbox_titbox .swiper-button-prev,
 .sw_002  .inbox_titbox .swiper-button-next {
    display: inline-block;
    flex-shrink: 0;
    position: static;
    margin-top: 0;
    width: 6rem;
    height: 6rem;
    background-image: url(../../resources/icons/ar_r.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1.8rem;
    border-radius: 50%;
    background-color: #f3f3f9;
    opacity: 1;
    transition: 0.3s
}

.sw_002 .inbox_titbox .swiper-button-prev {
transform: rotate(180deg);
}

.sw_002 .inbox_titbox .swiper-button-prev::after,
.sw_002 .inbox_titbox .swiper-button-next::after {
content: none;
}










 .sw_002 .swiper-slide .goods_list  {width:100%!important;  aspect-ratio:1 / 0.98; float: left; border-radius: 10px 120px 10px 10px;  position: relative;  display: flex;
justify-content:center;  align-items: center; flex-direction:column; box-sizing: border-box;   overflow: hidden ; background-color:rgba(74,74,74,0.9);}
 .sw_002 .swiper-slide .goods_list  a{width:100%!important; height: 100%; float: left;  }

 .sw_002 .swiper-slide .goods_list  a img{    object-fit: cover;
    width: 100%;
    height: 100%; opacity: 1
}	

 .sw_002 .swiper-slide .goods_list:hover  a img{    object-fit: cover;
    width: 100%;
    height: 100%; opacity: 0.5
}	



.goods_color1{  background-color: #fecfa0; }	
.goods_color2{  background-color: #ffdce1; }
.goods_color3{  background-color: #ffcec3; }	
.goods_color4{  background-color: #e0dbf3; }	
	
 .sw_002  .swiper-slide .goods_list  a {width:100%!important;  height:100%; float: left; position: relative;
display: flex;
justify-content:center;  align-items: center; flex-direction:column; box-sizing: border-box; background-color: #000 ; z-index: 999999999999999999999999}	

 .sw_002  .swiper-slide .goods_list  a .goods_list_hover{width:100%!important;  height:100%; float: left; opacity: 0;display: flex;
justify-content:center;  align-items: center; flex-direction:column; box-sizing: border-box;  z-index: 999999999999999999999999; position: absolute; left: 0px; top: 0px; }	

 .sw_002  .swiper-slide .goods_list  a:hover .goods_list_hover{opacity: 1}	



 .sw_002  .swiper-slide .goods_list  a .goods_list_hover .hover_tx{width:100%;   float: left;  font-size:17px!important; line-height:100%; color: #fff; text-align:center!important;
font-weight:600!important; letter-spacing: -1px; margin-bottom: 10px}		
 .sw_002  .swiper-slide .goods_list  a .goods_list_hover .hover_tx2{width:100%;   float: left;  font-size:17px!important; line-height:100%; color: #fff; text-align:center!important;
font-weight:600!important; letter-spacing: -1px; margin-bottom: 30px}	
 .sw_002  .swiper-slide .goods_list  a .goods_list_hover .hover_tx2 em{ font-size:34px!important; line-height:100%; color: #fff; font-weight:600!important; letter-spacing: -1px; }		
 .sw_002  .swiper-slide .goods_list  a .goods_list_hover .hover_more{width:100%;   float: left;  display: flex;
justify-content:center;  align-items: center; flex-direction:row; box-sizing: border-box; gap:20px; }	
 .sw_002  .swiper-slide .goods_list a  .goods_list_hover .hover_more .cart{width:56px;  height: 56px; position: relative; background-color: #000!important ; border-radius: 100%; z-index: 99; }		
 .sw_002  .swiper-slide .goods_list a  .goods_list_hover .hover_more .cart:before{width:56px;  height: 56px;content: "\e889";    font-family: unicons-line; position: absolute; left: 0px; top: 0px;font-size: 25px; color: #fff ;display: flex;  justify-content: center;  align-items: center;}	
 .sw_002 .swiper-slide .goods_list  a .goods_list_hover .hover_more .view{width:56px;  height: 56px;  position: relative; background-color: #000 !important; border-radius: 100%; z-index: 99}	
 .sw_002  .swiper-slide .goods_list a  .goods_list_hover .hover_more .view:before{width:56px;  height: 56px;content: "\e99a";    font-family: unicons-line; position: absolute; left: 0px; top: 0px;font-size: 25px; color: #fff;display: flex;  justify-content: center;  align-items: center; }	
		
	

	








