html, body {
    font-family: '微軟正黑體', 'Microsoft JhengHei';
}
/* .section .container {
    max-width: 1200px !important;
} */
.image img {
    width: auto;
}
.menu-list a:hover {
    background-color: unset;
    color: unset;
}
img {max-width:100%; height:auto}
.has-highlighted-text {
    padding-bottom: 5px;
    background-position: center left;
    background-repeat: no-repeat;
    background-size: 100% 50%;
    background-image: linear-gradient(to top, #ffdc00 60%, transparent 0);
}
.has-highlighted-text.yellow{
    background-image: linear-gradient(to top, #ffdc00 60%, transparent 0);
}

.slider-wrap {
    position: relative;
}
.swiper .image {
    width: fit-content;
}
.swiper .image figcaption {
    color: #000;
    font-weight: 700;
    font-size: 1.125rem;
    margin-top: 1rem;
    margin-left: 8px;
}
.swiper-prev,
.swiper-next {
    width: 34px;
    height: 56px;
    position: absolute;
    background-repeat: no-repeat;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 60px;
    z-index: 9999;
    border: none;
    outline: 0;
}
.tab-content .swiper-prev {
    left: -60px;
}
.tab-content .swiper-next {
    right: -60px;
}
.diagram-list .swiper-prev {
    left: 30px;
}
.diagram-list .swiper-next {
    right: 30px;
}
.tab-content .swiper-prev, .diagram-list .swiper-prev {
    background-image: url(../img/prev1.png);
}
.tab-content .swiper-next, .diagram-list .swiper-next {
    background-image: url(../img/next1.png);
}
.video-list .swiper-prev {
    background-image: url(../img/prev2.png);
    left: 60px;
}
.video-list .swiper-next {
    background-image: url(../img/next2.png);
    right: 60px;
}
#banner {
    background-color: #d6d6d6;
    background-image: url(../img/banner_bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}
#banner .image {
    max-width: 750px;
    margin: 0 auto;
}
#banner p:not(.menu-label) {
    color: #000;
    max-width: 680px;
    display: inline-block;
    font-weight: bold;
    font-size: 1.625rem;
    letter-spacing: 2px;
    line-height: 2rem;
}
#banner .menu .menu-list .menu-item {
    color: #6a3906;
    background-image: url(../img/menu_link.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0.5rem auto 0;
    min-width: 115px;
    line-height: 1.375rem;
    min-height: 39px;
    width: fit-content;
    font-size: 0.75rem;
    font-family: 'Noto Sans TC', '微軟正黑體', sans-serif;
    font-weight: 900;
    word-break: break-all;
}
#banner .menu .menu-list .menu-item.is-active {
    background-image: url(../img/menu_link_active.png);
}
#banner .menu .menu-list .menu-item a {
    color: #6a3906;
}
#banner .menu .menu-list .menu-item:last-child {
    background-image: url(../img/menu_share.png);
    line-height: 2rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 130px;
}
#banner .menu .menu-list .menu-item:last-child span {
    position: relative;
    flex-basis: 100%;
    height: 20px;
}
#banner .menu .menu-list .menu-item:last-child a {
    padding: 0;
}
#banner .menu .menu-list .menu-item:last-child a img {
    padding: 5px;
    width: 46px;
}
#banner .container .arrow {
    width: 65px;
    margin: 0 auto;
    cursor: pointer;
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}
#banner .menu {
    position: fixed;
    z-index: 1;
}
.container > img.title {
    display: block;
    margin: 0 auto;
    max-width: 320px;
}
#questions, #result{
    background-color: #a6d4ff;
    background-image: url(../img/question_bg.png);
    background-repeat: no-repeat;
    background-size: contain;
}
#questions .questions, #result .result-wrapper {
    background-color: #fff;
    margin: 2rem auto 0;
    padding: 4rem 7rem;
    border-radius: 2.5rem;
    max-width: 1220px;
    box-shadow: 0px 12px 0px #0065b0;
    position: relative;
}
#result .result-wrapper img.title {
    margin: 0 auto;
}
#questions .questions .count {
    float: right;
    font-size: 1.25rem;
    font-weight: 500;
}
#questions .questions .count .num {
    color: #0068b7;
}
#questions .questions .progress {
    margin-top: 0.5rem;
    height: 1.25rem;
    border-radius: 0;
}
#questions .questions .progress::-webkit-progress-value {
    transition: width 0.5s ease;
}
#questions .questions .question {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: baseline;
}
#questions .questions .question h3 {
    font-size: 1.875rem;
}
#questions .questions .question a {
    font-size: 1.375rem;
}
#questions .questions .question .buttons {
    flex-basis: 100%;
    margin-top: 1.25rem;
}
#questions .questions .question .buttons .button {
    font-size: 1.75rem;
    justify-content: flex-start;
    border-left: none;
    border-right: none;
    margin-bottom: 0;
}
#questions .questions .question .buttons .button:nth-child(1){
    border-bottom: none;
}
#questions .button.is-focused:not(:active), #questions .button:focus:not(:active) {
    box-shadow: unset;
}
#questions .button.is-focused, #questions .button:focus, #questions .button.is-active {
    border-color: unset;
    background-color: #c3d9dd;
    color: unset;
}
#questions .questions .question .field .button {
    font-size: 2rem;
    border-radius: 40px;
}
#questions .questions .question .field .button.back {
    border:2px solid #0068b7;
    visibility: hidden;
}
#questions .questions .question .field .button .fas {
    color: #0068b7;
}
#questions .questions .question .field .button.calc {
    background-color: #f27160;
    visibility: hidden;
    color: #fff;
}

