@charset "UTF-8";
/* reset */
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

*::after {
    box-sizing: border-box;
}

*::before {
    box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
address {
    border: 0;
    font-size: inherit;
    font-style: normal;
    vertical-align: top;
}

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

html,
body {
    height: 100%;
}

body {
    line-height: 1;
}

a {
    color: inherit;
    text-decoration: none;
}

button,
input,
select,
textarea {
    font: inherit;
    color: inherit;
    background-color: transparent;
    border: 0;
}

button:focus,
input:focus,
select:focus,
textarea:focus {
    outline: none;
    box-shadow: none;
}

a,
button {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

ul,
ol {
    list-style: none;
}

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

@font-face {
    font-family: "Pretendard";
    font-weight: 800;
    src: url("../fonts/Pretendard-ExtraBold.woff2") format("woff2"), url("../fonts/Pretendard-ExtraBold.woff") format("woff");
}

@font-face {
    font-family: "Pretendard";
    font-weight: 700;
    src: url("../fonts/Pretendard-Bold.woff2") format("woff2"), url("../fonts/Pretendard-Bold.woff") format("woff");
}

@font-face {
    font-family: "Pretendard";
    font-weight: 600;
    src: url("../fonts/Pretendard-SemiBold.woff2") format("woff2"), url("../fonts/Pretendard-SemiBold.woff") format("woff");
}

@font-face {
    font-family: "Pretendard";
    font-weight: 500;
    src: url("../fonts/Pretendard-Medium.woff2") format("woff2"), url("../fonts/Pretendard-Medium.woff") format("woff");
}

@font-face {
    font-family: "Pretendard";
    font-weight: 400;
    src: url("../fonts/Pretendard-Regular.woff2") format("woff2"), url("../fonts/Pretendard-Regular.woff") format("woff");
}

@font-face {
    font-family: "Pretendard";
    font-weight: 300;
    src: url("../fonts/Pretendard-Light.woff2") format("woff2"), url("../fonts/Pretendard-Light.woff") format("woff");
}

/* SCSS 변수 정의 */
/* CSS 변수 등록 */
:root {
    --red: #f86a6a;
    --orange: #ffb730;
    --brown: #b56a00;
    --green: #84c98c;
    --blue: #0123b4;
    --cyan: #6ab0ff;
    --purple: #6a79f8;
    --b2: #62c9d4;
    --b3: #14b8a6;
    --textColor: #343a3f;
    --primaryColorL: #51a3ff;
    --primaryColor: #005cfc;
    --primaryColorB: #0042a6;
    --secondaryColorL: #ffb240;
    --secondaryColor: #ffb240;
    --secondaryColorB: #ffb240;
    --tertiaryColorL: #ee5807;
    --tertiaryColor: #d64c00;
    --tertiaryColorB: #be4300;
    --gray50: #f8f9fc;
    --gray100: #f1f4f9;
    --gray200: #ebeff5;
    --gray250: #e1e6ec;
    --gray300: #d6dbe1;
    --gray400: #b9c1c9;
    --gray500: #808892;
    --gray600: #565c63;
    --gray700: #343a3f;
    --gray900: #121619;
    --t1: 24px;
    --t2: 22px;
    --t3: 20px;
    --t4: 18px;
    --t5: 16px;
    --t6: 14px;
    --t7: 13px;
    --t8: 12px;
    --t9: 11px;
    --tBasic: 14px;
    --spaceXS: 12px;
    --spaceS: 22px;
    --spaceM: 30px;
    --spaceL: 50px;
    --spaceXL: 80px;
    --btnHeight: 46px;
    --btnRadius: 16px;
    --btnPadding: 20px;
    --boxShadow: 1px 1px 10px rgba(52, 58, 63, 0.1);
    --boxShadowPrimary: 1px 1px 10px rgba(47, 128, 237, 0.15);
    --scrollWidth: 4px;
}

/* scrollbar */
::-webkit-scrollbar {
    width: var(--scrollWidth);
    height: 10px;
}

::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 0;
}

::-webkit-scrollbar-thumb {
    background: var(--gray400);
    border-radius: 2px;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--gray400);
}

.col_scrollbar {
    width: var(--scrollWidth) !important;
    padding: 0 !important;
    border-left: 0 !important;
}

.basic_search_area .break-line {
    flex-basis: 100%;
    height: 0;
    margin: 10px 0;
}

body {
    font-family: Pretendard, AppleSDGothicNeo-Regular, Malgun Gothic, dotum, sans-serif;
    line-height: 1.2857;
    letter-spacing: -0.03em;
    color: var(--textColor);
    font-weight: 400;
    font-size: var(--tBasic);
    background: #fff;
}

input:not([type=checkbox], [type=radio], [type=submit]),
textarea,
select {
    height: var(--btnHeight);
    line-height: var(--btnHeight);
    background: #fff;
    text-indent: 0;
    padding: 0 var(--btnPadding);
    border-radius: var(--btnRadius);
    border: 1px solid var(--gray250);
    width: 100%;
    font-size: 1em;
}

input:not([type=checkbox], [type=radio], [type=submit]):focus,
textarea:focus {
    border-color: var(--primaryColor);
}

input:not([type=checkbox], [type=radio], [type=submit])::-moz-placeholder, textarea::-moz-placeholder {
    color: #b6b6b6;
}

input:not([type=checkbox], [type=radio], [type=submit])::placeholder,
textarea::placeholder {
    color: #b6b6b6;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    appearance: none;
}

input:not([type=checkbox], [type=radio], [type=submit]):-moz-read-only {
    background-color: var(--gray100) !important;
}

input:not([type=checkbox], [type=radio], [type=submit]):read-only {
    background-color: var(--gray100) !important;
}

input:not([type=checkbox], [type=radio], [type=submit]):disabled {
    background-color: var(--gray100) !important;
    border-color: var(--gray200) !important;
    color: var(--gray400) !important;
}

select {
    background: #fff url(../img/icon_select.svg) no-repeat right 12px center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    line-height: calc(var(--btnHeight) - 2px);
    padding-right: var(--btnHeight);
}

select:disabled {
    background-image: url(../img/icon_select_disabled.svg);
    background-color: var(--gray100) !important;
    border-color: var(--gray200) !important;
    color: var(--gray400) !important;
}

textarea {
    height: 80px;
    padding: var(--btnPadding);
    line-height: 1.4;
    resize: none;
}

textarea.sm {
    padding: 15px;
    border-radius: 12px;
}

textarea.sizing {
    resize: vertical;
}

input.short {
    width: 150px;
    flex-shrink: 0;
    text-align: center;
}

input.date {
    width: 150px !important;
    min-width: auto !important;
    flex-grow: 0 !important;
    background: #fff url(../img/icon_calendar.svg) no-repeat right 15px center/16px;
    padding-right: 45px;
    flex-shrink: 0;
}

input.sm {
    height: calc(var(--btnHeight) - 6px);
    padding: 0 15px;
    border-radius: 12px;
}

select.short {
    width: 150px;
    flex-shrink: 0;
}

input[type=checkbox],
input[type=radio] {
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: contain;
    vertical-align: middle;
}

input[type=checkbox] {
    background-image: url(../img/checkbox.svg);
}

input[type=checkbox]:checked {
    background-image: url(../img/checkbox_checked.svg);
}

input[type=checkbox]:disabled {
    background-image: url(../img/checkbox_disabled.svg);
}

input[type=checkbox]:checked:disabled {
    background-image: url(../img/checkbox_checked_disabled.svg);
}

input[type=radio] {
    background-image: url(../img/radio.svg);
}

input[type=radio]:checked {
    background-image: url(../img/radio_checked.svg);
}

input[type=radio]:disabled {
    background-image: url(../img/radio_disabled.svg);
}

input[type=radio]:checked:disabled {
    background-image: url(../img/radio_checked_disabled.svg);
}

label.check {
    display: inline-flex;
    gap: 5px;
    align-items: center;
    flex-shrink: 0;
    line-height: 1;
    cursor: pointer;
}

label.check span {
    white-space: nowrap;
}

label.check.style_v input[type=radio],
label.check.style_v input[type=checkbox] {
    width: 14px;
    height: 14px;
    background-image: none;
}

label.check.style_v input[type=radio]:checked,
label.check.style_v input[type=checkbox]:checked {
    background-image: url(../img/icon_check_s.svg);
    background-position: center;
}

label.check.circle input[type=radio],
label.check.circle input[type=checkbox] {
    width: 18px;
    height: 18px;
    background-image: url(../img/checkbox_circle.svg);
}

label.check.circle input[type=radio]:checked,
label.check.circle input[type=checkbox]:checked {
    background-image: url(../img/checkbox_circle_checked.svg);
}

label.check.circle input[type=radio]:disabled,
label.check.circle input[type=checkbox]:disabled {
    background-image: url(../img/checkbox_circle_disabled.svg);
}

label.check input:disabled + span {
    color: var(--gray400);
}

img {
    max-width: 100%;
}

strong,
b,
th,
dt {
    font-weight: 700;
}

.ibtn {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    line-height: 0;
    height: var(--btnHeight);
    border: 1px solid rgba(17, 17, 17, 0);
    border-radius: var(--btnRadius);
    padding: 0 calc(var(--btnPadding) + 10px);
    font-size: var(--tBasic);
    font-weight: 500;
}

.ibtn.primary {
    background-color: var(--primaryColor);
    color: #fff;
}

.ibtn.primary.line {
    border-color: var(--primaryColor);
    color: var(--primaryColor);
    background-color: #fff;
}

.ibtn.secondary {
    background-color: var(--secondaryColor);
    color: #fff;
}

.ibtn.secondary.line {
    border-color: var(--secondaryColor);
    color: var(--secondaryColor);
    background-color: #fff;
}

.ibtn.red {
    background-color: var(--red);
    color: #fff;
}

.ibtn.red.line {
    border-color: var(--red);
    color: var(--red);
    background-color: #fff;
}

.ibtn.primaryL {
    background-color: var(--primaryColorL);
    color: #fff;
}

.ibtn.default {
    background-color: #fff;
    border-color: var(--gray250);
}

.ibtn.gray {
    background-color: var(--gray200);
}

.ibtn.gray.line {
    border-color: var(--gray300);
    color: var(--gray400);
    background-color: #fff;
}

.ibtn.lg {
    font-size: var(--t4);
    padding: 0 calc(var(--btnPadding) + 15px);
    height: calc(var(--btnHeight) + 10px);
}

.ibtn.sm {
    font-size: 0.95em;
    padding: 0 10px;
    height: 40px;
    border-radius: 8px;
    gap: 3px;
}

.ibtn.xs {
    font-size: var(--t8);
    padding: 0 14px;
    height: 29px;
    border-radius: 8px;
    gap: 5px;
    font-weight: 700;
}

.ibtn.xs i.icon {
    width: 12px;
}

.ibtn:disabled, .ibtn.disabled {
    background-color: var(--gray100) !important;
    border-color: var(--gray200) !important;
    color: var(--gray400) !important;
    pointer-events: none;
}

.tbtn {
    text-decoration: underline;
    color: var(--gray600);
}

.succession {
    margin-top: var(--spaceM) !important;
}

.successionS {
    margin-top: var(--spaceS) !important;
}

.successionXS {
    margin-top: var(--spaceXS) !important;
}

.successionL {
    margin-top: var(--spaceL) !important;
}

.successionXL {
    margin-top: var(--spaceXL) !important;
}

.txt_red {
    color: var(--red) !important;
}

.txt_blue {
    color: var(--blue) !important;
}

.txt_cyan {
    color: var(--cyan) !important;
}

.txt_green {
    color: var(--green) !important;
}

.txt_gray {
    color: var(--gray400) !important;
}

