@import url('https://fonts.googleapis.com/css?family=Aldrich|Roboto:300,400,700');

@keyframes shining {
    0% {
        color: #fff;
        /* transform: scale(1); */
    }

    50% {
        color: #ff6400;
        /* transform: scale(1.2); */
    }

    100% {
        color: #fff;
        /* transform: scale(1); */
    }
}

.header-shining {
    animation: shining 3s infinite;
    display: inline-block;
}

h1, .h1 {
    font-family: 'Aldrich','Microsoft JhengHei', sans-serif;
    font-size: 35px;
    line-height: 42px;
}

h2, .h2 {
    font-family: 'Aldrich','Microsoft JhengHei', sans-serif;
    font-size: 25px;
    line-height: 30px;
}

h3, .h3 {
    font-family: 'Roboto','Microsoft JhengHei', sans-serif;
    font-size: 22px;
    line-height: 28px;
}

h4, .h4 {
    font-family: 'Roboto','Microsoft JhengHei', sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
}

h5, .h5 {
    font-family: 'Roboto','Microsoft JhengHei', sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
}

h6, .h6 {
    font-family: 'Roboto','Microsoft JhengHei', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
}

a {
    color: #ff6400;
    text-decoration: none;
}

    a:hover, a:active {
        color: #fff;
        text-decoration: none;
    }

    a:focus {
        color: #ff6400;
        text-decoration: none;
    }

p, .p {
    font-size: 16px;
    line-height: 25px;
}

ol, ul {
    list-style: none;
    padding: 0;
}

body {
    position: relative;
    color: #fff;
    margin: 0;
    width: 100%;
    transition: .5s all;
    background: #1C1C1C;
    font-family: 'Roboto','Microsoft JhengHei', sans-serif;
}

select::-ms-expand {
    background: rgba(0,0,0,0);
    border: 0;
    color: #666;
}

body.ie select {
    background-image: none;
}

input:focus {
    border-color: #ff6400 !important;
    border-style: solid !important;
    border-width: 1px !important;
    outline: 0;
    -webkit-box-shadow: inset 0px 0px 0px rgba(0,0,0,.075),0px 0px 0px rgba(255,100,0,1);
    box-shadow: inset 0px 01px 0px rgba(0,0,0,.075),0px 0px 0px rgba(255,100,0,1);
    background: #000;
}

::placeholder {
    font-family: 'Roboto','Microsoft JhengHei', sans-serif;
}

select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

hr {
    border-top: 1px solid #333;
    border-bottom: 0;
}

div.hr { /*最上方主圖 用div做一個漸層分隔線*/
    height: 1px;
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 20%, rgba(255,255,255,1) 80%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 20%,rgba(255,255,255,1) 80%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 20%,rgba(255,255,255,1) 80%,rgba(255,255,255,0) 100%);
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: none;
    outline-offset: 0px;
}
/*Shadow*/
.text-shadow {
    text-shadow: 1px 1px 0px #000, 1px 2px 5px rgba(0,0,0,.7)
}

.img-shadow {
    -webkit-filter: drop-shadow(5px 5px 15px rgba(0, 0, 0, 0.7));
    filter: drop-shadow(5px 5px 15px rgba(0, 0, 0, 0.7))
}

