@keyframes upDown {
  0% {
    top: 4px;
  }
  100% {
    top: 10px;
  }
}
.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: 1520px;
  max-width: 100%;
}

.header-wrap {
  z-index: 5000;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 12rem;
}
.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.png") 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 button i {
  background: url("../img/common/ic_globe.svg") no-repeat center/contain;
}
.header-wrap.active .header .language 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.png") no-repeat center/contain;
}
.header-wrap.fixed .header .gnb > li > a {
  color: #000;
}
.header-wrap.fixed .header .language button i {
  background: url("../img/common/ic_globe.svg") no-repeat center/contain;
}
.header-wrap.fixed .header .language 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: 12rem;
}
.header .logo {
  position: relative;
  z-index: 5;
  width: 16rem;
  height: auto;
  flex: 0 0 auto;
  aspect-ratio: 83/37;
}
.header .logo > a {
  display: block;
  background: url("../img/common/logo_w.png") no-repeat center/contain;
  width: 100%;
  height: 100%;
}
.header .nav {
  display: flex;
}
.header .gnb {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5rem;
}
.header .gnb > li {
  display: flex;
  flex-direction: column;
  position: relative;
  text-align: center;
}
.header .gnb > li > a {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  line-height: 10rem;
  font-size: 2.2rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  gap: 0.6rem;
  transition: all 0.3s;
}
.header .lnb {
  position: absolute;
  top: calc(100% - 15px);
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  padding: 3rem 0;
}
.header .lnb > li > a {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 4rem;
  font-size: 1.8rem;
  font-weight: 300;
  color: #000;
  text-align: center;
  white-space: nowrap;
}
.header .lnb > li > a:hover {
  font-weight: 700;
  color: #113e9a;
}
.header .language button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.header .language button i {
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  background: url("../img/common/ic_globe_w.svg") no-repeat center/contain;
}
.header .language button span {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
}
.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: 8rem 0;
  background: #fff;
  border: 1px solid rgba(0, 71, 157, 0.2);
}
.footer .upper {
  margin: 0 0 3rem;
  display: flex;
  flex-direction: column;
  gap: 5rem;
  align-items: center;
  justify-content: center;
}
.footer .upper .logo {
  width: 16rem;
  height: auto;
  aspect-ratio: 160/74;
  background: url("../img/common/logo.png") no-repeat center/contain;
}
.footer .upper .link {
  display: flex;
  align-items: center;
}
.footer .upper .link a {
  display: flex;
  align-items: center;
  line-height: 1.54;
  font-size: 2.2rem;
  font-weight: 600;
  color: #6178b9;
}
.footer .upper .link a:after {
  content: "";
  width: 1px;
  height: 1.3rem;
  margin: 0 3rem;
  background: #1d1f97;
  opacity: 0.3;
}
.footer .upper .link a:last-of-type:after {
  display: none;
}
.footer .main .info {
  margin: 0 0 5rem;
  flex-direction: column;
  display: flex;
  line-height: 1.6;
  font-size: 2rem;
  color: #555;
  align-items: center;
  justify-content: center;
}
.footer .main .info dl {
  display: flex;
  gap: 10px;
}
.footer .main .info .sec-info {
  display: flex;
  gap: 2rem;
}
.footer .main .info dt {
  font-weight: 700;
}
.footer .main .info dd {
  font-weight: 400;
}
.footer .main .cite {
  line-height: 1.2;
  font-size: 1.8rem;
  font-weight: 300;
  color: #888;
  text-align: center;
}
.footer .gotop {
  position: fixed;
  z-index: 111;
  bottom: 36px;
  right: 56px;
  width: 80px;
  height: 80px;
  border-radius: 80px;
  background: #FF76E6;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  line-height: 1;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.5s;
}
.footer .gotop:before {
  content: "";
  width: 3.2rem;
  height: 3.2rem;
  background: url("../img/common/gotop.svg") no-repeat center/contain;
}
.footer .gotop.active {
  opacity: 1;
  visibility: visible;
  bottom: 56px;
  pointer-events: all;
}

.content-wrap.main .section {
  overflow: hidden;
}
.content-wrap.main .title-wrap {
  margin: 0 0 8rem 0;
}
.content-wrap.main .title-wrap .txt {
  margin: 0 0 2rem;
  line-height: 1.4;
  font-size: 2.5rem;
  font-weight: 800;
  color: #ff76e6;
}
.content-wrap.main .title-wrap .tit {
  line-height: 1.2;
  font-size: 6rem;
  font-weight: 700;
  color: #000;
}
.content-wrap.main .sec-1 {
  position: relative;
  padding: 12rem 0 0 0;
  overflow: hidden;
}
.content-wrap.main .sec-1 .inner {
  display: flex;
  flex-direction: column;
}
.content-wrap.main .sec-1 .img-wrap {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.content-wrap.main .sec-1 .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.content-wrap.main .sec-1 .img-wrap:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(26, 12, 61, 0) 27.19%, rgba(0, 10, 31, 0.9) 91.02%);
}
.content-wrap.main .sec-1 .txt-wrap {
  padding: 20rem 0 5rem;
}
.content-wrap.main .sec-1 .txt-wrap .t1 {
  margin: 0 0 5rem 0;
  line-height: 1.35;
  font-size: 3.5rem;
  font-weight: 600;
  color: #fff;
}
.content-wrap.main .sec-1 .txt-wrap .t2 {
  line-height: 1;
  font-size: 10rem;
  font-weight: 700;
  color: #fff;
  text-transform: capitalize;
}
.content-wrap.main .sec-1 .scroll-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.content-wrap.main .sec-1 .scroll-wrap .scroll-down {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.content-wrap.main .sec-1 .scroll-wrap .scroll-down i {
  position: relative;
  width: 1.6rem;
  height: 2.4rem;
  border-radius: 5rem;
  border: 2px solid #fff;
}
.content-wrap.main .sec-1 .scroll-wrap .scroll-down i:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 50%;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background: #fff;
  transform: translateX(-50%);
  transition: all 0.3s;
  animation: upDown 1s ease-in-out infinite alternate;
}
.content-wrap.main .sec-1 .scroll-wrap .scroll-down span {
  line-height: 1.4;
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
}
.content-wrap.main .sec-1 .about-wrap {
  padding: 20rem 0 28rem;
  text-align: center;
}
.content-wrap.main .sec-1 .about-wrap .t1 {
  margin: 0 0 2rem;
  line-height: 1.4;
  font-size: 2.5rem;
  font-weight: 800;
  color: #ff76e6;
}
.content-wrap.main .sec-1 .about-wrap .t2 {
  line-height: 1.3;
  font-size: 4rem;
  font-weight: 600;
  color: #fff;
}
.content-wrap.main .sec-2 {
  position: relative;
  padding: 20rem 0;
  overflow: hidden;
}
.content-wrap.main .sec-2 .slider-wrap {
  position: relative;
}
.content-wrap.main .sec-2 .slider-wrap .swiper-slide {
  width: 1100px;
  max-width: 100dvw;
}
.content-wrap.main .sec-2 .slider-wrap .swiper-slide:hover .thumb:after {
  opacity: 1;
  visibility: visible;
}
.content-wrap.main .sec-2 .slider-wrap .swiper-button-prev {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -50px 0 0 -810px;
  width: 100px;
  height: 100px;
  background: url("../img/common/ic_arrow_btn.svg") no-repeat center/contain;
  transform: scaleX(-1);
}
.content-wrap.main .sec-2 .slider-wrap .swiper-button-prev:after {
  display: none;
}
.content-wrap.main .sec-2 .slider-wrap .swiper-button-prev:hover {
  opacity: 0.8;
}
.content-wrap.main .sec-2 .slider-wrap .swiper-button-next {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -50px 0 0 710px;
  width: 100px;
  height: 100px;
  background: url("../img/common/ic_arrow_btn.svg") no-repeat center/contain;
}
.content-wrap.main .sec-2 .slider-wrap .swiper-button-next:after {
  display: none;
}
.content-wrap.main .sec-2 .slider-wrap .swiper-button-next:hover {
  opacity: 0.8;
}
.content-wrap.main .sec-2 .slider-wrap .thumb {
  position: relative;
  width: 700px;
  height: auto;
  aspect-ratio: 70/76;
}
.content-wrap.main .sec-2 .slider-wrap .thumb:after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(29, 31, 151, 0.5019607843);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
.content-wrap.main .sec-2 .slider-wrap .thumb img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.content-wrap.main .sec-2 .slider-wrap .text {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  margin: 0 0 -70px 620px;
}
.content-wrap.main .sec-2 .slider-wrap .text .t1 {
  margin: 0 0 1rem;
  line-height: 1.3;
  font-size: 4.4rem;
  font-weight: 600;
  color: #000;
  opacity: 0.8;
}
.content-wrap.main .sec-2 .slider-wrap .text .t2 {
  margin: 2rem 0 0;
  line-height: 1.4;
  font-size: 2.2rem;
  font-weight: 400;
  color: #000;
}
.content-wrap.main .sec-2 .slider-wrap .text .name {
  line-height: 1;
  font-size: 10rem;
  font-weight: 700;
  color: #000;
  opacity: 0.8;
}
.content-wrap.main .sec-2 .bg-wrap {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.content-wrap.main .sec-2 .bg-wrap:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 45.67%, rgba(180, 194, 222, 0.5) 100%);
}
.content-wrap.main .sec-2 .bg-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  -o-object-fit: cover;
     object-fit: cover;
}
.content-wrap.main .sec-3 {
  position: relative;
  padding: 20rem 0;
  overflow: hidden;
}
.content-wrap.main .sec-3 .title-wrap {
  text-align: center;
}
.content-wrap.main .sec-3 .semi-box ul {
  display: flex;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}
