/* NO CSS*/
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;
  }

  .service .service-tab li button:hover {
    background: #e0e0e0;
  }
  .service .service-tab li button:hover:not(.active) span{
    color: #555;
  }
  .service .service-tab li button:hover::before{
    opacity: 1;
  }
  .service .service-list .service-item li a {
    position: relative;
  }
  .service .service-list .service-item li a::before {
    display: block;
    position: absolute;
    top: 1.5rem;
    right: 1.3rem;
    width: 3.6rem;
    height: 3.6rem;
    content: " ";
    transition: opacity 0.2s linear;
    opacity: 0;
    background: url(/images/kor/main/main_renewal/service-arrow.svg) no-repeat center center;
  }
  .service .service-list .service-item li a:hover:before {
    opacity: 1;
  }
  .service .service-list .service-item a:hover {
    background: #089892;
  }
  .service .service-list .service-item a:hover i {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
  }

  .service .service-list .service-item a:hover .service-title {
    color: #fff;
  }
  .area .silde-pagenation button:not(.swiper-pagination-bullet-active):hover {
    background: #e0e0e0;
  }
  .area .silde-pagenation button:hover:not(.swiper-pagination-bullet-active) span{
    color: #555;
  }
  .area .silde-pagenation button:hover:not(.swiper-pagination-bullet-active) 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-tab .news-tab-list li button:hover {
    background: #e0e0e0;
    color: #555;
  }
  .news .news-tab .news-tab-list li button:hover span::before{
    opacity: 1;
  }

  .news .news-con .swiper-slide a::before {
    display: block;
    position: absolute;
    top: 3rem;
    right: 1.4rem;
    width: 5.2rem;
    height: 5.2rem;
    content: "";
    opacity: 0;
    transition: opacity 0.2s linear;
    background: url("/images/kor/main/main_renewal/news-arrow.svg") no-repeat center center;
  }
  .news .news-con .swiper-slide a:hover:before {
    opacity: 1;
  }
  .news .news-con .swiper-slide a:hover .news-title {
    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;
  }
  #section06 .titlebox .sns-wrap .sns-list .sns-item:hover i {
    color: #fff;
  }
  #section06 .titlebox .sns-wrap .sns-list .sns-item:hover i.blog::before {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
  }

  #section06 .titlebox .sns-wrap .sns-list .sns-item.youtube:hover {
    background: #ff0002;
  }
  #section06 .titlebox .sns-wrap .sns-list .sns-item.insta:hover {
    background: -moz-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);

    background: -ms-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);

    background: -o-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);

    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
  }
  #section06 .titlebox .sns-wrap .sns-list .sns-item.facebook:hover {
    background: #1877f2;
  }
  #section06 .titlebox .sns-wrap .sns-list .sns-item.blog:hover {
    background: #19b723;
  }
}

/* 공통요소 */
body {
  font-family: "NanumSquare";
  font-size: 10px;
}
h2 {
  color: #222;
  font-size: 3.6rem;
  line-height: 1.3;
  font-weight: 800;
  letter-spacing: -0.108rem;
  display: flex;
  gap: 1.2rem;
  align-items: flex-end;
  font-family: "nsr_eb";
}
h2 em {
  font-size: 1.6rem;
  padding-bottom: 0.7rem;
  font-family: "nsr_eb";
}
.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 !important;
  font-weight: 400;
  align-items: center;
}
.silde-btn .silde-pagenation span {
  line-height: 1 !important;
}

.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: 14.1rem;
  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/kor/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/kor/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/kor/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/kor/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/kor/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/kor/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:focus, .quick-menu .quick-menu-inner .quick-menu-close:focus-visible{
  outline-offset: -4px;
}
.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";
}

.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;
}
.scroll .quick-top {
  opacity: 1;
  visibility: visible;
}
#quick .quick-top {
  transition: padding 0.5s linear;
}
#quick.bottom .quick-top {
  padding-bottom: 320px;
}
.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;
}
.section-left .news-con .swiper-slide a {
  text-align: left;
}
.section-left .news-con .swiper-slide > p{
  display: none;
}
.section-left .news-con .section-title {
  font-size: 2rem;
  line-height: 1.6;
  font-weight: 800;
  letter-spacing: -0.06rem;
  justify-content: flex-end;
}
.section-left .news-con .news-title {
  color: #222;
  font-size: 4.8rem;
  line-height: 1.35;
  font-weight: 800;
  letter-spacing: -0.144rem;
  padding-right: 1rem;
  padding-top: 1.6rem;
  transition: color 0.2s linear;
  font-family: "nsr_eb";
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 21rem;
}
.section-left .news-con .news-txt {
  padding-top: 3.2rem;
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: 400;
  color: #555;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.section-left .news-con .view-btn {
  margin-top: 3.2rem;
  margin-bottom: 4.2rem;
  flex-direction: row-reverse;
}

