@charset "utf-8";
/*-----------------------------
    GLOBE SETTING
-----------------------------*/

* {
    font-family: "微軟正黑體", "新細明體", "標楷體";
    font-size: 100%;
}

h1, h2, h3, h4, h5, p, ul, ol, img {
    margin: 0;
    padding: 0;
    font-family: 'Noto Sans TC', sans-serif;
}

p {
    font-weight: 300;
    letter-spacing: 1px;
    font-size: 1.1rem;
}

a {
    color: inherit;
    transition: all .3s;
}

a:focus, a:hover {
    color: inherit;
}

a:hover {
    text-decoration: none;
    color: inherit;
}

::selection {
    color: #fff;
    background-color: #2d385a;
}

.ja-font {
    font-family: Crossten, "游ゴシック体", "微软雅黑", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-weight: 600;
}

.hb-font {
    font-family: "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", "STHeiti", "WenQuanYi Micro Hei", SimSun, sans-serif;
}

.gl-font {
    font-family: 'Spartan', sans-serif;
}

.gl-font-tr {
    font-family: 'Noto Sans TC', sans-serif;
}

.sp-only {
    display: none !important;
}

.cover.bg-cover {
    display: block;
}

.bg-cover {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-cover.cover-rectangle {
    padding-bottom: 64%;
}

.bg-cover.cover-square {
    padding-bottom: 100%;
}

.bg-cover.cover-rectangle-cloumn {
    padding-bottom: 125%;
}

.x-bg {
    background-color: #992825;
    color: #fff;
    position: relative;
}

.x-bg-heavy {
    background-color: #712624;
    color: #fff;
    position: relative;
}

.x-home-bg-v3 {
    background-image: url(../../images/bg/index_bg03.png);
    background-repeat: no-repeat;
    background-position: center -230px;
}

.x-bg-light {
    background-color: #efefef;
}

.x-bg-v1 {
    background: url(../../images/bg_material.png) repeat;
}

.x-btn-group {
    text-align: center;
    padding-top: 20px;
}

.x-btn-group a.x-btn {
    display: inline-block;
    padding: 10px 30px;
    background-color: #000;
    color: #fff;
    transition: all .3s;
    border: 1px solid #aaa;
    text-align: center;
    min-width: 300px;
}

.x-btn-group a.x-btn span {
    font-size: 1.4rem;
}

.x-btn-group a.x-btn.x-btn-o {
    background-color: inherit;
    color: #000;
}

.x-bg-half-light {
    position: relative;
}

.x-bg-half-light:before {
    content: "";
    display: block;
    position: absolute;
    height: 50%;
    width: 100%;
    left: 0px;
    bottom: 0px;
    background-color: #ddd;
}

.x-bg-half-img {
    position: relative;
}

.x-bg-half-img:before {
    content: "";
    position: absolute;
    display: block;
    width: 50%;
    height: 100%;
    background: url(../../images/home-img-about-02.jpg) no-repeat center;
    background-size: cover;
    left: 0px;
    top: 0px;
}

.x-bg-centerX {
    background: url(../../images/home-img-about-02.jpg) center center repeat-x;
}

.fb-block iframe {
    width: 100% !important;
}

.item a.btn-more {
    display: inline-block;
    margin: 0 auto;
    position: relative;
    padding: 0px 10px;
    border: 2px solid #000;
    transition: all .3s;
}

.item:hover a.btn-more {
    background-color: #000;
    color: #fff;
}

@media (min-width:992px) {
    .pt-fixed {
        padding-top: 180px !important;
    }
}

@media (max-width:991px) {
    .sp-only {
        display: block !important;
    }
    .pc-only {
        display: none !important;
    }
}

@media (min-width:1199px) {
    .container-lg {
        max-width: 1380px;
    }
    .container-sm {
        max-width: 960px;
    }
}

@media (min-width:992px) {
    .container-sm {
        max-width: 960px;
        width: 1040px;
    }
}

@media (max-width:991px) {
    .container.container-over {
        max-width: none;
    }
    .x-btn-group a.x-btn {
        margin-bottom: 20px;
        width: 100%;
    }
}

/*-----------------------------
    Globe Setting End
-----------------------------*/

/* KV STAGE / BANNER */

.kv-banner {
    overflow: hidden;
}

.kv-banner .js-slide {
    height: 80vh !important;
    background-position: center;
}

.kv-banner .js-prev, .kv-banner .js-next {
    position: absolute;
    width: 50px;
    height: 50px;
    border-bottom: 1px solid rgba(0, 0, 0, .9);
    top: 45%;
    transition: all .3s;
}

.kv-banner .js-prev {
    left: 50px;
    border-left: 1px solid rgba(0, 0, 0, .9);
    transform: rotate(45deg);
}

.kv-banner .js-next {
    right: 50px;
    border-right: 1px solid rgba(0, 0, 0, .9);
    transform: rotate(-45deg);
}

.kv-banner .slick-arrow.js-prev:hover {
    left: 40px;
}

.kv-banner .slick-arrow.js-next:hover {
    right: 40px;
}

@media (max-width:767px) {
    .kv-banner .js-slide {
        height: 45vh !important;
        margin-top: 60px;
    }
}

/* NAVBAR RESETTING */

.navbar-brand {
    padding: 5px;
}

.navbar-brand img {
    max-height: 50px;
}

.navbar-collapse {
    height: 60px;
}

nav.navbar {
    padding: 0;
}

ul.navbar-nav {
    height: 60px;
}

ul.navbar-nav li {
    position: relative;
}

ul.navbar-nav li:last-child {
    padding: 0 20px;
}

ul.navbar-nav li a.nav-link {
    text-align: center;
    color: #000;
}

ul.navbar-nav li.nav-item a {
    padding: 15px 1vw 0 1vw !important;
    position: relative;
}

ul.navbar-nav li.nav-item a.nav-link span {
    display: block;
    text-transform: uppercase;
    transform: scale(.7);
    line-height: 1rem;
}

ul.navbar-nav li:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 0%;
    height: 1px;
    background-color: #000;
    transition: all .3s;
}

ul.navbar-nav li:hover:after {
    width: 100%;
}

ul.navbar-nav li:before {
    content: "";
    display: block;
    position: absolute;
    height: 200%;
    width: 100%;
    bottom: 0px;
    left: 0px;
    background-color: #fff;
    opacity: 0;
    transition: all .5s;
}

ul.navbar-nav li:hover:before {
    opacity: 1;
}

ul.nav-tool li {
    margin-right: 0px !important;
}

ul.nav-tool li:not(:first-child) {
    margin-left: -3px;
}

ul.nav-tool li a {
    display: block;
    line-height: 60px;
    width: 60px;
    text-align: center;
    font-size: 1.4rem;
    color: #fff;
    background-color: #000;
}

ul.js-pagination {
    position: absolute;
    bottom: 30px;
    left: 50px;
    list-style: none;
}

ul.js-pagination li {
    margin: 0;
    position: relative;
    display: inline-block;
}

ul.js-pagination li span {
    border-radius: inherit;
    width: 50px;
    height: 5px;
    background-color: #000;
    position: relative;
    display: block;
}

ul.js-pagination li.slick-active span {
    background-color: #000;
}

ul.js-pagination li span:before {
    content: "";
    display: block;
    position: absolute;
    width: 0%;
    height: 1px;
    left: 0px;
    top: 2px;
    background-color: #fff;
    transition: all .3s;
}

ul.js-pagination li.slick-active span:before {
    animation-name: pagiroll;
    animation-fill-mode: both;
    animation-iteration-count: 1;
    animation-duration: 1s;
}

@keyframes pagiroll {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}

