/* common - inline */

.item-inline {
    display: flex;
    align-items: center;
}

body{
}
/* header */
#header {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
    border-bottom: solid 1px #f6f6f6;
    box-sizing: border-box;
    background-color: #fff;
}
#header .top {
    width: 100%;
    border-bottom: solid 1px #f6f6f6;
    box-sizing: border-box;
}
#header .top > .navar_top {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 1080px;
    margin: 0 auto;
}
#header .top > .navar_top li > a {
    display: block;
    margin-left: 10px;
    padding: 10px;
    font-size: 10px;
    color: #131313;
}
#header > .inner {
    width: 1080px;
    margin: 0 auto;
    justify-content: space-between;
}
#header > .inner .logo {
    max-height: 2.75rem;
}
#header > .inner .navbar {
    width: 634px;
    justify-content: space-around;
}
#header > .inner .navbar li {
    position: relative;
    height: 78px;
    line-height: 78px;
    flex-grow: 1;
    flex-basis: auto;
    text-align: center;
    box-sizing: border-box;
}
#header > .inner .navbar li.active,
#header > .inner .navbar li:hover {
    border-bottom: solid 2px #131313;
}
#header > .inner .navbar li::before {
    content: "";
    position: absolute;
    right: 0;
    top: calc(50% - 8px);
    width: 1px;
    height: 16px;
    background-color: #f6f6f6;
}
#header > .inner .navbar li:last-child::before {
    display: none;
}
#header > .inner .navbar li > a,
#header > .inner .navbar_right > a {
    display: inline-block;
    height: 100%;
    letter-spacing: 0.1em;
    color: #8c8c8c;
    font-weight: bold;
    font-size: 14px;
}
#header > .inner .navbar_right {
    padding-left: 2rem;
}

/* footer */
#ft {
    padding: 0 0rem 1rem;
}
.ft_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 0;
    width: 1080px;
    margin: 0 auto;
}
#ft .ft_list .list {
    margin: 16px 0;
    font-size: 12px;
}
.ft_menu a {
    color: #8c8c8c;
}
/* #ft .ft_list,
.ft_wrap #ft_company {
    padding: 0;
    margin: 0;
}
#ft_company {
    border-top: none;
}
#ft .ft_list .list {
    margin: 16px 0;
    font-weight: 400;
    font-size: 12px;
} */
#ft .ft_sns {
    display: block;
    border-bottom: solid 1px #8c8c8c;
}
#ft .ft_sns > .inner {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

/* 메인페이지 */
.main_menu.web > .menu_wrap {
    position: relative;
    max-width: 1160px;
    margin: 0 auto;
    padding: 80px 0 80px 41px;
}
.main_menu.web > .menu_wrap::before {
    content: "";
    position: absolute;
    left: 180px;
    bottom: 0;
    display: block;
    width: calc(100% - 360px);
    height: 1px;
    background-color: #e1e1e1;
}
.main_menu.web > .menu_wrap > .menu {
    flex-basis: calc(33.333% - 41px);
    margin: 0 41px 41px 0;
    padding: 3rem 0;
    font-size: 12px;
}
.main_menu.web > .menu_wrap .tit {
    margin-top: 27px;
    font-size: 20px;
}

.cont_head {
    font-size: 20px;
    color: #131313;
    text-align: center;
}
.cont_head .tit {
    font-weight: 900;
    font-size: 45px;
    letter-spacing: 0.2em;
}
.stylist_wrap .cont_head {
    margin: 80px 0 40px;
}

