@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style-type: none;
}
html {
  height: 100%;
  font-size: 0.625em;
}
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;
}
a {
  text-decoration: none;
  color: #333;
  cursor: pointer;
}
button {
  border: none;
  background-color: transparent;
}
/*:focus {outline: none;}*/
a:focus {
  outline: 2px dotted #000;
}
.form-control:focus {
  outline: 2px dotted #000;
}
button:focus {
  outline: 2px dotted #000;
}
input:focus {
  outline: 2px dotted #000;
}
/* button.using-mouse:focus {outline: none;} */
.snb-group .depth01 a:focus {
  outline: 2px dotted #fff;
}
.swiper-slide:focus {
  border: 2px dotted #000;
}

i {
  font-style: normal;
}

.clear:after {
  content: "";
  display: block;
  clear: both;
}
.left {
  float: left;
}
.right {
  float: right;
}
.float-none {
  float: none !important;
}
.blind {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.cursor-pointer {
  cursor: pointer;
}
.cursor-none {
  cursor: none;
}
.cursor-default {
  cursor: default;
}

.pos-r {
  position: relative;
}
.pos-a {
  position: absolute;
}
.pos-f {
  position: fixed;
}
.pos-s {
  position: static;
}

/* main-loader */
.lds-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 100;
  transition: 0.4s;
}
.lds-roller {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  transform: translate(-50%, -50%);
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  margin: -4px 0 0 -4px;
  border-radius: 50%;
  background: #118ad9;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
  opacity: 1;
}
.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
  opacity: 0.9;
}
.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
  opacity: 0.8;
}
.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
  opacity: 0.7;
}
.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
  opacity: 0.6;
}
.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
  opacity: 0.5;
}
.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
  opacity: 0.4;
}
.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
  opacity: 0.3;
}
.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* header */

.pc {
  display: none;
}
.header {
  position: relative;
  z-index: 999;
}
.top-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: #fff;
  box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.logo {
  position: absolute;
  top: 50%;
  left: 5%;
  width: 160px;
  height: 65px;
  transform: translateY(-50%);
}
.logo a {
  display: block;
  width: 100%;
  height: 100%;
  /* 23-08-18 ry
  background: url(/portal/img/main/logo.svg) no-repeat center/contain;
  */
  background: url(/portal/img/main/h_logo.png) no-repeat center/contain;
  background: url(/portal/img/main/h_logo.svg) no-repeat center/contain;
  text-indent: -9999px;
}

.eng .logo {
  width: 150px;
}
.eng .logo a {
  background-image: url(/eng/img/main/logo.png);
}

.snb-btn {
  position: fixed !important;
  top: 30px;
  right: 5%;
  width: 20px;
  height: 20px;
  background: url(/portal/img/main/icon-menu.svg) no-repeat center/contain;
  z-index: 3;
}
.snb {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
.snb-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.snb-group {
  position: fixed;
  right: 0;
  width: 95%;
  height: 100vh;
  background: #fff;
  z-index: 4;
}
.snb-group .inner {
  position: relative;
  height: 100%;
  padding-bottom: 50px;
  background: #fff;
  overflow-y: scroll;
}
.lang-group {
  position: fixed;
  top: 0;
  right: 0;
  width: 95%;
  padding: 0 10px;
  height: 80px;
  background: #fff;
  box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.1);
  font-size: 1.6rem;
  line-height: 80px;
  z-index: 2;
}
.lang li {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
}
.lang li:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 7px;
  transform: translateY(-50%);
  width: 1px;
  height: 15px;
  background: #bababa;
}
.lang li:last-child:after {
  content: none;
}
.lang .lang-ko {
  padding: 0 20px 0 40px;
  width: 20px;
  height: 20px;
  background: url(/portal/img/main/lang.svg) no-repeat 0 100% / contain;
}
.lang .lang-ko:after {
  content: "kor";
}
.lang .lang-en:after {
  content: "eng";
  color: #999;
}
.eng .lang .lang-ko:after {
  color: #999;
}
.eng .lang .lang-en:after {
  color: #000;
}
.snb-btn-close {
  position: absolute;
  top: 30px;
  right: 15px;
  width: 20px;
  height: 20px;
  background: url(/portal/img/main/icon-close.svg) no-repeat center/contain;
}
/* 230411 접근성 수정 */
.snb-btn-close:focus {
  outline: 2px dotted #fff;
}

