@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);

/*폰트*/
@font-face{
	font-family: 'Nanum Gothic', sans-serif;
}

img{
	vertical-align:bottom;
}
/*common*/
#wrap{
	width:100%;
	max-width:640px;
	margin:0 auto;
}

/*탑 로고,로그인,메뉴*/
#header{
	width:100%;
	position:relative;
}
.top_wrap{
	width:100%;
	padding:10px 0;
}
hr{
	border:1px solid #528dc6;
}
/*로고*/
.top_wrap h1{
	/* text-align:center; */
	margin-left:60px;  
	padding:10px 10spx 11px 0;
}
.top_wrap h1 img{
	width:130px;
}

/*메뉴바*/
.btn_all{
	position:absolute;
	top:25px;
	left:10px;
	cursor:pointer;
	width:38px;
	height:46px;
}
.bar{
	display:block;
	width:31px;
	height:3px;
	background:#528dc6;
	margin-top:7px;
	border-radius:2px;
}

/*로그인 아이콘*/
.common_menu{
	position:absolute;
	top:19px;
	right:10px;
	cursor:pointer;
}
.common_menu img{
	width:42px;
	    margin-top: 5px;
}

/*메뉴박스*/
#allmenu{
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	left:-100%;
	background:rgba(0,0,0,0.5);
	z-index:191;
	margin:auto;
}
#menuMoreList{
	top:0;
	right:0;
	width:70%;
	height:100%;
	min-height:100%;
	overflow-y:scroll;
	overflow-x:hidden;
	background:#f4f4f4;
	border-right:5px solid #528dc6;
	z-index:120;
}
.menu_btn{
	position:relative;
	height:44px;
	overflow:hidden;
	margin:0 auto;
	padding:10px;
	background:transparent;
}

/*메뉴박스 디자인*/
.menu_logo img{
	width:160px;
}

.menu_logo{
	text-align:left;
}

.menu_btn{
	width:100%;
	color:#a29f9f;
	font-size:22px;

	margin-bottom:20px;
}
#btnclose{
	position:absolute;
	top:10px;
	right:0;
	margin-right:30px;
	margin-top:19px;
	cursor:pointer;
}
#btnclose img{
	width:30px;
}

/*메뉴박스 텍스트*/
.lnb li{
	color:#6c6c6c;
	font-size:17px;
	line-height:30px;
	margin-left:10px;
}

.lnb{
	margin-bottom:25px;
}

.lnb:last-child{
	margin-bottom:30px;
}
.lnb li:hover{
	color:#528dc6;
}
.lnb_pt{
	font-size:20px;
	font-weight:600;
	color:#444343;
	border-bottom:1px solid #a29f9f;
	padding:10px 0;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:10px;
}



/*container_wrap*/
#container_wrap{
	width:100%;
}

/*메인이미지*/
.main_img{
	width:100%;
	text-align:center;
	position:relative;
}
.main_img img{
	width:100%;
}

/*맵*/
.map table{
	position:absolute;
	top:0;
	width:100%;
	z-index:99;
}
.map table td{
	padding-bottom:9.5%;
}

.map_txt{
	position:absolute;
	z-index:100;
	width:80%;
	padding:20px 10px;
	background:rgba(51,102,153,0.9);
	display:none;
	top:48%;
	left:5%;
	text-align:center;
	cursor:pointer;
}
.map_txt ul{

}
.map_txt ul>li{
	list-style:square;
	list-style-position:inside;
	float:left;
	color:white;
	margin-left:15px;
	margin-right:15px;
	line-height:23px;
	font-weight:bold;
	width:90px;
	text-align:left;
}
.map_c{
	cursor:pointer;
}

.close{
	position:absolute;
	top:5px;
	right:5px;
	cursor:pointer;
}
.close img{
	width:20px;
}

@media screen and (max-width:365px){
	.map_txt{
		top:20%;
	}

}


/*토탈박스*/
.total_wrap{
	width:100%;
	font-size:12px;
	font-weight:666;
}

.total1,.total2{
	width:50%;
	float:left;
}
.totalbox{
	background:#915693;
	float:right;
	margin-right:1px;

}
.totalbox2{
	background:#336699;
	float:left;
	margin-left:1px;
}
.totalbox, .totalbox2{
	width:30%;
	height:auto;
	border-radius:5px;
	padding:10px;
	color:#fff;
	text-align:center;
	font-weight:600;
	}

