@charset "UTF-8";
body {
    width: 100%;
    min-height: 100%;
}

a,
.header-box .mid-nav .main-ul {
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}


/*
背景#f4f4f4
標題#2F3238  標記#f78536 
內文#9999AA
誆線#dcdcdc
*/

.boxInner {
    width: 100%;
    max-width: 1100px;
    min-height: 100%;
    height: auto;
    margin: 0 auto;
}

.bg-white {
    background-color: #fff;
}

.bg-llight {
    background-color: #fcfcfc;
}

.bg-light {
    background-color: #f4f4f4;
}

.bg-dark {
    background-color: #2F3238;
}

.p00 {
    padding: 0;
}

.p30 {
    padding: 30px;
}

.ptb15 {
    padding: 15px 0;
}

.ptb30 {
    padding: 30px 0;
}

.plr15 {
    padding: 0 15px;
}

.pl15 {
    padding-left: 15px;
}

.pr15 {
    padding-right: 15px;
}

.pt15 {
    padding-top: 15px;
}

.ptb4em {
    padding: 4em 0;
}

input[type="text"] {
    width: 100%;
    height: 35px;
    margin: 6px .2em;
    padding: .1em 1em;
    outline: none;
    font-size: .9em;
    border: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: 1px solid #ccc;
}

select {
    width: 100%;
    height: 35px;
    padding: .1em 1em;
    font-size: .9em;
    outline: none;
    border: 1px solid #ccc;
    border-radius: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.selectBox {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 35px;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: transparent;
}

.selectBox:after {
    position: absolute;
    top: 4px;
    right: 6px;
    z-index: 0;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    content: '\f107';
}

textarea {
    padding: 1em;
    outline: none;
    border: 1px solid #ccc;
    font-size: .9em;
}

select:hover,
select:focus,
input[type="text"]:hover,
input[type="text"]:focus,
textarea:focus,
textarea:hover {
    border: 1px solid #f78536;
}

.half {
    width: 50%
}

.half66 {
    width: 66%
}

.half70 {
    width: 70%
}

.half30 {
    width: 30%
}

.half34 {
    width: 34%
}

.half:first-child {
    padding-right: 10px;
}

.half66:first-child {
    padding-right: 10px;
}

.half70:first-child {
    padding-right: 10px;
}

.floatLeft {
    float: left;
}

#goToTop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: red;
    color: white;
    cursor: pointer;
    padding: 10px;
    border-radius: 10px;
    font-size: 1.5em;
}

#goToTop:hover {
    background-color: #555;
}


/*------------------------------------- 導盲磚 ------------------------------------------*/

a.acc {
    position: absolute;
    width: auto;
    opacity: 0;
}

a.acc:focus {
    opacity: 1;
    position: absolute;
}

.header-box .top-nav a.acc {
    width: auto;
}


/*-------------------------------------.header-box------------------------------------------*/

.header-box {
    width: 100%;
    height: auto;
}


/*theme-css*/

.header-box .top-nav {
    position: relative;
    width: 100%;
    height: 56px;
    border-bottom: 1px solid #188faa;
    background: #fff;
}

.header-box .top-nav .logo {
    float: left;
    font-size: 1.8em;
}

.header-box .top-nav .logo a {
    text-align: left;
    line-height: 1;
    padding: 4px 0 0 4px;
}

.header-box .top-nav .logo a:hover {
    text-decoration: none;
}

.header-box .top-nav .logo .web-name {
    line-height: 1.2;
}

.is-en .header-box .top-nav .logo .web-name {
    font-size: 1.3rem;
    max-width: 450px;
}

.header-box .top-nav .logo small {
    display: block;
    font-size: 0.5em;
}

.header-box .top-nav .logo img,
.header-box .top-nav .logo a>div {
    display: inline-block;
    vertical-align: middle;
}

.header-box .top-nav .logo img {
    height: 48px;
}

.header-box .top-nav ul {
    float: right;
}

.header-box .top-nav li {
    float: left;
    width: 70px;
    height: 56px;
    margin: 0 5px;
}

.header-box .top-nav li:last-child {
    width: 80px;
    margin: 0 0 0 10px;
}

.header-box .top-nav li.google-search {
    width: 120px;
    padding-top: 6px;
}

.header-box .gsc-control-cse {
    background-color: transparent;
    border-color: transparent;
    padding: 0;
}

.header-box .gsc-control-cse td.gsc-input {
    padding: 0;
}

.header-box .gsc-control-cse td.gsc-input .gsc-input {
    visibility: hidden;
}

.header-box .gsc-control-cse .gsib_b,
.header-box .gsc-control-cse .gsc-search-button {
    display: none;
}

.header-box .gsc-results-wrapper-overlay {
    line-height: 1.5;
}

.header-box .gsc-result .gs-title {
    line-height: normal;
}

.header-box .top-nav li.old-web {
    width: 50px;
}

.is-en .header-box:not(.is-menu-open) .top-nav li.old-web a {
    padding-top: 10px;
    line-height: 1.2;
}


/*theme-css*/

.header-box .top-nav li>a {
    display: block;
    width: 100%;
    height: 56px;
    line-height: 56px;
    text-align: center;
    text-decoration: none;
    color: #555;
}

@media screen and (min-width: 1025px) {
    .header-box .top-nav .sibling-web {
        width: auto;
        max-width: 100px;
    }
    .header-box .top-nav .sibling-web.two-line>a {
        padding-top: 10px;
        line-height: 1.2;
    }
}

.header-box .top-nav .a {
    display: inline;
    text-decoration: none;
}

.header-box .top-nav .a.acc {
    color: #fff;
}


/*theme-css*/

.header-box .top-nav li:last-child a {
    color: #fff;
    background: #188faa;
}

.header-box .mid-nav {
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #f4f4f4;
    background: #fff;
}

.header-box .mid-nav .main-ul {
    position: relative;
    z-index: 10;
    width: 100%;
    height: 52px;
}

.header-box .mid-nav .main-ul.theme-sec {
    display: none;
}


/*theme-css*/

.header-box .mid-nav .main-ul>li {
    float: left;
    width: calc(100%/8);
    height: 50px;
    text-align: center;
}

.header-box .mid-nav .main-ul.nine-menu-item>li {
    width: calc(100%/9);
}

.header-box .mid-nav .main-ul li:last-child .sub-ul .sub-ul-ul {
    left: auto;
    right: 100%;
}

.header-box .mid-nav .main-ul li:nth-last-child(2) .sub-ul .sub-ul-ul {
    left: auto;
    right: 100%;
}


/*theme-css*/

.header-box .mid-nav .main-ul>li>a {
    display: block;
    width: 100%;
    height: 50px;
    text-align: 50px;
    line-height: 50px;
    color: #555;
}


/*theme-css*/

.header-box .mid-nav .main-ul .sub-ul {
    display: none;
    width: 100%;
    height: auto;
    padding: 10px 0;
    background: #f4f4f4;
}

.header-box .mid-nav .main-ul .sub-ul>li {
    position: relative;
    width: 100%;
    height: 30px;
}

.header-box .mid-nav .main-ul .sub-ul>li>a:hover {
    border-bottom: white 2px solid;
}


/*theme-css*/

.header-box .mid-nav .main-ul .sub-ul>li>a {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-decoration: none;
    color: #555;
}

.header-box .mid-nav .main-ul .sub-ul .sub-ul-ul {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    width: 100%;
    height: auto;
    padding: 10px 0;
    background: #f4f4f4;
}


/*theme-css*/

.header-box .mid-nav .main-ul .sub-ul .sub-ul-ul a {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-decoration: none;
    color: #555;
}

.header-box .mid-nav .main-ul .sub-ul .sub-ul-ul a:hover {
    border-bottom: white 2px solid;
}

.header-box.desk-mode .mid-nav .main-ul>li:hover .sub-ul,
.header-box.desk-mode .mid-nav .main-ul .sub-ul>li:hover .sub-ul-ul {
    display: block;
}


/*theme-css*/

.header-box .main-ul .menu-line {
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background: #188faa;
}