@media (max-width:991px) {
    .u-header__section {
        background-color: #fff !important;
        box-shadow: inherit;
    }
    ul.navbar-nav li:before, ul.navbar-nav li:after {
        display: none;
    }
    ul.navbar-nav, .navbar-collapse {
        height: inherit;
    }
    .topbar {
        display: none;
    }
    ul.navbar-nav {
        padding: 10vh 0 10vh 0;
    }
    .navbar-collapse.show+.topbar {
        display: block;
        width: 100%;
    }
    .navbar-collapse.show+.topbar ul {
        display: -webkit-flex;
        display: flex;
    }
    .navbar-collapse.show+.topbar ul.nav-tool li {
        flex: 1 1 100%;
    }
    .navbar-collapse.show+.topbar ul.nav-tool li a {
        width: 100%;
    }
}

@media (max-width:767px) {
    ul.js-pagination {
        display: flex !important;
        left: 0px;
        bottom: 0px;
        width: 100%;
    }
    ul.js-pagination li {
        flex: 1 1 30%;
    }
    ul.js-pagination li span {
        width: 100%;
    }
    .kv-banner .js-prev, .kv-banner .js-next {
        top: inherit;
        bottom: 50px;
    }
}

/* Home Setting */

.home-title {
    width: 80%;
    margin: 0 auto 60px;
}

.home-title h2 {
    color: #999;
    font-size: 1rem;
    position: relative;
}

.home-title h2.line-style-v1:after {
    content: "";
    display: block;
    position: absolute;
    width: calc( 100% - 270px);
    border-top: 1px solid #ccc;
    right: 0;
    height: 40px;
    border-right: 1px solid #ccc;
    bottom: -18px;
}

.home-title h2 span {
    color: #992825;
    font-weight: 600;
    font-size: 3rem;
    margin-right: 20px;
}

.home-title.home-title-center {
    width: inherit;
    margin: 0 auto 30px;
    text-align: center;
}

.home-title.home-center-line {
    position: relative;
}

.home-title.home-center-line:before {
    width: 100%;
    content: "";
    position: absolute;
    background-color: #aaa;
    height: 1px;
    left: 0px;
    top: 50%;
    z-index: 0;
}

.home-title.home-center-line h2 {
    position: relative;
    background-color: #fff;
    display: inline-block;
    padding: 0 20px;
}

.home-title.home-title-center h2 {
    margin-bottom: 10px;
}

.home-title.home-title-center h2 span {
    display: block;
    margin: 0;
    margin-bottom: -10px;
}

.work-group .home-title.home-title-center h2 span {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 5px;
    color: #000;
}

.home-title-v2 {
    margin-bottom: 20px;
}

.home-title-v2 h2 {
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid #aaa;
    font-size: 1.2rem;
    font-weight: 100;
    letter-spacing: 20px;
    min-width: 45%;
    text-align: center;
}

.x-bg-half-img .home-title {
    position: relative;
    background-color: #fff;
    padding: 10px 0 0 10px;
}

.home-block {
    padding: 25vh 0;
}

.home-more {
    position: absolute;
    bottom: -190px;
    right: 10%;
}

@media (max-width:767px) {
    .home-more {
        bottom: -140px;
        right: calc( 50% - 90px);
    }
}

#About .home-more {
    bottom: -40px;
}

.home-more a {
    background-color: #000;
    color: #fff;
    font-size: 1rem;
    padding: 10px;
    line-height: 4rem;
    display: block;
    min-width: 180px;
    text-align: center;
    letter-spacing: 5px;
}

.home-more a:hover {
    letter-spacing: 0px;
}

.work-group {
    background-color: #f2f2f2;
    border: 1px solid transparent;
    padding: 50px 30px;
    height: 100%;
    transition: all .3s;
}

.work-group:hover {
    background-color: #fff;
    border: 1px solid #aaa;
}

.work-group .works .item {
    display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 30px;
}

.work-group .works .item>.cover {
    flex: 0 0 150px;
}

.work-group .works .item>.cover>.cover {
    background-color: #3399dd;
}

.work-group .works .item .content {
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1 1 100%;
    padding-left: 30px;
}

.work-group .works .item .content h3 {
    font-size: 1.3rem;
    font-weight: 500;
    letter-spacing: 2px;
    color: #000;
    margin-bottom: 20px;
    margin-top: 15px;
}

.work-group .works .item .content p, .work-group .works-about p {
    font-family: 'Noto Sans TC', sans-serif;
    letter-spacing: 1px;
    text-align: justify;
    line-height: 1.7rem;
    font-weight: 300;
}

.works-about img {
    opacity: .8;
    transition: all .3s;
}

.works-about:hover img {
    opacity: 1;
}

.work-group .works .item .content a {
    margin: auto 0 0 auto;
}

.top-badge {
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 40px;
    left: calc( 50% - 20px);
    top: -20px;
    background-color: #000;
    text-align: center;
    color: #fff;
    border-radius: 100%;
}

.photo-wall {
    display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
}

.photo-wall .wLeft, .photo-wall .wRight {
    flex: 0 0 50%;
    max-width: 50%;
}

.photo-wall .wLeft .cover {
    height: 100%;
    position: relative;
}

.photo-wall .wLeft .cover .home-more {
    bottom: 30px;
    left: 30%;
    right: 30%;
}

.photo-wall .wLeft {
    padding-right: 10px;
}

ol.site-page a {
    color: #ccc;
}

ol.site-page a:hover {
    color: #999;
}

ol.site-page {
    font-size: .8rem;
}

ol.site-page li:nth-child(n+2) {
    position: relative;
}

ol.site-page li:nth-child(n+2):before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f105";
    color: #ffbbcd;
    margin-right: 10px;
}

ol.site-page li.active a {
    font-weight: 400;
    color: #aaa;
    padding-bottom: 2px;
    border-bottom: 1px dashed #ccc;
}

.fb-comments iframe {
    width: 100% !important;
}

ol.detail-list li {
    line-height: 1.8rem;
    text-align: justify;
    margin-bottom: 25px;
}

@media (min-width:760px) {
    .photo-wall .wRight .row.no-gutters {
        padding-bottom: 10px;
    }
    .photo-wall .wRight .row.no-gutters .col-md-6:first-child {
        padding-right: 5px;
    }
    .photo-wall .wRight .row.no-gutters .col-md-6:last-child {
        padding-left: 5px;
    }
}

.photo-slide {
    overflow: hidden;
}

@media (max-width:767px) {
    .home-title {
        margin-bottom: 30px;
    }
    .home-block {
        padding: 100px 0 !important;
    }
    .work-group.sec {
        background-color: #fff;
    }
    #Bread {
        display: none;
    }
    .work-group .works .item {
        flex-direction: column;
        margin-bottom: 80px;
    }
    .work-group .works .item>.cover {
        flex: 0 0 70%;
    }
    .photo-wall {
        flex-direction: column-reverse;
    }
    .photo-wall .wLeft, .photo-wall .wRight {
        height: 70vh;
        max-width: inherit;
        width: 100%;
        padding-right: inherit;
    }
    .work-group .works .item .content {
        padding-left: 0;
    }
    .work-group .works .item .content h3 {
        margin: 10px 0;
    }
}

#Pagetitle.page-header {
    height: 40vh;
    background: url(../../images/bg/title_bg_common.jpg) center repeat-y;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-header {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width:991px) {
    #Bread.inpage {
        display: none;
    }
}

.page-header h1 {
    text-align: center;
    font-size: 1rem;
    letter-spacing: 5px;
    animation-name: titleshow;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}

.page-header h1 span {
    display: block;
    font-size: 3rem;
    letter-spacing: 5px;
    font-weight: 600;
    color: #992825;
    text-transform: uppercase;
    animation-name: titleshow;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    letter-spacing: -1em;
}

