@charset "UTF-8";
/*=================================================
    컬러
=================================================*/
/*=================================================
    폰트
=================================================*/
/*=================================================
    미디어쿼리
=================================================*/
/*=================================================
    컬러
=================================================*/
/*=================================================
    폰트
=================================================*/
/*=================================================
    미디어쿼리
=================================================*/
#section01 {
  padding: 235px 0 431px !important;
  background: url("../../../img/page/introduction/index/sec01_bg.png") no-repeat center;
  background-size: cover;
  transition: background-image 0.5s ease, background-size 0.5s ease, background-position 0.5s ease;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 991.98px) {
  #section01 {
    background: url("../../../img/page/introduction/index/sec01_bg_m.png") no-repeat center;
    background-size: cover;
    padding: 91px 0 134px !important;
  }
}
#section01.bg1 {
  background-image: url("../../../img/page/introduction/index/sec01_bg1.png");
}
@media screen and (max-width: 991.98px) {
  #section01.bg1 {
    background: url("../../../img/page/introduction/index/sec01_bg1_m.png") no-repeat center;
    background-size: cover;
  }
}
#section01.bg2 {
  background-image: url("../../../img/page/introduction/index/sec01_bg2.png");
}
@media screen and (max-width: 991.98px) {
  #section01.bg2 {
    background: url("../../../img/page/introduction/index/sec01_bg2_m.png") no-repeat center;
    background-size: cover;
  }
}
#section01.bg3 {
  background-image: url("../../../img/page/introduction/index/sec01_bg3.png");
}
@media screen and (max-width: 991.98px) {
  #section01.bg3 {
    background: url("../../../img/page/introduction/index/sec01_bg3_m.png") no-repeat center;
    background-size: cover;
  }
}
#section01 .name {
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
  font-size: 28px;
  font-weight: 700;
  text-shadow: 0 0 6px #645743;
}
@media screen and (max-width: 991.98px) {
  #section01 .name {
    font-size: 18px;
  }
}
#section01 .title-wrap {
  position: relative;
  width: fit-content;
  margin: 0 auto;
}
#section01 .title-wrap h3 {
  font-size: 80px;
  font-weight: 700;
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
  padding: 35px 40px;
  border: 1px solid #eae6e0;
  margin: 25px auto 35px;
  width: fit-content;
  text-shadow: 0 0 6px #645743;
}
@media screen and (max-width: 991.98px) {
  #section01 .title-wrap h3 {
    font-size: 35px;
    padding: 15px 20px;
    margin: 15px auto 20px;
  }
}
@media screen and (max-width: 349.98px) {
  #section01 .title-wrap h3 {
    font-size: 8.8235294118vw;
  }
}
#section01 .title-wrap p {
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: #eae6e0;
  display: block;
}
@media screen and (max-width: 991.98px) {
  #section01 .title-wrap p {
    width: 9px;
    height: 9px;
  }
}
#section01 .title-wrap .re1 {
  left: -6px;
  top: -6px;
}
@media screen and (max-width: 991.98px) {
  #section01 .title-wrap .re1 {
    left: -4.5px;
    top: -4.5px;
  }
}
#section01 .title-wrap .re2 {
  left: 50%;
  transform: translateX(-50%);
  top: -6px;
}
@media screen and (max-width: 991.98px) {
  #section01 .title-wrap .re2 {
    top: -4.5px;
  }
}
#section01 .title-wrap .re3 {
  right: -6px;
  top: -6px;
}
@media screen and (max-width: 991.98px) {
  #section01 .title-wrap .re3 {
    right: -4.5px;
    top: -4.5px;
  }
}
#section01 .title-wrap .re4 {
  left: -6px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 991.98px) {
  #section01 .title-wrap .re4 {
    left: -4.5px;
  }
}
#section01 .title-wrap .re5 {
  right: -6px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 991.98px) {
  #section01 .title-wrap .re5 {
    right: -4.5px;
  }
}
#section01 .title-wrap .re6 {
  left: -6px;
  bottom: -6px;
}
@media screen and (max-width: 991.98px) {
  #section01 .title-wrap .re6 {
    left: -4.5px;
    bottom: -4.5px;
  }
}
#section01 .title-wrap .re7 {
  left: 50%;
  transform: translateX(-50%);
  bottom: -6px;
}
@media screen and (max-width: 991.98px) {
  #section01 .title-wrap .re7 {
    bottom: -4.5px;
  }
}
#section01 .title-wrap .re8 {
  right: -6px;
  bottom: -6px;
}
@media screen and (max-width: 991.98px) {
  #section01 .title-wrap .re8 {
    right: -4.5px;
    bottom: -4.5px;
  }
}
#section01 span {
  text-shadow: 0 0 6px #645743;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}