.content-wrap.main .sec-3 .semi-box li {
  flex: 1;
}
.content-wrap.main .sec-3 .semi-box li a {
  position: relative;
  display: block;
}
.content-wrap.main .sec-3 .semi-box li a:hover .img img {
  transform: scale(1.1);
}
.content-wrap.main .sec-3 .semi-box li a:hover .img:after {
  opacity: 1;
  visibility: visible;
}
.content-wrap.main .sec-3 .semi-box li .img {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 48/57;
  overflow: hidden;
}
.content-wrap.main .sec-3 .semi-box li .img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s;
}
.content-wrap.main .sec-3 .semi-box li .img:before {
  content: "";
  position: absolute;
  z-index: 5;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 71, 157, 0) 25.42%, rgba(0, 0, 0, 0.3) 84.75%);
}
.content-wrap.main .sec-3 .semi-box li .img:after {
  content: "";
  position: absolute;
  z-index: 6;
  inset: 0;
  background: linear-gradient(0deg, rgba(29, 31, 151, 0.3), rgba(29, 31, 151, 0.3));
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
.content-wrap.main .sec-3 .semi-box li .tit {
  position: absolute;
  z-index: 6;
  bottom: 0;
  left: 0;
  padding: 5rem 6rem;
  line-height: 1.3;
  font-size: 4rem;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}
.content-wrap.main .sec-4 {
  position: relative;
  overflow: hidden;
}
.content-wrap.main .sec-4 .contact-wrap {
  height: 70rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.content-wrap.main .sec-4 .contact-wrap .txt {
  margin: 0 0 3rem;
  line-height: 1.4;
  font-size: 2.5rem;
  font-weight: 800;
  color: #ff76e6;
}
.content-wrap.main .sec-4 .contact-wrap .tit {
  line-height: 1.3;
  font-size: 4rem;
  font-weight: 600;
  color: #fff;
}
.content-wrap.main .sec-4 .contact-wrap .act {
  margin: 3rem 0 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.content-wrap.main .sec-4 .contact-wrap .act a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0 2.5rem;
  height: 5.7rem;
  border-radius: 5.7rem;
  border: 2px solid rgba(255, 255, 255, 0.5);
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
  transition: all 0.3s;
}
.content-wrap.main .sec-4 .contact-wrap .act a:after {
  content: "";
  width: 18px;
  height: 20px;
  background: url("../img/common/ic_arrow_link.svg") no-repeat center/contain;
}
.content-wrap.main .sec-4 .contact-wrap .act a:hover {
  color: #fff;
  background: #1D1F97;
  border-color: rgba(255, 255, 255, 0.5);
}
.content-wrap.main .sec-4 .bg-wrap {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.content-wrap.main .sec-4 .bg-wrap:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(26, 65, 117, 0.1), rgba(26, 65, 117, 0.1)), linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), linear-gradient(180deg, rgba(0, 83, 184, 0.1019607843) -60%, #000C23 160%);
}
.content-wrap.main .sec-4 .bg-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  -o-object-fit: cover;
     object-fit: cover;
}

