@charset "utf-8";

*, :before, :after {
    margin: 0;
    padding: 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

BODY {
    background: #EEE;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #333;
    line-height: 1em;
    -webkit-text-size-adjust: none
}

H1 {
    line-height: 1em
}

H2 {
    padding: 0;
    margin: 35px 0;
    font-size: 24px;
    color: #6ab5c0;
    text-transform: uppercase;
    line-height: .8em
}

H3 {
    margin: 15px 0;
    color: #065f60;
    font-size: 18px;
    line-height: 1em
}

P, LI {
    line-height: 1.25em
}

A {
    outline: 0;
    color: #005899
}

TABLE {
    width: 100%;
    border-spacing: 0
}

TABLE TH, TABLE TD {
    padding: 8px 10px
}

SELECT {
    width: 100%;
    padding: 5px
}

INPUT[type="text"] {
    width: 97.5%;
    padding: 5px
}

#banner .contentWrapper {
    padding: 0;
    border-top: 1px #999 solid;
    border-bottom: 1px #999 solid
}

.gridWrapper {
    position: relative;
    clear: both;
    margin: 0 auto;
    overflow: hidden
}

.contentWrapper {
    padding: 0 20px
}

#header {
    height: 120px;
}

@media (max-width: 1030px) {
    #header {
        height: 200px;
    }
}

#header .gridWrapper {
    height: 100%;
    overflow: hidden;
    background: white
}

#header .contentWrapper {
    padding: 0;
    border-top: 5px #6ab5c0 solid
}

#header .mainNav {
    position: absolute;
    top: 0px;
    right: 0
}

@media (max-width: 1030px) {
    #header .mainNav {
        position: absolute;
        top: 100px;
        right: 0
    }
}

#header UL {
    display: block;
    list-style: none
}

#header LI {
    display: table;
    float: left;
    height: 120px
}

@media (max-width: 1030px) {
    #header LI {
        display: table;
        float: left;
        height: 20px
    }
}



#header LI A {
    display: table-cell;
    padding: 0 15px;
    height: 100%;
    color: #666;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    vertical-align: middle;
    border-top: 5px #6ab5c0 solid;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

#header LI A:hover {
    border-top-color: #ef7d00;
    background: #f6f6f6;
    color: #ef7d00
}

#wrapper li {
    list-style-type: none;
}

#wrapper {
    margin: 0 auto;
}

#slide ul {
    position: relative;
}

#slide li {
    position: absolute;
    width: 100%;
}

#button {
    padding-top: 520px;
    text-align: center;
}

#button ul {
    display: inline-block;
}

#button ul li {
    float: left;
    margin-right: 15px;
}

#button ul li:last-child {
    margin-right: 0;
}

#button ul li a {
    text-indent: -9999px;
    text-decoration: none;
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 7px;
    background: #A8DCDB;
}

#button ul li a.target {
    background: #41AFAD;
}

#footer .contentWrapper {
    height: 100px;
    padding-top: 10px;
    background: #555;
    overflow: hidden
}

@media (max-width: 600px) {
    #footer .contentWrapper {
        height: 130px;
        padding-top: 10px;
        background: #555;
        overflow: hidden
    }
}



#footer .mainNav {
    float: left;
    margin-top: 6px
}

#footer .mainNav UL {
    list-style: none
}

#footer .mainNav LI {
    float: left;
    padding: 0 10px;
    border-left: 1px white dotted
}

#footer .mainNav LI:first-child {
    padding-left: 0;
    border-left: 0
}

#footer .mainNav LI A {
    display: block;
    color: #FFF;
    font-size: 14px;
    text-decoration: none
}

#footer .mainNav LI A:hover {
    color: #ef7d00
}

.remark .contentWrapper {
    background: black;
    text-align: center;
    overflow: hidden
}

.remark P {
    font-size: 11px

}

.remark P, .remark A {
    color: #CCC;
    text-decoration: none
}

.remark .copyright {
    float: left
}

.remark .developer {
    float: right
}

#footer .contactus {
    color: #FFF;
    float: left;
}

#footer #p {
    position: absolute;
    margin-top: 30px;
}

.newsItem {
    display: inline-block;
    margin: 0 10px;
    width: 250px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3)
}

