@charset "utf-8";
@import url("../fonts/SCoreDream/SCoreDream.css");

/* 공통 */
body,
h1, h2, h3, h4, h5, h6,
input, button,
textarea, select {
	font-family: 'SCoreDream', sans-serif;
	font-size: 14px;
}
select {
	background: url('data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+') no-repeat 95% 50%;
	-moz-appearance: none; 
	-webkit-appearance: none; 
	appearance: none;
	width: auto;
	height: 30px; 
	padding: 5px;
	background-color: #fff;
	padding: 0 25px 0 10px;
}
select:focus {
	outline: none;
}
ol,
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
header:before,
header:after,
nav:before,
nav:after,
footer:before,
footer:after,
.row:before,
.row:after {
	display: table;
	content: '';
	clear: both;
}
.inner {
	position: relative;
	width: 98%;
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
}
.hide_overflow {
	overflow: hidden !important;
	height: 100vh;
}
@supports (-webkit-appearance:none) and (stroke-color: transparent) {
	min-height: -webkit-fill-available;
}

/* 헤더 */
#header {
	position: absolute;
	width: 100%;
	height: 100px;
	top: 0;
	left: 0;
	z-index: 96;
	background-color: #fff;
	border-bottom: 1px solid transparent;
}
#header .inner {
	position: relative;
	height: 100%;
}
#header .inner h1 {
	position: absolute;
	width: 297px;
	height: 53px;
	margin: -28px 0 0 0;
	top: 50%;
	left: 0;
	z-index: 11;
}
#header .inner h1 a {
	display: block;
	width: 100%;
	height: 100%;
	background: url('../img/layout/logo.png') no-repeat;
	background-size: 100%;
}
#header.open .inner h1 a {
	background-image: url('../img/layout/logo.png');
}
#header .wrap {
	position: relative;
	width: 100%;
	height: 100%;
	margin-right: 0;
	z-index: 10;
}
#header .gnbline {
	position: absolute;
	width: 100%;
	height: 0;
	margin: 0;
	padding: 0;
	top: 99px;
	left: 0;
	overflow: hidden;
	line-height: 0;
	background: #fff;
	transition: height 250ms ease 50ms, background 250ms ease 50ms;
}
#header.open .gnbline {
	height: 230px;
	border-top: 1px solid #2061cc;
	border-bottom: 1px solid #dcdcdc;
}
#header .wrap #gnb {
	width: 100%;
	height: 100%;
	background: transparent;
}
#header .wrap .gnb {
	width: 100%;
	padding-left: 30%;
}
#header .wrap #gnb .dep1 {
	position: relative;
	width: 16.666%;
	height: 100%;
	float: left;
}
#header .wrap #gnb a {
	position: relative;
	display: block;
	width: 100%;
	height: 100px;
	color: #000;
	text-align: center;
	font-weight: 400;
	line-height: 100px;
	font-size: 20px;
}
#header.open .wrap #gnb a {
	color: #000;
}
#header .wrap #gnb a strong {
	font-size: 20px;
}
#header .wrap #gnb .dep1:hover > a,
#header .wrap #gnb .dep1 > a:hover,
#header.open .wrap #gnb .active > a {
	color: #2061cc;
	font-weight: 500;
}
#header .wrap #gnb .dep1 .dep2 {
	position: relative;
	display: none;
	width: 100%;
	height: 220px;
	overflow: hidden;
}
#header .wrap #gnb li li {
	width: 100%;
	float: none;
}
#header .wrap #gnb li li:first-child {
	padding-top: 15px;
}
#header .wrap #gnb li li a {
	display: block;
	width: 100%;
	height: 40px;
	margin: 0;
	padding: 0;
	font-size: 15px;
	line-height: 40px;
}
#header .wrap #gnb li li a:hover,
#header .wrap #gnb li li.active a {
	color: #2061cc;
}
#header .wrap #flower {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 98px;
	height: 4px;
	background-color: #2061cc;
	opacity: 0;
}
#header.topfix {
	position: fixed;
}

