@charset "utf-8";
/* ========================================================================
 * RESET
 * ======================================================================== */
body, html {font-family:'Noto Sans KR', 'Pretendard', "Open Sans", "Apple Gothic", sans-serif; color: #000 !important; -webkit-font-smoothing: antialiased; direction: ltr; line-height: 1.6em; font-size: 14px; width: 100%; height: 100%; margin: 0; padding: 0 !important; -ms-overflow-style: scrollbar;}

body {-ms-overflow-style: scrollbar;}

a {text-decoration: none; color: #0E4E96; }
a, button {outline: none !important;}

input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
textarea,
select {
    border: 1px solid #DDD;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #222 !important;
    font-size: 14px !important;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px !important;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
textarea:focus,
select:focus {
    box-shadow: none !important;
}

input[type=file] {
    border: none !important;
}

input[type=checkbox]:disabled + label, input[type=radio]:disabled + label {
    color: #999;
    cursor: not-allowed;

}

input[type=radio], input[type=checkbox] {
    vertical-align: middle;
    margin: -2px 0 0 0;
    transform: scale(1.2);
}

input[readonly], input[readonly]:focus {
    background-color: #f0f0f0; /* 회색 배경 */
    color: #333; /* 텍스트 색상 */
    border: 1px solid #ccc; /* 필드 테두리 */
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
    -webkit-text-fill-color: black !important;
}

/* Chrome, Safari, Edge에서 number input 화살표 숨기기 */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox에서 number input 화살표 숨기기 */
input[type="number"] {
    -moz-appearance: textfield;
}


label {
    font-weight: normal;
}

code {
    background: transparent;
}

pre {
    white-space: pre-wrap;
    word-wrap: break-word;
}

svg {
    width: 100%;
}

::-webkit-input-placeholder {
    color: #999;
}

:-moz-placeholder {
    color: #999;
}

::-moz-placeholder {
    color: #999;
}

:-ms-input-placeholder {
    color: #999;
}

:placeholder-shown {
    color: #999;
}


input:focus, select:focus, option:focus, textarea:focus, button:focus {
    outline: none;
    outline-style: none;
    box-shadow: none;
    border-color: transparent;
}

.sound_only, .cke_sc {
    display: none;
}


::-webkit-scrollbar {
    width: 0px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0);
    border-radius: 5px;
}

::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 1);
}

/* common */
.f-s-9 {
    font-size: 9px !important;
}

.f-s-10 {
    font-size: 10px !important;
}

.f-s-11 {
    font-size: 11px !important;
}

.f-s-12 {
    font-size: 12px !important;
}

.f-s-13 {
    font-size: 13px !important;
}

.f-s-14 {
    font-size: 14px !important;
}

.f-s-16 {
    font-size: 16px !important;
}

.f-s-17 {
    font-size: 17px !important;
}

.f-s-18 {
    font-size: 18px !important;
}

.f-s-20 {
    font-size: 20px !important;
}

.f-s-24 {
    font-size: 24px !important;
}

.f-s-25 {
    font-size: 25px !important;
}

.f-s-40 {
    font-size: 40px !important;
}

.f-s-6em {
    font-size: 3em !important;
    line-height: 1em !important;
}

.ft-normal {
    font-weight: normal !important;
}

.text-red {
    color: #ff0033 !important;
}

.text-blue {
    color: #0033ff !important;
}

.text-point {
    color: #be202e !important;
}

.text-gray {
    color: #999 !important;
}

.text-dark {
    color: #333 !important;
}

.text-white {
    color: #fff !important;
}

.text-blue {
    color: #0E4E96 !important;
}

.text-blue2 {
    color: #0053b0 !important;
}

.text-link {
    color: #0E4E96 !important;
}

.fs-10 .table td {
    font-size: 10px !important;
}

.mgt2 {
    margin-top: 2px !important;
}

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

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

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

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

.mgt50 {
    margin-top: 50px !important;
}

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

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

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

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

.mgb1 {
    margin-bottom: 1px !important;
}

.mgb3 {
    margin-bottom: 2px !important;
}

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

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

.mgb15 {
    margin-bottom: 15px !important;
}

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

.mgb25 {
    margin-bottom: 25px !important;
}

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

.mgb35 {
    margin-bottom: 35px !important;
}

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

.mgb45 {
    margin-bottom: 45px !important;
}

.mgb50 {
    margin-bottom: 50px !important;
}

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

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

.mgl15 {
    margin-left: 15px !important;
}

.mgl17 {
    margin-left: 17px !important;
}

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

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

.mgl50 {
    margin-left: 50px !important;
}


.pdl10 {
    padding-left: 10px !important;
}

.pdt5 {
    padding-top: 5px !important;
}

.w500 {
    width: 500px !important;
}

.w300 {
    width: 300px !important;
}

.m-w300 {
    min-width: 300px !important;
}
.w350 {
    width: 350px !important;
}
.m-w350 {
    min-width: 350px !important;
}
.w385 {
    width: 385px !important;
}

.m-w385 {
    min-width: 385px !important;
}

.w250 {
    width: 250px !important;
}

.w220 {
    width: 220px !important;
}

.w200 {
    width: 200px !important;
}

.w150 {
    width: 150px !important;
}

.w110 {
    width: 110px !important;
}

.w120 {
    width: 120px !important;
}

.w100 {
    width: 100px !important;
}

.w50 {
    width: 50px !important;
}

.w60 {
    width: 60px !important;
}

.w70 {
    width: 70px !important;
}

.w80 {
    width: 80px !important;
}
.w40 {
    width: 40px !important;
}
.w30 {
    width: 30px !important;
}
.w100p {width: 100% !important;}
.w50p {width: 50% !important;}

.h33p {
    height: 33px !important;
}

/* 검색결과 색상 */
.sch_word {
    color: #ff3061
}

.bg-gray1 {
    background-color: #f5f5f5 !important;
}

.bg-gray2 {
    background-color: #ededed !important;
}
.bg-obj-fee2 {
    background-color: #ffe32d !important;
}

.border-bottom {
    border-bottom: 1px #ddd solid !important;
}

.pointer {
    cursor: pointer;
}

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

.btn {
    border-radius: 3 !important;
}


.btn.btn-xs {
    font-size: 12px;
    line-height: 14px;
    padding: 4px 6px;
    vertical-align: middle;
}

.btn.btn-sm {
    font-size: 13px;
}

.btn.btn-xsm {
    font-size: 10px;
    line-height: 14px;
    padding: 4px 4px;
    vertical-align: middle;
}


.btn-default {
    background-color: #EEEEEE !important;
    border-color: #eee !important;
    color: #000 !important;
}

.btn-primary {
    background-color: #00B1E1;
    border-color: #00B1E1;
    color: #fff !important;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .btn-default[disabled], .btn-default.disabled {
    background-color: #e1e1e1;
    border-color: transparent;
    color: white;
}

.btn-success {
    color: white !important;
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success[disabled], .btn-success.disabled {
    color: white;
}

.btn-info {
    color: #fff !important;
}

.btn-darkGrey, .btn-darkGrey:hover, .btn-darkGrey:focus {
    background-color: #666;
    border: 0px;
    color: #fff;
}
/* 크기별 라운드 변형 */
.btn-round-sm {
    border-radius: 6px !important;
}


.search-wrap .btn-group {
    border-radius: 0;
    background-color: #fff !important;
    border: 1px solid #ced4da;
}

.search-wrap .btn-group :hover {
    background-color: #fff;
    border: 1px solid #ced4da;
}

.search-wrap .dropdown-menu {
    min-width: 270px !important;
    left: 50% !important; /* 부모 기준으로 왼쪽 50% */
    transform: translateX(-50%) !important; /* 가로축 기준으로 -50% 이동하여 가운데 정렬 */
    top: 30px !important;
}

.search-wrap .dropdown-menu .dropdown-item {
    padding: 5px 10px !important;

}

/* 드롭다운 항목 마우스 오버 시 효과 제거 */

.search-wrap .dropdown-menu .dropdown-item:hover {
    background-color: transparent !important;
    color: inherit !important;
    text-decoration: none !important;
    cursor: default;
    border: 0 !important;
}

.search-wrap .dropdown-menu li:hover {
    background-color: transparent !important;
    color: inherit !important;
    text-decoration: none !important;
    cursor: default;
    border: 0 !important;
}

.search-wrap .dropdown-item label :hover {
    background-color: transparent !important;
    color: inherit !important;
    text-decoration: none !important;
    cursor: default;
    border: 0 !important;
}

.dropdown-menu li {
    position: relative; /* 자식 가상 요소의 위치를 기준으로 설정 */
    padding-left: 0px; /* 바가 나타날 공간 확보 */
}

/* li > a 마우스 오버 시 부모 li에 스타일 추가 */

.dropdown-menu li a:hover::before {
    content: ''; /* 가상 요소를 생성 */
    position: absolute; /* li 내에서 절대 위치 */
    left: 0; /* li의 가장 왼쪽에 위치 */
    top: 0; /* li의 상단에서 시작 */
    width: 5px; /* 바의 두께 */
    height: 100%; /* li의 높이에 맞게 설정 */
    background-color: #199e39; /* 바 색상 (파란색) */
    border-radius: 2px; /* 바의 둥근 모서리 (선택 사항) */
}


.table {
    border-top: 1px solid #ddd;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    height: 35px;
    padding: 2px 3px;
    border-color: #ddd !important;
    vertical-align: middle;
    color: #000 !important;
    font-size: 12px !important;
    word-wrap: break-word important;
    word-break: break-word important;
    white-space: normal important;

}

.table > tfoot > tr > th, .table > tfoot > tr > td {
    border-top-width: 2px;
    color: #000 !important;
}

.table thead tr th {
    border-width: 1px !important;
}

.table th {
    background: #f2f2f2 !important;
    font-weight: 400 !important;
    text-align: center !important;
}

.table .form-control,
.table input[type=file] {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}

.table td.bg {
    background: #fafafa;
    text-align: center;
}

.table td label {
    margin-bottom: 0;
    vertical-align: middle;
}

.table .none {
    height: 100px;
    text-align: center;
    color: #999;
}


.table.table-hover > tbody > tr:hover > td {
    background: #ffff99 !important;
    box-shadow: none !important;
}

.table.table-hover > tbody > tr.noHover:hover > td, .noHover:hover, .table.table-hover > tbody > tr.noHover:hover > td div {
    background: #fff !important;
}

.table.table-hover > tbody > tr.noHover-grey:hover > td, .noHover-grey:hover, .table.table-hover > tbody > tr.noHover-grey:hover > td div {
    background: #eee !important;
}

.table.table-hover {
    border-bottom: solid 1px #ddd !important;
}

.table td {
    word-break: keep-all !important;
    word-wrap: break-word !important;
}

.pagination,
.pagination > li:first-child > a, .pagination > li:first-child > span,
.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-radius: 0 !important
}

.btn-ssm {
    padding: 5px 10px;
    font-size: 11px;
}

/*.form-control.input-sm {padding:2px 5px !important; height:24px !important; font-size:12px !important; line-height:14px;}
.form-control.input-ssm {padding:5px 5px; height:27px; font-size:11px !important; line-height:15px;}
.form-control.input-xs {padding:2px 5px !important; height:24px !important; font-size:12px !important; line-height:14px;} */

/*.form-select-sm {height:35px !important;}*/

.form-select-sm {
    /*padding: 0px 3px  !important;*/
    /*height:28.1px !important;*/
    /*line-height: 9px;*/
    font-size: 13px !important;
    vertical-align: middle;
}

.validate-red {
    border-radius: 2px;
    border: #FF0000 2px solid;
}

/* login */

.login-wrap {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100vh;
    justify-content: center;
}

.login-wrap:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 49%;
    background: #f1f1f1;
    z-index: -1
}

.login-wrap h1 {
    text-align: center;
    line-height: 1.4em;
    color: #242424;
    font-weight: 400;
    margin-bottom: 30px;
    display: block;
}

.login-wrap h1 strong {
    font-weight: 500;
}

.login-wrap .login-box {
    border: 1px solid #ddd;
    padding: 50px 100px;
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
    background: #fff;
}

.login-wrap .login-box .txt {
    text-align: center;
    margin-bottom: 20px;
}

.login-wrap .input-box {
    position: relative;
    padding-right: 100px;
}

.login-wrap .input-box ul li {
    margin-bottom: 4px;
    display: flex;
}

.login-wrap .input-box ul li .tit {
    width: 120px;
    border: 1px solid #ddd;
    padding-left: 20px;
    height: 40px;
    display: flex;
    align-items: center;
    border-right: 0;
}

.login-wrap .input-box ul li .input {
    position: relative;
    flex: 1 1 auto;
    min-width: 0;
    width: 1%;
    padding-left: 40px;
}

