html {
  scroll-behavior: smooth;
}

#banner{
    width:100%; 
    height:100vh; 
    overflow:hidden; 
    position:relative;
}
#bannerVideo{
    min-width:100%; 
    min-height:100%; 
    position:absolute; 
    left:0; top:0; 
    z-index:97;
}
.bannerDefaultImg{
    /*background:url(/img/bg_main_mobile.jpg) center center / cover no-repeat !important;*/
    /*background:url(/img/mainBannerImg.jpg) center center / cover no-repeat !important;*/
}
#bannerDim{
    width:100%; 
    height:100vh; 
    background:rgba(0,0,0,0.2); 
    position:absolute; 
    left:0; top:0; 
    z-index:98;
}
.mMainImg {
    width:100%;
    height:100vh;
}
#banner.content{
    padding:0;
}


/*상품제안서모달*/
table {
    margin-top: 30px;
    width:100%;
    border-collapse:collapse; 
    border:0; 
    empty-cells:show; 
    border-spacing:0; 
    padding:0;
}
table th {
    height:24px;
    text-align:left;
    padding-top: 15px;
}
table td {
    height:22px;
    border:1px solid #DDD;
}
.popup_tit{
    color: #50505d;
    font-size: 25px;
    font-weight:bold; 
}
.popup_txt{
    color: #9a9ba4;
    font-size: 12px;
    line-height: 20px;
}
.popup_input{
    padding-bottom: 20px;
}
.banner_button p{
    cursor: pointer;
}
.popup{
    width: calc(100% - 40px);
    background: #f5f5f5;
    box-sizing: border-box;
    padding: 15px;
    display: none;
    border-radius: 15px;
}
#checkboxWrappop{
    width:100%; 
    display:block; 
    /*height:5vw; */
    overflow:hidden; 
    cursor:pointer;
    padding: 20px 0 0;
}

/*레이어 팝업 영역*/
/*.Pstyle {
 opacity: 0;
 position: relative;
 width: auto;
 border: 5px solid #f5f5f5;
 box-sizing: border-box;
 padding: 15px;
 background-color: #fff;
 display: none;
}*/
#checkboxWrapPop{
   overflow: hidden;
}
#checkboxWrapPop span{
    font-size: 12px;
    margin-left: 10px;
    width: calc(100% - 40px);
    display: block;
    float: left;
    color: #50505d;
}
#checkboxWrapPop em{
    font-weight: bold;
    }
#btn_close{
    position: absolute;
    top: 5px; right: 5px;
    width: 30px;
    height: 30px;
    text-align: center;
    cursor: pointer;
    font-size: 25px;
    line-height: 25px;
}
#popup_close{
    border-radius: 50px;
    border: none;
    font-weight: bold;
    display: block;
    margin-top: 50px;
    margin-bottom: 30px;
}
.popup_close{
    margin: 0 auto;
    padding: 12px 35.78px;
    background: #bababd;
    color: #fff;
}
.popup_go{
    background: #a631ef;
    padding: 20px 40px !important;
    color: #ffffff;
}
#termsCheckPop{
    display: none;
}
#popup_close_button{
    padding-top: 10px;
}
.floating_open {
    background-color: #a631ef;
    z-index: 99;
    border-radius: 50px;
    padding: 11px 23px;
    display: inline-block;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
}
.floatingText {
    float: left;
    margin: 1px 10px 0 0;
    font-size: 14px;
}
/*개인정보 수집 팝업*/
.Privacy_Policy{
    width: calc(100% - 40px);
    max-width:1200px;
    position: relative;
    display: none;
    background: #f5f5f5;
    border: 5px solid #f5f5f5;
    box-sizing: border-box;
    padding: 20px 20px 40px;
    display: none;
}
.Privacy_Policy .contactInputWrap{
    width:100%;
}
.Privacy_Policy_btn_close{
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
    font-size: 20px;
}
        
        
/*banner*/
.banner_cont{
    position:absolute; 
    color:#fff; 
    top:50%; 
    /*margin-top:-14vw; */
    left:0; 
    transform: translateY(-50%);
    z-index:99;
}
.banner_cont span{
    display:block;
}
.banner_cont h1{
    font-size: 25px; 
    font-weight: bold; 
    line-height: 35px;
}
.banner_cont h1 span{
    display: block;
}
.banner_cont p{
    padding-top: 10px;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 50px;
}
#bannerLink{
    position:absolute; 
    top: -55px; 
    z-index: 99
}
#bannerVideo{
    display: none;
}
.yellow_button p{
    color: #fff; 
    font-weight: 500; 
    display: inline-block;
    padding: 10px 20px;
    border-radius: 50px;
    background: #a632f0;
}
.banner_button img{
    padding-left: 10px;
}


