@charset "UTF-8";
.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: "NanumBarunGothic";
  font-style: normal;
  font-weight: 400;
  src: url("//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWeb.eot");
  src: url("//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWeb.eot?#iefix") format("embedded-opentype"), url("//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWeb.woff") format("woff"), url("//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWeb.ttf") format("truetype");
}
@font-face {
  font-family: "NanumBarunGothic";
  font-style: normal;
  font-weight: 700;
  src: url("//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebBold.eot");
  src: url("//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebBold.eot?#iefix") format("embedded-opentype"), url("//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebBold.woff") format("woff"), url("//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebBold.ttf") format("truetype");
}
@font-face {
  font-family: "NanumBarunGothic";
  font-style: normal;
  font-weight: 300;
  src: url("//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebLight.eot");
  src: url("//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebLight.eot?#iefix") format("embedded-opentype"), url("//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebLight.woff") format("woff"), url("//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebLight.ttf") format("truetype");
}
@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;
}
.nanumbarungothic {
  font-family: "NanumBarunGothic", sans-serif;
}

.gmarket {
  font-family: "GmarketSansMedium";
}

/* 공통 */
body {
  color: #3d3f4b;
  font-family: "GmarketSansLight";
}

#sub-visual {
  position: relative;
  width: 100%;
  height: 570px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  #sub-visual {
    height: 300px;
  }
}
#sub-visual figure {
  position: absolute;
  left: 0;
  top: -2.5%;
  width: 105%;
  height: 105%;
}
#sub-visual figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#sub-visual .wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
}
#sub-visual .wrap h2 {
  font-size: 3.25rem;
  font-weight: 600;
  margin-bottom: 28px;
}
@media (max-width: 1024px) {
  #sub-visual .wrap h2 {
    font-size: 2.5rem;
  }
}
#sub-visual .wrap p {
  font-size: 0.875rem;
  letter-spacing: 0;
}
@media (max-width: 1024px) {
  #sub-visual .wrap p {
    font-size: 0.75rem;
    text-align: center;
    line-height: 1.5;
  }
}

.inner {
  width: calc(100% - 20px);
  max-width: 1600px;
  margin: 0 auto;
}

.free {
  font-size: 12px;
  color: #fff;
  padding: 5px;
  background: #f56771;
}

.hit {
  font-size: 12px;
  color: #fff;
  padding: 5px;
  background-color: #f6e638;
}

/* 회사소개 */
#about {
  margin-top: 40px;
  padding: 90px 0;
}
#about .tit {
  text-align: center;
  position: relative;
}
#about .tit::before {
  content: "";
  display: block;
  height: 2px;
  width: 50%;
  background: #3d3f4b;
  position: absolute;
  left: 0;
  bottom: 5px;
}
@media (max-width: 768px) {
  #about .tit::before {
    display: none;
  }
}
#about .tit h2 {
  text-align: center;
  position: relative;
  font-size: 3.25rem;
  font-weight: 600;
  display: inline-block;
  background: #fff;
  padding: 0 30px;
}
@media (max-width: 1024px) {
  #about .tit h2 {
    font-size: 2.5rem;
  }
}
#about .tit h2::after {
  content: "AIR NARA";
  font-size: 1.125rem;
  font-weight: 400;
  position: absolute;
  right: 30px;
  top: -10px;
  letter-spacing: 1px;
  color: #9fa2b3;
}
@media (max-width: 1024px) {
  #about .tit h2::after {
    font-style: 1rem;
  }
}
#about .inner ul {
  display: flex;
  margin-top: 150px;
  font-family: "NanumBarunGothic", sans-serif;
}
@media (max-width: 1024px) {
  #about .inner ul {
    flex-wrap: wrap;
  }
}
#about .inner ul li {
  width: 25%;
  text-align: center;
  position: relative;
  color: #464d76;
}
@media (max-width: 1024px) {
  #about .inner ul li {
    width: 50%;
    margin-bottom: 30px;
  }
}
#about .inner ul li::after {
  content: "";
  display: block;
  width: 1px;
  height: 260px;
  background: #efebe6;
  position: absolute;
  right: 0;
  top: 10px;
}
@media (max-width: 1024px) {
  #about .inner ul li::after {
    height: 100%;
  }
}
#about .inner ul li:last-child::after {
  display: none;
}
@media (max-width: 1024px) {
  #about .inner ul li:nth-child(2n)::after {
    display: none;
  }
}
#about .inner ul li dl dt {
  font-size: 2.75rem;
  font-weight: 600;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  #about .inner ul li dl dt {
    margin-bottom: 20px;
  }
}
#about .inner ul li dl dd {
  font-size: 1.375rem;
  line-height: 1.4;
  margin-bottom: 80px;
  font-family: "GmarketSansLight";
}
@media (max-width: 1024px) {
  #about .inner ul li dl dd {
    margin-bottom: 30px;
    font-size: 1rem;
  }
}
#about .inner h3 {
  margin-top: 150px;
  font-size: 3rem;
  font-family: "GmarketSansLight";
  line-height: 1.5;
  text-align: center;
  font-weight: 500;
}
@media (max-width: 768px) {
  #about .inner h3 {
    font-size: 1.5rem;
    font-weight: 500;
    margin-top: 30px;
  }
}
#about .inner h3 span {
  font-weight: 700;
}

