.caseKorea .textBlock {
    font-size: 18px;
    line-height: 28px;
}

.caseKorea .textBlock p+p {
    margin-top: 28px;
}

.caseKorea .caseBtn {
    display: inline-block;
    padding-left: 40px;
    padding-right: 30px;
    height: 64px;
    min-width: 240px;
    font-size: 12px;
    line-height: 64px;
    font-family: 'Montserrat';
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.8em;
    text-transform: uppercase;
    text-align: center;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    -ms-border-radius: 32px;
    border-radius: 32px;
    background-color: #866DCD;
    -webkit-transition: background-position 0.4s;
    -moz-transition: background-position 0.4s;
    -o-transition: background-position 0.4s;
    transition: background-position 0.4s;
}

.caseKorea .caseBtn:hover {
    background-position: 0% 0;
}

.caseKorea .titleContainer+.contentContainer {
    margin-top: 28px;
}

.caseKorea .sectionTitle .subtitle span {
    color: #866DCD;
}

.caseKorea .banner {
    position: relative;
    padding-top: 20px;
    background: #EBF2FD;
}

.caseKorea .banner .wrapper {
    display: flex;
    align-items: center;
}

.caseKorea .banner .leftSide {
    width: 50%;
}

.caseKorea .banner .rightSide {
    width: 50%;
    display: flex;
    justify-content: center;
}

.caseKorea .banner img {
    max-width: 100%;
}

.caseKorea img {
    display: block;
    max-height: none;
}

.caseKorea .banner .caseBtn {
    margin-top: 40px;
}

.caseKorea .startSection {
    padding-top: 120px;
}

.caseKorea .startSection .wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.caseKorea .startSection .titleContainer {
    width: calc(100% / 3);
    padding: 0 15px;
}

.caseKorea .startSection .contentContainer {
    width: calc(100% / 3 * 2);
    display: flex;
}

.caseKorea .startSection .contentContainer .textBlock {
    width: 50%;
    padding: 0 15px;
}

.caseKorea .startSection .portraits {
    width: 100%;
    padding: 0 15px;
    margin-top: 70px;
}

.caseKorea .startSection .titleBlock {
    text-align: center;
}

.caseKorea .startSection .titleBlock .title {
    margin-bottom: 28px;
}

.caseKorea .startSection img {
    max-width: 100%;
}

.caseKorea .startSection .contentBlock {
    margin-top: 60px;
}

.caseKorea .startSection .titleContainer+.contentContainer {
    margin-top: 0px;
}

.caseKorea .titleBlock {
    margin-bottom: 28px;
}

.caseKorea .stepItem:first-child,
.caseKorea .stepItem:nth-child(3),
.caseKorea .stepItem:nth-child(4) {
    text-align: center;
}

.caseKorea .stepItem:first-child {
    position: relative;
    z-index: 2;
}

.caseKorea .stepItem:first-child .contentContainer,
.caseKorea .stepItem:nth-child(3) .contentContainer,
.caseKorea .stepItem:nth-child(4) .contentContainer,
.caseKorea .stepItem:nth-child(5) .contentBlock,
.caseKorea .caseResult .contentContainer {
    max-width: 790px;
    margin-left: auto;
    margin-right: auto;
}

.caseKorea .stepItem:first-child img,
.caseKorea .stepItem:nth-child(4) img {
    max-width: 100%;
}

.caseKorea .stepItem:first-child .img {
    margin-bottom: -300px;
}

.caseKorea .stepItem:nth-child(2) {
    position: relative;
    z-index: 1;
    padding-top: 300px;
    margin-bottom: -150px;
}

.caseKorea .stepItem:nth-child(2):before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: #866DCD;
}

.caseKorea .stepItem:nth-child(2) .wrapper:first-child .titleContainer {
    width: calc(100% / 3);
    padding: 0 15px;
}

.caseKorea .stepItem:nth-child(2) .wrapper:first-child .contentContainer {
    width: calc(100% / 3 * 2);
    display: flex;
    justify-content: space-between;
}

