/*------------------------------------------------------------
	Clearfix
------------------------------------------------------------*/
/*------------------------------------------------------------
	Font
------------------------------------------------------------*/
/*------------------------------------------------------------
	Media
------------------------------------------------------------*/
/*------------------------------------------------------------
	Flex Box
------------------------------------------------------------*/
:root {
  --font-pri: "Mulish", sans-serif;
  --footer-bg-color: #fff;
  --footer-clr-text: $color-text;
  --foter-clr-text-cpr: #fafafa;
  --z-i-header: 100; }

.award {
  padding-top: 6rem;
  padding-bottom: 12rem;
  overflow: hidden; }
  @media screen and (max-width: 576px) {
    .award {
      padding-top: 4rem;
      padding-bottom: 4rem; }
      .award .tt-section {
        text-align: center; } }

.award-slide {
  margin-right: -1.6rem;
  margin-left: -1.6rem;
  position: relative; }
  .award-slide .swiper-slide {
    padding: 4rem 1.6rem;
    width: 25%; }
  .award-slide .swiper-pagination {
    margin-top: 0; }
  @media screen and (max-width: 1199.98px) {
    .award-slide {
      margin-right: -1rem;
      margin-left: -1rem; }
      .award-slide .swiper-slide {
        padding: 4rem 1rem; } }
  @media screen and (max-width: 992px) {
    .award-slide .swiper-slide {
      width: calc(100% / 3); } }
  @media screen and (max-width: 768px) {
    .award-slide .swiper-slide {
      width: 50%; } }
  @media screen and (max-width: 575.98px) {
    .award-slide .swiper-slide {
      width: 100%; } }

.award-item {
  background: #f1f2f7;
  border: 1px solid #e4e4e7;
  border-radius: 1.6rem;
  padding: 1.6rem 3rem;
  display: flex;
  flex-direction: column;
  row-gap: 1.6rem;
  transition: 0.3s ease; }
  .award-item:hover {
    box-shadow: 4px 8px 24px 0px rgba(26, 26, 28, 0.15); }
  @media screen and (max-width: 1199.98px) {
    .award-item {
      padding: 1.6rem; } }

.award-img {
  display: flex;
  align-items: center;
  justify-content: center; }
  .award-img img {
    height: 100%;
    width: auto;
    max-height: 14.5rem;
    object-fit: cover; }

