<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* SUB UI CSS*/
/* SUB COMMON UI CSS */
#sub {
  margin-top: 156px;
}
#sub .sub-page {
  padding: 68px 0 110px 0;
}
#sub .sub-tit {
  position: relative;
  font-size: 42px;
  text-align: center;
  font-weight: 300;
  color: #181818;
}
#sub .sub-tit:after {
  position: absolute;
  left: 50%;
  top: 100%;
  margin-top: 16px;
  border-right: 1px solid #181818;
  height: 68px;
  background: #181818;
  content: "";
}
#sub .start-row {
  margin-top: 178px;
}
/* DISTRIBUTORS SECTION CSS */
#sub .distributors-section &gt; .flow {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 110px 0 177px;
  text-align: center;
}
#sub .distributors-section &gt; .flow01 .row01 h3 {
  font-size: 18px;
  font-weight: 500;
  color: #181818;
}
#sub .distributors-section &gt; .flow01 .row01 span {
  display: block;
  margin-top: 26px;
  font-size: 14px;
  font-weight: 300;
  color: #181818;
}
#sub .distributors-section &gt; .flow01 .row02 {
  position: relative;
  width: 100%;
  margin-top: 16px;
  padding-top: 32px;
}
#sub .distributors-section &gt; .flow01 .row02:after {
  position: absolute;
  left: 50%;
  top: 0;
  width: 284px;
  height: 1px;
  margin-left: -142px;
  border-top: 1px solid #181818;
  content: "";
}
#sub .distributors-section &gt; .flow01 .row02 h3 {
  font-size: 18px;
  font-weight: 500;
  color: #181818;
}
#sub .distributors-section &gt; .flow01 .row02 .list {
  margin-top: 42px;
}
#sub .distributors-section &gt; .flow01 .row02 .list li {
  display: flex;
  margin-top: 14px;
}
#sub .distributors-section &gt; .flow01 .row02 .list li &gt; * {
  width: 50%;
  font-size: 15px;
  color: #181818;
}
#sub .distributors-section &gt; .flow01 .row02 .list li span {
  position: relative;
  padding-right: 26px;
  font-weight: 500;
  text-align: right;
  box-sizing: border-box;
}
#sub .distributors-section &gt; .flow01 .row02 .list li span:after {
  position: absolute;
  right: 12px;
  top: 1px;
  width: 1px;
  height: 14px;
  border-right: 1px solid #181818;
  content: "";
}
#sub .distributors-section &gt; .flow01 .row02 .list li a {
  font-weight: 300;
  text-align: left;
  word-wrap: break-word;
}
#sub .distributors-section &gt; .flow02 p {
  font-family: "Anton";
  font-size: 32px;
  color: #181818;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
#sub .distributors-section &gt; .flow02 p span {
  color: #fff;
  background: #181818;
}
#sub .distributors-section &gt; .flow02 .kakao {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  padding: 12px 19px;
  color: #391b1b;
  font-size: 14px;
  font-weight: 500;
  border-radius: 3px;
  background: #fae300;
}
#sub .distributors-section &gt; .flow02 .kakao img {
  margin-right: 9px;
}