.depth01 {
  position: relative;
  width: 100%;
  padding-top: 80px;
  background: #fff;
}
.depth01 a {
  display: block;
}
.depth01-link {
  position: relative;
  padding: 0 15px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 65px;
}
.depth01-link:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 14px;
  height: 8px;
  background: url(/portal/img/main/lnb_arrow_down.png) no-repeat center;
  transform: translateY(-50%);
}
.depth02-list {
  background: #f7f7f7;
}
.depth02-link {
  position: relative;
  padding: 0 25px;
  font-size: 1.4rem;
  line-height: 50px;
}
.depth01 .plus {
  position: absolute;
  display: inline-block;
  top: 50%;
  right: 25px;
  width: 15px;
  height: 15px;
  transform: translateY(-50%);
}
.depth01 .plus:before,
.depth01 .plus:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #999;
}
.depth01 .plus:before {
  top: 50%;
  transform: translateY(-50%);
}
.depth01 .plus:after {
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
}
.depth03-list {
  padding: 0 0;
  margin: 0 30px;
  background: #e5e5e5;
}
.depth03-link {
  position: relative;
  padding: 0 20px;
  margin: 0 15px;
  border-bottom: 1px solid #d5d5d5;
  line-height: 50px;
  font-size: 1.4rem;
}
.depth03-link:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #555;
}
.depth03-list:last-child .depth03-link {
  border-bottom: none;
}
.btn-top {
  display: inline-block;
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  border-radius: 15px;
  /* 20250402 웹 접근성 수정 */
  /* background: #fdb813 url(/portal/img/main/top-arrow.svg) no-repeat center/30px; */
  background: #0072BC url(/portal/img/main/top-arrow.svg) no-repeat center/30px;
  box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  z-index: 9999;
}
/* 230411 접근성 수정 */
button.btn-top:focus {
  outline: 3px dotted #2aa7f9;
}
/* otlink */
span.otlink {
  position: relative;
}
span.otlink:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -20px;
  width: 15px;
  height: 15px;
  background: url(/portal/img/sub/icon-link-skyblue.png) no-repeat center;
  transform: translateY(-50%);
}
.snb span.otlink:after {
  right: -25px;
}
@media screen and (min-width: 500px) {
  .logo {
    width: 180px;
  }
}
@media screen and (min-width: 768px) {
  .logo {
    width: 200px;
  }
  .header .pc {
    display: none;
  }
  .lang-group {
    width: 50%;
  }
  .snb-group {
    top: 0;
    width: 50%;
  }
}
@media screen and (min-width: 1280px) {
  .snb-group .inner {
    width: 100%;
  }
}
@media screen and (min-width: 1400px) {
  .pc {
    display: block;
  }
  .header .pc {
    display: block;
  }
  .top-bar {
    height: 120px;
    background: rgba(255, 255, 255, 0.85);
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.05);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    transition: 0.4s;
  }
  .snb-btn {
    top: 73px;
    right: calc(50% - 600px);
  }
  .snb {
    overflow-y: auto;
  }
  .snb .inner {
    width: 1200px;
    margin: 0 auto;
  }
  .snb-bg {
    display: none;
  }
  .snb-group {
    width: 100%;
    background: #09202f;
  }
  .lang {
    display: none;
  }
  .lang li:after {
    height: 10px;
  }
  .lang .lang-ko {
    padding: 0 20px 0 27px;
  }
  .lang-group {
    width: 100%;
    box-shadow: none;
    background: none;
  }
  .snb-btn-close {
    top: 75px;
    right: calc(50% - 700px);
    background-image: url(/portal/img/main/icon-close-w.svg);
  }
  .snb .depth01 {
    background: #09202f;
  }
  .depth01 {
    background-color: transparent;
  }
  .depth01-link {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    font-size: 3rem;
    color: #39abf5;
  }
  .depth01-link:after {
    content: none;
  }
  .depth02 {
    width: 80%;
    margin-left: 20%;
  }
  .depth02:after {
    content: "";
    display: block;
    clear: both;
  }
  .depth02-list {
    float: left;
    width: 25%;
    margin-top: 20px;
    background: none;
  }
  .depth02-link {
    color: #fff;
    font-size: 1.8rem;
  }
  .depth02-list:nth-child(5) {
    clear: both;
  }
  .depth02-list:nth-child(9) {
    clear: both;
  }
  .depth02-list:nth-child(13) {
    clear: both;
  }
  .depth02-list:nth-child(17) {
    clear: both;
  }
  .depth03-list {
    margin: 0 25px;
    background: none;
  }
  .depth03-link {
    padding: 0 10px;
    margin: 0;
    border-bottom: none;
    color: #777;
    line-height: 2;
  }
  .depth03-link:after {
    left: 0;
    width: 2px;
    height: 2px;
  }
  .snb .depth02 {
    display: block !important;
  }
  .snb .depth03 {
    display: block !important;
  }
  .snb-group {
    position: fixed;
    height: 100vh;
    padding-bottom: 100px;
    overflow-y: auto;
  }
  .snb-group .inner {
    height: auto;
    padding-bottom: 0;
    overflow-y: initial;
  }
  .header .logo {
    width: 240px;
    height: 100px;
    left: 0;
  }
  .header-top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120px;
    z-index: 2;
    box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.1);
  }
  .header-top .inner {
    position: relative;
    width: 1200px;
    height: 120px;
    margin: 0 auto;
  }
  .info-bar {
    position: absolute;
    top: 15px;
    right: calc(50% - 600px);
    text-align: right;
    z-index: 10;
  }
  .info-bar ul {
    display: inline-block;
    position: relative;
  }
  .info-bar .font {
    margin-right: 45px;
  }
  .info-bar .font li {
    display: inline-block;
    padding: 3px;
    vertical-align: middle;
    font-size: 1.4rem;
    font-weight: 500;
  }
  .info-bar .font .size {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    background: #e5e5e5;
  }
  .info-bar .font .size:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    background: url(/portal/img/main/plus.svg) no-repeat center;
    transform: translate(-50%, -50%);
  }
  .info-bar .font .btn-plus:after {
    background-image: url(/portal/img/main/plus.svg);
  }
  .info-bar .font .btn-minus:after {
    background-image: url(/portal/img/main/minus.svg);
  }
  .info-bar .lang li {
    display: inline-block;
    font-size: 1.4rem;
    color: #000;
  }
  .info-bar .lang-ko {
    font-weight: 700;
  }
  .lang .lang-ko:before {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 28px;
    width: 29px;
    height: 2px;
    background: #111;
  }
  .info-bar .info-site {
    padding-left: 40px;
  }
  .info-bar .info-title {
    position: relative;
    display: block;
    padding: 0 20px 0 30px;
    background: url(/portal/img/main/info-site.png) no-repeat left/contain;
    font-weight: 500;
    font-size: 1.4rem;
  }
  .info-bar .info-title:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 18px;
    height: 18px;
    background: url(/portal/img/main/up-arrow-black.svg) no-repeat center;
    background-size: 18px;
    transform: translateY(-50%) rotate(180deg);
    transition: 0.4s;
  }
  .info-bar .info-title.on:after {
    transform: translateY(-50%);
  }
  .info-bar .info-title.on + .info-site-link {
    display: block;
  }
  .header.on .info-bar .info-title.on + .info-site-link {
    display: none;
  }
  .info-bar .info-site-link {
    display: none;
    position: absolute;
    top: 35px;
    left: 22px;
    width: 235px;
    padding: 15px 25px 20px;
    border-radius: 20px;
    background: #fff;
    box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.1);
  }
  .info-bar .info-site-link a {
    position: relative;
    display: block;
    padding: 15px 0 15px 46px;
    text-align: left;
    font-size: 1.6rem;
    font-weight: 500;
  }
  .info-bar .info-site-link a:hover,
  .info-bar .info-site-link a:active,
  .info-bar .info-site-link a:focus {
    color: #118ad9;
  }
  .info-bar .info-site-link a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 40px;
    height: 40px;
    background: url(/portal/img/main/info-icon01.png) no-repeat center;
    transform: translateY(-50%);
    transition: 0.4s;
  }
  .info-bar .info-site-link a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: url(/portal/img/main/info-site-line.png) no-repeat center/cover;
  }
  .info-bar .info-site-link li:nth-child(1) a:before {
    background-image: url(/portal/img/main/info-icon01.png);
  }
  .info-bar .info-site-link li:nth-child(2) a:before {
    background-image: url(/portal/img/main/info-icon02.png);
  }
  .info-bar .info-site-link li:nth-child(3) a:before {
    background-image: url(/portal/img/main/info-icon03.png);
  }
  .info-bar .info-site-link li:nth-child(4) a:before {
    background-image: url(/portal/img/main/info-icon04.png);
  }
  .info-bar .info-site-link li:nth-child(5) a:before {
    background-image: url(/portal/img/main/info-icon05.png);
  }
  .info-bar .info-site-link li:nth-child(6) a:before {
    background-image: url(/portal/img/main/info-icon06.png);
  }
  .info-bar .info-site-link li:nth-child(7) a:before {
    background-image: url(/portal/img/main/info-icon07.png);
  }
  .info-bar .info-site-link li:nth-child(1) a:hover:before,
  .info-bar .info-site-link li:nth-child(1) a:active:before,
  .info-bar .info-site-link li:nth-child(1) a:focus:before {
    background-image: url(/portal/img/main/info-icon01-on.png);
  }
  .info-bar .info-site-link li:nth-child(2) a:hover:before,
  .info-bar .info-site-link li:nth-child(2) a:active:before,
  .info-bar .info-site-link li:nth-child(2) a:focus:before {
    background-image: url(/portal/img/main/info-icon02-on.png);
  }
  .info-bar .info-site-link li:nth-child(3) a:hover:before,
  .info-bar .info-site-link li:nth-child(3) a:active:before,
  .info-bar .info-site-link li:nth-child(3) a:focus:before {
    background-image: url(/portal/img/main/info-icon03-on.png);
  }
  .info-bar .info-site-link li:nth-child(4) a:hover:before,
  .info-bar .info-site-link li:nth-child(4) a:active:before,
  .info-bar .info-site-link li:nth-child(4) a:focus:before {
    background-image: url(/portal/img/main/info-icon04-on.png);
  }
  .info-bar .info-site-link li:nth-child(5) a:hover:before,
  .info-bar .info-site-link li:nth-child(5) a:active:before,
  .info-bar .info-site-link li:nth-child(5) a:focus:before {
    background-image: url(/portal/img/main/info-icon05-on.png);
  }
  .info-bar .info-site-link li:nth-child(6) a:hover:before,
  .info-bar .info-site-link li:nth-child(6) a:active:before,
  .info-bar .info-site-link li:nth-child(6) a:focus:before {
    background-image: url(/portal/img/main/info-icon06-on.png);
  }
  .info-bar .info-site-link li:nth-child(7) a:hover:before,
  .info-bar .info-site-link li:nth-child(7) a:active:before,
  .info-bar .info-site-link li:nth-child(7) a:focus:before {
    background-image: url(/portal/img/main/info-icon07-on.png);
  }
  .eng .info-bar .lang-ko {
    font-weight: 400;
  }
  .eng .info-bar .lang-en {
    font-weight: 700;
  }
  .eng .info-bar .font li {
    font-weight: 600;
  }
  .eng .logo a {
    background-size: auto;
  }
  .header .nav {
    position: fixed;
    top: 120px;
    left: 0;
    width: 100%;
    z-index: 2;
  }
  .header .nav .nav-bg {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.3);
  }
  .header .nav .depth01 {
    position: absolute;
    top: -70px;
    right: calc(50% - 520px);
    width: auto;
    padding-top: 0;
  }
  .header .nav .depth01-list {
    display: inline-block;
  }
  .header .nav .depth01-link {
    font-size: 1.8rem;
    color: #000;
  }
  /* 23-05-18 ESG 폰트 */
  .header .nav .depth01-list:nth-of-type(7) .depth01-link { font-weight: 600; } 

  .header .nav .depth01-link:after {
    right: 0;
    width: 1px;
    height: 13px;
    background: #d2d2d2;
  }
  .header .nav .depth01-list:last-child .depth01-link:after {
    content: none;
  }
  .header .nav .depth02 {
    display: none;
    position: fixed;
    width: 100%;
    top: 120px;
    left: 0;
    margin-left: 0;
    padding: 0 0 30px 20%;
    padding-right: calc(12% - 60px);
    background: #fff;
    box-shadow: inset 1px 1px 20px 1px rgba(0, 0, 0, 0.1);
  }
  .header .nav .depth02:before {
    content: "한국승강기안전공단";
    position: absolute;
    /* top: 126px; */ top: 40px;
    left: calc(20% - 260px);
    font-size: 2.8rem;
    font-weight: 600;
    z-index: 1;
    max-width: fit-content; /* 230405 메뉴 호버 문제 수정 2 */
  }
  .header .nav .depth01-list:nth-child(1) .depth02:before {
    content: "주요사업";
  }
  .header .nav .depth01-list:nth-child(2) .depth02:before {
    content: "승강기 정보";
  }
  .header .nav .depth01-list:nth-child(3) .depth02:before {
    /* 2024-02-05 김준권 dropdown 타이틀 문구 변경 */
    /* content: "고객참여"; */
    content: "국민소통";
  }
  .header .nav .depth01-list:nth-child(4) .depth02:before {
    content: "승강기 소식";
  }
  .header .nav .depth01-list:nth-child(5) .depth02:before {
    content: "공단소개";
  }
  .header .nav .depth01-list:nth-child(6) .depth02:before {
    content: "정보공개";
  }
  .header .nav .depth01-list:nth-child(7) .depth02:before {
    content: "ESG";
  }

  .header .nav .depth02:after {
    content: "";
    position: absolute; top: 0; left: 0;
    width: 20%; height: 100%;
    background-repeat: no-repeat;
    /* background-position: 114% 115%, 100% 0, 0 0; */
    background-position: 109% 115%;
    background-size: 200px, auto, cover;
    background-color: #f5f5f5;
  }

  /* 23-05-18 백업 
  .header .nav .depth01-list:nth-child(1) .depth02:after {
    background-image: url(/portal/img/main/gnb-char01.png),
      url(/portal/img/main/gnb-000.png), url(/portal/img/main/gnb-bg.png);
    background-position: 111% 113%, 100% 0, 0 0;
  }
  .header .nav .depth01-list:nth-child(2) .depth02:after {
    background-image: url(/portal/img/main/gnb-char02-1.png),
      url(/portal/img/main/gnb-000.png), url(/portal/img/main/gnb-bg.png);
    background-position: 114% 108%, 100% 0, 0 0;
  }
  .header .nav .depth01-list:nth-child(3) .depth02:after {
    background-image: url(/portal/img/main/gnb-char01.png),
      url(/portal/img/main/gnb-000.png), url(/portal/img/main/gnb-bg.png);
    background-position: 111% 115%, 100% 0, 0 0;
  }
  .header .nav .depth01-list:nth-child(4) .depth02:after {
    background-image: url(/portal/img/main/gnb-char02-1.png),
      url(/portal/img/main/gnb-000.png), url(/portal/img/main/gnb-bg.png);
    background-position: 114% 106%, 100% 0, 0 0;
  }
  .header .nav .depth01-list:nth-child(5) .depth02:after {
    background-image: url(/portal/img/main/gnb-char01.png),
      url(/portal/img/main/gnb-000.png), url(/portal/img/main/gnb-bg.png);
    background-position: 111% 108%, 100% 0, 0 0;
  }
  .header .nav .depth01-list:nth-child(6) .depth02:after {
    background-image: url(/portal/img/main/gnb-char02-1.png),
      url(/portal/img/main/gnb-000.png), url(/portal/img/main/gnb-bg.png);
    background-position: 114% 109%, 100% 0, 0 0;
  }
  */

  /* 23-05-18 ry 수정 */
  .header .nav .depth01-list:nth-child(1) .depth02:after {
    background-image: url(/portal/img/main/gnb-char01.png);
    background-position: 105% 109%;
  }
  .header .nav .depth01-list:nth-child(2) .depth02:after {
    background-image: url(/portal/img/main/gnb-char02-1.png);
    background-position: 109% 110%;
  }
  .header .nav .depth01-list:nth-child(3) .depth02:after {
    background-image: url(/portal/img/main/gnb-char01.png);
    background-position: 105% 111%;
  }
  .header .nav .depth01-list:nth-child(4) .depth02:after {
    background-image: url(/portal/img/main/gnb-char02-1.png);
    background-position: 109% 115%;
  }
  .header .nav .depth01-list:nth-child(5) .depth02:after {
    background-image: url(/portal/img/main/gnb-char01.png);
    background-position: 105% 107%;
  }
  .header .nav .depth01-list:nth-child(6) .depth02:after {
    background-image: url(/portal/img/main/gnb-char02-1.png);
    background-position: 109% 107%;
  }  
  .header .nav .depth01-list:nth-child(7) .depth02:after {
    background-image: url(/portal/img/main/gnb-char01.png);
    background-position: 105% 115%;
  }


  .header .nav .depth02-list {
    width: 25%;
  }
  .header .nav .depth02-link {
    position: relative;
    padding: 0;
    margin: 0 25px;
    color: #006aaf;
    font-weight: 600;
    font-size: 1.8rem;
  }
  .header .nav .depth02-link:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #006aaf;
  }
  .header .nav .depth03-link {
    font-size: 1.55rem;
  }
  .btn-top {
    bottom: 60px;
    right: calc(50% - 600px);
  }
  .header .sns-group {
    position: absolute;
    top: 480px;
    right: calc(50% - 600px);
    transform: translateY(-50%);
  }
  .header .sns-ul a {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin-bottom: 20px;
    border-radius: 15px;
    background: #1877f2 url(/portal/img/main/facebook.svg) no-repeat center/30px;
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.13);
  }
  .header .sns-ul .band {
    background-color: #00cb49;
    background-image: url(/portal/img/main/blog.svg);
  }
  .header .sns-ul .youtube {
    background-color: #ff0101;
    background-image: url(/portal/img/main/youtube.svg);
  }
  .header .sns-ul .insta {
    background-color: transparent;
    background-image: url(/portal/img/main/insta.svg),
      url(/portal/img/main/insta-bg.png);
    background-size: 35px, cover;
  }

  /* .eng */
  .eng .header .nav .nav-bg:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 450px;
    background: #fff;
    box-shadow: inset 1px 1px 20px 1px rgba(0, 0, 0, 0.1);
  }
  .eng .header .nav .nav-bg {
    background: transparent;
  }
  .eng .header .nav .depth02 {
    position: absolute;
    top: 73px;
    width: 250px;
    padding: 0;
    box-shadow: initial;
    background: transparent;
  }
  .eng .header .depth01-list:nth-child(1) .depth02 {
    left: -400px;
  }
  .eng .header .depth01-list:nth-child(2) .depth02 {
    left: -150px;
  }
  .eng .header .depth01-list:nth-child(3) .depth02 {
    left: 100px;
  }
  .eng .header .depth01-list:nth-child(4) .depth02 {
    left: 350px;
  }
  .eng .header .depth01-list:nth-child(5) .depth02 {
    left: 600px;
  }
  .eng .header .nav .depth02:before {
    content: none;
  }
  .eng .header .nav .depth02:after {
    content: none;
  }
  .eng .header .nav .depth02-list {
    width: 100%;
  }
  .eng .header .nav .depth02-list:first-child .depth02-link {
    position: relative;
    padding: 0;
    margin: 0 25px;
    color: #006aaf;
    font-weight: 600;
    font-size: 1.8rem;
  }
  .eng .header .nav .depth02-list:first-child .depth02-link:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #006aaf;
  }
  .eng .header .nav .depth02-link {
    color: #666;
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 1;
  }
  .eng .header .nav .depth02-link:after {
    content: none;
  }
}
@media screen and (min-width: 1400px) {
  .info-bar {
    right: calc(50% - 640px);
  }
  .header-top .inner {
    width: 1280px;
  }
  .header .nav .depth01 {
    right: calc(50% - 560px);
  }
  .snb-btn {
    right: calc(50% - 640px);
  }
  .snb .inner {
    width: 1280px;
    margin: 0 auto;
  }
  .header .sns-group {
    right: calc(50% - 640px);
  }
  .btn-top {
    right: calc(50% - 640px);
  }
  .depth01-link {
    padding: 0 30px 0 26px;
  }
}
@media screen and (min-width: 1500px) {
  .info-bar {
    right: calc(50% - 700px);
  }
  .header-top .inner {
    width: 1400px;
  }
  .header .nav .depth01 {
    right: calc(50% - 655px);
  }
  .snb-btn {
    width: 18px;
    height: 18px;
    right: calc(50% - 700px);
  }
  .snb .inner {
    width: 1400px;
    margin: 0 auto;
  }
  .header .sns-group {
    right: calc(50% - 760px);
  }
  .btn-top {
    right: calc(50% - 760px);
  }

  .eng .header .en-nav-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    height: 450px;
    background: #f1f1f1;
    z-index: 10;
  }
  .eng .header .depth01-list:nth-child(1) .depth02 {
    left: -300px;
  }
  .eng .header .depth01-list:nth-child(2) .depth02 {
    left: -50px;
  }
  .eng .header .depth01-list:nth-child(3) .depth02 {
    left: 200px;
  }
  .eng .header .depth01-list:nth-child(4) .depth02 {
    left: 450px;
  }
  .eng .header .depth01-list:nth-child(5) .depth02 {
    left: 700px;
  }
}
@media screen and (min-width: 1800px) {
  .header .sns-group {
    right: calc(50% - 860px);
  }
  .btn-top {
    right: calc(50% - 860px);
  }
  .header .nav .depth02 {
    padding: 0 0 30px 30%;
  }
  .header .nav .depth02-list {
    width: 20.8%;
  }
  .header .nav .depth02:before,
  .header .nav .depth02:after {
    width: 28%;
  }
  .header .nav .depth02:before {
    left: calc(28% - 260px);
  }
}

