@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+KR:300,400,500,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap");
/* 오버레이 */
/*프로덕트 뷰 제품상세*/
.edit_sec .edit_contain {
  padding: 20px;
  display: flex;
  flex-direction: column;
}
.edit_sec .edit_contain .editTitle {
  margin-bottom: 20px;
  margin-top: 0;
}
.edit_sec .edit_contain .editTitle__wrap--tit .tit_h1 {
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  font-family: "Noto Sans KR", sans-serif;
  color: #323333;
}
.edit_sec .edit_contain .editTex {
  margin-bottom: 30px;
}
.edit_sec .edit_contain .editTex__wrap {
  display: flex;
  justify-content: center;
}
.edit_sec .edit_contain .editTex__wrap .tex_p {
  width: 50%;
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
  font-family: "Noto Sans KR", sans-serif;
  color: #323333;
  text-align: center;
}
.edit_sec .edit_contain .editImg {
  padding: 20px 0;
}
.edit_sec .edit_contain .editImg__box {
  display: flex;
}
.edit_sec .edit_contain .editImg__box--left {
  width: 50%;
  padding-righ: 50px;
}
.edit_sec .edit_contain .editImg__box--left img {
  max-width: 100%;
}
.edit_sec .edit_contain .editImg__box--right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  padding: 0 100px;
}
.edit_sec .edit_contain .editImg__box--right .tex_h1 {
  margin-bottom: 20px;
  font-size: 52px;
  font-weight: 500;
  line-height: 52px;
  font-family: "Frank Ruhl Libre", serif !important;
  color: #323333;
}
.edit_sec .edit_contain .editImg__box--right .tex_p {
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
  font-family: "Noto Sans KR", sans-serif;
  color: #323333;
}
.edit_sec .edit_contain .editImgTwo {
  padding: 20px 0;
}
.edit_sec .edit_contain .editImgTwo__box {
  display: flex;
}
.edit_sec .edit_contain .editImgTwo__box--left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  padding: 0 100px;
}
.edit_sec .edit_contain .editImgTwo__box--left .tex_h1 {
  margin-bottom: 20px;
  font-size: 52px;
  font-weight: 500;
  line-height: 52px;
  font-family: "Frank Ruhl Libre", serif !important;
  color: #323333;
}
.edit_sec .edit_contain .editImgTwo__box--left .tex_p {
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
  font-family: "Noto Sans KR", sans-serif;
  color: #323333;
}
.edit_sec .edit_contain .editImgTwo__box--right {
  width: 50%;
  padding-left: 50px;
}
.edit_sec .edit_contain .editImgTwo__box--right img {
  max-width: 100%;
}
.edit_sec .edit_contain .editTitle {
  margin-top: 70px;
}
.edit_sec .edit_contain .editTitle__wrap--tit {
  display: flex;
  justify-content: center;
  text-transform: uppercase;
}
.edit_sec .edit_contain .editTitle__wrap--tit .tit_h1 {
  font-size: 34px;
  font-weight: 600;
  line-height: 30px;
  font-family: "Noto Sans KR", sans-serif;
  color: #c8cbcc;
}
.edit_sec .edit_contain .editTexTwo {
  margin-top: 30px;
  margin-bottom: 30px;
}
.edit_sec .edit_contain .editTexTwo__wrap {
  display: flex;
  justify-content: center;
}
.edit_sec .edit_contain .editTexTwo__wrap .tex_p {
  width: 50%;
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
  font-family: "Noto Sans KR", sans-serif;
  color: #323333;
  text-align: center;
}
.edit_sec .edit_contain .editImgThree {
  margin-top: 30px;
  margin-bottom: 100px;
}
.edit_sec .edit_contain .editImgThree__box {
  display: flex;
  justify-content: center;
}
.edit_sec .edit_contain .editImgThree__box--img {
  display: flex;
  justify-content: center;
}
.edit_sec .edit_contain .editImgThree__box--img img {
  width: 100%;
  max-width: 1000px;
}

