﻿html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: rgba(0, 0, 0, 0);
}

body {
    line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: rgba(0, 0, 0, 0);
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

input, select {
    vertical-align: middle;
}

@media print, screen and (min-width: 768px) {
    html {
        color: #000;
        font-size: 62.5%;
        overflow-y: scroll;
    }

    body {
        font-family: "Roboto","Open Sans",sans-serif;
        font-size: 140%;
        line-height: 1.5;
        -webkit-text-size-adjust: 100%;
    }
}

@media screen and (max-width: 767px) {
    html {
        color: #000;
        font-size: 62.5%;
        font-size: 3.125vw;
        overflow-y: scroll;
    }

    body {
        font-family: "Roboto","Open Sans",sans-serif;
        font-size: 100%;
        line-height: 1.5;
        -webkit-text-size-adjust: 100%;
    }
}

a {
    color: #333;
    text-decoration: none;
    -o-transition: all .15s ease-in;
    -webkit-transition: all .15s ease-in;
    -moz-transition: all .15s ease-in;
    transition: all .15s ease-in;
    opacity: 1;
}

a:visited {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #333;
    text-decoration: underline;
}

a[href$=".pdf"]:before {
    content: " ";
    background: url(../img/icon_pdf.svg) no-repeat center center;
    width: 19px;
    height: 19px;
    background-size: 19px;
    display: inline-block;
    margin-right: 10px;
}

#content section a {
    color: #242d9d;
    text-decoration: underline;
}

#content section a:visited {
    color: #242d9d;
    text-decoration: underline;
}

#content section a:hover {
    color: #242d9d;
    text-decoration: none;
}

@media screen and (max-width: 767px) {
    a:hover {
        text-decoration: none;
    }
}

img {
    line-height: 1;
    vertical-align: bottom;
}

table th img, table td img {
    vertical-align: middle;
}

.clear {
    clear: both;
}

.clearfix, .fbox, #contents {
    display: block;
}

.clearfix:after, .fbox:after, #contents:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.fr {
    float: right;
}

.fl {
    float: left;
}

ul.fbox li {
    float: left;
    display: inline;
}

.alignR {
    text-align: right;
}

.alignL {
    text-align: left;
}

.alignC {
    text-align: center;
}

.mt0 {
    margin-top: 0px !important;
}

.mt5 {
    margin-top: 5px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mt15 {
    margin-top: 15px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt25 {
    margin-top: 25px !important;
}

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

.mt35 {
    margin-top: 35px !important;
}

.mt40 {
    margin-top: 40px !important;
}

.mt45 {
    margin-top: 45px !important;
}

.mt50 {
    margin-top: 50px !important;
}

.mt55 {
    margin-top: 55px !important;
}

.mt60 {
    margin-top: 60px !important;
}

.mb0 {
    margin-bottom: 0px !important;
}

.mb5 {
    margin-bottom: 5px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb15 {
    margin-bottom: 15px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb25 {
    margin-bottom: 25px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.mr0 {
    margin-right: 0px !important;
}

.mr5 {
    margin-right: 5px !important;
}

.mr10 {
    margin-right: 10px !important;
}

.mr15 {
    margin-right: 15px !important;
}

.mr20 {
    margin-right: 20px !important;
}

.ml0 {
    margin-left: 0px !important;
}

.ml5 {
    margin-left: 5px !important;
}

.ml10 {
    margin-left: 10px !important;
}

.ml15 {
    margin-left: 15px !important;
}

.ml20 {
    margin-left: 20px !important;
}

.pt0 {
    padding-top: 0 !important;
}

.pb0 {
    padding-bottom: 0 !important;
}

input, textarea, label {
    vertical-align: middle;
}

.text-r {
    text-align: right !important;
}

.text-c, table.text-c th, table.text-c td, table.th-c th {
    text-align: center !important;
}

.text-l {
    text-align: left !important;
}

img {
    max-width: 100%;
}

.alignL {
    text-align: left !important;
}

.alignC {
    text-align: center !important;
}

.alignR {
    text-align: right !important;
}

.valignT {
    vertical-align: top !important;
}

.valignM {
    vertical-align: middle !important;
}

.valignB {
    vertical-align: bottom !important;
}

.mR5 {
    margin-right: 5px !important;
}

.mR10 {
    margin-right: 10px !important;
}

.mR15 {
    margin-right: 15px !important;
}

.mR20 {
    margin-right: 20px !important;
}

.mL5 {
    margin-left: 5px !important;
}

.mL10 {
    margin-left: 10px !important;
}

.mL15 {
    margin-left: 15px !important;
}

.mL20 {
    margin-left: 20px !important;
}

.mL30 {
    margin-left: 30px !important;
}

.mL40 {
    margin-left: 40px !important;
}

.mL50 {
    margin-left: 50px !important;
}

.mL60 {
    margin-left: 60px !important;
}

.mL70 {
    margin-left: 70px !important;
}

.mL100 {
    margin-left: 100px !important;
}

.mL150 {
    margin-left: 150px !important;
}

.mL200 {
    margin-left: 200px !important;
}

.mT0 {
    margin-top: 0 !important;
}

.mT1 {
    margin-top: 1px !important;
}

.mT2 {
    margin-top: 2px !important;
}

.mT3 {
    margin-top: 3px !important;
}

.mT4 {
    margin-top: 4px !important;
}

.mT5 {
    margin-top: 5px !important;
}

.mT6 {
    margin-top: 6px !important;
}

.mT7 {
    margin-top: 7px !important;
}

.mT8 {
    margin-top: 8px !important;
}

.mT9 {
    margin-top: 9px !important;
}

.mT10 {
    margin-top: 10px !important;
}

.mT15 {
    margin-top: 15px !important;
}

.mT20 {
    margin-top: 20px !important;
}

.mT25 {
    margin-top: 25px !important;
}

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

.mT35 {
    margin-top: 35px !important;
}

.mT40 {
    margin-top: 40px !important;
}

.mT45 {
    margin-top: 45px !important;
}

.mT50 {
    margin-top: 50px !important;
}

.mT55 {
    margin-top: 55px !important;
}

.mT65 {
    margin-top: 65px !important;
}

.mT70 {
    margin-top: 70px !important;
}

.mT75 {
    margin-top: 75px !important;
}

.mT80 {
    margin-top: 80px !important;
}

.mT85 {
    margin-top: 85px !important;
}

.mT90 {
    margin-top: 90px !important;
}

.mT95 {
    margin-top: 95px !important;
}

.mT100 {
    margin-top: 100px !important;
}

.mT150 {
    margin-top: 150px !important;
}

.mT200 {
    margin-top: 200px !important;
}

.mB0 {
    margin-bottom: 0 !important;
}

.mB5 {
    margin-bottom: 5px !important;
}

.mB10 {
    margin-bottom: 10px !important;
}

.mB15 {
    margin-bottom: 15px !important;
}

.mB20 {
    margin-bottom: 20px !important;
}

.mB25 {
    margin-bottom: 25px !important;
}

.mB30 {
    margin-bottom: 30px !important;
}

.mB35 {
    margin-bottom: 35px !important;
}

.mB40 {
    margin-bottom: 40px !important;
}

.mB45 {
    margin-bottom: 45px !important;
}

.mB50 {
    margin-bottom: 50px !important;
}

.mB55 {
    margin-bottom: 55px !important;
}

.mB60 {
    margin-bottom: 60px !important;
}

.mB65 {
    margin-bottom: 65px !important;
}

.mB70 {
    margin-bottom: 70px !important;
}

.mB75 {
    margin-bottom: 75px !important;
}

.mB80 {
    margin-bottom: 80px !important;
}

.mB85 {
    margin-bottom: 85px !important;
}

.mB90 {
    margin-bottom: 90px !important;
}

.mB95 {
    margin-bottom: 95px !important;
}

.mB100 {
    margin-bottom: 100px !important;
}

.pT0 {
    padding-top: 0 !important;
}

.pT1 {
    padding-top: 1px !important;
}

.pT2 {
    padding-top: 2px !important;
}

.pT3 {
    padding-top: 3px !important;
}

.pT4 {
    padding-top: 4px !important;
}

.pT5 {
    padding-top: 5px !important;
}

.pT6 {
    padding-top: 6px !important;
}

.pT7 {
    padding-top: 7px !important;
}

.pT8 {
    padding-top: 8px !important;
}

.pT9 {
    padding-top: 9px !important;
}

.pT10 {
    padding-top: 10px !important;
}

.pT15 {
    padding-top: 15px !important;
}

.pT20 {
    padding-top: 20px !important;
}

.pT25 {
    padding-top: 25px !important;
}

.pT30 {
    padding-top: 30px !important;
}

.pT35 {
    padding-top: 35px !important;
}

.pT40 {
    padding-top: 40px !important;
}

.pT45 {
    padding-top: 45px !important;
}

.pT50 {
    padding-top: 50px !important;
}

.pT55 {
    padding-top: 55px !important;
}

.pT60 {
    padding-top: 60px !important;
}

.pT65 {
    padding-top: 65px !important;
}

.pT70 {
    padding-top: 70px !important;
}

.pT75 {
    padding-top: 75px !important;
}

.pT80 {
    padding-top: 80px !important;
}

.pT85 {
    padding-top: 85px !important;
}

.pT90 {
    padding-top: 90px !important;
}

.pT95 {
    padding-top: 95px !important;
}

.pT100 {
    padding-top: 100px !important;
}

.pB0 {
    padding-bottom: 0 !important;
}

.pB1 {
    padding-bottom: 1px !important;
}

.pB2 {
    padding-bottom: 2px !important;
}

.pB3 {
    padding-bottom: 3px !important;
}

.pB4 {
    padding-bottom: 4px !important;
}

.pB5 {
    padding-bottom: 5px !important;
}

.pB6 {
    padding-bottom: 6px !important;
}

.pB7 {
    padding-bottom: 7px !important;
}

.pB8 {
    padding-bottom: 8px !important;
}

.pB9 {
    padding-bottom: 9px !important;
}

.pB10 {
    padding-bottom: 10px !important;
}

.pB15 {
    padding-bottom: 15px !important;
}

.pB20 {
    padding-bottom: 20px !important;
}

.pB25 {
    padding-bottom: 25px !important;
}

.pB30 {
    padding-bottom: 30px !important;
}

.pB35 {
    padding-bottom: 35px !important;
}

.pB40 {
    padding-bottom: 40px !important;
}

.pB45 {
    padding-bottom: 45px !important;
}

.pB50 {
    padding-bottom: 50px !important;
}

.pB55 {
    padding-bottom: 55px !important;
}

.pB60 {
    padding-bottom: 60px !important;
}

.pB65 {
    padding-bottom: 65px !important;
}

.pB70 {
    padding-bottom: 70px !important;
}

.pB75 {
    padding-bottom: 75px !important;
}

.pB80 {
    padding-bottom: 80px !important;
}

.pB85 {
    padding-bottom: 85px !important;
}

.pB90 {
    padding-bottom: 90px !important;
}

.pB95 {
    padding-bottom: 95px !important;
}

.pB100 {
    padding-bottom: 100px !important;
}

.pB200 {
    padding-bottom: 200px !important;
}

.txt-size10 {
    font-size: 77% !important;
}

.txt-size11 {
    font-size: 85% !important;
}

.txt-size12 {
    font-size: 93% !important;
}

.txt-size14 {
    font-size: 108% !important;
}

.txt-size16 {
    font-size: 123.1% !important;
}

.txt-size18 {
    font-size: 138.5% !important;
}

.txt-size19 {
    font-size: 146.5% !important;
}

.txt-size20 {
    font-size: 153.9% !important;
}

.txt-size21 {
    font-size: 161.6% !important;
}

.txt-size22 {
    font-size: 167% !important;
}

.txt-size23 {
    font-size: 174% !important;
}

.txt-size24 {
    font-size: 182% !important;
}

.txt-size25 {
    font-size: 189% !important;
}

.txt-size26 {
    font-size: 197% !important;
}

.lh-125 {
    line-height: 125% !important;
}

.lh-150 {
    line-height: 150% !important;
}

.lh-175 {
    line-height: 175% !important;
}

.lh-200 {
    line-height: 200% !important;
}

.ls-009 {
    letter-spacing: -0.09em;
}

.txt-normal {
    font-weight: normal !important;
}

.txt-bold {
    font-weight: bold !important;
}

.txt-indent {
    text-indent: -1em;
    padding: 0px 0px 0px 1em;
}

.txt-indent2 {
    text-indent: -2em;
    padding: 1px 0px 10px 2em;
}

.txt-indent3 {
    text-indent: -3em;
    padding: 0px 0px 0px 58px;
}

.txt-indent4 {
    text-indent: -1em;
    margin-left: 1em;
}

.txt-red {
    color: #e50000;
}

.txt-blue {
    color: #039;
}

.break {
    page-break-before: always;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
    width: 0;
    height: 0;
}

.ie6 .clearfix, .ie7 .clearfix {
    display: inline-block;
}

br {
    letter-spacing: normal;
    white-space: normal;
}

.label.SessionType1 {
    background: #0e6a3a !important;
}

.label.SessionType2 {
    background: #2c84bf !important;
}

.label.SessionType3 {
    background: #daaf00 !important;
}

.label.SessionType4 {
    background: #d42269 !important;
}

.label.SessionType5 {
    background: #3c44b7 !important;
}

.label.SessionType6 {
    background: #579e71 !important;
}

.label.SessionType7 {
    background: #522d90 !important;
}

.label.SessionType8 {
    background: #429897 !important;
}

.label.SessionType9 {
    background: #a52faa !important;
}

.label.florMap {
    background: #fcf2ad !important;
}

.title.SessionType1 {
    background: #0e6a3a !important;
}

.title.SessionType2 {
    background: #2c84bf !important;
}

.title.SessionType3 {
    background: #daaf00 !important;
}

.title.SessionType4 {
    background: #d42269 !important;
}

.title.SessionType5 {
    background: #3c44b7 !important;
}

.title.SessionType6 {
    background: #579e71 !important;
}

.title.SessionType7 {
    background: #522d90 !important;
}

.title.SessionType8 {
    background: #429897 !important;
}

.title.SessionType9 {
    background: #a52faa !important;
}

@keyframes scrollTween {
    0% {
        transform: translateX(-50%);
    }

    100% {
        transform: translateX(50%);
    }
}

@keyframes fadeTween {
    0% {
        opacity: 1;
        z-index: 10;
        display: block;
    }

    99% {
        opacity: 0;
        z-index: 10;
        display: block;
    }

    100% {
        opacity: 0;
        z-index: -9999;
        display: none;
    }
}

@keyframes loadingTween {
    0% {
        -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.25, 1.01);
        transition-timing-function: cubic-bezier(0.4, 0, 0.25, 1.01);
        left: 0;
        width: 0;
        opacity: 1;
    }

    50% {
        -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.25, 1.01);
        transition-timing-function: cubic-bezier(0.4, 0, 0.25, 1.01);
        width: 100%;
        left: 0;
        opacity: 1;
    }

    75% {
        -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.25, 1.01);
        transition-timing-function: cubic-bezier(0.4, 0, 0.25, 1.01);
        width: 100%;
        left: 0;
        opacity: 1;
    }

    100% {
        -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.25, 1.01);
        transition-timing-function: cubic-bezier(0.4, 0, 0.25, 1.01);
        width: 0;
        left: 100%;
        opacity: 0;
    }
}

@keyframes loadTween {
    0% {
        opacity: 0;
        left: 25px;
    }

    100% {
        opacity: 1;
        left: 0;
    }
}

@keyframes loadTweenSp {
    0% {
        opacity: 0;
        transform: translateY(25px);
    }

    99% {
        opacity: 1;
        transform: translateY(0px);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes indexCasesTween {
    0% {
        -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.25, 1.01);
        transition-timing-function: cubic-bezier(0.4, 0, 0.25, 1.01);
        left: 0;
        width: 0;
    }

    20% {
        -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.25, 1.01);
        transition-timing-function: cubic-bezier(0.4, 0, 0.25, 1.01);
        width: 100%;
        left: 0;
    }

    55% {
        -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.25, 1.01);
        transition-timing-function: cubic-bezier(0.4, 0, 0.25, 1.01);
        width: 100%;
        left: 0;
    }

    100% {
        -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.25, 1.01);
        transition-timing-function: cubic-bezier(0.4, 0, 0.25, 1.01);
        width: 0;
        left: 105%;
    }
}