/* topbar-search */
.tsb-btn {
  position: fixed !important;
  top: 25px;
  right: calc(5% + 30px);
  width: 30px;
  height: 30px;
  background: url(/portal/img/main/icon-search-b.png) no-repeat center;
  z-index: 3;
}
.top-search {
  display: none;
  position: fixed;
  top: 80px;
  left: 0;
  width: 100%;
  padding: 25px 0 15px;
  background: #fff;
  box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.05);
}
.top-search.show {
  display: block;
}
.search-wrap {
  width: 90%;
  margin: 0 auto;
}
.search-wrap:after {
  content: "";
  display: block;
  clear: both;
}
.search-text {
  float: left;
  width: calc(100% - 60px);
}
.search-wrap .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;
}

.search-wrap .form-control::-webkit-input-placeholder {
  color: #888;
  opacity: 1;
  font-size: 1.4rem;
}
.search-wrap .form-control::-moz-placeholder {
  color: #888;
  opacity: 1;
  font-size: 1.4rem;
}
.search-wrap .form-control:-ms-input-placeholder {
  color: #888;
  opacity: 1;
  font-size: 1.4rem;
}
.search-wrap .form-control::-ms-input-placeholder {
  color: #888;
  opacity: 1;
  font-size: 1.4rem;
}
.search-wrap .form-control::placeholder {
  color: #888;
  opacity: 1;
  font-size: 1.4rem;
}
.search-wrap .search-btn {
  float: right;
  width: 60px;
  height: 60px;
}
.search-list {
  display: none;
}
.search-wrap .btn-search {
  background: #00397f url(/portal/img/main/icon-search.png) no-repeat
    center/25px;
  box-shadow: 1px 1px 5px 1px rgba(0, 57, 127, 0.03);
  cursor: pointer;
  transition: 0.4s;
}
.btn-search:hover,
.btn-search:active,
.btn-search:focus {
  background-color: #118ad9;
  box-shadow: 3px 3px 10px 3px rgb(0 57 127 / 30%);
}
.top-search .search-wrap .search-btn {
  width: 50px;
}
@media screen and (min-width: 768px) {
  .top-search {
    padding: 50px;
  }
  .main-search {
    position: absolute;
    top: 510px;
    left: 5%;
    width: 52%;
    z-index: 2;
  }
  .search-wrap {
    width: 500px;
    margin: 0;
  }
  .top-search .search-wrap {
    margin: 0 auto;
  }
  .search-text {
    width: 440px;
  }
  .search-list {
    display: block;
    clear: both;
  }
  .search-ul li {
    display: inline-block;
  }
  .search-ul a {
    display: block;
    padding: 15px;
    font-size: 1.4rem;
    color: #888;
  }
  .search-ul a:before {
    content: "#";
  }
}
@media screen and (min-width: 1400px) {
  /*.tsb-btn {top: 65px; right: calc(50% - 570px);}*/
  .top-search {
    top: 120px;
  }
  .search-wrap {
    width: 520px;
  }
  .search-text {
    width: 450px;
  }
  .top-search .form-control {
    height: 60px;
    text-indent: 20px;
    border: 1px solid #f5f5f5;
    box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.03) inset;
  }
  .search-btn {
    width: 60px;
    height: 50px;
  }
  .search-btn .form-control {
    height: 60px;
  }
  .search-ul a {
    padding: 20px 10px;
    font-size: 1.8rem;
  }
  .search-wrap .form-control::-webkit-input-placeholder {
    font-size: 1.8rem;
  }
  .search-wrap .form-control::-moz-placeholder {
    font-size: 1.8rem;
  }
  .search-wrap .form-control:-ms-input-placeholder {
    font-size: 1.8rem;
  }
  .search-wrap .form-control::-ms-input-placeholder {
    font-size: 1.8rem;
  }
  .search-wrap .form-control::placeholder {
    font-size: 1.8rem;
  }
  .btn-search {
    background-size: 30px;
  }
  .top-search .search-wrap .search-btn {
    width: 60px;
  }
  .top-search .search-wrap .btn-search {
    box-shadow: none;
  }
}
@media screen and (min-width: 1400px) {
  .tsb-btn {
    top: 67px;
    right: calc(50% - 610px);
  }
}
@media screen and (min-width: 1500px) {
  .tsb-btn {
    right: calc(50% - 675px);
  }
}

