/* NO CSS*/
@font-face {
  font-family: 'ReemKufi';
  font-style: normal;
  font-weight: 700;
  src: url('/pcms/common/font/ReemKufi/ReemKufi-SemiBold.woff') format('woff')
}
html {
  font-size: 10px;
}

.bg {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: 0.5s opacity, visibility 0.5s;
  z-index: 10;
}
.bg.on {
  opacity: 1;
  visibility: visible;
}
#container {
  position: relative;
  overflow: hidden;
}
.layout {
  position: relative;
  width: 100%;
  max-width: 1720px;
  margin: 0 auto;
  padding-right: 10rem;
}
.section {
  position: relative;
  overflow: hidden;
}
@media (min-width: 1001px) {
  .section-left .news-con .swiper-slide a:hover .news-title {
    color: #089892;
    text-decoration: underline;
  }
  .quick-menu .quick-menu-inner .group .group-con .group-list .group-ltem a:hover {
    color: #089892;
    background: #fafafa;
  }
  .quick-menu .quick-menu-inner .group .group-con .group-list .group-ltem a:hover i {
    opacity: 1;
  }
  .quick-top .top-icon:hover::before {
    transform: translate(-50%, -65%);
    opacity: 0;
  }
  .quick-top .top-icon:hover::after {
    height: 13px;
  }
  .area .silde-pagenation button:hover:not(.swiper-pagination-bullet-active){
    background: #e0e0e0;
  }
  .area .silde-pagenation button:hover span:before{
    opacity: 1;
  }
  .area .swiper-slide .area-con .area-anchor li a i {
    font-weight: 400;
    opacity: 0;
    color: #222;
    transition: opacity 0.2s linear;
  }
  .area .swiper-slide .area-con .area-anchor li a:hover i {
    opacity: 1;
  }
  .area .swiper-slide .area-con .area-anchor li a:hover {
    border-color: #222;
    color: #222;
  }

  .news .news-con .swiper-slide a::before {
    display: block;
    position: absolute;
    top: 4rem;
    right: 2.4rem;
    width: 3.2rem;
    height: 3.2rem;
    font-family: "remixicon";
    color: #000;
    font-size: 3.2rem;
    line-height: 3.2rem;
    content: "\ea70";
    opacity: 0;
    transition: opacity 0.2s linear;
  }
  .news .news-con .swiper-slide a:hover:before {
    opacity: 1;
  }
  .news .news-con .swiper-slide a:hover .news-title {
    color: #089892;
  }
  #section02 .krict-item a:hover {
    background: #089892;
  }
  #section02 .krict-item a:hover::before {
    opacity: 1;
  }
  #section02 .krict-item a:hover p {
    color: #fff;
  }
  #section02 .krict-item a:hover img {
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(210deg) brightness(103%) contrast(102%);
  }
  #section04 .cooperation-item a:hover::before {
    opacity: 1;
  }
  #section04 .cooperation-item a:hover p {
    color: #089892;
  }
  #section05 .swiper-wrapper .swiper-slide a:hover img {
    transform: scale(1.2);
  }
  #section05 .swiper-wrapper .swiper-slide a:hover .newsletter-title {
    color: #089892;
    text-decoration: underline;
  }
}

/* 공통요소 */
body {
  font-family: "nsr";
  font-size: 10px;
}
h2 {
  color: #222;
  font-size: 3.6rem;
  line-height: 1.3;
  font-weight: 800;
  letter-spacing: -0.108rem;
  display: flex;
  gap: 0.6rem;
  align-items: flex-end;
  position: relative;
}
h2::after {
  position: relative;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background: #12d0be;
  content: "";
  margin-bottom: 1.3rem;
}
h2 em {
  font-size: 1.6rem;
  padding-bottom: 0.7rem;
}
.point-green {
  color: #089892;
}
.view-btn {
  display: flex;
  gap: 0.8rem;
  color: #222;
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: -0.048rem;
  align-items: center;
  justify-content: flex-start;
}