/*토탈박스 텍스트*/
.totalbox>ul{
	border-bottom:1px dashed white;
}
.totalbox>ul>li{
	list-style:disc;
	list-style-position:inside;
	color:white;
	line-height:30px;
	font-weight:666;
}
.txt_r{
	float:right;
}
.totalbox>ul>li:last-child{margin-bottom:10px;}


.txt_total{
	width:100%;
	color:white;
	font-weight:666;
	margin-top:9.3px;
}

.txt_total2{
	width:100%;
	color:white;
	font-weight:666;
	padding-top:13px;
}
.txt_total img{
	width:20px;
	margin-right:1px;
}

.totalbox2>ul{
	margin-top:20px;
	border-top:1px dashed white;
	padding-top:4.6px;
}
.totalbox2>ul>li{
	list-style-position:inside;
	color:white;
	line-height:30px;
	font-weight:bold;
	margin-top:6.9px;
}

.totalbox2>ul>li img{
	width:20px;
}
/*참여현황, 참여방법, 공지사항 wrap*/
.content_wrap{
	width:100%;
}

/*참여현황, 참여방법*/
.cont_wrap{
	width:100%;

}
.content{
	width:50%;
	float:left;
	margin-top:5px;
	position:relative;
}

.content2{
	width:50%;
	float:left;
	margin-top:5px;
	position:relative;
}
.content_2{ width:50%; float:left; position:relative; }
.content2_2, .content2_3{ width:50%; float:left; position:relative;  }


/*참여현황 텍스트*/
.con_txt{
	position:absolute;
	top:0;
	right:4%;
	text-align:right;
	color:#fff;
	margin-top:10%;
}
.con_txt2{
	position:absolute;
	top:0;
	left:4%;
	text-align:left;
	color:#fff;
	margin-top:10%;}
