/*============================================================================
  _____          __  ____    __             _
 / ___/__  ___  / / / __/___/ /  ___  ___  / /
/ /__/ _ \/ _ \/ / _\ \/ __/ _ \/ _ \/ _ \/ / 
\___/\___/\___/_/ /___/\__/_//_/\___/\___/_/  

=============================================================================*/
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 100;
  padding: 5rem 0;
  background: #fff;
}
#header .container {
  display: flex;
  align-items: flex-start;
  max-width: 100%;
  padding: 0 8rem;
  width: 100%;
}
#header .logo {
  margin-right: 7rem;
  margin-top: 7px;
}
#header .logo a {
  width: 16.8rem;
  height: 2.8rem;
  display: block;
  background-color: #231f20;
  -webkit-mask: url("/assets/img/layout/logo.svg") no-repeat center/contain;
  mask: url("/assets/img/layout/logo.svg") no-repeat center/contain;
}
#header .gnb .depth2_wrap {
  display: none;
  padding: 0;
}
#header .gnb .depth2_wrap > li > a {
  font-size: 1.6rem;
}
#header .gnb .depth2_wrap > li > a:hover, #header .gnb .depth2_wrap > li > a:focus {
  color: #0033a0;
  font-weight: 600;
}
#header .gnb .depth2_wrap > li + li {
  margin-top: 3.2rem;
}
#header .gnb {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8.2rem;
  align-items: flex-start;
}
#header .gnb > li {
  position: relative;
}
#header .gnb > li > a {
  font-size: 1.8rem;
  font-weight: 500;
  color: #231f20;
  display: inline-block;
  padding: 5px 0;
}
#header .gnb > li > a:hover, #header .gnb > li > a:focus {
  color: #0033a0;
}
#header .gnb > li > a[href="#none"] {
  cursor: default;
}
#header .util {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
}
#header .util .logout {
  font-size: 1.4rem;
  color: #231f20;
  margin: 0 1.6rem;
  position: relative;
}
#header .util .logout::before {
  content: "";
  width: 1px;
  height: 1.5rem;
  background: #231f20;
  position: absolute;
  top: 50%;
  left: auto;
  transform: translateY(-50%);
  right: -1.6rem;
}
#header .util a {
  font-size: 1.4rem;
  color: #231f20;
  margin: 0 1.6rem;
  position: relative;
  display: flex;
  align-items: center;
}
#header .util a::before {
  content: "";
  width: 1px;
  height: 1.5rem;
  background: #231f20;
  position: absolute;
  top: 50%;
  left: auto;
  transform: translateY(-50%);
  left: -1.6rem;
}
#header .util a.login::before {
  display: none;
}
#header .util a.regist::after {
  content: "";
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  background-color: #231f20;
  -webkit-mask: url("/assets/img/common/ico_user_fill.svg") no-repeat center/contain;
  mask: url("/assets/img/common/ico_user_fill.svg") no-repeat center/contain;
  margin-left: 6px;
}
#header .util a.user::before {
  display: block;
  width: calc(100% - 2.4rem);
  height: 1px;
  top: inherit;
  transform: translateY(0);
  bottom: 0;
  left: 0;
}
#header .util a.user::after {
  content: "";
  width: 2rem;
  height: 2rem;
  display: inline-block;
  background-color: #231f20;
  -webkit-mask: url("/assets/img/common/ico_non_certifi.svg") no-repeat center/contain;
  mask: url("/assets/img/common/ico_non_certifi.svg") no-repeat center/contain;
  margin-left: 6px;
}
#header .util a.user.active:after {
  -webkit-mask: url("/assets/img/common/ico_certifi.svg") no-repeat center/contain;
  mask: url("/assets/img/common/ico_certifi.svg") no-repeat center/contain;
}
#header .util .consulting_btn {
  height: 4rem;
  border: 2px solid #231f20;
  line-height: 3.6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1.4rem;
  display: inline-block;
  min-width: inherit;
  padding: 0 1.3rem;
  background-color: #231f20;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  transition: all 0.3s ease-in-out;
}
#header .util .consulting_btn:hover, #header .util .consulting_btn:focus {
  background-color: transparent;
  color: #231f20;
}
#header .util .consulting_btn {
  border-radius: 4px;
  margin: 0 0.8rem 0 0;
}
#header .util .consulting_btn::before {
  display: none;
}
#header .util .consulting_btn span {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header .util .consulting_btn span::before, #header .util .consulting_btn span::after {
  content: "";
  display: inline-block;
}
#header .util .consulting_btn span::before {
  width: 1.6rem;
  height: 2rem;
  background-color: #B1C1E2;
  -webkit-mask: url("/assets/img/common/ico_user_fill.svg") no-repeat center/contain;
  mask: url("/assets/img/common/ico_user_fill.svg") no-repeat center/contain;
  margin-right: 1.2rem;
}
#header .util .consulting_btn span::after {
  width: 1rem;
  height: 0.8rem;
  background-color: #fff;
  -webkit-mask: url("/assets/img/common/ico_arr_right2.svg") no-repeat center/contain;
  mask: url("/assets/img/common/ico_arr_right2.svg") no-repeat center/contain;
  margin-left: 0.9rem;
}
#header .util .consulting_btn:hover, #header .util .consulting_btn:focus {
  background-color: transparent;
}
#header .util .consulting_btn:hover span::before, #header .util .consulting_btn:hover span::after, #header .util .consulting_btn:focus span::before, #header .util .consulting_btn:focus span::after {
  background: #231f20;
}
#header.type_main {
  background: transparent;
  box-shadow: none;
}
#header.type_main .logo a {
  background-color: #fff;
}
#header.type_main .gnb > li > a {
  color: #fff;
}
#header.type_main .util a {
  color: #fff;
}
#header.type_main .util a::before {
  background: #fff;
}
#header.type_main .util a.regist::after {
  background-color: #fff;
}
#header.type_main .util button {
  color: #fff;
}
#header.type_main .util button::before {
  background: #fff;
}
#header.active .gnb .depth2_wrap {
  padding: 4.2rem 0 0;
}
#header.active {
  background: #fff;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
}
#header.active .logo a {
  background-color: #231f20;
}
#header.active .gnb > li > a {
  color: #231f20;
}
#header.active .gnb > li > a:hover, #header.active .gnb > li > a:focus {
  color: #0033a0;
}
#header.active .util a {
  color: #231f20;
}
#header.active .util a::before {
  background: #231f20;
}
#header.active .util a.regist::after {
  background-color: #231f20;
}
#header.active .util .consulting_btn {
  color: #fff;
}

