@charset "UTF-8";
/*scss임, css에서 수정금지*/
.img.bd {
  border: 1px solid #e1e1e1;
}

img {
  max-width: 100%;
}

.pinkD7 {
  color: #d788ba;
}

.orangeFb {
  color: #fbab2d;
}

.brownA5 {
  color: #a59341;
}

.green5c {
  color: #5caa45;
}

.aqua1a {
  color: #1a949d;
}

.bg-white {
  background: #fff;
}

.bg-pinkD7 {
  background-color: #d788ba;
}

.bg-orangeFb {
  background-color: #fbab2d;
}

.bg-brownA5 {
  background-color: #a59341;
}

.bg-green5c {
  background-color: #5caa45;
}

.bg-aqua1a {
  background-color: #1a949d;
}

#nt_body > .nt-container {
  padding: 0;
  max-width: 100%;
}

.page-content {
  padding-top: 190px;
  padding-bottom: 100px;
  background: #f9f9f9;
  word-break: keep-all;
}

.page-content article {
  margin-bottom: 150px;
}

.page-content article:last-of-type {
  margin-bottom: 0;
}

.page-content p {
  word-break: keep-all;
}

@media (max-width: 991px) {
  .page-content {
    padding-top: 170px;
  }
}

@media (max-width: 768px) {
  .page-content {
    padding-top: 150px;
  }
  .page-content article {
    margin-bottom: 110px;
  }
}

@media (max-width: 576px) {
  .page-content {
    padding-top: 100px;
  }
  .page-content article {
    margin-bottom: 80px;
  }
}

.product .prod .flex {
  gap: 20px;
  flex-direction: row-reverse;
}

@media (max-width: 730px) {
  .product .prod .flex {
    gap: 50px;
    flex-direction: column;
  }
}

.product .prod__img {
  width: 54.6%;
}

.product .prod__img .mySwiper2 .swiper-slide {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  background: #f2f2f2;
}

.product .prod__img .mySwiper2 .swiper-button-next,
.product .prod__img .mySwiper2 .swiper-button-prev {
  color: #d9d9d9;
}

.product .prod__img .mySwiper {
  margin-top: 10px;
}

.product .prod__img .mySwiper .swiper-slide {
  overflow: hidden;
  border-radius: 20px;
  background: #f2f2f2;
}

@media (max-width: 730px) {
  .product .prod__img {
    width: 100%;
  }
}

@media (max-width: 576px) {
  .product .prod__img .mySwiper2 .swiper-slide,
  .product .prod__img .mySwiper .swiper-slide {
    border-radius: 10px;
  }
}

.product .prod__txt {
  flex: 1;
}

.product .prod__txt__category {
  display: inline-block;
  padding: 0 42px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  color: #c4a97c;
  text-align: center;
  border: 1px solid #c4a97c;
  border-radius: 20px;
}

.product .prod__txt__title {
  padding: 50px 0 40px;
  font-size: 45px;
  font-weight: 500;
  line-height: 1;
  color: #111;
}

.product .prod__txt__title2 {
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 40px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2;
  color: #111;
}

.product .prod__txt__title2:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 35px;
  height: 1px;
  background: #c4a97c;
}

.product .prod__txt__info {
  color: #888;
}

@media (max-width: 991px) {
  .product .prod__txt__title {
    padding: 30px 0 30px;
    font-size: 34px;
  }
  .product .prod__txt__title2 {
    padding-bottom: 30px;
    margin-bottom: 30px;
    font-size: 20px;
  }
}

@media (max-width: 576px) {
  .product .prod__txt__category {
    padding: 0 30px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
  }
  .product .prod__txt__title {
    font-size: 40px;
  }
  .product .prod__txt__title2 {
    font-size: 20px;
  }
}

.product .tab-btn-wrap {
  margin: 100px 0 50px;
  background: #333;
}

@media (max-width: 768px) {
  .product .tab-btn-wrap {
    margin: 80px 0 50px;
  }
}

@media (max-width: 576px) {
  .product .tab-btn-wrap {
    margin: 60px 0 50px;
  }
}

.product .tab-btn-wrap #tab-btn {
  display: flex;
  justify-content: center;
  gap: 70px;
}

.product .tab-btn-wrap #tab-btn li a {
  display: block;
  position: relative;
  height: 60px;
  line-height: 60px;
  font-weight: 500;
  color: #fff;
}

.product .tab-btn-wrap #tab-btn li a.on:after, .product .tab-btn-wrap #tab-btn li a:hover:after {
  content: '';
  display: block;
  position: relative;
  left: 0;
  bottom: 2px;
  width: 100%;
  height: 2px;
  background: #fff;
}

@media (max-width: 576px) {
  .product .tab-btn-wrap #tab-btn {
    gap: 0;
  }
  .product .tab-btn-wrap #tab-btn li {
    flex: 1;
  }
  .product .tab-btn-wrap #tab-btn li a {
    text-align: center;
    height: 50px;
    line-height: 50px;
  }
}