/* 모바일 메뉴 */
#btn_m_toggle {
	display: none;
	position: absolute;
	width: 23px;
	height: 20px;
	top: 23px;
	left: 20px;
	z-index: 999;
	cursor: pointer;
	transition: left 300ms ease, opacity 300ms ease;
}
#btn_m_toggle .toggle_group {
	position: relative;
	width: 100%;
	height: 100%;
}
#btn_m_toggle .toggle_group span {
	position: absolute;
	display: block;
	width: 100%;
	height: 2px;
	background: #333;
	border-radius: 9px;
	left: 0;
	transform: rotate(0deg);
	transition: transform 250ms ease;
}
#btn_m_toggle .toggle_group span:nth-child(1) {
	top: 1px;
}
#btn_m_toggle .toggle_group span:nth-child(2) {
	top: 10px;
}
#btn_m_toggle .toggle_group span:nth-child(3) {
	top: 19px;
	width: 70%;
}
#mobile_menu {
	position: fixed;
	width: 280px;
	height: 100%;
	padding-bottom: 10px;
	top: 0;
	left: -101%;
	z-index: 999;
	background: #fff;
	border-right: 1px solid #1f1f1f;
	transition: left 300ms ease;
}
#mobile_menu h1 {
	position: relative;
	width: 100%;
	height: 60px;
}
#mobile_menu h1 a {
	position: absolute;
	display: block;
	width: 200px;
	height: 35px;
	top: 50%;
	left: 50%;
    transform: translate(-50%, -50%);
	text-indent: -9999px;
	background: url('../img/layout/logo.png') no-repeat;
	background-size: 100% 100%;
}
#mobile_menu .mobile_loged {
	color: #fff;
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #ccc;
}
#mobile_menu .mobile_loged .mob_loged {
	text-align: center;
}
#mobile_menu .mobile_loged .mob_loged li {
	display: inline-block;
	position: relative;
}
#mobile_menu .mobile_loged .mob_loged li::after {
	position: absolute;
	content: '';
	width: 1px;
	height: 12px;
	margin-top: -6px;
	top: 50%;
	right: -2px;
	background: #454545;
}
#mobile_menu .mobile_loged .mob_loged li:last-child::after {
	display: none;
}
#mobile_menu .mobile_loged .mob_loged li a {
	display: block;
	padding: 0 5px;
	color: #303030;
	line-height: 39px;
	font-size: 14px;
}
#mobile_menu .msgroup {
	position: relative;
	width: 100%;
	height: 100%;
	padding-bottom: 100px;
	overflow: hidden;
	overflow-y: scroll;
}
#mobile_menu .mgnb .dep1 > a {
	position: relative;
	display: block;
	padding: 15px 10px;
	color: #3f3f3f;
	font-size: 15px;
	letter-spacing: -0.05em;
	background: #f9f9f9;
	border-bottom: 1px solid #dcdcdc;
}
#mobile_menu .mgnb .dep1.open > a {
	background-color: #2061cc;
	color: #fff;
}
#mobile_menu .mgnb .dep1 > a::after {
	position: absolute;
	display: block;
	content: '\f107';
	top: 12px;
	right: 15px;
	color: #8f8f8f;
	font-size: 24px;
	font-family: 'FontAwesome';
	text-align: center;
	transition: color 300ms ease, background 300ms ease, transform 300ms ease;
	transform: rotate(0);
}
#mobile_menu .mgnb .dep1.open > a::after {
	transform: rotate(180deg);
	color: #fff;
}
#mobile_menu .mgnb .dep2 {
	display: none;
}
#mobile_menu .mgnb .dep2 li a {
	position: relative;
	display: block;
	padding: 10px 15px 10px 25px;
	color: #8f8f8f;
	font-size: 14px;
	background: #fff;
	border-bottom: 1px solid #dcdcdc;
	transition: color 300ms ease, background 300ms ease;
}
#mobile_menu .mgnb .dep2 li a::before {
	position: absolute;
	display: block;
	content: '';
	width: 4px;
	height: 4px;
	margin-top: -4px;
	top: 50%;
	left: 15px;
	background: #8f8f8f;
	border-radius: 50%;
	transition: background 250ms ease;
}
#header .mobile_menu_overlay {
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 998;
	background: rgba(0,0,0,0.9);
}
.open_mobilemenu #mobile_menu {
	left: 0;
}
.open_mobilemenu #btn_m_toggle {
	top: 19px;
	left: 300px;
}
.open_mobilemenu #btn_m_toggle .toggle_group span {
	background-color: #000;
}
.open_mobilemenu #btn_m_toggle .toggle_group span:nth-child(1) {
	top: 10px;
	transform: rotate(135deg);
}
.open_mobilemenu #btn_m_toggle .toggle_group span:nth-child(2) {
	opacity: 0;
	left: -30px;
}
.open_mobilemenu #btn_m_toggle .toggle_group span:nth-child(3) {
	top: 10px;
	transform: rotate(-135deg);
	width: 100%;
}

/* 비주얼 */
#visual {
	height: 660px;
}
#visual .wrap {
	height: 100%;
}
#visual .swiper-container,
#visual .swiper-slide {
	height: 100%;
}
#visual .swiper-container {
	position: relative;
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	/*padding-top: 100px;*/
}
#visual .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	display: inline-block;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	background: #fff;
	border-radius: 6px;
	margin: 0 4px;
	-webkit-transition: width 300ms ease, background 300ms ease;
	-moz-transition: width 300ms ease, background 300ms ease;
	transition: width 300ms ease, background 300ms ease;
}
#visual .swiper-pagination-bullet-active {
	width: 38px;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	background: #2061cc;
}
#visual .swiper-pagination-bullet:hover,
#visual .swiper-pagination-bullet-active:hover {
	background: #2061cc;
}
#visual .swiper-pagination-bullets {
	width: 100%;
	left: 0;
	bottom: 25px;
}
#visual .swiper-button-prev,
#visual .swiper-button-next {
	position: absolute;
	top: 50%;
	width: 20px;
	height: 36px;
	margin-top: 0;
	z-index: 10;
	cursor: pointer;
	text-align: center;
	line-height: 36px;
	color: #fff;
	opacity: .5;
}
#visual .swiper-button-next:after,
#visual .swiper-button-prev:after {
	font-size: 35px;
}
#visual .swiper-button-prev,
#visual .swiper-container-rtl .swiper-button-next {
	left: 21px;
}
#visual .swiper-button-next,
#visual .swiper-container-rtl .swiper-button-prev {
	right: 21px;
}
#visual .swiper-button-prev:hover,
#visual .swiper-button-prev:focus ,
#visual .swiper-button-next:hover,
#visual .swiper-button-next:focus {
	opacity: 1;
}
#visual .swiper-slide {
	background-size: 100% 100%;
	background-position: center;
	background-color: #fff;
	background-repeat: no-repeat;
}
#visual .swiper-slide * {
	transition: all 1s cubic-bezier(.13,.77,.35,1);
	margin-top: -10px;
	opacity: 0;
}
#visual .swiper-slide-active * {
	margin-top: 0;
	opacity: 1;
}
#visual .swiper-slide .inner {
	z-index: 1;
	padding: 30px 35px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}
