@font-face{
  font-family: Pretendard;
  src:url('/font/Pretendard-Thin.woff') format('woff');
  font-weight:100;
}
@font-face{
  font-family: Pretendard;
  src:url('/font/Pretendard-ExtraLight.woff') format('woff');
  font-weight:200;
}
@font-face{
  font-family: Pretendard;
  src:url('/font/Pretendard-Light.woff') format('woff');
  font-weight:300;
}
@font-face{
  font-family: Pretendard;
  src:url('/font/Pretendard-Regular.woff') format('woff');
  font-weight:400;
}
@font-face{
  font-family: Pretendard;
  src:url('/font/Pretendard-Medium.woff') format('woff');
  font-weight:500;
}
@font-face{
  font-family: Pretendard;
  src:url('/font/Pretendard-SemiBold.woff') format('woff');
  font-weight:600;
}
@font-face{
  font-family: Pretendard;
  src:url('/font/Pretendard-Bold.woff') format('woff');
  font-weight:700;
}
@font-face{
  font-family: Pretendard;
  src:url('/font/Pretendard-ExtraBold.woff') format('woff');
  font-weight:800;
}
@font-face{
  font-family: Pretendard;
  src:url('/font/Pretendard-Black.woff') format('woff');
  font-weight:900;
}

:root {
  /* --swiper-pagination-color: #fff !important; */
  --black: #2E2B2F;
  --white: #fff;
  -outline_black: rgba(0, 0, 0, 0.10);
  --gray-1-title: #3B383C;
  --gray-2-body:#534F53;
  --gray-3-body-secondary: #7A767A;
  --gray-4-body-tertiery: #A49FA4;
  --gray-5: #D6D0D5;
  --gray-6: #FCF4FA;
  --kleam-mint-dark: #AEEFD8;
  --sds-color-text-default-default: #1E1E1E;
  --sds-color-text-default-secondary: #757575;
  --oultine_white: rgba(255, 255, 255, 0.18);
  --alert-red: #F12C67;
  --surface-container-high: #FBF2E5;
  --Radius-Corner-mobile-grid-corner: 8px;
}

.headline_xl{
  font-size: 57px;
  font-weight: 600;
  line-height: 140%;
}
.headline_l{
  font-size: 36px;
  font-weight: 600;
  line-height: 140%;
}
.headline_m{
  font-size: 28px;
  font-weight: 600;
  line-height: 140%;
}
.headline_s{
  font-size: 21px;
  font-weight: 600;
  line-height: 140%;
}
.headline_xs{
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
}

.body_l{
  font-size: 19px;
  line-height: 140%;
  font-weight: 400;
}
.body_m{
  font-size: 17px;
  line-height: 140%;
  font-weight: 400;
}
.body_s{
  font-size: 15px;
  line-height: 140%;
  font-weight: 400;
}
.body_xs{
  font-size: 13px;
  line-height: 140%;
  font-weight: 400;
}

.label_l{
  font-size: 24px;
  line-height: 140%;
  font-weight: 600;
}
.label_m{
  font-size: 18px;
  line-height: 140%;
  font-weight: 600;
  min-height: 51px;
}
.label_s{
  font-size: 15px;
  line-height: 140%;
  font-weight: 600;
}
.label_xs{
  font-size: 13px;
  line-height: 140%;
  font-weight: 600;
}

header{
  position: fixed;
  left:0;
  top:0;
  width: 100%;
  z-index: 2;
  background: #FFFBF7;
  transition: 0.3s;
}
header.shadowon{
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.10);
}

header.main{
  background: rgba(0,0,0,0);
  color: #fff;
}
header.main .header_menu nav a.sec_depth{
  color: #fff;
}

.header_wrap{
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 12px 20px;
  display: flex;
  justify-content: space-between;
}
.header_logo_wrap{
  padding: 36px 0 12px;
}
.header_logo_wrap a{

}
.header_logo_wrap a img{
  height: 40px;
}
.change_svg{transition: 0.3s;}
.main .change_svg{
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(198deg) brightness(104%) contrast(104%);
}


@media screen and (max-width: 992px) {
  header.main{
    background: #FFFBF7;
    color: inherit;
  }
  header.main .header_menu nav a.sec_depth{
    color: inherit;
  }
  .main .header_logo_wrap a img{
    filter: none;
  }
  .main .change_svg{
    filter: none;
  }
}

.header_menu_up{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  margin-bottom: 8px;
  padding-right: 12px;
}
.head_branch_wrap{
  display: flex;
  align-items: center;
  position: relative;
  padding: 4px;
}
.now_branch{
  /* width: 62px; */
}
.head_branch_btn{transition: .3s;}
.head_branch_btn.active{
  transform: rotate(180deg);
}
.branch_sel{
  position: absolute;
  left: 0;
  top: 100%;
  color: #2E2B2F;
  background: #FFF;
  padding: 4px;
  border: 1px solid var(--outline_black, rgba(0, 0, 0, 0.10));
  border-radius: 8px;
  display: none;
}
.branch_sel a{
  display: block;
  padding: 6px 4px;
  border-bottom: 1px solid var(--outline_black, rgba(0, 0, 0, 0.10));
}
.branch_sel a:last-of-type{
  border-bottom: none;
}

.flag_wrap{
  position: relative;
}
.flag_sel{
  position: absolute;
  top: calc(100% + 4px);
  left: 50%;
  display: none;
  transform: translateX(-50%);
  padding: 20px;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.10);
  background: #FFF;
}
.flag_sel a{
  margin-bottom: 20px;
  display: block;
}
.flag_sel a:last-of-type{margin-bottom: 0;}

.head_up_menu_cart{position: relative;}
.head_up_menu_cart img{width: 24px;}
.cart_head_num{
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 10px;
  font-weight: 700;
  padding-top: 3px;
  transform: translate(-50%, -50%);
}

.header_menu{
  display: flex;
  align-items: center;
}
.header_menu nav{
  display: flex;
}
.header_menu nav a.fir_depth{
  font-size: 15px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.18px;
  padding: 15px 20px;
  display: block;
  text-align: center;
}
.header_menu nav a.sec_depth{
  color: var(--gray-4-body-tertiery, #A49FA4);
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.156px;
  display: block;
  padding: 8px 12px;
}
.header_menu nav .sec_depth_wrap{
  max-height: 0;
  overflow: hidden;
  transition: 0.3s;
}
.header_menu nav:hover .sec_depth_wrap{
  max-height: 100vh;
  padding: 12px 0;
  box-sizing: border-box;
}

body{
  font-family: Pretendard;
}
#wrapper{
  background: #FFFBF7;
}
.sub_wrap{padding-top:112px; min-height: calc(100dvh - 250px);}
.mo_only{display: none !important;}
.sound_only{
  width: 0;
  height: 0;
  overflow: hidden;
}
.none_space{
  width: 100%;
  height: 64px;
}
.none_space.big_size{
  height: 80px;
}

.basic_link {
  padding: 8px 12px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 20px;
  color: #7A767A;
  border: 1px solid #FBF2E5;
  background: #FFF;
  cursor: pointer;
}

.basic_link.active {
  background: #3B383C;
  color: #fff;
}

