﻿@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+TC:100,300,400,500,700,900&amp;subset=chinese-traditional');

body {
    font-family: 'Noto Sans TC', serif !important;
    line-height: 22px;
    font-size: 14px;
    letter-spacing: 1px;
    color: #333;
    /*background: url(http://www.kyoto-art.ac.jp/t/common/css/img/copyright.gif) repeat-y;
    background-size: 100%;*/
    padding: 0 2%;
    margin: 0px auto;
    overflow-x: hidden;
}

#back {
    background: #fff;
    width: 100%;
    width: 100%;
    margin: 0px auto;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    /* box-shadow: 1px 1px 5px #555;
    -moz-box-shadow: 1px 1px 5px #555;
    -webkit-box-shadow: 1px 1px 5px #555; */
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0 !important;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #79BB27;
    text-decoration: underline;
}

.top-link {
    text-align: right;
    padding: 10px 0;
    line-height: 15px;
    width: 100%;
    width: 100%;
    margin: 0px auto;
}

.top-link a {
    float: right;
    padding: 0 3px;
    border-right: 1px solid #aaa;
}

.top-link a:first-child {
    border: 0;
}

header {
    padding: 20px;
    position: relative;
    z-index: 999;
    border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    background: #fff;
}

header.fix {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    width: 100%;
    margin: auto;
    border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    /* box-shadow: 1px 1px 5px #555;
    -moz-box-shadow: 1px 1px 5px #555;
    -webkit-box-shadow: 1px 1px 5px #555; */
}

header .logo {
    display: inline-block;
}

header .logo img {
    display: block;
    height: 60px;
}

header > div {
    float: right;
}

header > div > a,
header > div > label {
    display: inline-block;
    padding: 18px 15px;
    font-size: 15px;
    position: relative;
    cursor: pointer;
}

header > div > label:hover {
    color: #79BB27;
    text-decoration: underline;
}

header > div > label a {
    font-weight: normal;
}

header > div .submenu {
    position: absolute;
    right: 0;
    top: 50px;
    display: block;
    max-height: 0;
    overflow: auto;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    text-align: right;
    width: 450px;
}

header > div .submenu > div {
    display: inline-block;
    overflow: visible;
    position: relative;
}

header > div .submenu a {
    display: block;
    text-align: left;
    padding: 10px;
    background: #fff;
    white-space: normal;
    width: 200px;
}

header > div .submenu a:nth-child(odd) {
    background: #EAECEE;
}

header > div .submenu .list {
    display: none;
    position: absolute;
    right: 100%;
    top: 0;
    width: auto;
    white-space: nowrap;
}

header > div .submenu > div:nth-last-of-type(1) .list,
header > div .submenu > div:nth-last-of-type(2) .list,
header > div .submenu > div:nth-last-of-type(3) .list,
header > div .submenu > div:nth-last-of-type(4) .list,
header > div .submenu > div:nth-last-of-type(5) .list,
header > div .submenu > div:nth-last-of-type(6) .list,
header > div .submenu > div:nth-last-of-type(7) .list,
header > div .submenu > div:nth-last-of-type(8) .list,
header > div .submenu > div:nth-last-of-type(9) .list,
header > div .submenu > div:nth-last-of-type(10) .list {
    top: auto;
    bottom: 0;
}

header > div .submenu a:hover + .list,
header > div .submenu .list:hover {
    display: block;
}

header > div .submenu .list:hover {
    max-height: calc(100vh - 110px);
    overflow: auto;
}

header > div > label:hover .submenu {
    max-height: calc(100vh - 110px);
}

header > div > a.icon {
    font-size: 20px;
}

header > div > a.icon:hover {
    text-decoration: none;
}

header > div > a.icon:focus {
    outline: 0;
    text-decoration: none;
    color: #000;
}

header > div > a.icon .label {
    position: relative;
    top: -3px;
}

header > .search {
    display: none;
}

header > .mobile {
    position: absolute;
    right: 20px;
    top: 18px;
    bottom: 0;
    margin: auto;
    display: none;
    line-height: 54px;
    font-size: 20px;
    cursor: pointer;
}

header > #mobile:checked + div {
    max-height: 200px;
}

header > #mobile,
#search {
    display: none;
}

