@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css"); /**
reset
**/
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Pretendard", "Malgun Gothic", "맑은 고딕", "돋움", dotum, sans-serif;
}

html,
body {
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    color: #132144;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1;
    margin-bottom: 0;
}

ol,
ul,
li {
    list-style: none;
}

input,
textarea {
    border: 0;
    border-radius: 0px; /* iOS 둥근모서리 제거 */
}

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

button {
    background-color: transparent;
}

textarea {
    resize: none;
}

select {
    cursor: pointer;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
    border-style: hidden;
    width: 100%;
    text-align: center;
    table-layout: fixed;
}

th,
td {
    border-collapse: collapse;
}

caption,
legend {
    overflow: hidden;
    position: absolute;
    clip: rect(0, 0, 0, 0);
    width: 1px;
    height: 1px;
    margin: -1px;
}

form,
fieldset,
iframe,
button,
hr {
    border: 0;
}

i,
em,
address {
    font-style: normal;
}

button {
    cursor: pointer;
}

blockquote,
q {
    quotes: none;
}

img {
    max-width: 100%;
    border: 0;
    vertical-align: top;
}

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

strong {
    font-weight: 700;
}

.page__header {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e7e7e7;
}
.page__header .page__txt {
    margin-top: 15px;
    color: #676767;
}
.page__title {
    font-size: 22px;
}
.page__txt {
    font-size: 13px;
}
.page__txt--alert {
    color: #ed4c78;
}
.page__txt + .page__txt {
    margin-top: 5px;
}
.page__top {
    margin-bottom: 15px;
}

.card {
    overflow: hidden;
    border: 1px solid #e7e7e7;
    border-radius: 10px;
    -webkit-box-shadow: 0 3px 5px rgba(140, 152, 164, 0.08);
    box-shadow: 0 3px 5px rgba(140, 152, 164, 0.08);
}
.card + .card {
    margin-top: 30px;
}
.card--sub {
    max-width: 1600px;
    margin: 0 auto;
}
.card--sub .card__cnt {
    padding: 24px;
}
.card__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 24px;
    border-bottom: 1px solid #e7e7e7;
}
.card__header--flex-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.card__header__title {
    font-size: 18px;
    font-weight: 700;
}
.card__cnt .form {
    padding: 24px 40px;
}
.card__cnt .table {
    border-top: 0;
}
.card__cnt .table table {
    border-bottom: 0;
}
.card__cnt .table .table-pagination {
    border-top: 1px solid #e7e7e7;
}
.card__cntCar {
    position: relative;
    padding: 10px;
    width: 50%;
    border: 1px solid #e7e7e7;
    border-radius: 10px;
    height: 420px;
    overflow-y: scroll;
}
.card__cntCar1 {
    margin-right: 20px;
}
.card__cntItem {
    background-color: #f2f2f2;
    color: black;
    padding: 15px;
    font-size: 14px;
    border-radius: 10px;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.card__cntItem:not(:first-child) {
    margin-top: 5px;
}
.card__cntItem:hover {
    background-color: #ddd;
}
.card__cntItem.is-active {
    background-color: #d1d1d1; /* 회색 배경 */
    font-weight: 700;
    border-color: #aaa;
}
.card__cntLink {
    display: block;
    padding: 15px;
    color: #007bff; /* 파란색 텍스트 */
    text-decoration: none;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    width: 100%;
    text-align: left;
}
.card__cntLink:not(:first-child) {
    margin-top: 5px;
}
.card__cntLink:hover {
    background-color: #f8f9fa;
    text-decoration: underline;
}
.card__footer {
    border-top: 1px solid #e7e7e7;
    padding: 24px;
    text-align: center;
}

.form {
    /* 이미지 파일이 아닌 경우 */
}
.form__title {
    padding-top: 24px;
    margin-top: 24px;
    font-weight: 700;
    font-size: 16px;
    border-top: 1px solid #e7e7e7;
}
.form__title.border--none {
    border-top: 0;
    padding-top: 0;
    margin-top: 0;
}
.form__title > span {
    font-size: 12px;
    font-weight: 400;
    margin-left: 15px;
    color: #ed4c78;
}
.form__itemBasic {
    width: 100%;
}
.form__itemBasic:not(:first-of-type) {
    margin-top: 24px;
}
.form__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
.form__item:not(:first-of-type) {
    margin-top: 24px;
}
.form__item-col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.form__item-col2:not(:first-of-type) {
    margin-top: 24px;
}
.form__item-col2 .form__item-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
}
.form__label {
    width: 170px;
    padding: 10px 0;
    line-height: 18px;
}
.form__label--bullet label:after {
    content: "*";
    margin-left: 2px;
    color: #ed4c78;
}
.form__label__txt {
    margin-top: 2px;
    font-size: 10px;
}
.form__label--hide {
    display: none;
}
.form__guide {
    margin-top: 2px;
    font-size: 10px;
}
.form__bullet:after {
    content: "*";
    margin-left: 2px;
    color: #ed4c78;
}
.form__cnt {
    width: calc(100% - 170px);
}
.form__cnt100 {
    width: 100%;
}
.form__alert {
    margin-top: 8px;
    font-size: 12px;
    color: #377dff;
    text-align: left;
}
.form__div, .form__p {
    padding: 10px;
}
.form__txt {
    padding: 8px 0;
}
.form__alert {
    margin-top: 8px;
    font-size: 12px;
    color: #377dff;
    text-align: left;
}
.form .file-upload-container {
    width: 600px;
    max-width: 90%;
    background-color: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 8px;
    padding: 30px;
}
.form .upload-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    margin-bottom: 25px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; /* 세로 중앙 정렬 */
}
.form .select-file-button {
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1rem;
    color: #333;
    -webkit-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
}
.form .select-file-button:hover {
    background-color: #e8e8e8;
}
.form .drag-drop-area {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; /* 남은 공간을 차지 */
    border: 2px dotted #ccc;
    border-radius: 5px;
    padding: 20px;
    text-align: center;
    color: #666;
    background-color: #fcfcfc;
    -webkit-transition: background-color 0.2s ease, border-color 0.2s ease;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}
