/* mobileoffcanvasbutton */
#block-i2-theme-mobileoffcanvasbutton {
    display: none;
}

/* webform */
.path-webform .webform-submission-form .alert-warning {
    position: fixed;
    /* 使用固定定位 */
    top: 50%;
    /* 垂直居中 */
    left: 50%;
    /* 水平居中 */
    transform: translate(-50%, -50%);
    /* 調整位置，使其真正居中 */
    border-radius: 40px;
    /* 圓角 */
    z-index: 1000;
    /* 確保在其他元素之上 */
    background-color: #fff;
    margin-bottom: 0;
    text-align: center;
    padding: 60px 60px 40px 60px;
    color: #000;
    font-size: 18px;
    min-width: 500px;
}

.path-webform .webform-submission-form .alert-warning button.btn-close {
    display: none;
}

.path-webform .webform-submission-form .webform-messages-section::after {
    content: '';
    --bs-backdrop-zindex: 999;
    --bs-backdrop-bg: #000;
    --bs-backdrop-opacity: 0.5;
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--bs-backdrop-zindex);
    width: 100vw;
    height: 100vh;
    background-color: var(--bs-backdrop-bg);
    background: #F9EED4;
    opacity: .8;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.path-webform .webform-submission-form .alert-warning>a.btn-reset {
    background-image: url(../image/icon/close.svg), url(../image/icon/close-bg-brown.png);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 50%;
    text-indent: -9999px;
    display: block;
    width: 60px;
    height: 60px;
    overflow: hidden;
    padding: 0;
    opacity: 1;
    transition: all 0.2s ease;
    position: absolute;
    right: -20px;
    top: -20px;
}
.path-webform .webform-submission-form .alert-warning>a.btn-reset:hover {
    background-image: url(../image/icon/close.svg), url(../image/icon/close-bg-orange.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.path-webform .webform-submission-form .alert-warning>a:not(.btn-reset) {
    display: inline-block;
    width: fit-content;
    min-width: 100px;
    margin: 0 auto;
    height: 100%;
    background: url(/themes/custom/i2_theme/image/content/trails/close_bg.svg) no-repeat;
    background-size: auto 100%;    
    background-position: 50%;
    margin-top: 23px;
    color: #FFF2EA;
    font-size: 20px;
    border: unset;
    padding: 10px 15px;
    border-radius: 40px;
    margin-top: 30px;
    margin-left: 10px;
    margin-right: 10px;
}
.path-webform .webform-submission-form .alert-warning>a:not(.btn-reset):hover {
    background: url(/themes/custom/i2_theme/image/game/button-bg-hover.jpg) no-repeat;
    background-size: auto 100%;
    color: #524138;
}
/* .path-webform .webform-submission-form .alert-warning>a:not(.btn-reset) {
    display: block;
    width: 100%;
    max-width: 235px;
    margin: 0 auto;
    height: 100%;
    background: url(/themes/custom/i2_theme/image/content/trails/close_bg.svg) no-repeat;
    background-size: auto;
    background-size: cover;
    background-position: 50%;
    margin-top: 23px;
    color: #FFF2EA;
    font-size: 20px;
    border: unset;
    padding: 10px 0;
    border-radius: 10px;
    margin-top: 30px;
}
.path-webform .webform-submission-form .alert-warning>a:not(.btn-reset):hover {
    background: url(/themes/custom/i2_theme/image/game/button-bg-hover.jpg) no-repeat;
    background-size: cover;
    color: #524138;
} */

/* Game */
.turning-tips {
    /* 佔滿全螢幕 */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #FBF7E9;
    /* 或其他背景色 */
    z-index: 99;

    /* 讓內容置中的第一種方式：Flexbox */
    display: flex;
    justify-content: center;
    align-items: center;
}

.turning-tips .content {
    /* 內容區塊的樣式 */
    text-align: center;
}

.turning-tips img {
    /* 圖片樣式 */
    max-width: 100%;
    height: auto;
    margin-bottom: 15px;
    /* 圖片和文字的間距 */
}

.turning-tips p {
    /* 文字樣式 */
    margin: 0;
    font-size: 18px;
    color: #333;
}

.page-node-89 main {
    background-color: unset;
    margin-bottom: 100px;
    padding-top: 300px;
    position: relative;
}

.page-node-89 .field--name-bp-header {
    display: none;
}

.page-node-89.path-user main,
.page-node-89.user-logged-in.toolbar-fixed main {
    margin-top: 0;
}

.page-node-89 h1 {
    width: 1px;
    height: 1px;
    font-size: 0.1px;
}

.page-node-89:not(.game-page) {
    background-color: #fbf0d9;
    min-height: 100vh;
    width: 100%;
    position: relative;
}

.page-node-89:not(.game-page) main::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 65%;
    background-image: url(/themes/custom/i2_theme/image/game/sea.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    bottom: -100px;
    z-index: 1;
}

.page-node-89>* {
    position: relative;
    z-index: 1;
}

.page-node-89 .game-section-1,
.page-node-89 .game-content {
    position: relative;
    z-index: 2;
}

.page-node-89 .game-section-1>.content,
.page-node-89 .game-content>.content,
.page-node-89 .game-finish {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(/themes/custom/i2_theme/image/game/game_bg.jpg);
    width: calc(100% - clamp(40px, 9.6vw, 200px));
    max-width: 1520px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

/* .page-node-89 .game-section-1>.content {
    padding: 80px 20px;
} */
.page-node-89 .game-section-1>.content .content-1,
.page-node-89 .game-finish .finish-content {
    min-height: 770px;
    padding: 80px 20px 74px;
    background: url(../image/game/game_content2_bg.png) right bottom no-repeat;
    background-size: 100% auto;
    padding: 96px 20px;
}

.page-node-89 .content-main.sequential-journey .content-3 {
    min-height: 770px;
    padding: 96px 20px;
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(/themes/custom/i2_theme/image/game/game_bg.jpg);
    max-width: 1520px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

.page-node-89 .game-section-1>.content .content-2,
.page-node-89 .game-content>.content>.subcontent {
    background: url(../image/game/game_content2_bg.png) right bottom no-repeat;
    background-size: 100% auto;
    min-height: 770px;
    padding: 96px 20px;
}

.page-node-89 .game-content>.content>.subcontent {
    padding-top: 80px;
}

/* .page-node-89 .game-section-1>.content.bg::before, */
/* .page-node-89 .game-content>.content::before,
.page-node-89 .content-main.sequential-journey .content-3::before,
.page-node-89 .game-finish .finish-content::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 58.223vw;
    height: 12.351vh;
    background-image: url(/themes/custom/i2_theme/image/game/flower_bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
} */

.page-node-89 .content-main.sequential-journey .content-3::before {
    max-height: 139px;
}

.page-node-89 .game-section-1>.content .stopwatch,
.page-node-89 .game-content>.content .stopwatch,
.page-node-89 .content-main.sequential-journey .content-3 .stopwatch,
.page-node-89 .game-finish .finish-content .stopwatch {
    position: absolute;
    right: 56px;
    top: -56px;
    width: 116px;
}

.page-node-89 .game-section-1>.content .title,
.page-node-89 .game-finish .finish-content h2 {
    text-align: center;
}

.page-node-89 .game-section-1>.content .title span,
.page-node-89 .game-section-1>.content .title,
.page-node-89 .game-finish .finish-content h2 {
    color: #00693E;
    font-size: 32px;
    letter-spacing: 3.2px;
}

.page-node-89 .game-section-1>.content .title img {
    margin-left: 10px;
    margin-right: 10px;
}

.page-node-89 .game-section-1>.content .content-2,
.page-node-89 .content-main.sequential-journey .content-3 {
    position: relative;
}

.page-node-89 .game-section-1>.content .content-2 .title {
    margin-bottom: 50px;
}

.page-node-89 .game-section-1>.content .islands {
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-top: 33px;
}

.page-node-89 .game-section-1>.content .turtle {
    position: absolute;
    top: 231px;
    left: 76.2%;
    animation: animal_rotate 2s infinite linear;
}

.page-node-89 .game-section-1>.content .cat {
    position: absolute;
    top: 343px;
    left: 16%;
    animation: cat_filp 7s infinite linear;
}

.page-node-89 .game-section-1>.content .snails {
    position: absolute;
    top: 411px;
    left: 85%;
    animation: animal_rotate 3s infinite linear;
}

@keyframes cat_filp {
    from {
        transform: scaleX(1);
        margin-left: 0;
    }

    48% {
        transform: scaleX(1);
        margin-left: -24px;
    }

    50% {
        transform: scaleX(-1);
        margin-left: -24px;
    }

    98% {
        transform: scaleX(-1);
        margin-left: 0;
    }

    100% {
        transform: scaleX(1);
        margin-left: 0;
    }
}

.page-node-89 .game-section-1>.content .summary {
    max-width: 1170px;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 40px;
    color: #161616;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
}

.page-node-89 .game-section-1>.content .start-btn,
.page-node-89 .game-section-1>.content .content-2 .start-next,
.page-node-89 .game-content>.content .start {
    text-align: center;
    margin: auto;
    position: relative;
}

.page-node-89 .game-section-1>.content .start-btn .btn,
.page-node-89 .game-section-1>.content .content-2 .start-next .btn,
.page-node-89 .game-content>.content .start .btn,
.page-node-89 .content-main.sequential-journey .content-3 .start-next .btn,
.page-node-89 .game-content .btn-group .btn {
    background: url(/themes/custom/i2_theme/image/game/button-bg.jpg) no-repeat;
    background-size: cover;
    border: none;
    border-radius: 8px;
    color: #FFF2EA;
    font-size: 28px;
    line-height: 30px;
    padding: 20px 40px;
    width: 80%;
    max-width: 270px;
}
.page-node-89 .game-content>.content .btn-group {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}
.page-node-89 .game-content>.content .btn-group .btn {
    white-space: nowrap;
    width: 100%;
}
.page-node-89 .game-content>.content .btn-group>div {
    margin-left: 15px;
    margin-right: 15px;
}

.page-node-89 .game-section-1>.content .start-btn .btn:hover,
.page-node-89 .game-section-1>.content .content-2 .start-next .btn:hover,
.page-node-89 .game-content>.content .start .btn:hover,
.page-node-89 .content-main.sequential-journey .content-3 .start-next .btn:hover,
.page-node-89 .game-content .btn-group .btn:hover {
    background: url(/themes/custom/i2_theme/image/game/button-bg-hover.jpg) no-repeat;
    background-size: cover;
    color: #524138;
}

.page-node-89 .game-section-1>.content .content-2 .start-next .btn {
    margin-top: 25px;
}

.page-node-89 .game-section-1>.content .content-2 .content-2-row {
    display: flex;
    justify-content: center;
    column-gap: 50px;
    row-gap: 50px;
    min-height: 485px;
    position: relative;
}

.page-node-89 .game-section-1>.content .content-2 .content-2-row .icon {
    background: url(../image/game/or-bg.png) no-repeat;
    background-size: cover;
    color: #fff;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 96px;
    height: 96px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.page-node-89 .game-section-1>.content .content-2 .content-2-card {
    width: 100%;
    max-width: 560px;
    border-radius: 130px;
    background: #FFF;
    padding: 20px 50px;
}

.page-node-89 .game-section-1>.content .content-2 .content-2-card img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-height: 56px;
    width: auto;
}

.page-node-89 .game-section-1>.content .content-2 .content-2-card .card-title {
    color: #F97930;
    font-size: 26px;
    line-height: 1;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
}

.page-node-89 .game-section-1>.content .content-2 .content-2-card .card-text {
    text-align: center;
    color: #161616;
    letter-spacing: 1.8px;
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 25px;
    overflow-y: overlay;
    height: 135px;
    margin-right: -20px;
    padding-right: 10px;
    position: relative;
}

.page-node-89 .game-section-1>.content .content-2 .content-2-row .content-2-card:nth-child(3) .card-text {
    text-align: left;
}

.page-node-89 .game-section-1>.content .content-2 .content-2-card .card-text::-webkit-scrollbar {
    background: #F4F8FF;
    width: 5px;
    height: 3px;
    position: absolute;
    right: -10px;
}

.page-node-89 .game-section-1>.content .content-2 .content-2-card .card-text::-webkit-scrollbar-thumb {
    background: #F97930;
    position: absolute;
}

.page-node-89 .content-main.sequential-journey .content-3 .title {
    margin-bottom: 50px;
    color: #00693E;
    font-size: 32px;
    letter-spacing: 3.2px;
    text-align: center;
}

.page-node-89 .content-main.sequential-journey .content-3-row,
.page-node-89 .game-finish .finish-content .content {
    width: 100%;
    max-width: 1170px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    padding: 30px 20px;
    text-align: center;
    border-radius: 120px;
    margin-bottom: 50px;
}

.page-node-89 .content-main.sequential-journey .content-3-row .card-text {
    max-width: 80%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 34px;
}

.page-node-89 .content-main.sequential-journey .content-3-row .card-title,
.page-node-89 .game-finish .finish-content .content>div:nth-child(2) {
    margin-top: 15px;
    margin-bottom: 15px;
    color: #F97930;
    font-size: 26px;
}

.page-node-89 .game-finish .finish-content .content>div:nth-child(2) {
    margin-bottom: 38px;
}

.page-node-89 .game-finish .finish-content .content>p {
    max-width: 930px;
    margin: auto;
    margin-bottom: 20px;
}

.page-node-89 .game-finish .finish-content .content>img:last-child {
    margin-top: 30px;
    margin-bottom: 10px;
}

/* .page-node-89 .game-finish.game-finish-3 .finish-content .content>img:nth-child(1) {
    width: 277px;
} */

.page-node-89 .content-main.sequential-journey .content-3 .start-next {
    text-align: center;
    margin: auto;
    position: relative;
}

.page-node-89 .game-section-1>.content .start-next {
    text-align: center;
    margin: auto;
}

.page-node-89 .game-section-1>.content .start-next .btn {
    background-position: 50%;
    background: url(/themes/custom/i2_theme/image/content/trails/close_bg.svg) no-repeat;
    color: #FFF2EA;
    font-size: 28px;
    padding: 20px 60px;
    border-radius: 20px;
    background-size: cover;
}

.page-node-89 .content-main {
    max-width: 1476px;
    width: 100%;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    z-index: 2;
}

.page-node-89 .content-main .punctuation>ul {
    margin: 0;
    padding-left: 0;
}

.page-node-89 .content-main .punctuation>ul>li {
    display: inline-block;
    position: absolute;
    cursor: pointer;
}

.page-node-89 .content-main .punctuation>ul>li {
    animation: pointer_move 2s infinite ease;
}

/* .page-node-89 .content-main .punctuation>ul>li:nth-child(3),
.page-node-89 .content-main .punctuation>ul>li:nth-child(4),
.page-node-89 .content-main .punctuation>ul>li:nth-child(5) {
    filter: grayscale(100%);
    cursor: unset;
} */

.page-node-89 .content-main.sequential-journey .punctuation>ul>li {
    animation: unset;
}

@keyframes pointer_move {
    from {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
    }

    100% {
        transform: translateY(0);
    }
}

.page-node-89 .content-main .punctuation>ul>li:nth-child(1) {
    width: min(6.1%, 90px);
    left: min(15.24%, 225px);
    top: min(22%, 146px);
}

.page-node-89 .content-main .punctuation>ul>li:nth-child(2) {
    width: min(6.1%, 90px);
    left: min(52.3%, 772px);
    top: min(29.67%, 196px);
    animation-delay: 0.2s;
}

.page-node-89 .content-main .punctuation>ul>li:nth-child(3) {
    width: min(6.1%, 90px);
    left: min(36.65%, 541px);
    top: min(7.8%, 55px);
    animation-delay: 0.4s;
}

.page-node-89 .content-main .punctuation>ul>li:nth-child(4) {
    width: min(6.1%, 90px);
    right: min(32.05%, 473px);
    top: calc(min(5.5%, 34px) * -1);
    animation-delay: 0.6s;
}

.page-node-89 .content-main .punctuation>ul>li:nth-child(5) {
    width: min(6.77%, 100px);
    right: min(23.24%, 343px);
    top: min(41.5%, 267px);
    animation-delay: 0.8s;
}

.page-node-89 .content-main .punctuation>ul>li p {
    margin-bottom: 0;
}

.page-node-89 .content-main .punctuation>ul>li .main {
    opacity: 0;
}

.page-node-89 .content-main.single-game .punctuation>ul>li .main {
    position: absolute;
    background: #fff;
    border-radius: 30px;
    padding: 12px 12px 22px 8px;
    white-space: nowrap;
    text-align: center;
    left: -35%;
    top: -100px;
    transform: translateY(20px);
    transition: all 0.3s ease;
}

.page-node-89 .content-main.single-game .punctuation>ul>li:hover .main {
    opacity: 1;
    transform: translateY(0);
}

.page-node-89 .content-main.single-game .punctuation>ul>li .main>p {
    color: #636363;
    font-size: 16px;
}

.page-node-89 .content-main.single-game .punctuation>ul>li .main>div {
    color: #F97930;
    font-size: 22px;
}

/* .page-node-89 .content-main .punctuation>ul>li:nth-child(3) .main,
.page-node-89 .content-main .punctuation>ul>li:nth-child(4) .main,
.page-node-89 .content-main .punctuation>ul>li:nth-child(5) .main {
    padding: 18px 20px;
} */

.page-node-89 .content-main.single-game .punctuation>ul>li .main::after {
    content: '';
    background: url(/themes/custom/i2_theme/image/game/single_arrow_link.png) no-repeat;
    background-size: cover;
    width: 28px;
    height: 28px;
    display: block;
    bottom: -12px;
    position: absolute;
    right: 13px;
}

.page-node-89 .content-main .start {
    text-align: center;
    width: 100%;
    margin-top: -30px;
}

.page-node-89 .content-main .start .btn {
    background: url(/themes/custom/i2_theme/image/game/button-bg.jpg) no-repeat;
    background-size: cover;
    border: none;
    border-radius: 8px;
    color: #FFF2EA;
    font-size: 28px;
    line-height: 30px;
    padding: 20px 20px;
    width: 80%;
    max-width: 270px;
}

.page-node-89 .content-main .start .btn:hover {
    background: url(/themes/custom/i2_theme/image/game/button-bg-hover.jpg) no-repeat;
    background-size: cover;
    color: #524138;
}

.page-node-89 {
    background-color: #DADC87;
}

.page-node-89 .game-content-row {
    display: flex;
    position: relative;
}

.page-node-89 .game-content-row .left {
    width: 50%;
    max-width: 600px;
}

.page-node-89 .game-content-row .left>img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.page-node-89 .game-content-row .right {
    overflow-y: overlay;
    height: 423px;
    margin-right: -20px;
    padding-right: 20px;
    position: relative;
}

.page-node-89 .game-content-row .right::-webkit-scrollbar {
    background: #F4F8FF;
    width: 5px;
    height: 3px;
    position: absolute;
    right: -10px;
}

.page-node-89 .game-content-row .right::-webkit-scrollbar-thumb {
    background: #F97930;
    position: absolute;
}

.page-node-89 .game-content-row .right>.title {
    color: #DD6F32;
    font-size: 26px;
    margin-bottom: 20px;
}

.page-node-89 .game-content-row .right>p,
.page-node-89 .game-content-row .right li {
    line-height: 1.7;
    font-size: 18px;
    color: #161616;
    margin-bottom: 30px;
}

.page-node-89 .game-content-row .right>ul {
    margin-left: 42px;
    position: relative;
}

.page-node-89 .game-3 .game-content-row .right>ul {
    margin-top: 55px;
}

.page-node-89 .game-content-row .right>ul::before {
    content: '玩法：';
    position: absolute;
    left: -44px;
    top: 0;
    line-height: 1.7;
    font-size: 18px;
    color: #161616;
}

.page-node-89 .game-content-row .right>ul>li {
    list-style-type: auto;
    margin-bottom: 10px;
}

.page-node-89 .game-content.game-1 .subcontent>img:nth-child(2),
.page-node-89 .game-content.game-2 .subcontent>img:nth-child(2),
.page-node-89 .game-content.game-3 .subcontent>img:nth-child(2),
.page-node-89 .game-content.game-4 .subcontent>img:nth-child(2),
.page-node-89 .game-content.game-5 .subcontent>img:nth-child(2) {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}

/* .page-node-89 .game-content>.content .start {
    margin-top: 25px;
} */

.page-node-89 .game-finish {
    position: relative;
    z-index: 2;
}

.page-node-89.game1-body,
.page-node-89.game1-body main {
    background-color: #DADC87;
}

.page-node-89.game2-body,
.page-node-89.game2-body main {
    background-color: #B3C78E;
}

.page-node-89.game3-body,
.page-node-89.game3-body main {
    background-color: #9DDCD4;
}

.page-node-89.game4-body,
.page-node-89.game4-body main {
    background-color: #EBC0A2;
}

.page-node-89.game5-body,
.page-node-89.game5-body main {
    background-color: #F8EAC4;
}

.page-node-89.game1-body main::after,
.page-node-89.game2-body main::after,
.page-node-89.game3-body main::after,
.page-node-89.game4-body main::after,
.page-node-89.game5-body main::after {
    display: none;
}

.page-node-89 .game-finish {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(/themes/custom/i2_theme/image/game/game_bg.jpg);
    width: calc(100% - clamp(40px, 9.6vw, 200px));
    max-width: 1520px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

.page-node-89 .game-finish .finish-content h2 {
    margin-bottom: 50px;
}

.page-node-89 .game-finish .finish-content .finish-btn {
    text-align: center;
    margin: auto;
    position: relative;
}

.page-node-89 .game-finish .finish-content .finish-btn>button {
    background: url(/themes/custom/i2_theme/image/game/button-bg.jpg) no-repeat;
    background-size: cover;
    border: none;
    border-radius: 8px;
    color: #FFF2EA;
    font-size: 28px;
    line-height: 30px;
    padding: 20px 20px;
    width: 80%;
    max-width: 270px;
    margin: 0 15px;
}

.page-node-89 .game-finish .finish-content .finish-btn>button:nth-child(1) {
    background: url(/themes/custom/i2_theme/image/game/green_btn.png) no-repeat;
    background-size: cover;
}

.page-node-89 .game-finish .finish-content .finish-btn>button:hover {
    background: url(/themes/custom/i2_theme/image/game/button-bg-hover.jpg) no-repeat;
    background-size: cover;
    color: #524138;
}

.page-node-89 .game-finish.game-finish-2 .finish-content>img:nth-child(2) {
    width: 150px;
}

.page-node-89 .game-finish.game-finish-3 content>img:nth-child(1) {
    width: 276px;
}

/* 小於1300 */
@media only screen and (max-width: 1299.98px) {
    .page-node-89 .game-content>.content>.subcontent {
        padding: 50px;
    }

    .page-node-89 .game-content-row .left {
        width: 70%;
    }

    .page-node-89 .game-content-row .right {
        overflow-y: overlay;
        height: 340px;
        padding-right: 10px;
        position: relative;
    }

    .page-node-89 .game-content-row .right::-webkit-scrollbar {
        background: #F4F8FF;
        width: 3px;
        height: 3px;
        position: absolute;
        right: -10px;
    }

    .page-node-89 .game-content-row .right::-webkit-scrollbar-thumb {
        background: #F97930;
        position: absolute;
    }
}

/* 小於992 */
@media only screen and (max-width: 991.98px) {

    .mobile-body header .navbar,
    .mobile-body footer {
        display: none !important;
    }

    .page-node-type-page.page-node-89.mobile-body main {
        padding-top: 100px;
    }

    .page-node-type-page.page-node-89.mobile-body #block-i2-theme-mobileoffcanvasbutton {
        position: fixed;
        z-index: 99;
        right: 14px;
        top: 14px;
        width: 60px;
        height: 60px;
        display: block;
    }

    .page-node-type-page.page-node-89.mobile-body #block-i2-theme-mobileoffcanvasbutton a {
        background: url(/themes/custom/i2_theme/image/icon/main-nav-orange.png) no-repeat;
        background-size: cover;
        border-radius: 50%;
        display: block;
        transition: all 0.2s ease;
        width: 60px;
        height: 60px;
    }

    .page-node-type-page.page-node-89.mobile-body #block-i2-theme-mobileoffcanvasbutton a:hover {
        background: url(/themes/custom/i2_theme/image/icon/main-nav-yellow.png) no-repeat;
        background-size: cover;
    }

    .page-node-89 .game-section-1>.content .start-btn .btn,
    .page-node-89 .game-section-1>.content .content-2 .start-next .btn,
    .page-node-89 .game-content>.content .start .btn,
    .page-node-89 .game-content>.content .btn-group .btn,
    .page-node-89 .content-main.sequential-journey .content-3 .start-next .btn {
        font-size: 24px;
        padding: 16px;
    }
    .page-node-89 .game-content>.content .btn-group {
        margin-top: 40px;
    }
    .page-node-89 .game-section-1>.content .summary,
    .page-node-89 .game-section-1>.content .content-2 .content-2-card .card-text,
    .page-node-89 .content-main.sequential-journey .content-3-row .card-text {
        overflow-y: overlay;
        height: 88px;
        padding-right: 10px;
        position: relative;
    }

    .page-node-89 .game-section-1>.content .summary::-webkit-scrollbar,
    .page-node-89 .game-section-1>.content .content-2 .content-2-card .card-text::-webkit-scrollbar,
    .page-node-89 .content-main.sequential-journey .content-3-row .card-text::-webkit-scrollbar {
        background: #F4F8FF;
        width: 3px;
        height: 3px;
        position: absolute;
        right: -10px;
    }

    .page-node-89 .game-section-1>.content .summary::-webkit-scrollbar-thumb,
    .page-node-89 .game-section-1>.content .content-2 .content-2-card .card-text::-webkit-scrollbar-thumb,
    .page-node-89 .content-main.sequential-journey .content-3-row .card-text::-webkit-scrollbar-thumb {
        background: #F97930;
        position: absolute;
    }

    .page-node-89 .game-section-1>.content .content-2,
    .page-node-89 .game-section-1>.content .content-1,
    .page-node-89 .game-finish .finish-content,
    .page-node-89 .content-main.sequential-journey .content-3 {
        padding: 100px 20px 50px 20px;
        min-height: 670px;
    }

    .page-node-89 .game-section-1>.content,
    .page-node-89 .game-content>.content,
    .page-node-89 .game-finish {
        width: calc(100% - clamp(40px, 9.6vw, 20px));
    }

    .page-node-89 .game-section-1>.content .title span,
    .page-node-89 .game-section-1>.content .title,
    .page-node-89 .game-finish .finish-content h2 {
        font-size: 28px;
    }

    .page-node-89 .game-section-1>.content .content-2 .content-2-row .icon {
        width: 70px;
        height: 70px;
    }

    .page-node-89 .game-section-1>.content .content-2 .content-2-card {
        padding: 20px;
        border-radius: 60px;
    }

    .page-node-89 .game-section-1>.content .content-2 .content-2-card .card-title {
        font-size: 24px;
    }

    .page-node-89 .game-section-1>.content .content-2 .content-2-card .card-text {
        height: 100px;
        line-height: 30px;
    }

    .page-node-89 .content-main,
    .page-node-89 .content-main.sequential-journey .content-3-row,
    .page-node-89 .game-finish .finish-content .content {
        padding: 20px;
    }

    .page-node-89 .content-main.sequential-journey .content-3-row .card-text {
        max-width: 100%;
    }

    .page-node-89 .content-main .start {
        margin-top: 0px;
    }

    .page-node-89 .content-main .punctuation>ul>li:nth-child(1) {
        left: min(16.64%, 225px);
    }

    .page-node-89 .content-main .punctuation>ul>li:nth-child(2) {
        left: min(52%, 772px);
        top: min(27.67%, 196px);
    }

    .page-node-89 .content-main .punctuation>ul>li:nth-child(3) {
        left: min(37%, 541px);
        top: min(10.8%, 55px);
    }

    .page-node-89 .content-main .punctuation>ul>li:nth-child(4) {
        right: min(33%, 473px);
        top: calc(min(-0.5%, 34px)* -1);
    }

    .page-node-89 .content-main .punctuation>ul>li:nth-child(5) {
        right: min(24.5%, 343px);
        top: min(36.8%, 267px);
    }

    .page-node-89 .game-content>.content::before,
    .page-node-89 .content-main.sequential-journey .content-3::before,
    .page-node-89 .game-finish .finish-content::before {
        height: 7.351vh;
    }

    .page-node-89 .game-content>.content>.subcontent {
        padding: 80px 20px 50px 20px;
    }

    .page-node-type-page.page-node-89 .game-section-1>.content .stopwatch,
    .page-node-type-page.page-node-89 .game-content>.content .stopwatch {
        top: -52px;
        left: 22px;
    }

    .page-node-89 .game-finish .finish-content h2 {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 899.98px) {
    .page-node-89 .game-content-row .left {
        width: 80%;
        margin-right: 20px;
    }

    .page-node-89 .game-content-row .right {
        height: 300px;
    }
}

@media only screen and (max-width: 767.98px) {
    .path-webform .webform-submission-form .alert-warning {
        min-width: 360px;
        padding: 40px 30px;
    }
}