@media all and (max-width: 47.9375rem) {
  .inner {
    padding: 0 2rem;
  }
}
.sec-1 {
  background: url("../img/main/section_01.jpg") no-repeat center;
  background-size: cover;
}
.sec-1 .inner {
  height: 100vh;
}
.sec-1 .fp-scroller {
  position: relative;
}
.sec-1 .txt-wrap {
  display: flex;
  height: 100%;
  justify-content: flex-end;
  flex-direction: column;
  gap: 4.8rem;
  padding-bottom: 22.222222%;
}
.sec-1 .sec-tit {
  font-size: 6.4rem;
  font-weight: 800;
  line-height: 1.25;
  color: #FFFFFF;
}
.sec-1 .desc {
  font-size: calc(var(--fs-md) + 0.2rem);
  font-weight: 400;
  line-height: 1.5;
  color: #FFFFFF;
  max-width: 70%;
}
.sec-1 .viewmore {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  gap: 1rem;
  margin-top: 1.2rem;
  padding: 1.4rem 3rem;
  border-radius: 10rem;
  -webkit-border-radius: 10rem;
  -moz-border-radius: 10rem;
  -ms-border-radius: 10rem;
  -o-border-radius: 10rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
  font-size: var(--fs-sm);
  font-weight: 600;
  line-height: 1.42857;
  color: #DFDFDF;
  transition: background 0.4s, color 0.4s;
  -webkit-transition: background 0.4s, color 0.4s;
  -moz-transition: background 0.4s, color 0.4s;
  -ms-transition: background 0.4s, color 0.4s;
  -o-transition: background 0.4s, color 0.4s;
}
.sec-1 .viewmore .arrow,
.sec-1 .viewmore img {
  display: block;
}
.sec-1 .viewmore:hover {
  background: #FFFFFF;
  color: #000;
}
.sec-1 .viewmore:hover img {
  content: url("../img/icon/arrow-h.png");
}
.sec-1 .card {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  width: 25.208333%;
}
.sec-1 .card li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  height: 25%;
  max-height: 238px;
}
.sec-1 .card li:last-child {
  border-bottom: none;
}
.sec-1 .card a {
  display: flex;
  gap: 2.4rem;
  padding: 0 6rem 0;
  height: 100%;
  align-items: center;
  transition: background 0.6s;
  -webkit-transition: background 0.6s;
  -moz-transition: background 0.6s;
  -ms-transition: background 0.6s;
  -o-transition: background 0.6s;
}
.sec-1 .card a:hover {
  background: #181F31;
}
.sec-1 .card a:hover .arrow-img img {
  content: url("../img/main/arrow-h.png");
}
.sec-1 .txt-cont {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.sec-1 .type {
  font-size: calc(var(--fs-md) + 0.6rem);
  font-weight: 700;
  line-height: 1.5;
  color: #FFFFFF;
}

.sec-2 {
  background: url("../img/main/section_02.jpg") no-repeat;
  background-size: cover;
}
.sec-2 .flex-wrap {
  display: flex;
  justify-content: space-between;
}
.sec-2 .left {
  display: flex;
  flex-direction: column;
  gap: 4.8rem;
  padding-top: 4.6rem;
  flex: 1;
}
.sec-2 .txt-wrap {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.sec-2 .subject {
  font-size: var(--fs-sm);
  font-weight: 600;
  line-height: 1.42857;
  color: #232D48;
}
.sec-2 .sec-tit {
  font-size: calc(var(--fs-vtit) - 0.8rem);
  font-weight: 700;
  line-height: 1.25;
  color: #000;
}
.sec-2 .desc-wrap {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  width: 75%;
}
.sec-2 .desc-wrap .line {
  width: 1.2rem;
  height: 0.1rem;
  background: #9AA0AD;
}
.sec-2 .desc-wrap .desc {
  font-size: var(--fs-com);
  font-weight: 400;
  line-height: 1.75;
}
.sec-2 .viewmore {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  gap: 1rem;
  padding: 1.4rem 3rem;
  border-radius: 10rem;
  -webkit-border-radius: 10rem;
  -moz-border-radius: 10rem;
  -ms-border-radius: 10rem;
  -o-border-radius: 10rem;
  border: 1px solid rgba(35, 45, 72, 0.5);
  font-size: var(--fs-sm);
  font-weight: 600;
  line-height: 1.42857;
  color: #232D48;
  transition: background 0.4s, color 0.4s;
  -webkit-transition: background 0.4s, color 0.4s;
  -moz-transition: background 0.4s, color 0.4s;
  -ms-transition: background 0.4s, color 0.4s;
  -o-transition: background 0.4s, color 0.4s;
}
.sec-2 .viewmore .arrow,
.sec-2 .viewmore img {
  display: block;
}
.sec-2 .viewmore:hover {
  background: #232D48;
  color: #FFFFFF;
}
.sec-2 .viewmore:hover img {
  content: url("../img/icon/arrow.png");
}
.sec-2 .right {
  display: flex;
  gap: 2.4rem;
  align-items: center;
}
.sec-2 .right .card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.4rem;
}
.sec-2 .right li {
  position: relative;
  border: 0.1rem solid #DFDFDF;
  overflow: hidden;
  border-radius: 2.4rem;
  -webkit-border-radius: 2.4rem;
  -moz-border-radius: 2.4rem;
  -ms-border-radius: 2.4rem;
  -o-border-radius: 2.4rem;
  background: #FFFFFF;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.sec-2 .right li img {
  width: 262px;
  height: 158px;
}
.sec-2 .right li:hover {
  box-shadow: 6px 6px 12px 0 rgba(0, 0, 0, 0.2);
}
.sec-2 .right li:hover::before {
  opacity: 1;
}
.sec-2 .right li:hover a .type {
  background: #FFFFFF;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sec-2 .right li:hover a .p-name {
  color: #FFFFFF;
}
.sec-2 .right li::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(116deg, #232d48 0%, #233dc0 100%);
  opacity: 0;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.sec-2 .right a {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4rem;
  padding: 4rem;
}
.sec-2 .right .type {
  display: block;
  text-align: center;
  font-size: var(--fs-sm);
  font-weight: 800;
  background: linear-gradient(90deg, #232d48 0%, #233dc0 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 1.68px;
  line-height: 1.42867;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.sec-2 .right .p-name {
  text-align: center;
  font-size: var(--fs-stit);
  font-weight: 700;
  line-height: 1.5;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.sec-3 {
  background: url("../img/main/section_03.jpg") no-repeat center;
  background-size: cover;
}
.sec-3 .txt-wrap {
  display: flex;
  gap: 4.8rem;
  align-items: flex-end;
}
.sec-3 .sec-tit {
  font-size: calc(var(--fs-vtit) + 0.8rem);
  font-weight: 800;
  line-height: 1.25;
  color: #FFFFFF;
}
.sec-3 .viewmore {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  gap: 1rem;
  padding: 1.4rem 3rem;
  border-radius: 10rem;
  -webkit-border-radius: 10rem;
  -moz-border-radius: 10rem;
  -ms-border-radius: 10rem;
  -o-border-radius: 10rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
  font-size: var(--fs-sm);
  font-weight: 600;
  line-height: 1.42857;
  color: #DFDFDF;
  transition: background 0.4s, color 0.4s;
  -webkit-transition: background 0.4s, color 0.4s;
  -moz-transition: background 0.4s, color 0.4s;
  -ms-transition: background 0.4s, color 0.4s;
  -o-transition: background 0.4s, color 0.4s;
}
.sec-3 .viewmore .arrow,
.sec-3 .viewmore img {
  display: block;
}
.sec-3 .viewmore:hover {
  background: #FFFFFF;
  color: #000;
}
.sec-3 .viewmore:hover img {
  content: url("../img/icon/arrow-h.png");
}
.sec-3 .p-card {
  display: flex;
  flex-wrap: wrap;
  gap: 2.4rem;
  margin-top: 9.6rem;
}
.sec-3 .p-card li {
  width: calc(25% - 1.8rem);
  overflow: hidden;
  border-radius: 1.2rem;
  -webkit-border-radius: 1.2rem;
  -moz-border-radius: 1.2rem;
  -ms-border-radius: 1.2rem;
  -o-border-radius: 1.2rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.sec-3 .p-card li:hover {
  background: rgba(0, 0, 0, 0.2);
  border-color: #FFFFFF;
}
.sec-3 .p-card li:hover .icon-arrow {
  opacity: 1;
}
.sec-3 .p-card a {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  align-items: center;
  padding: 4rem;
}
.sec-3 .p-card .img {
  position: relative;
  display: flex;
  align-items: center;
  height: 10rem;
}
.sec-3 .p-card .img img {
  height: 100%;
}
.sec-3 .p-card .icon-arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.4s;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -ms-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
}
.sec-3 .p-card .type {
  display: block;
  text-align: center;
  font-size: var(--fs-stit);
  font-weight: 700;
  line-height: 1.5;
  color: #FFFFFF;
}

.sec-4 {
  height: -moz-fit-content !important;
  height: fit-content !important;
}
.sec-4 .fp-tableCell {
  height: -moz-fit-content !important;
  height: fit-content !important;
}

.sec-2,
.sec-3 {
  padding-top: 7rem;
}

@media all and (max-width: 85.375rem) {
  .sec-1 .txt-wrap {
    padding-bottom: 20.222222%;
  }
  .sec-1 .sec-tit {
    font-size: 5.7rem;
  }
  .sec-1 .card a {
    padding: 8rem 4rem 0;
  }
  .sec-2 .inner {
    padding: 4rem 4rem 8rem;
  }
  .sec-2 .flex-wrap {
    gap: 6rem;
  }
  .sec-2 .desc {
    word-break: keep-all;
  }
  .sec-2 .desc br {
    display: none;
  }
  .sec-2 .left {
    width: 45%;
  }
  .sec-2 .right li img {
    width: 180px;
    height: auto;
  }
  .sec-2 .right a {
    gap: 3rem;
    padding: 3rem;
  }
  .sec-3 .p-card {
    margin-top: 6rem;
  }
}
@media all and (max-width: 63.9375rem) {
  .sec-1 .txt-wrap {
    height: 70%;
    gap: 4rem;
  }
  .sec-1 .sec-tit {
    font-size: 4.5rem;
  }
  .sec-1 .desc {
    font-size: var(--fs-md);
    white-space: nowrap;
  }
  .sec-1 .card {
    display: flex;
    bottom: 0;
    top: auto;
    width: 100%;
    height: 30%;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-right: none;
  }
  .sec-1 .card li {
    width: 33.3333333333%;
    height: 100%;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: none;
  }
  .sec-2 .inner {
    padding: 4rem 4rem 6rem;
  }
  .sec-2 .flex-wrap {
    flex-direction: column;
    gap: 4rem;
  }
  .sec-2 .left {
    width: 100%;
    padding-top: 0;
  }
  .sec-2 .right {
    width: 100%;
  }
  .sec-2 .right .card {
    flex: 1;
    min-width: 0;
  }
  .sec-2 .right li {
    width: 100%;
  }
  .sec-2 .right a {
    width: 100%;
    padding: 2rem;
    gap: 2rem;
  }
  .sec-2 .right img {
    width: 100%;
    height: auto;
    max-width: 220px;
  }
  .sec-3 .p-card {
    margin-top: 4rem;
  }
  .sec-3 .p-card li {
    width: calc(33.3333333333% - 1.6rem);
  }
  .sec-3 .p-card a {
    padding: 3rem;
  }
}
@media all and (max-width: 47.9375rem) {
  .sec-1 .txt-wrap {
    gap: 2rem;
    height: 65%;
  }
  .sec-1 .sec-tit {
    font-size: 3.2rem;
  }
  .sec-1 .desc {
    font-size: var(--fs-com);
    word-break: keep-all;
    white-space: wrap;
  }
  .sec-1 .desc br {
    display: none;
  }
  .sec-1 .card {
    flex-wrap: wrap;
    height: 35%;
  }
  .sec-1 .card li {
    width: 50%;
    height: 50%;
  }
  .sec-1 .card a {
    justify-content: space-between;
    padding: 3rem 2rem 0;
    gap: 0;
  }
  .sec-1 .txt-cont {
    gap: 1.6rem;
  }
  .sec-1 .type {
    font-size: var(--fs-md);
  }
  .sec-2 {
    padding: 6rem 0;
  }
  .sec-2 .inner {
    padding: 0 2rem 0;
  }
  .sec-2 .left {
    gap: 2.4rem;
  }
  .sec-2 .right {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1.2rem;
  }
  .sec-2 .right .card {
    width: calc(50% - 0.6rem);
  }
  .sec-2 .right li {
    width: 100%;
  }
  .sec-2 .right a {
    width: 100%;
    padding: 1.6rem;
    gap: 1.6rem;
  }
  .sec-2 .right img {
    width: 100%;
    height: auto;
  }
  .sec-3 {
    padding: 6rem 0;
  }
  .sec-3 .txt-wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.6rem;
  }
  .sec-3 .sec-tit {
    font-size: calc(var(--fs-vtit) + 0.4rem);
  }
  .sec-3 .p-card {
    gap: 1.2rem;
  }
  .sec-3 .p-card li {
    width: calc(50% - 0.6rem);
  }
  .sec-3 .p-card a {
    padding: 2rem;
    gap: 1.6rem;
  }
}/*# sourceMappingURL=main-en.css.map */