/* 추가 */
.pink {
  color: #e53b8d !important;
}
.pink2 {
  color: #ee8bb3 !important;
}
.blue {
  color: #71ace1 !important;
}
.white{
	color: #FFFFFF !important;
}
.black {
	color: #393939 !important;
}
.gray{
	color: #6b6b6b !important;
}
p {
  line-height: 1.6;
}
.b{
font-weight: bold;
}

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:  #0f80d6;
	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:  #0f80d6;
	padding: 0 50px;
	text-align: center;
	border: 0;
	min-width: 250px;
} */
.btn_primary {
	background-color:  #0f80d6;
	color: #fff;
	border-color:  #0f80d6;
}
.btn_primary:hover,
.btn_primary:focus {
	background-color:  #0f80d6;
	color: #fff;
	border-color:  #0f80d6;
}
.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: 20px 0 30px 0;
}
.title_line .l_01 {
  float: left;
  width: 28px;
  height: 3px;
  background-color: #0f80d6;
  border: none;
}
.title_line .l_02 {
  float: left;
  width: 28px;
  height: 3px;
  background-color: #cfcfcf;
  border: none;
}
/* 주최 후원 */
.logo_section {
	padding: 30px 0;
    background: #ffffff;
    border-top: solid 1px #e3e3e3;
}
.logo_wrap {
	display: flex;
	flex-direction: column;
	gap: 15px;
	/* display: flex;
	align-items: center;
	justify-content: flex-start; */
}
.logo_wrap li {
	display: flex;
	align-items: center;
}

.logo_wrap h3 {
	width: 100px;
	font-size: 18px;
	font-weight: bold;
	color: #363636;
	display: inline-block;
	/* margin-right: 40px; */
	margin: 0;
}

.logo_wrap a {
	display: inline-block;
	vertical-align: middle;
	margin-right: 30px;
	vertical-align: top;
}
.logo_wrap a:last-child {
	margin-right: 10px;
}
.logo_wrap img {
	width: auto;
	height: auto;
}
/* footer */
footer {
	clear: both;
	background-color: #222;
	padding: 0 0 50px;
}

.top_footer {
	display: flex;
	border-bottom: 1px solid #5d5d5d;
	padding: 30px 0;
	justify-content: space-between;
  align-items: flex-end;
}

.top_footer p {
	font-size: 16px;
	font-weight: 500;
}
.top_footer p a {
	color: #FFFFFF;
}

.top_footer p a:hover {
	text-decoration: underline;
}
.top_footer ul {
	/* float: right; */
}
.top_footer ul li {
	/* float: left; */
	margin-right: 10px;
}
.top_footer .ft-familyStie {
	position: relative;
	right: 0;
}
.top_footer .ft-familyStie:hover .ft-familySite-list {
	display: block;
}
.top_footer .ft-familyStie .ft-familySite-btn {
	position: relative;
	display: block;
    width: 225px;
    height: 50px;
    background-color: #2e2e2e;
    font-size: 15px;
    line-height: 50px;
    border: 1px solid #676767;
    color: #bebebe;
    padding: 0 20px;
}
.top_footer .ft-familyStie .ft-familySite-btn::after {
	content: "+";
    font-size: 18px;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
}
.top_footer .ft-familyStie .ft-familySite-list {
	display: none;
	width: 100%;
	background-color: #1c1b1b;
	padding: 10px 0;
	border: 1px solid #676767;
	border-bottom: none;
	position: absolute;
	left: 0;
	bottom: 50px;
}
.top_footer .ft-familyStie .ft-familySite-list a {
	display: block;
    font-size: 14px;
    color: #bebebe;
    padding: 10px 20px;
}

.top_footer ul li a i {
	color: #b4b4b4;
	font-size: 20px;
	margin: 0 10px;
}

.top_footer ul li:last-child a i {
	margin-right: 0;
}

.top_footer ul li a i:hover {
	color: top_footer;
	transition: all 0.4s;
}
ul.footer_info {
	position: relative;
	font-size: 0;
}

ul.footer_info li {
	float: none;
	display: inline-block;
	position: relative;
	font-size: 14px;
	line-height: 26px;
	color: #fff;
	vertical-align: middle;
	letter-spacing: 0;
}
.top_footer ul.footer_info li::after {

}
.footer_info li::after {
	content: '|';
	display: inline-block;
	position: relative;
	font-size: 10px;
	background-color: transparent;
	top: -2px;
	right: 0px;
	margin: 0 10px;
}
.footer_info li:last-child:after {
	content: '';
	display: none;
}
.footer_info li a {
	display: inline;
	text-decoration:inherit;
	color: inherit;
}
.bottom_footer {
	padding: 20px 0;
}

.footer_logo {
	margin: 10px 0;
}

.copyright {
	padding: 20px 0;
}

.copyright p {
	color: #eee;
	font-size: 16px;
	line-height: 1.6;
}
.copyright .bottom {
	display: flex;
	justify-content: space-between;
  margin-top: 30px;
}
.copyright .bottom a {
	color: #eee;
}


#fixed-banner {
	position: fixed;
    right: 60px;
    bottom: 50px;
    z-index: 999999;
	filter: drop-shadow(0 4px 6px white);
}


@media(min-width: 768px) {
	.pc_hidden,
	.mo_view,
	.mo_br {
		display: none !important;
	}
}
@media(max-width: 1200px) {
	.logo_wrap li {
		margin-right: 50px;
	}
	.logo_wrap li:first-child {
		display: inline;
		margin-bottom: 20px;
	}
}
@media(max-width: 768px) {
	.mo_hidden,
	.pc_view {
		display: none !important;
	}

	.pc_br {
		display: none;
	}
	.footer_logo {
		text-align: center;
	}
	.bottom_footer {
		padding-bottom: 0;
	}
	.copyright p, ul.footer_info li {
		font-size: 13px;
		letter-spacing: -0.02em;
	}
	.copyright {
		text-align: center;
	}
	.logo_section {
		padding: 40px 0;
	}
	.logo_wrap {
		
	}
	.logo_wrap li {
		margin-bottom: 30px;
		text-align: center;
		margin-right: 0px;
	}
  .logo_wrap li a:nth-child(n+3) {
	margin: 20px 0;
  }
	.logo_wrap li:last-child {
		margin-bottom: 0;
	}
	.logo_wrap h3 {
		font-size: 16px;
        line-height: 35px;
        color: #ffffff;
        background: #e53b8d;
        border-radius: 10px;
	}
	.logo_wrap h3::after {
		width: 10px;
		height: 2px;
		margin: 0px 12px;
		top: -5px;
	}
	.logo_wrap a {
		margin-right: 0px;
		display: inline-block;
		vertical-align: middle;
		justify-content: center;
	}
	.logo_wrap img {
		width: auto;
		height: 40px;
	}

	.top_footer .ft-familyStie {
		display: none;
	}
	.copyright .bottom {
		flex-direction: column;
	}

  #fixed-banner {
    right: 20px;
    bottom: 40px;
  }
  #fixed-banner .mo {
    width: 80px;
    height: 80px;
  }
}


/* Custom Range (700 ~ 1090) */
@media (min-width: 700px) and (max-width: 1200px) {
	#fixed-banner {
		right: 20px;
		bottom: 40px;
		width: 120px;
	  }
}