@charset "UTF-8";
/*-------------------------------------------------
title       : 레이아웃
Author      : lhj
Create date : 2023-05
-------------------------------------------------*/
#wrap {
  outline: 0;
}

#header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 14rem;
  z-index: 10;
}
#header .header_wrap {
  position: relative;
  width: 140rem;
  max-width: 100%;
  height: 14rem;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-top: 4.5rem;
}
#header .header_wrap:after {
  display: block;
  clear: both;
  content: "";
}
#logo {
  float: left;
  width: 42.5rem;
  z-index: 1;
  position: relative;
  margin: 3.4rem 0 0 2rem;
}
#logo a {
  display: block;
  width: 42.5rem;
  height: 2.4rem;
}
#logo .mobile {
  display: none;
}
#logo img {
  vertical-align: top;
}

#gnb1:after {
  display: block;
  clear: both;
  content: "";
}
#gnb1 > ul {
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 14rem - 42.5rem);
  margin-right: 10rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#gnb1 > ul > li {
  display: inline-block;
  position: relative;
}
#gnb1 > ul > li > a {
  display: block;
  position: relative;
  font-size: 1.9rem;
  line-height: 1.1578947368;
  font-weight: 500;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0 2.2rem 3.4rem;
  margin-top: 3.4rem;
  z-index: 7;
}
#gnb1 > ul > li.active > a {
  color: #6E34DB;
  font-weight: 700;
}
#gnb1 > ul > li.active .submenu {
  visibility: visible;
  overflow: visible;
  width: auto;
  height: auto;
  opacity: 1;
  width: 22rem !important;
  height: 100% !important;
}
#gnb1 > ul .submenu {
  visibility: hidden;
  overflow: hidden;
  width: 0;
  height: 0;
  opacity: 0;
  display: block !important;
  position: absolute;
  top: 8.2emr;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  width: 100%;
}
#gnb1 > ul .submenu > ul {
  background: #6E34DB;
  padding: 2.7rem 2rem;
  border-radius: 1.5rem;
  display: block;
  position: relative;
}
#gnb1 > ul .submenu > ul::before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: rotate(45deg) translateX(-50%);
          transform: rotate(45deg) translateX(-50%);
  top: 0;
  width: 1.6rem;
  height: 1.8rem;
  background: #6E34DB;
}
#gnb1 > ul .submenu > ul > li {
  position: relative;
}
#gnb1 > ul .submenu > ul > li > a {
  font-size: 1.7rem;
  line-height: 1.1764705882;
  font-weight: 600;
  color: #fff;
  position: relative;
  text-align: center;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#gnb1 > ul .submenu > ul > li > a:hover, #gnb1 > ul .submenu > ul > li > a:focus {
  text-decoration: underline;
  text-underline-position: under;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#gnb1 > ul .submenu > ul > li + li {
  margin-top: 1rem;
}
#gnb1 > ul .submenu .lnb-detail {
  display: none;
}

#gnb2::before {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: 0;
  background: url("../../main/images/layout/sitemap_bg.jpg") no-repeat;
  background-size: cover;
  width: 100vw;
  height: 100vh;
  z-index: -1;
}
#gnb2 .top {
  display: block;
  padding: 0 1.7rem;
}
#gnb2 .logout {
  opacity: 0;
  visibility: hidden;
  top: 2.1rem;
  right: 20rem;
  color: #555;
  z-index: 2;
  display: inline-block;
  position: absolute;
}
#gnb2 .logout span {
  font-size: 15px;
  font-weight: 600;
}
#gnb2 .logout i {
  font-size: 17px;
  font-weight: 400;
  margin-right: 0.4rem;
}
#gnb2 .login {
  opacity: 0;
  visibility: hidden;
  display: block;
  background: #F4F4F4;
  border-radius: 0.5rem;
  height: 5rem;
  width: 100%;
  max-width: 27rem;
  line-height: 5rem;
  text-align: center;
  padding: 0 1rem;
  position: absolute;
  right: 1.2rem;
  top: 5.8rem;
  z-index: 2;
  margin-top: 1.5rem;
}
#gnb2 .login span {
  font-size: 1.5rem;
  font-weight: 500;
  color: #898989;
}
#gnb2 .login span b {
  font-weight: 600;
  color: #333;
}
#gnb2 .login i {
  font-size: 1.7rem;
  font-weight: 400;
  color: #000;
  margin-right: 0.2rem;
  display: inline-block;
}
#gnb2 .control {
  float: right;
  top: 6.7rem;
  right: 0;
  text-align: center;
  color: #fff;
  margin-right: 2rem;
  position: absolute;
}
#gnb2 .control.open {
  border: 1px solid #fff;
  border-radius: 0.9rem;
  padding: 1.2rem;
  font-size: 2.5rem;
  line-height: 2.5rem;
  width: 5rem;
  height: 5rem;
}
#gnb2 .control.close {
  font-size: 3.6rem;
  line-height: 4rem;
  width: 4rem;
  height: 4rem;
  display: none;
  position: absolute;
  top: 6.1rem;
  right: 0;
}
#gnb2 .inner {
  width: 140rem;
  margin: 0 auto;
  max-width: calc(100% - 4rem);
}
#gnb2 .m_logo {
  display: block;
  margin-bottom: 7.7rem;
  display: none;
}
#gnb2 .top_menu_all {
  display: table;
  max-width: calc(100% - 4rem);
  width: 140rem;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
