@charset "UTF-8";
.row {
  display: flex;
  flex-wrap: wrap;
}

.privacy-policy {
  margin-top: 14rem;
  margin-bottom: 25rem;
}
@media screen and (max-width: 767px) {
  .privacy-policy {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }
}
.privacy-policy .privacy-policy__inner .privacy-policy__head {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .privacy-policy .privacy-policy__inner .privacy-policy__head {
    margin-bottom: 2rem;
  }
}
.privacy-policy .privacy-policy__inner .privacy-policy__intro {
  margin-bottom: 8.5rem;
}
@media screen and (max-width: 767px) {
  .privacy-policy .privacy-policy__inner .privacy-policy__intro {
    margin-bottom: 4.5rem;
  }
}
.privacy-policy .privacy-policy__inner .privacy-policy__list {
  border-top: max(1px, 0.1rem) solid #213764;
  border-bottom: max(1px, 0.1rem) solid #213764;
  padding-top: 7rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .privacy-policy .privacy-policy__inner .privacy-policy__list {
    padding-top: 5rem;
    padding-bottom: 3rem;
  }
}
.privacy-policy .privacy-policy__inner .privacy-policy__list .privacy-policy__item {
  margin-bottom: 7rem;
}
@media screen and (max-width: 767px) {
  .privacy-policy .privacy-policy__inner .privacy-policy__list .privacy-policy__item {
    margin-bottom: 4rem;
  }
}
.privacy-policy .privacy-policy__inner .privacy-policy__list .privacy-policy__item:last-child {
  margin-bottom: 0;
}
.privacy-policy .privacy-policy__inner .privacy-policy__list .privacy-policy__item .privacy-policy__item-title {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .privacy-policy .privacy-policy__inner .privacy-policy__list .privacy-policy__item .privacy-policy__item-title {
    margin-bottom: 1rem;
    font-size: 1.9rem;
  }
}
.privacy-policy__contact {
  margin-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  .privacy-policy__contact {
    margin-top: 2.5rem;
  }
}
.privacy-policy__contact a {
  margin-top: 1rem;
}

.news_link_icon .sec10-top-right-ul li {
  padding-right: 15rem;
}
@media screen and (max-width: 767px) {
  .news_link_icon .sec10-top-right-ul li {
    padding: 1.5rem 0;
  }
}
.news_link_icon .sec10-top-right-ul li .sec10-top-right-ul-link .icon-popup {
  display: block;
  position: absolute;
  top: 50%;
  left: calc(100% - 7.5rem);
  transform: translateY(-50%);
  width: 5rem;
  height: 5rem;
  border: max(1px, 0.1rem) solid #203763;
  border-radius: 100rem;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .news_link_icon .sec10-top-right-ul li .sec10-top-right-ul-link .icon-popup {
    display: none;
  }
}
.news_link_icon .sec10-top-right-ul li .sec10-top-right-ul-link .icon-popup::before {
  content: "";
  position: absolute;
  width: 1rem;
  height: 1rem;
  background-color: #203763;
  border-radius: 100rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out;
}
.news_link_icon .sec10-top-right-ul li .sec10-top-right-ul-link .icon-popup::after {
  content: "";
  position: absolute;
  width: 1rem;
  height: 1rem;
  background-color: #fff;
  border-radius: 100rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: all 0.3s ease-in-out;
}
.news_link_icon .sec10-top-right-ul li .sec10-top-right-ul-link:hover .icon-popup::before {
  transform: translate(-50%, -50%) scale(6);
}
.news_link_icon .sec10-top-right-ul li .sec10-top-right-ul-link:hover .icon-popup::after {
  transform: translate(-50%, -50%) scale(1);
}

.news-data {
  margin-top: 20rem;
  margin-bottom: 25rem;
}
@media screen and (max-width: 999px) {
  .news-data {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }
}

.news-detail {
  margin-top: 14rem;
  margin-bottom: 25rem;
}
@media screen and (max-width: 767px) {
  .news-detail {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }
}
.news-detail .news-detail__inner {
  border-top: max(1px, 0.1rem) solid #213764;
  border-bottom: max(1px, 0.1rem) solid #213764;
  padding-top: 7rem;
  padding-bottom: 5rem;
}

