section#content > .hw > .wrap {
    padding: 120px 0;
}
section#content #ceo.wrap {
    padding: 120px 0;
} 

.brand_bg.hbc .hw .img-box {
  background-image: url("../../images/sub/yourneed_banner.png");
}

.brand_bg.hbc .hw #brand {
  padding: 120px 30px 0;
}

.brand_bg.hbc .hw #brand .area {
  margin-bottom: 140px;
}

.brand_bg.hbc .hw #brand .area .box {
  width: 100%;
  height: 600px;
  position: relative;
  overflow: hidden;
  border-radius: 50px;
}

.brand_bg.hbc .hw #brand .area.need .box {
  border: 1px solid #c1c1c1;
}

.brand_bg.hbc .hw #brand .area .box:hover .text {
  opacity: 1;
  backdrop-filter: blur(10px);
}

.brand_bg.hbc .hw #brand .area .box .img {
  width: 100%;
  height: 600px;
  background-image: url("../../images/sub/brand_img01.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.brand_bg.hbc .hw #brand .area.jeune .box .img {
  width: 100%;
  /* height: 600px; */
  background-image: url("../../images/sub/brand_img02.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.brand_bg.hbc .hw #brand .area .box .text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 600px;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(0);
  transition: all 0.5s;
  color: white;
  font-size: 26px;
  line-height: 62px;
  backdrop-filter: blur(0px);
  background-color: rgba(21, 7, 8, 0.5);
  opacity: 0;
  padding: 110px 0 80px;
  box-sizing: border-box;
  text-align: center;
}

.brand_bg.hbc .hw #brand .area .box .text h2 {
  color: white;
  font-size: 46px;
  line-height: 28px;
}

.brand_bg.hbc .hw #brand .area .box .text p:nth-child(2) {
  margin: 30px 0;
}

.brand_bg.hbc .hw #brand .area .box .text button {
  width: 300px;
  height: 80px;
  background-color: white;
  color: #565656;
  font-size: 20px !important;
  border: none;
  border-radius: 40px;
}

.brand_bg.hbc .hw #brand .area .info {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

.brand_bg.hbc .hw #brand .area .info h1 {
  font-size: 5rem;
  margin: 0;
}

.brand_bg.hbc .hw #brand .area.need .info h1 {
  color: #814f57;
}

.brand_bg.hbc .hw #brand .area.jeune .info h1 {
  color: #7d5e53;
}

.brand_bg.hbc .hw #brand .area .info .icons {
  background-color: #f7f7f7;
  display: flex;
  align-items: center;
  border-radius: 59px;
  width: 690px;
  box-sizing: border-box;
  padding: 15px 30px;
}

.brand_bg.hbc .hw #brand .area .info .icons img {
  margin-right: 15px;
}

.brand_bg.hbc .hw #brand .area .info .icons img:nth-child(3) {
  margin-right: 30px;
}

.brand_bg.hbc .hw #brand .area .info .icons .hashtag{
    height: auto;
}

.brand_bg.hbc .hw #brand .area .info .icons p {
  display: inline;
  font-size: 1.6rem;
  color: #555555;
}

/* .brand_bg.hbc .hw #brand .area.jeune .info .icons > div {
  width: 90px;
  height: 90px;
} */

.product_bg.hbc {
  padding-bottom: 0 !important;
}

.product_bg.hbc .hw .img-box {
  background-image: url("../../images/sub/brand_banner.png");
}

.product_bg.product_detail.hbc .hw #product  {
    padding-bottom: 0;
}

.product_bg.hbc .hw #product {
  /* padding-top: 155px; */
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 100%;
}
.product_bg.hbc .hw #product #bo_gall {
    padding-bottom: 70px;
}

.product_bg.hbc .hw #product .top {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}


.product_bg.hbc .hw #product .top p {
  font-size: 1.8rem;
  line-height: 3.6rem;
  color: #735a5a;
  /* width: 80%; */
}
.product_bg.hbc .hw #product .top .guide {
    width: 55%;
    text-align: left;
    margin: 0 auto;
    padding-top: 50px;
    font-size: 1.8rem;
    line-height: 3.6rem;
    color: #735a5a;
    word-break: keep-all;
    font-weight: 200;
}
.product_bg.hbc .hw #product .top .guide li {
    list-style: circle;
}
.product_bg.hbc .hw #product .top .guide .p_bold {
  font-weight: 500;
  list-style: none;
}
.product_bg.hbc .hw #product .top .guide strong {
  display: block;
  text-align: center;
  font-weight: normal;
}

.product_bg.hbc .hw #product .top p:nth-child(2) {
  font-size: 30px;
  line-height: 28px;
  color: #735353;
  margin: 40px 0 25px;
}