.slideUp_type {
    overflow: hidden;
}

.slideUp_type > * {
    display: block;
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition-property: "translateY, opacity";
    -moz-transition-property: "translateY, opacity";
    -ms-transition-property: "translateY, opacity";
    -o-transition-property: "translateY, opacity";
    transition-property: "translateY, opacity";
    -webkit-transition-duration: 400ms;
    -moz-transition-duration: 400ms;
    -ms-transition-duration: 400ms;
    -o-transition-duration: 400ms;
    transition-duration: 400ms;
    -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    -moz-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    -ms-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    -o-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

.slidegroup .slideUp_type:nth-child(1) > * {
    transition-delay: 200ms;
    animation-delay: 200ms;
}

.slidegroup .slideUp_type:nth-child(2) > * {
    transition-delay: 400ms;
    animation-delay: 400ms;
}

.slidegroup .slideUp_type:nth-child(3) > * {
    transition-delay: 600ms;
    animation-delay: 600ms;
}

.slidegroup .slideUp_type:nth-child(4) > * {
    transition-delay: 800ms;
    animation-delay: 800ms;
}

.slidegroup .slideUp_type:nth-child(5) > * {
    transition-delay: 1000ms;
    animation-delay: 1000ms;
}

.slidegroup .slideUp_type:nth-child(6) > * {
    transition-delay: 1200ms;
    animation-delay: 1200ms;
}

.slidegroup .slideUp_type:nth-child(7) > * {
    transition-delay: 1400ms;
    animation-delay: 1400ms;
}

.slidegroup .slideUp_type:nth-child(8) > * {
    transition-delay: 1600ms;
    animation-delay: 1600ms;
}

.slidegroup .slideUp_type:nth-child(9) > * {
    transition-delay: 1800ms;
    animation-delay: 1800ms;
}

.in .slideUp_type > * {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

h2.slideUp_type > *:before {
    -webkit-transition: all 400ms cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: all 400ms cubic-bezier(0.075, 0.82, 0.165, 1);
    transition-delay: .15s;
    width: 0px !important;
    left: 0px !important;
}

h2.slideUp_type > *:after {
    -webkit-transition: all 400ms cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: all 400ms cubic-bezier(0.075, 0.82, 0.165, 1);
    transition-delay: .15s;
    width: 0px !important;
    right: 0px !important;
}

.in h2.slideUp_type > *:before {
    width: 100px !important;
    left: -100px !important;
}

.in h2.slideUp_type > *:after {
    width: 100px !important;
    right: -100px !important;
}

@media screen and (max-width: 767px) {
    .in h2.slideUp_type > *:before {
        width: 15vw !important;
        left: -15vw !important;
    }

    .in h2.slideUp_type > *:after {
        width: 15vw !important;
        right: -15vw !important;
    }
}

sup {
    font-size: 65%;
    vertical-align: top;
    padding-left: .1em;
}


.slideIn_type .slide {
    position: relative;
    display: block;
    overflow: hidden;
}

.slideIn_type .slide:before {
    content: " ";
    position: absolute;
    width: 110%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
    background: #fff;
    -webkit-transition: all 500ms cubic-bezier(0.4, 0, 0.25, 1.01);
    transition: all 500ms cubic-bezier(0.4, 0, 0.25, 1.01);
    z-index: 10;
}

.slideIn_type .slide:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #056639;
    z-index: 11;
}

.slideIn_type .slide.slide1:before {
    transition-delay: 200ms;
    animation-delay: 200ms;
}

.slideIn_type .slide.slide2:before {
    transition-delay: 400ms;
    animation-delay: 400ms;
}

.slideIn_type .slide.slide3:before {
    transition-delay: 600ms;
    animation-delay: 600ms;
}

.slideIn_type .slide.slide4:before {
    transition-delay: 800ms;
    animation-delay: 800ms;
}

.slideIn_type .slide.slide5:before {
    transition-delay: 1000ms;
    animation-delay: 1000ms;
}

.slideIn_type .slide.slide6:before {
    transition-delay: 1200ms;
    animation-delay: 1200ms;
}

.slideIn_type .slide.slide7:before {
    transition-delay: 1400ms;
    animation-delay: 1400ms;
}

.slideIn_type .slide.slide8:before {
    transition-delay: 1600ms;
    animation-delay: 1600ms;
}

.slideIn_type .slide.slide9:before {
    transition-delay: 1800ms;
    animation-delay: 1800ms;
}

.in .slideIn_type .slide:before {
    width: 0;
    left: 100%;
}

.in .slideIn_type .slide:after {
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.25, 1.01);
    animation-timing-function: cubic-bezier(0.4, 0, 0.25, 1.01);
    -webkit-animation-duration: 800ms;
    animation-duration: 800ms;
    -webkit-animation-name: indexCasesTween;
    animation-name: indexCasesTween;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.in .slideIn_type .slide.slide1:after {
    transition-delay: 200ms;
    animation-delay: 200ms;
}

.in .slideIn_type .slide.slide2:after {
    transition-delay: 400ms;
    animation-delay: 400ms;
}

.in .slideIn_type .slide.slide3:after {
    transition-delay: 600ms;
    animation-delay: 600ms;
}

.in .slideIn_type .slide.slide4:after {
    transition-delay: 800ms;
    animation-delay: 800ms;
}

.in .slideIn_type .slide.slide5:after {
    transition-delay: 1000ms;
    animation-delay: 1000ms;
}

.in .slideIn_type .slide.slide6:after {
    transition-delay: 1200ms;
    animation-delay: 1200ms;
}

.in .slideIn_type .slide.slide7:after {
    transition-delay: 1400ms;
    animation-delay: 1400ms;
}

.in .slideIn_type .slide.slide8:after {
    transition-delay: 1600ms;
    animation-delay: 1600ms;
}

.in .slideIn_type .slide.slide9:after {
    transition-delay: 1800ms;
    animation-delay: 1800ms;
}

.slideIn_type.in .slide:before {
    width: 0;
    left: 100%;
}

.slideIn_type.in .slide:after {
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.25, 1.01);
    animation-timing-function: cubic-bezier(0.4, 0, 0.25, 1.01);
    -webkit-animation-duration: 800ms;
    animation-duration: 800ms;
    -webkit-animation-name: indexCasesTween;
    animation-name: indexCasesTween;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.slideIn_type.in .slide.slide1:after {
    transition-delay: 200ms;
    animation-delay: 200ms;
}

.slideIn_type.in .slide.slide2:after {
    transition-delay: 400ms;
    animation-delay: 400ms;
}

.slideIn_type.in .slide.slide3:after {
    transition-delay: 600ms;
    animation-delay: 600ms;
}

.slideIn_type.in .slide.slide4:after {
    transition-delay: 800ms;
    animation-delay: 800ms;
}

.slideIn_type.in .slide.slide5:after {
    transition-delay: 1000ms;
    animation-delay: 1000ms;
}

.slideIn_type.in .slide.slide6:after {
    transition-delay: 1200ms;
    animation-delay: 1200ms;
}

.slideIn_type.in .slide.slide7:after {
    transition-delay: 1400ms;
    animation-delay: 1400ms;
}

.slideIn_type.in .slide.slide8:after {
    transition-delay: 1600ms;
    animation-delay: 1600ms;
}

.slideIn_type.in .slide.slide9:after {
    transition-delay: 1800ms;
    animation-delay: 1800ms;
}

@font-face {
    font-family: "fontello";
    src: url("../font/fontello.eot?86344853");
    src: url("../font/fontello.eot?86344853#iefix") format("embedded-opentype"), url("../font/fontello.woff2?86344853") format("woff2"), url("../font/fontello.woff?86344853") format("woff"), url("../font/fontello.ttf?86344853") format("truetype"), url("../font/fontello.svg?86344853#fontello") format("svg");
    font-weight: normal;
    font-style: normal;
}

[class^=icon-]:before, [class*=" icon-"]:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-search:before {
    content: "";
}

.icon-right:before {
    content: "";
}

.icon-left:before {
    content: "";
}

.icon-down:before {
    content: "";
}

.icon-up:before {
    content: "";
}

.icon-moive:before {
    content: "";
}

.icon-man:before {
    content: "";
}

.icon-paper:before {
    content: "";
}

.icon-chat:before {
    content: "";
}

.icon-camera:before {
    content: "";
}

.icon-down-open:before {
    content: "";
}

.icon-up-open:before {
    content: "";
}

.icon-right-open:before {
    content: "";
}

.icon-left-open:before {
    content: "";
}

.modaal-noscroll {
    overflow: hidden;
}

.modaal-accessible-hide {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden;
}

.modaal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    opacity: 0;
}

