@charset "utf-8";

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    box-sizing: border-box;
}

html,
body {
    height: 100%;
}

body {
    font-family: MalgunGothic, '맑은 고딕', '돋움', Dotum, AppleGothic, Sans-serif, Arial;
    font-size: 12px;
    line-height: 1;
    color: #000;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ul,
ol,
li {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    width: 100%;
    border-spacing: 0;
}

table th,
table td {
    vertical-align: middle;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

caption,
.hidden {
    position: absolute !important;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
}

a {
    color: #333;
    text-decoration: none;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
}

button {
    border: none;
    font-size: 12px;
    background-color: transparent;
    cursor: pointer;
    vertical-align: middle;
    font-family: MalgunGothic, '맑은 고딕', '돋움', Dotum, AppleGothic, Sans-serif, Arial;
}

button:disabled,
button:disabled:hover,
button:disabled:focus {
    border: 1px solid #ccc;
    background-color: #f0f4f9 !important;
    color: #777;
    cursor: default !important;
}

input::-ms-clear {
    display: none;
}

.search-input-clear-wrap {
    position: relative;
    display: inline-block;
    max-width: 100%;
    vertical-align: middle;
}

.search-input-clear-wrap > input[type="text"] {
    padding-right: 24px;
}

.search-input-clear-btn {
    display: none;
    position: absolute;
    top: 50%;
    right: 6px;
    z-index: 1;
    width: 16px;
    height: 16px;
    margin: 0;
    padding: 0;
    border: 0 !important;
    background: transparent !important;
    color: #999;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    transform: translateY(-50%);
}

.search-input-clear-btn:hover,
.search-input-clear-btn:focus {
    color: #555;
}

select,
input {
    width: auto;
    height: 24px;
    margin: 1px 0px;
    padding: 0 4px;
    border: 1px solid #ced4da;
    font-family: MalgunGothic, '맑은 고딕', '돋움', Dotum, AppleGothic, Sans-serif, Arial;
    font-size: 12px;
    color: #54667a;
    box-sizing: border-box;
    vertical-align: middle;
}

select {
    min-width: 54px;
    padding: 0 4px 0 4px;
    background: #fff url(../../assets/images/select.png) no-repeat right center;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

select::-ms-expand {
    display: none;
}

input[type='search'],
.search-input {
    box-sizing: border-box;
}

select:focus,
input:focus,
textarea:focus {
    border: 1px solid #0B4337;
    box-sizing: border-box;
}

textarea {
    margin: 1px 0;
    vertical-align: middle;
    padding: 4px 4px;
    border: 1px solid #ced4da;
    font-family: MalgunGothic, '맑은 고딕', '돋움', Dotum, AppleGothic, Sans-serif, Arial;
    font-size: 12px;
    color: #54667a;
    box-sizing: border-box;
}

select:disabled,
select[disabled='disabled'],
input:disabled,
textarea:disabled,
input:read-only,
textarea:read-only {
    background-color: #f0f2f4;
    color: #999;
}

select[disabled='disabled'] {
    background-color: #f0f2f4;
    color: #999;
}

select[disabled=''] {
    background-color: #f0f2f4;
    color: #999;
}

select[readonly='readonly'] {
    background-color: #f0f2f4;
    color: #999;
}

select[readonly=''] {
    background-color: #f0f2f4;
    color: #999;
}

input[disabled='disabled'] {
    background-color: #f0f2f4;
    color: #999;
}

input[disabled=''] {
    background-color: #f0f2f4;
    color: #999;
}

input[readonly='readonly'] {
    background-color: #f0f2f4;
    color: #999;
}

input[readonly=''] {
    background-color: #f0f2f4;
    color: #999;
}

input[data-grid-autocomplete-guard='true'][readonly],
textarea[data-grid-autocomplete-guard='true'][readonly] {
    background-color: #fff;
    color: #54667a;
    text-shadow: none;
    cursor: text;
}

textarea[disabled='disabled'] {
    background-color: #f0f2f4;
    color: #999;
}

textarea[disabled=''] {
    background-color: #f0f2f4;
    color: #999;
}

textarea[readonly='readonly'] {
    background-color: #f0f2f4;
    color: #999;
}

textarea[readonly=''] {
    background-color: #f0f2f4;
    color: #999;
}

select:disabled:hover,
input:disabled:hover,
textarea:disabled:hover,
input:read-only:hover,
textarea:read-only:hover {
    border: 1px solid #ccc;
}

input[data-grid-autocomplete-guard='true'][readonly]:hover,
textarea[data-grid-autocomplete-guard='true'][readonly]:hover {
    border: 1px solid #ced4da;
}

/* wrap */
.body-color {
    background-color: #f0f4f9;
}

.wrap {
    min-width: 1140px;
    overflow: hidden;
}

.logo {
    position: fixed;
    top: 0;
    left: 0;
    width: 240px;
    height: 72px;
    line-height: 72px;
    text-align: center;
    background-color: #0B4337;
}

.logo,
.gnb-warp {
    margin-left: 0px;
    z-index: 21;
}

@media screen and (max-width: 1379px) {
    .gnb-warp,
    .logo {
        margin-left: -190px;
    }
}

/* header */
header {
    position: sticky;
    top: 0;
    right: 0;
    z-index: 20;
    display: flex;
    min-width: 1140px;
    width: 100%;
    height: 50px;
    background-color: #ffffff;
    box-shadow: 0px 4px 6px -6px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 4px 6px -6px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 4px 6px -6px rgba(0, 0, 0, 0.2);
}

header .user-area {
    display: inline-block;
    width: 100%;
    padding: 12px 20px 0 0;
    text-align: right;
}

header .user-area .user {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

header .user-area .user strong {
    font-weight: bold;
}

header .user-area .btn-sky {
    width: 74px;
    height: 24px !important;
    line-height: 0 !important;
    padding: 2px 0 0;
    color: #fff;
    font-weight: bold;
    background-color: #4D7265;
}

header .user-area .header-form {
    display: inline-block;
}

/* gnb */
.gnb-warp {
    position: fixed;
    width: 240px;
    height: 100%;
    overflow: hidden;
    padding-top: 27px;
    padding-bottom: 70px;
    background-color: #0B4337;
}

.sidebar-nav {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: auto;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

/* nav 스크롤삭제 */
.sidebar-nav::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari, Opera*/
}

/* nav 스크롤삭제 */
.sidebar-nav ul {
    background-color: #fff;
}

.metismenu .mm-collapse:not(.mm-show) {
    display: none;
}

.metismenu .mm-collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
}

.metismenu .mm-active > .has-arrow::after {
    position: absolute;
    right: 30px;
    top: 14px;
    width: 9px;
    height: 9px;
    content: '';
    background: url(../../assets/images/gnb_minus01.png) no-repeat 0 0;
}

.metismenu .has-arrow::after {
    position: absolute;
    right: 30px;
    top: 14px;
    width: 9px;
    height: 9px;
    content: '';
    background: url(../../assets/images/gnb_plus01.png) no-repeat 0 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

.metismenu > li {
    background-color: #0B4337;
}

.metismenu > li a {
    position: relative;
    display: block;
    padding: 12px 36px 13px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

.metismenu > li > a:hover,
.metismenu > li > a:focus,
.metismenu > li.mm-active > a {
    color: #fff;
    text-decoration: none;
    background-color: #4D7265;
}

.metismenu > li.mm-active > a {
    background: #4D7265 url(../../assets/images/gnb_bl01.png) no-repeat 27px 16px;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
}

.metismenu ul > li a {
    padding: 12px 15px 13px 48px;
    color: #595959;
}

.metismenu ul > li.mm-active .has-arrow::after {
    position: absolute;
    right: 30px;
    top: 14px;
    width: 9px;
    height: 9px;
    content: '';
    background: url(../../assets/images/gnb_minus02.png) no-repeat 0 0 !important;
}

.metismenu ul > li .has-arrow::after {
    position: absolute;
    right: 30px;
    top: 14px;
    width: 9px;
    height: 9px;
    content: '';
    background: url(../../assets/images/gnb_plus02.png) no-repeat 0 0 !important;
}

.metismenu > li > ul > li > a:hover,
.metismenu li > ul > li > a:focus,
.metismenu li > ul > li.mm-active > a {
    color: #0B4337;
    background: #e9f0f7;
}

.metismenu > li > ul > li > a::before {
    width: 10px;
    display: inline-block;
    content: '-';
}

.metismenu > li > ul > li li a {
    padding: 12px 15px 13px 68px;
    color: #595959;
    background-color: #f4f9fd;
}

.metismenu > li > ul > li li a:hover,
.metismenu > li > ul > li li a:focus {
    color: #0B4337;
    background: #f4f9fd;
}

.metismenu > li > ul > li li.mm-active a {
    text-decoration: underline;
    background: #f4f9fd;
}

.metismenu a.has-favorite-control {
    display: flex;
    align-items: center;
    gap: 8px;
}

.metismenu a.has-favorite-control .menu-label {
    flex: 1 1 auto;
    min-width: 0;
}

.metismenu > li > ul > li > a.has-favorite-control::before,
.favorite-menu-list > li > a::before {
    content: none;
}

.menu-favorite-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 14px;
    min-width: 14px;
    color: #9aa7a1;
    line-height: 1;
    cursor: pointer;
}

.metismenu > li > a .menu-favorite-toggle,
.favorite-menu-root > a .favorite-root-toggle {
    color: rgba(255, 255, 255, 0.72);
}

.menu-favorite-toggle.is-favorite {
    color: #d7a23d !important;
}

.menu-favorite-toggle:hover,
.menu-favorite-toggle:focus,
.favorite-menu-root > a:hover .favorite-root-toggle,
.favorite-menu-root > a:focus .favorite-root-toggle {
    color: #f3c869;
}

.favorite-menu-root .favorite-root-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.favorite-root-toggle {
    width: 14px;
    min-width: 14px;
}

.favorite-root-toggle.is-hidden {
    display: none;
}

.favorite-menu-list .menu-label {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.favorite-menu-list > li > a.has-favorite-control {
    position: relative;
    display: block;
    gap: 0;
    padding-right: 45px;
}

.favorite-menu-list > li > a.has-favorite-control .menu-label {
    display: block;
    padding-right: 0;
}

.favorite-menu-list > li > a.has-favorite-control .menu-favorite-toggle {
    position: absolute;
    top: 0;
    right: 8px;
    bottom: 0;
    width: 30px;
    min-width: 30px;
    margin-left: 0;
    border-radius: 4px;
}

.favorite-menu-list > li > a.has-favorite-control .menu-favorite-toggle:hover,
.favorite-menu-list > li > a.has-favorite-control .menu-favorite-toggle:focus {
    background-color: rgba(215, 162, 61, 0.12);
}

#gnb-toggle-btn {
    position: fixed;
    top: 0;
    left: 240px;
    z-index: 99;
    width: 20px;
    height: 50px;
    background: #4D7265 url(../../assets/images/gnb_close_btn.svg) no-repeat center center;
    text-indent: -9999px;
}

@media screen and (max-width: 1379px) {
    #gnb-toggle-btn {
        left: 0;
        width: 60px;
        height: 100%;
        background: url(../../assets/images/gnb_open_btn.png) no-repeat center center, url(../../assets/images/gnb_btn.png) no-repeat center 34px;
        background-color: #0B4337;
    }
}

/* content */
.content-wrap {
    margin-left: 240px;
    padding: 20px 20px;
    box-sizing: border-box;
}

@media screen and (max-width: 1379px) {
    .content-wrap {
        margin-left: 60px;
    }
}

.title-area {
    display: flex;
    justify-content: space-between;
    min-height: 32px;
    margin-bottom: 16px;
    padding: 7.5px 0 7.5px 0;
}

.title-area-detail {
    display: flex;
    justify-content: space-between;
    min-height: 32px;
    padding: 10px 0 0 0;
}

.title-01 {
    font-size: 20px;
    font-weight: bold;
    color: #000;
}

.title-03 {
    display: inline-block;
    padding: 0 0 10px 0px;
    border-bottom: 2px solid #000;
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: bold;
    color: #000;
}

.title-03::before {
    display: inline-block;
    margin: -7px 0 -1px 0;
    padding: 0 4px 0 0;
    content: '· ';
    font-size: 19px;
    vertical-align: middle;
}


.title-02 {
    display: inline-block;
    width: 100%;
    padding: 0 0 10px 0px;
    border-bottom: 2px solid #000;
    margin-bottom: 16px;
    font-size: 14px;
    font-weight: bold;
    color: #000;
}

.title-02::before {
    display: inline-block;
    margin: -7px 0 -1px 0;
    padding: 0px 4px 0 0;
    content: '· ';
    font-size: 19px;
    vertical-align: middle;
}

.title-02 button {
    margin: -8px 0 -6px;
}

/* path */
.path-area {
    display: flex;
    font-size: 12px;
}

.path-area li {
    display: inline-block;
    color: #54667a;
    padding: 2px 4px 0 0;
}

.path-area li::before {
    content: '/ ';
}

.path-area li:first-child img {
    display: inline-block;
    margin-top: -3.5px;
    padding: 2px 5px;
}

.path-area li:first-child::before,
.path-area li:nth-child(2)::before {
    content: none;
}

.path-area li:last-child {
    padding-right: 0;
}

/* 대메뉴 tab */
#tabs.ui-tabs {
    position: relative;
    /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
}

#tabs.ui-tabs > .ui-tabs-nav {
    display: flex;
    overflow-y: hidden;
    overflow-x: auto;
    margin-right: 100px;
    /* background: url(../../assets/images/tabs_border.gif) repeat-x 0 bottom; */
}

#tabs.ui-tabs > .ui-tabs-nav::after {
    width: 100%;
    display: block;
    border-bottom: 2px solid #c8c8c8;
    content: '';
}

