@charset "utf-8";
@import url('/css/reset.css');
@import url('/css/sub.css');

html,body{height:100%;}
#wrap{width:100%;}
.body_wrap {width:1200px;margin:0 auto;}
.bg{width:100%; background:url(../image/bg.jpg) repeat-x;}
.bg1{width:100%; background:url(../image/bg1.jpg) repeat-x;}

/* [공통]버튼,인풋,셀렉트 */ 
input[type="text"] {border:1px solid #ccc; -webkit-box-shadow: 0 0 0 rgba(0,0,0,.0);-ms-box-shadow: 0 0 0 rgba(0,0,0,.0);-moz-box-shadow: 0 0 0 rgba(0,0,0,.0);box-shadow: 0 0 0 rgba(0,0,0,.0);background:#fff;color:#222;font-weight:400;}
input[type="text"]::-webkit-input-placeholder {color:#000;}
input[type="text"]:-input-placeholder {color:#000;}
input[type="text"]:-ms-input-placeholder {color:#000;}
input[type="text"]::-moz-input-placeholder {color:#000;}