#gnb2 .top_menu_all > li {
  display: table-cell;
}
#gnb2 .top_menu_all > li > a {
  position: relative;
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: 700;
  color: #fff;
  margin-bottom: 3.4rem;
  display: block;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#gnb2 .top_menu_all > li > a:hover, #gnb2 .top_menu_all > li > a:focus {
  color: #40B5FF;
}
#gnb2 .submenu > ul > li > a {
  font-size: 1.9rem;
  line-height: 1.1578947368;
  font-weight: 500;
  color: #A4ADBF;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#gnb2 .submenu > ul > li > a:hover, #gnb2 .submenu > ul > li > a:focus {
  color: #fff;
  text-decoration: underline;
}
#gnb2 .submenu > ul.bul1 {
  margin-top: 0;
}
#gnb2 .submenu > ul.bul1 > li {
  position: relative;
  padding-left: 1.2rem;
  font-size: 1.8rem;
  line-height: 1.4444444444;
  font-weight: 400;
  color: #555;
}
#gnb2 .submenu > ul.bul1 > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1rem;
  width: 5px;
  height: 5px;
  background: #A4ADBF;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
}
#gnb2 .submenu > ul.bul1 > li + li {
  margin-top: 1rem;
}
#gnb2 .submenu > ul.bul1 > li span {
  display: inline-block;
  font-weight: 600;
  color: #333;
}
#gnb2.active {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 7;
  padding-top: 18.5rem;
}
#gnb2.active .m_logo {
  display: block;
}
#gnb2.active ul {
  opacity: 1;
  visibility: visible;
  overflow: visible;
}
#gnb2.active .control.open {
  display: none;
}
#gnb2.active .control.close {
  display: block;
}
#gnb2.active::before {
  content: "";
}

#hnb {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 4.5rem;
  color: #fff;
  line-height: 4.5rem;
  padding-right: 2rem;
}
#hnb::before {
  position: absolute;
  content: "";
  height: 100%;
  left: 50%;
  width: 100vw;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: rgba(19, 25, 36, 0.25);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  z-index: -1;
}
#hnb .hnb1 {
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#hnb .hnb1 span {
  font-size: 1.7rem;
  font-weight: 500;
  color: #888B91;
}
#hnb .hnb1 span b {
  font-size: 1.7rem;
  font-weight: 600;
  color: #fff;
}
#hnb .hnb1 .logout {
  color: #fff;
  opacity: 0.8;
  font-size: 1.7rem;
  font-weight: 500;
}
#hnb .hnb1 > li {
  display: inline-block;
}
#hnb .hnb1 > li i {
  color: #fff;
  font-size: 1.8rem;
  display: inline-block;
  margin-right: 0.4rem;
}
#hnb .hnb1 > li + li::before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 1.4rem;
  background: rgba(255, 255, 255, 0.2);
  vertical-align: middle;
  margin: 0 1.6rem;
}

#footer {
  position: relative;
  background: #fff;
  height: 9.3rem;
  padding: 2rem 0;
}
#footer .footer_wrap {
  position: relative;
  width: 140rem;
  max-width: calc(100% - 4rem);
  margin-right: auto !important;
  margin-left: auto !important;
  position: relative;
  height: 100%;
}
#footer .f_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#footer .logo {
  display: block;
  width: 31.8rem;
  margin-right: 8.5rem;
}
#footer #siteinfo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
#footer #siteinfo a {
  font-weight: 600;
  color: #414141;
  font-size: 1.5rem;
  line-height: 1.8;
}
#footer .copyright {
  font-size: 1.5rem;
  line-height: 1.8;
  font-weight: 300;
  color: #777;
  margin-left: 1.8rem;
}