.txt_primary {
    color: var(--primaryColor) !important;
}

.txt_purple {
    color: var(--purple) !important;
}

.txt_l {
    font-size: 1.142em;
}

.txt_s {
    font-size: 0.9em;
}

p.refer {
    margin-top: 5px;
    font-size: var(--t8);
    color: #808892;
}

.btm_btn_area {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: var(--spaceM);
}

.btm_btn_area .ibtn {
    min-width: 180px;
}

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

.btm_btn_area.nowrap .ibtn {
    flex: 1 1 0;
    min-width: 0;
}

.btm_btn_area.nowrap .item_full {
    flex: 0 0 100%;
    min-width: 100%;
}

.btm_btn_area .guide {
    position: absolute;
}

.btm_btn_area .guide.left {
    left: 0;
}

.btm_btn_area .guide.right {
    right: 0;
}

.overflow_y {
    overflow-y: scroll;
}

.overflow_x {
    overflow-x: auto;
}

.overflow_x > * {
    width: -moz-max-content;
    width: max-content;
}

table.fixed {
    table-layout: fixed;
}

th,
td {
    vertical-align: middle;
}

li {
    position: relative;
}

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

.align_center {
    text-align: center !important;
}

.align_right {
    text-align: right !important;
}

/* 믹스인들 */
.ui-widget {
    font-size: 1em;
}

.box_basic {
    border-radius: var(--btnRadius);
    background-color: #fff;
    border: 1px solid var(--gray50);
    padding: 22px;
    box-shadow: var(--boxShadow);
}

#header,
#contents {
    min-width: 1900px;
}

:root {
    --headerHeight: 88px;
}

#header {
    height: var(--headerHeight);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 40px 0 24px;
    border-bottom: 1px solid var(--gray250);
    background-color: #fff;
    position: relative;
    z-index: 3;
}

#header .logo {
    width: 110px;
    height: 40px;
    background: url(../img/ci_hor.svg) no-repeat center;
    font-size: 0;
}

#header::before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 8px;
    background-color: var(--primaryColor);
}

#header .gnb {
    --gnb-bg-height: 0;
    display: flex;
    gap: 80px;
}

#header .gnb > li {
    text-align: center;
}

#header .gnb > li > a {
    position: relative;
    font-size: var(--t4);
    color: var(--gray900);
    display: flex;
    align-items: center;
    height: var(--headerHeight);
    justify-content: center;
}

#header .gnb > li > a.on {
    font-weight: 700;
    color: var(--primaryColor);
}

#header .gnb > li > a.on::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background-color: var(--secondaryColor);
    position: absolute;
    right: -15px;
    top: 25px;
}

#header .gnb ul {
    position: absolute;
    left: 50%;
    box-sizing: content-box;
    top: var(--headerHeight);
    min-width: 120px;
    transform: translateX(-50%);
    text-align: center;
    padding: 0 10px;
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.3s;
}

#header .gnb ul li:not(:first-of-type) {
    margin-top: 14px;
}

#header .gnb ul .on {
    color: var(--primaryColor);
    font-weight: 500;
}

#header .gnb ul a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

#header .gnb::before {
    content: "";
    display: block;
    box-sizing: content-box;
    width: 100%;
    height: var(--gnb-bg-height);
    background-color: #fff;
    position: absolute;
    left: 0;
    top: var(--headerHeight);
    border-bottom: 1px solid transparent;
    padding: 0;
    transition: all 0.3s;
}

#header .gnb.on ul {
    opacity: 1;
    padding: 15px 10px;
}

#header .gnb.on::before {
    border-color: var(--primaryColor);
    padding: 15px 0 30px 0;
}

#header .gnb i.label {
    min-width: auto;
    padding: 0 5px;
    font-size: 11px;
    font-weight: 500;
    height: 18px;
    width: auto;
    border-radius: 3px;
}

#header .gnb i.label.threed {
    background: var(--red);
    -webkit-mask: none;
    mask: none;
}

#header .gnb i.label.beta {
    background: var(--blue);
}

#header .gnb i.label.ai {
    background: var(--cyan);
    width: 18px;
    padding: 0 2px 0 0;
    border-radius: 50%;
}

#header .gnb i.icon.threed {
    width: 20px;
    aspect-ratio: 1/1;
    background-color: var(--red);
    -webkit-mask-image: url(../img/icon_3d.svg);
    mask-image: url(../img/icon_3d.svg);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
}

#header .gnb i.icon.beta {
    font-size: 12px;
    color: var(--blue);
    font-weight: 600;
    height: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 3px 2px 3px;
    line-height: 1;
}

#header .gnb i.icon.ai {
    width: 16px;
    height: 16px;
    font-size: 12px;
    color: var(--cyan);
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    border-radius: 50%;
    border: 1px solid var(--cyan);
    padding: 0 2px 0 0;
}

#header .gnb i.icon.atom {
    width: 20px;
    aspect-ratio: 1/1;
    background-color: var(--cyan);
    -webkit-mask-image: url(../img/icon_atom.svg);
    mask-image: url(../img/icon_atom.svg);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    font-size: 0;
}

#header .gnb i.icon.bot {
    width: 20px;
    aspect-ratio: 1/1;
    background-color: var(--cyan);
    -webkit-mask-image: url(../img/icon_bot.svg);
    mask-image: url(../img/icon_bot.svg);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    font-size: 0;
}

#header .gnb i.icon.brain {
    width: 20px;
    aspect-ratio: 1/1;
    background-color: var(--cyan);
    -webkit-mask-image: url(../img/icon_brain.svg);
    mask-image: url(../img/icon_brain.svg);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    font-size: 0;
}

#header .user {
    font-size: var(--t5);
    color: var(--gray900);
    display: flex;
    align-items: center;
    gap: 8px;
    line-height: 1;
}

#header .user .parti {
    width: 1px;
    height: 14px;
    background-color: var(--gray900);
}

#header .user .btn_login,
#header .user .btn_logout {
    font-size: 0;
    width: 20px;
    aspect-ratio: 1/1;
    background: url(../img/icon_logout.svg) no-repeat center/contain;
}

#header .user .btn_mypage {
    font-size: 0;
    width: 26px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background: var(--gray400) url(../img/icon_person02.svg) no-repeat center/16px;
}

i.icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    aspect-ratio: 1/1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    font-size: 0;
}

i.icon.verified {
    background-image: url(../img/icon_verified.svg);
}

i.icon.verified::after {
    content: "";
    width: 20px;
    aspect-ratio: 1/1;
    background-color: var(--gray400);
    -webkit-mask-image: url(../img/icon_verified.svg);
    mask-image: url(../img/icon_verified.svg);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
}

i.icon.list_check {
    background-image: url(../img/icon_list_check.svg);
}

i.icon.setting {
    width: 16px;
    background-image: url(../img/icon_setting.svg);
}

i.icon.building {
    width: 20px;
    background-image: url(../img/icon_building.svg);
}

i.icon.print {
    width: 20px;
    background-image: url(../img/icon_print.svg);
}

i.icon.acrobat {
    width: 20px;
    background-image: url(../img/icon_acrobat.svg);
}

i.icon.list_max {
    width: 15px;
    background-image: url(../img/icon_list_expand.svg);
}

i.icon.list_mini {
    width: 15px;
    background-image: url(../img/icon_list_minimum.svg);
}

i.icon.descending {
    width: 20px;
    background-image: url(../img/icon_descending.svg);
}

i.icon.ascending {
    width: 20px;
    background-image: url(../img/icon_descending.svg);
    transform: rotate(180deg);
}

i.icon.calendar {
    width: 20px;
    background-image: url(../img/icon_calendar.svg);
}

i.icon.disconnect {
    width: 24px;
}

i.icon.disconnect::after {
    content: "";
    width: 100%;
    aspect-ratio: 1/1;
    background-color: var(--primaryColor);
    -webkit-mask-image: url(../img/icon_disconnect.svg);
    mask-image: url(../img/icon_disconnect.svg);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
}

i.icon.approval {
    width: 24px;
}

i.icon.approval::after {
    content: "";
    width: 100%;
    aspect-ratio: 1/1;
    background-color: #fff;
    -webkit-mask-image: url(../img/icon_approval.svg);
    mask-image: url(../img/icon_approval.svg);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
}

i.icon.disapproval {
    width: 24px;
}

i.icon.disapproval::after {
    content: "";
    width: 100%;
    aspect-ratio: 1/1;
    background-color: #fff;
    -webkit-mask-image: url(../img/icon_disapproval.svg);
    mask-image: url(../img/icon_disapproval.svg);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
}

i.icon.invite {
    width: 26px;
    border-radius: 50%;
    background-color: #fff;
}

i.icon.invite::after {
    content: "";
    width: 14px;
    aspect-ratio: 1/1;
    background-color: var(--primaryColor);
    -webkit-mask-image: url(../img/icon_plus.svg);
    mask-image: url(../img/icon_plus.svg);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
}

i.icon.write {
    width: 24px;
    background-color: #fff;
    -webkit-mask-image: url(../img/icon_write.svg);
    mask-image: url(../img/icon_write.svg);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
}

i.icon.download {
    width: 24px;
    background-image: url(../img/icon_download.svg);
}

i.icon.warnning {
    width: 20px;
    background-image: url(../img/icon_warnning.svg);
}

i.icon.chevron::after {
    content: "";
    width: 100%;
    aspect-ratio: 1/1;
    background-color: var(--gray400);
    -webkit-mask-image: url(../img/icon_chevron.svg);
    mask-image: url(../img/icon_chevron.svg);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
}

i.icon.chevron.right {
    transform: rotate(180deg);
}

.btn_clear {
    font-size: 0;
    width: 30px;
    aspect-ratio: 1/1;
    background: #fff url(../img/btn_clear.svg) no-repeat center/18px;
    border-radius: var(--btnRadius);
}

.btn_mask {
    width: 30px;
    aspect-ratio: 1/1;
    background: url(../img/icon_mask.svg) no-repeat center/18px;
    font-size: 0;
}

.btn_mask.on {
    background-image: url(../img/icon_mask_on.svg);
}

.btn_more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 24px;
    line-height: 1;
    border: 1px solid #ebeff5;
    color: var(--gray900);
    font-size: var(--t9);
    font-weight: 600;
    border-radius: 12px;
    padding: 0 10px;
}