@media screen and (max-width: 1024px) {
    .header-box .top-nav {
        height: auto;
    }
    .header-box .top-nav .logo {
        float: none;
        font-size: 1.6em;
        white-space: nowrap;
    }
    .header-box .top-nav .logo .web-name {
        width: calc(100% - 116px);
    }
    .is-en .header-box .top-nav .logo .web-name {
        font-size: 1.1rem;
        white-space: normal;
    }
    .header-box .top-nav ul {
        display: none;
        float: none;
    }
    .header-box.is-menu-open .top-nav ul {
        display: block;
    }
    .header-box.is-menu-open .top-nav li.google-search {
        padding-top: 0;
    }
    .header-box.is-menu-open .top-nav li .gsc-results-wrapper-overlay a {
        background-color: transparent;
        color: inherit;
        height: auto;
        line-height: normal;
    }
    .header-box.is-menu-open .top-nav li {
        float: left;
        width: calc(100%/3);
        height: 36px;
        margin: 0;
        border-bottom: 1px solid #fff;
    }
    .header-box.is-menu-open .top-nav-4 li {
        width: calc(100% / 2);
    }
    .header-box.is-menu-open .top-nav-5 li:first-child,
    .header-box.is-menu-open .top-nav-5 li:nth-child(2) {
        width: calc(100% / 2);
    }
    .header-box.is-menu-open .top-nav-7 li:last-child {
        width: 100%;
    }
    /*	.header-box .top-nav li:first-child {
		display: block;
		width: 50%;
	}

	.header-box .top-nav li:nth-child(2) {
		float: none; width: 100%;
	}

	.header-box .top-nav li:last-child {
		width: 100%; height: 36px;
		margin: 0;
	}*/
    /*theme-css*/
    .header-box .top-nav li a {
        height: 36px;
        line-height: 36px;
        color: #fff;
        background: #188faa;
        border-bottom: 1px solid #fff;
        border-right: 1px solid #fff;
    }
    .header-box .top-nav-4 li:nth-child(2) a,
    .header-box .top-nav-5 li:nth-child(2) a,
    .header-box .top-nav-6 li:nth-child(3) a,
    .header-box .top-nav-7 li:nth-child(3) a,
    .header-box .top-nav-7 li:nth-child(6) a,
    .header-box .top-nav li:last-child a {
        border-right: 0;
    }
    /*theme-css*/
    .header-box .mid-nav {
        display: none;
        height: auto;
        background: #188faa;
    }
    .header-box.is-menu-open .mid-nav {
        display: block;
    }
    .header-box .mid-nav .boxInner {
        padding: 0;
        width: 100%!important;
    }
    .header-box .mid-nav .main-ul {
        height: auto;
    }
    .header-box .mid-nav .main-ul.theme-sec {
        display: block;
    }
    .header-box .mid-nav .main-ul.theme-main {
        display: none;
    }
    .header-box .mid-nav .main-ul>li {
        float: none;
        display: block;
        width: 100%;
        height: auto;
        border-bottom: 1px solid #fff;
    }
    .header-box .mid-nav .main-ul>li>a {
        padding: 0 20px;
        text-align: left;
        font-weight: bold;
        color: #fff;
    }
    .header-box .mid-nav .main-ul li.has-sub>a:after {
        position: relative;
        content: '\f107';
        margin: 0 0 0 10px;
        font-family: FontAwesome;
    }
    .header-box .mid-nav .main-ul .sub-ul {
        /*display: block;*/
        padding: 0 0 20px 0;
        background: #188faa;
    }
    .header-box .mid-nav .main-ul .sub-ul.open-mode {
        display: block;
    }
    .header-box .mid-nav .main-ul .sub-ul>li {
        height: auto;
    }
    .header-box .mid-nav .main-ul .sub-ul>li>a {
        padding: 0 30px;
        text-align: left;
        color: #fff;
    }
    .header-box .mid-nav .main-ul .sub-ul .sub-ul-ul {
        position: relative;
        left: 0;
        padding: 10px 0 24px 0;
        background: #188faa;
    }
    .header-box .mid-nav .main-ul .sub-ul .sub-ul-ul.open-mode {
        display: block;
    }
    .header-box .mid-nav .main-ul .sub-ul .sub-ul-ul a {
        padding: 0 0 0 40px;
        text-align: left;
        color: #fff;
    }
    .sec-header {}
    /*theme-css*/
    .ham-box {
        position: absolute;
        top: 0;
        right: 0;
        width: 60px;
        height: 60px;
        background: #188faa;
        cursor: pointer;
    }
    .ham-btn {
        display: block;
        position: absolute;
        width: 20px;
        height: 24px;
        top: 30px;
        right: 10px;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .ham-btn .bars {
        width: 20px;
        height: 20px;
        position: relative;
        -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.694, 0.048, 0.335, 1);
        transition: -webkit-transform 0.2s cubic-bezier(0.694, 0.048, 0.335, 1);
        transition: transform 0.2s cubic-bezier(0.694, 0.048, 0.335, 1);
        transition: transform 0.2s cubic-bezier(0.694, 0.048, 0.335, 1), -webkit-transform 0.3s cubic-bezier(0.694, 0.048, 0.335, 1);
    }
    .ham-btn .bars span {
        display: block;
        width: 100%;
        height: 1px;
        background-color: #fff;
        margin-top: 10px;
    }
    .ham-btn .bars span:first-child {
        margin-top: 0;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.694, 0.048, 0.335, 1);
        transition: -webkit-transform 0.2s cubic-bezier(0.694, 0.048, 0.335, 1);
        transition: transform 0.2s cubic-bezier(0.694, 0.048, 0.335, 1);
        transition: transform 0.2s cubic-bezier(0.694, 0.048, 0.335, 1), -webkit-transform 0.2s cubic-bezier(0.694, 0.048, 0.335, 1);
        -webkit-transition-delay: 0.4s;
        transition-delay: 0.4s;
    }
    .ham-btn .bars span:nth-child(3) {
        width: 65%;
        -webkit-transition: width 0.2s cubic-bezier(0.694, 0.048, 0.335, 1);
        transition: width 0.2s cubic-bezier(0.694, 0.048, 0.335, 1);
        -webkit-transition-delay: 0.4s;
        transition-delay: 0.4s;
    }
    .ham-btn .bars .other-bar {
        width: 1px;
        height: 0;
        background-color: #fff;
        position: absolute;
        top: 1px;
        left: 15px;
        margin-left: -5px;
        -webkit-transition: height 0.4s cubic-bezier(0.694, 0.048, 0.335, 1);
        transition: height 0.4s cubic-bezier(0.694, 0.048, 0.335, 1);
        z-index: 10;
    }
    .is-menu-open .ham-btn .bars {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition-delay: 0.4s;
        transition-delay: 0.4s;
    }
    .is-menu-open .ham-btn .bars span {
        background-color: #fff;
    }
    .is-menu-open .ham-btn .bars span:first-child {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.694, 0.048, 0.335, 1);
        transition: -webkit-transform 0.2s cubic-bezier(0.694, 0.048, 0.335, 1);
        transition: transform 0.2s cubic-bezier(0.694, 0.048, 0.335, 1);
        transition: transform 0.2s cubic-bezier(0.694, 0.048, 0.335, 1), -webkit-transform 0.2s cubic-bezier(0.694, 0.048, 0.335, 1);
    }
    .is-menu-open .ham-btn .bars span:nth-child(3) {
        width: 0;
        -webkit-transition: width 0.2s cubic-bezier(0.694, 0.048, 0.335, 1);
        transition: width 0.2s cubic-bezier(0.694, 0.048, 0.335, 1);
    }
    .is-menu-open .ham-btn .bars .other-bar {
        height: 20px;
        /*  -webkit-transition: height 0.2s cubic-bezier(0.694, 0.048, 0.335, 1);
	  transition: height 0.2s cubic-bezier(0.694, 0.048, 0.335, 1);
	  -webkit-transition-delay: 0.3s;
	          transition-delay: 0.3s;*/
    }
    /*-------------------------------------.news-box------------------------------------------*/
    .news-box .flex-cont .date-title-box .date .unit {
        display: inline-block;
        margin-left: 5px;
    }
}


/*-------------------------------------.sec-header------------------------------------------*/

.sec-header {
    position: relative;
    top: -25px;
    width: 100%;
}

.sec-header .btm-nav .main-ul>li {
    float: left;
    width: calc(100%/8);
    height: 50px;
    padding-top: 18px;
}

.is-en .sec-header .btm-nav .main-ul>li {
    width: calc(100%/5);
    padding-top: 10px;
}

.sec-header .btm-nav .main-ul>li a {
    line-height: 1;
    display: block;
    text-align: center;
}

.sec-header.tw-row {
    top: -40px;
}

.sec-header.tw-row .btm-nav .main-ul>li {
    padding-top: 13px;
    height: 40px;
}

.is-en .sec-header.tw-row .btm-nav .main-ul>li {
    padding-top: 5px;
}

@media screen and (max-width: 640px) {
    .sec-header.tw-row,
    .sec-header {
        top: 0;
        margin-bottom: 25px;
    }
    .sec-header .btm-nav .main-ul>li {
        padding-top: 8px;
        height: 35px;
    }
}


/*.sec-header {
	position: relative;
	top:-40px;
	width: 100%; height: auto;
}

.sec-header .btm-nav .boxInner {
	padding:0;
}

theme-css
.sec-header .btm-nav .main-ul {
	width: 100%; height: 80px;
	background: #2c3e50;
}

.sec-header .btm-nav .main-ul > li {
	float: left;
	width: calc(100%/8); height: 80px;
} 

theme-css
.sec-header .btm-nav .main-ul > li > a {
	display: block;
	width: 100%; height: 80px;
	line-height: 80px;
	text-align: center;
	text-decoration: none;
	color:#fff;
}

.sec-header .btm-nav .main-ul .sub-ul {
	position: relative;
	z-index: 10;
	display: none;
	width: 100%; height: auto;
	padding:10px 0;
	background: #3a4f60;
}

.sec-header .btm-nav .main-ul .sub-ul > li {
	position: relative;
	width: 100%; height: 30px;
}

.sec-header .btm-nav .main-ul .sub-ul > li > a {
	display: block;
	width: 100%; height: 30px;
	line-height: 30px;
	text-align: center;
	color:#fff;
}

.sec-header .btm-nav .main-ul .sub-ul .sub-ul-ul {
	display: none;
	position: absolute;
	left:100%; top:0;
	width: 100%; height: auto;
	padding:10px 0;
	background:  #3a4f60;
}

.sec-header .btm-nav .main-ul .sub-ul .sub-ul-ul > li {
	width: 100%; height: 30px;
}

.sec-header .btm-nav .main-ul .sub-ul .sub-ul-ul > li > a {
	display: block;
	width: 100%; height: 30px;
	line-height: 30px;
	text-align: center;
	color:#fff;
}

.sec-header.desk-mode .btm-nav .main-ul > li:hover .sub-ul,
.sec-header.desk-mode .btm-nav .main-ul .sub-ul > li:hover .sub-ul-ul {
	display: block;
}*/


/*-------------------------------------footer------------------------------------------*/

footer {
    clear: both;
    padding: 50px 0;
    background: #2c3e50;
}

