html,body{
    height: 100%;
    width: 100%;
    overflow: hidden;
}
a{
    font-family: 'Nanum Gothic', sans-serif;
}
@import url(//fonts.googleapis.com/earlyaccess/nanumgothic.css); .nanumgothic * { font-family: 'Nanum Gothic', sans-serif; }
.section{
    width: 100%;
    height: 100%;
    position: relative;
}
.main{
    width: 100%;
    height: 100%;
}
.main .main-text-wrap{
    width: 555px;
    height: 230px;
    text-align: center;
    z-index: 3;
    position: relative;
    margin: auto;
    top: 280px;
    right: 20px;
}
.main .main-text-wrap p{
    margin-bottom: 30px;
    font-size: 50px;
    font-family: 'Anton', sans-serif;
}
.main .main-text-wrap p:first-child{
    font-size: 60px;
}
.main .main-text-wrap p:nth-child(2){
    font-size: 30px;
}
.main .main-text-wrap p:last-child{
    color: #E15547;
}
.main .main-bg > img{
    position: absolute;
    width: 100%;
    height: 100%;
}
.main .main-bg img:nth-child(2){
    transform: translateX(0);
    animation: cloud 4s infinite;
}
@keyframes cloud{
    0%{transform: translateX(0);}
    5%{transform: translateX(2px);}
    10%{transform: translateX(4px);}
    15%{transform: translateX(6px);}
    20%{transform: translateX(8px);}
    25%{transform: translateX(10px);}
    30%{transform: translateX(12px);}
    35%{transform: translateX(14px);}
    40%{transform: translateX(16px);}
    45%{transform: translateX(18px);}
    50%{transform: translateX(20px);}
    55%{transform: translateX(18px);}
    60%{transform: translateX(16px);}
    65%{transform: translateX(14px);}
    70%{transform: translateX(12px);}
    75%{transform: translateX(10px)}
    80%{transform: translateX(8px);}
    85%{transform: translateX(6px);}
    90%{transform: translateX(4px);}
    95%{transform: translateX(2px);}
    100%{transform: translateX(0)}
}
.main img:nth-child(3){
    width: 1920px;
}
.main .scroll{
    width: 50px;
    position: relative;
    margin: 0 auto;
    z-index: 9;
    top: 290px;
    text-align: center;
    left: 7px;
    transform: translateX(10%);
    animation: scroll 2s infinite;
}
.main .scroll p{
    font-size: 28px;
    font-family: 'BBTreeTR';
}
.main .scroll > img{
    width: 40px;
    height: 40px;
    margin-top: 5px;
}
.main .scroll:hover{
    font-weight: bold;
}
@keyframes scroll{
    0%{transform: translate(-50%,0);}
    5%{transform: translate(-50%,-1px);}
    10%{transform: translate(-50%,-2px);}
    15%{transform: translate(-50%,-3px);}
    20%{transform: translate(-50%,-4px);}
    25%{transform: translate(-50%,-5px);}
    30%{transform: translate(-50%,-6px);}
    35%{transform: translate(-50%,-7px);}
    40%{transform: translate(-50%,-8px);}
    45%{transform: translate(-50%,-9px);}
    50%{transform: translate(-50%,-10px);}
    55%{transform: translate(-50%,-9px);}
    60%{transform: translate(-50%,-8px);}
    65%{transform: translate(-50%,-7px);}
    70%{transform: translate(-50%,-6px);}
    75%{transform: translate(-50%,-5px);}
    80%{transform: translate(-50%,-4px);}
    85%{transform: translate(-50%,-3px);}
    90%{transform: translate(-50%,-2px);}
    95%{transform: translate(-50%,-1px);}
    100%{transform: translate(-50%,0);}
}
.main .logo{
    width: 55px;
    height: 70px;
    position: fixed;
    top: 20px;
    left: 30px;
    z-index: 99999999999;
    cursor: pointer;
}
.main .logo img:nth-child(2){
    display: none;
}
.main .logo:hover img:first-child{
    display: none;
}
.main .logo:hover img:nth-child(2){
    display: block;
}
.main .logo img{
    width: 100%;
    height: 100%;
}
.about{
    width: 100%;
    height: 100%;
    background-image: url(../images/portpoilo/about.jpg);
    position: relative;
    background-size: 1920px 100%;
    
}
.about .nav{
    width: 100%;
    height: 90px;
    position: relative;
    z-index: 9999;
}
.about .nav.fixed{
    position: fixed;
    top: 0;
}
.about .nav ul{
    margin-right: 70px;
    position: absolute;
    right: 0;
    width: 510px;
}
.about .nav ul li{
    float: left;
    margin-top: 60px;
    width: calc(100%/4);
    text-align: center;
}
.about .nav ul li a{
    padding-bottom: 7px;
    font-size: 25px;
}
.about .nav ul li:hover a{
    font-weight: bold;
    border-bottom: 2px solid #000;
}
.about .nav ul li a.active{
    font-weight: bold;
    border-bottom: 2px solid #000;
}
.about .info-img{
    float: left;
    position: relative;
    width: 350px;
    height: 500px;
    top: 220px;
    left: 290px;
}
.about .info-img .button{
    width: 200px;
    height: 40px;
    text-align: center;
    background-color: #fff;
    margin: 0 auto;
    transition: all 0.5s;
    position: relative;
    top: 50px;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.8);
    cursor: pointer;
}
.about .info-img .button:hover{
    background-color: #E15547;
    
}
.about .info-img .button p{
    line-height: 39px;
    font-size: 16px;
    font-weight: bold;
}
.about .info-img .button:hover p{
    color: #fff;
}
.about .text-box{
    width: 988px;
    height: 628px;
    background-image: url(../images/portpoilo/about_bg.png);
    background-size: 100% 100%;
    position: relative;
    top: 200px;
    left: 480px;
    overflow: hidden;
}
.about .text-box .name{
    width: 100%;
    height: 70px;
    position: relative;
}
.about .text-box .name > p{
    float: left;
    font-size: 50px;
    font-family: 'BBTreeTB';
    margin-left: 40px;
    margin-top: 30px;
    color: #fff;
    position: relative;
}
.about .text-box .name > p:nth-child(2){
    font-family: 'BBTreeTR';
    font-size: 30px;
    position: relative;
    top: 20px;
    margin-left: 20px;
}
.about .text-box .name > p:last-child{
    font-family: sans-serif;
    font-size: 25px;
    position: relative;
    top: 21px;
    margin-left: 40px;
}
.about .text-box .career{
    width: 395px;
    height: 230px;
    margin-left: 40px;
    position: relative;
    margin-top: 30px;
}
.about .text-box .career p{
    color: #fff;
    font-size: 17px;
    line-height: 33px;
}
.about .text-box .career p:nth-child(5){
    margin-left: 13px;
}
.about .text-box .career p:first-child{
    font-family: 'BBTreeTB';
    font-size: 40px;
    margin-bottom: 5px;
}
 .career .stoke{
    height: 1px;
    width: 289px;
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 20px;
}
.about .text-box .advantage{
    width: 395px;
    height: 230px;
    margin-left: 40px;
    position: relative;
    margin-top: 20px;
}
.about .text-box .advantage p{
    font-family: 'BBTreeTB';
    font-size: 40px;
    margin-bottom: 5px;
    color: #fff;
}
.about .text-box .advantage span{
    color: #fff;
    font-size: 17px;
    line-height: 33px;
}
.about .text-box .advantage span:nth-child(3n){
    font-weight: bold;
    margin-left: 5px;
}
.about .text-box .advantage .storke{
    height: 1px;
    width: 239px;
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 25px;
}
.about .text-box .skill{
    width: 486px;
    height: 468px;
    float: right;
    position: relative;
    top: -480px;
    margin-right: 40px;
}
.about .text-box .skill .storke{
    height: 1px;
    width: 419px;
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 20px;
}
.about .text-box .skill > p{
    font-family: 'BBTreeTB';
    font-size: 40px;
    margin-bottom: 5px;
    color: #fff;
}
.about .text-box .skill .skill-box{
    width: 134px;
    height: 182px;
    float: left;
    text-align: center;
    margin-left: 25px;
    margin-bottom: 25px;
}
.about .text-box .skill .skill-box p{
    font-size: 30px;
    color: #fff;
    font-family: 'Nanum Gothic', sans-serif;
}
.about .text-box .skill .progress{
    width: 134px;
    height: 134px;
    margin-top: 20px;
}
.main .scroll-button{
    display: none;
}
.work{
    width: 100%;
    height: 100%;
    position: relative;
}
.work > img{
    width: 100%;
    height: 100%;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
}
.work > img.fixed{
    position: fixed;
    top: 0;
    left: 0;
}
.work > img.absoulute{
    position: absolute;
    top: 600vh;
}
.work > p{
    font-family: 'BBTreeTB';
    font-size: 85px;
    position: absolute;
    top: 17.2%;
    left: 315px;
    color: #272323;
}
.work .content{
    width: 1281px;
    height: 552px;
    background-color: #fff;
    border: 2px solid #272323;
    margin: 0 auto;
    position: relative;
    top: 24%;
    z-index: 9;
}
.work .content .content-box{
    width: 100%;
    height: 100%;
    position: relative;
}
.work .content .content-box .box-l{
    width: 823px;
    height: 100%;
    float: left;
    
}
.work .content .content-box .box-l img{
    width: 100%;
    height: 100%;
}
.work .content .content-box .box-r{
    height: 100%;
    position: relative;
    width: 458px;
    float: right;
}
.work .content .content-box .box-r > p:first-child{
    font-family: 'BBTreeTB';
    font-size: 160px;
    position: relative;
    top: -15px;
    left: 5px;
    color: #E15547;
}
.work .content .content-box .box-r > p:nth-child(2){
    font-weight: bold;
    font-size: 25px;
    float: right;
    position: relative;
    top: -75px;
    right: 60px;
    color: #000;
}
.work .content .content-box .box-r .stroke{
    height: 2px;
    width: 396px;
    background-color: #E15547;
    float: left;
    position: relative;
    top: -50px;
    
}
.work .content .content-box .box-r pre{
    font-size: 18px;
    width: 340px;
    height: 166px;
/*    background-color: #ccc;*/
    position: relative;
    float: right;
    right: 60px;
    text-align: right;
    line-height: 28px;
}
.work .content .content-box .box-r .button{
    width: 195px;
    height: 40px;
    text-align: center;
    border: 1px solid #323233;
    background-color: #fff;
    float: left;
    position: relative;
    top: 50px;
    margin-left: 20px;
    cursor: pointer;
    transition: all 1s;
}
.work .content .content-box .box-r .button:hover{
    border: 1px solid #fff;
    background-color: #E15547;
}
.work .content .content-box .box-r .button:hover a{
    color: #fff;
}
.work .content .content-box .box-r .button a{
    font-size: 18px;
    line-height: 39px;
    padding: 10px 50px;
}
.work .content .content-box .box-r .button:nth-child(5) a{
    padding: 0;
}

