@charset "UTF-8";

#aboutus .main-content {
  max-width: 1220px;
}
#aboutus .main-content .inner {
  max-width: 834px;
  margin: 0 auto;
}
#aboutus .logo-mark {
  max-width: 90px;
  margin: 0 auto 30px;
}
#aboutus .head-text {
  font-weight: 300;
  line-height: 2;
  margin-bottom: 80px;
  text-align: center;
}
#aboutus .about-list {
  margin-bottom: 60px;
}
#aboutus .about-list li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
#aboutus .about-list li .title {
  color: #003577;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 10px;
}
#aboutus .about-list li:last-child {
  margin-bottom: 0;
}
#aboutus .about-list li .img {
  width: 45%;
  max-width: 365px;
  margin-right: 5%;
}
#aboutus .about-list li .detail {
  width: 50%;
}
#aboutus .about-list li:nth-child(even) {
  flex-direction: row-reverse;
}
#aboutus .about-list li:nth-child(even) .img {
  margin-right: 0;
  margin-left: 5%;
}
#aboutus .about-list li .detail .text {
  font-weight: 300;
  line-height: 1.7;
  text-align: justify;
}


@media screen and (max-width: 768px) {
  #aboutus .head-text {
    margin-bottom: 40px;
    text-align: justify;
  }
  #aboutus .about-list li {
    flex-direction: column;
    margin-bottom: 40px;
  }
  #aboutus .about-list li:nth-child(even) {
    flex-direction: column;
  }
  #aboutus .about-list li:nth-child(even) .img {
    margin: 0 auto 10px;
  }
  #aboutus .about-list li .title {
    font-size: 20px;
  }
  #aboutus .about-list li .img {
    width: 100%;
    margin: 0 auto 10px;
  }
  #aboutus .about-list li .detail {
    width: 100%;
  }
  #aboutus .about-list {
    margin-bottom: 40px;
  }
}