@charset "UTF-8";
/*-------------------------------------------------

title       : Main
Author      : EASESOFT
Create date : 2024-04

-------------------------------------------------*/
/* 퀵메뉴 메인에서 숨김 */
#quick {
  display: none;
}

/* 공통 */
.section {
  padding: 0 2rem;
}
.section .layout_fix .title {
  display: inline-block;
  font-size: 2.6rem;
  font-weight: 700;
}

/* section0(비주얼) */
#section0 {
  overflow: hidden;
  position: relative;
  padding: 0;
}
#section0 .visual .swiper-slide {
  width: 100%;
  height: 100%;
}
#section0 .visual .swiper-slide .video_box {
  height: 60rem;
  overflow: hidden;
}
#section0 .visual .swiper-slide .video_box video {
  display: block;
  object-fit: cover;
}
#section0 .visual .swiper-slide .img {
  background-color: #000;
  width: 100%;
  height: 60rem;
  overflow: hidden;
}
#section0 .visual .swiper-slide .img img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  opacity: 0.7;
}
#section0 .visual .swiper-slide .wrapping {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 10;
}
#section0 .visual .swiper-slide .tt {
  color: #fff;
  text-align: center;
}
#section0 .visual .swiper-slide .tt p {
  font-size: 6.4rem;
  font-family: "SBAggroM";
  line-height: 1;
}
#section0 .visual .swiper-slide .tt span {
  font-size: 3rem;
  font-weight: 300;
}
#section0 .visual .swiper-slide .link {
  margin-top: 4rem;
  height: 4rem;
  width: 15rem;
  padding: 0 1rem 0 2rem;
  border: 1px solid #fff;
  font-size: 1.8rem;
  color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  transition: 0.3s;
}
#section0 .visual .swiper-slide .link::after {
  content: "\ea6e";
  font-family: "remixicon";
  margin-left: auto;
}
#section0 .visual .swiper-slide .link:hover {
  background: #fff;
  color: #333E8D;
}
#section0 .visual .control_box {
  overflow: hidden;
  position: absolute;
  left: clamp(2rem, 4.184vw, 8rem);
  bottom: 5rem;
  z-index: 20;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
