@charset "UTF-8";
/* 공통 */
#sub-visual {
  background: url("/img/sub-visual-bg.png") no-repeat center center/cover;
  padding: 80px 0;
}
#sub-visual .inner .txt {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#sub-visual .inner .txt b {
  font-size: 1.25rem;
  color: #00AFDD;
  display: block;
  margin-bottom: 10px;
}
#sub-visual .inner .txt h2 {
  font-size: 3.375rem;
  font-weight: 600;
  color: #232323;
  margin-bottom: 18px;
}
#sub-visual .inner .txt nav ul {
  display: flex;
}
#sub-visual .inner .txt nav ul li {
  border-right: 1px solid 888;
}
#sub-visual .inner .txt nav ul li:last-child {
  border: none;
}
#sub-visual .inner .txt nav ul li a {
  padding: 0 5px;
  font-size: 1rem;
  color: #888888;
}

#list {
  padding: 80px 0;
}
#list article ul {
  display: flex;
  flex-wrap: wrap;
}
#list 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) {
  #list article ul li {
    width: calc((100% - 40px) / 3);
    margin-right: 20px;
  }
}
@media (max-width: 768px) {
  #list article ul li {
    width: calc((100% - 10px) / 2);
    margin-right: 10px;
  }
}
#list article ul li:nth-child(4n) {
  margin-right: 0;
}
@media (max-width: 1200px) {
  #list article ul li:nth-child(4n) {
    margin-right: 20px;
  }
}
@media (max-width: 1200px) {
  #list article ul li:nth-child(3n) {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  #list article ul li:nth-child(3n) {
    margin-right: 10px;
  }
}
@media (max-width: 768px) {
  #list article ul li:nth-child(2n) {
    margin-right: 0;
  }
}
#list article ul li a figure {
  aspect-ratio: 1/1;
  overflow: hidden;
}
#list article ul li a figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s;
}
#list article ul li a:hover figure img {
  transform: scale(1.1, 1.1);
}
#list article ul li a div.prod-info {
  background: #fff;
  padding: 20px;
}
@media (max-width: 768px) {
  #list article ul li a div.prod-info {
    padding: 10px;
  }
}
#list article ul li a div.prod-info div.tag {
  display: flex;
  margin-bottom: 20px;
}
#list article ul li a div.prod-info div.tag em {
  margin-right: 5px;
  color: #fff;
  background: #232323;
  padding: 3px 5px;
  font-size: 0.625rem;
}
#list article ul li a div.prod-info div.tag em.new {
  background-color: #5eaf55;
}
#list article ul li a div.prod-info div.tag em.hot {
  background-color: #e3231e;
}
#list article ul li a div.prod-info div.prod-name {
  margin-bottom: 18px;
}
#list 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) {
  #list article ul li a div.prod-info div.prod-name h5 {
    font-size: 1rem;
  }
}
#list 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) {
  #list article ul li a div.prod-info div.prod-name p {
    font-size: 0.75rem;
  }
}
#list article ul li a div.prod-info div.prod-price dl {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#list article ul li a div.prod-info div.prod-price dl dt {
  font-size: 0.875rem;
  color: #888888;
  position: relative;
}
@media (max-width: 768px) {
  #list article ul li a div.prod-info div.prod-price dl dt {
    font-size: 0.75rem;
  }
}
#list 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%;
}
#list 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) {
  #list article ul li a div.prod-info div.prod-price dl dd {
    font-size: 1.25rem;
  }
}
#list article ul li a div.prod-info div.prod-price dl dd span {
  font-size: 1rem;
}
@media (max-width: 768px) {
  #list article ul li a div.prod-info div.prod-price dl dd span {
    font-size: 0.875rem;
  }
}
#list .pagi {
  display: flex;
  justify-content: center;
  align-items: center;
}
#list .pagi li {
  margin: 0 10px;
}
#list .pagi li a {
  color: #888;
  font-size: 1.5rem;
}
#list .pagi li.on a {
  color: #00AFDD;
}

