body {
    position: relative;
    font-family: Lato, sans-serif, 'Noto Sans TC', "微軟正黑體", 'Arial';
    font: normal 14px/1.4 Arial, sans-serif;
    color: #565656;
    font-size: 15px;
    line-height: 1.4em;
    letter-spacing: .5px;
}

strong {
    font-weight: 600;
}

/*.text-br {
    white-space: pre-wrap;
}*/

a,
a:hover,
a:focus {
    text-decoration: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
    outline: 0;
}

a {
    color: #565656;
}

    a:hover,
    a:focus {
        color: #222;
    }

h1,
h2,
h3 {
    margin-top: 5px;
    line-height: 1.5em;
}

h1 {
    font-size: 25px;
}

h2 {
    margin-bottom: 30px;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 40px;
    letter-spacing: 4px;
    font-weight: 500;
}

h3 {
    font-size: 18px;
}

.icon-size {
    font-size: 32px !important;
}

hr {
    margin: 0;
}

.boder {
    border: 1px solid #ddd;
}

p:not(#privacy) {
    margin: 5px 0;
}

.fa,
.fas {
    font-weight: 700;
}

img {
    max-width: 100%;
}

.image {
    display: block;
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

input {
    width: 15px;
    height: 15px;
    min-width: 15px;
    min-height: 15px;
}

.w100 {
    width: 100%;
}

.clear {
    display: block;
    clear: both;
}

.center-title {
    font-size: 12px;
    text-align: center;
    margin-top: 30px;
}

    .center-title i {
        padding: 0px 10px 10px;
    }

.blank {
    padding: 20px 0;
    clear: both;
}

.content {
    padding-top: 110px;
    padding-bottom: 60px;
}

/*.blank10 {
    padding: 20px 0px;
}*/

.padding10 {
    padding: 10px;
}

.padding-r-0 {
    padding-right: 0;
}

.padding10-left0 {
    padding: 10px 10px 10px 0;
}

.padding30 {
    padding: 30px;
}

.padding-t-70 {
    padding-top: 70px;
}

.padding-t-90 {
    padding-top: 90px;
}

.padding-t-110 {
    padding-top: 110px;
}

.padding-r-8,
.icon-padding::before {
    padding-right: 8px;
}

.margin0 {
    margin: 0;
}

.margin20 {
    margin-bottom: 20px;
}

.margin40 {
    margin-bottom: 40px;
}

.margin60 {
    margin-bottom: 60px;
}

.margin-t-30 {
    margin-top: 30px !important;
}

.padding-r-20 {
    padding-right: 20px;
}

.container-fluid {
    padding-right: 0;
}

.white {
    background-color: #fff;
}

/*.left {
    float: left;
}

.right {
    float: right;
}*/

.accordion-toggle[aria-expanded="false"] .accordion-up,
.accordion-toggle[aria-expanded="true"] .accordion-down {
    display: none;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#privacy ul {
    margin: inherit;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
    list-style-type: inherit;
}

table {
    border: #d0d0d0 1px solid;
    margin-bottom: 10px;
}

caption {
    padding: 5px 8px;
    font-weight: 600;
    color: #ccc;
}

table th,
table td {
    border: #d0d0d0 1px solid;
}

tr:nth-child(even) {
    background: rgba(0, 0, 0, .075);
}

tr:nth-child(odd) {
    background: rgba(255, 255, 255, .5);
}

::-moz-selection {
    background: #13b1cd;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #13b1cd;
    color: #fff;
    text-shadow: none;
}

/***** Top menu *****/
.top {
    width: 100%;
}

    .top ul {
        margin-top: 8px;
    }

        .top ul.dropdown-menu {
            padding: 8px 0;
            margin-left: -10px;
            min-width: 1px !important;
        }

    .top > ul > li {
        float: left;
    }

        .top > ul > li + li {
            margin-left: 8px;
        }

    .top a {
        display: block;
        padding: 8px;
        font-size: 14px;
    }

.count {
    margin-left: 5px;
    text-decoration: underline;
}

/***** menu *****/
.navbar {
    margin-bottom: 0;
    border: 0;
    -o-transition: all .6s;
    -moz-transition: all .6s;
    -webkit-transition: all .6s;
    transition: all .6s;
}

.black .navbar-header .logo_b,
.white .navbar-header .logo_w {
    display: none;
}

.navbar-inverse .navbar-nav li {
    display: block;
    padding-bottom: 10px;
    margin-top: 8px;
    letter-spacing: 1px;
    font-size: 15px;
}

    .navbar-inverse .navbar-nav li + li {
        margin-left: 16px;
    }

    .navbar-inverse .navbar-nav li a,
    .sidebar .sidebarNav li a {
        position: relative;
        text-decoration: none;
        padding: 4px 0;
    }

.more a {
    position: relative;
    padding-bottom: 5px;
}

.navbar-nav li.icon a {
    padding: 5px;
    margin: 8px 5px;
}

.white .navbar-nav li a,
.white .top li a,
.white .navbar-nav li a:hover,
.white .top li a:hover,
.white .navbar-nav li a:focus {
    color: #565656;
}

.navbar-inverse .navbar-nav li a:before,
.sidebar .sidebarNav li a:before,
.white .navbar-nav a:before,
.more a:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #333;
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    visibility: hidden;
}

.navbar-inverse .navbar-nav li:hover a:before,
.sidebar .sidebarNav li:hover a:before,
.sidebar .sidebarNav li.active a:before,
.white .navbar-nav a.active:before,
.more a:hover:before {
    width: 100%;
    visibility: visible;
}

/* .navbar-inverse .navbar-toggle {
} */

.black ul.navbar-nav li a,
.black .top li a {
    color: #fff;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #ddd;
}

.top .dropdown li a {
    color: #000;
    margin: 0;
    padding: 4px 8px;
}

.top .dropdown li.active a {
    background-color: #565656;
    color: #fff;
}
/*.top .dropdown li:hover a.logout {
    background-color: red;
    color: #fff;
}*/

.black .navbar-nav li a:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: #fff;
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    visibility: hidden;
}

.black .navbar-nav li:hover a:before,
.black .navbar-nav lifocus a:before,
.black .navbar-nav li.active a:before {
    width: 100%;
    color: #fff;
}

.navbar-inverse .navbar-nav .dropdown-menu {
    min-width: 140px;
    background-color: rgba(255, 255, 255, .9);
    padding: 0;
    margin: 0;
}

.nav .open > a {
    background-color: inherit;
    border-color: inherit;
}

.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #333;
}