footer .item {
    float: left;
    width: 31%;
    padding: 0 10px 0 0;
}

footer .item.theme-site,
footer .item.theme-search,
footer .item.theme-add {
    width: 23%;
}

footer .item .title {
    margin: 0 0 10px 0;
    font-weight: bold;
    color: #fff;
}

footer .item.theme-site .title.search {
    margin-top: 16px;
}

footer .item li {
    width: 100%;
    height: 24px;
}

footer .item a {
    text-decoration: none;
    height: 24px;
    line-height: 24px;
    color: #fff;
}

footer .item p {
    margin: 0 0 6px 0;
    color: #fff;
}

footer .item.theme-photo .title a {
    font-weight: normal;
}

footer .item.theme-photo .img {
    float: left;
    width: 25%;
    height: auto;
    padding: 1px;
}

footer .item.theme-photo .img>div {
    background: no-repeat center;
    background-size: cover;
}

footer .item.theme-photo .img img {
    width: 100%;
    height: auto;
    display: none;
}

footer .item.theme-photo .img img.trans {
    display: block;
    visibility: hidden;
}

.slick-box .slick-prev:before,
.slick-box .slick-next:before {
    font-size: 40px;
}

@media screen and (max-width: 768px) {
    .half {
        width: 100%
    }
    .half66 {
        width: 100%
    }
    .half70 {
        width: 100%
    }
    .half30 {
        width: 100%
    }
    .half34 {
        width: 100%
    }
    footer .item.theme-site {
        width: 50%;
        /*height: 180px;*/
        margin: 0 0 50px 0;
    }
    footer .item.theme-search,
    footer .item.theme-add,
    footer .item.theme-photo {
        float: left;
        width: 100%;
        margin: 0 0 30px 0;
    }
    footer .item.theme-site.empty,
    footer .item.theme-photo.empty {
        display: none;
    }
}


/*-------------------------------------.bread------------------------------------------*/

.bread {
    width: 100%;
    height: auto;
    margin: 0px 0 20px 0;
}

.bread li {
    float: left;
    height: 20px;
    margin: 0 10px 0 0;
}

.bread li .recruitment-link {
    color: #0080FF;
    margin-left: 10px;
}

.bread li:last-child {
    margin: 0;
}

.bread li a {
    text-decoration: none;
    color: #989898;
}

.bread li a:after {
    content: '>';
    margin: 0 0 0 10px;
    color: #989898;
}

.bread li:last-child a:after {
    content: '';
}

.bread li.active a {
    color: #999;
}


/*-------------------------------------.banner------------------------------------------*/

.banner {
    width: 100%;
    height: auto;
}

.banner img {
    width: 100%;
    height: auto;
}


/*-------------------------------------.j-pagintaor ------------------------------------------*/

.j-pagintaor {
    width: 100%;
    height: auto;
    margin: 20px 0;
    text-align: center;
}

.j-pagintaor li {
    display: inline-block;
    width: 34px;
    height: 30px;
    margin: 0 0 0 -1px;
}

.j-pagintaor li a {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-decoration: none;
    color: #333;
    border: 1px solid #ccc;
    background: #fff;
}

.j-pagintaor li.active a {
    font-weight: bold;
    color: #fff;
    background: #33c9c9;
    border: 1px solid #33c9c9;
}


/*-------------------------------------.morebtn ------------------------------------------*/

.morebtn {
    display: block;
    width: 200px;
    height: 40px;
    margin: 30px auto;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
    border: 1px solid #ccc;
    color: #ccc;
}

.morebtn:hover {
    text-decoration: none;
}


/*-------------------------------------.top ------------------------------------------*/

.top {
    color: #555;
}

.top:hover {
    text-decoration: none;
}


/*-------------------------------------.slick-box------------------------------------------*/

.slick-box.slick-initialized {
    margin: 0 auto;
}

.slick-box.slick-initialized .slick-slide {
    position: relative;
}

.slick-box.slick-initialized .slick-prev {
    left: 25px;
    z-index: 1;
}

.slick-box.slick-initialized .slick-next {
    right: 25px;
    z-index: 1;
}

.slick-box .slick-prev:before,
.slick-box .slick-next:before {
    font-size: 30px;
}

.slick-box {
    position: relative;
    width: 100%;
    height: auto;
}

.slick-box .item {
    width: 100%;
    height: auto;
    background-size: cover;
    background-position: center;
}

.slick-box .item img {
    width: 100%;
    height: auto;
}

@media screen and (min-width: 1440px) {
    .slick-box .item img {
        max-width: 1280px;
        margin: 0 auto;
        background-color: #fff;
    }
}


/*theme-css*/

.slick-box .item .text-box {
    text-decoration: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50px;
    width: 100%;
    max-width: 1100px;
    height: 180px;
    margin: auto;
    padding: 15px 30px;
    background: rgba(255, 255, 255, .9);
    border-top: 3px solid #188faa;
}

.slick-box .item .text-box.title-only {
    height: auto;
}

.slick-box .item .text-box.title-only h2::after {
    display: none;
}


/*theme-css*/

.slick-box .item .text-box h2 {
    color: #333;
}


/*theme-css*/

.slick-box .item .text-box h2:after {
    display: block;
    content: '';
    width: 62px;
    height: 2px;
    margin: 10px 0 15px 0;
    background: #cbcbcb;
}


/*theme-css*/

.slick-box .item .text-box p {
    line-height: 1.4em;
    color: #555;
}


/*-------------------------------------.title------------------------------------------*/

.title h2 {
    line-height: 1.6rem;
}

.title .date {
    font-weight: bold;
    color: #188faa;
}

.title .unit {
    display: inline-block;
}

.title span {
    position: relative;
    display: block;
    height: 30px;
    margin: 0 0 0 55px;
    line-height: 30px;
    color: #cbcbcb;
}

.is-en .title span {
    line-height: 1.3em;
}

.title .homeSpan {
    position: relative;
    display: block;
    height: 30px;
    margin: 0 0 0 55px;
    line-height: 30px;
    color: #b3b3b3;
}

.title span:before {
    position: absolute;
    left: -55px;
    top: 14px;
    z-index: 2;
    display: block;
    content: '';
    width: 40px;
    height: 2px;
    margin: 0 20px 0 0;
    background: #188faa;
}

.title.theme-long span:before {
    margin: 0 0 0 0;
}

.title.theme-long span:after {
    position: absolute;
    z-index: 1;
    left: -55px;
    top: 14px;
    display: block;
    content: '';
    width: calc(100% + 55px);
    height: 2px;
    background: #eee;
}


/*-------------------------------------.more------------------------------------------*/

.more {
    height: 20px;
    margin: 20px 0;
    line-height: 20px;
    font-size: .8rem;
    font-weight: bold;
    color: #188faa;
}


/*-------------------------------------.edit-cont------------------------------------------*/

.edit-cont {}

.edit-cont h1,
.edit-cont h2,
.edit-cont h3,
.edit-cont h4,
.edit-cont h5,
.edit-cont h6 {
    margin: 0 0 10px 0;
    line-height: 1.2em;
    font-size: 1.2rem;
    font-weight: bold;
    color: #333;
}

.edit-cont p {
    margin: 0 0 20px 0;
    color: #555;
}

.edit-cont img {
    width: 100%;
    height: auto;
    margin: 10px 0;
}

.edit-cont li {
    position: relative;
    padding: 0 0 0 1rem;
    /*font-size: 1rem;*/
}

.edit-cont li:before {
    position: absolute;
    left: .2rem;
    top: .5rem;
    content: '';
    width: 4px;
    height: 4px;
    background: #333;
    border-radius: 50%;
}

.edit-cont .cl-box {
    width: 100%;
    height: auto;
}

.edit-cont .cl-box [class^="cl"] img {
    width: 100%;
    height: auto;
}

.edit-cont .cl3 {
    float: left;
    width: calc((100% - 90px)/3);
    height: auto;
    margin: 0 30px 20px 0;
}

.edit-cont .cl2 {
    float: left;
    width: calc((100% - 60px)/2);
    height: auto;
    margin: 0 30px 20px 0;
}

.edit-cont .cl1 {
    width: 100%;
    height: auto;
    margin: 0 0 20px 0;
}

.edit-cont .cl2:last-child,
.edit-cont .cl3:last-child {
    margin: 0 0 20px 0;
}

.edit-cont .prl-title {
    position: relative;
    left: 20px;
}

.edit-cont .prl-title:before {
    position: absolute;
    left: -20px;
    top: 6px;
    content: '';
    width: 5px;
    height: 10px;
    background: #33c9c9;
}

.edit-cont .prl-title:after {
    position: absolute;
    left: -15px;
    top: 6px;
    content: '';
    width: 5px;
    height: 10px;
    background: #d0eaf7;
}


/*-------------------------------------.concept-box------------------------------------------*/

.concept-box {
    margin: 0 0 50px;
}

.concept-box .boxInner {
    padding: 0;
}

.concept-box .left {
    float: left;
    width: 300px;
    height: auto;
    margin: 0 30px 0 0;
}

.concept-box .right {
    float: left;
    width: calc(100% - 330px);
    height: auto;
}

.concept-box .left .title {}

.is-en .concept-box .left .title h2 {
    font-size: 1.2rem;
}

.concept-box .right p {
    margin: 0 0 10px 0;
    font-size: 1.04em;
}

.concept-box .top2 {
    margin: 30px 0 0 0;
}

.concept-box .top2 .left {
    float: left;
    width: 40%;
    height: auto;
    margin: 0 30px 0 0;
}

.concept-box .top2 .left p {
    margin: 0 0 20px 0;
}

.concept-box .top2 .right {
    float: left;
    width: calc(60% - 30px);
    height: auto;
}