#visual .swiper-slide .inner .text_title {
	font-size: 50px;
	color: #fff;
	font-weight: bold;
	text-shadow: 0 0 12px #1f2b3a;
	text-align: center;
	margin-bottom: 30px;
}
#visual .swiper-slide .inner .text_cont {
	font-size: 20px;
	color: #000;
	/*text-shadow: 0 0 12px #1f2b3a;*/
	text-align: center;
	line-height: 30px;
}
#visual .bg01 {
	background-image: url('../img/layout/visual_main_01.jpg');
}
#visual .bg02 {
	background-image: url('../img/layout/visual_main_02.jpg');
}
#visual .bg03 {
	background-image: url('../img/layout/visual_main_03.jpg');
}

/* 서브 비주얼 */
#visual_sub {
	height: 390px;
}
#visual_sub .wrap {
	position: relative;
	height: 100%;
	background: #fff url('../img/layout/visual_sub_bg.jpg') no-repeat;
	background-size: auto 100%;
	background-position: center;
	padding-top: 100px;
	padding-bottom: 48px;
}
#visual_sub .title {
	display: flex;
	align-content: center;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}
#visual_sub .title h3 {
	color: #fff;
	font-size: 30px;
	font-weight: 500;
}

/* 위치 */
#location {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 48px;
	line-height: 48px;
	background: rgba(0, 0, 0, .5);
	margin-top: 100px;
	color: #fff;
	font-size: 15px;
}
#location li {
	position: relative;
	display: inline-block;
	padding-right: 15px;
	margin-right: 5px;
}
#location li::after {
	position: absolute;
	display: block;
	content: '\f105';
	width: auto;
	top: -1px;
	right: 0;
	font-family: 'FontAwesome';
	font-weight: bold;
	font-size: 20px;
}
#location li:last-child::after {
	display: none;
}
#location a {
	color: #fff;
	font-size: 15px;
}

/* 내용 */
#container {
	float: none;
	margin: 0;
	font-size: 13px;
	width: 100%;
	min-height: 350px;
}
#container .content_title {
	margin: 70px auto 45px;
	text-align: center;
}
#container .content_title .stitle {
	margin-bottom: 20px;
	color: #010101;
	font-size: 30px;
	font-weight: 500;
}
#container .content_title .stext {
	display: block;
	margin-bottom: 20px;
	color: #777;
	font-size: 18px;
}
#container .content_title .vline {
	width: 30px;
	height: 1px;
	margin: 0 auto;
	background: #000;
}
#container .ptitle {
	position: relative;
	font-size: 22px;
	margin-bottom: 20px;
	padding-top: 7px;
}
#container .ptitle::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 30px;
	height: 3px;
	background-color: #216fb8;
}

/* 메인 */
.main #footer {
	margin-top: 0;
}
#container .main {
	margin: 50px 0;
}
#container .main .row .colspan {
	width: 33.333%;
	float: left;
	padding-left: 12px;
	padding-right: 12px;
}
#container .main .row .colspan .colgroup {
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	box-shadow: 5px 5px 10px 0px rgb(0 0 0 / 10%);
	overflow: hidden;
	min-height: 310px;
}
#container .main .latest .title_area {
	position: relative;
	padding: 25px 30px;
	border-bottom: 1px solid #e5e5e5;
}
#container .main .latest .title_area h3 {
	font-size: 24px;
	font-weight: 500;
}
#container .main .latest .title_area .wrap {
	position: relative;
}
#container .main .latest .title_area .btn_more {
	position: absolute;
	top: 4px;
	right: 0;
	font-size: 17px;
}
#container .main .latest ul {
	height: 160px;
	padding: 0 30px 30px 30px;
	margin-top: 30px;
}
#container .main .latest ul li {
	margin-bottom: 20px;
}
#container .main .latest ul li:last-child {
	margin-bottom: 0;
}
#container .main .latest ul li a {
	position: relative;
	display: block;
	font-size: 16px;
}
#container .main .latest ul li a:hover,
#container .main .latest ul li a:focus {
	color: #2061cc;
}
#container .main .latest .subject {
	display: block;
	margin-right: 90px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#container .main .latest .date {
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	color: #999999;
}
#container .main .banner_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 30px;
	margin-top: 30px;
}
#container .main .banner_list a {
	display: block;
	border: 1px solid #ddd;
	padding: 10px 20px;
	background-color: #fff;
}
#container .main .banner_list img {
	max-width: 100%;
}
#container .main .stitle {
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 25px;
}
#container .main .igroup {
	margin-top: 100px;
	margin-bottom: 100px;
	display: flex;
	flex-wrap: wrap;
}
#container .main .igroup > li {
	flex: 1;
}
#container .main .igroup > li a {
	display: flex;
	flex-direction: column;
	align-items: center;
}
#container .main .igroup > li a span {
	font-size: 24px;
	font-weight: 500;
	margin-top: 20px;
}
#container .main .igroup > li a:hover span {
	font-weight: 600;
}
#container .main .donation_banner {
	background-color: #eeedf2;
	border: 1px solid #eeeeee;
	box-shadow: 3px 3px 9px 0px rgba(0, 0, 0, .2);
	margin-top: 50px;
	padding: 30px;
	background-image: url('../img/layout/main_bg_01.png');
	background-repeat: no-repeat;
	background-position: right top;
	background-size: auto 100%;
	margin-bottom: 100px;
}
#container .main .donation_banner .bank_n {
	font-size: 24px;
}
#container .main .donation_banner .bank_a {
	font-size: 48px;
	font-weight: 700;
	color: #2061cc;
	margin-top: 5px;
}
#container .main .donation_banner .msg {
	font-size: 20px;
	margin-top: 10px;
}

