@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap");

@keyframes ball-y {
  0% {
    -webkit-transform: translateY(-10%);
    -webkit-animation-timing-function: ease-in;
  }
  28% {
    -webkit-transform: translateY(-10%);
    -webkit-animation-timing-function: ease-in;
  }
  56% {
    -webkit-transform: translateY(-10%);
    -webkit-animation-timing-function: ease-in;
  }
  84% {
    -webkit-transform: translateY(-10%);
    -webkit-animation-timing-function: ease-in;
  }
  14%,
  42%,
  75%,
  100% {
    -webkit-transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
  }
}

@keyframes scale {
  0% {
    opacity: 0.7;
  }
  25% {
    opacity: 0.6;
  }
  50% {
    opacity: 0.5;
  }
  75% {
    opacity: 0.6;
  }
  100% {
    opacity: 0.7;
  }
}

@keyframes bounce {
  0% {
    opacity: 0;
    transform: translateY(-100px);
  }
  50% {
    opacity: 1;
    transform: translateY(10px);
  }
  80% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes bounce2 {
  0% {
    top: 0;
    -webkit-animation-timing-function: ease-in;
  }
  50% {
    top: 140px;
    height: 140px;
    -webkit-animation-timing-function: ease-out;
  }
  55% {
    top: 160px;
    height: 120px;
    -webkit-animation-timing-function: ease-in;
  }
  65% {
    top: 120px;
    height: 140px;
    -webkit-animation-timing-function: ease-out;
  }
  95% {
    top: 0;
    -webkit-animation-timing-function: ease-in;
  }
  100% {
    top: 0;
    -webkit-animation-timing-function: ease-in;
  }
}
@keyframes pulsate {
  0% {
    transform: scale(0.1, 0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
@keyframes balloon1 {
  0%,
  100% {
    transform: translateY(0) rotate(-6deg);
  }
  50% {
    transform: translateY(-20px) rotate(8deg);
  }
}
@keyframes balloon2 {
  0%,
  100% {
    transform: translateY(0) rotate(6deg);
  }
  50% {
    transform: translateY(-30px) rotate(-8deg);
  }
}
@keyframes balloon3 {
  0%,
  100% {
    transform: translate(0, -10px) rotate(6deg);
  }
  50% {
    transform: translate(-20px, 30px) rotate(-8deg);
  }
}
@keyframes balloon4 {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(-2deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

* {
  margin: 0;
  padding: 0;
  list-style-type: none;
  box-sizing: border-box;
}
html {
  position: relative;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}
body {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  font-family: "Open Sans", "Noto Sans KR", sans-serif;
  overflow-x: hidden !important;
}
a {
  text-decoration: none;
  color: #333;
}
button {
  border: none;
  background-color: transparent;
}
/* :focus {outline: none;} */
a:focus {
  outline: 2px dotted #000;
}
button:focus {
  outline: 2px dotted #000;
}
i {
  font-style: normal;
}
.ff-jalnan {
  font-family: "yg-jalnan" !important;
}
.ff-godo {
  font-family: "Godo" !important;
}
.ff-osans {
  font-family: "Open Sans" !important;
}

.fp-enabled body,
html.fp-enabled {
  overflow-x: hidden;
}
.fp-section.fp-table,
.fp-slide.fp-table {
  overflow-x: hidden;
}
.section .article {
  position: relative;
  width: 100%;
  /* height: 100%; 230405 접근성 이슈: fullpage.js 해제 */
  height: 100dvh; /* 230405 접근성 이슈: fullpage.js 해제 */
}

.fp-section.fp-table:last-child {
  height: auto !important;
}
.fp-section.fp-table:last-child .fp-tableCell {
  height: auto !important;
}
#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li a.active span,
.fp-slidesNav ul li:hover a.active span {
  background: none;
  border: 2px solid #fbcc5b;
}
#fp-nav {
  top: 48%;
}
#fp-nav ul li:last-child {
  display: none;
}

@media screen and (min-width: 1280px) {
  #fp-nav.left {
    display: block;
    left: 1%;
  }
}
@media screen and (min-width: 1500px) {
  #fp-nav.left {
    left: calc(50% - 750px);
  }
}
@media screen and (min-width: 1800px) {
  #fp-nav.left {
    left: calc(50% - 860px);
  }
}

@media screen and (max-width: 1279px) {
  .fp-section.fp-table:nth-child(1) {
    height: auto !important;
  }
  .fp-section.fp-table:nth-child(2) {
    height: auto !important;
  }
  .fp-section.fp-table:nth-child(3) {
    height: auto !important;
  }
  .fp-section.fp-table:nth-child(4) {
    height: auto !important;
  }
  .fp-section.fp-table:nth-child(5) {
    height: auto !important;
  }
  .fp-section.fp-table:nth-child(6) {
    height: auto !important;
  }

  .fp-section.fp-table:nth-child(1) .fp-tableCell {
    height: auto !important;
  }
  .fp-section.fp-table:nth-child(2) .fp-tableCell {
    height: auto !important;
  }
  .fp-section.fp-table:nth-child(3) .fp-tableCell {
    height: auto !important;
  }
  .fp-section.fp-table:nth-child(4) .fp-tableCell {
    height: auto !important;
  }
  .fp-section.fp-table:nth-child(5) .fp-tableCell {
    height: auto !important;
  }
  .fp-section.fp-table:nth-child(6) .fp-tableCell {
    height: auto !important;
  }
}

/* mobile first */
.wrap {
  position: relative;
  width: 100%;
  height: 100%;
}
.text-skyblue {
  color: #118ad9 !important;
}
@media screen and (min-width: 1280px) {
  .inner {
    width: 1280px;
    margin: 0 auto;
  }
}
/* main .header */
@media screen and (min-width: 1280px) {
  .header .top-bar {
    transition: 0.3s;
  }
  .header.on .top-bar {
    transform: translateY(-100%);
  }
}

/* section.se01 */
.se01 {
  height: 560px;
  background: #fff;
}
#line_svg {
  display: none;
}
.main-slider {
  position: relative;
  width: 100%;
  height: 270px;
}
.slider-wrap {
  position: relative;
  width: 100%;
  height: 100%;
}
.swiper-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.main-slider .swiper1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1280px;
  overflow: hidden;
}
.main-slider .swiper1 img {
  position: absolute;
  top: 0;
  right: -40px;
  display: block;
  width: 140%;
  transition: 5s;
}
.main-slider .swiper1 .swiper-slide-active img {
  transform: scale(0.95);
}
.swiper-cover {
  position: absolute;
  top: 13px;
  left: 0;
  width: 100%;
  height: 104%;
  background: url(/portal/img/main/slider-cover.svg) no-repeat center/cover;
  z-index: 2;
  transform: translateY(-5%);
}
#cover_svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main-slider .swiper2 {
  position: absolute;
  top: 0;
  left: 5%;
  width: 90%;
  margin-top: 180px;
  padding-bottom: 25px;
  z-index: 2;
  line-height: 1.3;
}
.main-slider .swiper2 .slide-p1 {
  font-size: 1.2rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #929292;
}
.main-slider .swiper2 .slide-h1 {
  height: 60px;
  font-size: 2.4rem;
  color: #000;
  word-break: keep-all;
  overflow: hidden;
}
.main-slider .swiper2 .slide-h1 span {
  display: block;
}
.btns {
  position: absolute;
  bottom: -4px;
  right: 11.5%;
  z-index: 10;
}
.btn-stop {
  width: 18px;
  height: 18px;
  background: url(/portal/img/main/icon-stop.svg) no-repeat center;
  cursor: pointer;
}
.btn-stop.on {
  background-image: url(/portal/img/main/icon-play.svg);
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  top: auto;
  bottom: 0;
  left: 45%;
  width: 55%;
  height: 8px;
  border-radius: 60px;
  background: #e5e5e5;
  transform: translateX(-50%);
  overflow: hidden;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #118ad9;
  border-radius: 60px;
}
.swiper-pagination2 {
  display: none;
}
.slider-num {
  position: absolute;
  bottom: 11px;
  left: 45%;
  width: 67%;
  font-size: 1.4rem;
  font-weight: 600;
  transform: translateX(-50%);
}
.slider-num .number-left {
  position: absolute;
  left: 0;
}
.slider-num .number-right {
  position: absolute;
  right: 0;
}
.main-search {
  display: none;
}
.main-search .search-text .form-control {
  display: block;
  width: 100%;
  height: 50px;
  padding: 0.375rem 0.75rem;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  color: #6e707e;
  background-color: #f5f5f5;
  background-clip: padding-box;
  border-color: transparent;
  border-radius: 10px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  box-shadow: 1px 1px 3px 1px rgb(0 0 0 / 3%) inset;
  text-indent: 20px;
  color: #6e707e;
}
.main-search .search-wrap .search-btn {
  width: 50px;
}
@media screen and (min-width: 320px) {
  .main-slider .swiper2 .slide-h1 {
    height: auto;
    overflow: visible;
  }
  .main-search {
    display: block;
    margin-top: 130px;
  }
  .main-slider {
    height: 290px;
    top: 45px;
  }
}
@media screen and (min-width: 425px) {
  .main-slider {
    top: 0;
    height: 350px;
  }
  .main-search {
    margin-top: 0;
  }
}
@media screen and (min-width: 500px) {
  .main-slider {
    height: 370px;
  }
  .main-slider .swiper2 {
    margin-top: 195px;
  }
  .main-slider .swiper2 .slide-h1 {
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 580px) {
  .main-slider {
    height: 500px;
  }
  .main-slider .swiper2 {
    margin-top: 300px;
  }
}
@media screen and (min-width: 620px) {
  .main-slider {
    height: 500px;
  }
}
@media screen and (min-width: 768px) {
  .pc {
    display: block;
  }
  .nav {
    display: none;
  }
  .main-scroll {
    display: none;
  }
  .main-slider {
    height: 645px;
  }
  .swiper-cover {
    left: 0%;
  }
  .main-slider .swiper2 .slide-p1 {
    font-size: 1.6rem;
  }
  .main-slider .swiper2 .slide-p2 {
    font-size: 1.7rem;
    line-height: 1.4;
  }
  .main-slider .swiper2 .slide-p2 span {
    display: block;
  }
  .main-slider .swiper2 .slide-h1 {
    font-size: 4.5rem;
  }
  .main-slider .swiper2 {
    width: 65%;
  }
  .swiper-container-horizontal > .swiper-pagination-progressbar,
  .swiper-container-vertical
    > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    left: 3.5%;
    width: 200px;
    transform: translateX(0);
  }
  .slider-num {
    left: 0;
    width: 250px;
    transform: translateX(0);
  }
  .btns {
    left: 265px;
    right: auto;
  }
  .main-slider .swiper2 {
    margin-top: 195px;
  }
  .main-search {
    position: absolute;
    top: 510px;
    left: 5%;
    width: 52%;
    z-index: 2;
  }
}
@media screen and (min-width: 960px) {
  .main-slider {
    height: 730px;
  }
}
@media screen and (min-width: 1024px) {
  .main-scroll {
    display: block;
    position: absolute;
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
    width: 95px;
    height: 95px;
    z-index: 2;
    text-align: center;
  }
  .scroll-text {
    margin-bottom: 30px;
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: 600;
  }
}
@media screen and (min-width: 1240px) {
  .main-slider {
    height: 835px;
  }
  .swiper-cover {
    left: 0;
  }
  .main-search .search-wrap .search-btn {
    width: 60px;
  }
}
@media screen and (min-width: 1280px) {
  .section .article.se01 {
    height: 900px;
  }
  .main-slider {
    height: 100%;
  }
  .swiper-cover {
    left: 0;
    top: -13%;
    height: 1200px;
  }
  .main-slider .swiper2 .slide-p1 {
    padding-bottom: 15px;
    font-size: 2.2rem;
  }
  .main-slider .swiper2 .slide-h1 {
    font-size: 6rem;
  }
  .main-slider .swiper2 .slide-h1 span {
    display: inline-block;
    padding-right: 20px;
  }
  .main-slider .swiper2 .slide-p2 {
    padding-top: 25px;
    font-size: 2.4rem;
  }
  .main-slider .swiper1 img {
    right: -50px;
    width: 110%;
  }
  .main-slider .swiper2 {
    margin-top: 220px;
    padding-bottom: 40px;
  }
  .slider-num {
    bottom: 13px;
    font-size: 1.6rem;
  }
  .swiper-container-horizontal > .swiper-pagination-progressbar,
  .swiper-container-vertical
    > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    left: 24px;
  }
  .main-search {
    top: 620px;
  }
  .main-scroll {
    bottom: 10px;
  }
  .main-search .search-text .form-control {
    height: 60px;
  }
  .main-search .search-wrap .btn-search {
    height: 60px;
  }
}
@media screen and (min-width: 1400px) {
  .swiper-cover {
    top: -4%;
  }
  #line_svg {
    display: block;
    position: absolute;
    top: -49.5%;
    right: -9%;
    opacity: 0.3;
  }
  .main-scroll {
    bottom: 30px;
  }
  .main-slider .swiper2 {
    padding-bottom: 35px;
  }
}
@media screen and (min-width: 1500px) {
  .swiper-cover {
    top: 0;
    height: 1150px;
  }
}
@media screen and (min-width: 1600px) {
  #line_svg {
    top: -41.5%;
  }
  .main-slider .swiper2 {
    margin-top: 235px;
    margin-left: 165px;
  }
  .main-search {
    top: 700px;
    left: 260px;
  }
  .swiper-cover {
    top: 0;
    height: 1300px;
  }
}

