/**
 * Global styles for ca-custom plugin
 * Contains component-specific styles and theme variations
 */
/**
 * Design tokens for ca-custom plugin
 * Based on .example/script/_variables.scss structure
 * 
 * Centralized variables to eliminate duplication across SCSS files
 */
/**
 * Color System
 * Migrated from $color-map found in all feature files
 * Maintains backward compatibility with numbered system
 */
/**
 * Semantic color aliases for better maintainability
 */
/**
 * Typography System
 * Migrated from $font-attributes-map
 */
/**
 * Font Sizes - Title
 */
/**
 * Font Sizes - Subtitle
 */
/**
 * Font Sizes - Text
 */
/**
 * Font Sizes - Caption
 */
/**
 * Font Weights
 */
/**
 * Font Weights - Title
 */
/**
 * Font Weights - Subtitle
 */
/**
 * Font Weights - Text
 */
/**
 * Font Weights - Caption
 */
/**
 * Line Heights
 */
/**
 * Responsive Font Sizes
 * Base font sizes for root element
 */
/**
 * Spacing Scale
 * Base unit: 8px for consistency
 */
/**
 * Legacy spacing aliases
 */
/**
 * Borders
 */
/**
 * Z-index Scale
 */
/**
 * Breakpoints
 */
/**
 * Legacy breakpoint aliases
 */
/**
 * Container Widths
 */
/**
 * Shadows
 */
/**
 * Transitions
 */
/**
 * Common transitions
 */
/**
 * WordPress Admin Sidebar
 */
/**
 * Font attributes map for backward compatibility
 * Used by front-default.scss to generate utility classes
 */
/**
 * Reusable mixins for ca-custom plugin
 * Based on .example/script/_mixins.scss patterns
 * 
 * Common patterns and utilities for consistent styling
 */
/**
 * Responsive breakpoint mixins
 * Mobile-first approach with multiple breakpoints
 */
/**
 * Legacy responsive mixins for backward compatibility
 */
/**
 * Named breakpoint mixins
 */
/**
 * Flexbox utilities
 */
/**
 * Grid Layout Mixins
 */
/**
 * Button Mixins
 */
/**
 * Card Component Mixins
 */
/**
 * Form Control Mixins
 */
/**
 * Text Utilities
 */
/**
 * Position Utilities
 */
/**
 * Aspect Ratio Mixins
 */
/**
 * Scrollbar Styling
 */
/**
 * Loading States
 */