@media screen and (max-width: 991.98px) {
  #section01 span {
    font-size: 14px;
    line-height: 19px;
  }
}
@media screen and (max-width: 374.98px) {
  #section01 span {
    font-size: 3.743315508vw;
  }
}
#section01 .img-area {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  gap: 40px;
}
@media screen and (max-width: 991.98px) {
  #section01 .img-area {
    gap: 13px;
    margin-top: 25px;
  }
}
#section01 .img-area .wrap {
  cursor: pointer;
}
#section01 .img-area .wrap img {
  filter: grayscale(1);
  transition: all 0.5s;
}
#section01 .img-area .wrap p {
  margin-top: 10px;
  font-size: 15px;
  line-height: 18px;
  color: #ccc6b7;
  font-weight: 500;
  text-align: center;
  transition: color 0.5s;
}
@media screen and (max-width: 991.98px) {
  #section01 .img-area .wrap p {
    font-size: 12px;
    line-height: 14px;
  }
}
#section01 .img-area .wrap:hover img {
  filter: grayscale(0);
}
#section01 .img-area .wrap:hover p {
  color: #fff;
}

#section02 {
  padding: 200px 0 !important;
  margin-top: -270px;
  border-radius: 280px 0 0 0;
  background: url("../../../img/page/introduction/index/sec02_bg.png") no-repeat left center;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 1439.98px) {
  #section02 {
    background: url("../../../img/page/introduction/index/sec02_bg_m.png") no-repeat bottom;
    background-size: cover;
  }
}
@media screen and (max-width: 991.98px) {
  #section02 {
    margin-top: 0;
    border-radius: 0;
    padding: 70px 0 !important;
  }
}
#section02::after {
  position: absolute;
  right: 20px;
  bottom: 20px;
  content: "19-story building";
  color: #e0dac9;
  opacity: 0.3;
  font-size: 147px;
  font-family: "HighSummit";
}
@media screen and (max-width: 1439.98px) {
  #section02::after {
    display: none;
  }
}
#section02 .area {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1249.98px) {
  #section02 .area {
    flex-direction: column-reverse;
  }
}
#section02 .area .left li {
  display: flex;
  gap: 14px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1249.98px) {
  #section02 .area .left li {
    gap: 8px;
    margin-bottom: 6px;
    margin-left: -50px;
  }
}
@media screen and (max-width: 374.98px) {
  #section02 .area .left li {
    margin-left: -20px;
  }
}
#section02 .area .left li:last-child {
  margin-bottom: 0;
}
#section02 .area .left li p {
  font-size: 27px;
  font-weight: 800;
  text-shadow: 0 0 6px #645743;
  color: #fff;
  text-align: right;
  width: 90px;
}
@media screen and (max-width: 991.98px) {
  #section02 .area .left li p {
    font-size: 15px;
    width: 50px;
  }
}
#section02 .area .left li span {
  font-size: 18px;
  padding: 12px 17px;
  border-radius: 50px;
  background-color: rgba(255, 255, 255, 0.6745098039);
  box-shadow: 0 0 6px #645743;
  width: 340px;
}
@media screen and (max-width: 991.98px) {
  #section02 .area .left li span {
    font-size: 12px;
    width: 234px;
    padding: 5px 12px;
  }
}
@media screen and (max-width: 1249.98px) {
  #section02 .area .right {
    text-align: center;
    margin-bottom: 60px;
  }
}
#section02 .area .right p {
  color: #9d968e;
  font-size: 22px;
  font-weight: 500;
}
@media screen and (max-width: 991.98px) {
  #section02 .area .right p {
    font-size: 15px;
  }
}
#section02 .area .right h3 {
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
  font-size: 70px;
  line-height: 78px;
  font-weight: 700;
  margin: 25px 0 30px;
}
@media screen and (max-width: 991.98px) {
  #section02 .area .right h3 {
    font-size: 30px;
    line-height: 35px;
    margin: 15px 0;
  }
}
#section02 .area .right h3 span {
  color: #746b64;
}
#section02 .area .right dl {
  margin-bottom: 30px;
}
@media screen and (max-width: 991.98px) {
  #section02 .area .right dl {
    margin-bottom: 18px;
  }
}
#section02 .area .right dl dt {
  font-size: 24px;
  line-height: 35px;
  color: #746b64;
  font-weight: 600;
}
@media screen and (max-width: 991.98px) {
  #section02 .area .right dl dt {
    font-size: 16px;
    line-height: 20px;
  }
}
@media screen and (max-width: 374.98px) {
  #section02 .area .right dl dt {
    font-size: 4.2780748663vw;
  }
}
#section02 .area .right dl dd {
  margin-top: 25px;
  color: #9b9188;
  font-size: 18px;
  line-height: 30px;
}
@media screen and (max-width: 991.98px) {
  #section02 .area .right dl dd {
    font-size: 14px;
    line-height: 19px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 374.98px) {
  #section02 .area .right dl dd {
    font-size: 3.743315508vw;
  }
}
#section02 .area .right a {
  padding: 23px 64px;
  border-radius: 999px;
  background: linear-gradient(90deg, #b48d80, #e3c274);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  display: block;
  width: fit-content;
}
@media screen and (max-width: 1249.98px) {
  #section02 .area .right a {
    margin: 0 auto;
  }
}
@media screen and (max-width: 991.98px) {
  #section02 .area .right a {
    font-size: 13px;
    padding: 13px 45px;
  }
}