.concept-box .top2 .right img {
    width: 100%;
    height: auto;
}

.concept-box ol {
    display: block;
    padding: 0 40px;
}

.concept-box ul {
    display: block;
    padding: 0 40px;
}

.concept-box li {
    list-style-type: inherit;
}

.concept-box .right img {
    vertical-align: inherit;
}


/*-------------------------------------.concept-other-box------------------------------------------*/

.concept-other-box {
    margin: 0 0 50px;
}

.concept-other-box .boxInner {
    padding: 0;
}

.concept-other-box .head .title {
    float: left;
    width: 25%;
}

.concept-other-box .head .menu {
    float: left;
    width: 75%;
    text-align: left;
}

.concept-other-box .head .menu ul li {
    display: inline;
    margin: 5px;
}

.concept-other-box .head .menu ul li a {
    line-height: 4rem;
    height: 4rem;
    font-weight: 300;
    font-size: 1.6em;
    text-decoration: none;
}

.is-en .concept-other-box .head .menu ul li a {
    font-size: 1.2em;
}

.concept-other-box .head .menuVps {
    float: left;
    width: 75%;
    text-align: left;
    margin-top: 10px;
}

.concept-other-box .head .menuVps ul li {
    display: inline;
    margin: 5px;
}

.concept-other-box .head .menuVps ul li a {
    line-height: 2rem;
    height: 2rem;
    font-weight: 500;
    font-size: 1.5em;
    text-decoration: none;
}

.is-en .concept-other-box .head .menuVps ul li a {
    font-size: 1.2em;
}

.concept-other-box img {
    border-radius: 10%;
    border: 3px solid #fff;
}

.concept-other-box .imgItem .imgLeft {
    position: relative;
    z-index: 2;
    display: block;
    float: left;
    width: 25%
}

.concept-other-box .imgItem .img-principal {
    width: 250px;
    height: 375px;
    margin: 0 0 0 0;
    background: no-repeat top center #fff;
    background-size: contain;
    border-radius: 10px;
}

.concept-other-box .imgItem .img-vps {
    width: 350px;
    height: 258px;
    margin: 0 0 0 0;
    background: no-repeat top center #c9c1c1;
    background-size: contain;
    border-radius: 10px;
}

.concept-other-box .imgItem .img-vpsWide {
    width: 400px;
    height: 258px;
    margin: 0 0 0 0;
    background: no-repeat top center #c9c1c1;
    background-size: contain;
    border-radius: 10px;
}

.concept-other-box .imgItem .img-vpf {
    width: 240px;
    height: 300px;
    margin: 0 0 0 0;
    background: no-repeat top center #fff;
    background-size: contain;
    border-radius: 10px;
}

.concept-other-box .imgItem .content {
    position: relative;
    z-index: 1;
    left: -50px;
    display: block;
    float: left;
    width: 75%;
    text-align: left;
}

.concept-other-box .imgItem .contentWidth {
    width: 60%;
}

.concept-other-box .imgItem .contentVps {
    width: 66%;
}


.concept-other-box .imgItem .content .title {
    width: 80%;
    margin-top: 45px;
    margin-bottom: 5px;
    padding: 20px 20px 20px 70px;
    color: white;
    background: -webkit-linear-gradient(left, rgb(159, 0, 0), rgb(243, 243, 243));
    background: -o-linear-gradient(right, rgb(159, 0, 0), rgb(243, 243, 243));
    background: -moz-linear-gradient(right, rgb(159, 0, 0), rgb(243, 243, 243));
    background: linear-gradient(to right, rgb(159, 0, 0), rgb(243, 243, 243));
}

.concept-other-box .imgItem .content .title h2 {
    display: inline-block;
    font-size: 3.5em;
}

.concept-other-box .imgItem .content .title small {
    font-size: 2em;
}

.is-en .concept-other-box .imgItem .content .title h2 {
    display: block;
    line-height: 1;
}

.concept-other-box .imgItem .content .text {
    padding: 20px 20px 20px 70px;
    background: -webkit-linear-gradient(left, rgba(159, 0, 0, 0.03), rgb(243, 243, 243));
    background: -o-linear-gradient(right, rgba(159, 0, 0, 0.03), rgb(243, 243, 243));
    background: -moz-linear-gradient(right, rgba(159, 0, 0, 0.03), rgb(243, 243, 243));
    background: linear-gradient(to right, rgba(159, 0, 0, 0.03), rgb(243, 243, 243));
}

.concept-other-box .rightItem .content {
    display: block;
    float: right;
    width: 75%
}

.concept-other-box .rightItem .content .title {
    float: right;
    width: 80%;
    margin-top: 35px;
    margin-bottom: 5px;
    padding: 20px 20px 20px 70px;
    color: white;
    background: -webkit-linear-gradient(left, rgb(243, 243, 243), rgb(159, 0, 0));
    background: -o-linear-gradient(right, rgb(243, 243, 243), rgb(159, 0, 0));
    background: -moz-linear-gradient(right, rgb(243, 243, 243), rgb(159, 0, 0));
    background: linear-gradient(to right, rgb(243, 243, 243), rgb(159, 0, 0));
}

.concept-other-box .rightItem .content .title h2 {
    display: block;
    font-size: 2.5em;
    text-align: right;
}

.concept-other-box .rightItem .content .text {
    float: right;
    width: 70%;
    background: -webkit-linear-gradient(left, rgb(243, 243, 243), rgba(159, 0, 0, 0.03));
    background: -o-linear-gradient(right, rgb(243, 243, 243), rgba(159, 0, 0, 0.03));
    background: -moz-linear-gradient(right, rgb(243, 243, 243), rgba(159, 0, 0, 0.03));
    background: linear-gradient(to right, rgb(243, 243, 243), rgba(159, 0, 0, 0.03));
}

.concept-other-box .rightItem .content ol {
    display: block;
    padding: 0 0 0 10px;
}

.concept-other-box .rightItem .content ul {
    display: block;
    padding: 0 0 0 10px;
}

.concept-other-box .rightItem .content li {
    list-style-type: inherit;
    text-align: left;
}

.concept-other-box .leftItem .content {
    display: block;
    float: left;
    width: 100%
}

.concept-other-box .leftItem .content .title {
    float: left;
    width: 80%;
    margin-top: 35px;
    margin-bottom: 5px;
    padding: 20px 20px 20px 20px;
    color: white;
    background: -webkit-linear-gradient(left, rgb(159, 0, 0), rgb(243, 243, 243));
    background: -o-linear-gradient(right, rgb(159, 0, 0), rgb(243, 243, 243));
    background: -moz-linear-gradient(right, rgb(159, 0, 0), rgb(243, 243, 243));
    background: linear-gradient(to right, rgb(159, 0, 0), rgb(243, 243, 243));
}

.concept-other-box .leftItem .content .title h2 {
    display: block;
    font-size: 2.5em;
    text-align: left;
}

.concept-other-box .leftItem .content .text {
    float: left;
    width: 100%;
    background: -webkit-linear-gradient(left, rgba(159, 0, 0, 0.03), rgb(243, 243, 243));
    background: -o-linear-gradient(right, rgba(159, 0, 0, 0.03), rgb(243, 243, 243));
    background: -moz-linear-gradient(right, rgba(159, 0, 0, 0.03), rgb(243, 243, 243));
    background: linear-gradient(to right, rgba(159, 0, 0, 0.03), rgb(243, 243, 243));
}

.concept-other-box .leftItem .content ol {
    display: block;
    padding: 0 0 0 40px;
}

.concept-other-box .leftItem .content ul {
    display: block;
    padding: 0 0 0 40px;
}

.concept-other-box .leftItem .content li {
    list-style-type: inherit;
    text-align: left;
}

@media screen and (max-width: 768px) {
    .concept-other-box .head .menu,
    .concept-other-box .head .menuVps,
    .concept-other-box .head .title {
        width: 100%;
    }
    .concept-other-box .head .title span {
        height: 20px;
    }
    .concept-other-box .imgItem .content .title,
    .concept-other-box .rightItem .content .title {
        width: 100%;
    }
    .concept-other-box .rightItem .content .text {
        width: 90%;
    }
}


/*-------------------------------------.teach-box------------------------------------------*/

.teach-box {
    width: 100%;
    height: auto;
    margin: 0 0 50px 0;
}

.about .teach-box {
    margin: 0;
}

