/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}
/**
 * Remove default margin.
 */
body {
    margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio, canvas, progress, video {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
    display: none;
    height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden], template {
    display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
    background-color: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active, a:hover {
    outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
    border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b, strong {
    font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
    font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
    background: #ff0;
    color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
    font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
    border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
    overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
    margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
    box-sizing: content-box;
    height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
    overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button, input, optgroup, select, textarea {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
    overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button, select {
    text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled], html input[disabled] {
    cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
    line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    /* 2 */
    box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
    overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
    font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td, th {
    padding: 0;
}
/*@import url(https://fonts.googleapis.com/css?family=Nunito:300));*/
/* 定義 media query 樣式名稱*/
@media (min-width: 1024px) {
    .bg__color__top {
        position: fixed;
        width: 100%;
        height: 180px;
        background-image: url(../images/bg_color_top.png);
        background-position: left top;
        background-repeat: no-repeat;
        top: 0;
        left: 0;
        z-index: 3;
    }
    .bg__color__left {
        position: fixed;
        width: 290px;
        height: calc(100% - 180px);
        background-image: url(../images/bg_color_left.png);
        background-position: left top;
        background-repeat: no-repeat;
        top: 180px;
        left: 0;
        z-index: 3;
    }
}
@media (min-width: 1280px) {
    .bg__color__top {
        background-image: url(../images/bg_color_top_w.png);
        height: 235px;
    }
    .bg__color__left {
        width: 375px;
        background-image: url(../images/bg_color_left_w.png);
        height: calc(100% - 235px);
        top: 235px;
    }
}
@media (min-width: 1440px) {}
@media (min-width: 1920px) {}
.mask {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: black;
    opacity: 0;
    -webkit-transition: opacity 450ms ease;
    transition: opacity 450ms ease;
    z-index: -1;
}
.fullscreen {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.fullscreen .slide_img ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    z-index: 2;
    height: 100%;
}
.fullscreen .slide_img ul li {
    position: relative;
    /*transition: transform 10s linear;*/
    /*transform: scale(1);*/
}
.fullscreen .slide_img ul li.transition {
    /*transform: scale(1.1);*/
}
.fullscreen .slide_img ul li img {
    position: absolute;
    left: 50%;
    top: 50%;
}
.fullscreen .img {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.fullscreen .img:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.1);
}
.fullscreen ul.bx-slider:after {
    content: '';
    display: table;
    clear: both;
}
.fullscreen ul.bx-slider {
    list-style: none;
    margin: 0;
    padding: 0;
}
.off-canvas {
    position: relative;
    z-index: 3;
}
.page {
    position: relative;
    z-index: 1;
    padding-top: 200px;
}
@media (min-width: 768px) {
    .page {
        padding-top: 300px;
    }
}
@media (min-width: 1024px) {
    .page {
        padding-top: 500px;
    }
}
@media (min-width: 1280px) {
    .page {
        padding-top: 600px;
    }
}
* {
    box-sizing: border-box;
}
body {
    height: 100%;
    font-size: 100%;
    font-family: 'PingFang TC', 'Helvetica Neue', 'Helvetica', 'STHeitiTC-Light', 'Arial', sans-serif;
    font-synthesis: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-feature-settings: 'liga', 'kern';
    direction: ltr;
    color: #535353;
}
#header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 55px;
    background-image: url(../images/bg_header.png);
    background-size: 320px 55px;
    background-position: left top;
    background-repeat: no-repeat;
    background-color: #009bcf;
    z-index: 4;
}
#header .logo {
    width: 162px;
    height: 35px;
    background-image: url(../images/icon_logo.png);
    background-position: center center;
    background-size: 162px 35px;
    position: absolute;
    top: 10px;
    right: 5px;
}
#header .logo a {
    display: block;
    width: 162px;
    height: 35px;
}
#header .slogan {
    display: none;
}
@media (min-width: 768px) {}
@media (min-width: 1024px) {
    #header {
        background-image: none;
        background-color: transparent;
    }
    #header .logo {
        width: 300px;
        height: 65px;
        background-size: 300px 65px;
        right: auto;
        right: initial;
        left: 20px;
    }
    #header .logo a {
        width: 300px;
        height: 65px;
    }
    #header .slogan {
        display: block;
        font-size: 22px;
        color: white;
        position: absolute;
        left: 350px;
        top: 35px;
    }
    #header .slogan i {
        font-style: normal;
        padding: 0 10px;
    }
}
@media (min-width: 1280px) {
    #header .logo {
        width: 370px;
        height: 80px;
        background-size: contain;
        left: 50px;
        top: 50px;
    }
    #header .logo a {
        width: 370px;
        height: 80px;
    }
    #header .slogan {
        font-size: 26px;
        top: 80px;
        left: 450px;
    }
}
.menu-toggle {
    width: 55px;
    height: 55px;
    position: absolute;
    left: 0;
    top: 0;
}
.menu-toggle:before, .menu-toggle:after {
    content: "";
    display: block;
}
.menu-toggle:before, .menu-toggle:after, .menu-toggle span {
    position: absolute;
    left: 50%;
    display: block;
    width: 18px;
    height: 2px;
    background-color: white;
    border-radius: 4px;
    -webkit-transition: all 450ms ease;
    transition: all 450ms ease;
    margin-left: -9px;
}
.menu-toggle:before {
    top: 18px;
    -webkit-transform: rotate(0);
            transform: rotate(0);
}
.menu-toggle:after {
    bottom: 23px;
    -webkit-transform: rotate(0);
            transform: rotate(0);
}
.menu-toggle span {
    top: 25px;
    margin-top: -1px;
    -webkit-transform: translate(0,0);
            transform: translate(0,0);
    opacity: 1;
}
@media (min-width: 1024px) {
    .menu-toggle {
        display: none;
    }
}
.menu-open .menu-toggle:before {
    top: 24px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}
