@media (hover: hover) and (pointer: fine) {
  .swiper-slide-organization-tab-btns button:hover {
		background-color: #84b82d;
		color: #fff;
	}
	.search_sel_div button:hover {
		background-color: #bbb;
		color: #000;
	}
	.paging_nums button:hover {
		color: #0196da;
		border-color: #0196da;
	}
	.dm_item:hover {
		box-shadow: 0 0 10px rgba(0, 0, 0, 10%);
		transform: translateY(-5px);
	}
	.media_list li:hover:before {
		right: 0;
	}
	.books_item:hover .books_cover {
		transform: translateY(-5px);
	}
	.gallery_item:hover {
		outline-color: #0196da;
		border-color: #0196da;
	}
	.gallery_item:hover .gall_desc h5,
	.gallery_item:hover .gall_desc span {
		color: #0196da;
	}
	.youtube .gallery_item:hover .gall_img:after {
		opacity: 1;
		visibility: visible;
	}
}
.sub_top_banner {
	height: 400px;
	background: url(/img/company/sub_top_bg.jpg) no-repeat center / cover;
	position: relative;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}
.event_top_banner {
	background-image: url(/img/company/event_top_bg.jpg);
}
.community_top_banner {
	background-image: url(/img/company/community_top_bg.jpg);
}
.donation_top_banner {
	background-image: url(/img/community/donation_top_bg.jpg);
}
.sub_top_head {
	position: absolute;
	left: 320px;
	top: 45%;
	color: #fff;
}
.sub_top_head h1 {
	font-size: 36px;
	font-weight: 600;
	margin-bottom: 20px;
}
.sub_top_current {
	font-size: 13px;
	display: flex;
	align-items: center;
	gap: 10px;
}
.mo_dropdown_btn {
	display: none;
}
.sub_top_current span {}
.sub_top_current b {}
.sub_top_lnb_wrap {
	width: 100%;
}
.sub_top_lnb {
	background-color: rgba(255, 255, 255, 90%);
	display: flex;
	justify-content: center;
	gap: 5px;
	width: 100%;
}
.sub_top_lnb a {
	color: #898989;
	max-width: 190px;
	width: 100%;
	text-align: center;
	border-bottom: 3px solid #ccc;
	padding: 10px;
	transition: 0.4s ease;
}
.sub_top_lnb a:hover {
	color: #0196da;
	border-color: #0196da;
}
.sub_top_lnb a.on {
	color: #0196da;
	font-weight: 500;
	border-color: #0196da;
}
/* ÀÎ»ç¸» */
.intro_top_card {
	height: 200px;
	background: url(/img/company/company_top_card_bg.jpg) no-repeat center / cover;
	border-radius: 30px;
	overflow: hidden;
	margin: 50px 0;
	position: relative;
}
.intro_top_card_02 {
	background-image: url(/img/member/top_card_bg_02.jpg);
}
.intro_top_card p {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 24px;
	color: #555;
	width: 100%;
	max-width: 760px;
	text-align: center;
	line-height: 1.7em;
}
.intro_blue_para {
	text-align: center;
	font-size: 24px;
	font-weight: 500;
	color: #0196da;
	line-height: 1.7em;
	max-width: 890px;
	margin: 50px auto;
}
.intro_ceo {
	display: flex;
	justify-content: center;
	gap: 150px;
}
.ceo_left {
	/* width: 50%; */
}
.ceo_left img {
	box-shadow: 5px 5px 9px rgba(0, 0, 0, 15%);
}
.ceo_right {
	width: 40%;
}
.ceo_right p {
	font-size: 18px;
	font-weight: 500;
	color: #555;
	line-height: 1.8em;
}
.ceo_sign {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 50px 0;
}
.ceo_sign span {
	font-size: 18px;
}
.ceo_sign img {}