#nav-icon3 {
    width: 25px;
    height: 25px;
    position: relative;
    margin: 20px auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#nav-icon3 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #000;
    border-radius: 3;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon3 span:nth-child(1) {
    top: 0px;
}

#nav-icon3 span:nth-child(2),
#nav-icon3 span:nth-child(3) {
    top: 8px;
}

#nav-icon3 span:nth-child(4) {
    top: 16px;
}

.open #nav-icon3 span:nth-child(1) {
    top: 8px;
    width: 0%;
    left: 50%;
}

.open #nav-icon3 span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.open #nav-icon3 span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.open #nav-icon3 span:nth-child(4) {
    top: 8px;
    width: 0%;
    left: 50%;
}

header.fix + .slides {
    margin-top: 100px;
}

.slides {
    position: relative;
    overflow: hidden;
    padding: 15px 0 25px 0;
    border-top: 3px solid #f0ff00;
    border-bottom: 3px solid #f0ff00;
    margin-bottom: 5px !important;
}

.slides img {
    width: 100%;
    display: block;
}

.slides .word {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 30%;
    z-index: 10;
}

.slides .word strong {
    font-size: 50px;
    font-weight: normal;
    display: block;
    color: #fff;
    text-shadow: 1px 1px 5px #000;
}

.slides .word a {
    width: 100px;
    line-height: 40px;
    display: block;
    margin: 50px auto 0 auto;
    font-size: 15px;
    color: #fff;
    border: 1px solid #fff;
    text-shadow: 1px 1px 5px #000;
    box-shadow: 1px 1px 5px #000;
    -moz-box-shadow: 1px 1px 5px #000;
    -webkit-box-shadow: 1px 1px 5px #000;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.slides .word a:hover {
    background: #fff;
    color: #79BB27;
    text-decoration: none;
    text-shadow: none;
}

.slidesjs-play,
.slidesjs-stop,
.slidesjs-pagination {
    display: none !important;
}