/*intro*/
.intro_box img{
    padding: 50px 30px 70px; 
    box-sizing: border-box;
    width: 100%;
}
.intro_p em{
    color: #7e29b3;
    font-weight: 500;
}

/*project*/
#project{
    width: 100%;
    background: url(../img/bg_04.jpg) no-repeat; 
    background-size: cover; 
    background-position: center;
}
.project_year{
    padding-top: 70px;
    color: #fff;
    font-size: 14px;
    line-height: 35px;
}
.project_h2{
    padding-top: 5px;
    color: #fff;
}
.project_h2 em{
    font-weight: normal;
}
.project_h2 span{
    display: block;
}
.project_h3{
    color: #e6e6e6;
}
.project_p{
    color: #dcdcdc;
}
.project_box img{
    padding: 50px 0px 70px;
    box-sizing: border-box;
    width: 100%;
}

/*portfolio*/
.portfolio_list{
    padding-top: 15px;
}
.portfolio_item{
    width: 100%;
    padding-bottom: 30px;
    overflow: hidden;
}
.portfolio_item:nth-child(2){
    padding-bottom: 10px;
}
.portfolio_img img{
    width: 100%;
    height: 52vw;
    object-fit: cover;
    border-radius: 10px;
    /*height: 139px;*/
    /*background: #e0e0e0;*/
    /*border-radius: 10px;*/
}
.portfolio_item h3{
    margin-top: 10px;
    margin-bottom: 5px;
    padding: 2px 17px;
    display: inline-block;
    font-size: 14px;
    color: #78787f;
    border: 1px solid #e0e0e0;
    border-radius: 20px;
}
.portfolio_item p{
    color: #41414d;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.portfolio_item span{
    display: block;
    padding-top: 5px;
    color: #78787f;
    font-size: 14px;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    /*word-wrap: break-word; - 강제줄바꿈*/
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.portfolio_time{
    padding-top: 10px;
    overflow: hidden;
}
.portfolio_time li{
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
}
.portfolio_time_txt{
    color: #bcbcbf;
}
.portfolio_time_bar{
    float: right;
    color: #7e29b3;
}
.portfolio_time_bar span{
    width: 17px;
    height: 7px;
    background: #7e29b3;
    display: inline-block;
    padding-top: 0;
    border-radius: 30px;
    margin: 0px;
    margin-right: 3px;
    margin-bottom: 1.5px;
}
.portfolio_time_bar span:nth-child(1){
    margin-left: 5px;
}
.portfolio_time_bar span.bar_span{
    background: #ddd;
}
.bar_span{
    margin-left: 10px;
}
.portfolio_button h3{
    float: left;
}
.portfolio_button p{
    padding: 0;
    text-align: left;
    border: none;
    background: none;
}
.portfolio_moreBtn{
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    border-radius: 50px;
    background: #a631ef;
}
.portfolio_moreBtn a{
    color: #fff;
    padding: 10px 30px;
}
.portfolio_button{
    text-align: center;
    padding-top: 50px;
    padding-bottom: 70px;
}

/*portfolio swiper*/
.portfolio_table3{
    position: relative;
}
.swiper-button-prev{
    position: absolute;
    top: 41%;
    margin-left: -2px;
    width: 30px !important;
    height: 30px !important;
}
.swiper-button-next{
    position: absolute;
    top: 41%;
    margin-right: -2px;
    width: 30px !important;
    height: 30px !important;
}
.swiper-container{
    padding-top: 15px;
}
.swiper-wrapper{
    padding-bottom: 15px;
}
.slide_img{
    width: 100%;
    height: 22vw;
    object-fit: cover;
    border-radius: 10px;
}
.slide_h3{
    margin-top: 10px;
    margin-bottom: 5px;
    padding: 2px 17px;
    display: inline-block;
    font-size: 14px;
    color: #78787f;
    border: 1px solid #e0e0e0;
    border-radius: 20px;
}
.slide_p{
    color: #41414d;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.portfolio_table3 span{
    padding-top: 5px;
    color: #78787f;
    font-size: 14px;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


/*process*/
#process{
    background: #212121;
}
.process_h2{
    color: #fff;
}
.process_p{
    color: #dcdcdc;
}
.process_table{
    padding-top: 15px;
    overflow: hidden;
    padding-bottom: 40px;
}
.process_item{
    width: calc(33.3333% - 10px);
    margin-right: 15px;
    float: left;
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding-bottom: 30px;
}
.process_item:nth-child(3n){
    margin-right: 0;
}
.process_item img{
    width: 100%;
    padding-bottom: 10px;
}

/*people*/
#people{
    background: url(/img/bg_05.jpg)no-repeat;
    background-size: cover;
}
.people_box{
    padding-bottom: 70px;
}
.people_h2{
    color: #fff;
}
.people_table{
    color: #fff;
}
.people_list{
    overflow: hidden;
}
.people_item{
    display: table;
    width: calc(50% - 7.5px);
    margin-right: 15px;
    float: left;
    padding-bottom: 15px;
}
.people_item:nth-child(2n){
    margin-right: 0;
}
.people_item img{
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}
.people_item>ul{
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
    width: 26vw;
}
.people_h3{
    color: #fff;
    padding-bottom: 15px;
    position: relative;
}
.people_h3:before{
    content: "";
    width: 100%;
    height: 2px;
    background: #b179cd;
    position: absolute;
    top: 73px;
    left: 0;
}
.people_name{
    font-size: 12px;
}
.people_job{
    color: #dcdcdc;
    font-size: 10px;
}