.product .product-tab-content article .header {
  text-align: center;
  padding-bottom: 100px;
}

.product .product-tab-content article .header .title {
  font-size: 50px;
  font-weight: 500;
  line-height: 1;
  color: #111;
}

.product .product-tab-content article .header p {
  padding-top: 40px;
  font-size: 25px;
}

@media (max-width: 768px) {
  .product .product-tab-content article .header {
    padding-bottom: 70px;
  }
  .product .product-tab-content article .header .title {
    font-size: 46px;
  }
  .product .product-tab-content article .header p {
    padding-top: 36px;
    font-size: 22px;
  }
}

@media (max-width: 576px) {
  .product .product-tab-content article .header {
    padding-bottom: 50px;
  }
  .product .product-tab-content article .header .title {
    font-size: 32px;
    line-height: 1.2;
  }
  .product .product-tab-content article .header p {
    padding-top: 15px;
    font-size: 16px;
  }
  .product .product-tab-content article .header p br {
    display: none;
  }
}

.product .product-tab-content article .features {
  display: flex;
  gap: 50px 50px;
  flex-wrap: wrap;
  margin-top: 70px;
}
.product .product-tab-content article .i1_icon{
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
justify-content: space-between;
}
.product .product-tab-content article .i1_icon li{ width: 20%; text-align: center;}
.product .product-tab-content article .i1_icon li img{ max-width: 170px; width: 170px;}
.product .product-tab-content article .i1_icon li h3{ font-size: 20px;margin-bottom: 10px;}
.product .product-tab-content article .i1_icon li p{ font-size: 16px;}

@media (max-width: 576px) {
  .product .product-tab-content article .features {
    gap: 30px;
  }
}

.product .product-tab-content article .features.col3 li {
  width: calc((100% - 100px) / 3);
}

@media (max-width: 991px) {
  .product .product-tab-content article .features.col3 li {
    width: calc((100% - 50px) / 2);
  }
    .product .product-tab-content article .i1_icon li{ width: 25%; text-align: center;}
}

@media (max-width: 576px) {
  .product .product-tab-content article .features.col3 li {
    width: 100%;
  }
  .product .product-tab-content article .i1_icon li{ width: 50%; text-align: center;}
  .product .product-tab-content article .i1_icon li h3{ font-size: 16px;margin-bottom: 10px;}
  .product .product-tab-content article .i1_icon li p{ font-size: 14px;}
}

.product .product-tab-content article .features.col2 li {
  width: calc((100% - 50px) / 2);
}

@media (max-width: 576px) {
  .product .product-tab-content article .features.col2 li {
    width: 100%;
  }
}

.product .product-tab-content article:last-of-type {
  margin-bottom: 0 !important;
}

.product .product-tab-content#tab2 .spec {
  padding: 70px 50px;
  background: #fff;
}

.product .product-tab-content#tab2 .spec .wrap {
  padding: 0 8.333%;
}

@media (max-width: 991px) {
  .product .product-tab-content#tab2 .spec {
    padding: 60px 30px;
  }
  .product .product-tab-content#tab2 .spec .wrap {
    padding: 0;
  }
}

@media (max-width: 768px) {
  .product .product-tab-content#tab2 .spec {
    padding: 50px 20px;
  }
}

@media (max-width: 576px) {
  .product .product-tab-content#tab2 .spec {
    padding: 40px 20px;
  }
}

.product .product-tab-content#tab2 .table_wrap table {
  border-top: 2px solid #333;
  width: 100%;
}

.product .product-tab-content#tab2 .table_wrap table caption {
  padding-bottom: 30px;
  font-size: 35px;
  font-weight: 500;
  line-height: 1;
  caption-side: top;
  color: #333;
}

.product .product-tab-content#tab2 .table_wrap table tr th,
.product .product-tab-content#tab2 .table_wrap table tr td {
  padding: 20px 10px;
  font-size: 25px;
  border-bottom: 1px solid #333;
}

.product .product-tab-content#tab2 .table_wrap table tr th {
  width: 250px;
  font-weight: 500;
}

.product .product-tab-content#tab2 .table_wrap table tr td {
  font-weight: 300;
}

@media (max-width: 991px) {
  .product .product-tab-content#tab2 .table_wrap table tr th,
  .product .product-tab-content#tab2 .table_wrap table tr td {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .product .product-tab-content#tab2 .table_wrap table tr th {
    width: 220px;
  }
}

@media (max-width: 576px) {
  .product .product-tab-content#tab2 .table_wrap table tr th,
  .product .product-tab-content#tab2 .table_wrap table tr td {
    padding: 15px 20px;
    font-size: 16px;
  }
  .product .product-tab-content#tab2 .table_wrap table tr th {
    width: inherit;
  }
}

.header2 {
  padding-bottom: 70px;
}

.header2__title {
  display: inline-block;
  position: relative;
  padding-right: 30px;
  margin-right: 23px;
  font-size: 45px;
  font-weight: 500;
  line-height: 1;
}

