@charset "UTF-8";
/* 인풋스타일*/
input::-moz-placeholder {
  font-size: inherit;
}
input::placeholder {
  font-size: inherit;
}

.inner {
  width: 100%;
  max-width: 148rem;
  padding: 0 2rem;
  margin: 0 auto;
  text-align: start;
}

.s3 .header .logo a img {
  content: url("../img/common/logo.png");
}
.s3 .header .gnb > li > a {
  color: #fff;
}
.s3 .header .login-wrap .icon img {
  content: url("../img/common/w-login.png");
}
.s3 .header .login-wrap .login {
  color: #ffffee;
}
.s3 .header .login-wrap::before {
  background: #fff;
}
.s3 .header .wrap2 .icon img {
  content: url("../img/main/icon.png");
}
.s3 .header .lang-wrap .lang-btn > img {
  content: url("../img/common/w-under.png");
}
.s3 .header .lang-wrap .fi img {
  content: url("../img/common/w-subtract.png");
}
.s3 .header .lang-wrap .lang {
  color: #fff;
}

.header-wrap {
  background: none;
  transition: background 0.5s;
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -ms-transition: background 0.5s;
  -o-transition: background 0.5s;
}
.header-wrap.active .header .logo a img {
  content: url("/static/img/common/logo_og.png");
}
.header-wrap.active .header .gnb > li > a {
  color: #000;
}
.header-wrap.active .header .gnb > li.active > a {
  color: #0081CC;
}
.header-wrap.active .header .login-wrap .icon img {
  content: url("../img/common/login.png");
}
.header-wrap.active .header .login-wrap .login {
  color: #839099;
}
.header-wrap.active .header .login-wrap::before {
  background: #5F90B1;
}
.header-wrap.active .header .lang-wrap .lang-btn > img {
  content: url("../img/common/under.png");
}
.header-wrap.active .header .lang-wrap .fi img {
  content: url("../img/common/Subtract.png");
}
.header-wrap.active .header .lang-wrap .lang {
  color: #839099;
}
.header-wrap.active .header .lang-wrap,
.header-wrap.active .header .login-wrap {
  background: #F2F7FB;
}

.header-wrap.scroll {
  background: #fff;
}
.header-wrap.scroll .header {
  /* 로고 변경 */
}
.header-wrap.scroll .header .logo img {
  content: url("/static/img/common/logo_og.png");
}
.header-wrap.scroll .header {
  /* GNB 기본 색상 */
}
.header-wrap.scroll .header .gnb > li > a {
  color: #000;
}
.header-wrap.scroll .header {
  /* 활성 메뉴만 컬러 유지 */
}
.header-wrap.scroll .header .gnb > li.active > a {
  color: #0081CC;
}

.header .gnb > li > a {
  color: #fff;
}
.header .login-wrap .icon img {
  content: url("../img/common/m-login.png");
}
.header .login-wrap .login {
  color: #5F90B1;
}
.header .login-wrap::before {
  background: #5F90B1;
}
.header .wrap2 .my .icon img {
  content: url("../img/main/my.png");
}
.header .wrap2 .icon img {
  content: url("../img/main/b-icon.png");
}
.header .wrap2 .absol {
  background: rgba(255, 255, 255, 0.1);
}
.header .wrap2 .logout .icon img {
  content: url("../img/common/logout.png");
}
.header .lang-wrap .lang-btn > img {
  content: url("../img/common/m-under.png");
}
.header .lang-wrap .fi img {
  content: url("../img/common/m-subtract.png");
}
.header .lang-wrap .lang {
  color: #5F90B1;
}
.header .lang-wrap .lang-option {
  background: rgba(255, 255, 255, 0.1);
}
@media all and (max-width: 85.375rem) {
  .header .lang-wrap .lang-option {
    background: #F2F7FB;
  }
}
.sec-1,
.sec-2 {
  min-height: 100vh;
}

