/*----------------------------------------------------
 리셋
----------------------------------------------------*/
/* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License: none (public domain) */
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, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	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;
	background-color: #F7F7F7;
    /*background-color: #2c2c2c;*/
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	/*border-collapse: collapse;*/
	border: 1px solid #414141;
	border-spacing: 0;
}
td {
	border: 1px solid #414141;
}
a, a:hover, a:active, a:focus {
	color: #414141;
	text-decoration: none;
    outline: none !important;	
    overflow: hidden;
}
img { max-width: 100%; }

/*----------------------------------------------------
 웹폰트
----------------------------------------------------*/
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(http://fonts.googleapis.com/earlyaccess/sawarabimincho.css);
body {font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","ＭＳ Ｐゴシック","MS PGothic", sans-serif !important; line-height: 1.6em;
}

/*----------------------------------------------------
 레이아웃 속성
----------------------------------------------------*/
#header        { background-color: #FFF; padding-top:30px; position: relative; border-bottom: 2px solid #5bc4ee}
#footer        { background-color: #fff; width: 100%; float: left; margin-top: 140px; height: 180px;}
#footer_line   { background-color: #5ac4ee !important; }
#main	       { min-height: 850px; margin: 20px auto; }
.col-xs-12, .col-lg-12  { background-color: #FFF; }
#sidemenu      { min-height: 850px; width: 250px; float: left;}
.contents      { width: 100%; min-height: 900px; float: left; background-color: #FFF; border:1px solid #DDD;}

.btno          { transition: 1s;}
.btno:hover    { opacity: 0.7;}

.slick-slide   { outline: none; }
/*----------------------------------------------------
 분기점 조정
----------------------------------------------------*/
/* 모바일 */
    .noSmall   { display: none; }
    .noMedium  { display: block; }
    #main      { width: 100%; }
/* PC */
@media screen and (min-width: 980px) {
	.noSmall   { display: block; } 
    .noMedium  { display: none; }
    #main      { width: 980px; }
    .contents  { width: 720px; margin-left: 10px; }
}
