@charset "utf-8";
@import "common.css";

#mainImg {
  background-image: url(../img/mainImg/about01_mainImg.jpg);
  background-position: bottom 60% center;
}

/* content */
#content01 .wBox {
}
#content01 p {
  opacity: 0.6;
  line-height: 30px;
}
.wrap_helloImg {
  margin: 50px auto;
  height: 300px;
  overflow: hidden;
}
#content01 img {
  position: relative;
  top: -10px;
  width: 100%;
  background-color: var(--white);
}

/* ----------------------------------------------------------------------------- */

#sec02 {
  display: flex;
  align-items: center;
}
#content02 p {
  text-align: left;
  line-height: 33px;
  margin: 80px 130px;
  margin: 4vw 15vh;
}
#content02 img {
  /* position: absolute;
  top: -60px;
  right: 0; */
  width: 30%;
}

/* ----------------------------------------------------------------------------- */

#content03 img {
  width: 80%;
}

/* mobile___ */
.mobile #content01 {
  padding-left: 0;
  padding-right: 0;
}
.mobile #content01 .wBox,
.mobile #content02 .wBox {
  margin: 0;
}
.mobile #content01 .wBox p,
.mobile #content02 .wBox p {
  margin: 0 10vw;
  text-align: left;
}
.mobile #content01 .wrap_helloImg {
  height: auto;
}
.mobile #content02 #sec02 {
  flex-direction: column-reverse;
}
.mobile #content02 p {
  margin: 0;
}
.mobile #content02 img {
  position: static;
  width: 100%;
}
.mobile #content03 .wBox {
  margin: 0;
}
.mobile #content03 .wBox img {
  width: 100%;
}
