@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Nanum+Gothic:wght@400;700;800&display=swap');

@font-face {
    font-family: 'Nanum Gothic';
    src: url('./NanumGothic/NanumGothic-Regular.eot');
    src: url('./NanumGothic/NanumGothic-Regular.eot?#iefix') format(‘embedded-opentype’),
        url('./NanumGothic/NanumGothic-Regular.woff') format(‘woff’),
        url('./NanumGothic/NanumGothic-Regular.ttf') format('truetype'),
        url('./NanumGothic/NanumGothic-Regular.otf') format('otf');
}

@font-face {
    font-family: 'Nanum Gothic-Bold';
    src: url('./NanumGothic/NanumGothic-Bold.eot');
    src: url('./NanumGothic/NanumGothic-Bold.eot?#iefix') format(‘embedded-opentype’),
        url('./NanumGothic/NanumGothic-Bold.woff') format(‘woff’),
        url('./NanumGothic/NanumGothic-Bold.ttf') format('truetype'),
        url('./NanumGothic/NanumGothic-Bold.otf') format('otf');
}

/* @font-face {
    font-family: 'Nanum Gothic-EXB';
    src: url('./NanumGothic/NanumGothic-ExtraBold.eot');
    src: url('./NanumGothic/NanumGothic-ExtraBold.eot?#iefix') format(‘embedded-opentype’),
        url('./NanumGothic/NanumGothic-ExtraBold.woff') format(‘woff’),
        url('./NanumGothic/NanumGothic-ExtraBold.ttf') format('truetype'),
        url('./NanumGothic/NanumGothic-ExtraBold.otf') format('otf');
}

@font-face {
    font-family: 'SBAggroM';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/SBAggroM.woff') format('woff');
    font-weight: normal;
    font-style: normal;
} */

:root {
    --color-black: #201834;
    --color-primary: #172446;
    --color-primary-bright: #434d97;
    --color-warning: #fc707b;
    --color-warning-bright: #fa8892;
    --color-gray: #656472;
    --color-gray-highlight: #a2a2a2;
    --color-gray-bright: #d2d2d2;
    --color-white: #fff;
    --color-bg: #f0eff3;
    --color-bg-point: aliceblue;
    --color-grid-point: #e6f1fb;
    --color-transparent: rgba(0, 0, 0, 0);

    --font-SBAggroM: 'SBAggroM';
    --font-Nanum-Gothic: 'Nanum Gothic';
    --font-Nanum-Gothic-Bold: 'Nanum Gothic-Bold';

    --size-top-height: 80px;
    --size-sidebar-width: 250px;
    --size-footer-height: 100px;
}

.w-100p {
    width: 100% !important;
}

.w-auto {
    width: auto !important;
}

.h-auto {
    height: auto !important;
}

.mt-15 {
    margin-top: 15px;
}

.mt-30 {
    margin-top: 30px;
}

.h-600 {
    height: 600px;
}

.before-page {
    cursor: pointer;
}

.dot {
    width: 25px;
    height: 25px;
    display: block;
    margin: auto;
    border-radius: 50%;
}

.dot.red {
    background: #fc707b;
}

.dot.green {
    background: #2bb47b;
}

* {
    margin: 0;
    padding: 0;
    color: inherit;
    box-sizing: border-box;
}

html,
body {
    width: 100%;
    height: 100%;
    /* overflow-x: hidden; */
    /* overflow-y: hidden; */
}

button {
    cursor: pointer;
}

li {
    list-style: none;
}

table {
    border-collapse: collapse;
}

textarea {
    resize: none;
}

button.focus {
    color: var(--color-white) !important;
    background-color: var(--color-primary-bright) !important;
    border: 1px solid var(--color-primary) !important;
    border-radius: 3px !important;
    background-image: none !important;
}

button.warning {
    color: var(--color-white) !important;
    background-color: var(--color-warning-bright) !important;
    border: 1px solid var(--color-warning) !important;
    border-radius: 3px !important;
    background-image: none !important;
}

div.container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    min-width: 1510px;
    min-height: 100vh;
}

div.noScroll {
    overflow: hidden;
}

div.container::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari, Opera*/
}

div.wrap {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

div.line {
    border: 1px solid var(--color-gray-bright);
}

div.t-line {
    border-top: 1px solid var(--color-gray-bright);
}

div.b-line {
    border-bottom: 1px solid var(--color-gray-bright);
}

div.l-line {
    border-left: 1px solid var(--color-gray-bright);
}

div.r-line {
    border-right: 1px solid var(--color-gray-bright);
}

span.dot.green {
    background-color: #2bb47b;
}

span.dot.gray {
    background-color: #d2d2d2;
}

span.require {
    color: var(--color-warning) !important;
}

input {
    font-size: 16px;
}

input:disabled {
    background: var(--color-bg) !important;
    color: var(--color-gray-highlight) !important;
    border: 1px solid var(--color-gray-highlight) !important;
}

input:disabled~span.span-won-mark {
    color: var(--color-gray-highlight) !important;
}

select:disabled {
    background: var(--color-bg) !important;
    color: var(--color-gray-highlight) !important;
    border: 1px solid var(--color-gray-highlight) !important;
}

input[type="text"].search {
    border-radius: 3px 0 0 3px;
    width: 150px;
    border: 1pt solid var(--color-black) !important;
    font-size: 14px !important;
    padding: 3px 7px !important;
    height: 25px !important;
    box-sizing: border-box;
}

input[type="text"]#ipt_searchUserId {
    width: 200px
}

input[type="text"]#ipt_searchUserNm {
    width: 120px
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input.search.round-all,
button.search.round-all {
    border-radius: 3px;
}

button.search {
    border: none;
    border-radius: 0 3px 3px 0;
    font-size: 16px;
    background-color: var(--color-primary-bright);
    height: 25px;
    width: 25px;
    line-height: 25px;
    color: var(--color-white);
}

button.search>i.icon-search {
    font-size: 16px;
    line-height: 25px;
    font-weight: bold;
}

.span-won-mark {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    padding-bottom: 3px;
}

/* Header */
div.web-header-wrap {
    position: relative;
    width: 100%;
    height: var(--size-top-height);
    background-color: var(--color-primary);
}

div.web-header-wrap>div.logo-img {
    position: absolute;
    width: var(--size-sidebar-width);
    height: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

div.web-header-wrap>div.logo-img>img.img-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: 70%;
}

div.web-header-wrap>div.header-menu {
    position: absolute;
    right: 3%;
    top: 50%;
    transform: translateY(-50%);
    width: auto;
    height: 60%;
}

