header.show.top .logo svg path.cl2 {
  fill: #fff;
}

header .logo svg path.cl2 {
  fill: #2d2d2d;
}

header.show.top .header__top > ul > li > a {
  color: #fff;
}

header.show.hover .header__top > ul > li > a {
  color: rgba(255, 255, 255, 0.5);
}

.header__top > ul > li > a,
header.show .header__top > ul > li > a {
  color: rgba(0, 0, 0, 0.8);
}

header.hover.show .header__top > ul > li:hover > a,
header.hover .header__top > ul > li:hover > a {
  color: rgba(255, 255, 255, 1);
}

footer.main_ft {
  padding: 50px 0;
  background: #c3003b;
  background-size: cover;
}

section:not(.contact, .sub__bottom) {
  padding-bottom: 100px;
}
section.top__visual {
  padding-bottom: 100px;
}
section.movie {
  margin-bottom: 50px;
}
section.gallery {
  padding-bottom: 50px;
}
section.banner {
  padding-top: 0;
}
.sticky_100 {
  width: calc(100% + 290px);
  position: relative;
  display: block;
  left: -290px;
}
section.banner .contents {
  height: 50vh;
  background: rgb(46, 156, 86);
}

section.contact .contents {
  height: 50vh;
  background: rgb(146, 138, 74);
}

section.sub__bottom{
  position: relative;
}

.left__blank1 {
  padding-left: 275px;
}

.top__visual {
  position: relative;
  height: 860px;
  padding-top: 0;
}

.top__visual:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.5) 0%,
      rgba(0, 0, 0, 0) 17.52%
    ),
    linear-gradient(180deg, rgba(243, 234, 229, 0) 50.06%, #f3eae5 92.43%);
  z-index: 1;
}

.top__visual video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.top__visual h2 {
  position: absolute;
  bottom: 105px;
  left: 0;
  color: #3d3d3d;
  font-family: "Graphik";
  font-size: 75px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.03em;
  z-index: 3;
}

.movie {
  position: relative;
  height: 590px;
  padding-top: 0;
  margin-top: 70px;
}

.movie:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
      180deg,
      rgba(243, 234, 229, 0) 73.14%,
      #f3eae5 100%
    ),
    linear-gradient(180deg, #f3eae5 0%, rgba(243, 234, 229, 0) 34.53%);
  z-index: 2;
}

.movie video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  top: 0;
}

.wrap {
  display: flex;
  align-items: flex-start;
  position: relative;
  background: #f3eae5;
}

.wrap > .left {
  top: 100px;
  position: sticky;
  height: 455px;
  left: 0;
  padding-left: 45px;
  padding-right: 45px;
  z-index: 3;
}

.wrap > .left aside {
  position: relative;
  top: 55px;
  width: 200px;
  height: 350px;
  border-radius: 10px;
  background: url(../images/main/left_bg1.png) no-repeat;
  padding: 30px 10px;
  box-sizing: border-box;
  box-shadow: 0px 20px 50px 0px #00000054;
}

.wrap > .left aside div p {
  padding: 10px 15px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  border-radius: 30px;
  transition: all 0.5s ease;
  cursor: pointer;
}

.wrap > .left aside div p:last-child {
  letter-spacing: 0;
}

.wrap > .left aside div p.active {
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(10px);
  color: #fff;
}
.wrap .right {
  width: calc(100% - 290px);
}
.wrap .right section {
}

.wrap .right section > img {
  width: 100%;
}

.wrap .right .contents {
  overflow: hidden;
  padding-left: 0;
}

.wrap .right .contents h3 {
  color: #3d3d3d;
  font-size: 28px;
  font-weight: 500;
  line-height: 33.6px;
  letter-spacing: -0.03em;
  text-align: left;
  text-transform: uppercase;
  padding-bottom: 20px;
}

.swiper-horizontal {
  position: relative;
}

.swiper-slide {
  width: max-content;
}

.swiper-slide .imgbox {
  border-radius: 10px;
  overflow: hidden;
  font-size: 0;
  transition: box-shadow 0.5s ease;
  width: 100%;
}

