.code-wrap {
    padding: 30px 40px;
    margin: 10px 0 15px;
    background: #000000;
    color: #fff;
    font-size: 12px;
    border-radius: 20px;
}

.palette.text{}
.palette li{
  display:inline-block;
  list-style: none;
  font-weight: bold;
  [text] &{
	font-size: 22px;
	padding: 15px 20px;
  }
  [bg] &{
  font-size:18px; 	
   width: 15%;
    aspect-ratio: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }  
}
.palette li::before{display:none}

.palette.bg{}

.con-table.th-tac th {text-align: center;} /* cm추가 */
.con-table.td-tar td {text-align: right;} /* cm추가 */
.con-table table tbody td input {width: 100%; height:30px; border: 1px solid #d1d1d1; text-align: right; padding:0 10px; font-size: 15px;}
.con-table-nodata {display: flex; align-items: center; justify-content: center; height:200px; font-size: 16px;}



/* Search */
.board-search {display: inline-block; width: 100%; margin-bottom: 41px;}
.board-search .form-search {background: #f5f6f8; padding:20px; width:100%;}
.board-search .tbl-search {text-align: center;}

.board-search .box-title {display: inline-block; background: url('/sites/module_new/images/ico-search-title.png') no-repeat  left center; font-family: 'Noto Regular'; font-size:18px; margin-right: 20px; padding: 8px 0 9px 55px; color: #333;}
.board-search .box-sel {position: relative; top: 0px; display: inline-block; margin-right: 2px; vertical-align: middle;}
.board-search .box-sel select {background: #fff url('/sites/module_new/images/arrow-search.png') no-repeat right center; font-size: 16px; font-family: 'Noto Light'; color: 555; border:1px solid #ccd0d7; height: 55px; min-width: 130px; padding-left: 20px; -webkit-appearance: none; -moz-appearance: none; appearance: none;}

.board-search .box-search {position: relative; top:0; display: inline-block; vertical-align: middle;  background: #fff; height: 55px; border:1px solid #ccd0d7; min-width: 400px;}
.board-search .box-search input {position: relative; top: -1px; width: 100%; height: 100%; padding:0; background: transparent; border: 0; font-family: 'Noto Light'; font-size: 16px; text-indent: 10px; color: 555;}
.board-search .box-search input::placeholder {color: 555;}
.board-search .box-search input[type="submit"] {position: absolute; right:0; top: 0; width: 50px; height: 100%; background: url('/sites/module_new/images/ico-search-btn.png') no-repeat center center; text-indent: -9999px; cursor: pointer;}

.board-search .util-search {margin-bottom: 20px; font-family: 'Noto DemiLight'; font-size: 16px; color: #333;}
.board-search .util-search a {display: inline-block; width: 30px; text-indent: -9999px; background: url('/sites/module_new/images/ico-rss.png') no-repeat center center; margin-right:10px;}
.board-search .util-search strong {font-family: 'Noto Medium'; font-size: 16px; color: #333;}

.board-search .box-cal {display: inline-block; vertical-align: middle; background: #fff; width:160px; height: 55px; border:1px solid #ccd0d7;}
.board-search .box-cal input {width:100%; height:100%; position: relative; border: 0; padding:0 22px 0 10px; font-size: 16px; background:url('../images/calendar-icon.png') right 16px center no-repeat;}

.board-search.flex .tbl-search {display: flex;  width:100%; gap:10px; justify-content: center; align-items: center;}
.board-search .btn-search {display: inline-block; width:110px; height:55px; line-height:55px; color:#fff; background:#1e5ba8 url('/sites/module_new/images/white_search_btn.png') right 20px center no-repeat; text-indent:-10px}

@media all and (max-width:780px) {
    .board-search .box-title {display: none;}
    .board-search .tbl-search {display: table; width: 100%; table-layout: fixed;}
    .board-search .util-search {display: none;}
    .board-search .box-sel {width:35%; display: table-cell; margin-right: 0; padding-right: 20px;}
    .board-search .box-sel select {min-width: auto; width: 100%;}
    .board-search .box-search {display: table-cell;}

    .board-search.flex .tbl-search {display: flex;}
}



/* Write Update */
.board-write {border-top: 2px solid #7c7c7c; margin-bottom: 40px;}
.board-write .row {display: table; width: 100%;border-bottom: 1px solid #dadada;}
.board-write .title {width: 200px; display: table-cell; vertical-align: middle; text-align: left; padding: 9px 15px; font-size: 15px; background: #f5f5f5; font-family: 'Noto Regular'; color: #555;}
.board-write .insert {display: table-cell; vertical-align: middle; padding: 9px 20px; font-size: 14px; font-family: 'Noto Regular'; color: #333;}
.board-write .insert.editor {padding: 12px 0 6px 0;}
.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 .space {margin-bottom: 10px;}
.board-write .insert .tarea {width: 100%; font-family: 'Noto Regular'; font-size: 14px; color: #333;}
.board-write .insert .possible {font-size: 13px; color: #555; 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-family: 'Noto Regular'; font-size: 14px; color: #333; 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 {margin-right: 5px; font-family: 'Noto Regular'; font-size: 14px; color: #555; 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.pass-view {margin-bottom: 15px;}
.board-write.pass-view .insert input[type="password"] {width: 100%; box-sizing: border-box;}


.sch-date-box {display: inline-block;}

.board-write.pop-ver .row .title {width:130px; text-indent: -10px; text-align: center;}
.board-write.pop-ver .row .title.ti0 {text-indent: 0;}
.board-write .sch-datepk {width:130px; background:url(../images/calendar-icon.png) no-repeat right 10px center; font-family: 'Noto Regular';}
.board-write .sch-area {padding:10px; border: 1px solid #dfdfdf; font-family: 'Noto Regular';}
.board-write .sch-sel {height: 30px; margin-left: 5px; padding: 0 10px; border: 1px solid #dfdfdf; font-family: 'Noto Regular';} 

@media all and (max-width: 780px) {
    .board-write .row {display: block;}
    .board-write .title {display: block; width: 100%;}
    .board-write .insert {display: block; width: 100%; padding: 9px 0;}
    .board-write .insert .one-line {background: #fff; border: 1px solid #d1d1d1;}
	  .view-con {overflow-y: auto;}
    .board-write.pop-ver .row .title {width:100%; text-indent:0px; text-align: left;}
    .sch-date-box ~ .sch-date-box {margin-top: 8px;}
}



/* Button */
.board-button {text-align: center; display: inline-block; width: 100%;}
.board-button .btn-mine {float: left;}
.board-button .btn-control {float: right;}
.board-button .btn-deco {display: inline-block; min-width: 80px; cursor: pointer; font-size: 14px; height: 40px; line-height: 37px; text-align: center; margin: 0 1px; border-radius: 100px; font-family: 'Noto DemiLight';}
.board-button  a.btn-deco, .board-button  input.btn-deco {color: #fff;}
.board-button .btn-deco.color1 {background: #8e99ab; border: 1px solid #8e99ab;}
.board-button .btn-deco.color2 {background: #2b3e5c; border: 1px solid #2b3e5c;}
.board-button .btn-deco.color3 {background: #1A58C0; border: 1px solid #1A58C0;}
.board-button .btn-deco.color4 {background: #2b3e5c; border: 1px solid #2b3e5c;}
.board-button .btn-deco.color5 {background: #09224c; border: 1px solid #09224c;}
.board-button .btn-deco.color6 {background: #fff; border: 1px solid #09224c; color: #222;}
.board-button.view {margin-bottom: 40px; text-align: right;}
.board-button.view .btn-mine {float: none; display: inline-block;}
.board-button.view .btn-control {float: none; display: inline-block;}
.board-button.answer-button {text-align: right; margin-top: 30px;}

a.samll-btn, input.samll-btn {color: #fff;}
.small-btn-box {text-align: center;}
.small-btn-box.align-r {text-align: right;}
.small-btn-box .samll-btn {display: inline-block; cursor: pointer; font-size: 14px; height: 35px; line-height: 35px; text-align: center; padding: 0 20px; margin: 0 5px; font-family: 'Noto Light';}
.small-btn-box.no-margin .samll-btn {margin: 0;}
.small-btn-box .samll-btn.color1 {background: #1A58C0; color: #fff; border: 1px solid #1A58C0;}
.small-btn-box .samll-btn.color2 {background: #fff; color: #ce2856; border: 1px solid #ce2856;}

.tiny-btn {display: inline-block; cursor: pointer; font-size: 13px; height: 25px; line-height: 20px; border-radius: 50px; text-align: center; padding: 0 12px; margin: 0 3px; font-family: 'Noto DemiLight';}
.tiny-btn.color1 {background: #1A58C0; border: 1px solid #1A58C0; color: #fff;}
.tiny-btn.color2 {background: #ce2856; border: 1px solid #ce2856; 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;}

.del-btn {position: relative; top: -1px; display: inline-block; width: 15px; height: 15px; background: #6a6a6a url('../images/btn-del.png') no-repeat center center; cursor: pointer; text-indent: -9999px; margin-left: 5px; vertical-align: middle;}

@media all and (max-width: 420px) {
    .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%; margin: 0 0 10px 0;}
}



/* Must */
mark.must {position: relative; top: 6px; display: inline-block; background: url('../images/ico-mark.png') no-repeat; text-indent: -9999px;}
