@charset "utf-8";


/* body 공통 속성 */
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
html, body { margin: 0; padding: 0; font-family: '나눔고딕',NanumGothic,'Nanum Gothic','맑은 고딕','Malgun Gothic','Apple SD Gothic Neo',applegothic,'돋움',Dotum,'굴림',Gulim,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:#eeeeee;}
#mobile input {border:1px solid #ccc; background:#eeeeee; border-radius:5px;}
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:'나눔고딕',NanumGothic;}
::-moz-selection {background-color: #ccc;color: #000;}
::selection {background-color: #ccc;color: #000;}
html { overflow-y:scroll; }
*{-webkit-text-size-adjust:none;} /* 아이폰 세로모드 폰트 확대막기 */
#mobile .btn_kakao input {border:none; background:transparent;}
* {text-shadow :none !important;}



/* 간편 레이아웃 */
.psd_w16 {width:16.5%; float:left;}
.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;}



