@charset "UTF-8";
/*=================================================
    컬러
=================================================*/
/*=================================================
    폰트
=================================================*/
/*=================================================
    미디어쿼리
=================================================*/
/*=================================================
    컬러
=================================================*/
/*=================================================
    폰트
=================================================*/
/*=================================================
    미디어쿼리
=================================================*/
#section01 {
  background: url("../../../img/page/model-recruitment/index/sec01_bg.png") no-repeat right bottom;
  background-size: cover;
  padding: 192px 0 500px !important;
  position: relative;
}
@media screen and (max-width: 1439.98px) {
  #section01 {
    background: #fff;
    padding-bottom: 0 !important;
  }
}
@media screen and (max-width: 991.98px) {
  #section01 {
    padding-top: 150px !important;
  }
}
#section01 .title {
  text-align: center;
}
#section01 .title p {
  font-size: 28px;
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
  color: #7a6b5d;
  font-weight: 700;
}
@media screen and (max-width: 991.98px) {
  #section01 .title p {
    font-size: 20px;
  }
}
#section01 .title h3 {
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
  font-size: 99px;
  font-weight: 700;
  margin: 30px 0 20px;
  line-height: 1;
}
@media screen and (max-width: 991.98px) {
  #section01 .title h3 {
    font-size: 35px;
    margin: 15px 0;
  }
}
#section01 .title h3 span {
  font-size: 99px;
  font-weight: 700;
  color: #988d82;
}
@media screen and (max-width: 991.98px) {
  #section01 .title h3 span {
    font-size: 30px;
  }
}
#section01 .title span {
  color: #725f4b;
  font-size: 26px;
  line-height: 37px;
  font-weight: 500;
}
@media screen and (max-width: 991.98px) {
  #section01 .title span {
    font-size: 14px;
    line-height: 1.3;
  }
}
#section01 .img-area {
  margin-top: 60px;
  display: flex !important;
  gap: 20px;
  justify-content: center;
}
@media screen and (max-width: 1439.98px) {
  #section01 .img-area {
    display: none !important;
  }
}
#section01 .img-area img {
  box-shadow: 0 0px 32px rgba(45, 42, 41, 0.63);
  border-radius: 20px;
}
#section01 .img-model {
  position: absolute;
  right: 100px;
  bottom: 280px;
}
@media screen and (max-width: 1439.98px) {
  #section01 .img {
    width: 100%;
  }
}