.view-btn i {
  width: 3.2rem;
  height: 3.2rem;
  font-size: 1.8rem;
  font-weight: 400;
  color: #fff;
  border-radius: 50%;
  background: #222;
  display: flex;
  align-items: center;
  justify-content: center;
}
.view-btn i::before {
  padding-top: 2px;
}
.silde-btn {
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
  color: #222;
  font-size: 0;
  line-height: 0;
  padding: 0 2.4rem;
}
.silde-btn button {
  width: 2.8rem;
  height: 2.8rem;
  flex-shrink: 0;
}
.silde-btn button i {
  width: 100%;
  height: 100%;
  display: inline-block;
}
.silde-btn button i::before {
  font-size: 2.8rem;
  line-height: 2.8rem;
  width: 100%;
  height: 100%;
}
.silde-btn .silde-pagenation {
  display: flex;
  color: #222;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 400;
}
.silde-btn .silde-pagenation span {
  line-height: 1;
}

.silde-btn .silde-btn-control button.play {
  display: none;
}
.silde-btn .silde-btn-control button.pause {
  display: none;
}
.silde-btn .silde-btn-control button.play.on {
  display: block;
}
.silde-btn .silde-btn-control button.pause.on {
  display: block;
}
.silde-btn a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.silde-btn a i {
  font-size: 3rem;
  color: #222;
  position: relative;
}

/* quick menu */
#quick {
  position: fixed;
  top: 101px;
  right: 0;
  width: 10rem;
  height: 100vh;
  z-index: 2;
  border-left: 1px solid #424242;
  background: #fff url(/images/kor/main/main_renewal/quick-bg.png);
  background-repeat: no-repeat;
  background-position: center top;
  transition: top 0.3s linear;
}
.scroll #quick {
  top: 0;
}
.quick-menu {
  position: relative;
  padding-top: 5.6rem;
  display: flex;
  height: 32rem;
  align-items: center;
  justify-content: center;
}
.quick-menu .quick-menu-btn {
  width: 100%;
  height: 100%;
}
.quick-menu .quick-menu-btn .quick-title {
  width: 100%;
  height: 100%;
  writing-mode: vertical-rl;
  align-items: center;
  display: flex;
  gap: 3.3rem;
  font-size: 1.6rem;
  font-weight: 800;
  letter-spacing: 0.512rem;
}

.quick-menu .quick-menu-btn .quick-title i {
  display: flex;
  position: relative;
  width: 3.2rem;
  height: 3.2rem;
  background-color: #089892;
  border-radius: 50%;
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  align-items: center;
  justify-content: center;
}
.quick-menu .quick-menu-btn .quick-title i::before {
  padding-top: 5px;
}

.quick-menu .quick-menu-inner {
  position: absolute;
  z-index: 1;
  top: -1px;
  right: 10rem;
  border: 1px solid #424242;
  transform: translateX(140%);
  transition: transform 0.2s linear;
}

.quick-menu.on .quick-menu-inner {
  transform: translateX(7rem);
}

.quick-menu .quick-menu-inner .group {
  padding: 5.6rem;
  display: flex;
  flex-direction: column;
  gap: 6.1rem;
  width: 40rem;
  background: #fff;
  background: #fff url(/images/kor/main/main_renewal/quickmenu-bg.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  box-shadow: 24px 24px 40px 0px rgba(0, 0, 0, 0.2);
}
.quick-menu .quick-menu-inner .group .group-title {
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 700;
}

.quick-menu .quick-menu-inner .group .group-title p {
  padding-top: 2.4rem;
}
.quick-menu .quick-menu-inner .group .group-con > p {
  font-size: 0;
  line-height: 0;
  background: url("/images/eng/main/main_renewal/quick-title.svg");
  width: 15.1rem;
  height: 2.4rem;
  margin-bottom: 1.6rem;
  background-size: contain;
  background-repeat: no-repeat;
}
.quick-menu .quick-menu-inner .group .group-con .group-list {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #222;
}

