@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);
@keyframes textAnimation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes bottomAngleMove {
    0% {
        opacity: 0;
        bottom: 55px;
    }
    100% {
        bottom: 35px;
        opacity: 1;
    }
}

@keyframes worksMove {
    0% {
        opacity: 0;
        bottom: 100px;
    }
    100% {
        bottom: 35px;
        opacity: 1;
        box-shadow: 0 0 105px rgba(55, 55, 55, 0.1);
    }
}

@keyframes mMenuAnimation {
    0% {
        margin: 0;
        opacity: 0;
    }
    100% {
        margin: 25px;
        opacity: 1;
    }
}

* {
    margin: 0;
    padding: 0;
    font-family: 'Noto Sans KR', sans-serif;
}

html,
body {
    height: 100%;
}

#bg {
    position: fixed;
    width: 100%;
    height: 100%;
    background-image: url(../img/background.svgz);
    background-attachment: fixed;
    background-position: center;
    background-size: 400%;
    background-repeat: repeat-y;
    transition: 1.3s;
}

#navWrap {
    position: fixed;
    width: 100%;
    height: 70px;
    border: 0.8px solid #E5E5E5;
    background-color: rgba(255, 255, 255, 0.95);
    z-index: 999;
}

#nav {
    position: relative;
    width: 1000px;
    height: 70px;
    margin: 0 auto;
}

#nav>ul {
    position: absolute;
    right: 0;
    line-height: 70px;
}

#nav>ul>li {
    list-style: none;
    float: left;
    margin-left: 25px;
}

#nav>ul>li>a:hover,
.menuActive {
    color: black;
    padding-bottom: 5px;
    border-bottom: 2px solid #383231;
}

#nav>ul>li>a {
    font-weight: 500;
    font-size: 15px;
    color: #4B4B4B;
    text-decoration: none;
}

#nav>ul>li>a.works {
    font-weight: bold;
    color: #1A1A1A;
}

.sectionWrap {
    position: relative;
    top: 100px;
    width: 1000px;
    height: 100%;
    margin: 0 auto;
}

#siteLogo {
    position: absolute;
    width: 200px;
    top: 20px;
}

.sectionBox {
    position: relative;
    background-color: rgba(255, 255, 255, 0.98);
    box-sizing: border-box;
    padding: 30px;
    transition: 0.3s;
}

.sectionBox:hover {
    box-shadow: 0 0 105px rgba(55, 55, 55, 0.2);
}

#s0 {
    width: 300px;
    height: 500px;
    overflow: hidden;
    animation: titleAnimation 1.5s;
}

#s1 {
    width: 100%;
    top: calc(50% - 320px);
    height: 500px;
    margin: 0 auto;
}

#s2 {
    width: 100%;
    top: calc(50% - 320px);
    height: 500px;
    margin: 0 auto;
}

#s3 {
    width: 100%;
    top: calc(50% - 320px);
    height: 500px;
    margin: 0 auto;
}

#s4 {
    width: 100%;
    top: calc(50% - 320px);
    height: 500px;
    margin: 0 auto;
}

.title {
    font-size: 30px;
    font-weight: 400;
    color: #373838;
    width: 300px;
    word-break: keep-all;
    line-height: 45px;
}

.subTitle {
    font-size: 14px;
    line-height: 17px;
    color: #373838;
}

.sub {
    opacity: 0;
    animation: textAnimation 0.8s 1.5s;
    animation-fill-mode: forwards;
}

#s1>h2,
#s2>h2 {
    font-size: 28px;
    margin: 15px 0 0 15px;
    font-weight: 600;
}

#s1>h3,
#s2>h3 {
    font-size: 18px;
    font-weight: 300;
    margin-left: 15px;
    margin-top: 10px;
}

#s4TextArea {
    position: absolute;
    width: 280px;
    height: 440px;
    right: 15px;
    color: #383231;
}

.s4Title {
    font-size: 24px;
    font-weight: 500;
    float: left;
}

#s4 table {
    width: 260px;
    margin-top: 90px;
    font-size: 12px;
    line-height: 22px;
}