/* SHOP SECTION CSS */
#sub .shop-section .row01 {
  margin-top: 42px;
  text-align: center;
}
#sub .shop-section .row01 span {
  font-family: "Anton";
  font-size: 30px;
  color: #181818;
  letter-spacing: 0.25em;
}
#sub .shop-section .row01 p {
  margin-top: 12px;
  font-family: "Anton";
  font-size: 40px;
  color: #26bf39;
}
#sub .shop-section .row02 {
  margin-bottom: 26px;
}
#sub .shop-section .row02 .list {
  display: flex;
}
#sub .shop-section .row02 .list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 21px;
  margin-top: 100px;
}
#sub .shop-section .row02 .list li {
  box-sizing: border-box;
  overflow: hidden;
}
#sub .shop-section .row02 .list li a {
  position: relative;
  display: block;
}
#sub .shop-section .row02 .list li .badge {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  padding: 4px 12px;
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  background: #181818;
}
#sub .shop-section .row02 .list li .img {
  position: relative;
  overflow: hidden;
}
#sub .shop-section .row02 .list li .img img {
  width: 100%;
  max-width: 100%;
  transition: all 0.2s;
}
#sub .shop-section .row02 .list li .img .guide-txt {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  padding: 19px 0;
  font-family: "Anton";
  font-size: 14px;
  text-align: center;
  color: #181818;
  background: rgba(255, 255, 255, 0.75);
  transition: all 0.2s;
  transform: translateY(100%);
}
#sub .shop-section .row02 .list li .img:hover img {
  transform: scale(1.2);
}
#sub .shop-section .row02 .list li .img:hover .guide-txt {
  transform: translateY(0);
}
#sub .shop-section .row02 .list li h3 {
  margin-top: 16px;
  font-size: 15px;
  color: #181818;
  line-height: 1.5;
  text-align: center;
}
#sub .shop-section .row02 .list li .price {
  position: relative;
  display: block;
  padding-top: 20px;
  font-weight: 300;
  text-align: center;
  color: #2e2d2d;
}
#sub .shop-section .row02 .list li .price:after {
  position: absolute;
  top: 10px;
  left: 50%;
  width: 20px;
  height: 1px;
  margin-left: -10px;
  background: rgba(24, 24, 24);
  content: "";
}
/* SHOP DETAIL SECTION CSS */
#sub .shop-detail-section {
  padding: 110px 0;
}
#sub .shop-detail-section .flow01 .img {
  border: 1px solid #ddd;
}
#sub .shop-detail-section .flow01 .img img {
  width: 100%;
  max-width: 100%;
}
#sub .shop-detail-section .flow01 .list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-auto-columns: 1fr;
  gap: 16px;
  margin-top: 16px;
}
#sub .shop-detail-section .flow01 .list li {
  border: 1px solid #eee;
  cursor: pointer;
  box-sizing: border-box;
}
#sub .shop-detail-section .flow01 .list img {
  width: 100%;
  max-width: 100%;
}
#sub .shop-detail-section .flow01 .list li:hover {
  border-color: #ddd;
}
#sub .shop-detail-section .flow02 {
  margin-top: 26px;
  padding: 0 26px;
  box-sizing: border-box;
}
#sub .shop-detail-section .flow02 .row01 h3 {
  font-size: 30px;
  color: #181818;
  font-weight: 600;
  letter-spacing: -1px;
  line-height: 1.5em;
}
#sub .shop-detail-section .flow02 .row02 {
  padding-top: 20px;
  border-top: 1px solid #e7e7e7;
  margin-top: 30px;
}
#sub .shop-detail-section .flow02 .row02 p {
  line-height: 1.5em;
}
#sub .shop-detail-section .flow02 .row03 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 26px;
}
#sub .shop-detail-section .flow02 .row03 a {
  padding: 12px 0;
  color: #fff;
  background: #181818;
  text-align: center;
}
/* FAQ SECTION */
#sub .faq-section .list li &gt; * {
  display: flex;
  /* align-items: center; */
  padding: 13px 0 13px 0;
}
#sub .faq-section .list li &gt; div &gt; * {
  font-size: 16px;
  line-height: 1.4;
}
#sub .faq-section .list li .type {
  width: 70px;
  text-align: center;
}
#sub .faq-section .list li .tit {
  flex: 1 1 0;
}
#sub .faq-section .list li .question {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 16px 68px 16px 0;
  background: #f2f2f2;
}
#sub .faq-section .list li .question &gt; * {
  color: #181818;
  font-weight: 500;
}
#sub .faq-section .list li .answer {
  padding-top: 20px;
  padding-bottom: 20px;
  color: #747474;
}
#sub .faq-section .list li .answer .type {
  font-size: 19px;
}
#sub .faq-section .list li .answer img {
  width: 100%;
  max-width: 100%;
}
#sub .faq-section .row01 {
  margin-top: 26px;
  padding: 42px;
  text-align: center;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  background: #fafafa;
}
#sub .faq-section .row01 .tit {
  font-size: 19px;
  font-weight: 500;
}
#sub .faq-section .row01 p {
  margin-top: 14px;
  line-height: 1.4;
}
#sub .faq-section .row02 {
  margin-top: 26px;
  padding: 42px;
  text-align: center;
  background: #181818;
}
#sub .faq-section .row02 &gt; * {
  display: block;
  margin-top: 16px;
  color: #fff;
}
#sub .faq-section .row02 .tit {
  margin-top: 0;
  font-size: 19px;
  color: #fff;
  font-weight: 500;
}
#sub .faq-section .row02 p {
  line-height: 1.4;
}
/* GALLERY SECTION CSS */

