.guideBttomList, .guideTopList, .formulationList .Img img, .cosmeticDetailRequestBtn svg, .cosmeticDetailRequestBox .detailRequestList h4, .cosmeticDetailRequestBox .detailRequestList p, .cosmeticDetailRequestBox .detailRequestList > li, .detailRequestBox, .detailIntrodutionBox, .searchSelectList ul a::before, .searchSelectList .searchTitle, .searchTitle .arrow::after, .searchContainer > .rightBox, .searchContainer > .leftBox, .subCategroyList .Img::before, .cosmeticSubCategroyList .Img img, .showDetailDataBtn, .showDetailDataBtn::before, .gategoryList h2, .gategoryList .Txt, .gategoryList, .titleBox p, .titleBox .titleMain, .mainArea .tab, .mainArea .tabContent, .mainArea > .wrap > .btnBox {
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.searchContainer > .rightBox, .guideBttomList, .guideTopList, .detailRequestBox, .detailIntrodutionBox, .gategoryList, .titleBox p, .titleBox .titleMain, .mainArea .tab, .mainArea .tabContent, .mainArea > .wrap > .btnBox, .searchContainer > .leftBox {
  opacity: 0;
}

.searchContainer > .rightBox {
  -webkit-transform: translateX(-20px);
      -ms-transform: translateX(-20px);
          transform: translateX(-20px);
}

.guideBttomList, .guideTopList, .detailRequestBox, .detailIntrodutionBox, .gategoryList, .titleBox p, .titleBox .titleMain, .mainArea .tab, .mainArea .tabContent, .mainArea > .wrap > .btnBox {
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
}

.guideBttomBox.show .guideBttomList, .guideTopList.show, .searchContainer.show .detailIntrodutionBox, .searchContainer.show .detailRequestBox, .searchContainer.show > .leftBox, .searchContainer.show > .rightBox, .gategoryList.show, .mainArea.show > .wrap > .btnBox, .mainArea.show .detailIntrodutionBox, .mainArea.show .detailRequestBox, .mainArea.show .tab, .mainArea.show .tabContent, .mainArea.show .titleBox .titleMain, .mainArea.show .titleBox p {
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
  opacity: 1;
}

/*
	Authors: Alvin, Randy, Rex
    Version: 2.0
	Latest Update: 2020/03/13
*/
.mainArea.show .titleBox p {
  -webkit-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.mainArea.show .detailRequestBox, .mainArea.show .tabContent {
  -webkit-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.mainArea.show > .wrap > .btnBox {
  -webkit-transition-delay: 1s;
       -o-transition-delay: 1s;
          transition-delay: 1s;
}
.titleBox {
  padding-top: 80px;
}
@media (max-width: 640px) {
  .titleBox {
    padding-top: 40px;
  }
}
.titleBox .titleMain {
  color: #000;
}
.titleBox p {
  margin-top: 20px;
  padding-top: 20px;
  background: -webkit-gradient(linear, left top, right top, from(#7f7d7d), to(#7f7d7d)) 50% 0/70px 1px no-repeat;
  background: -o-linear-gradient(left, #7f7d7d, #7f7d7d) 50% 0/70px 1px no-repeat;
  background: linear-gradient(to right, #7f7d7d, #7f7d7d) 50% 0/70px 1px no-repeat;
  color: #656565;
}

.gategoryList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
@media (max-width: 480px) {
  .gategoryList {
    margin-left: 0;
    margin-right: 0;
  }
}
.gategoryList > li {
  margin-bottom: 20px;
}
@media (min-width: 641px) {
  .gategoryList > li {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 640px) {
  .gategoryList > li {
    width: 100%;
  }
}
.gategoryList > li > .item {
  position: relative;
}
.gategoryList > li > .item:hover .Txt, .gategoryList > li > .item.current .Txt {
  background-color: rgba(46, 99, 40, 0.9);
}
.gategoryList > li > .item:hover .showDetailDataBtn, .gategoryList > li > .item.current .showDetailDataBtn {
  opacity: 1;
  -webkit-transition-delay: 0.5s;
       -o-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
@media (min-width: 641px) {
  .gategoryList > li > .item:hover .showDetailDataBtn, .gategoryList > li > .item.current .showDetailDataBtn {
    padding-bottom: 24px;
  }
  .gategoryList > li > .item:hover .showDetailDataBtn::before, .gategoryList > li > .item.current .showDetailDataBtn::before {
    height: 26px;
  }
}
@media (max-width: 640px) {
  .gategoryList > li > .item:hover .showDetailDataBtn, .gategoryList > li > .item.current .showDetailDataBtn {
    padding-bottom: 5px;
  }
  .gategoryList > li > .item:hover .showDetailDataBtn::before, .gategoryList > li > .item.current .showDetailDataBtn::before {
    height: 7px;
  }
}
.gategoryList > li > .item:hover .showDetailDataBtn::before, .gategoryList > li > .item.current .showDetailDataBtn::before {
  -webkit-transition-delay: 0.5s;
       -o-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.gategoryList > li > .item:hover h2, .gategoryList > li > .item.current h2 {
  color: #fff;
}
.gategoryList > li > .item[data-white="1"] h2 {
  color: #fff;
}
.gategoryList > li > .item .Img a {
  position: relative;
  display: block;
  padding-bottom: 46%;
}
.gategoryList > li > .item .Img img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gategoryList .itemContentBox {
  position: relative;
  width: 100%;
  background-color: #f1f1f1;
}
.gategoryList .itemContentBox::before, .gategoryList .itemContentBox::after {
  content: "";
  position: absolute;
  top: 0;
  z-index: 1;
  height: 100%;
  background-color: #f1f1f1;
}
@media (min-width: 1461px) {
  .gategoryList .itemContentBox::before, .gategoryList .itemContentBox::after {
    width: calc((100vw - 1420px) / 2);
  }
}
@media (max-width: 1460px) {
  .gategoryList .itemContentBox::before, .gategoryList .itemContentBox::after {
    width: 20px;
  }
}
@media (min-width: 1461px) {
  .gategoryList .itemContentBox::before {
    left: calc((-100vw + 1420px) / 2);
  }
}
@media (max-width: 1460px) {
  .gategoryList .itemContentBox::before {
    left: -20px;
  }
}
@media (min-width: 1461px) {
  .gategoryList .itemContentBox::after {
    right: calc((-100vw + 1420px) / 2);
  }
}
@media (max-width: 1460px) {
  .gategoryList .itemContentBox::after {
    right: -20px;
  }
}
.gategoryList .Txt {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  pointer-events: none;
}
.gategoryList h2 {
  font: 700 30px "Unna", "Roboto", serif;
  color: #040000;
}
@media (max-width: 768px) {
  .gategoryList h2 {
    font-size: 18px;
  }
}

.showDetailDataBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 110px;
  margin-left: -55px;
  padding-bottom: 0;
  color: #fff;
  text-transform: uppercase;
  opacity: 0;
}
@media (max-width: 1180px) {
  .showDetailDataBtn {
    font-size: 13px;
  }
}
.showDetailDataBtn, .showDetailDataBtn::before {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 1;
}
.showDetailDataBtn::before {
  content: "";
  width: 2px;
  height: 0;
  margin-left: -1px;
  background-color: #fff;
}
.showDetailDataBtn svg {
  width: 20px;
  height: 16px;
  margin-top: 10px;
  fill: #fff;
}

.categroyDataBox {
  padding-top: 50px;
  padding-bottom: 45px;
}
@media (max-width: 1180px) {
  .categroyDataBox {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.categroyDataBox .titleMain {
  font-size: 30px;
  text-align: center;
  color: #040000;
}

.cosmeticSubCategroyList, .subCategroyList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 30px;
  margin-left: -10px;
  margin-right: -10px;
}
.cosmeticSubCategroyList > li, .subCategroyList > li {
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}
.cosmeticSubCategroyList .Img img, .subCategroyList .Img img {
  display: block;
  max-width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.cosmeticSubCategroyList h4, .subCategroyList h4 {
  font-size: 16px;
  text-transform: uppercase;
}
@media (max-width: 480px) {
  .cosmeticSubCategroyList h4, .subCategroyList h4 {
    font-size: 14px;
  }
}

@media (min-width: 641px) {
  .cosmeticSubCategroyList > li {
    width: calc(100% / 3);
  }
}
@media (min-width: 401px) and (max-width: 640px) {
  .cosmeticSubCategroyList > li {
    width: 50%;
  }
}
@media (max-width: 400px) {
  .cosmeticSubCategroyList > li {
    width: 100%;
  }
}
.cosmeticSubCategroyList .item:hover .Img img {
  -webkit-transform: scale(1.03);
      -ms-transform: scale(1.03);
          transform: scale(1.03);
}
.cosmeticSubCategroyList .Img {
  overflow: hidden;
}
.cosmeticSubCategroyList .Txt {
  position: static;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 35px;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
@media (max-width: 768px) {
  .cosmeticSubCategroyList .Txt {
    padding-top: 20px;
  }
}
.cosmeticSubCategroyList h4 {
  margin-bottom: 15px;
  color: #040000;
}

@media (min-width: 961px) {
  .subCategroyList > li {
    width: 25%;
  }
}
@media (min-width: 641px) and (max-width: 960px) {
  .subCategroyList > li {
    width: calc(100% / 3);
  }
}
@media (max-width: 640px) {
  .subCategroyList > li {
    width: 50%;
  }
}
.subCategroyList .item {
  position: relative;
}
.subCategroyList .item:hover .Img::before {
  opacity: 0;
}
.subCategroyList .Img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  pointer-events: none;
}
.subCategroyList h4 {
  color: #fff;
  text-align: center;
}

.closeItemContentBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 700;
  color: #333030;
  border: none;
  background-color: transparent;
  text-transform: uppercase;
  cursor: pointer;
}
@media (max-width: 960px) {
  .closeItemContentBtn {
    margin-top: 20px;
  }
}
.closeItemContentBtn svg {
  width: 25px;
  height: 20px;
  margin-top: 13px;
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}

.searchContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
}
.searchContainer.show > .rightBox {
  -webkit-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.searchContainer.show .detailRequestBox {
  -webkit-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
@media (max-width: 1180px) {
  .searchContainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.searchContainer > .leftBox {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 355px;
  padding-bottom: 50px;
}
@media (max-width: 1180px) {
  .searchContainer > .leftBox {
    width: 100%;
    margin-bottom: 30px;
  }
}
.searchContainer > .leftBox .topBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 21px 20px 21px 25px;
  font-size: 20px;
  font-weight: 700;
  color: #2e6328;
  text-transform: uppercase;
  border-bottom: 1px solid #ebebeb;
}
.searchContainer > .leftBox .topBox svg {
  width: 8px;
  height: 11px;
  margin-right: 10px;
  fill: #2e6328;
}
.searchContainer > .leftBox > .btnBox {
  margin-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
}
.searchContainer > .leftBox > .btnBox .moreBtn {
  width: 100%;
}
.searchContainer > .leftBox .btnBox {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-top: 15px;
  margin-left: 20px;
  margin-right: 20px;
}
.searchContainer > .leftBox .moreBtn {
  width: 50%;
  min-width: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.searchContainer > .leftBox .moreBtn + .moreBtn {
  margin-left: 10px;
}
.searchContainer > .rightBox {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (min-width: 1181px) {
  .searchContainer > .rightBox {
    padding-left: 15px;
  }
}
.searchContainer .classColumnBox {
  margin-left: 20px;
  margin-right: 20px;
}

.searchControlBox {
  border: 1px solid #ebebeb;
  background-color: #fff;
}
.searchControlBox + .searchControlBox {
  margin-top: 10px;
  padding-bottom: 30px;
}

.searchInputContainer {
  padding: 30px 20px 25px;
}

.searchTip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  color: #2e6328;
}
.searchTip svg {
  width: 15px;
  height: 15px;
  margin-right: 10px;
  fill: #2e6328;
}

.searchInputBox {
  position: relative;
  border: 1px solid #efefef;
}
.searchInputBox::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 40px;
  z-index: 1;
  width: 1px;
  height: 26px;
  margin-top: -13px;
  background-color: #efefef;
}
.searchInputBox input {
  width: 100%;
  height: 40px;
  padding: 5px 10px 5px 50px;
  border: none;
  font-family: "Roboto", sans-serif;
}
.searchInputBox input::-webkit-input-placeholder {
  /* Chrome */
  color: #b9b9b9;
}
.searchInputBox input:-ms-input-placeholder {
  /* IE 10+ */
  color: #b9b9b9;
}
.searchInputBox input::-moz-placeholder {
  /* Firefox 19+ */
  color: #b9b9b9;
  opacity: 1;
}
.searchInputBox input:-moz-placeholder {
  /* Firefox 4 - 18 */
  color: #b9b9b9;
  opacity: 1;
}
.searchInputBox input::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.searchInputBox svg {
  position: absolute;
  top: 50%;
  left: 13px;
  z-index: 1;
  width: 15px;
  height: 16px;
  margin-top: -8px;
  fill: #d5d5d5;
}

.searchTitle {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 55px;
  margin-top: 10px;
  padding-right: 15px;
  font-size: 16px;
  font-weight: 700;
  color: #2e6328;
  text-transform: uppercase;
}
.searchTitle .arrow {
  width: 10px;
  height: 10px;
  margin-top: -5px;
}
.searchTitle .arrow, .searchTitle .arrow::before, .searchTitle .arrow::after {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
}
.searchTitle .arrow::before, .searchTitle .arrow::after {
  content: "";
  width: 100%;
  height: 2px;
  margin-top: -1px;
  background-color: #818181;
}
.searchTitle .arrow::after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.searchSelectList {
  padding-left: 20px;
  padding-right: 20px;
}
.searchSelectList > li.open .searchTitle {
  color: #2e6328;
  border-top-color: #2e6328;
}
.searchSelectList > li.open .searchTitle .arrow::before, .searchSelectList > li.open .searchTitle .arrow::after {
  background-color: #2e6328;
}
.searchSelectList > li.open .searchTitle .arrow::after {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}
.searchSelectList > li.open ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.searchSelectList > li + li {
  margin-top: -1px;
}
.searchSelectList .searchTitle {
  position: relative;
  margin-top: 0;
  color: #818181;
  border-top-color: #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  cursor: pointer;
}
.searchSelectList ul {
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (min-width: 1181px) {
  .searchSelectList ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.searchSelectList ul a {
  position: relative;
  display: block;
  padding: 12px 10px 12px 25px;
  color: #777;
}
@media (max-width: 1180px) {
  .searchSelectList ul a {
    margin-right: 20px;
  }
}
.searchSelectList ul a.current, .searchSelectList ul a:hover {
  color: #2e6328;
}
.searchSelectList ul a.current::before {
  background-color: #2e6328;
}
.searchSelectList ul a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  background-color: #e4e4e4;
}

.cosmeticSearchIntrodutionBox, .detailIntrodutionBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cosmeticSearchIntrodutionBox .leftBox, .detailIntrodutionBox .leftBox {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.cosmeticSearchIntrodutionBox h2, .detailIntrodutionBox h2 {
  font-weight: 700;
  font-size: 20px;
  color: #2e6328;
  text-transform: uppercase;
}
.cosmeticSearchIntrodutionBox p, .detailIntrodutionBox p {
  margin-top: 10px;
  line-height: 1.5;
  color: #969696;
}
.cosmeticSearchIntrodutionBox .btnBox, .detailIntrodutionBox .btnBox {
  margin-top: 0;
}
.cosmeticSearchIntrodutionBox .moreBtn, .detailIntrodutionBox .moreBtn {
  min-width: 200px;
  padding-left: 30px;
  padding-right: 30px;
}
.cosmeticSearchIntrodutionBox .moreBtn svg, .detailIntrodutionBox .moreBtn svg {
  position: absolute;
  top: 50%;
  left: 15px;
  z-index: 1;
  width: 18px;
  height: 12px;
  margin-top: -6px;
  fill: #fff;
}

.detailIntrodutionBox {
  padding-top: 50px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ebebeb;
}
@media (max-width: 480px) {
  .detailIntrodutionBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .detailIntrodutionBox .btnBox {
    margin-top: 20px;
  }
}
@media (min-width: 481px) {
  .detailIntrodutionBox .introdutionBox {
    padding-right: 20px;
  }
}
.detailIntrodutionBox + .textEditor {
  margin-top: 30px;
}

@media (max-width: 480px) {
  .cosmeticSearchIntrodutionBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.cosmeticSearchIntrodutionBox .introdutionBox {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  margin-right: 0;
  padding-left: 13px;
  border-top: 1px solid #e4e4e4;
  border-left: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  background-color: #fff;
}
@media (max-width: 480px) {
  .cosmeticSearchIntrodutionBox .introdutionBox {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    border-right: 1px solid #e4e4e4;
  }
}
.cosmeticSearchIntrodutionBox .introdutionBox.cosmeticIntrodutionBox {
  margin-right: 0;
}
.cosmeticSearchIntrodutionBox .introdutionBox svg {
  width: 15px;
  height: 15px;
  margin-right: 10px;
  fill: #2e6328;
}
@media (max-width: 1180px) {
  .cosmeticSearchIntrodutionBox .btnBox, .cosmeticSearchIntrodutionBox .moreBtn {
    width: 100%;
  }
}

.detailRequestBox {
  margin-top: 30px;
}

.detailRequestTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  color: #2e6328;
}
.detailRequestTitle svg {
  width: 8px;
  height: 11px;
  margin-top: 4px;
  margin-right: 13px;
  fill: #2e6328;
}

.detailRequestListTitle, .detailRequestList > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #e4e4e4;
  border-left: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
}

.detailRequestListTitle span:first-child, .detailRequestList h4 {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 769px) {
  .detailRequestListTitle span:first-child, .detailRequestList h4 {
    width: 20.9523809524%;
  }
}
@media (min-width: 451px) and (max-width: 768px) {
  .detailRequestListTitle span:first-child, .detailRequestList h4 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 180px;
  }
}
@media (max-width: 450px) {
  .detailRequestListTitle span:first-child, .detailRequestList h4 {
    width: auto;
    margin-bottom: 10px;
  }
}

.detailRequestListTitle span:nth-child(2), .detailRequestList p {
  padding-right: 20px;
}
@media (min-width: 769px) {
  .detailRequestListTitle span:nth-child(2), .detailRequestList p {
    width: 26.6666666667%;
    padding-left: 70px;
  }
}
@media (min-width: 451px) and (max-width: 768px) {
  .detailRequestListTitle span:nth-child(2), .detailRequestList p {
    padding-left: 30px;
  }
}
@media (max-width: 450px) {
  .detailRequestListTitle span:nth-child(2), .detailRequestList p {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding-left: 20px;
  }
}

.cosmeticDetailRequestBox .detailRequestListTitle span:nth-child(2), .cosmeticDetailRequestBox .detailRequestList p {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: auto;
}

.detailRequestListTitle span:nth-child(3), .detailFeaturesList {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-left: 50px;
  padding-right: 20px;
}
@media (min-width: 769px) {
  .detailRequestListTitle span:nth-child(3), .detailFeaturesList {
    width: 52.380952381%;
  }
}

@media (max-width: 768px) {
  .detailRequestListTitle span:nth-child(3) {
    display: none;
  }
}

.detailRequestListTitle {
  background-color: #eee;
}
@media (max-width: 450px) {
  .detailRequestListTitle {
    display: none;
  }
}
.detailRequestListTitle span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 65px;
  font-weight: 700;
  color: #9f9f9f;
  text-transform: uppercase;
}
.detailRequestListTitle span + span {
  background: -webkit-gradient(linear, left top, left bottom, from(#d6d6d6), to(#d6d6d6)) 0 50%/1px 24px no-repeat;
  background: -o-linear-gradient(top, #d6d6d6, #d6d6d6) 0 50%/1px 24px no-repeat;
  background: linear-gradient(to bottom, #d6d6d6, #d6d6d6) 0 50%/1px 24px no-repeat;
}

.detailRequestList {
  border-bottom: 1px solid #e4e4e4;
}
.detailRequestList > li {
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #fff;
}
@media (max-width: 768px) {
  .detailRequestList > li {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 450px) {
  .detailRequestList > li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (min-width: 451px) {
  .detailRequestList h4 {
    font-weight: 400;
  }
}

@media (max-width: 768px) {
  .detailFeaturesList {
    width: 100%;
    margin-top: 20px;
    padding-left: 20px;
  }
}
.detailFeaturesList > li {
  position: relative;
  padding-left: 15px;
}
.detailFeaturesList > li::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  z-index: 1;
  width: 6px;
  height: 6px;
  background-color: #2e6328;
}
.detailFeaturesList > li + li {
  margin-top: 10px;
}

.cosmeticDetailRequestBox .detailRequestList > li {
  position: relative;
  padding-right: 75px;
  cursor: pointer;
}
.cosmeticDetailRequestBox .detailRequestList > li:hover {
  border-color: #2e6328;
  background-color: #2e6328;
}
.cosmeticDetailRequestBox .detailRequestList > li:hover h4, .cosmeticDetailRequestBox .detailRequestList > li:hover p {
  color: #fff;
}
.cosmeticDetailRequestBox .detailRequestList > li:hover .cosmeticDetailRequestBtn {
  border-left-color: #558050;
  background-color: #2e6328;
}
.cosmeticDetailRequestBox .detailRequestList > li:hover .cosmeticDetailRequestBtn svg {
  fill: #fff;
}
.cosmeticDetailRequestBtn {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 75px;
  height: 100%;
  border-left: 1px solid #ebebeb;
  background-color: #fbfbfb;
}
.cosmeticDetailRequestBtn svg {
  width: 16px;
  height: 21px;
  fill: #cacacb;
}

.relatedList > li {
  background-color: #fff;
  border: 1px solid #e4e4e4;
}
.relatedList > li + li {
  margin-top: 15px;
}
.relatedList .topBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
  border-bottom: 1px solid #e4e4e4;
}
@media (max-width: 400px) {
  .relatedList .topBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.relatedList .leftBox {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10px;
}
@media (max-width: 640px) {
  .relatedList .leftBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (min-width: 401px) {
  .relatedList .btnBox {
    margin-top: 0;
  }
}
@media (max-width: 400px) {
  .relatedList .btnBox, .relatedList .moreBtn {
    width: 100%;
  }
}
.relatedList h3 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 270px;
  padding-right: 20px;
  color: #2e6328;
}
@media (min-width: 641px) and (max-width: 960px) {
  .relatedList h3 {
    width: 170px;
  }
}
@media (max-width: 640px) {
  .relatedList h3 {
    -ms-flex-negative: 1;
        flex-shrink: 1;
    width: 100%;
    margin-bottom: 10px;
    padding-right: 0;
  }
}
.relatedList h3 svg {
  width: 8px;
  height: 11px;
  margin-right: 12px;
  fill: #2e6328;
}
.relatedList .descriptionBox {
  font-weight: 700;
  font-size: 16px;
  color: #2e6328;
}
.relatedList p {
  padding: 26px 15px;
}

.formulationList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 401px) {
  .formulationList {
    margin-left: -12px;
    margin-right: -12px;
  }
}
.formulationList > li {
  margin-bottom: 20px;
}
@media (min-width: 641px) {
  .formulationList > li {
    width: calc(100% / 3);
  }
}
@media (min-width: 401px) and (max-width: 640px) {
  .formulationList > li {
    width: 50%;
  }
}
@media (min-width: 401px) {
  .formulationList > li {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (max-width: 400px) {
  .formulationList > li {
    width: 100%;
  }
}
.formulationList .item:hover .Img img {
  -webkit-transform: scale(1.03);
      -ms-transform: scale(1.03);
          transform: scale(1.03);
}
.formulationList .item:hover h3 a {
  color: #2e6328;
}
.formulationList .Img {
  overflow: hidden;
}
.formulationList .Img img {
  display: block;
  max-width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.formulationList h3 a {
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #040000;
  text-align: center;
  text-transform: uppercase;
}

.guideTopList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.guideTopList > li {
  width: 50%;
}
@media (max-width: 960px) {
  .guideTopList > li {
    width: 100%;
  }
}
.guideTopList .item {
  position: relative;
}
.guideTopList .Img img {
  min-height: 300px;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.guideTopList .Txt {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
}
.guideTopList .titleMain {
  color: #2e6328;
}
.guideTopList p {
  max-width: 450px;
  margin-top: 20px;
  padding-top: 20px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.8;
  color: #3b3b3b;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(#2e6328), to(#2e6328)) 50% 0/75px 1px no-repeat;
  background: -o-linear-gradient(left, #2e6328, #2e6328) 50% 0/75px 1px no-repeat;
  background: linear-gradient(to right, #2e6328, #2e6328) 50% 0/75px 1px no-repeat;
}

.guideBttomBox {
  position: relative;
  z-index: 1;
  padding-top: 50px;
  padding-bottom: 100px;
  overflow: hidden;
}
.guideBttomList {
  counter-reset: item;
}
.guideBttomList > li {
  counter-increment: item;
  position: relative;
  padding-top: 100px;
}
.guideBttomList > li::before {
  content: "";
  position: absolute;
}
.guideBttomList .column + .column {
  position: relative;
}
@media (min-width: 641px) {
  .guideBttomList .column + .column {
    background: -webkit-gradient(linear, left top, left bottom, from(#d2ddd1), to(#d2ddd1)) 0 0/1px 100% no-repeat;
    background: -o-linear-gradient(top, #d2ddd1, #d2ddd1) 0 0/1px 100% no-repeat;
    background: linear-gradient(to bottom, #d2ddd1, #d2ddd1) 0 0/1px 100% no-repeat;
  }
  .guideBttomList .column + .column::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    background-color: #2e6328;
    -webkit-box-shadow: 0 0 0 6px #f9f9f9;
            box-shadow: 0 0 0 6px #f9f9f9;
    -webkit-transform: translateX(-50%) rotate(45deg);
        -ms-transform: translateX(-50%) rotate(45deg);
            transform: translateX(-50%) rotate(45deg);
  }
}

.boxCounter {
  position: absolute;
  top: 20px;
  left: 50%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50px;
  height: 50px;
  margin-left: -25px;
  color: #fff;
  background-color: #2e6328;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.boxCounter::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  z-index: 1;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.boxCounter span {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.guideParallaxImgTopL {
  top: 115px;
  left: -130px;
}

.guideParallaxImgTopRT {
  top: 0;
  right: 0;
}
@media (max-width: 1550px) {
  .guideParallaxImgTopRT {
    right: -200px;
  }
}
@media (max-width: 1180px) {
  .guideParallaxImgTopRT {
    display: none;
  }
}

.guideParallaxImgTopRB {
  top: 300px;
  right: 100px;
}
@media (max-width: 1180px) {
  .guideParallaxImgTopRB {
    right: -100px;
  }
}
@media (max-width: 480px) {
  .guideParallaxImgTopRB {
    display: none;
  }
}

.guideParallaxImgBottomL {
  left: 230px;
  bottom: -90px;
}
@media (max-width: 1420px) {
  .guideParallaxImgBottomL {
    left: 0;
  }
}
@media (max-width: 960px) {
  .guideParallaxImgBottomL {
    display: none;
  }
}

.guideParallaxImgBottomR {
  right: 80px;
  bottom: -160px;
}
@media (max-width: 1300px) {
  .guideParallaxImgBottomR {
    right: -200px;
  }
}
@media (max-width: 768px) {
  .guideParallaxImgBottomR {
    display: none;
  }
}