#section03 {
  padding: 0 !important;
  background-color: #fefbf2;
}
#section03 .wrap {
  padding: 170px 0 462px;
  background: url("../../../img/page/introduction/index/sec03_bg.png") no-repeat center;
  background-size: cover;
  border-radius: 0 280px 0 0;
}
@media screen and (max-width: 1249.98px) {
  #section03 .wrap {
    border-radius: 0;
  }
}
@media screen and (max-width: 991.98px) {
  #section03 .wrap {
    padding: 70px 0 !important;
  }
}
#section03 .wrap h3 {
  text-align: center;
  font-size: 70px;
  font-weight: 700;
  color: transparent;
  background: linear-gradient(90deg, #b48d80, #e3c274);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
  margin-bottom: 27px;
}
@media screen and (max-width: 991.98px) {
  #section03 .wrap h3 {
    font-size: 30px;
    margin-bottom: 14px;
  }
}
#section03 .wrap .content-area {
  display: grid;
  grid-template-columns: repeat(4, 380px);
  justify-content: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1249.98px) {
  #section03 .wrap .content-area {
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
    gap: 20px 14px;
  }
}
#section03 .wrap .content-area::after {
  content: "Viewtiful Everyday";
  font-size: 147px;
  color: #e0dac9;
  opacity: 0.3;
  font-size: 147px;
  font-family: "HighSummit";
  position: absolute;
  bottom: -150px;
  left: 50%;
  text-align: center;
  transform: translateX(-50%);
  width: 1220px;
}
@media screen and (max-width: 1249.98px) {
  #section03 .wrap .content-area::after {
    display: none;
  }
}
#section03 .wrap .content-area li {
  background: url("../../../img/page/introduction/index/sec03_img1.png") no-repeat center;
  width: 330px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  position: relative;
  background-size: 320px;
}
@media screen and (max-width: 1249.98px) {
  #section03 .wrap .content-area li {
    border-radius: 10px;
    margin: 10px !important;
    box-sizing: border-box;
    outline: 1px dashed #7c7067;
    outline-offset: 10px;
  }
}
@media screen and (max-width: 991.98px) {
  #section03 .wrap .content-area li {
    width: 141px;
  }
}
@media screen and (max-width: 349.98px) {
  #section03 .wrap .content-area li {
    width: 120px;
  }
}
#section03 .wrap .content-area li:hover .hover {
  opacity: 1;
}
#section03 .wrap .content-area li .hover {
  z-index: 50;
  transition: all 0.5s;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #9c8c7d;
  border-radius: 50%;
  height: 100%;
  padding-top: 90px;
  overflow: hidden;
  opacity: 0;
}
@media screen and (max-width: 1249.98px) {
  #section03 .wrap .content-area li .hover {
    opacity: 1;
    border-radius: 10px;
  }
}
@media screen and (max-width: 991.98px) {
  #section03 .wrap .content-area li .hover {
    padding-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}