#face {
  position: relative;
  max-width: 1920px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  margin-bottom: 400px;
}
@media (max-width: 768px) {
  #face {
    margin-bottom: 0;
  }
}
#face .inner {
  position: absolute;
  left: 56px;
  top: 350px;
}
@media (max-width: 1024px) {
  #face .inner {
    position: static;
  }
}
#face .inner .face-txt {
  display: flex;
  align-items: flex-end;
}
@media (max-width: 1024px) {
  #face .inner .face-txt {
    align-items: flex-start;
    margin-top: 30px;
  }
}
#face .inner .face-txt .left-box {
  height: 840px;
  width: 290px;
  background: #464d76;
  opacity: 0.5;
}
@media (max-width: 1024px) {
  #face .inner .face-txt .left-box {
    height: 60px;
    width: 20px;
  }
}
#face .inner .face-txt .right-box {
  padding-left: 25px;
}
#face .inner .face-txt .right-box h4 {
  font-size: 2.125rem;
  font-weight: 700;
  font-family: "GmarketSansMedium";
  line-height: 1.3;
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  #face .inner .face-txt .right-box h4 {
    font-size: 1.5rem;
  }
}
#face .inner .face-txt .right-box p {
  color: #464d76;
  line-height: 1.5;
  opacity: 0.5;
}

/* 제품소개 */
#prod-list {
  padding: 90px 0;
}
#prod-list .inner .tab-menu {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
#prod-list .inner .tab-menu ul {
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #a6a6a6;
  padding-bottom: 15px;
  width: 100%;
}
#prod-list .inner .tab-menu ul li {
  margin: 0 50px;
}
#prod-list .inner .tab-menu ul li a {
  color: #959595;
}
#prod-list .inner .tab-menu ul li.on a {
  color: #d0a65c;
}
#prod-list .inner .wrap {
  max-width: 1500px;
  margin: 0 auto;
  padding-top: 100px;
}
#prod-list .inner .wrap article.product .prod-tit {
  text-align: center;
  margin-bottom: 70px;
}
#prod-list .inner .wrap article.product .prod-tit h3 {
  font-size: 2.25rem;
  color: #232323;
  position: relative;
  margin-bottom: 40px;
}
#prod-list .inner .wrap article.product .prod-tit h3::after {
  content: "";
  display: block;
  height: 3px;
  width: 85px;
  background: #232323;
  position: absolute;
  left: 50%;
  bottom: -25px;
  transform: translateX(-50%);
}
#prod-list .inner .wrap article.product .prod-tit p {
  font-size: 1rem;
  color: #bababa;
}
#prod-list .inner .wrap article.product > ul {
  display: flex;
  flex-wrap: wrap;
}
#prod-list .inner .wrap article.product > ul > li {
  box-sizing: border-box;
  width: calc((100% - 80px) / 5);
  margin-right: 20px;
  margin-bottom: 30px;
}
#prod-list .inner .wrap article.product > ul > li:nth-child(5n) {
  margin-right: 0;
}
#prod-list .inner .wrap article.product > ul > li a figure {
  width: 100%;
  aspect-ratio: 1/1;
  margin-bottom: 5px;
}
#prod-list .inner .wrap article.product > ul > li a figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#prod-list .inner .wrap article.product > ul > li a div.tag {
  margin-bottom: 8px;
}
#prod-list .inner .wrap article.product > ul > li a div.tag ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
#prod-list .inner .wrap article.product > ul > li a div.tag ul li {
  font-size: 12px;
  color: #fff;
  padding: 5px;
  margin: 0 10px;
}
#prod-list .inner .wrap article.product > ul > li a div.prod-info dl {
  text-align: center;
}
#prod-list .inner .wrap article.product > ul > li a div.prod-info dl dt {
  font-size: 1rem;
  font-weight: 700;
  color: #232323;
  margin-bottom: 20px;
  position: relative;
}
#prod-list .inner .wrap article.product > ul > li a div.prod-info dl dt::after {
  content: "";
  height: 1px;
  width: 40px;
  background: #ddd;
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
}
#prod-list .inner .wrap article.product > ul > li a div.prod-info dl dd.prod-sub-tit {
  font-size: 0.875rem;
  margin-bottom: 20px;
  color: #949499;
}
#prod-list .inner .wrap article.product > ul > li a div.prod-info dl dd.prod-price {
  color: #f56771;
  font-weight: 700;
}
#prod-list .inner .wrap div.more {
  margin-top: 60px;
}
#prod-list .inner .wrap div.more a {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 50px;
  border: 1px solid #707070;
}
#prod-list .inner .wrap nav {
  max-width: 1400px;
  margin: 0 auto;
  margin-bottom: 60px;
}
#prod-list .inner .wrap nav ul {
  display: flex;
}
#prod-list .inner .wrap nav ul li {
  margin-right: 10px;
  position: relative;
}
#prod-list .inner .wrap nav ul li a {
  color: #545454;
}
#prod-list .inner .wrap nav ul li::after {
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #232323;
  position: absolute;
  right: -7px;
  top: 50%;
  transform: translateY(-50%);
}
#prod-list .inner .wrap nav ul li:last-child::after {
  display: none;
}