.form .drag-drop-area.highlight {
    background-color: #e6f7ff;
    border-color: #1890ff;
}
.form .file-display-area {
    border-top: 1px solid #eee;
    padding-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
}
.form .file-display-area.no-thumbnail .thumbnail-image {
    display: none;
}
.form .file-display-area.no-fileInfo {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.form .file-display-area.no-fileInfo .uploaded-file-item {
    display: inline-block;
    text-align: center;
}
.form .file-display-area.no-fileInfo .file-info {
    display: none;
}
.form .file-display-area.no-fileInfo .thumbnail-image {
    width: 90px;
    height: 90px;
    margin-right: 0;
}
.form .file-display-area.no-fileInfo .delete-button {
    margin-top: 5px;
    padding: 0 10px;
}
.form .uploaded-file-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f9f9f9;
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 10px 15px;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}
.form .thumbnail-image {
    position: relative;
    width: 80px; /* 썸네일 고정 너비 */
    height: 80px; /* 썸네일 고정 높이 */
    -o-object-fit: cover;
    object-fit: cover; /* 이미지가 영역을 채우도록 함 (비율 유지) */
    border-radius: 4px;
    margin-right: 15px;
    background-color: #e0e0e0; /* 플레이스홀더 배경 */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #999;
    font-size: 0.8em;
    text-align: center;
}
.form .thumbnail-image .add-button-text {
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    font-size: 0.7em;
    padding: 3px 6px;
    position: absolute;
    top: 5px;
    right: 5px;
    white-space: nowrap;
}
.form .thumbnail-image img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 4px;
}
.form .file-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.form .file-name {
    display: inline-block;
    max-width: 300px;
    color: #333;
    font-weight: bold;
    margin-right: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.form .file-size {
    color: #777;
    font-size: 0.9em;
    margin-top: 3px;
}
.form .thumbnail-image.no-preview::before {
    content: "파일"; /* "파일" 텍스트 표시 */
}
.form--txt-area {
    min-height: 200px;
    border: 1px solid #e7e7e7;
    border-radius: 4px;
    padding: 10px;
}
.form .delete-button {
    font-weight: 600;
    text-decoration: underline;
}

.btn {
    display: inline-block;
    min-width: 60px;
    height: 36px;
    line-height: 34px;
    padding: 0 16px;
    border-radius: 4px;
    font-size: 14px;
}
.btn:hover {
    -webkit-box-shadow: 3px 3px 8px rgba(19, 33, 68, 0.14);
    box-shadow: 3px 3px 8px rgba(19, 33, 68, 0.14);
}
.btn:disabled {
    background-color: #e7e7e7 !important;
    border-color: #e7e7e7 !important;
    color: #fff !important;
    pointer-events: none;
}
.btn:disabled:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn--s {
    height: 30px;
    padding: 0 14px;
    line-height: 28px;
    font-size: 12px;
}
.btn-wrap {
    font-size: 0;
}
.btn-wrap .btn:not(:first-of-type) {
    margin-left: 5px;
}
.btn--default {
    border: 1px solid #377dff;
    color: #377dff;
    background-color: #fff;
}
.btn--primary {
    background-color: #377dff;
    border-color: #377dff;
    color: #fff;
}
.btn--primary:hover {
    background-color: #2c64cc;
}
.btn--dark {
    background-color: #132144;
    border-color: #132144;
    color: #fff;
}
.btn--dark:hover {
    opacity: 0.7;
}
.btn--move {
    height: 0;
    padding: 0;
    margin: 0 2px;
    font-size: 22px;
    opacity: 0.6;
}
.btn--txt {
    height: auto;
    line-height: 100%;
    padding: 0;
    color: #377dff;
    text-decoration: underline;
}
.btn--txt:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    font-weight: 700;
}

