@charset "utf-8";

/* CSS Document */
@import url("un-reset.css");

/*FONT*/
@import url('https://fonts.googleapis.com/css?family=Candal');
@import url('https://fonts.googleapis.com/css?family=Raleway:400,200');

:root{
    --colorMain:#0053E7;
    --colorSub:#4933CF;
    --colorTxt:#0441AE;
}

html,
body {
    height: auto !important;
}

* {}

body {
    margin: 0;
    -webkit-text-size-adjust: none;
    font-family: 'microsoft jhenghei', Arial;
    background-repeat: repeat-x;
    background-position: top left;
    background-color:#01015a;
}

#wrapper {
    max-width: 1500px;
    width: 100%;
    margin: 0 auto;
}

.clearboth {
    clear: both
}

img {
    vertical-align: middle;
    max-width: 100%
}

a {
    text-decoration: none;
    font-family: Arial, 'Microsoft jhenghei';
}

div,
a,
p,
span,
tr,
th,
td,
li,
pre{
    font-family: Arial, 'Microsoft jhenghei';
}

.box table {
    width: 100% !important
}

input[type="text"],
input[type="password"] {
    padding-left: 4px;
    border: #aaa 1px solid;
    padding-top: 2px;
    padding-bottom: 2px;
}

input:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus:-moz-placeholder {
    color: transparent;
}


/* FF 4-18 */

input:focus::-moz-placeholder {
    color: transparent;
}


/* FF 19+ */

input:focus:-ms-input-placeholder {
    color: transparent;
}


/* IE 10+ */

textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

textarea:focus:-moz-placeholder {
    color: transparent;
}


/* FF 4-18 */

textarea:focus::-moz-placeholder {
    color: transparent;
}


/* FF 19+ */

textarea:focus:-ms-input-placeholder {
    color: transparent;
}


/* IE 10+ */


/*=====TOP====*/

#header {
    position: relative;
    background-color: #fff;
    overflow: hidden;
}

#header * {
    margin: 0;
}

#header h1 {
    text-align: center;
}

#header h1 img {
    width: 100%;
}

#header>.login-btn {
    position: absolute;
    left: auto;
    right: 15px;
    top: 15px;
    text-align: center;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: var(--colorMain);
    box-shadow: 0px 0px 1px 2px rgba(115, 115, 115, .4);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: .5s
}

#header>.login-btn a,
#header>.login-btn i {
    display: block;
    color: #fff;
}

#header>.login-btn a {
    font-size: 16px;
}

#header>.login-btn:hover {
    background: #917342
}


/*=====BANNER====*/

#BANNER {
    display: block;
    z-index: 0
}


/*======主內容======*/

#content {
    position: relative;
    width: 100%;
    background: #fff;
    float: left;
}

nav,
aside,
article {
    float: left;
}

nav {
    position: relative;
    width: 18%;
    margin-right: 20px;
    border: transparent 1px solid;
}

article {
    width: 70%;
    padding: 20px 10px 0px 10px;
}

.articleFull{
    width: 100%;
}

aside {
    width: calc(11% - 10px);
    padding: 15px 0px;
}

#NavLeft {
    position: relative;
    margin-top: 10px;
    margin-left: 20px;
    background: url(../images/left_bk.png);
    padding: 10px;
    margin-top: 20px;
}

#NavLeft .title {
    background-color: var(--colorMain);
    padding: 10px 5px
}

#NavLeft .title img {
    margin-left: 8px
}

#NavLeft .title a {
    color: #fff;
    font-size: 20px;
    margin-top: 2px;
    margin-left: 5px;
    display: inline-block;
    vertical-align: top
}

#NavLeft .link {
    margin: 5px 0
}

#NavLeft .link li {
    background: #ffffff;
    padding: 8px 5px;
    margin-bottom: 2px;
    transition: all 1.1s;
}

#NavLeft .link li a {
    color: black;
    font-size: 16px;
    line-height: 35px;
    background: url(../images/icon02.png) no-repeat 5px center;
    padding-left: 20px;
}

#NavLeft .link li:hover {
    background: #2e72b7
}

#NavLeft .link li:hover a {
    color: #fff;
    font-size: 17px;
}

nav .num {
    position: absolute;
    bottom: 33px;
    left: 100px
}

aside .relation {
    border: #c9d2e0 1px solid;
    border-radius: 8px;
    min-height: 300px;
    vertical-align: top;
    margin-top: 10px;
    text-align: center;
    overflow: hidden;
}

aside .relation p {
    border-bottom: #000 1px solid;
    font-size: 15px;
    color: #000;
    margin: 5px 10px
}

aside .relation img {
    max-width: 100%;
    text-align: center;
}

aside .relation font {
    display: block;
    padding: 10px;
}

aside .relation a {
    display: block;
    color: #666;
    font-size: 13px;
    line-height: 17px;
    text-align: center;
}

aside .relation a.load_btn {
    padding: 0 10px;
    position: relative;
    overflow: hidden;
    text-align: left;
    font-size: 1em;
    font-weight: bold;
    line-height: 1.3;
    color: #900
}

aside .relation a.load_btn img {
    max-width: 45px;
}

aside .relation a.load_btn font {
    display: inline-block;
    width: calc(100% - 20px);
    font-size: 15px;
    padding-right: 5px;
    vertical-align: top
}

aside .relation a.load_btn:hover {
    color: #900
}

aside .relation a.load_btn i {
    display: inline-block;
    width: 15px;
    vertical-align: middle;
    margin-top: 14px;
    font-size: 13px;
    text-align: center;
    color: #1A77B5
}


/*==FOOTER==*/

#footer {
    float: left;
    text-align: center;
    width: 100%;
    margin-top: 20px;
    overflow: hidden;
}

#footer div {
    display: inline-block;
    vertical-align: top;
    text-align: left;
}

