#aestheticsArea,
#historyArea {
  scroll-margin-top: 150px;
}
@media (max-width: 1180px) {
  #aestheticsArea,
  #historyArea {
    scroll-margin-top: 70px;
  }
}

.titleBox.ins .bread {
  padding-top: 52px;
}
.titleBox.ins .bread .wrap {
  justify-content: center;
}

.titleBox.ins {
  margin-top: clamp(100px, 7.292vw, 140px);
}
@media (max-width: 1180px) {
  .titleBox.ins {
    margin-top: clamp(60px, 9.2vw, 100px);
  }
}

.contentBox {
  padding-bottom: 50px;
  overflow: hidden;
}
.contentBox .videoContainer {
  margin-top: 30px;
}
.contentBox .videoContainer img {
  min-height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1180px) {
  .contentBox .videoContainer {
    margin-top: 40px;
  }
}
.contentBox .textEditor:not(:last-of-type) {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .contentBox .textEditor:not(:last-of-type) {
    margin-top: 40px;
    margin-bottom: 20px;
  }
}
@media (max-width: 640px) {
  .contentBox .textEditor:not(:last-of-type) {
    margin-top: 20px;
    margin-bottom: 10px;
  }
}

.aestheticsBox {
  padding: 40px 0 60px;
  display: flex;
  flex-direction: column;
  gap: 5.58vw;
}
@media (max-width: 1180px) {
  .aestheticsBox {
    gap: 50px;
  }
}
@media (max-width: 992px) {
  .aestheticsBox {
    padding: 40px 0 40px;
  }
}
@media (max-width: 480px) {
  .aestheticsBox {
    gap: 30px;
  }
}
.aestheticsBox .wrap {
  max-width: 1600px;
}
.aestheticsBox .topBox {
  width: 54%;
  margin: 0 auto;
}
.aestheticsBox .topBox .text {
  margin-top: 18px;
}
@media (max-width: 1440px) {
  .aestheticsBox .topBox {
    width: 70%;
  }
}
@media (max-width: 768px) {
  .aestheticsBox .topBox {
    width: 100%;
  }
}
.aestheticsBox .bottomBox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
}
@media (max-width: 768px) {
  .aestheticsBox .bottomBox {
    flex-direction: column-reverse;
  }
}
.aestheticsBox .bottomBox .Txt {
  width: 35%;
}
.aestheticsBox .bottomBox .Txt .titleBox {
  text-align: start;
  margin-bottom: 30px;
}
.aestheticsBox .bottomBox .Txt .titleBox .title {
  margin-bottom: 0;
}
.aestheticsBox .bottomBox .Txt .titleBox .text {
  margin-top: 10px;
}
@media (max-width: 1366px) {
  .aestheticsBox .bottomBox .Txt {
    width: 38%;
  }
}
@media (max-width: 768px) {
  .aestheticsBox .bottomBox .Txt {
    width: 76%;
    margin: 0 auto;
  }
}
@media (max-width: 640px) {
  .aestheticsBox .bottomBox .Txt {
    width: 88%;
  }
}
@media (max-width: 480px) {
  .aestheticsBox .bottomBox .Txt {
    width: 100%;
  }
}
.aestheticsBox .bottomBox .Img {
  width: 57.5%;
  background-color: #AA8223;
}
.aestheticsBox .bottomBox .Img img {
  width: 100%;
  height: auto;
  display: block;
  min-height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .aestheticsBox .bottomBox .Img {
    width: 76%;
    margin: 0 auto;
  }
  .aestheticsBox .bottomBox .Img img {
    min-height: unset;
  }
}
@media (max-width: 640px) {
  .aestheticsBox .bottomBox .Img {
    width: 88%;
  }
}
@media (max-width: 480px) {
  .aestheticsBox .bottomBox .Img {
    width: 100%;
  }
}

