@charset "utf-8";

@media all and (min-width:1280px){
	.khwrap{position:relative;margin:0 auto;width:1080px;zoom:1}
	
	.control{display:flex;align-items:center;justify-content:flex-end}
	.control .btn ul{display:flex;align-items:center;justify-content:flex-end}
	.control .btn .bt{display:block;margin:0 0 0 4px;width:42px;line-height:40px;font-size:20px;color:#393939;border:1px solid #e9e9e9;border-radius:2px;background:#fff;text-align:center}
	.control .btn .bt:hover{color:#fff;border:1px solid #393939;background:#393939}
	.control .btn .bt_reset{color:#fff;border:1px solid #393939;background:#393939}
	.control .btn .bt_reset:hover i{webkit-animation:xi-spin 2s infinite linear;animation:xi-spin 2s infinite linear}
	.control .btn .bt i{vertical-align:-1px}

	.month{text-align:center;overflow:hidden}
	.month .cell{display:inline-block;padding:30px 20px;vertical-align:middle}
	.month .cell.m_prev2,
	.month .cell.m_next2{display:none !important}
	.month .cell a{display:block}
	.month .cell i{position:relative;display:block;width:45px;height:45px;border-radius:45px;border:1px solid transparent;background:#f5f5f5;transition:all 0.3s}
	.month .cell i:before{content:'';position:absolute;z-index:2;top:50%;left:50%;margin:-13px 0 0 -13px;display:block;width:27px;height:27px;opacity:0.3}
	.month .current{display:inline-block;padding:30px 50px;font-size:32px;font-weight:500;color:#333;text-align:center;letter-spacing:-1px}
	.month .m_prev i,
	.month .m_next i{border:1px solid #e9e9e9;background:#fff}
	.month .m_prev i:before{background:url("./img/events_prev.png") no-repeat 50% 50%;background-size:18px auto}
	.month .m_prev2 i:before{background:url("./img/events_pprev.png") no-repeat 50% 50%;background-size:18px auto}
	.month .m_next i:before{background:url("./img/events_next.png") no-repeat 50% 50%;background-size:18px auto}
	.month .m_next2 i:before{background:url("./img/events_nnext.png") no-repeat 50% 50%;background-size:18px auto}
	
	.listskin{position:relative;margin:0 0 30px 0}
	.listskin:before,
	.listskin:after{clear:both;display:table;content:"";line-height:0}
	
	.khtable{position:relative;margin:0 auto}
	.khtable table{width:100%;border-collapse:collapse;background: #fff;}
	.khtable table thead th{height: 50px;font-size: 24px;font-weight:500;color:#393939;text-align: center;border:1px solid #ddd;background:#fff;}
	.khtable table thead th:nth-child(1){color:#de511b}
	.khtable table thead th:nth-child(7){color:#4357a2}
	.khtable table tbody{border-left:1px solid #e9e9e9}
	.khtable table tbody td{height:135px;color:#393939;border-bottom:1px solid #e9e9e9;border-right:1px solid #e9e9e9;vertical-align:top}
	.khtable table tbody td.today{background:#d9a1c9;}
	.khtable table tbody td.today *{color:#fff !important}
	.khtable table tbody td .holi_a,
	.khtable table tbody td .holi_a a,
	.khtable table tbody td .holi_a .ann{color: #F00;}
	.khtable table tbody td .holi_c,
	.khtable table tbody td .holi_c a,
	.khtable table tbody td .holi_c .ann{color: #F00;}
	.khtable table tbody td .holi_b,
	.khtable table tbody td .holi_b a,
	.khtable table tbody td .holi_b .ann{color: #00F;}
	.khtable table tbody td .date{padding: 10px 10px 0 10px;}
	.khtable table tbody td .date *{vertical-align:middle}
	.khtable table tbody td .date .num{position:relative;z-index:2;display:inline-block;line-height:32px;font-size: 24px;font-weight:600;}
	.khtable table tbody td.today .date .num{color:#fff}
	.khtable table tbody td .lun{display:inline-block;margin-left:10px;padding:0 0 0 5px;font-size:11px;font-weight:400;color:#686868}
	.khtable table tbody td .ann,
	.khtable table tbody td .holi{display:inline-block;padding:0 0 0 5px;font-size:13px;color: #F00;}
	.khtable table tbody td .cell{padding: 2px 10px;display: block;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;font-size: 18px;color: #686868;text-align: left;word-break: break-all;}
	.khtable table tbody td .cell a{font-size: 18px;font-weight:300;color:#686868;text-align:left;word-break:break-all;}
	.khtable table tbody td .cell img{display: none;}

}
@media all and (min-width:748px) and (max-width:1279px){
	.khwrap{position:relative;width:100%;zoom:1}
	
	.control{display:flex;align-items:center;justify-content:flex-end}
	.control .btn ul{display:flex;align-items:center;justify-content:flex-end}
	.control .btn .bt{display:block;margin:0 0 0 4px;width:36px;line-height:34px;font-size:18px;color:#393939;border:1px solid #e9e9e9;border-radius:2px;background:#fff;text-align:center}
	.control .btn .bt:hover{color:#fff;border:1px solid #393939;background:#393939}
	.control .btn .bt_reset{color:#fff;border:1px solid #393939;background:#393939}
	.control .btn .bt_reset:hover i{webkit-animation:xi-spin 2s infinite linear;animation:xi-spin 2s infinite linear}
	.control .btn .bt i{vertical-align:-1px}
	
	.month{margin:0 0 30px 0;text-align:center;overflow:hidden}
	.month .cell{display:inline-block;padding:10px 20px;vertical-align:middle}
	.month .cell a{display:block}
	.month .cell i{position:relative;display:block;width:45px;height:45px;border-radius:45px;border:1px solid transparent;background:#f5f5f5;transition:all 0.3s}
	.month .cell i:before{content:'';position:absolute;z-index:2;top:50%;left:50%;margin:-13px 0 0 -13px;display:block;width:27px;height:27px;opacity:0.3}
	.month .current{display:inline-block;padding:10px 40px;font-size:24px;font-weight:500;color:#333;text-align:center;letter-spacing:-1px}
	.month .m_prev i,
	.month .m_next i{border:1px solid #e9e9e9;background:#fff}
	.month .m_prev i:before{background:url("./img/events_prev.png") no-repeat 50% 50%;background-size:18px auto}
	.month .m_prev2 i:before{background:url("./img/events_pprev.png") no-repeat 50% 50%;background-size:18px auto}
	.month .m_next i:before{background:url("./img/events_next.png") no-repeat 50% 50%;background-size:18px auto}
	.month .m_next2 i:before{background:url("./img/events_nnext.png") no-repeat 50% 50%;background-size:18px auto}
	
	.listskin{padding:0 10px}
	
	.khtable{position:relative;margin:0 auto}
	.khtable table{width:100%;border-collapse:collapse;background: #fff;}
	.khtable table thead th{height: 50px;font-size: 24px;font-weight:500;color:#393939;text-align: center;border:1px solid #ddd;background:#fff;}
	.khtable table thead th:nth-child(1){color:#de511b}
	.khtable table thead th:nth-child(7){color:#4357a2}
	.khtable table tbody{border-left:1px solid #e9e9e9}
	.khtable table tbody td{height:135px;color:#393939;border-bottom:1px solid #e9e9e9;border-right:1px solid #e9e9e9;vertical-align:top}
	.khtable table tbody td.today{background:#d9a1c9;}
	.khtable table tbody td.today *{color:#fff !important}
	.khtable table tbody td .holi_a,
	.khtable table tbody td .holi_a a,
	.khtable table tbody td .holi_a .ann{color: #F00;}
	.khtable table tbody td .holi_c,
	.khtable table tbody td .holi_c a,
	.khtable table tbody td .holi_c .ann{color: #F00;}
	.khtable table tbody td .holi_b,
	.khtable table tbody td .holi_b a,
	.khtable table tbody td .holi_b .ann{color: #00F;}
	.khtable table tbody td .date{padding: 10px 10px 0 10px;}
	.khtable table tbody td .date *{vertical-align:middle}
	.khtable table tbody td .date .num{position:relative;z-index:2;display:inline-block;line-height:32px;font-size: 24px;font-weight:600;}
	.khtable table tbody td.today .date .num{color:#fff}
	.khtable table tbody td .lun{display:inline-block;margin-left:10px;padding:0 0 0 5px;font-size:11px;font-weight:400;color:#686868}
	.khtable table tbody td .ann,
	.khtable table tbody td .holi{display:inline-block;padding:0 0 0 5px;font-size:13px;color: #F00;}
	.khtable table tbody td .cell{padding: 2px 10px;display: block;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;font-size: 18px;color: #686868;text-align: left;word-break: break-all;}
	.khtable table tbody td .cell a{font-size: 18px;font-weight:300;color:#686868;text-align:left;word-break:break-all;}
	.khtable table tbody td .cell img{display: none}
}
@media all and (max-width:748px){
	.khwrap{position:relative;width:100%;zoom:1}
	
	.control{padding:0 10px;overflow:hidden}
	.control .btn{float:right}
	.control .btn li{display:inline-block}
	.control .btn .bt{display:inline-block;margin:0 0 0 4px;width:36px;line-height:34px;font-size:18px;color:#393939;border:1px solid #e9e9e9;border-radius:2px;background:#fff;text-align:center}
	.control .btn .bt:hover{color:#fff;border:1px solid #393939;background:#393939}
	.control .btn .bt_reset{color:#fff;border:1px solid #393939;background:#393939}
	.control .btn .bt_reset:hover i{webkit-animation:xi-spin 2s infinite linear;animation:xi-spin 2s infinite linear}
	.control .btn .bt i{vertical-align:-1px}
	
	.month{margin:0 0 10px 0;text-align:center;overflow:hidden}
	.month .cell{float:left;width:15%;padding:10px 0;vertical-align:middle}
	.month .cell a{display:block;text-align:center}
	.month .cell i{position:relative;display:inline-block;width:28px;height:28px;border-radius:28px;border:1px solid transparent;background:#f5f5f5;transition:all 0.3s}
	.month .cell i:before{content:'';position:absolute;z-index:2;top:50%;left:50%;margin:-10px 0 0 -10px;display:block;width:20px;height:20px;opacity:0.3}
	.month .current{width:40%;display:inline-block;padding:14px 0;font-size:18px;font-weight:500;color:#333;text-align:center;letter-spacing:-1px}
	.month .m_prev i,
	.month .m_next i{border:1px solid #e9e9e9;background:#fff}
	.month .m_prev i:before{background:url("./img/events_prev.png") no-repeat 50% 50%;background-size:18px auto}
	.month .m_prev2 i:before{background:url("./img/events_pprev.png") no-repeat 50% 50%;background-size:18px auto}
	.month .m_next i:before{background:url("./img/events_next.png") no-repeat 50% 50%;background-size:18px auto}
	.month .m_next2 i:before{background:url("./img/events_nnext.png") no-repeat 50% 50%;background-size:18px auto}
	
	.listskin{padding:0 10px}
	.khtable{}
	.khtable table{width:100%;border-collapse:collapse}
	.khtable table thead th{padding:0 0 0 15px;height:45px;font-size:13px;font-weight:500;color:#393939;text-align:left;border:1px solid #ddd;border-bottom:3px solid #e9e9e9;background:#fff}
	.khtable table thead th:nth-child(1){color:#de511b;border-bottom:3px solid #de511b}
	.khtable table thead th:nth-child(7){color:#4357a2;border-bottom:3px solid #4357a2}
	.khtable table tbody{}
	.khtable table tbody td{height:120px;color:#393939;border-bottom:1px solid #e9e9e9;border-right:1px solid #e9e9e9;vertical-align:top}
	.khtable table tbody td .holi_a,
	.khtable table tbody td .holi_a a,
	.khtable table tbody td .holi_a .ann{color:#de511b}
	.khtable table tbody td .holi_c,
	.khtable table tbody td .holi_c a,
	.khtable table tbody td .holi_c .ann{color:#de511b}
	.khtable table tbody td .holi_b,
	.khtable table tbody td .holi_b a,
	.khtable table tbody td .holi_b .ann{color:#43579f}
	.khtable table tbody td .date{padding:0 15px;border-bottom:1px solid #f5f5f5}
	.khtable table tbody td .date *{vertical-align:middle}
	.khtable table tbody td .date .num{position:relative;z-index:2;display:inline-block;line-height:32px;font-size:13px;font-weight:600}
	.khtable table tbody td.today .date .num{color:#fff}
	.khtable table tbody td.today .date .num:before{content:'';position:absolute;z-index:-1;top:50%;left:50%;margin:-12px 0 0 -12px;width:24px;height:24px;border-radius:24px;background:#1f4bb4}
	.khtable table tbody td .lun{display:inline-block;margin-left:15px;padding:0 0 0 5px;font-size:11px;font-weight:400;color:#686868}
	.khtable table tbody td .ann,
	.khtable table tbody td .holi{display:inline-block;padding:0 0 0 5px;font-size:12px;color:#de511b}
	.khtable table tbody td .cell{padding:5px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}
	.khtable table tbody td .cell a{font-size:11px;font-weight:300;color:#686868;text-align:left;word-break:break-all}
	.khtable table tbody td .cell img{display:inline-block}
	.khtable table tbody td .cell:hover{background:#f9f9f9}
	
	/**/
	.khtable{overflow:hidden}
	.khtable table.responsive{width:100%;border-collapse:collapse;}
	.khtable table.responsive *{font-size:12px}
	.khtable table.responsive colgroup{display:none}
	.khtable table.responsive thead{display:none}
	.khtable table.responsive tbody tr{display:block;padding:0;border-left: 1px solid #efefef;overflow:hidden}
	.khtable table.responsive tbody tr:nth-child(1){border-top:1px solid #efefef}
	.khtable table.responsive tbody th,
	.khtable table.responsive tbody td{display:table;width:100%;font-weight:400;border-top:0;border-right:1px solid #efefef;border-bottom:1px solid #efefef;overflow:hidden}
	.khtable table.responsive tbody th:before,
	.khtable table.responsive tbody td:before{content:attr(data-th);display:table-cell;padding:10px 8px;width:20%;height:20px;line-height:20px;text-align:left;vertical-align:top;background:#f9f9f9;white-space:nowrap;overflow:hidden;text-align:left}
	.khtable table.responsive tbody th .bt-content,
	.khtable table.responsive tbody td .bt-content{display:table-cell;padding:5px 0;width:80%;text-align:left;background:#fff}
	.khtable table.responsive tbody th .bt-content a,
	.khtable table.responsive tbody td .bt-content a{color:#000}
	.khtable table.responsive tbody td.bt-hide{display:none}
	.khtable table.responsive tbody tr td:nth-child(1) .date .num{color: #de511b;}
	.khtable table.responsive tbody tr td:nth-child(7) .date .num{color: #4357a2;}
	
	.khtable .popup_layer {display:none;position:absolute;z-index:3;padding:10px;width:200px;line-height:18px;font-size:12px;color:#777;border:solid 1px #e9e9e9;background:#fff;box-shadow:2px 2px 3px rgba(0,0,0,0.05)}
	
	.today_schedule {text-align:left;margin-top:10px;padding:0 10px}
	.today_schedule h3{display:block;padding:20px 0;font-size:15px;font-weight:600;color:#353535;border:1px solid #e9e9e9;border-bottom:0;background:#fff;text-align:center}
	.today_schedule .khwrap > div {min-height:200px;border:1px solid #efefef;border-top:0;background: #f9f9f9 url(./img/bg_logo.png) no-repeat 50% 50%;}
	.today_schedule .schedule{position:relative;padding:30px;border-bottom:1px solid #f1f1f1;background:#f9f9f9}
	.today_schedule .schedule .sort{position:absolute;top:50%;left:50px;margin-top:-5px;margin-left:-6px}
	.today_schedule .schedule .tit{margin:0 0 8px 0;font-size:18px;font-weight:500;color:#393939}
	.today_schedule .schedule .tit img{margin:0 10px 0 0}
	.today_schedule .schedule .txt{padding:0 0 0 20px;font-size:14px;font-weight:300;color:#686868}
	.today_schedule .schedule .per{padding:0 0 0 20px;font-size:13px;font-weight:300;color:#686868}
}

.popup_layer{display:none !important}

.fday{display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;padding:10px;min-height:140px}
.fday .num{font-size:24px}
.flex{display:flex;align-items:center;justify-content:center}
.flex .innr{padding:0 40px}
.flex .bt{display:flex;align-items:center;margin:0 4px;height:35px;padding:0 20px;text-align:center;font-size:14px;font-weight:400;color:#777;border:1px solid #aaa;background:#fff;box-shadow:0 8px 24px rgb(0 0 0 / 0%)}
.flex .bt:hover{color:#fff;border:1px solid #333;background:#333;box-shadow:0 8px 24px rgb(0 0 0 / 10%)}
.bt-btn{display:flex;align-items:center;margin:0 4px;height:35px;padding:0 20px;text-align:center;font-size:14px;font-weight:400;color:#777;border:1px solid #aaa;background:#fff;box-shadow:0 8px 24px rgb(0 0 0 / 0%)}
.bt-btn:hover{color:#fff;border:1px solid #333;background:#333;box-shadow:0 8px 24px rgb(0 0 0 / 10%)}

.dates{padding-bottom:20px;font-size:24px;font-weight:700}

.ktskip{display:none !important}
.cr-red{color:#FF0034}
.cr-blue{color:#076BFD}
.cr-FF0034{color:#FF0034}
.cr-076BFD{color:#076BFD}

.khtable table tbody td div.col1{}
.khtable table tbody td div.col1 strong{font-size:18px;color:#FC1E4B !important}
.khtable table tbody td div.col1 div{font-weight:600;word-break:keep-all}
.khtable table tbody td div.col1 span{font-size:12px}
.khtable table tbody td div.col2{padding:10px 0 0 0}
.khtable table tbody td div.col2 strong{font-size:18px;color:#076BFD !important}
.khtable table tbody td div.col2 div{font-weight:600;word-break:keep-all}
.khtable table tbody td div.col2 span{font-size:12px}

.bg-ffffff{background-color:#ffffff}
.bg-ffd3f2{background-color:#ffd3f2}
.bg-f9fafe{background-color:#f9fafe}

.khtable{position:relative;margin:0 auto}
.khtable table{width:100%;border-collapse:collapse;background: #fff;}
.khtable th{height: 50px;font-size: 24px;font-weight:500;color:#393939;text-align: center;border:1px solid #ddd;background:#fff;}
.khtable th:nth-child(1){color:#F00}
.khtable th:nth-child(7){color:#00F}
.khtable table tbody{border-left:1px solid #e9e9e9}
.khtable table tbody td{height:135px;color:#393939;border-bottom:1px solid #e9e9e9;border-right:1px solid #e9e9e9;vertical-align:top}
.khtable table tbody td.today{background:#d9a1c9;}
.khtable table tbody td.today *{color:#fff !important}
.khtable table tbody td .holi_a,
.khtable table tbody td .holi_a a,
.khtable table tbody td .holi_a .ann{color: #F00;}
.khtable table tbody td .holi_c,
.khtable table tbody td .holi_c a,
.khtable table tbody td .holi_c .ann{color: #F00;}
.khtable table tbody td .holi_b,
.khtable table tbody td .holi_b a,
.khtable table tbody td .holi_b .ann{color: #00F;}
.khtable table tbody td .date{padding: 10px 10px 0 10px;}
.khtable table tbody td .date *{vertical-align:middle}
.khtable table tbody td .date .num{position:relative;z-index:2;display:inline-block;line-height:32px;font-size: 24px;font-weight:600;}
.khtable table tbody td.today .date .num{color:#fff}
.khtable table tbody td .lun{display:inline-block;margin-left:10px;padding:0 0 0 5px;font-size:11px;font-weight:400;color:#686868}
.khtable table tbody td .ann,
.khtable table tbody td .holi{display:inline-block;padding:0 0 0 5px;font-size:13px;color: #F00;}
.khtable table tbody td .cell{padding: 2px 10px;display: block;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;font-size: 18px;color: #686868;text-align: left;word-break: break-all;}
.khtable table tbody td .cell a{font-size: 18px;font-weight:300;color:#686868;text-align:left;word-break:break-all;}
.khtable table tbody td .cell img{display: none;}

/* 버튼 */

.bt{
-webkit-transition: background-color 0.3s ease-out;
-moz-transition: background-color 0.3s ease-out;
-o-transition: background-color 0.3s ease-out;
transition: background-color 0.3s ease-out;}

a.btn01 {display:inline-block;padding:7px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none;vertical-align:middle}
a.btn01:focus, a.btn01:hover {text-decoration:none}
button.btn01 {display:inline-block;margin:0;padding:7px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none}
a.btn02 {display:inline-block;padding:7px;border:1px solid #3b3c3f;background:#4b545e;color:#fff;text-decoration:none;vertical-align:middle;}
a.btn02:focus, .btn02:hover {text-decoration:none}
button.btn02 {display:inline-block;margin:0;padding:7px;border:1px solid #3b3c3f;background:#4b545e;color:#fff;text-decoration:none}

#bo_w .tbl_frm01 { }
#bo_w .tbl_frm01 th { width:120px; }
#bo_w .tbl_frm01 td {}
#bo_w .tbl_frm01 td label{padding:0 20px 0 0}
#bo_w .bo_w_link_mov label{position:absolute;top:1px;left:1px;border-radius:3px 0 0 3px;height:38px;line-height:38px;width:200px;;background: #eee;text-align:left; padding-left:10px; color:#888}
#bo_w .bo_w_link_new label{position:absolute;top:1px;left:1px;bottom:1px;border-radius:3px 0 0 3px;height:38px;line-height:38px;width:90px;;background: #eee;text-align:left; padding-left:10px; color:#888}

.sound_only {display:inline-block !important;position:absolute;top:0;left:0;margin:0 !important;padding:0 !important;font-size:0;line-height:0;border:0 !important;overflow:hidden !important}

 /* 스케줄 */
#bo_list .popup_layer {position:absolute; display:none; width:200px; border:solid 1px #a2a2a2; background-color:#fdfac2; padding:5px; z-index:2;}
#today_schedule {text-align:left;margin-top:2em}
#today_schedule h3 {width:200px;padding:0.5em 0;border:1px solid #68a268;border-radius:2em;color:#000000;font-size:1em;text-align:center;background-color:#defade;font-weight:normal;}
#today_schedule div {margin:1em}


/* 게시판 버튼 */
a.btn_admin2,.btn_admin2 {display:inline-block;background:#d13f4a;color:#fff;text-decoration:none;vertical-align:middle} /* 관리자 전용 버튼 */
.btn_admin2:hover, a.btn_admin2:hover {background:#ff3746}
/* 목록 버튼 */
#bo_list a.btn_b01 {}
#bo_list a.btn_b01:focus, #bo_list a.btn_b01:hover {}
#bo_list a.btn_b02 {}
#bo_list a.btn_b02:focus, #bo_list a.btn_b02:hover {}
#bo_list a.btn_admin2 {} /* 관리자 전용 버튼 */
#bo_list a.btn_admin2:focus, #bo_list .btn_admin2:hover {}

/* 읽기 버튼 */
#bo_v a.btn_b01 {}
#bo_v a.btn_b01:focus, #bo_v a.btn_b01:hover {}
#bo_v a.btn_b02 {}
#bo_v a.btn_b02:focus, #bo_v a.btn_b02:hover {}
#bo_v a.btn_admin {} /* 관리자 전용 버튼 */
#bo_v a.btn_admin:focus, #bo_v a.btn_admin:hover {}
#bo_v .btn_confirm {padding-top:40px; text-align: center !important} /* 서식단계 진행 */

/* 쓰기 버튼 */
#bo_w .btn_confirm {text-align: center !important} /* 서식단계 진행 */
#bo_w .btn_submit {padding:0 20px}
#bo_w button.btn_submit {}
#bo_w fieldset .btn_submit {}
#bo_w .btn_cancel {}
#bo_w button.btn_cancel {}
#bo_w .btn_cancel:focus, #bo_w .btn_cancel:hover {}
#bo_w a.btn_frmline, #bo_w button.btn_frmline {} /* 우편번호검색버튼 등 */
#bo_w button.btn_frmline {}

/* 기본 테이블 */
/* 목록 테이블 */
#bo_list .tbl_head01 { font-size:12px;}
#bo_list .tbl_head01 caption {}
#bo_list .tbl_head01 thead th { font-size:12px;}
#bo_list .tbl_head01 thead a {}
#bo_list .tbl_head01 thead th input {} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
#bo_list .tbl_head01 tfoot th {}
#bo_list .tbl_head01 tfoot td {}
#bo_list .tbl_head01 tbody th {}
#bo_list .tbl_head01 td { padding:10px 5px; height:20px; font-weight:normal; font-size:12px;}
#bo_list .tbl_head01 a { font-weight:normal; font-size:12px;}
#bo_list td.empty_table {}

.container_title { font-size:1.5em; }
.sv_use a { font-weight:normal; font-size:0.82em;}

/* 읽기 내 테이블 */
#bo_v .tbl_head01 {}
#bo_v .tbl_head01 caption {}
#bo_v .tbl_head01 thead th {}
#bo_v .tbl_head01 thead a {}
#bo_v .tbl_head01 thead th input {} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
#bo_v .tbl_head01 tfoot th {}
#bo_v .tbl_head01 tfoot td {}
#bo_v .tbl_head01 tbody th {}
#bo_v .tbl_head01 td {}
#bo_v .tbl_head01 a {}
#bo_v td.empty_table {}

/* 쓰기 테이블 */
#bo_w table {}
#bo_w caption {}
#bo_w .frm_info {}
#bo_w .frm_address {}
#bo_w .frm_file {}

#bo_w .tbl_frm01 {}
#bo_w .tbl_frm01 th {}
#bo_w .tbl_frm01 td {}
#bo_w .tbl_frm01 textarea, #bo_w .tbl_frm01 .frm_input {}
#bo_w .tbl_frm01 textarea {}
/*
#bo_w .tbl_frm01 #captcha {}
#bo_w .tbl_frm01 #captcha input {}
*/
#bo_w .tbl_frm01 a {}

/* 필수입력 */
#bo_w .required, #bo_w textarea.required {}

#bo_w .cke_sc {}
#bo_w button.btn_cke_sc{}
#bo_w .cke_sc_def {}
#bo_w .cke_sc_def dl {}
#bo_w .cke_sc_def dl:after {}
#bo_w .cke_sc_def dt, #bo_w .cke_sc_def dd {}
#bo_w .cke_sc_def dt {}
#bo_w .cke_sc_def dd {}

/* ### 기본 스타일 커스터마이징 끝 ### */

/* 게시판 목록 */
#bo_list {position:relative}
#bo_list:after {display:block;visibility:hidden;clear:both;content:""}
#bo_list .td_board {width:120px;text-align:center}
#bo_list .td_chk {width:30px;text-align:center}
#bo_list .td_date {width:60px;text-align:center;font-style: italic;}
#bo_list .td_datetime {width:70px;text-align:center;font-style: normal;font-size:0.9em;}
#bo_list .td_group {width:100px;text-align:center}
#bo_list .td_mb_id {width:100px;text-align:center}
#bo_list .td_mng {width:80px;text-align:center}
#bo_list .td_name {width:90px;text-align:left;padding:10px 0}
#bo_list .td_nick {width:100px;text-align:center}
#bo_list .td_num {width:50px;text-align:center}
#bo_list .td_num2 {width:50px;text-align:center}
#bo_list .td_numbig {width:80px;text-align:center}
#bo_list .txt_active {color:#5d910b}
#bo_list .txt_expired {color:#ccc}
#bo_list tbody tr:hover {border-left:0px solid #253dbe}

#bo_cate {background:#ecf2f3;padding:7px;margin:10px 0;border:1px solid #bed1d4}
#bo_cate h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_cate ul {zoom:1}
#bo_cate ul:after {display:block;visibility:hidden;clear:both;content:""}
#bo_cate li {display:inline-block;padding:2px;}
#bo_cate a {display:block;line-height:26px;padding:0 10px;border-radius:3px;border:1px solid transparent}
#bo_cate a:focus, #bo_cate a:hover, #bo_cate a:active {text-decoration:none;background:#d2d6dc;}
#bo_cate #bo_cate_on {z-index:2;background:#3497d9;color:#fff;font-weight:bold;border-bottom-color:#1977b5;
-webkit-box-shadow: inset 0 2px 5px rgb(33, 135, 202);
-moz-box-shadow: inset 0 2px 5px rgb(33, 135, 202);
box-shadow:inset 0 2px 5px rgb(33, 135, 202);}
.td_subject img {margin-left:5px}

/* 게시판 목록 공통 */
#bo_btn_top{margin: 10px 0 }
#bo_btn_top:after {display:block;visibility:hidden;clear:both;content:""}
.bo_fx {margin-bottom:5px;float:right;zoom:1}
.bo_fx:after {display:block;visibility:hidden;clear:both;content:""}
.bo_fx ul {margin:0;padding:0;list-style:none}
#bo_list_total {float:left;line-height:30px;font-size:0.92em;color:#4e546f;background:#d4d4d4;padding:0 10px;border-radius:5px;}

.btn_bo_user {float:right;margin:0;padding:0;list-style:none}
.btn_bo_user li {float:left;margin-left:5px}
.btn_bo_adm {float:left}
.btn_bo_adm li {float:left;margin-right:5px}
.btn_bo_adm input {padding:0 8px;border:0;background:#d4d4d4;color:#666;text-decoration:none;vertical-align:middle}
.bo_notice td {background:#e6f8ff !important;border-bottom:1px solid #c3dfe8;}
.bo_notice td a {font-weight:bold;}

.bo_notice .notice_icon{display:inline-block;background:#4158d1;width:25px;line-height:25px;border-radius:5px;font-weight:normal;color:#fff}
.td_num strong {color:#000}
.bo_cate_link {display: inline-block;color: #3497d9;height: 20px;font-size:0.92em} /* 글제목줄 분류스타일 */
.bo_tit{display:block;color:#000;font-weight:bold;}
.bo_current {color:#e8180c}
/*#bo_list .profile_img {display:inline-block;margin-right:2px}*/
#bo_list .profile_img img{border-radius:50%}
#bo_list .cnt_cmt{background:#5c85c1;color:#fff; font-size:11px;height:16px;line-height:16px;padding:0 5px;border-radius:3px;vertical-align:middle;
-webkit-box-shadow: inset 0 2px 5px  rgba(255,255,255,0.3);
-moz-box-shadow: inset 0 2px 5px  rgba(255,255,255,0.3);
box-shadow: inset 0 2px 5px  rgba(255,255,255,0.3);}

#bo_list .bo_tit .title_icon{margin-right:2px}
#bo_list .bo_tit .fa-download{width:16px;height:16px;line-height:16px;background:#e89f31;color:#fff;text-align:center;font-size:10px;border-radius:2px;margin-right:2px;vertical-align:middle}
#bo_list .bo_tit .fa-link{width:16px;height:16px;line-height:16px;background:#ad68d8;color:#fff;text-align:center;font-size:10px;border-radius:2px;margin-right:2px;vertical-align:middle;font-weight:normal}
#bo_list .bo_tit .new_icon{display:inline-block;width: 16px;line-height:16px ;font-size:0.833em;color:#ffff00;background:#6db142;text-align:center;border-radius: 2px;vertical-align:middle;margin-right:2px}
#bo_list .bo_tit .fa-heart{display:inline-block;width: 16px;line-height:16px ;font-size:0.833em;color:#fff;background:#e52955;text-align:center;border-radius: 2px;vertical-align:middle;margin-right:2px;font-weight:normal}
#bo_list .bo_tit .fa-lock{display: inline-block;line-height: 14px;width: 16px;font-size: 0.833em;color: #4f818c;background: #cbe3e8;text-align: center;border-radius: 2px;font-size: 12px;border:1px solid #a2c6ce}


#bo_sch {float:left;border:1px solid #ccc;background:#fff;border-radius:3px}
#bo_sch:after {display:block;visibility:hidden;clear:both;content:""}
#bo_sch legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
#bo_sch select{border:0;margin:9px 5px ;height:20px;float:left;border-right:1px solid #ddd;}
#bo_sch .sch_input{height:38px;border:0;padding:0;background-color:transparent;float:left}
#bo_sch .sch_btn{height:38px;float:left;background:none;border:0;width:40px;font-size:15px}


/* 게시판 쓰기 */
#char_count_desc {display:block;margin:0 0 5px;padding:0}
#char_count_wrap {margin:5px 0 0;text-align:right}
#char_count {font-weight:bold}

#autosave_wrapper {position:relative}
#autosave_pop {display:none;z-index:10;position:absolute !important;top:34px;right:0;width:350px;height:auto !important;height:180px;max-height:180px;border:1px solid #565656;background:#fff;
-webkit-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.2);
box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.2);}
#autosave_pop:before{content: "";position: absolute;top: -8px;right: 45px;width: 0;height: 0;border-style: solid;border-width: 0 6px 8px 6px;border-color: transparent transparent #000 transparent;}
#autosave_pop:after{content: "";position: absolute;top: -7px;right: 45px;width: 0;height: 0;border-style: solid;border-width: 0 6px 8px 6px;border-color: transparent transparent #fff transparent;}
html.no-overflowscrolling #autosave_pop {height:auto;max-height:10000px !important} /* overflow 미지원 기기 대응 */
#autosave_pop strong {position:absolute;font-size:0;line-height:0;overflow:hidden}
#autosave_pop div {text-align:center;margin:0 !important;}
#autosave_pop button {margin:0;padding:0;border:0;}
#autosave_pop ul {padding:15px;border-top:1px solid #e9e9e9;list-style:none;overflow-y:scroll;height:130px;border-bottom:1px solid #e8e8e8}
#autosave_pop li {padding:8px 5px;border-bottom:1px solid #fff;background:#eee;zoom:1}
#autosave_pop li:after {display:block;visibility:hidden;clear:both;content:""}
#autosave_pop a {display:block;float:left}
#autosave_pop span {display:block;float:right;font-size:0.92em;font-style:italic;color:#999}
.autosave_close {cursor:pointer;width:100%;height:30px;background:none;color:#888;font-weight:bold;font-size:0.92em}
.autosave_close:hover{background:#f3f3f3;color:#3597d9}
.autosave_content {display:none}
.autosave_del{background:url(./img/close_btn.png) no-repeat 50% 50%;text-indent:-999px;overflow:hidden;height:20px;width:20px;}

/* 게시판 읽기 */
#bo_v {margin-bottom:20px;padding:0px;background:#fff;box-sizing:border-box}

#bo_v_table {position:absolute;top:0;right:16px;margin:0;padding:0 5px;height:25px;background:#ff3061;color:#fff;font-weight:bold;line-height:2.2em}

#bo_v_title {font-size:12px;line-height:26px;}
#bo_v_title .bo_v_cate{display:inline-block;line-height:26px;background: #3497d9;color: #fff;font-weight: bold;border-bottom:1px solid #1977b5;padding:0 10px;border-radius:3px;
-webkit-box-shadow: inset 0 2px 5px rgb(33, 135, 202);
-moz-box-shadow: inset 0 2px 5px rgb(33, 135, 202);
box-shadow: inset 0 2px 5px rgb(33, 135, 202);
}
#bo_v_title .bo_v_tit{display:block;font-size:2em;margin:5px 0;word-break:break-all}

#bo_v_info {padding: 10px 0 15px;margin:0 0 20px;border-bottom:1px solid #ddd;color:#666}
#bo_v_info:after {display:block;visibility:hidden;clear:both;content:""} 
#bo_v_info h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_v_info strong {display:inline-block;margin:0 10px 0 0;font-weight:normal}
#bo_v_info .sv_member,
#bo_v_info .sv_guest,
#bo_v_info .member,
#bo_v_info .guest {font-weight:bold}
#bo_v_info .profile_img {}
#bo_v_info .profile_img img{border-radius:50%}
#bo_v_info .sv_member{color:#000}
#bo_v_info .if_view{display:inline-block;background:url(./img/icon_view.png) no-repeat 50% 50%;height:15px;width:20px;overflow:hidden;text-indent:-999px;vertical-align:middle;margin-right:3px}
#bo_v_info .if_comment{display:inline-block;background:url(./img/icon_comment.png) no-repeat 50% 50%;height:15px;width:20px;overflow:hidden;text-indent:-999px;vertical-align:middle;margin-right:3px}
#bo_v_info .if_date{float:right;margin:0;font-style:italic;color:#888}

#bo_v_file {margin:10px 0;border:1px solid #d4d4d4}
#bo_v_file h2 {padding:10px;background: #f3f3f3}
#bo_v_file ul {margin:0;padding:5px 0;list-style:none}
#bo_v_file li {padding:5px 10px;position:relative;}
#bo_v_file a {display:inline-block;color:#3497d9;text-decoration:underline;word-wrap:break-word}
#bo_v_file a:focus, #bo_v_file a:hover, #bo_v_file a:active {text-decoration:none}
#bo_v_file img {float:left;margin:0 10px 0 0}
.bo_v_file_cnt  {position:absolute;top:5px;right:10px;color:#888;font-size:0.92em}

#bo_v_link {margin:10px 0;border:1px solid #d4d4d4}
#bo_v_link h2 {padding:10px;border-bottom:1px solid #e8e8e8;background: #f3f3f3}
#bo_v_link ul {margin:0;padding:5px 0;list-style:none}
#bo_v_link li {padding:5px 10px;position:relative;}
#bo_v_link a {display:inline-block;color:#3497d9;text-decoration:underline;word-wrap:break-word}
#bo_v_link a:focus, #bo_v_link a:hover, #bo_v_link a:active {text-decoration:none}
.bo_v_link_cnt {position:absolute;top:5px;right:10px;color:#888;font-size:0.92em}

#bo_v_top {zoom:1}
#bo_v_top:after {display:block;visibility:hidden;clear:both;content:""}
#bo_v_top h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_v_top ul {padding:0;list-style:none;word-break:break-all}

#bo_v_bot {zoom:1}
#bo_v_bot:after {display:block;visibility:hidden;clear:both;content:""}
#bo_v_bot h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_v_bot ul {padding:0;list-style:none}

.bo_v_com {display: flex; justify-content: center;margin:20px 0}
.bo_v_com li{margin-left:5px}

.bo_v_left {margin:20px 0;float:left}
.bo_v_left li {float:left;margin-right:5px}

.bo_v_nb {margin:20px 0;position:relative;clear:both;text-align:left;border-bottom:1px solid #ddd}
.bo_v_nb:after {display:block;visibility:hidden;clear:both;content:""}
.bo_v_nb li {border-top:1px solid #ddd;padding:13px;border-left:1px solid #ddd;border-right:1px solid #ddd;}
.bo_v_nb li:hover{background:#f6f6f6}
.bo_v_nb li i{font-size:13px}
.bo_v_nb li .nb_tit{display:inline-block;padding-right:20px;color:#4567b5}
.bo_v_nb li .nb_date{float:right;color:#888}

#bo_v_atc {min-height:200px;height:auto !important;height:200px}
#bo_v_atc_title {position:absolute;font-size:0;line-height:0;overflow:hidden}

#bo_v_img {width:100%;overflow:hidden;zoom:1}
#bo_v_img:after {display:block;visibility:hidden;clear:both;content:""}
#bo_v_img a.view_image{display:block}
#bo_v_img img {margin-bottom:20px;max-width:100%;height:auto}

#bo_v_con {margin:10px 0 30px;width:100%;line-height:1.7em;min-height:200px;word-break:break-all;overflow:hidden}
#bo_v_con a {color:#000;text-decoration:underline}
#bo_v_con img {max-width:100%;height:auto}

#bo_v_act {margin-bottom:30px;text-align:center}
#bo_v_act .bo_v_act_gng {position:relative}
#bo_v_act a {margin-right:5px;vertical-align:middle}
#bo_v_act a:hover{background-color:#f3f3f3}
#bo_v_act_good, #bo_v_act_nogood {display:none;position:absolute;top:30px;left:0;padding:10px 0;width:165px;background:#ff3061;color:#fff;text-align:center}
#bo_v_act .bo_v_good{display:inline-block;border:1px solid #000;width:70px;height:70px;padding-top:40px;background:url(./img/icon_good.png) 25px 18px no-repeat;border-radius:50%;font-style:italic}
#bo_v_act .bo_v_nogood{display:inline-block;border:1px solid #000;width:70px;height:70px;padding-top:40px;background:url(./img/icon_bad.png) 25px 18px no-repeat;border-radius:50%;font-style:italic}

#bo_v_share{position:relative;margin:20px 0;text-align:right}
#bo_v_share .btn{padding:0 10px 0 0;color:#555;font-weight:normal;font-size:1em ;line-height:30px;height:32px;border-radius:0;border-color:#d5d5d5}
#bo_v_share .btn:hover{background:#fff}
#bo_v_share .btn i{margin-right:5px;background:#eee;color:#333;text-align:center;width:30px;line-height:30px;vertical-align:top;}
#bo_v_share .btn_share{}
#bo_v_share .btn_share:hover{}

.bo_v_snswr{position:relative;display:inline-block;margin-left:-1px}
#bo_v_sns {display:none;position:absolute;top:-50px;left:50%;margin-left:-90px;width:180px;padding:0;list-style:none;zoom:1}
#bo_v_sns:after {display:block;visibility:hidden;clear:both;content:""}
#bo_v_sns:before{content: "";position: absolute;bottom: -7px;left: 84px;width: 0;height: 0;border-style: solid;border-width: 7px 6px 0 6px;border-color: #415b92 transparent transparent transparent;}
#bo_v_sns li {float:left;width:60px;text-align:center}
#bo_v_sns li a{height:40px;padding:10px 0;}
#bo_v_sns li .sns_f{display:block;background:#415b92}
#bo_v_sns li .sns_t{display:block;background:#35b3dc}
#bo_v_sns li .sns_g{display:block;background:#d5503a}
#bo_v_sns.show_kakao{width:240px;margin-left:-120px}
#bo_v_sns li .sns_k{display:block;background:#fbe300}
#bo_v_sns li img{vertical-align:top}

/* 게시판 댓글 */
.cmt_btn{background:url('./img/cmt_btn.png') no-repeat 85px 8px;text-align:left ;width:100% ;border:0;color:#ed6478;font-weight:bold;font-size:1.25em;margin: 30px 0 0px;padding:0  0 10px }
.cmt_btn_op{background:url('./img/cmt_btn.png') no-repeat 85px  -23px}
#bo_vc {}
#bo_vc h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_vc article {margin:20px 0;position:relative}
#bo_vc article .profile_img img{border-radius:50%}
#bo_vc header {}
#bo_vc header:after {display:block;visibility:hidden;clear:both;content:""}
#bo_vc header .icon_reply {position:absolute;top:15px;left:-20px}
#bo_vc .member, #bo_vc .guest, #bo_vc .sv_member, #bo_vc .sv_guest {font-weight:bold}
.bo_vc_hdinfo{float:right;font-style:italic;color:#777}
#bo_vc h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_vc .cmt_contents {padding:15px  ;margin:10px 0 0;background: #f8fafb;border-radius:5px;border: 1px solid #e8e8e8;line-height:1.8em}
#bo_vc p a {text-decoration:underline}
#bo_vc p a.s_cmt {text-decoration:underline;color:#ed6479}
#bo_vc_empty {margin:0;padding:80px 0 !important;color:#777;text-align:center}
#bo_vc #bo_vc_winfo {float:left}

.bo_vc_act {text-align:right;margin:0;list-style:none;zoom:1}
.bo_vc_act:after {display:block;visibility:hidden;clear:both;content:""}
.bo_vc_act li {display:inline-block;}
.bo_vc_act li a{padding:0 5px;line-height:23px}

.bo_vc_w {position:relative;margin:10px 0;display:block;}
.bo_vc_w:after {display:block;visibility:hidden;clear:both;content:""}
.bo_vc_w h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
.bo_vc_w #char_cnt {display:block;margin:0 0 5px}
.bo_vc_w textarea{border:1px solid #ccc;background:#fff;color:#000;vertical-align:middle;border-radius:3px;padding:5px;width:100%;height:120px;
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);}
#wr_secret{}
.bo_vc_w_info{margin:10px 0;float:left}
.bo_vc_w_info:after {display:block;visibility:hidden;clear:both;content:""}
.bo_vc_w_info .frm_input{float:left;margin-right:5px}
.bo_vc_w_info #captcha{padding-top:10px;display:block;clear:both}
.bo_vc_w .btn_confirm{float:right;margin-top:10px}
.bo_vc_w .btn_confirm label{display:inline-block;margin-right:10px;border-radius:3px;font-size:1.5em;text-align:center;}
.bo_vc_w .btn_submit{height:45px;padding:0 20px;border-radius:3px;font-weight:bold;font-size:1.083em;}
.bo_vc_w_wr:after {display:block;visibility:hidden;clear:both;content:""}

#bo_vc_send_sns{display:inline-block;float:left}
#bo_vc_sns {display:inline-block;margin:0;padding:0;list-style:none;zoom:1}
#bo_vc_sns:after {display:block;visibility:hidden;clear:both;content:""}
#bo_vc_sns li {float:left;margin:0 5px 0 0}
#bo_vc_sns .sns_li_f{border-radius:3px;background:#3a589b;height:40px;line-height:40px;padding:0 0 0 10px}
#bo_vc_sns .sns_li_t{border-radius:3px;background:#00aced;height:40px;line-height:40px;padding:0 0 0 10px}
#bo_vc_sns .sns_li_off{background:#bbb}
#bo_vc_sns a{display:inline-block;padding:0 15px 0 5px;}
#bo_vc_sns input {margin:0 5px 0 0 }


/*글쓰기*/
#bo_w .write_div{margin:10px 0;position:relative}
#bo_w .bo_w_info:after {display:block;visibility:hidden;clear:both;content:""}
#bo_w .bo_w_info .frm_input{float:left;width:33%}
#bo_w #wr_password{margin:0 0.5%  }
#bo_w .wr_content.smarteditor2 iframe{background:#fff}
#bo_w .bo_w_tit{position:relative}
#bo_w .bo_w_tit .frm_input{padding-right:120px;}
#bo_w .bo_w_tit #btn_autosave{position:absolute;top:5px;right:5px;line-height:30px;height:30px;}
#bo_w .bo_w_link label{position:absolute;top:1px;left:1px;border-radius:3px 0 0 3px;height:38px;line-height:38px;width:40px;background: #eee;text-align:center;color:#888}
#bo_w .bo_w_link .frm_input{padding-left:50px}
#bo_w .bo_w_flie .lb_icon{position:absolute;top:0px;left:0px;border-radius:3px 0 0 3px;height:38px;line-height:38px;width:40px;background:#eee;text-align:center;color:#888}
#bo_w .bo_w_flie .frm_file{padding-left:50px;}
#bo_w .bo_w_flie .file_wr{border:1px solid #ccc;background:#fff;color:#000;vertical-align:middle;border-radius:3px;padding:5px;height:40px;margin:0}
#bo_w .bo_w_flie .frm_input{margin:10px 0 0 }
#bo_w .bo_w_flie .file_del{position:absolute;top:10px;right:10px;font-size:0.92em;color:#7d7d7d}
#bo_w a.btn_cancel {padding-top:0;padding-bottom:0}
#bo_w .bo_w_select select{border:1px solid #3497d9;height:40px;border-radius:3px}





.khskip{display:none !important}

.blue{color:#3182f5 !important}
.black{color:#000 !important}
.red{color:#FB0000 !important}
.orange{color:#ff6c2b !important}
.gray{color:#888 !important}
.green{color:#009646 !important}
.navy{color:#57839e !important}

.tal{text-align:left !important}
.tac{text-align:center !important}
.tar{text-align:right !important}

.fr{float:right !important}
.fl{float:left !important}

.fb5p{flex-basis:5%}
.fb10p{flex-basis:10%}
.fb11p{flex-basis:11%}
.fb12p{flex-basis:12%}
.fb13p{flex-basis:13%}
.fb14p{flex-basis:14%}
.fb15p{flex-basis:15%}
.fb16p{flex-basis:16%}
.fb17p{flex-basis:17%}
.fb18p{flex-basis:18%}
.fb19p{flex-basis:19%}
.fb20p{flex-basis:20%}
.fb21p{flex-basis:21%}
.fb22p{flex-basis:22%}
.fb23p{flex-basis:23%}
.fb24p{flex-basis:24%}
.fb25p{flex-basis:25%}
.fb30p{flex-basis:30%}
.fb35p{flex-basis:35%}
.fb40p{flex-basis:40%}
.fb45p{flex-basis:45%}
.fb50p{flex-basis:50%}
.fb55p{flex-basis:55%}
.fb60p{flex-basis:60%}
.fb65p{flex-basis:65%}
.fb70p{flex-basis:70%}
.fb75p{flex-basis:75%} 
.fb80p{flex-basis:80%}
.fb81p{flex-basis:81%}
.fb82p{flex-basis:82%}
.fb83p{flex-basis:83%}
.fb84p{flex-basis:84%}
.fb85p{flex-basis:85%}
.fb86p{flex-basis:86%}
.fb87p{flex-basis:87%}
.fb88p{flex-basis:88%}
.fb89p{flex-basis:89%}
.fb90p{flex-basis:90%}
.fb95p{flex-basis:95%}
.fb100p{flex-basis:100%}

.h10{height:10px !important}
.h11{height:11px !important}
.h12{height:12px !important}
.h13{height:13px !important}
.h14{height:14px !important}
.h15{height:15px !important}
.h16{height:16px !important}
.h17{height:17px !important}
.h18{height:18px !important}
.h19{height:19px !important}
.h20{height:20px !important}
.h21{height:21px !important}
.h22{height:22px !important}
.h23{height:23px !important}
.h24{height:24px !important}
.h25{height:25px !important}
.h26{height:26px !important}
.h27{height:27px !important}
.h28{height:28px !important}
.h29{height:29px !important}
.h30{height:30px !important}
.h31{height:31px !important}
.h32{height:32px !important}
.h33{height:33px !important}
.h34{height:34px !important}
.h35{height:35px !important}
.h36{height:36px !important}
.h37{height:37px !important}
.h38{height:38px !important}
.h39{height:39px !important}
.h40{height:40px !important}
.h41{height:41px !important}
.h42{height:42px !important}
.h43{height:43px !important}
.h44{height:44px !important}
.h46{height:46px !important}
.h47{height:47px !important}
.h48{height:48px !important}
.h49{height:49px !important}
.h45{height:45px !important}
.h50{height:50px !important}
.h51{height:51px !important}
.h52{height:52px !important}
.h53{height:53px !important}
.h54{height:54px !important}
.h56{height:56px !important}
.h57{height:57px !important}
.h58{height:58px !important}
.h59{height:59px !important}
.h60{height:60px !important}
.h61{height:61px !important}
.h62{height:62px !important}
.h63{height:63px !important}
.h64{height:64px !important}
.h66{height:66px !important}
.h67{height:67px !important}
.h68{height:68px !important}
.h69{height:69px !important}
.h70{height:70px !important}
.h71{height:71px !important}
.h72{height:72px !important}
.h73{height:73px !important}
.h74{height:74px !important}
.h76{height:76px !important}
.h77{height:77px !important}
.h78{height:78px !important}
.h79{height:79px !important}
/*.h80{height:80px !important}*/
.h81{height:81px !important}
.h82{height:82px !important}
.h83{height:83px !important}
.h84{height:84px !important}
.h86{height:86px !important}
.h87{height:87px !important}
.h88{height:88px !important}
.h89{height:89px !important}
.h90{height:90px !important}
.h91{height:91px !important}
.h92{height:92px !important}
.h93{height:93px !important}
.h94{height:94px !important}
.h96{height:96px !important}
.h97{height:97px !important}
.h98{height:98px !important}
.h99{height:99px !important}
.h100{height:100px !important}
.h101{height:101px !important}
.h102{height:102px !important}
.h103{height:103px !important}
.h104{height:104px !important}
.h106{height:106px !important}
.h107{height:107px !important}
.h108{height:108px !important}
.h109{height:109px !important}
.h110{height:110px !important}
.h111{height:111px !important}
.h112{height:112px !important}
.h113{height:113px !important}
.h114{height:114px !important}
.h116{height:116px !important}
.h117{height:117px !important}
.h118{height:118px !important}
.h119{height:119px !important}
.h120{height:120px !important}
.h121{height:121px !important}
.h122{height:122px !important}
.h123{height:123px !important}
.h124{height:124px !important}
.h126{height:126px !important}
.h127{height:127px !important}
.h128{height:128px !important}
.h129{height:129px !important}
.h130{height:130px !important}
.h131{height:131px !important}
.h132{height:132px !important}
.h133{height:133px !important}
.h134{height:134px !important}
.h136{height:136px !important}
.h137{height:137px !important}
.h138{height:138px !important}
.h139{height:139px !important}
.h140{height:140px !important}
.h141{height:141px !important}
.h142{height:142px !important}
.h143{height:143px !important}
.h144{height:144px !important}
.h146{height:146px !important}
.h147{height:147px !important}
.h148{height:148px !important}
.h149{height:149px !important}
.h150{height:150px !important}
.h151{height:151px !important}
.h152{height:152px !important}
.h153{height:153px !important}
.h154{height:154px !important}
.h156{height:156px !important}
.h157{height:157px !important}
.h158{height:158px !important}
.h159{height:159px !important}
.h160{height:160px !important}
.h161{height:161px !important}
.h162{height:162px !important}
.h163{height:163px !important}
.h164{height:164px !important}
.h166{height:166px !important}
.h167{height:167px !important}
.h168{height:168px !important}
.h169{height:169px !important}
.h170{height:170px !important}
.h171{height:171px !important}
.h172{height:172px !important}
.h173{height:173px !important}
.h174{height:174px !important}
.h176{height:176px !important}
.h177{height:177px !important}
.h178{height:178px !important}
.h179{height:179px !important}
.h180{height:180px !important}
.h181{height:181px !important}
.h182{height:182px !important}
.h183{height:183px !important}
.h184{height:184px !important}
.h186{height:186px !important}
.h187{height:187px !important}
.h188{height:188px !important}
.h189{height:189px !important}
.h190{height:190px !important}
.h191{height:191px !important}
.h192{height:192px !important}
.h193{height:193px !important}
.h194{height:194px !important}
.h196{height:196px !important}
.h197{height:197px !important}
.h198{height:198px !important}
.h199{height:199px !important}
.h200{height:200px !important}
.h210{height:210px !important}
.h220{height:220px !important}
.h230{height:230px !important}
.h240{height:240px !important}
.h250{height:250px !important}
.h260{height:260px !important}
.h270{height:270px !important}
.h280{height:280px !important}
.h290{height:290px !important}
.h300{height:300px !important}
.h310{height:310px !important}
.h320{height:320px !important}
.h330{height:330px !important}
.h340{height:340px !important}
.h350{height:350px !important}
.h360{height:360px !important}
.h370{height:370px !important}
.h380{height:380px !important}
.h390{height:390px !important}

.mh100vh{min-height:100vh}

.hm100{min-height:100px}
.hm200{min-height:200px}
.hm300{min-height:300px}
.hm400{min-height:400px}
.hm500{min-height:500px}
.hm600{min-height:600px}
.hm700{min-height:700px}
.hm800{min-height:800px}
.hm900{min-height:900px}
.hm1000{min-height:1000px}

.mh10{max-height:10px !important}
.mh11{max-height:11px !important}
.mh12{max-height:12px !important}
.mh13{max-height:13px !important}
.mh14{max-height:14px !important}
.mh15{max-height:15px !important}
.mh16{max-height:16px !important}
.mh17{max-height:17px !important}
.mh18{max-height:18px !important}
.mh19{max-height:19px !important}
.mh20{max-height:20px !important}
.mh21{max-height:21px !important}
.mh22{max-height:22px !important}
.mh23{max-height:23px !important}
.mh24{max-height:24px !important}
.mh25{max-height:25px !important}
.mh26{max-height:26px !important}
.mh27{max-height:27px !important}
.mh28{max-height:28px !important}
.mh29{max-height:29px !important}
.mh30{max-height:30px !important}
.mh31{max-height:31px !important}
.mh32{max-height:32px !important}
.mh33{max-height:33px !important}
.mh34{max-height:34px !important}
.mh35{max-height:35px !important}
.mh36{max-height:36px !important}
.mh37{max-height:37px !important}
.mh38{max-height:38px !important}
.mh39{max-height:39px !important}
.mh40{max-height:40px !important}
.mh41{max-height:41px !important}
.mh42{max-height:42px !important}
.mh43{max-height:43px !important}
.mh44{max-height:44px !important}
.mh46{max-height:46px !important}
.mh47{max-height:47px !important}
.mh48{max-height:48px !important}
.mh49{max-height:49px !important}
.mh45{max-height:45px !important}
.mh50{max-height:50px !important}
.mh51{max-height:51px !important}
.mh52{max-height:52px !important}
.mh53{max-height:53px !important}
.mh54{max-height:54px !important}
.mh56{max-height:56px !important}
.mh57{max-height:57px !important}
.mh58{max-height:58px !important}
.mh59{max-height:59px !important}
.mh60{max-height:60px !important}
.mh61{max-height:61px !important}
.mh62{max-height:62px !important}
.mh63{max-height:63px !important}
.mh64{max-height:64px !important}
.mh66{max-height:66px !important}
.mh67{max-height:67px !important}
.mh68{max-height:68px !important}
.mh69{max-height:69px !important}
.mh70{max-height:70px !important}
.mh71{max-height:71px !important}
.mh72{max-height:72px !important}
.mh73{max-height:73px !important}
.mh74{max-height:74px !important}
.mh76{max-height:76px !important}
.mh77{max-height:77px !important}
.mh78{max-height:78px !important}
.mh79{max-height:79px !important}
.mh80{max-height:80px !important}
.mh81{max-height:81px !important}
.mh82{max-height:82px !important}
.mh83{max-height:83px !important}
.mh84{max-height:84px !important}
.mh86{max-height:86px !important}
.mh87{max-height:87px !important}
.mh88{max-height:88px !important}
.mh89{max-height:89px !important}
.mh90{max-height:90px !important}
.mh91{max-height:91px !important}
.mh92{max-height:92px !important}
.mh93{max-height:93px !important}
.mh94{max-height:94px !important}
.mh96{max-height:96px !important}
.mh97{max-height:97px !important}
.mh98{max-height:98px !important}
.mh99{max-height:99px !important}
.mh100{max-height:100px !important}
.mh101{max-height:101px !important}
.mh102{max-height:102px !important}
.mh103{max-height:103px !important}
.mh104{max-height:104px !important}
.mh106{max-height:106px !important}
.mh107{max-height:107px !important}
.mh108{max-height:108px !important}
.mh109{max-height:109px !important}
.mh110{max-height:110px !important}
.mh111{max-height:111px !important}
.mh112{max-height:112px !important}
.mh113{max-height:113px !important}
.mh114{max-height:114px !important}
.mh116{max-height:116px !important}
.mh117{max-height:117px !important}
.mh118{max-height:118px !important}
.mh119{max-height:119px !important}
.mh120{max-height:120px !important}
.mh121{max-height:121px !important}
.mh122{max-height:122px !important}
.mh123{max-height:123px !important}
.mh124{max-height:124px !important}
.mh126{max-height:126px !important}
.mh127{max-height:127px !important}
.mh128{max-height:128px !important}
.mh129{max-height:129px !important}
.mh130{max-height:130px !important}
.mh131{max-height:131px !important}
.mh132{max-height:132px !important}
.mh133{max-height:133px !important}
.mh134{max-height:134px !important}
.mh136{max-height:136px !important}
.mh137{max-height:137px !important}
.mh138{max-height:138px !important}
.mh139{max-height:139px !important}
.mh140{max-height:140px !important}
.mh141{max-height:141px !important}
.mh142{max-height:142px !important}
.mh143{max-height:143px !important}
.mh144{max-height:144px !important}
.mh146{max-height:146px !important}
.mh147{max-height:147px !important}
.mh148{max-height:148px !important}
.mh149{max-height:149px !important}
.mh150{max-height:150px !important}
.mh151{max-height:151px !important}
.mh152{max-height:152px !important}
.mh153{max-height:153px !important}
.mh154{max-height:154px !important}
.mh156{max-height:156px !important}
.mh157{max-height:157px !important}
.mh158{max-height:158px !important}
.mh159{max-height:159px !important}
.mh160{max-height:160px !important}
.mh161{max-height:161px !important}
.mh162{max-height:162px !important}
.mh163{max-height:163px !important}
.mh164{max-height:164px !important}
.mh166{max-height:166px !important}
.mh167{max-height:167px !important}
.mh168{max-height:168px !important}
.mh169{max-height:169px !important}
.mh170{max-height:170px !important}
.mh171{max-height:171px !important}
.mh172{max-height:172px !important}
.mh173{max-height:173px !important}
.mh174{max-height:174px !important}
.mh176{max-height:176px !important}
.mh177{max-height:177px !important}
.mh178{max-height:178px !important}
.mh179{max-height:179px !important}
.mh180{max-height:180px !important}
.mh181{max-height:181px !important}
.mh182{max-height:182px !important}
.mh183{max-height:183px !important}
.mh184{max-height:184px !important}
.mh186{max-height:186px !important}
.mh187{max-height:187px !important}
.mh188{max-height:188px !important}
.mh189{max-height:189px !important}
.mh190{max-height:190px !important}
.mh191{max-height:191px !important}
.mh192{max-height:192px !important}
.mh193{max-height:193px !important}
.mh194{max-height:194px !important}
.mh196{max-height:196px !important}
.mh197{max-height:197px !important}
.mh198{max-height:198px !important}
.mh199{max-height:199px !important}
.mh200{max-height:200px !important}

.w1p{width:1% !important}
.w2p{width:2% !important}
.w3p{width:3% !important}
.w4p{width:4% !important}
.w5p{width:5% !important}
.w6p{width:6% !important}
.w7p{width:7% !important}
.w8p{width:8% !important}
.w9p{width:9% !important}
.w10p{width:10% !important}
.w11p{width:11% !important}
.w12p{width:12% !important}
.w13p{width:13% !important}
.w14p{width:14% !important}
.w15p{width:15% !important}
.w16p{width:16% !important}
.w17p{width:17% !important}
.w18p{width:18% !important}
.w19p{width:19% !important}
.w20p{width:20% !important}
.w21p{width:21% !important}
.w22p{width:22% !important}
.w23p{width:23% !important}
.w24p{width:24% !important}
.w25p{width:25% !important}
.w26p{width:26% !important}
.w27p{width:27% !important}
.w28p{width:28% !important}
.w29p{width:29% !important}
.w30p{width:30% !important}
.w31p{width:31% !important}
.w32p{width:32% !important}
.w33p{width:33% !important}
.w34p{width:34% !important}
.w35p{width:35% !important}
.w36p{width:36% !important}
.w37p{width:37% !important}
.w38p{width:38% !important}
.w39p{width:39% !important}
.w40p{width:40% !important}
.w41p{width:41% !important}
.w42p{width:42% !important}
.w43p{width:43% !important}
.w44p{width:44% !important}
.w45p{width:45% !important}
.w46p{width:46% !important}
.w47p{width:47% !important}
.w48p{width:48% !important}
.w49p{width:49% !important}
.w50p{width:50% !important}
.w51p{width:51% !important}
.w52p{width:52% !important}
.w53p{width:53% !important}
.w54p{width:54% !important}
.w55p{width:55% !important}
.w56p{width:56% !important}
.w57p{width:57% !important}
.w58p{width:58% !important}
.w59p{width:59% !important}
.w60p{width:60% !important}
.w68p{width:68% !important}
.w70p{width:70% !important}
.w80p{width:80% !important}
.w90p{width:90% !important}
.w100p{width:100% !important}
.w200p{width:200% !important}
.w300p{width:300% !important}
.w400p{width:400% !important}
.w500p{width:500% !important}
.w600p{width:600% !important}
.w700p{width:700% !important}
.w800p{width:800% !important}
.w900p{width:900% !important}

.w10{width:10px !important}
.w20{width:20px !important}
.w30{width:30px !important}
.w40{width:40px !important}
.w50{width:50px !important}
.w60{width:60px !important}
.w70{width:70px !important}
.w75{width:75px !important}
.w80{width:80px !important}
.w85{width:85px !important}
.w90{width:90px !important}
.w95{width:95px !important}
.w100{width:100px !important}
.w110{width:110px !important}
.w120{width:120px !important}
.w125{width:125px !important}
.w130{width:130px !important}
.w140{width:140px !important}
.w150{width:150px !important}
.w160{width:160px !important}
.w170{width:170px !important}
.w180{width:180px !important}
.w190{width:190px !important}
.w200{width:200px !important}
.w201{width:201px !important}
.w202{width:202px !important}
.w203{width:203px !important}
.w204{width:204px !important}
.w205{width:205px !important}
.w206{width:206px !important}
.w207{width:207px !important}
.w208{width:208px !important}
.w209{width:209px !important}
.w210{width:210px !important}
.w211{width:211px !important}
.w212{width:212px !important}
.w213{width:213px !important}
.w214{width:214px !important}
.w215{width:215px !important}
.w216{width:216px !important}
.w217{width:217px !important}
.w218{width:218px !important}
.w219{width:219px !important}
.w220{width:220px !important}
.w221{width:221px !important}
.w222{width:222px !important}
.w223{width:223px !important}
.w224{width:224px !important}
.w225{width:225px !important}
.w226{width:226px !important}
.w227{width:227px !important}
.w228{width:228px !important}
.w229{width:229px !important}
.w230{width:230px !important}
.w231{width:231px !important}
.w232{width:232px !important}
.w233{width:233px !important}
.w234{width:234px !important}
.w235{width:235px !important}
.w236{width:236px !important}
.w237{width:237px !important}
.w238{width:238px !important}
.w239{width:239px !important}
.w240{width:240px !important}
.w241{width:241px !important}
.w242{width:242px !important}
.w243{width:243px !important}
.w244{width:244px !important}
.w245{width:245px !important}
.w246{width:246px !important}
.w247{width:247px !important}
.w248{width:248px !important}
.w249{width:249px !important}
.w250{width:250px !important}
.w251{width:251px !important}
.w252{width:252px !important}
.w253{width:253px !important}
.w254{width:254px !important}
.w255{width:255px !important}
.w256{width:256px !important}
.w257{width:257px !important}
.w258{width:258px !important}
.w259{width:259px !important}
.w260{width:260px !important}
.w261{width:261px !important}
.w262{width:262px !important}
.w263{width:263px !important}
.w264{width:264px !important}
.w265{width:265px !important}
.w266{width:266px !important}
.w267{width:267px !important}
.w268{width:268px !important}
.w269{width:269px !important}
.w270{width:270px !important}
.w271{width:271px !important}
.w272{width:272px !important}
.w273{width:273px !important}
.w274{width:274px !important}
.w275{width:275px !important}
.w276{width:276px !important}
.w277{width:277px !important}
.w278{width:278px !important}
.w279{width:279px !important}
.w280{width:280px !important}
.w281{width:281px !important}
.w282{width:282px !important}
.w283{width:283px !important}
.w284{width:284px !important}
.w285{width:285px !important}
.w286{width:286px !important}
.w287{width:287px !important}
.w288{width:288px !important}
.w289{width:289px !important}
.w290{width:290px !important}
.w291{width:291px !important}
.w292{width:292px !important}
.w293{width:293px !important}
.w294{width:294px !important}
.w295{width:295px !important}
.w296{width:296px !important}
.w297{width:297px !important}
.w298{width:298px !important}
.w299{width:299px !important}
.w300{width:300px !important}
.w301{width:301px !important}
.w302{width:302px !important}
.w303{width:303px !important}
.w304{width:304px !important}
.w305{width:305px !important}
.w306{width:306px !important}
.w307{width:307px !important}
.w308{width:308px !important}
.w309{width:309px !important}
.w310{width:310px !important}
.w311{width:311px !important}
.w312{width:312px !important}
.w313{width:313px !important}
.w314{width:314px !important}
.w315{width:315px !important}
.w316{width:316px !important}
.w317{width:317px !important}
.w318{width:318px !important}
.w319{width:319px !important}
.w320{width:320px !important}
.w321{width:321px !important}
.w322{width:322px !important}
.w323{width:323px !important}
.w324{width:324px !important}
.w325{width:325px !important}
.w326{width:326px !important}
.w327{width:327px !important}
.w328{width:328px !important}
.w329{width:329px !important}
.w330{width:330px !important}
.w331{width:331px !important}
.w332{width:332px !important}
.w333{width:333px !important}
.w334{width:334px !important}
.w335{width:335px !important}
.w336{width:336px !important}
.w337{width:337px !important}
.w338{width:338px !important}
.w339{width:339px !important}
.w340{width:340px !important}
.w341{width:341px !important}
.w342{width:342px !important}
.w343{width:343px !important}
.w344{width:344px !important}
.w345{width:345px !important}
.w346{width:346px !important}
.w347{width:347px !important}
.w348{width:348px !important}
.w349{width:349px !important}
.w350{width:350px !important}
.w351{width:351px !important}
.w352{width:352px !important}
.w353{width:353px !important}
.w354{width:354px !important}
.w355{width:355px !important}
.w356{width:356px !important}
.w357{width:357px !important}
.w358{width:358px !important}
.w359{width:359px !important}
.w360{width:360px !important}
.w361{width:361px !important}
.w362{width:362px !important}
.w363{width:363px !important}
.w364{width:364px !important}
.w365{width:365px !important}
.w366{width:366px !important}
.w367{width:367px !important}
.w368{width:368px !important}
.w369{width:369px !important}
.w370{width:370px !important}
.w371{width:371px !important}
.w372{width:372px !important}
.w373{width:373px !important}
.w374{width:374px !important}
.w375{width:375px !important}
.w376{width:376px !important}
.w377{width:377px !important}
.w378{width:378px !important}
.w379{width:379px !important}
.w380{width:380px !important}
.w381{width:381px !important}
.w382{width:382px !important}
.w383{width:383px !important}
.w384{width:384px !important}
.w385{width:385px !important}
.w386{width:386px !important}
.w387{width:387px !important}
.w388{width:388px !important}
.w389{width:389px !important}
.w390{width:390px !important}
.w391{width:391px !important}
.w392{width:392px !important}
.w393{width:393px !important}
.w394{width:394px !important}
.w395{width:395px !important}
.w396{width:396px !important}
.w397{width:397px !important}
.w398{width:398px !important}
.w399{width:399px !important}
.w400{width:400px !important}
.w401{width:401px !important}
.w402{width:402px !important}
.w403{width:403px !important}
.w404{width:404px !important}
.w405{width:405px !important}
.w406{width:406px !important}
.w407{width:407px !important}
.w408{width:408px !important}
.w409{width:409px !important}
.w410{width:410px !important}
.w411{width:411px !important}
.w412{width:412px !important}
.w413{width:413px !important}
.w414{width:414px !important}
.w415{width:415px !important}
.w416{width:416px !important}
.w417{width:417px !important}
.w418{width:418px !important}
.w419{width:419px !important}
.w420{width:420px !important}
.w421{width:421px !important}
.w422{width:422px !important}
.w423{width:423px !important}
.w424{width:424px !important}
.w425{width:425px !important}
.w426{width:426px !important}
.w427{width:427px !important}
.w428{width:428px !important}
.w429{width:429px !important}
.w430{width:430px !important}
.w431{width:431px !important}
.w432{width:432px !important}
.w433{width:433px !important}
.w434{width:434px !important}
.w435{width:435px !important}
.w436{width:436px !important}
.w437{width:437px !important}
.w438{width:438px !important}
.w439{width:439px !important}
.w440{width:440px !important}
.w441{width:441px !important}
.w442{width:442px !important}
.w443{width:443px !important}
.w444{width:444px !important}
.w445{width:445px !important}
.w446{width:446px !important}
.w447{width:447px !important}
.w448{width:448px !important}
.w449{width:449px !important}
.w450{width:450px !important}
.w451{width:451px !important}
.w452{width:452px !important}
.w453{width:453px !important}
.w454{width:454px !important}
.w455{width:455px !important}
.w456{width:456px !important}
.w457{width:457px !important}
.w458{width:458px !important}
.w459{width:459px !important}
.w460{width:460px !important}
.w461{width:461px !important}
.w462{width:462px !important}
.w463{width:463px !important}
.w464{width:464px !important}
.w465{width:465px !important}
.w466{width:466px !important}
.w467{width:467px !important}
.w468{width:468px !important}
.w469{width:469px !important}
.w470{width:470px !important}
.w471{width:471px !important}
.w472{width:472px !important}
.w473{width:473px !important}
.w474{width:474px !important}
.w475{width:475px !important}
.w476{width:476px !important}
.w477{width:477px !important}
.w478{width:478px !important}
.w479{width:479px !important}
.w480{width:480px !important}
.w481{width:481px !important}
.w482{width:482px !important}
.w483{width:483px !important}
.w484{width:484px !important}
.w485{width:485px !important}
.w486{width:486px !important}
.w487{width:487px !important}
.w488{width:488px !important}
.w489{width:489px !important}
.w490{width:490px !important}
.w491{width:491px !important}
.w492{width:492px !important}
.w493{width:493px !important}
.w494{width:494px !important}
.w495{width:495px !important}
.w496{width:496px !important}
.w497{width:497px !important}
.w498{width:498px !important}
.w499{width:499px !important}
.w500{width:500px !important}
.w600{width:600px !important}
.w700{width:700px !important}
.w800{width:800px !important}
.w900{width:900px !important}
.w1000{width:1000px !important}
.w1100{width:1100px !important}
.w1110{width:1110px !important}
.w1120{width:1120px !important}
.w1130{width:1130px !important}
.w1200{width:1200px !important}

.bt-gray{}

.mt1{margin-top:1px}
.mt2{margin-top:2px}
.mt3{margin-top:3px}
.mt4{margin-top:4px}
.mt5{margin-top:5px}
.mt6{margin-top:6px}
.mt7{margin-top:7px}
.mt8{margin-top:8px}
.mt9{margin-top:9px}
.mt10{margin-top:10px}
.mt11{margin-top:11px}
.mt12{margin-top:12px}
.mt13{margin-top:13px}
.mt14{margin-top:14px}
.mt15{margin-top:15px}
.mt16{margin-top:16px}
.mt17{margin-top:17px}
.mt18{margin-top:18px}
.mt19{margin-top:19px}
.mt20{margin-top:20px}

.mb0{margin-bottom:0px !important}
.mb10{margin-bottom:10px !important}
.mb20{margin-bottom:20px !important}
.mb30{margin-bottom:30px !important}
.mb40{margin-bottom:40px !important}
.mb45{margin-bottom:45px !important}
.mb50{margin-bottom:50px !important}
.mb55{margin-bottom:55px !important}

.pt1{padding-top:1px !important}
.pt2{padding-top:2px !important}
.pt3{padding-top:3px !important}
.pt4{padding-top:4px !important}
.pt5{padding-top:5px !important}
.pt6{padding-top:6px !important}
.pt7{padding-top:7px !important}
.pt8{padding-top:8px !important}
.pt9{padding-top:9px !important}
.pt10{padding-top:10px !important}
.pt15{padding-top:15px !important}
.pt20{padding-top:20px !important}
.pt25{padding-top:25px !important}
.pt30{padding-top:30px !important}
.pt35{padding-top:35px !important}
.pt40{padding-top:40px !important}
.pt45{padding-top:45px !important}
.pt50{padding-top:50px !important}
.pt60{padding-top:60px !important}
.pt70{padding-top:70px !important}
.pt80{padding-top:80px !important}
.pt90{padding-top:90px !important}
.pt100{padding-top:100px !important}

.pb1{padding-bottom:1px !important}
.pb2{padding-bottom:2px !important}
.pb3{padding-bottom:3px !important}
.pb4{padding-bottom:4px !important}
.pb5{padding-bottom:5px !important}
.pb6{padding-bottom:6px !important}
.pb7{padding-bottom:7px !important}
.pb8{padding-bottom:8px !important}
.pb9{padding-bottom:9px !important}
.pb07{padding-bottom:7px !important}
.pb10{padding-bottom:10px !important}
.pb11{padding-bottom:11px !important}
.pb12{padding-bottom:12px !important}
.pb13{padding-bottom:13px !important}
.pb14{padding-bottom:14px !important}
.pb15{padding-bottom:15px !important}
.pb16{padding-bottom:16px !important}
.pb17{padding-bottom:17px !important}
.pb18{padding-bottom:18px !important}
.pb19{padding-bottom:19px !important}
.pb20{padding-bottom:20px !important}

.pr1{padding-right:1px !important}
.pr2{padding-right:2px !important}
.pr3{padding-right:3px !important}
.pr4{padding-right:4px !important}
.pr5{padding-right:5px !important}
.pr6{padding-right:6px !important}
.pr7{padding-right:7px !important}
.pr8{padding-right:8px !important}
.pr9{padding-right:9px !important}
.pr10{padding-right:10px !important}
.pr15{padding-right:15px !important}
.pr20{padding-right:20px !important}
.pr25{padding-right:25px !important}
.pr30{padding-right:30px !important}
.pr35{padding-right:35px !important}
.pr40{padding-right:40px !important}
.pr45{padding-right:45px !important}
.pr50{padding-right:50px !important}
.pr55{padding-right:55px !important}
.pr60{padding-right:60px !important}
.pr65{padding-right:65px !important}

.pl1{padding-left:1px !important}
.pl2{padding-left:2px !important}
.pl3{padding-left:3px !important}
.pl4{padding-left:4px !important}
.pl5{padding-left:5px !important}
.pl6{padding-left:6px !important}
.pl7{padding-left:7px !important}
.pl8{padding-left:8px !important}
.pl9{padding-left:9px !important}
.pl07{padding-left:7px !important}
.pl10{padding-left:10px !important}
.pl11{padding-left:11px !important}
.pl12{padding-left:12px !important}
.pl13{padding-left:13px !important}
.pl14{padding-left:14px !important}
.pl15{padding-left:15px !important}
.pl16{padding-left:16px !important}
.pl17{padding-left:17px !important}
.pl18{padding-left:18px !important}
.pl19{padding-left:19px !important}
.pl20{padding-left:20px !important}

.pd0{padding:0 !important}
.bot16{bottom:16px !important}


#contain > div:nth-child(3) > div.listskin > div > table > tbody > tr:nth-child(5) > td:nth-child(3) > span > div > a > strong{color:red}
#contain > div:nth-child(3) > div.listskin > div > table > tbody > tr:nth-child(5) > td:nth-child(3) > span > div > div.ones > strong{color:red}

