﻿* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}


body, html {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 1px;
    font-family: Helvetica, Arial,"微軟正黑體", "微軟雅黑體","Noto Sans TC", "sans-serif";
    color: #363530;
}

img {
    max-width: 100%;
    width: 100%;
    height: auto;
}



/*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: 999;
    position: fixed;
    right: 10px;
    bottom: 150px;
    display: none;
}



    #kc-link ul li {
        width: 60px;
    }




/*視差滾動*/
.article {
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
}

/*取消縮排*/
ul, li {
    margin-left: 0;
    padding-left: 0;
}

li {
    list-style-type: none;
}



/*20180604新功能測試*/




/*kc-logo*/
.navbar-brand img {
    margin-top: -6px;
    margin-left: -9px;
}

/*20180604新功能測試*/


/*top鈕設定*/
#gotop {
    display: none;
    position: fixed;
    right: 240px;
    bottom: 40px;
    font-size: 70px;
    color: #f8720f;
    cursor: pointer;
    z-index: 999999999;
}


/*PC大於1024才會出現左右圖------------------------------------------------------*/
.kc-img-top {
    width: 17%;
    position: fixed;
    top: 8%;
    left: 0%;
    z-index: 99999;
}

.kc-img-left {
    width: 16%;
    position: fixed;
    bottom: 0%;
    left: 0%;
    z-index: 99999;
}

.kc-img-left1 {
    width: 27%;
    position: fixed;
    top: 10%;
    right: 10%;
    z-index: 99999;
}



.kc-img-down {
    width: 20%;
    position: fixed;
    left: 0%;
    bottom: 0%;
    z-index: 99999;
}

.kc-img-right {
    width: 17%;
    position: fixed;
    right: 0%;
    bottom: 0%;
    z-index: 99999;
}

.kc-invoice-left {
    width: 20%;
    position: fixed;
    left: 0%;
    bottom: 0%;
    z-index: 99999;
}

/*check設定*/

.kc-invoice-checkbox label {
    cursor: pointer; /*改變滑鼠游標的形狀*/
    font-weight: normal;
    z-index: 999;
}

.kc-invoice-checkbox p {
    font-size: 30px;
    vertical-align: middle;
}




/*Check box*/
.kc-invoicebox input[type="checkbox"] + .label-text:before {
    content: "\f096";
    font-family: "FontAwesome";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    width: 1em;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
    line-height: 16px;
}

.kc-invoicebox input[type="checkbox"]:checked + .label-text:before {
    content: "\f14a";
    color: #2980b9;
    animation: effect 250ms ease-in;
    display: inline-block;
    vertical-align: middle;
    line-height: 16px;
}

.kc-invoice-checktext {
    font-size: 20px;
    vertical-align: baseline;
}

@keyframes effect { /**/
    0% {
        transform: scale(0);
    }

    25% {
        transform: scale(1.3);
    }

    75% {
        transform: scale(1.4);
    }

    100% {
        transform: scale(1);
    }
}


/*check設定*/




a:link, a:visited, a:active {
    color: #b50929;
    font-weight: bold;
    text-decoration: underline;
}

a:hover {
    color: #b50929;
    text-decoration: none;
}

i {
    padding-right: 5px;
}





/*選單置中*/
.navbar-center {
    display: inline-block;
    float: none;
    vertical-align: top;
}

.navbar-collapse-center {
    text-align: center;
}

