@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/nanumgothic.css);

* {margin:0; padding:0; font-family:'Nanum Gothic', '나눔고딕', tahoma,arial, Helvetica,AppleGothic,sans-serif; font-size:16px;}
html {width:100%;height:100%;}
body {width:100%;height:100%;font:16px;  font-family:'Nanum Gothic', '나눔고딕', tahoma,arial, Helvetica,AppleGothic,sans-serif; color:#333;}
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*/
.clear {clear:both;}
.en {font-family:'Nanum Gothic', tahoma,arial;}

.bold {font-weight:700;}
.thin {font-weight:200;}

.blue {color:#2751a3;}
.red {color:#d7000f;}
.green {color:#009944;}
.white {color:#fff;}

.top10 {padding-top:10px;}
.top20 {padding-top:20px;}
.top30 {padding-top:30px;}
.top40 {padding-top:40px;}
.top50 {padding-top:50px;}
.top100 {padding-top:100px;}

.mgt20 {margin-top:20px;}

.bottom50 {padding-bottom:50px;}

.left30 {padding-left:30px;}
.left70 {padding-left:70px;}

.left {text-align:left;}
.right {text-align:right;}
.center {text-align:center;}

.font14 {font-size:14px;}
.font15 {font-size:15px;}
.font16 {font-size:16px;}
.font18 {font-size:18px;}


