@charset "UTF-8";
/**************************************** pop_up 시작*/
.layer_pop_up {
  position: fixed;
  top: 0;
  left: 0;
  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;
  z-index: 9999;
  display: none;
}

.l_pop_up__back {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.l_pop_up__wrap {
  width: 100%;
  background-color: #fff;
  position: relative;
}

.l_pop_up__close {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  font-size: 0.8125rem;
  font-weight: 700;
  color: #fff;
  top: -40px;
  right: 0;
}

/**************************************** pop_up 끝*/
/**************************************** tea__pop 시작*/
.tea__pop {
  max-width: 1000px;
  height: 800px;
  padding: 50px;
}

.tea__pop_wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow-y: auto;
  padding-right: 20px;
}
.tea__pop_wrap .con_wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 80px;
     -moz-column-gap: 80px;
          column-gap: 80px;
}
.tea__pop_wrap .con_wrap .thum {
  max-width: 335px;
  width: 100%;
  height: 450px;
  border: 1px solid #E6E6E6;
  position: relative;
  overflow: hidden;
}
.tea__pop_wrap .con_wrap .thum 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;
}
.tea__pop_wrap .info_wrap {
  padding: 20px 0;
}
.tea__pop_wrap .info_wrap .title_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
  margin-bottom: 70px;
}
.tea__pop_wrap .info_wrap .title_wrap .title {
  font-family: "esamanru";
  font-size: 1.875rem;
  font-weight: 500;
}
.tea__pop_wrap .info_wrap .title_wrap p {
  font-size: 1.0625rem;
  font-weight: 500;
  color: #aaa;
}
.tea__pop_wrap .info_wrap .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 5px;
}
.tea__pop_wrap .info_wrap .info li {
  font-size: 1.0625rem;
}
.tea__pop_wrap .video_wrap {
  margin-top: 50px;
}
.tea__pop_wrap .video_wrap .con iframe {
  width: 100%;
  height: 400px;
}
.tea__pop_wrap::-webkit-scrollbar {
  width: 2px;
}
.tea__pop_wrap::-webkit-scrollbar-thumb {
  background-color: #aaa;
  border-radius: 5px;
}
.tea__pop_wrap::-webkit-scrollbar-track {
  background-color: transparent;
}

/**************************************** tea__pop 끝*/
/**************************************** time__pop 시작*/
.form__pop {
  max-width: 650px;
  width: 100%;
  height: 685px;
  padding: 50px;
}

.form__pop_wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow-y: auto;
  padding-right: 20px;
}
.form__pop_wrap::-webkit-scrollbar {
  width: 2px;
}
.form__pop_wrap::-webkit-scrollbar-thumb {
  background-color: #aaa;
  border-radius: 5px;
}
.form__pop_wrap::-webkit-scrollbar-track {
  background-color: transparent;
}

/**************************************** time__pop 끝*/
@media screen and (max-width: 1240px) {
  .layer_pop_up {
    padding: 0 20px;
  }
  .tea__pop {
    height: 550px;
    padding: 50px 30px;
  }
  .form__pop {
    height: 550px;
    padding: 50px 30px;
  }
}
@media screen and (max-width: 1024px) {
  .tea__pop {
    height: 600px;
  }
  .form__pop {
    height: 600px;
  }
  .tea__pop_wrap .con_wrap {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
  .tea__pop_wrap .con_wrap .thum {
    max-width: 275px;
    height: 400px;
  }
  .tea__pop_wrap .info_wrap {
    padding: 20px 0;
  }
  .tea__pop_wrap .info_wrap .title_wrap {
    margin-bottom: 50px;
  }
  .tea__pop_wrap .info_wrap .title_wrap .title {
    font-size: 1.625rem;
  }
  .tea__pop_wrap .info_wrap .title_wrap p {
    font-size: 1rem;
  }
  .tea__pop_wrap .info_wrap .info li {
    font-size: 1rem;
  }
  .tea__pop_wrap .video_wrap .con iframe {
    height: 350px;
  }
}
@media screen and (max-width: 540px) {
  .tea__pop {
    height: 500px;
    padding: 30px 20px;
  }
  .form__pop {
    height: 500px;
    padding: 30px 20px;
  }
  .form__pop_wrap {
    padding-right: 10px;
  }
  .tea__pop_wrap {
    padding-right: 10px;
  }
  .tea__pop_wrap .con_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
  }
  .tea__pop_wrap .con_wrap .thum {
    max-width: none;
    height: 350px;
  }
  .tea__pop_wrap .info_wrap {
    padding: 0;
  }
  .tea__pop_wrap .info_wrap .title_wrap {
    margin-bottom: 30px;
  }
  .tea__pop_wrap .info_wrap .title_wrap .title {
    font-size: 1.375rem;
  }
  .tea__pop_wrap .info_wrap .title_wrap p {
    font-size: 1rem;
  }
  .tea__pop_wrap .info_wrap .info li {
    font-size: 1rem;
  }
  .tea__pop_wrap .video_wrap {
    margin-top: 30px;
  }
  .tea__pop_wrap .video_wrap .con iframe {
    height: 180px;
  }
}/*# sourceMappingURL=layer_pop.css.map */