@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;700&display=swap');
@import url('https://cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.css');

/* Bookk-Serif */
@font-face {
    font-family: 'SCDream';
    font-weight: 100;
    font-style: normal;
    src: url('/resources/fonts/SCDream1.otf') format('opentype');
    unicode-range: U+0020-U+007E, U+1100-U+11F9, U+3131-U+318E, U+327F-U+327F, U+AC00-U+D7A3, U+FF01-U+FF60;
}

@font-face {
    font-family: 'SCDream';
    font-weight: 200;
    font-style: normal;
    src: url('/resources/fonts/SCDream2.otf') format('opentype');
    unicode-range: U+0020-U+007E, U+1100-U+11F9, U+3131-U+318E, U+327F-U+327F, U+AC00-U+D7A3, U+FF01-U+FF60;
}

@font-face {
    font-family: 'SCDream';
    font-weight: 300;
    font-style: normal;
    src: url('/resources/fonts/SCDream3.otf') format('opentype');
    unicode-range: U+0020-U+007E, U+1100-U+11F9, U+3131-U+318E, U+327F-U+327F, U+AC00-U+D7A3, U+FF01-U+FF60;
}

@font-face {
    font-family: 'SCDream';
    font-weight: 400;
    font-style: normal;
    src: url('/resources/fonts/SCDream4.otf') format('opentype');
    unicode-range: U+0020-U+007E, U+1100-U+11F9, U+3131-U+318E, U+327F-U+327F, U+AC00-U+D7A3, U+FF01-U+FF60;
}

@font-face {
    font-family: 'SCDream';
    font-weight: 500;
    font-style: normal;
    src: url('/resources/fonts/SCDream5.otf') format('opentype');
    unicode-range: U+0020-U+007E, U+1100-U+11F9, U+3131-U+318E, U+327F-U+327F, U+AC00-U+D7A3, U+FF01-U+FF60;
}

@font-face {
    font-family: 'SCDream';
    font-weight: 600;
    font-style: normal;
    src: url('/resources/fonts/SCDream6.otf') format('opentype');
    unicode-range: U+0020-U+007E, U+1100-U+11F9, U+3131-U+318E, U+327F-U+327F, U+AC00-U+D7A3, U+FF01-U+FF60;
}

@font-face {
    font-family: 'SCDream';
    font-weight: 700;
    font-style: normal;
    src: url('/resources/fonts/SCDream7.otf') format('opentype');
    unicode-range: U+0020-U+007E, U+1100-U+11F9, U+3131-U+318E, U+327F-U+327F, U+AC00-U+D7A3, U+FF01-U+FF60;
}

@font-face {
    font-family: 'SCDream';
    font-weight: 800;
    font-style: normal;
    src: url('/resources/fonts/SCDream8.otf') format('opentype');
    unicode-range: U+0020-U+007E, U+1100-U+11F9, U+3131-U+318E, U+327F-U+327F, U+AC00-U+D7A3, U+FF01-U+FF60;
}


@font-face {
    font-family: 'SCDream';
    font-weight: 900;
    font-style: normal;
    src: url('/resources/fonts/SCDream9.otf') format('opentype');
    unicode-range: U+0020-U+007E, U+1100-U+11F9, U+3131-U+318E, U+327F-U+327F, U+AC00-U+D7A3, U+FF01-U+FF60;
}

/*-------------------------------------------------
Author : WB,Seo
Create date : 2022. 03. 29.
Last update : 2022. 05. 03. 13:12
-------------------------------------------------*/

/* ========================================== RESET */
body {
    color: #252525;
    font-family: 'SCDream', 'nanumsquare', 'Noto Sans KR', sans-serif;
    line-height: 1;
    background: #f6f6f6;
    overflow-x: hidden;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

ul,
ol {
    list-style: none;
}

hr {
    display: none;
}

h1 {
    margin: 0;
}

a {
    text-decoration: none;
    color: #3a3a3a;
}

b {
    font-weight: 700;
}

button {
    border: none;
    background: none;
    cursor: pointer;
}

img {
    border: none;
    -webkit-user-drag: none;
}

html {
    font-size: 0.625em;
}

.clear:after {
    content: "";
    clear: both;
    display: block;
}

.blind {
    position: absolute;
    top: -9999px;
    left: -9999px;
}

input,
textarea,
select,
button {
    font-family: 'SCDream', 'nanumsquare', 'Noto Sans KR', sans-serif;
    appearance: none;
    -webkit-appearance: none;
    font-size: 1.3rem;
    /*outline-color: #60bc50;*/
}

input::placeholder,
textarea::placeholder {
    color: #b0b0b0;
}

input[type="radio"]:checked,
input[type="checkbox"]:checked,
select {
    appearance: auto;
    -webkit-appearance: auto;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input,
select,
textarea {
    padding: 0 10px;
    color: #525252;
    background-color: #fff;
    border: 1px solid #ccc;
}

table {
    width: 100%;
    border-spacing: 0;
    table-layout: fixed;
}

caption,
figcaption {
    visibility: hidden;
    overflow: hidden;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0
}

body::-webkit-scrollbar {
    width: 10px;
}

body::-webkit-scrollbar-track-piece {
    background-color: #fff;
}

body::-webkit-scrollbar-thumb {
    background-color: #a9a9a9;
    border-radius: 6px;
}

body::-webkit-scrollbar-thumb:hover {
    background-color: #999;
}

:root {
    --point: #004683;
    --pointHover: #02335f;
}

label {
    cursor: pointer;
}

input[type="checkbox"] {
    cursor: pointer;
    width: 17px;
    height: 17px;
    border-radius: 3px;
    box-sizing: border-box;
}

input[type="checkbox"]:checked {
    width: 17px;
    height: 17px;

}

.txt-center2 {
    text-align: center;
}

/* =============================
    로그인 페이지
============================== */
#login {
    padding: 0;
}

.logInner {
    position: relative;
    width: 100vw;
    height: 100vh;
    background: #b3956e linear-gradient(134deg, #b3956e3b -60%, #b3956e00 100%);
}

.logInner .log-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-top: 112px;
    width: 538px;
    height: 650px;
    background: #fff;
    border-radius: 6px;
    text-align: center;
    box-shadow: 0px 0px 40.02px 5.98px rgba(17, 38, 12, 0.15);
}

