@charset "utf-8";
/**
 * M4NC Portpolio page : 멀티캠퍼스 통합평가플랫폼
 * Author Lee Sang Mi
 * Screen Response 360+
 * Breake Points :  640 | 768 | 1024 | 1440+
 * Browser Support : Chrome | Edge | FF | Safari
 */

html { 
    font-family: ns, sans-serif; 
    font-size: 100%; 
}

.hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    clip-path: polygon(0 0, 0 0, 0 0, 0 0);
}
.object {
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}
.object img {
    max-width: 100%;
    max-height: 100%;
}
.section {
    position: relative;
    font-size: 1rem;
}
.section-inside {
    /* 225, 285 */
    /* padding: 21vh 14.8vw 0; */
    padding: 14em 17.8em 0;
    max-width: 1350px;
    margin: 0 auto;
}

.section.head {
    height: 100vh;
    background: url('./images/section01_bg.jpg') no-repeat center / cover;
}
.head .section-ttl {
    position: relative;
    height: 3.5em;
    margin-bottom: 1.875em;
    font-size: inherit;
    z-index: 1;
}
.head .section-descript {
    position: relative;
    height: 1.75em;
    font-size: inherit;
    z-index: 1;
}
.head .object-area {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 5%;
    width: 50%;
    max-width: 1150px;
    margin: 0 auto;
}
.head .device {
    /* 360*732 */
    width: 31.8vh;
    height: 64.7vh;
    bottom: 5vh;
    left: 50%;
    transform: translateX(-50%);
    background-image: url('./images/section01_device.png');
}
.head .person-1 {
    /* 119*305 */
    width: 10.5vh;
    height: 26.9vh;
    bottom: 0;
    left: 0;
    background-image: url('./images/section01_object_01.png');
}
.head .person-2 {
    /* 215*426 */
    width: 18.9vh;
    height: 37.5vh;
    bottom: 0;
    right: 0;
    background-image: url('./images/section01_object_02.png');
}

.section.overview {
    background: #ff8d35;
    color: #fff;
}
.overview .section-inside {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 10em;
}
.overview .section-ttl {
    flex-shrink: 0;
    font-size: 2.5em;
    font-weight: 500;
    line-height: 1;
}
.overview .section-descript {
    margin-left: 7em;
    font-size: 1.5em;
}
.overview .object-area {
    /* 1135*1840 */
    position: relative;
    height: 115em;
    font-size: inherit;
    text-align: center;
    background: url('images/section02_device.optimized.webp') no-repeat top center;
    background-size: auto 115em;
}
.overview .device {
    position: static;
}
.overview .examples {
    position: absolute;
    top: 20.75em;/*332*/
    right: 0;
    left: 0;
    padding: 2.5em 0; 
    font-size: inherit;
}
.overview .examples:before {
    /* 1051*255 */
    content: '';
    display: block;
    position: absolute;
    width: 65.6em;
    height: 15.9em;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: #0d125d url('./images/section02_banner_bg.png') no-repeat center / cover;
}
.overview .object-list {
    position: relative;
    display: flex;
    justify-content: center;
    z-index: 1;
}
.overview .banner {
    /* 314*176 */
    position: static;
    width: 19.6em;
    flex-shrink: 0;
    font-size: inherit;
}
.overview .banner + .banner {
    margin-left: 0.45rem;
}

.section.certification {
    height: 100vh;
    background: url('./images/section03_bg.jpg') no-repeat center / cover;
}