.news-thum {
  padding-top: 4.2rem;
  border-top: 1px solid #424242;
}
.news-thum .swiper-slide {
  position: relative;
  overflow: hidden;
  height: 15.8rem;
}
.news-thum .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: relative;
  background: #000;
}
.section-right {
  width: 80rem;
  position: relative;
}
.news-img .swiper-slide {
  display: flex;
  height: 64rem;
}
.news-img .swiper-slide a {
  width: 100%;
  background: rgba(201, 254, 234, 0.3);
}
.news-img .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#section01 .silde-btn {
  background: #222;
  color: #fff;
  width: 23.5rem;
  height: 6rem;
  flex-direction: row-reverse;
}
#section01 .silde-btn button {
  color: #fff;
}
#section01 .silde-pagenation {
  color: #fff;
  flex-direction: row-reverse;
}

/* section2 */
#section02 {
  padding: 12rem 0;
}
#section02 .layout {
  display: flex;
  gap: 5.6rem;
  align-items: flex-start;
}
#section02 h2 {
  font-size: 2.8rem;
  line-height: 1.3;
  font-weight: 800;
}
.service {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: calc(100% - 58rem);
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
}
.service .service-tab {
  display: flex;
  gap: .4rem;
}
.service .service-tab li{
  height: 3.6rem;
}
.service .service-tab li button {
  color: #757575;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 700;
  font-weight: 700;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 0.365rem 1.05rem 0.335rem 1.05rem;
  display: flex;
  gap: .8rem;
  align-items: center;
  justify-content: center;
  transition: background 0.2s linear;
}
.service .service-tab li button::before {
  position: relative;
  margin-top: -1px;
  width: .6rem;
  height: .6rem;
  background: #949494;
  border-radius: 50%;
  content: "";
  opacity: 0;
  transition: opacity 0.2s linear;
  flex-shrink: 0;
}
.service .service-tab li button.active {
  color: #fff;
  background: #222;
}
.service .service-tab li button.active::before {
  background: #12D0BE;
  opacity: 1;
}
.service .service-list {
  width: 100%;
  margin-top: 1.6rem;
  position: relative;
}
.service .service-list::before {
  display: block;
  position: absolute;
  bottom: 0;
  right: 1.03rem;
  width: 21.5rem;
  height: 7.6rem;
  background: url(/images/kor/main/main_renewal/quick-logo.svg);
  content: "";
  z-index: 1;
  background-size: cover;
}
.service .service-list .service-item {
  display: none;
  flex-wrap: wrap;
  gap: 1.6rem;
  row-gap: 1.6rem;
}
.service .service-list .service-item li {
  width: calc((100% - 3.2rem) / 3);
}
.service .service-list .service-item li a {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  justify-content: flex-start;
  padding: 2.4rem;
  background-color: #f8f8f8;
  transition: background 0.2s linear;
}
.service .service-list .service-item .service-icon {
  width: 2.6rem;
  height: 2.6rem;
  background: url(/images/kor/main/main_renewal/icon-split.svg);
}

.service .service-list .service-item.service01 .service01-01 .service-icon {
  background-position: 0 0;
}
.service .service-list .service-item.service01 .service01-02 .service-icon {
  background-position: -52px 0;
}
.service .service-list .service-item.service01 .service01-03 .service-icon {
  background-position: -104px 0;
}
.service .service-list .service-item.service01 .service01-04 .service-icon {
  background-position: -156px 0;
}
.service .service-list .service-item.service01 .service01-05 .service-icon {
  background-position: -208px 0;
}