.quick-menu .quick-menu-inner .group .group-con .group-list .group-ltem {
  border-bottom: 1px solid #222;
}
.quick-menu .quick-menu-inner .group .group-con .group-list .group-ltem a {
  width: 100%;
  height: 100%;
  padding: 2.5rem 1.6rem;
  display: flex;
  gap: 1.6rem;
  color: #222;
  font-size: 1.8rem;
  line-height: 1.1;
  font-weight: 700;
  position: relative;
  align-items: center;
  transition-property: color, background;
  transition-duration: 0.2s;
  transition-timing-function: linear;
}
.quick-menu .quick-menu-inner .group .group-con .group-list .group-ltem a::before {
  position: relative;
  width: 24px;
  height: 24px;
  content: "";
}
.quick-menu .quick-menu-inner .group .group-con .group-list .group-ltem.n01 a::before {
  background: url(/images/eng/main/main_renewal/group-item01.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
.quick-menu .quick-menu-inner .group .group-con .group-list .group-ltem.n02 a::before {
  background: url(/images/eng/main/main_renewal/group-item02.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
.quick-menu .quick-menu-inner .group .group-con .group-list .group-ltem.n03 a::before {
  background: url(/images/eng/main/main_renewal/group-item03.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
.quick-menu .quick-menu-inner .group .group-con .group-list .group-ltem.n04 a::before {
  background: url(/images/eng/main/main_renewal/group-item04.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
.quick-menu .quick-menu-inner .group .group-con .group-list .group-ltem.n05 a::before {
  background: url(/images/eng/main/main_renewal/group-item05.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
.quick-menu .quick-menu-inner .group .group-con .group-list .group-ltem a i {
  position: absolute;
  right: 1.6rem;
  opacity: 0;
  transition: opacity 0.2s linear;
  width: 3.2rem;
  height: 3.2rem;
  background: #222;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding-top: 2px;
  font-weight: 400;
}

.quick-menu .quick-menu-inner .quick-menu-close {
  position: absolute;
  top: 5.5rem;
  width: 5.6rem;
  height: 5.6rem;
  background: #222;
  left: -5.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.quick-menu .quick-menu-inner .quick-menu-close::before {
  position: relative;
  font-size: 1.8rem;
  line-height: 1.8rem;
  color: #fff;
  font-family: "remixicon";
  content: "\eb98";
}
.scroll .quick-top {
  opacity: 1;
  visibility: visible;
}
.quick-top {
  position: absolute;
  bottom: 5%;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s linear;
}
#quick .quick-top {
  transition: padding 0.5s linear;
}
#quick.bottom .quick-top {
  padding-bottom: 350px;
}
.quick-top span {
  color: #222;
  font-size: 1.4rem;
  font-weight: 800;
  letter-spacing: -0.028rem;
  font-family: "NanumSquare";
}

.quick-top .top-icon {
  width: 25px;
  height: 38px;
  background: url("/images/kor/main/main_renewal/top-icon.svg");
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
.quick-top .top-icon::before {
  position: absolute;
  display: block;
  width: 7px;
  height: 8px;
  background: url("/images/kor/main/main_renewal/top-icon-water.svg");
  background-position: center center;
  background-repeat: no-repeat;
  content: "";
  left: 50%;
  transform: translate(-50%, -70%);
  transition-property: opacity, transform;
  transition-duration: 0.4s;
  transition-timing-function: linear;
  opacity: 1;
  top: 0;
}
.quick-top .top-icon::after {
  overflow-y: hidden;
  position: absolute;
  display: block;
  width: 100%;
  height: 0;
  background: url("/images/kor/main/main_renewal/top-icon-waterfill.svg");
  background-position: center center;
  background-repeat: no-repeat;
  content: "";
  bottom: 9px;
  transition: height 0.3s linear;
}

/* section1 */
#section01 {
  padding-top: 8rem;
}
#section01 .layout {
  display: flex;
  gap: 8rem;
  align-items: flex-start;
}
#section01 .layout::before {
  display: block;
  position: absolute;
  top: 1.7rem;
  left: -11rem;
  width: 50.4rem;
  height: 50.4rem;
  content: "";
  border-radius: 50%;
  background: linear-gradient(180deg, rgba(183, 241, 253, 0.4) 0%, rgba(201, 254, 234, 0.4) 36.5%, rgba(224, 253, 243, 0.4) 69%, rgba(247, 246, 254, 0.4) 100%);
  filter: blur(50px);
}
.section-left {
  width: calc(100% - 88rem);
  flex-shrink: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  align-self: stretch;
  height: 64rem;
  justify-content: space-between;
}
.section-left .section01-title p {
  font-size: 7.2rem;
  line-height: 1.2;
  font-weight: 700;
  color: #222;
  font-family: "ReemKufi";
  padding-top: 4rem;
  letter-spacing: -0.045rem;
}
.section-left .section01-title p em {
  background: linear-gradient(252deg, #12d0be 4.71%, #00b8be 93.34%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "ReemKufi";
  font-weight: 700;
}
.section-left .news-con .swiper-slide a {
  text-align: left;
}
.section-left .news-con .swiper-slide a .news-num {
  color: #089892;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 800;
  letter-spacing: -0.048rem;
}
.section-left .news-con .swiper-slide a .news-con-title {
  color: #222;
  font-size: 3.2rem;
  line-height: 1.4;
  font-weight: 800;
  letter-spacing: -0.096rem;
  padding-top: 0.4rem;
}
.section-left .news-con .news-con-txt {
  padding-top: 1.6rem;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 400;
  color: #555;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.section-left .news-con .view-btn {
  margin-top: 3.2rem;
  margin-bottom: 4.2rem;
  flex-direction: row-reverse;
}

.section-right {
  width: 80rem;
  position: relative;
}
.news-img .swiper-slide {
  display: flex;
  height: 64rem;
}
.news-img .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-img .swiper-slide-active img {
  animation: scale 5s ease-in;
}
@keyframes scale {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
#section01 .silde-btn {
  background: #222;
  color: #fff;
  width: 23.5rem;
  height: 6rem;
}
#section01 .silde-btn button {
  color: #fff;
}
#section01 .silde-pagenation {
  color: #fff;
  gap: 0.6rem;
}

/* section2 */
#section02 {
  padding: 12rem 0;
}
#section02 .layout {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
#section02 .krict-list {
  display: flex;
  gap: 1.6rem;
  width: 100%;
}
#section02 .krict-item {
  flex-grow: 1;
  width: 20%;
}
#section02 .krict-item a {
  background: #f8f8f8;
  padding: 2.4rem;
  flex-direction: column;
  gap: 2.4rem;
  display: flex;
  position: relative;
  transition: background 0.2s linear;
}
#section02 .krict-item a::before {
  position: absolute;
  top: 2.4rem;
  right: 2.4rem;
  width: 2.4rem;
  height: 2.4rem;
  font-family: "remixicon";
  content: "\ea70";
  color: #fff;
  opacity: 0;
  transition: opacity 0.2s linear;
  font-size: 2.4rem;
}
#section02 .krict-item a img {
  width: 2.6rem;
  transition: filter 0.2s linear;
}
#section02 .krict-item a p {
  color: #222;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: -0.06rem;
  transition: color 0.2s linear;
}