.certification .graphics {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url('images/section03_wave.optimized.webp');
}
.certification .object-area {
    font-size: inherit;
}
.certification .device {
    /* 537*535 */
    width: 33.6em;
    height: 33.4em;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    background-image: url('images/section03_device.optimized.webp');
}
.certification .agenda {
    /* 298*298 (pd 60)*/
    display: flex;
    align-items: center;
    justify-content: center;
    width: 7.45em;
    height: 7.45em;
    padding: 1.5em;
    font-size: 2.5em;
    overflow: visible;
    box-sizing: border-box;
}
.certification .agenda:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    border-radius: 50%;
    opacity: 0.1;
    z-index: 0;
}
.certification .agenda .label {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 100%;
    color: #2c1a1a;
    font-weight: 600;
    background: #fff;
    border-radius: 50%;
    z-index: 1;
}
.certification .agenda-1 {
    /* top: 40%; */
    left: 15%;
    bottom: 25%;
}
.certification .agenda-2 {
    /* top: 12%; */
    left: 45%;
    bottom: 60%;
}
.certification .agenda-3 {
    /* top: 32%; */
    left: 72%;
    bottom: 40%;
}

.section.developement {
    color: #fff;
    background: #38a0fd;
}
.developement .section-ttl {
    font-size: 3em;
    text-align: center;
    font-weight: 600;
}
.developement .section-descript {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    width: 60%;
    padding: 14.375em 0;/* 230px; */
}
.developement .desc-ttl {
    width: 40%;
    font-size: 2.82em; /* 45px */
    font-weight: 600;
    border-top: 1px solid #fff;
    margin-bottom: 2.89em; /* 130 */
}
.developement .desc-text {
    width: 50%;
    font-size: 1.875em;/* 30px */
}
.developement .object-area {
    /* 578*679 */
    position: absolute;
    right: 7.5em;/* 120px; */
    bottom: 14.375em;/* 230px; */
    width: 36.125em;
    height: 42.44em;
}
.developement .object.screen {
    /* 393*494 (113, 0) */
    width: 24.563em;
    height: 30.875em;
    top: 0;
    left: 19.6%;
    background-image: url('./images/section04_object_01.png');
}
.developement .object.mobile {
    /* 119*278 (0, 275)*/
    width: 7.438em;
    height: 17.375em;
    top: 40.5%;
    left: 0;
    background-image: url('./images/section04_object_05.png');
}
.developement .object.pie {
    /* 108*92 (177, 533)*/
    width: 6.75em;
    height: 5.75em;
    top: 78.5%;
    left: 30.6%;
    background-image: url('./images/section04_object_03.png');
}
.developement .object.cube-1 {
    /* 78*154 (390, 525)*/
    width: 4.875em;
    height: 9.625em;
    top: 77.3%;
    left: 67.5%;
    background-image: url('./images/section04_object_04.png');
}
.developement .object.cube-2 {
    /* 46*61 (532, 445)*/
    width: 2.875em;
    height: 3.813em;
    top: 65.1%;
    left: 92%;
    background-image: url('./images/section04_object_02.png');
}

.section.design-concept {
    background: #fff;
    color: #000;
}
.design-concept .section-ttl {
    margin-bottom: 4.17em;/* 200px; */
    font-size: 3em; /* 48px */
    font-weight: 600;
    text-align: center;
}
.design-concept .section-descript {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-bottom: 15em;/* 240px; */
}
.design-concept .section-descript .article:nth-of-type(1){
    width: 44%/* 600px; */
}
.design-concept .section-descript .article:nth-of-type(2){
    width: 35%;/* 473px; */
    margin-left: auto;
}
.design-concept .section-descript .article:nth-of-type(3){
    width: 41%;/* 550px; */
    margin-top: 12.500em;/* 200px; */
    text-align: center;
}

.design-concept .section-descript .article img {
    max-width: 100%;
}
.design-concept .desc-ttl {
    font-size: 2.25em;/* 36px; */
    margin-bottom: 1.94em;/* 70px; */
    word-break: break-word;
}
.design-concept .desc-text {
    font-size: 1.5em;/* 24px; */
    margin-top: 3.5em;/* 56px; */
}