.login-wrap .input-box ul li .input::placeholder {
    color: #946563;
    font-style: italic;
}

.login-wrap .input-box ul li .input.id {
    background: url('../images/login_id.png') 10px 50% no-repeat;
}

.login-wrap .input-box ul li .input.pw {
    background: url('../images/login_pass.png') 10px 50% no-repeat;
}

.login-wrap .input-box ul li:last-child {
    margin-bottom: 0;
}

.login-wrap .input-box .submit {
    width: 96px;
    height: 100%;
    font-size: 14px;
    line-height: 1.4em;
    color: #fff;
    font-weight: 700;
    background: #3a4799 url('../images/login_key.png') 50% 26px no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    padding-top: 24px;
    border: 0;
}

.login-wrap .txt2 {
    text-align: center;
    margin-top: 5px;
}

/* login */
/*#loginWrap {background:#222;}
.login-box {position:absolute; top:50%; left:50%; width:600px; margin:-180px 0 0 -300px; background:#fff; border-radius:8px; box-shadow:5px 5px 5px rgba(0,0,0,.4);}
.login-box .head {padding:15px 40px; border-bottom:1px solid #eee;}
.login-box .head h1 {margin:0; font-family:'Roboto Condensed', sans-serif; font-size:25px;}
.login-box .body {padding:30px 40px;}
.login-box .foot {padding:15px 40px; border-top:1px solid #eee; text-align:center; color:#777;}
.login-box .foot .bar {color:#ddd; margin:0 25px;}
.login-box .btn {width:100px;}
.login-box .form-control {border-right:0;}
.login-box .input-group-addon {background:none; border-left:0; color:#ccc;}
*/

/* aside popup */

.popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .75);
    z-index: 999;
}

.popup-inner {
    display: none;
    position: fixed;
    top: 0;
    right: -1000px;
    width: 850px;
    height: 100%;
    background: #e7e9ed;
    z-index: 1000;
}

.popup-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 25px;
    overflow: auto;
}

.popup-close {
    position: absolute;
    top: 0;
    left: -50px;
    width: 50px;
    height: 50px;
    background: #3bafda url("/html/admin/images/close.svg") 50% 50% no-repeat;
    background-size: 50%;
    font-size: 0;
    line-height: 0;
    text-indent: -999em;
    border: 0;
    z-index: 10;
}

.pop-layer {
    display: none;
    min-width: 400px;
    padding: 25px;
}

.pop-layer .pop-title {
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    color: #333;
    font-size: 20px;
    font-weight: 500;
    line-height: 1em;
}

.pop-layer .pop-content {
    padding: 25px 0 0 0;
    font-size: 14px;
    line-height: 1.6em;
}

.pop-layer .pop-close {
    position: absolute;
    right: 20px;
    top: 18px;
    width: 32px;
    height: 32px;
    opacity: 0.3;
    overflow: hidden;
    text-indent: -999em;
}

.pop-layer .pop-close:hover {
    opacity: 1;
}

.pop-layer .pop-close:before, .pop-layer .pop-close:after {
    position: absolute;
    top: 2px;
    left: 15px;
    content: ' ';
    height: 27px;
    width: 2px;
    background-color: #333;
}

.pop-layer .pop-close:before {
    transform: rotate(45deg);
}

.pop-layer .pop-close:after {
    transform: rotate(-45deg);
}

.icon-custom {
    position: relative;
    width: 20px;
    height: 20px;
    font-size: 11px;
    line-height: 20px;
    text-align: center;
    font-weight: 800;
    border-radius: 100%;
    display: inline-block
}

.icon-custom.pickup {
    top: 0px;
    left: 0px;
    background: #ff9900;
    color: #fff;
}

.icon-custom.sending {
    top: 0px;
    left: 0px;
    background: #6699ff;
    color: #fff;
}


/* layout */

html.admin-html {
    height: 100%;
}

body.admin-body {
    height: 100%;
    background: #E9EAED
}

#wrapper {
    position: relative;
    height: 100%;
    padding-top: 53px;
    min-width: 1200px !important;
}

#header {
    display: flex;
    align-items: center;
	justify-content: space-between;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
    width: 100%;
    height: 53px;
    background: #fff;
    border-bottom: 1px solid #aaa;
}

.sitelogo {
    width: 185px;
    margin-left: 15px;
}

.gnb {
    flex: 1 1 auto;
    min-width: 800px !important;
    width: 1%;
    z-index :99999;
}

.gnb > ul {
    display: flex;
    gap: 12px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.gnb > ul > li {
    position: relative;
    text-align: center;
}

.gnb > ul > li > a {
    display: block;
    padding: 0 14px;
    color: #222;
    font-size: 16px;
    font-weight: 600;
    line-height: 52px;
    letter-spacing: -.04em;
    text-decoration: none;
    transition: .2s;
}

.gnb > ul > li.active > a {
    color: #FF5252 !important; /* org.  background:#73aa09;*/
}

.gnb > ul > li.active ul {
    display: block;
}

.gnb > ul > li > ul {
    display: none;
    position: absolute;
    left: 0;
    width: 150px;
    background: #fff;
    border: 1px solid #aaa;
    border-top: 0;
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 999999;
}

.gnb > ul > li > ul > li a {
    display: block;
    padding: 4px 13px;
    text-align: left;
    font-size: 14px;
    letter-spacing: -.04em;
    color: #000;
    text-decoration: none;
    transition: .2s;
}

.gnb > ul > li > ul > li a:hover {
    background: #222;
    color: #fff !important;
}

.gnb ul li .new {
    position: absolute;
    top: -15px;
    left: 10px;
    width: 10px;
    animation: srollUpDown .8s linear infinite alternate;
}

.top-links .nav-link {
    display: flex;
    align-items: center;
    height: 52px;
    padding: 0 10px !important;
    color: #222;
}

.top-links .meta {
    display: inline-flex;
    align-items: center;
}

.top-links .meta .avatar {
    min-width: 35px;
    margin-right: 5px;
}

.top-links .meta .avatar img {
    width: 35px;
    height: 35px;
    border-radius: 100%;
}

.top-links .dropdown-menu {
    list-style: none;
    padding: 0;
    margin: -4px 0 0 0;
    overflow: hidden;
}

.top-links .dropdown-header {
    padding: 6px 12px;
    background: #f7f7f7;
    border-bottom: 1px solid #ddd;
    color: #666;
    font-size: 14px;
    font-weight: 600;
}

.top-links .dropdown-item {
    color: #999;
}

.top-links .dropdown-item i {
    margin-right: 6px;
}

.top-links .dropdown-divider {
    margin: 0;
}


.navbar-message > a {
    position: relative;
}

.navbar-message .media-list {
    height: 281px;
    width: 100%;
}

.navbar-message .media-list .media .media-body .media-heading {
    font-weight: 400;
}

.sidebar-left.sidebar-close {
    left: -200px;
}

.sidebar-left {
    position: fixed;
    top: 52px;
    left: 0;
    bottom: 0;
    width: 200px;
    background-color: #4E4E4E;
    z-index: 50;
}

.sidebar-left .side-menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
}

.sidebar-left .close {
    position: absolute;
    top: 100px;
    right: -17px;
    margin-top: -23px;
    width: 17px;
    background: #2a2a2a;
    color: #fff;
    text-align: center;
    padding: 12px 2px 15px 0;
    font-size: 18px;
    font-weight: 400;
    opacity: 1;
    border-radius: 0 6px 6px 0;
}

.sidebar-left .close.mo-close {
    display: none;
}


@media (max-device-width: 600px) {
    .gnb-wrap .gnb > ul > li {
        width: auto;
    }

    .gnb-wrap .gnb > ul > li a {
        padding: 0 25px;
    }

    .sidebar-left.mo-sidebar-close {
        left: -200px;
    }

    .sidebar-left .close.mo-close {
        display: block;
    }

    .mo-page-content {
        margin: 0 !important
    }
}

.scroll-top {
    position: fixed;
    display: none;
    bottom: 20px;
    right: 20px;
    width: 38px;
    height: 38px;
    background: #000;
    opacity: .6;
    border-radius: 50%;
    color: #fff !important;
	line-height:38px;
    text-decoration: none !important;
    text-align: center;
    z-index: 1000;
}

.scroll-top i {
    font-size: 20px;
    line-height: 34px;
}

.header-content {
    padding: 12px 20px;
    border-bottom: 1px solid #ddd;
    background: #fbfbfb;
    position: relative;
    margin: 0px;
}

.header-content h2 {
    font-size: 20px;
    color: #1d2939;
    letter-spacing: -0.5px;
    margin: 0;
}

.header-content h2 i {
    font-size: 21px;
    margin-right: 7px;
    border-right: 1px dotted #ddd;
    padding-right: 10px;
}

.header-content span {
    font-size: 13px;
    text-transform: none;
    color: #999;
    font-style: italic;
    vertical-align: middle;
    letter-spacing: 0;
    margin-left: 5px;
}

.search-bar {
    background: #f4f4f4;
    border-bottom: 1px solid #ddd;
}

.search-bar .keyword {
    float: left;
    position: relative;
    padding: 8px 12px 8px 20px;
    border-right: 1px solid #eee;
}

.search-bar .keyword i {
    color: #00a0e2;
    position: absolute;
    right: 22px;
    top: 14px;
    font-size: 18px;
}

.search-bar .keyword .form-control {
    padding-right: 30px;
}

.search-bar .dropdown {
    float: left;
    border-right: 1px solid #eee;
}

.search-bar .dropdown.open .dropdown-toggle {
    color: #00a0e2
}

.search-bar .dropdown.open .dropdown-menu {
    display: block;
}

.search-bar .dropdown-toggle {
    display: block;
    line-height: 30px;
    padding: 8px 15px;
    text-decoration: none;
}

.search-bar .dropdown-toggle i {
    margin-left: 10px;
}

.search-bar .dropdown-toggle:hover {
    color: #00a0e2
}

.search-bar .dropdown-menu {
    border: 0;
    margin: 0;
    z-index: 50;
}

.search-bar .dropdown-menu .table tbody tr td {
    background-color: #fff;
}

.search-bar .submit {
    padding: 8px 20px;
}

.body-content {
    padding: 20px;
    position: relative;
    min-width: 1000px;
}

.card {
    position: relative;
    border-radius: 3px;
    background-color: #fff;
    color: #4F5256;
    border: 1px solid rgba(0, 0, 0, .12);
    margin-bottom: 24px;
}

.card .card-body {
    position: relative;
    padding: 16px;
}

/* 좌측메뉴 */

.side-menu .group {
    padding: 18px;
    border-bottom: 1px solid rgba(255, 255, 255, .05)
}

.side-menu .group p {
    color: #fff;
    font-size: 18px;
}

.side-menu .group a {
    color: inherit;
    color: #fff;
}

.side-menu .group ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.side-menu .group ul li a {
    display: block;
    padding: 4px 0;
    color: #fff !important;
    text-decoration: none;
}

.side-menu .group ul li a:before {
    width: 10px;
    height: 10px;
    font-family: "bootstrap-icons";
    content: "\F231 ";
    font-size: 11px
}

/* dashboard */

.home-profile .profile-head {
    padding: 15px 0;
    text-align: center;
}

.home-profile .profile-head .img-circle {
    width: 80px;
    height: 80px;
    border: 2px solid #ddd;
    overflow: hidden;
}

.circle-image {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;

}


.home-profile .profile-head .name {
    position: relative;
    color: #fff;
    padding: 10px 0;
}

.home-profile .profile-head .name a {
    position: absolute;
    top: 10px;
    right: 15px;
}

.home-profile .profile-head .count {
    padding-top: 10px;
}

.home-profile .profile-head .count a {
    position: relative;
    display: inline-block;
    margin: 0 15px;
}

.home-profile .profile-head .count i {
    position: relative;
    font-size: 20px;
    color: #777;
}

.home-profile .profile-head .count .label {
    position: absolute;
    top: -10px;
    right: -12px;
    width: 18px;
    height: 18px;
    padding: 0;
    line-height: 18px;
    border-radius: 50%;
}

.home-profile .profile-body {
    margin: 0 10px;
    padding: 15px 0;
    color: #fff;
    line-height: 18px;
    border-top: 1px solid #222;
}

.page-content.dashboard {
    margin: 0 0 0 200px;
}

.main-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0px;
}

.main-table th,
.main-table td {
    text-align: center;
    padding: 10px;
    border: 1px solid #ddd;
    font-size: 14px;
}

.main-table tr th:first-child,
.main-table tr td:first-child {
    border-left: 0;
}

.main-table tr th:last-child,
.main-table tr td:last-child {
    border-right: 0;
}

.main-table thead th {
    background: #f4f4f4;
}