.navbar-inverse .navbar-nav .dropdown li {
    padding: 0;
}

    .navbar-inverse .navbar-nav .dropdown li a {
        margin: 0px;
        padding: 10px;
    }

.navbar-inverse .navbar-collapse {
    max-height: inherit;
    height: 100vh;
}

.navbar-brand {
    padding: 0 0 20px 0;
}

    .navbar-brand img {
        width: 90%;
        max-width: 177px;
        max-height: 48px;
    }

.navbar-toggle {
    margin-top: 10px;
    margin-bottom: 15px;
}

.top_seach {
    float: left;
    left: 15px;
    width: 400px;
    margin: 10px 0;
    position: relative;
}

.gOkEbn {
    width: 100%;
}

.dhcRqk {
    width: 100%;
    padding-right: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cCiolu {
    /*appearance: none;*/
    font-family: Unica77LLWebRegular, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    height: 40px;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(229, 229, 229);
    border-radius: 0px;
    transition: border-color 0.25s ease 0s;
    padding: 10px;
    width: 100%;
}

.fIBqWt {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    width: 24px;
    height: 24px;
    padding: 3px;
    margin-right: 10px;
    background: #fff;
}

/***** header *****/
#header {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

#carouselheader {
    height: 100%;
}

    #carouselheader .carousel-control.right,
    #carouselheader .carousel-control.left {
        top: 50%;
        background-image: none;
        margin-top: -20px;
    }

.container.full-banner {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-top: 100px;
}

.carousel {
    z-index: 10;
}

.carousel-control .fa {
    width: 40px;
    height: 40px;
    font-size: 30px;
    color: #fff;
    background: rgba(255, 255, 255, .32);
    text-shadow: none;
    padding: 5px;
}

.carousel-inner,
.slider-size {
    height: 100%;
}

.carousel-inner {
    overflow: initial;
}

    .carousel-inner .header-type {
        position: absolute;
        top: 50%;
        left: 50%;
        /*max-width: 820px;*/
        max-width: 1250px;
        transform: translate(-50%, -50%);
        text-align: center;
        font-size: 15px;
        color: #fff;
    }

.carousel-indicators li {
    border-color: #ddd;
}

.carousel-indicators .active {
    background-color: #ddd;
}

.carousel-indicators li,
.carousel-indicators .active {
    width: 22px;
    height: 6px;
}

.carousel-inner .header-type h1 {
    margin: 12px auto 32px;
    font-size: 50px;
    font-weight: 600;
    line-height: 70px;
    max-width: 820px;
    color: #fff;
}

.header-type h2 {
    font-weight: 400;
}

.carousel-inner .item {
    background-size: cover !important;
    background-position: center center !important;
}

.carousel-fade .carousel-inner .item {
    transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

    .carousel-fade .carousel-inner .next,
    .carousel-fade .carousel-inner .prev,
    .carousel-fade .carousel-inner .active.left,
    .carousel-fade .carousel-inner .active.right {
        left: 0;
        transform: translate3d(0, 0, 0);
    }

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 10%;
    color: #fff;
    text-align: center;
    opacity: 0.5;
    transition: opacity 0.15s ease;
}

    .carousel-control-prev:hover,
    .carousel-control-prev:focus,
    .carousel-control-next:hover,
    .carousel-control-next:focus {
        color: #fff;
        text-decoration: none;
        outline: 0;
        opacity: 0.9;
    }

.carousel-control-prev {
    left: 0;
}

.carousel-control-next {
    right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: no-repeat 50% / 100% 100%;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-fade .carousel-control {
    z-index: 2;
}

/***** 展覽欄  *****/
.swiper-container h2 {
    margin-bottom: 30px;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 40px;
    letter-spacing: 4px;
    font-weight: 500;
}

.box-item .item {
    margin-bottom: 25px;
}

.swiper-wrapper .item {
    width: 470px;
    margin-right: 60px;
    margin-bottom: 25px;
}

.artist-box .item {
    width: 290px;
    margin-left: 15px;
    margin-right: 15px;
}

.box-item .title,
.swiper-slide .title {
    padding: 10px 0;
}

.item h3 {
    margin-bottom: 0;
}

.exhibitions .box-item .item h3 {
    font-size: 23px;
    font-weight: 600;
    line-height: 1.4em;
    /*height: 122px;*/
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.masonry .item h3 {
    font-size: 15px;
    line-height: 1.5;
    font-weight: bold;
    font-family: ll-unica77, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #000;
    margin-bottom: 0px;
}

.masonry .item p {
    font-size: 15px;
    line-height: 1.5;
    font-weight: normal;
    color: #666;
    font-family: ll-unica77, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.swiper-slide h3 {
    font-size: 23px;
    font-weight: 600;
    line-height: 1.4em;
}

.box-item p,
.swiper-slide p {
    font-family: Lato, sans-serif;
    overflow: hidden;
    white-space: pre-line;
    font-size: 15px;
    /*color: rgba(86, 86, 86, .7);*/
    color: #666;
}

.swiper-slide .in-image {
    display: block;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 282px;
    overflow: hidden;
}

.box-item .in-image {
    display: block;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    height: 0;
    padding-bottom: 74.45%;
    margin-bottom: 10px;
}

.about-wrapper {
    display: flex;
    display: -ms-flexbox;
    align-items: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    max-width: 1300px;
}

.about_img_wrapper {
    display: inline-block;
    flex: 0 0 743px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 743px;
    width: 743px;
    margin-right: 60px;
}

.about_img {
    position: relative;
    height: 0;
    padding-bottom: 60%;
    overflow: hidden;
}

.about_text {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: .5px;
}

.about_button {
    border: 2px solid #565656;
}

    .about_button:hover,
    .about_button:focus,
    .about_button.focus {
        color: #fff;
        background: #000;
        border-color: transparent;
    }

.about .btn {
    display: inline-block;
    padding: 0 33px;
    margin: 0px;
    font-size: 13px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 40px;
    border-radius: 0px;
}

.ball-pulse {
    text-align: center;
    padding-bottom: 30px;
}

    .ball-pulse > div {
        background: #bdc8c9;
    }

/** 展覽**/
.carousel-inner .banner-bg {
    position: relative;
    /*margin-top: 90px;*/
    /*padding: 200px 50px 10px 10px;*/
    height: calc(var(--vh, 1vh)*72);
    /*background: rgba(0, 0, 0, .3);*/
}

.carousel-inner .banner-type {
    position: absolute;
    top: auto;
    bottom: 37px;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    z-index: 2;
    color: #fff;
    -webkit-transform: none;
    transform: none;
    text-align: left;
}

    .carousel-inner .banner-type h1 {
        margin: 0 0 21px;
        font-size: 30px;
        line-height: 40px;
        font-weight: 600;
        max-width: 820px;
        letter-spacing: .5px;
    }

#years {
    border: 0;
    width: 100px;
    padding: 12px 5px;
    margin-right: 100px;
}

.year {
    max-width: 100%;
    margin-left: 20px;
    margin-bottom: 37px;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 40px;
    letter-spacing: 4px;
    font-weight: 500;
}

.top-block {
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

#slider-range {
    width: 800px;
    max-width: 98%;
    margin: 15px 10px 10px;
    margin-bottom: 20px;
    height: 6px;
}

.ui-slider .ui-slider-handle {
    width: 1.1em;
    height: 1.1em;
}

.ui-state-default,
.ui-widget-content .ui-state-default {
    border: 1px solid #333;
    background: #333;
    margin-top: -2px;
    border-radius: 50%;
}

.ui-widget.ui-widget-content {
    border: 0px solid #333;
    background: #ddd;
}

.ui-slider-horizontal .ui-slider-range {
    border: 1px solid #8a8a8a;
    background: #8a8a8a;
}

.sidebar-wrapper {
    position: relative;
}

.sidebar {
    display: flex;
    position: fixed;
    bottom: 0;
    max-width: 410px;
    padding-left: 15px;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    z-index: 5;
}

    .sidebar.affix-top {
        position: absolute;
    }

    .sidebar h1 {
        margin-top: 100px;
        margin-bottom: 20px;
    }

.date {
    display: block;
    margin-bottom: 5px;
    font-size: 15px;
    color: rgba(86, 86, 86, .5);
}

.sidebar .date {
    margin-top: 0;
}

.sidebar__artist-name {
    max-width: 100%;
    line-height: 40px;
    font-family: Lato, sans-serif;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: .6px;
    white-space: pre-line;
}

#mobile-title {
    display: none;
}

.sidebarNav {
    margin-top: auto;
    margin-bottom: 60px;
}

    .sidebarNav li {
        cursor: pointer;
    }

        .sidebarNav li a {
            line-height: 2.2em;
            letter-spacing: 1px;
            padding: 0px !important;
            margin: 0px !important;
            margin-bottom: 58px;
            font-size: 18px;
        }

#onsit .in-image {
    display: block;
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 450px;
}

