@charset "utf-8";

/* ## icon s ## */
.ico-basic {
    display: inline-block;
}

.icon-drag {
    font-size: 22px;
}

.icon-reply {
    display: inline-block;
    vertical-align: middle;
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    font-size: 15px;
    margin: -2px 3px 0
}

.icon-lock {
    display: inline-block;
    vertical-align: middle;
    margin: -2px 5px 0 0;
    font-size: 15px;
}

.ico-file {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    margin: 0 3px;
}

.ico-notice {
    display: inline-block;
    vertical-align: middle;
    background: url("/static/admin/images/contents/ico-notice.png") no-repeat left top;
    width: 24px;
    height: 24px;
    background-size: 24px;
    margin: 0 3px;
}

.ico-new {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    line-height: 16px;
    color: #fff;
    text-align: center;
    font-size: 10px;
    background: #eb6100;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    margin-top: -4px;
}

/* ## icon e ## */


/* ## dropdown s ## */
.js-dropdown-cont {
    display: none;
}

.js-dropdown-cont.active {
    display: block;
}

/* ## dropdown e ## */

/* ## toggledow ## */
.js-toggledown-btn.active i {
    transform: rotate(270deg);
}
/* ## toggledow ## */

/* ## column s ## */
.column-wrap {
    margin-left: -10px;
    margin-right: -10px;
}

.column-wrap:after {
    display: block;
    content: "";
    clear: both;
}

.column-box {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}

/* ## column e ## */

/* ## table s ## */
.tbl-basic {
    border-top: 1px solid #cfcfcf;
}

.tbl-basic table {
    width: 100%;
    table-layout: fixed;
}

.tbl-basic tr {
    border-bottom: 1px solid #cfcfcf;
    background: #fff;
}

.tbl-basic.tbl-basic-reset {
    border-top: none;
}

.tbl-basic tr.tr-end {
    border-bottom: 3px double #eb6100;
    background: #fff;
}

.tbl-basic.tbl-stripe tr:nth-child(even) {
    background: #f1f1f1;
}

.tbl-basic th,
.tbl-basic td {
    padding: 5px 20px;
    height: 48px;
    word-break: break-word;
}

.tbl-basic th.tit,
.tbl-basic td.tit {
    background: #898989;
    color: #fff;
}

.tbl-basic th.tit2,
.tbl-basic td.tit2 {
    background: #eee;
    color: #000;
}

.tbl-basic-text {
    display: inline-block;
    vertical-align: top;
    padding-top: 8px;
}

.tbl-scroll {
    overflow-x: auto;
}

.tbl-scroll table {
    width: 2000px;
}

.tbl-basic.tbl-sm th,
.tbl-basic.tbl-sm td {
    padding: 5px 8px;
}
.td-strong {
	background:bisque;
}

/* 스크립트 사용으로 같은 디자인 테이블 추가 */
.tbl-basic2 {
    border-top: 1px solid #cfcfcf;
}

.tbl-basic2 table {
    width: 100%;
    table-layout: fixed;
}

.tbl-basic2 tr {
    border-bottom: 1px solid #cfcfcf;
    background: #fff;
}

.tbl-basic2.tbl-stripe tr:nth-child(even) {
    background: #f1f1f1;
}

.tbl-basic2 th,
.tbl-basic2 td {
    padding: 5px 20px;
    height: 48px;
    word-break: break-word;
}

.tbl-basic2 th.tit,
.tbl-basic2 td.tit {
    background: #898989;
    color: #fff;
}

.tbl-basic2 th.tit2,
.tbl-basic2 td.tit2 {
    background: #eee;
    color: #000;
}

/* ## table e ## */

/* ## scrollable table  ## */
.scrollable-table {
    position: relative;
    padding-top: 48px;
}
.scrollable-table:before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 48px;
    background: #898989;
    border-bottom: 1px solid #cfcfcf;
}
.scrollable-table > .tbl-basic {
    max-height: 242px;
    overflow-y: auto;
}
.scrollable-table thead > tr {
    display: table;
    position: absolute;
    top: 47px;
    width: calc(100% - 16px);
    margin: -47px 0px 0px -1px;
    padding-left: 16px;
}
.scrollable-table thead > tr > th {
    width: 25%;
}
.scrollable-table thead > tr > th:last-child {
    border-right: 0;
}
/* ## scrollable table  ## */

/* ## form s ## */
.form-basic {
    width: 100%;
}

.form-basic.error {
    border-color: red;
}

.form-basic.disabled {
    background: #f0f0f0;
}
.form-number-none::-webkit-outer-spin-button,
.form-number-none::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.form-files[type="file"] {
	border:1px solid #b0b0b0;
	height:40px;
	line-height:40px;
	padding:0 10px;
}
/* ## form e ## */

/* ## button s ## */
.btn-basic-wrap {
    margin-top: 40px;
    text-align: center;
    position: relative;
}

.btn-basic {
    display: inline-block;
    vertical-align: middle;
    height: 40px;
    line-height: 40px;
    min-width: 110px;
    padding: 0 20px;
    color: #fff;
    margin-left: 1px;
    margin-right: 1px;
    text-align: center;
    position: relative;
}

.btn-basic.btn-primary {
    background: #eb6100;
}

.btn-basic.btn-default {
    background: #333;
}