/* footer */
.footer {
  padding-top: 40px;
  margin-top: 50px;
  background: #292929;
  color: #fff;
}
.footer a {
  color: #767676;
}
.footer .inner {
  width: 90%;
  margin: 0 auto;
}
.footer-logo {
  height: 40px;
  margin-bottom: 20px;
  /* 23-05-18 ry
  background: url(/portal/img/main/footer-logo.svg) no-repeat center/contain;
  */
  background: url(/portal/img/main/f_logo.png) no-repeat center/contain;
  background: url(/portal/img/main/f_logo.svg) no-repeat center/contain;
  text-align: center;
}
.eng .footer-logo {
  background-image: url(/eng/img/main/footer-logo.png);
}
.footer .nav {
  text-align: center;
}
.footer .nav li {
  display: inline-block;
}
.footer .nav li a {
  display: block;
  padding: 5px 10px;
  font-size: 1.4rem;
}
.footer .nav li img {
  width: 55px;
}
.footer .nav li.on a {
  color: #2aa7f9;
}
.footer .address {
  padding: 20px;
  margin: 20px 0;
  background: #222;
}
.footer .address .top {
  margin-bottom: 20px;
}
.footer .address-p1 {
  font-size: 1.8rem;
  line-height: 1.8;
}
.footer .address-p2 {
  font-size: 1.3rem;
  line-height: 1.8;
}
.footer .address-p3 {
  font-size: 1.3rem;
  color: #898989;
  line-height: 1.8;
}
.footer .site-1depth a {
  display: block;
  font-size: 1.4rem;
}
.footer .site-1depth > li {
  position: relative;
  margin-bottom: 10px;
  border: 1px solid #767676;
}
.footer .site-1depth > li > a {
  padding: 25px;
  background: url(/portal/img/main/up-arrow-grey.svg) no-repeat 92% 50%/15px;
}
.footer .site-2depth {
  display: none;
  position: absolute;
  bottom: 105%;
  left: 0;
  width: 100%;
  padding: 10px 0;
  background: #000;
}
.footer .site-2depth a {
  padding: 12px 18px;
  transition: 0.4s;
}
.footer .site-2depth li:hover a,
.footer .site-2depth li:focus a,
.footer .site-2depth li:active a {
  color: #fff;
}
.footer .copyright {
  padding-bottom: 50px;
  text-align: center;
  text-transform: uppercase;
}