#login_wrap {
  position: relative;
  width: 100%;
  height: 100%;
  margin-left: auto !important;
  margin-right: auto !important;
  overflow-y: auto;
}
#login_wrap .container {
  position: relative;
  width: 100%;
  min-height: 100vh;
  max-width: calc(100% - 4rem);
  margin: 0 auto;
  padding: 4rem 0;
  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;
}
#login_wrap .container::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100vw;
  height: 100%;
  background: url("../../main/images/layout/login_bg.jpg") center no-repeat;
  background-size: cover;
  z-index: -1;
}
#login_wrap.ver2 .container {
  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;
  min-height: calc(100vh - 9.8rem);
  padding: 3rem 0;
}
#login_wrap.ver2 .container::after {
  display: none;
}
#login_wrap.ver2::after {
  display: none;
}
#login_wrap.ver2 .logo {
  display: block;
  padding: 4rem 2rem 0 2.2rem;
}
#login_wrap input::-webkit-input-placeholder {
  font-size: 1.7rem;
  color: #9E9E9E;
  font-weight: 400;
}
#login_wrap input::-moz-placeholder {
  font-size: 1.7rem;
  color: #9E9E9E;
  font-weight: 400;
}
#login_wrap input:-ms-input-placeholder {
  font-size: 1.7rem;
  color: #9E9E9E;
  font-weight: 400;
}
#login_wrap input::-ms-input-placeholder {
  font-size: 1.7rem;
  color: #9E9E9E;
  font-weight: 400;
}
#login_wrap input::placeholder {
  font-size: 1.7rem;
  color: #9E9E9E;
  font-weight: 400;
}

.login_cont {
  width: 100%;
  max-width: 72rem;
  background: #fff;
  border-radius: 12px;
}

.login_box {
  padding: 10rem 13rem 5.5rem;
  margin: 0 auto;
}
.login_box h2 {
  display: block;
  margin-bottom: 7rem;
  text-align: center;
}
.login_box label {
  display: block;
  font-size: 1.7rem;
  line-height: 1.1764705882;
  font-weight: 500;
  color: #222;
  padding-bottom: 0.5rem;
}
.login_box input[type=text], .login_box input[type=password] {
  position: relative;
  padding: 0 2.6rem;
  width: 100%;
  height: 6rem;
  line-height: 6rem;
  border: 1px solid #E6E6E6;
  border-radius: 0.4rem;
  background: #F9F9F9;
}
.login_box .form_group + .form_group {
  margin-top: 3rem;
}
.login_box .btns {
  display: block;
  text-align: center;
  background: #3143A7;
  border-radius: 0.4rem;
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
  height: 6rem;
  line-height: 6rem;
  margin-top: 1.8rem;
}
.login_box .desc {
  text-align: center;
  padding-top: 3.1rem;
  font-size: 1.6rem;
  line-height: 1.375;
  font-weight: 400;
}
.login_box .contact {
  display: block;
  font-size: 1.6rem;
  line-height: 1.1875;
  font-weight: 400;
  text-align: center;
  margin-top: 2.2rem;
}

