@media (max-width: 1024px) {
	.common_inner {
		max-width: 100%;
		padding: 0 15px;
	}
	header {
		z-index: 1000;
	}
	header.fixed {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		background-color: #fff;
		box-shadow: 0 0 5px rgba(0, 0, 0, 30%);
	}
	header .mo_hamburger span {
		background-color: #000;
	}
	.login_container .mo_hamburger span {
		background-color: #000;
	}
	.header_bottom {
		display: none;
	}
	.login_btn_main {
		display: none;
	}
	.header_top {
		/* justify-content: center; */
		padding: 10px 0;
	}
	.mo_hamburger {
		display: block;
		position: absolute;
		width: 26px;
		height: 20px;
		top: 27px;
		right: 15px;
	}
	.mo_hamburger span {
		position: absolute;
		height: 2px;
		right: 0;
		background-color: #fff;
	}
	.mo_hamburger span:nth-child(1) {
		width: 100%;
		top: 0;
	}
	.mo_hamburger span:nth-child(2) {
		width: 70%;
		top: 50%;
		transform: translateY(-50%);
	}
	.mo_hamburger span:nth-child(3) {
		width: 100%;
		top: calc(100% - 2px);
	}
	.main_banner {
		height: 500px;
	}
	.main_banner .swiper {
		height: 100%;
	}
	.main_banner_item {
		height: 100%;
	}
	.main_banner_item > img {
		height: 100%;
		object-fit: cover;
		object-position: center;
	}
	.main_banner_item_desc {
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	.main_banner_item_desc h1 {
		font-size: 25px;
	}
	.main_banner_item_desc h1 strong {
		font-size: 36px;
	}
	.swiper-button-prev-main-banner {
		left: 15px !important;
	}
	.swiper-button-next-main-banner {
		right: 15px !important;
	}
	.swiper-button-prev-main-banner:before {
		content: url(/img/main/main_banner_prev_mo.png)
	}
	.swiper-button-next-main-banner:before {
		content: url(/img/main/main_banner_next_mo.png)
	}
	 .main_event_card:hover {
    transform: none;
  }
	.main_event_card:hover .mec_desc {
		background-color: transparent;
	}
	.main_event_card:hover .mec_desc h4 {
		color: #000;
	} 
	.main_event_card:hover .mec_desc span {
		color: #898989;
	}
	.main_event_more_view {
		padding: 0 15px;
	}
	.swiper-slide-main-event-card {
		opacity: 0.5;
	}
	.swiper-slide-main-event-card.swiper-slide-active {
		opacity: 1;
	}
	.swiper-button-prev-main-event-card,
	.swiper-button-next-main-event-card {
		opacity: 1 !important;
	}
	.swiper-button-prev-main-event-card {
		left: 10px !important;
	}
	.swiper-button-next-main-event-card {
		right: 10px !important;
	}
	.swiper-button-prev-main-event-card:before {
		content: url(/img/main/main_event_prev_mo.png) !important;
	}
	.swiper-button-next-main-event-card:before {
		content: url(/img/main/main_event_next_mo.png) !important;
	}
	.main_notice_section {
		flex-direction: column;
	}
	.main_notice {
		width: 100%;
	}
	.main_newsletter {
		width: 100%;
	}
	.main_notice_box {
		padding: 10px 20px;
	}
	.main_notice_box ul li {
		padding: 10px 0;
	}
	.main_news_section {
		flex-direction: column;
	}
	.main_news {
		width: 100%;
	}
	.mo_menu_overlay {
		position: fixed;
		width: 100%;
		height: 100%;
		background-color: #000;
		top: 0;
		left: 0;
		z-index: 3;
		transition: 0.4s ease;
		opacity: 0;
		visibility: hidden;
		z-index: 1001;
	}
	.mo_menu_overlay.open {
		opacity: 0.7;
		visibility: visible;
	}
	.mo_menu {
		display: block;
		position: fixed;
		width: 100%;
		height: 100%;
		top: 0;
		left: 100%;
		background-color: #f5f7f2;
		z-index: 1002;
		transition: 0.4s ease;
		transition-delay: 0.1s;
	}
	.mo_menu.open {
		left: 0;
	}
	.mo_menu_top {
		background-color: #fff;
		position: relative;
		padding: 20px;
	}
	.mo_menu_top a img {
		width: 125px;
		display: block;
		margin: auto;
	}
	.mo_menu_close_btn {
		position: absolute;
		top: 15px;
		right: 15px;
	}
	.mo_menu_bottom {
		padding: 15px;
	}
	.mo_menu_login_box {
		border-bottom: 1px solid #ccc;
		padding-bottom: 10px;
		/* margin-bottom: 10px; */
	}
	.mo_menu_login_box article {
		display: flex;
		justify-content: space-between;
		align-items: center;
		/* padding: 15px; */
		gap: 10px;
	}
	.mo_menu_login_box article p {
		font-size: 12px;
		color: #676566;
		line-height: 1.5em;
	}
	.mo_menu_login_box article a {
		background-color: #555;
		font-size: 13px;
		color: #fff;
		border-radius: 30px;
		padding: 7px 15px;
		display: flex;
		align-items: center;
		gap: 5px;
		min-width: 86px;
	}
	.mo_gnb {}
	.mo_gnb_sub_group {
		border-bottom: 1px solid #d7d7d7;
		padding: 10px 0;
	}
	.mo_gnb_sub_group.active {
		border-color: #84b82d;
	}
	.mo_gnb_sub_group.active > button {
		color: #84b82d;
	}
	.mo_gnb_sub_group > button {
		font-size: 14px;
		font-weight: 500;
		color: #555;
		display: block;
		width: 100%;
		text-align: left;
		position: relative;
	}
	.mo_gnb_sub_group > button:before {
		content: url(/img/main/mo_gnb_arrow.png);
		position: absolute;
		top: 2px;
		right: 0;
		transition: 0.3s ease;
	}
	.mo_gnb_sub_group.active > button:before {
		transform: rotate(-180deg);
		filter: brightness(0) saturate(100%) invert(60%) sepia(70%) saturate(429%) hue-rotate(41deg) brightness(95%) contrast(90%);
	}
	.mo_gnb_sub {
		background-color: #fff;
		padding: 5px 15px;
		border-radius: 15px;
		display: none;
		margin-top: 10px;
	}
	.mo_gnb_sub li {}
	.mo_gnb_sub li a {
		font-size: 13px;
		font-weight: 500;
		color: #676566;
		display: block;
		padding: 7px 0;
	}
	.sub_top_banner {
		height: 300px;
	}
	.sub_top_head {
		left: 50%;
		transform: translate(-50%, -50%);
		text-align: center;
		width: 100%;
	}
	.sub_top_head h1 {
		font-size: 28px;
	}
	.sub_top_current {
		justify-content: center;
	}
	.sub_top_current span {
		font-size: 13px;
	}
	.mo_dropdown_btn {
		display: block;
		font-size: 14px;
		font-weight: 600;
		margin: auto;
		color: #0196da;
		padding: 10px;
		border-bottom: 2px solid #0196da;
		max-width: 360px;
		width: 95%;
		position: relative;
	}
	.mo_dropdown_btn:before {
		content: url(/img/company/company_dropdown_arrow.png);
		position: absolute;
		top: 11px;
		right: 0;
	}
	.sub_top_lnb_wrap {
		position: relative;
		background-color: rgba(255, 255, 255, 70%);
	}
	.sub_top_lnb {
		position: absolute;
		display: block;
		background-color: transparent;
		max-width: 360px;
		left: 50%;
		transform: translateX(-50%);
		border: 1px solid #0196da;
		border-top: none;
		z-index: 10;
		background-color: #fff;
		transition: max-height 0.4s ease;
		max-height: 0;
		overflow: hidden;
		width: 95%;
	}
	.sub_top_lnb.open {
		max-height: 280px;
	}
	.sub_top_lnb a {
		display: block;
		max-width: 100%;
		font-size: 14px;
		padding: 8px;
	}
	.sub_top_lnb a,
	.sub_top_lnb a.on {
		border: none;
		color: #898989;
		font-weight: 400;
	}
	.intro_top_card {
		height: 130px;
		margin: 25px 0;
	}
	.past_ceo_top_card,
	.organization_top_card {
		height: 100px;
	}
	.intro_top_card p {
		font-size: 14px;
		padding: 0 15px;
	}
	.intro_blue_para {
		font-size: 14px;
		margin: 25px 0;
	}
	.intro_ceo {
		flex-direction: column;
		gap: 30px;
	}
	.ceo_left {
		text-align: center;
	}
	.ceo_right {
		width: 100%;
	}
	.ceo_right p {
		font-size: 13px;
	}
	.ceo_sign {
		margin: 20px 0;
	}
	.ceo_sign span {
		font-size: 12px;
	}
	.ceo_sign img {
		width: 110px;
	}
	.executive {
		padding: 15px 0;
	}
	.executive_item {
		width: calc(33.3333% - 17px);
	}
	.found_box_wrap {
		padding: 20px 0;
	}
	.found_box {
		flex-direction: column;
		align-items: center;
		padding: 20px;
		padding-bottom: 0;
		gap: 10px;
	}
	.found_box p {
		max-width: 100%;
		font-size: 14px;
	}
	.found_box img {
		position: static;
	}
	.history {
		margin: 20px 0;
	}
	.history_wrap ul:before {
		display: none;
	}
	.history_wrap ul {
		padding: 20px 0;
	}
	.history_wrap ul li {
		flex-direction: column;
		gap: 10px;
		border-bottom: 1px solid #d7d7d7;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	.history_wrap ul li strong {
		padding-left: 20px;
		font-size: 22px;
	}
	.history_wrap ul li strong:before {
		width: 10px;
		height: 10px;
		top: 10px;
		left: 0;
	}
	.history_month {
		padding-left: 20px;
	}
	.history_month div {
		gap: 5px;
		padding-top: 0;
	}
	.history_month div span {
		font-size: 16px;
		min-width: 36px;
	}
	.history_month div p {
		font-size: 14px;
		padding-top: 1px;
	}
	.incorporation_box {
		padding: 15px;
	}
	.incorporation_box h4 {
		font-size: 16px;
	}
	.incorporation_box p {
		font-size: 13px;
	}
	.business_meet_con section {
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
	.business_meet_con {
		padding: 20px;
	}
	.business_meet_con ul li {
		flex-direction: column;
		gap: 5px;
		padding-bottom: 10px;
	}
	.business_meet_con h3 {
		font-size: 16px;
		margin-bottom: 15px;
	}
	.business_meet_con ul li span {
		font-size: 14px;
	}
	.business_meet_con ul li p {
		font-size: 13px;
		padding-left: 15px;
	}
	.business_publish_con {
		flex-direction: column;
		gap: 10px;
	}
	.bp_item {
		width: 100%;
	}
	.bp_item h3 {
		font-size: 16px;
	}
	.bp_item div p {
		font-size: 14px;
	}
	.bp_item div img {
		width: 55px;
	}
	.kanada {
		display: none;
	}
	.organization_table_group_container {
		margin-top: 15px;
	}
	.list_search_box_top {
		background-color: #fff;
		padding: 15px 20px;
	}
	.search_row {
		flex-direction: column;
		align-items: flex-start;
	}
	.search_row span {
		margin-bottom: 10px;
	}
	.list_search_box_bottom {
		padding: 15px 20px;
	}
	.hangeul_box {
		flex-wrap: wrap;
		gap: 5px;
	}
	.hangeul_box button {
		min-width: 35px;
		width: 35px;
		height: 35px;
		font-size: 14px;
	}
	.eva_step_img_L {
		display: none;
	}
	.eva_step_img_M {
		display: block;
		max-width: 100%;
	}
	.dm_item {
		width: calc(33.3333% - 20px);
	}
	.books_list ul {
		flex-wrap: wrap;
	}
	.books_item,
	.newsletter .books_item {
		width: calc(50% - 10px);
	}
	
}

@media (max-width: 768px) {
	.main_banner {
		height: 350px;
	}
	.main_banner_item_desc {
		width: 80%;
	}
	.main_banner_item_desc h1 {
		font-size: 16px;
	}
	.main_banner_item_desc h1 strong {
		font-size: 26px;
	}
	.main_banner_item_desc h1 p {
		margin: 5px 0;
	}
	.header_logo img {
		width: 200px;
	}
	.mo_hamburger {
		top: 20px;
	}
	.swiper-button-prev-main-banner,
	.swiper-button-next-main-banner {
		display: none !important;
	}
	.main_event {
		margin: 30px auto;
	}
	.main_event h2 {
		font-size: 20px;
	}
	.main_event_tab_btns {
		padding: 0 15px;
		gap: 5px;
		margin: 10px 0;
	}
	.main_event_tab_btns button {
		font-size: 13px;
		padding: 3px 6px;
	}
	.main_event_more_view a {
		font-size: 12px;
	}
	.swiper-main-event-card {
		padding-top: 0 !important;
	}
	.mec_desc {
		padding: 10px 15px;
	}
	.mec_desc h4 {
		font-size: 14px;
		margin-bottom: 0;
	}
	.mec_desc span {
		font-size: 12px;
	}
	.main_small_head {
		font-size: 20px;
		margin-bottom: 5px;
	}
	.main_notice_box ul li a {
		font-size: 14px;
	}
	.main_notice_box ul li small {
		font-size: 12px;
	}
	.main_ministry {
		/* flex-direction: column; */
		gap: 5px;
	}
	.main_ministry a {
		width: 100%;
		gap: 10px;
		padding: 10px;
	}
	.main_ministry a button {
		min-width: 29px;
	}
	.main_ministry a:first-child > img {
		/* max-width: calc(100% - 39px); */
		max-width: 102px;
		width: fit-content;
	}
	.main_ministry a:last-child > img {
		/* max-width: calc(100% - 39px); */
		max-width: 80px;
		width: fit-content;
	}
	.footer_con {
		flex-direction: column;
		align-items: flex-start;
		gap: 15px;
	}
	.footer_left a img {
		width: 140px;
	}
	.footer_right_top {
		margin-bottom: 15px;
	}
	.footer_right_top a {
		font-size: 12px;
	}
	.footer_right_top small {
		margin: 3px;
	}
	.footer_right address,
	.footer_right p {
		font-size: 12px;
	}
	.gotop_btn {
		width: 39px;
		height: 39px;
		line-height: 48px;
		right: 15px;
	}
	.youtube_float {
		width: 39px;
		height: 39px;
		right: 15px;
		line-height: 45px;
		bottom: 95px;
	}
	.youtube_float img {
		width: 25px;
	}
	.gotop_btn img {
		width: 19px;
	}
	.executive_wrap {
		margin-bottom: 15px;
	}
	.executive {
		gap: 15px;
	}
	.executive_item {
		width: calc(50% - 8px);
	}
	.executive_title_01 {
		font-size: 18px;
	}
	.executive_title_02 {
		font-size: 16px;
		padding-top: 5px;
	}
	.executive_desc h4 {
		font-size: 14px;
	}
	.executive_desc p {
		font-size: 12px;
	}
	.business_publish {
		margin: 30px 0;
	}
	.bp_item {
		padding: 15px;
	}
	.common_head_01 {
		margin-bottom: 15px;
	}
	.swiper-slide-organization-tab-btns {
    height: 52px !important;
	}
	.swiper-slide-organization-tab-btns button {
		font-size: 12px;
		padding: 5px;
	}
	.swiper-slide-organization-tab-btns button:before {
		top: 13px;
	}
	.swiper-button-prev-organization-tab-btns {
		left: -10px !important;
	}
	.swiper-button-next-organization-tab-btns {
		right: -10px !important;
	}
	.table_layout_01 tr th, 
	.table_layout_01 tr td {
		padding: 10px;
	}
	.table_layout_01 tr th {
		font-size: 13px;
	}
	.table_layout_01 tr td {
		font-size: 12px;
	}
	.map_wrap {
		margin: 25px 0;
	}
	#map {
		height: 300px;
	}
	.location_desc {
		margin-bottom: 25px;
	}
	.location_desc ul li {
		align-items: flex-start;
	}
	.location_desc ul li img {
		width: 35px;
	}
	.location_desc ul li div b,
	.location_desc ul li div address {
		font-size: 14px;
	}
	.location_desc ul li div p {
		font-size: 13px;
	}
	.list_search_box_top,
	.list_search_box_bottom {
		padding: 15px;
	}
	.rd_box {
		flex-wrap: wrap;
	}
	.search_row span,
	.rd_box label {
		font-size: 14px;
	}
	.search_sel_div {
		flex-wrap: wrap
	}
	.search_sel_div select,
	.search_sel_div input,
	.search_sel_div button {
		font-size: 14px;
		padding: 12px;
		max-width: 100%;
	}
	.paging {
		gap: 25px;
	}
	.paging_nums {
		gap: 8px;
	}
	.paging_nums button {
		font-size: 12px;
		min-width: 32px;
		width: 32px;
		height: 32px;
	}
	.eva_sHead {
		font-size: 16px;
	}
	.rule_box {
		padding: 15px;
	}
	.rule_box ul {
		padding-bottom: 20px;
	}
	.rule_box ul h4 {
		font-size: 15px;
	}
	.rule_box ul li {
		font-size: 13px;
	}
	.rule_sBox p {
		font-size: 13px;
	}
	.rule_sBox p:before {
		font-size: 11px;
	}
	.common_search {
		margin: 30px 0;
		padding: 10px;
	}
	.common_search select {
		font-size: 14px;
		padding: 10px;
	}
	.common_search div input {
		font-size: 14px;
		padding: 10px;
	}
	.common_search div button {
		padding: 8px 12px;
	}
	.page_com {
		font-size: 12px;
	}
	.table_layout_02 tr {
		display: flex;
		flex-wrap: wrap;
		border-bottom: 1px solid #d7d7d7;
	}
	.table_layout_02 tr:first-child {
		display: none;
	}
	/* .table_layout_02 tr th {
		display: none;
	} */
	.table_layout_02 tr td {
		border-bottom: none;
		padding: 10px;
	}
	.table_layout_02 tr td:nth-child(1) {
		display: none;
	}
	.table_layout_02 tr td:nth-child(2) {
		width: 100%;
	}
	.table_layout_02 tr td:nth-child(3),
	.table_layout_02 tr td:nth-child(4),
	.table_layout_02.file_table tr td:nth-child(5) {
		padding-top: 0;
	}
	.table_file_a {
		display: inline;
	}
	.table_file_a img {
		width: 15px;
		vertical-align: middle;
	}
	.table_layout_02 tr td a {
		font-weight: 500;
		font-size: 14px;
		color: #000;
	}
	.table_layout_02 tr td span {
		font-size: 13px;
	}
	.mo_pipe {
		position: relative;
	}
	.mo_pipe:before {
		content: '';
		position: absolute;
		width: 2px;
		height: 11px;
		background-color: #898989;
		left: 100%;
		top: 6px;
	}
	.notice_detail {
		margin: 30px 0;
	}
	.notice_head_top {
		padding: 15px;
	}
	.notice_head_bottom {
		padding: 15px;
	}
	.notice_head_top h2 {
		font-size: 15px;
		margin-bottom: 8px;
	}
	.notice_head_top span {
		font-size: 12px;
	}
	.notice_head_bottom span {
		font-size: 12px;
	}
	.notice_head_bottom p a {
		font-size: 12px;
	}
	.notice_desc {
		padding: 15px;
		font-size: 13px;
	}
	.nb {
		padding: 10px 15px;
	}
	.nb span {
		font-size: 14px;
	}
	.nb a {
		font-size: 14px;
	}
	.go_list_btn {
		font-size: 14px;
		padding: 10px;
		max-width: 100%;
	}
	.deceased_member {
		margin: 30px 0;
	}
	.deceased_layer {
		padding: 20px;
	}
	.dm_wrap {
		gap: 15px;
	}
	.dm_item {
		width: calc(50% - 8px);
	}
	.dm_desc h5 {
		font-size: 14px;
		margin-bottom: 0;
	}
	.dm_desc span {
		font-size: 12px;
	}
	.dl_top {
		flex-direction: column;
		gap: 20px;
	}
	.dl_name { 
		text-align: center;
	}
	.dl_name h4 {
		font-size: 16px;
		margin-bottom: 5px;
	}
	.dl_name span {
		font-size: 14px;
	}
	.dl_bot h6 {
		font-size: 16px;
	}
	.dl_bot li {
		font-size: 14px;
	}
	.deceased_layer_close {
		font-size: 14px;
		padding: 10px;
		max-width: 100%;
	}
	.media_list li {
		padding: 10px;
	}
	.media_list li a h2 {
		font-size: 14px;
	}	
	.media_list li a h2 span {
		font-size: 12px;
		margin-top: 10px;
	}
	.books_list {
		padding-top: 20px;
	}
	.books_list ul {
		padding: 20px;
		padding-top: 0;
		border-bottom: none;
	}
	.books_cover {
		width: 100%;
	}
	.books_desc h5 {
		font-size: 14px;
		margin-bottom: 0;
	}
	.books_desc span {
		font-size: 12px;
	}
	.newsletter .books_item {
		width: 100%;
	}
	.newsletter .books_cover {
		width: 100%;
		height: auto;
	}
	.newsletter .books_cover:before {
		content: none;
	}
	.newsletter .books_cover img {
		position: static;
	}
	.gallery_list {
		gap: 15px;
		padding: 0;
		padding-top: 15px;
	}
	.gallery_item {
		width: calc(50% - 8px);
	}
	.gall_desc {
		padding: 10px;
	}
	.gall_desc h5 {
		font-size: 14px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		white-space: inherit;
	}
	.gall_desc span {
		font-size: 12px;
	}
	.gall_img {
		height: auto;
	}
	.youtube .gall_img {
		height: auto;
	}
	.donation {
		margin-top: 30px;
	}
	.do_top_card {
		background: #f6f5f1 url(/img/community/donation_bg_mo.png) no-repeat center bottom -90px;
		height: 400px;
		border-radius: 20px;
		overflow: hidden;
		padding: 20px;
	}
	.do_top_card img {
		display: none;
	}
	.do_top_card_desc {
		position: static;
		transform: none;
	}
	.do_top_card_desc h2 {
		font-size: 24px;
	}
	.do_top_card_desc strong {
		font-size: 18px;
	}
	.do_top_card_desc p {
		font-size: 14px;
	}
	.do_bottom {
		padding: 0;
	}
	.do_bottom p {
		font-size: 14px;
		padding-top: 10px;
	}
	.do_bottom ul {
		padding: 10px 0;
		margin-top: 10px;
	}
	.do_bottom ul li {
		font-size: 14px;
		padding-left: 20px;
	}
	.do_bottom ul li:before {
		top: 10px;
		left: 3px;
	}
	.login_bg {
		padding-top: 61px;
	}
	.login_inner h1 {
		margin-top: 40px;
		font-size: 24px;
	}
	.login_inner {
		padding: 0 15px;
	}
	.login_top p {
		font-size: 14px;
		padding-bottom: 15px;
	}
	.login_top {
		padding: 20px;
	}
	.lb_input input {
		padding: 10px;
		padding-left: 40px;
		font-size: 14px;
	}
	.find_input input:nth-child(1),
	.find_input input:nth-child(2),
	.find_input input:nth-child(3) {
		padding-left: 10px;
	}
	.login_save label {
		font-size: 13px;
	}
	.login_save {
		margin: 10px 0;
	}
	.login_btn {
		font-size: 14px;
		padding: 10px;
	}
	.find_btns {
		margin-top: 10px;
	}
	.find_btns a {
		font-size: 13px;
	}
	.login_bt {
		padding: 20px;
	}
	.login_bt ul li {
		font-size: 12px;
		padding-bottom: 7px;
	}
	.terms_title h1 {
		margin-top: 40px;
		font-size: 24px;
	}
	.terms_title p {
		font-size: 14px;
	}
	.terms_title {
		margin-bottom: 30px;
	}
	.terms_wrap li button {
		font-size: 13px;
		padding: 15px;
	}
	.terms_acc {
		padding: 15px;
	}
	.terms_acc p {
		font-size: 12px;
	}
	.terms_wrap li button:before,
	.terms_wrap li button:after {
		right: 15px;
	}
	.terms_table tr th, 
	.terms_table tr td {
		padding: 7px;
	}
	.terms_table tr th,
	.terms_table tr td {
		font-size: 12px;
	}
	.terms_wrap li button:before {
		font-size: 12px;
	}
	.terms_acc h5 {
		font-size: 13px;
	}
	.mec_img {
		max-height: 230px;
		/* max-height: 250px; */
	}
	.zoom-modal {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0.9);
		display: none;
		justify-content: center;
		/* align-items: center; */
		z-index: 9999;
		overflow-y: scroll;
	}
	.zoom-modal img {
		/* max-width: 100%; */
		/* max-height: 100%; */
		object-fit: contain;
	}
}

