body, button, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, input, select, textarea {
    font-family: "Helvetica Neue", Helvetica, Arial, "微軟正黑體", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
    font-weight: 400;
}

body {
    line-height: 1.8;
    font-size: 1rem;
    color: #212121;
    background: #d7da00;
}

@media screen and (min-width:992px) {
    body {
        font-size: 1.125rem;
    }
}

@media screen and (max-width:991px) {
    h1 {
        font-size: 1.9rem;
    }
    h2 {
        font-size: 1.75rem;
    }
    h3 {
        font-size: 1.5em;
    }
    h5 {
        font-size: 1.0em;
    }
}

ul {
    padding-inline-start: 0;
}

li {
    list-style: none;
}

a, a:link, a:visited, a:hover, a:active {
    text-decoration: none;
}

.content-fluid {
    /* container-fluid */
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.contentbox {
    /* container */
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

@media screen and (min-width: 576px) {
    .contentbox {
        max-width: 540px;
    }
}

@media screen and (min-width: 768px) {
    .contentbox {
        max-width: 720px;
    }
}

@media screen and (min-width: 992px) {
    .contentbox {
        max-width: 960px;
    }
}

@media screen and (min-width: 1200px) {
    .contentbox {
        max-width: 1140px;
    }
}

.rowline {
    /* row */
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/*-------------------- 共用樣式 --------------------*/

:root {
    --com-color: #212121;
    --main-color: #5a7c00;
    --main-light-color: #ffffff;
    --sec-color: #4179a5;
    --sec-light-color: #fff100;
    --bg-color: #00041f;
    --transition-com: all 0.3s ease;
    --text-shadow: none;
    /* --text-shadow: 0 2px 3px rgba(9, 85, 147, 1); */
}

.main-txt-color {
    color: #00395b;
    font-weight: 800;
}
.main-title-color {
    color: #c67200;
    font-weight: 800;
}

.main--light-txt-color {
    color: var(--main-light-color);
}

.main-bg-color {
    background: var(--main-light-color);
}

.sec-txt-color {
    color: var(--sec-color);
}

.sec-bg-color {
    background: var(--sec-light-color);
}

.line-h14 {
    line-height: 1.4;
}

.line-h16 {
    line-height: 1.6;
}

.line-h18 {
    line-height: 1.8;
}

.rounded {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px !important;
}
.pro_text{
    font-size: 1rem;
    color: #2f5d79;
    line-height: 1.5;
    /*margin-left: 10px;*/
}
/*-------------------- 主視覺 --------------------*/

#main_top>h1 {
    display: block;
    max-width: 0;
    max-height: 0;
    overflow: hidden;
    line-height: 0;
    font-size: 1px;
    padding: 0;
    margin: 0;
}

#main_top {
    width: 100%;
    height: 0;
    padding-bottom: 26.04%;
    position: relative;
    background: url(https://event.cdn-gunnarworks.com/events/formosa_powerstation/header1920x450_01.jpg) no-repeat center;
    background-size: cover;
}

@media screen and (max-width: 767px) {
    #main_top {
        width: 100%;
        height: 0;
        padding-bottom: 71.111%;
        background: url(https://event.cdn-gunnarworks.com/events/formosa_powerstation/header_960x640_01.jpg) no-repeat center;
        background-size: cover;
    }
}

.nav_bar{background: var(--main-light-color);}
.nav_bar .col-6{padding: 0;}
.nav_bar .col-6 > a{display: block; width: 100%; padding: 1rem 0;color: #ffffff;text-align: center; margin-bottom: 0;position: relative;transition:var(--transition-com) ;}
.nav_bar .col-6 > a:hover{background: var(--main-color);color: var(--sec-light-color);}
.nav_bar .col-6 > a.active{background: var(--main-color); }
.nav_bar .col-6 > a.active:hover{color: #ffffff;}
.nav_bar .col-6 > a.active::after{content: '';display: block;position: absolute;bottom:0;left:50%;transform: translate(-50%,90%);z-index:100; width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 15px 0 15px;
    border-color: #0068d8 transparent transparent transparent;}


/*-------------------- 內容區 --------------------*/

.contentbox_main {
    padding: 20px 0;
}
.btn-warning{font-size: 25px;}
@media screen and (max-width:767px) {
    .contentbox_main {
        padding: 10px 6px;
    }
}

.contentbox_main>h1 {
    text-align: center;
    /*margin-bottom: 1.5rem;*/
    font-weight: 600;
    color: #00385b;
    text-shadow: var(--text-shadow);
}

/* .contentbox_main>h5{text-align: center;color: #ffffff;text-shadow: 0 1px 4px rgba(0,0,0,0.8); margin-bottom: 1.5rem;line-height: 1.6;} */

.icon_area {
    background: var(--sec-color);
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 1rem;
    height: 150px;
    position: relative;
}

.icon_area>img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: auto;
    max-width: 80%;
    height: 70%;
    vertical-align: middle;
}

#activity_info p {
    /* color: var(--main-light-color); */
    /* border-top: 1px solid var(--main-light-color); */
    border-top: 1px solid var(--sec-color);
    display: inline-block;
}


@media screen and (max-width:575px) {
    #activity_info h3 {
        font-size: 1.6rem;
    }
}

.table thead th {
    border-bottom: 2px solid #FFF;
    background: #78b8ea;
    /* color: #ffffff; */
}
.table td, .table th{
    padding: 0.2rem;
    vertical-align: middle;}
.table-bordered td, .table-bordered th {
    text-align: center;
}
.table-bordered thead td, .table-bordered thead th{
    background: #78b8ea;
    font-weight: 800;
}

.order_item>div {
    border-right: 1px solid #dee2e6;
}

@media screen and (max-width:767px) {
    .order_item>div {
        border-right: none;
        border-bottom: 1px solid #dee2e6;
    }
}

.order_item>div:last-child {
    border: none;
}

#activity_order h3>span {
    font-size: 2.25rem;
}

@media screen and (max-width:991px) {
    #activity_order h3>span {
        font-size: 2rem;
    }
}