#section03 .wrap .content-area li .hover p {
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
  font-size: 35px;
  font-weight: 700;
  color: #ecd8c4;
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 991.98px) {
  #section03 .wrap .content-area li .hover p {
    color: #fff;
    font-size: 18px;
    margin-bottom: 10px;
  }
}
#section03 .wrap .content-area li .hover span {
  text-align: center;
  display: block;
  font-size: 15px;
  color: #ecd8c4;
  line-height: 25px;
}
@media screen and (max-width: 991.98px) {
  #section03 .wrap .content-area li .hover span {
    color: #fff;
    font-size: 11px;
    line-height: 14px;
    position: relative;
    z-index: 1;
  }
}
@media screen and (max-width: 374.98px) {
  #section03 .wrap .content-area li .hover span {
    font-size: 2.6737967914vw;
  }
}
#section03 .wrap .content-area li .hover .bottom {
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 101px;
  font-weight: 700;
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
  color: #a89888;
}
@media screen and (max-width: 991.98px) {
  #section03 .wrap .content-area li .hover .bottom {
    font-size: 60px;
  }
}
#section03 .wrap .content-area li .con {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  gap: 25px;
}
@media screen and (max-width: 991.98px) {
  #section03 .wrap .content-area li .con {
    display: none;
  }
}
#section03 .wrap .content-area li .con dl {
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
  text-align: center;
}
#section03 .wrap .content-area li .con dl dt {
  font-size: 150px;
  color: #b3a393;
  font-weight: 700;
  margin-bottom: 15px;
}
#section03 .wrap .content-area li .con dl dd {
  font-size: 24px;
  color: #b3a393;
  font-weight: 700;
}
#section03 .wrap .content-area li:nth-child(1) {
  margin-left: 170px;
}
#section03 .wrap .content-area li:nth-child(2) {
  background: url("../../../img/page/introduction/index/sec03_img2.png") no-repeat center;
  margin-left: 60px;
}
#section03 .wrap .content-area li:nth-child(2) dt,
#section03 .wrap .content-area li:nth-child(2) dd {
  color: #ab957e !important;
}
#section03 .wrap .content-area li:nth-child(2) .hover {
  background-color: #ab957e;
}
#section03 .wrap .content-area li:nth-child(2) .hover .bottom {
  color: #baa48d;
}
#section03 .wrap .content-area li:nth-child(3) {
  margin-left: -50px;
  background: url("../../../img/page/introduction/index/sec03_img3.png") no-repeat center;
}
#section03 .wrap .content-area li:nth-child(3) dt,
#section03 .wrap .content-area li:nth-child(3) dd {
  color: #5c554f !important;
}
#section03 .wrap .content-area li:nth-child(3) .hover {
  background-color: #605a57;
}
#section03 .wrap .content-area li:nth-child(3) .hover .bottom {
  color: #544f4c;
}
#section03 .wrap .content-area li:nth-child(4) {
  margin-left: -160px;
  background: url("../../../img/page/introduction/index/sec03_img4.png") no-repeat center;
}
#section03 .wrap .content-area li:nth-child(4) dt,
#section03 .wrap .content-area li:nth-child(4) dd {
  color: #4a4035 !important;
}
#section03 .wrap .content-area li:nth-child(4) .hover {
  background-color: #4a4035;
}
#section03 .wrap .content-area li:nth-child(4) .hover .bottom {
  color: #53483c;
}