.section.goal {
    background: #ecf1f7;
    overflow: hidden;
}
.goal .section-inside {
    padding-bottom: 75.625em;/* 1210px; */
}
.goal .section-ttl {
    margin-bottom: 3.04em;/* 146px; */
    font-size: 3em;/* 48px; */
    font-weight: bolder;
    text-align: center;
    color: #15204c;
}
.goal .section-descript {
    margin-bottom: 3.313em;/* 53px; */
    font-size: 1.75em;/* 28px; */
    color: #2b2b2b;
    text-align: center;
}
.goal .desc-text {
    margin-bottom: 1.625em;/* 26px; */
}
.goal .object-area {
    /* 1176*1430 */
    position: absolute;
    bottom: -11.875em;/* -190px; */
    left: 0;
    width: 73.5em;/* 1176px; */
    height: 89.375em;/* 1430px; */
    transform: rotate(30deg);
}
.goal .object {
    width: 24.5em;/* 392px; */
    height: 44.813em;/* 717px; */
}
.goal .object-1 {
    /* (0, 369) */
    top: 0;
    left: 31.4%;
    background-image: url('./images/section06_object_01.png');
}
.goal .object-2 {
    /* (392, 0) */
    top: 33.333%;
    left: 0;
    background-image: url('./images/section06_object_02.png');
}
.goal .object-3 {
    /* (785, 566) */
    top: 39.6%;
    left: 66.75%;
    background-image: url('./images/section06_object_03.png');
}
.goal .object-4 {
    /* (392, 713) */
    top: 49.86%;
    left: 33.333%;
    background-image: url('./images/section06_object_04.png');
}


@media screen and (max-width: 1440px) {
    html {
        font-size: 80%;
    }
    .head .object-area {
        width: 60%;
    }

    .developement .object-area {
        font-size: 80%;
    }
    .design-concept .section-descript {
        font-size: 84%;
    }

}

@media screen and (max-width: 1024px) {
    .section-inside {
        padding: 15vh 12vw;
    }

    .overview .section-inside {
        display: block;
    }
    .overview .section-descript {
        margin: 1em 0 0;
    }

    .certification .object-area {
        font-size: 80%;
    }

    .developement .section-descript {
        font-size: 80%;
        padding-bottom: 0;
    }
    .developement .object-area {
        font-size: 60%;
    }
}

@media screen and (max-width: 768px) {
    .head .section-ttl {
        height: 2.5em;
        margin-bottom: 1.3em;
    }
    .head .section-descript {
        height: 1.2em;
    }

    .overview .section-inside {
        padding-top: 5em;
        padding-bottom: 5em;
    }
    .overview .object-area,
    .certification .object-area {
        font-size: 60%;
    }

    .developement .section-inside {
        padding-bottom: 40em;
    }
    .developement .section-descript {
        width: auto;
        padding: 8em 0 0;
    }
    .developement .object-area {
        right: 0;
        bottom: 20em;
        left: 0;
        margin: 0 auto;
    }
    .developement .desc-ttl {
        width: 30%;
    }
    .developement .desc-text {
        width: 60%;
    }

    .design-concept .section-ttl,
    .goal .section-ttl {
        font-size: 2.8em;
    }

    .design-concept .section-descript {
        font-size: 100%;
        padding-bottom: 0;
    }
    .design-concept .section-descript .article {
        width: auto !important;
        text-align: center;
    }
    .design-concept .section-descript .article + .article {
        margin-top: 8em;
    }

    .goal .section-inside {
        padding-bottom: 60em;
    }
    .goal .object-area {
        font-size: 80%;
    }
}

@media screen and (max-width: 640px) {
    html {
        font-size: 70%;
    }

    .overview .object-area,
    .certification .object-area {
        font-size: 40%;
    }
    
    .developement .section-descript {
        display: block;
        padding-bottom: 8em;
    }
    .developement .desc-ttl {
        width: auto;
        margin-bottom: 1em;
    }
    .developement .desc-text {
        width: auto;
    }
    .developement .desc-text + .desc-ttl {
        margin-top: 3em;
    }

    .goal .section-inside {
        padding-bottom: 100vw;
    }
    .goal .object-area {
        font-size: 1.3vw;
    }
}

@media screen and (orientation: portrait) {
    .head .object-area {
        width: auto;
    }

    .section.certification {
        height: 50vh;
    }
}