/* CSS Document */

body {
    background-color: #cb2b35;
    font-family: 微軟正黑體;
    font-weight: bold;
    background-image: url(../image/texture.png);
}

#topbanner {
    width: 100%;
    margin: auto;
}
#topbanner img{
    width: 100%;
}

#goal {
    width: 765px;
    background-color: #FFF;
    margin: 0 0 10px 35px;
    background-repeat: no-repeat;
}

#goal p {
    display: block;
    width: 350px;
    font-size: 15px;
    line-height: 1.6em;
    text-align: justify;
    padding: 20px 0 20px 380px;
}

#money {
    width: 874px;
    height: 414px;
    position: absolute;
    z-index: 5;
    left: 277px;
    top: -2px;
}

#cloud {
    width: 1376px;
    height: 414px;
    position: absolute;
    z-index: 4;
}

#word {
    width: 444px;
    height: 56px;
    position: absolute;
    z-index: 6;
    left: 455px;
    top: 385px;
}

#gold01 {
    width: 64px;
    height: 59px;
    position: absolute;
    z-index: 6;
    left: 618px;
    top: 486px;
}

#nav {
    width: 100%;
    height: 100px;
    background-color: #7d0022;
    min-width: 1376px;
    position: sticky;
    top: 0px;
    z-index: 100;
}

#nav_CC {
    width: 1376px;
    margin: 0 auto;
    height: 105px;
}

#nav_CC li {
    margin-right: 145px;
    float: left;
}

#runlight {
    width: 1376px;
    height: 74px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.runlight1 {
    width: 100%;
    height: 74px;
    margin: 0 auto;
    background-color: #c90000;
    margin-bottom: 20px;
}

#context {
    width: 1100px;
    margin: 0 auto;
    margin-bottom: 20px;
}

#allcontent {
    width: 1376px;
    margin: 0 auto;
}

#new {
    display: block;
    width: 765px;
    overflow: hidden;
    padding: 0 20px;
    padding-bottom: 20px;
}

#new li {
    display: block;
    width: 200px;
    float: left;
    list-style: none;
    font-size: 14px;
    line-height: 1.4em;
    text-align: justify;
}

h3 {
    display: block;
    font-size: 15px;
    line-height: 1.6em;
    width: 650px;
    margin: 0 auto;
    text-align: center;
}

.context01box{
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
}
.context01box .course{
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: auto;
    width: 100%;
}
.context01box .course .item{
    width: 100%;
    margin: 15px 0 15px 40px;
}
.context01box .course .item img{
    margin: 0 15px;
    transition: 0.4s;
}
.context01box .course .item img:hover{
    transform: translateY(-15px);
    transition: 0.4s;
}
@keyframes shine{
    0% {
        box-shadow: unset;
    }
    50% {
        box-shadow: 0 0 10px #ffff92, 0 0 20px #ffff92, 0 0 30px #ffff92;
    }
    100% {
        box-shadow: unset;
    }
}

.elearning{
    max-width: 1100px;
    margin: 50px auto;
    border-radius: 5px;
    animation: shine 5s infinite;
}
.elearning img{
    border-radius: 5px;
    width: 100%;
}

#a01{
    display: block;
    width: 100px;
    background-color: #225ee7;
    text-decoration: none;
    color: #FFF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 5px;
    text-align: center;
    font-size: 20px;
    margin-right: 60px;
    float: left;
    box-shadow: 0px 4px 0px 0px #02287e;
}

.a02 {
    display: block;
    width: 100px;
    background-color: #e7223e;
    text-decoration: none;
    color: #FFF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 5px;
    text-align: center;
    font-size: 20px;
    float: left;
    box-shadow: 0px 4px 0px 0px #8c0014;
}

#a03 {
    display: block;
    width: 100px;
    background-color: #e7223e;
    text-decoration: none;
    color: #FFF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 5px;
    text-align: center;
    font-size: 14px;
    float: left;
}

#a04 {
    display: block;
    width: 100px;
    background-color: #e7223e;
    text-decoration: none;
    color: #FFF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 5px;
    text-align: center;
    font-size: 15px;
}

#red {
    display: block;
    width: 786px;
    height: 500px;
    background-image: url(../image/red_bg.jpg);
    background-repeat: no-repeat;
    padding: 100px 0 0 60px;
    margin-top: 20px;
}

#red p {
    display: block;
    width: 330px;
    font-size: 15px;
    color: #FFF;
    line-height: 1.6em;
}

#draw_rule {
    width: 846px;
    height: 536px;
    background-image: url(../image/draw_bg.png);
    margin-bottom: 20px;
    position: relative;
}