.modaal-wrapper {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    overflow: auto;
    opacity: 1;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
    transition: all 0.3s ease-in-out;
}

.modaal-wrapper * {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-backface-visibility: hidden;
}

.modaal-wrapper .modaal-close {
    border: none;
    background: rgba(0, 0, 0, 0);
    padding: 0;
    -webkit-appearance: none;
}

.modaal-wrapper.modaal-start_none {
    display: none;
    opacity: 1;
}

.modaal-wrapper.modaal-start_fade {
    opacity: 0;
}

.modaal-wrapper *[tabindex="0"] {
    outline: none !important;
}

.modaal-wrapper.modaal-fullscreen {
    overflow: hidden;
}

.modaal-outer-wrapper {
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
}

.modaal-fullscreen .modaal-outer-wrapper {
    display: block;
}

.modaal-inner-wrapper {
    display: table-cell;
    width: 100%;
    height: 100%;
    position: relative;
    vertical-align: middle;
    text-align: center;
    padding: 80px 25px;
}

.modaal-fullscreen .modaal-inner-wrapper {
    padding: 0;
    display: block;
    vertical-align: top;
}

.modaal-container {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: auto;
    text-align: left;
    color: #000;
    max-width: 1000px;
    border-radius: 0px;
    background: #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    cursor: auto;
}

.modaal-container.is_loading {
    height: 100px;
    width: 100px;
    overflow: hidden;
}

.modaal-fullscreen .modaal-container {
    max-width: none;
    height: 100%;
    overflow: auto;
}

.modaal-close {
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    cursor: pointer;
    opacity: 1;
    width: 50px;
    height: 50px;
    transition: all 0.2s ease-in-out;
}

.modaal-close:focus, .modaal-close:hover {
    outline: none;
    background: #fff;
}

.modaal-close:focus:before, .modaal-close:focus:after, .modaal-close:hover:before, .modaal-close:hover:after {
    background: #999;
}

.modaal-close span {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden;
}

.modaal-close:before, .modaal-close:after {
    display: block;
    content: " ";
    position: absolute;
    top: 14px;
    left: 23px;
    width: 2px;
    height: 22px;
    background: #000;
    transition: background 0.2s ease-in-out;
}

.modaal-close:before {
    transform: rotate(-45deg);
}

.modaal-close:after {
    transform: rotate(45deg);
}

.modaal-fullscreen .modaal-close {
    background: #afb7bc;
    right: 10px;
    top: 10px;
}

.modaal-content-container {
    padding: 30px;
}

.modaal-confirm-wrap {
    padding: 30px 0 0;
    text-align: center;
    font-size: 0;
}

.modaal-confirm-btn {
    font-size: 14px;
    display: inline-block;
    margin: 0 10px;
    vertical-align: middle;
    cursor: pointer;
    border: none;
    background: rgba(0, 0, 0, 0);
}

.modaal-confirm-btn.modaal-ok {
    padding: 10px 15px;
    color: #fff;
    background: #555;
    border-radius: 3px;
    transition: background 0.2s ease-in-out;
}

.modaal-confirm-btn.modaal-ok:hover {
    background: #2f2f2f;
}

.modaal-confirm-btn.modaal-cancel {
    text-decoration: underline;
}

.modaal-confirm-btn.modaal-cancel:hover {
    text-decoration: none;
    color: #2f2f2f;
}