/* section03 */
#section03 {
  overflow: visible;
}
#section03 .layout::before {
  position: absolute;
  top: 15rem;
  right: -31.6rem;
  width: 61rem;
  height: 61rem;
  border-radius: 50%;
  background: linear-gradient(180deg, rgba(183, 241, 253, 0.4) 0%, rgba(201, 254, 234, 0.4) 36.5%, rgba(224, 253, 243, 0.4) 69%, rgba(247, 246, 254, 0.4) 100%);
  filter: blur(100px);
  content: "";
}
#section03 .silde-btn button {
  color: #fff;
}
#section03 .silde-btn button i {
  color: #fff;
}
.area {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.area .silde-pagenation {
  display: flex;
  width: auto;
  height: 3.6rem;
  align-self: flex-end;
  gap: .4rem;
}
.area .silde-pagenation button {
  display: flex;
  width: auto;
  height: auto;
  opacity: 1;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
  border-radius: 0;
  background: #fff;
  transition: background 0.2s linear;
}

.area .silde-pagenation button span {
  padding: 1rem 1rem .6rem 1rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #757575;
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 700;
  gap: 0.8rem;
  position: relative;
}

.area .silde-pagenation .swiper-pagination-bullet-active {
  background: #222;
}
.area .silde-pagenation .swiper-pagination-bullet-active span {
  color: #fff;
}
.area .silde-pagenation .swiper-pagination-bullet span::before {
  position: relative;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background-color: #949494;
  content: "";
  opacity: 0;
  flex-shrink: 0;
  margin-top: -4px;
  transition: opacity .2s linear;
}
.area .silde-pagenation .swiper-pagination-bullet-active span::before{
  background-color: #12D0BE;
}
.area .silde-pagenation .swiper-pagination-bullet-active span::before {
  opacity: 1;
}
.area h2 {
  display: inline-flex;
}

.area .swiper {
  width: 100%;
  margin-top: 1.6rem;
  padding-top: 4rem;
  border-top: 1px solid #424242;
  position: relative;
}

.area .swiper-slide {
  display: flex;
  gap: 5.6rem;
  align-items: flex-end;
}

.area .swiper-slide .area-img {
  width: calc(100% - 82rem);
  flex-shrink: 0;
}

.area .swiper-slide .area-con {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding-right: 4.6rem;
  padding-bottom: 1.6rem;
}

.area .swiper-slide .area-con .area-num {
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 800;
  letter-spacing: -0.048rem;
}
.area .swiper-slide .area-con .area-title {
  color: #222;
  font-size: 3.4rem;
  line-height: 1.6;
  font-weight: 800;
}

.area .swiper-slide .area-con .area-txt {
  color: #555;
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: 400;
  padding-top: 2.4rem;
}

.area .swiper-slide .area-con .area-anchor {
  display: flex;
  flex-wrap: wrap;
  gap: 1.4rem;
  row-gap: 1.4rem;
  padding-top: 4rem;
  min-height: 7.5rem;
}

.area .swiper-slide .area-con .area-anchor li a {
  display: flex;
  gap: 0.2rem;
  align-items: center;
  color: #757575;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 700;
  border-bottom: 1px solid #757575;
  padding-bottom: 0.35rem;
  transition: all 0.2s linear;
}

.area .swiper-slide .area-con .view-btn {
  margin-top: 10rem;
}

.area .silde-btn {
  position: absolute;
  z-index: 2;
  left: calc(80rem - 16.4rem);
  width: 16.4rem;
  height: 6rem;
  background: #222;
  color: #fff;
}

/* section04 */
#section04 {
  padding-top: 12rem;
}
#section04 .layout {
  display: flex;
  gap: 2.4rem;
}
#section04 .cooperation-title {
  width: 37.5rem;
  flex-shrink: 0;
}
#section04 .cooperation-title p {
  padding-top: 2.4rem;
  color: #555;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: -0.048rem;
}
#section04 .cooperation-list {
  display: flex;
  gap: 4.8rem;
  flex-grow: 1;
}
#section04 .cooperation-item {
  width: 33.33%;
  flex-grow: 1;
  align-items: stretch;
  position: relative;
}
#section04 .cooperation-item:nth-child(2)::before {
  position: absolute;
  top: 0;
  left: -2.4rem;
  width: 1px;
  height: 100%;
  content: "";
  background: #222;
}
#section04 .cooperation-item:nth-child(2)::after {
  position: absolute;
  top: 0;
  right: -2.4rem;
  width: 1px;
  height: 100%;
  content: "";
  background: #222;
}
#section04 .cooperation-item a {
  padding: 4rem 2.4rem;
  display: flex;
  flex-direction: column;
  border-top: 1px solid #222;
  border-bottom: 1px solid #222;
  position: relative;
  height: 100%;
}
#section04 .cooperation-item a::before {
  display: block;
  position: absolute;
  top: 4rem;
  right: 2.4rem;
  width: 3.2rem;
  height: 3.2rem;
  color: #000;
  font-size: 3.2rem;
  font-family: "remixicon";
  content: "\ea70";
  line-height: 3.2rem;
  font-weight: 300;
  opacity: 0;
  transition: opacity 0.2s linear;
}
#section04 .cooperation-item a img {
  width: 5rem;
}
#section04 .cooperation-item a p {
  padding-top: 4.8rem;
  color: #222;
  font-size: 2.2rem;
  line-height: 1.5;
  font-weight: 700;
  transition: color 0.2s linear;
}
/* section05 */
#section05 {
  padding-top: 12rem;
  padding-bottom: 14rem;
  position: relative;
}
#section05::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 29.9rem;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #fff 100%), linear-gradient(270deg, rgba(174, 240, 254, 0.3) 0%, rgba(201, 254, 233, 0.3) 31.5%, rgba(229, 245, 250, 0.3) 68.5%, rgba(175, 230, 254, 0.3) 100%);
  content: "";
}
#section05 .titlebox {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding-bottom: 1.6rem;
  border-bottom: 1px solid #424242;
}

