@import "../css/reset.css";
@import "../css/main.css";
@import "../css/font.css";
@keyframes scrollMove {
  0%, 10% {
    transform: translateY(-80px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(80px);
  }
}
.top-header_wrap {
  width: 100%;
  background-color: #263e78;
  position: relative;
  z-index: 501;
}
.top-header_wrap .inner {
  max-width: 1720px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 5px 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.top-header_wrap .intro_text {
  font-family: NanumSquareNeo-Light;
  font-size: 17px;
  line-height: 1.3;
  color: #fff;
}
.top-header_wrap .userZone {
  z-index: 501;
}
.top-header_wrap .userZone > ul {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.top-header_wrap .userZone > ul > li {
  width: 100px;
  height: 40px;
  padding: 0 10px;
  margin-right: 5px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.top-header_wrap .userZone > ul > li:last-of-type {
  margin-right: 0;
  border: 1px solid #a2a2a2;
}
.top-header_wrap .userZone > ul > li > a span {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.3;
  color: #fff;
  letter-spacing: 0;
}
.top-header_wrap .userZone > ul > li.lang {
  padding: 0;
  position: relative;
}
.top-header_wrap .userZone > ul > li.lang .lang_select {
  padding: 0 15px;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-color: transparent;
  border: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.3;
  letter-spacing: 0;
  color: #ffcc00;
  outline: none;
  position: relative;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.top-header_wrap .userZone > ul > li.lang .lang_select:focus {
  color: #ffcc00;
}
.top-header_wrap .userZone > ul > li.lang .lang_select option {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.3;
  letter-spacing: 0;
  color: #000;
  width: 100%;
}
.top-header_wrap .userZone > ul > li.lang .icoArrow {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 9px;
}

.header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  z-index: 1000;
  transition: all 0.4s ease;
  background-color: #fff;
  border-bottom: 1px solid #c6c6c6;
}
.header.on, .header.scroll {
  background-color: #fff;
}
.header.c .gnb > ul > li > a, .header.on .gnb > ul > li > a, .header.scroll .gnb > ul > li > a {
  color: #222;
}
.header.c .header_ui .m_btn span:not(.clip)::after, .header.c .header_ui .m_btn span:not(.clip)::before, .header.on .header_ui .m_btn span:not(.clip)::after, .header.on .header_ui .m_btn span:not(.clip)::before, .header.scroll .header_ui .m_btn span:not(.clip)::after, .header.scroll .header_ui .m_btn span:not(.clip)::before {
  background-color: #222;
}
.header.open {
  z-index: 1003;
}
.header.open .logo > a.color {
  display: none;
}
.header.open .logo > a.white {
  display: block;
}
.header.open .gnb > ul > li > a {
  color: #222;
}
.header.open .header_ui .m_btn span:not(.clip)::after, .header.open .header_ui .m_btn span:not(.clip)::before {
  background-color: #222;
}
.header .inner {
  max-width: 1720px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.header .logo {
  width: 176px;
  transition: all 0.4s;
  z-index: 10;
}
.header .logo > a {
  width: 100%;
  display: block;
}
.header .logo > a.color {
  display: block;
}
.header .logo > a.white {
  display: none;
}
.header .gnb {
  width: calc(100% - 220px);
}
.header .gnb > ul {
  display: flex;
  justify-content: center;
}
.header .gnb > ul > li:hover > a {
  color: #427aef;
}
.header .gnb > ul > li:hover > a::after {
  bottom: 14px;
  opacity: 1;
}
.header .gnb > ul > li > a {
  position: relative;
  vertical-align: top;
  display: inline-block;
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.3;
  color: #222;
  padding: 30px 45px;
  transition: all 0.4s;
}
.header .gnb > ul > li .sub_depth {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #fff;
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
}
.header .gnb > ul > li .sub_depth.sub_depth02 > li .right > ul > li::after {
  height: 200px;
}
.header .gnb > ul > li .sub_depth > li {
  display: flex;
}
.header .gnb > ul > li .sub_depth > li .left {
  position: relative;
  width: 480px;
  background-color: #f1f9fd;
  padding: 60px 0 100px 150px;
  z-index: 10;
  position: relative;
  overflow: hidden;
}
.header .gnb > ul > li .sub_depth > li .left::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -60px;
  right: 15px;
  width: 250px;
  height: 250px;
  background: url(../img/header_img.png) no-repeat;
  background-size: cover;
}
.header .gnb > ul > li .sub_depth > li .left span {
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 900;
  font-size: 34px;
  line-height: 1.3;
  color: #001f59;
  width: 100%;
  vertical-align: top;
  display: inline-block;
  opacity: 0.3;
  margin-bottom: 45px;
  cursor: pointer;
  transition: all 0.3s;
}
.header .gnb > ul > li .sub_depth > li .left span.on, .header .gnb > ul > li .sub_depth > li .left span:hover {
  opacity: 1;
  font-family: NanumSquareNeo-SemiBold;
}
.header .gnb > ul > li .sub_depth > li .left span.on i, .header .gnb > ul > li .sub_depth > li .left span:hover i {
  margin-left: 30px;
  opacity: 1;
}
.header .gnb > ul > li .sub_depth > li .left span i {
  position: relative;
  top: -4px;
  font-size: 20px;
  opacity: 0;
  transition: all 0.3s;
}
.header .gnb > ul > li .sub_depth > li .left span:last-of-type {
  margin-bottom: 0;
}
.header .gnb > ul > li .sub_depth > li .left .sub_text {
  width: 80%;
  font-family: NanumSquareNeo-Regular;
  font-size: 19px;
  line-height: 1.5;
  letter-spacing: 0;
  color: #2e2d2d;
  margin-top: 10px;
}
.header .gnb > ul > li .sub_depth > li .right {
  position: relative;
  width: calc(100% - 480px);
  padding: 20px 0 80px 20px;
  overflow: hidden;
  background-color: #fff;
}
.header .gnb > ul > li .sub_depth > li .right.no_tab > ul > li {
  margin-bottom: 40px;
}
.header .gnb > ul > li .sub_depth > li .right .all_tab {
  display: none;
}
.header .gnb > ul > li .sub_depth > li .right > ul {
  width: 100%;
  font-size: 0;
  display: none;
  flex-wrap: wrap;
}
.header .gnb > ul > li .sub_depth > li .right > ul.on {
  display: block;
}
.header .gnb > ul > li .sub_depth > li .right > ul > li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: calc(20% - 20px);
  margin-right: 50px;
  margin-top: 50px;
}
.header .gnb > ul > li .sub_depth > li .right > ul > li::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 0;
  width: 1px;
  height: 120px;
  background-color: #eee;
  display: none;
}
.header .gnb > ul > li .sub_depth > li .right > ul > li:nth-of-type(4n) {
  margin-right: 0;
}
.header .gnb > ul > li .sub_depth > li .right > ul > li:nth-of-type(4n)::after {
  display: none;
}
.header .gnb > ul > li .sub_depth > li .right > ul > li:last-of-type {
  margin-right: 0;
}
.header .gnb > ul > li .sub_depth > li .right > ul > li:last-of-type::after {
  display: none;
}
.header .gnb > ul > li .sub_depth > li .right > ul > li:nth-child(n+1):nth-child(-n+4) {
  margin-top: 0;
}
.header .gnb > ul > li .sub_depth > li .right > ul > li:hover > a {
  border-color: #427aef;
  color: #427aef;
}
.header .gnb > ul > li .sub_depth > li .right > ul > li > a {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding: 7px 15px;
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.3;
  transition: 0.3s;
  border: 2px solid #f1f1f1;
  border-radius: 10px;
  color: #222;
}
.header .gnb > ul > li .sub_depth > li .right > ul > li > ul {
  margin-top: 5px;
}
.header .gnb > ul > li .sub_depth > li .right > ul > li > ul > li > a {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding: 10px 15px;
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #444;
  transition: all 0.3s;
  position: relative;
}
.header .gnb > ul > li .sub_depth > li .right > ul > li > ul > li > a:hover {
  color: #427aef;
}
.header .gnb > ul > li .sub_depth > li .right > ul > li > ul > li > a::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  background-color: #ccc;
  border-radius: 100%;
}
.header .header_ui {
  display: flex;
  align-items: center;
}
.header .header_ui .search-box {
  margin-right: 30px;
}
.header .header_ui .search-box > a {
  width: 100%;
  height: 100%;
  display: block;
}
.header .header_ui .search-box > a img {
  -o-object-fit: contain;
     object-fit: contain;
}
.header .header_ui .m_btn {
  position: relative;
  width: 30px;
  height: 30px;
  text-align: center;
  cursor: pointer;
  z-index: 10;
  font-size: 0;
}
.header .header_ui .m_btn.on span:not(.clip)::after {
  top: 0;
  transform: rotate(45deg);
}
.header .header_ui .m_btn.on span:not(.clip)::before {
  top: 0;
  transform: rotate(-45deg);
}
.header .header_ui .m_btn span:not(.clip) {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 2px;
  margin: 14px 0;
}
.header .header_ui .m_btn span:not(.clip)::after {
  content: "";
  position: absolute;
  top: -4px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #4e4e4e;
  transition: 0.3s;
}
.header .header_ui .m_btn span:not(.clip)::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #4e4e4e;
  transition: 0.3s;
}
.header .header_ui .all_gnb {
  display: flex;
  flex-wrap: wrap;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #fff;
  transition: 0.8s;
  overflow: hidden;
}
.header .header_ui .all_gnb.on {
  height: 100%;
}
.header .header_ui .all_gnb .info_box {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 33.34%;
  background-color: #263e78;
  padding: 0 0 100px 100px;
}
.header .header_ui .all_gnb .info_box .userZone {
  width: 100%;
  margin-bottom: 15px;
}
.header .header_ui .all_gnb .info_box .userZone > ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.header .header_ui .all_gnb .info_box .userZone > ul > li {
  margin-right: 30px;
}
.header .header_ui .all_gnb .info_box .userZone > ul > li:last-of-type {
  margin-right: 0;
}
.header .header_ui .all_gnb .info_box .userZone > ul > li span {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.3;
  color: #fff;
}
.header .header_ui .all_gnb .info_box .lang_list > ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.header .header_ui .all_gnb .info_box .lang_list > ul > li {
  margin-right: 30px;
}
.header .header_ui .all_gnb .info_box .lang_list > ul > li:last-of-type {
  margin-right: 0;
}
.header .header_ui .all_gnb .info_box .lang_list > ul > li span {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.3;
  color: #fff;
  transition: all 0.4s ease-in-out;
}
.header .header_ui .all_gnb .info_box .lang_list > ul > li span:hover {
  font-weight: 600;
}
.header .header_ui .all_gnb nav {
  display: flex;
  align-items: center;
  position: relative;
  width: 66.66%;
}
.header .header_ui .all_gnb nav::after {
  content: "";
  position: absolute;
  width: 50%;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #f9f9f9;
  z-index: -1;
}
.header .header_ui .all_gnb nav > ul {
  position: relative;
  width: 100%;
}
.header .header_ui .all_gnb nav > ul > li {
  width: 50%;
}
.header .header_ui .all_gnb nav > ul > li.on > a, .header .header_ui .all_gnb nav > ul > li:hover > a {
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 900;
  color: #427aef;
}
.header .header_ui .all_gnb nav > ul > li.on > a::after, .header .header_ui .all_gnb nav > ul > li:hover > a::after {
  animation: moveArrow 1.5s infinite alternate;
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 400;
}
.header .header_ui .all_gnb nav > ul > li.on > a::before, .header .header_ui .all_gnb nav > ul > li:hover > a::before {
  opacity: 1;
}
.header .header_ui .all_gnb nav > ul > li > a {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 600;
  font-size: 36px;
  color: #222;
  padding: 40px 80px;
  transition: color 0.4s;
}
.header .header_ui .all_gnb nav > ul > li > a::before {
  content: "";
  width: 60px;
  height: 60px;
  background: url("/img/icon/icon_all_arrow_circle.png") 50% 50% no-repeat;
  position: absolute;
  top: 50%;
  right: 35px;
  transform: translateY(-50%);
  opacity: 0;
  transition: 0.4s;
}
.header .header_ui .all_gnb nav > ul > li > a::after {
  font-family: axicon !important;
  content: "\e095";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  font-size: 20px;
  color: #f77b0b;
  opacity: 0;
}
.header .header_ui .all_gnb nav > ul > li > ul {
  display: none;
  position: absolute;
  top: 24px;
  left: 50%;
}
.header .header_ui .all_gnb nav > ul > li > ul.sub_depth05 > li .right > ul.tab_depth > li > a::before {
  display: none;
}
.header .header_ui .all_gnb nav > ul > li > ul > li .left {
  display: none;
}
.header .header_ui .all_gnb nav > ul > li > ul > li .right .all_tab {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 400;
  font-size: 24px;
  color: #666;
  padding: 22px 80px;
  transition: color 0.4s;
  cursor: pointer;
}
.header .header_ui .all_gnb nav > ul > li > ul > li .right .all_tab.on, .header .header_ui .all_gnb nav > ul > li > ul > li .right .all_tab:hover {
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 800;
  color: #333;
}
.header .header_ui .all_gnb nav > ul > li > ul > li .right .all_tab.on span::before, .header .header_ui .all_gnb nav > ul > li > ul > li .right .all_tab:hover span::before {
  width: 110%;
}
.header .header_ui .all_gnb nav > ul > li > ul > li .right .all_tab span {
  position: relative;
}
.header .header_ui .all_gnb nav > ul > li > ul > li .right .all_tab span::before {
  content: "";
  position: absolute;
  bottom: 2px;
  left: -5%;
  width: 0;
  height: 8px;
  background-color: #427aef;
  opacity: 0.15;
  transition: 0.4s;
}
.header .header_ui .all_gnb nav > ul > li > ul > li .right > ul:not(.tab_depth) > li > a {
  display: inline-block;
  vertical-align: top;
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 400;
  font-size: 24px;
  color: #333;
  transition: color 0.4s;
  position: relative;
  width: 250px;
  margin: 20px 80px;
}
.header .header_ui .all_gnb nav > ul > li > ul > li .right > ul:not(.tab_depth) > li > a.down::after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  content: "\f1af";
  display: block;
  font-family: "axicon";
  font-size: 16px;
  color: #000;
  transition: all 0.3s ease-in-out;
}
.header .header_ui .all_gnb nav > ul > li > ul > li .right > ul:not(.tab_depth) > li > a.open::after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  content: "\f1b2";
  display: block;
  font-family: "axicon";
  font-size: 16px;
  color: #000;
  transition: all 0.3s ease-in-out;
}
.header .header_ui .all_gnb nav > ul > li > ul > li .right > ul:not(.tab_depth) > li > a span {
  position: relative;
}
.header .header_ui .all_gnb nav > ul > li > ul > li .right > ul:not(.tab_depth) > li > a span::before {
  content: "";
  position: absolute;
  bottom: 2px;
  left: -5%;
  width: 0;
  height: 8px;
  background-color: #427aef;
  opacity: 0.15;
  transition: 0.4s;
}
.header .header_ui .all_gnb nav > ul > li > ul > li .right > ul:not(.tab_depth) > li > ul {
  padding-left: 80px;
}
.header .header_ui .all_gnb nav > ul > li > ul > li .right > ul:not(.tab_depth) > li > ul.slidemenu-list {
  display: none;
}
.header .header_ui .all_gnb nav > ul > li > ul > li .right > ul:not(.tab_depth) > li > ul > li {
  padding-bottom: 10px;
}
.header .header_ui .all_gnb nav > ul > li > ul > li .right > ul:not(.tab_depth) > li > ul > li:last-of-type {
  padding-bottom: 0;
}
.header .header_ui .all_gnb nav > ul > li > ul > li .right > ul:not(.tab_depth) > li > ul > li > a {
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #8f8f8f;
}
.header .header_ui .all_gnb nav > ul > li > ul > li .right > ul.tab_depth {
  display: none;
  position: relative;
}
.header .header_ui .all_gnb nav > ul > li > ul > li .right > ul.tab_depth > li {
  width: 260px;
}
.header .header_ui .all_gnb nav > ul > li > ul > li .right > ul.tab_depth > li > a {
  position: relative;
  display: inline-block;
  width: 260px;
  padding: 30px 0 30px 110px;
  font-size: 19px;
  color: #444;
  vertical-align: top;
}
.header .header_ui .all_gnb nav > ul > li > ul > li .right > ul.tab_depth > li > a.on, .header .header_ui .all_gnb nav > ul > li > ul > li .right > ul.tab_depth > li > a:hover {
  font-family: NanumSquareNeo-Bold;
  color: #333;
}
.header .header_ui .all_gnb nav > ul > li > ul > li .right > ul.tab_depth > li > a.on::before, .header .header_ui .all_gnb nav > ul > li > ul > li .right > ul.tab_depth > li > a:hover::before {
  right: 15px;
  opacity: 1;
}
.header .header_ui .all_gnb nav > ul > li > ul > li .right > ul.tab_depth > li > a:hover {
  font-family: NanumSquareNeo-Bold;
  color: #333;
}
.header .header_ui .all_gnb nav > ul > li > ul > li .right > ul.tab_depth > li > a:hover span::before {
  width: 110%;
}
.header .header_ui .all_gnb nav > ul > li > ul > li .right > ul.tab_depth > li > a::before {
  font-family: "xeicon";
  content: "\e90b";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  opacity: 0;
  transition: 0.3s;
}
.header .header_ui .all_gnb nav > ul > li > ul > li .right > ul.tab_depth > li > ul {
  display: none;
  position: absolute;
  width: 100%;
  top: 22px;
  left: 260px;
  display: inline-block;
  vertical-align: top;
}
.header .header_ui .all_gnb nav > ul > li > ul > li .right > ul.tab_depth > li > ul > li > a {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-size: 16px;
  color: #777;
  transition: 0.3s;
  padding: 10px 0;
}
.header .header_ui .all_gnb nav > ul > li > ul > li .right > ul.tab_depth > li > ul > li > a:hover {
  color: #f77b0b;
}