@keyframes instaReveal {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes instaReveal {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes instaReveal {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes instaReveal {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-ms-keyframes instaReveal {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.modaal-instagram .modaal-container {
    width: auto;
    background: rgba(0, 0, 0, 0);
    box-shadow: none !important;
}

.modaal-instagram .modaal-content-container {
    padding: 0;
    background: rgba(0, 0, 0, 0);
}

.modaal-instagram .modaal-content-container > blockquote {
    width: 1px !important;
    height: 1px !important;
    opacity: 0 !important;
}

.modaal-instagram iframe {
    opacity: 0;
    margin: -6px !important;
    border-radius: 0 !important;
    width: 1000px !important;
    max-width: 800px !important;
    box-shadow: none !important;
    animation: instaReveal 1s linear forwards;
}

.modaal-image .modaal-inner-wrapper {
    padding-left: 140px;
    padding-right: 140px;
}

.modaal-image .modaal-container {
    width: auto;
    max-width: 100%;
}

.modaal-gallery-wrap {
    position: relative;
    color: #fff;
}

.modaal-gallery-item {
    display: none;
}

.modaal-gallery-item img {
    display: block;
}

.modaal-gallery-item.is_active {
    display: block;
}

.modaal-gallery-label {
    position: absolute;
    left: 0;
    width: 100%;
    margin: 20px 0 0;
    font-size: 18px;
    text-align: center;
    color: #fff;
}

.modaal-gallery-label:focus {
    outline: none;
}

.modaal-gallery-control {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
    cursor: pointer;
    color: #fff;
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0);
    border: none;
    border-radius: 100%;
    transition: all 0.2s ease-in-out;
}

.modaal-gallery-control.is_hidden {
    opacity: 0;
    cursor: default;
}

.modaal-gallery-control:focus, .modaal-gallery-control:hover {
    outline: none;
    background: #fff;
}

.modaal-gallery-control:focus:before, .modaal-gallery-control:focus:after, .modaal-gallery-control:hover:before, .modaal-gallery-control:hover:after {
    background: #afb7bc;
}

.modaal-gallery-control span {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden;
}

.modaal-gallery-control:before, .modaal-gallery-control:after {
    display: block;
    content: " ";
    position: absolute;
    top: 16px;
    left: 25px;
    width: 4px;
    height: 18px;
    border-radius: 4px;
    background: #fff;
    transition: background 0.2s ease-in-out;
}

.modaal-gallery-control:before {
    margin: -5px 0 0;
    transform: rotate(-45deg);
}

.modaal-gallery-control:after {
    margin: 5px 0 0;
    transform: rotate(45deg);
}

.modaal-gallery-next-inner {
    left: 100%;
    margin-left: 40px;
}

.modaal-gallery-next-outer {
    right: 45px;
}

.modaal-gallery-prev:before, .modaal-gallery-prev:after {
    left: 22px;
}

.modaal-gallery-prev:before {
    margin: 5px 0 0;
    transform: rotate(-45deg);
}

.modaal-gallery-prev:after {
    margin: -5px 0 0;
    transform: rotate(45deg);
}

.modaal-gallery-prev-inner {
    right: 100%;
    margin-right: 40px;
}

.modaal-gallery-prev-outer {
    left: 45px;
}

.modaal-video-wrap {
    margin: auto 50px;
    position: relative;
}

.modaal-video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    background: #000;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
}

.modaal-video-container iframe, .modaal-video-container object, .modaal-video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.modaal-iframe .modaal-content {
    width: 100%;
    height: 100%;
}

.modaal-iframe-elem {
    width: 100%;
    height: 100%;
    display: block;
}

@media only screen and (min-width: 1400px) {
    .modaal-video-container {
        padding-bottom: 0;
        height: 731px;
    }
}

@media only screen and (max-width: 1140px) {
    .modaal-image .modaal-inner-wrapper {
        padding-left: 25px;
        padding-right: 25px;
    }

    .modaal-gallery-control {
        top: auto;
        bottom: 20px;
        transform: none;
        background: rgba(0, 0, 0, 0.7);
    }

    .modaal-gallery-control:before, .modaal-gallery-control:after {
        background: #fff;
    }

    .modaal-gallery-next {
        left: auto;
        right: 20px;
    }

    .modaal-gallery-prev {
        left: 20px;
        right: auto;
    }
}

@media screen and (max-width: 900px) {
    .modaal-instagram iframe {
        width: 500px !important;
    }
}

@media screen and (max-height: 1100px) {
    .modaal-instagram iframe {
        width: 700px !important;
    }
}

@media screen and (max-height: 1000px) {
    .modaal-inner-wrapper {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .modaal-instagram iframe {
        width: 600px !important;
    }
}

@media screen and (max-height: 900px) {
    .modaal-instagram iframe {
        width: 500px !important;
    }

    .modaal-video-container {
        max-width: 900px;
        max-height: 510px;
    }
}

@media only screen and (max-width: 600px) {
    .modaal-instagram iframe {
        width: 280px !important;
    }
}

.modaal-wrapper.movie .modaal-container {
    background: none;
    text-align: center;
    box-shadow: none;
}

.modaal-wrapper.movie .modaal-close:hover {
    background: none;
}

.modaal-wrapper.movie .modaal-close:before, .modaal-wrapper.movie .modaal-close:after {
    background: #fff;
}

.modaal-loading-spinner {
    background: none;
    position: absolute;
    width: 200px;
    height: 200px;
    top: 50%;
    left: 50%;
    margin: -100px 0 0 -100px;
    transform: scale(0.25);
}

@-ms-keyframes modaal-loading-spinner {
    0% {
        opacity: 1;
        -ms-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -webkit-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);
    }

    100% {
        opacity: .1;
        -ms-transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes modaal-loading-spinner {
    0% {
        opacity: 1;
        -ms-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -webkit-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);
    }

    100% {
        opacity: .1;
        -ms-transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes modaal-loading-spinner {
    0% {
        opacity: 1;
        -ms-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -webkit-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);
    }

    100% {
        opacity: .1;
        -ms-transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@-o-keyframes modaal-loading-spinner {
    0% {
        opacity: 1;
        -ms-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -webkit-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);
    }

    100% {
        opacity: .1;
        -ms-transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes modaal-loading-spinner {
    0% {
        opacity: 1;
        -ms-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -webkit-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);
    }

    100% {
        opacity: .1;
        -ms-transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

.modaal-loading-spinner > div {
    width: 24px;
    height: 24px;
    margin-left: 4px;
    margin-top: 4px;
    position: absolute;
}

.modaal-loading-spinner > div > div {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    background: #fff;
}

.modaal-loading-spinner > div:nth-of-type(1) > div {
    -ms-animation: modaal-loading-spinner 1s linear infinite;
    -moz-animation: modaal-loading-spinner 1s linear infinite;
    -webkit-animation: modaal-loading-spinner 1s linear infinite;
    -o-animation: modaal-loading-spinner 1s linear infinite;
    animation: modaal-loading-spinner 1s linear infinite;
    -ms-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -webkit-animation-delay: 0s;
    -o-animation-delay: 0s;
    animation-delay: 0s;
}

.modaal-loading-spinner > div:nth-of-type(2) > div, .modaal-loading-spinner > div:nth-of-type(3) > div {
    -ms-animation: modaal-loading-spinner 1s linear infinite;
    -moz-animation: modaal-loading-spinner 1s linear infinite;
    -webkit-animation: modaal-loading-spinner 1s linear infinite;
    -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(1) {
    -ms-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
    -moz-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
    -webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
    -o-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
    transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(2) > div {
    animation: modaal-loading-spinner 1s linear infinite;
    -ms-animation-delay: .12s;
    -moz-animation-delay: .12s;
    -webkit-animation-delay: .12s;
    -o-animation-delay: .12s;
    animation-delay: .12s;
}

.modaal-loading-spinner > div:nth-of-type(2) {
    -ms-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
    -moz-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
    -webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
    -o-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
    transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(3) > div {
    animation: modaal-loading-spinner 1s linear infinite;
    -ms-animation-delay: .25s;
    -moz-animation-delay: .25s;
    -webkit-animation-delay: .25s;
    -o-animation-delay: .25s;
    animation-delay: .25s;
}

.modaal-loading-spinner > div:nth-of-type(4) > div, .modaal-loading-spinner > div:nth-of-type(5) > div {
    -ms-animation: modaal-loading-spinner 1s linear infinite;
    -moz-animation: modaal-loading-spinner 1s linear infinite;
    -webkit-animation: modaal-loading-spinner 1s linear infinite;
    -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(3) {
    -ms-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
    -moz-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
    -webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
    -o-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
    transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(4) > div {
    animation: modaal-loading-spinner 1s linear infinite;
    -ms-animation-delay: .37s;
    -moz-animation-delay: .37s;
    -webkit-animation-delay: .37s;
    -o-animation-delay: .37s;
    animation-delay: .37s;
}

.modaal-loading-spinner > div:nth-of-type(4) {
    -ms-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
    -moz-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
    -webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
    -o-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
    transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(5) > div {
    animation: modaal-loading-spinner 1s linear infinite;
    -ms-animation-delay: .5s;
    -moz-animation-delay: .5s;
    -webkit-animation-delay: .5s;
    -o-animation-delay: .5s;
    animation-delay: .5s;
}

.modaal-loading-spinner > div:nth-of-type(6) > div, .modaal-loading-spinner > div:nth-of-type(7) > div {
    -ms-animation: modaal-loading-spinner 1s linear infinite;
    -moz-animation: modaal-loading-spinner 1s linear infinite;
    -webkit-animation: modaal-loading-spinner 1s linear infinite;
    -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(5) {
    -ms-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
    -moz-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
    -webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
    -o-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
    transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(6) > div {
    animation: modaal-loading-spinner 1s linear infinite;
    -ms-animation-delay: .62s;
    -moz-animation-delay: .62s;
    -webkit-animation-delay: .62s;
    -o-animation-delay: .62s;
    animation-delay: .62s;
}

.modaal-loading-spinner > div:nth-of-type(6) {
    -ms-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
    -moz-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
    -webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
    -o-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
    transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(7) > div {
    animation: modaal-loading-spinner 1s linear infinite;
    -ms-animation-delay: .75s;
    -moz-animation-delay: .75s;
    -webkit-animation-delay: .75s;
    -o-animation-delay: .75s;
    animation-delay: .75s;
}

.modaal-loading-spinner > div:nth-of-type(7) {
    -ms-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
    -moz-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
    -webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
    -o-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
    transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(8) > div {
    -ms-animation: modaal-loading-spinner 1s linear infinite;
    -moz-animation: modaal-loading-spinner 1s linear infinite;
    -webkit-animation: modaal-loading-spinner 1s linear infinite;
    -o-animation: modaal-loading-spinner 1s linear infinite;
    animation: modaal-loading-spinner 1s linear infinite;
    -ms-animation-delay: .87s;
    -moz-animation-delay: .87s;
    -webkit-animation-delay: .87s;
    -o-animation-delay: .87s;
    animation-delay: .87s;
}

.modaal-loading-spinner > div:nth-of-type(8) {
    -ms-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
    -moz-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
    -webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
    -o-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
    transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
}

@media print, screen and (min-width: 768px) {
    .loader {
        position: fixed;
        width: 100vw;
        height: 100vh;
        background: #f0f0f0;
        z-index: 9999;
        top: 0;
        left: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        -webkit-transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
    }

    .loader p {
        transform: translateX(0);
        position: relative;
        display: inline-block;
        width: 300px;
        height: 2px;
        overflow: hidden;
    }

    .loader p:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 0;
        height: 2px;
        background: #006834;
        -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.25, 1.01);
        animation-timing-function: cubic-bezier(0.4, 0, 0.25, 1.01);
        -webkit-animation-duration: 1500ms;
        animation-duration: 1500ms;
        -webkit-animation-name: loadingTween;
        animation-name: loadingTween;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
    }

    .load .loader {
        width: 0;
        left: 100%;
    }

    .load .loader p {
        opacity: 0;
    }

    #container {
        position: relative;
        min-width: 1160px;
        padding-top: 70px;
    }

    .existingView.load #container {
        -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
        animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
        -webkit-animation-duration: 1000ms;
        animation-duration: 1000ms;
        -webkit-animation-name: loadTween;
        animation-name: loadTween;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    .page_changer {
        position: fixed;
        width: 0;
        height: 100vh;
        z-index: 10;
        top: 0;
        left: 0;
        z-index: 9999998;
        background: #006834;
        -webkit-transition: all 500ms cubic-bezier(0.4, 0, 0.25, 1.01);
        transition: all 500ms cubic-bezier(0.4, 0, 0.25, 1.01);
    }

    .page_changer:before {
        display: block;
        content: "";
        width: 0;
        height: 100vh;
        z-index: 9999999;
        background: #f0f0f0;
        left: 0;
        -webkit-transition: all 400ms cubic-bezier(0.4, 0, 0.25, 1.01);
        transition: all 400ms cubic-bezier(0.4, 0, 0.25, 1.01);
        transition-delay: 200ms;
        animation-delay: 200ms;
    }

    .change .page_changer {
        width: 100vw;
    }

    .change .page_changer:before {
        width: 100%;
    }

    .contactArea {
        width: 1160px;
        margin: 50px auto 80px;
        box-sizing: border-box;
        padding: 40px;
        background: #f0f0f0;
        text-align: center;
        border-radius: 5px;
        font-family: "Roboto",sans-serif;
    }

    .contactArea h2 {
        text-align: center;
        font-size: 2.5rem;
        letter-spacing: 1px;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .contactArea address {
        margin-top: 10px;
        font-style: normal;
        font-size: 1.7rem;
        text-align: center;
        font-weight: 400;
    }

    .contactArea address span {
        line-height: 1.8;
        padding: 0 10px;
    }

    .contactArea + .localLinks {
        margin-top: -30px;
    }

    .localLinks {
        margin: 50px auto;
    }

    .localLinks ul {
        display: flex;
        justify-content: center;
    }

    .localLinks ul li {
        margin: 0 8px;
        font-family: "Roboto",sans-serif;
    }

    .localLinks ul li a {
        display: inline-block;
        padding: 15px 30px;
        border-radius: 5px;
        background: #222;
        color: #fff;
        font-size: 1.4rem;
        font-weight: 300;
        letter-spacing: .1rem;
        text-decoration: none;
    }

    .localLinks ul li a:hover {
        background: #006834;
    }

    .localLinks ul li.act a, .localLinks ul li.current a {
        background: #006834;
    }

    .localLinks-top + #content01 .inner {
        padding-top: 10px !important;
    }

    .localLinks-top {
        margin: 50px auto;
    }

    .localLinks-top ul {
        display: flex;
        justify-content: center;
    }

    .localLinks-top ul li {
        padding: 0 20px;
        font-family: "Roboto",sans-serif;
        position: relative;
    }

    .localLinks-top ul li a {
        display: inline-block;
        padding: 0 0 8px;
        border-radius: 5px;
        color: #777;
        font-size: 1.3rem;
        font-weight: 700;
        letter-spacing: .1rem;
        text-decoration: none;
        position: relative;
    }

    .localLinks-top ul li a:hover:after {
        display: block;
        content: "";
        width: 100%;
        height: 2px;
        background-color: #006834;
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .localLinks-top ul li a:hover {
        color: #000;
    }

    .localLinks-top ul li:before {
        content: "";
        width: 1px;
        height: 1.1rem;
        background: #666;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    .localLinks-top ul li:last-child:before {
        display: none;
    }

    .localLinks-top ul li.act a, .localLinks-top ul li.current a {
        color: #000;
    }

    .localLinks-top ul li.act a:after, .localLinks-top ul li.current a:after {
        display: block;
        content: "";
        width: 100%;
        height: 1px;
        background-color: #006834;
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .modaal-content-container .inner {
        display: flex;
    }

    .modaal-content-container .inner .photo {
        height: 200px;
        margin-right: 30px;
    }

    .modaal-content-container .inner .photo img {
        max-width: inherit;
        height: 100%;
        width: 150px;
        object-fit: cover;
    }

    .modaal-content-container .inner .text {
        font-family: "Roboto",sans-serif;
    }

    .modaal-content-container .inner .text .name {
        font-size: 3.5rem;
        font-weight: 700;
    }

    .modaal-content-container .inner .text .country {
        font-size: 2.2rem;
        font-weight: 700;
    }

    .modaal-content-container .inner .text .copy {
        font-size: 1.6rem;
        font-weight: 500;
        margin-top: 10px;
    }
}

@media screen and (max-width: 767px) {
    #container {
        padding-top: 51px;
    }

    .loader {
        position: fixed;
        width: 100vw;
        height: 100vh;
        background: #f0f0f0;
        z-index: 9999;
        top: 0;
        left: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        -webkit-transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
    }

    .loader p {
        transform: translateX(0);
        position: relative;
        display: inline-block;
        width: 25vw;
        height: 2px;
        overflow: hidden;
    }

    .loader p:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 0;
        height: 2px;
        background: #006834;
        -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.25, 1.01);
        animation-timing-function: cubic-bezier(0.4, 0, 0.25, 1.01);
        -webkit-animation-duration: 1500ms;
        animation-duration: 1500ms;
        -webkit-animation-name: loadingTween;
        animation-name: loadingTween;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
    }

    .load .loader {
        width: 0;
        left: 100%;
    }

    .load .loader p {
        opacity: 0;
    }

    .existingView.load #container {
        -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
        animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
        -webkit-animation-duration: 1000ms;
        animation-duration: 1000ms;
        -webkit-animation-name: loadTweenSp;
        animation-name: loadTweenSp;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    .page_changer {
        position: fixed;
        width: 0;
        height: 100vh;
        z-index: 10;
        top: 0;
        left: 0;
        z-index: 9999998;
        background: #006834;
        -webkit-transition: all 700ms cubic-bezier(0.4, 0, 0.25, 1.01);
        transition: all 700ms cubic-bezier(0.4, 0, 0.25, 1.01);
    }

    .page_changer:before {
        display: block;
        content: "";
        width: 0;
        height: 100vh;
        z-index: 9999999;
        background: #f0f0f0;
        left: 0;
        -webkit-transition: all 600ms cubic-bezier(0.4, 0, 0.25, 1.01);
        transition: all 600ms cubic-bezier(0.4, 0, 0.25, 1.01);
        transition-delay: 400ms;
        animation-delay: 400ms;
    }

    .change .page_changer {
        width: 100vw;
    }

    .change .page_changer:before {
        width: 100%;
    }

    .modaal-wrapper {
        width: auto;
        overflow: inherit;
    }

    .modaal-outer-wrapper {
        display: flex;
        width: 100vw;
        height: 100vh;
        align-items: center;
        justify-content: center;
    }

    .modaal-inner-wrapper {
        display: flex;
        width: 100vw;
        height: 100vh;
        align-items: center;
        justify-content: center;
    }

    .modaal-content-container {
        padding: 0;
        box-sizing: border-box;
        margin: 0 auto;
    }

    .modaal-content-container .inner {
        box-sizing: border-box;
        padding: 5%;
    }

    .modaal-content-container .inner .photo {
        height: 25vh;
        text-align: center;
        margin: 0 auto;
    }

    .modaal-content-container .inner .photo img {
        max-width: inherit;
        height: 100%;
        width: 18.9vh;
        object-fit: cover;
    }

    .modaal-content-container .inner .text {
        font-family: "Roboto",sans-serif;
        margin-top: 3%;
    }

    .modaal-content-container .inner .text .name {
        font-size: 1.7rem;
        font-weight: 700;
        text-align: center;
    }

    .modaal-content-container .inner .text .country {
        font-size: 1.2rem;
        font-weight: 700;
        text-align: center;
    }

    .modaal-content-container .inner .text .copy {
        font-size: 1rem;
        font-weight: 500;
        margin-top: 5%;
    }

    .contactArea {
        width: 100%;
        margin: 1% auto 8%;
        box-sizing: border-box;
        padding: 5%;
        background: #f0f0f0;
        font-family: "Roboto",sans-serif;
    }

    .contactArea .inner {
        padding: 0% !important;
    }

    .contactArea h2 {
        font-size: 1.3rem !important;
        letter-spacing: 1px !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .contactArea address {
        font-style: normal;
        font-size: 1rem;
        text-align: left;
        font-weight: 400;
    }

    .contactArea address span {
        line-height: 1.5;
        margin-top: 2%;
        display: block;
    }

    .contactArea + .localLinks {
        margin-top: -30px;
    }

    .localLinks {
        margin: 50px auto;
    }

    .localLinks ul {
        display: flex;
        justify-content: center;
    }

    .localLinks ul li {
        margin: 0 8px;
        font-family: "Roboto",sans-serif;
    }

    .localLinks ul li a {
        display: inline-block;
        padding: 15px 30px;
        border-radius: 5px;
        background: #222;
        color: #fff;
        font-size: 1.4rem;
        font-weight: 300;
        letter-spacing: .1rem;
        text-decoration: none;
    }

    .localLinks ul li a:hover {
        background: #006834;
    }

    .localLinks ul li.act a, .localLinks ul li.current a {
        background: #006834;
    }

    .localLinks-top + #content01 .inner {
        padding-top: 10px !important;
    }

    .localLinks-top {
        margin: 5% auto;
    }

    .localLinks-top ul li {
        padding: 0 5%;
        margin-bottom: 2%;
        font-family: "Roboto",sans-serif;
        position: relative;
        overflow: hidden;
    }

    .localLinks-top ul li:hover:after {
        display: block;
        content: "";
        width: 3.5%;
        height: 2px;
        background-color: #006834;
        position: absolute;
        bottom: 0;
        top: 0;
        left: 0;
        margin: auto;
    }

    .localLinks-top ul li a {
        display: inlin-eblock;
        padding: 2% 5% 2% 0;
        border-radius: 5px;
        color: #777;
        font-size: 1.1rem;
        font-weight: 400;
        letter-spacing: .1rem;
        text-decoration: none;
        position: relative;
        background: #fff;
        z-index: 10;
        position: relative;
    }

    .localLinks-top ul li a:hover {
        color: #000;
    }

    .localLinks-top ul li.act a, .localLinks-top ul li.current a {
        color: #000;
    }

    .localLinks-top ul li.act:after, .localLinks-top ul li.current:after {
        display: block;
        content: "";
        width: 3.5%;
        height: 2px;
        background-color: #006834;
        position: absolute;
        bottom: 0;
        top: 0;
        left: 0;
        margin: auto;
    }

    .modaal-content-container .inner {
        display: flex;
    }

    .modaal-content-container .inner .photo {
        height: 200px;
        margin-right: 30px;
    }

    .modaal-content-container .inner .photo img {
        max-width: inherit;
        height: 100%;
        width: 150px;
        object-fit: cover;
    }

    .modaal-content-container .inner .text {
        font-family: "Roboto",sans-serif;
    }

    .modaal-content-container .inner .text .name {
        font-size: 3.5rem;
        font-weight: 700;
    }

    .modaal-content-container .inner .text .country {
        font-size: 2.2rem;
        font-weight: 700;
    }

    .modaal-content-container .inner .text .copy {
        font-size: 1.6rem;
        font-weight: 500;
        margin-top: 10px;
    }
}

@media print, screen and (min-width: 768px) {
    header {
        position: fixed;
        width: 100%;
        left: 0;
        top: 0;
        z-index: 100;
        background: rgba(255, 255, 255, 0.85);
        box-shadow: 1px 0 1px 1px rgba(0, 0, 0, 0.2);
    }

    #searchArea {
        display: none;
        font-family: "Roboto",sans-serif;
        position: absolute;
        z-index: 1000;
        width: 100%;
        height: 70px;
        background: #444;
        top: 0;
        left: 0;
        padding: 0 50px;
        box-sizing: border-box;
    }

    #searchArea .inner {
        display: flex;
        position: relative;
        height: 70px;
        align-items: center;
        justify-content: start;
    }

    #searchArea .inner p {
        font-size: 2rem;
        font-weight: 700;
        color: #fff;
        letter-spacing: 1px;
    }

    #searchArea .inner #cse-search-box {
        width: 75%;
        width: -webkit-calc(100% - 120px);
        width: calc(100% - 120px);
    }

    #searchArea .inner input[type=text] {
        margin-left: 15px;
        box-sizing: border-box;
        font-size: 1.6rem;
        width: 75%;
        width: -webkit-calc(100% - 80px);
        width: calc(100% - 80px);
        border-radius: 5px;
        background: none;
        height: 40px;
        border: none;
        box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.03);
        color: #fff;
        letter-spacing: .5px;
        background: rgba(0, 0, 0, 0.2);
        padding: 0 15px;
        font-weight: 500;
        letter-spacing: 1.5px;
    }

    #searchArea .inner input[type=text]:placeholder {
        letter-spacing: 1.5px;
    }

    #searchArea .inner input[type=text]:focus, #searchArea .inner input[type=text]:hover {
        outline: none;
    }

    #searchArea .inner input[type=text]:focus:before, #searchArea .inner input[type=text]:focus:after, #searchArea .inner input[type=text]:hover:before, #searchArea .inner input[type=text]:hover:after {
        background: #999;
    }

    #searchArea .inner #searchClose {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        color: #fff;
        cursor: pointer;
        opacity: 1;
        width: 50px;
        height: 50px;
        transition: all 0.2s ease-in-out;
    }

    #searchArea .inner #searchClose:focus, #searchArea .inner #searchClose:hover {
        outline: none;
    }

    #searchArea .inner #searchClose:focus:before, #searchArea .inner #searchClose:focus:after, #searchArea .inner #searchClose:hover:before, #searchArea .inner #searchClose:hover:after {
        background: #999;
    }

    #searchArea .inner #searchClose span {
        position: absolute !important;
        clip: rect(1px 1px 1px 1px);
        clip: rect(1px, 1px, 1px, 1px);
        padding: 0 !important;
        border: 0 !important;
        height: 1px !important;
        width: 1px !important;
        overflow: hidden;
    }

    #searchArea .inner #searchClose:before, #searchArea .inner #searchClose:after {
        display: block;
        content: " ";
        position: absolute;
        top: 14px;
        left: 23px;
        width: 2px;
        height: 22px;
        background: #fff;
        transition: background 0.2s ease-in-out;
    }

    #searchArea .inner #searchClose:before {
        transform: rotate(-45deg);
    }

    #searchArea .inner #searchClose:after {
        transform: rotate(45deg);
    }

    #searchArea .inner .submitbtn {
        position: relative;
        border: none;
        width: 50px;
        height: 50px;
        background: none;
        color: #fff;
        line-height: 50px;
        text-indent: -9999px;
        overflow: hidden;
        cursor: pointer;
        -o-transition: all .15s ease-in;
        -webkit-transition: all .15s ease-in;
        -moz-transition: all .15s ease-in;
        transition: all .15s ease-in;
        opacity: 1;
    }

    #searchArea .inner .submitbtn:before {
        margin: 0;
        content: "";
        font-family: "fontello";
        font-style: normal;
        font-weight: normal;
        speak: none;
        display: inline-block;
        text-decoration: inherit;
        text-align: center;
        text-align: center;
        line-height: 50px;
        font-size: 1.8rem;
        color: #fff;
        position: absolute;
        width: 50px;
        height: 50px;
        left: 0;
        top: 0;
        text-indent: 0;
    }

    #searchArea .inner .submitbtn:hover {
        opacity: .6;
    }

    header {
        min-width: 1160px;
        font-family: "Roboto",sans-serif;
    }

    header .inner {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 70px;
    }

    header .inner #logo {
        flex-basis: 108px;
    }

    header .inner #headerNavi {
        width: -webkit-calc(100% - 108px);
        width: calc(100% - 108px);
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    header .inner #headerNavi ul {
        display: flex;
        align-items: center;
        margin: 0 20px;
    }

    header .inner #headerNavi ul li {
        font-size: 1.4rem;
        font-weight: 500;
    }
}