#footer .list {
    position: relative;
    width: 100%;
    background: var(--colorTxt);
    padding: 10px 10px 7px 10px;
    margin: 0px;
    color: #fff
}

#footer .list span {
    position: relative;
    top: -19px;
    left: 10px;
    color: #fff;
    font-weight: bolder;
}

#footer .list figure {
    display: block;
    padding: 0 10px 10px 15px;
    margin: -10px 0 0 0;
    text-align: left;
}

#footer .list figure a,
#footer .list figure p {
    color: #000;
    line-height: 23px;
    font-size: 13px;
    padding-bottom: 3px
}

#footer .list:nth-child(2) {
    /* background-color: #F5DDB6; */
    border: none;
    border-radius: 0
}

#footer .list:nth-child(2) table {
    width: 100%;
    margin-bottom: 5px;
}

#footer .list:nth-child(2) table tbody tr td {
    background-color: #fff;
    padding: 0;
}

#footer .list:nth-child(2) table tbody tr td ul {
    padding: 10px !important;
}

#footer .list:nth-child(2) table tbody tr td ul li a,
#footer .list:nth-child(2) table tbody tr td ul li figure,
#footer .list:nth-child(2) table tbody tr td ul li p {
    display: block;
    text-align: center;
}

#footer .list:nth-child(2) table tbody tr td ul li p {
    color: #000;
    text-decoration: underline;
}

#footer .list:nth-child(2) b {
    display: block;
    padding: 11px 10px 5px;
    background-color: #00389B;
    color: #ffff;
    line-height: 1.5;
}

#footer .list:nth-child(2) b span {
    color: #fff;
}

#footer .list ul li figure {
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: 100px;
    overflow: hidden;
}

@media screen and (min-width:1001px) {
    #footer .list:nth-child(2) table:first-child tbody tr td ul:first-child li a img {
        height: 100px;
        object-fit: contain;
        object-position: center;
    }
}

@media screen and (max-width:1000px) {
    #footer .list table,
    #footer .list table tbody,
    #footer .list table tbody tr,
    #footer .list table tbody tr td {
        display: block;
        width: 100%;
        padding-left: 0 !important;
    }
    #footer .list table tbody tr td:nth-child(5) b,
    #footer .list table tbody tr td:nth-child(4) b {
        display: none
    }
    #footer .list:nth-child(2) table:nth-child(3) tbody tr td ul {
        flex-direction: row;
        padding: 5px;
    }
    #footer .list:nth-child(2) table:nth-child(3) tbody tr td ul li {
        flex: 0 0 calc(50% - 6px) !important;
        max-width: calc(50% - 6px);
    }
    #footer .list:nth-child(2) table:nth-child(2) tbody tr td ul li img,
    #footer .list:nth-child(2) table:nth-child(3) tbody tr td ul li img {
        max-width: 100% !important
    }
    #footer .list:nth-child(2) table:nth-child(3) tbody tr td ul li img {
        height: 70px;
        object-position: center;
        object-fit: contain;
    }
    #footer .list:nth-child(2) table:nth-child(3) tbody tr td ul li p {
        font-size: 14px;
    }
    #footer .list ul li {
        margin-bottom: 20px;
        max-width: 100% !important;
        width: calc(50% - 14px) !important;
        flex: 0 0 calc(50% - 14px) !important;
    }
    #footer .list ul li img {
        max-width: 100% !important;
        max-height: 100%;
    }
}


/*===共用===*/

.maincontent {
    float: left;
    width: 100%;
    padding: 1em 0;
}

.box {
    float: left;
    width: 100%;
    overflow: hidden;
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}


/*Link*/

.more {
    background: #8F1E1E;
    background: linear-gradient(to bottom, #C22424 5%, #8F1E1E 100%);
    border-radius: 6px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    padding: 8px 12px;
    margin: 5px
}

.more:hover {
    background: linear-gradient(to bottom, #8F1E1E 5%, #C22424 50%);
}


/*===============首頁列表===================*/

.index_title {
    position: relative;
    margin-top: 0px;
    margin-bottom: 10px;
    text-align: center;
}

.index_title::before {
    content: '';
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    height: 7px;
    background-image: url(../images/icon04_03.png);
    background-position: center;
    background-repeat: repeat-x;
    z-index: 0
}

.index_title h1,
.index_title p {
    position: relative;
    display: inline-block;
    background-color: #fff;
    color: #4b4040;
    font-size: 18px;
    font-weight: bolder;
    font-style: italic;
    padding: 0 10px;
    z-index: 1;
}

.index_title h1 {
    margin: 0;
}


/*首頁news列表*/

.index_list {
    padding: 0px 0 0px 6px;
    float: left;
    width: 100%
}

.index_list .mwt_border{
    float: left;
}

.mwt_border {
    width: 130px;
    line-height: 30px;
    text-align: center;
    background: #ED7400;
    position: relative;
    color: #fff;
    font-size: 18px;
    text-align: center;
    margin-left: 5px;
}

.mwt_border .arrow_r_int {
    width: 0px;
    height: 0px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent #ED7400;
    position: absolute;
    top: 33%;
    right: -9px;
}

.mwt_border .arrow_r_out {
    width: 0px;
    height: 0px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent #ED7400;
    position: absolute;
    top: 33%;
    right: -10px;
}

.index_list a.news_list {
    display: inline-block;
    width: 100%;
    color: #000;
    margin: 5px 0 0 15px;
    line-height: 20px;
    overflow: hidden;
    font-size: 18px;
}

.sub-flex {
    display: flex;
    flex-wrap: wrap;
}

dl.keynote_list {
    position: relative;
    z-index: 1;
    float: none;
    display: inline-block;
    width: 100% !important;
    margin: 2%;
    padding: 0;
    cursor: pointer;
}

dl.keynote_list dt,
dl.keynote_list dd {
    display: table-cell;
    padding: 4px;
    text-align: left;
}

dl.keynote_list dt {
    position: relative;
    width: 150px;
    height: 150px;
    overflow: hidden;
}

dl.keynote_list dt img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 150px;
    height: 150px
}

dl.keynote_list dd {
    line-height: 25px;
    padding-left: 20px;
}

dl.keynote_list dd b {
    display: block;
    margin-bottom: 6px;
}

dl.keynote_list dd p {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
    margin-bottom: 4px;
    line-height: 20px;
    border-bottom: #eee 1px solid;
}


/*== index_news_list ==*/

.index_news_list,
.index_news_list li {
    float: left;
    width: 100%;
    overflow: hidden;
    padding-left: 0;
}

.index_news_list li {
    border-bottom: #ddd 1px dashed;
    padding: 5px 0;
}

.index_news_list li p,
.index_news_list li span {
    display: inline-block;
    font-size: initial;
    vertical-align: top;
}

.index_news_list li p {
    font-size: 18px;
    font-family: Arial;
    padding-left: .5em;
    margin-right: 1em;
}

.index_news_list li span {
    width: 100%;
    max-width: 180px;
    padding-left: 10px;
    font-size: 14px;
}

.index_news_list li span>time {
    display: block;
    color: #CF1F1F;
}

time.old-time {
    text-decoration: line-through
}

/**/
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#cssmenu {
    width: 100%;
    color: #ffffff;
}

