/**
 * Global SCSS Variables
 * 
 * Implements the design system from STYLE.md
 * All design tokens are centralized here
 */
/**
 * Global SCSS Mixins
 * 
 * Reusable mixins for consistent styling patterns
 * Import variables before using these mixins
 */
/**
 * Responsive Breakpoints
 * Mobile-first approach
 */
/**
 * Button Base
 * Standard button styling foundation
 */
/**
 * Button Variants
 */
/**
 * Button Sizes
 */
/**
 * Card Component
 */
/**
 * Form Controls
 */
/**
 * Flexbox Utilities
 */
/**
 * Grid Layout
 */
/**
 * Text Utilities
 */
/**
 * Spacing Utilities
 */
/**
 * Visual Effects
 */
@keyframes loading {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
/**
 * Accessibility
 */
/**
 * Enhanced Grid System
 * Flexible grid system with responsive behavior
 */
/**
 * Card Component Enhancement
 * Consistent card styling across all pages
 */
/**
 * Overlay Pattern
 * For image overlays with gradient
 */
/**
 * Button Variations
 * Extended button styles for consistency
 */
/**
 * Form Control Variations
 * Additional form patterns
 */
/**
 * Loading States
 * Consistent loading patterns
 */
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
/**
 * Responsive Typography
 * Fluid type sizing
 */
/**
 * Aspect Ratio
 * Maintain aspect ratios for media
 */
/**
 * Container Query Support
 * Progressive enhancement for container queries
 */
/**
 * Dark Mode Support
 * Prepare for future dark mode implementation
 */
/**
 * Banner Base Mixin
 * Consistent banner foundation
 */
/**
 * Banner Image Mixin
 * Consistent image styling
 */
/**
 * Responsive Banner Mixin
 * Handles aspect ratio changes
 */
/**
 * Banner Loading State
 * Shows loading skeleton
 */
/**
 * Banner Error State
 * Shows error state
 */
/**
 * Product Card Base
 * Consistent product card styling
 */
/**
 * Product Image Container
 * Maintains aspect ratio for product images
 */
/**
 * Price Display
 * Consistent price formatting
 */
/**
 * Sale Price
 * Styling for discounted prices
 */
/**
 * Form Group
 * Consistent form field grouping
 */
/**
 * Table Base
 * Consistent table styling
 */
/**
 * Badge
 * Small label components
 */
/**
 * Modal Base
 * Consistent modal styling
 */
/**
 * Smooth Scroll
 * Enable smooth scrolling behavior
 */
/**
 * Custom Scrollbar
 * Styled scrollbar for webkit browsers
 */
/**
 * Tab List
 * Horizontal tab navigation
 */
/**
 * Tab Item
 * Individual tab styling
 */
/**
 * Pagination
 * Page navigation styling
 */
/**
 * Responsive Image
 * Optimized image loading with placeholder
 */
/**
 * Sticky Position
 * Cross-browser sticky positioning
 */
/**
 * Visually Hidden
 * Hide element visually but keep accessible
 */
/**
 * Reset List
 * Remove default list styling
 */
/**
 * Reset Button
 * Remove default button styling
 */
/**
 * Link Reset
 * Remove default link styling
 */
:root {
  font-size: 16px;
  letter-spacing: -0.5px;
}
@media screen and (max-width: 1400px) {
  :root {
    font-size: 15px;
  }
}
@media screen and (max-width: 992px) {
  :root {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  :root {
    font-size: 13px;
  }
}
@media screen and (max-width: 480px) {
  :root {
    font-size: 12px;
  }
}
button {
  font-family: "Pretendard", sans-serif;
}
.ca-title-5 {
  font-size: 1.25rem;
  font-weight: 600;
}
.ca-title-4 {
  font-size: 1.5rem;
  font-weight: 700;
}
.ca-title-3 {
  font-size: 1.75rem;
  font-weight: 800;
}
.ca-title-2 {
  font-size: 2rem;
  font-weight: 900;
}
.ca-title-1 {
  font-size: 2.25rem;
  font-weight: 900;
}
.ca-subtitle-5 {
  font-size: 1rem;
  font-weight: 600;
}
.ca-subtitle-4 {
  font-size: 1.25rem;
  font-weight: 600;
}
.ca-subtitle-3 {
  font-size: 1.5rem;
  font-weight: 700;
}
.ca-subtitle-2 {
  font-size: 1.75rem;
  font-weight: 800;
}
.ca-subtitle-1 {
  font-size: 2rem;
  font-weight: 900;
}
.ca-text-5 {
  font-size: 0.75rem;
  font-weight: 300;
}
.ca-text-4 {
  font-size: 0.875rem;
  font-weight: 400;
}
.ca-text-3 {
  font-size: 1rem;
  font-weight: 500;
}
.ca-text-2 {
  font-size: 1.125rem;
  font-weight: 600;
}
.ca-text-1 {
  font-size: 1.25rem;
  font-weight: 700;
}
.ca-caption-5 {
  font-size: 0.6rem;
  font-weight: 300;
}
.ca-caption-4 {
  font-size: 0.7rem;
  font-weight: 400;
}
.ca-caption-3 {
  font-size: 0.8rem;
  font-weight: 500;
}
.ca-caption-2 {
  font-size: 0.9rem;
  font-weight: 600;
}
.ca-caption-1 {
  font-size: 1rem;
  font-weight: 700;
}
@font-face {
  font-family: "channelicons";
  src: url("../fonts/channelicons.eot");
  src: url("../fonts/channelicons.eot?#iefix") format("embedded-opentype"), url("../fonts/channelicons.woff") format("woff"), url("../fonts/channelicons.ttf") format("truetype"), url("../fonts/channelicons.svg#channelicons") format("svg");
  font-weight: normal;
  font-style: normal;
}
.ca-section {
  width: 100%;
}
.ca-section-div {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  width: 100%;
  padding: 10px;
}
@media screen and (max-width: 992px) {
  .ca-section-div {
    padding: 5px;
  }
}
.ca-section-div-992 {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  width: 100%;
  padding: 10px;
}
@media screen and (max-width: 992px) {
  .ca-section-div-992 {
    padding: 5px;
    flex-direction: column;
  }
}
.ca-section-col {
  width: 100%;
  padding: 10px;
}
@media screen and (max-width: 992px) {
  .ca-section-col {
    padding: 5px;
  }
}
.ca-section-col-65 {
  width: 65%;
  padding: 10px;
}
@media screen and (max-width: 992px) {
  .ca-section-col-65 {
    width: 100%;
    padding: 5px;
  }
}
.ca-section-col-35 {
  width: 35%;
  padding: 10px;
}
@media screen and (max-width: 992px) {
  .ca-section-col-35 {
    width: 100%;
    padding: 5px;
  }
}
.ca-section-col-85 {
  width: 85%;
  padding: 10px;
}
@media screen and (max-width: 992px) {
  .ca-section-col-85 {
    width: 100%;
    padding: 5px;
  }
}
.ca-section-col-15 {
  width: 15%;
  padding: 10px;
}
@media screen and (max-width: 992px) {
  .ca-section-col-15 {
    width: 100%;
    padding: 5px;
  }
}
.ca-section-col-75 {
  width: 75%;
  padding: 10px;
}
@media screen and (max-width: 992px) {
  .ca-section-col-75 {
    width: 100%;
    padding: 5px;
  }
}
.ca-section-col-25 {
  width: 25%;
  padding: 10px;
}
@media screen and (max-width: 992px) {
  .ca-section-col-25 {
    width: 100%;
    padding: 5px;
  }
}
.ca-section-block {
  width: 100%;
}
.ct-shortcode {
  width: inherit;
}
.splide {
  width: 100%;
}
.splide__track {
  width: 100%;
}
.splide__list {
  width: 100%;
}
.splide__repeater {
  flex-direction: unset !important;
  align-items: unset !important;
  justify-content: unset !important;
  flex-wrap: nowrap !important;
}
.splide__pagination {
  gap: 4px;
}
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
::-webkit-scrollbar-track {
  background: #f6f6f6;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb {
  background-color: #d9d9d9;
  border-radius: 10px;
  cursor: pointer;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #777777;
}
.ca-404-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 4rem 1rem;
  text-align: center;
  min-height: 50vh;
}
.ca-404-error-code {
  font-size: 8rem;
  font-weight: 800;
  color: #f0f0f0;
  margin: 0;
  line-height: 1;
  position: relative;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  .ca-404-error-code {
    font-size: 6rem;
  }
}
@media screen and (max-width: 480px) {
  .ca-404-error-code {
    font-size: 4rem;
  }
}
.ca-404-title {
  margin-bottom: 1.5rem;
  color: #333;
  position: relative;
}
.ca-404-message {
  margin-bottom: 2rem;
  color: #666;
  max-width: 600px;
}
.ca-404-button {
  display: inline-block;
  padding: 0.8rem 1.5rem;
  background-color: #333333;
  color: white;
  text-decoration: none;
  border-radius: 4px;
  font-weight: 500;
  transition: background-color 0.3s, transform 0.2s;
  border: none;
  cursor: pointer;
}
.ca-404-button:hover {
  background-color: #555555;
  transform: translateY(-2px);
}
.ca-404-animation {
  position: relative;
  margin-bottom: 2rem;
  width: 100%;
  max-width: 300px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ca-404-search {
  position: relative;
  width: 120px;
  height: 120px;
  animation: search-animation 3s infinite cubic-bezier(0.4, 0, 0.2, 1);
}
.ca-404-search-circle {
  position: absolute;
  width: 60px;
  height: 60px;
  border: 8px solid #333;
  border-radius: 50%;
  top: 15%;
  left: 15%;
}
.ca-404-search-line {
  position: absolute;
  width: 30px;
  height: 8px;
  background: #333;
  bottom: 20%;
  right: 20%;
  transform: rotate(45deg);
  transform-origin: right center;
  border-radius: 3px;
  box-shadow: -2px 2px 2px rgba(0, 0, 0, 0.1);
}
@keyframes search-animation {
  0% {
    transform: rotate(0deg) translateY(0);
    opacity: 0.9;
  }
  20% {
    transform: rotate(-15deg) translateY(-5px);
    opacity: 1;
  }
  40% {
    transform: rotate(15deg) translateY(5px);
  }
  60% {
    transform: rotate(-10deg) translateY(-3px);
  }
  80% {
    transform: rotate(10deg) translateY(3px);
  }
  100% {
    transform: rotate(0deg) translateY(0);
    opacity: 0.9;
  }
}
.ca-404-animation:hover .ca-404-search {
  animation-play-state: paused;
}
/**
 * Display Utilities
 */
.ca-hidden {
  display: none;
}
@media (max-width: 768px) {
  .ca-hidden-mobile {
    display: none;
  }
}
@media (min-width: calc(768px + 1px)) {
  .ca-hidden-desktop {
    display: none;
  }
}
.ca-flex {
  display: flex;
}
.ca-flex-column {
  display: flex;
  flex-direction: column;
}
.ca-flex-wrap {
  flex-wrap: wrap;
}
.ca-flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ca-flex-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ca-grid {
  display: grid;
}
/**
 * Text Utilities
 */
.ca-text-center {
  text-align: center;
}
.ca-text-left {
  text-align: left;
}
.ca-text-right {
  text-align: right;
}
.ca-text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ca-text-clamp-2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.ca-text-clamp-3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
/**
 * Font Size Utilities
 */
.ca-text-xs {
  font-size: 0.75rem;
}
.ca-text-sm {
  font-size: 0.875rem;
}
.ca-text-base {
  font-size: 1rem;
}
.ca-text-lg {
  font-size: 1.125rem;
}
.ca-text-xl {
  font-size: 1.25rem;
}
.ca-text-2xl {
  font-size: 1.5rem;
}
/**
 * Font Weight Utilities
 */
.ca-font-light {
  font-weight: 300;
}
.ca-font-normal {
  font-weight: 400;
}
.ca-font-medium {
  font-weight: 500;
}
.ca-font-semibold {
  font-weight: 600;
}
.ca-font-bold {
  font-weight: 700;
}
/**
 * Color Utilities
 */
.ca-text-primary {
  color: #333333;
}
.ca-text-secondary {
  color: #666666;
}
.ca-text-success {
  color: #4CAF50;
}
.ca-text-error {
  color: #dc3545;
}
.ca-text-warning {
  color: #e9b042;
}
.ca-text-info {
  color: #0073aa;
}
.ca-text-muted {
  color: #999999;
}
/**
 * Background Utilities
 */
.ca-bg-white {
  background-color: #ffffff;
}
.ca-bg-gray-100 {
  background-color: #f6f6f6;
}
.ca-bg-gray-200 {
  background-color: #eeeeee;
}
.ca-bg-primary {
  background-color: #333333;
}
.ca-bg-success {
  background-color: #4CAF50;
}
.ca-bg-error {
  background-color: #dc3545;
}
/**
 * Spacing Utilities - Margin
 */
.ca-m-0 {
  margin: 0;
}
.ca-m-1 {
  margin: 0.25rem;
}
.ca-m-2 {
  margin: 0.5rem;
}
.ca-m-3 {
  margin: 0.75rem;
}
.ca-m-4 {
  margin: 1rem;
}
.ca-m-5 {
  margin: 1.25rem;
}
.ca-m-6 {
  margin: 1.5rem;
}
.ca-mt-0 {
  margin-top: 0;
}
.ca-mt-1 {
  margin-top: 0.25rem;
}
.ca-mt-2 {
  margin-top: 0.5rem;
}
.ca-mt-3 {
  margin-top: 0.75rem;
}
.ca-mt-4 {
  margin-top: 1rem;
}
.ca-mt-5 {
  margin-top: 1.25rem;
}
.ca-mt-6 {
  margin-top: 1.5rem;
}
.ca-mb-0 {
  margin-bottom: 0;
}
.ca-mb-1 {
  margin-bottom: 0.25rem;
}
.ca-mb-2 {
  margin-bottom: 0.5rem;
}
.ca-mb-3 {
  margin-bottom: 0.75rem;
}
.ca-mb-4 {
  margin-bottom: 1rem;
}
.ca-mb-5 {
  margin-bottom: 1.25rem;
}
.ca-mb-6 {
  margin-bottom: 1.5rem;
}
.ca-ml-0 {
  margin-left: 0;
}
.ca-ml-1 {
  margin-left: 0.25rem;
}
.ca-ml-2 {
  margin-left: 0.5rem;
}
.ca-ml-3 {
  margin-left: 0.75rem;
}
.ca-ml-4 {
  margin-left: 1rem;
}
.ca-ml-5 {
  margin-left: 1.25rem;
}
.ca-ml-6 {
  margin-left: 1.5rem;
}
.ca-mr-0 {
  margin-right: 0;
}
.ca-mr-1 {
  margin-right: 0.25rem;
}
.ca-mr-2 {
  margin-right: 0.5rem;
}
.ca-mr-3 {
  margin-right: 0.75rem;
}
.ca-mr-4 {
  margin-right: 1rem;
}
.ca-mr-5 {
  margin-right: 1.25rem;
}
.ca-mr-6 {
  margin-right: 1.5rem;
}
/**
 * Spacing Utilities - Padding
 */
.ca-p-0 {
  padding: 0;
}
.ca-p-1 {
  padding: 0.25rem;
}
.ca-p-2 {
  padding: 0.5rem;
}
.ca-p-3 {
  padding: 0.75rem;
}
.ca-p-4 {
  padding: 1rem;
}
.ca-p-5 {
  padding: 1.25rem;
}
.ca-p-6 {
  padding: 1.5rem;
}
.ca-pt-0 {
  padding-top: 0;
}
.ca-pt-1 {
  padding-top: 0.25rem;
}
.ca-pt-2 {
  padding-top: 0.5rem;
}
.ca-pt-3 {
  padding-top: 0.75rem;
}
.ca-pt-4 {
  padding-top: 1rem;
}
.ca-pt-5 {
  padding-top: 1.25rem;
}
.ca-pt-6 {
  padding-top: 1.5rem;
}
.ca-pb-0 {
  padding-bottom: 0;
}
.ca-pb-1 {
  padding-bottom: 0.25rem;
}
.ca-pb-2 {
  padding-bottom: 0.5rem;
}
.ca-pb-3 {
  padding-bottom: 0.75rem;
}
.ca-pb-4 {
  padding-bottom: 1rem;
}
.ca-pb-5 {
  padding-bottom: 1.25rem;
}
.ca-pb-6 {
  padding-bottom: 1.5rem;
}
.ca-pl-0 {
  padding-left: 0;
}
.ca-pl-1 {
  padding-left: 0.25rem;
}
.ca-pl-2 {
  padding-left: 0.5rem;
}
.ca-pl-3 {
  padding-left: 0.75rem;
}
.ca-pl-4 {
  padding-left: 1rem;
}
.ca-pl-5 {
  padding-left: 1.25rem;
}
.ca-pl-6 {
  padding-left: 1.5rem;
}
.ca-pr-0 {
  padding-right: 0;
}
.ca-pr-1 {
  padding-right: 0.25rem;
}
.ca-pr-2 {
  padding-right: 0.5rem;
}
.ca-pr-3 {
  padding-right: 0.75rem;
}
.ca-pr-4 {
  padding-right: 1rem;
}
.ca-pr-5 {
  padding-right: 1.25rem;
}
.ca-pr-6 {
  padding-right: 1.5rem;
}
/**
 * Border Utilities
 */
.ca-border {
  border: 1px solid #d9d9d9;
}
.ca-border-top {
  border-top: 1px solid #d9d9d9;
}
.ca-border-bottom {
  border-bottom: 1px solid #d9d9d9;
}
.ca-border-left {
  border-left: 1px solid #d9d9d9;
}
.ca-border-right {
  border-right: 1px solid #d9d9d9;
}
.ca-border-none {
  border: none;
}
/**
 * Border Radius Utilities
 */
.ca-rounded-none {
  border-radius: 0;
}
.ca-rounded-sm {
  border-radius: 0.25rem;
}
.ca-rounded {
  border-radius: 0.5rem;
}
.ca-rounded-lg {
  border-radius: 0.75rem;
}
.ca-rounded-xl {
  border-radius: 1rem;
}
.ca-rounded-full {
  border-radius: 9999px;
}
/**
 * Shadow Utilities
 */
.ca-shadow-none {
  box-shadow: none;
}
.ca-shadow-sm {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.ca-shadow {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.ca-shadow-md {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.ca-shadow-lg {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}
/**
 * Position Utilities
 */
.ca-relative {
  position: relative;
}
.ca-absolute {
  position: absolute;
}
.ca-fixed {
  position: fixed;
}
.ca-sticky {
  position: sticky;
}
/**
 * Width Utilities
 */
.ca-w-full {
  width: 100%;
}
.ca-w-auto {
  width: auto;
}
.ca-w-fit {
  width: fit-content;
}
/**
 * Height Utilities
 */
.ca-h-full {
  height: 100%;
}
.ca-h-auto {
  height: auto;
}
/**
 * Loading States
 */
.ca-loading {
  background: linear-gradient(90deg, #eeeeee 25%, #f6f6f6 50%, #eeeeee 75%);
  background-size: 200% 100%;
  animation: loading 1.5s infinite;
}
/**
 * Accessibility
 */
.ca-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
/**
 * State Classes
 */
.is-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.is-loading {
  background: linear-gradient(90deg, #eeeeee 25%, #f6f6f6 50%, #eeeeee 75%);
  background-size: 200% 100%;
  animation: loading 1.5s infinite;
  cursor: wait;
}
.has-error {
  border-color: #dc3545;
  color: #dc3545;
}
.is-valid {
  border-color: #4CAF50;
  color: #4CAF50;
}
