/* Made by Masstige */
@keyframes progress {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.main-visual .item {
  position: relative;
}
.main-visual .img-bx {
  display: block;
  position: relative;
  overflow: hidden;
}
.main-visual .img-bx::after {
  content: "";
  display: block;
  padding-bottom: 620px;
}
.main-visual .img-bx > img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  min-width: 1000%;
  min-height: 1000%;
  max-width: none;
  max-height: none;
  transform: translate(-50%, -50%) scale(0.1);
}
.main-visual .txt-bx {
  position: absolute;
  width: 100%;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
  letter-spacing: -0.05em;
  line-height: 1.3;
}
.main-visual .txt-bx .title {
  font-size: 3em;
  font-weight: bold;
}
.main-visual .txt-bx .text {
  margin-top: 0.5em;
  font-size: 1.375em;
  font-weight: 300;
  transition-delay: 300ms;
}
.main-visual .swiper-slide .txt-bx .title,
.main-visual .swiper-slide .txt-bx .text {
  transform: translateY(50px);
  opacity: 0;
  transition: 1000ms opacity, 1000ms transform;
}
.main-visual .swiper-slide-active .txt-bx .title,
.main-visual .swiper-slide-active .txt-bx .text {
  transform: translateY(0);
  opacity: 1;
}
@media all and (max-width: 768px) {
  .main-visual .img-bx::after {
    padding-bottom: 133.3333333333%;
  }
  .main-visual .txt-bx {
    font-size: 2.3vw;
  }
}
.main-visual .swiper-pagination {
  position: absolute;
  top: -75px;
  margin-left: 38px;
}
@media all and (max-width: 1024px) {
  .main-visual .swiper-pagination {
    top: -72px;
  }
}
.main-visual .swiper-pagination-bullet {
  margin: 5px 6px;
}
@media all and (max-width: 1024px) {
  .main-visual .swiper-pagination {
    bottom: 1.25rem;
  }
}
.main-visual .swiper-button {
  z-index: 10;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 5rem;
  font-weight: 100;
  transition: 300ms color;
}
.main-visual .swiper-button:hover {
  color: #0055c4;
}
.main-visual .swiper-button--prev {
  left: 50%;
  margin-left: -900px;
}
.main-visual .swiper-button--next {
  right: 50%;
  margin-right: -900px;
}
@media all and (max-width: 1400px) {
  .main-visual .swiper-button {
    display: none;
  }
}
.main-visual .swiper-play {
  display: block;
  padding-right: 8px;
  padding-left: 8px;
  cursor: pointer;
  color: white;
  position: absolute;
  top: -80px;
  font-size: 23px;
}
.main-visual .swiper-play .xi-pause {
  display: none;
}
.main-visual .swiper-play.on .xi-pause {
  display: inline-block;
}
.main-visual .swiper-play.on .xi-play {
  display: none;
}
.main-visual .swiper-control {
  position: relative;
  z-index: 20;
}
.main-visual .swiper-control.swiper-control--progress {
  position: absolute;
  bottom: 3.125rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  margin-left: -8px;
  margin-right: -8px;
}
.main-visual .swiper-control.swiper-control--progress .swiper-pagination {
  transform: none;
}
.main-visual .swiper-control.swiper-control--progress .swiper-pagination-bullets {
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 8px;
  padding-right: 8px;
}
.main-visual .swiper-control.swiper-control--progress .swiper-pagination-bullet {
  position: relative;
  display: block;
  margin: 0 5px;
  border-radius: 0;
  width: 88px;
  height: 3px;
  background: rgba(0, 0, 0, 0.3);
  opacity: 1;
}
.main-visual .swiper-control.swiper-control--progress .swiper-pagination-bullet::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #0055c4;
}
.main-visual .swiper-control.swiper-control--progress .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  animation: progress 3s linear 0s 1;
  width: 100%;
}
.main-visual .swiper-control.swiper-control--progress-no {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 3.125rem;
  z-index: 10;
}
.main-visual .swiper-control.swiper-control--progress-no .container {
  display: flex;
  align-items: center;
}
.main-visual .swiper-control.swiper-control--progress-no .swiper-pagination {
  position: static;
  transform: none;
}
.main-visual .swiper-control.swiper-control--progress-no .swiper-pagination-bullet {
  width: auto;
  height: auto;
  opacity: 1;
  background: none;
  color: #fff;
  font-weight: 700;
  margin-right: 1.875rem;
  padding-right: 0;
  position: relative;
}
.main-visual .swiper-control.swiper-control--progress-no .swiper-pagination-bullet::before {
  content: "";
  display: none;
  position: absolute;
  left: 2.1875rem;
  top: 50%;
  transform: translateY(-50%);
  width: 7.5rem;
  height: 2px;
  background: rgba(255, 255, 255, 0.5);
}
.main-visual .swiper-control.swiper-control--progress-no .swiper-pagination-bullet::after {
  content: "";
  display: none;
  position: absolute;
  left: 2.1875rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 2px;
  background: #000;
}
.main-visual .swiper-control.swiper-control--progress-no .swiper-pagination-bullet-active {
  color: #000;
  padding-right: 8.4375rem;
}
.main-visual .swiper-control.swiper-control--progress-no .swiper-pagination-bullet-active::before, .main-visual .swiper-control.swiper-control--progress-no .swiper-pagination-bullet-active::after {
  display: block;
}
.main-visual .swiper-control.swiper-control--progress-no .swiper-pagination-bullet-active::after {
  animation: progress 5.1s linear 0s 1;
}