.menu-open .menu-toggle:after {
    bottom: 29px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
.menu-open .menu-toggle span {
    -webkit-transform: translate(-10px,0);
            transform: translate(-10px,0);
    opacity: 0;
}
.off-canvas {
    position: fixed;
    /*position: absolute;*/
    overflow-y: auto;
    width: 100%;
    height: 100%;
    -webkit-overflow-scrolling: touch;
    background-color: #009bcf;
    -webkit-transition: width 450ms ease, -webkit-transform 450ms ease;
    transition: width 450ms ease, -webkit-transform 450ms ease;
    transition: transform 450ms ease, width 450ms ease;
    transition: transform 450ms ease, width 450ms ease, -webkit-transform 450ms ease;
    -webkit-transform: translate(-100%,0);
            transform: translate(-100%,0);
}
.off-canvas .container {
    padding-top: 55px;
    padding-bottom: 20px;
    /*position: absolute;*/
    /*width: 100%;
        height: 100%;*/
    /*padding-top: 55px;
        position: absolute;
        overflow-y: auto;
        width: 100%;
        height: 100%;
        -webkit-overflow-scrolling: touch;
        background-color: $color-ui-blue;
        transition: transform 450ms ease, width 450ms ease;
        transform: translate(-100%,0);*/
}
.off-canvas ul:after {
    content: '';
    display: table;
    clear: both;
}
.off-canvas ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.off-canvas .socialMedia {
    text-align: center;
    padding: 25px 0;
}
.off-canvas .socialMedia li {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 0 10px;
}
.off-canvas .socialMedia a {
    display: block;
    width: 40px;
    height: 40px;
    background-size: 40px 40px;
    text-indent: -9999px;
}
.off-canvas .socialMedia .facebook {
    background-image: url(../images/icon_social_fb.png);
}
.off-canvas .socialMedia .youtube {
    background-image: url(../images/icon_social_youtube.png);
}
.off-canvas .socialMedia .blogger {
    background-image: url(../images/icon_social_blogger.png);
}
.off-canvas nav {
    text-align: center;
    padding: 0 60px;
    margin-bottom: 30px;
}
.off-canvas nav li {
    border-bottom: 1px solid white;
}
.off-canvas nav li a {
    color: white;
    text-decoration: none;
    font-size: 15px;
    line-height: 50px;
}
.off-canvas nav li a:after {
    content: attr(data-en);
    display: inline-block;
    text-transform: uppercase;
    padding-left: 5px;
}
.off-canvas nav li.disable a {
    color: rgba(255,255,255,.5);
    cursor: default;
}
.off-canvas .contact {
    padding: 0 60px;
    color: white;
    font-size: 14px;
    margin-bottom: 30px;
}
.off-canvas .contact ul {
    display: table;
}
.off-canvas .contact li {
    display: table-row;
}
.off-canvas .contact span, .off-canvas .contact p {
    display: table-cell;
}
.off-canvas .contact span {
    width: 3em;
}
.off-canvas .contact a {
    color: white;
    text-decoration: none;
}
.off-canvas .copyright {
    padding: 0 20px;
}
.off-canvas .copyright p {
    font-size: 12px;
    text-align: center;
    color: white;
}
@media (min-width: 768px) {
    .off-canvas {
        width: 340px;
    }
}
@media (min-width: 1024px) {
    .off-canvas {
        background-color: transparent;
        width: 170px;
        left: 20px;
        -webkit-transform: translate(0,0);
                transform: translate(0,0);
        z-index: 3;
    }
    .off-canvas .container {
        padding: 90px 0 0 0;
    }
    .off-canvas .socialMedia {
        text-align: left;
        position: absolute;
        left: 0;
        top: 480px;
        padding: 0;
    }
    .off-canvas .socialMedia li {
        width: 30px;
        height: 30px;
        margin: 0 3px;
    }
    .off-canvas .socialMedia a {
        width: 30px;
        height: 30px;
        background-size: 30px;
    }
    .off-canvas nav {
        padding: 0;
        text-align: left;
    }
    .off-canvas nav li {
        border-bottom: 1px solid rgba(255,255,255,.5);
    }
    .off-canvas nav li a {
        font-size: 13px;
        line-height: 40px;
    }
    .off-canvas .contact {
        padding: 0;
    }
    .off-canvas .contact li {
        font-size: 12px;
    }
    .off-canvas .copyright {
        padding: 30px 0 0 0;
    }
    .off-canvas .copyright p {
        text-align: left;
    }
}
@media (min-width: 1280px) {
    .off-canvas {
        width: 200px;
        left: 50px;
        top: 60px;
    }
    .off-canvas .container {}
    .off-canvas .socialMedia {
        top: 515px;
    }
    .off-canvas nav li a {
        font-size: 16px;
        line-height: 45px;
    }
}
.menu-open {
    overflow: hidden;
}
.menu-open .mask {
    opacity: .5;
    z-index: 2;
}
.menu-open .off-canvas {
    -webkit-transform: translate(0,0);
            transform: translate(0,0);
    z-index: 3;
}
.menu-open .off-canvas .container {
    z-index: 2;
}
@media (min-width: 1024px) {
    .menu-open .mask {
        display: none;
    }
}
.main-wrapper {
    background-color: white;
    position: relative;
}
.main-wrapper:before {
    content: "";
    display: block;
    width: 100%;
    height: 100px;
    background-image: url(../images/bg_content_top.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    -webkit-transform: translate(0,-100%);
            transform: translate(0,-100%);
}
.main-wrapper:after {
    content: "";
    display: block;
    width: 100%;
    height: 80px;
    background-image: url(../images/bg_content_top.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 0;
    -webkit-transform: translate(0,100%) rotate(180deg);
            transform: translate(0,100%) rotate(180deg);
}
.main-wrapper .container {
    padding: 0 5% 50px 5%;
}
.main-wrapper .aside {
    padding: 30px 50px;
}
.main-wrapper .aside__header {
    border-bottom: 1px solid #00a199;
    padding-bottom: 10px;
}
.main-wrapper .aside__header .header__subject {
    font-size: 20px;
    text-align: center;
    color: #00a199;
}
.main-wrapper .aside ul {
    /*@mixin ulreset;*/
}
.main-wrapper .aside li {
    color: #00a199;
}
.main-wrapper .aside li a {
    font-size: 14px;
    line-height: 30px;
    color: #00a199;
    text-decoration: none;
}
.main-wrapper .aside .book {
    display: inline-block;
    box-shadow: 3px 3px 20px rgba(0,0,0,.6);
    margin: 10px;
}
.main-wrapper .aside .book img {
    max-width: 100%;
    vertical-align: middle;
}
.main-wrapper .content__header {
    padding: 30px 0 10px 0;
}
.main-wrapper .content__header .navi_link {
    text-align: center;
}
.main-wrapper .content__header .navi_link a {
    color: #00a199;
    text-decoration: none;
    display: inline-block;
    margin-right: 10px;
    vertical-align: bottom;
}
.main-wrapper .content__header .navi_link a:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url(../images/icon_play.png);
    vertical-align: bottom;
    margin-right: 5px;
}
.main-wrapper .content__body .section {
    margin-bottom: 30px;
}
.main-wrapper .content__body h1 {
    text-align: center;
    font-size: 18px;
    padding: 20px 0;
    color: #00a199;
}
.main-wrapper .content__body h2 {
    font-size: 16px;
}
.main-wrapper .content__body p {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: .1em;
}
.main-wrapper .content__body .sp_link {
    background-color: #00a199;
    color: white;
    padding: 5px 10px;
    text-decoration: none;
    font-size: 14px;
}
.main-wrapper .content__body .img {
    text-align: center;
}
.main-wrapper .content__body .img img {
    max-width: 100%;
}
.main-wrapper .content__body ul:after {
    content: '';
    display: table;
    clear: both;
}
.main-wrapper .content__body ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.main-wrapper .content__body ul li {}
.main-wrapper .content__body ul.visit__list li {
    font-size: 14px;
    line-height: 24px;
}
.main-wrapper .content__body .iframe {
    position: relative;
    padding-bottom: 65.25%;
    padding-top: 30px;
    height: 0;
    overflow: auto;
}
.main-wrapper .content__body .iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.main-wrapper .content__body .note {
    background-color: #f0f0f0;
    padding: 10px 20px;
    border-radius: 4px;
}
.main-wrapper .content__body .note_contact p {
    font-size: 12px;
    line-height: 24px;
    margin: 0;
    color: #009bcf;
    text-align: right;
}
.main-wrapper .content__body .note_contact a {
    color: #00a199;
}
@media (min-width: 1024px) {
    .main-wrapper:after {
        height: 130px;
    }
    .main-wrapper .container:after {
        content: '';
        display: table;
        clear: both;
    }
    .main-wrapper .container {
        padding: 0 0 50px 280px;
    }
    .main-wrapper .content {
        width: 65%;
        float: left;
        position: relative;
    }
    .main-wrapper .content__header {
        position: absolute;
        top: 0;
        right: 0;
    }
    .main-wrapper .content__body {
        padding-top: 30px;
    }
    .main-wrapper .content__body .section {}
    .main-wrapper .content__body h1 {
        font-size: 22px;
        text-align: left;
    }
    .main-wrapper .content__body p {}
    .main-wrapper .content_full {
        width: 100%;
        padding-right: 10%;
    }
    .main-wrapper .content_full__header {
        right: 10%;
    }
    .main-wrapper .aside {
        width: 35%;
        float: right;
    }
    .main-wrapper .aside__header {
        border-bottom: none;
        background-color: #00a199;
        padding-bottom: 0;
        padding: 5px 10px;
        margin-bottom: 10px;
        position: relative;
    }
    .main-wrapper .aside__header:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-top: 0px solid transparent;
        border-bottom: 34px solid transparent;
        border-left: 10px solid #00a199;
        position: absolute;
        right: -10px;
        top: 0;
    }
    .main-wrapper .aside__header .header__subject {
        font-size: 14px;
        line-height: 24px;
        text-align: center;
        color: white;
    }
}
@media (min-width: 1280px) {
    .main-wrapper .container:after {
        content: '';
        display: table;
        clear: both;
    }
    .main-wrapper .container {
        padding: 0 0 50px 380px;
    }
    .main-wrapper:before {
        height: 120px;
    }
}
@media (min-width: 1440px) {
    .main-wrapper:before {
        height: 150px;
    }
    .main-wrapper:after {
        height: 180px;
    }
}
@media (min-width: 1920px) {
    .main-wrapper:before {
        height: 180px;
    }
    .main-wrapper:after {
        height: 220px;
    }
}
footer {}
/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
html.swipebox-html.swipebox-touch {
    overflow: hidden !important;
}
#swipebox-overlay img {
    border: none !important;
}
#swipebox-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999 !important;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#swipebox-container {
    position: relative;
    width: 100%;
    height: 100%;
}
#swipebox-slider {
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    white-space: nowrap;
    position: absolute;
    display: none;
    cursor: pointer;
}
#swipebox-slider .slide {
    height: 100%;
    width: 100%;
    line-height: 1px;
    text-align: center;
    display: inline-block;
}
#swipebox-slider .slide:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px;
}
#swipebox-slider .slide img, #swipebox-slider .slide .swipebox-video-container, #swipebox-slider .slide .swipebox-inline-container {
    display: inline-block;
    max-height: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
    vertical-align: middle;
}
#swipebox-slider .slide .swipebox-video-container {
    background: none;
    max-width: 1140px;
    max-height: 100%;
    width: 100%;
    padding: 5%;
    box-sizing: border-box;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
}
#swipebox-slider .slide-loading {
    background: url(../images/loader.gif) no-repeat center center;
}
#swipebox-bottom-bar, #swipebox-top-bar {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: absolute;
    left: 0;
    z-index: 999;
    height: 50px;
    width: 100%;
}
#swipebox-bottom-bar {
    bottom: -50px;
}
#swipebox-bottom-bar.visible-bars {
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
}
#swipebox-top-bar {
    top: -50px;
}
#swipebox-top-bar.visible-bars {
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
}
#swipebox-title {
    display: block;
    width: 100%;
    text-align: center;
}
#swipebox-prev, #swipebox-next, #swipebox-close {
    background-image: url(../images/icons.png);
    background-repeat: no-repeat;
    border: none !important;
    text-decoration: none !important;
    cursor: pointer;
    width: 50px;
    height: 50px;
    top: 0;
}
#swipebox-arrows {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 50px;
}
#swipebox-prev {
    background-position: -32px 13px;
    float: left;
}
#swipebox-next {
    background-position: -78px 13px;
    float: right;
}
#swipebox-close {
    top: 0;
    right: 0;
    position: absolute;
    z-index: 9999;
    background-position: 15px 12px;
}
.swipebox-no-close-button #swipebox-close {
    display: none;
}
#swipebox-prev.disabled, #swipebox-next.disabled {
    opacity: 0.3;
}
.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
    -webkit-animation: rightSpring 0.3s;
    animation: rightSpring 0.3s;
}
.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
    -webkit-animation: leftSpring 0.3s;
    animation: leftSpring 0.3s;
}
.swipebox-touch #swipebox-container:before, .swipebox-touch #swipebox-container:after {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    content: ' ';
    position: absolute;
    z-index: 999;
    top: 0;
    height: 100%;
    width: 20px;
    opacity: 0;
}
.swipebox-touch #swipebox-container:before {
    left: 0;
    box-shadow: inset 10px 0px 10px -8px #656565;
}
.swipebox-touch #swipebox-container:after {
    right: 0;
    box-shadow: inset -10px 0px 10px -8px #656565;
}
.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before {
    opacity: 1;
}
.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
    opacity: 1;
}
@-webkit-keyframes rightSpring {
    0% {
        left: 0;
    }
    50% {
        left: -30px;
    }
    100% {
        left: 0;
    }
}
@keyframes rightSpring {
    0% {
        left: 0;
    }
    50% {
        left: -30px;
    }
    100% {
        left: 0;
    }
}
@-webkit-keyframes leftSpring {
    0% {
        left: 0;
    }
    50% {
        left: 30px;
    }
    100% {
        left: 0;
    }
}
@keyframes leftSpring {
    0% {
        left: 0;
    }
    50% {
        left: 30px;
    }
    100% {
        left: 0;
    }
}
@media screen and (min-width: 800px) {
    #swipebox-close {
        right: 10px;
    }
    #swipebox-arrows {
        width: 92%;
        max-width: 800px;
    }
}
/* Skin 
--------------------------*/
#swipebox-overlay {
    background: #0d0d0d;
}
#swipebox-bottom-bar, #swipebox-top-bar {
    text-shadow: 1px 1px 1px black;
    background: #000;
    opacity: 0.95;
}
#swipebox-top-bar {
    color: white !important;
    font-size: 15px;
    line-height: 43px;
    font-family: Helvetica, Arial, sans-serif;
}