.section.active .up {
  transform: translateY(0);
  opacity: 1;
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
.section .up {
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  opacity: 0;
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
}

.more-btn {
  border: 1px solid rgba(255, 255, 255, 0.6);
  padding: 1.2rem 4rem 1.2rem 2.8rem;
  justify-content: center;
  align-items: center;
  gap: 12px;
  border-radius: 99rem;
  -webkit-border-radius: 99rem;
  -moz-border-radius: 99rem;
  -ms-border-radius: 99rem;
  -o-border-radius: 99rem;
  color: #fff;
  display: inline-flex;
  height: 52px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  background: url(/static/img/main/next-w.png) no-repeat center right 2rem;
  opacity: 0.5;
}

.more-btn.a {
  margin-top: 4.8rem;
}

.more-btn:hover {
  color: #0081CC;
  background: #fff url(/static/img/main/more-b.png) no-repeat center right 2rem;
  opacity: 1;
}

.sec-3-more {
  color: #fff;
  opacity: 0.6;
}
.sec-3-more img {
  padding-left: 1.2rem;
}

.box:hover .sec-3-more img {
  content: url(/static/img/main/more-b.png);
}

.box:hover .sec-3-more {
  color: #0081CC;
  opacity: 1;
}

.sec-1 .box-wrap.active .up2 {
  transform: translateY(0);
  opacity: 1;
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
.sec-1 .box-wrap .up2 {
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  opacity: 0;
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
}

.slide-tit {
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  opacity: 0;
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
}
.slide-tit.act {
  transform: translateY(0);
  opacity: 1;
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}

.y-scroll-op {
  height: 100%;
  overflow: hidden;
  overflow-y: scroll;
}
.y-scroll-op::-webkit-scrollbar {
  width: 0;
}

.sec-1 {
  overflow: hidden;
}
.sec-1 .slider-wrap,
.sec-1 .swiper {
  width: 100%;
  height: 100%;
}
.sec-1 .swiper-slide {
  width: 100%;
  height: 100vh;
}
.sec-1 .swiper-slide .slide-tit {
  color: #fff;
  font-family: "Pretendard", sans-serif;
  font-size: 8.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
}
.sec-1 .slide1 {
  background: url("/static/img/main/section_01.jpg") no-repeat;
  background-size: cover;
}
.sec-1 .slide2 {
  background: url("/static/img/main/slide2.jpg") no-repeat;
  background-size: cover;
}
.sec-1 .slide3 {
  background: url("/static/img/main/slide3.jpg") no-repeat;
  background-size: cover;
}
.sec-1 .slide4 {
  background: url("/static/img/main/slide4.jpg") no-repeat;
  background-size: cover;
}
.sec-1 .btn-wrap {
  height: 1rem;
  display: flex;
  gap: 2rem;
}
.sec-1 .swiper-button-prev,
.sec-1 .swiper-button-next {
  position: static !important;
  margin-top: 0 !important;
  width: 0.6rem !important;
  height: 1rem !important;
  opacity: 0.6;
}
.sec-1 .swiper-button-prev::after,
.sec-1 .swiper-button-next::after {
  width: 0;
  height: 0;
}
.sec-1 .swiper-button-prev:hover,
.sec-1 .swiper-button-next:hover {
  opacity: 1;
}
.sec-1 .swiper-button-prev {
  background: url("../img/main/prev.png") no-repeat;
  background-size: cover;
}
.sec-1 .swiper-button-next {
  background: url("../img/main/next.png") no-repeat;
  background-size: cover;
}
.sec-1 .swiper-pagination {
  position: static !important;
  text-align: center !important;
  width: auto !important;
  display: flex;
}
.sec-1 .swiper-pagination span {
  display: block;
}
.sec-1 .control {
  display: flex;
  align-items: center;
  gap: 4rem;
  position: absolute;
  bottom: 20rem;
  left: 21rem;
}
.sec-1 .control .swiper-pagination {
  position: static;
  width: auto;
  display: flex;
  align-items: center;
}
.sec-1 .control .swiper-pagination .swiper-pagination-current {
  color: #fff;
  font-family: "Pretendard", sans-serif;
  font-size: 4.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  /*100%*/
  transform: translateY(-5px);
}
.sec-1 .control .swiper-pagination .slash {
  margin: 0 1rem;
  color: #FFF;
  opacity: 0.5;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5; /* 150% */
}
.sec-1 .control .swiper-pagination .swiper-pagination-total {
  margin: 0 1rem;
  color: #FFF;
  opacity: 0.5;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5; /* 150% */
}
.sec-1 .control .swiper-button-prev,
.sec-1 .control .swiper-button-next {
  position: static;
  margin: 0;
  width: 4rem;
  height: 4rem;
  color: #fff;
}
.sec-1 .control .swiper-button-prev::after,
.sec-1 .control .swiper-button-next::after {
  font-size: 2.4rem;
  color: #fff;
}
.sec-1 .box-wrap {
  position: absolute;
  width: 100%;
  bottom: 14.6rem;
}
.sec-1 .box-wrap .flex-wrap {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: right;
  gap: 1rem;
}
.sec-1 .box-wrap .box {
  width: 24.5rem;
  height: 23.9rem;
  padding: 4rem;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
}
.sec-1 .box-wrap .box:first-child {
  background: #143750;
}
.sec-1 .box-wrap .box:nth-child(2) {
  background: #0081CC;
}
.sec-1 .box-wrap .box:last-child {
  background: #5F90B1;
}
.sec-1 .box-wrap .box-tit {
  margin-bottom: 1rem;
  font-size: 2.4rem;
  color: #fff;
  font-weight: 600;
  line-height: 1.33333;
}
.sec-1 .box-wrap .desc {
  font-size: var(--com-f);
  color: #fff;
  font-weight: 400;
  line-height: 1.5;
}
.sec-1 .box-wrap .more {
  margin-top: 2rem;
  display: flex;
  gap: 0.8rem;
  align-items: center;
  color: #fff;
  font-weight: 500;
  line-height: 1.5;
  opacity: 0.8;
}
.sec-1 .box-wrap .more:hover {
  opacity: 1;
}
.sec-1 .white-box {
  margin-left: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 4.8rem;
  margin: 36rem 0 36rem auto;
  text-align: left;
  color: #Fff;
  width: 500px;
  color: #Fff;
}
.sec-1 .white-box p {
  color: #FFF;
  /* p-24 */
  font-family: "Pretendard", sans-serif;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}
.sec-1 .slide-tit {
  font-size: 5rem;
  color: #fff;
  line-height: 1.2;
  font-weight: 400;
  font-family: "Pretendard", sans-serif;
  text-align: left;
}
.sec-1 .slide-tit span {
  color: #FFF;
  font-style: normal;
  font-weight: 300;
  line-height: 1;
}
.sec-1 .flex-wrap {
  display: flex;
  width: 24rem;
  height: 100%;
  align-items: center;
  justify-content: space-between;
}

.sec-2 #wrap {
  height: 100%;
  position: relative;
  /* overflow:hidden; */
}
.sec-2 #wrap .swiper {
  width: 100%;
  height: 100vh;
}
.sec-2 #wrap .swiper .swiper-slide {
  display: flex;
  padding-top: 18rem;
  justify-content: center;
  overflow: auto;
  height: 100%;
}
.sec-2 #wrap .swiper .swiper-slide .box {
  display: flex;
  max-width: 144rem;
  justify-content: space-between;
  width: 100%;
}
.sec-2 #wrap .swiper .swiper-slide p {
  font-size: 200px;
  font-weight: bold;
  color: #fff;
}
.sec-2 #wrap .swiper .swiper-slide.slide01 {
  height: 100%;
  background: url(/static/img/main/section_02-1.png) no-repeat center center;
  background-size: cover;
}
.sec-2 #wrap .swiper .swiper-slide.slide02 {
  height: 100%;
  background: url(/static/img/main/section_02-2.png) no-repeat center center;
  background-size: cover;
}
.sec-2 #wrap .swiper .swiper-slide.slide03 {
  height: 100%;
  background: url(/static/img/main/section_02-3.png) no-repeat center center;
  background-size: cover;
}
.sec-2 #wrap .swiper .swiper-slide.slide04 {
  height: 100%;
  background: url(/static/img/main/section_02-4.png) no-repeat center center;
  background-size: cover;
}
.sec-2 #wrap .text-wrap span {
  color: #fff;
  color: var(--fff, #FFF);
  /* p-24 */
  font-family: "Pretendard", sans-serif;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  opacity: 0.8;
  display: block;
  margin-bottom: 2.4rem;
}
.sec-2 #wrap .text-wrap h2 {
  color: #FFF;
  /* title-48 */
  font-family: "Pretendard", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.25;
}
.sec-2 #wrap .right-wrap {
  display: flex;
  width: 708px;
  height: 562px;
  padding: 4.8rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(25px);
}
.sec-2 #wrap .right-wrap .top-text {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.sec-2 #wrap .right-wrap .top-text {
  color: var(--000, #000);
  /* title-32 */
  font-family: "Pretendard", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
}
.sec-2 #wrap .right-wrap .top-text p {
  color: var(--000, #000);
  /* p-16-R */
  font-family: "Pretendard", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75;
}
.sec-2 #wrap .right-wrap .bottom-text .tit {
  margin-bottom: 1.2rem;
}
.sec-2 #wrap .right-wrap .bottom-text .tit span {
  color: #0081CC;
  /* p-16-SB */
  font-family: "Pretendard", sans-serif;
  font-size: --com-f;
  font-style: normal;
  font-weight: 600;
  line-height: 1.75;
  border-bottom: 1px solid #0081CC;
  padding-bottom: 0.4rem;
}
.sec-2 #wrap .right-wrap .bottom-text .bottom-box {
  color: #3C3C3C;
  /* p-16 */
  font-family: "Pretendard", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  display: flex;
  gap: 2.4rem;
}
.sec-2 #wrap .right-wrap .bottom-text .bottom-text {
  background: #f3f3f3;
  padding: 4rem;
}
.sec-2 #wrap .right-wrap .bottom-text {
  /* 탭 메뉴 */
}
.sec-2 #wrap .right-wrap .bottom-text .tab-menu {
  display: flex;
  gap: 2.4rem;
}
.sec-2 #wrap .right-wrap .bottom-text .tab-menu .title {
  position: relative;
  padding-bottom: 0;
  cursor: pointer;
  line-height: 1.75;
}
.sec-2 #wrap .right-wrap .bottom-text .tab-menu .title span {
  font-size: 1.8rem;
  font-weight: 600;
  color: #959FA1;
  font-family: "Pretendard", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; /* 175% */
}
.sec-2 #wrap .right-wrap .bottom-text .tab-menu .title.active span {
  color: #0081CC;
}
.sec-2 #wrap .right-wrap .bottom-text .tab-menu .title.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background: #0081CC;
}
.sec-2 #wrap .right-wrap .bottom-text {
  /* 탭 콘텐츠 */
}
.sec-2 #wrap .right-wrap .bottom-text .tab-contents {
  margin-top: 1.2rem;
}
.sec-2 #wrap .right-wrap .bottom-text .bottom-box-wrapper {
  display: none;
}
.sec-2 #wrap .right-wrap .bottom-text .tab-contents .bottom-box-wrapper {
  display: none;
}
.sec-2 #wrap .right-wrap .bottom-text .tab-contents .bottom-box-wrapper.active {
  display: flex; /* ul 2개니까 flex 추천 */
  gap: 6rem;
}
.sec-2 #wrap .right-wrap .bottom-text .bottom-box-wrapper.active {
  display: block;
}
.sec-2 #wrap .right-wrap .bottom-text .bottom-box-wrapper li {
  font-size: 1.6rem;
  line-height: 1.5;
}
.sec-2 #wrap .bottom-nav {
  position: absolute;
  bottom: 0rem;
  z-index: 100;
  width: 100%;
  height: 10rem;
  background: transparent;
}
.sec-2 #wrap .bottom-nav .nav1 {
  display: flex;
  height: 100%;
}
.sec-2 #wrap .bottom-nav .nav1 li {
  width: 25%;
  height: 100%;
  text-align: center;
  display: block;
}
.sec-2 #wrap .bottom-nav a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.4666666667);
  border: 1px solid rgba(255, 255, 255, 0.5);
  font-family: "Pretendard", sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 30px; /* 150% */
}
.sec-2 #wrap .bottom-nav li.active a {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border: transparent;
}