/* 메인 후원 현황 */
#container .main .donation_bg {
	position: relative;
}
#container .main .donation_bg::after {
	content: '';
	position: absolute;
	top: -50%;
	left: 50%;
	width: min(3164px, calc(100vw - 20px));
	height: 900px;
	transform: translateX(-50%);
	background-image: url(../img/layout/main_bg_02.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: cover;
	z-index: -1;
}

#container .main .donation {
	position: relative;
	padding: 40px 20px;
	margin: 20px 0;
	border: 1px solid #e5e5e5;
	box-shadow: 3px 3px 9px 0px rgba(0, 0, 0, .2);
	background-color: #fff;
}
#container .main .donation h2 {
	font-size: 28px;
	font-weight: 700;
	margin: 0 0 10px 0;
	text-align: center;
}
#container .main .donation > p {
	font-size: 16px;
	color: #666;
	text-align: center;
	margin: 0 0 30px 0;
}
#container .main .donation .grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
	margin-bottom: 30px;
}
#container .main .donation .grid > div {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 20px;
	padding: 20px;
	border-radius: 30px;
	text-align: center;
}
#container .main .donation .grid > div span {
	color: #fff;
	font-size: 20px;
}
#container .main .donation .grid > div .title {
	font-weight: 600;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
	padding-left: 35px;
}
#container .main .donation .grid .no_1 {
	background-color: #32b796;
}
#container .main .donation .grid .no_1 .title {
	background-image: url('../img/layout/main_ic_01.png');
}
#container .main .donation .grid .no_2 {
	background-color: #2061cc;
}
#container .main .donation .grid .no_2 .title {
	background-image: url('../img/layout/main_ic_02.png');
}
#container .main .donation .list {
	margin-top: 20px;
}
#container .main .donation_table_wrap {
	background-color: #fff;
	overflow: hidden;
}
#container .main .donation_table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #e9ecef;
}
#container .main .donation_table thead {
	border-bottom: 1px solid #e9ecef;
}
#container .main .donation_table thead th {
	padding: 15px 10px;
	color: #222;
	font-weight: 600;
	font-size: 14px;
	text-align: center;
	border-right: 1px solid #e9ecef;
}
#container .main .donation_table thead th:last-child {
	border-right: none;
}
#container .main .donation_table tbody tr {
	border-bottom: 1px solid #e9ecef;
	transition: background-color 0.2s;
}
#container .main .donation_table tbody tr:hover {
	background-color: #f8f9fa;
}
#container .main .donation_table tbody tr:last-child {
	border-bottom: none;
}
#container .main .donation_table tbody td {
	padding: 12px 10px;
	text-align: center;
	font-size: 14px;
	color: #495057;
}
#container .main .donation_table tbody td.empty {
	padding: 40px;
	color: #adb5bd;
	font-size: 15px;
}
#container .main .donation_table tbody td.year {
	width: 80px;
	font-weight: 600;
	color: #003d7d;
}
#container .main .donation_table tbody td.price {
	font-weight: 700;
	color: #28a745;
}
#container .main .btn_donation_toggle {
	display: block;
	width: 100%;
	padding: 15px 20px;
	background-color: #fff;
	color: #222;
	border: 1px solid #eee;
	border-radius: 8px;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.3s;
	text-align: center;
}
#container .main .btn_donation_toggle:hover {
	background: #eee;
	transform: translateY(-2px);
}
#container .main .btn_donation_toggle:active {
	transform: translateY(0);
}
#container .main .btn_donation_more {
	display: block;
	width: 100%;
	padding: 15px 20px;
	background-color: #fff;
	color: #222;
	border: 1px solid #e9ecef;
	border-top: none;
	border-radius: 0 0 8px 8px;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	margin-bottom: 10px;
}
#container .main .btn_donation_more:hover {
	background-color: #e9e9e9;
}
#container .main .btn_donation_more:disabled {
	background: #6c757d;
	cursor: not-allowed;
	transform: none;
}
#container .main .btn_donation_toggle i,
#container .main .btn_donation_more i {
	margin-left: 5px;
	transition: transform 0.3s;
}

/* 푸터 */
#footer {
	clear: both;
	margin-top: 50px;
	background-color: #323236;
	color: #fff;
	padding: 45px 0;
}
#footer .grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
}
#footer .colspan h4 {
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 15px;
	color: #fff;
	font-size: 1.125em;
	line-height: 1.2;
}
#footer .colspan h4::after {
	position: absolute;
	display: block;
	content: '';
	width: 40px;
	height: 3px;
	left: 0;
	bottom: 0;
	background: #1087f5;
}
#footer .colspan p {
	margin-bottom: 7px;
}
#footer .copyright {
	position: relative;
	margin-top: 45px;
	color: #7f7f7f;
}
#footer .copyright p {
	padding-right: 80px;
}
#footer .copyright a {
	position: absolute;
	top: 0;
	right: 0;
	color: #595960;
}
#footer .banner {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex-wrap: wrap;
	gap: 30px;
	width: 100%;
	height: 100%;
}
#footer .banner a {
	display: block;
}