@keyframes ca-skeleton-loading {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
/**
 * Overlay Mixins
 */
/**
 * Animation Mixins
 */
@keyframes ca-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/**
 * Utility Mixins
 */
/**
 * Container Mixins
 */
/**
 * WordPress Specific Mixins
 */
/* Previous font-attributes-map and color-map moved to _variables.scss */
/* Typography and color utility classes moved to front-default.scss */
/* Root font sizes and layout utilities moved to front-default.scss */
.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__arrow:disabled {
  opacity: 1 !important;
}
.splide__arrow {
  background-color: #ffffff !important;
  opacity: 1 !important;
}
.ca-theme-dark {
  background-color: #181818;
  color: #ffffff;
}
.ca-theme-dark a {
  color: #ffffff;
}
.ca-theme-dark .ca-logo-svg {
  fill: #ffffff;
}
.ca-theme-dark header {
  background-color: #181818;
}
.ca-theme-light {
  background-color: #ffffff;
  color: #333333;
}
.ca-theme-light a {
  color: #333333;
}
.ca-theme-light .ca-logo-svg {
  fill: #333333;
}
.ca-theme-light header {
  background-color: #ffffff;
}
.ca-header-gnb {
  display: flex;
}
.ca-header-gnb-archive {
  justify-content: center;
}
.ca-header-gnb-archive .ca-logo-box {
  padding: 10px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ca-theme-dark .ca-menu-box, .ca-theme-dark .ca-mypage-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
}
.ca-theme-dark .ca-logo-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 60px;
  padding: 10px;
}
.ca-theme-dark .ca-menu-icon, .ca-mypage-button {
  font-size: 30px;
  padding: 5px;
  border-radius: 5px;
  cursor: pointer;
}
.ca-theme-dark .ca-menu-icon:hover, .ca-theme-dark .ca-mypage-button:hover {
  background-color: #333333;
}
.ca-theme-dark .ca-mypage-popbox {
  display: none;
  flex-direction: column;
  position: absolute;
  top: 60px;
  right: 10px;
  background-color: #222222;
  border-radius: 10px;
  border: 1px solid #d9d9d9;
  padding: 20px;
  z-index: 999;
  width: 270px;
}
.ca-theme-dark .ca-mypage-popbox-div {
  width: 100%;
  gap: 20px;
  display: flex;
  flex-direction: row;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
}
.ca-theme-dark .ca-mypage-popbox-profile-img {
  font-size: 45px;
}
.ca-theme-dark .ca-mypage-popbox-email {
  color: #707070;
  font-weight: 600;
}
.ca-theme-dark .ca-mypage-popbox-info, .ca-theme-dark .ca-mypage-popbox-button {
  width: 100%;
  font-weight: 600;
  border-radius: 10px;
  text-align: center;
  padding: 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  background-color: #333333;
  border: 1px solid #d9d9d9;
}
.ca-theme-dark .ca-mypage-popbox-info:hover, .ca-theme-dark .ca-mypage-popbox-button:hover {
  background-color: #181818;
}
.ca-theme-light .ca-menu-box, .ca-theme-light .ca-mypage-box, .ca-theme-light .ca-upload-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
}
.ca-theme-light .ca-logo-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 60px;
  padding: 10px;
}
.ca-theme-light .ca-menu-icon, .ca-theme-light .ca-mypage-button, .ca-theme-light .ca-upload-button {
  font-size: 30px;
  padding: 5px;
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ca-theme-light .ca-menu-icon:hover, .ca-theme-light .ca-mypage-button:hover, .ca-theme-light .ca-upload-button:hover {
  background-color: #d9d9d9;
}
.ca-theme-light .ca-mypage-popbox {
  display: none;
  flex-direction: column;
  position: absolute;
  top: 60px;
  right: 10px;
  background-color: #f6f6f6;
  border-radius: 10px;
  border: 1px solid #d9d9d9;
  padding: 20px;
  z-index: 999;
  width: 270px;
}
.ca-theme-light .ca-mypage-popbox-div {
  width: 100%;
  gap: 20px;
  display: flex;
  flex-direction: row;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
}
.ca-theme-light .ca-mypage-popbox-profile-img {
  font-size: 45px;
}
.ca-theme-light .ca-mypage-popbox-email {
  color: #707070;
  font-weight: 600;
}
.ca-theme-light .ca-mypage-popbox-info, .ca-theme-light .ca-mypage-popbox-button {
  width: 100%;
  font-weight: 600;
  border-radius: 10px;
  text-align: center;
  padding: 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  background-color: #d9d9d9;
  border: 1px solid #d9d9d9;
}
.ca-theme-light .ca-mypage-popbox-info:hover, .ca-theme-light .ca-mypage-popbox-button:hover {
  background-color: #707070;
  color: #ffffff;
}
.ca-theme-dark .ca-sidebar {
  max-width: var(--ca-sidebar-width-opened);
  min-width: var(--ca-sidebar-width-opened);
  width: 100%;
  height: calc(100vh - 60px);
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  position: fixed;
}
@media screen and (max-width: 992px) {
  .ca-theme-dark .ca-sidebar {
    min-width: var(--ca-sidebar-width-folded);
    max-width: var(--ca-sidebar-width-folded);
  }
}
@media screen and (max-width: 767px) {
  .ca-theme-dark .ca-sidebar {
    display: none;
  }
}
.ca-theme-dark .ca-sidebar::-webkit-scrollbar {
  display: none;
}
.ca-theme-dark .ca-sidebar-div {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}
.ca-theme-dark .ca-sidebar-title {
  margin-left: 20px;
  font-size: 0.7rem;
}
.ca-theme-dark .ca-sidebar-item {
  display: flex;
  flex-direction: row;
  gap: 10px;
  width: 100%;
  padding: 5px 20px;
}
@media screen and (max-width: 992px) {
  .ca-theme-dark .ca-sidebar-item {
    flex-direction: column;
  }
}
.ca-theme-dark .ca-sidebar-item:hover {
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(24, 24, 24, 0));
}
.ca-theme-dark .ca-sidebar-item-sub {
  border-left: 2px solid #d9d9d9;
  height: 24px;
  margin-left: 10px;
}
@media screen and (max-width: 992px) {
  .ca-theme-dark .ca-sidebar-item-sub {
    display: none;
  }
}
.ca-theme-dark .ca-sidebar-icon {
  color: #ffffff;
}
.ca-theme-dark .ca-sidebar-item-r {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex: 1;
  gap: 5px;
}
.ca-theme-dark .ca-sidebar-itemname {
  font-size: 0.875rem;
  font-weight: 600;
}
@media screen and (max-width: 992px) {
  .ca-theme-dark .ca-sidebar-itemname {
    font-size: 0.6rem;
  }
}
.ca-theme-dark .ca-sidebar-item-new-icon {
  background-color: #3ed48c;
  border-radius: 50px;
  padding: 2px 5px;
  font-size: 0.7rem;
  line-height: 1rem;
}
.ca-theme-dark .ca-mypage-button:hover.material-symbols-rounded {
  font-variation-settings: "FILL" 1;
}
.ca-theme-dark .ca-sidebar-item:hover .material-symbols-rounded {
  font-variation-settings: "FILL" 1;
}
.ca-theme-dark .ca-sidebar-item.my-active .material-symbols-rounded {
  font-variation-settings: "FILL" 1;
}
.ca-theme-dark .ca-content {
  width: 100%;
  min-height: 100vh;
  padding-left: var(--ca-sidebar-width-opened);
}
@media screen and (max-width: 992px) {
  .ca-theme-dark .ca-content {
    padding-left: var(--ca-sidebar-width-folded);
  }
}
@media screen and (max-width: 767px) {
  .ca-theme-dark .ca-content {
    padding-left: 0px;
  }
}
.ca-theme-dark .ca-sidebar-folded {
  display: flex !important;
  flex-direction: column;
  position: fixed;
  z-index: 99;
  min-width: var(--ca-sidebar-width-folded);
  max-width: var(--ca-sidebar-width-folded);
}
@media screen and (max-width: 767px) {
  .ca-theme-dark .ca-sidebar-folded {
    display: none !important;
  }
}
.ca-theme-dark .ca-content-folded {
  padding-left: var(--ca-sidebar-width-folded);
}
@media screen and (max-width: 767px) {
  .ca-theme-dark .ca-content-folded {
    padding-left: 0px;
  }
}
.ca-theme-dark .ca-sidebar-folded .ca-sidebar-item {
  flex-direction: column;
  align-items: center;
  padding: 5px 10px;
}
.ca-theme-dark .ca-sidebar-folded .ca-sidebar-item-r {
  flex-direction: column;
}
.ca-theme-dark .ca-sidebar-folded .ca-sidebar-item-sub {
  display: none !important;
}
.ca-theme-dark .ca-sidebar-folded .ca-sidebar-itemname {
  font-size: 0.6rem;
}
.ca-theme-dark .ca-sidebar-open {
  display: flex !important;
  flex-direction: column;
  position: fixed;
  z-index: 99;
  max-width: var(--ca-sidebar-width-opened);
  min-width: var(--ca-sidebar-width-opened);
  background-color: #222222;
  box-shadow: 0px 0px 500px 50px #000000;
}
@media screen and (max-width: 992px) {
  .ca-theme-dark .ca-sidebar-open .ca-sidebar-item {
    flex-direction: row !important;
  }
}
@media screen and (max-width: 992px) {
  .ca-theme-dark .ca-sidebar-open .ca-sidebar-item-sub {
    display: flex !important;
  }
}
@media screen and (max-width: 992px) {
  .ca-theme-dark .ca-sidebar-open .ca-sidebar-itemname {
    font-size: 0.875rem;
  }
}
.ca-theme-light .ca-sidebar {
  max-width: var(--ca-sidebar-width-opened);
  min-width: var(--ca-sidebar-width-opened);
  width: 100%;
  height: calc(100vh - 60px);
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  position: fixed;
  display: none;
}
.ca-theme-light .ca-sidebar::-webkit-scrollbar {
  display: none;
}
.ca-theme-light .ca-sidebar-div {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}
.ca-theme-light .ca-sidebar-title {
  margin-left: 20px;
  font-size: 0.7rem;
}
.ca-theme-light .ca-sidebar-item {
  display: flex;
  flex-direction: row;
  gap: 10px;
  width: 100%;
  padding: 5px 20px;
}
@media screen and (max-width: 992px) {
  .ca-theme-light .ca-sidebar-item {
    flex-direction: column;
  }
}
.ca-theme-light .ca-sidebar-item:hover {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
}
.ca-theme-light .ca-sidebar-item-sub {
  border-left: 2px solid #d9d9d9;
  height: 24px;
  margin-left: 10px;
}
@media screen and (max-width: 992px) {
  .ca-theme-light .ca-sidebar-item-sub {
    display: none;
  }
}
.ca-theme-light .ca-sidebar-icon {
  color: #181818;
}
.ca-theme-light .ca-sidebar-item-r {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex: 1;
  gap: 5px;
}
.ca-theme-light .ca-sidebar-itemname {
  font-size: 0.875rem;
  font-weight: 600;
}
@media screen and (max-width: 992px) {
  .ca-theme-light .ca-sidebar-itemname {
    font-size: 0.6rem;
  }
}
.ca-theme-light .ca-sidebar-item-new-icon {
  background-color: #3ed48c;
  border-radius: 50px;
  padding: 2px 5px;
  font-size: 0.7rem;
  line-height: 1rem;
}
.ca-theme-light .ca-mypage-button:hover.material-symbols-rounded {
  font-variation-settings: "FILL" 1;
}
.ca-theme-light .ca-sidebar-item:hover .material-symbols-rounded {
  font-variation-settings: "FILL" 1;
}
.ca-theme-light .ca-sidebar-item.my-active .material-symbols-rounded {
  font-variation-settings: "FILL" 1;
}
.ca-theme-light .ca-content {
  width: 100%;
  min-height: 100vh;
}
.ca-theme-light .ca-sidebar-open {
  display: flex !important;
  flex-direction: column;
  position: fixed;
  z-index: 99;
  max-width: var(--ca-sidebar-width-opened);
  min-width: var(--ca-sidebar-width-opened);
  background-color: #ffffff;
  box-shadow: 0px 0px 500px 50px #000000;
}
@media screen and (max-width: 992px) {
  .ca-theme-light .ca-sidebar-open .ca-sidebar-item {
    flex-direction: row !important;
  }
}
@media screen and (max-width: 992px) {
  .ca-theme-light .ca-sidebar-open .ca-sidebar-item-sub {
    display: flex !important;
  }
}
@media screen and (max-width: 992px) {
  .ca-theme-light .ca-sidebar-open .ca-sidebar-itemname {
    font-size: 0.875rem;
  }
}
.thumb-hover .thumb-tax-box {
  height: 30px;
}
.ca-mp-menu-header {
  width: 100%;
  border-bottom: 1px solid #707070;
  margin-bottom: 15px;
  padding: 10px;
}
.ca-mp-menu-div {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
}
@media screen and (max-width: 992px) {
  .ca-mp-menu-div {
    flex-direction: row !important;
    flex-wrap: wrap !important;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
    border-top: 1px solid #d9d9d9;
  }
}
.ca-mp-menu-link {
  width: 100%;
  padding: 10px;
  border-top: 1px solid #d9d9d9;
}
@media screen and (max-width: 992px) {
  .ca-mp-menu-link {
    border-right: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    border-top-style: none;
    width: 25%;
  }
}
.ca-search-form {
  position: relative;
}
.ca-search-field {
  display: flex;
  width: 210px;
  height: 40px;
  border: none;
  padding-left: 15px;
  background-color: #222222;
  border: 1px solid #333333;
  font-size: 0.875rem;
  color: #f6f6f6;
  border-radius: 50px;
  outline: none;
  transition: border 0.3s;
}
.ca-search-field:focus {
  border: 1px solid #5e5e5e;
}
.ca-search-field:autofill, .ca-search-field:autofill:hover, .ca-search-field:autofill:focus, .ca-search-field:autofill:active, .ca-search-field:-webkit-autofill, .ca-search-field:-webkit-autofill:hover, .ca-search-field:-webkit-autofill:focus, .ca-search-field:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
  -webkit-transition: background-color 9999s ease-out;
  -webkit-box-shadow: 0 0 0px 1000px #222222 inset !important;
  -webkit-text-fill-color: #f6f6f6 !important;
}
.ca-search-submit {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  background: none;
  border: none;
  font-size: 14px;
  cursor: pointer;
}
.ca-search-submit .material-symbols-rounded {
  color: #ffffff;
}
@media screen and (max-width: 991px) {
  .ca-search-field {
    width: 100%;
  }
}
@media screen and (max-width: 992px) {
  .ca-category-overlay {
    display: flex;
    position: relative;
    width: 100%;
    overflow-x: auto;
  }
}
@media screen and (max-width: 992px) {
  .ca-category-overlay::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 80px;
    background: linear-gradient(to left, #ffffff, transparent);
    pointer-events: none;
  }
}
.ca-category-row .ca-category-overlay {
  display: flex;
  position: relative;
  width: 100%;
  overflow-x: auto;
}
.ca-category-row .ca-category-overlay::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 80px;
  background: linear-gradient(to left, #ffffff, transparent);
  pointer-events: none;
}
.ca-category-list {
  display: flex;
  position: relative;
  flex-direction: column;
  background-color: #f6f6f6;
  border-radius: 10px;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .ca-category-list {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: auto;
    background: none;
    border: none;
    gap: 7px;
  }
}
.ca-category-list::-webkit-scrollbar {
  height: 5px;
}
.ca-category-list::-webkit-scrollbar-thumb {
  background: #ededed;
  border-radius: 10px;
}
.ca-category-list::-webkit-scrollbar-track {
  background: transparent;
}
.ca-category-row .ca-category-list {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  overflow-x: auto;
  background: none;
  border: none;
  gap: 7px;
}
.ca-category-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: inherit;
  padding: 10px 15px;
  width: 100%;
  font-size: 0.875rem;
  color: #272727;
  font-weight: 700;
  flex-shrink: 0;
}
@media screen and (max-width: 992px) {
  .ca-category-item {
    width: auto;
    padding: 4px 10px 4px 10px;
    border-radius: 10px;
    border: 1px solid #646464;
    color: #646464;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
  }
}
.ca-category-row .ca-category-item {
  width: auto;
  padding: 4px 10px 4px 10px;
  border-radius: 10px;
  border: 1px solid #646464;
  color: #646464;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
}
.ca-category-icon {
  padding-right: 10px;
  height: 30px !important;
}
@media screen and (max-width: 992px) {
  .ca-category-icon {
    height: 16px !important;
  }
}
.ca-search-and-sort {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  gap: 10px;
}
.ca-search-and-sort .ca-search-bar {
  display: flex;
  border-radius: 10px;
  overflow: hidden;
  height: 40px;
  border: 1px solid #D4D4D4;
  background-color: #ffffff;
}
.ca-search-and-sort #search-input {
  width: 100%;
  border: none;
  padding-left: 15px;
  background-color: #ffffff;
  font-size: 0.875rem;
  color: #8D8D8D;
  outline: none;
}
.ca-search-and-sort #search-button {
  border: none;
  background-color: #ffffff;
  color: #50535E;
  padding-right: 15px;
  cursor: pointer;
}
.ca-sort-select {
  position: relative;
}
.ca-sort-select #sort-select {
  width: 120px;
  padding: 10px;
  height: 40px;
  border: 1px solid #ccc;
  border-radius: 10px;
  background-color: #fff;
  font-size: 0.875rem;
  color: #333;
  cursor: pointer;
}
.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;
  position: relative;
}
.ca-404-message {
  margin-bottom: 2rem;
  max-width: 600px;
}
.ca-404-button {
  display: inline-block;
  padding: 0.8rem 1.5rem;
  background-color: #333333;
  color: #ffffff;
  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 #ffffff;
  border-radius: 50%;
  top: 15%;
  left: 15%;
}
.ca-404-search-line {
  position: absolute;
  width: 30px;
  height: 8px;
  background: #ffffff;
  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;
}
.ca-banner-slide-item {
  display: flex;
  align-items: stretch;
  height: 100%;
}
.ca-banner-slide-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  text-decoration: none;
}
.ca-banner-slide {
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 280px;
  color: #ffffff;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .ca-banner-slide {
    min-height: 220px;
  }
}
.ca-banner-slide-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  gap: 25px;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 768px) {
  .ca-banner-slide-wrap {
    flex-direction: column;
    text-align: center;
    gap: 15px;
  }
}
.ca-banner-slide-l {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 60%;
}
@media screen and (max-width: 992px) {
  .ca-banner-slide-l {
    max-width: 55%;
  }
}
@media screen and (max-width: 768px) {
  .ca-banner-slide-l {
    order: 2;
    align-items: center;
    max-width: 100%;
  }
}
.ca-banner-slide-l .ca-subtitle-5 {
  opacity: 0.85;
  font-weight: 500;
}
.ca-banner-slide-l .ca-title-3 {
  line-height: 1.3;
  word-break: keep-all;
}
.ca-banner-slide-r {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.ca-banner-slide-img {
  display: block;
  max-width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .ca-banner-slide-img {
    height: auto;
  }
}
.ca-banner-repeater-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.ca-banner-repeater-empty {
  padding: 20px;
  text-align: center;
  color: #707070;
  background-color: #f6f6f6;
  border: 1px dashed #d9d9d9;
  border-radius: 4px;
}
.ca-banner-repeater-splide .splide__progress {
  background: rgba(255, 255, 255, 0.2);
  height: 3px;
  position: absolute;
  bottom: 10px;
  left: 5%;
  right: 5%;
  width: 90%;
  z-index: 3;
  border-radius: 3px;
}
.ca-banner-repeater-splide .splide__progress__bar {
  background: #ffffff;
  height: 100%;
  transition: width 400ms ease;
  width: 0;
  border-radius: 3px;
}
.ca-banner-repeater-splide .splide__slide {
  height: auto;
  min-height: 280px;
}
@media screen and (max-width: 768px) {
  .ca-banner-repeater-splide .splide__slide {
    min-height: 220px;
  }
}
.ca-search-results-container {
  padding: 2rem 1rem;
}
@media screen and (min-width: 768px) {
  .ca-search-results-container {
    padding: 3rem 2rem;
  }
}
.ca-search-results-container .ca-search-results-header {
  margin-bottom: 2rem;
  text-align: center;
}
.ca-search-results-container .ca-search-results-header .ca-search-results-title {
  font-size: 2rem;
  font-weight: 900;
  margin-bottom: 0.5rem;
}
.ca-search-results-container .ca-search-results-header .ca-search-results-count {
  font-size: 1rem;
  color: #707070;
}
.ca-search-results-container .ca-search-section {
  margin-bottom: 3rem;
}
.ca-search-results-container .ca-search-section .ca-search-section-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #d9d9d9;
}
.ca-search-results-container .ca-search-results-list {
  display: grid;
  grid-template-columns: repeat(var(--ca-search-grid-columns-mobile, 1), 1fr);
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .ca-search-results-container .ca-search-results-list {
    grid-template-columns: repeat(var(--ca-search-grid-columns-tablet, 2), 1fr);
    gap: 25px;
  }
}
@media screen and (min-width: 992px) {
  .ca-search-results-container .ca-search-results-list {
    grid-template-columns: repeat(var(--ca-search-grid-columns-desktop, 3), 1fr);
    gap: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .ca-search-results-container .ca-search-results-list {
    grid-template-columns: repeat(var(--ca-search-grid-columns-large-desktop, 4), 1fr);
  }
}
.ca-search-results-container .ca-search-result-item {
  display: flex;
  flex-direction: column;
}
.ca-search-results-container .ca-search-result-item > div {
  height: 100%;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.ca-search-results-container .ca-search-result-item > div.card:not(.thumb-wrapper) {
  width: 100%;
  overflow: hidden;
}
.ca-search-results-container .ca-search-result-item > div.card:not(.thumb-wrapper) > .ca-blog-link {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.ca-search-results-container .ca-search-result-item > div.card:not(.thumb-wrapper) > .ca-blog-link > .ca-blog-img {
  flex-shrink: 0;
  aspect-ratio: 1.7777777778;
  background-size: cover;
  background-position: center;
  width: 100%;
}
.ca-search-results-container .ca-search-result-item > div.card:not(.thumb-wrapper) > .ca-blog-link > .ca-blog-meta-hover-box {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0.75rem;
  width: 100%;
}
.ca-search-results-container .ca-search-result-item > div.card:not(.thumb-wrapper) > .ca-blog-link > .ca-blog-meta-hover-box .ca-blog-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
.ca-search-results-container .ca-search-result-item > div.card:not(.thumb-wrapper) > .ca-blog-metabox {
  flex-shrink: 0;
  width: 100%;
}
.ca-search-results-container .ca-search-result-item > div.card:not(.thumb-wrapper) > .ca-blog-metabox .ca-blog-metabox-l {
  max-width: calc(100% - 80px);
}
.ca-search-results-container .ca-search-result-item > div.card:not(.thumb-wrapper) > .ca-blog-metabox .ca-blog-metabox-l .ca-blog-title {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ca-search-results-container .ca-search-result-item > div.thumb-wrapper > .thumb-layout {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: inherit;
}
.ca-search-results-container .ca-search-result-item > div.thumb-wrapper > .thumb-layout .thumb-header {
  flex-shrink: 0;
  position: relative;
}
.ca-search-results-container .ca-search-result-item > div.thumb-wrapper > .thumb-layout .thumb-inner {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  padding: 0.75rem;
}
.ca-search-results-container .ca-search-result-default {
  padding: 1.5rem;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  background-color: #ffffff;
}
.ca-search-results-container .ca-search-result-default h2 {
  margin-bottom: 0.5rem;
}
.ca-search-results-container .ca-search-result-default h2 a {
  text-decoration: none;
  color: #333333;
}
.ca-search-results-container .ca-search-result-default h2 a:hover {
  color: #da002e;
}
.ca-search-results-container .ca-search-no-results, .ca-search-results-container .ca-search-no-query {
  text-align: center;
  padding: 3rem 1rem;
  color: #707070;
}
.ca-search-results-container .ca-search-no-results p, .ca-search-results-container .ca-search-no-query p {
  font-size: 1.1rem;
  margin-bottom: 1rem;
}
.ca-search-results-container :root {
  --ca-search-grid-columns-mobile: 1;
  --ca-search-grid-columns-tablet: 2;
  --ca-search-grid-columns-desktop: 3;
  --ca-search-grid-columns-large-desktop: 3;
}
.sub-carousel-layout {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.thumb-tag {
  text-align: left;
  font-weight: 500;
}
.thumb-title {
  text-align: left;
  font-size: 1.125rem;
  font-weight: 700;
  word-break: keep-all;
}
.thumb-author {
  font-weight: 500;
  text-align: left;
  font-size: 0.875rem;
  color: #d9d9d9;
}
.main-title {
  font-size: 1.125rem;
  margin-bottom: 10px;
  font-weight: 700;
}
.main-carousel {
  width: 100%;
  display: block;
}
.carousel-cell {
  width: 100%;
  min-height: 400px;
  padding-left: 100px;
  counter-increment: carousel-cell;
}
@media (max-width: 1400px) {
  .carousel-cell {
    padding-left: 100px;
    min-height: 300px;
  }
}
@media (max-width: 991px) {
  .carousel-cell {
    padding-left: 80px;
    min-height: 250px;
  }
}
@media (max-width: 767px) {
  .carousel-cell {
    padding-left: 60px;
    min-height: 200px;
  }
}
@media (max-width: 479px) {
  .carousel-cell {
    padding-left: 30px;
    min-height: 150px;
  }
}
.mc-icon-box {
  max-width: 250px;
  margin: auto;
}
.column-section-zeropadding {
  padding: 0px;
  text-align: center;
  display: flex;
  align-items: center;
}
.home-slider-div {
  padding-left: 20px;
  width: 100%;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
@media (max-width: 767px) {
  .home-slider-div {
    padding-left: 50px;
  }
}
@media (max-width: 479px) {
  .home-slider-div {
    padding-left: 20px;
  }
}
.home-slider-title {
  font-size: 30px;
  color: #ffffff;
  font-weight: 600;
  letter-spacing: -1px;
  line-height: 1.2;
  padding-bottom: 20px;
}
@media (max-width: 479px) {
  .home-slider-title {
    font-size: 20px;
  }
}
.home-slider-button:hover {
  background-color: #52eca3;
  border: 1px solid #52eca3;
  color: #ffffff;
}
.home-slider-button {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  color: #000000;
  border-radius: 50px;
  font-weight: 600;
  padding: 5px 30px;
}
.home-slider-slide {
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 20px;
  min-height: 400px;
  display: flex;
  flex-direction: row;
  align-items: stretch;
}
.v-line {
  width: 100%;
  gap: 20px;
  padding: 10px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .v-line {
    display: flex;
    flex-direction: column;
  }
}
.v-line-l {
  width: 100%;
}
@media (max-width: 767px) {
  .v-line-l {
    display: flex;
  }
}
.v-line-r {
  width: 100%;
  gap: 5px;
  display: flex;
  flex-direction: column;
}
.v-line-c-image {
  width: 100%;
  border-radius: 10px;
  height: 250px;
  border: 1px solid #d9d9d9;
  object-fit: cover;
}
.v-line-title {
  letter-spacing: -1px;
  font-size: 1.125rem;
  font-weight: 700;
}
.v-line-text {
  font-size: 0.875rem;
  letter-spacing: -1px;
  line-height: 1.4;
}
.ps-title {
  font-size: 24px;
  letter-spacing: -1px;
}
.feeeld-button:hover {
  background-color: #4bffaa;
  border: 1px solid #4bffaa;
}
.feeeld-button {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  color: #333333;
  font-family: Inherit;
  button-hover_color: #4bffaa;
  font-weight: 600;
  border-radius: 100px;
  padding: 10px 20px;
}
@media (max-width: 479px) {
  .feeeld-button {
    padding: 6px 9.6px;
    font-size: 14px;
  }
}
.ps-text {
  font-size: 16px;
  letter-spacing: -1px;
  margin-bottom: 20px;
}
.sub-carousel-cell {
  width: 300px;
  margin-right: 10px;
}
@media (max-width: 479px) {
  .sub-carousel-cell {
    width: 280px;
  }
}
.slide__height {
  height: 300px;
  min-height: 300px;
  max-height: 300px;
  text-align: left;
  background-position: center center;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .slide__height {
    height: 300px;
    min-height: 300px;
    max-height: 300px;
  }
}
@media (max-width: 767px) {
  .slide__height {
    height: 220px;
    min-height: 220px;
    max-height: 220px;
  }
}
@media (max-width: 479px) {
  .slide__height {
    height: 180px;
    min-height: 180px;
    max-height: 180px;
  }
}
.ca-mypage-button {
  cursor: pointer;
}
.ca-mypage-box {
  position: relative;
}
.ca-p-16 {
  font-size: 1rem;
}
.ca-p-12 {
  font-size: 0.75rem;
}
.ca-p-14 {
  font-size: 0.875rem;
}
.ca-p-10 {
  font-size: 0.625rem;
}
.section-layout {
  width: 100%;
}
.ca-p-22 {
  font-size: 1.375rem;
}
.ca-product-cover-box {
  width: 100%;
  padding: 20px;
}
.ca-product-cover-box-div {
  width: 100%;
  display: flex;
  flex-direction: row;
}
.ca-product-info-box {
  width: 100%;
  border-radius: 10px;
  position: relative;
  background-color: #272727;
  border: 1px solid #d9d9d9;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.ca-product-info-box-div {
  width: 100%;
  margin-bottom: 5px;
  position: relative;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  padding: 3px 10px;
  background-color: #333333;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.ca-p-20 {
  font-size: 1.25rem;
}
.ca-product-add-to-cart:hover {
  background-color: #000000;
}
.ca-product-add-to-cart {
  padding: 0 20px;
  border-radius: 10px;
  position: absolute;
  right: 0px;
  height: 100%;
  background-color: #222222;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ca-product-info-box-title {
  font-weight: 600;
  min-width: 60px;
}
.ca-product-info-box-price {
  font-weight: 700;
}
.ca-product-cover-tag-box {
  width: 100%;
  gap: 5px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.ca-product-info-box-top {
  width: 100%;
  background-color: #333333;
  padding: 5px auto;
  border-radius: 10px 10px 0 0;
  border-bottom: 1px solid #d9d9d9;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ca-product-info-box-middle {
  width: 100%;
  padding: 20px;
}
.ca-product-badge-best {
  color: #ffffff;
  background-color: #f88080;
  padding: 2px 12px;
  border-radius: 50px;
  font-weight: 600;
}
.ca-product-badge-best:not(.ct-section):not(.oxy-easy-posts), .ca-product-badge-best.oxy-easy-posts .oxy-posts, .ca-product-badge-best.ct-section .ct-section-inner-wrap {
  display: none;
}
.ca-product-badge-new {
  color: #abe137;
  background-color: #272727;
  padding: 2px 12px;
  border-radius: 50px;
  font-weight: 600;
}
.ca-product-badge-new:not(.ct-section):not(.oxy-easy-posts), .ca-product-badge-new.oxy-easy-posts .oxy-posts, .ca-product-badge-new.ct-section .ct-section-inner-wrap {
  display: none;
}
.ca-middle-header-div {
  width: 50%;
  height: 100%;
  margin: auto;
  display: flex;
  flex-direction: row;
}
@media (max-width: 991px) {
  .ca-middle-header-div {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .ca-middle-header-div {
    width: 100%;
  }
}
.ca-middle-header {
  width: 100%;
  border-bottom: 1px solid #878787;
  height: 60px;
  background-color: #222222;
  display: flex;
}
.ca-middle-header-box:hover {
  color: #ffffff;
  background-color: #272727;
}
.ca-middle-header-box {
  height: 100%;
  color: #d9d9d9;
  width: 100%;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.ca-product-curri-box {
  width: 100%;
}
.ca-middle-header-active {
  background-color: #333333;
  color: #ffffff;
}
.ca-middle-header-fixed {
  position: fixed;
  top: 60px;
  z-index: 999;
  height: 50px;
}
.ca-product-detail-box {
  width: 100%;
}
.ca-product-detail-box-fixed {
  position: fixed;
  z-index: 999;
  width: calc(1400px * 0.3 - 27px);
}
@media (max-width: 1400px) {
  .ca-product-detail-box-fixed {
    width: calc(30vw - 27px);
  }
}
.ps-goal {
  width: 100%;
  padding: 20px;
  margin-bottom: 20px;
}
.ca-p-18 {
  font-size: 1.125rem;
}
.ps-target {
  width: 100%;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 20px;
  background-color: #333333;
}
.product-review-box {
  background-color: #333333;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #878787;
  gap: 10px;
  margin: 20px 0;
  display: flex;
  flex-direction: row;
}
.product-review-box-l {
  width: 110px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.product-review-box-r {
  width: 100%;
  gap: 5px;
  display: flex;
  flex-direction: column;
}
.product-review-box-meta {
  gap: 10px;
  display: flex;
  flex-direction: row;
}
.product-review-rating-box-outer {
  position: relative;
  display: inline-block;
}
.product-review-rating-box-inner {
  overflow: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  color: #ffc328;
}
.product-review-rating-box-under {
  color: #d9d9d9;
}
.study-curri-box {
  display: flex;
  flex-direction: column;
}
.study-curri-l {
  padding: 0 5px;
  width: 25px;
  min-width: 25px;
  max-width: 25px;
  display: none;
  align-items: center;
  justify-content: flex-start;
}
.study-curri-r {
  padding: 0 5px;
  font-weight: 600;
  width: auto;
  display: block;
}
.study-curri-c {
  width: 35px;
  min-width: 35px;
  max-width: 35px;
  font-weight: 600;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.study-curri-t {
  color: #cccccc;
  font-weight: 800;
  margin-left: auto;
}
.study-curri-ac {
  font-weight: 600;
}
.study-curri-at {
  font-weight: 600;
  margin-left: auto;
}
.study-curri-a-box {
  width: 100%;
  display: flex;
  flex-direction: row;
}
.study-curri-s {
  font-weight: 800;
  padding: 10px 10px 15px 20px;
  width: 100%;
  border-radius: 10px 10px 0 0;
  border-bottom: 1px solid #d9d9d9;
  background-color: #f6f6f6;
  cursor: pointer;
}
.study-accordion-contents {
  padding: 10px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.study-curri-line:hover {
  background-color: #111111;
  color: #ffffff;
}
.study-curri-line {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.thumb-img {
  width: 100%;
  height: 100%;
  border: 1px solid #333333;
  object-fit: cover;
  object-position: center center;
  border-radius: 10px 10px 0 0;
  position: absolute;
  top: 0px;
  left: 0px;
  min-height: 100%;
  max-height: 100%;
}
.thumb-inner {
  width: 100%;
  padding: 10px;
  background-color: #333333;
  border-radius: 0 0 10px 10px;
  height: 165px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  .thumb-inner {
    height: 155px;
  }
}
@media (max-width: 479px) {
  .thumb-inner {
    height: 145px;
  }
}
.thumb-cat {
  text-align: left;
  font-weight: 500;
}
.thumb-tax-box {
  width: 100%;
  gap: 5px;
  height: 0px;
  overflow: hidden;
  transition-duration: 0.3s;
  position: absolute;
  left: 10px;
  bottom: 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.card-tax {
  gap: 5px;
  white-space: nowrap;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.thumb-review {
  padding: 2px 8px;
  border-radius: 5px;
  font-weight: 600;
  color: #ffe090;
  border: 1px solid #ffe090;
}
.thumb-count-box {
  gap: 5px;
  display: flex;
  flex-direction: row;
}
.thumb-sales {
  padding: 2px 8px;
  border-radius: 5px;
  font-weight: 600;
  border: 1px solid #f88080;
  color: #f88080;
}
.splide__progress {
  width: 100%;
}
.splide__progress__bar {
  height: 3px;
  background-color: #d9d9d9;
}
.my-accordion-header {
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 15px;
}
.my-accordion-div {
  width: 100%;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  .my-accordion-div {
    border-top: 1px solid #d9d9d9;
    border-bottom-style: none;
    border-right-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.my-accordion-link:hover {
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0));
}
.my-accordion-link {
  width: 100%;
  padding: 10px;
  border-top: 1px solid #d9d9d9;
}
@media (max-width: 991px) {
  .my-accordion-link {
    width: 25%;
    border-bottom: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
    border-top-style: none;
    text-wrap: nowrap;
  }
}
.my-active {
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0));
}
.learn-class-repeater {
  display: grid !important;
  align-items: stretch;
  grid-template-columns: repeat(2, minmax(50px, 1fr));
  grid-gap: 20px;
}
@media (max-width: 767px) {
  .learn-class-repeater {
    display: grid !important;
    align-items: stretch;
    grid-template-columns: repeat(1, minmax(50px, 1fr));
    grid-gap: 10px;
  }
}
@media (max-width: 479px) {
  .learn-class-repeater {
    display: grid !important;
    align-items: stretch;
    grid-template-columns: repeat(1, minmax(50px, 1fr));
    grid-gap: 10px;
  }
}
.learn-class-box {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 767px) {
  .learn-class-box {
    padding: 10px;
  }
}
.start-the-course {
  font-family: Inherit;
  padding: 5px 20px;
  margin: 0;
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.15;
  border-radius: 10px;
  border-style: none;
  transition: background-color 0.3s ease;
  background-color: #3ed48c;
  cursor: pointer;
}
.learn-review-modal-title {
  color: #000000;
  font-size: 1.25rem;
}
.learn-review-button:hover {
  background-color: #abe137;
}
.learn-review-button {
  font-family: Inherit;
  background-color: #272727;
  padding: 5px 20px;
  margin: 0;
  font-size: 0.875rem;
  color: #ffffff;
  font-weight: 600;
  text-align: center;
  line-height: 1.15;
  border-style: none;
  border-radius: 10px;
  transition: background-color 0.3s ease;
  cursor: pointer;
}
.lessons-div {
  width: 100%;
  background-color: #f6f6f6;
  height: 100vh;
  display: flex;
  flex-direction: row;
  align-items: stretch;
}
@media (max-width: 991px) {
  .lessons-div {
    display: flex;
    flex-direction: column-reverse;
  }
}
.lessons-l {
  background-color: #000000;
  flex: 1;
}
@media (max-width: 991px) {
  .lessons-l {
    width: 100%;
  }
}
.lessons-c {
  width: 400px;
  padding: 20px;
  display: none;
}
@media (max-width: 991px) {
  .lessons-c {
    width: 100%;
  }
}
.lessons-r {
  width: 80px;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .lessons-r {
    width: 100%;
    padding: 0 20px;
  }
}
.lessons-l-t {
  width: 100%;
  background-color: #272727;
  padding: 20px;
}
.lessons-l-m {
  width: 100%;
  padding: 20px;
}
.lesson-r-icon-box {
  width: 100%;
  padding: 10px;
  display: flex;
  flex-direction: column;
}
.lesson-r-box-icon {
  background-color: #f6f6f6;
  border: 1px solid #f6f6f6;
  padding: 8px;
  color: #abe137;
  cursor: pointer;
}
.lesson-r-box-icon > svg {
  width: 25px;
  height: 25px;
}
.lesson-r-box {
  width: 100%;
  padding: 10px 0;
  gap: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.lessons-r-box-icon {
  background-color: #f6f6f6;
  border: 1px solid #f6f6f6;
  padding: 8px;
  color: #abe137;
  cursor: pointer;
}
.lessons-r-box-icon > svg {
  width: 25px;
  height: 25px;
}
.lessons-r-box {
  padding: 10px 0;
  gap: 5px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .lessons-r-box {
    width: 60px;
    padding: 5px 0;
  }
}
.ca-p-28 {
  font-size: 1.75rem;
}
.category-list {
  border-color: #d9d9d9;
  border-width: 1px 1px 0 1px;
  border-style: solid;
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  .category-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.category-item:hover {
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0));
}
.category-item {
  font-family: Inherit;
  padding: 15px;
  width: 100%;
  border-bottom: 1px solid #d9d9d9;
  font-size: 0.875rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .category-item {
    width: 25%;
  }
}
.apply-faq-box {
  width: 100%;
  text-align: left;
  gap: 15px;
}
.apply-faq-div {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: stretch;
}
.apply-faq-l {
  width: 50%;
  gap: 5px;
  padding: 10px;
  display: flex;
  flex-direction: row;
}
.apply-faq-r {
  width: 50%;
  padding: 10px;
}
.apply-indicator-box {
  width: 100%;
  display: flex;
  flex-direction: row;
}
@media (max-width: 991px) {
  .apply-indicator-box {
    display: flex;
    flex-direction: column;
  }
}
.apply-indicator-div {
  width: 100%;
  border-left: 1px solid #ffffff;
  padding: 10px;
}
@media (max-width: 991px) {
  .apply-indicator-div {
    border-left-style: none;
    border-bottom: 1px solid #ffffff;
  }
}
.main-cat-box {
  max-width: 600px;
  width: 100%;
  gap: 20px;
  text-align: center;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}
.main-cat-div {
  gap: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.main-cat-icon {
  width: 60px;
  height: 60px;
  object-fit: contain;
}
@media (max-width: 991px) {
  .main-cat-icon {
    width: 50px;
    height: 50px;
  }
}
.ca-default-box-grey {
  border-radius: 10px;
  border: 1px solid #d9d9d9;
  padding: 20px;
  width: 100%;
  background-color: #f1f3f5;
}
.apply-benefit-box {
  width: 100%;
  gap: 20px;
  display: flex;
  flex-direction: row;
}
.apply-benefit-box-div {
  background-color: #333333;
  border-radius: 10px;
  border: 1px solid #d9d9d9;
  padding: 20px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main-footer-box {
  width: 100%;
  gap: 20px;
  display: flex;
  flex-direction: row;
}
@media (max-width: 991px) {
  .main-footer-box {
    flex-wrap: wrap;
  }
}
.main-footer-div {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #d9d9d9;
  padding: 20px;
  gap: 10px;
  background-color: #333333;
}
.main-footer-t {
  width: 100%;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.main-footer-title {
  font-size: 1.125rem;
  font-weight: 700;
}
.main-footer-link {
  font-size: 1rem;
  font-weight: 700;
  background-color: #272727;
  padding: 2px 15px;
  border-radius: 50px;
}
.main-footer-b {
  width: 100%;
  height: 100px;
}
.main-footer-text {
  font-size: 0.875rem;
  font-weight: 400;
}
.ca-footer-sns {
  color: #333333;
  height: 45px;
  background-color: #333333;
  width: 45px;
  padding: 8px;
  border-radius: 50px;
  min-width: 45px;
  min-height: 45px;
  max-width: 45px;
  max-height: 45px;
}
.ca-footer-sns > svg {
  width: 40px;
  height: 40px;
}
.ca-footer-sns-img {
  width: 100%;
  object-fit: contain;
  height: 100%;
  filter: invert(100%);
}
.ca-member-box {
  width: 100%;
  padding: 20px;
  max-width: 430px;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.85);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.ca-sidebar {
  padding-bottom: 200px;
}
.ca-menu-button {
  border-radius: 5px;
  width: 60px;
  height: 60px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.ca-banner-slide {
  width: 100%;
  height: 100%;
  position: relative;
}
.ca-banner-slide-l {
  width: 100%;
  text-align: left;
  height: 100%;
  z-index: 9;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
}
.ca-banner-slide-img {
  width: auto;
  height: 100%;
  -webkit-mask-image: radial-gradient(circle, black 30%, rgba(0, 0, 0, 0) 100%);
  mask-image: radial-gradient(circle, black 30%, rgba(0, 0, 0, 0) 100%);
}
.ca-banner-slide-overlay {
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.5));
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none;
}
@media (max-width: 767px) {
  .ca-banner-slide-overlay {
    display: flex;
  }
}
.ca-banner-slide-r:before {
  content: "";
}
.ca-banner-slide-link {
  z-index: 50;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.thumb-header {
  width: 100%;
  height: 240px;
  max-height: 240px;
  border: 1px solid #333333;
  min-height: 240px;
  object-fit: cover;
  object-position: center center;
  border-radius: 10px 10px 0 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1400px) {
  .thumb-header {
    height: 220px;
    max-height: 220px;
    min-height: 220px;
  }
}
@media (max-width: 991px) {
  .thumb-header {
    height: 200px;
    max-height: 200px;
    min-height: 200px;
  }
}
@media (max-width: 767px) {
  .thumb-header {
    height: 180px;
    max-height: 180px;
    min-height: 180px;
  }
}
@media (max-width: 479px) {
  .thumb-header {
    height: 180px;
    max-height: 180px;
    min-height: 180px;
  }
}
.card-tag-span {
  border-radius: 5px;
  border: 1px solid #878787;
  padding: 2px 8px;
  color: #cccccc;
  background-color: rgba(0, 0, 0, 0.5);
}
.card-cat-span {
  border-radius: 5px;
  border: 1px solid #ffffff;
  padding: 2px 8px;
  background-color: rgba(0, 0, 0, 0.5);
}
.thumb-hr {
  width: 100%;
  background-color: #878787;
  height: 0.5px;
  border-width: 0;
  margin: 10px 0;
}
.thumb-layout:hover {
  margin-top: -10px;
}
.thumb-layout {
  width: 100%;
  transition-duration: 0.3s;
  padding: 10px 0;
  display: flex;
  flex-direction: column;
}
.ca-study-detail-box {
  width: 100%;
  max-width: 1000px;
  gap: 10px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: stretch;
}
@media (max-width: 991px) {
  .ca-study-detail-box {
    display: flex;
    flex-direction: column;
  }
}
.ca-study-detail-l {
  width: 100%;
  border-right: 1px solid #878787;
  gap: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .ca-study-detail-l {
    border-right-style: none;
  }
}
.ca-study-detail-r {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ca-study-cover-box {
  width: 100%;
  height: 100%;
  position: relative;
}
.ca-study-cover-img-box {
  width: 100%;
  position: relative;
  height: 500px;
  min-height: 500px;
  max-height: 500px;
}
@media (max-width: 1400px) {
  .ca-study-cover-img-box {
    height: 400px;
    min-height: 400px;
    max-height: 400px;
  }
}
@media (max-width: 767px) {
  .ca-study-cover-img-box {
    height: 300px;
    min-height: 300px;
    max-height: 300px;
  }
}
@media (max-width: 479px) {
  .ca-study-cover-img-box {
    height: 250px;
    min-height: 250px;
    max-height: 250px;
  }
}
.ca-study-cover-title-box {
  width: 100%;
  z-index: 9;
  position: absolute;
  bottom: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.ca-study-cover-img-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-image: linear-gradient(to bottom, transparent 70%, #181818), linear-gradient(to left, transparent 70%, #181818), linear-gradient(to right, transparent 70%, #181818);
  background-size: cover;
}
.ca-study-cover-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.ca-study-detail-meta-box {
  width: 100%;
  margin-bottom: 5px;
  display: grid !important;
  align-items: stretch;
  grid-template-columns: repeat(2, minmax(50px, 1fr));
  grid-gap: 10px;
}
.ca-study-detail-meta-div {
  gap: 5px;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: stretch;
}
.ca-study-detail-meta-text {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.ca-study-detail-tag-box {
  width: 100%;
  gap: 5px;
  margin-bottom: 5px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.ca-study-detail-badge-new {
  background-color: #3ed48c;
  padding: 2px 12px;
  border-radius: 50px;
  font-weight: 600;
}
.ca-study-detail-badge-best {
  color: #ffffff;
  background-color: #f88080;
  padding: 2px 12px;
  border-radius: 50px;
  font-weight: 600;
}
.ca-study-detail-info-box {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: stretch;
}
.ca-study-detail-info-title {
  min-width: 90px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ca-study-detail-info-data {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ca-study-price-box {
  width: 100%;
  border-radius: 10px;
  position: relative;
  background-color: #272727;
  border: 1px solid #d9d9d9;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.ca-study-price-header {
  width: 100%;
  background-color: #333333;
  padding: 5px 0;
  border-radius: 10px 10px 0 0;
  border-bottom: 1px solid #d9d9d9;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ca-study-price-part {
  width: 100%;
  padding: 10px 10px 5px 10px;
}
.ca-study-price-total {
  width: 100%;
  padding: 5px 10px 10px 10px;
}
.ca-study-price-div {
  width: 100%;
  margin-bottom: 5px;
  position: relative;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  padding: 3px 10px;
  background-color: #333333;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.ca-study-price-title {
  font-weight: 600;
  min-width: 60px;
}
.ca-study-price-num {
  font-weight: 700;
}
.ca-study-section-div {
  padding: 50px 10px;
  width: 100%;
  display: flex;
}
.ca-study-section-block {
  width: 100%;
  max-width: 1000px;
  gap: 10px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ca-short-intro-box {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: stretch;
}
.ca-short-intro-l {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.ca-short-intro-r {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.ca-study-intro-box {
  width: 100%;
  gap: 10px;
  display: flex;
  flex-direction: row;
  align-items: stretch;
}
@media (max-width: 767px) {
  .ca-study-intro-box {
    display: flex;
    flex-direction: column;
  }
}
.ca-study-short-intro-box {
  width: 100%;
  margin: 20px 0;
  gap: 10px;
  display: flex;
  flex-direction: row;
  align-items: stretch;
}
@media (max-width: 767px) {
  .ca-study-short-intro-box {
    display: flex;
    flex-direction: column;
  }
}
.ca-study-short-intro-l {
  width: 100%;
  gap: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.ca-study-short-intro-r {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.ca-study-intro-l {
  width: 100%;
  gap: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.ca-study-intro-r {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.ca-study-target-box {
  width: 100%;
  display: grid !important;
  align-items: stretch;
  grid-template-columns: repeat(3, minmax(50px, 1fr));
  grid-gap: 10px;
}
.ca-study-target-div {
  color: #111111;
  padding: 30px 15px;
  text-align: center;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.1);
}
.ca-study-target-title {
  color: #111111;
}
.ca-study-tool-title {
  color: #111111;
}
.ca-study-tool-list {
  width: 100%;
  color: #111111;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.ca-study-tool-list-div {
  width: 100%;
  text-align: center;
  gap: 10px;
  max-width: 700px;
  margin: 20px 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
}
.ca-study-tool-list-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.ca-study-tool-list-img {
  width: 50px;
  height: 50px;
  border-radius: 10px;
  border: 1px solid #d9d9d9;
}
.ca-study-tool-list-text {
  text-transform: capitalize;
}
.ca-study-tool-list-des {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.v-line-box {
  width: 100%;
  display: grid !important;
  align-items: stretch;
  grid-template-columns: repeat(3, minmax(50px, 1fr));
  grid-gap: 10px;
}
@media (max-width: 991px) {
  .v-line-box {
    display: grid !important;
    align-items: stretch;
    grid-template-columns: repeat(2, minmax(50px, 1fr));
    grid-gap: 10px;
  }
}
@media (max-width: 479px) {
  .v-line-box {
    display: grid !important;
    align-items: stretch;
    grid-template-columns: repeat(1, minmax(50px, 1fr));
    grid-gap: 10px;
  }
}
.ca-warning-box {
  width: 100%;
  padding: 20px 10px;
  background-color: #f88080;
  border-radius: 10px;
  border: 1px solid #878787;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.ca-verified {
  font-variation-settings: "FILL" 1, "wght" 700;
  color: #abe137;
}
.ca-verified-box {
  gap: 5px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.ca-verified-box:not(.ct-section):not(.oxy-easy-posts), .ca-verified-box.oxy-easy-posts .oxy-posts, .ca-verified-box.ct-section .ct-section-inner-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
}
.thumb-inner-bottom {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.thumb-inner-bottom:not(.ct-section):not(.oxy-easy-posts), .thumb-inner-bottom.oxy-easy-posts .oxy-posts, .thumb-inner-bottom.ct-section .ct-section-inner-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.ca-filter-box {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #878787;
  padding: 20px;
  background-color: #333333;
}
.learn-class-img {
  width: 100%;
  max-height: 140px;
  border-radius: 10px;
  height: 140px;
  object-fit: cover;
}
.ca-learn-class-repeater {
  display: grid !important;
  align-items: stretch;
  grid-template-columns: repeat(3, minmax(50px, 1fr));
  grid-gap: 20px;
}
@media (max-width: 767px) {
  .ca-learn-class-repeater {
    display: grid !important;
    align-items: stretch;
    grid-template-columns: repeat(2, minmax(50px, 1fr));
    grid-gap: 10px;
  }
}
@media (max-width: 479px) {
  .ca-learn-class-repeater {
    display: grid !important;
    align-items: stretch;
    grid-template-columns: repeat(1, minmax(50px, 1fr));
    grid-gap: 10px;
  }
}
.ca-learn-class-box {
  background-color: #333333;
  padding: 15px;
  text-align: justify;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .ca-learn-class-box {
    padding: 10px;
  }
}
.learn-class-l {
  width: 30%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.learn-class-r {
  width: 70%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.ca-lesson-section {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.ca-lesson-header {
  width: 100%;
  height: 60px;
  background-color: #181818;
  display: flex;
  flex-direction: row;
}
.ca-lesson-content {
  width: 100%;
  background-color: #181818;
  min-height: calc(100vh - 60px);
  display: flex;
  flex-direction: row;
  align-items: stretch;
}
@media (max-width: 991px) {
  .ca-lesson-content {
    display: flex;
    flex-direction: column;
  }
}
.ca-lesson-content-inner {
  flex: 1;
}
.ca-lesson-content-sidebar {
  width: 400px;
  padding: 20px;
  gap: 10px;
}
@media (max-width: 991px) {
  .ca-lesson-content-sidebar {
    width: 100%;
  }
}
.ca-lesson-header-div {
  padding: 10px;
  height: 60px;
  width: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.ca-lesson-header-link {
  color: #ffffff;
}
.ca-lesson-header-icon:hover {
  background-color: #333333;
}
.ca-lesson-header-icon {
  padding: 5px;
  border-radius: 5px;
}
.ca-lesson-header-l {
  flex: 1;
  display: flex;
  flex-direction: row;
}
.ca-lesson-content-inner-below {
  width: 100%;
  padding: 20px;
}
.ca-lesson-menu-btn {
  cursor: pointer;
}
.ca-lesson-content-inner-player {
  width: 100%;
  max-height: calc(100vh - 180px);
  max-width: 135vh;
  margin: 0 auto;
}
.ca-course-header {
  width: 100%;
  background-color: #222222;
  border-radius: 10px;
  display: flex;
  flex-direction: row;
  align-items: stretch;
}
.ca-course-section {
  width: 100%;
  padding: 20px;
  display: flex;
  flex-direction: column;
}
.ca-course-header-meta {
  padding: 10px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.ca-course-header-icon:hover {
  background-color: #333333;
}
.ca-course-header-icon {
  padding: 5px;
  border-radius: 5px;
}
.ca-course-header-div {
  padding: 10px;
  height: 60px;
  width: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.ca-blog-repeater {
  display: grid !important;
  align-items: stretch;
  grid-template-columns: repeat(3, minmax(50px, 1fr));
  grid-gap: 20px;
}
@media (max-width: 991px) {
  .ca-blog-repeater {
    display: grid !important;
    align-items: stretch;
    grid-template-columns: repeat(3, minmax(200px, 1fr));
    grid-gap: 20px;
  }
}
@media (max-width: 767px) {
  .ca-blog-repeater {
    display: grid !important;
    align-items: stretch;
    grid-template-columns: repeat(2, minmax(200px, 1fr));
    grid-gap: 20px;
  }
}
@media (max-width: 479px) {
  .ca-blog-repeater {
    display: grid !important;
    align-items: stretch;
    grid-template-columns: repeat(2, minmax(50px, 1fr));
    grid-gap: 10px;
  }
}
.ca-blog-link {
  width: 100%;
  position: relative;
  border: 1px solid #d9d9d9;
}
.ca-blog-img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1;
}
.ca-blog-metabox {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: stretch;
}
.ca-short-repeater {
  display: grid !important;
  align-items: stretch;
  grid-template-columns: repeat(4, minmax(50px, 1fr));
  grid-gap: 20px;
}
.ca-short-link {
  width: 100%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
}
.ca-short-video {
  width: 100%;
  padding-bottom: 177.78%;
  height: 0px;
  position: relative;
}
.ca-short-overlay {
  background-image: linear-gradient(rgba(255, 255, 255, 0), #000000);
  width: 100%;
  position: absolute;
  left: 0px;
  padding: 10px;
  opacity: 1;
  bottom: 0px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.ca-blog-metabox-l {
  width: 70%;
  padding: 10px;
}
.ca-blog-metabox-r {
  padding: 10px;
  width: 30%;
}
.ca-blog-heart-and-views {
  width: 100%;
  gap: 5px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
.ca-shorts-box {
  width: 100%;
  position: relative;
}
.ca-shorts-player-link {
  width: 100%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
}
.ca-shorts-player-wraper {
  width: 100%;
  padding-bottom: 177.78%;
  height: 0px;
  position: relative;
}
.ca-logo-svg {
  padding: 5px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.ca-blog-title {
  text-align: left;
  width: 100%;
}
.ca-blog-meta-hover-box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 10px;
  display: none;
}
.ca-blog-date {
  text-align: left;
  width: 100%;
}
.ca-search-header-box {
  gap: 10px;
  width: 100%;
  border-bottom: 1px solid #333333;
  margin-bottom: 20px;
  padding: 5px 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.ca-study-sns-box {
  padding: 20px;
  width: 100%;
  gap: 20px;
  background-color: #333333;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.ca-study-sns-instagram-link {
  background-image: linear-gradient(45deg, #fec443, #ff247e, #295fe8);
  width: 100%;
  max-width: 500px;
  border-radius: 10px;
  padding: 10px;
  gap: 5px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.ca-study-sns-youtube-link {
  width: 100%;
  max-width: 500px;
  border-radius: 10px;
  padding: 10px;
  gap: 5px;
  background-color: #ff0000;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.ca-study-sns-web-link {
  background-image: linear-gradient(45deg, #181818, #181818);
  width: 100%;
  max-width: 500px;
  border-radius: 10px;
  padding: 10px;
  gap: 5px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.ca-editor-container {
  width: 100%;
  gap: 20px;
  display: flex;
  flex-direction: row;
  align-items: stretch;
}
@media (max-width: 991px) {
  .ca-editor-container {
    display: flex;
    flex-direction: column-reverse;
  }
}
.ca-editor-l {
  width: 60%;
}
@media (max-width: 991px) {
  .ca-editor-l {
    width: 100%;
  }
}
.ca-editor-r {
  width: 40%;
}
@media (max-width: 991px) {
  .ca-editor-r {
    width: 100%;
  }
}
.ca-editor-tip-box {
  width: 100%;
  background-color: #f6f6f6;
  border-radius: 10px;
  border: 1px solid #d9d9d9;
  padding: 20px;
  height: 100%;
  gap: 20px;
}
.ca-editor-form-box {
  width: 100%;
  padding: 20px;
  background-color: #f6f6f6;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  height: 100%;
}
.ca-openstudio-form-box {
  width: 100%;
  background-color: #222222;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #d9d9d9;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ca-openstudio-header {
  width: 100%;
  gap: 20px;
  background-color: #222222;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #d9d9d9;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ca-banner-slide-wrap {
  width: 100%;
  padding: 20px;
  height: 100%;
  z-index: 9;
  max-width: 1400px;
  position: relative;
  margin: 0 auto;
  display: flex;
}
.ca-header-account-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}
.ca-mypage-popbox-row {
  width: 100%;
  gap: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 5px;
}
.ca-mypage-popbox-user-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.ca-mypage-popbox-divider {
  width: 100%;
  border: 0;
  border-top: 1px solid #d9d9d9;
  margin: 10px 0;
}
.ca-mypage-popbox-link {
  display: block;
  width: 100%;
  padding: 8px 0;
  text-decoration: none;
  color: inherit;
}
.ca-mypage-popbox-link h1 {
  margin: 0;
  font-weight: normal;
}
.ca-login-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
  padding: 5px 10px;
  border-radius: 5px;
}
.ca-login-link h1 {
  margin: 0;
}
.ca-footer-section-inner-wrap {
  background-color: #181818;
  padding: 0;
  width: 100%;
}
.ca-footer-main-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  text-align: justify;
  align-items: stretch;
  flex-wrap: nowrap;
  width: 100%;
  padding: 15px;
  gap: 20px;
}
@media screen and (max-width: 991px) {
  .ca-footer-main-content {
    text-align: justify;
    flex-direction: column;
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .ca-footer-main-content {
    flex-direction: column;
    display: flex;
    align-items: center;
    text-align: center;
  }
}
@media screen and (max-width: 479px) {
  .ca-footer-main-content {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.ca-footer-logo-area {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  text-align: left;
  width: 15%;
}
@media screen and (max-width: 991px) {
  .ca-footer-logo-area {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .ca-footer-logo-area {
    width: 100%;
    flex-direction: column;
    display: flex;
    align-items: center;
    text-align: center;
  }
}
.ca-footer-info-area {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
  width: 65%;
}
@media screen and (max-width: 991px) {
  .ca-footer-info-area {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .ca-footer-info-area {
    width: 100%;
    flex-direction: column;
    display: flex;
    align-items: center;
    text-align: center;
  }
}
.ca-footer-links {
  display: flex;
  flex-direction: row;
  margin-bottom: 10px;
}
.ca-footer-link-text {
  margin-right: 20px;
}
.ca-footer-address {
  font-size: 14px;
  color: #d9d9d9;
}
.ca-footer-sns-links {
  display: flex;
  flex-direction: row;
  width: 20%;
  align-items: center;
  gap: 10px;
  justify-content: flex-end;
}
@media screen and (max-width: 991px) {
  .ca-footer-sns-links {
    width: 100%;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .ca-footer-sns-links {
    flex-direction: row;
    display: flex;
    align-items: center;
    text-align: left;
    justify-content: center;
  }
}
.ca-footer-sns-link {
  color: #333333;
  height: 45px;
  background-color: #333333;
  width: 45px;
  padding: 8px;
  border-radius: 50px;
  min-width: 45px;
  min-height: 45px;
  max-width: 45px;
  max-height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ca-footer-sns-img {
  width: 100%;
  object-fit: contain;
  height: 100%;
  filter: invert(100%);
}
.ca-footer-copyright {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  text-align: justify;
  width: 100%;
  padding: 10px 20px;
  border-top: 1px solid #707070;
}
@media screen and (max-width: 767px) {
  .ca-footer-copyright {
    flex-direction: column;
    display: flex;
    align-items: center;
    text-align: center;
  }
}
@media screen and (max-width: 479px) {
  .ca-footer-copyright {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.ca-footer-copyright-text {
  color: #d9d9d9;
}
