.about-page {
  position: relative;
  width: 100%;
}

.about-page .visual-section .title {
  position: absolute;
  left: 6%;
  top: 25vh;
  flex-direction: column;
}

.about-page .visual-section .text {
  display: inline-flex;
  align-items: flex-end;
  text-align: left;
  position: absolute;
  right: 6%;
  top: 70vh;
}

.about-page img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  top: 0;
  left: 0;
}

@media (max-width: 1024px) {
  .about-page .visual-section .title {
    width: 80%;
  }
}

@media (min-width: 1840px) {
  .about-page .about-section,
  .about-page .img-section,
  .about-page .history-section,
  .about-page .philosophy-section,
  .about-page .ecollection-section {
    padding-left: 12% !important;
    padding-right: 12% !important;
  }
}

.about-page .mv-section::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: rgba(0, 0, 0, 0.3);
  display: block;
}
.about-page .mv-section .swiper {
  width: 100%;
  height: 100vh;
  padding: 5rem 5%;
}
.about-page .mv-section .swiper-slide {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
}
.about-page .mv-section .item-0 {
  align-items: end;
}
.about-page .mv-section .item-0 .title {
  margin-right: 2.5rem;
}
.about-page .mv-section .item-1,
.about-page .mv-section .item-2 {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.about-page .mv-section .title,
.about-page .mv-section p {
  text-transform: uppercase;
  color: white;
}
.about-page .mv-section .item-1 .title p,
.about-page .mv-section .item-2 .title p {
  margin-bottom: 2.5rem;
}
.about-page .mv-section .item-1 .title span,
.about-page .mv-section .item-2 .title span {
  vertical-align: super;
}
@media (max-width: 1024px) {
  .about-page .mv-section .item-0 {
    flex-direction: column;
    justify-content: flex-end;
  }
  .about-page .mv-section .item-0 .title {
    width: 100%;
    margin-right: 0;
    text-align: left;
    margin-bottom: 2.5rem;
  }
  .about-page .mv-section .item-0 p {
    width: 100%;
  }
}

.about-page .about-section {
  width: 100%;
  margin: 7.5rem 0;
  position: relative;
  padding: 0 5%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.about-page .about-section .left_cont {
  position: relative;
  width: 50%;
}
.about-page .about-section .left_cont .title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  white-space: pre;
  text-transform: uppercase;
  padding-bottom: 3.75rem;
  margin-bottom: 3.75rem;
  width: fit-content;
  position: relative;
  text-align: left;
}
.about-page .about-section .left_cont .title p:last-child {
  margin-top: 1.25rem;
}
.about-page .about-section .left_cont > p:last-child {
  margin-top: 1.25rem;
  color: var(--clr-gray2);
  line-height: 1.5;
}
.about-page .about-section .right_cont {
  width: 50%;
  height: 80vh;
  aspect-ratio: 49/55;
  position: relative;
}
.about-page .about-section .right_cont .img_cont {
  position: relative;
  aspect-ratio: 1/1;
}
.about-page .about-section .title::after {
  position: absolute;
  content: "";
  display: block;
  width: 9.5rem;
  height: 0.125rem;
  background-color: var(--clr-black);
  bottom: 0;
  left: 0;
  z-index: 2;
}
@media (max-width: 1024px) {
  .about-page .about-section {
    margin: 11.25rem 0;
  }
  .about-page .about-section .left_cont .title {
    margin-bottom: 3.375rem;
    padding-bottom: 3.375rem;
  }
  .about-page .about-section .left_cont .title p:nth-child(2) {
    margin-bottom: 1rem;
  }
  .about-page .about-section .left_cont,
  .about-page .about-section .right_cont {
    width: 100%;
  }
  .about-page .about-section .left_cont > p:last-child {
    width: 90%;
    margin-bottom: 2.5rem;
    margin-top: 0.625rem;
    line-height: 1.7;
  }
  .about-page .about-section .left_cont > p:last-child br:first-child,
  .about-page .about-section .left_cont > p:last-child br:nth-of-type(2) {
    display: none;
  }
  .about-page .about-section .right_cont {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    position: relative;
  }
}

.about-page .img-section {
  width: 100%;
  margin: 8rem 0;
  position: relative;
  padding: 0 5%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.about-page .img-section .img_cont {
  position: relative;
  width: 18%;
  aspect-ratio: 17/15;
  height: auto;
}
@media (max-width: 1024px) {
  .about-page .img-section {
    display: none;
  }
}

.about-page .history-section {
  width: 100%;
  margin: 15rem 0;
  position: relative;
  padding: 0 5%;
}

.about-page .history-section .cont-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.about-page .history-section .title-cont {
  position: relative;
  text-transform: uppercase;
  margin-bottom: 3.125rem;
  text-align: left;
}

.about-page .history-section .left-cont {
  position: relative;
  width: 35%;
}
.about-page .history-section .left-cont .img-cont {
  position: relative;
  aspect-ratio: 1/1;
}
.about-page .history-section .right-cont {
  width: 60%;
  position: relative;
  display: flex;
  flex-direction: column;
}
.about-page .history-section .right-cont .title {
  width: 100%;
  padding: 1.88rem 0;
}
.about-page .history-section .right-cont .accordion-body > div {
  display: flex;
  margin-bottom: 1.25rem;
}
.about-page .history-section .right-cont .accordion-body > div:last-child {
  margin-bottom: 0;
}
.about-page .history-section .right-cont .accordion-body > div > p:first-child {
  margin-right: 1rem;
}
.about-page .history-section .right-cont .accordion-body > div p {
  line-height: 1.75;
  color: var(--clr-gray2);
}
.about-page .history-section .right-cont .num {
  position: absolute;
  left: 0;
  color: var(--clr-gray2);
}
.about-page .history-section .right-cont .year {
  margin-left: 20%;
  color: var(--clr-black);
}
.about-page .history-section .right-cont .accordion-body {
  margin-top: 0 !important;
  margin-left: 20%;
  padding: 0 0 1.75rem 0 !important;
  background: unset !important;
}
.about-page .history-section .right-cont .accordion-header {
  position: relative;
  border-top: 1px solid var(--clr-gray2) !important;
  padding: 1rem 0 !important;
}
.about-page .history-section .right-cont .accordion-item:last-child {
  border-bottom: 1px solid var(--clr-gray2) !important;
}
.about-page .history-section .right-cont .accordion-button::after {
  display: none;
}
@media (max-width: 1024px) {
  .about-page .history-section {
    flex-direction: column;
    margin: 11.25rem 0;
  }
  .about-page .history-section .left-cont,
  .about-page .history-section .right-cont {
    width: 100%;
  }
  .about-page .history-section .left-cont .img-cont {
    aspect-ratio: 2/1;
  }
  .about-page .history-section .right-cont {
    margin-top: 2.5rem;
  }
  .about-page .history-section .right-cont .accordion-header {
    padding: 1.25rem 0 !important;
  }
  .about-page .history-section .right-cont .accordion-body {
    padding: 0 0 0.75rem !important;
    margin-left: 2.5rem !important;
  }
  .about-page .history-section .right-cont .year,
  .about-page .history-section .right-cont .text-cont {
    margin-left: 2.5rem;
  }
  .about-page .history-section .right-cont .text-cont > div {
    display: flex;
    margin-bottom: 0.625rem;
  }
}

.about-page .philosophy-section {
  width: 100%;
  margin: 15rem 0;
  position: relative;
  padding: 0 5%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.about-page .philosophy-section .left_cont {
  position: relative;
  width: 54%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.about-page .philosophy-section .left_cont .img_cont {
  position: absolute;
  right: 0;
  top: 0;
  width: 35%;
  aspect-ratio: 1/1;
}
.about-page .philosophy-section .right_cont {
  width: 45%;
  height: auto;
  aspect-ratio: 52/54;
  position: relative;
}
.about-page .philosophy-section .title {
  position: relative;
  text-transform: uppercase;
  text-align: left;
}
.about-page .philosophy-section .title p {
  margin-bottom: 1.25rem;
  word-break: break-all;
}
.about-page .philosophy-section .left_cont .text_cont {
  width: 60%;
  color: var(--clr-gray1);
}
.about-page .philosophy-section .left_cont .text_cont p:last-child {
  margin-top: 1.25rem;
  color: var(--clr-gray2);
  line-height: 1.7;
}
@media (max-width: 1024px) {
  .about-page .philosophy-section {
    margin: 11.25rem 0;
    flex-direction: column;
  }
  .about-page .philosophy-section .left_cont,
  .about-page .philosophy-section .left_cont .text_cont,
  .about-page .philosophy-section .right_cont {
    width: 100%;
  }
  .about-page .philosophy-section .left_cont .img_cont {
    position: relative;
    right: auto;
    top: auto;
    width: 50%;
    aspect-ratio: 1/1;
    margin-left: auto;
    margin-top: 3.375rem;
  }
  .about-page .philosophy-section .title {
    top: auto;
    margin-bottom: 2rem;
  }
  .about-page .philosophy-section .title p {
    margin-bottom: 0.625rem;
    font-size: clamp(1rem, 13.5vw, 3.25rem);
  }
  .about-page .philosophy-section .title p:last-child {
    margin-bottom: 0;
  }
  .about-page .philosophy-section .right_cont {
    margin-top: 20px;
  }
}

.about-page .vb-section {
  width: 100%;
  margin: 15rem 0;
  display: block;
}
.about-page .vb-section .img_cont {
  position: relative;
  width: 100%;
  aspect-ratio: 36/7;
  height: auto;
  overflow: hidden;
}
.about-page .vb-section img {
  transition: all 0.5s;
}
.about-page .vb-section:hover img {
  transform: scale(1.1);
}
@media (max-width: 1024px) {
  .about-page .vb-section {
    display: none;
  }
}

.ecollection-section {
  width: 100%;
  margin: 15rem 0;
  display: flex;
  flex-wrap: wrap;
  padding: 0 5%;
  align-items: center;
  justify-content: space-between;
  gap: 2rem 0;
}
.ecollection-section .left_cont {
  display: flex;
  flex-direction: column;
  width: 30%;
  text-transform: uppercase;
  min-height: 45vh;
  justify-content: space-between;
}
.ecollection-section .left_cont .num {
  color: #4a3829;
}
.ecollection-section .left_cont p:nth-child(2) {
  margin: 1.25rem 0;
}
.ecollection-section .left_cont p:last-of-type {
  color: #767676;
}
.ecollection-section .left_cont .text {
  color: #434343;
  margin-bottom: 2.5rem;
}
.ecollection-section .download_btn.mo-only,
.ecollection-section .viemorebtn.mo-only {
  display: none;
}
.ecollection-section .right_cont {
  width: 60%;
  min-width: 47.5rem;
  max-width: 56.25rem;
  max-height: 80vh;
  flex-grow: 1;
  display: flex;
  justify-content: flex-end;
  align-items: stretch;
  aspect-ratio: 82/60;
}
.ecollection-section .right_cont .num {
  color: #767676;
}
.ecollection-section .right_cont li {
  display: inline-flex;
  height: 100%;
  border: 1px solid #767676;
  cursor: pointer;
  position: relative;
  flex: 0 0 auto;
  transition: flex-grow 0.3s linear;
}
.ecollection-section .right_cont li:not(:last-child) {
  border-right: none;
}
.ecollection-section .right_cont li p {
  display: flex;
  justify-content: space-between;
  writing-mode: sideways-lr;
  padding: 2.5rem 1.9rem;
  text-transform: uppercase;
}
.ecollection-section .right_cont .sub_item {
  display: none;
}
.ecollection-section .right_cont li.active {
  flex-grow: 2;
}
.ecollection-section .right_cont li.active .sub_item {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-left: 1px solid black;
  padding: 2.5rem;
}
.ecollection-section .img_cont {
  position: relative;
  width: 90%;
  height: auto;
  aspect-ratio: 11/16;
  border: 1px solid #767676;
}
.ecollection-section .download_btn {
  width: 40%;
  min-width: 5rem;
  height: auto;
  aspect-ratio: 3/1;
  border: 1px solid black;
  padding: 1rem;
  margin-top: 1.8rem;
}
.ecollection-section img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  top: 0;
  left: 0;
}
@media (max-width: 1024px) {
  .ecollection-section {
    margin: 11.25rem 0;
    flex-direction: column;
  }
  .ecollection-section .left_cont,
  .ecollection-section .right_cont {
    width: 100%;
    aspect-ratio: auto;
  }
  .ecollection-section .left_cont {
    margin-bottom: 2rem;
    min-height: unset;
  }
  .ecollection-section .left_cont .text {
    margin-bottom: 2rem;
  }
  .ecollection-section .right_cont {
    flex-direction: column;
    max-width: unset;
    min-width: unset;
    max-height: unset;
  }
  .ecollection-section .right_cont li {
    padding: 1.75rem 1.25rem;
    align-items: start;
    flex-direction: column;
    max-height: 8rem;
    overflow: hidden;
    transition: max-height 0.5s linear;
  }
  .ecollection-section .right_cont li.active {
    height: auto;
    max-height: 130vh;
  }
  .ecollection-section .right_cont li p {
    writing-mode: horizontal-tb;
    transform: none;
    padding: 0;
    flex: 1;
    justify-content: start;
  }
  .ecollection-section .right_cont li:not(:last-child) {
    border-right: 1px solid #000;
    border-bottom: none;
  }
  .ecollection-section .right_cont .num {
    margin-right: 1.25rem;
  }
  .ecollection-section .right_cont .sub_item .img_cont {
    width: 90%;
    height: auto;
    aspect-ratio: 55/81;
    margin-top: 1.75rem;
  }
  .ecollection-section .right_cont li.active .sub_item {
    display: flex;
    width: 100%;
    border-left: none;
    padding: 0;
  }
  .ecollection-section .right_cont li.active .sub_item .download_btn {
    display: none;
  }
  .ecollection-section .download_btn {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 0;
    border: none;
    width: 1.5rem;
    min-width: unset;
    padding: 0;
    aspect-ratio: 1/1;
    top: 1.25rem;
    right: 1rem;
  }
  .ecollection-section .download_btn.mo-only,
  .ecollection-section .viemorebtn.mo-only {
    display: inline-block;
  }
  .ecollection-section .viewmore-icon {
    margin-top: 3.375rem;
    width: 120px;
    height: auto;
    aspect-ratio: 156/100;
    background-size: cover;
  }
}