.latelySt_wrap.web {
    text-align: center;
}
.latelySt_wrap.web .bx-wrapper .bx-controls-direction a {
    width: 24px;
    height: 24px;
    background-position: center;
    background-size: 100% 100%;
}
.latelySt_wrap.web .bx-wrapper .bx-prev {
    background-image: url("/img/slide_prev.png");
}
.latelySt_wrap.web .bx-wrapper .bx-next {
    background-image: url("/img/slide_next.png");
}
.latelySt_wrap.web .slide:not(.active) .thumb {
    margin-top: 30px;
    width: 380px;
    height: 450px;
    opacity: 0.5;
}
.latelySt_wrap.web .slide .thumb {
    display: block;
    width: 380px;
    height: 510px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.latelySt_wrap.web .bx-wrapper {
    margin: 40px auto 48px;
    padding: 0;
    background-color: #fff;
}
.latelySt_wrap.web .bx-viewport {
    height: 510px !important;
}
.latelySt_wrap.web .bx-wrapper .bx-pager.bx-default-pager a {
    margin: 0 4px;
    width: 8px;
    height: 8px;
}
.latelySt_wrap.web .bx-wrapper .bx-pager.bx-default-pager a:hover,
.latelySt_wrap.web .bx-wrapper .bx-pager.bx-default-pager a.active,
.latelySt_wrap.web .bx-wrapper .bx-pager.bx-default-pager a:focus {
    width: 32px;
}
.latelySt_wrap.web .btn {
    margin-top: 80px;
    display: inline-block;
    max-width: 300px;
    font-size: 18px;
    color: #131313;
    background: #e1e1e1;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 3px;
}




/* 고객센터 */
.sec.customer_center {
    padding: 100px 0;
}
.customer_list > .list {
    margin-top: 60px;
}
.sec.faq {
    margin: 40px 0 100px;
}
.list_01 li {
    border: none;
}
.com_board_list .list_01 li {
    padding: 5px 16px 16px;
}
.sec.notice_search {
    padding-top: 0;
}

/* 자주묻는 질문*/
.sec.faq_wrap {
    padding: 72px 0 0;
}
.sec.faq_wrap #faq_con > .tit {
    margin: 0;
    padding-bottom: 28px;
    border-bottom: 1px solid #ececec;
}
#faq_wrap .faq_list .list {
    margin: 56px 0;
}
#faq_wrap li:first-child {
    border: none;
}

/* 1:1 문의 */
#bo_w .bo_w_flie .frm_file {
    margin-top: 5px;
    border: none;
}

/* SHOP 상품 */
.select_box {
    max-width: 830px;
    padding: 40px 0;
}
.select_box .item_wrap > .item {
    padding: 10px;
}
.select_box .item .cont .thumb {
    width: 390px;
    height: 410px;
    max-width: none;
    max-height: none;
}
.select_box .item .thumb .icon_flag {
    left: 12px;
    top: 12px;
    width: 60px;
    height: 22px;
    border-radius: 13px;
    line-height: 22px !important;
    font-size: 18px !important;
}
.select_box .item .cont .info {
    width: calc(100% - 390px);
}
.select_box .item .info {
    font-weight: 300;
    font-size: 18px;
}
.select_box .item .tit,
.select_box .item .tit > i {
    margin: 0 6px;
    font-weight: bold;
    font-size: 35px;
}
.select_box .item .price {
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 40px;
}
.select_box .tag_wrap .tag {
    padding: 0 25px;
    height: 47px;
    line-height: 47px;
    font-weight: 500;
    font-size: 16px;
    background-color: #e1e1e1;
}
.select_box .btn.more {
    margin-top: 40px;
    height: 50px;
    line-height: 50px;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    background-color: #131313;
}


.best_review_tlt{
  padding-bottom: 60px;
}

.best_review_div{
  padding-bottom: 80px;
}

.best_review_span{
  display: inline-block;
  margin: 0 50px;
  width : 332px;
}

.best_renk_tlt{
  padding-bottom: 15px;
}

.best_img{
  width: 330px;
}

.star_id{
  display: inline-block;
  width: 100%;
}

.review_star_best .star_best{
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  height: 32px;
  background: url(../../../mobile/shop/img/allStar_active.png) no-repeat;
  background-position: left center;
  background-size: 150px;
  padding: 25px 5px;
}

.review_star_best{
  position: relative;
  left: 10px;
  width: 150px;
  height: 32px;
  background: url(../../../mobile/shop/img/allStar_default.png) no-repeat;
  background-position: center;
  background-size: 100%;
  padding: 25px 5px;
}

