@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');
@import url('//fonts.googleapis.com/earlyaccess/nanummyeongjo.css');
@import url('//fonts.googleapis.com/earlyaccess/notosanskr.css');

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Sans+SC:wght@100..900&family=Noto+Sans+TC:wght@100..900&family=Noto+Sans+Tai+Viet&family=Noto+Sans+Thai:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Quicksand:wght@300..700&display=swap');
/*body.zh-CN.translated * {*/
/*    !*font-family: "Noto Sans TC", 'Pretendard', sans-serif;*!*/
/*    font-family: "Noto Sans SC", sans-serif;*/
/*}*/

/*body.th.translated * {*/
/*    font-family: "Noto Sans Thai", 'Pretendard', sans-serif;*/
/*}*/

* {
  box-sizing: border-box;
  font-family: 'Pretendard', 'Noto Sans SC', sans-serif;
  margin: 0;
  padding: 0;
}

.clear:after {
  clear: both;
  content: '';
  display: block;
}

.number-font {
  font-family: "Lato", sans-serif;
  font-style: normal;
}

body {
  color: #1c1c1c;
  font-size: 14px;
  letter-spacing: -0.025em;
  word-break: break-all;

  & > div.content {
    margin-top: 200px;
    @media (max-width: 768px) {
      margin-top: 80px;
    }
  }

  & > section {
    margin-top: 200px;
    padding-bottom: 20px;

    &.mt-10 {
      margin-top: 40px;
      @media (max-width: 768px) {
        margin-top: 20px;
      }
    }

    &.min-height {
      min-height: calc(100vh - 200px - 504px);
    }

    &.cart-summary {
      margin-bottom: 40px;
      margin-top: 0;
    }

    &:has(.index-page) {
      margin-top: 0;
      padding: 0;
    }

    &:has(.content > .color_banner) {
      padding: 0;
    }

    @media (max-width: 1016px) {
      margin-top: 120px;
      padding: 20px;
    }
    @media (max-width: 768px) {
      padding: 20px 10px;
    }
  }

}

li {
  list-style: none;
}

a {
  color: inherit;
  cursor: pointer;
  display: inline-block;
  height: 100%;
  text-decoration: none;
  width: 100%;
}

address {
  font-style: normal;
}

img {
  vertical-align: bottom;
  width: 100%;
}


.wrap {
  margin: 0 auto;
  max-width: 1016px;
  /*padding-top: 40px;*/
  width: 100%;
}

.wrap.index-page {
  padding-top: 0;
}

.no-line {
  border: 0 !important;
}

.checkbox {
  bottom: 0;
  display: none;
  height: 0px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 0px;
}

.checkbox + label:before {
  background-image: url('../images/icons/checkbox-default-green.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  content: '';
  display: inline-block;
  flex: 18px 1;
  height: 20px;
  width: 20px;
}

.checkbox:checked + label:before {
  background-image: url('../images/icons/checkbox-checked-green.svg');
}

button {
  background-color: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-size: inherit;
  outline: none;
}

button:active {
  background-color: none;
}

i {
  display: inline-block;
  vertical-align: middle;
}

input[type="text"] {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  height: 56px;
  padding: 0 16px;
}

input:focus {
  border: 2px solid rgba(58, 76, 64, 1);
}

input[type="text"] {
  background: none;
  border: 1px solid #ededed;
  border-radius: 6px;
  color: #243b54;
  cursor: pointer;
  font-family: inherit;
  font-size: 14px;
  height: 44px;
  height: 44px;
  line-height: 32px;
  outline: 0;
  padding: 0 14px;
  position: relative;
  text-decoration: none;
  width: 100%;
}

input:focus {
  outline: none;
}

select {
  appearance: none;
  background: url('/images/icons/arrow-down-gray.svg') no-repeat right 24px center;
}

.radio {
  -webkit-appearance: none;
  border: 0;
  height: 0;
  width: 0;
}

.input {
  border: 1px solid #aaa;
  width: 100%;
}

.pc-none {
  display: none;
}

.mo-none {
  display: block;
}

#popup {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  display: flex;
  height: 100vh;
  justify-content: center;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 99999;
}

#popup.construction img {
  max-width: 1200px;
}

#popup .btn-green {
  background-color: #3A4C40;
  border-radius: 10px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  height: 54px;
  width: 100%;
}


h2 {
  margin-bottom: 40px;
  text-align: center;
}

.icon {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}

.position-relative {
  position: relative;
}

.swiper-pagination-bullet-active {
  background-color: #3A4C40 !important;
  border-radius: 4px !important;
  width: 24px !important;
}

/*
::-webkit-scrollbar{
    width: 6px;
}

::-webkit-scrollbar{
    height : 6px;
}
*/

::-webkit-scrollbar-thumb {
  background-color: #3a4c40;
  border-radius: 10px;
}

::-webkit-scrollbar-track {
  background-color: #dfdfdf;
  border-radius: 10px;
}


