<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.about-content .content-head {
  position: relative;
  max-width: 1512px;
  margin: auto;
}
.about-content .content-head h4 {
  font-size: 32px;
  text-align: center;
  letter-spacing: -0.32px;
  color: #051d32;
}
.about-content .content-head .logo {
  height: 89.4px;
  margin: auto;
  text-align: center;
  margin: 21.4px auto 70px;
}
.about-content .content-head .logo img {
  height: 100%;
}
.img-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 90%;
  margin: 0 auto 60px;
  padding: 0;
}
.img-wrap li {
  width: 33.3%;
  padding: 10px;
}
.img-wrap li img {
  width: 100%;
}
.about-content .content-head h1 {
  padding-bottom: 107px;
}
.about-content .content-head h1 p {
  margin-bottom: 6px;
  margin-top: 0;
  font-size: 55px;
  color: #051d32;
  font-weight: 700;
  line-height: 1.4;
}
.about-content .content-head h1 p:nth-child(1) {
  opacity: 0.55;
}
.about-content .content-head h1 p:nth-child(2) {
  margin-bottom: 19px;
  opacity: 0.7;
}
.about-content .content-head h1 p:nth-child(3) {
  opacity: 0.85;
}
.about-list {
  max-width: 1100px;
  margin: auto;
}
.about-list .line {
  width: 100%;
  max-width: 1093px;
  height: 1px;
  margin: auto;
  background-color: #c4c4c4;
}
.about-list .list-item {
  padding: 103px 0;
}
.about-list .list-item h2 {
  font-size: 60px;
  margin-bottom: 32px;
  color: #051d32;
  font-weight: 700;
}
.about-list .list-item h2 span {
  color: #e2e2e2;
}
.about-list .list-item p {
  font-size: 55px;
  color: #707070;
  line-height: 1.36;
}
.about-list .list-item ul {
  margin-top: 67px;
  padding: 0;
}
.about-list .list-item li {
  margin-bottom: 28px;
}
.about-list .list-item li:nth-child(2) {
  margin-bottom: 76px;
}
.about-list .list-item li img {
  width: 115px;
  margin-bottom: 41px;
}
.about-list .list-item li h2 {
  font-size: 48px;
  color: #051d32;
  margin-bottom: 15px;
  font-weight: 500;
}
.about-list .list-item li h2 span {
  color: #bfbfbf;
  margin-left: 20px;
}
.about-list .list-item li p {
  font-size: 36px;
  color: #707070;
  line-height: 1.33;
}

.content-history h2 {
  text-align: left;
  font-weight: 700;
  color: #051d32;
  font-size: 60px;
  margin-bottom: 61.5px;
}
.content-history h2 span {
  color: #bfbfbf;
}

.history-list {
  display: flex;
  margin-bottom: 54px;
  line-height: 1.3;
}
.history-list .year {
  font-size: 48px;
  font-weight: 700;
  color: #404040;
  letter-spacing: -0.48px;
}
.history-list ul {
  padding-left: 88px;
  padding-top: 5px;
}
.history-list li {
  display: flex;
  font-size: 32px;
  color: #707070;
  letter-spacing: -0.32px;
  margin-bottom: 23px;
}
.history-list li span {
  font-weight: 700;
  color: #040404;
  margin-right: 29px;
}

.recruitment-info h1 {
  font-size: 60px;
  color: #051d32;
  font-weight: 500;
  text-align: center;
}
.recruitment-info h2 {
  font-size: 48px;
  color: #051d32;
  margin-bottom: 112.5px;
  text-align: center;
}
.recruitment-info .title {
  font-size: 48px;
  color: #051d32;
  font-weight: 700;
}
.recruit-process {
  padding: 0;
  margin: 40px auto 83.5px;
  display: flex;
  align-items: center;
}
.recruit-process li {
  position: relative;
  width: 25%;
  max-width: 287px;
  padding: 0 27px;
  text-align: center;
}
.recruit-process li:after {
  clear: both;
  display: block;
  content: "\e93e";
  font-family: xeicon !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 37px;
  color: #c4c4c4;
  position: absolute;
  right: -17px;
  top: 40%;
  transform: translateY(-50%);
}
.recruit-process li:last-child:after {
  display: none;
}
.recruit-process li img {
  width: 100%;
}
.recruit-process li p {
  font-size: 29px;
  color: #051d32;
  margin-top: 7px;
  font-weight: 600;
}

.application-info {
  margin-top: 21px;
  font-size: 36px;
  color: #051d32;
  padding-bottom: 150px;
}
.application-info p {
  display: list-item;
  list-style-type: disc;
  font-size: 30px;
  margin-left: 35px;
  margin-top: 10px;
}