@media print, screen and (min-width: 768px) and (max-width: 1200px) {
    header .inner #headerNavi ul li {
        font-size: 1.3rem;
    }
}

@media print, screen and (min-width: 768px) {
    header .inner #headerNavi .gNav li {
        padding-left: 10px;
        padding-right: 20px;
        margin-right: 0;
        position: relative;
    }

    header .inner #headerNavi .gNav li:before {
        content: " ";
        width: 1px;
        height: 1.4rem;
        position: absolute;
        background: #000;
        position: absolute;
        right: 5px;
        top: 0;
        bottom: 0;
        margin: auto;
        transform: rotate(30deg);
    }

    header .inner #headerNavi .gNav li:last-child:before {
        display: none;
    }

    header .inner #headerNavi .gNav li a {
        text-decoration: none;
        color: #000;
        position: relative;
        padding-bottom: 5px;
        letter-spacing: .5px;
    }

    header .inner #headerNavi .gNav li a:before {
        content: " ";
        width: 100%;
        height: 2px;
        position: absolute;
        left: 0;
        bottom: 0;
        background: #006834;
        opacity: 0;
        transform: translateY(5px);
        transition: all .2s ease-out;
    }

    header .inner #headerNavi .gNav li a:hover:before {
        opacity: 1;
        transform: translateY(0);
    }

    header .inner #headerNavi .gNav li a.active:before {
        opacity: 1;
        transform: translateY(0);
        transition: all 0s ease-out;
    }

    header .inner #headerNavi .otherArea {
        display: flex;
        align-items: center;
    }

    header .inner #headerNavi .otherLinks {
        margin: 0 20px 0 10px;
    }

    header .inner #headerNavi .otherLinks li {
        font-size: 1.2rem;
        margin: 5px;
    }

    header .inner #headerNavi .otherLinks li a {
        display: block;
        padding: 4px 12px;
        background: #333;
        color: #fff;
        border-radius: 4px;
        transition: all .2s ease-out;
        text-decoration: none;
    }

    header .inner #headerNavi .otherLinks li a:hover {
        background: #006834;
    }

    header .inner #headerNavi .otherLinks li a[href$=".pdf"]:before {
        display: none;
    }

    header .inner #headerNavi .menu {
        display: none;
    }

    header .inner #headerNavi .searchBtn {
        position: relative;
        border: none;
        width: 30px;
        height: 30px;
        background: none;
        color: #fff;
        line-height: 30px;
        text-indent: -9999px;
        overflow: hidden;
        cursor: pointer;
        -o-transition: all .15s ease-in;
        -webkit-transition: all .15s ease-in;
        -moz-transition: all .15s ease-in;
        transition: all .15s ease-in;
        opacity: 1;
    }

    header .inner #headerNavi .searchBtn:before {
        margin: 0;
        content: "";
        font-family: "fontello";
        font-style: normal;
        font-weight: normal;
        speak: none;
        display: inline-block;
        text-decoration: inherit;
        text-align: center;
        text-align: center;
        line-height: 30px;
        font-size: 1.4rem;
        color: #222;
        position: absolute;
        width: 30px;
        height: 30px;
        left: 0;
        top: 0;
        text-indent: 0;
    }

    header .inner #headerNavi .searchBtn:hover {
        opacity: .6;
    }
}