div.web-header-wrap>div.header-menu>button {
    width: 120px;
    height: 100%;
    margin: 0 0 0 10px;
    padding: 0.3em 0 0 0;
    background: none;
    border: 2pt solid var(--color-white);
    border-radius: 5pt;
    color: var(--color-white);
    font-size: 1.2em;
    font-family: 'SBAggroM';
}

/* Left */
div.web-side-wrap {
    float: left;
    min-height: calc(100vh - 80px - var(--size-footer-height));
    width: var(--size-sidebar-width);
}

div.web-side-wrap>div#menu_tree {
    /* margin: 20px 0 0 0; */
    /* border-bottom: 1px solid #d2d2d2; */
    /* border-right: 1px solid #d2d2d2; */
    /* border-radius: 3px; */
}

div.web-side-wrap>div#menu_tree a.jstree-anchor.current-page {
    font-weight: bold;
}

/* 
div.web-side-wrap>div#menu_tree>ul>li {
    margin-top: 10px;
} */

div.web-side-wrap>div#menu_tree>ul>li {
    position: relative;
    display: block;
    margin: 0;
    font-size: 15px;
    color: #000000;
    padding: 13px 0 14px 35px;
    background-color: #fff;
    line-height: 1;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    box-sizing: border-box;
}

div.web-side-wrap>div#menu_tree>ul>li>div.jstree-wholerow {
    position: absolute;
    top: 0;
    left: 0;
    height: 52px;
    border-bottom: 1px solid #d2d2d2;
}

div.web-side-wrap>div#menu_tree>ul>li>div.jstree-wholerow:nth-child(1) {
    border-top: 1px solid #d2d2d2;
}

div.web-side-wrap>div#menu_tree>ul>li.jstree-closed>div.jstree-wholerow {
    background: #fafafa url(../css/img/menu_tree_down.png) no-repeat 20px 23px !important;
}

div.web-side-wrap>div#menu_tree>ul>li.jstree-closed>div.jstree-wholerow:hover {
    background: #e7f4f9 url(../css/img/menu_tree_down.png) no-repeat 20px 23px !important;
}

div.web-side-wrap>div#menu_tree>ul>li.jstree-open>div.jstree-wholerow {
    background: #fafafa url(../css/img/menu_tree_up.png) no-repeat 20px 23px !important;
}

div.web-side-wrap>div#menu_tree>ul>li.jstree-open>div.jstree-wholerow:hover {
    background: #e7f4f9 url(../css/img/menu_tree_up.png) no-repeat 20px 23px !important;
}

.jstree-icon.jstree-ocl {
    display: none !important;
}

div.web-side-wrap>div#menu_tree>ul>li ul {
    padding-top: 22px;
}

div.web-side-wrap>div#menu_tree>ul>li ul>li {
    margin-top: 5px;
}

div.web-side-wrap>div#menu_tree>ul>li ul>li:hover {

    font-weight: bold;
}

div.web-side-wrap>div#menu_tree>ul>li ul>li>div {
    display: none;
}

/* body */
div.content-wrap {
    height: calc(100vh - var(--size-top-height) - var(--size-footer-height));
    max-width: calc(100% - var(--size-sidebar-width));
    flex: 1;
    padding: 20px 20px 0;
}

div.inner-container {
    display: flex;
    height: 100%;
    flex-direction: column;
}

div.jui {
    display: flex;
    height: 100%;
    flex-direction: column;
}

/* Footer */
div.web-footer-wrap {
    width: 100%;
    height: var(--size-footer-height);
}

/* kendo popup setting */

div.k-window-titlebar.k-header {
    height: 32px;
}

div.k-window-titlebar.k-header>span {
    top: 50%;
    transform: translateY(-50%);
}

div.k-window-titlebar.k-header>div {
    top: 50%;
    transform: translateY(-50%);
    padding-top: 0;
}

div.k-window-actions>button {
    color: var(--color-black);
    background-color: #fff;
    border: 1px solid #cdcdcd;
    border-radius: 3px;
    padding: 5px 12px;
}

