@charset "utf-8";
@import url('/sites/style_guide/style/css/w_reset.css');

/* Hidden */
.hidden {position: absolute; top: -9999px; left: -9999px;}

/* 안내 */
.guide-wrap { background-color:#005128; color:#fff; padding:30px 30px; }
.guide-wrap .tit { font-size:18px; font-family:'Dream Bold'; margin-bottom:20px; }

/* 약관동의 */
.agree-wrap { background-color:#efefef; padding:50px; border-radius:10px; }
.agree-wrap .tit { font-size:20px; font-family:'Dream Bold'; margin-bottom:20px; }
.agree-wrap .agree { margin-top:30px; text-align:center; }
.agree-wrap .agree span:nth-child(1) { display:block; margin-bottom:10px; font-size:18px; font-family:'Dream Bold'; }
.agree-wrap .agree-content { width:100%; height:300px; overflow-y:scroll; }
.agree-wrap .agree-content h4 { padding:10px 0 !important; }
@media all and (max-width: 580px) {
	.guide-wrap { padding:20px 20px; font-size:14px; }
	.guide-wrap .tit { font-size:16px; font-family:'Dream Bold'; margin-bottom:20px; }

	.agree-wrap { padding:20px; font-size:14px; }
	.agree-wrap .tit { font-size:16px; }
	.agree-wrap .agree { margin-top:20px; }
	.agree-wrap .agree span:nth-child(1) { font-size:16px; }

}

/* Button */
.board-button { margin:50px 0; text-align:center; }
.board-button .btn-deco {display: inline-block; cursor: pointer; font-size: 18px; min-width: 140px; height: 60px; line-height: 58px; text-align: center; padding: 0 10px; margin: 0 10px; font-family: 'Dream Regular';}
.board-button  a.btn-deco,
.board-button  input.btn-deco {color: #fff;}
.board-button .btn-deco.color1 {background: #005128; border: 1px solid #005128;}
.board-button .btn-deco.color1:hover {background: #003219; border: 1px solid #003219;}
.board-button .btn-deco.color2 {background: #016365; border: 1px solid #016365;}
.board-button .btn-deco.color2:hover {background: #004a4b; border: 1px solid #004a4b;}
.board-button .btn-deco.color3 {background: #333333; border: 1px solid #333333;}
.board-button .btn-deco.color3:hover {background: #000000; border: 1px solid #000000;}
.board-button .btn-deco.color4 {background: #609015; border: 1px solid #609015;}
.board-button .btn-deco.color4:hover {background: #3c5d08; border: 1px solid #3c5d08;}
.board-button .btn-deco.color5 {background: #333333; border: 1px solid #333333;}
.board-button .btn-deco.color5:hover {background: #000000; border: 1px solid #000000;}
.board-button.view {margin: 50px 0; text-align: center;}
.board-button.view .btn-mine {float: none; display: inline-block;}
.board-button.view .btn-control {float: none; display: inline-block;}

a.small-btn, input.small-btn {color: #fff; display: inline-block !important; vertical-align: middle;}
.small-btn-box {text-align: right; font-size: 0;}
.small-btn-box.align-r {text-align: right;}
.small-btn-box .small-btn {display: inline-block; cursor: pointer; font-size: 14px; height: 40px; line-height: 38px; text-align: center; padding: 0 17px; margin: 0 0 0 10px; font-family: 'Dream Light';}
.small-btn-box .small-btn.color1 {background: #005128; color: #fff; border: 1px solid #005128;}
.small-btn-box .small-btn.color1:hover {background: #fff; border: 1px solid #005128; color: #005128;}
.small-btn-box .small-btn.color2 {background: #fff; border: 1px solid #3c5d08; color: #3c5d08;}
.small-btn-box .small-btn.color2:hover {background: #3c5d08; border: 1px solid #3c5d08; color: #fff;}

.tiny-btn {display: inline-block; cursor: pointer; font-size: 12px; text-align: center; padding:4px 12px; margin: 0 3px; font-family: 'Dream DemiLight'; }
.tiny-btn.color1 {background: #fff; border: 1px solid #0c837f; color: #0c837f;}
.tiny-btn.color1:hover {background: #0c837f; color: #fff;}
.tiny-btn.color2 {background: #fff; border: 1px solid #609015; color: #609015;}
.tiny-btn.color2:hover {background: #609015; color: #fff;}

.file-btn {border: 1px solid #d5d5d5; height: 30px; line-height:26px; padding-left: 35px; padding-right: 20px; cursor: pointer;}
.file-btn.add {background: #ececec url('../images/ico-file-add.png') no-repeat 10px center; margin-right: 5px;}
.file-btn.del {background: #ececec url('../images/ico-file-del.png') no-repeat 14px center;}

@media (max-width: 600px) {
  .board-button .btn-mine,
  .board-button.view .btn-mine {width: 100%;}
  .board-button .btn-control,
  .board-button.view .btn-control {width: 100%;}
  .board-button .btn-deco {display: block; width: 100%; height: 45px; margin: 0 0 10px 0; font-size: 16px; line-height: 45px;}
}

/* Write Update */
mark.must { width:7px; height:7px; background:#fff url("../images/ico-mark.png") no-repeat center center; text-indent:-9999px; position:absolute; left:10px; top:50%; transform:translateY(-50%); }
.ico-cal { padding-left: 30px; padding-right: 10px; background: url(../images/icon-cal.png) no-repeat left center;}
.must_guide { padding-left:30px; position:relative; }

.board-write {border-top: 2px solid #7c7c7c; margin-bottom: 40px; border-bottom:1px solid #dadada; }
.board-write select { border: 1px solid #dfdfdf; height: 30px; line-height: 30px; padding: 0 10px; font-size:14px; }
.board-write textarea { border: 1px solid #dfdfdf; padding: 0 10px; font-size:14px; }
.board-write .insert img { max-width:300px; }

.board-write .row { display:flex; flex-wrap:wrap; align-items:stretch; width:100%; border-bottom: 1px solid #dadada; }
.board-write .title { flex:0 0 170px; width:100%; text-align: left; padding: 9px 15px 9px 30px; font-size:16px; background: #f5f5f5; color: #555; position:relative; }
.board-write .insert {flex:1 0 calc(100% - 170px); padding: 9px 20px; font-size: 14px; color: #666;}

.board-write .insert.editor {padding: 12px 0 6px 0;}
.board-write .insert.addr { line-height:2.5; letter-spacing:2px; }
.board-write .insert input[type="checkbox"] { vertical-align:-6px; }
.board-write .insert input[type="radio"] { vertical-align:-0.5px; }
.board-write .insert label { margin-right:5px; }
.board-write .insert input[type="text"],
.board-write .insert input[type="password"] {border: 1px solid #dfdfdf; height: 30px; line-height: 30px; padding: 0 10px; }
.board-write .insert .long { width:100%; }
.board-write .insert .middle {width:50%;}
.board-write .insert .tMiddle {width:30%;}
.board-write .insert .space {margin-bottom: 10px;}
.board-write .insert .tarea {width: 100%; font-size: 14px; color: #666;}
.board-write .insert .possible {font-size: 13px; color: #888; margin-top: 5px; text-transform: uppercase;}
.board-write .insert .ico-cal { padding-left: 30px; padding-right: 10px; background: url(../images/icon-cal.png) no-repeat left center;}
.board-write .insert .ico-cal.space {margin-left: 10px;}
.board-write .insert .switch {margin-top: 10px;}
.board-write .insert .file-select { font-size: 14px; color: #666; padding: 10px; height: 130px;}
.board-write .insert .one-line { overflow: hidden; background: #f5f5f5;  padding: 10px; border-radius:  7px;}
.board-write .insert .one-line li {float: left; margin-right: 10px; }
.board-write .insert .pass-form {margin-top: 10px;}
.board-write .insert .pass-form label {margin-right: 10px;}
.board-write .insert .sel-type { font-size: 14px; color: #888; border: 1px solid #dfdfdf; height: 30px; line-height: 29px; padding: 0 40px 0 10px; -webkit-appearance: none; -moz-appearance: none; appearance: none; background: #ebebeb url(../images/arrow-search.png) no-repeat right center;}
.board-write .insert .line {display: inline-block;}
.board-write .insert .gWrap { display:flex; column-gap:10px; }
.board-write .insert .gWrap .gItem { background-color:#efefef; border-radius:10px; padding:5px 10px; }
.board-write .insert .addr-wrap { display:flex; flex-direction:column; gap:5px; }

.board-write .insert .list_radioH { display:flex; align-items:center; gap:5px; }
.board-write .insert .list_radioH > li {}
.board-write .insert .list_radioV { display:flex; flex-direction:column; gap:5px; }
.board-write .insert .list_radioV > li {}
@media all and (max-width: 768px) {
	.board-write .row { margin-bottom:20px; }
	.board-write .title { flex-basis:100%; }
	.board-write .insert { flex-basis:100%; }
	.board-write .insert { padding:5px 0; }
	.board-write .insert { display:flex; flex-direction:column; row-gap:5px; }
	.board-write .insert .addr-wrap li:last-child { display:flex; flex-direction:column; row-gap:5px; }
	.board-write .insert .addr-wrap li:last-child input[type="text"] { width:100%; }
}

/* 공통 페이징 */
._paging { padding: 40px 0; }
._paging > ._inner > ul { margin: 0 5px; }
._paging > ._inner > ul li a { border: 0; font-family: 'Dream Medium'; font-size: 16px; line-height: 37px; color: #666; }
._paging > ._inner > ul li strong { width: 36px; height: 36px; line-height: 37px; background-color: #005128; border-color: #005128; border-radius: 100%; font-family: 'Dream Medium'; font-size: 16px; color: #fff; }
._paging > ._inner > a { width: 35px; height: 35px;  line-height: 35px; background-image: url('../../images/arrow-page.png') !important; background-repeat: no-repeat; background-color: transparent; border: 0; }
._paging ._inner a._prev { background-position: 0 -35px; } 
._paging ._inner a._next { background-position: 0 -140px; }
._paging ._inner a._listPrev { display: block; background-position: 0 -70px; }
._paging ._inner a._listNext { display: block; background-position: 0 -105px; }
._paging ._inner a._first { background-position: 0 0; }
._paging ._inner a._last { background-position: 0 -176px; }
._paging ._inner ._pageState span { font-size: 17px; }
._paging ._inner ._pageState span._curPage { color: #005128; }

/* List Table */
.scroll-table {position: relative;}
.board-table .col-num {width:10%;}
.board-table .col-clsSttus {width:10%;}
.board-table .col-clsNm {width:auto;}
.board-table .col-clsDt {width: auto;}
.board-table .col-rceptDt {width: auto;}
.board-table .col-clsTm {width: auto;}
.board-table .col-clsPlc {width: auto;}
.board-table .col-clsPrf {width: auto;}

.board-table thead th { background: #fff; font-size: 18px; font-family:'Dream Medium'; font-weight: normal; padding:22px 0; border-bottom: 1px solid #ababab; border-top: 2px solid #005128; color:#333; }
.board-table tbody tr:hover {background: #f9f9f9;}
.board-table tbody tr.notice {background: #f9f9f9;}
.board-table tbody tr.notice .td-num {text-indent: -99999px; background: url('../images/ico-notice.png') no-repeat center center;}
.board-table tbody td {overflow: hidden; text-overflow: ellipsis; white-space: nowrap; text-align: center; font-size:16px; padding:16px 0; color: #333; border-bottom: 1px solid #e4e4e4; font-family:'Dream Light'; }
.board-table tbody td.td-subject {font-size: 18px; font-family:'Dream Regular'; color: #444; text-align: left; padding-left: 20px; font-weight: normal;}
.board-table tbody td.td-subject a {color: #212121;}
.board-table tbody td.td-subject a:hover {color: #005128;}
.board-table tbody td.td-subject .new {position: relative; top: 11px; display: inline-block; text-indent: -9999px; width: 16px; height: 16px; background: url('../images/ico-new.png') no-repeat center center; margin-left: 7px;}
.board-table tbody tr.trash td.td-subject {text-decoration: line-through;}
.board-table tbody td.td-file {text-indent: -9999px;}
.board-table tbody td.td-file.file {background: url('../images/ico-file.png') no-repeat center center;}

.board-table tbody td.td-img img { height:100%; }

@media all and (max-width:780px) {
    .scroll-table {overflow-x: hidden;}
    .scroll-table table {width:100%;}
    .scroll-table:after {content:''; position:absolute; right:0px; top:0px; width:100%; height:100%; background:url('../images/img_mobile_text.png') no-repeat center center;}
    .scroll-table.on:after {display:none;}

	.board-table { width:97%; margin:0 auto; margin-top:30px; }
	.board-table colgroup { display:none; }
	.board-table thead th { display:none; }
	
	.board-table tbody tr { display:flex; flex-direction:column; border-bottom:0.5px solid #cfcfd1; position:relative; margin-bottom:30px;  }
	.board-table tbody tr:first-child { border-top:0.5px solid #cfcfd1; }
	.board-table tbody tr td { border:none; padding:10px 5px; white-space:wrap; flex-basis:100%; text-align:left; font-size:14px; border-bottom:1px solid #efefef; }

	.board-table tbody tr td::before { content:""; font-family:'Dream Bold'; font-size:16px; width:130px; }

	.board-table tbody tr .td-clsSttus::before { content:"진행상태 :"; display:inline-block; }
	.board-table tbody tr .td-clsNm::before { content:"교육명 :"; display:inline-block; }
	.board-table tbody tr .td-clsDt::before { content:"교육일정 :"; display:inline-block; }
	.board-table tbody tr .td-rceptDt::before { content:"접수기간 :"; display:inline-block; }
	.board-table tbody tr .td-clsTm::before { content:"교육시간 :"; display:inline-block; }	
	.board-table tbody tr .td-clsPlc::before { content:"교육장소 :"; display:inline-block; }	
	.board-table tbody tr .td-clsPrf::before { content:"교육강사 :"; display:inline-block; }	
}