@charset "UTF-8";
@font-face {
    font-family: "Pretendard";
    font-weight: 900;
    font-display: swap;
    src: local("Pretendard Black"), url(../font/woff2/Pretendard-Black.woff2) format("woff2"), url(../font/woff/Pretendard-Black.woff) format("woff");
}
@font-face {
    font-family: "Pretendard";
    font-weight: 800;
    font-display: swap;
    src: local("Pretendard ExtraBold"), url(../font/woff2/Pretendard-ExtraBold.woff2) format("woff2"), url(../font/woff/Pretendard-ExtraBold.woff) format("woff");
}
@font-face {
    font-family: "Pretendard";
    font-weight: 700;
    font-display: swap;
    src: local("Pretendard Bold"), url(../font/woff2/Pretendard-Bold.woff2) format("woff2"), url(../font/woff/Pretendard-Bold.woff) format("woff");
}
@font-face {
    font-family: "Pretendard";
    font-weight: 600;
    font-display: swap;
    src: local("Pretendard SemiBold"), url(../font/woff2/Pretendard-SemiBold.woff2) format("woff2"), url(../font/woff/Pretendard-SemiBold.woff) format("woff");
}
@font-face {
    font-family: "Pretendard";
    font-weight: 500;
    font-display: swap;
    src: local("Pretendard Medium"), url(../font/woff2/Pretendard-Medium.woff2) format("woff2"), url(../font/woff/Pretendard-Medium.woff) format("woff");
}
@font-face {
    font-family: "Pretendard";
    font-weight: 400;
    font-display: swap;
    src: local("Pretendard Regular"), url(../font/woff2/Pretendard-Regular.woff2) format("woff2"), url(../font/woff/Pretendard-Regular.woff) format("woff");
}
@font-face {
    font-family: "Pretendard";
    font-weight: 300;
    font-display: swap;
    src: local("Pretendard Light"), url(../font/woff2/Pretendard-Light.woff2) format("woff2"), url(../font/woff/Pretendard-Light.woff) format("woff");
}
@font-face {
    font-family: "Pretendard";
    font-weight: 200;
    font-display: swap;
    src: local("Pretendard ExtraLight"), url(../font/woff2/Pretendard-ExtraLight.woff2) format("woff2"), url(../font/woff/Pretendard-ExtraLight.woff) format("woff");
}
@font-face {
    font-family: "Pretendard";
    font-weight: 100;
    font-display: swap;
    src: local("Pretendard Thin"), url(../font/woff2/Pretendard-Thin.woff2) format("woff2"), url(../font/woff/Pretendard-Thin.woff) format("woff");
}
.hidden {
    position: absolute !important;
    width: 0.1rem;
    height: 0.1rem;
    overflow: hidden;
    clip: rect(0.1rem, 0.1rem, 0.1rem, 0.1rem);
}

/*** display ***/
.d-block {
    display: block !important;
}

.d-none {
    display: none !important;
}

.d-flex {
    display: flex !important;
}

/*** width, height ***/
.w-20p {
    width: 20% !important;
}

.w-25p {
    width: 25% !important;
}

.w-full {
    width: 100% !important;
}

.w-52 {
    width: 5.2rem !important;
}

.w-62 {
    width: 6.2rem !important;
}

.w-72 {
    width: 7.2rem !important;
}

.w-80 {
    width: 8rem !important;
}

.w-100 {
    width: 10rem !important;
}

.w-120 {
    width: 12rem !important;
}

.w-132 {
    width: 13.2rem !important;
}

.w-206 {
    width: 20.6rem !important;
}

.w-280 {
    width: 28rem !important;
}

.w-300 {
    width: 30rem !important;
}

.w-400 {
    width: 40rem !important;
}

.w-420 {
    width: 42rem !important;
}

.w-476 {
    width: 47.6rem !important;
}

.w-800 {
    width: 80rem !important;
}

.h-48 {
    height: 4.8rem !important;
}

/*** max-width ***/
.mxw-100 {
    max-width: 10rem !important;
}

.mxw-200 {
    max-width: 20rem !important;
}

.mxw-300 {
    max-width: 30rem !important;
}

.mxw-500 {
    max-width: 50rem !important;
}

.mxw-800 {
    max-width: 80rem !important;
}

/*** margin, padding ***/
.mt-0 {
    margin-top: 0 !important;
}

.mt-8 {
    margin-top: 0.8rem !important;
}

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

.mt-12 {
    margin-top: 1.2rem !important;
}

.mt-16 {
    margin-top: 1.6rem !important;
}

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

.mt-24 {
    margin-top: 2.4rem !important;
}

.mt-28 {
    margin-top: 2.8rem !important;
}

.mt-32 {
    margin-top: 3.2rem !important;
}

.mt-36 {
    margin-top: 3.6rem !important;
}

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

.mt-48 {
    margin-top: 4.8rem !important;
}

.ml-8 {
    margin-left: 0.8rem;
}

.mb-16 {
    margin-bottom: 1.6rem;
}

/*** font size ***/
.fs-14 {
    font-size: 1.4rem;
    line-height: 2rem;
}

/*** align ***/
.ta-left {
    text-align: left;
}

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

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

.va-top {
    vertical-align: top !important;
}

.jc-start {
    justify-content: flex-start !important;
}

.jc-center {
    justify-content: center !important;
}

.jc-end {
    justify-content: flex-end !important;
}

.jc-around {
    justify-content: space-around !important;
}

.jc-between {
    justify-content: space-between !important;
}

.ai-start {
    align-items: flex-start !important;
}

.ai-center {
    align-items: center !important;
}

.ai-base {
    align-items: baseline !important;
}

.ai-end {
    align-items: flex-end !important;
}

/*** flex ***/
.flx-1 {
    flex: 1 !important;
}

.flx-none {
    flex: none !important;
}

.fs-0 {
    flex-shrink: 0 !important;
}

.fw-wrap {
    flex-wrap: wrap !important;
}

.text-truncate {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

* {
    margin: 0;
    padding: 0;
    background: transparent;
    font-weight: normal;
    font-style: normal;
    box-sizing: border-box;
    touch-action: auto;
    -webkit-tap-highlight-color: transparent !important;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;
    list-style: none;
    word-break: keep-all;
    word-wrap: break-word;
}

html,
body,
button,
input,
textarea {
    font-family: "Pretendard", "Roboto", "NotoSansKR", sans-serif;
    color: #222222;
}

strong {
    font-weight: 600;
}

html {
    width: 100%;
    height: 100%;
    font-size: 62.5%; /* font-size 1em = 10px 브라우저의 기본 설정 */
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    text-size-adjust: none;
}

body {
    position: static;
    width: 100%;
    height: 100%;
    min-width: 126rem;
    font-size: 1.6rem; /* 1rem = 10px */
    font-weight: 500;
    line-height: 2.2rem;
}

body.-fixed {
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
}

a {
    text-decoration: none;
    outline: transparent;
}

/* a:visited {
  color: inherit;
} */
button {
    border: none;
    outline: transparent;
    cursor: pointer;
}

/*** text ***/
.c-default-01 {
    color: #222222 !important;
}

.c-default-02 {
    color: #515b5e !important;
}

.c-default-03 {
    color: #758185 !important;
}

.c-primary {
    color: #00b0e1 !important;
}

.c-secondary,
.c-blue {
    color: #007dc5 !important;
}

p.caution,
span.caution,
.c-red {
    color: #e8103a !important;
}

.fw-light {
    font-weight: 300 !important;
}

.fw-regular {
    font-weight: 400 !important;
}

.fw-medium {
    font-weight: 500 !important;
}

.fw-semibold {
    font-weight: 600 !important;
}

.fw-bold {
    font-weight: 700 !important;
}

/*** box ***/
.box {
    position: relative;
    padding: 4rem 3.2rem;
    border-radius: 1.2rem;
}
.box.bg-gray {
    background: #f3f6f6;
}

/*** tab ***/
.tab-link-group {
    height: 4.4rem;
    margin: 3.2rem 0;
    border-bottom: 1px solid #00b0e1;
    font-size: 0;
}
.tab-link-group .tab-link {
    display: inline-block;
    height: inherit;
    vertical-align: top;
    padding: 1rem 2.8rem;
    border-radius: 1.2rem 1.2rem 0 0;
    background-color: #eef2f3;
    border-bottom: 1px solid #00b0e1;
    font-weight: 700;
    font-size: 1.6rem;
    color: #758185;
}
.tab-link-group .tab-link.is-active {
    position: relative;
    background-color: #fff;
    border: 1px solid #00b0e1;
    border-bottom: none;
    color: #00b0e1;
}
.tab-link-group + .result {
    margin-top: 2rem;
}
.tab-link-group + .result .board-wrap {
    margin-top: 2rem;
}

/*** pagination ***/
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 4rem;
}
.pagination .page-navi {
    display: block;
    width: 2.4rem;
    height: 2.4rem;
    text-indent: -999.9rem;
    overflow: hidden;
    transition: opacity 0.5s ease-in-out;
    background-color: #222222;
}
.pagination .page-navi:hover, .pagination .page-navi:active {
    background-color: #00b0e1;
}
.pagination .page-navi.first {
    -webkit-mask: url(../img/common/ico-arrow-first.svg) no-repeat center/2.4rem;
    mask: url(../img/common/ico-arrow-first.svg) no-repeat center/2.4rem;
}
.pagination .page-navi.prev {
    -webkit-mask: url(../img/common/ico-arrow-prev.svg) no-repeat center/2.4rem;
    mask: url(../img/common/ico-arrow-prev.svg) no-repeat center/2.4rem;
}
.pagination .page-navi.next {
    -webkit-mask: url(../img/common/ico-arrow-next.svg) no-repeat center/2.4rem;
    mask: url(../img/common/ico-arrow-next.svg) no-repeat center/2.4rem;
}
.pagination .page-navi.last {
    -webkit-mask: url(../img/common/ico-arrow-last.svg) no-repeat center/2.4rem;
    mask: url(../img/common/ico-arrow-last.svg) no-repeat center/2.4rem;
}
.pagination .page-links {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 2rem;
    gap: 0.4rem;
}
.pagination .page-links .page-link {
    display: block;
    width: 3.2rem;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.4rem;
    color: #758185;
    transition: all 0.5s ease-in-out;
}
.pagination .page-links .page-link:hover, .pagination .page-links .page-link.is-active {
    font-weight: 600;
    color: #00b0e1;
}
/* 25.11.04 장해림: 페이지네이션 비활성화 처리 위해 추가(공통 사항) */
.pagination .is-disabled {
    pointer-events: none;
    cursor: not-allowed;
    opacity: 0.5;
}

.collapse-content {
    height: 0;
    overflow: hidden;
    transition: height 0.3s ease;
}

.heading-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: 3.2rem;
    margin-bottom: 1.6rem;
}
.form ~ .heading-wrap {
    margin-top: 4rem;
}

.badge {
    display: inline-block;
    margin-right: 0.4rem;
    font-weight: 700;
    font-size: 1.4rem;
    color: #00b0e1;
}

.logging {
    padding: 8rem 0;
    text-align: center;
}
.logging-item {
    font-size: 1.4rem;
    font-weight: 500;
    color: #758185;
    line-height: 1.5;
}
.logging-item ~ .logging-item {
    margin-top: 0.4rem;
}
.logging b {
    display: inline-block;
    margin-right: 0.8rem;
    font-weight: 700;
    color: #515b5e;
}