/*client*/
.client_box{
    padding-bottom: 70px;
}
.client_item img{
    width: 100%;
}


/*contact*/
#contact{
    /*background:url(/img/mainContactBack.jpg) no-repeat;*/
    background: #f5f5f5;
    background-size:cover; 
    background-position:center;
    padding-bottom: 50px;
}
.contactInputWrap{
    width:100%;
}
.contactInputWrap:nth-child(2n){
    display: inline-block;
}
.popup .contactInputWrap:nth-child(2n){
    display: inline-block;
    margin-right: 0;
}
.contactInputWrap p{
    color: #4f4f5d;
    font-size: 14px;
    font-weight: bold;
    margin: 25px 0 10px 0;
}
.contactInputWrap input{
    width:100%; 
    height: 40px; 
    line-height:10vw; 
    font-size: 14px; 
    border-radius:5px; 
    background:#fff; 
    padding:0 15px;
}
.contactInputWrap input::placeholder{
    color: #7d7d7d; 
    font-weight:500; 
    font-size: 14px;
}

#mainTerms{
    overflow:auto; 
    color:#a1a1a1;
}
#mainTerms, #mainQuestions{
    width:100%; 
    height:42vw; 
    background:#fff; 
    border-radius:5px; 
    font-size: 12px; 
    line-height: 23px; 
    padding:10px; 
    overflow:auto;
    border: 1px solid #ddd;
}
#mainQuestions{
    resize:none; 
    font-weight:400; 
    font-family: 'Noto Sans Korean','Malgun Gothic','맑은 고딕',helvetica,'Apple SD Gothic Neo', sans-serif;
}
#mainQuestions::placeholder{
    font-size: 14px;
}
.contactCheckboxWrap{
    color:#fff; 
    font-size: 12px; 
    display:block; 
    margin: 20px 0 5px;
}   
#contactSubmit{
    background:#a632f0; 
    text-align:center; 
    font-size: 14px;
    font-weight: bold; 
    border-radius: 50px;
    border:none;
    width: 100px;
    /*display: inline-block;*/
    margin:0 auto; 
    cursor:pointer; 
    margin-top: 50px;
    margin-bottom: 20px;
}
#contactSubmit a{
    color: #fff;
    padding: 10px 30px;
}
.termsCheckCircle{
    width: 15px; 
    height: 15px; 
    position:relative;
    border: 1px solid #ddd;
    border-radius: 5px; 
    background:#fff;
    display: inline-block;
    float: left;
}
.termsCheckCircle>div{
    width: 11px; 
    height: 11px; 
    display:none; 
    position:absolute; 
    left:50%; 
    margin-left: -6px; 
    top:50%; 
    margin-top: -6px; 
    border-radius:50%; 
    background:#000;
}