.work .content .content-box .box-r > p:last-child{
    font-size: 15px;
    float: right;
    position: relative;
    top: 90px;
    right: 25px;
    color: #878787;
}
.section:nth-child(8) .work .content,
.section:nth-child(9) .work .content{
    border: 0;
    background: none;
}
.section:nth-child(8) .work .content .content-box,
.section:nth-child(9) .work .content .content-box{
    width: 413px;
    height: 100%;
    background-color: #fff;
    float: left;
    margin-right: 21px;
    border: 2px solid #272323;
    box-sizing: border-box;
}
.section:nth-child(8) .work .content .content-box:last-child,
.section:nth-child(9) .work .content .content-box:last-child{
    margin-right: 0;
}
.section:nth-child(8) .work .content .content-box .img,
.section:nth-child(9) .work .content .content-box .img{
    width: 100%;
    height: 356px;
    background-color: #ccc;
}
.section:nth-child(8) .work .content .content-box .img img,
.section:nth-child(9) .work .content .content-box .img img{
    width: 100%;
    height: 100%;
}
.section:nth-child(8) .work .content .content-box > p:nth-child(2),
.section:nth-child(9) .work .content .content-box > p:nth-child(2){
    font-family: 'BBTreeTB';
    font-size: 47px;
    float: left;
    margin-left: 10px;
}
.section:nth-child(8) .work .content .content-box .stroke,
.section:nth-child(9) .work .content .content-box .stroke{
    height: 1px;
    width: 204px;
    background-color: #000;
    float: left;
    position: relative;
    top: 25px;
    margin-left: 15px;
}
.section:nth-child(8) .work .content .content-box > p:nth-child(4),
.section:nth-child(9) .work .content .content-box > p:nth-child(4){
    font-size: 20px;
    font-weight: bold;
    position: relative;
    top: 15px;
    left: 10px;
    
}
.section:nth-child(8) .work .content .content-box > p:nth-child(5),
.section:nth-child(9) .work .content .content-box > p:nth-child(5){
    text-align: center;
    position: relative;
    top: 50px;
    width: 312px;
    margin: 0 auto;
}
.section:nth-child(8) .work .content .content-box .button,
.section:nth-child(9) .work .content .content-box .button{
    width: 195px;
    height: 40px;
    border: 1px solid #000;
    box-sizing: border-box;
    font-size: 17px;
    text-align: center;
    line-height: 40px;
    float: left;
    position: relative;
    top: 85px;
    left: 60px;
    cursor: pointer;
    transition: all 1s;
}
.section:nth-child(8) .work .content .content-box .button:hover,
.section:nth-child(9) .work .content .content-box .button:hover{
    border: 1px solid #fff;
    background-color: #E15547;
}
.section:nth-child(8) .work .content .content-box .button a,
.section:nth-child(9) .work .content .content-box .button a{
    margin-left: 0;
}
.section:nth-child(8) .work .content .content-box .button:hover a,
.section:nth-child(9) .work .content .content-box .button:hover a{
    color: #fff;
}
/*----------------------작업물 끝!!*/