.service .service-list .service-item.service02 .service02-01 .service-icon {
  background-position: 0 -52px;
}
.service .service-list .service-item.service02 .service02-02 .service-icon {
  background-position: -52px -52px;
}
.service .service-list .service-item.service02 .service02-03 .service-icon {
  background-position: -104px -52px;
}
.service .service-list .service-item.service02 .service02-04 .service-icon {
  background-position: -156px -52px;
}
.service .service-list .service-item.service02 .service02-05 .service-icon {
  background-position: -208px -52px;
}

.service .service-list .service-item.service03 .service03-01 .service-icon {
  background-position: 0 -100px;
}
.service .service-list .service-item.service03 .service03-02 .service-icon {
  background-position: -53px -101px;
}
.service .service-list .service-item.service03 .service03-03 .service-icon {
  background-position: -104px -100px;
}
.service .service-list .service-item.service03 .service03-04 .service-icon {
  background-position: -156px -100px;
}
.service .service-list .service-item.service03 .service03-05 .service-icon {
  background-position: -208px -100px;
}

.service .service-list .service-item .service-title {
  color: #222;
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: 700;
  letter-spacing: -0.054rem;
}
.service .service-list .service-item.active {
  display: flex;
}
.popup {
  width: 52.4rem;
  position: relative;
}

.popup .popup-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.popup .silde-btn {
  position: relative;
  width: 18.7rem;
  height: 2.8rem;
  background: #fff;
  color: #222;
}
.popup .silde-btn .silde-pagenation {
  color: #222;
}
/* .popup .silde-btn button {
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
}
.popup .silde-btn button i{
  color: #222;
  width: 100%;
  height: 100%;
  display: flex;
}
.popup .silde-btn button i::before{
  font-size: 2.8rem;
  line-height: 2.8rem;
}

.popup .silde-btn-control button{
  display: none;
}

.popup .silde-btn-control button.on{
  display: block;
} */

.popup .swiper {
  margin-top: 1.6rem;
}

.popup .swiper-slide {
  width: 100%;
  height: 27.2rem;
  position: relative;
}

.popup .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.silde-pagenation {
  display: flex;
  gap: 0.6rem;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 400;
  color: #222;
}
.silde-pagenation .swiper-pagination-current {
  font-weight: 800;
}
.popup .silde-btn .silde-pagenation {
  line-height: 1 !important;
}

/* 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: "";
}

.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;
}
.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 1.05rem .6rem 1.05rem;
  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;
  margin-top: -1px;
  transition: opacity .2s linear;
  flex-shrink: 0;
}
.area .silde-pagenation .swiper-pagination-bullet-active span::before {
  opacity: 1;
  background-color: #12D0BE;
}
.area h2 {
  display: inline-flex;
}
.area .silde-btn button {
  color: #fff;
}
.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;
  position: relative;
}
.area .swiper-slide .area-con::before {
  display: block;
  position: absolute;
  top: -5.7rem;
  left: 3.5rem;
  width: 37.2rem;
  height: 13rem;
  background: url(/images/kor/main/main_renewal/area-txt.svg) no-repeat center center;
  content: "";
}
.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;
  position: relative;
  font-family: "nsr_eb";
}

.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;
}

.news {
  display: flex;
  gap: 2.4rem;
}
.news .news-con .swiper.active {
  display: block;
}
.news .news-con .swiper {
  display: none;
}
.news .news-con .swiper .news-con-list {
  display: flex;
}
.news .news-con .swiper .swiper-slide {
  width: 33.33%;
}
.news .news-con .swiper .swiper-slide a {
  min-height: 33.1rem;
}
.news .news-tab {
  width: 37.45rem;
  flex-shrink: 0;
  padding-top: 3.2rem;
  height: 32.8rem;
}

.news .news-tab ul {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.news .news-tab .news-tab-list li button {
  display: inline-flex;
  transition: all 0.2s linear;
  gap: 0.8rem;
  font-size: 1.8rem;
  font-weight: 700;
  color: #757575;
  height: 3.6rem;
}

.news .news-tab .news-tab-list li button.active {
  background-color: #222;
  color: #fff;
}
.news .news-tab .news-tab-list li button span {
  padding: .56rem 1.05rem .16rem 1.05rem;
  display: flex;
  position: relative;
  gap: 0.8rem;
  align-items: center;
}
.news .news-tab .news-tab-list li button span::before {
  position: relative;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background: #949494;
  content: "";
  opacity: 0;
  margin-top: -1px;
  transition: opacity .2s linear;
  flex-shrink: 0;
}
.news .news-tab .news-tab-list li button.active span::before {
  opacity: 1;
  background: #12D0BE;
}

.news .silde-btn {
  padding: 0;
  bottom: 4.5rem;
}
.news .silde-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  position: relative;
}

.news .silde-btn button {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.news .silde-btn button i {
  color: #222;
  width: 100%;
  height: 100%;
  display: inline-block;
}

.news .silde-btn button i::before {
  font-size: 2.8rem;
  line-height: 2.8rem;
}

.news .news-con {
  width: calc(100% - 40rem);
  margin-top: -4.7rem;
}

.news .news-con .swiper-slide-next {
  position: relative;
}
.news .news-con .swiper-slide-next::before {
  display: block;
  position: absolute;
  top: 0;
  left: -24px;
  width: 1px;
  height: 100%;
  background-color: #424242;
  content: "";
}
.news .news-con .swiper-slide-next::after {
  display: block;
  position: absolute;
  top: 0;
  right: -24px;
  width: 1px;
  height: 100%;
  background-color: #424242;
  content: "";
}
.news .news-con .swiper-slide a {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  padding: 4rem 2.4rem;
  border-top: 1px solid #424242;
  border-bottom: 1px solid #424242;
}

.news .news-con a .news-date {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}

.news .news-con a .news-date .day {
  color: #222;
  font-size: 4rem;
  line-height: 1.2;
  font-weight: 800;
  font-family: "nsr_eb";
}

.news .news-con a .news-date .month {
  color: #757575;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 400;
}
.news .news-con a .news-title {
  padding-top: 4.8rem;
  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;
  min-height: 11.9rem;
  width: 100%;
}

.news .news-con a .news-txt {
  padding-top: 1.2rem;
  color: #555;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 6.32rem;
  width: 100%;
}

/* section05 */
#section05 {
  padding-top: 12rem;
}