/* section.se02 */
.se02 {
  padding-top: 50px;
}
.svg-bg01,
.svg-bg02 {
  display: none;
}
#svg01 {
  width: 100%;
}
#svg02 {
  width: 100%;
}
.article-title {
  padding-bottom: 25px;
  font-family: "Godo", sans-serif;
  font-size: 2.4rem;
  text-align: center;
  font-weight: 600;
}
.article-subtitle {
  position: relative;
  margin-bottom: 10px;
  font-size: 1.8rem;
  font-weight: 700;
}
.quick-ul {
  width: 75%;
  margin: 0 auto;
}
.quick-ul:after {
  content: "";
  display: block;
  clear: both;
}
.quick-list {
  float: left;
  width: 50%;
}
.quick-link {
  display: block;
  margin-bottom: 25px;
  text-align: center;
  font-size: 1.4rem;
  transition: 0.4s;
}
.quick-link .bg {
  width: 100px;
  height: 100px;
  margin: 0 auto 10px;
  background: #f5f5f5 url(/portal/img/main/icon-quick01.svg) no-repeat
    center/70px;
  border-radius: 20px;
  transition: 0.4s;
}
.quick-link:hover .bg,
.quick-link:active .bg,
.quick-link:focus .bg {
  background-color: #00397f;
}
.quick-link.link01 .bg {
  background-image: url(/portal/img/main/icon-quick01.svg);
}
.quick-link.link02 .bg {
  background-image: url(/portal/img/main/icon-quick02.svg);
}
.quick-link.link03 .bg {
  background-image: url(/portal/img/main/icon-quick03.svg);
}
.quick-link.link04 .bg {
  background-image: url(/portal/img/main/icon-quick04.svg);
}
.quick-link.link05 .bg {
  background-image: url(/portal/img/main/icon-quick05.svg);
}
.quick-link.link06 .bg {
  background-image: url(/portal/img/main/icon-quick06.svg);
}
.quick-link.link01:hover .bg,
.quick-link.link01:active .bg,
.quick-link.link01:focus .bg {
  background-image: url(/portal/img/main/icon-quick01-w.svg);
}
.quick-link.link02:hover .bg,
.quick-link.link02:active .bg,
.quick-link.link02:focus .bg {
  background-image: url(/portal/img/main/icon-quick02-w.svg);
}
.quick-link.link03:hover .bg,
.quick-link.link03:active .bg,
.quick-link.link03:focus .bg {
  background-image: url(/portal/img/main/icon-quick03-w.svg);
}
.quick-link.link04:hover .bg,
.quick-link.link04:active .bg,
.quick-link.link04:focus .bg {
  background-image: url(/portal/img/main/icon-quick04-w.svg);
}
.quick-link.link05:hover .bg,
.quick-link.link05:active .bg,
.quick-link.link05:focus .bg {
  background-image: url(/portal/img/main/icon-quick05-w.svg);
}
.quick-link.link06:hover .bg,
.quick-link.link06:active .bg,
.quick-link.link06:focus .bg {
  background-image: url(/portal/img/main/icon-quick06-w.svg);
}
.popup-group {
  position: relative;
  width: 90%;
  margin: 50px auto;
  overflow: hidden;
}
.popup-slider {
  height: 100px;
}
.popup-slider .swiper-slide {
  background: transparent;
}
.popup-slider .swiper-slide img {
  display: block;
  width: 100%;
}
.popup-slider .swiper-pagination-fraction {
  position: absolute;
  top: 0px;
  bottom: auto;
  left: 80px;
  font-size: 1.5rem;
  font-weight: 700;
}
.popup-slider .swiper-pagination-current {
  color: #00b2c3;
}
.popup-group .btns {
  top: 2px;
  bottom: auto;
  left: 120px;
  right: auto;
}
.popup-button-next,
.popup-button-prev {
  top: 75px;
  bottom: auto;
  width: 30px;
  height: 30px;
  background: rgba(0, 24, 127, 0.3) url(/portal/img/main/left-arrow.svg)
    no-repeat center/60%;
  transition: 0.4s;
}
.popup-button-next:hover,
.popup-button-prev:hover,
.popup-button-next:active,
.popup-button-prev:active,
.popup-button-next:focus,
.popup-button-prev:focus {
  background-color: rgba(6, 30, 45, 0.7);
  outline: 3px dotted #FF3B3B;
  outline-offset: -3px;
}
.popup-button-next:after,
.popup-button-prev:after {
  content: none;
}
.popup-button-next {
  background-image: url(/portal/img/main/right-arrow.svg);
}