#Bread.inpage {
    padding-top: 80px;
}

#Article.page-header {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 100px;
    background: inherit;
    height: inherit;
}

#Article.page-header h1 {
    font-size: 3rem;
    letter-spacing: 0px;
    font-weight: 700;
    animation: inherit;
}

#Article.page-header ul.posted {
    list-style: none;
    max-width: 960px;
}

#Article.page-header ul.posted li {
    list-style: none;
    display: inline-block;
    font-size: 1rem;
}

#Article.page-header ul.posted li.cate {
    background-color: #000;
    min-width: 50px;
    padding: 0 15px;
    text-align: center;
    color: #fff;
}

#Article.page-header ul.posted li.date {
    color: #999;
    margin-left: 10px;
}

#Article.page-header ul.posted li.title {
    display: block;
    letter-spacing: 0px !important;
    text-align: center;
}

#Article.page-header ul.posted li.writer {
    display: block;
    text-align: right;
    margin-right: 2px;
}

#Article.page-header ul.posted li.writer a {
    margin-left: 5px;
    font-style: italic;
    color: #999;
}

#Article footer {
    width: 100%;
    margin: 0 auto;
}

@keyframes titleshow {
    0% {
        letter-spacing: -1em;
        opacity: 0;
    }
    70% {
        letter-spacing: .4em;
    }
    100% {
        letter-spacing: .2em;
        opacity: 1;
    }
}

@media (max-width:767px) {
    #Pagetitle.page-header {
        padding-top: 50px;
        height: 30vh;
    }
}

/* Articles List */

#Articles.listing {
    margin-left: calc( 100% / 7 * -1);
    margin-right: calc( 100% / 7 * -1);
    overflow: hidden;
}

#Articles.listing .item {
    padding: 0 25px;
}

#Articles.listing .item .content {
    padding-top: 20px;
}

#Articles.listing .item .content .date {
    font-size: .8rem;
    font-family: 'Spartan', sans-serif;
}

#Articles.listing .item .content .date span.cate {
    background-color: #777;
    color: #fff;
    display: inline-block;
    padding: 0px 5px;
    margin-right: 10px;
}

#Articles.listing .item .content h3 {
    font-size: 1.1rem;
    margin-top: 10px;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 300;
}

#Articles.listing .slick-slider {
    position: static;
}

#Articles.listing .slick-arrow {
    position: absolute;
    width: 25px;
    height: 25px;
    top: -85px;
    transition: all .3s;
}

#Articles.listing .slick-arrow:hover {
    background-color: #333;
}

#Articles.listing .js-next {
    background-image: url(../../images/icon/icon-arrow-right.svg);
    background-size: cover;
    right: calc( 10% + 0px);
}

#Articles.listing .js-prev {
    background-image: url(../../images/icon/icon-arrow-left.svg);
    background-size: cover;
    right: calc( 10% + 40px);
}

@media (max-width:991px) {
    #Articles.listing {
        margin-left: 0 !important;
        margin-right: 0;
    }
}

#Content #Articles.listing {
    margin: 0;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}

#Content #Articles.listing .item {
    padding: 0 5px;
    flex: 0 0 50%;
    margin-bottom: 100px;
}

#Content #Articles.listing .item a:hover {
    opacity: .7;
}

ul.cate-group {
    display: block;
    list-style: none;
    text-align: center;
    margin: 80px 0;
}

ul.cate-group li {
    list-style: none;
    display: inline-block;
}

ul.cate-group li a {
    display: block;
    color: #999;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 100;
    letter-spacing: 2px;
    position: relative;
}

ul.cate-group li.active a {
    color: #000;
    font-weight: 300;
}

ul.cate-group li:not(.active) a:after {
    content: "";
    display: block;
    position: absolute;
    width: 0%;
    height: 1px;
    left: 0px;
    bottom: -5px;
    background-color: #000;
    transition: all .3s;
}

ul.cate-group li:not(.active) a:hover:after {
    width: 100%;
}

ul.cate-group li:not(:first-child) {
    margin-left: 30px;
}

.cate-group-se {
    text-align: center;
    max-width: 50%;
    margin: 0 auto 50px auto;
}

.cate-group-se select {
    border: none;
    border-bottom: 1px solid #ddd;
    font-size: 1.4rem;
    line-height: 2rem;
}

.u-pagination-v1-1--active, .u-pagination-v1-1:hover, .u-pagination-v1-1:focus {
    background-color: #000;
    color: #fff;
    border-color: #000;
}

@media (min-width:1200px) {
    #Content #Articles.listing .item {
        flex: 0 0 25%;
        margin-bottom: 100px;
    }
}

@media (min-width:768px) {
    .cate-group-se {
        display: none;
    }
}

@media (max-width:767px) {
    ul.cate-group {
        display: none;
    }
    #Content #Articles.listing {
        max-width: 520px;
        margin: 0 auto !important;
    }
    #Content #Articles.listing .item {
        flex: 1 1 100%;
        margin-bottom: 50px;
        display: -webkit-flex;
        display: flex;
    }
    #Content #Articles.listing .item a.cover {
        flex: 0 0 100px;
        padding-bottom: inherit;
        height: 80px;
    }
    #Content #Articles.listing .item .content {
        flex: 1 1 100%;
        padding-left: 15px;
        padding-top: inherit;
    }
    #Content #Articles.listing .item .content h3 {
        font-size: 1.1rem;
        font-weight: 100;
        letter-spacing: 1px;
        margin-top: 5px;
    }
}

@media (max-width:576px) {}

/*   Brands    */

#Brands.listing .item {
    padding: 0 20px;
    text-align: center;
}

#Brands.listing .item .content {
    text-align: center;
    color: #000;
    margin: 20px 0;
}

#Brands.listing .item .content .title h3 {
    font-size: 1.5rem;
    font-weight: 600;
}

#Brands.listing .item .content p {
    font-size: 1.2rem;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 300;
}

#Content #Brands.listing {
    margin: 0;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}

#Content #Brands.listing .item {
    flex: 0 0 25%;
    margin-bottom: 50px;
}

@media (min-width:1200px) {
    #Content #Brands.listing .item {
        margin-bottom: 150px;
    }
}

@media (max-width:767px) {
    #Content #Brands.listing .item {
        flex: 0 0 50%;
        padding: 0 5px;
        margin-bottom: 30px;
    }
    #Brands.listing .item .content {
        margin: 10px 0;
    }
    #Content #Brands.listing .item .content .title h3 {
        font-size: 1.1rem;
        font-weight: 300;
    }
    #Content #Brands.listing .item .content p, #Content #Brands.listing .item a.btn-more {
        display: none;
    }
}

#Brand.page-header {
    height: inherit;
    background: inherit;
    display: block;
    align-items: inherit;
    justify-content: inherit;
}

#Brand.page-header header {
    height: 80vh;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
}

#Brand.page-header header .head {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

#Brand.page-header header .cover {
    flex: 0 0 70%;
}

#Brand.page-header header .cover figure {
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

#Brand.page-header header .cover figure img {
    width: 120%;
}

#Brand.page-header header .content {
    margin-left: -30px;
}

#Brand.page-header header .content h1, #Brand.page-header header .content p, #Brand.page-header header .content .since {
    background-color: #fff;
    padding-left: 10px;
}

#Brand.page-header header .content .since {
    margin-bottom: 5px;
    display: inline-block;
    position: absolute;
    top: 0px;
    right: 0px;
    color: #aaa;
    letter-spacing: 5px;
    font-size: .9rem;
}

#Brand.page-header header .content h1 {
    font-size: 1.6rem;
    color: #000;
    text-align: left;
    margin-bottom: 10px;
}

