@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap" rel="stylesheet');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap" rel="stylesheet');
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Noto Sans SC", "Noto Sans KR", sans-serif;
  color: #000;
  height: 100%;
  letter-spacing: -0.03em;
  font-weight: 400;
  background: #fff;
  margin: 0 auto;
  min-width: 1400px;
  line-height: 1.4;
}

img {
  border: 0;
  vertical-align: bottom;
}

a {
  font-family: "Noto Sans SC", "Noto Sans KR", sans-serif;
  color: #000;
  text-decoration: none;
}

button {
  cursor: pointer;
  border: none;
  background: none;
}

textarea {
  resize: none;
}

label {
  vertical-align: middle;
}

strong,
.bold {
  font-weight: 600;
}

input:focus,
input:active,
textarea:focus,
textarea:active {
  outline: none;
}

.uppercase {
  text-transform: uppercase;
  letter-spacing: -1.5px;
}

.cf:after {
  content: "";
  display: block;
  clear: both;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.vc {
  /* flex 세로가운데 정렬 코드 */
  clear: both;
  margin: 0 auto;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}

.frm_input {
  height: 45px;
  /* font-size: 18px; */
  padding-left: 7px;
  box-sizing: border-box;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}

/* scss 변수 */
.scm {
  /*screen_middle*/
  width: 1218px;
  margin: 0 auto;
}

.flex {
  display: flex;
}

.wrap {
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.wrap > * {
  overflow: hidden;
}

.md_txt {
  font-size: 54px;
  font-weight: 600;
}

.sm_txt {
  font-size: 24px;
  display: inline-block;
}

.ssm_txt {
  font-size: 21px;
  display: inline-block;
}

.point_color {
  color: #1ea9e0;
}

.po_txt {
  font-size: 18px;
  color: #1ea9e0;
  display: inline-block;
  font-weight: 500;
}

.inner {
  width: 1400px;
  margin: 0 auto;
}

.main_banner {
  background: url(../img/main_bg.jpg) no-repeat center;
  width: 100%;
  height: 954px;
  position: relative;
}
.main_banner h1 {
  padding-top: 50px;
}
.main_banner_txt {
  padding-top: 174px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 22px;
  line-height: 1.4;
}
.main_banner_txt li ul {
  margin-bottom: 20px;
}
.main_banner_txt li:nth-child(1) {
  padding-bottom: 35px;
}
.main_banner_txt li:nth-child(2) {
  padding-bottom: 45px;
}
.main_banner_txt li:nth-child(3) {
  padding-bottom: 49px;
  font-size: 80px;
  color: #fff;
}

.fr_banner {
  position: relative;
  width: 100%;
/*   margin: 0 auto; */
  background: linear-gradient(90deg, #025c9e 0%, #0197d2 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
  z-index: 1000;
  overflow: hidden;
  top: -60px;
      left: 50%;
    transform: translateX(-50%);
}
.fr_banner::before {
  content: "";
  background: url(../img/banner_logo.png) no-repeat;
  width: 166px;
  height: 90px;
  left: -40px;
  position: absolute;
  z-index: -1;
}

@media (min-width: 1921px) {
  .fr_banner {
    max-width: 1920px;
  }
}
.fr_banner.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

/* 내부 너비 제한(가로 중앙 정렬) */
.fr_banner .container {
  /* .container 같은 래퍼를 추가 권장 */
  width: 100%;
  padding: 20px 40px;
  display: flex;
  justify-content: center;
}

/* ul / li 스타일 */
.fr_banner ul {
  display: flex;
  gap: 33px;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.fr_banner li {
  color: #fff;
  font-size: 20px;
  padding: 12px 24px;
  border-radius: 50px;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 19%;
  height: 65px;
  cursor: pointer;
  font-weight: 600;
  text-align: center;
  word-break: keep-all;
      letter-spacing: -0.05em;
}
.fr_banner li:hover {
  background: #fff;
  color: #0197d2;
}

#fr-banner-placeholder {
  height: 0;
}

/* fixed 상태 클래스 */
.fr_banner.is-fixed {
  position: fixed;
  top: 0;
  left: 50%;
  right: 0;
  min-width: 1400px;
  z-index: 1000;
}

/* placeholder를 배너 높이로 설정 */
#fr-banner-placeholder.active {
  height: 80px; /* 배너 실제 높이와 같게 변경 */
}

.section1 {
  overflow: visible;
  background: url(../img/section1_bg.jpg) no-repeat center;
  width: 100%;
  height: 1516px;
  position: relative;
  margin-top: -60px;
}
.section1 .inner .txt {
  padding-top: 183px;
  display: flex;
  flex-direction: column;
  row-gap: 60px;
}
.section1 .inner .txt .sm_txt.point_color {
  line-height: 2.3;
}
.section1 .inner + .inner {
  padding-top: 310px;
}
.section1 .inner .down {
  padding-top: 183px;
  display: block;
  /* 레이아웃 조정 */
}
.section1 .inner .down .down_inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.section1 .inner .down .txt-wrapper {
  position: sticky;
  top: 110px;
  flex-shrink: 0;
  width: auto;
}
.section1 .inner .down .txt {
  padding-top: 0;
}
.section1 .inner .down .point_color {
  font-size: 18px;
}
.section1 .inner .down .container {
  width: 700px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 21px;
  justify-items: center;
  align-items: stretch;
}
.section1 .inner .down .card {
  background: white;
  border-radius: 12px;
  padding: 32px 31px 48px 29px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  cursor: pointer;
  text-align: end;
  width: 100%;
  max-height: 312px;
  min-height: 312px;
}
.section1 .inner .down .card:nth-child(even) {
  grid-column: 2;
  grid-row: span 1;
  transform: translateY(60px);
}
.section1 .inner .down .card:hover {
  background: linear-gradient(135deg, #1e7fe0 0%, #1e59e0 100%);
  color: white;
}
.section1 .inner .down .card:hover .icon-circle {
  background: #fff;
  transition: background 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.section1 .inner .down .card:hover .icon-circle img {
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.section1 .inner .down .card:hover .icon-circle img:first-child {
  opacity: 0;
}
.section1 .inner .down .card:hover .icon-circle img:last-child {
  opacity: 1;
}
.section1 .inner .down .card:hover .label {
  color: white;
  transition: color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.section1 .inner .down .card:hover .value {
  color: white;
  transition: color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.section1 .inner .down .card:hover .value.per {
  padding-right: 26px;
}
.section1 .inner .down .card:hover .value.per::after {
  color: #fff;
  transition: color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.section1 .inner .down .card .icon-circle {
  width: 116px;
  height: 116px;
  border-radius: 50%;
  background: #1ea9e0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  text-align: start;
  transition: background 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.section1 .inner .down .card .icon-circle img {
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.section1 .inner .down .card .icon-circle img:first-child {
  opacity: 1;
}
.section1 .inner .down .card .icon-circle img:last-child {
  opacity: 0;
  position: absolute;
}
.section1 .inner .down .card .icon-circle:nth-child(1) .label {
  margin-top: 18px;
}
.section1 .inner .down .card .icon-circle:nth-child(4) .label {
  margin-top: -13px;
}
.section1 .inner .down .card .label {
  margin-top: -48px;
  transition: color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.section1 .inner .down .card .value {
  font-size: 54px;
  font-weight: 800;
  color: #1ea9e0;
  font-family: "SUIT", sans-serif;
  transition: color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.section1 .inner .down .card .value.per {
  padding-right: 26px;
}
.section1 .inner .down .card .value.per::after {
  content: "%";
  font-size: 25px;
  font-weight: 500;
  color: #1ea9e0;
  margin-left: 2px;
  position: absolute;
  transition: color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.section1 .inner .down .col-span-2 {
  grid-column: span 2;
}
.section1 .inner .down .row-span-2 {
  grid-row: span 2;
}
.section1 .marquee-container {
  position: absolute;
  left: calc(50% + 180px);
  top: 270px;
  max-width: 780px;
  overflow: hidden;
}
.section1 .marquee-container .marquee-track {
  display: flex;
  animation: scroll-left 10s linear infinite;
}
.section1 .marquee-container .marquee-track .marquee-item {
  flex: 0 0 auto;
  margin-right: 30px;
}
@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}

.section3 {
  background: url(../img/section3_bg.jpg) no-repeat center;
  width: 100%;
  height: 3070px;
}
.section3 .inner {
  text-align: center;
  padding-top: 165px;
}
.section3 .inner .po_txt {
  padding-bottom: 39px;
}
.section3 .inner ul {
  padding-top: 0;
  display: flex;
  justify-content: space-between;
}
.section3 .inner ul:not(pa) {
  padding-top: 94px;
}
.section3 .inner ul.pa li:nth-child(even) {
  padding-top: 80px;
}

.section4 {
  background: url(../img/section4_bg.jpg) no-repeat center;
  width: 100%;
  height: 2056px;
  padding-top: 158px;
}
.section4 .md_txt {
  padding-top: 15px;
}
.section4 .tab_list .tabs .tab-buttons {
  padding-top: 134px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  row-gap: 20px;
  max-width: 1400px;
  margin: 0 auto;
  margin-bottom: 79px;
}
.section4 .tab_list .tabs .tab-buttons .tab-button {
  width: 271px;
  border: 2px solid #d1d1d1;
  background-color: #f7f8f9;
  border-radius: 50px;
  cursor: pointer;
  font-size: 21px;
  color: #000;
  transition: all 0.2s ease;
  height: 66px;
}
.section4 .tab_list .tabs .tab-buttons .tab-button.active {
  background-color: #1ea9e0;
  color: #fff;
  border-color: #1ea9e0;
}
.section4 .tab_list .tabs .tab-content {
  margin-bottom: 280px;
}
.section4 .tab_list .tabs .tab-content .tab-panel {
  display: none;
  text-align: center;
}
.section4 .tab_list .tabs .tab-content .tab-panel.active {
  display: block;
  text-align: center;
}
.section4 .tab_list .tabs .tab-content .tab-panel img {
  border-radius: 20px;
}

.section5 {
  background: url(../img/section5_bg.jpg) no-repeat center;
  width: 100%;
  height: 2761px;
  padding-top: 158px;
}
.section5 .inner .txt {
  text-align: center;
  color: #fff;
}
.section5 .inner .txt .md_txt {
  font-size: 49px;
  padding-top: 39px;
  padding-bottom: 48px;
  word-break: keep-all;
}
.section5 .inner .img {
  padding-top: 109px;
}
.section5 .inner .bi_txt {
  font-size: 54px;
  color: #fff;
  font-weight: 600;
}
.section5 .inner .bi_txt em {
  color: #46cbff;
}
.section5 .inner .bi_txt.sm {
  font-size: 38px;
  text-align: center;
}
.section5 .inner .txt2 {
  padding-top: 200px;
}
.section5 .inner .txt2 .lo {
  display: flex;
  justify-content: space-between;
  padding-top: 79px;
  padding-bottom: 63px;
}
.section5 .inner .txt2 .lo p:nth-child(2) {
  padding-top: 90px;
}
.section5 .inner .marquee-container {
  overflow: hidden;
  width: 100%;
  padding-top: 116px;
}
.section5 .inner .marquee-track {
  display: flex;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  animation: marquee 20s linear infinite;
}
.section5 .inner .marquee-track img {
  margin-right: 60px;
  /* 이미지 간 간격 */
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.section5 .inner .lo2 {
  display: flex;
  justify-content: space-between;
  padding-top: 218px;
}
.section5 .inner .lo2 .bi_txt {
  padding-top: 50px;
}
.section5 .flex {
  max-width: 1510px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.section5 .flex .bi_txt {
  font-size: 54px;
  color: #fff;
  font-weight: 600;
}
.section5 .flex .bi_txt em {
  color: #46cbff;
}
.section5 .flex .bi_txt.sm {
  font-size: 38px;
  text-align: center;
}
.section5 .flex .left {
  width: 800px;
  position: relative;
}
.section5 .flex .left .bi_txt {
  font-weight: 500;
}
.section5 .flex .left .bi_txt em {
  font-weight: 800;
  color: #fff;
}
.section5 .flex .right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 48px;
}
.section5 .mySwiper {
  width: 100%;
  position: relative;
  margin-top: 135px;
}
.section5 .swiper-slide img {
  width: 100%;
  display: block;
  border-radius: 10px;
}
.section5 .custom-btn {
  position: absolute;
  top: 110px;
  cursor: pointer;
}
.section5 .prev-btn {
  left: calc(50% + 280px);
  transform: translateX(-120%);
}
.section5 .next-btn {
  left: calc(50% + 220px);
  transform: translateX(120%);
}
.section5 .custom-btn img {
  width: 59px;
  height: auto;
}

.section6 {
  background: #41b0e1;
  text-align: center;
  color: #fff;
  padding-top: 130px;
  padding-bottom: 190px;
  position: relative;
      max-width: 1920px;
      left: 50%;
    transform: translateX(-50%);
}
.section6 .md_txt {
  padding-bottom: 80px;
}
.section6 .custom-btn {
  position: absolute;
  top: 180px;
  cursor: pointer;
}
.section6 .prev-btn2 {
  left: calc(50% + 640px);
  transform: translateX(-120%);
}
.section6 .next-btn2 {
  left: calc(50% + 570px);
  transform: translateX(120%);
}
.section6 .custom-btn img {
  width: 59px;
  height: auto;
}

.subpage {
  width: 100%;
  overflow: hidden;
}
.subpage .img1920 {
  width: 1320px;
  margin: 0 auto;
}
.subpage .img1920 img {
  margin-left: -300px;
  max-inline-size: none;
}

.quick_new {
  position: fixed;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9999;
}

.quick_new ul {
  width: 110px;
  background: rgba(255, 255, 255, 0.8);
  padding-top: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 50px;
}

.quick_new ul a {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.07em;
}

.quick_new ul p {
  margin: 0 auto 8px;
  overflow: hidden;
}

.quick_new ul p img {
  transition: all ease 0.3s;
}

.quick_new ul li:hover p img {
  transform: scale(0.8);
}

.quick_new ul li {
  position: relative;
  padding-bottom: 15px;
}

.quick_new ul li + li {
  padding-top: 15px;
}

.quick_new ul li:last-child {
  margin-bottom: 0;
}

.up_btn {
  padding: 14px 10px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50px;
  width: 100%;
  margin-top: 20px;
  border-top: none;
  font-size: 20px;
  color: #0197d2;
}

/* .quick_new .up_btn{
			display: block;
			width: 80px;
			height: 80px;
			margin: 20px auto;
			border-radius: 50%;
			background: #eac9f6;
		} */
.quick_new ul li span {
  color: #0197d2;
}

.quick_new ul li:nth-child(5)::before,
.quick_new ul li:nth-child(6)::before,
.quick_new ul li:nth-child(7)::before {
  display: none;
}

.quick_new ul li:nth-child(6) {
  padding-top: 0;
  padding-bottom: 0;
}

.quick_new ul li:nth-child(7) {
  padding-top: 0;
  padding-bottom: 0;
}

.mainbanner {
max-width:1920px;
  width: 100%;
  margin: 0 auto;
  
  overflow: hidden;
  position: relative;
  top: -60px;
}
.mainbanner .swiper {
  width: 100%;
  height: 100%;
}
.mainbanner .swiper-wrpper {
  width: 100%;
  height: 100%;
}
.mainbanner .swiper-slide {
  width: 100%;
  height: 100%;
}
.mainbanner .swiper-slide.swiper-slide img {
    width: 100%;
    /* margin: 0 auto; */
}
.mainbanner .swiper-slide.slide1 {
  background: url("../img/mainbanner1_bg.jpg") no-repeat center;
  background-size: cover;
}
.mainbanner .swiper-slide.slide2 {
  background: url("../img/mainbanner2_bg.jpg") no-repeat center;
  background-size: cover;
}
.mainbanner .swiper-slide.slide2 h3,
.mainbanner .swiper-slide.slide2 .desc {
  color: #fff;
}
.mainbanner .swiper-slide.slide3 {
  background: url("../img/mainbanner3_bg.jpg") no-repeat center;
  background-size: cover;
}
.mainbanner_cont {
  width: 1400px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.mainbanner_cont h3 {
  font-family: "PayboocFont";
  font-weight: 800;
  color: #1b1b1b;
  font-size: 72px;
  line-height: 1.3;
  letter-spacing: -0.045em;
  margin-bottom: 45px;
  transform: translateY(60px);
  opacity: 0;
  transition: all ease 1s;
}
.mainbanner_cont .desc {
  opacity: 0;
  transform: translateY(-60px);
  transition: all ease 1s;
}
.mainbanner .active .mainbanner_cont h3 {
  opacity: 1;
  transform: translateY(0px);
}
.mainbanner .active .mainbanner_cont .desc {
  opacity: 1;
  transform: translateY(0px);
}
.mainbanner .active .mainbanner_cont .link_more_wrap2 {
  opacity: 1;
  transform: translateY(0px);
}
.mainbanner .swiper-pagination {
  position: absolute;
  bottom: 100px;
  left: calc(50% - 700px);
  display: inline-block;
  width: initial;
  color: var(--laon-blue);
  font-weight: 600;
}
.mainbanner .swiper-pagination-total {
  margin-left: 150px;
}
.mainbanner .swiper-pagination-bar {
  position: absolute;
  bottom: 106px;
  left: calc(50% - 670px);
  width: 120px;
  height: 2px;
  background: rgba(0, 0, 0, 0.2);
  z-index: 5;
  transition: all ease 3s;
  transition-timing-function: linear;
}
.mainbanner .swiper-pagination-bar::after {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: var(--laon-blue);
  transform-origin: left center;
}
.mainbanner .swiper-pagination-bar.active::after {
  transition: all ease 4s;
  width: 100%;
}
@media (max-width: 1400px) {
	.mainbanner {
    width: 1400px;
	}
	.section6 {
		    max-width: 1400px;
			
	}
{
/*# sourceMappingURL=style.css.map */