.sec-3 {
  width: 100%;
  background: url("../img/main/section_03.png") no-repeat;
  background-size: cover;
  display: flex !important;
  flex-direction: column;
  overflow: visible;
  min-height: 100vh;
  height: auto !important;
}
.sec-3 .y-scroll-op {
  min-height: 100vh;
  height: auto;
  position: relative;
  display: flex;
  flex-direction: column;
}
.sec-3 .sec-3 .fp-tableCell {
  height: auto !important;
}
.sec-3 .flex-wrap2 {
  flex: 1;
  height: 1000px;
}
.sec-3 .fp-auto-height,
.sec-3 .fp-auto-height .fp-tableCell {
  height: auto !important;
}
.sec-3 .fp-auto-height .fp-tableCell {
  display: block !important;
}
.sec-3 .inner.h100 {
  display: flex;
  max-width: 100%;
  height: 100vh;
  justify-content: space-between;
  padding: 0;
}
.sec-3 .inner.h100 .text-wrap {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  padding-left: 24rem;
}
.sec-3 .inner.h100 .text-wrap .sub-tit {
  display: inline-block;
  text-align: left;
  width: 100%;
  opacity: 0.8;
}
.sec-3 .inner.h100 .text-wrap h2 {
  color: var(--fff, #FFF);
  text-align: left;
  width: 100%;
  /* title-48 */
  font-family: "Pretendard", sans-serif;
  font-size: 4.8rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.25;
}
.sec-3 .info {
  display: block;
  font-size: 2rem;
  color: #fff;
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
}
.sec-3 .sec-tit {
  margin-top: 2.4rem;
  font-family: "NanumGothic", sans-serif;
  font-weight: 600;
  line-height: 1.25;
  color: #fff;
  text-align: center;
  font-size: 6.4rem;
}
.sec-3 .grid-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin-top: 0rem;
  width: 50%;
}
.sec-3 .box {
  display: flex;
  flex-direction: column;
  width: 474px;
  height: 50%;
  text-align: left;
  justify-content: end;
  gap: 4.8rem;
  padding: 4rem;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  padding: 8rem 4rem 4rem 4.8rem;
}
.sec-3 .box .desc1 {
  font-size: var(--com-f);
  color: #fff;
  font-weight: 400;
  line-height: 1.5;
  white-space: nowrap;
}
.sec-3 .box:first-child {
  border-top: none;
  padding: 0rem 4rem 8rem 4rem;
}
.sec-3 .box:nth-child(2) {
  border-top: none;
  padding: 0rem 4rem 8rem 4rem;
}
.sec-3 .box:nth-child(3) {
  border-bottom: none;
  justify-content: start;
}
.sec-3 .box:last-child {
  border-bottom: none;
  justify-content: start;
}
.sec-3 .box:hover {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, #FFF 100%);
}
.sec-3 .box:hover .desc1 {
  color: #000;
}
.sec-3 .box:nth-child(3):hover, .sec-3 .box:nth-child(4):hover {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.5) 100%);
}
.sec-3 .box:hover .desc,
.sec-3 .box:hover .type {
  color: #000;
}
.sec-3 .box:hover .more {
  color: #0081CC;
}
.sec-3 .icon {
  width: 4.4rem;
  height: 4.4rem;
}
.sec-3 .txt-wrap {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.sec-3 .type {
  color: #fff;
  font-weight: 600;
  font-family: "Pretendard", sans-serif;
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
}
.sec-3 .more {
  display: flex;
  gap: 0.8rem;
  align-items: center;
  color: #fff;
  font-weight: 500;
  line-height: 1.5;
  opacity: 0.8;
  margin-top: 4.8rem;
}
.sec-3 .more:hover {
  opacity: 1;
}

.sec-03 .footer-wrap {
  flex-shrink: 0;
  width: 100%;
  position: relative;
  z-index: 20;
}

.sec-03 .footer-wrap,
#footer {
  position: relative;
  z-index: 50;
  pointer-events: auto;
}

