@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	font-family: 'Montserrat', sans-serif;
	font-family: 'Noto Sans KR', sans-serif;
	text-align: center;
	text-decoration: none;
	color: #000;
}

li {
	list-style: none;
}

#wrap {
	width: 100%;
	background:#F7F1ED;
}

.hidden {
	visibility: hidden;
	height: 0;
	width: 0;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
}


#header {
	width: 100%;
	height: 35vh;
}

.banner > div {
	display: block;
	width: 100%;
	float: left;
	top: 22%;
	position: absolute;
}

.rabbit {
	width: 150px;
	position: absolute;
	top: 20vh;
	right: 15%;
}

.banner > div > h1 {
	font: 900 3rem/1.5 'Montserrat';
	color: #2F365F;
}

/*--------*/

#section {
	width: 100%;
	overflow: hidden;
}

.information {
	height: 150px;
	background: rgba(175, 52, 71, 0.1);
}

.info_list {
	width: 100%;
	margin: auto;
}

.info_list > li {
	display: block;
	width: calc((100% - 20px)/3);
	margin: auto;
	float: left;
	height: 75px;
	margin-top: 32.5px;
	font: normal 1rem/1.4rem 'Noto Sans KR';
	border-right: 1px solid rgba(255, 255, 255, 0.26);
	color: #404040;
}

.info_list > li:nth-child(1) {
	border-right: 1px solid rgba(255, 255, 255, 0.26);
}

.info_list > li:last-child {
	border-right: none;
}

.info_list > li > h3 {
	font: bold 1.1rem/2.5rem 'Noto Sans KR';
	color: #404040;
}

.info_list > li > p {
	font: normal 0.8rem/1.4rem 'Noto Sans KR';
	color: #a37e7e;
}

.info_list > li > a {
	color: #404040;
}

.qna {
	width: 100%;
}

.qna_category {
	width: calc(100% - 40px);
	margin: auto;
}

.qna_category > ul {
	width: 100%;
	height: 25px;
}

.qna_category > ul > li {
	width: 25%;
	margin: 0 auto;
	height: 50px;
	float: left;
}

.qna_category > ul > li > a {
	font: 500 0.9rem/50px 'Noto Sans KR';
	width: 100%;
	height: 100%;
	display: block;
}

.qna_category > ul > li > a:hover {
	color: #FEBEB0;
}

.color {
	border-bottom: 4px solid #B8C1EC;
	transition: all 0.2s ease-in-out;
}

.qna_category > ul > li:last-child a {
	border-right: none;
}

.qna_list {
	width: 400%;
	overflow: hidden;
	margin: 0 auto;
	left: 0;
	position: relative;
}


.list {
	width: 25%;
	float: left;
	padding-top: 40px;
	padding-bottom: 40px;
}

.css {
	transition: all 0.2s ease-in-out;

}

.list > li {
	width: 80%;
	margin: auto;
	border-bottom: 3px solid rgba(208, 208, 208, 0.5);

}

.list > li > a {
	display: block;
	width: 100%;
	height: 100%;
	font: 500 1rem/3rem 'Noto Sans KR';
	text-align: left;
}


.list > li > a > p {
	display: block;
	font: bold 1rem/1rem 'Montserrat';
	color: #B8C1EC;
	text-align: left;
	margin: 10px 0 -5px;
}


.list > li > div {
	background: rgba(255, 255, 255, 0.1);
}

.list > li > div > h3 {
	font: bold 1.1rem/5rem 'Noto Sans KR';
	padding-left: 10px;
}

.list > li > div > p {
	font: normal 0.9rem/2rem 'Noto Sans KR';
	text-align: left;
	padding: 20px 20px 20px;
	color: #404040;
}

.list:nth-child(1) > li:nth-child(1) > div > p {
	margin-top: -60px;
}

.list:nth-child(1) > li:nth-child(4) > div > p {
	margin-top: -30px;
}

.list > li > div > .tip {
	color: #B8C1EC;
}


/*--------------------*/

#footer {
	height: 300px;
	width: 100%;
	float: left;
	background: #2F365F;
}

#footer > select {
	margin: 50px 0;
}

#address {
	font-size: 0.9rem;
	color: #ddd;


}

#address > a {
	color: #ddd;
}

/*태블릿(768이상*/

@media all and (min-width:768px) {

	#wrap {
		background-size: contain;
	}


	.menu > li:nth-child(4) {
		background: url(../img/pencil_line.png) center;
		background-size: cover;
		display: block;
		width: 100px;
	}

	.menu > li:nth-child(4) a {
		color: #FEBEB0;

	}

	.menu > li:hover {
		background: none;
	}

	.info_list {
		width: 80%;
	}

	.qna_category > ul {
		width: 800px;
		height: 25px;
		margin: auto;
	}


	.list > li {
		width: 700px;
		margin: auto;
	}
}


/*PC용*/

@media all and (min-width:1200px) {
	#wrap {
		background-size: cover;
	}

	.info_list {
		width: 60%;
	}

}