.main-table .link {
    text-decoration: underline;
    font-size: 18px;
}

.chart-table {
    width: 90%;
    border-collapse: collapse;
    border-spacing: 0px;
    margin: 10px 5%;
}

.chart-table th {
    padding: 12px 0;
    font-weight: 400;
    border-top: 1px solid #ddd;
    font-size: 14px;
}

.chart-table td {
    padding: 12px 0;
    border-top: 1px solid #ddd;
    text-align: right;
    font-size: 14px;
}

.chart-table tr:first-child th, .chart-table tr:first-child td {
    border-top: 0;
}

.bg-database {
    background-color: #3fba9b;
    border: 1px solid #3fba9b;
    color: #fff;
}

.bg-database .fg-database {
    color: #3fba9b
}

.bg-database2 {
    background-color: #19b1de;
    border: 1px solid #19b1de;
    color: #fff;
}

.bg-database2 .fg-database {
    color: #19b1de
}

.bg-history {
    background-color: #f5b851;
    border: 1px solid #f5b851;
    color: #fff;
}

.bg-history .fg-history {
    color: #f5b851
}

.bg-area {
    background-color: #e75645;
    border: 1px solid #e75645;
    color: #fff;
}

.bg-area .fg-arrows-alt {
    color: #e75645
}

.mini-stat-info {
    font-size: 14px !important
}

.mini-stat-info .counter {
    font-size: 150% !important
}

.mini-stat-icon {
    background-color: #fff !important;
}

.main-history .scroll {
    position: relative;
    max-height: 638px;
    overflow: auto;
}

.main-history ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
}

.main-history ul:after {
    content: "";
    position: absolute;
    top: 12px;
    left: 48px;
    bottom: 0;
    width: 2px;
    background: #e6e6e6;
}

.main-history ul li {
    position: relative;
    margin-bottom: 10px;
    background: url("/images/timeline.png") 40px 3px no-repeat;
    z-index: 2;
}

.main-history ul li:after {
    content: " ";
    display: block;
    clear: both;
}

.main-history ul li:nth-child(even) .cnt {
    background: #ededed;
}

.main-history ul li:nth-child(even) .cnt:after {
    border-right-color: #ededed;
}

.main-history .date {
    float: left;
    margin-top: 4px;
    color: #333;
    font-size: 13px;
    line-height: 1.2em;
}

.main-history .cnt {
    position: relative;
    margin-left: 71px;
    min-height: 98px;
    padding: 17px 20px 17px 95px;
    border-radius: 4px;
    background: #e8f2f5;
    color: #333;
    font-size: 13px;
    line-height: 20px;
    font-weight: 200;
    letter-spacing: -.03em;
    word-break: break-all;
}

.main-history .cnt:after {
    content: "";
    position: absolute;
    top: 6px;
    left: -6px;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 7px solid #e8f2f5;
}

.main-history .cnt p {
    margin-bottom: 0;
}

.main-history .cnt .cate {
    font-size: 14px;
    color: #333;
    font-weight: 700;
    margin-bottom: 4px;
}

.main-history .cnt .cate a {
    color: #333;
    font-weight: 700;
}

.main-history .cnt .img {
    position: absolute;
    top: 17px;
    left: 17px;
}

.main-history .cnt .img img {
    float: left;
    border-radius: 6px;
}

.main-history .nicescroll-rails div {
    background-color: #000 !important;
}

.label.label-bd_news {
    padding: 0 3px;
    margin-top: -3px;
    border-radius: 3px;
    background: #999;
    color: #fff;
    font-size: 11px;
    font-weight: normal;
    line-height: 16px;
}


.main-status {
    font-size: 14px;
}

.main-status .group {
    padding: 13px 0;
}

.main-status .progress {
    margin-bottom: 0;
    border-radius: 0;
    height: 10px;
    background: #d9d9d9;
}

.main-status .progress-bar {
    box-shadow: none;
    line-height: 10px;
    height: 10px;
}

.main-status .cnt {
    width: calc(100% - 60px);
}

.main-status .per {
    width: 60px;
    margin-top: 18px;
    color: #000;
    font-size: 20px;
    line-height: 1em;
    text-align: right;
}

.min-card {
}

.min-card .panel-heading {
    border-bottom: 0 !important;
    padding: 5px 15px !important;
}

.min-card .panel-heading .panel-title {
    padding-left: 0 !important;
    font-weight: 700;
    font-size: 15px !important;
    color: #000;
}

.min-card .panel-heading .pull-right {
    margin-top: 3px;
}

.min-card .panel-body {
    padding: 0 17px 15px 17px !important;
    background: #fff !important;
}

.min-card table {
    width: 100%;
    height: 125px;
    border-collapse: collapse;
    border-spacing: 0px;
}

.min-card table tr td {
    padding: 2px 0;
}

.min-card table tr td:first-child {
    width: 100px;
}

.min-card .progress {
    margin-bottom: 0;
    border-radius: 0;
    height: 5px;
    background: #fff;
}

.min-card .progress-bar {
    box-shadow: none;
    line-height: 5px;
    height: 5px;
}

.panel .panel-heading {
    padding: 5px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    border-bottom: 1px solid #DDD;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

/* popup */

.pop-wrap {
    position: relative;
    padding: 0 50px;
}

.pop-wrap .btn-page {
    position: fixed;
    top: 50%;
    margin-top: -45px;
    color: #bbb;
    font-size: 6.5em;
    line-height: 1em;
}

.pop-wrap .btn-page.prev {
    left: 10px;
}

.pop-wrap .btn-page.next {
    right: 10px;
}

.pop-menu {
    padding: 0 15px;
}

.pop-head {
    padding: 15px;
    border-bottom: 1px solid #ddd;
}

.pop-head h1 {
    color: #333;
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    line-height: 1.2em;
    letter-spacing: -.03em;
}

.pop-body {
    padding: 20px 15px;
}

.pop-body h2 {
    color: #333;
    font-size: 15px;
    font-weight: 700;
    margin: 0;
    line-height: 1.2em;
    letter-spacing: -.03em;
}

.pop-body .table tbody tr td {
    background-color: #fff;
}

.pop-foot {
    border-top: 1px solid #ddd;
    text-align: center;
    padding: 10px;
}

.pop-close {
    position: absolute;
    top: 15px;
    right: 15px;
}

.print-head {
    padding: 8px 15px;
    background: #0d4583;
}

.print-head h1 {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin: 0;
    line-height: 1.2em;
    letter-spacing: -.03em;
}

.print-body {
    padding: 20px 15px;
}

.print-body h2 {
    color: #078ab0;
    font-size: 15px;
    font-weight: 700;
    margin: 0;
    line-height: 1.2em;
    letter-spacing: -.03em;
}

.print-body .table tbody tr td {
    background-color: #fff;
}

.print-foot {
    padding: 8px;
    background: #eee;
    color: #999;
    text-align: center;
    font-size: 12px;
}

.print2-head {
    padding: 8px 15px;
    background: #1D6274;
}

.print2-head h1 {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin: 0;
    line-height: 1.2em;
    letter-spacing: -.03em;
}

.print2-body {
    padding: 20px 0 30px;
}

.print2-body h2 {
    margin: 0 0 7px;
    color: #0293a0;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2em;
    letter-spacing: -.03em;
}

.print2-body .table tbody tr th {
    padding: 4px;
    width: 85px;
    height: 28px;
    background-color: #d1d1d1;
    border: 0;
    border-bottom: 1px solid #fff !important;
    font-size: 8pt;
    line-height: 1.4em;
    color: #333;
}

.print2-body .table tbody tr td {
    padding: 4px;
    height: 28px;
    background-color: #f7f7f7;
    border: 0;
    border-bottom: 2px solid #fff !important;
    border-left: 2px solid #fff !important;
    font-size: 8pt;
    line-height: 1.4em;
    color: #333;
}

.print2-body .txt {
    font-size: 9pt;
    line-height: 1.4em;
    color: #333;
}

.print2-foot {
    padding: 5px;
    background: #808080;
    color: #fff;
    text-align: center;
    font-size: 12px;
}

.fancybox-close {
    top: -40px !important;
    right: 0px !important;
    width: 40px !important;
    height: 40px !important;
    background: #81b71a url("/admin/images/fancy_close.png") 50% 50% no-repeat !important;
}

.pop-modal {
    position: absolute;
    top: 100px;
    height: auto;
    min-height: 100px;
    left: 50%;
    z-index: 9999;
    display: none;
}

.pop-modal .modal-box {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    background: #fff;
    _max-width: 400px;
    width: 100%;
    margin: 0 auto;
    border: 5px solid #394447;
    border-top: 0px solid #394447;
    padding-bottom: 15px;
    z-index: 12;
}

.pop-modal .modal-box .body-content {
    min-width: auto;
}

.pop-modal .modal-box .title {
    background: #394447;
    padding: 10px 15px;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    font-weight: 500;
    border: 0px solid #394447;
}

.pop-modal .box {
    display: flex;
    align-items: center;
    padding: 20px;
    cursor: default !important;
}

.pop-modal .icon {
    width: 40px;
    text-align: center;
}

.pop-modal .icon i {
    font-size: 40px;
    line-height: 20px;
    color: #ff6600;
}

.pop-modal .info {
    padding-left: 10px;
    font-size: 16px;
    line-height: 1.4em;
    color: #2c2c2c
}

.pop-modal .bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .50);
    z-index: 10
}

/* content */

.search-wrap {
    position: relative;
}

.search-wrap .btn-search-view {
    position: absolute;
    top: 0;
    right: 0;
}

.search-wrap .search-cnt {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
}

.board-search {
    padding: 10px;
    margin: 0 0 20px;
    background: #f2f2f2;
    border: 1px solid #ddd;
}

.board-search .form-control {
    display: inline-block;
    width: auto;
}

.building-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.building-list li {
    position: relative;
    padding: 10px;
    margin-bottom: -1px;
    border: 1px solid #ddd;
    background: #fff;
    overflow: hidden;
}

.building-list li:hover {
    background: #fcf2ad;
    border: 1px solid #e5d24d;
    z-index: 2;
}

.building-list .head {
    margin-bottom: 10px;
}

.building-list .head h3 {
    color: #383e45;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2em;
    margin: 0;
}

.building-list .head h3 span {
    color: #636E7B;
    font-size: 13px;
    font-weight: 400;
}

.building-list .body {
    line-height: 18px;
}

.building-list .body a {
    display: block;
    text-decoration: none;
}

.building-list .type1 {
    *zoom: 1;
    padding-left: 120px;
}

.building-list .type1:after {
    content: " ";
    display: block;
    clear: both;
}

.building-list .type1 .pic {
    float: left;
    text-align: center;
    margin-top: 3px;
    margin-left: -120px;
    width: 120px;
}

.building-list .type1 .pic img {
    max-width: 100px;
}

.building-list .type1 td {
    color: #222 !important
}


.building-list .type2 {
    *zoom: 1;
    padding-left: 125px;
}

.building-list .type2:after {
    content: " ";
    display: block;
    clear: both;
}

.building-list .type2 .pic {
    float: left;
    text-align: center;
    margin-left: -125px;
    width: 115px;
}

.building-list .type2 .pic img {
    max-width: 115px;
}