.detailInfor {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  margin-bottom: 80px;
}
.detailInfor .left {
  flex-shrink: 0;
  width: calc(50% - 50px);
  box-sizing: border-box;
  margin-right: 50px;
}
.detailInfor .left figure {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
  border: 1px solid #ddd;
}
.detailInfor .left figure:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.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;
}
.detailInfor .left .thumbswiper ul li.swiper-slide {
  width: calc(25% - 11.25px);
  margin: 0 5px;
}
.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;
}
.detailInfor .left .thumbswiper ul li.swiper-slide a.on {
  border: 2px solid #433015;
}
.detailInfor .left .thumbswiper ul li.swiper-slide a:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.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;
}
.detailInfor .right {
  width: 50%;
  box-sizing: border-box;
  padding: 0 10px;
}
.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;
}
.detailInfor .right h2 {
  padding: 20px 0;
  font-size: 2rem;
  border-bottom: 1px solid #000;
}
.detailInfor .right p {
  padding: 20px 10px;
  font-size: 1rem;
  color: #232323;
  line-height: 24px;
  color: #666;
}
.detailInfor .right dl {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding: 20px 10px;
  font-size: 0.93rem;
  border-bottom: 1px solid #000;
}
.detailInfor .right dl dt {
  width: 140px;
  margin-bottom: 0;
  line-height: 35px;
  color: #949499;
}
.detailInfor .right dl dt:last-of-type {
  margin-bottom: 0;
}
.detailInfor .right dl dd {
  line-height: 35px;
  width: calc(100% - 140px);
  color: #383838;
  font-weight: 600;
}
.detailInfor .right dl dd .through {
  text-decoration: line-through;
}
.detailInfor .right dl dd select {
  border: 1px solid #aaa;
  height: 35px;
}
.detailInfor .right dl dd .big {
  font-size: 1.2em;
}
.detailInfor .right dl dd .price {
  color: #f56771;
  font-size: 1.25rem;
}
.detailInfor .right dl dd select {
  width: 100%;
}
.detailInfor .right ul {
  padding-top: 20px;
  display: flex;
}
.detailInfor .right ul li {
  width: 43.5%;
  margin-right: 10px;
  box-sizing: border-box;
  height: 80px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #ddd;
}
@media (max-width: 768px) {
  .detailInfor .right ul li {
    height: 100px;
  }
}
.detailInfor .right ul li:first-child {
  width: 13%;
}
.detailInfor .right ul li:last-of-type {
  margin-right: 0;
  border: 1px solid #ddd;
}
.detailInfor .right ul li button,
.detailInfor .right ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: inherit;
  border: 0;
  border: none !important;
  background-color: #fff;
  font-size: 1.125rem;
}
@media (max-width: 768px) {
  .detailInfor .right ul li button,
  .detailInfor .right ul li a {
    font-size: 1rem;
  }
}
.detailInfor .right ul li button.buy,
.detailInfor .right ul li a.buy {
  background-color: #d60808;
  color: #fff;
}
.detailInfor .right .ngp {
  margin-top: 20px;
  width: 100%;
  background-color: #f1f1f1;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  font-size: 0.875rem;
  row-gap: 10px;
  padding: 10px 20px;
}
.detailInfor .right .ngp img {
  margin-right: 10px;
}