@media screen and (max-width: 1500px) {
  .edit_sec .edit_contain {
    padding: 20px;
  }
  .edit_sec .edit_contain .editTitle {
    margin-top: 50px;
    margin-bottom: 20px;
  }
  .edit_sec .edit_contain .editTitle__wrap--tit .tit_h1 {
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .edit_sec .edit_contain .editTex {
    margin-bottom: 30px;
  }
  .edit_sec .edit_contain .editTex__wrap .tex_p {
    width: 50%;
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .edit_sec .edit_contain .editImg {
    padding: 20px 0;
  }
  .edit_sec .edit_contain .editImg__box--left {
    width: 50%;
    padding-righ: 50px;
  }
  .edit_sec .edit_contain .editImg__box--left img {
    max-width: 100%;
    height: auto;
  }
  .edit_sec .edit_contain .editImg__box--right {
    width: 50%;
    padding: 0 100px;
  }
  .edit_sec .edit_contain .editImg__box--right .tex_h1 {
    margin-bottom: 20px;
    font-size: 42px;
    font-weight: 500;
    line-height: 42px;
    font-family: "Frank Ruhl Libre", serif !important;
  }
  .edit_sec .edit_contain .editImg__box--right .tex_p {
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .edit_sec .edit_contain .editImgTwo {
    padding: 20px 0;
  }
  .edit_sec .edit_contain .editImgTwo__box--left {
    width: 50%;
    padding: 0 100px;
  }
  .edit_sec .edit_contain .editImgTwo__box--left .tex_h1 {
    margin-bottom: 20px;
    font-size: 42px;
    font-weight: 500;
    line-height: 42px;
    font-family: "Frank Ruhl Libre", serif !important;
  }
  .edit_sec .edit_contain .editImgTwo__box--left .tex_p {
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .edit_sec .edit_contain .editImgTwo__box--right {
    width: 50%;
    padding-left: 50px;
  }
  .edit_sec .edit_contain .editImgTwo__box--right img {
    max-width: 100%;
  }
  .edit_sec .edit_contain .editTitle {
    margin-top: 50px;
  }
  .edit_sec .edit_contain .editTitle__wrap--tit .tit_h1 {
    font-size: 34px;
    font-weight: 600;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .edit_sec .edit_contain .editTexTwo {
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .edit_sec .edit_contain .editTexTwo__wrap .tex_p {
    width: 50%;
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .edit_sec .edit_contain .editImgThree {
    margin-top: 30px;
    margin-bottom: 80px;
  }
  .edit_sec .edit_contain .editImgThree__box--img img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 1200px) {
  .edit_sec .edit_contain {
    padding: 20px;
  }
  .edit_sec .edit_contain .editTitle {
    margin-top: 50px;
    margin-bottom: 20px;
  }
  .edit_sec .edit_contain .editTitle__wrap--tit .tit_h1 {
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .edit_sec .edit_contain .editTex {
    margin-bottom: 30px;
  }
  .edit_sec .edit_contain .editTex__wrap .tex_p {
    width: 70%;
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .edit_sec .edit_contain .editImg {
    padding: 20px 0;
  }
  .edit_sec .edit_contain .editImg__box--left {
    width: 50%;
    padding-righ: 50px;
  }
  .edit_sec .edit_contain .editImg__box--left img {
    max-width: 100%;
    height: auto;
  }
  .edit_sec .edit_contain .editImg__box--right {
    width: 50%;
    padding: 0 50px;
  }
  .edit_sec .edit_contain .editImg__box--right .tex_h1 {
    margin-bottom: 20px;
    font-size: 34px;
    font-weight: 500;
    line-height: 34px;
    font-family: "Frank Ruhl Libre", serif !important;
  }
  .edit_sec .edit_contain .editImg__box--right .tex_p {
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .edit_sec .edit_contain .editImgTwo {
    padding: 20px 0;
  }
  .edit_sec .edit_contain .editImgTwo__box--left {
    width: 50%;
    padding: 0 50px;
  }
  .edit_sec .edit_contain .editImgTwo__box--left .tex_h1 {
    margin-bottom: 20px;
    font-size: 34px;
    font-weight: 500;
    line-height: 34px;
    font-family: "Frank Ruhl Libre", serif !important;
  }
  .edit_sec .edit_contain .editImgTwo__box--left .tex_p {
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .edit_sec .edit_contain .editImgTwo__box--right {
    width: 50%;
    padding-left: 50px;
  }
  .edit_sec .edit_contain .editImgTwo__box--right img {
    max-width: 100%;
  }
  .edit_sec .edit_contain .editTitle {
    margin-top: 50px;
  }
  .edit_sec .edit_contain .editTitle__wrap--tit .tit_h1 {
    font-size: 34px;
    font-weight: 600;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .edit_sec .edit_contain .editTexTwo {
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .edit_sec .edit_contain .editTexTwo__wrap .tex_p {
    width: 70%;
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .edit_sec .edit_contain .editImgThree {
    margin-top: 30px;
    margin-bottom: 80px;
  }
  .edit_sec .edit_contain .editImgThree__box--img img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 992px) {
  .edit_sec .edit_contain {
    padding: 20px;
  }
  .edit_sec .edit_contain .editTitle {
    margin-top: 30px !important;
    margin-bottom: 20px;
  }
  .edit_sec .edit_contain .editTitle__wrap--tit .tit_h1 {
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .edit_sec .edit_contain .editTex {
    margin-bottom: 30px;
  }
  .edit_sec .edit_contain .editTex__wrap .tex_p {
    width: 80%;
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .edit_sec .edit_contain .editImg {
    padding: 20px 0;
  }
  .edit_sec .edit_contain .editImg__box--left {
    width: 50%;
    padding-righ: 50px;
  }
  .edit_sec .edit_contain .editImg__box--left img {
    max-width: 100%;
    height: auto;
  }
  .edit_sec .edit_contain .editImg__box--right {
    width: 50%;
    padding: 0 30px;
  }
  .edit_sec .edit_contain .editImg__box--right .tex_h1 {
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: 500;
    line-height: 34px;
    font-family: "Frank Ruhl Libre", serif !important;
  }
  .edit_sec .edit_contain .editImg__box--right .tex_p {
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .edit_sec .edit_contain .editImgTwo {
    padding: 20px 0;
  }
  .edit_sec .edit_contain .editImgTwo__box--left {
    width: 50%;
    padding: 0 30px;
  }
  .edit_sec .edit_contain .editImgTwo__box--left .tex_h1 {
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: 500;
    line-height: 34px;
    font-family: "Frank Ruhl Libre", serif !important;
  }
  .edit_sec .edit_contain .editImgTwo__box--left .tex_p {
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .edit_sec .edit_contain .editImgTwo__box--right {
    width: 50%;
    padding-left: 50px;
  }
  .edit_sec .edit_contain .editImgTwo__box--right img {
    max-width: 100%;
  }
  .edit_sec .edit_contain .editTitle {
    margin-top: 50px;
  }
  .edit_sec .edit_contain .editTitle__wrap--tit .tit_h1 {
    font-size: 34px;
    font-weight: 600;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .edit_sec .edit_contain .editTexTwo {
    margin-top: 10px;
    margin-bottom: 30px;
  }
  .edit_sec .edit_contain .editTexTwo__wrap .tex_p {
    width: 80%;
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .edit_sec .edit_contain .editImgThree {
    margin-top: 20px;
    margin-bottom: 50px;
  }
  .edit_sec .edit_contain .editImgThree__box--img img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .edit_sec .edit_contain {
    padding: 20px;
  }
  .edit_sec .edit_contain .editTitle {
    margin-top: 30px !important;
    margin-bottom: 20px;
  }
  .edit_sec .edit_contain .editTitle__wrap--tit .tit_h1 {
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .edit_sec .edit_contain .editTex {
    margin-bottom: 30px;
  }
  .edit_sec .edit_contain .editTex__wrap .tex_p {
    width: 100%;
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .edit_sec .edit_contain .editImg {
    padding: 20px 0;
  }
  .edit_sec .edit_contain .editImg__box {
    flex-wrap: wrap;
  }
  .edit_sec .edit_contain .editImg__box--left {
    width: 100%;
    padding-righ: 50px;
  }
  .edit_sec .edit_contain .editImg__box--left img {
    max-width: 100%;
    height: auto;
  }
  .edit_sec .edit_contain .editImg__box--right {
    width: 100%;
    margin-top: 20px;
    padding: 0;
  }
  .edit_sec .edit_contain .editImg__box--right .tex_h1 {
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: 500;
    line-height: 34px;
    font-family: "Frank Ruhl Libre", serif !important;
  }
  .edit_sec .edit_contain .editImg__box--right .tex_p {
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .edit_sec .edit_contain .editImgTwo {
    padding: 20px 0;
  }
  .edit_sec .edit_contain .editImgTwo__box {
    flex-wrap: wrap;
  }
  .edit_sec .edit_contain .editImgTwo__box--left {
    width: 100%;
    padding: 0;
    margin-top: 20px;
    order: 3;
  }
  .edit_sec .edit_contain .editImgTwo__box--left .tex_h1 {
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: 500;
    line-height: 34px;
    font-family: "Frank Ruhl Libre", serif !important;
  }
  .edit_sec .edit_contain .editImgTwo__box--left .tex_p {
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .edit_sec .edit_contain .editImgTwo__box--right {
    width: 100%;
    padding-left: 0;
  }
  .edit_sec .edit_contain .editImgTwo__box--right img {
    max-width: 100%;
  }
  .edit_sec .edit_contain .editTitle {
    margin-top: 50px;
  }
  .edit_sec .edit_contain .editTitle__wrap--tit .tit_h1 {
    font-size: 34px;
    font-weight: 600;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .edit_sec .edit_contain .editTexTwo {
    margin-top: 10px;
    margin-bottom: 30px;
  }
  .edit_sec .edit_contain .editTexTwo__wrap .tex_p {
    width: 100%;
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .edit_sec .edit_contain .editImgThree {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .edit_sec .edit_contain .editImgThree__box--img img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 576px) {
  .edit_sec .edit_contain {
    padding: 20px;
  }
  .edit_sec .edit_contain .editTitle {
    margin-top: 20px !important;
    margin-bottom: 20px;
  }
  .edit_sec .edit_contain .editTitle__wrap--tit .tit_h1 {
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif;
    font-size: 24px !important;
  }
  .edit_sec .edit_contain .editTex {
    margin-bottom: 30px;
  }
  .edit_sec .edit_contain .editTex__wrap .tex_p {
    width: 100%;
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .edit_sec .edit_contain .editImg {
    padding: 20px 0;
  }
  .edit_sec .edit_contain .editImg__box {
    flex-wrap: wrap;
  }
  .edit_sec .edit_contain .editImg__box--left {
    width: 100%;
    padding-righ: 50px;
  }
  .edit_sec .edit_contain .editImg__box--left img {
    max-width: 100%;
    height: auto;
  }
  .edit_sec .edit_contain .editImg__box--right {
    width: 100%;
    margin-top: 20px;
    padding: 0;
  }
  .edit_sec .edit_contain .editImg__box--right .tex_h1 {
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
    font-family: "Frank Ruhl Libre", serif !important;
  }
  .edit_sec .edit_contain .editImg__box--right .tex_p {
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .edit_sec .edit_contain .editImgTwo {
    padding: 20px 0;
  }
  .edit_sec .edit_contain .editImgTwo__box {
    flex-wrap: wrap;
  }
  .edit_sec .edit_contain .editImgTwo__box--left {
    width: 100%;
    padding: 0;
    margin-top: 20px;
    order: 3;
  }
  .edit_sec .edit_contain .editImgTwo__box--left .tex_h1 {
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
    font-family: "Frank Ruhl Libre", serif !important;
  }
  .edit_sec .edit_contain .editImgTwo__box--left .tex_p {
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .edit_sec .edit_contain .editImgTwo__box--right {
    width: 100%;
    padding-left: 0;
  }
  .edit_sec .edit_contain .editImgTwo__box--right img {
    max-width: 100%;
  }
  .edit_sec .edit_contain .editTitle {
    margin-top: 50px;
    margin-bottom: 10px;
  }
  .edit_sec .edit_contain .editTitle__wrap--tit .tit_h1 {
    font-size: 34px;
    font-weight: 600;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .edit_sec .edit_contain .editTexTwo {
    margin-top: 10px;
    margin-bottom: 30px;
  }
  .edit_sec .edit_contain .editTexTwo__wrap .tex_p {
    width: 100%;
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .edit_sec .edit_contain .editImgThree {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .edit_sec .edit_contain .editImgThree__box--img img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
}

/*# sourceMappingURL=edit.css.map */