.btn-big {
    font-size: 20px;
    line-height: 22px;
    padding: 10px 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.text-ellipsis {
    /*多行文字限制*/
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 30px;
    padding-right: 48px;
}

.text-ellipsis-p p {
    /*多行文字限制*/
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 30px;
    padding-right: 48px;
}

/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand {
    display: none;
}

.step-2, .step-3 {
    display: none;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}

::-webkit-scrollbar-thumb {
    background: #999;
    border: 0px none #ffffff;
    /* border-radius: 50px; */
}

    ::-webkit-scrollbar-thumb:hover {
        background: #808080;
    }

    ::-webkit-scrollbar-thumb:active {
        background: #808080;
    }

::-webkit-scrollbar-track {
    background: #000000;
    border: 0px none #ffffff;
    border-radius: 50px;
}

    ::-webkit-scrollbar-track:hover {
        background: #000000;
    }

    ::-webkit-scrollbar-track:active {
        background: #333333;
    }

::-webkit-scrollbar-corner {
    background: transparent;
}

.form-control {
    font-size: 16px;
}

.system-message-cover {
    position: fixed;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    z-index: 999999;
    background: rgba(0,0,0,0.7);
    text-align: center;
    line-height: 100vh;
}

.system-message {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    height: auto;
    /* min-height: 350px; */
    width: calc(100% - 30px);
    max-width: 500px;
    background: #131313;
    border: 1px solid #ff6400;
    padding: 15px;
    color: #fff;
    border-radius: 3px;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
}




.menu-hamburger {
    position: absolute;
    top: -15px;
    left: 0;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

    .menu-hamburger::before, .menu-hamburger::after {
        position: absolute;
        z-index: 1;
        content: "";
        width: 100%;
        height: 4px;
        background: #fff;
        transition: 0.3s all;
    }

    .menu-hamburger::after {
        bottom: 0;
    }

    .menu-hamburger span {
        position: absolute;
        width: 100%;
        height: 4px;
        background: #fff;
        top: 8px;
        transition: 0.3s all;
    }

.menu-active::before {
    transform: translateY(8px) rotate(45deg);
}

.menu-active::after {
    transform: translateY(-8px) rotate(-45deg);
}

.menu-active span {
    opacity: 0;
}


.aorus-input {
    padding: 20px 10px 10px 10px;
}

    .aorus-input > textarea {
        background: #282828;
        /* margin: 0 15px; */
        width: calc(100%);
        color: #fff;
        border: 0;
        z-index: 1;
        padding: 10px;
        border-radius: 3px;
        resize: none;
    }

    .aorus-input > input, .aorus-input > select {
        background: #282828;
        /* margin: 0 15px; */
        width: calc(100% );
        height: 50px;
        color: #fff;
        border: 0;
        z-index: 1;
        border-radius: 3px;
        /* padding-left: 100px; */
    }

    .aorus-input > select {
        padding-left: 15px;
    }

    .aorus-input .title {
        position: absolute;
        z-index: 0;
        transition: 0.3s all;
        /* top: 5px; */
        top: 2px;
        font-size: 12px;
        color: #fff;
    }

    .aorus-input .mes {
        position: relative;
        width: 100%;
        transition: 0.3s all;
        font-size: 13px;
        color: rgba(255, 100, 0, 0);
    }

    .aorus-input .show {
        border-color: #ff6400 !important;
        border-style: solid !important;
        border-width: 1px !important;
    }

        .aorus-input .show + .title::before {
            position: absolute;
            content: "!";
            color: #fff;
            z-index: 5;
            left: -8px;
            top: 12px;
            width: 16px;
            height: 16px;
            background: #ff6400;
            border-radius: 50%;
            text-align: center;
            line-height: 16px;
            opacity: 1;
            transition: 0.3s all;
            font-weight: 700;
        }

    .aorus-input .input-ok, .aorus-input .input-no {
        position: absolute;
        content: "";
        color: #fff;
        z-index: 5;
        top: 27px;
        right: 22px;
        width: 36px;
        height: 36px;
        background: #62af35;
        border-radius: 50%;
        text-align: center;
        line-height: 36px;
    }

    .aorus-input .input-no {
        background: #d12f2f;
    }

    .aorus-input > input:focus, .aorus-input > select:focus, .aorus-input > textarea:focus {
        border-color: #ff6400 !important;
        border-style: solid !important;
        border-width: 1px !important;
        outline: 0;
        -webkit-box-shadow: inset 0px 0px 0px rgba(0,0,0,.075),0px 0px 0px rgba(255,100,0,1) !important;
        box-shadow: inset 0px 01px 0px rgba(0,0,0,.075),0px 0px 0px rgba(255,100,0,1) !important;
        background: #000 !important;
        padding-left: 10px;
    }

    .aorus-input > input:disabled, .aorus-input > select:disabled, .aorus-input > textarea:disabled {
        background: #161616 !important;
        color: #999;
        /* padding-left: 10px; */
        /* padding-left: 110px; */
    }

    .aorus-input > input:read-only {
        background: #161616 !important;
        color: #999;
        /* padding-left: 10px; */
        /* padding-left: 110px; */
    }

    .aorus-input > input:focus + .title, .aorus-input > select + .title, .aorus-input > textarea + .title, .aorus-input label + .title {
        /* top: 5px; */
        top: 2px;
        font-size: 12px;
    }

        .aorus-input > input:focus + .title + .mes, .aorus-input > select:focus + .title + .mes {
            color: rgba(255, 100, 0, 1);
        }

    .aorus-input .show:focus + .title::before {
        opacity: 0;
    }

    .aorus-input > input:valid ~ .title, .aorus-input > input:disabled ~ .title, .aorus-input > input:read-only ~ .title {
        /* top: 5px; */
        top: 2px;
        font-size: 12px;
    }

a .btn {
    color: #fff;
}

.error-mes {
    background: rgba(0,0,0,0.3);
    border: 1px solid #ff6400;
    border-radius: 3px;
    color: #ff6400;
}

.error-mes-g27f2 {
    background: rgba(0,0,0,0.3);
    border: 1px solid #ff6400;
    border-radius: 3px;
    color: #ff6400;
}


.btn {
    font-family: 'Aldrich','Microsoft JhengHei', sans-serif;
    border-radius: 3px;
    font-size: 16px;
}

.font-aldrich {
    font-family: 'Aldrich','Microsoft JhengHei', sans-serif;
}

.page-100 {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-height: 62vh;
    background-position: center bottom;
    background-size: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.fullpage {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 1400px;
}

.bodyleft {
    margin-left: 0;
}

.btn {
    font-family: 'Aldrich','Microsoft JhengHei', sans-serif;
}

/* checkbox style */

.styled-checkbox {
    position: absolute;
    opacity: 0;
}

    .styled-checkbox + label {
        position: relative;
        cursor: pointer;
        color: #fff;
        padding: 0;
        margin-left: 2em;
        text-indent: -2em;
        text-shadow: 1px 1px 2px #000;
    }

        .styled-checkbox + label:before {
            content: '';
            margin-right: 10px;
            display: inline-block;
            vertical-align: text-top;
            width: 16px;
            height: 16px;
            /* background: #ff6400; */
            background: #000;
            border-radius: 3px;
            border: 1px solid #ff6400;
        }

    .styled-checkbox:hover + label:before {
        /* background: #fff; */
        background: #ff6400;
    }

    .styled-checkbox:focus + label:before {
        box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
    }

    .styled-checkbox:checked + label:before {
        background: #ff6400;
    }

    .styled-checkbox:disabled + label {
        color: #b8b8b8;
        cursor: auto;
    }

        .styled-checkbox:disabled + label:before {
            box-shadow: none;
            background: #666;
        }

    .styled-checkbox:checked + label:after {
        content: '';
        position: absolute;
        left: 3px;
        top: 9px;
        background: #ffffff;
        width: 2px;
        height: 2px;
        box-shadow: 2px 0 0 #ffffff, 4px 0 0 #ffffff, 4px -2px 0 #ffffff, 4px -4px 0 #ffffff, 4px -6px 0 #ffffff, 4px -8px 0 #ffffff;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        margin-left: -2em;
    }

/* radio buttom style */
.radio {
    position: relative;
    display: inline-block;
}

    .radio input[type="radio"] {
        position: absolute;
        opacity: 0;
        display: none;
    }

.radio-label {
    color: #999;
}

.radio input[type="radio"] + .radio-label:before {
    content: '';
    background: #666;
    border-radius: 100%;
    display: inline-block;
    width: 14px;
    height: 14px;
    position: relative;
    margin-right: 8px;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
    transition: all 250ms ease;
}

.radio input[type="radio"]:hover + .radio-label:before {
    background-color: #ff6400;
    box-shadow: inset 0 0 0 2px #666;
}

.radio input[type="radio"]:checked + .radio-label:before {
    background-color: #ff6400;
    box-shadow: inset 0 0 0 2px #666;
}

.radio input[type="radio"]:focus + .radio-label:before {
    outline: none;
    border-color: #ff6400;
}

.radio input[type="radio"]:disabled + .radio-label:before {
    box-shadow: inset 0 0 0 4px #f4f4f4;
    border-color: #666;
    background: #666;
}

.radio input[type="radio"] + .radio-label:empty:before {
    margin-right: 0;
}

select, option {
    background: rgba(255,255,255,0.1);
    border: 0;
    height: 38px;
    line-height: 36px;
    color: #999;
}

.page-btn {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 1px solid #333;
    text-align: center;
    line-height: 40px;
    margin-bottom: 4px;
}

    .page-btn:hover {
        background: #ff6400;
        cursor: pointer;
    }

.page-btn-disable {
    cursor: default;
    color: #666;
}

    .page-btn-disable:hover {
        cursor: default;
        background: rgba(0,0,0,0);
    }

.page-title {
    font-family: 'Aldrich','Microsoft JhengHei', sans-serif;
    /* margin-top: 70px;  */
    font-size: 35px;
}

.btn-orange {
    color: #fff;
    background-color: #ff6400;
    border-color: #ff5400;
    /* 字頭大寫 */
    /* text-transform:capitalize; */
    /* 大寫 */
    text-transform: uppercase;
}

    .btn-orange:focus,
    .btn-orange.focus {
        color: #fff;
        background-color: #ff5400;
        border-color: #ca5100;
    }

    .btn-orange:hover {
        color: #fff;
        background-color: #ff5400;
        border-color: #ca5100;
    }

    .btn-orange:active,
    .btn-orange.active,
    .open > .dropdown-toggle.btn-orange {
        color: #fff;
        background-color: #ff5400;
        border-color: #ca5100;
    }

        .btn-orange:active:hover,
        .btn-orange.active:hover,
        .open > .dropdown-toggle.btn-orange:hover,
        .btn-orange:active:focus,
        .btn-orange.active:focus,
        .open > .dropdown-toggle.btn-orange:focus,
        .btn-orange:active.focus,
        .btn-orange.active.focus,
        .open > .dropdown-toggle.btn-orange.focus {
            color: #fff;
            background-color: #ca5100;
            border-color: #ca5100;
        }

    .btn-orange:active,
    .btn-orange.active,
    .open > .dropdown-toggle.btn-orange {
        background-image: none;
    }

    .btn-orange.disabled:hover,
    .btn-orange[disabled]:hover,
    fieldset[disabled] .btn-orange:hover,
    .btn-orange.disabled:focus,
    .btn-orange[disabled]:focus,
    fieldset[disabled] .btn-orange:focus,
    .btn-orange.disabled.focus,
    .btn-orange[disabled].focus,
    fieldset[disabled] .btn-orange.focus {
        background-color: #ff6400;
        border-color: #ff5400;
    }

    .btn-orange .badge {
        color: #ff6400;
        background-color: #fff;
    }



.btn-gray {
    color: #fff;
    background-color: #999999;
    border-color: #666666;
    /* text-transform:capitalize; */
}

    .btn-gray:focus,
    .btn-gray.focus {
        color: #fff;
        background-color: #666666;
        border-color: #555555;
    }

    .btn-gray:hover {
        color: #fff;
        background-color: #666666;
        border-color: #555555;
    }

    .btn-gray:active,
    .btn-gray.active,
    .open > .dropdown-toggle.btn-gray {
        color: #fff;
        background-color: #666666;
        border-color: #555555;
    }


        .btn-gray:active:hover,
        .btn-gray.active:hover,
        .open > .dropdown-toggle.btn-gray:hover,
        .btn-gray:active:focus,
        .btn-gray.active:focus,
        .open > .dropdown-toggle.btn-gray:focus,
        .btn-gray:active.focus,
        .btn-gray.active.focus,
        .open > .dropdown-toggle.btn-gray.focus {
            color: #fff;
            background-color: #555555;
            border-color: #555555;
        }

    .btn-gray:active,
    .btn-gray.active,
    .open > .dropdown-toggle.btn-gray {
        background-image: none;
    }

    .btn-gray.disabled:hover,
    .btn-gray[disabled]:hover,
    fieldset[disabled] .btn-gray:hover,
    .btn-gray.disabled:focus,
    .btn-gray[disabled]:focus,
    fieldset[disabled] .btn-gray:focus,
    .btn-gray.disabled.focus,
    .btn-gray[disabled].focus,
    fieldset[disabled] .btn-gray.focus {
        background-color: #999999;
        border-color: #666666;
    }

    .btn-gray .badge {
        color: #999999;
        background-color: #fff;
    }

.btn-black {
    color: #fff;
    background: rgba(0,0,0,0.6);
    border: 1px solid #fff;
    transition: 0.3s all;
    /* text-transform:capitalize; */
}

    .btn-black:hover {
        color: #fff;
        background: #000;
        border: 1px solid #fff;
    }

    .btn-black:active, .btn-black:focus {
        color: #fff;
        background: #000;
        border: 1px solid #fff;
    }


.btn-white {
    color: #fff;
    background: rgba(0,0,0,0);
    border: 1px solid #fff;
    transition: 0.3s all;
}

    .btn-white:hover {
        color: #000;
        background: #fff;
        border: 1px solid #fff;
    }

.btn-yellow {
    color: #FCCA46;
    background: rgba(0,0,0,0);
    border: 1px solid #FCCA46;
    cursor: default;
}

    .btn-yellow:hover {
        color: #FCCA46;
        background: rgba(0,0,0,0);
        border: 1px solid #FCCA46;
    }


.btn-gray-outline {
    color: #999;
    background: rgba(0,0,0,0);
    border: 1px solid #999;
    transition: 0.3s all;
}

    .btn-gray-outline:hover {
        color: #000;
        background: #999;
        border: 1px solid #999;
    }

    .btn-gray-outline:active, .btn-gray-outline:focus {
        color: #000;
        background: #666;
        border: 1px solid #999;
    }


@media (max-width: 1920px) {
    .fullpage {
        position: relative;
        width: 100%;
        height: 100%;
    }
}

.img-div {
    position: relative;
    border-radius: 3px;
    height: auto;
}

    .img-div > div {
        position: relative;
        border-radius: 3px;
        width: 100%;
        height: 300px;
        overflow: hidden;
    }

        .img-div > div img {
            border-radius: 3px;
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: 0.5s all;
        }

        .img-div > div .title {
            position: absolute;
            bottom: 0;
            left: 0;
            z-index: 0;
            opacity: 1;
            height: auto;
            width: 100%;
            transition: 0.5s all;
            background: #0009;
        }

        .img-div > div:hover img {
            transform: scale(1.3);
        }

        .img-div > div:hover .title {
            position: absolute;
            bottom: 0;
            left: 0;
            z-index: 0;
            opacity: 0;
        }

        .img-div > div .hover {
            position: absolute;
            bottom: 0;
            left: 0;
            top: 0;
            right: 0;
            background: rgba(0,0,0,0.7);
            border-radius: 3px;
            z-index: 2;
            opacity: 0.3;
            border: 1px solid #00000000;
            overflow: hidden;
            transition: 0.5s all;
            cursor: pointer;
        }

.img-delete {
    position: absolute;
    cursor: pointer;
    z-index: 3;
    right: 0;
    top: 0;
    height: 20px;
    width: auto;
    padding: 2px 20px 2px 10px;
    /* font-size: 20px; */
    font-family: 'Aldrich','Microsoft JhengHei', sans-serif;
    color: #999;
    opacity: 0;
}

    .img-delete::before {
        content: "";
        cursor: pointer;
        position: absolute;
        top: 0;
        right: 5px;
        height: 1px;
        width: 15px;
        background: #999;
        transform: translateY(12px) rotate(-45deg);
    }

    .img-delete::after {
        content: "";
        position: absolute;
        top: 0;
        right: 5px;
        height: 1px;
        width: 15px;
        background: #999;
        transform: translateY(12px) rotate(45deg);
    }

.img-div > div .hover > div {
    position: absolute;
    bottom: -100%;
    left: 0;
    padding: 10px;
    z-index: 1;
    transition: 0.5s all;
    opacity: 0;
    width: 100%;
    height: auto;
}

.img-div > div .hover:hover {
    opacity: 1;
    border: 1px solid #ff6400;
}


    .img-div > div .hover:hover > div {
        bottom: 0%;
        opacity: 1;
        height: auto;
    }

    .img-div > div .hover:hover > .img-delete {
        opacity: 1;
    }

.img-div > div .hover > div span {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    padding: 10px;
    background: #000;
    color: #999;
    cursor: pointer;
}

    .img-div > div .hover > div span:hover {
        color: #ff6400;
    }

.img-tag {
    position: absolute;
    z-index: 3;
    top: 0;
    height: 30px;
    width: auto;
    background: #ff6400;
    padding: 2px 10px;
    border-radius: 3px 0 0 0;
    font-size: 20px;
    font-family: 'Aldrich','Microsoft JhengHei', sans-serif;
}

    .img-tag::after {
        content: "";
        position: absolute;
        width: 0px;
        height: 0px;
        z-index: 1;
        right: -20px;
        top: 0;
        border-top: 15px solid #ff6400;
        border-left: 10px solid #ff6400;
        border-bottom: 15px solid rgba(0,0,0,0);
        border-right: 10px solid rgba(0,0,0,0);
    }


.breadcrumb-div {
    background: #131313;
}

    .breadcrumb-div ul {
        position: relative;
        width: 100%;
        height: auto;
    }

        .breadcrumb-div ul > li {
            position: relative;
            display: inline-block;
            padding: 0 5px 0 15px;
        }

            .breadcrumb-div ul > li > a {
                color: #999;
                text-decoration: none;
            }

            .breadcrumb-div ul > li:nth-child(1) {
                padding: 0 10px 0 0px;
            }

            .breadcrumb-div ul > li::after {
                content: " / ";
                color: #999;
                position: absolute;
                right: -10px;
                top: 0;
            }

            .breadcrumb-div ul > li:nth-last-child(1)::after {
                content: "";
            }


.select-arrow {
    position: absolute;
    right: 10px;
    top: 20px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    text-align: center;
    z-index: 2;
    pointer-events: none;
}

.window-box-cover {
    position: fixed;
    z-index: 9999;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,0.7);
    display: none;
    overflow-y: auto;
}

.window-box {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 700px;
    max-width: calc(100% - 30px);
    height: auto;
    min-height: 500px;
    background: #424242;
    border-radius: 3px;
    padding: 15px;
    overflow: visible;
}



.window-box-close {
    position: absolute;
    z-index: 1;
    right: 15px;
    top: 15px;
    width: 40px;
    height: 40px;
    transition: 0.3s all;
    cursor: pointer;
}

    .window-box-close::after {
        position: absolute;
        z-index: 1;
        content: "";
        height: 1px;
        width: 100%;
        background: #ff6400;
        transform: translateY(20px) rotate(45deg);
    }

    .window-box-close::before {
        position: absolute;
        z-index: 1;
        content: "";
        height: 1px;
        width: 100%;
        background: #ff6400;
        transform: translateY(20px) rotate(-45deg);
    }

    .window-box-close:hover {
        transform: rotate(90deg);
    }


.upload-btn {
    height: 50px;
    margin-top: 20px;
}


.datepicker {
    background: #fff;
    color: #000;
}

@keyframes go-top {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-5px);
    }

    100% {
        transform: translateY(0px);
    }
}