.slidesjs-previous,
.slidesjs-next,
.slides .slick-next,
.slides .slick-prev {
    background: url(img/arrow.png) no-repeat;
    width: 50px;
    height: 98px;
    position: absolute;
    top: calc(50% - 49px);
    left: -10px;
    z-index: 10;
    text-indent: -99999px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.slidesjs-next,
.slides .slick-next {
    left: auto;
    right: -10px;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.slides .slick-prev {
    top: calc(50% - 0px);
}

.slidesjs-previous:hover,
.slides .slick-prev:hover {
    left: 0;
}

.slidesjs-next:hover,
.slides .slick-next:hover {
    right: 0;
}

.slides > h1 {
    font-family: 'Noto Sans TC', serif !important;
    width: 100%;
    max-width: 50%;
    border-bottom: 5px solid #fff;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: calc(50% - 60px);
    margin: 0 auto;
    line-height: 70px;
    height: 70px;
    font-size: 40px;
    color: #fff;
    letter-spacing: 5px;
    text-shadow: 2px 2px 5px #000;
}

.slides .breadcrumb {
    background: #fff;
    text-align: center;
    margin: 0;
}

.wrapper {
    width: 100%;
    margin: 0 auto;
}

.bigclass {
    margin: 38px auto;
    text-align: center;
}

/* .bigclass div {
    width: calc(20% - 28px);
    max-width: 100%;
    display: inline-block;
    vertical-align: top;
    margin: 12px;
    background: rgba(44, 62, 80, 0.1);
    border-radius: 10px; 
    -moz-border-radius: 10px; 
    -webkit-border-radius: 10px; 
} */

.bigclass {
    padding: 0 30px;
}

.bigclass .slick-slide {
    margin: 12px 3px;
}

.bigclass .slick-dots {
    margin-left: -30px;
    bottom: 0;
}

.bigclass.all-list > div {
    width: calc(33% - 25px);
    display: inline-block;
    vertical-align: top;
    margin: 0 10px;
}

.slides .slick-dots {
    bottom: 0px;
}

.slick-dots li {
    width: 15px;
}

.slick-dots li button:before {
    color: #747474;
    font-size: 25px;
    opacity: 1;
}

.slick-dots li.slick-active button:before {
    color: #f0ff00;
}

.bigclass div img {
    display: block;
    width: 100%;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.bigclass div img:hover {
    filter: alpha(opacity=60);
    -moz-opacity: 0.60;
    opacity: 0.60;
}

.bigclass div p {
    padding: 10px;
    text-align: left;
}

.bigclass div p b {
    display: block;
    font-size: 18px;
    margin-bottom: 5px;
}

.form-inline input[type=text],
.form-inline select {
    width: 200px !important;
}

footer {
    padding: 20px;
    font-size: 13px;
}

footer .logo {
    float: none;
    display: inline-block;
}

footer .logo img {
    max-width: 100%;
}

footer > a,
footer > span {
    float: right;
    margin-left: 20px;
    vertical-align: middle;
}

footer > a {
    font-size: 44px;
}

footer > span {
    text-align: right;
}

footer a .line {
    width: 40px;
    display: block;
}

footer a .line + .line {
    display: none;
}

footer a:hover .line {
    display: none;
}

footer a:hover .line + .line {
    display: block;
}

.footer-link {
    background: #fff !important;
    border-radius: 0 0 10px 10px !important;
    -moz-border-radius: 0 0 10px 10px !important;
    -webkit-border-radius: 0 0 10px 10px !important;
}

.footer-link .wrapper > div img {
    height: 55px;
    margin: 0 15px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.footer-link .wrapper > div img:hover {
    filter: alpha(opacity=60);
    -moz-opacity: 0.60;
    opacity: 0.60;
}

.footer-link .wrapper {
    padding: 0 40px;
    margin: 20px auto;
}

.slick-prev {
    left: -10px;
    width: 30px;
    height: 30px;
    background: url(img/left.png) no-repeat;
    background-size: 100%;
}

.slick-next {
    right: -10px;
    width: 30px;
    height: 30px;
    background: url(img/right.png) no-repeat;
    background-size: 100%;
}

.slick-prev:before {
    content: "";
}

.slick-next:before {
    content: "";

}

.well {
    margin-bottom: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    background: #fff;
}

.news {
    background: rgba(44, 62, 80, 0.1);
}

.news > .wrapper {
    width: 100%;
    text-align: left;
    margin: 40px auto 20px auto;
}

.news.page > .wrapper {
    -o-column-width: auto;
    -o-column-gap: 0px;
    -webkit-column-width: auto;
    -webkit-column-gap: 0px;
    -moz-column-width: auto;
    -moz-column-gap: 0px;
    column-width: auto;
    column-gap: 0px;
    max-width: 1000px;
}

.news > .wrapper > div {
    width: calc(33% - 1px);
    margin: 0 0 10px 0;
    float: none;
    display: inline-block;
    background: #fff;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.news > .wrapper > div img {
    display: block;
    width: 100%;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
}

.news > .wrapper > div img:hover {
    filter: alpha(opacity=60);
    -moz-opacity: 0.60;
    opacity: 0.60;
}

.news > .wrapper > div > strong {
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    display: block;
    margin-top: 10px;
}

.news > .wrapper > div > strong a {
    padding: 0 15px;
    display: block;
    margin-bottom: 5px;
}

.news > .wrapper > div > p {
    padding: 0 15px;
    text-align: left;
}

.news > .wrapper > div:hover {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border-color: #00629B;
}

.well h2 {
    font-size: 30px;
    text-align: center;
    font-family: 'Noto Sans TC', serif !important;
}

.map {
    position: relative;
    text-align: center;
    padding-top: 20px;
    border-top: 3px solid #f0ff00;
}

.map .well {
    width: 547px;
    height: 302px;
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
    border: 0;
    text-align: left;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.map .well p {
    padding: 20px;
}

.map iframe {
    margin: 0 auto -5px auto;
}

.btn {
    border: 0;
}

.btn:hover {
    background: #555 !important;
}

.btn-link:hover {
    color: #555;
    background: #fff !important;
    text-decoration: none;
}

center > .btn {
    margin-bottom: 30px;
}

center > .btn.btn-primary {
    background: #222222;
}

.classslide {
    margin-top: -2px;
    background: #fff;
}

.classslide .wrapper {
    margin-top: 40px;
    padding: 0 20px;
    margin-bottom: 20px;
}

.classslide .slick-track > div {
    margin: 0 25px;
}

.classslide .wrapper .slick-slide > a {
    display: block;
    position: relative;
    width: 100%;
    padding-top: 69%;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
}

.classslide .wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    display: block;
    width: 100%;
}

.classslide .wrapper img:hover {
    filter: alpha(opacity=60);
    -moz-opacity: 0.60;
    opacity: 0.60;
}

.classslide .wrapper p {
    padding: 10px;
    text-align: left;
    background: #fff;
    border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    min-height: 113px;
}

.classslide:nth-of-type(even) .wrapper p {
    /* background: rgba(44, 62, 80, 0.1); */
}

.classslide .wrapper p b {
    display: block;
    font-size: 18px;
    margin-bottom: 5px;
}

.halfmedia {
    float: left;
    width: 50%;
    background: transparent;
    border: 0;
    padding: 0 2% !important;
}

.halfmedia > div {
    padding: 0 30px;
    margin: 30px auto;
}

.halfmedia > div img {
    width: 100%;
    display: block;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

#change {
    position: fixed;
    bottom: 200px;
    right: 50px;
    z-index: 9999;
    width: 50px;
    height: 50px;
    padding: 5px 0;
    line-height: 20px;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    cursor: pointer;
    border: 0;
    border-radius: 5px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    opacity: 1;
    font-size: 12px;
}

#change:hover {
    background: #000;
}

#change.show {
    opacity: 1;
}

#cboxClose {
    bottom: -5px;
    right: 5px;
}

.lity {
    background: rgba(0, 0, 0, 0.7);
}

.html-box {
    padding-bottom: 1%;
    line-height: 25px;
    font-size: 15px;
}

.html-box .panel {
    margin: 2%;
    max-width: 1000px;
    text-align: left;
}

.html-box .panel .panel-heading {
    font-size: 20px;
}

.html-box .panel img {
    max-width: 100%;
}

.html-box .panel ul {
    margin-left: 20px;
}

.html-box .panel .member > label,
.html-box .panel .member > div {
    width: 100%;
    display: block;
    margin-bottom: 20px;
    cursor: default;
    padding-left: 0;
    border-bottom: 1px dashed #aaa;
    padding-bottom: 20px;
}

.html-box .panel .member > label p,
.html-box .panel .member > div p {
    padding-left: 17px;
}

.html-box .panel .member > label center,
.html-box .panel .member > div center {
    position: relative;
}

.html-box .panel .member > label center input[type=file],
.html-box .panel .member > div center input[type=file] {
    opacity: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 70px;
    cursor: pointer;
    z-index: 1;
}

.html-box .panel .member > label center input[type=file] + .btn,
.html-box .panel .member > div center input[type=file] + .btn {
    margin: 0;
}

.html-box .panel .member > label center img,
.html-box .panel .member > div center img {
    width: 50%;
    margin-bottom: 10px;
    display: block;
}

.html-box .panel .member > label input,
.html-box .panel .member > div input {
    margin: 0;
    position: static;
}

.html-box .panel .member > div label {
    padding: 0;
    margin: 0 0 0 20px;
}

.html-box .panel .member > div label:first-of-type {
    padding: 0;
    margin: 0;
}

.tabs-main {
    display: none;
}

input:checked + .tabs-main {
    display: block;
}

.scroll-table {
    overflow: auto;
}

.scroll-table .table {
    min-width: 700px;
}

.tab-link {
    margin-top: 30px;
    padding: 0 10px;
}

.tab-link a.label {
    font-size: 13px;
    opacity: 0.7;
    margin: 5px;
    display: inline-block;
    vertical-align: middle;
}

.tab-link a.label.label-danger,
.tab-link a.label:hover {
    opacity: 1;
}

.detail-left {
    width: 340px !important;
    float: left;
}

.detail-left.affix {
    position: fixed !important;
    top: 80px;
}

.detail-left > div {
    width: 100% !important;
}

.detail-left > div p {
    line-height: 30px;
    max-height: 10000000px !important;
}

.detail-left > div p .label {
    font-size: 12px;
}

.detail-right {
    float: right;
    width: calc(100% - 365px) !important;
}

.detail-right .panel {
    max-width: 100000000px;
    margin: 50px 25px;
}

.form-horizontal .form-group > div {
    position: relative;
}

.form-horizontal .form-group > div .code {
    display: block;
    color: firebrick;
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    right: 25px;
    top: 10px;
    -moz-user-select: none;
    -webkit-user-select: none;
}

.table tr td {
    padding: 15px !important;
}

.table .label {
    font-size: 13px;
    display: inline-block;
    vertical-align: middle;
}

.table .btn-link {
    padding: 0;
}

.tabs a {
    margin: 5px;
}

.modal-body strong {
    display: block;
    font-size: 20px;
    line-height: 40px;
}

.modal-body ul {
    margin-left: 20px;
}

.list-date {
    font-size: 30px;
    margin: 20px 0;
}

.list-date:last-of-type(1) {
    margin-top: 0;
}

.list-date .label {
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    display: block;
    background: #ccc;
    padding: 10px;
    width: calc(100% - 50px);
    margin: 0px auto;
}

.story-list {
    text-align: left;
    list-style: none;
}

.story-list li {
    border-bottom: 1px solid #ccc;
    position: relative;
}

.story-list li .fa {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 13px;
    line-height: 13px;
    color: #aaa;
}

.story-list li a {
    display: block;
    padding: 10px 0 10px 20px;
    font-size: 15px;
}

.list_table {
    width: calc(100% - 20px);
    margin: 30px auto 0px auto;
    max-width: 1000px;
}

.list_table tr th {
    background: #eee;
}

.list_table tr th.title {
    background: #c3e1e5;
    color: #009286;
    text-align: left;
    font-size: 18px;
}

.list_table tr th.month {
    background: #fcb7b7;
}

.list_table tr th,
.list_table tr td {
    text-align: center;
    vertical-align: middle !important;
}

.list_table tr th.left,
.list_table tr td.left {
    text-align: left;
}

.list_table tr td a.label {
    line-height: 20px;
    text-decoration: none;
    background: #eee;
    color: #555;
    word-break: break-all;
    width: 100px;
    white-space: normal;
}

.list_table tr td a.label:hover {
    background: #555;
    color: #fff !important;
}

.line-btn {
    position: fixed;
    bottom: 200px;
    right: 50px;
    z-index: 9999;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.line-btn.show {
    opacity: 1;
}

.line-btn img {
    width: 50px;
    display: block;
}

.line-btn img + img {
    display: none;
}

.line-btn:hover img {
    display: none;
}

.line-btn:hover img + img {
    display: block;
}

.modal-body {
    max-height: calc(100vh - 250px);
    overflow: auto;
}

.dropdown-menu {
    left: auto;
    right: -1px;
    top: 70px;
    display: block;
    overflow: hidden;
    padding: 0;
    max-height: 0;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border: 0;
}

.open > .dropdown-menu {
    padding: 5px 0;
    max-width: 200px;
    max-height: 200px;
    overflow: auto;
    border: 1px solid rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

/* 2020新首頁調整 */

body.newhome {
    padding: 0;
    letter-spacing: 2px;
}

body.newhome .wrapper {
    max-width: inherit;
    width: 96%;
}

body.newhome .well {
    padding: 15px 0;
}

body.newhome .top-link {
    background: #b3b3b3;
    padding: 10px 2%;
    border-bottom: 5px solid #436684;
}

body.newhome .top-link a {
    color: #fff;
    border-color: #fff;
    padding: 0 5px;
}

body.newhome header {
    padding: 10px 2%;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    background: #f5f5f5;
}

body.newhome header.fix {
    width: 100%;
    max-width: inherit;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-bottom: 5px solid #014886;
}

body.newhome .slogan {
    background: #fffde6;
    color: #464646;
    line-height: 25px;
    text-align: center;
    padding: 10px;
}

body.newhome .slogan p {
    margin: 0;
    line-height: 25px;
    overflow: hidden;
    height: 50px;
}

body.newhome .slogan .label {
    padding: 5px 20px;
    background: #eb5443;
    color: #fff;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    display: inline-block;
    margin-right: 10px;
    font-size: 13px;
}

body.newhome .slides {
    border: 0;
    padding: 0;
    margin: 0 !important;
}

body.newhome .slides .slick-dots {
    display: none !important;
}

body.newhome #search + .well {
    background: #8eccc7;
    color: #fff;
}

body.newhome #search + .well button {
    background: #2d3e50;
}

body.newhome #search + .well a {
    background: #95a5a5;
}

