.notice_wrap a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #0d5bce;
	border-top: 2px solid #0a49a7;
	border-bottom: 2px solid #0a49a7;
	padding: 0 2rem;
}
.notice_wrap .title {
	font-size: 1.8rem;
	font-weight: 600;
	color: #fff;
	background: url("../img/icon_bell.png") no-repeat 0 50% / 2rem;
	padding: 1.5rem 1rem 1.5rem 3rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.notice_wrap .value, .notice_wrap .value em {
	font-size: 1.8rem;
	font-weight: 600;
	color: #ffff5c;
	white-space: nowrap;
}

.swiper_wrap {
	padding: 1.5rem 2rem;
	background: #0969f9;
}
.swiper_wrap .swiper .swiper-wrapper .swiper-slide a {
	display: block;
}
.swiper_wrap .swiper .swiper-wrapper .swiper-slide img {
	width: 100%;
}
.swiper_wrap .swiper .swiper-pagination {
	top: unset !important;
	bottom: 1.5rem !important;
	left: 1.5rem;
	width: auto;
}
.swiper_wrap .swiper .swiper-pagination .swiper-pagination-bullet {
	background: transparent;
	border: 1px solid #0855c4;
	opacity: 1;
	margin: 0 .6rem;
}
.swiper_wrap .swiper .swiper-pagination .swiper-pagination-bullet-active {
	background: #0855c4;
	border: none;
}

.menu_wrap {
	padding: 1.5rem;
}
.menu_wrap a {
	display: block;
	margin-bottom: 1rem;
}
.menu_wrap a:last-child {
	margin-bottom: 0;
}
.menu_wrap a img {
	width: 100%;
}

/* daehwan.php */
.daehwan_wrap {
	margin-top: 5.7rem;
	min-height: calc(100vh - 5.7rem);
	background: #f2fafc;
}
.daehwan_wrap > h1 {
	font-size: 1.8rem;
	font-weight: 700;
	padding: 1.5rem;
	text-align: center;
	border-bottom: 1px solid #ddd;
	background: #fff;
}
.daehwan_wrap .content_wrap {
	padding: 1.5rem;
}
.daehwan_wrap .content_wrap ul li {
	background: #fff;
	border: 1px solid #ddd;
	border-bottom: none;
}
.daehwan_wrap .content_wrap ul li:last-child {
	border-bottom: 1px solid #ddd;
}
.daehwan_wrap .content_wrap ul li .question {
	font-size: 1.8rem;
	font-weight: 700;
	padding: 2rem 1.5rem;
	background: url("../img/open_arrow3.png") no-repeat calc(100% - 1.5rem) 50% / 1.8rem;
}
.daehwan_wrap .content_wrap ul li.on .question {
	background: url("../img/open_arrow4.png") no-repeat calc(100% - 1.5rem) 50% / 1.8rem;
}
.daehwan_wrap .content_wrap ul li .answer {
	display: none;
	font-size: 1.7rem;
	padding: 1.5rem;
	line-height: 1.5;
	color: #999;
	border-top: 1px solid #ddd;
}
.daehwan_wrap .content_wrap ul li.on .answer {
	display: block;
}