* {
    padding: 0;
    margin: 0;
}

:-moz-placeholder {
    color: #b1b0b0;
}

::-webkit-input-placeholder {
    color: #b1b0b0;
}

:-ms-input-placeholder {
    color: #b1b0b0;
}

html,
body {
    overflow-x: hidden;
    font-family: 'Noto Sans SC', sans-serif;
    background-color: #eee;
}

a,
a:hover {
    text-decoration: none;
}

.mw-page {
    width: 100%;
}

.mw-page__fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.mw-page__fixed.scroll {
    overflow: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

.mw-page__member {
    background: url(../images/background-member.jpg) no-repeat left top;
    background-size: 100% auto;
}

.mw-page__news {
    background: url(../images/background-news.jpg) no-repeat left top;
    background-size: 100% auto;
}

.mw-page__history {
    background: url(../images/background-history.jpg) no-repeat left top;
    background-size: 100% auto;
}

.mw-page__join {
    background: url(../images/background-join.png) no-repeat left top;
    background-size: 100% auto;
}

.mw-mobile__switch-nav {
    width: 21px;
    height: 18px;
    position: relative;
    margin-right: 8.666667%;
    display: block;
}

.mw-mobile__switch-nav i {
    display: block;
    position: absolute;
    height: 1px;
    background-color: #fff;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}

.mw-mobile__switch-nav i:first-child,
.mw-mobile__switch-nav i:last-child {
    transform: translateY(0);
}

.mw-mobile__switch-nav i:first-child {
    top: 0;
    bottom: auto;
}

.mw-mobile__switch-nav i:last-child {
    bottom: 0;
    top: auto;
}

.mw-container {
    width: 100%;
    position: relative;
}

.mw-container__main {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}

.mw-container__full {
    height: 100%;
}

.mw-container__full .mw-container__main {
    height: 100%;
}

.mw-container__aside,
.mw-container__aside-left,
.mw-container__aside-right {
    width: 10.416667%;
    position: absolute;
    top: 0;
    bottom: 0;
}

.mw-container__aside-left,
.mw-container__aside:first-child {
    left: 0;
}

.mw-container__aside-right,
.mw-container__aside:last-child {
    right: 0;
}

.mw-container__inner {
    margin-left: 3.298153%;
    margin-right: 3.298153%;
}

.mw-container__language {
    width: 100%;
    text-align: center;
    line-height: 1.8;
    color: #fff;
}

.mw-container__language span {
    display: block;
    font-size: 0;
    height: 0;
}

.mw-container__language a {
    color: #7e7e7e;
    -webkit-transition: color .3s ease;
    -ms-transition: color .3s ease;
    transition: color .3s ease;
}

.mw-container__language a:hover,
.mw-container__language a.active {
    color: #fff;
}

.mw-container__fixed,
.mw-container__absolute {
    position: fixed;
}

.mw-container__logo {
    display: block;
    background-image: url(../images/logo-white__horizontal.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
    width: 117px;
    height: 27px;
    margin-left: 8.666667%;
}

.mw-container__header {
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
}

.mw-container__header .mw-container__aside:first-child {
    height: 53px;
    background-color: #c5a181;
    width: 100%;
    position: static;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
}

.mw-container__header .mw-container__aside:last-child {
    bottom: 15px;
    top: auto;
    width: 100%;
    text-align: center;
    position: fixed;
    display: none;
}

.mw-container__header .mw-container__main {
    width: 100%;
    position: fixed;
    top: 53px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #c5a181;
    display: none;
}

.mw-container__header.show .mw-container__aside:last-child,
.mw-container__header.show .mw-container__main {
    display: block;
}

.mw-container__header .mw-container__main .mw-container__inner {
    margin-left: 0;
    margin-right: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 80px;
    overflow: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

.mw-container__header.show .mw-container__logo {
    opacity: 0;
}

.mw-container__header.show .mw-mobile__switch-nav i:nth-child(2) {
    display: none;
}

.mw-container__header.show .mw-mobile__switch-nav i:nth-child(1) {
    transform: rotate(45deg) translateY(160%) translateX(50%);
}

.mw-container__header.show .mw-mobile__switch-nav i:nth-child(3) {
    transform: rotate(-45deg) translateY(-160%) translateX(50%);
}

.mw-nav {
    text-align: left;
    font-size: 0;
    border-top: 1px solid #edceaf;
}

.mw-nav__item {
    display: block;
    position: relative;
    border-bottom: 1px solid #edceaf;
    overflow: hidden;
}

.mw-nav__item.only-mobile {
    display: block;
}

.mw-nav__item-top {
    font-size: 15px;
    font-weight: bold;
    display: inline-block;
    height: 60px;
    line-height: 60px;
    color: #fff;
    position: relative;
    padding-right: 8.666667%;
    padding-left: 8.666667%;
    -webkit-transition: color .3s ease;
    -ms-transition: color .3s ease;
    transition: color .3s ease;
}

.mw-nav__item-submenu {
    position: static;
    text-align: left;
    line-height: 1.6;
    height: 0;
}

.mw-nav__item.open .mw-nav__item-submenu {
    height: auto;
}

.mw-nav__item-submenu a {
    font-size: 15px;
    display: flex;
    height: 60px;
    align-items: center;
    color: #fff;
    padding-right: 8.666667%;
    padding-left: 8.666667%;
    background-color: rgba(0, 0, 0, .1);
    border-top: 1px solid rgba(237, 206, 175, .5);
}

.mw-nav__item-submenu::after {
    content: '\20';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    border-width: 7px;
    border-style: solid;
    border-color: #fff transparent transparent;
    top: 27px;
    right: 8.666667%;
}

.mw-nav__item.open .mw-nav__item-submenu::after {
    transform: rotate(180deg);
    top: 20px;
}

.mw-button__banner {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    /*border-radius: 36px;*/
    font-size: 12px;
    color: #fff;
    border: 1px solid #fff;
    padding: 0 3em;

    text-align:center;
    font-weight: 500;
}

    .mw-button__banner.full {
        background-color: #11428b;
        border: 1px solid #11428b;
    }


    .mw-button__banner.full2 {
        border-radius:10px;
        background-color: #d1af8e;
        border: 1px solid #d1af8e;
    }

.mw-timeline {
    padding-top: 90px;
}

.mw-timeline.small {
    padding-top: 10px;
}

.mw-timeline.no-padding {
    padding-top: 0
}

.mw-timeline__header {
    font-size: 0;
    display: flex;
    position: relative;
    margin-left: 3.298153%;
    margin-right: 3.298153%;
}

.mw-timeline__header-history {
    display: block;
}

.mw-timeline__footer {
    margin-left: 3.298153%;
    margin-right: 3.298153%;
}

.mw-timeline__header-title {
    font-weight: bold;
    color: #202020;
    line-height: 1.2;
    display: inline-block;
    vertical-align: middle;
    padding-right: 20px;
    position: relative;
    white-space: nowrap;
}

.mw-timeline__header-title::after {
    content: '\20';
    display: block;
    width: 1px;
    height: 100%;
    background-color: #d2d2d2;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.mw-timeline__header-history .mw-timeline__header-title::after {
    display: none;
}

.mw-timeline__header-title strong {
    font-size: 30px;
}

.mw-timeline__header-title span {
    font-size: 20px;
    display: block;
    font-family: 'Montserrat';
}

.mw-timeline__header-list {
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
    flex: 1 1 auto;
}

.mw-timeline__header-list li {
    list-style: none;
    font-size: 14px;
    line-height: 1.8;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 90%;
}

.mw-timeline__header-list li::before {
    content: '\20';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: #cfac89;
    vertical-align: middle;
    position: relative;
    top: -2px;
    margin-right: 8px;
}

.mw-timeline__header-list li a {
    color: #5f5f5f;
    -webkit-transition: color .2s ease;
    -ms-transition: color .2s ease;
    transition: color .2s ease;
}

.mw-timeline__header-list li a:hover {
    color: #202020;
}

.mw-timeline__header-list .arrow {
    width: 24px;
    height: 24px;
    background: url(../images/arrow-round.png) no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    right: auto;
    left: 0;
    top: 100%;
}

.mw-timeline__header-intro {
    line-height: 1.5;
    font-size: 14px;
    color: #5f5f5f;
    padding-left: 20px;
    max-width: 280px;
}

.mw-timeline__header-intro__history {
    display: block;
    padding-left: 0;
    margin-top: 20px;
}

.mw-timeline__body {
    margin-top: 80px;
    margin-left: 3.298153%;
    margin-right: 3.298153%;
}

.mw-timeline__body.no-margin {
    margin-top: 0;
}

.mw-timeline__item {
    position: relative;
    padding-bottom: 40px;
}

.mw-timeline__item.year {
    margin-top: 20px;
}

.mw-timeline__item-aside {
    position: absolute;
    top: -30px;
}

.mw-timeline__item-aside__history {
    position: absolute;
    top: -15px;
    left: 0;
}

.mw-timeline__item-time {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    border: 1px solid #d6d6d6;
    background-color: #eee;
    text-align: center;
    padding: .9em 0;
    box-sizing: border-box;
    line-height: 1.2;
    font-size: 14px;
    font-weight: bold;
    color: #cfac89;
}

.mw-timeline__item-time__history {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background-color: #eee;
    border: 2px solid #d1af8e;
}

.mw-timeline__item-time__history i {
    width: 50%;
    height: 50%;
    border-radius: 100%;
    display: block;
    background-color: #d1af8e;
    margin: 25%;
}

.mw-timeline__item-time__history.diamond {
    border-radius: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mw-timeline__item-time__history.diamond i {
    border-radius: 0;
}

.mw-timeline__item-line__vertical {
    width: 1px;
    background-color: #d6d6d6;
    top: 30px;
    left: 30px;
    bottom: 0;
    position: absolute;
}

.mw-timeline__item-line__horizontal {
    height: 1px;
    background-color: #d6d6d6;
    top: 0;
    left: 60px;
    width: 20px;
    position: absolute;
}

.mw-timeline__item-line__horizontal-history {
    height: 2px;
    background-color: #d1af8e;
    top: 0;
    left: 15px;
    width: 50px;
    position: absolute;
}

.mw-timeline__item-main {
    margin-left: 80px;
}

.mw-timeline__item-main.history {
    margin-left: 0;
}

.mw-timeline__item-main.history .mw-timeline__item-main__text .title {
    margin-left: 70px;
    margin-bottom: 10px;
}

.mw-timeline__item-main.history .mw-timeline__item-main__text img {
    max-width: 100%;
}

.mw-timeline__item-main.history .mw-timeline__item-main__text img.small {
    max-width: 50%;
}

.mw-timeline__item-main.history .mw-timeline__item-main__text p {
    padding-bottom: 1em;
}

.mw-timeline__item-history__year {
    font-size: 26px;
    font-weight: bold;
    color: #d1af8e;
    position: absolute;
    top: -60px;
}

.mw-member__main,
.mw-join__term-main {
    margin-left: 0;
}

.mw-timeline__item-main__image img {
    width: 100%;
}

.mw-timeline__item-main__image .text .title {
    font-size: 16px;
    font-weight: bold;
    color: #363636;
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
}

.mw-timeline__item-main__image .text i {
    display: block;
    width: 30px;
    height: 3px;
    background-color: #cfac89;
}

.mw-timeline__item-main__image .text p {
    color: #363636;
    font-size: 14px;
    line-height: 1.5;
    padding-top: 5px;
}

.mw-timeline__item-main__image .text .button {
    display: none;
}

.mw-timeline__item-main__text .title {
    font-size: 16px;
    font-weight: bold;
    color: #363636;
    top: -11px;
    position: relative;
}

.mw-timeline__item-main__text p {
    font-size: 14px;
    line-height: 1.5;
}

.mw-timeline__footer {
    padding: 5% 0;
    text-align: center;
    font-size: 12px;
    color: #c8c8c8;
}

.mw-pagination__swiper {
    position: absolute;
    left: 50%;
    top: auto;
    bottom: 8%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.mw-pagination__swiper::before,
.mw-pagination__swiper::after {
    content: '\20';
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    position: absolute;
    width: 12px;
    left: 0;
    margin-left: -5px;
}

.mw-pagination__swiper::before {
    height: 12px;
    top: -18px;
    border: 2px solid #fff;
    border-radius: 100%;
    box-sizing: border-box;
}

.mw-pagination__swiper::after {
    height: 11px;
    bottom: -18px;
    background-image: url(../images/pagination-arrow.png);
}

.mw-pagination__swiper .swiper-pagination-switch {
    width: 2px;
    height: 2px;
    border-radius: 2px;
    background-color: #fff;
    display: block;
    margin: 15px 0;
    transition: height .2s ease;
}

.mw-pagination__swiper .swiper-active-switch {
    height: 68px;
}

.mw-pagination__swiper-horizontal {
    font-size: 0;
}

.mw-pagination__swiper-horizontal .swiper-pagination-switch {
    display: inline-block;
    width: 25px;
    height: 3px;
    border-radius: 3px;
    background-color: rgba(125, 125, 125, .5);
    margin-right: 3px;
    cursor: pointer;
}

.mw-pagination__swiper-horizontal .swiper-active-switch {
    background-color: #cea983;
}

.mw-pagination__swiper-horizontal__small {
    font-size: 0;
}

.mw-pagination__swiper-horizontal__small .swiper-pagination-switch {
    display: inline-block;
    width: 35px;
    height: 3px;
    border-radius: 3px;
    background-color: rgba(125, 125, 125, .5);
    margin-right: 3px;
    cursor: pointer;
}

.mw-pagination__swiper-horizontal__small .swiper-active-switch {
    background-color: #cea983;
}

.mw-single__box {
    width: 100%;
    height: 100%;
}

.mw-loading {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #efefef;
    z-index: 1000;
}

.mw-loading__inner {
    width: 1458px;
    height: 820px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -729px;
    margin-top: -410px;
}

.mw-loading__inner.end {
    z-index: 1;
}

.mw-loading__number {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 26px;
    /*font-weight: bold;*/
    font-family: Montserrat;
    color: #999;
    z-index: 2;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    -ms-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

@media (min-width: 768px) {
    .mw-container__line {
        border-left: 1px solid rgba(191, 191, 191, .25);
        border-right: 1px solid rgba(191, 191, 191, .25);
    }

    .mw-container__main {
        width: 78.958333%;
    }

    .mw-container__absolute {
        position: absolute;
    }

    .mw-button__banner {
        height: 36px;
        line-height: 30px;
        /*border-radius: 36px;*/
        font-size: 16px;
    }

    .mw-mobile__switch-nav {
        display: none;
    }

    .mw-container__header .mw-container__aside:first-child {
        height: auto;
        background-color: transparent;
        width: 10.416667%;
        position: absolute;
        display: block;
    }

    .mw-container__header .mw-container__aside:last-child {
        bottom: 0;
        top: 0;
        width: 10.416667%;
        position: absolute;
        display: block;
    }

    .mw-container__header .mw-container__main {
        width: 78.958333%;
        position: static;
        top: auto;
        background-color: transparent;
        display: block;
    }

    .mw-container__header .mw-container__main .mw-container__inner {
        margin-left: 3.298153%;
        margin-right: 3.298153%;
        position: static;
        overflow: visible;
    }

    .mw-container__logo {
        width: 59%;
        padding-bottom: 63%;
        left: 50%;
        position: absolute;
        margin-top: 19.5%;
        margin-left: 0;
        background-image: url(../images/logo.png);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .mw-container__header.white .mw-container__logo {
        background-image: url(../images/logo-white.png);
    }

    .mw-container__header.show .mw-container__logo {
        opacity: 1;
    }

    .mw-container__aside-left__menu {
        width: 10.416667%;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
    }

    .mw-nav {
        text-align: right;
        margin-top: 4.617414%;
        border-top: 0;
    }

    .mw-nav__item {
        display: inline-block;
        vertical-align: top;
        margin-left: 3.957784%;
        border-bottom: 0;
        padding-right: 0;
        padding-left: 0;
        overflow: visible;
    }

    .mw-nav__item.only-mobile {
        display: none;
    }

    .mw-nav__item-top {
        height: 39px;
        line-height: 39px;
        padding: 0 1em;
        color: #808080;
    }

    .mw-container__header.white .mw-nav__item-top,
    .mw-container__header.alien .mw-nav__item-top {
        color: #fff;
    }

    .mw-nav__item-top::after,
    .mw-nav__item-top::before {
        content: '\20';
        display: block;
        position: absolute;
        width: 0;
        height: 0;
        border-width: 4px;
        border-style: solid;
        opacity: 0;
        -webkit-transition: opacity .3s ease, -webkit-transform .3s ease;
        -ms-transition: opacity .3s ease, -ms-transform .3s ease;
        transition: opacity .3s ease, transform .3s ease;
    }

    .mw-nav__item-top::after {
        top: 0;
        right: 0;
        border-color: #cea983 #cea983 transparent transparent;
        -webkit-transform: translate(-50%, 50%);
        -ms-transform: translate(-50%, 50%);
        transform: translate(-50%, 50%);
    }

    .mw-nav__item-top::before {
        bottom: 0;
        left: 0;
        border-color: transparent transparent #cea983 #cea983;
        -webkit-transform: translate(50%, -50%);
        -ms-transform: translate(50%, -50%);
        transform: translate(50%, -50%);
    }

    .mw-nav__item-submenu {
        position: absolute;
        top: 100%;
        left: 0;
        text-align: left;
        padding-top: 5%;
        line-height: 1.6;
        opacity: 0;
        overflow: hidden;
        -webkit-transition: opacity .3s ease;
        -ms-transition: opacity .3s ease;
        transition: opacity .3s ease;
    }

    .mw-nav__item-submenu a {
        display: inline-block;
        height: auto;
        padding: 0 1em;
        white-space: nowrap;
        font-weight: normal;
        background-color: transparent;
        border-top: 0;
        color: #9b9a9a;
        -webkit-transition: color .3s ease;
        -ms-transition: color .3s ease;
        transition: color .3s ease;
    }

    .mw-container__header.white .mw-nav__item-submenu a,
    .mw-container__header.alien .mw-nav__item-submenu a {
        color: #fff;
    }

    .mw-nav__item-submenu a:hover,
    .mw-container__header.white .mw-nav__item-submenu a:hover,
    .mw-container__header.alien .mw-nav__item-submenu a:hover {
        color: #cea983;
    }

    .mw-nav__item-submenu::after {
        display: none;
    }

    .mw-nav__item.open .mw-nav__item-submenu {
        height: 0;
    }

    .mw-nav__item:hover .mw-nav__item-top {
        color: #cea983;
    }

    .mw-nav__item:hover .mw-nav__item-top::after,
    .mw-nav__item:hover .mw-nav__item-top::before {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    .mw-nav__item:hover .mw-nav__item-submenu {
        opacity: 1;
        height: auto;
    }

    .mw-container__language {
        color: #d6000f;
        margin-top: 34.653465%;
        height: 34px;
        line-height: 34px;
    }

    .mw-container__language a {
        color: #9b9a9a;
    }

    .mw-container__header.white .mw-container__language a,
    .mw-container__header.alien .mw-container__language a {
        color: #fff;
    }

    .mw-container__language a:hover,
    .mw-container__language a.active,
    .mw-container__header.white .mw-container__language a:hover,
    .mw-container__header.white .mw-container__language a.active,
    .mw-container__header.alien .mw-container__language a:hover,
    .mw-container__header.alien .mw-container__language a.active {
        color: #d6000f;
    }

    .mw-container__language span {
        display: inline;
        height: auto;
    }

    .mw-container__language span,
    .mw-container__language,
    .mw-nav__item-top,
    .mw-nav__item-submenu a {
        font-size: 14px;
    }

    .mw-nav__item-top::after,
    .mw-nav__item-top::before {
        border-width: 4px;
    }

    .mw-pagination__swiper {
        left: 50%;
        top: 50%;
        bottom: auto;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .mw-pagination__swiper-horizontal .swiper-pagination-switch {
        width: 50px;
        height: 5px;
        border-radius: 5px;
        margin-right: 5px;
    }

    .mw-timeline {
        padding-top: 15%;
    }

    .mw-timeline__header,
    .mw-timeline__footer {
        display: block;
        padding-left: 50px;
        margin-left: 0;
        margin-right: 0;
    }

    .mw-timeline__footer {
        padding-right: 50px;
    }

    .mw-timeline__header-list {
        width: 60%;
        background: url(../images/activity.png) no-repeat left center;
        background-size: 100% auto;
    }

    .mw-timeline__header-list li {
        width: 100%;
    }

    .mw-timeline__header-list li::before {
        width: 10px;
        height: 10px;
        margin-right: 15px;
    }

    .mw-timeline__header-list ul {
        position: relative;
        display: inline-block;
    }

    .mw-timeline__header-list .arrow {
        left: auto;
        right: -100px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .mw-timeline__header-intro {
        display: inline-block;
        vertical-align: middle;
    }

    .mw-timeline__body {
        margin-left: 0;
        margin-right: 0;
    }

    .mw-timeline__item-aside {
        left: -30px;
    }

    .mw-timeline__item-line__vertical {
        left: -1px;
        opacity: 0;
    }

    .mw-timeline__item-line__horizontal {
        left: 30px;
    }

    .mw-timeline__item-main,
    .mw-member__main,
    .mw-join__term-main {
        margin-left: 50px;
    }

    .mw-timeline__item-main__image {
        position: relative;
    }

    .mw-timeline__item-main__image .text {
        position: absolute;
        top: 40px;
        left: 40px;
        z-index: 1;
        width: 60%;
    }

    .mw-timeline__item-main__image .text .title,
    .mw-timeline__item-main__image .text p {
        color: #fff;
    }

    .mw-timeline__item-main__image .text i {
        background-color: #fff;
    }

    .mw-timeline__item-main__image::after {
        content: '\20';
        display: block;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        position: absolute;
        background-color: rgba(0, 0, 0, .32);
    }

    .mw-timeline__item-main__image .text .button {
        display: inline-block;
        height: 30px;
        line-height: 26px;
        border-radius: 30px;
        font-size: 14px;
        color: #fff;
        padding: 0 3em;
        border: 1px solid #fff;
        margin-top: 20px;
    }

    .mw-timeline__header-intro__history {
        display: block;
    }

    .mw-timeline__item-main.history {
        margin-left: 70px;
    }

    .mw-timeline__item-main.history .mw-timeline__item-main__text p {
        padding-right: 20px;
    }

    .mw-timeline__item-main.history .mw-timeline__item-main__text .title {
        margin-left: 0;
        margin-bottom: 20px;
    }

    .mw-timeline__item-aside__history {
        left: -15px;
    }

    .mw-timeline__item-history__year {
        top: -20px;
        left: -90px;
    }

    .mw-loading__inner {
        width: 1920px;
        height: 1080px;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -960px;
        margin-top: -540px;
    }
}

@media (min-width: 992px) {

    .mw-container__language,
    .mw-nav__item-top,
    .mw-nav__item-submenu a {
        font-size: 17px;
    }

    .mw-nav__item-top::after,
    .mw-nav__item-top::before {
        border-width: 5px;
    }

    .mw-button__banner {
        height: 46px;
        line-height: 40px;
        /*border-radius: 46px;*/
        font-size: 18px;
    }


    .mw-timeline__header-title {
        padding-right: 30px;
    }

    .mw-timeline__header-title strong {
        font-size: 38px;
    }

    .mw-timeline__header-title span {
        font-size: 26px;
    }

    .mw-timeline__header-list {
        margin-left: 30px;
    }

    .mw-timeline__header-list li {
        font-size: 16px;
    }

    .mw-timeline__header-list .arrow {
        width: 30px;
        height: 30px;
    }

    .mw-timeline__item-main__image .text {
        top: 60px;
        left: 80px;
    }

    .mw-timeline__item-main__image .text .title {
        font-size: 24px;
    }

    .mw-timeline__item-main__text .title {
        font-size: 24px;
        top: -18px;
    }

    .mw-timeline__item-main__image .text p,
    .mw-timeline__item-main__text p {
        font-size: 16px;
    }

    .history .mw-timeline__item-main__text p {
        padding-top: 0;
    }

    .mw-timeline__item {
        padding-bottom: 50px;
    }

    .mw-timeline__item-main__image .text .button {
        font-size: 16px;
    }

    .mw-timeline__item-time {
        font-size: 16px;
        width: 80px;
        height: 80px;
        padding-top: 1.2em;
    }

    .mw-timeline__item-aside {
        left: -40px;
        top: -40px;
    }

    .mw-timeline__footer {
        font-size: 16px;
    }

    .mw-timeline__header-intro {
        font-size: 16px;
        max-width: 640px;
        padding-left: 30px;
    }

    .mw-timeline__header-intro__history {
        display: inline-block;
        margin-top: 0;
        padding-left: 30px;
    }

    .mw-timeline__header-history .mw-timeline__header-title::after {
        display: block;
    }

    .mw-timeline__item-line__horizontal-history {
        left: 20px;
    }

    .mw-timeline__item-time__history {
        width: 40px;
        height: 40px;
    }

    .mw-timeline__item-aside__history {
        top: -20px;
        left: -20px;
    }
}

@media (min-width: 1460px) {

    .mw-container__language,
    .mw-nav__item-top,
    .mw-nav__item-submenu a {
        font-size: 20px;
    }

    .mw-nav__item-top::after,
    .mw-nav__item-top::before {
        border-width: 7px;
    }

    .mw-timeline__header-title {
        padding-right: 40px;
    }

    .mw-timeline__header-title strong {
        font-size: 60px;
    }

    .mw-timeline__header-title span {
        font-size: 36px;
    }

    .mw-timeline__header-list {
        margin-left: 40px;
    }

    .mw-timeline__header-list li {
        font-size: 22px;
    }

    .mw-timeline__header-list .arrow {
        width: 40px;
        height: 40px;
    }

    .mw-timeline__header-intro {
        font-size: 20px;
        max-width: 800px;
        padding-left: 40px;
    }

    .mw-timeline__header-history .mw-timeline__header-title strong {
        font-size: 50px;
    }

    .mw-timeline__header,
    .mw-timeline__footer {
        padding-left: 80px;
    }

    .mw-timeline__footer {
        padding-right: 80px;
    }

    .mw-timeline__item-main__image .text {
        top: 60px;
        left: 80px;
    }

    .mw-timeline__item-main__image .text .title {
        font-size: 30px;
    }

    .mw-timeline__item-main__image .text p {
        width: 80%;
        padding-bottom: 40px;
    }

    .mw-timeline__item-main__text .title {
        font-size: 30px;
        top: -20px;
    }

    .mw-timeline__item-line__horizontal {
        width: 50px;
    }

    .mw-timeline__item-main__image .text p,
    .mw-timeline__item-main__text p {
        font-size: 22px;
    }

    .mw-timeline__item-main__text p {
        padding-top: 40px;
    }

    .mw-timeline__item {
        padding-bottom: 80px;
    }

    .mw-timeline__item-main,
    .mw-member__main,
    .mw-join__term-main {
        margin-left: 80px;
    }

    .mw-timeline__item-time strong {
        font-size: 20px;
        padding-top: .8em;
    }

    .mw-timeline__footer {
        font-size: 18px;
    }

    .mw-timeline__item-history__year {
        font-size: 36px;
        top: -26px;
        left: -120px;
    }
}


.loginBox {
    position: absolute;
    height: 0;
    right: 10px;
    left: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: right;
    top: 20px;
}

    .loginBox a {
        color: #808080;
        margin-left: -80px;
        line-height: 19px;
    }

.white .loginBox a {
    color: #fff;
}

.loginBox a img {
    vertical-align: sub;
    margin-right: 5px;
    display: none;
}

    .loginBox a img.gray {
        display: inline-block;
    }

.white .loginBox a img.fff {
    display: inline-block;
}

.white .loginBox a img.gray {
    display: none;
}

.mw-container__full .mw-container__main {
    border: 0;
}

.mw-home__banner-item__line.bottom::after, .mw-home__banner-item__line.top, .mw-home__banner-item__line.bottom {
    display: none !important;
}

@media (min-width: 768px) {
    .mw-container__logo {
        background-size: 100% auto;
    }
}

.mw-container__header.show .mw-container__aside:last-child .loginBox {
    position: static;
    width: 100%;
    height: auto;
    text-align: center;
    display: block;
}

    .mw-container__header.show .mw-container__aside:last-child .loginBox a {
        display: block;
        margin: 0 0 10px 0;
    }