.building-list .type2 .info {
    padding: 5px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.building-list .type2 table {
    width: 100%;
    height: 60px;
    border-collapse: collapse;
    border-spacing: 0px;
}

.building-list .type2 table td {
    width: 20%;
    text-align: center;
    vertical-align: middle;
}

.building-list .type3 {
    *zoom: 1;
    position: relative;
    padding-left: 155px;
}

.building-list .type3:after {
    content: " ";
    display: block;
    clear: both;
}

.building-list .type3 .pic {
    float: left;
    margin-top: 3px;
    margin-left: -125px;
    width: 115px;
}

.building-list .type3 .pic img {
    max-width: 115px;
}

.building-list .type3 input[type=checkbox] {
    position: absolute;
    top: 5px;
    left: 0;
}

.building-list .type4 {
    position: relative;
    padding-left: 20px;
}

.building-list .type4 input[type=checkbox] {
    position: absolute;
    top: 5px;
    left: 0;
}

.building-list .type5 p {
    margin-bottom: 0;
}

.detail-title {
    margin: 0 0 10px 0;
}

.detail-title h1 {
    color: #444;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2em;
    margin: 0;
}

.detail-title h1 span {
    color: #666;
    font-size: 18px;
    font-weight: 400;
}

.detail-title h2 {
    color: #444;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2em;
    margin: 0;
}

.detail-title h2 span {
    color: #666;
    font-size: 18px;
    font-weight: 400;
}

.detail-title h4 {
    color: #333;
    font-size: 15px;
    font-weight: 700;
    margin: 0;
    line-height: 1.2em;
    letter-spacing: -.03em;
}

.sub-title {
    color: #333;
    font-size: 15px;
    font-weight: 700;
    margin: 0;
    line-height: 1.2em;
    letter-spacing: -.03em;
}

.detail-tabs {
    *zoom: 1;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.detail-tabs:after {
    content: " ";
    display: block;
    clear: both;
}

.detail-tabs li {
    float: left;
    position: relative;
    margin-right: -1px;
}

.detail-tabs li a {
    display: block;
    width: 140px;
    padding: 6px 0;
    text-align: center;
    text-decoration: none;
    color: #333;
    font-size: 13px;
    border: 1px solid #ddd;
}

.detail-tabs li a:hover {
    background: #f4f4f4;
}

.detail-tabs li.active {
    z-index: 1;
}

.detail-tabs li.active a {
    color: #fff !important;
    background: #666; /*#81b71a;*/
    border-color: #666; /*#81b71a;*/
    font-weight: 500;
}

.detail-tabs li.selected a {
    color: #fff;
    background: #993300;
    border-color: #993300;
    font-weight: 500;
}

.detail-tabs li:not(.active).is-doc a {
    color: #333;
    background: #993300;
    background-color: #ffff99 !important;
}


.detail-tabs.small li a {
    display: block;
    width: 100px;
    padding: 6px 0;
    text-align: center;
    text-decoration: none;
    color: #333;
    font-size: 13px;
    border: 1px solid #ddd;
}

.detail-tabs.small li.active a {

}
.detail-tabs.xsmall li a {
    display: block;
    width: 80px;
    padding: 4px 0;
    text-align: center;
    text-decoration: none;
    color: #333;
    font-size: 12px;
    border: 1px solid #ddd;
    border-bottom :0px;
}

.detail-tabs.xsmall li.active a {

}

.list-tabs {
    *zoom: 1;
    margin: 0 -1px 0 0;
    padding: 0;
    list-style-type: none;
}

.list-tabs:after {
    content: " ";
    display: block;
    clear: both;
}

.list-tabs li {
    float: left;
    width: 50%;
    position: relative;
    margin-right: -1px;
}

.list-tabs li a {
    display: block;
    padding: 7px 0;
    text-align: center;
    text-decoration: none;
    color: #333;
    font-size: 14px;
    background: #fff;
    border: 1px solid #ddd;
}

.list-tabs li a:hover {
    background: #f4f4f4;
}

.list-tabs li.active {
    z-index: 1;
}

.list-tabs li.active a {
    color: #fff;
    background: #1E6375;
    border-color: #1E6375;
}

.list-tabs.col-3 {
    margin: 0 -3px 0 0;
}

.list-tabs.col-3 li {
    width: 33.33333333%;
}

.list-tabs.col-4 {
    margin: 0 -4px 0 0;
}

.list-tabs.col-4 li {
    width: 25%;
}

.list-tabs.col-5 {
    margin: 0 -4px 0 0;
}

.list-tabs.col-5 li {
    width: 20%;
}

/* PLM 카테고리 */

.nav-tabs {
    display: flex;
    padding-left: 1px;
    border-bottom: 1px solid #1e6375;
}

.nav-tabs li {
    text-align: center;
    margin-left: -1px;
}

.nav-tabs li a {
    display: block;
    padding: 0 20px;
    font-size: 15px;
    line-height: 40px;
    font-weight: 500;
    color: #242424;
    background: #f4f4f4;
    border: 1px solid #ddd;
    border-bottom: 0;
}

.nav-tabs li a.active {
    background: #1e6375;
    border-color: #1e6375;
    color: #fff;
}

.nav-pills {
    display: flex;
    padding-left: 1px;
    border-bottom: 1px solid #00589c;
}

.nav-pills li {
    text-align: center;
    margin-left: 2px;
}

.nav-pills li:first-child {
    margin-left: 0;
}

.nav-pills li a {
    display: block;
    padding: 0 20px;
    font-size: 15px;
    line-height: 40px;
    font-weight: 500;
    color: #242424;
    background: #f4f4f4;
    border: 1px solid #ddd;
    border-bottom: 0;
    border-radius: 5px 5px 0 0;
}

.nav-pills li a.active {
    background: #00589c;
    border-color: #00589c;
    color: #fff;
}

.detail-cate {
    float: left;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.detail-cate li {
    float: left;
    position: relative;
    margin-right: -1px;
}

.detail-cate li a {
    display: block;
    min-width: 90px;
    padding: 8px 10px;
    text-align: center;
    text-decoration: none;
    color: #333;
    font-size: 13px;
    border: 1px solid #ddd;
    border-bottom: 0;
}

.detail-cate li a:hover {
    background: #f4f4f4;
}

.detail-cate li.active {
    z-index: 1;
}

.detail-cate li.active a {
    color: #fff !important;
    background: #666;
    border-color: #666;
    font-weight: 700;
}

.detail-summary {
    *zoom: 1;
    padding-left: 400px;
    margin-bottom: 30px;
}

.detail-summary:after {
    content: " ";
    display: block;
    clear: both;
}

.photo-wrap .tab {
    *zoom: 1;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.photo-wrap .tab:after {
    content: " ";
    display: block;
    clear: both;
}

.photo-wrap .tab li {
    float: left;
    width: 33.3333333%;
}

.photo-wrap .tab li a {
    display: block;
    margin-left: 1px;
    text-align: center;
    padding: 6px 0;
    text-decoration: none;
    color: #fff;
    background: #666;
}

.photo-wrap .tab li:first-child a {
    margin-left: 0;
}

.photo-wrap .tab li.active a {
    background: #333;
}

.photo-wrap .wrap {
    position: relative;
    height: 350px;
}

.photo-wrap .wrap .cnt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 280px;
}

.photo-wrap #slider {
    margin-bottom: 2px;
}

.photo-wrap #slider li {
    background: #eee;
}

.photo-wrap #slider li img {
    height: 308px !important;
    width: auto;
    margin: 0 auto;
}

.photo-wrap #slider .counter {
    position: absolute;
    bottom: 10px;
    left: 50%;
    width: 70px;
    margin-left: -35px;
    padding: 2px 0;
    border-radius: 20px;
    text-align: center;
    color: #aaa;
    font-size: 12px;
    background: rgba(0, 0, 0, .8);
    z-index: 10;
}

.photo-wrap #slider .counter .current-slide {
    color: #f1f1f1;
}

.photo-wrap #carousel img {
    height: 40px !important;
    cursor: pointer;
}

.photo-wrap #carousel li img {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.photo-wrap #carousel li.flex-active-slide img {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

.photo-slide {
    position: relative;
    height: 280px;
    background: #eee;
    overflow: hidden;
}

.photo-slide .slides {
    margin: 0;
    padding: 0;
    list-style: none;
}

.photo-slide .slides li {
    display: table;
    height: 280px;
    background: #eee;
    margin: 0;
    padding: 0;
}

.photo-slide .slides li .cell {
    display: table-cell;
    height: 280px;
    vertical-align: middle;
}

.photo-slide .slides li img {
    max-height: 280px;
    width: auto;
    height: auto;
    margin: 0 auto;
}

.photo-slide .counter {
    position: absolute;
    bottom: 10px;
    right: 50px;
    padding: 2px 10px;
    border-radius: 20px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    background: rgba(0, 0, 0, .8);
    z-index: 10;
}

.photo-slide .bt-pic {
    position: absolute;
    bottom: 10px;
    right: 10px;
    padding: 2px 10px;
    border-radius: 20px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    background: rgba(0, 0, 0, .8);
    border: 0;
    z-index: 10;
}

.photo-slide .bt-sel {
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 0px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    border: 0;
    z-index: 10;
}

.detail-map {
    position: relative;
    height: 280px;
    background: #fff;
    overflow: hidden;
    padding: 0px 0px 0px 10px;
}

.detail-map .bt-sel {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 0px 0px 0px 10px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    border: 0;
    z-index: 50;
}

.btn-set {
    margin-left: -1px !important;
    margin-right: -1px !important;
}

.btn-set .col {
    float: left;
    padding-left: 1px;
    padding-right: 1px;
}

.history-form {
    border: 1px solid #ddd;
    background: #fafafa;
    padding: 15px;
}

.history-form .table tbody tr td {
    padding: 0;
    border: 0;
    background-color: transparent;
    vertical-align: top;
}

.history-form .btn-lg {
    height: 50px;
    font-size: 14px;
    background: #666;
    color: #fff;
}

.history-list {
    border: 1px solid #ddd;
    padding: 15px;
}

.history-list .table > tbody > tr > td {
    border-top: 0;
}

.history-list .fa-trash {
    color: #222;
    font-size: 1.2em;
}

.scroll-fixed.fixed {
    position: fixed;
    top: 109px;
    right: 10px;
    padding-left: 17px;
    z-index: 50;
}

.iw_inner {
    padding: 5px;
    border-color: #ddd !important;
}

.fee_list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 5px 0 0;
    padding: 0;
    list-style-type: none;
    width: 100%;
}

.fee_list li {
    width: 50%;
    position: relative;
    _margin-right: 2px;
    text-align: center;
}

/*.fee_list li a {display:block; padding:10px 0; _text-align:right; text-decoration:none; color:#333; font-size:14px; background:#fff; border:1px solid #ddd;}
.fee_list li a:hover {background:#f4f4f4;}
.fee_list li.active {z-index:1;}
.fee_list li.active a {color:#fff; background:#333; border-color:#333;}*/

.fee_list.col-3 {
    margin: 0 7px 0 0;
}

.fee_list.col-3 li {
    width: 33.33333333%;
}

.fee_list.col-4 {
    margin: 0 7px 0 0;
}

.fee_list.col-4 li {
    _padding: 0 6px;
    _width: auto;
    width: 25%;
}

.fee_list.col-5 {
    margin: 0 7px 0 0;
}

.fee_list.col-5 li {
    width: 20%;
}

.fee_list.col-1 li {
    width: 100%;
}

/* 자동 완성 typeahead */

.typeahead {
    background-color: #FFFFFF;

}

/*.typeahead:focus { border: 1px solid #999999;    }*/

.tt-query {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

.tt-hint {
    color: #999999;
}

.tt-menu {
    background-color: #fff;
    width: 100%;
    min-width: 300px;
    border: 1px solid #CCCCCC;
    padding: 0px 2px;
}

.typeahead, .tt-query, .tt-hint {
    /* border: 1px solid #CCCCCC;
        border-radius: 4px;
        font-size: 16px;
        height: 38px;
        line-height: 30px;
        outline: medium none;
        padding: 8px 12px;
        width: 396px;*/
}

.tt-dropdown-menu {
    background-color: #eee;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    margin-top: 12px;
    padding: 8px 0;
    width: 100%;
}

.tt-suggestion {
    font-size: 12px;
    line-height: 24px;
    /* padding: 3px 20px;*/
}

.tt-suggestion p {
    margin: 0;
}

.tt-suggestion.tt-is-under-cursor {
    background-color: #999999;
    color: #FF0000;
}


.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
    display: none;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.table-borderless > tbody > tr > td,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > td,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > thead > tr > th {
    border: none;
}

table.col-3 td {
    width: 33.33333333%;
}

table.nopadding td {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    height: 30px !important;
}

@media (max-width: 1199px) {
    #map_div iframe {
        height: 300px !important;
    }
}

/* 버튼 그룹 선택 */
.promotionRadioBtn .notActive {
    color: #3276b1 !important;
    background-color: #fff !important;
}
/* 프로모션 아이콘들 색상 변경 */
.promotion_span .btn-primary { background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important; border:0px !important;}
.promotion_span .btn-primary:hover {
    background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important;  border:0px !important;
}

.radioBtn2 .notActive {
    color: #3276b1;
    background-color: #fff;
}


.li_table td {
    padding: 2px !important;
}

/* 물건 목록 우측 리스트 li > table */

/* 마우스 오버시 색상
.table-hover tbody tr:hover,
.table-hover tbody tr:hover td,
.table-hover tbody tr:hover th {
  background-color: #ffff99 !important;
}*/

.mb_icon {
    border: 1px solid #eee;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
}

/* 웹서비스 sort p 의 padding 조정 */

.pull-right.prn_sst_sod {
    padding-top: 2px !important;
}


/* 다음 지도를 위한 부분 */
/* 스크립트 출력부분으로 이동
.daum_map { padding:1px 5px; margin-top:-70px; font-size:12px; background-color:#fff;border: 1px solid #999; border-radius:3px; -webkit-border-radius:3px;z-index:999999 }
.bd_name {}

.daum_map_arrow {position:absolute; bottom:38px; left:50%; margin-left:-6px; width:12px; height:9px; background: url("https://t1.daumcdn.net/localimg/localimages/07/mapjsapi/triangle.png") 50% 50% no-repeat;}*/