.tooltip {
    position: relative;
    display: inline-block;
    padding: 0 0.4rem;
    cursor: pointer;
}
.tooltip-text {
    visibility: hidden;
    position: absolute;
    top: 150%;
    left: -50%;
    width: -moz-max-content;
    width: max-content;
    height: -moz-max-content;
    height: max-content;
    padding: 1rem;
    border-radius: 0.6rem;
    background-color: #515b5e;
    font-weight: 500;
    color: #fff;
    z-index: 11;
}
.tooltip:hover .tooltip-text {
    visibility: visible;
}

.custom-scroll::-webkit-scrollbar {
    width: 0.3rem;
}
.custom-scroll::-webkit-scrollbar-thumb {
    background: #d9d9d9;
    border-radius: 0.5rem;
    opacity: 0.7;
}

a.linku {
    color: #222222;
    text-decoration: underline;
}

a.link {
    line-height: 2rem;
    font-weight: 400;
    font-size: 1.4rem;
    color: #222222;
    text-decoration: none;
}
a.link.blue {
    color: #007dc5;
}

tr[onclick] {
    cursor: pointer;
}
tr[onclick] .bg-gray {
    cursor: auto;
}

/*** icon ***/
.ico {
    display: inline-block;
    vertical-align: middle;
}
.ico-lock {
    background: url(../img/common/ico-lock.svg) no-repeat 0 0/cover;
}
.ico-logout {
    background: url(../img/common/ico-logout.svg) no-repeat 0 0/cover;
}
.ico-reset {
    background: url(../img/common/ico-reset.svg) no-repeat 0 0/cover;
}
.ico-search {
    background: url(../img/common/ico-search.svg) no-repeat 0 0/cover;
}
.ico-searchb {
    -webkit-mask: url(../img/common/ico-search.svg) no-repeat 0 0/cover;
    mask: url(../img/common/ico-search.svg) no-repeat 0 0/cover;
    background-color: #222;
}
.ico-download {
    background: url(../img/common/ico-download.svg) no-repeat 0 0/cover;
}
.ico-admin {
    background: url(../img/common/ico-admin.svg) no-repeat 0 0/cover;
}
.ico-calendar {
    background: url(../img/common/ico-calendar.svg) no-repeat 0 0/cover;
}
.ico-refresh {
    background: url(../img/common/ico-refresh.svg) no-repeat 0 0/cover;
}
.ico-refresh-gray {
    background: url(../img/common/ico-refresh-gray.svg) no-repeat 0 0/cover;
}
.ico-add {
    background: url(../img/common/ico-add.svg) no-repeat 0 0/cover;
}
.ico-del {
    background: url(../img/common/ico-x.svg) no-repeat 0 0/cover;
}
.ico-picture {
    background: url(../img/common/ico-picture.svg) no-repeat 0 0/cover;
}
.ico-file {
    background: url(../img/common/ico-file.svg) no-repeat 0 0/cover;
}
.ico-order {
    background: url(../img/common/ico-order.svg) no-repeat 0 0/cover;
}
.ico-close {
    background: url(../img/common/ico-close.svg) no-repeat 0 0/cover;
}
.ico-down {
    background: url(../img/common/ico-down.svg) no-repeat 0 0/cover;
}
.ico-download {
    background: url(../img/common/ico-download.svg) no-repeat 0 0/cover;
}
.ico-upload {
    background: url(../img/common/ico-download.svg) no-repeat 0 0/cover;
    transform: rotate(180deg);
}
.ico-yes {
    background: url(../img/common/ico-yes.svg) no-repeat 0 0/cover;
}
.ico-no {
    background: url(../img/common/ico-no.svg) no-repeat 0 0/cover;
}

.wrap {
    position: relative;
    display: flex;
    min-height: 100%;
}

/*** aside ***/
aside.side-panel {
    position: relative;
    flex-shrink: 0;
    width: 25.6rem;
    background: #f3f6f6;
    transition: all 0.3s;
}
aside.side-panel .top {
    padding: 2rem 0;
}
aside.side-panel .top .text {
    display: flex;
    align-items: end;
    width: 20.5rem;
    height: 4rem;
    margin: 0 auto;
    padding-left: 4.7rem;
    background: url(../../assets/img/common/img-symbol-visang.png) no-repeat 0 0/3.8rem auto;
    font-weight: 700;
    font-size: 1.8rem;
    color: #00b0e1;
}
aside.side-panel .greeting {
    padding: 0 1.6rem;
    font-weight: 600;
    font-size: 1.6rem;
}
aside.side-panel .greeting small {
    display: block;
    font-weight: inherit;
    font-size: 1.4rem;
}
aside.side-panel .greeting span {
    font-weight: inherit;
}
aside.side-panel .logout-link {
    float: right;
    display: block;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.6rem;
    color: #222222;
}
aside.side-panel .logout-link .ico {
    width: 2rem;
    height: 2rem;
}
aside.side-panel .aside-toggle {
    position: absolute;
    top: 16.6rem;
    left: 100%;
    width: 4rem;
    height: 8rem;
    border-radius: 0 1.2rem 1.2rem 0;
    background: #00b0e1;
    z-index: 1;
}
aside.side-panel .aside-toggle::before {
    content: "";
    display: block;
    width: 3.2rem;
    height: 3.2rem;
    margin: 0 auto;
    background: url(../../assets/img/common/ico-bracket.svg) no-repeat 50% 50%/cover;
}
aside.side-panel .aside-toggle:not(.open)::before {
    transform: rotate(180deg);
}

/*** LNB ***/
.lnb {
    margin-top: 2.5rem;
    padding: 0 1.6rem 4rem;
}
.lnb ul {
    margin: 0;
    overflow: hidden;
    height: 0;
    transition: height 0.3s ease;
}
.lnb ul li {
    position: relative;
    margin-top: 0.4rem;
}
.lnb > ul {
    height: auto; /* 최상위는 열려 있어야 하므로 */
}
.lnb .menu {
    position: relative;
    font-weight: bold;
    display: block;
    width: 100%;
    padding: 1.2rem 5.2rem 1.2rem 2.4rem;
    border-radius: 1.2rem;
    background-color: #e8ecee;
    line-height: 1.5;
    text-align: left;
    font-weight: 700;
    font-size: 1.6rem;
    color: #222222;
}
.lnb .menu.active .menu-icon::before {
    transform: translate(calc(-50% - 0.2rem), -50%) rotate(-36deg);
}
.lnb .menu.active .menu-icon::after {
    width: 0.6rem;
    opacity: 1;
    transform: translate(calc(-50% + 0.2rem), -50%) rotate(36deg);
}
.lnb .dep1 > li > .menu.active {
    background-color: #00b0e1;
    color: #fff;
}
.lnb .dep1 > li > .menu.active > .menu-icon::before, .lnb .dep1 > li > .menu.active > .menu-icon::after {
    background-color: #fff;
}
.lnb .dep2 > li .chk-star {
    position: absolute;
    left: 2.4rem;
    top: 1rem;
    z-index: 1;
}
.lnb .dep2 > li .chk-star + .menu {
    background-image: none;
}
.lnb .dep2 > li > .menu {
    padding: 0.8rem 4.2rem 0.8rem 5.4rem;
    background: url("../../assets/img/common/bg-lnb-dep2.png") no-repeat 2rem 50%/2.4rem auto;
}
.lnb .dep2 > li > .menu.active {
    background-color: #fff;
    color: #00b0e1;
}
.lnb .dep2 > li > a.menu {
    background-color: #fff;
}
.lnb .dep3 > li .chk-star {
    position: absolute;
    left: 2.8rem;
    top: 0.7rem;
    z-index: 1;
}
.lnb .dep3 > li > .menu {
    background-color: transparent;
    padding: 0.6rem 2.8rem 0.6rem 5.4rem;
    font-weight: 500;
    font-size: 1.4rem;
    color: #515b5e;
}
.lnb .dep3 > li > .menu.active {
    color: #00b0e1;
}
.lnb .menu-icon {
    position: absolute;
    top: 50%;
    right: 2rem;
    width: 2rem;
    height: 2rem;
    margin-top: -1rem;
    display: block;
}
.lnb .menu-icon::before, .lnb .menu-icon::after {
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    display: block;
    width: 0.6rem;
    height: 0.2rem;
    background: #222222;
    transition: all 0.5s ease-in-out;
}
.lnb .menu-icon::before {
    transform: translate(calc(-50% - 0.2rem), -50%) rotate(36deg);
}
.lnb .menu-icon::after {
    transform: translate(calc(-50% + 0.2rem), -50%) rotate(-36deg);
}

/*** content ***/
.cont-wrap {
    flex: 1;
}

header.top {
    height: 5.6rem;
    border-bottom: 1px solid #e0e5e6;
    padding-left: 6rem;
    padding-right: 6rem;
}
header.top .inner {
    display: flex;
    height: 100%;
    align-items: center;
    max-width: 1528px;
    margin: 0 auto;
}
header.top .bookmark {
    margin-left: auto;
    overflow: hidden;
    padding-left: 2rem;
    background: url(../../assets/img/common/ico-star-yellow.svg) no-repeat 0 50%/1.6rem auto;
}
header.top .bookmark li {
    float: left;
}
header.top .bookmark li:not(:first-child) {
    position: relative;
    margin-left: 3.3rem;
}
header.top .bookmark li:not(:first-child)::before {
    content: "";
    position: absolute;
    display: block;
    right: calc(100% + 16px);
    top: 50%;
    margin-top: -6px;
    width: 1px;
    height: 12px;
    background-color: #222222;
    opacity: 0.3;
}
header.top .bookmark li a {
    display: block;
    line-height: 1.5;
    font-weight: 600;
    font-size: 1.4rem;
    color: #758185;
}

.cont-wrap > section {
    max-width: 1528px;
    min-width: calc(1366px - 4rem);
    padding: 6rem 6rem 16rem 6rem;
    margin: 0 auto;
    box-sizing: content-box;
}

.cont-wrap .section-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 3.2rem;
}

.cont-wrap .section-header .sect-tit {
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 4rem;
}

.cont-wrap .section-header .breadcrumb > ol {
    display: flex;
}

.cont-wrap .section-header .breadcrumb li {
    position: relative;
}

.cont-wrap .section-header .breadcrumb li + li {
    margin-left: 1.6rem;
    padding-left: 1.7rem;
}

.cont-wrap .section-header .breadcrumb li + li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 0.1rem;
    height: 1.2rem;
    background: rgba(0, 0, 0, 0.3);
    transform: translateY(-50%);
}

.cont-wrap .section-header .breadcrumb a {
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 2.4rem;
    color: #222222;
}

.cont-wrap .section-header .breadcrumb li:first-child a {
    display: block;
    width: 2.4rem;
    height: 2.4rem;
    text-indent: -999.9rem;
    background: url(../img/common/ico-home.svg) no-repeat 0/cover;
    overflow: hidden;
}

.cont-wrap .sect-body .sect-sub-tit {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.5;
    color: #222222;
}

.cont-wrap .sect-body .sect-sub-tit2 {
    margin-bottom: 1.6rem;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2rem;
    color: #222222;
}

/*** form ***/
.form-sect {
    position: relative;
}
.form + .form {
    margin-top: 3.2rem;
}