.btn-basic.btn-common {
    color: #eb6100;
    background: #fff;
    border: 1px solid #eb6100;
    line-height: 38px;
}

.btn-basic.btn-sub {
    background: #b5b5b5;
}

.btn-basic.btn-info {
    background: #69c1bd;
}

.btn-basic.btn-info2 {
    background: #88abda;
}
.btn-basic.btn-info3 {
    background: #107c41;
}

.btn-basic.btn-danger {
    background: #d9534f;
}

.btn-basic.btn-line {
    color: #000;
    background: #fff;
    border: 1px solid #000;
    line-height: 38px;
}

.btn-basic.btn-sub-line {
    color: #b5b5b5;
    background: #fff;
    border: 1px solid #b5b5b5;
    line-height: 38px;
}

.btn-basic.btn-disabled {
    background: #e0e0e0;
    cursor: default;
}

.btn-basic.btn-common.btn-line-disabled {
    background: #fff;
    border-color: #e0e0e0;
    color: #e0e0e0;
}

.btn-basic.btn-exist:before {
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    background: red;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    position: absolute;
    left: -1px;
    top: -2px;
}

.btn-basic.btn-sm {
    min-width: auto;
    padding: 0 15px;
    height: 30px;
    line-height: 29px;
    font-size: 14px;
    word-break: keep-all;
}

.btn-basic.btn-xs {
    min-width: auto;
    padding: 0 10px;
    height: 24px;
    line-height: 23px;
    font-size: 14px;
}

.btn-basic.active {
    background: #ff6800;
}

.btn-lnk {
    text-decoration: underline;
    word-break: break-all;
    cursor: pointer;
}

.btn-lnk.file {
    text-decoration: none;
    margin: 1px 10px 1px 0;
}

.btn-lnk:hover {
    color: #eb6100;
}

.btn-excel {
    display: inline-block;
    vertical-align: middle;
    height: 40px;
    line-height: 38px;
    min-width: 175px;
    background: #107c41;
    text-align: center;
    color: #fff;
    position: relative;
    padding: 0 10px 0 55px;
}

.btn-excel:before {
    display: block;
    content: "";
    width: 45px;
    height: 40px;
    background: #fff url("/static/admin/images/contents/ico-excel.png") no-repeat left center;
    position: absolute;
    left: 0;
    top: 0;
}

.btn-multi-box {
    margin: -3px -2px;
}

.btn-multi {
    display: inline-block;
    vertical-align: middle;
    height: 40px;
    line-height: 38px;
    padding: 0 15px;
    border: 1px solid #aaa;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    color: #aaa;
    margin: 3px 2px;
    background-color: #fff;
}

.btn-multi.active {
    background: #eb6100;
    color: #fff;
    border-color: #eb6100;
}

.btn-sel-wrap:after {
    display: block;
    content: "";
    clear: both;
}

.btn-sel {
    display: inline-block;
    float: left;
    padding: 0 10px;
    height: 40px;
    line-height: 38px;
    border: 1px solid #bfbfbf;
    text-align: center;
    color: #aaaaaa;
    background: #fff;
    margin-left: -1px;
}

.btn-sel.active {
    background: #666666;
    color: #fff;
    border-color: #666666;
}

.btn-basic.btn-pos-right {
    position: absolute;
    right: 0;
    top: 0;
}
.btn-only-icon {
	display:inline-block;
	vertical-align:middle;
	font-size:18px;
	color:#fff;
	margin-left:10px;
	margin-top:-3px;
}
/* ## button e ## */

/* ## tab s ## */
.tab-menu-list li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.tab-menu-list a {
    display: block;
    padding: 0 30px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #bfbfbf;
    border-bottom: none;
    background: #fff;
    font-size: 16px;
}

.tab-menu-list a.active {
    background: #eb6100;
    color: #fff;
}

.tab-cont {
    border-bottom: 2px solid #84ccc9;
    margin-bottom: 35px;
}

.tab-cont-list li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
}

.tab-cont-list a {
    display: block;
    height: 40px;
    line-height: 38px;
    border: 1px solid #bfbfbf;
    border-bottom: none;
    padding: 0 15px;
    background: #fff;
    min-width: 90px;
    text-align: center;
    font-size: 16px;
}

.tab-cont-list a.active {
    background: #84ccc9;
    border-color: #84ccc9;
    color: #fff;
}

.tab-cont.theme2 {
    border-color: #eb6100;
}

.tab-cont.theme2 .tab-cont-list a.active {
    background: #eb6100;
    border-color: #eb6100;
}

.tab-inner {
    border-bottom: 2px solid #e4e4e4;
    text-align: center;
    margin-bottom: 35px;
}

.tab-inner-list li {
    display: inline-block;
    vertical-align: middle;
}

.tab-inner-list a {
    display: block;
    font-size: 16px;
    color: #666;
    padding: 0 30px 7px;
    position: relative;
}

.tab-inner-list a.active {
    color: #000;
}

.tab-inner-list a.active:before {
    display: block;
    content: "";
    width: 100%;
    height: 2px;
    background: #000;
    position: absolute;
    left: 0;
    bottom: -2px;
    z-index: 1;
}

.tab-inner-menu {
    text-align: center;
    margin-bottom: 30px;
}

