@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: 70px;
	background-color: #ff9600;
	text-align: center;
}

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

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

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

/*섹션*/

.section {
	width: 100%;
}

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

.number img {
	width: 95%;
}

.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: #ff9600;
	font-weight: 600
}

.number_text span:nth-last-child(1),
.number_text span:nth-last-child(3) {
	color: #3f3f3f;
}

button {
	width: 100%;
	height: 70px;
	border: none;
	background-color: #ff9600;
	position: relative;
	bottom: 0;
	color: #fff;
	font-family: 'Noto Sans KR', sans-serif;
	font-size: 20px;
	cursor: pointer;
}

.buttons {
	position: fixed;
	width: 100%;
	height: 70px;
	bottom: 0;
	max-width: 1000px;
}

.btn_call {
	width: 100%;
	height: 100%;
	position: relative;
}

/*미디어쿼리*/

@media only screen and (max-width: 600px) {
	.number img {
		width: 65%;
	}
}

@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
	}
}