.form-sect .form-tit {
    margin-bottom: 2.4rem;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 2.5rem;
    color: #222222;
}
.form-sect + hr {
    margin: 3.2rem 0;
    border: none;
    border-top: 0.1rem solid #e8ecee;
}
.form-sect .d-flex.cols {
    flex-wrap: wrap;
    gap: 0.8rem 3.2rem;
}
.form-sect .d-flex .label-wrap.ai-start .label {
    margin-top: 1rem;
}
.form-sect .d-flex.col-2 > .label-wrap {
    min-width: calc((100% - 3.2rem) / 2);
}
.form-sect .d-flex.col-3 > .label-wrap {
    min-width: calc((100% - 6.4rem) / 3);
}
.form-sect .d-flex + .d-flex {
    margin-top: 0.8rem;
}
.form-sect hr {
    width: 100%;
    border: none;
    border-top: 1px solid #e0e5e6;
    margin: 0.8rem 0;
}

label {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.label-wrap {
    display: flex;
    align-items: center;
    gap: 0.8rem;
}
.label-wrap .label,
.label-wrap .label .checkboxs label span {
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 2rem;
    color: #222222;
}
.label-wrap .label.essential,
.label-wrap .label .checkboxs label span.essential {
    position: relative;
    padding-left: 0.8rem;
}
.label-wrap .label.essential::before,
.label-wrap .label .checkboxs label span.essential::before {
    content: "";
    position: absolute;
    top: 0.4rem;
    left: 0;
    display: block;
    width: 0.4rem;
    height: 0.4rem;
    background: #e8103a;
    border-radius: 50%;
}
.label-wrap > .label {
    flex-shrink: 0;
    width: 11.2rem;
    margin-right: 0.8rem;
    word-break: keep-all;
}
.label-wrap > .label + .input-wrap {
    flex: 1;
    max-width: 30rem;
}
.label-wrap > .label + .input-wrap.w-full {
    max-width: unset;
}
.label-wrap > .label + .select-box {
    width: 30rem;
}
.label-wrap.fx-ai-start > .label {
    margin-top: 1rem;
}
.label-wrap .input-wrap + .btn {
    width: auto;
    height: 4rem;
    padding: 0.8rem 1.6rem;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 2rem;
}
.label-wrap .attach-link {
    padding: 0.9rem 0;
}
.label-wrap .attach-link > .link {
    color: #007dc5;
}
.label-wrap .attach-link > .link::after {
    background: #007dc5;
}
.label-wrap .caution {
    margin-top: 0.8rem;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2rem;
}

/* .label-wrap .input-wrap.w-300 {
  max-width: 30rem;
} */
/** input **/
.input-wrap {
    display: flex;
    min-height: 4rem;
    flex-wrap: wrap;
    background: #fff;
    border: 0.1rem solid #e0e5e6;
    border-radius: 0.4rem;
    transition: border 0.1s ease-in-out;
}
.input-wrap.has-focus {
    border: 0.1rem solid #00b0e1;
}
.input-wrap.is-disabled {
    background: #eef2f3;
}
.input-wrap.is-disabled.has-focus {
    border: 0.1rem solid #e0e5e6;
}
.input-wrap > .inp {
    position: relative;
    flex: 1;
}
.input-wrap input {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0.8rem 1.6rem;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.5;
    color: #222222;
    border: none;
    outline: transparent;
}
.input-wrap input::-moz-placeholder {
    color: #98a3a7;
}
.input-wrap input::placeholder {
    color: #98a3a7;
}
.input-wrap input[type=color] {
    padding: 0;
}
.input-wrap:has([type=color]) {
    border-color: transparent;
    background-color: transparent;
}
.input-wrap .inp.ta-center input {
    text-align: center;
}
.input-wrap .inp.date input {
    position: relative;
    padding-right: 3.9rem;
    z-index: 1;
}
.input-wrap .inp + span {
    padding: 0.8rem 0;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.5;
    color: #98a3a7;
}
.input-wrap .inp .ico {
    position: absolute;
    top: 50%;
    right: 1.2rem;
    width: 2.4rem;
    height: 2.4rem;
    z-index: 0;
    transform: translateY(-50%);
}
.input-wrap .inp .btn-reset {
    position: absolute;
    top: 50%;
    margin-top: -0.8rem;
    right: 1.2rem;
    width: 1.6rem;
    height: 1.6rem;
    text-indent: -999.9rem;
    overflow: hidden;
    pointer-events: none;
}
.input-wrap .inp .btn-reset .ico {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateY(0);
}
.input-wrap.w-72 .inp.ta-center input {
    padding: 1.1rem 2.4rem 1.1rem 1rem;
}
.input-wrap.w-72 .inp.ta-center .btn-reset {
    right: 0.8rem;
}
.input-wrap ~ .caution {
    margin-top: 0.8rem;
    font-size: 1.4rem;
}

.input-wrap ~ .error,
.textarea-wrap ~ .error,
.checkboxs ~ .error,
.radio-group ~ .error,
.checkbox-group ~ .error {
    display: block;
    color: #e8103a;
}

.input-item {
    display: flex;
    align-items: center;
}
.input-item:not(:last-child) {
    margin-right: 0.8rem;
}
.input-item .input-item-label {
    margin-right: 0.8rem;
    font-size: 1.4rem;
}
.input-item .btns {
    margin-left: 0.8rem;
}
.input-item .btns button:not(:first-child) {
    margin-left: 0.4rem;
}

.input-row {
    display: flex;
}
.input-row ~ .caution {
    margin-top: 0.8rem;
    font-size: 1.4rem;
}

.file-upload > .inp {
    position: relative;
    text-align: left;
}
.file-upload > .inp input[type=file] {
    position: absolute;
    top: 0;
    left: 0;
    width: 8rem;
    height: 4rem;
    opacity: 0;
    z-index: 1;
}
.file-upload > .inp input[type=text] {
    flex: 1;
    display: none;
    margin-top: 0 !important;
    margin-right: 0.8rem;
    padding: 0.9rem 1rem;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2rem;
    color: #222222;
    background: #fff;
    border: 0.1rem solid #e0e5e6;
    border-radius: 0.4rem;
}
.file-upload > .inp .btn {
    padding: 0.8rem 1.5rem;
}
.file-upload > .inp + p.caution {
    margin-top: 0.8rem;
}
.file-upload .file-attach {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 16.4rem;
    padding: 1.6rem;
    background-color: #fff;
    border: 0.1rem solid #e0e5e6;
    border-radius: 0.4rem;
    text-align: center;
    font-size: 1.4rem;
    color: #758185;
}
.file-upload .file-attach p::before {
    content: "";
    display: block;
    width: 3.2rem;
    height: 3.2rem;
    margin: 0 auto 0.8rem;
    background: url(../../assets/img/common/ico-add-file.svg) no-repeat 0 0/cover;
}
.file-upload .btn-del {
    width: 1.6rem;
    height: 1.6rem;
    background: url(../img/common/ico-remove.svg) no-repeat center/cover;
}
.file-upload .btn-del > .ico {
    width: 100%;
    height: 100%;
}
.file-upload .preview ul {
    overflow: hidden;
}
.file-upload .preview li {
    float: left;
    display: flex;
    align-items: end;
    margin-top: 1.2rem;
    margin-right: 3.2rem;
}
.file-upload .preview .img-wrap {
    flex-shrink: 0;
    width: 30rem;
    aspect-ratio: 15/8;
    border: 1px solid #c6d0d2;
    border-radius: 0.4rem;
    background-color: #eef2f3;
    overflow: hidden;
}
.file-upload .preview .img-wrap img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.file-upload .preview.vertical .img-wrap {
    width: 10rem;
    aspect-ratio: 150/203;
}
.file-upload .preview p {
    position: relative;
    width: 100%;
    margin-left: 1.2rem;
    padding-right: 2.2rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.file-upload .preview .btn-del {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.file-upload .file-list ul {
    margin-top: 2rem;
}
.file-upload .file-list li {
    margin-top: 0.4rem;
    font-size: 1.4rem;
}
.file-upload .file-list p {
    display: flex;
    align-items: center;
    width: 100%;
}
.file-upload .file-list p > span {
    display: block;
    max-width: 38rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.file-upload .file-list .btn-del {
    position: static;
    transform: none;
    margin-left: 0.8rem;
}
.file-upload .notice {
    margin-top: 2rem;
    font-size: 1.4rem;
    color: #758185;
}
.file-upload .btns {
    margin-top: 2rem;
}
.file-upload .brand-logo .img-wrap {
    height: 4rem;
    width: unset;
    border: none;
    background-color: none;
    aspect-ratio: unset;
}
.file-upload:has(.brand-logo) {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    width: 100%;
}
.file-upload:has(.brand-logo) .preview li {
    margin: 0;
    margin-left: 1.6rem;
}
.file-upload .horizon {
    display: flex;
    align-items: center;
    gap: 0.8rem;
}
.file-upload .horizon .file-list ul {
    margin: 0;
}

.editor-wrap {
    background-color: #fff;
    min-height: 14rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.editor-wrap:after {
    display: inline-block;
    content: "에디터 영역";
}

/** textarea **/
.textarea-wrap {
    position: relative;
    line-height: 0;
}
.textarea-wrap textarea {
    width: 100%;
    padding: 1rem;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2rem;
    color: #222222;
    background: #fff;
    border: 0.1rem solid #e0e5e6;
    border-radius: 0.4rem;
    outline: transparent;
    resize: none;
}
.textarea-wrap textarea:focus {
    border: 0.1rem solid #00b0e1;
}
.textarea-wrap textarea:-moz-read-only {
    background: #eef2f3;
}
.textarea-wrap textarea:read-only, .textarea-wrap textarea:disabled {
    background: #eef2f3;
}
.textarea-wrap textarea:-moz-read-only:focus {
    border: 0.1rem solid #e0e5e6;
}
.textarea-wrap textarea:read-only:focus, .textarea-wrap textarea:disabled:focus {
    border: 0.1rem solid #e0e5e6;
}
.textarea-wrap #xfree_editor {
    position: relative;
    min-height: 70rem;
}

/** select **/
.select-wrap {
    display: flex;
    gap: 0.8rem;
    font-size: 1.4rem;
}
.select-wrap .unit {
    line-height: 4rem;
}

.select-box {
    position: relative;
    min-width: 13.2rem;
    height: 4rem;
}
.select-box + .unit {
    margin-left: -0.4rem;
}
.select-box > select {
    display: none;
}
.select-box > .btn {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 1rem 4.4rem 1rem 1.6rem;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2rem;
    text-align: left;
    color: #222222;
    background: #fff;
    border: 0.1rem solid #e0e5e6;
    transition: all 0.5s ease-in-out;
}
.select-box > .btn .bullet {
    position: absolute;
    top: 50%;
    right: 1.6rem;
    display: block;
    width: 2rem;
    height: 2rem;
    transform: translateY(-50%);
}
.select-box > .btn .bullet::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.6rem;
    height: 0.2rem;
    background: #222222;
    transform: translate(calc(-50% - 0.2rem), -50%) rotate(36deg);
    transition: all 0.5s ease-in-out;
}
.select-box > .btn .bullet::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.6rem;
    height: 0.2rem;
    background: #222222;
    transform: translate(calc(-50% + 0.2rem), -50%) rotate(-36deg);
    transition: all 0.5s ease-in-out;
}
.select-box > .btn[aria-expanded=true] {
    border: 0.1rem solid #00b0e1;
}
.select-box > .btn[aria-expanded=true] .bullet::before {
    transform: translate(calc(-50% - 0.2rem), -50%) rotate(-36deg);
}
.select-box > .btn[aria-expanded=true] .bullet::after {
    transform: translate(calc(-50% + 0.2rem), -50%) rotate(36deg);
}
.select-box.is-disabled > .btn {
    background: #eef2f3;
    color: #758185;
}
.select-box.is-disabled > .btn .bullet {
    opacity: 0.5;
}
.select-box > .dropdown {
    position: absolute;
    right: 0;
    width: 100%;
    max-height: 0;
    padding: 0.8rem 0;
    background: #fff;
    border: none;
    border-radius: 0.4rem;
    overflow: hidden;
    opacity: 0;
    z-index: 9;
    box-shadow: 0 0.4rem 1.2rem rgba(0, 0, 0, 0.1);
    will-change: max-height;
    transition: all 0.5s ease-in-out;
}
.select-box > .dropdown.-active {
    max-height: 25.6rem;
    overflow-y: auto;
    opacity: 1;
}
.select-box > .dropdown .button {
    display: block;
    width: 100%;
    height: 4rem;
    padding: 1rem 1.6rem;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2rem;
    text-align: left;
    color: #222222;
    background: transparent;
    border: none;
    outline: transparent;
    transition: all 0.5s ease-in-out;
}
.select-box > .dropdown .button:hover, .select-box > .dropdown .button.selected {
    background: #e8f9fd;
}
.select-box.sm {
    height: 3.1rem;
    min-width: 12rem;
}
.select-box.sm .btn {
    padding: 0 1rem;
}
.select-box.sm .btn .bullet {
    right: 1rem;
    width: 1.6rem;
    height: 1.6rem;
}

/** radio, checkbox **/
.radios,
.checkboxs {
    position: relative;
    display: inline-block;
}

.radios .rad,
.checkboxs .chk {
    position: absolute !important;
    width: 0.1rem;
    height: 0.1rem;
    overflow: hidden;
    clip: rect(0.1rem, 0.1rem, 0.1rem, 0.1rem);
}

.radios .radio span,
.checkboxs .checkbox span {
    display: inline-block;
    padding-top: 1px;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2rem;
    vertical-align: top;
    color: #222222;
}

.radios .radio strong,
.checkboxs .checkbox strong {
    font-weight: 600;
}

.radios .radio {
    position: relative;
    display: inline-block;
    padding-left: 2.4rem;
}
.radios .radio::before {
    content: "";
    position: absolute;
    top: 0.3rem;
    left: 0.3rem;
    display: block;
    width: 1.4rem;
    height: 1.4rem;
    background: #fff;
    border: 0.1rem solid #c6d0d2;
    border-radius: 50%;
}
.radios .radio::after {
    content: "";
    position: absolute;
    top: 0.7rem;
    left: 0.7rem;
    display: block;
    width: 0.8rem;
    height: 0.8rem;
    background: #00b0e1;
    border-radius: 50%;
    opacity: 0;
}
.radios .rad:checked + .radio::before {
    border: 0.1rem solid #00b0e1;
}
.radios .rad:checked + .radio::after {
    opacity: 1;
}
.radios .rad:disabled + .radio::before {
    background: #e0e5e6;
    border: 0.1rem solid #c6d0d2;
}
.radios .rad:checked:disabled + .radio::before {
    background: #fff;
    border: 0.1rem solid #c6d0d2;
}
.radios .rad:disabled + .radio::after {
    background: #c6d0d2;
}

.checkboxs .checkbox {
    position: relative;
    display: flex;
    align-items: center;
    height: 2rem;
    padding-left: 2rem;
}
.checkboxs .checkbox span {
    padding-left: 0.4rem;
}
.checkboxs .checkbox::before {
    content: "";
    position: absolute;
    top: 0.2rem;
    left: 0.2rem;
    display: block;
    width: 1.4rem;
    height: 1.4rem;
    background: #fff;
    border: 0.1rem solid #c6d0d2;
    border-radius: 0.2rem;
    transition: all 0.2s ease-in-out;
}
.checkboxs .checkbox::after {
    content: "";
    position: absolute;
    top: 0.4rem;
    left: 0.4rem;
    display: block;
    width: 1.2rem;
    height: 1.2rem;
    background: url(../img/common/ico-checkbox-checked.svg) no-repeat center/cover;
    opacity: 0;
}
.checkboxs .chk:checked + .checkbox::before {
    background: #00b0e1;
    border: 0.1rem solid #00b0e1;
}
.checkboxs .chk:checked + .checkbox::after {
    opacity: 1;
}
.checkboxs .chk:disabled + .checkbox::before {
    background: #e0e5e6;
    border: 0.1rem solid #c6d0d2;
}
.checkboxs .chk:disabled:checked + .checkbox::before {
    background: #e0e5e6;
    border: 0.1rem solid #e0e5e6;
}
.checkboxs.align-r .checkbox {
    padding-left: 0;
    padding-right: 2.4rem;
    min-width: auto;
}
.checkboxs.align-r .checkbox span {
    padding-left: 0;
}
.checkboxs.align-r .checkbox::before {
    left: auto;
    right: 0.2rem;
}
.checkboxs.align-r .checkbox::after {
    left: auto;
    right: 0.4rem;
}
.search-filter dt .checkbox span {
    font-weight: 600;
}

.radio-group,
.checkbox-group {
    display: flex;
    flex-wrap: wrap;
    gap: 1.6rem;
}

.label-wrap .radio-group,
.label-wrap .checkbox-group {
    padding: 0.9rem 0;
}

.checkbox-group.d-grid {
    display: grid;
    width: 100%;
}

.selection-brand {
    grid-template-columns: repeat(auto-fill, minmax(18rem, auto));
}

.selection-subject {
    grid-template-columns: repeat(auto-fill, minmax(14rem, auto));
}

.selection-grade .checkbox {
    min-width: 7rem;
}

.chk-star {
    width: 1.8rem;
    height: 1.8rem;
}
.chk-star input {
    width: inherit;
    height: inherit;
    margin: 0;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    background: url(../../assets/img/common/ico-star-gray.svg) no-repeat 50% 50%/1.5rem auto;
}
.chk-star input:focus, .chk-star input:focus-visible {
    outline: none;
}
.chk-star input:checked {
    background-image: url(../../assets/img/common/ico-star-yellow.svg);
}

.point {
    padding: 0.8rem 1.6rem;
    height: 4rem;
}
.point-value {
    font-size: 1.4rem;
    font-weight: 600;
    color: #00b0e1;
    text-decoration: underline;
    cursor: pointer;
}

.data-text a {
    color: #222222;
}

.rating {
    font-size: 0;
}
.rating-btn {
    width: 1.6rem;
    height: 1.6rem;
    border: none;
    background: url(../../assets/img/common/ico-star-gray.svg) no-repeat 50% 50%/1.3rem auto;
}
.rating-btn.selected {
    background-image: url(../../assets/img/common/ico-star-yellow.svg);
}
.rating input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    width: 1.6rem;
    height: 1.6rem;
    margin: 0;
    border: none;
    background-color: #fff;
    background-image: url(../../assets/img/common/ico-star-gray.svg);
    background-repeat: no-repeat;
    background-size: 1.3rem auto;
    background-position: 50% 50%;
}
.rating input.selected {
    background-image: url(../../assets/img/common/ico-star-yellow.svg);
}

.half-item {
    display: flex;
    align-items: center;
    gap: 1.6rem;
}
.half-item ~ .half-item {
    margin-top: 1.6rem;
}
.half-item .label {
    min-width: 6rem;
}

/** datepicker **/
.ui-datepicker {
    width: 30rem;
    padding: 0.8rem 1rem 2rem;
    color: #222222;
    background: #fff;
    border: none;
    border-radius: 0.8rem;
    box-shadow: 0 0.4rem 1.2rem rgba(0, 0, 0, 0.1);
    transform: translateY(0.8rem);
}

.ui-datepicker .ui-datepicker-header {
    padding: 0;
    background: transparent;
    border: none;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    top: 0;
    width: 4rem;
    height: 4rem;
}

.ui-datepicker .ui-datepicker-prev {
    left: 0;
}

.ui-datepicker .ui-datepicker-next {
    right: 0;
}

.ui-datepicker .ui-datepicker-prev .ui-icon,
.ui-datepicker .ui-datepicker-next .ui-icon {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    z-index: 1;
}

.ui-datepicker .ui-datepicker-prev .ui-icon {
    background: url(../img/common/ico-datepicker-prev.svg) no-repeat 0 0/cover;
}

.ui-datepicker .ui-datepicker-next .ui-icon {
    background: url(../img/common/ico-datepicker-next.svg) no-repeat 0 0/cover;
}

.ui-datepicker-header .ui-state-hover,
.ui-datepicker-header .ui-state-focus {
    border: none;
    background: transparent;
}

.ui-datepicker-header .ui-datepicker-prev::after,
.ui-datepicker-header .ui-datepicker-next::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 3.2rem;
    height: 3.2rem;
    background: #e8ecee;
    border-radius: 50%;
    opacity: 0;
    z-index: 0;
    transform: translate(-50%, -50%);
    transition: all 0.5s ease-in-out;
}