#section05 .silde-btn {
  position: relative;
  padding: 0;
}

#section05 .swiper-wrapper {
  padding-top: 4rem;
}

#section05 .swiper-slide a {
  display: flex;
  flex-direction: column;
  position: relative;
}

#section05 .swiper-slide .img-wrap {
  position: relative;
  width: 100%;
  height: 53.2rem;
  overflow: hidden;
  border: 1px solid #d9d9d9;
}
#section05 .swiper-slide .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.2s linear;
}
#section05 .swiper-slide .img-wrap .newsletter-type {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #222;
  padding: 0.4rem 0.8rem;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 700;
}

#section05 .swiper-slide a .newsletter-title {
  padding-top: 3.2rem;
  color: #222;
  font-size: 2.2rem;
  line-height: 1.6;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: color 0.2s linear;
}
@media (max-width: 1820px) {
  .layout {
    max-width: 100%;
    padding: 0 12rem 0 2rem;
  }
  #section01 .layout {
    gap: 4rem;
    align-items: flex-end;
  }
  .section-left .section01-title p {
    font-size: 6.2rem;
  }
  .section-right {
    width: 60rem;
  }
  .news-img .swiper-slide {
    height: 54.4rem;
  }
  .section-left {
    width: calc(100% - 64rem);
    height: 56rem;
  }
  .area h2 {
    width: 100%;
  }
  .area .silde-pagenation {
    margin-top: 2rem;
    justify-content: flex-end;
    width: 100%;
  }
  .area .silde-pagenation{
    height: auto;
  }
  .area .swiper-slide {
    gap: 3rem;
    align-items: flex-start;
  }
  .area .swiper-slide .area-img {
    width: calc(100% - 80rem);
  }
  .area .swiper-slide .area-con {
    padding-bottom: 0;
  }
  .area .silde-btn {
    left: calc(80rem - 46.4rem);
    bottom: auto;
    top: 30.5rem;
  }
  .area .swiper-slide .area-con .view-btn {
    margin-top: 2rem;
  }
}