.news-card__body {
  margin-bottom: 3rem;
}

.news-detail__image {
  margin-bottom: 2rem;
}

.news-detail__back {
  margin-top: 2rem;
}

.news-detail-main {
  margin-bottom: 3rem;
}

.dflex-jcc-aic {
  margin-top: 15rem;
  display: flex;
  justify-content: center;
  gap: 2.604vw;
}
@media screen and (max-width: 999px) {
  .dflex-jcc-aic {
    margin-top: 5rem;
  }
}

.dflex-jcc-aic a {
  width: 5rem;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border-radius: 9rem;
  font-size: max(1.6rem, 14px);
  transition: all 0.5s ease-in-out;
  position: relative;
  font-weight: 600;
  border: 1px solid #213764;
}
.dflex-jcc-aic a:hover {
  background-color: #213764;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .dflex-jcc-aic a {
    width: 4rem;
    height: 4rem;
  }
}

.dflex-jcc-aic a.prev {
  background-image: url(../img/common/prev.png);
  margin-right: -1.25vw;
}

.dflex-jcc-aic a.prev,
.dflex-jcc-aic a.next {
  border: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: max(1.1rem, 7px) auto;
}
.dflex-jcc-aic a.prev:hover,
.dflex-jcc-aic a.next:hover {
  background-color: transparent;
}

.dflex-jcc-aic a.next {
  background-image: url(../img/common/next.png);
  margin-left: -1.25vw;
}

.news-detail__text * {
  font-size: max(14px, 1.6rem) !important;
}