#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: 24rem;
  overflow: hidden;
}
#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;
  min-height: 10.3rem;
}

#section05 .swiper-slide a .newsletter-txt {
  padding-top: 1.6rem;
  color: #555;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 6.72rem;
}

#section05 .swiper-slide a .newsletter-date {
  display: flex;
  gap: 0.4rem;
  align-items: center;
  color: #757575;
  font-size: 1.5rem;
  line-height: 1.6;
  font-weight: 400;
  margin-top: 1.6rem;
}

#section05 .swiper-slide a .newsletter-date i {
  font-size: 0;
  line-height: 0;
}
#section05 .swiper-slide a .newsletter-date i::before {
  font-size: 1.6rem;
  line-height: 1.2;
}

/* section06 */
#section06 {
  padding-top: 12rem;
}
#section06::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  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: "";
}
#section06 .titlebox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1.6rem;
  border-bottom: 1px solid #424242;
}
#section06 .titlebox .sns-wrap {
  display: flex;
  gap: 2.4rem;
}
#section06 .titlebox .sns-wrap .sns-list {
  display: flex;
  gap: 0.4rem;
}
#section06 .titlebox .sns-wrap .sns-list .sns-item {
  width: 4.8rem;
  height: 4.8rem;
  background: #f8f8f8;
  border-radius: 50%;
  transition: background 0.2s linear;
}
#section06 .titlebox .sns-wrap .sns-list .sns-item button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
#section06 .titlebox .sns-wrap .sns-list .sns-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
#section06 .titlebox .sns-wrap .sns-list .sns-item i {
  font-size: 2.2rem;
  line-height: 2.2rem;
  color: #555;
  transition: color 0.2s linear;
}

#section06 .titlebox .sns-wrap .sns-list .sns-item i.blog {
  position: relative;
  width: 1.95rem;
  height: 1.85rem;
}
#section06 .titlebox .sns-wrap .sns-list .sns-item i.blog::before {
  width: 1.95rem;
  height: 1.85rem;
  background: url("/images/kor/main/main_renewal/blog-icon.svg");
  background-position: left center;
  content: "";
  position: relative;
  display: inline-block;
  transition: filter 0.2s linear;
}
#section06 .titlebox .sns-wrap .sns-list .sns-item span {
  font-size: 0;
  line-height: 0;
}
#section06 .titlebox .silde-btn {
  position: relative;
  padding: 0;
}