@media screen and (min-width: 500px) {
  .footer .site-1depth > li > a {
    padding: 15px;
  }
}
@media screen and (min-width: 600px) {
  .footer .site-1depth > li > a {
    padding: 15px;
  }
  .footer .site-1depth {
    display: flex;
  }
  .footer .site-1depth > li {
    flex: 0 0 50%;
    max-width: 49%;
  }
  .footer .site-1depth > li:first-of-type {
    margin-right: 2%;
  }
}
@media screen and (min-width: 768px) {
  .footer .nav {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .footer {
    position: relative;
    height: 290px;
    padding-bottom: 40px;
    margin-top: 0;
  }
  .footer .inner {
    position: relative;
    height: 100%;
  }
  .footer-logo {
    background-position: 0 0;
  }
  .footer .nav {
    display: block;
    text-align: left;
  }
  .footer .nav li {
    position: relative;
  }
  .footer .nav li:first-child a {
    padding-left: 0;
  }
  .footer .nav li a:after {
    content: "";
    width: 1px;
    height: 13px;
    background: #555;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  .footer .nav li:nth-last-child(2) a:after {
    content: none;
  }
  .footer .address {
    position: absolute;
    top: 50%;
    right: 0;
    margin: 0;
    transform: translateY(-50%);
  }
  .footer .family-site {
    position: absolute;
    top: 50%;
    left: 0;
    width: 50%;
  }
  .footer .copyright {
    position: absolute;
    bottom: 0;
    left: 0;
    padding-bottom: 0;
    text-align: left;
  }
}
@media screen and (min-width: 1280px) {
  .footer {
    height: 360px;
    padding: 0;
  }
  .footer-link {
    padding-top: 60px;
  }
  .footer .inner {
    width: 1200px;
  }
  .footer-logo {
    height: 55px;
  }
  .footer .nav li a {
    padding: 5px 23px 5px 20px;
    font-size: 1.6rem;
  }
  .footer .nav li.on a {
    padding-left: 0;
  }
  .footer .nav li:last-child a {
    padding-right: 0;
  }
  .footer .site-1depth a {
    font-size: 1.6rem;
  }
  .footer .family-site {
    top: 50%;
    width: 40%;
  }
  .footer .address {
    top: 0;
    height: 100%;
    padding: 60px 40px;
    transform: translateY(0);
  }
  .footer .address-p1 {
    font-size: 3rem;
    font-weight: 600;
    line-height: 1.4;
  }
  .footer .address-p2 {
    font-size: 1.6rem;
    line-height: 1.4;
  }
  .footer .address-p3 {
    font-size: 1.4rem;
  }
  .footer .address .top {
    margin-bottom: 0;
  }
  .footer .address .middle {
    margin-bottom: 60px;
    margin-top: 5px;
  }
  .eng .footer .address {
    width: 450px;
    padding-top: 90px;
  }
  .eng .footer .address .bottom {
    position: absolute;
    bottom: 90px;
  }
  .footer .copyright {
    bottom: 40px;
  }
  .footer .copyright .ad {
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 1600px) {
  .footer .inner {
    width: 1340px;
  }
}
/* 21-12-03 ry */
.btn-top {
  box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.13);
  transition: 0.4s;
}
.btn-top:hover {
  background-color: #00397f;
  box-shadow: 3px 3px 10px 3px rgba(0, 0, 0, 0.2);
}
.footer a {
  color: rgba(255, 255, 255, 0.6);
}
.footer a:hover,
.footer .nav li a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.footer .nav li.on a:hover {
  color: #118ad9;
}
.footer .site-2depth {
  background: #111;
  z-index: 10;
}
/* 230411 접근성 수정 */
.footer a:focus {
  outline: 3px dotted #2aa7f9;
}
@media screen and (min-width: 1280px) {
  .header .sns-ul li {
    display: block;
    width: 50px;
    height: 50px;
    margin-bottom: 20px;
    border-radius: 15px;
  }
  .header .sns-ul li:nth-child(1) {
    background-color: #1877f2;
  }
  .header .sns-ul li:nth-child(2) {
    background-color: #00cb49;
  }
  .header .sns-ul li:nth-child(3) {
    background-color: #ff0101;
  }
  .header .sns-ul li:nth-child(4) {
    background: linear-gradient(45deg, #f2b260, #db5b66, #a33ab5);
  }
  .header .sns-ul li a {
    transition: 0.4s;
  }
  .header .sns-ul .insta {
    background-image: url(/portal/img/main/insta.svg);
  }
  .header .sns-ul li a:hover,
  .header .sns-ul li a:active,
  .header .sns-ul li a:focus {
    background-color: #fff;
  }
  .header .sns-ul li a.facebook:hover,
  .header .sns-ul li a.facebook:active,
  .header .sns-ul li a.facebook:focus {
    background-image: url(/portal/img/main/facebook_on.svg);
  }
  .header .sns-ul li a.band:hover,
  .header .sns-ul li a.band:active,
  .header .sns-ul li a.band:focus {
    background-image: url(/portal/img/main/blog_on.svg);
  }
  .header .sns-ul li a.youtube:hover,
  .header .sns-ul li a.youtube:active,
  .header .sns-ul li a.youtube:focus {
    background-image: url(/portal/img/main/youtube_on.svg);
  }
  .header .sns-ul li a.insta:hover,
  .header .sns-ul li a.insta:active,
  .header .sns-ul li a.insta:focus {
    background-image: url(/portal/img/main/insta_on.svg);
  }
  .header .nav .depth01-link:hover,
  .header .nav .depth01-link:active,
  .header .nav .depth01-link:focus {
    color: #006aaf;
  }
}
/* 211213 ry */
.depth01-link:hover {
  text-decoration: none;
}
.depth02-link:hover {
  text-decoration: none;
}
.depth03-link:hover {
  text-decoration: none;
  color: #006aaf;
}

/* 220104 ry */
.search-wrap .btn-search {
  box-shadow: 1px 1px 5px 1px rgb(0 57 127 / 30%);
}
.footer .site-1depth > li > a:hover {
  text-decoration: none;
}
.footer .nav li a:hover {
  text-decoration: none;
}
@media screen and (min-width: 1280px) {
  .search-wrap .btn-search {
    background-size: 35px;
  }
}

/* 220107 +sy */
.top-search .search-wrap .search-btn .form-control {
  width: 98%;
}
.main-search .search-wrap .search-btn .form-control {
  width: 98%;
}
@media screen and (min-width: 1280px) {
  .top-search .search-wrap .search-btn .form-control {
    width: 100%;
  }
  .main-search .search-wrap .search-btn .form-control {
    width: 100%;
  }
}

/* 220111 ry */
.footer .site-1depth > li > a {
  padding: 20px;
}
.footer .site-2depth a:hover {
  text-decoration: none;
}
.footer .address-p3 {
  color: rgba(255, 255, 255, 0.65);
  font-weight: 300;
}

@media screen and (min-width: 1280px) {
  .footer .address .pc {
    display: block;
  }
  .footer .inner {
    width: 90%;
  }
  .footer .address {
    padding: 60px 60px;
  }
  .footer .address .middle {
    margin-top: 10px;
    margin-bottom: 75px;
  }
  .footer .copyright {
    bottom: 50px;
  }
}
@media screen and (min-width: 1400px) {
  .footer .inner {
    width: 1400px;
  }
}

/* 220119 sy */
.footer-logo {
  height: 33px;
}
@media screen and (min-width: 501px) {
  .footer-logo {
    height: 40px;
  }
}

/* 200120 ry */
/* contrast_ */
.lang .lang-en:after {
  color: #777;
}
@media screen and (min-width: 768px) {
  .search-ul a {
    color: #777;
  }
}
@media screen and (min-width: 1400px) {
  .depth03-link {
    color: #777;
  }
}
/* _contrast */

/* 200126 ry */
.top-bar a:hover {
  text-decoration: none;
}

/* skip nav */
#skipNav {
  position: relative;
  z-index: 9999;
}

#skipNav a {
  position: fixed;
  top: -200px;
  left: 0;
  width: 100%;
  line-height: 40px;
  font-size: 18px;
  text-align: center;
  border: 1px solid #dedede;
  color: #fff;
  background-color: #0b8cbe;
}