#section02 {
  background-color: #fefbf2;
  border-radius: 280px 0 0 0;
  margin-top: -280px;
  position: relative;
}
@media screen and (max-width: 1439.98px) {
  #section02 {
    border-radius: 0;
    margin-top: 0;
  }
}
#section02::after {
  position: absolute;
  width: 100%;
  content: "VIEW Real Model";
  left: 0;
  bottom: 0;
  font-size: 147px;
  color: #e0dac9;
  opacity: 0.27;
  font-family: "HighSummit";
  text-align: center;
}
@media screen and (max-width: 1439.98px) {
  #section02::after {
    display: none;
  }
}
#section02 .title-area {
  text-align: center;
  margin-bottom: 26px;
}
#section02 .title-area p {
  font-size: 22px;
  color: #9d968e;
  font-weight: 500;
}
@media screen and (max-width: 991.98px) {
  #section02 .title-area p {
    font-size: 20px;
  }
}
#section02 .title-area h3 {
  font-size: 60px;
  line-height: 70px;
  font-weight: 700;
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
  margin: 35px 0 44px;
}
@media screen and (max-width: 991.98px) {
  #section02 .title-area h3 {
    font-size: 30px;
    margin: 15px 0;
    line-height: 1.3;
  }
}
#section02 .title-area h3 span {
  color: #746b64;
}
#section02 .title-area dl {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: center;
}
#section02 .title-area dl dt {
  background-color: #746b64;
  padding: 10px 36px;
  color: #fff;
  font-size: 20px;
  border-radius: 50px;
}
@media screen and (max-width: 991.98px) {
  #section02 .title-area dl dt {
    font-size: 14px;
    padding: 10px 15px;
  }
}
#section02 .title-area dl dd {
  font-size: 27px;
  color: #746b64;
  font-weight: 500;
}
@media screen and (max-width: 991.98px) {
  #section02 .title-area dl dd {
    font-size: 18px;
  }
}
#section02 .con-area {
  display: flex;
  gap: 25px;
  justify-content: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1439.98px) {
  #section02 .con-area {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
#section02 .con-area .wrap {
  width: 390px;
  height: 500px;
  padding-top: 65px;
  background: url("../../../img/page/model-recruitment/index/sec02_bg1.png") no-repeat center;
  background-size: cover;
  border: 1px solid #947658;
  border-radius: 15px;
  overflow: hidden;
}
@media screen and (max-width: 1439.98px) {
  #section02 .con-area .wrap {
    width: 100%;
    height: auto;
    padding: 30px 0;
    border-radius: 10px;
  }
}
#section02 .con-area .wrap p {
  color: #fff;
  font-weight: 600;
  line-height: 37px;
  font-size: 35px;
  text-align: center;
}
@media screen and (max-width: 991.98px) {
  #section02 .con-area .wrap p {
    font-size: 25px;
    line-height: 1.3;
  }
}
#section02 .con-area .wrap .img-wrap {
  position: relative;
  margin: 25px auto 20px;
  width: fit-content;
}
@media screen and (max-width: 991.98px) {
  #section02 .con-area .wrap .img-wrap {
    margin: 15px auto;
  }
}
#section02 .con-area .wrap .img-wrap img {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 991.98px) {
  #section02 .con-area .wrap .img-wrap img {
    width: 150px;
  }
}
#section02 .con-area .wrap .img-wrap p {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 39px;
  height: 39px;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #746b64;
  font-size: 15px;
  font-weight: 700;
}
@media screen and (max-width: 991.98px) {
  #section02 .con-area .wrap .img-wrap p {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }
}
#section02 .con-area .wrap span {
  color: #fff;
  display: block;
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
}
@media screen and (max-width: 991.98px) {
  #section02 .con-area .wrap span {
    font-size: 14px;
    line-height: 1.3;
  }
}
#section02 .con-area .wrap:nth-child(2) {
  background: url("../../../img/page/model-recruitment/index/sec02_bg2.png") no-repeat center;
  background-size: cover;
}
#section02 .con-area .wrap:nth-child(3) {
  background: url("../../../img/page/model-recruitment/index/sec02_bg3.png") no-repeat center;
  background-size: cover;
}