#sub .gallery-section .row01 .list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-rows: auto;
  gap: 1px;
}
#sub .gallery-section .row01 .list li a {
  display: block;
  position: relative;
}
#sub .gallery-section .row01 .list li img {
  width: 100%;
  max-width: 100%;
  vertical-align: top;
}
#sub .gallery-section .row01 .list li .layer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: all 0.2s;
}
#sub .gallery-section .row01 .list li .layer img {
  height: 42px;
}
#sub .gallery-section .row01 .list li .layer span {
  margin-top: 19px;
  font-size: 19px;
  color: #fff;
}
#sub .gallery-section .row01 .list li:hover .layer {
  opacity: 1;
}
/* GALLERY DETAIL SECTION CSS */
#sub .gallery-detail-section .row01 img {
  max-width: 100%;
}
#sub .gallery-detail-section .row02 {
  margin-top: 26px;
  text-align: right;
}
#sub .gallery-detail-section .row02 a {
  display: inline-flex;
  padding: 12px 16px;
  font-size: 14px;
  color: #fff;
  background: #181818;
}
/* CONTACT SECTION CSS */
#sub .contact-section .row01 iframe,
#sub .contact-section .row01 embed Â© {
  width: 100%;
  max-width: 100%;
  height: 460px;
}
#sub .contact-section .row02 {
  margin-top: 26px;
  padding: 42px;
  text-align: center;
  border: 1px solid #eee;
}
#sub .contact-section .row02 &gt; * {
  display: block;
  margin-top: 16px;
  font-size: 17px;
  color: #181818;
  line-height: 1.4;
}
#sub .contact-section .row02 .tit {
  margin-top: 0;
  font-size: 19px;
  color: #181818;
  font-weight: 500;
}
#sub .contact-section .row02 img {
  height: 36px;
}

