@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);


* {margin:0;padding:0;}
html {width:100%;height:100%;}
body {width:100%;height:100%;font:12px/1.45em; font-family:'Nanum Gothic', '나눔고딕', tahoma,arial, Helvetica,AppleGothic,sans-serif;color:#666;}
div, form, p {}
h1, h2, h3, h4, h5, h6, h7 {font-size:100%;font-weight:normal;}
ul, ol, li { list-style:none;}
dl, dt, dd {}

a:link {color:#666;text-decoration:none;}
a:visited {color:#666;text-decoration:none;}
a:hover {color:#666;text-decoration:none;}
a:active {color:#666;text-decoration:none; }
a:focus{text-decoration:none;}/*text-decoration:underline;*/

table {width:100%;}
table, tbody, tfoot, thead, tr, th, td {border-collapse:separate;border-spacing:0;/*table-layout:fixed;*/}/*border:none; separate;*/
/* 6 */* html table, tbody, tfoot, thead, tr, th, td {border-collapse:collapse;}
/* 7 */* + html table, tbody, tfoot, thead, tr, th, td {border-collapse:collapse;}

caption {display:none;}
fieldset {border:none;}
legend {display:none;}

input {font-family:'Nanum Gothic',  tahoma,arial,Helvetica,AppleGothic,sans-serif; color:#666;}
#eng input {font-family:'Nanum Gothic', tahoma,arial,Helvetica,AppleGothic,sans-serif; color:#666;}
textarea{overflow:auto;font:12px/1.3em 'Nanum Gothic', tahoma,arial,Helvetica,AppleGothic,sans-serif;} 
textarea {resize: none;} /* 크롬,사파리 */
button{cursor:pointer;border:0 none;background:transparent;*overflow:visible;}
button::-moz-focus-inner {border:0;padding:0;}
input, button, select, textarea {color:#666; vertical-align:middle;}

address{font-style:normal;}
em {font-style:normal;}
hr {display:none;}
img {border:none;vertical-align:middle;}
a img{cursor:pointer;vertical-align:middle;}
select {font-size:12px;color:#666;font-family:'Nanum Gothic', tahoma,arial;padding:1px;}


/*common*/
.top10 {padding-top:10px;}
.top20 {padding-top:20px;}
.top30 {padding-top:30px;}
.top40 {padding-top:40px;}
.top50 {padding-top:50px;}
.top60 {padding-top:60px;}
.top70 {padding-top:70px;}
.top100 {padding-top:100px;}
.top150 {padding-top:150px;}

.left20 {padding-left:20px;}
.left30 {padding-left:30px;}
.left50 {padding-left:50px;}
.left70 {padding-left:70px;}

.right30 {padding-right:30px;}

.bottom10 {padding-bottom:10px;}


.pd50 {padding:50px 0;}

.mgtop20 {margin-top:20px;}
.mgtop30 {margin-top:30px;}
.mgtop50 {margin-top:50px;}
.mgtop100 {margin-top:100px;}

.font12 {font-size:12px;}
.font14 {font-size:14px;}
.font15 {font-size:15px;}
.font16 {font-size:16px;}
.font18 {font-size:18px;}
.font20 {font-size:20px;}
.font22 {font-size:22px;}
.font24 {font-size:24px;}
.font26 {font-size:26px;}
.font30 {font-size:30px;}
.font32 {font-size:32px;}
.font36 {font-size:36px;}
.font44 {font-size:44px;}
.font50 {font-size:50px;}
.font60 {font-size:60px;}
.font72 {font-size:72px;}

.center {text-align:center;}
.left {text-align:left;}

.bold {font-weight:900;}
.normal {font-weight:400;}
.light {font-weight:200;}

.red {color:#b40c0b;}
.sky {color:#00aeef;}
.black {color:#212121;}
.navy {color:#1f69b0;}
.green {color:#0d861f;}
.pink {color:#ec4772;}
.yellow {color:#ffd200;}
.org {color:#fd8c3e;}
.blue {color:#124d85;}

.line_h130 {line-height:130%;}

.l_line {border-left:1px solid #ccc;}
.b_line {border-bottom:2px solid #222;}
.dot_line {border-bottom:1px dashed #ccc;}

