*{margin: 0px; padding: 0px;}
ul{list-style: none;} /*리스트 앞에 .같은거 제거 */
a{text-decoration: none;} /* 링크에 밑줄 제거 */

/* 헤더 */
/*   id: #id명,  class: .클래스명 */

header{
	width: 1000px; /*메인 이미지의 너비 사이즈와 같음 */
	height: 95px;
	background-color: #2d3a4b;	
	position: relative;
	margin: 0 auto;
}

#userdata {
		width: 988px;
		height: 20px;
		border: 1px solid black;
		background-color: white;
		margin: 0 auto;
		color: #2d3a4b;
		padding: 5px 5px;
		text-align:right;
		font-size: 13px;
}

#logo{
	position: absolute;
	top: 10px;
	left: 10px;
}

.logo {
	width:80%;
}
#top_menu{
	position: absolute;
	top:20px;
	right: 10px;
	color: white;	
	text-align: right;
}


#top_menu a{
	color: white; 
	padding:10px; 
	display:inline-block;
}
#top_menu a:hover{color: #05AA50;}

nav{
	position:absolute;
	bottom: 10px;
	left: 220px;
	font-size: 16px;
}

nav li{
	display: inline;
	margin-left: 30px;
}

nav li a{color: white;}

nav li a:hover{
    color: #05AA50;
}

#content li{
	display: inline;
	margin: 30px 0;

}

footer{
	width: 1000px;
	height: 90px;
	margin-top: 20px;
	text-align: center;
	background-color: #f1f1f1;
	clear: both;
}

#page{width: 1000px; margin:0px auto;}


#submenu {
	width:100px;
	height:1000px;
	float: left;
	border-right: 1px solid #a1a1a1;
	text-align: left;
	padding: 10px;
	font-size: 14px;

}
#submenu a{color:#2d3a4b;}

#submenu a:hover{
	color: #7d8a9b;
}



#contents {
	width:877px;
	float:right;
	padding-top: 30px;
	/*border: 1px solid black;*/
}

#contents_div{
	margin-left:20px;
	margin-bottom:20px;
}

/*       insert.php css       */


#select_tb {
	border:solid 1px #8b8b8b;
	padding:1px;
	width:685px;
	font-size:10pt;
	text-align:center;
	border-collapse:collapse;
}
td,th {
	border:solid 1px #AbAbAb;
}
#td_ymd {
	width:60px;
}

#td_price {
	width:50px;
}

#td_inout {
	width:25px;
}

#td_simple {
	width:100px;
}

#td_dm {
	width:60px;
}

#td_bal {
	width:30px;
}

#td_etc {
	width:80px;
}

/*       mbsftb.php css  ###################################################     */

.memberlist_select{
	margin-top:10px;
	margin-left:10px;
}

#membername {
	width: 130px;
	padding: .8em .5em;
	border: 1px solid #999;
	font-family: inherit;
	background: url('/img/arrow.jpg') no-repeat 95% 50%;
	border-radius: 0px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;	
}

#memberselect {
	width: 80px;
	padding: .8em .5em;
	border: 1px solid #999;
	font-family: inherit;
	border-radius: 0px;
	color:white;
	background-color:#4d5a6b;
}
#memberselect:hover{
	color:#4d5a6b;
	background-color:white;
}
#kind_select {
	height: 30px;
	width:300px;
	border: 1px solid#2d3a4b;
	background: #ffffff;
}

#sch_kind{
	width:50px;
	height:100%;
	border:none;
}
#keyword {
	font-size: 12px;
	width: 150px;
	padding: 5px;
	border: 0px;
	outline: none;
	float: center;
}

#keyword_btn {
	width:50px;
	height:100%;
	border:0px;
	background: #2d3a4b;
	outline: none;
	float: right;
	color: #ffffff;
	
}


.boss_img{
	width: 200px;
	padding-left:30px;
	border: 1px solid grey;
	float:left;
	height:350px;
}
.boss_insa{
	width: 400px;
	padding-left:10px;
	margin-left:30px;
	height:352px;
	float:left;
}