a.soon{
    color: #aaa;
    pointer-events: none;
}
header .inner #headerNavi .otherLinks li.sing_in a.soon {
    background-color: #777;
    color: #ccc;
    pointer-events: none;
}

@media screen and (max-width: 767px) {
    #searchArea {
        display: none;
        font-family: "Roboto",sans-serif;
        position: relative;
        z-index: 1000;
        width: 100%;
        height: 50px;
        background: #444;
        padding: 0 3%;
        box-sizing: border-box;
    }

    #searchArea .inner {
        display: flex;
        position: relative;
        height: 50px;
        align-items: center;
        justify-content: start;
        background: none !important;
        box-shadow: none;
        padding: 0;
    }

    #searchArea .inner p {
        font-size: 14px;
        font-weight: 700;
        color: #fff;
        letter-spacing: 1px;
    }

    #searchArea .inner #cse-search-box {
        width: 75%;
        width: -webkit-calc(100% - 60px);
        width: calc(100% - 60px);
    }

    #searchArea .inner input[type=text] {
        margin-left: 15px;
        box-sizing: border-box;
        font-size: 14px;
        width: 75%;
        width: -webkit-calc(100% - 90px);
        width: calc(100% - 90px);
        border-radius: 5px;
        background: none;
        height: 35px;
        border: none;
        box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.03);
        color: #fff;
        letter-spacing: .5px;
        background: rgba(0, 0, 0, 0.2);
        padding: 0 10px;
        font-weight: 500;
        letter-spacing: 1.5px;
    }

    #searchArea .inner input[type=text]:placeholder {
        letter-spacing: 1.5px;
    }

    #searchArea .inner input[type=text]:focus, #searchArea .inner input[type=text]:hover {
        outline: none;
    }

    #searchArea .inner input[type=text]:focus:before, #searchArea .inner input[type=text]:focus:after, #searchArea .inner input[type=text]:hover:before, #searchArea .inner input[type=text]:hover:after {
        background: #999;
    }

    #searchArea .inner #searchClose {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        color: #fff;
        cursor: pointer;
        opacity: 1;
        width: 30px;
        height: 30px;
        transition: all 0.2s ease-in-out;
    }

    #searchArea .inner #searchClose:focus, #searchArea .inner #searchClose:hover {
        outline: none;
    }

    #searchArea .inner #searchClose:focus:before, #searchArea .inner #searchClose:focus:after, #searchArea .inner #searchClose:hover:before, #searchArea .inner #searchClose:hover:after {
        background: #999;
    }

    #searchArea .inner #searchClose span {
        position: absolute !important;
        clip: rect(1px 1px 1px 1px);
        clip: rect(1px, 1px, 1px, 1px);
        padding: 0 !important;
        border: 0 !important;
        height: 1px !important;
        width: 1px !important;
        overflow: hidden;
    }

    #searchArea .inner #searchClose:before, #searchArea .inner #searchClose:after {
        display: block;
        content: " ";
        position: absolute;
        top: 4px;
        left: 15px;
        width: 2px;
        height: 18px;
        background: #fff;
        transition: background 0.2s ease-in-out;
    }

    #searchArea .inner #searchClose:before {
        transform: rotate(-45deg);
    }

    #searchArea .inner #searchClose:after {
        transform: rotate(45deg);
    }

    #searchArea .inner .submitbtn {
        position: relative;
        border: none;
        width: 30px;
        height: 30px;
        background: none;
        color: #fff;
        line-height: 30px;
        text-indent: -9999px;
        overflow: hidden;
        cursor: pointer;
        -o-transition: all .15s ease-in;
        -webkit-transition: all .15s ease-in;
        -moz-transition: all .15s ease-in;
        transition: all .15s ease-in;
        opacity: 1;
    }

    #searchArea .inner .submitbtn:before {
        margin: 0;
        content: "";
        font-family: "fontello";
        font-style: normal;
        font-weight: normal;
        speak: none;
        display: inline-block;
        text-decoration: inherit;
        text-align: center;
        text-align: center;
        line-height: 30px;
        font-size: 14px;
        color: #fff;
        position: absolute;
        width: 30px;
        height: 30px;
        left: 0;
        top: 0;
        text-indent: 0;
    }

    #searchArea .inner .submitbtn:hover {
        opacity: .6;
    }

    header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        font-family: "Roboto",sans-serif;
        z-index: 1005;
    }

    header .inner {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: rgba(255, 255, 255, 0.95);
        box-shadow: 1px 0 1px 1px rgba(0, 0, 0, 0.2);
    }

    header .inner:before {
        content: "";
        position: absolute;
        opacity: 0;
        height: 0;
        display: block;
        -webkit-transition: opacity 800ms cubic-bezier(0.075, 0.82, 0.165, 1);
        transition: opacity 800ms cubic-bezier(0.075, 0.82, 0.165, 1);
    }

    header .inner #logo {
        width: 78px;
        flex-basis: 78px;
    }

    header .inner #headerNavi ul {
        display: none;
    }

    header .inner #headerNavi .menu {
        position: fixed;
        z-index: 10000;
        top: 0;
        right: 0;
        width: 51px;
        height: 51px;
    }

    header .inner #headerNavi .menu .menu-trigger {
        display: block;
        width: 51px;
        height: 51px;
        position: absolute;
        z-index: 9999;
        display: inline-block;
        transition: all .4s;
        box-sizing: border-box;
    }

    header .inner #headerNavi .menu .menu-trigger span {
        display: inline-block;
        transition: all .4s;
        box-sizing: border-box;
        position: absolute;
        right: 17px;
        width: 20px;
        height: 2px;
        background-color: #000;
    }

    header .inner #headerNavi .menu .menu-trigger span:nth-of-type(1) {
        top: 16px;
    }

    header .inner #headerNavi .menu .menu-trigger span:nth-of-type(2) {
        top: 24px;
    }

    header .inner #headerNavi .menu .menu-trigger span:nth-of-type(3) {
        top: 32px;
    }

    header .inner #headerNavi .menu .menu-trigger.active span:nth-of-type(1) {
        -webkit-transform: translateY(20px) rotate(-45deg);
        transform: translateY(20px) rotate(-45deg);
        top: 5px;
        right: 13px;
        width: 26px;
    }

    header .inner #headerNavi .menu .menu-trigger.active span:nth-of-type(2) {
        opacity: 0;
    }

    header .inner #headerNavi .menu .menu-trigger.active span:nth-of-type(3) {
        -webkit-transform: translateY(-20px) rotate(45deg);
        transform: translateY(-20px) rotate(45deg);
        top: 45px;
        right: 13px;
        width: 26px;
    }

    header .inner .searchBtn {
        margin-right: 50px;
        position: relative;
        border: none;
        width: 30px;
        height: 30px;
        background: none;
        color: #fff;
        line-height: 30px;
        text-indent: -9999px;
        overflow: hidden;
        cursor: pointer;
        -o-transition: all .15s ease-in;
        -webkit-transition: all .15s ease-in;
        -moz-transition: all .15s ease-in;
        transition: all .15s ease-in;
        opacity: 1;
    }

    header .inner .searchBtn:before {
        margin: 0;
        content: "";
        font-family: "fontello";
        font-style: normal;
        font-weight: normal;
        speak: none;
        display: inline-block;
        text-decoration: inherit;
        text-align: center;
        text-align: center;
        line-height: 30px;
        font-size: 1.4rem;
        color: #222;
        position: absolute;
        width: 30px;
        height: 30px;
        left: 0;
        top: 0;
        text-indent: 0;
    }

    header .inner .searchBtn:hover {
        opacity: .6;
    }

    ._nav-open {
        position: fixed;
        width: 100%;
        height: 100vh;
    }

    ._nav-open header {
        height: 100vh;
    }

    ._nav-open header .inner {
        align-items: flex-start;
        background: none !important;
    }

    ._nav-open header .inner #logo {
        width: 0;
        flex-basis: 0;
    }

    ._nav-open header .inner:before {
        opacity: 1;
        content: "";
        position: absolute;
        z-index: 0;
        background: rgba(0, 0, 0, 0.93);
        width: 100%;
        height: 100%;
        display: block;
        top: 0;
        left: 0;
    }

    ._nav-open header #headerNavi {
        width: 100%;
        height: 100vh;
        position: relative;
        z-index: 10;
        overflow-y: scroll;
        scrollbar-base-color: #00519c;
        scrollbar-arrow-color: #00519c;
    }

    ._nav-open header #headerNavi::-webkit-scrollbar {
        width: 6px;
    }

    ._nav-open header #headerNavi::-webkit-scrollbar-thumb {
        background-color: #fff;
        border-radius: 6px;
    }

    ._nav-open header #headerNavi ul {
        display: block !important;
    }

    ._nav-open header .gNav {
        width: 90%;
        margin: 51px auto 0;
    }

    ._nav-open header .gNav li {
        margin-bottom: 5%;
        padding-bottom: 5%;
        font-size: 1.5rem;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

    ._nav-open header .gNav li a {
        color: #fff;
    }

    ._nav-open header .gNav li a:before {
        content: "";
        font-family: "fontello";
        font-style: normal;
        font-weight: normal;
        speak: none;
        display: inline-block;
        text-decoration: inherit;
        text-align: center;
        margin-left: 0;
        margin-right: 5px;
        font-size: 1.1rem;
        color: #999;
    }

    ._nav-open header .otherLinks {
        width: 90%;
        margin: 8% auto 0;
    }

    ._nav-open header .otherLinks li {
        margin-bottom: 5%;
        font-size: 1.3rem;
    }

    ._nav-open header .otherLinks li a {
        color: #fff;
    }

    ._nav-open header .otherLinks li a:before {
        content: "" !important;
        font-family: "fontello";
        font-style: normal;
        font-weight: normal;
        speak: none;
        display: inline-block;
        text-decoration: inherit;
        text-align: center;
        margin-left: 0;
        margin-right: 5px;
        font-size: .8rem;
        color: #999;
    }

    ._nav-open header .otherLinks li a[href$=".pdf"]:before {
        background: none;
        width: auto;
        height: auto;
    }

    ._nav-open header .menu span {
        background-color: #fff !important;
    }
}

