/* font */
@font-face {
	font-family: 'Spoqa Han Sans';
	font-weight: 700;
	src: local('Spoqa Han Sans Bold'),
	url('/css/font/SpoqaHanSansNeo-Bold.woff2') format('woff2'),
	url('/css/font/SpoqaHanSansNeo-Bold.woff') format('woff'),
	url('/css/font/SpoqaHanSansNeo-Bold.ttf') format('truetype');
}


@font-face {
	font-family: 'Spoqa Han Sans';
	font-weight: 500;
	src: local('Spoqa Han Sans Medium'),
	url('/css/font/SpoqaHanSansNeo-Medium.woff2') format('woff2'),
	url('/css/font/SpoqaHanSansNeo-Medium.woff') format('woff'),
	url('/css/font/SpoqaHanSansNeo-Medium.ttf') format('truetype');
}

@font-face {
	font-family: 'Spoqa Han Sans';
	font-weight: 400;
	src: local('Spoqa Han Sans Regular'),
	url('/css/font/SpoqaHanSansNeo-Regular.woff2') format('woff2'),
	url('/css/font/SpoqaHanSansNeo-Regular.woff') format('woff'),
	url('/css/font/SpoqaHanSansNeo-Regular.ttf') format('truetype');
}

@font-face {
	font-family: 'Spoqa Han Sans';
	font-weight: 300;
	src: local('Spoqa Han Sans Light'),
	url('/css/font/SpoqaHanSansNeo-Light.woff2') format('woff2'),
	url('/css/font/SpoqaHanSansNeo-Light.woff') format('woff'),
	url('/css/font/SpoqaHanSansNeo-Light.ttf') format('truetype');
}

@font-face {
	font-family: 'Spoqa Han Sans';
	font-weight: 100;
	src: local('Spoqa Han Sans Thin'),
	url('/css/font/SpoqaHanSansNeo-Thin.woff2') format('woff2'),
	url('/css/font/SpoqaHanSansNeo-Thin.woff') format('woff'),
	url('/css/font/SpoqaHanSansNeo-Thin.ttf') format('truetype');
}

@font-face {
	font-family: 'Spoqa Han Sans Neo';
	font-weight: 700;
	src: local('Spoqa Han Sans Bold'),
	url('/css/font/SpoqaHanSansNeo-Bold.woff2') format('woff2'),
	url('/css/font/SpoqaHanSansNeo-Bold.woff') format('woff'),
	url('/css/font/SpoqaHanSansNeo-Bold.ttf') format('truetype');
}


@font-face {
	font-family: 'Spoqa Han Sans Neo';
	font-weight: 500;
	src: local('Spoqa Han Sans Medium'),
	url('/css/font/SpoqaHanSansNeo-Medium.woff2') format('woff2'),
	url('/css/font/SpoqaHanSansNeo-Medium.woff') format('woff'),
	url('/css/font/SpoqaHanSansNeo-Medium.ttf') format('truetype');
}

@font-face {
	font-family: 'Spoqa Han Sans Neo';
	font-weight: 400;
	src: local('Spoqa Han Sans Regular'),
	url('/css/font/SpoqaHanSansNeo-Regular.woff2') format('woff2'),
	url('/css/font/SpoqaHanSansNeo-Regular.woff') format('woff'),
	url('/css/font/SpoqaHanSansNeo-Regular.ttf') format('truetype');
}

@font-face {
	font-family: 'Spoqa Han Sans Neo';
	font-weight: 300;
	src: local('Spoqa Han Sans Light'),
	url('/css/font/SpoqaHanSansNeo-Light.woff2') format('woff2'),
	url('/css/font/SpoqaHanSansNeo-Light.woff') format('woff'),
	url('/css/font/SpoqaHanSansNeo-Light.ttf') format('truetype');
}

@font-face {
	font-family: 'Spoqa Han Sans Neo';
	font-weight: 100;
	src: local('Spoqa Han Sans Thin'),
	url('/css/font/SpoqaHanSansNeo-Thin.woff2') format('woff2'),
	url('/css/font/SpoqaHanSansNeo-Thin.woff') format('woff'),
	url('/css/font/SpoqaHanSansNeo-Thin.ttf') format('truetype');
}

