@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
/*--- reset ---*/
body { margin:0; padding:0; }
html, body, textarea{font-size:0.9em; line-height:170%; font-family:'Nanum Gothic',"돋움", Dotum, "굴림", Gulim, "Lucida Grande", Tahoma, Verdana, AppleGothic, sans-serif; color:#353535;}
input, select {margin:0; padding:0; font-size:0.9em; font-family:"돋움", Dotum, "굴림", Gulim, "Lucida Grande", Tahoma, Verdana, AppleGothic, sans-serif; color:#353535;}
ul, ol, li, dl, dd, dt { margin:0; padding:0; list-style-type:none; }
table, th, td {   margin:0; padding:0; font-family:"돋움", Dotum, "굴림", Gulim, "Lucida Grande", Tahoma, Verdana, AppleGothic, sans-serif; color:#353535; border-collapse:collapse; }
div, p, ol, ul, li, img, a, h1, h2, h3, h4, h5, h6, form, span, iframe, dl, dt, dd,label { font-family:'Nanum Gothic',"돋움", Dotum, "굴림", Gulim, "Lucida Grande", Tahoma, Verdana, AppleGothic, sans-serif; margin:0px; padding:0px; }

a:link {color:#6f6f6f; cursor:pointer; text-decoration:none; }
a:visited {color:#6f6f6f; cursor:pointer; text-decoration:none; }
a:active, a:hover {color:#6f6f6f; cursor: pointer; text-decoration:none; }

input[type=text], input[type=file], input[type=password] {border:1px solid #d4d4d4;}

img {border:0 none; vertical-align:top; }
form { margin:0; padding:0;}
legend {  position:absolute;  width:0;  height:0; font-size:0; overflow:hidden; }
fieldset { margin:0; padding:0; border:none; }
label { cursor:pointer; }

#skipNavi, hr, caption { visibility:hidden; position:absolute; width:0; height:0; font-size:0; overflow:hidden; text-indent:-9999px; line-height:0px; }


/*--- common class ---*/

/* margin  */
.mt_2 { margin-top:-2px; }
.mt_20 { margin-top:-20px; }
.mt2 { margin-top:2px !important; }
.mt5 { margin-top:5px !important; }
.mt7 { margin-top:7px !important; }
.mt10 { margin-top:10px; }
.mt15 { margin-top:15px !important; }
.mt20 { margin-top:20px; }
.mt25 { margin-top:25px; }
.mt30 { margin-top:30px !important; }
.mt40 { margin-top:40px; }
.mt45 { margin-top:45px; }
.mt60 { margin-top:60px; }
.mr10 { margin-right:10px; }
.mr30 { margin-right:30px; }
.ml15 { margin-left:15px; }
.ml50 { margin-left:50px; }
.mb10 { margin-bottom: 10px !important;  }
.mb30 { margin-bottom: 30px !important;  }
.mb50 { margin-bottom: 50px !important;  }
/* width */

/* font */
.fontCol1 { color:#26cf2b !important; }
.fontCol2 { color:#454545 !important; }
.fontCol3 { color:#d10101 !important; }
.fontSize14 { font-size:14px; }
.fontSize16 { font-size:16px; }
.fontSpac_1 { letter-spacing:-1px; }

/* align */
.alignL { text-align:left !important; }
.alignC { text-align:center !important; padding:0 !important; }
.alignR { text-align:right !important; }
.floatL { float:left; }
.floatR { float:right !important; }
.left0 { padding-left:0 !important; text-align:left !important; }
.left15 { padding-left:15px; text-align:left !important; }
.left20 { padding-left:20px; text-align:left !important; }
.verT { vertical-align:top !important; }
.verM { vertical-align:middle !important; }

/* form */
.check { margin-top:-2px; vertical-align:middle; }
  *html .check { margin-top:0; }
.radio { margin-top:-3px; vertical-align:middle; }
  *html .radio { margin-top:-5px; }




/* clear fix */
.fix:after {visibility:hidden; display:block; font-size:0; content:" "; clear:both; height:0;}
.fix {display:inline-block;}
* html .fix {height:1%;}
html[xmlns] .fix {display:block;}
