section {
	position: relative;
	display: block;
}
.container::after {
	content: '';
	width: 100%;
	height: 1px;
	clear: both;
}
.text_primary {
	color: #1e98f3;
}

.text_secondary {
	color: #1e98f3;
}

.text_point {
	color: #0472c4;
}

.bg_primary {
	background-color: #ff4d70;
	color: #fff;
}

.bg_point {
	background-color: #1e98f3;
	color: #fff;
}

.btn_wrap {
	text-align: center;
}

.btn {
	display: inline-block;
	font-size: 22px;
	height: 70px;
	line-height: 70px;
	font-weight: 900;
	background-color: #ddd;
	padding: 0 50px;
	text-align: center;
	border: 0;
	min-width: 250px;
}
.btn_primary {
	background-color: #00827e;
    color: #fff;
    border-color: #00827e;
    padding: 20px 50px;
    border-radius: 10px;
    font-family: 'Vitro_core';
}
.btn_primary:hover,
.btn_primary:focus {
	background-color: #004e4c;
	color: #fff;
	border-color: #004e4c;
}
.btn_secondary {
	background-color: #1e98f3;
	color: #fff;
	border-color: #1e98f3;
}
.btn_secondary:hover,
.btn_secondary:focus {
	background-color: #0f80d6;
	color: #fff;
	border-color: #0f80d6;
}
.btn_dark {
	background-color: #393939;
	color: #fff;
	border-color: #393939;
}
.btn_transparent {
	background-color: transparent;
}
.btn_dark:hover,
.btn_dark:focus {
	background-color: #202020;
	border-color: #202020;
}
.title_line {
  display: inline-block;
  padding: 10px 0 20px 0;
}
.title_line .l_01 {
  float: left;
  width: 28px;
  height: 3px;
  background-color: #00827e;
  border: none;
}
.title_line .l_02 {
  float: left;
  width: 28px;
  height: 3px;
  background-color: #ca8d0d;
  border: none;
}
/* 주최 후원 */
.logo_section {
	position: relative;
	border-top: 1px solid #f0f0f0;
	padding: 65px 0;
}
.logo_wrap {
	position: relative;
	font-size: 0;
	text-align: center;
}
.logo_wrap li {
	display: flex;
	margin-right: 49px;
	justify-content: center;
}
.logo_wrap li:last-child {
	margin-right: 0;
}
.logo_wrap h3 {
	font-family: 'NanumSquare', "맑은 고딕", sans-serif;
	font-size: 24px;
	font-weight: 900;
	color: #000;
	display: inline-block;
	line-height: 47px;
	vertical-align: top;
}
.logo_wrap h3::after {
	content: '';
	position: relative;
	top:-6px;
	right:0;
	display: inline-block;
	width: 17px;
	height: 3px;
	background-color: #ff4f71;
	margin: 0 17px;
}
.logo_wrap a {
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
	vertical-align: top;
}
.logo_wrap a:last-child {
	margin-right: 0;
}
.logo_wrap img {
	width: auto;
	height: auto;
}

@media(min-width: 768px) {
	.pc_hidden,
	.mo_view,
	.mo_br {
		display: none !important;
	}
}
@media(max-width: 1200px) {
	.logo_wrap li {
		margin-right: 50px;
		flex-direction: column;
	}
	.logo_wrap li:first-child {
		display: block;
		margin-bottom: 20px;
	}
}
@media(max-width: 767px) {
	.mo_hidden,
	.pc_view {
		display: none !important;
	}

	.pc_br {
		display: none;
	}
	.logo_section {
		padding: 40px 0;
	}
	.logo_wrap li {
		margin-right: 20px;
		margin-bottom: 20px;
	}
	.logo_wrap li:last-child {
		margin-bottom: 0;
	}
	.logo_wrap h3 {
		font-size: 18px;
		font-weight: 700;
		line-height: 35px;
	}
	.logo_wrap h3::after {
		width: 10px;
		height: 2px;
		margin: 0px 12px;
		top: -5px;
	}
	.logo_wrap a {
		margin-right: 16px;
	}
	.logo_wrap img {
		width: auto;
		height: 60px;
	}
}