#section04 {
  border-radius: 280px 0 0 0;
  margin-top: -270px;
  background-color: #fff;
}
#section04 .title-area {
  display: flex;
  gap: 10px;
  margin-bottom: 26px;
  align-items: center;
  justify-content: center;
}
#section04 .title-area h3 {
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
  font-size: 70px;
  font-weight: 700;
}
#section04 .title-area h3 span {
  color: #746b64;
}
#section04 .title-area a {
  color: #9d968e;
  font-size: 13px;
  border-radius: 50px;
  border: 1px solid #9d968e;
  padding: 13px 17px;
}
#section04 .con-area {
  display: flex;
  gap: 30px;
  justify-content: center;
}
#section04 .con-area .left {
  width: 979px;
  height: 568px;
}
#section04 .con-area .left img {
  width: 100%;
}
#section04 .con-area .left .view-intro-tv-frame {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
}
#section04 .con-area .left .view-intro-tv-frame img {
  height: 100%;
  object-fit: cover;
  display: block;
}
#section04 .con-area .left .view-intro-tv-main-feature {
  width: 100%;
  height: 100%;
}
#section04 .con-area .left .view-intro-tv-main-stage {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  background: #0c0c0c;
}
#section04 .con-area .left .view-intro-tv-main-iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: none;
  vertical-align: top;
  z-index: 2;
}
#section04 .con-area .left .view-intro-tv-main-stage--playing .view-intro-tv-main-iframe {
  display: block;
}
#section04 .con-area .left .view-intro-tv-main-poster {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
}
#section04 .con-area .left .view-intro-tv-main-poster--hidden {
  display: none !important;
}
#section04 .con-area .left .view-intro-tv-main-poster-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
#section04 .con-area .left .view-intro-tv-main-caption {
  pointer-events: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 22px 40px 38px;
  font-size: clamp(14px, 1.3vw, 18px);
  line-height: 1.4;
  font-weight: 600;
  color: #fff;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.65);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.82) 20%, rgba(0, 0, 0, 0.35) 55%, transparent 100%);
  z-index: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
}
#section04 .con-area .left .view-intro-tv-play--large {
  pointer-events: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  width: 106px;
  height: 106px;
}
#section04 .con-area .right {
  height: 568px;
  overflow: scroll;
}
#section04 .con-area .right .wrap {
  flex-direction: column;
  display: flex;
  gap: 15px;
}
#section04 .con-area .right .wrap img {
  width: 100%;
  height: auto;
  display: block;
}
#section04 .con-area .right .wrap .view-intro-tv-frame--side {
  border-radius: 20px;
  overflow: hidden;
  line-height: 0;
  background: #0c0c0c;
}
#section04 .con-area .right .wrap .view-intro-tv-frame--side img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 16/9;
  max-height: 180px;
}
#section04 .con-area .right .wrap .view-intro-tv-pick {
  cursor: pointer;
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
  display: block;
  width: 100%;
  text-align: left;
}
#section04 .con-area .right .wrap .view-intro-tv-pick:focus {
  outline: none;
}
#section04 .con-area .right .wrap .view-intro-tv-pick:focus-visible {
  outline: 2px solid #2271b1;
  outline-offset: 4px;
}
#section04 .con-area .right .wrap .view-intro-tv-card--side {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  background: #0c0c0c;
  line-height: 0;
}
#section04 .con-area .right .wrap .view-intro-tv-card--side img {
  aspect-ratio: 16/9;
  max-height: 180px;
  object-fit: cover;
}