.before_boss{
	float:left;
	text-align:left;
	padding:50px 0px;
}
/*##########################################       insert.php css      ########################################## */

.latest_delete{
	border-radius: 2px;
	border: 1px solid #4d5a6b;
	background-color:#fcfcfc;
	color:#4d5a6b;
	width:40px;
	height:20px;
	padding: 0px 2px;
}
.latest_delete:hover{
	background-color:#4d5a6b;
	color:white;
}

.latest_modify{
	border-radius: 2px;
	border: 1px solid #4d5a6b;
	background-color:#efefef;
	color:#4d5a6b;
	width:40px;
	height:20px;
	padding: 0px 2px;
}

.latest_modify:hover{
	background-color:#4d5a6b;
	color:white;
}

.insert_div_btn{
	margin-bottom:30px;
}

.insert_btn{
	border-radius: 5px;
	border: 1px solid black;
	background-color:#4d5a6b;
	color:white;
	width:60px;
	height:30px;
	padding: 5px 8px;
}
.insert_btn:hover{
	color:#4d5a6b;
	background-color:white;
}

.insert_notice{
	margin-top:10px;
	margin-bottom:20px;
	color:#7f7f7f;
	padding:5px 10px;
	font-size:12px;
	border:1px solid #cfcfcf;
	width:780px;
}
.div_latest_input_list{
	display: table;
	font-size:12px;
	width:800px;

}
.latest_row{
	display: table-row;
}

.latest_head{
	background-color: #4d5a6b; 
	display: table-header-group;
	text-align:center;
	color: white;
	height:40px;
}
.latest_cell{
	display: table-cell; 
	padding: 4px 5px;
	vertical-align: middle;
	text-align:center;
	border-bottom: 1px solid #afafaf;
}

.latest_header{
	display: table-cell; 
	padding: 5px 8px;
	vertical-align: middle;
	border-bottom: 1px solid #afafaf;
}

.tb_insert {
	display: table;
	width:800px;
}

.tb_insert_body {
	display:table-row-group;
}
.tb_insert_head {
	background-color: #4d5a6b; 
	display: table-header-group;
	text-align:center;
	color: white;
	height:40px;
}

.tb_insert_row {
	display: table-row;
	
}

.tb_insert_cell {

	display: table-cell; 
	padding: 5px 8px;
	vertical-align: middle;
	border-bottom: 1px solid #afafaf;

}

.insert_date {
	width: 90px;
	border:1px solid #afafaf;
	height:25px;
	padding-left:5px;
}
.insert_price {
	width: 90px;
	border:1px solid #afafaf;
	height:25px;
	padding-left:5px;
}
#insert_inout {
	width: 70px;
}

.inout {
	font-size:12px;
	float:left;
	width:60px;
	text-align:center;
}

.insert_simple {
	width: 90px;
	border:1px solid #afafaf;
	height:25px;
	padding-left:5px;
}
.insert_dm {
	width: 110px;
	border:1px solid #afafaf;
	height:25px;
	padding-left:5px;
}
.insert_etc {
	width: 120px;
	border:1px solid #afafaf;
	height:25px;
	padding-left:5px;
}





/*///////////////////////////////// LOGIN 화면 CSS ///////////////////////////////////////
↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/
.login_body {
	padding: 0px;
	margin:0px;
}
			
video { 
	width: 100%;
}

.div_login {
	position: absolute;
	width: 20%;
	padding:10px;
	height: 400px;
	top: 50%;
	left:50%;
	transform: translate(-50%,-50%);
	background: white;
	text-align:center;
	opacity:0.8;
	border: 1px solid black;
	border-radius: 10px;
}

.login_input {
	border-radius: 5px;
	border: 1px solid black;
	width:60%;
	height:20px;
	margin: 0px 5px 5px;
	padding: 10px;
	font-size:16px;
}
.login_btn {
	border-radius: 5px;
	border: 1px solid black;
	background-color:#41B578;
	color:white;
	width:65%;
	height:40px;
	padding: 10px 10px;
}
.login_inputs{
	margin-top:35px;
}
.login_checkbox {
	margin-top:5px;
	margin-bottom:15px;
	font-size:14px;
}
.login_btn:hover {
	color: #41B578;
	background-color:white;
}
/*↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑
///////////////////////////////// LOGIN 화면 CSS ///////////////////////////////////////*/