.award-content {
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  color: #52525b; }
  @media only screen and (max-width: 800px) {
    .award-content {
      font-size: 1.4rem; } }

.award-modal {
  width: 100%;
  padding: 2.4rem;
  max-width: 68.2rem;
  height: fit-content; }
  .award-modal a.close-modal {
    top: 0.8rem;
    width: 2.4rem;
    height: 2.4rem;
    right: 1.2rem;
    background-image: url("../images/about/ico_close.svg"); }
  .award-modal .awrad-box {
    display: flex;
    flex-wrap: wrap;
    gap: 1.6rem;
    align-items: flex-start; }
    .award-modal .awrad-box .award-content {
      flex: 1;
      font-size: 1.4rem;
      color: #52525b;
      display: flex;
      flex-direction: column;
      gap: 2rem;
      text-align: left;
      font-weight: 400; }
      @media screen and (max-width: 575.98px) {
        .award-modal .awrad-box .award-content {
          flex: unset;
          width: 100%;
          row-gap: 1.5rem; } }
    .award-modal .awrad-box .award-img {
      width: 31%; }
      @media screen and (max-width: 575.98px) {
        .award-modal .awrad-box .award-img {
          width: 100%; } }
  @media screen and (max-width: 575.98px) {
    .award-modal {
      aspect-ratio: unset;
      padding: 2rem 1.5rem; } }

.award-tag {
  display: flex;
  gap: 1.6rem;
  flex-wrap: wrap;
  align-items: center; }
  @media screen and (max-width: 575.98px) {
    .award-tag {
      gap: 0.8rem; } }

.award-link {
  padding: 0.4rem;
  display: block;
  color: #fafafa;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  border-radius: 0.4rem;
  background: #008dda; }

.award-tt2 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  color: #18181b; }
  @media only screen and (max-width: 800px) {
    .award-tt2 {
      font-size: 1.4rem; } }

body:has(.is-fixed) .ab-nav {
  top: 12.4rem; }
  @media screen and (max-width: 1199.98px) {
    body:has(.is-fixed) .ab-nav {
      top: 7.2rem; } }

body:has(.is-fixed) header.is-fixed {
  box-shadow: none;
  -webkit-box-shadow: none; }
  body:has(.is-fixed) header.is-fixed .header-box {
    box-shadow: none;
    -webkit-box-shadow: none; }

body:has(.is-fixed):has(.is-hidden) .ab-nav {
  top: 0; }

.ab-nav {
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 100;
  transition: top 0.4s; }

.ab-nav_link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2.3rem 1.6rem;
  position: relative;
  color: #3f3f46;
  font-weight: 500; }
  .ab-nav_link::before {
    position: absolute;
    z-index: 0;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 0;
    height: 0.3rem;
    background-color: transparent;
    transition: 0.3s ease; }
  .ab-nav_link:hover {
    color: #0c4da2; }
    .ab-nav_link:hover::before {
      background-color: #0c4da2;
      width: 100%; }
  @media screen and (max-width: 1199.98px) {
    .ab-nav_link {
      padding: 2rem 1.6rem; } }
  @media screen and (max-width: 992px) {
    .ab-nav_link {
      justify-content: flex-start;
      padding: 1.6rem 0; } }

.ab-nav_list {
  display: flex;
  white-space: nowrap;
  overflow-y: auto; }
  .ab-nav_list::-webkit-scrollbar {
    display: none; }
  @media screen and (max-width: 992px) {
    .ab-nav_list {
      white-space: initial;
      overflow-y: initial;
      flex-wrap: wrap; } }

.ab-nav_item {
  position: relative;
  flex: 1 1 26.5rem; }
  .ab-nav_item::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    height: 0.1rem;
    background-color: #E4E4E7;
    pointer-events: none; }
  .ab-nav_item.is-active .ab-nav_link {
    color: #0c4da2;
    font-weight: 700; }
    .ab-nav_item.is-active .ab-nav_link::before {
      background: #0c4da2;
      width: 100%; }
  @media screen and (max-width: 992px) {
    .ab-nav_item {
      width: 100%; } }

.aside-overlay {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.5s; }

.aside-close {
  display: none;
  cursor: pointer; }
  @media screen and (max-width: 992px) {
    .aside-close {
      margin-left: auto;
      margin-right: 0;
      padding: 1rem;
      width: fit-content;
      display: flex; } }
  .aside-close img {
    display: block;
    width: 100%;
    width: 2rem;
    height: 2rem;
    height: 100%; }

.aside-icon {
  display: none;
  position: fixed;
  top: 40%;
  transform: translateY(-50%);
  left: 0;
  width: 3.4rem;
  height: 3.4rem;
  border: 0.1rem solid #0C4DA2;
  background-color: #fff;
  cursor: pointer;
  z-index: 10; }
  @media screen and (max-width: 992px) {
    .aside-icon {
      display: block;
      display: flex;
      align-items: center;
      justify-content: center; } }
  .aside-icon img {
    width: 2rem;
    height: 2rem; }

@media screen and (max-width: 992px) {
  .aside-main {
    width: 29.2rem;
    padding: 2.4rem 0 1.2rem;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    transform: translateX(-120%);
    background-color: #fff;
    border-radius: 1.6rem 0 0 1.6rem;
    box-shadow: 0rem 0.1rem 1rem 0rem rgba(0, 0, 0, 0.1);
    z-index: 101;
    transition: 0.3s ease;
    border-radius: 0;
    padding: 1.5rem; } }

.aside-main.is-active {
  transform: translateX(0); }

.aside-main.is-active ~ .aside-overlay {
  opacity: 1;
  visibility: visible;
  pointer-events: auto; }

.intro {
  overflow: hidden; }

.intro-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  row-gap: 3rem;
  margin-right: -1.6rem;
  margin-left: -1.6rem; }
  @media screen and (max-width: 1199.98px) {
    .intro-wrap {
      margin-right: -1rem;
      margin-left: -1rem; } }

.intro-item {
  width: 50%;
  padding: 0 1.6rem; }
  .intro-item .tt-section {
    color: #0c4da2; }
  .intro-item:first-child {
    display: flex;
    flex-direction: column;
    row-gap: 4rem; }
  @media screen and (max-width: 1199.98px) {
    .intro-item {
      padding: 0 1rem; }
      .intro-item:first-child {
        row-gap: 2.4rem; } }
  @media screen and (max-width: 768px) {
    .intro-item {
      width: 100%; }
      .intro-item:first-child {
        row-gap: 1.6rem; } }
  @media screen and (max-width: 576px) {
    .intro-item .tt-section {
      text-align: center; } }

.intro-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 1.6rem; }

.intro-content {
  font-size: 1.8rem;
  font-weight: 300;
  color: #18181B;
  display: flex;
  flex-direction: column;
  row-gap: 1rem; }
  @media only screen and (max-width: 1200px) {
    .intro-content {
      font-size: 1.6rem; } }
  @media only screen and (max-width: 800px) {
    .intro-content {
      font-size: 1.5rem; } }
  @media only screen and (max-width: 575px) {
    .intro-content {
      font-size: 1.4rem; } }
  .intro-content strong {
    font-weight: 700; }