#section03 {
  background: url("../../../img/page/model-recruitment/index/sec03_bg.png") no-repeat center;
  background-size: cover;
  padding-bottom: 450px !important;
}
@media screen and (max-width: 1439.98px) {
  #section03 {
    padding-bottom: 170px !important;
  }
}
@media screen and (max-width: 991.98px) {
  #section03 {
    padding-bottom: 70px !important;
  }
}
#section03 .title-area {
  text-align: center;
  margin-bottom: 37px;
}
@media screen and (max-width: 991.98px) {
  #section03 .title-area {
    margin-bottom: 30px;
  }
}
#section03 .title-area p {
  font-size: 22px;
  color: #ceb599;
  font-weight: 500;
  margin-bottom: 25px;
}
@media screen and (max-width: 991.98px) {
  #section03 .title-area p {
    font-size: 15px;
    margin-bottom: 15px;
  }
}
#section03 .title-area h3 {
  font-size: 60px;
  font-weight: 700;
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
  color: #fff;
}
@media screen and (max-width: 991.98px) {
  #section03 .title-area h3 {
    font-size: 30px;
  }
}
#section03 .con-area .top {
  margin-bottom: 20px;
  background-color: #fff;
  padding: 58px 0;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1439.98px) {
  #section03 .con-area .top {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 30px;
  }
  #section03 .con-area .top > *:last-child:nth-child(odd) {
    grid-column: 1/-1;
  }
}
@media screen and (max-width: 991.98px) {
  #section03 .con-area .top {
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 543.98px) {
  #section03 .con-area .top {
    padding: 0;
  }
}
#section03 .con-area .top > img {
  margin: 0 40px;
}
@media screen and (max-width: 1439.98px) {
  #section03 .con-area .top > img {
    display: none;
  }
}
#section03 .con-area .top .wrap {
  display: flex;
  gap: 11px;
}
@media screen and (max-width: 1439.98px) {
  #section03 .con-area .top .wrap {
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 15px;
    align-items: center;
  }
  #section03 .con-area .top .wrap:nth-of-type(2n) {
    border-right: 0;
  }
  #section03 .con-area .top .wrap:last-of-type {
    border-bottom: 0;
    border-right: 0;
    grid-column: 1/-1;
  }
}
@media screen and (max-width: 543.98px) {
  #section03 .con-area .top .wrap {
    padding: 10px;
  }
}
@media screen and (max-width: 991.98px) {
  #section03 .con-area .top .wrap img {
    width: 50px;
  }
}
@media screen and (max-width: 543.98px) {
  #section03 .con-area .top .wrap img {
    width: 40px;
  }
}
#section03 .con-area .top .wrap dl dt {
  font-size: 16px;
  font-weight: 700;
  color: #ceb599;
  margin-bottom: 10px;
}
@media screen and (max-width: 991.98px) {
  #section03 .con-area .top .wrap dl dt {
    font-size: 14px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 374.98px) {
  #section03 .con-area .top .wrap dl dt {
    font-size: 3.743315508vw;
  }
}
#section03 .con-area .top .wrap dl dd {
  font-size: 20px;
  font-weight: 600;
  line-height: 23px;
}
@media screen and (max-width: 991.98px) {
  #section03 .con-area .top .wrap dl dd {
    font-size: 16px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 374.98px) {
  #section03 .con-area .top .wrap dl dd {
    font-size: 4.2780748663vw;
  }
}
#section03 .con-area .bottom .wrap {
  border-radius: 15px;
  border: 1px solid #b3a28f;
  background-color: rgba(0, 0, 0, 0.42);
  padding: 20px 30px;
  display: flex;
  gap: 12px;
  margin-bottom: 20px;
}
@media screen and (max-width: 991.98px) {
  #section03 .con-area .bottom .wrap {
    border-radius: 10px;
    padding: 15px;
    gap: 10px;
    margin-bottom: 15px;
  }
}
#section03 .con-area .bottom .wrap p {
  width: 35px;
  height: 35px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #a59990;
  font-size: 14px;
  font-weight: 700;
  border-radius: 50%;
}
@media screen and (max-width: 991.98px) {
  #section03 .con-area .bottom .wrap p {
    width: 30px;
    height: 30px;
  }
}
#section03 .con-area .bottom .wrap span {
  margin-top: 5px;
  font-size: 18px;
  line-height: 25px;
  color: #d9cdc0;
}
@media screen and (max-width: 991.98px) {
  #section03 .con-area .bottom .wrap span {
    font-size: 14px;
    line-height: 1.3;
    width: 90%;
  }
}
#section03 .con-area .bottom .wrap:nth-child(1) {
  align-items: center;
}
#section03 .con-area .bottom .wrap:nth-child(1) span {
  margin-top: 0;
}
#section03 .con-area .bottom .wrap.last-con {
  padding: 0;
  flex-direction: column;
  position: relative;
}
#section03 .con-area .bottom .wrap.last-con::after {
  content: "Application Process";
  position: absolute;
  bottom: -160px;
  width: 100%;
  text-align: center;
  font-size: 147px;
  color: #e0dac9;
  opacity: 0.15;
  font-family: "HighSummit";
}
@media screen and (max-width: 1439.98px) {
  #section03 .con-area .bottom .wrap.last-con::after {
    display: none;
  }
}
#section03 .con-area .bottom .wrap.last-con .top-con {
  padding: 30px;
  display: flex;
  gap: 12px;
}
@media screen and (max-width: 991.98px) {
  #section03 .con-area .bottom .wrap.last-con .top-con {
    gap: 10px;
    padding: 15px;
  }
}
@media screen and (max-width: 991.98px) {
  #section03 .con-area .bottom .wrap.last-con .top-con article {
    width: 90%;
  }
}
#section03 .con-area .bottom .wrap.last-con .top-con article h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin-top: 5px;
}
@media screen and (max-width: 991.98px) {
  #section03 .con-area .bottom .wrap.last-con .top-con article h3 {
    font-size: 16px;
  }
}
#section03 .con-area .bottom .wrap.last-con .top-con article .text {
  margin-top: 10px;
  display: flex;
  align-items: center;
  color: #d9cdc0;
  font-size: 18px;
  line-height: 30px;
  gap: 128px;
}
@media screen and (max-width: 1249.98px) {
  #section03 .con-area .bottom .wrap.last-con .top-con article .text {
    gap: 50px;
  }
}
@media screen and (max-width: 991.98px) {
  #section03 .con-area .bottom .wrap.last-con .top-con article .text {
    font-size: 14px;
    line-height: 1.3;
    flex-direction: column;
    gap: 0;
    align-items: flex-start;
  }
}
#section03 .con-area .bottom .wrap.last-con .bottom-con {
  text-align: center;
  border-radius: 0 0 20px 20px;
  padding: 14px 0;
  background-color: rgba(0, 0, 0, 0.42);
  border-top: 1px solid #b3a28f;
}
@media screen and (max-width: 991.98px) {
  #section03 .con-area .bottom .wrap.last-con .bottom-con {
    padding: 10px;
    border-radius: 0 0 10px 10px;
  }
}
#section03 .con-area .bottom .wrap.last-con .bottom-con p {
  width: 100%;
  font-size: 16px;
  color: #a59990;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0 0 20px 20px;
  overflow: hidden;
}
@media screen and (max-width: 991.98px) {
  #section03 .con-area .bottom .wrap.last-con .bottom-con p {
    font-size: 14px;
  }
}
#section03 .con-area .bottom .col2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media screen and (max-width: 1439.98px) {
  #section03 .con-area .bottom .col2 {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
}