.header2__title:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 2px;
  height: 25px;
  background: #ccc;
}

.header2__title-kor {
  display: inline-block;
  font-size: 25px;
}

@media (max-width: 991px) {
  .header2 {
    padding-bottom: 60px;
  }
  .header2__title {
    font-size: 40px;
  }
  .header2__title-kor {
    font-size: 22px;
  }
}

@media (max-width: 768px) {
  .header2 {
    padding-bottom: 50px;
  }
  .header2__title {
    padding-right: 25px;
    margin-right: 18px;
    font-size: 36px;
  }
  .header2__title-kor {
    font-size: 20px;
  }
}

@media (max-width: 576px) {
  .header2 {
    padding-bottom: 40px;
  }
  .header2__title {
    padding-right: 0;
    margin-right: 0;
    font-size: 30px;
  }
  .header2__title:after {
    display: none;
  }
  .header2__title-kor {
    display: block;
    padding-top: 10px;
    font-size: 18px;
  }
}

.znie_z .prod .prod__txt .img {
  padding-bottom: 45px;
}

@media (max-width: 576px) {
  .znie_z .prod .prod__txt .img {
    padding-bottom: 30px;
  }
}

.znie_z .prod .prod__txt__info li {
  position: relative;
  padding-left: 40px;
}

.znie_z .prod .prod__txt__info li:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 3px;
  width: 20px;
  height: 20px;
  background: url(/img/honey/ico_mark_arrow.png) center/contain;
}

.znie_z .prod .prod__txt__info li + li {
  margin-top: 8px;
}

@media (max-width: 576px) {
  .znie_z .prod .prod__txt__info li {
    padding-left: 27px;
  }
  .znie_z .prod .prod__txt__info li:after {
    top: 4px;
    width: 15px;
    height: 15px;
  }
}

.znie_z #tab1 .con1 .img {
  height: 500px;
  background: url(/img/honey/znie_z_img1.png) no-repeat center/cover;
}

.znie_z #tab1 .con1 .img .logo {
  position: absolute;
  left: 50px;
  top: 10%;
}

.znie_z #tab1 .con1 .img .point {
  position: absolute;
  left: 50px;
  bottom: 12%;
}

@media (max-width: 991px) {
  .znie_z #tab1 .con1 .img {
    height: 450px;
  }
}

@media (max-width: 768px) {
  .znie_z #tab1 .con1 .img {
    height: 400px;
  }
  .znie_z #tab1 .con1 .img .logo {
    width: 250px;
  }
  .znie_z #tab1 .con1 .img .point {
    width: 400px;
  }
}

@media (max-width: 576px) {
  .znie_z #tab1 .con1 .img {
    height: 350px;
  }
  .znie_z #tab1 .con1 .img .logo {
    left: 10px;
    width: 250px;
  }
  .znie_z #tab1 .con1 .img .point {
    left: 10px;
    width: 250px;
  }
}

.znie_z #tab1 .con2 .flex {
  flex-wrap: wrap;
  gap: 30px 50px;
  padding: 50px;
}

.znie_z #tab1 .con2 .flex li {
  width: calc((100% - 50px) / 2);
}

.znie_z #tab1 .con2 .flex li .img {
  overflow: hidden;
  margin-bottom: 10px;
  border-radius: 10px;
}

.znie_z #tab1 .con2 .flex li .box {
  display: flex;
  gap: 20px;
  padding: 30px 50px;
  border-radius: 10px;
  background: #f9f9f9;
}

.znie_z #tab1 .con2 .flex li .box p {
  color: #999;
}

.znie_z #tab1 .con2 .flex li .box dl {
  flex: 1;
}

.znie_z #tab1 .con2 .flex li .box dl dt {
  padding-bottom: 20px;
  font-size: 25px;
  color: #7f3f98;
  line-height: 1;
}

.znie_z #tab1 .con2 .flex li .box dl dd {
  font-size: 22px;
}

@media (max-width: 1100px) {
  .znie_z #tab1 .con2 .flex {
    padding: 40px 20px;
    gap: 30px 20px;
  }
  .znie_z #tab1 .con2 .flex li {
    width: calc((100% - 20px) / 2);
  }
  .znie_z #tab1 .con2 .flex li .box {
    padding: 30px 20px;
  }
  .znie_z #tab1 .con2 .flex li .box dl dt {
    font-size: 22px;
  }
  .znie_z #tab1 .con2 .flex li .box dl dd {
    font-size: 18px;
  }
  .znie_z #tab1 .con2 .flex li .box dl dd br {
    display: none;
  }
}

@media (max-width: 768px) {
  .znie_z #tab1 .con2 .flex {
    padding: 30px 20px;
  }
  .znie_z #tab1 .con2 .flex li .box {
    flex-direction: column;
    padding: 20px;
  }
}