.popup-slider .swiper-slide img:first-child {
  display: none;
}
.popup-slider .swiper-slide img:last-child {
  display: block;
  width: 100%;
}

@media screen and (min-width: 360px) {
  .quick-ul {
    width: 94%;
  }
  .quick-list {
    width: 33.333%;
  }
}
@media screen and (min-width: 500px) {
  .quick-ul {
    width: 75%;
  }
  .quick-list {
    width: 33.333%;
  }
  .popup-button-next,
  .popup-button-prev {
    top: 90px;
  }
  .popup-slider {
    height: 120px;
  }
}
@media screen and (min-width: 600px) {
  .popup-slider {
    height: 130px;
  }

  .popup-slider .swiper-slide img:first-child {
    display: block;
    width: 100%;
  }
  .popup-slider .swiper-slide img:last-child {
    display: none;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .popup-slider {
    height: 170px;
  }
  .popup-button-next,
  .popup-button-prev {
    top: 125px;
  }
  .popup-button-next {
    right: 0;
  }
  .popup-button-prev {
    left: 0;
  }
}
@media screen and (min-width: 800px) {
  .quick-ul {
    width: 90%;
  }
  .quick-list {
    width: 16.666%;
  }
  .popup-slider {
    height: 250px;
  }
}
@media screen and (min-width: 1024px) {
  .se02 {
    padding-top: 150px;
  }
  .quick-ul {
    width: 80%;
  }
  .article-title {
    padding-bottom: 40px;
    font-size: 3.5rem;
  }
  .article-subtitle {
    margin-bottom: 30px;
  }
  .popup-slider {
    height: 250px;
  }
  .popup-button-next,
  .popup-button-prev {
    top: 190px;
    width: 45px;
    height: 45px;
  }
}
@media screen and (min-width: 1280px) {
  .se02 {
    padding: 70px;
  }
  .article-title {
    padding-bottom: 40px;
    font-size: 4rem;
  }
  .article-subtitle {
    font-size: 2rem;
  }
  .quick-ul {
    width: 1260px;
  }
  .quick-link .bg {
    width: 140px;
    height: 140px;
    margin: 0 auto 40px;
    background-size: 90px;
  }
  .quick-link {
    font-size: 1.8rem;
  }
  .popup-group {
    width: 1200px;
    margin: 90px auto 0;
  }
  .popup-group .article-subtitle {
    margin-bottom: 0;
  }
  .popup-slider {
    height: 280px;
  }
}
@media screen and (min-width: 1400px) {
  .svg-bg01 {
    display: block;
    position: absolute;
    top: -232px;
    left: -237px;
    z-index: 2;
    animation: balloon2 10s ease-in-out infinite;
  }
  .svg-bg02 {
    display: block;
    position: absolute;
    bottom: -85px;
    right: -264px;
    animation: balloon3 10s ease-in-out infinite;
  }
  .path {
    animation: balloon4 6s ease-in-out infinite;
  }
}
@media screen and (min-width: 1600px) {
  .se02 {
    padding-top: 90px;
  }
}
/* section.se03 */
.se03 {
  padding-top: 50px;
  background: #f5f5f5;
}
.svg-bg03 {
  display: none;
}
#poylgon_BG {
  width: 100%;
}
.se03 .inner {
  width: 90%;
  margin: 0 auto;
}
.se03 .inner:after {
  content: "";
  display: block;
  clear: both;
}
.notice {
  position: relative;
  padding: 25px;
  margin-bottom: 25px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 3px 3px 10px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}
.notice a {
  transition: 0.4s;
}
.notice a:hover .notice-p1 {
  color: #1267d0;
}
.notice:after {
  content: "";
  display: block;
  clear: both;
}
.notice-slider {
  overflow: hidden;
}
.notice-p1 {
  margin-bottom: 25px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
}
.notice-p2 {
  font-size: 1.2rem;
  color: #999;
  line-height: 1.4;
}
.notice .swiper-pagination {
  top: 20px;
  bottom: auto;
  right: 35px;
  left: auto;
  width: auto;
}

/* 20250402 웹 접근성 수정 */
.notice .swiper-pagination-bullet {
  opacity: 0.6;
  /* opacity: 0.25; */
}
.notice .date-list {
  display: block;
}
.notice .btns {
  top: 20px;
  bottom: auto;
  right: 15px;
}
.notice .article-subtitle {
  padding-left: 0;
}
.notice03 {
  padding: 0;
  margin-bottom: 0;
  background: none;
  border-radius: 0;
  box-shadow: none;
}
.notice03 .small-link {
  float: left;
  width: 48%;
  margin-bottom: 20px;
  background: #157dc1;
  border-radius: 5px 10px 5px 10px;
}
.notice03 .small-link:first-child {
  margin-right: 4%;
}
.notice03 .article-subtitle {
  margin-bottom: 0;
}
.notice03 .small-link .link {
  display: block;
  position: relative;
  padding: 20px;
  color: #fff;
  font-weight: 400;
}
.notice03 .small-link:hover {
  background-color: #061e2d;
}
.notice03 .midium-link {
  clear: both;
  display: block;
  margin-bottom: 25px;
  background: #00397f;
  border-radius: 10px;
}
.notice03 .midium-link .link {
  display: block;
  padding: 20px;
  color: #fff;
}

.btn-stop.notice01,
.btn-stop.notice02,
/* 20250402 웹 접근성 수정 */
.btn-stop.notice03 {
  height: 18px;
  opacity: 0.6;
  /* opacity: 0.25; */
}
.notice .swiper-pagination-bullet-active {
  width: 45px;
  background: #009ead;
  border-radius: 20px;
  opacity: 1;
}
.icon-link {
  position: absolute;
  top: 50%;
  right: 0px;
  width: 20px;
  height: 20px;
  background: url(/portal/img/main/icon-link.svg) no-repeat center/contain;
  transform: translateY(-50%);
}

/* 20250403 웹 접근성 수정 */
.icon-link.green {
  background-image: url(/portal/img/main/icon-link-green2.svg);
  /* background-image: url(/portal/img/main/icon-link-green.svg); */
}

.notice03 .midium-link:hover,
.notice03 .midium-link:active,
.notice03 .midium-link:focus {
  background-color: #061e2d;
}
.notice03 .midium-link:hover .article-subtitle,
.notice03 .midium-link:active .article-subtitle,
.notice03 .midium-link:focus .article-subtitle {
  color: #fff;
}
.notice03 .midium-link:hover .icon-link,
.notice03 .midium-link:active .icon-link,
.notice03 .midium-link:focus .icon-link {
  background-image: url(/portal/img/main/icon-link.svg);
}