#section04 {
  margin-top: -280px;
  border-radius: 0 280px 0 0;
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 1439.98px) {
  #section04 {
    margin-top: 0;
    border-radius: 0;
  }
}
#section04::after {
  position: absolute;
  width: 100%;
  content: "Want to see more Videos?";
  left: 0;
  bottom: 0;
  font-size: 147px;
  color: #e0dac9;
  opacity: 0.31;
  font-family: "HighSummit";
  text-align: center;
}
@media screen and (max-width: 1439.98px) {
  #section04::after {
    display: none;
  }
}
#section04 .title {
  margin-bottom: 41px;
  display: flex;
  gap: 17px;
  align-items: center;
}
@media screen and (max-width: 991.98px) {
  #section04 .title {
    margin-bottom: 30px;
    gap: 10px;
  }
}
@media screen and (max-width: 543.98px) {
  #section04 .title {
    align-items: flex-start;
    flex-direction: column;
  }
}
#section04 .title h3 {
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
  font-weight: 700;
  font-size: 60px;
}
@media screen and (max-width: 991.98px) {
  #section04 .title h3 {
    font-size: 30px;
  }
}
#section04 .title h3 span {
  color: #746b64;
}
#section04 .title a {
  color: #9d968e;
  font-size: 13px;
  font-weight: 500;
  border: 1px solid #9d968e;
  border-radius: 50px;
  padding: 12px 18px;
}
@media screen and (max-width: 991.98px) {
  #section04 .title a {
    padding: 10px 15px;
  }
}
#section04 .con-area {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 55px;
}
@media screen and (max-width: 1530px) {
  #section04 .con-area {
    display: block;
  }
}
#section04 .con-area .left {
  width: 728px;
}
@media screen and (max-width: 1530px) {
  #section04 .con-area .left {
    width: 100%;
  }
}
@media screen and (max-width: 1530px) {
  #section04 .con-area .left img {
    width: 100%;
  }
}
#section04 .con-area .left .swiper-controller {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-top: 18px;
}
@media screen and (max-width: 1439.98px) {
  #section04 .con-area .left .swiper-controller {
    margin-top: 19px;
    gap: 50px;
  }
}
#section04 .con-area .left .swiper-controller .swiper-button-prev,
#section04 .con-area .left .swiper-controller .swiper-button-next {
  width: 9px;
  color: #232323;
  position: relative;
  top: 12px;
}
@media screen and (max-width: 1439.98px) {
  #section04 .con-area .left .swiper-controller .swiper-button-prev,
  #section04 .con-area .left .swiper-controller .swiper-button-next {
    top: 8px;
    width: 7px;
  }
}
#section04 .con-area .left .swiper-controller .swiper-button-prev::after,
#section04 .con-area .left .swiper-controller .swiper-button-next::after {
  font-size: 18px;
  color: #232323;
}
@media screen and (max-width: 1439.98px) {
  #section04 .con-area .left .swiper-controller .swiper-button-prev::after,
  #section04 .con-area .left .swiper-controller .swiper-button-next::after {
    font-size: 22px;
  }
}
@media screen and (max-width: 991.98px) {
  #section04 .con-area .left .swiper-controller .swiper-button-prev::after,
  #section04 .con-area .left .swiper-controller .swiper-button-next::after {
    font-size: 18px;
  }
}
#section04 .con-area .left .swiper-controller .swiper-button-prev svg path,
#section04 .con-area .left .swiper-controller .swiper-button-next svg path {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
}
#section04 .con-area .left .swiper-controller .swiper-pagination {
  position: static;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}