/*///////////////////////////////// 멤버관리 화면 CSS ///////////////////////////////////////
↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/

.member_update {
	padding: 1px 5px;
	width: 140px;
	border:1px solid #afafaf;
	height:25px;
}

.member_update_btn {
	border-radius: 0px;
	border: 1px solid black;
	background-color:#2d3a4b;	
	color:white;
	width:100px;
	height:40px;
	padding: 10px 10px;
}

.member_update_btn:hover {
	background-color:white;
	color:#2d3a4b;	
}

.active_member {
	display: table;
	width: 300px;
	height: 400px;
	float:left;

	float:left;
	margin-right: 10px;
	margin-left: 40px;
	overflow-y: visible;
}

.expired_member {
	display: table;
	width: 300px;
	height: 400px;

	float:left;
	overflow-y: visible;
}

.member_detail {
	width: 588px;
	height: 130px;
	border:1px solid #afafaf;
	clear:both;
	margin-left: 40px;
	padding-top: 60px; 
	padding-left: 10px;
	padding-right: 10px;
}

.tb_body {
	display:table-row-group;
}
.tb_head {
	background-color: #4d5a6b; 
	display: table-header-group;
	text-align:center;
	color: white;
	height:40px;
}

.tb_row {
	display: table-row;
}

.tb_cell {
	display: table-cell; 
	padding: 5px 8px;
	vertical-align: middle;
	border: 0.2px solid #afafaf;
	text-align:center;
	font-size:12px;
}

.tb_body .tb_cell:hover {
	color:green;
	font-size:12px;
	font-weight: ;
	cursor: pointer;
}

/*↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑
///////////////////////////////// 멤버관리 화면 CSS ///////////////////////////////////////*/

/*///////////////////////////////// 행사관리 화면 CSS ///////////////////////////////////////
↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/

#calendar_div{

}

.cal_tb {
	display:table-row-group;
}
.cal_head {
	display: table-header-group;
	text-align:center;
	height:30px;
}
.cal_heading {
	display: table-cell; 
	padding: 5px 0px;
	vertical-align: middle;
	border: 0.2px solid white;
	text-align:center;
	font-size:14px;
	width: 93px;
	color: white;
	height: 40px;
	background-color:#2d3a4b;
}

.cal_row {
	display: table-row;
}

.cal_cell {
	display: table-cell; 
	/*padding: 5px 0px;*/
	/*vertical-align: middle;*/
	border: 0.2px solid white;
	text-align:center;
	font-size:12px;
	width: 93px;
	color: black;
	height: 50px;
	background-color:#D2DFF0;
}
.cal_tb .cal_cell:hover {
	background-color:#A7E3F9;
	cursor: pointer;
}

.cal_cell_empty {
	display: table-cell; 
	border: 0.2px solid white;
	background-color:#E1EEFF;
	width: 93px;
	color: black;
	height: 50px;
}
.cal_cell_date {
	text-align:left;
	width:15px;
	font-size:13px;

}
.cal_input{
	width:100px;
	text-align: left;
}
/*↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑
///////////////////////////////// 행사관리 화면 CSS ///////////////////////////////////////*/