.btn_copy {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.btn_copy::before {
    content: "";
    width: 15px;
    aspect-ratio: 1/1;
    background: url(../img/icon_copy.svg) no-repeat center/12px;
}

.btn_copy.complete {
    color: var(--primaryColor);
}

.btn_copy.complete::before {
    background: url(../img/icon_check.svg) no-repeat center/13px;
}

.btn_add::before {
    content: "";
    width: 14px;
    aspect-ratio: 1/1;
    background: url(../img/icon_add_circle.svg) no-repeat center/contain;
}

.btn_remove::before {
    content: "";
    width: 14px;
    aspect-ratio: 1/1;
    background: url(../img/icon_remove_circle.svg) no-repeat center/contain;
}

.red.btn_remove::before {
    background: var(--red);
    -webkit-mask-image: url(../img/icon_remove_circle.svg);
    mask-image: url(../img/icon_remove_circle.svg);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
}

.btn_cell_move {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
    width: 16px;
    aspect-ratio: 1/1;
    vertical-align: middle;
    cursor: pointer;
}

.btn_cell_move::before {
    content: "";
    width: 14px;
    aspect-ratio: 1/1;
    background-color: var(--gray500);
    -webkit-mask-image: url(../img/icon_move.svg);
    mask-image: url(../img/icon_move.svg);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
}

.btn_cell_move:disabled, .btn_cell_move.disabled {
    pointer-events: none;
}

.btn_cell_move:disabled::before, .btn_cell_move.disabled::before {
    background-color: var(--gray250);
}

.btn_more_dot {
    font-size: 0;
    width: 16px;
    aspect-ratio: 1/1;
    background: url(../img/icon_more_dot.svg) no-repeat center/contain;
}

.btn_accordion {
    font-size: 0;
    width: 20px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background-color: var(--primaryColor);
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn_accordion::after {
    content: "";
    width: 16px;
    aspect-ratio: 1/1;
    background-color: #fff;
    -webkit-mask-image: url(../img/icon_select.svg);
    mask-image: url(../img/icon_select.svg);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    transform: rotate(180deg);
}

.btn_fixed_right {
    position: fixed;
    right: 60px;
    bottom: 60px;
    width: 80px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    color: #fff;
    background-color: var(--primaryColor);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 7px;
    font-weight: 500;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.ibtn.primary.sm.btn_setting {
    padding: 0 15px;
    gap: 7px;
}

.ibtn.primary.sm.btn_setting i.icon.setting {
    background-color: transparent;
}

.ibtn.primary.sm.btn_setting i.icon.setting::after {
    content: "";
    width: 100%;
    aspect-ratio: 1/1;
    background-color: #fff;
    -webkit-mask-image: url(../img/icon_setting.svg);
    mask-image: url(../img/icon_setting.svg);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
}

.sortable td.none {
    border: 0;
}

.sortable-placeholder {
    display: table-row;
    height: 43px;
}

.sortable-placeholder td {
    background: var(--gray50);
    visibility: visible;
}

.input_wrapper {
    position: relative;
}

.input_wrapper button {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background-size: 22px;
}

.input_wrapper .btn_clear {
    display: none;
}

.input_wrapper .btn_mask {
    display: none;
    right: 43px;
}

input.search {
    background: url(../img/icon_search.svg) no-repeat right 17px center/14px;
    padding-right: 46px;
}

.list01 li {
    display: flex;
    align-items: center;
    gap: 7px;
    border-bottom: 1px dashed var(--gray400);
    padding: 9px 0;
}

.list01.depth {
    padding: 0 25px;
}

.list01.depth li {
    padding-left: 7px;
}

.list01.depth li::before {
    content: "";
    display: block;
    width: 14px;
    height: 18px;
    background: url(../img/tree.svg) no-repeat left top/14px;
    position: absolute;
    left: -11px;
    top: 1px;
}

.list01.depth.check {
    padding: 0 15px;
}

.list01.depth.check li {
    padding-left: 17px;
}

.list01.depth.check li::before {
    left: 22px;
}

.list01.depth.check li input {
    transform: translateX(-19px);
}

.list_document {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.list_document li {
    flex: 0 0 calc((100% - 40px) / 3);
}

.list_document li.hidden {
    display: none;
}

.list_document.expanded li.hidden {
    display: block;
}

.list_document .img {
    aspect-ratio: 210/297;
    border: 1px solid #ebeff5;
}

.list_document .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 0;
}

.list_document .img.new {
    border: 1px dashed #b9c1c9;
    background: var(--gray50) url(../img/icon_add.svg) no-repeat center;
}

.list_document p {
    margin-top: 10px;
    text-align: center;
    word-break: keep-all;
}

.upload_area {
    background-color: var(--gray50);
    border: 1px dashed var(--gray400);
    border-radius: var(--btnRadius);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 15px;
    height: 190px;
    cursor: pointer;
}

.upload_area .guide {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
    text-align: center;
}

.upload_area .guide::before {
    content: "";
    width: 28px;
    aspect-ratio: 1/1;
    border: 1px solid #ebeff5;
    border-radius: 4px;
    background: #fff url(../img/icon_docu.svg) no-repeat center/11px;
    box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.1);
}

.upload_area .ibtn.primary::before {
    content: "";
    width: 20px;
    aspect-ratio: 1/1;
    background: url(../img/icon_desktop.svg) no-repeat center/contain;
}

.upload_area:hover, .upload_area.on {
    border-color: var(--primaryColor);
}

.upload_area.lg {
    height: 80px;
    margin-bottom: 12px;
}

.upload_area.lg .guide {
    flex-direction: row;
    gap: 10px;
    font-size: 0.9em;
}

.upload_area.lg.pic .guide::before {
    background: #fff url(../img/icon_pic.svg) no-repeat center/11px;
}

.upload_list {
    overflow-x: auto;
    display: flex;
    justify-content: safe center;
    gap: 20px;
    padding: 8px 0 10px 0;
    margin-bottom: 5px;
}

.upload_list li:not(:first-of-type) {
    border-left: 1px dashed var(--gray300);
    padding-left: 15px;
}

.upload_list li {
    padding: 0 12px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    position: relative;
    flex: 0 0 120px;
    word-break: break-all;
}

.upload_list .name {
    display: flex;
    flex-direction: column;
    gap: 5px;
    line-height: 1.2;
}

.upload_list .img {
    width: 60px;
    aspect-ratio: 1/1.167;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.upload_list .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 0;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.upload_list .btn_delete {
    font-size: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 11px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background-color: #d61111;
    position: absolute;
    right: -11px;
    top: 2px;
}

.upload_list .btn_delete::after {
    content: "";
    width: 9px;
    aspect-ratio: 1/1;
    background-color: #fff;
    -webkit-mask-image: url(../img/icon_close.svg);
    mask-image: url(../img/icon_close.svg);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
}

.upload_list.pic {
    gap: 0;
}

.upload_list.pic li {
    padding: 0 15px;
}

.upload_list.pic .name {
    align-items: center;
    text-align: center;
}

.upload_list.pic .btn_delete {
    right: 10px;
    top: 0;
}

.upload_list.file li {
    border: 1px solid var(--gray250);
    background-color: var(--gray50);
    border-radius: 5px;
    padding: 0 33px 0 15px;
    gap: 7px;
    flex: 0 0 auto;
}

.upload_list.file li .name {
    flex-direction: row;
    height: 36px;
    align-items: center;
    line-height: 0;
}

.upload_list.file li .btn_delete {
    right: 11px;
    top: 50%;
    transform: translateY(-50%);
}

img.sign {
    max-width: 90px;
    max-height: 60px;
}

a.link {
    position: absolute;
    width: 100%;
    height: 100%;
}

i.label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 54px;
    border-radius: 6px;
    color: #fff;
    font-weight: 600;
    height: 20px;
    font-size: 12px;
    background-color: var(--gray400);
    line-height: 1;
}

i.label.orange {
    background-color: var(--orange);
}

i.label.brown {
    background-color: var(--brown);
}

i.label.purple {
    background-color: var(--purple);
}

i.label.green {
    background-color: var(--green);
}

i.label.cyan {
    background-color: var(--cyan);
}

i.label.red {
    background-color: var(--red);
}

i.label.b1 {
    background-color: var(--purple);
}

i.label.b2 {
    background-color: var(--b2);
}

i.label.b3 {
    background-color: var(--b3);
}

.ellipsis {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1;
}

.accordion_header {
    background-color: #def0ff;
    font-size: var(--t6);
    font-weight: 700;
    line-height: 1;
    display: flex;
    align-items: center;
    gap: 5px;
    height: 33px;
    padding: 0 40px 0 13px;
    position: relative;
    border-radius: 8px;
    margin-top: 11px;
    margin-bottom: 1px;
    cursor: pointer;
}

.accordion_header::after {
    content: "";
    width: 8px;
    aspect-ratio: 1/1;
    background: url(../img/icon_arrow_fill.svg) no-repeat center/contain;
    position: absolute;
    right: 15px;
}

.accordion_header.collapsed {
    background-color: var(--gray100);
}

.accordion_header.collapsed::after {
    transform: rotate(180deg);
}

#contents {
    height: calc(100% - var(--headerHeight));
    display: flex;
    background-color: var(--gray50);
}

#aside {
    width: 350px;
    background-color: #fff;
    box-shadow: var(--boxShadow);
    padding: 24px;
    position: relative;
    z-index: 1;
    font-size: var(--t8);
    display: flex;
    flex-direction: column;
    transition: all 0.3s;
    flex-shrink: 0;
}

#aside .btn_panel_collapsed {
    display: block;
    font-size: 0;
    width: 24px;
    aspect-ratio: 1/1;
    background: var(--gray700) url(../img/icon_arrow_round_fill.svg) no-repeat left 8px center/7px;
    border-radius: 50%;
    position: absolute;
    top: 38px;
    right: -12px;
}

#aside h2 {
    font-size: var(--t4);
    color: var(--gray900);
    margin: 14px 0 20px 0;
    line-height: 24px;
}

#aside h3 {
    font-size: var(--t6);
    color: var(--gray900);
}

#aside .mode {
    display: contents;
}

#aside .term_area {
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 5px;
}

#aside .term_area input {
    flex-grow: 1;
}

#aside .search_area {
    display: flex;
    align-items: center;
    gap: 5px;
}

#aside .search_area .input_wrapper {
    flex-grow: 1;
}

#aside .search_area .ibtn {
    padding: 0;
    aspect-ratio: 1/1;
    box-shadow: var(--boxShadowPrimary);
    flex-shrink: 0;
    height: 40px;
    border-radius: 8px;
}

#aside .search_area .ibtn.btn_document {
    border-color: var(--gray300);
}

#aside .search_area .ibtn.btn_document.on {
    border-color: var(--primaryColor);
}

#aside .search_area .ibtn.btn_document.on i::after {
    background-color: var(--primaryColor);
}

#aside .search_area i.icon.list_check {
    transform: translateX(3px);
}

#aside .tab_area {
    margin-top: 25px;
    position: relative;
    padding: 0 0 14px 0;
    border-bottom: 1px solid var(--gray250);
}

#aside .tab_area .tab_btn {
    position: absolute;
    left: -5px;
    top: 0;
    display: flex;
    align-items: center;
    width: 30px;
    height: 24px;
    font-size: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 0) 25%, rgb(255, 255, 255) 40%);
}

#aside .tab_area .tab_btn::before {
    content: "";
    width: 20px;
    aspect-ratio: 1/1;
    background-color: #121619;
    -webkit-mask-image: url(../img/icon_select.svg);
    mask-image: url(../img/icon_select.svg);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    transform: rotate(90deg);
}

#aside .tab_area .tab_btn.next {
    transform: rotate(180deg);
    left: auto;
    right: -5px;
}

#aside .tab_area .btns {
    display: flex;
    gap: 4px;
    overflow-x: auto;
    padding: 0 16px;
}

#aside .tab_area .btns::-webkit-scrollbar {
    display: none;
}

#aside .tab_area .btns button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 24px;
    border: 1px solid var(--gray100);
    border-radius: 12px;
    padding: 0 10px;
    white-space: nowrap;
    line-height: 1;
}

#aside .tab_area .btns button.active {
    background-color: var(--primaryColor);
    border-color: var(--primaryColor);
    color: #fff;
}

#aside .check_all {
    font-size: var(--t6);
    line-height: 20px;
    padding: 17px 0 10px 13px;
    border-bottom: 1px solid var(--gray250);
}

#aside .result {
    font-size: 14px;
    line-height: 20px;
    padding: 17px 0 17px 2px;
    border-bottom: 1px solid var(--gray250);
    display: flex;
    align-items: center;
}

#aside .result strong {
    font-weight: 700;
    color: var(--primaryColor);
    padding: 0 8px;
    border: 1px solid var(--gray250);
    border-radius: 10px;
    margin-left: 7px;
}

#aside .result span.date {
    font-weight: 400;
    font-size: var(--t8);
    margin-left: auto;
}

#aside .result span.date strong {
    margin: 0;
    border: 0;
    color: var(--gray900);
    padding: 0;
}