input {
    color: #132144;
}
input::-webkit-input-placeholder {
    color: #aaa;
}
input::-moz-placeholder {
    color: #aaa;
}
input:-ms-input-placeholder {
    color: #aaa;
}
input::-ms-input-placeholder {
    color: #aaa;
}
input::placeholder {
    color: #aaa;
}
input:-moz-read-only {
    background-color: #f7f7f7;
}
input:disabled, input:read-only {
    background-color: #f7f7f7;
}

.ipt-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 5px;
}
.ipt-flex .ipt-txt {
    width: 180px;
}
.ipt-txt, .ipt__txt {
    width: 100%;
    height: 36px;
    line-height: 34px;
    padding: 0 10px;
    background-color: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 4px;
}
.ipt-txt:focus, .ipt__txt:focus {
    border-color: #132144;
}
.ipt-txt:-moz-read-only, .ipt__txt:-moz-read-only {
    border-color: #e7e7e7;
}
.ipt-txt:read-only, .ipt__txt:read-only {
    border-color: #e7e7e7;
}
.ipt-txt::-webkit-inner-spin-button, .ipt__txt::-webkit-inner-spin-button {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}
.ipt-txt--s, .ipt__txt--s {
    height: 30px;
    line-height: 28px;
    font-size: 12px;
}
.ipt-count {
    margin-top: 5px;
    text-align: right;
    font-size: 11px;
}
.ipt-search {
    position: relative;
    width: 300px;
}
.ipt-search__btn {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.ipt-search input[type=search] {
    width: 100%;
    background-color: transparent;
    padding: 10px 25px 10px 0;
    border-bottom: 1px solid #e7e7e7;
}
.ipt-textarea {
    width: 100%;
    height: 150px;
    padding: 10px;
    border: 1px solid #e7e7e7;
}
.ipt-wrap__item:not(:first-child) {
    margin-top: 15px;
}
.ipt-wrap__item label {
    width: 120px;
    text-align: left;
}
.ipt-wrap__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.ipt-wrap__box .ipt-txt {
    width: 100%;
}
.ipt-confirm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}
.ipt-confirm:after {
    content: "";
    width: 15px;
    height: 15px;
    background-position: 0 0;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.ipt-confirm--true:after {
    background-image: url("../images/common/ico_pw_true.svg");
}
.ipt-confirm--false:after {
    background-image: url("../images/common/ico_pw_false.svg");
}
.ipt--styleHide {
    background-color: #fff !important;
    border: none;
}

.checkbox,
.radio {
    padding: 8px 0;
}
.checkbox__item,
.radio__item {
    margin-right: 15px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
    cursor: pointer;
}
.checkbox__item label,
.checkbox__item input,
.radio__item label,
.radio__item input {
    cursor: pointer;
    font-size: 13px;
    line-height: 18px;
    color: #676767;
    white-space: nowrap;
}

.file {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 10px;
}
.file__thumb {
    overflow: hidden;
    position: relative;
    width: 120px;
    height: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 4px;
}
.file__thumb > img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.file__upload {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 6px;
}
.file__upload label {
    cursor: pointer;
}
.file__upload .ipt-txt {
    display: none;
    width: 300px;
}
.file__upload input[type=file] {
    overflow: hidden;
    position: absolute;
    clip: rect(0, 0, 0, 0);
    width: 1px;
    height: 1px;
    margin: -1px;
}

.select {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
}
.select .sel {
    min-width: 100px;
    height: 36px;
    line-height: 34px;
    padding: 0 10px;
    background-color: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 4px;
}
.select #depth1, .select #depth2, .select #depth3 {
    width: 210px;
    min-width: 210px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.toggle-switch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
}
.toggle-switch__txt {
    font-size: 12px;
    color: #676767;
}
.toggle-switch__txt--toggle {
    display: none;
}
.toggle-switch__txt--off {
    display: block;
}
.toggle-switch__ipt {
    width: 0;
    height: 0;
    visibility: hidden;
}
.toggle-switch__ipt:checked + label {
    background: #377dff;
}
.toggle-switch__ipt:checked + label:after {
    left: calc(100% - 5px);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}
