@charset "utf-8";
@import url("../css/NotoKR.css");
/* CSS Document */
/*-- reset 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;
}
html, body {font-family: 'Noto Sans Regular';}
body {
	width:100%;
	height:100%;
   line-height:1;
	overflow-x: hidden;
	background:#f5f5f5;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}
ul, ol {list-style:none;}
blockquote, q { quotes:none;}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	 text-decoration: none;
	
	 /* Link Style - change colours to suit your needs*/
	 color:#666;
	 -webkit-transition: background .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline .3s ease;
	 -moz-transition: background .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline .3s ease;
	 -ms-transition: background .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline .3s ease;
	 -o-transition: background .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline .3s ease;
	 transition: background .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline .3s ease;
	 outline:none;
}
a:hover {
	text-decoration:none;
	color:#000;
}

/* change colours to suit your needs */
table {
    border-collapse:collapse;
    border-spacing:0;
	 vertical-align:middle;
}
th, td {vertical-align:middle;}
input, select {
    vertical-align:middle;
}
/*-- END reset css --*/

.endline {
	clear:both;
	content:'';
}


/*-- header --*/
header {
    position:fixed;
    top:0;
    width:100%;
    height:145px;
    z-index:8888;background: rgba(0,0,0,0.6); border-bottom: 1px solid #000;
}
h1.logo {
    position:absolute;
    top:34px;
    left:63px;
}
h1.logo a {
    display:block;
    width:220px;
    height:80px;
    background:url('../img/logo.png') no-repeat; background-size: auto 100%;
}
div.util {
    position:absolute;
    top:34px;
    right:40px;
}
div.util a {
    display:inline-block;
    float:left;
    width:95px;
    height:40px;
    background-color:#f4f4f4;
    text-align:center;
    line-height:40px;
    font-size:18px;
    color:#656565;
}
div.util a.login {
    background-color:#342e8d;
    color:#fff;
}
/*-- END header --*/


/*-- footer --*/
footer {
    background:rgba(0,0,0,0.68);
    text-align:center;
}
div.footLink {
    padding:20px 0;
    border-bottom:1px solid #657073;
}
div.footLink a {
    display:inline-block;
    padding:0 30px;
    font-size:18px;
    color:#fff;
}
div.footLink a:nth-child(2) {
    border-left:1px solid #657073;
    border-right:1px solid #657073;
}
p.footTit {
    display:inline-block;
    padding:25px 0;
    font-size:15px; letter-spacing: -1px;
    line-height:22px;
    color:#cacaca;
}
/*-- END footer --*/