#questions .progress::-webkit-progress-value {
    background-color: #0068b7;
}

#questions .progress::-moz-progress-bar {
    background-color: #0068b7;
}
#questions .progress::-ms-fill {
    background-color: #0068b7;
}
#questions .progress:indeterminate {
    background-image: linear-gradient(to right, #0068b7 30%, #c0d9dd 30%);
}
#questions .questions .ques-wrapper {
    width: 900px;
    margin: 0 auto;
}
#questions .questions .ques-wrapper .is-notify {
    display: inline-block;
    position: absolute;
    right: 47px;
    top: 0;
    color: #fff;
    font-size: 1.125rem;
    font-weight: 900;
    background: #F46F5C;
    padding: 0.25rem 1rem;
    border-radius: 0 0 0.751rem 0.75rem;
    cursor: pointer;
}
#questions .questions .ques-foreword {
    color: #000; /*231815*/
    text-align: justify;
    font-size: 2.25rem;
    line-height: 2.75rem;
    margin-bottom: 2.5rem;
    font-weight: 900;
    letter-spacing: 1px;
}

#result .result-wrapper {
    padding: 4rem 4rem;
    max-width: 1210px;
}
#result .result-wrapper .coupon {
    color: #000;
    display: table;
    margin: 1rem auto 0;
    font-weight: 700;
}
#result .result-wrapper .coupon .coupon-code {
    font-size: 1.125rem;
}
#result .result-wrapper .score-card {
    width: 630px;
    height: 175px;
    margin: 2rem auto;
    padding: 30px 15px;
    border: 1px solid #221815;
    box-shadow: 8px 8px 0 #a0a0a1, 9px 9px 0 #221815;
    position: relative;
    font-family: 'Noto Sans TC', '微軟正黑體', sans-serif;
}
#result .result-wrapper .score-card.is-low::before {
    content: url(../img/result_low.png);
    position: absolute;
    top: -14px;
    left: 3px;
    transform: scale(1.2);
}
#result .result-wrapper .score-card.is-medium::before {
    content: url(../img/result_medium.png);
    position: absolute;
    bottom: -6px;
    transform: translateX(-50%);
}
#result .result-wrapper .score-card.is-high::before {
    content: url(../img/result_high.png);
    position: absolute;
    top: -105px;
    left: -145px;
}
#result .result-wrapper .score-card .score {
    display: block;
    text-align: center;
    line-height: 5rem;
    font-size: 4.75rem;
    font-weight: 700;
    color: #0068b7;
}
#result .result-wrapper .score-card .again {
    color: #f27160;
    font-size: 1.125rem;
    font-weight: 400;
    border-bottom: 1px solid #f27160;
}
#result .result-wrapper .score-card .share-result {
    color: #6a3906;
    font-size: 1rem;
    font-weight: 700;
    white-space: pre;
}
#result .result-wrapper .score-info {
    border-bottom: 1px dashed #221815;
}
#result .result-wrapper .score-info .score-range {
    font-size: 1.5rem;
    display: inline-block;
    color: #fff;
    padding: 8px 20px;
    line-height: 1.5rem;
    border-radius: 26px;
    margin-bottom: 10px;
}
#result .result-wrapper .score-info .score-range.is-green {
    background-color: #56b1b1;
    font-weight: 700;
}
#result .result-wrapper .score-info .score-range.is-yellow {
    background-color: #edae52;
    font-weight: 700;
}
#result .result-wrapper .score-info .score-range.is-red {
    background-color: #f27160;
    font-weight: 700;
}
#result .result-wrapper .score-info .score-range-info {
    font-size: 1.375rem;
    margin-bottom: 1.25rem;
    font-weight: 700;
    letter-spacing: 1px;
}
#result .result-wrapper .mail-draw {
    margin-top: 2rem;
}
#result .result-wrapper .mail-draw .mail-title {
    color: #6a3906;
    background-color: #ffdc00;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.625rem;
    padding: 5px 60px;
    border-radius: 25px;
}
#result .result-wrapper .mail-draw .field label {
    color: #6a3906;
}
#result .result-wrapper .mail-draw .field .help {
    display: inline-block;
    color: #ae0d23;
}
#result .result-wrapper .mail-draw .field .input {
    background-color: #dfdfdf;
    color: #808080;
    padding-left: 1rem;
}
#result .result-wrapper .mail-draw .button {
    color: #f27160;
    border-color: #f27160;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.125rem;
    border-radius: 23px;
    padding-left: 1.75rem;
    padding-right: 1.75rem;
}
#result .result-wrapper .precautions {
    display: inline-block;
    text-align: right;
    border-bottom: 1px solid #000;
    color: #000;
    position: relative;
    bottom: -20px;
    left: 55%;
    transform: translateX(-55%);
}
#result .result-wrapper .mail-draw .precautions i {
    color: #0065b0;
}