.caseKorea .stepItem:nth-child(2) .wrapper:first-child .contentContainer .textBlock {
    width: calc(50% - 10px);
    padding: 0 15px;
}

.caseKorea .stepItem:nth-child(2) .wrapper:first-child {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.caseKorea .stepItem:nth-child(2) .wrapper:first-child .titleContainer+.contentContainer {
    margin-top: 0px;
}

.caseKorea .whiteContent .sectionTitle .subtitle span {
    color: #fff;
}

.caseKorea .stepItem:nth-child(2) .wrapper:first-child .img {
    margin: 0 calc((1230px - 100vw) / 2);
}

.caseKorea .stepItem:nth-child(2) .wrapper:nth-child(2) .img {
    margin: -60px calc((1200px - 100vw) / 2) 0;
}

.caseKorea .stepItem:nth-child(3) .img {
    margin: 0 calc((1200px - 100vw) / 2);
}

.caseKorea .stepItem:nth-child(3) .img img,
.caseKorea .stepItem:nth-child(2) .img img {
    max-width: 100%;
}

.caseKorea .stepItem:nth-child(2) .wrapper:nth-child(2) {
    position: relative;
}

.caseKorea .stepItem:nth-child(2) .blockWrapper {
    position: absolute;
    left: calc(50% + 50px);
    max-width: 325px;
    top: 60px;
}

.caseKorea .stepItem:nth-child(2) .blockWrapper img {
    width: 690px;
    margin-left: -280px;
}

.caseKorea .stepItem:nth-child(3) {
    padding-top: 150px;
    position: relative;
    z-index: 1;
}

.caseKorea .stepItem:nth-child(3):before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: #EBF2FD;
}

.caseKorea .stepItem:nth-child(4) {
    padding-top: 150px;
}

.caseKorea .stepItem:nth-child(4) img,
.caseKorea .stepItem:nth-child(5) .addBlock img {
    margin-left: 30px;
}

.caseKorea .stepItem:nth-child(5) {
    background: #EBF2FD;
    padding-top: 80px;
    padding-bottom: 80px;
}