.tab-inner-menu-list li {
    display: inline-block;
    vertical-align: middle;
}

.tab-inner-menu-list a {
    display: block;
    height: 40px;
    line-height: 38px;
    min-width: 160px;
    padding: 0 20px;
    background: #eee;
    color: #aaa;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    font-size: 16px;
}

.tab-inner-menu-list a.active {
    background: #21345b;
    color: #fff;
}

.js-tabs-cont-box {
    display: none;
}

.js-tabs-cont-box.active {
    display: block;
}

.tab-cont.theme3 {
    border-bottom: none;
    margin-bottom: 0;
}

.tab-cont.theme3 .tab-cont-list a {
    border-bottom: 1px solid #bfbfbf;
}

.tab-cont.theme3 .tab-cont-list a.active {
    border-color: #eb6100;
    background-color: #eb6100;
}

/* ## tab e ## */

/* ## checkbox, radio box s ## */
.check-box {
    display: inline-block;
    margin: 1px 20px 1px 0;
}

.check-box .check {
    position: absolute;
    left: 0;
    top: 0;
    width: 21px;
    height: 21px;
    opacity: .01;
}

.check-box .label {
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 10;
}

.check-box .inp {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 21px;
    height: 21px;
    cursor: pointer;
    border: 2px solid #aaaaaa;
    background: #fff;
    border-radius: 1px;
    -webkit-border-radius: 1px;
}

.check-box .text {
    display: inline-block;
    vertical-align: top;
    padding-left: 30px;
    cursor: pointer;
}

.check-box .check:checked + .inp {
    border-color: #eb6100;
    background: #eb6100;
}

.check-box .check:checked + .inp:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    content: "\f00c";
    color: #fff;
    position: absolute;
    left: 2px;
    top: -2px;
    font-size: 14px;
}

.check-box .check:disabled + .inp {
    border-color: #ccc;
    background: #dedede;
    cursor: default;
    opacity: 0.9;
}

.disabled {
	border-color: #ccc;
    color: #ccc;
    background: #dedede;
    cursor: default;
    opacity: 0.9;
}

.radio-box {
    display: inline-block;
    margin: 1px 20px 1px 0;
}

.radio-box .check {
    position: absolute;
    left: 0;
    top: 0;
    width: 21px;
    height: 21px;
    opacity: .01;
}

.radio-box .label {
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 10;
}

.radio-box .inp {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 21px;
    height: 21px;
    cursor: pointer;
    border: 2px solid #aaaaaa;
    background: #fff;
    border-radius: 100%;
    -webkit-border-radius: 100%;
}

.radio-box .text {
    display: inline-block;
    vertical-align: top;
    padding-left: 30px;
    cursor: pointer;
}

.radio-box .check:checked + .inp {
    border-color: #eb6100;
    background: #eb6100;
}

