@charset "utf-8";

/* Reset */
html,
body {
    width: 100%;
    height: 100%;
    font-size: 16px;
    color: #000;
    line-height: 1;
    -webkit-text-size-adjust: none;
}

body,
div,
form,
p,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
ul,
ol,
li,
em,
p,
span,
textarea,
pre,
label,
fieldset,
th,
td,
button,
a,
input,
select,
hr,
figure {
    margin: 0;
    padding: 0;
    font-family: ns, Arial, sans-serif;
    word-break: break-all;
    vertical-align: top;
}

/*common*/
#wrap {
    width: 100%;
    overflow: hidden;
    position: relative;
}

img {
    max-width: 100%;
}

.hidden {
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    text-indent: -9999px;
}
.bold {
    font-weight: bold;
}
.inner {
    width: 1300rem;
    margin: 0 auto;
}
.clearfix {
    clear: both;
}
.wrapper {
    overflow: hidden;
}

span.u-pc-br {
    display: block;
}
span.u-mo-br {
    display: none;
}

.ico {
    display: inline-block;
}
.ico.ico-block {
    display: block;
}
.ico.ico-house {
    width: 59rem;
    height: 61rem;
    background: url(./images/ico_house.png) no-repeat center;
    background-size: 59rem 61rem;
}

/* lottie */
#lottie {
    /* position: fixed; */
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 750px;
    height: 507px;
    overflow: hidden;

    left: 50%;
    top: -1000px;
    transform: translateX(-50%);

    z-index: 99;
}

/* section */
.section {
    position: relative;
    margin: 0 auto 40px;
    box-sizing: border-box;
}
.section:last-child {
    margin-bottom: 0;
}
.section .s-tit {
    display: block;

    font-size: 18px;
    line-height: 27px;
    letter-spacing: -0.36px;
    text-transform: uppercase;
}
.section .s-desc {
    font-size: 20px;
    line-height: 31px;
    letter-spacing: -0.4px;
}
.section .swiper-container {
    position: relative;
}