@media screen and (min-width: 560px) {
  .notice01 {
    float: left;
    width: 48%;
    margin-right: 4%;
  }
  .notice02 {
    float: left;
    width: 48%;
  }
  .notice01 .notice-p1,
  .notice02 .notice-p1,
  .notice01 .notice-p2,
  .notice02 .notice-p2 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .notice03 {
    clear: both;
  }
  .notice .date-list {
    display: inline-block;
    padding-right: 10px;
  }
  .btn-stop.notice01 {
    width: 18px;
  }
  .btn-stop.notice02 {
    width: 18px;
  }
}
@media screen and (min-width: 768px) {
  .notice .btns {
    left: auto;
    right: 12px;
  }
  .notice01 {
    float: left;
    width: 49%;
    margin-right: 2%;
  }
  .notice02 {
    float: left;
    width: 49%;
  }
  .notice03 {
    float: left;
    width: 49%;
    margin-right: 2%;
  }
  .notice03 .midium-link .notice-p2 {
    display: none;
  }
  .notice04 {
    float: left;
    width: 49%;
  }
  .notice04 a:hover .notice-p1 {
    color: #12cfe1;
  }
  .notice04 .notice-p1,
  .notice04 .notice-p2 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .btn-stop.notice03 {
    width: 10px;
    height: 10px;
    background: url(/portal/img/main/icon-stop.svg) no-repeat center;
  }
  .notice04 .btn-stop.notice03 {
    width: 18px;
    height: 18px;
    background: url(/portal/img/main/icon-stop-w.svg) no-repeat center;
    background-size: 18px;
  }
  .btn-stop.notice03.on {
    background-image: url(/portal/img/main/icon-play.svg);
  }
  .notice04 .btn-stop.notice03.on {
    background-image: url(/portal/img/main/icon-play-w.svg);
  }
}
@media screen and (min-width: 1024px) {
  .notice-p1 {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .notice-p2 {
    font-size: 1.4rem;
  }
  .notice01 .notice-p1,
  .notice02 .notice-p1,
  .notice04 .notice-p1 {
    width: 100%;
    height: 45px;
    margin-bottom: 52px;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .notice03 .midium-link {
    background: #fff;
    box-shadow: 3px 3px 10px 1px rgba(0, 0, 0, 0.05);
  }
  /* 20250403 웹 접근성 수정 */
  .notice03 .midium-link .icon-link {
    background-image: url(/portal/img/main/icon-link-green2.svg);
    /* background-image: url(/portal/img/main/icon-link-green.svg); */
  }
  .notice03 .midium-link .article-subtitle {
    margin-bottom: 30px;
    color: #000;
  }
  .notice03 .midium-link .notice-p2 {
    position: relative;
    display: block;
    padding-left: 60px;
    width: 100%;
    height: 45px;
    white-space: normal;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .notice03 .midium-link .notice-p2:after {
    content: "";
    position: absolute;
    top: -6px;
    left: 0;
    width: 50px;
    height: 50px;
    background: url(/portal/img/main/icon-alram.svg) no-repeat center/110%;
  }
  .notice04 {
    background-color: #00397f;
    color: #fff;
  }
  .notice04 a {
    color: #fff;
  }
  .notice04 .notice-p2 {
    color: rgba(255, 255, 255, 0.7);
  }
  .notice04 .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
  }
  .notice.notice04 .swiper-pagination-bullet-active {
    background-color: #fdb813;
  }
  .notice04 .btn-stop {
    background-image: url(/portal/img/main/icon-stop-w.svg);
    opacity: 1;
  }
}
@media screen and (min-width: 1280px) {
  .se03 {
    padding-top: 70px;
  }
  .se03 .inner {
    width: 1200px;
    margin: 0 auto;
  }
  .notice {
    padding: 40px;
  }
  .notice-p1 {
    font-size: 2.2rem;
  }
  .notice-p2 {
    font-size: 1.6rem;
  }
  .notice01 {
    width: 48%;
    height: 290px;
    margin-right: 4%;
    margin-bottom: 40px;
  }
  .notice-slider01,
  .notice-slider02,
  .notice-slider03 {
    height: 160px;
  }
  .notice02 {
    width: 48%;
    height: 290px;
  }
  .notice03 {
    width: 48%;
    margin-right: 4%;
    height: 290px;
    padding: 0;
    overflow: visible;
  }
  .notice03 .small-link {
    width: 46.5%;
    padding: 20px 40px;
    margin-bottom: 40px;
    border-radius: 10px 20px 10px 20px;
  }
  .notice03 .small-link:first-child {
    margin-right: 7%;
  }
  .notice03 .midium-link {
    width: 100%;
    margin-bottom: 0;
    padding: 10px;
    border-radius: 20px;
  }
  .notice03 .midium-link .article-subtitle {
    margin-bottom: 15px;
  }
  .notice04 {
    width: 48%;
    height: 290px;
  }
  .notice01 .notice-p1,
  .notice02 .notice-p1,
  .notice04 .notice-p1 {
    height: 62px;
  }
  .notice01 .notice-p2,
  .notice02 .notice-p2,
  .notice04 .notice-p2 {
    position: absolute;
    bottom: 0;
  }
  .btn-stop.notice01,
  .btn-stop.notice02,
  .btn-stop.notice03 {
    height: 18px;
  }
  .notice .btns {
    top: 40px;
    right: 32px;
  }
  .notice .swiper-pagination {
    top: 40px;
    right: 55px;
  }
  /* .notice .swiper-pagination-bullet-active {width: 16px; background: #00b2c3; border-radius: 20px;} */
}
@media screen and (min-width: 1400px) {
  .svg-bg03 {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
  }
  .se03 .inner {
    position: relative;
    z-index: 3;
  }
  .se04 .inner {
    position: relative;
    z-index: 3;
  }
  .notice03 .midium-link .notice-p2 {
    line-height: 1.3;
  }
}
@media screen and (min-width: 1600px) {
  .se03 {
    padding-top: 90px;
  }
}
/* section.se04 */
.se04 {
  padding-bottom: 20px;
  background: #f5f5f5;
}
.se04 .inner {
  width: 90%;
  margin: 0 auto;
}
.se04 .article-subtitle {
  padding-left: 0;
}
.media {
  position: relative;
  display: block;
  padding: 25px;
  margin-bottom: 25px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 3px 3px 10px 1px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.media .img-box {
  width: 100%;
  height: 185px;
  overflow: hidden;
}
.media .img-link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.media .img-link:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.media01 img {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  min-height: 100%;
  width: 100%;
  transform: translate(-50%, -50%);
}
.media02 img {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  min-height: 100%;
  width: 100%;
  transform: translate(-50%, 0);
}
.media02 .img-box .pc {
  display: none;
}
.media02 .img-box .mo {
  display: block;
}

.media03 img {
  display: block;
  width: 100%;
}

.media04 {
  padding: 0;
  background: none;
  border-radius: 0;
  box-shadow: none;
}
.media04 .small-link {
  float: left;
  width: 47%;
  padding: 20px;
  margin-bottom: 20px;
  background: #157dc1;
  border-radius: 5px 10px 5px 10px;
}
.media04 .small-link:first-child {
  margin-right: 6%;
  background: #00b2c3;
}
.media04 .article-subtitle {
  margin-bottom: 0;
}
.media04 .small-link .link {
  display: block;
  position: relative;
  color: #fff;
  font-weight: 400;
}
.media-button-next,
.media-button-prev {
  top: 50px;
  bottom: auto;
  left: auto;
  right: calc(6% + 25px);
  width: 20px;
  height: 7px;
  background: url(/portal/img/main/left-arrow-b.svg) no-repeat center/contain;
}
.media-button-next {
  right: 6%;
  background-image: url(/portal/img/main/right-arrow-b.svg);
}
.media-button-next:after,
.media-button-prev:after {
  content: none;
}

.media .img-box {
  position: relative;
}
.media .img-box:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: 0.4s;
}
a.media:hover .img-box:after,
a.media:active .img-box:after,
a.media:active .img-box:after {
  opacity: 1;
}

@media screen and (min-width: 500px) {
  .media .img-box {
    height: 220px;
  }
}
@media screen and (min-width: 560px) {
  .media .img-box {
    height: 160px;
  }
  .media01 {
    float: left;
    width: 48%;
    margin-right: 4%;
  }
  .media01 .notice-p1 {
    display: none;
  }
  .media02 {
    float: left;
    width: 48%;
  }
  .media03 {
    clear: both;
  }
}

@media screen and (min-width: 768px) {
  .text-box .pc {
    display: none;
  }
  .media04 .mobile {
    display: none;
  }
  .media04 .notice-p2 {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .se04 {
    padding-top: 100px;
  }
  .se04 .inner:after {
    content: "";
    display: block;
    clear: both;
  }
  .text-box .pc {
    display: block;
  }
  .media01 {
    width: 68%;
    margin-right: 2%;
  }
  .media01 .link {
    display: block;
    position: relative;
  }
  .media01 .link:after {
    content: "";
    display: block;
    clear: both;
  }
  .media01 .text-box {
    float: left;
    width: calc(95% - 380px);
  }
  .media01 .text-box .notice-p1 {
    display: block;
    font-size: 1.8rem;
    font-weight: 700;
  }
  .media01 .text-box .notice-p3 {
    position: absolute;
    bottom: 0;
    font-size: 1.4rem;
    color: #00b2c3;
  }
  .media01 .img-box {
    float: right;
    width: 380px;
  }
  .media02 {
    width: 30%;
  }
  .media02 .img-box .pc {
    display: block;
    min-width: auto;
  }
  .media02 .img-box .mo {
    display: none;
  }
  .media03 {
    float: left;
    width: 68%;
    height: 286px;
    margin-right: 2%;
  }
  .media04 {
    float: left;
    width: 30%;
  }
  .media04 .small-link {
    float: none;
    width: 100%;
    padding: 30px 30px;
    box-shadow: 1px 1px 15px 1px rgb(0 0 0 / 10%);
  }
  .media04 .notice-p2 {
    display: block;
    padding-top: 33px;
    color: rgba(255, 255, 255, 0.7);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .media .img-box {
    height: 220px;
  }
  .insta-box {
    height: 190px;
    overflow: hidden;
  }
  .insta-box a {
    position: relative;
    display: block;
  }
  .insta-box a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    transition: 0.4s;
  }
  .insta-box a:hover:after,
  .insta-box a:active:after,
  .insta-box a:focus:after {
    opacity: 1;
  }
}
@media screen and (min-width: 1280px) {
  .se04 {
    padding-top: 70px;
  }
  .se04 .inner {
    width: 1200px;
    margin: 0 auto;
  }
  .media {
    padding: 40px;
  }
  .media01 {
    width: 67.5%;
    height: 330px;
    margin-right: 40px;
  }
  .media01 .text-box .notice-p1 {
    font-size: 2.2rem;
  }
  .media01 .text-box .notice-p2 {
    height: 72px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 1.8rem;
  }
  .media01 .text-box .notice-p3 {
    bottom: 32px;
    font-size: 1.8rem;
  }
  .media01 .text-box .notice-p3:after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #00b2c3;
  }
  .media02 {
    width: calc(32.5% - 40px);
    height: 330px;
    margin-bottom: 40px;
  }
  .media03 {
    width: 67.5%;
    height: 330px;
    margin-right: 40px;
  }
  .media-button-next,
  .media-button-prev {
    top: 62px;
    right: 80px;
    width: 27px;
    height: 12px;
  }
  .media-button-next {
    right: 40px;
  }
  .media .article-subtitle {
    margin-bottom: 10px;
  }
  .insta-box {
    height: 230px;
  }
  .media04 {
    width: calc(32.5% - 40px);
    padding: 0;
    overflow: visible;
  }
  .media04 .small-link {
    padding: 40px;
    margin-bottom: 40px;
    border-radius: 10px 20px 10px 20px;
  }
  .media04 .notice-p2 {
    padding-top: 10px;
  }
}
@media screen and (min-width: 1600px) {
  .se04 {
    padding-top: 100px;
  }
}

/* section.se05 */
.se05 {
  padding-top: 50px;
  background: #fff;
}
.map-link {
  width: 80%;
  margin: 0 auto;
}
.area-ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.area-list {
  position: relative;
  flex: 0 0 auto;
}
.area-link {
  display: block;
  padding: 5px 15px;
  font-size: 1.4rem;
  color: #888;
}
.area-list.on .area-link {
  color: #00b2c3;
}
.map-detail {
  position: relative;
  margin-top: 15px;
  height: 550px;
}

.map-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 550px;
  background: #00397f;
}
.map-bg .inner {
  position: relative;
  width: 256px;
  height: 375px;
  margin: 160px auto 0;
}
.map-bg .inner img {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
}
.map-bg .inner .map-area-img {
  opacity: 0.7; /* animation: ease-in 1s infinite alternate scale; */
}
.map-marker span {
  display: inline-block;
  position: absolute;
  top: 205px;
  right: 87px;
  width: 20px;
  height: 60px;
  background: url(/portal/img/main/icon-mapmarker.svg) no-repeat center/contain;
  animation: 0.5s alternate bounce;
  z-index: 2;
}
.map-marker span:before {
  content: "";
  border-radius: 50%;
  height: 30px;
  width: 55px;
  position: absolute;
  bottom: -5px;
  left: -80%;
  animation: pulsate 1.1s ease-out;
  animation-iteration-count: infinite;
  opacity: 0;
  box-shadow: 0 0 1px 2px rgba(255, 255, 255, 0.5);
  animation-delay: 1.2s;
  transform: translateX(-50%);
}
.map-bg-title {
  position: absolute;
  bottom: 8%;
  right: 10%;
  color: #fff;
  font-size: 1.4rem;
}
.map-bg-title:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
}
.map-bg-title span {
  font-size: 1.8rem;
}
.map-bg-title i {
  padding-left: 5px;
  color: #fdb813;
  font-weight: 700;
}