.ui-datepicker-header .ui-state-hover::after,
.ui-datepicker-header .ui-state-focus::after {
    opacity: 1;
}

.ui-datepicker .ui-datepicker-title {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 4rem;
    margin: 0 4rem;
}

.ui-datepicker .ui-datepicker-title select {
    margin: 0;
    padding: 0.3rem 2.4rem 0.3rem 0.4rem;
    font-family: "Pretendard", "Roboto", "NotoSansKR", sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 2rem;
    color: #222222;
    background: url(../img/common/ico-datepicker-select-down.svg) no-repeat 100% 50%/2rem;
    border: none;
    outline: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: background 0.5s ease-in-out;
}

.ui-datepicker .ui-datepicker-title select:focus {
    background: url(../img/common/ico-datepicker-select-up.svg) no-repeat 100% 50%/2rem;
}

.ui-datepicker .ui-datepicker-title .ui-datepicker-year {
    width: 7.3rem;
}

.ui-datepicker .ui-datepicker-title .ui-datepicker-month {
    width: 6rem;
}

.ui-datepicker table.ui-datepicker-calendar {
    width: calc(100% - 2rem);
    margin: 0.4rem 1rem 0;
}

.ui-datepicker table.ui-datepicker-calendar thead th {
    padding: 0 0 0.3rem;
    border-bottom: 0.1rem solid #eef2f3;
}

.ui-datepicker table.ui-datepicker-calendar thead th span {
    display: block;
    padding: 0.6rem;
    font-family: "Pretendard", "Roboto", "NotoSansKR", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2rem;
    color: #222222;
}

.ui-datepicker table.ui-datepicker-calendar tbody td {
    position: relative;
    padding: 0.8rem 0 0;
}

.ui-datepicker table.ui-datepicker-calendar tbody .ui-state-default {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3.2rem;
    height: 3.2rem;
    margin: 0 auto;
    font-family: "Pretendard", "Roboto", "NotoSansKR", sans-serif;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.8rem;
    color: #222222;
    background: transparent;
    border: none;
    border-radius: 50%;
}