.box-item .in-image::before {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    opacity: 0;
    filter: Alpha(Opacity=0);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

#onsit .onsit {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.5);
}

#video .item {
    margin-bottom: 15px;
}

.owl-theme .owl-dots .owl-dot span {
    width: 18px;
    height: 5px;
    margin: 5px;
    border-radius: 0px;
    margin-top: -35px;
}

/** 藝術品 **/
.classify {
    margin-top: 110px;
    text-align: center;
}

    .classify .image {
        height: 80px;
    }

    .classify p {
        padding-left: 10px;
        padding-right: 10px;
        margin-top: 10px;
        font-size: 15px;
        line-height: 1.5;
        font-weight: normal;
        font-family: ll-unica77, "Helvetica Neue", Helvetica, Arial, sans-serif;
        text-align: center;
        margin-bottom: 20px;
        letter-spacing: .2px;
    }

.fixed-top {
    z-index: 1050;
    background-color: #fff;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    padding: 15px;
    height: 100%;
    overflow: scroll;
}

.filter button {
    margin: 0 0 10px 0;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 20px;
    background-color: rgb(0, 0, 0);
    color: #fff;
}

.filter .form-group {
    margin-bottom: 5px;
    color: #000;
}

.filter .title {
    width: 100%;
    font-family: Unica77LLWebMedium, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 16px;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #000;
}