/* fontsize */
.common-text--80 {
  font-size: 5em;
  letter-spacing: -0.03em;
}
.common-text--70 {
  font-size: 4.375em;
  letter-spacing: -0.03em;
  line-height: 1.1428571429;
}
.common-text--54 {
  font-size: 3.375em;
  letter-spacing: -0.03em;
}
.common-text--50 {
  font-size: 3.125em;
  letter-spacing: -0.03em;
}
.common-text--42 {
  font-size: 2.625em;
  letter-spacing: -0.03em;
}
.common-text--40 {
  font-size: 2.5em;
  letter-spacing: -0.02em;
}
.common-text--36 {
  font-size: 2.25em;
  line-height: 1.1111111111;
}
.common-text--34 {
  font-size: 2.125em;
  letter-spacing: -0.04em;
}
.common-text--32 {
  font-size: 2em;
  letter-spacing: -0.03em;
}
.common-text--30 {
  font-size: 1.875em;
}
.common-text--28 {
  font-size: 1.75em;
  letter-spacing: -0.03em;
}
.common-text--26 {
  font-size: 1.625em;
}
.common-text--24 {
  font-size: 1.5em;
  letter-spacing: -0.04em;
}
.common-text--22 {
  font-size: 1.375em;
  letter-spacing: -0.03em;
}
.common-text--20 {
  font-size: 1.25em;
  line-height: 1.6666666667;
}
.common-text--18 {
  font-size: 1.125em;
  line-height: 1.6666666667;
  letter-spacing: -0.03em;
}
.common-text--16 {
  font-size: 1em;
  line-height: 1.625;
  letter-spacing: -0.03em;
}
.common-text--14 {
  font-size: 0.875em;
  letter-spacing: -0.03em;
}

/* fontcolor */
.font--main {
  color: #003375;
}
.font--sub {
  color: #0055c4;
}
.font--gray {
  color: #666;
}
.font--white {
  color: white;
}
.font--black {
  color: black;
}

/* common */
.gap-1 {
  gap: 1rem;
}
.gap-2 {
  gap: 2rem;
}

.seperate {
  height: 3rem;
}

.sub-visual {
  height: 300px;
  margin-top: -100px;
}

/* S : section1 */
.section1 .overview-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border: 1px solid #ddd;
  padding: 2.5em 0.625em;
  margin: -1px -1px 0 0;
}
.section1 .overview-item img {
  width: 2.9375em;
}
.section1 .overview-item p:nth-of-type(1) {
  position: relative;
}
.section1 .overview-item p:nth-of-type(1):before {
  content: "";
  width: 20px;
  background-color: #0055c4;
  height: 1.5px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.section1 .overview-item .common-text--16 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-height: 1.5;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  height: 3em;
}

