﻿/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
    font-size: 20px;
    font-family: "微軟正黑體", "微軟雅黑體", sans-serif;
    line-height: 26px;
    color: #4f4f4f;
    background: url('../../Content/Images/bk.jpg')#e9faff no-repeat;
    /*background-color: #0093E9;*/
    width: 100%;
    height: 100%;
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
}


img {
    max-width: 100%;
}


/*/*對話提示訊息框*/
/*input[type="text"]::-webkit-input-placeholder {
    color: #caccd1;
    font-size: 14px;
    font-weight: normal;
}**/



/*活動按鈕清單start*/


/*.kc-button button {
    box-shadow: 0 0 15px #999393;
    background: #e9edf5;
    text-decoration: none;
    border: 1px #d4d1d1 solid;
}*/





/*.kc-button button:hover {
        transform: translate(-0%, -1%);
        box-shadow: 0 0 15px #2B2B2B;
        background: #e9edf5;
        text-decoration: none;
        border: 1px #d4d1d1 solid;
    }


.kc-button h5:hover {
    color: #ce181e;
}*/

/*活動按鈕清單end*/
/*#btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
}*/




/*top鈕設定*/
/*#gotop {
    display: none;
    position: fixed;
    right: 240px;
    bottom: 40px;
    font-size: 70px;
    color: #f8720f;
    cursor: pointer;
    z-index: 999999999;
}*/


/*.gotop img {
    z-index: 999;
    width: 60px;
    right: 10px;
    bottom: 50px;
    position: fixed;
}*/



/*#kc-link {
    z-index: 99999999;
    position: fixed;
    right: 10px;
    bottom: 150px;
    display: none;
}



    #kc-link ul li {
        width: 60px;
    }*/




/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.kc-header {
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
}



.kc-bordertop {
    transition: all 0.5s;
    z-index: 997;
    border: 5px solid transparent;
    border-width: 0 0 4px 0;
    border-image: linear-gradient(to right, #f83600 0%, #f9d423 100%);
    border-image-slice: 1;
}


.nav-pills .nav-link.active {
    color: #5f460e;
}


.nav .nav-item .nav-link {
    color: #5f460e;
    font-weight: bold;
}

    .nav .nav-item .nav-link.active {
        color: #ffffff;
        background: #ce181e;
    }


.nav .nav-item a:hover {
    color: #ce181e;
    font-weight: bold;
    background: #ffd900;
}



/*--------------------------------------------------------------
# main
--------------------------------------------------------------*/
main {
    margin-top: 64px;
}

/*.input-group-text {
    font-size: 20px;
    color: #f83600;
}

.kc-box {
    background-color: rgb(255, 255, 255);
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 12px 0px;
}*/

/*.kc-btn {
    width: 80%;
}*/




/*會員專區首頁*/

/*.kc-number-bonus {
    font-weight: bold;
    width: 25%;
    text-align: center;
}


    .kc-number-bonus a .card-title {
        color: #ed1c24;
        font-size: 32px;
    }


    .kc-number-bonus a .card-text {
        color: #464646;
        margin-top: -8px;
        font-size: 24px;
    }


    .kc-number-bonus a .card-subtitle {
        color: #cf8d2e;
        margin-top: -4px;
        font-size: 12px;
        display: block;
        height: 20px;
    }



.kc-number-item .card-body {
    font-size: 50px;
    color: #8a7967;
}

.kc-number-item .card-text {
    font-size: 26px;
    font-weight: bold;
}



.kc-number-item a:hover .card {
    background: #efe9e5;
}

.kc-number-item .card-subtitle {
    font-size: 16px;
}*/


/*背景特效*/
.section-title-border {
    position: relative;
    height: 5px;
    width: 30px;
    background: #86c33a;
    border-radius: 10px;
    display: block;
}

*, ::after, ::before {
    box-sizing: border-box;
}

.section-title-border::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 50%;
    background: #86c33a;
    border-radius: 10px;
    right: -60%;
    top: 0;
}