/* ¿ª´ë ÀÌ»çÀå È¸Àå´Ü */
.executive_wrap {
	margin-bottom: 50px;
}
.executive_title_01 {
	font-size: 24px;
	font-weight: 500;
	position: relative;
	width: fit-content;
	margin-left: 20px;
	margin-bottom: 10px;
}
.executive_title_01:before {
	content: '';
	position: absolute;
	width: calc(100% + 30px);
	height: 12px;
	background-color: #d2e7ae;
	border-radius: 30px;
	z-index: -1;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.executive_title_02 {
	font-size: 18px;
	font-weight: 600;
	color: #1c5f91;
	margin-left: 20px;
	padding-top: 15px;
}
.executive {
	display: flex;
	gap: 25px;
	flex-wrap: wrap;
	padding: 15px;
}
.executive_item {
	border-radius: 20px;
	overflow: hidden;
	width: calc(20% - 20px);
}
.executive_item img {
	display: block;
	width: 100%;
	max-width: 100%;
}
.executive_desc {
	background-color: #f6f6f6;
	color: #666;
	text-align: center;
	padding: 10px;
}
.executive_desc h4 {
	font-size: 16px;
	font-weight: 500;
	color: #000;
	margin-bottom: 5px;
}
.executive_desc p {
	font-size: 14px;
	line-height: 1.5em;
}

/* ¼³¸³ ¸ñÀû ¿¬Çõ */
.foundation_object {}
.found_box_wrap {
	padding: 20px 35px;
}
.found_box {
	background-color: #f0f5f8;
	border-radius: 20px;
	padding: 40px;
	position: relative;
	display: flex;
}
.found_box p {
	font-size: 18px;
	line-height: 1.8em;
	max-width: 575px;
}
.found_box img {
	position: absolute;
	top: -40px;
	right: 70px;
}
.history {
	margin: 50px 0;
}
.history_wrap {}
.history_wrap ul {
	padding: 40px 75px;
	position: relative;
}
.history_wrap ul:before {
	content: '';
	position: absolute;
	width: 1px;
	height: 100%;
	background-color: #898989;
	top: 0;
	left: 212px;
}
.history_wrap ul li {
	display: flex;
	gap: 120px;
	margin-bottom: 30px;
}
.history_wrap ul li strong {
	font-size: 30px;
	font-weight: 600;
	position: relative;
}
.history_wrap ul li strong:before {
	content: '';
	position: absolute;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background-color: #0196da;
	top: 13px;
	left: 130px;
}
.history_month div {
	padding-top: 4px;
	display: flex;
	gap: 30px;
	margin-bottom: 10px;
}
.history_month div span {
	font-size: 24px;
	font-weight: 500;
	color: #0196da;
	min-width: 53px;
}
.history_month div p {
	font-size: 18px;
	font-weight: 500;
	color: #333;
	line-height: 1.5em;
	padding-top: 2px;
}
.incorporation {
	margin-bottom: 50px;
}
.incorporation_box {
	border: 1px solid #ccc;
	border-radius: 20px;
	padding: 30px;
}
.incorporation_box section:first-child {
	margin-top: 0;
}
.incorporation_box section:last-child {
	margin-bottom: 0;
}
.incorporation_box section {
	margin: 30px 0;
}
.incorporation_box h4 {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 10px;
}
.incorporation_box p {
	font-size: 18px;
	color: #555;
	line-height: 1.8em;
}

/* »ç¾÷¾È³» */
.business {}
.business_meet {}
.business_meet_con {
	background-color: #f0f5f8;
	border-radius: 20px;
	padding: 30px;
}
.business_meet_con section {
	border-bottom: 1px solid #0196da;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.business_meet_con section:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border: none;
}
.business_meet_con h3 {
	font-size: 20px;
	font-weight: 600;
	color: #11366d;
	margin-bottom: 20px;
}
.business_meet_con ul {}
.business_meet_con ul li {
	display: flex;
	gap: 15px;
	padding-bottom: 15px;
}
.business_meet_con ul li:last-child {
	padding-bottom: 0;
}
.business_meet_con ul li span {
	font-size: 18px;
	font-weight: 500;
	padding-left: 15px;
	position: relative;
}
.business_meet_con ul li span:before {
	content: '';
	position: absolute;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #636466;
	top: 9px;
	left: 0;
}
.business_meet_con ul li p {
	font-size: 18px;
	color: #636466;
}
.business_publish {
	margin: 50px 0;
}
.business_publish_con {
	display: flex;
	gap: 30px;
}
.bp_item {
	border: 1px solid #ccc;
	border-radius: 20px;
	padding: 30px;
	width: 50%;
}
.bp_item h3 {
	font-size: 20px;
	font-weight: 600;
	color: #11366d;
	margin-bottom: 10px;
}
.bp_item div {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.bp_item div p {
	font-size: 18px;
	color: #555;
	max-width: 420px;
}
.bp_item div img {}
.policy_research {
	margin-bottom: 50px;
}
.policy_research .bp_item {
	width: 100%;
}
.policy_research .bp_item div p {
	max-width: 500px;
}
.common_head_01 {
	margin-bottom: 30px;
}

/* Á¶Á÷ */
.organization {
	margin-top:60px;
}


.organization_tab_btns {
	border: 1px solid #898989;
	border-radius: 30px;
	overflow: hidden;
}
.swiper-slide-organization-tab-btns {
	height: 62px !important;
}
.swiper-slide-organization-tab-btns button {
	font-size: 14px;
	padding: 10px;
	width: 100%;
	height: 100%;
	transition: 0.3s ease;
	position: relative;
}
.swiper-slide-organization-tab-btns button:before {
	content: '';
	position: absolute;
	top: 19px;
	right: 0;
	background-color: #ccc;
	width: 1px;
	height: 26px;
}
.swiper-slide-organization-tab-btns button.on {
	background-color: #84b82d;
	color: #fff;
}
.swiper-slide-organization-tab-btns:last-child button:before {
	display: none;
}
.swiper-wrapper-organization-tab-btns {
	align-items: center;
}
.swiper-button-prev-organization-tab-btns:before {
	content: url(/img/company/organization_tab_prev.png);
}
.swiper-button-next-organization-tab-btns:before {
	content: url(/img/company/organization_tab_next.png);
}
.organization_table_group {
	/* margin-top: 20px; */
	margin-bottom: 50px;
	display: none;
}
.organization_table_group.active {
	display: block;
}
.organization_table_wrap {
	position: relative;
	overflow: hidden;
}
.scroll-hint {
  position: absolute;
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 13px;
  font-weight: 600;
	padding: 20px;
	border-radius: 30px;
	background-color: rgba(0, 0, 0, 50%);
	color: #fff;
  /* background: linear-gradient(90deg, #007bff, #00c3ff, #007bff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
  animation: moveLeftRight 2s ease-in-out infinite;
  opacity: 0.9;
  transition: opacity 0.6s ease;
  pointer-events: none;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	max-width: 300px;
	width: 100%;
	display: none;
}
.scroll-hint img {
	width: 15px;
}
.scroll-hint.hidden {
  opacity: 0;
}
@keyframes moveLeftRight {
  0%, 100% { transform: translateX(-50%) translateX(-5px); }
  50% { transform: translateX(-50%) translateX(5px); }
}
@media (min-width: 768px) {
  .scroll-hint { display: none; }
}
.table_layout_01 {
	border-top: 2px solid #0196da;
	table-layout: fixed;
}
.kanada {
	text-align: right;
	font-size: 14px;
	font-weight: 500;
	color: #555;
	padding: 10px 0;
	margin-top: 15px;
}
.table_layout_01 tr {}
.table_layout_01 tr th,
.table_layout_01 tr td {
	padding: 15px;
	font-size: 15px;
	border: 1px solid #d7d7d7;
	text-align: center;
}
.table_layout_01 tr th {
	background-color: #f6f6f6;
	font-weight: 500;
	border-bottom: 1px solid #898989;
}
.table_layout_01 tr td {
	color: #555;
}
.t_sHead {
	background-color: #f0f5f8;
}

/* Á¶Á÷µµ */
.organization_map {
	text-align: center;
	position: relative;
	width: fit-content;
	margin: auto;
	margin-bottom: 100px;
}
.jojik_mo {
	display: none;
}
.mapBtn {
	position: absolute;
}
.btn_circle_01 {
	left: 39%;
	top: 0%;
	width: 21%;
	height: 24%;
}
.btn_circle_02 {
	left: 80%;
	top: 15%;
	width: 17%;
	height: 20%;
}
.btn_circle_03 {
	left: 41%;
	top: 28%;
	width: 17%;
	height: 19%;
}
.btn_circle_04 {
	left: 41%;
	top: 51%;
	width: 17%;
	height: 19%;
}
.btn_circle_05 {
	left: 43%;
	top: 74%;
	width: 13%;
	height: 19%;
}
.btn_circle_06 {
	left: 0%;
	top: 66%;
	width: 23%;
	height: 6%;
}
.btn_circle_07 {
	left: 0%;
	top: 73%;
	width: 23%;
	height: 6%;
}
.btn_circle_08 {
	left: 0%;
	top: 80%;
	width: 23%;
	height: 6%;
}
.btn_circle_09 {
	left: 0%;
	top: 86.5%;
	width: 23%;
	height: 6%;
}
.btn_circle_10 {
	left: 0%;
	top: 93%;
	width: 23%;
	height: 6%;
}
.btn_circle_11 {
	left: 77%;
	top: 66%;
	width: 23%;
	height: 6%;
}
.btn_circle_12 {
	left: 77%;
	top: 73%;
	width: 23%;
	height: 6%;
}
.btn_circle_13 {
	left: 77%;
	top: 80%;
	width: 23%;
	height: 6%;
}
.btn_circle_14 {
	left: 77%;
	top: 86.5%;
	width: 23%;
	height: 6%;
}
.btn_circle_15 {
	left: 77%;
	top: 93%;
	width: 23%;
	height: 6%;
}


/* Ã£¾Æ¿À½Ã´Â±æ */
.map_wrap {
	margin: 50px 0;
}
#map {
	width: 100%;
	height: 600px;
	border: 1px solid #898989;
}
.marker_inner {
	padding: 5px;
}
.location_desc {
	margin-bottom: 40px;
}
.location_title {
	margin-bottom: 15px;
}
.location_desc ul {}
.location_desc ul li {
	display: flex;
	align-items: center;
	gap: 15px;
	padding: 0 15px;
}
.location_desc ul li div {}
.location_desc ul li div b {
	font-size: 18px;
	font-weight: 600;
}
.location_desc ul li div p {
	font-size: 18px;
	color: #898989;
	margin-top: 5px;
}
.location_desc ul li div address {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.7em;
}

/* È¸¿ø¼Ò°³°Ë»ö */
.member_list {
	margin-top:60px;
}

.list_search_box {
	border: 1px solid #11366d;
	border-radius: 20px;
	overflow: hidden;
}
.list_search_box_top {
	background-color: #f0f5f8;
	padding: 30px 40px;
	border-bottom: 1px solid #ccc;
}
.list_search_box_bottom {
	background-color: #f6f6f6;
	padding: 30px 40px;
}
.search_row {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}
.search_row:last-child {
	margin-bottom: 0;
}
.search_row span {
	color: #11366d;
	font-weight: 500;
	min-width: 100px;
}
.hangeul_box_row span {
	color: #0196da;
}
.search_row_right {
	width: 100%;
}
.rd_box {
	display: flex;
	gap: 10px;
}
.rd_box label {
	display: flex;
	align-items: center;
	gap: 5px;
	cursor: pointer;
}
.search_sel_div {
	display: flex;
	align-items: center;
	gap: 5px;
}
.search_sel_div select {
	max-width: 250px;
	width: 100%;
	padding: 15px;
	font-size: 16px;
}
.search_sel_div input {
	max-width: 450px;
	width: 100%;
	padding: 15px;
	font-size: 16px;
}
.search_sel_div input::placeholder {
	transition: 0.3s ease;
}
.search_sel_div input:focus::placeholder {
	opacity: 0;
	visibility: hidden;
}
.search_sel_div button {
	background-color: #11366d;
	color: #fff;
	border-radius: 5px;
	padding: 15px;
	max-width: 120px;
	width: 100%;
	transition: 0.3s ease;
}
.hangeul_box {
	display: flex;
	align-items: center;
	gap: 10px;
}
.hangeul_box button {
	background-color: #fff;
	color: #898989;
	font-size: 16px;
	font-weight: 500;
	border: 1px solid #d7d7d7;
	border-radius: 50%;
	padding: 5px;
	min-width: 40px;
	width: 40px;
	height: 40px;
	transition: 0.3s ease;
}
.hangeul_box button.moum_all {
	width: 85px;
	border-radius: 30px;
}
.hangeul_box button.on {
	background-color: #0196da;
	color: #fff;
}
.member_table_wrap {
	margin: 30px 0;
	margin-bottom: 50px;
}
.paging {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 40px;
	margin: 50px 0;
}
.paging_arrow {
	display: flex;
	gap: 15px;
}
.paging_arrow button {}
.paging_nums {
	display: flex;
	gap: 10px;
}
.paging_nums button {
	font-size: 14px;
	color: #acacac;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	padding: 5px;
	background-color: #fff;
	border: 1px solid #d7d7d7;
	transition: 0.3s ease;
}
.paging_nums button.on {
	color: #0196da;
	border-color: #0196da;
}

/* È¸¿ø ±¸¼º ½É»ç */
.evaluation {
	margin-top:60px;
}

.eva_sHead {
	font-size: 20px;
	font-weight: 600;
	color: #11366d;
	padding: 15px 10px;
}
.rule_box {
	border: 1px solid #ccc;
	border-radius: 20px;
	padding: 25px;
}
.rule_box ul {
	padding-bottom: 40px;
}
.rule_box ul:last-child {
	padding-bottom: 0;
}
.rule_box ul h4 {
	font-size: 20px;
	font-weight: 500;
	position: relative;
	width: fit-content;
	margin-bottom: 10px;
}
.rule_box ul h4:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: calc(100% + 10px);
	height: 18px;
	background-color: #eaf4f9;
	z-index: -1;
}
.rule_box ul li {
	font-size: 18px;
	color: #555;
	line-height: 1.8em;
}
.rule_sBox {
	padding-top: 5px;
	padding-bottom: 10px;
}
.rule_sBox p {
	color: #555;
	position: relative;
	padding-left: 40px;
	padding-bottom: 5px;
}
.rule_sBox p:before {
	content: attr(data-rule-num);
	position: absolute;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background-color: #eaf4f9;
	font-size: 14px;
	font-weight: 600;
	color: #555;
	text-align: center;
	left: 15px;
	top: 2px;
}
.eva_step {
	margin: 35px 0;
	margin-bottom: 50px;
}
.eva_step_img_M,
.eva_step_img_S {
	display: none;
}

/* È¸¿ø µ¿Á¤ */
.identification {
	margin-bottom: 50px;
}
.common_search {
	background-color: #f0f5f8;
	border-radius: 10px;
	padding: 30px;
	margin: 50px 0;
	margin-top: 80px;
}
.common_search_inner {
	max-width: 660px;
	width: 100%;
	margin: auto;
	display: flex;
	gap: 5px;
}
.common_search select {
	max-width: 140px;
	width: 100%;
	padding: 12px;
	font-size: 16px;
	color: #555;
}
.common_search_inner div {
	display: flex;
	gap: 5px;
	width: 100%;
}
.common_search_inner div input {
	padding: 12px;
	font-size: 16px;
	width: calc(100% - 50px);
}
.common_search_inner div input::placeholder {
	color: #acacac;
}
.common_search_inner div button {
	background-color: #0196da;
	padding: 10px 12px;
	border-radius: 5px;
}
.common_table_wrap {}
.page_com {
	font-size: 13px;
	padding-bottom: 15px;
}
.table_layout_02 {
	border-top: 2px solid #000;
}
.table_layout_02 tr {}
.table_layout_02 tr th,
.table_layout_02 tr td {
	padding: 15px;
	font-size: 15px;
}
.table_layout_02 tr th {
	background-color: #f6f6f6;
	font-weight: 500;
}
.table_layout_02 tr td {
	color: #555;
	border-bottom: 1px solid #d7d7d7;
}
.table_layout_02 tr td a {
	color: #555;
}
.tac {
	text-align: center;
}

.notice_detail {
	margin: 100px 0;
}
.notice_head {
	border-top: 2px solid #11366d;
	border-bottom: 1px solid #d7d7d7;
}
.notice_head_top {
	background-color: #f6f6f6;
	padding: 20px;
}
.notice_head_top h2 {
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 10px;
}
.notice_head_top span {
	font-size: 14px;
	color: #898989;
}
.notice_head_top em {
	font-size: 14px;
	font-weight: 300;
	color: #898989;
	margin: 5px;
}
.notice_head_bottom {
	display: flex;
	align-items: center;
	gap: 5px;
	padding: 20px;
}
.notice_head_bottom span {
	font-size: 14px;
	font-weight: 300;
	color: #898989;
	min-width: 83px;
}
.notice_head_bottom span img {
	vertical-align: middle;
	margin-right: 5px;
}
.notice_head_bottom p {
	display: flex;
	gap: 3px 10px;
	flex-wrap: wrap;
}
.notice_head_bottom p a {
	color: #11366d;
	font-size: 14px;
	text-decoration: underline;
}
.notice_desc {
	padding: 20px;
	color: #555;
}
.notice_btns {
	border-top: 1px solid #555;
	margin-bottom: 50px;
}

.nb {
	display: flex;
	align-items: center;
	gap: 15px;
	padding: 15px 20px;
	border-bottom: 1px solid #d7d7d7;
}
.nb span {
	display: flex;
	align-items: center;
	gap: 10px;
	color: #898989;
	min-width: 68px;
}
.nb a {}
.go_list_btn {
	font-size: 18px;
	font-weight: 500;
	color: #0196da;
	border: 1px solid #0196da;
	border-radius: 5px;
	max-width: 300px;
	width: 100%;
	display: block;
	margin: auto;
	text-align: center;
	padding: 15px;
}

/* ÀÛ°íÈ¸¿ø */
.deceased_member {
	margin: 100px 0;
}
.deceased_title {
	margin-bottom: 25px;
}
.dm_wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}
.dm_item {
	border-radius: 20px;
	overflow: hidden;
	width: calc(20% - 24px);
	cursor: pointer;
	transition: 0.3s ease;
}
.dm_img {}
.dm_img img {
	display: block;
	max-width: 100%;
}
.dm_desc {
	background-color: #f6f6f6;
	padding: 10px;
	text-align: center;
}
.dm_desc h5 {
	font-weight: 500;
	margin-bottom: 5px;
}
.dm_desc span {
	font-size: 14px;
	color: #666;
}
.deceased_layer {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 550px;
	width: 95%;
	z-index: 1004;
	background-color: #fff;
	border-radius: 20px;
	padding: 30px;
	transition: 0.3s ease;
	opacity: 0;
	visibility: hidden;
}
.deceased_layer.active {
	opacity: 1;
	visibility: visible;
}
.sub_overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 70%);
	z-index: 1003;
	transition: 0.3s ease;
	opacity: 0;
	visibility: hidden;
}
.sub_overlay.active {
	opacity: 1;
	visibility: visible;
}
.dl_top {
	display: flex;
	align-items: center;
	gap: 30px;
	border-bottom: 1px solid #555;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.dl_img {}
.dl_img img {
	max-width: 150px;
	display: block;
}
.dl_name {}
.dl_name h4 {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 10px;
}
.dl_name span {
	font-weight: 500;
	color: #898989;
}
.dl_bot {
	max-height: 350px;
	overflow-y: auto;	
}
.dl_bot h6 {
	font-size: 18px;
	font-weight: 500;
	color: #11366d;
	margin-bottom: 10px;
}
.dl_bot li {
	color: #636466;
	position: relative;
	line-height: 2em;
	padding-left: 20px;
}
.dl_bot li:before {
	content: '';
	position: absolute;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #ccc;
	top: 12px;
	left: 4px;
}
.deceased_layer_close {
	font-weight: 500;
	color: #fff;
	background-color: #000;
	display: block;
	margin: auto;
	margin-top: 20px;
	max-width: 120px;
	width: 100%;
	padding: 15px;
	border-radius: 5px;
}

/* Æ÷·³ */
.forum .common_search {
	margin-top: 0;
	margin-bottom: 30px;
}
.forum .intro_top_card {
	margin-bottom: 15px;
}
.forum .intro_top_card p {
	max-width: 790px;
}
.table_file_a {
	display: flex;
	justify-content: center;
	align-items: center;
}

/* º¸µµÀÚ·á */
.media {}
.media_list {
	border-top: 2px solid #11366d;
}
.media_list li {
	padding: 15px;
	border-bottom: 1px solid #d7d7d7;
	position: relative;
	overflow: hidden;
}
.media_list li:before {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 100%;
	z-index: -1;
	background-color: #f0f5f8;
	transition: 0.5s ease;
}
.media_list li a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 30px;
}
.media_list li a h2 {
	font-size: 20px;
	font-weight: 500;
}
.media_list li a h2 span {
	display: block;
	font-size: 14px;
	font-weight: 400;
	color: #898989;
	margin-top: 15px;
}
.media_img {
	border-radius: 15px;
	overflow: hidden;
	min-width: 180px;
	max-width: 180px;
}
.media_img img {
	width: 100%;
}