.certify_box {
  display: block;
  margin-top: 1.3rem;
}
.certify_box .notice {
  position: relative;
}
.certify_box .notice .tit {
  display: none;
  position: absolute;
  top: 3.5rem;
  left: 0;
  font-size: 1.5rem;
  font-weight: 500;
  font-weight: 500;
  line-height: 2rem;
  background: rgba(0, 0, 0, 0.72);
  border: 0.3rem solid #D83E3E;
  color: #fff;
  border-radius: 1rem;
  padding: 2.3rem 3rem;
}
.certify_box .notice .tit::after {
  content: "";
  border-top: 1rem solid #D83E3E;
  border-left: 0.8rem solid transparent;
  border-right: 0.8rem solid transparent;
  border-bottom: 0px solid transparent;
  position: absolute;
  top: -1.2rem;
  left: 4.8rem;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.certify_box strong {
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1.1875;
  font-weight: 400;
  color: #888;
  text-align: left;
  padding-bottom: 1.5rem;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.certify_box strong i {
  display: inline-block;
  font-size: 1.8rem;
  color: #D00707;
  margin-right: 0.5rem;
}
.certify_box strong span {
  display: inline-block;
}
.certify_box strong:hover {
  color: #222;
}
.certify_box strong:hover .tit {
  display: block;
}

#login_wrap .otp_cont {
  width: 100%;
  max-width: 74.7rem;
  height: auto;
  background: #fff;
  border: 1px solid #1E3BD8;
  border-radius: 12px;
  -webkit-box-shadow: 10px 8px 18px rgba(65, 81, 162, 0.13);
          box-shadow: 10px 8px 18px rgba(65, 81, 162, 0.13);
}
#login_wrap .otp_box {
  padding: 7.7rem 6.8rem 7.3rem;
  margin: 0 auto;
}
#login_wrap .otp_box h2 {
  display: block;
  font-size: 4.4rem;
  line-height: 1.1363636364;
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
  color: #333;
  margin-bottom: 3.7rem;
}
#login_wrap .otp_box .list .item {
  counter-increment: number;
  position: relative;
  padding-left: 2.7rem;
  line-height: 2.8rem;
}
#login_wrap .otp_box .list .item p {
  font-size: 1.9rem;
  line-height: 2.2rem;
  font-weight: 500;
  color: #222;
  display: block;
  margin-bottom: 2rem;
}
#login_wrap .otp_box .list .item::before {
  content: counter(number, decimal);
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  background: #1E3BD8;
  position: absolute;
  left: 0;
  top: 0;
  width: 2.1rem;
  height: 2.1rem;
  line-height: 2.1rem;
  text-align: center;
  border-radius: 50%;
}
#login_wrap .otp_box .list .tip {
  background: #F2F4F8;
  display: block;
  padding: 2.2rem 4rem;
  border-radius: 5px;
  margin-bottom: 2.5rem;
}
#login_wrap .otp_box .list .tip .tit {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 700;
  color: #4E43D1;
}
#login_wrap .otp_box .list .desc p {
  font-size: 1.6rem;
  font-weight: 400;
  color: #535353;
  position: relative;
  padding-left: 2.3rem;
}
#login_wrap .otp_box .list .desc p::after {
  content: "\ee59";
  font-family: "remixicon";
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 400;
  color: #D00707;
}
#login_wrap .otp_box .list .desc .img {
  text-align: center;
  margin: 0 auto;
  display: block;
  margin-bottom: 3rem;
}
#login_wrap .otp_box .desc_box {
  text-align: center;
  display: block;
  background: #F2F4F8;
  border-radius: 5px;
  padding: 4.3rem 5.7rem;
}
#login_wrap .otp_box .desc_box p {
  display: block;
  font-size: 1.8rem;
  font-weight: 600;
  color: #222;
  margin-bottom: 3.3rem;
}
#login_wrap .otp_box .desc_box p em {
  color: #3F55CE;
}
#login_wrap .otp_box .desc_box .txt {
  font-size: 1.7rem;
  font-weight: 600;
  color: #535353;
  margin: 4.6rem 0 0;
}
#login_wrap .otp_box .desc_box .contact {
  font-weight: 500;
  color: #6A6A6A;
  font-size: 1.6rem;
  margin: 1.1rem 0 0;
}
#login_wrap .otp_box .form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
#login_wrap .otp_box input[type=text] {
  position: relative;
  padding: 0 2.6rem;
  width: 100%;
  height: 5.5rem;
  line-height: 6rem;
  border: 1px solid #E6E6E6;
  border-radius: 0.4rem;
  background: #F9F9F9;
  margin-right: 0.9rem;
}
#login_wrap .otp_box .btns {
  display: inline-block;
  min-width: 15rem;
  text-align: center;
  background: #3143A7;
  border-radius: 0.4rem;
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
  height: 5.5rem;
  line-height: 5.5rem;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#login_wrap .modal_box {
  position: fixed;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 45.1rem;
  max-width: calc(100% - 3rem);
}
#login_wrap .modal_box .cont {
  position: relative;
  background: #fff;
  max-width: 100%;
  border-radius: 1rem;
  border: 1px solid #D6D6D6;
  display: block;
  padding: 5.7rem 1rem;
  text-align: center;
}
#login_wrap .modal_box .cont > p {
  font-size: 2.2rem;
  font-weight: 600;
  color: #222;
  display: block;
  margin-bottom: 2.5rem;
}
#login_wrap .modal_box .cont > p i {
  font-size: 2.7rem;
  color: #3F55CE;
  display: inline-block;
  font-weight: 400;
  margin-right: 0.4rem;
  vertical-align: middle;
}
#login_wrap .modal_box .btn_close {
  position: absolute;
  top: 1rem;
  right: 2rem;
  font-size: 3.6rem;
  color: #999;
}
#login_wrap .modal_box .btns.modal {
  min-width: 16rem;
  height: 4.9rem;
  line-height: 4.9rem;
  background: #373746;
  font-size: 1.7rem;
  font-weight: 600;
}
#login_wrap .modal_box::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.16);
  width: 100vw;
  height: 100vh;
  z-index: -1;
}

p.bar1 {
  position: relative;
  padding-left: 1.2rem;
  font-size: 1.6rem;
  font-weight: 400;
  color: #6A6A6A;
  display: block;
}
p.bar1::before {
  content: "-";
  position: absolute;
  left: 0;
  top: 0;
  color: #6A6A6A;
  display: inline-block;
  vertical-align: middle;
}