.swiper-slide .imgbox img {
  width: 100%;
  max-height: 40vh;
}

.swiper-slide.type3 .imgbox img,
.swiper-slide.type2 .imgbox img {
  max-height: 40vh;
}

.swiper-slide:hover .imgbox {
  box-shadow: 0px 20px 50px 0px #00000054;
}

.swiper-slide .textbox {
  width: 100%;
}

.swiper-slide .textbox > span {
  margin-top: 20px;
  display: block;
  color: #ff795b;
  font-size: 14px;
  font-weight: 700;
  line-height: 18.44px;
  letter-spacing: -0.03em;
  text-align: left;
}

.swiper-slide .textbox > p {
  margin-top: 15px;
  font-size: 18px;
  font-weight: 500;
  line-height: 23.71px;
  letter-spacing: -0.03em;
  text-align: left;
  color: #292929;
}

.swiper-slide .textbox > p > span {
  color: #bdbdbd;
}

.swiper-slide .textbox .more {
  display: flex;
  gap: 7px;
  margin-top: 10px;
  align-items: center;
}

.swiper-slide .textbox .more > span {
  font-size: 13px;
  font-weight: 500;
  line-height: 17.12px;
  letter-spacing: -0.03em;
  text-align: left;
  color: #00000073;
  text-transform: uppercase;
  transition: color 0.5s ease;
}

.swiper-slide:hover .textbox .more > span {
  color: #ff795b;
}

.swiper-slide .textbox .more > div {
  width: 17px;
  height: 17px;
  padding: 2px;
  box-sizing: border-box;
  display: flex;
  border-radius: 50%;
  background: #535353;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease;
  position: relative;
}

.swiper-slide:hover .textbox .more > div {
  width: 40px;
  background: #ff795b;
  border-radius: 9px;
  padding: 2px;
  box-sizing: border-box;
  justify-content: flex-end;
}

.swiper-slide .textbox .more > div > span {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: transparent;
  transition: all 0.5s ease;
  padding: 2px;
  box-sizing: border-box;
  display: flex;
  position: absolute;
  right: 2px;
}

.swiper-slide .textbox .more > div > span > img {
  transition: filter 0.5s ease;
}

.swiper-slide:hover .textbox .more > div > span {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #fff;
}

.swiper-slide:hover .textbox .more > div > span > img {
  filter: invert(79%) sepia(70%) saturate(6292%) hue-rotate(329deg)
    brightness(126%) contrast(124%);
}

.swiper-slide.type1 {
  width: 17vw;
}

.swiper-slide.type2 {
  width: 25vw;
}

.swiper-slide.type3 {
  width: 26.7vw;
}

.swiper-slide.type4 {
  width: 27vw;
}

.swiper-slide.type5 {
  width: 26.7vw;
}

section.contact {
  background: #fff;
  padding-top: 0;
  border-top: 1px solid #939393;
  overflow-x: hidden;
}

.contact__inner {
  display: flex;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

.contact__inner .left {
  padding-top: 55px;
  padding-left: 190px;
  padding-right: 120px;
  border-right: 1px solid #00000026;
}

.contact__inner .right {
  flex: 1;
}

.contact__inner .left > span {
  width: 178px;
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Lovelace";
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.02em;
  padding: 16px 20px 10px;
  border-radius: 5px;
  background: #c0ad7c;
  box-sizing: border-box;
}

.contact__inner .left > h3 {
  margin-top: 80px;
  font-family: "Lovelace";
  font-size: 64px;
  font-weight: 300;
  line-height: 89.73px;
  letter-spacing: -0.02em;
  text-align: left;
}

.contact__inner .left > a {
  display: block;
  margin-top: 22px;
}

.contact__inner .left > p {
  margin-top: 17px;
  font-size: 13px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.01em;
}

.contact__inner .left > p > span {
  font-size: 13px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.01em;
  text-align: left;
}

.contact__inner .left > p > a {
  font-size: 13px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.01em;
  text-align: left;
}

.contact__inner .right .top,
.contact__inner .right .bottom {
  padding-left: 85px;
  padding-right: 190px;
}

.contact__inner .right .top {
  padding-top: 24px;
  padding-bottom: 18px;
}

.contact__inner .right .top ul {
  display: flex;
  align-items: center;
  gap: 50px;
  justify-content: space-between;
}

.contact__inner .right .top ul li.reverse {
  display: none;
}

.contact__inner .right .bottom {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}

.contact__inner .right .bottom::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 1px;
  background: #00000026;
}

