@charset "UTF-8";
/**************************************** sub05 공통 시작*/
.s5__title {
  font-size: 2.5rem;
  text-align: center;
  font-weight: 500;
  font-family: "esamanru";
}
.s5__title.t1 {
  margin-bottom: 80px;
}
.s5__title.t2 {
  margin-top: 80px;
  margin-bottom: 30px;
}

/**************************************** sub05 공통 끝*/
/**************************************** notice 시작*/
.notice__list_wrap {
  margin-bottom: 50px;
}

.ref__tab li a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.ref__select_wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 80px;
}
.ref__select_wrap select {
  width: 230px;
  height: 50px;
  font-size: 1.0625rem;
  font-weight: 300;
  font-family: "esamanru";
}

/**************************************** notice 끝*/
/**************************************** apply 시작*/
.app__wrapper {
  position: relative;
  width: 100%;
  height: 780px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
.app__wrapper picture {
  width: 100%;
  height: 100%;
}
.app__wrapper picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.app__btn {
  width: 300px;
  height: 60px;
  background: #ccb236;
  border-radius: 200px;
  position: absolute;
  bottom: 75px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 1.25rem;
  font-weight: 500;
  font-family: "esamanru";
}

/**************************************** apply 끝*/
@media screen and (max-width: 1240px) {
  .s5__title {
    font-size: 2.25rem;
  }
  .s5__title.t1 {
    margin-bottom: 60px;
  }
  .s5__title.t2 {
    margin-top: 60px;
    margin-bottom: 30px;
  }
  .ref__select_wrap {
    margin-bottom: 60px;
  }
  .app__wrapper {
    height: 510px;
  }
  .app__btn {
    bottom: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .s5__title {
    font-size: 1.875rem;
  }
  .app__wrapper {
    height: 410px;
  }
  .app__btn {
    width: 140px;
    height: 50px;
  }
}
@media screen and (max-width: 768px) {
  .app__wrapper {
    height: 710px;
  }
  .app__wrapper picture {
    position: relative;
  }
  .app__wrapper picture img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -o-object-fit: cover;
       object-fit: cover;
  }
  .app__btn {
    bottom: 90px;
  }
}
@media screen and (max-width: 540px) {
  .s5__title {
    font-size: 1.375rem;
  }
  .s5__title.t1 {
    margin-bottom: 40px;
  }
  .s5__title.t2 {
    margin-top: 40px;
    margin-bottom: 20px;
  }
  .notice__list_wrap {
    margin-bottom: 30px;
  }
  .ref__select_wrap {
    margin-bottom: 40px;
  }
  .ref__select_wrap select {
    width: 140px;
    height: 40px;
    font-size: 0.9375rem;
    padding-left: 10px;
    background-position: right 10px center;
  }
  .app__wrapper {
    height: auto;
  }
  .app__wrapper picture img {
    position: static;
    width: auto;
    height: auto;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  .app__btn {
    width: 160px;
    height: 50px;
    bottom: 30px;
  }
}/*# sourceMappingURL=sub05.css.map */