﻿@charset "utf-8";

/* 공용 */
.font_s a{color:#333; text-decoration: none;}
.font_s a:hover{color:#d15d27; text-decoration: underline;}
.font_s tr td,
.font_s tr th{padding:10px 5px; font-size:13px;}

h2.tit3{border-radius:40px; padding:15px; word-break: keep-all; background:#45abbd; color:#fff; font-size:18px; text-align:Center;}
h2.tit3.box_red{background:#ea4141;}
h2.tit3.box_green{background:#64a113;}
h2.tit3 p{font-size:16px; font-weight: normal;}

/* 회장단소개 */
.groupInfo .box_st3{margin-bottom:20px;}
.groupInfo .box{position: relative; min-height:150px; padding:20px;}
.groupInfo .box .imgWrap{position: absolute; top:10px; left:10px;}
.groupInfo .box p{margin-left:170px;}
.groupInfo .box p span{display:block; margin:0 0 10px; font-weight: bold; color:#64a113; font-size:15px;}

@media screen and (max-width: 460px){

	/* 회장단소개 */
	.groupInfo .box{position: relative; min-height:150px; padding:10px;}
	.groupInfo .box .imgWrap{position: relative; top:0; left:0; width:100%; text-align:center; margin-bottom:10px;}
	.groupInfo .box p{margin:0;}

}