.i_info1 {
    margin-left: 8px;
}

.tippy-box[data-theme~='i_info1'] {
    min-width: 205px;
    white-space: nowrap;
}

.l-info {
    max-width: 918px;
    margin: 0 auto;
    text-align: center;
}

.info_title h2{
    font-size: calc(1.8rem + 1.5vw);
    font-weight: 600;
    margin-bottom: 24px;
    color: #285ee4;
}

.info_subtitle {
    margin-bottom: 1.75rem;
}

.info_subtitle>span {
    /* font-size: calc(1.1rem + 1.1vw); */
    font-size: 2rem;
}

.info_subtitle>span::after{
    content: url('/static/v2/images/components/material/decorations/26324_down_bk.svg?t=250418');
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-left: 8px;
}


/* tab-link */
.tabs_trigger {
    --_slider-bg-clr: #285ee4;
    --_switch-bg-clr: #fff;
    --_label-padding: 1rem 2rem;
    --_switch-easing: cubic-bezier(0.47,
            1.64,
            0.41,
            0.8);
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    position: relative;
    cursor: pointer;
    isolation: isolate;
}

.tabs_trigger {
    width: 100%;
    max-width: 450px;
    min-width: 311px;
    margin: 0 auto 40px;
    padding: 4px;
    background-color: var(--_switch-bg-clr);
    font-size: 2rem;
    border-radius: 9999px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.tabs_trigger::before {
    content: "";
    position: absolute;
    inset: 4px 50% 4px 4px;
    border-radius: inherit;
    background-color: var(--_slider-bg-clr);
    z-index: 0;
    transition: inset 500ms cubic-bezier(0.47, 1.64, 0.41, 0.8),
        background-color 300ms ease-in-out;
}

.tabs_trigger[data-active="1"]::before {
    inset: 4px 4px 4px 50%;
}

.tab_trigger {
    display: grid;
    place-content: center;
    transition: opacity 300ms ease-in-out 150ms;
    padding: var(--_label-padding);
    color: #285ee4;
    position: relative;
    z-index: 1;
}

.tab_trigger.active {
    color: #ffffff;
}

.tab_content {
    display: none;
}

.tab_content.show {
    display: block;
}

@media screen and (max-width:450px) {
    .tabs_trigger {
        font-size: 1.5rem;
    }

    .tab_trigger {
        padding: 12px 24px;
    }
}



/* .program_bookkeeping_info */
.program_bookkeeping_info .item {
    max-width: 784px;
    margin: 0 auto;
    margin-bottom: 80px;
}

.item_card {
    width: 100%;
    max-width: 512px;
    margin-left: auto;
    margin-right: auto;
}

.item_card_head{
    width: 100%;
    padding: 32px 16px;
    border-radius: 16px;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background-color: #ffffff80;
    color: #000000;
    margin-bottom: 24px;
}

.item_card_head>p {
    font-size: 32px;
    margin-bottom: 24px;
} 

.item_card_head .price {
    font-size: 2rem;
    font-weight: bold;
    color: #285EE4;
    position: relative;
}

.item_card_head .price>.small {
    font-size: 16px;
    color: #383838;
    font-weight: normal;
}

.item_card_body {
    width: 100%;
    padding: 32px 16px;
    border-radius: 16px;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background-color: #ffffff80;
    display: flex;
    justify-content: center;
}

.item_card_body .row{
    display: flex;
}

.item_card_text{
    width: 50%;
    min-width: 188px;
    text-align: left;
}

.item_card_text + .item_card_text{
    margin-left: 40px;
}

.card_title{
    font-size: 24px;
    font-weight: bold;
    color: #285ee4;
    margin-bottom: 24px;
}

.item_card_text ul{
    line-height: 1.5;
}

.item_card_text ul li {
    display: flex;
    align-items: center;
    position: relative;
    font-size: 20px;
    color: #000000;
}

.item_card_text ul li::before {
    content: url("/static/v2/images/components/icon/ic_checked_b_16.svg?t=250418");
    width: 16px;
    margin-right: 8px;
}

@media screen and (max-width:600px) {
    .item_card_body .row{
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .item_card_text + .item_card_text{
        margin-left: 0;
        margin-top: 40px;
    }
}

/* ========== 擴充模組 ========== */

.cloud_option .item_wrap .item_list{
    width: 100% ;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap:24px 24px;
}

.cloud_option .item {
    width: 290px;
    height: 290px;
    background-color: #fff;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    /* margin: 12px; */
    border-radius: 24px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.cloud_option .item>a {
    color: #000;
}

.cloud_option .item .item_container {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 24px;
}

.cloud_option .item_container .item_pic {
    margin-bottom: 36px;
}

.cloud_option .item_container .item_body {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.cloud_option .item_container .item_body h4 {
    margin-bottom: 8px;
}

.cloud_option .item_container .item_body p {
    font-size: 20px;
    font-weight: 200;
    margin-bottom: 8px;
}


.cloud_option .item .item_content {
    width: 100%;
    height: 0%;
    padding: 16px 24px;
    position: absolute;
    background: #fff;
    color: #000;
    bottom: -290px;
    left: 0;
    margin-top: 0;
    display: flex;
    flex-direction: column;
    align-items: start;
    transition: .5s;
    border-radius: 24px;
    border: 3px solid #285EE4;
    /* cursor: auto; */
    box-sizing: border-box;
    text-align: left;

}

.cloud_option .item:hover .item_content {
    height: 100%;
    bottom: 0px;
}

.cloud_option .item_content h4 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 8px;
}

/* .cloud_option .item .item_content>img {
    max-width: 192px;
    height: 32px;
    margin-bottom: 16px;
} */

.cloud_option .item_content>p {
    font-size: 20px;
    line-height: 1.3;
}

.star_rating {
    margin-bottom: 16px;
}

.star_icon {
    width: 32px;
    margin-right: 8px;
}

.more_btn {
    padding: 12px 20px;
    background: #285EE4;
    color: #fff;
    outline: none;
    font-size: 18px;
    font-weight: bold;
    border: 0;
    border-radius: 24px 0 21px 0;
    position: absolute;
    bottom: 0;
    right: 0;
    cursor: pointer;
    box-sizing: border-box;
}


@media screen and (max-width:1024px) {
    .cloud_option .item_wrap .item_list{
        max-width: 646px;
        grid-template-columns: 1fr 1fr;
        grid-gap:24px;
        margin: 0 auto; 
    }

    .cloud_option .item {
        width: 311px;
    }

    .cloud_option .item_container .item_pic:not(.no-detail) {
        width: 80px;
        height: 80px;
        margin-bottom: 8px;
    }

}

@media screen and (max-width:742px) {
    .cloud_option .item_wrap .item_list {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}


@media screen and (min-width:1920px) {
    .info_title h2{
        font-size: 48px;
    }

    .info_subtitle span{
        font-size: 32px;
    }
}