@media screen and (max-width: 1439.98px) {
  #section04 .con-area .left .swiper-controller .swiper-pagination {
    gap: 5px;
    color: #9d968e;
  }
}
@media screen and (max-width: 991.98px) {
  #section04 .con-area .left .swiper-controller .swiper-pagination {
    font-size: 16px;
  }
}
@media screen and (max-width: 1439.98px) {
  #section04 .con-area .left .swiper-controller .swiper-pagination .swiper-pagination-current {
    color: #746b64;
    font-weight: 700;
  }
}
#section04 .con-area .left .swiper-controller .swiper-pagination .swiper-pagination-bullet {
  background-color: #c2b8b1;
  opacity: 1;
  width: 9px;
  height: 9px;
  margin: 0;
}
@media screen and (max-width: 991.98px) {
  #section04 .con-area .left .swiper-controller .swiper-pagination .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
  }
}
#section04 .con-area .left .swiper-controller .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #7a6e66;
}
#section04 .con-area .right {
  display: flex;
  gap: 20px;
  height: 423px;
}
@media screen and (max-width: 1530px) {
  #section04 .con-area .right {
    display: none;
  }
}

#section05 {
  border-radius: 280px 0 0 0;
  background-color: #f5efea;
}
@media screen and (max-width: 1439.98px) {
  #section05 {
    border-radius: 0;
  }
}
@media screen and (max-width: 991.98px) {
  #section05 .link-wrap {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
  #section05 .link-wrap::-webkit-scrollbar {
    display: none;
  }
}
#section05 .link {
  background-color: #fff;
  border: 1px solid #c7b4a1;
  border-radius: 10px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  overflow: hidden;
}
@media screen and (max-width: 991.98px) {
  #section05 .link {
    display: flex;
    width: 620px;
    min-width: 620px;
    border: 0;
    border-bottom: 1px solid #9d968e;
    border-radius: 0;
    background: transparent;
    overflow: visible;
  }
}
#section05 .link a {
  font-size: 20px;
  color: #7a6e66;
  padding: 24px 0;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 991.98px) {
  #section05 .link a {
    width: 103.3333333333px;
    min-width: 103.3333333333px;
    flex-shrink: 0;
    padding: 12px 0;
    background: transparent;
    font-size: 14px;
  }
}
#section05 .link a::after {
  position: absolute;
  width: 1px;
  height: 20px;
  background-color: #7a6e66;
  content: "";
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 991.98px) {
  #section05 .link a::after {
    display: none;
  }
}
#section05 .link a:last-child::after {
  display: none;
}
#section05 .link a p {
  position: relative;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 991.98px) {
  #section05 .link a p {
    width: 100%;
    color: #9d968e;
    white-space: nowrap;
  }
}
#section05 .link a:hover, #section05 .link a.active {
  background-color: #7a6e66;
  border-radius: 10px;
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width: 991.98px) {
  #section05 .link a:hover, #section05 .link a.active {
    background: transparent;
    border-radius: 0;
  }
}
#section05 .link a:hover p, #section05 .link a.active p {
  padding-left: 15px;
  color: #fff;
}
@media screen and (max-width: 991.98px) {
  #section05 .link a:hover p, #section05 .link a.active p {
    padding-left: 0;
    color: #2c2721;
    font-weight: 700;
  }
}
#section05 .link a:hover p::before, #section05 .link a.active p::before {
  position: absolute;
  width: 9.5px;
  height: 9.5px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  background-color: #fff;
  border-radius: 50%;
}
@media screen and (max-width: 991.98px) {
  #section05 .link a:hover p::before, #section05 .link a.active p::before {
    left: 0;
    right: 0;
    top: auto;
    bottom: -13px;
    width: 100%;
    height: 4px;
    border-radius: 0;
    transform: none;
    background-color: #2c2721;
  }
}
#section05 .con-area {
  padding-top: 80px;
}
@media screen and (max-width: 991.98px) {
  #section05 .con-area {
    padding-top: 30px;
  }
}
#section05 .con-area h3 {
  text-align: center;
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 30px;
}
@media screen and (max-width: 991.98px) {
  #section05 .con-area h3 {
    font-size: 30px;
  }
}
#section05 .con-area h3 span {
  color: #746b64;
}
#section05 .con-area .desc {
  text-align: center;
  font-size: 14px;
  line-height: 22px;
  color: #bbb1a9;
  margin-top: 25px;
}
@media screen and (max-width: 991.98px) {
  #section05 .con-area .desc {
    margin-top: 15px;
  }
}

