@charset "UTF-8";
/* ============================================
   MAIN PAGE STYLES
   ============================================ */
main#container {
  overflow: hidden;
}

.main_title_area .sub_title {
  font-family: "Aritaburi";
  font-weight: 600;
  font-size: 18rem;
  line-height: normal;
  color: rgba(97, 97, 97, 0.5);
}
.main_title_area .title_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 30rem 0 0;
}
.main_title_area .title_box .title {
  font-weight: 600;
  font-size: 36rem;
  line-height: 130%;
  color: #090909;
  letter-spacing: -0.9rem;
}
.sec01 {
  position: relative;
  overflow: hidden;
  height: 100vh;
}
.sec01 .video_slide_area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.sec01 .video_slide_area .video_slide {
  position: relative;
  width: 100%;
  height: 100%;
}
.sec01 .video_slide_area .video_slide .list li .video_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sec01 .video_slide_area .video_slide .list li .video_box video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec01 .info_box {
  position: absolute;
  left: 50%;
  bottom: 106rem;
  transform: translate(-50%, 0);
  z-index: 2;
  width: 1520rem;
}
.sec01 .info_box .info_top {
  opacity: 0;
  transform: translateY(48rem);
  will-change: opacity, transform;
}
.sec01 .info_box .info_top .title {
  font-weight: 600;
  font-size: 90rem;
  line-height: 110%;
  color: #fff;
}
.sec01 .info_box .info_top .title span {
  animation: titleColorChange 1.5s ease forwards;
  animation-delay: 0.5s;
}
@keyframes titleColorChange {
  0% {
    color: #fff;
  }
  100% {
    color: #E06514;
  }
}
.sec01 .info_box .info_top .text {
  margin: 48rem 0 0;
  font-weight: 400;
  font-size: 20rem;
  line-height: 130%;
  color: #fff;
}
.sec01 .info_box .info_btm {
  opacity: 0;
  transform: translateY(40rem);
  will-change: opacity, transform;
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin: 150rem 0 0;
}
.sec01 .info_box .info_btm .thumb_area .thumb_list {
  display: flex;
  gap: 18rem;
}
.sec01 .info_box .info_btm .thumb_area .thumb_list li.active .box .thumb_box:before {
  background: rgba(0, 0, 0, 0);
}
.sec01 .info_box .info_btm .thumb_area .thumb_list li .box .thumb_box {
  position: relative;
  cursor: pointer;
}
.sec01 .info_box .info_btm .thumb_area .thumb_list li .box .thumb_box:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 2rem;
}
.sec01 .info_box .info_btm .thumb_area .thumb_list li .box .thumb_box img {
  width: 131rem;
  height: 92rem;
  border-radius: 2rem;
}
.sec01 .info_box .info_btm .thumb_area .thumb_list li .box .text {
  margin: 10rem 0 0;
  font-weight: 400;
  font-size: 16rem;
  color: #fff;
  text-align: center;
}
.sec01 .info_box .info_btm .sec01_nav {
  display: flex;
  gap: 16rem;
  align-items: center;
}
.sec01 .info_box .info_btm .sec01_nav .sec01_btn img {
  width: 14rem;
}
.sec01 .info_box .info_btm .sec01_nav .num_box {
  display: flex;
  gap: 16rem;
  font-weight: 300;
  font-size: 18rem;
  color: #fff;
}
.sec01 .info_box .info_btm .sec01_nav .num_box .current {
  font-weight: 600;
}
.sec01 .info_box .info_btm .sec01_nav .line_box {
  position: relative;
  width: 145rem;
  height: 3rem;
  background: rgba(255, 255, 255, 0.3);
}
.sec01 .info_box .info_btm .sec01_nav .line_box .line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3rem;
  background: #E06514;
}
.sec01 .scroll_box {
  position: absolute;
  left: 50%;
  bottom: 40rem;
  transform: translateX(-50%);
  display: flex;
  gap: 12rem;
  align-items: center;
  z-index: 11;
}
.sec01 .scroll_box .text {
  font-weight: 400;
  font-size: 16rem;
  line-height: normal;
  color: #fff;
  letter-spacing: -0.32rem;
}
.sec01 .scroll_box .scroll_icon {
  width: 16rem;
  height: 16rem;
  background: url("/images/main/sec01_scroll.svg") no-repeat center center/16rem;
  animation: Main_scrollDown__syaPJ 1.5s infinite;
}