#knowledge, #diagram {
    background-color: #fff;
    background-image: url(../img/knowledge_bg.png);
    background-repeat: no-repeat;
    background-size: contain;
}
#integrate h2,
#knowledge h2,
#profession h2,
#diagram h2,
#podcast h2 {
    margin-top: 2rem;
    margin-bottom: 3.5rem;
    font-weight: 700;
    font-size: 2rem;
}
#knowledge h2::after {
    content: ' ';
    background-image: url(../img/doctor1.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 119px;
    height: 157px;
    position: absolute;
    top: 90px;
    right: 115px;
}
#knowledge .swiper {
    background-color: transparent;
}
#knowledge .swiper figcaption {
    color: #000;
    font-size: 1.125rem;
    text-align: justify;
    font-weight: 700;
    line-height: 1.625rem;
    min-height: 78px;
}
.tabs {
    margin-bottom: -1px !important;
    overflow-x: hidden;
}
.tabs.is-boxed li a {
    color: #7f7f7f;
    background-color: #ffeaa9 !important;
    font-size: 1.5rem;
    font-weight: 700;
    border-radius: 3rem 3rem 0 0;
    width: calc(1220px / 4);
}
.tabs.is-boxed li.is-active a {
    color: #7f4f21;
    background-color: #ffcd63 !important;
}
.tab-content {
    border: 1px solid #DBDBDB;
    background-color: #ffcd63;
    border-radius: 0 0 1rem 1rem;
}
.tabs, .tab-content {
    max-width: 1220px;
    margin: 0 auto;
}
.tab-pane {
    display: none;
    margin: 90px 120px;
}

.tab-pane.is-active {
    display: block;
}