@media screen and (max-width: 767px) {
    #spMenuArea {
        display: none;
        position: fixed;
        top: 65px;
        padding-top: 5px;
        right: 0;
        width: 100%;
        height: 100%;
        background: rgba(12, 51, 145, 0.95);
        background-size: cover;
        z-index: 10;
    }

    .menu_open #spMenuArea {
        display: block;
    }

    #wrap {
        -webkit-filter: blur(0px);
        filter: blur(0px);
        -o-transition: all .15s ease-in;
        -webkit-transition: all .15s ease-in;
        -moz-transition: all .15s ease-in;
        transition: all .15s ease-in;
    }

    .menu_open #wrap {
        -webkit-filter: blur(2px);
        filter: blur(2px);
    }

    #spMenuArea .inner {
        overflow-y: scroll;
        margin: 0 auto;
        width: 98%;
    }

    #spNav {
        padding: 0 0 30%;
    }

    #spNav dt.housing a:before {
        content: "";
        font-family: "fontello";
        font-style: normal;
        font-weight: normal;
        speak: none;
        display: inline-block;
        text-decoration: inherit;
        text-align: center;
        padding-right: 3%;
        font-size: 1.6rem;
    }

    #spNav dt.cloud a:before {
        content: "";
        font-family: "fontello";
        font-style: normal;
        font-weight: normal;
        speak: none;
        display: inline-block;
        text-decoration: inherit;
        text-align: center;
        padding-right: 3%;
        font-size: 1.6rem;
    }

    #spNav dt.streaming a:before {
        content: "";
        font-family: "fontello";
        font-style: normal;
        font-weight: normal;
        speak: none;
        display: inline-block;
        text-decoration: inherit;
        text-align: center;
        padding-right: 3%;
        font-size: 1.6rem;
    }

    #spMenuArea .inner::-webkit-scrollbar {
        width: 5px;
    }

    #spMenuArea .inner::-webkit-scrollbar-track {
        border-radius: 5px;
    }

    #spMenuArea .inner::-webkit-scrollbar-thumb {
        border-radius: 5px;
        background: rgba(255, 255, 255, 0.8);
    }

    #spMenuArea ul {
        width: 90%;
        margin: 0 5% 0 5%;
        list-style-type: none;
    }

    #spMenuArea ul li {
        list-style-type: none;
        font-size: 1.2rem;
        letter-spacing: 1px;
        position: relative;
    }

    #spMenuArea ul li a {
        display: block;
        color: #fff;
        text-decoration: none;
        position: relative;
    }

    #spMenuArea ul li a[target=_blank]:after {
        content: "";
        font-family: "fontello";
        font-style: normal;
        font-weight: normal;
        speak: none;
        display: inline-block;
        text-decoration: inherit;
        text-align: center;
        padding-left: 3%;
        text-decoration: none;
        font-size: 1rem;
    }

    #spNav > ul > li > a, #spMenuArea ul li dt {
        position: relative;
        margin-top: 10%;
        border-bottom: 1px dotted rgba(255, 255, 255, 0.45);
        padding-bottom: 3%;
        font-weight: 700;
    }

    #spNav > ul > li > a:before {
        content: "";
        font-family: "fontello";
        font-style: normal;
        font-weight: normal;
        speak: none;
        display: inline-block;
        text-decoration: inherit;
        text-align: center;
        padding-right: 5px;
    }

    #spMenuArea ul li ul li, #spMenuArea ul li dd li {
        margin-top: 8%;
        font-size: 1rem;
    }

    #spMenuArea ul li ul li a, #spMenuArea ul li dd li a {
        font-weight: 300;
    }

    #spMenuArea ul li ul li a:before, #spMenuArea ul li dd li a:before {
        content: "";
        font-family: "fontello";
        font-style: normal;
        font-weight: normal;
        speak: none;
        display: inline-block;
        text-decoration: inherit;
        text-align: center;
        padding-right: 10px;
    }
}