#section06 .swiper {
  padding-top: 4rem;
  padding-bottom: 14rem;
}

#section06 .sns-slide.active {
  display: block;
}

#section06 .swiper-slide a {
  display: flex;
  flex-direction: column;
}

#section06 .swiper-slide a .img-wrap {
  height: 21.2rem;
}
#section06 .swiper-slide a .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#section06 .swiper-slide a .sns-title {
  padding-top: 1.6rem;
  color: #222;
  font-size: 2rem;
  line-height: 1.6;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media (max-width: 1820px) {
  .layout {
    max-width: 100%;
    padding: 0 12rem 0 2rem;
  }
  #section01 .layout {
    gap: 4rem;
    align-items: flex-end;
  }
  .section-right {
    width: 68rem;
  }
  .news .news-tab {
    width: 30rem;
  }
  .news .news-con {
    width: calc(100% - 32.4rem);
  }
  .news-img .swiper-slide {
    height: 54.4rem;
  }
  .news .silde-btn{
    left: 2rem;
  }
  .section-left {
    width: calc(100% - 72rem);
  }
  .section-left .news-con .news-title {
    font-size: 3.5rem;
    height: 15rem;
  }
  .area .swiper-slide {
    gap: 3rem;
  }
  .area .swiper-slide .area-img {
    width: calc(100% - 80rem);
  }
  .area .swiper-slide .area-con {
    padding-bottom: 0;
  }
  .area .swiper-slide .area-con::before {
    width: 26rem;
    height: 10rem;
    background-size: contain;
    background-position: center bottom;
  }
  .area .silde-btn {
    left: calc(100% - 96.5rem);
  }
  .area .swiper-slide .area-con .view-btn {
    margin-top: 2rem;
  }
  #quick.bottom .quick-top {
    padding-bottom: 550px;
  }
}

@media (max-width: 1600px) {
  .layout {
    max-width: 100%;
    padding: 0 12rem 0 2rem;
  }
  .section-left .news-con .news-title {
    height: 10.5rem;
  }
  .section-right {
    width: 50rem;
  }
  .news .news-tab {
    width: 32rem;
  }
  .news .news-con {
    width: calc(100% - 32rem);
  }
  .news-img .swiper-slide {
    height: 40rem;
  }
  .section-left {
    width: calc(100% - 54rem);
  }
  .section-left .news-con .news-title {
    padding-top: 1rem;
    height: 10.5rem;
    -webkit-line-clamp: 2;
  }
  .section-left .news-con .news-txt {
    padding-top: 2rem;
  }
  .section-left .news-con .view-btn {
    margin-top: 2rem;
    margin-bottom: 3rem;
  }
  .news-thum {
    padding-top: 3rem;
  }
  .news .news-con .swiper-slide a {
    padding: 4rem 0;
  }
  #section02 .layout {
    gap: 3rem;
  }

  .service {
    width: calc(100% - 43rem);
  }
  .popup {
    width: 40rem;
  }
  .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;
  }
  .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-tab {
    width: 25rem;
  }
  .news .news-con {
    width: calc(100% - 27.5rem);
  }
}