/* È¸¿øµµ¼­¼Ò°³ */
.books_list {
	border-top: 2px solid #11366d;
}
.books_list ul {
	display: flex;
	gap: 20px;
	padding: 30px 20px;
	border-bottom: 1px solid #d7d7d7;
}
.books_item {
	width: 25%;
	text-align: center;
}
.books_cover {
	width: 200px;
	margin: auto;
	border: 1px solid #ccc;
	box-shadow: 4px 4px 8px rgba(0, 0, 0, 12%);
	transition: 0.3s ease;
}
.books_cover img {
	display: block;
	max-width: 100%;
}
.books_desc {
	margin-top: 20px;
}
.books_desc h5 {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.books_desc span {
	font-size: 14px;
	color: #898989;
}

/* e-´º½º·¹ÅÍ */
.newsletter {}
.newsletter .books_list ul {
	border-bottom: none;
}
.newsletter .books_list ul {
	flex-wrap: wrap;
}
.newsletter .books_item {
	width: calc(33.3333% - 14px);
}
.newsletter .books_cover {
	width: 370px;
	position: relative;
	height: 280px;
}
.newsletter .books_cover:before {
	content: '';
	display: block;
	padding-bottom: 100%;
}
.newsletter .books_cover img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: contain;
	object-position: center;
}