.termsCheckCircle_pop{
    width: 15px; 
    height: 15px; 
    position:relative;
    border: 1px solid #ddd;
    border-radius: 5px; 
    background:#fff;
    display: inline-block;
    float: left;
}
.termsCheckCircle_pop>div{
    width: 11px; 
    height: 11px; 
    display:none; 
    position:absolute; 
    left:50%; 
    margin-left: -6px; 
    top:50%; 
    margin-top: -6px; 
    border-radius:50%; 
    background:#000;
}
#termsCheck{
    display:none;
}  
#checkboxWrap{
    width:100%; 
    display:block; 
    /*height:5vw; */
    overflow:hidden; 
    cursor:pointer;
    padding: 20px 0 0;
}
#checkboxWrap div, #checkboxWrap span{
    float:left;
}
#checkboxWrap span{
    color: #50505d;;
    margin-left: 10px;
    line-height: 20px;
    font-size: 14px;
    float: left;
    display: block;
    width: calc(100% - 40px);
}
#checkboxWrap span em{
    font-weight: bold;
}
     
.wb_main_popup .wb_main_popup_img{
	width: 430px;
}
.wb_main_popup-footer{
	display: flex;
	justify-content: center;
    align-items: center;
}
.wb_main_popup-footer button{
	width: 50%;
	background-color: unset;
    border: unset;
    height: 2.4rem;
    font-size: 13px;
    color: #373737;
    font-family: Noto sans CJR KR;
}
     
/*------------------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 414px){
	.wb_main_popup .wb_main_popup_img{
		width: 340px;
	}
}
     
@media (min-width: 414px){

}

@media (min-width: 500px){
    /*people*/
    .people_name{
        font-size: 14px;
    }
    .people_job{
        font-size: 12px;
    }
}