.kc-menu {
    padding: 0;
    margin: 0;
    list-style-type: none;
    background-image: linear-gradient(to top, #d5d4d0 0%, #d5d4d0 1%, #eeeeec 31%, #efeeec 75%, #e9e9e7 100%);
    padding-right: 10px;
    font-style: normal;
}

    .kc-menu li {
        margin-right: 1px;
        float: left;
    }

        .kc-menu li a {
            display: block;
            text-align: center;
            height: 65px;
            line-height: 32px;
            text-decoration: none;
            color: #5a595a;
            font-size: 18px;
            letter-spacing: 0px;
        }

            .kc-menu li a:hover {
                color: #c60909;
                background-image: linear-gradient(360deg, #fdfcfb 0%, #e2d1c3 100%);
            }


        /*bt 目前位置變化*/
        .kc-menu li .cur {
            background-image: linear-gradient(to bottom, #f9d423 0%, #ff4e50 100%);
            color: #322a2a;
            font-weight: bold;
        }


.row {
    margin: 0px 70px 0px 70px;
    padding: 10px 0px 10px 0px;
}

.kc-margin {
    margin: 20px 0px 20px 0px;
}


/*.kc-content {
    margin-top: 65px;
}*/


picture img {
    background: url('../../Images/bk-default.jpg') no-repeat;
    /*background-color: #0093E9;*/
    width: 100%;
    height: 100%;
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
}

/*紅字*/
.f10 {
    color: #b60a14;
    font-size: 22px;
    line-height: 24px;
    font-weight: bold;
}




/*==============內容頁背景與上下間距設定==============*/
.kc-eventbox, .kc-invoicebox, .kc-productbox, .kc-attentionbox, .kc-winnerbox, .kc-contactusbox {
    padding: 0px 0px 0px 0px;
}

.kc-eventbox {
    background: url('../images/bk-default.png') no-repeat;
    /*background-color: #0093E9;*/
    width: 100%;
    height: 100%;
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
}

.kc-invoicebox {
    background: url('../../Images/bk-invoice.jpg') no-repeat;
    width: 100%;
    height: 100%;
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
}

.kc-productbox {
    background: url('../../Images/bk-product.jpg') no-repeat;
    width: 100%;
    height: 100%;
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
}


.kc-attentionbox {
    background: url('../../Images/bk-Attention.jpg') no-repeat;
    width: 100%;
    height: 100%;
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
}


.kc-winnerbox {
    background: url('../../Images/bk-winner.jpg') no-repeat;
    width: 100%;
    height: 100%;
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
}

.kc-contactusbox {
    background: url('../../Images/bk-ContactUs.jpg') no-repeat;
    width: 100%;
    height: 100%;
    background-attachment: fixed;
    background-size: cover;
    background-position: right bottom;
}


/*設定PC-Web-Width*/
.kc-web-width {
    margin-right: auto;
    margin-left: auto;
    padding: 50px 0px 50px 0px;
    width: 100%;
    max-width: 970px;
}


/*設定PC-Web-Width*/
.kc-web-width-default {
    margin-right: auto;
    margin-left: auto;
    padding: 50px 0px 50px 0px;
    width: 100%;
    max-width: 970px;
    font-size: 2rem;
    color: #363530;
    line-height: 2.6rem;
	background-color: #ffffff;
	margin-bottom: 150px;
}

.kc-web-width-default-img {
    max-width: 970px;
    margin: 0 auto;
    width: 20%;
    top: -10px;
}

/*default.aspx設定============================================================*/


/*2019/08/15新設定*/
.kc-default-title {
    font-size: 2.5rem;
    line-height: 3.2rem;
    color: #d00e0e;
    font-weight: bolder;
}

.kc-default-title .s-size{
    font-size: 1.5rem;
    line-height: 3.2rem;
    color: #d00e0e;
    font-weight: bolder;
}

.kc-default-font1 {
    font-size: 2rem;
    color: #363530;
}


.kc-web-width-default .row {
    margin-top: 30px;
}

.kc-d01 {
    width: 700px;
}

.kc-d02 {
    width: 600px;
}


.kc-d03 {
    width: 600px;
}

.kc-d04 {
    width: 700px;
}

.kc-d05 {
    width: 800px;
}


.kc-font-red {
    color:red;

}

/*產品介紹-文字置中*/
.kc-p1 {
    position: relative;
}


.kc-p1-pic {
    max-width: 100%;
    height: auto;
}

.kc-p1-title img {
    width: 80%;
    margin-bottom: 10px;
}

.kc-p1-title {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 999;
}

    .kc-p1-title h1 {
        font-size: 50px;
        font-family: 標楷體;
    }


.kc-p1-down {
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 999;
}

.kc-p1-img01 {
    position: absolute;
    top: 100px;
    animation-duration: 30s;
    animation-iteration-count: infinite;
}

.kc-p1-left {
    position: absolute;
    width: 25%;
    left: 0px;
    bottom: 65px;
    animation-duration: 20s;
    animation-iteration-count: infinite;
    z-index: 1;
}

.kc-p1-right {
    position: absolute;
    width: 25%;
    right: 0px;
    bottom: 65px;
    animation-duration: 20s;
    animation-iteration-count: infinite;
    z-index: 1;
}




.kc-p2 h1 {
    font-size: 28px;
    line-height: 40px;
    font-family: 標楷體;
    font-weight: bold;
}



.kc-p2-logo {
    text-align: center;
}

.kc-p2-img {
    animation-duration: 3s;
    animation-iteration-count: infinite;
}


.tn-eventtitle {
    color: #ffffff;
    font-weight: bolder;
    letter-spacing: 3px;
    background-color: #f69d2a;
    padding: 15px 30px;
    display: inline-block;
    font-size: 1.4em;
}

.font-big {
	font-size: 1.2em;
	margin-bottom: 40px;
}
/*不能刪*/
.kc-eventtitle {
    color: #265414;
    font-weight: bold;
    margin-bottom: 0px;
    letter-spacing: 0px;
}

    .kc-eventtitle img {
        width: 25px;
    }
/*不能刪*/


.kc-prize  {
    font-size: 46px;
    color: #bb0909;
}

    .kc-prize div {
        margin: 20px 0px 20px 0px;
    }

    .kc-prize h1 {
        font-size: 34px;
        color: #363530;
        line-height: 38px;
    }

    .kc-prize p {
        font-size: 24px;
        font-weight: bold;
        color: #b50929;
        line-height: 30px;
    }

    .kc-prize span {
        font-size: 20px;
        color: #363530;
        line-height: 26px;
    }

.kc-prize-ps p {
    font-size: 20px;
    line-height: 24px;
    color: #363530;
}

/*活動主題*/
.kc-eventtitle-name {
    font-size: 26px;
    font-weight: bold;
    color: #970881;
}


/*主題文字設定*/
.kc-eventtitle-theme {
    font-size: 26px;
    font-weight: bold;
    color: #c81167;
    display: block;
    margin-bottom: 10px;
    padding: 5px;
}

.kc-eventtitle span {
    padding: 10px 7px 0px 7px;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: bold;
}

.kc-ps label {
	font-size: 1.5rem !important;
    line-height: 1.8 !important;
	font-weight: 500 !important;
	text-align: justify;
}
.indent {
	font-size: 1.5rem !important;
    line-height: 1.8 !important;
	font-weight: 500 !important;
	text-indent: -1.5rem;
	padding-left: 2rem;
	margin-top: -30px !important;
}
.indent2 {
	font-size: 1.5rem !important;
    line-height: 1.8 !important;
	font-weight: 500 !important;
	text-indent: -2rem;
	padding-left: 2rem;
	margin-top: -30px !important;
}
.f08{
	font-weight: 900;
}

.inlineBlock{
	display: block;
    margin: 0 auto;
    max-width: 347px;
}

/*kc-invoice*/


#town {
    width: 110px;
}

.kc-invoice-ps {
    font-size: 16px;
    line-height: 18px;
    padding: 0px 15px 20px 15px;
    color: #c7161c;
}


/*產品介紹===========================================*/

.kc-product-part2 {
    padding-left: 0px;
    padding-right: 0px;
}


.recent-work-wrap p {
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 24px;
    margin-bottom: 30px;
}


/*注意事項*/
.kc-attentionbox label {
    display: block;
    font-size: 16px;
    color: #333;
    line-height: 24px;
    letter-spacing: 1px;
}

    .kc-attentionbox label strong:after {
        content: "/";
        font-size: 16px;
        margin: 0 5px;
        letter-spacing: 1px;
    }

.kc-attentionbox .kc-Attention-title {
    color: #3c763d;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0px;
    line-height: 36px;
}


.kc-attentionbox strong {
    color: #9c0493;
}

.kc-attention1 {
    background: url('../../Images/bk.png') repeat;
}

.kc-attention2 {
    background: url('../../Images/bk4.png') repeat;
}

.kc-attention3 {
    background: url('../../Images/bk6.png') repeat;
}



.kc-att {
    font-size: 28px;
    font-weight: bold;
    line-height: 38px;
    color: #930606;
    padding: 10px;
    background: #feea06;
    ;
    border-radius: 10px;
}



/*中獎名單*/
.kc-winnerbox {
    letter-spacing: 0px;
    padding: 0px;
}

.kc-winner-list {
    width: 100%;
    text-align: center;
}

    .kc-winner-list th {
        text-align: center;
    }

.kc-winnerbox button a {
    color: #123456;
    text-decoration: none;
}

/*聯絡我們*/
.wordMsg {
    font-size: 12px;
    letter-spacing: 0px;
}


.k1 {
    padding-top: 100px;
}


.kc-img-right1 {
    width: 35%;
    position: fixed;
    right: 0%;
    bottom: 0%;
    z-index: 99999;
}

/*已整理過的區域-----------------------------------------------*/



/*Master footer設定*/
.footer {
	position: fixed;
    bottom: 0;
    width: 100%;
    background-color:#000000;
    padding: 0px;
}

    .footer .row {
        margin: 0px;
        padding: 0px;
    }

    .footer img {
        width: 100%;
    }


/*登錄設定*/
#city, #town {
    margin-bottom: 3px;
    font-size: 18px;
}


/*每列高*/
.LoginHeight {
    margin-bottom: 20px;
    font-size: 1.2rem;
    color: #2F2F2F;
}

.LoginTitle {
    display: block;
    font-size: 1.6rem;
    font-weight: bold;
    color: #2F2F2F;
}



strong {
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
    font-weight: normal;
    font-size: 26px;
}


.LoginTitle strong:after {
    content: "/";
    font-size: 1.6rem;
    margin: 0 5px;
}


.LoginTitle p.eg {
    margin-top: 5px;
    font-size: 1.2rem;
    color: #969696;
    font-weight: normal;
}


.LoginTitle em {
    color: #E61F6E;
    font-style: normal;
    font-weight: normal;
}

/*登錄設定*/






/*聯絡我們 */

.ContactUsImg {
    background: url('../../Images/Milk2.png') no-repeat;
    background-position: right bottom;
}



.PersonalInformation {
    color: #451202;
    font-size: 1.2rem;
    letter-spacing: 0px;
    line-height: 2.5rem;
}

.SendBt {
    font-size: 1.6rem;
    color: #860808;
    font-weight: bold;
    margin-bottom: 20px;
}

    .SendBt input {
        margin: 10px;
    }


/*輸入框設定*/
input[type="text"] {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 5px;
    width: 100%;
    height: 35px;
    line-height: 35px;
    border: 1px solid #D6D6D6;
    border-radius: 3px;
}



textarea {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 5px;
    width: 100%;
    height: 100px;
    line-height: 35px;
    border: 1px solid #D6D6D6;
    border-radius: 3px;
}


/*小版面設定=========================================================================================*/
@media only screen and (min-width: 0px) and (max-width: 320px) {
    body, html {
        font-size: 15px;
    }

    .row {
        margin: 0px;
    }


    .footer img {
        width: 70%;
    }


    /*設定PC-Web-Width*/
    .kc-web-width-default {
        font-size: 1.6rem;
        line-height: 2.1rem;
        padding: 0px;
    }

        .kc-web-width-default .row {
            margin-top: 30px;
        }

    .kc-web-width-default-img {
        width: 80%;
    }

    .kc-default-title {
        font-size: 2rem;
    }

    .f10 {
        font-size: 16px;
    }

    .kc-content {
        margin-top: 65px;
    }



    .kc-eventbox, .kc-invoicebox, .kc-attentionbox, .kc-winnerbox, .kc-contactusbox {
        padding: 0px 0px 20px 0px;
    }


    .kc-productbox {
        padding: 0px 0px 0px 0px;
    }

    .container {
        margin: 0px;
        padding: 0px;
    }

    /*kc-banner設定*/
    .kc-banner {
        height: 100px;
        position: relative;
        z-index: 1;
    }


    .kc-menu li a {
        height: 65px;
    }



    /*bt-mobile設定*/

    .kc-menu li i {
        font-size: 30px;
        margin: 0px 3px 0px 3px;
        padding-left: 5px;
        padding-top: 10px;
    }

    .kc-menu li a span p {
        font-size: 10px;
        margin-top: -5px;
    }


    .navbar-nav {
        margin: 0px;
    }

    .nav > li > a {
        position: relative;
        display: block;
        padding: 5px 0px 5px 0px;
    }

    .kc-menu {
        padding-right: 0px;
    }

        .kc-menu ul li {
            float: left;
            width: 16.35%;
        }

    .kc-menu-xs {
        font-size: 1.5rem;
    }

    /*top鈕設定*/
    #gotop {
        right: 10px;
        bottom: 10px;
        font-size: 40px;
    }

    /*活動辦法---------------------------*/
    /*主題文字置中*/
    .kc-eventtitle {
        font-size: 20px;
    }


    .kc-default-title {
        font-size: 1.8rem;
        line-height: 2.4rem;
        color: #e30c1c;
        font-weight: bold;
    }


    /*主題文字置中*/
    .kc-eventtitle-theme {
        text-align: center;
        font-size: 22px;
        font-weight: bold;
    }

    .kc-event-mobile {
        text-align: center;
    }

    .kc-eventtitle-theme {
        text-align: center;
    }

    .kc-event-prize {
        padding: 0;
        line-height: 24px;
    }

      .kc-prize img {
    }



    /*kc-invoice*/

    #city, #town {
        font-size: 14px;
        width: 80px;
    }

    .btn {
        padding: 6px 0px 12px 0px;
    }

    .kc-xs-height {
        margin-top: 0px;
    }



    .kc-hidden-xs {
        display: none;
    }

    .kc-winnerbox .container {
        padding: 0px;
    }

    .kc-margin {
        margin: 0px;
        padding: 0px;
    }


    .kc-event-first-prize .col-xs-4 {
        letter-spacing: 0px;
        font-size: 12px;
        padding: 0px;
    }


    .kc-event-prize {
        padding: 0;
        line-height: 24px;
    }

    .kc-prize {
        font-size: 36px;
    }

        .kc-prize h1 {
            font-size: 20px;
            letter-spacing: 0px;
        }

        .kc-prize p {
            font-size: 14px;
            line-height: 18px;
        }

        .kc-prize span {
            font-size: 20px;
        }



    /*登入發票*/
    .kc-invoice {
        padding: 0px;
        font-size: 16px;
    }


    .kc-invoice-checktext {
        font-size: 16px;
        line-height: 16px;
        vertical-align: baseline;
    }

    .kc-invoice-ps {
        font-size: 14px;
        line-height: 18px;
        padding: 10px 15px 20px 15px;
        color: #c7161c;
    }


    /*產品介紹*/

    .kc-p1-title img {
        width: 100%;
        margin-bottom: 10px;
    }

    .kc-p1-title {
        position: absolute;
        top: 45%;
        left: 50%;
        transform: translate(-50%,-50%);
        z-index: 999;
        width: 80%;
    }

        .kc-p1-title h1 {
            font-size: 20px;
        }


    .kc-p1-left {
        position: absolute;
        width: 45%;
        left: 0px;
        bottom: 5px;
        animation-duration: 30s;
        animation-iteration-count: infinite;
        z-index: 1;
    }

    .kc-p1-right {
        position: absolute;
        width: 45%;
        right: 0px;
        bottom: 5px;
        animation-duration: 30s;
        animation-iteration-count: infinite;
        z-index: 1;
    }


    .kc-p2 h1 {
        font-size: 18px;
        line-height: 26px;
        font-weight: bold;
    }


    .kc-p2 p {
        font-size: 16px;
        line-height: 22px;
    }

    .recent-work-wrap h3 {
        font-size: 20px;
    }

    .recent-work-wrap p {
        font-size: 14px;
        letter-spacing: 2px;
        line-height: 20px;
        margin-bottom: 30px;
    }



    /*注意事項*/
    .kc-attentionbox {
        padding: 0px 15px 0px 15px;
    }


    .kc-winnerbox td {
        letter-spacing: 0px;
        font-size: 14px;
        line-height: 18px;
    }


    .kc-winnerbox th {
        letter-spacing: 0px;
        font-size: 10px;
        line-height: 18px;
    }

    .kc-attentionbox .kc-web-width img {
        width: 100%;
        margin: 0 auto;
    }

    .kc-att {
        font-size: 20px;
    }




    /*footer====================*/
    .kc-brand ul {
        margin-right: 50px;
    }

    .kc-contactusbox {
        margin: 0px;
        padding-left: -15px;
        padding-right: -15px;
    }


        .kc-contactusbox .row {
            margin: 0px;
            padding-left: -15px;
            padding-right: -15px;
        }

    .kk {
        margin: 0px;
        padding-left: -15px;
        padding-right: -15px;
    }



    /*聯絡我們*/

    .kc-contactusbox {
        padding: 20px 0px 10px 0px;
    }

        .kc-contactusbox .col-xs-3 {
            letter-spacing: 0px;
            padding: 0px;
        }

        .kc-contactusbox .row {
            margin: 20px 0px 20px 0px;
            padding: 0px;
        }

        .kc-contactusbox .col-xs-12 {
            padding: 4px;
        }
}