/*///////////////////////////////// hist.php 화면 CSS ///////////////////////////////////////
↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/

.hist_body {
	display:table-row-group;
}
.hist_header {
	display: table-header-group;
	text-align:center;
	height:30px;
}
.hist_head {
	display: table-cell; 
	padding: 5px 0px;
	vertical-align: middle;
	border: 0.2px solid white;
	text-align:center;
	font-size:14px;
	width: 93px;
	color: white;
	height: 40px;
	background-color:#2d3a4b;
}

.hist_row {
	display: table-row;
}

.hist_cell {
	display: table-cell; 
	/*padding: 5px 0px;*/
	vertical-align: middle;
	border: 0.2px solid white;
	text-align:center;
	font-size:12px;
	width: 93px;
	color: black;
	height: 50px;
	background-color:#D2DFF0;
}


.sub{
	margin-bottom:8px;
}
/*↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑
///////////////////////////////// hist.php CSS ///////////////////////////////////////*/

/*///////////////////////////////// mofify CSS ///////////////////////////////////////
↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/

.div_auth {
	margin-left:300px;
	margin-top:50px;
	margin-bottom:20px;
	width:400px;
	height:200px;
	padding-top:50px;
	text-align:center;
}

.auth_input {
	height:30px;
	margin-left:25px;
	margin-top:10px;
	padding:0 10px;
	text-align: left;
	width:170px;
}

.modify_input {
	padding:0 10px;
	text-align: left;
	width:140px;
}
.mod_select{
	padding:0 10px;
	width:140px;
}

.modify_div {
	border:1px solid #cfcfcf;
	margin:30 auto;
	text-align:right;
	width:400px;
}
.modify_div_head {
	font-size:17px;
	margin:20 auto;
	text-align:center;
	width:400px;
}

.modify_div_div{
	
	font-size:14px;
	margin:15px;
}

/*///////////////////////////////// 메인 화면 CSS ///////////////////////////////////////
↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/

.simple{
	width:900px;
	height:400px;
	border: 1px solid grey;
	overflow:hidden;
	margin-left:50px;
	margin-top:20px;
	margin-bottom:30px;
}

.simple_img{
	width:100%;
	height:100%;
	object-fit:cover;
}

.simple_left{
	width:48%;
	height:90%;
	border:1px solid #dfdfdf;
	float:left;
	margin-left:10px;
	margin-top:15px;
	margin-right:10px;
}

.simple_right{
	width:48%;
	height:90%;
	border:1px solid #dfdfdf;
	float:left;
	margin-top:15px;
}


/*↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑
///////////////////////////////// 메인 화면 CSS ///////////////////////////////////////*/