.area-detail {
  display: none;
  position: absolute;
  top: 8%;
  left: 5%;
  width: 90%;
  padding: 25px;
  margin-bottom: 25px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 1px 1px 15px 1px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.area-detail .article-subtitle {
  padding-left: 0;
  color: #00b2c3;
}
#map01 {
  display: block;
}
.banner-link-group {
  position: relative;
}
.map-marker .map01 {
  top: 206px;
  right: 89px;
}
.map-marker .map02 {
  top: 44px;
  right: 152px;
}
.map-marker .map03 {
  top: 209px;
  right: 36px;
}
.map-marker .map04 {
  top: 163px;
  right: 77px;
}
.map-marker .map05 {
  top: 34px;
  right: 167px;
}
.map-marker .map06 {
  top: 70px;
  right: 146px;
}
.map-marker .map07 {
  top: 122px;
  right: 143px;
}
.map-marker .map08 {
  top: 214px;
  right: 166px;
}
@media screen and (min-width: 768px) {
  .map-link {
    width: 100%;
  }
  .area-link .pc {
    display: inline-block;
  }
  .map-bg .inner {
    position: absolute;
    top: 30px;
    right: 75px;
    width: 340px;
    margin: 0;
  }
  .area-detail {
    width: 45%;
  }
  .banner-link-group {
    padding: 10px 30px;
    background: #fff;
  }
  .banner-slider img {
    display: block;
    width: auto;
    height: auto;
  }
  .banner-button-next,
  .banner-button-prev {
    top: 60%;
    width: 30px;
    height: 30px;
    background: #fff url(/portal/img/main/left-arrow-b.svg) no-repeat center/70%;
    border-radius: 7px;
    box-shadow: -1px 1px 5px 1px rgba(0, 0, 0, 0.2);
    transition: 0.4s;
  }
  .banner-button-next {
    background-image: url(/portal/img/main/right-arrow-b.svg);
  }
  .banner-button-next:after,
  .banner-button-prev:after {
    content: none;
  }
  .banner-button-next:hover,
  .banner-button-next:active,
  .banner-button-next:focus {
    background-color: #061e2d;
    background-image: url(/portal/img/main/right-arrow.svg);
    outline: 2px dotted #FF3B3B;
    outline-offset: 2px;
  }
  .banner-button-prev:hover,
  .banner-button-prev:active,
  .banner-button-prev:focus {
    background-color: #061e2d;
    background-image: url(/portal/img/main/left-arrow.svg);
    outline: 2px dotted #FF3B3B;
    outline-offset: 2px;
  }
  .map-marker .map01 {
    top: 287px;
    right: 119px;
  }
  .map-marker .map02 {
    top: 76px;
    right: 205px;
  }
  .map-marker .map03 {
    top: 289px;
    right: 56px;
  }
  .map-marker .map04 {
    top: 226px;
    right: 103px;
  }
  .map-marker .map05 {
    top: 68px;
    right: 228px;
  }
  .map-marker .map06 {
    top: 107px;
    right: 199px;
  }
  .map-marker .map07 {
    top: 178px;
    right: 195px;
  }
  .map-marker .map08 {
    top: 296px;
    right: 226px;
  }
}
@media screen and (min-width: 1280px) {
  .se05 {
    position: relative;
    padding-top: 70px;
    z-index: 2;
  }
  .se05 .inner {
    width: 100%;
  }
  .map-wrap {
    position: relative;
    height: 620px;
    background: #f7f7f7 url(/portal/img/main/map-dot.png) no-repeat center/cover;
  }
  .map-wrap .inner {
    position: relative;
    width: 1200px;
    height: 100%;
    margin: 0 auto;
  }
  .map-link {
    position: absolute;
    top: 50%;
    left: 0;
    width: 190px;
    transform: translateY(-50%);
  }
  .map-link:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: #eaeaea;
  }
  .area-ul {
    display: block;
    padding: 25px 0;
    text-align: right;
  }
  .area-link {
    font-size: 1.6rem;
    line-height: 3;
  }
  .area-list.on .area-link {
    position: relative;
  }
  .area-list.on .area-link:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #009ead;
    transform: translateY(-50%);
    z-index: 1;
  }
  .map-detail {
    position: absolute;
    top: 0;
    right: 0;
    width: 960px;
    margin-top: 0;
  }
  .area-detail-group {
    position: absolute;
    top: 0;
    left: 0;
    width: 480px;
    height: 250px;
  }
  .area-detail {
    width: 100%;
    height: 100%;
    padding: 40px;
  }
  .area-detail .article-subtitle {
    font-size: 2.4rem;
  }
  .area-detail .notice-p1 {
    font-size: 1.8rem;
  }
  .area-detail .notice-p2 {
    position: absolute;
    bottom: 40px;
    font-size: 1.8rem;
  }
  .area-detail .notice-p2:after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #999;
  }
  .map-bg {
    top: 0;
    left: auto;
    right: 45px;
    width: 566px;
    height: 605px;
  }
  .map-bg .inner {
    position: absolute;
    top: 10%;
    left: 0;
    width: 100%;
    height: 85%;
  }
  .map-bg .inner img {
    width: auto;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
  .map-marker span {
    width: 33px;
    height: 42px;
    top: 308px;
    right: 227px;
  }
  /* main-footer */
  .banner-link-group {
    width: 1280px;
    margin: 0 auto;
  }
  .banner-link-group .inner {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
  }
  .banner-button-next,
  .banner-button-prev {
    top: calc(50% + 25px);
  }
  .map-marker span:before {
    bottom: -20px;
    left: -30%;
  }
  .map-marker .map01 {
    top: 314px;
    right: 221px;
  }
  .map-marker .map02 {
    top: 87px;
    right: 315px;
  }
  .map-marker .map03 {
    top: 315px;
    right: 158px;
  }
  .map-marker .map04 {
    top: 246px;
    right: 210px;
  }
  .map-marker .map05 {
    top: 68px;
    right: 340px;
  }
  .map-marker .map06 {
    top: 118px;
    right: 305px;
  }
  .map-marker .map07 {
    top: 197px;
    right: 298px;
  }
  .map-marker .map08 {
    top: 326px;
    right: 334px;
  }
}
@media screen and (min-width: 1600px) {
  .se05 {
    padding-top: 80px;
  }
  .map-wrap {
    height: 700px;
  }
  .map-bg {
    right: 0;
    width: 620px;
    height: 740px;
  }
  .map-bg .inner {
    top: 5%;
  }
  .map-bg-title {
    font-size: 2rem;
  }
  .map-bg-title span {
    font-size: 2.6rem;
  }
  .area-detail {
    border-radius: 20px;
    box-shadow: 3px 3px 10px 1px rgb(0 0 0 / 5%);
  }
  .area-list.on .area-link {
    font-weight: 500;
  }
  .area-detail-group {
    top: 100px;
  }
  .area-detail .notice-p2 {
    bottom: 45px;
    font-size: 1.6rem;
  }
  .area-link {
    font-size: 1.8rem;
  }
  .banner-link-group {
    margin: 110px auto 0;
  }
  .map-marker .map01 {
    top: 390px;
    right: 238px;
  }
  .map-marker .map02 {
    top: 116px;
    right: 357px;
  }
  .map-marker .map03 {
    top: 400px;
    right: 158px;
  }
  .map-marker .map04 {
    top: 311px;
    right: 221px;
  }
  .map-marker .map05 {
    top: 87px;
    right: 381px;
  }
  .map-marker .map06 {
    top: 156px;
    right: 343px;
  }
  .map-marker .map07 {
    top: 246px;
    right: 334px;
  }
  .map-marker .map08 {
    top: 401px;
    right: 378px;
  }
}