.contact__inner .right .bottom > ul {
  display: flex;
  gap: 70px;
  justify-content: space-between;
}

.contact__inner .right .bottom > ul > li > a {
  font-size: 21px;
  font-weight: 700;
  line-height: 44px;
  letter-spacing: -1px;
  text-align: left;
  transition: color 0.5s ease;
}

.contact__inner .right .bottom > ul > li > a > span {
  font-family: "Pretendard";
}

.contact__inner .right .bottom > ul > li:hover > a {
  color: #c3003b;
}

.contact__inner .right .bottom > ul > li > ul > li > a {
  font-size: 18px;
  font-weight: 500;
  line-height: 33px;
  letter-spacing: -0.03em;
  text-align: left;
  color: #939393;
}

.contact__inner .right .bottom > ul > li > ul > li:hover > a {
  transition: color 0.5s ease;
  color: #333;
}

footer .banner {
  padding: 0;
}

.footer__inner {
  display: flex;
  width: 100%;
  max-width: 1920px;
  padding: 0 45px;
  box-sizing: border-box;
  margin: 0 auto;
  justify-content: space-between;
}

/*

.footer__inner .left {
    padding-left: 190px;
}

.footer__inner .right {
    padding-right: 190px;
}
*/

.footer__inner .left ul li {
  display: flex;
  gap: 60px;
}

.footer__inner .left ul li span {
  width: 135px;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -1px;
  text-align: left;
  color: rgba(255, 255, 255, 0.5);
}

.footer__inner .left ul li p {
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -1px;
  text-align: left;
  color: #fff;
}

.footer__inner .right ul {
  display: flex;
  gap: 20px;
  align-items: center;
  flex-direction: row-reverse;
}

.footer__inner .right ul li a {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.28px;
}

.footer__inner .right ul li span.blank {
  display: block;
  width: 1px;
  height: 14px;
  background: rgba(255, 255, 255, 0.4);
}

