@charset "UTF-8";
/* Made by Masstige */
@-webkit-keyframes progress {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes progress {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.main-visual .item {
  position: relative;
}
.main-visual .img-bx {
  display: block;
  position: relative;
  overflow: hidden;
}
.main-visual .img-bx::after {
  content: "";
  display: block;
  padding-bottom: 41.6666666667%;
}
.main-visual .img-bx > img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  min-width: 1000%;
  min-height: 1000%;
  max-width: none;
  max-height: none;
  -webkit-transform: translate(-50%, -50%) scale(0.1);
          transform: translate(-50%, -50%) scale(0.1);
}
.main-visual .txt-bx {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  text-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
  letter-spacing: -0.05em;
  line-height: 1.3;
}
.main-visual .txt-bx .title {
  font-size: 5em;
}
.main-visual .txt-bx .text {
  margin-top: 1em;
  font-size: 1.875em;
  font-weight: 300;
  -webkit-transition-delay: 300ms !important;
          transition-delay: 300ms !important;
}
.main-visual .swiper-slide .txt-bx .title,
.main-visual .swiper-slide .txt-bx .text {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
  -webkit-transition: 1000ms opacity, 1000ms -webkit-transform;
  transition: 1000ms opacity, 1000ms -webkit-transform;
  transition: 1000ms opacity, 1000ms transform;
  transition: 1000ms opacity, 1000ms transform, 1000ms -webkit-transform;
}
.main-visual .swiper-slide-active .txt-bx .title,
.main-visual .swiper-slide-active .txt-bx .text {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
@media all and (max-width: 1200px) {
  .main-visual .img-bx::after {
    padding-bottom: 66.6666666667%;
  }
}
@media all and (max-width: 768px) {
  .main-visual .img-bx::after {
    padding-bottom: 83.3333333333%;
  }
  .main-visual .txt-bx {
    font-size: 2.3vw;
  }
}
.main-visual .swiper-pagination {
  position: absolute;
  left: 50%;
  bottom: 3.125rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.main-visual .swiper-pagination-bullet {
  margin: 0 4px;
}
@media all and (max-width: 1024px) {
  .main-visual .swiper-pagination {
    bottom: 1.25rem;
  }
}
.main-visual .swiper-button {
  z-index: 10;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
  font-size: 2.5rem;
  -webkit-transition: 300ms color;
  transition: 300ms color;
}
.main-visual .swiper-button:hover {
  color: #007bff;
}
.main-visual .swiper-button--prev {
  left: 50%;
  margin-left: -700px;
}
.main-visual .swiper-button--next {
  right: 50%;
  margin-right: -700px;
}
@media all and (max-width: 1400px) {
  .main-visual .swiper-button {
    display: none;
  }
}
.main-visual .swiper-play {
  display: block;
  padding-right: 8px;
  padding-left: 8px;
  cursor: pointer;
}
.main-visual .swiper-play .xi-pause {
  display: none;
}
.main-visual .swiper-play.on .xi-pause {
  display: inline-block;
}
.main-visual .swiper-play.on .xi-play {
  display: none;
}
.main-visual .swiper-control.swiper-control--progress {
  position: absolute;
  bottom: 3.125rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  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;
  z-index: 3;
  margin-left: -8px;
  margin-right: -8px;
}
.main-visual .swiper-control.swiper-control--progress .swiper-pagination {
  -webkit-transform: none;
          transform: none;
}
.main-visual .swiper-control.swiper-control--progress .swiper-pagination-bullets {
  position: static;
  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;
  padding-left: 8px;
  padding-right: 8px;
}
.main-visual .swiper-control.swiper-control--progress .swiper-pagination-bullet {
  position: relative;
  display: block;
  margin: 0 5px;
  border-radius: 0;
  width: 88px;
  height: 3px;
  background: rgba(0, 0, 0, 0.3);
  opacity: 1;
}
.main-visual .swiper-control.swiper-control--progress .swiper-pagination-bullet::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #007bff;
}
.main-visual .swiper-control.swiper-control--progress .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  -webkit-animation: progress 3s linear 0s 1;
          animation: progress 3s linear 0s 1;
  width: 100%;
}
.main-visual .swiper-control.swiper-control--progress-no {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 3.125rem;
  z-index: 10;
}
.main-visual .swiper-control.swiper-control--progress-no .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-visual .swiper-control.swiper-control--progress-no .swiper-pagination {
  position: static;
  -webkit-transform: none;
          transform: none;
}
.main-visual .swiper-control.swiper-control--progress-no .swiper-pagination-bullet {
  width: auto;
  height: auto;
  opacity: 1;
  background: none;
  color: #fff;
  font-weight: 700;
  margin-right: 1.875rem;
  padding-right: 0;
  position: relative;
}
.main-visual .swiper-control.swiper-control--progress-no .swiper-pagination-bullet::before {
  content: "";
  display: none;
  position: absolute;
  left: 2.1875rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 7.5rem;
  height: 2px;
  background: rgba(255, 255, 255, 0.5);
}
.main-visual .swiper-control.swiper-control--progress-no .swiper-pagination-bullet::after {
  content: "";
  display: none;
  position: absolute;
  left: 2.1875rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 2px;
  background: #000;
}
.main-visual .swiper-control.swiper-control--progress-no .swiper-pagination-bullet-active {
  color: #000;
  padding-right: 8.4375rem;
}
.main-visual .swiper-control.swiper-control--progress-no .swiper-pagination-bullet-active::before, .main-visual .swiper-control.swiper-control--progress-no .swiper-pagination-bullet-active::after {
  display: block;
}
.main-visual .swiper-control.swiper-control--progress-no .swiper-pagination-bullet-active::after {
  -webkit-animation: progress 5.1s linear 0s 1;
          animation: progress 5.1s linear 0s 1;
}

.main_section1 {
  width: 100%;
  overflow: hidden;
  position: relative;
  /* background: url(../images/main/section2_bg.jpg); */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.15) 100%), url(../images/main/section2_bg.jpg); /*웹접근성-명암비 4.7:1*/
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.main_section1 .container {
  position: relative;
  padding: 290px 20px 100px;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.main_section1 .container .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: static;
  z-index: 5;
}
.main_section1 .container .top .txt_bx {
  width: 50%;
}
.main_section1 .container .top .txt_bx h2 {
  font-size: 80px;
  color: #fff;
  font-family: "Pretendard";
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: normal;
  margin-bottom: 20px;
}
.main_section1 .container .top .txt_bx p {
  font-size: 22px;
  font-weight: 300;
  color: #fff;
  font-family: "Pretendard";
  line-height: 1.3;
  letter-spacing: normal;
}
.main_section1 .container .top .txt_bx .specialized-service-bx.type2 a {
  background: #fff;
  color: #000;
  -webkit-animation: flash infinite 2s ease-in-out;
          animation: flash infinite 2s ease-in-out;
}
.main_section1 .container .top .txt_bx .specialized-service-bx.type2 a img {
  -webkit-animation: flash2 infinite 2s ease-in-out;
          animation: flash2 infinite 2s ease-in-out;
}
@-webkit-keyframes flash2 {
  0% {
    -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(266deg) brightness(104%) contrast(103%);
            filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(266deg) brightness(104%) contrast(103%);
  }
  25% {
    -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(266deg) brightness(104%) contrast(103%);
            filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(266deg) brightness(104%) contrast(103%);
  }
  50% {
    -webkit-filter: none;
            filter: none;
  }
  75% {
    -webkit-filter: none;
            filter: none;
  }
  100% {
    -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(266deg) brightness(104%) contrast(103%);
            filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(266deg) brightness(104%) contrast(103%);
  }
}
@keyframes flash2 {
  0% {
    -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(266deg) brightness(104%) contrast(103%);
            filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(266deg) brightness(104%) contrast(103%);
  }
  25% {
    -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(266deg) brightness(104%) contrast(103%);
            filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(266deg) brightness(104%) contrast(103%);
  }
  50% {
    -webkit-filter: none;
            filter: none;
  }
  75% {
    -webkit-filter: none;
            filter: none;
  }
  100% {
    -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(266deg) brightness(104%) contrast(103%);
            filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(266deg) brightness(104%) contrast(103%);
  }
}
@media screen and (min-width: 769px) {
  .main_section1 .container .top .txt_bx .specialized-service-bx.type2 a:hover {
    background: #fff;
    color: #000;
  }
}
@-webkit-keyframes flash {
  0% {
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
  }
  25% {
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
  }
  50% {
    background: #fff;
    color: #000;
  }
  75% {
    background: #fff;
    color: #000;
  }
  100% {
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
  }
}
@keyframes flash {
  0% {
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
  }
  25% {
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
  }
  50% {
    background: #fff;
    color: #000;
  }
  75% {
    background: #fff;
    color: #000;
  }
  100% {
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
  }
}
.main_section1 .container .top .txt_bx .specialized-service-bx a {
  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: 32px;
  width: 310px;
  min-height: 64px;
  padding: 10px 16px;
  margin-top: 30px;
  background: #246BEB;
  border-radius: 90px;
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  font-family: "Pretendard";
  line-height: 1;
  letter-spacing: -1.2px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.main_section1 .container .top .txt_bx .specialized-service-bx a img {
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(266deg) brightness(104%) contrast(103%);
          filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(266deg) brightness(104%) contrast(103%);
}
@media screen and (max-width: 768px) {
  .main_section1 .container .top .txt_bx .specialized-service-bx a {
    padding: 7px 11px;
    margin-top: 20px;
    font-size: 15px;
    gap: 10px;
    min-height: 34px;
  }
  .main_section1 .container .top .txt_bx .specialized-service-bx a img {
    width: 6px;
    margin-top: 2px;
  }
}
@media screen and (max-width: 576px) {
  .main_section1 .container .top .txt_bx .specialized-service-bx a {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .main_section1 .container .top .txt_bx .specialized-service-bx a:hover {
    background: #fff;
    color: #246BEB;
  }
  .main_section1 .container .top .txt_bx .specialized-service-bx a:hover img {
    -webkit-filter: brightness(0) saturate(100%) invert(30%) sepia(74%) saturate(2104%) hue-rotate(209deg) brightness(95%) contrast(93%);
            filter: brightness(0) saturate(100%) invert(30%) sepia(74%) saturate(2104%) hue-rotate(209deg) brightness(95%) contrast(93%);
  }
}
.main_section1 .container .top .search_bx {
  width: 50%;
  -webkit-transform: translateY(-64px);
          transform: translateY(-64px);
}
.main_section1 .container .top .search_bx > p {
  font-family: "Pretendard";
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  letter-spacing: normal;
  margin-bottom: 30px;
}
.main_section1 .container .top .search_bx .form_bx {
  max-width: 505px;
  width: 100%;
  /* border-bottom: 3px solid #fff; */
  margin-bottom: 10px;
  position: relative;
}
.main_section1 .container .top .search_bx .form_bx::after {
  content: "";
  width: 100%;
  height: 3px;
  background: #fff;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 0;
  left: 0;
}
.main_section1 .container .top .search_bx .form_bx form .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding-bottom: 10px;
}
.main_section1 .container .top .search_bx .form_bx form .inner > input {
  font-family: "Pretendard";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background: none;
  border: none;
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  letter-spacing: normal;
  padding: 0;
  height: auto;
}
.main_section1 .container .top .search_bx .form_bx form .inner > input::-webkit-input-placeholder {
  font-size: 25px;
  color: #fff;
  font-weight: 700;
  letter-spacing: normal;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
}
.main_section1 .container .top .search_bx .form_bx form .inner > input::-moz-placeholder {
  font-size: 25px;
  color: #fff;
  font-weight: 700;
  letter-spacing: normal;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
}
.main_section1 .container .top .search_bx .form_bx form .inner > input:-ms-input-placeholder {
  font-size: 25px;
  color: #fff;
  font-weight: 700;
  letter-spacing: normal;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
}
.main_section1 .container .top .search_bx .form_bx form .inner > input::-ms-input-placeholder {
  font-size: 25px;
  color: #fff;
  font-weight: 700;
  letter-spacing: normal;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
}
.main_section1 .container .top .search_bx .form_bx form .inner > input::placeholder {
  font-size: 25px;
  color: #fff;
  font-weight: 700;
  letter-spacing: normal;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
}
.main_section1 .container .top .search_bx .form_bx form .inner img {
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(15%) saturate(0%) hue-rotate(226deg) brightness(110%) contrast(100%);
          filter: brightness(0) saturate(100%) invert(100%) sepia(15%) saturate(0%) hue-rotate(226deg) brightness(110%) contrast(100%);
}
.main_section1 .container .top .search_bx .form_bx form .inner label {
  cursor: pointer;
}
.main_section1 .container .top .search_bx .form_bx form .inner label input {
  position: absolute;
  width: 1px;
  height: 1px;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  overflow: hidden;
}
.main_section1 .container .top .search_bx .rank_list {
  width: 100%;
  max-width: 505px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 25px;
  overflow: hidden;
}
.main_section1 .container .top .search_bx .rank_list li {
  font-family: "Pretendard";
  font-size: 17.5px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1;
  color: #fff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
}
.main_section1 .container .top .search_bx .detail_btn {
  min-width: 130px;
  padding: 10px 16px;
  background: #246BEB;
  border: 1px solid #246BEB;
  border-radius: 55px;
  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;
  gap: 25px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.main_section1 .container .top .search_bx .detail_btn p {
  font-family: "Pretendard";
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}
.main_section1 .container .top .search_bx .detail_btn p:nth-child(1)::before {
  content: "상세검색";
}

.detail_btn span:nth-child(1)::before {
  content: "상세검색";
}

.main_section1 .container .top .search_bx .detail_btn span {
  font-family: "Pretendard";
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}

.main_section1 .container .top .search_bx .detail_btn:hover span {
  color: #246BEB;
}

.main_section1 .container .top .search_bx .detail_btn:focus span {
  color: #246BEB;
}

.main_section1 .container .top .search_bx .detail_btn:focus-visible span {
  color: #246BEB;
}

.main_section1 .container .top .search_bx .detail_btn.on p:nth-child(1)::before {
  content: "닫기";
}
.main_section1 .container .top .search_bx .detail_btn.on p.xi-angle-down-thin {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.main_section1 .container .top .search_bx .detail_btn:hover {
  background: #fff;
}
.main_section1 .container .top .search_bx .detail_btn:hover p {
  color: #246BEB;
  color: #246BEB;
}
.main_section1 .container .top .search_bx .detail_btn:focus-visible {
  background: #fff;
}
.main_section1 .container .top .search_bx .detail_btn p:focus-visible {
  color: #246BEB;
}

.main_section1 .container .top .search_bx .detail_btn:focus {
  background: #fff;
}
.main_section1 .container .top .search_bx .detail_btn p:focus {
  color: #246BEB;
}

.main_section1 .container .top .detail_search_bx {
  position: absolute;
  right: 0;
  bottom: 140px;
  width: 50%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 30;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(5%);
          transform: translateY(5%);
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.main_section1 .container .top .detail_search_bx.type2 {
  width: 50%;
}
.main_section1 .container .top .detail_search_bx.type2 form .inner .option_list li {
  width: 100%;
}
.main_section1 .container .top .detail_search_bx.type2 form .inner .option_list li p {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
.main_section1 .container .top .detail_search_bx.type2 form .inner .option_list li p.on {
  color: #246BEB;
  background: none;
}
.main_section1 .container .top .detail_search_bx form .inner {
  background: #fff;
  border-radius: 20px 20px 0 0;
  padding: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  min-height: 400px;
  /* min-height: 360px; */
}
.main_section1 .container .top .detail_search_bx form .inner::before {
  content: "";
  width: 1px;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: calc(25% + 25px);
}
.main_section1 .container .top .detail_search_bx form .inner::after {
  content: "";
  width: 1px;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: calc(55% - 5px);
}
.main_section1 .container .top .detail_search_bx form .inner .large_category {
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-right: 30px;
  gap: 25px;
}
.main_section1 .container .top .detail_search_bx form .inner .large_category li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
}
.main_section1 .container .top .detail_search_bx form .inner .large_category li span {
  font-family: "Pretendard";
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: normal;
  color: #000;
}
.main_section1 .container .top .detail_search_bx form .inner .large_category li span:not(:first-child) {
  font-size: 14px;
}
.main_section1 .container .top .detail_search_bx form .inner .large_category li span.xi-minus {
  display: none;
}
.main_section1 .container .top .detail_search_bx form .inner .large_category li.active span {
  color: #246BEB;
}
.main_section1 .container .top .detail_search_bx form .inner .large_category li.active span.xi-minus {
  display: block;
}
.main_section1 .container .top .detail_search_bx form .inner .large_category li.active span.xi-plus {
  display: none;
}
.main_section1 .container .top .detail_search_bx form .inner .small_category {
  width: 30%;
  padding-right: 30px;
  padding-left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
}
.main_section1 .container .top .detail_search_bx form .inner .small_category li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
}
.main_section1 .container .top .detail_search_bx form .inner .small_category li span {
  font-family: "Pretendard";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: normal;
  color: #000;
}
.main_section1 .container .top .detail_search_bx form .inner .small_category li span:not(:first-child) {
  font-size: 12px;
}
.main_section1 .container .top .detail_search_bx form .inner .small_category li span.xi-minus {
  display: none;
}
.main_section1 .container .top .detail_search_bx form .inner .small_category li.active span {
  color: #246BEB;
}
.main_section1 .container .top .detail_search_bx form .inner .small_category li.active span.xi-minus {
  display: block;
}
.main_section1 .container .top .detail_search_bx form .inner .small_category li.active span.xi-plus {
  display: none;
}
.main_section1 .container .top .detail_search_bx form .inner .option_list {
  width: 45%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  max-height: 300px;
  overflow-y: auto;
  padding: 0 0 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
  row-gap: 30px;
}
.main_section1 .container .top .detail_search_bx form .inner .option_list::-webkit-scrollbar {
  width: 16px;
}
.main_section1 .container .top .detail_search_bx form .inner .option_list::-webkit-scrollbar-thumb {
  background-color: #9d9d9d;
  border-radius: 24px;
  border: 6px solid #fff;
}
.main_section1 .container .top .detail_search_bx form .inner .option_list::-webkit-scrollbar-track {
  background-color: #fff;
}
.main_section1 .container .top .detail_search_bx form .inner .option_list li {
  width: calc(33.33% - 3.33px);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  /* label {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    cursor: pointer;
    display: flex;
    justify-content: center;

    span {
      width: 100%;
      border-radius: 33px;
      text-align: center;
      padding: 4px 0;
      font-size: 14px;
      font-weight: 400;
      color: #333;
    }

    input:checked+span {
      background: #246BEB;
      color: #fff;
    }

    input {
      position: absolute;
      width: 1px;
      height: 1px;
      clip: rect(0, 0, 0, 0);
      clip-path: inset(50%);
      overflow: hidden;
    }
  } */
}
.main_section1 .container .top .detail_search_bx form .inner .option_list li > p {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 33px;
  text-align: center;
  padding: 4px 0;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  font-size: 16px;
  line-height: 1;
  padding: 0;
}
.main_section1 .container .top .detail_search_bx form .inner .option_list li > p.on {
  background: #246BEB;
  color: #fff;
}
.main_section1 .container .top .detail_search_bx form .btn_bx {
  width: 328px;
  aspect-ratio: 1312/148;
  margin-left: auto;
  background: url("/images/main/detail_search_bx_corner.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  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;
  padding: 0 30px 0 60px;
  z-index: 10;
  position: relative;
}
.main_section1 .container .top .detail_search_bx form .btn_bx .reset_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  cursor: pointer;
}
.main_section1 .container .top .detail_search_bx form .btn_bx .reset_btn span {
  font-family: "Pretendard";
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: normal;
  color: #333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.main_section1 .container .top .detail_search_bx form .btn_bx .reset_btn:hover span {
  color: #3074F1;
}
.main_section1 .container .top .detail_search_bx form .btn_bx .reset_btn:focus span {
  color: #3074F1;
}
.main_section1 .container .top .detail_search_bx form .btn_bx .submit_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  cursor: pointer;
}
.main_section1 .container .top .detail_search_bx form .btn_bx .submit_btn span {
  font-family: "Pretendard";
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: normal;
  color: #333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.main_section1 .container .top .detail_search_bx form .btn_bx .submit_btn:hover span {
  color: #3074F1;
}
.main_section1 .container .top .detail_search_bx form .btn_bx .submit_btn:focus span {
  color: #3074F1;
}
.main_section1 .container .top .detail_search_bx form .selected_bx {
  width: 100%;
  height: 37px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #f6f6f6;
  border-radius: 0 0 20px 20px;
  z-index: 5;
  padding: 0 328px 0 30px;
}
.main_section1 .container .top .detail_search_bx form .selected_bx .selected_option_list {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow-x: auto;
  gap: 20px;
  user-select: none;
  /* 선택 비활성화 */
  -webkit-user-select: none;
  /* Safari 지원 */
  -moz-user-select: none;
  /* Firefox 지원 */
  -ms-user-select: none;
  /* IE 지원 */
}
.main_section1 .container .top .detail_search_bx form .selected_bx .selected_option_list::-webkit-scrollbar {
  height: 7px;
  display: none;
}
.main_section1 .container .top .detail_search_bx form .selected_bx .selected_option_list::-webkit-scrollbar-thumb {
  background-color: #9d9d9d;
  border-radius: 7px;
}
.main_section1 .container .top .detail_search_bx form .selected_bx .selected_option_list::-webkit-scrollbar-track {
  background-color: transparent;
}
.main_section1 .container .top .detail_search_bx form .selected_bx .selected_option_list li {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main_section1 .container .top .detail_search_bx form .selected_bx .selected_option_list li label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border: 1px solid #4256AF;
  border-radius: 3px;
  padding: 5px;
}
.main_section1 .container .top .detail_search_bx form .selected_bx .selected_option_list li label input {
  position: absolute;
  width: 1px;
  height: 1px;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  overflow: hidden;
}
.main_section1 .container .top .detail_search_bx form .selected_bx .selected_option_list li label p {
  font-family: "Pretendard";
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: normal;
  color: #4256AF;
}
.main_section1 .container .top .detail_search_bx form .selected_bx .selected_option_list li label span {
  font-size: 10px;
}
.main_section1 .container .top .detail_search_bx form .selected_bx .selected_option_list li label span.xi-close {
  margin-left: 5px;
  cursor: pointer;
}
.main_section1 .container .top .detail_search_bx.on {
  opacity: 1;
  pointer-events: all;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}
.main_section1 .container .top .detail_search_mo_bx {
  display: none;
}
.main_section1 .container .bottom {
  width: 50%;
  -webkit-transform: translateY(-64px);
          transform: translateY(-64px);
  margin-left: auto;
}

/*250904 웹접근성 p-> h2로 변경*/
.main_section1 .container .bottom > h2 {
  font-family: "Pretendard";
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  letter-spacing: normal;
  margin-bottom: 30px;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
}

.main_section1 .container .bottom > p {
  font-family: "Pretendard";
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  letter-spacing: normal;
  margin-bottom: 10px;
  padding-right: 20px;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
  text-align:right; 
}


.main_section1 .container .bottom .real_time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-radius: 30px;
  background: rgba(0, 0, 0, 0.8);
  margin-bottom: 15px;
}
.main_section1 .container .bottom .real_time li {
  width: 25%;
  padding: 40px 0;
}
.main_section1 .container .bottom .real_time li:last-child > a {
  border: none;
}
.main_section1 .container .bottom .real_time li > a {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  padding: 0 10px;
}
.main_section1 .container .bottom .real_time li > a .marquee {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*overflow: hidden;*/
  justify-content: center;
}
.main_section1 .container .bottom .real_time li > a .marquee.none-active {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.main_section1 .container .bottom .real_time li > a:hover p.semi_text {
  color: #00E0FF;
}
.main_section1 .container .bottom .real_time li > a:focus p.semi_text {
  color: #00E0FF;
}
.main_section1 .container .bottom .real_time li > a p.semi_title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -.4px;
  color: #fff;
  font-family: "Pretendard";
  margin-bottom: 10px;
  white-space: nowrap;
  padding: 0 10px;
}
.main_section1 .container .bottom .real_time li > a p.semi_text {
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: normal;
  color: #B6B6B6;
  font-family: "Pretendard";
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.main_section1 .container .bottom .real_time li > a .num_bx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 20px;
  gap: 7px;
}
.main_section1 .container .bottom .real_time li > a .num_bx .num {
  font-family: "Montserrat";
  font-size: 32px;
  font-weight: 600;
  line-height: 0.8;
  letter-spacing: normal;
  color: #246BEB;
}
.main_section1 .container .bottom .real_time li > a .num_bx > p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: normal;
  color: #fff;
  font-family: "Pretendard";
}
.main_section1 .container .bottom .real_time li > a .num_bx > p .xi-angle-right {
  font-size: 11px;
  color: #9D9D9D;
}
.main_section1 .container .bottom .note_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
.main_section1 .container .bottom .note_text li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main_section1 .container .bottom .note_text li p {
  font-family: "Pretendard";
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: normal;
  color: #fff;
}
.main_section1 .container .scroll_bx {
  position: absolute;
  bottom: 100px;
  left: 20px;
  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: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3px;
  cursor: pointer;
}
.main_section1 .container .scroll_bx > p {
  font-family: "The_Jamsil";
  font-size: 12px;
  color: #fff;
}