#cssmenu ul ul {
    display: none;
}

#cssmenu>ul>li.active>ul {
    display: block;
}

.align-right {
    float: right;
}

#cssmenu>ul>li {
    position: relative;
    background-color: var(--colorMain);
    margin-bottom: 2px;
}

#cssmenu>ul>li::before {
    content: '';
    display: none;
    width: 8px;
    height: 9px;
    position: absolute;
    top: 20px;
    left: 8px;
    background-image: url(../images/icon02.png);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1000
}

#cssmenu>ul>li>a:hover,
#cssmenu>ul>li>a.active {
    background-color: var(--colorSub);
}

#cssmenu>ul>li>a {
    padding: 15px 22px 12px;
    cursor: pointer;
    z-index: 2;
    font-size: 16px;
    text-decoration: none;
    color: #fff;
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
    line-height: 20px;
    padding-left: 25px;
}

#cssmenu ul>li>a:after,
#cssmenu ul>li.has-sub>a:after {
    position: absolute;
    right: 26px;
    top: 21px;
    z-index: 5;
    display: block;
    height: 10px;
    width: 2px;
    background: #fff;
    content: "";
    transition: all 0.1s ease-out;
}

#cssmenu ul>li>a:before,
#cssmenu ul>li.has-sub>a:before {
    position: absolute;
    right: 22px;
    top: 25px;
    display: block;
    width: 10px;
    height: 2px;
    background: #fff;
    content: "";
    transition: all 0.1s ease-out;
}

#cssmenu ul>li.has-sub.open>a:after,
#cssmenu ul>li.has-sub.open>a:before {
    transform: rotate(45deg);
}

#cssmenu ul ul li a {
    padding: 14px 22px;
    cursor: pointer;
    z-index: 2;
    font-size: 15px;
    text-decoration: none;
    color: #666;
    background: #fff;
    border-bottom: #F6F5F5 1px solid;
    transition: color .2s ease;
}

#cssmenu ul ul li a:hover {
    color: #000;
    background-color: #F9F6F6
}

#cssmenu ul ul ul li a {
    padding-left: 32px;
}

#cssmenu ul ul>li.has-sub>a:after {
    top: 16px;
    right: 26px;
    background: #dddddd;
}

#cssmenu ul ul>li.has-sub>a:before {
    top: 20px;
    background: #dddddd;
}


/*==========內頁========*/

/*標題*/

.mainTitle {
    margin-top: 15px;
    border-bottom: #ced2d2 1px solid;
    line-height: 30px;
    padding-bottom: 3px;
}

.mainTitle p {
    display: inline;
    line-height: auto;
    color: #333;
    font-size: 20px;
    border-bottom: var(--colorMain) 3px solid;
    padding-bottom: 6px;
}

.mainTitle span {
    padding-left: 15px;
    font-size: 18px;
    color: #666
}

.mainTitle span::before {
    content: ' │ ';
    display: inline-block;
    padding-right: 15px;
    color: #E3E2E2
}


/**/

.zone {
    display: block
}


/*Submission Topics*/

.divTable {
    display: table;
    table-layout: fixed;
    width: 100%;
    overflow: hidden;
    padding-left: 0;
}

.divTable>li,
.divTable>.divRow {
    display: table-row;
}

.divTable .divCell {
    display: table-cell;
}

.divTable>.divRow>li,
.divTable>li>span,
.divTable>li>p,
.divTable>li>div {
    display: table-cell;
    vertical-align: middle;
    padding: 6px;
}

.divTable>.divRow>li {
    vertical-align: top;
}

.divTable.subTopic>li>span {
    position: relative;
    text-align: center;
    background: #0D64AC;
    color: #fff
}

.divTable.subTopic>li>span:not(:last-child)::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 1px;
    height: 15px;
    background: #fff
}

.divTable.subTopic>li>p,
.divTable.subTopic>li>div {
    padding: 10px;
    background: rgba(244, 240, 240, .6);
    border-bottom: rgba(221, 221, 221, .5) 1px solid;
}

.divTable.subTopic>li>p>span {
    display: block;
    color: #787878
}

.divTable.subTopic>li:nth-child(even)>p {
    background: rgba(244, 240, 240, .3);
}

.us-table>li>span>i {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    margin-top: -3px
}

.venue-table>ul>li {
    display: block ! important;
}