.review_memid{
  position: absolute;
  right: -120px;
  top: 10px;
  font-size: 18px;
}

.best_review_span p{
  text-align: left;
  margin: 0 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 51px;
  font-size: 16px;
}

.review_border{
  border: 1px solid #d7d7d7;
  padding-bottom:15px;
}




.main_review_wrap.web {
    padding: 83px 0;
}
.main_review_wrap.web .btn {
    max-width: 500px;
}
.stylist_wrap.web .main_banner_wrap {
    display: flex;
    justify-content: row;
    max-width: 1078px;
    margin: 0 auto 30px;
    overflow: hidden;
}
.stylist_wrap.web .main_banner_wrap .item {
    margin: 0.25rem;
    width: auto;
}

/* 스타일리스트 페이지 */
.web .stylist_person > .inner {
    display: flex;
    align-items: center;
    /*justify-content: space-between;*/
    padding: 36px 0 60px;
    text-align: center;
}
.web .stylist_person .list {
    margin-right: 20px;
    width: 20%;
}
.web .stylist_person .list:last-child {
    margin: 0;
}
.web .stylist_person .thumb {
    height: 200px;
    border: 1px solid #e1e1e1;
    box-sizing: border-box;
    border-radius: 4px;
    background: ivory url("") no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0.4;
}
.web .stylist_person .name {
    margin: 10px 0;
    font-size: 16px;
    font-weight: 500;
    color: #8c8c8c;
}
/* .web .stylist_person .list:hover .thumb,
.web .stylist_person .list:hover .name,
.web .stylist_person .list.active .thumb {
    opacity: 1;
    color: #131313;
} */

.web .stylist_person a:hover .thumb,
.web .stylist_person a:hover .name {
    opacity: 1;
    color: #131313;
}

.web .stylist_person .list.active .name {
    color: #131313;
}
.web .stylist_cont {
    display: flex;
    padding: 55px 76px;
    border: 1px solid #e1e1e1;
    box-sizing: border-box;
    border-radius: 8px;
    background-color: #fff;
    color: #8c8c8c;
}
.web .stylist_cont.prod #fboardlist {
    width: 100%;
}
.web .stylist_cont.prod .gall_row {
    display: flex;
    flex-wrap: wrap;
}
.web .stylist_cont.prod .gall_li {
    width: 33.3%;
}
.web .stylist_cont > .inner.first {
    width: 312px;
    margin-right: 76px;
}
.web .stylist_cont > .inner.last {
    width: 539px;
    padding-left: 76px;
    border-left: solid 1px #e1e1e1;
}
.web .stylist_cont .tit {
    margin-bottom: 24px;
    font-weight: bold;
    font-size: 22px;
    color: #131313;
}
.web .stylist_cont .message {
    margin: 24px 0;
}
.web .stylist_cont .txt {
    font-weight: normal;
    color: #8c8c8c;
}
.web .stylist_cont .main_st {
    display: flex;
    flex-wrap: wrap;
}
.web .stylist_cont .main_st .list {
    margin: 0 12px 12px 0;
    width: calc(50% - 6px);
    height: 300px;
}
.web .stylist_cont .main_st .list:nth-child(2n) {
    margin: 0;
}
.web .stylist_cont .main_st .thumb {
    width: 100%;
    height: 100%;
    background: ivory url("") no-repeat;
    background-position: center;
    background-size: cover;
    border: 1px solid #e1e1e1;
    box-sizing: border-box;
    border-radius: 3px;
}
.web .stylist_cont .cont .thumb {
    width: 312px;
    height: 312px;
    border: 1px solid #e1e1e1;
    box-sizing: border-box;
    border-radius: 4px;
    background: ivory url("") no-repeat;
    background-position: center;
    background-size: cover;
}
.how_wrap{
  max-width: none;
  margin: 0 auto;
  padding: 100px 20px 60px;
}
.how_wrap .tit{
  font-weight: 900;
  font-size: 45px;
  letter-spacing: 0.2em;
  margin-bottom: 60px;
  text-align: center;
}

