@import url('normalize.css');

/* 套用normalize.css可統一各瀏覽器預設值 */

html {
    overflow-y: auto;
    overflow-x: auto;
}

* {
    margin: 0;
    padding: 0;
}

html,
body {
    font-family: Helvetica, Arial, '微軟正黑體', sans-serif;
    font-weight: bold;
    width: 100%;
    background-color: #000014;
}

body.wanted {
    background: #000014 url(../img/body-pattern.jpg) repeat-y center top;
}

.wrapper {
    position: relative;
    margin: 0 auto;
    background-image: url(../img/p1_bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
}

.wrapper-page {
    position: relative;
    margin: 0 auto;
    background-image: url(../img/p2_bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
}

.header {
    width: 960px;
    height: 690px;
    position: relative;
    margin: 0 auto;
    background-image: url(../img/p1_bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
}

.header-page {
    width: 960px;
    height: 300px;
    position: relative;
    margin: 0 auto;
    background-image: url(../img/p2_bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
}

.wrapper-cover {
    position: relative;
    margin: 0 auto;
}

.main {
    width: 960px;
    position: relative;
    margin: 0 auto;
}

.logo {
    position: absolute;
    top: 20px;
    left: 20px;
    display: block;
    z-index: 20;
}

.info {
    width: 860px;
    margin: 0 auto 30px auto;
    border-bottom: dashed 2px #1caef2;
}

.info p {
    margin-bottom: 10px;
    text-align: center;
    font-size: 22px;
    color: #ffffff;
    line-height: 1.5;
}

.info strong {
    font-size: 26px;
    color: #ffc000;
}

.info__btn-signup {
    background: transparent url(../img/btn-signup.png) no-repeat 0 0;
    width: 354px;
    height: 98px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    margin: 0 auto 30px;
}

.info__btn-signup:hover {
    background-position: 0 -98px;
}

.rule-list {
    list-style: none;
    margin-bottom: 20px;
}

.rule-list li {
    font-size: 18px;
    color: #ffffff;
    line-height: 1.6;
    text-align: center;
}

.event-link {
    font-size: 0;
    text-align: center;
    padding-bottom: 60px;
}

.event-link__btn-course {
    background: transparent url(../img/btn-course.png) no-repeat 0 0;
    width: 455px;
    height: 106px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    margin: 0 10px;
}

.event-link__btn-course:hover {
    background-position: 0 -106px;
}

.event-link__btn-save {
    background: transparent url(../img/btn-save.png) no-repeat 0 0;
    width: 455px;
    height: 106px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    margin: 0 10px;
}

.event-link__btn-save:hover {
    background-position: 0 -106px;
}

.course-wrap {
    padding-top: 0;
}

.course {
    width: 880px;
    background-color: rgba(18, 18, 59, 1);
    border-radius: 20px;
    box-shadow: 0 0 20px #10beff;
    margin: 0 auto 56px;
    padding: 47px 40px;
}

.course__section {
    margin-bottom: 35px;
}

.course__section:last-child {
    margin-bottom: 0;
}

.course__h3 {
    color: #10beff;
    font-size: 32px;
    font-size: 32px;
    text-align: center;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: dashed 2px #1caef2;
    text-shadow: 0 0 10px #10beff;
}

.course__table {
    border-collapse: collapse;
    width: 100%;
    margin: 0 auto 20px auto;
}

.course__table th {
    border: solid 2px #121c48;
    background-color: #1caef2;
    font-size: 20px;
    color: #ffffff;
    padding: 8px 10px;
    width: 33.33%;
    line-height: 1.3;
}

.course__table tr:nth-child(even) {
    background-color: #ffffff;
}

.course__table tr:nth-child(odd) {
    background-color: #f1f1f1;
}

.course__table td {
    border: solid 2px #121c48;
    font-size: 16px;
    color: #444444;
    padding: 8px 10px;
    text-align: center;
    line-height: 1.3;
}

.course__table strong {
    color: #d30000;
}

.course__ol-list {
    list-style: decimal;
    margin-bottom: 20px;
    padding-left: 20px;
}

.course__ol-list>li {
    font-size: 18px;
    color: #ffffff;
    line-height: 1.6;
}

.course__ul-list {
    list-style: disc;
    margin-bottom: 20px;
    padding-left: 20px;
}

.course__ul-list>li {
    font-size: 18px;
    color: #ffffff;
    line-height: 1.6;
}

.course__ul-list a {
    font-size: 18px;
    color: #1caef2;
    display: inline-block;
    border: solid 1px #1caef2;
    text-decoration: none;
    padding: 0 8px;
    margin: 0 4px;
}

.course__ul-list a:hover {
    color: #ffffff;
    border-color: #ffffff;
}

.course__ol-list b {
    color: #ffcc00;
}

.course__ol-list strong {
    color: #ff0000;
}

.course__ul-list img {
    display: block;
    margin: 0 auto;
}


/*---------------------------------------------------------------*/

.footer {
    z-index: 100;
    width: 100%;
    height: 90px;
    display: block;
    position: relative;
    background-color: #ececec;
    overflow: hidden;
}