/*--------------------------------------------------------------
# Introduce Section
--------------------------------------------------------------*/
.introduce .introduce-description {
  text-align: center;
  font-size: 18px;
  color: var(--color-secondary);
}

.introduce .introduce-description .subtitle {
  font-size: 22px;
  color: var(--color-secondary);
  font-weight: 600;
  margin-bottom: 10px;
}

.introduce .introduce-description .subtitle span {
  color: var(--color-point);
}

.introduce_wrap {
  display: flex;
  margin-top: 80px;
}

.introduce_wrap .introduce_list {
  order: 1;
  width: 50%;
  padding: 0;
  margin-right: 24px;
}

.introduce_wrap .right {
  order: 2;
  width: 50%;
  min-height: 100%;
  background: url(../img/about/introduce.jpg) no-repeat center center;
}

.introduce_list li {
  width: 100%;
  display: flex;
  border-bottom: 1px solid #c9c9c9;
  padding: 20px 14px;
}

.introduce_list li:first-child {
  border-top: 2px solid #333;
}

.introduce_list li div:first-child {
  min-width: 120px;
}

.introduce_list li div:last-child {
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .introduce_wrap {
    display: block;
  }

  .introduce_wrap .introduce_list {
    width: 100%;
  }

  .introduce_wrap .right {
    display: none;
  }

  .introduce_list li div:first-child {
    min-width: 140px;
  }
}

@media screen and (max-width: 575px) {
  .introduce .introduce-description .subtitle {
    font-size: 20px;
  }

  .introduce .introduce-description {
    font-size: 16px;
  }

  .introduce_list li div:first-child {
    min-width: 80px;
  }

  .introduce_wrap {
    margin-top: 60px;
  }

  .introduce_list li {
    padding: 20px 10px;
  }
}

/*--------------------------------------------------------------
# Ideology Section
--------------------------------------------------------------*/
.ideology .ideo-wrap {
  display: flex;
}

.ideology .ideo-wrap .ideo-box {
  border-radius: 2rem;
  background: #fff;
  width: 100%;
  margin: 0 20px;
  padding: 40px 0;

  display: flex;
  justify-content: center;
  align-items: center;
}

.ideology .ideo-wrap .ideo-box .ideo-img {
  margin: 0 40px 0 0;
  width: 70px;
}

.ideology .ideo-wrap .ideo-box:first-child {
  margin-left: 0;
}

.ideology .ideo-wrap .ideo-box:last-child {
  margin-right: 0;
}

@media screen and (max-width: 991px) {
  .ideology .ideo-wrap .ideo-box .ideo-img {
    margin: 0 14px 0 0;
    width: 54px;
  }

  .ideology .ideo-wrap .ideo-box {
    border-radius: 1.8rem;
    margin: 0 10px;
    padding: 40px 0;
  }
}

@media screen and (max-width: 575px) {
  .ideology .ideo-wrap {
    display: block;
  }

  .ideology .ideo-wrap .ideo-box {
    margin: 0 0 20px 0;
  }

  .ideology .ideo-wrap .ideo-box:last-child {
    margin: 0;
  }

  .ideology .ideo-wrap .ideo-box .ideo-img {
    margin: 0 40px 0 0;
    width: 70px;
  }

  .ideology .ideo-wrap .ideo-box .ideo-info {
    width: 120px;
  }
}

/*--------------------------------------------------------------
# One-way Section
--------------------------------------------------------------*/
.one-way .one-way-wrap .item {
  display: flex;
  width: 100%;
  margin-bottom: 40px;
  padding: 0;
}

.one-way .one-way-wrap .item:last-child {
  margin-bottom: 0;
}

.one-way .one-way-wrap .item li {
  width: 100%;
  height: 400px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.one-way .one-way-wrap .item li img {
  width: 100%;
  border: 1px solid #e9e9e9;
}

.one-way .one-way-wrap .item .txt {
  margin: 0 40px 0 40px;
}

.one-way .one-way-wrap .item .txt p {
  font-size: 18px;
  margin-top: 20px;
  line-height: 1.9rem;
  margin-bottom: 0;
}

@media screen and (max-width: 1199px) {
  .one-way .one-way-wrap .item li {
    height: 300px;
  }

  .one-way .one-way-wrap .item .txt p br.br-none {
    display: none;
  }

  .one-way .one-way-wrap .item .txt {
    margin: 0 30px 0 24px;
  }
}

@media screen and (max-width: 991px) {
  .one-way .one-way-wrap .item li {
    height: 220px;
  }

  .one-way .one-way-wrap .item .txt {
    margin: 0 30px 0 30px;
  }

  .one-way .one-way-wrap .item .txt h3 {
    font-size: 1.5rem;
  }

  .one-way .one-way-wrap .item .txt p {
    font-size: 17px;
    margin-top: 20px;
    line-height: 1.8rem;
  }

  /* 일렬로 정렬 */
  .one-way .one-way-wrap .item {
    flex-flow: column wrap;
    margin-bottom: 60px;
  }

  .one-way .one-way-wrap .item li img {
    width: 100%;
    height: 100%;
  }

  .one-way .one-way-wrap .item li {
    align-items: baseline;
    height: 100%;
  }

  .one-way .one-way-wrap .mo li:first-child {
    order: 1;
  }

  .one-way .one-way-wrap .mo li:last-child {
    order: -1;
  }

  .one-way .one-way-wrap .item .txt {
    margin: 30px 20px 0 20px;
  }
}

/*--------------------------------------------------------------
# Vision Section
--------------------------------------------------------------*/
.vision .vision-wrap h2 {
  font-size: 48px;
  font-weight: 700;
  font-family: var(--font-secondary);
  margin: 30px 0;
}

.vision .vision-wrap h2 span {
  color: var(--color-primary);
}

.vision .our-story {
  padding: 40px;
  background-color: #f5f6f7;
  padding-right: 35%;
}

.vision .our-story h4 {
  text-transform: uppercase;
  font-size: 18px;
  color: #838893;
}

.vision .our-story h3 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--color-secondary);
}

.vision .our-story p {
  margin-bottom: 0;
  line-height: 1.8rem;
}

.vision ul {
  list-style: none;
  padding: 0;
  color: #666;
  margin-bottom: 0;
}

.vision ul li {
  padding: 4px 0;
  display: flex;
  align-items: center;
}

.vision ul i {
  font-size: 20px;
  margin-right: 8px;
  color: var(--color-primary);
}

.vision .vision-img {
  position: absolute;
  top: 0;
  right: 0;
}

.vision .vision-img {
  min-height: 600px;
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 1199px) {
  .vision .vision-wrap h2 {
    max-width: 65%;
    margin: 0 0 40px 0;
  }
}

@media screen and (max-width: 991px) {
  .vision .vision-img {
    position: relative;
  }

  .vision .vision-wrap h2 {
    max-width: 100%;
    margin: 40px 0 30px 0;
  }

  .vision .our-story {
    padding: 40px;
  }
}

@media screen and (max-width: 767px) {
  .vision .vision-img {
    background-position: center;
  }
}

@media screen and (max-width: 575px) {
  .vision .vision-img {
    min-height: 450px;
  }

  .vision .our-story {
    padding: 30px;
  }
}

/*--------------------------------------------------------------
# Team Section
--------------------------------------------------------------*/
.team .obs {
  display: flex;
  justify-content: center;
}

.team .obs img {
  width: 50%;
}

@media screen and (max-width: 991px) {
  .team .obs img {
    width: 75%;
  }
}

@media screen and (max-width: 575px) {
  .team .obs img {
    width: 100%;
  }

  .team .sub-header p br {
    display: none;
  }
}