.content-wrap.sub .subvisual-wrap {
  position: relative;
  height: 95rem;
  background: #e0e0e0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.content-wrap.sub .subvisual-wrap .title {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 9rem;
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
  word-break: break-word;
}
.content-wrap.sub .subvisual-wrap .bg {
  position: absolute;
  inset: 0;
}
.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(18, 73, 163, 0.4);
}
.content-wrap.sub .title-box {
  margin: 0 0 12rem;
  text-align: center;
}
.content-wrap.sub .title-box .tit {
  margin: 0 0 3rem;
  line-height: 1.4;
  font-size: 5rem;
  font-weight: 700;
  color: #113e9a;
}
.content-wrap.sub .title-box .txt {
  line-height: 1.3;
  font-size: 3rem;
}
.content-wrap.sub .about-wrap .sec {
  position: relative;
  padding: 20rem 0;
}
.content-wrap.sub .about-wrap .sec .inner {
  display: flex;
}
.content-wrap.sub .about-wrap .sec .bg {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.content-wrap.sub .about-wrap .sec .bg:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, #FFFFFF 3.91%, rgba(200, 225, 255, 0.8) 187.02%);
}
.content-wrap.sub .about-wrap .sec .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.content-wrap.sub .about-wrap .sec-2 {
  background: #F6FAFE;
}
.content-wrap.sub .about-wrap .sec-3 {
  background: #fff;
}
.content-wrap.sub .about-wrap .tab {
  flex: 0 0 auto;
  width: 35rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.content-wrap.sub .about-wrap .tab .tab-item {
  display: block;
  line-height: 1.2;
  font-size: 3rem;
  font-weight: 300;
  color: #7490ca;
  text-align: left;
  text-transform: uppercase;
}
.content-wrap.sub .about-wrap .tab .tab-item.tab-active {
  color: #000;
  font-weight: bold;
}
.content-wrap.sub .about-wrap .content {
  flex: 1;
}
.content-wrap.sub .about-wrap .content .overview .item {
  display: flex;
  gap: 8rem;
  margin: 0 0 10rem;
}
.content-wrap.sub .about-wrap .content .overview .item:last-of-type {
  margin-bottom: 0;
}
.content-wrap.sub .about-wrap .content .overview .item .img {
  width: 52rem;
  height: 60rem;
  background: #fff;
}
.content-wrap.sub .about-wrap .content .overview .item .con {
  flex: 1;
}
.content-wrap.sub .about-wrap .content .overview .item .tit {
  margin: 0 0 5rem;
  line-height: 1.4;
  font-size: 4rem;
  font-weight: 700;
  color: #113e9a;
  text-transform: uppercase;
}
.content-wrap.sub .about-wrap .content .overview .item .txt {
  line-height: 1.5;
  font-size: 2.5rem;
  font-weight: 300;
  color: #000;
  word-break: break-word;
}
.content-wrap.sub .about-wrap .content .corevalue ul {
  display: flex;
}
.content-wrap.sub .about-wrap .content .corevalue ul li {
  flex: 1;
  position: relative;
}
.content-wrap.sub .about-wrap .content .corevalue ul li + li {
  margin-left: -4rem;
}
.content-wrap.sub .about-wrap .content .corevalue ul li .tit {
  width: 100%;
  height: auto;
  border-radius: 50%;
  border: 4rem solid #e0e0e0;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 4rem;
  font-size: 3rem;
  font-weight: 700;
  color: #000;
}
.content-wrap.sub .about-wrap .content .corevalue ul li .txt {
  position: relative;
  margin: 6.6rem 0 0;
  line-height: 1.5;
  font-size: 2.2rem;
  font-weight: 300;
  color: #555;
  text-align: center;
}
.content-wrap.sub .about-wrap .content .corevalue ul li .txt:before {
  content: "";
  position: absolute;
  bottom: calc(100% + 2rem);
  left: 50%;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background: #000;
  transform: translateX(-50%);
}
.content-wrap.sub .about-wrap .content .corevalue ul li .txt:after {
  content: "";
  position: absolute;
  bottom: calc(100% + 2rem);
  left: 50%;
  width: 1px;
  height: 16.8rem;
  border-radius: 4px;
  background: #000;
}
.content-wrap.sub .about-wrap .content .corevalue ul li:nth-child(1) .tit {
  color: #113e9a;
  border-color: rgba(105, 167, 239, 0.2);
}
.content-wrap.sub .about-wrap .content .corevalue ul li:nth-child(1) .txt {
  margin: 6.6rem 0 0 0;
}
.content-wrap.sub .about-wrap .content .corevalue ul li:nth-child(2) .tit {
  color: #113e9a;
  border-color: rgba(170, 197, 255, 0.5);
}
.content-wrap.sub .about-wrap .content .corevalue ul li:nth-child(2) .txt {
  margin: 11.2rem 0 0 0;
}
.content-wrap.sub .about-wrap .content .corevalue ul li:nth-child(2) .txt:after {
  height: 21.3rem;
}
.content-wrap.sub .about-wrap .content .corevalue ul li:nth-child(3) .tit {
  color: #7C2A6D;
  border-color: rgba(218, 169, 240, 0.3);
}
.content-wrap.sub .about-wrap .content .corevalue ul li:nth-child(3) .txt {
  margin: 16.1rem 0 0 0;
}
.content-wrap.sub .about-wrap .content .corevalue ul li:nth-child(3) .txt:after {
  height: 26.2rem;
}
.content-wrap.sub .about-wrap .content .milestones {
  display: flex;
  gap: 10rem;
}
.content-wrap.sub .about-wrap .content .milestones .left {
  flex: 1;
  text-align: right;
}
.content-wrap.sub .about-wrap .content .milestones .left .head {
  margin: 0 0 2rem;
  line-height: 1.4;
  font-size: 2.5rem;
  font-weight: 700;
  color: #ff76e6;
}
.content-wrap.sub .about-wrap .content .milestones .left .year {
  margin: 0 0 4rem;
  line-height: 1;
  font-size: 7rem;
  font-weight: 800;
  color: #c4c5cd;
}
.content-wrap.sub .about-wrap .content .milestones .left .image {
  width: 480px;
  max-width: 100%;
  margin: 0 0 0 auto;
  background: #fafafa;
}
.content-wrap.sub .about-wrap .content .milestones .left .image img {
  max-width: 100%;
  height: auto;
}
.content-wrap.sub .about-wrap .content .milestones .right {
  flex: 1;
  text-align: left;
}
.content-wrap.sub .about-wrap .content .milestones .right .hist {
  position: relative;
  margin: 9rem 0 0 0;
}
.content-wrap.sub .about-wrap .content .milestones .right .hist:before {
  content: "";
  position: absolute;
  z-index: 5;
  top: -1.25rem;
  left: -6.2rem;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 2.5rem;
  border: 0.6rem solid #ff76e6;
  background: #fff;
}
.content-wrap.sub .about-wrap .content .milestones .right .hist:after {
  content: "";
  position: absolute;
  z-index: 3;
  top: 0;
  left: -5rem;
  height: 100%;
  border-left: 2px dotted rgba(0, 0, 0, 0.5);
}
.content-wrap.sub .about-wrap .content .milestones .right .hist ul {
  position: relative;
  padding: 7rem 0 0 0;
  --line-height: 0%;
}
.content-wrap.sub .about-wrap .content .milestones .right .hist ul:before {
  content: "";
  position: absolute;
  z-index: 4;
  top: 0;
  left: -5rem;
  height: var(--line-height);
  border-left: 2px solid #ff76e6;
}
.content-wrap.sub .about-wrap .content .milestones .right .hist ul li {
  position: relative;
  padding: 0 0 8rem;
}
.content-wrap.sub .about-wrap .content .milestones .right .hist ul li:before {
  content: "";
  position: absolute;
  z-index: 5;
  top: 0;
  left: -5.4rem;
  width: 1rem;
  height: 1rem;
  border-radius: 1rem;
  background: #979797;
}
.content-wrap.sub .about-wrap .content .milestones .right .hist ul li.active:before {
  background: #ff76e6;
}
.content-wrap.sub .about-wrap .content .milestones .right .hist ul li.active:after {
  content: "";
  position: absolute;
}
.content-wrap.sub .about-wrap .content .milestones .right .year {
  line-height: 1;
  font-size: 3.5rem;
  font-weight: 700;
  color: #3b2013;
  margin: 0 0 2rem;
}
.content-wrap.sub .about-wrap .content .milestones .right .text {
  line-height: 1.5;
  font-size: 2.2rem;
  font-weight: 300;
  color: #000;
}
.content-wrap.sub .technology-wrap {
  position: relative;
  padding: 20rem 0;
}
.content-wrap.sub .technology-wrap .content {
  margin: 0 auto;
  width: 120rem;
  max-width: 100%;
}
.content-wrap.sub .technology-wrap .content li {
  margin: 0 0 10rem;
  display: flex;
  gap: 3rem 10rem;
  justify-content: space-between;
}
.content-wrap.sub .technology-wrap .content li:nth-child(even) {
  flex-direction: row-reverse;
}
.content-wrap.sub .technology-wrap .content li .img {
  width: 46rem;
  height: auto;
  aspect-ratio: 46/55;
}
.content-wrap.sub .technology-wrap .content li .img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.content-wrap.sub .technology-wrap .content li .con {
  display: flex;
  flex-direction: column;
  padding: 5rem 0;
  flex: 1;
}
.content-wrap.sub .technology-wrap .content li .tit {
  margin: 0 0 3rem 0;
  line-height: 1.3;
  font-size: 3.3rem;
  font-weight: 700;
  color: #113e9a;
}
.content-wrap.sub .technology-wrap .content li .txt {
  line-height: 1.8;
  font-size: 2.2rem;
}
.content-wrap.sub .technology-wrap .content li .txt p {
  position: relative;
  padding: 0 0 0 2rem;
}
.content-wrap.sub .technology-wrap .content li .txt p:before {
  content: "";
  position: absolute;
  top: 16px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background: #000;
}
.content-wrap.sub .technology-wrap .bg {
  position: absolute;
  z-index: -1;
  inset: 0;
}
.content-wrap.sub .technology-wrap .bg:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, #FFFFFF 55.49%, rgba(200, 225, 255, 0.8) 192.86%);
}
.content-wrap.sub .technology-wrap .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.content-wrap.sub .patents-wrap {
  position: relative;
  padding: 20rem 0;
}
.content-wrap.sub .patents-wrap .content .item {
  margin: 0 0 12rem;
  display: flex;
}
.content-wrap.sub .patents-wrap .content .item:last-of-type {
  margin-bottom: 0;
}
.content-wrap.sub .patents-wrap .content .item .name {
  width: 39rem;
  max-width: 100%;
  font-size: 4rem;
  font-weight: 700;
  color: #7490ca;
}
.content-wrap.sub .patents-wrap .content .item .list {
  flex: 1;
}
.content-wrap.sub .patents-wrap .content .item .list ul {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 4rem 3rem;
}
.content-wrap.sub .patents-wrap .content .item .list li .img {
  width: 100%;
  height: auto;
  aspect-ratio: 26/37;
}
.content-wrap.sub .patents-wrap .content .item .list li .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.content-wrap.sub .patents-wrap .content .item .list li .tit {
  margin: 1rem 0 0 0;
  line-height: 1.8;
  font-size: 2.5rem;
  font-weight: 600;
  text-align: center;
}
.content-wrap.sub .patents-wrap .content .item .table {
  flex: 1;
  overflow: hidden;
  overflow-x: auto;
  border-top: 1px solid #000;
}
.content-wrap.sub .patents-wrap .content .item .table table {
  width: auto;
  min-width: 100%;
}
.content-wrap.sub .patents-wrap .content .item .table table tr {
  height: 5rem;
  text-align: center;
  border-bottom: 1px solid #e0e0e0;
  line-height: 1.4;
  font-size: 1.6rem;
}
.content-wrap.sub .patents-wrap .content .item .table table th {
  padding: 0 2rem;
  border-right: 1px solid #e0e0e0;
  background: #fafafa;
  vertical-align: middle;
}
.content-wrap.sub .patents-wrap .content .item .table table th:last-of-type {
  border-right: 0;
}
.content-wrap.sub .patents-wrap .content .item .table table th.tit {
  width: 950px;
}
.content-wrap.sub .patents-wrap .content .item .table table th.num {
  width: 180px;
}
.content-wrap.sub .patents-wrap .content .item .table table td {
  padding: 0 2rem;
  border-right: 1px solid #e0e0e0;
  background: #ffffff;
  vertical-align: middle;
}
.content-wrap.sub .patents-wrap .content .item .table table td:last-of-type {
  border-right: 0;
}
.content-wrap.sub .patents-wrap .content .item .table table td.tit {
  font-weight: 300;
  color: #666;
  text-align: left;
}
.content-wrap.sub .patents-wrap .content .item .table table td.num {
  font-weight: 500;
  color: #000;
}
.content-wrap.sub .product-wrap {
  position: relative;
  padding: 20rem 0;
}
.content-wrap.sub .product-wrap .content .tab {
  margin: 0 0 7rem;
  display: flex;
  gap: 1rem;
}
.content-wrap.sub .product-wrap .content .tab .tab-item {
  flex: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 6.5rem;
  border: 1px solid #dadee6;
  background: #f8faff;
  font-size: 1.8rem;
  font-weight: 500;
  color: #697898;
  border-radius: 0.5rem;
}
.content-wrap.sub .product-wrap .content .tab .tab-item.on {
  background: #113E9A;
  color: #fff;
  border-color: #113E9A;
}
.content-wrap.sub .product-wrap .content .tab-box {
  display: none;
}
.content-wrap.sub .product-wrap .content .tab-box.on {
  display: block;
}
.content-wrap.sub .product-wrap .content .title {
  margin: 0 0 3rem 0;
}
.content-wrap.sub .product-wrap .content .title .tit {
  line-height: 1.4;
  font-size: 4rem;
  font-weight: 700;
  color: #11329a;
}
.content-wrap.sub .product-wrap .content .title .tit span {
  font-weight: 400;
}
.content-wrap.sub .product-wrap .content .title .txt {
  line-height: 1.4;
  font-size: 2.4rem;
  font-weight: 500;
  color: #113e9a;
  margin: 1rem 0 0 0;
}
.content-wrap.sub .product-wrap .content .list {
  margin: 0 0 7rem;
}
.content-wrap.sub .product-wrap .content .list:last-of-type {
  margin-bottom: 0;
}
.content-wrap.sub .product-wrap .content .list li {
  margin: 0 0 5rem;
  padding: 5rem 8rem;
  border: 1px solid rgba(17, 62, 154, 0.5);
  background: #F8FAFF;
  display: flex;
  align-items: center;
  gap: 6rem;
}
.content-wrap.sub .product-wrap .content .list li .img {
  flex: 0 0 auto;
  width: 30rem;
  height: 25rem;
  background: rgba(18, 73, 163, 0.15);
}
.content-wrap.sub .product-wrap .content .list li .img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.content-wrap.sub .product-wrap .content .list li .con {
  flex: 1;
}
.content-wrap.sub .product-wrap .content .list li .con .t1 {
  margin: 0 0 2.5rem;
  line-height: 1.4;
  font-size: 3.5rem;
  font-weight: 700;
  color: #113e9a;
}
.content-wrap.sub .product-wrap .content .list li .con .t2 {
  margin: 0 0 1rem;
  line-height: 1.3;
  font-size: 2.2rem;
  font-weight: 500;
}
.content-wrap.sub .product-wrap .content .list li .con .t3 {
  line-height: 1.6;
  font-size: 2rem;
  font-weight: 300;
}
.content-wrap.sub .product-wrap .content .list li .con .t3 p {
  position: relative;
  padding: 0 0 0 25px;
}
.content-wrap.sub .product-wrap .content .list li .con .t3 p:before {
  content: "";
  position: absolute;
  top: 14px;
  left: 8px;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background: #000;
}
.content-wrap.sub .product-wrap .content .list li .con .t3 strong {
  font-weight: 700;
}
.content-wrap.sub .product-wrap .content .list li .act {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.content-wrap.sub .product-wrap .content .list li .act a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 20.2rem;
  height: 5.7rem;
  border-radius: 5.7rem;
  border: 2px solid rgba(17, 62, 154, 0.5);
  background: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  color: #113e9a;
  transition: all 0.3s;
}
.content-wrap.sub .product-wrap .content .list li .act a:after {
  content: "";
  width: 1.8rem;
  height: 2rem;
  background: url("../img/common/ic_arrow_blue.svg") no-repeat center/contain;
}
.content-wrap.sub .product-wrap .content .list li .act a:hover {
  border: 1px solid #113e9a;
  color: #fff;
  background: #113e9a;
}
.content-wrap.sub .product-wrap .content .list li .act a:hover:after {
  background-image: url("../img/common/ic_arrow_white.svg");
}
.content-wrap.sub .contact-wrap {
  position: relative;
  padding: 20rem 0 16rem;
}
.content-wrap.sub .contact-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  bottom: 0;
  background: #EFF6FF;
  z-index: -2;
}
.content-wrap.sub .contact-wrap:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 50%;
  width: 36.4rem;
  height: auto;
  aspect-ratio: 41/21;
  background: url("../img/sub/img_contact_polygon.png") no-repeat center/contain;
  z-index: -1;
  opacity: 0.1;
}
.content-wrap.sub .contact-wrap .inner {
  display: flex;
}
.content-wrap.sub .contact-wrap .left {
  width: 50%;
}
.content-wrap.sub .contact-wrap .right {
  width: 50%;
  padding: 0 0 0 20rem;
}
.content-wrap.sub .contact-wrap .logo {
  margin: 0 0 5rem;
}
.content-wrap.sub .contact-wrap .logo img {
  display: block;
  width: auto;
  max-width: 25rem;
}
.content-wrap.sub .contact-wrap .text {
  margin: 0 0 5rem;
}
.content-wrap.sub .contact-wrap .text .tit {
  line-height: 1.5;
  font-size: 2.8rem;
  font-weight: 600;
  color: #113e9a;
}
.content-wrap.sub .contact-wrap .text .txt {
  margin: 1.5rem 0 0;
  line-height: 1.3;
  font-size: 2rem;
  font-weight: 300;
  color: #113e9a;
}
.content-wrap.sub .contact-wrap .info dl {
  display: flex;
  margin: 0 0 1.5rem;
  line-height: 1.2;
  font-size: 1.6rem;
  font-weight: 300;
}
.content-wrap.sub .contact-wrap .info dl dt {
  width: 10rem;
  font-weight: 600;
  color: #113e9a;
}
.content-wrap.sub .contact-wrap .form {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem 1rem;
}
.content-wrap.sub .contact-wrap .form dl {
  width: 100%;
}
.content-wrap.sub .contact-wrap .form dl dt {
  line-height: 1.5;
  font-size: 1.6rem;
  font-weight: 600;
  margin: 0 0 1rem;
}
.content-wrap.sub .contact-wrap .form dl dd .inp-area input[type=text] {
  padding: 1.5rem;
  width: 100%;
  height: 5.2rem;
  border: 1px solid #ccc;
  background: #fff;
  font-size: 1.6rem;
}
.content-wrap.sub .contact-wrap .form dl dd .inp-area input[type=text]::-moz-placeholder {
  color: #c7c7c7;
  font-weight: 300;
}
.content-wrap.sub .contact-wrap .form dl dd .inp-area input[type=text]::placeholder {
  color: #c7c7c7;
  font-weight: 300;
}
.content-wrap.sub .contact-wrap .form dl dd .inp-area textarea {
  padding: 1.5rem;
  width: 100%;
  height: 10rem;
  border: 1px solid #ccc;
  background: #fff;
  font-size: 1.6rem;
}
.content-wrap.sub .contact-wrap .form dl dd .inp-area textarea::-moz-placeholder {
  color: #c7c7c7;
  font-weight: 300;
}
.content-wrap.sub .contact-wrap .form dl dd .inp-area textarea::placeholder {
  color: #c7c7c7;
  font-weight: 300;
}
.content-wrap.sub .contact-wrap .form dl.w275 {
  width: 27.5rem;
}
.content-wrap.sub .contact-wrap .form dl.w325 {
  width: 32.5rem;
}
.content-wrap.sub .contact-wrap .form dl.w225 {
  width: 22.5rem;
}
.content-wrap.sub .contact-wrap .form dl.w560 {
  width: 56rem;
}
.content-wrap.sub .contact-wrap .button {
  margin: 4rem 0 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.content-wrap.sub .contact-wrap .button button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22rem;
  height: 6.4rem;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  background: #0078D9;
}