/*///////////////////////////////// grant CSS ///////////////////////////////////////
↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/

#grant_select{
	border-left:1px solid #bfbfbf;
	border-right:1px solid #bfbfbf;
	border-top:1px solid #bfbfbf;
	color:#6f6f6f;
	float:left;
	font-size:13px;
	padding: 15px 0px;
	text-align:center;
	width:90px;
}
#grant_pay{
	border-left:1px solid #bfbfbf;
	border-right:1px solid #bfbfbf;
	border-top:1px solid #bfbfbf;
	color:#6f6f6f;
	float:left;
	font-size:13px;
	padding: 15px 0px;
	text-align:center;
	width:90px;
}

#grant_select:hover{
	cursor:pointer;
}
#grant_pay:hover{
	cursor:pointer;
}



#grant_write1{
	width:800px;
	border:1px solid #bfbfbf;
	margin:10px 0;
	clear:both;
}

#grant_write2{
	width:800px;
	border:1px solid #bfbfbf;
	margin:10px 0;
	display:none;
	clear:both;
}



.grant_tb{
	margin-left:20px;
	padding-bottom:20px;
	
}

.grant_header {
	display: table-header-group;
	height:30px;
	text-align:center;
	
}
.grant_head {
	background-color:#2d3a4b;
	border: 1px solid white;
	color: white;
	font-size:12px;
	display: table-cell; 
	height: 35px;
	padding: 5px 0px;
	text-align:center;
	vertical-align: middle;
	width:70px;
}

.grant_row{
	display:table-row-group;
}

.grant_cell{
	background-color:#f1f1f1;
	border: 1px solid white;
	border-collapse:collapse;
	color: black;
	display: table-cell; 
	font-size:11px;
	height: 35px;
	text-align:center;
	vertical-align: middle;
	width:70px;
}

.grant_description{
	border:thin solid #bfbfbf;
	color:#7f7f7f;
	font-size:11px;
	margin-top:10px;
	margin-left:20px;
	margin-bottom:20px;
	padding:5px 10px;
	width:737px;
}

#grant_div{
	margin-left:20px;
}


.grant_div_div{
	margin-bottom:50px;
}
.grant_total{
	font-size:11px;
	margin-left:20px;
	margin-bottom:70px;
	
	width:737px;
	border: 1px solid #bfbfbf;
	padding:5px 10px;
}

.grant_userdata{
	width:737px;
	margin-left:10px;
	padding:5px 10px;
	font-size:14px;
	color:#2d3a4b;
}

.grant_pay_name{
	margin:10px 0;
	font-size:13px;
}

.grant_pay_table{
	display:table-row-group;
}
.grant_pay_header{
	display: table-header-group;
	height:30px;
	text-align:center;
}
.grant_pay_head{
	background-color:#2d3a4b;
	border: 1px solid white;
	color: white;
	font-size:12px;
	display: table-cell; 
	height: 35px;
	padding: 5px 0px;
	text-align:center;
	vertical-align: middle;
	width:110px;
}

.grant_pay_row{
	display:table-row;
}
.grant_pay_cell{
	background-color:#f1f1f1;
	border: 1px solid white;
	border-collapse:collapse;
	color: black;
	display: table-cell; 
	font-size:11px;
	height: 35px;
	/*padding: 5px 0px;*/
	text-align:center;
	vertical-align: middle;
	width:110px;
}

.grant_input{
	
	border:none;
	font-size:12px;
	padding:2px 5px;
	text-align:center;
	width:110px;
	color:black;
	background-color:#f1f1f1;
}

.grant_btn_div{
	padding-top:3px;
	text-align:right;
}

.grant_btn{
	border-radius: 5px;
	border: 1px solid black;
	background-color: white;
	color:black;
	font-size:11px;
	margin-left:2px;
	padding: 2px 3px;
	width:50px;
}

.grant_btn:hover{
	background-color: #efefef;
	cursor:pointer;
}

/*↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑
///////////////////////////////// grant CSS ///////////////////////////////////////*/


/*///////////////////////////////// event_manage CSS ///////////////////////////////////////
↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/

.event_list{
	border:1px solid black;
	border-collapse:separate;
	display:table-row-group;
	float:left;
	margin-left:10px;

	
}

.event_attend_list{
	border:1px solid black;
	display:table-row-group;
	float:left;
	margin-left:40px;

}

.event_notattend_list{
	border:1px solid black;
	display:table-row-group;
	float:left;
	margin-left:30px;

}

.event_tb_row{
	display:table-row;
}

.event_tb_header{
	display:table-header-group;
	
}

.event_tb_head{
	background-color:#2d3a4b;
	border: 1px solid white;
	color: white;
	font-size:12px;
	display: table-cell; 
	height: 35px;
	padding: 5px 0px;
	text-align:center;
	vertical-align: middle;
	width:120px;

}

.event_tb_cell{
	border: 1px solid white;
	border-collapse:collapse;
	color: black;
	display: table-cell; 
	font-size:11px;
	height: 35px;
	/*padding: 5px 0px;*/
	text-align:center;
	vertical-align: middle;
	width:60px;
}
.event_tb_listcell{
	border-bottom: 1px solid #2d3a4b;
	border-collapse:collapse;
	color: black;
	display: table-cell; 
	font-size:11px;
	height: 35px;
	/*padding: 5px 0px;*/
	text-align:center;
	vertical-align: middle;
	width:60px;
}
.event_tb_listcell:hover{
	cursor:pointer;
}