#section0 .visual .control_box button {
  position: relative;
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  border: 1px solid #fff;
  border-radius: 100%;
  text-align: center;
  color: #fff;
  margin-right: 2rem;
  transition: 0.3s;
}
#section0 .visual .control_box button:last-child {
  margin-right: 0;
}
#section0 .visual .control_box button::before {
  font-family: "remixicon";
  font-size: 2.4rem;
  transition: 0.3s;
}
#section0 .visual .control_box button.prev {
  margin: 0;
}
#section0 .visual .control_box button.play {
  margin: 0;
}
#section0 .visual .control_box button.play::before {
  font-size: 2rem;
}
#section0 .visual .control_box button.stop {
  border-color: rgba(255, 255, 255, 0.5);
  margin: 0;
}
#section0 .visual .control_box button.stop::before {
  font-size: 2rem;
}
#section0 .visual .control_box button.stop .left, #section0 .visual .control_box button.stop .right {
  position: absolute;
  left: -1px;
  top: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border-radius: 100%;
  clip: rect(0px, 40px, 40px, 20px);
}
#section0 .visual .control_box button.stop .left .bar, #section0 .visual .control_box button.stop .right .bar {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 1px solid #fff;
  clip: rect(0px, 20px, 40px, 0px);
  transform: rotate(180deg);
}
#section0 .visual .control_box button.stop .left {
  transform: rotate(180deg);
}
#section0 .visual .control_box button.stop.on .bar {
  animation: line_rotate linear 5s;
}
#section0 .visual .control_box button.stop.on .left {
  animation: line_rotate linear 5s;
}
@keyframes line_rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(180deg);
  }
}
@media (min-width: 1025px) {
  #section0 .visual .control_box button:hover {
    background: #fff;
    color: #000;
  }
  #section0 .visual .control_box button:focus {
    background: #fff;
    color: #000;
  }
}
#section0 .visual .control_box .paging {
  margin: 0 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-variant-numeric: tabular-nums;
}
#section0 .visual .control_box .paging span {
  font-size: 2rem;
  font-weight: 500;
  color: #fff;
}
#section0 .visual .control_box .paging em {
  color: #fff;
  font-size: 1.4rem;
  padding: 0 0.5rem;
}
#section0 .visual .control_box .paging .this {
  transform: translateY(-5px);
}
#section0 .visual .control_box .paging .total {
  transform: translateY(5px);
}
#section0 .event {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 20;
  background: transparent linear-gradient(90deg, #333E8D 0%, #39469D 49%, #02A0DD 100%) 0% 0% no-repeat padding-box;
  border-radius: 5rem 0 0 0;
  width: 90rem;
  height: 7.8rem;
  padding: 0 5rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
#section0 .event .title {
  color: #fff;
  flex-shrink: 0;
  font-size: 2rem;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding-right: 2.5rem;
  width: 14rem;
  letter-spacing: -0.5px;
}
#section0 .event .title i {
  display: block;
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  text-align: center;
}
#section0 .event .event_swiper {
  height: 4rem;
  padding: 0 2.5rem;
}
#section0 .event .event_swiper .swiper-wrapper {
  height: 100%;
}
#section0 .event .event_swiper::before {
  content: "";
  width: 1px;
  height: 2.3rem;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#section0 .event .swiper-slide {
  height: 4rem;
}
#section0 .event .swiper-slide a {
  color: #fff;
  display: flex;
  align-items: center;
}
#section0 .event .swiper-slide .date {
  font-size: 1.4rem;
  font-family: "Montserrat";
  flex-shrink: 0;
  margin-right: 1.5rem;
  letter-spacing: 1.2px;
}
#section0 .event .swiper-slide .cate {
  margin-right: 1rem;
  width: 3.8rem;
  height: 3.8rem;
  background-color: #fff;
  border-radius: 100%;
  color: #151515;
  font-size: 1.4rem;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  text-align: center;
}
#section0 .event .swiper-slide .tt {
  font-size: 1.8rem;
  font-weight: 300;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#section0 .event .control_box {
  width: 2.5rem;
}
#section0 .event .controller {
  flex-direction: column;
}
#section0 .event .controller button {
  width: 2.5rem;
  height: 2rem;
  line-height: 2rem;
}
#section0 .event .controller button::before {
  color: #fff;
  font-size: 2.6rem;
}
#section0 .event .controller .prev::before {
  content: "\ea78";
}
#section0 .event .controller .next::before {
  content: "\ea4e";
}
#section0 .event .controller .control::before {
  font-size: 2rem;
}