@media (max-width: 576px) {
  .znie_z #tab1 .con2 .flex {
    padding: 20px 10px;
  }
  .znie_z #tab1 .con2 .flex li {
    width: 100%;
  }
  .znie_z #tab1 .con2 .flex li .box {
    gap: 10px;
    flex-direction: column;
    padding: 25px 20px;
  }
}

.znie_p #tab1 .con1 .img {
  height: 850px;
  background: url(/img/honey/znie_p_img1.png) no-repeat center center;
  background-size: cover;
}

.znie_p #tab1 .con1 .img .logo {
  position: absolute;
  left: 50%;
  top: 85px;
  transform: translateX(-50%);
}

@media (max-width: 768px) {
  .znie_p #tab1 .con1 .img {
    height: 500px;
  }
  .znie_p #tab1 .con1 .img .logo {
    top: 40px;
    width: 150px;
  }
}

@media (max-width: 576px) {
  .znie_p #tab1 .con1 .img {
    height: 400px;
  }
  .znie_p #tab1 .con1 .img .logo {
    top: 30px;
    width: 130px;
  }
}

.znie_p #tab1 .con2 .wrap {
  padding: 70px 50px;
  text-align: center;
}

.znie_p #tab1 .con2 .wrap .p1 {
  padding: 70px 0;
  margin-bottom: 30px;
  border-bottom: 1px solid #ccc;
}

.znie_p #tab1 .con2 .wrap .p2 {
  font-size: 15px;
  color: #777;
}

@media (max-width: 576px) {
  .znie_p #tab1 .con2 .wrap {
    padding: 30px 20px;
  }
  .znie_p #tab1 .con2 .wrap .p1 {
    padding: 30px 0;
  }
}

.znie_p #tab1 .con4 .p1 {
  padding: 513px 50px 50px;
  text-align: right;
  color: #fff;
  background: url(/img/honey/znie_p_img4.png) no-repeat center center;
  background-size: cover;
}

@media (max-width: 991px) {
  .znie_p #tab1 .con4 .p1 {
    padding: 410px 50px 50px;
    text-align: left;
  }
}

@media (max-width: 768px) {
  .znie_p #tab1 .con4 .p1 {
    padding: 360px 20px 50px;
  }
}

@media (max-width: 576px) {
  .znie_p #tab1 .con4 .p1 {
    padding: 200px 20px 50px;
  }
}

.znie_p #tab1 .con5 .p1 {
  padding: 419px 50px 50px;
  color: #fff;
  background: url(/img/honey/znie_p_img5.png) no-repeat center center;
  background-size: cover;
}

@media (max-width: 991px) {
  .znie_p #tab1 .con5 .p1 {
    padding: 380px 50px 50px;
    text-align: left;
  }
}

@media (max-width: 768px) {
  .znie_p #tab1 .con5 .p1 {
    padding: 300px 20px 50px;
  }
}

@media (max-width: 576px) {
  .znie_p #tab1 .con5 .p1 {
    padding: 200px 20px 50px;
  }
}

.ipuri .product-tab-content#tab1 .con1 .img {
  position: relative;
  height: 500px;
}

.ipuri .product-tab-content#tab1 .con1 .img .cert {
  position: absolute;
  right: 50px;
  top: 50px;
}

@media (max-width: 991px) {
  .ipuri .product-tab-content#tab1 .con1 .img {
    height: 400px;
  }
}

@media (max-width: 768px) {
  .ipuri .product-tab-content#tab1 .con1 .img {
    height: 350px;
  }
}

@media (max-width: 576px) {
  .ipuri .product-tab-content#tab1 .con1 .img {
    height: 300px;
  }
  .ipuri .product-tab-content#tab1 .con1 .img .cert {
    top: inherit;
    bottom: 30px;
    right: 10px;
    width: 280px;
  }
}

.ipuri .product-tab-content#tab1 .con2 .wrap {
  padding: 0 20px 70px;
  margin: 0 auto;
  max-width: 1060px;
}

.ipuri .product-tab-content#tab1 .con2 .wrap .pd-img {
  padding: 70px 10px;
  text-align: center;
}

.ipuri .product-tab-content#tab1 .con2 .wrap .flex {
  gap: 20px;
}

.ipuri .product-tab-content#tab1 .con2 .wrap .flex .img .mobile {
  display: none;
}

.ipuri .product-tab-content#tab1 .con2 .wrap .flex ul {
  max-width: 500px;
  text-align: center;
}

.ipuri .product-tab-content#tab1 .con2 .wrap .flex ul li {
  padding-bottom: 30px;
}

.ipuri .product-tab-content#tab1 .con2 .wrap .flex ul li .num {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  color: #fff;
  border-radius: 50%;
}

.ipuri .product-tab-content#tab1 .con2 .wrap .flex ul li .part {
  padding: 20px 0 20px;
  font-size: 35px;
  font-weight: 500;
  line-height: 1.2;
}

.ipuri .product-tab-content#tab1 .con2 .wrap .flex ul li .role {
  word-break: keep-all;
}

