section.intro .wrapper {
    padding-top: 3rem;
}

.intro-data {
    padding: 3rem 11rem;
}

.intro-data-list {
    display: flex;
    margin-right: -11rem;
}

.intro-data-list .logo {
    width: 3rem;
    height: 3rem;
    object-fit: contain;
    margin-bottom: 1.75rem;
}

.intro-data-list .logo img {
    max-width: 100%;
    min-height: 100%;
}

.intro-data-list li {
    flex: 0 0 25%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.intro-data-list .val {
    font-weight: bold;
    font-size: 3.125rem;
    line-height: 3.5rem;
    margin-bottom: .375rem;
}

section.intro {
    border-bottom: 1px solid #ccc;
}

section.bring-to-world h2 {
    font-size: 1.875rem;
    line-height: 1.8em;
    padding: .8em 0;
}

body.wfEditorMode .btw-list a.wfEditorMode {
    align-self: flex-start;
}

.btw-list {
    background-color: #f7f7f7;
}

.btw-list li {
    height: 22.5rem;
    position: relative;
    display: flex;
    align-items: center;
}

.btw-list li .wrapper {
    padding-top: 2rem;
    padding-bottom: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    position: static;
    height: 100%;
}

.btw-list li img {
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    left: 50%;
    object-fit: cover;
}

.btw-list li:nth-of-type(2n) img {
    left: 0;
}

.btw-list li:nth-of-type(2n) .wrapper {
    align-items: flex-end;
}

.btw-list .info {
    width: calc(50% - 5rem);
    display: flex;
    flex-direction: column;
    padding-left: 2.5rem;
    position: relative;
}

.btw-list .info h3 {
    font-size: 1.5rem;
    line-height: 2em;
    margin-top: -.5em;
    margin-bottom: 1rem;
}

.btw-list .info::before {
    content: "";
    position: absolute;
    width: .125rem;
    height: 3.75rem;
    top: 0;
    left: 0;
    background: #e31019;
}

section.insist .intro-ctn {
    align-items: flex-end;
}

section.insist .intro-cover {
    right: 50%;
}

.intro-cover video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.intro-cover a.wfEditorMode{
    z-index: 290;
    position: absolute;
    right: 0;
    bottom: 0;
    margin-top: 0;
}

section.insist .intro-cover::after {
    right: -100%;
}

section.insist {
    padding: 5.5rem 0;
}

section.history {
    height: 40rem;
    position: relative;
    color: white;
}

section.history h2.section-title {
    color: white;
}

section.history > .wrapper {
    position: relative;
    z-index: 210;

    padding-top: 3.75rem;
    padding-bottom: 1.25rem;
    display: flex;
    flex-direction: column;
}

section.history .swiper-pagination.wrapper {
    padding-left: 0;
    padding-right: 0;
}

.history-swiper.swiper-container {
    overflow: visible;
    flex-grow: 1;
    align-items: flex-end;
    width: calc(100% - 2.5rem);
}

.history-swiper .swiper-slide {
    display: flex;
    flex-direction: column;
}

body.wfEditorMode .history-swiper a.wfEditorMode {
    margin-top: 1rem;
    align-self: flex-start;
}

.history-swiper .swiper-slide h3 {
    font-size: 2.875rem;
    line-height: 3.5rem;
    margin-top: -.5rem;
    margin-bottom: 1rem;
    font-weight: bold;
}

.history-swiper .swiper-slide::before {
    content: "";
    position: absolute;
    width: .125rem;
    height: 6.25rem;
    top: 0;
    left: -2.5rem;
    background: #e31019;
}

.history-swiper .swiper-slide ul {
    display: flex;
    flex-direction: column;
    margin: .25rem 0;
}

.history-swiper .swiper-slide li {
    line-height: 1.4rem;
    margin: .05rem 0;
    padding-left: .75rem;
    position: relative;
}

.history-swiper .swiper-slide li::before {
    content: "";
    position: absolute;
    width: 0.3125rem;
    height: 0.3125rem;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: white;
    border-radius: 50%;
}

.history-year-swiper .swiper-slide {
    flex: 0 1 auto;
    padding: .25em 1.125rem;
    opacity: 1;
    background: transparent;
    line-height: 2.75rem;
    width: auto;
    height: auto;
    border-radius: 0;
    margin: 0;
    cursor: pointer;
    border-bottom: 1px solid rgba(255, 255, 255, 1);
    transition: .3s;
}

.history-year-swiper .swiper-slide:hover {
    background-color: rgba(255, 255, 255, .05);
}

.history-year-swiper {
    width: 100%;
    flex: 0 0 auto;
    margin-bottom: 1rem;
}

.history-year-swiper span{
    transform-origin: center bottom;
    display: block;
    transition: transform .3s;
}

@supports (object-fit: cover) {

    .history-year-swiper .swiper-slide {
        flex: 0 1 auto;
        padding: .5em 1.125rem;
    }

    .history-year-swiper .swiper-slide-thumb-active span{
        transform: scale(1.5);
    }

    .history-year-swiper .swiper-slide-thumb-active {
        color: #e31019;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .history-year-swiper .swiper-slide::after {
        content: "";
        position: absolute;
        width: 100%;
        height: .75rem;
        bottom: 0;
        left: 0;
        background: linear-gradient(to right, transparent 0%, transparent calc(50% - 1px), white calc(50% - 1px), white 50%, transparent 50%,
        transparent calc(100% - 1px), rgba(255, 255, 255, .25) calc(100% - 1px), rgba(255, 255, 255, .25) 100%, transparent 100%
        );
    }

    .history-year-swiper .swiper-slide.swiper-slide-thumb-active::after {
        background: linear-gradient(to right, transparent 0%, transparent calc(50% - 1px), #e31019 calc(50% - 1px), #e31019 50%, transparent 50%,
        transparent calc(100% - 1px), rgba(255, 255, 255, .25) calc(100% - 1px), rgba(255, 255, 255, .25) 100%, transparent 100%
        );
    }

    .history-year-swiper .swiper-slide:last-child::after{
        background: linear-gradient(to right, transparent 0%, transparent calc(50% - 1px), white calc(50% - 1px), white 50%, transparent 50%);
    }

    .history-year-swiper .swiper-slide.swiper-slide-thumb-active:last-child::after{
        background: linear-gradient(to right, transparent 0%, transparent calc(50% - 1px), #e31019 calc(50% - 1px), #e31019 50%, transparent 50%);
    }
}


section.organizations {
    height: 43.75rem;
    background: url("../images/about_us/org_back.svg") center calc(100% + 1.5rem)/85% auto no-repeat;
}

section.organizations .wrapper {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
    position: relative;
}

section.organizations .structure-img {
    height: calc(100% - 7.5rem);
    width: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

section.qualifications {
    position: relative;
    color: white;
    z-index: 300;
}

section.qualifications .wrapper {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
    position: relative;
    z-index: 205;
}

section.qualifications h2 {
    color: white;
}

.hnq-list {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid rgba(255, 255, 255, .5);
    margin-bottom: 3.75rem;
}

.hnq-list li {
    border-right: 1px solid rgba(255, 255, 255, .5);
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    width: calc(100% / 3 - 1px);
    flex-basis: auto;
    flex-shrink: 0;
    flex-grow: 0;

    height: 11.25rem;
    padding: 2.5rem 3.75rem;
    position: relative;
    font-size: 1.25rem;

    display: flex;
    flex-direction: column;
    align-content: space-between;
    justify-content: center;
    flex-wrap: wrap;
}


.hnq-list li.has-content {
    cursor: pointer;
}

.hnq-list li:nth-of-type(3n) {
    border-right: none;
}

.hnq-list li:nth-last-of-type(1),
.hnq-list li:nth-last-of-type(2),
.hnq-list li:nth-last-of-type(3) {
    border-bottom: 0;
}

.hnq-list li .name {
    font-size: 1.5rem;
}

.hnq-list li .logo {
    height: 100%;
    padding: 1.25rem 0;
}

.hnq-list li .logo img {
    height: 100%;
    width: auto;
}

body.wfEditorMode .hnq-list li a.wfEditorMode {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 0;
}

.hnq-list li > * {
    position: relative;
    z-index: 240;
}

.hnq-list li::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, transparent, white);
    opacity: 0;
    transition: .3s;
}

.hnq-list li.has-content:hover::after {
    opacity: .2;
}

.hnq-swiper-page-mask {
    background-color: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding-top: 10rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: default;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}

.hnq-list li > .hnq-swiper-page-mask {
    z-index: 650;
}

.hnq-swiper-page-mask.open {
    visibility: visible;
    opacity: 1;
}

.hnq-list li > .hnq-swiper-page-mask {
    position: fixed;
}

.hnq-swiper-box {
    position: relative;
    width: 56.25rem;
    height: 30rem;
    background-color: white;

    padding: 0 1.875rem;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.hnq-swiper-box .btn-close {
    top: 0;
    left: -3.75rem;
}

.img-scale-mask .btn-close {
    right: 0;
    top: 0;
}

.hnq-honor-content {
    flex: 0 0 5rem;
}

.hnq-swiper {
    flex-basis: calc(100% - 5rem);
    flex-shrink: 0;
    flex-grow: 0;
    border-bottom: 1px solid #dadada;
    width: 100%;
}

.hnq-swiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.hnq-swiper .swiper-slide img {
    max-height: calc(100% - 3rem);
    max-width: calc(100% - 4rem);
}

.hnq-swiper .swiper-button-prev {
    left: 0;
    background: url("../images/icons/hnq_arror_left.png") center/contain no-repeat;
}

.hnq-swiper .swiper-button-next {
    right: 0;
    background: url("../images/icons/hnq_arror_right.png") center/contain no-repeat;
}

.hnq-swiper .swiper-button-next, .hnq-swiper .swiper-button-prev {
    width: 2.25rem;
    height: 2.25rem;
    margin-top: -1.125rem;
}

.hnq-honor-content {
    color: #333;
    font-size: 1rem;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
}

.hnq-honor-content > div {
    line-height: 1.5625rem;
    height: 1.5625rem;
    text-align: center;
}

.img-scale-mask {
    background-color: rgba(0, 0, 0, .75);
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1100;
    left: 0;
    top: 0;
    visibility: hidden;
    transition: .3s;
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hnq-swiper img {
    cursor: pointer;
}


.img-scale-mask.show {
    opacity: 1;
    visibility: visible;
}

.img-scale-mask img {
    padding: 2rem;
    display: block;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}


@media (max-width: 1440px) {

    .hnq-swiper-box {
        position: relative;
        width: 48rem;
        height: 28rem;
    }
}

@media (max-width: 1280px) {

    .hnq-swiper-box {
        position: relative;
        width: 44rem;
        height: 24rem;
    }
}

@media (max-width: 960px) {

    .intro-ctn {
        flex-direction: column-reverse;
    }

    .intro-box {
        padding: 2.5rem;
        margin: 0;
        width: 100%;
    }

    .intro-cover {
        width: 100%;
        flex: 1 0 auto;
        position: relative;
    }

    .intro-cover img {
        position: relative;
        height: auto;
    }

    .intro-cover::after {
        display: none;
    }

    .intro-data {
        padding: 3rem 0;
    }

    .intro-data-list {
        margin-right: 0;
    }

    .intro-data-list li {
        padding-left: 1rem;
        padding-right: 1rem;
        align-items: center;
        text-align: center;
    }


    section.history {
        height: auto;
    }

    section.history .history-swiper {
        flex: 1 0 auto;
    }

    section.history .history-swiper .swiper-slide {
        min-height: 28rem;
    }

    .history-swiper .swiper-slide > * {
        max-width: calc(100vw - 8rem);
    }

    .btw-list .info {
        width: calc(50% - 2rem);
        padding-left: 1.5rem;
    }

    section.insist .intro-cover {
        right: 0;
    }

    .hnq-list li {
        flex-basis: 50%;
    }


    .hnq-list li:nth-child(2n-1) {
        border-right: 1px solid rgba(255, 255, 255, .5);
    }

    .hnq-list li:nth-child(2n) {
        border-right: none;
    }

    .hnq-list li:nth-last-child(3) {
        border-bottom: 1px solid rgba(255, 255, 255, .5);
    }

    .hnq-swiper-box {
        position: relative;
        width: 40rem;
        height: 24rem;
    }

}

@media (max-width: 640px) {
    .intro-data-list {
        flex-wrap: wrap;
    }

    .intro-data-list li {
        flex: 0 0 50%;
        margin-bottom: 2rem;
    }

    .btw-list li {
        flex-direction: column-reverse;
    }

    .btw-list li img {
        position: relative;
        flex: 1 0 auto;
        width: 100%;
        height: auto;
        left: 0;
    }

    .btw-list .info {
        width: 100%;
    }

    section.organizations .structure-img {
        width: 100%;
        height: auto;
        position: relative;
    }

    section.organizations {
        height: auto;
    }

    .hnq-swiper-box {
        position: relative;
        width: calc(100% - 4rem);
        height: 40vh;
    }

    .hnq-swiper-box .btn-close {
        left: auto;
        right: 0;
        top: -3.75rem;
    }

    .hnq-list li {
        padding: 2rem;
    }

    .hnq-list li .logo {
        display: flex;
        align-items: center;
    }

    .hnq-list li .logo img {
        max-height: 4rem;
    }

    .shoulder-nav {
        display: none;
    }
}


@media (max-width: 480px) {
    section.history .history-swiper .swiper-slide {
        min-height: 36rem;
    }
}