.contact-module__swMWYG__nav{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:100;background:#fffc;border-bottom:1px solid #0000000d;justify-content:center;align-items:center;height:52px;display:flex;position:sticky;top:0}.contact-module__swMWYG__navInner{justify-content:space-between;align-items:center;width:100%;max-width:980px;padding:0 20px;font-size:14px;font-weight:600;display:flex}.contact-module__swMWYG__hero{text-align:center;padding:100px 20px 60px}.contact-module__swMWYG__hero h1{letter-spacing:-1.5px;margin-bottom:16px;font-size:48px;font-weight:700}.contact-module__swMWYG__hero p{color:var(--text-gray);font-size:21px;font-weight:400}.contact-module__swMWYG__container{max-width:980px;margin:0 auto;padding:0 20px 100px}.contact-module__swMWYG__grid{grid-template-columns:repeat(2,1fr);gap:20px;display:grid}.contact-module__swMWYG__card{background:var(--card-bg);cursor:pointer;border-radius:20px;flex-direction:column;justify-content:space-between;min-height:240px;padding:36px;transition:all .3s cubic-bezier(.25,.8,.25,1);display:flex;position:relative;overflow:hidden;box-shadow:0 4px 12px #00000005}.contact-module__swMWYG__card:hover{transform:scale(1.02);box-shadow:0 12px 24px #00000014}.contact-module__swMWYG__cardIcon{margin-bottom:20px;font-size:40px}.contact-module__swMWYG__card h3{margin-bottom:8px;font-size:22px;font-weight:600}.contact-module__swMWYG__card p{color:var(--text-gray);font-size:15px;line-height:1.4}.contact-module__swMWYG__cardLink{color:var(--accent-blue);align-items:center;margin-top:24px;font-size:15px;font-weight:500;display:flex}.contact-module__swMWYG__cardLink:after{content:"›";margin-top:-2px;margin-left:4px;font-size:20px}.contact-module__swMWYG__cardFull{flex-direction:row;grid-column:span 2;align-items:center;min-height:180px}.contact-module__swMWYG__supportContent{flex:1;padding-right:20px}.contact-module__swMWYG__qrSection{gap:24px;display:flex}.contact-module__swMWYG__qrItem{flex-direction:column;align-items:center;gap:8px;display:flex}.contact-module__swMWYG__qrImageWrapper{background:#fff;border-radius:12px;width:140px;height:140px;overflow:hidden;box-shadow:0 2px 8px #0000001a}.contact-module__swMWYG__qrImage{object-fit:contain;width:100%;height:100%}.contact-module__swMWYG__qrLabel{color:var(--text-gray);font-size:13px;font-weight:600}.contact-module__swMWYG__channelBadge{border-radius:8px;align-items:center;gap:6px;margin-bottom:16px;padding:6px 12px;font-size:13px;font-weight:600;display:inline-flex}.contact-module__swMWYG__badgeKakao{color:#3c1e1e;background:#fee500}.contact-module__swMWYG__badgeLine{color:#fff;background:#06c755}.contact-module__swMWYG__faqSection{margin-bottom:40px}.contact-module__swMWYG__faqTitle{margin-bottom:24px;font-size:28px;font-weight:600}.contact-module__swMWYG__faqList{flex-direction:column;gap:12px;display:flex}.contact-module__swMWYG__faqItem{background:#fff;border-radius:16px;transition:box-shadow .3s;overflow:hidden}.contact-module__swMWYG__faqItem:hover,.contact-module__swMWYG__faqItemOpen{box-shadow:0 4px 12px #0000000f}.contact-module__swMWYG__faqQuestion{cursor:pointer;text-align:left;width:100%;color:var(--text-primary,#1d1d1f);background:0 0;border:none;justify-content:space-between;align-items:center;padding:20px 24px;font-size:16px;font-weight:500;transition:background .2s;display:flex}.contact-module__swMWYG__faqQuestion:hover{background:#00000005}.contact-module__swMWYG__faqIcon{color:var(--text-gray);flex-shrink:0;margin-left:16px;font-size:24px;font-weight:300}.contact-module__swMWYG__faqAnswer{transition:max-height .3s,opacity .3s;overflow:hidden}.contact-module__swMWYG__faqAnswer p{color:var(--text-gray);margin:0;padding:0 24px 20px;font-size:15px;line-height:1.6}.contact-module__swMWYG__formSection{text-align:center;background:#fff;border-radius:28px;margin-top:20px;padding:60px 20px}.contact-module__swMWYG__formTitle{margin-bottom:10px;font-size:28px;font-weight:600}.contact-module__swMWYG__formDesc{color:var(--text-gray);margin-bottom:30px}.contact-module__swMWYG__emailLink{color:var(--accent-blue);border-bottom:2px solid #0000;font-size:24px;font-weight:600;transition:all .3s}.contact-module__swMWYG__emailLink:hover{border-bottom-color:var(--accent-blue)}.contact-module__swMWYG__dmButton{color:#fff;background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888);border-radius:100px;margin-top:20px;padding:14px 32px;font-size:16px;font-weight:600;text-decoration:none;transition:transform .2s,box-shadow .2s;display:inline-block}.contact-module__swMWYG__dmButton:hover{transform:scale(1.05);box-shadow:0 8px 20px #dc27434d}.contact-module__swMWYG__fadeIn{opacity:0;transition:opacity .6s,transform .6s;transform:translateY(20px)}.contact-module__swMWYG__visible{opacity:1;transform:translateY(0)}@media (max-width:768px){.contact-module__swMWYG__hero h1{font-size:32px}.contact-module__swMWYG__grid{grid-template-columns:1fr}.contact-module__swMWYG__cardFull{flex-direction:column;grid-column:span 1;align-items:flex-start}.contact-module__swMWYG__cardFull>div{margin-bottom:20px}.contact-module__swMWYG__supportContent{margin-bottom:20px;padding-right:0}.contact-module__swMWYG__qrSection{justify-content:center;width:100%}.contact-module__swMWYG__qrImageWrapper{width:100px;height:100px}.contact-module__swMWYG__faqTitle{font-size:24px}.contact-module__swMWYG__faqQuestion{padding:16px 20px;font-size:15px}.contact-module__swMWYG__faqAnswer p{padding:0 20px 16px;font-size:14px}.contact-module__swMWYG__faqIcon{font-size:20px}}