#section04 .view-intro-tv-play {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  flex-shrink: 0;
  padding: 0;
  border: 1px solid #fff;
  background: transparent;
}
#section04 .view-intro-tv-play--small {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 56px;
  height: 56px;
  pointer-events: none;
}
#section04 .view-intro-tv-play-icon {
  display: block;
  width: 0;
  height: 0;
  margin-left: 5px;
  border-style: solid;
  border-width: 13px 0 13px 20px;
  border-color: transparent transparent transparent #fff;
}
#section04 .view-intro-tv-play--small .view-intro-tv-play-icon {
  margin-left: 3px;
  border-width: 8px 0 8px 13px;
}
@media screen and (max-width: 991.98px) {
  #section04 {
    border-radius: 0;
    margin-top: 0;
    padding: 48px 0 56px !important;
  }
  #section04 .area {
    max-width: 100%;
    padding: 0 16px;
    box-sizing: border-box;
  }
  #section04 .title-area {
    flex-wrap: wrap;
    gap: 8px 12px;
    margin-bottom: 20px;
    padding: 0 4px;
  }
  #section04 .title-area h3 {
    font-size: 30px;
  }
  #section04 .title-area a {
    font-size: 12px;
    padding: 10px 14px;
  }
  #section04 .con-area {
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
    width: 100%;
  }
  #section04 .con-area .left {
    width: 100%;
    height: auto;
    max-width: 100%;
  }
  #section04 .con-area .left .view-intro-tv-main-feature,
  #section04 .con-area .left .view-intro-tv-frame {
    width: 100%;
    aspect-ratio: 16/9;
  }
  #section04 .con-area .left .view-intro-tv-main-stage {
    position: relative;
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    min-height: 0;
  }
  #section04 .con-area .left .view-intro-tv-frame img,
  #section04 .con-area .left .view-intro-tv-main-poster-img {
    height: 100%;
  }
  #section04 .view-intro-tv-main-caption {
    padding: 14px 16px 22px;
    font-size: 14px;
    white-space: normal;
    text-overflow: unset;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  #section04 .con-area .left .view-intro-tv-play--large {
    width: 52px;
    height: 52px;
  }
  #section04 .con-area .left .view-intro-tv-play--large .view-intro-tv-play-icon {
    margin-left: 3px;
    border-width: 8px 0 8px 13px;
  }
  #section04 .con-area .right {
    width: 100%;
    height: auto;
    max-height: none;
    overflow: visible;
  }
  #section04 .con-area .right .wrap {
    --view-intro-tv-thumb-gap: 8px;
    --view-intro-tv-thumb-count: 3;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: var(--view-intro-tv-thumb-gap);
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x proximity;
    padding: 0 0 10px;
    scrollbar-width: thin;
  }
  #section04 .con-area .right .wrap::-webkit-scrollbar {
    height: 4px;
  }
  #section04 .con-area .right .wrap::-webkit-scrollbar-thumb {
    background-color: #dfdcd9;
    border-radius: 4px;
  }
  #section04 .con-area .right .wrap .view-intro-tv-pick,
  #section04 .con-area .right .wrap .view-intro-tv-frame--side {
    flex: 0 0 calc((100% - (var(--view-intro-tv-thumb-count) - 1) * var(--view-intro-tv-thumb-gap)) / var(--view-intro-tv-thumb-count));
    width: calc((100% - (var(--view-intro-tv-thumb-count) - 1) * var(--view-intro-tv-thumb-gap)) / var(--view-intro-tv-thumb-count));
    min-width: 0;
    max-width: none;
    scroll-snap-align: start;
  }
  #section04 .con-area .right .wrap .view-intro-tv-card--side {
    width: 100%;
    border-radius: 10px;
  }
  #section04 .con-area .right .wrap .view-intro-tv-card--side img,
  #section04 .con-area .right .wrap .view-intro-tv-frame--side img {
    width: 100%;
    max-height: none;
    aspect-ratio: 16/9;
  }
  #section04 .con-area .right .wrap .view-intro-tv-play--small {
    width: 32px;
    height: 32px;
  }
  #section04 .con-area .right .wrap .view-intro-tv-play--small .view-intro-tv-play-icon {
    margin-left: 2px;
    border-width: 5px 0 5px 8px;
  }
}
@media screen and (max-width: 349.98px) {
  #section04 {
    padding: 40px 0 48px !important;
  }
  #section04 .area {
    padding: 0 12px;
  }
  #section04 .con-area .left .view-intro-tv-play--large {
    width: 46px;
    height: 46px;
  }
  #section04 .con-area .left .view-intro-tv-play--large .view-intro-tv-play-icon {
    margin-left: 2px;
    border-width: 7px 0 7px 11px;
  }
}

