@charset "utf-8";
@import url("./content_responsive.css");

/* 25.02.19 1550px 미디어쿼리 추가 */
@media all and (max-width:1550px) {
  #sub-gnb > ul > li {
    padding: 0 1.5em;
  }
  #sub-gnb > ul > li > a span {
    font-size: 1.317em
  }
}

@media all and (max-width:1440px) {
  /* 25.02.19 추가 */
  #sub-gnb > ul {
    margin-right: 60px;
  }
  #sub-gnb > ul > li {
    padding: 0 1.2em; /* 25.02.19 1em > 1.2em 변경 */
  }
  #sub-footer li {
    padding: 0.3rem 0rem;
  }
  #sub-footer a {
    font-size: 1.1em;
    padding: 0rem 0.5rem;
  }
}

@media all and (max-width:1220px) {
  /* 25.02.19 추가 */
  #sub-gnb > ul > li {
    padding: 0 1.0em;
  }

  /* 25.02.19 추가 */
  #sub-gnb > ul > li > a span {
    font-size: 1.22em
  }
  
  /* 25.02.19 삭제 
  /* 
  #sub-gnb > ul {
    margin-right: 0px;
  }
  #sub-gnb > ul > li > a span {
    font-size: 1.317em;
  } 
  */
}
@media all and (max-width:1140px) {
  html, body, #wrap {
    min-height: auto;
  }
  html {
    font-size: 12px;
  }
  body {
    padding-top: constant(safe-area-inset-top);
    padding-top: env(safe-area-inset-top);
    height: -webkit-fill-available;
    height: fill-available;
  }
  #sub-header.fixed {
    margin-top: 0px;
  }
  #sub-header .logo {
    margin-left: 5.5rem;
    padding: 1.35rem 0;
    margin-top: 0 /* 25.02.19 추가 */
  }
  #sub-header .logo a .logo-default {
    /*width: 133px;
    height: 32px;
    background-size: 133px auto;*/
    /*2025-07-23 반응형 브라우저 크기 변화에따른 상단 이미지 짤림 방지*/
    width: 162px;
    height: 32px;
    background-size: 162px auto;
  }
  #sub-header.fixed .logo {
    padding: 1.35rem 0;
  }
  #sub-headerInner {
    padding: 0px;
    align-items: center;
  }
  #sub-header .sub-header-right-flex {
    max-width: 68vw;
    background: none;
    padding: 0 2% 0 0;
  }
  #sub-header .header-search-wrap {
    padding-right: 0.5rem;
  }
  #sub-header .nav-open-btn.active {
    border: none;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    background: var(--bs-primary-font);
  }
  .notice-slide a {
    font-size: 1em;
  }
  /* -------- Header :: GNB(Pc) -------- */
  #sub-gnb {
    display: none;
  }
  /* -------- Header :: GNB(Mobile/기본스타일) -------- */
  #sub-gnbM {
    display: block;
    position: fixed;
    top: 0px;
    left: -100%;
    width: 100%;
    height: 100%;
    background: var(--bs-white);
    z-index: 999;
    transition: all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
    -webkit-transition: all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
    -oz-transition: all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
    -ms-transition: all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
    visibility: hidden;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
  }
  #sub-gnbM.open {
    left: 0px;
    visibility: visible;
  }
  .gnb-overlay-bg-m {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99;
  }
  /* GNB Mobile :: 레이아웃 */
  .gnb-navigation-wrapper {
    position: relative;
    height: 100dvh;
    box-sizing: border-box;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .nav-open-btn.active ~ .gnb-overlay-bg-m {
    display: block;
  }
  .gnb-navergation-etc-inner {
    padding: 0rem 0 1.5rem 0;
    background: var(--bs-lnb-bg);
  }
  .gnb-navergation-etc-inner .lnb-used-wrap ul {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
  }
  .gnb-navergation-etc-inner .lnb-alarm-wrap {
    max-width: 200px;
    margin: 0 auto;
  }
  .gnb-navergation-etc-inner .lnb-profile-wrap {
    padding: 1rem 1rem;
    display: flex;
    justify-content: space-between;
  }
  .gnb-navergation-etc-inner .lnb-profile-btn {
    padding: 0;
    gap: 0.5rem;
    margin-right: 4.5rem;
  }
  .gnb-navergation-etc-inner .lnb-profile-btn {
    align-items: center
  }
  .gnb-navergation-etc-inner .lnb-profile-btn button {
    width: 35px;
    line-height: 35px;
  }
  .gnb-navergation-etc-inner .lnb-profile-btn img {
    height: 18px;
  }
  .gnb-navigation-botton-inner {
    background: var(--bs-rnb-bg);
    width: 100%;
  }
  .gnb-navigation-botton-inner ul {
    display: flex;
  }
  .gnb-navigation-botton-inner ul li {
    padding: 1rem;
    text-align: center;
    flex: 1 1 0;
    border-right: 1px dashed #8499b9;
  }
  .gnb-navigation-botton-inner ul li:last-child {
    border-right: none;
  }
  .gnb-navigation-botton-inner ul li span {
    display: block;
    margin-bottom: 0.5rem;
  }
  .gnb-navigation-botton-inner ul li a {
    color: var(--bs-white);
    font-weight: 500;
    font-size: 0.9em;
  }
  .gnb-navigation-botton-inner ul li img {
    width: 30%;
    max-width: 29px;
  }
  .gnb-cs-wrap {
    color: var(--bs-primary-dark);
    padding: 0.5rem 1rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background: var(--bs-white);
  }
  .gnb-cs-wrap h5 {
    font-size: 1.09em;
    margin-right: 1rem;
  }
  .gnb-cs-wrap p strong {
    font-weight: 900;
    font-size: 2em;
    display: block;
    margin-right: 2rem;
    color: var(--bs-primary-dark);
  }
  /* GNB Mobile :: 메뉴영역 :: 1차 */
  #sub-navigation {
    position: relative;
    background: #f7f7f7;
    padding: 1rem 0;
    border-bottom: 1px solid var(--bs-gray-100);
  }
  #sub-navigation > li {
    width: 200px;
  }
  #sub-navigation > li > a {
    position: relative;
    display: block;
    padding: 1em 1.5em;
    color: var(--bs-gray-300);
    font-size: 1.25em;
    font-weight: 500;
  }
  #sub-navigation > li.on > a, #sub-navigation > li.active > a {
    color: var(--bs-gray-400);
    background: var(--bs-white);
    font-weight: 700;
  }
  #sub-navigation > li.active .gnb-2dep {
    display: block;
  }
  /* GNB Mobile ::  메뉴영역 :: 2차 */
  #sub-navigation > li .gnb-2dep {
    display: none;
    padding: 0.8em 0;
    background: var(--bs-white);
    position: absolute;
    top: 0;
    left: 200px;
    width: calc(100% - 200px);
    height: 100%;
  }
  #sub-navigation > li .gnb-2dep li > a {
    display: block;
    font-size: 1.25em;
    padding: 1em 1.5em;
    font-weight: 500;
    color: var(--bs-gray-300);
  }
  #sub-navigation > li .gnb-2dep li.on > a {
    font-weight: 700;
    color: var(--bs-gray-400);
  }
  /* -------- Header :: 네비게이션 오픈 버튼 -------- */
  .nav-open-btn {
    display: block;
    position: absolute;
    top: 14px;
    left: 12px; /* 25.02.19 2% > 12px로 변경 */
    z-index: 9998;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 0.5rem;
    border-radius: 5px;
    transition: all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
    -webkit-transition: all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
    -oz-transition: all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
    -ms-transition: all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
  }
  .nav-open-btn .line {
    display: block;
    width: 25px;
    height: 2px;
    background-color: var(--bs-white);
    margin: 4px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .nav-open-btn.active {
    left: auto;
    right: 2%;
    position: fixed;
  }
  .nav-open-btn.active .line:nth-child(2) {
    opacity: 0;
    filter: Alpha(opacity=0);
  }
  .nav-open-btn.active .line:nth-child(1) {
    -webkit-transform: translateY(6px) rotate(45deg);
    -ms-transform: translateY(6px) rotate(45deg);
    -o-transform: translateY(6px) rotate(45deg);
    transform: translateY(6px) rotate(45deg);
  }
  .nav-open-btn.active .line:nth-child(3) {
    -webkit-transform: translateY(-6px) rotate(-45deg);
    -ms-transform: translateY(-6px) rotate(-45deg);
    -o-transform: translateY(-6px) rotate(-45deg);
    transform: translateY(-6px) rotate(-45deg);
  }
  .nav-open-btn.active .line {
    width: 16px;
  }
  /* ****************** FOOTER ********************** */
  #sub-footer {
    padding: 1.2rem 0;
    z-index: 1;
  }
  #Container {
    min-height: auto;
  }
  #sub-header.fixed ~ #Container {
    padding-top: 64px;
  }
  #sub-content {
    width: 100%;
  }
  #content {
    width: 100%;
    padding: 1rem;
    padding-bottom: 7rem;
  }
  /* ****************** LNB ********************** */
  #lnb {
    display: none
  }
  /* ****************** RNB ********************** */
  #rnb {
    display: none
  }
}
@media (orientation: landscape) and (hover: none) and (pointer: coarse) {
  html {
    font-size: 12px;
  }
  body {
    padding-top: constant(safe-area-inset-top);
    padding-top: env(safe-area-inset-top);
    min-height: 100dvh;
    min-height: -webkit-fill-available;
  }
  .gnb-navigation-botton-inner {
    position: relative;
  }
}