/* header */
.header-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 999;
  height: 110px;
  transition: transform 0.4s ease;
  border-bottom: 1px solid var(--gray07);
}

.fixed {
  transform: translateY(-100%);
}

.visible {
  transform: translateY(0);
}

.header-innerWrap {
  width: 1472px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.header-innerWrap .left-box a .logo {
  display: block;
}

.innerWrap {
  position: relative;
  width: 1472px;
  margin: 0 auto;
}

.top-manu > li {
  position: relative;
  float: right;
  width: 80px;
  height: 35px;
  line-height: 35px;
  font-size: 13px;
  text-align: center;
  box-sizing: border-box;
  cursor: pointer;
}

.top-manu > li:before {
  content: "";
  display: block;
  width: 1px;
  height: 15px;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 55%;
  left: 0;
  transform: translateY(-60%);
}

.top-manu > li:first-child {
  width: 80px;
}

.top-manu > li:last-child:before {
  display: none;
}

.top-manu > li:nth-child(2):before {
  display: none;
}

.top-manu > li:first-child {
  background: var(--primaryDark);
  border: none;
  color: var(--bgWhite);
  border-radius: 3px;
}

header .right-box {
  display: flex;
  flex: 1 0 0%;
  align-items: center;
}

.navi-menu > li {
  float: left;
  line-height: 110px;
  height: 110px;
  margin-left: 100px;
  cursor: pointer;
}

.navi-menu > li span {
  font-size: 15px;
}

.navi-menu > li:last-child span {
  color: var(--primaryDark);
}

/* footer */
#footer {
  background-color: #f9f9f9;
}

#footer .copy-box {
  padding: 50px 20px;
  position: relative;
}

#footer .copy-box .copy-leftBox {
  float: left;
}

#footer .copy-box .copy-rightBox {
  float: right;
}

#footer .copy-box .copy-leftBox .copyright {
  vertical-align: middle;
}

#footer .copy-box .copy-leftBox .copy-korBox {
  padding-bottom: 20px;
}

#footer .copy-box .copy-rightBox .copy-right-list li {
  float: left;
  margin-left: 20px;
}

#footer .copy-box .copy-rightBox .copy-right-list li:first-child {
  margin-left: 0;
}

#footer .copy-box .copy-leftBox .copyright,
#footer .copy-box .copy-rightBox .copy-right-list li a {
  display: block;
  font-size: 14px;
  font-weight: 400;
}

#footer .copy-box .copy-korBox .copy-topList li {
  float: left;
  padding-left: 10px;
  position: relative;
  margin-left: 10px;
  font-size: 13px;
  font-weight: 500;
}

#footer .copy-box .copy-korBox .copy-topList li span {
  font-weight: 300;
}

#footer .copy-box .copy-korBox .copy-topList li:first-child,
.login-container .login-rightBox .Sign-tab .login-btList li:first-child {
  margin-left: 0;
  padding-left: 0;
}

#footer .copy-box .copy-korBox .copy-topList li:before {
  content: "";
  display: block;
  width: 1px;
  height: 15px;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-60%);
}

#footer .copy-box .copy-korBox .copy-topList li:first-child:before,
.login-container .login-rightBox .Sign-tab .login-btList li:first-child:after {
  display: none;
}

#footer .copy-box .copy-korBox .address {
  font-size: 13px;
  font-weight: 300;
  margin-top: 5px;
  line-height: 21px;
}

#footer .copy-box .copy-korBox .address .dar-tit {
  padding-right: 9px;
  font-weight: 500;
}

#footer .copy-box .copy-korBox .email {
  font-size: 13px;
  color: #666;
  margin: 5px 0 10px;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-top: 8rem;
  padding-top: 5rem;
  padding-bottom: 6rem;
  text-align: center;
}

.footer .f-sns {
  margin-top: 20px;
}

.footer .f-sns .svg {
  height: 30px;
  margin: 0 5px;
}

.footer .copy-List li {
  position: relative;
  display: inline-block;
  margin-top: 20px;
  padding-left: 10px;
  margin-left: 10px;
}

.footer .copy-List li a {
  font-size: 13px;
}

.footer .copy-List li:before {
  content: "";
  display: block;
  width: 1px;
  height: 15px;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-60%);
}

.footer .copy-List li:first-child:before {
  display: none;
}

.m-navi-container,
.m-naviBtn {
  display: none;
}

.m-back-btn {
  display: none;
  position: absolute;
  top: 15px;
  left: 20px;
  z-index: 1;
}

.toast {
  min-width: 250px;
  margin-left: -125px;
  background-color: #333;
  color: white;
  text-align: center;
  border-radius: 2px;
  padding: 16px;
  position: fixed;
  z-index: 10;
  top: 40%;
  left: 50%;
  font-size: 17px;
  transition: opacity 0.5s linear, visibility 0.5s linear;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
}

.toast.show {
  visibility: visible;
  opacity: 1;
}

.btnGlobal {
  display: inline-block;
  width: 50px;
  height: 22px;
  font-size: 13px;
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 18px;
  background-image: url("../imgs/sub/icon_language.png");
  cursor: pointer;
  padding-left: 17px;
  line-height: 22px;
}

.globalWr {
  position: relative;
  display: inline-block;
  font-size: 0;
}

.globalWr .globalCont {
  display: none;
  position: absolute;
  left: 53%;
  top: 100%;
  transform: translateX(-50%);
  width: 60px;
  height: 89px;
  background: var(--gray09);
  padding: 12px 10px;
  border-radius: 0.5rem;
}

.globalWr.show .globalCont {
  display: block;
}

.globalWr .globalCont > ul > li:nth-child(1) {
  margin-top: -4px;
}

.globalWr .globalCont > ul > li {
  position: relative;
  width: 100%;
  height: auto;
  text-align: center;
  cursor: pointer;
}

.globalWr .globalCont > ul > li:nth-child(n + 2)::before {
  position: absolute;
  display: inline-block;
  top: -3px;
  left: 0px;
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--gray07);
}

.globalWr .globalCont > ul > li span {
  font-size: 13px;
  font-weight: 500;
  color: var(--gray01);
}

.member {
  text-align: left !important;
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 19px;
  background-image: url("../imgs/sub/ico_login.png");
  cursor: pointer;
  padding-left: 27px;
  line-height: 22px;
}

.m-lang {
  display: none;
}

.footer-kakao {
  text-align: right;
  margin-top: 15px;
}