@keyframes Main_scrollDown__syaPJ {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(4px);
  }
}
.sec02 {
  position: relative;
  height: 100vh;
}
.sec02 .title_box {
  text-align: center;
}
.sec02 .title_box .title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
  font-weight: 600;
  font-size: 50rem;
  line-height: 150%;
  color: #090909;
  letter-spacing: -1.2rem;
}
.sec02 .title_box .title .title_top {
  position: absolute;
  top: calc(50% - 35rem);
  transform: translateY(-50%);
  width: 100%;
  z-index: 1;
}
.sec02 .title_box .title .title_btm {
  position: absolute;
  top: calc(50% + 35rem);
  transform: translateY(-50%);
  z-index: 2;
  display: flex;
  align-items: center;
}
.sec02 .title_box .title .title_btm .img_box {
  position: relative;
  width: 128rem;
  height: 69rem;
  margin: 0 20rem;
  z-index: 1;
  overflow: hidden;
  border-radius: 6rem;
}
.sec02 .title_box .title .title_btm .img_box img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec02 .title_box .text_box .sub_title {
  font-weight: 600;
  font-size: 18rem;
  line-height: normal;
  color: #fff;
}
.sec02 .title_box .text_box .title {
  margin: 30rem 0 0;
  font-weight: 600;
  font-size: 36rem;
  line-height: 130%;
  color: #fff;
}
.sec02 .title_box .text_box .text {
  margin: 86rem 0 0;
  font-weight: 400;
  font-size: 18rem;
  line-height: 130%;
  color: #fff;
}
.sec02 .title_box .text_box .com_btn {
  width: 188rem;
  margin: 117rem 0 0 auto;
}
.sec02 .sec02_content {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1520rem;
  align-content: center;
  z-index: 3;
}
.sec02 .sec02_content .text_box .sub_title {
  font-weight: 600;
  font-size: 18rem;
  line-height: normal;
  color: #fff;
}
.sec02 .sec02_content .text_box .title {
  margin: 30rem 0 0;
  font-weight: 600;
  font-size: 36rem;
  line-height: 130%;
  color: #fff;
}
.sec02 .sec02_content .text_box .text {
  margin: 86rem 0 0;
  font-weight: 400;
  font-size: 18rem;
  line-height: 130%;
  color: #fff;
}
.sec02 .sec02_content .text_box .com_btn {
  width: 188rem;
  margin: 117rem 0 0 auto;
}

.sec03 {
  padding: 170rem 0 60rem;
}
.sec03 .text_box {
  display: flex;
  justify-content: space-between;
  gap: 10rem;
  align-items: end;
}
.sec03 .text_box .text_top {
  padding: 0 0 70rem;
}
.sec03 .text_box .text_top .sub_title {
  font-weight: 600;
  font-size: 18rem;
  line-height: normal;
  color: rgba(97, 97, 97, 0.5);
}
.sec03 .text_box .text_top .title_box {
  margin: 30rem 0 0;
}
.sec03 .text_box .text_top .title_box .desc_box {
  position: relative;
  font-weight: 600;
  font-size: 36rem;
  line-height: 130%;
}
.sec03 .text_box .text_top .title_box .desc_box .rel {
  color: #C0C0C0;
  white-space: nowrap;
}
.sec03 .text_box .text_top .title_box .desc_box .ani {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  overflow: hidden;
  white-space: nowrap;
  color: #090909;
  transition: width 0.7s linear;
}
.sec03 .text_box .text_top .title_box .desc_box.n1 .ani {
  transition-delay: 0s;
}
.sec03 .text_box .text_top .title_box .desc_box.n2 .ani {
  transition-delay: 0.7s;
}
.sec03 .text_box .text_top .title_box .desc_box.n3 .ani {
  transition-delay: 1.4s;
}
.sec03 .text_box .text_top .title_box .desc_box.ani_view .ani {
  width: 100%;
}
.sec03 .text_box .text_btm .text {
  font-weight: 400;
  font-size: 18rem;
  line-height: 130%;
  color: #616161;
}
.sec03 .text_box .text_btm .com_btn2 {
  margin: 45rem 0 0;
  justify-content: start;
}