#footer {
  padding: 8rem 0;
}
#footer .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 135.8rem;
  max-width: calc(100% - 2rem);
  margin-left: auto !important;
  margin-right: auto !important;
  flex-wrap: wrap;
}
#footer .fnb_util {
  position: relative;
  padding-bottom: 4.1rem;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 8.9rem;
}
#footer .fnb_util:after {
  position: absolute;
  top: auto;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 100vw;
  height: 1px;
  background: #e5e5e5;
  bottom: 0;
}
#footer .fnb_util li {
  margin: 0 4rem;
  position: relative;
}
#footer .fnb_util li:after {
  content: "";
  position: absolute;
  top: 50%;
  left: auto;
  transform: translateY(-50%);
  right: -4rem;
  width: 1px;
  height: 12px;
  background: #e5e5e5;
}
#footer .fnb_util li:last-child::after {
  display: none;
}
#footer .f_logo {
  width: 16.7rem;
  height: 3.5rem;
  -webkit-mask: url("/assets/img/layout/logo.svg") no-repeat center/contain;
  mask: url("/assets/img/layout/logo.svg") no-repeat center/contain;
  background-color: #231f20;
}
#footer .fnb {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-items: flex-start;
  gap: 2rem;
}
#footer .fnb ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
#footer .cscenter a {
  font-family: "Oswald", "sans-serif";
  font-size: 4rem;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#footer .cscenter a::before {
  content: "";
  width: 2.9rem;
  height: 2.9rem;
  display: inline-block;
  -webkit-mask: url("/assets/img/common/ico_cs.svg") no-repeat center/contain;
  mask: url("/assets/img/common/ico_cs.svg") no-repeat center/contain;
  background-color: #231f20;
  margin-right: 1.7rem;
}

@media (max-width: 1600px) {
  #header {
    padding: 3rem 0;
  }
  #header .container {
    padding: 0 3rem;
  }
  #header .gnb {
    gap: 6rem;
  }
}
@media (max-width: 1400px) {
  #header {
    padding: 2rem 0;
  }
  #header .logo {
    margin-right: 4rem;
  }
  #header .container {
    padding: 0 2rem;
  }
  #header .gnb {
    gap: 4rem;
  }
}
@media (max-width: 1300px) {
  #header .logo {
    margin-right: 2rem;
  }
  #header .gnb {
    gap: 2rem;
  }
}