@import url(./reset.css);
@import url(./fonts.css);
@media (max-width: 996px) {
  .pc {
    display: none !important;
  }
}

@media (min-width: 996px) {
  .mo {
    display: none !important;
  }
}

.swiper-button-next {
  margin: 0;
  position: static;
  left: unset;
  bottom: unset;
  right: unset;
  top: unset;
  width: unset;
  height: unset;
}
.swiper-button-next svg {
  display: none;
}
.swiper-button-next.swiper-button-disabled {
  opacity: 1;
}

.swiper-button-prev {
  margin: 0;
  position: static;
  left: unset;
  bottom: unset;
  right: unset;
  top: unset;
  width: unset;
  height: unset;
}
.swiper-button-prev svg {
  display: none;
}
.swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  margin: 0;
  position: static;
  left: unset;
  bottom: unset;
  right: unset;
  top: unset;
  width: unset;
  height: unset;
}

.view {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s ease-in;
}
.view.view-on {
  opacity: 1;
  transform: translateY(0);
}

body * {
  font-family: "paper";
}
body.lock {
  overflow: hidden;
}

header {
  position: fixed;
  z-index: 99;
  width: 100%;
  top: 0;
  left: 50%;
  transition: all 0.2s ease-out;
  transform: translateX(-50%);
}
header * {
  font-family: "paper";
}
header .header-inner {
  display: flex;
  position: relative;
  z-index: 98;
  max-width: 1700px;
  padding: 20px 15px;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 996px) {
  header .header-inner {
    padding: 18px 15px;
  }
}
header .header-inner .left {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (max-width: 996px) {
  header .header-inner .left {
    gap: 10px;
  }
}
@media (max-width: 996px) {
  header .header-inner .left .logo {
    width: 80px;
  }
}
header .header-inner .left .logo img {
  display: block;
  width: 100%;
  transition: all 0.2s ease-out;
}
header .header-inner .left .prev-volume {
  display: flex;
  align-items: center;
  color: #fff;
  gap: 7px;
  font-weight: 700;
  transition: all 0.2s ease-out;
}
@media (max-width: 996px) {
  header .header-inner .left .prev-volume {
    font-size: 14px;
    gap: 4px;
  }
}
header .header-inner .left .prev-volume img {
  transition: all 0.2s ease-out;
}
@media (max-width: 996px) {
  header .header-inner .left .prev-volume img {
    width: 10px;
  }
}
header .header-inner .left .prev-volume span {
  font-size: inherit;
  font-family: inherit;
}
header .header-inner .gnb {
  display: flex;
  align-items: center;
  gap: 20px;
}
header .header-inner .gnb .btn {
  display: flex;
  align-items: center;
  font-size: 17px;
  color: #fff;
  gap: 10px;
  font-weight: 600;
  padding: 14px 23px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  transition: all 0.2s ease-out;
}
header .header-inner .gnb .btn img {
  transition: all 0.2s ease-out;
}
@media (max-width: 996px) {
  header .header-inner .gnb .btn {
    display: none;
  }
}
header .header-inner .gnb .btn:hover {
  background-color: #fff;
  border: 1px solid #fff;
  color: #000;
}
header .header-inner .gnb .btn:hover img {
  filter: brightness(0);
}
header .header-inner .gnb .btn span {
  font-size: inherit;
  font-weight: inherit;
}
header .header-inner .gnb .all-menu-btn {
  width: 31px;
  cursor: pointer;
  height: 23px;
  position: relative;
}
@media (max-width: 996px) {
  header .header-inner .gnb .all-menu-btn {
    width: 30px;
    height: 22px;
  }
}
header .header-inner .gnb .all-menu-btn span {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  transition: all 0.2s ease-out;
}
header .header-inner .gnb .all-menu-btn span:nth-child(1) {
  top: 0;
}
header .header-inner .gnb .all-menu-btn span:nth-child(2) {
  top: 50%;
  width: 61%;
  transform: translateY(-50%);
}
header .header-inner .gnb .all-menu-btn span:nth-child(3) {
  top: 100%;
}
header .header-inner .gnb .all-menu-btn:hover span:nth-child(2) {
  width: 100%;
}
header.scrolled:not(.active) {
  background-color: #fff;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
}
header.scrolled:not(.active) .header-inner .left .logo img {
  filter: brightness(0);
}
header.scrolled:not(.active) .header-inner .left .prev-volume {
  color: #000;
}
header.scrolled:not(.active) .header-inner .left .prev-volume img {
  filter: brightness(0);
}
header.scrolled:not(.active) .header-inner .all-menu-btn span {
  background-color: #000;
}
header.scrolled:not(.active) .header-inner .gnb .btn {
  color: #000;
  border: 1px solid #999;
}
header.scrolled:not(.active) .header-inner .gnb .btn:hover {
  background-color: #000;
  color: #fff;
  border: 1px solid #000;
}
header.scrolled:not(.active) .header-inner .gnb .btn:hover img {
  filter: brightness(1);
}
header.scrolled:not(.active) .header-inner .gnb .btn img {
  filter: brightness(0);
}
header.active .header-inner .gnb .all-menu-btn span:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(-135deg);
}
header.active .header-inner .gnb .all-menu-btn span:nth-child(2) {
  opacity: 0;
}
header.active .header-inner .gnb .all-menu-btn span:nth-child(3) {
  top: 50%;
  transform: translateY(-50%) rotate(135deg);
}
header.active .all-menu {
  opacity: 1;
  pointer-events: all;
}
header .all-menu {
  position: fixed;
  z-index: 97;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-image: url(../images/all-menu-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 110px;
  overflow: auto;
  opacity: 0;
  pointer-events: none;
  -ms-overflow-style: none;
}
@media (max-width: 996px) {
  header .all-menu {
    padding-top: 80px;
  }
}
header .all-menu::-webkit-scrollbar {
  display: none;
}
header .all-menu .all-menu-inner {
  width: 100%;
  margin: 0 auto;
  max-width: 1700px;
  padding: 0 15px;
}
header .all-menu .btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-bottom: 30px;
}
header .all-menu .btns .btn {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #fff;
  gap: 7px;
  font-weight: 600;
  padding: 10px 23px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 6px;
  transition: all 0.2s ease-out;
}
@media (max-width: 769px) {
  header .all-menu .btns .btn {
    flex: 1;
    justify-content: center;
  }
}
@media (min-width: 996px) {
  header .all-menu .btns .btn {
    display: none;
  }
}
header .all-menu .btns .btn.pdf img {
  width: 14px;
}
header .all-menu .btns .btn.prev img {
  width: 21px;
}
header .all-menu .btns .btn span {
  font-size: inherit;
  font-weight: inherit;
}
header .dep1 .title01 {
  font-size: 40px;
  font-family: "impact";
  color: #fff;
  margin-bottom: 22px;
}
@media (max-width: 996px) {
  header .dep1 .title01 {
    font-size: 21px;
  }
}
header .dep1 .title01 span {
  font-family: inherit;
}
@media (max-width: 996px) {
  header .dep1:last-child ul {
    padding-bottom: 100px;
  }
}
header .dep1 ul {
  display: flex;
  padding-bottom: 55px;
  margin-bottom: 55px;
  border-bottom: 1px solid #494949;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 996px) {
  header .dep1 ul {
    padding-bottom: 28px;
    margin-bottom: 28px;
  }
}
@media (max-width: 769px) {
  header .dep1 ul {
    gap: 18px;
  }
}
header .dep1 ul li {
  width: calc(20% - 16px);
}
@media (max-width: 996px) {
  header .dep1 ul li {
    width: calc(50% - 10px);
  }
}
@media (max-width: 769px) {
  header .dep1 ul li {
    width: 100%;
  }
}
header .dep1 ul li a {
  font-size: 22px;
  letter-spacing: -0.025em;
  color: #fff;
  line-height: 1.54;
  word-break: keep-all;
}
@media (max-width: 996px) {
  header .dep1 ul li a {
    font-size: 14px;
  }
}
header .dep1 ul li a h3 {
  font-size: 35px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  margin-bottom: 10px;
}
@media (max-width: 996px) {
  header .dep1 ul li a h3 {
    font-size: 20px;
  }
}
header .dep1 ul li a b {
  display: block;
  font-weight: 700;
}
header .dep1.color1 .title01 span {
  color: #165cff;
}
header .dep1.color1 ul li a b {
  color: #7ba3ff;
}
header .dep1.color2 .title01 span {
  color: #f2505f;
}
header .dep1.color2 ul li a b {
  color: #ff7885;
}
header .dep1.color3 .title01 span {
  color: #6350f2;
}
header .dep1.color3 ul li a b {
  color: #9587ff;
}
header .dep1:last-child ul {
  border-bottom: 0;
  margin-bottom: 0;
}

