@charset "UTF-8";

@font-face {
	font-family: 'S-CoreDream-2ExtraLight';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-2ExtraLight.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'S-CoreDream-3Light';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-3Light.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'S-CoreDream-4Regular';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-4Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'S-CoreDream-5Medium';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-5Medium.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'S-CoreDream-6Bold';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-6Bold.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'S-CoreDream-7ExtraBold';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-7ExtraBold.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'S-CoreDream-9Black';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-9Black.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	width: auto;
	position: relative;
	overflow-x: hidden;
	font-size: 16px;
}

body * {
	font-family: 'Noto Sans KR', sans-serif;
}

a {
	color: #000;
	text-decoration: none;
	font-size: 1rem;
	font-weight: 400;
}

h1,
h2,
h3,
h4,
h5 {
	font-size: 1rem;
	font-weight: 400;
}

ul {
	list-style: none;
}

table {
	table-layout: auto;
	border-collapse: separate;
	border-spacing: 0;
}

button {
	font-size: 1rem;
	font-weight: 400;
	position: relative;
	cursor: pointer;
}

select {
	vertical-align: middle;
	background: url('../img/select_arrow.png') no-repeat 95% 50%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding-left: 10px
}

select::-ms-expand {
	display: none;
}

:after,
:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/*준비중*/
.pre_con {
	width: 100%;
	height: auto;
	position: relative;
	max-width: 600px;
	margin: 0 auto;
	margin-top: 200px;
}

.pre_con .pre_title {
	text-align: center;
	position: relative;
	margin-bottom: 35px;
}

.pre_con .pre_title > h2 {
	font-family: 'S-CoreDream-5Medium';
	font-size: 2.313rem;
	letter-spacing: -1px;
	line-height: 37px;
	position: relative;
}

.pre_con .pre_title > h2 > span {
	font-family: 'S-CoreDream-5Medium';
	color: #008dd7;
}

.pre_con .pre_title > h2::after {
	content: '';
	position: absolute;
	display: block;
	width: 130px;
	height: 135px;
	background-image: url(../img/pre_icon.png);
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	top: -90px;
	left: 30px;
}

.pre_con .pre_box {
	width: 100%;
	text-align: center;
	margin-bottom: 70px;
}

.pre_con .pre_box:last-of-type {
	margin-bottom: 0;
}

.pre_con .pre_box > p {
	font-family: 'S-CoreDream-4Regular';
	font-size: 1.25rem;
	letter-spacing: -1px;
	margin-bottom: 20px;
	line-height: 30px;
}

.pre_con .pre_box .pre_btn {
	display: table;
	margin: 0 auto;
	position: relative;
}

.pre_con .pre_box .pre_btn > a {
	display: block;
	height: 53px;
	background-color: #0086d0;
	border-radius: 5rem;
	color: #fff;
	font-size: 1.25rem;
	font-weight: 300;
	line-height: 50px;
	padding: 0 25px
}

.pre_con .pre_box .pre_btn > a > span {
	display: inline-block;
	width: 31px;
	height: 31px;
	margin-left: 10px;
	vertical-align: sub;
	position: relative;
	top: 3px;
}

.pre_con .pre_box .pre_btn > a > span > img {
	width: auto;
	max-width: 100%;
}

@media all and (max-width: 601px) {
	.pre_con {
		padding: 0 15px;
	}
	
	.pre_con .pre_title {
		margin-bottom: 20px;
	}
	
	.pre_con .pre_title > h2::after {
		content: '';
		width: 100px;
	}
	
	.pre_con .pre_title > h2 {
		font-size: 1.9rem;
		line-height: normal;
	}
}

@media all and (max-width: 481px) {	
	.pre_con .pre_title > h2::after {
		content: none;
	}
	
	.pre_con .pre_box {
		margin-bottom: 50px;
	}
	
	.pre_con .pre_box > p {
		font-size: 0.938rem;
		line-height: 23px;
	}	
	
	.pre_con .pre_box .pre_btn > a {
		font-size: 0.938rem;
	}
	
	.pre_con .pre_box .pre_btn > a > span {
		top: 6px;
	}
}

/*준비중 end*/