div.popup div.head {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

div.popup div.wrap-popup-content {
    display: flex;
    flex-direction: column;
    max-height: 6 0%;
}

div.popup .wrap-popup-content div>input {
    height: 40px;
    padding: 0 5px;
    border: 1px solid var(--color-gray-bright);
}

div.popup .wrap-popup-content div>select {
    height: 40px;
    text-align: center;
    border: 1px solid var(--color-gray-bright);
}

div.popup .wrap-popup-content div>input.amt {
    text-align: right;
    padding-right: 32px;
}

div.popup .tbl-corp-num-data tr>td>input {
    height: 40px;
    border: 1px solid var(--color-gray-bright);
    padding: 0 5px;
    text-align: center;
}

div.popup .tbl-corp-num-data tr>td {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

div.popup .tbl-corp-num-data tr>td>input:nth-of-type(1) {
    width: 24%;
}

div.popup .tbl-corp-num-data tr>td>input:nth-of-type(2) {
    width: 14%;
}

div.popup .tbl-corp-num-data tr>td>input:nth-of-type(3) {
    width: 39%;
}

div.popup .tbl-phone-num-data tr>td {
    height: 40px;
    text-align: center;
}

div.popup .tbl-phone-num-data tr>td>input {
    height: 100%;
    width: 100%;
    border: 1px solid var(--color-gray-bright);
    text-align: center;
}

div.popup .tbl-phone-num-data tr>td:nth-child(1) {
    width: 22%;
}

div.popup .tbl-phone-num-data tr>td:nth-child(2),
div.popup .tbl-phone-num-data tr>td:nth-child(4) {
    width: 10%;
}

div.popup .tbl-phone-num-data tr>td:nth-child(3),
div.popup .tbl-phone-num-data tr>td:nth-child(5) {
    width: 29%;
}

div.popup div.wrap-inner-table {
    overflow: hidden;
    margin-top: 10px;
    height: calc(100% - 80px);
}

div.popup tr>td>button.btn-code-select {
    height: 28px;
    width: 80%;
    vertical-align: middle;
    color: var(--color-white);
    background-color: var(--color-primary-bright);
    border: none;
    border-radius: 3pt;
}

div.popup tr>td>button.btn-code-select:hover {
    background-color: var(--color-primary);
}

div.popup table.common-code-data-form {
    border: none;
    table-layout: fixed;
}

div.popup table.common-code-data-form td {
    padding: 7px 0;
}

div.popup table.common-code-data-form td:nth-child(odd) {
    padding-left: 10px;
}

div.popup table.common-code-data-form td:nth-child(even) {
    padding-right: 10px;
}

div.popup table.common-code-data-form input.ipt-code-data {
    border-radius: 3px;
    width: 100%;
    border: 1pt solid var(--color-black);
    font-size: 14px;
    padding: 3px 7px;
    height: 25px;
    box-sizing: border-box;
}

div.popup table.common-code-data-form select {
    width: 100%;
    height: 25px;
    border-radius: 3px;
    border: 1pt solid var(--color-gray);
}

div.popup table.add-user-data-form {
    border: none;
    table-layout: fixed;
}

div.popup table.add-user-data-form td {
    padding: 7px 0;
}

div.popup table.add-user-data-form td:nth-child(odd) {
    padding-left: 10px;
}

div.popup table.add-user-data-form td:nth-child(even) {
    padding-right: 10px;
}

div.popup table.add-user-data-form input.ipt-user-data {
    border-radius: 3px;
    width: 100%;
    border: 1pt solid var(--color-black);
    font-size: 14px;
    padding: 3px 7px;
    height: 23px;
}

div.popup table.add-user-data-form select {
    width: 100%;
    height: 25px;
    background-color: var(--color-white);
    border-radius: 3px;
    border: 1pt solid var(--color-gray);
}

div.popup table.add-user-data-form button {
    padding: 3px 12px;
}

div.popup table.popup-data-table {
    border: none;
    table-layout: fixed;
}

div.popup table.popup-data-table td {
    padding: 10px;
}

div.popup table.popup-data-table input.ipt-user-data {
    border-radius: 3px;
    width: 100%;
    border: 1pt solid var(--color-black);
    font-size: 14px;
    padding: 3px 7px;
    height: 25px;
}

div.popup table.popup-data-table input {
    height: 33px;
    border: 1px solid var(--color-gray-bright);
    border-radius: 3px;
    padding: 3px 7px;
}

div.popup table.popup-data-table input.w-500px {
    width: 500px;
}

div.popup table.popup-data-table input.title {
    width: 100%;
    height: 25px;
}

div.popup table.popup-data-table input.attach {
    width: 200px;
    height: 25px;
}

div.popup table.popup-data-table textarea.content {
    width: 100%;
    min-width: 500px;
    height: 400px;
    padding: 7px;
    border-width: 1px;
    border-radius: 3px;
}

div.popup table.popup-data-table select {
    width: 30%;
    height: 33px;
    background-color: var(--color-white);
    border-radius: 3px;
    border: 1pt solid var(--color-gray-bright);
    text-align: center;
}

div.popup table.popup-data-table button {
    border-width: 1px;
    border-radius: 3px;
    padding: 3px 12px;
    height: 25px;
    vertical-align: middle;
}

#popup_mgmtComplaint * {
    box-sizing: border-box;
}

div.popup table.tbl-ipt-form {
    width: 100%;
    border: 1px solid var(--color-gray-bright);
}

div.popup table.tbl-ipt-form:not(:nth-of-type(1)) {
    margin-top: 20px;
}

div.popup table.tbl-ipt-form td:nth-child(1) {
    width: 20%;
    text-align: center;
    background-color: var(--color-bg);
    border-right: 1px solid var(--color-gray-bright);
}

div.popup table.tbl-ipt-form td:nth-child(2) {
    position: relative;
    display: flex;
    flex-direction: row;
}

div.popup table.tbl-ipt-form td>input {
    border: none;
    flex: 1;
    height: 40px;
    padding-right: 24px;
    text-align: right;
}

div.popup table.tbl-ipt-form td>input.amt {
    text-align: right;
}

div.popup table.tbl-ipt-form td>input:focus {
    outline: none;
}

div.popup table.tbl-ipt-form td:not(:first-child)>span {
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
}

div.popup .tbl-select-category {
    width: 100%;
    height: 46px;
    border: 1px solid var(--color-gray-bright);
    table-layout: fixed;
}

div.popup .tbl-select-category td {
    background-color: white;
    text-align: center;
    cursor: pointer;
}

div.popup .tbl-select-category td.on {
    color: var(--color-white);
    background-color: var(--color-primary);
}

div.popup .tbl-select-category td:nth-child(even) {
    border-left: 1px solid var(--color-gray-bright);
    border-right: 1px solid var(--color-gray-bright);
}

div.popup div.wrap-separated {
    display: flex;
    flex-direction: row;
}

div.popup div.wrap-separated>div {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 10px;
}

div.popup div.wrap-separated>div>div {
    position: relative;
    display: flex;
    flex-direction: column;
}

div.popup div.wrap-separated>div:not(:nth-child(1)) {
    border-left: 1px solid var(--color-gray-bright);
}

div.popup div.wrap-single-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding-top: 50px;
    padding-bottom: 100px;
}

div.popup div.wrap-single-item>div {
    display: flex;
    flex-direction: column;
}

div.popup .span-sub-title {
    font-size: 16px;
    padding-top: 30px;
    padding-bottom: 15px;
}

div.popup .wrap-popup-exp {
    padding: 10px 0 10px 5px;
    border: 1px solid var(--color-gray-bright);
    background-color: aliceblue;
}

div.popup .wrap-popup-exp:not(:nth-child(1)) {
    margin-top: 30px;
}

div.popup .wrap-popup-exp>.span-exp-content {
    padding-top: 12px;
    font-size: 12px;
}

div.popup .span-sub-title:nth-child(1) {
    padding-top: 0;
}

div.popup .span-sub-title.span-top {
    padding-top: 0;
}

div.popup .sel-cat-selector {
    height: 40px;
    text-align: center;
    border: 1px solid var(--color-gray-bright);
}

div.popup div>input[type="date"] {
    height: 40px;
    border: 1px solid var(--color-gray-bright);
    text-align: center;
}

div.popup textarea {
    min-height: 300px;
    padding: 12px;
    border: 1px solid var(--color-gray-bright);
}

div.popup div#popup_selectCode div.wrap-popupPage-condition,
div#popup_searchUser div.wrap-popupPage-condition {
    height: 10vh;
    display: flex;
    align-items: center;
}

div#popup_selectCode div.wrap-popupPage-condition>span,
div#popup_searchUser div.wrap-popupPage-condition>span {
    padding: 5px;
}

div#popup_selectCode div.wrap-popupPage-condition>button,
div#popup_searchUser div.wrap-popupPage-condition>button {
    padding: 0px 12px;
}

div#popup_selectCode div.wrap-popupPage-table,
div#popup_searchUser div.wrap-popupPage-table {
    height: 45vh;
}

div#popup_wdrlSkd div.wrap-popupPage-condition,
div#popup_depoSkd div.wrap-popupPage-condition {
    height: 12vh;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
}

div#popup_wdrlSkd div.wrap-popupPage-condition>div,
div#popup_depoSkd div.wrap-popupPage-condition>div {
    padding: 0 10px;
}