@media (max-width: 1600px) {
  .layout {
    max-width: 100%;
    padding: 0 12rem 0 2rem;
  }
  .section-left .section01-title p {
    font-size: 5.2rem;
  }
  .section-right {
    width: 50rem;
  }
  .news-img .swiper-slide {
    height: 40rem;
  }
  .section-left {
    width: calc(100% - 54rem);
    height: 45rem;
  }
  .section-left .news-con .view-btn {
    margin-top: 2rem;
    margin-bottom: 3rem;
  }
  #section02 .layout {
    gap: 3rem;
  }

  .area .swiper-slide .area-img {
    width: calc(100% - 70rem);
    align-self: stretch;
    height: 100%;
    position: relative;
  }
  .area .swiper-slide .area-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .area .swiper-slide .area-con {
    padding-right: 0;
    align-self: stretch;
    justify-content: space-between;
    padding-top: 2rem;
  }
  .area .silde-btn {
    left: 0;
    bottom: 0;
    top: auto;
  }
  .area .swiper-slide .area-con .area-txt {
    padding-top: 1.5rem;
  }
  .area .swiper-slide .area-con .area-anchor {
    padding-top: 2rem;
  }
  .news .silde-btn {
    left: 2rem;
  }
  .news .news-con {
    width: calc(100% - 27.5rem);
  }
}
@media (max-width: 1400px) {
  .area .silde-pagenation{
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .area .silde-pagenation button{
    width: calc((100% - .8rem) / 3);
  }
}
@media (max-width: 1280px) {
  html {
    font-size: 9px;
  }
  .layout {
    padding: 0 9rem 0 2rem;
  }
  .silde-btn button {
    width: 2.2rem;
    height: 2.2rem;
  }
  .silde-btn button i::before {
    font-size: 2.2rem;
    line-height: 2.2rem;
  }
  .silde-pagenation {
    line-height: 1.2;
  }
  .silde-pagenation span {
    line-height: 1.6;
  }
  #quick {
    width: 7rem;
  }
  .quick-top .top-icon:hover::after {
    left: 1px;
  }
  #section01 .layout {
    gap: 3rem;
  }
  .section-left {
    width: calc(100% - 50rem);
  }
  .section-left .section01-title p {
    font-size: 5rem;
  }
  .section-left .news-con .swiper-slide a .news-con-title {
    font-size: 2.8rem;
  }
  .section-right {
    width: 47rem;
  }
  #section01 .silde-btn {
    height: 4.5rem;
    width: 21rem;
  }
  .area .swiper-slide .area-img {
    width: calc(100% - 50rem);
  }
  .area .silde-btn {
    height: 4.5rem;
  }
  .area .silde-pagenation {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .news .news-con {
    width: calc(100% - 37.4rem);
  }
  #section04 .cooperation-title {
    width: 100%;
  }
  #section04 .cooperation-title h2 br {
    display: none;
  }
  #section04 .layout {
    flex-direction: column;
  }
}
@media (max-width: 1200px) {
  #quick {
    top: 81px;
  }
}
@media (max-width: 1001px) {
  .layout {
    padding: 0 2rem;
  }
  #quick {
    position: absolute;
    right: 0;
    width: 8.5rem;
    top: auto;
    bottom: 461px;
    height: 18rem;
    z-index: 25;
    border: none;
    box-shadow: 0 3rem 3rem rgba(0, 0, 0, 0.16);
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #quick .quick-top{
    transition: none;
  }
  #quick.bottom .quick-top {
    padding-bottom: 0;
  }
  .quick-menu {
    position: relative;
    padding-top: 0;
    height: auto;
  }
  .quick-menu .quick-menu-btn {
    padding: 2rem 0;
  }
  .quick-menu .quick-menu-btn .quick-title i {
    display: none;
  }
  .quick-menu::before {
    position: absolute;
    bottom: 0;
    width: calc(100% - 2rem);
    height: 1px;
    background: #424242;
    content: "";
  }
  .quick-menu .quick-menu-btn .quick-title {
    writing-mode: unset;
    flex-direction: column;
    gap: 1rem;
  }
  .quick-menu .quick-menu-inner {
    top: 0;
    transform: translateX(150%);
    position: fixed;
  }
  .quick-menu.on .quick-menu-inner {
    transform: none;
    right: 2rem;
  }
  .quick-top {
    padding-top: 2rem;
    position: relative;
    top: 0;
    opacity: 1;
    visibility: visible;
  }
  #section01 {
    padding-top: 4rem;
  }
  #section01 .layout {
    flex-direction: column;
  }
  .section-left {
    width: 100%;
    order: 2;
    display: flex;
    flex-direction: column;
    gap: 3.5rem;
    height: auto;
  }
  .section-left .news-con {
    order: 2;
  }
  .section-right {
    width: 100%;
    order: 1;
  }
  .news-img .swiper-slide {
    height: 45rem;
  }
  .news-img .swiper-slide a {
    width: 100%;
  }
  #section01 .silde-btn {
    left: auto;
    right: 0;
  }
  #section02 {
    padding: 5rem 0;
  }
  .area .swiper-slide {
    flex-direction: column;
  }
  .area .swiper-slide .area-img {
    width: 100%;
    height: 35rem;
  }
  .area .swiper-slide .area-con {
    width: 100%;
  }
  .area .silde-pagenation button {
    width: calc((100% - .4rem)/2);
  }
  .area .silde-btn {
    top: 34.5rem;
    right: 0;
    left: auto;
    bottom: auto;
  }
  #section04 {
    padding-top: 7rem;
  }
  .news .news-con {
    width: calc(100% - 27.4rem);
    margin-top: 0;
  }
  .news .news-con a .news-title {
    padding-top: 2rem;
  }
  .news .news-con .swiper-slide a {
    padding: 3rem 2.4rem;
  }
  #section05 {
    padding-top: 7rem;
  }
}
@media (max-width: 800px) {
  html {
    font-size: 8px;
  }
  h2 {
    font-size: 3rem;
  }
  #section02 .layout {
    flex-direction: column;
  }
  #section02 .krict-list {
    flex-wrap: wrap;
  }
  #section02 .krict-item {
    width: calc(33.33% - 1.6rem);
    flex-grow: 0;
  }
  .area {
    flex-direction: column;
  }
  .area .silde-pagenation {
    padding-top: 2rem;
  }
  .news {
    flex-direction: column;
    position: relative;
  }
  .news .news-con {
    width: 100%;
  }
  .news .silde-btn {
    position: relative;
    top: 0;
    left: auto;
    right: 0;
    bottom: auto;
  }
  #section05 .titlebox {
    align-items: flex-end;
  }
}

