@charset "utf-8";

.underline {background: rgba(255,255,255,0);background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 65%, rgba(198,0,77,0.4) 65%, rgba(198,0,77,0.4) 100%);}

.greeting {display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;}
.greeting_img {-ms-flex:none;flex:none;width:25%;}
.greeting_img img {width:100%;}
.greeting_txt h3 {padding-bottom:4rem;color:#c6004d;}
.greeting_txt {-ms-flex:none;flex:none;width:66.7%;line-height:2.25;}
.greeting_txt dl {line-height:2.25;}
.greeting_txt dl dt {color: var(--black-text);font-size:1.125em;font-weight:600;}
.greeting_txt dl dd {margin-bottom:1.8rem;font-weight:500;}
.greeting_txt .sign {font-size:0.875em;font-weight:500;text-align:right;}
.greeting_txt .sign img {width:100px;}
	@media screen and (max-width:1024px) {
		.greeting {-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;}
		.greeting_img {width:100%;}
		.greeting_img img {display:block;margin:0 auto 4rem;width:53%;max-width:180px;}
		.greeting_txt {width:100%;}
		.greeting_txt h3 {padding-bottom:2rem;}
	}

.infographics {margin:0 auto 7rem;width:55.8%;text-align:center;-webkit-transition:0.3s;transition:0.3s;} 
.infographics img {width:100%;max-width:670px;}
.slogan {margin:0 auto;width:55.8%;max-width:670px;text-align:center;-webkit-transition:0.3s;transition:0.3s;}
.slogan em {color:#9e005d}
.slogan_item {height:6rem;margin:0 0 1rem 0;border:1px solid #9e005d;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;}
.slogan_item>div {flex:none;width:100%;margin:auto 0;color:#777;font-size:1.250em;font-weight:500;}
	@media screen and (max-width:768px) {
		.infographics {width:98.5%;margin-bottom:3.5rem;}
		.infographics img {max-width:335px;}
		.slogan {margin-bottom:3rem;width:98.5%;}
		.slogan_item {height:4rem;}
		.slogan_item>div{font-size:1.071em}
	}

.worship_tbl {margin-bottom:6rem;border-top:1px solid #000;border-bottom:1px solid #000;}
.worship_tbl table {width:100%;table-layout:fixed;margin:0;border:0;}
.worship_tbl table th {background-color:#f5f5f5;height:6rem;border-top:1px solid #ccc;}
.worship_tbl table td {height:6rem;border-top:1px solid #ccc;border-left:1px solid #ddd;padding:0 2rem;}
.worship_tbl table thead th,
.worship_tbl table thead td {border-top:0;color: var(--black-text);font-weight:600;text-align:center;}
.worship_tbl table tbody th {padding:0 2rem;font-weight:500;text-align:left;}
.worship_tbl table tbody tr td:nth-child(1) {border-left:0;}
.worship_tbl .th {background-color:#f5f5f5 !important;}
.worship_tbl .em {color: var(--black-text) !important;}
	@media screen and (max-width:1024px) {
		.worship_tbl table {font-size:1.5rem;}
		.worship_tbl table th {height:5rem;}
		.worship_tbl table td {height:5rem;padding:0 1rem;}
		.worship_tbl table tbody th {padding:0 1rem;}
	}
	@media screen and (max-width:768px) {
		.worship_tbl {margin-bottom:3rem;}
		.worship_tbl table {font-size:1.3rem;}
		.worship_tbl table th {height:4rem;}
		.worship_tbl table td {height:4rem;padding:0 .5rem;}
		.worship_tbl table tbody th {padding:0 .5rem;}
	}
	@media (prefers-color-scheme:dark) {
		.worship_tbl table th {background-color:rgba(245,245,245,0);}
		.worship_tbl .th {background-color:rgba(245,245,245,0) !important;}
	}
.school {margin-bottom:8rem;}
.school_head {margin:0 0 8rem 0;height:20.5rem;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;}
.school_head_tit {-ms-flex:none;flex:none;width:100%;margin:auto 0;color:#000;font-size:2rem;line-height:1;text-align:center;}
.school_head_tit strong {filter: var(--filter-cont);}
.school_head_tit h4 {padding:3.5rem 0 0 0;color:#c6004d;font-size:3rem;font-weight:700;}
.school_conts {display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;}
.school_conts_photo {-ms-flex:none;flex:none;width:34.2%;}
.school_conts_photo ul {margin-bottom:4rem;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;}
.school_conts_photo ul li {-ms-flex:none;flex:none;width:48.8%;margin-bottom:1rem;}
.school_conts_photo .photo_item {position:relative;width:100%;padding-top:100%;}
.school_conts_photo .photo_item .img_area {position:absolute;left:0;top:0;width:100%;height:100%;padding:0;overflow:hidden;border-radius:8px;text-align:center;}
.school_conts_photo .photo_item .img_area>img {width:100%;}
.school_conts_info {-ms-flex:none;flex:none;width:59.6%;}
.school_conts_info dl {line-height:2;}
.school_conts_info dl dt {color:#c6004d;font-size:2rem;font-weight:600;}
.school_conts_info dl dd {padding-bottom:1.5rem;font-weight:500;}
.school_conts_info .tbl {margin-top:1rem;width:100%;table-layout:fixed;} 
.school_conts_info .tbl th {height:4rem;border-bottom:1px solid #5a5a5a;color:#555;font-weight:500;text-align:left;}
.school_conts_info .tbl td {height:4rem;border-bottom:1px solid #d2d2d2;color: var(--black-text);font-weight:500;padding:.5rem 2rem;}
.ad_youtube {background-color: var(--white-bg);display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-justify-content:center;-ms-flex-pack:center; justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;border:1px solid #e02f2f;border-radius:3rem;line-height:5.8rem;}
.ad_youtube img {-ms-flex:none;flex:none;width:32px;margin-right:2rem;}
.ad_youtube span {-ms-flex:none;flex:none;color:#000;font-size:1.6rem;font-weight:500;}
.baby .school_head  {background:url(/images/front/sub/bg_school01.png) no-repeat 50% 0;}
.baby .bg_circle {background-color:#ffc5c4;}
.kids .school_head {background:url(/images/front/sub/bg_school02.png) no-repeat 50% 0;}
.kids .bg_circle {background-color:#fdd156;}
.child .school_head {background:url(/images/front/sub/bg_school03.png) no-repeat 50% 0;}
.child .bg_circle {background-color:#f9ac98;}
.elem .school_head {background:url(/images/front/sub/bg_school04.png) no-repeat 50% 0;}
.elem .bg_circle {background-color:#99cc67;}
.youth .school_head {background:url(/images/front/sub/bg_school05.png) no-repeat 50% 0;}
.youth .bg_circle {background-color:#76b5e0;}
.young .school_head {background:url(/images/front/sub/bg_school06.png) no-repeat 50% 0;}
.young .bg_circle {background-color:#196b91;}
	@media screen and (max-width:768px) {
		.school_head {margin:0 0 4rem 0;height:10.5rem;}
		.school_head_tit {font-size:1.5rem;}
		.school_head_tit h4 {padding:1rem 0 0 0;font-size:2rem;line-height:normal;}
		.school_conts {-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;}
		.school_conts_photo {-ms-flex:none;flex:none;width:100%;}
		.school_conts_photo ul {margin:0 auto 2rem;width:70%;}
		.school_conts_photo ul li {margin-bottom:.5rem;}
		.ad_youtube {margin:0 auto 4rem;width:88.2%;line-height:3.8rem;}
		.ad_youtube img {width:22px;margin-right:1rem;}
		.ad_youtube span {font-size:1.4rem;}
		.school_conts_info {width:100%;text-align:center}
		.school_conts_info dl {line-height:1.4;}
		.school_conts_info dl dt,
		.school_conts_info dl dd {margin:0 auto;width:88.2%;}
		.school_conts_info dl dt {font-size:1.5rem;}
		.school_conts_info dl dd {font-size:1.4rem;}
		.school_conts_info .tbl {text-align:left;}
	}
	
/* 사역 */
.mission {line-height:1.875em;}
.mission h4.tit_h4_line {margin-top:3rem;padding-bottom:4rem;}
.mission h4.tit_h4_line:first-child {margin-top:0}
.img_box {padding:7rem 9rem;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;color:#000;font-size:2rem;font-weight:300;}
.img_box em {color:#c6004d;font-weight:600;}
.img_box ul {line-height:2.5;font-size:2rem;}
.middle_box {-ms-flex:none;flex:none;width:70%;margin:auto 0;padding:0;font-size:2.2rem;font-weight:500;}
.twotone {display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch;}
.twotone dt {border-bottom:1px solid #5a5a5a;-ms-flex:none;flex:none;width:21.4%;padding:.25em 0;font-weight:500;}
.twotone dd {border-bottom:1px solid #cdcdcd;-ms-flex:none;flex:none;width:78.6%;padding:.25em 0 .25em 2rem;color: var(--black-text);font-weight:500;}
.column {padding-bottom:4rem;}
.column_box {padding:1.75rem 4rem;margin-bottom:2rem;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;line-height:2.25;}
.column_box_inner {-ms-flex:none;flex:none;width:100%;margin:auto 0;display:-ms-flexbox;display:-webkit-flex;display:flex;}
.column_box_inner .tit_h5_cic {-ms-flex:none;flex:none;width:17rem;padding-bottom:0;line-height:1.875em;}
.column_box_inner .list {-ms-flex:none;flex:none;width:calc(100% - 170px);display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;}
.column_box_inner .list li {-ms-flex:none;flex:none;width:33%;}
.mission_bg01 {background:#f1f7fc url(/images/front/sub/mission_bg01.png) no-repeat 100% 0;}
.mission_bg01 .cross:before {width:3rem;height:3rem;}
.mission_title1 {padding-bottom:2rem;color:#000;font-size:3rem;font-weight:700;line-height:1;}
.mission_bg02 {background:#f1f7fc url(/images/front/sub/mission_bg02.png) no-repeat 100% 100%;background-size:auto 100%}
.icon_item_wrap {display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;}
.icon_item {-ms-flex:none;flex:none;width:48.3%;border-top:1px solid #000;padding:4rem 0;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;}
.icon_item dt {width:30%;color: var(--black-text);font-size:2rem;font-weight:600;text-align:center;}
.icon_item dt img {display:block;margin:0 auto 1rem;width:35%;}
.icon_item dd {width:70%;padding-right:4rem;}
.mix_item_wrap {display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;}
.mix_item {-ms-flex:none;flex:none;width:46.7%;margin-bottom:7rem;transition:.5s ease;}
.mix_item h5 {padding-bottom:1em !important;}
.mix_item.last {-ms-flex:none;flex:none;width:100%;display:block;}
.mix_item img {width:100%;max-width:560px;border-radius:8px;}
.mix_item img + img {margin-top:8rem;}
.militery_bg01 {margin-bottom:8rem;background:#f1f7fc url(/images/front/sub/militery_bg01.png) no-repeat 100% 100%;}
.dvc_bg01 {margin-bottom:8rem;background:#f1f7fc url(/images/front/sub/dvc_bg01.png) no-repeat 100% 100%;}
.training_bg01 {background:#f1f7fc url(/images/front/sub/training_bg01.png) no-repeat 100% 100%;}
.silver_bg01 {background:#f1f7fc url(/images/front/sub/silver_bg01.png) no-repeat 100% 100%;}
.music_bg01 {background:#f1f7fc url(/images/front/sub/music_bg01.png) no-repeat 100% 100%;}
	@media screen and (max-width:1024px) {
		.middle_box {margin:0 auto;padding:2.5rem 0;width:80%}
		.column_box {padding:1.75rem 2rem;}
		.column_box .tit_h5_cic {width:13rem;}
		.column_box .list {width:calc(100% - 130px);}
	}
	@media screen and (max-width:768px) {
		.mission {line-height:1.785em;}
		.img_box {padding:5rem 0 20rem 0;line-height:1.85}
		.img_box ul {margin:0 auto;width:94%;font-size:1.4rem;letter-spacing:-1px;}
		.middle_box {display:block;margin:0 auto;width:80%;padding:0;font-size:1.7rem;font-weight:500;}
		.mission h4.tit_h4_line {}
		.column {padding-bottom:2rem;}
		.column_box {padding:2.5rem 1.5rem;}
		.column_box_inner {-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;line-height:1.785;}
		.column_box_inner .tit_h5_cic {-ms-flex:none;flex:none;width:100%;padding-bottom:.785rem}
		.column_box_inner .list {-ms-flex:none;flex:none;width:100%;padding-left:2.4rem;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;}
		.column_box_inner .list li {-ms-flex:none;flex:none;width:100%;}
		.mission_bg01 {background:#f1f7fc url(/images/front/sub/mission_bg01_m.png) no-repeat 50% 100%;background-size:100% auto;}
		.mission_bg01 .cross:before {width:11px;height:24px;margin-right:.5rem;background-size:100% auto;}
		.mission_bg02 {background:#f1f7fc url(/images/front/sub/mission_bg02_m.png) no-repeat 0 100%;background-size:100% auto;}
		.mission_title1 {font-size:2rem;text-align:center;}
		.icon_item_wrap {-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;}
		.icon_item {-ms-flex:none;flex:none;width:100%;}
		.icon_item dt {font-size:1.6rem;}
		.icon_item dt img {width:56.6%;}
		.icon_item dd {padding-right:2rem;}
		.mix_item_wrap {margin-bottom:0;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;}
		.mix_item {-ms-flex:none;flex:none;width:100%;margin-bottom:3rem;font-weight:400;}
		.mix_item img {display:block;margin:0 auto;max-width:340px;}
		.mix_item img + img {margin-top:4rem;}
		.mix_item .pb_40 {padding-bottom:3rem !important;}
		.mission_bg01 {background:#f1f7fc url(/images/front/sub/mission_bg01_m.png) no-repeat 50% 100%;background-size:360px auto;}
		.mission_bg02 {background:#f1f7fc url(/images/front/sub/mission_bg02_m.png) no-repeat 50% 100%;background-size:360px auto;}
		.militery_bg01 {background:#f1f7fc url(/images/front/sub/militery_bg01_m.png) no-repeat 100% 100%;background-size:360px auto;}
		.dvc_bg01 {background:#f1f7fc url(/images/front/sub/dvc_bg01_m.png) no-repeat 100% 100%;background-size:360px auto;}
		.training_bg01 {background:#f1f7fc url(/images/front/sub/training_bg01_m.png) no-repeat 100% 100%;background-size:360px auto;}
		.silver_bg01 {background:#f1f7fc url(/images/front/sub/silver_bg01_m.png) no-repeat 100% 100%;background-size:360px auto;}
		.music_bg01 {background:#f1f7fc url(/images/front/sub/music_bg01_m.png) no-repeat 100% 100%;background-size:360px auto;}
	}