/* Æ÷Åä°¶·¯¸® */
.gallery {}
.gallery_list {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	border-top: 2px solid #11366d;
	padding: 0 15px;
	padding-top: 30px;
}
.gallery_item {
	border-radius: 20px;
	border: 1px solid #d7d7d7;
	overflow: hidden;
	width: calc(33.3333% - 20px);
	transition: 0.3s ease;
	outline: 1px solid transparent;
}
.gall_img {
	position: relative;
	height: 275px;
}
.gall_img:before {
	content: '';
	display: block;
	padding-bottom: 100%;
}
.gall_img img {
	max-width: 100%;
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
	object-position: center;
}
.gall_desc {
	padding: 15px;
}
.gall_desc h5 {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: 0.3s ease;
}
.gall_desc span {
	font-size: 14px;
	color: #898989;
	transition: 0.3s ease;
}
.youtube .gall_img {
	height: 210px;
}
.youtube .gall_img:after {
	content: url(/img/community/play_btn.png);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: rgba(0, 0, 0, 70%);
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.3s ease;
	opacity: 0;
	visibility: hidden;
}

/* À¯Æ©ºê */
.youtube_video_wrap {
	width: 100%;
	aspect-ratio: 16 / 9;
	border: 1px solid #ccc;
}
.youtube_video_wrap iframe {
	width: 100%;
	height: 100%;
}
.youtube_keword {
	padding: 20px;
}
.youtube_keword a {
	color: #0196da;
}