@media (min-width: 600px){	
    /*모달*/
    .popup{
        width: calc(100% - 80px);
        background: #f5f5f5;
        border: 5px solid #f5f5f5;
        box-sizing: border-box;
        padding: 20px;
        display: none;
    }
    .contactInputWrap input{
        height: 50px;
    }
    .popup_close{
        font-size: 16px;
    }
    
    /* 개인정보 수집 팝업*/
    .Privacy_Policy{
        width: calc(100% - 80px);
    }

    /*banner*/
    .mMainImg {
        height: auto;
    }
    .banner_cont h1{
        font-size: 35px;
        line-height: 45px;
    }
    .banner_button{
        padding-top: 55px;
        display: inline-block;
    }    
    .banner_button p{
        font-size: 17px;
        padding: 15px 25px;
    }
        
    /*intro*/
    .intro_box img{
        padding: 50px 50px 70px;
    }
    
    /*project*/
    #project{
        width: 100%;
        background: url(../img/bg_03.jpg) no-repeat; 
        background-size: cover; 
        background-position: center;
    }
    .project_box img{
        /*padding: 50px 50px 70px;*/
    }
    
    /*portfolio*/
    .portfolio_item{
        width: calc(50% - 7.5px);
        margin-right: 15px;
        float: left;
        overflow: hidden;
        padding-bottom: 0;
    }
    .portfolio_item:nth-child(2n){
        margin-right: 0;
    }
    .portfolio_img{
        /*height: 259px;*/
    }
    .portfolio_img img{
        height: 25vw;
    }
    .portfolio_time li{
        font-size: 16px;
    }
    .portfolio_moreBtn a{
        padding: 15px 50px;
        font-size: 17px;
    }
    
    /*portfolio swipter*/
    .swiper-container{
        padding-top: 20px;
    }
    .swiper-button-prev{
        position: absolute;
        top: 44%;
        margin-left: 2px;
        width: 35px !important;
        height: 35px !important;
    }
    .swiper-button-next{
        position: absolute;
        top: 44%;
        margin-right: 2px;
        width: 35px !important;
        height: 35px !important;
    }
    
    /*process*/
    .process_item{
        width: calc(33.3333% - 13.3333px);
        margin-right: 20px;
        font-size: 16px;
    }
    .process_item:nth-child(3n){
        margin-right: 0;
    }
    
    /*people*/
    .people_item>ul{
        padding-left: 15px;
    }
    .people_h3:before{
        top: 80px;
    }
    
    /*contact*/
    .contactInputWrap p{
        font-size: 16px;
    }
    .termsCheckCircle{
        width: 20px;
        height: 20px;
    }
    .termsCheckCircle>div{
        width: 16px;
        height: 16px;
        margin-left: -8.5px;
        margin-top: -8.5px;
    }
    .termsCheckCircle_pop{
        width: 20px;
        height: 20px;
    }
    .termsCheckCircle_pop>div{
        width: 16px;
        height: 16px;
        margin-left: -8.5px;
        margin-top: -8.5px;
    }
    .contactCheckboxWrap{
        margin: 30px 0 10px;
    }
    #checkboxWrap{
    padding: 50px 0 0;
    }
    #checkboxWrap span{
        font-size: 16px;
        line-height: 20px;
    }
	#mainTerms, #mainQuestions{
	    padding: 15px;
		font-size: 13px;
		line-height: 25px;
	}
	#contactSubmit{
	    color: #fff;
	    font-size: 14px;
	    font-weight: bold;
	    width: 170px;
	    border-radius: 50px;
	    background: #a632f0;
	}
	#contactSubmit a{
	    padding: 15px 50px;
	    font-size: 17px;
	}
}
 
    
@media (min-width: 768px){
    /*모달*/
    #btn_close{
        top: 10px;
        right: 10px;
        width: 40px;
        height: 40px;
        font-size: 35px;
        line-height: 35px;
    }
    .popup_tit{
        font-size: 35px;
    }
    .popup_txt{
        font-size: 14px;
    }
    #checkboxWrapPop span{
        font-size: 14px;
        width: calc(90% - 40px);
    }
    .popup_input{
        padding-bottom: 30px;
    }
    #popup_close{
        margin-top: 70px;
        margin-bottom: 50px;
    }
    
    /*개인정보 수집 팝업*/
    .Privacy_Policy{
        padding: 20px 20px 50px;
    }
    .Privacy_Policy_btn_close{
        font-size: 30px;
    }

    /*banner*/
    .banner_cont{
        /*top: 45%;*/
    }
    .banner_cont h1{
        font-size: 45px;
        line-height: 55px;
    }
    .banner_cont p{
        padding-top: 15px;
        padding-bottom: 70px;
        font-size: 16px;
        line-height: 22px;
    }
    .banner_button p{
        font-size: 17px;
        padding: 15px 25px;
    }
    .floating_open {
        padding: 15px 25px;
        margin-left: 10px;
    }
    .floatingText {
        float: left;
        margin: 0 15px 0 0;
        font-size: 17px;
    }
    .floating_open img {
        margin-top: 4px;
    }
        
    /*intro*/
    .intro_box{
        padding-bottom: 100px; 
        overflow: hidden;
    }
    .intro_item{
        float: left; 
        width: 45%;
    }
    .intro_cont img{
        float: right; 
        padding: 0 0 0 20px; 
        width: 350px;
    }
    
    /*project*/
    #project{
        width: 100%;
        background: url(../img/bg_03.jpg) no-repeat; 
        background-size: cover; 
        background-position: center;
    }
    .project_year{
        padding-top: 100px;
        font-size: 16px;
    }
    .project_h3{
        padding-top: 30px;
    }
    .project_p{
        width: 600px;
    }
    .project_box img{
        /*width: 500px;*/
        display: block;
        margin: 0 auto;
    }
    
    /*portfolio*/
    .portfolio_item{
        width: calc(50% - 10px);
        margin-right: 20px;
    }
    .portfolio_img{
        /*height: 343px;*/
    }
    .portfolio_list{
        padding-top: 20px;
    }
    .portfolio_item h3{
        padding: 3px 19px;
        font-size: 16px;
    }   
    .portfolio_item p{
        font-size: 19px;
    }
    .portfolio_item span{
        font-size: 16px;
    }
    .portfolio_time_bar span{
        height: 8px;
    }
    
    /*portfolio swipter*/
    .swiper-button-prev{
        position: absolute;
        top: 49%;
        margin-left: 3px;
        width: 40px !important;
        height: 40px !important;
    }
    .swiper-button-next{
        position: absolute;
        top: 49%;
        margin-right: 3px;
        width: 40px !important;
        height: 40px !important;
    }
    .slide_p span{
        font-size: 16px;
    }
    
    /*process*/
    .process_item{
        padding: 0 10px;
        padding-bottom: 30px;
        font-size: 18px;
    }
    
    /*people*/
    .people_h3{
        padding-top: 30px;
        display: block;
    }
    .people_h3:before{
        top: 85px;
    }
    .people_item{
        width: calc(32.3333% - 10px);
        margin-right: 15px;
        padding-bottom: 20px;
    }
    .people_item:nth-child(2n){
        margin-right: 15px;
    }
    .people_item:nth-child(3n){
        margin-right: 0px;
    }
    .people_item>ul{
        width: 16vw;
    }
    .people_name{
        font-size: 13px;
    }
    .people_job{
        font-size: 11px;
    }
    
    /*contact*/
    .contactInputWrap p{
        margin: 30px 0 15px 0;
    }
    .termsCheckCircle{
        width: 25px;
        height: 25px;
    }
    .termsCheckCircle>div{
        width: 19px;
        height: 19px;
        margin-left: -10px;
        margin-top: -10px;
    }
    .termsCheckCircle_pop{
        width: 25px;
        height: 25px;
    }
    .termsCheckCircle_pop>div{
        width: 19px;
        height: 19px;
        margin-left: -10px;
        margin-top: -10px;
    }
    #checkboxWrap span{
        line-height: 27px;
    }
    #contactSubmit{
        margin-top: 70px;
        margin-bottom: 25px;
    }
}