.toggle-switch__ipt:checked + label + .toggle-switch__txt .toggle-switch__txt--toggle {
    display: none;
}
.toggle-switch__ipt:checked + label + .toggle-switch__txt .toggle-switch__txt--on {
    display: block;
}
.toggle-switch__label {
    display: block;
    position: relative;
    width: 60px;
    height: 30px;
    background: #e7e7e7;
    border-radius: 60px;
    text-indent: -9999px;
    color: transparent;
    cursor: pointer;
    -webkit-transition: background 0.2s ease;
    transition: background 0.2s ease;
}
.toggle-switch__label:after {
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    width: 22px;
    height: 22px;
    background: #fff;
    border-radius: 22px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.daterange {
    position: relative;
    display: inline-block;
}
.daterange .ipt-txt {
    width: 300px;
}
.daterange:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 15px;
    height: 16px;
    background: url("../images/common/ico_add_calendar.svg") no-repeat 0 0/100% 100%;
    opacity: 0.6;
}
.daterange--time .ipt-txt {
    width: 150px;
}
.daterange--time:after {
    width: 16px;
    height: 16px;
    background-image: url("../images/common/ico_add_time.svg");
}

.editor {
    width: 100%;
    height: 450px;
    border: 1px solid #e7e7e7;
}

.tab__header {
    position: relative;
}
.tab__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid #e7e7e7;
}
.tab__item > button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    padding: 0 20px;
    height: 63px;
}
.tab__item > button:before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: none;
}
.tab__item > button:hover:before {
    background-color: #e7e7e7;
}
.tab__item--active > button {
    font-weight: 700;
    color: #377dff;
}
.tab__item--active > button:before {
    background-color: #377dff !important;
}
.tab__sub .tab__nav {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
    height: 100%;
    border: 4px solid #f7f7f7;
    border-radius: 6px;
    background-color: #f7f7f7;
    border-radius: 6px;
}
.tab__sub .tab__item button {
    height: auto;
    padding: 8px 15px;
    border-radius: 6px;
    font-size: 13px;
    color: #67778b;
}
.tab__sub .tab__item button:before {
    display: none;
}
.tab__sub .tab__item--active button {
    color: #377dff;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 10px 0 rgba(140, 152, 164, 0.25);
    box-shadow: 0 10px 10px 0 rgba(140, 152, 164, 0.25);
}
.tab__sub .tab__cnt {
    display: none;
}
.tab__sub .tab__cnt--active {
    display: block;
}
.tab__area {
    position: relative;
}
.tab__cnt {
    display: none;
    margin-top: 20px;
}
.tab__cnt--active {
    display: block;
}
.tab__title {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}
.tab__select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 5px;
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(231, 231, 231, 0.5);
}
.tab__select .select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
}

.table {
    border-top: 1px solid #e7e7e7;
}
.table-x__scroll {
    overflow-x: auto;
}
.table-x__scroll table {
    min-width: 1400px;
}
.table-x__scroll--2 {
    overflow-x: auto;
}
.table-x__scroll--2 table {
    min-width: 1600px;
}
.table-y__scroll {
    overflow-y: auto;
    max-height: 200px;
}
.table-y__scroll2 {
    overflow-y: auto;
    max-height: 300px;
}
.table--border table {
    border: 1px solid #e7e7e7 !important;
    border-radius: 4px;
}
.table table {
    border: 0;
    border-spacing: 0;
    color: #676767;
    border-bottom: 1px solid #e7e7e7;
}
.table table th {
    padding: 16px;
    background-color: #f7f7f7;
}
.table table thead {
    border-bottom: 1px solid #e7e7e7;
}
.table table tbody tr:not(:first-of-type) {
    border-top: 1px solid #e7e7e7;
}
.table table tbody td {
    height: 50px;
    padding: 10px 16px;
    word-break: break-all;
}
.table table tbody td:first-child {
    border-left: 0;
}
.table table tbody td a {
    text-decoration: underline;
}
.table table tbody td a:hover {
    color: #377dff;
}
.table table tbody td .select__sel {
    min-width: initial;
}
.table table tbody th + td {
    text-align: left;
}
.table--center tbody td {
    text-align: center !important;
}
.table thead th {
    position: relative;
}
.table__btn {
    height: 28px;
    line-height: 26px;
    padding: 0 10px;
    font-size: 12px;
}
.table-sorting {
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1px;
}
.table-sorting__btn {
    font-size: 0;
    line-height: 100%;
}
.table-sorting__btn:before {
    display: block;
    content: "▲";
    height: 4px;
    font-size: 10px;
    opacity: 0.3;
    color: #676767;
}
.table-sorting__btn--up {
    -webkit-transform: scale(0.8) rotate(0);
    transform: scale(0.8) rotate(0);
}
.table-sorting__btn--down:before {
    -webkit-transform: scale(0.8) rotate(180deg);
    transform: scale(0.8) rotate(180deg);
}
.table-sorting__btn--active:before {
    opacity: 1;
}
.table-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 24px;
}
.table-pagination__btn {
    min-width: 36px;
    padding: 6px 12px;
    margin: 0 2px;
    line-height: 21px;
    color: #676767;
    border-radius: 4px;
}
.table-pagination ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.table-pagination ul .table-pagination__btn--active {
    background-color: #377dff;
    color: #fff;
}
.table-pagination ul .table-pagination__btn:not(.table-pagination__btn--active):hover, .table-pagination ul .table-pagination__btn:not(.table-pagination__btn--active):focus {
    background-color: #f7f7f7;
    color: #377dff;
}
.table-link {
    color: #377dff;
    cursor: pointer;
    text-decoration: underline;
}