@media (max-width: 1180px) {
  .about-content .content-head h1 p {
    font-size: 45px;
  }
  .about-list .list-item h2 {
    font-size: 50px;
  }
  .about-list .list-item p {
    font-size: 45px;
  }
  .about-list .list-item li h2 {
    font-size: 43px;
  }
  .about-list .list-item li p {
    font-size: 32px;
  }

  .content-history h2 {
    font-size: 50px;
  }

  .history-list .year {
    font-size: 38px;
  }
  .history-list li {
    font-size: 28px;
  }

  .recruitment-info h1 {
    font-size: 50px;
  }
  .recruitment-info h2 {
    font-size: 38px;
  }
  .recruitment-info .title {
    font-size: 38px;
  }
  .application-info {
    font-size: 30px;
  }
  .application-info p {
    font-size: 26px;
  }
}
@media (max-width: 1024px) {
  .about-list {
    width: 90%;
  }
}

@media (max-width: 820px) {
  .about-content .content-head h4 {
    font-size: 28px;
  }
  .about-content .content-head .logo {
    height: 65px;
  }
  .img-wrap li {
    width: 50%;
  }
  .about-content .content-head h1 p {
    font-size: 35px;
  }
  .about-list .list-item h2 {
    font-size: 40px;
  }
  .about-list .list-item p {
    font-size: 35px;
  }

  .about-list .list-item li h2 {
    font-size: 36px;
  }
  .about-list .list-item li p {
    font-size: 28px;
  }
  .about-list .list-item li img {
    width: 100px;
  }

  .content-history h2 {
    font-size: 43px;
  }
  .history-list .year {
    font-size: 36px;
  }

  .recruitment-info h1 {
    font-size: 40px;
  }
  .recruitment-info h2 {
    font-size: 30px;
  }

  .recruitment-info .title {
    font-size: 34px;
  }
  .recruit-process li p {
    font-size: 25px;
  }
  .application-info {
    font-size: 26px;
    padding-bottom: 0;
  }
  .application-info p {
    font-size: 22px;
  }
}

@media (max-width: 430px) {
  .about-content .content-head h4 {
    font-size: 13.5px;
    position: absolute;
    left: 0;
    top: 75px;
    width: 100%;
  }
  .about-content .content-head .logo {
    height: 45px;
    margin: 13px auto 63px;
  }

  .scroll-wrapper {
    width: 100%;
    overflow: hidden;
    overflow-x: auto;
    margin-bottom: 25px;
  }
  .img-wrap {
    width: calc(336px * 6);
    flex-wrap: nowrap;
    padding: 0 17px;
    margin-bottom: 0;
  }
  .img-wrap li {
    width: 100%;
    max-width: 336px;
    padding: 10px 7px;
  }
  .about-content .content-head h1 {
    padding-bottom: 80px;
  }
  .about-content .content-head h1 p {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 2px;
  }
  .about-content .content-head h1 p:nth-child(2) {
    margin-bottom: 2px;
  }

  .about-list .line {
    display: none;
  }

  .about-list {
    padding-bottom: 122px;
  }
  .about-list .list-item {
    padding: 0;
    margin-bottom: 79px;
  }
  .about-list .list-item h2 {
    font-size: 24px;
    margin-bottom: 17px;
  }
  .about-list .list-item p {
    font-size: 18px;
  }
  .about-list .list-item ul {
    margin-top: 40px;
  }
  .about-list .list-item li img {
    width: 60px;
    margin-bottom: 20px;
  }
  .about-list .list-item li h2 {
    font-size: 24px;
  }
  .about-list .list-item li p {
    font-size: 18px;
  }
  .about-list .list-item li:nth-child(2) {
    margin-bottom: 28px;
  }

  .content-history h2 {
    font-size: 24px;
    margin-top: -110px;
    margin-bottom: 53px;
  }
  .history-list {
    flex-wrap: wrap;
  }
  .history-list .year {
    font-size: 24px;
    margin-bottom: 26px;
  }
  .history-list ul {
    width: 100%;
    padding-left: 0;
  }
  .history-list li {
    font-size: 15px;
    margin-bottom: 13px;
    line-height: 1.47;
  }
  .history-list li span {
    margin-right: 25px;
  }

  .recruitment-info h1 {
    font-size: 25px;
    text-align: left;
  }
  .recruitment-info h2 {
    font-size: 14px;
    text-align: left;
    margin-top: 0;
    margin-bottom: 24px;
  }
  .recruitment-info .title {
    font-size: 22px;
    font-weight: 500;
  }

  .recruit-process {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20.8px;
  }
  .recruit-process li {
    width: 100%;
    padding: 27px;
  }
  .recruit-process li:after {
    content: "\e905";
    right: 50%;
    top: auto;
    bottom: -20px;
    transform: translateX(50%);
  }
  .recruit-process li p {
    font-size: 20px;
  }

  .application-info {
    font-size: 15px;
  }
  .application-info p {
    font-size: 15px;
    margin-left: 0;
    list-style-type: none;
  }
}

@media (max-width: 360px) {
  .recruitment-info h1 {
    font-size: 24px;
  }
}
</pre></body></html>