:root { --community-pink:#dd8f93; }
.community-page { background:#fdfbf7; }
.community-page .community-main { padding-top:0; background:#fdfbf7; }
.community-page .community-hero { height:565px; padding:261px 24px 0; background:#fdfbf7; }
.community-page .community-hero .eyebrow { margin:0 0 4px; color:#dd8f93; font-family:'Pretendard Variable','Pretendard',sans-serif; font-size:28px; line-height:36px; letter-spacing:0; }
.community-page .community-hero h1 { font-family:'Pretendard Variable','Pretendard',sans-serif; font-size:85px; line-height:100px; letter-spacing:-.035em; }
.community-page .community-section { width:1476px; max-width:calc(100% - 64px); padding:0 0 170px; }
.community-page[data-page] {}
html[data-community-page="event"] .community-tabs,
html[data-community-page="event"] .board-tools,
html[data-community-page="event"] .community-notice { display:none; }
html[data-community-page="event"] .event-grid { grid-template-columns:repeat(3,467px); gap:72px 35px; }
html[data-community-page="event"] .event-card img { width:467px; height:467px; aspect-ratio:1; object-fit:cover; border:1px solid #efb3ba; }
html[data-community-page="event"] body.community-page main.community-main .event-card h2 { margin:22px 0 4px; color:#6b615b; font-size:32px !important; line-height:36px !important; }
html[data-community-page="event"] .event-card p { color:#b9b9b9; font-size:24px; line-height:36px; font-weight:700; }
html[data-community-page="event"] .event-card:first-child p { color:#dd8f93; }
html[data-community-page="event"] .card-badge { display:none; }
html[data-community-page="event"] .pager { margin-top:70px; }

/* FAQ — Figma frame 61:195 */
html[data-community-page="faq"] .community-hero { height:722px; padding-top:268px; }
html[data-community-page="faq"] .community-hero .eyebrow { margin-bottom:12px; font-size:28px !important; line-height:36px !important; }
html[data-community-page="faq"] .community-tabs:first-of-type { display:none; }
html[data-community-page="faq"] .community-tabs:last-of-type { width:1072px; max-width:calc(100% - 48px); margin:131px auto 0; justify-content:space-between; gap:28px; }
html[data-community-page="faq"] .community-tabs:last-of-type a { padding:0 0 17px; border-bottom:4px solid transparent; color:#6b615b; font-size:22px; line-height:28px; font-weight:600; white-space:nowrap; }
html[data-community-page="faq"] .community-tabs:last-of-type a.active { border-bottom-color:#dd8f93; color:#6b615b; }
html[data-community-page="faq"] .community-section { width:1332px; min-height:997px; padding:0; }
html[data-community-page="faq"] .faq-list { border-top:4px solid #6b615b; }
html[data-community-page="faq"] .faq-item { border-bottom:1px solid #bdbdbd; }
html[data-community-page="faq"] .faq-question { min-height:109px; gap:28px; padding:27px 10px; background:transparent; color:#6b615b; font-size:22px; line-height:1.45; font-weight:600; }
html[data-community-page="faq"] .faq-question span { flex:0 0 53px; height:53px; background:#6b615b; font-size:22px; font-weight:700; }
html[data-community-page="faq"] .faq-answer { min-height:119px; margin:0; padding:27px 50px; background:#f8f8f8; color:#6b615b; font-size:20px; line-height:1.75; }
html[data-community-page="faq"] .faq-answer::before { content:'A  '; font-weight:700; }

/* The global FAQ markup uses the span for the question text, not the number badge. */
html[data-community-page="faq"] #faqList.global-community-faq{border-top:0!important}
html[data-community-page="faq"] #faqList.global-community-faq .faq-question>span{
  display:block;
  flex:initial;
  width:auto;
  height:auto;
  padding:0;
  border-radius:0;
  background:transparent;
}
html[data-community-page="faq"] #faqList.global-community-faq .faq-answer{
  min-height:0;
  background:transparent;
}

/* Online consultation — Figma frame 61:299 */
html[data-community-page="consult"] .community-hero { height:566px; padding-top:268px; }
html[data-community-page="consult"] .community-hero .eyebrow { margin-bottom:12px; font-size:28px !important; line-height:36px !important; }
html[data-community-page="consult"] .community-hero h1 { font-size:80px; line-height:100px; }
html[data-community-page="consult"] .community-tabs { display:none; }
html[data-community-page="consult"] .community-section { width:1347px; min-height:1153px; padding:0 0 120px; }
html[data-community-page="consult"] .community-notice,
html[data-community-page="consult"] .board-tools { display:none; }
html[data-community-page="consult"] .board-wrap { border-top:4px solid #181818; overflow-x:auto; }
html[data-community-page="consult"] .board-table { min-width:900px; color:#181818; font-size:21px; }
html[data-community-page="consult"] .board-table th { height:89px; padding:20px 16px; border-bottom:2px solid #181818; font-weight:600; }
html[data-community-page="consult"] .board-table td { height:85px; padding:18px 16px; border-bottom:1px solid rgba(24,24,24,.2); }
html[data-community-page="consult"] .board-table th:nth-child(1),
html[data-community-page="consult"] .board-table td:nth-child(1) { width:112px; }
html[data-community-page="consult"] .board-table th:nth-child(2),
html[data-community-page="consult"] .board-table td:nth-child(2) { width:170px; }
html[data-community-page="consult"] .board-table th:nth-child(4),
html[data-community-page="consult"] .board-table td:nth-child(4) { width:160px; }
html[data-community-page="consult"] .board-table th:nth-child(5),
html[data-community-page="consult"] .board-table td:nth-child(5) { width:170px; }
html[data-community-page="consult"] .pager{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:8px;
  margin:36px 0 0;
}
html[data-community-page="consult"] .pager button{
  min-width:42px;
  height:42px;
  padding:0 10px;
  border:1px solid #ddd5d1;
  border-radius:0;
  background:#f5efe8;
  color:#181818;
  font-size:16px;
  font-weight:600;
  cursor:pointer;
}
html[data-community-page="consult"] .pager button.active{
  border-color:#dd8f93;
  background:#dd8f93;
  color:#fff;
}
html[data-community-page="consult"] .pager .pager-arrow{
  font-size:22px;
  font-weight:400;
  line-height:1;
}
html[data-community-page="consult"] .pager button:disabled{
  opacity:.35;
  cursor:default;
}
html[data-community-page="consult"] .board-actions { margin-top:40px; margin-bottom:48px; }
html[data-community-page="consult"] .consult-form { margin-top:12px; margin-bottom:40px; }
html[data-community-page="consult"] .board-table strong { color:#ea560d; }
html[data-community-page="consult"] .lock { display:inline-flex; width:16px; height:16px; margin-left:8px; align-items:center; justify-content:center; color:#8a817c; vertical-align:middle; }
html[data-community-page="consult"] .lock svg { display:block; }
html[data-community-page="consult"] .answer-mark { display:inline-block; margin-right:12px; color:#777; }
html[data-community-page="consult"] .answered-author { color:#dd8f93; font-weight:700; }

/* Before & after — Figma frame 61:433 */
html[data-community-page="before"] .community-hero { height:526px; padding-top:268px; }
html[data-community-page="before"] .community-hero .eyebrow { margin-bottom:12px; font-size:28px !important; line-height:36px !important; }
html[data-community-page="before"] .community-hero h1 { font-size:80px; line-height:100px; }
html[data-community-page="before"] .community-tabs,
html[data-community-page="before"] .community-notice,
html[data-community-page="before"] .board-tools { display:none; }
html[data-community-page="before"] .community-modal { z-index:20000 !important; }
html[data-community-page="before"] .community-section { width:1316px; min-height:2147px; padding:29px 0 140px; }
html[data-community-page="before"] .before-filter-tabs { display:flex; justify-content:center; gap:12px 36px; margin:0 0 48px; padding:0 18px; overflow-x:auto; scrollbar-width:none; }
html[data-community-page="before"] .before-filter-tabs::-webkit-scrollbar { display:none; }
html[data-community-page="before"] .before-filter-tabs button { flex:0 0 auto; padding:12px 2px 11px; border:0; border-bottom:3px solid transparent; background:transparent; color:#777; font-family:'Pretendard Variable','Pretendard',sans-serif; font-size:19px; line-height:26px; font-weight:500; white-space:nowrap; cursor:pointer; transition:color .2s ease,border-color .2s ease; }
html[data-community-page="before"] .before-filter-tabs button:is(:hover,.active) { border-bottom-color:#dd8f93; color:#252525; }
html[data-community-page="before"] .case-grid { grid-template-columns:repeat(2,625px); gap:42px 66px; transform:translateX(18px); }
html[data-community-page="before"] .case-card:nth-child(n+5) { transform:translateY(22px); }
html[data-community-page="before"] .case-card img { width:625px; height:379px; border-radius:20px; object-fit:cover; }
html[data-community-page="before"] body.community-page main.community-main .community-section .case-card h2 { margin:17px 0 0; color:#101010; font-size:20px !important; line-height:30px !important; font-weight:400 !important; letter-spacing:-.025em !important; }
html[data-community-page="before"] #caseGrid.case-grid .case-card > h2,
html[data-community-page="before"] #caseGrid.case-grid .case-card > h2 > a,
html[data-community-page="before"] #caseGrid.case-grid .case-card > h2 > button { font-size:20px !important; line-height:30px !important; font-weight:400 !important; letter-spacing:-.025em !important; }
html[data-community-page="before"] .card-badge { display:none; }
html[data-community-page="before"] .pager { margin-top:124px; }
html[data-community-page="before"] .community-contact { height:531px; }

/* Directions — Figma frame 61:550 */
html[data-community-page="directions"] .community-hero { height:518px; padding-top:268px; }
html[data-community-page="directions"] .community-hero .eyebrow { margin-bottom:12px; font-size:28px !important; line-height:36px !important; }
html[data-community-page="directions"] .community-hero h1 { font-size:80px; line-height:100px; }
.directions-detail { box-sizing:border-box; display:grid; grid-template-columns:618px 724px; gap:63px; width:1376px; max-width:calc(100% - 80px); min-height:1201px; margin:0 auto; padding-top:66px; }
.directions-copy { color:#181818; }
.directions-label { margin:0 0 20px; color:#6b615b; font-size:18px; line-height:30px; }
.directions-copy h2 { margin:0 0 45px; color:#181818; font-size:55px; line-height:70px; letter-spacing:-.035em; font-weight:500; }
.directions-copy h2 em { color:#dd8f93; font-style:normal; font-weight:800; }
.directions-intro { margin:0 0 43px; color:#6b615b; font-size:18px; line-height:30px; }
.directions-copy dl { display:grid; grid-template-columns:117px 1fr; row-gap:17px; margin:0; }
.directions-copy dt { font-size:18px; line-height:30px; font-weight:800; }
.directions-copy dd { margin:0; font-size:18px; line-height:30px; }
.directions-copy dd small { display:block; margin-top:7px; font-size:18px; }
.directions-map { position:relative; width:724px; height:677px; margin:87px 0 0; overflow:hidden; }
.directions-map>img:first-child,.directions-map>iframe:first-child { width:100%; height:100%; object-fit:cover; border:0; }
.directions-marker { position:absolute; left:326px; top:235px; width:143px; height:143px; }

.community-contact { box-sizing:border-box; display:grid; grid-template-columns:430px 517px 511px; gap:72px; align-items:start; width:1578px; max-width:calc(100% - 80px); height:610px; margin:0 auto; padding-top:0; color:#181818; background:#fdfbf7; }
.community-contact-info h2 { margin:-18px 0 45px; font-size:55px; line-height:70px; letter-spacing:-.03em; }
.community-contact-info dl { display:grid; grid-template-columns:118px 1fr; row-gap:24px; margin:0; }
.community-contact-info dt { font-size:18px; line-height:30px; font-weight:800; }
.community-contact-info dd { margin:0; font-size:18px; line-height:30px; }
.community-contact-info .community-contact-phone { margin-top:-5px; font-size:36px; line-height:44px; }
.community-contact-info a { color:inherit; text-decoration:none; }
.community-contact-form { display:grid; grid-template-columns:1fr 1fr; gap:27px 8px; padding-top:11px; }
.community-contact-form label { display:flex; flex-direction:column; gap:9px; color:#333; font-size:11px; line-height:16px; font-weight:700; }
.community-contact-form label em { display:inline; color:#ff6f61; font-style:normal; }
.community-contact-form input:not([type="checkbox"]),.community-contact-form textarea { box-sizing:border-box; width:100%; border:1px solid #dbdbdb; background:#f5efe8; color:#333; font:500 14px/1.4 'Pretendard Variable','Pretendard',sans-serif; }
.community-contact-form input:not([type="checkbox"]) { height:52px; padding:0 22px; border-radius:20px; }
.community-contact-form textarea { height:111px; padding:16px 20px; border-radius:14px; resize:none; }
.community-contact-form .wide { grid-column:1/-1; }
.community-contact-form .community-contact-consent { display:flex; flex-direction:row; align-items:center; gap:8px; margin-top:-8px; font-size:14px; font-weight:500; }
.community-contact-consent input { width:22px; height:22px; margin:0; }
.community-contact-consent a { margin-left:auto; color:#333; font-size:11px; font-weight:500; text-decoration:none; }
.community-contact-form button { grid-column:2; justify-self:end; min-width:168px; height:48px; margin-top:-3px; padding:0 36px; border:0; border-radius:999px; background:#dd8f93; color:#fff; font:500 14px/1 'Pretendard Variable','Pretendard',sans-serif; cursor:pointer; }
.community-contact-map { display:block; width:511px; height:463px; object-fit:cover; border:0; }
@media(min-width:901px) and (max-width:1400px){
  html[data-community-page="before"] .case-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:50px clamp(24px,4vw,52px);transform:none}
  html[data-community-page="before"] .case-card:nth-child(n+5){transform:none}
  html[data-community-page="before"] .case-card img{width:100%;height:auto;aspect-ratio:625/379}
  .directions-detail{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:clamp(36px,5vw,63px)}
  .directions-map{width:100%;height:auto;aspect-ratio:724/677}
  .directions-marker{left:45%;top:34%;width:20%;height:auto}
}
@media(min-width:901px) and (max-width:1100px){
  .directions-detail{grid-template-columns:1fr;min-height:0;gap:52px;padding-bottom:100px}
  .directions-map{order:-1;margin:0}
}
@media(max-width:1550px) and (min-width:901px){html[data-community-page="event"] .event-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:60px 28px}html[data-community-page="event"] .event-card img{width:100%;height:auto}}
@media(max-width:900px){.community-page .community-hero{height:auto;padding:120px 20px 54px}.community-page .community-hero .eyebrow{font-size:18px;line-height:28px}.community-page .community-hero h1{font-size:clamp(46px,15vw,68px);line-height:1.15}.community-page .community-section{max-width:none;width:calc(100% - 40px);padding-bottom:110px}html[data-community-page="event"] .event-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:46px 20px}html[data-community-page="event"] .event-card img{width:100%;height:auto}html[data-community-page="event"] .event-card h2{font-size:22px;line-height:1.35}html[data-community-page="event"] .event-card p{font-size:17px;line-height:1.5}}
@media(max-width:560px){html[data-community-page="event"] .event-grid{grid-template-columns:1fr}.community-page .community-section{width:calc(100% - 32px)}}

@media(max-width:900px){
  html[data-community-page="faq"] .community-hero{height:auto;padding:120px 20px 48px}
  html[data-community-page="faq"] .community-hero .eyebrow{margin-bottom:6px;font-size:18px!important;line-height:28px!important}
  html[data-community-page="faq"] .community-tabs:last-of-type{width:100%;max-width:none;margin-top:44px;justify-content:flex-start;gap:12px 24px;overflow-x:auto;padding-bottom:4px}
  html[data-community-page="faq"] .community-tabs:last-of-type a{font-size:17px;line-height:24px;padding-bottom:10px}
  html[data-community-page="faq"] .community-section{width:calc(100% - 40px);min-height:720px}
  html[data-community-page="faq"] .faq-question{min-height:88px;gap:16px;padding:18px 4px;font-size:18px}
  html[data-community-page="faq"] .faq-question span{flex-basis:42px;height:42px;font-size:18px}
  html[data-community-page="faq"] .faq-answer{min-height:0;padding:22px 20px;font-size:17px;line-height:1.7}
  html[data-community-page="consult"] .community-hero{height:auto;padding:120px 20px 52px}
  html[data-community-page="consult"] .community-hero .eyebrow{margin-bottom:6px;font-size:18px!important;line-height:28px!important}
  html[data-community-page="consult"] .community-hero h1{font-size:clamp(46px,12vw,64px);line-height:1.15}
  html[data-community-page="consult"] .community-section{width:calc(100% - 40px);min-height:760px;padding-bottom:80px}
  html[data-community-page="consult"] .board-actions{margin-top:28px;margin-bottom:36px}
  html[data-community-page="consult"] .pager{margin-top:28px}
  html[data-community-page="consult"] .board-wrap{overflow-x:visible;-webkit-overflow-scrolling:auto}
  html[data-community-page="consult"] .board-table{
    width:100%;
    min-width:0!important;
    table-layout:fixed;
    font-size:15px;
  }
  html[data-community-page="consult"] .board-table th{height:54px;padding:12px 6px}
  html[data-community-page="consult"] .board-table td{height:auto;min-height:58px;padding:14px 6px;vertical-align:middle}
  html[data-community-page="consult"] .board-table th:nth-child(1),
  html[data-community-page="consult"] .board-table td:nth-child(1){width:52px}
  html[data-community-page="consult"] .board-table th:nth-child(2),
  html[data-community-page="consult"] .board-table td:nth-child(2){width:88px;font-size:13px}
  html[data-community-page="consult"] .board-table th:nth-child(3),
  html[data-community-page="consult"] .board-table td:nth-child(3){width:auto;text-align:left}
  html[data-community-page="consult"] .board-table th:nth-child(4),
  html[data-community-page="consult"] .board-table td:nth-child(4),
  html[data-community-page="consult"] .board-table th:nth-child(5),
  html[data-community-page="consult"] .board-table td:nth-child(5){display:none}
  html[data-community-page="consult"] .board-table .consult-title-link{
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    overflow:hidden;
    line-height:1.35;
    word-break:keep-all;
  }
  html[data-community-page="consult"] .answer-mark{margin-right:6px}
  html[data-community-page="consult"] .lock{margin-left:6px}
  html[data-community-page="before"] .community-hero{height:auto;padding:120px 20px 52px}
  html[data-community-page="before"] .community-hero .eyebrow{margin-bottom:6px;font-size:18px!important;line-height:28px!important}
  html[data-community-page="before"] .community-hero h1{font-size:clamp(44px,11vw,62px);line-height:1.15}
  html[data-community-page="before"] .community-section{width:calc(100% - 40px);min-height:1200px;padding:24px 0 90px}
  html[data-community-page="before"] .before-filter-tabs{justify-content:flex-start;gap:10px 24px;margin:0 -20px 34px;padding:0 20px}
  html[data-community-page="before"] .before-filter-tabs button{font-size:16px;line-height:23px;padding:10px 1px 8px}
  html[data-community-page="before"] .case-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:46px 20px;transform:none}
  html[data-community-page="before"] .case-card:nth-child(n+5){transform:none}
  html[data-community-page="before"] .case-card img{width:100%;height:auto;aspect-ratio:625/379}
  html[data-community-page="directions"] .community-hero{height:auto;padding:120px 20px 52px}
  html[data-community-page="directions"] .community-hero .eyebrow{margin-bottom:6px;font-size:18px!important;line-height:28px!important}
  html[data-community-page="directions"] .community-hero h1{font-size:clamp(46px,12vw,64px);line-height:1.15}
  .directions-detail{grid-template-columns:1fr;width:calc(100% - 40px);max-width:none;min-height:0;gap:52px;padding:70px 0 100px}
  .directions-map{order:-1;width:100%;height:auto;aspect-ratio:724/677;margin:0}
  .directions-marker{left:45%;top:34%;width:20%;height:auto}
  .community-contact{grid-template-columns:1fr 1fr;width:calc(100% - 40px);max-width:none;height:auto;gap:44px 28px;padding:90px 0}
  .community-contact-info h2{font-size:44px;line-height:1.2}
  .community-contact-form{padding-top:0}
  .community-contact-map{grid-column:1/-1;width:100%;height:auto;aspect-ratio:16/7}
}
@media(max-width:560px){html[data-community-page="faq"] .community-section{width:calc(100% - 32px);min-height:620px}html[data-community-page="before"] .community-section{width:calc(100% - 32px);min-height:2200px}html[data-community-page="before"] .case-grid{grid-template-columns:1fr}.community-contact{grid-template-columns:1fr;width:calc(100% - 32px);gap:42px;padding:72px 0}.community-contact-info h2{margin:0 0 34px;font-size:40px}.community-contact-info dl{grid-template-columns:92px 1fr}.community-contact-info dt,.community-contact-info dd{font-size:16px;line-height:27px}.community-contact-info .community-contact-phone{font-size:28px}.community-contact-form{grid-template-columns:1fr}.community-contact-form label,.community-contact-form .wide,.community-contact-form button{grid-column:1}.community-contact-form button{justify-self:stretch}.community-contact-map{grid-column:1;aspect-ratio:4/3}}
@media(max-width:900px){html[data-community-page="before"] .community-contact{height:auto}}
@media(max-width:560px){.directions-detail{width:calc(100% - 32px);padding-top:46px}.directions-copy h2{font-size:40px;line-height:1.25}.directions-copy dl{grid-template-columns:86px 1fr}.directions-copy dt,.directions-copy dd,.directions-copy dd small,.directions-intro,.directions-label{font-size:16px;line-height:27px}.directions-copy br{display:none}}


/* Google Maps embeds (replace static map images) */
iframe.community-contact-map,
iframe.contact-map,
iframe.beautyple-gmap,
.directions-map iframe{
  display:block;
  width:100%;
  height:100%;
  border:0;
  background:#e8e4df;
}
.directions-map iframe.beautyple-gmap{
  min-height:420px;
}
.unified-contact iframe.community-contact-map{
  min-height:320px;
}


/* before-after pager page numbers */
html[data-community-page="before"] .pager{
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:10px;
  margin-top:72px;
  padding-bottom:24px;
}
html[data-community-page="before"] .pager button{
  min-width:42px;
  height:42px;
  border:1px solid #ddd5d1;
  border-radius:0;
  background:#fdfbf7;
  color:#333;
  font-size:15px;
  font-weight:600;
  cursor:pointer;
}
html[data-community-page="before"] .pager button.active{
  color:#fff;
  border-color:#dd8f93;
  background:#dd8f93;
}
