.page-playtime-ko__floating-buttons{position:fixed;bottom:20px;right:20px;display:flex;flex-direction:column;gap:10px;z-index:1000}.page-playtime-ko__floating-button{background-color:#ffcc00;color:#333;border:none;padding:12px 20px;border-radius:50px;font-size:1rem;font-weight:700;cursor:pointer;box-shadow:0 4px 8px rgba(0,0,0,.2);transition:background-color .3s ease,transform .3s ease}.page-playtime-ko__floating-button:hover{background-color:#e6b800;transform:translateY(-2px)}.page-playtime-ko__floating-button--register{background-color:#007bff;color:#fff}.page-playtime-ko__floating-button--register:hover{background-color:#0056b3}.page-playtime-ko__hero-section{position:relative;width:100%;min-height:500px;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff;overflow:hidden;padding-top:10px}.page-playtime-ko__hero-section::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);z-index:1}.page-playtime-ko__hero-content{position:relative;z-index:2;max-width:900px;padding:20px}.page-playtime-ko__hero-title{font-size:3rem;margin-bottom:15px;line-height:1.2;font-weight:700;color:#ffcc00}.page-playtime-ko__hero-subtitle{font-size:1.5rem;margin-bottom:30px;color:#eee}.page-playtime-ko__cta-button{display:inline-block;background-color:#007bff;color:#fff;padding:15px 30px;border-radius:50px;text-decoration:none;font-size:1.1rem;font-weight:700;transition:background-color .3s ease,transform .3s ease}.page-playtime-ko__cta-button:hover{background-color:#0056b3;transform:translateY(-2px)}.page-playtime-ko__intro-section{padding:60px 20px;background-color:#f8f8f8;text-align:center}.page-playtime-ko__intro-title{font-size:2.5rem;color:#333;margin-bottom:20px}.page-playtime-ko__intro-text{font-size:1.1rem;color:#555;line-height:1.6;max-width:800px;margin:0 auto 30px auto}.page-playtime-ko__features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;max-width:1200px;margin:40px auto}.page-playtime-ko__feature-item{background-color:#fff;padding:30px;border-radius:10px;box-shadow:0 5px 15px rgba(0,0,0,.1);text-align:left;transition:transform .3s ease}.page-playtime-ko__feature-item:hover{transform:translateY(-5px)}.page-playtime-ko__feature-icon{font-size:3rem;color:#007bff;margin-bottom:15px}.page-playtime-ko__feature-title{font-size:1.5rem;color:#333;margin-bottom:10px}.page-playtime-ko__feature-description{font-size:.95rem;color:#666;line-height:1.5}.page-playtime-ko__quick-access-section{padding:60px 20px;background-color:#eee;text-align:center}.page-playtime-ko__quick-access-title{font-size:2.2rem;color:#333;margin-bottom:30px}.page-playtime-ko__access-buttons{display:flex;flex-wrap:wrap;justify-content:center;gap:20px;margin-top:30px}.page-playtime-ko__access-button{background-color:#ffcc00;color:#333;padding:14px 28px;border-radius:50px;text-decoration:none;font-size:1rem;font-weight:600;transition:background-color .3s ease,transform .3s ease}.page-playtime-ko__access-button:hover{background-color:#e6b800;transform:translateY(-2px)}.page-playtime-ko__games-section{padding:60px 20px;background-color:#fff;text-align:center}.page-playtime-ko__games-title{font-size:2.5rem;color:#333;margin-bottom:40px}.page-playtime-ko__game-categories{display:flex;flex-wrap:wrap;justify-content:center;gap:15px;margin-bottom:40px}.page-playtime-ko__game-category-button{background-color:#f0f0f0;color:#555;padding:10px 20px;border-radius:25px;text-decoration:none;font-size:.95rem;font-weight:600;transition:background-color .3s ease,color .3s ease}.page-playtime-ko__game-category-button:hover,.page-playtime-ko__game-category-button.active{background-color:#007bff;color:#fff}.page-playtime-ko__game-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px;max-width:1200px;margin:0 auto}.page-playtime-ko__game-card{background-color:#f9f9f9;border-radius:10px;overflow:hidden;box-shadow:0 4px 12px rgba(0,0,0,.08);transition:transform .3s ease,box-shadow .3s ease}.page-playtime-ko__game-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px rgba(0,0,0,.15)}.page-playtime-ko__game-image{width:100%;height:180px;object-fit:cover}.page-playtime-ko__game-content{padding:20px;text-align:left}.page-playtime-ko__game-title{font-size:1.3rem;color:#333;margin-bottom:10px}.page-playtime-ko__game-description{font-size:.9rem;color:#666;margin-bottom:15px}.page-playtime-ko__game-button{display:inline-block;background-color:#007bff;color:#fff;padding:10px 20px;border-radius:25px;text-decoration:none;font-size:.9rem;font-weight:600;transition:background-color .3s ease}.page-playtime-ko__game-button:hover{background-color:#0056b3}.page-playtime-ko__promotions-section{padding:60px 20px;background-color:#f8f8f8;text-align:center}.page-playtime-ko__promotions-title{font-size:2.5rem;color:#333;margin-bottom:40px}.page-playtime-ko__promotion-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;max-width:1200px;margin:0 auto}.page-playtime-ko__promotion-card{background-color:#fff;border-radius:10px;overflow:hidden;box-shadow:0 4px 12px rgba(0,0,0,.08);text-align:left;transition:transform .3s ease}.page-playtime-ko__promotion-card:hover{transform:translateY(-5px)}.page-playtime-ko__promotion-image{width:100%;height:200px;object-fit:cover}.page-playtime-ko__promotion-content{padding:20px}.page-playtime-ko__promotion-tag{display:inline-block;background-color:#ffcc00;color:#333;padding:5px 10px;border-radius:5px;font-size:.8rem;font-weight:600;margin-bottom:10px}.page-playtime-ko__promotion-title{font-size:1.4rem;color:#333;margin-bottom:10px}.page-playtime-ko__promotion-description{font-size:.95rem;color:#666;line-height:1.5;margin-bottom:20px}.page-playtime-ko__promotion-button{display:inline-block;background-color:#007bff;color:#fff;padding:12px 25px;border-radius:25px;text-decoration:none;font-size:.95rem;font-weight:600;transition:background-color .3s ease}.page-playtime-ko__promotion-button:hover{background-color:#0056b3}.page-playtime-ko__security-section{padding:60px 20px;background-color:#eee;text-align:center}.page-playtime-ko__security-title{font-size:2.5rem;color:#333;margin-bottom:20px}.page-playtime-ko__security-text{font-size:1.1rem;color:#555;line-height:1.6;max-width:800px;margin:0 auto 40px auto}.page-playtime-ko__security-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;max-width:1200px;margin:0 auto}.page-playtime-ko__security-item{background-color:#fff;padding:30px;border-radius:10px;box-shadow:0 5px 15px rgba(0,0,0,.1);text-align:left}.page-playtime-ko__security-icon{font-size:3rem;color:#007bff;margin-bottom:15px}.page-playtime-ko__security-item-title{font-size:1.5rem;color:#333;margin-bottom:10px}.page-playtime-ko__security-item-description{font-size:.95rem;color:#666;line-height:1.5}.page-playtime-ko__contact-button{display:inline-block;background-color:#007bff;color:#fff;padding:15px 30px;border-radius:50px;text-decoration:none;font-size:1.1rem;font-weight:700;margin-top:40px;transition:background-color .3s ease,transform .3s ease}.page-playtime-ko__contact-button:hover{background-color:#0056b3;transform:translateY(-2px)}.page-playtime-ko__faq-section{padding:60px 20px;background-color:#f8f8f8;text-align:center}.page-playtime-ko__faq-title{font-size:2.5rem;color:#333;margin-bottom:40px}.page-playtime-ko__faq-container{max-width:800px;margin:0 auto}.page-playtime-ko__faq-item{background-color:#fff;margin-bottom:15px;border-radius:10px;box-shadow:0 4px 8px rgba(0,0,0,.05);overflow:hidden}.page-playtime-ko__faq-question{display:flex;justify-content:space-between;align-items:center;padding:20px 25px;cursor:pointer;background-color:#f0f0f0;color:#333;font-weight:600;font-size:1.1rem;border-bottom:1px solid #e0e0e0;transition:background-color .3s ease}.page-playtime-ko__faq-question:hover{background-color:#e6e6e6}.page-playtime-ko__faq-question h3{margin:0;pointer-events:none}.page-playtime-ko__faq-toggle{font-size:1.5rem;line-height:1;margin-left:15px;pointer-events:none;transition:transform .3s ease}.page-playtime-ko__faq-item.active .page-playtime-ko__faq-toggle{transform:rotate(45deg)}.page-playtime-ko__faq-answer{max-height:0;overflow:hidden;padding:0 25px;opacity:0;transition:max-height .4s cubic-bezier(.4,0,.2,1),padding .4s ease,opacity .4s ease}.page-playtime-ko__faq-item.active .page-playtime-ko__faq-answer{max-height:2000px!important;padding:20px 25px!important;opacity:1}.page-playtime-ko__faq-answer p{margin-top:0;margin-bottom:10px;color:#555;line-height:1.6;font-size:.95rem}.page-playtime-ko__blog-section{padding:60px 20px;background-color:#eee;text-align:center}.page-playtime-ko__blog-title{font-size:2.5rem;color:#333;margin-bottom:40px}.page-playtime-ko__blog-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;max-width:1200px;margin:0 auto}.page-playtime-ko__blog-card{background-color:#fff;border-radius:10px;overflow:hidden;box-shadow:0 4px 12px rgba(0,0,0,.08);text-align:left;transition:transform .3s ease}.page-playtime-ko__blog-card:hover{transform:translateY(-5px)}.page-playtime-ko__blog-image{width:100%;height:180px;object-fit:cover}.page-playtime-ko__blog-content{padding:20px}.page-playtime-ko__blog-date{font-size:.85rem;color:#999;margin-bottom:10px}.page-playtime-ko__blog-post-title{font-size:1.3rem;color:#333;margin-bottom:10px;text-decoration:none}.page-playtime-ko__blog-post-title:hover{color:#007bff}.page-playtime-ko__blog-excerpt{font-size:.95rem;color:#666;line-height:1.5;margin-bottom:20px}.page-playtime-ko__read-more-button{display:inline-block;color:#007bff;text-decoration:none;font-weight:600;font-size:.9rem}.page-playtime-ko__read-more-button:hover{text-decoration:underline}@media (max-width:1024px){.page-playtime-ko__hero-title{font-size:2.5rem}.page-playtime-ko__hero-subtitle{font-size:1.3rem}}.page-playtime-ko__intro-section,.page-playtime-ko__quick-access-section,.page-playtime-ko__games-section,.page-playtime-ko__promotions-section,.page-playtime-ko__security-section,.page-playtime-ko__faq-section,.page-playtime-ko__blog-section{padding:40px 15px}@media (max-width:768px){.page-playtime-ko__hero-title{font-size:2rem}.page-playtime-ko__hero-subtitle{font-size:1.1rem}.page-playtime-ko__cta-button{padding:12px 25px;font-size:1rem}.page-playtime-ko__intro-title,.page-playtime-ko__quick-access-title,.page-playtime-ko__games-title,.page-playtime-ko__promotions-title,.page-playtime-ko__security-title,.page-playtime-ko__faq-title,.page-playtime-ko__blog-title{font-size:2rem}.page-playtime-ko__intro-text,.page-playtime-ko__security-text{font-size:1rem}.page-playtime-ko__feature-item,.page-playtime-ko__security-item{padding:25px}.page-playtime-ko__feature-title,.page-playtime-ko__security-item-title{font-size:1.3rem}.page-playtime-ko__feature-description,.page-playtime-ko__security-item-description{font-size:.9rem}.page-playtime-ko__access-button{padding:12px 20px;font-size:.95rem}.page-playtime-ko__game-category-button{padding:8px 15px;font-size:.9rem}.page-playtime-ko__game-grid,.page-playtime-ko__promotion-grid,.page-playtime-ko__blog-grid{grid-template-columns:1fr}.page-playtime-ko__game-title,.page-playtime-ko__promotion-title,.page-playtime-ko__blog-post-title{font-size:1.2rem}.page-playtime-ko__game-description,.page-playtime-ko__promotion-description,.page-playtime-ko__blog-excerpt{font-size:.85rem}.page-playtime-ko__game-button,.page-playtime-ko__promotion-button{padding:10px 20px;font-size:.9rem}.page-playtime-ko__contact-button{padding:12px 25px;font-size:1rem}.page-playtime-ko__faq-question{padding:15px 20px;font-size:1rem}.page-playtime-ko__faq-answer{padding:15px 20px!important}.page-playtime-ko__faq-answer p{font-size:.9rem}.page-playtime-ko__features-grid,.page-playtime-ko__security-grid{padding:0 15px;width:100%!important;max-width:100%!important;box-sizing:border-box!important;margin-left:0!important;margin-right:0!important}.page-playtime-ko__feature-item,.page-playtime-ko__security-item{width:100%!important;max-width:100%!important;box-sizing:border-box!important;margin-left:0!important;margin-right:0!important;word-wrap:break-word!important;overflow-wrap:break-word!important;word-break:break-word!important}.page-playtime-ko__game-categories{padding:0 15px;width:100%!important;max-width:100%!important;box-sizing:border-box!important;margin-left:0!important;margin-right:0!important}.page-playtime-ko__game-category-button{width:calc(50% - 10px);box-sizing:border-box!important;word-wrap:break-word!important;overflow-wrap:break-word!important;word-break:break-word!important}.page-playtime-ko__game-grid,.page-playtime-ko__promotion-grid,.page-playtime-ko__blog-grid{padding:0 15px;width:100%!important;max-width:100%!important;box-sizing:border-box!important;margin-left:0!important;margin-right:0!important}.page-playtime-ko__game-card,.page-playtime-ko__promotion-card,.page-playtime-ko__blog-card{width:100%!important;max-width:100%!important;box-sizing:border-box!important;margin-left:0!important;margin-right:0!important;word-wrap:break-word!important;overflow-wrap:break-word!important;word-break:break-word!important}.page-playtime-ko__faq-container{padding:0 15px;width:100%!important;max-width:100%!important;box-sizing:border-box!important;margin-left:0!important;margin-right:0!important}.page-playtime-ko__faq-item{width:100%!important;max-width:100%!important;box-sizing:border-box!important;margin-left:0!important;margin-right:0!important;word-wrap:break-word!important;overflow-wrap:break-word!important;word-break:break-word!important}.page-playtime-ko__game-image,.page-playtime-ko__promotion-image,.page-playtime-ko__blog-image{max-width:100%!important;height:auto!important;box-sizing:border-box!important;}.page-playtime-ko__hero-image{max-width:100%!important;height:auto!important;box-sizing:border-box!important;}.page-playtime-ko__hero-section .page-playtime-ko__hero-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}}