#section05 {
  background: url("../../../img/page/introduction/index/sec05_bg.png") no-repeat center;
  background-size: cover;
  position: relative;
}
#section05 h3 {
  font-size: 70px;
  font-weight: 700;
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
  color: #fff;
  margin-bottom: 26px;
  text-align: center;
}
@media screen and (max-width: 991.98px) {
  #section05 h3 {
    font-size: 30px;
    margin-bottom: 0;
  }
}
#section05 .con-area {
  position: relative;
}
#section05 .swiper {
  overflow: visible;
  width: 100%;
  position: relative;
}
#section05 .swiper .swiper-wrapper {
  align-items: center;
}
#section05 .swiper .swiper-wrapper .swiper-slide {
  background-color: #fff;
  display: flex;
  border-radius: 20px;
  overflow: hidden;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 1439.98px) {
  #section05 .swiper .swiper-wrapper .swiper-slide {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
#section05 .swiper .swiper-wrapper .swiper-slide::after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "Globally “VIEW”";
  color: #f3ebdd;
  font-family: "HighSummit";
  font-size: 59px;
}
@media screen and (max-width: 1439.98px) {
  #section05 .swiper .swiper-wrapper .swiper-slide::after {
    display: none;
  }
}
@media screen and (max-width: 1439.98px) {
  #section05 .swiper .swiper-wrapper .swiper-slide .left {
    width: 100%;
  }
}
@media screen and (max-width: 1439.98px) {
  #section05 .swiper .swiper-wrapper .swiper-slide .left img {
    width: 100%;
  }
}
#section05 .swiper .swiper-wrapper .swiper-slide .right {
  padding-left: 50px;
}
@media screen and (max-width: 1439.98px) {
  #section05 .swiper .swiper-wrapper .swiper-slide .right {
    padding: 50px;
  }
}
@media screen and (max-width: 991.98px) {
  #section05 .swiper .swiper-wrapper .swiper-slide .right {
    padding: 30px;
  }
}
@media screen and (max-width: 767.98px) {
  #section05 .swiper .swiper-wrapper .swiper-slide .right {
    padding: 15px;
  }
}
#section05 .swiper .swiper-wrapper .swiper-slide .right h4 {
  font-size: 27px;
  line-height: 32px;
  color: #72675f;
  font-weight: 600;
  padding-left: 15px;
  border-left: 4px solid #ebca6d;
  margin-bottom: 20px;
}
@media screen and (max-width: 991.98px) {
  #section05 .swiper .swiper-wrapper .swiper-slide .right h4 {
    font-size: 20px;
    line-height: 1.3;
    padding-left: 10px;
    border-left: 3px solid #ebca6d;
    margin-bottom: 15px;
  }
}
#section05 .swiper .swiper-wrapper .swiper-slide .right p {
  font-size: 18px;
  line-height: 27px;
  color: #9b9188;
}
@media screen and (max-width: 991.98px) {
  #section05 .swiper .swiper-wrapper .swiper-slide .right p {
    font-size: 14px;
    line-height: 1.3;
  }
}
#section05 .swiper .swiper-wrapper .swiper-slide .hover {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
}
#section05 .swiper .swiper-wrapper .swiper-slide .hover img {
  width: 100%;
  height: 100%;
}
#section05 .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .hover {
  display: none;
}
#section05 .swiper .swiper-wrapper .swiper-slide.swiper-slide-prev {
  transform: translateX(-60px);
}
#section05 .swiper .swiper-wrapper .swiper-slide.swiper-slide-next {
  transform: translateX(60px);
}
#section05 .swiper-controller {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}
@media screen and (max-width: 991.98px) {
  #section05 .swiper-controller {
    gap: 50px;
  }
}
#section05 .swiper-controller .swiper-button-prev,
#section05 .swiper-controller .swiper-button-next {
  width: 9px;
  color: #fff;
  position: relative;
  top: 12px;
}
#section05 .swiper-controller .swiper-button-prev::after,
#section05 .swiper-controller .swiper-button-next::after {
  font-size: 18px;
  color: #fff;
}
#section05 .swiper-controller .swiper-button-prev svg path,
#section05 .swiper-controller .swiper-button-next svg path {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
}
#section05 .swiper-controller .swiper-pagination {
  position: static;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}