.product_bg.hbc .hw #product .top .bar {
  width: 2px;
  height: 120px;
  display: block;
  background-color: #8e8e8e;
  margin-top: 80px;
}

.product_bg.hbc .hw #product .area {
  width: 100%;
}

.product_bg.hbc .hw #product .area h1 {
  text-align: center;
  color: #262c33;
  font-size: 46px;
  line-height: 72px;
  margin: 95px 0 80px 0;
  font-family: "Playfair", /* 'Nanum Gothic', 'Dotum',*/ Serif;
}

.product_bg.hbc .hw #product .area .item {
  display: flex;
}

.product_bg.hbc .hw #product .area .item.even .info {
  text-align: right;
  padding: 30px
}

.product_bg.hbc .hw #product .area .item.even .info .icons {
  justify-content: center;
}

.product_bg.hbc .hw #product .area .item.even .info .icons .icon {
  width: 25%;
  margin-right: 0;
}

.product_bg.hbc .hw #product .area .item > img {
  width: 50%;
  object-fit: cover;
}

.product_bg.hbc .hw #product .area .item .info {
  width: 50%;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.product_bg.hbc .hw #product .area .item .info .text{
    text-align: left;
}

.product_bg.hbc .hw #product .area .item .info .text p:first-child {
  font-size: 18px;
  color: #c0b2b2;
}

.product_bg.hbc .hw #product .area .item .info .text h2 {
  font-size: 3rem;
  color: #262c33;
  line-height: 48px;
  margin: 20px 0;
  font-weight: 700;
}
/* 
.product_bg.hbc .hw #product .area .item .info .text p:last-child {
  font-size: 1.7rem;
  color: #000;
  text-align: left;
} */
.product_bg.hbc .hw #product .area .item .info .text p {
    color: #000;
}
.product_bg.hbc .hw #product .area .item .info .text .guide {
    color: #777;
    padding-left: 15px;
}
.product_bg.hbc .hw #product .area .item .info .text .guide li {position: relative; font-size: 1.7rem; line-height: 3.4rem; font-weight: 100; word-break: keep-all; margin-left: 15px;}
.product_bg.hbc .hw #product .area .item .info .text .guide li::before {display: block; content: ''; width: 5px; height: 1px; background-color: #777; position: absolute; top: 18px; left: -15px; border-radius: 5px;}
.product_bg.hbc .hw #product .area .item .info .text .guide .p_bold {font-weight: 600; padding-top: 10px; margin-left: 0;}
.product_bg.hbc .hw #product .area .item .info .text .guide .p_bold::before {width: 3px; height: 3px; top: 26px;}

.product_bg.hbc .hw #product .area .item .info .text .colors {
  display: flex;
  margin-bottom: 20px;
}

.product_bg.hbc .hw #product .area .item .info .text .colors div:first-child {
  display: block;
  width: 20px;
  height: 20px;
  background-color: #e9e9e9;
  border-radius: 50%;
  margin-right: 5px;
}

.product_bg.hbc .hw #product .area .item .info .text .colors div:last-child {
  display: block;
  width: 20px;
  height: 20px;
  background-color: #dfc1ad;
  border-radius: 50%;
}

.product_bg.hbc .hw #product .area .item .info .icons {
  display: flex;
  margin-top: 50px;
}

.product_bg.hbc .hw #product .area .item .info .icons .icon {
  display: flex;
  width: 33.33333%;
  flex-direction: column;
  align-items: center;
  margin-right: 30px;
}

.product_bg.hbc .hw #product .area .item .info .icons .icon p {
  font-size: 1.5rem;
  line-height: 2.2rem;
  text-align: center;
  color: #333333;
  margin-top: 15px;
}

.product_bg.hbc .hw.rejeune .img-box {
  background-image: url("../../images/sub/rejeune_banner.png");
}

.product_bg.hbc .hw.rejeune #product .top h1 {
  font-size: 6rem;
  line-height: 91px;
  color: #d9af32;
  margin: 0;
  padding-bottom: 30px;
  text-transform: unset;
}