@keyframes lighting {
    0% {
        color: #fff;
    }

    50% {
        color: rgb(250, 200, 80);
    }

    100% {
        color: #fff;
    }
}

.go-top-div {
    position: fixed;
    z-index: 5;
    bottom: 0;
    right: 0;
    width: 50px;
    border-radius: 3px;
    color: #fff;
    line-height: 50px;
    text-align: center;
    font-size: 3rem;
    cursor: pointer;
}

    /* .go-top-div::before{
    content: "";
    position: absolute;
    left: 0;
    top: -100px;
    border-top: 50px solid rgba(0,0,0,0);
    border-right: 50px solid rgba(255, 100, 0,0.3);
    border-bottom: 50px solid rgba(255, 100, 0,0.3);
    border-left: 50px solid rgba(0,0,0,0);
} */
    .go-top-div > div {
        position: relative;
        width: 100%;
        height: 50px;
        opacity: 1;
        transition: 0.5s all;
    }


        .go-top-div > div:nth-last-child(1) {
            background: #333;
            display: none;
        }

        .go-top-div > div:nth-last-child(2) {
            background: #333;
            display: none;
        }

        .go-top-div > div:nth-last-child(3) {
            background: #333;
            display: none;
        }

        .go-top-div > div:hover {
            background: #ff6400;
            opacity: 1;
        }

        .go-top-div > div:nth-last-child(2) i {
            animation-name: lighting;
            animation-duration: 0.6s;
            animation-iteration-count: infinite;
        }

        .go-top-div > div:nth-last-child(1) i {
            /* animation-name: go-top;
    animation-duration: 1s;
    animation-iteration-count: infinite; */
        }

        .go-top-div > div > div {
            position: absolute;
            display: block;
            white-space: nowrap;
            padding: 0 10px;
            font-size: 16px;
            line-height: 50px;
            color: #000;
            right: 50px;
            top: 300px;
            width: auto;
            height: 50px;
            background: #fff;
            opacity: 0;
            transition: 0.3s all;
        }

        .go-top-div > div:hover > div {
            opacity: 1;
            transform: translateY(-300px);
        }

        .go-top-div > div > div::after {
            content: "";
            position: absolute;
            right: -10px;
            top: 20px;
            width: 0px;
            height: 0px;
            /* background: #ff6400; */
            border-top: 5px solid rgba(255,255,255,0);
            border-right: 5px solid rgba(255,255,255,0);
            border-bottom: 5px solid rgba(255,255,255,0);
            border-left: 5px solid rgba(255,255,255,1);
        }