.filter label {
    padding-top: 3px;
    font-size: 15px;
    line-height: 1.5;
    font-weight: normal;
    font-family: ll-unica77, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.filter .radio-inline,
.filter .radio-outline {
    width: 100%;
    margin-bottom: 10px;
}

    .filter .radio-outline input {
        margin-right: 5px;
    }

.radio-inline + .radio-inline {
    margin-left: 0px;
}

.filter .color {
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.sum {
    cursor: pointer;
    position: relative;
    white-space: nowrap;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    height: 41px;
    background-color: rgb(0, 0, 0);
    color: #fff;
    border-width: 2px;
    border-style: solid;
    border-image: initial;
    border-radius: 3px;
    transition: all 0.25s ease 0s;
    border-color: rgb(0, 0, 0);
}

.artwork-intro.carousel {
    max-width: 584px;
    height: 60vh;
    padding-bottom: 60px;
    margin: auto;
    box-sizing: content-box;
}

#artwork .carousel-control-prev,
#artwork .carousel-control-next {
    background-color: rgba(0, 0, 0, 0.2);
}

.artwork-intro .item-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .artwork-intro .item-center a {
        line-height: 60vh;
    }

.water-fall {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#artwork .item img {
    display: inline-block;
    max-height: 60vh;
    margin: 0 auto;
}

.artwork h1 {
    font-size: 24px;
    line-height: 1.25;
    letter-spacing: -0.02em;
    font-weight: normal;
    color: #000;
    text-decoration: underline;
}

.block-title {
    /*margin-top: 110px;*/
    margin-top: 0;
}

.artwork h2.artwork-title {
    color: #000;
    font-size: 24px;
    line-height: 1.25;
    letter-spacing: -0.02em;
    font-weight: normal;
    /*text-align: center;*/
}

.swiper-container .subtitle {
    text-align: left;
}

.artwork .nav-tabs > li > a,
.artwork .nav-tabs > li.active > a,
.artwork .nav-tabs > li.active > a:focus,
.artwork .nav-tabs > li.active > a:hover {
    font-weight: 600;
    letter-spacing: .2px;
}

    .artwork .nav-tabs > li.active > a,
    .artwork .nav-tabs > li.active > a:focus,
    .artwork .nav-tabs > li.active > a:hover {
        color: #000;
    }

.artwork .nav-tabs > li > a {
    color: #afafaf;
}

.artwork .nav-tabs > li.active > a {
    border-color: transparent;
    border-bottom-color: #000;
}

.image_wrapper {
    position: relative;
}

.btn-follow-wrapper {
    font-weight: 900;
    line-height: 50px;
}

.artwork-carousel img {
    max-height: 280px;
    width: auto !important;
}

.slick-initialized .slick-slide {
    margin-right: 30px;
}

.price {
    font-size: 18px;
    line-height: 1.25;
    font-weight: normal;
    font-family: ll-unica77, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #000;
}

.info {
    padding: 0 10px 12px 10px;
}

.artwork_name {
    color: #000;
    text-decoration: underline;
}

.other {
    /*background-color: #F8F9FC;*/
}

.fancybox-caption__body {
    opacity: 0;
}
/***** 藝術家 *****/
.artist h1 {
    margin-bottom: 30px;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: .5px;
    color: #333;
    text-align: center;
    display: block;
}

.artfilter {
    font-family: 'Adobe Garamond W08', 'adobe-garamond-pro', 'AGaramondPro-Regular', 'Times New Roman', 'Times', 'serif';
    font-size: 17px;
    width: 100%;
    margin-bottom: 10px;
    border-width: 1px 0;
    border-style: solid;
    border-color: #e5e5e5;
}

    .artfilter > div:first-child {
        float: left;
        padding: 16px 16px 16px 0;
    }

    .artfilter > ul.artist-sort {
        float: right;
    }

    .artfilter ul li {
        float: left;
    }

    .artfilter li a {
        display: block;
        padding: 16px 4px;
        transition: color .3s;
    }

        .artfilter li a:hover,
        .artist-sort a.active {
            color: #6e1fff;
        }

        .artfilter li a:last-child {
            padding-right: 0;
        }

    .artfilter::after {
        content: '';
        display: block;
        clear: both;
    }

.artists-carousel.slick-initialized .slick-slide {
    margin-right: 0;
}

.artists-carousel .slick-slide:nth-child(odd) {
    padding-right: 20px;
    /*border-right: 1px solid #ccc;*/
}

.artists-carousel .slick-slide:nth-child(even) {
    padding-left: 20px;
}

.artists-carousel .slick-arrow {
    width: 40px;
    height: 100%;
    background-color: #f8f8f8;
}

.artists-carousel .slick-prev:before,
.artists-carousel .slick-next:before {
    content: '\f053';
    font-family: Font Awesome\ 5 Free;
    font-size: 24px;
    font-weight: 900;
    color: #000;
}

.artists-carousel .slick-next:before {
    content: '\f054';
}

.artists-carousel .slick-prev {
    left: -40px;
}

.artists-carousel .slick-next {
    right: -40px;
}

.artists-carousel .slick-disabled {
    opacity: 0;
    cursor: default;
}

.artist .title {
    margin-top: 20px;
    padding: 0px;
}

.artist h3 {
    overflow: hidden;
    white-space: nowrap;
    white-space: pre-line;
}

.artist_button {
    background: #000;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    border-color: transparent;
    padding: 15px 25px;
    line-height: 1 !important;
    float: right;
}

.inquiry .artist_button {
    background: #fff;
    color: #000;
    border: 2px solid rgb(229, 229, 229);
}

.in .artist_button,
.cart .artist_button,
.inquiry .artist_button {
    width: 100%;
    margin-bottom: 10px;
}

.artist_button:hover,
.artist_button:focus,
.artist_button.focus {
    color: #fff;
    background: #555;
}

.artist h2 {
    margin: 20px 0;
    display: block;
    text-decoration: none;
    font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
    -webkit-font-smoothing: antialiased;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}

    .artist h2 a {
        color: #000;
    }

.fa-chevron-left,
.fa-chevron-right {
    font-size: 19px;
    line-height: 0;
    margin-left: 10px;
    vertical-align: -2px;
    /*color: #ccc;*/
    -webkit-transition: color 0.25s;
    -moz-transition: color 0.25s;
    -o-transition: color 0.25s;
    transition: color 0.25s;
}

.fa-chevron-left {
    margin-left: 0;
    margin-right: 10px;
}

.artist h2 a:hover > .fa-chevron-right {
    color: #000;
}

.artist .in .item,
.artwork .in .item {
    padding: 10px;
    border: 0px solid #e5e5e5;
    background-color: #fff;
}

.pdfLink {
    margin-top: 30px;
}

a[href$=".pdf"]:before {
    content: '';
    display: inline-block;
    vertical-align: bottom;
    width: 22px;
    height: 22px;
    background: url(../images/icon_pdf.png) left bottom;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 10px;
}

.artist-biography-wrapper p,
.category-block p {
    /*font-size: 18px;*/
    line-height: 26px;
}

.category-block {
    margin-bottom: 90px;
    max-width: 1000px;
}

    .category-block h3 {
        margin-bottom: 24px;
        line-height: 36px;
        font-weight: 600;
    }

    .category-block ul > li {
        margin-bottom: 22px;
        /*line-height: 1.8;*/
        padding-left: 130px;
    }

        .category-block ul > li strong {
            display: inline-block;
            width: 130px;
            margin-left: -130px !important;
        }

.readmore-content {
    height: auto;
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
}

    .readmore-content.opened {
        max-height: none;
        opacity: 1;
        visibility: visible;
    }
/* 藝術家姓氏排序內頁 artist-sort */
.sort-content {
    padding: 30px 0;
}

.sort-head {
    position: relative;
}

.return-link {
    position: absolute;
    top: 0;
    left: 0;
    line-height: 24px;
    letter-spacing: 1px;
    color: #000;
}

    .return-link i {
        padding-right: 8px;
    }

.artists-columns > a {
    float: left;
    width: 25%;
    padding: 5px 10px 5px 0;
    box-sizing: border-box;
}

.sort-pagination {
    float: right;
}

    .sort-pagination > ul {
        display: inline-block;
        margin-top: 20px;
    }

        .sort-pagination > ul + ul {
            margin-left: 20px;
        }

    .sort-pagination li {
        display: block;
        float: left;
    }

    .sort-pagination a {
        display: block;
        height: 24px;
        padding: 0 6px;
        border-radius: 2px;
        line-height: 24px;
        font-weight: 600;
    }

.pagination-number a.active,
.pagination-number a:hover {
    background-color: #ddd;
}

.paginator-dot {
    color: #ddd;
}

.paginator-prev:hover,
.paginator-next:hover {
    text-decoration: underline;
}

.pagination-arrow .disabled {
    color: #ddd;
    pointer-events: none;
}

.sort-pagination li::after,
.sort-pagination::after {
    content: '';
    display: block;
    clear: both;
}
/***** 分頁 *****/
#pagination {
    display: block;
    text-align: center;
}

ul.pagination {
    display: inline-block;
    padding: 0;
    margin-top: 50px;
}

    ul.pagination li {
        display: inline;
    }

        ul.pagination li a {
            color: #000;
            float: left;
            padding: 8px 16px;
            text-decoration: none;
            transition: background-color .3s;
            border: 1px solid #ddd;
        }

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    border-color: #333;
    background-color: #333;
}