#tabs.ui-tabs > .ui-tabs-nav .ui-icon-close {
    position: absolute;
    top: 10px;
    right: 5px;
    width: 20px;
    height: 20px;
    text-indent: -9999px;
    background: url(../../assets/images/tab_close.png) no-repeat center 4px;
    cursor: pointer;
}

#tabs.ui-tabs > .ui-tabs-nav li {
    position: relative;
    top: 0;
    height: 40px;
    margin-right: 5px;
    border-bottom: 2px solid #c8c8c8;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    white-space: nowrap;
    line-height: 37px;
    background-color: #0B4337;
}

#tabs.ui-tabs > .ui-tabs-nav li:last-child {
    margin-right: 0;
}

#tabs.ui-tabs > .ui-tabs-nav li a {
    display: block;
    width: auto;
    padding: 0 30px;
    font-size: 14px;
    text-align: center;
    color: #fff;
    text-indent: -15px;
    text-decoration: none;
}

#tabs.ui-tabs > .ui-tabs-nav li a:focus {
    outline: none;
}

#tabs.ui-tabs > .ui-tabs-nav li.ui-tabs-active {
    height: 50px;
    background-color: #fff;
    margin-bottom: -10px;
}

#tabs.ui-tabs > .ui-tabs-nav li.ui-tabs-active a {
    color: #000;
    font-weight: bold;
    line-height: 42px;
}