.ui-datepicker table.ui-datepicker-calendar tbody .ui-state-active {
    background: #e8ecee;
}

.ui-datepicker table.ui-datepicker-calendar tbody .ui-state-hover,
.ui-datepicker table.ui-datepicker-calendar tbody .ui-state-focus {
    color: #fff;
    background: #00b0e1 !important;
}

.ui-datepicker table.ui-datepicker-calendar tbody td.ui-datepicker-today .ui-state-default::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    display: block;
    width: 0.4rem;
    height: 0.4rem;
    background: #00b0e1;
    border-radius: 50%;
    transform: translateX(-50%);
}

/*** table ***/
.table {
    width: 100%;
    border-bottom: 0.1rem solid #e8ecee;
}
.table table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: auto;
}
.table table.ly-fixed {
    table-layout: fixed;
}
.table thead th {
    padding: 1.4rem 1.2rem;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2rem;
    color: #222222;
    background: #e0e5e6;
}
.table thead tr:first-child th {
    border-top: 0.1rem solid #c6d0d2;
}
.table thead.lined th {
    border-top: 0.1rem solid #e8ecee;
    border-right: 0.1rem solid #e8ecee;
}
.table tbody th,
.table td {
    padding: 1.4rem 1.2rem;
    font-size: 1.4rem;
    font-weight: 400;
    color: #222222;
    border-top: 0.1rem solid #e8ecee;
    border-right: 0.1rem solid #e8ecee;
}
.table tr:has(.chk:checked) {
    background-color: rgba(0, 178, 227, 0.08);
}
.table tr:has(.chk:checked) .bg-gray {
    background-color: rgba(0, 178, 227, 0.08);
}
.table tr:hover {
    background-color: rgba(0, 178, 227, 0.08);
}
.table tr:hover .bg-gray {
    background-color: rgba(0, 178, 227, 0.08);
}
.table td:has(.btns) {
    padding: 0.9rem 1.2rem;
}
.table td:has(.btns) .btns {
    display: inline-flex;
}
.table tfoot th,
.table tfoot td {
    background: #e0e5e6;
    border-right: 0.1rem solid #e8ecee;
}
.table tbody th.bg-gray,
.table td.bg-gray {
    background: #eef2f3;
}
.table thead.lined th:last-of-type,
.table td:last-of-type {
    border-right: none;
}
.table.sticky {
    height: 56rem;
    overflow-y: auto;
    position: relative;
    border-bottom: none;
}
.table.sticky .line {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    background-color: #c6d0d2;
    z-index: 5;
}
.table.sticky thead th {
    position: sticky;
    top: 0;
    z-index: 1;
    background-image: linear-gradient(180deg, #c6d0d2 1px, #e0e5e6 1px, #e0e5e6);
    border-top: none !important;
}
.table.sticky tbody tr:last-child td {
    border-bottom: 1px solid #e8ecee;
}

.nodata {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 6rem;
    min-height: 28.8rem;
    border-top: 0.1rem solid #c6d0d2;
    border-bottom: 0.1rem solid #e8ecee;
}
.nodata-text {
    position: relative;
    padding-top: 7.2rem;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.2rem;
    color: #98a3a7;
}
.nodata-text::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 5.6rem;
    height: 5.6rem;
    background: url(../../assets/img/common/ico-board-search.svg) no-repeat 0 0/cover;
    transform: translateX(-50%);
}

/*** board ***/
.board-wrap {
    margin-top: 6rem;
}
.heading-wrap + .board-wrap {
    margin-top: 0;
}
.board-wrap .board-info {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.board-wrap .board-info span.standard,
.board-wrap .board-info span.total {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2rem;
    color: #222222;
}
.board-wrap .board-info .btns {
    display: flex;
}
.board-wrap .board-info .btns > *:not(:first-child) {
    margin-left: 0.8rem;
}
.board-wrap .board-info .total-wrap {
    display: flex;
    gap: 1.6rem;
}
.board-wrap .board-info .total-wrap .total {
    position: relative;
}
.board-wrap .board-list {
    margin-top: 1.6rem;
}
.board-wrap .board-btns {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    min-height: 3.1rem;
    margin-top: 4rem;
}
.board-wrap .board-btns > .btns {
    position: absolute;
    top: 0;
    height: 100%;
}
.board-wrap .board-btns > .btns.left {
    left: 0;
}
.board-wrap .board-btns > .btns.left .label-wrap {
    gap: 0;
}
.board-wrap .board-btns > .btns.left .label-wrap > .label {
    width: auto;
    margin-right: 0.4rem;
}
.board-wrap .board-btns > .btns.right {
    right: 0;
}
.board-wrap .board-btns .total-page::before {
    content: "/";
    display: inline-block;
    padding-left: 0.4rem;
}
.board-wrap .board-btns .total-page + .btn {
    margin-left: 1.2rem;
}
.board-wrap:has(.box-group) {
    padding-top: 2rem;
    border-top: 1px solid #e0e5e6;
}
.board-wrap:has(.box-group) .column {
    min-width: 18rem;
}
.board-wrap:has(.box-group) .box-group ~ .box-group {
    margin-top: 2rem;
}

/*** button ***/
.btn {
    position: relative;
    display: inline-block;
    justify-content: center;
    align-items: center;
    border-radius: 0.5rem;
    border: none;
    line-height: 1.5;
    outline: none;
    background-color: #fff;
    font-weight: 500;
    font-size: 1.4rem;
    color: #222222;
}
.btn + .btn {
    margin-left: 0.8rem;
}
.btn span {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
}
.btn .ico {
    width: 2.4rem;
    height: 2.4rem;
}
.btn .ico + span:not(.hidden) {
    margin-left: 0.8rem;
}
.btn-primary {
    background-color: #007dc5;
    border-color: #007dc5;
    color: #fff;
}
.btn-outline {
    border: 0.1rem solid #c6d0d2;
}
.btn-outline.dark {
    border-color: #98a3a7;
}
.btn-outline:disabled {
    border: 0.1rem solid #c6d0d2;
}
.btn-outline:disabled > * {
    opacity: 0.5;
}
.btn-secondary {
    background-color: #758185;
    color: #fff;
}
.btn-transparent {
    background-color: transparent;
}
.btn.sm {
    height: 3.1rem;
    padding: 0 1rem;
}
.btn.sm .ico {
    width: 1.6rem;
    height: 1.6rem;
}
.btn.sm .ico + span:not(.hidden) {
    margin-left: 0.4rem;
}
.btn.md {
    height: 4rem;
    padding: 0.8rem 1.5rem;
}
.btn.lg {
    height: 5.8rem;
    font-size: 1.8rem;
}
.btn-reset {
    width: 4.8rem;
    overflow: hidden;
}
.btn-search {
    width: 10rem;
    height: 4.2rem;
    border-radius: 0.8rem;
    font-size: 1.6rem;
    font-weight: 500;
}

.btn-circle {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-width: 0.1rem;
    border-style: solid;
    border-radius: 50%;
    background-color: #fff;
}
.btn-circle:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
}
.btn-circle-del {
    border-color: #e0e5e6;
    background-color: #fff;
}
.btn-circle-del:after {
    -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 8 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 4.52667H6.5533' stroke='%23758185' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/0.8rem no-repeat;
    mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 8 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 4.52667H6.5533' stroke='%23758185' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/0.8rem no-repeat;
    background-color: #758185;
}
.btn-circle-add {
    border-color: #222222;
    background-color: #222222;
}
.btn-circle-add:after {
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='none'%3E%3Cpath d='M7.15741 4.49963H1' stroke='white' stroke-linecap='round'/%3E%3Cpath d='M4.07861 1.42096V7.57837' stroke='white' stroke-linecap='round'/%3E%3C/svg%3E") center/0.8rem no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='none'%3E%3Cpath d='M7.15741 4.49963H1' stroke='white' stroke-linecap='round'/%3E%3Cpath d='M4.07861 1.42096V7.57837' stroke='white' stroke-linecap='round'/%3E%3C/svg%3E") center/0.8rem no-repeat;
    background-color: #fff;
}

.btn-arrow span {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    -webkit-mask: url(../img/common/ico-arrow.svg) no-repeat center/2.4rem;
    mask: url(../img/common/ico-arrow.svg) no-repeat center/2.4rem;
    background-color: #222222;
    transition: transform 0.5s ease-in-out;
}
.btn-arrow.active span {
    transform: rotate(180deg);
}

.btn-file {
    background-color: transparent;
}

/** btns **/
.btns {
    flex-shrink: 0;
    display: flex;
    align-items: center;
}
.box.search-filter + .btns, .box.form + .btns {
    margin-top: 1.2rem;
}

/*** bullet ***/
ul.bullet > li,
p.bullet {
    position: relative;
    display: flex;
    font-weight: inherit;
}

ul.bullet li + li,
p.bullet + p.bullet {
    margin-top: 0.4rem;
}

ul.bullet.star > li,
p.bullet.star {
    padding-left: 1.1rem;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2rem;
    color: #758185;
}

ul.bullet.star > li::before,
p.bullet.star::before {
    content: "※";
    top: 0;
    left: 0;
    display: inline-block;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}

ul.bullet.dot > li::before,
p.bullet.dot::before {
    content: "•";
    flex: none;
    width: 1em;
    padding-right: 0.2em;
    display: inline-block;
    text-align: center;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.4);
    justify-content: center;
    align-items: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}
.modal:not(.show) {
    display: none;
}
.modal-content {
    background-color: #fff;
    border-radius: 0.8rem;
    width: 64rem;
    min-width: 30rem;
    max-height: 90vh;
    transform: scale(0.95);
    opacity: 0;
    overflow: hidden;
    transition: all 0.3s ease;
}
.modal-lg .modal-content {
    width: 112rem;
}
.modal-md .modal-content {
    width: 80rem;
}
.modal-sm .modal-content {
    width: 64rem;
}
.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2.2rem 2.4rem 2.2rem 3.2rem;
    background-color: #484b51;
}
.modal-header .modal-title {
    font-size: 1.8rem;
    font-weight: 700;
    color: #fff;
}
.modal-body {
    max-height: calc(90vh - 14rem);
    padding: 2rem 1.6rem 0;
    overflow-y: auto;
}
.modal-footer {
    position: relative;
    display: flex;
    padding: 1.6rem;
}
.modal-footer > .btns {
    width: 100%;
}
.modal.show {
    opacity: 1;
    pointer-events: auto;
}
.modal.show .modal-content {
    transform: scale(1);
    opacity: 1;
}
.modal-close {
    float: right;
    font-size: 20px;
    cursor: pointer;
}
.modal-close .ico {
    width: 3.2rem;
    height: 3.2rem;
}

/*
 * jstree - reset
 */
.tree-type-checkbox > ul > li > .jstree-icon {
    display: none !important;
}

.tree-type-select .jstree-container-ul > li > ul > li {
    margin-top: 1.2rem !important;
}

.tree-type-select .jstree-container-ul > li > ul > li:first-child, .tree-type-select .jstree-container-ul > li > ul > li > ul > li:first-child {
    margin-top: 1.2rem !important;
}
.tree-type-select.nocheck > ul > li > .jstree-icon {
    display: none !important;
}
.tree-type-select.nocheck .jstree-anchor {
    width: calc(100% - 2.4rem);
}