i {
    position: relative;
}
/* Tooltip text */
.tooltiptext {
    visibility: hidden;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 10px 10px;
    border-radius: 3px;
    position: absolute;
    z-index: 10;
    width: 160px;
    font-size: 14px;
    font-family: 'Roboto','Microsoft JhengHei', sans-serif;
    font-weight: 300;
    line-height: 20px;
}

    .tooltiptext h6 {
        margin-bottom: 5px;
    }

.tooltiptext-center {
    top: calc(100% + 10px);
    left: calc((100% - 160px)/2);
}

.tooltiptext-right {
    top: calc(100% + 10px);
    right: -7px;
}

.tooltiptext-left {
    top: calc(100% + 10px);
    left: -7px;
}

.tooltiptext-badge {
    left: calc((100% - 160px)/2);
    bottom: calc(100% + 10px);
}

.tooltiptext::before {
    content: "";
    position: absolute;
    border-top: 5px solid rgba(0, 0, 0, 0);
    border-bottom: 5px solid #555;
    border-left: 5px solid rgba(0, 0, 0, 0);
    border-right: 5px solid rgba(0, 0, 0, 0);
}

.tooltiptext-center::before {
    top: -10px;
    left: calc(50% - 5px);
}

.tooltiptext-right::before {
    top: -10px;
    right: 10px;
}