@media screen and (max-width: 768px) {
  .pc-none {
    display: block;
  }

  .mo-none {
    display: none;
  }

  body {
    font-size: 12px;
  }
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

.home-popup-wrap {
  height: 100vh;
  position: fixed;
  width: 100vw;
  /*background: rgba(0,0,0,0.5);*/
}

.home-popup-box {
  background: #ffffff;
  left: 50%;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 999999;
}

.home-popup-box .img-box {
  width: 400px;
}

.home-popup-box .close-btn {
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(0, 0, 0, 0.12);
  /*background: url(../images/icons/close-outline.svg);*/
  height: 40px;
  position: absolute;
  right: -40px;
  top: 0;
  width: 40px;
  z-index: 9999999;
}

.home-popup-box .hide-today {
  align-items: center;
  display: flex;
  gap: 4px;
  justify-content: flex-end;
  padding: 10px;
}

.home-popup-box .hide-today input {
  height: auto;
}

@media screen and (max-width: 600px) {
  .home-popup-box .img-box {
    max-height: 450px;
    max-width: 300px;
    width: calc(100vw - 40px);
  }

  .home-popup-box .close-btn {
    right: 0;
    top: 0;
  }
}

.equipment-introduction {
  background-color: #ffffff;

  & > p {
    color: #333333;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
    text-indent: 10px;
  }
}

.equipment-introduction > ul {
  background: #f7f7f7;
  border-radius: 20px 20px 0 0;
  margin: 0 0 60px;
  /*padding: 10px 4px 42px;*/
  overflow-x: scroll;
  padding: 20px;
  white-space: nowrap;
}

.equipment-introduction > ul::-webkit-scrollbar {
  height: 6px;
}

.equipment-introduction > ul > li {
  border-radius: 10px;
  display: inline-block;
  margin-right: 16px;
  overflow: hidden;
  transition: all 0.2s ease-in-out;

  &:hover {
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
  }

  &.on-view {
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
  }
}

.equipment-introduction > ul > li:last-child {
  margin-right: 0;
}

.equipment-introduction > ul > li .image {
  background: #ffffff;
  height: 242px;
  overflow: hidden;
  width: 242px;
}

.equipment-introduction > ul > li .equipment-name {
  align-items: center;
  background: #3a4c40;
  color: #ffffff;
  display: flex;
  font-size: 16px;
  font-weight: 600;
  justify-content: center;
  min-height: 60px;
  padding: 10px 0;
}

.equipment-detail .btn-wrap {
  align-items: center;
  background-color: #f7f7f7;
  border: 1px solid #efefef;
  border-radius: 10px;
  display: flex;
  height: 60px;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
}

.equipment-detail .btn-wrap > span {
  color: #1c1c1c;
  font-size: 16px;
  font-weight: 600;
}

.equipment-detail .btn-wrap > button {
  align-items: center;
  color: #1c1c1c;
  display: none;
  font-size: 14px;
  font-weight: 500;
  gap: 4px;
}

.equipment-detail .btn-wrap > button .icon {
  background-size: 16px 16px;
  height: 24px;
  width: 24px;
}

.equipment-detail .btn-wrap > button.on {
  display: flex;
}

.equipment-detail .btn-wraps {
  align-items: center;
  background-color: #efefef;
  border-radius: 4px;
  display: flex;
  height: 60px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 844px;
  padding-left: 16px;
  padding-right: 32px;
  width: 100%;
}

.equipment-detail .btn-wraps > span {
  color: #1c1c1c;
  font-size: 16px;
  font-weight: 600;
}

.equipment-detail .btn-wraps > button {
  color: #1c1c1c;
  display: none;
  font-size: 16px;
  font-weight: 300;
}

.equipment-detail .btn-wraps > button .icon {
  height: 7.5px;
  margin-left: 24px;
  width: 13px;
}

.equipment-detail .btn-wraps > button.on {
  display: inline-block;
}

.equipment-detail .detail-contents {
  /*max-width : 844px;*/
  display: none;
  margin: 0 auto;
  width: 100%;
}

.equipment-detail .detail-contents.on {
  display: block;
}

.recommended-wrap {
  margin: 40px 0;
}

.equipment-introduction > ul {
  font-size: 0;
}

.equipment-introduction > ul > li {
  width: calc((100% - (16px * 3)) / 4);
}

.equipment-introduction > ul > li .image {
  aspect-ratio: 1;
  height: unset;
  width: 100%;
}

@media screen and (max-width: 1016px) {

  .equipment-introduction > ul > li .equipment-name {
    font-size: 16px;
  }

  .recommended-wrap {
    padding: 0 10px;
  }

  .equipment-introduction > ul {
    margin: 0 10px 60px;
  }
}


@media screen and (max-width: 768px) {
  .equipment-introduction > p {
    font-size: 18px;
  }


  .equipment-introduction > ul > li .equipment-name {
    font-size: 14px;
  }

  .equipment-detail {
    padding: 0 10px;
  }

  .equipment-introduction > ul > li {
    margin-right: 8px;
    width: calc((100% - (8px * 2)) / 3);
  }
}

@media screen and (max-width: 480px) {
  .equipment-introduction > p {
    font-size: 16px;
  }


  .equipment-introduction > ul::-webkit-scrollbar {
    height: 4px;
  }

  .equipment-introduction > ul > li .equipment-name {
    font-size: 12px;
  }

  .equipment-detail .btn-wrap > button .icon {
    margin-left: 16px;
  }
}