@charset "utf-8";
/* 서브 페이지 헤더 CSS */
.header{
  background-color: #fff;
}
.sub_menu_items a{
  color: #111111;
}
.user_registration a p{
  color: #666666;
  font-weight: 400;
}
.user_registration a.logout{
  background-color: #004386 !important
}
.user_registration a.logout p{
  color: #fff !important;
}
.header.active .sub_menu_items a{
  color: #111 !important;
  font-weight: 500;
}
.header.active{
  background-color: #fff;
}
.sub_header_menubk{
  background-color: #fff;
  border-bottom: 1px solid #E6E6E6;
}
.header.active2{
  background-color: #fff;
}
.header.active2 .sub_menu_items a{
  color: #111 !important;
  font-weight: 500;
}
.header .headerarea .header_logo img:nth-child(1){
    display: none;
}
.header .headerarea .header_logo img:nth-child(2){
    display: block;
}
.header-icon img:nth-child(1){display: none;}
.header-icon img:nth-child(2){display: block;}

@media (max-width: 1400px) {
    .header {
        width: 100%;
        background-color: #fff !important;
    }
      .ttcc_mnav__icon {
        background: #000;
    }
    .ttcc_mnav__icon::before, .ttcc_mnav__icon::after {
      background: #000;
  }
  .header.active2{
    background-color: #fff !important;
  }
  .sub_header_menubk{
    display: none;
  }
  .header{
    border-bottom: 1px solid #dbdbdb !important;
  }
  .header.active2{
    border-bottom: 1px solid #dbdbdb !important;
  }
}