.tooltiptext-left::before {
    top: -10px;
    left: 10px;
}

.tooltiptext-badge::before {
    bottom: -10px;
    border-top: 5px solid #555;
    border-bottom: 5px solid rgba(0, 0, 0, 0);
    border-left: 5px solid rgba(0, 0, 0, 0);
    border-right: 5px solid rgba(0, 0, 0, 0);
    left: calc(50% - 5px);
}

/* Show the tooltip text when you mouse over the tooltip container */
.fa-lock:hover .tooltiptext, .fa-question:hover .tooltiptext, .badge-img:hover .tooltiptext {
    visibility: visible;
}

@media (max-width: 990px) {
    .info-box {
        margin-top: 30px;
    }

    .upload-btn {
        margin-top: 15px;
        margin-bottom: 5px;
    }

    .sm-text-center {
        text-align: center !important;
    }
}

.page-loading-cover {
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 99999;
    line-height: 100vh;
    text-align: center;
    background: #131313;
    color: #ff6400;
    font-size: 50px !important;
    top: 0;
    left: 0;
    visibility: hidden;
}

.function-loading-cover {
    position: fixed;
    display: none;
    width: 100%;
    height: 100vh;
    z-index: 99999;
    line-height: 100vh;
    text-align: center;
    background: rgba(0,0,0,0.7);
    color: #ff6400;
    font-size: 50px !important;
    top: 0;
    left: 0;
    visibility: hidden;
}