/* common */
html, body {
	margin: 0 auto;
	font-family: 'Spoqa Han Sans Neo', 'sans-serif';
	overflow-x: hidden;
}

a {
	text-decoration: none;
	outline: none;
}

a:hover, a:active {
	text-decoration: none;
}

/* body */
.container, .container-fluid {
	font-family: 'Spoqa Han Sans Neo', 'sans-serif';
	padding: 0;
}

/* spinner */
#loader {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9999;
	background-color: #000;
	opacity: 0.7;
	display: none;
}

#loader .spinner {
	height: 60px;
	width: 60px;
	margin: 94px auto 0 auto;
	position: relative;
	-webkit-animation: rotation .6s infinite linear;
	-moz-animation: rotation .6s infinite linear;
	-o-animation: rotation .6s infinite linear;
	animation: rotation .6s infinite linear;
	border-left: 6px solid rgba(0, 174, 239, .15);
	border-right: 6px solid rgba(0, 174, 239, .15);
	border-bottom: 6px solid rgba(0, 174, 239, .15);
	border-top: 6px solid rgba(0, 174, 239, .8);
	border-radius: 100%;
}

/* dialog */
.modal {
	font-family: 'Spoqa Han Sans Neo', 'sans-serif';
	font-weight: 300;
	text-align: center;
}

.modal h5 {
	color: #00a0e9;
	font-size: 20px;
}

.modal-header {
	margin: 0 10px 0 10px;
	border-bottom: 0;
}

.modal-header .close {
	outline: none;
}

.modal-footer {
	border-top: 0;
	display: inline-block;
	text-align: center;
}

#modal_ok, #move_ok {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	cursor: pointer;
	border: 0;
	background: #00a0e9;
}

#move_cancel {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	cursor: pointer;
	border: 0;
	background: #4f4f4f;
}

.dialog-main-button {
	width: 120px;
	color: #fff;
	font-size: 18px;
	background: #00a0e9;
	cursor: pointer;
	border: 0;
	border-radius: 30px;
}

/* default modal alert */
.modal-footer {
	display: inline-block;
	text-align: center;
}

/* gnb */
/* mobile */
#nav .navbar-toggler {
	outline: none;
	border: none;
}

#nav .navbar-toggler a {
	background-color: rgba(0, 0, 0, 0.0);
}

#nav .navbar-toggler a img {
	width: 26px;
	height: 26px;
}

#nav .navbar-nav > li > a {
	font-family: 'Spoqa Han Sans Neo', 'sans-serif';
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 19px;
	color: #434343;
}

#nav {
	font-family: 'Spoqa Han Sans Neo', 'sans-serif';
	position: absolute;
	width: 100%;
	height: 100px;
	background-color: #fff;
	z-index: 9;
}

#nav .container {
	padding: 0;
}

#nav .logo {
	width: 239px;
	height: 27px;
	vertical-align: top;
}

#nav .logo1 {
	width: 25px;
	height: 26px;
	margin-right: 10px;
}

#nav .logo2 {
	width: 134px;
	height: 16px;
}

#nav .hello {
	float: left;
	margin-left: 30px;
	color: #828282;
	font-family: 'Spoqa Han Sans Neo', 'sans-serif';
	font-size: 14px;
	font-weight: 400;
}

#nav .hello span {
	font-weight: 400;
}

#nav .navbar-nav .nav-item {
	margin: 8px;
}

#nav .navbar-nav a {
	font-family: 'Spoqa Han Sans Neo', 'sans-serif';
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 19px;
	color: #434343;
}

#nav .navbar-nav a:active {
	background: none;
}

#nav .navbar-nav .lan-en {
	width: 28px;
	height: 23px;
	margin-top: -3px;
}

#nav .navbar-nav .lan-ko {
	width: 28px;
	height: 23px;
	margin-top: -3px;
}

#lan-layer {
	position: absolute;
}

#lan-layer .dropdown-menu {
	font-size: 16px;
	font-weight: 500;
	border: 1px solid #bdbdbd;
	border-radius: 10px;
	margin-left: -60px;
}

#lan-layer .dropdown-menu a:hover, a:active {
	background: #fff;
}

#lan-layer .dropdown-menu a span {
	margin: 0 50px 0 20px;
}

#lan-layer .dropdown-menu .enable {
	color: #333333;
}

#lan-layer .dropdown-menu .disable {
	color: #bdbdbd;
}