ul.pagination li a.active {
    background-color: #333;
    color: #fff;
    border: 1px solid #333;
}

ul.pagination li a:hover:not(.active) {
    background-color: #ddd;
}

/***** 藝術家個人簡介 Artist1 *****/
.sm-full-banner .carousel-inner .banner-bg {
    margin-top: 16px;
    padding: 0;
    height: calc(var(--vh, 1vh)*72);
}
/***** Footer *****/

footer {
    font-family: Lato, sans-serif;
    position: relative;
    padding: 55px 0 30px;
    background: #2c2c2c;
    z-index: 10;
    position: relative;
}

    footer,
    footer a,
    footer a:hover,
    footer a:focus,
    footer a:visited {
        color: #fff;
    }

.f_text li {
    margin-bottom: 19px;
    text-align: center;
    letter-spacing: 1px;
}

.footer__top-info {
    margin-bottom: 62px;
}

    .footer__top-info h3 {
        margin-bottom: 23px;
        text-align: center;
        text-transform: uppercase;
        font-size: 16px;
        letter-spacing: 4px;
        font-weight: 500;
    }

    .footer__top-info p {
        font-size: 23px;
        line-height: 25px;
        margin-bottom: 17px;
        text-align: center;
    }

.subscribe-block__title {
    margin-bottom: 25px;
}

.subscribe-block__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: auto;
    height: 63px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-right: 14px;
    border: 1px solid #fff;
}

.subscribe-block .wpcf7-form-control-wrap {
    width: calc(100% - 90px);
}

.subscribe-block__input {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    height: 61px;
    padding: 0 19px;
    margin-bottom: 20px;
    font-size: 15px;
    color: #fff;
    border: none;
    background: 0 0;
    -webkit-appearance: none;
    max-width: 100%;
    background-color: transparent;
    outline: 0;
}

.subscribe-block__sent-btn {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 13px;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: 0 0;
    border: none;
    cursor: pointer;
    margin-bottom: 0;
    height: 60px;
    width: 90px;
    outline: 0;
}

.underline:before {
    content: "";
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 0;
    height: 1px;
    background: #fff;
    -webkit-transition: .6s;
    transition: .6s;
}

.social-links {
    text-align: center;
}

footer .social-links a {
    font-size: 18px;
}

.social-links a {
    font-size: 36px;
}

.social-links a,
.cursor-pointer {
    cursor: pointer;
}

    .social-links a + a {
        margin-left: 2rem;
    }

.footer__nav-menu li {
    margin-bottom: 19px;
}

.copyright {
    clear: both;
    background-color: #333;
    padding: 10px 0;
    color: #fff;
    font-size: 14px;
}

    .copyright a {
        margin-right: 8px;
        white-space: nowrap;
        color: #fff;
    }

.mr-8 {
    margin-right: 8px;
}

.pull-md-left {
    float: left;
}

.pull-md-right {
    float: right;
}

/***** cookie-alert *****/
.cookie-alert {
    position: fixed;
    left: 15%;
    bottom: 20px;
    width: 70%;
    padding: 15px 70px 15px 15px;
    border-radius: 5px;
    background-color: #000;
    font-size: .8125em;
    color: #fff;
    z-index: 999;
}

    .cookie-alert > div {
        display: flex;
        align-items: center;
    }

    .cookie-alert a {
        text-decoration: underline;
        color: #fff;
    }

.alert-button {
    display: inline-block;
    width: 100%;
    max-width: 100px;
    max-height: 40px;
    padding: .6em 0;
    text-align: center;
    border: 1px solid #333;
    background-color: #fff;
    color: #333;
}

.cookie-alert .close {
    position: absolute;
    top: 50%;
    right: 15px;
    width: 40px;
    height: 40px;
    transform: translateY(-50%);
    cursor: pointer;
    opacity: 1;
}

    .cookie-alert .close::before,
    .cookie-alert .close::after {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 60%;
        height: 2px;
        border-radius: 1px;
        background-color: #fff;
        transform: translate(-50%, -50%) rotate(45deg);
    }

    .cookie-alert .close::after {
        transform: translate(-50%, -50%) rotate(-45deg);
    }

/***** Button *****/
.cursor-zoom-in {
    cursor: zoom-in;
}

.btn {
    border-radius: 0;
    padding: 10px;
    /*margin-bottom: 10px;*/
    font-size: 1em;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.btn-theme {
    position: relative;
    display: inline-block;
    line-height: 1.4;
    text-align: center;
    background-image: none;
    border-style: solid;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 10px 0;
}

    .btn-theme:focus,
    .btn-theme:active:focus,
    .btn-theme.active:focus,
    .btn-theme.focus,
    .btn-theme:active.focus,
    .btn-theme.active.focus {
        outline: none;
    }

    .btn-theme:hover {
        transition-duration: 300ms;
        transition-property: all;
        transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
    }

    .btn-theme:hover,
    .btn-theme:focus,
    .btn-theme.focus {
        color: #fff;
        text-decoration: none;
    }

    .btn-theme:active,
    .btn-theme.active {
        background-image: none;
        outline: 0;
    }

.btn-main {
    margin: 16px 0;
    background-color: #000;
    font-weight: 900;
    letter-spacing: 1px;
    color: #fff;
}

    .btn-main:hover {
        background-color: #555;
        color: #fff;
    }

.btn-white {
    color: #fff;
    background-color: inherit;
    border-color: #fff;
    font-size: 13px;
    padding: 12px 30px;
    border-radius: 0px;
    border-width: 1px;
}

    .btn-white:hover,
    .btn-white:focus,
    .btn-white.focus {
        color: #000;
        background: #fff;
        border-color: transparent;
    }

.btn-sm {
    font-size: 16px;
    float: left;
    margin-top: 10px;
    margin-left: 10px;
}

.btn-base-bg {
    color: #fff;
    background: #651b62;
    border-color: transparent;
    border-width: 0;
    font-size: 16px;
    padding: 10px 15px;
}

    .btn-base-bg:hover,
    .btn-base-bg:focus,
    .btn-base-bg.focus {
        color: #fff;
        background: #873584;
        border-color: transparent;
    }

.btn-artwork-like,
.btn-artist-follow {
    position: absolute;
    right: 10px;
    bottom: 10px;
    cursor: pointer;
    visibility: hidden;
}

.center-title .btn-artwork-like {
    position: static;
    visibility: visible;
}

.pull-left + .btn-artist-follow {
    float: left;
    position: static;
    transform: scale(0.7);
    visibility: visible;
}

.item:hover .btn-bg-circle {
    visibility: visible;
}

.btn-bg-circle {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background-color: #565656;
    box-sizing: border-box;
    font-size: 16px;
    text-align: center;
    vertical-align: bottom;
}

.item:hover .btn-bg-circle {
    background-color: rgba(0, 0, 0, 1);
    transition: all .3s;
}

    .item:hover .btn-bg-circle.white {
        background-color: #fff;
    }

.btn-bg-circle i.fa-heart,
.btn-bg-circle i.fa-plus {
    color: #fff;
}

.active i.fa-heart,
.active i.fa-plus {
    color: rgb(255, 0, 102);
}

#gotop {
    position: fixed;
    right: 20px;
    bottom: 30px;
    width: 50px;
    height: 50px;
    background-color: rgba(184, 184, 184, .7);
    border-radius: 50%;
    text-align: center;
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
    color: #fff;
    z-index: 1000;
}

    #gotop i::before {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    #gotop:hover {
        background: #fff;
        color: #333;
    }