@media (max-width: 991px) {
  .ipuri .product-tab-content#tab1 .con2 .wrap .flex ul {
    width: 50%;
  }
  .ipuri .product-tab-content#tab1 .con2 .wrap .flex ul li .part {
    padding: 15px 0 20px;
    font-size: 26px;
  }
  .ipuri .product-tab-content#tab1 .con2 .wrap .flex ul li .role {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .ipuri .product-tab-content#tab1 .con2 .wrap .flex {
    flex-direction: column;
    gap: 40px;
  }
  .ipuri .product-tab-content#tab1 .con2 .wrap .flex .img .pc {
    display: none;
  }
  .ipuri .product-tab-content#tab1 .con2 .wrap .flex .img .mobile {
    display: block;
  }
  .ipuri .product-tab-content#tab1 .con2 .wrap .flex ul {
    width: 100%;
    max-width: 100%;
  }
  .ipuri .product-tab-content#tab1 .con2 .wrap .flex ul li .part {
    padding: 15px 0 20px;
    font-size: 26px;
  }
  .ipuri .product-tab-content#tab1 .con2 .wrap .flex ul li .role {
    font-size: 16px;
  }
}

@media (max-width: 576px) {
  .ipuri .product-tab-content#tab1 .con2 .wrap .flex ul li .num {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .ipuri .product-tab-content#tab1 .con2 .wrap .flex ul li .part {
    padding: 12px 0 16px;
    font-size: 22px;
  }
  .ipuri .product-tab-content#tab1 .con2 .wrap .flex ul li .role {
    font-size: 15px;
  }
}

.ipuri_i1 .product-tab-content#tab1 .con1 .img {
  background: url(/img/honey/ipuri_i1_img1.png) no-repeat center/cover;
}

.ipuri_i2 .product-tab-content#tab1 .con1 .img {
  background: url(/img/honey/ipuri_i2_img1.png) no-repeat center/cover;
}

.ipuri_a1 .product-tab-content#tab1 .con1 .img {
  background: url(/img/honey/ipuri_a1_img1.png) no-repeat center/cover;
}

.ipuri_c1 .product-tab-content#tab1 .con1 .img {
  height: 730px;
  background: url(/img/honey/ipuri_c1_img1.png) no-repeat center/cover;
}

@media (max-width: 768px) {
  .ipuri_c1 .product-tab-content#tab1 .con1 .img {
    height: 500px;
  }
}

@media (max-width: 576px) {
  .ipuri_c1 .product-tab-content#tab1 .con1 .img {
    height: 300px;
  }
}

.ipuri_c1 .product-tab-content#tab1 .con2 .img {
  padding: 80px 10px;
  text-align: center;
}

@media (max-width: 576px) {
  .ipuri_c1 .product-tab-content#tab1 .con2 .img {
    padding: 50px 10px;
  }
}

.ipuri_n1 .product-tab-content#tab1 .con1 .img {
  height: 730px;
  background: url("/img/honey/ipuri_n1_img1.png") no-repeat center/cover;
}

@media (max-width: 768px) {
  .ipuri_n1 .product-tab-content#tab1 .con1 .img {
    height: 500px;
  }
}

@media (max-width: 576px) {
  .ipuri_n1 .product-tab-content#tab1 .con1 .img {
    height: 300px;
  }
}

.shower_filter .product-tab-content#tab1 .con1 .img {
  height: 730px;
  background: url(/img/honey/shower_filter_img_1.png) no-repeat center center;
}

@media (max-width: 768px) {
  .shower_filter .product-tab-content#tab1 .con1 .img {
    height: 500px;
  }
}

@media (max-width: 576px) {
  .shower_filter .product-tab-content#tab1 .con1 .img {
    height: 300px;
  }
}

.shower_filter .product-tab-content#tab1 .con1 .features2 {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 70px;
}

.shower_filter .product-tab-content#tab1 .con1 .features2 li {
  flex: 1;
  padding-left: 110px;
  background: no-repeat left top;
}

.shower_filter .product-tab-content#tab1 .con1 .features2 li .title {
  padding-bottom: 10px;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 500;
}

.shower_filter .product-tab-content#tab1 .con1 .features2 li:nth-of-type(1) {
  background-image: url(/img/honey/shower_filter_ico1.png);
}

.shower_filter .product-tab-content#tab1 .con1 .features2 li:nth-of-type(2) {
  background-image: url(/img/honey/shower_filter_ico2.png);
}

.shower_filter .product-tab-content#tab1 .con1 .features2 li:nth-of-type(3) {
  background-image: url(/img/honey/shower_filter_ico3.png);
}

.shower_filter .product-tab-content#tab1 .con1 .features2 li:nth-of-type(4) {
  background-image: url(/img/honey/shower_filter_ico4.png);
}

@media (max-width: 991px) {
  .shower_filter .product-tab-content#tab1 .con1 .features2 li {
    padding: 110px 0 0;
    text-align: center;
    background-position: top center;
  }
  .shower_filter .product-tab-content#tab1 .con1 .features2 li p br {
    display: none;
  }
}