.venue-table>ul>li:nth-of-type(1) {
    width: 100%;
}

.swiper-container {
    width: 100%;
    margin: 0 auto;
    border: #eee 1px solid;
    padding: 10px
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-container img {
    max-width: 100%
}

.regis_list {
    text-align: center;
}

.regis_list span.box {
    text-align: left;
    padding-top: 10px
}

.regis_list span.box .form_text {
    display: inline-block;
    width: calc(100% - 77px);
    height: 31px;
}

.regis_list span.box .form_button {
    float: none;
    display: inline-block;
    width: auto;
    margin-top: 5px;
    padding: 0 7px;
    height: 31px;
    font-size: 13px;
}


/*== 登入 ==*/

.message::selection {
    background: #76b852;
    color: #fff;
}

.message::-moz-selection {
    background: #76b852;
    color: #fff;
}

.login-box {
    margin-bottom: 20px;
}

.login-box .title {
    text-align: center;
    padding: 20px;
    font-size: 34px;
    color: var(--colorMain);
}

.login-box section {
    padding: 20px 0;
    border-top: var(--colorMain) 1px solid;
    border-bottom: var(--colorMain) 1px solid;
    margin-bottom: 20px;
}

.login-page {
    max-width: 700px;
    width: 100%;
    margin: auto;
}

.form {
    position: relative;
    z-index: 1;
    width: 100%;
    margin: 0 auto 20px;
    padding: 30px 0;
    text-align: center;
}

.form input {
    font-family: Arial, sans-serif;
    outline: 0;
    background: #f6f6f6;
    width: 100%;
    border: 0;
    margin: 0 0 15px;
    padding: 15px;
    box-sizing: border-box;
    font-size: 16px;
}

.form_button {
    text-transform: uppercase;
    outline: 0;
    float: left;
    width: 50%;
    border: 0;
    padding: 15px;
    padding-top: 8px;
    height: 40px;
    color: #FFFFFF;
    font-size: 16px;
    -webkit-transition: all 0.3 ease;
    transition: all 0.3 ease;
    cursor: pointer;
    background: var(--colorMain);
    text-align: center;
}

.form_button:hover,
.form_button:active,
.form_button:focus {
    background: var(--colorMain);
    color: #fff
}

.form_button+.form_button {
    width: calc(50% - 5px) !important;
    margin-left: 5px;
}

.login-regis {
    background-color: var(--colorSub) !important;
}

.login-submit {
    width: 100%
}

.form .message {
    float: left;
    width: 100%;
    margin: 20px 0 0;
    font-size: 16px;
    text-align: right;
}

.form .message a {
    position: relative;
    display: inline-block;
    width: 50%;
    color: #636262;
    text-decoration: none;
    text-align: left;
    border-bottom: #ccc 1px solid;
    padding-bottom: 10px;
}

.form .message a::after {
    content: '→';
    display: inline-block;
    float: right;
}

.form .register-form {
    display: none;
}


/*Checkbox style*/

.styled-checkbox {
    position: absolute;
    opacity: 0;
}

.styled-checkbox+label {
    position: relative;
    cursor: pointer;
    padding: 0;
}

.styled-checkbox+label:before {
    content: '';
    margin-left: 3px;
    margin-top: 2px;
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    background: #f35429;
}

.styled-checkbox:hover+label:before {
    background: #f35429;
}

.styled-checkbox:checked+label:before {
    background: #f35429;
}

.styled-checkbox:disabled+label {
    color: #b8b8b8;
    cursor: auto;
}

.styled-checkbox:disabled+label:before {
    box-shadow: none;
}

.styled-checkbox:checked+label:after {
    content: '';
    position: absolute;
    left: 8px;
    top: 11px;
    background: white;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}


/*Login after*/

.login-text {
    display: inline-block;
    vertical-align: middle;
    color: #666
}

.login-text span {
    float: left;
    text-align: center;
    width: 38px;
    height: 38px;
    line-height: 36px;
    padding-left: 1px;
    border-radius: 50%;
    background-color: #ED5F27;
    font-size: 23px;
    margin-top: 5px;
    margin-right: 10px;
    color: #fff
}

.login-text b {
    text-align: left;
    color: #C11414;
    line-height: .8;
    font-size: 15px;
}

.login-text b>em {
    display: block;
    font-style: normal;
    font-size: .9em;
    color: #999
}

ol.login-link {
    float: left;
    width: 100%;
    border-bottom: #eee 1px solid;
    padding-top: 30px;
    padding-bottom: 3px;
    margin-bottom: 10px;
    text-align: center;
    font-size: 0;
}

ol.login-link>li {
    position: relative;
    display: inline-block;
    width: 50%;
}

ol.login-link>li>p,
ol.login-link>li>a:hover,
ol.login-link>li>a.active {
    color: #3c4043;
    font-weight: 700;
}

ol.login-link>li>a {
    display: block;
    color: #999;
    font-size: 16px;
}


/* Overline From Center */
.nav_link>li>a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    backface-visibility: hidden;
    /*隱藏*/
    -webkit-backface-visibility: hidden;
    /* Chrome 和 Safari */
    -moz-backface-visibility: hidden;
    /* Firefox */
    -ms-backface-visibility: hidden;
    /* Internet Explorer */
    -moz-osx-font-smoothing: grayscale;
}

.nav_link>li>a:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 51%;
    right: 51%;
    bottom: -8px;
    background-color: #00abc9;
    height: 3px;
    transition: left, right, 0.3s ease-out;
    -webkit-transition: left, right, 0.3s ease-out;
    -moz-transition: left, right, 0.3s ease-out;
    -ms-transition: left, right, 0.3s ease-out;
    -o-transition: left, right, 0.3s ease-out;
}

.nav_link>li>a.active:before,
.nav_link>li>a:hover:before {
    left: 0;
    right: 0;
}


/**/