/*中版面設定================================================================*/
@media only screen and (min-width: 321px) and (max-width: 767px) {

    body {
        font-size: 16px;
        line-height: 24px;
    }

    .kc-web-width-default-img {
        width: 50%;
        padding-top: 0px;
    }

    .kc-menu li a {
        height: 60px;
    }

    /*.kc-content {
        margin-top: 60px;
    }*/



    .kc-eventbox, .kc-invoicebox, .kc-attentionbox, .kc-winnerbox, .kc-contactusbox {
        padding: 0px 0px 20px 0px;
    }


    .kc-productbox {
        padding: 0px 0px 0px 0px;
    }





    .footer img {
        width: 100%;
    }




    /*bt-mobile設定*/

    .kc-menu li i {
        font-size: 30px;
        margin: 0px 3px 0px 3px;
        padding-left: 5px;
        padding-top: 10px;
    }

    .kc-menu li a span p {
        font-size: 10px;
        margin-top: -5px;
    }


    .navbar-nav {
        margin: 0px;
    }

    .nav > li > a {
        position: relative;
        display: block;
        padding: 5px 0px 5px 0px;
    }

    .kc-menu {
        padding-right: 0px;
    }

        .kc-menu ul li {
            float: left;
            width: 16.35%;
        }

    .kc-menu-xs {
        font-size: 1.5rem;
    }

    .navbar-nav {
        margin: 0px;
    }

    .nav > li > a {
        position: relative;
        display: block;
        padding: 5px 2px 5px 2px;
    }



    .row {
        margin: 0px;
    }
	
	.inlineBlock {
    display: block;
    margin: 0 auto;
    max-width: 347px;
	}
	
    /*top鈕設定*/
    #gotop {
        right: 10px;
        bottom: 10px;
        font-size: 46px;
    }

    /*首頁相關圖示設定，其他尺寸規格也要一併設定*/
    .kc-defaultbox {
        width: 100%;
        height: 100%;
        background: url('../../Images/default-mobile.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        background-attachment: fixed;
    }

    /*設定PC-Web-Width*/
    .kc-web-width-default {
        font-size: 1.2rem;
        line-height: 1.8rem;
    }


    .kc-up {
        z-index: 999;
        height: 20%;
        width: 100%;
        padding: 0px 20px 20px 20px;
        margin-top: 160px;
    }

        .kc-up img {
            width: 100%;
        }



    .kc-down {
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0px;
    }

    .kc-default-left {
        width: 100%;
        float: none;
        padding: 15px;
        margin-top: 10px;
    }

        .kc-default-left img {
            -webkit-animation: bounce-up 1s linear infinite;
            animation: bounce 1s linear infinite;
        }


    .kc-default-right {
        width: 100%;
        float: none;
        padding: 5px;
    }

    /*活動辦法---------------------------*/


    .kc-default-title {
        font-size: 1.6rem;
        line-height: 2.4rem;
        color: #e30c1c;
        font-weight: bold;
    }




    .kc-prize img {
       
    }

    .kc-prize {
        margin-bottom: 20px;
    }


        .kc-prize h1 {
            font-size: 24px;
        }

        .kc-prize p {
            font-size: 18px;
            line-height: 22px;
        }

        .kc-prize span {
            font-size: 18px;
        }

    .kc-eventtitle {
        font-size: 20px;
    }

    /*主題文字置中*/
    .kc-eventtitle-theme {
        text-align: center;
        font-size: 30px;
        font-weight: bold;
    }

    .kc-event-mobile {
        text-align: center;
    }

    .kc-event-prize .col-xs-6 {
        padding-right: 0px;
        padding-left: 0px;
    }

    /*kc-invoice*/
    .kc-invoice {
        padding: 0px 30px 0px 30px;
    }

    #city, #town {
        font-size: 12px;
        width: 85px;
    }

    .kc-xs-height {
        margin-top: 20px;
    }


    .kc-hidden-xs {
        display: none;
    }

    .kc-winnerbox .container {
        padding: 0px;
    }

    .kc-margin {
        margin: 0px;
        padding: 0px;
    }

    .kc-invoice-ps {
        font-size: 14px;
        line-height: 18px;
        padding: 0px 15px 0px 15px;
        color: #c7161c;
    }

    .kc-invoice-ps {
        font-size: 16px;
        line-height: 20px;
        padding: 10px 15px 20px 15px;
        color: #c7161c;
    }


    /*產品介紹=======================*/

    /*產品介紹*/

    .kc-p1-title img {
        width: 100%;
        margin-bottom: 10px;
    }

    .kc-p1-title {
        position: absolute;
        top: 45%;
        left: 50%;
        transform: translate(-50%,-50%);
        z-index: 999;
        width: 80%;
    }

        .kc-p1-title h1 {
            font-size: 20px;
        }


    .kc-p1-left {
        position: absolute;
        width: 45%;
        left: 0px;
        bottom: 5px;
        animation-duration: 30s;
        animation-iteration-count: infinite;
        z-index: 1;
    }

    .kc-p1-right {
        position: absolute;
        width: 45%;
        right: 0px;
        bottom: 5px;
        animation-duration: 30s;
        animation-iteration-count: infinite;
        z-index: 1;
    }


    .kc-p2 h1 {
        font-size: 18px;
        line-height: 26px;
        font-weight: bold;
    }


    .kc-p2 p {
        font-size: 16px;
        line-height: 22px;
    }


    .recent-work-wrap p {
        font-size: 16px;
        letter-spacing: 2px;
        line-height: 20px;
        margin-bottom: 30px;
    }



    /*注意事項*/
    .kc-attentionbox {
        padding: 0px 15px 0px 15px;
    }

        .kc-attentionbox .kc-web-width img {
            width: 100%;
            margin: 0 auto;
        }

    .kc-att {
        font-size: 22px;
    }


    /*聯絡我們*/

    .kc-contactusbox {
        padding: 20px 0px 10px 0px;
    }


        .kc-contactusbox .col-xs-3 {
            font-size: 14px;
            letter-spacing: 0px;
            padding: 0px;
        }

        .kc-contactusbox .row {
            margin: 20px 0px 20px 0px;
            padding: 0px;
        }


    /*footer====================*/
    .kc-brand ul {
        margin-right: 50px;
    }
}

