@import url(https://fonts.googleapis.com/earlyaccess/notosanskr.css);
/* 리셋 CSS */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	padding: 0;
	margin: 0;
}

/*바디 컬러, 폰트사이즈*/

body {
	font-family: 'Noto Sans KR', sans-serif;
	/*    background-color: #f1f1f1;*/
	height: 100%;
}

a {
	text-decoration: none;
}

table {
	border-spacing: 0;
}

fieldset,
img {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-weight: normal;
	font-style: normal;
}

strong {
	font-weight: bold;
}

ol,
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

caption,
th {
	text-align: left;

}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
}

q:before,
q:after {
	content: '';
}

abbr,
acronym {
	border: 0;
}

a {
	text-decoration: none;
}

/*네비게이션*/

.nav {
	width: 100%;
	height: 60px;
	background-color: #1739A7;
	text-align: center;
}

.nav h1 {
	font-size: 21px;
	color: white;
	line-height: 60px;
}

.slide_bar {
	: 0;
	position: absolute;
	/*    float: right;*/
	width: 60px;
	height: 60px;
}

.slide_bar img {
	width: 15px;
    padding:30%;
	cursor: pointer;
}

/*섹션*/

.section {
	width: 100%;
	/*height: 300px;*/
	padding:0 5%;
	box-sizing: border-box;
    text-align:center
}

.number {
	width: 250px;
	margin: auto;
	margin-top: 140px;
	text-align: center;
}

.number img {
	width: 35%;
}

.number h1 {
	text-align: center;
	line-height: 1.2em;
}

.number h1:nth-child(2) {
	margin-top: 10px;
	text-align: center;
	font-size: 25px;
}

.number h1:nth-child(3) {
	font-size: 40px;
	margin-bottom: 30px
}

.number_text {
	text-align: center;
	line-height: 1.3em;
	font-weight: 450
}

.number_text span:nth-child(2) {
	color: #2999a7;
	font-weight: 600
}

.number_text span:nth-last-child(1),
.number_text span:nth-last-child(3) {
	color: #3f3f3f;
}
.textarea {
	padding: 10px 5px;
}

.textarea input {
	font-family: 'Noto Sans KR', sans-serif;
	text-align: left;

	margin-top: 7px;
	border: 1px solid #c5c5c5;
	box-sizing: border-box;
	padding-left: 7px;
}
.textarea .name,
.textarea .phonenumber,
.textarea .pw,
.textarea .pwcheck,
.textarea .addr
{	height: 45px;
	width: 100%;
}
/*주소 인풋 크기조절*/
.url_box{
	width: 100%;
	height: 45px;
/*	background-color: aquamarine;*/
}

.url{
	width: 65%;
	height: 100%;
	float: left;
}

.addr_check{
	float: right;
	width: 32%;
	height: 45px;
	margin-top: 7px;
	font-family: 'Noto Sans KR', sans-serif;
	background-color: #1739A7;
	color: #fff;
	border: none;
	font-size: 17px;
	font-weight: 500;
	letter-spacing: 1.2px;
	line-height: 45px;

}
/*셀렉트박스*/

.select{
	font-family: 'Noto Sans KR', sans-serif;
	width: 100%;
	height: 45px;
	border: 1px solid #c5c5c5;
	margin-top: 5px;
}

.textarea input:nth-child(1) {
/*	margin-top: 20px;*/
}

input::-webkit-input-placeholder {
	color: #c5c5c5;
}

.check {
	float: left;
	text-align: left;
/*	padding-left: 6%;*/
}
.check_box{
	width: 100%;
	height: 45px;
}

.line {
	border: 0.5px solid #c5c5c5;
	margin: 40px 6% 0 6%;
}

.choice_text {
	text-align: left;
	padding-left: 6%;
}


input[type=radio] {
	display: none;
}

input[type=radio]+label {
	display: inline-block;
	cursor: pointer;
	padding-left: 44px;
	font-size: 24px;
	background: url('../img/unselect.png') left/34px no-repeat;

}

input[type=radio]:checked+label {
	background-image: url('../img/select.png');
}

.car_select {
	padding-left: 5%;
	margin: 20px 6% 0 0;
}

.banner {
	width: 100%;
	box-sizing: border-box;
	padding: 20px 6% 0px;
}

.privacy-wrap {
	margin: 0 auto;
	margin-top: 10px;
	padding: 0 6%;
	text-align: center;
}

.privacy-wrap .check-wrap {
	text-align: left;
	font-size: 13px;
	margin-bottom: 12px;
	margin-top: -5px;
}

.privacy-wrap .check-wrap input {
	position: relative;
	top: -1px;
	vertical-align: middle;
}

.privacy-wrap textarea {
    font-family: 'Noto Sans KR', sans-serif;
	width: 100%;
	padding: 10px;
	font-size: 13px;
    border: 1px solid #c5c5c5;
    box-sizing: border-box;
}

/*완료버튼*/
.button {
	width: 100%;
	height: 70px;
	border: none;
	background-color: #1739A7;
	/*position: fixed;*/
	bottom: 0;
	left: 0;
	color: #fff;
	font-family: 'Noto Sans KR', sans-serif;
	font-size: 20px;
	cursor: pointer;
}


/*text field*/




/*미디어쿼리*/

@media only screen and (max-width: 325px) {
	.number {
		width: 200px;
		margin: auto;
		margin-top: 100px;
		text-align: center;
	}
	.number h1:nth-child(2) {
		margin-top: 10px;
		text-align: center;
		font-size: 25px;
	}
	.number h1:nth-child(3) {
		font-size: 20px;
		margin-bottom: 20px
	}
	.number_text {
		text-align: center;
		line-height: 1.3em;
			font-size: 14px;
		font-weight: 450
	}
}