.history {
  overflow: hidden; }
  @media screen and (max-width: 576px) {
    .history .tt-section {
      text-align: center; } }

.history-slide {
  margin-top: 4rem; }
  .history-slide .intro-item:first-child {
    row-gap: 0; }
  .history-slide .intro-item:last-child {
    row-gap: 3.2rem;
    display: flex;
    flex-direction: column; }
    @media screen and (max-width: 992px) {
      .history-slide .intro-item:last-child {
        row-gap: 1.6rem; } }
  .history-slide .intro-content {
    font-size: 1.8rem; }
    @media only screen and (max-width: 1200px) {
      .history-slide .intro-content {
        font-size: 1.6rem; } }
    @media only screen and (max-width: 800px) {
      .history-slide .intro-content {
        font-size: 1.5rem; } }
    @media only screen and (max-width: 575px) {
      .history-slide .intro-content {
        font-size: 1.4rem; } }

.history-tt {
  font-size: 3.2rem;
  font-weight: 700;
  color: #27272a;
  line-height: 1.2;
  max-width: 48.8rem; }
  @media only screen and (max-width: 1200px) {
    .history-tt {
      font-size: 3rem; } }
  @media only screen and (max-width: 800px) {
    .history-tt {
      font-size: 2.8rem; } }
  @media screen and (max-width: 575px) {
    .history-tt {
      font-size: 2.2rem; } }

.history-year {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  color: #3f3f46;
  width: 100%;
  border-bottom: 3px solid transparent;
  transition: 0.3s ease;
  padding: 2.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative; }
  @media only screen and (max-width: 800px) {
    .history-year {
      font-size: 1.4rem; } }
  .history-year::before {
    content: "";
    position: absolute;
    bottom: -0.3rem;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 0.1rem;
    background-color: #E4E4E7;
    pointer-events: none; }

.history-thumb {
  margin: 0 4rem; }
  .history-thumb .swiper-slide {
    width: calc(100% / 6); }
    .history-thumb .swiper-slide.swiper-slide-thumb-active .history-year {
      border-color: #0c4da2;
      color: #0c4da2;
      font-weight: 700; }
    @media screen and (max-width: 992px) {
      .history-thumb .swiper-slide {
        width: 25%; } }
    @media screen and (max-width: 768px) {
      .history-thumb .swiper-slide {
        width: calc(100% / 3); } }
    @media screen and (max-width: 576px) {
      .history-thumb .swiper-slide {
        width: 50%; } }
  @media screen and (max-width: 1199.98px) {
    .history-thumb {
      margin: 0 2rem; } }

.history-slide {
  margin-right: -4rem;
  margin-left: -4rem; }
  .history-slide .swiper-wrapper {
    display: flex; }
  @media screen and (max-width: 1199.98px) {
    .history-slide {
      margin-right: 0;
      margin-left: 0; } }
  @media screen and (max-width: 768px) {
    .history-slide .intro-item {
      width: 100%; }
    .history-slide .intro-wrap {
      flex-direction: column-reverse; } }

.history-gallery {
  margin-right: 4rem;
  margin-left: 4rem;
  margin-top: 4rem; }
  .history-gallery .swiper {
    overflow: hidden; }
  .history-gallery .swiper-slide {
    width: 100%;
    opacity: 0 !important;
    transition: 0.4s; }
    .history-gallery .swiper-slide-active {
      opacity: 1 !important; }
      .history-gallery .swiper-slide-active .intro-img img {
        opacity: 1;
        transform: none;
        transition-delay: 400ms; }
      .history-gallery .swiper-slide-active .intro-item:last-child .history-tt {
        opacity: 1;
        transform: none;
        transition-delay: 400ms; }
      .history-gallery .swiper-slide-active .intro-item:last-child .intro-content > * {
        opacity: 1;
        transform: none; }
        .history-gallery .swiper-slide-active .intro-item:last-child .intro-content > *:nth-child(1) {
          transition-delay: 400ms; }
        .history-gallery .swiper-slide-active .intro-item:last-child .intro-content > *:nth-child(2) {
          transition-delay: 500ms; }
        .history-gallery .swiper-slide-active .intro-item:last-child .intro-content > *:nth-child(3) {
          transition-delay: 600ms; }
  .history-gallery .intro-img img {
    object-fit: cover;
    opacity: 0;
    transform: translate(-25px, 0);
    transition: all 1000ms; }
  .history-gallery .intro-item:last-child .history-tt {
    opacity: 0;
    transform: translateY(-25px);
    transition: all 500ms; }
  .history-gallery .intro-item:last-child .intro-content > * {
    opacity: 0;
    transform: translateY(-25px);
    transition: all 500ms; }
  @media screen and (max-width: 1199.98px) {
    .history-gallery {
      margin-right: 0;
      margin-left: 0; } }