.logInner .log-wrap .page-tit {
    margin-bottom: 55px;
}

.logInner .log-wrap .page-tit p {
    margin-top: 18px;
    font-size: 1.6rem;
    color: #a78962;
    font-weight: 300;
}

.logInner .login-form label {
    display: block;
    width: 250px;
    margin: 0 auto 5px;
    font-size: 1.4rem;
    color: #252525;
    font-weight: 700;
    text-align: left;
}

.logInner .login-form label img {
    display: inline-block;
    margin-right: 5px;
    vertical-align: -2px;
}

.logInner .login-form input {
    width: 250px;
    height: 38px;
    padding-left: 8px;
    font-size: 1.6rem;
    border: 0px solid #525252;
    border-bottom-width: 1px;
}

.logInner .login-form .login-pw {
    margin-top: 28px;
}

.logInner .login-form .btn-login {
    display: block;
    width: 250px;
    height: 46px;
    margin: 40px auto 0;
    font-size: 1.6rem;
    color: #fff;
    font-weight: 700;
    border-radius: 3px;
    background: #a78962 linear-gradient(-58deg, rgba(58, 86, 53, .3) 0%, rgba(58, 86, 53, 0) 100%);
    ;
}

.logInner .pw-alert {
    margin-top: 26px;
    font-size: 1.5rem;
}

/* =============================
    leftMenu
============================== */
#snb {
    position: fixed;
    top: 0;
    left: 0;
    padding-top: 142px;
    width: 260px;
    height: 100vh;
    min-height: 680px;
    background: #29231c;
    z-index: 2;
}

.snbInner p.tit {
    padding-left: 35px;
    margin-bottom: 25px;
    font-size: 1.4rem;
    color: #aeaeae;
}

.snb {
    padding-bottom: 31px;
    margin: 0 auto;
}

.snb:after {
    position: absolute;
    bottom: 0;
    left: 30px;
    content: '';
    width: 200px;
    height: 1px;
    background: #3e352a;
}

.snb>li>a {
    display: block;
    padding-left: 42px;
    height: 46px;
    line-height: 45px;
    font-size: 1.5rem;
    color: #aeaeae;
    position: relative;
}

.snb>li>a img {
    position: absolute;
    top: 50%;
    right: 26px;
    transform: translateY(-50%);
}

.snb>li>a.active {
    color: #fff;
    background: #5a4d3d;
    font-weight: 700;
}

.snb>li>a.active img {
    transform: translateY(-50%) rotate(180deg);
}

.snb li .depth2 {
    width: 100%;
    /* background: #4E4637; */
    z-index: 9;
    max-height: 254px;
    overflow: auto;
    display: none;
    margin: 0 35px;
    max-width: calc(100% - 42px);

}

.snb li .depth2::-webkit-scrollbar {
    width: 10px;
}

.snb li .depth2::-webkit-scrollbar-thumb {
    background-color: #aaa;
    border-radius: 4px;
}

.snb li .depth2::-webkit-scrollbar-track {
    background-color: rgb(228, 228, 228);
    border-radius: 5px;
}

.snb li .depth2:before {
    position: absolute;
    content: '';
    left: 0;
    top: 16px;
    transform: translateX(-100%);
    width: 0;
    height: 0;
    border-right: 13px solid #4E4637;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

.snb li .depth2 li a {
    position: relative;
    display: block;
    padding: 13px;
    font-size: 1.5rem;
    color: #fff;
}

.snb li .depth2 li a::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    width: 6px;
    height: 7px;
    background: url(/resources/images/icon_menu_open.png) no-repeat center / contain;
    opacity: 0;
}

.snb li .depth2 li a:hover::after,
.snb li .depth2 li a.active::after {
    opacity: 1;
}

.snb li .depth2 li.cut {
    clear: left;
}

/* ====== depth3 */
.snb li .depth3 {
    overflow: auto;
    position: absolute;
    left: 100%;
    top: 60px;
    height: 100vh;
    overflow: hidden;
    transition: 0.8s;
    width: 0
}

.snb .depth2>li .depth3.active {
    z-index: 10;
    transition: 0.5s;
    width: 180px;
}

.snb .depth2>li.active .depth3.close ul {
    -webkit-animation: slideLeft 0.7s;
    animation: slideLeft 0.7s;
    will-change: transform;
    animation-fill-mode: forwards;
    transition: ease-in;
}

.snb .depth2>li .depth3 ul {
    background: #29231c;
    border-left: 1px solid rgb(255 255 255 / 10%);
    transform: translateX(-180px);
    height: 100%;
    padding: 15px;
    box-sizing: border-box;
    width: 180px;
}

.snb .depth2>li .depth3.active ul {
    -webkit-animation: slideRight 0.7s;
    animation: slideRight 0.7s;
    will-change: transform;
    animation-fill-mode: forwards;
    transition: ease-in;
}

.snb .depth2>li .depth3.close ul {
    -webkit-animation: slideLeft 0.7s;
    animation: slideLeft 0.7s;
    will-change: transform;
    animation-fill-mode: forwards;
    transition: ease-in;
}