#section06 h3 {
  text-align: center;
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 30px;
}
@media screen and (max-width: 991.98px) {
  #section06 h3 {
    font-size: 30px;
  }
}
#section06 h3 span {
  color: #746b64;
}
#section06 img {
  width: 100%;
}
#section06 .desc {
  text-align: center;
  font-size: 14px;
  line-height: 22px;
  color: #bbb1a9;
  margin-top: 25px;
}
@media screen and (max-width: 991.98px) {
  #section06 .desc {
    margin-top: 15px;
  }
}

#section07 {
  background-color: #f5efea;
}
#section07 h3 {
  text-align: center;
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 30px;
}
@media screen and (max-width: 991.98px) {
  #section07 h3 {
    font-size: 30px;
  }
}
#section07 h3 span {
  color: #746b64;
}
#section07 img {
  width: 100%;
}
#section07 .desc {
  text-align: center;
  font-size: 14px;
  line-height: 22px;
  color: #bbb1a9;
  margin-top: 25px;
}
@media screen and (max-width: 991.98px) {
  #section07 .desc {
    margin-top: 15px;
  }
}

#section08 h3 {
  text-align: center;
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 30px;
}
@media screen and (max-width: 991.98px) {
  #section08 h3 {
    font-size: 30px;
  }
}
#section08 h3 span {
  color: #746b64;
}
#section08 img {
  width: 100%;
}
#section08 .desc {
  text-align: center;
  font-size: 14px;
  line-height: 22px;
  color: #bbb1a9;
  margin-top: 25px;
}
@media screen and (max-width: 991.98px) {
  #section08 .desc {
    margin-top: 15px;
  }
}

#section09 {
  background-color: #f5efea;
}
#section09 h3 {
  text-align: center;
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 30px;
}
@media screen and (max-width: 991.98px) {
  #section09 h3 {
    font-size: 30px;
  }
}
#section09 h3 span {
  color: #746b64;
}
#section09 img {
  width: 100%;
}
#section09 .desc {
  text-align: center;
  font-size: 14px;
  line-height: 22px;
  color: #bbb1a9;
  margin-top: 25px;
}
@media screen and (max-width: 991.98px) {
  #section09 .desc {
    margin-top: 15px;
  }
}

#section10 h3 {
  text-align: center;
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 30px;
}
@media screen and (max-width: 991.98px) {
  #section10 h3 {
    font-size: 30px;
  }
}
#section10 h3 span {
  color: #746b64;
}
#section10 img {
  width: 100%;
}
#section10 .desc {
  text-align: center;
  font-size: 14px;
  line-height: 22px;
  color: #bbb1a9;
  margin-top: 25px;
}
@media screen and (max-width: 991.98px) {
  #section10 .desc {
    margin-top: 15px;
  }
}

#section11 {
  background-color: #f4f4f4;
  border-radius: 0 280px 0 0;
  padding-bottom: 80px;
}
@media screen and (max-width: 1439.98px) {
  #section11 {
    border-radius: 0;
  }
}
#section11 h3 {
  text-align: center;
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 30px;
}
@media screen and (max-width: 991.98px) {
  #section11 h3 {
    font-size: 30px;
    margin-bottom: 15px;
  }
}
#section11 h3 span {
  color: #746b64;
}
#section11 .model-recruitment-eform {
  margin-top: 10px;
}
#section11 .model-recruitment-eform__embed {
  margin: 0 auto;
}
#section11 .model-recruitment-eform__iframe {
  width: 1px;
  min-width: 100%;
  min-height: 720px;
}
#section11 .model-recruitment-eform__notice {
  max-width: 960px;
  margin: 0 auto;
  padding: 24px 20px;
  text-align: center;
  color: #7a4545;
  background: #fdf8f8;
  border: 1px solid #e8c4c4;
  border-radius: 8px;
}

@media screen and (max-width: 991.98px) {
  #section11 {
    padding-bottom: 48px;
  }
  #section11 .model-recruitment-eform__iframe {
    min-height: 640px;
  }
}