.sub_link {
  padding: 8px 12px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: var(--gray-1-title, #3B383C);
  opacity: 0.4;
  cursor: pointer;
  position: relative;
}

.sub_link.active {
  opacity: 1;
}
.sub_link.active::after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 12px;
  width: calc(100% - 24px);
  height: 1px;
  background: var(--gray-1-title, #3B383C);
}


.page_title_wrap{
  padding: 24px 20px 8px;
  max-width: 1320px;
  margin: 0 auto;
}
.page_title{
  margin-bottom: 2px;
}
.page_title_sub{
  color: var(--gray-3-body-secondary, #7A767A);
}

.sub_menu{
  display: flex;
  flex-direction: column-reverse;
}

.sub_menu picture img{
  width: 100%;
  max-height: 800px;
  object-fit: cover;
  display: block;
}

.page_header_wrap{
  padding: 12px;
  width: 100%;
  max-width: 1304px;
  margin: 0 auto;
}
.page_header .basic_link, .page_header .sub_link{display: inline-block;}

.tab_link{
	cursor: pointer;
}

.tab_content{
	display: none;
}

.tab_content.active{
	display: block;
}

footer{
  background: #F8EFE9;
  min-height: 250px;
}
.footer_wrap{
  padding: 8px 0 64px;
  margin: 0 auto;
  width: 100%;
  max-width: 1280px;
  font-size: 11px;
  color: #A49FA4;
  font-weight: 400;
}
.footer_link_wrap{
  padding: 8px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 600;
  color: #7A767A;
}
.footer_link_wrap > div:first-of-type{display: flex; gap: 24px;}
.footer_link_wrap > div:last-of-type{display: flex; gap: 12px;}
.footer_sns_wrap a img{display: block;}
.footer_txt_wrap{padding: 12px 20px;}
.footer_txt_wrap div{margin-bottom: 4px;}
.footer_txt_wrap div:last-of-type{margin-bottom: 0;}

.cart_add_wrap{
  display: none;
  position: fixed;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  z-index: 999999;
}
.cart_add_bg{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.40);
}

.cart_add_pop{
  border-radius: 16px;
  border: 1px solid var(--outline_black, rgba(0, 0, 0, 0.10));
  background: var(--black, #2E2B2F);
  color: #fff;
  width: 320px;
}

.cart_add_pop_title{
  padding: 32px 20px 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap:12px;
  margin-bottom: 12px;
}
.cart_add_pop_title img{width: 32px;}
.cart_add_pop_btn_wrap{
  padding-bottom: 32px;
  display: flex;
  justify-content: center;
}
.cart_add_pop_btn_wrap a{
  padding: 11px;
  color: var(--black, #2E2B2F);
  border-radius: 8px;
  border: 1px solid rgba(202, 196, 208, 0.10);
  background: var(--kleam-mint-gradient, linear-gradient(0deg, #D9F8E4 0%, #AEF7F7 103.12%));
}

.side_link_wrap{
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  left: calc(50% + 644px);
  padding: 12px;
  border-radius: 40px;
  background: var(--black, #2E2B2F);
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.side_link_wrap a{
  position: relative;
}
.side_link_wrap a span{
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 10px;
  font-weight: 700;
  padding-top: 3px;
  transform: translate(-50%, -50%);
}

.page_nav{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  padding: 40px 0;
}
.page_nav a{width: 24px; height: 24px; display: flex; justify-content: center; align-items: center;}
.page_nav a{
  color: var(--gray-5, #D6D0D5);
  font-weight: 600;
}
.page_nav a.active{
  color: var(--black, #2E2B2F);
}
.page_nav a img{display: block;}

/* .shop_cart_wrap{display: none;} */

.shop_cart_wrap{
  position: fixed;
  left:0;
  bottom:0;
  width: 100%;
  z-index: 999;
  display: none;
}
.shop_cart{
  padding: 10px 20px;
  background: var(--kleam-mint-gradient, linear-gradient(90deg, #D9F8E4 0%, #AEF7F7 100%));
  display: flex;
  align-items: center;
  width: 100%;
}
.shop_cart_inner{
  display: flex;
  align-items: center;
  padding: 6px 0;
  gap: 20px;
  width: 100%;
  /* max-width: 500px;
  margin: 0 auto; */
}
.shop_price_wrap{
  display: flex;
  align-items: center;
  gap: 10px;
  width: calc(100% - 81px);
}
.shop_price_input{
  width: 24px;
  height: 24px;
  background: var(--gray-1-title, #3B383C);
  border-radius: 50%;
}
.shop_price_input input{
  width: 100%;
  height: 100%;
  text-align: center;
  border: none;
  background: none;
  color: #fff;
  padding: 0;
  margin: 0;
}
.shop_price{
  display: flex;
  width: calc(100% - 34px);
  align-items: center;
  justify-content: space-between;
}

.shop_cart_slide_wrap{
  position: fixed;
  /* left:50%; */
  left:0;
  bottom:0;
  width: 100%;
  /* max-width: 500px;
  transform: translateX(-50%); */
  border-radius: 12px 12px 0px 0px;
  padding-top: 8px;
  background: #FFF;
  box-shadow: 0px -4px 4px 0px rgba(0, 0, 0, 0.10);
  display: none;
}
.shop_cart_slide_price_wrap{
  margin-bottom: 8px;
  max-height: 260px;
  overflow-y: auto;
}
.shop_cart_slide_price_row{
  padding: 14px 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.shop_cart_slide_price{}
.shop_cart_slide_price_info{
  color: var(--gray-3-body-secondary, #7A767A);
  flex: 1 0 auto;
  text-align: right;
}

.shop_cart_slide_total_cover{
  padding: 22px 20px;
  background: var(--kleam-mint-gradient, linear-gradient(90deg, #D9F8E4 0%, #AEF7F7 100%));
}
.shop_cart_slide_total_wrap{
  display: flex;
  align-items: center;
  gap: 10px;
}
.shop_cart_slide_input{
  width: 24px;
  height: 24px;
  background: var(--gray-1-title, #3B383C);
  border-radius: 50%;
}
.shop_cart_slide_input input{
  width: 100%;
  height: 100%;
  text-align: center;
  border: none;
  background: none;
  color: #fff;
  padding: 0;
  margin: 0;
}
.shop_cart_slide_total_price{
  display: flex;
  width: calc(100% - 34px);
  align-items: center;
  justify-content: space-between;
}

.shop_cart_talk_wrap{
  position: fixed;
  /* left:50%; */
  left:0;
  bottom:0;
  width: 100%;
  /* max-width: 500px;
  transform: translateX(-50%); */
  padding: 20px 0px 32px;
  border-radius: 12px 12px 0px 0px;
  background: #FFF;
  box-shadow: 0px -4px 4px 0px rgba(0, 0, 0, 0.10);
  display: none;
}
.shop_cart_talk_wrap a{
  display: flex;
  width: 100%;
  align-items: center;
  gap: 12px;
  padding: 12px 20px;
}

.shop_cart_line{width:1px;height: 24px;background: var(--outline_black, rgba(0, 0, 0, 0.10));}
.shop_cart_talk_btn{
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.shop_cart_bk{
  position: fixed;
  width:100%;
  height: 100%;
  top:0;
  left:0;
  background: rgba(0, 0, 0, 0.38);
  z-index: 99;
  display: none;
}


@media screen and (max-width: 992px) {

  .headline_xl{
    font-size: 28px;
  }
  .headline_l{
    font-size: 22px;
  }
  .headline_m{
    font-size: 20px;
  }
  .headline_s{
    font-size: 15px;
  }
  .headline_xs{
    font-size: 13px;
  }

  .body_l{
    font-size: 17px;
    line-height: 150%;
  }
  .body_m{
    font-size: 15px;
    line-height: 150%;
  }
  .body_s{
    font-size: 13px;
  }
  .body_xs{
    font-size: 11px;
  }

  .label_l{
    font-size: 19px;
  }
  .label_m{
    font-size: 15px;
    min-height: 0px;
  }
  .label_s{
    font-size: 13px;
  }
  .label_xs{
    font-size: 11px;
    margin-bottom: 4px;
  }

  .none_space.big_size{height: 64px;}
  .pc_only{display: none !important;}
  .mo_only{display: block !important;}
  .footer_wrap{font-size: 11px; padding-bottom: 74px;}
  .page_title_wrap{padding-bottom: 12px;}
  .page_title{
    font-size: 20px;
    letter-spacing: -0.24px;
  }
  .page_title_sub{
    color: var(--gray-2-body, #534F53);
    font-size: 13px;
    letter-spacing: -0.156px;
  }
  .sub_menu{display: block;}
  .sub_menu picture img{
    width: 100%;
    height: 70vw;
    max-height: 400px;
  }
  .page_header_wrap{
    overflow: hidden;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .page_header_wrap::-webkit-scrollbar {
      display: none;
  }
  .page_header{}
    /* .page_header{width:max-content} */

  .header_wrap{padding: 34px 20px 14px; box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.10);}
  .header_logo_wrap{padding: 0;}
  .header_logo_wrap a img{height: 24px;}
  .header_menu_wrap{
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .header_menu_up{margin-bottom: 0; padding-right: 0;}
  .mo_menu_wrap{
    position: fixed;
    top:0;
    right: -100%;
    width: 76%;
    height: 100%;
    background: #FFF;
    transition: 0.3s;
    z-index: 9;
  }
  .mo_menu_wrap.active{
    right: 0;
  }
  .mo_menu_top{
    padding: 52px 20px 12px 20px;
    position: relative;
    display: flex!important;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: var(--kleam-gradient-mint-white, linear-gradient(180deg, #D9F8E4 0%, #FFF 100%));
  }
  .mo_menu_top_btn{
    position: absolute;
    right: 16px;
    top: 36px;
  }
  .mo_menu_logo{height: 26px;}

  .mo_menu_middle{

  }
  .mo_menu_middle_row{
    padding: 6px 16px;
  }
  .mo_branch_sel{
    border-radius: var(--Radius-Corner-mobile-grid-corner, 8px);
    border: 1px solid var(--outline_black, rgba(0, 0, 0, 0.10));
    position: relative;
  }
  .mo_branch_sel.active{
    border-radius: 8px 8px 0 0;
  }
  .mo_branch_sel a{
    display: flex;
    padding: 8px 12px;
    justify-content: space-between;
    align-items: center;
  }
  /* .mo_branch_sel_top{transition: 0.3s;} */
  .mo_branch_sel .mo_branch_sel_img{
    transition: 0.3s;
  }
  .mo_branch_sel.active .mo_branch_sel_img{
    transform: rotate(180deg);
  }

  .mo_branch_sel_opt{
    position: absolute;
    top:100%;
    left: -1px;
    width: calc(100% + 2px);
    display: none;
    background: #fff;
    border-radius: 0 0 8px 8px;
    border: 1px solid var(--outline_black, rgba(0, 0, 0, 0.10));
    border-top: none;
  }
  .mo_menu_middle_bot_row{
    padding: 6px 16px;
    display: flex;
    gap: 10px;
  }
  .mo_menu_middle_bot_row a{
    border-radius: var(--Radius-Corner-mobile-grid-corner, 8px);
    border: 1px solid var(--outline_black, rgba(0, 0, 0, 0.10));
    padding: 9px 4px;
    line-height: 20px;
    text-align: center;
    width: calc(50% - 5px);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .mo_menu_middle_bot_row a:last-of-type{
    background: var(--gray-1-title, #3B383C);
    border-color: var(--gray-1-title, #3B383C);
  }
  .mo_menu_middle_bot_row a span{
    background: var(--kleam-mint-gradient, linear-gradient(90deg, #D9F8E4 0%, #AEF7F7 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .header_menu nav{
    display: block;
  }
  .header_menu nav a.fir_depth{
    display: block;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: -0.18px;
    padding: 12px 20px;
    text-align: left;
  }
  .header_menu nav .mo_login_btn{
    padding: 8px 16px;
  }
  .header_menu nav .mo_login_btn a{
    border-radius: var(--Radius-Corner-mobile-grid-corner, 8px);
    border: 1px solid var(--outline_black, rgba(0, 0, 0, 0.10));
    padding: 11px;
    text-align: center;
    display: block;
  }
  .mo_bk_bg{
    position: fixed;
    top:0;
    left: 0;
    width:100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.38);
    transition: 0.3s;
    visibility: collapse;
    opacity: 0;
  }
  .mo_bk_bg.active{
    visibility: visible;
    opacity: 1;
  }

  .sub_wrap {
    padding-top: 72px;
    min-height: calc(100dvh - 250px);
  }


}

/* main */
.main_visual{

}

.main_visual .swiper {
  width: 100%;
  height: 100%;
}

.main_visual .swiper-slide {
  width: 100%;
}
.main_visual .swiper-pagination-bullet{
  border: 1px solid #fff;
  opacity: 1;
  background: none;
}

.main_visual .swiper-pagination-bullet-active{
  background: #fff;
}

.main_v_wrap{
  width: 100%;
  position: relative;
}

.main_v_img_wrap{
  width: 100%;
  height: 100dvh;
  max-height: 800px;
}
.main_v_img_wrap img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main_v_img_wrap video{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main_v_1_wrap .main_v_img_wrap img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 32%;
}
.main_v_1_txt{
  position: absolute;
  left: 50%;
  top: 50%;
  color: #FFF;
  text-align: center;
  font-size: 56px;
  font-weight: 200;
  line-height: 130%;
  letter-spacing: 23px;
  transform: translate(-50%, -50%);
}
.main_v_1_link{
  position: absolute;
  left: 50%;
  bottom: 76px;
  transform: translate(-50% , 0);
  padding: 13px 24px;
  font-weight: 600;
  border-radius: 25px;
  border: 1px solid rgba(0, 0, 0, 0.10);
  background: #FFF;
}


.section{
  max-width: 1320px;
  padding: 0 20px;
  margin: 0 auto;
}
.title_h2{
  padding: 40px 0 20px;
}
.title_h2.sub_title{
  padding-bottom: 2px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.title_h2.sub_title_2{
  padding-top: 24px;
  padding-bottom: 2px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.title_h2.wh_title{
  color: #fff;
}
.title_info{
  color:#7A767A;
  padding-bottom: 20px;
}
.title_info_2{
  color:#7A767A;
  padding-bottom: 12px;
}

.main_s_event_wrap{
  overflow: hidden;
}

.main_s_event{
  float: left;
  width: calc((100% - 40px) / 3);
  background: #EFF5F1;
  padding: 24px 20px;
  border-radius: 16px;
  margin-right: 20px;
}
.main_s_event_wrap .main_s_event:last-of-type{
  margin-right: 0;
}

.main_s_event_title{
  margin-bottom: 4px;
}
.main_s_event_txt{
  color: #534F53;
  margin-bottom: 4px;
}
.main_s_event_price_wrap{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main_s_event_price{
  color: #3B383C;
}
.main_s_event_price span{
  color: #534F53;
}
.main_s_event_price_link{
  background-color: #3B383C;
  color: #fff;
  display: flex;
  line-height: normal;
  align-items: center;
  padding: 4px 2px 4px 12px;
  border-radius: 8px;
}

.main_o_event_row{overflow: hidden;}
.main_o_event{
  width: calc((100% - 60px) / 4); float: left; margin-right: 20px;
}
.main_o_event_row .main_o_event:nth-of-type(4n){margin-right: 0;}
.main_o_event_row .main_o_event:nth-of-type(1), .main_o_event_row .main_o_event:nth-of-type(2), .main_o_event_row .main_o_event:nth-of-type(3), .main_o_event_row .main_o_event:nth-of-type(4) {margin-bottom: 32px;}
.main_o_event_img_wrap{margin-bottom:8px; width: 100%; height: 237px;}
.main_o_event_img_wrap img{display: block; width: 100%; height: 100%; object-fit: cover; border-radius: 16px;}
.main_o_event_txt_wrap{font-weight: 600;}
.main_o_event_txt_title{font-weight: 400; width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.main_o_event_dicount{font-size: 13px;}
.main_o_event_cost{color:#4C4C4C;text-decoration-line:line-through;}
.main_o_event_dicount{color:#F12C67; margin-left: 2px;}
.main_o_event_price_wrap{display: flex;justify-content: space-between;align-items: center;}
.main_o_event_price{font-size: 24px;}
.main_o_event_price span{font-size: 15px;}
.main_o_event_link img{display: block;}

.brand_add{display: flex; justify-content: center; align-items: center; padding: 97px 0; background-image: url('/img/main/middle_bg.png'); background-size: cover; background-position: center;}
.brand_add div{display: flex; justify-content: center; align-items: center; flex-direction: column; gap: 20px;}
.brand_add_pc_btn{border-radius: 25px; border: 1px solid rgba(0, 0, 0, 0.10); background: linear-gradient(90deg, #D9F8E4 0%, #AEF7F7 100%); padding: 13px 20px; font-weight: 600;}
.bottom_banner{display: flex; justify-content: center; align-items: baseline;}

.main_tabs .tabs{
	/* padding-bottom: 12px; */
  font-size: 13px;
  padding-top: 4px;
}
.main_tabs .tab_link{
	display: inline-block;
  padding: 8px 12px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 18px;
  color: #7A767A;
  border: 1px solid #FBF2E5;
  background: #FFF;
	cursor: pointer;
  margin-bottom: 0 !important;
}

.main_tabs .tab_link.active{
	background: #3B383C;
	color: #fff;
}

.main_tab.tab_content{
  padding: 12px 0;
}

.main_top_row{display: flex; justify-content: space-between; gap: 20px;}
.main_top{padding:32px 12px 20px 16px; background: #EFF5F1; border-radius: 8px;position: relative; width: calc((100% - 198px) / 3); font-weight: 600;}
.main_top_cate{position: absolute; top:0;left:0; background: #2E2B2F; color:#AEEFD8; padding:4px 8px 3px 16px; border-radius: 8px 0;font-size: 11px; font-weight: 700;}
.main_top_title{}
.main_top_sub{color: #534F53;}
.main_top_price_wrap{display: flex; justify-content: space-between; align-items: center;}
.main_top_price{}
.main_top_price span{}
.main_top_link img{display: block;}
.main_top_last{width: 138px; background: #EFF5F1; border-radius: 8px; padding:32px 12px 20px 16px;text-align: right;position: relative;}
.main_top_last_txt{margin-bottom: 12px; font-size: 13px; color: #1E1E1E; font-weight:600; text-align: left; }
.main_top_last a{position: absolute; right:12px; bottom:20px;}


.main_sp_wrap{display: flex; justify-content: space-between; flex-wrap: wrap; gap: 20px 50px;}
.main_sp{display: flex; justify-content: space-between; align-items: center; padding-right: 20px; gap:40px; width: calc(50% - 25px);}
.main_sp_img_wrap{width: 240px; height: 128px; position: relative; border-radius: 8px; overflow: hidden;}
.main_sp_cate{position: absolute; left:0; top:0; padding: 8px; border-radius: 8px 0; background: linear-gradient(90deg, #D9F8E4 0%, #AEF7F7 100%); font-size: 11px; font-weight: 700;}
.main_sp_img_wrap img{display: block; width: 100%; height: 100%; object-fit: cover;}
.main_sp_txt_wrap{width: calc(100% - 280px); font-weight: 600;}
.main_sp_title{font-weight: 400; margin-bottom: 4px;}
.main_sp_dicount{margin-bottom: 4px;}
.main_sp_cost{color:#7A767A;}
.main_sp_dicount{color: #F12C67;}
.main_sp_price_wrap{display: flex;justify-content: space-between; align-items: center;}
.main_sp_price{color: #534F53;}
.main_sp_price span{}
.main_sp_price_link img{display: block;}

.section_5_wrap{background: #3B383C;}
.section_5{max-width: 1320px; padding: 0 20px;}
.video_cover{display: flex; flex-wrap:wrap; gap:20px;}
.main_video_wrap{width: calc(62% - 10px);}
.sub_video_list{width: calc(38% - 10px);}
.main_video{margin-bottom: 8px;}
.main_video iframe{width: 100%; height: 425px; border-radius: 8px; display: block;}

.main_video_title{display: flex; align-items: center; padding: 4px 0 12px; gap: 8px; color: #fff; font-weight: 600;}
.main_video_img_wrap{ width: 50px; height: 50px; border-radius: 50%; overflow: hidden;}
.main_video_img_wrap img{width: 100%;}
.main_video_txt div:last-of-type{font-weight: 400;}

.sub_video a{
  display: flex;
  gap: 10px;
  color: #fff;
  margin-bottom: 10px;;
}
.sub_video_img{width: 240px; height: 135px;}
.sub_video_img img{width: 100%; height:100%; object-fit: cover; display: block; border-radius: 8px;}
.sub_video_txt_wrap{width: calc(100% - 240px);}
.sub_video_title{margin-bottom: 10px;}

.bottom_add{background-size: cover; background-position: center; padding: 132px 0;}
.bottom_add_txt{color: #FFF; text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.40); font-size: 40px; font-weight: 600; line-height: 120%; letter-spacing: -0.48px; width: 100%; max-width: 1100px; padding: 0 50px}

.main_map_wrap{
  display: flex; justify-content: space-between; flex-wrap: wrap;
}
.main_map_wrap > div{width: calc(50% - 10px);}
.main_map iframe{display: block; width: 100%; height: 480px;}
.main_map_title_wrap{padding-right: 80px;}
.main_map_sub_wrap{margin-bottom: 20px;}
.main_map_title_wrap .main_map_sub_wrap:last-of-type{margin-bottom: 0;}
.main_map_title{padding: 20px 20px 2px 20px;color: var(--black, #2E2B2F);line-height: normal;}
.main_map_row{display: flex; gap:12px;padding: 8px 20px;}
.main_map_row > div:first-of-type{width: 80px; color: #7A767A;letter-spacing: -0.156px;}
.main_map_row > div:last-of-type{width: calc(100% - 92px);}
.main_map_icon{display: flex;padding: 20px 20px 0px 20px;justify-content: center;align-items: center;gap: 12px;}
.main_map_icon a{display: flex; width: 162px; padding: 12px 8px; justify-content: center; align-items: center; gap: 4px;border-radius: 8px; border: 1px solid rgba(0, 0, 0, 0.10);}


.main_pop_bg_wrap{
  display: none;
}
.main_pop_bg{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 32px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.38);
  z-index: 9999;
}
.main_pop_wrap{
  width: 100%;
  max-width: 800px;
  border-radius: 20px;
  border: 1px solid var(--outline_black, rgba(0, 0, 0, 0.10));
  background: var(--white, #FFF);
  padding: 16px;
}
.popSwiper .swiper-slide img{width: 100%;}
.pop_pagination{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px;
  gap: 10px;
}
.popSwiper .swiper-button-next, .popSwiper .swiper-button-prev{
  color: #fff;
}
.pop_pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  opacity: 1;
  background: none;
  border: 1px solid var(--gray-4-body-tertiery, #A49FA4);
  margin: 0!important;
}

.pop_pagination .swiper-pagination-bullet-active {
  background: var(--gray-4-body-tertiery, #A49FA4);
}

.pop_chk_wrap{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 9px 0;
}

.pop_check_row input[type='checkbox']{display: none;}
.pop_check_row label{
  display: flex;
  align-items: center;
  gap: 8px;
}
.pop_check_row label span{
  width: 24px;
  height: 24px;
  background-image: url('/img/icon/ic_check_box.png');
}
.pop_check_row input[type='checkbox']:checked + label span{
  background-image: url('/img/icon/ic_check_box_on.png');
}

/* 지점선택 */
.branch_select_wrap{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFFBF7;
  z-index: 99;
  padding-bottom: 0;
  z-index: 99999;
}
.branch_select{
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 50px;
}
.branch_select_img{
  width: 100%;
  max-width: 1280px;
  height: 520px;
  margin: 0 auto
}
.branch_select_img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.branch_select_logo_wrap{
  margin-bottom: 16px;
}
.branch_select_logo_wrap img{
  display: block;
  margin: 0 auto;
}
.branch_select_info{
  padding: 24px 20px 12px;
  text-align: center;
}
.branch_select_link_wrap a{
  display: block;
  width: 335px;
  padding: 8px 11px;
  border-radius: var(--Radius-Corner-mobile-grid-corner, 8px);
  border: 1px solid var(--outline_black, rgba(0, 0, 0, 0.10));
  backdrop-filter: blur(20px);
  text-align: center;
  margin-bottom: 8px;
}


@media screen and (max-width: 992px) {
  .section{padding: 0;}
  .main_visual{margin-top: 72px;}
  .main_v_1_txt{font-size: 32px; left: 10%; top: 10%;transform: translate(0, 0);}
  .main_v_1_link {
    bottom: 48px;
    padding: 9px 12px;
    font-size: 13px;
  }
  .title_h2{padding: 24px 20px 12px}
  .title_info{padding: 0 20px 12px}
  .main_v_img_wrap{
    height: 100vw;
  }

  .main_s_event_cover{
    overflow-x: auto;
    padding: 0 20px;
  }
  .main_s_event_cover{
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .main_s_event_cover::-webkit-scrollbar {
      display: none;
  }
  .main_s_event_wrap{
    width:max-content;
    overflow: hidden;
  }
  .main_s_event{
    width: 332px;
    padding: 16px 12px 16px 16px;
    border-radius: 16px;
    margin-right: 8px;
  }

  .main_o_event_wrap{
    overflow-x: auto;
    padding: 0 20px;
  }
  .main_o_event_wrap{
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .main_o_event_wrap::-webkit-scrollbar {
      display: none;
  }
  .main_o_event_row{width:calc(168vw + 24px);}
  .main_o_event{width: 42vw; margin-right: 8px;}
  .main_o_event_row .main_o_event:nth-of-type(1), .main_o_event_row .main_o_event:nth-of-type(2), .main_o_event_row .main_o_event:nth-of-type(3), .main_o_event_row .main_o_event:nth-of-type(4){margin-bottom: 20px;}
  .main_o_event_img_wrap{width: 100%; height: 42vw;}
  .main_o_event_price{font-size: 18px;}
  .main_o_event_price span{font-size: 13px;}
  .main_o_event_link img{display: block; width: 24px;}

  .brand_add{
    background-image: url('/img/main/brand_story_bg.png');
    padding: 0;
  }
  .brand_add_mo_btn{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 30px 20px;
    background: var(--surface-container-high, #FBF2E5);
  }
  .brand_add_mo_img{
    height: 28px;
    margin-bottom: 8px;
  }
  .brand_add_mo_btn p{
    color: var(--gray-2-body, #534F53);
    font-size: 9px;
    font-weight: 400;
    letter-spacing: -0.108px;
  }

  .main_tabs{overflow-x: scroll; padding: 0 16px;}
  .main_tabs{
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .main_tabs::-webkit-scrollbar {
      display: none;
  }
  .main_tabs .tabs{width: max-content}
  /* .main_tabs .tabs span{display: block;}
  .main_tabs .tabs span:first-of-type{margin-bottom: 4px;} */
  .main_top_cover{overflow-x: scroll; padding: 0 20px;}
  .main_top_cover{
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .main_top_cover::-webkit-scrollbar {
      display: none;
  }
  .main_top_row{width: max-content; gap: 12px;}
  .main_top{width: 60vw; max-width: 258px;}

  .title_info_2{padding: 0 20px 12px;}
  .main_sp_wrap{padding: 0 20px;}
  .main_sp{width: 100%; gap: 16px; padding-right: 0;}
  .main_sp_img_wrap{width: 132px; height: 74px;}
  .main_sp_cate{padding: 6px 8px;}
  .main_sp_txt_wrap {width: calc(100% - 148px); font-weight: 600;}
  .main_sp_price_link img{width: 24px;}

  .main_none_space{height: 32px;}
  .section_5{padding: 0;}
  .video_cover{display: flex; flex-wrap:wrap; gap:20px; padding: 0 20px;}
  .main_video_wrap{width: 100%; max-width: 800px; margin: 0 auto}
  .sub_video_list{width: 100%;max-width: 800px; margin: 0 auto}
  .main_video iframe{height: 50vw;}
  .main_video_img_wrap{width: 40px; height: 40px;}
  .sub_video_img{width: 192px; height: 108px;}
  .sub_video_txt_wrap{width: calc(100% - 192px);}

  .bottom_add{padding:25px 0;}
  .bottom_add_txt{font-size: 18px;}

  .main_map iframe{height: 100vw; max-height: 400px;}
  .main_map_wrap > div{width: 100%;}
  .main_map_title_wrap{padding-right: 0;}
  .main_map_sub_wrap{margin-bottom: 0;}
  .main_map_row > div.main_map_address{width: 100%;color: var(--gray-3-body-secondary, #7A767A);}

  .main_pop_wrap{
    position:fixed;
    left:0;
    bottom:0;
    max-width: unset;
    border-radius: 20px 20px 0 0;
    border: none;
    padding: 20px;
  }

  .branch_select_img{
    width: 100%;
    height: 100%;
    zoom: 2;
  }
  .branch_select_mo_wrap{
        display: none !important;
    position: fixed;
    top:0;
  }
  .branch_select_symbol_wrap{
    padding: 48px;
  }
  .branch_select_symbol_wrap img{
    display: block;
    margin: 0 auto 24px;
  }
  .branch_select_logo_mowrap{
    display: none !important;
    width: 100%;
    height: 334px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 16px;
    color: #fff;
  }
  .branch_select_btn_wrap{
    position: fixed;
    bottom:0;
    width: 100%;
  }
  .branch_select_info{
    text-align: left;
    color: var(--white, #FFF);
    max-width: 400px;
    margin: 0 auto;
  }
  .branch_select_link_wrap{
    padding: 0 20px 48px;
    max-width: 400px;
    margin: 0 auto;
  }
  .branch_select_link_wrap a{
    width: 100%;
    border-radius: var(--Radius-Corner-mobile-grid-corner, 8px);
    border: 1px solid var(--oultine_white, rgba(255, 255, 255, 0.18));
    backdrop-filter: none;
    color: #fff;
  }

  .main_footer_wrap{
    position: fixed;
    left:0;
    bottom:0;
    width: 100%;
    z-index: 99;
  }
  .main_footer{
    padding: 0 8px;
    background: var(--surface, #FFFBF7);
    border-top: 1px solid rgba(0, 0, 0, 0.10);
    display: flex;
  }
  .main_footer > div{
    width: calc(100% / 3);
    padding: 8px 4px 12px 4px;
  }
  .main_footer > div > a{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2px;
    flex-direction: column;
    color: var(--gray-4-body-tertiery, #A49FA4);
  }
  .main_talk_slide_wrap{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0%;
    padding: 12px 0px 32px;
    border-radius: 12px 12px 0px 0px;
    background: #FFF;
    box-shadow: 0px -4px 4px 0px rgba(0, 0, 0, 0.10);
    display: none;
  }
  .main_talk_slide_logo_wrap{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 8px;
    padding: 8px 56px;
    text-align: center;
    color: var(--sds-color-text-default-secondary);
  }
  .main_talk_slide_logo{
    height: 24px;
  }
  .main_talk_slide_logo_wrap div{word-break: keep-all;}

  .main_talk_slide_link_wrap a{
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 20px;
  }
  .main_footer_bk_bg{
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.38);
    z-index: 9;
    display: none;
  }
}



/* about */
.about_section{
  max-width: 1440px;
}
.about_txt{
  text-align: center;
  font-weight: 600;
  line-height: normal;
}
.about_img_row{display: flex; justify-content: space-between;}
.about_img_row.reverse{flex-direction: row-reverse; }
.about_img_row_wrap{width: 56%; max-width: 800px;}
.about_img_row_wrap img{display: block; width: 100%;}

.about_img_row_txt{
  width: 45%;
  max-width: 640px;
  padding: 5%;
  padding-bottom:0;
}
.about_img_row_title{
  margin-bottom: 20px;
}
.about_img_row_content{
  color: var(--gray-3-body-secondary);
}
.about_img_row.reverse .about_img_row_content{max-width: 406px;}

.about_section_2{
  max-width: none;
  padding: 80px 0;
  background-image: url('/img/about/about_sec_2_bg.png');
  background-size: cover;
  background-position: center;
  color: var(--white);
}
.about_section_2_content{
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}
.about_section_2_1_wrap{
  padding: 20px 0;
  width: 100%;
  max-width:440px;
  margin: 0 auto;
}
.about_section_2_txt{
  color: var(--white, #FFF);
  margin-bottom: 20px;
}
.about_section_2_txt{
  color: var(--gray-6, #FCF4FA);
}
.about_section_2_2_img{ width:36px; margin: 0 auto;margin-bottom: 20px;}
.about_section_2_2_img img{display: block; width: 100%;}
.about_section_2_2_wrap .about_section_2_title{padding: 20px 0;}

.about_section_2_3_wrap{display: flex; justify-content: space-between;}
.about_section_2_3 {width: 100%; max-width: 240px;}
.about_section_2_3_txt{
  color: var(--kleam-mint-dark, #AEEFD8);
  line-height: normal;
  margin-bottom: 20px;
}
.about_section_2_3_img img{
  display: block;
  width: 100%;
}

.about_section_3{
  max-width: none;
  background: linear-gradient(270deg, rgba(151, 255, 218, 0.00) 0%, rgba(151, 255, 218, 0.20) 100%), #FFF;
}
.about_section_3_content{
  height: 800px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about_section_3_wrap{
  display: flex; gap: 80px; align-items: center;
}
.about_section_3_img{max-width: 316px;}
.about_section_3_img img{display: block; width: 100%;}

.about_section_3_txt_wraps{max-width: 400px; padding: 20px 0;}
.about_section_3_title{margin-bottom:20px;}
.about_section_3_txt{ color: var(--gray-2-body, #534F53); font-size: 13px; font-weight: 400; }

.about_section_4{
  max-width: none;
  background-image: url('/img/about/about_sec_4_bg.png');
  background-size: cover;
  background-position: center;
}
.about_section_4_content{
  max-width: 1160px;
  height: 900px;
  padding: 160px 20px;
  margin: 0 auto;
}
.about_section_4_title{
  text-align: right;
  line-height: normal;
}
.about_section_4_txt{
  padding: 20px 0; max-width: 320px; margin-left: auto; margin-right: 0;color: var(--gray-2-body, #534F53);
}

.about_section_5{
  background: linear-gradient(90deg, rgba(151, 255, 218, 0.00) 0%, rgba(151, 255, 218, 0.20) 100%), #FFF;
  max-width: none;
}
.about_section_5_wrap{
  max-width: 1160px;
  margin: 0 auto;
  padding: 120px 20px;
}
.about_section_5_content{
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.about_section_5_title{
  font-size: 32px;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 20px;
}
.about_section_5_txt{
  color: var(--gray-2-body, #534F53);
}
.about_section_5_left{
  max-width: 320px;
  text-align: right;
  padding: 30px 0;
}
.about_section_5_img{width: 320px; height: 560px;}
.about_section_5_img img{
  width: 100%; height: 100%; object-fit: cover;
  border-radius: 24px; box-shadow: 0px 4px 80px 0px rgba(0, 0, 0, 0.12);
}
.about_section_5_right{
  max-width: 320px;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  padding: 30px 0;
}

.about_section_6{
  max-width: none;
  background: #fff;
  padding: 120px 20px;
}
.about_sec_6_img_wrap > div{
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.about_sec_6_img_wrap > div img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.about_sec_6_img_wrap div:first-of-type{
  padding: 0 40px;
  margin-bottom: 0;
}
.about_sec_6_img_wrap div:first-of-type img{
  border-radius: 0;
}
.about_sec_6_img_wrap div:last-of-type{
  margin-bottom: 0;
}

.about_section_7{
  background: var(--black, #2E2B2F);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 600px;
  max-width: none;
  gap: 24px;
  color: #FFF;
}


@media screen and (max-width: 992px) {
  .about_txt{

  }
  .about_img_row{
    display: block;
  }
  .about_img_row_wrap{width: 100%; max-width: none;}
  .about_img_row_txt{width: 100%; padding: 24px 20px 12px; max-width: none;}
  .about_img_row_title{
    letter-spacing: -0.24px;
    margin-bottom: 2px;
  }
  .about_img_row.reverse .about_img_row_content{max-width: none;}
  .about_section_2{
    background: var(--black, #2E2B2F);
    padding: 0;
  }
  .about_section_2_content{padding: 0;}
  .about_section_2_1_wrap{
    padding: 84px 20px;
    background-image: url('/img/about/about_sec_2_bg.png');
    background-size: cover;
    background-position: center;
  }
  .about_section_2_title{
    letter-spacing: -0.24px;
  }
  .about_section_2_2_wrap{padding-top: 20px;}
  .about_section_2_2_img{ width: 24px;}
  .about_section_2_3_wrap{
    flex-direction: column;
    gap: 40px;
    align-items: center;
    padding-top: 12px;
  }
  .about_section_2_3{width: 160px;}
  .about_section_2_3_txt{
    letter-spacing: -0.156px;
  }

  .about_section_3_content{
    height: auto;
    padding:64px 20px 44px;
  }
  .about_section_3_wrap{
    flex-direction: column;
    gap: 40px;
  }
  .about_section_3_img{max-width: 158px;}
  .about_section_3_title{
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -0.24px;
  }

  .about_section_4_content{
    height:auto;
    padding: 0;
  }
  .about_section_4_content > div{
    background: linear-gradient(283deg, rgba(0, 0, 0, 0.00) 12.06%, rgba(0, 0, 0, 0.20) 64.95%);
    padding: 80px 20px 30px;
  }
  .about_section_4_title{
    color: var(--white, #FFF);
    font-size: 28px;
    font-weight: 700;
    text-align: left;
  }
  .about_section_4_txt{
    margin: 0;
    max-width: none;
    color: var(--gray-6, #FCF4FA);
    font-size: 11px;
    font-weight: 400;
  }
  .about_section_5_wrap{
    padding: 64px 20px;
  }
  .about_section_5_content{
    flex-direction: column;
  }
  .about_section_5_left{
    max-width: none;
    padding: 0;
    padding-left: 40px;
  }
  .about_section_5_img{height: 400px; width: 100%;}
  .about_section_5_right{
    max-width: none;
    padding: 0;
    padding-right: 40px;
  }
  .about_section_6{
    padding: 64px 20px;
  }
  .about_sec_6_img_wrap > div{
    margin-bottom: 12px;
  }
  .about_sec_6_img_wrap div:first-of-type {
    padding: 0 12px;
  }
  .about_section_7{
    height: 320px;
    color: #FFF;
    font-size: 15px;
    line-height: 150%;
  }
  .about_section_7 img{
    width: 70px;
  }
}


/* place */
.place_top{
  width: 100%;
  height: 360px;
  background-image: url('/img/place/place_top_bg.png');
  background-size: cover;
  background-position: center 60%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.place_top_title{
  color: var(--white, #FFF);
  text-align: center;
  text-shadow: 0px 2px 8px rgba(0, 0, 0, 0.12);
  font-size: 57px;
  font-weight: 600;
  line-height: normal;
}

.place_top_content{
  color: var(--white, #FFF);
  text-align: center;
  font-size: 17px;
  font-weight: 400;
}

.place_tabs{
  display: flex;
  gap:8px;
  justify-content: center;
  align-items: center;
}
.place_tabs .tabs{
  font-size: 13px;
  display: flex;
  gap: 8px;
  justify-content: center;
}
.place_tabs .tab_link{
  width: 130px;
  text-align: center;
  padding: 12px 8px;
  color: var(--gray-4-body-tertiery, #A49FA4);
  font-size: 13px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.156px;
  border-radius: 8px;
  border: 1px solid var(--outline_black, rgba(0, 0, 0, 0.10));
}

.place_tabs .tab_link.active{
	color: var(--black, #2E2B2F);
  font-size: 13px;
}

.place_tab.tab_content{
  padding-top: 20px;
}

.place_section_content{}
.place_img_wrap{max-width: 920px; width: 100%; margin: 0 auto;}
.place_img_wrap img{display: block; width: 100%; margin-bottom: 20px;}
.place_img_wrap img:last-of-type{margin-bottom: 0px;}

@media screen and (max-width: 992px) {
  .place_top{height: 180px}
  .place_tabs{padding: 20px 12px; flex-direction: column;}
  .place_tabs .tabs{max-width: 460px; width: 100%;}
  .place_tabs .tab_link{padding: 8px; width:calc((100% - 16px) / 3);}
  .place_tab.tab_content{padding: 0;}
  .place_img_wrap img{margin-bottom: 12px;}
}


/* staff */
.staff_top{
  width: 100%;
  height: 360px;
  background-image: url('/img/staff/staff_top_bg1.jpg');
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.staff_top_2{
  width: 100%;
  height: 360px;
  background-image: url('/img/staff/staff_top_bg2.jpeg');
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.staff_top_title{
  color: var(--white, #FFF);
  text-align: center;
  text-shadow: 0px 2px 8px rgba(0, 0, 0, 0.12);
  font-size: 57px;
  font-weight: 600;
  line-height: normal;
}

.staff_top_content{
  color: var(--white, #FFF);
  text-align: center;
  font-size: 17px;
  font-weight: 400;
}

.staff_section_1_content{
  padding: 40px 0;
}
.staff_section_1_row{
  display: flex;
  align-items: center;
  max-width: 920px;
  margin: 0 auto;
  gap: 40px;
  margin-bottom: 20px;
}
.staff_section_1_row.reverse{
  flex-direction: row-reverse;
}
.staff_section_1_content .staff_section_1_row:last-of-type{
  margin-bottom: 0;
}
.staff_section_1_img{
  max-width: 320px;
  width: 100%;
}
.staff_section_1_img img{display: block; width: 100%;
}
.staff_section_1_title{
  color: var(--sds-color-text-default-default);
  margin-bottom:4px;
}
.staff_section_1_txt_padding{
  padding: 12px 0;
}
.staff_section_1_txt{
  color: var(--sds-color-text-default-secondary);
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 12px;
}
.staff_slide_wrap a{display: flex; justify-content: space-between; align-items: center; padding: 6px 0; border-bottom: 1px solid #A49FA4; min-width: 300px;}
.staff_slide_wrap a img{transition: 0.3s;}
.staff_slide_wrap a.active img{transform: rotate(180deg);}
.staff_slide{padding: 10px 0; display: none;}
.staff_section_1_row.reverse .staff_section_1_title{
  text-align: right;
}
.staff_section_1_row.reverse .staff_section_1_txt{
  text-align: right;
}


.staff_section_2{padding: 80px 0;}
.staff_section_2_row{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 60px;
  padding-top: 20px;
}
.staff_section_2_row.reverse{
  flex-direction: row-reverse;
}
.staff_section_2_row.pdl_add{
  padding-left: 210px;
}
.staff_section_2_row.pdr_add{
  padding-right: 240px;
}
.staff_section_2_row.reverse.pdr_add{
  padding-left: 160px;
  padding-right: 0px;
  gap: 120px;
}

.staff_section_2_img img{
  vertical-align: top;
}

.staff_logo{display: block; width: 80px; margin-bottom: 4px;}
.staff_name{margin-bottom: 10px;}
.staff_name.mb_20{margin-bottom: 20px;}
.staff_name span{letter-spacing: 12px;}
.staff_info{color: #626262; margin-bottom: 10px;}
.staff_sub_info{color: #626262; margin-bottom: 20px;}

.staff_2_history{
  min-height: 250px;
  color: #626262;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.staff_2_history div{
  font-size: 13px;
  line-height: 1.6;
}
.staff_2_history::before{
  content: '';
  position: absolute;
  width: 100%;
  height: 250px;
  background: #eff1f4;
  left: 0;
  bottom: 0;
  z-index: -1;
}

@media screen and (max-width: 992px) {
  .staff_top{height: 180px}
  .staff_section_1_content{padding: 0;}
  .staff_section_1_row{
    display: block;
    padding: 24px;
    text-align: center;
  }
  .staff_section_1_img{max-width: 200px; margin: 0 auto; margin-bottom: 12px;}
  .staff_section_1_title{
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -0.24px;
    margin-bottom: 4px;
  }
  .staff_section_1_txt{
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: -0.156px;
  }
  .staff_section_1_row.reverse .staff_section_1_title{
    text-align: center;
  }
  .staff_section_1_row.reverse .staff_section_1_txt{
    text-align: center;
  }

  .staff_top_2{height: 180px;}
  .staff_section_2{padding: 40px 0;}
  .staff_section_2_row{
    display: block;
    text-align: center;
    padding: 20px 20px 0 !important;
  }
  .staff_section_2_row.pdl_add{
    padding-left: 0px;
  }
  .staff_section_2_row.pdr_add{
    padding-right: 0px;
  }
  .staff_section_2_row.reverse.pdr_add{
    padding-left: 0px;
    padding-right: 0px;
  }
  .staff_section_2_img{margin-bottom: 10px;}
  .staff_section_2_img img{max-width: 100%;}
  .staff_logo{margin: 0 auto 10px;}
  .staff_sub_info div{display: inline;}
  .staff_2_history{align-items: center;}
}


/* machine */
.machine_top{
  width: 100%;
  height: 360px;
  background-image: url('/img/machine/machine01.png');
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.machine_top2{
  width: 100%;
  height: 360px;
  background-image: url('/img/machine/machine02.png');
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.machine_top3{
  width: 100%;
  height: 360px;
  background-image: url('/img/machine/machine03.png');
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.machine_section_1{
  max-width: 1320px;
  padding: 20px;
}

.machine_list{
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.machine_list li{
  width: calc(25% - 30px);
  padding-bottom: 20px;
}
.machine_list li a{
  display: block;
  width: 100%;
}
.machine_img_wrap{
  margin-bottom: 12px;
}
.machine_img_wrap img{
  display: block;
  width: 100%;
}
.machine_tag{
  color: var(--gray-3-body-secondary, #7A767A);
}

.machine_bk_bg_wrap{
  display: none;
}
.machine_bk_bg{
  position: fixed;
  left: 0;
  top:0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.38);
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9;
}
.machine_pop{
  width: 100%;
  max-width: 800px;
  border-radius: var(--Radius-Corner-Desktop-grid-corner, 16px);
  background: var(--white, #FFF);
  padding: 24px 20px 20px 40px;
  position: relative;
}
.machine_pop_close_btn{
  position: absolute;
  top: 16px;
  right: 16px;
}
.machine_pop_close_btn img{width: 36px;}
.machine_pop_logo{
  margin-bottom: 20px;
}
.machine_pop_logo img{
  display: block;
  margin: 0 auto;
}
.machine_pop_wrap{
  display: flex;
  gap: 40px;
}
.machine_pop_txt_wrap{width: calc(100% - 460px);}
.machine_pop_title{padding-top: 20px;}
.machine_pop_tag{padding-bottom: 20px;color: var(--gray-2-body, #534F53);}
.machine_pop_txt{color: var(--gray-3-body-secondary, #7A767A);}
.machine_pop_img_wrap{width: 420px;}
.machine_pop_img_wrap img{width: 100%; display: block;}

@media screen and (max-width: 992px) {
  .machine_top{height: 180px}
  .machine_top2{height: 180px}
  .machine_top3{height: 180px}
    
  .machine_list{
    gap: 20px;
  }
  .machine_list li{
    width: calc(50% - 10px);
  }

  .machine_pop_close_btn img{width: 24px;}
  .machine_pop{padding: 20px;}
  .machine_pop_wrap{
    flex-wrap: wrap-reverse;
    gap: 20px;
    max-height: calc(90vh - 100px);
    overflow-y: scroll;
  }
  .machine_pop_txt_wrap{width: 100%;}
  .machine_pop_title{padding-top:0;}
  .machine_pop_img_wrap{
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
}

/* location */

.location_top{
  width: 100%;
  height: 360px;
  background-image: url('/img/location/location_top_bg.jpg');
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.location_map_wrap{
  display: flex; justify-content: space-between; padding-top: 12px;
}
.location_map_wrap > div{width: calc(50% - 10px);}
.location_map img{display: block; width: 100%;}
.location_map_title_wrap{padding-right: 80px;}
.location_map_sub_wrap{margin-bottom: 20px;}
.location_map_title_wrap .location_map_sub_wrap:last-of-type{margin-bottom: 0;}
.location_map_title{padding: 20px 20px 2px 20px;color: var(--black, #2E2B2F);font-size: 16px;font-weight: 700;line-height: normal;}
.location_map_row{display: flex; gap:12px;padding: 8px 20px;}
.location_map_row > div:first-of-type{width: 80px; color: #7A767A;font-size: 13px;font-weight: 600;line-height: normal;letter-spacing: -0.156px;}
.location_map_row > div:last-of-type{width: calc(100% - 92px);}
.location_map_icon{display: flex;padding: 20px 20px 0px 20px;justify-content: center;align-items: center;gap: 12px;}
.location_map_top_icon{padding: 8px 12px; display: flex; gap:8px; max-width: 500px; margin: 0 auto;}
.location_map_top_icon a{display: flex; width: calc(50% - 4px); padding: 8px; justify-content: center; align-items: center; gap: 4px;border-radius: 8px; border: 1px solid rgba(0, 0, 0, 0.10);}
.location_map_icon a{display: flex; width: 162px; padding: 12px 8px; justify-content: center; align-items: center; gap: 4px;border-radius: 8px; border: 1px solid rgba(0, 0, 0, 0.10);}

.location_section_2{max-width: none; background: var(--gray-1-title, #3B383C); padding: 80px;}
.location_section_content{display: flex; justify-content: center; align-items: center; flex-direction: column;}
.location_sec_2_txt{color: var(--gray-5, #D6D0D5); font-size: 15px; font-weight: 400;padding: 16px 0;}
.location_sec_2_icon{display: flex;padding: 12px;justify-content: center;align-items: center;gap: 12px;}
.location_sec_2_icon a{display: flex; width: 162px; padding: 12px 8px; justify-content: center; align-items: center; gap: 4px;border-radius: 8px; border-radius: 8px; border: 1px solid var(--oultine_white, rgba(255, 255, 255, 0.18)); color: #fff; font-weight: 600;}

@media screen and (max-width: 992px) {
  .location_top{height: 180px;}
  .location_map_wrap{display: block; padding-top:0;}
  .location_map_wrap > div{width: 100%;}
  .location_map_title_wrap{padding-right: 0;}
}

/* procedure */
.procedure_top{
  width: 100%;
  height: 360px;
  background-image: url('/img//procedure/procedure_top_bg.jpg');
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.procedure_top_title{
  color: var(--white, #FFF);
  text-align: center;
  text-shadow: 0px 2px 8px rgba(0, 0, 0, 0.12);
  font-size: 57px;
  font-weight: 600;
  line-height: normal;
}

.procedure_top_content{
  color: var(--white, #FFF);
  text-align: center;
  font-size: 17px;
  font-weight: 400;
}

.procedure_section_1{
  padding: 0 20px;
  max-width: 1320px;
}
.procedure_list ul{
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.procedure_list ul li{
  padding: 24px 16px 24px 20px;
  border-radius: 16px;
  background: #EFF5F1;
  width: calc( (100% - 40px) / 3 );
}

.procedure_list_title{
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 4px;
}
.procedure_list_txt{
  color: var(--gray-2-body, #534F53);
  font-weight: 400;
  margin-bottom: 8px;
  line-height: 21px;
  height: 42px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.procedure_list_price_wrap{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.procedure_list_price{
  color: var(--gray-1-title, #3B383C);
  font-size: 24px;
  font-weight: 600;
}
.procedure_list_price span{
  font-size: 15px;
}
.procedure_list_price_link {
  background-color: #3B383C;
  color: #fff;
  display: flex;
  line-height: normal;
  align-items: center;
  padding: 4px 2px 4px 12px;
  border-radius: 8px;
}

.page_nav{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  padding: 40px 0;
}
.page_nav a{width: 24px; height: 24px; display: flex; justify-content: center; align-items: center;}
.page_nav a{
  color: var(--gray-5, #D6D0D5);
  font-weight: 600;
}
.page_nav a.active{
  color: var(--black, #2E2B2F);
}
.page_nav a img{display: block;}

@media screen and (max-width: 992px) {
  .procedure_section_1{
    padding: 12px 20px;
  }
  .procedure_list ul{
    flex-wrap: wrap;
    gap: 12px;
  }
  .procedure_list ul li{
    width: 100%;
    padding: 12px 12px 12px 20px;
  }
  .procedure_list_title{
    font-size: 15px;
  }
  .procedure_list_txt{
    line-height: 18px;
    height: 36px;
    font-size: 13px;
  }
  .procedure_list_price_wrap{

  }
  .procedure_list_price{
    font-size: 19px;
  }
  .procedure_list_price span{
    font-size: 13px;
  }
  .procedure_list_price_link {
    padding: 4px 2px 4px 12px;
    font-size: 13px;
  }
}



/* procedure_sub */
/* .procedure_top{
  width: 100%;
  height: 360px;
  background-image: url('/img//procedure/volet_img.png');
  background-size: cover;
  background-position: center 45%;
  display: flex;
  justify-content: center;
  align-items: center;
} */



/* event */
.procedure_sub_top{
  width: 100%;
  height: 360px;
  background-image: url('/img/procedure/volet_img.png');
  background-size: cover;
  background-position: center 45%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.procedure_sub_top_txt img{height: 100%; margin: 0 auto; display: block;}
.procedure_sub_top_title{
  color: var(--white, #FFF);
  text-align: center;
  text-shadow: 0px 2px 8px rgba(0, 0, 0, 0.12);
  font-size: 57px;
  font-weight: 600;
  line-height: normal;
}

.procedure_sub_top_content{
  color: var(--white, #FFF);
  text-align: center;
  font-size: 17px;
  font-weight: 400;
}

.procedure_sub_sub_title{
  color: var(--gray-3-body-secondary, #7A767A);
}

.procedure_sub_point_wrap{
  padding: 8px 20px 20px;
  max-width: 1320px;
  margin: 0 auto
}
.procedure_sub_point_wrap span{
  display: inline-block;
  padding: 8px 10px;
  border-radius: 22px;
  border: 1px solid var(--outline_black, rgba(0, 0, 0, 0.10));
  background: var(--surface-container-high, #FBF2E5);
  letter-spacing: -0.132px;
  margin-right: 6px;
}

.procedure_sub_section_1{
  padding: 0 20px;
  max-width: 1320px;
}
.procedure_sub_list ul{
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.procedure_sub_list ul li{
  padding: 30px 20px;
  border-radius: 16px;
  width: calc( (100% - 40px) / 3 );
  border: 1px solid var(--surface-container-high, #FBF2E5);
  background: var(--white, #FFF);
}
.procedure_sub_list_wrap{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.procedure_sub_list_wrap_2{
  width: calc(100% - 72px)
}


.procedure_sub_list_dicount{font-size: 13px;}
.procedure_sub_list_cost{color:#4C4C4C;text-decoration-line:line-through;}
.procedure_sub_list_dicount{color:#F12C67; margin-left: 2px;}



.procedure_sub_list_price{
  color: var(--gray-1-title, #3B383C);
}
.procedure_sub_list_price_link {
  background-color: #3B383C;
  color: #AEF7F7;
  text-align: center;
  line-height: normal;
  padding: 11px;
  width: 72px;
  border-radius: 8px;
}

.procedure_sec_title_wrap{
  max-width: 640px;
  padding: 20px 20px 40px;
  text-align: center;
  margin: 0 auto;
}
.procedure_sec_title{
  margin-bottom: 8px;
}
.procedure_sec_title_sub{color: var(--gray-2-body, #534F53);}

.procedure_sec_visual_wrap{
  display: flex;
  flex-direction: column;
  gap: 64px;
}
.procedure_sec_img{
  width: 100%;
  height: 400px;
}
.procedure_sec_img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.procedure_sec_icon_wrap{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
  padding: 24px 20px;
  color: var(--gray-2-body, #534F53);
}
.procedure_sec_icon_wrap img{margin-bottom: 16px;}
.procedure_select_wrap{
  max-width: 600px;
  margin: 0 auto;
}


.procedure_select_title{
  padding: 40px 20px 38px;
  text-align: center;
}
.procedure_select div{
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  padding: 20px;
  gap: 8px;
  border-radius: 8px;
  border: 1px solid var(--outline_black, rgba(0, 0, 0, 0.10));
  background: var(--white, #FFF);
  line-height: 25px;
  box-sizing: border-box;
  color: var(--gray-2-body, #534F53);
  transition: 0.5s;
}


.procedure_select div.active{
  background: var(--black, #2E2B2F);
  color: var(--kleam-mint-dark, #AEEFD8);
}
.procedure_select div span{
  width: 16px;
  height: 17px;
}
.procedure_select div span img{
  display: block;
  position: absolute;
  transition: 0.5s;
}
.procedure_select div span img.img_1{
  opacity: 1;
}
.procedure_select div span img.img_2{
  opacity: 0;
}
.procedure_select div.active span img.img_1{
  opacity: 0;
}
.procedure_select div.active span img.img_2{
  opacity: 1;
}

.procedure_select div:last-of-type{
  margin-bottom: 0;
}
.procedure_thi_wrap{
  background: var(--kleam-gradient-mint-white, linear-gradient(180deg, #D9F8E4 0%, #FFF 100%));
  padding: 40px 20px 80px;
}
.procedure_thi_title{ padding: 12px 0 18px; text-align: center;}
.procedure_thi{display: flex; flex-direction: column; justify-content: center; align-items: center;}
.procedure_thi_content{text-align: center;}
.procedure_thi_num{margin-bottom: 16px;}
.procedure_thi_num span{
  display: inline-block;
  padding: 4px 8px;
  border-radius: 20px;
  background: var(--black, #2E2B2F);
  color: var(--kleam-mint-dark, #AEEFD8);
}
.line{width: 1px; height: 24px;background: rgba(0, 0, 0, 0.10); margin: 12px 0;}

.procedure_four_wrap{
  padding: 40px 20px 80px;
  background: var(--gray-1-title, #3B383C);
}
.procedure_four_title{
  padding: 24px 0 12px;
  color: #fff;
  text-align: center;
}
.procedure_four_txt_wrap{
  max-width: 600px;
  margin: 0 auto;
}
.procedure_four_txt{
  display: flex;
  align-items: center;
  padding: 12px 0;
  gap: 8px;
  color: var(--gray-5, #D6D0D5);
  letter-spacing: -0.156px;
}

.procedure_five_wrap{
  max-width: 1320px;
  padding: 40px 20px 80px;
  margin: 0 auto;
}
.procedure_five_title_wrap{
  text-align: center;
  padding: 40px 0 20px;
}
.procedure_five_title{margin-bottom: 4px;}
.procedure_five_title_sub{
  color: var(--gray-2-body, #534F53);
}
.procedure_five_content_title{
  margin-bottom: 4px;
}
.procedure_five_content_wrap{
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.procedure_five_content_wrap > div{
  width: calc((100% - 24px) / 3);
  padding: 16px 20px;
  border-radius: var(--Radius-Corner-Desktop-grid-corner, 16px);
  background: var(--Schemes-Surface-Container-Low, #EFF5F1);
  min-height: 132px;
}
.procedure_five_content_txt{color: var(--gray-4-body-tertiery, #A49FA4);}

.procedure_six_title{
  max-width: 1320px;
  padding: 40px 20px 20px;
  margin: 0 auto;
  text-align: center;
}

.procedure_six_img{width: 100%; height: 280px;}
.procedure_six_img img{width: 100%; height: 100%; object-fit: cover;}


.procedure_six_content{
  max-width: 600px;
  padding: 32px 16px 40px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.procedure_six_question span{
  display: inline-block;
  border-radius: 0px 12px 12px 12px;
  background: var(--Schemes-Surface-Container-Low, #EFF5F1);
  color: var(--gray-2-body, #534F53);
  padding: 12px;
}
.procedure_six_answer{
  display: flex;
  justify-content: flex-end;
  gap: 4px;
}
.procedure_six_answer_txt{
  max-width: 320px;
  padding: 12px;
  color: var(--kleam-mint-dark, #AEEFD8);
  border-radius: 12px 0px 12px 12px;
  background: var(--gray-1-title, #3B383C);
}
.procedure_six_answer_logo{
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--gray-1-title, #3B383C);
  display: flex;
  justify-content: center;
  align-items: center;
}

.procedure_seven_title{
  max-width: 1320px;
  padding: 40px 20px 20px;
  margin: 0 auto;
  text-align: center;
}
.procedure_seven_swiper{
  max-width: 640px;
  padding: 20px;
  margin: 0 auto;
  position: relative;
}
.pro_gallery_img_wrap{
  display: flex;
  justify-content: space-between;
}
.pro_gallery_img_wrap > div{
  width: calc(50% - 6px);
}
.pro_gallery_img{width: 100%; height: 160px;}
.pro_gallery_img img{width: 100%; height: 100%; object-fit: cover;}
.pro_gallery_img_left .pro_gallery_img{border-radius: 8px 0 0 8px; overflow: hidden; position: relative;}
.pro_gallery_img_left .pro_gallery_img::after{
  position: absolute;
  left:0;
  top:0;
  width: 100%;
  height: 100%;
  content:"Before";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.40);
}
.pro_gallery_img_right .pro_gallery_img{border-radius: 0 8px 8px 0; overflow: hidden;}
.pro_gallery_txt{text-align: center;color: var(--gray-3-body-secondary, #7A767A);}

.beforeSwiper_prev_btn{
  position: absolute;
  left:4px;
  top:84px;
  width: 32px;
  height: 32px;
  background: var(--surface-container-high, #FBF2E5);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
  cursor: pointer;
}
.beforeSwiper_next_btn{
  position: absolute;
  right:4px;
  top:84px;
  width: 32px;
  height: 32px;
  background: var(--surface-container-high, #FBF2E5);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
  cursor: pointer;
}

.product_section{
  max-width: 1320px;
  padding: 0 20px;
  margin: 0 auto;
}
.product_add_product_row{overflow: hidden;}
.product_add_product{
  width: calc((100% - 60px) / 4); float: left; margin-right: 20px;
}
.product_add_product_row .product_add_product:nth-of-type(4n){margin-right: 0;}
.product_add_product_row .product_add_product:nth-of-type(1), .product_add_product_row .product_add_product:nth-of-type(2), .product_add_product_row .product_add_product:nth-of-type(3), .product_add_product_row .product_add_product:nth-of-type(4) {margin-bottom: 32px;}
.product_add_product_img_wrap{margin-bottom:8px; width: 100%; height: 237px;}
.product_add_product_img_wrap img{display: block; width: 100%; height: 100%; object-fit: cover; border-radius: 16px;}
.product_add_product_txt_wrap{font-weight: 600;}
.product_add_product_txt_title{font-weight: 400; width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.product_add_product_dicount{font-size: 13px;}
.product_add_product_cost{color:#4C4C4C;text-decoration-line:line-through;}
.product_add_product_dicount{color:#F12C67; margin-left: 2px;}
.product_add_product_price_wrap{display: flex;justify-content: space-between;align-items: center;}
.product_add_product_price{font-size: 24px;}
.product_add_product_price span{font-size: 15px;}
.product_add_product_link img{display: block;}

@media screen and (max-width: 992px) {
  .procedure_header{padding: 8px 12px}
  .procedure_header_bot{padding: 0 12px}
  .procedure_sub_top{
    height:auto;
    display: block;
  }
  .procedure_sub_point_wrap{
    padding: 0 20px 12px;
  }
  .procedure_sub_section_1{
    padding: 0;
  }
  .procedure_sub_list ul{
    flex-wrap: wrap;
    gap: 0;
  }
  .procedure_sub_list ul li{
    width: 100%;
    padding: 16px 20px 15px;
    background: none;
    border-radius: 0;
    position: relative;
    border: 0;
  }
  .procedure_sub_list ul li:after{
    content:'';
    width: calc(100% - 40px);
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 20px;
    background: rgba(0, 0, 0, 0.10);
  }
  .procedure_sub_list_price_link {
    width: 62px;
  }
  .procedure_sec_title_wrap{
    max-width: 100%;
    padding: 24px 20px 12px;
    text-align: left;
  }
  .procedure_sec_title_wrap span{
    display: block;
  }
  .procedure_sec_visual_wrap{flex-direction: column-reverse; gap:40px;}
  .procedure_sec_img{height: 220px;}
  .procedure_none_space{height: 40px;}
  .procedure_sec_icon_wrap{gap:unset; justify-content: space-around;padding: 12px 20px; max-width: 500px;}
  .procedure_sec_icon_wrap img{width: 56px; margin-bottom: 11px;}
  .procedure_select_title{padding: 24px 20px 12px; text-align: left;}
  .procedure_select{padding: 0 12px;}
  .procedure_select div{padding: 12px; margin-bottom: 8px;}
  .procedure_thi_wrap{padding: 0 20px 40px;}
  .procedure_thi_title{padding: 24px 0 12px; text-align: left;}

  .procedure_four_title{
    text-align: left;
  }
  .procedure_four_wrap{
    padding: 20px 20px 40px;
  }
  .procedure_five_wrap{
    padding: 16px 20px 40px;
  }
  .procedure_five_title_wrap{
    padding: 24px 0 12px;
    text-align: left;
  }
  .procedure_five_content_wrap{
    gap: 8px;
  }
  .procedure_five_content_wrap > div{min-height: 102px;}
  .procedure_five_content_wrap .procedure_five_content_1, .procedure_five_content_wrap .procedure_five_content_3{
    width: calc(50% - 4px);
    order: 1;
  }
  .procedure_five_content_wrap .procedure_five_content_2{
    width: 100%;
    order: 2;
  }

  .procedure_six_title{
    padding: 24px 20px 12px;
    text-align: left;
  }
  .procedure_six_img{height: 220px;}
  .procedure_six_content{
    padding: 20px 12px 40px;
    gap: 10px;
  }
  .procedure_six_answer_txt{
    max-width: 240px;
  }

  .procedure_seven_title{
    padding: 24px 20px 12px;
    text-align: left;
  }
  .procedure_seven_swiper{padding: 0 20px 40px;}
  .pro_gallery_img_wrap > div{width: calc(50% - 1px);}
  .pro_gallery_img{height: 120px;}
  .beforeSwiper_prev_btn{top:44px;}
  .beforeSwiper_next_btn{top:44px;}

  .product_section{padding: 0;}
  .product_add_product_wrap{
    overflow-x: auto;
    padding: 0 20px;
  }
  .product_add_product_wrap{
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .product_add_product_wrap::-webkit-scrollbar {
      display: none;
  }
  .product_add_product_row{width:calc(168vw + 36px);}
  .product_add_product{width: 42vw; margin-right: 12px;}
  .product_add_product_row .product_add_product:nth-of-type(1), .product_add_product_row .product_add_product:nth-of-type(2), .product_add_product_row .product_add_product:nth-of-type(3), .product_add_product_row .product_add_product:nth-of-type(4){margin-bottom: 20px;}
  .product_add_product_img_wrap{width: 100%; height: 44vw;}
  .product_add_product_price{font-size: 18px;}
  .product_add_product_price span{font-size: 13px;}
  .product_add_product_link img{display: block; width: 24px;}
}


/* event */
.event_header .basic_link{font-size: 13px;}
.event_top{
  width: 100%;
  height: 360px;
  background-image: url('/img//event/event_top_bg.jpg');
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.event_top_title{
  color: var(--white, #FFF);
  text-align: center;
  text-shadow: 0px 2px 8px rgba(0, 0, 0, 0.12);
  font-size: 57px;
  font-weight: 600;
  line-height: normal;
}

.event_top_content{
  color: var(--white, #FFF);
  text-align: center;
  font-size: 17px;
  font-weight: 400;
}

.event_sub_title{
  color: var(--gray-3-body-secondary, #7A767A);
  font-weight: 400;
}
.event_subtwo_title{
  padding-top: 20px;
  color: var(--gray-3-body-secondary, #7A767A);
  font-weight: 400;
}

.event_section_1{
  padding: 0 20px;
  max-width: 1320px;
}
.event_list ul{
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.event_list ul li{
  padding: 24px 16px 24px 20px;
  border-radius: 16px;
  background: var(--white, #FFF);
  width: calc( (100% - 40px) / 3 );
  border: 1px solid var(--surface-container-high, #FBF2E5);
}

.event_list_title{
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 4px;
}
.event_list_txt{
  color: var(--gray-4-body-tertiery, #A49FA4);
  font-weight: 400;
  margin-bottom: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.event_list_price_wrap{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.event_list_discount{
  color: var(--gray-4-body-tertiery, #A49FA4);
  font-size: 13px;
}
.event_list_cost{
  color: #4C4C4C !important;
text-decoration-line: line-through;
}
.event_list_discount span{
  color: var(--alert-red, #F12C67);
}
.event_list_price{
  color: var(--gray-1-title, #3B383C);
  font-size: 24px;
  font-weight: 600;
}
.event_list_price span{
  font-size: 15px;
}
.event_list_price_link {
  background-color: #3B383C;
  color: #AEF7F7;
  text-align: center;
  line-height: normal;
  padding: 11px;
  width: 72px;
  border-radius: 8px;
  margin-top: 12px;
}

@media screen and (max-width: 992px) {
  .event_top{
    height: 180px;
  }
  .event_section_1{
    padding: 0;
  }
  .event_list ul{
    flex-wrap: wrap;
    gap: 0;
  }
  .event_list ul li{
    width: 100%;
    padding: 16px 20px 26px;
    background: none;
    border-radius: 0;
    position: relative;
    border: 0;
  }
  .event_list ul li:after{
    content:'';
    width: calc(100% - 40px);
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 20px;
    background: rgba(0, 0, 0, 0.10);
  }
  .event_list_title{
    font-size: 15px;
  }
  .event_list_txt{
    font-size: 13px;
  }
  .event_list_price_wrap{

  }
  .event_list_price{
    font-size: 19px;
  }
  .event_list_price span{
    font-size: 13px;
  }
  .event_list_price_link {
    font-size: 13px;
    width: 62px;
  }
}


/* search */
.search_title{
  padding: 24px 20px 8px;
  text-align: center;
}
.search_top{
  width: 100%;
  height: 360px;
  background-image: url('/img/search/search_top_bg.png');
  background-size: cover;
  background-position: center 45%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.search_section_1{
  max-width: 400px;
}

.search_input{
  padding: 12px 0;
  position: relative;
}
.search_input input{
  background: #EFF5F1;
  border: 0;
  display: block;
  width: 100%;
  height: 42px;
  padding: 8px 50px 8px 16px;
  border-radius: 20px;
  box-sizing: border-box;
  color: var(--gray-1-title, #3B383C);
}
.search_input input::placeholder{
  color: var(--gray-4-body-tertiery, #A49FA4);
}

.search_input button{
  position: absolute;
  top: 50%;
  right: 16px;
  padding: 0;
  margin: 0;
  border: 0;
  background: none;
  margin-top: -12px;
  cursor: pointer;
}

.last_search_title{
  padding: 12px 0px 4px 0px;
  color: var(--gray-4-body-tertiery, #A49FA4);
}

.last_search_link{
  padding: 8px 0;
  display: flex;
  gap: 8px;
}
.last_search_link a{
  display: flex;
  padding: 8px 10px;
  align-items: flex-start;
  border-radius: 22px;
  border: 1px solid var(--outline_black, rgba(0, 0, 0, 0.10));
  background: var(--surface-container-high, #FBF2E5);
}

.last_search_none{
  padding: 12px 20px;
  color: var(--gray-3-body-secondary, #7A767A);
}

.lank_search_title{
  padding: 16px 0 8px;
  color: var(--gray-4-body-tertiery, #A49FA4);
}
.lank_search_link_wrap{
  display: flex;
}
.lank_search_link_left{
  width: 57%;
}
.lank_search_link_right{
  width: 43%;
}
.lank_search_link{
  padding: 12px 0;
}
.lank_search_link.top3{
  color: var(--alert-red, #F12C67);
}
.lank_search_link a{
  margin-left: 12px;
}

.search_section_2{
  padding: 20px 20px 0;
  max-width: 1320px;
}
.search_list ul{
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.search_list ul li{
  padding: 24px 20px;
  border-radius: 16px;
  background: var(--white, #FFF);
  width: calc( (100% - 40px) / 3 );
  border: 1px solid var(--surface-container-high, #FBF2E5);
}

.search_list_title{

  margin-bottom: 4px;
}
.search_list_txt{
  color: var(--gray-4-body-tertiery, #A49FA4);
  font-weight: 400;
  margin-bottom: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.search_list_price_wrap{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.search_list_discount{
  color: var(--gray-4-body-tertiery, #A49FA4);

    text-decoration-line: line-through;
}
.search_list_discount span{
  color: var(--alert-red, #F12C67);
}
.search_list_price{
  color: var(--gray-1-title, #3B383C);
}
.search_list_price span{

}
.search_list_price_link {
  background-color: #3B383C;
  color: #AEF7F7;
  text-align: center;
  padding: 11px;
  width: 72px;
  border-radius: 8px;
}


@media screen and (max-width: 992px) {
  .search_top{
    height: 180px;
  }
  .search_title{
    text-align: left;
  }
  .search_section_1{
    padding: 0 20px;
  }
  .search_input{padding: 0;}
  .last_search_none{padding: 12px 0;}
  .lank_search_link_left{width: 100%;}
  .lank_search_link.top3{color: var(--black, #2E2B2F);}
  .lank_search_link a{margin-left: 6px;}

  .search_section_2{
    padding: 0;
  }
  .search_list ul{
    flex-wrap: wrap;
    gap: 0;
  }
  .search_list ul li{
    width: 100%;
    padding: 16px 20px 27px;
    background: none;
    border-radius: 0;
    position: relative;
    border: 0;
  }
  .search_list ul li:after{
    content:'';
    width: calc(100% - 40px);
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 20px;
    background: rgba(0, 0, 0, 0.10);
  }
  .search_list_txt{
    margin-bottom: 12px;
  }
  .search_list_price_link {
    width: 62px;
  }
}




/* login */
.login_wrap{
  max-width: 454px;
  margin: 0 auto
}
.login_title{
  padding: 24px 20px  8px;
  text-align: center;
}
.login_input_row{
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 20px;
}
.login_input_title{
  width: 92px;
}
.login_input{
  width: calc(100% - 104px);
}
.login_input input{
  width: 100%;
  padding: 8px 12px;
  height: 40px;
  border-radius: 8px;
  border: 1px solid var(--outline_black, rgba(0, 0, 0, 0.10));
  box-sizing: border-box;
  background: none;
}

.login_check_row{
  padding: 6px 20px;
}
.login_check_row input[type='checkbox']{display: none;}
.login_check_row label{
  display: flex;
  align-items: center;
  gap: 8px;
}
.login_check_row label span{
  width: 24px;
  height: 24px;
  background-image: url('/img/icon/ic_check_box.png');
}
.login_check_row input[type='checkbox']:checked + label span{
  background-image: url('/img/icon/ic_check_box_on.png');
}

.login_btn_row{
  padding: 12px 20px;
}
.login_btn_row button{
  margin: 0;
  padding: 12px;
  width: 100%;
  border-radius: var(--Radius-Corner-mobile-grid-corner, 8px);
  background: var(--gray-1-title, #3B383C);
  color: var(--kleam-mint-dark, #AEEFD8);
}

.login_sns_link{
  padding: 8px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.login_sns_link a{
  background: var(--surface-container-high, #FBF2E5);
  border-radius: 50%;
  padding: 8px;
}
.login_sns_link a img{
  display: block;
}
.login_join_link{
  padding: 12px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.login_join_link div{
  color: var(--gray-3-body-secondary, #7A767A);
}
.login_join_link a{
  padding: 8px 16px;
  border-radius: 20px;
  background: var(--surface-container-high, #FBF2E5);
}
@media screen and (max-width: 992px) {
  .login_title{text-align: left;}
  .login_input_row{padding: 6px 20px;}
}



/* 회원가입 */
.agree_wrap{
  max-width: 454px;
  margin: 0 auto
}
.agree_title_wrap{
  padding: 24px 20px 8px;
  text-align: center;
}
.agree_title{margin-bottom: 2px;}
.agree_title_sub{color: var(--gray-3-body-secondary, #7A767A);}

.agree_space{width: 100%; height: 32px;}

.agree_chk_wrap{
  padding: 0 20px;
}
.agree_check_row{
  padding: 6px 20px;
}
.agree_check_row.sub_row{
  padding-left: 40px;
  padding-right: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.agree_check_row.sub_row a img{display: block;}
.agree_check_row input[type='checkbox']{display: none;}
.agree_check_row label{
  display: flex;
  align-items: center;
  gap: 8px;
}
.agree_check_row label span{
  width: 24px;
  height: 24px;
  background-image: url('/img/icon/ic_check_box.png');
}
.agree_check_row input[type='checkbox']:checked + label span{
  background-image: url('/img/icon/ic_check_box_on.png');
}
.agree_btn_row{
  padding: 12px 20px;
}
.agree_btn_row button{
  margin: 0;
  padding: 12px;
  width: 100%;
  border-radius: var(--Radius-Corner-mobile-grid-corner, 8px);
  background: var(--gray-1-title, #3B383C);
  color: var(--kleam-mint-dark, #AEEFD8);
}
.agree_info{
  color: var(--gray-4-body-tertiery, #A49FA4);
  padding: 12px 20px;
}

@media screen and (max-width: 992px) {
  .agree_title_wrap{text-align: left;}
  .agree_space{height: 16px;}
  .agree_chk_wrap{padding:0;}
  .agree_check_row.sub_row{padding-right: 40px;}
}

/* terms */
.terms_wrap{
  max-width: 454px;
  margin: 0 auto
}
.terms_title_wrap{
  padding: 24px 20px 8px;
  text-align: center;
}
.terms_select{
  padding: 6px 20px;
}
.terms_select select{
  width: 100%;
  height: 40px;
  padding: var(--Radius-Corner-mobile-grid-corner, 8px) 12px;
  border-radius: var(--Radius-Corner-mobile-grid-corner, 8px);
  border: 1px solid var(--outline_black, rgba(0, 0, 0, 0.10));
  appearance: none;
  background: none;
  background-image: url('/img/icon/ic_down.png');
  background-repeat: no-repeat;
  background-size: 24px;
  background-position:  calc(100% - 12px) 50%;
  color: var(--black, #2E2B2F);
}

.terms_content{
  padding: 8px 20px;
  color: var(--gray-4-body-tertiery, #A49FA4);
}


@media screen and (max-width: 992px) {
  .terms_title_wrap{text-align: left;}
}


/* join */
.join_wrap{
  max-width: 454px;
  margin: 0 auto
}
.join_title_wrap{
  padding: 24px 20px 8px;
  text-align: center;
}
.join_title{margin-bottom: 2px;}
.join_title_sub{color: var(--gray-3-body-secondary, #7A767A);}
.join_title_sub span{color: var(--alert-red, #F12C67);}
.join_input_row{
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 6px 20px;
}
.join_input_title{
  width: 92px;
}
.join_input_title span{
  color: var(--alert-red, #F12C67);
}
.join_input{
  flex: auto;
}

.short_input_1{
  width: calc(100% - 196px);
}
.short_btn_1{width: 80px;}
.short_input_2{
  width: calc(100% - 226px);
}
.short_btn_2{width: 110px;}
.short_input_3{
  width: calc(100% - 166px);
}
.short_btn_3{width: 50px;}

.join_input input{
  width: 100%;
  padding: 0 12px;
  height: 40px;
  border-radius: 8px;
  border: 1px solid var(--outline_black, rgba(0, 0, 0, 0.10));
  box-sizing: border-box;
  background: none;
}
.join_input_btn{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 0 11px;
  border-radius: 8px;
  background: var(--gray-1-title, #3B383C);
}
.join_input_btn span{
  background: linear-gradient(90deg, #D9F8E4 0%, #AEF7F7 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

.join_email_row{
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 6px 20px;
}
.join_email_row .join_input{
  display: flex;
  align-items: center;
  position: relative;
}
.join_email_row .join_input input{
  width: calc(50% - 10px);
}
.join_email_row .join_input input.mail_input{
  padding-right: 36px;
}
.join_email_row .join_input span{
  width: 20px; text-align: center;
}
.join_email_row .join_input .mail_address{
  position: absolute;
  top:8px;
  right: 6px;
  transition: 0.5s;
}
.join_email_row .join_input .mail_address.active{
  transform: rotate(180deg);
}
.join_email_row .join_input .mail_address img{display: block;}

.email_select{
  position: absolute;
  right:0;
  top: 100%;
  width: calc(50% - 10px);
  border-radius: 8px;
  border: 1px solid var(--outline_black, rgba(0, 0, 0, 0.10));
  background: #FFFBF7;
  box-sizing: border-box;
  display: none;
}
.email_select a{
  display: block;
  border-bottom: 1px solid var(--outline_black, rgba(0, 0, 0, 0.10));
  line-height: 40px;
  padding: 0 12px;
}
.email_select a:last-of-type{
  border-bottom: none;
}

.join_bk_bg_wrap{
  display: none;
}
.join_bk_bg{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 32px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.38);
  z-index: 9;
}
.join_pop{
  width: 100%;
  max-width: 536px;
  border-radius: var(--Radius-Corner-Desktop-grid-corner, 16px);
  border: 1px solid var(--outline_black, rgba(0, 0, 0, 0.10));
  background: var(--white, #FFF);
  overflow: hidden;
}
.join_pop_top{
  padding: 32px 20px 12px 20px;
  background: var(--kleam-gradient-mint-white, linear-gradient(180deg, #D9F8E4 0%, #FFF 100%));
}
.join_pop_top img{
  display: block;
  margin: 0 auto;
  margin-bottom: 12px;
  height: 40px;
}
.join_pop_top_txt{color: var(--gray-2-body, #534F53); text-align: center;}

.join_pop_bottom{
  padding: 24px 0 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.join_pop_bottom a{
  padding: 11px;
  width: 88px;
  text-align: center;
  border-radius: var(--Radius-Corner-mobile-grid-corner, 8px);
  border: 1px solid rgba(202, 196, 208, 0.10);
  background: var(--gray-1-title, #3B383C);
}
.join_pop_bottom a span{
  background: var(--kleam-mint-gradient, linear-gradient(90deg, #D9F8E4 0%, #AEF7F7 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 992px) {
  .join_title_wrap{text-align: left;}
  .short_input_1{
    width: calc(100% - 184px);
  }
  .short_btn_1{width: 68px;}
  .short_input_2{
    width: calc(100% - 209px);
  }
  .short_btn_2{width: 93px;}
  .short_input_3{
    width: calc(100% - 161px);
  }
  .short_btn_3{width: 45px;}

  .join_pop_top{
    padding: 20px 20px 12px 20px;
  }
  .join_pop_top img{height: 26px;margin-bottom: 4px;}
  .join_pop_bottom{padding: 12px 0 20px}
  .join_pop_bottom a{width: 72px}
}




/* cart */
.cart_wrap{
  display: flex;
  gap: 40px;
  max-width: 1320px;
  padding: 0 20px;
  margin: 0 auto;
}
.cart_line{
  width: calc( (100% - 80px) / 3 );
  /* max-width: 454px;
  margin: 0 auto; */
}
.cart_title{
  padding: 12px 20px 4px 20px;
  color: var(--gray-4-body-tertiery, #A49FA4);
}
.cart_radio_wrap{
  display: flex;
  gap: 8px;
  padding: 8px 20px;
}
.cart_radio input{
  display: none;
}
.cart_radio label{
  display: block;
  color: var(--gray-4-body-tertiery, #A49FA4);
  border-radius: 24px;
  border: 1px solid var(--outline_black, rgba(0, 0, 0, 0.10));
  padding: 10px 16px;
  cursor: pointer;
}
.cart_radio input:checked + label{
  background: var(--gray-1-title, #3B383C);
  border-color: var(--gray-1-title, #3B383C);
  color: var(--kleam-mint-dark, #AEEFD8);
}

.calendar_title{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 0;
}
.year_month{width: 120px; text-align: center;}
.cal_btn{
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
}
.cal_btn img{display: block;}

.days{display: flex;}
.day{
  width: calc(100% / 7);
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dates{
  display: flex;
  flex-wrap: wrap;
}
.date{
  width: calc(100% / 7);
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.date span{width: 28px; line-height: 28px; text-align: center; border-radius: 50%;}
.date span.other{color: var(--gray-5, #D6D0D5);}
.date span.this{cursor: pointer;}
/* .date span.today{background: #AEEFD8;} */
.date span.active{background: var(--Schemes-On-Surface, #1D1B20); color: var(--kleam-mint-dark, #AEEFD8);}

.cart_time{
  padding: 12px 20px;
}

.reserve_row{
  display: flex;
  flex-wrap: wrap;
  padding: 6px 20px;
  gap: 12px;
}
.reserve_row > div{
  width: calc((100% - 36px) / 4);
}
.reserve input{
  display: none;
}
.reserve label{
  display: block;
  color: var(--black, #2E2B2F);
  border-radius: 8px;
  border: 1px solid var(--outline_black, rgba(0, 0, 0, 0.10));
  padding: 12px 0;
  cursor: pointer;
  text-align: center;
}
.reserve.readonly input + label{
  color: var(--gray-5, #D6D0D5);
  pointer-events: none;
}
.reserve input:checked + label{
  background: var(--gray-1-title, #3B383C);
  border-color: var(--gray-1-title, #3B383C);
  color: var(--kleam-mint-dark, #AEEFD8);
}


.product_wrap{
  padding: 6px 20px;
}
.product_list{
  min-height: 468px;
  max-height: 700px;
  padding: 12px 0px;
  border-radius: 12px;
  border: 1px solid var(--outline_black, rgba(0, 0, 0, 0.10));
  background: var(--white, #FFF);
}

/* .search_list ul li{
  padding: 24px 20px;
  border-radius: 16px;
  background: var(--white, #FFF);
  width: calc( (100% - 40px) / 3 );
  border: 1px solid var(--surface-container-high, #FBF2E5);
} */

.cart_product_1{padding: 24px 20px;}
.cart_list_title{
  margin-bottom: 4px;
}
.cart_list_txt{
  color: var(--gray-4-body-tertiery, #A49FA4);
  font-weight: 400;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cart_list_price_wrap{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.cart_list_discount{
  color: var(--gray-4-body-tertiery, #A49FA4);
}
.cart_list_discount span{
  color: var(--alert-red, #F12C67);
}
.cart_list_price{
  color: var(--gray-1-title, #3B383C);
}
.cart_list_price span{

}
.cart_list_price_link {
  border: 1px solid var(--outline_black, rgba(0, 0, 0, 0.10));
  color: var(--alert-red, #F12C67);
  text-align: center;
  padding: 11px;
  width: 72px;
  border-radius: 8px;
}

.cart_product_2{
  padding: 34px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.none_list{
  padding: 200px 20px;
  text-align: center;
  color: var(--black, #2E2B2F);
}
.none_list div:last-of-type{
  color: var(--gray-3-body-secondary, #7A767A);
}

.product_btn_wrap{
  padding: 8px 0 16px;
  display: flex;
  gap: 12px;
}
.product_btn_wrap a{
  padding: 11px 4px;
  width: calc((100% - 24px) / 3);
  word-break: keep-all;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: var(--Radius-Corner-mobile-grid-corner, 8px);
  border: 1px solid var(--outline_black, rgba(0, 0, 0, 0.10));
}


.cart_input_row{
  padding: 6px 16px;
}

.cart_input_row input{
  height: 40px;
  padding: 8px 12px;
  box-sizing: border-box;
  width: 100%;
  border-radius: var(--Radius-Corner-mobile-grid-corner, 8px);
  border: 1px solid var(--outline_black, rgba(0, 0, 0, 0.10));
  background: var(--white, #FFF);
}

.cart_input_row p{
  letter-spacing: -1px;
  color: var(--gray-4-body-tertiery, #A49FA4);
  padding-left: 10px;
}

.cart_input_row textarea{
  padding: 8px 12px;
  box-sizing: border-box;
  width: 100%;
  border-radius: var(--Radius-Corner-mobile-grid-corner, 8px);
  border: 1px solid var(--outline_black, rgba(0, 0, 0, 0.10));
  background: var(--white, #FFF);
}

.cart_check_row{
  padding: 8px 20px;
}
.cart_check_row input[type='checkbox']{display: none;}
.cart_check_row label{
  display: flex;
  align-items: center;
  gap: 8px;
}
.cart_check_row label span{
  width: 24px;
  height: 24px;
  background-image: url('/img/icon/ic_check_box.png');
}
.cart_check_row input[type='checkbox']:checked + label span{
  background-image: url('/img/icon/ic_check_box_on.png');
}
.cart_info_wrap{
  padding: 12px 20px;
  color: var(--gray-4-body-tertiery, #A49FA4);
}

.cart_btn_row{
  padding: 12px 40px;
}
.cart_btn_row button{
  margin: 0;
  padding: 12px;
  width: 100%;
  border-radius: var(--Radius-Corner-mobile-grid-corner, 8px);
  background: var(--gray-1-title, #3B383C);
  color: var(--kleam-mint-dark, #AEEFD8);
}


.cart_bk_bg_wrap{
  display: none;
}
.cart_bk_bg{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 32px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.38);
  z-index: 9;
}
.cart_pop{
  width: 100%;
  max-width: 736px;
  border-radius: var(--Radius-Corner-Desktop-grid-corner, 16px);
  border: 1px solid var(--outline_black, rgba(0, 0, 0, 0.10));
  background: var(--white, #FFF);
  overflow: hidden;
}
.cart_pop_top{
  padding: 32px 20px 12px 20px;
  background: var(--kleam-gradient-mint-white, linear-gradient(180deg, #D9F8E4 0%, #FFF 100%));
}
.cart_pop_top img{
  display: block;
  margin: 0 auto;
  margin-bottom: 12px;
  height: 40px;
}
.cart_pop_top_txt{color: var(--gray-2-body, #534F53); text-align: center;}
.cart_pop_middle_row{
  padding: 8px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cart_pop_middle_row div:first-of-type{color: var(--gray-3-body-secondary, #7A767A);}
.cart_pop_bottom{
  padding: 24px 0 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cart_pop_bottom a{
  padding: 11px;
  min-width: 88px;
  text-align: center;
  border-radius: var(--Radius-Corner-mobile-grid-corner, 8px);
  border: 1px solid rgba(202, 196, 208, 0.10);
  background: var(--gray-1-title, #3B383C);
}
.cart_pop_bottom a span{
  background: var(--kleam-mint-gradient, linear-gradient(90deg, #D9F8E4 0%, #AEF7F7 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 992px) {
  .cart_wrap{display: block; padding: 0;}
  .cart_line{width: 100%;}
  .calendar{padding: 0 20px;}
  .product_wrap {padding: 0;}
  .product_list {
    min-height: auto;
    padding: 0;
    border-radius: 0;
    border: none;
    background: none;
  }
  .cart_product_1{padding: 16px 20px;}
  .cart_product_2{padding: 16px 20px;}
  .none_list{
    padding: 12px 20px;
    text-align: center;
    color: var(--black, #2E2B2F);
  }
  .cart_btn_row{
    padding: 12px 20px;
  }
  .cart_pop_top{
    padding: 20px 20px 12px 20px;
  }
  .cart_pop_top img{height: 26px;margin-bottom: 4px;}
  .cart_pop_bottom{padding: 12px 0 20px}
  .cart_pop_bottom a{width: 72px}

  .product_btn_wrap{
    padding: 8px 20px 16px;
    display: flex;
    gap: 8px;
  }
  .product_btn_wrap a{
    width: calc((100% - 16px) / 3);
  }
}




/* review */

.review_title{
  padding: 24px 20px 8px;
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.review_top{
  width: 100%;
  height: 360px;
  background-image: url('/img/review/review_top_bg.jpg');
  background-size: cover;
  background-position: center 45%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.review_wrap{
  display: flex;
  align-items: center;
  position: relative;
  padding: 4px;
}
/* .now_branch{
  width: 62px;
} */
.review_btn{transition: .3s;}
.review_btn.active{
  transform: rotate(180deg);
}
.review_b_sel{
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background: #FFF;
  padding: 4px;
  border: 1px solid var(--outline_black, rgba(0, 0, 0, 0.10));
  border-radius: 8px;
  display: none;
  z-index: 9;
}
.review_b_sel a{
  display: block;
  padding: 6px 4px;
  /* border-bottom: 1px solid var(--outline_black, rgba(0, 0, 0, 0.10)); */
}
/* .review_b_sel a:last-of-type{
  border-bottom: none;
} */

.review_category{
  padding: 12px 20px;
  max-width: 1320px;
  margin: 0 auto;
}

.review_category div a{
  display: inline-block;
  padding: 8px 12px;
  border-radius: 18px;
  border: 1px solid var(--surface-container-high, #FBF2E5);
  background: var(--white, #FFF);
}
.review_category div a.active{
  background: var(--gray-1-title, #3B383C);
  border: 1px solid var(--gray-1-title, #3B383C);
  color: #fff;
}

.review_search_wrap{
  max-width: 1280px;
  padding: 12px 20px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
  margin: 0 auto;
}

.review_search_wrap form{
  width: calc(100% - 80px);
  max-width: 320px;
}
.review_search_form{position: relative;}
.review_search_form input{
  padding: 8px 16px;
  width: 100%;
  padding-right: 50px;
  border-radius: 20px;
  background: var(--Schemes-Surface-Container-Low, #EFF5F1);
  border: none;
  box-sizing: border-box;
  height: 42px;
}
.review_search_form button{
  background: none;
  border: none;
  position: absolute;
  right: 16px;
  top: 8px;
}
.review_write_btn{
  border-radius: var(--Radius-Corner-mobile-grid-corner, 8px);
  background: var(--gray-1-title, #3B383C);
  padding: 12px;
}
.review_write_btn span{
  background: var(--kleam-mint-gradient, linear-gradient(90deg, #D9F8E4 0%, #AEF7F7 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.review_section_1{
  max-width: 1320px;
  padding: 20px;
  margin: 0 auto;
}

.review_section_1 ul{
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.review_section_1 ul li{
  width: calc(50% - 20px);
}

.review_li{
  display: flex;
  gap: 10px;
}
.review_txt_wrap{flex: 1;}

.review_txt_cate{margin-bottom: 8px;}
.review_txt_title{color: var(--gray-1-title, #3B383C);margin-bottom:6px; }
.review_txt_content{
  color: var(--gray-3-body-secondary, #7A767A);
  margin-bottom: 8px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.review_txt_writer{color: var(--gray-2-body, #534F53);margin-bottom: 9px;}
.review_txt_date{color: var(--gray-4-body-tertiery, #A49FA4);}

.review_img_wrap{
  width: 160px;
  height: 160px;
  border-radius: var(--Radius-Corner-mobile-grid-corner, 8px);
  overflow: hidden;
  position: relative;
}
.review_img_wrap img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.review_img_txt{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #fff;
  padding: 8px 0;
  text-align: center;
  background: rgba(46, 43, 47, 0.70);
}

.review_bk_bg_wrap{
  position: fixed;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  z-index: 99;
  display: none;
}
.review_bk_bg{
  background: rgba(0, 0, 0, 0.38);
  width: 100%;
  height:100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.review_pop_wrap{
  position: relative;
  background: #fff;
  padding: 40px 16px;
  border-radius: 16px;
  width: 90%;
  max-width: 800px;
}
.review_pop_logo{margin-bottom: 20px;}
.review_pop_logo img{display: block; margin: 0 auto;}
.review_pop_btn{position: absolute; right: 20px; top:20px;}

.review_pop_content{
  padding: 20px 0;
  display: flex;
  gap: 40px;
}
.review_pop_content > div{
  width: calc(50% - 20px);
}
.review_pop_img{
  width: 100%;
  height: 320px;
  position: relative;
  margin-bottom: 20px;
}
.review_pop_img .m_img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.review_swiper img{
  width: 100%;
  height: 320px;
  object-fit: cover;
  display: block;
}
.reviewSwiper2{
  width: 100%;
  margin-bottom: 20px;
}
.thumbnail_wrap{
  display: flex;
  align-items: center;
  gap: 4px;
}

.thumbnail_wrap a{
  width: 38px;
  height: 38px;
  background: #D9D9D9;
}

.img_pagination{
  position: absolute;
  width: 100%;
  height: 30px;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(46, 43, 47, 0.70);
  padding: 4px 8px;
  z-index: 99;
}
.img_pagination img{width: 24px; height: 24px;}
.img_pagination span{color: #fff; text-align: center;}

.review_pop_txt_cate{margin-bottom: 10px; padding-top: 8px;}
.review_pop_txt_title{margin-bottom: 10px;color: var(--gray-1-title, #3B383C);}
.review_pop_txt_txt{margin-bottom: 24px;color: var(--gray-2-body, #534F53);}
.review_pop_txt_writer{
  display: flex;
  padding: 8px 0;
  justify-content: space-between;
  align-items: center;
}
.review_pop_txt_writer span{color: var(--gray-3-body-secondary, #7A767A);}
.review_pop_link_wrap{
  position: relative;
}
.review_pop_link{
  display: none;
  position: absolute;
  top: 100%;
  right:0;
  width: max-content;
  background: #FFF;
  padding: 4px;
  border: 1px solid var(--outline_black, rgba(0, 0, 0, 0.10));
  border-radius: 8px;
}
.review_pop_link a{
  display: block;
  padding: 8px;
}
.review_pop_txt_date{color: var(--gray-4-body-tertiery, #A49FA4); margin-bottom: 12px;}

.like_wrap{
  display: flex;
  flex-wrap: wrap;
  padding: 8px 0;
  gap: 10px;
}
.like_wrap > div{
  width: calc(50% - 5px);
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 8px;
  border-radius: var(--Radius-Corner-mobile-grid-corner, 8px);
  border: 1px solid var(--outline_black, rgba(0, 0, 0, 0.10));
  color: var(--gray-3-body-secondary, #7A767A);
}


.review_write_bk_wrap{
  position: fixed;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  z-index: 99;
  display: none;
}
.review_write_bk{
  background: rgba(0, 0, 0, 0.38);
  width: 100%;
  height:100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.review_write_pop_wrap{
  width: 100%;
  max-width: 640px;
  max-height: 800px;
  overflow-y: auto;
  padding: 0 40px 32px;
  background: #fff;
  position: relative;
  border-radius: 16px;
}
.review_write_title{padding: 24px 0 8px; margin-bottom: 12px;}
.review_img_row{
  padding: 8px 0;
  margin-bottom: 12px;
}
.review_input_title{margin-bottom: 8px;}
.img_file_wrap{
  display: flex;
  gap: 4px;
}
.img_prev_wrap{
  max-width: calc(100% - 94px);
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.img_prev_wrap::-webkit-scrollbar {
  display: none;
}
#current_file label{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 6px;
  width: 90px;
  height: 90px;
  border-radius: var(--Radius-Corner-mobile-grid-corner, 8px);
  background: var(--surface-container-high, #FBF2E5);
  cursor: pointer;
}
#preview_img{
 width: max-content;
 display: flex;
 gap: 4px;
}
.img_div{
  width: 120px;
  height: 90px;
  position: relative;
  border-radius: var(--Radius-Corner-mobile-grid-corner, 8px);
  overflow: hidden;
}
.i_div{
  position: absolute;
  right: 2px; top:2px;
}
.img_div img{
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
}


.review_input_row_wrap{
  display: flex;
  gap: 20px;
  margin-bottom: 8px;
}
.review_input_row_wrap .review_input_row{
  width: calc(50% - 10px);
  padding: 8px 0;
}
.review_input_row_wrap .review_input_row select{
  border-radius: var(--Radius-Corner-mobile-grid-corner, 8px);
  border: 1px solid var(--outline_black, rgba(0, 0, 0, 0.10));
  width: 100%;
  height: 40px;
  padding: var(--Radius-Corner-mobile-grid-corner, 8px) 12px;
  margin: 0;
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
  background: none;
  background-image: url('/img/icon/ic_down.png');
  background-position: calc(100% - 12px);
  background-repeat: no-repeat;
  box-sizing: border-box;
}
.review_input_row_wrap .review_input_row input{
  border-radius: var(--Radius-Corner-mobile-grid-corner, 8px);
  border: 1px solid var(--outline_black, rgba(0, 0, 0, 0.10));
  width: 100%;
  height: 40px;
  padding: var(--Radius-Corner-mobile-grid-corner, 8px) 12px;
  margin: 0;
  box-sizing: border-box;
  background: none;
}

.review_textarea_row{margin-bottom: 16px;}
.review_textarea_row textarea{
  display: block;
  border-radius: var(--Radius-Corner-mobile-grid-corner, 8px);
  border: 1px solid var(--outline_black, rgba(0, 0, 0, 0.10));
  width: 100%;
  height: 120px;
  padding: var(--Radius-Corner-mobile-grid-corner, 8px) 12px;
  margin: 0;
  box-sizing: border-box;
  background: none;
}

.simple_review_title{padding: 20px 0}
.simple_review_title > div:first-of-type{
  margin-bottom: 2px;
}
.simple_review_title > div:last-of-type{
  color: var(--gray-3-body-secondary, #7A767A);
}
.simple_review_check_wrap{display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 12px;}
.simple_review_check_wrap input[type="checkbox"]{
  display: none;
}
.simple_review_check_wrap input[type="checkbox"] + label{
  width: calc(50% - 5px);
  border-radius: var(--Radius-Corner-mobile-grid-corner, 8px);
  border: 1px solid var(--outline_black, rgba(0, 0, 0, 0.10));
  padding: 10px;
  display: flex;
  align-items: center;
  color: var(--gray-3-body-secondary, #7A767A);
  gap: 4px;
  cursor: pointer;
}
.simple_review_check_wrap input[type="checkbox"] + label img{padding: 3px;}
.simple_review_check_wrap input[type="checkbox"]:checked + label{
  border: 1px solid var(--gray-1-title, #3B383C);
  color: var(--black, #2E2B2F);
}
.review_bottom_info{
  color: var(--gray-4-body-tertiery, #A49FA4);
  padding: 16px 0;
}

.review_write_formbtn{
  padding: 12px 0;
  text-align: center;
}
.review_write_formbtn button{
  border-radius: var(--Radius-Corner-mobile-grid-corner, 8px);
  background: var(--gray-1-title, #3B383C);
  color: var(--kleam-mint-dark, #AEEFD8);
  text-align: center;
  padding: 12px;
  width: 100%;
  max-width: 320px;
}

@media screen and (max-width: 992px) {
  .review_category{
    overflow-x: auto;
    padding: 8px 20px;
  }
  .review_category::-webkit-scrollbar {
    display: none;
  }
  .review_category div{
    width: max-content;
  }

  .review_search_wrap{gap: 8px; padding: 8px 20px;}
  .review_write_btn{width: 72px; padding: 11px;}

  .review_mo_section_1{}
  .mo_revier_list li{margin-bottom: 20px;}
  .mo_review_img_wrap{
    padding: 0 20px;
    overflow-x: auto;
  }
  .mo_review_img_wrap {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .mo_review_img_wrap::-webkit-scrollbar {
    display: none;
  }
  .mo_review_img{display: flex; gap: 8px; width:max-content;}
  .mo_review_img img{
    width: calc(100vw - 40px);
    height: 220px;
    object-fit: cover;
    border-radius: 16px;
  }
  .mo_review_txt_wrap{padding: 0 20px;}
  .review_pop_txt_title{margin-bottom: 4px;}
  .review_pop_txt_txt{
    margin-bottom: 0;
    line-height: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .review_pop_txt_txt.active{
    overflow: unset;
    text-overflow: unset;
    display: block;
    -webkit-line-clamp: unset;
    -webkit-box-orient: unset;
  }
  .review_pop_txt_date{margin-bottom: 0; padding: 8px 0;}

  .mo_review_chk_wrap{
    display: flex;
    flex-wrap: wrap;
    /* padding: 8px 0; */
    gap: 8px;
    height: 0;
    box-sizing: border-box;
    overflow-y: hidden;
  }
  .mo_review_chk_wrap.active{
    height: auto;
    overflow-y: unset;
    padding: 8px 0;
  }
  .mo_review_chk_wrap > div{
    width: calc(50% - 4px);
    display: flex;
    align-items: center;
    gap: 4px;
    border-radius: var(--Radius-Corner-mobile-grid-corner, 8px);
    border: 1px solid var(--outline_black, rgba(0, 0, 0, 0.10));
    padding: var(--Radius-Corner-mobile-grid-corner, 8px);
  }
  .mo_review_chk_wrap > div img{padding: 3px;}
  .mo_review_add_btn_wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .mo_review_add_btn{
    color: var(--gray-3-body-secondary, #7A767A);
    display: flex;
    align-items: center;
    gap: 4px;
  }
  .mo_review_add_btn.active img{
    transform: rotate(180deg);
  }

  .review_write_bk_wrap{
    top: 72px;
    height: calc(100% - 72px);
  }
  .review_write_pop_wrap{
    height: 100%;
    overflow-y: scroll;
    border-radius: 0;
    padding: 0 20px 20px;
    background: #FFFBF7;
  }
  .review_input_row_wrap{
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 0;
  }
  .review_input_row_wrap .review_input_row{
    width: 100%;
    margin-bottom: 12px;
  }
  .simple_review_check_wrap{margin-bottom: 24px;}
  .review_write_formbtn button{max-width: none;}
}



/* gallery */

.gallery_title{
  padding: 24px 20px 8px;
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.gallery_top{
  width: 100%;
  height: 360px;
  background-image: url('/img/before/before_top_bg.jpg');
  background-size: cover;
  background-position: center 45%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.gallery_wrap{
  display: flex;
  align-items: center;
  position: relative;
  padding: 4px;
}
/* .now_branch{
  width: 62px;
} */
.gallery_btn{transition: .3s;}
.gallery_btn.active{
  transform: rotate(180deg);
}
.gallery_b_sel{
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background: #FFF;
  padding: 4px;
  border: 1px solid var(--outline_black, rgba(0, 0, 0, 0.10));
  border-radius: 8px;
  display: none;
}
.gallery_b_sel a{
  display: block;
  padding: 6px 4px;
  /* border-bottom: 1px solid var(--outline_black, rgba(0, 0, 0, 0.10)); */
}
/* .gallery_b_sel a:last-of-type{
  border-bottom: none;
} */

.gallery_category{
  padding: 12px 20px;
  max-width: 1320px;
  margin: 0 auto;
}

.gallery_category div a{
  display: inline-block;
  padding: 8px 12px;
  border-radius: 18px;
  border: 1px solid var(--surface-container-high, #FBF2E5);
  background: var(--white, #FFF);
}
.gallery_category div a.active{
  background: var(--gray-1-title, #3B383C);
  border: 1px solid var(--gray-1-title, #3B383C);
  color: #fff;
}

.gallery_section_1{
  padding: 20px;
  max-width: 1320px;
}

.gallery_list{
  display: flex;
  flex-wrap: wrap;
  gap: 20px 40px;
}
.gallery_list_content{
  width: calc((100% - 80px) / 3);
  padding: 12px 0 20px;
}
.gallery_list_title{
  margin-bottom: 4px;
}
.gallery_img_wrap{
  display: flex;
  justify-content: space-between;
}
.gallery_img_wrap > div{
  width: calc(50% - 1px);
}
.gallery_img{width: 100%; height: 160px;}
.gallery_img img{width: 100%; height: 100%; object-fit: cover;}
.gallery_img_left .gallery_img{border-radius: 8px 0 0 8px; overflow: hidden; position: relative;}
.gallery_img_left .gallery_img::after{
  position: absolute;
  left:0;
  top:0;
  width: 100%;
  height: 100%;
  content:"";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  /* background: rgba(0, 0, 0, 0.40); */
}
.gallery_img_right .gallery_img{border-radius: 0 8px 8px 0; overflow: hidden;}
.gallery_txt{text-align: center;color: var(--gray-3-body-secondary, #7A767A);}

.gallery_bk_bg_wrap{
  position: fixed;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  z-index: 99;
  display: none;
}
.gallery_bk_bg{
  background: rgba(0, 0, 0, 0.38);
  width: 100%;
  height:100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gallery_pop_wrap{
  position: relative;
  background: #fff;
  padding: 40px 16px;
  border-radius: 16px;
  width: 90%;
  max-width: 800px;
}
.gallery_pop_logo{margin-bottom: 20px;}
.gallery_pop_logo img{display: block; margin: 0 auto;}
.gallery_pop_btn{position: absolute; right: 20px; top:20px;}
.gallery_pop_title{text-align: center;margin-bottom: 20px;}

.gallery_pop_img_wrap{
  display: flex;
  justify-content: space-between;
}
.gallery_pop_img_wrap > div{
  width: calc(50% - 1px);
}
.gallery_pop_img{width: 100%; height: 320px;}
.gallery_pop_img img{width: 100%; height: 100%; object-fit: cover;}
.gallery_pop_img_left .gallery_pop_img{border-radius: 8px 0 0 8px; overflow: hidden; position: relative;}
.gallery_pop_img_left .gallery_pop_img::after{
  position: absolute;
  left:0;
  top:0;
  width: 100%;
  height: 100%;
  content:"Before";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.40);
}
.gallery_pop_img_right .gallery_pop_img{border-radius: 0 8px 8px 0; overflow: hidden;}
.gallery_txt_top{text-align: center;}
.gallery_txt{text-align: center;color: var(--gray-3-body-secondary, #7A767A);}


@media screen and (max-width: 992px) {
  .gallery_category{
    overflow-x: auto;
    padding: 8px 20px;
  }
  .gallery_category::-webkit-scrollbar {
    display: none;
  }
  .gallery_category div{
    width: max-content;
  }
  .gallery_section_1{
    padding: 0 20px;
  }
  .gallery_list_content{
    width: 100%;
  }
  .gallery_list{
    gap:0;
  }
  .gallery_img{
    height: 120px;
  }
  .gallery_pop_logo{margin-bottom: 10px;}
  .gallery_pop_title{margin-bottom: 10px;}
  .gallery_pop_img_wrap{display: block;}
  .gallery_pop_img_wrap > div{width: 90%; margin: 0 auto;}
  .gallery_pop_img{height: 180px;}
  .gallery_pop_img_wrap .gallery_pop_img_left{margin-bottom: 10px;}
  .gallery_pop_img_left .gallery_pop_img{border-radius: 8px;}
  .gallery_pop_img_right .gallery_pop_img{border-radius: 8px;}
}




/* service */
.service_title{

  font-weight: 600;
  margin-bottom: 2px;
}
.service_top{
  width: 100%;
  height: 360px;
  background-image: url('/img/service/service_top_bg.jpg');
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.service_section_1{
  max-width: 400px;
  padding: 40px 0;
}
.service_form_title{
  padding: 12px 20px 4px;
  color: var(--gray-4-body-tertiery, #A49FA4);
}
.service_input_row{
  padding: 6px 16px;
}
.service_input_row input{
  display: block;
  width: 100%;
  margin: 0;
  padding: 0 12px;
  height: 40px;
  box-sizing: border-box;
  border-radius: var(--Radius-Corner-mobile-grid-corner, 8px);
  border: 1px solid var(--outline_black, rgba(0, 0, 0, 0.10));
  background: none;
}
.service_input_row textarea{
  display: block;
  width: 100%;
  margin: 0;
  padding: 8px 12px;
  height: 228px;
  box-sizing: border-box;
  border-radius: var(--Radius-Corner-mobile-grid-corner, 8px);
  border: 1px solid var(--outline_black, rgba(0, 0, 0, 0.10));
  background: none;
}

.service_btn_row{
  padding: 12px 20px;
}
.service_btn_row button{
  margin: 0;
  padding: 12px;
  width: 100%;
  border-radius: var(--Radius-Corner-mobile-grid-corner, 8px);
  background: var(--gray-1-title, #3B383C);
  color: var(--kleam-mint-dark, #AEEFD8);
}

@media screen and (max-width: 992px) {
  .service_section_1{padding:0;}
  .service_input_row textarea{
    height: 120px;
  }
}

/* certify */
.certify_title{
  font-weight: 600;
  margin-bottom: 2px;
}

.certify_section_1{
  max-width: 400px;
  padding: 40px 0;
}
.certify_form_title{
  padding: 12px 20px 4px;
  color: var(--gray-4-body-tertiery, #A49FA4);
}
.certify_input_row{
  padding: 6px 16px 6px 20px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.certify_input_row .certify_input_title{
  width: 92px;
}
.certify_input_row input{
  display: block;
  width: calc(100% - 104px);
  margin: 0;
  padding: 0 12px;
  height: 40px;
  box-sizing: border-box;
  border-radius: var(--Radius-Corner-mobile-grid-corner, 8px);
  border: 1px solid var(--outline_black, rgba(0, 0, 0, 0.10));
  background: none;
}
.certify_input_row.three_row input{
  width: calc(100% - 196px);
}
.certify_input_link{
  width: 80px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  border: 1px solid var(--outline_black, rgba(0, 0, 0, 0.10));
}
.certify_btn_row{
  padding: 12px 20px;
}
.certify_btn_row button{
  margin: 0;
  padding: 12px;
  width: 100%;
  border-radius: var(--Radius-Corner-mobile-grid-corner, 8px);
  background: var(--gray-1-title, #3B383C);
  color: var(--kleam-mint-dark, #AEEFD8);
}
.certify_btn_row a{
  color: var(--gray-3-body-secondary, #7A767A);
}

@media screen and (max-width: 992px) {
  .certify_section_1{padding:0;}
  .certify_input_row textarea{
    height: 120px;
  }
}

.myprocedure_list ul{
  display: flex;
  flex-wrap: wrap;
}
.myprocedure_list ul li{
  width: 100%;
  padding: 16px 20px 15px;
  background: none;
  border-radius: 0;
  position: relative;
  border: 0;
}
.myprocedure_list ul li:after {
  content: '';
  width: calc(100% - 40px);
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 20px;
  background: rgba(0, 0, 0, 0.10);
}
.myprocedure_list_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.myprocedure_list_price {
  color: var(--gray-1-title, #3B383C);
}

.myprocedure_list_price_link {
  background-color: #3B383C;
  color: #AEF7F7;
  text-align: center;
  line-height: normal;
  padding: 11px;
  border-radius: 8px;
  width: 62px;
}


.mo_search_form{
  padding: 8px 20px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.mo_search_title{
  font-size: 13px;
  font-weight: 600;
  width: 50px;
  text-align: center;
}
.mo_search_row{
  display: flex;
  align-items: center;
  width: calc(100% - 58px);
  border-radius: 20px;
  background: var(--surface-container-mint, #EFF5F1);
  padding: 0 16px;
  position: relative;
  background-image: url('/img/icon/ic_mystery.svg');
  background-size: 20px;
  background-position: calc(100% - 16px);
  background-repeat: no-repeat;
}
.mo_search{width: 100%; height: 38px; overflow:hidden;}
.rolling{position:relative;}
.rolling li{}
.rolling li a{width:100%; height: 38px; display: flex; align-items: center; }
.rolling li span.num{font-size: 15px; color: #000; font-weight: 700; width: 16px;}
.rolling li span.sname{
  width: calc(100% - 16px);
  color: #404040;
  font-size: 13px;
  font-weight: 500;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding-right: 24px;
}

@media screen and (max-width: 992px) {

}
@media screen and (max-width: 992px) {

}
@media screen and (max-width: 992px) {

}
@media screen and (max-width: 992px) {

}