.sec04 {
  height: 100vh;
  align-content: center;
  width: calc(100% - 70rem);
  margin-left: 70rem;
}
.sec04 .card_area .list li {
  width: 1780rem;
  margin-right: 40rem;
}
.sec04 .card_area .list li:last-child {
  margin-right: 70rem;
}
.sec04 .card_area .list li .box {
  position: relative;
}
.sec04 .card_area .list li .box .img_box img {
  width: 1780rem;
}
.sec04 .card_area .list li .box .text_box {
  position: absolute;
  left: 80rem;
  bottom: 80rem;
  width: 590rem;
  padding: 55rem;
  border-radius: 8rem;
  background-color: #fff;
}
.sec04 .card_area .list li .box .text_box .title {
  font-weight: 400;
  font-size: 34rem;
  line-height: normal;
  color: #090909;
  text-transform: uppercase;
}
.sec04 .card_area .list li .box .text_box .text_btm {
  margin: 37rem 0 0;
}
.sec04 .card_area .list li .box .text_box .text_btm .text1 {
  font-weight: 600;
  font-size: 20rem;
  line-height: normal;
  color: #090909;
}
.sec04 .card_area .list li .box .text_box .text_btm .text2 {
  margin: 15rem 0 0;
  font-weight: 400;
  font-size: 18rem;
  line-height: 130%;
  color: #616161;
}