@media (max-width: 768px) {
  .shower_filter .product-tab-content#tab1 .con1 .features2 {
    gap: 10px;
    padding-top: 50px;
  }
  .shower_filter .product-tab-content#tab1 .con1 .features2 li {
    padding: 100px 0 0;
    text-align: center;
    background-size: 80px auto;
  }
}

@media (max-width: 576px) {
  .shower_filter .product-tab-content#tab1 .con1 .features2 {
    gap: 20px;
    flex-wrap: wrap;
    padding-top: 30px;
  }
  .shower_filter .product-tab-content#tab1 .con1 .features2 li {
    flex: auto;
    padding: 0 0 0 60px;
    width: calc((100% - 20px) / 2);
    text-align: left;
    background-position: left top;
    background-size: 45px auto;
  }
  .shower_filter .product-tab-content#tab1 .con1 .features2 li .title {
    padding-bottom: 5px;
    font-size: 18px;
  }
}

@media (max-width: 400px) {
  .shower_filter .product-tab-content#tab1 .con1 .features2 li {
    padding: 0 0 0 70px;
    width: 100%;
    background-size: 50px auto;
  }
}

.shower_filter .product-tab-content#tab1 .con2 .flex {
  gap: 30px;
  padding-top: 70px;
}

.shower_filter .product-tab-content#tab1 .con2 .flex dl {
  flex: 1;
}

.shower_filter .product-tab-content#tab1 .con2 .flex dl dt {
  position: relative;
  padding: 26px 0 15px;
  font-size: 25px;
  font-weight: 500;
  line-height: 1;
}

.shower_filter .product-tab-content#tab1 .con2 .flex dl dt::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 55px;
  height: 6px;
  background: #b89df9;
}

@media (max-width: 768px) {
  .shower_filter .product-tab-content#tab1 .con2 .flex {
    padding-top: 50px;
  }
  .shower_filter .product-tab-content#tab1 .con2 .flex dl {
    gap: 10px;
  }
  .shower_filter .product-tab-content#tab1 .con2 .flex dl dt {
    padding: 20px 0;
    font-size: 22px;
  }
  .shower_filter .product-tab-content#tab1 .con2 .flex dl dt:before {
    width: 40px;
    height: 4px;
  }
  .shower_filter .product-tab-content#tab1 .con2 .flex dl dd {
    font-size: 16px;
  }
}

@media (max-width: 576px) {
  .shower_filter .product-tab-content#tab1 .con2 .flex {
    padding-top: 30px;
    flex-direction: column;
    gap: 30px;
  }
  .shower_filter .product-tab-content#tab1 .con2 .flex dl dt {
    padding: 15px 0;
    font-size: 20px;
  }
  .shower_filter .product-tab-content#tab1 .con2 .flex dl dt:before {
    width: 30px;
    height: 3px;
  }
  .shower_filter .product-tab-content#tab1 .con2 .flex dl dd {
    font-size: 15px;
  }
}

.shower_filter .product-tab-content#tab1 .con4 .img {
  padding: 70px 10px;
}

@media (max-width: 768px) {
  .shower_filter .product-tab-content#tab1 .con4 .img {
    padding: 40px 10px;
  }
}

@media (max-width: 576px) {
  .shower_filter .product-tab-content#tab1 .con4 .img {
    padding: 20px 10px;
  }
}

.shower_filter .product-tab-content#tab2 .spec .wrap {
  padding: 0;
}

.cabin_filter .product-tab-content#tab1 .con1 .img {
  height: 730px;
  background: url(/img/honey/cabin_filter_img1.png) no-repeat center center;
  background-size: cover;
}

@media (max-width: 768px) {
  .cabin_filter .product-tab-content#tab1 .con1 .img {
    height: 500px;
  }
}

@media (max-width: 576px) {
  .cabin_filter .product-tab-content#tab1 .con1 .img {
    height: 300px;
  }
}

.cabin_filter .product-tab-content#tab1 .con1 .features2 {
  display: flex;
  gap: 10px;
  padding-top: 70px;
}

.cabin_filter .product-tab-content#tab1 .con1 .features2 li {
  flex: 1;
  padding-top: 100px;
  text-align: center;
  background: no-repeat center top;
}

.cabin_filter .product-tab-content#tab1 .con1 .features2 li:nth-of-type(1) {
  background-image: url(/img/honey/cabin_filter_ico1.png);
}

.cabin_filter .product-tab-content#tab1 .con1 .features2 li:nth-of-type(2) {
  background-image: url(/img/honey/cabin_filter_ico2.png);
}

.cabin_filter .product-tab-content#tab1 .con1 .features2 li:nth-of-type(3) {
  background-image: url(/img/honey/cabin_filter_ico3.png);
}

.cabin_filter .product-tab-content#tab1 .con1 .features2 li:nth-of-type(4) {
  background-image: url(/img/honey/cabin_filter_ico4.png);
}