.vision-list {
  margin-right: -1.6rem;
  margin-left: -1.6rem;
  display: flex;
  flex-wrap: wrap;
  row-gap: 2.4rem;
  justify-content: center;
  margin-top: 4rem; }
  @media screen and (max-width: 1199.98px) {
    .vision-list {
      margin-right: -1rem;
      margin-left: -1rem; } }
  @media screen and (max-width: 768px) {
    .vision-list {
      margin-top: 2.4rem; } }

.vision {
  overflow: hidden; }
  @media screen and (max-width: 576px) {
    .vision .tt-section {
      text-align: center; } }

.vision-item {
  padding: 0 1.6rem;
  width: 25%; }
  @media screen and (max-width: 1199.98px) {
    .vision-item {
      padding: 0 1rem; } }
  @media screen and (max-width: 992px) {
    .vision-item {
      width: calc(100% / 3); } }
  @media screen and (max-width: 768px) {
    .vision-item {
      width: 50%; } }
  @media screen and (max-width: 576px) {
    .vision-item {
      width: 100%; } }

.vision-inner {
  padding: 2.4rem;
  border-radius: 1.6rem;
  border: 1px solid #e4e4e7;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 2.4rem;
  height: 100%; }
  @media screen and (max-width: 1199.98px) {
    .vision-inner {
      padding: 2rem 1.5rem; } }
  @media screen and (max-width: 576px) {
    .vision-inner {
      row-gap: 1.6rem; } }

.vision-img {
  width: 6.4rem;
  height: 6.4rem;
  border-radius: 50%;
  background: #ecf9ff;
  padding: 1.2rem; }
  .vision-img img {
    width: 4rem;
    height: 4rem; }

.vision-content {
  font-size: 2rem;
  text-align: center;
  color: #3f3f46; }
  @media only screen and (max-width: 1200px) {
    .vision-content {
      font-size: 1.8rem; } }
  @media only screen and (max-width: 800px) {
    .vision-content {
      font-size: 1.6rem; } }
  .vision-content strong {
    font-weight: 700; }

.lead {
  overflow: hidden; }
  @media screen and (max-width: 576px) {
    .lead .tt-section {
      display: flex;
      align-items: center;
      flex-direction: column; } }

.lead-list {
  margin-top: 4rem;
  margin-right: -1.6rem;
  margin-left: -1.6rem;
  row-gap: 2.4rem;
  display: flex;
  flex-wrap: wrap; }
  @media screen and (max-width: 1199.98px) {
    .lead-list {
      margin-right: -1rem;
      margin-left: -1rem; } }
  @media screen and (max-width: 576px) {
    .lead-list {
      margin-top: 2.4rem; } }

.lead-item {
  padding: 0 1.6rem;
  width: calc(100% / 3); }
  .lead-item:is(:nth-child(1), :nth-child(2)) {
    width: 100%; }
    @media screen and (min-width: 576.02px) {
      .lead-item:is(:nth-child(1), :nth-child(2)) .lead-inner {
        max-width: 31.58%;
        margin: 0 auto; } }
  @media screen and (max-width: 1199.98px) {
    .lead-item {
      padding: 0 1rem; } }
  @media screen and (max-width: 576px) {
    .lead-item {
      width: 100%; } }

.lead-content {
  margin-top: 1.6rem;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  text-align: center;
  color: #3f3f46; }

.lead-tt {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5; }
  @media only screen and (max-width: 1200px) {
    .lead-tt {
      font-size: 1.8rem; } }
  @media only screen and (max-width: 800px) {
    .lead-tt {
      font-size: 1.6rem; } }

.lead-img {
  aspect-ratio: 59.2/42.2;
  overflow: hidden; }
  .lead-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 1.6rem; }

.structor {
  padding: 1.2rem 2rem;
  border: 1px solid #e4e4e7;
  border-radius: 0.8rem;
  margin-top: 4rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.6rem; }
  @media screen and (max-width: 576px) {
    .structor {
      padding: 1.2rem; } }

.structor-link {
  width: fit-content;
  margin-left: auto;
  font-size: 2rem;
  font-weight: 600;
  color: #008dda;
  line-height: 1.5;
  display: flex;
  align-items: center;
  gap: 0.8rem; }
  @media only screen and (max-width: 1200px) {
    .structor-link {
      font-size: 1.8rem; } }
  @media only screen and (max-width: 800px) {
    .structor-link {
      font-size: 1.6rem; } }
  .structor-link img {
    width: 2.4rem;
    height: 2.4rem; }