#activity_order .btn {
    font-size: 1.5rem;
    padding: 8px 20px;
}

#activity_order .btn-secondary {
    color: #fff;
    background-color: var(--sec-color);
    border-color: var(--sec-color);
}

#activity_order .btn-secondary:hover {
    color: #fff;
    background-color: #ff4a5c;
    border-color: #ff4a5c;
}

.prize_pic {
    background: url(https://event.cdn-gunnarworks.com/events/jx_moon/gift-01.jpg) no-repeat center/cover !important;
    min-height: 300px;
}
.prize_pic_01 {
    background: url(https://event.cdn-gunnarworks.com/events/jx_moon/BN_1200x800-01.jpg) no-repeat center/cover;
    min-height: 300px;
    border-radius: 30px 0 0 30px;
}
.prize_pic_02 {
    background: url(https://event.cdn-gunnarworks.com/events/formosa_powerstation/pro-01.jpg) no-repeat center/cover !important; 
}
.prize_pic_03 {
    background: url(https://event.cdn-gunnarworks.com/events/formosa_powerstation/pro-02.jpg) no-repeat center/cover !important; 
}
.prize_pic_04 {
    background: url(https://event.cdn-gunnarworks.com/events/formosa_powerstation/pro-3.jpg) no-repeat center/cover !important; 
}
.prize_pic_05 {
    background: url(https://event.cdn-gunnarworks.com/events/formosa_powerstation/pro-04.jpg) no-repeat center/cover !important; 
}
.prize_pic_06 {
    /*background: url(https://www.gunnarworks.com/events/app-first-purchase/images/header_1200x628.jpg) no-repeat center/cover !important; */
    min-height: 300px;
    border-radius: 30px;
}


.prize_txt {
    background: #ffffff;
    padding: 1.5rem 1.5rem 1.5rem 2.5rem;
    text-align: left;
    border-radius: 0 30px 30px 0;
}
.prize_txt>p{line-height:2;}

@media screen and (min-width:1200px) {
    .prize_txt {
        padding: 2rem 1.5rem 2rem 2.5rem;
        border-radius: 0 30px 30px 0;
    }
}

.prize_txt h4 {
    display: inline-block;
    padding: 0 10px 3px 0;
    border-bottom: 2px solid var(--sec-color);
}

@media screen and (max-width:991px) {
    .prize_txt {
        padding: 1rem 1rem 1rem 1.5rem;
        border-radius: 0 ;
    }
    .prize_pic_01 {border-radius: 0 ;}
    .prize_txt h4 {font-size: 1.375rem;}
}

@media screen and (max-width:767px) {
    .prize_pic {
        height: 0;
        padding-bottom: 66.66%;
    }
    
}

.note_txt {
    padding-left: 2rem;
    padding-right: 1rem;
    color: white;
}

.note_txt li {
    font-size: 1rem;
    list-style-type: decimal;
}

#btn_top {
    position: fixed;
    right: 5px;
    z-index: 999;
}

@media screen and (max-width:767px) {
    #btn_top {
        right: 0;
    }
}