/* CUSTOM SECTION CSS */
#sub .custom-section .row01 img {
  width: 100%;
  max-width: 100%;
}
#sub .custom-section .row02 {
  margin-top: 105px;
}
#sub .custom-section .row02 table {
  width: 100%;
  border-top: 2px solid #181818;
  table-layout: fixed;
}
#sub .custom-section .row02 table tbody tr {
  border-bottom: 1px solid #eee;
}
#sub .custom-section .row02 table tbody tr &gt; * {
  padding: 26px 21px;
}
#sub .custom-section .row02 table tbody tr th {
  width: 100px;
  font-size: 14px;
  color: #4c4c4c;
  text-align: left;
  background: #f9f9f9;
}
#sub .custom-section .row02 table tbody tr:nth-child(3) th {
  vertical-align: top;
}
#sub .custom-section .row02 table tbody tr th label.require {
  position: relative;
}
#sub .custom-section .row02 table tbody tr th label.require:after {
  position: absolute;
  right: -10px;
  top: 50%;
  width: 4px;
  height: 4px;
  margin-top: -2px;
  background: #e32338;
  border-radius: 100%;
  content: "";
}
#sub .custom-section .row02 table tbody tr:not(:nth-child(4)) input,
#sub .custom-section .row02 table tbody tr textarea,
#sub .custom-section .row02 table tbody tr:nth-child(4) input {
  width: 100%;
  border: 1px solid #aaadae;
  padding: 16px 19px;
  border-radius: 50px;
  color: #181818;
  box-sizing: border-box;
}
#sub .custom-section .row02 table tbody tr:nth-child(3) textarea {
  border-radius: 30px;
}
#sub .custom-section .row02 table tbody tr:nth-child(4) .fileform {
  display: flex;
  align-items: center;
}
#sub .custom-section .row02 table tbody tr:nth-child(4) .fileform label {
  margin-right: 4px;
  border: 2px solid #181818;
  padding: 9px 16px;
  font-size: 12px;
  border-radius: 30px;
  font-weight: 500;
  color: #181818;
  cursor: pointer;
}
#sub .custom-section .row02 table tbody tr:nth-child(4) input[type="text"] {
  width: 100px;
  color: #989898;
}
#sub .custom-section .row02 table tbody tr:nth-child(4) input[type="file"] {
  position: absolute;
  width: 0;
  height: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
}
#sub .custom-section .row02 table tbody tr:nth-child(4) .guide {
  margin-top: 10px;
  font-size: 14px;
  color: #181818;
}
#sub .custom-section .row02 .agree {
  margin-top: 19px;
}
#sub .custom-section .row02 .agree .tit {
  font-size: 19px;
  font-weight: 500;
  color: #181818;
}
#sub .custom-section .row02 .agree .txt-box {
  height: 200px;
  margin-top: 12px;
  border: 1px solid #eee;
  padding: 26px 26px 110px 26px;
  font-size: 14px;
  line-height: 1.4;
  color: #4c4c4c;
  overflow-y: auto;
}
#sub .custom-section .row02 .agree .checkbox {
  margin-top: 6px;
}
#sub .custom-section .row02 .agree .checkbox label {
  display: flex;
  align-items: center;
}
#sub .custom-section .row02 .agree .checkbox input[id="agree"] {
  display: none;
}
#sub .custom-section .row02 .agree .checkbox input[id="agree"] + label:before {
  display: block;
  width: 16px;
  height: 16px;
  border: 1px solid #ddd;
  border-radius: 4px;
  content: "";
}
#sub
  .custom-section
  .row02
  .agree
  .checkbox
  input[id="agree"]:checked
  + label:before {
  border-color: #181818;
  background: #181818 url("images/picture/custom-icon01.svg") no-repeat center
    center;
}
#sub .custom-section .row02 .agree .checkbox label span {
  margin-left: 6px;
  font-size: 13px;
  color: #444;
}
#sub .custom-section .row02 .btn {
  display: flex;
  justify-content: center;
  margin-top: 26px;
}
#sub .custom-section .row02 .btn button {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  padding: 0;
  margin: 0;
  padding: 12px 21px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  line-height: 100%;
  background: #181818;
  border-radius: 30px;
  cursor: pointer;
}

@media all and (min-width: 768px) {
  #sub .shop-section .row02 .list {
    grid-template-columns: repeat(3, 1fr);
  }
  #sub .shop-detail-section .container {
    display: flex;
  }
  #sub .shop-detail-section .container .flow01 {
    width: 40%;
  }
  #sub .shop-detail-section .container .flow02 {
    width: 60%;
  }
  #sub .shop-detail-section .flow02 {
    margin-top: 0;
  }
  #sub .custom-section .row02 table tbody tr th {
    width: 120px;
  }
  #sub .custom-section .row02 table tbody tr:nth-child(4) .fileform label {
    margin-right: 10px;
  }
  #sub .custom-section .row02 table tbody tr:nth-child(4) input[type="text"] {
    width: auto;
    flex: 1 1 auto;
  }
  #sub .gallery-section .row01 .list {
    gap: 16px;
  }
}
@media all and (min-width: 1366px) {
  #sub .distributors-section {
    display: flex;
    flex-direction: row;
  }
  #sub .distributors-section &gt; .flow {
    align-items: center;
    width: 50%;
  }
  #sub .shop-section .row02 .list {
    grid-template-columns: repeat(5, 1fr);
  }
}
</pre></body></html>