.radio-box .check:checked + .inp:before {
    display: block;
    content: "";
    width: 15px;
    height: 15px;
    border: 3px solid #fff;
    background: #eb6100;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    position: absolute;
    left: 1px;
    top: 1px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.radio-box.radio-box-mb10 {
    margin: 1px 0 10px;
}
.check-box.state .check:disabled + .inp {
    border-color: #aaa;
    background: #fff;
    opacity: 0.3;
}

.check-box.state .check:checked:disabled + .inp {
    border-color: #eb6100;
    background: #eb6100;
}

.radio-box.state .check:disabled + .inp {
    opacity: 0.3;
}

.check-box.state .check:disabled + .inp + .text,
.radio-box.state .check:disabled + .inp + .text {
    opacity: 0.5;
}

/* ## checkbox, radio box e ## */


/* ## paging s ## */
.paging {
    text-align: center;
    margin-top: 30px;
}

.paging-arrow,
.paging-lnk {
    display: inline-block;
    vertical-align: middle;
    width: 35px;
    height: 35px;
    margin: 0 2px;
}

.paging-arrow {
    border: 1px solid #dedede;
    font-size: 18px;
}

.paging-arrow .icon-basic {
    margin-top: 7px;
    color: #b8b8b8;
}

.paging-lnk {
    line-height: 35px;
}

.paging-lnk.active {
    background: #000;
    color: #fff;
}

/* ## paging e ## */

/* ## popup modal s ## */
.js-popup-modal {
    display: none;
}

.js-popup-modal.active {
    display: table;
}

.popup-modal {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    table-layout: fixed;
}

.popup-modal-box {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    padding: 20px 0;
}

.popup-modal-item {
    background: #fff;
    margin: 0 auto;
    position: relative;
    border: 2px solid #19243b;
    overflow-y: auto;
}

.popup-modal-size-sm {
    max-width: 500px;
}

.popup-modal-size-mm {
    max-width: 800px;
}

.popup-modal-size-m {
    max-width: 1000px;
}

.popup-modal-size-lg {
    max-width: 1200px;
}

.popup-modal-size-xlg {
    max-width: 1500px;
}

.popup-modal-size-xxlg {
    max-width: 1650px;
}

.popup-modal-dimed {
    display: none;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
    cursor: pointer;
}

.popup-modal-dimed.active {
    display: block;
}

.popup-modal-header {
    font-size: 18px;
    color: #fff;
    background: #19243b;
    padding: 12px 20px;
    text-align: center;
}

.popup-modal-header .sub-desc {
    font-size: 14px;
    color: #cacaca;
}

.popup-modal-body {
    padding: 30px 40px;
}

.popup-modal-body.space0 {
    padding: 0;
}

.popup-modal-btn-wrap {
    text-align: center;
    margin-top: 20px;
    position: relative;
}

.popup-modal-close {
    display: block;
    position: absolute;
    right: 10px;
    top: 6px;
    width: 40px;
    height: 40px;
    text-align: center;
}

.popup-modal-close:before {
    display: block;
    content: "\f00d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 24px;
    color: #fff;
    margin-top: 2px;
}

/* ## popup modal e ## */

/* ## alert s ## */
.alert-text {
    font-weight: 600;
}

/* ## alert e ## */

/* ## board s ## */
.board-is-file {
    display: inline-block;
    vertical-align: middle;
}

.board-is-file .del {
    color: #adb5bd;
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 3px;
}

.board-is-file.img {
    position: relative;
    padding-right: 30px;
}

.board-is-file.img .del {
    position: absolute;
    right: 0;
    top: -5px;
    margin: 0;
}

.board-is-file.img img {
    width: 100%;
}

.board-basic-badge {
    display: inline-block;
    line-height: 20px;
    height: 22px;
    padding: 0 7px;
    border: 1px solid #9e9e9e;
    border-radius: 5px;
    margin: -3px 5px 0;
    color: #272727;
    font-size: 13px;
    vertical-align: middle;
    background: #fff;
}

.board-basic-badge.not {
    background: #ebebeb;
    color: #b5b5b5;
    border-color: #c9c9c9;
}

.board-tr-hide,
.board-tr-hide .btn-lnk {
    color: #b5b5b5;
}

/* ## board e ## */

/* ## line s ## */
.line-basic {
    display: block;
    width: 100%;
    height: 1px;
    border: none;
    border-top: 1px solid #b0b0b0;
    margin: 40px 0;
}

/* ## line e ## */

/* ## title s ## */
.tit-basic {
    color: #eb6100;
    font-weight: 600;
    padding: 0 0 10px 25px;
    position: relative;
    font-size: 16px;
}

.tit-basic:before {
    display: block;
    content: "";
    width: 17px;
    height: 17px;
    background: #fff;
    border: 5px solid #eb6100;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    position: absolute;
    left: 0;
    top: 5px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.tit-basic.type1 {
    color: #19243b;
}
.tit-basic.type1:before {
    border: 5px solid #19243b;
}
.tit-basic.type2 {
    color: #19243b;
}
.tit-basic.type2:before {
    border: 5px solid #19243b;
    width: 10px;
    height: 10px;
    top: 7px;
    left: 5px;
}
.tit-basic .tit-desc {
    font-weight: 400;
    color: #616161;
    font-size: 15px;
}

/* ## title e ## */

/* ## search s ## */
.search-wrap {
    padding: 30px;
    border: 1px solid #bfbfbf;
    background: #f2f2f2;
    margin-bottom: 30px;
}

.search-btn-wrap {
    margin-top: 20px;
    text-align: center;
}

.search-box-text {
    padding-top: 8px;
    text-align: right;
}

.search-box-text.opt-tc {
    text-align: center;
}

.search-wrap.theme2 {
    padding: 0;
    border: none;
    background: none;
}

/* ## search e ## */

/* ## text s ## */
.text-danger {
    color: #ff0000;
}

.text-primary {
    color: #eb6100;
}

.text-default {
    color: #aaa;
}

.text-bold {
    font-weight: 600;
}

.text-gray {
    color: #777;
}

.bg-danger {
    background: #ff0000;
}

.bg-info {
    background: #00a0e9;
}

.bg-warning {
    background: #f8b551;
}

.required {
    display: inline-block;
    vertical-align: middle;
    color: #ff9e5a;
    margin: 0 2px;
}

.line-cancel {
    text-decoration: line-through;
}

/* ## text e ## */

/* ## file s ## */
.file-box {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.file-box .label {
    cursor: pointer;
}

.file-box .inp {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    border: 0;
    outline: none;
}

.file-box .icon-basic {
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 4px;
}

.file-box.disabled .label {
    color: #aaa;
    border-color: #aaa;
}

.file-box .label.error {
    border-color: #f00;
    color: #f00;
}

/* ## file e ## */

/* ## switch s ## */
.switch-box {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}

.switch-box.opt-ml10 {
    margin-left: 0;
}

.switch-box .label {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 25px;
}

.switch-box .inp {
    opacity: 0;
    width: 0;
    height: 0;
}

.switch-box .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 34px;
    -webkit-border-radius: 34px;
}

.switch-box .slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

.switch-box .inp:checked + .slider {
    background-color: #ed5e00;
}

.switch-box .inp:focus + .slider {
    box-shadow: 0 0 1px #ed5e00;
    -webkit-box-shadow: 0 0 1px #ed5e00;
}

.switch-box .inp:checked + .slider:before {
    -webkit-transform: translateX(23px);
    transform: translateX(23px);
}

/* ## switch e ## */

/* ## list s ## */
.list-basic > li {
    padding-left: 10px;
    position: relative;
    margin-top: 3px;
}

.list-basic > li:first-child {
    margin-top: 0;
}

.list-basic > li:before {
    display: block;
    content: "";
    width: 3px;
    height: 3px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    position: absolute;
    left: 0;
    top: 8px;
    background: #000;
}

.list-basic.list-gray {
    color: #777;
}

.list-basic.list-gray > li:before {
    background: #777;
}

/* ## list e ## */

/* ## star s ## */
.review-star-box {
    position: relative;
    margin-top: 5px;
}

.review-star-box .stars {
    display: inline-block;
    width: 80px;
    height: 14px;
    background: url('/static/admin/images/contents/star-five.png') no-repeat;
    background-size: 80px 14px
}

.review-star-box .stars .percent {
    display: block;
    width: 0;
    height: 14px;
    background: url('/static/admin/images/contents/star-five-on.png') no-repeat;
    background-size: 80px 14px;
}
.review-total-box {
	padding:5px 20px;
	margin-top:10px;
	display:inline-flex;
	align-items:center;
	background:#f3f3f3;
}
.review-total-item {
	display:flex;
	margin-right:25px;
}
.review-total-item .title {
	font-size:13px;
	color:#6c6c6c;
	margin-right:5px;
}
.review-total-item .review-star-box {
	margin-top:0;
}
.review-total-item .review-star-box .stars {
	width:60px;
	height:11px;
	background-size:60px auto;
}
.review-total-item .review-star-box .stars .percent {
	height:11px;
	background-size:60px auto;
}
/* ## star e ## */

/* ## graph s ## */
.graph-item {
    margin-top: 15px;
    display: table;
    width: 100%;
    table-layout: fixed;
    line-height: 18px;
    height: 18px;
}

.graph-item:first-child {
    margin-top: 0;
}

.graph-item .score,
.graph-item .graph,
.graph-item .num {
    display: table-cell;
    vertical-align: middle;
}

.graph-item .score {
    width: 40px;
}

.graph-item .graph {
    width: 100%;
    position: relative;
    background: #e0e0e0;
    border-radius: 25px;
    -webkit-border-radius: 25px;
}

.graph-item .num {
    width: 100px;
    padding-left: 20px;
}

.graph-line {
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    background: #ffba47;
    width: 0;
    height: 18px;
}

.graph-line.type2,
.graph-info-item.type2:before {
    background: #f29c9f;
}

.graph-line.type3,
.graph-info-item.type3:before {
    background: #98cae2;
}

.graph-info-item {
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
    position: relative;
    padding-right: 28px;
}

.graph-info-item:before {
    display: block;
    content: "";
    width: 18px;
    height: 18px;
    position: absolute;
    right: 0;
    top: 2px;
    background: #ffba47;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}
.graph-box.star .graph-item .score {
	width:80px;
	text-align:right;
	padding-right:20px;
}
.graph-box.star .review-star-box {
	display:table-cell;
	vertical-align:middle;
	margin:0;
	width:80px;
}

/* ## graph e ## */

/* ## table board s ## */
.tbl-board {
    text-align: center;
    border-top: 2px solid #84ccc9;
}

.tbl-board-header {
    background: #e8f3f3;
    color: #28ada7;
    font-weight: 600;
    font-size: 15px;
}

.tbl-board-body {
    border-bottom: 2px solid #84ccc9;
}

.tbl-board-row {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.tbl-board-body .tbl-board-row {
    border-top: 1px solid #dfdfdf;
}

.tbl-board-body .tbl-board-row:first-child {
    border-top: none;
}

.tbl-board-col {
    display: table-cell;
    vertical-align: middle;
    padding: 15px 20px;
}

.tbl-board-more {
    display: inline-block;
    vertical-align: top;
    padding: 0 15px;
    height: 25px;
    line-height: 23px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    background: #84ccc9;
    color: #fff;
}

.tbl-board-more .icon-basic {
    font-size: 13px;
    margin-left: 3px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.tbl-board-more.active .icon-basic {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
}

/* ## table board e ## */

/* ## list board s ## */
.board-list {
    border-top: 2px solid #84ccc9;
    border-bottom: 2px solid #84ccc9;
}

.board-list-box {
    border-top: 1px solid #dfdfdf;
}

.board-list-box:first-child {
    border-top: none;
}

.board-list-lnk {
    display: block;
    position: relative;
    padding: 20px 60px 20px 80px;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    cursor: pointer;
}

.board-list-lnk.notice {
    background: #e8f3f3;
}

.board-list-lnk:hover {
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
}

.board-list-item.num {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -8px;
    text-align: center;
    width: 80px;
}

.board-list-item.serial {
    color: #a2a2a2;
    margin-bottom: 2px;
}

.board-list-item.div {
    display: inline-block;
    vertical-align: middle;
    padding: 0 8px;
    height: 26px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 10px;
    min-width: 60px;
    text-align: center;
}

.board-list-item.tit {
    margin-bottom: 10px;
    font-size: 15px;
}

.board-list-item.memo {
    background: #f3f3f3;
    padding: 10px 15px;
    margin-bottom: 10px;
}

.board-list-item.writer,
.board-list-item.date,
.board-list-item.file {
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
}

.board-list-item.tit .cont {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
    color: #000;
}

.board-list-item .name {
    color: #a2a2a2;
    display: inline-block;
    vertical-align: top;
    padding-right: 5px;
}

.board-list-item .cont {
    display: inline-block;
    vertical-align: top;
}

.board-list-item.comment {
	position: absolute;
	right:20px;
	top:50%;
	transform:translateY(-50%);
	font-size: 28px;
	color: #767676;
}

/* ## list board e ## */

/* ## print s ## */
.print-tit {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
}

.tbl-print {
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
}

.tbl-print table {
    width: 100%;
    table-layout: fixed;
    text-align: center;
}

.tbl-print tr {
    border-top: 1px solid #000;
}

.tbl-print th,
.tbl-print td {
    border-left: 1px solid #000;
    padding: 10px 15px;
}

.list-print li {
    margin-top: 10px;
    display: table;
    width: 100%;
    table-layout: fixed;
}

.list-print li:first-child {
    margin-top: 0;
}

.list-print .tit,
.list-print .desc {
    display: table-cell;
    vertical-align: top;
}

.list-print .tit {
    width: 15%;
    padding-right: 20px;
}

.list-print .desc {
    width: 85%;
}

.page-border-break {
    border-bottom: 2px dashed #d4d4d4;
    padding-bottom: 60px;
    margin-bottom: 60px;
}

.page-border-break:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}

@media print {
    .tbl-print th,
    .tbl-print td {
        font-size: 13px;
        padding: 5px 5px;
    }

    .list-print li {
        margin-top: 5px;
    }

    .page-break {
        page-break-after: always;
    }

    .page-border-break {
        padding-bottom: 0;
        margin-bottom: 0;
        border-bottom: none;
    }
}

.print-wrap.new .tbl-basic th,
.print-wrap.new .tbl-basic td {
    padding:12px 8px !important;
    font-size: 13px !important;
    height: auto !important;
}
.print-wrap.new .tbl-basic th {
    font-weight: 600;
}
.print-wrap.new .opt-mt20 {
    margin-top:20px;
}
.print-wrap.new .total-price {
    margin-top:10px;
    text-align: right;
    background:#eee;
    padding:10px 20px;
    font-size:15px;
}
.print-wrap.new .total-price span.text-bold {
    font-weight: 600;
}
.print-wrap.new .total-price strong.text-bold {
    font-weight: 600;
    color:#eb6100;
}
@media print {
	body {
		padding:0 !important;
	}
    .print-wrap.new .tbl-basic th,
    .print-wrap.new .tbl-basic td {
        padding:10px 5px !important;
        font-size: 8px !important;
        height: auto !important;
        border: 1px solid #000;
        color: #000;
    }
    .print-wrap.new .tbl-basic th {
        font-weight: 500;
        background-color:#898989 !important;
        -webkit-print-color-adjust:exact;
        color: #fff !important;
    }
    .print-wrap.new .tbl-basic tr td:first-child {
    	border-left: 1px solid #000;
    }
    .print-wrap.new .opt-mt20 {
        margin-top:20px;
    }
    .print-wrap.new .total-price {
        margin-top:10px;
        text-align: right;
        background:#eee;
        padding:10px 20px;
        font-size:13px;
    }
    .print-wrap.new .total-price span.text-bold {
        font-weight: 600;
    }
    .print-wrap.new .total-price strong.text-bold {
        font-weight: 600;
        color:#eb6100;
    }
    .print-hide {
        display:none !important;
    }
    .print-wrap.new .tbl-basic #printPdWidth {
        width:150px !important;
    }
    .print-wrap.new .tbl-basic #printBdWidth {
        width:90px !important;
    }
    .print-wrap.new .tbl-basic .print-area-css {
        font-size:50px !important;
    }
	.print-width-100 {
		width: 100% !important;
	}

}

/* ## print e ## */

/* ## badge color s ## */
.badge-approval {
    background: #eb6868 !important;
	border-color: #eb6868 !important;
}

.badge-request {
    background: #f3af47 !important;
    border-color: #f3af47 !important;
}

.badge-return {
    background: #8057a9 !important;
	border-color: #8057a9 !important;
}

.badge-progress {
    background: #84ccc9 !important;
	border-color: #84ccc9 !important;
}

.badge-cancel {
    background: #bdbdbd !important;
	border-color: #bdbdbd !important;
}

/* ## badge color e ## */

/* ## loading s ## */
.loading-wrap {
    display: table;
    width: 100%;
    height: 100%;
    table-layout: fixed;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.8);
    z-index: 9998;
}

.loading-box {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 100%;
    height: 100%;
    padding-bottom: 50px;
}

.loading-item {
    display: block;
    width: 90px;
    height: 90px;
    margin: 0 auto;
    background: url("/static/admin/images/contents/loading-gif.gif") no-repeat center center;
    background-size: 100%;
}

/*.loading-item {
    display: block;
    width: 44px;
    height: 44px;
    background:#f26521;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    margin: 0 auto;
    position: relative;
}
.loading-circle {
    display: block;
    width: 30px;
    height: 30px;
    border: 4px solid #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    border-top-color: #f26521;
    position: absolute;
    left:50%;
    top:50%;
    margin:-15px 0 0 -15px;
    animation: spin 2s ease-in-out infinite;
    -webkit-animation: spin 2s ease-in-out infinite;
}*/
@keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* ## loading e ## */

.required-alert {
    position: relative;
    font-size: 13px;
    padding: 4px 5px;
    color: #f00;
    display: block;
}

.required-alert.alert-column-box {
    float: left;
    width: 100%;
    padding: 4px 10px;
}

.js-required-box {
    position: relative;
}

.price-box .required-alert {
    display: block;
    width: 100%;
    float: left;
}

.dotline-3 {
    line-height: 20px;
    min-height: 20px;
    max-height: 60px;
    overflow: hidden;
    display: -webkit-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}


/* ## board view s ## */
.board-name-lnk {
    color: #022c84;
    text-decoration: underline;
}

.board-reply .board-reply-tit {
    font-size: 15px;
    font-weight: 500;
}

.board-reply .tit-basic::before {
    top: 4px;
}

.board-reply-tit .num {
    font-weight: 600;
}

.board-reply-item {
    padding: 15px 210px 15px 15px;
    border-top: 1px solid #e6e6e6;
    position: relative;
}

.board-reply-item .cont {
    margin-top: 5px;
}

.board-reply-item .date {
    color: #757575;
    margin-right: 10px;
}

.board-reply-item .info-box {
    margin-top: 3px;
}

.board-reply-item .info {
    vertical-align: middle;
}

.board-reply-item .btn {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 5;
}

.board-reply-write {
    background: #efefef;
    padding: 15px 20px;
    border: 1px solid #b7b7b7;
}

.board-reply-item.reply {
    padding-left: 55px;
}

.board-reply-item.reply::before {
    display: block;
    font-family: "Font Awesome 5 Free";
    content: "\f3e5";
    font-weight: 900;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%) rotate(-180deg);
    -webkit-transform: translateY(-50%) rotate(-180deg);
    font-size: 16px;
}