.sort-cardnews {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}
.sort-cardnews__delete {
    border: 1px solid #ed4c78;
}
.sort-cardnews__item {
    overflow: hidden;
    position: relative;
    border-color: #e7e7e7;
    border-radius: 4px;
    width: 100px;
    height: 100px;
    cursor: pointer;
}
.sort-cardnews__idx {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 20px;
    height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 5px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    background-color: #132144;
}
.sort-cardnews__img {
    height: 100%;
}
.sort-cardnews__img > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.sort-cardnews .ui-state-highlight {
    height: 100px;
}
.sort-survey {
    background-color: #f7f7f7;
    border-radius: 10px;
    overflow: hidden;
}
.sort-survey__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}
.sort-survey__title {
    font-weight: 700;
    font-size: 20px;
}
.sort-survey__delete {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 22px;
    background-color: transparent;
}
.sort-survey__delete:before {
    font: var(--fa-font-solid);
    content: "\f00d";
    color: #676767;
    opacity: 0.7;
    color: #132144;
    opacity: 1;
    font-size: 14px;
}
.sort-survey__delete:hover {
    background-color: #132144;
}
.sort-survey__delete:hover:before {
    color: #fff !important;
}
.sort-survey__item {
    position: relative;
    background-color: #f7f7f7;
}
.sort-survey__item:after {
    position: absolute;
    top: 50%;
    right: 40px;
    font: var(--fa-font-solid);
    content: "\f0c9";
    color: #676767;
    opacity: 0.7;
    font-size: 25px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.sort-survey__item:not(:first-of-type) {
    border-top: 1px solid #e7e7e7;
}
.sort-survey__item .form__cnt {
    width: 50%;
}

.ui-state-highlight {
    background-color: #377dff;
    border-color: #377dff;
}

.daterangepicker .drp-buttons .btn {
    height: auto;
    line-height: 100%;
    padding: 6px 8px;
    border: 1px solid #e7e7e7;
}

.daterangepicker .drp-buttons .btn.btn-primary {
    background-color: #377dff;
    color: #fff;
    border-color: #377dff;
}

.daterangepicker.time-single .drp-calendar.left {
    padding: 10px 30px;
}

.daterangepicker select {
    display: inline-block;
}

.loader {
    position: relative;
    width: 12px;
    height: 12px;
    margin: 20px auto 40px;
    opacity: 0.6;
    border-radius: 50%;
    -webkit-animation: animloader 1.5s linear infinite;
    animation: animloader 1.5s linear infinite;
}

@-webkit-keyframes animloader {
    0% {
        -webkit-box-shadow: 14px 0 0 -2px, 38px 0 0 -2px, -14px 0 0 -2px, -38px 0 0 -2px;
        box-shadow: 14px 0 0 -2px, 38px 0 0 -2px, -14px 0 0 -2px, -38px 0 0 -2px;
    }
    25% {
        -webkit-box-shadow: 14px 0 0 -2px, 38px 0 0 -2px, -14px 0 0 -2px, -38px 0 0 2px;
        box-shadow: 14px 0 0 -2px, 38px 0 0 -2px, -14px 0 0 -2px, -38px 0 0 2px;
    }
    50% {
        -webkit-box-shadow: 14px 0 0 -2px, 38px 0 0 -2px, -14px 0 0 2px, -38px 0 0 -2px;
        box-shadow: 14px 0 0 -2px, 38px 0 0 -2px, -14px 0 0 2px, -38px 0 0 -2px;
    }
    75% {
        -webkit-box-shadow: 14px 0 0 2px, 38px 0 0 -2px, -14px 0 0 -2px, -38px 0 0 -2px;
        box-shadow: 14px 0 0 2px, 38px 0 0 -2px, -14px 0 0 -2px, -38px 0 0 -2px;
    }
    100% {
        -webkit-box-shadow: 14px 0 0 -2px, 38px 0 0 2px, -14px 0 0 -2px, -38px 0 0 -2px;
        box-shadow: 14px 0 0 -2px, 38px 0 0 2px, -14px 0 0 -2px, -38px 0 0 -2px;
    }
}

@keyframes animloader {
    0% {
        -webkit-box-shadow: 14px 0 0 -2px, 38px 0 0 -2px, -14px 0 0 -2px, -38px 0 0 -2px;
        box-shadow: 14px 0 0 -2px, 38px 0 0 -2px, -14px 0 0 -2px, -38px 0 0 -2px;
    }
    25% {
        -webkit-box-shadow: 14px 0 0 -2px, 38px 0 0 -2px, -14px 0 0 -2px, -38px 0 0 2px;
        box-shadow: 14px 0 0 -2px, 38px 0 0 -2px, -14px 0 0 -2px, -38px 0 0 2px;
    }
    50% {
        -webkit-box-shadow: 14px 0 0 -2px, 38px 0 0 -2px, -14px 0 0 2px, -38px 0 0 -2px;
        box-shadow: 14px 0 0 -2px, 38px 0 0 -2px, -14px 0 0 2px, -38px 0 0 -2px;
    }
    75% {
        -webkit-box-shadow: 14px 0 0 2px, 38px 0 0 -2px, -14px 0 0 -2px, -38px 0 0 -2px;
        box-shadow: 14px 0 0 2px, 38px 0 0 -2px, -14px 0 0 -2px, -38px 0 0 -2px;
    }
    100% {
        -webkit-box-shadow: 14px 0 0 -2px, 38px 0 0 2px, -14px 0 0 -2px, -38px 0 0 -2px;
        box-shadow: 14px 0 0 -2px, 38px 0 0 2px, -14px 0 0 -2px, -38px 0 0 -2px;
    }
}
.ck-content {
    padding: 0 25px !important;
}

.ck-content ol {
    list-style: decimal !important;
}

.ck-content li {
    padding: initial !important;
    margin: initial !important;
    list-style: inherit !important;
}

.ck-content i,
.ck-content em {
    font-style: italic;
}

#wrap {
    overflow-x: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    min-width: 1200px;
    min-height: 100vh;
}
#wrap.aside-toggle #container {
    padding-left: 0;
}
#wrap.aside-toggle #aside {
    display: none;
}
#wrap.aside-toggle #footer {
    padding-left: 0;
}
#wrap.wrap-wide #container {
    padding: 0;
}
#wrap.wrap-wide #footer {
    padding-left: 0;
}