/* 팝업 */
#hd_pop {
	width: auto;
	max-width: 1280px;
}

/* 로그인 */
#loged {
	position: fixed;
	width: 270px;
	height: 350px;
	margin: -170px 0 0 -135px;
	padding: 25px;
	top: 50%;
	left: 50%;
	z-index: 99;
	background: #fff;
	border: 1px solid #efefef;
	border-radius: 10px;
}
#loged h3 {
	width: 100%;
	height: 51px;
	margin: 0 auto 25px;
	text-indent: -9999px;
	background-image: url('../img/layout/logo.png');
	background-repeat: no-repeat;
	background-size: contain;
}
#loged .group {
	position: relative;
	margin-bottom: 10px;
}
#loged .user_input {
	width: 100%;
	height: 36px;
	padding: 0 46px 0 10px;
	outline: none;
	color: #000000;
	font-size: 13px;
	line-height: 36px;
	background: #f5f5f5;
	border: 0;
	border-radius: 5px;
	transition: background 300ms ease;
}
#loged .user_input:focus {
	background: #c9e5ff;
}
#loged .ui_label {
	position: absolute;
	width: 36px;
	height: 36px;
	top: 0;
	right: 0;
	z-index: 1;
	color: #9f9f9f;
	font-size: 22px;
	text-align: center;
	line-height: 36px;
	transition: color 300ms ease;
}
#loged .loged_info_area {
	margin-bottom: 20px;
}
#loged .loged_info_area .colspan {
	position: relative;
	width: 50%;
	float: left;
	font-size: 12px;
	font-weight: 500;
	line-height: 16px;
}
#loged .loged_info_area .colspan1 a {
	display: inline-block;
	padding: 3px 5px;
	border-radius: 3px;
}
#loged a {
	color: #000000;
	transition: color 300ms ease;
}
#loged a:hover,
#loged a:focus {
	color: #2061cc;
}
#loged .loged_btn {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ddd;
}
#loged .loged_btn input {
	width: 100%;
	height: 36px;
	padding: 0 10px;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	line-height: 36px;
	background: #080808;
	border: 0;
	border-radius: 5px;
	transition: background 300ms ease;
}
#loged .loged_btn input:hover,
#loged .loged_btn input:focus {
	background: #2061cc;
}
#loged .loged_join {
	color: #8f8f8f;
	font-size: 13px;
	font-weight: 500;
}
#loged .loged_join p {
	text-align: center;
}
.iloged_bg {
	position: fixed;
	content: '';
	width: 268px;
	height: 350px;
	margin: -154px 0 0 -134px;
	top: 50%;
	left: 50%;
	z-index: 0;
	background: rgba(0,0,0,0.15);
	border-radius: 60px;
	filter: blur(8px);
}
body.login_page {
	color: #000000;
	background: #fff url('../img/layout/login_bg.jpg') no-repeat;
	background-position: 100% 100%;
	background-size: cover;
	height: 100vh;
}
body.login_page *:before,
body.login_page *:after,
body.login_page * {
	box-sizing: border-box;
}