body.newhome #search + .well button:hover,
body.newhome #search + .well a:hover {
    background: #fff !important;
    color: #555;
}

body.newhome .classslide.bg {
    background: #e4e2d3;
}

body.newhome .classslide .wrapper .slick-slide {
    background: #ffe4cf;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

body.newhome .classslide.bg .wrapper .slick-slide {
    background: #fff;
}

body.newhome .classslide .wrapper .slick-slide > a {
    padding-top: 50%;
}

body.newhome .classslide .slick-track > div {
    margin: 0 10px;
}

body.newhome .classslide .wrapper p {
    background: none;
    text-align: center;
}

body.newhome .classslide .wrapper p b {
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

body.newhome .classslide .wrapper p small {
    display: block;
    height: 44px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

body.newhome .classslide .wrapper p span {
    margin-top: 5px;
}

body.newhome .classslide .wrapper p .label {
    display: inline-block;
    background: #eb5443;
    color: #fff;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    padding: 5px 10px;
    font-size: 13px;
}

body.newhome .classslide .wrapper p .sale {
    color: #eb5443;
    text-decoration: underline;
    display: block;
    height: 44px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

body.newhome .classslide .wrapper p .price {
    display: block;
    color: #333;
    font-size: 11px;
}

body.newhome .classslide .wrapper p .price i {
    font-weight: bold;
    font-size: 20px;
    color: #eb5443;
    font-style: normal;
}

body.newhome .classslide .wrapper p a .label {
    display: block;
    line-height: 25px;
    font-size: 15px;
}

body.newhome .classslide .wrapper p a:hover {
    text-decoration: none;
}

body.newhome .classslide .wrapper p a:hover .label {
    background: #555;
}

body.newhome .classslide .read-more {
    margin-top: 20px;
}

body.newhome .read-more {
    padding: 5px 20px;
    background: #eb5443;
    color: #fff;
}

body.newhome footer {
    padding: 20px 2%;
    background: #f9b552;
    color: #fff;
}

body.newhome footer a {
    color: #fff;
}

body.newhome footer .logo img {
    height: 50px;
}

body.newhome .map {
    padding: 0;
    border-top: 2px solid #333;
    border-bottom: 2px solid #333;
}

body.newhome .footer-link {
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    padding: 0;
}

body.newhome .footer-link .wrapper > div img {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    width: 75%;
    height: auto;
    margin: 0px auto;
    display: block;
}

body.newhome .hot-class {
    text-align: center;
    margin: 30px 0;
}

body.newhome .hot-class a {
    margin: 10px 20px;
    display: inline-block;
    vertical-align: middle;
    width: 200px;
    background: #e0e0e0;
    color: #464646;
    line-height: 40px;
    padding: 5px 10px;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    font-size: 20px;
}

body.newhome .hot-class a:hover {
    text-decoration: none;
    color: #000;
    background: #ffe4cf;
}

body.newhome .hot-class a img {
    display: inline-block;
    margin-right: 10px;
    width: 35px;
}

body.newhome .fix-btn {
    position: fixed;
    right: 5vw;
    bottom: 0;
    top: 0;
    margin: auto;
    height: 200px;
    width: 70px;
}

body.newhome .fix-btn a,
body.newhome .fix-btn img {
    display: block;
    width: 100%;
}

body.newhome .fix-btn a {
    margin: 5px 0;
}

body.newhome #back-to-top {
    width: 70px;
    height: 30px;
    line-height: 25px;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    cursor: pointer;
    border: 0;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    font-size: 20px;
}

body.newhome #back-to-top:hover {
    background: #000;
}

body.newhome .link-list {
    padding: 10px 0;
    background: #ffd1c7;
}

body.newhome .link-list .halfmedia {
    border: 3px solid #eb5443;
    background: #fff;
    padding: 20px;
    margin: 15px;
    width: calc(50% - 30px);
}

body.newhome .link-list .well h2 {
    color: #501300;
}

body.newhome .link-list ul {
    margin: 0 0 30px 0;
}

body.newhome .link-list ul li {
    display: block;
    width: 100%;
    padding: 15px 0;
    border-bottom: 2px dashed #ccc;
}

body.newhome .link-list ul li:last-of-type {
    border: 0;
}

body.newhome .link-list ul li small {
    display: block;
    color: #aaa;
}

body.newhome .link-list ul li a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

body.newhome .slide-class {
    margin: 0px !important;
}

body.newhome .slide-class .slick-prev {
    left: -20px;
}

body.newhome .slide-class .slick-next {
    right: -20px;
}

body.newhome .hot-class-list {
    margin-bottom: 0;
}

body.newhome .hot-class-list tr td {
    vertical-align: middle;
    padding: 20px 0 !important;
    background: none;
    border: 0;
    border-bottom: 1px dashed #ccc;
}

body.newhome .hot-class-list tr:first-of-type td {
    padding-top: 10px !important;
}

body.newhome .hot-class-list tr:last-of-type td {
    border: 0 !important;
    padding-bottom: 10px !important;
}

body.newhome .hot-class-list tr td img {
    width: 35%;
    float: left;
    margin-right: 15px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    /*max-width: 182px;*/
}

body.newhome .hot-class-list tr td > div {
    width: calc( 65% - 15px);
    /*width: calc(max(65%, (100% - 182px)) - 15px);*/
    float: right;
}

body.newhome .hot-class-list tr td .title {
    display: block;
    font-size: 15px;
    font-weight: bold;
}

body.newhome .hot-class-list tr td span {
    font-size: 13px;
    color: #aaa;
    display: block;
    margin-top: 5px;
}

body.newhome .hot-class-list tr td span em {
    font-size: 15px;
    color: #eb5443;
    font-style: normal;
    margin-top: 10px;
}

body.newhome .hot-class-list tr td span i {
    font-weight: bold;
    font-size: 20px;
    color: #eb5443;
    font-style: normal;
}

body.newhome .hot-class-list tr td .btn {
    display: inline-block;
    background: #eb5443;
    color: #fff;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    padding: 5px 10px;
    font-size: 13px;
    width: 100px;
    margin: 10px 0 !important;
}

body.newhome .news {
    background: #fff;
}

body.newhome .news.page > .wrapper {
    margin: 0 auto;
}

body.newhome .news > .wrapper > div {
    background: #ffe4cf;
    border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
}

.hide {
    display: none;
}

.pagination > li > a,
.pagination > li > span {
    background: #fff;
    color: #555;
}

.pagination > li:hover > a,
.pagination > li:hover > span {
    background: #ccc;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background: #ccc;
}

@media screen and (max-width: 1440px) {

    header > div > a,
    header > div > label {
        padding: 18px 10px;
    }

    header.fix {
        width: calc(100% - 4%);
        max-width: calc(1440px - 4%);
    }
}

@media screen and (max-width: 1350px) {
    .slides > h1 {
        max-width: 90%;
    }

    header > div .submenu,
    header > div .submenu .list {
        display: none !important;
    }

    /* .bigclass div {
        width: calc(33% - 28px);
    } */
    footer {
        text-align: center;
    }

    footer .logo {
        display: block;
        margin-bottom: 10px;
    }

    footer > a,
    footer > span {
        margin: 0;
        float: none;
        display: inline-block;
    }

    footer > a {
        margin: 0 10px;
    }

    footer > span {
        margin-top: 10px;
        display: block;
        text-align: center;
    }

    body.newhome header > .mobile {
        display: block;
    }

    body.newhome header > div {
        padding-right: 35px;
    }

    body.newhome header > div .m-hide {
        display: none;
    }
}

@media screen and (max-width: 1023px) {
    header > .search {
        display: none;
        position: absolute;
        right: 60px;
        top: 10px;
        bottom: 0;
        margin: auto;
        line-height: 54px;
        font-size: 25px;
        cursor: pointer;
    }

    header + .slides + #search + .well {
        width: calc(100% - 4%);
        position: fixed;
        left: 0;
        right: 0;
        top: 114px;
        margin: auto;
        transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        z-index: 99;
        background: #EAECEE;
        max-height: 0;
        min-height: 0;
        overflow: hidden;
        padding: 0;
        border: 0;
    }

    header.fix + .slides + #search + .well {
        top: 78px;
    }

    header + .slides + #search:checked + .well {
        max-height: 320px;
        padding: 19px;
        box-shadow: 1px 1px 5px #555;
        -moz-box-shadow: 1px 1px 5px #555;
        -webkit-box-shadow: 1px 1px 5px #555;
        border-radius: 0 0 10px 10px;
        -moz-border-radius: 0 0 10px 10px;
        -webkit-border-radius: 0 0 10px 10px;
    }

    .slides .word {
        top: 20%;
    }

    .slides .word strong {
        font-size: 30px;
        line-height: 35px;
    }

    .slides .word a {
        margin-top: 20px;
    }

    .slidesjs-previous,
    .slidesjs-next,
    .slides .slick-prev,
    .slides .slick-next {
        width: 30px;
        height: 59px;
        background-size: 100%;
        top: calc(50% - 30px);
    }

    .slidesjs-previous,
    .slides .slick-prev {
        left: -5px;
        top: calc(50% - 0px) !important;
    }

    .slidesjs-next,
    .slides .slick-next {
        right: -5px;
    }

    .map .well {
        width: 100%;
        height: auto;
        position: relative;
        left: 0;
    }

    .form-inline input[type=text],
    .form-inline select {
        width: 122px !important;
    }

    header > .mobile {
        right: 15px;
        top: 10px;
    }

    .dropdown-menu {
        top: 60px;
    }

}

