@charset "utf-8";

.wrapper {
  width: 100%;
  /* max-width: 1200px; */
  margin: 0 auto;
  letter-spacing: 0.1em;
}

.wrapper img {
  display: block;
  max-width: 100%;
  height: auto;
}

.wrapper .title {
  width: 90%;
  max-width: 1000px;
  display: block;
  padding: 90px 0 0px;
  margin: 0 auto;
  /* border-bottom: 1px solid #DADDD8; */
}

.wrapper .title>div {
  display: flex;
  align-items: center;
}

.wrapper .title>div>span {
  font-size: 11px;
  display: inline-block;
  padding: 5px 15px;
  border: 1px solid #D1D1D1;
  border-radius: 6px;
  margin-right: 15px;
}

.wrapper .title>div>small {
  font-size: 10px;
}

.wrapper .title>h1 {
  font-size: 23px;
  margin-top: 10px;
}

@media(min-width:1000px) {
  .wrapper .title {
    padding: 90px 50px 0;
  }

  .wrapper .title>h1 {
    font-size: 34px;
  }
}

.wrapper .info_body {
  width: 90%;
  max-width: 900px;
  margin: 60px auto 60px;
  /* border-bottom: 1px solid #D1D1D1; */
  /* padding-bottom: 50px; */
}

.wrapper .info_body h2 {
  font-size: clamp(25px, 2.5vw, 30px);
  margin: 80px 0 30px 0;
  align-items: center;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.wrapper .info_body span {
  font-size: 15px;
  margin-top: 20px;
}

.wrapper .info_body p {
  line-height: 2.4;
  font-size: clamp(13px, 1.5vw, 16px);
  margin-bottom: 25px;
}

.wrapper .info_body .underline {
  text-decoration: underline;
}

.wrapper .info_body small {
  display: flex;
  margin-bottom: 8px;
}

.wrapper .info_body small span {
  margin-right: 5px;
}


.wrapper .info_body img {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}



@media screen and (max-width: 768px) {

  .wrapper .info_body h2 {
    margin: 40px 0 40px 0;
  }

}


/* ============================================== */
#include_contact {
  border-top: unset !important;
  border-bottom: unset !important;
}

@media (min-width: 1000px) {
  #include_contact .inner h2 {
    flex-direction: column !important;
  }
}


/* ============================================== */

.checkArea {
  max-width: 450px;
  margin: 0 auto 50px;
}

.checkArea h4 {
  display: flex;
  align-items: center;
  /* justify-content: center; */
}

.checkArea ul li {
  border-bottom: solid 1px #D1D1D1;
  padding: 30px 0;
}

.arrowImage {
  width: 22px;
  margin: 0 15px;
}

.labelArea {
  font-size: clamp(13px, 1.7vw, 16px);
}

/* ============================================== */

#aboutDetails {
  max-width: 900px;
  margin: 140px auto;
  width: 90%;
}

.detailsContainer {
  display: flex;
  justify-content: space-between;
}

#aboutDetails h2 {
  display: flex;
  flex-direction: column;
  color: #CBCBCB;
  font-size: clamp(38px, 4vw, 45px);
  margin: 0 200px 0 0;
}

#aboutDetails span {
  font-size: 13px;
}

.detailsTable table p {
  font-size: clamp(12px, 1.7vw, 15px);
}

.detailsTable table tr {
  border-bottom: #B0B2AF 1px solid;
}

.detailsTable>table>tbody>tr>th {
  width: auto;
  white-space: nowrap;
  height: auto;
  text-align: left;
  vertical-align: top;
  padding: 30px 30px 30px 0;
}

.detailsTable>table>tbody>tr:first-child>th,
.detailsTable>table>tbody>tr:first-child>td {
  padding-top: 0;
}

.detailsTable>table>tbody>tr>td {
  width: 100%;
  height: auto;
  padding: 30px 0;
}

@media screen and (max-width: 768px) {

  #aboutDetails {
    margin: 60px auto;
  }

  .detailsContainer {
    flex-direction: column;
  }

  #aboutDetails h2 {
    margin-bottom: 20px;
  }
}

/* ============================================== */

.bestSellerContainer {
  max-width: 1100px;
  margin: 0 auto;
  width: 90%;
}

#bestSeller h2 {
  display: flex;
  flex-direction: column;
  color: #CBCBCB;
  font-size: clamp(38px, 4vw, 45px);
  align-items: center;
}