#Brand.page-header header .content p.slogan {
    font-style: italic;
    font-weight: 100;
    font-size: 2rem;
    margin-bottom: 30px;
}

#Brand.page-header header .content p.desc {
    padding: 10px;
    text-align: justify;
}

#Brand.page-header header .content a.btn-more {
    position: absolute;
    width: 120px;
    height: 50px;
    background-color: #000;
    right: 0px;
    bottom: 0px;
}

#Brand.page-header header .content a.btn-more:before, #Brand.page-header header .content a.btn-more:after {
    width: 40px;
    height: 1px;
    position: absolute;
    bottom: 20px;
    left: 23px;
    border-bottom: 1px solid #fff;
    z-index: 3;
    content: "";
    transform: rotate(30deg);
    animation: aro 1.5s cubic-bezier(0.46, 0.03, 0.52, 0.96) infinite;
}

@keyframes aro {
    0% {
        bottom: 20px;
    }
    50% {
        bottom: 25px;
    }
    100% {
        bottom: 20px;
    }
}

#Brand.page-header header .content a.btn-more:after {
    transform: rotate(-30deg);
    left: inherit;
    right: 23px;
}

#Brand #Main .brand-photos {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}

#Brand #Main .brand-photos .photo {
    flex: 0 0 50%;
    position: relative;
    padding: 10px;
}

#Brand #Main .brand-photos .photo a {
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
}

#Brand #Main .brand-photos .photo a img {
    position: absolute;
    max-width: 100%;
    display: block;
    top: 0px;
}

#Brand #Main .article-content {
    border-left: 1px solid #ccc;
    margin-top: 0px;
    padding: 0 30px 0 50px;
}

#Brand #Main .article-content:before, #Brand #Main .article-content:after {
    display: none;
}

#Brand footer .ft {
    padding: 30px;
    border: 1px solid #ccc;
    align-items: flex-end;
}

#Brand footer .ft ul.social-btn {
    margin: 0;
}

#Brand footer .ft ul.address {
    list-style: none;
}

@media (max-width:991px) {
    #Brand.page-header header {
        min-height: 50vh;
    }
    #Brand.page-header header .head {
        flex-direction: column;
    }
    #Brand.page-header header .content {
        margin-left: 0;
        margin-top: -10px;
    }
    #Brand.page-header header .content .since {
        position: relative;
        top: inherit;
        right: inherit;
        display: inline-block;
        margin-bottom: 0;
        padding-left: 0;
    }
    #Brand.page-header header .content h1 {
        display: inline-block;
        margin-bottom: 0;
        padding-left: 0;
    }
    #Brand.page-header header .content p.slogan {
        padding-left: 0;
        margin: 10px 0px 10px 0;
        font-size: 1.4rem;
        text-align: center;
    }
    #Brand.page-header header .content a.btn-more {
        right: calc( 50% - 60px);
        bottom: -90px;
    }
    #Brand #Main .brand-photos {
        margin-bottom: 30px;
    }
    #Brand #Main .brand-photos .photo {
        flex: 0 0 25%;
    }
    #Brand #Main .article-content {
        padding: 10px;
        border-left: inherit;
    }
    #Brand footer .ft {
        align-items: center;
    }
    #Brand footer .ft ul.address {
        margin-bottom: 30px;
        text-align: center;
    }
    #Brand footer .ft ul.social-btn {
        margin: 0 auto;
    }
}

/*-----------------------------
            Footer
-----------------------------*/

footer.footer .inner {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

footer.footer .inner .footer-logo {
    flex: 0 0 200px;
}

footer.footer .inner .content {
    padding-left: 50px;
}

footer.footer p, footer.footer p span, footer.footer ul.footer-nav li a {
    color: #fff;
    font-size: 1rem;
}

footer.footer p {
    line-height: 2rem;
}

footer.footer p span {
    margin: 0 5px;
    display: inline-block;
}

footer.footer ul.footer-nav {
    list-style: none;
    margin: 0;
    padding: 0;
}

footer.footer ul.footer-nav li {
    list-style: none;
    display: inline-block;
}

footer.footer ul.footer-nav li a {
    padding: 6px 15px;
    display: block;
    position: relative;
}

footer.footer ul.footer-nav li:first-child a {
    padding-left: 0;
}

footer.footer ul.footer-nav li:not(:first-child) a:before {
    content: "";
    display: block;
    position: absolute;
    height: 10px;
    width: 1px;
    background-color: #aaa;
    left: 0px;
    top: 10px;
    transform: rotate(24deg)
}

footer.footer .copyright {
    background-color: #38332c;
}

footer.footer .copyright p {
    color: #999;
    font-size: .9rem !important;
    text-align: center;
    margin-bottom: 0;
}

footer.footer .copyright p a {
    color: #999;
    font-size: 1rem;
}

@media (max-width:991px) {
    footer.footer .inner {
        flex-direction: column;
        align-items: center;
    }
    footer.footer .inner .footer-logo {
        flex: none;
        margin-bottom: 30px;
    }
    footer.footer .inner .content {
        padding: 0;
        width: 100%;
        text-align: center;
    }
}

/*-----------------------------
    Tours
-----------------------------*/

#Tours.listing .item {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    margin-bottom: 100px;
    background-color: #f2f2f2;
    transition: all .3s;
    position: relative;
}

#Tours.listing .item .cover {
    flex: 0 0 50%;
    height: 50vh;
}

#Tours.listing .item:hover {
    background-color: #fff;
}

#Tours.listing .item:hover .cover {
    flex: 0 0 60%;
}

#Tours.listing .item:hover .content p {
    color: #333;
}

#Tours.listing .item .content {
    padding: 0 20px;
}

#Tours.listing .item .content .tags {
    position: relative;
    display: inline-block;
}

#Tours.listing .item .content .tags:before {
    content: "";
    display: block;
    position: absolute;
    background-color: #992825;
    width: 100%;
    height: 60%;
    left: 0%;
    top: 22%;
    z-index: 0;
}

#Tours.listing .item .content .tags span {
    color: #fff;
    font-size: 1.4rem;
    font-weight: 100;
    position: relative;
}

#Tours.listing .item .content .title h2 {
    margin-bottom: 30px;
}

#Tours.listing .item .content .title h2 a {
    font-weight: 600;
}

#Tours.listing .item .content p {
    font-size: 1.2rem;
    font-weight: 100;
    color: #aaa;
}

#Tours.listing .item .content .btn-more {
    position: absolute;
    background-color: #000;
    color: #fff;
    padding: 20px 50px;
    bottom: -30px;
    right: 50px;
}

@media (min-width:992px) {
    #Tours.listing .item:nth-child(even) {
        flex-direction: row-reverse;
    }
    #Tours.listing .item:nth-child(even) .content .btn-more {
        right: inherit;
        left: 50px;
    }
}

@media (max-width:767px) {
    #Tours.listing .item {
        flex-direction: column;
        padding: 10px 15px;
        flex-wrap: wrap;
        align-items: inherit;
    }
    #Tours.listing .item .cover {
        flex: inherit;
    }
    #Tours.listing .item .content {
        padding: 0 0 60px 0;
    }
    #Tours.listing .item .content .title h2 {
        margin-bottom: 10px;
    }
    #Tours.listing .item .content p {
        font-size: 1rem;
    }
    #Tours.listing .item .content .btn-more {
        width: 230px;
        padding: 20px 0;
        text-align: center;
        right: calc( 50% - 115px);
    }
}

article#Tour header figure {
    position: relative;
}