div#popup_wdrlSkd div.wrap-popupPage-condition>div>div,
div#popup_depoSkd div.wrap-popupPage-condition>div>div {
    display: flex;
    align-items: center;
    height: 35px;
    padding: 5px 0;
}

div#popup_wdrlSkd div.wrap-popupPage-condition>div>div>span,
div#popup_depoSkd div.wrap-popupPage-condition>div>div>span {
    padding: 5px;
}

div#popup_wdrlSkd div.wrap-popupPage-condition>div>div>button,
div#popup_depoSkd div.wrap-popupPage-condition>div>div>button {
    padding: 0px 12px;
    width: 50px;
}

div#popup_wdrlSkd div.wrap-popupPage-condition>div>div>input[type="date"],
div#popup_wdrlSkd div.wrap-popupPage-condition>div>div>input[type="text"],
div#popup_depoSkd div.wrap-popupPage-condition>div>div>input[type="date"],
div#popup_depoSkd div.wrap-popupPage-condition>div>div>input[type="text"] {
    border-radius: 3px;
    width: 150px;
    border: 1pt solid var(--color-black);
    font-size: 14px;
    padding: 3px 7px;
    height: 25px;
}

div#popup_wdrlSkd div.wrap-popupPage-condition>div>div>select,
div#popup_depoSkd div.wrap-popupPage-condition>div>div>select {
    border-radius: 3px;
    border: 1pt solid var(--color-black);
    font-size: 14px;
    padding: 3px 7px;
    height: 25px;
}

div#popup_serviceMgmt textarea,
div#popup_videoMgmt textarea,
div#popup_faq textarea,
div#popup_check textarea,
div#popup_answer textarea {
    width: 100%;
    height: 150px;
    padding: 10px;
    border-radius: 3px;
    line-height: 1.5;
}

#popup_checkSkd div.wrap-popup-content>div.wrap-title {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-top: 30px;
}

div#popup_checkSkd #span_checkSkd_title {
    font-size: 24px;
}

#popup_checkSkd hr {
    margin: 15px 0;
}

/* kendo grid */
div.k-grid table tbody>tr>td>select {
    width: 90%;
    height: 28px;
    text-align: center;
}

div.k-grid table tbody>tr>td>button.grid-select-btn {
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 28px;
    border-radius: 3px;
    border: 1px solid var(--color-gray-bright);
    padding: 0 15px;
    cursor: pointer;
}

div.k-grid table tbody>tr>td>button.grid-select-btn:not(:nth-child(1)) {
    margin-left: 10px;
}

div.k-grid table tbody>tr>td>button.grid-select-btn:hover {
    background-color: var(--color-gray-bright);
    border: 1px solid var(--color-gray-highlight);
}

div.k-grid table tbody>tr>td.disabled {
    background-color: var(--color-bg);
    color: var(--color-gray-highlight);
}

div.k-grid table tbody>tr:nth-child(2n)>td.disabled {
    background-color: #8a8a8a;
}

div.k-grid-content-locked table tbody>tr:nth-last-child(1)>td,
div.k-grid-content table tbody>tr:nth-last-child(1)>td {
    border-bottom: 1px solid #dbdbde;
}

/* adminMemberLogin */

.bgImg {
    background-image: url(/css/img_web/web_login_bg.jpg);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
}

div.loginWrap {
    position: absolute;
    right: 20%;
    top: 50%;
    transform: translateY(-50%);
    background-color: var(--color-white);
    padding: 50px 50px 30px;
    width: 450px;
    height: 50%;
    min-height: 540px;
}

div.loginWrap>div.titleWrap {
    margin-bottom: 60px;
}

div.loginWrap>div.titleWrap>h1 {
    text-align: left;
    margin-bottom: 10px;
    color: var(--color-primary);
    font-family: "SBAggroM";
}

div.loginWrap>div.titleWrap>span {
    float: left;
    color: var(--color-primary);
}

div.loginWrap>div {
    position: relative;
    margin-bottom: 1vh;
    overflow: hidden;
}

div.loginWrap>div.emailWrap>span:nth-child(1),
div.loginWrap>div.passwordWrap>span:nth-child(1) {
    position: absolute;
    left: 1em;
    top: 50%;
    transform: translateY(-50%);
}

div.loginWrap>div.emailWrap>span:nth-child(2),
div.loginWrap>div.passwordWrap>span:nth-child(2) {
    position: absolute;
    left: 5.5em;
    top: 50%;
    transform: translateY(-50%);
    line-height: 0;
    color: #d2d2d2;
}

div.loginWrap>div>input[type="password"],
div.loginWrap>div>input[type="email"],
div.loginWrap>div>input[type="text"] {
    color: #000;
    float: right;
    width: 100%;
    height: 4vh;
    padding: 0 0 0 6.5em;
    border: 1px solid #d2d2d2;
    outline: none;
}

div.loginWrap>div.loginBtn>button {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 5vh;
    line-height: 5vh;
    margin: 1rem 0;
    outline: none;
    border: none;
    align-items: center;
    font-weight: bold;
    font-size: 1.4em;
}

div.loginWrap>div.loginBtn>button.login {
    background: var(--color-primary-bright);
    color: var(--color-white);
    border-radius: 3px;
}

div.loginWrap>div.loginBtn>button.signup {
    background: var(--color-bg);
    color: var(--color-gray);
    border: 1pt solid var(--color-gray);
    border-radius: 3px;
}

div.loginWrap>div.autologon {
    margin-bottom: 2vh;
    display: block;
    text-align: right;
}

div.loginWrap>h5.findPw {
    text-decoration: underline;
}

div.loginWrap>.right {
    display: block;
    text-align: right;
}

/* /login/signup */
#body_findPw,
#body_findPw2,
#body_signup {
    background-color: var(--color-bg);
}

#body_findPw *,
#body_findPw2 *,
#body_signup * {
    box-sizing: content-box;
}

#body_findPw header,
#body_findPw div.navigation,
#body_findPw2 header,
#body_findPw2 div.navigation,
#body_signup header {
    display: none;
}

#body_findPw div.container,
#body_findPw2 div.container,
#body_signup div.container {
    justify-content: center;
}

#body_findPw div.wrap,
#body_findPw2 div.wrap,
#body_signup div.content {
    width: 500px;
}

#body_findPw div.PC-header,
#body_findPw2 div.PC-header,
#body_signup div.PC-header {
    align-items: center;
}

#body_findPw div.PC-header>img,
#body_findPw2 div.PC-header>img,
#body_signup div.PC-header>img {
    padding: 32px;
    width: 50%;
    cursor: pointer;
}

#body_signup div.content>div {
    display: flex;
    flex-direction: column;
    padding: 16px;
    /* border: 1px solid var(--color-gray-bright); */
}