.brandArea {
  padding: 10px 0 60px;
}
@media (max-width: 768px) {
  .brandArea {
    padding: 0 0 60px;
  }
}
@media (max-width: 480px) {
  .brandArea {
    padding: 0;
  }
}
.brandArea .contentBuilder:first-of-type .mt-7 {
  margin-top: 40px;
}
@media (max-width: 1366px) {
  .brandArea .contentBuilder:first-of-type .mt-7 {
    margin-top: 10px;
  }
}
@media (max-width: 480px) {
  .brandArea .contentBuilder:first-of-type .mt-7 {
    margin-top: 0px;
  }
}
.brandArea .contentBuilder:last-of-type .mb-7 {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .brandArea .contentBuilder:last-of-type .mb-7 {
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .brandArea .contentBuilder:last-of-type .mb-7 {
    margin-bottom: 0px;
  }
}
.brandArea .contentBuilder .Img {
  background-color: #AA8223;
}

.albumList {
  margin: 0 -20px;
}
.albumList .albumItem {
  cursor: pointer;
  padding: 0 20px;
}
.albumList .albumItem img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 1180px) {
  .albumList {
    margin: 0 -15px;
  }
  .albumList .albumItem {
    padding: 0 15px;
  }
}
@media (max-width: 480px) {
  .albumList {
    margin: 0 -8px;
  }
  .albumList .albumItem {
    padding: 0 8px;
  }
}