/* section1(공지사항/팝업존) */
#section1 .layout_fix {
  display: flex;
  justify-content: space-between;
  gap: 6rem;
  padding: 6rem 0;
}
#section1 .board {
  flex: 1;
  overflow: hidden;
  position: relative;
  background: url("../../main/img/main/board-bg.svg") no-repeat right bottom;
}
#section1 .latest {
  width: 100%;
  height: 100%;
  position: relative;
  padding-top: 4.5rem;
}
#section1 .latest .label {
  position: absolute;
  top: 0;
}
#section1 .latest .label a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16rem;
  height: 4.5rem;
  background-color: #fff;
  border: 1px solid #CBD3E2;
  border-bottom: 0;
  border-radius: 2rem 2rem 0 0;
  color: #333;
  font-size: 1.8rem;
  font-weight: 500;
  transition: all 0.3s;
}
@media screen and (min-width: 1025px) {
  #section1 .latest .label:hover span {
    background: #143F8A;
    border-color: #143F8A;
    color: #fff;
  }
}
#section1 .latest .group.group01 .label {
  left: 0;
}
#section1 .latest .group.group02 .label {
  left: calc(16rem - 1px);
}
#section1 .latest .group.group03 .label {
  left: calc(32rem - 2px);
}
#section1 .latest .group.group04 .label {
  left: calc(48rem - 3px);
}
#section1 .latest.no_show_group02 .group02 {
  display: none;
}
#section1 .latest.no_show_group02 .group03 .label {
  left: calc(16rem - 1px);
}
#section1 .latest.no_show_group02 .group04 .label {
  left: calc(32rem - 2px);
}
#section1 .latest .list .first {
  margin-bottom: 2.5rem;
}
#section1 .latest .list .first a {
  padding: 2rem;
  border-bottom: 1px solid #ddd;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 3rem;
}
#section1 .latest .list .first a .date {
  background-color: #F2F4FF;
  border-radius: 100%;
  width: 9.5rem;
  height: 9.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  font-family: "Montserrat";
  font-weight: 600;
}
#section1 .latest .list .first a .date strong {
  font-size: 3.2rem;
  line-height: 1.2;
}
#section1 .latest .list .first a .con {
  width: calc(100% - 12.5rem);
}
#section1 .latest .list .first a .con .tt {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#section1 .latest .list .first a .con .txt {
  display: block;
  color: #555;
  font-size: 1.6rem;
  margin-top: 1.6rem;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#section1 .latest .list .item:not(.first) {
  position: relative;
  padding-left: 3.2rem;
  margin: 1.8rem 0;
}
#section1 .latest .list .item:not(.first)::before {
  content: "";
  background-color: #E8E8E8;
  border-radius: 100%;
  width: 6px;
  height: 6px;
  position: absolute;
  left: 1rem;
  top: 1rem;
}
#section1 .latest .list .item:not(.first) a {
  display: flex;
  align-items: center;
}
#section1 .latest .list .item:not(.first) .date {
  color: var(--main-color);
  font-size: 1.4rem;
  font-family: "Montserrat";
  font-weight: 600;
  width: 8rem;
  margin-right: 4rem;
  font-variant-numeric: tabular-nums;
}
#section1 .latest .list .item:not(.first) .tt {
  position: relative;
  color: #000;
  font-size: 1.6rem;
  font-weight: 500;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#section1 .latest .list .item:not(.first) .tt::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 1px;
  background: var(--main-color);
  transition: 0.4s;
}
#section1 .latest .group:not(.news) .list {
  padding-top: 1rem;
}
#section1 .latest .group:not(.news) .item {
  margin: 0.5rem 0;
}
#section1 .latest .group:not(.news) .item::before {
  top: 2rem;
}
#section1 .latest .group:not(.news) .item a {
  gap: 2rem;
  min-height: 4.5rem;
}
#section1 .latest .group:not(.news) .item .date {
  width: 18rem;
  flex-shrink: 0;
  margin-right: 0;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.5px;
}
#section1 .latest .group:not(.news) .item .state {
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
}
#section1 .latest .group:not(.news) .item .state[data-label=접수] {
  background-color: #0048C8;
  color: #fff;
}
#section1 .latest .group:not(.news) .item .state[data-label=대기] {
  background-color: #CBD3E2;
  border: 1px solid #CBD3E2;
  color: #000;
}
#section1 .latest .group:not(.news) .item .state[data-label=마감] {
  background-color: #eee;
  color: #000;
}
#section1 .latest .group:not(.news) .item .state[data-label=결과] {
  background-color: var(--main-color);
  color: #fff;
}
#section1 .latest .group:not(.news) .item .tt {
  width: auto;
}
#section1 .latest ._blank {
  padding: 5rem 0;
  text-align: center;
}
#section1 .latest .more {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.8rem;
  font-weight: 500;
}
#section1 .latest .more i {
  font-size: 2.6rem;
  font-weight: normal;
  vertical-align: -2px;
  display: inline-block;
}
#section1 .latest .group.active .label a {
  background-color: #143F8A;
  border-color: #143F8A;
  color: #fff;
}
#section1 .latest .group.active .conBox {
  border-top: 1px solid #CBD3E2;
}
#section1 .popup {
  position: relative;
  width: 54.2rem;
  max-width: 76.5rem;
}
#section1 .popup .title {
  height: 4.7rem;
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 700;
}
#section1 .popup .popup_swiper {
  width: 100%;
  overflow: hidden;
  height: 38rem;
}
#section1 .popup .popup_swiper .swiper-slide {
  background-size: cover;
  overflow: hidden;
  position: relative;
}
#section1 .popup .popup_swiper .swiper-slide .no_link, #section1 .popup .popup_swiper .swiper-slide a, #section1 .popup .popup_swiper .swiper-slide p {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
}
#section1 .popup .popup_swiper .swiper-slide a:focus-visible {
  outline: 2px dotted #ff0000;
  outline-offset: -4px;
}
#section1 .popup .popup_swiper .swiper-slide img {
  max-height: 100%;
  position: relative;
  z-index: 2;
}
#section1 .popup .popup_swiper .swiper-slide .bg {
  position: absolute;
  left: -10%;
  top: -10%;
  z-index: 1;
  width: 120%;
  height: 120%;
  filter: blur(8px) brightness(90%);
  max-width: 120%;
  max-height: 120%;
}
#section1 .popup .control_box {
  position: absolute;
  right: 0;
  top: 0.5rem;
  display: flex;
  align-items: center;
}
#section1 .popup .control_box .paging {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
#section1 .popup .control_box .paging em {
  color: #CBD3E2;
  font-size: 1.4rem;
  font-weight: 500;
  margin: 0 0.5rem;
}
#section1 .popup .control_box .paging span {
  color: #151515;
  font-size: 2rem;
  font-weight: 700;
}
#section1 .popup .control_box button::before {
  color: #151515;
  font-size: 2.6rem;
}
#section1 .popup .control_box .control::before {
  font-size: 2rem;
}
#section1 .popup .blank {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 !important;
  aspect-ratio: 542/380;
}