#header {
    position: fixed;
    width: 100%;
    min-width: 1200px;
    height: 60px;
    border-bottom: 1px solid #e7e7e7;
    background-color: #fff;
    z-index: 2;
}

#aside {
    display: block;
    position: fixed;
    top: 60px;
    left: 0;
    width: 260px;
    height: calc(100% - 60px);
    border-right: 1px solid #e7e7e7;
    background-color: #fff;
    z-index: 2;
}

#container {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 60px 0 0 260px;
}
#container .contents {
    padding: 30px 24px;
}

#footer {
    padding: 24px 0 24px 260px;
}

.header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
    padding: 0 24px 0 18px;
}
.header__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header__title {
    font-size: 16px;
}
.header__aside-btn {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    font-size: 16px;
}

.footer__inner {
    padding: 0 24px;
}
.footer__txt {
    font-size: 11px;
    color: #676767;
}

.aside__inner {
    overflow-y: auto;
    height: 100%;
    padding: 24px 14px;
}
.aside__item {
    position: relative;
}
.aside__item::after {
    position: absolute;
    top: 12px;
    right: 14px;
}
.aside__item:not(:first-of-type) {
    margin-top: 10px;
}
.aside__item > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 8px 40px 8px 10px;
    border-radius: 6px;
    color: #132144;
    background-color: #fff;
}
.aside__item > a > i {
    width: 16px;
    margin: 4px 14px 0 0;
    text-align: center;
    font-size: 11px;
    opacity: 0.6;
}
.aside__item > a:hover {
    background-color: #f2f3f6;
}
.aside__item--active > a {
    font-weight: 700;
    background-color: #f2f3f6;
}
.aside__collapse::after {
    font: var(--fa-font-solid);
    content: "\f107";
    color: #676767;
    opacity: 0.7;
    font-size: 11px;
    -webkit-transition: -webkit-transform 0.15s ease;
    transition: -webkit-transform 0.15s ease;
    transition: transform 0.15s ease;
    transition: transform 0.15s ease, -webkit-transform 0.15s ease;
}
.aside__collapse--show > a {
    color: #377dff;
}
.aside__collapse--show::after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.aside__collapse--show .aside__sub {
    display: block;
}
.aside__sub {
    display: none;
    margin: 5px 0 0 17px;
    border-left: 2px solid rgba(231, 231, 231, 0.7);
}
.aside__sub li {
    margin-left: 11px;
}

