@charset "UTF-8";
/* 오버레이 */
.header {
  z-index: 5000;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  transition: transform 0.5s ease;
}
.header .topNav {
  z-index: 5000;
  position: relative;
  width: 100%;
  height: 80px;
  background-color: #27282a;
}
.header .topNav__contain {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.header .topNav__contain--leftBt, .header .topNav__contain--rightBt {
  width: 100px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  color: #ffffff;
  font-family: "Noto Sans KR", sans-serif !important;
  cursor: pointer;
  transition: background-color 0.5s ease;
}
.header .topNav__contain--leftBt:hover, .header .topNav__contain--rightBt:hover {
  background-color: #ffffff;
  color: #000000 !important;
}
.header .topNav__contain--logo {
  width: calc(100% - 200px);
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .topNav__contain--logo img {
  width: 96.4px;
  height: auto;
  cursor: pointer;
}
.header .topNav__contain--leftBt {
  border-right: 1px solid #000000;
}
.header .topNav__contain--rightBt {
  border-left: 1px solid #000000;
}
.header .menuNav {
  z-index: 5000;
  position: fixed;
  width: 100%;
  height: 50px;
  background-color: #1a1b1c;
}
.header .menuNav__contain {
  width: 100%;
  height: 100%;
}
.header .menuNav__contain--menu {
  width: 100%;
  height: 100%;
  display: flex;
}
.header .menuNav__contain--menu .menuBx {
  width: 25%;
  transition: all 0.5s ease;
  display: flex;
  justify-content: center;
}
.header .menuNav__contain--menu .menuBx a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  color: #ffffff;
  font-family: "Noto Sans KR", sans-serif !important;
  transition: background-color 0.5s ease;
}
.header .menuNav__contain--menu .menuBx .sub-menuBx {
  position: absolute;
  margin-top: 50px;
  width: 25%;
  padding: 20px 0;
  background-color: #1a1b1c;
}
.header .menuNav__contain--menu .menuBx .sub-menuBx li {
  width: 100%;
}
.header .menuNav__contain--menu .menuBx .sub-menuBx li a {
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  color: #ffffff;
  font-family: "Noto Sans KR", sans-serif !important;
  transition: background-color 0.5s ease;
}
.header .menuNav__contain--menu .menuBx .sub-menuBx li a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.header .menuNav__contain--menu .menuBx .sub-menuBx.reBg {
  background-color: #ffffff;
}
.header .menuNav__contain--menu .menuBx .sub-menuBx.reBg li a {
  color: #ffffff;
}
.header .menuNav__contain--menu .menuBx.reBg {
  background-color: #ffffff;
}
.header .headerQuick {
  position: fixed;
  left: 0;
  top: 130px;
  width: 100px;
  transform: translateX(-110%);
  transition: transform 0.5s ease;
}
.header .headerQuick__wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.header .headerQuick__wrap--custom, .header .headerQuick__wrap--esti {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif;
  color: #ffffff;
  background-color: #000000;
  transition: background-color 0.5s ease;
}
.header .headerQuick__wrap--custom:hover, .header .headerQuick__wrap--esti:hover {
  background-color: #29292c;
  color: #ffffff;
}
.header .headerQuick__wrap--custom {
  border-bottom: 1px solid #303133;
}
.header.small {
  transform: translateY(-80px);
}
.header.small .menuNav {
  background-color: #000000;
}
.header.small .menuNav__contain--menu .menuBx a {
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif;
  color: #ffffff;
}
.header.small .menuNav__contain--menu .menuBx .sub-menuBx {
  position: absolute;
  margin-top: 50px;
  width: 20%;
  padding: 20px 0;
  background-color: #000000;
}
.header.small .menuNav__contain--menu .menuBx .sub-menuBx li {
  width: 100%;
}
.header.small .menuNav__contain--menu .menuBx .sub-menuBx li a {
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif;
  color: #ffffff;
  transition: background-color 0.5s ease;
}
.header.small .menuNav__contain--menu .menuBx .sub-menuBx li a:hover {
  background-color: rgba(42, 43, 45, 0.8);
  color: #ffffff;
}
.header.small .menuNav__contain--menu .menuBx .sub-menuBx.reBg {
  background-color: #ffffff;
}
.header.small .menuNav__contain--menu .menuBx .sub-menuBx.reBg li a {
  color: #ffffff;
}
.header.small .headerQuick {
  transform: translateX(0);
}

@media screen and (max-width: 768px) {
  .header {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .moHeader, .moMenu {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .moHeader {
    z-index: 5000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background-color: #1a1b1c;
  }
  .moHeader__nav {
    width: 100%;
    height: 100%;
    display: flex;
  }
  .moHeader__nav--logo {
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 15px;
  }
  .moHeader__nav--logo img {
    width: auto;
    height: 30px;
  }
  .moHeader__nav--menuBt {
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 10px;
  }
  .moHeader__nav--menuBt .btBx {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }
  .moHeader__nav--menuBt .btBx span {
    position: absolute;
    width: 30px;
    height: 2px;
    background-color: #ffffff;
    transition: all 0.5s ease;
  }
  .moHeader__nav--menuBt .btBx span:first-child {
    margin-top: -15px;
  }
  .moHeader__nav--menuBt .btBx span:last-child {
    margin-top: 15px;
  }
  .moHeader__nav--menuBt .btBx.moOpen span:first-child {
    margin-top: 0;
    transform: rotate(-45deg);
    transform-origin: center;
  }
  .moHeader__nav--menuBt .btBx.moOpen span:last-child {
    margin-top: 0;
    transform: rotate(45deg);
    transform-origin: center;
  }
  .moHeader__nav--menuBt .btBx.moOpen span:nth-of-type(2) {
    opacity: 0;
  }
  .moHeader__nav--menuBt .estiBt {
    width: auto;
    height: 50px;
    display: flex;
    margin-right: 10px;
  }
  .moHeader__nav--menuBt .estiBt a {
    margin: 0 1px;
    width: auto;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    color: #ffffff;
    font-family: "Noto Sans KR", sans-serif !important;
    background-color: #333536;
  }
}
@media screen and (max-width: 576px) {
  .moHeader {
    height: 50px;
  }
  .moHeader__nav {
    justify-content: space-between;
  }
  .moHeader__nav--logo {
    width: 25%;
    padding-left: 15px;
  }
  .moHeader__nav--logo img {
    height: 25px;
  }
  .moHeader__nav--menuBt {
    width: 75%;
    display: flex;
    justify-content: flex-end;
  }
  .moHeader__nav--menuBt .estiBt {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: flex-end;
    margin-right: 10px;
  }
  .moHeader__nav--menuBt .estiBt a {
    margin: 0 1px;
    width: 50%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
    color: #ffffff;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .moHeader__nav--menuBt .btBx {
    width: 20%;
  }
}
#moHeader {
  transition: all 0.5s ease;
}
#moHeader.nav-down {
  transform: translateY(0);
}
#moHeader.nav-up {
  transform: translateY(-50px);
}
#moHeader.btClick {
  transform: translateY(0);
}

@media screen and (min-width: 768px) {
  .mo_li {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .moMenu {
    z-index: 3000;
    position: fixed;
    top: 50px;
    left: 0;
    width: 100%;
    height: 100vh;
  }
  .moMenu__contain {
    width: 100%;
    height: 100%;
    padding-top: 30px;
    background-color: #1a1b1c;
  }
  .moMenu__contain--ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #000000;
  }
  .moMenu__contain--ul .menu-bt {
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    color: #ffffff;
    font-family: "Noto Sans KR", sans-serif !important;
    cursor: pointer;
    transition: all ease 0.5s;
  }
  .moMenu__contain--ul .menu-bt:hover {
    background-color: #383a3b;
  }
  .moMenu__contain--ul .li {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .moMenu__contain--ul .li a {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    color: #e1e3e5;
    font-family: "Noto Sans KR", sans-serif !important;
    background-color: #424649;
    cursor: pointer;
  }
  .moMenu__contain--ul .li a:hover {
    background-color: #000000;
  }
}

/*# sourceMappingURL=header.css.map */
