@charset "UTF-8";

body {
    font-family: "微軟正黑體", "Malgun Gothic", Dotum, Tahoma, sans-serif;
    background-color: #FFF;
}

/*navbar*/
.navbar-inverse {
    background-color: #fff;
    border-color: #08080800;
}

.navbar-inverse .navbar-nav > li > a {
    color: #000000;
    font-weight: bolder;
    font-size: 15px;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
    color: #8060ff;
    background-color: #E0D5FF;
    font-weight: bolder;
    font-size: 16px;
}

.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover {
    color: #8060ff;
    background-color: transparent
}

.navbar-inverse .navbar-toggle {
    border-color: #333;
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
    background-color: #FFF;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #000;
}

.navbar {
    min-height: 50px;
    margin-bottom: 0px;
    border: 0px;
}

.nav_center {
    float: none;
    display: inline-block;
}

.container_r {
    padding: 0px;
    background: #FFF;
}

#section1,
#section2,
#section3 {
    padding-top: 70px;
    overflow: hidden;
    min-height: 600px;
}

#section1 {
    background: url(../images/goh-section_01-bg.jpg) top center no-repeat;
    background-size: cover;
    height: 100vh;
    position: relative;
}

.logoBox,
.sloganBox,
.titleBox,
.downloadBox {
    margin: 0 auto;
}

.logoBox,
.sloganBox {
    max-width: 406px;
}

.titleBox {
    max-width: 844px;
}

.downloadBox {
    max-width: 570px;
    /*        margin-top: 18%;*/
    position: relative;
    bottom: -34vh;
}

.downloadBox span {
    display: inline-block;
    max-width: 45%;
    margin: 2%;
}

.logoBox img,
.sloganBox img,
.titleBox img,
.downloadBox img {
    width: 100%;
    height: auto;
}

#section2 {
    background: url(../images/goh-section_02-bg.png) top center no-repeat;
    background-size: cover;
    position: relative;
    top: top: -50px;
}

.formTitle,
.formCharLeft,
.formCharRight {}

.formTitle {
    max-width: 1000px;
    position: absolute;
    top: 0%;
    left: 32%;
}

.formTitle img,
.formTitle2 img,
.formCharLeft img,
.formCharRight img,
.awardItem img {
    width: 100%;
    height: auto;
}

.formCharLeft {
    float: left;
    position: absolute;
/*    left: 60px;*/
    top: 28px;
    text-align: right;
}

.formCharRight {
    float: right;
    position: absolute;
    right: 250px;
    top: 28px;
}

.register {
    background: url(../images/section2_form.png) top center no-repeat;
    max-width: 998px;
    height: 600px;
    margin: 0 auto;
    overflow: hidden;
}

.goh_form {
    max-width: 600px;
    margin: 10% auto;
}

.form_txt {
    padding-left: 30px;
}

.form_txt span {
    color: #FFFFFF;
    font-size: 17px;
    font-weight: bold;
    display: inline-block;
}

.form_txt span img {
    width: 65%;
}

.goh_form_group {
    width: 100%;
    margin: 3% auto;
    margin-bottom: 3% !important;
}

.goh_submit {
    background: url(../images/goh-submit.png) left bottom;
    width: 192px;
    height: 82px;
}

.goh_submit:hover,
.goh_submit:focus,
.goh_submit:active {
    background: url(../images/goh-submit.png) left 82px;
}

#email {
    width: 100%;
    max-width: 560px;
    border-radius: 0px;
    border: 3px #000 solid;
    height: 40px;
}

#mobile {
    width: 100%;
    max-width: 440px;
    border-radius: 0px;
    border: 3px #000 solid;
    height: 40px;
}

.form-control {
    border-radius: 0px;
    border: 3px #000 solid;
    height: 40px;
}

#section3 {
    background: url(../images/goh-section_03-bg.jpg) top center no-repeat;
    background-size: cover;
    margin-top: 5%;
}
    #section3 > .container{
        position: relative;
    }
    .formTitle2 {
        max-width: 1000px;
        position: absolute;
        top: -10%;
    }
    .awardWwrapper {
        background: url(../images/section3_bg.png) top center no-repeat;
        max-width: 1038px;
        min-height: 743px;
        margin: 0 auto;
        overflow: hidden;
    }
    .awardBox{
        width: 80%;
        margin: 10% auto;
        text-align: center;
    }
    .awardTxt{
        color: #FFF;
        font-size: 17px;
    }
    .formCharLeft2{
        float: left;
        position: absolute;
        left: -130px;
        top: 410px;
    }
    .formCharRight2{
        float: right;
        position: absolute;
        right: -80px;
        top: 410px;
    }