/* Messenger */
[id^="gb-widget-"] {
    right: 20px !important;
    bottom: 90px !important;
}

    [id^="gb-widget-"] a.fprIlH,
    [id^="gb-widget-"] .dxiAcZ {
        display: none;
    }
/***** 會員登入 *****/
.error {
    color: red;
    font-weight: bold;
}

.insideContent {
    margin: 0 auto 40px;
}

.authorizationContent {
    float: none;
    text-align: center;
    font-size: 14px;
    width: 90%;
    max-width: 360px;
    padding: 20px 28px 40px;
    /*border: 1px solid #dcdcdc;*/
}

.insideContent .title {
    padding: 40px 0 12px;
    font-size: 16px;
    font-weight: bold;
    color: #000;
}

.title a:first-child {
    margin-left: 3rem;
}

.title a:last-child {
    margin-right: 3rem;
}

.title a.active {
    padding-bottom: 8px;
    border-bottom: 2px solid #000;
    border-radius: 1px;
}

.insideContent .title::after {
    content: '';
    display: block;
    clear: both;
}

.insideContent .alert {
    border-radius: 0;
    margin: 0;
    z-index: 1;
    width: 100%;
    left: 0;
    top: 0;
    border: 0;
    border-bottom: 1px solid #f3f3f3;
    padding: 10px;
    color: #a94442;
    background-color: #f2dede;
}

.insideContent .input-group {
    display: flex;
    position: relative;
    height: 40px;
    margin: 0 auto;
}

    .insideContent .input-group label {
        position: absolute;
        top: 12px;
        left: 12px;
        font-size: 13px;
        opacity: 0;
        transition: all 0.3s;
        pointer-events: none;
        z-index: 2;
    }

.custom-style .input-group label {
    opacity: 1;
}

.custom-style .input-group input:valid + label,
.custom-style .input-group input:invalid + label,
.custom-style .input-group input:focus + label {
    top: -24px;
    left: 0;
    transform: scale(.8);
}

.insideContent .input-group input {
    height: 100%;
    border-radius: 0px;
    background-color: transparent;
    font-size: 20px;
    transition: all 0.3s;
}

    .insideContent .input-group input:focus,
    .input-group-wrapper input {
        box-shadow: none;
    }

.input-group-wrapper [class*="tip"] {
    height: 0;
    visibility: hidden;
    transition: all .6s;
}

.input-group-wrapper [class*="tip"] {
    margin-bottom: 0;
}

.input-group-wrapper.show .tip,
.input-group-wrapper.input-empty .empty-tip,
.input-group-wrapper.input-invalid .invalid-tip {
    height: 100%;
    visibility: visible;
}

.double-input .input-group {
    float: left;
    width: 49%;
}

    .double-input .input-group + .input-group {
        margin-left: 2%;
    }

.double-input::after {
    content: '';
    display: block;
    clear: both;
}

.btn-visible {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 52px;
    text-align: center;
    z-index: 2;
}

    .btn-visible i {
        display: none;
        position: relative;
        font-size: 20px;
        line-height: 40px;
        overflow: hidden;
    }

        .btn-visible i:first-child,
        .btn-visible.active i:last-child {
            display: block;
        }

    .btn-visible.active i:first-child {
        display: none;
    }

.btn#passwordRecovery {
    height: 50px;
    margin-top: 20px;
    background-color: #000;
    color: #fff;
}

.btn-border {
    margin: 16px auto;
    transition: all .3s;
}

    .btn-border:hover {
        background-color: #000;
        color: #fff;
    }

.btn-border {
    border: 2px solid #000;
    background-color: transparent;
    font-weight: bold;
    color: #000;
}

.btn#register,
.btn#login {
    width: 50%;
    margin: 36px auto;
}

.form-signin {
    width: 100%;
    margin: auto;
}

    .form-signin > div + div {
        margin-top: 26px;
    }

    .form-signin > div > .tip {
        padding-top: 8px;
        font-size: 12px;
        text-align: left;
    }

.TermsOfServiceCheckbox {
    position: relative;
}

    .TermsOfServiceCheckbox input[type='checkbox'],
    .TermsOfServiceCheckbox .checkboxButton {
        width: 20px;
        height: 20px;
        border: 1px solid #000;
        background-color: #fff;
    }

    .TermsOfServiceCheckbox input[type='checkbox'] {
        position: absolute;
        top: 0;
        left: 0;
        margin-top: 0;
        opacity: 0;
    }

    .TermsOfServiceCheckbox .checkboxButton {
        float: left;
    }

        .TermsOfServiceCheckbox .checkboxButton::before {
            content: '✓';
            display: inline-block;
            margin: -.3em 0 0 0;
            font-size: 2em;
            background-color: transparent;
            line-height: 1;
            color: #000;
            vertical-align: middle;
            opacity: 0;
            transition: opacity .3s;
            visibility: hidden;
        }

    .TermsOfServiceCheckbox input[type='checkbox']:checked + .checkboxButton::before {
        visibility: visible;
        opacity: 1;
    }

    .TermsOfServiceCheckbox .typography {
        display: block;
        padding-left: 25px;
        font-size: 12px;
        font-weight: 300;
        cursor: pointer;
        user-select: none; /* Standard syntax */
        -ms-user-select: none; /* IE 10 and IE 11 */
        -webkit-user-select: none; /* Safari */
    }