#aside .scroll_area {
    flex-grow: 1;
    overflow-y: scroll;
    padding-right: 10px;
    margin-right: -14px;
}

#aside .btm_btn_area {
    margin-top: 24px;
}

#aside .btm_btn_area .ibtn {
    min-width: 120px;
    height: 36px;
    border-radius: 12px;
}

#aside.collapsed {
    margin-left: -270px;
    box-shadow: none;
}

#aside.collapsed + .aside_collapsed {
    left: 0;
    box-shadow: var(--boxShadow);
}

i.my {
    flex-shrink: 0;
    width: 24px;
    height: 20px;
    border-radius: 4px;
    background-color: var(--secondaryColor);
    color: #fff;
    font-size: var(--t9);
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
}

i.new {
    flex-shrink: 0;
    width: 16px;
    aspect-ratio: 1/1;
    border-radius: 4px;
    font-size: 0;
    background-color: var(--red);
    -webkit-mask-image: url(../img/icon_bell_fill.svg);
    mask-image: url(../img/icon_bell_fill.svg);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
}

.header_network {
    background-color: var(--gray100);
    border-radius: 16px;
    padding: 20px;
    margin-bottom: 24px;
}

.header_network .name {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 10px;
}

.header_network .name input {
    width: 20px;
    height: 20px;
}

.header_network .name p {
    line-height: 1;
    font-size: var(--t4);
    font-weight: 700;
    color: #005cfc;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    padding-right: 5px;
    min-width: 0;
}

.header_network .name .btn_more_dot {
    margin-left: auto;
    flex-shrink: 0;
}

.header_network dl {
    font-size: 14px;
    display: flex;
    gap: 5px;
}

.header_network dl:not(:first-of-type) {
    margin-top: 8px;
}

.header_network dt {
    flex: 0 0 auto;
}

.header_network dt.addr {
    display: none;
}

.header_network dd {
    flex: 1 1 0;
    min-width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.header_network p.refer {
    font-size: 14px;
    line-height: 1;
    margin-top: 13px;
}

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

.header_network.none .name {
    justify-content: center;
}

.workplace_list .list_wrapper {
    position: relative;
}

.workplace_list .list_wrapper:not(:first-of-type) {
    margin-top: 15px;
}

.workplace_list .list_wrapper > ul {
    border: 2px solid var(--primaryColor);
    border-radius: var(--btnRadius);
    overflow: hidden;
}

.workplace_list .list_wrapper.collapsed > ul {
    border-color: var(--gray400);
}

.workplace_list .list_wrapper.collapsed .btn_accordion {
    background-color: var(--gray400);
}

.workplace_list .list_wrapper.collapsed .btn_accordion::after {
    transform: rotate(0);
}

.workplace_list .list_wrapper.none > ul {
    border-color: var(--gray400);
}

.workplace_list .list_wrapper.none .btn_accordion {
    top: 118px;
}

.workplace_list .list_wrapper.none .depth01 {
    color: var(--gray400);
}

.workplace_list .list_wrapper.none .depth01 .workplace_header {
    margin: 0;
}

.workplace_list .list_wrapper.none .depth01 .workplace_header .btn_more_dot {
    position: absolute;
    right: 15px;
    top: 15px;
}

.workplace_list .list_wrapper.none .depth01 .workplace_name .name {
    justify-content: center;
    font-weight: 400;
}

.workplace_list .list_wrapper.none p.refer {
    margin: 0;
    text-align: center;
    font-size: var(--t6);
    padding-top: 10px;
    padding-bottom: 10px;
}

.workplace_list .btn_accordion {
    position: absolute;
    left: 50%;
    top: 147px;
    transform: translateX(-50%);
    z-index: 2;
}

.workplace_list li {
    position: relative;
    line-height: 1;
}

.workplace_list ul ul li {
    border-top: 1px dashed var(--gray400);
}

.workplace_list .workplace_header {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 9px;
}

.workplace_list .workplace_header i.label {
    min-width: auto;
    padding: 0 8px;
}

.workplace_list .workplace_header .btn_more_dot {
    margin-left: auto;
}

.workplace_list .workplace_name {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 9px;
    height: 24px;
}

.workplace_list .workplace_name input {
    flex-shrink: 0;
}

.workplace_list .workplace_name .name {
    font-weight: 700;
    font-size: var(--t6);
    display: flex;
    align-items: center;
    flex: 1 1 0;
    min-width: 0;
    gap: 7px;
}

.workplace_list .workplace_name .name .ellipsis {
    min-width: 0;
}

.workplace_list dl {
    display: flex;
    gap: 5px;
}

.workplace_list dl:not(:first-of-type) {
    margin-top: 8px;
}

.workplace_list dt {
    flex: 0 0 auto;
}

.workplace_list dt.addr {
    display: none;
}

.workplace_list dd {
    flex: 1 1 0;
    min-width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.workplace_list .btns {
    margin-top: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 0 20px;
}

.workplace_list .btns .ibtn {
    flex-grow: 1;
    min-width: 0;
}

.workplace_list .depth01,
.workplace_list .depth02 {
    padding: 20px;
    position: relative;
}

.workplace_list .depth01 {
    background-color: var(--gray100);
}

.workplace_list .depth01 .workplace_name .name {
    cursor: pointer;
}

.workplace_list .depth01 .workplace_name input:checked + .name {
    color: var(--primaryColor);
}

.workplace_list .depth02 {
    padding-left: 40px;
    background-color: #fff;
}

.workplace_list .depth02.checked {
    background-color: #f2fcff;
}

.workplace_list .depth02::before {
    content: "";
    display: block;
    width: 14px;
    height: 18px;
    background: url(../img/tree.svg) no-repeat left top/14px;
    position: absolute;
    left: 20px;
    top: 12px;
}

.workplace_list.minimum .btn_accordion {
    top: 66px;
}

.workplace_list.minimum ul ul {
    border-top: 2px solid var(--primaryColor);
}

.workplace_list.minimum ul ul li:first-of-type {
    border: 0;
}

.workplace_list.minimum .depth01,
.workplace_list.minimum .depth02 {
    padding-top: 15px;
}

.workplace_list.minimum .workplace_header {
    padding: 0;
    margin: 0;
}

.workplace_list.minimum .workplace_header i.label {
    display: none;
}

.workplace_list.minimum .workplace_header .btn_more_dot {
    position: absolute;
    right: 20px;
    top: 15px;
}

.workplace_list.minimum .workplace_name {
    margin-bottom: 0;
}

.workplace_list.minimum .workplace_name p {
    padding-right: 30px;
}

.workplace_list.minimum dl {
    margin-top: 2px;
}

.workplace_list.minimum dl:nth-of-type(1),
.workplace_list.minimum dl:nth-of-type(2) {
    display: none;
}

.workplace_list.minimum dt {
    display: none;
}

.workplace_list.minimum dd {
    padding-left: 23px;
}

.workplace_list.minimum .list_wrapper.none .btns {
    margin-top: 5px;
}

.workplace_list.minimum .list_wrapper.none .depth01 {
    height: 110px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.workplace_list.minimum .list_wrapper.none .depth01 .workplace_name .name {
    padding-right: 0;
}

.workplace_list.minimum .list_wrapper.none .depth01 dl {
    display: none;
}

.workplace_list.minimum .list_wrapper.none .btn_accordion {
    top: 103px;
}

#aside.network .ibtn {
    height: 36px;
    border-radius: 12px;
}

#aside.network .search_area {
    padding-bottom: 18px;
    margin-bottom: 24px;
    border-bottom: 1px solid var(--gray250);
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 0;
    position: relative;
}

#aside.network .search_area .input_wrapper {
    grid-column: span 2;
    margin-bottom: 15px;
}

#aside.network .search_area .result {
    padding: 0;
    border: 0;
}

#aside.network .search_area .btns {
    border-radius: 8px;
    border: 1px solid var(--gray250);
    overflow: hidden;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    display: flex;
}

#aside.network .search_area .btns button {
    font-size: 0;
    width: 40px;
    height: 40px;
    background-position: center;
    background-repeat: no-repeat;
}

#aside.network .search_area .btns button.btn_list_style {
    background-image: url(../img/icon_list_expand.svg);
}

#aside.network .search_area .btns button.btn_list_style.minimum {
    background-image: url(../img/icon_list_minimum.svg);
}

#aside.network .search_area .btns button.btn_list_sort {
    background-image: url(../img/icon_updown.svg);
}

#aside.network .search_area .btns button.btn_invite {
    background-image: url(../img/icon_plus.svg);
}

#aside.network .search_area .btns button:not(:first-of-type) {
    border-left: 1px solid var(--gray250);
}

#aside.network .workplace_start {
    font-size: var(--t6);
}

#aside.network .workplace_start h2 {
    margin-bottom: 7px;
    margin-top: 0;
}

#aside.network .workplace_start p {
    word-break: keep-all;
}

#aside.network .workplace_start .btns {
    display: flex;
    gap: 10px;
    margin: 20px 0 25px 0;
}

#aside.network .workplace_start button {
    font-size: 0;
    width: 36px;
    aspect-ratio: 1/1;
    background-color: var(--gray100);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#aside.network .workplace_start button::after {
    content: "";
    width: 18px;
    aspect-ratio: 1/1;
    background-color: var(--primaryColor);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
}

#aside.network .workplace_start button.btn01::after {
    -webkit-mask-image: url(../img/icon_headoffice.svg);
    mask-image: url(../img/icon_headoffice.svg);
}

#aside.network .workplace_start button.btn02::after {
    -webkit-mask-image: url(../img/icon_building02.svg);
    mask-image: url(../img/icon_building02.svg);
}

#aside.network .workplace_start button.btn03::after {
    -webkit-mask-image: url(../img/icon_person02.svg);
    mask-image: url(../img/icon_person02.svg);
}

#aside.network .workplace_start button.btn04::after {
    -webkit-mask-image: url(../img/icon_company02.svg);
    mask-image: url(../img/icon_company02.svg);
}

#aside.network .workplace_start button.btn05::after {
    -webkit-mask-image: url(../img/icon_building.svg);
    mask-image: url(../img/icon_building.svg);
}

#aside.network .workplace_start .ibtn {
    width: 100%;
}

#aside.network .workplace_list {
    flex-grow: 1;
    overflow-y: scroll;
    padding-right: 10px;
    margin-right: -14px;
}

.aside_collapsed {
    width: 80px;
    background-color: #fff;
    box-shadow: none;
    position: fixed;
    z-index: 2;
    top: var(--headerHeight);
    height: calc(100% - var(--headerHeight));
    font-size: var(--t8);
    padding-top: 17px;
    text-align: center;
    left: -80px;
    transition: all 0.3s;
}

.aside_collapsed a {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.aside_collapsed .btn_panel_expanded {
    font-weight: 700;
    margin-bottom: 37px;
}

.aside_collapsed .btn_panel_expanded::before {
    content: "";
    width: 32px;
    aspect-ratio: 1/1;
    border: 1px solid #e6e6e6;
    border-radius: 50%;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    background: url(../img/icon_hamburg.svg) no-repeat center/20px;
}

.aside_collapsed nav a {
    margin-bottom: 20px;
    position: relative;
}

.aside_collapsed nav a::before {
    content: "";
    width: 40px;
    aspect-ratio: 1/1;
    background-color: #f8f9fc;
    border-radius: 8px;
}

.aside_collapsed nav a::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 40px;
    aspect-ratio: 1/1;
    background-color: var(--gray400);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-size: 18px;
    mask-size: 18px;
}

.aside_collapsed nav a.on::before {
    background-color: #005cfc;
}

.aside_collapsed nav a.on::after {
    background-color: #fff;
}

