.w_150 {
    width: 150px !important;
}

.w-100 {
    width: 100%;
}

.red_border {
    border: 2px solid red !important;
}

.d-none {
    display: none !important;
}

.text_right {
    text-align: right;
}

.text_center {
    text-align: center;
}
.float_left, .float-left {
    float: left;
}

/*form*/
input[type=month], input[type=date] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    font-family: initial;
    color: #393d47;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    padding: .75rem;
    font-size: 1rem;
}
/*input[type=checkbox] {
    border: 1px solid #666;
    border-radius: 5px;
}
input[type=checkbox]:checked {
    background-color:transparent;
    border-color:#666;
}
input[type=checkbox]:checked:after {
    content: "✔";
    position: absolute;
    left: 3px;
    top: -2px;
    font-size: 16px;
    color: #007bff;
    font-weight: bold;
}*/
/*.c-checkbox label::before {
    border: 1px solid #666 !important;
    border-radius: 5px !important;
}*/
/*.c-form__section .c-course__info .c-checkbox input[type="checkbox"]:checked + label::after {
    left: -21px !important;
    top: 19px;
}*/
.c-feedback {
/*    padding-top: 3px;*/
    display: none;
}

input:-internal-autofill-selected {
    background-color: light-dark(rgb(255,255,255), rgba(255,255,255,1)) !important;
}

.c-captcha__box {
    position: relative;
}

    .c-captcha__box .c-feedback {
        position: absolute;
        top: 52px;
    }

#checkCaptchaBtn span, #passwordStrength {
    white-space: nowrap;
}


/*btn*/
/*.c-action__group a {
    padding: 15px 20px;
    border-radius: 10px;
}*/
/*.c-btn >a{
    margin:2px;
}*/
/*.c-btn, .c-action__btn {
    display: inline-block;
}*/
.page_btn {
    display: block;
}
.page_btn .c-action__btn {
    flex:none;
    padding:15px 20px;
    margin:5px 10px 5px 0;
}
.c-btn--solid:after {
    background: #009adf;
}
.js-submit-payment {
    padding:10px 20px !important;
    margin:5px 0 0 0;
}


/*modal*/
/* 確保 backdrop 永遠在 modal 之下 */
.modal-backdrop {
    display: none !important;
}

/* 確保 modal 在最上層 */
.modal {
    /*z-index: 1070 !important;*/
    background: rgba(0,0,0,0.2);
    height: 100vh !important;
}
/* ===== Modal 樣式 ===== */
#customModal .modal-title {
    width: 100%;
    text-align: center;
    font-size: 1.8rem; /* 標題放大 */
    font-weight: 700; /* 加粗 */
    color: #333;
}

#customModal .modal-body {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
    font-size: 1.4rem; /* 內文放大 */
    font-weight: 500;
    color: #444;
    line-height: 1.6;
}

.modal-content {
    border-radius: 8px;
}

.modal-footer {
    /*text-align: center;*/
    display: block !important;
}

input[readonly] {
    background-color: #f8f9fa !important;
}

#passwordStrength {
    font-weight: bold;
}

    #passwordStrength.weak {
        color: red;
    }

    #passwordStrength.medium {
        color: orange;
    }

    #passwordStrength.strong {
        color: green;
    }

/* ===== 通用按鈕樣式 ===== */
#customModal .btn {
    padding: 8px 24px;
    min-width: 120px;
    white-space: nowrap;
}

/* ===== footer 按鈕列 ===== */
#customModal .modal-footer [data-role="btn-row"] {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
}

    /* 只有一顆按鈕 → 置中 */
    #customModal .modal-footer [data-role="btn-row"]:has(.btn:only-child) {
        justify-content: center;
    }

    /* 有兩顆以上 → 左右平均分佈 */
    #customModal .modal-footer [data-role="btn-row"]:not(:has(.btn:only-child)) {
        justify-content: space-between;
    }

/* ====== 按鈕顏色 ====== */
#customModal .btn[data-role="cancel"] {
    background-color: #6c757d;
    color: #fff;
    border: none;
}

    #customModal .btn[data-role="cancel"]:hover {
        background-color: #5a6268;
    }

#customModal .btn[data-role="confirm"] {
    background-color: #dc3545;
    color: #fff;
    border: none;
}

    #customModal .btn[data-role="confirm"]:hover {
        background-color: #c82333;
    }