.cabin_filter .product-tab-content#tab1 .con1 .features2 li:nth-of-type(5) {
  background-image: url(/img/honey/cabin_filter_ico5.png);
}

@media (max-width: 768px) {
  .cabin_filter .product-tab-content#tab1 .con1 .features2 li {
    padding-top: 80px;
    font-size: 15px;
    background-size: 70px;
  }
}

@media (max-width: 576px) {
  .cabin_filter .product-tab-content#tab1 .con1 .features2 {
    gap: 30px 10px;
    flex-wrap: wrap;
    padding-top: 50px;
  }
  .cabin_filter .product-tab-content#tab1 .con1 .features2 li {
    flex: inherit;
    width: calc((100% - 20px) / 3);
    padding-top: 70px;
    font-size: 15px;
    background-size: 70px;
  }
}

.cabin_filter .product-tab-content#tab1 .con2 .txt {
  padding: 70px 10px;
  text-align: center;
  font-size: 25px;
}

.cabin_filter .product-tab-content#tab1 .con2 .txt p + p {
  padding-top: 15px;
}

@media (max-width: 991px) {
  .cabin_filter .product-tab-content#tab1 .con2 .txt {
    font-size: 22px;
  }
}

@media (max-width: 768px) {
  .cabin_filter .product-tab-content#tab1 .con2 .txt {
    padding: 50px 10px;
    font-size: 18px;
  }
  .cabin_filter .product-tab-content#tab1 .con2 .txt br {
    display: none;
  }
}

@media (max-width: 576px) {
  .cabin_filter .product-tab-content#tab1 .con2 .txt {
    padding: 40px 10px;
    font-size: 16px;
  }
  .cabin_filter .product-tab-content#tab1 .con2 .txt br {
    display: none;
  }
}

.cabin_filter .product-tab-content#tab1 .con3 .flex {
  gap: 20px;
}

@media (max-width: 768px) {
  .cabin_filter .product-tab-content#tab1 .con3 .flex {
    gap: 10px;
  }
}

@media (max-width: 576px) {
  .cabin_filter .product-tab-content#tab1 .con3 .flex {
    flex-direction: column;
    gap: 10px;
  }
}

.cabin_filter .product-tab-content#tab1 .con4 .wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5.3846% 10px;
}

.cabin_filter .product-tab-content#tab1 .con5 .flex {
  padding: 5.3846% 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f4f4f4;
}

.cabin_filter .product-tab-content#tab1 .con5 .txt {
  padding: 3.8461% 10px 5.3846%;
  text-align: center;
}

.cabin_filter .product-tab-content#tab1 .con5 .txt .p1 {
  padding-bottom: 30px;
  font-size: 60px;
  font-weight: 700;
  color: #d2361f;
}

.cabin_filter .product-tab-content#tab1 .con5 .txt .p2 {
  font-size: 25px;
}

@media (max-width: 991px) {
  .cabin_filter .product-tab-content#tab1 .con5 .txt .p1 {
    font-size: 50px;
  }
  .cabin_filter .product-tab-content#tab1 .con5 .txt .p2 {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .cabin_filter .product-tab-content#tab1 .con5 .txt .p1 {
    padding-bottom: 20px;
    font-size: 42px;
  }
  .cabin_filter .product-tab-content#tab1 .con5 .txt .p2 {
    font-size: 18px;
  }
}

@media (max-width: 576px) {
  .cabin_filter .product-tab-content#tab1 .con5 .txt .p1 {
    padding-bottom: 20px;
    font-size: 32px;
  }
  .cabin_filter .product-tab-content#tab1 .con5 .txt .p2 {
    font-size: 16px;
  }
}

.cabin_filter .product-tab-content#tab1 .con6 .wrap {
  padding: 5.3846% 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.about .greeting .p1 {
  font-size: 45px;
  font-weight: 500;
  line-height: 1.3;
  color: #000;
}

.about .greeting .p2 {
  padding: 25px 0 55px;
  font-size: 22px;
  line-height: 1.5;
  font-weight: 500;
  color: #999;
}

.about .greeting .p3 {
  line-height: 1.8333;
  color: #000;
}

.about .greeting .logo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  padding: 0 20px;
  height: 400px;
  background: url(/img/honey/about_bg1.png) no-repeat center center;
}

@media (max-width: 991px) {
  .about .greeting .p1 {
    font-size: 36px;
  }
  .about .greeting .p2 {
    padding: 40px 0 40px;
    font-size: 18px;
  }
  .about .greeting .logo {
    height: 360px;
  }
}

@media (max-width: 768px) {
  .about .greeting .p1 {
    font-size: 28px;
  }
  .about .greeting .p2 {
    padding: 35px 0;
    font-size: 18px;
  }
  .about .greeting .logo {
    height: 320px;
  }
}

@media (max-width: 576px) {
  .about .greeting .p1 {
    font-size: 24px;
    line-height: 1.5;
  }
  .about .greeting .p1 br {
    display: none;
  }
  .about .greeting .p2 {
    padding: 25px 0;
    font-size: 16px;
  }
  .about .greeting .logo {
    height: 260px;
  }
  .about .greeting .logo img {
    width: 100%;
    max-width: 300px !important;
  }
}