.member_title {
    position: relative;
    font-size: 17px;
    padding-left: 12px;
    margin-top: 20px;
    margin-bottom: 5px
}

.member_title::before {
    content: '';
    display: block;
    position: absolute;
    top: 15px;
    left: 0;
    width: 5px;
    height: 5px;
    background-color: #961111;
}

.text-middle-line {
    float: left;
    position: relative;
    width: 100%;
    line-height: 35px;
    text-align: center;
    color: #454445;
    font-size: 26px;
    margin-bottom: 25px;
}

.text-middle-line::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 18px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 1px;
    background-color: #BEBCBC;
    z-index: 0;
}

.text-middle-line span {
    position: relative;
    z-index: 1;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #fff
}

.text-middle-line span::before,
.text-middle-line span::after {
    content: '';
    display: block;
    width: 13px;
    height: 19px;
    position: absolute;
    top: 8px;
    left: 0
}

.text-middle-line span::after {
    left: auto;
    right: 0
}

.member_btn .form_button {
    display: inline-block;
    float: none;
    width: auto;
    background: #ED5F27
}

.member_form li p:last-child::before {
    display: none;
}

.member_form .form_text,
.member_form .form_button {
    display: inline-block;
    float: none;
    height: 30px;
}

.member_form .form_text {
    width: calc(100% - 120px);
}

.member_form .form_button {
    width: 100px;
    line-height: 1;
}

.member_form p {
    position: relative;
}

.member_form .member_btn .form_button {
    width: auto;
    height: auto;
    padding-top: 12px;
    padding-bottom: 10px;
}

.member_form .form_button.edit_btn {
    width: auto;
    text-transform: lowercase;
}

.member_form .form_text+.form_button {
    display: inline-block;
    vertical-align: middle;
    margin-top: 1px;
    padding-top: 7px;
}

.member_form .price_text {
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
    width: 50px;
    height: 25px;
    text-align: center;
}

.member_form span.menu_text .price_text {
    width: 300px
}

.member_form label {
    display: inline-block;
    vertical-align: middle;
    margin-top: 2px;
    margin-right: 4px;
    margin-bottom: 6px
}

blockquote {
    display: block;
    background: #fff;
    padding: 15px 20px 10px 20px !important;
    margin: 20px 0 !important;
    position: relative;
    /*Font*/
    font-size: 16px;
    line-height: 1.4;
    color: #666;
    /*Borders - (Optional)*/
    border-left: 6px solid #c76c0c;
    border-right: 2px solid #c76c0c;
    /*Box Shadow - (Optional)*/
    -moz-box-shadow: 0px 0px 8px #ccc;
    -webkit-box-shadow: 0px 0px 8px #ccc;
    box-shadow: 0px 0px 8px #ccc;
}

blockquote::before {
    content: "\201C";
    /*Unicode for Left Double Quote*/
    /*Font*/
    font-size: 60px;
    font-weight: bold;
    color: #999;
    /*Positioning*/
    position: absolute;
    left: 10px;
    top: 5px;
}

blockquote::after {
    /*Reset to make sure*/
    content: "";
}

blockquote a {
    text-decoration: none;
    background: #eee;
    cursor: pointer;
    padding: 0 3px;
    color: #c76c0c;
}

blockquote a:hover {
    color: #666;
}

blockquote em {
    font-style: italic;
}

blockquote p {
    margin-bottom: 10px
}

blockquote p>b {
    display: block
}

.index_n_list {
    padding: 4px 8px;
    padding-left: 12px;
    border: #eee 1px solid;
    border-left-width: 5px;
    border-left-color: #DB1515;
    font-size: 14px;
    color: #666;
    background: #FBFBFB
}

.index_n_list dt {
    font-size: 1.3em;
    color: #000;
}

.index_n_list span {
    float: left;
    width: 38px;
    height: 38px;
    margin-right: 15px;
    margin-top: 4px;
    text-align: center;
}

.index_n_list span img {
    width: 38px;
    margin-top: 5px
}

.member_regis_btn .form_button {
    width: calc(33% - 2px) !important;
}

.inline-num {
    font-weight: normal;
    display: inline-block;
    vertical-align: top;
    line-height: 22px;
    padding-right: 10px;
}
.inline-center a {
    color: #D84527
}

.inline-center a+a:before {
    content: '';
    height: 10px;
    display: inline-block;
    border-left: 1px solid #333;
    padding-left: 10px;
    margin-left: 5px;
}

.award_list {
    border-bottom: none !important;
    padding-top: 5px !important;
    text-align: left !important;
}

.award_list li {
    width: 100% !important;
    vertical-align: top;
    margin-bottom: 25px;
}

.award_list p {
    color: #666;
    font-size: 18px;
    line-height: 25px;
    padding: 15px 40px 0 40px;
    text-align: center !important;
}

.index-movie iframe {
    height: 500px;
}


/*影片*/

.video-wrapper {
    position: relative;
    float: left;
    width: 100%;
    height: 500px;
    overflow: hidden;
}

.video-wrapper>video {
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.video-wrapper>video.has-media-controls-hidden::-webkit-media-controls {
    display: none;
}

.video-overlay-play-button {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 10px calc(50% - 50px);
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    opacity: 0.95;
    cursor: pointer;
    background-color: rgba(0, 0, 0, .8);
    /*background-image: linear-gradient(transparent, #000);*/
    transition: opacity 150ms;
}

.video-wrapper img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%
}

.video-overlay-play-button:hover {
    opacity: 1;
}

.video-overlay-play-button.is-hidden {
    display: none;
}

.regis_intro label {
    margin-top: 0 !important;
}


/*================RESPONSIVE WEBSITE================*/

@media screen and (min-width:1300px) {
    .member_form .member_btn {
        float: right;
    }
}