/* ## board view e ## */

/* ## total-box s ## */
.total-box {
    display: flex;
    border: 1px solid #D8D8D8;
    border-right: none;
    border-bottom: none;
    box-sizing: border-box;
    flex-wrap: wrap;
    margin-bottom: 20px;

}

.total-item {
    display: flex;
    box-sizing: border-box;
}

.total-item > li {
    padding: 12px 20px;
    font-weight: bold;
    border-right: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
}

.total-item.center > li {
    display: flex;
    justify-content: center;
    align-items: center;
}

.total-tit {
    text-align: center;
    background: #f2f2f2;
    border-right: 1px solid #D8D8D8;
}

span.text-orange {
    color: #eb6100;
}

/* ## total-box e ## */
/* 21.08.20 팝업창 이외 다른 화면 클릭시 팝업창 꺼지는 CSS 추가 s */
.popup-modal.js-popup-modal.active > .popup-modal-box > .popup-modal-dimed.js-popup-modal-dimed.active {
    opacity: 0;
    cursor: default;
}

.popup-modal-item.popup-modal-size-lg {
    z-index: 100;
}
/* 21.08.20 팝업창 이외 다른 화면 클릭시 팝업창 꺼지는 CSS 추가 e */

.div-small-Loading{
	margin:35px auto;
}