@media (max-width: 600px) {
	.jojik_pc {
		display: none;
	}
	.jojik_mo{
		display: block;
	}
	.btn_circle_01 {
		left: 37%;
		width: 26%;
		height: 23%;
	}
	.btn_circle_02 {
		left: 71%;
    width: 22%;
    height: 18%;
	}
	.btn_circle_03 {
		width: 22%;
		height: 19%;
		left: 39%;
		top: 26%;
	}
	.btn_circle_04 {
		width: 22%;
		height: 19%;
		left: 39%;
		top: 48%;
	}
	.btn_circle_06 {
		top: 62%;
    width: 36%;
    height: 7%;
	}
	.btn_circle_07 {
		width: 36%;
		height: 7%;
		top: 70%;
	}
	.btn_circle_08 {
		width: 36%;
		height: 7%;
		top: 77%;
	}
	.btn_circle_09 {
		width: 36%;
		height: 7%;
		top: 85%;
	}
	.btn_circle_10 {
		width: 36%;
		height: 7%;
		top: 93%;
	}
	.btn_circle_11 {
		left: 64%;
		top: 62%;
		width: 36%;
		height: 7%;
	}
	.btn_circle_12 {
		left: 64%;
		top: 70%;
		width: 36%;
		height: 7%;
	}
	.btn_circle_13 {
		left: 64%;
		top: 77%;
		width: 36%;
		height: 7%;
	}
	.btn_circle_14 {
		left: 64%;
		top:85%;
		width: 36%;
		height: 7%;
	}
	.btn_circle_15 {
		left: 64%;
		top:93%;
		width: 36%;
		height: 7%;
	}
}

@media (max-width: 500px) {
	.media_list li a {
		flex-direction: column;
		align-items: flex-start;
		gap: 10px;
	}
	.media_list li a h2 span {
		margin-top: 5px;
	}
	.media_img {
		min-width: 100%;
		max-width: 100%;
	}
	.media_img img {
		max-width: 100%;
	}
}

@media (max-width: 450px) {
	.common_search_inner {
		flex-direction: column;
	}
	.common_search select {
		max-width: 100%;
	}
	.common_search div button {
		padding: 7px 11px;
	}
}

@media (max-width: 400px) {
	.eva_step_img_M {
		display: none;
	}
	.eva_step_img_S {
		display: block;
		max-width: 100%;
	}
	.mec_img {
		/*max-height: 220px;*/
		max-height: 180px;
	}
}