section.culture .wrapper {
    padding-top: 3rem;
    padding-bottom: 5rem;
}

.culture-list {

}

.culture-list li {
    min-height: 22.5rem;
    display: flex;
}

.culture-list li:nth-of-type(2n) {
    flex-direction: row-reverse;
}

.culture-list li > * {
    flex: 0 0 auto;
    width: 50%;
}

.culture-list .cover img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.culture-list .content {
    padding-left: 5rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.culture-list .content .layout-area{
    width: 100%;
}

.culture-list li:nth-of-type(2n) .content {
    padding-right: 5rem;
    padding-left: 0;
}

.culture-list h3 {
    font-size: 2rem;
    margin-bottom: .75rem;
}

.culture-list p {
    font-size: 1.125rem;
}

section.strategy {
    background-color: #f7f7f7;
    padding: 3rem 0 3.75rem;
}

.strategy-list .icon {
    height: 3.75rem;
    width: auto;
    position: absolute;
    left: 1.25rem;
    top: .875rem;
    object-fit: contain;
}

.strategy-list li::after {
    left: auto;
    right: 2.5rem;
}

.strategy-list li.expanded::after {
    background-image: url("../images/icons/expanded_left.png")
}

.strategy-list li.expanded .content {
    display: flex;
}

.strategy-list .content > * {
    flex: 0 0 50%;
}

.strategy-list .right {
    padding-left: 5.625rem;
}

.strategy-list .right img {
    width: 100%;
    height: auto;
}

.strategy-list li p {
    font-size: 1.125rem;
    line-height: 1.875rem;
    margin-top: 1.875rem;
}

.strategy-list li p:first-child {
    margin-top: 0;
}

section.view {
    padding: 3rem 0 3.75rem;
}

section.view .content {
    display: flex;
}

section.view .content > * {
    flex: 0 0 50%;
}

.view .left {
    padding-right: 5rem;

    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.view h3 {
    padding-right: 5rem;
    color: #e31019;
    font-size: 1.625rem;
}

.view p {
    font-size: 1.125rem;
    line-height: 1.875rem;
    margin-top: 1.125rem;
}

.view img {
    width: 100%;
    height: auto;
}

section.philosophy {
    color: white;
    position: relative;
}

section.philosophy h2.section-title-small {
    color: inherit;
    font-size: 1.625rem;
}

section.philosophy .wrapper {
    position: relative;
    z-index: 240;

    padding-top: 3rem;
    padding-bottom: 5.25rem;
}

.phil-list {
    display: flex;
    height: 12.5rem;
    align-items: stretch;
}

.phil-list li {
    flex: 0 0 8rem;
    transition: .5s;
    border-left: 1px solid rgba(255, 255, 255, .3);

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
}

.phil-list li:last-of-type {
    border-right: 1px solid rgba(255, 255, 255, .3);
}

.phil-list li > * {
    z-index: 250;
}

.phil-list li::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to right, transparent, #fff);
    opacity: 0;
    z-index: 235;
    transition: .3s;
}


.phil-list li:not(.active):hover::after {
    opacity: .1;
}

.phil-list li.active {
    flex-grow: 1;
    justify-content: flex-start;
}

.phil-list .info-box {
    position: absolute;
    visibility: hidden;
    opacity: 0;
}

.init-title {
    font-size: 1.25em;
    transition: .5s;
}

.phil-list li.active .init-title {
    opacity: 0;
    transition: 0s;
}

.phil-list li.active .info-box {
    opacity: 1;
    visibility: visible;
    left: 2.5rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: .5s;

    /*wrapper宽度的一半*/
    width: calc(37.5vw + 80px);
}

.info-box .title {
    font-size: 1.625rem;
    margin-bottom: .625rem;
}

section.target {
    padding: 4rem 0;
}

.target .wrapper {
    display: flex;
    align-items: stretch;
}

.target .wrapper > * {
    flex: 0 0 50%;
}

.target .left {
    min-height: 22.5rem;
}

.target .left img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.target .right {
    flex: 0 0 50%;
    padding-left: 5rem;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.target h2 {
    font-size: 1.625rem;
    color: #e31019;
    margin-bottom: 1rem;
}

.target p {
    font-size: 1.125rem;
    line-height: 1.875rem;
}

body.wfEditorMode .phil-list a.wfEditorMode{
    margin-top: 1rem;
}


@media (max-width: 960px) {
    .strategy-list .right {
        padding-left: 2rem;
    }
}

@media (max-width: 800px) {
    .strategy-list .content {
        flex-direction: column-reverse;
    }

    .strategy-list .right {
        padding-left: 0;
        margin-bottom: 2rem;
        margin-top: 1rem;
    }

    .expandable-list li .content {
        padding-left: 6rem;
        padding-right: 5rem;
    }

    ul.phil-list {
        flex-wrap: wrap;
        height: auto;
    }

    ul.phil-list li {
        flex: 0 0 50%;
        padding: 2rem;
        display: block;
        border-bottom: 1px solid rgba(255, 255, 255, .3);
    }

    ul.phil-list li:nth-child(1), ul.phil-list li:nth-child(2){
        border-top: 1px solid rgba(255, 255, 255, .3);
    }

    ul.phil-list li:nth-child(2n){
        border-right: 1px solid rgba(255, 255, 255, .3);
    }
    .phil-list li.active{
        flex-grow: 0;
    }

    ul.phil-list li .init-title {
        display: none;
    }

    ul.phil-list li .info-box, .phil-list li.active .info-box{
        position: relative;
        width: 100%;
        left: 0;
        visibility: visible;
        opacity: 1;
        justify-content: flex-start;
    }
}

@media (max-width: 640px) {
    .culture-list li, .culture-list li:nth-of-type(2n) {
        flex-direction: column;
        min-height: auto;
    }

    .culture-list li > * {
        flex: auto;
        height: auto;
    }

    .culture-list .content {
        padding: 2rem 0 3rem;
    }

    section.culture .wrapper {
        padding-bottom: 0;
    }

    .expandable-list li .content {
        padding-left: 0;
        padding-right: 0;
    }

    section.view .content {
        flex-direction: column;
    }

    section.view {
        padding-bottom: 2rem;
    }

    section.view .content .left {
        padding-right: 0;
        margin-bottom: 3rem;
    }

    section.target .wrapper {
        flex-direction: column-reverse;
    }

    section.target .right {
        padding-left: 0;
        margin-bottom: 2rem;
    }

    section.target .left{
        min-height: unset;
    }

    ul.phil-list li {
        flex: 0 0 100%;
    }

    ul.phil-list li{
        border-right: 1px solid rgba(255, 255, 255, .3);
    }
    ul.phil-list li:nth-child(2){
         border-top: none;
     }

    .shoulder-nav{
        display: none;
    }
}