@charset "utf-8";
/* CSS Document */

@import url('http://fonts.googleapis.com/earlyaccess/nanumgothic.css');
@import url('https://fonts.googleapis.com/css?family=Play');
@import url('http://fonts.googleapis.com/earlyaccess/notosanskr.css');
@import url('https://fonts.googleapis.com/css?family=Titillium+Web:200,300,400,600');


html,body {}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, input, textarea, p, blockquote, th, td, textfield, select, img{
	margin:0;
	padding:0;
}

body {color:#333;font-size:1.0em; font-weight: normal;
font-family:'Noto Sans KR', sans-serif, '돋움',Dotum,'굴림',Gulim,Helvetica,sans-serif;
}
/*
body {color:#666;font-size:14px; 
font-family:'Noto Sans KR', 'Nanum Gothic',NanumGothic, '돋움',Dotum,'굴림',Gulim,Helvetica,sans-serif!important;
}
*/
h1, h2, h3, h4, h5, h6 {font-weight:normal;	font-size:1em;}
ol, ul, li, dd, dl, dt  {list-style:none;}
fieldset, legend {border:0;	margin:0;padding:0;}
img {border:0; max-width: 100%;vertical-align: middle;}
label{cursor:pointer;}
address, caption, em{font-weight:normal;font-style:normal;}

a {cursor: pointer;color: #000; }
strong{letter-spacing:-1px}
table {border-collapse:collapse;}
.play {font-family:'Play', 'Noto Sans KR', 'Nanum Gothic',NanumGothic, '돋움',Dotum,'굴림',Gulim,Helvetica,sans-serif!important;}
.dotum{font-family: '돋움',Dotum,'굴림',Gulim,Helvetica,sans-serif!important;}
.titi{font-family: 'Titillium Web', sans-serif;}
.mg{font-family: 'Nanum Myeongjo', serif;}

#wrap{position: relative;top: 0px; left: 0px;}
#wrap > div {}
a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: none;
}

a:hover, a:focus, a:active {
    text-decoration: none;
}