/* section2(주요사이트) */
#section2 .layout_fix {
  padding-bottom: 6rem;
}
#section2 .site {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#section2 .site .title {
  flex: none;
  width: 100%;
  color: #161819;
  font-size: 3.8rem;
  font-weight: 700;
  flex-shrink: 0;
  letter-spacing: -1px;
  word-break: keep-all;
  margin-bottom: 3.2rem;
  line-height: 1.2;
}
#section2 .site .title span {
  display: block;
}
#section2 .site .mainsite_swiper {
  flex: 1;
  overflow: hidden;
  padding-right: 2rem;
}
#section2 .site .mainsite_swiper .swiper-slide a {
  height: 30rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  padding: 1.6rem 2rem;
  border: 1px solid #C4D1EA;
  border-radius: 0 5rem 0 0;
  transition: all 0.3s;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#section2 .site .mainsite_swiper .swiper-slide a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #0048C8;
  box-sizing: border-box;
  border-radius: 0 5rem 0 0;
  opacity: 0;
  transition: 0.3s;
  display: none;
}
#section2 .site .mainsite_swiper .swiper-slide a:focus-visible {
  outline: 2px dotted #ff0000;
  outline-offset: -4px;
}
@media (min-width: 1025px) {
  #section2 .site .mainsite_swiper .swiper-slide a:hover {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  }
}
#section2 .site .mainsite_swiper .swiper-slide a .num {
  height: 7.5rem;
  line-height: 7.5rem;
  color: transparent;
  font-size: 5rem;
  font-weight: 800;
  -webkit-text-stroke: 1px #fff;
}
#section2 .site .mainsite_swiper .swiper-slide a .img {
  height: 5.6rem;
  display: flex;
  align-items: center;
  margin-top: 3rem;
}
#section2 .site .mainsite_swiper .swiper-slide a .img img {
  width: min-content;
  height: min-content;
}
#section2 .site .mainsite_swiper .swiper-slide a .name {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.3;
  word-break: keep-all;
  letter-spacing: -0.03em;
}
#section2 .site .control_box {
  flex: none;
}
#section2 .site .control_box .controller {
  flex-direction: column;
  overflow: hidden;
}
#section2 .site .control_box button {
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  border: 1px solid #CBD3E2;
  border-radius: 100%;
  margin: 1rem 0;
  transition: 0.3s;
}
#section2 .site .control_box button::before {
  color: #151515;
  font-size: 2.6rem;
  transition: 0.3s;
}
#section2 .site .control_box button.control::before {
  font-size: 2rem;
}
@media (min-width: 1025px) {
  #section2 .site .control_box button:hover {
    background: #0048C8;
  }
  #section2 .site .control_box button:hover::before {
    color: #fff;
  }
}

/* section3(링크) */
#section3 .layout_fix {
  padding-bottom: 6rem;
}
#section3 .quick {
  background: transparent linear-gradient(99deg, #F2F4FF 0%, #F5EBFF 100%) 0% 0% no-repeat padding-box;
  border-radius: 5rem 5rem 0 0;
  padding: 4rem 6rem;
}
#section3 .quick .list {
  display: flex;
  gap: 4rem;
}
#section3 .quick .item {
  flex: 1 1 calc(33.333% - 4rem);
}
#section3 .quick .item a {
  display: flex;
  align-items: center;
  border: 1px solid #0048C8;
  border-radius: 1rem;
  height: 8.5rem;
  padding: 2rem 4.5rem;
  position: relative;
  transition: all 0.3s;
}
#section3 .quick .item a::after {
  content: "\ea6c";
  color: #3F4453;
  font-size: 2.4rem;
  font-family: "remixicon";
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 100%;
  width: 7rem;
  height: 7rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 4rem;
  top: calc(50% - 3.5rem);
}
#section3 .quick .item .img {
  width: 6rem;
  height: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1.6rem;
}
#section3 .quick .item .tt {
  color: #151515;
  font-size: 2rem;
  font-weight: 600;
}