@media (max-width: 1024px) {
  .detailInfor {
    align-items: center;
    flex-direction: column;
  }
  .detailInfor .left {
    flex-shrink: 0;
    width: 70%;
    margin-right: 0;
    margin-bottom: 40px;
  }
  .detailInfor .right {
    width: 70%;
  }
}
@media (max-width: 768px) {
  .detailInfor {
    align-items: center;
    flex-direction: column;
  }
  .detailInfor .left {
    flex-shrink: 0;
    width: 70%;
    margin-right: 0;
    margin-bottom: 40px;
    min-width: 330px;
  }
  .detailInfor .right {
    width: 70%;
    min-width: 330px;
  }
}
.detailcontent {
  box-sizing: border-box;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
.detailcontent h3 {
  padding: 20px 0;
  text-align: center;
  font-size: 1.125rem;
  border-top: 1px solid #433015;
  border-bottom: 1px solid #ddd;
  font-weight: 500;
}
@media (max-width: 768px) {
  .detailcontent h3 {
    font-size: 1rem;
  }
}
.detailcontent .imgarea {
  padding: 80px 140px;
}
@media (max-width: 768px) {
  .detailcontent .imgarea {
    padding: 40px 20px;
  }
}
.detailcontent .imgarea figure {
  margin-bottom: 40px;
  width: 100%;
}
@media (max-width: 768px) {
  .detailcontent .imgarea figure {
    margin-bottom: 20px;
  }
}
.detailcontent .imgarea figure:last-of-type {
  margin-bottom: 0;
}
.detailcontent .imgarea figure img {
  width: 100%;
}
.detailcontent .imgarea div img {
  width: 100%;
}

.quantity .quantity-input {
  width: 20px;
  text-align: center;
}

.related-product {
  padding: 38px 60px;
  border: 1px solid #939393;
  margin-bottom: 150px;
}
.related-product div.prod-tab-menu ul {
  display: flex;
}
.related-product div.prod-tab-menu ul li a {
  width: 200px;
  height: 50px;
  margin-right: 20px;
  border: 1px solid #939393;
  display: flex;
  justify-content: center;
  align-items: center;
}
.related-product div.prod-tab-menu ul li.on a {
  color: #4f55a1;
  border-color: #4f55a1;
  font-weight: 600;
}
.related-product .wrap article.related-prod .swiper-wrapper .swiper-slide a figure {
  width: 100%;
  aspect-ratio: 1/1;
  margin-bottom: 5px;
}
.related-product .wrap article.related-prod .swiper-wrapper .swiper-slide a figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.related-product .wrap article.related-prod .swiper-wrapper .swiper-slide a div.tag {
  margin-bottom: 8px;
}
.related-product .wrap article.related-prod .swiper-wrapper .swiper-slide a div.tag ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.related-product .wrap article.related-prod .swiper-wrapper .swiper-slide a div.tag ul li {
  font-size: 12px;
  color: #fff;
  padding: 5px;
  margin: 0 10px;
}
.related-product .wrap article.related-prod .swiper-wrapper .swiper-slide a div.prod-info dl {
  text-align: center;
}
.related-product .wrap article.related-prod .swiper-wrapper .swiper-slide a div.prod-info dl dt {
  font-size: 1rem;
  font-weight: 700;
  color: #232323;
  margin-bottom: 20px;
  position: relative;
}
.related-product .wrap article.related-prod .swiper-wrapper .swiper-slide a div.prod-info dl dt::after {
  content: "";
  height: 1px;
  width: 40px;
  background: #ddd;
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
}
.related-product .wrap article.related-prod .swiper-wrapper .swiper-slide a div.prod-info dl dd.prod-sub-tit {
  font-size: 0.875rem;
  margin-bottom: 20px;
  color: #949499;
}
.related-product .wrap article.related-prod .swiper-wrapper .swiper-slide a div.prod-info dl dd.prod-price {
  color: #f56771;
  font-weight: 700;
}

.contents_tit,
#sit_use h2,
#sit_qa h2 {
  opacity: 0;
}/*# sourceMappingURL=sub.css.map */