.contact{
    width: 100%;
    height: 100%;
    background-image: url(../images/portpoilo/contact.jpg);
    background-size: 100% 100%;
}
.contact .contact-wrap{
    width: 1200px;
    height: 100px;
    margin: 0 auto;
    position: relative;
    top: 380px;
}
.contact .contact-wrap .contact-box{
    height: 100%;
    width: 385px;
    float: left;
    margin-right: 22px;
}
.contact .contact-wrap .contact-box:last-child{
    margin-right: 0;
}
.contact .contact-wrap .contact-box p:first-child{
    font-family: 'BBTreeTB';
    font-size: 47px;
    float: left;
}
.contact .contact-wrap .contact-box .stroke{
    height: 1px;
    width: 241px;
    background-color: #000;
    float: left;
    position: relative;
    top: 25px;
    margin-left: 20px;
}
.contact .contact-wrap .contact-box img{
    margin-left: 20px;
    position: relative;
    top: 5px;
    cursor: pointer;
}
.contact .contact-wrap .contact-box:nth-child(2) img{
    margin-left: 20px;
    position: relative;
    top: -2px;
}
.contact .contact-wrap .contact-box:nth-child(2) p:last-child{
    margin-left: 64px;
    position: relative;
    bottom: 10px;
}
.contact .contact-wrap .contact-box p:last-child{
    float: left;
    margin-left: 20px;
    cursor: default;
}
.contact .contact-wrap .contact-box:hover p:last-child{
    font-weight: bold;
    color: #E15547;
}
.contact .footer{
    font-family: 'BBTreeTB';
    font-size: 25px;
    text-align: center;
    position: relative;
    top: 500px;
    color: #E15547;
}
.contact .contact-box:last-child img{
    width: 70px;
    float: right;
    top: -10px;
}
.contact .contact-box:last-child p:last-child{
    position: relative;
    top: 41px;
}
@font-face { font-family: 'BBTreeTB'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_nine_@1.1/BBTreeTB.woff') format('woff'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'BBTreeTR'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_nine_@1.1/BBTreeTR.woff') format('woff'); font-weight: normal; font-style: normal; }

