@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";.home-page{background-color:#f3efe8}.home-page .main-image-section{max-height:600px;overflow:hidden}.home-page .main-image-section .main-image{width:100%;height:100%;object-fit:cover;display:block}.home-page .best-section{background-color:#f3efe8;padding:40px 20px;text-align:center}.home-page .best-section .section-divider{height:1px;background-color:#dee2e6;margin-bottom:30px}.home-page .best-section .section-title{font-size:21px;font-weight:400;color:#2e2e2e}.home-page .best-section .best-product{display:flex;flex-direction:column;align-items:center;margin-bottom:30px}.home-page .best-section .best-product .product-plate{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.home-page .best-section .best-product .product-plate img{width:100%;height:100%;object-fit:cover}.home-page .best-section .best-product .product-plate .product-plate-default{width:100%;aspect-ratio:1/1;background-color:transparent}.home-page .best-section .best-product .product-info{margin-top:20px}.home-page .best-section .best-product .product-info .product-description{font-size:16px;min-height:20px}.home-page .best-section .best-product .product-info .product-price{min-height:16px;font-size:14px;font-weight:500;margin-top:10px}.home-page .best-section .view-all-link a{text-decoration:underline;font-size:13px}.home-page .best-section .view-all-link a:hover{color:#333}.home-page .brand-story-section{background-color:#f3efe8}.home-page .brand-story-section .brand-image{width:100%;overflow:hidden;max-height:600px}.home-page .brand-story-section .brand-image img{width:100%;height:100%;object-fit:cover}.home-page .brand-story-section .brand-content{padding:24px}.home-page .brand-story-section .brand-content h3{font-size:12px;font-weight:400;color:#2e2e2e;letter-spacing:2px;margin-bottom:16px;text-transform:uppercase}.home-page .brand-story-section .brand-content h2{font-size:21px;font-weight:400;color:#2e2e2e;line-height:1.4;margin-bottom:20px}.home-page .brand-story-section .brand-content p{font-size:13px;color:#2e2e2e;line-height:1.6;margin:0;text-align:left}.home-page .brand-story-section .brand-link{height:100px;text-align:center}.home-page .brand-story-section .brand-link a{color:#666;text-decoration:none;font-size:12px;border-bottom:1px solid #666666}.home-page .brand-story-section .brand-link a:hover{color:#333;border-bottom-color:#333}.cart-page{padding:18px 16px}.cart-page .cart-header{padding:24px 0}.cart-page .cart-header .cart-title{font-size:21px;font-weight:400;margin:0}.cart-page .cart-container{background-color:#fff;border:1px solid #f0f0f0;border-radius:8px;padding:16px}.cart-page .cart-container .cart-select-actions{display:flex;justify-content:space-between;align-items:center;padding:16px 0;margin-bottom:16px;border-bottom:1px solid #2e2e2e}.cart-page .cart-container .cart-select-actions .delete-selected-btn{background:none;border:none;font-size:13px;color:#999;cursor:pointer}.cart-page .cart-container .cart-item-list{position:relative;display:flex;flex-direction:column;gap:24px;padding-bottom:100px}.cart-page .cart-container .cart-item-list .cart-empty-message{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:12px}.cart-page .cart-container .checkbox-wrapper{display:flex;align-items:center;gap:8px;position:relative}.cart-page .cart-container .checkbox-wrapper label{font-size:14px;color:#333;cursor:pointer}.cart-page .cart-container .checkbox-wrapper input[type=checkbox]{display:none}.cart-page .cart-container .checkbox-wrapper input[type=checkbox]+label:before{content:"";display:inline-block;width:22px;height:22px;border:1px solid #e0e0e0;border-radius:4px;background-color:#fff;vertical-align:middle;margin-right:8px}.cart-page .cart-container .checkbox-wrapper input[type=checkbox]:checked+label:before{background-color:#2e2e2e;border-color:#2e2e2e;background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="white" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"><polyline points="20 6 9 17 4 12"></polyline></svg>');background-repeat:no-repeat;background-position:center}.cart-page .cart-container .checkbox-wrapper.item-checkbox{margin-top:20px}.cart-page .cart-container .checkbox-wrapper.item-checkbox label{font-size:0}.cart-page .cart-container .cart-item{display:flex;align-items:flex-start;position:relative;min-height:64px;padding:0}.cart-page .cart-container .cart-item:last-child{border-bottom:none}.cart-page .cart-container .product-image{width:64px;height:64px;object-fit:cover;margin:0 12px;border-radius:4px}.cart-page .cart-container .item-info{flex:1;display:flex;flex-direction:column}.cart-page .cart-container .product-name{font-weight:500;font-size:13px;margin:0;height:20px}.cart-page .cart-container .product-option{display:flex;flex-direction:column}.cart-page .cart-container .product-option__item{color:#2e2e2e;font-size:10px;margin:0;height:20px}.cart-page .cart-container .order-count{display:flex;align-items:center;border-radius:16px;margin-top:4px}.cart-page .cart-container .order-count .count-btn{background:none;border:none;cursor:pointer;width:20px;height:20px;display:flex;align-items:center;justify-content:center}.cart-page .cart-container .order-count .count-btn img{width:20px;height:20px}.cart-page .cart-container .order-count .count-btn.disabled{opacity:.5;cursor:not-allowed}.cart-page .cart-container .order-count .count-display{font-size:11px;font-weight:600;width:32px;height:20px;text-align:center;line-height:19px}.cart-page .cart-container .remove-item-btn{position:absolute;top:0;right:1px;background:none;border:none;cursor:pointer;padding:5px}.cart-page .cart-container .remove-item-btn img{width:10px;height:10px}.cart-page .cart-container .order-price{font-size:11px;font-weight:500;position:absolute;bottom:0;right:4px}.cart-page .cart-container .cart-total{padding-top:16px;border-top:1px solid #2e2e2e}.cart-page .cart-container .cart-total .cart-total-item{display:flex;align-items:center;justify-content:space-between;height:21px}.cart-page .cart-container .cart-total .cart-total-item .item-title{font-size:11px}.cart-page .cart-container .cart-total .cart-total-item .item-value{font-size:12px;font-weight:600}.cart-page .cart-footer{display:flex;flex-direction:column;gap:8px;margin-top:18px}.cart-page .cart-footer .order-actions{display:flex;align-items:center;gap:8px}.cart-page .cart-footer .order-actions button{background-color:#2e2e2e;color:#fff;border:none;border-radius:30px;height:40px;font-size:14px;width:100%}.cart-page .cart-footer .order-actions .selected-btn{background-color:transparent;color:#2e2e2e;border:1px solid #2e2e2e}.order-form{padding:20px}.order-form h2{font-size:21px;font-weight:400;margin:0}.order-form .order-content{display:grid;background-color:#fff;border-radius:12px;padding:20px;margin-top:20px;grid-template-columns:1fr}.order-form .order-content h2{font-size:16px;margin:0}.order-form .order-items{margin-top:10px}.order-form .order-items .order-item{display:flex;gap:15px;padding:16px 10px;border-bottom:1px solid #e0e0e0}.order-form .order-items .order-item:last-child{border-bottom:none}.order-form .order-items .order-item img{width:80px;height:80px;object-fit:cover;border-radius:8px}.order-form .order-items .order-item .item-info{flex:1}.order-form .order-items .order-item .item-info h4{font-size:16px;font-weight:500;margin-bottom:8px}.order-form .order-items .order-item .item-info .item-options{display:flex;flex-wrap:wrap;gap:2px}.order-form .order-items .order-item .item-info .item-options span{font-size:10px;color:#495057}.order-form .order-items .order-item .item-info .item-price{font-size:13px}.order-form .order-items .order-item .item-quantity{font-size:14px;align-self:center}.order-form .order-items .order-item .item-total{font-size:15px;font-weight:500;align-self:center}.order-form .order-items .order-total{display:flex;justify-content:space-between;padding:10px;font-weight:500;font-size:15px}.order-form .order-form-fields{border-top:1px solid #2e2e2e;margin-top:50px;padding:30px 10px}.order-form .order-form-fields .form-group{margin-bottom:20px}.order-form .order-form-fields .form-group :first-child{margin-top:20px}.order-form .order-form-fields .form-group label{display:block;font-size:12px;margin-bottom:8px}.order-form .order-form-fields .form-group input,.order-form .order-form-fields .form-group select,.order-form .order-form-fields .form-group textarea{width:100%;padding:12px;border:1px solid #e0e0e0;border-radius:6px;font-size:13px;transition:border-color .2s ease}.order-form .order-form-fields .form-group input:focus,.order-form .order-form-fields .form-group select:focus,.order-form .order-form-fields .form-group textarea:focus{outline:none;border-color:#2e2e2e}.order-form .order-form-fields .form-group input.error,.order-form .order-form-fields .form-group select.error,.order-form .order-form-fields .form-group textarea.error{border-color:#dc3545}.order-form .order-form-fields .form-group textarea{resize:vertical;min-height:80px}.order-form .order-form-fields .form-group .error-message{display:block;color:#dc3545;font-size:11px;margin-top:4px}.order-form .order-form-fields .order-summary{border-radius:12px;margin-top:32px}.order-form .order-form-fields .order-summary .summary-row{display:flex;justify-content:space-between;align-items:center;padding:12px 0;font-size:14px}.order-form .order-form-fields .order-summary .summary-row:last-child{border-bottom:none}.order-form .order-form-fields .order-summary .summary-row.total{font-size:16px;font-weight:600;border-top:1px solid #2e2e2e;padding-top:20px;margin-top:20px}.order-form .order-form-fields .submit-btn{width:100%;padding:16px;background-color:#2e2e2e;color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:background-color .2s ease;margin-top:24px}.order-form .order-form-fields .submit-btn:hover{opacity:.8}.order-complete{max-width:600px;margin:0 auto;text-align:center;padding:64px 16px}.order-complete .success-icon{width:80px;height:80px;background-color:#28a745;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:40px;font-weight:700;margin:0 auto 32px}.order-complete h1{font-size:32px;font-weight:700;margin-bottom:32px;color:#333}.order-complete .order-info{background-color:#fff;border-radius:12px;padding:32px;box-shadow:0 1px 3px #0000001a;margin-bottom:32px}.order-complete .order-info p{font-size:16px;line-height:1.6;color:#666;margin-bottom:12px}.order-complete .order-info p:last-child{margin-bottom:0}.order-complete .order-info p strong{color:#8b4513;font-weight:600}.order-complete .action-buttons{display:flex;gap:16px;justify-content:center}@media (max-width: 576px){.order-complete .action-buttons{flex-direction:column}}.order-complete .action-buttons .btn{padding:16px 32px;border-radius:8px;font-size:16px;font-weight:600;text-decoration:none;transition:all .2s ease}.order-complete .action-buttons .btn.btn-outline{border:2px solid #8b4513;color:#8b4513;background-color:#fff}.order-complete .action-buttons .btn.btn-outline:hover{background-color:#8b4513;color:#fff}.order-complete .action-buttons .btn.btn-primary{background-color:#8b4513;color:#fff;border:2px solid #8b4513}.order-complete .action-buttons .btn.btn-primary:hover{background-color:#5e2f0d;border-color:#5e2f0d}.order-complete .action-buttons .btn.btn-lg{padding:20px 40px;font-size:18px}.product-detail-page .back-btn{background-color:transparent;border:none;cursor:pointer;font-size:16px;font-weight:600;color:#2e2e2e}.product-detail-page .product-detail-content{display:grid;grid-template-columns:1fr 1fr;gap:48px;max-width:1200px;margin:0 auto;padding:32px 16px}@media (max-width: 992px){.product-detail-page .product-detail-content{grid-template-columns:1fr;gap:32px}}.product-detail-page .product-images img{width:100%;height:auto;border-radius:0;box-shadow:0 4px 6px #0000001a}.product-detail-page .product-content{display:flex;flex-direction:column}.product-detail-page .product-title{display:flex;gap:8px;flex-direction:column;align-items:flex-start;padding:24px 16px 12px}.product-detail-page .product-name{font-size:21px;font-weight:400;color:#2e2e2e}.product-detail-page .product-description{font-size:13px;line-height:21px;padding:0 16px;margin-top:24px}.product-detail-page .product-price{padding:12px 0;margin:0 16px;text-align:right;border-bottom:1px solid #2e2e2e}.product-detail-page .product-price .original-price{font-size:12px;color:#adb5bd;text-decoration:line-through;margin-right:12px}.product-detail-page .product-price .price,.product-detail-page .product-price .discount-price{font-size:14px;font-weight:500}.product-detail-page .product-info{border-top:1px solid #2e2e2e;padding:16px 0;margin:0 16px}.product-detail-page .product-info .info-toggle{display:flex;flex-direction:column;align-items:center}.product-detail-page .product-info .info-toggle .info-toggle-buttons{display:flex;gap:8px;margin-bottom:12px}.product-detail-page .product-info .info-toggle .info-toggle-buttons button{padding:8px 16px;border:none;border-radius:20px;background:transparent;font-weight:400;cursor:pointer}.product-detail-page .product-info .info-toggle .info-toggle-buttons button.active{background:#2e2e2e;color:#fff}.product-detail-page .product-info .info-toggle .info-content{font-size:15px;color:#2e2e2e}.product-detail-page .product-options{display:flex;flex-direction:column;gap:12px}.product-detail-page .product-options .option-group{display:flex;align-items:center;flex-direction:column;gap:12px}.product-detail-page .product-options .option-group .option-item{display:flex;align-items:center;width:100%}.product-detail-page .product-options .option-group .option-label{display:block;margin-bottom:0;font-size:13px;color:#2e2e2e;width:180px;margin-left:8px}.product-detail-page .product-options .option-group .option-label .required{color:#dc3545}.product-detail-page .product-options .option-group .option-select{width:100%;padding:12px;border:1px solid #e0e0e0;font-size:11px;border-radius:20px}.product-detail-page .product-options .option-group .option-select.error{border-color:#dc3545}.product-detail-page .product-options .option-group .error-message{display:block;color:#dc3545;font-size:14px;margin-top:4px}.product-detail-page .selected-orders{display:flex;flex-direction:column;width:100%;background-color:#fff;border-radius:4px;padding:16px;gap:16px}.product-detail-page .selected-orders .selected-order{display:flex;width:100%}.product-detail-page .selected-orders .selected-order__title{flex:1;font-size:11px;color:#2e2e2e}.product-detail-page .selected-orders .selected-order__item{display:flex;flex:1;align-items:center}.product-detail-page .selected-orders .selected-order__item .product-quantity{flex:1;display:flex;align-items:center;width:100%;justify-content:flex-end;gap:15px}.product-detail-page .selected-orders .selected-order__item .product-amount{flex:1;display:flex;align-items:center;justify-content:flex-end;gap:8px}.product-detail-page .selected-orders .selected-order__item .product-amount__price{font-size:11px;font-weight:600;color:#2e2e2e}.product-detail-page .selected-orders .selected-order__item .product-button{display:flex;align-items:center;justify-content:center;width:20px;height:20px;background-color:#f3efe8;border-radius:50%;border:none}.product-detail-page .selected-orders .selected-order__item .product-button img{width:10px;height:10px}.product-detail-page .selected-orders .selected-order__item .product-count{font-size:11px;font-weight:600;color:#2e2e2e}.product-detail-page .selected-orders .total-amount{display:flex;width:100%;justify-content:space-between;align-items:center;border-top:1px solid #2e2e2e;padding-top:10px}.product-detail-page .selected-orders .total-amount__title{font-size:11px;color:#2e2e2e}.product-detail-page .selected-orders .total-amount__price{font-size:12px;font-weight:600;color:#2e2e2e}.product-detail-page .quantity-selector .quantity-label{display:block;font-weight:600;margin-bottom:8px;color:#2e2e2e}.product-detail-page .quantity-selector .quantity-controls{display:flex;align-items:center;gap:0;width:fit-content;border:1px solid #e0e0e0;border-radius:6px;overflow:hidden}.product-detail-page .quantity-selector .quantity-controls button{width:40px;height:40px;border:none;background-color:#f8f9fa;color:#2e2e2e;font-size:18px;font-weight:600;cursor:pointer;transition:background-color .2s ease}.product-detail-page .quantity-selector .quantity-controls button:hover{background-color:#e9ecef}.product-detail-page .quantity-selector .quantity-controls span{min-width:60px;height:40px;display:flex;align-items:center;justify-content:center;background-color:#fff;font-weight:600;border-left:1px solid #e0e0e0;border-right:1px solid #e0e0e0}.product-detail-page .product-detail{margin-top:8px}.product-detail-page .product-detail img{width:100%}.product-detail-page .product-action{position:fixed;bottom:0;left:50%;transform:translate(-50%);width:100%;max-width:500px;background-color:#f3efe8;padding:16px;box-shadow:0 -2px 8px #0000001a;border-top-left-radius:16px;border-top-right-radius:16px;display:flex;flex-direction:column;gap:24px;transition:all .1s ease;cursor:pointer}.product-detail-page .product-action:not(.expanded){padding:16px;gap:0}.product-detail-page .product-action:not(.expanded) .product-options{display:none}.product-detail-page .product-action.expanded{padding:34px 16px 16px;gap:24px;cursor:default}.product-detail-page .product-action__buttons{min-height:60px;display:flex;flex-direction:row;align-items:center;gap:16px}.product-detail-page .product-action__buttons .add-to-cart-btn,.product-detail-page .product-action__buttons .buy-now-btn{flex:1;border:none;border-radius:30px;font-size:14px;cursor:pointer;transition:all .2s ease}.product-detail-page .product-action__buttons .add-to-cart-btn{background-color:transparent;border:1px solid #2e2e2e;border-radius:30px;padding:12px;max-width:40px;max-height:40px;display:flex;align-items:center;justify-content:center}.product-detail-page .product-action__buttons .add-to-cart-btn:hover{background-color:#e9ecef}.product-detail-page .product-action__buttons .buy-now-btn{background-color:#2e2e2e;color:#fff;height:40px}.product-detail-page .product-action__buttons .buy-now-btn:hover{opacity:.8}.product-list-page{background-color:#f3efe8;min-height:100vh;scroll-behavior:smooth}.product-list-page .product-intro-section{background-color:#f3efe8;padding:24px 0;margin:0 24px;border-bottom:1px solid #2e2e2e}.product-list-page .product-intro-section h1{font-size:21px;font-weight:400;color:#2e2e2e;margin-bottom:12px}.product-list-page .product-intro-section .intro-description{font-size:13px;color:#2e2e2e;line-height:1.6;margin:0}.product-list-page .product-tabs-section{background-color:#f3efe8;padding:0 24px;border-bottom:1px solid #f0f0f0;margin-top:24px}.product-list-page .product-tabs-section .product-tabs-container{display:flex;gap:0;overflow-x:auto;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;white-space:nowrap;width:100%;max-width:100%;cursor:grab;-ms-overflow-style:none;scrollbar-width:none}.product-list-page .product-tabs-section .product-tabs-container:active{cursor:grabbing}.product-list-page .product-tabs-section .product-tabs-container::-webkit-scrollbar{display:none}.product-list-page .product-tabs-section .product-tabs-container .product-tab{height:32px;line-height:32px;padding:0 16px;font-size:13px;font-weight:400;background:none;border:none;color:#2e2e2e;flex-shrink:0;cursor:pointer;transition:all .2s ease;white-space:nowrap;border-bottom:2px solid transparent;margin-right:8px;min-width:fit-content}.product-list-page .product-tabs-section .product-tabs-container .product-tab:last-child{margin-right:0}.product-list-page .product-tabs-section .product-tabs-container .product-tab:hover{color:#333}.product-list-page .product-tabs-section .product-tabs-container .product-tab.active{background-color:#2e2e2e;color:#fff;border-radius:20px}.product-list-page .product-list-section{padding:20px 20px 80px}.product-list-page .product-list-section .product-count{font-size:13px;margin-left:8px}.product-list-page .product-list-section .product-item{margin-bottom:40px}.product-list-page .product-list-section .product-item:last-child{margin-bottom:0}.product-list-page .product-list-section .product-item .product-image-wrapper{overflow:hidden;background-color:transparent;display:flex;align-items:center;justify-content:center;height:328px}.product-list-page .product-list-section .product-item .product-image-wrapper .product-image{width:100%;height:100%;object-fit:contain;max-width:328px;max-height:328px}.product-list-page .product-list-section .product-item .product-details{text-align:center;margin-top:20px}.product-list-page .product-list-section .product-item .product-details .product-subtitle{font-size:12px;margin:0}.product-list-page .product-list-section .product-item .product-details .product-name{font-size:16px}.product-list-page .product-list-section .product-item .product-details .product-price{margin-top:10px}.product-list-page .product-list-section .product-item .product-details .product-price .price{font-size:14px;font-weight:500}.product-list-page .product-list-section .product-item .product-details .product-price .original-price{font-size:14px;color:#999;text-decoration:line-through;margin-right:8px}.product-list-page .product-list-section .product-item .product-details .product-price .discount-price{font-size:14px;font-weight:500}.header{position:fixed;top:0;left:0;right:0;height:70px;background-color:#2e2e2e;z-index:100}.header .header-content{position:relative;max-width:500px;margin:0 auto;height:100%;display:flex;align-items:center;justify-content:center;padding:0 20px}.header .hamburger-btn{background:none;border:none;padding:8px;cursor:pointer;display:flex;flex-direction:column;gap:4px;position:absolute;left:16px;z-index:10}.header .hamburger-btn span{width:20px;height:2px;background-color:#fff;transition:all .3s ease}.header .hamburger-btn:hover span{opacity:.7}.header .logo{font-size:20px;font-weight:700;color:#fff;text-decoration:none;letter-spacing:-.5px;text-align:center}.header .logo:hover{opacity:.8}.header .logo img{width:56px;height:auto}.header .header-actions{display:flex;align-items:center;gap:16px;position:absolute;right:16px;z-index:10}.header .header-actions .search-btn,.header .header-actions .cart-btn{background:none;border:none;cursor:pointer;color:#fff;text-decoration:none;display:flex;align-items:center;justify-content:center;position:relative}.header .header-actions .search-btn:hover,.header .header-actions .cart-btn:hover{opacity:.7}.header .header-actions .search-btn svg,.header .header-actions .cart-btn svg{width:24px;height:24px}.header .header-actions .cart-badge{font-size:8px;font-weight:600;color:#fff;background-color:transparent;padding:0;bottom:3px;display:flex;align-items:center;justify-content:center;position:absolute}.footer{background-color:#2e2e2e;width:100vw;margin-left:calc(-50vw + 50%);margin-top:auto}.footer .footer-content{max-width:500px;margin:0 auto;padding:32px 24px 40px}.footer .footer-content .footer-menu .menu-item{display:flex;justify-content:space-between;align-items:center;padding:4px 0;text-decoration:none;color:#fff;font-size:14px;font-weight:400}.footer .footer-content .footer-menu .menu-item:hover{opacity:.8}.footer .footer-content .footer-menu .menu-item .plus-icon{font-size:16px;font-weight:400}.footer .footer-content .divider{height:1px;background-color:#fff;margin:30px 0 10px}.footer .footer-content .company-info{margin-bottom:16px}.footer .footer-content .company-info h3{font-size:10px;font-weight:700;color:#fff}.footer .footer-content .company-info .company-details{display:flex;flex-wrap:wrap;align-items:center;gap:3px;height:18px}.footer .footer-content .company-info .company-details span{font-size:10px;color:#fffcf7}.footer .footer-content .company-info .company-details span:last-child{margin-bottom:0}.footer .footer-content .company-info .company-details span:before{content:"|";margin-left:2px;margin-right:5px;color:#fffcf7}.footer .footer-content .company-info .company-details span:first-child:before{content:"";margin:0}.footer .footer-content .copyright p{font-size:10px;color:#fffcf7;text-align:left;margin:0}.menu-overlay{position:fixed;inset:0;background-color:#00000080;z-index:998;animation:fadeIn .3s ease}.hamburger-menu{position:fixed;top:0;left:0;width:280px;height:100vh;background-color:#f3efe8;z-index:999;animation:slideInLeft .3s ease;display:flex;flex-direction:column;padding:0}.hamburger-menu .menu-header{display:flex;justify-content:space-between;align-items:center;padding:20px}.hamburger-menu .menu-header h2{font-size:20px;font-weight:600;color:#2e2e2e;margin:0}.hamburger-menu .menu-header .close-btn{background:none;border:none;color:#2e2e2e;font-size:24px;cursor:pointer;padding:4px;line-height:1}.hamburger-menu .menu-header .close-btn:hover{opacity:.7}.hamburger-menu .menu-nav{flex:1;padding:0}.hamburger-menu .menu-nav .menu-item{display:flex;justify-content:space-between;align-items:center;padding:16px 32px;color:#333;font-size:20px;font-weight:400;cursor:pointer}.hamburger-menu .menu-nav .menu-item:hover{background-color:#0000000d}.hamburger-menu .menu-nav .menu-category .category-header{display:flex;justify-content:space-between;align-items:center;padding:16px 32px;color:#333;font-size:20px;font-weight:400;cursor:pointer}.hamburger-menu .menu-nav .menu-category .category-header:hover{background-color:#0000000d}.hamburger-menu .menu-nav .menu-category .category-items{background-color:#00000005}.hamburger-menu .menu-nav .menu-category .category-items .category-item{display:block;padding:12px 40px;color:#666;text-decoration:none;font-size:14px}.hamburger-menu .menu-nav .menu-category .category-items .category-item:hover{background-color:#0000000d;color:#333}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInLeft{0%{transform:translate(-100%)}to{transform:translate(0)}}.layout{min-height:100vh;display:flex;flex-direction:column;background-color:#f3efe8}.layout .main-content{flex:1;padding-top:70px;background-color:#f3efe8}.category-section{padding:80px 0;background-color:#fff}.category-section .category-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:32px;max-width:1000px;margin:0 auto}.category-section .category-card{background-color:#fff;border-radius:12px;overflow:hidden;box-shadow:0 1px 3px #0000001a;transition:all .3s ease;text-decoration:none;color:inherit}.category-section .category-card:hover{transform:translateY(-4px);box-shadow:0 10px 15px #00000026}.category-section .category-card .category-image{height:200px;background-color:#e9ecef;background-size:cover;background-position:center}.category-section .category-card .category-info{padding:24px}.category-section .category-card .category-info h3{font-size:24px;font-weight:600;margin-bottom:8px;color:#8b4513}.category-section .category-card .category-info p{color:#666;font-size:16px}.hero-banner{background:linear-gradient(135deg,#8b4513,tan);color:#fff;padding:60px 20px;text-align:center}.hero-banner h1{font-size:2.5rem;margin-bottom:1rem;font-weight:700}.hero-banner p{font-size:1.2rem;opacity:.9;max-width:600px;margin:0 auto}.faq-page-container{width:100%;max-width:980px;margin:40px auto;padding:0 20px;box-sizing:border-box}.faq-title{font-size:18px;font-weight:500;margin-bottom:30px;text-align:left}.faq-categories{display:flex;flex-wrap:wrap;gap:12px;border-bottom:1px solid #eee;padding-bottom:15px;margin-bottom:15px}.category-button{padding:8px 16px;font-size:15px;border:none;background-color:#fff;border-radius:20px;cursor:pointer;transition:all .2s ease-in-out}.category-button.active{border-color:#333;background-color:#333;color:#fff;font-weight:500}.category-button:hover:not(.active){background-color:#f5f5f5}.faq-list{border-top:1px solid #333}.faq-item{border-bottom:1px solid #eee}.faq-question{display:flex;justify-content:space-between;align-items:center;padding:20px 10px;cursor:pointer;font-size:16px;transition:all .3s ease;outline:none}.faq-question:hover{opacity:.5}.faq-question span{font-size:14px}.faq-answer{background-color:#f9f9f9;font-size:15px;line-height:1.6;color:#555;white-space:pre-wrap;border-radius:8px;height:0;padding:0 20px;opacity:0;overflow:hidden;transform:translateY(0);transition:all .4s cubic-bezier(.4,0,.2,1)}.faq-answer.open{padding:20px;height:auto;opacity:1;transform:translateY(0)}.faq-answer span{font-size:12px}.arrow-icon{font-size:13px;transition:transform .3s ease}.modal-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.modal{background:#fff;border-radius:12px;padding:24px;max-width:400px;width:90%;max-height:80vh;overflow-y:auto;box-shadow:0 4px 20px #00000026;display:flex;flex-direction:column;gap:24px}.modal-title{text-align:center}.modal-title h3{margin:0;font-size:18px;font-weight:600;color:#333}.modal-content{text-align:center;flex:1}.modal-content .modal-message{margin:0;font-size:16px;line-height:1.5;color:#666}.modal-buttons{display:flex;gap:12px;justify-content:center}.modal-buttons .modal-button{padding:12px 24px;border:none;border-radius:30px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;min-width:80px;width:100%}.modal-buttons .modal-button--confirm{background-color:#2e2e2e;color:#fff}.modal-buttons .modal-button--cancel{background-color:#e9ecef;color:#2e2e2e}.modal-buttons .modal-button:active{transform:translateY(1px)}@media (max-width: 480px){.modal{padding:20px;margin:20px}.modal-buttons{flex-direction:column}.modal-buttons .modal-button{width:100%}}.loading-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:9999}.loading-overlay .loading-spinner{background-color:#fff;padding:32px;border-radius:8px;text-align:center;box-shadow:0 10px 15px #00000026}.loading-overlay .loading-spinner .spinner{width:40px;height:40px;border:4px solid #e9ecef;border-top:4px solid #8b4513;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 16px}.loading-overlay .loading-spinner p{color:#333;font-weight:500}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background-color:#f3efe8;color:#2e2e2e;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-user-select:none;user-select:none}#root{min-height:100vh;background-color:#f3efe8}.mobile-container{max-width:500px;margin:0 auto;min-height:100vh;background-color:#f3efe8;position:relative}.container{max-width:500px;margin:0 auto;padding:0 20px}.btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 24px;border:none;border-radius:8px;font-size:16px;font-weight:500;text-decoration:none;cursor:pointer;transition:all .2s ease}.btn.btn-primary{background-color:#333;color:#f3efe8}.btn.btn-primary:hover{opacity:.9}.btn.btn-outline{background-color:transparent;color:#333;border:1px solid #e0e0e0}.btn.btn-outline:hover{background-color:#fff}.btn.btn-sm{padding:8px 16px;font-size:14px}.btn.btn-lg{padding:16px 32px;font-size:18px}.card{background-color:#fff;border-radius:12px;padding:20px;box-shadow:0 1px 3px #0000001a;border:1px solid #e0e0e0}.grid{display:grid;gap:16px}.grid-cols-1{grid-template-columns:1fr}.grid-cols-2{grid-template-columns:repeat(2,1fr)}.grid-cols-3{grid-template-columns:repeat(3,1fr)}.grid-cols-4{grid-template-columns:repeat(4,1fr)}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.mb-0{margin-bottom:0}.mb-1{margin-bottom:8px}.mb-2{margin-bottom:16px}.mb-3{margin-bottom:24px}.mb-4{margin-bottom:32px}.mt-0{margin-top:0}.mt-1{margin-top:8px}.mt-2{margin-top:16px}.mt-3{margin-top:24px}.mt-4{margin-top:32px}a{color:#333;text-decoration:none}a:hover{opacity:.8}input,textarea,select{background-color:#fff;color:#333;border:1px solid #e0e0e0}input::placeholder,textarea::placeholder,select::placeholder{color:#999}input:focus,textarea:focus,select:focus{border-color:#333;outline:none}body{font-family:Noto Sans KR,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.text-xs{font-size:12px}.text-sm{font-size:14px}.text-base{font-size:16px}.text-lg{font-size:18px}.text-xl{font-size:20px}.text-2xl{font-size:24px}.text-3xl{font-size:30px}.text-4xl{font-size:36px}.font-light{font-weight:300}.font-normal{font-weight:400}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}
