@charset "utf-8";

/* Layoyt (레이아웃)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
#header.sub-header{position:relative; }

#subContainer{position:relative; padding:40px 0px 85px; margin:0 auto; width:1280px; box-sizing:border-box;}
#commonContainer{position:relative; padding:40px 0 85px; margin:0 auto; width:1280px; box-sizing:border-box;}
#sub_job { position:relative; padding:100px 0px 50px; margin:0 auto; width:1280px; box-sizing:border-box; }

#subContainer:after{content:""; display:block; clear:both;}
#sub_job:after { content:""; display:block; clear:both;}
#leftMenu{float:left; width:235px;}
#leftMenu .sub-tit-img{display:block; margin-bottom:15px;}
#subContents{float:right; /*padding-top:50px;*/ width:990px;}
#subContent_{ width:100%; }
.common_tit { padding:30px 0px; }
.com_sub_title {font-size: 30px; background: #fff url('/images/basic_resp/img/bg_divider.png') left center repeat-x;}
.com_sub_title > span {padding-right: 30px; background: #fff; display: inline-block;}

.sub-tab { display:none; }
.sub-tab > ul { display:flex; flex-wrap:wrap; }
.sub-tab > ul > li > a { display:block; padding:10px; width:100%; height:100%; text-align:center; background:#f36f21; color:#fff; border-bottom:1px solid rgba(255,255,255,0.15); border-right:1px solid rgba(255,255,255,0.15)}
.sub-tab > ul > li.active > a { background:#fff; border:1px solid #f36f21; color:#f36f21; }
.sub-tab > ul.col-6 > li { width:calc(100% / 6);}
.sub-tab > ul.col-3 > li { width:calc(100% / 3);}
.sub-tab > ul.col-4 > li { width:calc(100% / 4);}



@media only screen and (min-width: 1281px) {
	#header .wrap { border-bottom:1px solid rgba(255,255,255,0.25); }
}

@media only screen and (max-width:1280px) {
	#subContainer, #commonContainer{padding:0 20px 50px;}
	#subContainer{width:100%;}
	#subContents{float:none; padding:80px 20px; width:100%;}
	#leftMenu { float:none;  width: 100%; position:relative; top: 0; margin-top: 0px; left: 0; margin-bottom:10px;}	
	.left-menu {display:none;}
	.left-notice {display:none;}
	#commonContainer{width:100%;}
	#subContent_{ padding:20px; }
	#sub_job { padding:40px 20px; width:100%; }

	.sub-tab { display:block; }

}
@media only screen and (max-width:980px) {
	#subContainer{padding:0;}
	#commonContainer{padding:20px;}   

	.common_tit { padding:20px 0px; }
	.com_sub_title{font-size: 25px;}
	.com_sub_title > span {padding-right: 20px; }
}
@media only screen and (max-width:767px) {
	#subContents{padding:30px 20px 40px;}
	#sub_job { padding:30px 20px; }

	.sub-tab > ul > li > a { font-size:14px; }
}

@media print and (color) {
 body * { margin:0; padding:0; visibility:hidden; }
 #subContainer { position:relative; visibility:visible; width:100%; vertical-align:top; }
 #subContainer * { visibility:visible; }
 #sub_job { padding:40px; width:100%; }
 #sub_job * { visibility:visible; }
 #leftMenu { display:none;  }
 #subContents { float:none; position:relative; top:0; margin:0 auto; vertical-align:top; }
}


/* Sub Visual (서브이미지)
------------------------------------------------------------------------------------------------------------------ ---------------------------------------- */
.sub-visual { display:table; width: 100%; height:335px; } 
.sub-visual01{ background:url('/images/mtl01r-21-0049/sub/sub_visual01.jpg') no-repeat center top/cover;}
.sub-visual02{ background:url('/images/mtl01r-21-0049/sub/sub_visual02.jpg') no-repeat center top/cover;}
.sub-visual03{ background:url('/images/mtl01r-21-0049/sub/sub_visual03.jpg') no-repeat center top/cover;}
.sub-visual04{ background:url('/images/mtl01r-21-0049/sub/sub_visual04.jpg') no-repeat center top/cover;}
.sub-visual05{ background:url('/images/mtl01r-21-0049/sub/sub_visual05.jpg') no-repeat center right/cover;}

.sub-visual-txt{ display: table-cell; width: 100%; text-align: center; vertical-align:top; color: #fff;}
.sub-visual-txt h1{ margin-top:180px; font-size:48px; font-weight: 500; line-height: 1;}
.sub-visual-txt p { margin-top:10px; }


@media only screen and (max-width:768px) {
.sub-visual01, .sub-visual02, .sub-visual03, .sub-visual04, .sub-visual05 {height:250px;}
.sub-visual-txt h1{ margin-top:150px; font-size:30px;}
.sub-visual-txt p { margin-top:0px; }
}

@media print and (color) {
	.sub-visual { display:none; }
}


/* Left Menu (서브 좌측 영역)
------------------------------------------------------------------------------------------------------------------ ---------------------------------------- */
/* 좌측메뉴 */
.leftmenu { width:235px; }
.leftmenu h2 { height:130px; text-align:center; font-size:0; background:url(/images/mtl01r-21-0049/sub/leftmenu_h2_bg.jpg) no-repeat; }
.leftmenu h2:after {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.leftmenu h2 span { font-size:28px; vertical-align:middle; color:#fff; }
.leftmenu > ul { border:1px solid #dadada; }
.leftmenu > ul > li { background:#fff; }
.leftmenu > ul > li h3 { position:relative; font-size:16px; color: #666; text-align:left; padding:15px; cursor: pointer; transition: 0.25s all;  position: relative; border-bottom:1px solid #dadada;}
.leftmenu > ul > li:hover h3 { color:#262a6a !important; }
.leftmenu > ul > li h3.active { color:#262a6a !important; font-weight:500; }
.leftmenu > ul > li h3.active:before { content:""; position:absolute; left:0; top:0; width:100%; height:100%;  border:2px solid #262a6a;}
.leftmenu > ul ul > li { position:relative; padding:5px 20px; font-size:15px; font-weight:500; }
.leftmenu > ul ul > li a { color:#333; }
.leftmenu > ul ul > li a:hover { text-decoration:underline; }
.leftmenu > ul ul > li.active a { color:#262a6a; text-decoration:underline; }
.leftmenu > ul ul > li:before { content:""; position:absolute; left:5px; top:14px; width:8px; height:2px; background:#cecece; }
.leftmenu > ul ul > li.active:before { background:#262a6a; }

.submenu { margin-bottom:40px; }
.submenu ul { display:flex; flex-wrap:wrap; border-left:1px solid #ddd; }
.submenu li {padding:15px 0; text-align:center; border:1px solid #ddd; border-left:none; }
.submenu li.active { background:#262a6a !important; }
.submenu li.active a { color:#fff !important;  }
.submenu .col-5 li { width:20%; }
.submenu .col-2 li { width:50%; }

@media only screen and (max-width:1280px) {
	.leftmenu { display:none; }
}
@media only screen and (max-width:980px) {
	.left-banner{display:none;}

	.submenu li { padding:5px 10px; font-size:14px; }       
	.submenu .col-5 li { width:calc(100% / 3); }
}


/* Sub Contents (서브 콘텐츠 영역)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* 타이틀 및 페이지네비게이션 */
.sub-title{margin-bottom:35px; }
.sub-title:after { content:""; display:block; clear:both; }
.sub-title h3{ float:left; font-size:30px; text-transform:uppercase; font-weight:700; color:#333; line-height:1;}
.sub-title p { float:right; text-align:right; font-size:14px; color:#888; }
.sub-title p span { color:#ddd; }
.sub-title .glyphicon-home { color:#262a6a !important; }
.sub-title .glyphicon-menu-right { font-size:12px; }


.m_title { position:relative; margin-bottom:20px; padding-left:15px; font-size:20px; font-weight:600; color:#121212 !important;   }
.m_title:before { content:""; position:absolute; left:0; top:5px; width:5px; height:20px; background:#262a6a !important; }

.s_title { position:relative; margin-bottom:10px; padding-left:12px; font-size:18px; font-weight:600; color:#0265af !important; }
.s_title:before { content:""; position:absolute; left:0; top:8px; width:6px; height:6px; background:#0265af !important; border-radius:50%; }

.sub-contents { margin:0 auto; }
.sub-contents p { word-break:keep-all; white-space:pre-line;  }
.sub-contents .big-txt { font-size:24px; font-weight:00; color:#121212; }

.basic_table { border-top:2px solid #555;  width:100%; border-collapse:collapse; overflow:scroll-x; }
.basic_table th, .basic_table td { padding:15px 5px; text-align:center; border:1px solid #aaa;  }
.basic_table tr th:first-child, .basic_table tr td:first-child { border-left:none; }
.basic_table tr th:last-child, .basic_table tr td:last-child { border-right:none; }
.basic_table th { font-weight:500; color:#121212;  background:#f9f9f9 !important; }
.basic_table td { border-bottom:1px solid #dddddd; }
.basic_table td.cba { background:#f8f8f8 !important; }

.basic_ul li { position:relative; padding-left:10px; }
.basic_ul li:before { content:""; position:absolute; left:0; top:7px; width:5px; height:5px; background:#ddd !important; border-radius:50%; }

.sub3 .cont > dl { margin-bottom:100px;  }
.sub3 .cont > dl:last-child { margin-bottom:0; }

.sub4-2 .org { position:relative; margin-bottom:40px; padding:40px; display:table; width:100%; background:#f8f8f8; border:1px solid #dadada; border-top:1px solid #121212;  }
.sub4-2 .org:before { content:""; z-index:10; position:absolute; left:50%; top:40px; width:1px; height:calc(100% - 80px); background:#ddd; }
.sub4-2 .org > div { margin-bottom:40px; position:relative; z-index:100; }
.sub4-2 .org > div:last-child { margin-bottom:0; }
.sub4-2 .org .depth1, .sub4-2 .org .depth2 { margin:0 auto 40px; display:table; width:300px; height:40px; background:#5b96cd; border-radius:10px; }
.sub4-2 .org .depth1 > div, .sub4-2 .org .depth2 > div { display:table-cell; width:100%; height:100%; vertical-align:middle; text-align:center; }
.sub4-2 .org .depth1 > div > p, .sub4-2 .org .depth2 > div > p { margin-bottom:0; font-weight:500; color:#fff; }
.sub4-2 .org .depth3 { display:flex; flex-wrap:wrap; justify-content:space-between; }
.sub4-2 .org .depth3:before { content:""; position:absolute; left:5.64%; top:0; width:86.68%; height:1px; background:#ddd; }
.sub4-2 .org .depth3 > div { width:48%; }
.sub4-2 .org .depth4  { height:100px; }
.sub4-2 .org .depth4:before { content:""; z-index:10; position:absolute; left:50%; top:20px; width:50%; height:1px; background:#ddd; }
.sub4-2 .org .depth4 > div { position:relative; z-index:100; }
.sub4-2 .org .depth4 > div p { margin-bottom:0; font-weight:500; color:#fff;}
.sub4-2 .org .depth4 > div:first-child { margin:0 auto 40px; display:table; width:300px; height:40px; background:#5b96cd; border-radius:10px; }
.sub4-2 .org .depth4 > div:first-child  > div { display:table-cell; width:100%; height:100%; vertical-align:middle; text-align:center; }
.sub4-2 .org .depth4 > div:last-child { position:absolute; right:0; top:0; background:#687cbd; padding:15px; width:250px; height:100px; border-radius:10px;  }
.sub4-2 .org .depth4 > div:last-child > p { color:#fff; }
.sub4-2 .org .depth5:before {  content:""; z-index:10; position:absolute; left:6.285%; top:0px; width:87.43%; height:1px; background:#ddd; } 
.sub4-2 .org ul { display:flex; flex-wrap:wrap; justify-content:space-between; }
.sub4-2 .org .col-4 li { width:23.5%; }
.sub4-2 .org .col-3 li { width:32%; }
.sub4-2 .org .col-7 li { width:12.57%; }
.sub4-2 .org li { padding-top:40px; position:relative; display:table; width:100%; }
.sub4-2 .org li:before { content:""; z-index:10; position:absolute; left:50%; top:0; width:1px; height:40px; background:#ddd; }
.sub4-2 .org li > div { display:table-cell; width:100%; height:60px; background:#46b3bd; vertical-align:middle; text-align:center; border-radius:10px; }
.sub4-2 .org li > div > p { margin-bottom:0; color:#fff; }



@media only screen and (max-width:1280px) {	
}

@media only screen and (max-width:768px) {	
	.sub-title{ margin-bottom:25px;}
	.sub-title h3{ float:none; font-size:22px;}
	.sub-title p { float:none; margin-top:10px; text-align:left; font-size:13px; }

	.m_title { margin-bottom:10px; padding-left:12px; font-size:17px; }
	.m_title:before { top:4px; width:4px; height:16px; }

	.s_title { margin-bottom:5px; padding-left:12px; font-size:15px; }

	.sub-contents p { white-space:normal; }

	.basic_table th, .basic_table td { padding:5px; font-size:14px; }

	.basic_ul li { padding-left:10px; font-size:14px; }
	.basic_ul li:before { top:7px; width:4px; height:4px; }

	.sub3 .cont > dl { margin-bottom:50px;  }

	.sub4-2 .org { margin-bottom:20px; padding:20px; }
	.sub4-2 .org:before { top:20px; height:calc(100% - 40px); }
	.sub4-2 .org > div { margin-bottom:20px; }
	.sub4-2 .org .depth1, .sub4-2 .org .depth2 { margin:0 auto 20px; width:100%; }
	.sub4-2 .org .depth3:before { content:""; position:absolute; left:24%; top:20px; width:52%; }
	.sub4-2 .org .depth4  { height:auto; }
	.sub4-2 .org .depth4:before { content:""; z-index:10; position:absolute; left:50%; top:20px; width:50%; height:1px; background:#ddd; }
	.sub4-2 .org .depth4 > div { position:relative; z-index:100; }
	.sub4-2 .org .depth4 > div p { margin-bottom:0; font-weight:500; color:#fff;}
	.sub4-2 .org .depth4 > div:first-child { margin:0 auto 20px; width:100%; }
	.sub4-2 .org .depth4 > div:last-child { position:relative; left:0; top:0; padding:15px; width:100%; height:auto; border-radius:10px;  }
	.sub4-2 .org .depth4 > div:last-child > p { color:#fff; }
	.sub4-2 .org .depth5:before {  display:none; } 
	.sub4-2 .org ul { display:block; }
	.sub4-2 .org li { width:100% !important;  padding-top:20px; }
	.sub4-2 .org li:first-child { padding-top:0; }
	.sub4-2 .org li:before { display:none; }
	.sub4-2 .org li br { display:none; }
	.sub4-2 .org li:before {left:50%; top:0; width:1px; height:20px; }
	.sub4-2 .org li > div { height:40px; }

}


/* 게시판 관련 CSS
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* 일반게시판 List */
.whois-board-list .whois-board-row .whois-board-row-subject strong {font-weight:500;}
.whois-board-list { display:inline-block; padding:0; font-size:14px; }
.whois-board-list .whois-board-row { width:100%; margin:0 0 0 0; padding:15px 0 15px 0; float:left; border-bottom:1px solid #eee; color:#000;}
.whois-board-list .whois-board-row:first-child { border-top:1px solid #777; } /* Line 색상 */
.whois-board-list .whois-board-row .whois-board-row-subject { margin:0 0 5px 0; padding:0; font-size:17px; font-weight:600; }
.whois-board-list .whois-board-row .whois-board-row-subject a:hover {color:#333;}
.whois-board-list .whois-board-row .whois-board-row-info { color:#777;letter-spacing: 0.2px; }
.whois-board-list .whois-board-row .whois-board-row-info .whois-board-row-author { max-width: 33vw; display:inline-block; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; vertical-align: middle; }

/* 일반게시판 view */
.whois-board-view .board-info {  font-size: 14px;}
.whois-board-view .comment-wrap .comment-info { font-size: 14px;}
.whois-board-view .board-content {font-size: 15px;}
.whois-board-view .board-content > span {font-size: 15px !important; line-height: 23px;}
.whois-board-view .comment-wrap .comment-list { font-size: 13px;}
.form-group label {font-size: 16px; font-weight:500; color:#333;}
.next_data_area {font-size: 13px; letter-spacing: 0.05px;}
.prev_data_area {font-size: 13px; letter-spacing: 0.05px;}
.whois-board-view { display:inline-block; font-size:13px; border-top:1px solid #777; } /* Line 색상 */
.whois-board-view .whois-board-view-row { width:100%; margin:0; padding:0; padding:10px 0 10px 0; float:left; border-bottom:1px solid #eee; }
.whois-board-view .whois-board-view-row .whois-board-view-subject { width:100%; margin:0 0 15px 0; padding:0; float:left; font-size:18px; font-weight:600; }
.whois-board-view .whois-board-view-row .whois-board-view-author { width:100%; margin:0 0 5px 0; padding:0; float:left; font-size:13px; font-weight:600; }
.whois-board-view .whois-board-view-row .whois-board-view-info { width:100%; margin:0; padding:0 0 10px 0; float:left; color:#acacac; }
.whois-board-view .whois-board-view-row .whois-board-view-content { width:100%; margin:0; padding:10px 0 10px 0; float:left; font-size:12px; }

.whois-board-view .whois-board-view-files { width:100%; margin:0; padding:0; float:left; }
.whois-board-view .whois-board-view-files .whois-board-view-file { width:100%; margin:0; padding:5px 0; float:left; font-size:12px; }
.whois-board-view .whois-board-view-files .whois-board-view-file .whois-board-view-file-count { font-size:11px; color:#c4c4c4; }


/* 게시판 버튼 */
.btn-search, .whois-button-submit, .btn-sub { padding:0 25px; line-height:44px; color:#fff !important; background-color: #262a6a !important; -webkit-transition: all .3s ease-out; -moz-transition: all .3s ease-out; transition: all .3s ease-out;}
.btn-search:hover, .btn-search:focus, .whois-button-submit:hover,.whois-button-submit:focus, .btn-sub:hover, .btn-sub:focus, .btn-default:hover, .btn-default:focus { color:#fff; background-color: #121212; }
.btn-default { padding:0 25px; line-height:44px; color:#666; background-color: #ddd; -webkit-transition: all .3s ease-out; -moz-transition: all .3s ease-out; transition: all .3s ease-out;}
.btn-default:hover, .btn-default:focus {  color:#fff; background-color: #121212; }
.btn-list { padding:0 25px; line-height:44px; color:#fff !important; background-color: #262a6a; -webkit-transition: all .3s ease-out; -moz-transition: all .3s ease-out; transition: all .3s ease-out;}
.btn-list:hover, .btn-list:focus { color:#fff; background-color: #121212; }
.btn-write { padding:0 25px; line-height:44px; color:#262a6a; background:#fff; border:1px solid #262a6a; -webkit-transition: all .3s ease-out; -moz-transition: all .3s ease-out; transition: all .3s ease-out;}
.btn-write:hover, .btn-write:focus { background:#262a6a; color:#fff; }
input.form-control:focus {border-color:#333 !important:}
.board-write .btn_file{color:#fff;}

/* 게시판 공통 */
.sub-box { margin-right:5px; background-color: #ffb300;  border: 0; color:#ffffff; display: inline-block;}
.sub-box.sm { font-size: 12px; padding: 2px 5px;}
.sub-box.m { font-size: 14px; padding: 4px 8px;}
.sub-box.lg { font-size: 16px; padding: 6px 12px;}
 
.sub-border { border: 1px solid #ddd; }
.sub-border-t { border-top: 1px solid #ddd; }
.sub-border-r { border-right: 1px solid #ddd; }
.sub-border-b { border-bottom: 1px solid #ddd; }
.sub-border-l { border-left: 1px solid #ddd; }

.sub-bg { background-color: #ffb300; }
.sub-bg-hover:hover { background-color: #ff7536; }
.infoconsent-wrap .content{font-size:14px;}

.baord_top_wrap { margin-bottom:20px; }
.baord_top_wrap p { margin-bottom:20px; }
.baord_top_wrap .board_top_box { margin-bottom:40px; padding:40px; display:table; width:100%; background:#f8f8f8; border:1px solid #dadada; border-top:1px solid #121212;  }
.baord_top_wrap .board_top_box p:last-child { margin-bottom:0; }
.baord_top_wrap .board_top_box > div { display:table-cell; vertical-align:middle; }
.baord_top_wrap .board_top_box > div:first-child { width:120px; }

	@media only screen and (max-width: 768px) {
		.btn-search, .whois-button-submit, .btn-sub, .btn-default { padding:0 25px; line-height:36px; }
		.baord_top_wrap .board_top_box > div:first-child { display:none; width:80px; }  
		.baord_top_wrap .board_top_box > div:first-child img { width:60px; }

		.baord_top_wrap .board_top_box { margin-bottom:20px; padding:20px; }
	}


/* 로그인/회원가입 관련 CSS
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.material-form{margin:0 auto; background:#fff; font-size: 16px;}
.material-form .header{padding:50px 10px; background:#6498fe; font-size:16px; color:#fff;}
.material-form .header h3{font-size:30px;}
.material-form .header p,
.material-form .header span{margin-top:15px; font-size:16px; color:#fff;}

.material-form .sub-header h4{font-weight:500;	height:34px; line-height:34px; font-size:16px;}
.material-form .sub-content .form-group:last-child{margin:0;}

.material-form .input-group{position:relative; border:0;}
.material-form .input-group .input-group-addon{padding-right:6px; padding-left:6px; background:#fff; border:0;}

.material-form .form-control,
input[type='text'].whois,
input[type='password'].whois,
select.whois{border:1px solid #ccc; transition:0.3s all ease; font-family:"Noto Sans KR";}

/*.material-form .btn:first-child,*/
.material-form .input-group .form-control:first-child,
.material-form .input-group .form-control.first,
.material-form .input-group .th + .form-control,
.th + input[type='text'].whois,
.th + input[type='password'].whois,
.th + select.whois{border-bottom-left-radius:4px; border-top-left-radius:4px;}

/*.material-form .btn:last-child,*/
.material-form .input-group .form-control:last-child,
.material-form .input-group .form-control.last,
.material-form .input-group .input-group-btn:last-child,
.material-form .input-group .input-group-btn:last-child button,
.material-form .input-group .input-group-btn:last-child .btn{border-bottom-right-radius:4px; border-top-right-radius:4px;}

.material-form .form-group{margin-bottom:15px; overflow:visible;}

.material-form .form-group.success .form-control{color:#5cb85c;}
.material-form .form-group.failed .form-control{color:#d9534f;}
.material-form .form-control[readonly]{background:#fff;}
/*.material-form .btn {height:38px;}*/
.material-form .btn-default{-webkit-transition:all .3s ease-out; -moz-transition:all .3s ease-out; transition:all .3s ease-out;}

.material-form .input-group input,
.material-form .input-group select,
input[type='text'].whois,
input[type='password'].whois,
select.whois{z-index:10;}

.input-group label.th{z-index:9; display:none; position:absolute; top:50%; left:10px; margin-top:-10px; height:20px; color:#ccc;}

.input-group label.th.ie9{z-index:11; display:block;}
.material-form .desc{padding:10px 0;}

.chkbox{display:inline-block; margin:0; padding:0;}
.chk-block,
.chk-block span{display:block; text-align:center; width:100%;}
.chkbox input[type='radio'],
.chkbox input[type='checkbox']{display:none;}
.chkbox input[type='radio']~.rbtn{padding: 6px 12px; line-height:27px; border:1px solid #ccc; border-radius:3px; cursor:pointer;}
.chkbox input[type='radio']:checked~.rbtn{background:#ccc; color:#fff;}
.chkbox input[type='radio']~.box,
.chkbox input[type='checkbox']~.box{display:block; color:#bbb; cursor:pointer; transition:0.5s all ease;}
.chkbox input[type='radio']~.box:before,
.chkbox input[type='checkbox']~.box:before{display:inline-block; margin-right:5px; padding:2px;	font-family:'Glyphicons Halflings'; font-size:18px; font-weight:normal; line-height:1; text-align:center; transition:0.4s all ease; vertical-align:middle; color:#cfcfcf;}
.chkbox input[type='radio']~.box:before{content:"\e165";}
.chkbox input[type='checkbox']~.box:before{content:"\e013";}
.chkbox input[type='radio']:checked~.box,
.chkbox input[type='checkbox']:checked~.box{color:#666;}
.chkbox input[type='radio']:checked~.box:before,
.chkbox input[type='checkbox']:checked~.box:before{color:#666;}