@media (max-width: 1280px) {
  html {
    font-size: 9px;
  }
  .layout {
    padding: 0 9rem 0 2rem;
  }
  .popup .silde-btn {
    align-items: center;
  }
  .silde-pagenation {
    margin-bottom: 0;
  }
  #section01 .silde-btn button {
    width: 20px;
    height: 20px;
  }
  .silde-btn button i::before {
    font-size: 20px;
    line-height: 1.2;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .area .swiper-slide .area-con::before {
    top: -4rem;
  }
  .area .silde-pagenation button span{
    padding:.95rem 1rem .65rem 1rem;
  }
  #section04 .silde-btn {
    align-items: flex-end;
  }
  #section04 .silde-btn button {
    width: 20px;
    height: 20px;
  }
  #section04 .silde-btn button i::before {
    font-size: 20px;
    line-height: 20px;
  }
  #section04 .silde-btn a {
    width: 20px;
    height: 20px;
  }
  #section04 .silde-btn a i {
    font-size: 20px;
  }
  #section05 .silde-btn a {
    width: 20px;
    height: 20px;
  }
  #section05 .silde-btn a i {
    font-size: 20px;
  }
  #section05 .silde-btn {
    align-items: flex-end;
  }
  #section05 .silde-btn button {
    width: 20px;
    height: 20px;
  }
  #section05 .silde-btn button i::before {
    font-size: 20px;
    line-height: 20px;
  }
  #section05 .silde-btn a {
    width: 20px;
    height: 20px;
  }
  #section05 .silde-btn a i {
    font-size: 20px;
  }
  #section06 .silde-btn button {
    width: 20px;
    height: 20px;
  }
  #section06 .silde-btn button i::before {
    font-size: 20px;
    line-height: 1 !important;
  }
  #quick {
    width: 7rem;
  }
  .quick-top .top-icon:hover::after {
    left: 1px;
  }
  #section01 .layout {
    gap: 3rem;
  }
  .section-left {
    width: calc(100% - 38rem);
  }
  .section-right {
    width: 35rem;
  }
  .news-img .swiper-slide {
    height: 28rem;
  }
  #section01 .silde-btn {
    height: 4.5rem;
    width: 21rem;
  }
  .service .service-list .service-item .service-icon {
    width: 3rem;
    height: 3rem;
    transform: scale(0.8);
  }
  .service .service-list .service-item li {
    width: calc((100% - 1.6rem) / 2);
  }
  .area .swiper-slide .area-img {
    width: calc(100% - 50rem);
  }
  .area .silde-btn {
    height: 4.5rem;
  }
  #section06 .titlebox .sns-wrap .sns-list .sns-item i.blog::before {
    width: 19.8px;
    height: 20px;
    background-position: left 1px;
  }
}
@media (max-width: 1200px) {
  #quick {
    top: 111px;
  }
  .section-left .news-con .news-title {
    height: 10.5rem;
    -webkit-line-clamp: 2;
  }
  .section-left .news-con .news-txt {
    margin-top: 1rem;
  }
}
@media (max-width: 1001px) {
  .layout {
    padding: 0 2rem;
  }
  #quick {
    position: absolute;
    right: 0;
    width: 8.5rem;
    top: auto;
    bottom: 580px;
    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-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%);
  }
  .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;
  }
  .section-left .news-con {
    order: 2;
  }
  .section-left .news-con .news-title {
    height: 6rem;
    -webkit-line-clamp: 1;
  }
  .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;
  }
  .service {
    justify-content: space-between;
  }
  .service .service-list::before {
    width: 20rem;
    height: 7.1rem;
    right: 2rem;
  }
  .area .swiper-slide {
    flex-direction: column;
  }
  .area .swiper-slide .area-img {
    width: 100%;
    height: 35rem;
  }
  .area .swiper-slide .area-con {
    width: 100%;
  }
  .area .silde-btn {
    top: 34.5rem;
    right: 0;
    left: auto;
    bottom: auto;
  }
  #section04 {
    padding-top: 7rem;
  }
  .news .news-tab {
    width: 25rem;
  }
  .news .news-con {
    width: calc(100% - 27.4rem);
    margin-top: 0;
  }
  .news .news-con a .news-title {
    padding-top: 2rem;
    min-height: 8.9rem;
  }
  .news .news-con .swiper-slide a {
    padding: 3rem 2.4rem;
  }
  #section05 {
    padding-top: 7rem;
  }
  .quick-menu.on .quick-menu-inner {
    position: fixed;
  }
  #quick .quick-top{
    transition: none;
  }
  #quick.bottom .quick-top {
    padding-bottom: 0;
  }
}
@media (max-width: 800px) {
  html {
    font-size: 8px;
  }
  .section-left .news-con .news-title {
    font-size: 3rem;
    height: 9rem;
    -webkit-line-clamp: 2;
  }
  .section-left .news-con .news-txt {
    padding-top: 1.5rem;
  }
  #section02 .layout {
    flex-direction: column;
  }
  .service {
    width: 100%;
  }
  .service .service-list .service-item li {
    width: calc((100% - 3.2rem) / 3);
  }
  .service .service-list .service-item .service-title {
    min-height: 5.8rem;
  }
  .popup {
    width: 100%;
  }
  .popup .popup-top {
    align-items: flex-end;
  }
  .popup .swiper-slide {
    height: 35rem;
  }
  .area {
    flex-direction: column;
  }
  .area .silde-pagenation{
    height: auto;
  }
  .area .silde-pagenation {
    padding-top: 2rem;
  }
  .news {
    flex-direction: column;
    position: relative;
  }
  .news .news-tab {
    width: 100%;
    height: auto;
    padding-top: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .news .news-tab ul {
    flex-direction: row;
  }
  .news .news-con {
    width: 100%;
  }
  .news .silde-btn {
    position: relative;
    top: 0;
    left: auto;
    right: 0;
    bottom: auto;
  }
  #section05 .titlebox {
    align-items: flex-end;
  }
  #section05 .swiper-slide .img-wrap {
    height: 20rem;
  }
  #section06 .swiper-slide a .img-wrap {
    height: 18rem;
  }
  #section06 .titlebox .sns-wrap .sns-list .sns-item i.blog {
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #section06 .titlebox .sns-wrap .sns-list .sns-item i.blog::before {
    transform: scale(0.9);
  }
}