@media screen and (max-width: 767px) {
    #side dt {
        margin-top: 25px;
        background: #008300;
        color: #fff;
        font-size: 16px;
        font-weight: bold;
    }

    #side dt:first-child {
        margin-top: 0;
    }

    #side dt a {
        padding: 30px 10px 30px 25px;
        color: #fff;
        -o-transition: all .15s ease-in;
        -webkit-transition: all .15s ease-in;
        -moz-transition: all .15s ease-in;
        transition: all .15s ease-in;
        position: relative;
    }

    #side dt a:before {
        content: "";
        font-family: "fontello";
        font-style: normal;
        font-weight: normal;
        speak: none;
        display: inline-block;
        text-decoration: inherit;
        text-align: center;
        position: absolute;
        left: 10px;
    }

    #side dd {
        background: #f4f6f6;
    }

    #side li {
        border-bottom: 1px solid #e0e0e0;
    }

    #side li.on {
        background: #ddebdd;
    }

    #side a {
        display: block;
        padding: 15px 10px 15px 25px;
    }
}

@media print, screen and (min-width: 768px) {
    footer {
        min-width: 1160px;
        background: #1e1e1e;
        color: #fff;
        font-family: "Roboto",sans-serif;
        padding-bottom: 50px;
    }

    footer a {
        color: #fff !important;
    }

    footer a.soon {
        color: #777 !important;
    }

    footer .inner {
        position: relative;
    }

    footer .inner #pagetop {
        width: 50px;
        height: 50px;
        position: absolute;
        background: #444;
        right: 0;
        top: 0;
        cursor: pointer;
    }

    footer .inner #pagetop:before {
        content: '\f005';
        font-family: "fontello";
        font-style: normal;
        font-weight: normal;
        speak: none;
        display: inline-block;
        text-decoration: inherit;
        text-align: center;
        margin-left: 0;
        margin-right: 5px;
        font-size: 1.3rem;
        color: #ddd;
        width: 50px;
        height: 50px;
        position: absolute;
        left: 0;
        top: 0;
        line-height: 50px;
    }

    footer .inner #footerNav {
        border-bottom: 1px solid #333;
        height: 50px;
        background: #1e1e1e;
    }

    footer .inner #footerNav ul {
        display: flex;
        justify-content: center;
        height: 50px;
        align-items: center;
    }

    footer .inner #footerNav ul li {
        padding: 0 20px;
        font-weight: 300;
        font-size: 1.2rem;
        letter-spacing: 1px;
        position: relative;
    }

    footer .inner #footerNav ul li:before {
        content: " ";
        position: absolute;
        width: 1px;
        height: 1.2rem;
        background: #999;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    footer .inner #footerNav ul li:last-child:before {
        display: none;
    }

    footer .inner #footerOtherLinks {
        margin-top: 10px;
    }

    footer .inner #footerOtherLinks ul {
        display: flex;
        justify-content: center;
        height: 50px;
        align-items: center;
    }

    footer .inner #footerOtherLinks ul li {
        padding: 0 20px;
        font-weight: 300;
        font-size: 1.2rem;
        letter-spacing: 1px;
        position: relative;
    }

    footer .inner #footerOtherLinks ul li:before {
        content: " ";
        position: absolute;
        width: 1px;
        height: 1.2rem;
        background: #999;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    footer .inner #footerOtherLinks ul li:last-child:before {
        display: none;
    }

    footer .inner .forum {
        text-align: center;
        font-size: 2.5rem;
        font-weight: 500;
        letter-spacing: 1px;
        margin-top: 30px;
    }

    footer .inner .fullname {
        text-align: center;
        font-size: 1.2rem;
        font-weight: 500;
        letter-spacing: 1px;
        margin-top: 15px;
    }

    footer .inner address {
        margin-top: 15px;
        font-style: normal;
        font-size: 1.2rem;
        text-align: center;
    }

    footer .inner address span {
        line-height: 1.8;
    }

    footer .inner address i {
        position: relative;
        display: inline-block;
        width: 17px;
        height: 1.5em;
        margin-left: 5px;
    }

    footer .inner address i::before {
        content: "";
        background: url(/common/img/location.svg) no-repeat center center;
        background-size: 100%;
        width: 17px;
        height: 1.5em;
        position: absolute;
        left: 0;
        bottom: 0;
    }

    #address_md {
        display: none;
    }

    #address_area dl dt {
        width: 940px;
        flex-shrink: 0;
    }

    #address_area dl dd {
        margin-top: 10px;
    }

    #address_area dl dd h2 {
        font-size: 2.1rem;
    }

    #address_area dl dd p {
        margin-top: 10px;
        font-size: 1.6rem;
    }
}

@media screen and (max-width: 767px) {
    footer {
        background: #1e1e1e;
        color: #fff;
        padding: 5%;
        font-family: "Roboto",sans-serif;
    }

    footer a {
        color: #fff !important;
    }

    footer a.soon {
        color: #777 !important;
    }

    footer a:before {
        content: '\f006';
        font-family: "fontello";
        font-style: normal;
        font-weight: normal;
        speak: none;
        display: inline-block;
        text-decoration: inherit;
        text-align: center;
        margin-left: 0;
        margin-right: 5px;
        font-size: 1rem;
        color: #999;
    }

    footer .inner {
        position: relative;
    }

    footer .inner #pagetop {
        width: 50px;
        height: 50px;
        position: absolute;
        background: #444;
        right: 0;
        top: 0;
        z-index: 11;
    }

    footer .inner #pagetop:before {
        content: '\f005';
        font-family: "fontello";
        font-style: normal;
        font-weight: normal;
        speak: none;
        display: inline-block;
        text-decoration: inherit;
        text-align: center;
        margin-left: 0;
        margin-right: 5px;
        font-size: 1.3rem;
        color: #ddd;
        width: 50px;
        height: 50px;
        position: absolute;
        left: 0;
        top: 0;
        line-height: 50px;
    }

    footer .inner #footerNav ul li {
        margin-bottom: 3%;
        font-weight: 300;
        font-size: 1rem;
        letter-spacing: 1px;
        position: relative;
    }

    footer .inner #footerOtherLinks {
        margin-top: 10px;
    }

    footer .inner #footerOtherLinks ul li {
        margin-bottom: 3%;
        font-weight: 300;
        font-size: 1rem;
        letter-spacing: 1px;
        position: relative;
    }

    footer .inner .forum {
        font-size: 1.8rem;
        font-weight: 500;
        letter-spacing: 1px;
        padding-top: 2%;
        margin-top: 5%;
        border-top: 1px solid #333;
    }

    footer .inner .fullname {
        font-size: 1rem;
        font-weight: 500;
        letter-spacing: 1px;
        margin-top: 3%;
    }

    footer .inner address {
        margin-top: 3%;
        font-style: normal;
        font-size: 1rem;
        color: #ccc;
    }

    footer .inner address span {
        margin-top: 1%;
        display: block;
        line-height: 1.8;
    }

    footer .inner address a::before {
        display: none;
    }

    footer .inner address i {
        position: relative;
        display: inline-block;
        width: 10px;
        height: 1em;
        margin-left: 5px;
    }

    footer .inner address i::before {
        content: "";
        background: url(/common/img/location.svg) no-repeat center center;
        background-size: 100%;
        width: 10px;
        height: 1em;
        position: absolute;
        left: 0;
        bottom: 0;
    }

    #address_md {
        display: none;
    }

    #address_area dl dt {
        position: relative;
        padding-bottom: 56.25%;
        padding-top: 30px;
        height: 0;
        overflow: hidden;
    }

    #address_area dl dt iframe, #address_area dl dt object, #address_area dl dt embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    #address_area dl dd {
        padding: 5%;
    }

    #address_area dl dd h2 {
        font-size: 1.7rem;
    }

    #address_area dl dd p {
        margin-top: 15px;
        font-size: 1.4rem;
    }
}

@media print {
    #container {
        padding-top: 0 !important;
    }

    header {
        position: relative !important;
    }
}

#address_md {
    display: none;
} /*# sourceMappingURL=common.css.map */