.footer__inner .right p {
  margin-top: 80px;
  color: rgba(255, 255, 255, 0.5);
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.swiper-button-next,
.swiper-button-prev {
  display: none;
}

.ft_box_v4 {
  display: none !important;
}

.pc_sns .ft_box_v4 {
  display: block !important;
  margin-top: 0;
}

.pc_sns .ft_box_v4 li {
  display: block;
}

.pc_sns .ft_box_v4 li:nth-child(1) {
  margin-right: 0;
  margin-bottom: 80px;
}

.pc_sns .ft_box_v4 li:nth-child(1):after {
  display: none;
}

.pc_sns .ft_box_v4 li .sns,
.pc_sns .ft_box_v4 li .call_ {
  display: block;
}

.pc_sns .ft_box_v4 li p {
  margin-right: 0;
  margin-bottom: 30px;
}

@media screen and (max-width: 1920px) {
  .contact__inner .left {
    padding-left: 8vw;
    padding-right: 120px;
  }

  .contact__inner .right .top,
  .contact__inner .right .bottom {
    padding-right: 8vw;
  }

  /*
    .footer__inner .left {
        padding-left: 8vw;
    }

    .footer__inner .right {
        padding-right: 8vw;
    }
*/
}

@media screen and (max-width: 1800px) {
  .contact__inner .left {
    padding-left: 5vw;
    padding-right: 60px;
  }

  .contact__inner .right .top,
  .contact__inner .right .bottom {
    padding-right: 5vw;
  }

  /*
    .footer__inner .left {
        padding-left: 5vw;
    }

    .footer__inner .right {
        padding-right: 5vw;
    }
*/
}

@media screen and (max-width: 1650px) {
  .contact__inner .left {
    padding-left: 2.5vw;
  }

  .contact__inner .right .top,
  .contact__inner .right .bottom {
    padding-right: 2.5vw;
  }

  /*

    .footer__inner .left {
        padding-left: 2.5vw;
    }
*/

  /*
    .footer__inner .right {
        padding-right: 2.5vw;
    }
*/

  .contact__inner .left > h3 {
    font-size: 50px;
  }

  .contact__inner .right .top,
  .contact__inner .right .bottom {
    padding-left: 45px;
  }
}

@media screen and (max-width: 1540px) {
  section.sub__bottom .box > div:nth-child(4) {
    display: flex !important;
  }

  .contact__inner .left {
    display: none;
  }

  .contact__inner .right .top ul {
    justify-content: center;
  }
}

@media screen and (max-width: 1500px) {
  .contact__inner .left {
    padding-left: 2.5vw;
    width: 30%;
  }

  /*
    .contact__inner .right {
        flex: inherit;
        width: 70%;
    }

    .contact__inner .right .top ul {
        gap: 25px;
    }
*/

  .contact__inner .right .top,
  .contact__inner .right .bottom {
    padding-left: 30px;
  }

  .contact__inner .right .bottom > ul {
    display: flex;
    gap: 1vw;
  }
}

@media screen and (max-width: 1400px) {
  .footer__inner {
    padding: 0 40px;
  }
}

@media screen and (max-width: 1280px) {
  /*
    header.top .header__top > .ham span,
    header.show.reverse.top .header__top > .ham span,
    .header__top > .ham span {
        background: #000;
    }
*/
  .header__top > .ham span,
  header.show .header__top > .ham span,
  body.on header.reverse .header__top > .ham span,
  body.on header.reverse.show .header__top > .ham span {
    background: #000;
  }

  header.on .header__top > .ham span {
    background: #fff;
  }

  body.on .header__top > ul > li > a {
    color: #fff;
  }

  header.show.top .header__top > .ham span,
  header.reverse .header__top > .ham span,
  header.reverse.show .header__top > .ham span {
    background: #fff;
  }
  .sticky_100 {
    width: 100%;
    left: 0px;
  }
  .contact__inner .left,
  .contact__inner .right {
    width: 100%;
    padding: 0 40px;
    box-sizing: border-box;
  }

  .contact__inner {
    display: flex;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    flex-direction: column;
  }

  .contact__inner .right .top ul {
    display: flex;
    align-items: center;
    gap: 0px;
    justify-content: space-between;
  }

  .contact__inner .right .top,
  .contact__inner .right .bottom {
    padding: 44px 0;
  }

  .contact__inner .left {
    border-bottom: 1px solid #00000026;
    padding: 44px 40px;
    text-align: center;
  }

  .contact__inner .left > span {
    margin: 0 auto;
  }

  .contact__inner .left > h3 {
    text-align: center;
    margin-top: 40px;
  }

  .contact__inner .right .bottom::before {
    left: -40px;
  }

  .contact__inner .right .bottom {
    display: none;
  }

  .contact__inner .right .top > ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
    /* 넘치는 요소 숨김 */
    white-space: nowrap;
    /* 요소들이 한 줄로 나열되도록 설정 */
    display: flex;
    /* Flexbox 사용 */
    animation: moveRightToLeft 10s linear infinite;
    /* 애니메이션 적용 */
  }

  .contact__inner .right .top > ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
    /* 넘치는 요소 숨김 */
    white-space: nowrap;
    /* 요소들이 한 줄로 나열되도록 설정 */
    display: flex;
    /* Flexbox 사용 */
    animation: moveRightToLeft 10s linear infinite;
    /* 애니메이션 적용 */
    width: max-content;
  }

  .contact__inner .right .top > ul li {
    margin-right: 10px;
    /* 이미지 간격 설정 */
    flex-shrink: 0;
    /* Flexbox 아이템이 줄어들지 않도록 설정 */
  }

  .contact__inner .right .top > ul li img {
    max-width: 100%;
    /* 이미지의 최대 너비 설정 */
    height: auto;
    /* 이미지의 높이 자동 조절 */
    display: block;
    /* 이미지를 블록 요소로 설정하여 다른 요소들과 겹치지 않도록 함 */
  }

  @keyframes moveRightToLeft {
    0% {
      transform: translateX(100%);
      /* 초기 위치 */
    }

    100% {
      transform: translateX(-100%);
      /* 최종 위치 */
    }
  }

  .wrap > .left {
    display: none;
  }
  .wrap .right {
    width: 100%;
  }

  .wrap .right .contents {
    width: 100%;
    padding: 0 40px;
    box-sizing: border-box;
  }

  .left__blank1 {
    padding-left: 40px;
  }
}

