#headerBox {
  position: fixed;
  width: 100%;
  z-index: 998;
}
#headerBox header {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#headerBox header .logoBox {
  background: rgba(253, 209, 8, 0.85);
  padding: 9px 30px 9px 24px;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 0 0 10px 10px;
  margin-left: 93px;
}
@media (max-width: 767px) {
  #headerBox header .logoBox {
    margin-left: 0px;
    border-radius: 0 0 10px 0px;
  }
}
#headerBox header .logoBox img {
  width: 150px;
}
@media (max-width: 1024px) {
  #headerBox header .logoBox img {
    width: 61px;
  }
}
#headerBox header nav {
  transition: top 1s;
}
@media (max-width: 1024px) {
  #headerBox header nav {
    position: absolute;
    z-index: 999;
    width: 100%;
  }
}
#headerBox header nav .navBox {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 20px 40px 30px 40px;
  border-radius: 0 0 0px 10px;
}
#headerBox header nav .navBox .linksBox {
  display: flex;
  gap: 10px;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  justify-content: end;
  margin: 0 10px 15px 0;
}
@media (max-width: 1024px) {
  #headerBox header nav .navBox .linksBox {
    justify-content: center;
    margin-right: 0;
  }
}
#headerBox header nav .navBox .linksBox div {
  color: #fff;
}
#headerBox header nav .navBox .linksBox .nav-link {
  color: #fff;
}
#headerBox header nav .navBox .list {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 1024px) {
  #headerBox header nav .navBox .list {
    flex-wrap: wrap;
    border-radius: 0;
  }
}
#headerBox header nav .navBox .list .item {
  color: #fff;
  font-size: 21px;
  line-height: 1;
  letter-spacing: 0.5em;
  text-align: center;
}
@media (max-width: 1024px) {
  #headerBox header nav .navBox .list .item {
    letter-spacing: 0.08em;
  }
}
#headerBox header nav .navBox .list a {
  width: 100%;
}
@media (max-width: 1024px) {
  #headerBox header nav .navBox .list a {
    width: 100%;
  }
}
#headerBox header nav .navBox .list .border {
  color: rgba(253, 209, 8, 0.85);
  font-size: 16px;
}
@media (max-width: 1024px) {
  #headerBox header nav .navBox .list .border {
    display: none;
  }
}
#headerBox header nav .burger {
  cursor: pointer;
  padding: 12px 14px;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 0 0 5px 5px;
  width: 52px;
  flex-wrap: wrap;
  gap: 7px;
  position: absolute;
  right: 18px;
  display: none;
  height: 41px;
}
@media (max-width: 1024px) {
  #headerBox header nav .burger {
    display: flex;
  }
}
#headerBox header nav .burger div {
  height: 1px;
  width: 24px;
  background: #fff;
  position: absolute;
}
#headerBox header nav .burger #burger1 {
  top: 12px;
  transition: transform 0.4s;
}
#headerBox header nav .burger #burger2 {
  opacity: 1;
  top: 20px;
}
#headerBox header nav .burger #burger3 {
  top: 28px;
  transition: transform 0.4s;
}
@media (max-width: 1024px) {
  #headerBox header .show {
    top: 0px;
  }
}
#headerBox header .hide {
  top: -159px;
}
@media (max-width: 1024px) {
  #headerBox header .hide {
    top: -210px;
  }
}

.crumbs {
  position: absolute;
  z-index: 99;
  top: 110px;
  right: 50px;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
}
@media (max-width: 1024px) {
  .crumbs {
    right: auto;
    top: 55px;
    padding: 0 10px;
  }
}
.crumbs a {
  color: #fff;
  text-decoration: underline;
}
.crumbs .breadcrumb-brick {
  text-decoration: none;
}

.hidden {
  display: none !important;
}

#subMenuBox {
  position: fixed;
  z-index: 998;
  right: 0;
  bottom: -530px;
  transition: bottom 0.7s;
  width: 600px;
}
@media (max-width: 767px) {
  #subMenuBox {
    width: 320px;
    bottom: -324px;
  }
}
#subMenuBox .subMenu #menuArrow {
  margin: 0 auto;
  width: 55px;
  margin-bottom: 10px;
  transform: scaleY(-1);
  cursor: pointer;
}
@media (max-width: 767px) {
  #subMenuBox .subMenu #menuArrow {
    width: 21px;
    margin-bottom: 5px;
  }
}
#subMenuBox .subMenu .nowPage {
  border-radius: 10px 0 0 0;
  background: rgba(35, 24, 21, 0.9);
  padding: 20px 0;
  font-size: 28px;
  color: #FDD108;
  text-align: center;
  line-height: 1;
}
@media (max-width: 767px) {
  #subMenuBox .subMenu .nowPage {
    font-size: 16px;
    padding: 10px 0;
  }
}
#subMenuBox .subMenu .itemBox {
  border-radius: 10px 0 0 0;
  background: rgba(35, 24, 21, 0.9);
  padding: 10px 36px 0 36px;
  height: 520px;
  overflow-y: scroll;
}
@media (max-width: 767px) {
  #subMenuBox .subMenu .itemBox {
    padding: 0px 15px 0 15px;
    height: 322px;
  }
}
#subMenuBox .subMenu .itemBox::-webkit-scrollbar {
  width: 5px;
}
#subMenuBox .subMenu .itemBox::-webkit-scrollbar-thumb {
  background-color: #fdd108;
  border-radius: 10px;
}
#subMenuBox .subMenu .itemBox::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.7);
}
#subMenuBox .subMenu .itemBox .item {
  color: #fff;
  padding: 12px 0;
  text-align: center;
  line-height: 1;
  font-size: 21px;
  border-bottom: 1px solid rgba(253, 209, 8, 0.85);
}
@media (max-width: 767px) {
  #subMenuBox .subMenu .itemBox .item {
    font-size: 12px;
    padding: 8px 0;
  }
}
#subMenuBox .subMenu .itemBox .other {
  border: none;
  color: #898989;
}

#footerBox,
#footerBoxM {
  position: relative;
}
#footerBox .socialBox,
#footerBoxM .socialBox {
  position: absolute;
  top: -45px;
  right: 20px;
  display: flex;
  gap: 20px;
}
#footerBox .socialBox img,
#footerBoxM .socialBox img {
  width: auto;
  height: 35px;
  filter: drop-shadow(2px 1px 2px rgba(0, 0, 0, 0.3));
}
#footerBox footer,
#footerBoxM footer {
  background: #231815;
  padding: 20px 160px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  #footerBox footer,
  #footerBoxM footer {
    flex-wrap: wrap;
    gap: 30px;
  }
}
@media (max-width: 767px) {
  #footerBox footer,
  #footerBoxM footer {
    padding: 10px 20px;
    gap: 20px;
  }
}
#footerBox footer .textBox,
#footerBoxM footer .textBox {
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
}
@media (max-width: 767px) {
  #footerBox footer .textBox,
  #footerBoxM footer .textBox {
    font-size: 12px;
  }
}
#footerBox footer .ccess,
#footerBoxM footer .ccess {
  width: 175px;
}
@media (max-width: 767px) {
  #footerBox footer .ccess,
  #footerBoxM footer .ccess {
    width: 125px;
  }
}
#footerBox footer .ccess img,
#footerBoxM footer .ccess img {
  width: 100%;
}

#footerBoxM {
  display: none;
}
@media (max-width: 1024px) {
  #footerBoxM {
    display: block;
  }
}/*# sourceMappingURL=share.css.map */