.plus_btn{
	background-color:white;
	border:none;
	font-size:20px;
	margin-left:20px;
	width:20px;
}
.plus_btn:hover{
	color:red;
	cursor:pointer;
}


/*↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑
///////////////////////////////// event_manage CSS ///////////////////////////////////////*/



/*///////////////////////////////// log CSS ///////////////////////////////////////
↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/


.log_body{
	display:table-row-group;
}

.log_header {
	display: table-header-group;
	text-align:center;
	height:30px;
}
.log_head {
	display: table-cell; 
	padding: 5px 0px;
	vertical-align: middle;
	border: 0.2px solid white;
	text-align:center;
	font-size:12px;
	width: 93px;
	color: white;
	height: 35px;
	background-color:#2d3a4b;
}

.log_row{
	display:table-row;
}

.log_cell{
	display: table-cell; 
	/*padding: 5px 0px;*/
	vertical-align: middle;
	border: 0.2px solid white;
	text-align:center;
	font-size:11px;
	color: black;
	padding:2px 5px;
	background-color:#e5e5e5;
}



/*↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑
///////////////////////////////// log CSS ///////////////////////////////////////*/

/* =========================================================================================
   ✅ 여기부터는 "개인정보 자동 점검툴 테스트 페이지" 전용 최소 스타일 추가
   - 기존 운영 페이지에 영향 거의 없도록 class 기반만 추가
   ========================================================================================= */

body{
	font-family: system-ui, -apple-system, "Noto Sans KR", Segoe UI, Roboto, sans-serif;
	color:#2d3a4b;
	background:#ffffff;
}

footer a{color:#2d3a4b;}
footer a:hover{color:#05AA50;}

/* 테스트 페이지 제목/설명 박스 */
.page_title{
	font-size:18px;
	margin-bottom:10px;
}

.desc_box{
	margin-top:10px;
	margin-bottom:20px;
	color:#7f7f7f;
	padding:10px 12px;
	font-size:12px;
	border:1px solid #cfcfcf;
	width:820px;
	line-height:18px;
}

/* 간단 폼 테이블 */
.form_tb{
	display: table;
	width:820px;
	border:1px solid #bfbfbf;
	border-collapse:collapse;
	margin-top:10px;
}

.form_row{display: table-row;}

.form_head{
	display: table-cell;
	width:180px;
	background-color:#f1f1f1;
	border-bottom:1px solid #bfbfbf;
	padding:10px;
	font-size:13px;
}

.form_cell{
	display: table-cell;
	border-bottom:1px solid #bfbfbf;
	padding:10px;
	font-size:13px;
}

.input_text{
	width:320px;
	height:28px;
	border:1px solid #afafaf;
	padding-left:8px;
	font-size:13px;
}

.input_textarea{
	width:600px;
	height:90px;
	border:1px solid #afafaf;
	padding:8px;
	font-size:13px;
}

.small_note{
	font-size:12px;
	color:#7f7f7f;
	margin-top:6px;
	line-height:16px;
}

.btn_bar{
	width:820px;
	text-align:right;
	margin-top:15px;
}

.btn_main{
	border-radius: 5px;
	border: 1px solid black;
	background-color:#4d5a6b;
	color:white;
	width:110px;
	height:36px;
	padding: 5px 8px;
}
.btn_main:hover{
	color:#4d5a6b;
	background-color:white;
	cursor:pointer;
}

hr.sep{
	border:none;
	border-top:1px solid #d9d9d9;
	margin:14px 0;
}

/* 처리방침 본문용 */
.policy_h2{
	font-size:15px;
	margin:18px 0 8px 0;
}

.policy_p{
	font-size:13px;
	line-height:20px;
	color:#2d3a4b;
}

.policy_ul{
	margin:8px 0 0 18px;
	font-size:13px;
	line-height:20px;
}

.badge{
	display:inline-block;
	padding:2px 6px;
	border:1px solid #cfcfcf;
	font-size:11px;
	color:#4d5a6b;
	background:#fcfcfc;
	margin-right:6px;
}