article#Tour header figure a {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background-color: #fff;
    font-size: 1.1rem;
    padding: 2px 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.cover-flex-center {
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.cover-flex-center img {
    max-width: 100%;
    width: 100%;
    display: block;
}

article#Tour header .head {
    max-width: 1200px;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    align-items: flex-start;
    padding: 50px 0;
}

article#Tour header .head .content {
    flex: 1 1 80%;
    padding-right: 50px;
}

article#Tour header .head .content h1 {
    font-size: 2rem;
    margin-bottom: 5px;
}

article#Tour header .head .content p {
    font-size: 1.2rem;
    text-align: justify;
}

article#Tour header .head .cta {
    flex: 0 0 310px;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
}

article#Tour header .head .cta h4 {
    font-size: 1.4rem;
    margin-bottom: 10px;
}

article#Tour header .head .cta a {
    display: block;
    background-color: #000;
    text-align: center;
    padding: 10px;
    position: relative;
    overflow: hidden;
    margin-bottom: 5px;
}

article#Tour header .head .cta a span {
    color: #fff;
    font-size: 1.2rem;
}

article#Tour header .head .cta a:before {
    content: "";
    width: 130%;
    height: 100%;
    top: 0px;
    left: -150%;
    background-color: #992825;
    position: absolute;
    transform: skewX(20deg);
    transition: all .3s;
}

article#Tour header .head .cta:hover a span {
    position: relative;
}

article#Tour header .head .cta:hover a:before {
    left: -10%;
}

ul.list-hilight {
    margin: 0;
    padding-left: 25px;
}

ul.list-hilight li {
    font-size: 1.1rem;
    position: relative;
}

ul.list-hilight li:before {
    content: "\f058";
    color: #000000;
    font-size: 1.2rem;
    margin-right: 4px;
    position: absolute;
    left: -20px;
    top: 5px;
    font: normal normal normal 14px/1 FontAwesome;
}

#Leader.listing {
    position: relative;
}

#Leader.listing .item {
    padding: 0 50px;
    position: relative;
    z-index: 5;
}

#Leader.listing .item .cover {
    border-radius: 100%;
    overflow: hidden;
}

#Leader.listing .item .content {
    text-align: center;
}

#Leader.listing .item .content h4 {
    margin-bottom: 10px;
    margin-top: 10px;
}

#Leader.listing .item .content p {
    padding: 10px;
    background-color: #fff;
    border-radius: 8px;
    position: relative;
    z-index: 3;
}

#Leader.listing .item .content p:before {
    content: "";
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: #fff;
    transform: rotate(45deg);
    top: -5px;
    left: 20px;
    z-index: 1;
}

#Leader.listing .item .content p span {
    position: relative;
    z-index: 3;
}

article#Tour .aside {
    padding-left: 50px;
}

ul.content-nav {
    list-style: none;
}

ul.content-nav li a.js-go-to {
    font-size: 1.3rem;
    padding: 5px 0;
    font-weight: 300;
    font-family: 'Noto Sans TC', sans-serif;
    position: relative;
    padding-left: 15px;
    letter-spacing: 2px;
}

ul.content-nav li.active a:before {
    content: "";
    width: 3px;
    height: 20px;
    background-color: #000;
    display: block;
    position: absolute;
    left: 0px;
    top: calc( 50% - 10px);
}

ul.content-nav li.active a {
    font-weight: 600;
}

ul.content-nav li a:hover {
    opacity: .5;
}

a.reservation {
    display: block;
    padding: 10px;
    background-color: #000;
    color: #fff;
    text-align: center;
    font-size: 1.3rem;
    letter-spacing: 2px;
    margin: 30px 0;
    font-weight: 100;
    font-family: 'Noto Sans TC', sans-serif;
    min-width: 205px;
}

article#Tour .main-content h2.x-title {
    display: flex;
    display: -webkit-flex;
    flex-direction: column-reverse;
    font-size: 1.7rem;
    font-weight: 600;
    margin-bottom: 20px;
    font-weight: 500;
    color: #000;
    padding-top: 60px;
    padding-left: 26px;
    position: relative;
}

article#Tour .main-content h2.x-title:before {
    margin-right: 4px;
    position: absolute;
    left: 0px;
    bottom: 22px;
    font: normal normal normal 1.6rem FontAwesome;
    content: "\f292";
}

article#Tour .main-content h2 span {
    font-size: .9rem;
    font-weight: 100;
    color: #aaa;
    letter-spacing: normal;
    font-family: 'Noto Sans TC', sans-serif;
    margin-left: -26px;
}

article#Tour .main-content ul.listing {
    list-style: none;
    padding-left: 20px;
}

article#Tour .main-content ul.listing li {
    list-style: none;
    position: relative;
    font-size: 1.2rem;
    line-height: 2rem;
}

article#Tour .main-content ul.listing li:before {
    margin-right: 4px;
    position: absolute;
    left: -20px;
    top: 7px;
    font: normal normal normal 14px/1 FontAwesome;
}

article#Tour .main-content ul.listing.list-star li:before {
    content: "\f005";
    color: #FFC107;
}

article#Tour .main-content ul.listing.list-check li:before {
    content: "\f046";
    color: #9dc815;
}

article#Tour .main-content ul.listing.list-dotted li:before {
    content: "\f22d";
    color: #9E9E9E;
}

article#Tour .main-content ul.listing.list-tip li:before {
    content: "\f06a";
}

article#Tour .main-content ul.gallery-list {
    list-style: none;
    margin-bottom: 50px;
}

article#Tour .main-content ul.gallery-list li {
    list-style: none;
    margin-bottom: 10px;
}

article#Tour .main-content ul.gallery-list li img {
    max-width: 100%;
    width: 100%;
}

article#Tour .main-content ul.gallery-list li img+p {
    display: block;
    background-color: #f2f2f2;
    padding: 5px;
}

article#Tour .article-content:before, article#Tour .article-content:after {
    display: none;
}

article#Tour .article-content {
    padding-top: 0;
}

@media (max-width:991px) {
    #Leader.listing .item {
        padding: 0 20px;
    }
    article#Tour header {
        margin-top: 80px;
    }
    article#Tour header .head .content h1 {
        font-size: 1.4rem;
    }
    article#Tour header .head .content p {
        font-size: 1rem;
    }
}

@media (max-width: 767px) {
    #Leader.listing .item {
        padding: 0 50px;
    }
    article#Tour .aside {
        display: none;
    }
    article#Tour .main-content h2.x-title {
        padding-top: 30px;
    }
    article#Tour header .head {
        flex-direction: column;
        align-items: stretch;
        padding: 20px 0;
    }
    article#Tour header .head .content {
        margin-bottom: 30px;
        padding-right: 0;
    }
    article#Tour header .head .cta {
        flex: 1 1 100%;
    }
    article#Tour header .head .cta h4 {
        text-align: center;
    }
    ul.list-hilight {
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        text-align: center;
        align-items: center;
    }
}

/*-----------------------------
    QA
-----------------------------*/

#qa_cate {
    margin-bottom: 50px;
    max-width: 960px;
    margin: 0 auto;
}

#qa_cate h2.title {
    font-size: 2rem;
    padding: 10px;
    position: relative;
    margin-bottom: 0;
    color: #0b4d7f;
    letter-spacing: 2px;
    background-color: #fff;
    border-bottom: 1px solid #9E9E9E;
    color: #000;
    background-color: transparent !important;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 300;
}

#qa_cate h2.title:not(:first-child) {
    margin-top: 50px;
}

#qa_cate h2.title:after {
    width: 100%;
    height: 1px;
    background-color: #999;
    left: 0;
    bottom: 13px;
    position: absolute;
}

#qa_cate .card {
    border: none;
}

#qa_cate .card-header {
    background-color: unset;
    transition: all .3s;
}