#tabs.ui-tabs > .ui-tabs-nav li.ui-tabs-active .ui-icon-close {
    background: url(../../assets/images/tab_close_on.png) no-repeat center 6px !important;
}

.tabs-all-close {
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px 0 0 14px;
    border-bottom: 2px solid #c8c8c8;
    background-color: #f0f4f9;
}

.tabs-all-close button {
    font-size: 16px;
    color: #f62d51;
    font-weight: bold;
    padding-right: 16px;
    background: url(../../assets/images/tab_all_close.png) no-repeat center right;
}

.tabs-all-close button:focus {
    outline: none;
}

#tabs.ui-tabs > .ui-tabs-panel {
    padding: 20px 15px 20px;
    background: #fff;
}

/* 서브 tab */
.sub-tabs.ui-tabs {
    position: relative;
}

.sub-tabs.ui-tabs > .ui-tabs-nav {
    display: flex;
    overflow-y: hidden;
    overflow-x: auto;
}

.sub-tabs.ui-tabs > .ui-tabs-nav::after {
    width: 100%;
    display: block;
    content: '';
    border-bottom: 1px solid #c8c8c8;
}

.sub-tabs.ui-tabs > .ui-tabs-nav li {
    position: relative;
    top: 0;
    height: 34px;
    margin-right: -1px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    white-space: nowrap;
    line-height: 32px;
    background-color: #f9f9f9;
    border: 1px solid #c8c8c8;
}

.sub-tabs.ui-tabs > .ui-tabs-nav li:last-child {
    margin-right: 0;
}

.sub-tabs.ui-tabs > .ui-tabs-nav li a {
    display: block;
    width: auto;
    padding: 0 24px;
    font-size: 13px;
    text-align: center;
    color: #767676;
    text-decoration: none;
}

.sub-tabs.ui-tabs > .ui-tabs-nav li a:focus {
    outline: none;
}

.sub-tabs.ui-tabs > .ui-tabs-nav li.ui-tabs-active {
    height: 35px;
    background-color: #fff;
    margin-bottom: -10px;
}

.sub-tabs.ui-tabs > .ui-tabs-nav li.ui-tabs-active a {
    color: #000;
    font-weight: bold;
    line-height: 35px;
}

.sub-tabss.ui-tabs > .ui-tabs-nav li.ui-tabs-active .ui-icon-close {
    background: url(../../assets/images/tab_close_on.png) no-repeat center 6px !important;
}

.sub-tabs.ui-tabs > .ui-tabs-panel {
    padding: 20px 0 0;
    background: #fff;
}

/* 2단 frame */
.frame-left {
    min-width: 250px;
    height: 100%;
    margin-right: 2.5%;
    padding-right: 2.5%;
    border-right: 1px solid #ced4da;
}

.frame-right {
    width: 80%;
}

.tree-menu {
    border-top: 2px solid #c8c8c8;
}

.code-menu-search {
    border: 1px solid #c8c8c8;
    text-align: center;
}

.code-menu-search-top {
    padding: 2px 5px;
    border-bottom: 1px solid #c8c8c8;
    background-color: #f9f9f9;
}

.code-menu-search-bt {
    padding: 4px 8px;
}

/* accordion(top banner) 
.slide-wrap-01 {
	border-bottom: 1px solid #c8c8c8;
}

.slide-wrap-01 h3 {
	width: 100%;
	display: inline-block;
	padding: 8px 10px 8px 14px;
	font-size: 13px;
	border: 1px solid #c8c8c8;
	border-bottom: none;
	background-color: #f9f9f9;
	cursor: pointer;
}

.slide-wrap-01 h3:first-child {
	border-top: 1px solid #c8c8c8;
}

.slide-wrap-01 h3::after {
	width: 12px;
	float: right;
	font-family: 'Font Awesome 5 Free';
	content: '\f107';
	font-weight: 600;
	font-size: 16px;
	color: #777;
}

.slide-wrap-01 .ui-accordion-header-active {
	border-bottom: 1px solid #c8c8c8;
}

.slide-wrap-01 .ui-accordion-header-active::after {
	content: '\f106';
	font-size: 14px;
}

.slide-wrap-01>.table_row {
	display: none;
	margin: 10px 5px;
}
*/