#bestSeller span {
  font-size: 13px;
}

#bestSeller ul li {
  display: flex;
  gap: 100px;
  margin: 100px 0;
}

#bestSeller ul li img {
  width: 100%;
  height: auto;
}

.leftSide {
  width: 50%;
}

.rightSide {
  width: 50%;
}

#bestSeller ul li p {
  font-size: clamp(12px, 1.7vw, 15px);
  line-height: 2;
}

#bestSeller ul li>div>p:first-of-type {
  margin: 20px 0 50px;
  color: #B0B2AF;
}

#bestSeller ul li:nth-child(even) {
  flex-direction: row-reverse;
}

#bestSeller ul li>div>p:first-of-type span {
  margin-left: 20px;
}

#bestSeller h3 {
  display: flex;
  flex-direction: column;
  font-size: clamp(22px, 2.5vw, 30px);
}

.moreDetails {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 100px 0;
  background-color: #ECEBE4;
  text-align: center;
}

.moreDetails p {
  font-size: clamp(12px, 1.7vw, 15px);
  line-height: 2;
  margin: 50px 0 30px;
}

.moreButton {
  width: 270px;
  padding: 1.58em 0.2em;
}

.buttonArea {
  display: flex;
  gap: 50px;
}

.buttonArea .base_btn {
  background-color: #fff;
  border-color: #fff;
}

@media screen and (max-width: 768px) {
  #bestSeller ul li {
    flex-direction: column;
    margin: 50px auto 0px;
    gap: 35px;
  }

  #bestSeller ul li>div>p:first-of-type {
    margin: 20px 0 30px;
  }

  #bestSeller ul li:nth-child(even) {
    flex-direction: column;
  }

  #bestSeller ul li:nth-child(4)>div>p:nth-of-type(2) {
    margin-bottom: 70px;
  }

  .leftSide {
    width: 100%;
  }

  .rightSide {
    width: 100%;
  }

  .moreDetails {
    padding: 50px 0;
  }

  .buttonArea {
    flex-direction: column;
    gap: 35px;
  }

}

/* ============================================== */

#coordinateArea {
  max-width: 1200px;
  margin: 160px auto 0;
  width: 90%;
}

#coordinateArea ul {
  width: 100%;
}

#coordinateArea ul li {
  display: flex;
  margin-bottom: 100px;
}

#coordinateArea ul li img {
  width: 50%;
}

#coordinateArea ul li:nth-of-type(2n) img {
  order: 1;
}

#coordinateArea ul li:last-of-type {
  margin-bottom: 0;
}

#coordinateArea h3 {
  display: flex;
  flex-direction: column;
  font-size: clamp(18px, 2vw, 25px);
}

#coordinateArea span {
  font-size: 15px;
  margin-top: 5px;
}

.textArea {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.7;
  letter-spacing: .2ex;
}

.textArea p {
  font-size: clamp(13px, 1.7vw, 15px);
}

.textArea p:first-of-type{
  margin: 40px 0 15px;
}

.textArea p:nth-of-type(2){
  margin-bottom: 25px;
}

.textArea>div {
  width: clamp(280px, 80%, 420px);
}

@media screen and (max-width: 768px) {
  #coordinateArea {
    margin: 80px auto 0;
  }

  #coordinateArea ul li {
    flex-direction: column;
  }

  #coordinateArea ul li img {
    width: 100%;
    margin-bottom: 20px;
  }
  .textArea {
    width: 100%;
    justify-content: start;
  }

  .textArea p:first-of-type {
    margin: 20px 0 15px;
  }
}

/* ============================================== */
#historyBackBtn {
  display: block;
  width: 170px;
  height: auto;
  padding: 10px 0;
  margin: 0 auto 80px;
  border: 1px solid #D1D1D1;
  text-align: center;
  font-size: 12px;
  border-radius: 7px;
  position: relative;
  transition: .4s;
  overflow: hidden;
}

#historyBackBtn::before {
  position: absolute;
  z-index: -1;
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: bottom;
  transform: scaleY(0%);
  transition: transform .4s;
  background-color: #1c1c1c;
}

#historyBackBtn:hover {
  color: #fff;
}

#historyBackBtn:hover::before {
  transform-origin: top;
  transform: scaleY(100%);
}

@media (min-width: 1000px) {
  #historyBackBtn {
    margin-bottom: 180px;
  }
}

/* ============================================== */