#footer a,
#footer button,
#footer .snsi {
  position: relative;
  z-index: 60;
  pointer-events: auto;
}

.side-nav {
  z-index: 4000;
  position: fixed;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  padding-right: calc(3.416667% + 4rem);
  height: 100vh;
}
.side-nav .nav2 {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  gap: 1.6rem;
}
.side-nav .nav2 li {
  position: relative;
  opacity: 0.6;
}
.side-nav .nav2 li::before {
  content: "";
  width: 10.2rem;
  height: 2.6rem;
  background: url("../img/main/line.png") no-repeat;
  background-size: cover;
  position: absolute;
  left: 10rem;
  bottom: -4rem;
  display: none;
}
.side-nav .nav2 li:last-child::before {
  display: none;
}
.side-nav .nav2 li a {
  display: flex;
  justify-content: right;
  gap: 1rem;
  width: 100%;
  height: 100%;
}
.side-nav .nav2 li p {
  font-size: 1.45rem;
  font-weight: 700;
  line-height: 2.25;
  color: #0081CC;
}
.side-nav .nav2 li .line-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 2rem;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  -ms-border-radius: 2rem;
  -o-border-radius: 2rem;
  border: none;
}
.side-nav .nav2 li .circle {
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 2rem;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  -ms-border-radius: 2rem;
  -o-border-radius: 2rem;
  background: #fff;
}
.side-nav .nav2 li:hover {
  opacity: 1;
  transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
}
.side-nav .nav2 li.active {
  opacity: 1;
}
.side-nav .nav2 li.active .line-box {
  border: 1px solid #fff;
}
.side-nav.color-ch .nav li::before {
  background: url("../img/main/w-line.png") no-repeat;
  background-size: cover;
}
.side-nav.color-ch .nav li p {
  color: #fff;
}
.side-nav.color-ch .nav li .line-box {
  border: 1px solid #fff;
}
.side-nav.color-ch .nav li .circle {
  background: #fff;
}