@media screen and (min-width: 1001px) {
    .mobile-btn {
        display: none;
    }
    .us-table {
        margin-top: 10px;
    }
    .us-table>li>span {
        display: inline-block !important;
        width: 100% !important;
        text-align: left;
    }
    .regis_note {
        text-align: right;
    }
    #footer .list:first-child {
        width: calc(100% - 20px);
        min-height: 135px;
        margin-bottom: 30px
    }
    #footer .list.slider-list figure {
        padding-top: 15px;
    }
}

@media screen and (max-width: 1100px) {
    .mainTitle span {
        display: block;
        padding-top: 20px;
        padding-bottom: 15px;
        padding-left: 0px;
    }
    .mainTitle span::before {
        content: '';
        padding-right: 0;
    }
    nav {
        width: 20%;
    }

    aside {
        width: calc(20% - 20px);
    }
    #header>.login-btn {
        position: fixed;
        top: auto;
        bottom: 10px;
        transform: translateY(0);
        z-index: 1000;
    }
    #header>.login-btn a {
        font-size: 14px;
    }
    .regis_title {
        display: none !important;
    }
    .regis_list,
    .regis_intro {
        float: left;
        display: block !important;
        text-align: left;
        padding-bottom: 10px;
        width: 100%;
    }
    .regis_list p {
        display: block !important;
        width: 100% !important
    }
    .regis_list p::before {
        content: attr(data-title)' :　';
        display: block;
        font-weight: bold;
        font-size: .93em;
    }

    .regis_list p.text-left::before {
        display: none;
    }
    .regis_intro p {
        display: block !important;
        width: 100% !important
    }
}

@media screen and (max-width: 1000px) {
    dl.keynote_list dt,
    dl.keynote_list dt img {
        width: 100px;
        height: 100px
    }
    .mobile-btn-box,
    .mobile-btn-box a {
        display: block;
        width: 100%;
        padding: 6px;
    }
    .mobile-btn-box {
        text-align: center;
        background: url(../images/left_bk.png);
        margin: 10px 0;
    }
    .mobile-btn-box a {
        background-color: #fff;
        color: #000;
        font-size: 17px;
    }
    .mobile-nav-menu {
        display: none;
        animation: menuNav .5s;
        -webkit-animation: menuNav .5s
    }
    .mobile-nav-menu .title {
        display: none;
    }
    @keyframes menuNav {
        0% {
            opacity: 0;
        }
        100% {
            opacity: 1;
        }
    }
    @-webkit-keyframes menuNav {
        0% {
            opacity: 0;
        }
        100% {
            opacity: 1;
        }
    }
    nav {
        width: 100%;
    }
    #NavLeft {
        margin-top: 0px;
        margin-left: 0px;
        padding: 0
    }
    #NavLeft .link li {
        padding: 4px
    }
    article {
        width: 100%;
        padding-top: 0;
    }
    aside {
        display: none;
    }
    .divTable.subTopic>li>p {
        border-bottom: none;
    }
    /**/
    .maincontent.insp20-t {
        padding-top: 0;
    }
    /**/
    #footer .list {
        width: calc(100% - 10px) !important;
        margin: 10px 0
    }
    #footer .list span {
        top: -18px;
    }
    #footer .list figure {
        padding: 4px;
    }
    #footer .list.slider-list figure {
        padding-bottom: 20px;
    }
    .divTable>li>span,
    .divTable>li>p {
        display: block;
    }
    .divTable.subTopic>li>span,
    .divTable.subTopic>li>p,
    .divTable.subTopic>li>div {
        display: table-cell;
    }
    .divTable.subTopic>li.regis_intro>p,
    .divTable.subTopic>li.regis_intro>div {
        float: left;
    }
    .divTable.subTopic>li.regis_intro>p br,
    .divTable.subTopic>li.regis_intro>div br {
        display: none
    }

    .divTable.subTopic>li.regis_introregis_intro_traffic>p br,
    .divTable.subTopic>li.regis_introregis_intro_traffic>div br {
        display: block
    }

    .divTable.subTopic>li.regis_intro>p input[type="text"],
    .divTable.subTopic>li.regis_intro>p select,
    .divTable.subTopic>li.regis_intro>div input[type="text"],
    .divTable.subTopic>li.regis_intro>div select {
        width: 100%
    }
    .form_button {
        width: 100%
    }
    .form_button+.form_button {
        width: calc(100%)!important;
        margin-top: 4px;
        margin-left: 0px;
    }
    .member_form li p,
    .member_form li div {
        display: block !important;
        width: 100% !important;
        overflow: hidden;
    }
    .member_form label {
        display: block;
    }
    .member_form .form_text {
        width: calc(100%);
        margin-top: 0;
        margin-bottom: 4px
    }
    .member_regis_btn .form_button {
        width: calc(100%) !important;
        margin-bottom: 2px
    }
    /*影片*/
    .video-wrapper {
        position: relative;
        height: 0;
        padding-bottom: 60%;
    }
    .video-wrapper video {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        height: 100%;
    }
}

@media screen and (max-width: 800px) {
    .index-movie iframe {
        height: 300px;
    }
    .maincontent {
        padding-top: 0;
    }
    .mainTitle {
        margin-top: 0;
    }
}

.customers {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 30px;
}

.customers td,
.customers th {
    line-height: 1.5;
    font-size: 15px;
    padding: 8px 2px;
    border: 1px solid #ddd;
    word-break: break-all;
}

.customers tr:nth-child(even) {
    background-color: #f7f7f7;
}

.customers th {
    padding-top: 12px;
    padding-bottom: 12px;
    background-color: rgb(185, 159, 136);
    color: white;
}

.customers th small,
.customers td small{
    font-size: 78%;
}

/*== 手機的Table ==*/

