@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 140px;
}

.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: 100px;
}

.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;
}

.wrapper .info_body .lastImage img {
  width: 50%;
  height: auto;

}


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

  .wrapper .info_body {
    margin: 60px auto 60px;
  }

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

  .wrapper .info_body p {
    margin-bottom: 50px;
  }

  .wrapper .info_body .lastImage img {
    width: 100%;
  }

}

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

.moreInfomation {
  display: flex;
  align-items: center;
  border: 1px solid #B0B2AF;
  padding: 15px 40px;
  max-width: 900px;
  margin: 0 auto;
}

.moreInforPrice {
  display: flex;
  white-space: nowrap;
  align-items: center;
  gap: 30px;
}

.moreInforPrice>div {
  display: flex;
  flex-direction: column;
}

.moreInforPrice>div>p {
  font-size: 18px;
}

.moreInforPrice>div>p>span {
  font-size: 13px;
}

.moreInforPrice>div>p>span:nth-of-type(2) {
  margin: 0 10px;
}

.moreInforPrice>div>p>span:first-of-type {
  margin-right: 10px;
}

/* .moreInforPrice>div>p:last-of-type {
  font-size: 11px;
} */

.moreInforPrice>p:first-of-type {
  font-size: 13px;
}

.moreInfomation img {
  width: 30px;
  height: 30px;
  margin: 0 35px;
}

.freeText {
  font-size: 25px;
}
.ottoman-caution {
  max-width: 900px;
  margin: 0 auto;
  font-size: 11px;
  text-align: right;

}

@media screen and (max-width: 768px) {
  .moreInfomation {
    width: 90%;
    flex-direction: column;
    gap: 20px;
    padding: 15px 20px;
  }

  .moreInforPrice {
    white-space: normal;
    gap: 20px;
    flex-direction: column;
  }

  .moreInfomation img {
    transform: rotate(90deg);
  }

  .ottoman-caution {
    width: 90%;
  }
}

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

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


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

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

.checkArea {
  margin: 0 auto 50px;
  border: 2px solid #eaeae2;
  padding: 20px;
  position: relative;

}

.checkArea h4 {
  display: flex;
  align-items: center;
}

.checkArea ul li {
  padding: 15px 0;
}

.arrowImage {
  width: 22px;
  margin: 0 15px;
  padding-bottom: 10px;
}

.labelArea {
  font-size: clamp(13px, 1.7vw, 16px);
  border-bottom: solid 1px #D1D1D1;
  padding-bottom: 10px;
  width: 70%;
  font-weight: bold;
}

.pointLabel {
  background-color: #eaeae2;
  color: #ffffff;
  padding: 4px 0;
  margin-bottom: -2px;
  font-size: clamp(14px, 2vw, 18px);
  font-weight: bold;
  width: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .pointLabel {
    margin: 0;
    width: 20%;
  }

  .labelArea {
    width: 75%;
  }
}

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

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

.detailsContainer {
  display: flex;
  gap: 13%;
}

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

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

.detailsTable {
  width: 80%;
  margin-top: 10px;
}

.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;
}

#aboutDetails .leftSideAbout {
  display: flex;
  width: 30%;
  gap: 10px;
}

#aboutDetails .leftSideAbout img {
  width: 95px;
  height: 68px;
  margin-top: 10px;
}

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

  #aboutDetails {
    margin: 60px auto;
  }

  .detailsContainer {
    flex-direction: column;
    gap: 10px;
  }

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

  .detailsTable,
  #aboutDetails .leftSideAbout {
    width: 100%;
  }
}

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

.imageSection {
  max-width: 1000px;
  margin: 0 auto;
  margin: 140px auto;
  width: 90%;
  display: flex;
  align-items: center;
  gap: 10%;
}

.imageLeft {
  width: 50%;
  font-size: 16px;
  line-height: 2;
  margin-left: 30px;
  white-space: nowrap;
}

.imageRight {
  width: 50%;
}

.imageRight img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .imageSection {
    flex-direction: column-reverse;
    gap: 35px;
  }

  .imageLeft {
    width: 100%;
    margin-left: 0;
    white-space: normal;
  }

  .imageRight {
    width: 80%;
  }
}

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

#questionEnAnswer {
  max-width: 1000px;
  margin: 140px auto;
  width: 90%;
}

#questionEnAnswer h2 {
  display: flex;
  flex-direction: column;
  color: #CBCBCB;
  font-size: clamp(38px, 4vw, 45px);
  white-space: nowrap;
  margin-left: 30px;
}

.QandAcontainer {
  display: flex;
  gap: 85px;
}

.QandAContent {
  background-color: #EEF0F2;
  padding: 25px 18px 25px 18px;
  margin-bottom: 10px;
}

.question {
  font-size: 18px;
  color: #B0B2AF;
}

.moreInfo {
  margin: 20px;
  font-size: 13px;
}

.linkArea {
  display: flex;
  font-size: 13px;
  gap: 50px;
  margin: 0 20px;
}

.lastButton {
  width: 475px;
  padding: 15px 0;
}

.lastArea {
  font-size: 16px;
  max-width: 800px;
  margin: 140px auto auto;
  line-height: 2;
}

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

  #questionEnAnswer h2 {
    margin-left: 0;
  }

  .QandAcontainer {
    flex-direction: column;
    gap: 20px;
  }

  .moreInfo {
    margin: 10px;
  }

  .linkArea {
    margin: 0 10px;
  }

  .lastButton {
    width: 70%;
    margin-top: 100px;
  }

  .lastArea {
    width: 90%;
    margin: 70px auto auto;
  }
}

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

.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;
  align-items: center;
}

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

.leftSide {
  width: 50%;
}

.rightSide {
  width: 50%;
}

.rightSideButton {
  width: 170px;
  margin: 0;
  padding: 20px 0px;
}

.buttonRight {
  display: flex;
  justify-content: end;
}

.buttonLeft {
  display: flex;
  justify-content: start;
}


#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;
}

#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);
}

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

.buttonArea .rightSideButton {
  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%;
  }

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

  .buttonRight,
  .buttonLeft {
    justify-content: center;
  }

}

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

#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;
  }
}

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