/* 파트너 관리회원에 사용*/

.mb_partner {
    color: #0E4E96;
    cursor: pointer
}

.cursor_pointer {
    cursor: pointer !important; /* 커서를 손 모양으로 설정 */
}

/* 지도 */

.clearable {
    background: #fff url("/html/admin/images/clear.png") no-repeat right -20px center !important;
    transition: background 0.4s;
}

.clearable.x {
    background-position: right 10px center !important;
}

/* (jQ) Show icon */

.clearable.onX {
    cursor: pointer;
}

/* (jQ) hover cursor style */

.clearable::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

/* Remove IE default X */

.search-area {
    position: relative;
    min-width: 0;
    overflow-y: auto;
    overflow-x: hidden;
    height: calc(100vh - 53px) !important;
}

.search-area .bd_add {
    width: calc(100% - 180px);
}

.search-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 290px;
    background: #fff;
    z-index: 110;
}

.search-wrap .sch-bar {
    position: relative;
    padding: 10px;
    background: #f5f5f5;
}

.search-wrap .sch-bar:after {
    content: " ";
    display: block;
    clear: both;
}

.search-wrap .sch-bar input[type=text] {
    display: block;
    width: calc(100% - 60px);
    height: 45px;
    padding: 8px 12px;
    color: #010101;
    font-size: 16px !important;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -.06em;
    background: #fff;
    border: 4px solid #005065 !important;
    outline: none;
}

.search-wrap .sch-bar input[type=text]::-webkit-input-placeholder {
    color: #010101;
}

.search-wrap .sch-bar input[type=text]:-moz-placeholder {
    color: #010101;
}

.search-wrap .sch-bar input[type=text]::-moz-placeholder {
    color: #010101;
}

.search-wrap .sch-bar input[type=text]:-ms-input-placeholder {
    color: #010101;
}

.search-wrap .sch-bar input[type=text]:placeholder-shown {
    color: #010101;
}

.search-wrap .sch-bar .btn-detail-search {
    position: absolute;
    top: 0;
    right: 10px;
    width: 50px;
    height: 50px;
    padding: 13px 0;
    text-align: center;
    color: #666;
    font-size: 16px;
    line-height: 50px;
    border: 0;
}

.search-wrap .sch-bar .btn-detail-search i {
}

.detail-search {
    height: calc(100vh - 118px) !important;
    display: none;
    padding: 0px 5px;
}

.detail-search.obj {
    height: 40px !important;
    _padding: 15px;
    overflow: auto;
}

.detail-search .body {
    height: calc(100vh - 118px) !important;
    padding: 15px;
    overflow-x: hidden;
    width: 100%
}

.detail-search .body h3 {
    color: #000;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3em;
    margin: 0 0 10px;
    letter-spacing: -.04em;
}

.detail-search .body table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0px;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: -.04em;
}

.detail-search .body th {
    padding: 4px 0;
    color: #2c2c2c;
    text-align: left;
    vertical-align: middle;
    font-weight: 500;
}

.detail-search .body td {
    padding: 4px 0;
    color: #777;
    vertical-align: middle;
    padding-left: 2px !important;
}

.detail-search .body .buttons {
    margin-bottom: 0;
    margin-top: 18px;
}

.detail-search .body .form-control.input-sm {
    display: inline-block;
    border: 1px solid #ced4da;
    color: #777 !important;
}

.detail-search .line {
    margin: 15px -15px;
    border-bottom: 1px solid #ddd;
}

.detail-search .ctr {
    background: #f5f7f7;
    overflow: hidden;
    padding: 0 10px;
    color: #838b94;
    font-size: 13px;
    line-height: 35px;
    letter-spacing: -.04em;
}

.detail-search .ctr a {
    text-decoration: none !important;
    color: #838b94;
}

.detail-search .ctr .fl {
    float: left;
}

.detail-search .ctr .fr {
    float: right;
}

.detail-search .ctr img {
    vertical-align: middle;
    margin-top: -.2em
}

.detail-search .radio-group label {
    margin-left: 9px;
}

.detail-search .tab {
    text-align: center;
    margin-bottom: 10px;
}

.detail-search .tab ul {
    overflow: hidden;
    list-style: none;
    padding: 0;
    margin: 0 -2px;
}

.detail-search .tab ul li {
    float: left;
    width: 33.33333333%;
    padding: 0 2px;
}

.detail-search .tab ul li a {
    display: block;
    color: #666;
    font-size: 13px;
    line-height: 30px;
    letter-spacing: -.04em;
    text-decoration: none !important;
    background: #eee;
    border: 1px solid #dfdfdf;
}

.detail-search .tab ul li.active a {
    color: #fff;
    font-weight: 700;
    background: #448aff;
    border: 1px solid #3275e6;
}

.detail-search .btns {
    position: relative;
    text-align: center;
}

.detail-search .btns .search-close {
    position: absolute;
    top: 0;
    right: 0;
}

.check-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    list-style: none;
    overflow: hidden;
    margin: 0;
    padding: 0;
    padding-left: 2;
    gap: 6px 0;
}

.check-list.col-3 li {
    width: 33.3333333% !important;
    padding-left: 2px !important;
}

.check-list.col-2 li {
    width: 50% !important;
    padding-left: 2px !important;
}

.map-wrap {
    position: relative;
    width: 100%;
    _width: calc(100% - 590px);
    height: 100%;
    overflow: hidden;
    transition: .4s;
}

/*.map-wrap.v220215 {position:relative; width:calc(100% - 670px + 230px); height:100%}*/

.map-wrap #kakao_map {
    height: 100% !important;
}

.map-wrap #naver_map {
    height: 100% !important;
}

.search-list {
    position: absolute;
    top: 0;
    right: -190px;
    width: 670px;
    height: 100%;
    padding: 10px;
    background: #fff;
    transition: .4s;
}

/*.search-list.v220215 {width:670px;  padding:10px; }*/
/* .search-list .pagination {margin-bottom:0 !important;} */

/* 지도 우측 검색 리스트 숨김 */

.btn-search-list-close-btns {
    position: absolute;
    top: 50%;
    left: -36px;
    border-radius: 5px 0 0 5px;
    background: #fff;
    box-shadow: -4px 2px 6px 0 rgb(0 0 0 / 10%);
    z-index: 50;
}

.btn-search-list-close-btns button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: #fff;
    border: 0;
}

.btn-search-list-close-btns .btn-search-list-close {
    border-bottom: 1px solid #eee;
    border-radius: 5px 0 0 0;
}

.btn-search-list-close-btns .btn-search-list-close svg {
    transform: rotate(-180deg);
}

.btn-search-list-close-btns .btn-search-list-all-close {
    border-radius: 0 0 0 5px;
}

.btn-search-list-close-btns .btn-search-list-all-close svg {
    width: 22px;
    height: 22px;
    transform: rotate(-90deg);
}

.search-area.all-open .btn-search-list-close svg {
    transform: rotate(0);
}

.search-area.all-open .map-wrap {
    width: calc(100% - 670px) !important;
}

.search-area.all-open .search-list {
    right: 0 !important;
}

.search-area.all-close .btn-search-list-all-close svg {
    transform: rotate(90deg);
}

.search-area.all-close .map-wrap {
    width: 100%;
}

.search-area.all-close .search-list {
    right: -670px;
}

/* 검색 리스트 우측 아이콘 */

.prom_div_off {
    transform: translateX(-145px)
}

.prom_div_on {
    transform: translateX(0px)
}

/* 로딩 스피너 */

#loading {
    display: block;
    position: fixed;
    top: 50%;
    left: 50%;
    /*transform: translate(-50%, -50%);*/
    z-index: 999999999;

}

#loading .spinner-border {
    width: 7rem;
    height: 7rem;
    --bs-spinner-border-width: 0.7em !important;
}


.search-building table {
    width: 100%;
    font-size: 12px;
    line-height: 1.5em;
    letter-spacing: -.04em;
}

.search-building table thead th {
    height: 35px;
    text-align: center;
    background: #f7f7f7;
    color: #333;
    border-top: 1px solid #868686;
    border-bottom: 1px solid #868686;
}

.search-building table tbody td {
    text-align: center;
}

.search-building .office td {
    vertical-align: top;
    padding: 8px 0;
}

.search-building .update {
    text-align: right;
    clear: both;
    padding-top: 10px;
}

.search-building .number {
    border-bottom: 1px solid #ccc;
}

.search-building .number td {
    padding-top: 0;
    padding-bottom: 5px !important;
}

.search-building .office td {
    padding-top: 5px;
    padding-bottom: 0px !important;
}

.search-building .wrap {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.search-building .wrap .img {
    display: table-cell;
    vertical-align: top;
    width: 50px;
}

.search-building .wrap .img img {
    max-width: 100%;
}

.search-building .wrap .info {
    display: table-cell;
    vertical-align: top;
    padding-left: 10px;
    padding-top: 5px;
    text-align: left;
}

.search-building .wrap .tit a:hover {
    text-decoration: underline;
}

.search-building .wrap .tit {
    color: #333;
    font-size: 14px;
}


.search-building .wrap .tit img {
    width: 12px;
    margin-left: 2px;
}

.search-building .wrap .txt {
    margin-top: 5px;
}

.search-building .promo {
    padding-top: 2px;
}

.search-building .promo .btn-xs {
    font-size: 11px !important;
    line-height: 1.3 !important;
    padding: 2px 3px 2px 3px !important;
    border: 0px !important;
}

.search-building .label {
    display: inline-block;
    padding: 0 4px;
    letter-spacing: -.04em;
}

.search-building .label-subway {
    background-color: #d89a1c;
    color: #fff !important;
    border-radius: 10px;
    font-size: 10px;
}

.search-building .label-share {
    background-color: #487cd3;
    border-radius: 20px;
}

/* 건물 검색 리스트 */
.search-building tr.link {
    text-decoration: none;
    cursor: pointer;
}

.search-building tr.link td {
    text-decoration: none;
    color: #0E4E96 !important;
}

.search-building tr.link td.notLink {
    text-decoration: none;
    cursor: hand;
}


.search-building .in-table thead th {
    background: #f7f7f7 !important;
    border-top: 1px solid #868686 !important;
    border-bottom: 1px solid #868686 !important;
    border-left: 0 !important;
    border-right: 0 !important;;
}

.search-building .in-table td {
    height: 30px;
    border-bottom: 1px solid #eee;
    padding: 2px 2px !important;
}

.search-building .in-table tr:last-child td {
    border-bottom: 1px solid #ccc;
}

.search-building .in-table .text-left {
    padding-left: 7px;
}

.search-building .scrolled {
    overflow-y: auto;
    height: calc(100vh - 140px)
}

.search-building .in-table.table-hover > tbody > tr:hover > td {
    background: #ffff99 !important;
}

.search-building .in-table.table-hover > tbody > tr.noHover:hover > td {
    background: #fff !important;
}

ul.img_list {
    overflow: hidden;
    list-style: none;
    padding: 0;
    margin: 0 -2px;
}

ul.img_list li {
    float: left;
    padding: 0 2px;
}

input:focus, select:focus, option:focus, textarea:focus, button:focus {
    outline: none;
}

/* 건물 상세-물건 목록 */

#obj_list tr.link td {
    text-decoration: none;
    cursor: pointer;
}

#obj_list tr.link td.notLink {
    text-decoration: none;
    cursor: hand;
}

/*@media(max-width: 1200px){
	.search-wrap {width:220px;}
}*/

#parkingLayer ul {
    display: table;
    width: 100%;
    height: 60px;
    table-layout: fixed;
}

#parkingLayer ul li {
    display: table-cell;
    vertical-align: middle;
    width: 33.33333%;
    padding: 10px 5px;
    color: #bbb;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3em;
    letter-spacing: -.04em;
    border: 0px solid #505050;
    border-left: 0;
    background: #fff;
}

#acc_list ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0;
}

#acc_list li {
    padding: 5px;
    border: 0px solid #ddd;
    border-radius: 4px;
}

#acc_list label {
    display: block;
    cursor: pointer;
    font-size: 14px;
}

.hide {
    display: none;
}

.page-link {
    color: #628a14
}

.active .page-link {
    background: #628a14;
    border-color: #628a14;
}

/*.badge {
    background: #777;
}*/

.pagination {
    display: inline-flex !important;
    margin-left: 20px;
    margin-top: 0px;
    margin-right: 60px;
}

.modal-header {
    padding: 10px !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.dt-length {
    text-align: right !important
}

#dt-length-0 {
!important;
    width: 70px !important;
    display: inline-block !important;
    text-align: center !important;
    margin-right: 2px;
}

/* 팝업 - 게시글 작성 */
.post-form {
    color: #666;
    font-size: 14px;
    line-height: 1.5em;
}