#profession, #integrate {
    background-color: #fff0d4;
    background-image: url(../img/profession_bg.png);
    background-repeat: no-repeat;
    background-size: contain;
}
#profession h2::after {
    content: ' ';
    background-image: url(../img/doctor2.png);
    width: 138px;
    height: 163px;
    position: absolute;
    top: 85px;
    left: 130px;
}
#profession .video-list , #integrate .pdf-container {
    padding: 100px 166px 90px;
    background-color: #fff;
    border-radius: 1rem;
    box-shadow: 5px 5px 0 #e8d9bf;
    background-image: url(../img/reflective02.png);
    background-repeat: no-repeat;
    background-size: 750px;
    background-position: bottom right;
    margin: 0 auto;
    max-width: 1220px;
}
#integrate .pdf-container {
    background-image: unset;
    padding: 35px 65px;
}
#integrate .pdf-container p {
    color: #000;
    font-family: 'Noto Sans TC', '微軟正黑體', sans-serif;
}
.pdf-download {
    color: #fff !important;
    background: #e24466;
    padding: 0.75rem 1.5rem;
    border-radius: 24px;
    display: inline-block;
}

#diagram h2::after {
    content: ' ';
    background-image: url(../img/diagram_icon.png);
    background-size: contain;
    width: 120px;
    height: 132px;
    position: absolute;
    top: 98px;
}
#diagram .diagram-list {
    padding: 68px 153px 77px;
    margin: 0 auto;
    max-width: 1220px;
    background-color: #ffcd63;
    border-radius: 1rem;
    box-shadow: 5px 5px 0 #e6e6e6;
    background-image: url(../img/reflective01.png);
    background-repeat: no-repeat;
    background-size: 750px;
    background-position: bottom right;
}

#podcast {
    background-color: #fff;
    background-image: url(../img/podcast_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}
#podcast .podcast-wrapper {
    display: block;
    text-align: center;
}



.modal-card-title {
    text-align: center;
}
.modal-card-body {
    padding: 1rem 2rem 1rem 3rem;
}

#activity-over .modal-content {
    width: 450px;
}
#activity-over .box {
    text-align: center;
    padding-top: 2.5rem;
    border-radius: 1.75rem;
}
.modal:not(#modal) i.close {
    color: #888888;
    cursor: pointer;
    position: absolute;
    right: 0.5rem;
    top: 0.5rem;
}
#activity-over .box p:first-of-type {
    color: #86c81e;
    font-size: 1.75rem;
    font-weight: 900;
}
#activity-over .box p:last-of-type {
    color: #000;
    font-size: 1.625rem;
    font-weight: 900;
    letter-spacing: 1px;
    margin-bottom: 1.75rem;
}
#activity-over .button {
    background-color: #86c81e;
    font-size: 1.625rem;
    font-weight: 700;
    padding: 0 2.75rem;
    height: auto;
    border-radius: 0.75rem;
}


#winner-list .box {
    text-align: center;
    border-radius: 28px;
}
#winner-list p.title {
    display: inline-block;
    color: #6a3906;
    background: #ffde00;
    padding: 4px 50px;
    border-radius: 17px;
}
#winner-list img {
    margin: 0 auto;
}
#winner-list .winner-mail {
    display: inline-block;
    text-align: start;
    color: #6a3906;
    font-weight: 900;
}