/*pad額外設定*/
@media only screen and (min-width: 768px) and (max-width: 1023px) {

    #gotop {
    right: 0px;
    bottom: 40px;

}


    .kc-web-width-default-img {
        width: 50%;
        padding-top: 0px;
    }



    .footer img {
        width: 70%;
    }

    .kc-content {
        margin-top: 0px;
    }

    .navbar-brand img {
        margin-top: -5px;
        margin-left: -22px;
        width: 86%;
    }

    .kc-menu li a {
        font-size: 15px;
        padding-left: 7px;
        padding-right: 7px;
    }

    .kc-menu li a {
        height: 50px;
    }

    .kc-default-lefttop {
        display: none;
    }

    .kc-default-righttop {
        right: 0%;
        width: 96%;
        animation: bounce 1.3s linear infinite;
    }

    .kc-default-leftdown {
        margin: -15px;
        padding: 0px;
        position: fixed;
        left: 0px;
        bottom: 0%;
        width: 80%;
    }


    .kc-default-rightdown {
        position: fixed;
        right: 0px;
        bottom: 28%;
        float: left;
        width: 80%;
    }

    /*選單設定*/
    .kc-menu-bt ul li {
        float: left;
        margin: 13px;
        font-size: 2rem;
    }

    /*首頁相關圖示設定，其他尺寸規格也要一併設定*/
    .kc-defaultbox {
        width: 100%;
        height: 100%;
        background: url('../../Images/default-mobile.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        background-attachment: fixed;
    }



    .kc-up {
        z-index: 999;
        margin: 0 auto;
        width: 90%;
        padding: 0px 20px 20px 20px;
        margin-top: 150px;
    }

        .kc-up img {
            width: 100%;
        }



    .kc-down {
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0px;
    }

    .kc-default-left {
        width: 70%;
        margin: 0 auto;
        float: none;
        padding: 5px;
        margin-top: 10px;
    }

        .kc-default-left img {
            -webkit-animation: bounce-up 1s linear infinite;
            animation: bounce 1s linear infinite;
        }


    .kc-default-right {
        width: 90%;
        margin: 0 auto;
        float: none;
        padding: 50px;
    }





    /*活動辦法*/
    .kc-eventbox .row {
        margin-left: -1px;
        margin-right: -1px;
    }
	
	.inlineBlock {
		display: block !important;
		margin: 0 auto !important;
		max-width: 347px;
	}
	
    .kc-eventtitle {
        font-size: 18px;
    }

    .kc-prize {
        margin-bottom: 10px;
    }

        .kc-prize h1 {
            font-size: 30px;
        }

        .kc-prize p {
            font-size: 22px;
            line-height: 28px;
        }

    .kc-event-pad {
        font-size: 18px;
    }


    /*登入發票*/
    .kc-invoicebox {
        font-size: 16px;
    }



    /*產品介紹=======================*/
    /*產品介紹*/

    .kc-p1-title img {
        width: 50%;
        margin-bottom: 10px;
    }

    .kc-p1-title {
        position: absolute;
        top: 30%;
        left: 50%;
        transform: translate(-50%,-50%);
        z-index: 999;
        width: 100%;
    }

        .kc-p1-title h1 {
            font-size: 32px;
        }


    .kc-p1-left {
        position: absolute;
        width: 45%;
        left: 0px;
        bottom: 5px;
        animation-duration: 30s;
        animation-iteration-count: infinite;
        z-index: 1;
    }

    .kc-p1-right {
        position: absolute;
        width: 45%;
        right: 0px;
        bottom: 5px;
        animation-duration: 30s;
        animation-iteration-count: infinite;
        z-index: 1;
    }


    .kc-p2 h1 {
        display: none;
    }


    .kc-p2 p {
        font-size: 16px;
        line-height: 22px;
    }

    .recent-work-wrap p {
        font-size: 16px;
        letter-spacing: 1px;
        line-height: 20px;
        margin-bottom: 30px;
    }


    /*聯絡我們*/
    .kc-contactusbox .kc-web-width .row {
        padding: 0;
        margin: 25px 5px 25px 5px;
    }
}