/*-------------------------------반응형 시작!!*/
@media screen and (max-width: 1237px) and (min-width: 641px){
    .main .main-bg img:nth-child(3){
        display: none;
    }
    .main .main-bg img:nth-child(1),
    .main .main-bg img:nth-child(2){
        opacity: 0.5;
    }
    .main .scroll{
        display: none;
    }
    .about .text-box{
        margin: 0 auto;
        left: 0;
    }
    .main .scroll-button{
        display: block;
        position: fixed;
        right: 10px;
        width: 50px;
        top: 45%;
        z-index: 99;
    }
    .main .scroll-button img{
        width: 50px;
        cursor: pointer;
    }
    .main .scroll-button img:first-child{
        transform: rotate(180deg);
        margin-bottom: 10px;
    }
    .work .content{
        height: 692px;
        width: 703px;
        top: 21%;
    }
    .work .content .content-box .box-l{
        height: 502px;
        width: 703px;
        float: left;
        position: absolute;
        top: 0;
        overflow: hidden;
    }
    .work .content .content-box .box-r{
        float: left;
        width: 100%;
        height: 100%;
        top: 399px;
    }
    .work .content .content-box .box-r > p:first-child{
        float: left;
        color: #fff;
    }
    .work .content .content-box .box-r > p:nth-child(2){
        top: 74px;
        left: 20px;
        float: left;
        color: #fff;
    }
    .work .content .content-box .box-r > pre{
        font-size: 15px;
        width: 500px;
        position: relative;
        top: 90px;
        left: -90px;
        text-align: center;
        line-height: 21px;
    }
    .work .content .content-box .box-r > p:last-child{
        font-size: 15px;
        float: right;
        top: 30px;
        color: #878787;
}
    .work > p{
        font-size: 85px;
        position: absolute;
        top: 14%;
        left: 285px;
    }
    .work .content .content-box .box-r .button{
        float: left;
        position: relative;
        top: 20px;
        margin-left: 20px;
    }
    .work .content .content-box .box-r .button:nth-child(5){
        margin-left: 150px;
    }
    .work .content .content-box .box-r .stroke{
        display: none;
    }
    .section:nth-child(8) .work .content,
    .section:nth-child(9) .work .content{
        border: 0;
        background: none;
        width: 1000px;
        height: 592px;
        top: 220px;
    
}
    .section:nth-child(8) .work .content .content-box,
    .section:nth-child(9) .work .content .content-box{
        width: 326px;
        height: 100%;
        background-color: #fff;
        float: left;
        margin-right: 10px;
        border: 2px solid #272323;
        box-sizing: border-box;
    }
    .section:nth-child(8) .work > p,
    .section:nth-child(9) .work > p{
        top: 155px;
        left: 90px;
    }
    .section:nth-child(8) .work .content .content-box .stroke,
    .section:nth-child(9) .work .content .content-box .stroke{
        width: 100px;
    }
    .section:nth-child(8) .work .content .content-box > p:nth-child(5),
    .section:nth-child(9) .work .content .content-box > p:nth-child(5){
        text-align: center;
        position: relative;
        top: 50px;
        width: 280px;
/*        margin: 0 auto;*/
        float: left;
        left: 20px;
    }
    .section:nth-child(8) .work .content .content-box .button,
    .section:nth-child(9) .work .content .content-box .button{
        width: 195px;
        height: 40px;
        border: 1px solid #000;
        box-sizing: border-box;
        font-size: 17px;
        text-align: center;
        line-height: 38px;
        position: relative;
        top: 105px;
        margin: 0 auto;
        left: 65px;
    }
    .contact .contact-wrap{
        width: 384px;
        height: 100px;
        margin: 0 auto;
        position: relative;
        top: 240px;
        z-index: 2;
    }
    .contact .footer{
        font-size: 1.7361vw;
        top:280px;
        width: 384px;
        margin: 0 auto;
    }
    .info-img{
        display: none;
    }
}