@media screen and (min-width: 769px) {
    #questions .button:hover {
        border-color: unset;
        background-color: #c3d9dd;
        color: unset;
    }
    .modal-content.is-large {
        width: 960px !important;
    }
}
@media screen and (min-width: 1920px) {
    #banner .container {
        max-width: 1560px !important;
    }
}
@media screen and (min-width: 769px) and (max-width: 1600px) {
    #questions .questions, #result .result-wrapper, #profession .video-list, .tabs, .tab-content, #diagram .diagram-list {
        max-width: 980px;
    }
    #knowledge h2,
    #profession h2,
    #diagram h2,
    #podcast h2 {
        font-size: 1.75rem;
    }
    #questions .questions .ques-wrapper {
        width: 730px;
    }
    #questions .questions .ques-foreword {
        font-size: 1.75rem;
        line-height: 2rem;
        letter-spacing: 0;
    }
    #questions .questions .question h3 {
        font-size: 1.75rem;
    }
    #questions .questions .question .field .button {
        font-size: 1.375rem;
    }
    #result .result-wrapper .mail-draw .mail-title {
        font-size: 1.375rem;
        padding: 5px 50px;
    }
    #knowledge h2::after {
        top: 85px;
        right: 110px;
    }
    #knowledge .swiper figcaption {
        line-height: 1.25rem;
        min-height: 60px;
    }
    .tabs.is-boxed li a {
        width: calc(980px / 4);
    }
    #profession h2::after {
        left: 138px;
        top: 77px;
    }
    #profession .video-list {
        padding: 80px 130px;
    }
    #diagram .diagram-list {
        padding: 55px 120px;
    }
    .is-size-3-5-desktop {
        font-size: 1.75rem!important;
    }
}