@media screen and (max-width: 991.98px) {
  #section05 .swiper-controller .swiper-pagination {
    color: #fff;
  }
}
#section05 .swiper-controller .swiper-pagination .swiper-pagination-bullet {
  background-color: #e0ccb4;
  opacity: 1;
  width: 9px;
  height: 9px;
  margin: 0;
}
#section05 .swiper-controller .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ffffff;
}
#section05 .swiper-controller .swiper-pagination .swiper-pagination-current {
  font-weight: 700;
}
#section05 .swiper-controller2 {
  position: absolute;
  top: 45%;
  left: 50%;
  z-index: 20;
  width: 81%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}
@media screen and (max-width: 1800px) {
  #section05 .swiper-controller2 {
    width: 90%;
  }
}
@media screen and (max-width: 767.98px) {
  #section05 .swiper-controller2 {
    width: 100%;
  }
}
#section05 .swiper-controller2 .custom-prev,
#section05 .swiper-controller2 .custom-next {
  width: 30px;
  height: 30px;
  position: relative;
  cursor: pointer;
  pointer-events: auto;
}
#section05 .swiper-controller2 .custom-prev::after,
#section05 .swiper-controller2 .custom-next::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: translate(-50%, -50%) rotate(45deg);
}
#section05 .swiper-controller2 .custom-prev::after {
  transform: translate(-50%, -50%) rotate(225deg);
}
#section05 .drag-badge {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 12;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: 115px;
  height: 115px;
  padding-inline: 10px;
  border-radius: 50%;
  background: rgba(90, 85, 82, 0.82);
  color: #fff;
  box-shadow: 0 4px 16px rgba(58, 54, 52, 0.18);
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  will-change: transform;
}
@media screen and (max-width: 1439.98px) {
  #section05 .drag-badge {
    display: none !important;
  }
}
#section05 .drag-badge.show {
  opacity: 1;
  visibility: visible;
}
#section05 .drag-badge .arrow {
  font-family: "Philosopher", "Pretendard Variable", sans-serif, "Pretendard Variable", "맑은 고딕", "Apple SD Gothic Neo", sans-serif, sans-serif;
  font-size: 8px;
  font-weight: 600;
  line-height: 1;
  opacity: 0.95;
  user-select: none;
  transform: translateY(-0.5px);
}
#section05 .drag-badge .arrow:first-of-type {
  justify-self: start;
}
#section05 .drag-badge .arrow:last-of-type {
  justify-self: end;
}
#section05 .drag-badge .text {
  grid-column: 2;
  justify-self: center;
  font-family: "Pretendard Variable", "맑은 고딕", "Apple SD Gothic Neo", sans-serif, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  text-transform: uppercase;
}