@charset "UTF-8";
/*메인-신규*/
.header.mobile ~ .container {
  padding-top: 62px;
}
.header.pc ~ .container {
  padding-top: 90px;
}

/*메인 컨테이너*/
.newmain {
  position: relative;
}
.newmain .section_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
}
.newmain .section_header .left {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.newmain .section_header .right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.newmain .section_title {
  font-size: 44px;
  font-weight: 700;
  color: #222;
}
.newmain .section_title + .sub_text {
  margin-top: 14px;
}
.newmain .section_title_top {
  font-size: 48px;
  line-height: 58px;
  font-weight: 700;
  margin-bottom: 24px;
}
.newmain .sub_text {
  display: inline-block;
  font-size: 18px;
  line-height: 28px;
  color: #666;
}
.newmain .btn_primary {
  min-height: 46px;
  background-color: #0c3759;
  border-radius: 10px;
  padding: 0 24px;
  color: #fff;
  line-height: 46px;
}
.newmain .wrap {
  max-width: 1280px;
  min-width: 345px;
  width: calc(100% - 30px);
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .newmain .wrap {
    width: 100%;
    min-width: auto;
    padding: 0 15px;
  }
}
@media screen and (max-width: 1023.98px) {
  .newmain .pc_content {
    display: none !important;
  }
  .newmain .m_content {
    display: block;
  }
  .newmain .section_title {
    font-size: 30px;
  }
  .newmain .title_info {
    font-size: 17px;
    line-height: 23px;
  }
  .newmain .section_title_top {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 15px;
  }
  .newmain .btn_detail {
    padding: 6px 14px;
    border-radius: 8px;
  }
}

/* 메인 비쥬얼 영역 */
.section_mainvisual {
  position: relative;
  width: 100%;
}
.section_mainvisual .swiper_mainvisual {
  position: relative;
  display: block;
  --visual-slide-height: auto;
  height: var(--visual-slide-height);
}
.section_mainvisual .swiper_mainvisual > .swiper-wrapper {
  position: static;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.section_mainvisual .swiper_mainvisual > .swiper-wrapper .swiper-slide {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.section_mainvisual .swiper_mainvisual > .swiper-wrapper .swiper-slide .img_box {
  width: 100%;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  aspect-ratio: initial;
  height: var(--visual-slide-height);
}
.section_mainvisual .swiper_mainvisual > .swiper-wrapper .swiper-slide .img_box img {
  position: absolute;
  width: 100%;
  height: auto;
  min-height: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.section_mainvisual .swiper_mainvisual > .swiper-wrapper .swiper-slide .img_box img.pc_img {
  visibility: hidden;
  opacity: 0;
}
@media screen and (min-width: 1280px) {
  .section_mainvisual .swiper_mainvisual {
    --visual-slide-height: 590px;
  }
  .section_mainvisual .swiper_mainvisual > .swiper-wrapper .swiper-slide .img_box img {
    width: auto;
    max-width: none;
    height: 100%;
  }
  .section_mainvisual .swiper_mainvisual > .swiper-wrapper .swiper-slide .img_box img.pc_img {
    visibility: visible;
    opacity: 1;
  }
  .section_mainvisual .swiper_mainvisual > .swiper-wrapper .swiper-slide .img_box img.m_img {
    visibility: hidden;
    opacity: 0;
  }
  .section_mainvisual .swiper_mainvisual .group_search .form_item {
    width: 100%;
    margin-bottom: 14px;
  }
  .section_mainvisual .swiper_mainvisual .group_search .searchform_main {
    margin-top: 18px;
    height: 51px;
    padding-left: 13px;
    font-size: 17px;
  }
  .section_mainvisual .swiper_mainvisual .group_search .form_btn {
    width: 51px;
    height: 51px;
    bottom: 0;
  }
  .section_mainvisual .swiper_mainvisual .group_search .list_hash .box_hash {
    padding: 7px 13px;
  }
  .section_mainvisual .swiper_mainvisual .swiper_mainvisual .group-pagination {
    font-size: 16px;
  }
  .section_mainvisual .swiper_mainvisual .swiper_mainvisual .group-pagination .swiper_pagination {
    width: 42px;
    gap: 0 4px;
  }
  .section_mainvisual .swiper_mainvisual .swiper_mainvisual .group-pagination .swiper_progressbar {
    width: 130px;
  }
  .section_mainvisual .swiper_mainvisual .swiper_mainvisual .swiper-slide img {
    width: 60vw;
    top: 36%;
  }
  .section_mainvisual .swiper_mainvisual .swiper_mainvisual .swiper-slide::after {
    width: 54%;
    background-size: 159%;
    background-position: bottom 132px left 2px;
  }
}
@media screen and (max-width: 1280px) {
  .section_mainvisual .swiper_mainvisual > .swiper-wrapper .swiper-slide .img_box {
    aspect-ratio: 1280/572;
    height: initial;
  }
  .section_mainvisual .swiper_mainvisual > .swiper-wrapper .swiper-slide .img_box img {
    width: auto;
    max-width: none;
    height: 100%;
  }
  .section_mainvisual .swiper_mainvisual > .swiper-wrapper .swiper-slide .img_box img.pc_img {
    visibility: visible;
    opacity: 1;
  }
  .section_mainvisual .swiper_mainvisual > .swiper-wrapper .swiper-slide .img_box img.m_img {
    visibility: hidden;
    opacity: 0;
  }
}
@media screen and (max-width: 1024px) {
  .section_mainvisual .swiper_mainvisual > .swiper-wrapper .swiper-slide .img_box {
    aspect-ratio: 375/500;
    height: initial;
  }
  .section_mainvisual .swiper_mainvisual > .swiper-wrapper .swiper-slide .img_box img {
    width: auto;
    max-width: none;
    height: 100%;
  }
  .section_mainvisual .swiper_mainvisual > .swiper-wrapper .swiper-slide .img_box img.pc_img {
    visibility: hidden;
    opacity: 0;
  }
  .section_mainvisual .swiper_mainvisual > .swiper-wrapper .swiper-slide .img_box img.m_img {
    visibility: visible;
    opacity: 1;
  }
}
.section_mainvisual .wrap_slidebtn {
  position: relative;
  z-index: 1;
}
.section_mainvisual .wrap_slidebtn .container_slidebtn {
  position: absolute;
  bottom: 140px;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0px 20px;
}
.section_mainvisual .group-pagination {
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section_mainvisual .group-pagination .swiper_pagination {
  width: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 0px 4px;
}
.section_mainvisual .group-pagination .swiper_pagination .swiper-pagination-current {
  color: #000;
  font-weight: 500;
}
.section_mainvisual .group-pagination .swiper_progressbar {
  width: 200px;
  height: 3px;
  background-color: #ddd;
}
.section_mainvisual .group-pagination .swiper_progressbar .swiper_progressbar_fill {
  height: 3px;
  background-color: #666;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.section_mainvisual .group-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section_mainvisual .group-control .swiper-button-prev {
  position: static;
  background-color: transparent;
  background-image: url(../images/ico_main_arrow_left.png);
}
.section_mainvisual .group-control .swiper-button-next {
  position: static;
  background-color: transparent;
  background-image: url(../images/ico_main_arrow_right.png);
}
.section_mainvisual .group-control .swiper-button-pause {
  background-color: transparent;
  background-image: url(../images/ico_main_pause.png);
}
.section_mainvisual .group-control .swiper-button-pause.play {
  background-image: url(../images/ico_main_play.png);
}
.section_mainvisual .wrap_search {
  position: relative;
  margin-top: -108px;
  margin-bottom: 70px;
  z-index: 1;
}
.section_mainvisual .group_search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 22px;
  z-index: 1;
}
.section_mainvisual .group_search .form_item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  max-width: 500px;
}
.section_mainvisual .group_search .searchform_main {
  width: 100%;
  height: 66px;
  padding-left: 20px;
  padding-right: 70px;
  border: 2px solid #11a8ec;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 300;
}
.section_mainvisual .group_search .form_btn {
  width: 66px;
  height: 66px;
  background-color: #11a8ec;
  border-radius: 10px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  position: absolute;
  right: 0;
}
.section_mainvisual .group_search .form_btn .ico_main_search {
  display: inline-block;
  width: 22px;
  height: 22px;
  font-size: 1px;
  line-height: 0;
  color: transparent;
  text-indent: -9999rem;
  overflow: hidden;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  background: url(../images/ico_main_search.png) no-repeat center/contain;
}
.section_mainvisual .group_search .form_btn:focus {
  outline: none;
}
.section_mainvisual .group_search .form_btn:focus-visible {
  outline-offset: -3px;
  outline: 3px solid #000;
}
.section_mainvisual .group_search .list_hash {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px 10px;
}
.section_mainvisual .group_search .list_hash .box_hash {
  display: inline-block;
  line-height: 16px;
  padding: 9px 20px;
  background-color: #f6f6f6;
  line-height: 16px;
  border-radius: 100px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.section_mainvisual .group_search .list_hash .box_hash:hover, .section_mainvisual .group_search .list_hash .box_hash:focus {
  background-color: #d7d7d7;
}
@media screen and (max-width: 1023.98px) {
  .section_mainvisual .group_search .form_item {
    width: 100%;
    margin-bottom: 14px;
  }
  .section_mainvisual .group_search .searchform_main {
    margin-top: 18px;
    height: 51px;
    padding-left: 13px;
    font-size: 17px;
  }
  .section_mainvisual .group_search .form_btn {
    width: 51px;
    height: 51px;
    bottom: 0;
  }
  .section_mainvisual .group_search .list_hash .box_hash {
    padding: 7px 13px;
  }
}
@media screen and (max-width: 1024px) {
  .section_mainvisual .wrap_slidebtn .container_slidebtn {
    bottom: 16px;
    left: 20px;
    gap: 14px;
  }
  .section_mainvisual .wrap_slidebtn .group-pagination .swiper_pagination {
    width: 45px;
    gap: 2px;
  }
  .section_mainvisual .wrap_slidebtn .group-pagination .swiper_progressbar {
    width: 130px;
  }
  .section_mainvisual .wrap_search {
    margin-top: -12px;
    margin-bottom: 0px;
  }
  .section_mainvisual .group_search {
    gap: 2px;
    margin-bottom: 42px;
  }
  .section_mainvisual .group_search .list_hash .box_hash {
    word-break: break-all;
  }
}

/*서브 배너 영역*/
.section_banner {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.section_banner.wrap {
  margin-bottom: 72px;
}
.section_banner .swiper-wrapper {
  position: relative;
  width: 100%;
}
.section_banner .swiper-slide {
  width: 100%;
  max-height: 180px;
  padding-top: 14%;
  border-radius: 20px;
  overflow: hidden;
}
.section_banner .swiper-slide > img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section_banner .wrap_slidebtn {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0px 12px;
  width: 172px;
  height: 44px;
  border-bottom-left-radius: 20px;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.section_banner .wrap_slidebtn .group_control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0px 2px;
}
.section_banner .wrap_slidebtn .swiper-button-prev {
  width: 8px;
  height: 14px;
  position: static;
  background-color: transparent;
  background-image: url(../images/ico_main_arrow_left_w.png);
}
.section_banner .wrap_slidebtn .swiper-button-pause {
  cursor: pointer;
  position: static;
  background-color: transparent;
  background-image: url(../images/ico_main_pause_white.png);
}
.section_banner .wrap_slidebtn .swiper-button-pause.play {
  background-image: url(../images/ico_main_play_white.png);
}
.section_banner .wrap_slidebtn .swiper-button-next {
  position: static;
  background-color: transparent;
  background-image: url(../images/ico_main_arrow_right_w.png);
}
.section_banner .wrap_slidebtn .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: static;
  width: 68px;
  color: #fff;
}
.section_banner .wrap_slidebtn .swiper-pagination .swiper-pagination-current {
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  .section_banner.wrap {
    margin-bottom: 40px;
    border-radius: 10px;
  }
  .section_banner .swiper_banner {
    border-radius: 10px;
    padding-bottom: 0px;
  }
  .section_banner .swiper_banner .swiper-wrapper {
    border-radius: 0;
  }
  .section_banner .swiper_banner .swiper-slide {
    padding-top: 61%;
    border-radius: 10px;
  }
  .section_banner .wrap_slidebtn {
    width: 153px;
    height: 39px;
    border-bottom-left-radius: 14px;
    gap: 0px 10px;
  }
  .section_banner .wrap_slidebtn .group_control {
    gap: 0px;
    padding-right: 6px;
  }
}

/* 지원사업 영역 */
.section_support {
  padding: 56px 0 70px;
  background-color: #f6f6f6;
  background-image: url(../images/bg_main_support_pc.png);
  background-position: center;
}
.section_support .ico_main_clock {
  display: inline-block;
  width: 18px;
  height: 18px;
  font-size: 1px;
  line-height: 0;
  color: transparent;
  text-indent: -9999rem;
  overflow: hidden;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  background: url(../images/ico_main_clock.png);
  background-repeat: no-repeat;
  background-size: 18px auto;
  margin-right: 8px;
}
.section_support .wrap {
  position: relative;
}
.section_support .section_header .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
  height: 46px;
  margin-top: 14px;
}
.section_support .section_header .text_bc1 {
  color: #1762c8;
  font-weight: 500;
}
.section_support .swiper_support {
  margin-top: 36px;
}
.section_support .swiper-wrapper {
  width: 100%;
}
.section_support .swiper-slide {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.section_support .swiper-slide .area_img {
  position: relative;
  padding-top: 65%;
  background-size: cover;
  background-position: center center;
}
.section_support .swiper-slide .area_img > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section_support .swiper-slide .area_cont {
  width: 100%;
  padding: 32px 28px;
  background-color: #fff;
  position: relative;
  overflow: visible;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border: 1px solid #d7d7d7;
  border-top: none;
}
.section_support .swiper-slide .area_cont > strong {
  display: inline-block;
  font-size: 20px;
  width: 100%;
  min-height: 1.8rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.section_support .swiper-slide .area_cont > strong a {
  color: #000;
}
.section_support .swiper-slide .area_cont .list_info {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.section_support .swiper-slide .area_cont .list_info > li {
  position: relative;
  width: 100%;
  padding-left: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.section_support .swiper-slide .area_cont .list_info > li::before {
  position: absolute;
  top: 11px;
  left: 3px;
  content: "";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 6px;
  height: 6px;
  background: url(../images/ico_main_diabullet.png) no-repeat center/contain;
}
.section_support .swiper-slide .area_cont .list_info > li + li {
  margin-top: 12px;
}
.section_support .swiper-slide .area_cont .label_round {
  position: absolute;
  right: 26px;
  top: -20px;
  padding: 6px 20px;
  border-radius: 100px;
  color: #fff;
  z-index: 1;
}
.section_support .swiper-slide .area_cont .label_round_ing {
  background-color: #1762c8;
}
.section_support .swiper-slide .area_cont .label_round_plan {
  background-color: #73b92a;
}
.section_support .swiper-slide .area_cont .label_round_end {
  background-color: #666;
}
.section_support .wrap_slidebtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0px 22px;
  margin-top: 28px;
  z-index: 1;
}
.section_support .wrap_slidebtn .supportswiper-pagination {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0px 7px;
  width: auto;
  position: static;
}
.section_support .wrap_slidebtn .supportswiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}
.section_support .wrap_slidebtn .supportswiper-pagination .swiper-pagination-bullet-active {
  background-color: #222;
}
.section_support .wrap_slidebtn .supportswiper-button-prev {
  cursor: pointer;
  display: inline-block;
  min-width: 46px;
  max-width: 46px;
  height: 46px;
  border-radius: 100%;
  border: 2px solid #ddd;
  position: static;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px 18px;
  background-image: url(../images/ico_main_arrow_left_g.png);
}
.section_support .wrap_slidebtn .supportswiper-button-next {
  cursor: pointer;
  display: inline-block;
  min-width: 46px;
  max-width: 46px;
  height: 46px;
  border-radius: 100%;
  border: 2px solid #ddd;
  position: static;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px 18px;
  background-image: url(../images/ico_main_arrow_right_g.png);
}
@media screen and (max-width: 1024px) {
  .section_support {
    position: relative;
    width: 100%;
    padding-top: 28px;
    padding-bottom: 38px;
    background-image: none;
    overflow: hidden;
  }
  .section_support::after, .section_support::before {
    display: block;
    position: absolute;
    content: "";
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .section_support::before {
    width: 11vw;
    height: 11vw;
    bottom: 26px;
    left: -14px;
    background-image: url(../images/bg_main_support_mob_1.png);
  }
  .section_support:after {
    width: 26vw;
    height: 26vw;
    top: -38px;
    right: 15px;
    background-image: url(../images/bg_main_support_mob_2.png);
  }
  .section_support .section_header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
  .section_support .section_header .right {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
    height: auto;
    min-height: 46px;
    margin-top: 0;
  }
  .section_support .section_title + .sub_text {
    margin-top: 8px;
  }
  .section_support .sub_text {
    font-size: 17px;
    line-height: 1.5rem;
  }
  .section_support .btn_primary {
    min-height: 39px;
    padding: 0 16px;
    border-radius: 8px;
    line-height: 39px;
  }
  .section_support .btn_detail {
    padding: 6px 17px;
  }
  .section_support .ico_main_clock {
    display: inline-block;
    width: 13px;
    height: 13px;
    font-size: 1px;
    line-height: 0;
    color: transparent;
    text-indent: -9999rem;
    overflow: hidden;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
  }
  .section_support .box_linkbtn {
    margin-top: 16px;
    position: static;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0px 7px;
  }
  .section_support .swiper_support {
    margin-top: 22px;
    width: 78%;
    margin-left: 0;
    overflow: visible;
  }
  .section_support .swiper-slide {
    border-radius: 13px;
  }
  .section_support .swiper-slide .area_img {
    border-radius: 13px 13px 0 0;
  }
  .section_support .swiper-slide .area_cont {
    padding: 27px 16px 30px;
    border-radius: 0 0 13px 13px;
  }
  .section_support .swiper-slide .area_cont .label_round {
    right: 15px;
    top: -14px;
    padding: 5px 15px;
  }
  .section_support .swiper-slide .area_cont .list_info {
    margin-top: 0;
  }
  .section_support .swiper-slide .area_cont .list_info li + li {
    margin-top: 2px;
  }
  .section_support .swiper-slide .area_cont > strong {
    font-size: 18px;
  }
  .section_support .swiper-slide .area_cont .text_name {
    font-weight: 400;
    color: #000;
  }
  .section_support .wrap_slidebtn {
    gap: 13px;
    margin-top: 18px;
  }
  .section_support .wrap_slidebtn .supportswiper-pagination {
    gap: 2px;
  }
  .section_support .wrap_slidebtn .supportswiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
  .section_support .wrap_slidebtn .supportswiper-button-prev {
    background-size: 7px 14px;
    min-width: 35px;
    max-width: 35px;
    height: 35px;
  }
  .section_support .wrap_slidebtn .supportswiper-button-next {
    background-size: 7px 14px;
    min-width: 35px;
    max-width: 35px;
    height: 35px;
  }
}

/* 소식 영역 */
.section_news {
  position: relative;
  padding: 56px 0 70px;
}
.section_news .wrap {
  position: relative;
}
.section_news .tab_area {
  position: relative;
  width: 100%;
}
.section_news .tab_menu {
  position: absolute;
  top: -52px;
  z-index: 1;
  width: 100%;
  max-width: 300px;
  height: 500px;
  padding: 42px 28px;
  background: rgb(115, 185, 42);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(115, 185, 42)), to(rgb(17, 168, 236)));
  background: linear-gradient(180deg, rgb(115, 185, 42) 0%, rgb(17, 168, 236) 100%);
  border-radius: 10px;
  font-size: 19px;
  line-height: 29px;
  color: #fff;
}
.section_news .tab_menu > li {
  cursor: pointer;
}
.section_news .tab_menu > li + li {
  margin-top: 14px;
}
.section_news .tab_menu > li.on {
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section_news .tab_menu > li.on::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 10px;
  border-radius: 100px;
  background-color: #fff;
}
.section_news .tab_content .container {
  display: none;
}
.section_news .tab_content .container.on {
  display: block;
}
.section_news .swiper_news {
  z-index: 1;
  margin: 80px 0 50px 200px;
}
.section_news .swiper_news .swiper-wrapper {
  width: 100%;
  height: 400px;
}
.section_news .swiper_news .swiper-slide {
  width: 100%;
  height: 400px;
  border-radius: 20px;
  overflow: hidden;
}
.section_news .swiper_news .card_images img {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section_news .swiper_news .card_images .layer_text {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding: 20px 28px 38px;
}
.section_news .swiper_news .card_images .group_date {
  position: absolute;
  right: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0px 0px;
}
.section_news .swiper_news .card_images .group_date .text_day {
  font-size: 40px;
  font-weight: 500;
  line-height: 40px;
}
.section_news .swiper_news .card_images .group_heading {
  position: absolute;
  bottom: 40px;
}
.section_news .swiper_news .card_images .group_heading .text_category {
  display: inline-block;
  color: #fff;
  padding-bottom: 10px;
}
.section_news .swiper_news .card_images .group_heading p {
  font-size: 20px;
  font-weight: 400;
  width: calc(100% - 28px);
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.section_news .swiper_news .card_text {
  background-color: #fff;
  width: 100%;
  height: 100%;
  padding: 28px 28px 38px;
  border: 1px solid #d7d7d7;
  border-radius: 20px;
  overflow: hidden;
}
.section_news .swiper_news .card_text > a {
  width: 100%;
  height: 100%;
  display: block;
}
.section_news .swiper_news .card_text .text_category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  color: #73b92a;
  font-weight: 500;
  margin-bottom: 10px;
}
.section_news .swiper_news .card_text strong {
  font-size: 20px;
  line-height: 30px;
  width: 100%;
  margin-bottom: 16px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.section_news .swiper_news .card_text p {
  font-size: 16px;
  line-height: 26px;
  color: #666;
  width: 100%;
  margin-bottom: 96px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.section_news .swiper_news .card_text .text_date {
  color: #666;
}
.section_news .wrap_slidebtn {
  position: absolute;
  left: 30px;
  bottom: 0;
  height: 24px;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0px 29px;
}
.section_news .wrap_slidebtn .newsswiper-button-prev {
  cursor: pointer;
  position: static;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 12px;
  height: 24px;
  background-image: url(../images/ico_main_arrow_left_w.png);
}
.section_news .wrap_slidebtn .newsswiper-button-next {
  cursor: pointer;
  position: static;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 12px;
  height: 24px;
  background-image: url(../images/ico_main_arrow_right_w.png);
}
@media screen and (max-width: 1024px) {
  .section_news {
    padding-top: 32px;
    padding-bottom: 26px;
    overflow: hidden;
  }
  .section_news .swiper_news {
    width: 64%;
    overflow: visible;
    margin: 96px auto 0px 20px;
  }
  .section_news .swiper_news .swiper-wrapper {
    max-height: 330px;
  }
  .section_news .swiper_news .swiper-slide {
    max-height: 320px;
    border-radius: 13px;
  }
  .section_news .swiper_news .swiper-slide .group_date {
    right: 20px;
    top: 8px;
  }
  .section_news .swiper_news .swiper-slide .group_date .text_day {
    font-size: 30px;
    line-height: 36px;
  }
  .section_news .swiper_news .swiper-slide .group_date .text_year {
    font-size: 15px;
  }
  .section_news .swiper_news .swiper-slide .group_heading {
    bottom: 28px;
  }
  .section_news .swiper_news .swiper-slide .group_heading .text_category {
    font-size: 15px;
    padding-bottom: 6px;
  }
  .section_news .swiper_news .swiper-slide .group_heading p {
    font-size: 18px;
    line-height: 24px;
  }
  .section_news .swiper_news .card_images .layer_text {
    padding: 10px 14px 22px;
  }
  .section_news .swiper_news .card_text {
    padding: 16px 16px 38px;
  }
  .section_news .swiper_news .card_text .text_category {
    font-size: 15px;
    margin-bottom: 5px;
  }
  .section_news .swiper_news .card_text strong {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 12px;
  }
  .section_news .swiper_news .card_text p {
    margin-bottom: 37px;
    -webkit-line-clamp: 5;
  }
  .section_news .wrap_slidebtn {
    display: none;
  }
  .section_news .tab_area .tab_menu {
    top: 20px;
    margin-top: 0;
  }
  .section_news .tab_area .tab_menu li + li {
    margin-top: 0;
  }
  .section_news .tab_area .tab_content {
    width: calc(100% + 30px);
    margin-left: -1px;
    overflow: hidden;
  }
  .section_news .tab_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    gap: 0px 15px;
    padding: 26px 20px;
    margin-top: 19px;
    border-radius: 8px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    height: 175px;
    width: 100%;
    min-width: calc(100% + 15px);
    font-size: 17px;
  }
  .section_news .tab_menu li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    white-space: nowrap;
    gap: 2px 0px;
  }
  .section_news .tab_menu li::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-right: 10px;
    border-radius: 100px;
    background-color: transparent;
  }
}

/* 지역 신문사 */
.section_region {
  padding: 64px 0 62px;
  background-color: #f1f8e9;
}
.section_region .section_title {
  position: absolute;
  line-height: 54px;
}
.section_region .area_box {
  padding: 0;
}
.section_region .area_data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.section_region .area_data .l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 8px;
}
.section_region .area_data .l #kr-map {
  margin-right: -5px;
}
.section_region .area_data .r {
  margin: 0;
  padding-left: 0;
  padding-right: 50px;
  max-width: 800px;
}
.section_region .area_data .r .area_info {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-top: 142px;
  margin-bottom: 30px;
  padding: 46px 35px 48px 40px;
  border-radius: 20px;
  border: 1px solid #d7d7d7;
}
.section_region .area_data .r .area_info::before {
  display: none;
}
.section_region .area_data .r .area_info::after {
  content: "";
  position: absolute;
  left: 100%;
  bottom: 50%;
  width: 26px;
  height: 30px;
  background-image: url(../images/bg_main_region.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-transform: translateX(-1px) translateY(50%);
          transform: translateX(-1px) translateY(50%);
}
.section_region .area_data .r .area_info .top {
  min-height: 79px;
  padding-right: 92px;
}
.section_region .area_data .r .area_info .btm {
  padding-top: 20px;
}
.section_region .area_data .r .area_info .news {
  margin: 6px 4px;
  background-color: #eee;
  border: none;
  border-radius: 100px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.section_region .area_data .r .area_info .news:hover, .section_region .area_data .r .area_info .news:focus {
  background-color: #d7d7d7;
}
.section_region .area_data .r .area_info .more_btn {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #999;
  width: 36px;
  min-width: 36px;
  height: 36px;
  border-radius: 100%;
  background-image: url(../images/ico_main_dot_white.png);
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: center;
}
.section_region .area_data .r .area_info .more_btn:hover, .section_region .area_data .r .area_info .more_btn:focus {
  background-color: #999;
}
.section_region .area_data .r .area_info .area_name {
  border: none;
  font-size: 30px;
  padding-bottom: 8px;
}
.section_region .area_data .r .area_info .area_slogan {
  font-size: 18px;
  font-weight: 500;
  color: #666;
}
.section_region .area_data .r .area_info .news_total {
  position: absolute;
  right: 30px;
  top: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 88px;
  height: 88px;
  border-radius: 1000px;
  background-color: #73b92a;
  color: #fff;
}
.section_region .area_data .r .area_info .news_total .text_total {
  font-size: 22px;
  font-weight: 500;
}
.section_region .area_text {
  display: block;
  font-size: 16px;
}
.section_region .btn_detail {
  max-width: 210px;
}
@media screen and (max-width: 1024px) {
  .section_region {
    padding: 10px 0 36px;
  }
  .section_region .btn_primary {
    display: none;
  }
  .section_region .section_title {
    position: relative;
  }
  .section_region .area_box {
    padding-top: 25px;
  }
  .section_region .area_box .section_title {
    line-height: 36px;
  }
  .section_region .area_data {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .section_region .area_data .l {
    margin-top: 4px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .section_region .area_data .l #kr-map {
    max-width: 93%;
    height: auto;
  }
  .section_region .area_data .r {
    padding-right: 0;
    padding-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .section_region .area_data .r .area_info {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 0;
    border-radius: 13px;
    padding: 25px 18px 28px 18px;
  }
  .section_region .area_data .r .area_info .more_btn {
    display: block;
  }
  .section_region .area_data .r .area_info .top {
    min-height: 63px;
  }
  .section_region .area_data .r .area_info .news {
    margin: 5px 4px;
    font-size: 15px;
  }
  .section_region .area_data .r .area_info .area_name {
    font-size: 23px;
    padding-bottom: 8px;
  }
  .section_region .area_data .r .area_info .area_slogan {
    font-size: 17px;
  }
  .section_region .area_data .r .area_info .news_total {
    font-size: 15px;
    width: 70px;
    height: 70px;
    top: 22px;
    right: 22px;
  }
  .section_region .area_data .r .area_info .news_total .text_total {
    font-size: 19px;
  }
  .section_region .area_data .r .area_info .btm {
    padding-top: 24px;
  }
  .section_region .area_data .r .area_info::after {
    left: 50%;
    bottom: 0%;
    width: 20px;
    height: 24px;
    background-image: url(../images/bg_main_region.png);
    -webkit-transform: translateX(-50%) translateY(90%) rotate(90deg);
            transform: translateX(-50%) translateY(90%) rotate(90deg);
  }
}

.section_introduce {
  padding: 54px 0 70px;
}
.section_introduce .wrap {
  position: relative;
  overflow: hidden;
}
.section_introduce .box_pagination {
  position: relative;
  width: 100%;
  height: 50px;
  margin-top: 40px;
}
.section_introduce .box_pagination::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0;
  right: 0;
  z-index: 50;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-filter: blur(2px);
          filter: blur(2px);
}
.section_introduce .box_pagination::after {
  right: -5px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(80%, white));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 80%);
}
.section_introduce .introswiper-pagination {
  position: absolute;
  z-index: 2;
  left: 0;
  top: -4px;
  width: 100%;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.section_introduce .introswiper-pagination .swiper-pagination-bullet {
  width: auto;
  height: 50px;
  background-color: transparent;
  opacity: 1;
}
.section_introduce .introswiper-pagination .swiper-pagination-bullet .bullet_text {
  font-size: 19px;
  white-space: nowrap;
  display: inline-block;
  padding: 8px 22px;
  border: 2px solid #eee;
  border-radius: 200px;
}
.section_introduce .introswiper-pagination .swiper-pagination-bullet .bullet_num {
  display: none;
}
.section_introduce .introswiper-pagination .swiper-pagination-bullet-active .bullet_text {
  color: #fff;
  background-color: #1762c8;
  font-weight: 500;
  border: 2px solid rgba(0, 0, 0, 0);
}
.section_introduce .introswiper-pagination .swiper-pagination-bullet:focus-visible {
  border-radius: 30px;
}
.section_introduce .introswiper-pagination-dot {
  display: none;
}
.section_introduce .title_info {
  padding-top: 10px;
}
.section_introduce .swiper_intro {
  padding-top: 32px;
  position: relative;
}
.section_introduce .swiper_intro .swiper-slide {
  padding: 56px 0px 56px 80px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom 0px right 80px;
}
.section_introduce .swiper_intro .swiper-slide.item_1 {
  background-image: url("../images/bg_introslide_1.png");
}
.section_introduce .swiper_intro .swiper-slide.item_2 {
  background-image: url("../images/bg_introslide_2.png");
}
.section_introduce .swiper_intro .swiper-slide.item_3 {
  background-image: url("../images/bg_introslide_3.png");
}
.section_introduce .swiper_intro .swiper-slide.item_4 {
  background-image: url("../images/bg_introslide_4.png");
}
.section_introduce .swiper_intro .swiper-slide.item_5 {
  background-image: url("../images/bg_introslide_5.png");
}
.section_introduce .swiper_intro .swiper-slide.item_6 {
  background-image: url("../images/bg_introslide_6.png");
}
.section_introduce .swiper_intro .swiper-slide.item_7 {
  background-image: url("../images/bg_introslide_7.png");
}
.section_introduce .swiper_intro .swiper-slide .header_sub {
  font-size: 18px;
  color: #1762c8;
  font-weight: 500;
}
.section_introduce .swiper_intro .swiper-slide .slide_tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  font-size: 36px;
  font-weight: 600;
  line-height: 60px;
  margin-bottom: 10px;
}
.section_introduce .swiper_intro .swiper-slide .text {
  line-height: 1.4rem;
}
.section_introduce .btn_group {
  margin-top: 26px;
}
.section_introduce .btn_detail {
  position: static;
  display: inline-block;
  min-height: 46px;
  line-height: 46px;
}
.section_introduce .btn_detail_white {
  margin-left: 9px;
  padding: 0 24px;
  color: #666;
  background-color: #fff;
  border: 1px solid #666;
  border-radius: 10px;
}
.section_introduce .introswiper-button-prev {
  position: absolute;
  z-index: 2;
  cursor: pointer;
  display: inline-block;
  width: 46px;
  height: 46px;
  border-radius: 100%;
  border: 2px solid #ccc;
  background-repeat: no-repeat;
  background-color: #fff;
  background-position: center;
  background-size: 10px 18px;
  top: 50%;
  -webkit-transform: translateY(calc(-50% + 14px));
          transform: translateY(calc(-50% + 14px));
  background-image: url(../images/ico_main_arrow_left_g.png);
  left: 0;
}
.section_introduce .introswiper-button-prev.swiper-button-disabled {
  background-image: url(../images/ico_arrow_left_disable.png);
  border: 2px solid #eee;
}
.section_introduce .introswiper-button-next {
  position: absolute;
  z-index: 2;
  cursor: pointer;
  display: inline-block;
  width: 46px;
  height: 46px;
  border-radius: 100%;
  border: 2px solid #ccc;
  background-repeat: no-repeat;
  background-color: #fff;
  background-position: center;
  background-size: 10px 18px;
  top: 50%;
  -webkit-transform: translateY(calc(-50% + 14px));
          transform: translateY(calc(-50% + 14px));
  background-image: url(../images/ico_main_arrow_right_g.png);
  right: 0;
}
.section_introduce .introswiper-button-next.swiper-button-disabled {
  background-image: url(../images/ico_arrow_right_disable.png);
  border: 2px solid #eee;
}
@media screen and (max-width: 1900px) {
  .section_introduce .swiper_intro .swiper-slide {
    background-size: 35vw;
  }
}
@media screen and (max-width: 1024px) {
  .section_introduce {
    padding-top: 32px;
    padding-bottom: 40px;
  }
  .section_introduce .section_title + .sub_text {
    margin-top: 8px;
  }
  .section_introduce .sub_text {
    font-size: 17px;
    line-height: 1.4rem;
  }
  .section_introduce .title_info {
    margin-top: 0;
  }
  .section_introduce .btn_group {
    margin-top: 16px;
  }
  .section_introduce .btn_group .btn_detail {
    min-height: 39px;
    padding: 0px 16px;
    font-size: 16px;
    line-height: 39px;
    vertical-align: middle;
  }
  .section_introduce .box_pagination {
    margin-top: 20px;
  }
  .section_introduce .box_pagination::after {
    width: 60px;
    margin-right: -15px;
  }
  .section_introduce .swiper_intro {
    padding-top: 10px;
  }
  .section_introduce .swiper_intro .swiper-slide {
    padding-top: 0;
    padding-left: 0;
    background-size: 345px;
    background-position: center bottom 0px;
    min-height: 394px;
  }
  .section_introduce .swiper_intro .swiper-slide .header_sub {
    font-size: 17px;
  }
  .section_introduce .swiper_intro .swiper-slide .slide_tit {
    font-size: 26px;
    line-height: 40px;
    margin-bottom: 6px;
  }
  .section_introduce .introswiper-pagination {
    left: -2px;
  }
  .section_introduce .introswiper-pagination .swiper-pagination-bullet {
    height: 40px;
  }
  .section_introduce .introswiper-pagination .swiper-pagination-bullet > .bullet_text {
    display: none;
    padding: 0 12px;
    line-height: 36px;
    font-size: 17px;
  }
  .section_introduce .introswiper-pagination .swiper-pagination-bullet .bullet_num {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0 12px;
    border: 2px solid #eeeeee;
    border-radius: 20px;
    font-weight: 500;
    color: #666;
  }
  .section_introduce .introswiper-pagination .swiper-pagination-bullet-active .bullet_text {
    display: block;
  }
  .section_introduce .introswiper-pagination .swiper-pagination-bullet-active .bullet_num {
    display: none;
    background-color: #1762c8;
    border: 2px solid transparent;
    color: #fff;
  }
  .section_introduce .wrap_slidebtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 13px;
    margin-top: 18px;
  }
  .section_introduce .wrap_slidebtn .introswiper-pagination-dot {
    gap: 4px;
  }
  .section_introduce .wrap_slidebtn .introswiper-pagination-dot .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
  .section_introduce .wrap_slidebtn .introswiper-button-prev {
    position: relative;
    background-size: 7px 14px;
    min-width: 35px;
    max-width: 35px;
    height: 35px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .section_introduce .wrap_slidebtn .introswiper-button-next {
    position: relative;
    top: 0;
    background-size: 7px 14px;
    min-width: 35px;
    max-width: 35px;
    height: 35px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .section_introduce .introswiper-pagination-dot {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0px 7px;
    width: auto;
    position: static;
  }
  .section_introduce .introswiper-pagination-dot .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
  .section_introduce .introswiper-pagination-dot .swiper-pagination-bullet-active {
    background-color: #222;
  }
}

/* 링크 박스 영역 */
.section_link {
  padding: 68px 0 70px;
  background-color: #f6f6f6;
  padding-bottom: 70px;
}
.section_link .section_title {
  font-size: 28px;
  line-height: 1;
  margin-bottom: 22px;
}
.section_link .ico_plus_gray {
  display: inline-block;
  width: 20px;
  height: 20px;
  font-size: 1px;
  line-height: 0;
  color: transparent;
  text-indent: -9999rem;
  overflow: hidden;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  background: url(../images/ico_plus_gray.png);
}
.section_link .ico_building {
  display: inline-block;
  width: 34px;
  height: 34px;
  font-size: 1px;
  line-height: 0;
  color: transparent;
  text-indent: -9999rem;
  overflow: hidden;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  background-image: url(../images/ico_building.png);
  margin-right: 18px;
}
.section_link .ico_compass {
  display: inline-block;
  width: 34px;
  height: 34px;
  font-size: 1px;
  line-height: 0;
  color: transparent;
  text-indent: -9999rem;
  overflow: hidden;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  background-image: url(../images/ico_compass.png);
  margin-right: 18px;
}
.section_link .ico_sandglass {
  display: inline-block;
  width: 34px;
  height: 34px;
  font-size: 1px;
  line-height: 0;
  color: transparent;
  text-indent: -9999rem;
  overflow: hidden;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  background-image: url(../images/ico_sandglass.png);
  margin-right: 18px;
}
.section_link .ico_hammer {
  display: inline-block;
  width: 34px;
  height: 34px;
  font-size: 1px;
  line-height: 0;
  color: transparent;
  text-indent: -9999rem;
  overflow: hidden;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  background-image: url(../images/ico_hammer.png);
  margin-right: 18px;
}
.section_link .container_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.section_link .group_linkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(50% - 25px);
}
.section_link .group_linkbox .box_qna {
  position: relative;
  background-color: #fff;
  border: 1px solid #d7d7d7;
  width: calc(50% - 15px);
  height: 295px;
  border-radius: 20px;
  overflow: hidden;
  padding: 24px 33px;
  background-position: right 24px bottom 12px;
  background-size: 5.8vw;
  background-repeat: no-repeat;
  background-image: url(../images/bg_qna.png);
  background-position: right 22px bottom 14px;
  background-size: 100px auto;
}
.section_link .group_linkbox .box_map {
  position: relative;
  background-color: #fff;
  border: 1px solid #d7d7d7;
  width: calc(50% - 15px);
  height: 295px;
  border-radius: 20px;
  overflow: hidden;
  padding: 24px 33px;
  background-position: right 24px bottom 12px;
  background-size: 5.8vw;
  background-repeat: no-repeat;
  background-image: url(../images/bg_map.png);
  background-position: right 7px bottom 19px;
  background-size: 100px auto;
}
.section_link .group_linkbox strong {
  display: inline-block;
  font-size: 20px;
  padding-bottom: 12px;
}
.section_link .group_linkbox .box_text {
  word-break: break-all;
}
.section_link .group_linkbox .plus_btn {
  position: absolute;
  top: 28px;
  right: 28px;
  display: inline-block;
  width: 20px;
  height: 20px;
}
.section_link .area_conference {
  width: calc(50% - 25px);
  height: 295px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.section_link .area_conference strong {
  font-size: 28px;
  line-height: 32px;
  font-weight: 600;
  padding-bottom: 18px;
}
.section_link .box_conference {
  position: relative;
  width: 100%;
  min-height: 245px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 20px;
  padding-top: 9px;
  padding-bottom: 28px;
  padding-left: 40px;
  padding-right: 40px;
  background: rgb(17, 168, 236);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(17, 168, 236)), color-stop(54%, rgb(23, 98, 200)), to(rgb(23, 98, 200)));
  background: linear-gradient(180deg, rgb(17, 168, 236) 0%, rgb(23, 98, 200) 54%, rgb(23, 98, 200) 100%);
}
.section_link .box_conference .line_bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 48px;
  background-color: #11a8ec;
}
.section_link .box_conference .group_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  width: 56%;
}
.section_link .box_conference .group_text .text_year {
  font-size: 36px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.15);
}
.section_link .box_conference .group_text .text_header {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.section_link .box_conference .group_text > p {
  padding-top: 10px;
  color: #fff;
  width: 100%;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.section_link .box_conference .group_swiper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  position: relative;
  margin-top: 10px;
  margin-right: 20px;
}
.section_link .box_conference .swiper_conference {
  width: 100%;
  margin: 0;
}
.section_link .box_conference .swiper-slide {
  position: relative;
  width: 98%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.section_link .box_conference .swiper-slide .box_flex {
  position: relative;
  min-width: 140px;
  height: 180px;
  margin-top: 15px;
  margin-right: 10px;
}
.section_link .box_conference .swiper-slide img {
  width: 92%;
  height: 100%;
  position: absolute;
  z-index: 2;
  left: 0px;
  top: 0px;
}
.section_link .box_conference .not_swiper {
  width: 100%;
}
.section_link .box_conference .not_swiper .box_flex {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  height: 184px;
  margin-top: 12px;
  margin-right: 0;
}
.section_link .box_conference .not_swiper .container_img img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.section_link .conferswiper-button-prev {
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 12px;
  height: 24px;
  background-image: url(../images/ico_main_arrow_left_w.png);
  left: calc(100% - 186px);
}
.section_link .conferswiper-button-next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 12px;
  height: 24px;
  background-image: url(../images/ico_main_arrow_right_w.png);
  right: -10px;
}
.section_link .container_btm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50px;
  width: 100%;
  height: 114px;
  padding-left: 50px;
  padding-right: 20px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url(../images/bg_boxbtm.jpg);
  border-radius: 20px;
  overflow: hidden;
  color: #fff;
}
.section_link .container_btm .dimed {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(12, 55, 89, 0.8);
}
.section_link .container_btm strong {
  z-index: 2;
  font-size: 28px;
  color: #fff;
}
.section_link .container_btm .list_link {
  z-index: 2;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 18px;
  font-weight: 400;
}
.section_link .container_btm .list_link li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 27px;
}
.section_link .container_btm .list_link li > a {
  color: #fff;
}
.section_link .container_btm .list_link li::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 18px;
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  right: 0;
}
.section_link .container_btm .list_link li:last-child::after {
  display: none;
}
@media screen and (max-width: 1080px) {
  .section_link .container_btm .list_link li {
    padding: 0 10px;
  }
}
@media screen and (max-width: 1024px) {
  .section_link {
    padding-top: 35px;
    padding-bottom: 40px;
  }
  .section_link .ico_building {
    width: 26px;
    height: 27px;
    margin-right: 13px;
    background-size: contain;
  }
  .section_link .ico_compass {
    width: 26px;
    height: 27px;
    margin-right: 13px;
    background-size: contain;
  }
  .section_link .ico_sandglass {
    width: 26px;
    height: 27px;
    margin-right: 13px;
    background-size: contain;
  }
  .section_link .ico_hammer {
    width: 26px;
    height: 27px;
    margin-right: 13px;
    background-size: contain;
  }
  .section_link .section_title {
    font-size: 22px;
  }
  .section_link .container_top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    gap: 30px 0;
  }
  .section_link .container_top .area_conference {
    width: 100%;
    height: auto;
  }
  .section_link .container_top .area_conference strong {
    font-size: 22px;
    padding-bottom: 10px;
  }
  .section_link .group_linkbox {
    gap: 16px;
    width: 100%;
  }
  .section_link .group_linkbox .box_map {
    display: block;
    width: 100%;
    min-height: 136px;
    height: auto;
    padding: 14px 20px;
    background-size: 72px auto;
    background-position: right 3px bottom 10px;
    border-radius: 10px;
  }
  .section_link .group_linkbox .box_qna {
    display: block;
    width: 100%;
    min-height: 136px;
    height: auto;
    padding: 14px 20px;
    background-size: 72px auto;
    background-position: right 14px bottom 9px;
    border-radius: 10px;
  }
  .section_link .group_linkbox strong {
    font-size: 18px;
  }
  .section_link .box_conference {
    min-height: 164px;
    max-height: 164px;
    margin-top: 12px;
    padding: 9px 20px;
    border-radius: 13px;
  }
  .section_link .box_conference:has(.not_swiper) .group_swiper {
    margin-right: 0;
  }
  .section_link .box_conference:has(.not_swiper) .group_swiper > div {
    width: 100%;
  }
  .section_link .box_conference .not_swiper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
  }
  .section_link .box_conference .not_swiper .group_text {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: calc(100% - 138px);
    min-width: 50%;
  }
  .section_link .box_conference .not_swiper .box_flex {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    min-width: 138px;
    margin-right: 0;
  }
  .section_link .box_conference .not_swiper .box_flex .container_img {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 90%;
  }
  .section_link .box_conference .not_swiper .box_flex .container_img > img {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .section_link .box_conference .group_text {
    gap: 4px;
    width: calc(100% - 140px);
    padding: 0 4px;
  }
  .section_link .box_conference .group_text .text_year {
    font-size: 26px;
    line-height: 1;
  }
  .section_link .box_conference .group_text .text_header {
    font-size: 18px;
    white-space: wrap;
    line-height: 1.6rem;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    word-break: break-all;
  }
  .section_link .box_conference .swiper-slide img {
    width: 66%;
    left: 100%;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  .section_link .box_conference .swiper-slide .box_flex {
    width: 140px;
    height: 125px;
    margin-top: 0;
    margin-right: 0;
  }
  .section_link .box_conference .swiper-slide .container_img {
    width: 100%;
  }
  .section_link .box_conference .swiper-slide .container_img > img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .section_link .box_conference .group_swiper {
    width: 100%;
  }
  .section_link .box_conference .conferswiper-button-prev {
    width: 11px;
    height: 20px;
    left: auto;
    right: 127px;
  }
  .section_link .box_conference .conferswiper-button-next {
    width: 11px;
    height: 20px;
    left: auto;
    right: 0;
  }
  .section_link .container_btm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    height: 244px;
    border-radius: 13px;
    margin-top: 30px;
    padding-left: 27px;
    padding-top: 17px;
    padding-bottom: 25px;
  }
  .section_link .container_btm strong {
    font-size: 22px;
  }
  .section_link .container_btm .list_link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 12px 0px;
  }
  .section_link .container_btm .list_link li {
    padding-left: 0;
  }
  .section_link .container_btm .list_link li:after {
    display: none;
  }
  .section_link .container_btm .list_link li .ico {
    margin-right: 10px;
  }
}