@media (min-width: 960px){
    /*모달*/
    .popup{
        width: calc(100% - 100px);
        padding: 30px;
    }
    .contactInputWrap input{
        height: 55px;
    }
        
    /*개인정보 수집 팝업*/
    .Privacy_Policy{
        width: calc(100% - 100px);
        padding: 30px 30px 60px;
    }
        
    /*banner*/
    .banner_cont{
        /*top: 50%;*/
    }
    .banner_cont h1{
        font-size: 45px;
        line-height: 55px;
    }
    .banner_cont p{
        font-size: 17px;
        padding-top: 20px;
    }
    .banner_button{
        padding-top: 60px;
    }
    .banner_button p{
        font-size: 18px;
    }
    
    /*intro*/
    .intro_item{
        width: 60%; 
        margin-bottom: 150px;
    }
    .intro_cont{
        position: relative;
    }
    .intro_cont img{
        position: absolute; 
        top: 150px; 
        right: 35px; 
        width: 400px; 
        padding: 0;
    }
    .intro_box{
        padding-bottom: 0px; 
        overflow: hidden;
    }
    
    /*project*/
    #project{
        width: 100%;
        height: 600px;
        background: url(../img/bg_02.jpg) no-repeat; 
        background-size: cover; 
        background-position: center;
    }
    .project_box{
        overflow: hidden;
    }
    .project_year{
        padding-top: 150px;
    }
    .project_h2{
        padding-top: 15px;
    }
    .project_item{
        width: 50%;
        float: left;
    }
    .project_box img{
        position: absolute;
        top: 177px;
        right: 35px;
        width: 400px;
        padding: 0;
    }
    
    /*portfolio*/
    .portfolio_h2{
        padding-top: 100px;
    }
    /*.portfolio_item{
        width: calc(33.33% - 13.33px);
        margin-right: 20px;
    }
    .portfolio_item:nth-child(2n){
        margin-right: 20px;
    }
    .portfolio_item:nth-child(3n){
        margin-right: 0px;
    }*/
    .portfolio_img{
        /*height: 278px;*/
    }
    .portfolio_button{
        padding-top: 55px;
        padding-bottom: 100px;
    }
    
    /*portfolio swiper*/
    .slide_img{
        height: 17vw;
    }
    .swiper-button-prev{
        position: absolute;
        top: 49%;
        margin-left: 10px;
        width: 45px !important;
        height: 45px !important;
    }
    .swiper-button-next{
        position: absolute;
        top: 49%;
        margin-right: 10px;
        width: 45px !important;
        height: 45px !important;
    }
    
    /*process*/
    .process_item{
        padding: 0 15px;
        padding-bottom: 50px;
        width: calc(33.3333% - 20px);
        margin-right: 30px;
    }
    
    /*people*/
    .people_h3{
        padding-top: 45px;
    }
    .people_h3:before{
        top: 100px;
    }
    .people_list{
        padding-top: 45px;
    }
    .people_item{
        width: calc(25% - 11.25px);
        margin-right: 15px;
        padding-bottom: 25px;
    }
    .people_item:nth-child(2n){
        margin-right: 15px;
    }
    .people_item:nth-child(3n){
        margin-right: 15px;
    }
    .people_item:nth-child(4n){
        margin-right: 0px;
    }
    .people_item>ul{
        width: 14vw;
    }
    .people_name{
        font-size: 14px;
    }
    
    /*client*/
    .client_list{
        overflow: hidden;
    }
    .client_item{
        width: calc(50% - 7.5px);
        margin-right: 15px;
        float: left;
    }
    .client_item:nth-child(2n){
        margin-right: 0;
    }
    
    /*contactus*/
    .contact_box h2{
        padding-top: 100px;
    }
    #checkboxWrap span{
        /*margin-top: 1.5vw;*/
    }
    #mainTerms, #mainQuestions{
        padding: 20px;
        font-size: 15px;
        line-height: 30px;
        height: 350px;
    }
}
  
