﻿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 {
    line-height:1;
	min-width:200px;
    font-weight: normal;
	height: inherit;
    background-image: url('../images/intro_bg.png');
	background-size: cover;
	margin: 0;
    padding: 0;

}

article,aside,details,figcaption,figure,
footer,header,hgroup,main,menu,nav,section,summary { 
    display:block;
}


nav ul {
    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;
}


/*--------------------------------------------------
 intro - Start
--------------------------------------------------*/
div#page-intro {
    background-color: transparent;
}

div#page-intro div#intro {
    /*padding: 0px 10px;*/
    height: inherit;
    display: grid;
}

div#page-intro .intro-header {
    font-size: 20px;
    color: #234c9e;
    font-weight: 700;
    text-align: center;
    border-bottom: 1px solid #b6d4f9;
    height: 50px;
    margin: 0;
    padding: 0;
    position: relative;
    display: block;
	line-height: 50px;
	background: transparent;
    font-family: malgun gothic;
}

div#page-body div#body {
    height: inherit;
}


div#page-body ul {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    min-width: 200px;
    padding-inline-start: 0px;
    margin-inline-end: 0px;
    text-align: center;
	margin-top: 20px;
}


div#page-body li {
    position: relative;
    display: block; 
	margin-bottom: 25px;
	padding: 10px 0;
}

div#page-body li span{
    display: block;
    font-size: 17px;
    color: #000;
    line-height: 50px;    
	text-align: center;
	font-family: malgun gothic;
}

div#page-body span{
    display: block;
    font-size: 17px;
    color: #000;
    line-height: 30px;  
	margin-bottom: 10px;	
	text-align: center;
	font-family: malgun gothic;
}


div#footer div#footer {
    height: inherit;
	background: transparent;
}
div#footer .footer {
    height: 40px;
    margin: 0;
    padding: 0;
    position: fixed;
    display: block;
	line-height: 40px;
	background: transparent;
}


div#footer .copyright {
    position: fixed;
    bottom: 0;
    height: 40px;
    font-size: 12px;
    color: #000;
    vertical-align: top;   
	padding: 0 16px;
    background: #fff;
    width: 100%;
    line-height: 30px;
	border-top: 1px solid #eee;
	font-family: malgun gothic;
}

/*--------------------------------------------------
intro - End
--------------------------------------------------*/