#qa_cate .card-header:hover {
    background-color: #f3f3f3;
}

#qa_cate .card-header a {
    position: relative;
    display: block;
    padding-left: 35px;
}

#qa_cate .card-header a:before {
    content: "\f128";
    position: absolute;
    left: -4px;
    top: 50%;
    background-color: transparent;
    display: block;
    transform: translateY(-50%);
    z-index: 2;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 1.2rem;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    border-radius: 100%;
    background-color: #000;
    transition: all .3s;
}

#qa_cate .card-header a[aria-expanded=true]:before {
    background: #cd4a38;
    color: #fff;
}

#qa_cate .card-header a[aria-expanded=true]:after {
    transform: rotate(-180deg);
}

#qa_cate .card-block {
    padding: 10px 10px 10px 35px;
}

#qa_cate .card-block p {
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 300;
    letter-spacing: 1px;
    font-size: 1.2rem;
}
#qa_cate .card-block img{
    max-width:100%;
}
#qa_cate .card-block ol {
    padding-left: 0;
    list-style: none;
    margin-bottom: 25px;
}

#qa_cate .card-block ol li {
    padding-left: 25px;
}

#qa_cate .card-block ol li a {
    color: #999;
    font-size: 1rem;
    line-height: 25px;
}

@media (max-width:578px) {
    #qa_cate h2.title {
        font-size: 1.2rem;
        font-weight: 600;
        margin-bottom: 0px;
    }
    #qa_cate .card p {
        font-size: 1rem;
    }
}

/*-----------------------------
        QA end
-----------------------------*/

/*-----------------------------
    About
-----------------------------*/

#Team.listing {
    display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
}

#Team.listing .item {
    flex: 1 1 15%;
    position: relative;
    overflow: hidden;
    transition: all .3s;
    background-color: #000;
}

#Team.listing .item:hover {
    flex: 1 1 420px;
    opacity: 1;
}

#Team.listing .item a.cover {
    height: 420px;
    opacity: .8;
}

#Team.listing .item:hover a.cover {
    opacity: 1;
}

#Team.listing .item .content {
    text-align: center;
    position: absolute;
    bottom: -100px;
    left: 0px;
    right: 0px;
    padding: 5px;
    background: linear-gradient(0deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .5));
    transition: all .3s;
}

#Team.listing .item:hover .content {
    bottom: 0px;
    opacity: 1;
}

#Team.listing .item h3 {
    position: absolute;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    top: 0px;
    left: 0px;
    background-color: #992825;
    color: #fff;
    padding: 5px 0 30px 0;
    font-size: 1.2rem;
    letter-spacing: 2px;
}

#Team.listing .item .content .desc p {
    color: #fff;
}

@media (min-width:1200px) {
    #Team.listing .item a.cover {
        height: 500px;
    }
}

@media (max-width:991px) {
    #Team.listing {
        flex-wrap: wrap;
    }
    #Team.listing .item {
        flex: 1 1 25%;
    }
    #Team.listing .item:hover {
        flex: 1 1 25%;
    }
    #Team.listing .item .content {
        bottom: 0px;
        margin: 0 10px 10px 10px;
        border-radius: 12px;
        background-color: #000;
        opacity: 0;
    }
}

@media (max-width:767px) {
    #Team.listing .item {
        flex: 1 1 40%;
    }
    #Team.listing .item:hover {
        flex: 1 1 50%;
    }
    #Team.listing .item a.cover {
        height: 300px;
    }
    #Team.listing .item .content {
        opacity: 1;
        border-radius: inherit;
        margin: 0;
        background: linear-gradient(0deg, rgba(0, 0, 0, .1), rgba(0, 0, 0, .3));
    }
    #Team.listing .item .desc p {
        font-size: .8rem;
        text-align: left;
    }
}

/*-----------------------------
    Startup
-----------------------------*/

.check-title {
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px 10px;
    border: 5px solid #992825;
    border-radius: 14px;
    transition: all .3s;
}

.check-title .check-icon {
    font-size: 5rem;
    color: #992825;
}

.check-title h3 {
    font-weight: 600;
    color: #992825;
}

.check-title:hover {
    background-color: #992825;
}

.check-title:hover .check-icon i, .check-title:hover h3 {
    color: #fff;
}

@media (max-width:991px) {
    .check-title {
        margin-bottom: 20px;
    }
}

@media (max-width:767px) {
    .check-title {
        flex-direction: row;
        padding: 0px 15px;
        text-align: left;
    }
    .check-title .check-icon {
        font-size: 3rem;
    }
}

#Mentors.listing {
    display: -webkit-flex;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

#Mentors.listing .item {
    position: relative;
    flex: 0 0 25%;
    padding: 0 30px;
    margin-bottom: 100px;
}

#Mentors.listing .item:nth-child(2n) {
    margin-top: 30px;
}

#Mentors.listing .item .cover {
    position: relative;
}

#Mentors.listing .item .content {
    position: absolute;
    bottom: -30px;
    left: -20px;
    max-width: 80%;
}

#Mentors.listing .item .content h3, #Mentors.listing .item .content p {
    background-color: #f7f7f7;
    padding: 10px;
}

#Mentors.listing .item .content h3 {
    margin-bottom: 20px;
    display: inline-block;
    font-size: 1.5rem;
    font-weight: 100;
    letter-spacing: 5px;
}

#Mentors.listing .item .content p {
    font-size: 1.6rem;
    font-weight: 800;
    color: #000;
}

#Mentors.listing .item:last-child {
    margin-right: auto;
}

@media (max-width:1199px) {
    #Mentors.listing .item {
        padding: 0 10px;
    }
    #Mentors.listing .item .content h3 {
        font-size: 1.1rem;
    }
    #Mentors.listing .item .content p {
        font-size: 1.2rem;
        font-weight: 500
    }
    #Mentors.listing .item .content h3, #Mentors.listing .item .content p {
        padding: 5px;
    }
    #Mentors.listing .item .content {
        bottom: 0px;
    }
}

@media (max-width:767px) {
    #Mentors.listing .item {
        padding: 0 10px;
        flex: 1 1 50%;
        margin-bottom: 30px;
    }
    #Mentors.listing .item .content h3 {
        font-size: 1rem;
    }
    #Mentors.listing .item .content p {
        font-size: 1rem;
        font-weight: 500
    }
    #Mentors.listing .item .content h3, #Mentors.listing .item .content p {
        padding: 0px;
        margin-bottom: 5px;
    }
    #Mentors.listing .item .content {
        left: 5px;
    }
    #Mentors.listing .item:nth-child(2n) {
        margin-top: 0;
    }
}

@media (min-width:992px) {
    #Mentors.listing .item:after {
        content: "MENTOR";
        letter-spacing: 10px;
        font-family: 'Spartan', sans-serif;
        font-size: 1rem;
        font-weight: 100;
        display: block;
        position: absolute;
        writing-mode: vertical-lr;
        top: -20px;
        right: 0px;
        transform: scale(.8);
        color: #aaa;
    }
}

#Service.listing {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: stretch;
}

#Service.listing .item {
    flex: 0 0 33%;
    background-color: #f1f1f1;
    margin-bottom: 30px;
    padding: 50px 10px;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    position: relative;
}

#Service.listing .item:before, #Service.listing .item:after {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 30px;
    background-color: #fff;
    bottom: 0px;
}

#Service.listing .item:before {
    left: -15px;
    transform: skewX(5deg);
    box-shadow: 5px 0 15px rgba(0, 0, 0, .2);
}

#Service.listing .item:after {
    right: -15px;
    transform: skewX(5deg);
}

