@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
@import url(//spoqa.github.io/spoqa-han-sans/css/SpoqaHanSans-kr.css);
@font-face {font-family:NanumGothic, 'Nanum Gothic'; src:url(/font/NanumGothic.eot); font-weight:normal; }
@import url(https://cdn.jsdelivr.net/gh/moonspam/NanumSquare@1.0/nanumsquare.css);
@import url(//spoqa.github.io/spoqa-han-sans/css/SpoqaHanSans-kr.css);
@import url(//spoqa.github.io/spoqa-han-sans/css/SpoqaHanSans-jp.css);
/* reset */
body, div,
h1, h2, h3, h4, h5, h6,
ul, ol, li, dl, dt, dd,
table, caption, tr, td, th,
form, fieldset, legend, p,
address, blockquote {margin:0; padding:0;} /* 사용한 블록요소 모두 표기 */
h1, h2, h3, h4, h5, h6 {font-size:100%;}
address, em {font-style:normal;}
fieldset, img {border:0 none;}
table {border-collapse:collapse; border-spacing:0;}
ol, ul, li {list-style:none;}
padding, border {box-sizing:border-box;}
/* 마크업을 하지 않은 상태와 같음 */
hr {display:none;}

/* base */

* {font-family:'나눔고딕', NanumGothic, Nanum Gothic, 'Nanum Gothic', 'NanumGothic', '돋움', Dotum, sans-serif;}
* { font-family: 'Spoqa Han Sans', 'Spoqa Han Sans JP', 'Sans-serif'; }

body {
     font-size:14px;
     background-color:#fff;
	 color:#555;
     }
a {text-decoration:none;}
a:hover, a:focus {text-decoration:none;}

img {vertical-align:top;}
input, select {vertical-align:middle; height:36px; border:1px solid #d9d9d9; box-sizing:border-box; color:#616161; font-size:13px;}
input[type=button] {cursor:pointer;}
textarea {vertical-align:middle; background:#f4f4f4; border:1px solid #d9d9d9; box-sizing:border-box; color:#616161;}
/* 화면에서는 가려야 하지만 스크린 리더가 읽어야 하는 경우 */
.skip {
          text-indent:-9000px;
          width:0; height:0;
          line-height:0; font-size:0;}

caption {position:absolute; text-indent:-9999; width:0; height:0; line-height:0; font-size:0;}
legend {position:absolute; text-indent:-9999; width:0; height:0; line-height:0; font-size:0;}

div#closebtn img {
    width: 24px;
    height: 24px;
    cursor: pointer;
}