/* E : section1 */
/* history-page */
@media all and (max-width: 768px) {
  .history-page .section1 .history-wrapper {
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
  }
}
.history-page .section1 .history-tit p:nth-of-type(1) {
  color: #e7e7e7;
}
.history-page .section1 .history-tit p:nth-of-type(2) {
  color: #e7ecf7;
}
.history-page .section1 .history-tit .history-img img {
  width: 26em;
}
.history-page .section1 .history-num .history-num-box h6 {
  position: relative;
}
.history-page .section1 .history-num .history-num-box h6:before {
  content: "";
  width: 0.5625rem;
  height: 0.5625rem;
  background: #063e7b;
  border-radius: 50%;
  position: absolute;
  left: -2.8em;
  top: 50%;
  transform: translate(50%, -50%);
}
.history-page .section1 .history-num .history-num-box h6:after {
  content: "";
  width: 50px;
  height: 1px;
  background: #ddd;
  position: absolute;
  left: -3.1em;
  top: 50%;
  transform: translate(50%, -50%);
}
.history-page .section1 .history-button {
  margin: 0 auto;
  width: 178px;
}
.history-page .section1 .history-button a {
  display: block;
  background-color: #0055c4;
  width: 100%;
  text-align: center;
  height: 46px;
  line-height: 46px;
}

/* organization page */
.organization-page .section1 .organization-img img {
  width: 76em;
}