.aside_collapsed nav .btn_new::after {
    -webkit-mask-image: url(../img/icon_document.svg);
    mask-image: url(../img/icon_document.svg);
}

.aside_collapsed nav .btn_recent::after {
    -webkit-mask-image: url(../img/icon_clock.svg);
    mask-image: url(../img/icon_clock.svg);
}

.aside_collapsed nav .btn_hit::after {
    -webkit-mask-image: url(../img/icon_star.svg);
    mask-image: url(../img/icon_star.svg);
}

.aside_collapsed nav .btn_file::after {
    -webkit-mask-image: url(../img/icon_docu_open.svg);
    mask-image: url(../img/icon_docu_open.svg);
}

.contents_area {
    flex: 1 0 0;
    max-width: 100%;
    padding: 32px 40px;
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto 1fr;
    gap: 10px 0;
    position: relative;
    transition: max-width 0.8s ease;
}

.contents_area .top_search {
    grid-column: 1;
    grid-row: 1;
}

.contents_area .work_area {
    grid-column: 1;
    grid-row: 2;
}

.contents_area .contents_blind {
    position: absolute;
    top: 32px;
    left: 40px;
    width: calc(100% - 80px);
    height: calc(100% - 64px);
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: var(--t2);
}

.contents_area.collapsed {
    transition: max-width 0.4s ease;
}

.contents_area.basic {
    background-color: #fff;
    display: block;
    padding: 40px 40px 60px 60px;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.contents_area.basic .btm_btn_area {
    margin-top: 50px;
}

.contents_area.basic .top_search {
    box-shadow: none;
    background-color: var(--gray50);
}

.contents_area.basic .layout_2col {
    margin-top: 10px;
}

#contents.basic {
    background-color: #fff;
}

#contents.basic #aside {
    width: 305px;
    box-shadow: none;
    padding: 50px 0 50px 65px;
}

#contents.basic #aside h2 {
    margin-top: 0;
    display: flex;
    align-items: center;
    gap: 9px;
}

#contents.basic #aside nav.snb ul {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

#contents.basic #aside nav.snb a {
    display: flex;
    align-items: center;
    height: 40px;
    line-height: 1;
    border-radius: var(--btnRadius);
    border: 1px solid var(--gray250);
    padding: 0 23px;
    font-weight: 500;
}

#contents.basic #aside nav.snb a.on {
    border-color: var(--primaryColor);
    color: var(--primaryColor);
    font-weight: 700;
}

#contents.basic .contents_area {
    display: block;
    padding: 50px 40px 50px 30px;
}

.h2_header {
    display: flex;
    align-items: flex-end;
    gap: 20px;
    padding-bottom: 10px;
    margin-bottom: 22px;
    border-bottom: 1px solid var(--gray250);
}

.h2_header h2 {
    line-height: 24px;
    font-size: var(--t4);
    color: var(--gray900);
    margin-bottom: 8px;
}

.h2_header.page {
    margin-bottom: 35px;
    border: 0;
    padding: 0;
}

.h2_header.page h2 {
    font-size: var(--t1);
}

.h2_header.page h2 small {
    display: block;
    margin-top: 7px;
    font-size: var(--t5);
    font-weight: 400;
    color: var(--textColor);
}

.h2_header .btns {
    margin-top: -22px;
    margin-left: auto;
}

.h2_header .date {
    display: flex;
    align-items: center;
    gap: 10px;
    line-height: 1;
    align-self: center;
}

.h2_header.no_border {
    padding: 0;
    border: 0;
}

span.label {
    font-weight: 700;
    flex-shrink: 0;
}

span.label.require::before {
    content: "* ";
    color: var(--red);
}

.top_search {
    border-radius: var(--btnRadius);
    background-color: #fff;
    border: 1px solid var(--gray50);
    padding: 22px;
    box-shadow: var(--boxShadow);
    display: flex;
    align-items: center;
    gap: 20px;
    min-width: 0;
}

.top_search span.label:first-of-type {
    margin-left: 15px;
}

.top_search .subj {
    font-weight: 700;
    margin-left: 15px;
    flex: 1 1 auto;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}

.top_search input:not([type=checkbox], [type=radio]) {
    width: auto;
    flex-grow: 1;
}

.top_search select {
    width: auto;
    min-width: 240px;
}

.top_search .btns {
    flex-shrink: 0;
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 8px;
}

.right {
    flex-shrink: 0;
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 8px;
}

.left {
    flex-shrink: 0;
    margin-right: auto;
    display: flex;
    align-items: center;
    gap: 8px;
}

.inner {
    flex: 1;
    overflow-y: scroll;
    min-height: 0;
    word-break: break-all;
    margin-right: -14px;
    padding-right: 10px;
}

.inner .table_h01 {
    padding-right: 0 !important;
}

.work_area {
    border-radius: var(--btnRadius);
    background-color: #fff;
    border: 1px solid var(--gray50);
    padding: 22px;
    box-shadow: var(--boxShadow);
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

h3.title01 {
    font-size: var(--t3);
    color: var(--gray900);
    margin-bottom: 10px;
}

h3.title01.no_margin {
    margin-bottom: 0 !important;
}

.h3_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 1;
    gap: 15px;
    border-bottom: 1px solid #e1e6ec;
    padding-bottom: 12px;
    margin-bottom: 15px;
}

.h3_header h3 {
    font-size: var(--t5);
    color: var(--gray900);
    flex-shrink: 0;
}

.h3_header .ibtn {
    height: 33px;
    border-radius: 12px;
    padding: 0 15px;
    gap: 5px;
    font-size: var(--t7);
    min-width: 100px;
}

.h3_header .btn_search_work {
    margin-right: auto;
}

.h3_header .btn_search_work::before {
    content: "";
    flex-shrink: 0;
    width: 12px;
    aspect-ratio: 1/1;
    background-color: #005cfc;
    -webkit-mask-image: url(../img/icon_search.svg);
    mask-image: url(../img/icon_search.svg);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
}

.h3_header select {
    width: auto;
}

.h3_header.thin {
    padding-bottom: 11px !important;
}

.h3_header.page {
    border: 0;
    padding-bottom: 0;
    margin-bottom: 13px;
    min-height: 46px;
}

.h3_header.page h3 {
    font-size: var(--t3);
}

.empty {
    display: flex;
    flex-direction: column;
    gap: 12px;
    color: var(--gray900);
    font-size: var(--t6);
    font-weight: 700;
    align-items: center;
    text-align: center;
    margin: 30px 0;
}

.empty::before {
    content: "";
    width: 140px;
    aspect-ratio: 1/1;
    background: url(../img/i_none.svg) no-repeat center/contain;
}

.empty.sm {
    gap: 7px;
    font-size: var(--t7);
    font-weight: 500;
    margin: 15px 0;
}

.empty.sm::before {
    width: 80px;
}

.h4_header {
    display: flex;
    align-items: center;
    gap: 15px;
}

.h4_header .date {
    font-size: var(--t8);
    font-weight: 400;
}

td {
    --btnHeight: 40px;
    --btnPadding: 15px;
    --btnRadius: 10px;
}

.table01 th,
.table01 td {
    text-align: center;
    padding: 15px 10px;
    border-bottom: 1px solid var(--gray200);
}

.table01 thead th {
    border-color: var(--gray700);
}

.table01 tbody th {
    text-align: left;
}

.table_v01 th,
.table_v01 td {
    text-align: left;
    padding: 5px;
    height: 50px;
}

.table_v01 th {
    font-weight: 600;
}

.table_v02 table {
    border-top: 1px solid var(--gray250);
    table-layout: fixed;
}

.table_v02 th,
.table_v02 td {
    padding: 5px 20px;
    height: 50px;
}

.table_v02 th {
    font-weight: 600;
    text-align: center;
    background-color: var(--gray100);
    border-bottom: 1px solid #fff;
}

.table_v02 td {
    border-bottom: 1px solid var(--gray200);
}

.table_v02 td.pad {
    padding-top: 20px;
    padding-bottom: 20px;
}

.table_v02 select {
    width: auto;
    min-width: 325px;
}

.table_v02 span.label.require {
    color: var(--primaryColor);
}

.table_v02 span.label.require::before {
    color: var(--primaryColor);
}

tbody {
    font-size: 0.95em;
}

tbody th {
    font-size: 1.05em;
}

.table_h01 table {
    border-collapse: separate;
    border-top: 0;
}

.table_h01 th,
.table_h01 td {
    text-align: center;
    padding: 3px 15px;
    border-bottom: 1px solid var(--gray200);
    height: 42px;
}

.table_h01 thead th {
    border: 1px solid var(--gray250);
    border-right: 0;
    background-color: var(--gray100);
    font-weight: 500;
    color: var(--gray900);
}

.table_h01 thead th:first-of-type {
    border-radius: 8px 0 0 8px;
}

.table_h01 thead th:last-of-type {
    border-radius: 0 8px 8px 0;
    border-right: 1px solid var(--gray250);
}

.table_h01 tbody th {
    text-align: left;
}

.table_h01 .subj {
    font-weight: 700;
}

