@import "https://fonts.googleapis.com/css2?family=Nanum+Myeongjo&display=swap";
@keyframes upDown {
  0% {
    top: 0px;
  }
  100% {
    top: 37px;
  }
}
.blind {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  border: 0;
  clip: rect(0, 0, 0, 0);
}

.skip-nav {
  z-index: 5100;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: -100%;
  width: 100%;
}
.skip-nav .skip {
  padding: 1rem;
  flex-basis: 50%;
  text-align: center;
  background-color: #fff;
}
.skip-nav .skip:focus {
  color: #fff;
  background-color: #a7a7a7;
}

.skip-nav.active {
  top: 0;
}

.inner {
  margin: 0 auto;
  width: 1720px;
  max-width: 100%;
}

.header-wrap {
  z-index: 5000;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  transition: all 0.5s;
}

.header-wrap.active {
  background: #ffffff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}
.header-wrap.active:before {
  width: 100%;
}
.header-wrap.active .header .logo > a {
  background: url("../img/common/logo_on.svg") no-repeat center/contain;
}
.header-wrap.active .header .gnb > li > a {
  color: #222;
}
.header-wrap.active .header .language .ico {
  background: url("../img/common/ic_globe.svg") no-repeat center/contain;
}
.header-wrap.active .header .language .btn button:after {
  background: #000;
  opacity: 0.5;
}
.header-wrap.active .header .language .btn button span {
  color: #000;
}
.header-wrap.active .header .allmenu button i {
  background: url("../img/common/ic_allmenu.svg") no-repeat center/contain;
}

.header-wrap.fixed {
  background: #ffffff;
  box-shadow: 0 0 10px rgB(0 0 0/8%);
}
.header-wrap.fixed .header .logo > a {
  background: url("../img/common/logo_on.svg") no-repeat center/contain;
}
.header-wrap.fixed .header .gnb > li > a {
  color: #000;
}
.header-wrap.fixed .header .language .ico {
  background: url("../img/common/ic_globe.svg") no-repeat center/contain;
}
.header-wrap.fixed .header .language .btn button:after {
  background: #000;
  opacity: 0.5;
}
.header-wrap.fixed .header .language .btn button span {
  color: #000;
}
.header-wrap.fixed .header .allmenu button i {
  background: url("../img/common/ic_allmenu.svg") no-repeat center/contain;
}

.header {
  padding: 0 2rem;
}
.header .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 8rem;
}
.header .logo {
  position: absolute;
  z-index: 5;
  top: 2.4rem;
  left: 50%;
  width: 10.4rem;
  height: auto;
  aspect-ratio: 104/24;
  transform: translateX(-50%);
}
.header .logo > a {
  display: block;
  background: url("../img/common/logo.svg") no-repeat center/contain;
  width: 100%;
  height: 100%;
}
.header .nav {
  display: flex;
}
.header .gnb {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.header .gnb > li {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
  text-align: center;
}
.header .gnb > li > a {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1.5rem;
  line-height: 8rem;
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
  transition: all 0.3s;
}
.header .gnb > li.on .lnb {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.header .lnb {
  position: absolute;
  top: 9rem;
  left: 50%;
  min-width: 10.5rem;
  padding: 1rem;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  pointer-events: none;
  transform: translateX(-50%);
}
.header .lnb:before {
  content: "";
  position: absolute;
  top: -2rem;
  left: 0;
  width: 100%;
  height: 2rem;
  background: transparent;
}
.header .lnb > li {
  margin: 0 0 0.5rem;
}
.header .lnb > li:last-of-type {
  margin-bottom: 0;
}
.header .lnb > li > a {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 2rem;
  font-size: 1.6rem;
  font-weight: 400;
  color: #222;
  text-align: center;
  white-space: nowrap;
}
.header .lnb > li > a:hover {
  text-decoration: underline;
}
.header .language {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.header .language .ico {
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  background: url("../img/common/ic_globe_w.svg") no-repeat center/contain;
  cursor: pointer;
}
.header .language .btn {
  position: absolute;
  z-index: 2;
  top: 6rem;
  left: 50%;
  min-width: 9.2rem;
  transform: translateX(-50%);
  background: #fff;
  display: flex;
  flex-direction: column;
  padding: 1rem;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 0 10px rgB(0 0 0/8%);
}
.header .language .btn button {
  margin: 0 0 0.5rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.header .language .btn button:last-of-type {
  margin-bottom: 0;
}
.header .language .btn button span {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #222;
  opacity: 0.5;
  text-align: center;
}
.header .language .btn button:hover span {
  opacity: 1;
}
.header .language.active .btn {
  opacity: 1;
  visibility: visible;
}
.header .allmenu {
  display: none;
}
.header .allmenu button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.header .allmenu button i {
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  background: url("../img/common/ic_allmenu_w.svg") no-repeat center/contain;
}

.footer {
  position: relative;
  width: 100%;
  padding: 7rem 0;
  background: #222;
}
.footer .logo {
  margin: 0 0 3rem 0;
  position: relative;
  z-index: 5;
  display: block;
  width: 10.4rem;
  height: 2.4rem;
  aspect-ratio: 104/24;
  background: url("../img/common/logo.svg") no-repeat center/contain;
}
.footer .info {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.footer .info div {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  line-height: 1.2;
  font-size: 1.6rem;
  font-weight: 300;
  color: #777;
}
.footer .cite {
  margin: 3rem 0 0;
  padding: 3rem 0 0;
  line-height: 1;
  font-size: 1.6rem;
  font-weight: 300;
  color: #777;
  text-align: right;
  border-top: 1px solid rgba(172, 172, 172, 0.5);
}

.content-wrap.main .title-box {
  margin: 0 0 8rem 0;
  text-align: center;
}
.content-wrap.main .title-box .label {
  line-height: 3.6rem;
  font-size: 2rem;
  font-weight: 800;
  color: #21306b;
  font-family: "Nanum Myeongjo", serif;
}
.content-wrap.main .title-box .title {
  line-height: 5rem;
  font-size: 4rem;
  font-weight: 600;
  color: #222;
}
.content-wrap.main .title-box .desc {
  margin: 3rem 0 0;
  line-height: 3.6rem;
  font-size: 2.6rem;
  font-weight: 400;
  color: #222;
}
.content-wrap.main .title-box .more {
  margin: 3rem 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.content-wrap.main .title-box .more a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 13.6rem;
  height: 3.6rem;
  font-size: 1.6rem;
  color: #23106b;
  border: 1px solid #21306b;
  transition: all 0.3s;
}
.content-wrap.main .title-box .more a:hover {
  background: #21306b;
  color: #fff;
}
.content-wrap.main .sec-1 {
  position: relative;
  height: 97.6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.content-wrap.main .sec-1 .txt-box {
  position: relative;
  z-index: 2;
  line-height: 1.2;
  font-size: 8rem;
  font-weight: 400;
  color: #fff;
  text-align: center;
  font-family: "Nanum Myeongjo", serif;
}
.content-wrap.main .sec-1 .img-box {
  position: absolute;
  z-index: 1;
  inset: 0;
}
.content-wrap.main .sec-1 .img-box:before {
  content: "";
  position: absolute;
  inset: 0;
  background: #000;
  opacity: 0.4;
}
.content-wrap.main .sec-1 .img-box img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.content-wrap.main .sec-1 .scroll-box {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.content-wrap.main .sec-1 .scroll-box span {
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
}
.content-wrap.main .sec-1 .scroll-box i {
  position: relative;
  width: 0.2rem;
  height: 7rem;
  background: rgba(255, 255, 255, 0.5);
}
.content-wrap.main .sec-1 .scroll-box i:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3.3rem;
  background: #fff;
  transition: all 0.3s;
  animation: upDown 1s ease-in-out infinite alternate;
}
.content-wrap.main .sec-2 {
  position: relative;
  padding: 10rem 0 0;
  background: #FFFCF6;
  overflow: hidden;
}
.content-wrap.main .sec-2 .img-box {
  width: 100%;
  height: 59rem;
}
.content-wrap.main .sec-2 .img-box img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.content-wrap.main .sec-3 {
  position: relative;
  padding: 10rem 0;
  background: #FFFCF6;
  overflow: hidden;
}
.content-wrap.main .sec-3 .title-box {
  margin: 0 0 15rem;
}
.content-wrap.main .sec-3 .list-box .slider .swiper-slide {
  position: relative;
  width: 38.6rem;
  height: 49.5rem;
  border-radius: 5rem 20rem 5rem 5rem;
  background: #f9f4e9;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.content-wrap.main .sec-3 .list-box .slider .swiper-slide:not(.swiper-slide-active) {
  opacity: 0.3;
}
.content-wrap.main .sec-3 .list-box .slider .swiper-slide:not(.swiper-slide-active) .con {
  padding: 0 0 0 calc(50% - 10rem);
  opacity: 0;
  visibility: hidden;
}
.content-wrap.main .sec-3 .list-box .slider .swiper-pagination {
  position: static;
  margin: 6rem 0 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.content-wrap.main .sec-3 .list-box .slider .swiper-pagination-bullet {
  margin: 0;
  width: 1rem;
  height: 1rem;
  background: #ededed;
  opacity: 1;
  border-radius: 1rem;
  transition: all 0.3s;
}
.content-wrap.main .sec-3 .list-box .slider .swiper-pagination-bullet-active {
  background: #21306b;
  width: 2rem;
}
.content-wrap.main .sec-3 .list-box .slider .img {
  position: absolute;
  top: calc(50% - 3rem);
  left: -50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.content-wrap.main .sec-3 .list-box .slider .con {
  position: relative;
  z-index: 2;
  padding: 0 0 0 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  transition: all 0.6s;
  opacity: 1;
  visibility: visible;
  transition-delay: 0.15s;
}
.content-wrap.main .sec-3 .list-box .slider .name {
  line-height: 5rem;
  font-size: 4rem;
  font-weight: 600;
  color: #222;
  white-space: nowrap;
}
.content-wrap.main .sec-3 .list-box .slider .spec {
  margin: 1rem 0 0;
  line-height: 3.6rem;
  font-size: 2.6rem;
  font-weight: 400;
  color: #222;
  min-width: 44rem;
}
.content-wrap.main .sec-3 .list-box .slider .more {
  margin: 1.6rem 0 0;
}
.content-wrap.main .sec-3 .list-box .slider .more a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 13.6rem;
  height: 3.6rem;
  font-size: 1.6rem;
  color: #23106b;
  border: 1px solid #21306b;
  transition: all 0.3s;
}
.content-wrap.main .sec-3 .list-box .slider .more a:hover {
  background: #21306b;
  color: #fff;
}
.content-wrap.main .sec-4 {
  position: relative;
  padding: 2rem;
  height: 40rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}
.content-wrap.main .sec-4 .bg-box {
  position: absolute;
  z-index: 1;
  inset: 0;
}
.content-wrap.main .sec-4 .bg-box:before {
  content: "";
  position: absolute;
  inset: 0;
  background: #000;
  opacity: 0.4;
}
.content-wrap.main .sec-4 .bg-box img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.content-wrap.main .sec-4 .txt-box {
  position: relative;
  z-index: 2;
}
.content-wrap.main .sec-4 .txt-box .title {
  line-height: 4.5rem;
  font-size: 4rem;
  font-weight: 700;
  color: #fff;
  font-family: "Nanum Myeongjo", serif;
}
.content-wrap.main .sec-4 .txt-box .more {
  margin: 3rem 0 0 0;
}
.content-wrap.main .sec-4 .txt-box .more a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 17.7rem;
  height: 3.6rem;
  font-size: 1.6rem;
  color: #fff;
  border: 1px solid #fff;
  transition: all 0.3s;
}
.content-wrap.main .sec-4 .txt-box .more a:hover {
  border-color: #21306b;
  background: #21306b;
  color: #fff;
}

.content-wrap.sub .subvisual-wrap {
  position: relative;
  padding: 26rem 0 5rem;
  background: #e0e0e0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.content-wrap.sub .subvisual-wrap .title {
  position: relative;
  z-index: 2;
  line-height: 1;
  font-size: 8rem;
  font-weight: 400;
  color: #fff;
  word-break: break-word;
  font-family: "Nanum Myeongjo", serif;
}
.content-wrap.sub .subvisual-wrap .navi {
  position: relative;
  z-index: 2;
  margin: 4rem 0 0 0;
  display: inline-flex;
  gap: 2rem;
  padding: 1rem;
  border-radius: 5rem;
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(4px);
}
.content-wrap.sub .subvisual-wrap .navi a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1rem;
  height: 4rem;
  font-size: 1.8rem;
  font-weight: 500;
  color: #777;
  border-radius: 4rem;
}
.content-wrap.sub .subvisual-wrap .navi a:hover {
  color: #21306B;
}
.content-wrap.sub .subvisual-wrap .navi a.on {
  background: #21306B;
  color: #fff;
}
.content-wrap.sub .subvisual-wrap .navi a.on:hover {
  color: #fff;
}
.content-wrap.sub .subvisual-wrap .bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.content-wrap.sub .subvisual-wrap .bg:before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
}
.content-wrap.sub .subvisual-wrap .bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.content-wrap.sub .subvisual-wrap .bg.blue:before {
  background: rgba(29, 31, 151, 0.2);
}
.content-wrap.sub .title-box {
  margin: 0 0 7rem;
  text-align: center;
}
.content-wrap.sub .title-box .title {
  padding: 0 0 2rem;
  line-height: 4.6rem;
  font-size: 3.6rem;
  font-weight: 700;
  color: #21306B;
  font-family: "Nanum Myeongjo", serif;
  border-bottom: 1px solid #efe6dd;
}
.content-wrap.sub .about-wrap {
  position: relative;
  padding: 10rem 0;
  background: #FFFCF6;
}
.content-wrap.sub .about-wrap .flex-box {
  display: flex;
  gap: 6rem;
}
.content-wrap.sub .about-wrap .img-box {
  width: 60rem;
  max-width: 100%;
  height: auto;
  aspect-ratio: 60/76;
}
.content-wrap.sub .about-wrap .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.content-wrap.sub .about-wrap .txt-box {
  width: 106rem;
  max-width: 100%;
}
.content-wrap.sub .about-wrap .txt-box .tit {
  margin: 0 0 3rem;
  line-height: 5rem;
  font-size: 4rem;
  font-weight: 600;
  color: #222;
}
.content-wrap.sub .about-wrap .txt-box .txt {
  line-height: 3.6rem;
  font-size: 2.6rem;
  color: #222;
}
.content-wrap.sub .about-wrap .txt-box .txt p {
  display: block;
  margin: 0 0 3.6rem;
}
.content-wrap.sub .location-wrap {
  position: relative;
  padding: 10rem 0;
  background: #FFFCF6;
}
.content-wrap.sub .location-wrap .flex-box {
  display: flex;
  gap: 6rem;
  padding: 0 15rem;
}
.content-wrap.sub .location-wrap .txt-box {
  width: 70rem;
  max-width: 100%;
  height: auto;
}
.content-wrap.sub .location-wrap .txt-box .tit {
  margin: 0 0 3rem;
  line-height: 5rem;
  font-size: 4rem;
  font-weight: 600;
  color: #222;
}
.content-wrap.sub .location-wrap .txt-box .txt {
  line-height: 3.6rem;
  font-size: 2.6rem;
  color: #222;
}
.content-wrap.sub .location-wrap .txt-box .txt dl {
  padding: 2rem 0;
}
.content-wrap.sub .location-wrap .txt-box .txt dt {
  margin: 0 0 1rem;
  line-height: 1;
  font-size: 1.6rem;
  oclor: #777;
}
.content-wrap.sub .location-wrap .txt-box .txt dd {
  line-height: 1;
  font-size: 2rem;
  font-weight: 600;
  color: #222;
}
.content-wrap.sub .location-wrap .img-box {
  width: 66rem;
  max-width: 100%;
  height: auto;
  aspect-ratio: 66/45;
}
.content-wrap.sub .location-wrap .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.content-wrap.sub .catalog-wrap {
  position: relative;
  padding: 10rem 0;
  background: #FFFCF6;
}
.content-wrap.sub .catalog-wrap .flex-box {
  display: flex;
  gap: 6rem;
}
.content-wrap.sub .catalog-wrap .list-box {
  position: relative;
  width: 44rem;
  max-height: 84rem;
  overflow: hidden;
  overflow-y: auto;
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 10px rgba(110, 83, 29, 0.2);
}
.content-wrap.sub .catalog-wrap .list-box .search {
  padding: 2rem 2.5rem;
  background: #fffefb;
  position: sticky;
  top: 0;
}
.content-wrap.sub .catalog-wrap .list-box .search .form {
  display: flex;
  border: 1px solid #ddd;
}
.content-wrap.sub .catalog-wrap .list-box .search .inp {
  flex: 1;
}
.content-wrap.sub .catalog-wrap .list-box .search .inp input {
  display: block;
  width: 100%;
  height: 4rem;
  padding: 1rem;
  font-size: 1.6rem;
  color: #777;
}
.content-wrap.sub .catalog-wrap .list-box .search .btn {
  flex: 0 0 auto;
}
.content-wrap.sub .catalog-wrap .list-box .search .btn button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1rem;
  background: #21306b;
  height: 4rem;
  font-size: 1.6rem;
  color: #fff;
  gap: 1rem;
}
.content-wrap.sub .catalog-wrap .list-box .search .btn button i {
  width: 2.4rem;
  height: 2.4rem;
  background: url("../img/common/ic_search.svg") no-repeat center/contain;
}
.content-wrap.sub .catalog-wrap .list-box .list li .catal-btn {
  padding: 1rem 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  gap: 1rem;
  height: 100px;
}
.content-wrap.sub .catalog-wrap .list-box .list li .catal-btn .name {
  line-height: 3.6rem;
  font-size: 2.6rem;
  font-weight: 600;
  color: #222;
}
.content-wrap.sub .catalog-wrap .list-box .list li .catal-btn .page {
  line-height: 3rem;
  font-size: 2rem;
  font-weight: 400;
  color: #222;
}
.content-wrap.sub .catalog-wrap .list-box .list li .catal-btn.on {
  background: #21306b;
}
.content-wrap.sub .catalog-wrap .list-box .list li .catal-btn.on .name {
  color: #fff;
}
.content-wrap.sub .catalog-wrap .list-box .list li .catal-btn.on .page {
  color: #fff;
}
.content-wrap.sub .catalog-wrap .list-box li.two-page .catal-btn:last-child {
  display: none;
}
.content-wrap.sub .catalog-wrap .view-box {
  width: 122rem;
  max-width: 100%;
}
.content-wrap.sub .catalog-wrap .view-box .img-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.6);
}
.content-wrap.sub .catalog-wrap .view-box .img-box .image {
  position: relative;
  width: 100%;
  height: 84rem;
  overflow: hidden;
}
.content-wrap.sub .catalog-wrap .view-box .img-box .image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  transform-origin: center center;
  transition: all 0.5s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
.content-wrap.sub .catalog-wrap .view-box .img-box .prev {
  position: absolute;
  top: 50%;
  left: -2.25rem;
  transform: translateY(-50%) rotate(-180deg);
  width: 4.5rem;
  height: 4.5rem;
  background: url("../img/common/ic_slider_arrow.svg") no-repeat center/contain;
  cursor: pointer;
}
.content-wrap.sub .catalog-wrap .view-box .img-box .next {
  position: absolute;
  top: 50%;
  right: -2.25rem;
  transform: translateY(-50%);
  width: 4.5rem;
  height: 4.5rem;
  background: url("../img/common/ic_slider_arrow.svg") no-repeat center/contain;
  cursor: pointer;
}
.content-wrap.sub .catalog-wrap .view-box .img-box.dragging {
  cursor: grabbing;
}
.content-wrap.sub .catalog-wrap .view-box .caution-box {
  margin: 2rem 0 0 0;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  color: #21306b;
}
.content-wrap.sub .catalog-wrap .download-box ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 2rem;
}
.content-wrap.sub .catalog-wrap .download-box li {
  border: 1px solid #cdcdcd;
  background: #fff;
  padding: 3rem;
}
.content-wrap.sub .catalog-wrap .download-box li .title {
  margin: 0 0 1rem;
  line-height: 1.2;
  font-size: 2.6rem;
  font-weight: 600;
  color: #222;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.content-wrap.sub .catalog-wrap .download-box li .text {
  margin: 0 0 2rem;
  line-height: 1.2;
  font-size: 2rem;
  font-weight: 500;
  color: #777;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.content-wrap.sub .catalog-wrap .download-box li .down {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.content-wrap.sub .catalog-wrap .download-box li .down a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  height: 4rem;
  padding: 0 2rem;
  border: 1px solid #21306B;
  font-size: 1.6rem;
  color: #21306b;
  transition: all 0.3s;
}
.content-wrap.sub .catalog-wrap .download-box li .down a i {
  flex: 0 0 auto;
  width: 2rem;
  height: 2rem;
  background: url("../img/common/ic_download.svg") no-repeat center/contain;
}
.content-wrap.sub .catalog-wrap .download-box li .down a:hover {
  color: #fff;
  background: #21306b;
}
.content-wrap.sub .catalog-wrap .download-box li .down a:hover i {
  background: url("../img/common/ic_download_on.svg") no-repeat center/contain;
}
.content-wrap.sub .notices-wrap {
  position: relative;
  padding: 10rem 0;
}
.content-wrap.sub .notices-wrap .search-box {
  margin: 0 0 5rem;
}
.content-wrap.sub .notices-wrap .search-box .form {
  display: flex;
  border: 1px solid #ddd;
  width: 45rem;
  max-width: 100%;
  margin: 0 auto;
}
.content-wrap.sub .notices-wrap .search-box .inp {
  flex: 1;
}
.content-wrap.sub .notices-wrap .search-box .inp input {
  display: block;
  width: 100%;
  height: 4rem;
  padding: 1rem;
  font-size: 1.6rem;
  color: #777;
  background: #fff;
}
.content-wrap.sub .notices-wrap .search-box .btn {
  flex: 0 0 auto;
}
.content-wrap.sub .notices-wrap .search-box .btn button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1rem;
  background: #21306b;
  height: 4rem;
  font-size: 1.6rem;
  color: #fff;
  gap: 1rem;
}
.content-wrap.sub .notices-wrap .search-box .btn button i {
  width: 2.4rem;
  height: 2.4rem;
  background: url("../img/common/ic_search.svg") no-repeat center/contain;
}
.content-wrap.sub .notices-wrap .list-box {
  overflow: hidden;
  overflow-x: auto;
}
.content-wrap.sub .notices-wrap .list-box .list ul {
  border-bottom: 1px solid #efe6dd;
  display: flex;
  align-items: center;
  width: 100%;
  height: 6.7rem;
  gap: 1rem;
}
.content-wrap.sub .notices-wrap .list-box .list li {
  font-size: 1.6rem;
  text-align: center;
}
.content-wrap.sub .notices-wrap .list-box .list-head {
  height: 6.7rem;
  display: flex;
  align-items: center;
  border-top: 2px solid #21306b;
}
.content-wrap.sub .notices-wrap .list-box .list-head .list-item {
  font-weight: 600;
  color: #222;
}
.content-wrap.sub .notices-wrap .list-box .list-body .list-item {
  font-weight: 400;
  color: #777;
}
.content-wrap.sub .notices-wrap .list-box .list-item.number {
  width: 9rem;
}
.content-wrap.sub .notices-wrap .list-box .list-item.title {
  width: 100%;
}
.content-wrap.sub .notices-wrap .list-box .list-item.title a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-align: left;
}
.content-wrap.sub .notices-wrap .list-box .list-item.title a:hover {
  color: #222;
  text-decoration: underline;
}
.content-wrap.sub .notices-wrap .list-box .list-item.author {
  width: 15rem;
}
.content-wrap.sub .notices-wrap .list-box .list-item.date {
  width: 15rem;
}
.content-wrap.sub .notices-wrap .view-box .view-head {
  padding: 2.4rem 2rem;
  border-top: 2px solid #21306b;
  border-bottom: 1px solid #efe6dd;
}
.content-wrap.sub .notices-wrap .view-box .view-head .title {
  line-height: 2.4rem;
  font-size: 2rem;
  font-weight: 500;
  color: #222;
}
.content-wrap.sub .notices-wrap .view-box .view-head .info {
  display: flex;
  flex-wrap: wrap;
  margin: 1rem 0 0;
  line-height: 1.4rem;
  font-size: 1.2rem;
  font-weight: 500;
  color: #777;
}
.content-wrap.sub .notices-wrap .view-box .view-body {
  padding: 5rem 2rem;
  line-height: 1.9rem;
  font-size: 1.6rem;
  font-weight: 500;
  color: #222;
  border-bottom: 1px solid #efe6dd;
}
.content-wrap.sub .notices-wrap .view-box .view-post dl {
  display: flex;
  align-items: center;
  padding: 2.4rem 2rem;
  border-bottom: 1px solid #efe6dd;
  gap: 2rem;
}
.content-wrap.sub .notices-wrap .view-box .view-post dl dt {
  flex: 0 0 auto;
  width: 13.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  font-size: 1.6rem;
  font-weight: 500;
  color: #777;
}
.content-wrap.sub .notices-wrap .view-box .view-post dl dt:after {
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  background: url("../img/common/ic_post_arrow.svg") no-repeat center/contain;
}
.content-wrap.sub .notices-wrap .view-box .view-post dl dd {
  flex: 1;
}
.content-wrap.sub .notices-wrap .view-box .view-post dl dd a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
.content-wrap.sub .notices-wrap .view-box .view-post dl dd a .title {
  flex: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-size: 1.6rem;
  font-weight: 500;
  color: #222;
}
.content-wrap.sub .notices-wrap .view-box .view-post dl dd a .date {
  flex: 0 0 auto;
  font-size: 1.6rem;
  font-weight: 500;
  color: #777;
}
.content-wrap.sub .notices-wrap .view-box .view-post dl dd a:hover .title {
  text-decoration: underline;
}
.content-wrap.sub .notices-wrap .view-box .view-post dl.prev dt:after {
  transform: rotate(180deg);
}
.content-wrap.sub .notices-wrap .view-box .view-post dl.next dt:after {
  transform: rotate(0deg);
}
.content-wrap.sub .notices-wrap .view-box .view-button {
  margin: 8rem 0 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.content-wrap.sub .notices-wrap .view-box .view-button a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1.5rem;
  min-width: 12.5rem;
  height: 3.6rem;
  border: 1px solid #21306b;
  font-size: 1.6rem;
  color: #fff;
  background: #21306b;
}
.content-wrap.sub .contact-wrap {
  position: relative;
  padding: 10rem 0;
  background: #FFFCF6;
}
.content-wrap.sub .contact-wrap .flex-box {
  display: flex;
  gap: 5rem;
}
.content-wrap.sub .contact-wrap .txt-box {
  width: 83.5rem;
  max-width: 100%;
  height: auto;
}
.content-wrap.sub .contact-wrap .txt-box .tit {
  margin: 0 0 3rem;
  line-height: 5rem;
  font-size: 4rem;
  font-weight: 600;
  color: #222;
}
.content-wrap.sub .contact-wrap .txt-box .txt {
  line-height: 1.3;
  font-size: 2.6rem;
  color: #222;
}
.content-wrap.sub .contact-wrap .txt-box .txt p {
  margin: 0 0 3rem;
}
.content-wrap.sub .contact-wrap .cont-box {
  width: 83.5rem;
  max-width: 100%;
}
.content-wrap.sub .contact-wrap .cont-box .form dl {
  margin: 0 0 4rem;
}
.content-wrap.sub .contact-wrap .cont-box .form dl:last-of-type {
  margin-bottom: 0;
}
.content-wrap.sub .contact-wrap .cont-box .form dt {
  margin: 0 0 1rem;
  padding: 0 0.5rem;
  lien-height: 1.2;
  font-size: 2.6rem;
  font-weight: 600;
  color: #222;
}
.content-wrap.sub .contact-wrap .cont-box .form dt.req:after {
  content: "*";
  color: #21306b;
  margin: 0 0 0 1rem;
}
.content-wrap.sub .contact-wrap .cont-box .form dd .inp {
  width: 100%;
}
.content-wrap.sub .contact-wrap .cont-box .form dd .inp input {
  width: 100%;
  height: 6rem;
  padding: 2rem;
  border: 1px solid #ededed;
  background: #fff;
  font-size: 2rem;
  color: #777;
}
.content-wrap.sub .contact-wrap .cont-box .form dd .inp textarea {
  width: 100%;
  height: 30rem;
  padding: 2rem;
  border: 1px solid #ededed;
  background: #fff;
  font-size: 2rem;
  color: #777;
  resize: none;
}
.content-wrap.sub .contact-wrap .cont-box .agree {
  margin: 6rem 0 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.content-wrap.sub .contact-wrap .cont-box .agree .checkbox {
  display: flex;
  cursor: pointer;
  align-items: center;
  gap: 1rem;
}
.content-wrap.sub .contact-wrap .cont-box .agree .checkbox input {
  display: none;
}
.content-wrap.sub .contact-wrap .cont-box .agree .checkbox input ~ i {
  position: relative;
  width: 2rem;
  height: 2rem;
  border-radius: 0.3rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: #fff;
}
.content-wrap.sub .contact-wrap .cont-box .agree .checkbox input ~ span {
  font-size: 2rem;
  font-weight: 300;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.content-wrap.sub .contact-wrap .cont-box .agree .checkbox input ~ span p {
  text-decoration: underline;
}
.content-wrap.sub .contact-wrap .cont-box .agree .checkbox input ~ span em {
  color: #21306b;
  font-style: normal;
}
.content-wrap.sub .contact-wrap .cont-box .agree .checkbox input:checked ~ i {
  background: #21306b;
}
.content-wrap.sub .contact-wrap .cont-box .agree .checkbox input:checked ~ i:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -0.4rem 0 0 -0.5rem;
  width: 1rem;
  height: 0.6rem;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}
.content-wrap.sub .contact-wrap .cont-box .button {
  margin: 3rem 0 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.content-wrap.sub .contact-wrap .cont-box .button a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1.5rem;
  min-width: 15rem;
  height: 3.6rem;
  border: 1px solid #21306b;
  font-size: 1.6rem;
  color: #fff;
  background: #21306b;
}

@media all and (max-width: 85.375rem) {
  .header-wrap {
    height: 5rem;
  }
  .header-wrap:before {
    content: "";
    position: absolute;
    top: 120px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 1px;
    background: #113e9a;
    transition: all 0.3s;
  }
  .header-wrap.active {
    height: 445px;
    background: #ffffff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  }
  .header-wrap.active:before {
    width: 100%;
  }
  .header-wrap.active .header .logo > a {
    background: url("../img/common/logo.svg") no-repeat center/contain;
  }
  .header-wrap.active .header .gnb > li > a {
    color: #000;
  }
  .header-wrap.active .header .lnb {
    top: 100%;
    opacity: 1;
    visibility: visible;
  }
  .header-wrap.active .header .language .btn button:after {
    background: #000;
    opacity: 0.5;
  }
  .header-wrap.active .header .language .btn button span {
    color: #000;
  }
  .header-wrap.active .header .allmenu button i {
    background: url("../img/common/ic_allmenu.svg") no-repeat center/contain;
  }
  .header-wrap.fixed {
    background: #ffffff;
  }
  .header-wrap.fixed .header .logo > a {
    background: url("../img/common/logo_on.svg") no-repeat center/contain;
  }
  .header-wrap.fixed .header .gnb > li > a {
    color: #fff;
  }
  .header-wrap.fixed .header .language .btn button:after {
    background: #000;
    opacity: 0.5;
  }
  .header-wrap.fixed .header .language .btn button span {
    color: #000;
  }
  .header-wrap.fixed .header .allmenu button i {
    background: url("../img/common/ic_allmenu.svg") no-repeat center/contain;
  }
  .header-wrap.menu-open {
    background: #ffffff;
  }
  .header-wrap.menu-open .header .logo > a {
    background: url("../img/common/logo_on.svg") no-repeat center/contain;
  }
  .header-wrap.menu-open .header .gnb > li > a {
    color: #fff;
  }
  .header-wrap.menu-open .header .language .ico {
    background: url("../img/common/ic_globe.svg") no-repeat center/contain;
  }
  .header-wrap.menu-open .header .language .btn button:after {
    background: #000;
    opacity: 0.5;
  }
  .header-wrap.menu-open .header .language .btn button span {
    color: #000;
  }
  .header-wrap.menu-open .header .allmenu button i {
    background: url("../img/common/ic_allmenu.svg") no-repeat center/contain;
  }
  .header {
    padding: 0 2rem;
  }
  .header .inner {
    min-height: 4.8rem;
  }
  .header .logo {
    top: 1.2rem;
    width: 10rem;
  }
  .header .logo > a {
    display: block;
    background: url("../img/common/logo.svg") no-repeat center/contain;
    width: 100%;
    height: 100%;
  }
  .header .nav {
    position: fixed;
    z-index: 4;
    top: 5rem;
    left: 0;
    width: 100%;
    height: 100dvh;
    overflow-y: auto;
    background: rgba(0, 0, 0, 0.5);
    transform: translateX(100%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    flex-direction: column;
  }
  .header .nav.active {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }
  .header .gnb {
    flex: 1;
    flex-direction: column;
    gap: 1rem;
    justify-content: flex-start;
    align-items: stretch;
    padding: 5rem 2rem;
    width: 100%;
  }
  .header .gnb > li {
    display: flex;
    flex-direction: column;
    position: relative;
    text-align: left;
    height: auto;
  }
  .header .gnb > li > a {
    line-height: 5rem;
    font-size: 2rem;
    color: #fff;
    text-align: left;
    text-transform: uppercase;
    gap: 0.6rem;
    transition: all 0.3s;
    justify-content: flex-start;
  }
  .header .gnb > li.active .lnb {
    display: block;
  }
  .header .lnb {
    position: relative;
    top: 0;
    left: 0;
    opacity: 1;
    visibility: visible;
    padding: 1rem 2rem;
    display: none;
    pointer-events: all;
    transform: none !important;
  }
  .header .lnb > li > a {
    justify-content: flex-start;
    line-height: 3rem;
    font-size: 1.4rem;
  }
  .header .lnb > li > a:hover {
    font-weight: 700;
    color: #222;
  }
  .header .language {
    position: absolute;
    top: 12px;
    right: 60px;
    z-index: 5;
  }
  .header .language .ico {
    flex: 0 0 auto;
    width: 24px;
    height: 24px;
    background: url("../img/common/ic_globe_w.svg") no-repeat center/contain;
  }
  .header .language .btn {
    top: 3.2rem;
  }
  .header .language .btn button span {
    font-size: 1.3rem;
  }
  .header .language .btn button.on span {
    opacity: 1;
  }
  .header .allmenu {
    position: absolute;
    top: 1.2rem;
    right: 2rem;
    display: block;
    z-index: 5;
  }
  .header .allmenu button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
  }
  .header .allmenu button i {
    flex: 0 0 auto;
    width: 2.4rem;
    height: 2.4rem;
    background: url("../img/common/ic_allmenu_w.svg") no-repeat center/contain;
  }
  .footer {
    padding: 4rem 2rem;
  }
  .footer .info div {
    font-size: 1.4rem;
  }
  .footer .cite {
    font-size: 1.4rem;
  }
  .content-wrap.main .title-box {
    margin: 0 0 4rem 0;
  }
  .content-wrap.main .title-box .label {
    line-height: 2;
    font-size: 1.4rem;
  }
  .content-wrap.main .title-box .title {
    line-height: 1.5;
    font-size: 2.6rem;
  }
  .content-wrap.main .title-box .desc {
    margin: 1rem 0 0;
    line-height: 1.5;
    font-size: 1.6rem;
  }
  .content-wrap.main .sec-1 {
    padding: 0 2rem;
    height: 72rem;
  }
  .content-wrap.main .sec-1 .txt-box {
    font-size: 4rem;
  }
  .content-wrap.main .sec-1 .scroll-box span {
    font-size: 1.6rem;
    font-weight: 300;
  }
  .content-wrap.main .sec-1 .scroll-box i {
    width: 0.1rem;
  }
  .content-wrap.main .sec-2 {
    padding: 6rem 0 0;
  }
  .content-wrap.main .sec-2 .img-box {
    width: 100%;
    height: 40rem;
  }
  .content-wrap.main .sec-3 {
    padding: 6rem 2rem;
  }
  .content-wrap.main .sec-3 .title-box {
    margin: 0 0 10rem;
  }
  .content-wrap.main .sec-3 .list-box {
    padding: 0 4rem;
  }
  .content-wrap.main .sec-3 .list-box .slider .swiper-slide {
    height: 36rem;
  }
  .content-wrap.main .sec-3 .list-box .slider .img {
    max-width: 25rem;
    left: -25%;
  }
  .content-wrap.main .sec-3 .list-box .slider .con {
    padding: 0 0 0 40%;
  }
  .content-wrap.main .sec-3 .list-box .slider .name {
    line-height: 1.2;
    font-size: 2.4rem;
  }
  .content-wrap.main .sec-3 .list-box .slider .spec {
    line-height: 1.25;
    font-size: 2rem;
    min-width: none;
  }
  .content-wrap.main .sec-4 {
    height: 36rem;
  }
  .content-wrap.main .sec-4 .txt-box .title {
    line-height: 1.2;
    font-size: 3rem;
    font-weight: 400;
  }
  .content-wrap.main .sec-4 .txt-box .more {
    margin: 3rem 0 0 0;
  }
  .content-wrap.main .sec-4 .txt-box .more a {
    width: 15.7rem;
  }
  .content-wrap.sub .subvisual-wrap {
    padding: 20rem 2rem 4rem;
  }
  .content-wrap.sub .subvisual-wrap .title {
    font-size: 3.6rem;
  }
  .content-wrap.sub .subvisual-wrap .navi {
    margin: 4rem 0 0 0;
    padding: 0.5rem;
    gap: 1rem;
  }
  .content-wrap.sub .subvisual-wrap .navi a {
    padding: 0 1.5rem;
    height: 3.2rem;
    font-size: 1.4rem;
  }
  .content-wrap.sub .subvisual-wrap .navi a:hover {
    color: #21306B;
  }
  .content-wrap.sub .subvisual-wrap .navi a.on {
    background: #21306B;
    color: #fff;
  }
  .content-wrap.sub .subvisual-wrap .navi a.on:hover {
    color: #fff;
  }
  .content-wrap.sub .subvisual-wrap .bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
  }
  .content-wrap.sub .subvisual-wrap .bg:before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.3);
  }
  .content-wrap.sub .subvisual-wrap .bg img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .content-wrap.sub .subvisual-wrap .bg.blue:before {
    background: rgba(29, 31, 151, 0.2);
  }
  .content-wrap.sub .title-box {
    margin: 0 0 4rem;
  }
  .content-wrap.sub .title-box .title {
    padding: 0 0 2rem;
    line-height: 4rem;
    font-size: 2.6rem;
  }
  .content-wrap.sub .about-wrap {
    padding: 6rem 2rem;
  }
  .content-wrap.sub .about-wrap .flex-box {
    flex-direction: column;
    gap: 4rem;
  }
  .content-wrap.sub .about-wrap .img-box {
    width: 100%;
    aspect-ratio: 2/1;
  }
  .content-wrap.sub .about-wrap .txt-box {
    width: 100%;
  }
  .content-wrap.sub .about-wrap .txt-box .tit {
    margin: 0 0 2rem;
    line-height: 1.2;
    font-size: 3.2rem;
  }
  .content-wrap.sub .about-wrap .txt-box .txt {
    line-height: 1.5;
    font-size: 1.6rem;
  }
  .content-wrap.sub .about-wrap .txt-box .txt p {
    margin: 0 0 2rem;
  }
  .content-wrap.sub .location-wrap {
    padding: 6rem 2rem;
  }
  .content-wrap.sub .location-wrap .flex-box {
    flex-direction: column;
    gap: 4rem;
    padding: 0;
  }
  .content-wrap.sub .location-wrap .txt-box {
    width: 100%;
  }
  .content-wrap.sub .location-wrap .txt-box .tit {
    margin: 0 0 2rem;
    line-height: 1.2;
    font-size: 3.2rem;
  }
  .content-wrap.sub .location-wrap .txt-box .txt {
    line-height: 1.5;
    font-size: 1.6rem;
  }
  .content-wrap.sub .location-wrap .txt-box .txt dl {
    padding: 1rem 0;
  }
  .content-wrap.sub .location-wrap .txt-box .txt dt {
    margin: 0 0 1rem;
    font-size: 1.4rem;
  }
  .content-wrap.sub .location-wrap .txt-box .txt dd {
    font-size: 1.6rem;
  }
  .content-wrap.sub .location-wrap .img-box {
    width: 100%;
  }
  .content-wrap.sub .catalog-wrap {
    padding: 6rem 2rem;
  }
  .content-wrap.sub .catalog-wrap .flex-box {
    flex-direction: column;
    gap: 4rem;
  }
  .content-wrap.sub .catalog-wrap .list-box {
    width: 100%;
    max-height: 24rem;
  }
  .content-wrap.sub .catalog-wrap .list-box .search {
    padding: 1rem;
  }
  .content-wrap.sub .catalog-wrap .list-box .search .form {
    display: flex;
    border: 1px solid #ddd;
  }
  .content-wrap.sub .catalog-wrap .list-box .search .inp {
    flex: 1;
  }
  .content-wrap.sub .catalog-wrap .list-box .search .inp input {
    font-size: 1.4rem;
  }
  .content-wrap.sub .catalog-wrap .list-box .search .btn {
    flex: 0 0 auto;
  }
  .content-wrap.sub .catalog-wrap .list-box .search .btn button {
    font-size: 1.4rem;
    gap: 0.5rem;
  }
  .content-wrap.sub .catalog-wrap .list-box .search .btn button i {
    width: 2rem;
    height: 2rem;
  }
  .content-wrap.sub .catalog-wrap .list-box .list li .catal-btn {
    padding: 1rem 2rem;
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
    height: 5rem;
  }
  .content-wrap.sub .catalog-wrap .list-box .list li .catal-btn .name {
    line-height: 2.4rem;
    font-size: 1.6rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
  .content-wrap.sub .catalog-wrap .list-box .list li .catal-btn .page {
    line-height: 1.8rem;
    font-size: 1.4rem;
  }
  .content-wrap.sub .catalog-wrap .view-box {
    width: 100%;
  }
  .content-wrap.sub .catalog-wrap .view-box .img-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.6);
  }
  .content-wrap.sub .catalog-wrap .view-box .img-box .image {
    width: 100%;
    height: 40rem;
  }
  .content-wrap.sub .catalog-wrap .view-box .img-box .image img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    transform-origin: center center;
    transition: all 0.5s ease;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    pointer-events: none;
  }
  .content-wrap.sub .catalog-wrap .view-box .img-box .prev {
    left: 0;
    width: 4rem;
    height: 4rem;
  }
  .content-wrap.sub .catalog-wrap .view-box .img-box .next {
    right: 0;
    width: 4rem;
    height: 4rem;
  }
  .content-wrap.sub .catalog-wrap .view-box .img-box.dragging {
    cursor: grabbing;
  }
  .content-wrap.sub .catalog-wrap .view-box .caution-box {
    font-size: 1.4rem;
  }
  .content-wrap.sub .catalog-wrap .download-box ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
  .content-wrap.sub .catalog-wrap .download-box li {
    padding: 1.5rem;
  }
  .content-wrap.sub .catalog-wrap .download-box li .title {
    font-size: 1.8rem;
  }
  .content-wrap.sub .catalog-wrap .download-box li .text {
    margin: 0 0 1rem;
    font-size: 1.4rem;
    font-weight: 400;
  }
  .content-wrap.sub .catalog-wrap .download-box li .down {
    justify-content: flex-start;
  }
  .content-wrap.sub .catalog-wrap .download-box li .down a {
    font-size: 1.4rem;
  }
  .content-wrap.sub .catalog-wrap .download-box li .down a i {
    width: 1.8rem;
    height: 1.8rem;
  }
  .content-wrap.sub .notices-wrap {
    padding: 6rem 2rem;
  }
  .content-wrap.sub .notices-wrap .search-box {
    margin: 0 0 2rem;
  }
  .content-wrap.sub .notices-wrap .search-box .form {
    width: 100%;
  }
  .content-wrap.sub .notices-wrap .search-box .inp input {
    font-size: 1.4rem;
  }
  .content-wrap.sub .notices-wrap .search-box .btn {
    flex: 0 0 auto;
  }
  .content-wrap.sub .notices-wrap .search-box .btn button {
    font-size: 1.4rem;
    gap: 0.5rem;
  }
  .content-wrap.sub .notices-wrap .search-box .btn button i {
    width: 2rem;
    height: 2rem;
  }
  .content-wrap.sub .notices-wrap .list-box .list ul {
    flex-wrap: wrap;
    height: auto;
    padding: 2rem 0;
  }
  .content-wrap.sub .notices-wrap .list-box .list li {
    flex: 0 0 auto;
    line-height: 1.5;
    font-size: 1.2rem;
  }
  .content-wrap.sub .notices-wrap .list-box .list-head {
    display: none;
  }
  .content-wrap.sub .notices-wrap .list-box .list-head .list-item {
    font-weight: 600;
    color: #222;
  }
  .content-wrap.sub .notices-wrap .list-box .list-body .list-item {
    font-weight: 400;
    color: #777;
  }
  .content-wrap.sub .notices-wrap .list-box .list-item.number {
    display: none;
  }
  .content-wrap.sub .notices-wrap .list-box .list-item.title {
    width: 100%;
    line-height: 1.5;
    font-size: 1.8rem;
    color: #222;
  }
  .content-wrap.sub .notices-wrap .list-box .list-item.author {
    width: auto;
  }
  .content-wrap.sub .notices-wrap .list-box .list-item.date {
    width: auto;
  }
  .content-wrap.sub .notices-wrap .view-box .view-head {
    padding: 2rem 0;
  }
  .content-wrap.sub .notices-wrap .view-box .view-head .title {
    line-height: 2;
    font-size: 1.8rem;
  }
  .content-wrap.sub .notices-wrap .view-box .view-head .info {
    display: flex;
    flex-wrap: wrap;
    margin: 1rem 0 0;
    line-height: 1.4rem;
    font-size: 1.2rem;
    font-weight: 500;
    color: #777;
  }
  .content-wrap.sub .notices-wrap .view-box .view-body {
    padding: 4rem 0;
    line-height: 1.25;
    font-size: 1.4rem;
    font-weight: 400;
  }
  .content-wrap.sub .notices-wrap .view-box .view-post dl {
    padding: 2.4rem 0;
    gap: 1.5rem;
  }
  .content-wrap.sub .notices-wrap .view-box .view-post dl dt {
    width: 7.5rem;
    font-size: 1.2rem;
  }
  .content-wrap.sub .notices-wrap .view-box .view-post dl dt:after {
    flex: 0 0 auto;
    width: 2rem;
    height: 2rem;
  }
  .content-wrap.sub .notices-wrap .view-box .view-post dl dd {
    flex: 1;
  }
  .content-wrap.sub .notices-wrap .view-box .view-post dl dd a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
  }
  .content-wrap.sub .notices-wrap .view-box .view-post dl dd a .title {
    font-size: 1.4rem;
  }
  .content-wrap.sub .notices-wrap .view-box .view-post dl dd a .date {
    font-size: 1.2rem;
  }
  .content-wrap.sub .notices-wrap .view-box .view-button {
    margin: 6rem 0 0 0;
  }
  .content-wrap.sub .contact-wrap {
    padding: 6rem 2rem;
  }
  .content-wrap.sub .contact-wrap .flex-box {
    flex-direction: column;
    gap: 4rem;
  }
  .content-wrap.sub .contact-wrap .txt-box {
    width: 100%;
  }
  .content-wrap.sub .contact-wrap .txt-box .tit {
    margin: 0 0 1.5rem;
    line-height: 1.5;
    font-size: 2.4rem;
  }
  .content-wrap.sub .contact-wrap .txt-box .txt {
    line-height: 1.5;
    font-size: 1.4rem;
  }
  .content-wrap.sub .contact-wrap .txt-box .txt p {
    margin: 0 0 1.4rem;
  }
  .content-wrap.sub .contact-wrap .cont-box {
    width: 100%;
  }
  .content-wrap.sub .contact-wrap .cont-box .form dl {
    margin: 0 0 2rem;
  }
  .content-wrap.sub .contact-wrap .cont-box .form dt {
    margin: 0 0 0.5rem;
    padding: 0;
    line-height: 1.5;
    font-size: 1.6rem;
  }
  .content-wrap.sub .contact-wrap .cont-box .form dt.req:after {
    margin: 0 0 0 0.5rem;
  }
  .content-wrap.sub .contact-wrap .cont-box .form dd .inp input {
    height: 5rem;
    padding: 1.5rem;
    font-size: 1.6rem;
  }
  .content-wrap.sub .contact-wrap .cont-box .form dd .inp textarea {
    height: 15rem;
    padding: 1.5rem;
    font-size: 1.6rem;
  }
  .content-wrap.sub .contact-wrap .cont-box .agree {
    margin: 6rem 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
  }
  .content-wrap.sub .contact-wrap .cont-box .agree .checkbox {
    display: flex;
    cursor: pointer;
    align-items: center;
    gap: 1rem;
  }
  .content-wrap.sub .contact-wrap .cont-box .agree .checkbox input {
    display: none;
  }
  .content-wrap.sub .contact-wrap .cont-box .agree .checkbox input ~ i {
    position: relative;
    width: 2rem;
    height: 2rem;
    border-radius: 0.3rem;
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
  .content-wrap.sub .contact-wrap .cont-box .agree .checkbox input ~ span {
    font-size: 1.6rem;
  }
  .content-wrap.sub .contact-wrap .cont-box .agree .checkbox input ~ span p {
    text-decoration: underline;
  }
  .content-wrap.sub .contact-wrap .cont-box .agree .checkbox input ~ span em {
    color: #21306b;
    font-style: normal;
  }
  .content-wrap.sub .contact-wrap .cont-box .agree .checkbox input:checked ~ i {
    background: #21306b;
  }
  .content-wrap.sub .contact-wrap .cont-box .button {
    margin: 3rem 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
  }
  .content-wrap.sub .contact-wrap .cont-box .button a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 1.5rem;
    min-width: 15rem;
    height: 3.6rem;
    border: 1px solid #21306b;
    font-size: 1.6rem;
    color: #fff;
    background: #21306b;
  }
}/*# sourceMappingURL=layout.css.map */