#Service.listing .item i {
    display: block;
    text-align: center;
    font-size: 3rem;
    margin-bottom: 10px;
    background-color: #992825;
    color: #f1f1f1;
    width: 10vh;
    height: 10vh;
    text-align: center;
    line-height: 10vh;
    border-radius: 100%;
}

#Service.listing .item h4 {
    text-align: center;
    font-weight: 600;
    font-size: 1.5rem;
    margin-bottom: 15px;
    color: #992825;
    letter-spacing: 2px;
}

#Service.listing .item ol li, #Service.listing .item p {
    font-size: 1.1rem;
}

#Service.listing .item p {
    text-align: center;
}

#Service.listing .item.hilight {
    background-color: #992825;
}

#Service.listing .item.hilight i {
    color: #992825;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(255, 225, 0, 0.3);
}

#Service.listing .item.hilight ol li, #Service.listing .item.hilight p, #Service.listing .item.hilight h4 {
    color: #fff;
}

#Outside {

}
#Outside .outside {
    padding:0 20px;
}
#Outside .outside h3.title{
    font-size:1.2rem;
    text-align:center;
    border:1px solid #eee;
    padding:10px;
    border-top:none;
}
@media (max-width:767px) {
    #Service.listing .item {
        flex: 1 0 50%;
        margin-bottom: 2px;
        padding: 30px 15px;
    }
    #Service.listing .item:last-child {
        margin-right: auto;
    }
    #Service.listing .item:before, #Service.listing .item:after {
        transform: skew(0);
        width: 1px;
        left: 0;
    }
    #Service.listing .item ol {
        padding: 0 10px;
    }
    #Service.listing .item ol li {
        font-size: 1rem;
    }
}

/*-----------------------------
    SPACE
-----------------------------*/

#Space.listing {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

#Space.listing .item {
    flex: 0 0 50%;
    padding: 0 25px;
    margin-bottom: 100px;
    position: relative;
}

#Space.listing .item .cover {
    position: relative;
    overflow: hidden;
}

#Space.listing .item:hover .cover:after {
    left: 10%;
    top: 10%;
    opacity: 1;
    letter-spacing: 1px;
}

#Space.listing .item .cover:after {
    content: "more";
    display: -webkit-flex;
    display: flex;
    position: absolute;
    width: 80%;
    height: 80%;
    left: 10%;
    top: 100%;
    background-color: rgba(0, 0, 0, .8);
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 3vw;
    font-family: 'Spartan', sans-serif;
    transition: all .3s;
    opacity: 0;
    letter-spacing: 50px;
}

#Space.listing .item .cover .tag {
    color: #fff;
    position: absolute;
    top: 15px;
    left: 20px;
    font-size: 3rem;
    font-family: 'Spartan', sans-serif;
    font-weight: 600;
    font-style: italic;
    text-shadow: 0px 0px 5px rgba(255, 226, 0, 0.3);
}

#Space.listing .item .cover:before {
    content: "";
    position: absolute;
    display: block;
    width: 200px;
    height: 200px;
    background-color: #992825;
    transform: skewX(-45deg);
    left: -100px;
    top: -60px;
}

#Space.listing .item .content {
    position: absolute;
    bottom: 20px;
    left: 10px;
    display:-webkit-flex;
    display:flex;
    flex-direction:column;
    align-items: flex-start;
}

#Space.listing .item .content h2, #Space.listing .item .content p {
    background-color: #fff;
    padding: 0 20px 0 0;
}

#Space.listing .item .content h2 {
    margin-bottom: 10px;
    display: inline-block;
}

#Space.listing .item .content h2 a {
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 600;
}

@media (min-width:768px) and (max-width:991px) {
    #Space.listing .item .content h2 {
        font-size: 1.3rem;
    }
    #Space.listing .item .content p {
        font-size: 1rem;
    }
}

@media (max-width:767px) {
    #Space.listing .item {
        flex: 0 0 100%;
        margin-bottom: 30px;
        padding: 10px
    }
    #Space.listing .item .content p {
        font-size: 1rem;
        text-overflow:ellipsis;
        overflow:hidden;
        white-space:nowrap;
        max-width:300px;
    }
    #Space.listing .item .cover:after {
        display: none;
    }
    #Space.listing .item .content h2 {
        max-width:300px;
        font-size:1.4rem;
        text-overflow:ellipsis;
        overflow:hidden;
        white-space:nowrap;
    }
}

article#Space header {
    width: 100%;
    min-height: 50vh;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

article#Space header h1, article#Space header p span {
    color: #fff;
}

article#Space header h1 {
    font-size: 3rem;
    font-weight: 800;
    animation: inherit;
    margin-bottom: 10px;
    display: inline-block;
    padding: 0 20px;
    background-color: #992825;
}

article#Space header p {
    text-align: center;
}

article#Space header p span {
    padding: 5px;
    background-color: #000;
}

@media (max-width:767px) {
    article#Space header {
        margin-top: 60px;
        min-height: 30vh;
    }
}

article#Space .space-gallery {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    max-width: 1300px;
    margin: 0 auto;
}

article#Space .space-gallery .item {
    flex: 0 0 20%;
    padding: 5px;
}

article#Space .space-gallery .item a {
    display: block;
}

/*-----------------------------
    Article-content
-----------------------------*/

article#Article figure {
    max-width: 760px;
    margin: 0 auto;
}

.article-content {
    margin: 50px 0;
    padding: 50px 0;
    position: relative;
}

.article-content:before, .article-content:after {
    content: "";
    display: block;
    position: absolute;
    border-top: 1px dashed #ccc;
    width: 120%;
    left: -10%;
}

.article-content:before {
    top: 0px;
}

.article-content:after {
    bottom: 0px;
}

.article-content img {
    max-width: 100%;
    width: 100%;
    margin-bottom: 20px;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.article-content h2 {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 20px;
}

.article-content h3 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 20px;
    padding-left: 30px;
}

.article-content p {
    font-size: 1.2rem;
    text-align: justify;
    margin-bottom: 2.5rem;
    line-height: 2rem;
    padding: 0 2rem;
}

.article-content p+h2, .article-content p+h3, .article-content img+h2, .article-content img+h3 {
    margin-top: 80px;
}

ul.social-btn {
    list-style: none;
    padding-left: unset;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 20px;
}

ul.social-btn li {
    display: inline-block;
}

ul.social-btn li:nth-child(n+2) {
    margin-left: 10px;
}

ul.social-btn li a {
    color: #fff;
    display: block;
}

ul.social-btn li a i.fa {
    width: 40px;
    line-height: 40px;
    text-align: center;
}

ul.social-btn li i.x-icon {
    width: 40px;
    height: 40px;
    display: block;
    position: relative;
    background-color: #333;
}

ul.social-btn li i.x-icon:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1.6rem;
}

ul.social-btn li i.x-icon.x-icon-line:after {
    background-color: #72c02c;
    background-image: url(../../images/social/line.png);
}

ul.social-btn li i.x-icon.x-icon-massenger:after {
    background-color: #3398dc;
    background-image: url(../../images/social/messenger.png);
}

ul.social-btn li a {
    border-radius: 8px;
    overflow: hidden;
}

ul.social-btn li a:hover {
    opacity: .8;
}

article footer ul.posted li.title h1 {
    font-size: 1.2rem !important;
    margin: 10px 0;
    text-align: left;
}