/* 21-12-03 nanan */
#fp-nav ul li,
.fp-slidesNav ul li {
  width: 30px;
  height: 30px;
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  width: 6px;
  height: 6px;
}
#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li a.active span,
.fp-slidesNav ul li:hover a.active span {
  width: 14px;
  height: 14px;
}

.quick-link:hover .bg,
.quick-link:active .bg,
.quick-link:focus .bg {
  box-shadow: 3px 3px 10px 3px rgba(0, 0, 0, 0.2);
}
.main-slider .btn-stop {
  height: 18px;
}
.popup-slider .swiper-pagination-fraction {
  top: 4px;
  left: 90px;
}
.popup-group .btns {
  top: 4px;
  left: 146px;
}
.popup-group .btns .btn-stop {
  height: 18px;
}
.popup-button-next:hover,
.popup-button-prev:hover,
.popup-button-next:active,
.popup-button-prev:active,
.popup-button-next:focus,
.popup-button-prev:focus {
  background-color: rgba(6, 30, 45, 0.7);
}
.notice a:hover .notice-p1 {
  color: #0051b4;
}
.media04 .small-link {
  width: 48%;
  transition: 0.4s;
}
.media04 .small-link:hover {
  background-color: #061e2d;
}
.media04 .small-link:first-child {
  margin-right: 4%;
}
.media03 .swiper-slide:hover img {
  transform: scale(1.05);
  transition: all 1.5s;
}
.media01:hover img {
  transform: translate(-50%, -50%) scale(1.05);
  transition: all 0.7s;
}
.media02:hover img {
  transform: translate(-50%, 0) scale(1.05);
  transition: all 0.7s;
}
.area-detail .notice-p2:hover {
  color: #00b2c3;
}

@media screen and (min-width: 768px) {
  .banner-link-group {
    padding: 10px 30px;
  }
  .banner-button-next,
  .banner-button-prev {
    width: 40px;
    height: 40px;
    box-shadow: 3px 3px 5px 1px rgb(0 0 0 / 15%);
    background-size: 55%;
  }
  .notice04 a:hover .notice-p1 {
    color: #9bc8ff;
  }
  .notice04 .btn-stop.notice03 {
    background-image: url(/portal/img/main/icon-stop.svg);
  }
  .notice04 .btn-stop.notice03.on {
    background-image: url(/portal/img/main/icon-play.svg);
  }
  .media01 {
    width: 49%;
    margin-right: 2%;
  }
  .media04 .small-link {
    width: 49%;
  }
  .media04 .small-link:first-child {
    margin-right: 2%;
  }
  .area-detail {
    top: 15%;
  }
  .banner-button-next,
  .banner-button-prev {
    top: 50%;
  }
}

@media screen and (min-width: 1024px) {
  .notice03 .midium-link:hover .notice-p2:after,
  .notice03 .midium-link:active .notice-p2:after,
  .notice03 .midium-link:focus .notice-p2:after {
    background-image: url(/portal/img/main/icon-alram_on.svg);
    opacity: 0.6;
  }
  .notice04 {
    box-shadow: 3px 3px 7px 1px rgb(0 0 0 / 17%);
  }
  .notice04 .btn-stop.notice03 {
    background-image: url(/portal/img/main/icon-stop-w.svg);
  }
  .notice04 .btn-stop.notice03.on {
    background-image: url(/portal/img/main/icon-play-w.svg);
  }

  .media01 {
    width: 68%;
    margin-right: 2%;
  }
  .media04 .small-link {
    width: 100%;
  }
}

@media screen and (min-width: 1280px) {
  .depth03-link:hover,
  .depth03-link:active,
  .depth03-link:focus {
    color: #006aaf;
  }
  .notice03 .small-link {
    padding: 20px 20px;
  }

  .media01 {
    width: 67.5%;
    margin-right: 40px;
  }
  .media01 .text-box .notice-p3 {
    font-size: 1.6rem;
  }
  .insta-box {
    height: 220px;
  }

  .area-detail {
    border-radius: 20px;
  }
  .area-detail-group {
    top: 70px;
  }
  .area-detail .notice-p2 {
    font-size: 1.6rem;
  }
  .area-detail .notice-p2:after {
    background: #d5d5d5;
  }
  .area-detail .notice-p2:hover:after {
    background: #00b2c3;
  }
  /*.map-bg {height: 740px;}*/

  .footer .address {
    padding: 60px 60px;
  }
  .footer .address .middle {
    margin-top: 10px;
    margin-bottom: 75px;
  }
  .footer .copyright {
    bottom: 50px;
  }
}

@media screen and (min-width: 1600px) {
  .banner-link-group {
    width: 1400px;
    margin: 10px auto 0;
    padding: 60px 30px;
  }
  .footer {
    height: 380px;
  }
  .footer .inner {
    width: 1400px;
    height: 380px;
  }
  .footer .family-site {
    top: 185px;
  }
  .footer .copyright {
    bottom: auto;
    top: 280px;
  }
}

/* 21-12-13 nanan */
.main-slider .swiper2 .slide-h1 span {
  display: inline-block;
}

.quick-link .bg {
  background-size: 80px;
}
.quick-link.link01 .bg {
  background-image: url(/portal/img/main/icon-quick01.png); /*채용정보*/
}
.quick-link.link02 .bg {
  background-image: url(/portal/img/main/icon-quick02.png); /*사이버홍보관*/
}
.quick-link.link03 .bg {
  background-image: url(/portal/img/main/icon-quick03.png); /*안전검사 신청*/
}
.quick-link.link04 .bg {
  background-image: url(/portal/img/main/icon-quick04.png); /*정보공개 목록*/
}
.quick-link.link05 .bg {
  background-image: url(/portal/img/main/icon-quick05.png); /*서식자료*/
}
.quick-link.link06 .bg {
  background-image: url(/portal/img/main/icon-quick06.png); /*사전정보공표목록*/
}
.quick-link.link07 .bg {
  background-image: url(/portal/img/main/icon-quick07.png); /*안전인증 신청*/
}
.quick-link.link08 .bg {
  background-image: url(/portal/img/main/icon-quick08.png); /*산업안전 기술용역*/
}
.quick-link.link09 .bg {
  background-image: url(/portal/img/main/icon-quick09.png); /*신청서 다운로드*/
}
.quick-link.link10 .bg {
  background-image: url(/portal/img/main/icon-quick10.png); /*안전검사 수수료*/
}
.quick-link.link11 .bg {
  background-image: url(/portal/img/main/icon-quick11.png); /*안전인증 심사수수료*/
}
.quick-link.link12 .bg {
  background-image: url(/portal/img/main/icon-quick12.png); /*입금계좌 안내*/
}
.quick-link.link13 .bg {
  background-image: url(/portal/img/main/icon-quick13.png); /*승강기 관리교육*/
}
.quick-link.link14 .bg {
  background-image: url(/portal/img/main/icon-quick14.png); /*안전관리 기술교육*/
}
.quick-link.link15 .bg {
  background-image: url(/portal/img/main/icon-quick15.png); /*이용자 안전교육*/
}
.quick-link.link16 .bg {
  background-image: url(/portal/img/main/icon-quick16.png); /*컨소시엄 교육*/
}
.quick-link.link17 .bg {
  background-image: url(/portal/img/main/icon-quick17.png); /*사업자 맞춤형 교육*/
}
.quick-link.link18 .bg {
  background-image: url(/portal/img/main/icon-quick18.png); /*KoELSA 일자리*/
}
.quick-link.link19 .bg {
  background-image: url(/portal/img/main/icon-quick19.png); /*일자리 소통*/
}
.quick-link.link20 .bg {
  background-image: url(/portal/img/main/icon-quick20.png); /*사회공헌*/
}
.quick-link.link21 .bg {
  background-image: url(/portal/img/main/icon-quick21.png); /*동반성장*/
}
.quick-link.link22 .bg {
  background-image: url(/portal/img/main/icon-quick22.png); /*윤리·인권 및 반부패*/
}
.quick-link.link23 .bg {
  background-image: url(/portal/img/main/icon-quick23.png); /*부패·공익신고*/
}
.quick-link.link24 .bg {
  background-image: url(/portal/img/main/icon-quick24.png); /*EL-Safe 뉴스레터 신청*/
}
.quick-link.link25 .bg {
  background-image: url(/portal/img/main/icon-quick25.png); /*법령자료*/
}
.quick-link.link26 .bg {
  background-image: url(/portal/img/main/icon-quick26.png); /*특허·실용신안*/
}
.quick-link.link27 .bg {
  background-image: url(/portal/img/main/icon-quick27.png); /*EL-Safe*/
}
.quick-link.link28 .bg {
  background-image: url(/portal/img/main/icon-quick28.png); /*경영공시*/
}
.quick-link.link29 .bg {
  background-image: url(/portal/img/main/icon-quick29.png); /*윤리경영*/
}
.quick-link.link30 .bg {
  background-image: url(/portal/img/main/icon-quick30.png); /*사업실명제*/
}
.quick-link.link31 .bg {
  background-image: url(/portal/img/main/icon-quick31.png); /*공공데이터 제공목록*/
}
.quick-link.link32 .bg {
  background-image: url(/portal/img/main/icon-quick32.png); /*승강기 보유현황*/
}
.quick-link.link33 .bg {
  background-image: url(/portal/img/main/icon-quick33.png); /*자주하는 질문*/
}
.quick-link.link34 .bg {
  background-image: url(/portal/img/main/icon-quick34.png); /*승강기 업체현황*/
}
.quick-link.link35 .bg {
  background-image: url(/portal/img/main/icon-quick35.png); /*찾아오시는 길*/
}