.sec05 {
  padding: 110rem 0 160rem;
  background: url("/images/main/sec05_bg.svg") no-repeat right 60rem center/730rem auto;
}
.sec06 {
  height: 100vh;
}
.sec06 .perf_area {
  display: flex;
  height: 100%;
}
.sec06 .perf_area .fixed_box {
  flex-shrink: 0;
  width: 50%;
  height: 100%;
  background: url("/images/main/sec06_fixed_img.jpg") no-repeat center center/cover;
  text-align: center;
  align-content: center;
}
.sec06 .perf_area .fixed_box .text {
  font-family: "Aritaburi";
  font-weight: 600;
  font-size: 18rem;
  line-height: normal;
  color: #fff;
}
.sec06 .perf_area .fixed_box .num {
  margin: 18rem 0 0;
  font-family: "Cinzel";
  font-weight: 400;
  font-size: 70rem;
  line-height: normal;
  color: #fff;
}
.sec06 .perf_area .scroll_box_area {
  background: linear-gradient(270deg, #E1D9D6 -19.3%, #F2F2F0 100%), linear-gradient(32deg, rgba(255, 255, 255, 0.2) 14.33%, rgba(255, 255, 255, 0) 28.58%), linear-gradient(258deg, #E1D9D6 13.9%, #F2F2F0 91.1%);
  position: relative;
  width: 50%;
  height: 100%;
  overflow: hidden;
}
.sec06 .perf_area .scroll_box_area > .text_box {
  position: fixed;
  right: 0;
  width: 100%;
  text-align: center;
  z-index: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
}
.sec06 .perf_area .scroll_box_area > .text_box > .text {
  position: sticky;
  top: 150rem;
  font-family: "Cinzel";
  font-weight: 400;
  font-size: 450rem;
  line-height: 110%;
  color: rgba(36, 66, 18, 0.05);
}
.sec06 .perf_area .scroll_box_area .scroll_box {
  position: relative;
  width: 384rem;
  height: 100%;
  margin: 0 auto;
  z-index: 1;
}
.sec06 .perf_area .scroll_box_area .scroll_box .list {
  padding: 0 0 110rem;
}
.sec06 .perf_area .scroll_box_area .scroll_box .list li {
  height: auto !important;
}
.sec06 .perf_area .scroll_box_area .scroll_box .list li .box .img_box img {
  width: 384rem;
  border-radius: 8rem;
}
.sec06 .perf_area .scroll_box_area .scroll_box .list li .box .text_box {
  margin: 42rem 0 0;
}
.sec06 .perf_area .scroll_box_area .scroll_box .list li .box .text_box .title {
  font-weight: 600;
  font-size: 20rem;
  line-height: normal;
  color: #202020;
}
.sec06 .perf_area .scroll_box_area .scroll_box .list li .box .text_box .num_box {
  display: flex;
  align-items: end;
  gap: 8rem;
}
.sec06 .perf_area .scroll_box_area .scroll_box .list li .box .text_box .num_box .num {
  font-family: "Cinzel";
  font-weight: 400;
  font-size: 104rem;
  line-height: 1.2;
  color: #202020;
}
.sec06 .perf_area .scroll_box_area .scroll_box .list li .box .text_box .num_box .txt {
  font-weight: 400;
  font-size: 30rem;
  line-height: 104rem;
  color: #202020;
}

.sec07 {
  padding: 170rem 0;
}
.sec07 .tab_area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 35rem 0 0;
}
.sec07 .tab_area .list {
  display: flex;
  border-radius: 4rem;
  overflow: hidden;
  width: -moz-max-content;
  width: max-content;
}
.sec07 .tab_area .list li:first-child .tab_btn {
  border-radius: 4rem 0 0 4rem;
}
.sec07 .tab_area .list li:last-child .tab_btn {
  border-radius: 0 4rem 4rem 0;
}
.sec07 .tab_area .list li .tab_btn {
  display: block;
  padding: 0 15rem;
  border: 1rem solid #dbdbdb;
  font-weight: 500;
  font-size: 18rem;
  line-height: 38rem;
  color: #616161;
}
.sec07 .tab_area .list li.on .tab_btn {
  background-color: #090909;
  border-color: #090909;
  font-weight: 600;
  color: #fff;
}
.sec07 .notice_area {
  display: none;
  margin: 58rem 0 0;
}
.sec07 .notice_area.on {
  display: block;
}
.sec07 .notice_area .list li {
  margin: 16rem 0 0;
}
.sec07 .notice_area .list li:first-child {
  margin: 0;
}
.sec07 .notice_area .list li.empty {
  font-weight: 400;
  font-size: 18rem;
  line-height: 130%;
  color: #090909;
}
.sec07 .notice_area .list li .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 29rem 58rem;
  border-radius: 8rem;
  background-color: #F9F9F9;
  transition: all 0.3s ease;
}
.sec07 .notice_area .list li .box:hover {
  background-color: #E06514;
}
.sec07 .notice_area .list li .box:hover .sort {
  color: #fff;
}
.sec07 .notice_area .list li .box:hover .title {
  color: #fff;
}
.sec07 .notice_area .list li .box:hover .date {
  color: #fff;
}
.sec07 .notice_area .list li .box .sort {
  width: 64rem;
  margin: 0 50rem 0 0;
  font-weight: 400;
  font-size: 18rem;
  line-height: 130%;
  color: #616161;
  letter-spacing: -0.36rem;
  text-align: left;
  transition: all 0.3s ease;
}
.sec07 .notice_area .list li .box .title {
  width: 740rem;
  margin: 0 auto 0 0;
  font-weight: 500;
  font-size: 20rem;
  line-height: 130%;
  color: #090909;
  letter-spacing: -0.4rem;
  white-space: normal;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.3s ease;
}
.sec07 .notice_area .list li .box .date {
  font-weight: 400;
  font-size: 18rem;
  line-height: 130%;
  color: #616161;
  letter-spacing: -0.36rem;
  transition: all 0.3s ease;
}