.about .group .h3 {
  padding-bottom: 70px;
  font-size: 35px;
  font-weight: 700;
  color: #000;
}

@media (max-width: 768px) {
  .about .group .h3 {
    font-size: 32px;
    padding-bottom: 50px;
  }
}

@media (max-width: 576px) {
  .about .group .h3 {
    font-size: 28px;
    padding-bottom: 20px;
  }
}

.about .group .member {
  display: flex;
  align-items: center;
  padding: 30px 0;
  border-bottom: 1px solid #ccc;
}

.about .group .member .profile {
  display: flex;
  align-items: center;
}

.about .group .member .profile .avatar {
  width: 200px;
}

.about .group .member .profile .purple {
  font-size: 25px;
  font-weight: 700;
  color: #874ea9;
}

.about .group .member .profile dl {
  width: 240px;
  line-height: 1;
}

.about .group .member .profile dl dt {
  padding-bottom: 15px;
}

.about .group .member .career {
  flex: 1;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px 0;
}

.about .group .member .career li {
  position: relative;
  padding-left: 11px;
  width: 48%;
  font-size: 16px;
  line-height: 1.4375;
}

.about .group .member .career li:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #333;
}

.about .group .member:last-of-type {
  border-bottom: 0;
}

@media (max-width: 1200px) {
  .about .group .member .profile .avatar {
    width: 180px;
  }
  .about .group .member .profile .purple {
    font-size: 23px;
  }
  .about .group .member .profile dl {
    width: 200px;
  }
}

@media (max-width: 991px) {
  .about .group .member {
    flex-direction: column;
    padding: 30px;
    gap: 30px;
  }
  .about .group .member .profile {
    width: 100%;
  }
  .about .group .member .profile .avatar, .about .group .member .profile dl {
    flex: 1;
    width: auto;
  }
  .about .group .member .career {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .about .group .member .profile .avatar img {
    width: 120px;
  }
}

@media (max-width: 576px) {
  .about .group .member {
    padding: 30px 10px;
  }
  .about .group .member .profile .avatar {
    flex: auto;
    width: 100px;
  }
  .about .group .member .profile .avatar img {
    width: 80px;
  }
  .about .group .member .profile .purple {
    font-size: 20px;
  }
  .about .group .member .profile dl {
    flex: auto;
    width: calc( (100% - 100px ) / 2);
  }
  .about .group .member .profile dl dt {
    padding-bottom: 10px;
  }
  .about .group .member .career {
    gap: 5px;
  }
  .about .group .member .career li {
    width: 100%;
    font-size: 15px;
  }
}

@media (max-width: 576px) {
  .about .group .member .profile {
    flex-wrap: wrap;
    gap: 20px 0;
  }
  .about .group .member .profile .avatar {
    width: 100%;
    text-align: center;
  }
  .about .group .member .profile dl {
    width: 50%;
    text-align: center;
  }
}

.location .p1,
.contact .p1 {
  font-size: 45px;
  font-weight: 500;
  line-height: 1.5;
  color: #000;
}

.location .p2,
.contact .p2 {
  padding-top: 40px;
  font-size: 22px;
  font-weight: 500;
  color: #999;
}

.location .info,
.contact .info {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 50px;
  padding: 70px 0;
}

.location .info li,
.contact .info li {
  display: flex;
  align-items: center;
  color: #333;
  font-weight: 500;
}

.location .info li i,
.contact .info li i {
  font-size: 25px;
  color: #555;
}

.location .info li .dt,
.contact .info li .dt {
  display: inline-block;
  padding: 0 20px 0 10px;
  color: #999;
  font-weight: 400;
}

.location .map_border,
.contact .map_border {
  display: none;
}

@media (max-width: 991px) {
  .location .p1,
  .contact .p1 {
    font-size: 40px;
  }
}

@media (max-width: 768px) {
  .location .p1,
  .contact .p1 {
    font-size: 32px;
  }
  .location .p2,
  .contact .p2 {
    font-size: 20px;
  }
}

@media (max-width: 576px) {
  .location .p1,
  .contact .p1 {
    font-size: 24px;
  }
  .location .p1 br,
  .contact .p1 br {
    display: none;
  }
  .location .p2,
  .contact .p2 {
    padding-top: 20px;
    font-size: 16px;
  }
  .location .info,
  .contact .info {
    padding: 30px 0;
  }
  .location .info li,
  .contact .info li {
    align-items: baseline;
    width: 100%;
  }
  .location .info li i,
  .contact .info li i {
    display: none;
  }
  .location .info li .dt,
  .contact .info li .dt {
    padding: 0;
    width: 70px;
  }
  .location .info li .dd,
  .contact .info li .dd {
    flex: 1;
  }
}

/*scss임, css에서 수정금지*/
/*# sourceMappingURL=page.css.map */