@media screen and (max-width: 640px) and (min-width:0px){
    .main .main-bg img:nth-child(3){
        display: none;
    }
     .main .main-bg img:nth-child(1),
    .main .main-bg img:nth-child(2){
        opacity: 0.5;
    }
    .main .scroll{
        display: none;
    }
    .work > img{
        display: none;
    }
    .main .main-text-wrap p{
    font-size: 4.4722vw;
    }
    .main .main-text-wrap p:first-child{
    font-size: 6.1667vw;
    }
    .main .main-text-wrap p:nth-child(2){
        font-size: 3.0833vw;
    }
    .about .text-box{
        margin: 0 auto;
        left: 0;
    }
    .main .scroll-button{
        display: block;
        position: fixed;
        right: 10px;
        width: 50px;
        top: 45%;
        z-index: 99;
    }
    .main .scroll-button img{
        width: 50px;
        cursor: pointer;
    }
    .main .scroll-button img:first-child{
        transform: rotate(180deg);
        margin-bottom: 10px;
    }
    .about .nav ul{
        margin-right: 3vw;
    }
    .about .nav ul li a{
        font-size: 3.7361vw;
    }
    .about .text-box{
        top: 120px;
        width: 490px;
        height: 750px;
    }
    .about .text-box .career{
        margin-left: 30px;
    }
    .about .text-box .career > p{
        font-size: 3vw;
    }
    .about .text-box .career > p:first-child{
        font-size: 6.7778vw;
    }
    .about .text-box .advantage{
        display: none;
    }
    .about .text-box .skill{
        float: left;
        top: 0px;
        margin-right: 0;
        margin-left: 30px;
    }
    .about .text-box .skill .storke{
        height: 1px;
        width: 319px;
        background-color: #fff;
        position: relative;
        float: left;
        top: 20px;
        margin-left: 24px;
    }
    .about .text-box .skill > p{
        font-size: 6.7778vw;
        float: left;
        margin-left: 0px;
    }
    .about .text-box .skill .skill-box{
        width: 104px;
        height: 152px;
        float: right;
        margin-bottom: 25px;
        position: relative;
        top: 50px;
        left: -105px;
    }
    .about .text-box .skill .skill-box p{
        font-size: 5.0833vw;
        color: #fff;
    }
    .about .text-box .skill .progress{
        width: 104px;
        height: 104px;
        margin-top: 20px;
    }
    .about .text-box .name{
        margin-left: -20px;
    }
    .work{
        background-color: #EFEBEB;
    }
    .work .content{
        height: 692px;
        width: 400px;
        top: 20%;
        right: 25px;
    }
    .work > p{
        font-size: 50px;
        position: absolute;
        top: 16%;
        left: 355px;
    }
    .work .content .content-box .box-l{
        height: 302px;
        width: 400px;
        float: left;
        position: absolute;
        top: 0;
        overflow: hidden;
    }
    .work .content .content-box .box-r{
        float: left;
        width: 100%;
        height: 100%;
        top: 300px;
    }
    .work .content .content-box .box-r .stroke{
        display: block;
        width: 300px;
        top: 50px;
        float: right;
        right: 50px;
    }
    .work .content .content-box .box-r > p:first-child{
        float: left;
        color: #000;
        font-size: 90px;
        position: relative;
        top: -370px;
    }
    .work .content .content-box .box-r > p:nth-child(2){
        top: 30px;
        left: -50px;
        float: left;
        color: #E15547;
        float: right;
    }
    .work .content .content-box .box-r > pre:nth-child(4){
        font-size: 15px;
        width: 300px;
        position: relative;
        top: 80px;
        left: -50px;
        text-align: right;
        line-height: 20px;
    }
    .work .content .content-box .box-r > p:last-child{
        font-size: 15px;
        float: right;
        top: 30px;
        color: #878787;
        right: 50px;
    }
    .work .content .content-box .box-r .button{
        float: left;
        position: relative;
        top: 0px;
        margin-left: 0;
        width: 300px;
        margin-top: 20px;
        margin-left: 50px;
        
    }
    .work .content .content-box .box-r .button:nth-child(5){
        margin-left: 50px;
    }
    .section:nth-child(8) .work .content,
    .section:nth-child(9) .work .content{
        border: 0;
        background: none;
        width: 400px;
        height: 692px;
        top: 163px;
        overflow: hidden;
}
    .section:nth-child(8) .work .content .content-box,
    .section:nth-child(9) .work .content .content-box{
        width: 400px;
        height: 220px;
        background-color: #fff;
        float: left;
        margin-right: 10px;
        overflow: hidden;
        margin-bottom: 10px;
    }
    .section:nth-child(8) .work > p,
    .section:nth-child(9) .work > p{
        top: 125px;
        left: 80px;
    }
    .section:nth-child(8) .work .content .content-box .img,
    .section:nth-child(9) .work .content .content-box .img{
        width: 250px;
        height: 100%;
        background-color: #ccc;
        float: left;
    }
    .section:nth-child(8) .work .content .content-box .stroke,
    .section:nth-child(9) .work .content .content-box .stroke{
        width: 150px;
        display: none;
    }
    .section:nth-child(8) .work .content .content-box > p:nth-child(2),
    .section:nth-child(9) .work .content .content-box > p:nth-child(2){
        font-family: 'BBTreeTB';
        font-size: 40px;
        margin-left: 10px;
        position: relative;
        left: -22px;
    }
    .section:nth-child(8) .work .content .content-box > p:nth-child(4),
    .section:nth-child(9) .work .content .content-box > p:nth-child(4){
        font-size: 15px;
        font-weight: bold;
        position: relative;
        top: 13.5px;
        left: -15px;
    }
    .section:nth-child(8) .work .content .content-box > p:nth-child(5),
    .section:nth-child(9) .work .content .content-box > p:nth-child(5){
        text-align: left;
        position: relative;
        left: 20px;
        width: 120px;
        float: left;
        font-size: 13px;
        line-height: 19px;
    }
    .section:nth-child(8) .work .content .content-box .button,
    .section:nth-child(9) .work .content .content-box .button{
        width: 100px;
        height: 35px;
        border: 1px solid #000;
        box-sizing: border-box;
        font-size: 15px;
        text-align: center;
        line-height: 32px;
        float: left;
        position: relative;
        top: 90px;
        margin: 0 auto;
        left: 23px;
    }
    .contact .contact-wrap{
        width: 384px;
        height: 100px;
        margin: 0 auto;
        position: relative;
        top: 240px;
        z-index: 2;
        left: -30px;
    }
    .contact .footer{
        font-size: 3.7361vw;
        top:280px;
        width: 384px;
        margin: 0 auto;
    }
    .info-img{
        display: none;
    }
    .logo{
        display: none;
    }
}


/*--------- modal 시작 */

.modal-content{
    position: fixed;
    z-index: 10000000;
    background-color: rgba(0,0,0,0.5);
    width: 100%;
    height: 0%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.5s;
    overflow: hidden;
    box-shadow: 0 0 0.3em rgba(0,0,0,0.3);
}

.modal-content.show{
    width: 100%;
    height: 100%;
}

.modal-content span{
    position: absolute;
    text-align: right;
    right: 18%;
    padding: 0 3%;
    top: 20px;
    font-size: 4em;
    color: #fff;
    text-shadow: 0 0 2px rgba(0,0,0,0.8);
    cursor: pointer;
}
.modal-content iframe{
    position: absolute;
    top: 0;
    width: 63.4%;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 0;
    overflow: scroll;
}


