@charset "UTF-8";
/* data-scroll */
:root {
  --main-color: #3fbcc8;
  --area-wide-width: 1720px;
  --area-box-width: 1570px;
  --area-width: 1320px;
  --area-padding: 30px;
  --header-top: 40px;
  --header-height: 90px;
  --header-sub-height: 130px;
  --sub-visual-height: 61rem;
  --sub-menu-height: 70px;
  --full-height: 100vh;
  --transition-custom: all 0.4s ease-in-out;
  --transition-custom2: all 0.8s ease-in-out;
  /* data-scroll */
  --font-family1: 'Poppins', 'Pretendard', "나눔고딕", NanumGothic, "Nanum Gothic","돋움", Dotum, Arial, sans-serif;
  --font-family2: 'Poppins', "나눔고딕", NanumGothic, "Nanum Gothic","돋움", Dotum, Arial, sans-serif;
  --font-family3: 'TheJamsil', "나눔고딕", NanumGothic, "Nanum Gothic","돋움", Dotum, Arial, sans-serif; }

/* pc */
.hd_top img {
  width: 100%;
  height: auto; }

#gnb.pc_view {
  position: absolute;
  text-align: center;
  top: 0;
  left: 0px;
  width: 100%;
  z-index: 99; }
  #gnb.pc_view #gnb_1dul {
    margin-left: 3.2%; }
  #gnb.pc_view .depth1 {
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    margin: 0 1%;
    position: relative;
    padding: 1% 0;
    color: #fff;
    width: 180px;
    transition: all 0.4s ease-in-out; }
    #gnb.pc_view .depth1 a {
      position: relative;
      z-index: 100;
      display: block;
      line-height: 60px;
      text-align: center;
      color: #fff;
      font-size: 1.2rem;
      letter-spacing: -0.025em;
      font-weight: 500;
      transition: all 0.4s ease-in-out; }
    #gnb.pc_view .depth1 .gnb_2dul {
      position: absolute;
      top: 90px;
      left: 0px;
      z-index: 99;
      width: 100%;
      text-align: left;
      opacity: 0;
      filter: Alpha(opacity=0);
      height: 0;
      transition: all 0.2s 0s;
      transition-delay: 0s;
      visibility: hidden; }
      #gnb.pc_view .depth1 .gnb_2dul .depth2 {
        margin-top: 0;
        text-align: center; }
        #gnb.pc_view .depth1 .gnb_2dul .depth2 .gnb_2da {
          display: block;
          padding: 7px 15px;
          color: #000;
          font-size: 16.8px;
          letter-spacing: -0.025em;
          font-weight: 400;
          line-height: 1.3;
          opacity: 0.8;
          text-align: center;
          transition: all 0.4s ease-in-out; }
    #gnb.pc_view .depth1:nth-child(4) a {
      font-size: 0; }
    #gnb.pc_view .depth1:nth-child(3), #gnb.pc_view .depth1:nth-child(5), #gnb.pc_view .depth1:nth-child(6), #gnb.pc_view .depth1:nth-child(8) {
      width: 110px; }
  #gnb.pc_view #gnbBg {
    overflow: hidden;
    position: absolute;
    left: 0;
    top: calc(-1 * 30px);
    width: 100%;
    height: 0;
    background-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(20px);
    z-index: 98;
    opacity: 0;
    transition: height 0.3s ease-in-out, opacity 0.2s ease-in-out; }
  #gnb.pc_view.total-menu .depth1 .gnb_2dul {
    position: absolute;
    top: 90px;
    left: 0px;
    z-index: 99;
    width: 100%;
    text-align: left;
    opacity: 0;
    filter: Alpha(opacity=0);
    height: 0;
    transition: all 0.2s 0s;
    transition-delay: 0s;
    visibility: hidden; }
    #gnb.pc_view.total-menu .depth1 .gnb_2dul .depth2 {
      position: relative; }
      #gnb.pc_view.total-menu .depth1 .gnb_2dul .depth2 a {
        display: block;
        padding: 7px 0;
        color: #fff;
        font-size: 16px;
        letter-spacing: -0.025em;
        font-weight: 400;
        line-height: 1.3;
        opacity: 0.8;
        text-align: center;
        transition: var(--transition-custom);
        word-break: keep-all; }
  #gnb.pc_view.open .depth1 {
    width: 200px; }
    #gnb.pc_view.open .depth1:nth-child(5), #gnb.pc_view.open .depth1:nth-child(6), #gnb.pc_view.open .depth1:nth-child(8) {
      width: 130px; }
  #gnb.pc_view.open #gnbBg {
    height: 605px;
    opacity: 1.0;
    filter: Alpha(opacity=100); }
  #gnb.pc_view.open .depth1 .gnb_2dul {
    height: 485px;
    opacity: 1.0;
    filter: Alpha(opacity=100);
    visibility: visible;
    transition: height 0.5s ease-in-out, opacity 0.5s ease-in-out 0.2s; }
    #gnb.pc_view.open .depth1 .gnb_2dul::before {
      position: absolute;
      top: calc(-1 * (var(--header-top) + var(--header-height)));
      left: 0;
      content: '';
      width: 100%;
      height: calc(var(--header-top) + var(--header-height) + 100%);
      background-color: var(--main-color);
      opacity: 0;
      transition: opacity 0.3s; }
  #gnb.pc_view.open .depth1.on .gnb_2dul::before {
    opacity: 1; }
  #gnb.pc_view.scroll-down {
    display: none; }