@media screen and (max-width: 767px) {
    header.fix {
        padding: 10px;
    }

    header.fix .mobile {
        margin-top: -10px;
    }

    header .logo {
        display: block;
        margin-bottom: 15px;
    }

    header .logo img {
        max-width: 300px;
        margin: 0px auto;
        height: auto;
    }

    header > div > a,
    header > div > label {
        padding: 0 8px;
    }

    header > div {
        float: none;
        display: block;
        text-align: center;
        padding: 0 !important;
    }

    .slides > h1 {
        font-size: 5vw;
    }

    /* .bigclass div {
        width: calc(33% - 28px);
    } */
    .form-inline input[type=text],
    .form-inline select {
        width: 100% !important;
    }

    .halfmedia {
        width: 100%;
    }

    body.newhome .link-list .halfmedia {
        width: calc(100% - 30px);
    }

    .line-btn,
    #change {
        bottom: 90px;
        right: 20px;
    }

    /* .bigclass div p {
        max-height: 30px;
        overflow: hidden;
    } */
    .detail-left,
    .detail-right {
        width: calc(100% - 30px) !important;
        margin: 20px 15px 0 15px;
    }

    .detail-left > div {
        margin: 0;
    }

    .detail-right .panel {
        margin: 0 0 20px 0;
    }

    header.fix .dropdown-menu {
        top: 50px;
    }

    .news > .wrapper > div {
        width: 100%;
    }

    body.newhome .slide-class .slick-prev {
        left: -10px;
    }

    body.newhome .slide-class .slick-next {
        right: -10px;
    }
}