.snb li .depth3 ul span {
    font-size: 1.5em;
    color: white;
    text-align: left;
    padding: 15px 15px 20px;
    display: block;
}

.snb .depth2>li .depth3 ul li {
    border-top: 1px solid rgba(255, 255, 255, 0.116);
    padding: 5px 0;
}

.snb li .depth3 li a {
    display: flex;
    align-items: center;
    height: 45px;
    line-height: 45px;
    font-size: 1.3rem;
    color: #fff;
    justify-content: center;
}

.snb li .depth3 li a:hover {
    background: #5d5d5d;
    border-radius: 7px;
}

.depth3_close {
    color: white;
    position: absolute;
    right: 16px;
    top: 22px;
    font-size: 1.4em;
    background: rgba(255, 255, 255, 0.185);
    padding: 8px;
    border-radius: 100px;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

@-webkit-keyframes slideRight {
    0% {
        transform: translateX(-180px);
    }

    100% {
        transform: translateX(0);
    }
}

@-webkit-keyframes slideLeft {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-180px);
    }
}

/* =============================
    HEADER
============================== */
.nav-wrap {
    position: fixed;
    width: 100%;
    height: 74px;
    min-width: 1200px;
    background: #fff;
    border-bottom: 1px solid #e7e7e7;
    z-index: 10;
}

h1 {
    position: absolute;
    top: 50%;
    left: 86px;
    transform: translateY(-50%);
}

h1 a {
    display: block;
    width: 175px;
    font-size: 0;
}

h1 img {
    width: 100%;
}

header .hd-sc {
    position: absolute;
    top: 50%;
    right: 85px;
    transform: translateY(-50%);
}

header .hd-sc>ul {
    float: left;
    margin-top: 13px;
}

header .hd-sc li {
    float: left;
    margin-left: 28px;
}

header .hd-sc li a {
    font-size: 1.6rem;
    color: #bcbcbc;
}

header .hd-sc li:first-child a {
    color: #b19983;
}

header .hd-sc .btn-src-open {
    float: left;
    margin-left: 45px;
    width: 44px;
    height: 44px;
    text-indent: -9999px;
    overflow: hidden;
    background: #dec5ae url(/resources/images/header-btn-src.png) no-repeat center/24px;
    border-radius: 100%;
    box-shadow: 0px 0px 10px 0px rgba(102, 102, 102, 0.1);
}

header .hd-sc .btn-src-wrap:before {
    position: absolute;
    content: '';
    width: 21px;
    height: 11px;
    top: -10px;
    right: 9px;
    background: url(/resources/images/header-src-wrap-tail.png) no-repeat center/contain;
}

header .hd-sc .btn-src-wrap {
    display: none;
    position: absolute;
    top: 58px;
    right: 0;
    width: 350px;
    padding: 12px 15px 13px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
}

header .hd-sc .btn-src-wrap>* {
    display: block;
    width: 100%;
}

header .hd-sc .btn-src-wrap select {
    height: 34px;
    border-color: #ccc;
}

header .hd-sc .btn-src-wrap input {
    margin: 8px 0;
    height: 34px;
    border-color: #ccc;
}

header .hd-sc .btn-src-wrap button {
    height: 38px;
    color: #fff;
    background: #388f9e;
}

header .hd-sc .btn-src-wrap button img {
    display: inline-block;
    width: 18px;
    vertical-align: -3px;
}

nav {
    position: relative;
    width: 980px;
    margin: 0 auto;
}

.navInner li {
    float: left;
}

.navInner li a {
    display: block;
    padding: 0 36px;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 73px;
}

