@charset "UTF-8";
/*-------------------------------------------------
title       : 메인
Author      : lhj
Create date : 2023-05
-------------------------------------------------*/
@media (max-width: 1310px) {
  #gnb1 > ul {
    margin-right: 8rem;
    width: calc(100% - 8rem - 42.5rem);
  }
  #logo {
    width: 3rem;
  }
}
@media (max-width: 1180px) {
  #footer {
    height: 100%;
  }
  #footer .logo {
    margin-right: 0;
  }
  #footer .f_left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #footer .sitenav {
    padding-top: 2rem;
    width: 100%;
  }
  #footer #siteinfo {
    margin-top: 1rem;
  }
  #gnb1 > ul {
    display: none;
  }
  #gnb2 .inner {
    max-width: 100%;
    width: 100%;
  }
  #gnb2 .top_menu_all {
    width: 30rem !important;
    max-width: 100% !important;
    top: 14rem;
    right: 0;
    height: calc(100vh - 14rem) !important;
    overflow: hidden !important;
    overflow-y: auto !important;
    background: #fff;
    position: absolute;
    left: inherit;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  #gnb2 .top_menu_all::before {
    width: 100%;
    right: 0;
    left: inherit;
    display: none;
  }
  #gnb2 .top_menu_all > li {
    width: 100%;
    border-right: 0;
    display: block;
    text-align: left;
    padding: 0;
  }
  #gnb2 .top_menu_all > li > a {
    position: relative;
    margin-bottom: 0;
    padding: 2rem 1.4rem 2rem 3.2rem;
    border-bottom: 1px solid #EBECF0;
    font-size: 1.9rem;
    color: #222;
  }
  #gnb2 .top_menu_all > li > a::before {
    display: none;
  }
  #gnb2 .top_menu_all > li > a::after {
    content: "\e941";
    position: absolute;
    font-family: "xeicon";
    right: 1.4rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    color: #A0A0A0;
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    font-size: 1.5rem;
    text-align: center;
  }
  #gnb2 .top_menu_all > li > a:hover, #gnb2 .top_menu_all > li > a:focus {
    color: #550DC9;
  }
  #gnb2 .top_menu_all .submenu {
    visibility: hidden;
    overflow: hidden;
    width: 0;
    height: 0;
    opacity: 0;
    background: #F6F4FC;
  }
  #gnb2 .top_menu_all .submenu > ul {
    padding: 2.8rem 1rem 2.8rem 3.4rem;
  }
  #gnb2 .top_menu_all .submenu > ul > li > a {
    font-size: 1.7rem;
    font-weight: 600;
    color: #333;
  }
  #gnb2 .top_menu_all .submenu > ul > li > a:hover, #gnb2 .top_menu_all .submenu > ul > li > a:focus {
    color: #640DC9;
  }
  #gnb2 .top_menu_all .submenu > ul.bul1 > li::before {
    width: 3px;
    height: 3px;
    background: #9C9EA1;
  }
  #gnb2.active {
    left: inherit;
    padding-top: 0;
  }
  #gnb2.active::after {
    content: "";
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.4);
    z-index: -1;
  }
  #gnb2.active .m_logo {
    display: none;
  }
  #gnb2.active .top_menu_all > li.active > a {
    background: #550DC9;
    color: #fff;
    border-bottom-color: transparent;
  }
  #gnb2.active .top_menu_all > li.active > a::after {
    color: #fff;
    content: "\e944";
  }
  #gnb2.active .top_menu_all > li.active .submenu {
    visibility: visible;
    overflow: visible;
    width: auto;
    height: auto;
    opacity: 1;
  }
  #gnb2.active::before {
    content: "";
    width: 30rem;
    height: 14rem;
    position: absolute;
    right: 0;
    top: 0;
    background: #fff;
    left: inherit;
    -webkit-transform: inherit;
            transform: inherit;
    z-index: 1;
    padding-bottom: 1rem;
  }
  #gnb2.active .control.close {
    color: #333;
    z-index: 2;
    top: 1.8rem;
    right: 1.4rem;
    margin-right: 0;
  }
  #gnb2.active .logout {
    opacity: 1;
    visibility: visible;
  }
  #gnb2.active .login {
    opacity: 1;
    visibility: visible;
  }
  #hnb {
    display: none;
  }
  #header {
    height: 9.5rem;
  }
  #header .header_wrap {
    height: 9.5rem;
    padding-top: 0;
  }
  #gnb2 .control {
    top: 2.5rem;
  }
}
@media (max-width: 860px) {
  #footer .related {
    margin-top: 1.2rem;
  }
  #footer .related .group {
    width: 100%;
  }
}
@media (max-width: 640px) {
  .login_box {
    padding: 10rem 4rem 5.5rem;
  }
  #login_wrap .otp_box {
    padding: 4rem;
  }
  #login_wrap .otp_box .desc_box {
    padding: 3rem;
  }
}
@media (max-width: 580px) {
  #logo {
    margin: 3.3rem 0 0 2rem;
    width: auto;
  }
  #logo .pc {
    display: none;
  }
  #logo .mobile {
    display: block;
  }
  #logo a {
    width: auto;
    height: auto;
  }
  #gnb2 .control {
    top: 2.9rem;
  }
}
@media (max-width: 520px) {
  #login_wrap .otp_box .form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #login_wrap .otp_box .btns {
    margin-top: 1rem;
  }
}
@media (max-width: 520px) {
  #footer #siteinfo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #footer #siteinfo .copyright {
    margin-left: 0;
  }
}