#lan-layer .dropdown-menu .first {
	padding-bottom: 10px;
	border-bottom: 1px solid #bdbdbd;
}

#lan-layer .dropdown-menu .second {
	padding-top: 10px;
}

#lan-layer .dropdown-menu .first .ko {
	width: 18px;
	height: 13px;
}

#lan-layer .dropdown-menu .second .en {
	width: 16px;
	height: 13px;
}

#lan-layer .dropdown-menu .check {
	width: 16px;
	height: 16px;
	margin-top: -5px;
}

/* footer */
footer {
	margin-top: 40px;
	background-color: #ffffff;
}

footer .container-fluid {
	font-family: 'Spoqa Han Sans Neo', 'sans-serif';
	padding: 40px 0 40px 0;
}

footer .menu {
	margin: 30px 0 15px 0;
}

footer .menu img {
	margin: 10px;
	width: 1px;
	height: 14px;
}

footer .menu a {
	color: #d7dde3;
	font-family: 'Spoqa Han Sans Neo', 'sans-serif';
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 17px;
	letter-spacing: 0px;
	text-decoration: none;
}

footer .menu a:hover, footer .menu a:active {
	color: #d7dde3;
	text-decoration: none;
}

footer .info span {
	color: #d7dde3;
	font-family: 'Spoqa Han Sans Neo', 'sans-serif';
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	margin: 7px;
}

footer .copy {
	color: #d7dde3;
	font-family: 'Spoqa Han Sans Neo', 'sans-serif';
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	margin-top: 15px;
}

footer .sns {
	float: right;
	margin: -23px 100px 0 0;
}

footer .sns i {
	color: #4267b2;
	font-size: 30px;
}

/* popup layer */
#first-setup, #check-email {
	display: none;
}

#first-setup .step1 img {
	width: 153px;
	height: 150px;
}

#check-email .step1 img {
	width: 183px;
	height: 120px;
}

.pop-layer .step1 {
	margin-top: 40px;
}

.dim-layer .step2 {
	margin-top: 20px;
	font-family: 'Spoqa Han Sans Neo', 'sans-serif'
	font-style: normal;
	font-weight: 500;
	font-size: 22px;
	line-height: 26px;
	letter-spacing: -1px;
	color: #041c3d;
}

.dim-layer .step3 {
	margin-top: 20px;
	font-family: 'Spoqa Han Sans Neo', 'sans-serif'
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 19px;
	color: #767995;
}

.dim-layer .step4 {
	margin: 50px 0 30px 0;
}

.dim-layer .step4 a {
	background: #041c3d;
	border-radius: 4px;
	font-family: 'Spoqa Han Sans Neo', 'sans-serif'
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 19px;
	padding: 8px 30px 8px 30px;
	color: #ffffff;
	text-decoration: none;
}

.dim-layer {
	display: none;
	position: fixed;
	_position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
}

.dim-layer .dimBg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .5;
	filter: alpha(opacity=50);
}

.pop-layer .pop-container {
	padding: 20px 25px;
}

.pop-layer {
	display: none;
	position: absolute;
	text-align: center;
	top: 50%;
	left: 50%;
	width: 410px;
	height: auto;
	background: #ffffff;
	box-shadow: 40px 40px 40px rgba(0, 0, 0, 0.1);
	border-radius: 4px;
	z-index: 10;
}

.dim-layer .pop-layer {
	display: block;
}

@media (max-width: 550px) {
	#main {
		width: 90%;
	}

	footer .menu a {
		margin: 10px;
	}

	.dim-layer .pop-layer {
		width: 90%;
	}
}

@media (max-width: 767px) {
	footer .container-fluid {
		font-size: 12px;
	}

	footer .menu {
		font-size: 12px;
	}
}

@media (max-width: 991px) {
	#nav {
		height: auto;
	}

	#nav .navbar-nav {
		text-align: right;
	}

	#nav .navbar-nav .sign {
		float: right;
	}

	#nav .navbar-nav .nav-item {
		margin: 0;
	}

	#nav .navbar-nav a {
		color: #333333;
	}

	#lan-layer .dropdown-menu {
		margin-left: -160px;
	}
}

@media (max-width: 1199px) {
	#nav .hello {
		display: none;
	}
}

/* IE10+ */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
}