/* 리스트/갤러리 게시판 */
.ibbs_list {
	width: 100%;
	margin-bottom: 0;
}
.ibbs_list .bbs_category {
	margin: 20px auto;
}
.ibbs_list .bbs_category .row {
	position: relative;
	padding: 0 50px;
	border: 1px solid #e2e2e2;
	background-color: #f5f5f5;
}
.ibbs_list .bbs_category .swiper-button-next,
.ibbs_list .bbs_category .swiper-button-prev {
	color: #b1b1b1;
	width: 50px;
}
.ibbs_list .bbs_category .swiper-button-next {
	right: 0;
}
.ibbs_list .bbs_category .swiper-button-prev {
	left: 0;
}
.ibbs_list .bbs_category .swiper-button-next:after,
.ibbs_list .bbs_category .swiper-button-prev:after {
	font-size: 20px;
}
.ibbs_list .bbs_category .swiper {
	position: relative;
	width: 100%;
	height: 50px;
	overflow: hidden;
	border-right: 1px solid #e2e2e2;
	background-color: #fff;
}
.ibbs_list .bbs_category .swiper .swiper-wrapper .swiper-slide {
	border-left: 1px solid #e2e2e2;
}
.ibbs_list .bbs_category .swiper .swiper-wrapper .swiper-slide a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	font-size: 18px;
}
.ibbs_list .bbs_category .swiper .swiper-wrapper .swiper-slide a:hover {
	color: #2061cc;
}
.ibbs_list .bbs_category .swiper .swiper-wrapper .swiper-slide .cate_on {
	background-color: #2061cc;
	color: #fff;
}
.ibbs_list .bbs_category .swiper .swiper-wrapper .swiper-slide .cate_on:hover {
	color: #fff;
}
.ibbs_list .bbstop {
	margin-bottom: 5px;
	font-size: 14px;
}
.ibbs_list .bbstop .leftarea {
	margin-top: 15px;
	float: left;
}
.ibbs_list .bbstop .pageinfo,
.ibbs_list .bbstop .postinfo {
	display: inline-block;
}
.ibbs_list .bbstop .postinfo {
	margin-left: 10px;
}
.ibbs_list .bbstop .rightarea {
	float: right;
	margin-bottom: 5px;
}
.ibbs_list .bbstop .sgroup {
	position: relative;
	overflow: hidden;
	border: 1px solid #9f9f9f;
}
.ibbs_list .bbstop select,
.ibbs_list .bbstop input {
	min-height: 35px;
	float: left;
	font-size: 1em;
	line-height: 35px;
	vertical-align: middle;
	border: 0;
}
.ibbs_list .bbstop input {
	padding: 0 5px;
}
.ibbs_list .bbstop select {
	margin-right: 5px;
}
.ibbs_list .bbstop .searchbar {
	width: 135px;
	margin-right: 40px;
}
.ibbs_list .bbstop .searchbtn,
.ibbs_list .bbstop .searchico {
	position: absolute;
	width: 35px;
	top: 0;
	right: 0;
	line-height: 35px;
	background-color: #fff;
	border: 0;
}
.ibbs_list .bbstop .searchico {
	height: 100%;
	top: 0;
	bottom: 0;
	z-index: 1;
	font-size: 1em;
	text-align: center;
	cursor: pointer;
}
.ibbs_list .tbl {
	border-bottom: 1px solid #080808;
}
.ibbs_list .thead .row,
.ibbs_list .tbody .row {
	position: relative;
	width: 100%;
	font-size: 15px;
}
.ibbs_list .thead .row {
	border-top: 2px solid #080808;
}
.ibbs_list .tbody .row {
	border-top: 1px solid #ddd;
}
.ibbs_list .thead .colspan,
.ibbs_list .tbody .colspan {
	position: absolute;
	height: 100%;
	text-align: center;
}
.ibbs_list .thead .colspan {
	padding: 15px 3px;
	text-align: center;
}
.ibbs_list .bcheck {
	display: none;
}
.ibbs_list .admin .bcheck {
	display: block;
	width: 30px;
	left: 0;
}
.ibbs_list .thead .colspan.bcheck span,
.ibbs_list .tbody .colspan.bcheck span {
	left: 0;
	right: 0;
}
.ibbs_list .bnum {
	width: 85px;
	left: 0;
}
.ibbs_list .admin .bnum {
	width: 85px;
	left: 30px;
}
.ibbs_list .colspan.btitle {
	position: relative;
	margin-left: 85px;
	margin-right: 330px;
}
.ibbs_list .admin .colspan.btitle {
	position: relative;
	margin-left: 115px;
	margin-right: 330px;
}
.ibbs_list .bcheck,
.ibbs_list .bnum,
.ibbs_list .bname,
.ibbs_list .bdate,
.ibbs_list .bview {
	height: 100%;
	top: 0;
}
.ibbs_list .bname {
	display: none;
	width: 150px;
	right: 205px;
}
.ibbs_list .admin .bname {
	width: 125px;
	right: 205px;
}
.ibbs_list .bdate {
	width: 120px;
	right: 85px;
}
.ibbs_list .admin .bdate {
	width: 120px;
	right: 85px;
}
.ibbs_list .bview {
	width: 85px;
	right: 0;
}
.ibbs_list .admin .bview {
	width: 85px;
	right: 0;
}
.ibbs_list .tbody .colspan span {
	position: absolute;
	display: block;
	height: 100%;
	padding: 15px 5px;
	left: 10px;
	right: 10px;
	vertical-align: middle;
}
.ibbs_list .tbody .colspan.bcheck span {
	padding-left: 0;
	padding-right: 0;
}
.ibbs_list .thead .colspan i,
.ibbs_list .tbody .colspan i {
	display: none;
	font-style: normal;
}
.ibbs_list .noti .bnum i {
	display: none !important;
}
.ibbs_list .tbody .colspan.btitle h3 {
	position: relative;
	display: block;
	width: 100%;
	padding: 15px 10px;
	overflow: hidden;
	font-size: 1em;
	font-weight: inherit;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ibbs_list .btitle strong {
	font-weight: inherit;
}
.ibbs_list .btitle .icate {
	color: #2061cc;
}
.ibbs_list .noti .icate {
	display: none !important;
}
.ibbs_list .btitle a {
	vertical-align: top;
}
.ibbs_list .tbody .btitle a:hover,
.ibbs_list .tbody .btitle a:focus {
	color: #2061cc;
}
.ibbs_list .tbody .colspan a {
	color: #000000;
	transition: color 300ms ease;
}
.ibbs_list .no_content {
	text-align: center;
	padding: 30px 20px;
}
.ibbs_btn {
	margin-top: 30px;
	margin-bottom: 0;
}
.ibbs_btn .admin_btn {
	float: left;
}
.ibbs_btn .user_btn {
	float: right;
}
.ibbs_btn button,
.ibbs_btn input,
.ibbs_btn a {
	display: inline-block;
	padding: 7px 15px;
	color: #000000;
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
	background: #ffffff;
	border: 2px solid #000000;
	transition: color 250ms ease, background 250ms ease, border 250ms ease;
}
.ibbs_btn button:hover,
.ibbs_btn button:focus,
.ibbs_btn input:hover,
.ibbs_btn input:focus,
.ibbs_btn a:hover,
.ibbs_btn a:focus {
	color: #ffffff;
	background: #000000;
}
.ibbs_page_num {
	margin-top: 50px;
	margin-bottom: 100px;
	text-align: center;
}
.ibbs_page_num a {
	display: inline-block;
	width: 24px;
	height: 24px;
	color: #000000;
	font-size: 13px;
	line-height: 26px;
	vertical-align: middle;
	-webkit-transition: color 250ms ease, background 250ms ease;
	-moz-transition: color 250ms ease, background 250ms ease;
	transition: color 250ms ease, background 250ms ease;
}
.ibbs_page_num a.first,
.ibbs_page_num a.last {
	width: 18px;
	font-size: 18px;
	line-height: 24px;
}
.ibbs_page_num a.current {
	color: #ffffff;
	background: #2061cc;
	border-radius: 50%;
}
.ibbs_list .imgrid4 li {
	position: relative;
	display: block;
	width: 23.5%;
	margin: 0 0 20px 2%;
	float: left;
}
.ibbs_list .imgrid4 li:nth-child(1),
.ibbs_list .imgrid4 li:nth-child(2),
.ibbs_list .imgrid4 li:nth-child(3),
.ibbs_list .imgrid4 li:nth-child(4) {
	margin-top: 0;
}
.ibbs_list .imgrid4 li:nth-child(4n+1) {
	margin-left: 0;
	clear: both;
}
.ibbs_list .imgrid4 li .icheckbox {
	position: absolute;
	display: block;
	z-index: 10;
	top: 10px;
	right: 10px;
}
.ibbs_list .imgrid4 .anchorbox {
	position: relative;
	display: block;
	overflow: hidden;
	border: 1px solid #ccc;
	transition: border 300ms ease;
}
.ibbs_list .imgrid4 .anchorbox:hover {
	border-color: #216fb8;
}
.ibbs_list .imgrid4 .anchorbox:hover .ilist_subject h3,
.ibbs_list .imgrid4 .anchorbox:hover .ilist_text,
.ibbs_list .imgrid4 .anchorbox:hover .ilist_date {
	color: #216fb8;
}
.ibbs_list .imgrid4 .imgrid4 li a {
	position: relative;
	display: block;
}
.ibbs_list .imgrid4 .anchorbox .image_area {
	position: relative;
	display: block;
	overflow: hidden;
	line-height: 0;
}
.ibbs_list .imgrid4 .anchorbox .image_area img {
	width: 100%;
	height: auto;
}
.ibbs_list .imgrid4 .anchorbox .cate_area {
	position: absolute;
	padding: 5px 10px;
	top: 10px;
	left: 10px;
	overflow: hidden;
	z-index: 1;
	color: #fff;
	font-size: 14px;
	border-radius: 4px;
}
.ibbs_list .imgrid4 .anchorbox .cate_area {
	color: #232323;
	background: #fff;
}
.ibbs_list .imgrid4 .anchorbox .text_area {
	width: 100%;
	padding: 15px;
	background: #fff;
}
.ibbs_list .imgrid4 .anchorbox .ilist_subject h3 {
	width: 100%;
	overflow: hidden;
	color: #232323;
	font-size: 15px;
	font-weight: 500;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: color 300ms ease;
}
.ibbs_list .imgrid4 .anchorbox .ilist_text {
	width: 100%;
	overflow: hidden;
	font-size: 13px;
	font-weight: 500;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: color 300ms ease;
	margin-top: 10px;
}
.ibbs_list .imgrid4 .no_content {
	border-top: 1px solid #000;
}

@media screen and (max-width: 1280px) {
	/* 팝업 */
	.pop_box {
		position: absolute;
		top: 75px;
		left: 0;
		width: 100%;
	}
	#hd_pop {
		margin: 10px;
	}
	#hd_pop .hd_pops {
		width: 100%;
		top: 0 !important;
		left: 0 !important;
	}
	#hd_pop .hd_pops_con {
		width: auto !important;
	}
}