.quick-link.link01:hover .bg,
.quick-link.link01:active .bg,
.quick-link.link01:focus .bg {
  background-image: url(/portal/img/main/icon-quick01-w.png);
}
.quick-link.link02:hover .bg,
.quick-link.link02:active .bg,
.quick-link.link02:focus .bg {
  background-image: url(/portal/img/main/icon-quick02-w.png);
}
.quick-link.link03:hover .bg,
.quick-link.link03:active .bg,
.quick-link.link03:focus .bg {
  background-image: url(/portal/img/main/icon-quick03-w.png);
}
.quick-link.link04:hover .bg,
.quick-link.link04:active .bg,
.quick-link.link04:focus .bg {
  background-image: url(/portal/img/main/icon-quick04-w.png);
}
.quick-link.link05:hover .bg,
.quick-link.link05:active .bg,
.quick-link.link05:focus .bg {
  background-image: url(/portal/img/main/icon-quick05-w.png);
}
.quick-link.link06:hover .bg,
.quick-link.link06:active .bg,
.quick-link.link06:focus .bg {
  background-image: url(/portal/img/main/icon-quick06-w.png);
}
.quick-link.link07:hover .bg,
.quick-link.link07:active .bg,
.quick-link.link07:focus .bg {
  background-image: url(/portal/img/main/icon-quick07-w.png);
}
.quick-link.link08:hover .bg,
.quick-link.link08:active .bg,
.quick-link.link08:focus .bg {
  background-image: url(/portal/img/main/icon-quick08-w.png);
}
.quick-link.link09:hover .bg,
.quick-link.link09:active .bg,
.quick-link.link09:focus .bg {
  background-image: url(/portal/img/main/icon-quick09-w.png);
}
.quick-link.link10:hover .bg,
.quick-link.link10:active .bg,
.quick-link.link10:focus .bg {
  background-image: url(/portal/img/main/icon-quick10-w.png);
}
.quick-link.link11:hover .bg,
.quick-link.link11:active .bg,
.quick-link.link11:focus .bg {
  background-image: url(/portal/img/main/icon-quick11-w.png);
}
.quick-link.link12:hover .bg,
.quick-link.link12:active .bg,
.quick-link.link12:focus .bg {
  background-image: url(/portal/img/main/icon-quick12-w.png);
}
.quick-link.link13:hover .bg,
.quick-link.link13:active .bg,
.quick-link.link13:focus .bg {
  background-image: url(/portal/img/main/icon-quick13-w.png);
}
.quick-link.link14:hover .bg,
.quick-link.link14:active .bg,
.quick-link.link14:focus .bg {
  background-image: url(/portal/img/main/icon-quick14-w.png);
}
.quick-link.link15:hover .bg,
.quick-link.link15:active .bg,
.quick-link.link15:focus .bg {
  background-image: url(/portal/img/main/icon-quick15-w.png);
}
.quick-link.link16:hover .bg,
.quick-link.link16:active .bg,
.quick-link.link16:focus .bg {
  background-image: url(/portal/img/main/icon-quick16-w.png);
}
.quick-link.link17:hover .bg,
.quick-link.link17:active .bg,
.quick-link.link17:focus .bg {
  background-image: url(/portal/img/main/icon-quick17-w.png);
}
.quick-link.link18:hover .bg,
.quick-link.link18:active .bg,
.quick-link.link18:focus .bg {
  background-image: url(/portal/img/main/icon-quick18-w.png);
}
.quick-link.link19:hover .bg,
.quick-link.link19:active .bg,
.quick-link.link19:focus .bg {
  background-image: url(/portal/img/main/icon-quick19-w.png);
}
.quick-link.link20:hover .bg,
.quick-link.link20:active .bg,
.quick-link.link20:focus .bg {
  background-image: url(/portal/img/main/icon-quick20-w.png);
}
.quick-link.link21:hover .bg,
.quick-link.link21:active .bg,
.quick-link.link21:focus .bg {
  background-image: url(/portal/img/main/icon-quick21-w.png);
}
.quick-link.link22:hover .bg,
.quick-link.link22:active .bg,
.quick-link.link22:focus .bg {
  background-image: url(/portal/img/main/icon-quick22-w.png);
}
.quick-link.link23:hover .bg,
.quick-link.link23:active .bg,
.quick-link.link23:focus .bg {
  background-image: url(/portal/img/main/icon-quick23-w.png);
}
.quick-link.link24:hover .bg,
.quick-link.link24:active .bg,
.quick-link.link24:focus .bg {
  background-image: url(/portal/img/main/icon-quick24-w.png);
}
.quick-link.link25:hover .bg,
.quick-link.link25:active .bg,
.quick-link.link25:focus .bg {
  background-image: url(/portal/img/main/icon-quick25-w.png);
}
.quick-link.link26:hover .bg,
.quick-link.link26:active .bg,
.quick-link.link26:focus .bg {
  background-image: url(/portal/img/main/icon-quick26-w.png);
}
.quick-link.link27:hover .bg,
.quick-link.link27:active .bg,
.quick-link.link27:focus .bg {
  background-image: url(/portal/img/main/icon-quick27-w.png);
}
.quick-link.link28:hover .bg,
.quick-link.link28:active .bg,
.quick-link.link28:focus .bg {
  background-image: url(/portal/img/main/icon-quick28-w.png);
}
.quick-link.link29:hover .bg,
.quick-link.link29:active .bg,
.quick-link.link29:focus .bg {
  background-image: url(/portal/img/main/icon-quick29-w.png);
}
.quick-link.link30:hover .bg,
.quick-link.link30:active .bg,
.quick-link.link30:focus .bg {
  background-image: url(/portal/img/main/icon-quick30-w.png);
}
.quick-link.link31:hover .bg,
.quick-link.link31:active .bg,
.quick-link.link31:focus .bg {
  background-image: url(/portal/img/main/icon-quick31-w.png);
}
.quick-link.link32:hover .bg,
.quick-link.link32:active .bg,
.quick-link.link32:focus .bg {
  background-image: url(/portal/img/main/icon-quick32-w.png);
}
.quick-link.link33:hover .bg,
.quick-link.link33:active .bg,
.quick-link.link33:focus .bg {
  background-image: url(/portal/img/main/icon-quick33-w.png);
}
.quick-link.link34:hover .bg,
.quick-link.link34:active .bg,
.quick-link.link34:focus .bg {
  background-image: url(/portal/img/main/icon-quick34-w.png);
}
.quick-link.link35:hover .bg,
.quick-link.link35:active .bg,
.quick-link.link35:focus .bg {
  background-image: url(/portal/img/main/icon-quick35-w.png);
}