.typography a {
    text-decoration: underline;
}
/***** 會員中心 *****/
.member-container {
    width: 75%;
    padding: 30px 0 60px;
}

    .member-container + .member-container {
        border-top: 1px solid #e5e5e5;
    }

    .member-container > form {
        display: inline-block;
        width: 100%;
    }

.container-title {
    position: relative;
}

    .container-title .right-text {
        position: absolute;
        top: 0;
        right: 0;
        /*color: #999;*/
    }

.list-item h4 {
    display: inline-block;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #000;
}

    .list-item h4:hover a {
        text-decoration: underline;
    }

.btn-style {
    display: inline-block;
}

    .btn-style .btn-bg-circle {
        display: inline-grid;
        width: 20px;
        height: 20px;
        border: 1px solid #6e1eff;
        background-color: transparent;
    }

.btn-circle-follow i.fa-plus {
    font-size: 14px;
    line-height: 18px;
    color: #6e1eff;
}

.btn-circle-follow {
    padding-left: 4px;
}

    .btn-circle-follow > div {
        display: inline-block;
    }

    .follow-text::before,
    .btn-circle-follow.done:hover .follow-text::before {
        content: 'Following';
        line-height: 18px;
        color: #6e1eff;
    }

    .btn-circle-follow.done:hover .btn-bg-circle {
        border-color: #6e1eff;
    }

    .btn-circle-follow.done:hover i {
        color: #6e1eff;
    }

    .btn-circle-follow:hover .follow-text::before,
    .btn-circle-follow.done .follow-text::before {
        content: 'Unfollow';
        color: #f7625a;
    }

    .btn-circle-follow:hover .btn-bg-circle,
    .btn-circle-follow.done .btn-bg-circle {
        border-color: #f7625a;
    }

    .btn-circle-follow:hover i,
    .btn-circle-follow.done i {
        color: #f7625a;
    }

.list-box {
    padding: 16px 0;
}

    .list-box::after {
        content: '';
        display: block;
        clear: both;
    }

.member-container .form-group {
    position: relative;
    margin: 0;
    margin-top: 8px;
}

.insideContent .member-container .title {
    border-bottom: 0;
}

.member-container .form-group i.fa-search {
    position: absolute;
    top: 50%;
    left: 16px;
    color: #e5e5e5;
    transform: translate(0, -50%);
}

.member-container .form-group .input-search {
    padding-left: 40px;
}

.member-container h2,
.member-container label {
    color: #000;
}

.form-control {
    height: 48px;
    border: 0;
    border-radius: 0;
    background-color: #fff;
    box-shadow: inset 0 0 0 2px #e5e5e5;
}

.custom-style .form-control {
    border-bottom: 2px solid #ddd;
    box-shadow: none;
}

.form-control:focus {
    box-shadow: inset 0 0 0 2px #e5e5e5;
}

.form-horizontal .control-label {
    padding: 8px 0 4px;
}

p.form-control-static {
    margin: auto;
}

.table-borderless td,
.table-borderless th {
    border-top: none !important;
    border: none;
}

.table-borderless tr {
    background: rgba(255, 255, 255, .5);
}

.table-bordered tr th:first-child {
    width: 15%;
}

.table-bordered tr th:nth-child(2) {
    width: 40%;
}

.table-bordered tr th:nth-child(3) {
    width: 20%;
}

.table-bordered tr th:nth-child(4),
.table-bordered tr th:last-child {
    width: 15%;
}

.table-rwd td::before {
    content: attr(data-th) " : ";
    display: none;
    width: 45%;
    font-weight: bold;
    text-align: left;
}

.shoppingCart .insideContent {
    padding-top: 80px;
}

#cartBar {
    width: 100%;
    /*margin-bottom: 15px;*/
    background-color: #fff;
}

    #cartBar li {
        float: left;
        width: 25%;
        /*line-height: 50px;*/
        text-align: center;
        font-size: 15px;
        color: #ddd;
    }

.shoppingCart #cartBar li {
    width: 20%;
}

#cartBar li.active {
    /*background: #e2e6e8;*/
    border-bottom: 1px solid #000;
    font-weight: 900;
    color: #000;
}

.nav-tabs > li > a {
    margin-right: 0;
}

/*#cartBar .member {
    width: 20%;
}*/

#cartBar li span {
    font-size: 13px;
    opacity: 0.5;
    margin-right: 10px;
}

#cartBar.nav-tabs > li > a {
    border: 0;
    border-radius: 0;
}

#cartBar.nav-tabs > li.active > a {
    font-weight: 900;
    color: #000;
}

#cart {
    /*width: 95%;*/
    margin: 0 auto;
    text-align: center;
}

    #cart th {
        background-color: #fff;
        text-align: center;
    }

    #cart .c1 {
        width: 70px;
        text-align: center;
    }

.c2 {
    background-color: #565656;
    padding: 4px;
    margin: 15px 0 0 0;
}

table.member {
    border: #d0d0d0 1px solid;
}

.member th,
.member td {
    border: #d0d0d0 1px solid;
    text-align: center;
}

.insideContent .btn-submit {
    color: #fff;
    background-color: #333;
    border-color: #333;
}

    .insideContent .btn-submit:hover {
        color: #fff;
        background-color: #555;
        border-color: #555;
    }

#changePassword span {
    font-size: 14px;
}

.bar-item {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    padding: 30px 0;
}

    .bar-item + .bar-item {
        border-top: 1px solid #e5e5e5;
    }

    .bar-item > a {
        display: block;
    }

        .bar-item > a:first-child {
            /*flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    box-flex: 1;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;*/
            padding-right: 30px;
        }

            .bar-item > a:first-child div {
                line-height: 24px;
                font-size: 20px;
            }

            .bar-item > a:first-child div {
                line-height: 24px;
                font-size: 20px;
            }

            .bar-item > a:first-child .bar-time {
                font-size: 16px;
            }

.btn-register {
    padding: 15px 30px;
    font-size: 14px;
}

    .btn-register:hover {
        color: #fff;
    }
/***** 客製 *****/
a.btn-unfollow {
    color: #E1306C !important;
}

a.btn-follow:focus {
    color: #333 !important;
}

.note {
    /*background: #d9edf7;*/
    border-radius: 5px;
    border: 1px solid #6e1eff;
    margin: 30px 15px;
    padding: 5px 0;
}

    .note p {
        font-size: 16px;
        color: #6e1eff;
        padding: 0 10px;
    }

.fade-enter-active,
.fade-leave-active {
    transition: opacity .5s;
}

.fade-enter,
.fade-leave-to
/* .fade-leave-active below version 2.1.8 */ {
    opacity: 0;
}