/* ±âºÎ */
.donation {
	margin: 80px 0;
}
.do_top_card {
	position: relative;
}
.do_top_card_desc {
	position: absolute;
	top: 50%;
	left: 80px;
	transform: translateY(-50%);
}
.do_top_card_desc h2 {
	font-size: 36px;
	font-weight: 500;
	color: #84b82d;
	margin-bottom: 15px;
}
.do_top_card_desc strong {
	font-size: 30px;
	font-weight: 500;
}
.do_top_card_desc p {
	margin-top: 25px;
	font-size: 20px;
	line-height: 1.5em;
	max-width: 410px;
}
.do_bottom {
	padding: 30px;
}
.do_bottom p {
	line-height: 2.1em;
	font-size: 18px;
	color: #555;
}
.do_bottom ul {
	padding: 30px;
	margin-top: 30px;
	border-top: 1px solid #555;
	border-bottom: 1px solid #555;
}
.do_bottom ul li {
	font-size: 18px;
	font-weight: 500;
	color: #555;
	line-height: 2em;
	position: relative;
	padding-left: 15px;
}
.do_bottom ul li:before {
	content: '';
	position: absolute;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #84b82d;
	top: 14px;
	left: -5px;
}

/* ·Î±×ÀÎ */
.login_find_container .login_bg {
	min-height: calc(100vh - 167px);
}
.login_container header {
	background-color: #fff;
}
.login_container header .header_logo img.header_logo_white {
	display: none;
}
.login_container header .header_logo img.header_logo_gray {
	display: block;
}
.login_container header .gnb_menu_group > a {
	/* color: #b3b3b3; */
}
.login_container header .gnb.fixed .gnb_menu_group > a {
	color: #fff;
}
.login_bg {
	background-color: #f6f6f6;
	padding-top: 117px;
	padding-bottom: 100px;
}
.login_inner {
	max-width: 680px;
	width: 100%;
	margin: auto;
}
.login_inner h1 {
	font-size: 36px;
	font-weight: 500;
	text-align: center;
	/* margin-top: 90px; */
	margin-bottom: 20px;
}
.login_box {
	border: 1px solid #ccc;
	border-radius: 10px;
	overflow: hidden;
}
.login_top {
	background-color: #fff;
	padding: 30px 40px;
}
.login_top p {
	font-size: 18px;
	text-align: center;
	padding-bottom: 20px;
}
.lb_input {}
.lb_input input {
	background-color: #f6f6f6;
	width: 100%;
	font-size: 16px;
	padding: 13px;
	padding-left: 45px;
	background-repeat: no-repeat;
	background-position: center left 15px;
}
.lb_input input::placeholder {
	color: #acacac;
}
.lb_input input:first-child {
	background-image: url(/img/member/login_user_icon.png);
	margin-bottom: 10px;
}
.lb_input input:last-child {
	background-image: url(/img/member/login_pass_icon.png);
}
.find_input input:nth-child(1),
.find_input input:nth-child(2),
.find_input input:nth-child(3) {
	padding-left: 13px;
	background-image: none;
}
.find_input input:nth-child(2) {
	margin-bottom: 10px;
}
.login_save {
	margin: 13px 0;
}
.login_save label {
	cursor: pointer;
	font-size: 14px;
	color: #555;
	display: flex;
	align-items: center;
	gap: 5px;
}
.login_save label em {}
.login_btn {
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	background-color: #0196da;
	display: block;
	border-radius: 5px;
	width: 100%;
	padding: 15px;	
}
.find_btns {
	text-align: center;
	margin-top: 15px;
}
.find_btns a {
	font-size: 14px;
	font-weight: 500;
	color: #acacac;
}
.find_btns em {
	color: #acacac;
	font-size: 12px;
	margin: 5px;
}
.login_bt {
	background-color: #f0f5f8;
	padding: 30px 40px;
}
.login_bt ul {}
.login_bt ul li {
	font-size: 14px;
	color: #555;
	position: relative;
	padding-left: 15px;
	padding-bottom: 10px;
}
.login_bt ul li:last-child {
	padding-bottom: 0;
}
.login_bt ul li:before {
	content: '';
	position: absolute;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #acacac;
	top: 5px;
	left: 0;
}
.find_id_btn {
	margin-top: 20px;
}