@media (max-width: 640px) {
  .quick-menu .quick-menu-inner .group {
    padding: 4rem;
    width: 35rem;
  }

  .quick-menu .quick-menu-inner {
    transform: translateX(150%);
  }

  .news-img .swiper-slide {
    height: 35rem;
  }
  .area .silde-pagenation {
    flex-direction: column;
  }
  .area .silde-pagenation > button {
    width: 100%;
  }
  #section04 .cooperation-list {
    flex-direction: column;
    gap: 0;
  }
  #section04 .cooperation-item {
    width: 100%;
  }
  #section04 .cooperation-item a {
    align-items: center;
  }
  #section04 .cooperation-item:nth-child(2) a {
    border: none;
  }
  #section04 .cooperation-item:nth-child(2)::before {
    display: none;
  }
  #section04 .cooperation-item:nth-child(2)::after {
    display: none;
  }
  #section04 .cooperation-item:nth-child(1) a {
    border-top: none;
  }
  #section04 .cooperation-item:nth-child(3) a {
    border-bottom: none;
  }
  #section04 .cooperation-item a p {
    padding-top: 2rem;
  }
}

@media (max-width: 480px) {
  .section-left .section01-title p {
    font-size: 4rem;
  }
  .section-left .news-con .swiper-slide a .news-con-title {
    font-size: 2.6rem;
  }
  .news-img .swiper-slide {
    height: 25rem;
  }
  #section02 h2 {
    width: 100%;
  }
  #section02 .krict-item {
    width: 100%;
  }
  #section02 .krict-item a {
    align-items: center;
    flex-direction: row;
  }
  .area .swiper {
    padding-top: 1.6rem;
  }
  .area .swiper-slide .area-img {
    height: 25rem;
  }
  .area .silde-btn {
    top: 22rem;
  }
  .area .swiper-slide .area-con {
    padding-top: 0;
  }
  #section04 .cooperation-title h2 br {
    display: none;
  }
  #section04 .cooperation-title br {
    display: none;
  }
  #section04 .cooperation-item a {
    padding: 2rem;
  }
}
button:focus {
  outline: auto 1px !important;
}

button:focus:not(:focus-visible) {
  outline: 0 !important;
}