.sec08 {
  padding: 0 0 200rem;
  overflow-x: clip;
}
.sec08 .news_slide_area {
  margin: 72rem 0 0;
}
.sec08 .news_slide_area .news_slide {
  overflow: visible;
  width: 100vw;
  overflow: hidden;
}
.sec08 .news_slide_area .news_slide .list li {
  width: 482rem;
}
.sec08 .news_slide_area .news_slide .list li .box {
  display: block;
}
.sec08 .news_slide_area .news_slide .list li .box:hover .img_box img {
  transform: scale(1.05);
}
.sec08 .news_slide_area .news_slide .list li .box .img_box {
  position: relative;
  padding-top: 64%;
  border-radius: 8rem;
  overflow: hidden;
}
.sec08 .news_slide_area .news_slide .list li .box .img_box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease;
}
.sec08 .news_slide_area .news_slide .list li .box .text_box {
  margin: 32rem 0 0;
}
.sec08 .news_slide_area .news_slide .list li .box .text_box .title {
  font-weight: 500;
  font-size: 20rem;
  line-height: 130%;
  color: #090909;
  white-space: normal;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.sec08 .news_slide_area .news_slide .list li .box .text_box .date {
  margin: 12rem 0 0;
  font-weight: 400;
  font-size: 18rem;
  line-height: 130%;
  color: #616161;
}

.sec09 {
  position: relative;
  padding: 0 0 260rem;
}
.sec09:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/images/main/sec09_bg.png") no-repeat center bottom/100% auto;
}
.sec09:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 174rem;
  background: linear-gradient(180deg, rgba(32, 32, 32, 0) 0%, #202020 100%);
  z-index: 1;
}
.sec09 .text {
  position: relative;
  z-index: -1;
  display: flex;
  overflow: hidden;
  white-space: nowrap;
}
.sec09 .text .marquee_inner {
  display: inline-block;
  padding-right: 100rem;
  font-family: "Cinzel";
  font-weight: 600;
  font-size: 240rem;
  line-height: 110%;
  color: #F7F6F5;
  text-transform: uppercase;
  animation: marquee 35s linear infinite;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
/* 반응형 - 모바일 */
@media screen and (max-width: 1024px) {
  .main_title_area .sub_title {
    font-size: 15rem;
  }
  .main_title_area .title_box {
    margin: 20rem 0 0;
    align-items: start;
    flex-direction: column;
  }
  .main_title_area .title_box .title {
    font-size: 24rem;
  }
  .main_title_area .title_box .com_btn2 {
    margin: 20rem 0 0 auto;
    justify-content: end;
  }
  .sec01 .info_box {
    width: 100%;
    padding: 0 20rem;
    top: inherit;
    transform: translate(-50%, 0);
    bottom: 80rem;
  }
  .sec01 .info_box .info_top .title {
    font-size: 40rem;
    letter-spacing: -0.8rem;
  }
  .sec01 .info_box .info_top .text {
    margin: 24rem 0 0;
    font-size: 15rem;
  }
  .sec01 .info_box .info_btm {
    margin: 105rem 0 0;
  }
  .sec01 .info_box .info_btm .sec01_nav {
    display: none;
  }
  .sec01 .info_box .info_btm .thumb_area .thumb_list {
    gap: 11rem;
  }
  .sec01 .info_box .info_btm .thumb_area .thumb_list li .box .thumb_box img {
    width: 99rem;
    height: 69rem;
  }
  .sec01 .info_box .info_btm .thumb_area .thumb_list li .box .text {
    margin: 4rem 0 0;
    font-size: 13rem;
  }
  .sec01 .scroll_box {
    bottom: 30rem;
    gap: 10rem;
  }
  .sec01 .scroll_box .text {
    font-size: 13rem;
  }
  .sec01 .scroll_box .scroll_icon {
    width: 13rem;
    height: 13rem;
    background-size: 13rem;
  }
  .sec02 .title_box .title {
    font-size: 26rem;
  }
  .sec02 .title_box .title .title_top {
    top: calc(50% - 20rem);
  }
  .sec02 .title_box .title .title_btm {
    top: calc(50% + 20rem);
  }
  .sec02 .title_box .title .title_btm .img_box {
    width: 64rem;
    height: 35rem;
    margin: 0 5rem;
    border-radius: 4rem;
  }
  .sec02 .sec02_content {
    width: 100%;
  }
  .sec02 .sec02_content .text_box .sub_title {
    font-size: 15rem;
  }
  .sec02 .sec02_content .text_box .title {
    margin: 20rem 0 0;
    font-size: 24rem;
    letter-spacing: -0.48rem;
  }
  .sec02 .sec02_content .text_box .text {
    margin: 42rem 0 0;
    font-size: 15rem;
    letter-spacing: -0.3rem;
  }
  .sec02 .sec02_content .text_box .com_btn {
    width: 133rem;
    margin: 122rem 0 0 auto;
  }
  .sec03 {
    padding: 80rem 0 50rem;
  }
  .sec03 .text_box {
    flex-direction: column;
    gap: 42rem;
    align-items: start;
  }
  .sec03 .text_box .text_top {
    padding: 0;
  }
  .sec03 .text_box .text_top .sub_title {
    font-size: 15rem;
  }
  .sec03 .text_box .text_top .title_box .desc_box {
    font-size: 24rem;
  }
  .sec03 .text_box .text_top .title_box .desc_box .ani {
    transition: width 0.4s linear;
  }
  .sec03 .text_box .text_top .title_box .desc_box.n1 .ani {
    transition-delay: 0s;
  }
  .sec03 .text_box .text_top .title_box .desc_box.n2 .ani {
    transition-delay: 0.4s;
  }
  .sec03 .text_box .text_top .title_box .desc_box.n3 .ani {
    transition-delay: 0.8s;
  }
  .sec03 .text_box .text_top .title_box .desc_box.n4 .ani {
    transition-delay: 1.2s;
  }
  .sec03 .text_box .text_top .title_box .desc_box.n5 .ani {
    transition-delay: 1.6s;
  }
  .sec03 .text_box .text_top .title_box .desc_box.n6 .ani {
    transition-delay: 2s;
  }
  .sec03 .text_box .text_btm {
    width: 100%;
  }
  .sec03 .text_box .text_btm .text {
    font-size: 15rem;
    letter-spacing: -0.3rem;
  }
  .sec03 .text_box .text_btm .com_btn2 {
    margin: 20rem 0 0;
    justify-content: end;
  }
  .sec04 {
    width: calc(100% - 40rem);
    height: auto;
    margin-left: 20rem;
  }
  .sec04 .card_area {
    overflow: visible;
  }
  .sec04 .card_area .list li {
    width: 100%;
    margin-right: 0;
  }
  .sec04 .card_area .list li .box .img_box img {
    width: 100%;
    height: 464rem;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .sec04 .card_area .list li .box .text_box {
    display: flex;
    gap: 12rem;
    flex-direction: column;
    justify-content: space-between;
    left: 20rem;
    bottom: 20rem;
    right: 20rem;
    padding: 20rem 20rem 36rem;
    border-radius: 6rem;
    width: calc(100% - 40rem);
    height: 250rem;
  }
  .sec04 .card_area .list li .box .text_box .title {
    display: flex;
    height: 64rem;
    align-items: center;
    font-size: 24rem;
  }
  .sec04 .card_area .list li .box .text_box .text_btm {
    margin: 0;
  }
  .sec04 .card_area .list li .box .text_box .text_btm .text1 {
    font-size: 18rem;
  }
  .sec04 .card_area .list li .box .text_box .text_btm .text2 {
    margin: 12rem 0 0;
    font-size: 15rem;
    letter-spacing: -0.3rem;
  }
  .sec05 {
    padding: 80rem 0;
  }
  .sec06 {
    height: auto;
  }
  .sec06 .perf_area {
    height: auto;
    flex-direction: column;
  }
  .sec06 .perf_area .fixed_box {
    width: 100%;
    height: 100vw;
  }
  .sec06 .perf_area .fixed_box .text {
    font-size: 15rem;
  }
  .sec06 .perf_area .fixed_box .num {
    display: none;
  }
  .sec06 .perf_area .scroll_box_area {
    width: 100%;
    padding: 112rem 0 80rem;
  }
  .sec06 .perf_area .scroll_box_area > .text_box {
    right: 50%;
    top: 24rem;
    transform: translateX(50%);
    width: 100%;
    text-align: center;
  }
  .sec06 .perf_area .scroll_box_area > .text_box .text {
    font-size: 160rem;
    line-height: 110%;
  }
  .sec06 .perf_area .scroll_box_area .scroll_box {
    width: calc(100% - 40rem);
  }
  .sec06 .perf_area .scroll_box_area .scroll_box .list {
    padding: 0;
  }
  .sec06 .perf_area .scroll_box_area .scroll_box .list li {
    margin: 40rem 0 0;
  }
  .sec06 .perf_area .scroll_box_area .scroll_box .list li:first-child {
    margin: 0;
  }
  .sec06 .perf_area .scroll_box_area .scroll_box .list li .box .img_box img {
    width: 100%;
    aspect-ratio: 320/218;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    border-radius: 6rem;
  }
  .sec06 .perf_area .scroll_box_area .scroll_box .list li .box .text_box {
    margin: 28rem 0 0;
  }
  .sec06 .perf_area .scroll_box_area .scroll_box .list li .box .text_box .num_box {
    gap: 6rem;
    margin: 14rem 0 0;
  }
  .sec06 .perf_area .scroll_box_area .scroll_box .list li .box .text_box .num_box .num {
    font-size: 70rem;
  }
  .sec06 .perf_area .scroll_box_area .scroll_box .list li .box .text_box .num_box .txt {
    font-size: 20rem;
    line-height: 70rem;
  }
  .sec07 {
    padding: 80rem 0;
  }
  .sec07 .tab_area {
    margin: 38rem 0 0;
  }
  .sec07 .tab_area .list .list {
    border-radius: 4rem;
  }
  .sec07 .tab_area .list li:first-child {
    border-radius: 4rem 0 0 4rem;
  }
  .sec07 .tab_area .list li:last-child {
    border-radius: 0 4rem 4rem 0;
  }
  .sec07 .tab_area .list li .tab_btn {
    padding: 0 13rem;
    font-size: 15rem;
    line-height: 28rem;
  }
  .sec07 .notice_area {
    margin: 40rem 0 0;
  }
  .sec07 .notice_area .list li {
    margin: 12rem 0 0;
  }
  .sec07 .notice_area .list li .box {
    flex-direction: column;
    padding: 26rem 25rem;
    border-radius: 6rem;
  }
  .sec07 .notice_area .list li .box .sort {
    width: 100%;
    margin: 0;
    font-size: 15rem;
  }
  .sec07 .notice_area .list li .box .title {
    width: 100%;
    margin: 20rem 0 0;
    font-weight: 400;
    font-size: 18rem;
    -webkit-line-clamp: 2;
  }
  .sec07 .notice_area .list li .box .date {
    width: 100%;
    margin: 30rem 0 0;
    font-size: 15rem;
    text-align: right;
  }
  .sec08 {
    width: calc(100% - 40rem);
    margin-left: 20rem;
    overflow-x: initial;
    padding: 0 0 100rem;
  }
  .sec08 .container {
    padding: 0;
  }
  .sec08 .news_slide_area {
    margin: 40rem 0 0;
  }
  .sec08 .news_slide_area .news_slide {
    width: 100%;
    overflow: visible;
  }
  .sec08 .news_slide_area .news_slide .list li {
    width: 100%;
  }
  .sec08 .news_slide_area .news_slide .list li .box .img_box {
    border-radius: 6rem;
  }
  .sec08 .news_slide_area .news_slide .list li .box .text_box {
    margin: 16rem 0 0;
  }
  .sec08 .news_slide_area .news_slide .list li .box .text_box .title {
    font-size: 18rem;
  }
  .sec08 .news_slide_area .news_slide .list li .box .text_box .date {
    margin: 8rem 0 0;
    font-size: 15rem;
  }
  .sec09 {
    padding: 0 0 105rem;
  }
  .sec09:after {
    height: 165rem;
    background-size: 100% 165rem;
  }
  .sec09:before {
    height: 73rem;
  }
  .sec09 .text .marquee_inner {
    font-size: 110rem;
  }
}
@media screen and (max-width: 815px) {
  .sec09:after {
    background-size: auto 165rem;
  }
}/*# sourceMappingURL=main.css.map */