.newsItem .content {
    margin: 0;
    padding: 10px;
    height: 35px;
    background: white;
    font-size: 12px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.newsItem .title {
    margin: 0;
    padding: 10px;
    font-size: 15px;
    color: #FA7912;
    font-weight: bold;
    font-family: "Microsoft JhengHei UI";
}

.newsItem .dateOfPost {
    display: block;
    padding: 8px;
    color: #666;
    text-align: center;
    font-size: 10px;
    background: #DDD;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
    text-transform: uppercase;
    background: #e8e8e8;
    background: -moz-linear-gradient(top, #e8e8e8 0, #fbfbfb 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e8e8e8), color-stop(100%, #fbfbfb));
    background: -webkit-linear-gradient(top, #e8e8e8 0, #fbfbfb 100%);
    background: -o-linear-gradient(top, #e8e8e8 0, #fbfbfb 100%);
    background: -ms-linear-gradient(top, #e8e8e8 0, #fbfbfb 100%);
    background: linear-gradient(to bottom, #e8e8e8 0, #fbfbfb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8e8e8', endColorstr='#fbfbfb', GradientType=0)
}

.save {
    display: inline;
}

#content {
    position: relative;
    margin: auto;
    width: 980px;
    height: 370px;
}

#content_left {
    height: 470px;
}

#content_left_link {
}

#content_mid {
    height: 470px;
}

#content_right {
    height: 470px;
}

/*@media (max-width: 600px) {*/
    /*#content_right {*/
        /*height: 750px;*/
    /*}*/
/*}*/

/*@media (max-width: 1200px) and (min-width: 990px){*/
    /*#content_right {*/
        /*height: 750px;*/
    /*}*/
/*}*/
/*@media (max-width: 1200px) and (min-width: 990px){*/
    /*#content_mid {*/
        /*height: 750px;*/
    /*}*/
/*}*/

.hightlight {
    clear: both;
    display: table;
    position: relative;
    width: 100%;
    height: 50%;
    padding: 10px 0;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2)

}


.hightlight .content_traffic {
    display: table-cell;
    width: 33.33%;
    padding: 20px;
    text-align: center;
    background: url("../img/background-yellow2.png") no-repeat center;
    background-size: 100%;


}

.hightlight .content_aboutus {
    display: table-cell;
    width: 33.33%;
    padding: 20px;
    text-align: center;
    background: url("../img/background-orange.png") no-repeat center;
    background-size: 100%;


}

.hightlight .content_apply {
    display: table-cell;
    width: 33.33%;
    padding: 20px;
    text-align: center;
    background: url("../img/background-pink.png") no-repeat center;
    background-size: 100%;


}

.hightlight .content_course {
    display: table-cell;
    width: 33.33%;
    padding: 20px;
    text-align: center;
    background: url("../img/background-green.png") no-repeat center;
    background-size: 100%;


}


.hightlight .content + .content {
    border-left: 1px #CCC dashed
}

.hightlight P {
    margin-top: 0
}

.hightlight .title {
    margin-bottom: 15px;
    background: 0;
    font-size: xx-large;
    font-weight: bold;
    font-family: "Microsoft JhengHei UI";
    color: #065f60;
    text-transform: inherit;


}

.hightlight .description {
    overflow: hidden;
    margin-bottom: 10px;
    height: 45px;
    font-size: 14px;
    font-family: "Microsoft JhengHei UI";
}

.recentNews {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    clear: both;
    display: table;
    width: 100%;
    height: 550px;
}

.newsItem {
    margin: 10px;
}

/*.recentNews > DIV {*/
/*display: table-cell;*/
/*padding: 10px 20px;*/
/*vertical-align: top*/
/*}*/

.recentNews .controlPanel {
    font-family: "Microsoft JhengHei UI";
    margin-left: 10px;
}

/*.recentNews .sliderPanel {*/
    /*padding: 10px 50px*/
/*}*/

/*about*/
.mainContainer .contentWrapper {
    padding: 0;
    overflow: hidden
}

.contentContainer {
    position: relative;
    float: right;
    padding: 35px 20px;
    width: 700px;
    height: 750px;
    border-left: 1px #CCC dotted;
    background: white;
    z-index: 10
}

.contentContainer H2:first-child {
    margin-top: 0
}

.contentContainer P {
    margin-top: 20px
}

.contentContainer .note {
    margin-top: 10px;
    font-size: .85em;
    font-style: italic;
    color: #666
}

.contentContainer .note.important {
    color: #C30
}

.contentContainer UL {
    margin-left: 25px
}

.contentContainer.home {
    float: none;
    width: auto;
    padding: 0;
    margin: 0;
    border: 0
}

/*.sideBar::before {*/
    /*display: block;*/
    /*position: absolute;*/
    /*left: -10px;*/
    /*top: 0;*/
    /*width: 10px;*/
    /*height: 100%;*/
    /*content: "";*/
    /*background: transparent;*/
    /*-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);*/
    /*box-shadow: 0 0 5px rgba(0, 0, 0, 0.1)*/
/*}*/

/*.sideBar {*/
    /*position: relative;*/
    /*float: left;*/
    /*padding: 35px 0;*/
    /*width: 280px;*/
    /*height: 750px;*/
    /*background: #FFFFFF left top repeat-x*/
/*}*/

/*.sideBar P {*/
    /*margin: 0*/
/*}*/

/*.sideBar UL {*/
    /*margin: 0*/
/*}*/

.widget {
    border: 1px #DDD solid;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0 1px 2px #DDD
}

.widget + .widget {
    margin-top: 20px
}