.section-title-border::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 25%;
    background: #86c33a;
    border-radius: 10px;
    right: -100%;
    top: 0;
}






/*font*/
.kc-font01 {
    font-size: 20px;
}

.kc-font32 {
    font-size: 32px;
}



.kc-font20 {
    font-size: 20px;
}



.kc-red {
    color: #b50938;
}

/*滑入變化*/
.kc-link:hover {
    box-shadow: 0 0 15px #999393;
    background: #e9edf5;
    text-decoration: none;
    border: 1px #d4d1d1 solid;
}




/*活動設定*/
.kc-infobg {
    background: url('../../Content/Images/event/bk2.jpg') no-repeat;
    /*background-color: #0093E9;*/
    width: 100%;
    height: 100%;
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
}


/*注意事項*/
.kc-number {
    font-size: 22px;
    color: #00205b;
    font-weight: bold
}




/*側邊選單*/
#kc-menu {
    display: none;
    z-index: 99999;
    right: 10px;
}



.menuFix {
    position: fixed;
    top: 25%;
    right: 0px;
}


.menuFix2 {
    position: fixed;
    top: 46px;
}



.menuFix3 {
    position: fixed;
    top: 40px;
}


/*中間登入發票鈕*/


/*.kc_invoice_bt {
    padding: 6px;
    text-align: center;
    margin: 0 auto;
    display: block;
    animation: bounce 1s infinite;
    border: 1px #ffd900 solid;
}

    .kc_invoice_bt a {
        display: block;
        font-size: 30px;
        color: #ffffff;
        text-decoration: none;
    }

    .kc_invoice_bt:hover {
        display: block;
        color: #ce181e;
        font-weight: bold;
        background: #ffd900;
        animation: step-end;
    }*/



/*.kc-brand-logo {
width:250px;
}*/