.caseKorea .stepItem:nth-child(5) .sectionTitle {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.caseKorea .stepItem:nth-child(5) .contentContainer {
    width: 938px;
    height: 904px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
    text-align: center;
    padding-top: 580px;
    padding-left: 231px;
    padding-right: 231px;
}

.caseKorea .stepItem:nth-child(5) .wrapper .img {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.caseKorea .stepItem:nth-child(5) .img img {
    max-width: 100%;
}

.caseKorea .stepItem:nth-child(5) .wrapper {
    position: relative;
}

.caseKorea .stepItem:nth-child(5) .arrow {
    position: absolute;
    padding: 40px 35px;
    border: 1px solid #B2C9D7;
    bottom: 0;
    left: 0;
}

.caseKorea .stepItem:nth-child(5) .visualText {
    position: absolute;
    font-feature-settings: 'pnum' on, 'lnum' on;
    font-weight: 600;
    font-size: 10px;
    line-height: 26px;
    letter-spacing: 0.8em;
    text-transform: uppercase;
    color: #1D1D1D;
    writing-mode: vertical-rl;
    white-space: nowrap;
    transform: rotate(-180deg);
    bottom: 0;
    right: 0;
}

.caseKorea .stepItem .stepsList {
    width: 1260px;
    margin-left: -30px;
    margin-top: 80px;
}

.caseKorea .stepItem .stepsList img {
    max-width: 100%;
}

.caseKorea .stepItem .stepsList .stepsItems {
    display: flex;
    margin-top: 32px;
    padding-left: 32px;
}

.caseKorea .stepItem .stepsList .item {
    width: calc(100% / 3);
    padding-right: 120px;
}

.caseKorea .stepItem .stepsList .title {
    display: block;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
    font-weight: 600;
}

.caseKorea .stepItem .addBlock {
    text-align: center;
    margin-top: 120px;
}

.caseKorea .stepItem:nth-child(6) {
    padding-top: 80px;
    padding-bottom: 115px;
    text-align: center;
}

.caseKorea .stepItem:nth-child(6) .img img {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.caseKorea .stepItem:nth-child(6) .contentContainer {
    margin: 0 -187px;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
}

.caseKorea .stepItem:nth-child(7) .contentContainer {
    margin: 0 calc((1200px - 100vw) / 2);
}

.caseKorea .stepItem:nth-child(7) .contentContainer img {
    max-width: 100%;
}

.caseKorea .stepItem:nth-child(7) .titleContainer {
    position: absolute;
    text-align: center;
    width: 100%;
    left: 0;
    top: 150px;
}

.caseKorea .stepItem:nth-child(7) .wrapper {
    position: relative;
}

.caseKorea .caseResult {
    text-align: center;
    padding: 80px 0 115px;
}

.caseKorea .caseResult img {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

.caseKorea .caseResult .titleContainer {
    margin-top: 20px;
}

@media (min-width: 1920px) {

    .caseKorea .stepItem:nth-child(2):before,
    .caseKorea .stepItem:nth-child(3):before {
        width: 1920px;
        left: 50%;
        margin-left: -960px;
    }

    .caseKorea .stepItem:nth-child(2) .wrapper:first-child .img {
        margin: 0 calc((1230px - 1920px) / 2);
    }

    .caseKorea .stepItem:nth-child(2) .wrapper:nth-child(2) .img {
        margin: -60px calc((1200px - 1920px) / 2) 0;
    }

    .caseKorea .stepItem:nth-child(3) .img {
        margin-left: calc((1200px - 1920px) / 2);
        width: 1920px;
    }

    .caseKorea .stepItem .stepsList {
        width: calc(100% + (1920px - 1200px) / 2);
        margin-left: 0;
    }

    .caseKorea .stepItem .stepsList img {
        margin-left: -46px;
    }

    .caseKorea .stepItem .stepsList .stepsItems {
        padding-left: 0px;
    }

    .caseKorea .stepItem:nth-child(7) .contentContainer {
        margin: 0 calc((1200px - 1920px) / 2);
    }
}

@media (max-width: 1573px) {
    .caseKorea .stepItem:nth-child(6) .contentContainer {
        margin: 0 -30px;
    }

    .caseKorea .stepItem:nth-child(6) .contentContainer img:first-child {
        width: calc(906 / 1574 * 100vw);
    }

    .caseKorea .stepItem:nth-child(6) .contentContainer img:nth-child(2) {
        width: calc(667 / 1574 * 100vw);
    }
}

@media (max-width: 1259px) {
    .caseKorea .stepItem:nth-child(2) .wrapper:first-child .img {
        margin: 0 calc((1200px - 100vw) / 2);
    }

    .caseKorea .stepItem:nth-child(2) .wrapper:nth-child(2) .img {
        margin: -60px calc((1170px - 100vw) / 2) 0;
    }

    .caseKorea .stepItem:nth-child(3) .img {
        margin: 0 calc((1170px - 100vw) / 2);
    }

    .caseKorea .stepItem .stepsList {
        width: 1200px;
        margin-left: -15px;
    }

    .caseKorea .stepItem .stepsList .item {
        padding-right: 80px;
    }

    .caseKorea .stepItem:nth-child(6) .contentContainer {
        margin: 0 -15px;
    }

    .caseKorea .stepItem:nth-child(7) .contentContainer {
        margin: 0 calc((1170px - 100vw) / 2);
    }
}

@media (max-width: 1199px) {
    .caseKorea .textBlock {
        font-size: 14px;
        line-height: 22px;
    }

    .caseKorea .banner {
        padding-top: 0px;
    }

    .caseKorea .startSection {
        padding-top: 80px;
    }

    .caseKorea .stepItem:nth-child(2) .wrapper:first-child .img {
        margin: 0 calc((991px - 100vw) / 2);
        margin-top: 40px;
    }

    .caseKorea .stepItem:nth-child(2) .wrapper:nth-child(2) .img {
        margin: -60px calc((961px - 100vw) / 2) 0;
    }

    .caseKorea .stepItem:nth-child(3) .img {
        margin: 0 calc((961px - 100vw) / 2);
    }

    .caseKorea .stepItem:nth-child(2) .wrapper:nth-child(2) {
        margin-top: 40px;
    }

    .caseKorea .stepItem:nth-child(2) {
        margin-bottom: -78px;
    }

    .caseKorea .stepItem:nth-child(3) {
        padding-top: 78px;
    }

    .caseKorea .stepItem:nth-child(4) {
        padding-top: 80px;
    }

    .caseKorea .stepItem .stepsList {
        width: 992px;
    }

    .caseKorea .stepItem .stepsList .item {
        padding-right: 60px;
    }

    .caseKorea .stepItem .addBlock {
        margin-top: 80px;
    }

    .caseKorea .stepItem:nth-child(5) {
        padding-bottom: 20px;
    }

    .caseKorea .stepItem:nth-child(7) .contentContainer {
        margin: 0 calc((961px - 100vw) / 2);
    }

    .caseKorea .stepItem:nth-child(7) .titleContainer {
        top: 80px;
    }

    .caseKorea .caseResult {
        padding: 40px 0 80px;
    }
}

@media (max-width: 991px) {
    .caseKorea .banner {
        padding-top: 60px;
    }

    .caseKorea .banner .wrapper {
        display: block;
    }

    .caseKorea .banner .leftSide {
        width: 100%;
        max-width: 480px;
    }

    .caseKorea .banner .rightSide {
        width: 100%;
        margin-top: 20px;
        max-width: 450px;
        margin-left: auto;
        margin-right: auto;
    }

    .caseKorea .startSection {
        padding-top: 60px;
    }

    .caseKorea .startSection .wrapper {
        display: block;
        margin: 0;
    }

    .caseKorea .startSection .titleContainer,
    .caseKorea .startSection .contentContainer .textBlock,
    .caseKorea .stepItem:nth-child(2) .wrapper:first-child .titleContainer {
        width: 100%;
        padding: 0;
    }

    .caseKorea .startSection .contentContainer .textBlock,
    .caseKorea .stepItem:nth-child(2) .wrapper:first-child .contentContainer .textBlock {
        width: 100%;
        padding: 0;
    }

    .caseKorea .startSection .textBlock+.textBlock,
    .caseKorea .stepItem:nth-child(2) .wrapper:first-child .contentContainer .textBlock+.textBlock {
        margin-top: 28px;
    }

    .caseKorea .startSection .titleContainer+.contentContainer,
    .caseKorea .stepItem:nth-child(2) .wrapper:first-child .titleContainer+.contentContainer {
        display: block;
        margin-top: 28px;
        width: 100%;
    }

    .caseKorea .startSection .portraits {
        padding: 0;
        margin-top: 60px;
    }

    .caseKorea .startSection .portraits .contentBlock {
        margin-left: -15px;
        margin-right: -15px;
    }

    .caseKorea .startSection .contentBlock {
        margin-top: 40px;
    }

    .caseKorea .projectSection {
        padding-top: 40px;
    }

    .caseKorea .stepItem:nth-child(2) .wrapper:first-child {
        display: block;
        margin: 0;
    }

    .caseKorea .stepItem:nth-child(2) .wrapper:first-child .img {
        margin: 0 calc((738px - 100vw) / 2);
        margin-top: 40px;
    }

    .caseKorea .stepItem:nth-child(2) .wrapper:nth-child(2) .img {
        margin: -60px calc((738px - 100vw) / 2) 0;
    }

    .caseKorea .stepItem:nth-child(2) .blockWrapper {
        left: calc(50% + 40px);
    }

    .caseKorea .stepItem:nth-child(2) .blockWrapper img {
        width: 450px;
        margin-left: -180px;
    }

    .caseKorea .stepItem:nth-child(3) {
        padding-top: 60px;
    }

    .caseKorea .stepItem:nth-child(3) .img {
        margin: 0 calc((738px - 100vw) / 2);
    }

    .caseKorea .stepItem:nth-child(4) {
        padding-top: 60px;
    }

    .caseKorea .stepItem:nth-child(4) img,
    .caseKorea .stepItem:nth-child(5) .addBlock img {
        margin-left: 20px;
    }

    .caseKorea .stepItem:nth-child(5) {
        padding-top: 60px;
        padding-bottom: 20px;
    }

    .caseKorea .stepItem:nth-child(5) .contentContainer {
        left: 50%;
        margin-left: -469px;
    }

    .caseKorea .stepItem:nth-child(5) .titleContainer+.contentContainer {
        margin-top: 0px;
    }

    .caseKorea .stepItem:nth-child(5) .arrow {
        display: none;
    }

    .caseKorea .stepItem:nth-child(5) .visualText {
        display: none;
    }

    .caseKorea .stepItem .stepsList {
        margin-top: 0px;
    }

    .caseKorea .stepItem .stepsList {
        width: 768px;
    }

    .caseKorea .stepItem .stepsList .item {
        padding-right: 20px;
    }

    .caseKorea .stepItem .stepsList .title {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 12px;
    }

    .caseKorea .stepItem .stepsList .stepsItems {
        margin-top: 20px;
        padding-left: 28px;
    }

    .caseKorea .stepItem .addBlock {
        margin-top: 60px;
    }

    .caseKorea .stepItem:nth-child(6) {
        padding-top: 20px;
        padding-bottom: 60px;
    }

    .caseKorea .stepItem:nth-child(6) .contentContainer {
        padding: 0 15px;
    }

    .caseKorea .stepItem:nth-child(7) .contentContainer {
        margin: 0 calc((738px - 100vw) / 2);
    }

    .caseKorea .stepItem:nth-child(7) .titleContainer {
        top: 60px;
    }

    .caseKorea .caseResult {
        padding: 20px 0 60px;
    }
}

@media (max-width: 767px) {
    .caseKorea .sectionTitle .subtitle+.title {
        margin-top: 12px;
    }

    .caseKorea .titleContainer+.contentContainer {
        margin-top: 28px;
    }

    .caseKorea .banner {
        padding-top: 40px;
    }

    .caseKorea .startSection .portraits .contentBlock {
        overflow: hidden;
    }

    .caseKorea .startSection .portraits .contentBlock img {
        min-width: 960px;
        margin-left: -122px;
    }

    .caseKorea .projectSection {
        padding-top: 20px;
    }

    .caseKorea .stepItem:first-child .img {
        margin-bottom: -120px;
    }

    .caseKorea .stepItem:nth-child(2) {
        padding-top: 140px;
    }

    .caseKorea .stepItem:nth-child(2) .wrapper:first-child .img {
        margin: 20px -15px 0 0;
        overflow: hidden;
    }

    .caseKorea .stepItem:nth-child(2) .wrapper:nth-child(2) .img {
        margin: -60px -15px 0;
    }

    .caseKorea .stepItem:nth-child(2) .img img {
        max-width: none;
        width: calc(772 / 480 * 100vw);
        left: 100%;
        position: relative;
        transform: translateX(-100%);
    }

    .caseKorea .stepItem:nth-child(2) .blockWrapper img {
        display: none;
    }

    .caseKorea .stepItem:nth-child(2) .blockWrapper {
        left: auto;
        position: relative;
        top: auto;
        max-width: 100%;
    }

    .caseKorea .stepItem:nth-child(2) .wrapper:nth-child(2) {
        margin-top: 20px;
    }

    .caseKorea .stepItem:nth-child(2) .wrapper:nth-child(2) .img {
        margin: 0 0 0 -15px;
        overflow: hidden;
        height: 500px;
    }

    .caseKorea .stepItem:nth-child(2) .wrapper:nth-child(2) .img img {
        width: 936px;
        left: auto;
        transform: translateX(0%);
    }

    .caseKorea .stepItem:nth-child(3) .img {
        margin: 0 -15px;
    }

    .caseKorea .stepItem:nth-child(4) img,
    .caseKorea .stepItem:nth-child(5) .addBlock img {
        margin-left: 12px;
    }

    .caseKorea .stepItem:nth-child(4) {
        padding-bottom: 30px;
    }

    .caseKorea .stepItem:nth-child(5) .contentContainer {
        padding-left: calc((938px - 100vw) / 2 + (100vw - 360px) / 2);
        padding-right: calc((938px - 100vw) / 2 + (100vw - 360px) / 2);
        padding-top: 600px;
    }

    .caseKorea .stepItem .stepsList {
        width: auto;
        margin-left: -15px;
        margin-right: -15px;
        padding-bottom: 15px;
        overflow: hidden;
        overflow-x: auto;
    }

    .caseKorea .stepItem .stepsList img {
        max-width: 768px;
        width: 768px;
    }

    .caseKorea .stepItem .stepsList .stepsItems {
        width: 768px;
    }

    .caseKorea .stepItem:nth-child(6) .contentContainer {
        display: block;
        padding: 0 0 0 16px;
        margin: 0;
    }

    .caseKorea .stepItem:nth-child(6) .contentContainer img:first-child,
    .caseKorea .stepItem:nth-child(6) .contentContainer img:nth-child(2) {
        width: 100%;
    }

    .caseKorea .stepItem:nth-child(7) {
        background-color: #866DCD;
        padding-top: 60px;
    }

    .caseKorea .stepItem:nth-child(7) .contentContainer .deskEl {
        display: none;
    }

    .caseKorea .stepItem:nth-child(7) .contentContainer .mobEl {
        display: block;
    }

    .caseKorea .stepItem:nth-child(7) .titleContainer {
        top: auto;
        position: relative;
        left: auto;
    }

    .caseKorea .stepItem:nth-child(7) .contentContainer {
        margin: 0;
    }

    .caseKorea .stepItem:nth-child(7) .contentContainer img {
        margin-left: auto;
        margin-right: auto;
    }

    .caseKorea .caseResult .titleContainer {
        margin-top: 40px;
    }
}

@media (max-width: 479px) {
    .caseKorea .caseBtn {
        padding: 0 20px;
    }

    .caseKorea .startSection .portraits .contentBlock .deskEl {
        display: none;
    }

    .caseKorea .startSection .portraits .contentBlock .mobEl {
        display: block;
    }

    .caseKorea .startSection .portraits .contentBlock img {
        min-width: 560px;
        margin-left: 0;
        left: 50%;
        position: relative;
        margin-left: -280px;
    }

    .caseKorea .projectSection {
        padding-top: 60px;
    }

    .caseKorea .stepItem:first-child .img {
        margin-left: -15px;
        margin-right: -15px;
    }

    .caseKorea .stepItem:nth-child(4) .img,
    .caseKorea .stepItem:nth-child(5) .addBlock .img {
        margin-left: -15px;
        margin-right: -15px;
    }

    .caseKorea .stepItem:nth-child(4) img,
    .caseKorea .stepItem:nth-child(5) .addBlock img {
        margin-left: 9px;
    }

    .caseKorea .stepItem:nth-child(5) .sectionTitle {
        display: block;
        text-align: center;
    }

    .caseKorea .sectionTitle .title+.subtitle {
        margin-top: 12px;
    }

    .caseKorea .stepItem:nth-child(5) .contentContainer {
        padding-left: calc((938px - 100vw) / 2 + 15px);
        padding-right: calc((938px - 100vw) / 2 + 15px);
    }
}