/* layerpopup(legacy) */
.popup_layer {
  background: #fff;
  border: 1px solid #777;
}
.popup_layer .popup_cont {
  text-align: center;
}
.popup_layer .popup_cont img {
  display: block;
}
.popup_layer .ctrl {
  background: #333;
  color: #efefef;
  height: 48px;
  padding: 1rem;
  font-size: 1.4rem;
}
.popup_layer .ctrl .fL {
  line-height: 180%;
}
.popup_layer .ctrl .btn_close {
  height: 28px;
  background: #222;
  border-radius: 0.4rem;
  color: #888;
  padding: 0.3rem 0.6rem 0.3rem 2rem;
  border: 1px solid #000;
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.popup_layer .ctrl .btn_close:before {
  content: "";
  width: 9px;
  height: 10px;
  background: url("/portal/img/main/spr_common.png") -132px -121px no-repeat;
  position: absolute;
  left: 7px;
  top: 10px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.popup_layer .ctrl .btn_close:hover,
.popup_layer .ctrl .btn_close:focus {
  color: #fff;
  border-color: #666;
}
.popup_layer .ctrl .btn_close:hover:before,
.popup_layer .ctrl .btn_close:focus:before {
  background-position: -132px -145px;
}

/* 20211224 sy */

.swiper2 .swiper-button-next,
.swiper2 .swiper-container-rtl .swiper-button-prev {
  top: auto;
  bottom: -3px;
  right: 8%;
  width: 18px;
  height: 18px;
  background: url(/portal/img/main/icon-next.svg) no-repeat center/contain;
}
.swiper2 .swiper-button-next:after,
.swiper2 .swiper-container-rtl .swiper-button-prev:after {
  content: none;
}
.swiper2 .swiper-button-prev,
.swiper2 .swiper-container-rtl .swiper-button-next {
  top: auto;
  bottom: -3px;
  left: auto;
  right: 15%;
  width: 18px;
  height: 18px;
  background: url(/portal/img/main/icon-prev.svg) no-repeat center/contain;
}
.swiper2 .swiper-button-prev:after,
.swiper2 .swiper-container-rtl .swiper-button-prev:after {
  content: none;
}
@media screen and (min-width: 320px) {
  .swiper2 .swiper-button-next,
  .swiper2 .swiper-container-rtl .swiper-button-prev {
    bottom: -4px;
    right: 2%;
  }
  .swiper2 .swiper-button-prev,
  .swiper2 .swiper-container-rtl .swiper-button-next {
    bottom: -4px;
    right: 15%;
  }

  .btn-stop {
    background-size: 18px;
  }

  .swiper2 .btns {
    right: 8.5%;
  }
}
@media screen and (min-width: 768px) {
  .swiper2 .swiper-button-next,
  .swiper2 .swiper-container-rtl .swiper-button-prev {
    bottom: -4px;
    right: auto;
    left: 310px;
    width: 18px;
    height: 18px;
  }
  .swiper2 .swiper-button-prev,
  .swiper2 .swiper-container-rtl .swiper-button-next {
    bottom: -4px;
    right: auto;
    left: 280px;
    width: 18px;
    height: 18px;
  }
  .btns {
    left: 297px;
  }
  .btn-stop {
    background-size: 18px;
  }
}
.insta-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background: url(/portal/img/main/sns_insta.png) no-repeat center;
}
.insta-link.insta:before {
  background-image: url(/portal/img/main/sns_insta.png);
}
.insta-link.facebook:before {
  background-image: url(/portal/img/main/sns_facebook.png);
}
.insta-link.blog:before {
  background-image: url(/portal/img/main/sns_blog.png);
}
.btn-stop {
  text-indent: -9999px;
}

/* 220104 nanan */
.notice03 .small-link,
.notice03 .midium-link {
  transition: 0.4s;
}

/* 20220105 sy */
.insta-link:before {
  transition: 0.4s;
}

/* 20220120 nanan */
a {
  color: #111;
}

/* 20250403 웹 접근성 수정 */
.popup-button-next,
.popup-button-prev {
  background-color: rgba(6, 30, 45, 0.6);
  /* background-color: rgba(6, 30, 45, 0.3); */
}
.map-bg-title i {
  font-size: 2.4rem;
  padding-bottom: 5px;
}
@media screen and (min-width: 1600px) {
  .map-bg-title i {
    font-size: 3rem;
  }
}

/* contrast_  */
/* grey-font */
.notice-p2,
.area-link,
.search-ul a {
  color: #929292;
}

/* green-font(bold) */
.popup-slider .swiper-pagination-current,
.media01 .text-box .notice-p3,
.area-list.on .area-link,
.area-detail .article-subtitle {
  color: #009ead;
}

/* green-font(normal) */
@media screen and (min-width: 1024px) {
  .media01 .text-box .notice-p3 {
    color: #007e8a;
  }
}

/* green-BG */
.media04 .small-link:first-child {
  background: #00a2b1;
}
@media screen and (min-width: 1024px) {
  .media04 .notice-p2 {
    color: rgba(255, 255, 255, 1);
  }
}
.media04 .small-link:first-child:hover,
.media04 .small-link:first-child:active,
.media04 .small-link:first-child:focus {
  background: #061e2d;
}
/* _contrast */

/* popup2 */
.popup2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.popup2 .bg-shadow {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.popup2 .popup-cont {
  position: fixed;
  top: 55%;
  left: 50%;
  width: 850px;
  height: 600px;
  background: #fff;
  transform: translate(-50%, -50%);
}
.popup2 .popup-img {
  width: 100%;
  height: 550px;
}
.popup2 .popup-btn {
  display: flex;
  width: 100%;
  height: 50px;
  padding: 0 20px;
  background: #333;
  font-size: 14px;
  color: #fff;
  justify-content: space-between;
  align-items: center;
}
.popup2 .popup-btn .ct {
  opacity: 0.6;
}
.popup2 .checkbox-label {
  padding-left: 3px;
}
.popup2 .close {
  display: inline-block;
  padding: 5px 8px 5px 22px;
  background: #222 url(../img/main/icon-close-w.svg) no-repeat 7px 50%/10px;
  border: 1px solid #000;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
}
@media screen and (max-width: 1023px), (max-height: 755px) {
  .popup2 {
    display: none;
  }
}

/* fullpage none */
@media screen and (min-width: 1280px) {
  .section .article.se01 {
    height: 900px;
  }
}
map area:focus {
  outline: 2px dotted #000;
}
.area-detail .link {
  display: block;
}
.area-detail .link:focus {
  outline: 2px dotted #000;
}

/* focus */
.swiper-slide:focus {
  border: 2px solid #000;
}
.notice .swiper-pagination-bullet:focus {
  opacity: 1;
  outline: 2px dotted #FF3B3B;
  outline-offset: 2px;
}
.btn-stop.notice01:focus,
.btn-stop.notice02:focus,
.btn-stop.notice03:focus {
  opacity: 1;
  outline: 2px dotted #FF3B3B;
  outline-offset: 2px;
}
.notice04 .btn-stop.notice03:focus {
  border: 2px dotted #fff;
}
.swiper-slide a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px dotted #000;
  opacity: 0;
  transition: 0.4s;
}
.swiper-slide a:focus:after {
  opacity: 1;
}

/* 23-01-26 */
.btn-cyber_link {
  position: fixed;
  right: 20px;
  bottom: 140px;
  width: 80px !important;
  height: 95px;
  z-index: 99;
  display: none;
}
.btn-cyber_link .btn_link_cyber_item {
  display: block;
  position: absolute;
  top: 0px;
}

.btn-cyber_link:hover .btn_link_cyber_item {
  animation: cyberitem 0.4s ease-in;
  animation-iteration-count: 1;
}

/* 230411 접근성 */
.btn-cyber_link:focus {
  outline: 3px dotted #2aa7f9;
}
@keyframes cyberitem {
  0% {
    top: 0px;
  }
  50% {
    top: -10px;
  }
  100% {
    top: 0px;
  }
}
.btn-cyber_link .btn_link_cyber_txt {
  display: block;
  position: absolute;
  bottom: -10px;
  width: 100%;
  font-size: 12px;
  font-weight: 400;
  color: #333;
  text-align: center;
}
.btn-cyber_link .btn_link_cyber_txt .text-blue {
  color: #118ad9;
}
@media screen and (min-width: 1400px) {
  .btn-cyber_link {
    right: calc(50% - 655px);
    display: block;
  }
}
@media screen and (min-width: 1500px) {
  .btn-cyber_link {
    right: calc(50% - 775px);
  }
}

@media screen and (min-width: 1800px) {
  .btn-cyber_link {
    right: calc(50% - 875px);
  }
}

/* 20250403 웹 접근성 수정 */
.clFix.ctrl:after {content: ""; display: block; clear: both;}
.clFix.ctrl .fL {float: left;}
.clFix.ctrl .fR {float: right;} 
.fL > #nomoretoday0:focus {outline: 2px dotted #FF3B3B; outline-offset: 2px;}
.fR > .btn_close {outline-color: #FFFFFF;}
