@charset "utf-8";

#main_con{overflow:hidden;width:1200px;height:100px;margin:0 auto}
#main_con dl{float:left;width:80%;height:100px}
#main_con dl dt{display:none}
#main_con dl dd{position:relative;float:left;width:25%;height:100px;line-height:100px;border-left:1px solid #ddd;font-size:15px;font-family:'notokr-regular'}
#main_con dl dd:before{position:absolute;left:28px;top:48px;content:'';width:4px;height:4px;border-radius:4px;background:#fc9835}
#main_con dl dd:last-child{padding-left:28px;border-right:1px solid #ddd}
#main_con dl dd:last-child a{color:#757575;letter-spacing:-1px;}
#main_con .agr_btn{display:inline-block;padding:0 3px 0 25px;color:#757575;font-family:'notokr-regular'}
#main_con dl dd:last-child:before{display:none}

#main_con .main_input{width:100%;height:100px;border:0;padding-left:44px;font-size:15px;color:#a3a3a3;letter-spacing:-1px;font-family:'notokr-regular'}
#main_con .submit_btn{float:left;width:20%;height:100px}
#main_con .btn_submit1{width:100%;height:100px;border:0;font-size:15px;color:#fff;background:#fc9835;transition:all .3s;font-family:'notokr-medium'}
#main_con .btn_submit1:hover{background:#222}