﻿@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap");
@import 'reset.css';

.cookie-confirm {
    background-color: #D8D8D8;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}

    .cookie-confirm .cc-btn-close {
        position: absolute;
        top: 5px;
        right: 20px;
    }

    .cookie-confirm .cc-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 20px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

        .cookie-confirm .cc-wrap .cc-txt .cc-link {
            font-size: inherit;
            color: #004DA1;
            text-decoration: underline;
            display: block;
        }

        .cookie-confirm .cc-wrap .cc-btn {
            width: 104px;
            text-align: center;
            height: 50px;
            font-size: 16px;
            color: #fff;
            line-height: 50px;
            background-color: #fb7400;
            border-radius: 8px;
            -ms-flex-negative: 0;
            flex-shrink: 0;
            text-decoration: none;
        }

@media screen and (min-width: 769px) {
    .cookie-confirm .cc-wrap {
        width: 90%;
        margin: 0 auto;
        padding: 25px 0;
    }

        .cookie-confirm .cc-wrap .cc-txt {
            font-size: 20px;
            line-height: 26px;
        }

        .cookie-confirm .cc-wrap .cc-btn:hover {
            -webkit-filter: brightness(1.15);
            filter: brightness(1.15);
            -webkit-transition: 0.3s linear;
            transition: 0.3s linear;
        }
}

@media screen and (max-width: 768px) {
    .cookie-confirm .cc-wrap {
        width: 100%;
        padding: 20px;
    }

        .cookie-confirm .cc-wrap .cc-txt {
            font-size: 16px;
            line-height: 22px;
        }
}

.CM-lh-1 {
    line-height: 1.2 !important;
}

.CM-lh-2 {
    line-height: 1.4 !important;
}

.CM-lh-3 {
    line-height: 1.6 !important;
}

.CM-fz-l {
    font-size: 18px !important;
}

.CM-fz-m {
    font-size: 16px !important;
}

.CM-fz-s {
    font-size: 14px !important;
}

.CM-blank-05 {
    width: 100%;
    height: 5px;
}

.CM-blank-1 {
    width: 100%;
    height: 10px;
}

.CM-blank-15 {
    width: 100%;
    height: 15px;
}

.CM-blank-2 {
    width: 100%;
    height: 20px;
}

.CM-blank-3 {
    width: 100%;
    height: 30px;
}

.CM-gray-hr {
    border-bottom: 1px solid #dcdcdc;
    height: 1px;
    width: 100%;
}

.CM-notice {
    line-height: 1.4;
}

    .CM-notice ol {
        margin-left: 20px;
    }

        .CM-notice ol li {
            list-style-type: decimal;
        }

    .CM-notice ul {
        margin-left: 20px;
    }

        .CM-notice ul li {
            list-style-type: disc;
        }

@media screen and (max-width: 768px) {
    .CM-notice {
        font-size: 14px;
    }
}

.CM-text-primary {
    color: #1e1e1e !important;
}

.CM-text-sec {
    color: #666 !important;
}

.CM-text-accent {
    color: #808080 !important;
}

.CM-text-red {
    color: #F55431 !important;
}

.CM-text-orange {
    color: #fb7400 !important;
}

.CM-text-blue {
    color: #0071B8 !important;
}

.CM-link {
    color: #0071B8;
    font-size: 14px;
    line-height: 14px;
}

    .CM-link.link-black {
        color: #1e1e1e;
    }

    .CM-link.nl {
        text-decoration: none;
    }

        .CM-link.nl:hover {
            text-decoration: underline;
        }

.CM-text-l {
    text-align: left !important;
}

.CM-text-c {
    text-align: center !important;
}

.CM-text-r {
    text-align: right !important;
}

.CM-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.jc-s {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
}

.jc-c {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.jc-e {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
}

.jc-sa {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.jc-sb {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.jc-se {
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
}

.ai-s {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
}

.ai-c {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ai-e {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
}

.gap-1 {
    gap: 5px;
}

.gap-2 {
    gap: 10px;
}

.gap-3 {
    gap: 15px;
}

.grow-0 {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
}

.grow-1 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.shrink-0 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.shrink-1 {
    -ms-flex-negative: 1;
    flex-shrink: 1;
}

.CM-btn {
    text-decoration: none;
    border-radius: 8px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 46px;
    line-height: 46px;
    border-width: 1px;
    border-style: solid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}

    .CM-btn img {
        height: 24px;
    }

    .CM-btn.btn-fill-white {
        background-color: #fff;
        border-color: #fff;
        color: #1e1e1e;
    }

    .CM-btn.btn-fill-orange {
        background-color: #fb7400;
        border-color: #fb7400;
        color: #fff;
    }

        .CM-btn.btn-fill-orange:hover {
            -webkit-filter: brightness(1.15);
            filter: brightness(1.15);
            -webkit-transition: 0.3s linear;
            transition: 0.3s linear;
        }

    .CM-btn.btn-border-orange {
        background-color: #fff;
        border-color: #fb7400;
        color: #fb7400;
    }

        .CM-btn.btn-border-orange:hover {
            background-color: #fb7400;
            color: #fff;
            -webkit-transition: 0.3s linear;
            transition: 0.3s linear;
        }

    .CM-btn.btn-fill-green {
        background-color: #82b500;
        border-color: #82b500;
        color: #fff;
    }

        .CM-btn.btn-fill-green:hover {
            -webkit-filter: brightness(1.15);
            filter: brightness(1.15);
            -webkit-transition: 0.3s linear;
            transition: 0.3s linear;
        }

    .CM-btn.btn-fill-gray {
        background-color: #f4f4f4;
        border-color: #f4f4f4;
        color: #1e1e1e;
    }

    .CM-btn.btn-fill-darkgray {
        background-color: #808080;
        border-color: #808080;
        color: #fff;
    }

        .CM-btn.btn-fill-darkgray:hover {
            -webkit-filter: brightness(1.15);
            filter: brightness(1.15);
            -webkit-transition: 0.3s linear;
            transition: 0.3s linear;
        }

    .CM-btn.disabled {
        background-color: #D9D9D9;
        border-color: #D9D9D9;
        color: #808080;
        cursor: default;
    }

        .CM-btn.disabled:hover {
            -webkit-filter: brightness(1);
            filter: brightness(1);
        }

@media screen and (max-width: 768px) {
    .CM-btn {
        font-size: 14px;
    }
}

input::-webkit-input-placeholder {
    font-size: 14px;
    color: #808080;
}

input::-moz-placeholder {
    font-size: 14px;
    color: #808080;
}

input:-ms-input-placeholder {
    font-size: 14px;
    color: #808080;
}

input::-ms-input-placeholder {
    font-size: 14px;
    color: #808080;
}

input::placeholder {
    font-size: 14px;
    color: #808080;
}

.CM-input {
    position: relative;
}

    .CM-input input[type=text],
    .CM-input input[type=email],
    .CM-input input[type=tel],
    .CM-input input[type=password],
    .CM-input input[type=date],
    .CM-input input[type=time],
    .CM-input input[type=number],
    .CM-input textarea {
        width: 100%;
        color: #1e1e1e;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border: 1px solid #dcdcdc;
        border-radius: 5px;
        font-size: 14px;
        padding: 11px 14px;
        -webkit-transition: 0.3s linear;
        transition: 0.3s linear;
    }

        .CM-input input[type=text]:focus,
        .CM-input input[type=email]:focus,
        .CM-input input[type=tel]:focus,
        .CM-input input[type=password]:focus,
        .CM-input input[type=date]:focus,
        .CM-input input[type=time]:focus,
        .CM-input input[type=number]:focus,
        .CM-input textarea:focus {
            outline: 0;
            border: 1px solid #fb7400;
            -webkit-transition: 0.3s linear;
            transition: 0.3s linear;
        }

        .CM-input input[type=text]:disabled,
        .CM-input input[type=email]:disabled,
        .CM-input input[type=tel]:disabled,
        .CM-input input[type=password]:disabled,
        .CM-input input[type=date]:disabled,
        .CM-input input[type=time]:disabled,
        .CM-input input[type=number]:disabled,
        .CM-input textarea:disabled {
            background-color: #f4f4f4;
            color: #808080;
        }

    .CM-input input[type=date],
    .CM-input input[type=time] {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background-color: #fff;
        padding: 11px 14px;
        height: 46px;
    }

    .CM-input input[type=time] {
        font-size: 16px;
    }

    .CM-input textarea {
        resize: none;
        height: 100px;
    }

    .CM-input .error-tip {
        margin-top: 5px;
        color: #f55431;
        font-size: 14px;
    }

    .CM-input input[type=number]::-webkit-outer-spin-button,
    .CM-input input[type=number]::-webkit-inner-spin-button {
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: textfield;
        margin: 0;
    }

    .CM-input.pwd-input .ic-eye {
        position: absolute;
        right: 15px;
        bottom: 9px;
    }

        .CM-input.pwd-input .ic-eye .close {
            display: block;
        }

        .CM-input.pwd-input .ic-eye .open {
            display: none;
        }

            .CM-input.pwd-input .ic-eye.open .open {
                display: block;
            }

            .CM-input.pwd-input .ic-eye.open .close {
                display: none;
            }

    .CM-input.send-input input[type=text] {
        padding: 11px 40px 11px 14px;
    }

    .CM-input.send-input .ic-send {
        position: absolute;
        right: 15px;
        bottom: 9px;
    }

    .CM-input.date-input input[type=date]::-webkit-date-and-time-value {
        text-align: left;
    }

    .CM-input.date-input input[type=date]::-webkit-calendar-picker-indicator {
        opacity: 0;
        width: 100%;
        position: absolute;
        right: 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        z-index: 1;
        height: 100%;
    }

    .CM-input.date-input input[type=date] {
        padding: 11px 40px 11px 14px;
    }

    .CM-input.date-input:after {
        content: "";
        background: url(/Images/ico-date1.svg) no-repeat center center;
        position: absolute;
        right: 12px;
        height: 24px;
        width: 24px;
        top: 0;
        bottom: 0;
        margin: auto;
        pointer-events: none;
    }

    .CM-input.date-input input[type=time]::-webkit-calendar-picker-indicator {
        background-image: unset;
        color: #ccc;
        font-size: 16px;
    }

    .CM-input.search-input:after {
        content: "";
        background: url(/Images/ico_search.svg) no-repeat center center;
        position: absolute;
        right: 12px;
        height: 24px;
        width: 24px;
        top: 0;
        bottom: 0;
        margin: auto;
        z-index: 1;
    }

.CM-fileupload-input .input-file {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
    font-size: 14px;
}

    .CM-fileupload-input .input-file input[type=file] {
        display: none;
    }

    .CM-fileupload-input .input-file .CM-btn {
        height: 40px;
        line-height: 40px;
        width: 82px;
        margin: auto 0 auto auto;
    }

.CM-fileuploaded {
    background-color: #f4f4f4;
    border-radius: 10px;
    padding: 12px 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .CM-fileuploaded span {
        font-size: 14px;
        color: #666;
    }

    .CM-fileuploaded a {
        width: 20px;
    }

        .CM-fileuploaded a img {
            width: 100%;
            vertical-align: top;
        }

.CM-tel-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 100;
    gap: 8px;
}

    .CM-tel-input .CM-tel-select-wrap {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        width: 30%;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

        .CM-tel-input .CM-tel-select-wrap .default-option {
            background-color: #fff;
            position: relative;
            height: 42px;
            border-radius: 5px;
            border: 1px solid #dcdcdc;
        }

            .CM-tel-input .CM-tel-select-wrap .default-option li {
                line-height: 45px;
                padding: 0 10px;
                color: #1e1e1e;
            }

                .CM-tel-input .CM-tel-select-wrap .default-option li:before {
                    content: "";
                    position: absolute;
                    top: 0;
                    bottom: 0;
                    margin: auto;
                    right: 8px;
                    width: 4px;
                    height: 4px;
                    border: 2px solid;
                    border-color: transparent transparent #555555 #555555;
                    -webkit-transform: rotate(-45deg);
                    transform: rotate(-45deg);
                }

        .CM-tel-input .CM-tel-select-wrap .CM-tel-select-ul {
            position: absolute;
            top: 47px;
            left: 0;
            width: 100%;
            border-radius: 5px;
            display: none;
            overflow: hidden;
            background-color: #fff;
            border: 1px solid #dcdcdc;
            border-radius: 5px;
            padding: 10px;
        }

            .CM-tel-input .CM-tel-select-wrap .CM-tel-select-ul li {
                padding: 8px 10px;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                justify-content: space-between;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
            }

                .CM-tel-input .CM-tel-select-wrap .CM-tel-select-ul li span {
                    color: #1e1e1e;
                }

                .CM-tel-input .CM-tel-select-wrap .CM-tel-select-ul li:hover span {
                    color: #FB7400;
                }

        .CM-tel-input .CM-tel-select-wrap.active .default-option {
            border: 1px solid #fb7400;
        }

        .CM-tel-input .CM-tel-select-wrap.active .CM-tel-select-ul {
            display: block;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            overflow-y: scroll;
            max-height: 200px;
        }

    .CM-tel-input.verify .CM-btn {
        width: 160px;
    }

    .CM-tel-input.verify .CM-tel-select-wrap {
        width: 20%;
    }

@media screen and (max-width: 768px) {
    .CM-tel-input.verify .CM-btn {
        width: 90px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .CM-tel-input.verify .CM-tel-select-wrap {
        width: 80px;
    }
}

.CM-verify-sms-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
}

    .CM-verify-sms-input .CM-btn {
        width: 160px;
    }

@media screen and (max-width: 768px) {
    .CM-verify-sms-input .CM-btn {
        width: 90px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
}

.CM-verify-code-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
}

    .CM-verify-code-input .v-code {
        width: 90px;
        vertical-align: top;
    }

    .CM-verify-code-input a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 16px;
    }

.CM-checkbox {
    position: relative;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 26px;
}

    .CM-checkbox label {
        padding-left: 26px;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .CM-checkbox input[type=checkbox] {
        display: none;
    }

        .CM-checkbox input[type=checkbox] + span {
            display: inline-block;
            width: 18px;
            height: 18px;
            border: 1px solid #D9D9D9;
            border-radius: 2px;
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            margin: auto;
        }

        .CM-checkbox input[type=checkbox]:checked + span {
            background: url(/Images/icon_check.svg) no-repeat center center;
            border-color: transparent;
        }

    .CM-checkbox.check-2 label {
        padding-left: 30px;
    }

    .CM-checkbox.check-2 input[type=checkbox] + span {
        width: 26px;
        height: 26px;
        border: 2px solid #fff;
        border-radius: 50%;
        background: url(/Images/ico_check-2.svg) no-repeat center center;
        background-size: 100%;
    }

    .CM-checkbox.check-2 input[type=checkbox]:checked + span {
        background: url(/Images/ico_check-1.svg) no-repeat center center;
        background-size: 100%;
    }

.CM-radio {
    position: relative;
    font-size: 16px;
    display: inline-block;
    line-height: 26px;
}

    .CM-radio label {
        padding-left: 23px;
        position: relative;
    }

    .CM-radio input[type=radio] {
        display: none;
    }

        .CM-radio input[type=radio] + span {
            display: inline-block;
            width: 14px;
            height: 14px;
            border: 1px solid #a5a5a5;
            border-radius: 50%;
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            margin: auto;
        }

            .CM-radio input[type=radio] + span:before {
                content: "";
                width: 10px;
                height: 10px;
                border-radius: 50%;
                position: absolute;
                top: 0;
                bottom: 0;
                left: 0;
                right: 0;
                margin: auto;
            }

        .CM-radio input[type=radio]:checked + span {
            border-color: #F55431;
        }

            .CM-radio input[type=radio]:checked + span:before {
                background-color: #F55431;
            }

    .CM-radio.bd {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border: 1px solid #dcdcdc;
        border-radius: 5px;
        padding: 0 14px;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        height: 42px;
        line-height: 41px;
    }

        .CM-radio.bd label {
            display: block;
        }

    .CM-radio.radio-2 input[type=radio]:checked + span {
        border: unset;
    }

        .CM-radio.radio-2 input[type=radio]:checked + span:before {
            background: url(/Images/ico_check-1.svg) no-repeat center center;
            background-size: 100%;
            width: 18px;
            height: 18px;
        }

.CM-select {
    position: relative;
}

    .CM-select:after {
        content: "";
        position: absolute;
        background: url(/Images/ico-arrow-down.svg) no-repeat center center;
        width: 20px;
        height: 20px;
        background-size: 20px;
        right: 10px;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    .CM-select select {
        width: 100%;
        color: #454545;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border: 0;
        border: 1px solid #dcdcdc;
        font-size: 16px;
        padding: 10px 35px 10px 10px;
        height: 44px;
        border-radius: 5px;
        background-color: #fff;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        -webkit-transition: 0.3s linear;
        transition: 0.3s linear;
    }

        .CM-select select:focus {
            outline: 0;
            border-color: #F55431;
            -webkit-transition: 0.3s linear;
            transition: 0.3s linear;
        }

.CM-tip {
    font-size: 14px;
    background-color: #f4f4f4;
    border-radius: 8px;
    padding: 12px 16px 12px 35px;
    position: relative;
    line-height: 1.4;
}

    .CM-tip img {
        margin-right: 5px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: absolute;
        left: 12px;
        top: 13px;
    }

    .CM-tip.tip-2 {
        background-color: #FFFCDF;
    }

        .CM-tip.tip-2 img {
            width: 16px;
            height: 16px;
        }

.CM-pages-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .CM-pages-row a, .CM-pages-row span {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        height: 48px;
        line-height: 48px;
        border-radius: 10px;
        font-size: 14px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        color: #1e1e1e;
        text-decoration: none;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 15px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        min-width: 48px;
    }

        .CM-pages-row a img, .CM-pages-row span img {
            vertical-align: top;
        }

        .CM-pages-row a.active, .CM-pages-row span.active {
            background-color: #fb7400;
            color: #fff;
        }

.CM-table table {
    width: 100%;
    color: #1e1e1e;
}

    .CM-table table td, .CM-table table th {
        border: 1px solid #dcdcdc;
        padding: 10px 16px;
        vertical-align: middle;
    }

.CM-table.table-wb td, .CM-table.table-wb th {
    border: 1px solid #fff;
}

.CM-table.table-nb td, .CM-table.table-nb th {
    border: none;
}

.CM-table .bgc-ly {
    background-color: #FFFCDF;
}

.CM-table .bgc-gray {
    background-color: #808080;
    color: #fff;
}

.CM-table td.nw {
    white-space: nowrap;
}

.CM-page-tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 40px;
}

    .CM-page-tab a {
        display: inline-block;
        padding: 15px 20px;
        color: #808080;
        border-bottom: 2px solid transparent;
        text-decoration: none;
        font-size: 20px;
    }

        .CM-page-tab a.active {
            color: #fb7400;
            border-color: #fb7400;
        }

@media screen and (max-width: 768px) {
    .CM-page-tab {
        margin-bottom: 20px;
        gap: 0;
    }

        .CM-page-tab a {
            font-size: 16px;
            padding: 12px 0;
            -webkit-box-flex: 1;
            -ms-flex-positive: 1;
            flex-grow: 1;
            text-align: center;
        }
}

.CM-step-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    position: relative;
    width: 100%;
    max-width: 720px;
    padding: 30px 0 45px 0;
    margin: auto;
}

    .CM-step-row dl {
        width: 33.3333333333%;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        text-align: center;
        color: #666;
        position: relative;
        z-index: 1;
    }

        .CM-step-row dl dt {
            border-radius: 50%;
            background-color: #dcdcdc;
            font-size: 18px;
            font-weight: bold;
            width: 46px;
            line-height: 46px;
            height: 46px;
            margin: 0 auto 8px;
            color: #1e1e1e;
        }

        .CM-step-row dl.active dt {
            color: #fff;
            background-color: #fb7400;
        }

        .CM-step-row dl.active dd {
            color: #fb7400;
        }

    .CM-step-row:after {
        content: "";
        height: 3px;
        width: 70%;
        top: 54px;
        right: 0;
        left: 0;
        margin: auto;
        position: absolute;
        background-color: #dcdcdc;
    }

@media screen and (max-width: 768px) {
    .CM-step-row {
        background-color: #f4f4f4;
        padding: 25px 0;
    }

        .CM-step-row dl dt {
            margin-bottom: 0;
        }

        .CM-step-row dl dd {
            display: none;
        }

        .CM-step-row:after {
            top: 49px;
        }
}

.CM-copy-alert {
    position: fixed;
    height: 40px;
    width: 109px;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color: #d9d9d9;
    background-color: #454545;
    border-radius: 6px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 9999;
    display: none;
}

.CM-lightbox-bg {
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1100;
    width: 0;
    margin: auto;
    overflow-x: hidden;
}

    .CM-lightbox-bg.open {
        width: 100%;
    }

.CM-lightbox {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1100;
    width: 0;
    margin: auto;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .CM-lightbox.open {
        width: 100%;
        height: 100%;
    }

    .CM-lightbox .wrap {
        position: relative;
        background-color: #fff;
        max-width: 450px;
        border-radius: 10px;
        width: 100%;
        padding: 50px 40px;
        color: #454545;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

        .CM-lightbox .wrap a.lb-header {
            position: absolute;
            right: 15px;
            top: 15px;
        }

            .CM-lightbox .wrap a.lb-header img {
                vertical-align: top;
            }

        .CM-lightbox .wrap .lb-title {
            font-size: 18px;
            font-weight: 500;
            position: absolute;
            top: 25px;
        }

        .CM-lightbox .wrap .btn-row {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            margin-top: 50px;
            gap: 10px;
        }

            .CM-lightbox .wrap .btn-row a {
                -webkit-box-flex: 1;
                -ms-flex-positive: 1;
                flex-grow: 1;
                width: 40%;
            }

                .CM-lightbox .wrap .btn-row a.btn-cancal {
                    color: #808080;
                    text-align: center;
                    text-decoration: none;
                }

                    .CM-lightbox .wrap .btn-row a.btn-cancal:hover {
                        text-decoration: underline;
                    }

    .CM-lightbox.pp-fraud .wrap {
        background: url(/Images/ba-800x625.jpg) no-repeat center center;
        background-size: 100%;
        width: 800px;
        height: 625px;
        max-width: 800px;
        padding: 0;
    }

        .CM-lightbox.pp-fraud .wrap .mb-bn {
            display: none;
        }

@media screen and (max-width: 768px) {
    .CM-lightbox .wrap {
        width: 95%;
    }

    .CM-lightbox.pp-fraud .wrap {
        width: 95%;
        height: auto;
    }

        .CM-lightbox.pp-fraud .wrap .mb-bn {
            display: block;
            width: 100%;
            border-radius: 10px;
        }
}

body, body * {
    font-family: "Noto Sans TC", "microsoft jhenghei", Verdana, Arial, sans-serif;
}

body {
    overflow-x: hidden;
    background-color: #1e1e1e;
}

    body.fixed {
        overflow: hidden;
    }

    body * {
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }

    body header {
        background-color: #1e1e1e;
        padding: 18px 20px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 999;
    }

        body header .col {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            gap: 15px;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            position: relative;
        }

        body header .menu {
            position: relative;
            text-decoration: none;
        }

            body header .menu .new {
                position: absolute;
                width: 6px;
                height: 6px;
                border-radius: 50%;
                background-color: red;
                right: -1px;
                top: 0;
            }

            body header .menu .close {
                display: none;
            }

            body header .menu.active .default {
                display: none;
            }

            body header .menu.active .close {
                display: block;
            }

            body header .menu.active .new {
                display: none;
            }

        body header .logo img {
            display: none;
        }

        body header .logo .default {
            display: inline-block;
        }

        body header nav {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            gap: 60px;
        }

            body header nav a {
                text-decoration: none;
                color: #fff;
                line-height: 40px;
                border-bottom: 2px solid #1e1e1e;
            }

                body header nav a:hover {
                    border-bottom: 2px solid #FB7400;
                }

        body header .member {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            gap: 3px;
        }

            body header .member .img {
                width: 44px;
                height: 44px;
                overflow: hidden;
                border-radius: 50%;
            }

                body header .member .img img {
                    width: 100%;
                    height: 100%;
                    -o-object-fit: cover;
                    object-fit: cover;
                }

            body header .member span {
                color: #fff;
                font-size: 14px;
            }

        body header .logout-col {
            height: 48px;
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            background-color: #fb7400;
            border-radius: 8px;
            color: #fff;
            margin: auto;
            gap: 5px;
            padding: 0 20px;
        }

            body header .logout-col a {
                text-decoration: none;
                color: #fff;
                padding: 0 5px;
            }

                body header .logout-col a:hover {
                    text-decoration: underline;
                }

        body header .CM-btn {
            padding: 0 20px;
        }

        body header .CM-language-select-wrap {
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            width: 100px;
        }

            body header .CM-language-select-wrap .default-option {
                background-color: #666;
                color: #fff;
                position: relative;
                height: 40px;
                line-height: 40px;
                border-radius: 20px;
            }

                body header .CM-language-select-wrap .default-option li {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                    gap: 5px;
                    padding: 0 10px;
                    cursor: pointer;
                }

                    body header .CM-language-select-wrap .default-option li:before {
                        content: "";
                        position: absolute;
                        top: 4px;
                        bottom: 0;
                        margin: auto;
                        right: 8px;
                        height: 4px;
                        border-style: solid;
                        border-width: 5px 5px 0 5px;
                        border-color: #fff transparent transparent transparent;
                    }

            body header .CM-language-select-wrap .CM-language-select-ul {
                position: absolute;
                top: 55px;
                left: 0;
                width: 100%;
                border-radius: 5px;
                display: none;
                overflow: hidden;
                background-color: #fff;
                border-radius: 5px;
                padding: 10px;
                -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
                box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
            }

                body header .CM-language-select-wrap .CM-language-select-ul li {
                    padding: 12px 10px;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-pack: justify;
                    -ms-flex-pack: justify;
                    justify-content: space-between;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                }

                    body header .CM-language-select-wrap .CM-language-select-ul li span {
                        color: #1e1e1e;
                    }

                    body header .CM-language-select-wrap .CM-language-select-ul li:hover {
                        color: #FB7400;
                    }

            body header .CM-language-select-wrap.active .CM-language-select-ul {
                display: block;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
                overflow-y: scroll;
                max-height: 200px;
            }

        body header.omgnews .logo .default {
            display: none;
        }

        body header.omgnews .logo .omgnews {
            display: inline-block;
        }

        body header.omgnews nav a:hover {
            border-bottom: 2px solid #A3DCFF;
        }

        body header.omgnews .logout-col {
            background-color: #57BFFF;
        }

        body header.lineat .logo .default {
            display: none;
        }

        body header.lineat .logo .lineat {
            display: inline-block;
        }

        body header.lineat nav a:hover {
            border-bottom: 2px solid #89BF00;
        }

        body header.lineat .logout-col {
            background-color: #89BF00;
        }

        body header.play .logo .default {
            display: none;
        }

        body header.play .logo .games {
            display: inline-block;
        }

        body header.play nav a:hover {
            border-bottom: 2px solid #F9BE00;
        }

        body header.play .logout-col {
            background-color: #F9BE00;
        }

@media screen and (max-width: 1200px) {
    body header nav {
        gap: 25px;
    }
}

@media screen and (max-width: 1000px) {
    body header {
        padding: 8.5px 30px;
        height: 60px;
    }

        body header nav, body header .member, body header .CM-btn, body header .CM-language-select-wrap {
            display: none;
        }

        body header .col:first-child {
            width: 100%;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

            body header .col:first-child .menu {
                position: absolute;
                left: 0;
            }

        body header .col:last-child {
            display: none;
        }
}

body aside {
    width: 100%;
    max-width: 340px;
    position: fixed;
    z-index: 999;
    top: 84px;
    padding-top: 10px;
    background-color: #fff;
    height: calc(100% - 84px);
    -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.16);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transform: translateX(-340px);
    transform: translateX(-340px);
    opacity: 0;
    -webkit-transition: opacity 0.3s 0.1s, -webkit-transform 0.3s;
    transition: opacity 0.3s 0.1s, -webkit-transform 0.3s;
    transition: opacity 0.3s 0.1s, transform 0.3s;
    transition: opacity 0.3s 0.1s, transform 0.3s, -webkit-transform 0.3s;
    gap: 3px;
}

    body aside .member {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 20px;
        padding: 8px 20px;
    }

        body aside .member .img {
            width: 44px;
            height: 44px;
            overflow: hidden;
            border-radius: 50%;
        }

            body aside .member .img img {
                width: 100%;
                height: 100%;
                -o-object-fit: cover;
                object-fit: cover;
            }

        body aside .member span {
            font-size: 18px;
        }

    body aside .row {
        height: 50px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0 20px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

        body aside .row a {
            text-decoration: none;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            gap: 20px;
            font-size: 18px;
            color: #1e1e1e;
            -webkit-box-flex: 1;
            -ms-flex-positive: 1;
            flex-grow: 1;
        }

            body aside .row a .active {
                display: none;
            }

        body aside .row .arrow {
            position: relative;
        }

            body aside .row .arrow .active {
                display: none;
                -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
            }

    body aside .sub-menu-toggle {
        -webkit-transition: 0.3s linear;
        transition: 0.3s linear;
    }

        body aside .sub-menu-toggle .sub-menu {
            display: none;
        }

            body aside .sub-menu-toggle .sub-menu li {
                margin-bottom: 5px;
            }

                body aside .sub-menu-toggle .sub-menu li a {
                    text-decoration: none;
                    color: #fff;
                    display: inline-block;
                    padding: 8px 0 8px 44px;
                    border-radius: 10px;
                    width: 100%;
                    -webkit-box-sizing: border-box;
                    box-sizing: border-box;
                    -webkit-transition: 0.3s linear;
                    transition: 0.3s linear;
                }

                    body aside .sub-menu-toggle .sub-menu li a:hover {
                        background-color: #FB7400;
                        -webkit-transition: 0.3s linear;
                        transition: 0.3s linear;
                    }

                body aside .sub-menu-toggle .sub-menu li .new-tag {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                    gap: 5px;
                }

                    body aside .sub-menu-toggle .sub-menu li .new-tag span {
                        background-color: #fff;
                        color: #F55431;
                        font-size: 12px;
                        padding: 4px 10px;
                        border-radius: 10px;
                        font-weight: bold;
                    }

        body aside .sub-menu-toggle.active {
            background-color: #FFA04E;
            padding: 10px 0;
            -webkit-transition: 0.3s linear;
            transition: 0.3s linear;
        }

            body aside .sub-menu-toggle.active .row a {
                color: #fff;
            }

            body aside .sub-menu-toggle.active .row .default {
                display: none;
            }

            body aside .sub-menu-toggle.active .row .active {
                display: block;
            }

            body aside .sub-menu-toggle.active .arrow .default {
                display: none;
            }

            body aside .sub-menu-toggle.active .arrow .active {
                display: block;
            }

            body aside .sub-menu-toggle.active .sub-menu {
                padding: 0 20px;
            }

    body aside.active {
        -webkit-transition: 0.3s linear;
        transition: 0.3s linear;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }

    body aside > .row:hover {
        background-color: #FFA04E;
        border-radius: 10px;
        margin: 0 10px;
        -webkit-transition: 0.3s linear;
        transition: 0.3s linear;
    }

        body aside > .row:hover a {
            color: #fff;
        }

        body aside > .row:hover .default {
            display: none;
        }

        body aside > .row:hover .active {
            display: block;
        }

    body aside .btn-row {
        padding: 10px 0 15px;
        border-bottom: 1px solid #f4f4f4;
        text-align: center;
    }

        body aside .btn-row .logout-col {
            height: 48px;
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            background-color: #fb7400;
            border-radius: 8px;
            color: #fff;
            margin: auto;
            gap: 5px;
            padding: 0 20px;
        }

            body aside .btn-row .logout-col a {
                text-decoration: none;
                color: #fff;
                padding: 0 5px;
            }

                body aside .btn-row .logout-col a:hover {
                    text-decoration: underline;
                }

    body aside .account-info {
        padding: 20px;
        border-bottom: 1px solid #f4f4f4;
        background-color: #f4f4f4;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

        body aside .account-info .txt {
            line-height: 2;
        }

        body aside .account-info .CM-btn {
            height: 38px;
            line-height: 38px;
            width: 60px;
        }

    body aside .logut {
        text-align: center;
        padding: 20px 0 40px;
    }

        body aside .logut a {
            text-decoration: none;
            color: #1e1e1e;
        }

@media screen and (max-width: 1000px) {
    body aside {
        top: 60px;
        height: calc(100% - 60px);
    }
}

@media screen and (max-width: 768px) {
    body aside {
        overflow-y: scroll;
    }
}

body footer {
    background-color: #1e1e1e;
}

    body footer .wrap {
        width: 1100px;
        max-width: 100%;
        overflow: hidden;
        margin: 0 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 20px 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

        body footer .wrap .scope .copyright {
            font-size: 13px;
            color: #fff;
            padding: 0 10px;
        }

        body footer .wrap .scope .logo-col {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            gap: 20px;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            margin-bottom: 20px;
        }

            body footer .wrap .scope .logo-col a {
                display: inline-block;
            }

                body footer .wrap .scope .logo-col a img {
                    vertical-align: top;
                }

        body footer .wrap .scope nav {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            margin-bottom: 20px;
        }

            body footer .wrap .scope nav a {
                color: #fff;
                font-size: 14px;
                padding: 0 20px;
                text-decoration: none;
                -webkit-transition: 0.3s linear;
                transition: 0.3s linear;
            }

                body footer .wrap .scope nav a:hover {
                    color: #F9BE00;
                    -webkit-transition: 0.3s linear;
                    transition: 0.3s linear;
                }

                body footer .wrap .scope nav a:first-child {
                    padding-left: 0;
                }

                body footer .wrap .scope nav a:not(:last-child) {
                    border-right: 1px solid #666;
                }

        body footer .wrap .scope .info-col {
            line-height: 1.4;
            color: #fff;
            font-size: 14px;
        }

@media screen and (max-width: 1100px) {
    body footer.lineat .wrap {
        padding-bottom: 100px;
    }
}

@media screen and (max-width: 768px) {
    body footer.play .wrap {
        padding-bottom: 160px;
    }
}

@media screen and (max-width: 768px) {
    body footer.play-2 .wrap {
        padding-bottom: 280px;
    }
}

@media screen and (max-width: 768px) {
    body footer .wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
        flex-flow: column-reverse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 15px;
    }

        body footer .wrap .scope .info-col {
            width: 300px;
            margin: auto;
        }

        body footer .wrap .scope nav {
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            gap: 15px 0;
        }

            body footer .wrap .scope nav a {
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
                width: 50%;
                text-align: center;
            }

                body footer .wrap .scope nav a:nth-child(2) {
                    border-right: 0;
                }

                body footer .wrap .scope nav a:first-child {
                    padding-left: 20px;
                }
}

body article {
    margin-top: 84px;
    padding: 32px 0;
    background-color: #f4f4f4;
    min-height: 700px;
}

    body article .breadcrumb-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

        body article .breadcrumb-wrap.wp-large {
            width: 1100px;
            max-width: 100%;
            overflow: hidden;
            margin: 0 auto;
            margin-bottom: 17px;
        }

        body article .breadcrumb-wrap.wp-medium {
            width: 680px;
            max-width: 100%;
            overflow: hidden;
            margin: 0 auto;
            margin-bottom: 17px;
        }

        body article .breadcrumb-wrap .breadcrumb {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            gap: 5px;
            font-size: 14px;
        }

            body article .breadcrumb-wrap .breadcrumb a, body article .breadcrumb-wrap .breadcrumb span {
                font-size: 14px;
            }

    body article .wrap {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background-color: #fff;
        border-radius: 8px;
        -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.08);
        box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.08);
        padding: 30px 50px;
    }

        body article .wrap.wp-large {
            width: 1100px;
            max-width: 100%;
            overflow: hidden;
            margin: 0 auto;
        }

        body article .wrap.wp-medium {
            width: 680px;
            max-width: 100%;
            overflow: hidden;
            margin: 0 auto;
        }

@media screen and (max-width: 1000px) {
    body article {
        background-color: #fff;
        margin-top: 60px;
        padding: 0;
    }

        body article .breadcrumb-wrap {
            background-color: #f4f4f4;
            padding: 10px;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

            body article .breadcrumb-wrap.wp-large, body article .breadcrumb-wrap.wp-medium {
                margin-bottom: 0;
            }

        body article .wrap {
            border-radius: 0;
            -webkit-box-shadow: unset;
            box-shadow: unset;
            padding: 20px;
        }
}

@media screen and (max-width: 768px) {
    body article {
        min-height: 600px;
    }
}

.CM-content {
    width: 100%;
    background-color: #fff;
}

    .CM-content .page-title {
        font-weight: bold;
        font-size: 20px;
        color: #666;
        margin-bottom: 20px;
    }

    .CM-content .btn-row {
        text-align: center;
    }

        .CM-content .btn-row .CM-btn {
            width: 100%;
            max-width: 300px;
        }

@media screen and (max-width: 768px) {
    .CM-content .page-title {
        font-size: 18px;
    }

    .CM-content .btn-row .CM-btn {
        max-width: 100%;
    }
}

.page-store-list .wrap {
    padding: 40px;
}

.page-store-list .top-bar {
    width: 100%;
    max-width: 1100px;
    margin: auto;
}

    .page-store-list .top-bar .search-row {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: calc((100% - 16px) / 3) 8px calc((100% - 16px) / 3) 8px calc((100% - 16px) / 3);
        grid-template-columns: repeat(3, calc((100% - 16px) / 3));
        gap: 8px;
    }

    .page-store-list .top-bar .select-row {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: calc((100% - 8px) / 2) 8px calc((100% - 8px) / 2);
        grid-template-columns: repeat(2, calc((100% - 8px) / 2));
        gap: 8px;
    }

.page-store-list .page-title {
    font-size: 25px;
    font-weight: bold;
    color: #666;
}

.page-store-list .tab-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 40px;
}

    .page-store-list .tab-list li {
        display: inline-block;
        padding: 10px 5px;
        color: #808080;
        border-bottom: 2px solid transparent;
        text-decoration: none;
        font-size: 20px;
        cursor: pointer;
    }

        .page-store-list .tab-list li:hover, .page-store-list .tab-list li.active {
            color: #fb7400;
            border-color: #fb7400;
        }

.page-store-list .tab-content {
    position: relative;
}

    .page-store-list .tab-content .tc-box {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
        opacity: 0;
        display: none;
    }

        .page-store-list .tab-content .tc-box.active {
            position: relative;
            z-index: 1;
            opacity: 1;
            display: block;
        }

.page-store-list .item-list-scope {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: calc((100% - 20px) / 3) 10px calc((100% - 20px) / 3) 10px calc((100% - 20px) / 3);
    grid-template-columns: repeat(3, calc((100% - 20px) / 3));
    gap: 15px 10px;
}

    .page-store-list .item-list-scope .box {
        border-radius: 12px;
        border: 1px solid #dcdcdc;
        padding: 16px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        position: relative;
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 100px 10px auto;
        grid-template-columns: 100px auto;
        gap: 0 10px;
        background-color: #fff;
        text-decoration: none;
        color: #1e1e1e;
    }

        .page-store-list .item-list-scope .box .img {
            width: 100px;
            height: 100px;
            border-radius: 8px;
            overflow: hidden;
            position: relative;
        }

            .page-store-list .item-list-scope .box .img img {
                width: 100%;
                height: 100%;
                -o-object-fit: cover;
                object-fit: cover;
                vertical-align: top;
            }

        .page-store-list .item-list-scope .box .p-name {
            line-height: 1.6;
            font-size: 17px;
        }

        .page-store-list .item-list-scope .box.active {
            border-color: #FB7400;
            -webkit-box-shadow: 0 0 0 1px #FB7400;
            box-shadow: 0 0 0 1px #FB7400;
        }

            .page-store-list .item-list-scope .box.active:after {
                content: "";
                background: url(/Images/ico_check-1.svg) no-repeat center center;
                width: 24px;
                height: 24px;
                position: absolute;
                top: -6px;
                right: -6px;
                border: 2px solid #fff;
                border-radius: 50%;
            }

.page-store-list .code-list-scope {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: calc((100% - 20px) / 3) 10px calc((100% - 20px) / 3) 10px calc((100% - 20px) / 3);
    grid-template-columns: repeat(3, calc((100% - 20px) / 3));
    gap: 15px 10px;
}

    .page-store-list .code-list-scope .code-box {
        border-radius: 12px;
        border: 1px solid #dcdcdc;
        padding: 16px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        position: relative;
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 100px 10px auto;
        grid-template-columns: 100px auto;
        -ms-grid-rows: 100px 0 auto;
        grid-template-rows: 100px auto;
        gap: 0 10px;
        background-color: #fff;
        text-decoration: none;
        color: #1e1e1e;
    }

        .page-store-list .code-list-scope .code-box > *:nth-child(1) {
            -ms-grid-row: 1;
            -ms-grid-column: 1;
        }

        .page-store-list .code-list-scope .code-box > *:nth-child(2) {
            -ms-grid-row: 1;
            -ms-grid-column: 3;
        }

        .page-store-list .code-list-scope .code-box > *:nth-child(3) {
            -ms-grid-row: 3;
            -ms-grid-column: 1;
        }

        .page-store-list .code-list-scope .code-box > *:nth-child(4) {
            -ms-grid-row: 3;
            -ms-grid-column: 3;
        }

        .page-store-list .code-list-scope .code-box .img {
            -ms-grid-row: 1;
            -ms-grid-row-span: 1;
            -ms-grid-column: 1;
            -ms-grid-column-span: 1;
            grid-area: 1/1/2/2;
            width: 100px;
            height: 100px;
            border-radius: 8px;
            overflow: hidden;
            position: relative;
        }

            .page-store-list .code-list-scope .code-box .img img {
                width: 100%;
                height: 100%;
                -o-object-fit: cover;
                object-fit: cover;
                vertical-align: top;
            }

        .page-store-list .code-list-scope .code-box .p-name {
            -ms-grid-row: 1;
            -ms-grid-row-span: 1;
            -ms-grid-column: 2;
            -ms-grid-column-span: 1;
            grid-area: 1/2/2/3;
            line-height: 1.6;
            font-size: 17px;
        }

        .page-store-list .code-list-scope .code-box dl {
            -ms-grid-row: 2;
            -ms-grid-row-span: 1;
            -ms-grid-column: 1;
            -ms-grid-column-span: 2;
            grid-area: 2/1/3/3;
            border-top: 1px solid #F4F4F4;
            margin-top: 10px;
            line-height: 1.8;
            padding-top: 10px;
        }

            .page-store-list .code-list-scope .code-box dl .code-status {
                font-size: 13px;
                color: #fff;
                border-radius: 30px;
                padding: 4px 12px;
                background-color: #13ab67;
            }

                .page-store-list .code-list-scope .code-box dl .code-status.used {
                    background-color: #808080;
                }

.page-store-list .product-list-scope {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: calc((100% - 20px) / 3) 10px calc((100% - 20px) / 3) 10px calc((100% - 20px) / 3);
    grid-template-columns: repeat(3, calc((100% - 20px) / 3));
    gap: 15px 10px;
}

    .page-store-list .product-list-scope .box {
        border-radius: 12px;
        border: 1px solid #dcdcdc;
        padding: 16px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        position: relative;
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 100px 10px auto;
        grid-template-columns: 100px auto;
        -ms-grid-rows: 95px 0 35px;
        grid-template-rows: 95px 35px;
        gap: 0 10px;
        background-color: #fff;
        text-decoration: none;
        color: #1e1e1e;
    }

        .page-store-list .product-list-scope .box > *:nth-child(1) {
            -ms-grid-row: 1;
            -ms-grid-column: 1;
        }

        .page-store-list .product-list-scope .box > *:nth-child(2) {
            -ms-grid-row: 1;
            -ms-grid-column: 3;
        }

        .page-store-list .product-list-scope .box > *:nth-child(3) {
            -ms-grid-row: 3;
            -ms-grid-column: 1;
        }

        .page-store-list .product-list-scope .box > *:nth-child(4) {
            -ms-grid-row: 3;
            -ms-grid-column: 3;
        }

        .page-store-list .product-list-scope .box .tag-img {
            position: absolute;
            left: 0;
            top: 20px;
            width: 60px;
        }

            .page-store-list .product-list-scope .box .tag-img img {
                width: 100%;
                vertical-align: top;
            }

        .page-store-list .product-list-scope .box .img {
            -ms-grid-row: 1;
            -ms-grid-row-span: 2;
            -ms-grid-column: 1;
            -ms-grid-column-span: 1;
            grid-area: 1/1/3/2;
            width: 100px;
            height: 100px;
            border-radius: 8px;
            overflow: hidden;
            position: relative;
        }

            .page-store-list .product-list-scope .box .img img {
                width: 100%;
                height: 100%;
                -o-object-fit: cover;
                object-fit: cover;
                vertical-align: top;
            }

            .page-store-list .product-list-scope .box .img span {
                position: absolute;
                border: 1px solid #fff;
                color: #fff;
                font-size: 12px;
                right: 10px;
                top: 10px;
                line-height: 18px;
                width: 18px;
                text-align: center;
            }

        .page-store-list .product-list-scope .box .p-name {
            -ms-grid-row: 1;
            -ms-grid-row-span: 1;
            -ms-grid-column: 2;
            -ms-grid-column-span: 1;
            grid-area: 1/2/2/3;
            line-height: 1.6;
            border-bottom: 1px solid #dcdcdc;
            font-size: 17px;
        }

        .page-store-list .product-list-scope .box.ad .p-name {
            font-weight: 500;
        }

        .page-store-list .product-list-scope .box .p-amount {
            -ms-grid-row: 2;
            -ms-grid-row-span: 1;
            -ms-grid-column: 2;
            -ms-grid-column-span: 1;
            grid-area: 2/2/3/3;
            -ms-grid-row-align: center;
            align-self: center;
        }

            .page-store-list .product-list-scope .box .p-amount span {
                color: #f55431;
            }

        .page-store-list .product-list-scope .box del {
            color: #666;
            margin-left: 5px;
        }

        .page-store-list .product-list-scope .box .p-ad {
            -ms-grid-row: 2;
            -ms-grid-row-span: 1;
            -ms-grid-column: 2;
            -ms-grid-column-span: 1;
            grid-area: 2/2/3/3;
            text-align: right;
            -ms-grid-row-align: center;
            align-self: center;
            color: #808080;
            font-size: 14px;
        }

.page-store-list .btn-row {
    text-align: center;
}

    .page-store-list .btn-row .CM-btn {
        width: 100%;
        max-width: 300px;
    }

.page-store-list .CM-pages-row a.active {
    background-color: #F9BE00;
}

@media screen and (max-width: 1100px) {
    .page-store-list {
        padding: 32px 10px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

        .page-store-list .breadcrumb-wrap.wp-large {
            padding: 10px;
            margin-bottom: 5px;
        }
}

@media screen and (max-width: 1100px) {
    .page-store-list {
        background-color: #f4f4f4;
        padding: 0;
    }

        .page-store-list .top-bar {
            padding: 0 10px;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        .page-store-list .wrap {
            border-radius: 0;
            padding: 10px;
        }

            .page-store-list .wrap:not(.set-bg) {
                background-color: transparent;
                padding: 0 10px;
            }

        .page-store-list .product-list-scope,
        .page-store-list .code-list-scope,
        .page-store-list .item-list-scope {
            -ms-grid-columns: (calc((100% - 10px) / 2))[2];
            grid-template-columns: repeat(2, calc((100% - 10px) / 2));
        }
}

@media screen and (max-width: 768px) {
    .page-store-list .wrap {
        padding-bottom: 30px;
    }

    .page-store-list .top-bar .search-row,
    .page-store-list .top-bar .select-row {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .page-store-list .product-list-scope {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (max-width: 700px) {
    .page-store-list .product-list-scope,
    .page-store-list .item-list-scope,
    .page-store-list .code-list-scope {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}

.page-store-content .sc-title {
    font-size: 20px;
    font-weight: bold;
    color: #666;
}

.page-store-content .sc-scope {
    width: 1100px;
    max-width: 100%;
    margin: 0 auto;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 15px 300px;
    grid-template-columns: auto 300px;
    -ms-grid-rows: auto 15px auto;
    grid-template-rows: repeat(2, auto);
    gap: 15px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
}

    .page-store-content .sc-scope > *:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }

    .page-store-content .sc-scope > *:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }

    .page-store-content .sc-scope > *:nth-child(3) {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
    }

    .page-store-content .sc-scope > *:nth-child(4) {
        -ms-grid-row: 3;
        -ms-grid-column: 3;
    }

    .page-store-content .sc-scope .wrap {
        padding: 30px;
    }

    .page-store-content .sc-scope .sc-section {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-area: 1/1/2/2;
    }

        .page-store-content .sc-scope .sc-section .product-info {
            display: -ms-grid;
            display: grid;
            -ms-grid-columns: 130px 20px auto;
            grid-template-columns: 130px auto;
            gap: 0px 20px;
        }

            .page-store-content .sc-scope .sc-section .product-info .img {
                -ms-grid-row: 1;
                -ms-grid-row-span: 3;
                -ms-grid-column: 1;
                -ms-grid-column-span: 1;
                grid-area: 1/1/4/2;
                width: 130px;
                height: 130px;
                border-radius: 8px;
                overflow: hidden;
            }

                .page-store-content .sc-scope .sc-section .product-info .img img {
                    width: 100%;
                    height: 100%;
                    -o-object-fit: cover;
                    object-fit: cover;
                }

            .page-store-content .sc-scope .sc-section .product-info .p-title {
                -ms-grid-row: 1;
                -ms-grid-row-span: 1;
                -ms-grid-column: 2;
                -ms-grid-column-span: 1;
                grid-area: 1/2/2/3;
                font-size: 17px;
                margin-bottom: 8px;
            }

                .page-store-content .sc-scope .sc-section .product-info .p-title .p-name {
                    color: #1e1e1e;
                }

                .page-store-content .sc-scope .sc-section .product-info .p-title .p-price {
                    color: #fb7400;
                }

                .page-store-content .sc-scope .sc-section .product-info .p-title .tag-img {
                    -ms-grid-row: 2;
                    -ms-grid-row-span: 1;
                    -ms-grid-column: 2;
                    -ms-grid-column-span: 1;
                    grid-area: 2/2/3/3;
                    width: 60px;
                }

                    .page-store-content .sc-scope .sc-section .product-info .p-title .tag-img img {
                        width: 100%;
                        vertical-align: top;
                    }

            .page-store-content .sc-scope .sc-section .product-info .p-caption {
                -ms-grid-row: 3;
                -ms-grid-row-span: 1;
                -ms-grid-column: 2;
                -ms-grid-column-span: 1;
                grid-area: 3/2/4/3;
            }

                .page-store-content .sc-scope .sc-section .product-info .p-caption .num-row {
                    display: -ms-grid;
                    display: grid;
                    -ms-grid-columns: 35px 5px auto 5px 35px;
                    grid-template-columns: 35px auto 35px;
                    gap: 5px;
                    width: 200px;
                }

                    .page-store-content .sc-scope .sc-section .product-info .p-caption .num-row .CM-input input {
                        text-align: center;
                        border-radius: 6px;
                        padding: 7px 14px;
                        color: #666;
                    }

                    .page-store-content .sc-scope .sc-section .product-info .p-caption .num-row a {
                        border: 1px solid #d9d9d9;
                        border-radius: 6px;
                    }

                    .page-store-content .sc-scope .sc-section .product-info .p-caption .num-row .btn-minus {
                        background: #fff url(/Images/ico-minus.svg) no-repeat center center;
                    }

                    .page-store-content .sc-scope .sc-section .product-info .p-caption .num-row .btn-plus {
                        background: #fff url(/Images/ico-plus.svg) no-repeat center center;
                    }

    .page-store-content .sc-scope .pay-method {
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-area: 2/1/3/2;
    }

        .page-store-content .sc-scope .pay-method .pay-btn-list {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            gap: 7px;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        }

            .page-store-content .sc-scope .pay-method .pay-btn-list a {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                text-decoration: none;
                color: #666;
                gap: 8px;
                padding: 12px 16px;
                border: 1px solid #dcdcdc;
                border-radius: 5px;
                width: 235px;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
            }

                .page-store-content .sc-scope .pay-method .pay-btn-list a.active {
                    color: #fb7400;
                    border: 1px solid #fb7400;
                    -webkit-box-shadow: 0 0 0 1px #fb7400;
                    box-shadow: 0 0 0 1px #fb7400;
                }

    .page-store-content .sc-scope .sc-aside {
        -ms-grid-row: 1;
        -ms-grid-row-span: 3;
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-area: 1/2/4/3;
        position: sticky;
        top: 100px;
    }

        .page-store-content .sc-scope .sc-aside .details {
            background-color: #FFFCDF;
            padding: 15px;
            border-radius: 10px;
        }

        .page-store-content .sc-scope .sc-aside .amount-row {
            margin: 25px 0;
        }

            .page-store-content .sc-scope .sc-aside .amount-row .amount {
                font-size: 20px;
            }

        .page-store-content .sc-scope .sc-aside .CM-btn {
            width: 100%;
        }

    .page-store-content .sc-scope .notice-scope {
        -ms-grid-row: 3;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-area: 3/1/4/2;
    }

@media screen and (max-width: 1100px) {
    .page-store-content {
        padding: 32px 10px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 1000px) {
    .page-store-content {
        padding: 10px 0;
        background-color: #f4f4f4;
    }

        .page-store-content .sc-scope {
            -ms-grid-columns: 1fr;
            grid-template-columns: 1fr;
        }

            .page-store-content .sc-scope .sc-section {
                -ms-grid-row: 1;
                -ms-grid-row-span: 1;
                -ms-grid-column: 1;
                -ms-grid-column-span: 1;
                grid-area: 1/1/2/2;
            }

            .page-store-content .sc-scope .pay-method {
                -ms-grid-row: 2;
                -ms-grid-row-span: 1;
                -ms-grid-column: 1;
                -ms-grid-column-span: 1;
                grid-area: 2/1/3/2;
            }

            .page-store-content .sc-scope .sc-aside {
                -ms-grid-row: 3;
                -ms-grid-row-span: 1;
                -ms-grid-column: 1;
                -ms-grid-column-span: 1;
                grid-area: 3/1/4/2;
            }

            .page-store-content .sc-scope .notice-scope {
                -ms-grid-row: 4;
                -ms-grid-row-span: 1;
                -ms-grid-column: 1;
                -ms-grid-column-span: 1;
                grid-area: 4/1/5/2;
            }
}

@media screen and (max-width: 768px) {
    .page-store-content .sc-scope {
        gap: 10px;
    }

        .page-store-content .sc-scope .wrap {
            padding: 20px;
        }

        .page-store-content .sc-scope .sc-section .product-info {
            -ms-grid-columns: 100px 10px 1fr;
            grid-template-columns: 100px 1fr;
            gap: 10px;
        }

            .page-store-content .sc-scope .sc-section .product-info .img {
                -ms-grid-row: 1;
                -ms-grid-row-span: 1;
                -ms-grid-column: 1;
                -ms-grid-column-span: 1;
                grid-area: 1/1/2/2;
                width: 100px;
                height: 100px;
            }

            .page-store-content .sc-scope .sc-section .product-info .p-title {
                -ms-grid-row: 1;
                -ms-grid-row-span: 1;
                -ms-grid-column: 2;
                -ms-grid-column-span: 1;
                grid-area: 1/2/2/3;
            }

                .page-store-content .sc-scope .sc-section .product-info .p-title .CM-flex {
                    -ms-flex-wrap: wrap;
                    flex-wrap: wrap;
                    gap: 5px;
                }

                .page-store-content .sc-scope .sc-section .product-info .p-title .p-name, .page-store-content .sc-scope .sc-section .product-info .p-title .p-price {
                    width: 100%;
                }

            .page-store-content .sc-scope .sc-section .product-info .p-caption {
                -ms-grid-row: 2;
                -ms-grid-row-span: 1;
                -ms-grid-column: 1;
                -ms-grid-column-span: 2;
                grid-area: 2/1/3/3;
            }

        .page-store-content .sc-scope .pay-method .pay-btn-list {
            display: -ms-grid;
            display: grid;
            -ms-grid-columns: (1fr)[2];
            grid-template-columns: repeat(2, 1fr);
        }

            .page-store-content .sc-scope .pay-method .pay-btn-list a {
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
                padding: 12px 5px 12px 8px;
                width: auto;
                font-size: 14px;
                gap: 5px;
            }

        .page-store-content .sc-scope .sc-aside {
            position: fixed;
            bottom: 0;
            left: 0;
            width: 100%;
            top: unset;
            -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.2);
        }
}

.CM-lightbox.pp-ps-confirm .wrap {
    max-width: 640px;
}

    .CM-lightbox.pp-ps-confirm .wrap .sc-title {
        font-size: 20px;
        font-weight: bold;
        color: #666;
        margin-bottom: 15px;
    }

    .CM-lightbox.pp-ps-confirm .wrap .product-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 20px;
        margin-bottom: 15px;
    }

        .CM-lightbox.pp-ps-confirm .wrap .product-info .img {
            width: 130px;
            height: 130px;
            -ms-flex-negative: 0;
            flex-shrink: 0;
            border-radius: 8px;
            overflow: hidden;
        }

            .CM-lightbox.pp-ps-confirm .wrap .product-info .img img {
                width: 100%;
                height: 100%;
                -o-object-fit: cover;
                object-fit: cover;
            }

        .CM-lightbox.pp-ps-confirm .wrap .product-info .p-name {
            font-size: 17px;
            color: #1e1e1e;
            margin-bottom: 8px;
        }

        .CM-lightbox.pp-ps-confirm .wrap .product-info .tag-img {
            width: 60px;
        }

            .CM-lightbox.pp-ps-confirm .wrap .product-info .tag-img img {
                width: 100%;
                vertical-align: top;
            }

    .CM-lightbox.pp-ps-confirm .wrap .btn-row {
        margin-top: 30px;
    }

@media screen and (max-width: 640px) {
    .CM-lightbox.pp-ps-confirm .wrap {
        padding: 50px 30px;
    }

        .CM-lightbox.pp-ps-confirm .wrap .sc-title {
            font-size: 18px;
        }

        .CM-lightbox.pp-ps-confirm .wrap .product-info {
            gap: 10px;
        }

            .CM-lightbox.pp-ps-confirm .wrap .product-info .img {
                width: 100px;
                height: 100px;
            }
}
