@charset "utf-8";
/* body 공통 속성 */
html,body{margin:0;padding:0;font-family:'나눔고딕',NanumGothic,'맑은 고딕','Malgun Gothic','돋움',Dotum,'굴림',Gulim,Helvetica,AppleGothic,sans-serif;line-height:20px} /* _color */
div,p,table,th,td,form,fieldset,ul,ol,li,dl,dt,dd,img,input,textarea{margin:0;padding:0}
input{border:0px solid #ccc;background:#eee}
#mobile input{border:1px solid #ccc;background:#eee;border-radius:5px}
#mobile input#kakao{border:none;background:transparent;border-radius:0}
div,table,th,td{}
ul,ol,li{list-style:none}
img,input,textarea,select{}
button{margin:0;padding:0;border:0}
h1,h2,h3,h4,h5,h6{margin:0;padding:0;border:0;font-size:12px}
caption,legend {}
address{font-style:normal}
a:link,a:visited,a:active,a:hover{text-decoration:none !important}
hr{display:none}
/*a,img,input{outline:none;selector-dummy:expression(this.hideFocus=true)}*/
p,h1,h2,h3,h4,h5,h6{font-family:dotum}
::-moz-selection{background-color:#ccc;color:#000}
::selection{background-color:#ccc;color:#000}
html{overflow-y:scroll}
*{-webkit-text-size-adjust:none} /* 아이폰 세로모드 폰트 확대막기 */
*{text-shadow:none !important}

.blind {position:absolute; left:0; top:-9999px; width:0; height:0; margin:0; padding:0; font-size:0; text-indent:-9999px; overflow:hidden;}
.clear {*zoom:1;}
.clear:after {display:block; clear:both; content:"";}
.lft {float:left;}
.rgt {float:right;}

/* 간편 레이아웃 */
.psd_w25{width:25%;float:left}
.psd_w33{width:33%;float:left}
.psd_w34{width:34%;float:left}
.psd_w50{width:50%;float:left}
.psd_w100{width:100%}
.psd_left{float:left}
.psd_right{float:right}
.psd_center{margin:0 auto}
.psd_border{border:1px solid red}
.psd_textc{text-align:center}
.psd_clear{clear:both;height:1px}
.top5{margin-top:5px}
.dotum{font-family:dotum}
.bimg{text-align:center}
/*.bimg a img{display:block;margin:0 auto}*/
.bimg div{margin:0 auto}
h1{font-weight:bold;font-size:17px}
h2{font-weight:bold;font-size:17px}