@media screen and (max-width: 1000px) {
	/* 헤더 */
	#header {
		height: 70px;
	}
	#header .inner {
		padding: 10px 0;
	}
	#header .inner h1 {
		position: relative;
		margin: 6px auto 0 auto;
		top: initial;
		width: 200px;
		height: 35px;
	}
	#header .wrap,
	#header .gnbline {
		display: none;
	}

	/* 모바일 메뉴 */
	#btn_m_toggle {
		display: block;
	}

	/* 위치 */
	#location {
		margin-top: 70px;
		text-align: center;
	}

	/* 비주얼 */
	#visual {
		height: 400px;
	}
	/*#visual .swiper-container {
		padding-top: 70px;
	}*/
	#visual .swiper-slide {
		background-size: cover;
	}
	#visual .swiper-slide .inner {
		padding: 30px 50px;
		margin-top: 20px;
	}
	#visual .swiper-slide .inner .text_title {
		font-size: 25px;
	}
	#visual .swiper-slide .inner .text_cont {
		font-size: 18px;
	}

	/* 서브 비주얼 */
	#visual_sub {
		height: 300px;
	}
	#visual_sub .wrap {
		padding-top: 70px;
	}

	/* 내용 */
	#container .content {
		padding: 0 15px;
	}

	/* 메인 */
	#container .main .row .colspan {
		width: 100%;
		padding: 0 15px;
		margin-bottom: 50px;
	}
	#container .main .row .colspan:last-child {
		margin-bottom: 0;
	}
	#container .main .igroup {
		gap: 30px;
	}
	#container .main .igroup > li {
		flex-basis: 45%;
	}
	#container .main .igroup > li a span {
		font-size: 16px;
	}
	#container .main .donation_banner {
		background-image: none;
		padding: 30px 10px;
		box-shadow: none;
	}
	#container .main .donation_banner .bank_n {
		font-size: 20px;
	}
	#container .main .donation_banner .bank_a {
		font-size: 30px;
	}
	#container .main .donation_banner .msg {
		font-size: 16px;
	}
	#container .main .donation_bg::after {
		background-image: none;
	}

	/* 푸터 */
	#footer {
		padding-left: 15px;
		padding-right: 15px;
	}
	#footer .colspan {
		width: 100%;
		margin-bottom: 45px;
	}
	#footer .colspan:last-child {
		margin-bottom: 0;
	}
	#footer .copyright {
		text-align: center;
	}
	#footer .copyright p {
		padding-right: 0;
	}
	#footer .copyright a {
		position: relative;
		display: block;
		margin-top: 10px;
	}
	#footer .grid {
		grid-template-columns: 1fr;
	}

	/* 리스트/갤러리 게시판 */
	.ibbs_list .bbstop .leftarea,
	.ibbs_list .bbstop .rightarea {
		width: 100%;
		float: none;
	}
	.ibbs_list .bbstop .leftarea {
		margin-bottom: 5px;
	}
	.ibbs_list .bbstop select,
	.ibbs_list .bbstop input {
		font-size: 14px;
	}
	.ibbs_list .bbstop .searchbar {
		width: calc(100% - 155px);
		margin-right: 0;
	}
	.ibbs_list .thead {
		display: none;
	}
	.ibbs_list .tbody .row {
		padding: 30px 0 20px 0;
		border-top: 0;
		margin: 15px 0;
		border-bottom: 1px solid #ddd;
	}
	.ibbs_list .tbody .row:last-child {
		border-bottom: 0;
		padding-bottom: 0;
	}
	.ibbs_list .tbody .colspan {
		position: static;
		display: inline-block;
		height: auto;
		padding-bottom: 5px;
	}
	.ibbs_list .tbody .colspan i {
		display: inline;
	}
	.ibbs_list .tbody .colspan span {
		position: static;
		display: block;
		height: auto;
		padding: 0;
		left: 0;
		right: 0;
		text-align: left;
	}
	.ibbs_list .bcheck,
	.ibbs_list .bnum,
	.ibbs_list .bname,
	.ibbs_list .bdate,
	.ibbs_list .bview,
	.ibbs_list .admin .bcheck,
	.ibbs_list .admin .bnum,
	.ibbs_list .admin .bname,
	.ibbs_list .admin .bdate,
	.ibbs_list .admin .bview {
		position: static;
		display: inline-block;
		width: auto;
		margin: 0 5px;
		font-size: 13px;
	}
	.ibbs_list .bcheck,
	.ibbs_list .admin .bcheck {
		position: relative;
		display: none !important;
		margin-right: 0;
		float: right;
	}
	.ibbs_list .admin .bcheck {
		display: inline-block !important;
	}
	.ibbs_list .admin .colspan.btitle,
	.ibbs_list .colspan.btitle {
		position: absolute;
		margin: 0;
		padding: 0;
		top: 5px;
		left: 5px;
		right: 5px;
	}
	.ibbs_list .tbody .colspan.btitle h3 {
		margin: 0;
		padding: 0;
		font-size: 14px;
	}
	.ibbs_btn .admin_btn,
	.ibbs_btn .user_btn {
		float: none;
		text-align: center;
	}
	.ibbs_btn .admin_btn {
		margin-bottom: 5px;
	}
	.ibbs_btn button,
	.ibbs_btn input,
	.ibbs_btn a {
		font-size: 14px;
	}
	.ibbs_btn .user_btn a {
		width: 104px;
	}
	.ibbs_page_num a {
		width: 20px;
		height: 20px;
		font-size: 12px;
		line-height: 22px;
	}
	.ibbs_page_num a.first,
	.ibbs_page_num a.last {
		font-size: 17px;
		line-height: 23px;
	}
	.ibbs_list .imgrid4 li {
		width: 49%;
		margin: 0 0 20px 2%;
	}
	.ibbs_list .imgrid4 li:nth-child(1),
	.ibbs_list .imgrid4 li:nth-child(2),
	.ibbs_list .imgrid4 li:nth-child(3),
	.ibbs_list .imgrid4 li:nth-child(4) {
		margin-top: 0;
	}
	.ibbs_list .imgrid4 li:nth-child(3n+1) {
		margin-left: 2%;
		clear: none;
	}
	.ibbs_list .imgrid4 li:nth-child(2n+1) {
		margin-left: 0;
		clear: both;
	}
	.ibbs_list .bcheck,
	.ibbs_list .bnum,
	.ibbs_list .bname,
	.ibbs_list .bview,
	.ibbs_list .admin .bcheck,
	.ibbs_list .admin .bnum,
	.ibbs_list .admin .bname,
	.ibbs_list .admin .bview {
		display: none;
	}
}

@media screen and (max-width: 768px) {
	#container .main .donation {
		padding: 30px 15px;
	}
	#container .main .donation h2 {
		font-size: 24px;
	}
	#container .main .donation > p {
		font-size: 14px;
	}
	#container .main .donation .grid {
		grid-template-columns: 1fr;
		gap: 15px;
	}
	#container .main .donation_table_wrap {
		overflow-x: auto;
	}
	#container .main .donation_table {
		min-width: 600px;
	}
	#container .main .btn_donation_toggle,
	#container .main .btn_donation_more {
		font-size: 14px;
		padding: 12px 15px;
	}
}

@media screen and (min-width: 1000px) {
	/* 비주얼 */
	#visual .swiper-slide .inner .text_cont .clear:before,
	#visual .swiper-slide .inner .text_cont .clear:after {
		display: table;
		content: " ";
	}
	#visual .swiper-slide .inner .text_cont .clear:after {
		clear: both;
	}
}
