
.about_wrap{
  display: flex;
  flex-direction: column;
  gap: 6rem;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0;
  margin: 0;
}
.about_wrap .title{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0;
  margin: 0;
}
.about_wrap .logo img {
  width: 40px;
}
.about_wrap .tt {
  position: relative;
  font-size: 3rem;
  font-weight: 100;
  line-height: 1.1;
  padding: 0 0 2.7rem 0 !important;
}
.about_wrap .tt span{
  font-weight: 800;
  color: var(--color-point);
}
.about_wrap .tt::after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 100px;
  height: 20px;
  background-image: url('/img/line_wave.png');
  background-repeat: repeat-x;
  padding: 0;
  margin: 0;
}
.about_wrap .title .eng {
  width: 40%;
  font-weight: 300;
  font-size: .85rem !important;
  color: var(--bs-gray-500);
  line-height: 1.1;
	word-break:keep-all;
	word-wrap:break-word;
  margin-top: 2rem !important;
}
.about_wrap .con {
  display: flex;
  justify-content: space-between;
  gap: 10rem;
  padding: 0;
  margin: 0;
  /* font-family: 'GmarketSansMedium'; */
  font-size: 1.1rem !important;
  color: #2b2b2b;
  line-height: 160%;
	word-break:keep-all;
	word-wrap:break-word;
}
.about_wrap .con .txt{
  font-size: 1.1rem !important;
  line-height: 160% !important;
}
.about_wrap .con .top_txt {
  font-size: 1.6rem !important;
  font-weight: 700;
  color: var(--color-main);
  line-height: 140%;
  padding: 0;
  margin: 0 0 4rem 0 !important;
}
.about_wrap .con .name{
  text-align: right;
  font-size: 0.9rem !important;
  padding: 2rem 1rem 0 0 !important;
}
.about_wrap .pic {
  position: relative;
  width: 100%;
}
.about_wrap .pic img {
  max-width: 100%;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  animation-duration: 1.5s;
  animation-delay: 1s;
}
.about_wrap .con .pic {
  width: 30%;
  min-width: 30%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
}
.about_wrap .con .pic img{
  width: 70%;
}
@media (max-width: 991.98px) {
  .about_wrap{
    align-items: center;
    gap: 3rem;
  }
  .about_wrap .con {
    flex-direction: column;
    gap: 5rem;
  }
  .about_wrap .con>div {
    width: 100%;
    padding: 0 10%;
  }
  .about_wrap .con .txt{
    order: 1;
    font-size: 1rem !important;
    padding: 0 3% 0 10% !important;
  }
  .about_wrap .con .pic{
    order: 2;
    flex-direction: row;
    width: 100%;
    min-width: none;
    padding: 0;
  }
  .about_wrap .con .pic img{
    width: calc(50% - 0.25rem);
  }
  .about_wrap .con .name{
    padding: 2rem 0 0 0;
  }
}
@media (max-width: 767.98px) {
  .about_wrap .tt {
    font-size: 2.5rem;
    padding: 1rem 0 2.5rem 0;
  }
  .about_wrap .tt::after {
    width: 80px;
  }
  .about_wrap .title .eng {
    width: 70%;
  }
  .about_wrap .con {
    font-size: 0.9rem !important;
    font-weight: 400;
  }
  .about_wrap .con .top_txt {
    font-size: 1.2rem !important;
    font-weight: 400;
    margin: 1.5rem 0 3rem 0 !important;
  }
  .about_wrap .con .top_txt .br{
    display: block;
  }
  .about_wrap .con .name{
    font-size: .95rem;
  }
}