#body_signup h3.contentTitle {
    text-align: left;
    padding-bottom: 16px;
}

#body_signup div.terms dl dt {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 40px;
    padding-left: 16px;
    padding-right: 5px;
    margin-top: 4px;
    background-color: var(--color-white);
    border: 1px solid var(--color-gray-bright);
}

#body_signup div.terms dl dt span.allContents {
    display: inline-block;
    height: 80%;
    line-height: 34px;
    background-color: var(--color-primary-bright);
    color: var(--color-white);
    border: 1px solid var(--color-primary);
    cursor: pointer;
}

#body_signup div.terms div.agreeWrap {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    padding-top: 10px;
}

#body_signup div.memberForm>div,
#body_signup div.inputForm:not(.memberForm) {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    height: 40px;
    padding-right: 5px;
    background-color: var(--color-white);
    border: 1px solid var(--color-gray-bright);
}

#body_signup div.memberForm>div {
    margin-bottom: 5px;
}

#body_signup div.inputForm>span,
#body_signup div.memberForm>div>span {
    display: block;
    width: 120px;
    line-height: 40px;
    background-color: var(--color-gray-bright);
    border-right: 1px solid var(--color-gray-bright);
}

#body_signup div.inputForm>input,
#body_signup div.memberForm>div>input {
    flex: 1;
    border: none;
    padding: 5px 16px;
    height: 75%;
}

#body_signup div.pwInput>div.inputForm>input,
#body_signup div.pwCertify>div.inputForm>input {
    min-width: 258px;
}

#body_signup div.inputForm>input:focus,
#body_signup div.memberForm>div>input:focus {
    outline: none;
}

#body_signup div.inputForm>button {
    width: 80px;
    height: 70%;
    color: var(--color-white);
    background-color: var(--color-primary-bright);
    border: 1px solid var(--color-primary);
}

#body_signup div.memberForm {
    display: flex;
    flex-direction: column;
}

#body_signup div.memberForm>div.memberPhone>span {
    margin-right: 5px;
}

#body_signup div.memberForm>div.memberPhone>input {
    height: 55%;
    width: 30px;
    border: 1px solid var(--color-gray-bright);
    text-align: center;
}

#body_signup button.finishSignup {
    width: calc(100% - 32px);
    height: 50px;
    margin: 16px;
    color: var(--color-white);
    background-color: var(--color-primary-bright);
    border: 1px solid var(--color-primary);
}

/* /login/findPw */

#body_findPw2 input:focus,
#body_findPw input:focus {
    outline: none;
}

#body_findPw2 div.page1,
#body_findPw div.page1 {
    width: 100%;
}

#body_findPw div.emailCertify {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 15px;
}

#body_findPw div.emailCertify>div {
    width: 100%;
    margin-top: 10px;
}

#body_findPw div.emailCertify>div>button {
    float: right;
    color: var(--color-white);
    background-color: var(--color-primary-bright);
    border: 1px solid var(--color-primary);
    padding: 5px 10px;
}

#body_findPw div.emailCertify>div>div {
    display: flex;
    flex-direction: row;
    align-items: center;
    border: 1px solid var(--color-gray-bright);
    background-color: var(--color-white);
    margin-top: 10px;
    padding-right: 5px;
}

#body_findPw div.emailCertify>div>div>span {
    display: block;
    width: 120px;
    line-height: 40px;
    background-color: var(--color-gray-bright);
    border-right: 1px solid var(--color-gray-bright);
    margin-right: 5px;
}

#body_findPw div.emailCertify>div>div>input#certifyChar,
#body_findPw div.emailCertify>div>div>input#email {
    flex: 1;
    border: none;
    padding: 5px 16px;
    min-width: 258px;
    height: 28px;
}

#body_findPw div.emailCertify>div>div>input:not(#email, #certifyChar) {
    height: 28px;
    width: 30px;
    border: 1px solid var(--color-gray-bright);
    text-align: center;
}

#body_findPw #phoneNumberFirst {
    flex: 1.5;
}

#body_findPw #phoneNumberSecond,
#body_findPw #phoneNumberThird {
    flex: 2;
}

#body_findPw #certify {
    width: 100%;
    height: 50px;
    margin-top: 32px;
    color: var(--color-white);
    background-color: var(--color-primary-bright);
    border: 1px solid var(--color-primary);
}

/* /login/findPw2 */

#body_findPw2 div.content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

#body_findPw2 div.content>div {
    width: 100%;
    margin-top: 10px;
}

#body_findPw2 div.content>div>div {
    display: flex;
    flex-direction: row;

    width: 100%;
    background-color: var(--color-white);
    border: 1px solid var(--color-gray-bright);
}

#body_findPw2 div.content>div>div>span {
    display: block;
    width: 130px;
    line-height: 40px;
    background-color: var(--color-gray-bright);
    border-right: 1px solid var(--color-gray-bright);
}

#body_findPw2 div.content>div>div>input {
    flex: 1;
    border: none;
    padding: 0 16px;
}

#body_findPw2 #btnChangePw {
    width: 100%;
    margin-top: 20px;
    height: 50px;
    color: var(--color-white);
    background-color: var(--color-primary-bright);
    border: 1px solid var(--color-primary);
}

/* master_managementView */

div.table-set-wrap {
    display: flex;
    flex-direction: column;
    /* min-height: 25%; */
    /* height: 25%; */
    /* border: 1pt solid #d2d2d2; */
    border-radius: 3px;
}

div.table-set-wrap.h-40p {
    height: 40%;
}

div.wrap-page-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    /* border-bottom: 1px solid var(--color-gray-bright); */
    /* background-color: var(--color-bg); */
    font-weight: normal;
    font-family: var(--font-Nanum-Gothic);
    padding-bottom: 15px;
}

div.wrap-page-header>div.wrap-page-title {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 5px 10px;
}

div.wrap-page-header>div.wrap-page-title>span {
    margin: 0 5px;
}

div.wrap-page-header>div.wrap-page-title>span.separator {
    font-size: 12px;
    font-weight: 900;
}

div.wrap-page-header>div.wrap-page-title>span.txt-title {
    padding: 7px 0;
    font-weight: 700;
}

div.wrap-page-header>div.wrap-guide-button {
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    padding: 5px 0;
    font-size: 12px;
}

div.wrap-page-header>div.wrap-guide-button>button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 100%;
    color: var(--color-black);
    min-width: 100px;
    background-color: var(--color-transparent);
    border: none;
    padding: 0 15px;
    cursor: pointer;
}

div.wrap-page-header>div.wrap-guide-button>select {
    height: 100%;
    align-items: center;
    margin: 0 10px;
}

