@charset "UTF-8";
@import url("reset.css");
@import url("https://fonts.googleapis.com/css2?family=Rufina:wght@400;700&display=swap");
/*
.rufina-regular {
  font-family: "Rufina", serif;
  font-weight: 400;
  font-style: normal;
}

.rufina-bold {
  font-family: "Rufina", serif;
  font-weight: 700;
  font-style: normal;
}
 */
@font-face {
  font-family: "POORICH";
  src: url("./fonts/POORICH.TTF") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Vogue";
  src: url("./fonts/Vogue.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
/* POOR RICHARD */
@font-face {
  font-family: "Pretendard-Regular";
  src: url("https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/* PRETENDARD */
html,
body {
  font-size: 62.5%;
}

/* 
 body::-webkit-scrollbar {
    display: none;
}  */
body {
  cursor: url("../img/cursor.png") 16 16, auto;
}

a:hover,
button:hover {
  cursor: url("../img/cursorclick.png") 16 16, auto;
}

/* .cursor {
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    border: 2px solid #fff;
    background-color: rgba(0, 0, 0, 0);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    transform: translate(-50%, -50%);
    pointer-events: none; 

    &::before {
        content: '';
        font-size: 2rem;
        padding: 2rem;
        border-radius: 50%;
        position:absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        mix-blend-mode: difference;
        background-image: linear-gradient(#fff, #fff);
        display: none;

    }

    &.active {
        width: 8rem;
        height: 8rem;
        mix-blend-mode: difference;
        background-image: linear-gradient(#fff, #fff);
    }
}
 */
.header {
  width: 100%;
  height: 9rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: transparent;
  transform: translateY(0);
  transition: 0.7s;
  background-color: #fff;
}
.header.active {
  transform: translateY(-100%);
}
.header .inner {
  max-width: 176rem;
  width: calc(100% - 60px);
  margin: 0 auto;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: transparent;
}
.header .inner .mobile {
  order: -1;
  width: 34%;
  height: 100vh;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 80% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 80% 100%, 0% 100%);
  background-color: #203163;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateX(-100%);
  transition: 0.7s;
}
.header .inner .mobile.active {
  transform: translateX(0);
}
.header .inner .mobile .mobile_inner {
  padding: 0 clamp(3rem, 2.5vw, 8rem);
  margin: 0 auto;
}
.header .inner .mobile .mobile_inner .mobile_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 9rem;
}
.header .inner .mobile .mobile_inner .mobile_header h2 {
  font-family: "Rufina", serif;
  font-size: clamp(2rem, 2.5vw, 4.2rem);
  white-space: nowrap;
}
.header .inner .mobile .mobile_inner .mobile_header .menu {
  display: flex;
  justify-content: center;
  align-items: center;
  width: clamp(3rem, 0.38vw + 2.85rem, 3.6rem);
  height: clamp(3rem, 0.38vw + 2.85rem, 3.6rem);
}
.header .inner .mobile .mobile_inner .mobile_header .menu img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.header .inner .mobile .mobile_inner .mobile_info {
  margin-top: 4rem;
}
.header .inner .mobile .mobile_inner .mobile_info .mobile_gnb {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
}
.header .inner .mobile .mobile_inner .mobile_info .mobile_gnb .depth-01 {
  font-family: "POORICH";
  display: block;
  font-size: clamp(3rem, 3.8vw, 7.8rem);
  margin-bottom: 3rem;
}
.header .inner .mobile .mobile_inner .mobile_info .mobile_gnb .depth-01:hover {
  color: #FECB73;
}
.header .inner .mobile .mobile_inner .mobile_info .mobile_gnb .depth-01.active {
  color: #FECB73;
}
.header .inner .mobile .mobile_inner .mobile_info .mobile_gnb .depth-02 {
  display: none;
}
.header .inner .mobile .mobile_inner .mobile_info .mobile_gnb .depth-02 li {
  font-size: clamp(2rem, 2vw, 4rem);
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 2rem;
  padding-left: 2rem;
}
.header .inner .mobile .mobile_inner .mobile_info .mobile_gnb .depth-02 li a {
  display: block;
}
.header .inner .mobile .mobile_inner .mobile_info .mobile_gnb .depth-02 li:hover {
  color: #fff;
}
.header .inner .logo {
  max-width: clamp(16rem, 1.29vw + 11.51rem, 18rem);
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .inner .logo a {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .inner .logo a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.header .inner .nav {
  font-family: "POORICH";
  order: -1;
}
.header .inner .nav .menu {
  display: flex;
  align-items: center;
}
.header .inner .nav .menu .image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: clamp(3rem, 0.38vw + 2.85rem, 3.6rem);
  height: clamp(3rem, 0.38vw + 2.85rem, 3.6rem);
}
.header .inner .nav .menu .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.header .inner .nav .menu p {
  font-size: clamp(3rem, 0.38vw + 2.85rem, 3.6rem);
  color: #203163;
}
.header .inner .option {
  display: flex;
  gap: 1rem;
}
.header .inner .option a {
  display: block;
  width: clamp(3rem, 0.38vw + 2.85rem, 3.6rem);
  height: clamp(3rem, 0.38vw + 2.85rem, 3.6rem);
}
.header .inner .option a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.main .main_visual {
  width: 100%;
  position: relative;
}
.main .main_visual .inner {
  width: 100%;
}
.main .main_visual .inner .title_box {
  padding-top: clamp(11rem, 5vw + 5rem, 15rem);
  position: relative;
}
.main .main_visual .inner .title_box h2 {
  font-family: "Rufina", serif;
  font-size: clamp(6rem, 9vw, 16.4rem);
  text-align: center;
  color: #203163;
  white-space: nowrap;
  display: block;
  margin-bottom: 2rem;
}
.main .main_visual .inner .title_box p {
  font-family: "POORICH";
  font-size: clamp(3rem, 2vw, 4.2rem);
  text-align: center;
  color: #203163;
  white-space: nowrap;
}
.main .main_visual .inner .item_box {
  width: 100%;
  display: flex;
  /* margin: 3rem 0; */
  justify-content: space-between;
}
.main .main_visual .inner .item_box .image {
  width: 25%;
  animation: updown 2s ease-in-out infinite;
  position: relative;
}
.main .main_visual .inner .item_box .image .shadow {
  position: absolute;
  bottom: -1rem;
  left: 56%;
  transform: translateX(-50%);
  width: 70%;
  height: 1.5rem;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
  filter: blur(5px);
  animation: shadowPulse 1s ease-in-out infinite;
  z-index: 1;
}
.main .main_visual .inner .item_box .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main .main_visual .inner .item_box .left {
  margin-left: 4rem;
}
.main .main_visual .inner .item_box .left:hover img {
  transform: rotate(0);
}
.main .main_visual .inner .item_box .left img {
  transform: rotate(-10deg);
  transition: 0.3s;
}
.main .main_visual .inner .item_box .right {
  margin-right: 4rem;
}
.main .main_visual .inner .item_box .right .shadow {
  left: 44%;
}
.main .main_visual .inner .item_box .right img {
  transform: rotate(10deg);
}
.main .main_visual .inner .video_wrap {
  position: sticky;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  /* transform: translateY(-50%);  */
}
.main .main_visual .inner .video_wrap::after {
  content: "Scroll";
  font-size: clamp(1.8rem, 1.5vw + 1rem, 2rem);
  position: absolute;
  top: -6rem;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.7;
  animation: scrollmoves 1s linear infinite;
}
.main .main_visual .inner .video_wrap::before {
  content: "";
  position: absolute;
  top: -3rem;
  left: 50%;
  transform: translateX(-50%);
  background: url("../img/Group 4.png") center center/100% no-repeat;
  width: 2rem;
  height: 2rem;
  opacity: 0.7;
  animation: scrollmove 1s linear infinite;
}
.main .main_visual .inner .video_wrap .video {
  max-width: 192rem;
  width: 35%;
  margin: 0 auto;
  transition: none;
}
.main .main_visual .inner .video_wrap .video video {
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.main .section-01 {
  padding-top: clamp(12rem, 18vh + 2.2rem, 20rem);
  background-color: #203163;
  height: 300rem;
  width: 100%;
  position: relative;
}
.main .section-01::after {
  content: "";
  background: url("../img/Group 145.png") center center/cover no-repeat;
  position: absolute;
  bottom: -12.4rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 18rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main .section-01 .inner {
  max-width: 176rem;
  width: calc(100% - 60px);
  margin: 0 auto;
  position: relative;
  height: 100%;
}
.main .section-01 .inner .text_wrap {
  position: absolute;
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  padding-bottom: 15rem;
  /* gap: 52rem; */
}
.main .section-01 .inner .text_wrap .text {
  position: sticky;
  /* position: absolute; */
  top: 16rem;
  width: 45%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: clamp(2rem, 3vw + 2.3rem, 8.5rem);
  /* margin-bottom: 10rem; */
  opacity: 0;
  word-break: keep-all;
}
.main .section-01 .inner .text_wrap .text.first {
  opacity: 1;
}
.main .section-01 .inner .text_wrap .text h3 {
  font-family: "POORICH";
  font-size: clamp(2.8rem, 2.5vw + 1.5rem, 8rem);
  font-weight: 500;
  color: #FECB73;
  letter-spacing: 0.3rem;
}
.main .section-01 .inner .text_wrap .text h4 {
  font-family: "Pretendard-Regular";
  font-size: clamp(2rem, 2vw + 1rem, 3.2rem);
  font-weight: 600;
  line-height: 1.5;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.3);
  background-clip: text;
  -webkit-background-clip: text;
  background-repeat: no-repeat;
  background-image: linear-gradient(#fff, #fff);
  background-size: 0% 100%;
  display: block;
  padding: 0 3rem;
  letter-spacing: 0.1rem;
  mix-blend-mode: difference;
}
.main .section-01 .inner .image_wrap {
  margin-top: 25rem;
  width: 100%;
  position: absolute;
  display: flex;
  justify-content: center;
  gap: 20rem;
}
.main .section-01 .inner .image_wrap .left_box {
  transform: rotate(-6deg) translateX(-20%);
}
.main .section-01 .inner .image_wrap .right_box {
  transform: rotate(6deg) translateX(20%);
}
.main .section-01 .inner .image_wrap .right_box .img1 {
  transform: rotate(-4deg);
}
.main .section-01 .inner .image_wrap .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20rem;
}
.main .section-01 .inner .image_wrap .box img {
  width: 100%;
  /* position: absolute; */
  border-radius: 2rem;
  opacity: 0.7;
}
.main .section-02 {
  margin-top: clamp(12rem, 18vh + 2.2rem, 20rem);
  height: 300vh;
  position: relative;
}
.main .section-02 .inner {
  max-width: 176rem;
  width: calc(100% - 60px);
  margin: 0 auto;
  position: relative;
  height: 100%;
}
.main .section-02 .inner .scroll_wrap {
  height: 230vh;
  display: flex;
  flex-wrap: wrap;
  gap: 5rem;
}
.main .section-02 .inner .scroll_wrap .fixed_left {
  flex: 1;
  position: sticky;
  top: 7%;
  align-self: flex-start;
  z-index: 5;
  height: 32rem;
}
.main .section-02 .inner .scroll_wrap .fixed_left:hover::after {
  opacity: 1;
}
.main .section-02 .inner .scroll_wrap .fixed_left::after {
  content: "";
  width: 100%;
  height: 80rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.7;
  background: url("../img/image 17.png") 80% center/cover no-repeat;
  transform: 0.3s;
}
.main .section-02 .inner .scroll_wrap .fixed_left .text {
  position: absolute;
  bottom: 0;
  text-align: center;
  padding-top: 7rem;
  padding-left: 7rem;
  width: 100%;
  /*                         h3:last-child {
      padding-left: clamp(5rem, 9vw, 15rem);
  } */
}
.main .section-02 .inner .scroll_wrap .fixed_left .text h3 {
  display: block;
  width: 100%;
  font-family: "POORICH";
  font-size: clamp(6rem, 9vw, 7.2rem);
  color: #fff;
}
.main .section-02 .inner .scroll_wrap .scroll_right {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 8rem;
  z-index: 6;
}
.main .section-02 .inner .scroll_wrap .scroll_right .rev:last-child {
  position: relative;
  margin-top: 30rem;
  font-size: 14rem;
  background-image: linear-gradient(to left, #203163 20%, #FECB73 80%);
  word-break: keep-all;
}
.main .section-02 .inner .scroll_wrap .scroll_right .rev:last-child::after {
  content: "TRUST";
  background-clip: text;
  -webkit-background-clip: text;
  background-repeat: no-repeat;
  -webkit-text-fill-color: rgba(0, 0, 0, 0.2);
  background-image: linear-gradient(to left, #ff0707 20%, #FECB73 80%);
  background-size: 0% 100%;
}
.main .section-02 .inner .scroll_wrap .scroll_right .rev {
  margin-top: 8rem;
  font-family: "Vogue";
  font-size: clamp(4rem, 6vw + 1rem, 7.2rem);
  font-weight: 500;
  background-clip: text;
  -webkit-background-clip: text;
  background-repeat: no-repeat;
  -webkit-text-fill-color: rgba(0, 0, 0, 0.2);
  background-image: linear-gradient(to right, #203163, #FECB73);
  background-size: 0% 100%;
  word-break: keep-all;
}
.main .section-02 .inner .scroll_wrap .scroll_right .rev span {
  font-family: "Pretendard-Regular";
  -webkit-text-fill-color: rgba(255, 255, 255, 0);
  -webkit-background-clip: text;
  font-weight: 500;
  font-size: clamp(2.8rem, 6vw + 1rem, 4.8rem);
}
.main .section-03 {
  padding: clamp(12rem, 18vh + 2.2rem, 20rem) 0;
  background-color: #203163;
  position: relative;
}
.main .section-03::after {
  content: "";
  background: url("../img/Group 145 (1).png") center center/cover no-repeat;
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 21rem;
  top: -7.2rem;
  left: 50%;
  transform: translateX(-50%);
}
.main .section-03 .inner {
  max-width: 176rem;
  width: calc(100% - 60px);
  margin: 0 auto;
  position: relative;
}
.main .section-03 .inner .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 1.8rem;
  margin-bottom: 3rem;
}
.main .section-03 .inner .text h3 {
  display: flex;
  white-space: nowrap;
  font-family: "POORICH";
  font-size: clamp(3.6rem, 2.5vw + 1.5rem, 8rem);
  font-weight: 500;
  color: #FECB73;
  letter-spacing: 0.3rem;
}
.main .section-03 .inner .text p {
  display: block;
  padding: 0 2.4rem;
  font-family: "Pretendard-Regular";
  color: rgba(255, 255, 255, 0.6);
  font-size: clamp(1.6rem, 1vw + 0.5rem, 1.8rem);
  line-height: 1.4;
  word-break: keep-all;
}
.main .section-03 .inner .item_wrap {
  display: flex;
  justify-content: center;
  gap: 5rem;
  flex-wrap: wrap;
}
.main .section-03 .inner .item_wrap .item {
  width: 45%;
  border-radius: 2rem;
  overflow: hidden;
  position: relative;
}
.main .section-03 .inner .item_wrap .item:hover .text {
  opacity: 1;
}
.main .section-03 .inner .item_wrap .item:hover .image img {
  transform: scale(1.1);
}
.main .section-03 .inner .item_wrap .item .image {
  width: 100%;
}
.main .section-03 .inner .item_wrap .item .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  transition: 0.4s;
}
.main .section-03 .inner .item_wrap .item .text {
  display: flex;
  justify-content: flex-end;
  padding-bottom: 5rem;
  align-items: center;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.0196078431) 20%, rgba(0, 0, 0, 0.5137254902) 80%);
  /* background-color: rgba(0, 0, 0, 0.6); */
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  gap: 1.6rem;
  transform: translate(-50%, -50%);
  transition: 0.4s;
}
.main .section-03 .inner .item_wrap .item .text p {
  font-size: clamp(2.2rem, 2vw + 1rem, 3.2rem);
  font-weight: 500;
  color: #fff;
  white-space: nowrap;
}
.main .section-03 .inner .item_wrap .item .text a {
  display: flex;
  align-items: center;
  gap: 1rem;
  border: 1px solid #fff;
  align-items: center;
  padding: 0.8rem 1.5rem;
  border-radius: 4.3rem;
}
.main .section-03 .inner .item_wrap .item .text a span {
  display: block;
  font-size: 1.6rem;
  color: #fff;
}
.main .section-03 .inner .item_wrap .item .text a img {
  display: block;
  width: 2.5rem;
  height: 2.5rem;
}
.main .section-04 {
  padding-bottom: clamp(12rem, 18vh + 2.2rem, 20rem);
  position: relative;
  background-color: #203163;
}
.main .section-04::after {
  content: "";
  background: url("../img/Group 145.png") center center/cover no-repeat;
  position: absolute;
  bottom: -14.4rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 18rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main .section-04 .inner {
  max-width: 176rem;
  width: calc(100% - 60px);
  margin: 0 auto;
  position: relative;
}
.main .section-04 .inner .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 1.8rem;
  margin-bottom: 10rem;
}
.main .section-04 .inner .text h3 {
  display: flex;
  white-space: nowrap;
  font-family: "POORICH";
  font-size: clamp(3.6rem, 2.5vw + 1.5rem, 8rem);
  font-weight: 500;
  color: #FECB73;
  letter-spacing: 0.3rem;
}
.main .section-04 .inner .text p {
  display: block;
  padding: 0 2.4rem;
  font-family: "Pretendard-Regular";
  color: rgba(255, 255, 255, 0.6);
  font-size: clamp(1.6rem, 1vw + 0.5rem, 1.8rem);
  line-height: 1.4;
  word-break: keep-all;
}
.main .section-04 .inner .list_wrap {
  display: flex;
  justify-content: space-between;
  position: relative;
  height: 250vh;
}
.main .section-04 .inner .list_wrap .left_text {
  width: 45%;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 7.5rem;
}
.main .section-04 .inner .list_wrap .left_text h4 {
  font-size: clamp(2.8rem, 4vw + 1rem, 6.4rem);
  color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
}
.main .section-04 .inner .list_wrap .left_text h4.active {
  color: #fff;
}
.main .section-04 .inner .list_wrap .right_image {
  width: 45%;
  position: relative;
}
.main .section-04 .inner .list_wrap .right_image .item {
  width: 100%;
  position: absolute;
  opacity: 0;
}
.main .section-04 .inner .list_wrap .right_image .item.active {
  opacity: 1;
}
.main .section-04 .inner .list_wrap .right_image .item .image {
  width: 100%;
  height: 61.2rem;
}
.main .section-04 .inner .list_wrap .right_image .item .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main .section-04 .inner .list_wrap .right_image .item .text {
  margin-top: 1rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}
.main .section-04 .inner .list_wrap .right_image .item .text p {
  font-size: clamp(1.8rem, 1.5vw + 1rem, 2.4rem);
  color: #fff;
}
.main .section-04 .inner .list_wrap .right_image .item .text span {
  font-weight: 300;
  font-size: clamp(1.2rem, 1vw + 0.5rem, 1.8rem);
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.2;
  word-break: keep-all;
}
.main .section-04 .inner .list_wrap .left_text {
  position: sticky;
  top: 20vh;
  height: -moz-fit-content;
  height: fit-content;
}
.main .section-04 .inner .list_wrap .right_image {
  position: sticky;
  top: 20vh;
  height: 74vh;
}
.main .section-05 {
  margin-top: clamp(12rem, 18vh + 2.2rem, 20rem);
}
.main .section-05 .inner {
  max-width: 176rem;
  width: calc(100% - 60px);
  margin: 0 auto;
  /* 전체 컨테이너가 100vh 높이 */
}
.main .section-05 .inner .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 1.8rem;
  margin-bottom: clamp(5rem, 5vw + 1rem, 10rem);
}
.main .section-05 .inner .text h3 {
  display: flex;
  white-space: nowrap;
  font-family: "POORICH";
  font-size: clamp(3.6rem, 2.5vw + 1.5rem, 8rem);
  font-weight: 500;
  color: #FECB73;
  letter-spacing: 0.3rem;
}
.main .section-05 .inner .text p {
  display: block;
  /* padding: 0 clamp(0.8rem, 3vw + 0.2rem, 2.4rem); */
  font-family: "Pretendard-Regular";
  color: rgba(0, 0, 0, 0.6);
  font-size: clamp(1.6rem, 1vw + 0.5rem, 1.8rem);
  line-height: 1.4;
  word-break: keep-all;
}
.main .section-05 .inner .horizontal-scroll-container {
  width: 100%;
  overflow: hidden;
  position: relative;
  /* 내부 아이템들을 가로로 배치 */
}
.main .section-05 .inner .horizontal-scroll-container .horizontal-wrapper {
  display: flex;
  flex-direction: row-reverse;
  width: -moz-fit-content;
  width: fit-content;
  /* flex-wrap: wrap; */
}
.main .section-05 .inner .horizontal-scroll-container .horizontal-wrapper .horizontal-item {
  width: 100%;
  /* 각 아이템이 화면 너비만큼 차지 */
  background-color: rgb(255, 255, 255);
  margin-right: 3rem;
  /* 아이템 간격 */
}
.main .section-05 .inner .horizontal-scroll-container .horizontal-wrapper .horizontal-item a {
  display: block;
  width: 100%;
}
.main .section-05 .inner .horizontal-scroll-container .horizontal-wrapper .horizontal-item a img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main .section-05 .inner .horizontal-scroll-container .horizontal-wrapper .horizontal-item .text {
  margin-top: 1rem;
}
.main .section-05 .inner .horizontal-scroll-container .horizontal-wrapper .horizontal-item .text p {
  font-size: clamp(1.2rem, 1vw + 0.5rem, 1.8rem);
  font-weight: 600;
  font-family: "Pretendard-Regular";
  color: #111;
}
.main .section-05 .inner .horizontal-scroll-container .horizontal-wrapper .horizontal-item .text span {
  font-size: clamp(1.2rem, 1vw + 0.6rem, 1.6rem);
  color: #aaa;
}

.icon_box {
  width: 100%;
}
.icon_box img {
  width: 100%;
}

.footer {
  width: 100%;
  font-family: "Pretendard-Regular";
  background-color: #203163;
  color: #fff;
  padding: 4rem 0;
}
.footer .inner {
  max-width: 176rem;
  width: calc(100% - 60px);
  margin: 0 auto;
}
.footer .inner .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer .inner .top ul {
  display: flex;
}
.footer .inner .top .left {
  gap: 3rem;
  font-size: 1.8rem;
  color: rgba(255, 255, 255, 0.6);
}
.footer .inner .top .left li:hover {
  color: rgba(255, 255, 255, 0.9);
}
.footer .inner .top .right {
  gap: 4.8rem;
  font-size: 3.2rem;
  font-weight: 600;
  letter-spacing: 1px;
  color: #fff;
}
.footer .inner .top .right li:hover {
  color: #FECB73;
}
.footer .inner .center {
  margin: 5rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer .inner .center .list1 {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.footer .inner .center .list1 strong {
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 1px;
}
.footer .inner .center .list1 .time {
  display: flex;
  flex-direction: column;
}
.footer .inner .center .list1 .time p {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.6);
}
.footer .inner .center .list1 .time p span {
  color: #fff;
  margin-left: 0.8rem;
}
.footer .inner .center .list2 {
  width: 20%;
}
.footer .inner .center .list2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.footer .inner .center .list3 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2.4rem;
}
.footer .inner .center .list3 .image {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 1.2rem;
}
.footer .inner .center .list3 .image img {
  width: 12rem;
  height: 3rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.footer .inner .center .list3 .image span {
  display: block;
  font-size: 1.6rem;
  color: rgba(255, 255, 255, 0.6);
}
.footer .inner .center .list3 .bank {
  display: flex;
  flex-direction: column;
  text-align: left;
}
.footer .inner .center .list3 .bank strong {
  font-size: 1.8rem;
  line-height: 1.6;
}
.footer .inner .center .list3 .bank p {
  font-size: 1.8rem;
  line-height: 1.6;
}
.footer .inner .center .list3 .bank .number {
  color: rgba(255, 255, 255, 0.9);
}
.footer .inner .center .list3 .bank .name {
  color: rgba(255, 255, 255, 0.6);
}
.footer .inner .center .list3 .bank .name span {
  color: #fff;
}
.footer .inner .bottom {
  gap: 1.2rem;
  display: flex;
  flex-direction: column;
}
.footer .inner .bottom .line {
  width: 0.2rem;
  height: 1.6rem;
  background-color: rgba(255, 255, 255, 0.6);
}
.footer .inner .bottom .list {
  display: flex;
  gap: 1.2rem;
}
.footer .inner .bottom .left,
.footer .inner .bottom .right {
  display: flex;
  gap: 1.2rem;
}
.footer .inner .bottom .front {
  font-size: 1.6rem;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 400;
  letter-spacing: 1px;
}
.footer .inner .bottom .back {
  font-size: 1.6rem;
  color: #fff;
  letter-spacing: 1px;
}
.footer .inner .bottom .right span {
  color: #fff;
}
.footer .inner .bottom > p {
  margin-top: 1.6rem;
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 0.6);
}

/* 메인 비주얼 이미지 애니메이션 */
@keyframes updown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5%);
  }
  100% {
    transform: translateY(0);
  }
}
/* 메인 비주얼 이미지 그림자 애니메이션 */
@keyframes shadowPulse {
  0% {
    transform: scale(0.9) translateX(-50%);
    opacity: 0.8;
  }
  50% {
    transform: scale(0.8) translateX(-50%);
    opacity: 0.6;
  }
  100% {
    transform: scale(0.9) translateX(-50%);
    opacity: 0.8;
  }
}
@keyframes scrollmove {
  0% {
    transform: translate(-50%, 30%);
  }
  50% {
    transform: translate(-50%, 0%);
  }
  100% {
    transform: translate(-50%, 30%);
  }
}
@keyframes scrollmoves {
  0% {
    transform: translate(-50%, 30%);
  }
  50% {
    transform: translate(-50%, 0%);
  }
  100% {
    transform: translate(-50%, 30%);
  }
}
@media screen and (max-width: 1300px) {
  .main .section-02 .inner .scroll_wrap .scroll_right .rev {
    font-size: 4.4rem;
  }
  .main .section-02 .inner .scroll_wrap .scroll_right .rev span {
    font-size: 2.8rem;
  }
  .main .section-03::after {
    height: 14rem;
  }
  .main .section-04 .inner .list_wrap {
    display: block;
    height: auto;
    flex-wrap: wrap;
  }
  .main .section-04 .inner .list_wrap .left_text {
    position: relative;
    width: 100%;
    z-index: 2;
    top: -7rem;
    gap: 4.5rem;
    padding: 15rem 0;
  }
  .main .section-04 .inner .list_wrap .right_image {
    position: absolute;
    top: 0;
    width: 100%;
    width: 100%;
    z-index: 0;
  }
  .footer .inner .top {
    flex-wrap: wrap;
    gap: 4rem;
  }
  .footer .inner .center {
    /*                 flex-wrap: wrap;
    justify-content: center; */
  }
  .footer .inner .center .list2 {
    display: none;
  }
  .footer .inner .center .list1,
  .footer .inner .center .list3 {
    width: 45%;
  }
}
/* 태블릿 max */
@media screen and (max-width: 1024px) {
  .header .inner .mobile {
    width: 50%;
  }
  .main .section-01 .inner .text_wrap .text {
    width: 70%;
  }
  .main .section-01 .inner .image_wrap img {
    width: 40%;
  }
  .main .section-01 .inner .image_wrap img.img7 {
    left: 10%;
  }
  .main .section-03 {
    padding: 14rem 0;
  }
  .main .section-04 {
    padding-bottom: 6rem;
    padding-bottom: 6rem;
  }
  .main .section-04 .inner .list_wrap .right_image .item .text {
    margin-bottom: 7rem;
  }
  .main .section-04 .inner .list_wrap .right_image .item .text p {
    font-size: 1.8rem;
  }
  .main .section-05 {
    margin-top: 14rem;
  }
  .main .section-05 .inner .horizontal-scroll-container .horizontal-wrapper {
    flex-wrap: wrap;
  }
  .main .section-05 .inner .horizontal-scroll-container .horizontal-wrapper .horizontal-item {
    margin-right: 0;
  }
  .main .section-05 .inner .horizontal-scroll-container .horizontal-wrapper .horizontal-item .text p {
    font-size: 2.4rem;
  }
  .main .section-05 .inner .horizontal-scroll-container .horizontal-wrapper .horizontal-item .text span {
    font-size: 1.8rem;
  }
}
/* 모바일 max */
@media screen and (max-width: 768px) {
  .header .inner .mobile {
    width: 50%;
  }
  .main .section-02 {
    margin-bottom: 15rem;
    height: 275vh;
  }
  .main .section-02 .inner .scroll_wrap {
    /* gap: 32rem; */
    display: block;
  }
  .main .section-02 .inner .scroll_wrap .fixed_left {
    opacity: 0.2;
  }
  .main .section-02 .inner .scroll_wrap .fixed_left .text {
    padding: 0;
  }
  .main .section-02 .inner .scroll_wrap .fixed_left::after {
    height: 66rem;
  }
  .main .section-02 .inner .scroll_wrap .scroll_right {
    margin-top: 50rem;
    margin-left: 3rem;
    gap: 4rem;
    z-index: 0;
  }
  .main .section-02 .inner .scroll_wrap .scroll_right .rev {
    margin-top: 3rem;
  }
  .main .section-04 .inner .text {
    margin-bottom: 5rem;
  }
  .main .section-05 .inner .text {
    margin-bottom: 3rem;
    gap: 0.8rem;
  }
  .main .section-05 .inner .horizontal-scroll-container .horizontal-wrapper .horizontal-item .text p {
    font-size: 2rem;
  }
  .main .section-05 .inner .horizontal-scroll-container .horizontal-wrapper .horizontal-item .text span {
    font-size: 1.6rem;
  }
  .footer .inner .top {
    justify-content: center;
  }
  .footer .inner .top .left {
    font-size: 1.6rem;
  }
  .footer .inner .top .right {
    font-size: 1.8rem;
  }
  .footer .inner .center {
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
  }
  .footer .inner .center .list1 {
    width: 100%;
    text-align: center;
  }
  .footer .inner .center .list3 {
    width: 100%;
    align-items: center;
  }
  .footer .inner .center .list3 .image {
    align-items: center;
  }
  .footer .inner .center .list3 .image span {
    white-space: nowrap;
    font-size: 1.4rem;
  }
  .footer .inner .bottom {
    flex-wrap: wrap;
  }
  .footer .inner .bottom .front {
    font-size: 1.4rem;
    word-break: keep-all;
    white-space: nowrap;
  }
  .footer .inner .bottom .back {
    font-size: 1.4rem;
  }
  .footer .inner .bottom .list {
    flex-wrap: wrap;
  }
}
/* 모바일 */
@media screen and (max-width: 500px) {
  .header {
    height: 7rem;
  }
  .header .inner .logo {
    display: none;
    width: 12rem;
  }
  .header .inner .mobile {
    width: 55%;
  }
  .main .main_visual .inner .title_box {
    margin-bottom: 2rem;
  }
  .main .main_visual .inner .video_wrap .video {
    width: 100% !important;
  }
  .main .section-01 {
    padding-top: 12rem;
  }
  .main .section-01 .inner .text_wrap .text {
    width: 100%;
  }
  .main .section-01 .inner .text_wrap .text h4 {
    padding: 0;
  }
  .main .section-01 .inner .image_wrap {
    margin-top: 15rem;
    flex-wrap: wrap;
    width: 100%;
    overflow: hidden;
    gap: 5rem;
  }
  .main .section-01 .inner .image_wrap .left_box {
    transform: rotate(0) translateX(0);
    gap: 5rem;
  }
  .main .section-01 .inner .image_wrap .right_box {
    transform: rotate(0) translateX(0);
    gap: 5rem;
  }
  .main .section-01 .inner .image_wrap .right_box img:last-child {
    display: none;
  }
  .main .section-01 .inner .image_wrap img {
    width: 100%;
    opacity: 0.7;
  }
  .main .section-02 {
    margin-bottom: 15rem;
    height: 275vh;
  }
  .main .section-02 .inner .scroll_wrap {
    gap: 32rem;
  }
  .main .section-02 .inner .scroll_wrap .fixed_left {
    opacity: 0.2;
  }
  .main .section-02 .inner .scroll_wrap .fixed_left .text {
    padding: 0;
  }
  .main .section-02 .inner .scroll_wrap .fixed_left::after {
    height: 66rem;
  }
  .main .section-02 .inner .scroll_wrap .scroll_right {
    margin-top: 30rem;
    margin-left: 3rem;
    gap: 4rem;
    z-index: 0;
  }
  .main .section-02 .inner .scroll_wrap .scroll_right .rev {
    margin-top: 3rem;
  }
  .main .section-02 .inner .scroll_wrap .scroll_right .tex9 {
    margin-top: 43rem !important;
  }
  .main .section-03 {
    padding: 7rem 0;
  }
  .main .section-03 .inner .item_wrap .item {
    width: 100%;
  }
  .main .section-03 .inner .item_wrap .item .text {
    opacity: 1;
  }
  .main .section-03::after {
    height: 12rem;
  }
  .main .section-04 {
    padding-bottom: 10rem;
  }
  .main .section-04 .inner .text {
    padding-top: 5rem;
    margin-bottom: 4rem;
  }
  .main .section-04 .list_wrap .left_text {
    width: 0%;
  }
  .main .section-04 .list_wrap .left_text h4 {
    font-size: 1.8rem;
  }
  .main .section-04 .list_wrap .right_image {
    position: absolute;
    width: 100%;
  }
  .main .section-04 .list_wrap .right_image .item > .text {
    padding-top: 0;
  }
  .main .section-04 .list_wrap .right_image .item .image {
    opacity: 0.7;
  }
}
@media screen and (max-width: 450px) {
  .header {
    height: 7rem;
  }
  .main .inner {
    width: calc(100% - 30px);
  }
  .main .main_visual .inner .title_box {
    margin-bottom: 5rem;
    padding-top: 16rem;
  }
  .main .section-01::after {
    height: 13rem;
  }
  .main .section-02 {
    height: 235vh;
  }
  .main .section-02 .inner .scroll_wrap {
    height: 188vh;
  }
  .main .section-02 .inner .scroll_wrap .scroll_right .rev {
    margin-top: 2rem;
    font-size: 3.4rem;
  }
  .main .section-02 .inner .scroll_wrap .scroll_right .rev:last-child {
    margin-top: 19rem !important;
    font-size: 11rem;
  }
  .main .section-03::after {
    height: 10rem;
  }
  .main .section-03 .inner .text h3 {
    font-size: 2.4rem;
  }
  .main .section-04 {
    padding-bottom: 14rem;
  }
  .footer .inner .top .right {
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer .inner .center .list3 .image {
    padding: 0 2rem;
  }
  .footer .inner .center .list3 .image span {
    white-space: unset;
  }
  .footer .inner .bottom .front {
    font-size: 1.2rem;
  }
}/*# sourceMappingURL=scott.css.map */