.table_h01 .rows {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.table_h01 select {
    width: 100%;
    min-width: auto;
}

.space_gap {
    display: flex;
    align-items: center;
    gap: 30px;
}

.space_gap.column {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
}

.space_gap.xs {
    gap: 10px;
}

.space_gap.sm {
    gap: 20px;
}

.space_gap.lg {
    gap: 50px;
}

.phone_number input.short {
    width: 100px;
}

:root {
    --swiper-navigation-size: 18px;
    --swiper-theme-color: #005cfc;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-weight: 900;
}

.swiper-button-next {
    right: 0;
    color: var(--textColor);
}

.swiper-button-prev {
    left: 0;
    color: var(--textColor);
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    opacity: 1;
    background-color: transparent;
    border: 1px solid var(--primaryColor);
}

.swiper-pagination-bullet-active {
    background-color: var(--primaryColor);
}

.btn_aichat {
    position: fixed;
    right: 60px;
    bottom: 50px;
    width: 85px;
    height: 85px;
    background: url(../img/aichat.png) no-repeat center/contain;
    font-size: 0;
}

.tbl_top,
.tbl_btm {
    display: flex;
    align-items: center;
    gap: 20px;
}

.tbl_btm {
    margin-top: 24px;
}

.tbl_btm .pagenum {
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: var(--t8);
}

.tbl_btm .pagenum a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    aspect-ratio: 1/1;
    border: 1px solid #e6e6e6;
    color: #666;
    margin-left: -1px;
    font-weight: 600;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.tbl_btm .pagenum a.icon {
    font-size: 0;
}

.tbl_btm .pagenum a.icon::after {
    content: "";
    width: 20px;
    aspect-ratio: 1/1;
    background: url(../img/icon_chevron.svg) no-repeat center/contain;
}

.tbl_btm .pagenum a.next::after {
    transform: rotate(180deg);
}

.tbl_btm .pagenum a.current {
    background-color: var(--gray100);
    pointer-events: none;
}

.tbl_btm .pagenum a:first-of-type {
    border-radius: 8px 0 0 8px;
}

.tbl_btm .pagenum a:last-of-type {
    border-radius: 0 8px 8px 0;
}

.tbl_top {
    margin-bottom: 10px;
    align-items: flex-end;
}

.tbl_top .ibtn.sm {
    height: 36px;
    padding: 0 15px;
    font-size: 1em;
    border-radius: 12px;
}

.tbl_top .tab01 a {
    font-size: 1.05em;
}

.tbl_top p.refer {
    margin: 0 10px;
    display: flex;
    gap: 3px;
    line-height: 14px;
}

.tbl_top p.refer::before {
    content: "";
    width: 14px;
    aspect-ratio: 1/1;
    background: url(../img/icon_refer.svg) no-repeat center/contain;
    flex-shrink: 0;
}

.tree_area {
    font-size: var(--t8);
}

.tree_area span {
    vertical-align: middle;
    margin-right: 2px;
    cursor: pointer;
}

.tree_area .total {
    font-size: var(--t7);
    font-weight: 700;
}

.tree_area .tree_toggle {
    cursor: pointer;
    display: inline-block;
    width: 14px;
    aspect-ratio: 1/1;
    background: url(../img/tree_plus.svg) no-repeat center;
    vertical-align: middle;
}

.tree_area i.circle {
    display: inline-block;
    width: 8px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    border: 2px solid var(--primaryColorL);
    vertical-align: middle;
}

.tree_area i.label {
    margin-left: 4px;
    font-size: var(--t9);
    font-weight: 400;
    padding: 0 5px;
    min-width: auto;
    height: 17px;
    vertical-align: middle;
}

.tree_area .collapsed > ul {
    display: none;
}

.tree_area .expanded > .tree_toggle {
    background-image: url(../img/tree_minus.svg);
}

.tree_area ul ul {
    position: relative;
    padding-left: 20px;
}

.tree_area li {
    line-height: 24px;
    position: relative;
    /* 세로 점선 */
    /* 가로 점선 */
}

.tree_area li::before {
    content: "";
    position: absolute;
    top: 0;
    left: -14px;
    border-left: 1px dashed #ccc;
    height: 100%;
}

.tree_area li::after {
    content: "";
    position: absolute;
    top: 12px;
    left: -13px;
    width: 11px;
    border-top: 1px dashed #ccc;
}

.tree_area li:last-child::before {
    height: 12px;
}

.tree_area li.first::before, .tree_area li.first::after {
    display: none;
}

.tree_area.lg {
    font-size: 1em;
}

.tree_area.lg .tree_toggle {
    width: 18px;
    background: url(../img/tree_plus_lg.svg) no-repeat center/contain;
}

.tree_area.lg .expanded > .tree_toggle {
    background-image: url(../img/tree_minus_lg.svg);
}

.tree_area.lg .total {
    font-size: 1.1em;
}

.tree_area.lg ul ul {
    padding-left: 22px;
    padding-top: 5px;
}

.tree_area.lg ul ul li {
    padding-top: 10px;
}

.tree_area.lg ul ul li::after {
    top: 22px;
}

.tree_area.lg ul ul li:last-child::before {
    height: 22px;
}

.basic_search_area {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 22px;
    font-size: 0.95em;
}

.basic_search_area span.label {
    margin: 0 10px 0 20px;
}

.basic_search_area select,
.basic_search_area input:not([type=checkbox], [type=radio]) {
    width: auto;
    min-width: 200px;
}

p.input_refer,
p.input_alert {
    font-size: 0.875em;
    margin-top: 8px;
}

p.input_refer {
    color: var(--gray400);
}

p.input_alert {
    color: var(--red);
}

#sign {
    display: flex;
    flex-direction: column;
    width: 1200px;
    margin: 0 auto;
    padding: 50px 0 100px 0;
}

#sign.step01 .overflow_y {
    border: 1px solid var(--gray250);
    border-radius: var(--btnRadius);
    padding: var(--btnPadding);
    height: 270px;
    overflow-y: hidden;
}

#sign.step01 .overflow_y .inner {
    height: 100%;
}

#sign.step01 p.agree {
    margin: 15px 0 40px 2px;
    font-size: 1.142em;
}

#sign.step01 p.agree input {
    width: 20px;
    height: 20px;
}

#sign.step02 .form {
    --btnHeight: 56px;
    font-size: var(--t5);
}

#sign.step02 .form .ibtn {
    font-size: var(--t5);
}

#sign.step02 .form span.label {
    min-width: 100px;
}

#sign.step02 .form p.input_refer {
    margin-left: 112px;
}

#sign.step02 .form input:not([type=checkbox], [type=radio]) {
    flex: 0 0 300px;
}

#sign.step02 .form select {
    min-width: 200px;
    width: auto;
}

#sign.step02 .btm_btn_area {
    margin-top: 65px;
}

#sign .complete {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 50px;
}

#sign .complete i {
    width: 100px;
    aspect-ratio: 1/1;
    background: url(../img/i_complete.svg) no-repeat center/contain;
}

#sign .complete h3 {
    margin-top: 40px;
    font-size: 2em;
}

#sign .complete p {
    font-size: 1.15em;
    margin-top: 10px;
}

#sign .complete .ibtn {
    margin-top: 60px;
    width: 150px;
}

.sign_box {
    width: 460px;
    margin: 40px auto;
    font-size: var(--t5);
}

.sign_box input {
    height: 56px;
}

.sign_box .input_alert {
    padding-left: 8px;
}

.sign_box .ibtn {
    width: 100%;
}

.sign_box .form_login .input_wrapper {
    margin-top: 15px;
}

.sign_box .form_login .ibtn {
    margin-top: 10px;
}

.sign_box .form_login .btn_submit {
    margin-top: 30px;
}

.sign_box .form_login ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    color: var(--gray600);
    font-weight: 500;
    line-height: 1;
    margin-top: 25px;
}

.sign_box .form_login ul li:not(:first-of-type) {
    border-left: 1px solid #808892;
    padding-left: 12px;
}

.sign_box .empty {
    font-size: var(--t1);
}

.sign_box .empty + p {
    text-align: center;
    margin-bottom: 40px;
    line-height: 1.5;
}

.sign_box .tbtn {
    margin: 45px auto -15px auto;
    width: 120px;
    display: block;
}

.sign_box .result {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.sign_box .result li {
    background-color: var(--gray100);
    border-radius: var(--btnRadius);
    padding: 8px 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 60px;
    gap: 10px;
    line-height: 1;
}

.sign_box .result li small {
    font-size: var(--t8);
}

.sign_box .result li strong {
    font-weight: 700;
    color: var(--primaryColor);
}

.sign_box .btm_btn_area {
    margin-top: 45px;
}

.sign_box .certibox {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.sign_box .certibox .input_wrapper {
    flex-shrink: 0;
}

.sign_box .certibox .input_wrapper input {
    padding-right: 70px;
    width: 340px;
}

.sign_box .certibox .input_wrapper .timer {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--red);
}

.sign_box .certibox .ibtn {
    width: 110px;
    height: 56px;
    padding: 0;
    font-size: 1.05em;
}

.sign_header {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
}

.sign_header p {
    line-height: 1.5;
}

.sign_header .logo {
    font-size: 0;
    width: 80px;
    aspect-ratio: 1/1;
    background: url(../img/ci.svg) no-repeat center/contain;
}

.sign_header .logo + p {
    font-weight: 700;
    font-size: var(--t4);
}

.sign_header h2 {
    margin-top: 50px;
    font-size: var(--t1);
    color: var(--gray900);
}

.sign_header h2 + p {
    margin-bottom: 20px;
    text-align: center;
}

.catg_area {
    border-radius: var(--btnRadius);
    padding: 28px 30px;
    background-color: var(--gray200);
    font-size: var(--t4);
    font-weight: 500;
    display: flex;
    gap: 45px;
}

.catg_area input {
    width: 24px;
    height: 24px;
}

.form .rows:not(:first-of-type) {
    margin-top: 30px;
}

.form p.label {
    margin-bottom: 10px;
    font-weight: 700;
}

.form .btm_btn_area {
    margin-top: 45px;
}

.form span.label {
    flex-shrink: 0;
}

.form .rows.flex {
    display: flex;
    align-items: center;
    gap: 10px;
}

.form .rows.flex input {
    min-width: 0;
}

.form .rows.flex .flex_space {
    flex: 0 0 300px;
}

.form.basic {
    font-size: 1.1em;
}

.form.basic .ibtn {
    font-size: 1em;
}

.form.basic span.label {
    min-width: 120px;
}

.form.basic p.input_refer {
    margin-left: 135px;
}

.form.basic input {
    max-width: 300px;
}

.form.basic .btn_setting {
    margin-left: 20px;
}

ul.address {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1 0 0;
    min-width: 0;
}

ul.address li {
    display: flex;
    align-items: center;
    gap: 8px;
}

ul.address input {
    max-width: 430px !important;
}

ul.ul01 {
    font-size: var(--tBasic);
}

ul.ul01 li {
    padding: 13px 0;
    border-top: 1px dashed var(--gray250);
}

ul.ul01 li:first-of-type {
    padding-top: 0;
    border: 0;
}

ul.ul01 li:last-of-type {
    padding-bottom: 0;
}

ul.ul01 label.check {
    gap: 9px;
}

hr.hr01 {
    border: 0;
    height: 1px;
    background-color: var(--gray400);
}

.main_process {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 45px;
    margin-top: 90px;
}

.main_process header {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 20px;
}

.main_process header h2 {
    width: 80px;
    aspect-ratio: 1/1;
    font-size: 0;
    background: url(../img/ci.svg) no-repeat center/contain;
}

.main_process header p {
    font-size: var(--t4);
    color: var(--gray900);
    text-align: center;
    line-height: 1.5;
}

.main_process .card_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 25px;
}

.main_process .card_wrapper .card {
    border-radius: var(--btnRadius);
    background-color: #fff;
    border: 1px solid var(--gray50);
    padding: 22px;
    box-shadow: var(--boxShadow);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    flex: 1 1 0;
    min-width: 0;
    max-width: 490px;
    padding-top: 65px;
    padding-bottom: 50px;
}

.main_process .card_wrapper .card h2 {
    position: absolute;
    left: 30px;
    top: 30px;
    line-height: 1;
    color: var(--gray300);
    font-size: 30px;
}

.main_process .card_wrapper .card i.icon {
    flex-shrink: 0;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background-color: var(--gray400);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px;
    background-image: url(../img/icon_document02.svg);
}

.main_process .card_wrapper .card i.icon.company01 {
    background-image: url(../img/icon_building02.svg);
}

.main_process .card_wrapper .card i.icon.workplace01 {
    background-image: url(../img/icon_company02.svg);
}

.main_process .card_wrapper .card i.icon.workplace02 {
    background-image: url(../img/icon_building03.svg);
}

.main_process .card_wrapper .card i.icon.manager {
    background-image: url(../img/icon_person02.svg);
}

.main_process .card_wrapper .card i.label {
    background-color: #22c55e;
    height: 23px;
    font-size: var(--t7);
    min-width: auto;
    padding: 0 10px;
    position: absolute;
    right: 30px;
    top: 30px;
}

.main_process .card_wrapper .card p {
    margin: 15px 0 20px 0;
    font-size: var(--t4);
    color: var(--gray900);
}

.main_process .card_wrapper .card p.move {
    margin: 0;
    font-size: var(--t5);
    color: var(--textColor);
}

.main_process .card_wrapper .card .btns {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    width: 340px;
}

.main_process .card_wrapper .card .btns .ibtn {
    font-size: var(--t5);
    flex: 1;
    max-width: 270px;
}

.main_process .card_wrapper .card.off {
    opacity: 0;
}

.main_process .card_wrapper .card.complete i.icon {
    background-color: #ffb240;
}

.main_process .card_wrapper .card.done i.icon {
    background-image: url(../img/icon_check.svg);
    background-color: var(--gray100);
}

.tab01 {
    display: flex;
    align-items: center;
    gap: 6px;
}

.tab01 a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: var(--btnHeight);
    border-radius: 23px;
    padding: 0 25px;
    background-color: var(--gray100);
    color: var(--primaryColor);
    font-size: 1.1em;
}

.tab01 a.on {
    background-color: var(--primaryColorB);
    color: #fff;
}

.main_network {
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1;
    grid-row: 1/-1;
}

.main_network .ibtn {
    height: 36px;
    border-radius: 12px;
}