div.wrap-page-header>div.wrap-guide-button>span {
    padding-left: 16px;
    font-size: 13.3px;
}


div.wrap-page-header>div.wrap-guide-button>button:hover {
    background-color: var(--color-bg-point);
}

div.wrap-page-header>div.wrap-guide-button>div.vl {
    height: 100%;
    border-left: 1px solid var(--color-gray-bright);
}

div.wrap-search-condition.row {
    display: flex;
    flex-direction: row;
    flex: 1;
    border: 1pt solid #d2d2d2;
    background-color: var(--color-bg-point);
}

div.wrap-search-condition.row>div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 15px 0;
    height: 100%;
}

div.wrap-search-condition.row>div:nth-child(even) {
    padding-right: 20px;
}

div.wrap-search-condition.row>div.align-top {
    justify-content: start;
}

div.wrap-search-condition.row>div>div {
    display: flex;
    align-items: center;
    flex-direction: row;
    height: 35px;
}

div.wrap-search-condition.row>div:nth-child(odd)>div {
    justify-content: center;
}

div.wrap-search-condition.row>div:nth-child(even)>div {
    min-width: 150px;
}

div.wrap-search-condition.row>div>div>*:not(span, button) {
    width: 100%;
    padding: 3px 12px;
}

div.wrap-search-condition.row>div>div>span {
    padding: 0 20px;
    text-align: center;
    min-inline-size: fit-content;
    font-size: 16px;
}

div.wrap-search-condition.row>div>div>span.span-sub-title {
    font-size: 20px;
}

div.wrap-search-condition.row>div>div>button {
    padding: 0px 12px;
    width: 50px;
}

div.wrap-search-condition.column {
    display: flex;
    flex-direction: column;
    flex: 1;
    border: 1pt solid #d2d2d2;
    padding: 15px;
    background-color: var(--color-bg-point);
}

div.wrap-search-condition.column tr td {
    padding: 5px 0;
}

div.wrap-search-condition.column tr>td>*:not(button) {
    min-width: 100px;
    min-height: 24px;
    padding: 0 5px
}

div.wrap-search-condition.column tr>td>input[type="text"] {
    width: 500px;
}

div.wrap-search-condition.column tr>td>textarea {
    width: 500px;
    height: 150px;
    padding: 10px;
    line-height: 1.5;
}

div.wrap-search-condition.column tr>td>button {
    vertical-align: middle;
    padding: 2px 3px;
}

div.wrap-control-btn {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    padding: 10px 0;
}

div.wrap-control-btn>button {
    padding: 3px 5px;
    margin: 0 5px;
    min-width: 60px;
    color: var(--color-primary);
    background-color: var(--color-transparent);
    border: 1px solid var(--color-gray-bright);
    border-radius: 3px;
    font-size: 14px;
}

div.wrap-control-btn>button:hover {
    background-color: var(--color-gray-bright);
}

div.table-wrap {
    display: flex;
    flex-direction: column;
    flex: 1;
    border-radius: 5px;
}

div.table-wrap>div.wrap-table-pager {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    padding: 10px 5px;
    background: #f5f5f5;
    border-top: 1px solid #dedede;
}

div.table-wrap>div.wrap-table-pager button {
    position: relative;
    width: 35px;
    height: 35px;
    padding: 5px 10px;
    border: none;
    background-color: var(--color-transparent);
}

div.table-wrap>div.wrap-table-pager button:hover {
    background-color: var(--color-gray-bright);
}

div.table-wrap>div.wrap-table-pager button.direction {
    margin: 0 5px;
    border-radius: 2px;
}

div.table-wrap>div.wrap-table-pager button.direction>img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 50%;
}

div.table-wrap>div.wrap-table-pager>div.wrap-table-pager-num {
    margin: 0 10px;
}

div.table-wrap>div.wrap-table-pager button.number {
    border: none;
    border-right: 1px solid var(--color-gray-bright);
}

div.table-wrap>div.wrap-table-pager button.number:nth-child(1) {
    border-left: 1px solid var(--color-gray-bright);
}

div.table-wrap>div.wrap-table-pager button.number:hover {
    background-color: #d2d2d2;
    border: none;
    border-right: 1px solid var(--color-gray-bright);
}

div.table-wrap>div.wrap-table-pager button.number:hover:nth-child(1) {
    border-left: 1px solid var(--color-gray-bright);
}

div.table-wrap>div.wrap-table-pager button.number.selected {
    background-color: var(--color-primary-bright);
    color: var(--color-white);
}

div.table-wrap>div.wrap-table-pager select {
    width: 80px;
    height: 80%;
    margin: 0 20px;
    text-align: center;
    border: 1px solid var(--color-black);
    background-color: var(--color-transparent);
    border-radius: 3px;
    font-size: 14px;
}

/* 분리형 카드 폼 */

div.wrap-separated-card {
    display: flex;
    flex: 1;
    flex-direction: row;
    border-top: 1px solid var(--color-gray-bright);
}

div.wrap-separated-card>div {
    display: flex;
    padding: 10px;
    flex-direction: column;
    /* border: 1px solid var(--color-gray-bright); */
}

div.wrap-separated-card>div.left {
    flex: 1;
    border-right: 1px solid var(--color-gray-bright);
}

div.wrap-separated-card>div.right {
    flex: 1;
}

div.wrap-separated-card>div>div {
    margin-bottom: 40px;
}

div.wrap-card-title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 10px;
    background-color: var(--color-bg-point);
}

div.wrap-card-title span.span-card-title {
    font-family: 'SBAggroM';
    color: #172446;
    justify-content: center;
    /* padding-left: 10px; */
    font-size: 16px;
}

div.wrap-card-title>div.wrap-card-ctrlPannel select {
    height: 100%;
}

div.wrap-card-contents {
    display: flex;
    flex-direction: column;
    padding: 10px 5px;
}

div.wrap-card-contents>table.tbl-card-contents {
    width: 100%;
    padding: 10px;
}

div.wrap-card-contents>table.tbl-card-contents>tbody>tr>td {
    padding-top: 10px;
    padding-bottom: 10px;
}

div.wrap-card-contents>table.tbl-card-contents>tbody>tr>td:nth-child(1) {
    text-align: right;
    padding-right: 10px;
}

div.wrap-card-contents>table.tbl-card-contents>tbody>tr>td:not(:nth-child(1)) {
    padding-left: 20px;
    padding-right: 20px;
}

div.wrap-card-contents>table.tbl-card-contents>tbody>tr>td>input {
    width: 70%;
    padding: 4px 10px;
}

div.wrap-card-contents>table.tbl-card-contents>tbody>tr>td>select {
    padding: 4px 10px;
}