.lds-dual-ring {
    display: inline-block;
    width: 64px;
    height: 64px;
}

    .lds-dual-ring:after {
        content: " ";
        display: block;
        width: 46px;
        height: 46px;
        margin: 1px;
        border-radius: 50%;
        border: 5px solid #fff;
        border-color: #fff transparent #fff transparent;
        animation: lds-dual-ring 1.2s linear infinite;
    }

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.alert-box-cover {
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,0.7);
    display: none;
    justify-content: center;
    align-items: flex-start; /* 將對齊方式改為上對齊 */
    padding-top: 80px; /* 控制距離上方的間距 */
}

.alert-box {
    position: relative;
    margin: 0 auto;
    margin-top: 30px;
    width: 600px;
    max-width: calc(100% - 30px);
    height: auto;
    background: #424242;
    border-radius: 12px;
    padding: 15px;
    font-family: "Roboto", "Segoe UI", sans-serif;
}

.alert-box-close {
    position: absolute;
    z-index: 1;
    right: 15px;
    top: 15px;
    width: 40px;
    height: 40px;
    transition: 0.3s all;
    cursor: pointer;
}

    .alert-box-close::after {
        position: absolute;
        z-index: 1;
        content: "";
        height: 1px;
        width: 100%;
        background: #ff6400;
        transform: translateY(20px) rotate(45deg);
    }

    .alert-box-close::before {
        position: absolute;
        z-index: 1;
        content: "";
        height: 1px;
        width: 100%;
        background: #ff6400;
        transform: translateY(20px) rotate(-45deg);
    }

    .alert-box-close:hover {
        transform: rotate(90deg);
    }