.main_network p.main_txt {
    font-size: var(--t4);
    font-weight: 600;
    padding: 30px 0 50px 0;
}

.main_network .header_network,
.main_network .list_wrapper {
    width: 330px;
}

.main_network .header_network {
    margin-bottom: 60px;
    border: 2px solid var(--gray300);
    background-color: #fff;
    position: relative;
}

.main_network .header_network.connected {
    border-color: var(--primaryColor);
}

.main_network .header_network i.label {
    min-width: auto;
    padding: 0 8px;
}

.main_network .header_network .name {
    margin-bottom: 15px;
}

.main_network .header_network .btns {
    margin-top: 15px;
    display: flex;
    gap: 8px;
}

.main_network .header_network .btns .ibtn {
    flex-grow: 1;
    min-width: 0;
}

.main_network .workplace_list {
    flex-grow: 1;
    overflow-y: scroll;
    padding-right: 10px;
    margin-right: -14px;
    display: flex;
    flex-wrap: wrap;
    align-content: start;
    gap: 40px;
    max-width: 1454px;
}

.main_network .item {
    position: relative;
    overflow: visible;
    width: 330px;
}

.main_network .list_wrapper {
    margin-top: 0 !important;
    position: absolute;
    z-index: 2;
}

.main_network .list_wrapper.collapsed {
    position: relative;
    z-index: 1;
}

.main_network .list_wrapper.collapsed > ul {
    border-color: var(--primaryColor);
}

.main_network .list_wrapper p.refer {
    text-align: center;
    font-size: 1em;
    padding: 4px 0 0 0;
}

.main_network .list_wrapper.none {
    position: relative;
}

.main_network .list_wrapper.none p.refer {
    padding: 32px 0 35px 0;
}

.main_network .list_wrapper.none > ul {
    border-color: var(--gray300);
}

.main_network .list_wrapper .btn_accordion {
    top: 134px;
}

.main_network .list_wrapper .workplace_header {
    margin-bottom: 12px;
}

.main_network .list_wrapper .workplace_name .name {
    font-size: 1.15em;
}

.main_network.subheader .header_network::after {
    content: "";
    width: 2px;
    height: 133px;
    border-left: 2px dashed var(--gray300);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -135px;
}

.main_network.subheader .header_network.connected::after {
    border-color: var(--primaryColor) !important;
}

.main_network.subheader .sub_list {
    display: flex;
    justify-content: space-between;
    width: 1200px;
    margin-top: -100px;
    margin-bottom: -50px;
    align-items: center;
}

.main_network.subheader .sub_list .header_network {
    background-color: #fff;
    border-width: 1px;
}

.main_network.subheader .sub_list .header_network::after {
    width: 267px;
    height: 2px;
    border-left: 0;
    border-top: 2px dashed var(--gray300);
    left: auto;
    bottom: auto;
    top: 50%;
    transform: translate(0, -50%);
}

.main_network.subheader .sub_list .header_network.sub01::after {
    right: -269px;
}

.main_network.subheader .sub_list .header_network.sub02::after {
    right: auto;
    left: -269px;
}

.main_network.partner .header_network::after {
    content: "";
    width: 50px;
    height: 360px;
    border: 2px dashed var(--gray300);
    border-right: 0;
    position: absolute;
    left: -52px;
    top: 70px;
}

.main_network.partner .header_network.connected::after {
    border-color: var(--primaryColor) !important;
}

.layout_2col {
    display: flex;
    gap: 40px;
    flex-grow: 1;
    overflow: hidden;
}