.post-form .head {
    border-bottom: 1px solid #ddd;
    padding: 30px 30px;
}

.post-form .body {
    border-bottom: 1px solid #ddd;
}

.post-form .upload {
    border-bottom: 1px solid #ddd;
    padding: 17px 26px;
}

.post-form .foot {
    padding: 20px 26px;
    font-size: 13px;
}

.post-form .comp-wrap {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.post-form .comp-wrap .mark {
    display: table-cell;
    vertical-align: top;
    width: 83px;
}

.post-form .comp-wrap .mark .img {
    position: relative;
    width: 68px;
    height: 68px;
    border: 0px solid #e5e5e5;
    overflow: hidden;
    border-radius: 10px;
}

.post-form .comp-wrap .mark .img img {
    position: absolute;
    border: 1px solid #e5e5e5; /*top:50%; left:50%; transform:translate(-50%,-50%); -ms-transform:translate(-50%,-50%); -webkit-transform:translate(-50%,-50%); width:auto !important; height:auto !important; max-width:80%; max-height:80%;*/
}

.post-form .comp-wrap .info {
    display: table-cell;
    vertical-align: middle;
}

.post-form .comp-wrap .info .name {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3em;
    letter-spacing: -.03em;
    margin-bottom: 5px;
}

.post-form .comp-wrap .info .name small {
    font-size: 16px;
}

.post-form .comp-wrap .info .date {
    color: #666;
    font-size: 13px;
    line-height: 1.3em;
}

.post-form .comp-wrap .info .date img {
    vertical-align: middle;
    margin: -.2em 0 0 4px;
}

.post-form textarea {
    overflow: auto;
    resize: none;
    display: block;
    width: 100%;
    height: 280px;
    padding: 25px 30px;
    color: #000;
    font-size: 16px;
    line-height: 1.5em;
    border: 0;
}

.post-form .btn-pic-upload {
    display: inline-block;
    background: #e5e5e5;
    border-radius: 20px;
    padding: 0 15px;
    color: #000;
    font-size: 15px;
    line-height: 37px;
}

.post-form .btn-pic-upload:before {
    content: "";
    display: inline-block;
    width: 21px;
    height: 21px;
    background: url("/images/icon_pic.png") 50% 50% no-repeat;
    vertical-align: middle;
    margin: -.2em 4px 0 0;
}

.post-form .submit {
    width: 140px;
    height: 60px;
    font-size: 18px;
}

/* 팝업 - 게시글 상세 */

.post-detail {
    display: table;
    table-layout: fixed;
    width: 100%;
    border-radius: 4px;
    overflow: hidden;
}

.post-detail .left {
    display: table-cell;
    vertical-align: top;
    width: 720px;
}

.post-detail .post-slider .img {
    height: 480px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
}

.post-detail .bx-wrapper .bx-controls-direction a {
    width: 60px;
    height: 60px;
    margin-top: -30px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.post-detail .bx-prev {
    left: 0;
    background-image: url("../images/slide4_prev.png")
}

.post-detail .bx-next {
    right: 0;
    background-image: url("../images/slide4_next.png")
}

.post-detail .right {
    display: table-cell;
    vertical-align: top;
    padding: 30px;
}

.post-detail .head {
    margin-bottom: 30px;
    position: relative;
}

.post-detail .comp-wrap {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.post-detail .comp-wrap .mark {
    display: table-cell;
    vertical-align: top;
    width: 83px;
}

.post-detail .comp-wrap .mark .img {
    position: relative;
    width: 68px;
    height: 68px;
    border: 0px solid #e5e5e5;
    overflow: hidden;
    border-radius: 10px;
}

.post-detail .comp-wrap .mark .img img {
    position: absolute;
    border-radius: 10px;
    border: 1px solid #e5e5e5;
    /*top:50%; left:50%;
transform:translate(-50%,-50%); -ms-transform:translate(-50%,-50%); -webkit-transform:translate(-50%,-50%); width:auto !important; height:auto !important; max-width:80%; max-height:80%;*/
}

.post-detail .comp-wrap .info {
    display: table-cell;
    vertical-align: middle;
}

.post-detail .comp-wrap .info .name {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3em;
    letter-spacing: -.03em;
    margin-bottom: 5px;
}

.post-detail .comp-wrap .info .name small {
    font-size: 16px;
}

.post-detail .comp-wrap .info .date {
    color: #666;
    font-size: 13px;
    line-height: 1.3em;
}

.post-detail .comp-wrap .info .date img {
    vertical-align: middle;
    margin: -.2em 0 0 4px;
}

.post-detail .body {
    color: #000;
    font-size: 16px;
    line-height: 1.5em;
}

.post-detail .cog {
    position: absolute;
    top: 12px;
    right: 0;
}

.post-detail .cog .bt-cog {
    display: block;
    width: 21px;
    height: 21px;
    overflow: hidden;
    text-indent: -999em;
    background: url("../images/icon_menu.png") 50% 50% no-repeat;
}

.post-detail .cog ul {
    display: none;
    position: absolute;
    right: 0;
    margin-top: 10px;
    margin-right: -3px;
    border: 1px solid #ddd;
    background: #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, .1);
}

.post-detail .cog ul li {
    border-top: 1px solid #ddd;
}

.post-detail .cog ul li:first-child {
    border-top: 0;
}

.post-detail .cog ul li a {
    display: block;
    padding: 0 15px 0 10px;
    text-decoration: none;
    white-space: nowrap;
    color: #000;
    font-size: 13px;
    line-height: 33px;
    letter-spacing: -.03em;
}

.post-detail .cog ul li a i {
    display: inline-block;
    width: 19px;
    height: 19px;
    vertical-align: middle;
    margin: -.2em 6px 0 0;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.post-detail .cog ul li a .i-edit {
    background-image: url("../images/icon_pen2.png")
}

.post-detail .cog ul li a .i-trash {
    background-image: url("../images/icon_trash.png")
}

/*
.table02 table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0px;
    border-top: 1px solid #000;
    _font-size: .7em;
    line-height: 1.5em;
    letter-spacing: -.03em;
}

.table02 table th {
    padding: 8px 5px;
    border-bottom: 1px solid #000;
    background: #47655f;
    font-weight: 500;
    color: #fff;
}

.table02 table td {
    padding: 8px 5px;
    border-bottom: 1px solid #000;
    color: #333;
    text-align: center;
}

.table02 table tfoot td {
    background: #ffcc00;
}

.table02 tr th:first-child,
.table02 tr td:first-child {
    border-left: 0;
}

.table02 tr th:last-child,
.table02 tr td:last-child {
    border-right: 0;
}

.table02 .left-line {
    border-left: 2px solid #ff0000;
}

.table02 .right-line {
    border-right: 2px solid #ff0000;
}

.table02 .top-line {
    border-top: 2px solid #ff0000;
}

.table02 .b-line {
    border-bottom: 2px solid #ff0000;
}

.table02 .red {
    color: #ff0000
}

.table02 .blue {
    color: #0070c0
}

.table02 .gray {
    color: #7b7b7b
}
*/
.dragable {
    cursor: pointer;
}


/* 방문현황 */

.visit-statistics {
    color: #666;
    font-size: 14px;
    line-height: 1.5em;
}

.visit-statistics .head {
    padding: 35px 35px 25px;
    border-bottom: 1px solid #ddd;
}

.visit-statistics .head h2 {
    color: #000;
    font-size: 27px;
    font-weight: 500;
    line-height: 1.3em;
    margin-bottom: 5px;
}

.visit-statistics .head .frm {
    margin-top: 20px;
}

.visit-statistics .head .frm:after {
    content: "";
    display: block;
    clear: both;
}

.visit-statistics .head .frm .bt {
    min-width: 90px;
    height: 36px;
    border: 1px solid #ddd;
    border-radius: 3px;
    text-align: center;
    line-height: 34px;
    font-size: 15px;
    color: #666;
    background: #fff;
}

.visit-statistics .head .frm .bt.on {
    background: #e5e5e5
}

.visit-statistics .head .frm .form-control {
    width: 130px;
    height: 36px;
    font-size: 16px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 6px;
    color: #666;
    font-weight: 500;
    font-size: 15px;
    font-weight: 500;
    border-radius: 3px;
}

.visit-statistics .head .frm .btn-pack.medium {
    height: 36px;
    line-height: 34px;
    margin-left: 10px;
    font-size: 16px;
    font-weight: 500;
}

.visit-statistics .body {
    padding: 25px 35px;
}

.visit-statistics .body h4 {
    color: #000;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.3em;
    letter-spacing: -.03em;
    margin-bottom: 8px;
}

.visit-statistics .views {
    margin-bottom: 30px;
}

.visit-statistics .views:after {
    content: "";
    display: block;
    clear: both;
}

.visit-statistics .views .cell {
    float: left;
    padding: 0 30px;
    border-left: 1px solid #ddd;
}

.visit-statistics .views .cell:first-child {
    padding-left: 0;
    border-left: 0;
}

.visit-statistics .views .num {
    font-size: 66px;
    line-height: 1em;
    font-weight: 700;
    letter-spacing: -.03em;
}

.visit-statistics .views .num.c1 {
    color: #f26725;
}

.visit-statistics .views .num.c2 {
    color: #1e6375;
}

.visit-statistics .info-txt {
    margin-top: 16px;
}

.header {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    font-size: 1.3em;
    color: #fff;
    font-weight: 700;
    line-height: 1.5em;
    padding: 10px 20px;
    background: #47655f;
    margin-bottom: 20px;
    width: 100%
}

.header .logo {
    width: 124px;
    line-height: 0;
    margin-left: 20px;
}

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

.table-group {
    margin-bottom: 15px;
    display: inline-flex;
    width: 100%
}

.table-group .photo {
    width: 300px;
    margin-right: 10px;
}

.table-group .photo .pic {
    position: relative;
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
}

.table-group .photo .pic img {
    position: absolute;
    /*top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: auto !important;
    height: auto !important;
    max-width: 100%;
    min-height: 100%;
    object-fit: contain;
    transition: 0.3s;
    */
    width: 100%; /* grid 셀 크기에 맞게 이미지 조절 */
    height: 100%; /* 비율 유지 */
    display: block;
    border-radius: 2px;
    object-fit: cover !important;
}

.table-group .photo .pic:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #ccc;
}

.table-group .info {
    flex: 1 1 auto;
    min-width: 0;
    width: 1%;
}

.table-group .info .table table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0px;
    border-top: 1px solid #ccc;
    font-size: .7em;
    line-height: 1.5em;
    letter-spacing: -.03em;
}

.table-group .info .table table th {
    padding: 5px 5px;
    border-bottom: 1px solid #ccc;
    background: #d8d8d8;
    font-weight: 500;
    color: #000;
}

.table-group .info .table table td {
    padding: 6px 5px;
    border-bottom: 1px solid #ccc;
    color: #333;
}

.table-group .info .txt {
    padding-top: 10px;
    font-size: .8em;
    line-height: 1.4em;
    color: #333
}

.table-group .maps {
    width: 300px;
    margin-left: 10px;
}

.table-group .maps #map {
    height: 150px;
    border: 1px solid #ccc
}

.table-group .maps .imgs {
    margin-top: 10px;
    border: 1px solid #ccc;
    padding: 5px;
}

.table-group .maps .img {
    position: relative;
    text-align: center;
}

.table-group .maps .img img {
    height: 130px;
}

.title-group {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 5px;
}

.title-group .doc-title {
    position: relative;
    padding-left: 15px;
    font-size: 1em;
    line-height: 1.4em;
    color: #000;
}

.title-group .doc-title:before {
    content: "";
    position: absolute;
    top: 3px;
    left: 0;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    border: 3px solid #47655f;
}

.title-group .doc-title span {
    padding-left: 5px;
    color: #999;
    font-size: .7em;
    font-weight: 400;
}

.title-group .txt {
    font-size: .7em;
    line-height: 1.4em;
    color: #333
}

.table02 table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0px;
    border-top: 1px solid #000;
    font-size: .9em;
    line-height: 1.5em;
    letter-spacing: -.03em;
}

.table02 table th {
    padding: 8px 5px;
    border-bottom: 1px solid #000;
    text-align: center;
    background: #47655f;
    font-weight: 500;
    color: #fff;
}

.table02 table td {
    padding: 8px 5px;
    border-bottom: 1px solid #000;
    color: #333;
    text-align: center;
}

.table02 table tfoot td {
    background: #ffcc00;
}

.table02 tr th:first-child,
.table02 tr td:first-child {
    border-left: 0;
}

.table02 tr th:last-child,
.table02 tr td:last-child {
    border-right: 0;
}

.table02 .left-line {
    border-left: 2px solid #ff0000;
}