/* alertify */
.alertify .ajs-header {
    text-align: center;
    font-weight: 900;
}

.alertify .ajs-body .ajs-content {
    text-align: center;
}

/* The following is for the chat bubble */
.fb_dialog_content > iframe {
    right: 72px;
}

@media (max-width: 1200px) {
    .about_img_wrapper {
        -ms-flex: 0 0 570px;
        flex: 0 0 570px;
        width: 570px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 100%;
        max-width: 1330px;
        padding: 0 40px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .swiper-wrapper .item {
        margin-right: 40px;
    }

    .top_seach {
        width: 200px;
    }
}

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

    .swiper-wrapper .item {
        width: 402px;
        margin-right: 30px;
    }

    /*.box-item .in-image,
    .swiper-slide .in-image {
        height: 242px;
    }*/

    .sidebar,
    #onsit,
    #slider-range,
    .years {
        display: none;
    }

    #mobile-title {
        display: block;
    }

    .about-wrapper {
        display: inline-block;
    }

    .about_text {
        font-size: 16px;
        line-height: 25px;
    }

    .btn.about_button {
        margin: 0;
    }

    .artist_button {
        width: 100%;
    }

    /*.carousel-inner .banner-type {
        margin-left: 30px;
    }*/

    .pull-md-left,
    .pull-md-right {
        float: none;
    }
}

@media (max-width: 767px) {
    h1 {
        font-size: 22px;
    }

    h2, .swiper-container h2 {
        font-size: 16px;
    }

    p {
        font-size: 15px;
        line-height: 1.2em;
    }

    .top ul {
        padding: 0;
    }

    .navbar-brand {
        margin-left: 15px;
    }

    .navbar-collapse {
        border: 0;
    }

    .navbar-brand img {
        margin-left: 15px;
    }

    .navbar-inverse .navbar-nav li {
        padding: 10px;
        border-bottom: 1px solid rgba(0,0,0,.25);
    }

        .navbar-inverse .navbar-nav li + li {
            margin-left: 0;
        }

    .navbar-inverse .navbar-nav > li > a {
        display: inline;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #333;
        display: block;
        background-color: #ebebeb;
    }

    .sm-full-banner {
        padding: 0;
    }

        .sm-full-banner h2 {
            padding-left: 15px;
        }

        .sm-full-banner .carousel-inner .banner-bg {
            height: auto;
            min-height: 50vh;
            max-height: 75vh;
        }

    /*.carousel-inner .header-type {
        bottom: 20px;
        left: 25px;
    }*/

    .black .navbar-collapse {
        background-color: rgba(47, 47, 47, 0.8);
    }

    .artwork-intro.carousel {
        padding-bottom: 40px;
    }

    .carousel-inner .header-type h1 {
        font-size: 22px;
        line-height: 30px;
        margin: 14px 0 30px;
        padding: 0 25px;
        font-size: 40px;
        line-height: 50px;
        letter-spacing: 1px;
    }

    .carousel-inner .banner-type h1 {
        margin: 0 0 30px;
        padding: 0;
    }

    .footer__nav-menu {
        float: left;
        margin-right: 60px;
    }

    .artfilter {
        text-align: center;
    }

        .artfilter > div:first-child,
        .artfilter > ul.artist-sort {
            display: inline-block;
            float: none;
        }

        .artfilter li a {
            padding: 8px;
        }

    .sort-content {
        padding: 16px 0 24px;
    }

    .return-link {
        position: static;
    }

    /** 內頁**/
    .blank {
        padding: 20px 0px;
    }

    .padding30 {
        padding: 20px;
    }

    .margin40 {
        margin-bottom: 20px;
    }

    .margin60 {
        margin-bottom: 30px;
    }

    .swiper-wrapper .item {
        width: 48.8vw;
        padding-right: 15px;
        margin-right: 0;
    }

    .box-item .in-image,
    .swiper-slide .in-image {
        width: auto;
        height: 29.29vw;
    }

    .swiper-slide h3 {
        font-size: 20px;
        font-weight: 600;
        line-height: 1.4em;
        margin-bottom: 0px;
    }

    .more {
        font-size: 13px;
    }

    .about {
        margin-bottom: 70px;
    }

    .about_img_wrapper {
        -ms-flex: none;
        flex: none;
        width: 100%;
        margin-right: 0;
    }

    .about .btn {
        margin: 0;
    }

    .year {
        font-size: 15px;
        margin-bottom: 27px;
    }

    .carousel-inner .banner-type {
        margin-left: 15px;
    }

    .exhibitions .box-item .item h3 {
        font-size: 15px;
        height: auto;
        display: block;
        overflow: inherit;
    }

    .box-item p {
        font-size: 13px;
    }

    .artist h3 {
        overflow: hidden;
    }

    .footer__top-info h3 {
        font-size: 15px;
    }

    .footer__top-info p {
        font-size: 18px;
    }

    .alert-button {
        margin: 1em 0;
    }

    .cookie-alert > div {
        display: block;
    }

    .cookie-alert .close {
        top: 30px;
    }

    .sort-pagination {
        float: none;
    }

        .sort-pagination > ul + ul {
            margin-left: 15px;
            margin-right: 15px;
        }

        .sort-pagination > ul.pagination-number {
            display: none;
        }

        .sort-pagination > ul.pagination-arrow {
            display: block;
        }

    .pagination-arrow li {
        width: 10%;
        text-align: center;
    }

        .pagination-arrow li:first-child,
        .pagination-arrow li:last-child {
            width: 45%;
            border: 2px solid #e5e5e5;
            text-align: left;
        }

        .pagination-arrow li:last-child {
            text-align: right;
        }

    .pagination-arrow a {
        height: 40px;
        line-height: 40px;
    }

    .pagination-arrow span {
        visibility: hidden;
    }
}

@media (max-width: 550px) {
    .artists-carousel .slick-slide:nth-child(odd) {
        padding-right: 0;
        border-right: 0;
    }

    .artists-carousel .slick-slide:nth-child(even) {
        padding-left: 0;
    }

    .table-rwd th {
        display: none;
    }

    .table-rwd td {
        display: block;
        text-align: left;
        background-color: #fff;
    }

        .table-rwd td::before {
            display: inline-block;
        }

    #cartBar li,
    .shoppingCart #cartBar li {
        width: 100%;
        border-bottom: #d0d0d0 1px solid;
    }

        #cartBar li.active {
            border-top: transparent 1px solid;
        }

    .member-container {
        width: 100%;
    }
}