.pop {
    overflow-y: auto;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 30px 0;
    background-color: rgba(19, 33, 68, 0.3);
    z-index: 2;
}
.pop--open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.pop--open + .pop--open {
    background: rgba(19, 38, 66, 0);
}
.pop__inner {
    width: 90%;
    height: auto;
    max-width: 500px;
    padding: 20px 24px 30px 24px;
    margin: auto;
    text-align: center;
    border-radius: 10px;
    background-color: #fff;
}
.pop__inner--big {
    max-width: 1200px;
}
.pop__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 15px;
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    border-bottom: 1px solid #e7e7e7;
}
.pop__cnt {
    padding-top: 40px;
    padding-bottom: 40px;
}
.pop__txt {
    font-size: 14px;
    line-height: 1.4;
}
.pop__txt-s {
    font-size: 12px;
}
.pop__btm {
    padding-top: 20px;
    border-top: 1px solid #e7e7e7;
}
.pop__btm .btn {
    min-width: 85px;
}
.pop__btm .btn:not(:first-of-type) {
    margin-left: 5px;
}
.pop__swiper {
    width: 80%;
    margin: 0 auto;
}
.pop__swiper__txt {
    margin-bottom: 5px;
    font-size: 12px;
    text-align: right;
}
.pop .form {
    padding: 0 15px;
}
.pop .form__label {
    width: 100px;
    text-align: left;
}
.pop .form__cnt {
    width: calc(100% - 100px);
}
.pop .select {
    display: block;
}
.pop_oneTimeLink.disabled .grid__cnt--3 {
    display: none;
}
.pop_oneTimeLink.disabled .btn {
    display: none;
}
.pop_oneTimeLink.disabled input, .pop_oneTimeLink.disabled textarea {
    background-color: #f5f5f5 !important;
    color: black !important;
    opacity: 0.7;
}
.pop_oneTimeLink.disabled input[type=radio],
.pop_oneTimeLink.disabled input[type=checkbox],
.pop_oneTimeLink.disabled .radio__item,
.pop_oneTimeLink.disabled .checkbox__item {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none !important;
}
.pop_oneTimeLink .grid__wrap {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: 4, minmax(80px, 120px) 4, minmax(80px, 120px) 4, minmax(80px, 100px);
    grid-gap: 30px;
    margin-top: 20px;
}
.pop_oneTimeLink .grid__cnt .preview__box {
    border: 1px solid #e7e7e7;
    padding: 20px;
    height: 70%;
}
.pop_oneTimeLink .grid__cnt .preview__box p {
    margin-bottom: 20px;
}
.pop_oneTimeLink .grid__cnt .preview__box + .form {
    margin-top: 20px;
    padding-left: 0;
}
.pop_oneTimeLink .grid__cnt--1 {
    grid-area: 1/1/4/3;
    text-align: left;
}
.pop_oneTimeLink .grid__cnt--2 {
    grid-area: 1/3/4/7;
}
.pop_oneTimeLink .grid__cnt--3 {
    grid-area: 4/1/5/7;
}
.pop .qrcode__qr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 180px;
    height: 180px;
    margin: 30px auto 0;
    border: 2px solid #e7e7e7;
}
.pop .qrcode__qr #qr {
    width: 140px;
    height: 140px;
}
.pop .qrcode__qr #qr canvas {
    width: 100%;
    height: 100%;
}
.pop_delete {
    background-color: rgba(19, 33, 68, 0.3) !important;
}

.blind,
.hide {
    overflow: hidden;
    position: absolute;
    clip: rect(0, 0, 0, 0);
    width: 1px;
    height: 1px;
    margin: -1px;
}

.fc-primary {
    color: #377dff;
}
.fc-red {
    color: #ed4c78;
}

.align-center {
    text-align: center;
}
.align-left {
    text-align: left;
}
.align-right {
    text-align: right;
}

.pd-10 {
    padding: 10px !important;
}

.pdt-10 {
    padding-bottom: 10px !important;
}

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

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

.pdr-10 {
    padding-right: 10px !important;
}

.pdl-1 {
    padding-left: 1px !important;
}

.pdr-1 {
    padding-right: 1px !important;
}

.mgt-1 {
    margin-top: 1px !important;
}

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

.mgl-1 {
    margin-left: 1px !important;
}

.mgr-1 {
    margin-right: 1px !important;
}

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

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

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

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

.pd-20 {
    padding: 20px !important;
}

.pdt-20 {
    padding-bottom: 20px !important;
}

.pdb-20 {
    padding-left: 20px !important;
}

.pdl-20 {
    padding-left: 20px !important;
}

.pdr-20 {
    padding-right: 20px !important;
}

.pdl-2 {
    padding-left: 2px !important;
}

.pdr-2 {
    padding-right: 2px !important;
}

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

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

.mgl-2 {
    margin-left: 2px !important;
}

.mgr-2 {
    margin-right: 2px !important;
}

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

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

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

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

.pd-30 {
    padding: 30px !important;
}

.pdt-30 {
    padding-bottom: 30px !important;
}

.pdb-30 {
    padding-left: 30px !important;
}

.pdl-30 {
    padding-left: 30px !important;
}

.pdr-30 {
    padding-right: 30px !important;
}

.pdl-3 {
    padding-left: 3px !important;
}

.pdr-3 {
    padding-right: 3px !important;
}

.mgt-3 {
    margin-top: 3px !important;
}

.mgb-3 {
    margin-bottom: 3px !important;
}

.mgl-3 {
    margin-left: 3px !important;
}