#skipNav a:focus,
#skipNav a:active {
  top: 0;
}

/* 220414 ry */
.snb-btn {
  background: url(/portal/img/main/icon-menu.svg) no-repeat center/contain;
}
.tsb-btn {
  width: 22px;
  height: 22px;
  background: url(/portal/img/main/icon-search-b.svg) no-repeat center/contain;
  top: 30px;
  right: calc(5% + 40px);
}
.search-wrap .btn-search {
  background: #00397f url(/portal/img/main/icon-search-w.svg) no-repeat
    center/25px;
}

@media screen and (min-width: 1400px) {
  .tsb-btn {
    width: 18px;
    height: 18px;
    top: 73px;
    right: calc(50% - 600px);
  }
}

@media screen and (min-width: 1500px) {
  .header .nav .depth01 {
    right: calc(50% - 630px);
  }
  .tsb-btn {
    width: 18px;
    height: 18px;
    top: 73px;
    right: calc(50% - 660px);
  }
}

/* 23-01-03  */
.search-wrap .form-control {
  border-radius: 15px;
  background-color: #118ad9;
}
.search-wrap .form-control:hover { background-color: #00397f; }

/* 23-05-18 ry */
.search-wrap .search-text .form-control { background-color: #f5f5f5; }
.search-wrap .search-text .form-control:hover { box-shadow: 1px 1px 3px 1px rgb(0 0 0 / 3%) inset; }
.search-wrap .search-btn .form-control { box-shadow: 1px 1px 5px 1px rgb(0 57 127 / 30%); border-color: transparent; }
.search-wrap .search-btn .form-control:hover { box-shadow: 3px 3px 10px 3px rgba(0, 0, 0, 0.2); }

.header .sns-group { top: 453px; }


/*** 230404 접근성 이슈 시작 ***/

/* btn-top 포커스링 이슈 */
a.btn-top:focus,
a.btn-top:hover {
  outline: 3px dotted #2aa7f9;
}

/* 통합검색 닫기버튼 이슈 */
.top-search .search-wrap {
  width: 82%;
  margin: inherit;
  margin-left: 16px;
}

.close-search-btn {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url(/portal/img/main/icon-close.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  /* 통합검색 닫기버튼 이슈 */
  .top-search .search-wrap {
    width: 520px;
    margin: 0 auto;
  }
  .close-search-btn {
    top: 50px;
    right: 50px;
    transform: inherit;
  }
}

/*** 230404 접근성 이슈 종료 ***/

/*** 230407 접근성 이슈: gnb submenu 좌측 이미지 정보안내 시작 ***/
.hidden {
  position: relative;
    z-index: -1;
    display: inline-block;
    overflow: hidden;
    height: 1px;
    width: 1px;
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    word-break: initial;
    word-wrap: initial;
}
/*** 230407 접근성 이슈: gnb submenu 좌측 이미지 정보안내 종료 ***/