#iphone {
    width: 315px;
    height: 202px;
    position: absolute;
    left: 576px;
    top: -66px;
}

#draw_rule2 {
    width: 1100px;
    margin-bottom: 20px;
}

#fb_shsre_left {
    width: 530px;
    height: 500px;
    float: left;
    margin-left: 90px;
}

#fb_shsre_left p {
    display: block;
    width: 572px;
    height: 600px;
    background-color: #930000;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding-bottom: 40px;
    margin-bottom: 20px;
}

.context03box {
    background-color: #fff;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding-bottom: 40px;
    margin-bottom: 20px;
}

.context03box p {
    display: block;
    width: 900px;
    color: #000;
    padding: 20px 0 0 0;
    margin: 0 auto;
    line-height: 1.8em;
    font-size: 15px;
}

.context04box {
    background-color: #02a5ad;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding-bottom: 40px;
    margin-bottom: 20px;
}

.context04box p {
    display: block;
    width: 760px;
    color: #FFF;
    padding: 20px 0 0 0;
    margin: 0 auto;
    line-height: 1.8em;
    font-size: 15px;
}

.context04box table {
    display: block;
    color: #FFF;
    padding: 20px 0 0 0;
    margin: 0 auto;
}

#list_left {
    width: 400px;
    float: left;
    margin-right: 46px;
}

#list_left_bg {
    background-color: #f45055;
}

#list_left p {
    display: block;
    width: 300px;
    height: 40px;
    margin: 0 auto;
    background-color: #f67074;
    font-size: 15px;
    line-height: 45px;
    margin-bottom: 10px;
}

#list_right {
    width: 400px;
    float: left;
}

#list_right_bg {
    background-color: #1552ce;
}

#list_right p {
    display: block;
    width: 300px;
    height: 40px;
    margin: 0 auto;
    background-color: #3f71d7;
    font-size: 15px;
    line-height: 45px;
    margin-bottom: 10px;
    color: #FFF;
}

#form {
    width: 1100px;
    height: 650px;
    background-color: #8c0014;
    padding-top: 30px;
    margin-top: 10px;
    border-radius: 25px;
}

#form h1 {
    color: #fff;
    font-weight: bold;
    border-bottom: 3px solid #fff;
    line-height: 120px;
    font-size: 60px;
    text-align: center;
    width: 80%;
    margin: auto;
}

#form P {
    display: block;
    width: 300px;
    height: 40px;
    margin: 0 auto;
    font-size: 20px;
    line-height: 30px;
    color: #FF0;
    font-weight: normal;
    text-align: center;
}

#form form {
    margin: 15px auto;
    text-align: center;
    line-height: 50px;
}

#form label {
    color: #fff;
    font-weight: bold;
    font-size: 28px;
    letter-spacing: 2px;
    margin-top: 30px;
}

#form input {
    font-size: 24px;
    padding: 5px 10px;
    border: 0px;
    border-radius: 5px;
    width: 50%;
}

#form .button {
    display: inline-block;
    padding: 10px 60px;
    color: #5b4b00;
    border-radius: 25px;
    background-color: #ffd306;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
    margin-top: 40px;
    width: auto;
}

#form .button:hover {
    color: #ff8000;
    background-color: #ffff6f;
    box-shadow: 0 0 10px #ffff37, 0 0 30px #ffff37, 0 0 60px #ffff37;
    transition: 0.5s;
}


/*右方表單*/

#form02 {
    position: fixed;
    right: 0px;
    top: 300px;
}


/*圖片跑馬燈*/

#wrapper {
    width: 100%;
    margin: -100px 0 0 0;
    position: absolute;
    left: 0;
    top: 50%;
}

#wrapper h3 {
    font-size: 20px;
    text-align: center;
}

#wrapper>div {
    background-color: #eee;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    width: 100%;
    height: 30px;
    padding: 15px 0;
    overflow: hidden;
}

#wrapper>div.first {
    border-bottom: none;
}

#wrapper dl {
    display: block;
    margin: 0;
}

#wrapper dt,
#wrapper dd {
    display: block;
    float: left;
    margin: 0 10px;
    padding: 5px 10px;
}

#wrapper dt {
    background-color: #f66;
    color: #fff;
}

#wrapper dd {
    color: #333;
    margin-right: 50px;
}

code {
    font-style: italic;
}

.career{
    width: 100%;
    margin: 60px auto 100px;
}
.career .content{
    width: 80%;
    max-width: 1170px;
    margin: auto;
}
.career .content img{
    width: 100%;
    border-radius: 10px;
}