nav .src-box {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

nav .src-box input[type="text"] {
    width: 360px;
    height: 38px;
    padding-left: 12px;
    font-size: 1.5rem;
    font-weight: 300;
    border-radius: 6px;
    border: 1px solid #bcbcbc;
}

nav .src-box button {
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    width: 24px;
    height: 23px;
    background: url(/resources/images/header-btn-src.png) no-repeat center/contain;
    text-indent: -9999px;
}

/* =============================
    메인 페이지
============================== */
.indInner {
    width: 1194px;
    margin: 74px auto 0;
    padding-bottom: 64px;
}

.indInner section.common {
    border: 1px solid #e7e7e7;
    background: #fff;
    border-radius: 3px;
}

.indInner .tit-box {
    position: relative;
    padding: 19px 28px 20px;
    background: #29231c;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.indInner .tit-box h3 {
    font-size: 1.6rem;
    color: #dec5ae;
    padding-top: 3px;
    font-weight: 500;
}

.indInner .tit-box h3 span {
    display: inline-block;
    padding: 0 13px 0 3px;
    font-size: 1.5rem;
    color: #999;
    font-weight: 400;
}

.indInner .upper-group {
    margin-bottom: 30px;
}

.indInner .upper-group .status {
    float: left;
    width: 700px;
}

.indInner .upper-group .charge {
    float: right;
    width: 463px;
}

.indInner .tit-box a {
    position: absolute;
    top: 50%;
    right: 29px;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
}

.indInner .tit-box a span {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    height: 2px;
    background: #aeaeae;
}

.indInner .tit-box a span:last-child {
    transform: translateY(-50%) rotate(90deg);
}

/* ======= 분양현황 */
.indInner .upper-group .status .graph-group {
    height: 194px;
    padding: 36px 28px 0;
}

.indInner .upper-group .status .graph-group .outdoor,
.indInner .upper-group .status .graph-group .arboretum {
    margin-top: 18px;
}

.indInner .upper-group .status p.name {
    float: left;
    width: 90px;
    padding-top: 12px;
    font-size: 1.5rem;
}

.indInner .upper-group .status .graph-wrap {
    position: relative;
    float: left;
    width: 440px;
    height: 40px;
    margin-right: 22px;
    background: #ededed;
    border-radius: 25px;
    overflow: hidden;
}

.indInner .upper-group .status .graph-wrap p {
    position: relative;
    font-size: 1.5rem;
    color: #aeaeae;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
    z-index: 2;
}

.indInner .upper-group .status .graph-wrap .line {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: #d5b9a0;
    transform: scaleX(0);
    transform-origin: left;
}

.indInner .upper-group .status .graph-wrap .line.active {
    transform: scaleX(1);
    transition: transform .6s;
}

.indInner .upper-group .status p.total {
    float: left;
    padding-top: 12px;
    font-size: 1.4rem;
    color: #adadad;
    font-weight: 700;
}

/* ======= 관리비 도래 예정 */
.indInner .charge .graph-group {
    height: 194px;
    padding: 30px 35px 0;
}

.indInner .charge .canvas-wrap {
    float: left;
    width: 157px;
}

.indInner .charge .canvas-wrap canvas {
    width: 100% !important;
}

.indInner .charge .cont-wrap .fee-alert p.title:before {
    display: inline-block;
    content: '';
    width: 4px;
    height: 18px;
    margin-right: 5px;
    background: #c9ab81;
    vertical-align: -3px;
}

.indInner .charge .cont-wrap .fee-alert p.title {
    margin-bottom: 6px;
    font-size: 1.8rem;
    font-weight: 700;
}

.indInner .charge .cont-wrap .fee-alert p.cont {
    font-size: 1.6rem;
}

.indInner .charge .cont-wrap .fee-alert:last-child {
    margin-top: 30px;
}

.indInner .charge .cont-wrap .alert {
    padding-top: 16px;
    margin-bottom: 30px;
    font-size: 1.6rem;
    line-height: 20px;
}

.indInner .charge .cont-wrap .alert b {
    position: relative;
    display: inline-block;
    z-index: 2;
}

.indInner .charge .cont-wrap .alert b:after {
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    content: '';
    width: 106%;
    height: 10px;
    opacity: .4;
    background: #c7cad1;
    z-index: -1;
}

.indInner .charge .cont-wrap p.percentage {
    font-size: 1.6rem;
    font-weight: 700;
}

.indInner .charge .cont-wrap p.percentage span {
    color: #999;
}

.indInner .charge .cont-wrap p.percentage:before {
    display: inline-block;
    content: '';
    width: 9px;
    height: 9px;
    margin-right: 6px;
    background: #9ca7bf;
    border-radius: 100%;
    vertical-align: 2px;
}

.indInner .charge .cont-wrap p.percentage.non-pay {
    margin-top: 14px;
}

.indInner .charge .cont-wrap p.percentage.non-pay:before {
    background: #e39191;
}

/* ======= 계약기간 만료, 계약 갱신 */
/* ======= 계약기간 만료, 계약 갱신 */
.indInner .lower-left-wrap {
    float: left;
    width: 858px;
}

.indInner .lower-left-wrap .table-wrap {
    height: 322px;
    overflow-y: auto;
}

.indInner .lower-left-wrap .table-wrap::-webkit-scrollbar {
    width: 5px;
}

.indInner .lower-left-wrap .table-wrap::-webkit-scrollbar-track-piece {
    background-color: #fff;
}

.indInner .lower-left-wrap .table-wrap::-webkit-scrollbar-thumb {
    background-color: #a9a9a9;
    border-radius: 6px;
}

.indInner .lower-left-wrap .table-wrap::-webkit-scrollbar-thumb:hover {
    background-color: #999;
}

.indInner .lower-left-wrap th {
    height: 46px;
    font-size: 1.6rem;
    color: #909090;
    background: #f6f6f6;
    border-bottom: 1px solid #aeaeae;
}

.indInner .lower-left-wrap td {
    height: 46px;
    font-size: 1.6rem;
    color: #525252;
    text-align: center;
    border-bottom: 1px solid #d3d3d3;
}

.indInner .lower-left-wrap td .place {
    display: block;
    width: 56px;
    padding: 2px 0 3px;
    margin: 0 auto;
    font-size: 1.4rem;
    color: #fff;
    background: #323d53;
    border-radius: 4px;
}

.indInner .lower-left-wrap td .place2 {
    background: #747f45;
}

.indInner .lower-left-wrap .renewal {
    margin-top: 30px;
}

/* ======= 총분양금액, 총관리비 수익 */
.indInner .total-income-wrap {
    margin-top: 27px;
}

.indInner .total-income-wrap>div {
    float: left;
    padding: 25px 30px;
    width: 420px;
    height: 108px;
    background: #8cc76c url(/resources/images/index-income-sale.png) no-repeat 50% 95%;
    ;
    border-radius: 5px;
}

.indInner .total-income-wrap p {
    color: #fff;
}

.indInner .total-income-wrap p.tit {
    font-size: 1.8rem;
}

.indInner .total-income-wrap p.tit:before {
    display: inline-block;
    content: '';
    width: 3px;
    height: 16px;
    margin-right: 6px;
    background: #fff;
    vertical-align: -2px;
}

.indInner .total-income-wrap p.tit span {
    padding-left: 6px;
    font-weight: 400;
}

.indInner .total-income-wrap p.money {
    margin-top: 12px;
    font-size: 2.6rem;
    font-weight: 700;
    letter-spacing: -0.05rem;
}

.indInner .total-income-wrap .admin-income {
    margin-left: 17px;
    background-color: #57949e;
    background-image: url(/resources/images/index-income-admin.png);
}


/* ======= 스케쥴러 */
.indInner .scheduler-wrap {
    float: right;
    width: 306px;
    height: 516px;
    background: #fff;
    border-radius: 3px;
}

.indInner .scheduler-wrap .tit-wrap {
    display: flex;
    padding: 19px 18px 20px;
    border-bottom: 1px solid #e7e7e7;
    justify-content: space-between;
    align-items: center;
}

.indInner .scheduler-wrap .tit-wrap button {
    width: 18px;
}

.indInner .scheduler-wrap h3 {
    font-size: 1.8rem;
    color: #525252;
}

.indInner .calendar-wrap {
    padding: 20px 23px 30px;
    border-bottom: 1px solid #e7e7e7;
}

.indInner .calendar-wrap div.month {
    margin-bottom: 34px;
    user-select: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.indInner .calendar-wrap .month>* {
    display: inline-block;
}

.indInner .calendar-wrap .month button {
    cursor: pointer;
    width: 6px;
    height: 10px;
    background: url(/resourcess/images/main-calendar-arrow.png) no-repeat center/contain;
    vertical-align: 8px;
}

.indInner .calendar-wrap .month button:before {
    content: '';
}

.indInner .calendar-wrap .month .today-date {
    margin: 0 8px;
    font-size: 2.1rem;
    color: #b3956e;
    cursor: pointer;
    text-align: center;
}

.indInner .calendar-wrap .month button.next {
    transform: scaleX(-1);
}

.indInner .calendar-wrap .weekdays,
.indInner .calendar-wrap .dates {
    display: flex;
    flex-wrap: wrap;
}

.indInner .calendar-wrap .weekdays {
    margin-bottom: 16px;
}

.indInner .calendar-wrap .weekdays>div {
    width: 14.28%;
    font-size: 1.4rem;
    font-weight: 700;
    text-align: center;
}

.indInner .calendar-wrap .dates .date {
    width: 14.28%;
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 34px;
    text-align: center;
}

.indInner .calendar-wrap .dates .date .other {
    opacity: .3;
}

.indInner .calendar-wrap .dates .date .today {
    position: relative;
    display: block;
    color: #fff;
    font-weight: 700;
    z-index: 2;
}

.indInner .memo-wrap {
    height: 148px;
    padding: 16px 18px;
    overflow-y: auto;
}

.indInner .calendar-wrap .dates .date .this.date_anchi,
.indInner .calendar-wrap .dates .date .this.date_memo {
    position: relative;
    display: block;
    color: #fff;
    font-weight: 700;
    z-index: 2;
}

.indInner .calendar-wrap .dates .date .this.date_anchi:after,
.indInner .calendar-wrap .dates .date .this.date_memo:after {
    position: absolute;
    content: '';
    top: 49%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 28px;
    height: 28px;
    background: #8cc76c;
    border-radius: 100%;
    z-index: -1;
}

.indInner .calendar-wrap .dates .date .today:after {
    position: absolute;
    content: '';
    top: 49%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 28px;
    height: 28px;
    background: #49b3c6;
    border-radius: 100%;
    z-index: -1;
}

.indInner .memo-wrap::-webkit-scrollbar {
    width: 6px;
}

.indInner .memo-wrap::-webkit-scrollbar-thumb {
    background-color: #d5d5d5;
    border-radius: 6px;
}

.indInner .memo-wrap::-webkit-scrollbar-thumb:hover {
    background-color: #c6c6c6;
}

.indInner .memo-wrap .memo {
    font-size: 1.5rem;
    color: #363636;
    font-weight: 300;
    line-height: 1.2;
}

.indInner .memo-wrap .memo .btn-wrap {
    margin-top: 6px;
    text-align: right;
}

.indInner .memo-wrap .memo .btn-wrap button {
    width: 20px;
    height: 20px;
    background: url(/resourcess/images/icon-schedule-btn-modi.png) no-repeat center/contain;
}

.indInner .memo-wrap .memo .btn-wrap button.btn-delete {
    background-image: url(/resourcess/images/icon-schedule-btn-delete.png);
}

.indInner .memo-wrap .memo .schedule_memo .empty {
    text-align: center;
    color: #888;
    margin-top: 50px;
}

/* =============================
    공통 CSS
============================== */
main {
    padding-top: 60px;
}

.main {
    overflow-x: auto;
}

/* ====== quick memo */
#quick-links {
    position: absolute;
    bottom: 90px;
    left: 50%;
    transform: translateX(-50%);
}

#quick-links button {
    position: relative;
    width: 192px;
    height: 45px;
    background: #ffdc42;
}

