@charset "utf-8";

#inc06{background:#111}
#inc06 .tit{width:600px;}
#inc06 .form_wrap{width:calc(100% - 600px);}
#inc06 .tit h2{color:#fff !important}
#inc06 .inner {padding-top:0;display:flex;flex-wrap: wrap;}
#inc06 .txt{color:#fff;}
#inc06 .tit h2 img{width:100%;}

#inc06 textarea {min-height: 110px;
    width: 100%;
    color: rgb(255, 255, 255);
    font-size: 1rem;
    padding: 24px 22px;
    border-radius: 5px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.3);
    border-image: initial;
    background: rgba(0, 0, 0, 0);}
    
#inc06 input{
	height: 51px;
    width: 100%;
    font-size: 1rem;
    color: rgb(255, 255, 255);
    padding: 0px 20px;
    border-radius: 5px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.3);
    border-image: initial;
    background: rgba(0, 0, 0, 0);
}



#inc06 .f-title{margin-bottom: 15px;
    font-size: 1rem;
    font-weight: 600;
    color: rgb(255, 255, 255);
    margin-top: 23px;
    }
#inc06 .f-title span{color:red;} 
    
#inc06 .f-input{color:#fff;font-size: 1rem;text-align: center;line-height:51px;}
#inc06 .f-input.tel{display:grid;grid-template-columns: 1fr 0.1fr 1fr 0.1fr 1fr}

#inc06 button {font-size: 1.125rem;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 50px auto 0;
    width: 200px;
    height: 60px;
    padding: 22px 20px;
    background: var(--primary);;
    border-radius: 30px;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1);
    color:#fff;
    outline: none;
    border: none;
    }
/* 반응형 [s] */
@media (max-width:1380px){

}
@media (max-width:1024px){
#inc06 .txt , #inc06 .form_wrap{margin:auto;width:70%;}
}
@media (max-width:768px){

#inc06 .txt , #inc06 .form_wrap{margin:auto;width:80%;}
}
@media (max-width:480px){
#inc06 .txt , #inc06 .form_wrap {margin:auto;width:90%;}

}
@media (max-width:380px){
#inc06 .txt , #inc06 .form_wrap {margin:auto;width:95%;}

}
/* 반응형 [e] */