@media (min-width: 1025px) {
  #section3 .quick .item a:hover {
    background-color: #fff;
    border-color: #fff;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
  }
}
/* section4(바로가기) */
#section4 {
  background-color: #102D61;
}
#section4 .service {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 20rem;
}
#section4 .service .title {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 500;
  width: 23rem;
}
#section4 .service .btn_control {
  display: none;
}
#section4 .service .shortcut_swiper {
  display: flex;
  width: calc(100% - 23rem);
  overflow: visible;
}
#section4 .service .shortcut_swiper .swiper-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}
#section4 .service .shortcut_swiper .swiper-slide {
  width: auto;
  flex: 1;
}
#section4 .service .shortcut_swiper a {
  display: block;
  padding: 0 0.5rem;
}
#section4 .service .shortcut_swiper a .img {
  width: 4.8rem;
  height: 4.5rem;
  display: block;
  margin: 0 auto 1rem;
  transition: all 0.3s;
}
#section4 .service .shortcut_swiper a .img img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
}
#section4 .service .shortcut_swiper a .tt {
  display: block;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 300;
  position: relative;
  text-align: center;
  line-height: 1.3;
  word-break: keep-all;
}
#section4 .service .shortcut_swiper a[target=_blank] .tt::after {
  content: "\ea70";
  font-family: "remixicon";
  font-size: 2rem;
  display: inline-block;
  line-height: 0;
}
#section4 .service .shortcut_swiper a:focus-visible {
  outline: 2px dotted #fff;
  outline-offset: -4px;
}

@media (min-width: 1025px) {
  #section4 .service .shortcut_swiper a:hover .img {
    transform: translateY(-1rem);
  }
}
/* section5(유관기관 배너) */
#section5 {
  background-color: #151426;
  border-bottom: 1px solid #404040;
}
#section5 .banner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 12rem;
}
#section5 .title {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 500;
  flex-shrink: 0;
  width: 23rem;
}
#section5 .banner_swiper {
  display: flex;
  justify-content: space-between;
  width: calc(100% - 38.6rem);
  overflow: hidden;
  position: relative;
}
#section5 .banner_swiper .swiper-slide {
  width: auto;
}
#section5 .banner_swiper::after {
  content: "";
  background: linear-gradient(to left, #151426, transparent);
  width: 5rem;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
}
#section5 .banner_swiper a {
  display: inline-block;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 300;
  position: relative;
  padding-right: 2rem;
}
#section5 .banner_swiper a[target=_blank]::after {
  content: "\ea70";
  font-family: "remixicon";
  font-size: 2.4rem;
  display: inline-block;
  position: absolute;
  right: -0.4rem;
  top: -0.7rem;
}
#section5 .banner_swiper a:focus-visible {
  outline: 2px dotted #fff;
  outline-offset: -4px;
}
#section5 .control_box {
  width: 15.6rem;
  padding-left: 2rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#section5 .control_box .controller {
  display: flex;
  align-items: center;
  gap: 3px;
}
#section5 .control_box button {
  width: 3.4rem;
  height: 3.4rem;
  line-height: 3.4rem;
}
#section5 .control_box button::before {
  color: #fff;
  font-size: 2.4rem;
}
#section5 .control_box button.control::before {
  font-size: 2rem;
}
#section5 .control_box a {
  width: 3.4rem;
  height: 3.4rem;
  line-height: 3.4rem;
  overflow: hidden;
  text-align: center;
  color: #fff;
  font-size: 3rem;
}
#section5 .control_box a i {
  display: block;
  width: 100%;
  height: 100%;
  line-height: inherit;
}