.awardItem{
    display: inline-block;
    padding: 5px;
}

.navbar-brand {
    display: none;
}

.navbar-inverse .navbar-brand {
    color: #000;
}

.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
    color: #8060ff;
    background-color: transparent;
}

.goh_style {
    float: center;
    text-align: center;
}
.eventRule{
    max-width: 630px;
    margin: 0 auto;
    text-align: left;
}
.eventRule p{
    font-size: 35px;
    font-weight: bolder;
    text-align: center!important;
}
.eventRule ul{
    color: #FFF;
    margin-left: -30px;
    padding-right: 10px;
}
/* .footer */
.footer {
    text-align: center;
    background: #000;
}

.footer ul {
    list-style: none;
    display: inline-block;
    margin-left: -45px;
}

.footer ul li {
    float: left;
    padding: 1px 0px;
}

.footer ul li {
    padding-top: 20px;
}
.footer ul li:first-child {
}
.footer ul li:nth-child(2) {
    width: 150px;
    margin-right: 30px;
}
.footer .text {
    font-size: 12px;
    line-height: 1.6em;
    margin-top: 0px;
    text-align: center;
    color: gray;
}

.footer .rating {
    vertical-align: text-bottom;
    margin-right: 2px;
    width: 40px;
}

.footer li span {
    display: inline-block;
    font-size: 12px;
    color: gray;
    text-align: left;
}


@media (min-width:1200px) {
    .container_r {
        width: 100% !important;
    }
}

@media (max-width:1440px) {
    .formCharLeft {
        left: -40px;
    }

    .formCharRight {
        right: 100px;

    }
    .formCharLeft img,.formCharRight img,.formCharLeft2 img,.formCharRight2 img{
        width: 90%;
    }
}
@media (max-width:1200px) {
    .formCharLeft {
        left: -210px;
    }

    .formCharRight {
        right: 0px;
    }
}
@media (min-width: 992px) {
    .container_r {
        width: 100% !important;
    }
}
@media (max-width: 1024px) {

    .awardItem {
        max-width: 280px;
    }
    .formTitle {
        left: 0%;
    }
    .formCharLeft {
        left: -364px;
    }
    .formCharRight {
        right: -190px;
    }
    .formCharLeft2{
        left: -225px;
    }
    .formCharRight2 {
        right: -240px;
    }
    .formCharLeft img,.formCharRight img,.formCharLeft2 img,.formCharRight2 img{
        width: 85%;
    }

}
@media (max-width:768px) {

    #section1{
        height: 96vh;
        margin-bottom: 4vh;
    }
    #section2{
        height: 56vh;
        margin-bottom: 4vh;
    }
    .goh_style {
        /*        float: left;*/
        width: 100%;
        margin: 0px !important;
    }


    .nav_center {
        width: 100%;
        text-align: left;
    }

    .downloadBox {
        /*        margin-top: 36vh;*/
    }
    .formCharLeft,.formCharLeft2,
    .formCharRight,.formCharRight2 {
        display: none;
    }
    .register {
        border-left: 5px #000 solid;
        border-right: 5px #000 solid;
        padding-left: 10px;
        padding-right: 10px;
    }
    .awardWwrapper {
        max-width: 1038px;
        min-height: 500px;
        border-left: 5px #000 solid;
        border-right: 5px #000 solid;
        border-bottom: 5px #000 solid;
    }

}
@media (max-width:767px) {

    .navbar-brand {
        display: block;
    }
    #mobile {
         max-width: 100%; 
    }
}
@media (min-width: 768px) {
    .container_r {
        width: 100% !important;
    }

    .form-inline .form-group {
        text-align: center;
    }
}

@media (max-width:480px) {
    #section2{
        height: 87vh;
        margin-bottom: 4vh;
    }


    div[data-toggle="buttons"] label {
        padding: 8px 20px;
    }
    .form-control {
        margin-bottom: 5%;
    }

}