.side-nav-disabled {
  pointer-events: auto;
}

.ellipsis-6 {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media all and (max-width: 85.375rem) {
  .sec-1 .white-box {
    margin-top: 20rem;
  }
  .sec-1 .slide-tit {
    font-size: 4rem;
  }
  .sec-1 .nav-wrap {
    margin-top: 42rem;
  }
  .sec-1 .box-wrap {
    bottom: 4.6rem;
  }
  .sec-2 .flex-wrap {
    padding-top: 8rem;
  }
  .sec-2 .left {
    min-width: 35%;
  }
  .sec-2 .logo {
    width: 50%;
  }
  .sec-2 .right {
    margin-top: 0;
  }
  .sec-2 .sec-tit {
    font-size: 3rem;
  }
  .sec-2 .list li {
    font-size: 1.5rem;
  }
  .sec-2 #wrap .swiper .swiper-slide .box {
    padding: 0 2rem;
    gap: 3rem;
  }
  .sec-2 #wrap .swiper .swiper-slide {
    align-items: center;
    padding-top: 0;
  }
  .sec-2 #wrap .swiper .swiper-slide .box {
    align-items: center;
  }
  .sec-2 #wrap .swiper .swiper-slide .box h2 {
    font-size: 28px;
  }
  .sec-2 #wrap .swiper .swiper-slide .box .text-wrap {
    padding-left: 12rem;
  }
  .sec-2 #wrap .bottom-nav {
    bottom: 2rem;
  }
  .sec-3 .flex-wrap2 {
    gap: 8rem;
  }
  .sec-3 .sec-tit {
    font-size: 4rem;
  }
  .sec-3 .box {
    padding: 4rem 2rem;
  }
  .sec-3 .box .desc {
    font-size: 1.5rem;
  }
  .sec-3 .inner.h100 .text-wrap {
    padding-left: 12rem;
    padding-right: 2rem;
  }
  .sec-3 .inner.h100 .text-wrap h2 {
    font-size: 3.6rem;
  }
  .side-nav {
    z-index: 4000;
    position: fixed;
    left: 0;
    top: 0;
    padding-top: 35.185185vh;
    padding-right: calc(3.416667% + 4rem);
    height: 100%;
  }
  .side-nav .nav {
    display: flex;
    flex-direction: column;
    width: 10.2rem;
    gap: 1.6rem;
  }
}
@media all and (max-width: 64rem) {
  .sec-1 .box-wrap .box {
    padding: 3rem;
  }
  .sec-1 .box-wrap .box-tit {
    font-size: 2rem;
  }
  .sec-2 {
    padding-top: 0;
  }
  .sec-2 .flex-wrap {
    flex-direction: column;
    gap: 6.2rem;
  }
  .sec-2 .box {
    padding: 3rem;
  }
  .sec-2 .more {
    margin-top: 1rem;
  }
  .sec-2 .box-tit {
    font-size: 2rem;
  }
  .sec-2 .right {
    gap: 4rem;
  }
  .sec-2 .list-wrap {
    gap: 2rem;
  }
  .sec-2 .tit {
    font-size: 1.6rem;
  }
  .sec-2 .icon {
    width: 3.6rem;
    height: 3.6rem;
  }
  .sec-2 .icon img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .sec-2 .list li {
    font-size: 1.4rem;
  }
  .sec-2 #wrap .swiper .swiper-slide {
    align-items: center;
    padding-top: 0;
  }
  .sec-2 #wrap .bottom-nav {
    bottom: 2rem;
  }
  .sec-2 #wrap .swiper .swiper-slide .box {
    align-items: center;
  }
  .sec-2 #wrap .text-wrap h2 {
    font-size: 2.8rem;
  }
  .sec-3 .flex-wrap2 {
    padding-top: 16rem;
  }
  .sec-3 .grid-wrap {
    width: 80%;
    margin: 0;
    grid-template-columns: repeat(2, 1fr);
  }
  .sec-3 .flex-wrap2 {
    padding-top: 0;
  }
  .side-nav {
    z-index: 4000;
    position: fixed;
    left: 0;
    top: 0;
    padding-top: 35.185185vh;
    padding-right: calc(3.416667% + 4rem);
    height: 100%;
  }
  .side-nav .nav.b {
    display: flex;
    flex-direction: column;
    width: 10.2rem;
    gap: 1.6rem;
  }
  .side-nav .nav.b li {
    position: relative;
    opacity: 0.6;
  }
  .side-nav .nav.b li::before {
    content: "";
    width: 10.2rem;
    height: 2.6rem;
    background: url("../img/main/line.png") no-repeat;
    background-size: cover;
    position: absolute;
    left: 10rem;
    bottom: -4rem;
    display: none;
  }
  .side-nav .nav.b li:last-child::before {
    display: none;
  }
  .side-nav .nav.b li a {
    display: flex;
    justify-content: right;
    gap: 1rem;
    width: 100%;
    height: 100%;
  }
  .side-nav .nav.b li p {
    font-size: 1.45rem;
    font-weight: 700;
    line-height: 2.25;
    color: #0081CC;
  }
  .side-nav .nav.b li .line-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.6rem;
    height: 3.6rem;
    border-radius: 2rem;
    -webkit-border-radius: 2rem;
    -moz-border-radius: 2rem;
    -ms-border-radius: 2rem;
    -o-border-radius: 2rem;
    border: none;
  }
  .side-nav .nav.b li .circle {
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 2rem;
    -webkit-border-radius: 2rem;
    -moz-border-radius: 2rem;
    -ms-border-radius: 2rem;
    -o-border-radius: 2rem;
    background: #fff;
  }
  .side-nav .nav.b li:hover {
    opacity: 1;
    transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
  }
  .side-nav .nav.b li.active {
    opacity: 1;
  }
  .side-nav .nav.b li.active .line-box {
    border: 1px solid #fff;
  }
  .side-nav.color-ch .nav.b li::before {
    background: url("../img/main/w-line.png") no-repeat;
    background-size: cover;
  }
  .side-nav.color-ch .nav.b li p {
    color: #fff;
  }
  .side-nav.color-ch .nav.b li .line-box {
    border: 1px solid #fff;
  }
  .side-nav.color-ch .nav.b li .circle {
    background: #fff;
  }
}
@media all and (max-width: 63.9375rem) {
  .sec-1 .nav-wrap {
    bottom: 55%;
  }
  .sec-1 .box-wrap {
    bottom: 20%;
  }
  .sec-1 .box-wrap .flex-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .sec-1 .box-wrap .box {
    width: 100%;
  }
  .sec-1 .box-wrap .desc {
    font-size: 1.5rem;
  }
  .sec-2 .y-scroll-op {
    overflow: hidden;
    overflow-y: scroll;
    padding-bottom: 10rem;
  }
  .sec-2 .flex-wrap {
    flex-direction: column;
  }
  .sec-2 .box {
    right: 0;
  }
  .sec-2 #wrap .swiper .swiper-slide .box {
    align-items: flex-start;
    gap: 4rem;
  }
  .sec-3 .grid-wrap {
    width: 100%;
  }
  .sec-3 .box {
    padding: 4rem 2rem;
  }
  .sec-3 .box:nth-child(1) {
    padding: 4rem 2rem;
  }
  .sec-3 .box:nth-child(2) {
    padding: 4rem 2rem;
  }
  .sec-3 .inner.h100 {
    display: flex;
    max-width: 100%;
    height: 1000px;
  }
  .sec-3 .txt-wrap {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    min-height: 8rem;
  }
  .sec-3 .box:nth-child(3) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
}
@media all and (max-width: 47.9375rem) {
  .section {
    height: 100vh;
    min-height: auto;
    padding: 0;
  }
  .inner {
    padding: 0 2rem;
  }
  .sec-1 {
    padding: 0;
  }
  .sec-1 .white-box {
    margin-top: 16rem;
    padding: 0;
    width: 100%;
  }
  .sec-1 .slide-tit {
    word-break: break-all;
  }
  .sec-1 .nav-wrap {
    margin-top: 95rem;
    left: 2rem;
  }
  .sec-1 .box-wrap {
    bottom: 9%;
    overflow-x: scroll;
  }
  .sec-1 .box-wrap .flex-wrap {
    padding-right: 2rem;
    min-width: 50rem;
  }
  .sec-1 .box-wrap .box {
    padding: 2rem;
    height: 100%;
  }
  .sec-1 .box-wrap .more {
    margin-top: 1rem;
  }
  .sec-1 .box-wrap .desc {
    font-size: 1.3rem;
  }
  .sec-1 .control {
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
  }
  .sec-1 .control .swiper-pagination .swiper-pagination-current {
    font-size: 2.4rem;
    transform: translateY(0px);
  }
  .sec-1 .swiper-slide .slide-tit {
    font-size: 5.4rem;
  }
  .sec-2 {
    height: auto !important;
    min-height: auto;
  }
  .sec-2 .swiper-slide {
    padding-top: 10rem;
  }
  .sec-2 .box {
    flex-direction: column;
    gap: 0rem;
  }
  .sec-2 .text-wrap {
    text-align: left;
  }
  .sec-2 .right-wrap {
    width: 100%;
    height: auto;
    padding: 2.4rem;
    margin-bottom: 2rem;
  }
  .sec-2 .sec-tit {
    font-size: 2.4rem;
    line-height: 1.3;
  }
  .sec-2 #wrap .right-wrap {
    width: 100%;
  }
  .sec-2 #wrap .swiper .swiper-slide {
    padding-top: 5rem;
  }
  .sec-2 #wrap .text-wrap {
    min-height: inherit;
    max-height: inherit;
    height: auto;
  }
  .sec-2 #wrap .text-wrap h2 {
    font-size: 3.2rem;
  }
  .sec-2 #wrap .swiper .swiper-slide .box {
    justify-content: normal;
    width: 100%;
    gap: 2rem;
  }
  .sec-2 #wrap .bottom-nav {
    bottom: 1rem;
  }
  .sec-2 #wrap .bottom-nav a {
    font-size: 1.4rem;
  }
  .sec-2 #wrap .right-wrap .top-text {
    gap: 0;
  }
  .sec-2 #wrap .swiper .swiper-slide .box .text-wrap {
    padding-left: 0;
  }
  .sec-2 #wrap .right-wrap {
    height: 48rem;
    max-height: 100rem;
    height: inherit;
    padding: 2rem;
  }
  .sec-2 #wrap .bottom-nav a {
    line-height: 1.5;
  }
  .sec-2 {
    height: auto !important;
    min-height: auto;
    overflow: visible !important;
  }
  .sec-2 .swiper {
    height: auto !important;
  }
  .sec-2 .swiper-wrapper {
    height: auto !important;
  }
  .sec-2 .swiper-slide {
    height: auto !important;
    min-height: 0 !important;
  }
  .sec-2 #wrap .right-wrap .bottom-text .bottom-box-wrapper li {
    font-size: 1.4rem;
  }
  .sec-3 .inner.h100 {
    display: block;
  }
  .sec-3 .inner.h100 .text-wrap {
    width: 100%;
    padding-left: 2rem;
  }
  .sec-3 .inner.h100 .text-wrap h2 {
    font-size: 3.2rem;
  }
  .sec-3 .grid-wrap {
    display: flex;
    flex-direction: column;
  }
  .sec-3 .grid-wrap .box {
    padding: 2rem;
  }
  .sec-3 .box {
    width: 100%;
    padding: 3rem;
    border-left: none;
    border-right: none;
  }
  .sec-3 .more {
    margin-top: 0;
  }
  .sec-3 .type {
    font-size: 2.2rem;
  }
  .sec-3 .desc {
    white-space: normal;
    font-size: 1.4rem;
  }
  .sec-3 .flex-wrap2 {
    padding-top: 8rem;
  }
  .side-nav {
    display: none;
  }
}
.weight-700 {
  font-weight: 700;
}/*# sourceMappingURL=main.css.map */