@media screen and (max-width: 1024px) {
  footer .banner {
    padding: 50px 0;
  }

  .footer__inner {
    display: flex;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
  }

  .footer__inner .left {
    padding-left: 0;
  }

  .footer__inner .right {
    padding-right: 0;
    text-align: center;
  }

  .footer__inner .right ul {
    flex-direction: row-reverse;
    justify-content: flex-end;
    margin-top: 30px;
  }

  .footer__inner .right p {
    margin-top: 40px;
  }

  .footer__inner {
    padding: 0 20px;
    box-sizing: border-box;
  }

  .footer__inner .right p {
    margin-top: 40px;
    text-align: left;
  }

  .footer__inner .left ul li {
    display: flex;
    gap: 0;
  }

  .footer__inner .left ul li span {
    font-size: 15px;
  }

  .footer__inner .left ul li p {
    font-size: 13px;
  }

  .footer__inner .right ul li a {
    color: #fff;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.28px;
  }

  .footer__inner .right p {
    margin-top: 40px;
    font-size: 12px;
  }

  .contact__inner .left > span {
    margin: 0 auto;
    font-size: 15px;
    width: 150px;
  }

  .contact__inner .left > a img {
    width: 140px;
  }

  .contact__inner .left > h3 {
    font-size: 35px;
    margin-top: 40px;
    line-height: 1.5;
  }

  .contact__inner .right .top,
  .contact__inner .right .bottom {
    padding: 15px 0;
  }

  .contact__inner .left {
    border-bottom: 1px solid #00000026;
    padding: 30px 20px;
    text-align: center;
  }

  .swiper-slide .textbox > span {
    font-size: 1.4vw;
  }

  .swiper-slide .textbox > p {
    font-size: 1.8vw;
  }

  .swiper-slide .textbox .more > span {
    font-size: 1.3vw;
  }

  .swiper-slide .textbox .more > div {
    width: 1.67vw;
    height: 1.67vw;
  }

  .swiper-slide .textbox .more > span {
    font-size: 1.3vw;
    line-height: 1;
  }

  .swiper-slide .textbox .more > div > span {
    width: 10px;
    height: 10px;
    padding: 2px;
    right: inherit;
  }
}

@media screen and (max-width: 780px) {
  section {
    padding-top: 50px;
  }

  section.banner img {
    height: 31vw;
  }
  section:not(.contact, .sub__bottom) {
    padding-bottom: 50px;
  }
  .top__visual h2 {
    font-size: 55px;
    text-indent: -10px;
  }

  .wrap .right .contents {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }

  .swiper-slide .textbox > span {
    font-size: 18px;
  }

  .swiper-slide .textbox > p {
    font-size: 15px;
  }

  .swiper-slide .textbox .more > span {
    font-size: 11px;
    line-height: 1;
  }

  .swiper-slide .textbox .more > div {
    width: 17px;
    height: 17px;
  }

  .swiper-slide .textbox .more > div > span {
    width: 13px;
    height: 13px;
    padding: 2px;
    right: inherit;
  }

  .wrap .right .contents h3 {
    margin-top: 0;
    font-size: 25px;
  }

  .left__blank1 {
    padding-left: 20px;
  }
}

@media screen and (max-width: 640px) {
  .footer__inner {
    align-items: flex-start;
  }

  .top__visual h2 {
    font-size: 40px;
    text-indent: 0;
  }

  .top__visual {
    position: relative;
    height: 100vh;
    padding-top: 0;
  }
}