@media screen and (max-width:1000px) {

    .divTable > li.regis_intro{
        border: 1px solid #ddd;
        margin-bottom: 5px;
    }

    .mobile_table table,
    .mobile_table table>tbody,
    .mobile_table table>tbody>tr,
    .mobile_table table>tbody>tr>td {
        display: block !important;
        width: 100%;
    }
    .mobile_table,
    .mobile_table table {
        min-width: 100%;
        border: none !important;
    }
    .mobile_table table>thead {
        display: none;
    }
    .mobile_table table>tbody {
        width: 100%;
    }
    .mobile_table table>tbody>tr {
        margin-bottom: 15px;
    }
    .mobile_table table>tbody>tr>td {
        position: relative;
        width: 100%;
        height: 100%;
        line-height: 150%;
        padding: 10px 5px;
        margin-bottom: 3px;
        background: #FAFAFA;
        text-align: left;
        white-space: normal !important;
        word-break: break-all;
        overflow: hidden;
        display: flex !important;
        align-items: center;
        flex-flow: row wrap;
    }
    .mobile_table table>tbody>tr>td br{
        display: none;
    }
    
    .mobile_table table>tbody>tr>td input[type="radio"]{
        margin: 0px 5px;
    }
    .mobile_table table>tbody>tr>td::before {
        content: attr(data-title);
        width: 100%;
        display: flex;
        align-items: center;
        color: #a24343;
        padding: 6px 9px;
        margin-bottom: 10px;
        background: #e6eaef;
        color: #515e69;
        margin-right: 5px;
        font-size: 14px;
    }
}

.index-sposor.box table {
    table-layout: fixed;
}

.index-sposor.box table img {
    max-width: 100%;
}

/* 1129 */
.programe_tabs {
	display: flex;
	flex-wrap: wrap; /* make sure it wraps */
}
.programe_tabs>label {
    position: relative;
    order: 1;
    flex: 1;
    text-align: center;
    display: block;
    padding: 1rem 2rem;
    margin-right: -1px;
    cursor: pointer;
    color: #bdc3c7;
    background-color: #ecf0f1;
    font-weight: bold;
    transition: background ease 0.2s;
    border-width: 0px 1px 1px 1px;
    border-color: #e1e1e1;
    border-style: solid;
    font-size: 19px;
}

.programe_tabs .tab {
  order: 99; /* Put the tabs last */
  flex-grow: 1;
  width: 100%;
  display: none;
  padding: 2rem 0 1.5rem;
  background: #fff;
}
.programe_tabs input[type="radio"] {
	display: none;
}

.programe_tabs input[type="radio"] + label::after {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 100%;
    background-color: var(--colorMain);
    height: 0;
    transition-property: height;
    transition-duration: 200ms;
}

.programe_tabs input[type="radio"]:checked + label {
	background-color: #2e72b7;
    color: #fff;
    border-bottom: none;
}

.programe_tabs input[type="radio"]:checked + label::after{
    height: 3px;
}

.programe_tabs input[type="radio"]:checked + label + .tab {
	display: block;
}

.programe_tabs table th,
.programe_tabs table td:first-child,
.programe_tabs table td:last-child{
    text-align: center;
}

.button{
    text-align: center;
    float: left;
    width: 112px;
    height: 30px;
    line-height: 30px;
    margin-right: 10px;
    background: url('../images/button.gif') no-repeat 0 0;
}

.btn-download{
    color: rgb(255, 255, 255);
    background-color: #888;
    padding: 5px 10px;
    display: inline-block;
    height: auto;
    text-decoration-line: none;
    border-radius: 5px;
    margin-bottom:5px;
    margin-right: 5px;
    font-size: 14px;
}
.btn-download:hover,
.btn-download:focus{
    background-color: #2e72b7;
}

ul.prog-box{
    margin: 0;
    padding-left:0.5rem;
}
ul.prog-box li{
    position: relative;
    list-style: none;
    font-weight: 600;
    display: flex;
    margin-bottom: 5px;
}

ul.prog-box li .item{
    flex:none;
    color: #666;
    padding-right: 10px;
}
ul.prog-box li .txt{
    padding-top: 2px;
}

.head-style{
    position: relative;
    text-align: center;
    font-size: 22px;
    font-weight: 900;
    line-height: 2;
    padding-bottom: .75rem;
    overflow: hidden;
}

.head-style::before {
    content: "";
    position: absolute;
    width: 60%;
    height: 1px;
    top: auto;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0 auto;
    background-color: #dfdfdf;
}

.head-style::after {
    content: "";
    position: absolute;
    width: 10%;
    height: 2px;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    background-color: #398FCD;
    transition: all 0.3s ease 0s;
}

.title06{
    padding-left:0.75em;
    margin: 1.5rem 0 0.5rem;
    border-left: 6px solid #ccc;
    font-size: 20px;
}