@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;
  }
  .service .service-list .service-item li {
    width: calc((100% - 1.6rem) / 2);
  }
  .service .service-list .service-item .service-title {
    min-height: auto;
  }
  .area .silde-pagenation {
    flex-wrap: wrap;
  }
  .area .silde-pagenation > button {
    width: calc((100% - 1.2rem) / 3);
  }
  #section06 .titlebox {
    flex-direction: column;
    gap: 2rem;
  }
  #section06 .titlebox h2 {
    width: 100%;
  }
  #section06 .titlebox .sns-wrap {
    width: 100%;
    justify-content: flex-end;
  }
  #section04 .silde-btn {
    margin-top: 1rem;
  }
}

@media (max-width: 480px) {
  .service .service-list::before {
    display: none;
  }
  .news-img .swiper-slide {
    height: 25rem;
  }
  .news-thum {
    display: none;
  }
  #section02 h2 {
    width: 100%;
  }
  .service {
    justify-content: flex-end;
  }
  .service .service-tab {
    margin-left: 0;
    align-self: flex-end;
  }
  .service .service-list {
    padding-bottom: 9rem;
  }
  .service .service-list .service-item li {
    width: 100%;
  }
  .service .service-list .service-item li a {
    flex-direction: row;
  }
  .popup .swiper-slide {
    height: 25rem;
  }
  .area .swiper {
    padding-top: 1.6rem;
  }
  .area .silde-pagenation > button {
    width: calc((100% - 0.6rem) / 2);
  }
  .area .swiper-slide .area-img {
    height: 25rem;
  }
  .area .silde-btn {
    top: 22rem;
  }
  .area .swiper-slide .area-con {
    padding-top: 0;
  }
  .area .swiper-slide .area-con::before {
    top: -3rem;
    width: 20rem;
    height: 7rem;
  }
  .news .news-tab {
    flex-direction: column;
    gap: 1rem;
  }
  .news .news-tab ul {
    width: 100%;
  }
  .news .news-tab ul li {
    width: calc((100% - 1.6rem) / 3);
  }
  .news .news-tab .news-tab-list li button {
    width: 100%;
    justify-content: center;
  }
  #section05 .swiper-slide .img-wrap {
    height: 25rem;
  }
  #section06 .swiper-slide a .img-wrap {
    height: 25rem;
  }
}

button:focus {
  outline: auto 1px !important;
}

button:focus:not(:focus-visible) {
  outline: 0 !important;
}

/* 접근성관련 추가사항 */
.section-left .news-con .swiper-slide a{
  position: relative;
}
.section-left .news-con .swiper-slide a::before{
  position: absolute;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  outline: 2px solid #000;
  content: '';
  left: 2px;
  top: 2px;
  display: none;
}
.section-left .news-con .swiper-slide a:focus-visible, .section-left .news-con .swiper-slide a{
  outline: none !important;
}
.section-left .news-con .swiper-slide a:focus-visible::before, .section-left .news-con .swiper-slide a:focus::before{
  display: block;
}
.section-left .news-con .swiper-slide a:focus-visible{
  outline: none;
}
.swiper-slide a:focus-visible{
  outline-offset: -4px;
}
.swiper-pagination-bullet:focus-visible{
  outline-offset: 4px;
}
.swiper-slide button:focus-visible{
  outline-offset: 4px;
}
.news .news-tab .news-tab-list li button:focus-visible{
  outline-offset: 4px;
}

