@charset "utf-8";

* {margin:0; padding:0;} 
body{font-size:18px; color:#222; font-family:'Noto Sans KR', sans-serif;}

a{outline:0px;}
a:link{text-decoration:none;}                                       
a:hover{text-decoration:none;}
a:visited{text-decoration:none;}

fieldset, img{border:0; vertical-align:top;}

#wrap{width:100%; text-align: center;}

/* common */
.loginWrap{width:100%;}
.subtit {padding:20px 0 20px 0;}
.input input {border:1px solid #fff; border-bottom:1px solid #ff3d3d; width:169px; height:26px; text-align:center;}
.btn{float:center; display:inline-block; width:169px; height:48px; line-height:46px; background:#ea5948; color:#fff; font-size:18px; font-weight:bold; text-align:center; margin-top:52px;}