﻿@charset "utf-8";

/* 교구 소개  */

.contents .contents_detail .diocese_saint_img{
	flex-shrink: 0;
	width: 220px;
}

.contents .contents_detail .diocese_saint_explain{
	flex-grow: 1;
	line-height: 160%;
	text-align: justify;
}

.contents .contents_detail .diocese_saint_explain .saint_name{
	font-size:26px;
    font-weight: 500;
}

.contents .contents_detail .diocese_saint_explain .saint_year{
	font-size:22px;
    font-weight: 500;
	color: #8f8f8f;
}

@media screen and ( max-width: 1024px ) {
	.contents .contents_detail .diocese_saint_explain .saint_name{
		font-size:24px;
	}

	.contents .contents_detail .diocese_saint_explain .saint_year{
		font-size: 20px;
	}
}

@media screen and ( max-width: 768px ) {
	.contents .contents_detail{
		flex-direction: column;
	}

    .contents .contents_detail .diocese_saint_img{
		width: 100%;
		text-align:center;
    }

	.contents .contents_detail .diocese_saint_explain{
		width: 100%;
		margin-top: 30px;
	}

	.contents .contents_detail .diocese_saint_explain .saint_name{
		font-size:22px;
	}

	.contents .contents_detail .diocese_saint_explain .saint_year{
		font-size: 18px;
	}
}

.contents .contents_detail .diocese_symbol_img{
	flex-shrink: 0;
	width: 260px;
}

.contents .contents_detail .diocese_symbol_explain{
	flex-grow: 1;
	line-height: 160%;
	text-align: justify;
}

@media screen and ( max-width: 768px ) {
	.contents .contents_detail{
		flex-direction: column;
	}

    .contents .contents_detail .diocese_symbol_img{
		width: 100%;
		text-align:center;
    }

	.contents .contents_detail .diocese_symbol_explain{
		width: 100%;
		margin-top: 30px;
	}
}

/* 복자/하느님의 종 */

.contents .blessed_list {
	position: relative;
	width: 100%;
	display: flex;
	flex-direction: row;
	row-gap: 30px;
	column-gap : 0;
	margin-top: 30px;
	margin-bottom: 70px;
}

.contents .blessed_list:last_child {
	margin-bottom: 0;
}

.contents .blessed_list .blessed_img {
	flex-shrink: 0;
	width: 300px;
	text-align: left;
}

.contents .blessed_list .blessed_img img {
	border-radius: 15px;
}

.contents .blessed_list .venerable_name {
	flex-shrink: 0;
	width: 300px;
	font-size:26px;
    font-weight: 500;
	text-align: center;
	padding-top: 40px;
	line-height: 2;
}