@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.png") 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 button i {
    background: url("../img/common/ic_globe.svg") no-repeat center/contain;
  }
  .header-wrap.active .header .language 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.png") no-repeat center/contain;
  }
  .header-wrap.fixed .header .gnb > li > a {
    color: #fff;
  }
  .header-wrap.fixed .header .language button i {
    background: url("../img/common/ic_globe.svg") no-repeat center/contain;
  }
  .header-wrap.fixed .header .language 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 {
    min-height: 4.8rem;
  }
  .header .logo {
    width: 6rem;
  }
  .header .logo > a {
    display: block;
    background: url("../img/common/logo_w.png") 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(17, 62, 154, 0.7);
    transform: translateX(100%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
  }
  .header .nav.active {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }
  .header .gnb {
    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: center;
  }
  .header .gnb > li > a {
    line-height: 5rem;
    font-size: 2rem;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    gap: 0.6rem;
    transition: all 0.3s;
  }
  .header .gnb > li.active .lnb {
    display: block;
  }
  .header .lnb {
    position: static;
    transform: unset !important;
    opacity: 1;
    visibility: visible;
    padding: 1rem 0;
    display: none;
  }
  .header .lnb > li > a {
    justify-content: flex-start;
    line-height: 3rem;
    font-size: 1.4rem;
    color: #fff;
    text-align: left;
  }
  .header .lnb > li > a:hover {
    font-weight: 700;
    color: #113e9a;
  }
  .header .language {
    position: absolute;
    top: 12px;
    right: 60px;
    z-index: 5;
  }
  .header .language button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
  }
  .header .language button i {
    flex: 0 0 auto;
    width: 24px;
    height: 24px;
    background: url("../img/common/ic_globe_w.svg") no-repeat center/contain;
  }
  .header .language button span {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
  }
  .header .allmenu {
    position: absolute;
    top: 12px;
    right: 20px;
    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: 24px;
    height: 24px;
    background: url("../img/common/ic_allmenu_w.svg") no-repeat center/contain;
  }
  .footer {
    padding: 4rem 2rem;
  }
  .footer .upper {
    flex-wrap: wrap;
    margin: 0 0 2.5rem;
    row-gap: 2rem;
  }
  .footer .upper .logo {
    width: 16rem;
    height: auto;
    aspect-ratio: 160/74;
    background: url("../img/common/logo.png") no-repeat center/contain;
  }
  .footer .upper .link {
    flex-wrap: wrap;
  }
  .footer .upper .link a {
    font-size: 1.6rem;
  }
  .footer .upper .link a:after {
    margin: 0 1rem;
  }
  .footer .main .info {
    margin: 0 0 2.5rem;
    font-size: 1.2rem;
    color: #555;
    row-gap: 1rem;
  }
  .footer .main .info dl {
    display: flex;
    gap: 10px;
  }
  .footer .main .info dl.w100p {
    width: 100%;
  }
  .footer .main .info dt {
    font-weight: 700;
    width: 10rem;
    flex: 0 0 auto;
  }
  .footer .main .info dd {
    font-weight: 400;
  }
  .footer .main .cite {
    font-size: 1.4rem;
  }
  .footer .gotop {
    right: 2rem;
    bottom: 3rem;
    width: 5rem;
    height: 5rem;
  }
  .footer .gotop:before {
    width: 2.2rem;
    height: 2.2rem;
  }
  .footer .gotop.active {
    opacity: 1;
    visibility: visible;
    bottom: 2rem;
    pointer-events: all;
  }
}
@media all and (max-width: 85.375rem) and (max-width: 63.9375rem) {
  .footer .main .info .sec-info {
    display: block;
  }
  .footer .main .info {
    align-items: flex-start;
  }
  .footer .upper {
    align-items: flex-start;
    justify-content: center;
  }
  .footer .main .cite {
    font-size: 1.4rem;
    text-align: left;
  }
}
@media all and (max-width: 85.375rem) {
  .content-wrap.main .section {
    overflow: hidden;
  }
  .content-wrap.main .title-wrap {
    margin: 0 0 4rem 0;
  }
  .content-wrap.main .title-wrap .txt {
    margin: 0 0 1rem;
    font-size: 1.6rem;
  }
  .content-wrap.main .title-wrap .tit {
    font-size: 2.4rem;
  }
  .content-wrap.main .sec-1 {
    padding: 6rem 2rem;
  }
  .content-wrap.main .sec-1 .inner {
    display: flex;
    flex-direction: column;
  }
  .content-wrap.main .sec-1 .img-wrap {
    position: absolute;
    inset: 0;
    z-index: -1;
  }
  .content-wrap.main .sec-1 .img-wrap img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .content-wrap.main .sec-1 .img-wrap:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(26, 12, 61, 0) 27.19%, rgba(0, 10, 31, 0.9) 91.02%);
  }
  .content-wrap.main .sec-1 .txt-wrap {
    padding: 10rem 0 2.5rem;
  }
  .content-wrap.main .sec-1 .txt-wrap .t1 {
    margin: 0 0 2rem 0;
    font-size: 2rem;
  }
  .content-wrap.main .sec-1 .txt-wrap .t2 {
    font-size: 4.6rem;
    word-break: break-word;
  }
  .content-wrap.main .sec-1 .scroll-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .content-wrap.main .sec-1 .scroll-wrap .scroll-down {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
  }
  .content-wrap.main .sec-1 .scroll-wrap .scroll-down i {
    position: relative;
    width: 1.6rem;
    height: 2.4rem;
    border-radius: 5rem;
    border: 2px solid #fff;
  }
  .content-wrap.main .sec-1 .scroll-wrap .scroll-down i:before {
    content: "";
    position: absolute;
    top: 4px;
    left: 50%;
    width: 4px;
    height: 4px;
    border-radius: 4px;
    background: #fff;
    transform: translateX(-50%);
    transition: all 0.3s;
    animation: upDown 1s ease-in-out infinite alternate;
  }
  .content-wrap.main .sec-1 .scroll-wrap .scroll-down span {
    line-height: 1.4;
    font-size: 1.2rem;
    font-weight: 700;
    color: #fff;
  }
  .content-wrap.main .sec-1 .about-wrap {
    padding: 10rem 0 5rem;
    text-align: center;
  }
  .content-wrap.main .sec-1 .about-wrap .t1 {
    margin: 0 0 1rem;
    font-size: 1.6rem;
  }
  .content-wrap.main .sec-1 .about-wrap .t2 {
    font-size: 2rem;
  }
  .content-wrap.main .sec-2 {
    padding: 6rem 2rem;
  }
  .content-wrap.main .sec-2 .slider-wrap {
    position: relative;
  }
  .content-wrap.main .sec-2 .slider-wrap .swiper-slide {
    width: 1100px;
    max-width: 100dvw;
  }
  .content-wrap.main .sec-2 .slider-wrap .swiper-button-prev {
    left: -1rem;
    margin: -2rem 0 0 0;
    width: 4rem;
    height: 4rem;
  }
  .content-wrap.main .sec-2 .slider-wrap .swiper-button-prev:after {
    display: none;
  }
  .content-wrap.main .sec-2 .slider-wrap .swiper-button-next {
    left: unset;
    right: -1rem;
    margin: -2rem 0 0 0;
    width: 4rem;
    height: 4rem;
  }
  .content-wrap.main .sec-2 .slider-wrap .swiper-button-next:after {
    display: none;
  }
  .content-wrap.main .sec-2 .slider-wrap .thumb {
    width: 50%;
  }
  .content-wrap.main .sec-2 .slider-wrap .thumb img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .content-wrap.main .sec-2 .slider-wrap .text {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    margin: 0 0 -2rem 40%;
  }
  .content-wrap.main .sec-2 .slider-wrap .text .t1 {
    font-size: 1.6rem;
  }
  .content-wrap.main .sec-2 .slider-wrap .text .t2 {
    margin: 1rem 0 0;
    font-size: 1.3rem;
  }
  .content-wrap.main .sec-2 .slider-wrap .text .name {
    font-size: 3rem;
  }
  .content-wrap.main .sec-2 .bg-wrap {
    position: absolute;
    inset: 0;
    z-index: -1;
  }
  .content-wrap.main .sec-2 .bg-wrap:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 45.67%, rgba(180, 194, 222, 0.5) 100%);
  }
  .content-wrap.main .sec-2 .bg-wrap img {
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .content-wrap.main .sec-3 {
    padding: 6rem 2rem;
  }
  .content-wrap.main .sec-3 .title-wrap {
    text-align: center;
  }
  .content-wrap.main .sec-3 .semi-box ul {
    flex-wrap: wrap;
    row-gap: 2rem;
  }
  .content-wrap.main .sec-3 .semi-box li {
    width: 100%;
    flex: 0 0 auto;
  }
  .content-wrap.main .sec-3 .semi-box li a {
    position: relative;
    display: block;
  }
  .content-wrap.main .sec-3 .semi-box li .img {
    aspect-ratio: 20/12;
  }
  .content-wrap.main .sec-3 .semi-box li .img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .content-wrap.main .sec-3 .semi-box li .img:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 71, 157, 0) 25.42%, rgba(0, 0, 0, 0.3) 84.75%);
  }
  .content-wrap.main .sec-3 .semi-box li .tit {
    padding: 2rem;
    font-size: 2.2rem;
  }
  .content-wrap.main .sec-4 {
    position: relative;
    overflow: hidden;
  }
  .content-wrap.main .sec-4 .contact-wrap {
    height: 50rem;
  }
  .content-wrap.main .sec-4 .contact-wrap .txt {
    margin: 0 0 1rem;
    font-size: 1.6rem;
  }
  .content-wrap.main .sec-4 .contact-wrap .tit {
    font-size: 2.4rem;
  }
  .content-wrap.main .sec-4 .contact-wrap .act {
    margin: 3rem 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .content-wrap.main .sec-4 .contact-wrap .act a {
    font-size: 1.4rem;
  }
  .content-wrap.main .sec-4 .contact-wrap .act a:after {
    content: "";
    width: 18px;
    height: 20px;
    background: url("../img/common/ic_arrow_link.svg") no-repeat center/contain;
  }
  .content-wrap.main .sec-4 .bg-wrap {
    position: absolute;
    inset: 0;
    z-index: -1;
  }
  .content-wrap.main .sec-4 .bg-wrap:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(26, 65, 117, 0.1), rgba(26, 65, 117, 0.1)), linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), linear-gradient(180deg, rgba(0, 83, 184, 0.1019607843) -60%, #000C23 160%);
  }
  .content-wrap.main .sec-4 .bg-wrap img {
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .content-wrap.sub .subvisual-wrap {
    height: 100dvh;
  }
  .content-wrap.sub .subvisual-wrap .title {
    font-size: 4rem;
  }
  .content-wrap.sub .subvisual-wrap .bg {
    position: absolute;
    inset: 0;
  }
  .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(18, 73, 163, 0.4);
  }
  .content-wrap.sub .title-box {
    margin: 0 0 6rem;
    text-align: center;
  }
  .content-wrap.sub .title-box .tit {
    margin: 0 0 1rem;
    font-size: 2.5rem;
  }
  .content-wrap.sub .title-box .txt {
    font-size: 1.6rem;
  }
  .content-wrap.sub .about-wrap .sec {
    padding: 10rem 2rem;
  }
  .content-wrap.sub .about-wrap .sec .inner {
    flex-direction: column;
    row-gap: 2rem;
  }
  .content-wrap.sub .about-wrap .sec .bg {
    position: absolute;
    inset: 0;
    z-index: -1;
  }
  .content-wrap.sub .about-wrap .sec .bg:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, #FFFFFF 3.91%, rgba(200, 225, 255, 0.8) 187.02%);
  }
  .content-wrap.sub .about-wrap .sec .bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .content-wrap.sub .about-wrap .sec-2 {
    background: #F6FAFE;
  }
  .content-wrap.sub .about-wrap .sec-3 {
    background: #fff;
  }
  .content-wrap.sub .about-wrap .tab {
    flex-direction: row;
    width: 100%;
    gap: 1rem;
    height: 5rem;
  }
  .content-wrap.sub .about-wrap .tab .tab-item {
    line-height: 1.2;
    font-size: 1.6rem;
  }
  .content-wrap.sub .about-wrap .content {
    flex: 1;
  }
  .content-wrap.sub .about-wrap .content .overview .item {
    flex-direction: column;
    gap: 2rem;
    margin: 0 0 4rem;
  }
  .content-wrap.sub .about-wrap .content .overview .item:last-of-type {
    margin-bottom: 0;
  }
  .content-wrap.sub .about-wrap .content .overview .item .img {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
  }
  .content-wrap.sub .about-wrap .content .overview .item .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .content-wrap.sub .about-wrap .content .overview .item .con {
    flex: 1;
  }
  .content-wrap.sub .about-wrap .content .overview .item .tit {
    margin: 0 0 2.5rem;
    font-size: 2.4rem;
  }
  .content-wrap.sub .about-wrap .content .overview .item .txt {
    line-height: 1.5;
    font-size: 1.6rem;
  }
  .content-wrap.sub .about-wrap .content .corevalue ul {
    flex-direction: column;
    row-gap: 4rem;
  }
  .content-wrap.sub .about-wrap .content .corevalue ul li {
    flex: 1;
    position: relative;
  }
  .content-wrap.sub .about-wrap .content .corevalue ul li + li {
    margin-left: 0;
  }
  .content-wrap.sub .about-wrap .content .corevalue ul li .tit {
    margin: 0 auto;
    width: 80%;
    border: 3rem solid #e0e0e0;
    line-height: 1.2;
    font-size: 2.4rem;
  }
  .content-wrap.sub .about-wrap .content .corevalue ul li .txt {
    position: relative;
    margin: 4.4rem 0 0 !important;
    font-size: 1.6rem;
  }
  .content-wrap.sub .about-wrap .content .corevalue ul li .txt:before {
    content: "";
    position: absolute;
    bottom: calc(100% + 2rem);
    left: 50%;
    width: 4px;
    height: 4px;
    border-radius: 4px;
    background: #000;
    transform: translateX(-50%);
  }
  .content-wrap.sub .about-wrap .content .corevalue ul li .txt:after {
    bottom: calc(100% + 2rem) !important;
    height: 10.8rem !important;
    border-radius: 4px;
    background: #000;
  }
  .content-wrap.sub .about-wrap .content .milestones {
    gap: 3rem;
  }
  .content-wrap.sub .about-wrap .content .milestones .left {
    flex: 1;
    text-align: right;
  }
  .content-wrap.sub .about-wrap .content .milestones .left .head {
    margin: 0 0 1rem;
    font-size: 1.2rem;
  }
  .content-wrap.sub .about-wrap .content .milestones .left .year {
    margin: 0 0 1.5rem;
    font-size: 2rem;
  }
  .content-wrap.sub .about-wrap .content .milestones .left .image {
    width: 100%;
  }
  .content-wrap.sub .about-wrap .content .milestones .left .image img {
    max-width: 100%;
    height: auto;
  }
  .content-wrap.sub .about-wrap .content .milestones .right {
    flex: 1;
    text-align: left;
  }
  .content-wrap.sub .about-wrap .content .milestones .right .hist {
    position: relative;
    margin: 0;
  }
  .content-wrap.sub .about-wrap .content .milestones .right .hist:before {
    left: -2.15rem;
    width: 1.6rem;
    height: 1.6rem;
    border: 0.25rem solid #ff76e6;
  }
  .content-wrap.sub .about-wrap .content .milestones .right .hist:after {
    content: "";
    position: absolute;
    z-index: 3;
    top: 0;
    left: -1.5rem;
    height: 100%;
    border-left: 2px dotted rgba(0, 0, 0, 0.5);
  }
  .content-wrap.sub .about-wrap .content .milestones .right .hist ul {
    position: relative;
    padding: 5rem 0 0 0;
    --line-height: 0%;
  }
  .content-wrap.sub .about-wrap .content .milestones .right .hist ul:before {
    content: "";
    position: absolute;
    z-index: 4;
    top: 0;
    left: -1.5rem;
    height: var(--line-height);
    border-left: 2px solid #ff76e6;
  }
  .content-wrap.sub .about-wrap .content .milestones .right .hist ul li {
    position: relative;
    padding: 0 0 8rem;
  }
  .content-wrap.sub .about-wrap .content .milestones .right .hist ul li:before {
    content: "";
    position: absolute;
    z-index: 5;
    top: 0;
    left: -1.9rem;
    width: 1rem;
    height: 1rem;
    border-radius: 1rem;
    background: #979797;
  }
  .content-wrap.sub .about-wrap .content .milestones .right .hist ul li.active:before {
    background: #ff76e6;
  }
  .content-wrap.sub .about-wrap .content .milestones .right .hist ul li.active:after {
    content: "";
    position: absolute;
  }
  .content-wrap.sub .about-wrap .content .milestones .right .year {
    font-size: 2rem;
    margin: 0 0 1.6rem;
  }
  .content-wrap.sub .about-wrap .content .milestones .right .text {
    font-size: 1.4rem;
  }
  .content-wrap.sub .technology-wrap {
    padding: 10rem 2rem;
  }
  .content-wrap.sub .technology-wrap .content {
    margin: 0 auto;
    width: 120rem;
    max-width: 100%;
  }
  .content-wrap.sub .technology-wrap .content li {
    margin: 0 0 4rem;
    gap: 1.5rem 2.5rem;
    flex-wrap: wrap;
  }
  .content-wrap.sub .technology-wrap .content li:nth-child(even) {
    flex-direction: row-reverse;
  }
  .content-wrap.sub .technology-wrap .content li .img {
    width: 100%;
    aspect-ratio: 16/10;
  }
  .content-wrap.sub .technology-wrap .content li .img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .content-wrap.sub .technology-wrap .content li .con {
    padding: 0;
  }
  .content-wrap.sub .technology-wrap .content li .tit {
    margin: 0 0 2.5rem 0;
    font-size: 2rem;
  }
  .content-wrap.sub .technology-wrap .content li .txt {
    line-height: 1.5;
    font-size: 1.6rem;
  }
  .content-wrap.sub .technology-wrap .content li .txt p:before {
    top: 9px;
  }
  .content-wrap.sub .technology-wrap .bg {
    position: absolute;
    z-index: -1;
    inset: 0;
  }
  .content-wrap.sub .technology-wrap .bg:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, #FFFFFF 55.49%, rgba(200, 225, 255, 0.8) 192.86%);
  }
  .content-wrap.sub .technology-wrap .bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .content-wrap.sub .patents-wrap {
    padding: 10rem 2rem;
  }
  .content-wrap.sub .patents-wrap .content .item {
    flex-direction: column;
    margin: 0 0 4rem;
  }
  .content-wrap.sub .patents-wrap .content .item:last-of-type {
    margin-bottom: 0;
  }
  .content-wrap.sub .patents-wrap .content .item .name {
    width: 100%;
    font-size: 2.4rem;
    margin: 0 0 2rem;
  }
  .content-wrap.sub .patents-wrap .content .item .list {
    flex: 1;
  }
  .content-wrap.sub .patents-wrap .content .item .list ul {
    grid-template-columns: repeat(6, 1fr);
    gap: 4rem 1rem;
  }
  .content-wrap.sub .patents-wrap .content .item .list li .img {
    width: 100%;
    height: auto;
    aspect-ratio: 26/37;
  }
  .content-wrap.sub .patents-wrap .content .item .list li .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .content-wrap.sub .patents-wrap .content .item .list li .tit {
    font-size: 1.6rem;
  }
  .content-wrap.sub .patents-wrap .content .item .table {
    flex: 1;
    overflow: hidden;
    overflow-x: auto;
    border-top: 1px solid #000;
  }
  .content-wrap.sub .patents-wrap .content .item .table table {
    width: auto;
    min-width: 100%;
  }
  .content-wrap.sub .patents-wrap .content .item .table table tr {
    font-size: 1.2rem;
  }
  .content-wrap.sub .patents-wrap .content .item .table table th {
    padding: 1rem;
  }
  .content-wrap.sub .patents-wrap .content .item .table table td {
    padding: 1rem;
  }
  .content-wrap.sub .product-wrap {
    padding: 10rem 2rem;
  }
  .content-wrap.sub .product-wrap .content .tab {
    flex-wrap: wrap;
    margin: 0 0 4rem;
  }
  .content-wrap.sub .product-wrap .content .tab .tab-item {
    height: 4.2rem;
    font-size: 1.3rem;
  }
  .content-wrap.sub .product-wrap .content .tab-box {
    display: none;
  }
  .content-wrap.sub .product-wrap .content .tab-box.on {
    display: block;
  }
  .content-wrap.sub .product-wrap .content .title {
    margin: 0 0 3rem 0;
  }
  .content-wrap.sub .product-wrap .content .title .tit {
    font-size: 2.2rem;
  }
  .content-wrap.sub .product-wrap .content .title .tit span {
    font-weight: 400;
  }
  .content-wrap.sub .product-wrap .content .title .txt {
    line-height: 1.3;
    font-size: 1.4rem;
  }
  .content-wrap.sub .product-wrap .content .list {
    margin: 0 0 7rem;
  }
  .content-wrap.sub .product-wrap .content .list:last-of-type {
    margin-bottom: 0;
  }
  .content-wrap.sub .product-wrap .content .list li {
    margin: 0 0 2rem;
    padding: 1.5rem;
    gap: 2rem;
    flex-wrap: wrap;
  }
  .content-wrap.sub .product-wrap .content .list li .img {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
  }
  .content-wrap.sub .product-wrap .content .list li .img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .content-wrap.sub .product-wrap .content .list li .con {
    width: 100%;
    flex: 0 0 auto;
  }
  .content-wrap.sub .product-wrap .content .list li .con .t1 {
    margin: 0 0 1.8rem;
    font-size: 2rem;
  }
  .content-wrap.sub .product-wrap .content .list li .con .t2 {
    line-height: 1.2;
    font-size: 1.6rem;
  }
  .content-wrap.sub .product-wrap .content .list li .con .t3 {
    line-height: 1.5;
    font-size: 1.4rem;
  }
  .content-wrap.sub .product-wrap .content .list li .con .t3 p {
    position: relative;
    padding: 0 0 0 25px;
  }
  .content-wrap.sub .product-wrap .content .list li .con .t3 p:before {
    top: 8px;
  }
  .content-wrap.sub .product-wrap .content .list li .con .t3 strong {
    font-weight: 700;
  }
  .content-wrap.sub .product-wrap .content .list li .act {
    width: 100%;
  }
  .content-wrap.sub .product-wrap .content .list li .act a {
    padding: 0 1.5rem;
    width: auto;
    height: 4.2rem;
    font-size: 1.4rem;
    font-weight: 500;
    color: #113e9a;
    transition: all 0.3s;
  }
  .content-wrap.sub .product-wrap .content .list li .act a:after {
    content: "";
    width: 1.8rem;
    height: 2rem;
    background: url("../img/common/ic_arrow_blue.svg") no-repeat center/contain;
  }
  .content-wrap.sub .product-wrap .content .list li .act a:hover {
    border: 1px solid #113e9a;
    color: #fff;
    background: #113e9a;
  }
  .content-wrap.sub .product-wrap .content .list li .act a:hover:after {
    background-image: url("../img/common/ic_arrow_white.svg");
  }
  .content-wrap.sub .contact-wrap {
    position: relative;
    padding: 0 0 6rem;
  }
  .content-wrap.sub .contact-wrap:before {
    display: none;
  }
  .content-wrap.sub .contact-wrap:after {
    display: none;
  }
  .content-wrap.sub .contact-wrap .inner {
    flex-direction: column;
  }
  .content-wrap.sub .contact-wrap .left {
    position: relative;
    width: 100%;
    padding: 4rem 2rem;
    background: #EFF6FF;
  }
  .content-wrap.sub .contact-wrap .left:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 40%;
    height: auto;
    aspect-ratio: 41/21;
    background: url(../img/sub/img_contact_polygon.png) no-repeat center/contain;
    z-index: 0;
    opacity: 0.1;
  }
  .content-wrap.sub .contact-wrap .right {
    width: 100%;
    padding: 0;
  }
  .content-wrap.sub .contact-wrap .logo {
    margin: 0 0 2rem;
  }
  .content-wrap.sub .contact-wrap .logo img {
    max-width: 10rem;
  }
  .content-wrap.sub .contact-wrap .text {
    margin: 0 0 2rem;
  }
  .content-wrap.sub .contact-wrap .text .tit {
    font-size: 2rem;
  }
  .content-wrap.sub .contact-wrap .text .txt {
    margin: 1.3rem 0 0;
    font-size: 1.6rem;
  }
  .content-wrap.sub .contact-wrap .info dl {
    font-size: 1.4rem;
  }
  .content-wrap.sub .contact-wrap .info dl dt {
    flex: 0 0 auto;
  }
  .content-wrap.sub .contact-wrap .form {
    padding: 20px;
    gap: 2rem;
  }
  .content-wrap.sub .contact-wrap .form dl {
    width: 100% !important;
  }
  .content-wrap.sub .contact-wrap .form dl dt {
    font-size: 1.2rem;
  }
  .content-wrap.sub .contact-wrap .form dl dd .inp-area input[type=text] {
    padding: 1rem 1.5rem;
    width: 100%;
    height: 4.6rem;
    font-size: 1.4rem;
  }
  .content-wrap.sub .contact-wrap .form dl dd .inp-area input[type=text]::-moz-placeholder {
    color: #c7c7c7;
    font-weight: 300;
  }
  .content-wrap.sub .contact-wrap .form dl dd .inp-area input[type=text]::placeholder {
    color: #c7c7c7;
    font-weight: 300;
  }
  .content-wrap.sub .contact-wrap .form dl dd .inp-area textarea {
    padding: 1.5rem;
    height: 8rem;
    font-size: 1.4rem;
  }
  .content-wrap.sub .contact-wrap .button {
    margin: 4rem 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .content-wrap.sub .contact-wrap .button button {
    width: 16rem;
    height: 4.6rem;
    font-size: 1.6rem;
  }
}
@media all and (max-width: 64rem) {
  .content-wrap.sub .patents-wrap .content .item .list ul {
    grid-template-columns: repeat(3, 1fr);
  }
}/*# sourceMappingURL=layout.css.map */