/* 인코딩: utf-8 */

/*--- div 초기화 왼쪽,오른쪽 정렬 ---*/
.lef{float:left;}
.rig{float:right;}
.txt_left { text-align:left !important }
.txt_right { text-align:right !important }
.center{text-align:center;}
.center:after{clear: both; content: ""; display: block;}
.center {*zoom:1;} /* IE5.5~7 브라우저 대응 Hack */

/* 굵기 지정 */
.fw6 { font-weight:600; }

/* 색 지정 */
.white { color:#fff; }
.blue {color: #125ca9; }
.purple {color:#3e5094;}
.pink {color:#fb4874; }

 /* 인사말 */
.greeting .lef { width:25%; margin-top:15px; }
.greeting .rig { width:70%; }
.greeting .rig p { padding:7px 0;}
.greeting .rig .tit1 {  font-size:21px; font-weight:600;}
.greeting .rig .sign { font-size:18px; font-weight:600; margin-top:4%;}
.greeting .rig .sign span { font-size:22px; padding-left:10px;  }

/* 연혁 */
.history { border-bottom:1px dashed #ccc; padding:15px 0px 15px 0px; width:100%;}
.history .year{width:15%;font-size:28px; float:left; color:#ee2052; }
.history .his{width:83%;float:right;}
.history .his ul{ clear:both; padding-top:8px; }
.history .his ul li.day{float:left; width:10%; }
.history .his ul li.text{float:right;width:88%;padding-left:10px; background:url('/img/sub/history_dot.png') no-repeat 0px 13px;}

/* 정관 */
h3.tit_box { background:#f3f3f3; padding:6px; border:1px solid #ccc;  border-radius:5px;  font-size: 20px; font-weight: 600; text-align:center;}
h3.tit {  padding: 20px 0 0px 0px; font-size: 17px; font-weight: 600;}

/* 찾아주시는길 */
.mapWrap  { padding:2%; border:1px solid #ccc; }
.mapWrap  ul  li { padding: 5px 0 5px 35px;}
.mapWrap .add { background: url('/img/sub/map_add.png') no-repeat left 8px; }
.mapWrap .tel {background: url('/img/sub/map_tel.png') no-repeat left 8px; }
.mapWrap .fax { background: url('/img/sub/map_fax.png') no-repeat left 8px; }

/* 후원안내 */
.support_box { margin-top:30px; background:#f5f5f5; padding:30px 20px; border-radius:10px ;text-align:center;  }
.support_box .tit { font-size:21px;  color:#fb4874; font-weight:600; }
.support_list { margin-top:20px; }
.support_list li { float:left; width:31.7%; margin-left:2%; background:#fff; border:1px solid #ccc; border-radius:10px; }
.support_list li:first-child { margin-left:0%; }
.support_list li .tit_box { background:#ff6d91;  padding:5px 0; color:#fff; font-size:20px;border-top-left-radius:10px; border-top-right-radius:10px;  }
.support_list li .txt { padding:20px 10px; line-height:35px; height:110px;  }
.support_list li .txt img{ vertical-align:middle; padding-right:9px; }
.support_list li .txt .tel { font-size:18px; padding-bottom:10px;  }


/* UIKit m-size */
@media only screen and (max-width: 960px) {
	/* 후원안내 */
.support_list li { float:none; width:100%; margin:0 0 2% 0%; }

}

/* Tablet */
@media only screen and (max-width: 768px) {
 /* 인사말 */
.greeting .lef { display:none; }
.greeting .rig { width:100%; }
}

/* Mobile */
@media only screen and (max-width: 425px) {
 /* 인사말 */
.greeting .rig .tit1 {  font-size:18px;}

/* 연혁 */
.history .year{width:100%; float:none; }
.history .his{width:100%; float:none;}
.history .his ul li.day{width:15%;}
.history .his ul li.text{float:right;width:85%; }


}