.table02 .right-line {
    border-right: 2px solid #ff0000;
}

.table02 .top-line {
    border-top: 2px solid #ff0000;
}

.table02 .b-line {
    border-bottom: 2px solid #ff0000;
}

.table02 .red {
    color: #ff0000
}

.table02 .blue {
    color: #0070c0
}

.table02 .gray {
    color: #7b7b7b
}

.footer {
    text-align: center;
    margin-top: 15px;
    color: #999;
    font-size: .8em;
    line-height: 1.4em;
}

.footer .bar {
    padding: 0 5px;
    color: #999
}

.small_stretch {
    font-stretch: condensed; /* 글꼴 폭을 좁게 */
    letter-spacing: -0.1em
}

.dropZone {
    width: 100%;
    height: 100px;
    border: 1px solid #ccc;
    text-align: center;
    padding-top: 30px;
}

#basic_message {
    height: 200px;
    overflow-y: scroll;
}

.simple-upload-dragover {
    background-color: #eef;
}

.simple-upload-filename {
    margin-right: 0.5em;
}

.btn-m-menu {
    display: flex;
    flex-direction: column;
    justify-content: center;
	margin-right:15px;
    gap: 4px;
    width: 32px;
    height: 32px;
    padding: 7px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.btn-m-menu span {
    width: 100%;
    height: 2px;
    border-radius: 2px;
    background: #222;
}

.mobile-navigation {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 301;
    width: 270px;
    height: 100%;
	padding-top:50px;
    overflow: auto;
    background: #fff;
    transition: .2s ease-in-out;
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    pointer-events: none;
    font-size: 14px;
    line-height: 1.5em;
}
.mobile-navigation .close {border:0; padding:0; width:24px; height:24px; padding:4px; background:none; position:absolute; top:12px; right:10px;}
.mobile-navigation .close img {display:block; width:100%; height:100%; object-fit:contain;}

.mn-profile {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #005065;
    padding: 20px 16px;
    color: #fff;
}

.mn-profile .profile-image {
}

.mn-profile .profile-image img {
    width: 56px;
    height: 56px;
    object-fit: cover;
    border-radius: 100%;
}

.mn-profile .profile-info {
    flex: 1 1 auto;
    min-width: 0;
    width: 1%;
}

.mn-profile .profile-info .name {
    font-size: 17px;
    line-height: 1.3em;
}

.mn-profile .profile-info .name strong {
    font-weight: 600;
}

.mn-profile .profile-info .name small {
    font-size: 12px;
}

.mn-profile .profile-info .link {
    display: flex;
    gap: 4px;
    margin: 6px 0 2px;
}

.mn-profile .profile-info .link a {
    background: #fff;
    border-radius: 4px;
    padding: 3px 6px;
    color: #222;
    font-size: 11px;
    line-height: 16px;
    letter-spacing: -.02em;
}

.mn-links {
    display: flex;
    gap: 4px;
    padding: 10px;
    background: #eee;
}

.mn-links a {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #fff;
    color: #222;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: -.02em;
    text-align: center;
}

.mn-nav {border-top:1px solid #ccc;}
.mn-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mn-nav > ul > li {
    border-bottom: 1px solid #eee;
}

.mn-nav > ul > li.has-sub > a:after {
    content: '';
    margin-right: -5px;
    width: 20px;
    height: 20px;
    background: url('/html/admin/images/toggle-down.svg') 50% 50%/contain no-repeat;
}

.mn-nav li.has-sub.active > a:after {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
}

.mn-nav > ul > li > a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 16px;
    color: #2c2c2c;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5em;
}

.mn-nav > ul > li.active > a {color:#476661;}

.mn-nav > ul > li ul {
    display: none;
    padding: 10px;
    opacity: .85;
    background: #eee;
}

.mn-nav > ul > li ul li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 10px;
    color: #2c2c2c;
    font-size: 14px;
    line-height: 1.5em;
}

.mn-nav > ul > li ul li a:after {
    opacity: .6;
}

.mobile-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .5;
    z-index: 300;
}

html.menu-opened {
    overflow: hidden;
}

html.menu-opened .mobile-navigation {
    -ms-transform: translateX(0);
    transform: translateX(0);
    pointer-events: auto;
}

html.menu-opened .mobile-overlay {
    display: block;
}

/* data table */

.dt-search {
    padding-top: 5px
}

.dt-paging { /* 기본 위치 */
    padding-top: 5px;
    float: right
}

.text-center .dt-paging { /* dom 에서 text-center로 지정한 경우 */
    float: none !important;
}

#historyDiv .dt-paging-button .page-link {
    min-width: 25px !important;
    width: 20px !important;
    height: 28px !important;
    line-height: 100% !important
}

.dt-paging-button .page-link {
    min-width: 40px; /* 버튼의 최소 너비 설정 */
    text-align: center; /* 텍스트 중앙 정렬 */
    padding: 0.375rem 0.5rem; /* 상하좌우 여백 설정 */
    font-size: 0.875rem; /* 폰트 크기 설정 */
    line-height: 1.5; /* 줄 높이 설정 */
    white-space: nowrap; /* 텍스트 줄바꿈 방지 */
    /*width: 28px !important;
    height: 28px !important;
    line-height: 100% !important*/
}


.btn-pack {
    display: inline-block;
    overflow: visible;
    position: relative;
    margin: 0;
    height: 30px;
    font-size: 12px;
    line-height: 38px;
    padding: 0 13px;
    color: #1e6375;
    text-align: center;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    text-decoration: none !important;
    vertical-align: middle;
    white-space: nowrap;
    cursor: pointer;
    border: 1px solid #1e6375;
    outline: 0;
    background: #ffffff;
}

.btn-pack.focus {
    color: #fff;
    border: 1px solid #f26725;
    background: #f26725;
}

.btn-pack.focus2 {
    color: #fff;
    border: 1px solid #003387;
    background: #003387;
}

.btn-pack.focus3 {
    color: #fff;
    border: 1px solid #19849f;
    background: #19849f;
}

.btn-pack.focus4 {
    color: #fff;
    border: 1px solid #1e6375;
    background: #1e6375;
}

.btn-pack.dark {
    color: #fff;
    border: 1px solid #555;
    background: #555;
}

.btn-pack.gray {
    color: #fff;
    border: 1px solid #999999;
    background: #999999;
}

.btn-pack.comment {
    width: 110px;
    height: 62px;
    padding: 0;
    line-height: 60px;
    font-size: 18px;
    font-weight: 400;
}

.btn-pack.small {
    min-width: 80px;
    height: 30px;
    padding: 0 8px;
    line-height: 28px;
    font-size: 13px;
    border-radius: 2px;
}

.btn-pack.xsmall {
    _min-width: 60px;
    height: 28px;
    padding: 0 10px;
    line-height: 24px;
    font-size: 14px;
    border-radius: 2px;
}

.btn-pack.xxsmall {
    _min-width: 60px;
    height: 20px;
    padding: 0 5px;
    line-height: 16px;
    font-size: 12px;
    border-radius: 2px;
}

.btn-pack.square {
    min-width: 50px;
    height: 50px;
    padding: 0 0px;
    line-height: 18px;
    font-size: 13px;
    border-radius: 2px;
    margin-top: 15px
}

.btn-pack.medium {
    min-width: 80px;
    height: 40px;
    font-size: 14px;
    line-height: 38px;
    padding: 0 15px;
}

.btn-pack.large {
    min-width: 130px;
    height: 45px;
    font-size: 12px;
    line-height: 43px;
    padding: 0 20px;
}

.btn-pack.xlarge {
    min-width: 100px;
    height: 40px;
    font-size: 12px;
    line-height: 38px;
    padding: 0 20px;
}

.btn-pack.block {
    display: block;
    width: 100%;
}

.btn-pack.round {
    border-radius: 6px;
    -webkit-border-radius: 6px
}

.btn-pack.radius {
    border-radius: 40px;
    -webkit-border-radius: 40px
}

.btn-pack.app {
    height: 45px;
    line-height: 45px;
    padding: 0 16px;
}

.btn-pack.reserv {
    width: 340px;
    height: 70px;
    font-size: 24px;
    line-height: 70px;
    border-radius: 10px;
    -webkit-border-radius: 10px
}

.btn-pack.submit {
    min-width: 200px;
    height: 60px;
    font-size: 20px;
    line-height: 58px;
    border-radius: 10px;
    -webkit-border-radius: 10px
}

.btn-pack .ico-arrow {
    display: inline-block;
    width: 23px;
    height: 23px;
    vertical-align: middle;
    margin: -.2em 0 0 13px;
    background: url("../images/sub/arrow.png") 50% 50% no-repeat;
}

.btn-pack .ico-pen {
    display: inline-block;
    width: 14px;
    height: 14px;
    vertical-align: middle;
    margin: -.2em 4px 0 0;
    background: url("../images/icon_pen.png") 50% 50% no-repeat;
}

.btn-pack .ico-comment {
    display: inline-block;
    width: 26px;
    height: 26px;
    vertical-align: middle;
    margin: -.2em 4px 0 0;
    background: url("../images/bt_ico_comment2.png") 50% 50% no-repeat;
}

.btn-zip {
    display: inline-block;
    border: 0;
    width: 111px;
    height: 42px;
    background: #e5e5e5;
    font-weight: 700;
    vertical-align: middle;
}

/* 폼문 줄바꿈시 간격 추가 */
#searchForm .form-control.inline-block,
#searchForm .form-select.inline-block {
    margin-bottom: 5px;
    margin-right: 0px;
}

/* 물건 비교표*/
.report {padding: 20px 10px;}

