@charset "utf-8";
@import url('font.css'); /* 사이트 세부설정, 공통 클래스 설정, 기타 설정 */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&family=Noto+Serif+KR:wght@200;300;400;500;600;700;900&display=swap');

/*common*/
.sub_container{font-size:16px;  color:#444444; padding:0 0 100px; min-height:500px;}
.sub_contents{padding-top:40px;}
.sub_contents>h4{font-size:34px; text-align:center;  color:#000000; line-height:1.4;}
.sub_contents>h4>span{margin-top:15px; display:block; font-size:55px; color:#e6e6e6; letter-spacing:-2px; font-weight:normal; position:relative;}
.sub_contents>h4>span:before{content:''; display:block; width:1px; height:25px; background-color:#255aa7;
		position:absolute; left:50%; top:-15px;}
.contents_wrap{margin-top:35px;}
.company_introduce_container{background:url("../images/sub/bg_company_introduce.png")no-repeat center center; background-size:cover;}

/***서브 비주얼***/
.sub_visual{display:table;  width:100%;  height:400px; background-repeat:no-repeat; background-position:center center; background-size:cover;}
.sub_visual_txt{display:table-cell;  vertical-align:middle; text-align:center; color:#ffffff; font-size:22px; font-weight:800; 
		font-family:NanumSquare,'나눔스퀘어',NanumGothic,'나눔고딕','돋움',dotum, sans-serif;	 letter-spacing:-1px; text-shadow:1px 1px 3px rgba(0,0,0,0.8); 
		padding:0 10px;}
.sub_visual_txt strong{font-size:34px; font-weight:800; color:#a8d843;}
.sub_visual_txt p:nth-child(2){ font-size:30px;}
.sub_visual_txt p{margin-top:5px;}
.sub_visual01{background-image:url("../images/sub/sub_visual01.jpg");}
.sub_visual02{background-image:url("../images/sub/sub_visual02.jpg");}
.sub_visual03{background-image:url("../images/sub/sub_visual04.jpg");}
.sub_visual04{background-image:url("../images/sub/sub_visual05.jpg");}
.sub_visual05{background-image:url("../images/sub/sub_visual09.jpg");}
.sub_visual06{background-image:url("../images/sub/sub_visual03.jpg");}
/***sub_tab_bar 가로 서브메뉴 선택 탭-common 1200px이하***/
.sub_tab_bar{display:none; background-color:#255aa7;}
.sub_tab_bar>div>div{float:left; color:#a1b4d1; position:relative;}
.sub_tab_bar>div>div+div{border-left:1px solid #3166b4;}
.sub_tab_bar a{display:block;}
.sub_tab_bar h4,.sub_tab_bar h3{ padding:8px 15px 6px; font-size:15px; cursor:pointer;}
.sub_tab_bar strong{font-weight:normal;}
.sub_tab_01{width:14%;}
.sub_tab_02{width:42.5%;}
.sub_tab_03{width:42.5%;}
.sub_title.open{color:#ffffff;}
.sub_title:hover{color:#ffffff;}
/*icon_home*/
.sub_tab_01{text-align:center;}
.sub_tab_01>a{padding:9px 0 8px;}
.sub_tab_01>a:hover .icon_home02:before{border-bottom-color:#ffffff;}
.sub_tab_01>a:hover .icon_home02:after{border-color:#ffffff;}
.sub_tab_01 .icon_home02{width:16px; height:14px; display:inline-block; position:relative;  font-size:0; vertical-align:middle;}
.sub_tab_01 .icon_home02:before{content:''; width:0; height:0px; display:block; position:absolute; left:0px; top:0px;
		border:7px solid transparent; border-bottom-color:#a1b4d1; border-top:0; transform:scale(1,0.8);-webkit-transform:scale(1,0.8);
		-moz-transform:scale(1,0.8);-o-transform:scale(1,0.8);-ms-transform:scale(1,0.8);}
.sub_tab_01 .icon_home02:after{content:''; width:4px; height:4px; display:block; position:absolute; left:2px; top:6px;
		border:3px solid #a1b4d1; border-top-width:3px; border-bottom:0;}
/*메뉴 더보기*/
.sub_tab_bar .menu_more{position:absolute; right:12px; top:13px; width:11px; height:11px; overflow:hidden;
		text-indent:-999999px; display:block; font-size:0;}
.sub_tab_bar .menu_more:after,.sub_tab_bar .menu_more:before{content:''; display:block; background-color:#a1b4d1; 
		width:11px; height:1px; position:absolute; left:0; top:5px;}
.sub_tab_bar .menu_more:after{width:1px; height:11px; left:5px; top:0; }
.sub_title.open .menu_more:after,.sub_title.open .menu_more:before{background-color:#ffffff;}
.sub_title:hover .menu_more:after,.sub_title:hover .menu_more:before{background-color:#ffffff;}
/*sub_tab_2depth 메뉴*/
.sub_tab_2depth{display:none; position:absolute; left:-1px; top:39px; width:100.5%; z-index:200; background-color:#f8f8f8;
		 font-size:14px; padding:5px 10px 5px 15px; border-left:1px solid #dddddd; border-right:1px solid #dddddd; border-bottom:1px solid #dddddd;}
.sub_tab_2depth>li{padding:2px 0;}
.sub_tab_2depth>li>a{display:block; color:#838384;}
.sub_tab_2depth>li>a:hover{color:#255aa7; }

/*horizontal_menu_bar 가로 서브메뉴 1201px이상*/
.horizontal_menu_bar{ border-bottom:1px solid #dddddd; text-align:center; background-color:#f1f1f1;}
.horizontal_menu_bar>h3{float:left; font-size:18px;  width:220px; height:50px; background-color:#255aa7; 
		color:#ffffff; display:table;}
.horizontal_menu_bar>h3>span{ display:table-cell; width:100%; height:100%; vertical-align:middle;}
.horizontal_menu_bar>ul{float:right;}
.horizontal_menu_bar>ul>li{float:left; width:182px; height:50px; display:table; border-left:1px solid #e6e6e6; } 
.horizontal_menu_bar>ul>li>a{color:#000000; display:table-cell; width:100%; height:100%; vertical-align:middle; border-top:2px solid #666666;}
.horizontal_menu_bar>ul>li>a.h_menu_on{border-top:2px solid #255aa7; color:#255aa7; background-color:#ffffff;}
.horizontal_menu_bar.horizontal_menu_bar04>ul>li{ width:210px; }

/*경로표시 공통 breadcrumb*/
.breadcrumb{margin-bottom:20px;}
.breadcrumb>p{font-size:0;  text-align:right;}
.breadcrumb span{margin-left:5px; display:inline-block;  vertical-align:middle; font-weight:bold; font-size:14px;}
.breadcrumb span.on{color:#255aa7; }
.breadcrumb span.right_arrow{width:12px; height:12px; position:relative; overflow:hidden;}
.breadcrumb span.right_arrow:before{content:''; height:6px; width:6px; display:block; border:1px solid #777777; border-left-width:0; border-top-width:0; 
		transform:rotate(-45deg);-webkit-transform:rotate(-45deg); -moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);
		-ms-transform:rotate(-45deg); position:absolute; top:2px; left:0px;}
/*icon_home*/
.breadcrumb .icon_home{width:16px; height:14px; display:inline-block; position:relative;  font-size:0; vertical-align:middle;}
.breadcrumb .icon_home:before{content:''; width:0; height:0px; display:block; position:absolute; left:0px; top:0px;
		border:7px solid transparent; border-bottom-color:#255aa7; border-top:0; transform:scale(1,0.8);-webkit-transform:scale(1,0.8);
		-moz-transform:scale(1,0.8);-o-transform:scale(1,0.8);-ms-transform:scale(1,0.8);}
.breadcrumb .icon_home:after{content:''; width:4px; height:4px; display:block; position:absolute; left:2px; top:6px;
		border:3px solid #255aa7; border-top-width:3px; border-bottom:0;}

/*greeting.asp  인사말*/
.greeting_img img{max-width:100%; margin:0 auto; display:block; vertical-align:top; }
.greeting_contents{margin-top:50px;}
.greeting_contents .greeting_title{ font-family:NanumSquare,'나눔스퀘어',NanumGothic,'나눔고딕','돋움',dotum, sans-serif;	 font-weight:800; color:#111111;  
		font-size:30px;}
.greeting_contents p{font-size:17px; margin-top:30px; text-align:center; max-width:1000px; margin:0 auto;} 
.greeting_contents p+p{margin-top:20px;}
.greeting_contents p:nth-child(2){color:#255aa7; font-weight:bold; font-size:19px;}

/*****오시는길*****/
.map_img>span{display:block; width:510px; height:432px; float:right; overflow:hidden; text-align:center;}
.map_img>span>img{height:100%; vertical-align:top;}
.map_img>div{float:left; width:740px;}
.map_txt{margin:50px auto 0; width:90%; color:#333333; font-size:15px; clear:both; } 
.map_txt table{width:100%; border-top:1px solid #255aa7;	border-collapse:collapse; border-spacing: 0;}
.map_txt table th{width:20%; padding:10px 25px; border-bottom:1px solid #e6e6e6; border-right:1px solid #e6e6e6; 
		text-align:left; font-weight:normal;}
.map_txt table td{width:80%; padding:10px 20px; border-bottom:1px solid #e6e6e6; }
.map_txt table tr:last-child th,.map_txt table tr:last-child td{border-bottom:1px solid #4453c1;}

/*정관 articles.asp*/
.sub_contents .articles_wrap{font-size:15px; }
.articles_wrap table{width:100%; border-collapse:collapse; border-spacing:0; table-layout:fixed; background-color:#ffffff;	letter-spacing:-1px;}
.articles_wrap table caption{font-size:0; text-indent:-999999px;}
.articles_list_wrap>h1{font-size:28px; color:#000000;}
.articles_list_wrap>div{margin-top:20px;}
.articles_list_wrap>div+div{margin-top:50px;}
.articles_list_wrap>div>h5{font-family: 'Noto Serif KR', NanumGothic,'나눔고딕','돋움',dotum, sans-serif;	 font-size:22px; letter-spacing:-1px; color:#111111; 
		margin-bottom:25px;}
.articles_list>div+div{margin-top:20px;}
.articles_list>div{position:relative; padding-left:80px; line-height:1.5;}
.articles_list .list_num{font-size:17px; letter-spacing:-1px; font-weight:bold; position:absolute; left:0; top:0; color:#222222;}
.articles_list .list_contents>*+*{margin-top:10px;}
.articles_list .list_type01>li{padding-left:17px; position:relative;}
.articles_list .list_type01>li+li{margin-top:10px;}
.articles_list .list_type01>li:before{position:absolute; left:0; top:0;}
.articles_list .list_type01>li:nth-child(1):before{content:'①';}
.articles_list .list_type01>li:nth-child(2):before{content:'②';}
.articles_list .list_type01>li:nth-child(3):before{content:'③';}
.articles_list .list_type01>li:nth-child(4):before{content:'④';}
.articles_list .list_type01>li:nth-child(5):before{content:'⑤';}
.articles_list .list_type01>li:nth-child(6):before{content:'⑥';}
.articles_list .list_type01>li:nth-child(7):before{content:'⑦';}
.articles_list .list_type01>li:nth-child(8):before{content:'⑧';}
.articles_list .list_type01>li:nth-child(9):before{content:'⑨';}
.articles_list .list_type01>li:nth-child(10):before{content:'⑩';}
.articles_list .list_type02{list-style-type:decimal; margin-top:8px; list-style-position:outside; padding-left:5px;}
.articles_list .list_type02.list_type02_02{ padding-left:17px;}
.articles_list .list_type02>li{position:relative; }
.articles_list .list_type02>li+li{margin-top:3px;}
.list_contents .list_table{margin-top:20px;}
.list_contents .list_table th{padding:11px 4px; color:#333333; text-align:center; border:1px solid #cccccc; background-color:#f8f8f8; }
.list_contents .list_table td{padding:11px 4px; border:1px solid #cccccc; text-align:center;}
.list_contents .list_table td.address{padding:11px 10px;  text-align:left; }
.property_wrap{margin-top:60px;}
.property_contents02{margin-top:60px;}
.property_contents h5{font-size:26px; color:#000000; margin-top:20px;}
.property_contents em{display:block;}
.property_contents_list{margin-top:25px;}
.property_contents_list>div+div{margin-top:30px;}
.property_contents_list h6{ font-size:22px; letter-spacing:-1px; color:#111111; }
.property_contents_list table{margin-top:20px;}
.property_contents_list table th{padding:11px 4px; color:#333333; text-align:center; border:1px solid #cccccc; background-color:#f8f8f8; }
.property_contents_list td{padding:11px 4px 11px 4px; border:1px solid #cccccc; text-align:center; }
.property_contents_list td.address{padding:11px 10px;  text-align:left; }

/*board_member.asp 임원현황*/
.board_member_wrap strong{display:block; font-size:20px; color:#000000;}
.board_member_table{margin-top:12px; background-color:#ffffff;}
.board_member_wrap table{width:100%; border-collapse:collapse; border-spacing:0; table-layout:fixed;}
.board_member_wrap table caption{font-size:0; text-indent:-999999px;}
.board_member_wrap th{padding:12px 4px; color:#333333; text-align:center; border:1px solid #cccccc; background-color:#f8f8f8; 
		border-top:2px solid #666666; border-bottom-color:#999999;}
.board_member_wrap td{padding:11px 4px 11px 4px; border:1px solid #cccccc; text-align:center; }

/*business01.asp 장학사업*/
.business01_img img{max-width:100%; margin:0 auto; display:block; vertical-align:top; }
.business01_contents{margin-top:50px; text-align:center; letter-spacing:-1px;}
.business01_contents p:first-child{font-family:NanumSquare,'나눔스퀘어',NanumGothic,'나눔고딕','돋움',dotum, sans-serif;	 font-weight:800; color:#111111; 
		font-size:30px;}
.business01_contents p>span{display:block;}
.business01_contents p strong{color:#255aa7;  font-weight:800;}
.business01_contents p+p{margin-top:20px; font-size:19px; color:#444444; font-weight:bold;}

/*business02.asp 장학금 지급규정*/
.business02_img img{max-width:100%; margin:0 auto; display:block; vertical-align:top; }
.business02_contents{margin-top:50px; letter-spacing:-1px; font-size:16px;}
.business02_contents>h1{font-size:28px; color:#000000;}
.rule_list{margin-top:20px; padding-top:20px; border-top:1px solid #666666;}
.rule_list>div+div{margin-top:20px;}
.rule_list>div{position:relative; padding-left:80px; line-height:1.5;}
.rule_list_num{font-size:17px; letter-spacing:-1px; font-weight:bold; position:absolute; left:0; top:0; color:#222222;}
.rule_list_contents>*+*{margin-top:15px;}
.rule_list_type01{list-style-type:decimal; list-style-position:outside; padding-left:15px; font-weight:bold;}
.rule_list_type01>li+li{margin-top:15px;}
.rule_list_type01>li em{display:block;}
.rule_list_type02{margin-top:8px; font-weight:normal;}
.rule_list_type02>li{padding-left:15px; position:relative; font-size:15px;}
.rule_list_type02>li+li{margin-top:5px;}
.rule_list_type02 li:before{position:absolute; left:0; top:0;}
.rule_list_type02 li:nth-child(1):before{content:'1)';}
.rule_list_type02 li:nth-child(2):before{content:'2)';}
.rule_list_type02 li:nth-child(3):before{content:'3)';}
.rule_list_type02 li:nth-child(4):before{content:'4)';}
.rule_list_type02 li:nth-child(5):before{content:'5)';}
.rule_list_type02.rule_list_type02_02>li{font-size:16px;}
.rule_list_type02.rule_list_type02_02>li+li{margin-top:10px;}
.rule_list_type03{margin-top:8px;}
.rule_list_type03>li{padding-left:18px; position:relative; font-size:15px;}
.rule_list_type03>li+li{margin-top:5px;}
.rule_list_type03>li:before{position:absolute; left:0; top:0;}
.rule_list_type03>li:nth-child(1):before{content:'(1)';}
.rule_list_type03>li:nth-child(2):before{content:'(2)';}
.rule_list_type03>li:nth-child(3):before{content:'(3)';}
.rule_list_type03>li:nth-child(4):before{content:'(4)';}
.rule_list_type03>li:nth-child(5):before{content:'(5)';}
.additional_clause{margin-top:50px;}
.additional_clause h6{font-size:20px; color:#222222;}
.additional_clause p{margin-top:10px; padding-left:10px;}

/*support01.asp 후원안내*/
.support01_img img{max-width:100%; margin:0 auto; display:block; vertical-align:top; }
.support01_contents{margin-top:50px; text-align:center; }
.support01_slogan01{font-family:NanumSquare,'나눔스퀘어',NanumGothic,'나눔고딕','돋움',dotum, sans-serif;	 font-weight:800; color:#111111; font-size:38px; 
		letter-spacing:-1px;}
.support01_slogan02{font-family:NanumSquare,'나눔스퀘어',NanumGothic,'나눔고딕','돋움',dotum, sans-serif;	 font-weight:800; color:#333333; font-size:28px;
		letter-spacing:-1px;}
.support01_slogan02>span{display:block;}
.support01_slogan02 strong{color:#255aa7;  font-weight:800;}
.support01_contents table{width:100%; border-collapse:collapse; border-spacing:0; table-layout:fixed; letter-spacing:-1px;  margin-top:40px;}
.support01_contents table caption{font-size:0; text-indent:-999999px;}
.support01_contents th{padding:10px 4px; color:#333333; text-align:center; border:1px solid #cccccc; background-color:#f5f5f5; font-weight:bold; font-size:16px;}
.support01_contents td{padding:10px 4px 10px 4px; border:1px solid #cccccc; text-align:center; font-size:15px;}
.support01_contents tr:first-child th{border-top:2px solid #666666;}
.support01_contents p:last-child{margin-top:20px; font-size:16px; font-weight:bold;}
.support01_contents p:last-child strong{color:#255aa7}



/*1320이하 */
@media screen and (max-width:1320px){
/*****오시는길*****/
.map_img>span{ width:46%; }
.map_img>div{width:53%;}

}


/*1200이하 */
@media screen and (max-width:1200px){

/***sub_tab_bar 가로 서브메뉴 선택 탭-common***/
.sub_tab_bar{display:block;}
/*horizontal_menu_bar 가로 서브메뉴 1201px이상*/
.horizontal_menu_bar{ display:none;}


}

/*1024이하 */
@media screen and (max-width:1024px){
/*common*/
.sub_contents>h4>span {font-size:45px; margin-top:20px;}
.sub_contents>h4>span:before{top:-20px;}

/*****오시는길*****/
.map_img>span{float:none; width:100%; height:auto;}
.map_img>span>img{max-width:100%; height:auto; margin:40px auto 0}
.map_img>div{float:none; width:100%;}

}


/*768이하 */
@media screen and (max-width:768px){
/*common*/
.sub_container{font-size:14px; padding:0 0 60px; min-height:400px;}
.sub_contents{padding-top:30px;}
.sub_contents>h4{font-size:24px;}
.sub_contents>h4>span{font-size:35px;}
.sub_contents>h4>span:before{height:25px;} 
.contents_wrap{margin-top:25px;}


/***sub_tab_bar 가로 서브메뉴 선택 탭-common 1200px이하***/
.sub_tab_01{ display:none;}
.sub_tab_bar>div>div+.sub_tab_02{width:50%;border-left:none;}
.sub_tab_03{width:50%;}
.sub_tab_2depth{ padding: 5px 10px;}

/*경로표시 공통 breadcrumb*/
.breadcrumb{display:none;}

/*****오시는길*****/
.map_txt{margin:30px auto 0; width:100%; font-size:14px;} 
.map_txt table th{width:20%; padding:10px 0 10px 15px;}
.map_txt table td{width:80%; padding:10px; }

/*정관 articles.asp*/
.sub_contents .articles_wrap{font-size:14px;}
.articles_list_wrap>h1{font-size:22px; letter-spacing:-1px;}
.articles_list_wrap>div>h5{font-size:20px; margin-bottom:15px;}
.articles_list>div+div{margin-top:15px;}
.articles_list>div{padding-left:50px;}
.articles_list .list_num{font-size:15px;}
.property_contents h5{font-size:22px;}
.property_contents_list h6{ font-size:20px;}
.list_contents .list_table td.address{padding:11px 8px;}
.property_contents_list td.address{padding:11px 8px;}

/*board_member.asp 임원현황*/
.board_member_wrap strong{font-size:17px;}
.board_member_table{margin-top:10px;}
.board_member_wrap table{letter-spacing:-1px;}
.board_member_wrap th{font-size:15px;}
.board_member_wrap td{font-size:14px; }

/*business01.asp 장학사업*/
.business01_contents p:nth-child(2)>span{display:inline;}

/*business02.asp 장학금 지급규정*/
.business02_contents{font-size:14px;}
.business02_contents>h1{font-size:22px; letter-spacing:-1px;}
.rule_list>div+div{margin-top:15px;}
.rule_list>div{padding-left:45px;}
.rule_list_num{font-size:15px;}
.rule_list_contents>*+*{margin-top:10px;}
.rule_list_type02>li{font-size:14px;}
.rule_list_type02.rule_list_type02_02>li{font-size:14px;}
.rule_list_type03>li{padding-left:16px; font-size:13px;}
.additional_clause h6{font-size:17px;}

}/*768이하 끝*/


/*600이하 */
@media screen and (max-width:600px){
/*common*/
.sub_contents{padding-top:20px;}
.sub_contents>h4{font-size:21px; letter-spacing:-1px;}
.sub_contents>h4>span{font-size:27px;}
.sub_contents>h4>span:before{height:20px; top:-15px;}

/***서브 비주얼***/
.sub_visual{height:250px;}
.sub_visual_txt{font-size:20px;}
.sub_visual_txt strong{font-size:30px;}
.sub_visual_txt p:nth-child(2){ font-size:26px;}

/***sub_tab_bar 가로 서브메뉴 선택 탭-common 1200px이하***/
.sub_tab_bar{letter-spacing:-1px;}
.sub_tab_bar h4,.sub_tab_bar h3{font-size:14px; padding: 8px 10px 6px; }
/*sub_tab_2depth 메뉴*/
.sub_tab_2depth{top:37px;}
/*메뉴 더보기*/
.sub_tab_bar .menu_more{right:5px;} 

/*greeting.asp  인사말*/
.greeting_contents{margin-top:40px;}
.greeting_contents .greeting_title{font-size:26px; letter-spacing:-1px;}
.greeting_contents p{font-size:16px;}
.greeting_contents p+p{margin-top:15px;}
.greeting_contents p:nth-child(2){ font-size:17px;}

/*business01.asp 장학사업*/
.business01_contents{margin-top:40px;}
.business01_contents p:first-child{font-size:26px;}
.business01_contents p:first-child>span{display:inline;}
.business01_contents p+p{font-size:17px; margin-top:15px;} 

/*business02.asp 장학금 지급규정*/
.business02_contents{margin-top:40px;}


/*support01.asp 후원안내*/
.support01_contents{margin-top:40px;}
.support01_slogan01{font-size:30px;}
.support01_slogan02{font-size:26px;}
.support01_slogan02>span{display:inline;}
.support01_contents table{margin-top:30px;}
.support01_contents th{font-size:15px;}
.support01_contents td{font-size:14px;}
.support01_contents p:last-child{margin-top:15px; font-size:15px;} 

}



/*420이하 */
@media screen and (max-width:420px){
/*common*/


/***서브 비주얼***/
.sub_visual_txt{font-size:18px;}
.sub_visual_txt strong{font-size:28px;}
.sub_visual_txt p:nth-child(2){ font-size:22px;}
.sub_visual_txt p+p{line-height:1.5;}

/*greeting.asp  인사말*/
.greeting_contents{margin-top:30px;}
.greeting_contents .greeting_title{font-size:24px;}
.greeting_contents p{font-size:15px;}
.greeting_contents p:nth-child(2){ font-size:16px;}

/*정관 articles.asp*/
.sub_contents .articles_wrap{font-size:13px;}
.articles_list_wrap>h1{font-size:21px;}
.articles_list_wrap>div>h5{font-size:19px;}
.articles_list>div{padding-left:46px;}
.articles_list .list_num{font-size:14px;}
.articles_list .list_type01>li{padding-left:15px;}
.articles_list .list_type02{padding-left:3px;}
.articles_list .list_type02.list_type02_02{ padding-left:15px;}
.property_contents h5{font-size:21px;}
.property_contents_list h6{ font-size:19px;}
.list_contents .list_table th{padding:11px 3px;}
.list_contents .list_table td{padding:11px 3px;}
.list_contents .list_table td.address{padding:11px 6px;} 
.property_contents_list table th{padding:11px 3px;}
.property_contents_list td{padding:11px 3px;}
.property_contents_list td.address{padding:11px 6px;}

/*board_member.asp 임원현황*/
.board_member_wrap th{font-size:14px; padding:12px 2px;}

/*business01.asp 장학사업*/
.business01_contents{margin-top:30px;}
.business01_contents p:first-child{font-size:24px;}
.business01_contents p+p{font-size:15px;} 

/*business02.asp 장학금 지급규정*/
.rule_list>div{padding-left:42px;}

/*support01.asp 후원안내*/
.support01_contents{margin-top:20px;}
.support01_slogan01{font-size:28px;}
.support01_slogan02{font-size:24px;}
.support01_contents table{margin-top:20px;}




}