@font-face {
    font-family: 'Arita-buriB';
    src: url(webfont/AritaBuriM/Arita-buriB.otf) format('truetype');
}

.page-content{
	font-size:17px;
	padding-bottom: 6vw;
}


/*폰트사이즈*/
.t_fs_20{ font-size:20px; }
.t_fs_22{ font-size:22px; }
.t_fs_24{ font-size:24px; }
.t_fs_30{ font-size:30px; }
.t_fs_36{ font-size:36px; }
.t_fs_50{ font-size:50px; }
.t_fs_70{ font-size:70px; }


/*담임목사 인사말*/
.greeting_img{
	left: -30px;
    top: 30px;
}

/*밑줄효과*/
.written_pen{  
   position: relative;
}
.written_pen::after {
  content: '';
  display: block;
  width: 0;
  height: 15px;
  position: absolute;
  left: 0;
  bottom: 0px;
  background: rgba(253,91,91,0.3);
}
.pen_box:hover .written_pen::after {
  width: 100%;
  transition: width .3s;
}

.written_pen3{  
   position: relative;
}
.written_pen3::after {
  content: '';
  display: block;
  width: 0;
  height: 15px;
  position: absolute;
  left: 0;
  bottom: 0px;
  background: rgba(41,189,217,0.2);
}
.pen_box3:hover .written_pen3::after {
  width: 100%;
  transition: width .3s;
}


/*교구안내*/
.parish_info_h{
background-image:url(http://data.dimode.co.kr/UserData/hanseifgtv/files/54/733/6rWQ6rWs7JWI64K0X2JnLnBuZ2RpbW9kZV84NzcwMzkzX2VuYwcc.png);
background-repeat:no-repeat;
background-position:50%,50%;
backgrond-size:cover;
}


.thumb_box{
    height: 220px;
    text-align: center;
    background: #ddd;
    margin-bottom: 20px;
    box-shadow: 2px 2px 5px #c3cdd7
}




/*라인효과*/
.pen_box2{
  position: relative;
}
.pen_box2:after{
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 0px;
  height: 3px;
  margin: 0px;
  transition: all 0.2s ease-in-out;
  transition-duration: 0.3s;
  opacity: 0;
  background-color: rgba(48,101,188,0.8);
}
.pen_box2:hover:after{
  width: 100%;
  opacity: 1;
}


/*박스 올리기*/
.top_tbox1 {
    
    top: -70px;
}

/*테이블*/
.t_2 td{
	border-bottom:1px solid #ddd;
	padding:10px 0;
}


.t_2 td:first-child{
	font-weight:600;
}


#unit3716>.table>td:first-child{
	font-weight:600;
	text-align:center;
}

/*섬기는분들*/
.sum_box{
   height:100px;
   padding: 10px  15px;
    border: 2px solid #bbcce7;
   background:#fff;
   position:relative;
   top:-30px;
}


/*타이틀*/
.t_box{
padding:7px 30px;
border-radius:60px;
background:#3065bc;
color:#fff;
text-align:center;
}

.t_box_2{
padding:7px 10px;
border-radius:60px;
border:1px solid #3065bc;
color:#3065bc;
background:#fff;
text-align:center;
}

.t_box_3{
padding:7px 30px;
border-radius:60px;
border:1px solid #3065bc;
color:#3065bc;
background:#fff;
text-align:center;
}



.parish_box{
	padding: 30px 0 30px 30px;
}

.parish_info_h{
	/*border: 1px solid #b6c7ef;*/
    padding: 30px 30px 10px 30px;
}

/**/
.f_c1{ color:#305ec9; }


/*폰트*/
.f_arita{

    font-family: 'Arita-buriM';
}


/*지도*/
#unit3261 #daumRoughmapContainer1678158004271{ width:100% !important; }





@media  (max-width:1199px) {
	
		.parish_info_h{
    height: 500px;
}
	
}




@media (max-width: 767px) {
	
	.parish_info_h{
	padding:20px;
    height: 500px;
}
    .parish_box{
		padding:20px 0px;
		
	}


}