.jstree-default .jstree-node,
.jstree-default .jstree-icon,
.jstree-default .jstree-checked > .jstree-checkbox,
.jstree-default .jstree-icon:empty:hover, .jstree-default.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox {
    position: relative;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-image: none !important;
}
.jstree-default a.no-checkbox > i.jstree-checkbox {
    display: none !important;
}
.jstree-default .jstree-wholerow.jstree-wholerow-clicked {
    background: unset !important;
    background-color: rgba(0, 178, 227, 0.08) !important;
}
.jstree-default .jstree-children li {
    margin-top: 0.8rem !important;
    pointer-events: all;
}
.jstree-default .jstree-icon:empty {
    width: 1.6rem !important;
    height: 1.6rem !important;
    line-height: 1.6rem !important;
}
.jstree-default .jstree-checkbox {
    width: 1.4rem !important;
    height: 1.4rem !important;
    background: #fff;
    border: 0.1rem solid #c6d0d2;
    border-radius: 0.2rem;
    transition: all 0.2s ease-in-out;
}
.jstree-default .jstree-checked > .jstree-checkbox,
.jstree-default .jstree-checked .jstree-icon:empty:hover {
    width: 1.6rem !important;
    height: 1.6rem !important;
    background-color: #00b0e1;
    border: 0.1rem solid #00b0e1;
    background-image: url(../img/common/ico-checkbox-checked.svg) !important;
    background-repeat: no-repeat;
    background-size: 12px;
}
.jstree-default > .jstree-no-dots .jstree-ocl {
    margin-top: 0.4rem;
    margin-right: 0.8rem;
}
.jstree-default > .jstree-no-dots .jstree-closed > .jstree-ocl {
    background-image: url("../img/common/ico-tree-plus.svg") !important;
}
.jstree-default > .jstree-no-dots .jstree-open > .jstree-ocl {
    background-image: url("../img/common/ico-tree-minus.svg") !important;
}
.jstree-default .jstree-anchor {
    display: inline-flex !important;
    width: calc(100% - 4.8rem);
    align-items: center;
    gap: 0.5rem;
    padding: 0;
    margin-right: 2.4rem;
}
.jstree-default .jstree-anchor > .pcode, .jstree-default .jstree-anchor > .code {
    font-size: 1.1rem;
    font-weight: 300;
    color: #9d9d9d;
    line-height: normal;
}
.jstree-default .jstree-anchor > .pcode.type2, .jstree-default .jstree-anchor > .code.type2 {
    margin-left: auto;
}
.jstree-default .jstree-anchor > .edit {
    display: inline-block;
    position: absolute;
    right: -2.4rem;
    width: 2rem;
    height: 2rem;
    background: url(../img/common/ico-pencil.svg) center/1.4rem no-repeat;
}
.jstree-default .jstree-anchor > .remove {
    display: inline-block;
    position: absolute;
    right: -2.4rem;
    width: 2rem;
    height: 2rem;
    background: url(../img/common/ico-trash.svg) center/1.4rem no-repeat;
}
.jstree-default .jstree-anchor > .jstree-undetermined {
    background-color: #00b0e1;
    background-image: none;
    border: 0.1rem solid #00b0e1;
}
.jstree-default .jstree-anchor > .jstree-undetermined:before {
    content: "";
    position: absolute;
    left: calc(50% - 0.4rem);
    top: calc(50% - 0.4rem);
    width: 0.8rem;
    height: 0.8rem;
    background-color: white;
    border-radius: 0.1rem;
    display: inline-block;
}
.jstree-default .jstree-anchor > .jstree-undetermined:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
}
.jstree-default .jstree-disabled {
    color: #222222 !important;
}
.jstree-default .jstree-disabled .jstree-checkbox {
    display: none !important;
}

/*
 * jstree - layout
 */
.section-box {
    display: flex;
    gap: 2rem;
}
.section-box .sect-body {
    flex-basis: 80%;
}
.section-box .pagination {
    margin-left: 5rem;
}

.sect-aside {
    flex-basis: 20%;
    height: -moz-max-content;
    height: max-content;
}
.sect-aside > .btns {
    margin-bottom: 1.6rem;
}

.sect-inbox {
    min-width: 35rem;
    padding: 4rem 2.4rem;
    border: 1px solid #e0e5e6;
    border-radius: 2rem;
}
.sect-inbox ~ .sect-inbox {
    margin-top: 2rem;
}

.tree {
    position: relative;
    max-width: 30rem;
    min-width: 30rem;
    font-size: 1.4rem;
    overflow-x: auto;
}

.tree-button {
    position: absolute;
    top: 0;
    right: 0;
}

.tree-title {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 1.6rem;
    font-weight: 700;
}

.tree-toggle.active .bullet {
    transform: rotate(180deg);
}
.tree-toggle span {
    min-width: 10rem;
    padding-right: 2rem;
}
.tree-toggle .bullet {
    display: inline-block;
    position: absolute;
    right: 0;
    top: calc(50% - 0.6rem);
    width: 1.2rem;
    height: 1.2rem;
    -webkit-mask: url(../img/common/ico-arrow.svg) no-repeat center;
    mask: url(../img/common/ico-arrow.svg) no-repeat center;
    background-color: #222222;
}

.tree-type-select .jstree-container-ul > li > ul > li {
    margin-left: 0 !important;
}
.tree-type-select .jstree-container-ul > li > ul > li > ul > li > ul > li {
    margin-left: 0 !important;
}
.tree-type-checkbox .jstree-container-ul > li > ul > li {
    margin-left: 0 !important;
}

/*
 * jstree - level
 */
.level-wrap ~ .level-wrap {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #e0e5e6;
}
.level-group {
    margin-top: 0.8rem;
    display: flex;
    -moz-column-gap: 0.8rem;
    column-gap: 0.8rem;
    row-gap: 0.8rem;
    flex-wrap: wrap;
    flex-direction: row;
}
.level-group > li {
    flex-basis: calc((100% - 0.8rem * (4 - 1)) / 4);
    max-width: calc((100% - 0.8rem * (4 - 1)) / 4);
}
.level-tit {
    display: flex;
    justify-content: space-between;
    position: relative;
}
.level-tit span {
    font-weight: 700;
}
.level-tit .reset {
    display: inline-block;
    padding-left: 2rem;
    background: url(../img/common/ico-reset.svg) left center/1.6rem no-repeat;
}

.data-text {
    color: #222222;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.5;
}

.badge-notice {
    float: left;
    margin-right: 0.8rem;
    padding: 0.4rem 1rem;
    color: #007dc5;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.5;
    border-radius: 5rem;
    border: 1px solid #c6d0d2;
}
.badge-notice + .text-truncate {
    line-height: 3.1rem;
    height: 3.1rem;
}

.badge-state {
    font-weight: 500;
    color: #007dc5;
}

.guide-text {
    font-size: 1.2rem;
    color: #758185;
    letter-spacing: -0.06em;
    line-height: 4rem;
}

.notice-list {
    display: flex;
    gap: 0.8rem;
    font-size: 1.4rem;
    font-weight: 500;
}
.notice-list b {
    display: inline-block;
    min-width: 8rem;
    font-weight: 700;
}
.notice-list .list {
    color: #515b5e;
}
.notice-list .list > li {
    padding-left: 2rem;
}
.notice-list .list > li ~ li {
    margin-top: 0.4rem;
}
.notice-list .list li {
    position: relative;
}
.notice-list .list.dot > li:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0.8rem;
    top: 0.8rem;
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 50%;
    background-color: #222222;
}
.notice-list .list.warn > li {
    color: #e8103a;
}
.notice-list .list.warn > li:before {
    background-color: #e8103a;
}
.notice-list .sub-list {
    margin-top: 0.4rem;
    color: #758185;
}

.wrap.login-wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
}
.wrap.login-wrap > section {
    position: relative;
    margin-block: auto;
    z-index: 2;
}
.wrap.login-wrap h1.logo {
    display: block;
    width: 16rem;
    height: 5.5rem;
    margin: 0 auto;
    /* text-indent: -999.9rem;
    background: url(../img/logo_visang.svg) no-repeat 0 0 / cover;
    overflow: hidden; */
}
.wrap.login-wrap .form {
    width: 48rem;
    margin-top: 5rem;
}
.wrap.login-wrap .form .label {
    display: block;
    padding-bottom: 0.8rem;
    line-height: 1.3;
    font-size: 1.8rem;
    font-weight: 600;
}
.wrap.login-wrap .form .checkboxs {
    display: flex;
    justify-content: flex-end;
    margin-top: 0.8rem;
}
.wrap.login-wrap .form .checkboxs span {
    font-weight: 500;
    color: #758185;
}
.wrap.login-wrap .form .input-wrap {
    height: 5.8rem;
    border-radius: 1rem;
}
.wrap.login-wrap .form .input-wrap input {
    padding-inline: 2.4rem;
    font-size: 1.8rem;
}
.wrap.login-wrap .title {
    margin-top: 2rem;
    text-align: center;
    line-height: 1.3;
    font-family: "paperlogy", "Roboto", "NotoSansKR", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    color: #222222;
}
.wrap.login-wrap .login-box .inps-wrap {
    margin-top: 4rem;
}
.wrap.login-wrap .login-box .label-wrap {
    gap: 2.4rem;
}
.wrap.login-wrap .login-box .label-wrap .label {
    width: 7.6rem;
}
.wrap.login-wrap .login-box .label-wrap + .label-wrap {
    margin-top: 1.6rem;
}
.wrap.login-wrap .login-box ul.bullet.-star > li {
    font-size: 1rem;
    line-height: 1.4rem;
}
.wrap.login-wrap .login-box ul.bullet.-star > li + li {
    margin-top: 0.4rem;
}
.wrap.login-wrap .login-box ul.bullet.-star > li .link {
    font-size: inherit;
    line-height: inherit;
}
.wrap.login-wrap .certification {
    margin-top: 6rem;
    font-size: 1.4rem;
}
.wrap.login-wrap .certification p {
    padding-bottom: 0.8rem;
}
.wrap.login-wrap .certification .btn {
    padding-left: 1.8rem;
    padding-right: 1.8rem;
    margin-left: 0.8rem;
    border-radius: 1rem;
}
.wrap.login-wrap .btn-login {
    height: 5.8rem;
    margin-top: 3.6rem;
    border-radius: 2.9rem;
    background-color: #00b0e1;
    font-size: 1.8rem;
    font-weight: normal;
    color: #fff;
}
.wrap.login-wrap .copyright {
    padding-bottom: 2rem;
    font-weight: 300;
    font-size: 1.3rem;
    color: #758185;
}
.wrap.login-wrap .list-help {
    margin-top: 3.6rem;
    font-weight: 300;
    color: #758185;
}

.search-filter {
    display: flex;
    /* justify-content: space-between; */
    /* align-items: center; */
    /* gap: 3.2rem; */
    margin-top: 3.2rem;
}
.search-filter .params {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    /* gap: 0.8rem 3.2rem; */
}
.search-filter .params dl {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
}
.search-filter .params dl + dl {
    margin-top: 1.6rem;
    padding-top: 1.6rem;
    border-top: 1px solid #e0e5e6;
}
.search-filter .params dl dt {
    width: 11.2rem;
    line-height: 1;
}
.search-filter .params dl dd {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    margin-left: 1.6rem;
}
.search-filter .params dl:nth-of-type(even) dd > *:not([class*=w-]) {
    width: 100% !important;
}
.search-filter .params dl:nth-of-type(even) dd > *.w-206 {
    width: 100% !important;
    min-width: 20.6rem;
    max-width: 40.8rem;
}
.search-filter .params dl:nth-of-type(even) dd > *.w-300 {
    width: 100% !important;
    min-width: 30rem;
    max-width: 40.8rem;
}

