@font-face {
    font-family: 'Arita-buri-SemiBold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/Arita-buri-SemiBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
     font-family: 'S-CoreDream-3Light';
     src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-3Light.woff') format('woff');
     font-weight: normal;
     font-style: normal;
}


/*폰트사이즈*/
.t_fs_20{ font-size:20px; }
.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; }


/*
<p><span class="t_fs_24"></span></p>
<span class="t_fs_24"></span>
*/


.sum_box:hover{
background:#193821;
color:#fff;
transition:0.3s;
}


/*타이틀 선박스*/
.t_box{
padding:3px 20px;
display:inline-block;
border-radius:60px;
border:2px solid #fcb040;
color:#fcb040;
background:#fff;
font-weight:600;
}

/*이화교회 이야기*/
.written_pen1{  
   position: relative;
}
.written_pen1::after {
  content: '';
  display: block;
  height: 176px;
  position: absolute;
  left: 0;
  bottom: 0px;
  background-image:url(http://data.dimode.co.kr/UserData/ewha/files/8289/8338/MS7ruYTsoIRfMS5wbmdkaW1vZGVfNzM4NDQ3Ml9lbmMc.png);
 background-position: 15%,50%;
 width:75%;
 z-index:-2;
  transition:0.6s;
}
.pen_box:hover .written_pen1::after {
 height:265px;
  width: 100%;
  transition: 0.3s;
}


.written_pen2{  
   position: relative;
}
.written_pen2::after {
  content: '';
  display: block;
  height: 176px;
  position: absolute;
  left: 0;
  bottom: 0px;
  background-image:url(http://data.dimode.co.kr/UserData/ewha/files/8289/8338/MS7ruYTsoIRfMi5wbmdkaW1vZGVfMjU1NTgxNV9lbmMc.png);
 background-position: 15%,50%;
 width:75%;
 z-index:-2;
  transition:0.6s;
}
.pen_box:hover .written_pen2::after {
 height:265px;
  width: 100%;
  transition: 0.3s;
}



.written_pen3{  
   position: relative;
}
.written_pen3::after {
  content: '';
  display: block;
  height: 176px;
  position: absolute;
  left: 0;
  bottom: 0px;
  background-image:url(http://data.dimode.co.kr/UserData/ewha/files/8289/8338/MS7ruYTsoIRfMy5wbmdkaW1vZGVfMTc0MTI1MF9lbmMc.png);
 background-position: 15%,50%;
 width:75%;
 z-index:-2;
  transition:0.6s;
}
.pen_box:hover .written_pen3::after {
 height:265px;
  width: 100%;
  transition: 0.3s;
}


.worship_box{
padding:20px 30px;
border:1px solid #055b35;
margin-bottom:30px;
transition:0.3s;
}

.worship_box:hover{
background:#193821;
color:#fff;
transition:0.3s;
}



/*테이블*/


.t_1 td{
	padding:5px 20px;
}

.t_line{
background-image:url(http://data.dimode.co.kr/UserData/ewha/files/11/131/6rWQ7ZqM7Jew7ZiBLWxpbmUucG5nZGltb2RlXzg4MzY4OTJfZW5j.png);background-position:top left; background-repeat:no-repeat;position:relative;
}
.t_dot{
position:absolute; left:-1px;top:15px;
width:10px; height:10px;
border-radius:10px;
background:rgba(161,205,58,0.5);
}


.t_2 td{
padding:5px 20px;
border-bottom:1px solid #eee;
}








/*자주 묻는 질문*/
.panel_deco {
    padding: 20px 30px;
    border-bottom: 1px solid #f3e4cd;
}

.panel_tbox { margin-bottom: 30px;}


.button_a{ color: #333;font-weight:600; }
.button_a:hover { color: #fcb040;text-decoration:none;transition: 0.2s; }
.button_a:focus { color: #fcb040;text-decoration:none;}

.panel_q {
    margin-right: 30px;
	font-weight:600;
}









/*폰트*/
.f_arita{

    font-family: 'Arita-buri-SemiBold';
}

.f_S-Core{
font-family: 'S-CoreDream-3Light';
}

/*지도*/
#unit5891 #daumRoughmapContainer1683007199916{ width:100% !important; }





@media  (max-width:1199px) {
	

	
}




@media (max-width: 767px) {
	.written_pen1::after {width:100%;} 
	.written_pen2::after {width:100%;} 
	.written_pen3::after {width:100%;} 	


}