#s4 table td {
    width: 60px;
}

#s4 table tr td:nth-child(even) {
    font-weight: 300;
}

#s4 table tr td:nth-child(odd) {
    font-weight: 500;
}

.introduceTextWrap {
    width: 46%;
    height: 400px;
    float: left;
    margin: 15px;
    font-size: 13px;
    font-weight: 300;
    line-height: 25px;
}

#bg768 {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background-image: url(../img/background.svgz);
    background-size: 400%;
    background-repeat: repeat-y;
    background-position: center;
    transition: 1.3s;
}

.vimeoArea {
    width: 640px;
    height: 360px;
    float: left;
}

.vimeoCaption {
    float: left;
    color: #ccc;
    font-size: 14px;
    font-weight: 300;
    cursor: pointer;
}

.support {
    position: absolute;
    bottom: 25px;
    right: 25px;
    width: 350px;
}

.bottomSign1,
.bottomSign2,
.bottomSign3 {
    font-size: 25px;
    position: absolute;
    bottom: 35px;
    left: calc(50% - 10px);
    text-align: center;
    color: #383231;
    opacity: 0;
}

.map {
    margin-top: 35px;
    width: 49%;
}

.workSign {
    width: 120px;
    height: 35px;
    background-color: white;
    border-radius: 50px;
    padding: 5px;
    font-size: 20px;
    line-height: 35px;
    font-weight: 600;
    position: absolute;
    bottom: 35px;
    left: calc(50% - 60px);
    text-align: center;
    color: #383231;
    border: 1px solid #eee;
    box-shadow: 0 0 105px rgba(55, 55, 55, 0.1);
    transition: 0.3s;
    text-decoration: none;
    opacity: 0;
}

.workSign:hover {
    background-color: #383231;
    color: white;
}

#mobileContent {
    display: none;
}

#nav ol {
    display: none;
}

.makingVideo {
    display: none;}

.conceptVideo {
}

.videoBtn:hover, .videoBtnActive {
    color: #383231;
}

