@charset "utf-8";
html,
body,
div,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
button,
textarea {
	font-size: 13px;
	font-family: 'Nanum Gothic', Roboto, Dotum, Gulim, Verdana, Arial, sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	color: #272727;
	letter-spacing: -0.5px;
	word-break: keep-all;
}

img {
	border: 0;
	margin: 0;
	padding: 0;
	-ms-interpolation-mode: bicubic;
}

a {
	color: #272727;
	outline: none;
	text-decoration: none;
}

a:link,
a:visited,
a:active,
a:hover {
	color: #222222;
	text-decoration: none;
}

dl,
dt,
dd,
ol,
ul,
li,
header,
footer,
hgroup,
nav,
section {
	display: block;
}

ul,
li {
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
	border: 0;
}

input[type="text"],
input[type="password"],
textarea {
	border: 1px solid #dcdcdc;
	width: 100%;
}

select {
	margin-top: 4px;
	border: #dcdcdc 1px solid;
	height: 23px;
	margin-left: 3px;
	max-width: 200px;
	font-size: 12px;
}

select option {
	color: #555555;
	width: 210px;
	height: 23px;
	font-family: NanumGothic;
	font-size: 12px;
}

.full h1 {
	font-size: 80px;
	color: #FFF;
	font-family: 'Roboto Condensed';
	text-align: center;
	display: block;
	padding-top: 180px;
}

#PHPfrm_div {
	display: block;
	width: 50%;
	height: 400px;
	position: fixed;
	z-index: 999999;
	top: 0;
	background-color: rgba(0, 255, 0, 0.6);
}

#PHPfrm_div iframe {
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 1200px) {
	.full h1 {
		font-size: 60px;		
		padding-top: 120px;
	}
}