.document-section {
  margin-top: 15rem;
}
@media screen and (max-width: 999px) {
  .document-section {
    margin-top: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .document-section {
    margin-top: 10rem;
  }
}
.document-section .document-section__inner .document-section__head {
  position: relative;
}
.document-section .document-section__inner .document-section__content {
  margin-top: 10rem;
}
@media screen and (max-width: 999px) {
  .document-section .document-section__inner .document-section__content {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .document-section .document-section__inner .document-section__content {
    margin-top: 3rem;
  }
}
.document-section .document-section__inner .document-section__content .document-card-list {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem 7.5rem;
}
@media screen and (max-width: 999px) {
  .document-section .document-section__inner .document-section__content .document-card-list {
    gap: 2rem;
  }
}
.document-section .document-section__inner .document-section__content .document-card-list .document-card {
  width: calc((100% - 15rem) / 3);
}
@media screen and (max-width: 999px) {
  .document-section .document-section__inner .document-section__content .document-card-list .document-card {
    width: calc((100% - 4rem) / 3);
  }
}
@media screen and (max-width: 767px) {
  .document-section .document-section__inner .document-section__content .document-card-list .document-card {
    width: 100%;
  }
}
.document-section .document-section__inner .document-section__content .document-card-list .document-card .document-card__link {
  background-color: #fff;
  box-shadow: 0px 0px 11px 0px rgba(33, 55, 100, 0.2);
  -webkit-box-shadow: 0px 0px 11px 0px rgba(33, 55, 100, 0.2);
  -moz-box-shadow: 0px 0px 11px 0px rgba(33, 55, 100, 0.2);
  display: block;
  border-radius: 1rem;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.document-section .document-section__inner .document-section__content .document-card-list .document-card .document-card__link::before {
  background-color: #edf6fb;
  position: absolute;
  content: "";
  width: max(20rem, 140px);
  height: max(6.5rem, 40px);
  bottom: 0;
  right: 0;
  transition: all 0.3s ease-in-out;
  border-radius: 5rem 1rem 1rem 1rem;
}
.document-section .document-section__inner .document-section__content .document-card-list .document-card .document-card__link .document-card__image {
  position: relative;
  text-align: center;
  max-width: 15rem;
  margin: 0 auto 2.3rem;
  padding-top: 2.5rem;
}
.document-section .document-section__inner .document-section__content .document-card-list .document-card .document-card__link .document-card__image img {
  background-color: #fff;
}
.document-section .document-section__inner .document-section__content .document-card-list .document-card .document-card__link .document-card__body {
  margin-bottom: 2rem;
  position: relative;
  z-index: 10;
}
.document-section .document-section__inner .document-section__content .document-card-list .document-card .document-card__link .document-card__footer {
  transition: all 0.3s ease-in-out;
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 5rem 0 0 0;
  background-color: #edf6fb;
  justify-content: right;
  margin-left: auto;
  padding-top: 1.7rem;
  padding-bottom: 1.7rem;
  width: max(20rem, 140px);
  height: max(6.5rem, 40px);
  padding-right: 2rem;
  gap: 1rem;
  z-index: 10;
}
.document-section .document-section__inner .document-section__content .document-card-list .document-card .document-card__link .document-card__footer .document-card__download {
  display: inline-block;
}
.document-section .document-section__inner .document-section__content .document-card-list .document-card .document-card__link .document-card__footer .document-card__icon {
  display: inline-block;
}
.document-section .document-section__inner .document-section__content .document-card-list .document-card .document-card__link .document-card__footer .document-card__icon img {
  width: max(2rem, 14px);
}
.document-section .document-section__inner .document-section__content .document-card-list .document-card .document-card__link:hover::before {
  width: 100%;
  height: 100%;
  border-radius: 1rem;
}

.d-block {
  display: block;
}

.txt-center {
  text-align: center;
}

.label-excel::after,
.label-pdf::after {
  content: "";
  top: 17rem;
  right: -1.7rem;
  width: 8rem;
  height: 2.8rem;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.label-excel::after {
  background-image: url(../img/document/xls.png);
}

.label-pdf::after {
  background-image: url(../img/document/pdf.png);
}

.document-section__toggle {
  background-color: transparent;
  border: none;
  position: absolute;
  top: 50%;
  right: 2.5rem;
  transform: translateY(-50%);
  cursor: pointer;
}
.document-section__toggle .document-section__toggle-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 5rem;
  background-color: rgb(255, 255, 255);
  border-width: max(1px, 0.1rem);
  border-style: solid;
  border-color: rgb(32, 55, 99);
  -o-border-image: initial;
     border-image: initial;
  border-radius: 100rem;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.document-section__toggle .document-section__toggle-icon img {
  width: 1.8rem;
  transition: all 0.3s ease-in-out;
}
.document-section__toggle:hover .document-section__toggle-icon {
  background-color: rgba(75, 162, 213, 0.1);
}

.is-rotate {
  transform: scaleY(-1);
}

.mt-14 {
  margin-top: 14rem;
}
@media screen and (max-width: 999px) {
  .mt-14 {
    margin-top: 9rem;
  }
}

.company-message .company-message__inner .company-message__content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 6rem;
  gap: 3rem 0;
}
.company-message .company-message__inner .company-message__content .company-message__image {
  width: 48%;
  padding-right: 1.5rem;
}
@media screen and (max-width: 767px) {
  .company-message .company-message__inner .company-message__content .company-message__image {
    width: 100%;
    padding-right: 0rem;
  }
}
.company-message .company-message__inner .company-message__content .company-message__image img {
  border-radius: 2rem;
}
.company-message .company-message__inner .company-message__content .company-message__body {
  width: 52%;
}
@media screen and (max-width: 767px) {
  .company-message .company-message__inner .company-message__content .company-message__body {
    width: 100%;
  }
}
.company-message .company-message__inner .company-message__content .company-message__body .company-message__lead {
  margin-left: -1.8rem;
}
@media screen and (max-width: 767px) {
  .company-message .company-message__inner .company-message__content .company-message__body .company-message__lead {
    margin-left: -1rem;
  }
}
.company-message .company-message__inner .company-message__content .company-message__body .company-message__text {
  margin-top: 2rem;
}
.company-message .company-message__inner .company-message__content .company-message__body .company-message__name {
  text-align: right;
  margin-top: 3.5rem;
}
.company-profile .company-profile__inner .company-profile__content {
  margin-top: 5rem;
}
.company-profile .company-profile__inner .company-profile__content .company-profile__table {
  border-top: max(1px, 0.1rem) solid #213764;
}
.company-profile .company-profile__inner .company-profile__content .company-profile__table .company-profile__row {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 3.5rem 5rem;
  justify-content: space-between;
  border-bottom: max(1px, 0.1rem) solid #213764;
}
@media screen and (max-width: 767px) {
  .company-profile .company-profile__inner .company-profile__content .company-profile__table .company-profile__row {
    padding: 2rem 1.5rem;
    gap: 0.5rem;
  }
}
.company-profile .company-profile__inner .company-profile__content .company-profile__table .company-profile__row .company-profile__heading {
  width: 26rem;
}
@media screen and (max-width: 767px) {
  .company-profile .company-profile__inner .company-profile__content .company-profile__table .company-profile__row .company-profile__heading {
    padding-left: 0rem;
    width: 100%;
  }
}
.company-profile .company-profile__inner .company-profile__content .company-profile__table .company-profile__row .company-profile__data {
  width: calc(100% - 27rem);
}
.company-profile .company-profile__inner .company-profile__content .company-profile__table .company-profile__row .company-profile__data .company-profile__item {
  margin-bottom: 2rem;
}
.company-profile .company-profile__inner .company-profile__content .company-profile__table .company-profile__row .company-profile__data .company-profile__item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .company-profile .company-profile__inner .company-profile__content .company-profile__table .company-profile__row .company-profile__data {
    width: 100%;
  }
}

.company-client .company-client__inner .company-client__content {
  margin-top: 4rem;
}
.company-client .company-client__inner .company-client__content .company-client__box {
  padding: 3rem 5rem 6rem;
  border-radius: 2rem;
  background-color: rgba(75, 162, 213, 0.1);
}
@media screen and (max-width: 767px) {
  .company-client .company-client__inner .company-client__content .company-client__box {
    padding: 3rem 1.5rem 6rem;
  }
}
.company-client .company-client__inner .company-client__content .company-client__box .company-client__list-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .company-client .company-client__inner .company-client__content .company-client__box .company-client__list-wrap {
    gap: 1rem;
  }
}
.company-client .company-client__inner .company-client__content .company-client__box .company-client__list-wrap .company-client__list {
  width: 25%;
  padding-left: 3rem;
}
@media screen and (max-width: 767px) {
  .company-client .company-client__inner .company-client__content .company-client__box .company-client__list-wrap .company-client__list {
    width: calc(50% - 0.5rem);
    padding-left: 0;
  }
}
.company-client .company-client__inner .company-client__content .company-client__box .company-client__list-wrap .company-client__list .company-client__item {
  margin-top: 2.5rem;
}
.company-client .company-client__inner .company-client__content .company-client__box .company-client__list-wrap .company-client__list .company-client__item::before {
  content: "● ";
}

.company-equipment .company-equipment__inner .company-equipment__content {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin-top: 5rem;
}
.company-equipment .company-equipment__inner .company-equipment__content .company-equipment__group {
  width: calc(50% - 1rem);
}
@media screen and (max-width: 767px) {
  .company-equipment .company-equipment__inner .company-equipment__content .company-equipment__group {
    width: 100%;
    margin-bottom: 3rem;
  }
}
.company-equipment .company-equipment__inner .company-equipment__content .company-equipment__group .company-equipment__image {
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .company-equipment .company-equipment__inner .company-equipment__content .company-equipment__group .company-equipment__image {
    margin-bottom: 3rem;
  }
}
.company-equipment .company-equipment__inner .company-equipment__content .company-equipment__group .company-equipment__image img {
  border-radius: 2rem;
}
.company-equipment .company-equipment__inner .company-equipment__content .company-equipment__group .company-equipment__table {
  border-top: max(1px, 0.1rem) solid #213764;
}
.company-equipment .company-equipment__inner .company-equipment__content .company-equipment__group .company-equipment__table .company-equipment__row {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 2.6rem 5rem;
  justify-content: space-between;
  border-bottom: max(1px, 0.1rem) solid #213764;
}
.company-security .company-security__inner {
  gap: 3rem 0;
}
@media screen and (max-width: 999px) {
  .company-security .company-security__inner {
    justify-content: space-between;
  }
}
.company-security .company-security__inner .company-security_head {
  width: 50%;
  padding-right: 1rem;
}
@media screen and (max-width: 767px) {
  .company-security .company-security__inner .company-security_head {
    width: 100%;
    padding-right: 0;
  }
}
.company-security .company-security__inner .company-security_head .company-security__desc {
  max-width: 51rem;
  word-break: break-word;
  margin-top: 1rem;
}
.company-security .company-security__inner .company-security_img {
  text-align: center;
  width: 38.5%;
}
@media screen and (max-width: 999px) {
  .company-security .company-security__inner .company-security_img {
    width: 45.5%;
  }
}
@media screen and (max-width: 767px) {
  .company-security .company-security__inner .company-security_img {
    width: 100%;
  }
}
.company-security .company-security__inner .company-security_img img {
  max-width: 100;
  width: 46rem;
  border-radius: 4rem;
}

.company-access {
  margin-bottom: 18rem;
}
@media screen and (max-width: 999px) {
  .company-access {
    margin-bottom: 3rem;
  }
}
.company-access .company-access__inner .company-access__content {
  border-top: max(1px, 0.1rem) solid #213764;
  margin-top: 5rem;
  padding-top: 8rem;
}
@media screen and (max-width: 767px) {
  .company-access .company-access__inner .company-access__content {
    padding-top: 5rem;
  }
}
.company-access .company-access__inner .company-access__content .company-access__group {
  padding-bottom: 8rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8rem 0;
}
@media screen and (max-width: 767px) {
  .company-access .company-access__inner .company-access__content .company-access__group {
    padding-bottom: 5rem;
    gap: 4rem 0;
  }
}
.company-access .company-access__inner .company-access__content .company-access__group .company-access__info {
  width: 44%;
  padding-left: 5rem;
}
@media screen and (max-width: 999px) {
  .company-access .company-access__inner .company-access__content .company-access__group .company-access__info {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .company-access .company-access__inner .company-access__content .company-access__group .company-access__info {
    width: 100%;
    padding-left: 0;
  }
}
.company-access .company-access__inner .company-access__content .company-access__group .company-access__info .company-access__name {
  margin-bottom: 4rem;
}
.company-access .company-access__inner .company-access__content .company-access__group .company-access__image {
  width: 56%;
}
@media screen and (max-width: 767px) {
  .company-access .company-access__inner .company-access__content .company-access__group .company-access__image {
    width: 100%;
  }
}
.company-access .company-access__inner .company-access__content .company-access__group .company-access__map {
  border-bottom: max(1px, 0.1rem) solid #213764;
  padding-bottom: 8rem;
  display: flex;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .company-access .company-access__inner .company-access__content .company-access__group .company-access__map {
    padding-bottom: 5rem;
  }
}
.company-access .company-access__inner .company-access__content .company-access__group .company-access__map iframe {
  border: max(1px, 0.1rem) solid #213764;
  width: 100%;
  height: 45rem;
}
@media screen and (max-width: 767px) {
  .company-access .company-access__inner .company-access__content .company-access__group .company-access__map iframe {
    height: 30rem;
  }
}

.title__line {
  position: relative;
  padding-left: 4rem;
  font-size: 3.2rem;
  font-weight: 500;
}
@media screen and (max-width: 999px) {
  .title__line {
    font-size: max(14px, 2.3rem);
  }
}
@media screen and (max-width: 767px) {
  .title__line {
    font-size: 2.1rem;
    padding-left: 3rem;
  }
}
.title__line::before {
  content: "";
  position: absolute;
  width: 1rem;
  height: 4.3rem;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #063c86;
  background: linear-gradient(0deg, rgb(106, 181, 226) 0%, rgb(6, 60, 134) 100%);
}

@media screen and (max-width: 767px) {
  .company-message, .company-client, .company-profile, .company-equipment, .company-security, .company-access {
    margin-top: 5rem;
  }
}

@media screen and (max-width: 999px) {
  .privacy-policy {
    margin-top: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .privacy-policy {
    margin-top: 5rem;
  }
}/*# sourceMappingURL=member.css.map */