#quick-links button img {
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}

#quick-links button:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 16px;
    height: 100%;
    background: #fec501;
}

.check-box {
    appearance: none !important;
    -webkit-appearance: none;
    width: 17px !important;
    height: 17px !important;
    border: 1px solid #999 !important;
    background: #fff;
    vertical-align: middle;
    cursor: pointer !important;
    position: relative;
    padding: 0;
}

.check-box:checked {
    background: #5a4d3d !important;
    border-color: #5a4d3d !important;
}

.check-box:checked::after {
    content: '';
    position: absolute;
    left: 4px;
    top: 1px;
    width: 4px;
    height: 8px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.btn-delete {
    width: 100px;
    height: 40px;
    color: #fff;
    border-radius: 3px;
    background: #d55656;
}

.btn-add {
    width: 100px;
    height: 40px;
    color: #fff;
    border-radius: 3px;
    background: #388f9e;
}

.btn-change {
    width: 100px;
    height: 40px;
    color: #fff;
    border-radius: 3px;
    background: #ffc964;
}

/*--------------------------------------------------
    RESPONSIVE
---------------------------------------------------*/
/* =============================
    HEADER 1479까지 검색기능 숨기기
============================== */
@media screen and (max-width:1479px) {
    h1 {
        left: 56px;
    }

    nav {
        width: 640px;
    }

    nav .src-box {
        display: none;
    }
}

/* =============================
    MAIN/CO-AREA
============================== */
.main-wrap.co-area {
    margin: 74px 0 0 325px;
    padding-bottom: 84px;
    width: 1194px;
}

.main-wrap .tit-wrap {
    position: relative;
}

.main-wrap .tit-wrap:after {
    display: block;
    content: '';
    width: 45px;
    height: 4px;
    margin: 20px 0 42px;
    background: #b19983;
}

.main-wrap .tit-wrap h3 {
    display: inline-block;
    font-size: 3rem;
    color: #525252;
}

.main-wrap .tit-wrap .btn-total-mag-wrap {
    position: relative;
    display: inline-block;
}

.main-wrap .tit-wrap .btn-total-management {
    padding: 2px 0 0 2px;
    width: 34px;
    height: 34px;
    margin-left: 11px;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0px 1px 5.82px 0.18px rgba(49, 45, 41, 0.33);
}

.main-wrap .tit-wrap .btn-details {
    position: absolute;
    top: 50%;
    right: -30px;
    transform: translate(100%, -50%);
}

.main-wrap .tit-wrap .btn-details button {
    display: block;
    width: 108px;
    height: 28px;
    font-size: 1.5rem;
    color: #fff;
    background: #c5a2f5;
    border-radius: 6px;
    transform: translateY(80%);
    opacity: 0;
    transition: .2s;
}

.main-wrap .tit-wrap .btn-details button.clicked {
    transform: translateY(0);
    opacity: 1;
}

.main-wrap .tit-wrap .btn-details .btn-wrap {
    height: 28px;
    overflow: hidden;
}

.main-wrap .tit-wrap .btn-details .btn-move {
    margin-left: -9px;
}

.main-wrap .tit-wrap .btn-details .btn-cancel {
    margin: 5px 0;
}

.main-wrap .tit-wrap .btn-details .btn-cancel button {
    background: #f0ba17;
    transition-delay: .15s;
}

.main-wrap .tit-wrap .btn-details .btn-delete {
    margin-left: -15px;
}

.main-wrap .tit-wrap .btn-details .btn-delete button {
    background: #cb594a;
    transition-delay: .3s;
}

.main-wrap .tit-wrap .btn-details button img {
    display: inline-block;
    margin-right: 7px;
    vertical-align: middle;
}

.main-wrap .tit-wrap .btn-modi-available {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 180px;
    height: 48px;
    color: #fff;
    background: #65574b;
}

.main-wrap .tit-wrap .btn-modi-available img {
    display: inline-block;
    margin-left: 5px;
    vertical-align: -2px;
}

.co-area .co-tit-group {
    height: 46px;
    padding: 0 20px;
    background: #29231c;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.co-area .co-tit-group p,
.co-area .co-tit-group h4 {
    float: left;
    margin-top: 15px;
    font-size: 1.6rem;
    color: #fff;
    font-weight: 700;
}

.co-area .co-tit-group button {
    float: right;
    margin-top: 9px;
    padding: 6px 13px 6px;
    font-size: 1.5rem;
    color: #fff;
    font-weight: 700;
    background: #388f9e;
    border-radius: 10px;
}

.co-area .co-tit-group button img {
    display: inline-block;
    vertical-align: -1px;
    margin-left: 2px;
}

.co-area table th {
    background: #f7f7f7;
    border-bottom: 1px solid #ccc;
}

.co-area table td {
    padding: 5px 0;
    background: #fff;
    border-bottom: 1px solid #ccc;
}

.table-wrap::-webkit-scrollbar {
    width: 6px;
}

.table-wrap::-webkit-scrollbar-track-piece {
    background-color: #eee;
}

.table-wrap::-webkit-scrollbar-thumb {
    background-color: #c2c2c2;
    border-radius: 6px;
}

.table-wrap::-webkit-scrollbar-thumb:hover {
    background-color: #b2b2b2;
}

.src-upper-wrap .table-wrap {
    position: relative;
}

.src-upper-wrap .table-wrap .btn-excel {
    position: absolute;
    top: 8px;
    right: 18px;
    width: 106px;
    height: 32px;
    font-size: 1.6rem;
    color: #fff;
    background: #107c41;
    border-radius: 3px;
}

.src-upper-wrap .table-wrap .btn-excel img {
    display: inline-block;
    margin-left: 6px;
    vertical-align: -3px;
}

/* =============================
    운영관리 공통표
============================== */
.opr-wrap table {
    border-top: 2px solid #999;
}

.opr-wrap thead th {
    border: solid 1px #5a4d3d;
}

.opr-wrap th,
.opr-wrap td {
    height: 46px;
    font-size: 1.6rem;
}

.opr-wrap .src-upper-wrap th {
    width: 149px;
}

.opr-wrap .src-upper-wrap td {
    padding-left: 20px;
    width: calc(100% - 149px);
}

.opr-wrap .src-upper-wrap .co-radio-wrap .wrap {
    display: inline-block;
    margin-right: 18px;
}

.opr-wrap .src-upper-wrap .co-radio-wrap input[type="checkbox"],
.opr-wrap .src-upper-wrap .co-radio-wrap input[type="radio"] {
    width: 18px;
    height: 18px;
    vertical-align: -3px;
    padding: 0;
}

.opr-wrap .src-upper-wrap .co-radio-wrap input[type="radio"] {
    border-radius: 9px;
}

.opr-wrap .src-upper-wrap .co-radio-wrap input[type="checkbox"]+label,
.opr-wrap .src-upper-wrap .co-radio-wrap input[type="radio"]+label {
    padding-left: 3px;
}

.opr-wrap .src-upper-wrap .co-radio-wrap .date-selector {
    display: inline-block;
    visibility: hidden;
    margin-left: 46px;
}

.opr-wrap .src-upper-wrap .co-radio-wrap .date-selector input {
    width: 155px;
    height: 32px;
}

.opr-wrap .src-upper-wrap .co-radio-wrap .date-selector span {
    margin: 0 6px;
}

.opr-wrap .src-upper-wrap .co-radio-wrap button.btn-src {
    width: 96px;
    height: 32px;
    margin-left: 8px;
    color: #fff;
    background: #288c9e;
}

.opr-wrap .src-lower-wrap {
    margin-top: 32px;
}

.opr-wrap .src-lower-wrap table {
    border-top-color: #333;
    border-bottom: 1px solid #ccc;
}

.opr-wrap .src-lower-wrap th {
    width: 149px;
    color: #fff;
    font-weight: 400;
    background: #333;
}

.opr-wrap .src-lower-wrap td {
    padding-left: 14px;
    width: calc(100% - 149px);
}

.opr-wrap .src-lower-wrap input {
    width: 302px;
    height: 32px;
}

.opr-wrap .src-lower-wrap button {
    width: 100px;
    height: 32px;
    margin-left: 6px;
    color: #fff;
    background: #666;
}

.opr-wrap .src-date-result-wrap {
    margin-top: 42px;
}

.opr-wrap .src-date-result-wrap p.tit {
    margin-bottom: 14px;
    font-size: 1.9rem;
}

.opr-wrap .src-date-result-wrap p.tit:before {
    display: inline-block;
    content: '';
    width: 5px;
    height: 18px;
    margin-right: 8px;
    background: #288c9e;
    vertical-align: -2px;
}

.opr-wrap .src-date-result-wrap td {
    text-align: center;
}

.opr-wrap .total-result-wrap {
    margin-top: 37px;
}

.opr-wrap .total-result-wrap p.total-alert {
    margin-bottom: 14px;
    font-size: 1.9rem;
}

.opr-wrap .total-result-wrap p.total-alert b {
    color: #288c9e;
}

.opr-wrap .total-result-wrap td {
    text-align: center;
    cursor: pointer;
}

.opr-wrap .total-result-wrap td span.type {
    display: block;
    width: 79px;
    padding: 2px 0 3px;
    margin: 0 auto 1px;
    font-size: 1.4rem;
    color: #fff;
    background: #394871;
    text-align: center;
    border-radius: 3px;
}

.opr-wrap .total-result-wrap td span.type2 {
    background-color: #878f58;
}

.opr-wrap .total-result-wrap td span.type3 {
    background-color: #dd8a1e;
}

.opr-wrap .total-result-wrap .btn-replace {
    display: block;
    width: 64px;
    height: 20px;
    margin: 3px auto 0;
    font-size: 1.4rem;
    color: #fff;
    background: #288c9e;
    border-radius: 3px;
}

.opr-wrap .total-result-wrap .btn-print {
    display: block;
    width: 64px;
    height: 20px;
    margin: 3px auto 0;
    font-size: 1.4rem;
    color: #fff;
    background: #7caf00;
    border-radius: 3px;
}

.opr-wrap .paging-wrap {
    margin-top: 54px;
}

.opr-wrap .paging-wrap ul {
    display: flex;
    justify-content: center;
}

.opr-wrap .paging-wrap li.on {
    background: #9a9a9a;
}

.opr-wrap .paging-wrap li.on a {
    color: #fff;
}

.opr-wrap .paging-wrap li:nth-child(n+2) {
    margin-left: 5px;
}

.opr-wrap .paging-wrap a {
    display: block;
    width: 32px;
    height: 32px;
    font-size: 1.6rem;
    color: #777;
    line-height: 31px;
    text-align: center;
    border: 1px solid #9a9a9a;
}

.opr-wrap .paging-wrap a.focus {
    color: #fff;
    border-color: transparent;
    background: #6f6354;
}

.opr-wrap .pg_wrap {
    margin-top: 24px;
}

.opr-wrap .pg_wrap ul {
    display: flex;
    justify-content: center;
    gap: 0 5px;
}

.opr-wrap .pg_wrap ul li a {
    display: block;
    width: 33px;
    height: 33px;
    line-height: 32px;
    font-size: 1.6rem;
    color: #5a4d3d;
    text-align: center;
    border-radius: 6px;
}

.opr-wrap .pg_wrap ul li.active a {
    color: #fff;
    background: #756858;
}

.opr-wrap .pg_wrap ul li.page-arrow {
    letter-spacing: -0.35rem;
    font-family: 'Pretendard', sans-serif;
}

.opr-wrap .pg_wrap ul li.page-arrow a {
    width: 24px;
}


/* ============= 공통 탭 */
.opr-wrap .tab-wrap {
    margin-bottom: 28px;
}

.opr-wrap .tab-wrap li {
    float: left;
    width: 180px;
}

.opr-wrap .tab-wrap li a {
    display: block;
    height: 48px;
    font-size: 1.7rem;
    color: #686868;
    line-height: 47px;
    text-align: center;
    background: #e2e2e2;
}

.opr-wrap .tab-wrap li a.active {
    font-weight: 700;
    border-top: 3px solid #b19983;
    background: transparent;
}

/* ============= 관리비 입력 */
.opr-fee .fee-wrap p.tit {
    margin-bottom: 18px;
    font-size: 2.4rem;
    font-weight: 700;
}

.opr-fee .fee-wrap p.tit:before {
    display: inline-block;
    content: '';
    width: 7px;
    height: 25px;
    margin-right: 10px;
    background: #b19983;
    vertical-align: -4px;
}

.opr-fee .fee-wrap table {
    width: auto;
    font-size: 1.6rem;
}

.opr-fee .fee-wrap thead th {
    height: 48px;
    color: #fff;
    background: #29231c;
    border-right: 1px solid #282828;
    border-bottom: 0px;
}

.opr-fee .fee-wrap thead th:last-child {
    border-right: 0px;
}

.opr-fee .fee-wrap td {
    height: 46px;
    padding: 0 18px;
    border-left: 1px solid #ccc;
}

.opr-fee .fee-wrap td input {
    width: 82%;
    height: 30px;
    text-align: center;
    border: none;
    outline: none;
}

.opr-fee .fee-wrap td input:focus {
    box-shadow: 0px 0px 11.96px 1.04px rgba(0, 0, 0, 0.1);
}

.opr-fee .fee-wrap td span {
    padding-left: 5px;
}

.opr-fee .fee-wrap table:nth-child(n+2) {
    margin-top: 12px;
}

.opr-fee .fee-wrap.arboretum-wrap {
    margin-top: 42px;
}

.opr-fee .fee-wrap.arboretum-wrap p.tit:before {
    background: #718f6a;
}

.opr-fee .btn-wrap {
    margin-top: 36px;
    text-align: right;
}

.opr-fee .btn-wrap button {
    width: 180px;
    height: 52px;
    font-size: 1.6rem;
    color: #fff;
    background: #388f9e;
}

/* ============= 분양 통계 */
.opr-stt .table-wrap {
    float: left;
}

.opr-stt .table-wrap.place {
    width: 641px;
}

.opr-stt .table-wrap.corpse {
    width: 482px;
    margin-left: 20px;
}

.opr-stt .table-wrap p.tit {
    margin-bottom: 14px;
    font-size: 1.8rem;
    color: #686868;
    font-weight: 700;
}

.opr-stt .table-wrap p.tit:before {
    display: inline-block;
    content: '';
    width: 6px;
    height: 21px;
    margin-right: 10px;
    background: #b19983;
    vertical-align: -4px;
}

.opr-stt .table-wrap table {
    border-top: 0px;
}

.opr-stt .table-wrap thead th {
    color: #fff;
    border-bottom: 0px;
    background: #29231c;
}

.opr-stt .table-wrap tbody th {
    font-weight: 400;
    background: #f7f7f7;
}

.opr-stt .table-wrap tbody :is(th[rowspan="2"], th[rowspan="3"], th[rowspan="4"]) {
    font-weight: 700;
    background: #e9e9e9;
}

.opr-stt .table-wrap td {
    text-align: center;
}

.opr-stt .table-wrap .total {
    margin-top: 12px;
}

.opr-stt .table-wrap .total {
    border-top: 1px solid #29231c;
}

.opr-stt .table-wrap .total tbody th {
    color: #fff;
    font-weight: 700;
    background: #29231c;
    border-bottom: 0px;
}

/* ============= 판매 현황 */
.opr-sell td {
    text-align: center;
}

.opr-sell .src-upper-wrap {
    margin-bottom: 40px;
}

.opr-sell .src-upper-wrap table {
    border-top: 0px;
}

.opr-sell .src-upper-wrap th {
    color: #fff;
    background: #363636;
}

.opr-sell .src-upper-wrap td {
    text-align: left;
}

.opr-sell .src-upper-wrap td {
    border-top: 2px solid #363636;
}

.opr-sell .table-total {
    margin-bottom: 40px;
}

.opr-sell .table-total table {
    border-top: 0px;
}

.opr-sell .table-total thead th {
    color: #fff;
    background: #363636;
}

.opr-sell .table-total span.br:before {
    display: block;
    content: '';
}

.opr-sell .table-result table {
    width: auto;
}

.opr-sell .table-result table:nth-child(n+2) {
    margin-top: 12px;
}

.opr-sell .table-result th {
    background: #d6d6d6;
    border-right: 1px solid #ccc;
}

.opr-sell .table-result .divide th {
    background: #eee;
    border-color: #ddd;
}

.opr-sell .table-result td {
    width: 99px;
    border-right: 1px solid #dedede;
}

.opr-sell .table-result th:last-child,
.opr-sell .table-result td:last-child {
    border-right: 0px;
}

/* =============================
    계정 관리
============================== */
.common-wrap table {
    font-size: 1.6rem;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}

.common-wrap table th {
    height: 48px;
    color: #fff;
    background: #29231c !important;
    font-weight: 400;
}

.common-wrap table input[type="checkbox"] {
    width: 18px;
    height: 18px;
    border: 1px solid #c3c3c3;
    border-radius: 3px;
}

.common-wrap table tr:last-child td {
    border-bottom: 0;
}

.common-wrap table td {
    height: 46px;
    text-align: center;
    cursor: pointer;
}

.common-wrap table td .modi-date {
    display: block;
    margin-top: 2px;
    font-size: 1.4rem;
}

/* 
.common-wrap .btn-wrap {
    margin-top: 28px;
}

.common-wrap .btn-wrap button {
    float: left;
    width: 160px;
    height: 46px;
    font-size: 1.6rem;
    background: #fff;
    border: 1px solid #ccc;
}

.common-wrap .btn-wrap .btn-regi {
    float: right;
    color: #fff;
    background: #718f6a;
    border: none;
} */