/* info-txt */
.info-txt {
    display: inline-block;
    float: right;
    font-size: 12px;
    font-weight: normal;
}

/* slide */
.slide-wrap-01 {
    border-bottom: 1px solid #c8c8c8;
}

.slide-title {
    width: 100%;
    display: inline-block;
    padding: 9px 10px 8px 14px;
    font-size: 13px;
    border: 1px solid #c8c8c8;
    border-bottom: none;
    background-color: #f9f9f9;
    cursor: pointer;
}

.slide-arrow {
    cursor: pointer;
}

.slide-title::after,
.slide-arrow::after {
    display: inline-block;
    float: right;
    width: 20px;
    height: 17px;
    margin-right: -10px;
    font-family: 'Font Awesome 5 Free';
    content: '\f107';
    font-weight: 600;
    font-size: 14px;
    color: #666;
    cursor: pointer;
}

.slide-div {
    padding: 10px 5px;
    border-top: 1px solid #c8c8c8;
    display: none;
}

.slide-div2 {
    display: none;
}

.slide-title.on + .slide-div {
    display: block;
}

.slide-title-02 {
    cursor: pointer;
}

.slide-title-02.on .slide-arrow::after {
    content: '\f106';
}

/* table */
.table_row table:not(.colHeadTable, .gridBodyTable),
.table_col table {
    table-layout: fixed;
    width: 100%;
    line-height: 1.6;
    vertical-align: middle;
    border-left: 1px solid #c8c8c8;
    border-top: 2px solid #c8c8c8;
}

.table_row table th,
.table_col table th {
    padding: 6px 8px;
    border-bottom: 1px solid #c8c8c8;
    text-align: left;
    background-color: #f9f9f9;
    box-sizing: border-box;
}

.table_row table th {
    border-right: 1px solid #c8c8c8;
    padding: 6px 16px 6px 24px;
}

.table_row > table > tbody > tr > th::before {
    margin-left: -8px;
    content: '· ';
}

.table_row table th.star::before,
.table_col table th.star::before {
    display: inline-block;
    padding: 2px 3px 0 0;
    vertical-align: top;
    font-weight: bold;
    color: red;
    content: '*';
}

.table_row table td:not(.colHeadTd),
.table_col table td {
    border-bottom: 1px solid #c8c8c8;
}

.table_row table select,
.table_col table select,
.table_row table input:not(.gridCheckBox, .gridCheckBox_body_colSeq0),
.table_col table input,
.table_row table textarea,
.table_col table textarea {
    min-width: 30px;
}

.table_row table .flex,
.table_col table .flex {
    position: relative;
    display: flex;
    flex-flow: wrap;
}

.table_col table td.unit-price {
    text-align: right;
    padding-right: 17px;
}

/* ie10 */
.table_row table .flex .btn:first-child,
.table_col table .flex .btn:first-child {
    margin-right: 0 !important;
}

.table_row table .btn,
.table_col table .btn {
    min-width: auto !important;
    height: 24px;
    margin: 2px 0;
    padding: 3px 8px 3px;
    line-height: 0;
}

.table_row table .btn:focus,
.table_col table .btn:focus {
    outline: 2px solid #b5babe;
}

.table_row table .btn-td-list,
.table_col table .btn-td-list {
    margin: -1px 0;
}

.table_row table .btn-td-list2,
.table_col table .btn-td-list2 {
    margin: -1px 0;
    font-size: 0;
}

.table_row table td:not(.colHeadTd) {
    height: 39px;
    padding: 6px 16px 6px;
    border-right: 1px solid #c8c8c8;
}

.table_row .table_row > table {
    border-top: 1px solid #c8c8c8;
    border-right: none;
}

.table_row-detial > table {
    border: none;
}

.table_row-detial table th {
    background-color: #fff;
    padding-left: 14px;
    text-align: center;
}

.table_row-detial table th::before {
    margin-left: -8px;
    content: '';
    display: none;
}

.table_row-detial table td {
    border-right: none;
}

.table_row-detial table tr:last-child th,
.table_row-detial table tr:last-child td {
    border-bottom: none;
}

.table_row td label span.star {
    line-height: 2;
}

.table_col {
    overflow: hidden;
}

.table_col thead th {
    padding: 7px 8px 7px;
    border-right: 1px solid #c8c8c8;
    border-bottom: 1px solid #c8c8c8;
    text-align: center;
    line-height: 1.4;
}

.table_col tbody th {
    padding: 7px 8px 7px;
    border-right: 1px solid #c8c8c8;
    text-align: center;
}

.table_col tbody td,
.table_col tfoot td {
    padding: 6px 8px 5px;
    border-right: 1px solid #c8c8c8;
    text-align: center;
}

.table_col tfoot td {
    font-weight: 600;
    background-color: #faf8e8;
}

.table_scroll {
    border: 1px solid #c8c8c8;
    border-top: 2px solid #c8c8c8;
    overflow-x: auto;
    line-height: 1.6;
}

.table_scroll table thead,
.table_scroll table body,
.table_scroll table tr,
.table_scroll table th,
.table_scroll table td {
    display: block;
}

.table_scroll table tr {
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #c8c8c8;
    overflow: hidden;
}

.table_scroll table tbody tr:last-child {
    border-bottom: none;
}

.table_scroll table th,
.table_scroll table td {
    position: relative;
    padding: 5px 8px 5px;
    height: 100%;
}

.table_scroll table th::after,
.table_scroll table td::after {
    display: block;
    height: 1000px;
    background-color: #c8c8c8;
    position: absolute;
    width: 1px;
    top: -100px;
    right: 0;
    overflow: hidden;
    content: '';
}

.table_scroll table tr:after {
    content: ' ';
    display: block;
    visibility: hidden;
    clear: both;
}

.table_scroll table thead {
    position: sticky;
    top: 0;
    background-color: #f9f9f9;
    z-index: 10;
}

/*
.table_scroll table thead {
	background-color: #f9f9f9;
}

.table_scroll table thead tr {
	width: calc(100% - 17px);
}

.table_scroll table tbody {
	overflow-y: auto;
	overflow-x: hidden;
}
*/

