.inner {
  width: 100%;
  max-width: 174rem;
  padding: 0 4rem;
  margin: 0 auto;
}

.sec-1 .swiper {
  width: 100%;
  height: 100vh;
}
.sec-1 .swiper-slide {
  overflow: hidden;
}
.sec-1 .swiper-slide.act .bg {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transition: transform 4.5s;
  -webkit-transition: transform 4.5s;
  -moz-transition: transform 4.5s;
  -ms-transition: transform 4.5s;
  -o-transition: transform 4.5s;
}
.sec-1 .swiper-slide.act .txt-wrap {
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transition: all 1.5s;
  -webkit-transition: all 1.5s;
  -moz-transition: all 1.5s;
  -ms-transition: all 1.5s;
  -o-transition: all 1.5s;
}
.sec-1 .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(1.06);
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -ms-transform: scale(1.06);
  -o-transform: scale(1.06);
}
.sec-1 .bg1 {
  background: url("../img/main/slide1.jpg") no-repeat center;
  background-size: cover;
}
.sec-1 .bg2 {
  background: url("../img/main/slide2.jpg") no-repeat center;
  background-size: cover;
}
.sec-1 .bg3 {
  background: url("../img/main/slide3.jpg") no-repeat center;
  background-size: cover;
}
.sec-1 .sec-tit {
  font-family: "Gmarket Sans", sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 10rem;
  line-height: 1.2;
}
.sec-1 .desc {
  margin-top: 5rem;
  font-family: "nanumgothic", sans-serif;
  font-size: 2.4rem;
  color: #fff;
  line-height: 3rem;
}
.sec-1 .txt-wrap {
  width: 100%;
  max-width: 174rem;
  padding: 0 4rem;
  margin: 37rem auto 0;
  opacity: 0;
  transform: translateY(5rem);
  -webkit-transform: translateY(5rem);
  -moz-transform: translateY(5rem);
  -ms-transform: translateY(5rem);
  -o-transform: translateY(5rem);
}
.sec-1 .slide2 .desc {
  margin-top: 3rem;
  font-size: 2.6rem;
  line-height: 1.2;
}
.sec-1 .slide3 .desc {
  margin-top: 3.5rem;
  font-size: 3rem;
}
.sec-1 .slide3 .desc .yellow {
  display: block;
  margin-bottom: 1.2rem;
  color: #ffeb0a;
  font-size: 5rem;
  line-height: 1.2;
}

.sec-2 {
  padding: 25rem 0 20rem;
}
.sec-2 .sec-tit {
  font-size: 6.4rem;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
.sec-2 .desc {
  margin-top: 5rem;
  font-size: 2.9rem;
  line-height: 1.5;
  text-align: center;
}
.sec-2 .img-wrap {
  margin-top: 5.2rem;
  text-align: center;
}
.sec-2 .sub {
  display: block;
  margin-top: 13.5rem;
  margin-bottom: 2rem;
  text-align: center;
  font-family: "Gmarket Sans", sans-serif;
  font-size: 2.4rem;
}

.sec-3 {
  width: 100%;
  padding: 17.5rem 0 48rem;
  background: url("../img/main/sec-3.jpg") left;
  background-size: cover;
}
.sec-3 .txt-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.sec-3 .desc-wrap {
  display: flex;
  flex-direction: column;
  gap: 8rem;
}
.sec-3 .desc {
  font-size: 6rem;
  line-height: 1.33333;
  font-family: "nanummyeongjo", serif;
}
.sec-3 .point {
  font-family: "lucidabright", serif;
  font-size: 6.5rem;
  font-weight: 700;
}
.sec-3 .line {
  display: inline-block;
  margin-bottom: 0.9rem;
  height: 0.1rem;
  width: 19.3rem;
  background: #111;
}

.sec-4 {
  padding: 25rem 0 20rem;
}
.sec-4 .sec-tit {
  font-size: 8.3rem;
  font-family: "Gmarket Sans", sans-serif;
  font-weight: 700;
  text-align: center;
}
.sec-4 .desc {
  margin-top: 4rem;
  font-family: "Gmarket Sans", sans-serif;
  font-size: 2.3rem;
  color: #333;
  text-align: center;
}
.sec-4 .card-wrap {
  display: flex;
  flex-wrap: wrap;
  max-width: 133.8rem;
  justify-content: center;
  margin: 12rem auto 0;
  gap: 4rem;
}
.sec-4 .card-wrap li {
  width: calc(50% - 2rem);
}
.sec-4 .card-wrap li a {
  position: relative;
  display: block;
}
.sec-4 .card-wrap li .bg {
  position: relative;
  height: 0;
  padding-bottom: 111.557%;
  overflow: hidden;
}
.sec-4 .card-wrap li .bg img {
  position: absolute;
  width: 100%;
  height: 100%;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transition: transform 0.7s;
  -webkit-transition: transform 0.7s;
  -moz-transition: transform 0.7s;
  -ms-transition: transform 0.7s;
  -o-transition: transform 0.7s;
}
.sec-4 .card-wrap li .bg:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transition: transform 0.7s;
  -webkit-transition: transform 0.7s;
  -moz-transition: transform 0.7s;
  -ms-transition: transform 0.7s;
  -o-transition: transform 0.7s;
}
.sec-4 .txt-wrap {
  position: absolute;
  left: 4.5rem;
  bottom: 4rem;
}
.sec-4 .type {
  font-family: "Gmarket Sans", sans-serif;
  font-size: 3.6rem;
  color: #333;
}
.sec-4 .name {
  margin-top: 3rem;
  font-size: 6rem;
  font-family: "Gmarket Sans", sans-serif;
  font-weight: 700;
}