.sortables {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.sortables-info {
    display: flex;
    align-items: center;
}
.sortables-detail {
    display: flex;
    gap: 1.2rem;
    font-size: 1.4rem;
    color: #758185;
    min-width: 0;
    width: 100%;
    justify-content: space-between;
}
.sortables-detail:has(.sortables-code) {
    justify-content: flex-start;
}
.sortables-order {
    flex-shrink: 0;
    display: inline-block;
    width: 4rem;
    margin-right: -0.4rem;
    text-align: center;
}
.sortables-drag {
    flex-shrink: 0;
    display: inline-block;
    width: 2rem;
    height: 2rem;
    -webkit-mask: url(../img/common/ico-drag-indicator.svg) no-repeat center;
    mask: url(../img/common/ico-drag-indicator.svg) no-repeat center;
    background-color: #d9d9d9;
}
.sortables-date {
    min-width: 16rem;
    flex-shrink: 0;
}
.sortables-title {
    font-size: 1.6rem;
    color: #222222;
}
.sortables-code {
    min-width: 8rem;
}
.sortables-codename {
    font-size: 1.6rem;
    color: #222222;
}
.sortables .divider-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 1.6rem;
    color: #222222;
}
.sortables .divider-list > .item:not(:last-child) {
    position: relative;
    margin-right: 2.5rem;
}
.sortables .divider-list > .item:not(:last-child)::after {
    content: "";
    position: absolute;
    display: block;
    left: calc(100% + 12px);
    top: 50%;
    margin-top: -6px;
    width: 1px;
    height: 12px;
    background-color: #e0e5e6;
}
.sortables > li {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.2rem 1.8rem;
    border: 1px solid transparent;
    border-radius: 1.2rem;
    background-color: #f7f7f7;
    line-height: 2.4rem;
    cursor: grab;
}
.sortables > li ~ li {
    margin-top: 0.8rem;
}
.sortables > li span {
    font-weight: 500;
}
.sortables > li.chosen {
    border-color: #00b0e1;
    background-color: #fff;
    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.2);
}

.dual-table-wrap {
    display: flex;
    width: 100%;
    margin-top: 8rem;
}
.dual-table-wrap .table {
    height: auto;
    max-height: 56rem;
}
.dual-table-wrap .col {
    width: calc((100% - 12rem) / 2);
}
.dual-table-wrap .col .total {
    font-size: 1.4rem;
}
.dual-table-wrap .col:nth-child(2) {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 12rem;
    padding: 4.6rem 2rem 0;
    text-align: center;
}
.dual-table-wrap .col:nth-child(2) button {
    margin: 0.4rem 0;
    background-repeat: no-repeat;
    background-size: 1.2rem auto;
}
.dual-table-wrap .col:nth-child(2) .btn-add {
    padding-right: 2.6rem;
    background-image: url(../../assets/img/common/ico-chevron-gray.svg);
    background-position: calc(100% - 1rem) 50%;
}
.dual-table-wrap .col:nth-child(2) .btn-delete {
    padding-left: 2.6rem;
    background-image: url(../../assets/img/common/ico-chevron-white.svg);
    background-position: 1rem 50%;
}
.dual-table-wrap + .btns {
    margin-top: 1.6rem;
}

.dual-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
}

.event-row-item {
    display: flex;
    flex-wrap: wrap;
}
.event-row-item .util {
    flex-shrink: 0;
    padding-right: 2rem;
}
.event-row-item .content {
    flex: 1;
}

.review {
    margin-top: 2rem;
    padding: 0 3.2rem;
    line-height: 1.5;
}
.review-info {
    display: flex;
    gap: 3.2rem;
}
.review-figure img {
    max-width: 14rem;
}
.review-category {
    display: flex;
    gap: 2.4rem;
}
.review-category span {
    position: relative;
    font-size: 1.4rem;
    font-weight: 700;
}
.review-category span ~ span:after {
    content: "";
    display: inline-block;
    position: absolute;
    left: -1.2rem;
    top: 50%;
    transform: translateY(-50%);
    width: 0.1rem;
    height: 1.2rem;
    background-color: #e0e5e6;
}
.review-title {
    margin-top: 0.8rem;
    font-size: 2rem;
    font-weight: 700;
}
.review-data {
    margin-top: 2rem;
}
.review-box ~ .review-box {
    margin-top: 0.8rem;
}
.review-inbox {
    display: inline-flex;
    align-items: center;
}
.review-inbox ~ .review-inbox {
    margin-left: 6rem;
}
.review-inbox b {
    margin-right: 2rem;
    font-weight: 700;
}
.review-inbox .price {
    font-size: 2.4rem;
    font-weight: 700;
    color: #00b0e1;
}
.review-inbox .won {
    align-self: self-end;
    margin-left: 0.4rem;
    margin-bottom: 0.2rem;
}

.writer {
    margin-top: 2.8rem;
    padding-top: 2.8rem;
    border-top: 1px solid #e8ecee;
}
.writer-top {
    position: relative;
    padding-right: 8rem;
    font-size: 2rem;
}
.writer-top > span {
    font-weight: 700;
}
.writer-top .best {
    margin-right: 0.8rem;
    color: #00b0e1;
}
.writer-top .rating {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.writer-content {
    display: flex;
    align-items: flex-start;
    gap: 3rem;
    margin-top: 1.2rem;
    padding-bottom: 3.8rem;
}
.writer-content .figure {
    flex-shrink: 0;
    width: 25rem;
    height: 13rem;
}
.writer-content .figure img {
    width: 100%;
    height: 100%;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover;
}

.access li {
    line-height: 4rem;
}
.access-list {
    max-height: 500px;
    padding-right: 4rem;
    overflow-y: auto;
}
.access-list > li ~ li {
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid #e0e5e6;
}
.access-title {
    font-size: 1.6rem;
    font-weight: 500;
}
.access-sublist {
    padding-left: 2.4rem;
}
.access-sublist > li {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.access-name {
    color: #515b5e;
}

.brands {
    display: flex;
}
.brands-item.inps {
    padding-top: 3rem;
}
.brands-item .vertical-item ~ .vertical-item {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #e0e5e6;
}
.brands-item .vertical-item ~ .vertical-item.noline {
    border-top-color: transparent;
}
.brands .dates {
    position: absolute;
    right: 0;
    top: 0;
    text-align: right;
}
.brands .dates .date {
    font-size: 1.4rem;
    color: #758185;
}
.brands .file-upload .preview.vertical {
    min-width: 19.6rem;
}
.brands .file-upload .preview.vertical .img-wrap {
    width: 16.4rem;
    aspect-ratio: 150/203;
}
.brands .file-upload .preview.vertical li {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 0;
}
.brands .file-upload .preview.vertical p {
    display: inline-block;
    max-width: 16.3rem;
    margin-top: 0.8rem;
    margin-left: 0;
    text-align: right;
}
.brands .file-upload .inp {
    margin-top: 0.8rem;
}

.side-notice .notice {
    font-size: 1.4rem;
    color: #758185;
}
.side-notice .notice > .caution {
    margin-bottom: 0.8rem;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2rem;
}

.button-count {
    color: #00b0e1 !important;
}

.table-image-brand img {
    max-width: 8rem;
}
.table-image-banner img {
    max-width: 16rem;
}
.table-image-popup img {
    max-width: 16rem;
}

.option-group .select-wrap {
    height: 4rem;
}
.option-group .select-wrap ~ .select-wrap {
    margin-top: 1rem;
}
.option-group .option-wrap {
    display: flex;
    gap: 0.8rem;
    height: 4rem;
}
.option-group .option-wrap ~ .option-wrap {
    margin-top: 1rem;
}
.option-group .option-wrap:has(.file-upload) {
    height: unset;
}

.gallery-list {
    display: flex;
    -moz-column-gap: 4rem;
    column-gap: 4rem;
    row-gap: 4rem;
    flex-wrap: wrap;
    flex-direction: row;
}
.gallery-list > li {
    flex-basis: calc((100% - 4rem * (2 - 1)) / 2);
    max-width: calc((100% - 4rem * (2 - 1)) / 2);
}
.gallery-contents {
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 1.5;
}
.gallery-top {
    display: flex;
    align-items: center;
    gap: 0.8rem;
}
.gallery-title {
    width: 42rem;
    font-size: 2rem;
    font-weight: 700;
}
.gallery-detail {
    display: flex;
    align-items: flex-end;
    gap: 1.2rem;
}
.gallery-lastupdate {
    flex-shrink: 0;
    font-size: 1.4rem;
    color: #758185;
}
.gallery-thumbnail {
    display: flex;
    width: 100%;
}
.gallery-thumbnail .gallery-item {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 60%;
    min-height: 13rem;
    padding: 0 13rem 0 0;
    border-radius: 2.4rem;
    background-color: #f7f7f7;
    word-break: keep-all;
    font-family: "paperlogy", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 400;
    overflow: hidden;
}
.gallery-thumbnail .gallery-item .img {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 13rem;
    height: 13rem;
    margin: 0;
    z-index: 1;
}
.gallery-thumbnail .gallery-item .img img {
    width: 100%;
    height: auto;
}
.gallery-thumbnail .gallery-item em {
    flex-grow: 1;
    display: block;
    padding: 1rem 0 1rem 3.2rem;
    line-height: 1.3;
    font-weight: 500;
    font-size: 2rem;
    z-index: 1;
    position: relative;
}
.gallery-thumbnail .gallery-item > .hover-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 0;
}
.gallery-thumbnail .gallery-item:hover > .hover-bg {
    opacity: 1;
}
.gallery-info {
    display: flex;
    gap: 2.4rem;
    margin-top: 1.6rem;
}
.gallery-info > span {
    position: relative;
    font-weight: 500;
}
.gallery-info > span ~ span:after {
    content: "";
    display: inline-block;
    position: absolute;
    left: -1.2rem;
    top: 50%;
    transform: translateY(-50%);
    width: 0.1rem;
    height: 1.2rem;
    background-color: #e0e5e6;
}

.resource:nth-of-type(1) {
    margin-top: 8rem;
}
.resource + .btns.jc-between {
    margin-top: 1.2rem;
}
.resource .checkbox {
    padding-left: 3.6rem;
}
.resource .checkbox span {
    padding-left: 0;
    font-weight: 700;
}
.resource .input-wrap.is-disabled {
    border-color: transparent;
}
.resource-file {
    display: inline-flex;
    align-items: center;
    gap: 1.6rem;
}
.resource-file:has(:disabled) a {
    color: #758185;
}
.resource-file:has(:disabled) .badge-cate {
    border-color: #758185;
    color: #758185;
}
.resource-file .checkbox span {
    font-weight: 500;
}
.resource-file .publication {
    display: inline-block;
    width: 8rem;
    font-size: 1.4rem;
    font-weight: 500;
}
.resource-file .badge-cate {
    display: inline-block;
    min-width: 11.2rem;
    padding: 0.4rem 1rem;
    border-radius: 5rem;
    border: 1px solid #00b0e1;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.5;
    color: #00b0e1;
    text-align: center;
}
.resource-file .type {
    display: inline-block;
    position: relative;
    width: 12rem;
    font-size: 1.4rem;
}
.resource-file .type:after {
    content: "";
    display: inline-block;
    position: absolute;
    right: -0.8rem;
    width: 0.1rem;
    height: 100%;
    background-color: #222222;
}
.resource-file .name,
.resource-file .link {
    display: inline-block;
    width: 40rem;
    font-size: 1.4rem;
}
.resource-file a {
    color: #222222;
}
.resource-box {
    border-top: 1px solid #98a3a7;
}
.resource-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2.4rem 2rem;
    border-bottom: 1px solid #e0e5e6;
}
.resource-side {
    display: flex;
    align-items: center;
    gap: 2rem;
}
.resource-sub {
    padding: 2.4rem 4rem;
    line-height: 2rem;
    background-color: #eef2f3;
}
.resource-subitem {
    display: flex;
    gap: 2rem;
    position: relative;
    justify-content: space-between;
}
.resource-subitem a {
    color: #222222;
}
.resource-subitem .checkbox {
    padding-left: 2rem;
}
.resource-subitem ~ .resource-subitem {
    margin-top: 1.6rem;
}
.resource-subitem:has(.out-link) {
    padding-bottom: 2.5rem;
}
.resource-subitem .out-link {
    display: inline-block;
    position: absolute;
    left: 26.8rem;
    bottom: 0;
    width: calc(100% - 26.8rem);
    padding-right: 12.8rem;
    font-size: 1.4rem;
    color: #758185;
}
.resource-interaction {
    height: 2rem;
}
.resource-detail {
    display: inline-flex;
    align-items: center;
    gap: 1.6rem;
    flex-shrink: 0;
    font-size: 1.4rem;
    color: #758185;
}
.resource-detail b {
    display: inline-block;
    margin-right: 0.8rem;
    font-weight: 700;
}