.star::before {
    display: inline-block;
    padding: 2px 3px 0 0;
    vertical-align: top;
    font-weight: bold;
    color: red;
    content: '*';
}

.table_scroll table tbody tr:last-child td {
    border-bottom: none;
}

.table_scroll table tbody td,
.table_scroll table thead th {
    min-width: 5%;
}

.table_scroll table tbody td:last-child,
.table_scroll table thead th:last-child {
    border-right: none !important;
}

.pre-img {
    text-align: center;
}

.pre-img img {
    display: inline-block;
    width: 100%;
    height: 55px;
    vertical-align: middle;
    border: 1px solid #54667a;
}

.img-represent img {
    width: 100%;
}

.img-no {
    font-size: 18px;
    color: #777;
}

.comment-01 strong {
    display: inline-block;
    padding-top: 3px;
}

/* datetimepicker */
.input-group.date {
    position: relative;
    width: auto;
}

.input-group.date .datepickerinput {
    width: calc(100% - 31px);
}

.input-group.date .datepickerinput:disabled + .input-group-append,
.input-group.date .datepickerinput:disabled + .input-group-append .input-group-text i {
    cursor: default;
}

.input-group-text {
    position: absolute;
    top: 0px;
    right: 0;
    z-index: 0;
    /* ie10 */
    height: 24px;
    width: 32px;
    margin: 1px 0px 1px -32px !important;
    text-align: center;
    font-size: 0;
    border: 1px solid #ccc;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    background: #f0f4f9;
}

.input-group-text .icon-calender {
    display: inline-block;
    margin: 11px 0 0px 0;
    line-height: 0;
}

@media screen and (max-width: 1379px) {
    .input-group.date {
        width: 110px !important;
    }

    /* ie10 */
}

/* 대표 이미지 설정 */
.delegate-img-list {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #c8c8c8;
    border-right: none;
    border-bottom: none;
    align-items: center;
    align-content: center;
}

.delegate-img-list > div {
    min-width: 260px;
    width: 20%;
    border-right: 1px solid #c8c8c8;
    border-bottom: 1px solid #c8c8c8;
    align-items: stretch;
    align-content: stretch;
}

.delegate-img-title {
    display: block;
    width: 100%;
    height: 36px;
    border-bottom: 1px solid #c8c8c8;
    line-height: 34px;
    text-align: center;
    font-weight: bold;
    background-color: #f9f9f9;
}

.delegate-img-view {
    width: 100%;
    height: 200px;
    overflow: hidden;
    border-bottom: 1px solid #c8c8c8;
}

.delegate-img-view p {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 200px;
}

.delegate-img-view p img {
    width: auto;
    max-height: 200px;
}

.delegate-img-modify {
    width: 100%;
    padding: 6px 5px;
}

.delegate-img-modify .input-file-wrap .btn-td-list button {
    height: 24px;
    margin: 1px 0;
    padding: 3px 8px 3px;
}

/* grid */
.grid-top {
    display: flex;
    width: 100%;
    padding: 5px 8px;
    border: 1px solid #b1b1b1;
    border-bottom: none;
    vertical-align: middle;
    background-color: #f7f7f7;
}

.grid-top > span {
    display: inline-block;
    flex-grow: 1;
}

.grid-top .grid-top-count {
    line-height: 1.8;
    color: #666;
    font-weight: bold;
}

.grid-top .grid-top-count::before {
    display: inline-block;
    width: 3px;
    height: 5px;
    margin-left: 3px;
    content: '';
    background: url(../../assets/images/bl_grid_count.svg) no-repeat 0 0;
}

.grid-top .grid-top-right {
    text-align: right;
}

/* component(module) */
.component-wrap {
    margin-bottom: 10px;
    padding: 6px 0 6px 1%;
    border: 1px solid #c8c8c8;
}

.component-wrap:last-child {
    margin-bottom: 0;
}

.component-div {
    position: relative;
    padding: 12px 10px;
    border: 1px solid #c8c8c8;
    background-color: #f9f9f9;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.component-div h3 {
    margin-bottom: 10px;
}

.component-div .checkbox-wrap {
    margin-top: 5px;
}

.component-div select {
    width: 100%;
    background-color: #fff;
}

.component-div input[type='text'] {
    width: 100%;
    margin-bottom: 3px;
}

.btn-component-close {
    position: absolute;
    top: 3px;
    right: 4px;
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url(../../assets/images/tab_close_on.png) no-repeat center center;
    text-indent: -9999px;
    box-sizing: border-box;
}

.component-wrap > .component-div {
    width: 17%;
    height: 130px;
    margin: 4px 0 4px;
}

.component-element {
    flex-wrap: wrap;
    width: 80%;
    margin-left: 1.2%;
    padding-left: 1%;
    background: url(../../assets/images/split_02.svg) repeat-y 0 0;
    box-sizing: border-box;
}

.component-element .component-div {
    width: calc(18.67% - 5.2px);
    margin: 4px 0.5% 4px;
}

.btn-element-add {
    display: inline-block;
    width: 26px !important;
    height: 26px;
    margin: 55px 0px 0 0.7%;
    background-color: #f9f9f9;
    border: 1px solid #c8c8c8;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}

.btn-element-add i {
    display: inline-block;
    font-size: 10px;
    margin-top: -1px;
    vertical-align: middle;
}

/* img-spot */
#click-img {
    display: block;
    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
}

.layer-search-top {
    display: flex;
    justify-content: space-between;
}

.layer_position {
    position: absolute;
    width: 24px;
    height: 24px;
    background-color: #4D7265;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    cursor: pointer;
}

.layer_position i {
    display: block;
    margin-left: 2px;
    color: #fff;
    text-align: center;
    line-height: 1.495rem;
}

#layer-search {
    display: none;
    position: absolute;
    z-index: 10;
    width: 190px;
    margin: 15px 0 0 15px;
    padding: 10px;
    border: 1px solid #c8c8c8;
    background: #fff;
}

.layer-search-colse {
    text-align: right;
    margin-bottom: 5px;
}

.layer-search-colse button {
    margin: -8px -4px 0 0;
    padding: 2px 4px;
}

.layer-search-list {
    height: 100px;
    margin-top: 7px;
    overflow-y: auto;
    background-color: #fff;
    display: none;
}

.layer-search-list ul {
    width: 100%;
}

.layer-search-list ul a {
    display: block;
}

