/* **************************************************************** */
/* list.php */
.red {color:red; font-weight:600; }
.lc_ul {width:100%; margin:0px; padding:0px; list-style:none; }
.lc_li {font-size:15px; color:#000; margin:5px 0px; padding:12px; border:solid #dadada 1px; }

.lc_li1 {position:relative; overflow:hidden; padding:3px 0;}
.lc_title {float:left; font-size:18px; line-height:20px; font-weight:500; color:#111; cursor:pointer;}
.lc_title:hover {color:blue;}
.lc_stat_nm {float:right; font-size:15px; color:#fff; background-color:#223344; font-weight:400; padding:3px 12px; border-radius:15px; }

.lc_li2 {position:relative; overflow:hidden; padding:3px 0; }
.lc_li3 {position:relative; overflow:hidden; padding:3px 0; }

.lc_lstr {float:left; font-size:16px; line-height:16px; font-weight:400; color:#333; }
.lc_lstr > .head {font-size:16px; line-height:16px; font-weight:300; color:#777; margin:0 5px 0 0; }
.lc_lstr > .red {font-size:16px; line-height:16px; font-weight:600; color:#ff0000; margin:0 5px 0 0; }
.lc_rstr {float:right; font-size:16px; line-height:16px; font-weight:400; color:#333; }
.lc_rstr > .head {font-size:16px; line-height:16px; font-weight:300; color:#777; margin:0 5px 0 0; }
.lc_rstr > .red {font-size:16px; line-height:16px; font-weight:600; color:#ff0000; margin:0 5px 0 0; }


.lc_adm_msg {font-size:16px; line-height:16px; font-weight:400; color:#0000ff; overflow:hidden; padding:3px 0; }
.lc_adm_msg > span {font-size:16px; line-height:16px; font-weight:300; color:#777; margin:0 5px 0 0; }
.lc_adm_msg2 {font-size:16px; line-height:16px; font-weight:400; color:#ff0000; overflow:hidden; padding:3px 0; text-align:center; }



.lc_li_cmd {position:relative; overflow:hidden; padding: 5px 0; text-align:center; }
.lc_btn1 {display:inline-block; margin:0 3px; padding: 8px 12px; font-size:16px; line-height:16px; font-weight:500; background-color: #fff; border: solid 1px #333; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; cursor: pointer; vertical-align: middle;}
.lc_btn1:hover {background-color: #444; border: solid 1px #444; color: #fff; }

/* **************************************************************** */
/* view.php */

.lc_lect_vw_title { font-size:25px; line-height:25px; font-weight:600; color:#000; border:solid 1px #ddd; padding:15px 0; text-align:center; border-radius:5px; }
.lc_lect_vw_title1 {position:relative; font-size:25px; line-height:30px; font-weight:700; color:#00335e; margin:30px 0 10px 0; padding:12px 0 0 0px; } 
.lc_lect_vw_title1:before {content:""; position:absolute; left:0px; top:0px; width:42px; height:5px; background-color:#00335e; border-radius:5px;   } 

.lc_lect_vw_stat_nm {color:#eee; font-size:15px; line-height:15px; height:30px; font-weight:500; padding:0 10px; border-radius:15px; margin:0 0 0 5px; }
.lc_lect_vw_stat_nm_, .lc_lect_vw_stat_nm_0, .lc_lect_vw_stat_nm_N {background-color:#4043f8; }
.lc_lect_vw_stat_nm_1, .lc_lect_vw_stat_nm_Y {background-color:#fb7800; }


/* **************************************************************** */