@media screen and (max-width: 768px) {
    .section .container {
        max-width: 85vw;
    }
    .container img.title {
        width: 215px;
        max-width: 60vw;
    }
    #banner {
        background-image: url(../img/banner_bg_m.png);
        background-size: cover;
        padding: 5rem 0;
        position: relative;
    }
    #banner .container .arrow {
        position: relative;
        top: 40px;
    }
    #banner .container .book {
        max-width: 125px;
        position: fixed;
        right: 0;
        top: calc(100vh - 204px);
        z-index: 2;
    }
    #banner .container .book span {
        font-size: 0.875rem;
        font-weight: 900;
        line-height: 1rem;
        display: inline-block;
        color: #221815;
        margin-top: 5px;
        margin-left: 12px;
    }
    #banner .container .book a:not(.buy-link) {
        display: inline-block;
        width: 32px;
    }
    #banner p:not(.menu-label){
        font-size: 1.25rem;
        line-height: 1.5rem;
        width: 80vw;
    }
    #questions .questions {
        padding: 4.125rem 1.875rem;
        border-radius: 1.5rem;
    }
    #questions .questions .ques-wrapper .is-notify {
        font-size: 0.875rem;
        text-align: center;
        right: calc(50% - 135px);
        max-width: calc(100vw - 116px);
    }
    #result .result-wrapper {
        padding: 2rem 1.75rem;
    }
    #result .result-wrapper .coupon .yellow {
        font-size: .875rem !important;
    }
    #result .result-wrapper .coupon .coupon-code {
        font-size: 1rem;
    }
    #result .result-wrapper .score-card {
        width: 100%;
        max-height: 155px;
        padding-bottom: 0;
        margin: 1rem 0 2rem;
    }
    #result .result-wrapper .score-card p {
        word-break: keep-all;
    }
    #result .result-wrapper .score-card .score {
        font-size: 2.375rem;
    }
    #result .result-wrapper .score-card .again {
        font-size: 0.75rem;
    }
    #result .result-wrapper .score-card .again-area {
        white-space: nowrap;
        margin-left: -45px;
        margin-bottom: 1rem;
    }
    #result .result-wrapper .score-card .share-result {
        font-size: 0.875rem;
    }
    #result .result-wrapper .score-card.is-low::before {
        top: 8px;
        left: -38px;
        transform: scale(0.7);
    }
    #result .result-wrapper .score-card.is-medium::before {
        transform: translateX(-50%) scale(0.4);
        bottom: -85px;
        left: 27px;
    }
    #result .result-wrapper .score-card.is-high::before {
        transform: scale(0.4);
        top: -38px;
    }
    #result .result-wrapper .score-info .score-range {
        font-size: 1rem;
        line-height: 1rem;
        padding: 5px 12px;
    }
    #result .result-wrapper .score-info .score-range-info {
        font-size: 1rem;
    }
    #result .result-wrapper .mail-draw .mail-title {
        font-size: 1.25rem;
        padding: 5px 45px;
        line-height: 1.5rem;
    }
    #result .result-wrapper .mail-draw .button {
        font-size: 0.875rem;
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }
    #result .result-wrapper .precautions {
        left: 50%;
        transform: translateX(-50%);
        font-size: 0.75rem;
    }

    #questions .questions .ques-wrapper {
        width: 100%;
    }
    #questions .questions .ques-foreword {
        font-size: 1.125rem;
        line-height: 1.25rem;
        margin-bottom: 1.5rem;
    }
    #questions .questions .question a {
        font-size: 1rem;
        flex-basis: 100%;
    }
    #questions .questions .question .buttons .button {
        font-size: 1.25rem;
    }
    #questions .questions .question .field {
        flex-wrap: wrap;
    }
    #questions .questions .question .field .control{
        flex-basis: 100%;
        text-align: center;
    }
    #questions .questions .question .field .button{
        font-size: 1.25rem;
        margin-top: 1rem;
    }

    #knowledge, #diagram {
        background-image: url(../img/knowledge_bg_m.png);
    }
    #knowledge h2, #profession h2, #diagram h2, #podcast h2, #integrate h2 {
        font-size: 1.25rem;
        position: relative;
    }
    #knowledge h2::after {
        width: 70px;
        height: 92px;
        background-size: contain;
        right: 0;
        top: 25px;
    }
    .tabs {
        overflow-x: hidden;
    }
    .tabs.is-boxed li a {
        width: calc((100vw - 3.875rem) / 4);
        font-size: 1rem;
        font-weight: bold;
        padding: 0 1rem;
        text-align: center;
        border-radius: 1rem 1rem 0 0;
    }
    .tab-pane {
        margin: 30px 70px;
    }
    #knowledge .swiper figcaption {
        font-size: .875rem;
        line-height: unset;
    }

    #profession h2 {
        margin: 2.75rem 0 0.375rem 4.5rem;
    }
    #profession h2::after {
        width: 70px;
        height: 83px;
        background-size: contain;
        left: -4.5rem;
        top: -1rem;
    }
    #profession .video-list {
        padding: 24px 80px;
        background-size: contain;
    }
    .swiper {
        background: transparent;
    }
    .swiper .image figcaption {
        font-size: 0.875rem;
        margin: 0;
        text-align: justify;
    }
    
    #integrate .pdf-container {
        padding: 15px 25px;
    }
    #integrate h2 {
        margin: 1rem 0;
    }
    .pdf-download {
        font-size: 1.125rem;
        border-radius: 24px;
        padding: 0.5rem 1.75rem;
    }

    #diagram h2::after {
        width: 100px;
        height: 110px;
        top: -3rem;
        right: -1.5rem;
    }
    #diagram .diagram-list {
        padding: 40px 72px;
    }
    #diagram .swiper a {
        width: 250px;
    }
    #podcast h2 {
        white-space: pre;
    }
   
    
    .diagram-list .swiper-prev, .video-list .swiper-prev {
        left: 25px;
    }
    .diagram-list .swiper-next, .video-list .swiper-next {
        right: 25px;
    }
    .swiper-next:focus-visible, .swiper-prev:focus-visible {
        outline: none;
        box-shadow: none;
    }

    .navbar {
        position: fixed;
        bottom: 0;
        min-height: unset;
        width: 100vw;
    }
    .navbar-menu {
        display: flex;
        justify-content: space-evenly;
        background-color: rgb(255 255 255 / 50%);
        box-shadow: none;
        padding: 0.75rem 0;
    }
    .navbar-menu  .navbar-item {
        font-size: 0.75rem;
        color: #6a3906;
        text-align: center;
        line-height: .875rem;
        padding: 0 0.5rem;
        font-weight: bold;
    }
    .navbar-menu .navbar-item:not(:last-child)::after {
        content: '|';
        position: absolute;
        right: -4px;
        top: 6px;
    }
}



@keyframes scale {
    0% {
        transform: scale(1);
        ;
    }
    50% {
        transform: scale(1.1);
        ;
    }
    100% {
        transform: scale(1);
        ;
    }
}
.ani-scale {
    animation: scale 1.5s ease infinite;
}
@keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-20px);
    }

    60% {
        transform: translateY(-10px);
    }
}