#layer-search-read {
    display: none;
    position: absolute;
    z-index: 10;
    width: 190px;
    margin: 15px 0 0 15px;
    padding: 10px;
    border: 1px solid #c8c8c8;
    background: #fff;
}

/* btn-area */
.btn {
    min-width: 60px;
    height: 29px;
    margin: 1px 2px;
    padding: 0 14px 1px;
    font-size: 12px;
    line-height: 0;
}

.btn-area {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 0;
}

/* font-size: 0; 버튼사이의 공백 제거위해 */
.btn-area > span {
    flex-grow: 1;
}

.btn-area .btn:focus {
    outline: 2px solid #b5babe !important;
}

.btn-area .btn:first-child {
    margin-left: 0;
}

.btn-area .btn:last-child {
    margin-right: 0;
}

.btn-blue {
    color: #fff;
    background-color: #0B4337 !important;
}

.btn-blue:hover {
    background-color: #4D7265 !important;
}

.btn-black {
    color: #fff;
    background-color: #000 !important;
}

.btn-black:hover {

}

.btn-white {
    border: 1px solid #6c757d;
    background-color: #fff;
}

.btn-white:hover {
    color: #fff;
    background-color: #6c757d !important;
}

.btn-white2 {
    border: 1px solid black;
    background-color: #fff;
}

.btn-white2:hover {
    color: #fff;
    background-color: black;
}

.btn-white-close {
    height: 20px !important;
    margin-top: -1px;
    padding: 0 4px !important;
}

.btn-red {
    color: #fff;
    background-color: #f62d51;
}

.btn-red:hover {
    background-color: #e6294b;
    opacity: 0.7;
}

.btn-orange {
    color: #fff;
    background-color: #ff7404;
}

.btn-orange:hover {
    background-color: #ff9239;
}

.btn-sky {
    color: #fff;
    background-color: #4D7265;
}

.btn-sky:hover {
    background-color: #4486d9;
}

.btn-green {
    color: #fff;
    background-color: #3b8f98;
}

.btn-green:hover {
    background-color: #34adba;
}

.btn-gray {
    color: #777;
    border: 1px solid #ccc;
    background-color: #f0f4f9;
}

.btn-gray:hover {
    background-color: #34adba;
}

.btn-up-down .btn {
    min-width: 20px;
    width: 25px;
}

.btn-top-area {
    margin: -7px 10px -7px 0;
}

.btn-area select,
.btn-area input:not(.datepickerinput) {
    height: 29px;
    margin: 1px 2px;
    border: 1px solid #000;
    color: #000;
    vertical-align: middle;
}

.btn-search {
    min-width: 32px !important;
    height: 24px !important;
    margin: 1px 0 0 0px !important;
    padding: 2px 8px 2px;
    border: 1px solid #ccc;
    border-left: none;
    background-color: #f0f4f9;
    border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -ms-border-radius: 0 3px 3px 0;
    -o-border-radius: 0 3px 3px 0;
}

.btn-search:disabled,
.btn-search:disabled:hover,
.btn-search:disabled:focus {
    border-left: none;
}

.btn-search:focus {
    outline: none;
}

.btn-search i {
    font-weight: bolder;
    color: #777;
    font-size: 14px;
    line-height: 1.1rem;
}

.title-area .btn {
    height: 26px;
    margin-top: 2px;
    padding-top: 0;
}

/* popup */
.win-pop-wrap {
    padding: 10px 18px 25px;
}

.ui-dialog {
    background-color: #fff;
    border: 1px solid #4D7265;
    line-height: 1.5;
    z-index: 101;
}

.ui-dialog-content {
    padding: 30px 18px 25px;
}

.pop-tit01 {
    margin: -10px -18px 25px;
    padding: 13px 18px 13px 26px;
    color: #fff;
    font-size: 14px;
    background-color: #4D7265;
}

.pop-tit01::before {
    margin-left: -8px;
    content: '· ';
}

.pop-tit02 {
    margin: -30px -18px 25px;
    padding: 13px 18px 14px 26px;
    color: #000;
    font-size: 14px;
    background-color: #f4f9fd;
}

.pop-tit02::before {
    margin-left: -8px;
    content: '· ';
}

.ui-dialog-titlebar {
    display: flex;
    justify-content: space-between;
}

.ui-dialog-titlebar-close {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-right: 5px;
    text-indent: -9999px !important;
    outline: none;
    background: url(../../assets/images/btn_pop_close.gif) no-repeat center center;
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
}

/* common */
iframe {
    width: 100%;
    height: 100%;
}

.flex {
    display: flex;
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
}

.flex-grow-select select {
    flex-grow: 1;
}

.flex-wrap {
    flex-wrap: wrap;
}

.inline-block {
    display: inline-block;
}

