@import url(//spoqa.github.io/spoqa-han-sans/css/SpoqaHanSans-kr.css);
@import url(//spoqa.github.io/spoqa-han-sans/css/SpoqaHanSans-jp.css);

html {
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
    height: auto;
	width: 100%;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

body {
	font-family: 'Spoqa Han Sans', 'Spoqa Han Sans JP', 'Sans-serif';
	font-style: normal;
	font-weight: 400;
    margin: 0;
	padding: 0;
	text-align: center;
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    -webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
    text-shadow: rgba(0,0,0,.01) 0 0 1px;
    word-break: keep-all;
    -webkit-tap-highlight-color: transparent;
	height: auto;
    min-height: 100vh;
	width: 100%;
	position: relative;
	background-color: white;
	color: #1d1d1d;
	background-color: #f8f8f8;
}

p, h1, h2 {
	margin: 0;
	padding: 0;
}

p {
	font-size: 15px;
}

a {
	text-decoration: none;
	color: inherit;
}

section {
	box-sizing: border-box;
}

button {
	background: none;
	border: none;
	border-radius: 0;
	padding: 0;
	margin: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.wrapper {
	font-size: 0px;
}

#gjy-main {
	padding-top: 70px;
	box-sizing: border-box;
	min-height: calc(100vh - 120px);
}

@media (max-width: 906px) {
	#gjy-main {
		padding-top: 50px;
	}
}

#main-content {
	position: relative;
	/*max-width: 1080px;*/
	margin: auto;
	width: 100%;
	box-sizing: border-box;
}

.gjy-button {
	display: inline-block;
	background-color: #ED1F24;
	color: white;
	font-size: 15px;
	font-weight: 700;
	padding: 12px 15px;
	border: none;
	border-radius: 3px;
	width: auto;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.gjy-button:hover {
	background-color: #e00208;
	box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.2);
}

.gjy-button-about {
	margin-right: 20px;
}

@media (max-width: 735px) {
	.gjy-button {
		/*font-size: 14px;*/
	}
}

#blackout {
	width: 100%;
	height: calc(100% + 100px); /* vh unsupported */
	height: calc(100vh + 100px);
	position: fixed; /* vh unsupported */
	/*display: none;*/
	background-color: black;
	pointer-events: none;
	opacity: 0;
	left: 0;
	top: 0;
	-webkit-transition: opacity 0.7s ease;
    -moz-transition: opacity 0.7s ease;
    -o-transition: opacity 0.7s ease;
    transition: opacity 0.7s ease;
	z-index: 9500;
}

#page.gn-toggled #blackout {
	opacity: 0.7;
	pointer-events: all;
}

.gjy-module {
	background-color: white;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
	box-sizing: border-box;
	border: none;
	border-radius: 3px;
	padding: 50px 30px;
}

.file {
	display: inline-block;
	margin: auto;
	box-sizing: border-box;
}

.gjy-input {
	padding: 0 10px;
	height: 40px;
	border: 1px solid #ED1F24;
	border-radius: 2px;
	font-size: 15px;
	outline: none;
	box-sizing: border-box;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.gjy-input:hover, .gjy-input:focus {
	box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.2);
}

#fileUploader {
	display: inline-block;
	margin-top: 30px;
}

.gf-upload {
	margin-left: 20px;
}

#gf-form {
	margin: auto;
	max-width: 700px;
	margin-top: 30px;
}

.gf-input-title {
	margin-bottom: 30px;
	width: 100%;
}

.gf-article {
}

.learn-more {
	display: block;
	color: #f91515;
}
.learn-more:hover {
	text-decoration: underline;
	color: #fe4242;
}