.layout_2col .l_left {
    flex: 0 0 400px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.layout_2col .l_right {
    flex: 1 0 0;
    display: flex;
    flex-direction: column;
}

.layout_2col .l_right.succession {
    margin-top: 61px;
}

.layout_2col .l_right .successionS {
    margin-top: 18px;
}

.layout_2col .input_wrapper {
    margin-bottom: 15px;
}

.layout_2col .tree_area {
    font-size: 1.05em;
    flex-grow: 1;
    border-radius: var(--btnRadius);
    padding: 20px;
    border: 1px solid var(--gray250);
    display: flex;
    flex-direction: column;
    font-weight: 500;
    overflow-y: auto;
}

.layout_2col .tree_area label.check {
    line-height: inherit;
}

.layout_2col .tree_area label.check span {
    color: var(--gray400);
}

.layout_2col .tree_area label.check input:checked ~ span {
    color: var(--textColor);
}

.layout_2col .table_h01 {
    flex: 1 1 0;
    overflow-y: auto;
    padding-right: 5px;
}

.layout_2col .h3_header {
    border: 0;
    padding-bottom: 0;
    margin-bottom: 1.2em;
    flex-shrink: 0;
}

.textarea_wrapper {
    position: relative;
    border-radius: var(--btnRadius);
    border: 1px solid var(--gray250);
    padding: var(--btnPadding);
}

.textarea_wrapper textarea {
    border-radius: 0;
    border: 0;
    padding: 0;
    height: auto;
}

.textarea_wrapper.sm {
    padding: 15px;
}

.table_h01.overflow_y {
    padding-right: 5px;
}

.table_overflow {
    flex-grow: 1;
    border: 1px solid var(--gray250);
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.table_overflow table {
    table-layout: fixed;
}

.table_overflow th,
.table_overflow td {
    text-align: center;
    padding: 3px 15px;
    border-bottom: 1px solid var(--gray250);
    height: 42px;
}

.table_overflow thead th {
    border-left: 1px solid var(--gray250);
    border-top: 0;
    border-right: 0;
    background-color: var(--gray100);
    font-weight: 500;
    color: var(--gray900);
}

.table_overflow thead th:first-of-type {
    border-left: 0;
}

.table_overflow tbody th {
    text-align: left;
    font-weight: 500;
    padding-left: 20px;
}

.table_overflow tbody tr:last-of-type td,
.table_overflow tbody tr:last-of-type th {
    border-bottom: 0;
}

.table_overflow .overflow_y {
    overflow: hidden;
    overflow-y: auto;
}

.con_overflow {
    border: 1px solid var(--gray250);
    padding: var(--btnPadding);
    border-radius: 10px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.con_overflow .status {
    display: flex;
    margin-left: 1px;
}

.con_overflow .status dl {
    flex: 1 1 0;
    border: 1px solid var(--gray250);
    margin-bottom: 20px;
    margin-left: -1px;
    display: flex;
    height: 40px;
}

.con_overflow .status dl dt {
    background-color: var(--gray100);
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 100px;
}

.con_overflow .status dl dd {
    font-size: 1.5em;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1 1 0;
}

.con_overflow .catg {
    display: grid;
    grid-template-columns: 120px 1fr;
    margin-bottom: 20px;
    border: 1px solid var(--gray250);
    align-items: center;
}

.con_overflow .catg dt {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--gray100);
    height: 40px;
}

.con_overflow .catg dd {
    padding: 0 20px;
}

.con_overflow .inner {
    padding-right: 8px;
    margin-right: -12px;
}

.qalist {
    word-break: keep-all;
}

.qalist .q {
    padding: 10px 15px;
    background-color: var(--gray100);
    border-bottom: 1px solid var(--gray200);
    border-top: 1px solid var(--gray250);
    font-size: 1.05em;
    font-weight: 600;
}

.qalist .a {
    padding: 15px;
}

.qalist .a li:not(:first-of-type) {
    margin-top: 10px;
}

.qalist label.check {
    align-items: flex-start;
}

.qalist label.check span {
    white-space: wrap;
    line-height: 1.2;
}

.grow {
    flex-grow: 1;
    overflow-y: auto;
}

.tab_con {
    display: flex;
    flex-direction: column;
}

a.link01 {
    color: var(--primaryColor);
}

.page_error {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
}

.page_error h2 {
    font-size: 6em;
    display: flex;
    align-items: center;
}

.page_error i {
    width: 80px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background: var(--gray100) url(../img/i_error.svg) no-repeat center/50px;
    margin: 0 5px;
}

.page_error small {
    font-size: 1.2em;
}

.page_error p {
    margin-top: 20px;
    text-align: center;
    font-size: 1.1em;
    line-height: 1.5;
    color: var(--gray500);
}

.page_error p.txt01 {
    font-size: 2em;
    font-weight: 700;
    color: var(--primaryColor);
}

.page_error .ibtn {
    margin-top: 50px;
}

.loading_container {
    position: relative;
}

.loading_container .loading {
    position: relative;
    width: 130px;
    aspect-ratio: 1/1;
    border-radius: 100%;
    border: 3px solid transparent;
    border-color: transparent var(--primaryColor) transparent var(--primaryColor);
    animation: rotate-loading 1.5s linear 0s infinite normal;
    transform-origin: 50% 50%;
    margin: 0 auto;
}

.loading_container .loading_text {
    animation: loading-text-opacity 2s linear 0s infinite normal;
    color: var(--gray500);
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.progress_wrap {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: rgba(255, 255, 255, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    display: none;
}

.progress_wrap i {
    width: 50px;
    aspect-ratio: 1/1;
    background: url(../img/i_user.svg) no-repeat center/contain;
    margin-bottom: 0.5em;
    animation: bounce 0.4s cubic-bezier(0, 0, 0.18, 0.99) infinite alternate;
}

.progress_wrap .bar_wrap {
    width: 300px;
    height: 10px;
    background: #eee;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.progress_wrap .bar {
    width: 0%;
    height: 100%;
    background: linear-gradient(to right, var(--primaryColorL), var(--primaryColor));
    transition: width 0.2s linear;
}

.progress_wrap .txt {
    font-size: 12px;
    font-weight: 700;
    margin-top: 0.5em;
    color: var(--gray700);
}

.progress_wrap .loading_container .loading_text {
    transform: translate(-50%, -105px);
    width: 100%;
    text-align: center;
    color: var(--textColor);
    font-weight: 500;
    font-size: 1.1em;
}

.progress_wrap .loading_container i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: none;
    width: 50px;
    margin-left: -25px;
    margin-top: -20px;
}

.hp_display {
    --btnRadius: 10px;
    flex: 0 0 260px;
    width: 260px;
    border-radius: 20px;
    border: 1px solid var(--gray250);
    background-color: var(--gray50);
    padding: 15px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.hp_display p {
    text-align: right;
    font-size: var(--t7);
    color: var(--gray500);
    padding: 0 3px;
    line-height: 1;
    margin-top: -5px;
}

.hp_display .textarea_wrapper {
    background-color: var(--gray700);
    border-radius: var(--btnRadius);
    padding: 15px;
    padding-right: 10px;
    border: 0;
    flex-grow: 1;
}

.hp_display .textarea_wrapper textarea {
    background: transparent;
    color: #fff;
    padding-right: 5px;
    height: 100%;
}

.ui-datepicker {
    z-index: 91 !important;
}

.ui-datepicker input,
.ui-datepicker select {
    height: auto !important;
    line-height: normal !important;
    padding: 2px 4px !important;
    width: auto !important;
    background: inherit !important;
    border: none !important;
    border-radius: 0 !important;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
}

.ui-datepicker .ui-state-highlight {
    background: var(--primaryColor) !important;
    color: #fff !important;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

@keyframes bounce {
    to {
        transform: translateY(-0.6em);
    }
}

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

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

@keyframes loading-text-opacity {
    0% {
        opacity: 0;
    }
    20% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

/***** Modal *****/
.pop_bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
    z-index: 90;
    background: rgba(0, 0, 0, 0.6);
}

.pop_bg .pop_layer {
    display: flex;
    max-height: calc(100% - 150px);
    width: 750px;
}

.pop_bg .pop_layer .h3_header {
    padding-bottom: 20px;
    margin-bottom: 22px;
}

.pop_layer {
    width: 380px;
    background: #fff;
    border-radius: var(--btnRadius);
    padding: 35px;
    padding-top: 45px;
    border: 1px solid var(--gray250);
    box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.15);
    position: absolute;
    flex-direction: column;
    display: none;
    z-index: 10;
}

.pop_layer .btn_close {
    width: 20px;
    aspect-ratio: 1/1;
    display: block;
    background: url(../img/icon_close.svg) no-repeat center/contain;
    font-size: 0;
    position: absolute;
    right: 15px;
    top: 15px;
}

.pop_layer.sm {
    padding: 23px;
    border-radius: 14px;
    width: 180px;
}

.pop_layer h3.title01 {
    font-size: var(--t5);
    margin-bottom: 1em;
}

.pop_layer h3.title01 strong {
    color: var(--primaryColor);
}

.pop_layer .table_h01 thead th {
    font-size: var(--t7);
}

.pop_layer .sortable-placeholder {
    height: 41px;
}

.pop_layer tbody {
    font-size: 0.9em;
}

.pop_layer tbody th {
    font-size: 1.1em;
}

.pop_layer .btm_btn_area p.left {
    left: 35px;
}

.pop_layer .btm_btn_area p.right {
    right: 35px;
}

.pop_header {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 14px;
    line-height: 1;
}

.pop_header h2 {
    font-size: 24px;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.pop_con {
    overflow-y: auto;
    margin-right: -14px;
    padding-right: 10px;
    flex-grow: 1;
}

.pop_document,
.pop_recent,
.pop_hit,
.pop_template {
    right: -396px;
    top: 29px;
    max-height: calc(100% - 58px);
}

.pop_switch {
    position: fixed;
    width: var(--panel-width);
    top: 120px;
    height: calc(100% - 152px);
    right: -510px;
    transition: right 0.42s ease;
    z-index: 20;
}

.pop_switch .inner_padding {
    border-radius: var(--btnRadius);
    background-color: #fff;
    border: 1px solid var(--gray50);
    padding: 22px;
    box-shadow: var(--boxShadow);
    padding: 22px;
    padding-top: 12px;
    position: relative;
    display: flex;
    flex-direction: column;
    border: 1px solid var(--gray250);
    height: 100%;
}

.pop_switch .btn_floating {
    width: 20px;
    aspect-ratio: 1/1;
    display: block;
    background: url(../img/icon_switch.svg) no-repeat center/contain;
    font-size: 0;
    position: absolute;
    right: 45px;
    top: 15px;
}

.pop_switch .btn_close {
    width: 20px;
    aspect-ratio: 1/1;
    display: block;
    background: url(../img/icon_close.svg) no-repeat center/contain;
    font-size: 0;
    position: absolute;
    right: 15px;
    top: 15px;
}

.pop_switch .h3_header {
    margin-left: -22px;
    margin-right: -22px;
    margin-bottom: 22px;
    height: 80px;
    padding-left: 33px;
    flex-shrink: 0;
}

.pop_switch.active {
    right: 40px;
}

.pop_switch.floating {
    right: 62px;
    top: 242px;
    height: calc(100% - 294px);
}

.pop_switch.floating .btn_floating {
    display: none;
}

.pop_info_view .img_slide {
    position: relative;
    width: 310px;
    margin: 20px auto 50px auto;
}

.pop_info_view .img_slide .swiper {
    width: 250px;
}

.pop_info_view .img_slide .swiper-slide {
    aspect-ratio: 1/1;
}

.pop_info_view .img_slide .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 0;
}

.pop_info_view .img_slide .swiper-pagination {
    bottom: -30px;
}

.pop_aichat .h3_header {
    padding-left: 21px;
}

.pop_aichat h3 {
    display: flex;
    align-items: center;
    gap: 7px;
}

.pop_aichat h3::before {
    content: "";
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    background: url(../img/aichat_s.png) no-repeat center/contain;
}

.pop_aichat .input_area {
    flex-shrink: 0;
    position: relative;
    margin-top: 22px;
    border: 1px solid var(--gray250);
    border-radius: var(--btnRadius);
    padding: 20px;
    padding-right: 10px;
}

.pop_aichat .input_area textarea {
    padding: 0;
    border: 0;
    border-radius: 0;
    min-height: 80px;
    max-height: 200px;
    overflow-y: hidden;
    resize: none;
    vertical-align: top;
}

.pop_aichat .input_area .btn_chat_enter {
    position: absolute;
    right: 14px;
    bottom: 14px;
    font-size: 0;
    display: block;
    width: 32px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background-color: var(--primaryColor);
}

.pop_aichat .input_area .btn_chat_enter::after {
    content: "";
    display: block;
    width: 100%;
    aspect-ratio: 1/1;
    background-color: #fff;
    -webkit-mask-image: url(../img/icon_arrow_long.svg);
    mask-image: url(../img/icon_arrow_long.svg);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-size: 10px;
    mask-size: 10px;
}

.pop_aichat .input_area .btn_chat_enter:disabled {
    pointer-events: none;
    background-color: var(--gray200);
}

.pop_aichat .input_area .btn_chat_enter:disabled::after {
    background-color: var(--gray400);
}

.pop_sign_worker td {
    height: 83px;
}

.pop_sign_worker .img_sign {
    max-height: 58px;
    max-width: 120px;
}

.pop_approval_line .pop_layer {
    width: 1100px;
}

.pop_approval_line .flex {
    display: flex;
    gap: 18px;
}

.pop_approval_line .l_left {
    flex: 0 0 310px;
    display: flex;
    flex-direction: column;
}

.pop_approval_line .l_right {
    flex: 1 0 0;
    margin-top: 24px;
}

.pop_approval_line .input_wrapper {
    margin-bottom: 15px;
}

.pop_approval_line .tree_area {
    flex-grow: 1;
    border-radius: var(--btnRadius);
    padding: 20px;
    border: 1px solid var(--gray250);
    height: 487px;
    display: flex;
    flex-direction: column;
}

.pop_approval_line .tree_area .ellipsis {
    display: inline-block;
    max-width: calc(100% - 90px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pop_approval_line .table_h01 {
    height: 208px;
    overflow-y: auto;
    padding-right: 5px;
}

.pop_docu_detail .pop_layer {
    width: 1400px;
}

.pop_docu_detail .pop_con {
    position: relative;
}

.pop_docu_detail .sign_area {
    position: absolute;
    right: 40px;
    top: 117px;
    border: 1px solid var(--gray250);
    border-radius: var(--btnRadius);
    background-color: var(--gray50);
    color: var(--gray900);
    font-size: var(--t8);
    display: flex;
    overflow: hidden;
}

.pop_docu_detail .sign_area h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    font-weight: 400;
}

.pop_docu_detail .sign_area dl {
    border-left: 1px solid var(--gray250);
    text-align: center;
}

.pop_docu_detail .sign_area dt {
    border-bottom: 1px solid var(--gray250);
    font-weight: 400;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pop_docu_detail .sign_area dd {
    background-color: #fff;
}

.pop_docu_detail .sign_area dd .sign {
    color: var(--gray700);
    border-bottom: 1px solid var(--gray300);
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pop_docu_detail .sign_area dd .sign img {
    max-width: 100%;
    max-height: 60px;
}

.pop_docu_detail .sign_area dd .date {
    line-height: 1;
    font-size: var(--t9);
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--textColor);
}

.pop_noti .pop_layer {
    width: 400px;
    padding-top: 50px;
    padding-bottom: 40px;
}

.pop_noti p {
    font-size: var(--t5);
    line-height: 1.4;
    text-align: center;
}

.pop_noti p:not(:first-of-type) {
    margin-top: 15px;
}

.pop_noti p.txt_l {
    font-size: var(--t4);
}

.pop_noti .succession {
    margin-top: 15px;
}

.pop_select_workplace .pop_layer,
.pop_select_candidate .pop_layer,
.pop_size_m .pop_layer {
    width: 550px;
}

.pop_list_style {
    width: 150px !important;
    right: 0;
    top: 110px;
}

.pop_list_sort {
    right: 0;
    top: 110px;
    padding-top: 35px !important;
}

.pop_list_sort i.icon.descending,
.pop_list_sort i.icon.ascending {
    position: absolute;
    right: 15px;
    top: 15px;
}

.pop_list_sort hr.hr01 {
    margin: 13px 0;
}

.pop_invite .pop_layer {
    width: 580px;
}

.pop_invite .pop_layer .tab01 {
    justify-content: center;
    margin-bottom: 22px;
}

.pop_invite .pop_layer .tab01 a {
    font-size: var(--t6);
}

.pop_invite .pop_layer span.label {
    min-width: 90px;
}

.pop_invite .pop_layer .form .rows:not(:first-of-type) {
    margin-top: 10px;
}

.pop_invite .pop_layer .btm_btn_area {
    padding-top: var(--spaceM);
    border-top: 1px solid var(--gray250);
}

.pop_invite .pop_layer .btm_btn_area .ibtn {
    min-width: 120px;
}

.pop_invite .pop_layer .form.add {
    border-top: 1px solid #e1e6ec;
    padding-top: 20px;
    margin-top: 20px;
}

.pop_orderer .pop_layer {
    width: 580px;
}

.pop_orderer .pop_layer.pop_set_workplace {
    display: none;
}

.pop_set_workplace .name {
    font-weight: 700;
    font-size: var(--t5);
    color: var(--primaryColor);
    margin-bottom: 15px;
}

.pop_set_workplace .box {
    border-radius: var(--btnRadius);
    padding: 25px;
    background: var(--gray100);
}

.pop_set_workplace dl {
    display: flex;
    gap: 10px;
    line-height: 1.3;
}

.pop_set_workplace dl:not(:first-of-type) {
    margin-top: 10px;
}

.pop_set_workplace dt {
    flex: 0 0 auto;
}

.pop_set_workplace dd {
    flex: 1 1 0;
    min-width: 0;
}

.pop_set_workplace .btm_btn_area .ibtn {
    padding: 0;
}

.pop_accident_regist .pop_layer {
    width: 1440px;
}

.pop_push_alarm .pop_layer {
    width: 1440px;
}

.pop_push_alarm .pop_layer .h2_header {
    margin-bottom: 10px;
}

.pop_push_alarm .pop_layer .layout {
    display: flex;
    flex-grow: 1;
    height: 472px;
}

.pop_push_alarm .pop_layer .layout section {
    display: flex;
    flex-direction: column;
    --btnHeight: 40px;
    --btnRadius: 10px;
    --btnPadding: 14px;
}

.pop_push_alarm .pop_layer .layout .item01 {
    flex-grow: 1;
    flex-shrink: 0;
    width: 550px;
    margin-left: 20px;
}

.pop_push_alarm .pop_layer .layout .item02 {
    flex-grow: 1;
}

.pop_push_alarm .pop_layer .layout .btns {
    align-self: center;
    display: flex;
    flex-direction: column;
    margin: 0 10px;
}

.pop_push_alarm .pop_layer .layout .btns button {
    margin-top: -1px;
    border: 1px solid var(--gray250);
    width: 30px;
    aspect-ratio: 1/1;
}

.pop_push_alarm .pop_layer .layout .btns button i.icon::after {
    background-color: var(--red);
}

.pop_push_alarm .pop_layer .layout .btns button i.icon.right::after {
    background-color: var(--primaryColor);
}

.pop_push_alarm .pop_layer .basic_search_area {
    margin-bottom: 10px;
}

.pop_push_alarm .pop_layer h3.title01 {
    height: var(--btnHeight);
    margin-bottom: 10px;
    padding-top: 18px;
}

/***** guide *****/
.view_only {
    display: none;
}

.html_guide {
    display: grid;
    grid-template-columns: repeat(3, max-content);
    gap: 15px 5px;
}