/* 22.06.21 :: 우동착 회원등급제 관련 css 추가 */
.tbl-basic.type1 {border-top: 0;}
.tbl-basic.type1 table {border-top: 1px solid #cfcfcf;}
.tbl-basic.type1.tbl-stripe tr:nth-child(even) {background: #fff;}
.tbl-basic.type1 th {background: #898989; color: #fff;}
.tbl-basic.type1 td {text-align: left;}
.tbl-basic.type1 th, .tbl-basic.type1 td {padding: 20px;}
.accent {color: #eb6100; font-weight: 600;}
.tbl-basic td .grade-ico {width: 50px; height: 50px; margin: 0 auto;}
.tbl-basic td .grade-ico img {width: 100%;}
.tbl-basic td .grade {text-transform: uppercase;}
.grade-info-txtBox {min-height: 100px; position: relative;}
.grade-info-txtBox .pos-btn {position: absolute; right: 0; top: 0;}
.grade-info-txtBox textarea	{resize: none; border: 1px solid #cfcfcf; width: 100%; min-height: 100px;}
.grade-info-txtBox .grade-info-btn {display: flex; flex-wrap: wrap; justify-content: center; margin-top: 10px;}
.grade-info-txtBox .grade-info-btn button {margin-right: 10px;}
.grade-info-txtBox .grade-info-btn li:last-child button {margin-right: 0;}
.grade-info-txtBox .textAreaWrap {display: none;}
.grade-info-txtBox .grade-info {padding-right: 60px;}

.src-topTit {font-size: 18px;}
.search-wrap .flex-box, .src-flex {display: flex; align-items: center; justify-content: space-between;}
.search-wrap .flex-box.type1 {justify-content: flex-start;}
.search-wrap .grade-state, .search-wrap .sel-box {display: flex; width: 33.333%;}
.src-flex .sel-box {display: flex; width: 50%;}
.tbl-basic.type1 .opt-tc td {text-align: center;}

.file_banner.type1 {position:relative; display: flex;}
.file_banner.type1 .img-label {display: block; width: 100px;text-align: center;height: 40px;line-height: 40px;background: #898989;color: #fff;}
.file_banner.type1 .inputBox {width: calc(100% - 105px); margin-right: 10px; position: relative;}
.file_banner.type1 .inputBox input.pr20 {padding-right: 20px;}
.file_banner.type1 .inputBox .btn-del {position: absolute; display: block; width: 20px; height: 20px; top: 50%; right: 0; transform: translateY(-50%); border-radius: 100%;}
.file_banner.type1 .inputBox .btn-del::before, .file_banner.type1 .inputBox .btn-del::after {position: absolute; content: ''; width: 10px; height: 2px; background: #000; left: 20%; top: 50%;}
.file_banner.type1 .inputBox .btn-del::before {transform: rotate(45deg);}
.file_banner.type1 .inputBox .btn-del::after {transform: rotate(-45deg);}

.js-required-box .flex-box {display: flex; flex-wrap: wrap; align-items: center;}
.js-required-box .flex-box input[type="text"] {width: calc(100% - 92px);}
.js-required-box .flex-box .check-box {margin: 1px 0 1px 10px;}

/* 설정 - 배송관리 */
.flex-box {display: flex; flex-wrap: wrap; align-items: center;}
.flex-box.flex-start {align-items: flex-start;}
.text-box textarea {resize: none; width: 100%; height: 100px;}

/* full-screen 버튼 클릭 시 제어되는 css */
.wrapper, .header, .contents-wrap {transition: all 0.4s;}
.wrapper.full, .header.full {padding-left: 0;}
.contents-wrap.full {padding: 55px 0 0 0;}
.contents-box.full {height: calc(100vh - 55px);}
.js-required-box .flex-box .check-box {margin: 1px 0 1px 10px;}


/* ## calendar s ## */
.calendar-basic .fc-toolbar-title {
	display: inline-block;
	vertical-align: middle;
	padding:0 20px;
}
.calendar-basic.fc .fc-toolbar.fc-header-toolbar {
	margin-bottom:30px;
}
.calendar-basic .fc-header-toolbar .fc-button {
	margin:0 2px;
	padding:5px 6px 6px;
}
.calendar-basic .fc-col-header-cell {
	padding: 8px 10px;
	background: #eee;
	font-size: 16px;
	font-weight: 600;
}
.calendar-basic.fc .fc-daygrid-day-top {
	flex-direction:row;
}
.calendar-basic.fc .fc-daygrid-day-number {
	padding:5px;
}
.calendar-basic .fc-day-sun .fc-col-header-cell-cushion,
.calendar-basic .fc-day-sun .fc-daygrid-day-number  {
	color: #ff005a;
}
.calendar-basic .fc-day-other {
	background: #f5f5f5;
}
.calendar-basic.fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
	min-height: 120px;
}
.calendar-basic .fc-daygrid-block-event {
	display: block;
	cursor: pointer;
}
.calendar-basic .fc-daygrid-block-event .fc-event-title {
	font-size: 14px;
	padding:1px 5px;
}
.calendar-basic.fc .fc-daygrid-day.fc-day-today {
	background-color:#f6ffff;
}
.calendar-basic-box {
	position: relative;
}
.calendar-ex-box {
	position: absolute;
	right:0;
	top:35px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.calendar-ex-item {
	margin-left:20px;
	display: inline-flex;
	align-items: center;
	color: #585858;
}
.calendar-ex-item .ex-icon {
	width: 18px;
	height: 18px;
	border-radius: 5px;
	margin-right:5px;
}
/* ## calendar e ## */

/* ## 구매제한 횟수 s ## */
.purchase-setting {
    display: none;
}
.purchase-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 10px;
}
.purchase-box .text {
    display: inline-block;
    width: auto;
    margin-right: 5px;
}
/* ## 구매제한 횟수 e ## */

/* ## 쿠폰 색상 구분값 s ## */
.status-0 {
    background-color: #ffffdb !important;
}
.status-1 {
    background-color: #e0e9fd !important;
}
.status--2 {
    background-color: #ffffff !important;
}
.status--3 {
    background-color: #ffebf8 !important;
}
.no-focus {
    pointer-events: none;
}
/* ## 쿠폰 색상 구분값 e ## */

/* ## 행사여부 색상 구분값 s ## */
.select-event-type.vvip {
    background-color: #fff4bb;
}
.select-event-type.oneplusone {
    background-color: #d7f3ff;
}
.select-event-type.coupon {
    background-color: #ffdada;
}
.select-event-type.agrisale {
    background-color: #e7ffe4;
}
.select-event-type.fishsale {
    background-color: #dcdbff;
}
.select-event-type.none {
    background-color: #ffffff;
}
/* ## 행사여부 색상 구분값 e ## */

/* ## 쿠폰상품 관리 팝업 > 스크롤 버튼 s ## */
.scroll-btn-wrap {
    position: sticky;
    bottom: 155px;
    right: 20px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    z-index: 10;
    width: fit-content;
    margin-left: auto;
}

.scroll-btn {
    position: relative;
    width: 30px;
    height: 30px;
    padding: 0;
    background: #898989;
    cursor: pointer;
    opacity: 0.8;
}

.scroll-btn::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 12px;
    color: #fff;
}

.scroll-up::before {
    transform: translate(-50%, -50%) rotate(180deg);
}

.scroll-btn:hover {
    opacity: 1;
}
/* ## 쿠폰상품 관리 팝업 > 스크롤 버튼 e ## */