@charset "utf-8";
@font-face {
	font-family: 'NotoSansKR';
	font-style: normal;
	font-weight: 100;
	src: url(fonts/NotoSansKR-ExtraLight.woff) format('woff');
}

@font-face {
	font-family: 'NotoSansKR';
	font-style: normal;
	font-weight: 200;
	src: url(fonts/NotoSansKR-Light.woff) format('woff');
}

@font-face {
	font-family: 'NotoSansKR';
	font-style: normal;
	font-weight: 300;
	src: url(fonts/NotoSansKR-DemiLight.woff) format('woff');
}

@font-face {
	font-family: 'NotoSansKR';
	font-style: normal;
	font-weight: 400;
	src: url(fonts/NotoSansKR-Regular.woff) format('woff');
}

@font-face {
	font-family: 'NotoSansKR';
	font-style: normal;
	font-weight: 500;
	src: url(fonts/NotoSansKR-Medium.woff) format('woff');
}

@font-face {
	font-family: 'NotoSansKR';
	font-style: normal;
	font-weight: 600;
	src: url(fonts/NotoSansKR-Bold.woff) format('woff');
}

@font-face {
	font-family: 'NotoSansKR';
	font-style: normal;
	font-weight: 700;
	src: url(fonts/NotoSansKR-Bold-Hestia.woff) format('woff');
}

@font-face {
	font-family: 'NotoSansKR';
	font-style: normal;
	font-weight: 800;
	src: url(fonts/NotoSansKR-Black-Hestia.woff) format('woff');
}

* {
	padding: 0;
	margin: 0;
	border: 0;
	font-family: 'NotoSansKR';
	word-break: keep-all;
}

*:focus {
	outline: none;
}

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 {
	height: 100%;
}

body {
	line-height: 1;
    background-color: #fff;
}

body.scroll_active {
	height: 100%;
	overflow: hidden;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	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;
}


/* change colours to suit your needs */

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}


/* change colours to suit your needs */

mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title],
dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* change border colour to suit your needs */

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

input,
select {
	vertical-align: middle;
}

ul {
	list-style: none;
}

a {
	text-decoration: none;
}

.gpc_container {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 25px 25px;
	border: 4px solid #333;
	box-sizing: border-box;
	background-color: #fff;
}
.gpc_container img {
	max-width :100%;
}
.gpc_title {
font-size: 32px;
text-align: center;
line-height: 1.3;
}
.gpc_comm {
	font-size: 18px;
	line-height: 1.3;
	margin-top: 25px;
}
.comm_img_wrap {
	width: 100%;
	margin: 0 auto;
	margin-top: 45px;
	display: block;
}

input[type='password'], input[type='text'] {
	border: 1px solid #333;
	background: 0 none;
	color: #000;
}

input[type="radio"], input[type="checkbox"] {
	color: #000;
	opacity: 1;
	position: relative;
	width: auto;
	height: auto;
	margin-top: 0;
	vertical-align: middle;
}

.formItemHeader {
	margin-bottom: 10px;
}

.span_label.radio_label input[type="checkbox"],
.span_label.radio_label input[type="radio"] {
	margin-right: 8px;
}

.span_label.optionLabel {
	cursor: pointer;
}