.teach-box .top {
    background: rgb(255, 255, 255);
    /* Old browsers */
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(235, 235, 235, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(235, 235, 235, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(235, 235, 235, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ebebeb', GradientType=1);
    /* IE6-9 */
}

.teach-box .top .concept {
    float: left;
    width: calc(50% - 30px);
    height: auto;
    margin: 0 30px 0 0;
    padding: 30px 0;
}

.teach-box .top img {
    width: 50%;
    height: auto;
}

.teach-box .top .concept h3 {
    font-size: 18px;
    font-weight: 700;
}

.teach-box .top .img {
    width: 50%;
    height: auto;
}

.teach-box .bottom {
    padding: 0 0 20px 0;
    background: rgb(235, 235, 235);
    /* Old browsers */
    background: -moz-linear-gradient(left, rgba(235, 235, 235, 1) 0%, rgba(255, 255, 255, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(235, 235, 235, 1) 0%, rgba(255, 255, 255, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(235, 235, 235, 1) 0%, rgba(255, 255, 255, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#ffffff', GradientType=1);
    /* IE6-9 */
}

.teach-box .bottom .owl-teach {
    width: 100%;
    height: auto;
}

.teach-box .bottom .owl-teach .item {
    float: left;
    height: 290px;
}

.teach-box .bottom .owl-teach .item img {
    width: 100%;
    height: auto;
}

.teach-box .bottom .owl-teach .item .cont {
    width: 100%;
    height: 110px;
    padding: 0 2rem 0 0;
}

.teach-box .bottom .owl-teach .item .cont .inner {
    width: 100%;
    height: 110px;
    padding: 1.5rem 1.5rem;
    background: #fff;
}

.teach-box .bottom .owl-teach .item .cont .inner h3 {
    font-size: 1.2rem;
    line-height: 1.4em;
    margin: 0 0 10px 0;
    color: #333;
}

.teach-box .bottom .owl-teach .item .cont .line {
    width: 100%;
    height: 4px;
    background: #33c9c9;
}

.teach-box .bottom .owl-teach .item:nth-child(4n+2) .cont .line {
    background: #33c9c9;
}

.teach-box .bottom .owl-teach .item:nth-child(4n+3) .cont .line {
    background: #2980b6;
}

.teach-box .bottom .owl-teach .item:nth-child(4n+4) .cont .line {
    background: #8076ad;
}


/*-------------------------------------.act-box------------------------------------------*/

.act-box {
    width: 100%;
    height: auto;
    margin: 0 0 50px 0;
}

.act-box .video-box {
    width: 100%;
    height: auto;
}

.act-box .video-box .item {
    position: relative;
    float: left;
    width: calc((100% - 20px)/2);
    height: auto;
    margin: 0 20px 20px 0;
}

.act-box .video-box .item:last-child {
    margin: 0 0 20px 0;
}

.act-box .video-box .item .ytb-title h2 {
    width: 95%;
    overflow: hidden;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4em;
    color: #333;
}

.ytb-overlay {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: auto;
    /*height: 306px;*/
    overflow: hidden;
    cursor: pointer;
}

.ytb-overlay img {
    width: 100%;
    height: auto;
}

.ytb-overlay .playbtn {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 90px;
    height: 90px;
    margin: auto;
    border-radius: 50%;
    border: 3px solid #fff;
    background: rgba(0, 0, 0, .2);
    box-shadow: -1px 0 7px rgba(0, 0, 0, 0.4);
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s;
}

.ytb-overlay .playbtn:after {
    content: "";
    position: absolute;
    right: 0;
    left: 4px;
    top: 50%;
    width: 0;
    height: 0;
    margin: -15px auto 0;
    border: solid transparent;
    border-left-color: #fff;
    border-width: 15px 0 15px 20px;
}

.ytb-overlay:hover .playbtn {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    background: #b31b1b
}

.ytb {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    padding-top: 10px;
    overflow: hidden;
}

.ytb iframe,
.ytb object,
.ytb embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.act-box .text-box {
    width: 100%;
    height: auto;
}

.act-box .text-box .item {
    float: left;
    width: calc((100% - 80px)/4);
    height: auto;
    margin: 0 10px 20px;
    text-decoration: none;
}


/*.act-box .text-box .item:last-child {
	margin:0 0 20px 0;
}*/

.act-box .text-box .item>div:first-child {
    background: no-repeat center;
    background-size: cover;
}

.act-box .text-box .item img {
    width: 100%;
    height: auto;
    display: none;
}

.act-box .text-box .item img.trans {
    visibility: hidden;
    display: block;
}

.act-box .text-box .item .text-title {
    height: 55px;
}

.act-box .text-box .item .text-title h2 {
    width: 100%;
    overflow: hidden;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4em;
    color: #333;
}


/*-------------------------------------.news-box------------------------------------------*/

.news-box {
    width: 100%;
    height: auto;
    margin: 0px 0 50px 0;
}

.news-box .cl1 table {
    margin-left: auto;
    margin-right: auto;
}

.news-box .flex-cont {
    display: inline-flex;
    flex-wrap: nowrap;
    text-decoration: none;
    align-items: center;
    width: 100%;
    height: 70px;
    background: #f2f3f3;
    border-bottom: 1px solid #fff;
}

.news-box .flex-cont:nth-child(2n+1) {
    background: #f7f7f7
}

.news-box .flex-cont .item1 {
    flex: 1;
}

.news-box .flex-cont .item15 {
    flex: 1.5;
}

.news-box .flex-cont .item2 {
    flex: 2;
}

.news-box .flex-cont .item3 {
    flex: 3;
}

.news-box .flex-cont .item5 {
    flex: 5;
}

.news-box .flex-cont .item6 {
    flex: 6;
}

.news-box .flex-cont .item65 {
    flex: 6.5;
}

.news-box .flex-cont .item7 {
    flex: 7;
}

.news-box .flex-cont .item75 {
    flex: 7.5;
}

.news-box .flex-cont .item8 {
    flex: 8;
}

.news-box .flex-cont .item85 {
    flex: 8.5;
}

.news-box .flex-cont .date-title-box {
    display: inline-flex;
    flex-wrap: nowrap;
    align-items: center;
}

.news-box .flex-cont .date-title-box .date {
    font-weight: bold;
    padding: 0 0 0 1.5rem;
    color: #333;
}

.news-box .flex-cont .date-title-box .date i {
    font-size: .9rem;
    color: #188faa;
}

.news-box .flex-cont .date-title-box .date .unit {
    line-height: 15px;
}

.news-box .flex-cont .date-title-box .title {
    padding: 0 0 0 1.5rem;
}

.news-box .flex-cont .date-title-box .title h3 {
    width: 95%;
    overflow: hidden;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4em;
    color: #333;
}

.news-box .flex-cont .date-title-box .title p {
    width: 100%;
    height: 20px;
    overflow: hidden;
}

.news-box .flex-cont .status-box {
    position: relative;
    width: 100%;
    height: 70px;
}

.news-box .flex-cont .status-box .status:after {
    position: absolute;
    right: 30px;
    top: 0;
    bottom: 0;
    display: block;
    content: '';
    width: 60px;
    height: 26px;
    margin: auto;
}

.news-box .flex-cont .status-box .status.theme-hot:after {
    content: '\f005 HOT';
    background: #33c9c9;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: bold;
    font-size: .8rem;
    text-decoration: inherit;
    color: #fff;
    text-align: center;
}

.news-box .holder a {
    font-size: 16px;
    font-family: "Noto Sans TC", 'Lato', /*'Titillium Web',*/
    Arial, Helvetica, sans-serif;
    text-decoration: none;
    color: #555;
}

.news-box .holder a.jp-next {
    font-weight: bold;
    font-size: 1.5em;
    color: #000;
}

.holder a:hover {
    background-color: transparent;
}

.holder a.jp-current,
a.jp-current:hover {
    color: #000;
}

.news-box .cate {
    margin: 0 0 30px 0;
}

.news-box .cate li {
    float: left;
    height: 20px;
    margin: 0 10px 0 0;
}

.news-box .cate li a {
    height: 20px;
    line-height: 20px;
    text-decoration: none;
    color: #555;
}

.news-box .cate li.active a {
    font-weight: bold;
    color: #333;
}

.news-box .title form span {
    display: inline-block;
    font-size: .9rem;
    font-weight: bold;
    line-height: 24px;
}

.news-box .title form .search-open {
    cursor: pointer;
}

.news-box .title form span a {
    color: #333;
}

.news-box .title form span i {
    margin: 0 .2rem 0 0;
}

.news-box .title #search {
    width: 0;
    height: 1.4rem;
    margin: 0;
    padding: 0;
    border: 0;
    border-bottom: 2px solid #333;
    background: none;
    transition: all .4s;
}

.news-box .title .open #search {
    width: 150px;
    padding: 0 .5rem;
    color: #3ac500;
}

.news-box .cl-box ol {
    display: block;
    padding: 0 40px;
}

.news-box .cl-box ul {
    display: block;
    padding: 0 40px;
}

.news-box .cl-box li {
    list-style-type: inherit;
}

.news-box img {}

.news-box .cl-box strong {
    color: inherit;
}

.news-box .button {
    display: none;
    bottom: 10px;
    right: 0px;
    border: none;
    outline: none;
    background-color: red;
    color: white;
    cursor: pointer;
    padding: 2px;
    border-radius: 10px;
    font-size: 1.3em;
}

.news-box .button:hover {
    background-color: #555;
}


/*-------------------------------------.news-half-box------------------------------------------*/

.news-half-box {
    width: 100%;
    height: auto;
    margin: 0px 0 50px 0;
}

.news-half-box .floatLeft {
    padding-bottom: 50px;
}

.news-half-box .boxInner {}

.news-half-box .articleTitle {
    padding-left: 15px;
    line-height: 44px;
    background-color: #188faa;
}

.news-half-box .articleTitle a {
    text-decoration: none;
}

.news-half-box .articleTitle h2 {
    line-height: 44px;
    color: white;
}

.news-half-box .articleTitle small {
    font-size: 50%;
}

.news-half-box .holder {
    margin: 0;
}

.news-half-box .flex-cont {
    display: block;
    flex-wrap: nowrap;
    text-decoration: none;
    align-items: center;
    width: 100%;
    height: 75px;
    background: #f2f3f3;
    border-bottom: 1px solid #fff;
    padding: 5px 0 10px;
}

.news-half-box .flex-cont:nth-child(2n+1) {
    background: #f7f7f7
}

.news-half-box .flex-cont .date-title-box {
    display: block;
    flex-wrap: nowrap;
    align-items: center;
    margin-top: 1px;
}

.news-half-box .flex-cont .date-title-box .date {
    font-weight: bold;
    padding: 0 0 0 1.5rem;
    color: #333;
}

.news-half-box .flex-cont .date-title-box .date i {
    font-size: .9rem;
    color: #188faa;
}

.news-half-box .flex-cont .date-title-box .date .unit {
    display: inline-block;
    margin-left: 5px;
}

.news-half-box .flex-cont .date-title-box .title {
    padding: 0 0 0 1.5rem;
}

.news-half-box .flex-cont .date-title-box .title h3 {
    width: 95%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4em;
    color: #333;
}

.news-half-box .flex-cont .date-title-box .title p {
    width: 100%;
    height: 20px;
    overflow: hidden;
}

.news-half-box .flex-cont .status-box {
    position: relative;
    width: 100%;
    height: 0px;
}

.news-half-box .flex-cont .status-box .status:after {
    position: absolute;
    right: 0px;
    bottom: 0;
    display: block;
    content: '';
    width: 60px;
    height: 26px;
    margin: auto;
}

.news-half-box .flex-cont .status-box .status.theme-hot:after {
    content: '\f005 HOT';
    background: #ff5200;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: bold;
    font-size: .8rem;
    text-decoration: inherit;
    color: #fff;
    text-align: center;
}

.news-half-box .flex-cont .status-box .status.theme-new:after {
    content: '\f005 NEW';
    background: #ff5200;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: bold;
    font-size: .8rem;
    text-decoration: inherit;
    color: #fff;
    text-align: center;
}

.news-half-box .holder a {
    font-size: 16px;
    font-family: "Noto Sans TC", 'Lato', /*'Titillium Web',*/
    Arial, Helvetica, sans-serif;
    text-decoration: none;
    color: #eaeaea;
}

.news-half-box .holder a.jp-next {
    font-weight: bold;
    font-size: 1.5em;
    color: #000;
}

.news-half-box .cate {
    margin: 0 0 30px 0;
}

.news-half-box .cate li {
    float: left;
    height: 20px;
    margin: 0 10px 0 0;
}

.news-half-box .cate li a {
    height: 20px;
    line-height: 20px;
    text-decoration: none;
    color: #555;
}

.news-half-box .cate li.active a {
    font-weight: bold;
    color: #333;
}

.news-half-box .title form span {
    display: inline-block;
    font-size: .9rem;
    font-weight: bold;
    line-height: 24px;
}

.news-half-box .title form .search-open {
    cursor: pointer;
}

.news-half-box .title form span a {
    color: #333;
}

.news-half-box .title form span i {
    margin: 0 .2rem 0 0;
}

.news-half-box .title #search {
    width: 0;
    height: 1.4rem;
    margin: 0;
    padding: 0;
    border: 0;
    border-bottom: 2px solid #333;
    background: none;
    transition: all .4s;
}

.news-half-box .title .open #search {
    width: 150px;
    padding: 0 .5rem;
    color: #3ac500;
}


/*-------------------------------------.honor-box-detail------------------------------------------*/

.honor-box-detail {
    width: 100%;
    height: auto;
    margin: 0 0 50px 0;
}

.honor-box-detail h3 {
    width: 100%;
    margin: 0 0 4px 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4em;
    color: #333;
}

.honor-box-detail .left {
    float: left;
    width: 400px;
    height: auto;
    margin: 0 30px 0 0;
}

.honor-box-detail .right {
    float: left;
    width: calc(100% - 430px);
    height: auto;
}

.honor-box-detail img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.honor-box-detail iframe {
    width: 100%;
    height: 530px;
    /*用程式調整*/
}

.honor-box-detail video {
    width: 100%;
    height: 530px;
    /*用程式調整*/
}


/*-------------------------------------.honor-box------------------------------------------*/

.honor-box {
    width: 100%;
    height: auto;
}

.honor-box .item {
    display: block;
    height: 265px;
}

.honor-box .item a {
    text-decoration: none;
}

.honor-box .item img {
    width: 100%;
    height: auto;
}

.honor-box .item .cont {
    width: 100%;
    height: 67px;
    padding: 5px 0 5px 0;
    overflow: hidden;
}

.honor-box .item .cont h3 {
    width: 100%;
    margin: 0 0 4px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4em;
    color: #333;
}

.honor-box .item .cont p {
    width: 100%;
    line-height: 1.2em;
}

.honor-box .item .more {
    margin: 10px 0;
}

.honor-box iframe {
    width: 100%;
    height: 162px;
}

.honor-box video {
    width: 100%;
    height: 162px;
}


/*-------------------------------------.honor-box-list------------------------------------------*/

.honor-box-list {
    width: 100%;
    height: auto;
}

.honor-box-list .title form span {
    display: inline-block;
    font-size: .9rem;
    font-weight: bold;
    line-height: 24px;
}

.honor-box-list .title form .search-open {
    cursor: pointer;
}

.honor-box-list .title form span a {
    color: #333;
}

.honor-box-list .title form span i {
    margin: 0 .2rem 0 0;
}

.honor-box-list .title #search {
    width: 0;
    height: 1.4rem;
    margin: 0;
    padding: 0;
    border: 0;
    border-bottom: 2px solid #333;
    background: none;
    transition: all .4s;
}

.honor-box-list .title .open #search {
    width: 150px;
    padding: 0 .5rem;
    color: #3ac500;
}

.honor-box-list .cl-box {
    width: 100%;
    height: auto;
}

.honor-box-list .cl-box .cl2 {
    float: left;
    width: calc((100% - 120px)/2);
    height: auto;
    margin: 0 30px 20px 0;
}

.honor-box-list .cl-box .cl2 img {
    width: 100%;
    height: auto;
    /*margin-bottom: 10px;*/
}

.honor-box-list .cl-box .cl2 iframe {
    width: 100%;
    height: 330px;
    /*用程式調整*/
}

.honor-box-list .cl-box .cl2 video {
    width: 100%;
    height: 330px;
    /*用程式調整*/
}

.honor-box-list .cl-box .cl2 .cont {
    width: 100%;
    height: 67px;
    padding: 5px 0 5px 0;
    overflow: hidden;
}

.honor-box-list .cl-box .cl2 .cont h3 {
    width: 100%;
    margin: 0 0 4px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4em;
    color: #333;
}

.honor-box-list .cl-box .cl2 .cont p {
    width: 100%;
    line-height: 1.2em;
}

.honor-box-list .cl-box .cl2 .prl-title {
    position: relative;
    left: 20px;
}

.honor-box-list .cl-box .cl2 p {
    margin: 0 0 20px 0;
    color: #555;
}


/*-------------------------------------.personnel-box------------------------------------------*/

.personnel-box {
    margin: 0 0 30px 0;
}

.personnel-box .cate {
    margin: 0 0 30px 0;
}

.personnel-box .cate li {
    float: left;
    height: 20px;
    margin: 0 10px 0 0;
}

.personnel-box .cate li a {
    height: 20px;
    line-height: 20px;
    text-decoration: none;
    color: #555;
}

.personnel-box .cate li.active a {
    font-weight: bold;
    color: #333;
}

.personnel-box .group {
    margin: 0 0 30px 0;
}

.personnel-box .cont .item {
    float: left;
    width: calc((100% - 20px)/2);
    min-height: 170px;
    margin: 0 20px 20px 0;
    overflow: hidden;
}

.personnel-box .cont .item:nth-child(2n+2) {
    margin: 0 0 20px 0;
}

.personnel-box .cont .item .img {
    float: left;
    width: 140px;
    height: 170px;
    margin: 0 0 0 0;
    background: no-repeat top center #fff;
    background-size: contain;
}

.personnel-box .cont .item .img img {
    display: none;
}

.personnel-box .cont .item .text {
    float: left;
    width: calc( 100% - 140px);
    min-height: 170px;
    padding: 16px 16px;
    white-space: nowrap;
    background: #f3f3f3;
}

.personnel-box .cont .item .text a {
    text-decoration: none;
    color: #989898;
}

.personnel-box .group .cont .item .text .name {
    margin: 0 0 3px 0;
    font-size: 1.1rem;
    line-height: 1rem;
    color: #333;
    white-space: normal;
    min-height: 35px;
}

.is-en .personnel-box .cont .item .text .name .idf,
.personnel-box .cont .item .text .name .adjunct {
    color: #989898;
    font-size: 0.9rem;
}

.personnel-box .cont .item .text ul {
    display: block;
    padding: 0 20px;
}

.personnel-box .cont .item .text li {
    list-style-type: inherit;
    line-height: 20px;
}

.personnel-box.theme-detail .cont .item {
    display: block;
    float: none;
    width: 100%;
}

.personnel-box .cont .item .text p {
    line-height: 1.4em;
}

.personnel-box .cont .item.staff {
    width: 100%;
    height: auto;
    min-height: 170px;
}

.personnel-box .cont .item.staff .info-cont {
    width: calc(50% - 140px);
}

.personnel-box .cont .item.staff .agent-cont {
    width: 50%;
}

.personnel-box .cont .item.staff .agent-cont li {
    color: #555;
}

.is-en .personnel-box .cont .item.staff .agent-cont li .title {
    width: 85px;
    display: inline-block;
}

.personnel-box .cont .item.staff .job-cont {
    height: auto;
    width: 100%;
    white-space: normal;
}

.personnel-box .cont .item.staff .job-cont li {
    width: calc((100% - 3px) / 3);
    float: left;
    padding-right: 20px;
}

.personnel-box .cont .item.staff .job-cont p {
    clear: left;
}

@media screen and (max-width: 1024px) {
    .personnel-box .cont .item {
        width: 100%;
    }
    .personnel-box .cont .item.staff .job-cont li {
        width: calc(100% / 2);
    }
}


/*@media screen and (max-width: 768px){
	.personnel-box .cont .item {
		width: 100%;
		float: none;
		height: auto;
	}
}*/

@media screen and (max-width: 768px) {
    .personnel-box .cont .item.staff .info-cont {
        width: calc(100% - 140px);
    }
    .personnel-box .cont .item.staff .agent-cont {
        width: 100%;
    }
    .personnel-box .cont .item.staff .job-cont li {
        width: 100%;
    }
    .slick-box .slick-prev:before,
    .slick-box .slick-next:before {
        font-size: 25px;
    }
}


/*-------------------------------------.link-box------------------------------------------*/

.link-box {
    padding: 50px 0;
    background: #f3f3f3;
}

.link-box .title {
    margin: 0 0 20px 0
}

.link-box .cont {
    width: 100%;
    height: auto;
}

.link-box .cont .item {
    float: left;
    width: 25%;
    height: auto;
    padding: 0 30px 0 0;
}

.link-box .cont .item a {
    display: block;
    line-height: 1.5rem;
}

.link-box .cont .cl4 {
    float: left;
    width: calc((100% - 160px)/4);
    height: auto;
    margin: 0 20px 0 20px;
}

.link-box .cont .cl4 a {
    display: block;
    line-height: 1.5rem;
    text-decoration: none;
    color: #5f5f5f;
}

@media screen and (max-width: 1024px) {
    /*-------------------------------------pad------------------------------------------*/
    .columns .col1-sm {
        width: 8.33333333333%;
    }
    .columns .col2-sm {
        width: 16.6666666667%;
    }
    .columns .col3-sm {
        width: 25%;
    }
    .columns .col4-sm {
        width: 33.3333333333%;
    }
    .columns .col5-sm {
        width: 41.6666666667%;
    }
    .columns .col6-sm {
        width: 50%;
    }
    .columns .col7-sm {
        width: 58.3333333333%;
    }
    .columns .col8-sm {
        width: 66.6666666667%;
    }
    .columns .col9-sm {
        width: 75%;
    }
    .columns .col10-sm {
        width: 83.3333333333%;
    }
    .columns .col11-sm {
        width: 91.6666666667%;
    }
    .columns .col12-sm {
        width: 100%;
    }
    .boxInner {
        width: 95%;
    }
    .edit-cont .cl3-m {
        float: left;
        width: calc((100% - 90px)/3);
        height: auto;
        margin: 0 30px 20px 0;
    }
    .edit-cont .cl2-m {
        float: left;
        width: calc((100% - 60px)/2);
        height: auto;
        margin: 0 30px 20px 0;
    }
    .edit-cont .cl1-m {
        width: 100%;
        height: auto;
        margin: 0 0 20px 0;
    }
    .edit-cont .cl2-m:last-child,
    .edit-cont .cl3-m:last-child {
        margin: 0 0 20px 0;
    }
    .act-box .text-box .item {
        float: left;
        width: calc((100% - 20px)/2);
        height: auto;
        margin: 0 20px 20px 0;
    }
    .act-box .text-box .item:last-child {
        margin: 0 20px 20px 0;
    }
    .act-box .text-box .item:nth-child(2n+2) {
        margin: 0 0 20px 0;
    }
    .news-box .flex-cont .item1-m {
        flex: 1;
    }
    .news-box .flex-cont .item15-m {
        flex: 1.5;
    }
    .news-box .flex-cont .item2-m {
        flex: 2;
    }
    .news-box .flex-cont .item3-m {
        flex: 3;
    }
    .news-box .flex-cont .item5-m {
        flex: 5;
    }
    .news-box .flex-cont .item6-m {
        flex: 6;
    }
    .news-box .flex-cont .item65-m {
        flex: 6.5;
    }
    .news-box .flex-cont .item7-m {
        flex: 7;
    }
    .news-box .flex-cont .item75-m {
        flex: 7.5;
    }
    .news-box .flex-cont .item8-m {
        flex: 8;
    }
    .news-box .flex-cont .item85-m {
        flex: 8.5;
    }
    /*-------------------------------------.slick-box------------------------------------------*/
    .slick-box {
        margin: 0 0 50px 0;
    }
    .slick-box .boxInner {
        width: 100%;
    }
    .slick-box .item .text-box {
        position: relative;
        bottom: 0;
        display: block;
        width: 100%;
        height: auto;
        background: #f4f4f4;
    }
    /*-------------------------------------.teach-box------------------------------------------*/
    .teach-box .bottom {
        padding: 0;
    }
    .teach-box .bottom .owl-teach .item .cont {
        padding: 0;
    }
    .news-box .flex-cont {
        height: 98px;
    }
    .news-box .flex-cont .date-title-box {
        display: inline-block;
        width: 89%;
    }
    .news-box .flex-cont .date-title-box .title h3 {
        /*display:flex;	*/
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .news-box .flex-cont .date-title-box .title p {}
    .news-box .flex-cont .status-box {
        position: relative;
    }
    .news-box .flex-cont .status-box .status:after {
        top: 0;
        left: 40px;
        margin: 0;
    }
    /*.personnel-box .cont .item {
			display: block;
			float: none;
			width: 100%; height: 300px;
			margin:0 0 20px 0 ;
			overflow: hidden;
		}

		.personnel-box .cont .item:nth-child(2n+2) {
			margin:0 0 40px 0 ;
		}*/
    /*-------------------------------------.honor-box------------------------------------------*/
    .honor-box iframe {
        width: 100%;
        height: 250px;
    }
    .honor-box video {
        width: 100%;
        height: 250px;
    }
    /*-------------------------------------.honor-box-detail------------------------------------------*/
    .honor-box-detail .left {
        float: left;
        width: 100%;
        height: auto;
        margin: 0 30px 20px 0;
    }
    .honor-box-detail .right {
        float: left;
        width: 100%;
        height: auto;
    }
    .honor-box-detail iframe {
        width: 100%;
        height: 430px;
        /*用程式調整*/
    }
    .honor-box-detail video {
        width: 100%;
        height: 430px;
        /*用程式調整*/
    }
}

@media screen and (max-width: 768px) {
    /*-------------------------------------mobile------------------------------------------*/
    .edit-cont .cl3-s {
        float: left;
        width: calc((100% - 90px)/3);
        height: auto;
        margin: 0 30px 20px 0;
    }
    .edit-cont .cl2-s {
        float: left;
        margin: 0 30px 20px 0;
    }
    .edit-cont .cl1-s {
        width: 100%;
        height: auto;
        margin: 0 0 20px 0;
    }
    .edit-cont .cl2-s:last-child,
    .edit-cont .cl3-s:last-child {
        margin: 0 0 20px 0;
    }
    /*-------------------------------------.concept-box------------------------------------------*/
    .concept-box .left {
        float: none;
        width: 100%;
        margin: 0 0 20px 0;
    }
    .concept-box .right {
        float: none;
        width: 100%;
    }
    .concept-box .top2 {
        margin: 30px 0 0 0;
    }
    .concept-box .top2 {}
    .concept-box .top2 .left {
        float: none;
        width: 100%;
    }
    .concept-box .top2 .right {
        float: none;
        width: 100%;
    }
    /*-------------------------------------.teach-box------------------------------------------*/
    .teach-box .top {
        padding: 0 0 20px 0;
    }
    .teach-box .top .concept {
        float: none;
        width: 100%;
        height: auto;
        padding: 30px 0 0 0;
    }
    .teach-box .top img {
        float: none;
        width: 100%;
        height: auto;
    }
    .teach-box .bottom .owl-teach .item {
        width: 100%;
        height: auto;
    }
    .teach-box .bottom .owl-teach .item .cont {
        height: 50px;
    }
    .teach-box .bottom .owl-teach .item .cont .inner h3 {
        font-size: 1rem;
    }
    .teach-box .bottom .owl-teach .item .cont .inner {
        height: 90px;
        padding: .5rem;
    }
    /*-------------------------------------.honor-box-list------------------------------------------*/
    .honor-box-list .cl-box .cl2 {
        float: left;
        width: 100%;
        height: auto;
        margin: 0 30px 20px 0;
    }
    /*-------------------------------------.honor-box-detail------------------------------------------*/
    .honor-box-detail iframe {
        width: 100%;
        height: 330px;
        /*用程式調整*/
    }
    .honor-box-detail video {
        width: 100%;
        height: 330px;
        /*用程式調整*/
    }
    .act-box .video-box .item {
        position: relative;
        float: none;
        width: 100%;
        height: auto;
        margin: 0 0 20px 0;
    }
    .act-box .video-box .item:last-child {
        margin: 0 0 20px 0;
    }
    .act-box .text-box .item {
        display: block;
        float: none;
        width: 100%;
        height: auto;
        margin: 0 0 20px 0;
    }
    .act-box .text-box .item:last-child {
        margin: 0 0 20px 0;
    }
    .act-box .text-box .item:nth-child(2n+2) {
        margin: 0 0 20px 0;
    }
    .news-box .flex-cont {
        /*display: block;*/
        height: auto;
        padding: 10px 0;
    }
    .news-box .flex-cont .status-box {
        height: auto;
    }
    .news-box .flex-cont .status-box .status:after {
        position: relative;
        top: -20px;
        left: 10px;
        margin: 0;
    }
    .news-box .flex-cont .date-title-box {
        display: inline-block;
    }
    .news-box .flex-cont .status-box {
        position: relative;
    }
    .honor-box .item {
        height: auto;
    }
    /*-------------------------------------.link-box------------------------------------------*/
    .link-box .cont .item {
        float: left;
        width: 50%;
        height: auto;
        margin: 0 0 40px 0;
        padding: 0 30px 0 0;
    }
    .link-box .cont .cl4 {
        width: calc((100% - 80px)/2);
    }
}


/** 20150522 增加 */

@media screen and (max-width: 640px) {
    /*-------------------------------------.news-box------------------------------------------*/
    .news-box .flex-cont .date-title-box {
        width: 80%;
    }
    .news-box .flex-cont .status-box .status:after {
        position: relative;
        top: -20px;
        left: 0;
        margin: 0;
    }
    /*-------------------------------------.link-box------------------------------------------*/
    .link-box .cont .cl4 {
        width: 100%;
    }
    /*-------------------------------------.slick-box------------------------------------------*/
    .slick-box .item .text-box h2 {
        font-size: 1.1em;
        line-height: 1.3em;
    }
    .slick-box .item .text-box h2:after {
        margin: 5px 0 3px 0;
    }
    .slick-box .item .text-box p {
        line-height: .9em;
        font-size: .7em;
    }
}


/*------------------------------------- .customPage-box ------------------------------------------*/

.customPage-box p {
    margin: 0 0 10px 0;
    line-height: 1.6em;
}

.customPage-box ul {
    display: block;
    padding: 0 40px;
}

.customPage-box ol {
    display: block;
    padding: 0 40px;
}

.customPage-box li {
    list-style-type: inherit;
}

.customPage-box table {
    margin-left: auto;
    margin-right: auto;
}

.customPage-box strong {
    color: inherit;
}

.concept-box img {
    vertical-align: inherit;
}


/*------------------------------------- .qrCode ------------------------------------------*/

.qrCode {
    float: left;
    width: 110px;
    height: 140px;
}

.qrCode .line-color {
    color: #2bf52b;
}

.qrCode .fb-color {
    color: #3bc0ff;
}

.qrCode .fb-img {
    border: #3bc0ff 2px solid;
}

.qrCode .line-img {
    border: #2bf52b 2px solid;
}


/*------------------------------------- 資料下載 ------------------------------------------*/

.share-box {
    width: 100%;
    height: auto;
    margin: 0 0 50px 0;
}

.share-box a {
    text-decoration: none;
    color: #2F3238;
}

.share-box .flex-cont {
    display: inline-flex;
    align-items: center;
    flex-wrap: nowrap;
    width: 100%;
    background: #f2f3f3;
    border-bottom: 1px solid #fff;
    padding: 5px 10px;
}

.share-box .flex-cont:nth-child(2n+1) {
    background: #f7f7f7;
}

.share-box .flex-cont .file-title {
    flex: 1;
}

.share-box .flex-cont .file-date {
    padding-left: 10px;
}

.bottomList {
    text-align: right;
    clear: both;
    padding-top: 20px;
}

.bottomList a {
    text-decoration: none;
}

@media screen and (max-width: 640px) {
    .share-box .flex-cont .file-title {
        width: 100%;
    }
    .share-box .flex-cont .file-date {
        display: none;
    }
}


/*------------------------------------- 活動花絮 ------------------------------------------*/

.album-box {
    width: 100%;
    height: auto;
    margin: 0 0 50px 0;
}

.album-box .descript-cont {
    padding: 0 16px 16px;
}

.album-box .picture-cont .item {
    float: left;
    margin: 5px;
    padding: 5px;
    background: #f3f3f3;
}

.album-box .picture-cont .item>div {
    background: no-repeat center;
    background-size: cover;
}

.album-box .picture-cont .item img {
    display: none;
}

.album-box .picture-cont .item img.trans {
    display: block;
    visibility: hidden;
}


/*------------------------------------- 網站導覽 ------------------------------------------*/

.sitemap-box ul {
    padding-left: 20px;
}

.sitemap-box ul li {
    list-style: inherit;
    font-size: 1.1rem;
}

.sitemap-box ul li li {
    font-size: 1rem;
}

.sitemap-box ul li li li {
    font-size: 0.9rem;
}

.sitemap-box .accesskey-cont,
.sitemap-box .sitemap-cont {
    float: left;
    width: calc((100% - 60px)/2);
    height: auto;
    margin: 0 30px 20px 0;
}

@media screen and (max-width: 640px) {
    .sitemap-box .accesskey-cont,
    .sitemap-box .sitemap-cont {
        width: 100%;
    }
}


/**-------------m-loginbox  學生會費繳費查詢---------------*/

.m-loginbox {
    /**position: absolute;*/
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    /*display: flex;*/
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 450px;
    height: 400px;
    padding: 30px;
    border-radius: 12px;
    background: #fff;
    background-image: url(../../img/login-logo.png);
    /* background-position: left bottom; */
    background-position: -280px -50px;
    background-repeat: no-repeat;
    -webkit-box-shadow: 0 1px 10px 1px rgba(118, 118, 132, 0.75);
    -moz-box-shadow: 0 1px 10px 1px rgba(118, 118, 132, 0.75);
    box-shadow: 0 1px 10px 1px rgba(118, 118, 132, 0.75);
}

.m-loginbox .info-message {
    height: 80px;
    font-size: 1.25rem;
    color: red;
}

.m-loginbox h1 {
    display: block;
    width: 100%;
    height: 30px;
    margin: 0 0 30px 0;
    line-height: 30px;
    text-align: center;
    font-size: 1.25rem;
    font-weight: bold;
    color: #2a5082;
}

.m-loginbox input,
.m-loginbox select {
    height: 48px;
    margin: 0 0 10px;
    padding: 0 30px;
    border: 0;
    border-radius: 8px;
    background: #f3f3f3;
}

.m-loginbox input:hover,
.m-loginbox input:focus {
    border: 1px solid #dfdfdf;
    -webkit-box-shadow: 0 0 13px #eee;
    -moz-box-shadow: 0 0 13px #eee;
    box-shadow: 0 0 13px #eee;
}

.m-loginbox input[type="submit"] {
    width: 100%;
    margin: 20px 0;
    color: #fff;
    font-weight: bold;
    background: #2ec3e6;
    cursor: pointer;
}

.m-loginbox input[type="submit"]:hover {
    border: 0;
    -webkit-box-shadow: 0 0 13px rgba(46, 195, 230, 0.6);
    -moz-box-shadow: 0 0 13px rgba(46, 195, 230, 0.6);
    box-shadow: 0 0 13px rgba(46, 195, 230, 0.6);
}


/**-------------m-loginbox--學生會費繳費查詢-------------*/


/**-------------m-addbox  學生會新增留言板---------------*/

.m-addbox {
    /**position: absolute;*/
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    /*display: flex;*/
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 450px;
    height: 100%;
    padding: 30px;
    border-radius: 12px;
    background: rgb(245, 245, 245);
    /*background-image: url(../../img/login-logo.png);*/
    /* background-position: left bottom; */
    background-position: -280px -50px;
    background-repeat: no-repeat;
    -webkit-box-shadow: 0 1px 10px 1px rgba(118, 118, 132, 0.75);
    -moz-box-shadow: 0 1px 10px 1px rgba(118, 118, 132, 0.75);
    box-shadow: 0 1px 10px 1px rgba(118, 118, 132, 0.75);
}

.m-addbox input[type="submit"] {
    width: 100%;
    margin: 20px 0;
    color: #fff;
    font-weight: bold;
    background: #2ec3e6;
    cursor: pointer;
    height: 48px;
    padding: 0 30px;
    border: 0;
    border-radius: 8px;
}

.m-addbox input[type="submit"]:hover {
    border: 0;
    -webkit-box-shadow: 0 0 13px rgba(46, 195, 230, 0.6);
    -moz-box-shadow: 0 0 13px rgba(46, 195, 230, 0.6);
    box-shadow: 0 0 13px rgba(46, 195, 230, 0.6);
}

.m-addbox input[type="radio"] {
    appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #555555;
    border-radius: 50%;
    background-clip: content-box;
    padding: 3px;
}

.m-addbox input[type="radio"]:checked {
    background-color: #555555;
}

.m-addbox textarea {
    width: 100%;
    padding: 0.5em;
    resize: none;
}

.m-addbox fieldset {
    padding-left: 10px;
}

.m-addbox input[type="email"] {
    width: 100%;
    height: 35px;
    margin: 6px .2em;
    padding: .1em 1em;
    outline: none;
    font-size: .9em;
    border: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: 1px solid #ccc;
}

.m-addbox input[type="email"]:hover,
.m-addbox input[type="email"]:focus {
    border: 1px solid #f78536;
}

.m-addbox img {
    width: 40%;
}


/**-------------m-addbox  學生會新增留言板---------------*/


/*-------------------------------------.programs-box------------------------------------------*/

.programs-box {
    margin: 0 0 30px 0;
}

.programs-box ul {
    padding-left: 20px;
}

.programs-box ul li {
    list-style: inherit;
    font-size: 1.1rem;
}


/* RWD TABLE  */

@media screen and (max-width: 768px) {
    .rwd-table {
        border: 0 !important;
        width: 100% !important;
    }
    .rwd-table tr {
        float: left;
        height: auto;
        width: 100%;
        margin: 0 0 10px 0;
        /*
		width: calc((100% - 20px)/2);
        margin: 0 10px 20px 0;
		 */
    }
    .rwd-table tr:nth-of-type(2n) {
        background: #eee;
    }
    .rwd-table tr:first-child {
        /*display: none;*/
    }
    .rwd-table th {
        display: none;
    }
    .rwd-table td {
        display: block;
        width: 100% !important;
    }
    .rwd-table td:before {
        content: attr(data-th) " : ";
        font-weight: bold;
        width: 6.5em;
        display: inline-block;
    }
    .rwd-table th,
    .rwd-table td {
        text-align: left;
    }
}

@media screen and (max-width: 360px) {
    .content .title h2 {
        font-size: 2.7em !important;
    }
}


/*
@media screen and (max-width: 640px) {
    .rwd-table tr {
        float: left;
        width: 100%;
        height: auto;
        margin: 0 0 10px 0;
    }
}*/