@media (max-width: 1024px) {
  .brand_bg.hbc .hw #brand .area .info {
    flex-wrap: wrap;
  }

  .brand_bg.hbc .hw #brand .area .info .icons {
    margin-top: 50px;
  }

  .brand_bg.hbc .hw #brand .area .box {
    height: 450px;
  }

  .brand_bg.hbc .hw #brand .area .box .img {
    height: 450px;
  }

  .brand_bg.hbc .hw #brand .area .box .text {
    height: 450px;
    padding: 55px 0;
  }

  .product_bg.hbc .hw #product .area .item {
    flex-direction: column;
    margin-bottom: 100px;
  }

  .product_bg.hbc .hw #product .area .item > img {
    width: 100%;
  }

  .product_bg.hbc .hw #product .area .item .info {
    width: 100%;
    padding: 70px;
    box-sizing: border-box;
  }

  .product_bg.hbc .hw #product .area .item.even .info {
    order: 1;
    text-align: left;
    padding: 70px;
  }

  .product_bg.hbc .hw #product .area .item.even .info .icons {
    justify-content: normal;
  }

  .product_bg.hbc .hw #product .area .item.even .info .icons .icon {
    margin: 0 30px 0 0;
  }
}

@media (max-width: 768px) {
  .hw > .img-box {
    height: 200px !important;
  }
  section#content > .hw > .wrap {
    padding: 100px 28px;
  }
  section#content #ceo.wrap {padding: 100px 28px;}
  .brand_bg.hbc .hw #brand .area .box {
    height: 300px;
  }

  .brand_bg.hbc .hw #brand .area .box .img {
    height: 300px;
  }

  .brand_bg.hbc .hw #brand .area .box .text {
    height: 300px;
    padding: 30px 0;
  }

  .brand_bg.hbc .hw #brand .area .box .text h2 {
    font-size: 23px;
  }

  .brand_bg.hbc .hw #brand .area .box .text p {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .brand_bg.hbc .hw #brand .area .box .text button {
    width: 200px;
    height: 40px;
    font-size: 15px !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .brand_bg.hbc .hw #brand .area .info h1 {
    font-size: 40px;
  }

  .brand_bg.hbc .hw #brand .area .info .icons {
    width: 400px;
    margin-top: 30px;
    padding: 15px;
  }

  .brand_bg.hbc .hw #brand .area .info .icons img {
    width: 13%;
    margin-right: 6px;
  }

  .brand_bg.hbc .hw #brand .area .info {
    margin-top: 30px;
  }

  .brand_bg.hbc .hw #brand .area .info .icons p {
    font-size: 12px;
    line-height: 2rem;
  }
  .brand_bg.hbc .hw #brand .area .info .icons .no-tag{
    display: none;
  }

  .brand_bg.hbc .hw #brand .area.jeune .info .icons > div {
    height: auto;
    width: auto;
  }

  .product_bg.hbc .hw #product .top .guide {
    width: 80%;
  }

  .product_bg.hbc .hw #product .area .item .info .icons {
    flex-direction: column;
    align-items: center;
  }

  .product_bg.hbc .hw #product .area .item .info .icons .icon {
    margin: 0 0 50px 0;
  }

  .product_bg.hbc .hw #product .area .item.even .info .icons .icon {
    margin: 0 0 50px 0;
  }

  .product_bg.hbc .hw #product .area .item .info {
    padding: 70px 0 0 0;
  }

  .product_bg.hbc .hw #product .area .item.even .info {
    padding: 70px 0 0 0;
  }
  .product_bg.hbc .hw #product .area .item .info .text h2{
    font-size: 2.4rem;
    line-height: 2.6rem;
  }
  .product_bg.hbc .hw #product .area .item .info .text p:last-child{
    font-size: 1.4rem;
    line-height: 2.8rem;
  }
  .product_bg.hbc .hw #product .area .item .info .icons .icon p{
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
  .product_bg.hbc .hw #product .area .item .info .text .guide li::before {
    top: 13px;
  }
  .product_bg.hbc .hw #product .area .item .info .text .guide .p_bold::before {
    top: 21px;
  }
  

  .product_bg.hbc .hw.rejeune #product .top h1 {
    font-size: 6rem;
    line-height: 6.2rem;
  }
}
@media (max-width: 480px) {
    section#content > .hw > .wrap {
        padding: 100px 28px;
    }
    section#content #ceo.wrap {
        padding: 0 24px;
    } 
    .brand_bg.hbc .hw #brand .area .info .icons img:nth-child(3) {
        margin-right: 15px;
    }
    .product_bg.hbc .hw #product .top {
        text-align: left;
    }
    .product_bg.hbc .hw #product .top p {
        width: auto
    }
    .product_bg.hbc .hw #product .top .guide {
      width: auto;
    }
    .product_bg.hbc .hw #product .area .item .info {
        padding: 15px 0 0 0;
    }
    .product_bg.hbc .hw #product .area .item.even .info {
        padding: 15px 0 0 0;
    }
    .product_bg.hbc .hw #product .area .item .info .text .guide li {font-size: 1.4rem; line-height: 2.8rem;}

}