.space-between {
    justify-content: space-between;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.split-01::before {
    display: inline-block;
    width: 12px;
    text-align: center;
    content: '>';
    vertical-align: middle;
    line-height: 0;
}

.split-02::before {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    vertical-align: middle;
    content: '';
    background: url(../../assets/images/split_02.svg) no-repeat center 3px;
}

.split-03::before {
    display: inline-block;
    width: 16px;
    margin-top: 1px;
    text-align: center;
    content: '~';
    vertical-align: middle;
}

.before-01::before {
    display: inline-block;
    width: 10px;
    margin-top: 0px;
    text-align: center;
    font-size: 13px;
    content: '*';
    vertical-align: middle;
}

.m-0 {
    margin: 0px !important;
}

.mt-0 {
    margin-top: 0px !important;
}

.mt-5 {
    margin-top: 5px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-15 {
    margin-top: 15px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mt-60 {
    margin-top: 60px !important;
}

.ml-0 {
    margin-left: 0px !important;
}

.ml-5 {
    margin-left: 5px !important;
}

.ml-10 {
    margin-left: 10px !important;
}

.ml-20 {
    margin-left: 20px !important;
}

.ml-30 {
    margin-left: 30px !important;
}

.ml-40 {
    margin-left: 40px !important;
}

.mr-5 {
    margin-right: 5px !important;
}

.mr-10 {
    margin-right: 10px !important;
}

.mr-15 {
    margin-right: 15px !important;
}

.mr-20 {
    margin-right: 20px !important;
}

.mr-30 {
    margin-right: 30px !important;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.pa-0 {
    padding: 0 !important;
}

.pa-0-3 {
    padding: 0 3px !important;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.bold {
    font-weight: bold;
}

.normal {
    font-weight: normal;
}

.txt-red {
    color: #de2c2c;
}

.txt-orange {
    color: #ff7404;
}

.txt-gray {
    color: #666666;
}

.checkbox-wrap,
.radio-wrap {
    display: flex;
    flex-wrap: wrap;
}

.checkbox-wrap label {
    display: inline-block;
    margin: 3px 12px 3px 0;
    white-space: nowrap;
    vertical-align: middle;
}

.checkbox-wrap label:last-child {
    margin-right: 0px;
}

.checkbox-wrap label input {
    appearance: none;
    -webkit-appearance: none;
    display: none;
}

.checkbox-wrap label span {
    display: inline-block;
    height: 19px;
    padding-left: 18px;
    text-indent: 5px;
    line-height: 18px;
    font-weight: bold;
    overflow: hidden;
    vertical-align: middle;
    background: url(../../assets/images/checkbox.png) no-repeat 0 0px;
    cursor: pointer;
}

.checkbox-wrap label input:checked + span {
    background: url(../../assets/images/checkbox_on.png) no-repeat 0 0px;
}

.checkbox-wrap label input:disabled + span {
    background: url(../../assets/images/checkbox_disable.png) no-repeat 0 0px;
}

.checkbox-wrap label input:disabled:checked + span {
    background: url(../../assets/images/checkbox_disable_checked.png) no-repeat 0 0px;
}

.radio-wrap label {
    display: inline-block;
    margin: 3px 12px 3px 0;
    white-space: nowrap;
    vertical-align: middle;
}

.radio-wrap label:last-child {
    margin-right: 0px;
}

.radio-wrap input {
    appearance: none;
    -webkit-appearance: none;
    display: none;
}

.radio-wrap label span {
    display: inline-block;
    height: 19px;
    padding-left: 18px;
    line-height: 18px;
    font-weight: bold;
    text-indent: 5px;
    overflow: hidden;
    vertical-align: middle;
    background: url(../../assets/images/radio.png) no-repeat 0 0px;
    cursor: pointer;
}

.radio-wrap label input:checked + span {
    background: url(../../assets/images/radio_on.png) no-repeat 0 0px;
}

.radio-wrap label input:disabled + span {
    background: url(../../assets/images/radio_disable.png) no-repeat 0 0px;
}

.radio-wrap label input:disabled:checked + span {
    background: url(../../assets/images/radio_disable_checked.png) no-repeat 0 0px;
}

.input-file-wrap {
    position: relative;
    height: 26px;
    overflow: hidden;
    flex-grow: 1;
}

.input-file-wrap input[type='file'] {
    position: absolute;
    left: -4px;
    top: -1px;
    min-width: initial;
    font-size: 45px;
    opacity: 0;
    cursor: pointer !important;
}

.input-file-wrap input[type='text'] {
    min-width: initial;
    cursor: pointer;
}

.input-file-wrap .btn-td-list .btn {
    min-width: 44px;
    cursor: default;
}

.input-file-wrap .btn-td-list .btn:disabled:hover {
    border: 1px solid #ccc;
    background-color: #f0f4f9 !important;
    color: #777 !important;
    cursor: default !important;
}

.input-file-wrap .btn-td-list .btn-file:hover {
    background-color: inherit !important;
    color: inherit !important;
    cursor: default !important;
}

.input-file-wrap input[type='file']:disabled {
    cursor: default;
}

[class^='ti-'],
[class*=' ti-'] {
    line-height: 0;
}

[class^='ti-']::before,
[class*=' ti-']::before {
    font-size: 11px;
}

.ti-trash::before {
    margin-left: -2px;
    font-size: 11px;
}

.ti-plus::before {
    margin-left: -2px;
    font-size: 10px;
}

.ti-minus::before {
    margin-left: -1px;
    font-size: 10px;
}

.fa-sistrix:before {
    display: inline-block;
    margin-top: 2px;
}

/* 공통 thumb-video */
.thumb-video {
    display: block;
    position: relative;
    overflow: hidden;
    padding: 0;
    font-size: 0;
}

.thumb-video:before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}

.thumb-video:after {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -15px 0 0 -15px;
    font-family: 'Font Awesome 5 Free';
    color: #777;
    content: '\f144';
    font-size: 30px;
    color: #fff;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* loading */
.modal-background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 1030;
}

.loading-container {
    display: none;
    overflow: hidden;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 40;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 10px;
}

.loading-container .modal-background {
    background-color: rgba(0, 0, 0, 0.5);
}

.loading-container.is-active {
    display: flex;
}

.loading-container .loading {
    -webkit-animation: spinAround 500ms infinite linear;
    animation: spinAround 500ms infinite linear;
    border: 2px solid #eee;
    border-radius: 290486px;
    border-right-color: transparent;
    border-top-color: transparent;
    content: '';
    display: block;
    height: 1em;
    position: relative;
    width: 1em;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    border-width: 3px;
    border-left-color: #ddd;
    border-bottom-color: #ddd;
}

@keyframes spinAround {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

/* dashboard 용 */
.dash-news-wrapper {
    display: flex;
    overflow: hidden;
    /* width: 400px; */
    height: 38px;
    margin-top: 20px;
    border-radius: 8px;
    border: 1px solid #c8c8c8;
}

.dash-news-wrapper dt {
    display: flex;
    padding: 0 10px;
    font-weight: 600;
    background-color: #f4f4f4;
    align-items: center;
    flex: 0 0 70px;
}

.dash-news-wrapper dt .fa {
    font-size: 15px;
}

.dash-news-wrapper dd {
    display: flex;
    align-items: center;
    flex: 1 1;
}

.dash-news-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 20px !important;
    padding-left: 10px;
    background-color: #fff;
}

.dash-news-container ul {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
}

.dash-news-container li {
    height: 20px !important;
    margin: 0;
    padding: 4px !important;
}

.dash-news-container li a {
    display: block;
    overflow: hidden;
    word-wrap: normal;
    word-break: break-all;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 14px;
    line-height: 1;
    margin-right: 30px;
    padding: 0;
}

.dash-title {
    display: flex;
    border-bottom: 2px solid #000;
    margin-bottom: 16px;
}

.dash-title .title-02 {
    margin: 0;
    border: none;
    flex: 1 1 auto;
}

.dash-title .last-update {
    display: block;
    width: 300px;
    color: #767676;
    font-size: 13px;
    text-align: right;
    flex: 0 0 300px;
}

.dash-title .float-right {
    display: block;
    width: 700px;
    margin-top: -6px;
    color: #767676;
    text-align: right;
    flex: 0 0 700px;
}

.dash-title .float-right .flex {
    justify-content: flex-end;
    align-items: center;
}

.dash-title .float-right .flex .split-03 {
    display: inline-block;
    margin-top: -3px;
    vertical-align: middle;
}

.dash-title .float-right .flex .input-group {
    align-items: center;
}

.dash-title .float-right .btn {
    min-width: auto !important;
    height: 24px;
    margin: 2px 0;
    padding: 3px 8px 3px;
    line-height: 0;
}

.dash-title .float-right .btn-submit {
    margin-left: 10px;
}

.dash-title .float-right .btn-submit i {
    margin-right: 5px;
}

.dash-row {
    margin-bottom: 40px;
}

.dash-row .cols {
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 15px;
}

.dash-row .cols.__cols-3 .col {
    width: 33.33%;
}

.dash-row .cols:last-child {
    margin-bottom: 0;
}

.dash-row .col {
    flex: 1 0 auto;
    padding: 0 15px;
}

.dash-row .col.flex-1 {
    flex: 1 0 30%;
    width: 30%;
}

.dash-row .col.flex-0 .dash-news-wrapper dt {
    width: 40px;
    text-align: center;
    justify-content: center;
    flex: 0 0 40px;
}

.dash-row .col.flex-0 {
    /* display: flex; */
    flex: 0 0 300px;
    justify-content: flex-end;
}

.dash-row .col.flex-0 .dash-news-wrapper dd {
    display: flex;
    width: 250px;
    padding-left: 14px;
    align-items: center;
}

.dash-row .col.flex-0 .dash-news-wrapper dd a {
    display: inline-block;
    margin-left: 10px;
}

.dash-row .col .table_col table {
    table-layout: inherit;
}

td.text-left {
    text-align: left !important;
}

a.link {
    color: #0B4337;
    text-decoration: underline;
}

a.link:hover {
    text-decoration: none;
}

/* numlist */
ol.num-list {
    list-style: none;
    counter-reset: num-list-counter;
}

ol.num-list li {
    counter-increment: num-list-counter;
    padding-left: 14px;
    margin-bottom: 0.5em;
}

ol.num-list li::before {
    content: counter(num-list-counter) '. ';
    display: inline-block;
    font-weight: bold;
    width: 14px;
    margin-left: -14px;
}

.modal-contents {
    line-height: 1.7;
}

.modal-contents-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 1em;
}

.modal-contents ol.num-list {
    margin: 1em;
}

.modal-contents p {
    margin-bottom: 1em;
}

.text-link {
    color: #0B4337;
    font-size: 14px;
    font-weight: 600;
    border-bottom: 1px solid #0B4337;
}

.login-besides-inline {
    align-items: center;
}

.login-besides-inline .checkbox-wrap label {
    margin: 0;
    height: auto;
    line-height: 1;
}

/* select2 스타일링 */
.select2-dropdown {
    margin-top: -1px;
}

.select2-container--default .select2-selection--single {
    height: 24px;
    margin: 1px 0px;
    padding: 0 4px;
    border: 1px solid #ced4da;
    border-radius: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
    padding-right: 15px;
    line-height: 23px;
}

/*

.gridScrollContent {
    height: 200px !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
}

.h300 .gridScrollContent {
    height: 300px !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
}


.h150 .gridScrollContent {
    height: 150px !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
}
*/

.bodyTdText {
    min-height: 15px !important;
    line-height: 15px !important;
}

li[data-url] {
    font-size: 14px;
}

a[aria-selected="true"] {
    font-weight: bold;
}

.pop-title-01 {
    font-size: 15px;
    font-weight: bold;
    color: #000;
    display: flex;
    align-items: center;
}

.pop-title-01::before {
    content: 'ㆍ ';
}

.pop-title-area {
    display: flex;
    justify-content: space-between;
    min-height: 32px;
    margin-bottom: 5px;
    padding: 7px 0 7px 0;
}

.img-proposal {
    cursor: pointer;
    width: 100%;
}

.pagination-wrap {
    width: 100%;
    display: flex;
    flex-direction: row;
    margin-top: 10px;
}

.pagination-wrap ul {
    display: flex;
    flex-direction: row;
    gap: 5px;
}

.pagination {
    width: 100%;
    display: flex;
    flex-direction: row;
    height: 30px;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-size: 13px;
}

.flex-gap5 {
    display: flex;
    gap: 0;
    align-items: center;
    font-size: 12px;

}

.td-top td {
    vertical-align: top;
}

.axgrid-wrap table {
    border-left: 0;
    border-top: 0;
}

.axgrid-wrap table td {
    border-right: 0;
    border-bottom: 0;
}

/* Enlarge AXGrid scrollbars for axgrid / axgridDetail instances. */
.AXGrid .AXgridScrollBody .gridScrollTrackXY {
    width: 18px !important;
    height: 18px !important;
}

.AXGrid .AXgridScrollBody .gridScrollTrackY {
    width: 22px !important;
}

.AXGrid .AXgridScrollBody .gridScrollTrackY .gridScrollHandle {
    left: 2px !important;
    width: 18px !important;
    border-radius: 10px !important;
}

.AXGrid .AXgridScrollBody .gridScrollTrackX {
    height: 22px !important;
}

.AXGrid .AXgridScrollBody .gridScrollTrackX .gridScrollHandle {
    top: 2px !important;
    height: 18px !important;
    border-radius: 10px !important;
}

.AXGrid .gridScrollBody::-webkit-scrollbar,
.AXGrid .gridScrollContent::-webkit-scrollbar,
.AXGrid .gridFixedScrollContent::-webkit-scrollbar {
    width: 22px;
    height: 22px;
}

/* Make AXGrid text slightly bolder across headers and body cells. */
.AXGrid .colHeadTdText,
.AXGrid .bodyTdText {
    font-weight: 600 !important;
}

.goods-image {
    width: 110px;
    height: 110px;
    position: absolute;
    display: none;
    left: 313px;
    top: 160px;
    border: 1px solid black;
    z-index: 1000;
}

.goods-image img {
    width: 100%;
}

.multiArea-1 {
    cursor: move;
}
/*.gridBodyTable tr:nth-child(odd) td {
    background: #EEEEEE !important;
}*/