.con_txt3
{ position:absolute; width:100%; top:18%; text-align:right; color: #fff; right:4%}
.con_txt4
{ position:absolute; width:100%; top:25%; text-align:left; color: #fff; left:4%; }
.con_txt3 h2{ text-align:center;}

.con_txt h3, .con_txt2 h3{
	margin-bottom:6px;
	font-size:16px;
}

/*참여현황,참여방법 아이콘*/
.con_txt img,.con_txt2 img{
	margin-top:2px;
	width:20%;
}




/*공지사항*/
.content3{
	background:#719dd0;
	clear:both;
	padding:20px;
	position:relative;
}


/*공지사항 텍스트*/
.txt_content3{
	color:white;
	padding-bottom:20px;
}

.content3 ul{
	margin-top:10px;
}
.content3 ul>li{
	list-style:square;
	list-style-position:inside;
	margin-top:10px;
	color:white;
}
.content3 ul>li:hover{
	text-decoration:underline;
}

.more{
	position:absolute;
	padding:3px 5px;
	background:#336699;
	top:20px;
	right:20px;
	text-align:center;
}


/*비디오*/
.video_wrap{
	width:100%;
	text-align:center;
	margin-top:2px;
	padding-top:20px;
	padding-bottom:15px;
}
.video{
	width:100%;
	margin:0 auto;
	position:relative;
}

/*푸터*/
#footer{
	width:100%;
	text-align:center;
	clear:both;
	padding-top:20px;
	padding-bottom:30px;
}

.banner{
	width:100%;
	text-align:center;
}

.banner span{
	padding-top:10px;
	display:inline-block; 
	width:32%; 
}

.banner img{
	width:135px;
}
.int{
	width:100%;
	height:50px;
	clear:both;
	margin-top:20px;
}






/*운동소개 페이지*/
.contop{
	height:auto;
	border-bottom:1px solid #6c6c6c;
	margin-bottom:13px;
}

.path{
	padding-top:10px;
}

.path img{
	width:10px;
	vertical-align:middle;
	padding-bottom:2px;
}

.path span{
	font-size:11px;
	color:#6c6c6c;
	margin:0 5px;
}
.path span em{
	font-weight:bold;
	color:#444343;
}

.contop h4{
	text-align:center;
	color:#444343;
	font-size:23px;
	font-weight:bold;
	padding-top:25px;
	padding-bottom:25px;
}


/*참여방법, 참여조건 페이지*/
.container_wrap{

}

.conbox{
	position:relative;
	font-size:14px;
	padding-bottom:20px;
	margin:0 10px;
}

.conbox h4{
	background:url(../img/sub.png)5px 50% no-repeat;
	font-weight:bold;
	color:#444343;
	margin:20px 0px;
	display:block;
	font-size:15px;
	padding-left:25px;
}

.conbox h5{
	color:#528dc6;
	font-weight:bold;
	font-size:15px;
}
.conbox h6{
	text-align:center;
}
.conbox p{
	line-height:20px;
}
.con_box_img {width:100%; text-align:center;}
.con_box_txt { font-weight:600; color:#888;}
.mt30{
	margin-top:30px;
}
.mt10{
	margin-top:10px;
}

.sub_12 li{
	background:url(../img/li.png)5px 50% no-repeat;
	padding-left:20px;
	color:#444343;
	margin-top:15px;
}

.sub_12 li img{
	width:10px;
	margin-top:5px;
}
.sub_li_2 li{
	background:url(../img/li.png)  no-repeat ;
	padding-left:20px;
	color:#444343;
	margin-top:10px;
	line-height:20px;
	background-position-y:5px;
}


.sub_12 p{ margin:5px 20px;}


.sub_i{
	text-align:center;
	clear:both;
}

/*참여현황 페이지*/
.toggle_wrap .toggle_reply {
    display: none;
    font-size: 14px;
    word-break: break-all;
    word-wrap: break-word;
}

.toggle_wrap .toggle_reply.active {
    display: block;
}

colgroup {
    display: table-column-group;
}

dl {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}
dt {
    display: block;
}


dd {
    display: block;
    -webkit-margin-start: 40px;
}

.today{
	width:100%;
	font-weight:bold;
	text-align:center;
	margin-bottom:20px;
	position:relative;
	overflow:hidden;
}
tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}

.today_m{
	width:47%;
	line-height:40px;
	color:#fff;
	float:left;
	background:#c781ca;
}
.total_m{
	width:47%;
	line-height:40px;
	color:#fff;
	float:right;
	background:#8d88d8;
}

.box_real {
	border:1px solid #e2e2e2;
	padding:18px;
	font-size:14px;
	color: #444;

}
.box_real .txt01 {
	font-size:16px;
	font-weight:bold;
	color: #444;
}
.box_real span {
	color:#c40007;
}

.toggle_wrap dt, .toggle_wrap dd{
	position:relative;
}

.toggle_tit{
	width:100%;
}

.toggle_wrap .toggle_tit:first-child a {
    border-top: 0;
}
.toggle_wrap .toggle_tit a {
    line-height: 55px;
    background: url(../img/icon3.png) 20px 23px #f6f6f6 no-repeat;
    color: #6d6d6d;
    font-weight: 800;
    font-size: 18px;
    border-bottom: 1px solid #dedede;
    padding-left: 38px;
    display: block;
    text-decoration: none;
}
.arrow {
    position: absolute;
    top: 25px;
    right: 20px;
}


.toggle_wrap dt, .toggle_wrap dd {
    position: relative;
}
.toggle_wrap .toggle_tit a.active {
    background: url(../img/icon4.png) 20px 23px #4873a6 no-repeat;
    color: #fff;
    font-weight: 800;
    font-size: 18px;
    border-top: 1px solid #184b88;
    border-bottom: 1px solid #184b88;
    padding-left: 38px;
    text-decoration: none;
}


.board_area {
    position: Relative;
    width: 100%;
    border-top: 2px solid #7996b8;
}
.board_area th {
    font-size: 13px;
    height: 40px;
    text-align: center;
    line-height: 20px;
    color: #444;
    background: #eef3f9;
    border-bottom: 1px solid #ddd;
}
.board_area .first {
    background: #f9f9f9;
    color: #444;
}
.board_area td {
    font-size: 13px;
    padding: 5px;
    text-align: center;
    line-height: 20px;
    color: #666;
    border: 1px solid #ddd;
	border-right:none;
}


.board_area .total {
    background: #fef2f2;
    color: #d70000;
    font-weight: bold;
}
/*sub페이지*/
.select{
	text-align:center;
	margin-top:20px;
	position:relative;

}



.s_menu{
	text-align:center;
	width:80%;

	-webkit-border-radius:0;
	background:#fff;
	padding-left:10px;
}
.personnel{
	float:right;
	height:50px;
	margin-right:10px;
}

.personnel span{
	font-weight:bold;
	color:#444343;
}
.personnel span em{
	color:#528dc6;
	font-size:20px;
}

.top_icon{
	font-weight:bold;
	padding-top:20px;
	text-align:center;
}
.top_icon img{
	vertical-align:middle;
}

.bd_go, .video_go{
	line-height:40px;
	background:#528dc6;
	color:#fff;
	padding:10px;
	border-radius:3px;
}

.video_go{
	margin-left:5px;
}


.sub_12_2>li{
	background:transparent;
}



/*참여신청*/



.tbox1 {
    border: 1px solid #cdcdcd;
}

.tbox1 .txt_scroll {
    height: 200px;
    padding: 0 20px;
    overflow-y: auto;
}

/*참여신청 수정사항*/

.board_box{
	width:100%;
}

.board_box tr{
	border-bottom:1px solid #cdcdcd;
}

.right{
	background:#f3f3f3;
    font-weight: 700;
    color: #222
}

.left{
	width:90%;
	height:24px;
	margin:5px 5px;
	vertical-align:middle
}

.left_2{
	width:45%;
	height:24px;
	margin:5px 0px;
	margin-left:5px;
	vertical-align:middle
}
.left_3{
	width:30%;
	height:24px;
	margin:5px 0px;
	margin-left:5px;
	vertical-align:middle
}

.left_t{
	vertical-align:middle
}

.le_btn{
	vertical-align:middle;
	padding:5px;
	height:24px;
	background:#528dc6;
	color:white;
}

.check{
	padding:8px 15px;
}
.board_box p{
	padding-left:10px;
	padding-bottom:5px;
	font-size:12px;
	line-height:16px;
}
.re{
	color:red;
}

.board_box em{
	font-weight:bold;
	color:#333;
	margin-left:10px;
}

.sub{
	border:0px;
	width:130px;
	height:40px;
	background:#4773a6;
	color:#fff;
	font-family:NanumGothic;
	padding-bottom:2px;
	font-size:14px;
	font-weight:bold;
}

.cent{
	text-align:center;
}

.txt1{
	font-weight:bold;
	color:#333;
	margin-bottom:10px;
}

.txt2{
	color:#141490;
	font-weight:bold
}

.txt3{
	color:#528dc6;
	font-weight:bold;
	line-height:20px;
}

/*공지사항*/

.board_box_2{
	border-top:1px solid #ededed;
	width:100%;
}


.board_box_2 th, .board_box_2 td{
	height:40px;
	border-bottom:1px solid #ededed;
}


.board_box_2 td{
	padding-left:10px;
}

.board_box_2 em{
	font-weight:bold;
}

.board{
	width:100%;
	height:300px;
	border:1px solid #ededed;
}

.board p{
	color:#6c6c6c;
	margin:20px;
}

.sub4{
	-webkit-border-radius:0;
	-webkit-appearance: none;
	cursor:pointer;
}

.bot_box{
	height:25px;
	color:#666666;
	font-size:9pt;
	background-color:#fff;
	border:1 #DFDFDF solid;
	-webkit-border-radius:0;
}
.bot_box2{
	width:30%;
	height:25px;
	color:#666666;
	font-size:9pt;
	float:right;
	background-color:#fff;
	border:1 #DFDFDF solid;
	margin-bottom:10px;
}

.bot_box3{
	display:inline;
}

.sub2{
	padding:0 5px;
	height:27px;
	font-weight:700;
	border:1 #DFDFDF solid;
	color:#111111;
	line-height:1.5;
	cursor:pointer;
	vertical-align:middle;
	-webkit-border-radius:0;
	-webkit-appearance: none;
}

.conbox table{
	width:100%;
}

.rit_wrap{
	width:100%;
	padding:10px 0;
	background:#ededed;
}

.rit{
	text-align:center;
	width:100%;
}

.tit{
	line-height:1.5;
}


/*게시판*/

.writ_1{
	background:#528dc6;
	color:#fff;
}
.writ_3{
	background:#528dc6;
	color:#fff;
}

.change, .change_1{
	-webkit-border-radius:0;
	-webkit-appearance: none;
}

.change_1{
	float:left;
	display:block;
}


.change{
	float:right;
}
.change_wrap{
	width:100%;
	margin-bottom:30px;
}

.change input, .change_1 input{
	border:1px solid #ededed;
	width:70px;
	height:30px;
	margin:5px 0;
	font-weight:bold;
	-webkit-border-radius:0;
	-webkit-appearance: none;
}



.writ{
	width:98%;
	-webkit-border-radius:0;
	-webkit-appearance: none;
}
.writ_2{
	width:98%;
	height:300px;
	margin:5px 0;
	-webkit-border-radius:0;
	-webkit-appearance: none;
	text-align:left;
}

/* 마이페이지 - 구매관리 - 작업게시판 리스트 */
.serviceTable{
	width:100%;
	border-top:1px solid #ededed;
	text-align:center;
}
.serviceTable th, .serviceTable td {
	padding:10px 0;
	border-bottom:1px solid #ededed;
	color:#666;
	font-size:13px;
	line-height:20px;
}
.serviceTable th{
	font-weight:500;
	text-align:center;
}

.serviceTable td{
	text-align:left;
	padding-left:20px;
	color:#6c6c6c;
}
.serviceTable em{
	font-weight:bold;
}

.serviceTable span{
	display:block;
	text-align:center;
}
.group{
	font-weight:bold;
	color:#528dc6;
}

.list_page li:hover a, .list_page li a.on {
    color: #fff;
    background: #444;
}
.list_page {
    text-align: center;
    margin: 60px auto 0;
	margin-bottom:30px;
	clear:both;
}
.list_page ul {
    display: inline-block;
    overflow: hidden;
    padding: 0 7px;
    vertical-align: bottom;
}
.list_page ul li{
	float:left;
}
.list_page li a {
    display: block;
    width: 24px;
    height: 24px;
    font-size: 12px;
    color: #444;
    text-align: center;
    line-height: 25px;
}

.list_page .first_btn {
    display: inline-block;
    width: 25px;
    height: 24px;
    text-indent: -9999px;
    vertical-align: bottom;
    background: url(../img/left_.jpg) no-repeat left top;
}


.list_page .last_btn {
    display: inline-block;
    width: 24px;
    height: 24px;
    text-indent: -9999px;
    vertical-align: bottom;
    background: url(../img/right_.jpg) no-repeat right top;
}




/*로그인 페이지*/
.mt20{
	margin-top:20px;
}

.log_box{
	width:90%;
	border:1px solid #d9d9d9;
	padding:5px;
	margin:0 auto;
	text-align:center;

}




.log_name span{
	font-size:30px;
	font-weight:bold;
}

.log_db{
	width:100%;
	background:#f0f0f0;
	text-align:center;
	font-weight:bold;
	padding:30px 0;
}

.log_db input{
	width:70%;
	height:30px;
	font-weight:bold;
	vertical-align:middle;
	-webkit-border-radius:0;
	-webkit-appearance: none;
}

.log_db div{
	margin-bottom:8px;
}

.log_btn {
    width: 70px;
    height: 22px;
    font-weight: bold;
    color: #fff;
    background-color: #333;
}

.log_pt{
	color:red;
	margin-bottom:10px;
}

/* 기도문 */

.gido {width:98%; margin:0 auto;  border:2px solid #91c2f2;  box-sizing:border-box; }
.gido .gido_top { font-size:20px; font-weight:600; text-align:center; line-height:50px; background:#91c2f2; color:#fff; }
.gido .gido_list { font-size:14px; color:#444; margin:10px 5px; }

.gido .gido_list li { line-height:30px; padding-left:13px; }

.gido .gido_list .list01 { background:url(../img/bar.png)no-repeat left; border-top:1px dashed #ddd;}
.gido .gido_list .list02 { background:url(../img/bar2.png)no-repeat left;border-top:1px dashed #ddd;}
.gido .gido_list .list03 { background:url(../img/bar3.png)no-repeat left;}

.gido .gido_list .list02:first-child { border-top:none;}




.gido2 {width:98%; margin:0 auto;background:url(../img/gido_bg.jpg)no-repeat right bottom; border:2px solid #60a9f0;  box-sizing:border-box; }

.gido2 .gido_top { font-size:20px; font-weight:600; text-align:center; line-height:50px; background:#60a9f0; color:#fff; }


.gido2 .gido_list { font-size:14px; color:#444; margin:10px 5px; }

.gido2 .gido_list li { line-height:30px;  }





/* 미사 스케줄 */
.schedule .schedule_top { font-size:22px; color:#fff; background:#528dc8; font-weight:600; text-align:center; padding:10px 0; }
.schedule table { width:95%; margin:20px auto; }
.schedule table th, .schedule table td { border:1px solid #ddd; text-align:center; font-size:14px; padding:10px; color:#444; }
.schedule table th { background:#e5f2ff;}
.schedule table td { background:#fdfeff; }

.schedule_btn { color:#fff; display:inline-block; background:#a8a8a8; padding:5px 8px; margin-top:10px; margin-left:20px; border-radius:2px; }