/*mobile設定================================================================*/
@media only screen and (min-width: 390px) and (max-width: 1023px) {
    body {
        background: url('../../Content/Images/bk-mobile.jpg') no-repeat;
        width: 100%;
        height: 100%;
        background-attachment: fixed;
        background-size: cover;
        background-position: center center;
        background-color: #e9faff;
    }

    main {
        margin-top: 40px;
    }

    .nav .nav-item .nav-link {
        height: 40px;
    }


    /*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/


    /*.kc-number-bonus a .card-title {
            font-size: 24px;
        }


        .kc-number-bonus a .card-text {
            margin-top: 0px;
            font-size: 14px;
        }


        .kc-number-bonus a .card-subtitle {
            margin-top: 0px;
            font-size: 10px;
        }




        .kc-number-item .card-body {
            font-size: 30px;
            color: #8a7967;
            padding: 5px;
        }

        .kc-number-item .card-title {
            margin-bottom: 0px;
        }


        .kc-number-item .card-text {
            font-size: 12px;
        }

        .kc-box {
            background-color: #f0f2f5;
            border-radius: 8px;
            box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 12px 0px;
        }*/


    /*--------------------------------------------------------------
# main
--------------------------------------------------------------*/

    .nav-pills .nav-link.active {
        color: #ffffff;
    }


    .nav .nav-item .nav-link {
        font-weight: bold;
        height: auto;
    }

        .nav .nav-item .nav-link.active {
            color: #ffffff;
            background: #ce181e;
        }




    .kc-brand-logo {
        width: 150px;
    }




    /*font*/
    .kc-font01 {
        font-size: 20px;
    }

    .kc-font32 {
        font-size: 18px;
    }


    .kc-font20 {
        font-size: 14px;
    }


    /*pad設定================================================================*/




    .kc-bk1 {
        background: url('../../Content/Images/bk1.jpg') no-repeat;
        /*background-color: #0093E9;*/
        width: 100%;
        height: 100%;
        background-attachment: fixed;
        background-size: cover;
        background-position: center center;
    }

    .kc-bk2 {
        background: url('../../Content/Images/bk2.jpg') no-repeat;
        /*background-color: #0093E9;*/
        width: 100%;
        height: 100%;
        background-attachment: fixed;
        background-size: cover;
        background-position: center center;
    }


    .kc-bk4 {
        background: url('../../Content/Images/bk4.jpg') no-repeat;
        /*background-color: #0093E9;*/
        width: 100%;
        height: 100%;
        background-attachment: fixed;
        background-size: cover;
        background-position: center center;
    }

    /*獎項輪播設定------------------------*/
    .carousel-indicators {
        margin: 0px;
        height: 0px;
    }



    /*小點點顏色*/
    .carousel .carousel-indicators [data-bs-target] {
        background-color: #ed99ad;
        width: 10px !important;
        height: 10px !important;
        border-radius: 100%;
        margin: 12px !important;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }

        .carousel .carousel-indicators [data-bs-target].active {
            background-color: #ff003c;
            width: 20px !important;
            height: 20px !important;
        }




    /*活動辦法----------------------------*/
    .kc-name {
        font-size: 32px;
        color: #ce181e;
    }


    .kc-title {
        font-size: 40px;
        font-weight: bold;
        color: #ce181e;
    }

    .kc-time {
        font-size: 30px;
        font-weight: bold;
        color: #52565e;
    }

    .kc-time-ps {
        font-size: 20px;
        font-weight: bold;
        color: #ce181e;
    }


    .kc-content {
        font-size: 30px;
        font-weight: bold;
        color: #52565e;
    }

    .kc-content-point {
        font-size: 30px;
        font-weight: bold;
        color: #ce181e;
    }



    /*css背景動畫*/



    /*winner中獎名單table===================================*/

    /*mobile設定*/
    .rwd-table {
        background: #fff;
        overflow: hidden;
    }

        .rwd-table tr:nth-of-type(2n) {
            background: #eee;
        }

        .rwd-table th,
        .rwd-table td {
            margin: 0.5em 1em;
        }

    .rwd-table {
        min-width: 100%;
    }

        .rwd-table th {
            display: none;
        }

        .rwd-table td {
            display: block;
        }

            .rwd-table td:before {
                content: attr(data-th) " : ";
                font-weight: bold;
                display: inline-block;
            }

        .rwd-table th, .rwd-table td {
            text-align: left;
        }

            .rwd-table th, .rwd-table td:before {
                color: #001848;
                font-weight: bold;
                text-align: end;
                margin-right: 5px;
            }

    /*PC設定*/
    @media (min-width: 480px) {

        .rwd-table th, .rwd-table td:before {
            color: #2B2B2B;
            font-weight: bold;
            margin-right: 5px;
            background: #ffbc11;
        }


        .rwd-table td:before {
            display: none;
        }

        .rwd-table th, .rwd-table td {
            display: table-cell;
            padding: 0.25em 0.5em;
        }

            .rwd-table th:first-child,
            .rwd-table td:first-child {
                padding-left: 0;
            }

            .rwd-table th:last-child,
            .rwd-table td:last-child {
                padding-right: 0;
            }

        .rwd-table th,
        .rwd-table td {
            padding: 1em !important;
        }
    }

    /*winner中獎名單table*/
}



/*為了新設定用*/
.kc-theme {
    font-size: 40px;
    text-align: center;
    margin: 0 auto;
    color: #ffffff;
    padding: 10px 0px;
}


/*375px小手機設定*/
/*mobile設定================================================================*/
@media only screen and (min-width: 0px) and (max-width: 389px) {

    body {
        background: url('../../Content/Images/bk-mobile.jpg') no-repeat;
        width: 100%;
        height: 100%;
        background-attachment: fixed;
        background-size: cover;
        background-position: center center;
        background-color: #e9faff;
    }



    /*--------------------------------------------------------------
# main
--------------------------------------------------------------*/
    main {
        margin-top: 34px;
    }


    .nav .nav-item .nav-link {
        font-size: 12px;
    }

    /*font*/
    .kc-font01 {
        font-size: 16px;
    }

    .kc-font32 {
        font-size: 18px;
    }



    .kc-font20 {
        font-size: 20px;
    }

    .kc-brand-logo {
        width: 130px;
    }




}