@keyframes light {
    0% {
        transform: scale(0) rotate(0deg);
        opacity: 0.0;
    }

    100% {
        transform: scale(1) rotate(360deg);
        opacity: 0.8;
    }
}

@keyframes autolight {
    0% {
        transform: scale(1) rotate(360deg);
        opacity: 0.8;
    }

    50% {
        transform: scale(1) rotate(360deg);
        opacity: 1;
    }

    100% {
        transform: scale(1) rotate(360deg);
        opacity: 0.8;
    }
}

.light {
    position: fixed;
    z-index: 9999;
    left: calc( 50vw - 500px );
    top: calc(50vh - 500px);
    height: 0;
    background-image: url(../../images/light.png);
    background-size: cover;
    width: 1000px;
    height: 1000px;
    opacity: 0.0;
    display: none;
    overflow: hidden;
    /* animation-name: light;
    animation-duration: 2s; */
    /* animation-iteration-count: infinite; */
    /* animation-iteration-count: 1; */
}

.run-animation {
    animation-name: light;
    animation-duration: 1s;
    animation-iteration-count: 1;
    opacity: 0.8;
}

.run-autolight {
    animation-name: autolight;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}

.light-cover {
    position: fixed;
    z-index: 9998;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.7);
    display: none;
    overflow: hidden;
}

.badge-info {
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    display: none;
    overflow: hidden;
}

    .badge-info .mes-img {
        position: absolute;
        left: calc( 50% - 80px);
        top: calc( 50% - 80px);
        width: 160px;
        height: 160px;
        -webkit-filter: drop-shadow(0px 0px 10px rgba(255, 255, 255, 0.8));
        filter: drop-shadow(0px 0px 25px rgba(255, 255, 255, 0.7))
    }

    .badge-info .badge-title {
        position: absolute;
        left: 0;
        top: 32%;
        width: 100%;
        height: auto;
        text-align: center;
        color: #fff;
        font-size: 40px;
        font-weight: 500;
        font-family: 'aldrich', sans-serif;
    }

    .badge-info .text-box {
        position: absolute;
        left: 0;
        top: 60%;
        width: 100%;
        height: auto;
        text-align: center;
        padding: 10px;
    }