/* vision page */
.vision-page .section1 #cross {
  background: #dddddd;
  height: 35px;
  position: relative;
  width: 5px;
}
.vision-page .section1 #cross:after {
  background: #dddddd;
  content: "";
  height: 5px;
  left: -16px;
  position: absolute;
  top: 15px;
  width: 37px;
}
.vision-page .section1 .item-tit {
  position: relative;
}
.vision-page .section1 .item-tit:before {
  content: "";
  width: 20px;
  background-color: #0055c4;
  height: 1.5px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.vision-page .section1 .philo-circle {
  position: relative;
  border: 3px solid transparent;
  border-radius: 50%;
  width: 290px;
  height: 290px;
  background-image: linear-gradient(#fff, #fff), linear-gradient(to right, #1162a1 0%, #6ed7cd 100%);
  background-origin: border-box;
  background-clip: content-box, border-box;
}
@media all and (max-width: 1200px) {
  .vision-page .section1 .philo-circle {
    width: 200px;
    height: 200px;
  }
}

/* policy page */
.policy-page .section1 .policy-list .policy-circle {
  position: relative;
  border: 3px solid transparent;
  border-radius: 50%;
  width: 200px;
  height: 200px;
  background-image: linear-gradient(#fff, #fff), linear-gradient(to right, #1162a1 0%, #6ed7cd 100%);
  background-origin: border-box;
  background-clip: content-box, border-box;
}
.policy-page .section1 .policy-list .policy-circle span {
  position: absolute;
  background-color: #2578e5;
  color: white;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  top: 0;
  left: 0;
}

.circle-box {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  border-radius: 50%;
  background: #ddd;
  position: relative;
}
.circle-box .txt-box {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}

/* certification page */
.certification-page .section1 .cert-wrapper .cert-border {
  position: relative;
  background-color: #f5f5f5;
  border: 1px solid #dddddd;
  width: 216px;
  height: 304px;
  margin: 0 auto;
}
.certification-page .section1 .cert-wrapper .cert-border .cert-hover {
  background-color: rgba(0, 76, 203, 0.78);
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.2s;
}
.certification-page .section1 .cert-wrapper .cert-border i {
  font-size: 1.5625em;
}
.certification-page .section1 .cert-wrapper .cert-border:hover .cert-hover {
  opacity: 1;
}

/* facility page */
.facility-page .section1 .board-wrapper .hover_box {
  display: none;
}
.facility-page .section1 .board-wrapper .table--st1 {
  border-top: 2px solid #0055c4;
  text-align: center;
  width: 100%;
}
.facility-page .section1 .board-wrapper .table--st1 th {
  background-color: #f5f8fd;
  text-align: center;
  padding: 10px 14px;
}
.facility-page .section1 .board-wrapper .table--st1 th:not(:last-child) {
  border-right: 1px solid #ddd;
}
.facility-page .section1 .board-wrapper .table--st1 td {
  border-bottom: 1px solid #ddd;
  padding: 10px 14px;
}
.facility-page .section1 .board-wrapper .table--st1 td:not(:last-child) {
  border-right: 1px solid #ddd;
}
@media all and (max-width: 768px) {
  .facility-page .section1 .board-wrapper .table--st1 th,
.facility-page .section1 .board-wrapper .table--st1 td {
    padding: 5px;
  }
}
.facility-page .section1 .tab-header {
  border-bottom: 1px solid #222;
}
.facility-page .section1 .tab-item {
  background-color: white;
  padding: 0;
}
.facility-page .section1 .tab-item .link {
  color: #666;
  margin-bottom: -1px;
  border: 1px solid #ccc;
  border-bottom: 1px solid #222;
  z-index: 10;
}
.facility-page .section1 .tab-item .link.on {
  background-color: white;
  color: #0055c4;
  border-color: #222;
  border-bottom-color: #fff;
  z-index: 20;
  font-weight: light;
}
.facility-page .section1 .floor-list {
  max-width: 380px;
  width: 100%;
}
.facility-page .section1 .floor-list ul li {
  border: 1px solid #ddd;
  border-radius: 10px;
  margin-bottom: 0.5rem;
  color: #666;
  background-color: white;
  box-sizing: border-box;
}
.facility-page .section1 .floor-list ul li a {
  display: block;
}
.facility-page .section1 .floor-list ul li a:not(.floor-tit):hover {
  background-color: #0055c4;
  color: white;
  border-radius: 10px;
  border: none;
}
.facility-page .section1 .floor-list ul li .floor {
  position: relative;
}
.facility-page .section1 .floor-list ul li .floor:after {
  content: "";
  right: -1px;
  height: 0.8em;
  top: 50%;
  margin-top: -0.4em;
  position: absolute;
  border-left: 1px solid #b3b3b3;
}
.facility-page .section1 .floor-list ul .floor-tit {
  background-color: #333333;
  background-image: url("../images/main/logo_opacity.png");
  background-repeat: no-repeat;
  background-position: 100% 80%;
  color: white;
  background-size: 20%;
  border-radius: 10px;
}

/* location page */
.location-page .section1 .location-button li {
  border: 1px solid #0055c4;
  max-width: 240px;
  width: 100%;
  text-align: center;
  margin: 0 -1px -1px 0;
}
.location-page .section1 .location-button li:hover {
  background-color: #0055c4;
  color: white;
}
.location-page .section1 .map-wrapper {
  position: relative;
  position: relative;
}
.location-page .section1 .map-wrapper::after {
  content: "";
  display: block;
  padding-bottom: 460px;
}
.location-page .section1 .map-wrapper .root_daum_roughmap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.location-page .section1 .map-wrapper .root_daum_roughmap .wrap_map {
  width: 100%;
  height: 100% !important;
}
.location-page .section1 .map-wrapper .root_daum_roughmap .wrap_controllers {
  display: none;
}
@media all and (max-width: 768px) {
  .location-page .section1 .map-wrapper {
    position: relative;
  }
  .location-page .section1 .map-wrapper::after {
    content: "";
    display: block;
    padding-bottom: 60vw;
  }
  .location-page .section1 .map-wrapper .root_daum_roughmap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .location-page .section1 .map-wrapper .root_daum_roughmap .wrap_map {
    width: 100%;
    height: 100% !important;
  }
  .location-page .section1 .map-wrapper .root_daum_roughmap .wrap_controllers {
    display: none;
  }
}
.location-page .section1 .tab-body {
  position: relative;
}
.location-page .section1 .map-des {
  position: absolute;
  background-color: #0055c4;
  color: white;
  right: 0;
  bottom: -50px;
  max-width: 430px;
  width: 100%;
  z-index: 10;
  background-image: url("../images/main/logo_opacity.png");
  background-repeat: no-repeat;
  background-position: 95% 90%;
  background-size: 20%;
}
@media all and (max-width: 768px) {
  .location-page .section1 .map-des {
    position: relative;
    bottom: 0;
  }
}
/*# sourceMappingURL=company.css.map */