@charset "utf-8";
/*
 * Name     : sub.css
 * Version  : 1.0
 * Author   : onepixel studio
 * Date     : 2022-12-07
 ---------------------------------------------------
 Table of contents
 ---------------------------------------------------
    01. Common
    02. Checkout
    03. Subscription & Experience
    04. Mypage
    05. CS Center
    06. Membership
    07. Media queries
---------------------------------------------------
*/

/* ------------------------------
 * Common
------------------------------ */
.main-heading {font-size: 50px; font-weight: 700; color: #191f28; line-height: 1.3}
.point-heading {font-size: 28px; font-weight: 700; color: #ffb42b; line-height: 1.6; margin-bottom: 22px}
.section-container {max-width: 1422px; margin-left: auto; margin-right: auto; padding-left: 36px; padding-right: 36px}
.section-header {padding-top: 74px; padding-bottom: 74px}
.section-header .breadcrumb {margin-bottom: 22px}
.section-header .breadcrumb ul {display: flex; align-items: center}
.section-header .breadcrumb ul li {font-size: 23px; font-weight: 700; color: #6b7684; line-height: 1.95}
.section-header .breadcrumb ul li + li::before {content: ''; display: inline-block; width: 7.41px; height: 12px; margin: 0 8px; background-image: url(../images/sub/breadcrumb_arrow.svg); background-size: 100%; background-position: center; background-repeat: no-repeat; vertical-align: 2px}

/* ------------------------------
 * Checkout
------------------------------ */
.checkout {padding-top: 0px; padding-bottom: 123px}
.checkout .checkout-heading {font-size: 40px; font-weight: 700; color: #191f28; line-height: 1; margin-bottom: 60px}
.checkout .checkout-grid-wrapper {display: flex; margin-left: -20px; margin-right: -20px; flex-wrap: wrap}
.checkout .checkout-grid-wrapper > div {padding-left: 20px; padding-right: 20px}
.checkout .checkout-grid-wrapper > .grid-product {width: 64.59%}
.checkout .checkout-grid-wrapper > .grid-product .info-group + .info-group {margin-top: 65px}
.checkout .checkout-grid-wrapper > .grid-product .info-group .group-heading {font-size: 25px; font-weight: 700; color: #191f28; line-height: 1; margin-bottom: 26px; padding-bottom: 26px; border-bottom: 1px solid #ededed}
.checkout .checkout-grid-wrapper > .grid-product .info-group .product-info {display: flex; margin-left: -12px; margin-right: -12px; flex-wrap: wrap; align-items: center}
.checkout .checkout-grid-wrapper > .grid-product .info-group .product-info > div {padding-left: 12px; padding-right: 12px}
.checkout .checkout-grid-wrapper > .grid-product .info-group .product-info .thumb figure {position: relative; margin: 0; width: 120px; height: 120px; border: 1px solid #ededed; border-radius: 12px; background-color: #fff; overflow: hidden}
.checkout .checkout-grid-wrapper > .grid-product .info-group .product-info .thumb figure img {position: absolute; display: block; top: 0; left: 0; width: 100% !important; height: 100% !important; object-fit: cover}
.checkout .checkout-grid-wrapper > .grid-product .info-group .product-info .info {flex-basis: 1; flex-grow: 1; max-width: 100%}
.checkout .checkout-grid-wrapper > .grid-product .info-group .product-info .info h4 {font-size: 20px; font-weight: 500; color: #272d35; letter-spacing: -0.02em; line-height: 1.6}
.checkout .checkout-grid-wrapper > .grid-product .info-group .product-info .info .option {display: block; font-size: 16px; font-weight: 500; color: #858f9b; letter-spacing: -0.02em; line-height: 1.1875}
.checkout .checkout-grid-wrapper > .grid-product .info-group .product-info .info .price {margin-top: 8px; font-size: 20px; color: #6b7684; letter-spacing: -0.02em; line-height: 1.6}
.checkout .checkout-grid-wrapper > .grid-product .info-group .product-info .info .price strong {font-weight: 700; color: #191f28}
.checkout .checkout-grid-wrapper > .grid-product .info-group .product-info .info .price strong::after {content: '|'; font-weight: normal; color: #6b7684; margin: 0 10px}
.checkout .checkout-grid-wrapper > .grid-product .info-group .subscribe-type {font-size: 20px; font-weight: 700; color: #ffb42b; letter-spacing: -0.02em; line-height: 1.05}
.checkout .checkout-grid-wrapper > .grid-product .info-group .desc-box {margin: 26px 0 0; padding: 20px 30px; border-radius: 12px; background-color: #fafafa}
.checkout .checkout-grid-wrapper > .grid-product .info-group .desc-box p {font-weight: 500; color: #858f9b; letter-spacing: -0.02em; line-height: 1.36}
.checkout .checkout-grid-wrapper > .grid-product .info-group .input-row {display: flex; flex-wrap: wrap; align-items: center}
.checkout .checkout-grid-wrapper > .grid-product .info-group .input-row + .input-row {margin-top: 16px}
.checkout .checkout-grid-wrapper > .grid-product .info-group .input-row .label-heading {font-size: 20px; font-weight: normal; color: #858f9b; letter-spacing: -0.02em; line-height: 1.2; width: 88px}
.checkout .checkout-grid-wrapper > .grid-product .info-group .input-row .input-wrapper {position: relative; width: 348px}
.input--checkout {display: block; width: 100%; height: 62px; padding: 4px 20px; font-size: 20px; font-weight: 500; color: #272d35; letter-spacing: -0.02em; line-height: 1.6; border: 1px solid #ededed; border-radius: 10px; background-color: #fff; outline: 0}
.input--checkout::placeholder {color: #858f9b}
.checkout .checkout-grid-wrapper > .grid-payment {width: 35.41%; padding-top: 50px}
.checkout .checkout-grid-wrapper > .grid-payment .payment-card {border: 1px solid #ededed; border-radius: 6px; overflow: hidden}
.checkout .checkout-grid-wrapper > .grid-payment .payment-card h3 {font-size: 25px; font-weight: 700; color: #191f28; line-height: 1.32}
.checkout .checkout-grid-wrapper > .grid-payment .payment-card .payment-card-header {padding: 40px}
.checkout .checkout-grid-wrapper > .grid-payment .payment-card .payment-card-header h3 {margin-bottom: 40px}
.checkout .checkout-grid-wrapper > .grid-payment .payment-card .payment-card-header .price-row {display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between}
.checkout .checkout-grid-wrapper > .grid-payment .payment-card .payment-card-header .price-row + .price-row {margin-top: 20px}
.checkout .checkout-grid-wrapper > .grid-payment .payment-card .payment-card-header .price-row p, .checkout .checkout-grid-wrapper > .grid-payment .payment-card .payment-card-header .price-row strong {font-size: 16px; font-weight: 500; letter-spacing: -0.02em; line-height: 1.1875}
.checkout .checkout-grid-wrapper > .grid-payment .payment-card .payment-card-header .price-row p {color: #6b7684}
.checkout .checkout-grid-wrapper > .grid-payment .payment-card .payment-card-header .price-row strong {color: #191f28}
.checkout .checkout-grid-wrapper > .grid-payment .payment-card .payment-card-header .total-price {display: flex; margin-top: 40px; padding-top: 40px; border-top: 1px solid #ededed; flex-wrap: wrap; justify-content: space-between}
.checkout .checkout-grid-wrapper > .grid-payment .payment-card .payment-card-header .total-price b {font-size: 20px; font-weight: 500; color: #191f28; letter-spacing: -0.02em; line-height: 1.2}
.checkout .checkout-grid-wrapper > .grid-payment .payment-card .payment-card-header .price {text-align: right}
.checkout .checkout-grid-wrapper > .grid-payment .payment-card .payment-card-header .price p {font-size: 20px; font-weight: 700; color: #191f28; letter-spacing: -0.02em; line-height: 1.2}
.checkout .checkout-grid-wrapper > .grid-payment .payment-card .payment-card-header .price p strong {color: #ffb42b}
.checkout .checkout-grid-wrapper > .grid-payment .payment-card .payment-card-header .price span {display: block; font-size: 14px; font-weight: 500; color: #191f28; letter-spacing: -0.02em; line-height: 1.35; margin-top: 8px}
.checkout .checkout-grid-wrapper > .grid-payment .payment-card .payment-card-header .price span strong {font-weight: 700}
.checkout .checkout-grid-wrapper > .grid-payment .payment-card .payment-card-body {padding: 40px 40px 53px; border-top: 1px solid #ededed}
.checkout .checkout-grid-wrapper > .grid-payment .payment-card .payment-card-body h3 {margin-bottom: 20px}
.checkout .checkout-grid-wrapper > .grid-payment .payment-card .payment-card-body .notify-text {font-weight: 500; color: #858f9b; letter-spacing: -0.02em; line-height: 1.35; margin-bottom: 40px}
.checkout .checkout-grid-wrapper > .grid-payment .payment-card .payment-card-footer {border-top: 1px solid #ededed}
.checkout .checkout-grid-wrapper > .grid-payment .payment-card .payment-card-footer .check-all {padding: 23px 40px}
.checkout .checkout-grid-wrapper > .grid-payment .payment-card .payment-card-footer .check-all .custom-check-container > label span {color: #191f28}
.checkout .checkout-grid-wrapper > .grid-payment .payment-card .payment-card-footer .check-list {padding: 23px 40px 40px; background-color: #fafafa}
.checkout .checkout-grid-wrapper > .grid-payment .payment-card .payment-card-footer .check-list .check-item-group + .check-item-group {margin-top: 14px}
.checkout .checkout-grid-wrapper > .grid-payment .payment-card .payment-card-footer .check-list .check-item-group .group-header {display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between}
.checkout .checkout-grid-wrapper > .grid-payment .payment-card .payment-card-footer .check-list .check-item-group .group-header .button-terms-toggle {width: 20px; height: 16px; margin-right: -4px; padding: 0; border: 0; background-color: transparent; background-image: url(../images/sub/terms_arrow_down.svg); background-size: 12px auto; background-position: center; background-repeat: no-repeat; cursor: pointer; outline: 0}
.checkout .checkout-grid-wrapper > .grid-payment .payment-card .payment-card-footer .check-list .check-item-group.terms--show .group-header .button-terms-toggle {transform: rotate(180deg)}
.checkout .checkout-grid-wrapper > .grid-payment .payment-card .payment-card-footer .check-list .check-item-group .group-content {display: none; padding-top: 12px}
.checkout .checkout-grid-wrapper > .grid-payment .payment-card .payment-card-footer .check-list .check-item-group .group-content .terms-box {height: 120px; padding: 20px; border: 1px solid #e8e8e8; border-radius: 12px; background-color: #fff; overflow-y: auto}
.checkout .checkout-grid-wrapper > .grid-payment .payment-card .payment-card-footer .check-list .check-item-group .group-content .terms-box p {font-size: 14px; font-weight: 500; color: #858f9b; letter-spacing: -0.02em; line-height: 1.35}
.checkout .checkout-grid-wrapper > .grid-payment .pay-button {margin-top: 20px}
#payMethodModal .input-row-group + .input-row-group {margin-top: 16px}
#payMethodModal .input-row-group h4 {font-size: 16px; font-weight: 500; color: #363b43; letter-spacing: -0.02em; line-height: 1.35; margin-bottom: 16px}
#payMethodModal .input-row-group .check-type {position: relative; overflow: hidden}
#payMethodModal .input-row-group .check-type .custom-check {position: absolute; width: 1px; height: 1px; margin: -1px; visibility: hidden; clip: rect(0 0 0 0)}
#payMethodModal .input-row-group .check-type .custom-check + label {display: flex; width: 100%; height: 62px; font-size: 20px; font-weight: 500; color: #272d35; letter-spacing: -0.02em; border: 1px solid #ededed; border-radius: 6px; background-color: #fff; align-items: center; justify-content: center; cursor: pointer}
#payMethodModal .input-row-group .check-type .custom-check:checked + label {color: #fff; border-color: #ffb42b; background-color: #ffb42b}
#payMethodModal .input-row-group .input-row {display: flex; margin-left: -7.5px; margin-right: -7.5px; flex-wrap: wrap}
#payMethodModal .input-row-group .input-row > .grid-item {padding-left: 7.5px; padding-right: 7.5px; flex-basis: 0; flex-grow: 1; max-width: 100%}
#payMethodModal .input--checkout {border-radius: 6px}
#payMethodModal .check-terms-group {margin-top: 40px}
#payMethodModal .check-terms-group .check-all .custom-check-container > label span {color: #191f28}
#payMethodModal .check-terms-group .check-list {margin-top: 46px}
#payMethodModal .check-terms-group .check-list .check-item-group + .check-item-group {margin-top: 14px}
#payMethodModal .check-terms-group .check-list .check-item-group .group-header {display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between}
#payMethodModal .check-terms-group .check-list .check-item-group .group-header .button-terms-toggle {width: 20px; height: 16px; margin-right: -4px; padding: 0; border: 0; background-color: transparent; background-image: url(../images/sub/terms_arrow_down.svg); background-size: 12px auto; background-position: center; background-repeat: no-repeat; cursor: pointer; outline: 0}
#payMethodModal .check-terms-group .check-list .check-item-group.terms--show .group-header .button-terms-toggle {transform: rotate(180deg)}
#payMethodModal .check-terms-group .check-list .check-item-group .group-content {display: none; padding-top: 12px}
#payMethodModal .check-terms-group .check-list .check-item-group .group-content .terms-box {height: 120px; padding: 20px; border-radius: 12px; background-color: #fafafa; overflow-y: auto}
#payMethodModal .check-terms-group .check-list .check-item-group .group-content .terms-box p {font-size: 14px; font-weight: 500; color: #858f9b; letter-spacing: -0.02em; line-height: 1.35}

/* ------------------------------
 * Subscription & Experience
------------------------------ */
.notification-cover .cover {position: relative; display: flex; height: 680px; background-color: #feda4a; align-items: center; z-index: 10}
.notification-cover .cover .cover-inner {width: 100%; max-width: 1402px; margin: auto; padding: 0 26px}
.notification-cover .cover .main-heading {margin-bottom: 25px}
.notification-cover .cover p {font-size: 23px; color: #191f28; letter-spacing: -0.02em; line-height: 1.39}
.notification-cover .cover .video-container {position: absolute; top: 0; right: -80px; bottom: 0; width: 67.55%; z-index: -1}
.notification-cover .cover .video-container video {position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: contain}
.notification-cover .button-wrapper {margin-top: 73px; font-size: 0}
.notification-cover .button-wrapper .button-r + .button-r {margin-left: 8px}

.plans {padding-top: 180px; padding-bottom: 180px}
.plans .section-container {max-width: 1342px}
.plans .main-heading {margin-bottom: 60px; text-align: center}
.plans .plan-wrapper {display: flex; margin-left: -20px; margin-right: -20px; flex-wrap: wrap}
.plans .plan-wrapper .grid-item {width: 48%; padding-left: 20px; padding-right: 20px}
.plans .plan-wrapper .grid-item .plan-card {position: relative; padding: 66px 66px 182px; height: 100%; border: 1px solid #ccc; border-radius: 22px; background-color: #fff}
.plans .plan-wrapper .grid-item .plan-card .icon {display: flex; height: 100px; align-items: center}
.plans .plan-wrapper .grid-item .plan-card .icon img {width: 82px}
.plans .plan-wrapper .grid-item .plan-card.card-premium .icon img {width: 100px}
.plans .plan-wrapper .grid-item .plan-card h3 {font-size: 38px; font-weight: 600; color: #191f28; line-height: 0.86; margin-top: 36px; margin-bottom: 36px}
.plans .plan-wrapper .grid-item .plan-card p {font-size: 23px; font-weight: 500; color: #6b7684; letter-spacing: -0.02em; line-height: 1.39}
.plans .plan-wrapper .grid-item .plan-card .feature-item-list {margin-top: 42px}
.plans .plan-wrapper .grid-item .plan-card .feature-item-list li {position: relative; font-size: 23px; font-weight: 500; color: #191f28; line-height: 1.495; letter-spacing: -0.02em; padding-left: 29px}
.plans .plan-wrapper .grid-item .plan-card .feature-item-list li + li {margin-top: 19px}
.plans .plan-wrapper .grid-item .plan-card .feature-item-list li::before {content: ''; position: absolute; top: 11px; left: 0; display: block; width: 17px; height: 13px; background-image: url(../images/sub/plan_check_icon.svg); background-size: 100%; background-position: center; background-repeat: no-repeat}
.plans .plan-wrapper .grid-item .plan-card .feature-item-list li.active {font-weight: 700}
.plans .plan-wrapper .grid-item .plan-card .feature-item-list li.active::before {background-image: url(../images/sub/plan_check_active_icon.svg)}
.plans .plan-wrapper .grid-item .plan-card.active {border-color: #ff8a00; box-shadow: inset 0 0 0 2px #ff8a00}
.plans .plan-wrapper .grid-item .plan-card.active h3 {font-weight: 700}
.plans .plan-wrapper .grid-item .plan-card .bottom-button {position: absolute; bottom: 80px; right: 64px; z-index: 5}

.notify {padding-bottom: 180px}
.notify .section-container {max-width: 1276px}
.notify .grid-wrapper {display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between}
.notify .grid-wrapper .video-area {width: 43.26%}
.notify .grid-wrapper .video-area figure {position: relative; margin: 0; padding-bottom: 100%; border-radius: 50%; background-color: #f3f4f6}
.notify .grid-wrapper .video-area figure .video-container {position: absolute; top: 50%; left: 50%; width: 71%; height: 71%; transform: translate(-50%,-50%)}
.notify .grid-wrapper .video-area figure .video-container video {position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover}
.notify .grid-wrapper .text-area .point-text {position: relative; display: block; font-size: 28px; font-weight: 700; color: #ffb42b; line-height: 1.28; margin-bottom: 57px; padding-left: 35px}
.notify .grid-wrapper .text-area .point-text::before {content: ''; position: absolute; left: 0; background-size: 100%; background-position: center; background-repeat: no-repeat}
.notify .grid-wrapper .text-area .point-text.rocket-icon::before {top: 6px; width: 25.21px; height: 24.87px; background-image: url(../images/sub/rocket_notify_icon.svg)}
.notify .grid-wrapper .text-area .point-text.magnifier-icon::before {top: 8px; width: 23.44px; height: 23.51px; background-image: url(../images/sub/chart_magnifier_icon.svg)}
.notify .grid-wrapper .text-area .main-heading {margin-bottom: 39px}
.notify .grid-wrapper .text-area p {font-size: 28px; font-weight: 500; color: #6b7684; letter-spacing: -0.02em; line-height: 1.5}

.faq {padding-bottom: 180px}
.faq .section-container {max-width: 1342px}
.faq .main-heading {margin-bottom: 60px; text-align: center}
.faq .accordion-wrapper .accordion-item + .accordion-item {border-top: 1px solid #e8e8e8}
.faq .accordion-wrapper .accordion-item .accordion-header {display: flex; padding: 0 66px; align-items: center}
.faq .accordion-wrapper .accordion-item .accordion-header h4 {max-width: 100%; flex-basis: 0; flex-grow: 1}
.faq .accordion-wrapper .accordion-item .accordion-header .header-button {position: relative; display: flex; font-size: 23px; font-weight: 600; color: #6b7684; letter-spacing: -0.02em; line-height: 1.495; text-align: left; width: 100%; padding: 35px 0; border: 0; background-color: transparent; cursor: pointer; outline: 0}
.faq .accordion-wrapper .accordion-item .accordion-header .header-button::after {content: ''; position: absolute; top: 50%; right: 0; width: 15px; height: 9.26px; margin-top: -4.63px; background-image: url(../images/sub/accordion_arrow_down.svg); background-size: 100%; background-position: center; background-repeat: no-repeat}
.faq .accordion-wrapper .accordion-item .accordion-header .header-button .category {display: block; font-size: 23px; font-weight: 800; color: #ffb42b; letter-spacing: -0.02em; line-height: 1.495; width: 180px}
.faq .accordion-wrapper .accordion-item .accordion-header .header-button p {flex-basis: 0; flex-grow: 1; max-width: 100%}
.faq .accordion-wrapper .accordion-item .accordion-body {display: none; padding-top: 40px; padding-left: 46px; padding-bottom: 35px; font-size: 20px; color: #6b7684; letter-spacing: -0.02em; line-height: 1.495}
.faq .accordion-wrapper .accordion-item .accordion-body p + p {margin-top: 26px}
.faq .accordion-wrapper .accordion-item.accordion--open .accordion-header .header-button::after {transform: rotate(180deg)}

/* ------------------------------
 * Mypage
------------------------------ */
.mypage-header {padding-top: 74px; padding-bottom: 74px}
.mypage-content {padding-top: 84px; padding-bottom: 84px; background-color: #fafafa}
.mypage-content .mypage-grid-wrapper {display: flex; margin-left: -15px; margin-right: -15px; flex-wrap: wrap}
.mypage-content .mypage-grid-wrapper > div {padding-left: 15px; padding-right: 15px}
.mypage-content .mypage-grid-wrapper > .grid-myinfo {width: 25.7%}
.mypage-content .mypage-grid-wrapper > .grid-contents {width: 74.3%}
.mypage-content .mypage-grid-wrapper > .grid-pagination {width: 74.3%; margin-left: auto}
.mypage-content .mypage-grid-wrapper .mypage-card {position: relative; height: calc(100% - 63px); border-radius: 12px; background-color: #fff}
.mypage-content .mypage-grid-wrapper .mypage-grid-heading {font-size: 28px; font-weight: 700; color: #191f28; line-height: 1.17; margin-bottom: 30px}
.mypage-content .mypage-grid-wrapper .link--mypage {position: relative; font-size: 20px; font-weight: 700; color: #ffb42b; letter-spacing: -0.02em; line-height: 1.6; padding: 0; border: 0; background-color: transparent; cursor: pointer; outline: 0}
.mypage-content .mypage-grid-wrapper .link--mypage.arrow-right {padding-right: 16px}
.mypage-content .mypage-grid-wrapper .link--mypage.arrow-right::after {content: ''; position: absolute; top: 50%; right: 0; width: 7.41px; height: 12px; background-image: url(../images/sub/mypage_link_arrow_right.svg); background-size: 100%; background-position: center; background-repeat: no-repeat; transform: translateY(-50%)}
.mypage-content .mypage-grid-wrapper > .grid-myinfo .info-wrapper {padding: 30px}
.mypage-content .mypage-grid-wrapper > .grid-myinfo .info-wrapper .info-group + .info-group {margin-top: 20px}
.mypage-content .mypage-grid-wrapper > .grid-myinfo .info-wrapper .info-group .info-heading {font-size: 16px; font-weight: 500; color: #6b7684; letter-spacing: -0.02em; line-height: 1.1875; margin-bottom: 8px}
.mypage-content .mypage-grid-wrapper > .grid-myinfo .info-wrapper .info-group p {font-size: 20px; font-weight: 500; color: #191f28; letter-spacing: -0.02em; line-height: 1.6}
.mypage-content .mypage-grid-wrapper > .grid-myinfo .nav-container {padding: 30px 45px 45px 30px; border-top: 1px solid #e8e8e8}
.mypage-content .mypage-grid-wrapper > .grid-myinfo .nav-container nav ul > li + li {margin-top: 27px}
.mypage-content .mypage-grid-wrapper > .grid-myinfo .nav-container nav ul > li > a {font-size: 20px; font-weight: 500; color: #191f28; letter-spacing: -0.02em; line-height: 1.6}
.mypage-content .mypage-grid-wrapper > .grid-myinfo .nav-container nav ul > li > a.active {font-weight: 700; color: #ffb42b}
.mypage-content .mypage-grid-wrapper > .grid-myinfo .bottom-link {position: absolute; bottom: 0; left: 0; right: 0; text-align: right; padding-bottom: 45px; padding-right: 45px}
.mypage-content .mypage-grid-wrapper > .grid-contents .title-row {display: flex; align-items: flex-start; justify-content: space-between}
.mypage-content .mypage-grid-wrapper > .grid-contents .title-row .count-selector .selectric {border-color: #ccc; border-radius: 10px; background-color: #fff}
.mypage-content .mypage-grid-wrapper > .grid-contents .title-row .count-selector .selectric .button {height: 40px; background-color: #fff; background-image: url(../images/sub/selectric_arrow.svg); background-size: 12px auto; background-position: center; background-repeat: no-repeat}
.mypage-content .mypage-grid-wrapper > .grid-contents .title-row .count-selector .selectric .button::after {display: none}
.mypage-content .mypage-grid-wrapper > .grid-contents .title-row .count-selector .selectric-items {top: calc(100% + 2px); padding: 8px; border-color: #ccc; border-radius: 10px; background-color: #fff; box-shadow: 0 0 12px rgba(0,0,0,.1); overflow: hidden}
.mypage-content .mypage-grid-wrapper > .grid-contents .title-row .count-selector .selectric-items ul, .mypage-content .mypage-grid-wrapper > .grid-contents .title-row .count-selector .selectric-items li {font-size: 16px; font-weight: 500; color: #6b7684; letter-spacing: -0.02em; line-height: 1.2; border-radius: 10px}
.mypage-content .mypage-grid-wrapper > .grid-contents .title-row .count-selector .selectric-items li.highlighted, .mypage-content .mypage-grid-wrapper > .grid-contents .title-row .count-selector .selectric-items li:hover, .mypage-content .mypage-grid-wrapper > .grid-contents .title-row .count-selector .selectric-items li.selected {background-color: #fafafa}
.mypage-content .mypage-grid-wrapper > .grid-contents .title-row .count-selector .selectric .label {display: flex; min-width: 40px; height: 40px; margin: 0 59px 0 11px; font-size: 20px; font-weight: 600; color: #6b7684; letter-spacing: -0.02em; line-height: 1.2; align-items: center}
.mypage-content .mypage-grid-wrapper > .grid-contents .order-list {padding-top: 20px; padding-bottom: 388px}
.mypage-content .mypage-grid-wrapper > .grid-contents .order-list ul li dl {display: flex; align-items: center; justify-content: space-between}
.mypage-content .mypage-grid-wrapper > .grid-contents .order-list ul li dl dt, .mypage-content .mypage-grid-wrapper > .grid-contents .order-list ul li dl dd {font-size: 20px; letter-spacing: -0.02em; line-height: 1.6}
.mypage-content .mypage-grid-wrapper > .grid-contents .order-list ul li dl dt {font-weight: 600; color: #6b7684; width: 140px; padding-left: 58px}
.mypage-content .mypage-grid-wrapper > .grid-contents .order-list ul li dl dd {display: flex; font-weight: 500; color: #191f28; width: 76.56%; padding: 35px 62px 35px 0; align-items: center; justify-content: space-between}
.mypage-content .mypage-grid-wrapper > .grid-contents .order-list ul li + li dl dd {border-top: 1px solid #ededed}
.mypage-content .mypage-grid-wrapper > .grid-contents .order-list ul li dl dd .button-help {width: 25px; height: 25px; padding: 0; border: 0; background-color: transparent; background-image: url(../images/sub/mypage_help_icon.svg); background-size: 100%; background-repeat: no-repeat; background-position: center; outline: 0; cursor: pointer}
.mypage-content .mypage-grid-wrapper > .grid-contents .info-page-container .mypage-card {height: auto; padding: 38px 45px 38px 58px}
.mypage-content .mypage-grid-wrapper > .grid-contents .info-page-container .mypage-card + .mypage-grid-heading {margin-top: 40px}
.mypage-content .mypage-grid-wrapper > .grid-contents .info-page-container .input-row {display: flex; align-items: center; justify-content: space-between}
.mypage-content .mypage-grid-wrapper > .grid-contents .info-page-container .input-row .label-heading {display: block; font-size: 20px; font-weight: 600; color: #6b7684; letter-spacing: -0.02em; line-height: 1.6; width: 100px; margin-bottom: 0}
.mypage-content .mypage-grid-wrapper > .grid-contents .info-page-container .input-row .input-container {position: relative; width: 80.57%}
.mypage-content .mypage-grid-wrapper > .grid-contents .info-page-container .input-row .input-container.editable input {background-image: url(../images/sub/input_edit_icon.svg); background-position: right 23px center; background-size: 22.5px auto; background-repeat: no-repeat}
.mypage-content .mypage-grid-wrapper > .grid-contents .info-page-container .input-row .input-container.has-error input, .mypage-content .mypage-grid-wrapper > .grid-contents .info-page-container .input-row .input-container.has-success input {background-image: none}
.mypage-content .mypage-grid-wrapper > .grid-contents .info-page-container .input-row .input-container .messages {position: absolute; top: 50%; right: 20px; transform: translateY(-50%); z-index: 5}
.mypage-content .mypage-grid-wrapper > .grid-contents .info-page-container .input-row .input-container .messages {position: absolute; top: 50%; right: 20px; transform: translateY(-50%); z-index: 5}
.mypage-content .mypage-grid-wrapper > .grid-contents .info-page-container .input-row .input-container .messages::after {content: ''; position: absolute; top: 50%; right: 0; width: 25px; height: 25px; margin-top: -12.5px; background-size: 100%; background-position: center; background-repeat: no-repeat}
.mypage-content .mypage-grid-wrapper > .grid-contents .info-page-container .input-row .input-container .messages .help-block {font-size: 20px; font-weight: 700; letter-spacing: -0.02em; line-height: 1.6}
.mypage-content .mypage-grid-wrapper > .grid-contents .info-page-container .input-row .input-container .messages .help-block.error {color: #ff9d9d}
.mypage-content .mypage-grid-wrapper > .grid-contents .info-page-container .input-row + .input-row {margin-top: 34px}
.input--mypage {display: block; width: 100%; height: 70px; padding: 4px 18px; font-size: 20px; font-weight: 500; color: #191f28; letter-spacing: -0.02em; line-height: 1.6; border: 1px solid #ededed; border-radius: 10px; background-color: #fff; outline: 0}
.input--mypage:focus {border-color: #febd45; box-shadow: inset 0 0 0 1px #febd45}
.input--mypage:read-only {color: #6b7684; border-color: #ededed; background-color: #fafafa; box-shadow: none}
.mypage-content .mypage-grid-wrapper > .grid-contents .info-page-container .input-row .input-container.has-error .input--mypage {border-color: #ff9d9d; box-shadow: inset 0 0 0 1px #ff9d9d}
.mypage-content .mypage-grid-wrapper > .grid-contents .info-page-container .input-row .input-container.has-error .messages, .mypage-content .mypage-grid-wrapper > .grid-contents .info-page-container .input-row .input-container.has-success .messages {padding-right: 36px}
.mypage-content .mypage-grid-wrapper > .grid-contents .info-page-container .input-row .input-container.has-error .messages::after {background-image: url(../images/sub/input_validation_error.svg)}
.mypage-content .mypage-grid-wrapper > .grid-contents .info-page-container .input-row .input-container.has-success .messages::after {background-image: url(../images/sub/input_validation_success.svg)}
.mypage-content .mypage-grid-wrapper > .grid-contents .info-page-container .bottom-link {margin-top: 39px; text-align: right}
#fixed-contact-button {position: fixed; bottom: 50px; right: 50px; z-index: 900}
#fixed-contact-button .button-contact {width: 60px; height: 60px; padding: 0; border: 0; border-radius: 50%; background-color: #fed541; background-image: url(../images/sub/contact_button_icon.svg); background-size: 30px 25.91px; background-position: center; background-repeat: no-repeat; box-shadow: 0 0 12px rgba(0,0,0,.1); outline: 0; cursor: pointer}
#fixed-contact-button .item-list {position: absolute; bottom: 0; right: 72px; padding: 12px; border-radius: 22px; background-color: #fff; box-shadow: 0 0 12px rgba(0,0,0,.1); opacity: 0; visibility: hidden; pointer-events: none; transform: scale(0); transform-origin: right bottom}
#fixed-contact-button .item-list li + li {margin-top: 4px}
#fixed-contact-button .item-list li a {display: block; font-size: 20px; font-weight: 600; color: #6b7684; letter-spacing: -0.02em; line-height: 1.6; white-space: nowrap; padding: 12px; border-radius: 12px}
#fixed-contact-button .item-list li a:hover {background-color: #fafafa}
#fixed-contact-button.item--loaded .item-list {transition: .3s}
#fixed-contact-button.item--visible .item-list {opacity: 1; visibility: visible; pointer-events: all; transform: scale(1)}
.mypage-content .mypage-grid-wrapper > .grid-contents .list-type-container .table-contents {padding-bottom: 30px}
.mypage-content .mypage-grid-wrapper > .grid-contents .list-type-container .table-contents .table-order {width: 100%; border-collapse: collapse}
.mypage-content .mypage-grid-wrapper > .grid-contents .list-type-container .table-contents .table-order thead th {padding: 60px 18px 12px; font-size: 15px; font-weight: 500; color: #010101; letter-spacing: -0.02em; line-height: 1.1875; text-align: left}
.mypage-content .mypage-grid-wrapper > .grid-contents .list-type-container .table-contents .table-order thead th:first-child {padding-left: 30px}
.mypage-content .mypage-grid-wrapper > .grid-contents .list-type-container .table-contents .table-order thead th:last-child {padding-right: 30px}
.mypage-content .mypage-grid-wrapper > .grid-contents .list-type-container .table-contents .table-order tbody td {padding: 20px 18px; font-size: 16px; font-weight: 500; color: #6b7684; letter-spacing: -0.02em; line-height: 1.6}
.mypage-content .mypage-grid-wrapper > .grid-contents .list-type-container .table-contents .table-order tbody td .card-img {width: 34px; margin-right: 4px}
.mypage-content .mypage-grid-wrapper > .grid-contents .list-type-container .table-contents .table-order tbody tr td:first-child {padding-left: 30px}
.mypage-content .mypage-grid-wrapper > .grid-contents .list-type-container .table-contents .table-order tbody tr td:last-child {padding-right: 30px}
.mypage-content .mypage-grid-wrapper > .grid-contents .list-type-container .table-contents .table-order tbody tr + tr td {border-top: 1px solid #ededed}
/*
.mypage-content .mypage-grid-wrapper > .grid-contents .list-type-container .list-header {display: flex; padding: 30px 30px 15px; flex-wrap: wrap; justify-content: space-between}
.mypage-content .mypage-grid-wrapper > .grid-contents .list-type-container .list-header label {font-size: 16px; font-weight: 500; color: #6b7684; letter-spacing: -0.02em; line-height: 1.1875; margin-bottom: 0}
.mypage-content .mypage-grid-wrapper > .grid-contents .list-type-container .list-content .list-item {display: flex; padding: 20px 30px; flex-wrap: wrap; justify-content: space-between}
.mypage-content .mypage-grid-wrapper > .grid-contents .list-type-container .list-content .list-item span {font-size: 20px; font-weight: 500; color: #6b7684; letter-spacing: -0.02em; line-height: 1.6}
.mypage-content .mypage-grid-wrapper > .grid-contents .list-type-container .list-content .list-item + .list-item {border-top: 1px solid #ededed}
*/

/* ------------------------------
 * CS Center
------------------------------ */
.cs-center {padding-top: 140px; padding-bottom: 260px}
.cs-center .section-heading {text-align: center; margin-bottom: 140px}
.cs-center .cs-grid-wrapper {display: flex; margin-left: -10px; margin-right: -10px; flex-wrap: wrap}
.cs-center .cs-grid-wrapper > div {width: 50%; padding-left: 10px; padding-right: 10px}
.cs-center .cs-grid-wrapper .grid-item .cs-card {display: flex; height: 262px; padding: 0 45px; border: 1px solid #ccc; border-radius: 22px; background-color: #fff; align-items: center}
.cs-center .cs-grid-wrapper .grid-item .cs-card .icon {width: 148px; margin: 0}
.cs-center .cs-grid-wrapper .grid-item .cs-card .content {padding-left: 32px; flex-basis: 0; flex-grow: 1; max-width: 100%}
.cs-center .cs-grid-wrapper .grid-item .cs-card .content h4 {font-size: 38px; font-weight: 700; color: #191f28; line-height: 0.86; margin-bottom: 24px}
.cs-center .cs-grid-wrapper .grid-item .cs-card .content p {font-size: 23px; font-weight: 500; color: #6b7684; letter-spacing: -0.02em; line-height: 1.39}
.cs-center .cs-grid-wrapper .grid-item:nth-child(1) .cs-card .icon img {width: 100%}
.cs-center .cs-grid-wrapper .grid-item:nth-child(2) .cs-card .icon img {width: 85%}

/* ------------------------------
 * Membership
------------------------------ */
.membership-service {height: 100vh}
.membership-service .container-full {display: flex; height: 100%; align-items: center}
.membership-service .container-full > div {width: 50%}
.membership-service .left-cover {height: 100%; background-image: url(../images/sub/membership_cover_img.jpg); background-size: cover; background-repeat: no-repeat; background-position: center}
.membership-service .right-content {padding: 0 36px}
.membership-service .right-content .form-container {max-width: 460px; margin: auto}
.membership-service .right-content .form-heading {font-size: 40px; font-weight: 700; color: #140f0b; letter-spacing: -0.015em; line-height: 1.2; text-align: center; margin-bottom: 44px}
.membership-service .right-content .form-heading span {background-image: linear-gradient(91.19deg, #ff8a00 30.71%, #fdd501 87.42%); -webkit-text-fill-color: transparent; -webkit-background-clip: text}
.membership-service .right-content .heading-text {font-size: 18px; font-weight: 500; color: #6b7684; letter-spacing: -0.02em; line-height: 1.22; text-align: center; margin-top: 17px; margin-bottom: 44px}
.membership-service .right-content .floating-input-wrap {position: relative; display: flex; width: 100%; z-index: 10}
.membership-service .right-content .floating-input-wrap + .floating-input-wrap {margin-top: 10px}
.membership-service .right-content .floating-input-wrap .icon {position: absolute; display: flex; top: 0; left: 0; bottom: 0; width: 64px; align-items: center; justify-content: center}
.membership-service .right-content .floating-input-wrap .icon img {pointer-events: none; user-select: none}
.membership-service .right-content .floating-input-wrap .label-floating {position: absolute; top: 0; left: 0; height: 100%; margin: 0; padding: 23px 0 23px 64px; font-size: 18px; font-weight: 500; color: #a6adb5; line-height: 1.22; pointer-events: none; transform-origin: 0 0; transition: color .1s ease-in-out, transform .1s ease-in-out}
.membership-service .right-content .floating-input-wrap .input--floating {display: block; width: 100%; height: 68px; padding: 23px 23px 23px 64px; border: 1px solid #ccc; border-radius: 12px; background-color: #fff; outline: 0}
.membership-service .right-content .floating-input-wrap .input--floating::placeholder {color: transparent}
.membership-service .right-content .floating-input-wrap .input--floating:focus, .membership-service .right-content .floating-input-wrap .input--floating:not(:placeholder-shown) {padding-top: 34px; padding-bottom: 14px; border-color: #ffb42b; box-shadow: inset 0 0 0 1px #ffb42b}
.membership-service .right-content .floating-input-wrap .input--floating:focus ~ .label-floating, .membership-service .right-content .floating-input-wrap .input--floating:not(:placeholder-shown) ~ .label-floating {color: #6b7684; transform: scale(.77) translate(20px, -9px)}
.membership-service .right-content .floating-input-wrap .button-toggle-password {position: absolute; top: 50%; right: 15px; width: 36px; height: 36px; margin-top: -18px; padding: 0; border: 0; background-color: transparent; background-image: url(../images/sub/show_password_icon.svg); background-position: center; background-repeat: no-repeat; background-size: 22px auto; outline: 0; cursor: pointer; z-index: 5}
.membership-service .right-content .button--confirm {display: flex; width: 100%; height: 67px; font-size: 18px; font-weight: 700; color: #fff; letter-spacing: -0.02em; line-height: 1.19; padding: 0 16px; border: 0; border-radius: 12px; background-color: #ffb42b; align-items: center; justify-content: center; outline: 0; cursor: pointer}
.membership-service .right-content .bottom-button {margin-top: 26px; text-align: center}
.membership-service .right-content .bottom-button .find-password {display: inline-block; font-size: 18px; font-weight: 700; color: #ffb42b; letter-spacing: -0.02em; line-height: 1.16; margin-top: 24px}
.find-password_signup {display: inline-block; font-size: 18px; font-weight: 700; color: #445566; letter-spacing: -0.02em; line-height: 1.16; margin-top: 24px}
.membership-service .right-content .small-desc {font-size: 14px; font-weight: 600; color: #a6adb5; letter-spacing: -0.02em; line-height: 1.21; margin-top: 6px}
.membership-service .right-content .agreement {margin-top: 45px}

/* ------------------------------
 * Terms
------------------------------ */
.terms-content {padding-top: 82px; padding-bottom: 82px; background-color: #fafafa}
.terms-content .terms-heading {font-size: 23px; font-weight: 700; color: #6b7684; line-height: 1.95; margin-bottom: 38px}
.terms-content p {font-size: 18px; color: #6b7684; letter-spacing: -0.02em; line-height: 1.8}
.terms-content p + p {margin-top: 28px}

/* ------------------------------
 * Media queries
------------------------------ */
@media (min-width: 992px) {
    .mypage-content .mypage-grid-wrapper > .grid-myinfo .layout-sm {display: none}
    .mypage-content .mypage-grid-wrapper > .grid-myinfo .nav-container {min-height: 400px}
}

@media (max-width: 1199px) {
    .mypage-content .mypage-grid-wrapper > .grid-myinfo .info-wrapper .info-group .info-heading {font-size: 14px}
    .mypage-content .mypage-grid-wrapper > .grid-myinfo .info-wrapper .info-group p {font-size: 17px}
    .mypage-content .mypage-grid-wrapper > .grid-myinfo .nav-container nav ul > li > a {font-size: 17px}
    .mypage-content .mypage-grid-wrapper > .grid-myinfo .nav-container nav ul > li + li {margin-top: 24px}
    .mypage-content .mypage-grid-wrapper > .grid-contents .order-list ul li dl dt {width: 128px; padding-left: 36px}
    .mypage-content .mypage-grid-wrapper > .grid-contents .order-list ul li dl dt, .mypage-content .mypage-grid-wrapper > .grid-contents .order-list ul li dl dd {font-size: 17px}
    .mypage-content .mypage-grid-wrapper > .grid-contents .list-type-container .table-contents {padding-bottom: 20px}
    .mypage-content .mypage-grid-wrapper > .grid-contents .list-type-container .table-contents .table-order thead th {padding: 20px 12px 12px; font-size: 14px}
    .mypage-content .mypage-grid-wrapper > .grid-contents .list-type-container .table-contents .table-order thead th:first-child {padding-left: 20px}
    .mypage-content .mypage-grid-wrapper > .grid-contents .list-type-container .table-contents .table-order thead th:last-child {padding-right: 20px}
    .mypage-content .mypage-grid-wrapper > .grid-contents .list-type-container .table-contents .table-order tbody td {padding: 16px 12px; font-size: 16px}
    .mypage-content .mypage-grid-wrapper > .grid-contents .list-type-container .table-contents .table-order tbody tr td:first-child {padding-left: 20px}
    .mypage-content .mypage-grid-wrapper > .grid-contents .list-type-container .table-contents .table-order tbody tr td:last-child {padding-right: 20px}
    .mypage-content .mypage-grid-wrapper > .grid-contents .list-type-container .list-contents {margin-left: -36px; margin-right: -36px}
    .mypage-content .mypage-grid-wrapper > .grid-contents .list-type-container .list-contents .list-item {border-bottom: 1px solid #ededed}
    .mypage-content .mypage-grid-wrapper > .grid-contents .list-type-container .list-contents .list-item .list-header .header-button {position: relative; display: flex; width: 100%; padding: 16px 60px 16px 36px; text-align: left; border: 0; background-color: transparent; flex-wrap: wrap; align-items: center; outline: 0; cursor: pointer}
    .mypage-content .mypage-grid-wrapper > .grid-contents .list-type-container .list-contents .list-item .list-header .header-button::after {content: ''; position: absolute; top: 50%; right: 42px; width: 13px; height: 8px; margin-top: -4px; background-image: url(../images/sub/accordion_arrow_down.svg); background-size: 100%; background-position: center; background-repeat: no-repeat}
    .mypage-content .mypage-grid-wrapper > .grid-contents .list-type-container .list-contents .list-item.accordion--open .list-header .header-button::after {transform: rotate(180deg)}
    .mypage-content .mypage-grid-wrapper > .grid-contents .list-type-container .list-contents .list-item .list-header .header-button b, .mypage-content .mypage-grid-wrapper > .grid-contents .list-type-container .list-contents .list-item .list-header .header-button p {font-size: 15px; font-weight: 500; letter-spacing: -0.02em; line-height: 1.495}
    .mypage-content .mypage-grid-wrapper > .grid-contents .list-type-container .list-contents .list-item .list-header .header-button b {color: #6b7684; width: 72px}
    .mypage-content .mypage-grid-wrapper > .grid-contents .list-type-container .list-contents .list-item .list-header .header-button p {color: #191f28; flex-basis: 0; flex-grow: 1; max-width: 100%}
    .mypage-content .mypage-grid-wrapper > .grid-contents .list-type-container .list-contents .list-item .list-body {display: none; padding-bottom: 6px}
    .mypage-content .mypage-grid-wrapper > .grid-contents .list-type-container .list-contents .list-item .list-body ul li {display: flex; padding: 0 36px 10px; align-items: center}
    .mypage-content .mypage-grid-wrapper > .grid-contents .list-type-container .list-contents .list-item .list-body ul li + li {margin-top: 6px}
    .mypage-content .mypage-grid-wrapper > .grid-contents .list-type-container .list-contents .list-item .list-body ul li > b, .mypage-content .mypage-grid-wrapper > .grid-contents .list-type-container .list-contents .list-item .list-body ul li > p {font-size: 15px; font-weight: 500; letter-spacing: -0.02em; line-height: 1.495}
    .mypage-content .mypage-grid-wrapper > .grid-contents .list-type-container .list-contents .list-item .list-body ul li > b {color: #6b7684; width: 72px}
    .mypage-content .mypage-grid-wrapper > .grid-contents .list-type-container .list-contents .list-item .list-body ul li > p {color: #191f28; flex-basis: 0; flex-grow: 1; max-width: 100%}
    .mypage-content .mypage-grid-wrapper > .grid-contents .list-type-container .list-contents .list-item .list-body ul li > p .card-img {width: 34px; margin-right: 4px}

    .cs-center .cs-grid-wrapper .grid-item .cs-card .content h4 {font-size: 34px}
    .cs-center .cs-grid-wrapper .grid-item .cs-card .content p {font-size: 21px}
}

@media (max-width: 991px) {
    .main-heading {font-size: 36px}
    .point-heading {font-size: 22px}

    .notification-cover .cover {height: 480px}
    .notification-cover .cover p {font-size: 19px}

    .plans {padding-top: 120px; padding-bottom: 120px}
    .plans .plan-wrapper .grid-item .plan-card {padding: 48px 48px 150px}
    .plans .plan-wrapper .grid-item .plan-card .icon {height: 80px}
    .plans .plan-wrapper .grid-item .plan-card .icon img {width: 64px}
    .plans .plan-wrapper .grid-item .plan-card.card-premium .icon img {width: 80px}
    .plans .plan-wrapper .grid-item .plan-card h3 {font-size: 28px}
    .plans .plan-wrapper .grid-item .plan-card p {font-size: 19px}
    .plans .plan-wrapper .grid-item .plan-card .feature-item-list li {font-size: 19px}
    .plans .plan-wrapper .grid-item .plan-card .feature-item-list li::before {top: 7px}
    .plans .plan-wrapper .grid-item .plan-card .bottom-button {bottom: 48px; right: 48px}
    .notify {padding-bottom: 120px}
    .notify .grid-wrapper .text-area .point-text {font-size: 22px; margin-bottom: 36px}
    .notify .grid-wrapper .text-area .point-text.rocket-icon::before {top: 3px}
    .notify .grid-wrapper .text-area .main-heading {margin-bottom: 28px}
    .notify .grid-wrapper .text-area p {font-size: 22px}

    .faq {padding-bottom: 120px}
    .faq .accordion-wrapper .accordion-item .accordion-header {padding: 0 36px}
    .faq .accordion-wrapper .accordion-item .accordion-header .category {font-size: 19px; width: 120px}
    .faq .accordion-wrapper .accordion-item .accordion-header .header-button {font-size: 19px; padding: 28px 0}
    .faq .accordion-wrapper .accordion-item .accordion-body {padding-left: 156px; padding-bottom: 28px; font-size: 17px}

    .mypage-header {display: none}
    .mypage-content {background-color: #fff}
    .mypage-content .mypage-grid-wrapper > div {width: 100% !important}
    .mypage-content .mypage-grid-wrapper .mypage-grid-heading {display: none}
    .mypage-content .mypage-grid-wrapper .mypage-card {height: auto; border-radius: 0; background-color: transparent}
    .mypage-content .mypage-grid-wrapper > .grid-myinfo .layout-lg {display: none}
    .mypage-content .mypage-grid-wrapper > .grid-myinfo .mypage-info .info-card {margin-bottom: 41px; padding: 32px; border: 1px solid #ccc; border-radius: 22px}
    .mypage-content .mypage-grid-wrapper > .grid-myinfo .mypage-info .info-card h2 {font-size: 24px; font-weight: 700; color: #191f28; line-height: 1.25; margin-bottom: 24px}
    .mypage-content .mypage-grid-wrapper > .grid-myinfo .mypage-info .info-card .info-group + .info-group {margin-top: 12px}
    .mypage-content .mypage-grid-wrapper > .grid-myinfo .mypage-info .info-card .info-group .info-heading {font-size: 15px; font-weight: 500; color: #6b7684; letter-spacing: -0.02em; line-height: 1.495; margin-bottom: 5px}
    .mypage-content .mypage-grid-wrapper > .grid-myinfo .mypage-info .info-card .info-group p {font-size: 15px; font-weight: 500; color: #191f28; letter-spacing: -0.02em; line-height: 1.495}
    .mypage-content .mypage-grid-wrapper > .grid-myinfo .mypage-info .mypage-navbar {margin-left: -36px; margin-right: -36px}
    .mypage-content .mypage-grid-wrapper > .grid-myinfo .mypage-info .mypage-navbar > ul {display: flex; border-bottom: 1px solid #ededed; justify-content: center}
    .mypage-content .mypage-grid-wrapper > .grid-myinfo .mypage-info .mypage-navbar > ul > li {margin: 0 20px}
    .mypage-content .mypage-grid-wrapper > .grid-myinfo .mypage-info .mypage-navbar > ul > li > a {display: block; font-size: 18px; font-weight: 600; color: #acafb3; line-height: 1.21; margin-bottom: -1px; padding-bottom: 11px; border-bottom: 2px solid transparent}
    .mypage-content .mypage-grid-wrapper > .grid-myinfo .mypage-info .mypage-navbar > ul > li > a.active {color: #191f28; border-color: #fed541}
    .mypage-content .mypage-grid-wrapper > .grid-contents .title-row {display: none}
    .mypage-content .mypage-grid-wrapper > .grid-contents .order-list {margin-left: -36px; margin-right: -36px; padding-top: 0; padding-bottom: 0}
    .mypage-content .mypage-grid-wrapper > .grid-contents .order-list ul li + li {border-top: 1px solid #ededed}
    .mypage-content .mypage-grid-wrapper > .grid-contents .order-list ul li + li dl dd {border-top: 0}
    .mypage-content .mypage-grid-wrapper > .grid-contents .info-page-container {margin-left: -36px; margin-right: -36px}
    .mypage-content .mypage-grid-wrapper > .grid-contents .info-page-container .mypage-card {padding: 0}
    .mypage-content .mypage-grid-wrapper > .grid-contents .info-page-container .mypage-card ~ .mypage-card {border-top: 1px solid #ededed}
    .mypage-content .mypage-grid-wrapper > .grid-contents .info-page-container .input-row {padding: 20px 36px}
    .mypage-content .mypage-grid-wrapper > .grid-contents .info-page-container .input-row + .input-row {margin-top: 0; border-top: 1px solid #ededed}
    .mypage-content .mypage-grid-wrapper > .grid-contents .info-page-container .bottom-link {padding-right: 36px}
    #fixed-contact-button {display: none}

    .cs-center {padding-top: 100px; padding-bottom: 200px}
    .cs-center .section-heading {margin-bottom: 100px}
    .cs-center .cs-grid-wrapper .grid-item .cs-card {height: 220px}
    .cs-center .cs-grid-wrapper .grid-item .cs-card .icon {width: 110px}
    .cs-center .cs-grid-wrapper .grid-item .cs-card .content h4 {font-size: 28px; margin-bottom: 20px}
    .cs-center .cs-grid-wrapper .grid-item .cs-card .content p {font-size: 19px}

    .membership-service .container-full > div {width: 100%}
    .membership-service .left-cover {display: none}
    .membership-service .right-content .form-heading {font-size: 36px}
}

@media (max-width: 767px) {
    .point-heading {font-size: 18px; line-height: 1.22; margin-bottom: 16px}
    .main-heading {font-size: 24px; line-height: 1.25}

    .notification-cover .cover-title {margin-bottom: 60px; padding-top: 60px; padding-left: 36px; padding-right: 36px; text-align: center}
    .notification-cover .cover {height: auto}
    .notification-cover .cover .video-container {position: relative; top: auto; right: auto; bottom: auto; width: 100%; font-size: 0; z-index: 1}
    .notification-cover .cover .video-container video {position: static}

    .plans {padding-top: 34px; padding-bottom: 64px}
    .plans .main-heading {margin-bottom: 34px}
    .plans .plan-wrapper .grid-item {width: 100%}
    .plans .plan-wrapper .grid-item + .grid-item {margin-top: 18px}
    .plans .plan-wrapper .grid-item .plan-card {padding: 41px 32px 34px}
    .plans .plan-wrapper .grid-item .plan-card .icon {width: 60px; height: 60px}
    .plans .plan-wrapper .grid-item .plan-card .icon img {width: 100% !important}
    .plans .plan-wrapper .grid-item .plan-card h3 {font-size: 24px; line-height: 1.375; margin-top: 11px; margin-bottom: 10px}
    .plans .plan-wrapper .grid-item .plan-card p {font-size: 15px; line-height: 1.4; letter-spacing: -0.04em}
    .plans .plan-wrapper .grid-item .plan-card .feature-item-list {margin-top: 34px}
    .plans .plan-wrapper .grid-item .plan-card .feature-item-list li {font-size: 15px; font-weight: 500; padding-left: 24px}
    .plans .plan-wrapper .grid-item .plan-card .feature-item-list li::before {top: 5px; width: 13.19px; height: 10.06px}
    .plans .plan-wrapper .grid-item .plan-card .feature-item-list li + li {margin-top: 11px}
    .plans .plan-wrapper .grid-item .plan-card .bottom-button {position: static; bottom: auto; right: auto; margin-top: 50px}
    .plans .plan-wrapper .grid-item .plan-card .bottom-button .button--dark {width: 100%; justify-content: center}

    .notify {padding-bottom: 64px}
    .notify .grid-wrapper .video-area {width: 100%; order: 2}
    .notify .grid-wrapper .text-area {width: 100%; margin-bottom: 40px; text-align: center; order: 1}
    .notify .grid-wrapper .text-area .point-text {font-size: 18px; line-height: 1.22; margin-bottom: 16px}
    .notify .grid-wrapper .text-area .point-text.rocket-icon::before {position: static; display: block; margin: auto auto 16px}
    .notify .grid-wrapper .text-area .main-heading {margin-bottom: 0}
    .notify .grid-wrapper .video-area figure {border-radius: 22px}

    .faq {padding-bottom: 73px}
    .faq .main-heading {margin-bottom: 22px}
    .faq .accordion-wrapper {margin-left: -36px; margin-right: -36px}
    .faq .accordion-wrapper .accordion-item .accordion-header .header-button {display: block; padding: 24px 24px 24px 0}
    .faq .accordion-wrapper .accordion-item .accordion-header .header-button::after {top: 34px; transform: none}
    .faq .accordion-wrapper .accordion-item .accordion-header .header-button .category {font-size: 18px; line-height: 1.22; margin-bottom: 14px; width: 100%}
    .faq .accordion-wrapper .accordion-item .accordion-header .header-button p {font-size: 15px; line-height: 1.4}
    .faq .accordion-wrapper .accordion-item .accordion-body {padding-left: 36px; padding-bottom: 24px; font-size: 15px; line-height: 1.4}
    .faq .accordion-wrapper .accordion-item .accordion-body p + p {margin-top: 20px}

    .mypage-content {padding-top: 40px; padding-bottom: 36px}
    .mypage-content .mypage-grid-wrapper .link--mypage {font-size: 16px}
    .mypage-content .mypage-grid-wrapper > .grid-myinfo .mypage-info .mypage-navbar > ul > li {margin: 0 8px}
    .mypage-content .mypage-grid-wrapper > .grid-myinfo .mypage-info .mypage-navbar > ul > li > a {font-size: 14px}
    .mypage-content .mypage-grid-wrapper > .grid-contents .order-list ul li dl dt, .mypage-content .mypage-grid-wrapper > .grid-contents .order-list ul li dl dd {line-height: 1.495}
    .mypage-content .mypage-grid-wrapper > .grid-contents .order-list ul li dl dt {font-size: 12px; width: 124px}
    .mypage-content .mypage-grid-wrapper > .grid-contents .order-list ul li dl dd {font-size: 15px; padding: 17px 47px 17px 0}
    .mypage-content .mypage-grid-wrapper > .grid-contents .order-list ul li dl dd .button-help {width: 15px; height: 15px}
    .mypage-content .mypage-grid-wrapper > .grid-contents .info-page-container .input-row {padding: 8px 36px}
    .mypage-content .mypage-grid-wrapper > .grid-contents .info-page-container .input-row .label-heading {font-size: 12px; line-height: 1.495; width: 72px}
    .input--mypage {height: 38px; padding: 4px 16px; font-size: 15px; line-height: 1.495}
    .mypage-content .mypage-grid-wrapper > .grid-contents .info-page-container .input-row .input-container.editable input {background-position: right 12px center; background-size: 13.5px auto}
    .mypage-content .mypage-grid-wrapper > .grid-contents .info-page-container .input-row .input-container .messages .help-block {font-size: 14px}
    .mypage-content .mypage-grid-wrapper > .grid-contents .info-page-container .input-row .input-container.has-error .messages, .mypage-content .mypage-grid-wrapper > .grid-contents .info-page-container .input-row .input-container.has-success .messages {right: 12px; padding-right: 20px}
    .mypage-content .mypage-grid-wrapper > .grid-contents .info-page-container .input-row .input-container .messages::after {width: 15px; height: 15px; margin-top: -7.5px}
    .mypage-content .mypage-grid-wrapper > .grid-contents .info-page-container .bottom-link {margin-top: 24px}

    .cs-center {padding-top: 40px; padding-bottom: 72px}
    .cs-center .section-heading {margin-bottom: 34px}
    .cs-center .cs-grid-wrapper > div {width: 100%}
    .cs-center .cs-grid-wrapper .grid-item:nth-child(1) {order: 2}
    .cs-center .cs-grid-wrapper .grid-item:nth-child(2) {order: 1}
    .cs-center .cs-grid-wrapper .grid-item + .grid-item {margin-bottom: 16px}
    .cs-center .cs-grid-wrapper .grid-item .cs-card {display: block; height: auto; padding: 32px; text-align: center}
    .cs-center .cs-grid-wrapper .grid-item .cs-card .icon {width: 62px; margin: auto}
    .cs-center .cs-grid-wrapper .grid-item .cs-card .content {margin-top: 23px; padding-left: 0}
    .cs-center .cs-grid-wrapper .grid-item .cs-card .content h4 {font-size: 24px; line-height: 1.375; margin-bottom: 5px}
    .cs-center .cs-grid-wrapper .grid-item .cs-card .content p {font-size: 15px; letter-spacing: -0.04em; line-height: 1.4}

    .membership-service .right-content .form-heading {font-size: 24px; margin-bottom: 37px}
    .membership-service .right-content .heading-text {font-size: 15px; line-height: 1.5; margin-bottom: 37px}
    .membership-service .right-content .floating-input-wrap .input--floating {height: 50px; padding: 16px 16px 16px 49px}
    .membership-service .right-content .floating-input-wrap .icon {width: 48px}
    .membership-service .right-content .floating-input-wrap .icon img {transform: scale(0.625)}
    .membership-service .right-content .floating-input-wrap .label-floating {padding: 16px 0 16px 48px; font-size: 15px}
    .membership-service .right-content .floating-input-wrap .input--floating:focus ~ .label-floating, .membership-service .right-content .floating-input-wrap .input--floating:not(:placeholder-shown) ~ .label-floating {transform: scale(.77) translate(17px, -7px)}
    .membership-service .right-content .floating-input-wrap .input--floating:focus, .membership-service .right-content .floating-input-wrap .input--floating:not(:placeholder-shown) {padding-top: 32px; padding-bottom: 16px}
    .membership-service .right-content .floating-input-wrap .button-toggle-password {width: 28px; height: 28px; margin-top: -14px; background-size: 16.5px auto}
    .membership-service .right-content .button--confirm {height: 50px; font-size: 15px; line-height: 1.2}
    .membership-service .right-content .bottom-button .find-password {font-size: 15px; line-height: 1.2; margin-top: 21px}
    .membership-service .right-content .small-desc {font-size: 12px}
    .membership-service .right-content .agreement {margin-top: 32px}
}

/* ========================================
   PRICING PAGE STYLES
   ======================================== */

/* Scale 80 for pricing page */
.scale-80 {
    transform: scale(0.8);
    transform-origin: top center;
}

@media (max-width: 768px) {
    .scale-80 {
        transform: scale(1);
    }
}

/* Hero Section */
.hero-section {
    padding: 120px 0 80px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    text-align: center;
}

.hero-section .section-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.hero-content {
    margin-bottom: 60px;
}

.hero-content .main-heading {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 24px;
    color: white;
}

.hero-description {
    font-size: 20px;
    line-height: 1.6;
    opacity: 0.9;
    max-width: 600px;
    margin: 0 auto;
}

.hero-image {
    text-align: center;
}

.hero-mockup {
    max-width: 300px;
    height: auto;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
}

/* Plans Section */
.plans {
    padding: 100px 0;
    background: #f8f9fa;
}

.plans .section-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.plans .main-heading {
    text-align: center;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 16px;
    color: #2c3e50;
}

.section-description {
    text-align: center;
    font-size: 18px;
    color: #6c757d;
    margin-bottom: 60px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.plan-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 40px;
    margin-top: 60px;
}

.plan-card {
    background: white;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    position: relative;
    border: 2px solid transparent;
    cursor: pointer;
}

.plan-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
}

.plan-card.selected {
    border-color: #667eea;
    box-shadow: 0 20px 40px rgba(102, 126, 234, 0.3);
}

.plan-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #667eea;
    color: white;
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    z-index: 2;
}

.plan-header {
    text-align: center;
    margin-bottom: 30px;
}

.plan-header .icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.plan-header .icon img {
    width: 100%;
    height: auto;
}

.plan-header h3 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 16px;
    color: #2c3e50;
}

.plan-description {
    font-size: 16px;
    line-height: 1.6;
    color: #6c757d;
}

.feature-item-list {
    list-style: none;
    padding: 0;
    margin: 30px 0;
}

.feature-item-list li {
    display: flex;
    align-items: center;
    padding: 12px 0;
    font-size: 16px;
    color: #2c3e50;
    border-bottom: 1px solid #e9ecef;
}

.feature-item-list li:last-child {
    border-bottom: none;
}

.feature-item-list li i {
    margin-right: 12px;
    font-size: 18px;
    color: #28a745;
}

.feature-item-list li.active {
    color: #667eea;
    font-weight: 600;
}

.feature-item-list li.active i {
    color: #667eea;
}

.bottom-button {
    text-align: center;
    margin-top: 30px;
}

.bottom-button .button-r {
    display: inline-block;
    padding: 15px 40px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 50px;
    transition: all 0.3s ease;
    min-width: 200px;
}

.button--dark {
    background: #667eea;
    color: white;
}

.button--dark:hover {
    background: #5a6fd8;
    transform: translateY(-2px);
}

.button--white {
    background: white;
    color: #667eea;
    border: 2px solid #667eea;
}

.button--white:hover {
    background: #667eea;
    color: white;
}

/* Features Section */
.features {
    padding: 100px 0;
    background: white;
}

.features .section-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.features .main-heading {
    text-align: center;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 60px;
    color: #2c3e50;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
}

.feature-item {
    text-align: center;
    padding: 40px 20px;
    border-radius: 15px;
    transition: all 0.3s ease;
}

.feature-item:hover {
    transform: translateY(-5px);
}

.feature-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 24px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-icon i {
    font-size: 36px;
    color: white;
}

.feature-item h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 16px;
    color: #2c3e50;
}

.feature-item p {
    font-size: 16px;
    line-height: 1.6;
    color: #6c757d;
}

/* CTA Section */
.cta {
    padding: 100px 0;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    text-align: center;
}

.cta .section-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
}

.cta-content h2 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 24px;
    color: white;
}

.cta-content p {
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 40px;
    opacity: 0.9;
}

.cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.cta-buttons .button-r {
    min-width: 200px;
}

.cta-buttons .checkout-button {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* FAQ Section */
.faq {
    padding: 100px 0;
    background: #f8f9fa;
}

.faq .section-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
}

.faq .main-heading {
    text-align: center;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 60px;
    color: #2c3e50;
}

.accordion-wrapper {
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.accordion-item {
    border-bottom: 1px solid #e9ecef;
}

.accordion-item:last-child {
    border-bottom: none;
}

.accordion-header {
    background: white;
}

.header-button {
    width: 100%;
    text-align: left;
    padding: 24px 30px;
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    transition: all 0.3s ease;
}

.header-button:hover {
    background: #f8f9fa;
}

.header-button .category {
    font-size: 14px;
    color: #667eea;
    font-weight: 600;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.header-button p {
    font-size: 18px;
    font-weight: 600;
    color: #2c3e50;
    margin: 0;
}

.accordion-body {
    padding: 0 30px 24px;
    background: #f8f9fa;
}

.accordion-body p {
    font-size: 16px;
    line-height: 1.6;
    color: #6c757d;
    margin-bottom: 16px;
}

.accordion-body p:last-child {
    margin-bottom: 0;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .hero-section {
        padding: 80px 0 60px;
    }
    
    .hero-content .main-heading {
        font-size: 32px;
    }
    
    .hero-description {
        font-size: 18px;
    }
    
    .plans, .features, .faq, .cta {
        padding: 60px 0;
    }
    
    .plans .main-heading, .features .main-heading, .faq .main-heading, .cta-content h2 {
        font-size: 32px;
    }
    
    .plan-wrapper {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .plan-card {
        padding: 30px 20px;
    }
    
    .features-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .cta-buttons .button-r {
        width: 100%;
        max-width: 300px;
    }
    
    .accordion-wrapper {
        margin: 0 -20px;
        border-radius: 0;
    }
    
    .header-button {
        padding: 20px;
    }
    
    .accordion-body {
        padding: 0 20px 20px;
    }
}

/* Additional Animations and Effects */
.plan-card.hover {
    transform: translateY(-15px);
    box-shadow: 0 25px 50px rgba(0,0,0,0.2);
}

.plan-card.selected {
    border-color: #667eea;
    transform: scale(1.05);
    box-shadow: 0 20px 40px rgba(102, 126, 234, 0.3);
}

.feature-icon.pulse {
    animation: pulse 0.6s ease-in-out;
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.1); }
    100% { transform: scale(1); }
}

.button-r.loading {
    opacity: 0.7;
    cursor: not-allowed;
}

.button-r.hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}

/* Enhanced Plan Cards */
.plan-card {
    overflow: hidden;
}

.plan-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: left 0.5s;
}

.plan-card:hover::before {
    left: 100%;
}

/* Enhanced Feature Items */
.feature-item {
    position: relative;
    overflow: hidden;
}

.feature-item::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    transition: width 0.3s ease;
}

.feature-item:hover::after {
    width: 100%;
}

/* Enhanced CTA Section */
.cta {
    position: relative;
    overflow: hidden;
}

.cta::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    opacity: 0.3;
    animation: float 20s ease-in-out infinite;
}

@keyframes float {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-20px); }
}

.cta-content {
    position: relative;
    z-index: 2;
}

/* Enhanced FAQ */
.accordion-item {
    transition: all 0.3s ease;
}

.accordion-item.accordion--open {
    background: #f8f9fa;
}

.accordion-item.accordion--open .header-button {
    background: #e9ecef;
}

.accordion-body {
    transition: all 0.3s ease;
}

/* Loading Animation */
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.button-r.loading::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 15px;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    border: 2px solid transparent;
    border-top: 2px solid currentColor;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

/* Responsive Enhancements */
@media (max-width: 768px) {
    .plan-card::before {
        display: none;
    }
    
    .feature-item::after {
        height: 2px;
    }
    
    .cta::before {
        display: none;
    }
}

/* Print Styles */
@media print {
    .hero-section,
    .cta {
        background: white !important;
        color: black !important;
    }
    
    .plan-card {
        box-shadow: none;
        border: 1px solid #ccc;
    }
    
    .button-r {
        display: none;
    }
}