@media screen and (max-height: 600px) {
  .header .header_ui .all_gnb nav > ul {
    overflow-y: scroll;
    overflow-x: hidden;
  }
}
@media screen and (max-width: 1720px) {
  .top-header_wrap .inner {
    max-width: 95%;
  }
}
@media screen and (max-width: 1520px) {
  .header .inner,
  .header .top_header_area .inner {
    max-width: 95%;
  }
  .header .gnb > ul > li .sub_depth > li .left {
    width: 300px;
    padding-left: 50px;
  }
  .header .gnb > ul > li .sub_depth > li .right {
    width: calc(100% - 300px);
    padding-left: 50px;
    padding-right: 50px;
  }
  .header .header_ui .all_gnb .info_box {
    width: 410px;
    padding-left: 40px;
  }
  .header .header_ui .all_gnb nav {
    width: calc(100% - 410px);
  }
  .header .header_ui .all_gnb nav > ul > li > a {
    padding: 40px;
    font-size: 32px;
  }
  .header .header_ui .all_gnb nav > ul > li > a::before {
    right: 40px;
  }
  .header .header_ui .all_gnb nav > ul > li > ul > li .right > ul.tab_depth > li > a {
    width: 220px;
    padding: 30px 0 30px 70px;
  }
  .header .header_ui .all_gnb nav > ul > li > ul > li .right > ul.tab_depth > li > ul {
    left: 230px;
  }
  .header .header_ui .all_gnb nav > ul > li > ul > li .right .all_tab {
    padding: 22px 40px;
  }
}
@media screen and (max-width: 1420px) {
  .header .left_box {
    width: calc(100% - 300px);
  }
}
@media screen and (max-width: 1200px) {
  .top-header_wrap {
    display: none;
  }
  .header {
    background-color: #fff;
  }
  .header.open .logo > a.color {
    display: block;
  }
  .header.open .logo > a.white {
    display: none;
  }
  .header .inner {
    padding: 20px 0;
    justify-content: space-between;
  }
  .header .gnb {
    display: none;
  }
  .header .header_ui .m_btn {
    display: block;
  }
  .header .header_ui .m_btn span:not(.clip)::after, .header .header_ui .m_btn span:not(.clip)::before {
    background-color: #222;
  }
  .header .header_ui .all_gnb .info_box {
    position: absolute;
    bottom: 30px;
    left: 30px;
    background-color: #fff;
    padding: 0;
  }
  .header .header_ui .all_gnb .info_box .lang_list > ul > li > a span,
  .header .header_ui .all_gnb .info_box .userZone > ul > li > a span {
    color: #000;
  }
  .header .header_ui .all_gnb nav {
    width: 100%;
    align-items: flex-start;
    padding-top: 100px;
  }
  .header .header_ui .all_gnb nav > ul > li > a {
    padding: 20px 16px;
  }
  .header .header_ui .all_gnb nav > ul > li > ul {
    top: 4px;
  }
}
@media screen and (max-width: 800px) {
  .header .header_ui .all_gnb nav::after {
    width: calc(100% - 280px);
  }
  .header .header_ui .all_gnb nav > ul > li {
    width: 280px;
  }
  .header .header_ui .all_gnb nav > ul > li > a {
    font-size: 28px;
  }
  .header .header_ui .all_gnb nav > ul > li > a::after, .header .header_ui .all_gnb nav > ul > li > a::before {
    display: none;
  }
  .header .header_ui .all_gnb nav > ul > li > ul {
    left: 280px;
  }
  .header .header_ui .all_gnb nav > ul > li > ul > li .right .all_tab {
    padding: 20px 16px;
  }
  .header .header_ui .all_gnb nav > ul > li > ul > li .right > ul.tab_depth > li > a {
    width: 200px;
    padding: 20px 0 20px 32px;
  }
  .header .header_ui .all_gnb nav > ul > li > ul > li .right > ul.tab_depth > ul {
    left: 210px;
    top: 13px;
  }
  .header .header_ui .all_gnb nav > ul > li > ul > li .right > ul:not(.tab_depth) > li > a {
    width: 250px;
    padding: 0;
    margin: 20px 40px;
  }
  .header .header_ui .all_gnb nav > ul > li > ul > li .right > ul:not(.tab_depth) > li .slidemenu-list {
    padding: 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .header .top_header_area {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .header .header_ui .all_gnb nav::after {
    display: none;
  }
  .header .header_ui .all_gnb nav > ul > li {
    width: 100%;
  }
  .header .header_ui .all_gnb nav > ul > li > a {
    font-size: 26px;
  }
  .header .header_ui .all_gnb nav > ul > li > ul {
    position: relative;
    width: 100%;
    left: 0;
  }
  .header .header_ui .all_gnb nav > ul > li > ul > li .right > ul {
    background-color: #fff;
  }
  .header .header_ui .all_gnb nav > ul > li > ul > li .right > ul:not(.tab_depth) > li > a {
    width: 100%;
    padding: 10px 16px;
    margin: 0;
    font-size: 18px;
  }
  .header .header_ui .all_gnb nav > ul > li > ul > li .right > ul:not(.tab_depth) > li > a.down::after {
    right: 16px;
    font-size: 14px;
  }
  .header .header_ui .all_gnb nav > ul > li > ul > li .right > ul:not(.tab_depth) > li > a.open {
    padding-bottom: 20px;
  }
  .header .header_ui .all_gnb nav > ul > li > ul > li .right > ul:not(.tab_depth) > li > a.open::after {
    font-size: 14px;
  }
  .header .header_ui .all_gnb nav > ul > li > ul > li .right > ul:not(.tab_depth) > li .slidemenu-list {
    padding: 0 16px;
    margin-bottom: 15px;
  }
  .header .header_ui .all_gnb nav > ul > li > ul > li .right > ul.tab_depth > li {
    width: calc(100% - 240px);
  }
  .header .header_ui .all_gnb nav > ul > li > ul > li .right > ul.tab_depth > li > a {
    width: 100%;
    padding: 10px 26px;
  }
  .header .header_ui .all_gnb nav > ul > li > ul > li .right > ul.tab_depth > li > a::before {
    left: 140px;
    right: auto;
  }
  .header .header_ui .all_gnb nav > ul > li > ul > li .right > ul.tab_depth > li > a.on::before, .header .header_ui .all_gnb nav > ul > li > ul > li .right > ul.tab_depth > li > a:hover::before {
    left: 150px;
    right: auto;
  }
  .header .header_ui .all_gnb nav > ul > li > ul > li .right > ul.tab_depth > ul {
    position: static;
  }
  .header .header_ui .all_gnb nav > ul > li > ul > li .right > ul.tab_depth > ul > li > a {
    padding: 10px 32px;
  }
}
@media screen and (max-width: 430px) {
  .header {
    height: 50px;
  }
  .header .inner {
    padding: 0;
  }
  .header .logo {
    width: 120px;
  }
  .header .header_ui .all_gnb nav {
    padding-top: 50px;
  }
  .header .header_ui .all_gnb nav > ul {
    max-width: 95%;
    margin: 0 auto;
  }
  .header .header_ui .all_gnb nav > ul > li.on > a {
    padding: 20px 0 10px;
  }
  .header .header_ui .all_gnb nav > ul > li.on > ul {
    background-color: #f9f9f9;
  }
  .header .header_ui .all_gnb nav > ul > li > a {
    font-size: 20px;
    padding: 20px 0;
  }
  .header .header_ui .all_gnb nav > ul > li > ul > li .right .all_tab {
    font-size: 20px;
  }
  .header .header_ui .all_gnb nav > ul > li > ul > li .right > ul:not(.tab_depth) > li > a {
    width: 100%;
    font-size: 16px;
    padding: 10px 5px;
    color: #666;
  }
  .header .header_ui .all_gnb nav > ul > li > ul > li .right > ul:not(.tab_depth) > li > a.open {
    font-family: "Noto Sans KR", sans-serif;
    font-weight: 700;
    color: #000;
  }
  .header .header_ui .all_gnb nav > ul > li > ul > li .right > ul:not(.tab_depth) > li .slidemenu-list {
    padding: 3px 5px 0;
  }
  .header .header_ui .all_gnb nav > ul > li > ul > li .right > ul:not(.tab_depth) > li .slidemenu-list > li > a {
    font-size: 14px;
  }
}/*# sourceMappingURL=header.css.map */