.comparison-table {width: 100%; border-collapse: collapse; border-spacing: 0px; border: 1px solid #000;font-size: 10px;}

.comparison-table td {padding: 2px 4px; border: 0.5px solid #747474;line-height: 120%}

.comparison-table .bg1 {background: #375623; color: #fff;}

.comparison-table .bg2 {background: #d9d9d9;}

.comparison-table .bg3 {background: #404040; color: #fff;}

.comparison-table .bg4 {background: #b4c6e7;}

.comparison-table .bg5 {background: #c6e0b4;}

.comparison-table .bg6 {background: #ffbf00;}

.comparison-table .bg11 {background: #DDEBF7;}

.comparison-table .bg12 {background: #FFF2CC;}

/* 건물상세 건물소개 탭 우측에 블릿표시*/
.circle-indicator {position: relative;padding-left: 20px; /* 원형과 텍스트 사이 간격 */}

.circle-indicator::after {content: "";position: absolute;right: 30px;top: 50%;transform: translateY(-50%);width: 8px;
    /* 원형 크기 */height: 8px; /* 원형 크기 */background-color: #ff0000; /* 원형 색상 */border-radius: 50%; /* 원형으로 만들기 */}

/* SVG 들 */
.svg-close-circle-icon {
    width: 1em;
    height: 1em;
    display: inline-block;
    background-image: url("data:image/svg+xml,%3Csvg fill='none' height='1em' viewBox='0 0 24 24' width='1em' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM16.3 16.3C15.91 16.69 15.28 16.69 14.89 16.3L12 13.41L9.11 16.3C8.72 16.69 8.09 16.69 7.7 16.3C7.31 15.91 7.31 15.28 7.7 14.89L10.59 12L7.7 9.11C7.31 8.72 7.31 8.09 7.7 7.7C8.09 7.31 8.72 7.31 9.11 7.7L12 10.59L14.89 7.7C15.28 7.31 15.91 7.31 16.3 7.7C16.69 8.09 16.69 8.72 16.3 9.11L13.41 12L16.3 14.89C16.68 15.27 16.68 15.91 16.3 16.3Z' fill='currentColor'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.svg-check-circle-icon {
    width: 1em;
    height: 1em;
    display: inline-block;
    background-image: url("data:image/svg+xml,%3Csvg fill='none' height='1em' viewBox='0 0 24 24' width='1em' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM16.3 16.3C15.91 16.69 15.28 16.69 14.89 16.3L12 13.41L9.11 16.3C8.72 16.69 8.09 16.69 7.7 16.3C7.31 15.91 7.31 15.28 7.7 14.89L10.59 12L7.7 9.11C7.31 8.72 7.31 8.09 7.7 7.7C8.09 7.31 8.72 7.31 9.11 7.7L12 10.59L14.89 7.7C15.28 7.31 15.91 7.31 16.3 7.7C16.69 8.09 16.69 8.72 16.3 9.11L13.41 12L16.3 14.89C16.68 15.27 16.68 15.91 16.3 16.3Z' fill='currentColor'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.svg-check-icon {
    width: 1em;
    height: 1em;
    fill: none;
}

.svg-check-icon path {
    fill: currentColor;
}

.svg-check-path {
    d: path('M9.00001 16.1703L5.53001 12.7003C5.14002 12.3103 4.51001 12.3103 4.12001 12.7003C3.73001 13.0903 3.73001 13.7203 4.12001 14.1103L8.30001 18.2903C8.69001 18.6803 9.32001 18.6803 9.71001 18.2903L20.29 7.71031C20.68 7.32031 20.68 6.69031 20.29 6.30031C19.9 5.91031 19.27 5.91031 18.88 6.30031L9.00001 16.1703Z');
}

/* 멀티셀렉트 */

.ms-options-wrap {
    height: 28.5px !important
}

.bi-star-fill {
    color: #f8d001 !important; /* 원하는 색상으로 변경 */
}

/* 병합 테이블 */
.merge_table {
    width: 100%;
    table-layout: fixed !important;
}

.merge_table td:first-child {
    width: 100px !important;
}

.merge_table td:not(:first-child) {
    width: calc((100% - 100px) / (var(--column-count) - 1)) !important;
}

/* 기회 상세 버튼 진행 단계 */
.btn-arrow-step {padding: 1px;background-color: #fff;border-radius: 0;padding-right: 15px; /*clip-path: polygon(0% 0%, calc(100% - 16px) 0%, 100% 50%, calc(100% - 16px) 100%, 0% 100%);*/}

.btn-arrow-step .btn {
    margin-right: -14px;
    padding: 5px 20px 5px 24px;
    clip-path: polygon(calc(100% - 16px) 0%, 100% 50%, calc(100% - 16px) 100%, 0% 100%, 16px 50%, 0% 0%);
}
.btn-arrow-step .btn:first-child {
    padding-left: 12px;
    clip-path: polygon(0% 0%, calc(100% - 16px) 0%, 100% 50%, calc(100% - 16px) 100%, 0% 100%);
}

.btn-arrow-step .btn:last-child {
    padding-left: 30px;
    padding-right: 30px;
}

/* END 기회 상세 버튼 진행 단계 */

#duplicatedDiv .link {
    text-decoration: none;
    color: #0E4E96 !important;
    cursor: pointer;
}

.ms-options-wrap > button:focus, .ms-options-wrap > button {
    height: 28.5px !important;
    position: relative;
    width: 100%;
    text-align: center;
    border: 1px solid #ced4da;
    background-color: #fff;
    padding-top: 3px !important;
    margin-top: 0px !important;
    font-size: 13px !important;
    color: #333 !important;
    /* outline-offset: -2px; */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* member 상단 회원 카운트용*/
#mb_top_dashboard .mini-stat {
    padding: 15px;
    border-radius: 3px;
    color: #fff;
    margin-bottom: 20px;
}

#mb_top_dashboard .mini-stat-info {font-size: 16px;display: flex;justify-content: space-between;align-items: center;}

#mb_top_dashboard .counter {font-size: 20px;font-weight: bold;}

#mb_top_dashboard .bg-total { background-color: #3498db; }

#mb_top_dashboard .bg-certified { background-color: #2ecc71; }

#mb_top_dashboard .bg-uncertified { background-color: #e74c3c; }

#mb_top_dashboard .bg-withdrawn { background-color: #f1c40f; }

.tagify.tags_hidden {
    display: none
}
/* nav nav-tabs nav-fill 커스텀 */
.custom-nav .nav-link {
    line-height: 30px;
}

.selDate { text-align: center !important; }
.numOnly { text-align: right !important; }
/* 연락처 정보 아이콘 클릭시 정보보기 팝업 */
.contact-info-popup {position: absolute;background-color: #fff;border: 1px solid #ddd;border-radius: 4px;padding: 10px 5px;box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);z-index: 1000;min-width: 200px;}
.contact-info-popup .popup-content {position: relative;padding: 10px;}
.contact-info-popup .contact-info {font-size: 14px;color: #333;display: block;margin-bottom: 5px;}
.contact-info-popup .btn-close-popup {position: absolute;top: 0px;right: 0px;padding: 0;width: 20px;height: 20px;border: none;background: transparent;cursor: pointer;font-size: 18px;line-height: 1;}


/* 모든 input-group의 border-radius 제거 */
.input-group .form-control,
.input-group .form-select,
.input-group .btn {
    border-radius: 0 !important;
}

/* input-group 내부 첫 번째와 마지막 요소도 포함 */
.input-group > .form-control:first-child,
.input-group > .form-select:first-child,
.input-group > .btn:first-child {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.input-group > .form-control:last-child,
.input-group > .form-select:last-child,
.input-group > .btn:last-child {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
/* table td 내부의 배지들 폰트 */
td .badge { font-size: 11px; font-weight: normal; /*background-color: #aaa !important; color: #fff;*/ }

/* input-group-text도 포함 */
.input-group-text {
    border-radius: 0 !important;
}

@media (min-width: 900px) {
    .btn-m-menu {
        display: none;
    }

    .mobile-navigation {
        display: none;
    }
}

@media (max-width: 900px) {
	.sitelogo {margin-left:0;}
    .gnb {display: none;}

    .top-links {_display:none; flex:1 1 auto; min-width:0; width:1%;}
	.top-links .collapse:not(.show) {display:block;}
	.top-links .navbar-nav {flex-direction: row; justify-content: flex-end;}
	.top-links .meta .avatar {margin-right:0;}
	.top-links .nav-link .text {display:none;}
	.top-links .nav-link small {display:none;}
	.top-links .nav-link.dropdown-toggle::after {display:none;}
	.top-links .nav-item.d-flex {display:none !important;}
	.top-links .dropdown-menu {position:absolute; left:-80px;}
}

@media (max-width: 1400px) {
    .sitelogo {
        width: 130px;
    }

    .gnb > ul > li > a {
        padding: 0 8px;
    }
}

@media print {
    .no-print { display: none !important; }
    .proposal-content { width: 100% !important; }
    .content-area { width: 100% !important; }
}


/* 햄버거 메뉴 버튼 - 기본적으로 숨김 */
.hamburger-menu {
    display: none;
    position: absolute;
    top: 7px;
    left: 50%;
    transform: translateX(-50%);
    background: transparent;
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    font-size: 36px;
    z-index: 1001;
    border-radius: 5px;
    line-height: 1;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.hamburger-menu:hover {
    background: rgba(255, 255, 255, 0.1);
}

.hamburger-menu i {
    display: block;
    font-size: 36px;
}

/* 기본 사이드바 스타일 */
.sidebar-left {
    width: 200px;
    height: calc(100vh - 50px);
    position: fixed;
    left: 0;
    top: 52px;
    background: #333;
    transition: transform 0.3s ease;
    z-index: 1000;
}

/* 닫기 버튼 스타일 */
.mo-close {
    position: absolute;
    top: 15px;
    right: 15px;
    background: transparent;
    border: none;
    color: white;
    font-size: 18px;
    cursor: pointer;
    display: none;
    padding: 8px;
    border-radius: 3px;
}

.mo-close:hover {
    background: rgba(255, 255, 255, 0.1);
}

/* 임대 안내문 출력, 제안서 출력 폼 */
.sticky-sidebar-prn-doc {
    position: sticky;
    top: 0;
    height: 50vh;
    overflow-y: auto;
}

.prn-html-loading-counter  {
    position: fixed;
    bottom: 20px;
    right: 40px;
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: bold;
    z-index: 1000;
    display: none;
}
/* END 임대 안내문 출력, 제안서 출력 폼 */

/* 지도 인포윈도우 */
.iw_inner_prn {
    padding: 5px 5px 0px;
    font-size: 12px; line-height: 120%;
    text-align: center;
    background-color: rgb(255, 255, 255);
    border: 0px solid #999;
    border-radius: 3px !important;
    -webkit-border-radius: 3px;
    z-index: 999999;
    overflow: hidden;white-space: nowrap;
}
/* 출력 인쇄 */
.prn_table table { font-size:12px !important;}

/* 기회 상세 step-bar */
.step-bar {display: inline-flex; text-align: center; white-space: nowrap;}
.step-bar .col {position: relative; padding: 0 6px;}
.step-bar .col:first-child {padding-left: 0;}
.step-bar .col:last-child {padding-right: 0;}
.step-bar .col:first-child .link:before {left: 50%;}
.step-bar .col:last-child .link:before {right: 50%;}
.step-bar .link {display: block; padding: 8px 16px; color: #fff; font-size: 13px; font-weight: 500; line-height: 18px; border-radius: 30px; background: #348fe2;}
.step-bar .link:before {content: ""; position: absolute; top: 50%; left: 0; right: 0; z-index: -1; height: 2px; background: #348fe2;}
.step-bar .link.notyet {background: #e9ecef; color: #aaa;}
.step-bar .link.notyet:before {background: #e9ecef;}
.step-bar .link.active {box-shadow: 0 0 0 4px rgba(52, 143, 226, .2);}

/* 로고. 공유오피스, 협력사 등 */
.logo-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
}
.logo-wrap img { max-width: 100px}

.so-amenities-list {
    width: 100%;
}

.so-amenities-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.so-amenities-item {
    padding: 8px 12px;
    border: 1px solid #ddd;
    text-align: center;
    background-color: #f8f9fa;
    border-radius: 4px;
}

/* 반응형 대응 */
@media (max-width: 768px) {
    .so-amenities-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 480px) {
    .so-amenities-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
/* 공유어피스 END */

/* 1300px 이하에서의 반응형 스타일 */
@media (max-width: 1300px) {
    .sidebar-left {
        transform: translateX(-250px);
    }

    .sidebar-left.mo-sidebar-open {
        transform: translateX(0);
    }

    .sidebar-left.mo-sidebar-close {
        transform: translateX(-200px);
    }

    /* 1300px 이하에서만 햄버거 메뉴 표시 (단, 사이드바가 닫혀있을 때만) */
    .hamburger-menu {
        display: flex;
    }

    /* 사이드바가 열렸을 때 햄버거 아이콘 숨김 */
    .sidebar-left.mo-sidebar-open .hamburger-menu {
        display: flex; !important; position: fixed;
        top: 7px;
        right: -15px;
        left: unset !important;
        z-index: 1000;
    }

    /* 사이드바가 닫혔을 때 햄버거 아이콘 표시 */
    .sidebar-left.mo-sidebar-close .hamburger-menu {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    .mo-close {
        display: block;
    }

    /* 햄버거 메뉴가 보일 때의 사이드바 최소 너비 */
    .sidebar-left.mo-sidebar-close {
        width: 52px;
        transform: translateX(0);
    }

    .sidebar-left.mo-sidebar-close .side-menu {
        opacity: 0;
        visibility: hidden;
    }

    .sidebar-left.mo-sidebar-open .side-menu {
        opacity: 1;
        visibility: visible;
    }
}

/* 1301px 이상에서는 햄버거 아이콘 우측 상단으로 */
@media (min-width: 1301px) {
    .hamburger-menu {
        display: flex; !important; position: fixed;
        top: 7px;
        right: -15px;
        left: unset !important;
        z-index: 1000;
    }
    /* 데스크톱에서는 사이드바 항상 전체 표시 */
    .sidebar-left {transform: translateX(0);width: 200px;}
    .sidebar-left .side-menu {opacity: 1;visibility: visible;}
}

/* 메인 콘텐츠 영역 조정 */
.main-content {margin-left: 200px;margin-top: 50px;min-height: calc(100vh - 50px);transition: margin-left 0.3s ease;}

@media (max-width: 1300px) {
    .main-content {margin-left: 50px;}
    .main-content.sidebar-expanded {margin-left: 200px;}
}

/* 페이지 콘텐츠 스타일 */
.page-content.dashboard.mo-page-content {margin-left: 200px;min-height: calc(100vh - 50px);transition: margin-left 0.3s ease;}

@media (max-width: 1300px) {
    .page-content.dashboard.mo-page-content {margin-left: 50px;}
    .page-content.dashboard.mo-page-content.sidebar-expanded {margin-left: 200px;}
}


.autocomplete-results-container {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1000;
    background: #fff;
    border: 1px solid #ccc;
    border-top: none;
    max-height: 200px;
    overflow-y: auto;
    box-shadow: 0 4px 5px rgba(0,0,0,0.15);
    border-radius: 0 0 4px 4px;
}
.autocomplete-result-item {
    padding: 8px 12px;
    cursor: pointer;
    border-bottom: 1px solid #eee;
    font-size: 13px;
    color: #333;
    text-align: left;
}
.autocomplete-result-item:last-child {
    border-bottom: none;
}
.autocomplete-result-item:hover, .autocomplete-result-item.active {
    background-color: #f5f5f5;
    color: #262626;
}
.autocomplete-result-item.no-results {
    cursor: default;
    color: #999;
    font-style: italic;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.autocomplete-empty-btn {
    font-style: normal;
    margin-left: 5px;
}