@charset "utf-8";
/* CSS Document */
@import url('layout.css');

body { font-size:12px!important; font-family:'NanumGothic'; color:#6b7075;}
@font-face {
    font-family:'NanumGothic';
    font-weight: normal;
    font-style: normal;     
    src: url('../font/NanumGothic.eot');
    src: url('../font/NanumGothic.eot?#iefix') format('embedded-opentype'),
         url('../font/NanumGothic.woff') format('woff'),
         url('../font/NanumGothic.ttf') format('truetype');
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define visible focus styles! 
:focus {
	outline: ?????;
} */

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {text-decoration:none; color:#6b7075;}

/* table */
table {border-spacing:0;border-collapse:collapse;}
caption {display:none;}
th,
td {padding:0;vertical-align:top;text-align:left;font-weight:normal;  font-family:'NanumGothic';} /* opara height=18px */

/* list */
dd, dl, ol, ul {margin:0;padding:0;}
li {list-style-type:none;}

/* form */
form {margin:0;}
fieldset {margin:0;padding:0;border:0 none;}
legend {display:none;}
input {vertical-align:middle;color:#888888;text-indent:5px;*text-indent:0;font-size:12px;}
input.text {height:26px !important;line-height:26px;border:1px solid #cccccc;background:#fff;font-family:'NanumGothic',dotum, "돋움";border-radius:3px;padding:0 !important;}
input.text02{height:26px !important;line-height:26px;border:1px solid #cfcfcf;background:#f2f2f2;font-family:'NanumGothic',dotum, "돋움";border-radius:3px;padding:0 !important;color:#333333;}
input.check, input.radio {width:13px;height:12px;margin:0px 3px 1px 0;border:none;outline:none;}
select {font-size:13px;height:28px !important; line-height:28px;border:1px solid #cccccc;padding:3px;color:#888888;font-family:'NanumGothic',dotum, "돋움";border-radius:3px;*margin-top:2px;}

/* align */
.text-c {text-align:center !important;}
.text-l {text-align:left !important;}
.text-r {text-align:right !important;}
.vertical-t {vertical-align:top !important;}
.vertical-m {vertical-align:middle !important;}
.vertical-b {vertical-align:bottom !important;}
.float-l {float:left !important;}
.float-r {float:right !important;}
.float-n {float:none !important;}

/* clear */
.clear:after{content:".";height:0;font-size:0;visibility:hidden;display:inline-block;clear:both;}
.clear{display:inline-block;}

* html .clear{height:0;}

.clear2:after{content:"";display:block !important;*display:block !important;clear:both;}
.clear-both{clear:both;}

/* 패딩 */
.pdl-50 { padding-left:50px;}
.pdl-40 { padding-left:40px;}
.pdl-20 { padding-left:20px;}
.pdt-5 {padding-top:5px;}
.pdt-20 {padding-top:20px;}
.pdb-60 { padding-bottom:60px; }

/* 마진 */
.mb-0 { margin-bottom:0px;}
.mb-10 { margin-bottom:10px;}
.mb-15 { margin-bottom:15px;}
.mb-16 { margin-bottom:16px;}
.mb-25 { margin-bottom:25px;}
.mb-47 { margin-bottom:47px;}
.mb-50 { margin-bottom:50px;}
.mb-55 { margin-bottom:55px;}
.mb-64 { margin-bottom:64px;}

/* 사이즈 */
.wd-60 {width:60px;}
.wd-130 {width:130px;}
.wd-140 {width:140px;}
.wd-150 {width:150px;}
.wd-174 {width:174px;}
.wd-206 {width:206px;}
.wd-300 {width:300px;}
.wd-362 {width:362px;}
.wd-450 {width:450px;}
.wd-460 {width:460px;}
.wd-470 {width:470px;}
.wd-552 {width:552px;}
.wd-597 {width:597px;}
.wd-650 {width:650px;}
.wd-989 {width:989px;}

.hd-30 { height:30px;}
.line-h {line-height:18px; padding:30px 0; color:#637285;}

/* 폰트컬러 */
.color-2b2c2d {color:#2b2c2d;} 

/* 폰트굵기 */
.font-600 { font-weight:600;}

.checktxt {position:relative; top:-3px; .top:-9px;}