@media screen and (max-width:766px) {
    #fullpage {
        display: none;
    }
    #mobileContent {
        display: block;
    }
    #s0 {
        top: -30px;
        left: 15px;
        width: 250px;
        height: 450px;
    }
    .sectionBox {
        padding: 0;
        padding: 25px;
        box-sizing: border-box;
    }
    #s1,
    #s2,
    #s3,
    #s4 {
        width: 95%;
        top: calc(50% - 320px);
        height: auto;
        overflow: hidden;
        margin: 0 auto;
        margin-top: 30px;
    }
    .title {
        font-size: 25px;
        width: 200px;
        line-height: 37px;
    }
    .subTitle {
        font-size: 13px;
        line-height: 16px;
    }
    #siteLogo {
        position: absolute;
        top: 15px;
        left: 15px;
        width: 150px;
    }
    #navWrap {
        position: fixed;
        width: 100%;
        height: 50px;
        border: 0.8px solid #E5E5E5;
        background-color: rgba(255, 255, 255, 0.95);
        z-index: 999;
        transition: 0.3s;
    }
    #nav {
        width: 100%;
        height: 100%;
        overflow: hidden;
    }
    #nav>ul {
        display: none;
    }
    #nav ol {
        display: block;
        position: absolute;
        top: 60px;
    }
    #nav ol a {
        color: #383231;
        font-size: 30px;
        font-weight: bold;
        text-decoration: none;
        line-height: 55px;
        margin: 25px;
    }
    .sectionWrap {
        width: 100%;
    }
    #s1>h2,
    #s2>h2 {
        font-size: 25px;
        margin: 0 0 3px;
    }
    #s1>h3,
    #s2>h3 {
        font-size: 13px;
        margin: 0 0 15px;
    }
    #bg {
        display: none;
    }
    #bg768 {
        margin-top: 50px;
        display: block;
        background-size: 300%;
        height: 100vh;
    }
    .introduceTextWrap {
        width: 100%;
        font-size: 13px;
        box-sizing: border-box;
        height: auto;
        margin: 0 0 15px;
    }
    .map {
        margin-top: 35px;
        width: 100%;
    }
    .vimeoArea {
        position: relative;
        padding-bottom: 56.25%;
        width: 100%;
        height: 0;
        overflow: hidden;
        margin: 0;
        float: none;
    }
    .vimeoArea iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    #s4TextArea {
        position: relative;
        width: 100%;
        right: 0;
    }
    .support {
        position: relative;
        right: 0;
        width: 100%;
    }
    .s4Title {
        margin: 15px 0;
    }
    #s4 {
        margin-bottom: 25px;
    }
    #s4 table {
        width: 100%;
        margin-top: 90px;
    }
    #s4 table td {
        width: 60px;
    }
    .mMenu {
        overflow: scroll;
        height: 100% !important;
    }
    .mMenuAni {
        animation: mMenuAnimation 0.8s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    }
    .menu-trigger {
        position: absolute;
        top: 15px;
        right: 15px;
        width: 26px;
        height: 21px;
        cursor: pointer;
    }
    .menu-trigger,
    .menu-trigger span {
        display: inline-block;
        transition: all .4s;
        box-sizing: border-box;
    }
    .menu-trigger span {
        position: absolute;
        right: 0;
        width: 100%;
        height: 3px;
        background-color: #383231;
        border-radius: 4px;
    }
    .menu-trigger span:nth-of-type(1) {
        top: 0;
    }
    .menu-trigger span:nth-of-type(2) {
        top: 9px;
    }
    .menu-trigger span:nth-of-type(3) {
        bottom: 0;
    }
    .menu-trigger.active span:nth-of-type(1) {
        -webkit-transform: translateY (9px) rotate (-45deg);
        transform: translateY(9px) rotate(-45deg);
    }
    .menu-trigger.active span:nth-of-type(2) {
        opacity: 0;
    }
    .menu-trigger.active span:nth-of-type(3) {
        -webkit-transform: translateY(-9px) rotate(45deg);
        transform: translateY(-9px) rotate(45deg);
    }
    .mworkSign {
        display: inline-block;
        width: 100%;
        height: 50px;
        background-color: #343535;
        font-size: 20px;
        line-height: 50px;
        font-weight: 600;
        position: relative;
        text-align: center;
        color: white;
        box-shadow: 0 0 105px rgba(55, 55, 55, 0.1);
        transition: 0.3s;
        text-decoration: none;
    }
}

@media screen and (min-width:767px) and (max-width: 969px) {
    .map {
        margin-top: 70px;
        width: 49%;
    }
    #nav {
        width: 90%;
    }
    .sectionWrap {
        width: 90%;
    }
    .introduceTextWrap {
        width: 45%;
    }
    #bg {
        display: none;
    }
    #bg768 {
        display: block;
    }
    .vimeoArea {
        width: 60%;
        height: 70%;
    }
    #s4TextArea {
        right: -10px;
    }
    #s4 {
        height: 450px;
    }
    .s4Title {
        font-size: 18px;
    }
    #s4 table {
        margin-top: 70px;
    }
    @keyframes worksMove {
        0% {
            opacity: 0;
            bottom: 100px;
        }
        100% {
            bottom: 75px;
            opacity: 1;
            box-shadow: 0 0 105px rgba(55, 55, 55, 0.1);
        }
    }
}

@media screen and (min-width:970px) and (max-width: 1199px) {
    #nav {
        width: 920px;
    }
    .sectionWrap {
        width: 920px;
    }
    #bg {
        display: none;
    }
    #bg768 {
        display: block;
    }
    .vimeoArea {
        width: 580px;
        height: 330px;
    }
    #s4TextArea {
        right: 0;
    }
    .s4Title {
        font-size: 20px;
    }
    #s4 table {
        margin-top: 70px;
    }
    .support {
        width: 260px;
    }
    #s4 {
        height: 450px;
    }
    @keyframes worksMove {
        0% {
            opacity: 0;
            bottom: 100px;
        }
        100% {
            bottom: 25px;
            opacity: 1;
            box-shadow: 0 0 105px rgba(55, 55, 55, 0.1);
        }
    }
    @media screen and (min-width: 1200px) {}
