@charset "UTF-8";:root{--common-font-family: "Noto Sans KR", "Noto Sans", -apple-system, sans-serif;--common-font-color-default: #333;--common-font-color-highlight: #C2335F;--common-font-color-highlight-hover: #dd547d;--common-bg-color: #f8f9fa;--common-bg-gradient-default: linear-gradient(135deg, #dedddd 0%, #e8e8e8 100%);--common-bg-gradient: linear-gradient(135deg, #C2335F 0%, #273672 100%)}*,*:before,*:after{margin:0;padding:0;border:0;tab-size:.8rem;box-sizing:border-box;-webkit-user-drag:none;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;letter-spacing:-1px}html,body{overscroll-behavior-x:none}html{font-size:10px}body{position:relative;font-family:var(--common-font-family);color:var(--common-font-color-default);line-height:1.4;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;word-break:keep-all}ol,ul{list-style:none}blockquote,q{quotes:none}table{border-collapse:collapse;border-spacing:0}button{border:0;padding-block:0;background-color:transparent;cursor:pointer}b,strong{font-weight:bolder}small{font-size:80%}img{pointer-events:none}img,svg,button{vertical-align:top}:focus{outline-color:transparent;outline-style:none}:disabled{cursor:default}pre,code{font-family:inherit;font-size:inherit;color:inherit;white-space:pre-wrap;word-break:break-word}a{color:var(--common-font-color-highlight);text-decoration:none}a:hover{text-decoration:underline}.mb5{margin-bottom:5px}.mb10{margin-bottom:10px}.mb20{margin-bottom:20px}.mb30{margin-bottom:30px}.mb40{margin-bottom:40px}.font-roboto{font-family:Roboto,sans-serif}.display-none{display:none!important}.nopadding{padding:0!important}.nomargin{margin:0!important}.noborder{border:0!important}.notransition{transition:none!important}.nobg{background:none!important}.nobgimage{background-image:none!important}.nobgcolor{background-color:transparent!important}.overflow-visible{overflow:visible!important}.overflow-auto{overflow:auto!important}.overflow-scroll{overflow:scroll!important}.title{font-size:1.6rem;font-weight:700}.subtitle{font-size:1.4rem;font-weight:700}.text{font-size:1.2rem}.text-center{text-align:center}@media(max-width:767px){.h-container{width:100%}}@media(min-width:768px){.h-container{width:750px}}@media(min-width:1024px){.h-container{width:960px}}@media(min-width:1280px){.h-container{width:1140px}}.h-container{position:relative;padding:0 12px;margin:0 auto}.h-container .h-row{display:flex;flex-wrap:wrap;margin-left:-12px;margin-right:-12px}.h-container .h-row>.h-col{flex:none;padding-left:12px;padding-right:12px;min-height:1px;transition:all .2s}.h-container .h-row-mb>.h-col{margin-bottom:24px}.h-container.h-container-full-height{height:100%}.h-container.h-container-full-height>.h-row{height:100%}.h-container.h-container-full-height>.h-row>.h-col{height:100%}.h-container .h-col-1{width:8.3333333333%}.h-container .h-col-2{width:16.6666666667%}.h-container .h-col-3{width:25%}.h-container .h-col-4{width:33.3333333333%}.h-container .h-col-5{width:41.6666666667%}.h-container .h-col-6{width:50%}.h-container .h-col-7{width:58.3333333333%}.h-container .h-col-8{width:66.6666666667%}.h-container .h-col-9{width:75%}.h-container .h-col-10{width:83.3333333333%}.h-container .h-col-11{width:91.6666666667%}.h-container .h-col-12{width:100%}@media(min-width:1024px){.h-container .h-col-md-1{width:8.3333333333%}.h-container .h-col-md-2{width:16.6666666667%}.h-container .h-col-md-3{width:25%}.h-container .h-col-md-4{width:33.3333333333%}.h-container .h-col-md-5{width:41.6666666667%}.h-container .h-col-md-6{width:50%}.h-container .h-col-md-7{width:58.3333333333%}.h-container .h-col-md-8{width:66.6666666667%}.h-container .h-col-md-9{width:75%}.h-container .h-col-md-10{width:83.3333333333%}.h-container .h-col-md-11{width:91.6666666667%}.h-container .h-col-md-12{width:100%}}.h-row-gap-40{gap:40px}.h-row-direction-column{flex-direction:column}.h-row-justify-center{justify-content:center}.h-row-align-center{align-items:center}.h-full-height{height:100%}.color-default{color:var(--common-font-color-default)}.color-highlight{color:var(--common-font-color-highlight)}.h-dimm{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#00000080;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);z-index:-1}.scroll-snap{scroll-snap-type:both mandatory}.scroll-snap>*{scroll-snap-align:start}::-webkit-scrollbar{width:0;height:0}@media(min-width:768px){::-webkit-scrollbar{width:4px}}::-webkit-scrollbar-track{background-color:#f2f2f2;-webkit-border-radius:2px;border-radius:2px}::-webkit-scrollbar-thumb{background:var(--common-font-color-highlight);-webkit-border-radius:2px;border-radius:2px}::-webkit-scrollbar-button{display:block;height:0}.lazy-image,.lazy-bg{opacity:0;transition:opacity 1s}.lazy-image.v-lazy-loaded,.lazy-bg.v-lazy-loaded{opacity:1}.icon-wrap{width:100%;height:100%}.icon-wrap .icon{display:block;width:inherit;height:inherit;background-repeat:no-repeat;background-position:0 0;background-size:cover}.global-outer{position:relative;width:100%}.global-outer .global-contaner .nav-bar{color:var(--common-font-color);background-color:var(--common-bg-color)}.global-outer .global-contaner .contents{position:relative;height:100%}.global-outer .global-contaner .footer{background-color:var(--common-bg-color)}.scrollLocked{overflow:hidden}.section{padding:20px 10px}@media(min-width:768px){.section{padding:40px 0}}.section-title{font-size:24px;font-weight:700;color:#333;margin-bottom:20px;text-align:center}@media(min-width:768px){.section-title{font-size:28px;margin-bottom:20px;text-align:left}}.section-subtitle{position:relative;font-size:20px;font-weight:700;color:#333;margin-bottom:20px;padding-left:20px}.section-subtitle:before{content:"•";position:absolute;left:0;font-size:inherit;font-weight:700;color:var(--common-font-color-highlight);transform:translateY(-1px)}@media(min-width:768px){.section-subtitle{font-size:24px;margin-bottom:20px}}.section-description{font-size:16px;color:#555;text-align:center;max-width:800px;margin:0 auto}@media(min-width:768px){.section-description{font-size:17px}}.section-details{padding:0;margin:24px 0 0;font-size:16px}@media(min-width:768px){.section-details{font-size:18px}}.section-details strong{color:var(--common-font-color-highlight);font-weight:600}.section-divider{width:100%;height:1px;background-color:var(--common-font-color-highlight);margin:40px 0}.hero-section{position:relative;padding:60px 20px;background-image:var(--common-bg-gradient);color:#fff;text-align:center;overflow:hidden}.hero-section .hero-title{font-size:24px;font-weight:700}.hero-section .hero-description{font-size:16px;opacity:.95;margin-top:24px}@media(max-width:370px){.hero-section{padding:40px 10px}.hero-section .hero-title{font-size:20px}.hero-section .hero-description{font-size:16px}}@media(min-width:768px){.hero-section{padding:80px 20px}.hero-section .hero-title{font-size:42px}.hero-section .hero-description{font-size:18px}}.box-wrap{padding:24px;border:1px solid #e0e0e0;border-radius:8px;background-color:var(--common-bg-color);transition:box-shadow .3s ease;margin-bottom:20px}.box-wrap:hover{box-shadow:0 4px 12px #00000014}.box-wrap .box-title{font-size:18px;font-weight:600;color:var(--common-font-color-highlight);margin-bottom:12px}.box-wrap .box-title-strong{font-size:22px;font-weight:700;color:#c2335f;margin-bottom:28px;padding-bottom:16px;border-bottom:2px solid #f0f0f0}@media(min-width:768px){.box-wrap .box-title-strong{font-size:24px}}.box-wrap .box-content{font-size:15px;color:#555}.box-wrap .box-content strong{color:var(--common-font-color-highlight);font-weight:600}.box-wrap .box-content.warning{color:var(--common-font-color-highlight);font-weight:500}.box-wrap .box-note{font-size:14px;color:#666}.box-wrap .box-link{font-size:15px}.box-wrap.box-kakao{background-color:#fee500;border-left-color:#fee500}.box-wrap.box-kakao .icon-kakao{width:26px;aspect-ratio:1/1}.list-group{margin-bottom:28px}.list-group:last-child{margin-bottom:0}.list-dot{padding-left:16px}.list-dot li{padding:6px 0 6px 16px;position:relative;font-size:15px;color:#555}.list-dot li:before{content:"•";position:absolute;left:0;font-size:inherit;font-weight:700;color:var(--common-font-color-highlight);transform:translateY(-1px)}.list-dot li strong{color:var(--common-font-color-highlight);font-weight:600}.list-check{padding-left:16px}.list-check li{padding:6px 0 6px 16px;position:relative;font-size:15px;color:#555}.list-check li:before{content:"✓";position:absolute;left:0;font-size:inherit;color:var(--common-font-color-highlight);transform:translateY(-1px)}.list-check li strong{color:var(--common-font-color-highlight);font-weight:600}.bg-red{background-color:red}.info-grid{display:grid;grid-template-columns:1fr;gap:20px;margin-bottom:20px}@media(min-width:768px){.info-grid{grid-template-columns:repeat(2,1fr);gap:24px;margin-bottom:40px}}.info-grid .info-card{background:#f8f9fa;border-radius:12px;padding:24px;transition:all .3s ease;border-left:4px solid #C2335F}.info-grid .info-card:hover{box-shadow:0 4px 16px #0000001a;transform:translateY(-4px)}.info-grid .info-card.warning{background:#fff9e6;border-left-color:#ff9800}.info-grid .info-card.warning .info-card-title{color:#ff9800}.info-grid .info-card .info-card-title{font-size:18px;font-weight:600;color:#c2335f;margin-bottom:16px}@media(min-width:768px){.info-grid .info-card .info-card-title{font-size:20px}}.info-grid .info-card p{font-size:15px;color:#555;margin-bottom:12px}.info-grid .info-card p:last-child{margin-bottom:0}.info-grid .info-card p strong{color:#c2335f;font-weight:600}.info-grid .info-card p small{font-size:13px;color:#777}.info-grid .info-card ul{padding-left:20px;margin:0}.info-grid .info-card ul li{font-size:15px;color:#555;margin-bottom:8px}.info-grid .info-card .tip-box{background:#e8f5e9;border-radius:8px;padding:16px;margin-top:12px;font-size:14px;color:#2e7d32}.info-grid .info-card .tip-box strong{color:#1b5e20}.info-grid .info-card .note{font-size:13px;color:#666;font-style:italic;margin-top:8px}.info-list .info-item{background:#f8f9fa;border-radius:8px;padding:16px 20px;margin-bottom:12px;font-size:15px;color:#555}.info-list .info-item strong{color:#c2335f}.alert-box{background:#fff9e6;border:2px solid #ff9800;border-radius:12px;padding:20px;margin-top:24px}.alert-box p{margin:0;font-size:15px;color:#663c00}.alert-box p strong{color:#ff6f00}.shop-map{width:100%;height:300px;border-radius:12px;overflow:hidden;margin-bottom:20px}.shop-map iframe{width:100%;height:100%;border:0}@media(min-width:768px){.shop-map{height:600px;margin-bottom:60px}}.shop-grid{display:grid;grid-template-columns:1fr;gap:20px}@media(max-width:767px){.shop-grid{grid-template-columns:repeat(1,1fr)}}@media(min-width:768px){.shop-grid{grid-template-columns:repeat(2,1fr);gap:24px}}@media(min-width:1024px){.shop-grid{grid-template-columns:repeat(3,1fr);gap:24px}}.shop-grid .shop-card{position:relative;background:#fff;border:1px solid #e0e0e0;border-radius:12px;overflow:hidden;transition:all .3s ease}.shop-grid .shop-card:hover{transform:translateY(-6px);box-shadow:0 8px 24px #00000026;border-color:#c2335f}.shop-grid .shop-card .shop-label{position:absolute;top:0;left:0;padding:8px 12px 12px;font-size:16px;color:#fff;background-image:var(--common-bg-gradient);border-radius:0 0 12px;z-index:123}.shop-grid .shop-card .shop-name{font-size:16px;font-weight:600;color:#333;padding:16px}@media(min-width:768px){.shop-grid .shop-card .shop-name{font-size:17px}}.shop-grid .shop-card .shop-info{padding:24px 16px;border-top:1px dashed #e0e0e0}.shop-grid .shop-card .shop-info li{display:flex;align-items:flex-start;font-size:14px;color:#666}.shop-grid .shop-card .shop-info li+li{margin-top:8px}.shop-grid .shop-card .shop-info li .op-name{flex:none;width:60px;color:#c2335f;font-weight:600;margin-right:8px}.shop-grid .shop-card .shop-info li .op-value .kick{color:#c2335f}.shop-grid .shop-card .shop-info li .op-value .btn-link{display:inline-block;padding:3px 8px 5px;border-radius:4px;color:#fff;transition:background-color .4s;background-color:var(--common-font-color-highlight)}.shop-grid .shop-card .shop-info li .op-value .btn-link:hover{background-color:var(--common-font-color-highlight-hover)}@media(min-width:768px){.shop-grid .shop-card .shop-info li{font-size:15px}}.image-placeholder{background:linear-gradient(135deg,#e0e0e0,#f5f5f5);border:2px dashed #bbb;border-radius:8px;display:flex;align-items:center;justify-content:center;margin:0 0 24px;position:relative;overflow:hidden}.image-placeholder.landscape{width:100%;padding-top:56.25%}.image-placeholder.landscape.large{padding-top:66.67%}.image-placeholder.square{width:100%;padding-top:100%}.image-placeholder span{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:14px;color:#666;font-weight:500;text-align:center;padding:20px}@media(min-width:768px){.image-placeholder span{font-size:16px}}.popup-component{position:fixed;inset:0;color:#000;display:flex;align-items:center;justify-content:center;z-index:100000;overflow:auto}.popup-component>.popup-dimm{position:fixed;inset:0;background-color:#00000080;z-index:99}.popup-component>.popup{display:flex;flex-direction:column;justify-content:center;width:auto;height:auto;max-width:80%;max-height:calc(100vh - 100px);border-radius:10px;background-color:#fff;box-shadow:0 4px 20px #0000001a;overflow:hidden;z-index:100}@media(min-width:768px){.popup-component>.popup{max-width:800px}}.popup-component>.popup .popup-header{position:relative;width:100%;font-size:24px;font-weight:700;padding:20px 0;text-align:center;border-bottom:1px solid #ccc}.popup-component>.popup .popup-header .btn-close{position:absolute;top:50%;left:0;padding:32px;transform:translateY(-50%);stroke:var(--app-font-color);cursor:pointer}@media(min-width:768px){.popup-component>.popup .popup-header{font-size:38px}}.popup-component>.popup .popup-contents{flex:1;overflow:auto}.popup-component>.popup .popup-footer{width:100%}.popup-component>.popup .popup-footer .btn-wrap{display:flex;gap:36px}.popup-component>.popup .popup-footer .btn-wrap .btn{flex:1;font-size:20px;font-weight:700;padding:18px 0;border-radius:4px;color:#fff;transition:opacity .3s}.popup-component>.popup .popup-footer .btn-wrap .btn.btn-confirm{background-color:var(--common-font-color-highlight)}.popup-component>.popup .popup-footer .btn-wrap .btn.btn-cancel{color:#333}.popup-component>.popup .popup-footer .btn-wrap .btn.disable{opacity:.4}@media(min-width:768px){.popup-component>.popup .popup-footer .btn-wrap .btn{font-size:28px;padding:20px 0}}.fullscreen .popup-component.toast{display:none!important}.scroll-component{display:flex;flex-direction:column;overflow:hidden;position:relative;height:auto;max-height:100%}.scroll-component .scroll-inner{display:inherit;flex-direction:inherit;overflow:inherit;position:relative;width:100%;height:100%}.scroll-component .scroll-inner .scroll-container{position:relative;height:100%;overflow-y:auto;padding-top:40px;padding-bottom:40px}.scroll-component.has-scroll .scroll-inner .scroll-container{padding-right:36px}.scroll-component.has-scroll:after{opacity:1}.scroll-component.has-scroll.scroll-pos-between .scroll-inner .scroll-track{opacity:1}.scroll-component.has-scroll.scroll-pos-between .btn-totop{opacity:1;pointer-events:auto}.scroll-component.has-scroll.scroll-pos-between:before,.scroll-component.has-scroll.scroll-pos-between:after{opacity:1}.scroll-component.has-scroll.scroll-pos-top:before{opacity:0}.scroll-component.has-scroll.scroll-pos-top:after{opacity:1}.scroll-component.has-scroll.scroll-pos-bottom .btn-totop{opacity:1;pointer-events:auto}.scroll-component.has-scroll.scroll-pos-bottom:before{opacity:1}.scroll-component.has-scroll.scroll-pos-bottom:after{opacity:0}.scroll-track{position:absolute;top:40px;right:0;background-color:var(--scroll-track-color);height:calc(100% - 80px);width:6px;border-radius:6px;transition:opacity .4s;opacity:0;z-index:110}.scroll-track .scroll-bar{position:absolute;width:100%;background-color:var(--scroll-thumb-color);border-radius:6px;transition:height .3s ease}.scroll-dimm:before,.scroll-dimm:after{content:"";display:block;position:absolute;left:0;width:100%;height:25%;pointer-events:none;opacity:0;transition:opacity .4s;z-index:100}.scroll-dimm:before{top:0;background-image:linear-gradient(to top,transparent,var(--app-bg-color))}.scroll-dimm:after{bottom:0;background-image:linear-gradient(to bottom,transparent,var(--app-bg-color))}.image-component{position:relative;width:100%;aspect-ratio:4/3}.image-component .image-frame{position:relative;width:100%;height:100%;border-radius:8px;overflow:hidden}.image-component .image-frame img{width:100%;height:100%;background:#f0f0f0;transition:all .3s ease;object-fit:cover}.image-component .image-alt{font-size:13px;color:#666;text-align:center;margin-top:8px}@media(min-width:768px){.image-component .image-alt{font-size:16px}}.icon-wrap[data-v-4d9f0c22]{width:100%;aspect-ratio:1/1}.icon-wrap i.icon[data-v-4d9f0c22]{display:block;width:100%;height:100%;background-image:url(/assets/icon-sprite-nlIqZDs0.svg);background-repeat:no-repeat;background-size:1000% auto}.icon-wrap i.icon.icon-name-arrow[data-v-4d9f0c22]{background-position:0% 0%}.icon-wrap i.icon.icon-name-home[data-v-4d9f0c22]{background-position:11.11% 0%}.icon-wrap i.icon.icon-name-user[data-v-4d9f0c22]{background-position:22.22% 22.22%}.input-checkbox-wrap[data-v-faa54ec7]{display:flex;align-items:center;justify-content:center;gap:12px}.input-checkbox-wrap input[type=checkbox][data-v-faa54ec7]{appearance:none;display:none;width:0;height:0}.input-checkbox-wrap .checkbox-icon[data-v-faa54ec7]{display:block;fill:transparent;stroke:var(--input-checkbox-color)}.input-checkbox-wrap .checkbox-name[data-v-faa54ec7]{color:var(--input-checkbox-label-color)}.input-checkbox-wrap input[type=checkbox]:checked+.checkbox-icon[data-v-faa54ec7]{stroke:var(--input-checkbox-color-checked)}.input-checkbox-wrap input[type=checkbox]:checked~.checkbox-name[data-v-faa54ec7]{color:var(--input-checkbox-label-color-checked)}.popup-contents[data-v-d19bf8bc]{padding-top:40px;margin-bottom:30px}.popup-contents .tx-description[data-v-d19bf8bc]{font-size:28px}.popup-close[data-v-f764e7c6]{width:40px;height:40px;background-color:#ff69b4}.popup-contents[data-v-f764e7c6]{display:flex;flex-direction:column;overflow:hidden;align-self:stretch;justify-content:flex-start;margin:0 -50px;text-align:center}.popup-contents .tx-description[data-v-f764e7c6]{flex:1;font-size:40px;color:var(--popup-font-color);overflow:hidden}.popup.qr[data-v-f19aac96]{width:100%;height:100%}@media(min-width:768px){.popup.qr[data-v-f19aac96]{max-width:900px}}.popup-inner[data-v-f19aac96]{display:flex;flex-direction:column;height:100%}.popup-contents[data-v-f19aac96]{padding:20px}@media(min-width:768px){.popup-contents[data-v-f19aac96]{padding:40px}}.popup-contents .noti-image[data-v-f19aac96]{display:block;width:100%}.popup-contents .tx-description[data-v-f19aac96]{font-size:16px;text-align:center}@media(min-width:768px){.popup-contents .tx-description[data-v-f19aac96]{font-size:20px}}.popup-footer[data-v-f19aac96]{padding:0 20px 20px}@media(min-width:768px){.popup-footer[data-v-f19aac96]{padding:0 40px 40px}}.popup.qr[data-v-317ebd8e]{width:100%}@media(min-width:768px){.popup.qr[data-v-317ebd8e]{max-width:500px}}.popup-contents[data-v-317ebd8e]{padding:20px}@media(min-width:768px){.popup-contents[data-v-317ebd8e]{padding:40px}}.popup-contents .qr-image[data-v-317ebd8e]{width:100%;display:block;margin-bottom:20px}@media(min-width:768px){.popup-contents .qr-image[data-v-317ebd8e]{margin-bottom:40px}}.popup-contents .tx-description[data-v-317ebd8e]{font-size:16px;text-align:center}@media(min-width:768px){.popup-contents .tx-description[data-v-317ebd8e]{font-size:20px}}.popup-footer[data-v-317ebd8e]{padding:0 20px 20px}@media(min-width:768px){.popup-footer[data-v-317ebd8e]{padding:0 40px 40px}}.header[data-v-96cd5265]{padding:40px 0;background-image:url(/assets/header-bg1-BTu0bMtd.png),url(/assets/header-bg2-CkZYh5V4.png);background-size:contain;background-position:left top,right top;background-repeat:no-repeat}@media(min-width:768px){.header[data-v-96cd5265]{background-position:left top,right top}}.col-logo img[data-v-96cd5265]{width:20vw;max-width:22rem;aspect-ratio:1/1;border-radius:100%;overflow:hidden}.col-title[data-v-96cd5265]{font-size:clamp(2rem,2.8vw,4.4rem);font-weight:700;text-shadow:0 0 8px #fff}.footer[data-v-3d7ba000]{padding:40px 0}.footer .col-flogo[data-v-3d7ba000]{max-width:200px}.footer .col-flogo img[data-v-3d7ba000]{width:100%;height:auto}.footer .col-copyright[data-v-3d7ba000]{font-size:12px;color:#999}.nav-bar[data-v-1da7a0a2]{position:sticky;top:0;z-index:1000}.nav-menu[data-v-1da7a0a2]{display:flex;justify-content:center;align-items:center}.nav-menu>li[data-v-1da7a0a2]{flex:1 1 auto}.nav-menu>li a[data-v-1da7a0a2]{position:relative;display:block;font-size:18px;font-weight:600;color:#333;padding:16px;background-color:#f9f9f9;text-align:center;text-decoration:none!important}.nav-menu>li a[data-v-1da7a0a2]:before{content:"";position:absolute;top:0;left:0;width:100%;height:3px;background-color:#999;transition:all .3s;transform:scale(0)}.nav-menu>li a.router-link-exact-active[data-v-1da7a0a2]{background-color:#fff}.nav-menu>li a.router-link-exact-active[data-v-1da7a0a2]:before{background-color:#c2335f;transform:scale(1)}@media(max-width:767px){.nav-menu>li a[data-v-1da7a0a2]{font-size:14px}}.nav-menu>li+li a[data-v-1da7a0a2]{margin-left:-1px}@keyframes fadeIn-705a8ae2{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}.intro-section[data-v-705a8ae2]{position:fixed;top:0;left:0;width:100%;height:100%;background-image:url(/assets/bg-BJl_Ay_u.jpg);background-size:cover;background-position:center;transition:opacity 2s ease-in-out;opacity:1;z-index:1000000}.intro-section.fade-out[data-v-705a8ae2]{opacity:0;pointer-events:none}.isActive[data-v-705a8ae2]{opacity:0;animation:fadeIn-705a8ae2 1s forwards}.isActive.delay-1[data-v-705a8ae2]{animation-delay:.5s}.isActive.delay-2[data-v-705a8ae2]{animation-delay:1.5s}.isActive.delay-3[data-v-705a8ae2]{animation-delay:2.5s}.col-logo img[data-v-705a8ae2]{width:80%;max-width:580px}.col-logo[data-v-705a8ae2]{text-align:center}.col-text[data-v-705a8ae2]{font-size:clamp(2.4rem,2.8vw,4.4rem);font-weight:700;color:#fff;text-align:center}.col-skip[data-v-705a8ae2]{text-align:center}.col-skip button[data-v-705a8ae2]{font-size:20px;color:#fff;padding:10px 20px;border:1px solid #fff;border-radius:8px;background-color:#fff0;cursor:pointer}.col-skip button[data-v-705a8ae2]:hover{background-color:#fff3;transition:background-color .3s ease}.noti .popup-contents[data-v-0c72d306]{max-width:100%}.noti .popup-contents .img-noti[data-v-0c72d306]{width:100%;height:100%;object-fit:contain}.noti .popup-footer[data-v-0c72d306]{display:flex;justify-content:space-between;align-items:center}.noti .popup-footer .checkbox-wrap[data-v-0c72d306]{display:flex;align-items:center;gap:8px}.noti .popup-footer .checkbox-wrap input[type=checkbox][data-v-0c72d306]{width:16px;height:16px}.noti .popup-footer .checkbox-wrap label[data-v-0c72d306]{font-size:14px;color:#333}.noti .popup-footer button[data-v-0c72d306]{padding:8px 16px;color:#000;cursor:pointer}.noti .popup-footer button[data-v-0c72d306]:hover{color:#c2335f}@keyframes spin-b7fcfa61{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.main-page .hero-section .hero-section-bg-obj[data-v-b7fcfa61]{position:absolute;top:0;left:0;aspect-ratio:1/1;background-image:url("data:image/svg+xml,%3csvg%20width='100'%20height='100'%20viewBox='0%200%20100%20100'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cdefs%3e%3cfilter%20id='shadow'%20x='-20%25'%20y='-20%25'%20width='150%25'%20height='150%25'%3e%3cfeDropShadow%20dx='0'%20dy='2'%20stdDeviation='1'%20flood-color='black'%20flood-opacity='1'/%3e%3c/filter%3e%3c/defs%3e%3cpath%20d='M50%2070.8333C61.506%2070.8333%2070.8334%2061.5059%2070.8334%2050C70.8334%2038.494%2061.506%2029.1666%2050%2029.1666C38.4941%2029.1666%2029.1667%2038.494%2029.1667%2050C29.1667%2061.5059%2038.4941%2070.8333%2050%2070.8333Z'%20fill='rgba(255,255,255,.3)'%20stroke-opacity='0.8'%20stroke-width='8.33333'%20filter='url(%23shadow)'/%3e%3cpath%20d='M50%208.33337V16.6667M50%2083.3334V91.6667M16.6666%2050H8.33331M91.6666%2050H83.3333M79.4583%2020.5417L73.5833%2026.4167M26.4166%2073.5834L20.5416%2079.4584M79.4583%2079.4584L73.5833%2073.5834M26.4166%2026.4167L20.5416%2020.5417'%20stroke='rgba(255,255,255,.3)'%20stroke-width='8.33333'%20stroke-linecap='round'%20filter='url(%23shadow)'/%3e%3c/svg%3e");background-size:cover;background-position:0 0;background-repeat:no-repeat;animation:spin-b7fcfa61 30s linear infinite}.main-page .hero-section .hero-section-bg-obj.obj1[data-v-b7fcfa61]{top:-70%;left:0;width:450px}.main-page .hero-section .hero-section-bg-obj.obj2[data-v-b7fcfa61]{top:70%;left:-20%;width:200px}.main-page .hero-section .hero-section-bg-obj.obj3[data-v-b7fcfa61]{top:30%;left:80%;width:300px}@media(min-width:768px){.main-page .hero-section .hero-section-bg-obj.obj1[data-v-b7fcfa61]{top:-68%;left:4%;width:700px}.main-page .hero-section .hero-section-bg-obj.obj2[data-v-b7fcfa61]{top:58%;left:0;width:400px}.main-page .hero-section .hero-section-bg-obj.obj3[data-v-b7fcfa61]{top:30%;left:80%;width:500px}}@keyframes spin-b0631099{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.customs-page .hero-section .hero-section-bg-obj[data-v-b0631099]{position:absolute;top:0;left:0;aspect-ratio:1/1;background-image:url("data:image/svg+xml,%3csvg%20width='170'%20height='170'%20viewBox='0%200%20170%20170'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cdefs%3e%3cfilter%20id='shadow'%20x='-20%25'%20y='-20%25'%20width='150%25'%20height='150%25'%3e%3cfeDropShadow%20dx='0'%20dy='2'%20stdDeviation='1'%20flood-color='black'%20flood-opacity='1'/%3e%3c/filter%3e%3c/defs%3e%3cg%20clip-path='url(%23clip0_16_9)'%3e%3cpath%20d='M61.811%2030.0596C72.0125%2012.5289%2097.323%2012.49%20107.579%2029.9893L133.312%2073.8994L133.323%2073.918L133.334%2073.9365L153.8%20108.497C164.261%20126.162%20151.529%20148.5%20130.999%20148.5H38.4575C17.8878%20148.5%205.16047%20126.085%2015.7007%20108.421L36.2622%2073.9639L36.2896%2073.9189L36.3159%2073.874L61.811%2030.0596Z'%20stroke='white'%20stroke-opacity='0.3'%20stroke-width='19'%20filter='url(%23shadow)'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_16_9'%3e%3crect%20width='170'%20height='170'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");background-size:cover;background-position:0 0;background-repeat:no-repeat;animation:spin-b0631099 30s linear infinite}.customs-page .hero-section .hero-section-bg-obj.obj1[data-v-b0631099]{top:-70%;left:0;width:350px}.customs-page .hero-section .hero-section-bg-obj.obj2[data-v-b0631099]{top:70%;left:-20%;width:200px}.customs-page .hero-section .hero-section-bg-obj.obj3[data-v-b0631099]{top:30%;left:80%;width:300px}@media(min-width:768px){.customs-page .hero-section .hero-section-bg-obj.obj1[data-v-b0631099]{top:-68%;left:80%;width:500px}.customs-page .hero-section .hero-section-bg-obj.obj2[data-v-b0631099]{top:58%;left:75%;width:250px}.customs-page .hero-section .hero-section-bg-obj.obj3[data-v-b0631099]{top:30%;left:0;width:350px}}.list-group .box-title[data-v-b0631099]{color:var(--common-font-color-default)}.btn-noti[data-v-b0631099]{color:var(--common-font-color-highlight);font-weight:700}.tab-component.horizontal-scroll-enable[data-v-dd0f161b]{width:100%}.tab-component.horizontal-scroll-enable .tab-menu[data-v-dd0f161b]{position:relative}.tab-component.horizontal-scroll-enable .tab-menu ul[data-v-dd0f161b]{overflow-x:scroll}.tab-component.horizontal-scroll-enable .tab-menu .tabMenuDimm[data-v-dd0f161b]{position:absolute;top:0;width:15%;height:100%;background-image:linear-gradient(to right,#0000,#0000);transition:opacity .4s;opacity:0;pointer-events:none}.tab-component.horizontal-scroll-enable .tab-menu .tabMenuDimm.dimmLeft[data-v-dd0f161b]{left:0;background-image:linear-gradient(to right,var(--app-bg-color),rgba(0,0,0,0))}.tab-component.horizontal-scroll-enable .tab-menu .tabMenuDimm.dimmRight[data-v-dd0f161b]{right:0;background-image:linear-gradient(to left,var(--app-bg-color),rgba(0,0,0,0))}.tab-component.horizontal-scroll-enable .tab-menu .tabMenuDimm.dimmLeft.active[data-v-dd0f161b],.tab-component.horizontal-scroll-enable .tab-menu .tabMenuDimm.dimmRight.active[data-v-dd0f161b]{opacity:1}.schedule-page[data-v-21269c96]{padding:40px 10px}@media(min-width:768px){.schedule-page[data-v-21269c96]{padding:60px 20px 80px}}.schedule-page[data-v-21269c96] .tab-component{margin-bottom:40px}.schedule-page[data-v-21269c96] .tab-component .tab-menu ul{display:flex;justify-content:center;align-items:center;width:100%;gap:12px;flex-wrap:wrap}.schedule-page[data-v-21269c96] .tab-component .tab-menu ul>li{padding:14px 20px;flex:1 1 auto;min-width:200px;text-align:center;font-size:18px;font-weight:500;color:#555;border:2px solid #eee;border-radius:12px;background:#fff;cursor:pointer;transition:all .3s ease;background-clip:border-box;background-origin:border-box}@media(min-width:768px){.schedule-page[data-v-21269c96] .tab-component .tab-menu ul>li{font-size:16px;padding:16px 32px}}.schedule-page[data-v-21269c96] .tab-component .tab-menu ul>li:hover{border-color:#c2335f;transform:translateY(-2px);box-shadow:0 4px 12px #19734b33}.schedule-page[data-v-21269c96] .tab-component .tab-menu ul>li.active{background-image:linear-gradient(135deg,#c2335f,#273672);border-color:transparent;color:#fff;box-shadow:0 4px 16px #19734b4d}.schedule-page[data-v-21269c96] .tab-component .tab-menu ul>li.active .tab-name{color:#fff;font-weight:600}.schedule-page .tab-contents>div[data-v-21269c96]{animation:fadeIn-21269c96 .4s ease}@keyframes fadeIn-21269c96{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.schedule-page .schedule-title[data-v-21269c96]{font-size:28px;font-weight:700;color:#333;margin-bottom:32px;text-align:center}@media(min-width:768px){.schedule-page .schedule-title[data-v-21269c96]{font-size:36px;margin-bottom:48px}}.schedule-page .meeting-info[data-v-21269c96]{background:#fff;border-radius:12px;padding:24px;margin-bottom:32px;box-shadow:0 2px 8px #0000000d}@media(min-width:768px){.schedule-page .meeting-info[data-v-21269c96]{padding:32px}}.schedule-page .meeting-info .info-title[data-v-21269c96]{font-size:18px;font-weight:600;color:#c2335f;margin-bottom:16px}.schedule-page .meeting-info .info-content[data-v-21269c96]{font-size:15px;color:#555}.schedule-page .meeting-info .info-content strong[data-v-21269c96]{color:#333;font-weight:600}.schedule-page .flight-info[data-v-21269c96]{background:linear-gradient(135deg,#c2335f,#273672);color:#fff;border-radius:12px;padding:24px;margin-bottom:32px;text-align:center}@media(min-width:768px){.schedule-page .flight-info[data-v-21269c96]{padding:32px}}.schedule-page .flight-info .flight-area[data-v-21269c96]{font-size:16px;color:#fff;margin-bottom:12px}.schedule-page .flight-info .flight-route[data-v-21269c96]{display:flex;justify-content:space-around;align-items:center;gap:16px;flex-wrap:wrap;margin-bottom:12px}@media(max-width:370px){.schedule-page .flight-info .flight-route[data-v-21269c96]{flex-direction:column}}.schedule-page .flight-info .flight-route .city[data-v-21269c96]{font-size:20px;font-weight:700}@media(min-width:768px){.schedule-page .flight-info .flight-route .city[data-v-21269c96]{font-size:24px}}.schedule-page .flight-info .flight-route .flight-code[data-v-21269c96]{font-size:18px;opacity:.9}@media(max-width:370px){.schedule-page .flight-info .flight-route .flight-code[data-v-21269c96]{padding:10px 0;border-top:1px solid #fff;border-bottom:1px solid #fff}}.schedule-page .flight-info .hotel-name[data-v-21269c96]{font-size:16px;margin-top:16px;opacity:.95}.schedule-page .flight-info.return[data-v-21269c96]{background:#333}.schedule-page .flight-info.return .flight-area[data-v-21269c96]{color:#aaa}.schedule-page .day-card[data-v-21269c96]{background:#fff;border-radius:12px;padding:24px;margin-bottom:24px;box-shadow:0 2px 8px #0000000d;transition:transform .3s ease,box-shadow .3s ease}@media(min-width:768px){.schedule-page .day-card[data-v-21269c96]{padding:32px}}.schedule-page .day-card[data-v-21269c96]:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001a}.schedule-page .day-card .day-header[data-v-21269c96]{border-left:4px solid #C2335F;padding-left:16px;margin-bottom:20px}.schedule-page .day-card .day-header .day-number[data-v-21269c96]{font-size:14px;color:#c2335f;font-weight:600;margin-bottom:4px}.schedule-page .day-card .day-header .day-date[data-v-21269c96]{font-size:20px;font-weight:700;color:#333}@media(min-width:768px){.schedule-page .day-card .day-header .day-date[data-v-21269c96]{font-size:24px}}.schedule-page .day-card .day-header .day-title[data-v-21269c96]{font-size:16px;color:#666;margin-top:8px}.schedule-page .day-card .day-activities .activity-description[data-v-21269c96]{font-size:12px;padding:24px;border:1px solid #e0e0e0;border-radius:8px;background-color:var(--common-bg-color);transition:box-shadow .3s ease;margin-bottom:20px}@media(min-width:768px){.schedule-page .day-card .day-activities .activity-description[data-v-21269c96]{font-size:14px}}.schedule-page .day-card .day-activities .activity-section[data-v-21269c96]{margin-bottom:20px}.schedule-page .day-card .day-activities .activity-section[data-v-21269c96]:last-child{margin-bottom:0}.schedule-page .day-card .day-activities .activity-section .section-badge[data-v-21269c96]{display:inline-block;background:#e3f2fd;color:#1976d2;padding:6px 12px;border-radius:6px;font-size:13px;font-weight:600;margin-bottom:12px}.schedule-page .day-card .day-activities .activity-section .activity-list[data-v-21269c96]{list-style:none;padding:0;margin:0}.schedule-page .day-card .day-activities .activity-section .activity-list li[data-v-21269c96]{padding:8px 0 8px 24px;position:relative;font-size:15px;color:#555}.schedule-page .day-card .day-activities .activity-section .activity-list li[data-v-21269c96]:before{content:"•";position:absolute;left:0;color:#c2335f;font-size:18px}.schedule-page .day-card .day-activities .activity-section .section-info[data-v-21269c96]{background:#f8f9fa;border-radius:8px;padding:12px 16px;margin-top:12px;font-size:16px;color:#666;border-left:3px solid #ffc107}.schedule-page .flight-info.return[data-v-21269c96]{background:#333;margin-top:40px}.schedule-page .flight-info.return .info-title[data-v-21269c96]{font-size:16px;color:#aaa;margin-bottom:12px;text-transform:uppercase;letter-spacing:1px}.schedule-page .common-activities[data-v-21269c96]{margin-top:16px;padding-top:16px;border-top:1px solid #eee}.header-section[data-v-e7b50843]{text-align:center;background:#fff}.description-box[data-v-e7b50843]{margin-bottom:40px;text-align:center}.process-steps[data-v-e7b50843]{display:flex;flex-direction:column;align-items:center}.step-card[data-v-e7b50843]{width:100%;padding:20px;border-radius:12px;background-color:var(--common-bg-color);box-shadow:0 2px 8px #0000000d;border-width:2px;border-style:solid}.step-card.step-card-1[data-v-e7b50843]{border-color:#dbeafe}.step-card.step-card-2[data-v-e7b50843]{border-color:#bfdbfe}.step-card.step-card-3[data-v-e7b50843]{border-color:#93c5fd}.step-card.step-card-4[data-v-e7b50843]{border-color:#60a5fa}.step-card.step-card-5[data-v-e7b50843]{border-color:#3b82f6}.step-card .step-header[data-v-e7b50843]{display:flex;align-items:center;gap:12px;margin-bottom:15px}.step-card .step-header .step-badge[data-v-e7b50843]{background:#eff6ff;color:#3b82f6;font-size:11px;font-weight:700;padding:4px 8px;border-radius:6px}.step-card .step-header .step-title[data-v-e7b50843]{font-size:18px;font-weight:700;color:#1e293b}.step-card .step-body .step-text[data-v-e7b50843]{font-size:16px;text-align:center;margin-top:20px;color:#475569}@media(min-width:1024px){.step-card .step-body .step-text[data-v-e7b50843]{font-size:18px;text-align:left;margin-top:0}}.step-card .step-body .btn-qrCode[data-v-e7b50843]{width:100%;margin-top:20px;padding:10px 20px;font-size:16px;color:#fff;background-color:#3b82f6;border:none;border-radius:4px;cursor:pointer;transition:background-color .3s}.step-card .step-body .btn-qrCode[data-v-e7b50843]:hover{background-color:#2563eb}@media(min-width:1024px){.step-card .step-body .btn-qrCode[data-v-e7b50843]{width:auto}}.connector[data-v-e7b50843]{height:30px}.connector .line[data-v-e7b50843]{width:2px;height:100%;background:#cbd5e1;position:relative}.connector .line[data-v-e7b50843]:after{content:"▼";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);font-size:10px;color:#cbd5e1}.slider-container[data-v-df0ad64c]{width:100%}.my-swiper[data-v-df0ad64c] .swiper-pagination{position:relative;width:100%;text-align:center;padding:8px 0;font-size:0}.my-swiper[data-v-df0ad64c] .swiper-pagination .swiper-pagination-bullet{display:inline-block;vertical-align:middle;width:10px;height:10px;background-color:#aaa;border-radius:100%;margin:0 4px}.my-swiper[data-v-df0ad64c] .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color:var(--common-font-color-highlight)}.slide-image[data-v-df0ad64c]{width:100%;aspect-ratio:1/1;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#f4f4f4}.slide-image img[data-v-df0ad64c]{width:100%;height:100%;object-fit:cover}[data-v-df0ad64c] .swiper-button-next,[data-v-df0ad64c] .swiper-button-prev{color:var(--common-font-color-highlight)}.shop-notice[data-v-ff5ce4b9]{background:var(--common-bg-gradient-default);border-radius:20px;padding:24px;box-shadow:0 4px 20px #0000000d;margin:20px auto}.notice-header[data-v-ff5ce4b9]{text-align:center;margin-bottom:24px}.notice-header .category-badge[data-v-ff5ce4b9]{display:inline-block;background:#f1f5f9;color:#64748b;font-size:12px;font-weight:600;padding:4px 12px;border-radius:100px;margin-bottom:12px}.notice-header .notice-title[data-v-ff5ce4b9]{font-size:20px;font-weight:800;color:#1e293b;line-height:1.4}.notice-header .notice-title span[data-v-ff5ce4b9]{color:var(--common-font-color-highlight)}.notice-header .alert-box[data-v-ff5ce4b9]{margin-top:16px;background:#fff4ed;border:1px solid #ea580c;border-radius:12px;padding:12px;display:flex;align-items:center;gap:8px}.notice-header .alert-box p[data-v-ff5ce4b9]{font-size:13px;color:#ea580c;margin:0;text-align:left;font-weight:500}.notice-intro[data-v-ff5ce4b9]{font-size:14px;color:#475569;line-height:1.6;text-align:center;margin-bottom:30px}.guide-steps[data-v-ff5ce4b9]{display:flex;flex-direction:column;gap:16px;margin-bottom:30px}.guide-steps .step-box[data-v-ff5ce4b9]{display:flex;gap:16px;background:#f8fafc;padding:16px;border-radius:16px;border:1px solid #f1f5f9}.guide-steps .step-box .step-num[data-v-ff5ce4b9]{font-size:20px;font-weight:900;color:#cbd5e1;font-style:italic}.guide-steps .step-box .step-info[data-v-ff5ce4b9]{flex:1}.guide-steps .step-box .step-info .step-label[data-v-ff5ce4b9]{font-size:15px;font-weight:700;color:#334155;margin-bottom:4px}.guide-steps .step-box .step-info .step-desc[data-v-ff5ce4b9]{font-size:13px;color:#64748b;margin:0}.guide-steps .step-box .step-info .step-desc small[data-v-ff5ce4b9]{display:block;margin-top:4px;color:#94a3b8}.guide-steps .step-box .step-info .link-btn[data-v-ff5ce4b9]{display:inline-block;margin-top:8px;font-size:13px;font-weight:600;color:#ff6b00;text-decoration:none}.guide-steps .step-box .step-info .link-btn .arrow[data-v-ff5ce4b9]{margin-left:4px}.guide-steps .step-box .step-info .search-tips[data-v-ff5ce4b9]{margin-top:8px;display:flex;gap:6px}.guide-steps .step-box .step-info .search-tips span[data-v-ff5ce4b9]{font-size:11px;background:#e2e8f0;padding:2px 8px;border-radius:4px;color:#475569}.tips-section[data-v-ff5ce4b9]{background:#f1f5f9;padding:16px;border-radius:12px}.tips-section .tips-title[data-v-ff5ce4b9]{font-size:14px;font-weight:700;color:#1e293b;margin-bottom:8px}.tips-section .tips-list[data-v-ff5ce4b9]{margin:0;padding-left:18px}.tips-section .tips-list li[data-v-ff5ce4b9]{font-size:13px;color:#475569;margin-bottom:6px;line-height:1.5}.tips-section .tips-list li strong[data-v-ff5ce4b9]{color:#1e293b}.tags-container[data-v-10ca6173]{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;margin-bottom:32px}@media(min-width:768px){.tags-container[data-v-10ca6173]{justify-content:flex-start}}.tags-container .tag[data-v-10ca6173]{display:inline-block;background:#e3f2fd;color:#1976d2;padding:6px 12px;border-radius:6px;font-size:13px;font-weight:600;margin-bottom:12px}.shop-notice[data-v-b2c1551f]{background:var(--common-bg-gradient-default);border-radius:20px;padding:24px;box-shadow:0 4px 20px #0000000d;margin:20px auto}.notice-header[data-v-b2c1551f]{text-align:center;margin-bottom:24px}.notice-header .category-badge[data-v-b2c1551f]{display:inline-block;background:#f1f5f9;color:#64748b;font-size:12px;font-weight:600;padding:4px 12px;border-radius:100px;margin-bottom:12px}.notice-header .notice-title[data-v-b2c1551f]{font-size:20px;font-weight:800;color:#1e293b;line-height:1.4}.notice-header .notice-title span[data-v-b2c1551f]{color:var(--common-font-color-highlight)}.notice-header .alert-box[data-v-b2c1551f]{margin-top:16px;background:#fff4ed;border:1px solid #ea580c;border-radius:12px;padding:12px;display:flex;align-items:center;gap:8px}.notice-header .alert-box p[data-v-b2c1551f]{font-size:13px;color:#ea580c;margin:0;text-align:left;font-weight:500}.notice-intro[data-v-b2c1551f]{font-size:14px;color:#475569;line-height:1.6;text-align:center;margin-bottom:30px}.guide-steps[data-v-b2c1551f]{display:flex;flex-direction:column;gap:16px;margin-bottom:30px}.guide-steps .step-box[data-v-b2c1551f]{display:flex;gap:16px;background:#f8fafc;padding:16px;border-radius:16px;border:1px solid #f1f5f9}.guide-steps .step-box .step-num[data-v-b2c1551f]{font-size:20px;font-weight:900;color:#cbd5e1;font-style:italic}.guide-steps .step-box .step-info[data-v-b2c1551f]{flex:1}.guide-steps .step-box .step-info .step-label[data-v-b2c1551f]{font-size:15px;font-weight:700;color:#334155;margin-bottom:4px}.guide-steps .step-box .step-info .step-desc[data-v-b2c1551f]{font-size:13px;color:#64748b;margin:0}.guide-steps .step-box .step-info .step-desc small[data-v-b2c1551f]{display:block;margin-top:4px;color:#94a3b8}.guide-steps .step-box .step-info .link-btn[data-v-b2c1551f]{display:inline-block;margin-top:8px;font-size:13px;font-weight:600;color:#ff6b00;text-decoration:none}.guide-steps .step-box .step-info .link-btn .arrow[data-v-b2c1551f]{margin-left:4px}.guide-steps .step-box .step-info .search-tips[data-v-b2c1551f]{margin-top:8px;display:flex;gap:6px}.guide-steps .step-box .step-info .search-tips span[data-v-b2c1551f]{font-size:11px;background:#e2e8f0;padding:2px 8px;border-radius:4px;color:#475569}.tips-section[data-v-b2c1551f]{background:#f1f5f9;padding:16px;border-radius:12px}.tips-section .tips-title[data-v-b2c1551f]{font-size:14px;font-weight:700;color:#1e293b;margin-bottom:8px}.tips-section .tips-list[data-v-b2c1551f]{margin:0;padding-left:18px}.tips-section .tips-list li[data-v-b2c1551f]{font-size:13px;color:#475569;margin-bottom:6px;line-height:1.5}.tips-section .tips-list li strong[data-v-b2c1551f]{color:#1e293b}.local-page[data-v-481a8dc9]{padding:40px 10px}@media(min-width:768px){.local-page[data-v-481a8dc9]{padding:60px 20px 80px}}.local-page[data-v-481a8dc9] .tab-component{margin-bottom:40px}.local-page[data-v-481a8dc9] .tab-component .tab-menu ul{display:flex;justify-content:center;align-items:center;width:100%;gap:12px;flex-wrap:wrap}.local-page[data-v-481a8dc9] .tab-component .tab-menu ul>li{padding:12px 24px;flex:0 1 auto;border:2px solid #e0e0e0;border-radius:30px;background:#fff;transition:all .3s ease;font-size:15px;font-weight:500;color:#333;cursor:pointer;background-clip:border-box;background-origin:border-box}@media(min-width:768px){.local-page[data-v-481a8dc9] .tab-component .tab-menu ul>li{padding:14px 32px;font-size:16px}}.local-page[data-v-481a8dc9] .tab-component .tab-menu ul>li:hover{border-color:#c2335f;transform:translateY(-2px);box-shadow:0 4px 12px #19734b33}.local-page[data-v-481a8dc9] .tab-component .tab-menu ul>li.active{background-image:linear-gradient(135deg,#c2335f,#273672);border-color:transparent;color:#fff;box-shadow:0 4px 16px #19734b4d}.local-page[data-v-481a8dc9] .tab-component .tab-menu ul>li.active .tab-name{color:#fff;font-weight:600}.local-page .main-title[data-v-481a8dc9]{font-size:28px;font-weight:700;color:#c2335f;margin-bottom:8px;text-align:center}@media(min-width:768px){.local-page .main-title[data-v-481a8dc9]{font-size:36px;margin-bottom:12px}}.local-page .subtitle[data-v-481a8dc9]{font-size:16px;color:#666;margin-bottom:32px;text-align:center;font-style:italic}@media(min-width:768px){.local-page .subtitle[data-v-481a8dc9]{font-size:18px}}.local-page .tab-contents .content-area[data-v-481a8dc9]{animation:fadeIn-481a8dc9 .4s ease}.local-page .tab-contents .content-area .main-title[data-v-481a8dc9]{font-size:28px;font-weight:700;color:#c2335f;margin-bottom:8px;text-align:center}@media(min-width:768px){.local-page .tab-contents .content-area .main-title[data-v-481a8dc9]{font-size:36px;margin-bottom:12px}}.local-page .tab-contents .content-area .subtitle[data-v-481a8dc9]{font-size:16px;color:#666;margin-bottom:32px;text-align:center;font-style:italic}@media(min-width:768px){.local-page .tab-contents .content-area .subtitle[data-v-481a8dc9]{font-size:18px}}.local-page .tab-contents .content-area .section-description[data-v-481a8dc9]{font-size:16px;color:#555;margin-bottom:32px;text-align:center}@media(min-width:768px){.local-page .tab-contents .content-area .section-description[data-v-481a8dc9]{font-size:17px}}.local-page .tab-contents .content-area .section-title[data-v-481a8dc9]{font-size:22px;font-weight:700;color:#333;margin:48px 0 24px;padding-bottom:12px;border-bottom:2px solid #C2335F}@media(min-width:768px){.local-page .tab-contents .content-area .section-title[data-v-481a8dc9]{font-size:24px}}@keyframes fadeIn-481a8dc9{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}
