@charset "utf-8";

.board-list { margin-top:20px; }

/* Top Search */
.list-tsearch { padding: 30px 0; text-align: center; }
.list-tsearch .form-control { display: inline-block; }
.list-tsearch .btn { display: inline-block; }


/* List */
.list-wrap { width:100%; }
.list-admin { text-align:center; margin:15px 0px; }
.list-btn .sort-drop { min-width:120px !important; left:auto !important; right:0px !important; }
.list-btn .sort-drop .sort a { color:crimson !important; font-weight:bold !important; }
.is-pc .ko .list-btn .sort-drop { font-size: 12px; }

.list-wrap .items { border-top: 2px solid #333; }
.list-wrap .items ul { padding: 12px 0; display:flex; }
.list-wrap .items ul li { text-align: center; }
.list-wrap .items ul li:nth-child(1) { width: 10%; }
.list-wrap .items ul li:nth-child(2) { flex:1; text-align: left; }
.list-wrap .items ul li:nth-child(3) { width: 10%; }
.list-wrap .items ul li:nth-child(4) { width: 10%; }
.list-wrap .items ul li:nth-child(5) { width: 10%; }
.list-wrap .items ul li:nth-child(6) { width: 10%; }
.list-wrap .items ul.head { border-bottom: 1px solid #ccc; }
.list-wrap .items ul.head li { font-weight: 700; }
.list-wrap .items ul.item { border-bottom: 1px solid #ccc; }
.list-wrap .items ul.item li {  }
.list-wrap .items ul.item li .state { display: inline-block; width: 80px; margin-right: 5px; padding: 0px; text-align: center; background-color: #777; border-radius: 5px; color: white; font-size: 15px; }
.list-wrap .items ul.item li .state.complete { background-color: yellowgreen; }
.list-wrap .items a:hover { display: block; background-color: #f5f5f5; }

.list-wrap .wr-none { padding:50px 0px; text-align:center; color:#888; }

@media (max-width:1023px) {  }
@media (max-width:767px) {
	.list-wrap .items ul { flex-wrap: wrap; }
	.list-wrap .items ul li:nth-child(1) { width: 10%; }
	.list-wrap .items ul li:nth-child(2) { flex:none; width: 90%; margin-bottom:10px; }
	.list-wrap .items ul li:nth-child(3) { flex:1; border:1px solid transparent; }
	.list-wrap .items ul li:nth-child(n+3) { width: 100px; font-size: 0.9rem; text-align: right; }
	.list-wrap .items ul li:last-child { width: 50px; margin-right:20px; }
}
@media (max-width:480px) {  }

/* Page */
.list-wrap .pagination { padding-top:20px; }


/* View */
.view-wrap { border-top:3px solid #333; padding-top:30px; }
.view-wrap .content-wrap { border-top:2px solid #ccc; border-bottom:1px solid #ccc; padding:40px 0; }
.view-wrap .content-wrap .content-desc { padding: 0 20px; color: #666; }
.view-wrap .content-wrap .content-desc ul { padding: 15px 0; border-top: 1px solid #ddd; }
.view-wrap .content-wrap .content-desc ul:first-child { border-top: 0; }
.view-wrap .content-wrap .content-desc ul::after { content: ""; display: block; clear: both; }
.view-wrap .content-wrap .content-desc ul li { float:left; }
.view-wrap .content-wrap .content-desc ul li:nth-child(1) { width: 120px; font-weight: 700; }
.view-wrap .content-wrap .content-desc ul li:nth-child(2) {  }

@media (max-width: 767px) {
	.view-wrap .content-wrap .content-desc ul li:nth-child(1) { width: 100%; }
}

.view-btn { margin:0 0 30px; }
.view-btn i { margin-right:2px; }

@media all and (max-width:460px) {
	.responsive .view-btn i { margin-right:0; }
}

.list-page { padding-top:20px; }


/* Write */
.write-wrap {  }
.write-wrap .left { float: left; width: 100%;border:3px solid #ddd; border-radius: 20px; padding: 30px; }
.write-wrap .right { float: left; width: 35%; padding-left: 70px;}
.write-wrap .right .img { padding-bottom: 60%; }

@media (max-width: 1023px) {
	.write-wrap .left { width: 100%; }
	.write-wrap .right { width: 100%; padding-left: 0px; }
}

.write-wrap { width:100%; overflow:hidden; }
.write-wrap h2 { letter-spacing:-1px; padding:0px; margin:10px 0px 30px; }
.write-wrap table { width:100%; border:0px; min-width:500px;}
.write-wrap table td { border:0px; border-bottom:1px solid #ddd; padding:8px 15px !important; line-height:20px; vertical-align:middle; }
.write-wrap .form-label label { font-weight:normal; margin-right:15px; vertical-align:middle; line-height:20px; }
.write-wrap .form-label label input { padding:0px !important; margin:0px !important; vertical-align:middle; }
.write-wrap .form-line { border-bottom:2px solid orangered; height:1px; }
.write-wrap .form-title { border-bottom:2px solid orangered; line-height:24px; }
.write-wrap .form-title-thin { border-bottom:1px solid orangered; line-height:24px; }
.write-wrap .sub-title { padding-right:0px !important; width:140px; }
.write-wrap .sub-title span { display:block; border-right:1px solid #ddd; padding-right:10px; }
.write-wrap .sub-title span b { font-weight:normal; }
.write-wrap .form-group { margin-bottom:8px; }
.write-wrap .form-text { margin:10px 0px 20px; }
.write-wrap .form-text textarea { height:100px; }
.write-wrap .form-sign { margin:20px 0px; }
.write-wrap .write-file { border:0;box-shadow:none; }
.write-wrap .write-btn { margin:15px 0px 25px; text-align:center; }
.write-wrap .delete-file { margin:0px; padding:0px 10px; font-weight:normal; }
.write-wrap .delete-file label { font-weight: normal; }
.write-wrap .input_chk{width:15px;height:15px; margin-top: -3px; }
.write-wrap .help-block { margin-bottom:5px; }
.write-wrap .help-block li { margin-bottom:0; }

 .kko_bg{background-image:url(/thema/Thema025/img/kko_bg.jpg); width: 100%; height: 600px; background-size: cover;  }
 .kko_bg_t{width: 360px; text-align: right;  padding-top: 100px}
 .kko_bg_t01{font-size: 30px; margin-bottom: 30px;}
.kko_bg_t02{font-size: 18px; margin-bottom: 50px;}

 .kko_bg .btn a{ padding:10px 40px; border:1px solid #333; font-size:1rem; text-align:center;  transition-duration:500ms; }
 .kko_bg .btn a:hover{background:#333; color:#fff;  }

@media (max-width:768px) { .kko_bg{background-image:url(/thema/Thema025/img/kko_bg.jpg); width: 100%; height: 320px; background-size: cover;  } 
 .kko_bg_t{width: 250px; text-align: right;  padding-top:30px}
 .kko_bg_t01{font-size: 18px; margin-bottom: 20px;}
.kko_bg_t02{font-size: 14px; margin-bottom: 20px;}
	.kko_bg .btn a{ padding:10px 30px;font-size: 15px; }
}

#variableFiles { width:100%; margin:0 !important; border:0; }
#variableFiles td { padding:3px 0px !important; border:0; }
#variableFiles input[type=file] { box-shadow : none; border: 1px solid #ccc !important; outline:none; }
#variableFiles .form-group { margin:0; }
#variableFiles .col-sm-12 .form-group { margin:6px 0px; }
#variableFiles .checkbox-inline { padding-top:0px; font-weight:normal; }

.input-gr{ border-radius:1px; border:1px solid #bbb; padding:5px 7px 7px; font-size:16px; height:38px; line-height:38px; margin-right:5px;}
.write-wrap .calendar{background-image:url(/thema/Khome008/img/calendar1.png); background-position:right; background-repeat:no-repeat; }
.write-wrap .calendar:hover{background-image:url(/thema/Khome008/img/calendar2.png); }
.datepicker { position:relative; z-index: 999999 }
@media (max-width:991px) { 
	.responsive .view-col.pull-left, 
	.responsive .view-col.pull-right { float:none !important; }
}