/*login*/
.login_box .c-form__label {
    width: 100px;
}

.c-form__btn button {
    width: 100%;
    height: 48px;
    line-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    padding: 0;
    box-sizing: border-box;
}

.c-action__btn--cart {
    background-color: #FFD433;
    color: #333;
    border: none;
}

.captcha_img {
    height: 45px !important;
}

.c-btn--facebook {
    background-color: #0052A5; /* 深藍色 */
    color: white;
    border: none;
}

    .c-btn--facebook:hover {
        background-color: color-mix(in srgb, #0052A5 70%, black 30%);
    }

.c-btn--google {
    background-color: #F44336; /* 正紅色 */
    color: white;
    border: none;
}

    .c-btn--google:hover {
        background-color: color-mix(in srgb, #F44336 70%, black 30%);
    }

.c-btn--line {
    background-color: #32CD32; /* LINE綠 */
    color: white;
    border: none;
}

    .c-btn--line:hover {
        background-color: color-mix(in srgb, #32CD32 70%, black 30%);
    }

.c-form__btn {
    margin-bottom: 12px;
}

.c-input__icon {
    top: .625rem;
}

.login_checkbox .c-checkbox {
    display: block;
    text-align: center;
    margin: 0 auto;
}

    .login_checkbox .c-checkbox label {
        vertical-align: top;
    }


/*header*/
/*.c-nav__wp {
    padding: 10px !important;
}
.c-nav__item a {
    font-size: 1.2rem !important;
}
.c-nav__item .c-subnav__item > a {
    font-size: 1.1rem !important;
}*/



/*學員管理*/
.photo_upload {
    position: relative;
    float: left;
    width: 100%;
    margin-top: 10px;
}

.photo_upload img {
    max-height: 100px;
    max-width: 100px;
    float: left;
}

.photo_upload .delete_icon {
    float: left;
}

.delete_btn:hover i {
    color: #c21920 !important;
}

.c-help {
    text-decoration: none !important;
}

.c-help:hover {
    text-decoration: underline !important;
}
.btn_inline .c-btn {
    display: block;
}
.btn_inline .c-btn a {
    padding: 5px 0;
}
/*.c-tab--square .c-tab__item a {
    padding: 1rem;
    box-shadow:none !important;
}*/
/*.c-action--plain .c-action__btn:after {
    position: absolute;
    right: 0;
    top: 20px;
}*/
/*.tackingTab .c-action__group {
    gap:0;
}
.tackingTab .c-action__group  a{
    margin-right:0;
}*/
.js-enroll-course {
    background: #bfcd71;
    color: #fff !important;
    padding: 5px 10px !important;
    border-radius: 5px;
    display: inline-block;
}
.js-enroll-course:hover{
    background:#92a337;
}
.js-delete-single {
    background: #e95a60;
    color: #fff !important;
    padding: 5px 10px !important;
    border-radius: 5px;
    display: inline-block;
}
.js-delete-single:hover {
    background: #cb373d;
}
.js-enroll-course .c-icon__user-check:before, .js-delete-single .c-icon__delete:before {
    background-color: #fff !important;
}
.js-enroll-course .c-icon__user-check:hover:before, .js-delete-single .c-icon__delete:hover:before {
    background-color: #fff !important;
}


/*index_banner*/
.index_banner {
    float: left;
    width: 100%;
    max-width: 900px;
}
.index_banner img {
    border-radius: 10px;
}
/*.c-article__item:hover {
     background:transparent; 
}*/


/*swiper*/
/*.swiper {
    float: left;
    width: 100%;
    padding: 0;
    position: relative;
}*/

    .swiper.btn_left_right {
        padding: 0 50px;
    }

        .swiper .swiper-slide.swiper-slide-prev {
            opacity: 0 !important;
        }

        .swiper .swiper-slide.swiper-slide-active, .swiper .swiper-slide.swiper-slide-next {
            opacity: 1;
        }

        .swiper .swiper-slide.swiper-slide-duplicate-next, .swiper .swiper-slide.swiper-slide-duplicate-prev {
            opacity: 0 !important;
        }
        .banner_01 .swiper-slide-prev, .banner_01 .swiper-slide-next {
            opacity: 0 !important;
        }
/*.swiper a {
    float: left;
    width: 100%;
}*/

    .swiper [class^=swiper-button-]:after {
        font-size: 1.1em;
        color: rgba(0, 0, 0, 0.8);
    }

    .swiper .cricle_btn:after {
        background: rgba(255,255,255,0);
        padding: 12px 16px;
        font-size: 1em;
        border-radius: 30px;
        color: #fff;
    }

    .swiper .cricle_btn:hover:after {
        background: #009adf;
        color: #fff;
    }

    .swiper .white_btn:after {
        color: #fff !important;
        font-size: 1.1em;
    }

    .swiper .cricle_btn.white_btn:after {
        background: rgb(255, 255, 255);
        padding: 15px 16px;
        font-size: 1.2em;
        border-radius: 30px;
        color: #333 !important;
    }

    .swiper .cricle_btn.white_btn:hover:after {
        background-color: #ffa36e;
        color: #fff !important;
    }

    .swiper .swiper-button-prev {
        margin-left: -5px;
    }

    .swiper .swiper-button-next {
        margin-right: 5px;
    }

    .swiper [class^=swiper-button-] {
        color: rgba(0, 0, 0, 0.5);
        opacity: 1 !important;
    }

        .swiper [class^=swiper-button-]:hover, .swiper [class^=swiper-button-]:focus {
            color: #ffa36e;
            opacity: 0.7;
        }

    .swiper.button_right {
        margin-right: 90px;
    }

        .swiper.button_right .swiper-button-prev {
            left: auto;
            right: 50px;
        }

/*    .swiper img {
        width: 100%;
    }*/

    .swiper .title {
        font-size: 1.2em;
        padding-bottom: 10px;
    }

    .swiper .opacity_1 {
        opacity: 1 !important;
    }

    .swiper.btn_bottom_center {
        position: relative;
        width: 100%;
        padding-bottom: 150px !important;
    }

        .swiper.btn_bottom_center .button_box {
            position: relative;
            width: 100%;
            height: 45px;
            display: flex;
            align-items: center;
            justify-content: center;
            bottom: -80px;
        }

            .swiper.btn_bottom_center .button_box .swiper-button-prev {
                position: relative;
                margin-right: 30px;
                display: block;
            }

            .swiper.btn_bottom_center .button_box .swiper-button-next {
                position: relative;
                margin-left: 30px;
                display: block;
            }

    .swiper.btn_left_right {
        padding: 0 50px;
    }

    .swiper.btn_right_top {
        position: relative;
        width: 100%;
    }

        .swiper.btn_right_top .button_box {
            position: relative;
            width: 100%;
            height: 45px;
        }

            .swiper.btn_right_top .button_box .swiper-button-prev {
                position: absolute;
                right: 45px;
                left: auto;
            }

            .swiper.btn_right_top .button_box .swiper-button-next {
                position: absolute;
                right: 10px;
            }

        .swiper.btn_right_top .swiper-wrapper {
            margin-top: 0;
        }

/*        .swiper.btn_right_top .swiper-pagination-bullet-active {
            background: #ffa36e;
        }*/

    .swiper.dot_bottom .swiper-wrapper {
        padding-bottom: 40px;
    }

    .swiper.swiper_yt {
        width: 100% !important;
        padding: 50px 50px 250px 50px;
    }

        .swiper.swiper_yt .swiper-slide {
            background-position: center;
            background-size: cover;
            width: 100%;
            height: 100%;
            max-width: 700px;
            max-height: 450px;
        }

            .swiper.swiper_yt .swiper-slide iframe {
                width: 100%;
                height: 450px;
            }

            .swiper.swiper_yt .swiper-slide .embed-responsive {
                position: initial;
            }

.swiper-slide video {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    justify-content: center;
    align-items: center;
}
/*.swiper-pagination {
    transform: translate(-50%, 80%);
}*/
/*.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #fff;
    opacity: 1;
    border: none;
}*/
/*.swiper-pagination-bullet-active {
    background: #009adf;
}*/

/*index*/
/*.p-home-about__btn.c-btn {
    display: flex;
}*/
/*.p-home-category:after {
    border-radius: 0;
}
.p-home-section  .c-heading .c-btn {
    width: 70px !important;
}
.p-home-section {
    padding-left: 30px !important;
    padding-right: 30px !important;
}
.p-home-section .c-article .swiper-navigation {
    margin-top: 0;
}
.p-home-custom__item:hover:before {
    display: none;
}
.p-home-custom__item img {
    background-size: cover;
}

.p-home-custom__item a:hover img {
    background-size: 110%;
    transition: all 1s;
}

.p-home-featured {
    padding: 0;
}

.p-home-featured__content {
    border-radius: 0;
    padding: 3rem 2rem;
}
*/


/*本處資訊-組織成員*/
.p-team__profile {
    gap: 0;
}
.p-team__profile img {
    width: 90% !important;
    max-width: 100px !important;
    height: auto !important;
    padding: 5%;
    border-radius:50%;
}


/*購物車*/
.c-form__section .c-course__info .c-checkbox label:before {
    left: -25px;
    top: 20px;
}
/*.orderTab .c-tab__item a {
    padding:15px 5px;
}*/
/*.orderTab .c-list--order .c-tab--square .c-tab__item span {
    display: inline-block ;
    position: relative;
    gap:0;
}
.orderTab .c-tab__item span:before {
    display: inline-block !important;
    left: -40px;
    height: 1rem !important;
    margin-right: 5px;
}
.order_state {
    font-weight:bold;
    margin-bottom:5px;
}*/


/*table*/
.c-table {
    table-layout: fixed;
}
.c-table__thead{
    background: #f9f9f9;
}
.c-table__tbody .c-table__tr:hover {
    background: #f6fcff;
}


/*學員管理*/
.c-list--wishlist .c-table__td:first-of-type {
    position: relative; 
}


/*課程管理*/
/*#wrapper .p-course-list, #course-page .p-course-detail {
    padding: 5px 0 50px 0;
}
.c-sort__title {
    display: none;
}
.c-course__schedule {
    float:left;
    width:100%;
}
.c-sort__options .c-select select {
    height: 34px;
    background:#fff;
}
.c-sort__options .c-select:hover select {
    background: #fff;
}
.c-course__img {
    text-align: center !important;
}
.c-course__img img{
    width:100%;
}
.c-course__teacher span:empty {
    padding: 0;
}
.p-course-detail__info-text {
    display: inline-block;
    padding: 2px 2px 2px 0;
}

.c-action--styled .c-action__btn span {
    justify-content: center;
}
.p-course-detail__content a {
    color: #009adf;
}
.p-course-detail__content a:hover{
    color: #FFD433;
}

.l-action {
    background: #4D4D4D;
}
.c-action__btn--collect {
    color: #fff;
    background: #009adf;
    border: none;
}
.c-action__btn--collect:hover {
    background: #fff;
    color: #0067ac;
}*/




/*------------------------------------------------------------------------*/
@media (min-width: 768px) {
    .d-sm-none {
            display: none;
        }

        .d-sm-inline-block {
            display: inline-block !important;
        }

        /*header*/
/*        .c-nav {
            top: 116px !important;
        }

        .c-nav__list {
            gap: 0 !important;
        }*/

        /*banner*/
/*        .l-banner .l-container {
            flex-direction: row;
            gap: 0 1.875rem;
            width: 100%;
            max-width: 1200px;
        }*/

/*        .l-banner__custom {
            flex-direction: column;
            gap: 1.25rem 0;
            width: 40%;
        }*/

/*        .l-banner__custom-item {
            width: 100%;
        }*/

/*            .l-banner__custom-item img {
                height: auto !important;
            }*/

        .banner_pc {
            display: block;
        }

        .banner_mobile {
            display: none;
        }

        /*table*/
        .c-table__thead {
            display: table-header-group;
        }

        .c-table__th, .c-table__td {
            display: table-cell;
            vertical-align: middle;
        }

        .c-table__th {
            padding: 1.5rem .5rem;
        }

        .c-table__tr {
            flex-direction: row;
            display: table-row;
            padding: 0;
            gap: 0;
        }

        .c-table__td {
            padding: 1rem .5rem;
        }

            .c-table__td:before {
                display: none;
            }

        .p-team .c-table__td:first-of-type {
            width: 15%;
        }

        .p-team .c-table__td:nth-child(2) {
            width: 20%;
        }

        .p-team .c-table__td:nth-child(3), .p-team .c-table__td:nth-child(4) {
            width: 26%;
        }


        /*index*/
/*        .p-home-section{
            flex: 2;
            display: flex;
            gap: 2rem;
            padding: 30px 0;
        }
        .p-home-section {
            flex-direction: column;
        }
        .p-home-section .news_box {
            flex: 1.5;
            display: flex;
            gap: 1.5rem;
            width: 100%;
        }
        .p-home-section .l-container {
            flex-direction: column;
            width: 100%;
        }
        .p-home-section .c-article {
            flex: 1;
        }
        .p-home-custom__body {
            flex: 1;
            flex-direction: row;
            gap: 1.5rem;
            display: flex;
            margin: 0;
        }
        .p-home-custom__body .p-home-custom__item {
            flex: 1;
        }

        .p-home-custom__item img {
            height: 220px !important;
        }*/


        /*本處資訊-組織成員*/
        .p-team__profile {
            display: block;
            text-align: center;
        }

        /*課程管理*/
/*        .p-course-detail__info {
            flex-direction: row;
            flex-wrap: wrap;
            gap: 1rem;
        }
        .p-course-detail__info-item {
            flex: 1 0 calc((100% - 1rem) / 2);
        }
        .p-course-detail__info-title {
            width: 110px;
            background: #f5f5f5;
            color:#333;
            border-radius:50px;
            text-align:center;
            padding:5px;
        }
        .p-course-detail__info-inner {
            display: inline-flex;
        }
        .p-course-detail__info-inner:has(.p-course-detail__info-text) {
            display:block;
        }
        .p-course-detail__info-inner .c-price {
            font-size: 2rem;
        }
        .p-course-detail__info-inner .c-price__normal {
            font-size: 1rem;
        }
        .l-action__wp {
            padding: 1rem;
        }
        .c-action {
            display: flex;
            gap: .75rem 0;
        }
        .l-action .c-action {
            flex-direction: row;
            gap: 0;
        }
        .l-action .c-action__group {
            flex: 0 0 auto;
            gap: 0 1.5rem;
            flex-direction: row;
        }
        .l-action .c-action__btn {
            width: 180px;
            flex: 0 0 auto;
            border-radius: 5px;
            padding: .75rem 1rem;
        }*/
    }


    @media (min-width: 992px) {
        /*header*/
/*        .c-nav {
            top: 144px !important;
        }*/

        /*index*/
/*        .p-home-section .l-container {
            flex-direction: row;
            padding: 0 !important;
            gap: 0 1.5rem;
            row-gap: 0px;
            column-gap: 1rem;
            display: flex;
        }
        .p-home-section .news_box {
            flex: 1.5;
            display: flex;
            gap: 1.5rem;
            width:75%;
        }
        .p-home-section .p-home-custom__body {
            flex: 1;
            flex-direction: column;
            justify-content: space-between;
            gap: 1rem;
            display: flex;
            margin: 0;
        }
        .p-home-section .c-article {
            flex: 1;
        }
        .p-home-custom__item {
            flex: 0 0 auto;
        }
        .p-home-custom__item img {
            height: 220px !important;
        }*/

        /*本處資訊-組織成員*/
        .p-team__profile {
            display: flex;
            text-align: center;
        }

        /*課程管理*/
/*        .p-course-detail__info-inner {
            display: block;
        }*/
    }

    @media (min-width: 1024px) {

        /*課程管理*/
/*        .p-course-detail__info {
            gap: 0 1.5rem;
            flex-direction: row;
            flex-wrap: wrap;
            display: flex;
        }
        .p-course-detail__info-item {
            flex: 1;
            flex-direction: column;
            align-items: center;
            padding-right: 1.5rem;
            border-right: 1px solid #e0e0e0;
            text-align: center;
            gap: 1rem 0;
            display: flex;
        }
        .p-course-detail__info-title {
            color: #bdbdbd;
            width: auto;
            background:transparent;
            padding:0;
        }
        .p-course-detail__info-inner .c-price {
            font-size:2rem;
        }
        .p-course-detail__info-item:last-of-type {
            border-right: none;
        }*/

    }

    @media (min-width: 1200px) {
        /*header*/
        .c-nav {
            top: 0 !important;
        }

        .c-nav__list {
            gap: 0 1.5rem !important;
        }

/*        .c-nav__item .c-subnav__list {
            padding: 10px !important;
        }*/

        .c-nav__item .c-subnav__item > a {
            min-width: 120px !important;
        }


        /*banner*/
/*        .l-banner__custom {
            width: 28%;
        }*/


        /*index*/
      /*  .p-home-custom__item img {
            height: 240px !important;
        }

        .p-home-section .l-container {
            column-gap: 1.5rem;
        }

        .p-home-featured {
            padding: 2rem 0;
        }

        .p-home-featured__content {
            padding:  2rem;
            border-radius: 15px;
        }*/


        /*課程管理*/
/*        .p-course-detail__info-inner b {
            font-size: 2rem;
        }*/
    }



    @media (max-width: 767px) {
        .d-block {
            display: block;
        }
        .item_title {
            font-size: 1.2rem;
            font-weight: bold;
            color: #009adf;
        }

        /*btn*/
        input[type=checkbox]:checked:after {
            left: 1px;
            top: -4px;
        }

        /*header*/
        .c-nav__list {
            gap: 0 !important;
        }

        /*login*/
        .login_box .text_right {
            text-align: left;
            margin-bottom: -7px;
        }

        /*index_banner*/
        .index_banner {
            width: 100%;
        }

        .banner_pc {
            display: none;
        }

        .banner_mobile {
            display: block;
        }

/*        .l-banner__custom {
            flex-direction: row;
            gap: 0 1.25rem;
        }*/


        /*index*/
/*        .p-home-category__body {
            padding: 20px 30px 0 30px;
        }
        .p-home-section {
            padding-top: 30px;
        }
        .news_box {
            display: flex;
            flex-direction: column;
            gap: 1.5rem;
        }
        .p-home-custom__body {
            flex-direction: row;
            gap: 0 1.25rem;
            margin: 0;
        }
        .p-home-custom__item img {
            height: 150px !important;
        }
        .p-home-featured__content .c-btn, .p-home-news__body >.c-btn {
            text-align: center !important;
            margin: 30px auto 0 auto !important;
        }*/

        /*form*/
        #checkCaptchaBtn {
            margin-top: 30px;
        }


        /*table*/
        .c-table__tr > div {
            width: 100%;
            display: block;
        }

        .c-table__td:before {
            width: 100%;
            float: left;
            font-weight: bold;
            margin: 10px 0 5px 0;
        }

        .c-table__td:nth-child(1):before, .c-table__td:nth-child(2):before {
            display: none;
        }

        .c-table__tr .c-table__td:nth-child(1) input[type=checkbox] {
            position: absolute;
            left: -42px;
            top: 10px;
        }

        /*本處資訊-組織成員*/
        .p-team .c-tag {
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .p-team__profile {
            display: initial;
            text-align: center;
            float: left;
            width: 100%;
        }

            .p-team__profile img {
                width: 100% !important;
                max-width: 200px !important;
                height: auto !important;
                padding: 0;
                margin: 10px;
            }

            .p-team__profile h3 {
                font-size: 1.3rem;
                font-weight: bold;
                color: #009adf;
            }

        /*課程管理*/
/*        .c-sort__options .c-select select {
            height: 31px;
        }
        .p-course-detail__info {
            flex-direction: row;
            flex-wrap: wrap;
            gap: 1rem;
        }

        .p-course-detail__info-item {
            display: flex;
            width: 100%;
        }

        .p-course-detail__info-title div{
            width: 110px;
            background: #f5f5f5;
            color: #333;
            border-radius: 50px;
            text-align: center;
            padding: 5px;
        }
        .p-course-detail__info-inner {
            display: block;
            width:calc(100% - 110px);
        }
        .p-course-detail__info-inner b {
            float: left;
            padding-right: 10px;
        }
        .p-course-detail__info-inner .text-primary {
            display: contents;
            font-size:1.2rem;
        }
        .p-course-detail__info-inner .c-price__normal {
            font-size: 1rem;
        }
        .p-course-detail__info-inner .c-price {
            font-size: 2rem;
            margin-top: -12px;
        }
        .p-course-detail__info-week {
            float: left;
            margin-right:10px;
        }
        .p-course-detail__inview .c-action {
            display: flex;
        }*/


        /*購物車*/
        .c-form__section .c-course__info .c-checkbox label:before {
            left: -25px;
            top: 50px;
        }

        .c-form__section .c-course__info .c-checkbox input[type="checkbox"]:checked + label::after {
            top: 48px;
        }

/*        .orderTab .c-tab__list {
            display: flex;
            flex-wrap: wrap;
            gap: 0.5rem;
        }*/

/*        .orderTab .c-tab__item {
            flex: 1;
        }

            .orderTab .c-tab__item span:before {
                display: none !important;
            }*/
    }


    /*@media (max-width: 480px) {*/
        /*banner*/
        /*.l-banner__custom {
            flex-direction: column;
            gap: 1.25rem 0;
        }
    }*/