@media (min-width :1200px){
    /*모달*/
    #btn_close{
        top: 15px;
        right: 15px;
        width: 50px;
        height: 50px;
        font-size: 45px;
        line-height: 45px;
    }
    .Pstyle{
        padding: 80px 250px;
        width: 1200px;
    }
    .popup{
        width: 1200px;
        padding: 70px 250px;
    }
    .popup_tit{
        font-size: 35px;
    }
    .popup_txt{
        margin-top: 15px;
        font-size: 16px;
    }
    #checkboxWrapPop span{
        font-size: 16px;
    }
    .popup_input{
        overflow: hidden;
        padding-bottom: 50px;
    }
    .popup_input_left{
        float: left;
        width: 49%;
    }
    .popup_input_right{
        float: right;
        width: 49%;
    }
    .popup_close{
        font-size: 18px;
        padding: 20px 49px;
    }
    .contactInputWrap{
        width: calc(49% - 7.5px); 
        float: left;
        margin-right: 15px;
    }
    #contact .termsInputWrap{
        width: 98%;
    }
    #popup_close{
        margin-bottom: 30px;
    }
    
    /*개인정보 수집 팝업*/
    .Privacy_Policy{
        padding: 30px 30px 80px;
        width: 1200px;
    }
    .Privacy_Policy_btn_close{
        font-size: 40px;
    }
    
    /*banner*/
    .banner_cont{
        width:1120px; 
        position:absolute; 
        color:#fff; 
        /*top:42vh; */
        /*margin-top:-109px; */
        left:50%; 
        margin-left:-561px;
    }
    .banner_cont h1{
        font-size: 80px; 
        line-height: 80px;
    }
    .banner_cont p{
        font-size: 19px;
        padding: 25px 0 80px 0;
        line-height:normal;
    }
    .banner_button{
        padding-top: 65px;
    }
    .banner_button p{
        font-size: 19px; 
        padding: 15px 30px;
    }
    #bannerLink{
        top:-90px;
    }
    #bannerVideo{
        display:block;
    }
    .floating_open {
        padding: 15px 30px;
        margin-left: 15px;
    }
    .floatingText {
        float: left;
        margin: 0 15px 0 0;
        font-size: 19px;
    }
    .floating_open img {
        margin-top: 6px;
    }
    
    /*intro*/
    .intro_item{
        margin-bottom: 150px;
    }
    .intro_h2{
        padding-top: 150px;
    }
    .intro_cont img{
        top: 100px;
        right: 0px;
        width: 550px;
    }
        
    /*project*/
    #project{
        width: 100%; 
        height: 595px; 
        background: url(../img/bg_01.jpg) no-repeat; 
        background-size: cover; 
        background-position: center;
    }
    .project_cont{
        width: 1120px; 
        margin: 0 auto;
    }
    .project_year{
        padding-top: 75px;
        font-size: 19px;
    }
    .project_h2{
        padding-top: 20px;
    }
    .project_h3{
        padding-top: 50px;
    }
    .project_box img{
        top: 109px;
        right: -50px;
        width: 550px;
    }

    /*portfolio*/
    .portfolio_h2{
        padding-top: 50px;
    }
    .portfolio_img{
        /*height: 336px;*/
    }
    .portfolio_list{
        padding-top: 24px;
    }
    .portfolio_img img{
        height: 300px;
    }
    .portfolio_item h3{
        padding: 3px 21px;
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .portfolio_item p{
        /*font-size: 22px;*/
        font-size: 20px;
    }
    .portfolio_item span{
        padding-top: 10px;
        /*font-size: 19px;*/
    }
    .portfolio_time_bar span{
        padding-top: 0;
        width: 20px;
        height: 9px;
    }
    .portfolio_button{
        padding-top: 60px;
        padding-bottom: 50px;
    }
    
    /*portfolio swiper*/
    #portfolio .swiper-button-prev{
        top: 47%;
        margin-left: -35px;
        width: 50px;
        height: 50px;
    }
    #portfolio .swiper-button-next{
        top: 47%;
        margin-right: -35px;
        width: 50px;
        height: 50px;
    }
    .slide_img{
        height: 150px;
    }
    .swiper-button-prev{
        position: absolute;
        top: 50%;
        margin-left: -35px;
    }
    .swiper-button-next{
        position: absolute;
        top: 50%;
        margin-right: -35px;
    }
    
    /*process*/
    .process_h2{
        padding-top: 50px;
    }
    .process_item{
        width: calc(16.6666% - 16.6666px);
        margin-right: 20px;
        padding: 0;
        font-size: 20px;
    }
    .process_item:nth-child(3){
        margin-right: 20px;
    }    
    .process_item:last-child{
        margin-right: 0;
    }
    .process_table{
        padding-bottom: 100px;
    }
    
    /*people*/
    .people_box{
        padding-bottom: 50px;
    }
    .people_h2{
        padding-top: 50px;
    }
    .people_name{
        font-size: 19px;
    }
    .people_job{
        font-size: 15px;
    }
    .people_item img{
        width: 60px;
    }
    
    /*client*/
    .client_box{
        padding-bottom: 50px;
    }
    
    /*contact*/
    #contact{
        width:100%;
    }
    .contact_cont{
        width:1120px; 
        margin:0 auto; 
        overflow:hidden;
    }
    .contact_cont h2{
        padding-top: 50px;
    }
    .contactInputWrap p{
        font-size: 18px;
    }
    #checkboxWrap span{
        line-height: 30px;
    }
    .termsCheckCircle{
        width:28px; 
        height:28px;
    }
    .termsCheckCircle>div{
        width: 22px; 
        height: 22px; 
        margin-left: -11px; 
        margin-top: -11px;
    }
    .termsCheckCircle_pop{
        width:28px; 
        height:28px;
    }
    .termsCheckCircle_pop>div{
        width: 22px; 
        height: 22px; 
        margin-left: -11px; 
        margin-top: -11px;
    }
}