.subbody header {
  background-color: #fff;
}
.subbody header .header-inner .left .logo img {
  filter: brightness(0);
}
.subbody header .header-inner .left .prev-volume {
  color: #000;
}
.subbody header .header-inner .left .prev-volume img {
  filter: brightness(0);
}
.subbody header .header-inner .all-menu-btn span {
  background-color: #000;
}
.subbody header .header-inner .gnb .btn {
  color: #000;
  border: 1px solid #999;
}
.subbody header .header-inner .gnb .btn:hover {
  background-color: #000;
  color: #fff;
  border: 1px solid #000;
}
.subbody header .header-inner .gnb .btn:hover img {
  filter: brightness(1);
}
.subbody header .header-inner .gnb .btn img {
  filter: brightness(0);
}
.subbody header.active {
  background-color: #000;
}
.subbody header.active .header-inner .left .logo img {
  filter: brightness(1);
}
.subbody header.active .header-inner .left .prev-volume {
  color: #fff;
}
.subbody header.active .header-inner .left .prev-volume img {
  filter: brightness(1);
}
.subbody header.active .header-inner .all-menu-btn span {
  background-color: #fff;
}
.subbody header.active .header-inner .gnb .btn {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.subbody header.active .header-inner .gnb .btn:hover {
  background-color: #fff;
  border: 1px solid #fff;
  color: #000;
}
.subbody header.active .header-inner .gnb .btn:hover img {
  filter: brightness(0);
}
.subbody header.active .header-inner .gnb .btn img {
  filter: brightness(1);
}
.subbody footer {
  margin-top: 100px;
}
@media (max-width: 996px) {
  .subbody footer {
    margin-top: 60px;
  }
}

.wing {
  position: fixed;
  display: flex;
  flex-direction: column;
  gap: 19px;
  left: 50%;
  bottom: 300px;
  margin-left: 630px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.2s ease-out;
  transform: translateY(10px);
}
.wing.scroll {
  opacity: 1;
  transform: translateY(0);
  pointer-events: all;
}
@media (max-width: 1450px) {
  .wing {
    margin-left: 0;
    left: unset;
    right: 15px;
  }
}
@media (max-width: 996px) {
  .wing {
    gap: 12px;
  }
}
.wing > div {
  cursor: pointer;
}
@media (max-width: 996px) {
  .wing > div img {
    width: 43px;
  }
}

footer {
  max-width: 1920px;
  margin: 0 auto;
  padding: 85px 0;
  background-color: #242e5b;
}
@media (max-width: 996px) {
  footer {
    padding: 52px 0 90px;
  }
}
footer .footer-inner {
  width: 100%;
  max-width: 1670px;
  margin: 0 auto;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 996px) {
  footer .footer-inner {
    flex-direction: column;
  }
}
footer .footer-inner .left {
  display: flex;
  gap: 26px;
  align-items: center;
}
@media (max-width: 996px) {
  footer .footer-inner .left {
    gap: 20px;
  }
}
@media (max-width: 996px) {
  footer .footer-inner .left .logo {
    width: 105px;
  }
}
@media (max-width: 996px) {
  footer .footer-inner .left {
    flex-direction: column;
  }
}
footer .footer-inner .left p {
  color: #fff;
  line-height: 1.76;
  font-size: 17px;
}
@media (max-width: 996px) {
  footer .footer-inner .left p {
    text-align: center;
    font-size: 12px;
  }
}
footer .footer-inner .left p span {
  display: inline-block;
  width: 2px;
}
@media (max-width: 996px) {
  footer .footer-inner .left p span.mobr {
    display: block;
  }
}
@media (max-width: 1600px) {
  footer .footer-inner .left p span.dep1 {
    display: block;
  }
}
footer .footer-inner .sns {
  display: flex;
  gap: 16px;
}
@media (max-width: 996px) {
  footer .footer-inner .sns {
    margin-top: 28px;
  }
}
footer .footer-inner .sns a {
  width: 42px;
  height: 42px;
  background-color: #08263e;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 996px) {
  footer .footer-inner .sns a {
    width: 36px;
    height: 36px;
  }
}