.mark {
    display: inline-block;
}
.mark .ico {
    width: 4rem;
    height: 4rem;
}

.data-writers {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.4rem;
    margin-left: 0.8rem;
}
.data-writers .data-writer {
    padding: 0.4rem 1rem;
    border-radius: 5rem;
    border: 1px solid #c6d0d2;
}
.data-writers .data-writer .ico {
    width: 1.6rem;
    height: 1.6rem;
    margin-left: 0.2rem;
}

.result + form {
    margin-top: 4rem;
}

.section-header .btn-noti {
    display: inline-block;
    position: relative;
    width: 5.6rem;
    height: 5.6rem;
    border-radius: 2rem;
    background-color: #e8f9fd;
}
.section-header .btn-noti:after {
    content: "";
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 2.4rem;
    height: 2.4rem;
    background: url(../img/common/ico-notification.svg) no-repeat 0 0/cover;
}
.section-header .btn-noti .count {
    display: inline-block;
    position: absolute;
    right: -1.3rem;
    top: -1.1rem;
    width: 3.3rem;
    height: 3.3rem;
    color: #fff;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 3.3rem;
    border-radius: 50%;
    background-color: #00b0e1;
}
.section-header .noti-box {
    position: relative;
}
.section-header .noti {
    display: none;
    position: absolute;
    top: 0;
    right: 7.1rem;
    width: 34rem;
}
.section-header .noti.active {
    display: block;
}
.section-header .noti-wrap {
    padding: 2.8rem 3.2rem;
    border-radius: 2rem;
    background-color: #fff;
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.1215686275);
}
.section-header .noti-header {
    font-weight: 700;
    line-height: 1.5;
}
.section-header .noti-header h2 {
    font-size: 2rem;
    font-weight: inherit;
}
.section-header .noti-contents {
    max-height: 24rem;
    margin-top: 2.4rem;
    overflow-y: auto;
}
.section-header .noti-list h3 {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.5;
}
.section-header .noti-list span {
    display: block;
    margin-top: 0.4rem;
    font-size: 1.3rem;
    font-weight: 300;
    color: #758185;
    line-height: 2rem;
}
.section-header .noti-list a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.section-header .noti-list li {
    position: relative;
    padding-left: 1.3rem;
    border-left: 0.3rem solid #00b0e1;
}
.section-header .noti-list li ~ li {
    margin-top: 1.6rem;
}
.section-header .noti-footer {
    margin-top: 2rem;
}
.section-header .noti-footer p {
    font-size: 1.4rem;
    font-weight: 300;
    color: #758185;
    line-height: 1.5;
}

.main-sec:has(.title) {
    margin-top: 6rem;
}
.main-sec:has(.chartjs) {
    margin-top: 4rem;
}
.main-sec .table-box {
    padding: 5rem 3rem;
    border-radius: 2rem;
    background-color: #f9f9f9;
}
.main-sec .table-box .table {
    background-color: #fff;
}
.main-sec .table-box .table a {
    color: inherit;
}
.main-sec > .title {
    display: flex;
    -moz-column-gap: 0;
    column-gap: 0;
    row-gap: 0;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 1.2rem;
}
.main-sec > .title > li {
    flex-basis: calc((100% - 0 * (2 - 1)) / 2);
    max-width: calc((100% - 0 * (2 - 1)) / 2);
}
.main-sec > .title h2 {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.5;
}
.main-sec > .title .btn-more {
    display: inline-block;
    position: relative;
    padding-right: 3.2rem;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 3rem;
}
.main-sec > .title .btn-more:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: calc(50% - 1.2rem);
    right: 0;
    width: 2.4rem;
    height: 2.4rem;
    background: url(../../assets/img/common/ico-gomore.svg) no-repeat 0 0/cover;
}
.main-count .list {
    display: flex;
    -moz-column-gap: 2.7rem;
    column-gap: 2.7rem;
    row-gap: 2.7rem;
    flex-wrap: wrap;
    flex-direction: row;
}
.main-count .list > li {
    flex-basis: calc((100% - 2.7rem * (4 - 1)) / 4);
    max-width: calc((100% - 2.7rem * (4 - 1)) / 4);
}
.main-count .list li {
    align-items: center;
    padding-block: 2.4rem;
    padding-inline: 4rem 2rem;
    border-radius: 2rem;
    background-color: #f3f6f6;
    display: flex;
    -moz-column-gap: 2.4rem;
    column-gap: 2.4rem;
    row-gap: 2.4rem;
    flex-wrap: wrap;
    flex-direction: row;
}
.main-count .list li > li {
    flex-basis: calc((100% - 2.4rem * (2 - 1)) / 2);
    max-width: calc((100% - 2.4rem * (2 - 1)) / 2);
}
.main-count .list .figure {
    padding: 1.6rem;
    border-radius: 50%;
    background-color: #fff;
}
.main-count .list .figure img {
    vertical-align: top;
}
.main-count .list .info {
    display: flex;
    -moz-column-gap: 0.8rem;
    column-gap: 0.8rem;
    row-gap: 0.8rem;
    flex-wrap: wrap;
    flex-direction: row;
    flex-direction: column;
}
.main-count .list .info > li {
    flex-basis: calc((100% - 0.8rem * (2 - 1)) / 2);
    max-width: calc((100% - 0.8rem * (2 - 1)) / 2);
}
.main-count .list .mounth {
    font-size: 1.6rem;
    font-weight: 500;
}
.main-count .list .number {
    font-size: 2rem;
    font-weight: 700;
}
.main-count .list .number b {
    margin-right: 0.4rem;
    font-size: 3.2rem;
    font-weight: inherit;
    line-height: 1.2;
}
.main-chart .chart {
    padding: 4rem 6rem;
    border-radius: 2rem;
    background-color: #f9f9f9;
}
.main-chart .chart .chartjs {
    width: 100%;
    max-width: 140.8rem;
    height: 32.2rem;
    display: block;
    margin: 0 auto;
}
.main-member .btn-file .ico {
    width: 2rem;
    height: 2rem;
}

/* Toast */
.toast-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 11050;
    pointer-events: none;
}

.toast {
    position: absolute;
    display: flex;
    align-items: center;
    min-width: 235px;
    max-width: 90vw;
    height: 51px;
    border-radius: 12px;
    box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.0509803922);
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    border: 1px solid #e8ecee;
    transform: translateX(-50%) translateY(50%);
    left: 50%;
    transition: all 0.3s ease-in-out;
}
@media (min-width: 769px) {
    .toast {
        top: 169px;
    }
}
@media (max-width: 768px) {
    .toast {
        bottom: 20px;
    }
}
.toast.show {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}

.toast-body {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    padding: 12px 20px;
    color: #222;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    white-space: nowrap;
}
.toast-body .ico {
    width: 20px;
    height: 20px;
    background-image: url(../img/ico-check-circle.png);
}
.toast-body span {
    flex: 1;
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    outline: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 10020;
}

.modal-dialog {
    display: flex;
    align-items: flex-end;
    height: 100%;
    transition: transform 0.2s ease-out;
    pointer-events: none;
}

.modal-content {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    max-height: 87%;
    border-radius: 2rem 2rem 0 0;
    background-color: #ffffff;
    pointer-events: auto;
    overflow: hidden;
}

.modal .modal-close {
    position: absolute;
    right: 2rem;
    top: 4rem;
    width: 3.2rem;
    height: 3.2rem;
    background: url("../img/common/ico-modal-close.svg") no-repeat 0 0/cover;
    z-index: 1;
}

.modal .modal-close .ico {
    pointer-events: none;
}

.modal-body {
    flex: 1;
    padding: 3.2rem 2rem 0;
    overflow-y: auto;
    font-size: 1.6rem;
}

.modal-body:last-child {
    padding-bottom: 4rem;
}

.modal-footer {
    display: flex;
    justify-content: center;
    padding-top: 4rem;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 3rem;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10015;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.3);
}

.modal-backdrop.show {
    opacity: 1;
}

.modal.fade .modal-dialog {
    transform: translateY(30px);
}

.modal.show .modal-dialog {
    transform: none;
}

.modal-alert {
    align-items: center;
    justify-content: center;
}

.modal-alert .modal-content {
    margin: 0 2rem;
    padding: 4rem 2rem 2.8rem;
    border-radius: 2rem;
}

.modal-alert .modal-content .text {
    font-size: 2rem;
    font-weight: 700;
}

.modal-alert .modal-content .subText {
    margin-top: 0.4rem;
    font-size: 1.6rem;
    color: #515b5e;
}

.modal-alert .modal-body {
    padding: 0;
    scrollbar-gutter: initial;
}

.modal-alert .modal-footer {
    padding: 0;
}

.modal-alert .btn-group {
    margin-top: 2.4rem;
}

.modal-alert .btn-group .btn:not(:first-child) {
    margin-left: 0.8rem;
}

@media (min-width: 768px) {
    .modal .modal-close {
        right: 4.8rem;
        top: 6rem;
    }
    .modal-dialog {
        max-width: 68rem;
        align-items: center;
        margin-left: auto;
        margin-right: auto;
    }
    .modal-alert {
        max-width: 40rem;
    }
    .modal-alert .modal-content {
        max-width: 40rem;
    }
}
.fade {
    transition: opacity 0.15s linear;
}/*# sourceMappingURL=style.css.map */