.section1 {
    height: 923px;
    padding-top: 190px;
    margin-bottom: 92px;
}
.section1 .bg {
    position: absolute;
    width: 1920px;
    left: 50%;
    top: 0;
    bottom: 0;
    z-index: -1;
    background-color: #dce8c3;
    clip-path: url(#curve);
    transform: translate(-50%);
}
.section1 .logo {
    width: 704px;
    height: 90px;
    margin: 0 auto;
    margin-bottom: 44px;

    text-align: center;
    text-indent: -9999px;
    font-size: 0;
    line-height: 0;

    background: url(./images/Logo.png) no-repeat center;
    background-size: 100% auto;

    position: relative;
}
.section1 .s-desc {
    width: 582px;
    margin: 0 auto;

    font-size: 23px;
    line-height: 38px;
    letter-spacing: -0.46px;
    color: #585858;
    text-align: center;

    position: relative;
    left: -5px;
}
.section1 .list {
    display: flex;
    height: 500px;
    width: 1292px;
    margin: 0 auto;
    align-items: flex-end;
    justify-content: space-between;
}
.section1 .list .item {
    width: 109px;
    height: 109px;
    margin-bottom: 6px;
    background: none no-repeat center;

    font-size: 0;
    text-indent: -9999px;
}
.section1 .list .item1 {
    background-image: url(./images/icn_bank.png);
}
.section1 .list .item2 {
    background-image: url(./images/icn_card.png);
}
.section1 .list .item3 {
    background-image: url(./images/icn_alpha.png);
}
.section1 .list .item4 {
    background-image: url(./images/icn_insurance.png);
}
.section1 .list .item-empty {
    width: 623px;
}

.section2 {
    width: calc(100% - 80px);
    padding: 118px 0 509px;
    background: #ffe9ed;
}
.section2 .section-wrapper {
    width: calc(1350px - 80px);
    margin: 0 auto;
}
.section2 .s-tit {
    margin-bottom: 31px;
    color: #d9586f;
}
.section2 .list {
    display: flex;
    justify-content: space-around;
    margin-bottom: 2px;
    padding: 0 10px;
}
.section2 .list .item {
    flex: none;
    width: 400px;

    font-size: 20px;
    line-height: 31px;
    letter-spacing: -0.4px;
    color: #585858;
    text-align: center;
}
.section2 .list .item::before {
    content: "";
    display: block;
    margin: 0 auto;
    background: none no-repeat center;
}
.section2 .list .item1::before {
    width: 80px;
    height: 80px;
    margin-bottom: 39px;
    background-image: url(./images/icn_overview_01.png);
}
.section2 .list .item2::before {
    width: 81px;
    height: 82px;
    margin-bottom: 37px;
    background-image: url(./images/icn_overview_02.png);
}
.section2 .list .item3::before {
    width: 81px;
    height: 81px;
    margin-bottom: 38px;
    background-image: url(./images/icn_overview_03.png);
}

.section3 {
    width: 100%;
    padding: 120px calc((100% - 1350px) / 2) 0;
    background: #d5ecf4;
}
.section3 .s-tit {
    display: inline-block;
    margin-right: 160px;
    color: #278bae;
}
.section3 .s-desc {
    display: inline-block;
    width: 750px;
    margin: 0 auto 78px;
}

.section3 .list {
    display: flex;
    height: 645px;
    padding: 0 70px;
    box-sizing: border-box;
}
.section3 .list .item {
    flex: none;
    width: 340px;
    height: 340px;
    padding: 26px;
    opacity: 1;
    box-sizing: border-box;
    border-radius: 50%;

    background: #d5ecf4;

    position: relative;
    text-align: center;
    transform: translate(0, 0);
}
.section3 .list .item::before {
    content: "";
    display: block;
    width: 288px;
    height: 288px;
    border-radius: 50%;
    background: #fff;

    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}
.section3 .list .item::after {
    content: "";
    display: block;
    width: 340px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;

    border-radius: 50%;
    background: rgba(0, 0, 0, 0.07);
    z-index: -20;
}
.section3 .item .item-tit,
.section3 .item .item-desc {
    position: relative;
    z-index: 10;
}
.section3 .item .item-tit {
    margin-top: 60px;
    margin-bottom: 23px;

    font-size: 25px;
    font-weight: bold;
    line-height: 37px;
    letter-spacing: -0.5px;
    color: #3371ec;
}
.section3 .item .item-desc {
    font-size: 16px;
    line-height: 25px;
    letter-spacing: -0.32px;
    color: #585858;
}
.section3 .list .item:nth-child(1),
.section3 .list .item:nth-child(4) {
    align-self: flex-end;
}
.section3 .list .item:nth-child(2) {
    margin: 0 135px 0 -140px;
}
.section3 .list .item:nth-child(4) {
    margin-left: -145px;
}

.section4 {
    width: 1350px;
    padding: 73px 70px 0;
    overflow: hidden;

    background: #d6dff4;
}
.section4 .s-tit {
    color: #999;
    margin-bottom: 10px;
}
.section4 .s-desc {
    margin-bottom: 50px;
}

.section4 .list {
    display: flex;
    justify-content: space-between;
}
.section4 .list .item {
    flex: none;
    width: 380px;
    height: 615px;

    text-align: center;
    color: #2e2e2e;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: -0.32px;

    position: relative;
    background: #d6dff4;
    padding: 90px 5px 0;
}
.section4 .list .item::before {
    content: "";
    display: block;

    position: absolute;
    top: 20px;
    left: 50%;
    transform: translate(-50%);

    background: none no-repeat center;
}
.section4 .list .item1::before {
    width: 80px;
    height: 70px;
    background-image: url(./images/icn_uxui_01.png);
}
.section4 .list .item2::before {
    width: 81px;
    height: 74px;
    background-image: url(./images/icn_uxui_02.png);
}
.section4 .list .item3::before {
    width: 81px;
    height: 75px;
    background-image: url(./images/icn_uxui_03.png);
}
.section4 .item .desc {
    position: relative;
    width: 100%;
    height: 615px;
    padding: 36px 50px 0;
    box-sizing: border-box;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;

    background: #bfc6e4;
}

.section5 {
    height: 2580px;
    padding: 114px calc((100% - 1350px) / 2) 0;
    background: #f8f8f8;
}
.section5 .s-tit {
    color: #999;
    margin-left: 64px;
}
.section5 .view-box {
    position: relative;
    width: 1350px;
    margin: 0 auto;
}
.section5 .view {
    position: absolute;
}
.section5 .view::after {
    content: "";
    display: block;
    clear: both;
}
.section5 .view .tit {
    display: block;
    margin-bottom: 20px;

    font-weight: bold;
    font-size: 19px;
    line-height: 28px;
    color: #2e2e2e;
}
.section5 .view .desc {
    display: inline-block;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: -0.32px;
    color: #585858;
}
.section5 .view .info {
    float: left;
}
.section5 .view .img-box {
    box-shadow: 0 15px 45px 0 rgba(0, 0, 0, 0.2);
    background: none no-repeat center;
}

.section5 .view1 {
    width: 717px;
    right: 130px;
    top: -27px;
}
.section5 .view1 .info {
    padding-top: 64px;
}
.section5 .view1 .img-box {
    width: 360px;
    height: 720px;
    background-image: url(./images/details_01.jpg);

    float: right;
}

.section5 .view2 {
    left: 103px;
    top: 328px;
}
.section5 .view2 .img-box {
    width: 250px;
    height: 500px;
    background-image: url(./images/details_02.jpg);
    margin-bottom: 53px;
}
.section5 .view2 .desc {
    padding-left: 2px;
}

.section5 .view3 {
    right: 103px;
    top: 837px;
}
.section5 .view3 .img-box {
    width: 250px;
    height: 443px;
    background-image: url(./images/details_03.jpg);
    margin-bottom: 55px;
}

.section5 .view4 {
    left: 489px;
    top: 966px;
}
.section5 .view4 .desc {
    margin-bottom: 26px;
}
.section5 .view4 .img-box {
    width: 250px;
    height: 500px;
    background-image: url(./images/details_04.jpg);
    position: relative;
}
.section5 .view4 .img-over-box {
    width: 616px;
    height: 127px;
    background: url(./images/icn_details_04.png) no-repeat center;

    position: absolute;
    left: -171px;
    top: 69px;
}

.section5 .view5 {
    left: 103px;
    top: 1533px;
}
.section5 .view5 .img-box {
    width: 250px;
    height: 500px;
    background-image: url(./images/details_05.jpg);
    margin-bottom: 55px;
}
.section5 .view5 .desc {
    padding-left: 6px;
}

.section5 .view6 {
    right: 103px;
    top: 1709px;
}
.section5 .view6 .img-box {
    width: 250px;
    height: 495px;
    float: left;

    margin-bottom: 53px;
}
.section5 .view6 .img-box + .img-box {
    margin-left: 45px;
}
.section5 .view6 .img-box:nth-child(1) {
    background-image: url(./images/details_06.jpg);
}
.section5 .view6 .img-box:nth-child(2) {
    background-image: url(./images/details_07.jpg);
}

/************************** 
    @media query
***************************/
/* 태플릿 버전 */
@media screen and (max-width: 1349px) {
    span.u-pc-br {
        display: none;
    }

    #lottie {
        width: 560px;
        height: 377px;
    }

    .section {
        margin: 0 auto 30px;
    }

    .section1 {
        height: 970px;
        margin-bottom: 88px;
    }
    .section1 .bg {
        width: 100%;
        height: 782px;
        clip-path: url(#curve_tb);
        transform: none;
        left: auto;
        top: 0;
    }
    .section1 .logo {
        width: 558px;
        height: 72px;
        margin-bottom: 35px;
        background-image: url(./images/Logo@2x.png);
    }
    .section1 .s-desc {
        width: 505px;
        margin-bottom: 469px;
        font-size: 23px;
        line-height: 38px;
        letter-spacing: -0.46px;
    }
    .section1 .list {
        height: auto;
        width: 558px;
        margin: 0 auto;
        justify-content: center;
    }
    .section1 .list .item {
        width: 91px;
        height: 91px;
        background-size: 100% auto;
    }
    .section1 .list .item + .item {
        margin-left: 28px;
    }
    .section1 .list .item1 {
        background-image: url(./images/icn_bank@2x.png);
    }
    .section1 .list .item2 {
        background-image: url(./images/icn_card@2x.png);
    }
    .section1 .list .item3 {
        background-image: url(./images/icn_alpha@2x.png);
    }
    .section1 .list .item4 {
        background-image: url(./images/icn_insurance@2x.png);
    }
    .section1 .list .item-empty {
        width: 0 !important;
        margin-left: 0 !important;
    }

    .section2 {
        width: calc(100% - 60px);
        padding: 70px 70px 374px;
    }
    .section2 .section-wrapper {
        width: auto;
    }
    .section2 .s-tit {
        margin-bottom: 95px;
    }
    .section2 .list {
        flex-direction: column;
        align-items: center;
    }
    .section2 .list .item + .item {
        margin-top: 76px;
    }

    .section3 {
        width: 100%;
        height: 1250px;
        padding: 70px calc((100% - 760px + 200px) / 2) 0;
    }
    .section3 .s-tit {
        display: block;
        margin-right: 160px;
        margin-bottom: 40px;
    }
    .section3 .s-desc {
        width: 100%;
        margin-bottom: 95px;
    }

    .section3 .list {
        flex-wrap: wrap;
        width: 680px;
        padding: 0 0 247px;

        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }
    .section3 .list .item {
        flex: none;
        padding: 26px 44px;
    }
    .section3 .list .item:nth-child(2) {
        margin: 0;
    }
    .section3 .list .item:nth-child(4) {
        margin-left: 0;
    }

    .section4 {
        width: 700px;
        padding: 73px 70px 0;

        background: #d6dff4;
    }
    .section4 .s-tit {
        margin-bottom: 40px;
    }
    .section4 .s-desc {
        margin-bottom: 64px;
    }

    .section4 .list .item {
        padding: 90px 0 0;
        width: 176px;
    }
    .section4 .list .item,
    .section4 .item .desc {
        height: 590px;
    }
    .section4 .item .desc {
        padding: 22px 20px 0 21px;
        margin: 0;
    }
    .section4 .list .item + .item {
        margin-left: 16px;
    }

    .section4 .list .item::before {
        background-size: 100% auto;
    }
    .section4 .list .item1::before {
        background-image: url(./images/icn_uxui_01@2x.png);
    }
    .section4 .list .item2::before {
        background-image: url(./images/icn_uxui_02@2x.png);
    }
    .section4 .list .item3::before {
        background-image: url(./images/icn_uxui_03@2x.png);
    }

    .section5 {
        height: 1814px;
        padding: 70px calc((100% - 760px) / 2) 0;
    }
    .section5 .s-tit {
        margin-left: 100px;
    }
    .section5 .view-box {
        width: 760px;
    }
    .section5 .view .tit {
        margin-bottom: 13px;
    }
    .section5 .view .img-box {
        background-size: 100% auto;
    }

    .section5 .view1 {
        width: 446px;
        right: 55px;
        top: 53px;
    }
    .section5 .view1 .info {
        padding-top: 30px;
        width: 188px;
    }
    .section5 .view1 .img-box {
        width: 226px;
        height: 447px;
        background-image: url(./images/details_01@2x.jpg);
    }

    .section5 .view2 {
        left: 41px;
        top: 275px;
    }
    .section5 .view2 .img-box {
        width: 154px;
        height: 310px;
        background-image: url(./images/details_02@2x.jpg);
        margin-bottom: 26px;
    }
    .section5 .view2 .desc {
        padding-left: 1px;
    }

    .section5 .view3 {
        right: 39px;
        top: 591px;
    }
    .section5 .view3 .img-box {
        width: 156px;
        height: 275px;
        background-image: url(./images/details_03@2x.jpg);
        margin-bottom: 35px;
    }
    .section5 .view3 .desc {
        width: 156px;
    }

    .section5 .view4 {
        left: 281px;
        top: 643px;
    }
    .section5 .view4 .img-box {
        width: 155px;
        height: 309px;
        background-image: url(./images/details_04@2x.jpg);
    }
    .section5 .view4 .img-over-box {
        width: 417px;
        height: 113px;
        background-image: url(./images/icn_details_04@2x.png);
        background-size: 100% auto;

        left: -120px;
        top: 30px;
    }

    .section5 .view5 {
        left: 41px;
        top: 1024px;
    }
    .section5 .view5 .img-box {
        width: 154px;
        height: 308px;
        background-image: url(./images/details_05@2x.jpg);
        margin-bottom: 42px;
    }
    .section5 .view5 .desc {
        padding-left: 6px;
        width: 170px;
    }

    .section5 .view6 {
        right: 40px;
        top: 1132px;
    }
    .section5 .view6 .img-box {
        width: 155px;
        height: 309px;
        margin-bottom: 27px;
    }
    .section5 .view6 .img-box + .img-box {
        margin-left: 28px;
    }
    .section5 .view6 .img-box:nth-child(1) {
        background-image: url(./images/details_06@2x.jpg);
    }
    .section5 .view6 .img-box:nth-child(2) {
        background-image: url(./images/details_07@2x.jpg);
    }
}

/* 모바일 버전 */
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 759px) {
    #lottie {
        /* max-width: 360px; */
        width: 340px;
        height: 355px;
    }

    .section .s-tit {
        margin-bottom: 25px;

        font-size: 14px;
        line-height: 25px;
    }
    .section .s-desc {
        font-size: 14px;
        line-height: 21px;
        letter-spacing: -0.28px;
    }

    .section1 {
        height: 700px;
        margin-bottom: 90px;
        padding-top: 135px;
    }
    .section1 .bg {
        height: 509px;
    }
    .section1 .logo {
        width: 300px;
        height: 40px;
        margin-bottom: 41px;
        background-image: url(./images/Logo@3x.png);
    }
    .section1 .s-desc {
        width: 239px;
        margin-bottom: 322px;
        padding-left: 8px;

        font-size: 16px;
        line-height: 25px;
        letter-spacing: -0.32px;

        word-break: normal;
    }
    .section1 .list {
        height: auto;
        width: 300px;
        margin: 0 auto;
        justify-content: center;
    }
    .section1 .list .item {
        width: 62px;
        height: 62px;
        background-size: 100% auto;
    }
    .section1 .list .item + .item {
        margin-left: 20px;
    }
    .section1 .list .item1 {
        background-image: url(./images/icn_bank@3x.png);
    }
    .section1 .list .item2 {
        background-image: url(./images/icn_card@3x.png);
    }
    .section1 .list .item3 {
        background-image: url(./images/icn_alpha@3x.png);
    }
    .section1 .list .item4 {
        background-image: url(./images/icn_insurance@3x.png);
    }

    .section2 {
        width: calc(100% - 60px);
        padding: 30px 30px 300px;
        margin-bottom: 45px;
    }
    .section2 .s-tit {
        margin-bottom: 50px;
    }
    .section2 .swiper-container {
        position: relative;
        width: 100%;
        overflow: hidden;
    }
    .section2 .list {
        width: 300%;
        flex-direction: row;
        padding: 0;
    }
    .section2 .list .item {
        font-size: 14px;
        line-height: 21px;
        letter-spacing: -0.28px;
        background-color: #ffe9ed;
    }
    .section2 .list .item + .item {
        margin-top: 0;
    }

    .section2 .list .item::before {
        background-size: 100% auto;
    }
    .section2 .list .item1::before {
        background-image: url(./images/icn_overview_01@3x.png);
    }
    .section2 .list .item2::before {
        background-image: url(./images/icn_overview_02@3x.png);
    }
    .section2 .list .item3::before {
        background-image: url(./images/icn_overview_03@3x.png);
    }

    .section3 {
        height: 740px;
        padding: 40px calc((100% - 360px + 60px) / 2) 0;
    }
    .section3 .s-tit {
        margin-bottom: 22px;
    }
    .section3 .s-desc {
        height: 83px;
        margin-bottom: 39px;
    }

    .section3 .list {
        width: 400%;
        height: auto;
        left: auto;
        transform: none;
    }
    .section3 .list .item {
        width: 300px;
        height: 300px;
        padding: 30px 45px;
    }
    .section3 .list .item::before {
        width: 255px;
        height: 255px;
    }
    .section3 .list .item::after {
        width: 300px;
    }
    .section3 .item .item-tit {
        margin-top: 46px;

        font-size: 21px;
        line-height: 31px;
        letter-spacing: -0.42px;
    }
    .section3 .item .item-desc {
        font-size: 14px;
        line-height: 21px;
        letter-spacing: -0.28px;
    }
    .section3 .swiper-pagination {
        top: 195px;
    }

    .section4 {
        width: calc(100% - 60px);
        padding: 30px 30px 0;

        background: #d6dff4;
    }
    .section4 .s-tit {
        margin-bottom: 25px;

        font-size: 18px;
        line-height: 25px;
        letter-spacing: -0.36px;
    }
    .section4 .s-desc {
        height: 31px;
        margin-bottom: 26px;

        font-size: 20px;
        line-height: 31px;
        letter-spacing: -0.4px;
    }

    .section4 .list {
        width: 300%;
        position: relative;
    }
    .section4 .list .item {
        width: 230px;
        height: 550px;
        box-sizing: border-box;
        padding: 90px 5px 0;

        font-size: 14px;
        line-height: 21px;
        letter-spacing: -0.28px;
    }
    .section4 .item .desc {
        height: 460px;
        padding: 39px 31px 0 30px;
    }
    .section4 .list .item + .item {
        margin-left: 0;
    }

    .section4 .list .item::before {
        background-size: 100% auto;
    }
    .section4 .list .item1::before {
        background-image: url(./images/icn_uxui_01@2x.png);
    }
    .section4 .list .item2::before {
        background-image: url(./images/icn_uxui_02@2x.png);
    }
    .section4 .list .item3::before {
        background-image: url(./images/icn_uxui_03@2x.png);
    }
    .section4 .swiper-container .swiper-pagination {
        position: absolute;
        left: 0;
        top: 210px;
    }

    .section5 {
        height: 2780px;
        padding: 80px calc((100% - 360px) / 2) 0;
    }
    .section5 .s-tit {
        margin-left: 30px;
        font-size: 18px;
        line-height: 27px;
        letter-spacing: -0.36px;
    }
    .section5 .view-box {
        width: 360px;
    }
    .section5 .view .tit {
        margin-bottom: 26px;
        font-size: 17px;
        line-height: 25px;
    }
    .section5 .view .desc {
        font-size: 14px;
        line-height: 21px;
        letter-spacing: -0.28px;
    }

    .section5 .view1 {
        width: 330px;
        right: -1px;
        top: 30px;
    }
    .section5 .view1 .info {
        padding-top: 12px;
        width: 136px;
    }
    .section5 .view1 .img-box {
        width: 168px;
        height: 337px;
        background-image: url(images/details_01@3x.optimized.webp);
    }

    .section5 .view2 {
        left: 31px;
        top: 417px;
    }
    .section5 .view2 .img-box {
        width: 155px;
        height: 310px;
        background-image: url(./images/details_02@3x.jpg);
        margin-bottom: 26px;
    }
    .section5 .view2 .desc {
        padding-left: 1px;
    }

    .section5 .view3 {
        right: 28px;
        top: 871px;
    }
    .section5 .view3 .img-box {
        width: 155px;
        height: 274px;
        background-image: url(./images/details_03@3x.jpg);
        margin-bottom: 35px;
    }
    .section5 .view3 .desc {
        width: 156px;
    }

    .section5 .view4 {
        left: 100px;
        top: 1276px;
    }
    .section5 .view4 .desc {
        margin-bottom: 34px;
    }
    .section5 .view4 .img-box {
        width: 155px;
        height: 310px;
        background-image: url(./images/details_04@3x.jpg);
    }
    .section5 .view4 .img-over-box {
        width: 416px;
        height: 113px;
        background-image: url(./images/icn_details_04@3x.png);

        left: -119px;
        top: 30px;
    }

    .section5 .view5 {
        left: 31px;
        top: 1717px;
    }
    .section5 .view5 .img-box {
        width: 155px;
        height: 310px;
        background-image: url(./images/details_05@3x.jpg);
        margin-bottom: 35px;
    }
    .section5 .view5 .desc {
        padding-left: 0;
        width: 230px;
    }

    .section5 .view6 {
        right: -1px;
        top: 2158px;
    }
    .section5 .view6 .img-box {
        width: 155px;
        height: 307px;
        margin-bottom: 27px;
    }
    .section5 .view6 .img-box + .img-box {
        margin-left: 20px;
    }
    .section5 .view6 .img-box:nth-child(1) {
        background-image: url(./images/details_06@3x.jpg);
    }
    .section5 .view6 .img-box:nth-child(2) {
        background-image: url(./images/details_07@3x.jpg);
    }

    .swiper-container .swiper-pagination {
        width: 100%;
        height: 60px;
        display: flex;
        justify-content: center;
        align-items: center;

        position: relative;
        z-index: 100;
    }
    .swiper-container .swiper-pagination-bullet {
        align-self: flex-end;

        width: 11px;
        height: 0;
        opacity: 0.3;
        border: solid 2px #777;
        border-radius: 6px;

        cursor: pointer;
    }
    .swiper-container .swiper-pagination-bullet + .swiper-pagination-bullet {
        margin-left: 4px;
    }
    .swiper-container .swiper-pagination-bullet-active {
        opacity: 1;
    }
}

@media screen and (max-width: 440px) {
}
@media screen and (max-width: 360px) {
}

/* IE 10-11 */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .section1 .logo,
    .section1 .s-desc {
        opacity: 0;
    }
    .section1 .list .item {
        transform: scale(0);
    }
}