.widget .title {
    padding: 10px 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    font-size: 18px;
    font-weight: bold;
    color: #065f60;
    text-align: center;
    text-shadow: 0 -1px 0 white;
    background: #e8f6fe;
    background: -moz-linear-gradient(top, #e8f6fe 0, #e1f0e4 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e8f6fe), color-stop(100%, #e1f0e4));
    background: -webkit-linear-gradient(top, #e8f6fe 0, #e1f0e4 100%);
    background: -o-linear-gradient(top, #e8f6fe 0, #e1f0e4 100%);
    background: -ms-linear-gradient(top, #e8f6fe 0, #e1f0e4 100%);
    background: linear-gradient(to bottom, #e8f6fe 0, #e1f0e4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8f6fe', endColorstr='#e1f0e4', GradientType=0)
}

.widget UL {
    list-style: none
}

.widget LI {
    padding: 10px;
    border-top: 1px #DDD solid;
    font-size: 14px;
    background: #ededed;
    background: -moz-linear-gradient(top, #ededed 0, #f6f6f6 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ededed), color-stop(100%, #f6f6f6));
    background: -webkit-linear-gradient(top, #ededed 0, #f6f6f6 100%);
    background: -o-linear-gradient(top, #ededed 0, #f6f6f6 100%);
    background: -ms-linear-gradient(top, #ededed 0, #f6f6f6 100%);
    background: linear-gradient(to bottom, #ededed 0, #f6f6f6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#f6f6f6', GradientType=0)
}

.widget LI:last-child {
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px
}

.widget A {
    color: #46bae2
}

.widget A:hover {
    color: #ef7d00
}

.widget.contacntInfo .title {
    background: #f6f6f6;
    color: #9d9d9c
}

.widget.contacntInfo LI {
    position: relative;
    padding: 5px 10px 5px 30px;
    background: white;
    font-size: 12px;
    color: #999
}

.widget.contacntInfo A {
    color: #999;
    text-decoration: none
}

.widget.contacntInfo A:hover {
    color: #ef7d00
}

.widget.contacntInfo LI .icon {
    position: absolute;
    left: 8px;
    top: 2px;
    width: 20px;
    height: 20px
}

.widget.contacntInfo LI.website .icon {
    background-position: -3px -28px
}

.widget.contacntInfo LI.phone .icon {
    background-position: -29px -28px
}

.widget.contacntInfo LI.email .icon {
    background-position: -53px -28px
}

.widget.social .title {
    background: #f6f6f6;
    color: #9d9d9c
}

.widget.social UL {
    border-top: 1px #DDD solid;
    text-align: center;
    background-color: white;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px
}

.widget.social LI {
    display: inline-block;
    background: transparent;
    border-top: 0
}

.widget.social A {
    display: block;
    overflow: hidden;
    padding: 2px;

}

.widget.social A .icon {
    width: 100%;
    height: 100%
}

.widget.social A .text {
    display: block;
    width: 0;
    height: 0;
    visibility: hidden
}

.facebook A > .icon {
    background-position: -5px -50px
}

.twitter A > .icon {
    background-position: -45px -50px
}

.instagram A > .icon {
    background-position: -85px -50px
}

/*about end*/

.mainContent {
    min-height: 990px;
    background: #FFFFFF;
}

.txt-color-white {
    color: #FFFFFF;
}

#my-img {
    position: absolute;
    top: 10px;
    left: 10px;
}

.full-screen {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.item>a{
    display: block;
    height: 100%;
}

.mh3 {
    margin: 15px 0;
    color: #065f60;
    font-size: 28px;
    line-height: 1em
}


.a_disabled {
    pointer-events: none;
    cursor: default;
}
.a_enable {

}

.right-main-content {
    min-height: 1043px;
}

.activity-text {
    font-family: "Microsoft JhengHei UI";
    font-size: 24px;
    color: darkorchid;
    font-weight: bold;
}

.slide-box {
    width: 100%;
    height: 559px;
}

.input-wrapper {
    position: relative; /* 設定為相對定位，作為子元素的定位基準 */
    padding-bottom: 20px; /* 增加一點底部空間，避免錯誤訊息跟下一行的欄位太近 */
}

.error-message {
    position: absolute; /* 設定為絕對定位，讓它脫離正常的排版流程 */
    bottom: 0;          /* 定位在父容器的底部 */
    left: 0;            /* 定位在父容器的左邊 (會對齊 col-md-4 的邊界) */
    font-size: 14px;    /* 可以微調字體大小 */
    width: 100%;
}

@media (max-width: 736px) {
    .slide-box {
        width: 100%;
        height: calc(100vw*0.38417);
    }
}

@media (max-width: 475px) {
    .slide-box {
        width: 100%;
        height: calc(100vw*0.45417);
    }
}


.slide-wrapper {
    width: 100%;
    height: 549px;
}

@media (max-width: 736px) {
    .slide-wrapper {
        width: 100%;
        height: 100%;
    }
}

@media (max-width: 475px) {
    .slide-wrapper {
        width: 100%;
        height: 100%;
    }
}


.slide-img-box {
    width: 100%;
}

.slide-list {
    width: 100%;
    height: 100%;
}

.slide-item {
    width: 100%;
    height: 100%;
}

.slide-img {
    width: 100%;
    height: 500px;
}

@media (max-width: 736px) {
    .slide-img {
        width: 100%;
        height: calc(100vw*0.38417);
    }
}

@media (max-width: 475px) {
    .slide-img {
        width: 100%;
        height: calc(100vw*0.45417);
    }
}