.text-box div {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 500px;
    padding: 15px;
    /* color: #979390; */
    /* background: rgba(0,0,0,0.6); */
}

.text-box h2, .text-box h4 {
    position: relative;
    margin: 0 auto;
    width: 100%;
}

.text-box h4 {
    font-weight: 500;
}

@media (max-width: 990px) {
    .badge-info .badge-title {
        font-size: 36px;
    }
}

.cover-gray {
    filter: grayscale(100%) brightness(70%);
}

.expired-tag {
    position: absolute;
    z-index: 50;
    top: 25%;
    left: 0;
    width: 100%;
    text-align: center;
}

    .expired-tag span {
        display: inline-block;
        width: 50%;
        padding: 10px;
        font-size: 18px;
        background: #ff6400;
        color: #000;
        font-family: 'aldrich','Microsoft JhengHei',sans-serif;
        font-weight: 500;
    }

.teaching-box {
    position: relative;
    margin: calc(50vh - 320px) auto;
    width: 600px;
    max-width: calc(100% - 30px);
    height: auto;
    min-height: 500px;
    background: #424242;
    border-radius: 3px;
    padding: 15px;
    margin-top: 5vh;
    z-index: 999;
}

    .teaching-box .owl-theme {
        display: inline-block !important;
        width: calc(100% - 50px);
    }

    .teaching-box .item img {
        display: inline-block !important;
        width: auto !important;
        max-height: 300px;
        max-width: 100%;
    }

    .teaching-box .customNextBtn, .teaching-box .customPrevBtn {
        position: absolute;
        z-index: 1;
        width: 30px;
        height: 70px;
        text-align: center;
        line-height: 65px;
        background: rgba(0,0,0,0.0);
        top: 45%;
        font-size: 35px;
        cursor: pointer;
    }

        .teaching-box .customNextBtn:hover, .teaching-box .customPrevBtn:hover {
            background: rgba(255,100,0,0.5);
        }

    .teaching-box .customNextBtn {
        left: 0;
    }

    .teaching-box .customPrevBtn {
        right: 0;
    }

.owl-dots {
    margin: 15px 0;
    text-align: center;
}

    .owl-dots button {
        display: inline-block;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        margin: 5px;
        background: #666 !important;
    }

    .owl-dots .active {
        background: #fff !important;
    }
.aorus-alert-cover {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    display: none; /* 預設隱藏 */
    justify-content: center;
    align-items: center;
}

.aorus-alert-box {
    background: #121212;
    color: #fff;
    padding: 2rem;
    border: 2px solid #ff6a00;
    border-radius: 8px;
    width: 400px;
    max-width: 90%;
    box-shadow: 0 0 20px rgba(255, 106, 0, 0.5);
    animation: zoomIn 0.3s ease;
}

.aorus-alert-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.alert-box-close {
    cursor: pointer;
    font-size: 24px;
    color: #aaa;
    transition: color 0.3s;
}

    .alert-box-close:hover {
        color: #fff;
    }

.aorus-alert-body {
    margin-bottom: 1.5rem;
}

.aorus-alert-footer {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

.btn-outline-light {
    background: transparent;
    border: 1px solid #aaa;
    color: #aaa;
    padding: 0.5rem 1rem;
    border-radius: 4px;
    transition: all 0.3s;
}

    .btn-outline-light:hover {
        border-color: #fff;
        color: #fff;
    }

@keyframes zoomIn {
    from {
        transform: scale(0.8);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}
.aorus-loading-overlay {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: rgba(0,0,0,.75);
    backdrop-filter: saturate(120%) blur(1.5px);
}

    .aorus-loading-overlay .spinner {
        width: 44px;
        height: 44px;
        border-radius: 50%;
        border: 3px solid rgba(255,255,255,.25);
        border-top-color: #ff6400; /* AORUS 橘 */
        animation: aorus-spin .8s linear infinite;
    }

    .aorus-loading-overlay .loading-text {
        margin-top: 12px;
        color: #fff;
        font-weight: 600;
        letter-spacing: .5px;
        text-shadow: 0 1px 2px rgba(0,0,0,.4);
    }

@keyframes aorus-spin {
    to {
        transform: rotate(360deg)
    }
}

/* 顯示 loading 時禁止滾動 */
body.aorus-loading {
    overflow: hidden;
}
/* 預設就不要顯示 overlay */
#aorusLoading {
    display: none;
}

/* 只有 body 有這個 class 才顯示 */
body.aorus-loading #aorusLoading {
    display: flex; /* 用你設計的 flex + spinner 動畫 */