.historyArea {
  background-color: #F0F0F0;
  overflow-x: clip;
}
@media (max-width: 1180px) {
  .historyArea {
    padding: 60px 0;
  }
}
@media (max-width: 414px) {
  .historyArea {
    padding: 40px 0;
  }
}
.historyArea .wrap {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: nowrap;
  -moz-column-gap: 50px;
       column-gap: 50px;
}
@media (max-width: 1180px) {
  .historyArea .wrap {
    flex-direction: column;
  }
}
.historyArea .leftBox {
  width: 100%;
  max-width: 340px;
  flex-shrink: 0;
  padding-top: clamp(70px, 8.125vw, 156px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.historyArea .leftBox .titleBox {
  text-align: left;
}
.historyArea .leftBox .text {
  margin-top: 10px;
}
@media (max-width: 1400px) {
  .historyArea .leftBox .text {
    font-size: 16px;
  }
}
.historyArea .leftBox .currentYearBox {
  margin-left: -10px;
  margin-bottom: 10px;
}
.historyArea .leftBox .currentYear {
  color: #878787;
  font-family: "EB Garamond", "Noto Serif TC", "Noto Serif JP", "Noto Serif KR", serif;
  font-size: clamp(100px, 10vw, 160px);
  line-height: 1;
  position: relative;
  overflow: hidden;
  height: 1em;
  display: block;
}
.historyArea .leftBox .currentYear span {
  display: block;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s ease;
}
.historyArea .leftBox .currentYear span.out {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateY(-100%);
  opacity: 0;
}
.historyArea .leftBox .currentYear span.in {
  transform: translateY(100%);
  opacity: 0;
}
@media (max-width: 1400px) {
  .historyArea .leftBox {
    max-width: 350px;
  }
}
@media (max-width: 1180px) {
  .historyArea .leftBox {
    padding-top: 0;
    max-width: 100%;
  }
  .historyArea .leftBox .currentYear {
    font-size: 100px;
  }
}
.historyArea .leftBox .bottomBox {
  margin-bottom: 85px;
}
@media (max-width: 1180px) {
  .historyArea .leftBox .bottomBox {
    display: none;
  }
}
.historyArea .historyBox {
  position: relative;
  max-width: 1000px;
  width: 100%;
  max-height: 830px;
  overflow-y: clip;
}
@media (max-width: 1680px) {
  .historyArea .historyBox {
    max-height: 780px;
  }
}
@media (max-width: 1440px) {
  .historyArea .historyBox {
    max-height: 700px;
  }
}
.historyArea .historyBox::before {
  content: "";
  position: absolute;
  pointer-events: none;
  left: 16.8%;
  top: 0;
  width: 1px;
  height: 0;
  background-color: #D4D4D4;
  transition: height 1s ease-in;
}
@media (max-width: 1180px) {
  .historyArea .historyBox::before {
    display: none;
  }
}
.historyArea .historyBox.show::before {
  height: 100%;
}
.historyArea .historyBox.show .historyItem .item::before, .historyArea .historyBox.show .historyItem .item::after {
  opacity: 1;
}
@media (max-width: 1180px) {
  .historyArea .historyBox {
    max-height: unset;
    max-width: 100%;
  }
}
.historyArea .historyList {
  padding-top: 85px;
  padding-bottom: 75px;
  position: relative;
}
.historyArea .historyList .yearGroup .yearHeader {
  display: none;
}
.historyArea .historyList .historyItem {
  position: relative;
  z-index: 2;
  padding: 18.5px 35px 18.5px 25.4%;
}
.historyArea .historyList .historyItem:not(:has(img)) {
  padding: 21px 35px 21px 25.6%;
}
.historyArea .historyList .historyItem:not(:has(img)) .item::before {
  left: -12.9%;
}
.historyArea .historyList .historyItem:not(:has(img)) .item::after {
  width: 11.2%;
  background-color: #D4D4D4;
  left: -12%;
}
.historyArea .historyList .historyItem:not(:has(img)).current .item::after {
  width: 10%;
  left: calc(-12% + 9.2px);
  background-color: #AA8223;
}
@media (max-width: 1440px) {
  .historyArea .historyList .historyItem {
    padding-right: 0;
    padding-left: 25.7%;
  }
  .historyArea .historyList .historyItem:not(:has(img)) {
    padding-left: 25.4%;
  }
}
.historyArea .historyList .historyItem.current .itemTitle {
  color: #AA8223;
  font-size: 45px;
  padding-left: 0;
}
.historyArea .historyList .historyItem.current .item::before {
  background-color: #AA8223;
  outline-color: #AA8223;
}
.historyArea .historyList .historyItem.current .item::after {
  background-color: #AA8223;
  left: calc(-12% + 12px);
}
.historyArea .historyList .itemBox {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 1;
}
.historyArea .historyList .itemBox .itemTitle {
  color: #AEAEAE;
  font-family: "EB Garamond", "Noto Serif TC", "Noto Serif JP", "Noto Serif KR", serif;
  font-size: 26px;
  transition: all 0.4s ease;
  text-align: right;
  padding-left: 35px;
}
@media (max-width: 540px) {
  .historyArea .historyList .itemBox {
    position: relative;
    left: unset;
    top: unset;
    display: inline-block;
    padding-bottom: 10px;
  }
}
.historyArea .historyList .item {
  display: flex;
  align-items: center;
  position: relative;
  gap: 23px;
}
.historyArea .historyList .item::before {
  content: "";
  position: absolute;
  pointer-events: none;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #878787;
  left: -12.56%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  border-radius: 50%;
  outline: 1px solid transparent;
  outline-offset: 7px;
  opacity: 0;
  transition: outline 0.4s ease-in-out, opacity 0.4s 0.2s ease-in-out;
  pointer-events: none;
}
.historyArea .historyList .item::after {
  content: "";
  position: absolute;
  width: 90px;
  height: 1px;
  background-color: #D4D4D4;
  left: -12%;
  transition: background-color 0.4s ease-in-out, opacity 0.4s 0.5s ease-in-out;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 1180px) {
  .historyArea .historyList .item::after {
    display: none;
  }
}
.historyArea .historyList .text {
  position: relative;
  line-height: 1.5;
  color: #5C5C5C;
  font-family: "Noto Sans TC", "Noto Sans JP", "Noto Sans KR", sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
}
@media (max-width: 540px) {
  .historyArea .historyList .text {
    font-size: 16px;
  }
}
.historyArea .historyList .Img {
  width: 100%;
  max-width: 300px;
}
.historyArea .historyList .Img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1366px) {
  .historyArea .historyList .Img {
    max-width: 280px;
  }
}
@media (max-width: 1180px) {
  .historyArea .historyList {
    padding: 0;
  }
  .historyArea .historyList::before, .historyArea .historyList::after {
    display: none;
  }
  .historyArea .historyList .itemTitle {
    font-family: "EB Garamond", "Noto Serif TC", "Noto Serif JP", "Noto Serif KR", serif;
    font-size: 32px;
    color: #AEAEAE;
    letter-spacing: 2px;
    margin-right: 25px;
    transition: all 0.4s ease;
    order: 1;
  }
  .historyArea .historyList .yearGroup {
    display: block;
    margin-bottom: 20px;
  }
  .historyArea .historyList .yearGroup .yearHeader {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    cursor: pointer;
    background: transparent;
  }
  .historyArea .historyList .yearGroup .yearHeader .headLeft {
    display: contents;
    order: 1;
  }
  .historyArea .historyList .yearGroup .yearHeader::after {
    content: "";
    order: 2;
    flex: 1;
    height: 1px;
    background: linear-gradient(to right, #AA8223 50%, #D4D4D4 50%);
    background-size: 200% 100%;
    background-position: 100% 0;
    margin-right: 25px;
    transition: background-position 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: none;
  }
  .historyArea .historyList .yearGroup .yearHeader .plusBtn {
    position: relative;
    order: 3;
    width: 12px;
    height: 12px;
    color: #AEAEAE;
  }
  .historyArea .historyList .yearGroup .yearHeader .plusBtn::before, .historyArea .historyList .yearGroup .yearHeader .plusBtn::after {
    content: "";
    position: absolute;
    background-color: currentColor;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: none;
  }
  .historyArea .historyList .yearGroup .yearHeader .plusBtn::before {
    width: 100%;
    height: 1px;
  }
  .historyArea .historyList .yearGroup .yearHeader .plusBtn::after {
    width: 1px;
    height: 100%;
  }
  .historyArea .historyList .yearGroup .yearContentWrap {
    padding: 0 30px;
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .historyArea .historyList .yearGroup .yearContentWrap .yearContentInner {
    overflow: hidden;
  }
  .historyArea .historyList .yearGroup .historyItem {
    display: block;
    padding: 15px 0;
  }
  .historyArea .historyList .yearGroup .historyItem:not(:has(img)) .item::before {
    left: 0;
    background-color: #878787;
  }
  .historyArea .historyList .yearGroup .itemBox {
    display: none;
  }
  .historyArea .historyList .yearGroup .item {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-left: 30px;
  }
  .historyArea .historyList .yearGroup .item::before {
    display: block;
    top: 8px;
    left: 0;
    transform: unset;
    outline: none;
    background-color: #878787;
  }
  .historyArea .historyList .yearGroup.active .yearHeader::after {
    background-position: 0 0;
  }
  .historyArea .historyList .yearGroup.active .yearHeader .plusBtn::before {
    transform: translate(-50%, -50%) rotate(0deg);
    opacity: 1;
    background-color: #AA8223;
  }
  .historyArea .historyList .yearGroup.active .yearHeader .plusBtn::after {
    transform: translate(-50%, -50%) rotate(90deg);
    background-color: #AA8223;
  }
  .historyArea .historyList .yearGroup.active .yearContentWrap {
    grid-template-rows: 1fr;
  }
  .historyArea .historyList .yearGroup.active .itemTitle {
    color: #AA8223;
  }
}
@media (max-width: 480px) {
  .historyArea .historyList .itemTitle {
    font-size: 28px;
  }
  .historyArea .historyList .yearGroup .yearHeader {
    padding: 0;
  }
  .historyArea .historyList .yearGroup .yearContentWrap {
    padding: 0 10px;
  }
  .historyArea .historyList .yearGroup .item {
    gap: 12px;
  }
  .historyArea .historyList .yearGroup .item::before {
    left: 0;
  }
}