.how_step_box{
  display: flex;
  gap:24px;
}
.how_step_box>div{
  flex:1;
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  box-sizing: border-box;
  box-shadow: 1px 1px 11px rgb(63 63 63 / 50%)

}
.how_step_box>div.step{
  background-position: center;
  background-size: cover;
  color: #fff;
  background-size: 113%;

}
.how_step_box>div.step .txt{
  font-size: 24px;
}
.how_step_box>div.step .txt p{
  position: relative;
  padding-left: 12px;
}
.how_step_box>div.step .txt p b{
  position: absolute;
  left: 0;
  top: 0;
}
.how_step_box>div.step>div{
  padding: 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.how_step_box>div.step span{
  font-weight: bold;
  font-size: 25px
}

.how_step_box>div.step:nth-child(1){
  background-image: url("/img/main_step1.png");
}
.how_step_box>div.step:nth-child(2){
  background-image: url("/img/main_step2.png");
}
.how_step_box>div.step:nth-child(3){
  background-image: url("/img/main_step3.png");
}
.how_step_box>div.list{
  border: 1px solid #8c8c8c;
  padding: 25px 10px;
  background-color: #f7f7f7;
}
.how_step_box>div.list>div>p{
  font-weight: bold;
  font-size: 30px;
  text-align: center;
  margin-bottom: 30px
}
.how_step_box>div.list li{
  display:flex;
  gap:10px;
  align-items: center;
  margin-bottom: 20px
}
.how_step_box>div.list li:last-child{
  margin-bottom: 0;
}
.how_step_box>div.list li p{
  flex:1;
  font-size: 18px;
  border-bottom: 1px solid #818080;
}
.how_step_box>div.list li p span{
  font-weight: bold;
  position: relative;
  color: #0b90e7;
}
.how_step_box>div.list li p span b{
  position: relative;
}
.how_step_box>div.list li p span::before{
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fcef9d;
  z-index: 0;
}
.quick_styling{
  position: fixed;
  bottom: 40px;
  right: 10%;
  background-color: rgba(255,255,255,0.7);
  padding: 14px 30px;
  display: flex;
  gap:15px;
  align-items: center;
  z-index: 999999999;
  width: auto;
}
.quick_styling.off{
  display: none;
}
.quick_styling .txt{
  font-size: 20px;
  font-weight: bold
}
.quick_styling .txt p:last-child{
  color: #2868b0
}
.quick_styling .btn_box{
  background-color: #2868b0;
  border-radius: 8px;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  padding: 15px 46px;
  box-shadow: 1px 1px 11px rgb(63 63 63 / 50%)
}
.how_wrap>.img img{
  max-width: 100%
}
@media(max-width:1600px){
  .quick_styling .txt{
    font-size: 14px
  }
  .quick_styling .btn_box{
    padding: 10px 20px;
    font-size: 16px
  }
}
@media(max-width:1240px){
  .how_step_box>div.step .txt{
    font-size: 16px;
  }
  .how_step_box>div.step span{
    font-size: 20px;
  }
  .how_step_box>div.step>div{
    padding: 15px
  }
  .how_step_box>div.list>div>p{
    font-size: 20px;
    margin-bottom: 10px
  }
  .how_step_box>div.list li p{
    font-size: 14px;
    letter-spacing: -0.5px;
  }
  .how_step_box>div.list li img{
    width: 18px;
  }
  .how_step_box>div.list li{
    margin-bottom: 10px
  }
  .how_wrap .tit{
    /* font-size: 35px */
  }
  .quick_styling .txt{
    font-size: 16px
  }
  .quick_styling .btn_box{
    font-size: 18px;
    padding: 10px 25px
  }
  .quick_styling{
    right: 10%;
  }
}
@media(max-width:1200px){
  .how_step_box>div.list li p{
    font-size: 15px;
  }
  .how_step_box>div.list>div>p{
    font-size: 24px;
    margin-bottom: 20px
  }
}