.index__image {
    width: 100%;
    height: 100px;
    background-image: url(../images/bg_index_white.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 200% 100px;
    position: fixed;
    bottom: 0;
    right: 0;
}

.index__image .year {
    font-size: 45px;
    font-family: 'Arial';
    font-weight: bolder;
    color: white;
    position: absolute;
    right: 20px;
    top: -19px;
    -webkit-transform: rotate(-9.5deg);
            transform: rotate(-9.5deg);
    /*text-shadow: 0 0 5px rgba(0,0,0,.3);*/
}

.index__image .icdf_logo {
    width: 110px;
    height: 55px;
    background-image: url(../images/icon_logo_icdf.png);
    background-size: 110px 55px;
    position: absolute;
    right: 20px;
    bottom: 20px;
}

.index__image .icdf_logo a {
    display: block;
    width: 110px;
    height: 55px;
}

@media (min-width: 768px) {
    .index__image {
        height: 150px;
        background-size: 120% 150px;
    }
    .index__image .year {
        font-size: 80px;
        top: -30px;
        -webkit-transform: rotate(-10deg);
                transform: rotate(-10deg);
    }
    .index__image .icdf_logo {
        width: 160px;
        height: 80px;
        background-size: 160px 80px;
    }
    .index__image .icdf_logo a {
        display: block;
        width: 160px;
        height: 80px;
    }
}

@media (min-width: 1024px) {
    .index__image {
        background-size: 820px 150px;
    }
    .index__image .year {
        top: -25px;
        -webkit-transform: rotate(-11deg);
                transform: rotate(-11deg);
    }
    .index__image .icdf_logo {
        right: 25px;
        bottom: 25px;
    }
}
.news_list ul:after {
    content: '';
    display: table;
    clear: both;
}
.news_list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.news_list li {
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 1px dashed #c0c0c0;
}
.news_list .title {
    font-size: 16px;
    font-weight: bolder;
}
.news_list .title .datetime {
    font-size: 12px;
    padding-left: 20px;
}
@media (min-width: 1024px) {
    .exhibition_img {
        padding: 0 5px;
        float: left;
        width: 50%;
        margin-bottom: 5px;
    }
}
.full_img {
    width: 100%;
}
@media (min-width: 1024px) {
    .helf_img {
        width: 25%;
    }
}
.zoomContainer {
    z-index: 2;
}
.photo__header {
    text-align: center;
}
.photo__header h1 {}
.photo__header .tab {}
.photo__header li {
    display: inline-block;
    margin: 0 5px;
}
.photo__header a {
    border-radius: 4px;
    display: block;
    background-color: #00a199;
    padding: 0 10px;
    line-height: 28px;
    color: 14px;
    font-size: 14px;
    text-decoration: none;
    color: white;
}
@media (min-width: 1024px) {
    .photo__header {
        text-align: left;
    }
    .photo__header h1, .photo__header .tab {
        display: inline-block;
        vertical-align: middle;
    }
}
.photo__list:after {
    content: '';
    display: table;
    clear: both;
}
.photo__list a {
    display: block;
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}
.photo__list a img {
    width: 100%;
    display: block;
}
@media (min-width: 768px) {
    .photo__list a {
        width: calc(50% - 10px);
        /*padding: 0 10px;*/
    }
    /*margin-bottom: 10px;*/
    .photo__list a img {
        width: auto;
        max-width: 100%;
    }
}
@media (min-width: 1024px) {
    .photo__list a {
        width: calc(33% - 10px);
    }
}
@media (min-width: 1280px) {
    .photo__list a {
        width: calc(25% - 10px);
    }
}