#item {
  padding: 80px 0;
}
#item .inner .detailInfor {
  width: 100%;
  margin: 0 auto;
  display: flex;
  margin-bottom: 80px;
}
#item .inner .detailInfor .left {
  flex-shrink: 0;
  width: calc(50% - 50px);
  box-sizing: border-box;
  margin-right: 50px;
}
#item .inner .detailInfor .left figure {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
  border: 1px solid #ddd;
}
#item .inner .detailInfor .left figure:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
#item .inner .detailInfor .left figure img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#item .inner .detailInfor .left .thumbswiper {
  overflow: hidden;
}
#item .inner .detailInfor .left .thumbswiper ul li.swiper-slide {
  width: calc(25% - 11.25px);
  margin: 0 5px;
}
#item .inner .detailInfor .left .thumbswiper ul li.swiper-slide a {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  border: 1px solid #ddd;
}
#item .inner .detailInfor .left .thumbswiper ul li.swiper-slide a.on {
  border: 2px solid #f56771;
}
#item .inner .detailInfor .left .thumbswiper ul li.swiper-slide a:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
#item .inner .detailInfor .left .thumbswiper ul li.swiper-slide a img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  box-sizing: border-box;
  padding: 0;
}
#item .inner .detailInfor .right {
  width: 50%;
  box-sizing: border-box;
  padding: 0 10px;
}
#item .inner .detailInfor .right .tail {
  color: #a8906c;
  border: 1px solid #a8906c;
  height: 24px;
  font-size: 0.875rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 20px;
}
#item .inner .detailInfor .right h2 {
  padding: 20px 0;
  font-size: 2rem;
  border-bottom: 1px solid #000;
}
#item .inner .detailInfor .right p {
  padding: 20px 10px;
  font-size: 1rem;
  color: #232323;
  line-height: 24px;
  color: #666;
}
#item .inner .detailInfor .right dl {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding: 20px 10px;
  font-size: 0.93rem;
  border-bottom: 1px solid #000;
}
#item .inner .detailInfor .right dl dt {
  width: 140px;
  margin-bottom: 0;
  line-height: 35px;
  color: #949499;
}
#item .inner .detailInfor .right dl dt:last-of-type {
  margin-bottom: 0;
}
#item .inner .detailInfor .right dl dd {
  line-height: 35px;
  width: calc(100% - 140px);
  color: #383838;
  font-weight: 600;
}
#item .inner .detailInfor .right dl dd .through {
  text-decoration: line-through;
}
#item .inner .detailInfor .right dl dd select {
  border: 1px solid #aaa;
  height: 35px;
}
#item .inner .detailInfor .right dl dd .big {
  font-size: 1.2em;
}
#item .inner .detailInfor .right dl dd .price {
  font-size: 1.25rem;
}
#item .inner .detailInfor .right dl dd select {
  width: 100%;
}
#item .inner .detailInfor .right .total dl {
  border: none;
  justify-content: space-between;
}
#item .inner .detailInfor .right .total dl dt {
  font-size: 0.875rem;
  color: #232323;
}
#item .inner .detailInfor .right .total dl dd {
  text-align: right;
  font-size: 2.125rem;
  font-weight: 600;
}
#item .inner .detailInfor .right .total dl dd span {
  font-weight: 400;
  font-size: 1.25rem;
}
#item .inner .detailInfor .right ul {
  padding-top: 20px;
  display: flex;
}
#item .inner .detailInfor .right ul li {
  width: calc((100% - 20px) / 3);
  margin-right: 10px;
  box-sizing: border-box;
  height: 60px;
  overflow: hidden;
  border: 1px solid #ddd;
}
@media (max-width: 768px) {
  #item .inner .detailInfor .right ul li {
    height: 100px;
  }
}
#item .inner .detailInfor .right ul li:last-of-type {
  margin-right: 0;
  border: 1px solid #ddd;
}
#item .inner .detailInfor .right ul li button,
#item .inner .detailInfor .right ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-family: inherit;
  border: 0;
  border: none;
  background-color: #fff;
  font-size: 1.125rem;
}
@media (max-width: 768px) {
  #item .inner .detailInfor .right ul li button,
  #item .inner .detailInfor .right ul li a {
    font-size: 1rem;
  }
}
#item .inner .detailInfor .right ul li button.buy,
#item .inner .detailInfor .right ul li a.buy {
  background-color: #232323;
  color: #fff;
}
#item .inner .detailInfor .right .ngp {
  margin-top: 20px;
  width: 100%;
  background-color: #f1f1f1;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  font-size: 0.875rem;
  row-gap: 10px;
  padding: 50px 20px;
}
#item .inner .detailInfor .right .ngp img {
  margin-right: 10px;
}
@media (max-width: 1024px) {
  #item .inner .detailInfor {
    align-items: center;
    flex-direction: column;
  }
  #item .inner .detailInfor .left {
    flex-shrink: 0;
    width: 70%;
    margin-right: 0;
    margin-bottom: 40px;
  }
  #item .inner .detailInfor .right {
    width: 70%;
  }
}
@media (max-width: 768px) {
  #item .inner .detailInfor {
    align-items: center;
    flex-direction: column;
  }
  #item .inner .detailInfor .left {
    flex-shrink: 0;
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
    min-width: 330px;
  }
  #item .inner .detailInfor .right {
    width: 100%;
    min-width: 330px;
  }
}
#item .inner .detailcontent {
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
}
#item .inner .detailcontent h4 {
  padding: 20px 0;
  text-align: center;
  font-size: 1.125rem;
  border-top: 2px solid #232323;
  border-bottom: 1px solid #ddd;
  font-weight: 500;
}
@media (max-width: 768px) {
  #item .inner .detailcontent h4 {
    font-size: 1rem;
  }
}
#item .inner .detailcontent .imgarea {
  padding: 80px 140px;
}
@media (max-width: 768px) {
  #item .inner .detailcontent .imgarea {
    padding: 40px 20px;
  }
}
#item .inner .detailcontent .imgarea figure {
  margin-bottom: 40px;
  width: 100%;
}
@media (max-width: 768px) {
  #item .inner .detailcontent .imgarea figure {
    margin-bottom: 20px;
  }
}
#item .inner .detailcontent .imgarea figure:last-of-type {
  margin-bottom: 0;
}
#item .inner .detailcontent .imgarea figure img {
  width: 100%;
}
#item .inner .detailcontent .imgarea div img {
  width: 100%;
}/*# sourceMappingURL=sub.css.map */