@charset "UTF-8";
/* 오버레이 */
#about {
  width: 100%;
  margin-top: 50px;
}
#about .title_box {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
}
#about .title_box .sub_title {
  font-size: 24px;
  font-weight: 300;
  line-height: 34px;
  font-family: "Noto Sans KR", sans-serif;
  color: #323333;
}
#about .title_box .title {
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
  font-family: "Noto Sans KR", sans-serif;
  color: #323333;
}
#about .cont_wrap {
  width: 100%;
  display: flex;
}
#about .cont_wrap .left_box {
  width: 300px;
  display: flex;
  flex-direction: column;
  padding-right: 50px;
}
#about .cont_wrap .left_box img {
  max-width: 100%;
  height: auto;
}
#about .cont_wrap .left_box .profile {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  font-size: 15px;
  font-weight: 300;
  line-height: 26px;
  font-family: "Noto Sans KR", sans-serif;
  color: #323333;
}
#about .cont_wrap .left_box .profile span {
  font-size: 18px;
  font-weight: 500;
}
#about .cont_wrap .right_box {
  width: calc(100% - 370px);
}
#about .cont_wrap .right_box .tex_box {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-left: 50px;
}
#about .cont_wrap .right_box .tex_box .p {
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  font-family: "Noto Sans KR", sans-serif;
  color: #323333;
}
#about .cont_wrap .right_box .tex_box .p span {
  font-size: 18px;
  font-weight: 500;
  line-height: 40px;
}
#about .cont_wrap .right_box .tex_box .c_p {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  font-family: "Noto Sans KR", sans-serif;
  color: #323333;
}
#about .cont_wrap .right_box .tex_box .b_p {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  font-family: "Noto Sans KR", sans-serif;
  color: #323333;
}

@media screen and (max-width: 992px) {
  #about {
    width: 100%;
    margin-top: 40px;
  }
  #about .title_box {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 50px;
  }
  #about .title_box .sub_title {
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif;
    color: #323333;
  }
  #about .title_box .title {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif;
    color: #323333;
  }
  #about .cont_wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  #about .cont_wrap .left_box {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #about .cont_wrap .left_box img {
    max-width: 300px;
    height: auto;
  }
  #about .cont_wrap .left_box .profile {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    font-size: 15px;
    font-weight: 300;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif;
    color: #323333;
  }
  #about .cont_wrap .left_box .profile span {
    font-size: 18px;
    font-weight: 500;
  }
  #about .cont_wrap .right_box {
    width: 100%;
  }
  #about .cont_wrap .right_box .tex_box {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-left: 0;
  }
  #about .cont_wrap .right_box .tex_box .p {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif;
    color: #323333;
  }
  #about .cont_wrap .right_box .tex_box .p span {
    font-size: 18px;
    font-weight: 500;
    line-height: 40px;
  }
  #about .cont_wrap .right_box .tex_box .c_p {
    margin-top: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif;
    color: #323333;
  }
  #about .cont_wrap .right_box .tex_box .b_p {
    margin-top: 20px;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif;
    color: #323333;
  }
}
@media screen and (max-width: 768px) {
  #about {
    width: 100%;
    margin-top: 40px;
  }
  #about .title_box {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
  }
  #about .title_box .sub_title {
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    font-family: "Noto Sans KR", sans-serif;
    color: #323333;
  }
  #about .title_box .title {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    font-family: "Noto Sans KR", sans-serif;
    color: #323333;
  }
  #about .cont_wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  #about .cont_wrap .left_box {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #about .cont_wrap .left_box img {
    max-width: 240px;
    height: auto;
  }
  #about .cont_wrap .left_box .profile {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    font-size: 15px;
    font-weight: 300;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif;
    color: #323333;
  }
  #about .cont_wrap .left_box .profile span {
    font-size: 18px;
    font-weight: 500;
  }
  #about .cont_wrap .right_box {
    width: 100%;
  }
  #about .cont_wrap .right_box .tex_box {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-left: 0;
  }
  #about .cont_wrap .right_box .tex_box .p {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif;
    color: #323333;
  }
  #about .cont_wrap .right_box .tex_box .p span {
    font-size: 18px;
    font-weight: 500;
    line-height: 40px;
  }
  #about .cont_wrap .right_box .tex_box .c_p {
    margin-top: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif;
    color: #323333;
  }
  #about .cont_wrap .right_box .tex_box .b_p {
    margin-top: 20px;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif;
    color: #323333;
  }
}

/*# sourceMappingURL=about.css.map */