.sec-5 {
  width: 100%;
  padding: 25.5rem 0 24.5rem;
  background: url("../img/main/sec-5.png") no-repeat center;
  background-size: cover;
}
.sec-5 .sec-tit {
  font-size: 6.5rem;
  font-family: "lucidabright", serif;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
.sec-5 .desc {
  margin-top: 5.5rem;
  font-size: 4.4rem;
  font-family: "lucidabright", serif;
  color: #fff;
  text-align: center;
}

.top-flex {
  display: flex;
  justify-content: space-between;
}
.top-flex .sec-tit {
  font-size: 3.3rem;
  color: #333;
  font-family: "lucidabright", serif;
  font-weight: 700;
}
.top-flex .list {
  display: flex;
  align-items: flex-end;
  gap: 0.9rem;
  font-size: 1.5rem;
  font-family: "SUIT", sans-serif;
  font-weight: 300;
}

.sec-6 {
  padding: 14rem 0 3rem;
}
.sec-6 .left-inner {
  padding-left: calc(4.770833% + 4rem);
  overflow: hidden;
}
.sec-6 .swiper2 {
  overflow: hidden;
  margin-top: 9rem;
}
.sec-6 .swiper-pagination {
  position: relative;
  margin-top: 9rem;
  height: 0.1rem !important;
  background: #cccccc;
}
.sec-6 .swiper-pagination-progressbar-fill {
  background: #111 !important;
}
.sec-6 .all-txt {
  width: 100%;
  overflow: hidden;
}
.sec-6 .scroll-wrap {
  display: flex;
  position: relative;
  width: 460rem;
  animation: scroll-animation 18s linear infinite;
  -webkit-animation: scroll-animation 18s linear infinite;
}
.sec-6 .scroll {
  width: 230rem;
  margin-top: 7.4rem;
  white-space: nowrap;
  font-size: 15rem;
  color: #999;
  line-height: 1.2;
  font-weight: 100;
}
.sec-6 .img {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.sec-6 img {
  width: 100%;
  height: 100%;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transition: transform 0.7s;
  -webkit-transition: transform 0.7s;
  -moz-transition: transform 0.7s;
  -ms-transition: transform 0.7s;
  -o-transition: transform 0.7s;
}
.sec-6 .img:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transition: transform 0.7s;
  -webkit-transition: transform 0.7s;
  -moz-transition: transform 0.7s;
  -ms-transition: transform 0.7s;
  -o-transition: transform 0.7s;
}

@keyframes scroll-animation {
  0% {
    left: 0;
  }
  100% {
    left: -230rem;
  }
}
.sec-7 {
  padding: 14.5rem 0 10.5rem;
}
.sec-7 .noti-list {
  display: flex;
  flex-direction: column;
  margin-top: 9rem;
  width: 100%;
}
.sec-7 .noti-list li {
  border-top: 0.1rem solid #ccc;
}
.sec-7 .noti-list li a {
  display: flex;
  justify-content: space-between;
  padding: 4.1rem 0;
}
.sec-7 .noti-list li:last-child {
  border-bottom: 0.1rem solid #ccc;
}
.sec-7 .noti-list li .title {
  font-size: 2rem;
  font-family: "SUIT", sans-serif;
  color: #333;
}
.sec-7 .noti-list li .title:hover {
  text-decoration: underline;
}
.sec-7 .noti-list li .date {
  font-size: 2rem;
  font-family: "SUIT", sans-serif;
  color: #999;
}

@media all and (min-width: 120.0625rem) {
  .sec-6 .left-inner {
    padding-left: calc(15.770833% + 4rem);
    overflow: hidden;
  }
}
@media all and (max-width: 85.375rem) {
  .sec-1 .txt-wrap {
    margin-top: 26rem;
  }
  .sec-1 .sec-tit {
    font-size: 8rem;
  }
  .sec-1 .desc {
    margin-top: 4rem;
    font-size: 2rem;
  }
  .sec-1 .sldie2 .desc {
    margin-top: 2.4rem;
    font-size: 2.2rem;
  }
  .sec-1 .sldie3 .desc {
    margin-top: 3rem;
    font-size: 2.4rem;
  }
  .sec-1 .sldie3 .desc .yellow {
    font-size: 3.6rem;
  }
  .sec-2 {
    padding: 20rem 0 15rem;
  }
  .sec-2 .sec-tit {
    font-size: 5rem;
  }
  .sec-2 .desc {
    margin-top: 4rem;
    font-size: 2.4rem;
  }
  .sec-2 .img-wrap {
    margin-top: 4rem;
  }
  .sec-2 .sub {
    margin-top: 10.5rem;
  }
  .sec-3 {
    padding: 12.5rem 0 20rem;
  }
  .sec-3 .desc-wrap {
    gap: 6rem;
  }
  .sec-3 .desc {
    font-size: 5rem;
  }
  .sec-3 .point {
    font-size: 5.5rem;
  }
  .sec-4 {
    padding: 20rem 0 15rem;
  }
  .sec-4 .sec-tit {
    font-size: 6.5rem;
  }
  .sec-4 .card-wrap {
    margin-top: 8rem;
  }
  .sec-4 .type {
    font-size: 3rem;
  }
  .sec-4 .name {
    font-size: 5rem;
  }
  .sec-5 {
    padding: 20.5rem 0 19.5rem;
  }
  .sec-5 .desc {
    margin-top: 4rem;
    font-size: 3.6rem;
  }
  .sec-6 .left-inner {
    padding-left: 4rem;
  }
  .sec-6 .scroll-wrap {
    width: 390rem;
  }
  .sec-6 .scroll {
    width: 195rem;
    margin-top: 6rem;
    font-size: 12rem;
  }
  @keyframes scroll-animation {
    0% {
      left: 0;
    }
    100% {
      left: -195rem;
    }
  }
}
@media all and (max-width: 64rem) {
  .sec-2 {
    padding: 15rem 0 12rem;
  }
  .sec-2 .sec-tit {
    font-size: 4rem;
  }
  .sec-2 .desc {
    margin-top: 3.5rem;
    font-size: 2rem;
  }
  .sec-2 .sub {
    font-size: 2rem;
  }
  .sec-3 {
    padding: 12.5rem 0 13rem;
  }
  .sec-3 .desc-wrap {
    gap: 4rem;
  }
  .sec-3 .desc {
    font-size: 4.5rem;
  }
  .sec-3 .point {
    font-size: 5rem;
  }
  .sec-4 {
    padding: 15rem 0 12rem;
  }
  .sec-4 .sec-tit {
    font-size: 5rem;
  }
  .sec-4 .desc {
    font-size: 2rem;
  }
  .sec-4 .card-wrap {
    margin-top: 6rem;
    gap: 2rem;
  }
  .sec-4 .card-wrap li {
    width: calc(50% - 1rem);
  }
  .sec-4 .type {
    font-size: 2.4rem;
  }
  .sec-4 .name {
    font-size: 4rem;
  }
  .sec-5 {
    padding: 15.5rem 0 14.5rem;
  }
  .sec-5 .sec-tit {
    font-size: 5.5rem;
  }
  .sec-5 .desc {
    font-size: 3rem;
  }
  .sec-6 .swiper2 {
    margin-top: 8rem;
  }
  .sec-6 .scroll-wrap {
    width: 330rem;
  }
  .sec-6 .scroll {
    font-size: 10rem;
    width: 165rem;
  }
  .sec-7 {
    padding: 12.5rem 0 10.5rem;
  }
  .sec-7 .noti-list {
    margin-top: 8rem;
  }
  .sec-7 .noti-list li a {
    padding: 3.1rem 0;
  }
  .sec-7 .noti-list li .title {
    font-size: 1.8rem;
  }
  .sec-7 .noti-list li .date {
    font-size: 1.8rem;
  }
  @keyframes scroll-animation {
    0% {
      left: 0;
    }
    100% {
      left: -165rem;
    }
  }
}
@media all and (max-width: 63.9375rem) {
  .sec-1 .bg1 {
    background: url("../img/main/slide1.jpg") no-repeat 100%;
    background-size: cover;
  }
  .sec-1 .bg2 {
    background: url("../img/main/slide2.jpg") no-repeat 90%;
    background-size: cover;
  }
  .sec-1 .bg3 {
    background: url("../img/main/slide3.jpg") no-repeat 80%;
    background-size: cover;
  }
  .sec-1 .sec-tit {
    font-size: 6.5rem;
  }
  .sec-1 .desc {
    margin-top: 3rem;
    font-size: 1.8rem;
    line-height: 1.4;
  }
  .sec-1 .desc br {
    display: none;
  }
  .sec-1 .slide2 .desc {
    margin-top: 2.4rem;
    font-size: 2.2rem;
  }
  .sec-1 .slide3 .desc {
    margin-top: 3rem;
    font-size: 2.4rem;
    line-height: 1;
  }
  .sec-1 .slide3 .desc .yellow {
    margin-bottom: 1rem;
    font-size: 3.6rem;
  }
  .sec-2 {
    padding: 12rem 0 10rem;
  }
  .sec-2 .sec-tit {
    font-size: 3.6rem;
  }
  .sec-2 .sub {
    margin-top: 8.5rem;
    font-size: 1.8rem;
  }
  .sec-2 .desc {
    margin-top: 3rem;
    font-size: 1.8rem;
  }
  .sec-3 {
    padding: 10.5rem 0 11rem;
  }
  .sec-3 .desc-wrap {
    gap: 3rem;
  }
  .sec-3 .desc {
    font-size: 3.6rem;
  }
  .sec-3 .point {
    font-size: 4rem;
  }
  .sec-3 .line {
    width: 12.3rem;
  }
  .sec-4 {
    padding: 12rem 0 10rem;
  }
  .sec-4 .sec-tit {
    font-size: 4rem;
  }
  .sec-4 .desc {
    margin-top: 3.5rem;
    font-size: 1.8rem;
  }
  .sec-4 .card-wrap {
    margin-top: 4rem;
  }
  .sec-4 .txt-wrap {
    left: 2.5rem;
    bottom: 3rem;
  }
  .sec-4 .type {
    font-size: 1.8rem;
  }
  .sec-4 .name {
    margin-top: 2rem;
    font-size: 3rem;
  }
  .sec-5 {
    padding: 12.5rem 0 11.5rem;
  }
  .sec-5 .sec-tit {
    font-size: 4.5rem;
  }
  .sec-5 .desc {
    margin-top: 3rem;
    font-size: 2.4rem;
  }
  .sec-6 {
    padding: 12rem 0 3rem;
  }
  .sec-6 .swiper2 {
    margin-top: 6rem;
  }
  .sec-6 .swiper-pagination {
    margin-top: 7rem;
  }
  .sec-6 .scroll-wrap {
    width: 280rem;
  }
  .sec-6 .scroll {
    margin-top: 4rem;
    width: 140rem;
    font-size: 8rem;
  }
  @keyframes scroll-animation {
    0% {
      left: 0;
    }
    100% {
      left: -140rem;
    }
  }
  .top-flex .sec-tit {
    font-size: 2.7rem;
  }
  .sec-7 {
    padding: 10.5rem 0 10.5rem;
  }
  .sec-7 .noti-list {
    margin-top: 6rem;
  }
  .sec-7 .noti-list li a {
    padding: 2.4rem 0;
  }
  .sec-7 .noti-list li .title {
    display: block;
    width: 100%;
    max-width: calc(100% - 9.2rem);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 1.6rem;
  }
  .sec-7 .noti-list li .date {
    font-size: 1.6rem;
  }
}
@media all and (max-width: 47.9375rem) {
  .inner {
    padding: 0 2rem;
  }
  .sec-1 .bg3 {
    background: url("../img/main/slide3.jpg") no-repeat 90%;
    background-size: cover;
  }
  .sec-1 .txt-wrap {
    margin-top: 80%;
    padding: 0 2rem;
  }
  .sec-1 .sec-tit {
    font-size: 3.9rem;
  }
  .sec-1 .desc {
    margin-top: 2rem;
    font-size: 1.6rem;
    word-break: keep-all;
  }
  .sec-1 .desc br {
    display: none;
  }
  .sec-1 .slide2 .desc {
    margin-top: 2rem;
    font-size: 1.8rem;
    line-height: 1.3;
  }
  .sec-1 .slide3 .desc {
    margin-top: 2rem;
    font-size: 1.8rem;
  }
  .sec-1 .slide3 .desc .yellow {
    margin-bottom: 1rem;
    font-size: 2.4rem;
  }
  .sec-2 {
    padding: 10rem 0 8rem;
  }
  .sec-2 .sec-tit {
    font-size: 3rem;
  }
  .sec-2 .desc {
    margin-top: 2rem;
    font-size: 1.6rem;
  }
  .sec-2 .sub {
    margin-top: 6.5rem;
    font-size: 1.6rem;
  }
  .sec-2 .img-wrap {
    margin-top: 3rem;
  }
  .sec-3 {
    padding: 45.5rem 0 6rem;
    background: url("../img/main/sec-3.jpg") 5% no-repeat;
    background-size: cover;
  }
  .sec-3 .txt-wrap {
    align-items: center;
  }
  .sec-3 .desc-wrap {
    gap: 2rem;
  }
  .sec-3 .desc {
    font-size: 2.6rem;
  }
  .sec-3 .point {
    font-size: 3rem;
  }
  .sec-3 .line {
    width: 10rem;
  }
  .sec-4 {
    padding: 10rem 0 8rem;
  }
  .sec-4 .sec-tit {
    font-size: 2.7rem;
  }
  .sec-4 .desc {
    margin-top: 2.4rem;
    font-size: 1.6rem;
    line-height: 1.2;
    word-break: keep-all;
  }
  .sec-4 .card-wrap li {
    width: 100%;
  }
  .sec-4 .type {
    font-size: 1.6rem;
  }
  .sec-4 .name {
    font-size: 2.4rem;
  }
  .sec-5 {
    padding: 10.5rem 0 9.5rem;
  }
  .sec-5 .sec-tit {
    font-size: 3.2rem;
  }
  .sec-5 .desc {
    margin-top: 2.4rem;
    font-size: 1.8rem;
  }
  .sec-6 {
    padding: 10rem 0 2rem;
  }
  .sec-6 .swiper2 {
    margin-top: 4rem;
  }
  .sec-6 .left-inner {
    padding-left: 2rem;
  }
  .sec-6 .swiper-pagination {
    margin-top: 5rem;
  }
  .sec-6 .scroll-wrap {
    width: 200rem;
  }
  .sec-6 .scroll {
    margin-top: 3rem;
    width: 100rem;
    font-size: 6rem;
  }
  @keyframes scroll-animation {
    0% {
      left: 0;
    }
    100% {
      left: -100rem;
    }
  }
  .top-flex .sec-tit {
    font-size: 2.2rem;
  }
  .top-flex .list {
    font-size: 1.4rem;
  }
  .sec-7 {
    padding: 8.5rem 0 8.5rem;
  }
  .sec-7 .noti-list {
    margin-top: 4rem;
  }
  .sec-7 .noti-list li .title {
    max-width: calc(100% - 8.2rem);
    font-size: 1.4rem;
  }
  .sec-7 .noti-list li .date {
    font-size: 1.4rem;
  }
}/*# sourceMappingURL=main-en.css.map */