.main_section1_5 .container .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  padding: 100px 0;
}
.main_section1_5 .container .top li {
  width: calc(50% - 15px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 150px;
}
.main_section1_5 .container .top li .txt_bx {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/*250904 웹접근성 p-> h2로 변경*/
.main_section1_5 .container .top li .txt_bx .inner h2 {
  font-family: "Pretendard";
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: normal;
  color: #000;
  margin: 0 0 15px 0;
}
.main_section1_5 .container .top li .txt_bx .inner .more_btn {
  width: 87px;
  height: 30px;
  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: 5px;
  border-radius: 55px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  font-family: "Pretendard";
  font-size: 16px;
  font-weight: 400;
  color: #000;
}
.main_section1_5 .container .top li .txt_bx .inner .more_btn span {
  font-size: 13px;
}
.main_section1_5 .container .top li .post {
  position: relative;
}
.main_section1_5 .container .top li .post::before {
  content: "";
  width: 20px;
  height: 23px;
  background: url("/images/main/new_icon.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
  display: none;
}
.main_section1_5 .container .top li .post.new::before {
  display: block;
}
.main_section1_5 .container .top li .post a {
  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-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.main_section1_5 .container .top li .post a h2 {
  font-family: "Pretendard";
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: normal;
  color: #000;
  margin-bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 10px;
}
.main_section1_5 .container .top li .post a .date {
  font-family: "Pretendard";
  font-size: 14px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1;
  color: #666;
}
.main_section1_5 .container .top li .post a:hover h2 {
  color: #003763;
  text-decoration: underline;
}
.main_section1_5 .container .top li .post a:focus h2 {
  color: #003763;
  text-decoration: underline;
}

.main_section2 {
  width: 100%;
  overflow: hidden;
  background: url(../images/main/section3_bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.main_section2 .container {
  position: relative;
  padding: 115px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 140px;
}
.main_section2 .container .txt_bx {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  padding-top: 10px;
}
.main_section2 .container .txt_bx .icon_bx {
  position: absolute;
  top: 10px;
  left: 0;
  -webkit-transform: translateY(-100%) translateX(-100%);
          transform: translateY(-100%) translateX(-100%);
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(2%) hue-rotate(68deg) brightness(104%) contrast(100%);
          filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(2%) hue-rotate(68deg) brightness(104%) contrast(100%);
}

/*250904 웹접근성 p-> h2로 변경*/
.main_section2 .container .txt_bx .inner h2 {
  font-family: "Pretendard";
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: normal;
  color: #000;
  margin: 0 0 15px 0;
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(2%) hue-rotate(68deg) brightness(104%) contrast(100%);
          filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(2%) hue-rotate(68deg) brightness(104%) contrast(100%);
}
.main_section2 .container .txt_bx .inner p span {
  margin-left: 10px;
  font-size: 32px;
}
.main_section2 .container .txt_bx .inner .more_btn {
  width: 87px;
  height: 30px;
  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: 5px;
  border-radius: 55px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-family: "Pretendard";
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.main_section2 .container .txt_bx .inner .more_btn:hover {
  background: #246BEB;
  border: 1px solid rgba(36, 107, 235, 0.2);
}
.main_section2 .container .txt_bx .inner .more_btn:focus {
  background: #246BEB;
  border: 1px solid rgba(36, 107, 235, 0.2);
}
.main_section2 .container .txt_bx .inner .more_btn span {
  font-size: 13px;
}
.main_section2 .container .swiper-container {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  /* padding: 15px 15px 15px 15px;
  padding: 20px; */
  padding: 15px 0;
  overflow: hidden;
  margin-right: 120px;
}
.main_section2 .container .swiper-container .swiper-wrapper .swiper-slide {
  aspect-ratio: 1/1;
  -webkit-aspect-ratio: 1/1;
}
.main_section2 .container .swiper-container .swiper-wrapper .swiper-slide > a {
  width: 100%;
  height: 100%;
  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;
  font-size: 20px;
  font-weight: 600;
  font-family: "Pretendard";
  letter-spacing: normal;
  line-height: 1.3;
  color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.05);
  border-radius: 17px;
  text-align: center;
  position: relative;
  background: #fff;
}
.main_section2 .container .swiper-container .swiper-wrapper .swiper-slide > a::after {
  content: "";
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 10px;
  right: 10px;
}
.main_section2 .container .swiper-container .swiper-wrapper .swiper-slide > a:hover {
  background: #246BEB;
  color: #fff;
}
.main_section2 .container .swiper-container .swiper-wrapper .swiper-slide > a:focus {
  background: #246BEB;
  color: #fff;
}
.main_section2 .container .swiper-button {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 0px;
  left: auto;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(2%) hue-rotate(68deg) brightness(104%) contrast(100%);
          filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(2%) hue-rotate(68deg) brightness(104%) contrast(100%);
}
.main_section2 .container .swiper-button-stop {
  right: 58px;
  top: var(--swiper-navigation-top-offset, 50%);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  cursor: pointer;
}
.main_section2 .container .swiper-button-stop img {
  width: 30px;
  height: 30px;
}
.main_section2 .container .swiper-button-stop img:nth-child(1) {
  display: none;
}
.main_section2 .container .swiper-button-stop img:nth-child(2) {
  display: block;
}
.main_section2 .container .swiper-button-stop.on img:nth-child(1) {
  display: block;
}
.main_section2 .container .swiper-button-stop.on img:nth-child(2) {
  display: none;
}
.main_section2 .container .swiper-button:after {
  display: none;
}
.main_section2 .container .swiper-button-next {
  right: 20px;
}
.main_section2 .container .swiper-button-prev {
  right: 96px;
  -webkit-transform: translateX(0%) rotate(180deg);
          transform: translateX(0%) rotate(180deg);
}

.main_section3 {
  width: 100%;
  overflow: hidden;
  position: relative;
  background: url(../images/main/section3_bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.main_section3 .container {
  position: relative;
  padding: 120px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 170px;
}
.main_section3 .container .txt_bx {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
}
.main_section3 .container .txt_bx .icon_bx {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-100%) translateX(-100%);
          transform: translateY(-100%) translateX(-100%);
}
.main_section3 .container .txt_bx .inner p {
  font-family: "Pretendard";
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: normal;
  color: #fff;
  margin-bottom: 15px;
}
.main_section3 .container .swiper-container {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  overflow: hidden;
  margin-right: 120px;
}
.main_section3 .container .swiper-container .swiper-wrapper .swiper-slide {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.main_section3 .container .swiper-container .swiper-wrapper .swiper-slide .link {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.main_section3 .container .swiper-container .swiper-wrapper .swiper-slide .semi-title {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 1;
  color: #fff;
  margin-bottom: 30px;
}
.main_section3 .container .swiper-container .swiper-wrapper .swiper-slide .num_bx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 10px;
  position: relative;
  padding: 0 35px;
}
.main_section3 .container .swiper-container .swiper-wrapper .swiper-slide .num_bx .num {
  font-size: 80px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: normal;
  color: #E4022D;
}
.main_section3 .container .swiper-container .swiper-wrapper .swiper-slide .num_bx span {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 28px;
  font-weight: 200;
  letter-spacing: normal;
  line-height: 1;
  color: #fff;
  margin-bottom: 5px;
}
.main_section3 .container .swiper-button {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 0px;
  left: auto;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(173deg) brightness(102%) contrast(101%);
          filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(173deg) brightness(102%) contrast(101%);
}
.main_section3 .container .swiper-button-stop {
  right: 58px;
  top: var(--swiper-navigation-top-offset, 50%);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
}
.main_section3 .container .swiper-button-stop img {
  width: 30px;
  height: 30px;
}
.main_section3 .container .swiper-button-stop img:nth-child(1) {
  display: none;
}
.main_section3 .container .swiper-button-stop img:nth-child(2) {
  display: block;
}
.main_section3 .container .swiper-button-stop.on img:nth-child(1) {
  display: block;
}
.main_section3 .container .swiper-button-stop.on img:nth-child(2) {
  display: none;
}
.main_section3 .container .swiper-button:after {
  display: none;
}
.main_section3 .container .swiper-button-next {
  right: 20px;
}
.main_section3 .container .swiper-button-prev {
  right: 96px;
  -webkit-transform: translateX(0%) rotate(180deg);
          transform: translateX(0%) rotate(180deg);
}

.main_section4 {
  width: 100%;
  overflow: hidden;
  background: #F7F7F7;
}
.main_section4 .container {
  position: relative;
  padding: 100px 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 90px;
}
.main_section4 .container .txt_bx {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  padding-top: 20px;
  min-width: 260px;
}
.main_section4 .container .txt_bx .icon_bx {
  position: absolute;
  top: 20px;
  left: 0;
  -webkit-transform: translateY(-100%) translateX(-100%);
          transform: translateY(-100%) translateX(-100%);
}

/*250904 웹접근성 p-> h2로 변경*/
.main_section4 .container .txt_bx .inner h2 {
  font-family: "Pretendard";
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: normal;
  color: #000;
  margin: 0 0 15px 0;
}
.main_section4 .container .txt_bx .inner .more_btn {
  width: 87px;
  height: 30px;
  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: 5px;
  border-radius: 55px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  font-family: "Pretendard";
  font-size: 16px;
  font-weight: 400;
  color: #000;
}
.main_section4 .container .txt_bx .inner .more_btn span {
  font-size: 13px;
}
.main_section4 .container .swiper-container {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 20px 0;
}
.main_section4 .container .swiper-container .swiper-wrapper {
  gap: 25px;
}
.main_section4 .container .swiper-container .swiper-wrapper .swiper-slide {
  width: calc(25% - 18.75px);
}
.main_section4 .container .swiper-container .swiper-wrapper .swiper-slide .slide-item {
  background: #fff;
  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: flex-start;
  border-radius: 20px;
  padding: 30px 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  /* .bookmark {
    display: flex;
    padding: 6px 9px;
    background: #003763;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Pretendard';
    color: #fff;
    margin-bottom: 20px;
  } */
}
.main_section4 .container .swiper-container .swiper-wrapper .swiper-slide .slide-item .bookmark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 6px 9px;
  background: #003763;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 400;
  font-family: "Pretendard";
  color: #fff;
}
.main_section4 .container .swiper-container .swiper-wrapper .swiper-slide .slide-item .bookmark.color_type_01 {
  background: #339933;
}
.main_section4 .container .swiper-container .swiper-wrapper .swiper-slide .slide-item .bookmark.color_type_02 {
  background: #078C8C;
}
.main_section4 .container .swiper-container .swiper-wrapper .swiper-slide .slide-item .bookmark.color_type_03 {
  background: #177495;
}
.main_section4 .container .swiper-container .swiper-wrapper .swiper-slide .slide-item .bookmark.color_type_04 {
  background: #1E90FF;
}
.main_section4 .container .swiper-container .swiper-wrapper .swiper-slide .slide-item .bookmark.color_type_05 {
  background: #4F58B5;
}
.main_section4 .container .swiper-container .swiper-wrapper .swiper-slide .slide-item .bookmark.color_type_06 {
  background: #7A45C6;
}
.main_section4 .container .swiper-container .swiper-wrapper .swiper-slide .slide-item .title {
  font-family: "Pretendard";
  min-height: 63px;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -1px;
  color: #000;
  /* overflow: hidden; */
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 10px;
}
.main_section4 .container .swiper-container .swiper-wrapper .swiper-slide .slide-item .related_list {
  width: 100%;
  height: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 15px;
  overflow: hidden;
  position: relative;
}
.main_section4 .container .swiper-container .swiper-wrapper .swiper-slide .slide-item .related_list > li{
  cursor: pointer;
}
.main_section4 .container .swiper-container .swiper-wrapper .swiper-slide .slide-item .related_list.on {
  padding-right: 36px;
}
.main_section4 .container .swiper-container .swiper-wrapper .swiper-slide .slide-item .related_list.on::after {
  width: 30px;
  content: "···";
  height: 26px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  font-size: 14px;
  font-weight: 400;
  font-family: "Pretendard";
  line-height: 1;
  letter-spacing: normal;
  color: #666;
  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;
  position: absolute;
  top: 0;
  right: 0;
}
.main_section4 .container .swiper-container .swiper-wrapper .swiper-slide .slide-item .related_list li {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 100%;
  padding: 0 2px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  font-size: 14px;
  font-weight: 400;
  font-family: "Pretendard";
  line-height: 1;
  letter-spacing: normal;
  color: #666;
  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;
}
.main_section4 .container .swiper-container .swiper-wrapper .swiper-slide .slide-item .info {
  width: 100%;
  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;
}
.main_section4 .container .swiper-container .swiper-wrapper .swiper-slide .slide-item .info .date {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: normal;
  color: #666;
}
.main_section4 .container .swiper-container .swiper-wrapper .swiper-slide .slide-item .info .detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
.main_section4 .container .swiper-container .swiper-wrapper .swiper-slide .slide-item .info .detail > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.main_section4 .container .swiper-container .swiper-wrapper .swiper-slide .slide-item .info .detail > div p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: normal;
  color: #666;
}
.main_section4 .container .swiper-container .swiper-wrapper .swiper-slide .slide-item:hover {
  background: #246BEB;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25);
}
.main_section4 .container .swiper-container .swiper-wrapper .swiper-slide .slide-item:hover .bookmark {
  background: #fff;
  color: #000;
  font-weight: 500;
}
.main_section4 .container .swiper-container .swiper-wrapper .swiper-slide .slide-item:hover .title {
  color: #fff;
}
.main_section4 .container .swiper-container .swiper-wrapper .swiper-slide .slide-item:hover .related_list li {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.main_section4 .container .swiper-container .swiper-wrapper .swiper-slide .slide-item:hover .related_list::after {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.main_section4 .container .swiper-container .swiper-wrapper .swiper-slide .slide-item:hover .info .date {
  color: #fff;
}
.main_section4 .container .swiper-container .swiper-wrapper .swiper-slide .slide-item:hover .info .detail > div img {
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(302deg) brightness(106%) contrast(101%);
          filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(302deg) brightness(106%) contrast(101%);
}
.main_section4 .container .swiper-container .swiper-wrapper .swiper-slide .slide-item:hover .info .detail > div p {
  color: #fff;
}
.main_section4 .container .swiper-container .swiper-wrapper .swiper-slide .slide-item:focus-within {
  background: #246BEB;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25);
}
.main_section4 .container .swiper-container .swiper-wrapper .swiper-slide .slide-item:focus-within .bookmark {
  background: #fff;
  color: #000;
  font-weight: 500;
}
.main_section4 .container .swiper-container .swiper-wrapper .swiper-slide .slide-item:focus-within .title {
  color: #fff;
}
.main_section4 .container .swiper-container .swiper-wrapper .swiper-slide .slide-item:focus-within .related_list li {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.main_section4 .container .swiper-container .swiper-wrapper .swiper-slide .slide-item:focus-within .related_list::after {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.main_section4 .container .swiper-container .swiper-wrapper .swiper-slide .slide-item:focus-within .info .date {
  color: #fff;
}
.main_section4 .container .swiper-container .swiper-wrapper .swiper-slide .slide-item:focus-within .info .detail > div img {
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(302deg) brightness(106%) contrast(101%);
          filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(302deg) brightness(106%) contrast(101%);
}
.main_section4 .container .swiper-container .swiper-wrapper .swiper-slide .slide-item:focus-within .info .detail > div p {
  color: #fff;
}

.main_section5 {
  width: 100%;
  overflow: hidden;
  background: #F7F7F7;
}
.main_section5 .container {
  position: relative;
  padding: 80px 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 90px;
}
.main_section5 .container .txt_bx {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  padding-top: 20px;
  min-width: 260px;
}
.main_section5 .container .txt_bx .icon_bx {
  position: absolute;
  top: 20px;
  left: 0;
  -webkit-transform: translateY(-100%) translateX(-100%);
          transform: translateY(-100%) translateX(-100%);
}

/*250904 웹접근성 p-> h2로 변경*/
.main_section5 .container .txt_bx .inner h2 {
  font-family: "Pretendard";
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: normal;
  color: #000;
  margin: 0 0 15px 0;
}
.main_section5 .container .txt_bx .inner .more_btn {
  width: 87px;
  height: 30px;
  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: 5px;
  border-radius: 55px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  font-family: "Pretendard";
  font-size: 16px;
  font-weight: 400;
  color: #000;
}
.main_section5 .container .txt_bx .inner .more_btn span {
  font-size: 13px;
}
.main_section5 .container .swiper-container {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 20px 0;
}
.main_section5 .container .swiper-container .swiper-wrapper {
  gap: 25px;
}
.main_section5 .container .swiper-container .swiper-wrapper .swiper-slide {
  width: calc(25% - 18.75px);
}
.main_section5 .container .swiper-container .swiper-wrapper .swiper-slide .slide-item {
  background: #fff;
  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: flex-start;
  border-radius: 20px;
  padding: 30px 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  /* .bookmark {
    display: flex;
    padding: 6px 9px;
    background: #003763;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Pretendard';
    color: #fff;
    margin-bottom: 20px;
  } */
}
.main_section5 .container .swiper-container .swiper-wrapper .swiper-slide .slide-item .bookmark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 6px 9px;
  background: #003763;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 400;
  font-family: "Pretendard";
  color: #fff;
}
.main_section5 .container .swiper-container .swiper-wrapper .swiper-slide .slide-item .bookmark.color_type_01 {
  background: #339933;
}
.main_section5 .container .swiper-container .swiper-wrapper .swiper-slide .slide-item .bookmark.color_type_02 {
  background: #078C8C;
}
.main_section5 .container .swiper-container .swiper-wrapper .swiper-slide .slide-item .bookmark.color_type_03 {
  background: #177495;
}
.main_section5 .container .swiper-container .swiper-wrapper .swiper-slide .slide-item .bookmark.color_type_04 {
  background: #1E90FF;
}
.main_section5 .container .swiper-container .swiper-wrapper .swiper-slide .slide-item .bookmark.color_type_05 {
  background: #4F58B5;
}
.main_section5 .container .swiper-container .swiper-wrapper .swiper-slide .slide-item .bookmark.color_type_06 {
  background: #7A45C6;
}
.main_section5 .container .swiper-container .swiper-wrapper .swiper-slide .slide-item .title {
  font-family: "Pretendard";
  min-height: 63px;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -1px;
  color: #000;
 /*  overflow: hidden; */
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 10px;
}
.main_section5 .container .swiper-container .swiper-wrapper .swiper-slide .slide-item .related_list {
  width: 100%;
  height: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 15px;
  overflow: hidden;
  position: relative;
}
.main_section5 .container .swiper-container .swiper-wrapper .swiper-slide .slide-item .related_list > li{
  cursor: pointer;
}
.main_section5 .container .swiper-container .swiper-wrapper .swiper-slide .slide-item .related_list.on {
  padding-right: 36px;
}
.main_section5 .container .swiper-container .swiper-wrapper .swiper-slide .slide-item .related_list.on::after {
  width: 30px;
  content: "···";
  height: 26px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  font-size: 14px;
  font-weight: 400;
  font-family: "Pretendard";
  line-height: 1;
  letter-spacing: normal;
  color: #666;
  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;
  position: absolute;
  top: 0;
  right: 0;
}
.main_section5 .container .swiper-container .swiper-wrapper .swiper-slide .slide-item .related_list li {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 100%;
  padding: 0 2px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  font-size: 14px;
  font-weight: 400;
  font-family: "Pretendard";
  line-height: 1;
  letter-spacing: normal;
  color: #666;
  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;
}
.main_section5 .container .swiper-container .swiper-wrapper .swiper-slide .slide-item .info {
  width: 100%;
  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;
}
.main_section5 .container .swiper-container .swiper-wrapper .swiper-slide .slide-item .info .date {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: normal;
  color: #666;
}
.main_section5 .container .swiper-container .swiper-wrapper .swiper-slide .slide-item .info .detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
.main_section5 .container .swiper-container .swiper-wrapper .swiper-slide .slide-item .info .detail > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.main_section5 .container .swiper-container .swiper-wrapper .swiper-slide .slide-item .info .detail > div p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: normal;
  color: #666;
}
.main_section5 .container .swiper-container .swiper-wrapper .swiper-slide .slide-item:hover {
  background: #246BEB;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25);
}
.main_section5 .container .swiper-container .swiper-wrapper .swiper-slide .slide-item:hover .bookmark {
  background: #fff;
  color: #000;
  font-weight: 500;
}
.main_section5 .container .swiper-container .swiper-wrapper .swiper-slide .slide-item:hover .title {
  color: #fff;
}
.main_section5 .container .swiper-container .swiper-wrapper .swiper-slide .slide-item:hover .related_list li {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.main_section5 .container .swiper-container .swiper-wrapper .swiper-slide .slide-item:hover .related_list::after {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.main_section5 .container .swiper-container .swiper-wrapper .swiper-slide .slide-item:hover .info .date {
  color: #fff;
}
.main_section5 .container .swiper-container .swiper-wrapper .swiper-slide .slide-item:hover .info .detail > div img {
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(302deg) brightness(106%) contrast(101%);
          filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(302deg) brightness(106%) contrast(101%);
}
.main_section5 .container .swiper-container .swiper-wrapper .swiper-slide .slide-item:hover .info .detail > div p {
  color: #fff;
}

.main_section5 .container .swiper-container .swiper-wrapper .swiper-slide .slide-item:focus-within {
  background: #246BEB;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25);
}
.main_section5 .container .swiper-container .swiper-wrapper .swiper-slide .slide-item:focus-within .bookmark {
  background: #fff;
  color: #000;
  font-weight: 500;
}
.main_section5 .container .swiper-container .swiper-wrapper .swiper-slide .slide-item:focus-within .title {
  color: #fff;
}
.main_section5 .container .swiper-container .swiper-wrapper .swiper-slide .slide-item:focus-within .related_list li {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.main_section5 .container .swiper-container .swiper-wrapper .swiper-slide .slide-item:focus-within .related_list::after {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.main_section5 .container .swiper-container .swiper-wrapper .swiper-slide .slide-item:focus-within .info .date {
  color: #fff;
}
.main_section5 .container .swiper-container .swiper-wrapper .swiper-slide .slide-item:focus-within .info .detail > div img {
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(302deg) brightness(106%) contrast(101%);
          filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(302deg) brightness(106%) contrast(101%);
}
.main_section5 .container .swiper-container .swiper-wrapper .swiper-slide .slide-item:focus-within .info .detail > div p {
  color: #fff;
}

.main_section6 {
  width: 100%;
  overflow: hidden;
  background: #F7F7F7;
}
.main_section6 .container {
  position: relative;
  padding: 80px 20px 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 90px;
}
.main_section6 .container > .txt_bx {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  padding-top: 20px;
  min-width: 260px;
}
.main_section6 .container > .txt_bx .icon_bx {
  position: absolute;
  top: 20px;
  left: 0;
  -webkit-transform: translateY(-100%) translateX(-100%);
          transform: translateY(-100%) translateX(-100%);
}

/*250904 웹접근성 p-> h2로 변경*/
.main_section6 .container > .txt_bx .inner h2 {
  font-family: "Pretendard";
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: normal;
  color: #000;
  margin: 0 0 15px 0;
}
.main_section6 .container > .txt_bx .inner .more_btn {
  width: 87px;
  height: 30px;
  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: 5px;
  border-radius: 55px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  font-family: "Pretendard";
  font-size: 16px;
  font-weight: 400;
  color: #000;
}
.main_section6 .container > .txt_bx .inner .more_btn span {
  font-size: 13px;
}
.main_section6 .container .swiper-container {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 20px 0;
}
.main_section6 .container .swiper-container .swiper-wrapper {
  gap: 25px;
}
.main_section6 .container .swiper-container .swiper-wrapper .swiper-slide {
  width: calc(25% - 18.75px);
}
.main_section6 .container .swiper-container .swiper-wrapper .swiper-slide > a {
  display: block;
  border-radius: 20px;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.main_section6 .container .swiper-container .swiper-wrapper .swiper-slide > a .img_bx {
  position: relative;
  aspect-ratio: 294/180;
  width: 100%;
}
.main_section6 .container .swiper-container .swiper-wrapper .swiper-slide > a .img_bx img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main_section6 .container .swiper-container .swiper-wrapper .swiper-slide > a .img_bx .bookmark {
  position: absolute;
  top: 20px;
  left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 6px 9px;
  background: #E4022D;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 400;
  font-family: "Pretendard";
  color: #fff;
  margin-bottom: 20px;
}
.main_section6 .container .swiper-container .swiper-wrapper .swiper-slide > a .txt_bx {
  background: #fff;
  padding: 30px 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.main_section6 .container .swiper-container .swiper-wrapper .swiper-slide > a .txt_bx .semi_title {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: normal;
  color: #000;
  margin-bottom: 20px;
}
.main_section6 .container .swiper-container .swiper-wrapper .swiper-slide > a .txt_bx .title {
  font-family: "Pretendard";
  font-size: 26px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -1px;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-bottom: 10px;
}
.main_section6 .container .swiper-container .swiper-wrapper .swiper-slide > a .txt_bx .semi_text {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: normal;
  color: #666;
  margin-bottom: 30px;
}
.main_section6 .container .swiper-container .swiper-wrapper .swiper-slide > a .txt_bx .tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 6px 9px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: normal;
  color: #666;
}
.main_section6 .container .swiper-container .swiper-wrapper .swiper-slide > a:hover {
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25);
}
.main_section6 .container .swiper-container .swiper-wrapper .swiper-slide > a:hover .txt_bx {
  background: #246BEB;
}
.main_section6 .container .swiper-container .swiper-wrapper .swiper-slide > a:hover .txt_bx .semi_title {
  color: #fff;
}
.main_section6 .container .swiper-container .swiper-wrapper .swiper-slide > a:hover .txt_bx .title {
  color: #fff;
}
.main_section6 .container .swiper-container .swiper-wrapper .swiper-slide > a:hover .txt_bx .semi_text {
  color: #fff;
}
.main_section6 .container .swiper-container .swiper-wrapper .swiper-slide > a:hover .txt_bx .tag {
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
}
.main_section6 .container .swiper-container .swiper-wrapper .swiper-slide > a:focus {
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25);
}
.main_section6 .container .swiper-container .swiper-wrapper .swiper-slide > a:focus .txt_bx {
  background: #246BEB;
}
.main_section6 .container .swiper-container .swiper-wrapper .swiper-slide > a:focus .txt_bx .semi_title {
  color: #fff;
}
.main_section6 .container .swiper-container .swiper-wrapper .swiper-slide > a:focus .txt_bx .title {
  color: #fff;
}
.main_section6 .container .swiper-container .swiper-wrapper .swiper-slide > a:focus .txt_bx .semi_text {
  color: #fff;
}
.main_section6 .container .swiper-container .swiper-wrapper .swiper-slide > a:focus .txt_bx .tag {
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
}

.main_section7 .container .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  padding: 100px 0;
}
.main_section7 .container .top li {
  width: calc(50% - 15px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 150px;
}
.main_section7 .container .top li .txt_bx {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/*250904 웹접근성 p-> h2로 변경*/
.main_section7 .container .top li .txt_bx .inner h2 {
  font-family: "Pretendard";
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: normal;
  color: #000;
  margin: 0 0 15px 0;
}
.main_section7 .container .top li .txt_bx .inner .more_btn {
  width: 87px;
  height: 30px;
  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: 5px;
  border-radius: 55px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  font-family: "Pretendard";
  font-size: 16px;
  font-weight: 400;
  color: #000;
}
.main_section7 .container .top li .txt_bx .inner .more_btn span {
  font-size: 13px;
}
.main_section7 .container .top li .post {
  position: relative;
}
.main_section7 .container .top li .post::before {
  content: "";
  width: 20px;
  height: 23px;
  background: url("/images/main/new_icon.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
  display: none;
}
.main_section7 .container .top li .post.new::before {
  display: block;
}
.main_section7 .container .top li .post a {
  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-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.main_section7 .container .top li .post a h2 {
  font-family: "Pretendard";
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: normal;
  color: #000;
  margin-bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 10px;
}
.main_section7 .container .top li .post a .date {
  font-family: "Pretendard";
  font-size: 14px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1;
  color: #666;
}
.main_section7 .container .top li .post a:hover h2 {
  color: #003763;
  text-decoration: underline;
}
.main_section7 .container .top li .post a:focus h2 {
  color: #003763;
  text-decoration: underline;
}
.main_section7 .container .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin-bottom: 150px;
}
.main_section7 .container .bottom li {
  width: calc(50% - 15px);
  height: 100px;
}
.main_section7 .container .bottom li:nth-child(1) a {
  background: #246BEB;
}
.main_section7 .container .bottom li:nth-child(2) a {
  background: #003763;
}
.main_section7 .container .bottom li > a {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  gap: 20px;
  padding: 0 50px;
}

/*250904 margin 수정 및 padding 추가*/
.main_section7 .container .bottom li > a .inner .semi_title {
  font-family: "Pretendard";
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: normal;
  color: #fff;
  margin: 0 0 5px 0;
  padding: 0;
}
.main_section7 .container .bottom li > a .inner .semi_text {
  font-family: "Pretendard";
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: normal;
  color: #fff;
}