/* ¾à°ü */
.terms_title {
	text-align: center;
	margin-bottom: 50px;
}
.terms_title h1 {
	font-size: 36px;
	font-weight: 500;
	margin-top: 90px;
	margin-bottom: 20px;
}
.terms_title p {
	font-size: 18px;
	color: #555;
	text-align: center;
	max-width: 820px;
	margin: auto;
	line-height: 1.8em;
}
.terms_wrap {
	background-color: #fff;
	border-top: 1px solid #0196da;
}
.terms_wrap li {}
.terms_wrap li button {
	font-size: 18px;
	font-weight: 500;
	color: #555;
	display: block;
	text-align: left;
	width: 100%;
	padding: 30px;
	border-top: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
	transition: 0.3s ease;
	position: relative;
}
.terms_wrap li button:before {
	content: '';
	position: absolute;
	width: 18px;
	height: 2px;
	background-color: #555;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.3s ease;
}
.terms_wrap li button:after {
	content: '';
	position: absolute;
	width: 18px;
	height: 2px;
	background-color: #555;
	right: 30px;
	top: 50%;
	transform: translateY(-50%) rotate(-90deg);
	transition: 0.3s ease;
}
.terms_acc {
	padding: 30px;
	display: none;
}
.terms_acc h5 {
	font-weight: 500;
	font-size: 17px;
	margin-bottom: 5px;
}
.terms_acc p {
	line-height: 1.7em;
	color: #555;
}
.terms_wrap li.on button {
	color: #0196da;
	border-color: #0196da;
}
.terms_wrap li.on button:before {
	opacity: 0;
	transform: translateX(5px);
}
.terms_wrap li.on button:after {
	transform: rotate(0) translateY(-50%);
}
.terms_table {
	margin: 20px 0;
}
.terms_table tr {}
.terms_table tr th {
	background-color: #e5e5e5;
	font-weight: 500;
	font-size: 16px;
	color: #000;
}
.terms_table tr td {
	font-size: 14px;
	color: #555;
	text-align: center;
}
.terms_table tr th,
.terms_table tr td {
	padding: 10px;
	border: 1px solid #d7d7d7;
}


@media (max-width: 640px) {
	.member_list { margin-top:20px; }
	.evaluation { margin-top:20px; }
	.organization { margin-top:20px; }
}
