@charset "utf-8";

/*
============================================================

1.	작 업 일 : 2019.04.01
2.	작 성 자 :  정 연 주
3.	마지막 수정일 : 2019.04.22
4.  마지막 작업자 : 정 연 주

============================================================
*/

/*s ###### 기본화면 모바일 기준 ######*/

/*s=====COMMON=====*/

/*body{
    overflow:hidden;
}*/
#contents{
    margin-top: 65px;
}

.inner img{
    width: 100%;
    height: auto;
}

/*e=====COMMON=====*/


/*s=====CONTENTS=====*/

.fake{
    display: none;
}

.text_box{
    text-align: center;
    padding: 80px 0 80px 0;
    background: url(../img/about/s1_m_back.jpg) repeat-y center/cover;
}

.text_box h1{
    font-size: 30px;
    line-height: 1.2em;
    letter-spacing: 1px;
    margin-bottom: 25px;
}
.text_box p{
    font-size: 12px;
    color: #848484;
}

.port_img .pc{
    display: none;
}

.about_sign{
    background: #2f2f2f;
    padding: 50px 30px 75px 30px;
    box-sizing: border-box;
    text-align: center;
}

.about_sign h1{
     width: 78px;
    margin: 0 auto 20px auto;
}
.about_sign .text{
    color: #bebebe;
    font-size: 13px;
    margin-bottom: 35px;
    line-height: 1.5em;
}
.about_sign .sign{
    width: 280px;
    margin: 0 auto;
}

/*e=====CONTENTS=====*/

/*e ###### 기본화면 모바일 기준 ######*/



/*s ###### 태블릿화면 ###### */

@media screen and (min-width:768px){
    
    /*s=====CONTENTS=====*/

    .text_box h1{
        font-size: 48px;
        margin-bottom: 30px;
    }
    .text_box p{
        font-size: 16px;
        line-height: 1.5em;
    }

    .about_sign{
        padding: 60px 30px 85px 30px;
    }

    .about_sign h1{
         width: 95px;
        margin: 0 auto 35px auto;
    }
    .about_sign .text{
        font-size: 16px;
        margin-bottom: 55px;
        line-height: 1.6em;
    }
    .about_sign .sign{
        width: 392px;
        margin: 0 auto;
    }

    /*e=====CONTENTS=====*/
    
}

/*e ###### 태블릿화면 ###### */



/*s ###### PC화면1 ###### */

@media screen and (min-width:1200px){
    .inner{
        background: url(../img/about/ad_pc_back.jpg) repeat-y center/100% auto;
    }
    .text_box{
        width: 46%;
        text-align: left;
        background: none;
        padding: 0 0 0 19%;
        height: 80vh;
        box-sizing: border-box;
        position: relative;
    }
    .text_inner{
        position: absolute;
        top: 35%;
        right: 15%;
        opacity: 0;
        transform: translateY(-50%);
        transition: all 1.2s;
    }
    .text_inner.on{
        top: 50%;
        opacity: 1;
    }
    
    .text_box h1{
        font-size: 50px;
        letter-spacing: 2.2px;
        margin-bottom: 35px;
    }
    .text_box p{
        font-size: 15px;
    }
    
    .port_img .pc{
        display: block;
        width: 54%;
        position: absolute;
        top: 0px;
        right: 0;
        opacity: 0;
        /*display: none;*/
        transition: all 1.2s;
    }
    .port_img .pc.on{
        top: -20px;
        opacity: 1;
    }
    .port_img .mobile{
        display: none;
    }
    
    
    .about_sign{
        height: 17.5vh;
        width: 100%;
    }
    .about_sign h1{
        width: 88px;
        margin: 0 0 34px 0;
    }
    .ad_inner{
        width: 1200px;
        margin: 0 auto;
        position: relative;
    }
    .about_sign .text{
        text-align: left;
        font-size: 15px;
        margin-bottom: 0;
    }
    .about_sign .sign{
        width: 392px;
        margin: 0;
        position: absolute;
        top:0;
        left: 0;
    }
}

/*e ###### PC화면1 ###### */


/*s ###### PC화면2 ###### */

@media screen and (min-width:1600px){
    .port_img .pc{
        width: 1010px;
        top: 0px;
    }
    .port_img .pc.on{
        top: -60px;
    }
}
/*s ###### PC화면2 ###### */


/*s ###### PC화면3 ###### */

@media screen and (min-width:2000px){
    .true{
        display: none;
    }
    .fake{
        display: block;
    }
}
/*s ###### PC화면3 ###### */