/*-------------------------------------------------

Responsive

-------------------------------------------------*/
/* Media Query */
@media (max-width: 1400px) {
  /* section0(비주얼) */
  #section0 .event {
    width: 70%;
  }
  /* section1(공지사항/팝업존) */
  #section1 .latest .label a {
    width: 13rem;
  }
  #section1 .latest .group.group01 .label {
    left: 0;
  }
  #section1 .latest .group.group02 .label {
    left: calc(13rem - 1px);
  }
  #section1 .latest .group.group03 .label {
    left: calc(26rem - 2px);
  }
  #section1 .latest .group.group04 .label {
    left: calc(39rem - 3px);
  }
  #section1 .latest.no_show_group02 .group02 {
    display: none;
  }
  #section1 .latest.no_show_group02 .group03 .label {
    left: calc(13rem - 1px);
  }
  #section1 .latest.no_show_group02 .group04 .label {
    left: calc(26rem - 2px);
  }
  /* section3(링크) */
  #section3 .quick .item a {
    padding: 2rem 2.5rem;
  }
  #section3 .quick .item a::after {
    right: 2.5rem;
    top: calc(50% - 3rem);
    width: 6rem;
    height: 6rem;
  }
}
@media (max-width: 1280px) {
  /* section1(공지사항/팝업존) */
  #section1 .layout_fix {
    flex-direction: column;
  }
  #section1 .board {
    flex: none;
  }
  #section1 .popup {
    width: 100%;
    max-width: 100%;
  }
  #section1 .popup .popup_swiper {
    height: auto;
  }
  #section1 .popup .popup_swiper .swiper-slide {
    aspect-ratio: 271/190;
  }
  #section1 .popup .control_box {
    right: -0.5rem;
  }
  #section1 .popup .blank {
    aspect-ratio: inherit;
    padding: 5rem 0 !important;
  }
  /* section3(링크) */
  #section3 .quick {
    padding: 5rem 4rem;
  }
  #section3 .quick .list {
    gap: 3rem;
  }
  #section3 .quick .item .img {
    margin-right: 1rem;
  }
  #section3 .quick .item a::after {
    width: 5rem;
    height: 5rem;
    top: calc(50% - 2.5rem);
  }
  #section3 .quick .item .tt {
    font-size: 1.8rem;
  }
  /* section4(바로가기) */
  #section4 .service {
    flex-wrap: wrap;
    padding: 4rem 0;
    height: auto;
  }
  #section4 .service .title {
    width: 100%;
    text-align: center;
    margin-bottom: 3rem;
  }
  #section4 .service .shortcut_swiper {
    width: 100%;
  }
  #section4 .service .shortcut_swiper .swiper-wrapper {
    gap: 1.5rem;
  }
  /* section5(유관기관 배너) */
  #section5 .banner {
    flex-wrap: wrap;
    padding: 4rem 0;
    height: auto;
  }
  #section5 .banner .title {
    width: 100%;
    text-align: center;
    margin-bottom: 3rem;
  }
  #section5 .banner .banner_swiper {
    width: calc(100% - 15.6rem);
  }
}
@media (max-width: 1024px) {
  /* section0(비주얼) */
  #section0 .visual .swiper-slide .video_box {
    aspect-ratio: 16/9;
  }
  #section0 .visual .swiper-slide .img {
    aspect-ratio: 16/9;
  }
  #section0 .visual .swiper-slide .link {
    margin-top: 2rem;
  }
  #section0 .visual .wrapping {
    padding-bottom: 7rem;
    box-sizing: border-box;
  }
  #section0 .visual .list .tt p {
    font-size: clamp(4rem, 7vw, 7rem);
    word-break: keep-all;
    justify-content: center;
  }
  #section0 .visual .list .tt span {
    font-size: clamp(2rem, 3vw, 3rem);
    word-break: keep-all;
    justify-content: center;
  }
  #section0 .visual .list .link {
    margin-top: 1rem;
  }
  #section0 .visual .control_box {
    bottom: 9rem;
    left: 50%;
    transform: translateX(-50%);
  }
  #section0 .event {
    width: 100%;
    padding-left: 4rem;
    padding-right: 2rem;
  }
  #section0 .event .title {
    display: none;
  }
  #section0 .event .event_swiper {
    padding: 0;
    width: calc(100% - 2.5rem);
    padding-right: 2rem;
  }
  #section0 .event .event_swiper::before,
  #section0 .event .event_swiper .date, #section0 .event .event_swiper .cate {
    display: none;
  }
  #section0 .event .event_swiper .swiper-slide a {
    height: 4rem;
  }
  #section2 .site .mainsite_swiper {
    padding-right: 1.5rem;
  }
  /* section3(링크) */
  #section3 .quick .list {
    gap: 2rem;
    flex-wrap: wrap;
  }
  #section3 .quick .list .item {
    flex: 1 1 calc(100% - 2rem);
  }
  /* section4(바로가기) */
  #section4 .service .btn_control {
    color: #fff;
    font-size: 3rem;
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    text-align: center;
    overflow: hidden;
    display: block;
    position: absolute;
    bottom: 6rem;
  }
  #section4 .service .btn_control::before {
    font-family: "remixicon";
    display: block;
    width: 100%;
    height: 100%;
    line-height: inherit;
  }
  #section4 .service .btn_control.prev {
    left: 0;
  }
  #section4 .service .btn_control.prev::before {
    content: "\ea64";
  }
  #section4 .service .btn_control.next {
    right: 0;
  }
  #section4 .service .btn_control.next::before {
    content: "\ea6e";
  }
  #section4 .service .shortcut_swiper {
    width: 90%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
  }
  #section4 .service .shortcut_swiper .swiper-wrapper {
    justify-content: inherit;
    gap: 0;
  }
  #section4 .service .shortcut_swiper .swiper-slide {
    width: inherit;
    flex: none;
  }
  #section4 .service .shortcut_swiper a {
    text-align: center;
  }
  #section4 .service .shortcut_swiper a .tt {
    font-size: 1.6rem;
  }
}
@media (max-width: 840px) {
  /* section1(공지사항/팝업존) */
  #section1 .latest .label {
    width: 25%;
  }
  #section1 .latest .label a {
    width: 100%;
  }
  #section1 .latest .label span {
    width: 100%;
  }
  #section1 .latest .group.group02 .label {
    left: calc(25% - 1px);
    width: calc(25% + 2px);
  }
  #section1 .latest .group.group03 .label {
    left: calc(50% - 2px);
    width: calc(25% + 2px);
  }
  #section1 .latest .group.group04 .label {
    left: calc(75% - 3px);
    width: calc(25% + 2px);
  }
  #section1 .latest.no_show_group02 .label {
    width: 33.33%;
  }
  #section1 .latest.no_show_group02 .group03 .label {
    left: calc(33.33% - 1px);
  }
  #section1 .latest.no_show_group02 .group04 .label {
    left: calc(66.66% - 2px);
  }
  #section1 .latest .group:not(.news) .conBox {
    padding-top: 1rem;
  }
  #section1 .latest .group:not(.news) .item::before {
    top: 1.8rem;
  }
  #section1 .latest .group:not(.news) .item a {
    gap: 1.5rem;
    min-height: 4rem;
  }
  #section1 .latest .group:not(.news) .item .date {
    display: none;
  }
  #section1 .latest .group:not(.news) .item .state {
    width: 4rem;
    height: 4rem;
    font-size: 1.2rem;
  }
  #section1 .latest .more {
    display: block;
    position: static;
    width: 10rem;
    margin: 0 auto;
    text-align: center;
  }
}
@media (max-width: 768px) {
  #section0 .visual .swiper-slide .tt p {
    font-size: 6vw;
  }
  #section0 .visual .swiper-slide .tt span {
    font-size: 4vw;
  }
  #section0 .visual .swiper-slide .link {
    margin-top: 1rem;
    height: 3rem;
    font-size: 1.6rem;
    width: 12rem;
  }
  #section2 .site .mainsite_swiper {
    padding-right: 1rem;
  }
}
@media (max-width: 640px) {
  /* section0(비주얼) */
  #section0 .visual .swiper-slide .video_box {
    aspect-ratio: 4/5;
    background: #000;
  }
  #section0 .visual .swiper-slide .video_box video {
    object-fit: contain;
  }
  #section0 .visual .swiper-slide .img {
    aspect-ratio: 4/5;
  }
  #section0 .visual .swiper-slide .tt p {
    font-size: 8vw;
  }
  #section0 .visual .swiper-slide .tt span {
    font-size: 6vw;
  }
  #section0 .visual .swiper-slide .link {
    margin-top: 1rem;
    height: 4rem;
  }
  #section0 .visual .control_box {
    bottom: 7rem;
  }
  #section0 .event {
    padding-right: 1rem;
    height: 6rem;
  }
  /* section1(공지사항/팝업존) */
  #section1 .layout_fix {
    padding: 4rem 0;
  }
  #section1 .board {
    background-size: 70%;
  }
  #section1 .latest .group {
    text-align: center;
  }
  #section1 .latest .group:not(.news) .conBox {
    padding-top: 0;
  }
  #section1 .latest .group:not(.news) .item {
    margin: 0.7rem 0 !important;
  }
  #section1 .latest .group:not(.news) .item::before {
    top: 1.5rem !important;
  }
  #section1 .latest .group:not(.news) .item a {
    min-height: 3.5rem;
  }
  #section1 .latest .group:not(.news) .item .state {
    width: 3.54rem;
    height: 3.5rem;
  }
  #section1 .latest .group:not(.news) .item .tt {
    width: calc(100% - 5rem) !important;
  }
  #section1 .latest .label span {
    border: 0;
    border-bottom: 1px solid transparent;
    border-radius: 0;
    background-color: transparent;
    font-size: 1.8rem;
    height: 4rem;
    display: inline-flex;
    width: auto;
  }
  #section1 .latest .conBox {
    top: 4rem;
    text-align: left;
  }
  #section1 .latest .group.active .label span {
    border-color: #000;
    background-color: transparent;
    color: #161819;
    font-weight: 700;
  }
  #section1 .latest .more {
    font-size: 1.6rem;
  }
  #section1 .latest .list .first {
    margin-bottom: 2rem;
  }
  #section1 .latest .list .first a {
    padding: 2rem 0;
    gap: 2rem;
  }
  #section1 .latest .list .first a .date {
    width: 7rem;
    height: 7rem;
    font-size: 9px;
  }
  #section1 .latest .list .first a .date strong {
    font-size: 2.3rem;
  }
  #section1 .latest .list .first a .con {
    width: calc(100% - 9rem);
  }
  #section1 .latest .list .first a .con .tt {
    font-size: 1.6rem;
  }
  #section1 .latest .list .first a .con .txt {
    font-size: 1.4rem;
    margin-top: 1rem;
  }
  #section1 .latest .list .item:not(.first) {
    padding-left: 2rem;
    margin: 1.6rem 0;
  }
  #section1 .latest .list .item:not(.first)::before {
    left: 0.5rem;
    top: 0.8rem;
  }
  #section1 .latest .list .item:not(.first) .date {
    font-size: 1.2rem;
    margin-right: 2rem;
    width: 7rem;
  }
  #section1 .latest .list .item:not(.first) .tt {
    font-size: 1.6rem;
    width: calc(100% - 9rem);
  }
  #section1 .popup .title {
    width: 100%;
    text-align: center;
  }
  #section1 .popup .control_box {
    position: relative;
    top: auto;
    right: auto;
    justify-content: center;
    margin-top: 1rem;
  }
  #section1 .popup .control_box .paging {
    padding-top: 2px;
  }
  #section1 .popup .control_box .paging span {
    font-size: 1.6rem;
  }
  /* section2(주요사이트) */
  #section2 .layout_fix {
    padding-bottom: 4rem;
  }
  #section2 .site .title {
    text-align: center;
  }
  #section2 .site .control_box button {
    width: 4rem;
    height: 4rem;
    line-height: 4rem;
  }
  /* section3(링크) */
  #section3 .layout_fix {
    padding-bottom: 4rem;
  }
  #section3 .quick {
    padding: 5rem 2rem 3rem;
  }
  #section3 .quick .item a {
    padding: 2rem;
  }
  #section3 .quick .item a::after {
    right: 2rem;
  }
  /* section4(바로가기) */
  #section4 .service .shortcut_swiper a .tt {
    font-size: 1.6rem;
  }
  /* section5(유관기관 배너) */
  #section5 .banner .banner_swiper {
    width: 100%;
  }
  #section5 .banner .banner_swiper a {
    font-size: 1.6rem;
  }
  #section5 .banner .control_box {
    padding-left: 0;
    justify-content: center;
    margin: 2rem auto 0;
  }
}
@media (max-width: 480px) {
  /* section0(비주얼) */
  #section0 .visual .list .tt p {
    line-height: 1.3;
  }
  #section0 .visual .control_box {
    bottom: 14rem;
  }
  /* section1(공지사항/팝업존) */
  #section1 .popup {
    margin-top: 2rem;
  }
  #section1 .latest .label a {
    font-size: 1.5rem;
  }
  #section4 .service .btn_control.prev {
    left: -1rem;
  }
  #section4 .service .btn_control.next {
    right: -1rem;
  }
}