.title-table{
    position: relative;
    padding: .5em 1em;
    border: 1px solid #ccc;
    border-top: 3px solid #3498db;
    background: linear-gradient(to bottom, #fff 0%, #f0f0f0 100%);
    box-shadow: 0 -1px 0 rgba(255, 255, 255, 1) inset;
    margin-top: 40px;
    text-align: center;
    font-weight: 900;
    font-size: 20px;
}
.title-table.red{
    border-top-color: #f7a9b6;
    background: #ffd5dc;
}
.title-table.blue{
    border-top-color: #3498db;
    background: #b4d5ec;    
}

.title-page{
    position: relative;
    padding-top: 1em;
    border-top: 1px solid #ccc;
    font-size: 20px;
}

.title-page::after {
    position: absolute;
    top: -2px;
    left: 0;
    z-index: 2;
    content: '';
    width: 20%;
    height: 3px;
    background-color: #333;
}

.programe_tabs table td .btn-download{
    display: block;
}

/* 1203 Tab 搜尋 */
.tab-search{
    display: flex;
    align-items: center;
    flex-flow: row wrap;
    font-size: 15px;
}
.tab-search input[type="text"]{
    width: 100%;
    max-width: 30em;
    height: 40px;
}
.tab-search .form_button {
    float: none;
    width: auto;
    line-height: 25px;
    padding-top: 0;
    padding-bottom: 0;
}

@media (min-width:46em) {
    .programe_tabs table td{
        border-left:none;
        border-right: none;
    }

    .programe_tabs table td:first-child{
        width: 50px;
    }
    .programe_tabs table td:last-child{
        width: 80px;
    }
}

@media screen and (max-width:1100px) {
    .programe_tabs{
        margin-left: -10px;
        margin-right: -10px;
    }
    .programe_tabs > label{
        padding: .25rem;
        font-size: 16px;
    }
}

@media (max-width: 45em) {
    .programe_tabs label {
        width: 100%;
        margin-right: 0;
        margin-top: 0.2rem;
    }
    .programe_tabs .mobile_table table > tbody > tr > td{
        padding-left: 10px;
        padding-right: 10px;
    }
    .programe_tabs .mobile_table table > tbody > tr > td::before{
    margin-right: 0;   
    }
  
    .tab-search .tab-txt{
        margin-bottom: 10px;
    }
    .tab-search input[type="text"]{
        width: auto;
    }
}

@media (max-width:400px){
    .programe_tabs > label{
        font-size: 13px;
    }
}

/* 1206 */
.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 30px;
}

.pagination > *:nth-child(n+2) {
    margin-left: 20px;
}
.pagination .pageBtn {
    width: 40px;
    height: 40px;
    display: block;
}
.pagination .pageBtn, .pagination p, .pagination span {
    color: #222;
    font-size: 1rem;
    text-align: center;
    line-height: 40px;
}

.pagination .arrowBtn:hover {
    background: #ccc;
}
.pagination .pageBtn {
    border: 1px solid #222;
    border-radius: 3px;
 }
.pagination a.pageBtn:hover,
.pagination a.pageBtn.active {
    background: #2e6ab3;
    border-color: #2e6ab3;
    color: #fff;
}
  
.pagination span{
    margin-left: 10px;
    margin-right: 10px;
    background: #2e6ab3;
    border-color: #2e6ab3 !important;
    color: #fff !important;
}

/* 1206 */
.cd-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(94, 110, 141, 0.9);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
    z-index: 3;
  }
  .cd-popup.is-visible {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s 0s, visibility 0s 0s;
  }
  
  .cd-popup-container {
    position: relative;
    width: 90%;
    max-width: 1000px;
    margin: 4em auto;
    background: #FFF;
    border-radius: .25em .25em .4em .4em;
    text-align: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    transform: translateY(-40px);
    transition-property: transform;
    transition-duration: 0.3s;
  }
  .cd-popup-container .cd-body {
    padding: 1.75em 2em .5em;
    background-color: #fff;
    max-height: calc(70vh - 3rem);
    overflow: auto;
  }
  .cd-popup-container .cd-buttons{
      padding-left: 0;
  }
  .cd-popup-container .cd-buttons:after {
    content: "";
    display: table;
    clear: both;
  }
  .cd-popup-container .cd-buttons li {
    float: left;
    width: 50%;
    list-style: none;
  }
  .cd-popup-container .cd-buttons a {
    display: block;
    height: 60px;
    line-height: 60px;
    text-transform: uppercase;
    color: #FFF;
    transition: background-color 0.2s;
  }
  .cd-popup-container .cd-buttons li:first-child a {
    background: #fc7169;
    border-radius: 0 0 0 .25em;
  }
  .no-touch .cd-popup-container .cd-buttons li:first-child a:hover {
    background-color: #fc8982;
  }
  .cd-popup-container .cd-buttons li:last-child a {
    background: #b6bece;
    border-radius: 0 0 .25em 0;
  }
  .no-touch .cd-popup-container .cd-buttons li:last-child a:hover {
    background-color: #c5ccd8;
  }
  .cd-popup-container .cd-popup-close{
        position: static;
        line-height: 40px;
        color: #000;
    }
    .cd-popup-container .cd-popup-close::before,
    .cd-popup-container .cd-popup-close::after {
        display: none;
    }
  .cd-popup-container .cd-popup-close::before {
    transform: rotate(45deg);
    left: 8px;
  }
  .cd-popup-container .cd-popup-close::after {
    transform: rotate(-45deg);
    right: 8px;
  }
  .cd_mobile_table table{
      margin-bottom: 0;
  }
  .cd_mobile_table table tbody tr td{
      text-align: left;
      background: #fff;
      border-color:#e3e3e3;
  }
.cd_mobile_table table tbody tr td:first-child{
    background-color: #ecf0f1;
}

.cd_mobile_table table tbody tr td .btn-download{
    margin-bottom: 0;
}

.cd_mobile_table table tbody tr td::before{
    display: none;
}

  @media only screen and (min-width: 1170px) {
    .cd-popup-container {
      margin: 8em auto;
      transform: translateY(calc(-50% - 8em));
      top: 50%;
    }
    .cd_mobile_table table tbody tr td:first-child{
        width: 150px;
        text-align: center;
    }
  }

  @media screen and (max-width:1100px) {
    .cd-popup-container {
        transform: translateY(calc(-50% - 4em));
        top: 50%;
    }
    .cd-popup-container .cd-body {
        padding:1.5rem 1rem;
        max-height: calc(98vh - 3rem);
    }
    .cd_mobile_table table tbody tr td:first-child{
        width: 120px;
        text-align: center;
    }
    .cd-popup-container .cd-popup-close{
        position: static;
        line-height: 40px;
        color: #000;
    }
    .cd-popup-container .cd-popup-close::before,
    .cd-popup-container .cd-popup-close::after {
        display: none;
    }
  }