.contents .blessed_list .blessed_info {
	flex-grow: 1;
	text-align: justify;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.contents .blessed_list .blessed_info .blessed_name {
	font-size:26px;
    font-weight: 500;
	padding: 0 0 30px 0;
}

.contents .blessed_list .blessed_info .blessed_info_grid {
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: auto;
	gap: 0;
	width: 100%;
}

.contents .blessed_list .blessed_info .blessed_info_grid .blessed_info_grid_item {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	width: 100%;
	border-top: 1px #ddd solid;
	border-bottom: 1px #ddd solid;
}

.contents .blessed_list .blessed_info .blessed_info_grid .blessed_info_grid_item:nth-child(n+2) {
	border-top: 0;
}

.contents .blessed_list .blessed_info .blessed_info_grid .blessed_info_grid_item .blessed_info_title {
	width: 170px;
	text-align:center; 
	vertical-align:middle; 
	background-color:#f0f0f0;
	font-weight: 500;
	padding: 20px;
	border-right:1px #ddd solid;
}

.contents .blessed_list .blessed_info .blessed_info_grid .blessed_info_grid_item .blessed_info_contents {
	flex: 1;
	vertical-align:middle; 
	padding: 20px;
}

.contents .blessed_list .blessed_info .blessed_button {
	position: relative;
	text-align: center;
	margin-top: 50px;
}

.contents .blessed_list .blessed_info .blessed_button button {
	width: 230px;
}

@media screen and ( max-width: 1024px ) {
	.contents .blessed_list {
		flex-direction: column;
	}

	.contents .blessed_list .blessed_img{
		width: 100%;
		text-align:center;
    }

	.contents .blessed_list .venerable_name{
		width: 100%;
		font-size: 24px;
		padding: 0;
    }

	.contents .blessed_list .blessed_info .blessed_name {
		font-size: 24px;
		text-align:center;
	}

	.contents .blessed_list .blessed_info{
		width: 100%;
	}
}

@media screen and ( max-width: 768px ) {
	.contents .blessed_list .blessed_info .blessed_name {
		font-size: 22px;
	}

	.contents .blessed_list .venerable_name{
		font-size: 22px;
    }

	.contents .blessed_list .blessed_info .blessed_info_grid .blessed_info_grid_item {
		flex-direction: column;
		border: 0;
	}

	.contents .blessed_list .blessed_info .blessed_info_grid .blessed_info_grid_item:first-child .blessed_info_title {
		border-top: 1px #ddd solid;
	}

	.contents .blessed_list .blessed_info .blessed_info_grid .blessed_info_grid_item .blessed_info_title {
		width: 100%;
		border: 0;
		border-bottom: 1px #ddd solid;
	}

	.contents .blessed_list .blessed_info .blessed_info_grid .blessed_info_grid_item .blessed_info_contents {
		width: 100%;
		border-bottom: 1px #ddd solid;
	}

	.contents .blessed_list .blessed_button button {
		width: 80%;
	}
}

/* 복자/하느님의 종 약전 보기 */

.contents .contents_detail.column .blessed_name {
	position: relative;
	width: 100%;
	font-size:26px;
    font-weight: 500;
	text-align: center;
	padding: 0 0 30px 0;
	line-height: 1.8;
}

.contents .contents_detail.column .blessed_img {
	position: relative;
	width: 100%;
	text-align: center;
	margin: 30px 0 30px 0;
}

.contents .contents_detail.column .blessed_img img {
	border-radius: 15px;
}

.contents .contents_detail.column .blessed_info {
	display: grid;
	grid-template-columns: repeat(2, 1fr); /* 2열 */
	grid-template-rows: auto;
	gap: 0;
	width: 100%;
	margin-top: 50px;
}

.contents .contents_detail.column .blessed_info .blessed_info_grid_item {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	width: 100%;
	border-top: 1px #ddd solid;
	border-bottom: 1px #ddd solid;
}

.contents .contents_detail.column .blessed_info .blessed_info_grid_item:nth-child(n+3) {
	border-top: 0;
}

.contents .contents_detail.column .blessed_info .blessed_info_grid_item .blessed_info_title {
	width: 170px;
	text-align:center; 
	vertical-align:middle; 
	background-color:#f0f0f0;
	font-weight: 500;
	padding: 20px;
	border-right:1px #ddd solid;
}

.contents .contents_detail.column .blessed_info .blessed_info_grid_item .blessed_info_contents {
	flex: 1;
	vertical-align:middle; 
	padding: 20px;
}

@media screen and ( max-width: 1024px ) {
	.contents .contents_detail.column .blessed_info {
		grid-template-columns: repeat(1, 1fr); /* 1열 */
	}

	.contents .contents_detail.column .blessed_info .blessed_info_grid_item:nth-child(n+2) {
		border-top: 0;
	}
}

@media screen and ( max-width: 768px ) {
	.contents .contents_detail.column .blessed_info {
		margin-top: 20px;
	}

	.contents .contents_detail.column .blessed_info .blessed_info_grid_item {
		flex-direction: column;
		border: 0;
	}

	.contents .contents_detail.column .blessed_info .blessed_info_grid_item:first-child .blessed_info_title {
		border-top: 1px #ddd solid;
	}

	.contents .contents_detail.column .blessed_info .blessed_info_grid_item .blessed_info_title {
		width: 100%;
		border: 0;
		border-bottom: 1px #ddd solid;
	}

	.contents .contents_detail.column .blessed_info .blessed_info_grid_item .blessed_info_contents {
		width: 100%;
		border-bottom: 1px #ddd solid;
	}
}

.contents .contents_detail.column .blessed_explain {
	position: relative;
	width: 100%;
	text-align: justify;
	line-height: 1.8;
	margin-top: 50px;
}

@media screen and ( max-width: 1024px ) {
	.contents .contents_detail.column .blessed_name {
		font-size: 24px;
		text-align:center;
	}

	.contents .blessed_list .blessed_info{
		width: 100%;
	}

	.blessed_flex_table tbody tr td {
		width: 50%;
		flex-wrap: wrap;
	}

	.blessed_flex_table tbody tr td:nth-child(3)
	{
		clear:both;
	}
}

@media screen and ( max-width: 768px ) {
	.contents .contents_detail.column .blessed_name {
		font-size: 22px;
	}

	.blessed_flex_table tr {
        flex-direction: column;
        margin: 1em 0;
        border-top: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
    }

    .blessed_flex_table tr td {
        flex-direction: column;
    }
}

/* 소개 영상 */

.contents .diocese_intro_video_container {
	display: grid;
	grid-template-columns: repeat(2, 1fr); /* 2열 */
	grid-template-rows: auto;
	row-gap: 60px;
	column-gap : 40px;
	width: 100%;
	margin-top: 70px;
}

.contents .diocese_intro_video_container .diocese_intro_video_grid_item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.contents .diocese_intro_video_container .diocese_intro_video_grid_item .diocese_intro_video_wrap {
	border-radius: 20px;
    overflow: hidden;
}

.contents .diocese_intro_video_container .diocese_intro_video_grid_item .diocese_intro_video_wrap iframe {
	width: 500px;
	height: 281px;
}

.contents .diocese_intro_video_container .diocese_intro_video_grid_item .diocese_intro_text_wrap {
    padding-top: 20px;
	font-weight: 400;
    line-height:1.6;
    letter-spacing: -0.95px;
	text-align: center;
}

.contents .diocese_intro_ebook_container {
	display: grid;
	grid-template-columns: repeat(2, 1fr); /* 2열 */
	grid-template-rows: auto;
	row-gap: 60px;
	column-gap : 40px;
	width: 100%;
	margin-top: 70px;
}

.contents .diocese_intro_ebook_container .diocese_intro_ebook_grid_item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.contents .diocese_intro_ebook_container .diocese_intro_ebook_grid_item .diocese_intro_ebook_cover_wrap {
    overflow: hidden;
}

.contents .diocese_intro_ebook_container .diocese_intro_ebook_grid_item .diocese_intro_ebook_cover_wrap img {
	width: 450px;
	height: auto;
}

.contents .diocese_intro_ebook_container .diocese_intro_ebook_grid_item .diocese_intro_ebook_title_wrap {
    padding-top: 20px;
	font-weight: 400;
    line-height:1.6;
    letter-spacing: -0.95px;
	text-align: center;
}

@media screen and ( max-width: 1024px ) {
	.contents .diocese_intro_video_container {
		margin-top: 50px;
		grid-template-columns: repeat(1, 1fr);
		grid-template-rows: auto;
	}

	.contents .diocese_intro_ebook_container {
		margin-top: 50px;
		grid-template-columns: repeat(1, 1fr);
		grid-template-rows: auto;
	}
}

@media screen and ( max-width: 768px ) {
	.contents .diocese_intro_video_container {
		margin-top: 30px;
	}

	.contents .diocese_intro_video_container .diocese_intro_video_grid_item .diocese_intro_video_wrap {
		width: 80%;		
	}

	.contents .diocese_intro_video_container .diocese_intro_video_grid_item .diocese_intro_video_wrap iframe {
		width: 100%;
		aspect-ratio: auto 16/9;
	}

	.contents .diocese_intro_ebook_container {
		margin-top: 30px;
	}

	.contents .diocese_intro_ebook_container .diocese_intro_ebook_grid_item .diocese_intro_ebook_cover_wrap img {
		width: 80%;
	}
}

/* 교구 연혁  */

.history_flex_table {
    display: flex;
    flex-direction: column;
    border-top: 1px solid #ddd;
    background: #fff;
	margin:0;
	width: 100%;
}

.history_flex_table thead {
    background: #f0f0f0;
}

.history_flex_table thead tr,
.history_flex_table tbody tr {
    display: flex;
}

.history_flex_table tbody tr:first-child {
	border-top: 2px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.history_flex_table tbody tr:last-child {
	border-bottom: 3px solid #ddd;
}

.history_flex_table tbody tr+tr {
	border-bottom: 1px solid #ddd;
}

.history_flex_table thead tr th{
	text-align: center;
	border-bottom: 1px solid #ddd;
}

.history_flex_table thead tr th,
.history_flex_table tbody tr td {
    display: flex;
    padding: 1em 0.5em;
	line-height: 1.8;
}

.history_flex_table tbody tr td:first-child {
	flex: 1;
	background: #f0f0f0;
	font-weight: 500;
	justify-content:center;
  	align-items:center;
}

.history_flex_table tbody tr td:nth-child(2) {
	flex: 3;
	text-align:left;
	padding-left: 40px;
}

@media screen and (max-width: 1024px) {
	.history_flex_table tbody tr td:nth-child(2){
		flex: 2;
	}
}

@media screen and (max-width: 768px) {
    .history_flex_table {
        border: 0;
    }
    .history_flex_table thead {
        display: none;
    }
    .history_flex_table tbody tr {
        flex-direction: column;
        margin: 1em 0;
        border-top: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
    }
    .history_flex_table tbody tr td {
        flex-direction: column;
    }
}

/* 교구청 부서 */

.contents .department_img {
	position: relative;
	width: 100%;
	height: auto;
	object-fit: cover;
	margin-bottom: 50px;
}

.contents .department_img img {
	width: 100%;
	height: auto;
}

.contents .department_list_wrap {
	position: relative;
	border:10px #ddd solid;
	padding: 60px;
	display: grid;
	grid-template-columns: repeat(3, 1fr); /* 3열 */
	grid-template-rows: auto;
	row-gap: 50px;
	column-gap : 40px;
	width: 100%;
	margin-top: 70px;
}

@media screen and ( max-width: 1220px ) {
	.contents .department_list_wrap {
		grid-template-columns: repeat(2, 1fr); /* 2열 */
		grid-template-rows: auto;
		row-gap: 30px;
	}
}

@media screen and ( max-width: 1024px ) {
	.contents .department_list_wrap {
		margin-top: 50px;
	}
}

@media screen and ( max-width: 768px ) {
	.contents .department_list_wrap {
		grid-template-columns: repeat(1, 1fr); /* 2열 */
		grid-template-rows: auto;
		margin-top: 30px;
	}
}

.contents .department_list_wrap .department_select {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.contents .department_list_wrap .department_link {
	width:100%;
	height:100%;
	padding:17px;
	font-size:18px;
	border:1px solid #dddddd;
	cursor:pointer;
	position:relative;
	text-align:center;
}

.department_list_wrap > .department_select > ul
{
	float:left;
	width:100%;
	height:100%;
	padding: 0;
}

.department_list_wrap > .department_select > ul > li
{
	float:left;
	width: 100%;
	height:100%;
	padding:17px;
	font-size:18px;
	border:1px solid #dddddd;
	cursor:pointer;
	position:relative;
	text-align:center;
	transition:all .3s;
}

.department_list_wrap > .department_select > ul > li:hover
{
	background-color:#ece9ff;
}

.department_list_wrap > .department_select > ul > li > a
{
	overflow: hidden;
	display:block;
	width:100%;
	margin-top:-1px;
	text-overflow:ellipsis;
	white-space:nowrap;
	height:24px;
}

.department_list_wrap > .department_select > ul > li > a:nth-child(1)
{
	float:left;
}

.department_list_wrap > .department_select > ul > li > a:nth-child(2)
{
	display:block;
	width:14px;
	height:14px;
	position:absolute;
	right: 17px;
	top: 50%;
	margin-top: -5px;
	font-size:0px;
}

.department_list_wrap > .department_select > ul > li.active > a:nth-child(2):before
{
	transform:rotate(45deg);
}

.department_list_wrap > .department_select > ul > li.active > a:nth-child(2):after
{
	transform:rotate(-45deg);
}

.department_list_wrap > .department_select > ul > li > a:nth-child(2):before,
.department_list_wrap > .department_select > ul > li > a:nth-child(2):after
{
	content:'';
	display:block;
	width:1px;
	height:9px;
	background-color:#000;
	position:absolute;
	top:0;
	transition:all .3s;
	font-size:0px;
}

.department_list_wrap > .department_select > ul > li > a:nth-child(2):before
{
	left:3.5px;
	transform:rotate(135deg);
}

.department_list_wrap > .department_select > ul > li > a:nth-child(2):after
{
	right:3.5px;
	transform:rotate(-135deg);
}

.department_list_wrap > .department_select > ul > li > ul
{
	position:absolute;
	top:100%;
	left:0;
	width:100%;	
	display:none;
	z-index:3;
	/*border-top:1px solid #fff;*/
	background-color:#fff;
	padding: 0;
}

.department_list_wrap > .department_select > ul > li > ul > li
{
	width:calc(100% + 2px);
	padding:17px;
	background-color:#fff;
	border-bottom:1px solid #ddd;
	color:#979797;
	font-size:18px;
	position:relative;
	text-align:center;
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
	margin-left: -1px;	
	background-color: #fafaff;
}

@media screen and ( max-width: 768px ) {
	.department_list_wrap > .department_select > ul > li {
		font-size: 16px;
	}

	.department_list_wrap > .department_select > ul > li > ul > li {
		font-size: 16px;
	}
}

.department_list_wrap > .department_select > ul > li > ul > li:hover
{
	background-color:#ece9ff;
}

.department_list_wrap > .department_select > ul > li > ul > li:hover > ul,
.department_list_wrap > .department_select > ul > li > ul > li > a:focus~ul
{
	width:calc(100% + 5px) !important;
	height:auto;
	z-index:10;
}

.department_list_wrap > .department_select > ul > li > ul > li.active > img
{
	display:block;
}

.department_list_wrap > .department_select > ul > li > ul > li:after
{
	clear:both; content:''; display:block;
}

.department_list_wrap > .department_select > ul > li > ul > li > a
{
	overflow: hidden;
	display:block;
	width:100%;
	margin-top:-1px;
	margin-bottom:-6px;
	text-overflow:ellipsis;
	white-space:nowrap;
	height:24px;
}

.department_list_wrap > .department_select > ul > li > ul > li > a:first-child
{
	float:left;
}

.department_list_wrap > .department_select > ul > li > ul > li > img
{
	float:right;
	margin-top:2px;
	display:none;
}

.department_list_wrap > .department_select > ul > li > ul > li > a:nth-child(3)
{
	float:right;
	display:none;
	width:14px;
	height:14px;
	position:absolute;
	top:18px;
	right:17px;
	transform:translateY(-50%);
}

.department_list_wrap > .department_select > ul > li > ul > li.active > a:nth-child(3) span:first-child
{
	transform:rotate(45deg);
}

.department_list_wrap > .department_select > ul > li > ul > li.active > a:nth-child(3) span:last-child
{
	transform:rotate(-45deg);
}

.department_list_wrap > .department_select > ul > li > ul > li > a:nth-child(3) span
{
	display:block;
	width:1px;
	height:9px;
	background-color:#717171;
	position:absolute;
	top:0;
	transition:all .3s;
	font-size:0px;
}

.department_list_wrap > .department_select > ul > li > ul > li > a:nth-child(3) span:first-child
{
	left:3.5px;
	transform:rotate(135deg);
}

.department_list_wrap > .department_select > ul > li > ul > li > a:nth-child(3) span:last-child
{
	right:3.5px;
	transform:rotate(-135deg);
}

.department_list_wrap > .department_select > ul > li > ul > li > a > img,
.department_list_wrap > .department_select > ul > li > ul > li > ul > li > a > img {
	width:11px;
	margin-left:8px;
	margin-bottom:2px;
}

.department_list_wrap > .department_select > ul > li > ul > li > a > img:last-child,
.department_list_wrap > .department_select > ul > li > ul > li > ul > li > a > img:last-child {
	display:none;
}

.department_list_wrap > .department_select > ul > li > ul > li:hover > a > img:first-child,
.department_list_wrap > .department_select > ul > li > ul > li > ul > li:hover > a > img:first-child {
	display:none;
}

.department_list_wrap > .department_select > ul > li > ul > li:hover > a > img:last-child,
.department_list_wrap > .department_select > ul > li > ul > li > ul > li:hover > a > img:last-child {
	display:inline-block;
}

.department_list_wrap > .department_select > ul > li > ul > li > ul
{
	width:0px;
	/* height:0px; */
	position:absolute;
	border-top:1px solid #ddd;
	top:-1px;
	left:100%;
	transition:all .3s;
	overflow:hidden;
}

.department_list_wrap > .department_select > ul > li > ul > li:first-child ul
{
	margin-top: 1px;
	border-top: 0;
}

.contents .contents_detail.column .department_sub_title{
	position: relative;
	width: 100%;
	padding: 0;
	font-size: 24px;
    font-weight: 500;
	text-align:left;
	color: #3e8dc5;
}

.contents .contents_detail.column .department_sub_title:nth-child(n+2) {
	margin-top: 50px;
}

.contents .contents_detail.column .department_contents{
	position: relative;
	width: 100%;
	padding: 50px 0 0 0;
}

@media screen and ( max-width: 1024px ) {
	.contents .contents_detail.column .department_sub_title {
		font-size:20px;
	}
}

@media screen and ( max-width: 768px ) {
	.contents .contents_detail.column .department_sub_title {
		margin-top: 30px;
		font-size:18px;
	}
}

.contents .contents_detail.column .department_contents .department_representative_phone {
	position: relative;
	width: 100%;
	background-color: #f5f5f5;
	border-top: 2px #ddd solid;
	border-bottom: 2px #ddd solid;
	padding: 30px 0 30px 30px;
}

.contents .contents_detail.column .department_contents .department_phone_area {
	position: relative;
	width: 100%;
	padding: 30px 0 0 0;
}

.department_phone_table thead tr {
	border-top: 2px #ddd solid;
	border-bottom: 2px #ddd solid;
}

.department_phone_table thead tr th {
	background-color: #f5f5f5;
}

.department_phone_table thead tr th:first-child {
	text-align: left;
}

.department_phone_table thead tr th:last-child {
	text-align:right;
	padding-right:20px;
}

.department_phone_table thead tr th,
.department_phone_table tbody tr td {
	padding: 30px;
}

.department_phone_table tbody tr td:first-child {
	vertical-align:middle;
}

.department_phone_table tbody tr td:last-child {
	text-align:right;
	padding-right:20px;
	vertical-align:middle;
}

.department_phone_table tr:last-child {
	border-bottom: 1px #ddd solid;
}

.department_homepage_table {
	margin-top: 30px;
}

.department_homepage_table thead tr {
	border-top: 2px #ddd solid;
	border-bottom: 2px #ddd solid;
}

.department_homepage_table tbody tr td {
	padding: 30px;
	vertical-align:middle;
}

.department_homepage_table tbody tr td i {
	color: #408fc2;
}

.department_homepage_table tr:last-child {
	border-bottom: 1px #ddd solid;
}

.contents .contents_detail.column .department_contents .department_work_area { 
	position: relative;
	width: 100%;
}

.contents .contents_detail.column .department_contents .department_work_area .job_title { 
	padding: 30px;
	background-color:#f5f5f5;
	border-top: 2px #ddd solid;
	border-bottom: 1px #ddd solid;
	font-weight: 500;
}

.contents .contents_detail.column .department_contents .department_work_area .job_title:nth-child(n+2) {
	margin-top: 50px;
}

.contents .contents_detail.column .department_contents .department_work_area .job_contents { 
	width:100%; 
	padding:30px;
	text-align: justify;
	border-bottom: 2px #ddd solid;
	line-height: 1.8;
}

@media screen and ( max-width: 768px ) {
	.contents .contents_detail.column .department_contents .department_work_area .job_title { 
		padding: 20px;
	}

	.contents .contents_detail.column .department_contents .department_work_area .job_title:nth-child(n+2) {
		margin-top: 30px;
	}

	.contents .contents_detail.column .department_contents .department_work_area .job_contents { 
		padding:20px;
	}
}

.contents .contents_detail .diocese_status_wrap {
	display: grid;
	grid-template-columns: repeat(4, 1fr); /* 4열 */
	grid-template-rows: auto;
	row-gap: 60px;
	column-gap : 40px;
	width: 100%;
}

.contents .contents_detail .diocese_status_item {
	width: 100%;
	line-height: 2;
	text-align: center;
}

.contents .contents_detail .diocese_status_item_title {
	font-size: 24px;
	font-weight: 500;
}

.contents .contents_detail .diocese_status_item_contents {
	font-size: 40px;
	font-weight: 600;
	color: #ae0040;
}

@media screen and ( max-width: 1024px ) {
	.contents .contents_detail .diocese_status_wrap {
		grid-template-columns: repeat(3, 1fr); /* 3열 */
	}

	.contents .contents_detail .diocese_status_item_title {
		font-size: 20px;
	}

	.contents .contents_detail .diocese_status_item_contents {
		font-size: 36px;
	}
}

@media screen and ( max-width: 768px ) {
	.contents .contents_detail .diocese_status_wrap {
		grid-template-columns: repeat(2, 1fr); /* 2열 */
		row-gap: 40px;
	}

	.contents .contents_detail .diocese_status_item_title {
		font-size: 16px;
	}

	.contents .contents_detail .diocese_status_item_contents {
		font-size: 32px;
	}
}

.department_chart_wrap {
	position: relative;
	width: 100%;
	margin-top: 70px;
}

.department_chart_wrap img {
	width: 1200px;
	height: auto;
}

@media screen and ( max-width: 1220px ) {
	.department_chart_wrap img {
		width: 100%;
	}
}

@media screen and ( max-width: 1024px ) {
	.department_chart_wrap {
		margin-top: 50px;
	}
}

@media screen and ( max-width: 768px ) {
	.department_chart_wrap {
		margin-top: 30px;
	}
}