div.wrap-table-content {
    flex: 1;
    /* border: 1px solid var(--color-gray-bright);
    background-color: var(--color-bg-point); */
}

div.wrap-table-content>table {
    width: 100%;
    background-color: var(--color-white);
}

div.wrap-table-content>table>tbody>tr>th {
    height: 36px;
    border: 1px solid var(--color-gray-bright);
    width: 150px;
    background-color: #f9f9f9;
    font-weight: normal;
    text-align: right;
    padding: 0 16px;
}

div.wrap-table-content>table>tbody>tr>td {
    height: 36px;
    border: 1px solid var(--color-gray-bright);
    padding: 3px 5px;
}

.wrap-table-content>table td>input[type="text"] {
    height: 100%;
    width: 500px;
    border: 1px solid var(--color-gray-bright);
    padding: 0 16px;
}

.wrap-table-content>table td>input[type="text"]:focus {
    outline: none;
}

div.wrap-table-content>table>tbody>tr>td.td-phone-number {
    padding: 3px 5px;
}

.wrap-table-content>table .td-phone-number>input {
    text-align: center;
    border: 1px solid var(--color-gray-bright);
    height: 100%;
}

.wrap-table-content>table .td-phone-number>input:nth-of-type(1) {
    width: 70px;
}

.wrap-table-content>table .td-phone-number>input:nth-of-type(2),
.wrap-table-content>table .td-phone-number>input:nth-of-type(3) {
    width: 85px;
}

/* /web/mainhome */

#ul_news>li {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 10px;
    border-bottom: 1px solid var(--color-gray-bright);
}

#ul_news>li:nth-child(1) {
    border-top: 1px solid var(--color-gray-bright);
}

#ul_news>li:hover {
    cursor: pointer;
    background-color: var(--color-bg-point);
}

#ul_manual>li {
    float: left;
    position: relative;
    background: none;
    color: #fff;
    height: 200px;
}

#ul_manual>li span.imgWrap {
    display: block;
    width: 100%;
    height: 100%;
}

#ul_manual>li span.imgWrap>img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

#ul_manual>li h3 {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 15px;
    font-family: 'SBAggroM';
    font-size: 16px;
    font-weight: normal;
    padding: 10px;
    word-wrap: break-word;
    word-break: keep-all;
}

#ul_manual>li>div>span {
    position: absolute;
    width: 100%;
    right: 0;
    bottom: 0;
    font-family: 'SBAggroM';
    font-size: 16px;
    font-weight: normal;
    text-align: right;
    padding: 10px;
    word-wrap: break-word;
    word-break: keep-all;
}

#table_leaseStatus tr>td {
    padding: 10px 15px;
}

#table_leaseStatus tr:nth-child(1)>td:nth-child(1) {
    color: var(--color-white);
    background-color: var(--color-primary);
    border: 1px solid var(--color-primary);
    text-align: center;
}

#table_leaseStatus tr:nth-child(1)>td:nth-child(2) {
    border-top: 1px solid var(--color-gray-bright);
    border-bottom: 1px solid var(--color-gray-bright);
    border-right: 1px solid var(--color-gray-bright);
    text-align: right;
}

#table_leaseStatus tr:nth-child(2)>td {
    height: 30px;
}

#table_leaseStatus tr:nth-child(3)>td:nth-child(1) {
    color: var(--color-white);
    background-color: var(--color-primary);
    border: 1px solid var(--color-primary);
    text-align: center;
}

#table_leaseStatus tr:nth-child(3)>td:nth-child(3),
#table_leaseStatus tr:nth-child(4)>td:nth-child(1),
#table_leaseStatus tr:nth-child(4)>td:nth-child(4),
#table_leaseStatus tr:nth-child(5)>td:nth-child(1),
#table_leaseStatus tr:nth-child(5)>td:nth-child(4),
#table_leaseStatus tr:nth-child(6)>td:nth-child(1),
#table_leaseStatus tr:nth-child(6)>td:nth-child(4) {
    background-color: var(--color-bg);
    border: 1px solid var(--color-gray-bright);
    text-align: center;
}

#table_leaseStatus tr:nth-child(3)>td:nth-child(4),
#table_leaseStatus tr:nth-child(4)>td:nth-child(2),
#table_leaseStatus tr:nth-child(4)>td:nth-child(5),
#table_leaseStatus tr:nth-child(5)>td:nth-child(2),
#table_leaseStatus tr:nth-child(5)>td:nth-child(5),
#table_leaseStatus tr:nth-child(6)>td:nth-child(2),
#table_leaseStatus tr:nth-child(6)>td:nth-child(5) {
    border: 1px solid var(--color-gray-bright);
    text-align: right;
}

/* /web/buildingManageOrientation */

div.wrap-card-contents.youtube {
    align-items: center;
}

#wrap_youtube {
    position: relative;
    width: 60%;
    padding-bottom: 35%;
}

#wrap_youtube iframe {
    position: absolute;
}

div.wrap-card-contents>div.wrap-bldgSkd-slide {
    position: relative;
    width: 100%;
    margin-top: 30px;
}

div.wrap-card-contents>div.wrap-bldgSkd-slide>div.slide {
    display: flex;
    flex-direction: column;
    align-items: center;
}

div.wrap-card-contents>div.wrap-bldgSkd-slide img {
    width: 55%;
}

div.wrap-card-contents>div.wrap-bldgSkd-slide>div.slideLeft {
    position: absolute;
    background-image: url(/css/img/company/direction_left.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50% 50%;
    background-color: var(--color-gray-bright);
    border-radius: 15px;
    opacity: 0.5;
    top: 50%;
    left: 15%;
    width: 5%;
    height: 30%;
    transform: translateY(-50%);
    cursor: pointer;
}

div.wrap-card-contents>div.wrap-bldgSkd-slide>div.slideRight {
    position: absolute;
    background-image: url(/css/img/company/direction_right.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50% 50%;
    background-color: var(--color-gray-bright);
    border-radius: 15px;
    opacity: 0.5;
    top: 50%;
    right: 15%;
    width: 5%;
    height: 30%;
    transform: translateY(-50%);
    cursor: pointer;
}

div.wrap-card-contents>div.wrap-bldgSkd-indicator {
    height: 30px;
    margin-top: 30px;
    text-align: center;
}

div.wrap-card-contents>div.wrap-bldgSkd-indicator>span.dot {
    display: inline-block;
    border-radius: 100%;
    width: 10px;
    height: 10px;
}


div.wrap-card-contents>div#videoList {
    max-height: 2000px;
    overflow: auto;
    padding: 0 10px;
}

div.wrap-card-contents>div#videoList>ul>li {
    border: 1px solid var(--color-gray-bright);
    margin-top: 15px;
    display: flex;
    flex-direction: row;
    height: 172px;
    cursor: pointer;
}