.mgr-3 {
    margin-right: 3px !important;
}

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

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

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

.mgr-30 {
    margin-right: 30px !important;
}

.pd-40 {
    padding: 40px !important;
}

.pdt-40 {
    padding-bottom: 40px !important;
}

.pdb-40 {
    padding-left: 40px !important;
}

.pdl-40 {
    padding-left: 40px !important;
}

.pdr-40 {
    padding-right: 40px !important;
}

.pdl-4 {
    padding-left: 4px !important;
}

.pdr-4 {
    padding-right: 4px !important;
}

.mgt-4 {
    margin-top: 4px !important;
}

.mgb-4 {
    margin-bottom: 4px !important;
}

.mgl-4 {
    margin-left: 4px !important;
}

.mgr-4 {
    margin-right: 4px !important;
}

.mgt-40 {
    margin-top: 40px !important;
}

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

.mgl-40 {
    margin-left: 40px !important;
}

.mgr-40 {
    margin-right: 40px !important;
}

.pd-50 {
    padding: 50px !important;
}

.pdt-50 {
    padding-bottom: 50px !important;
}

.pdb-50 {
    padding-left: 50px !important;
}

.pdl-50 {
    padding-left: 50px !important;
}

.pdr-50 {
    padding-right: 50px !important;
}

.pdl-5 {
    padding-left: 5px !important;
}

.pdr-5 {
    padding-right: 5px !important;
}

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

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

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

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

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

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

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

.mgr-50 {
    margin-right: 50px !important;
}

.mgt-0 {
    margin-top: 0 !important;
}

.mgb-0 {
    margin-bottom: 0 !important;
}

.pdt-0 {
    padding-top: 0 !important;
}

.pdb-0 {
    padding-bottom: 0 !important;
}

.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.d-flexBtw {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: center;
    align-content: center;
}
.d-flexEnd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.d-flexEndV {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.d-Vcenter {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.d-block {
    display: block;
}

.w-100 {
    width: 100% !important;
}
.w-80 {
    width: 80% !important;
}
.w-60 {
    width: 60% !important;
}
.w-50 {
    width: 50% !important;
}
.w-auto {
    width: auto;
}

.txt-align--L {
    text-align: left;
}
.txt-align--R {
    text-align: right;
}
.txt-align--C {
    text-align: center;
}
.txt--ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.txt--disc {
    color: #999;
    font-size: 0.8rem;
}
.txt--red {
    color: #ed4c78;
}

.login {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.login .contents {
    width: 100%;
}
.login__box {
    border: 1px solid rgba(0, 0, 0, 0.12);
    max-width: 480px;
    margin: 0 auto;
    padding: 40px 30px;
    background-color: #fff;
    border-radius: 4px;
}
.login__header {
    text-align: center;
}
.login__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 250px;
    height: 60px;
    margin: 0 auto 30px;
}
.login__title {
    font-size: 20px;
    font-weight: 700;
}
.login__cnt {
    margin: 40px auto 0;
}
.login .form__item:not(:first-of-type), .login .form__itemBasic:not(:first-of-type) {
    margin-top: 15px;
}
.login .form__item .ipt-txt, .login .form__itemBasic .ipt-txt {
    width: 100%;
    height: 50px;
    font-size: 14px;
}
.login__alert {
    color: #ed4c78;
    font-size: 14px;
    margin-top: 10px;
}
.login .btn--PwReset {
    color: #999;
    margin-top: 10px;
    text-decoration: underline;
}
.login .btn-wrap {
    margin-top: 30px;
}
.login .btn-wrap .btn {
    width: 100%;
    height: 50px;
    font-size: 16px;
}
.login__txt {
    margin-top: 30px;
    text-align: center;
}
.login .footer {
    text-align: center;
}

.user__wrap .btn--findAdd {
    min-width: 120px;
}
.user__wrap .carList__wrap {
    width: auto;
    max-height: 250px;
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow-y: auto;
    padding: 10px;
}
.user__wrap .carList__item {
    margin-bottom: 5px;
}
.user__wrap .carList__item:last-child {
    margin-bottom: 0;
}
.user__wrap .carList__del {
    width: 15px;
    -webkit-box-sizing: initial;
    box-sizing: initial;
    cursor: pointer;
    margin-left: 10px;
    padding: 5px;
}
.user__wrap .btn-hAuto {
    width: 100px;
    height: 205px;
}

.contents__wrap {
    /* 드래그 가능한 커서 모양 추가 */
}
.contents__wrap .btn-down {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.contents__wrap .ipt-url__wrap {
    display: none;
}
.contents__wrap .sortable-ghost {
    opacity: 0.4;
    background-color: #f0f0f0;
    border: 1px dashed #ccc;
}
.contents__wrap .uploaded-file-item {
    cursor: -webkit-grab;
    cursor: grab;
}
.contents__wrap .uploaded-file-item:active {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}