@media screen and (max-width: 507px) {

    /* .bigclass div {
        width: calc(50% - 28px);
    } */
    .slides > h1 {
        top: 20px;
        line-height: 50px;
        height: 50px;
    }

    .slides .word strong {
        font-size: 20px;
        line-height: 25px;
    }

    .slides .word a {
        line-height: 25px;
        font-size: 13px;
    }

    header > div > a,
    header > div > label {
        padding: 0 8px;
    }

    footer .logo {
        display: inline-block;
        vertical-align: middle;
        margin: 0;
    }

    footer .logo img {
        height: 40px;
    }

    footer > a {
        font-size: 30px;
        margin: 0 5px;
    }

    footer a .line {
        width: 28px;
    }

    header .logo img {
        max-width: 250px;
    }

    header > div {
        margin: 0 -20px;
        width: calc(100% + 40px);
    }

    body.newhome .hot-class a {
        margin: 5px;
        width: 138px;
        line-height: 20px;
        padding: 5px 0;
        font-size: 15px;
    }

    body.newhome .hot-class a img {
        width: 20px;
    }
}

@media screen and (max-width: 374px) {
    header .logo img {
        max-width: 200px;
    }

    /* .bigclass div {
        width: calc(100% - 28px);
    } */
    .top-link a {
        font-size: 12px;
        padding: 0 2px;
        border: 0;
    }

    header + .slides + #search:checked + .well {
        top: 107px;
    }

    header.fix + .slides + #search:checked + .well {
        top: 72px;
    }

    footer .logo {
        display: block;
        margin-bottom: 10px;
    }
}