article footer .ft {
    display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

article footer .ft ul.posted li.writer {
    display: inline-block !important;
}

@media (max-width:767px) {
    .article-content {
        padding: 30px 0px;
        margin: 30px 0;
    }
    .article-content p {
        padding: 0 10px;
    }
    .article-content h3 {
        padding-left: 10px;
    }
    article footer .ft {
        flex-direction: column;
        align-items: center;
    }
    article footer .ft ul.posted {
        margin-bottom: 15px;
    }
    article footer .ft ul.social-btn {
        margin: 0 auto 30px auto;
    }
}

ul.space-item {
    list-style: none;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
    justify-content: space-between;
}

ul.space-item li {
    list-style: none;
    flex: 0 0 45%;
    font-size: 1.1rem;
    line-height: 2rem;
    border-top: 1px dashed #ccc;
    padding: 5px 0;
}

ul.space-item li:nth-child(-n+2) {
    border-top: none;
}

@media (max-width:767px) {
    ul.space-item li {
        font-size: 1rem;
    }
}

/*-----------------------------

            Time Line

-----------------------------*/

#Timeline {
    margin: 0 auto;
}

#Timeline .timeblock {
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    margin-left: 50px;
    padding-left: 50px;
    position: relative;
    border-left: 1px solid #000;
    padding-bottom: 100px;
}

#Timeline .timeblock .years {
    position: relative;
    font-size: 1.4rem;
    font-family: 'Spartan', sans-serif;
    font-style: italic;
    font-weight: 600;
    color: #992825;
}

#Timeline .timeblock .years:after {
    display: block;
    content: "";
    position: absolute;
    width: 50px;
    border-top: 1px dashed #000;
    top: 12px;
    left: -56px;
    z-index: 1;
}

#Timeline .timeblock .years:before {
    display: block;
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #fff;
    border: 1px solid #000;
    top: 8px;
    left: -56px;
    z-index: 3;
}

#Timeline .timeblock .content {
    display: -webkit-flex;
    display: flex;
}

#Timeline .timeblock .content .cover {
    flex: 0 0 20%;
}

#Timeline .timeblock .content .cover a {
    display: block;
}

#Timeline .timeblock .content .text {
    padding-left: 30px;
}

#Timeline .timeblock .content .text h3 {
    padding: 5px 20px;
    border: 1px solid #333;
    display: inline-block;
    margin-bottom: 30px;
}

#Timeline .timeblock .content .text p {
    font-size: 1.2rem;
}

@media (min-width:1200px) {
    #Timeline {
        max-width: 990px;
    }
}

@media (max-width:767px) {
    #Timeline .timeblock {
        padding-left: 20px;
        padding-right: 20px;
        margin-left: 20px;
        padding-bottom: 50px;
    }
    #Timeline .timeblock .years {
        padding-left: 30px;
    }
    #Timeline .timeblock .years:before {
        left: -25px;
    }
    #Timeline .timeblock .years:after {
        left: -25px;
    }
    #Timeline .timeblock .content {
        flex-direction: column;
    }
    #Timeline .timeblock .content .cover {
        flex: inherit;
        margin-bottom: 20px;
    }
    #Timeline .timeblock .content .text {
        padding: 0;
    }
    #Timeline .timeblock .content .text h3 {
        margin-bottom: 10px;
    }
    #Timeline .timeblock .content .text p {
        text-align: justify;
        font-size: 1.1rem;
    }
}

/*-----------------------------

         Time line End

-----------------------------*/

.pic-group {
    display: -webkit-flex;
    display: flex;
    justify-content: space-around;
    margin: 0 auto;
    max-width: 1000px;
}

.pic-group .pic-icon {
    flex: 0 0 25%;
    margin-bottom: 30px;
}

.pic-group .pic-icon .cover {
    max-width: 200px;
    margin: 0px auto 10px auto;
}

.pic-group .pic-icon .content {
    text-align: center;
}

.pic-group .pic-icon .content h3 {
    font-weight: 600;
    margin: 5px 0;
    padding-bottom: 5px;
    border-bottom: 1px dashed #ccc;
}

.pic-group .pic-icon .content p {
    text-align: justify;
}

@media (max-width:767px) {
    .pic-group {
        flex-direction: column;
    }
    .pic-group .pic-icon {
        display: -webkit-flex;
        display: flex;
        flex: inherit;
        padding: 0 10px;
        margin-bottom: 50px;
    }
    .pic-group .pic-icon .cover {
        flex: 0 0 70px;
    }
    .pic-group .pic-icon .content {
        padding-left: 10px;
        text-align: justify;
    }
}

.service-group {
    display: -webkit-flex;
    display: flex;
    justify-content: space-around;
}

.service-group .service {
    flex: 0 0 30%;
}

.service-group .service h2 {
    text-align: center;
    margin-bottom: 20px;
}

.service-group .service h2 span {
    font-size: 1rem;
    display: block;
}

@media (max-width:767px) {
    .service-group {
        flex-direction: column;
    }
    .service-group .service {
        margin-bottom: 50px;
    }
    .service-group .service .u-accordion {
        max-width: 460px;
        margin: 0 auto;
    }
    .service-group .service h2 {
        max-width: 460px;
        text-align: left;
        margin: 0 auto 30px auto;
    }
}

/*-----------------------------

            Partners

-----------------------------*/

#Partners.listing {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}

#Partners.listing .partner {
    flex: 0 0 25%;
    padding: 0 20px;
    margin-bottom: 50px;
    position: relative;
}

#Partners.listing .partner .cover {
    overflow: hidden;
    border-radius: 100%;
}

#Partners.listing .partner .content {
    background-color: #fff;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
}

#Partners.listing .partner .content h3.title {
    font-size: 1.2rem;
    text-align: center;
    padding: 5px 10px;
    margin: 10px auto;
    background-color: #fff;
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
}

@media (min-width:1200px) {
    #Partners.listing .partner {
        padding: 0 30px;
        margin-bottom: 80px;
    }
}

@media (max-width:767px) {
    #Partners.listing .partner {
        flex: 0 0 50%;
        margin-bottom: 30px;
    }
    #Partners.listing .partner .content h3.title {
        font-size: 1.1rem;
    }
}

#Step.listing {
    display: -webkit-flex;
    display: flex;
}

#Step.listing .step {
    flex: 0 0 20%;
    padding: 0 40px;
}

#Step.listing .step .cover {
    position: relative;
    margin-bottom: 20px;
    transition: all .3s;
}

#Step.listing .step .cover:not(:first-child):before {
    content: "";
    display: block;
    position: absolute;
}

#Step.listing .step .cover .bg-cover {
    position: relative;
    border: 4px solid #ccc;
}

#Step.listing .step .cover .bg-cover span {
    position: absolute;
    top: calc( 50% - 60px);
    left: calc( 50% - 15px);
    font-size: 5rem;
    font-weight: 600;
}

#Step.listing .step .content p {
    text-align: center;
    font-size: 1.2rem;
    font-weight: 500;
}

@media (max-width:991px) {
    #Step.listing .step {
        padding: 0 10px;
    }
    #Step.listing .step .cover .bg-cover span {
        font-size: 3rem;
        top: calc( 50% - 35px);
        left: calc( 50% - 10px);
    }
}

@media (max-width:767px) {
    #Step.listing {
        flex-wrap: wrap;
    }
    #Step.listing .step {
        padding: 0px;
        flex: 0 0 100%;
        margin-bottom: 30px;
    }
    #Step.listing .step .cover {
        margin-bottom: 10px;
        max-width: 100px;
        margin-left: auto;
        margin-right: auto;
    }
    #Step.listing .step .cover .bg-cover span {
        font-size: 3rem;
        top: calc( 50% - 35px);
        left: calc( 50% - 10px);
    }
    #Step.listing .step .content p {
        font-size: 1.1rem;
        font-weight: 300;
    }
}

@media (min-width:768px) {
    #Step.listing .step .cover:hover {
        background-color: #992825;
    }
    #Step.listing .step .cover:hover span {
        color: #fff;
    }
}