div.wrap-card-contents>div#videoList>ul>li>span.guideImg>img {
    border: 1px solid var(--color-gray-bright);
    height: 170px;
}

div.wrap-card-contents>div#videoList>ul>li>span.guideDetail {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 10px;
    background-color: var(--color-bg);
}

div.wrap-card-contents>div#videoList>ul>li>span.guideDetail>h6 {
    font-size: 16px;
}

div.wrap-card-contents>div#videoList>ul>li>span.guideDetail>hr {
    margin: 10px 0;
}

div.wrap-card-contents>div#videoList>ul>li>span.guideDetail>p {
    padding: 5px;
}

/* /web/rentalBusiness */

ul.ul-plan-list {
    height: 300px;
    overflow-y: scroll;
}

ul.ul-plan-list>div.wrap-no-item-confirm {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

ul.ul-plan-list>div.wrap-no-item-confirm>span {
    font-size: 16px;
}

ul.ul-plan-list>li {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 12px 20px;
}

ul.ul-plan-list>li:nth-child(odd) {
    background-color: var(--color-bg);
}

ul.ul-plan-list>li>span.span-plan-contents {
    flex: 1;
}

ul.ul-plan-list>li>span.span-plan-date {
    width: 80px;
    text-align: center;
}

/* 달력 커스텀 */

#wrap_datepicker {
    background: #fff;
}

.ui-datepicker-calendar {
    width: 100%;
    border-collapse: separate;
    border-spacing: 3px;
    color: #292735;
    font-weight: bold;
    border-bottom: 1px solid var(--color-bg);
}

.ui-datepicker {
    text-align: center;
}

.ui-datepicker-header {
    position: relative;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #f0eff3;
    margin-bottom: 15px;
}

.ui-datepicker-title {
    font-family: 'SBAggroM';
    color: #292735;
    font-size: 20px;
    font-weight: bold;
}

span.ui-datepicker-year,
span.ui-datepicker-month {
    font-size: 20px;
}

.ui-datepicker-prev,
.ui-datepicker-next {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.ui-datepicker-prev {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    line-height: 35px;
    background-image: url('./img/arrow_left.png');
    background-color: #f0eff3;
    background-position: center;
    background-size: 60%;
    background-repeat: no-repeat;
    left: 35%;
}

.ui-datepicker-next {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    line-height: 35px;
    background-image: url('./img/arrow_right.png');
    background-color: #f0eff3;
    background-position: center;
    background-size: 60%;
    background-repeat: no-repeat;
    right: 35%;
}

.ui-datepicker-calendar>thead>tr>th span {
    font-size: 20px;
    color: #292735;
    font-weight: bold;
}

.ui-state-active {
    position: relative;
    color: #2bb47b;
    z-index: 99;
}

.ui-state-active::before {
    z-index: -1;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    /* transform: translate(-50%, -50%); */
    content: '';
    /* background: #f0eff3; */
    border: 1px solid #2bb47b;
    width: 100%;
    height: 100%;
    /* border-radius: 50%; */
}

#wrap_datepicker table tbody tr td {
    position: relative;
    height: 3vw;
    min-height: 30px;
}

#wrap_datepicker table tbody tr td a {
    display: block;
    text-decoration: none;
    text-align: left;
    padding-top: 5px;
    padding-left: 10px;
    height: 100%;
    border: 1px solid var(--color-bg);
}

.eventDotWrap {
    text-align: center;
    width: 100%;
    height: 7px;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}

#selSkdDiv {
    width: 90%;
    height: 80px;
    border: 1px solid #d2d2d2;
    text-align: center;
}

.eventDot {
    display: inline-block;
    width: 5px;
    height: 15px;
    margin-top: -5px;
    content: '';
    /* border-radius: 0 0 10px 10px; */
    margin: 0 5px;
    z-index: 9999;
}

.eventDot[title="deposit"] {
    background-color: #172446;
}

.eventDot[title="alarm"] {
    background-color: #2bb47b;
}

.eventDot[title="withdrawal"] {
    background-color: #fc707b;
}

.eventDot[title="etc"] {
    background-color: #f2e947;
}

div.scheduleGuide {
    background: #fff;
    width: 100%;
    height: 500px;
    flex-grow: 1;
    /* padding: 4vh 5vw 0; */
    display: flex;
    flex-direction: column;
    align-items: center;
}

div.scheduleGuide>h2 {
    font-family: 'SBAggroM';
    font-size: 20px;
    margin-top: 30px;
}

div.scheduleGuide h2 {
    color: #172446;
}

div.scheduleGuide hr {
    margin: 20px 0;
    width: 100%;
    border: 0;
    height: 1px;
    background: #d2d2d2;
}

div.scheduleList {
    width: 100%;
    flex-grow: 1;
    overflow: auto;
    padding-right: 5%;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

div.scheduleList::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari, Opera */
    width: 0 !important;
}

table.sheduleListDetailTable {
    width: 100%;
    font-size: 16px;
    margin-top: 30px;
}

.scheduleTableDateLine {
    width: 1px;
    height: 100%;
    background: #d2d2d2;
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}

table.sheduleListDetailTable td {
    height: 40px;
    position: relative;
    overflow: hidden;
    padding: 0 15px;
}

table.sheduleListDetailTable td:nth-child(1):not(.border) {
    text-align: center;
    vertical-align: top;
}

table.sheduleListDetailTable td.border {
    border: 1px solid #d2d2d2;
    background: #f8f8f8;
    vertical-align: middle;
}

table.sheduleListDetailTable td.border span.scheduleDetail {
    width: auto;
    padding: 5px 0;
    vertical-align: middle;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

span.categoryBox {
    width: 100px;
    padding: 5px 0;
    float: left;
    text-align: center;
    margin: 0 15px 0 0;
}

span.categoryBox.deposit {
    background: #172446;
    color: #fff;
}

span.categoryBox.withdrawal {
    background: #fc707b;
    color: #fff;
}

span.categoryBox.alarm {
    background: #2bb47b;
    color: #fff;
}

span.categoryBox.etc {
    background: #f0eff3;
    border: 1px solid #d2d2d2;
}

span.scheduleDetail {
    float: left;
}

div.sheduleList>ul.sheduleListDetail {
    width: 100%;
}

div.sheduleList>ul.sheduleListDetail>li {
    padding: 15px 30px;
    color: #172446;
}

div.sheduleList>ul.sheduleListDetail>li:nth-child(odd) {
    background: #fff;
}

div.sheduleList>ul.sheduleListDetail>li:nth-child(even) {
    background: #f0eff3;
}