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

.p-color2 {
    color: var(--p-color2) !important;
}

.p-bg2 {
    background: var(--p-color2) !important;
}

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

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

.bold {
    font-weight: 700;
}

.asterisk {
    position: relative;
}

.asterisk::after {
    content: "*";
    color: var(--primary);
    margin-left: 2px;
}

.plus-icon {
    position: relative;
    width: 24px;
    height: 24px;
    padding-right: 64px;
}

.plus-icon > span {
    width: 12px;
    height: 1px;
    background: var(--bk);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .3s ease;
}

.plus-icon > span:nth-child(1) {
    transform: translate(-50%, -50%) rotate(90deg)
}

/* input 而ㅼ뒪�� */
input[type="text"],
input[type="password"],
textarea {
    border: 1px solid var(--gray-500);
    padding: 12px 16px;
    width: 100%;
    border-radius: 6px;
}

input[type="text"]:disabled {
    background: var(--gray-400);
}

textarea {
    resize: none;
}

input::placeholder,
textarea::placeholder {
    color: var(--gray-t500);
}

input[type="checkbox"],
input[type="radio"] {
    appearance: none;
    -webkit-appearance: none; /* for chrome */
    -moz-appearance: none; /*for firefox*/
}

input[type="checkbox"] + label,
input[type="radio"] + label {
    display: inline-block;
    cursor: pointer;
}

input[type="checkbox"] + label::before {
    content: "";
    background: url(../images/icon/checkbox-off.svg) no-repeat;
    width: 18px;
    height: 18px;
    display: inline-block;
    margin-right: 8px;
    vertical-align: -2px;
}

input[type="checkbox"]:checked + label::before {
    content: "";
    background: url(../images/icon/checkbox-on.svg) no-repeat;
    width: 18px;
    height: 18px;
}

input[type="radio"] + label::before {
    content: "";
    background: url(../images/icon/radio-off.svg) no-repeat;
    width: 18px;
    height: 18px;
    display: inline-block;
    margin-right: 8px;
    vertical-align: -3px;
}

input[type="radio"]:checked + label::before {
    content: "";
    background: url(../images/icon/radio-on.svg) no-repeat;
    width: 18px;
    height: 18px;
}

.info-label-wrap {
    position: relative;
}

.info-label-wrap input[type="text"],
.info-label-wrap input[type="password"] {
    height: 68px;
}

.info-label-wrap > label {
    position: absolute;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
}

select {
    border: 1px solid var(--gray-500);
    width: 100%;
    padding: 12px 16px;
    -webkit-appearance: none; /* for chrome */
    -moz-appearance: none; /*for firefox*/
    appearance: none;
    background: url(../images/icon/select-aw.svg) no-repeat;
    background-position: right 12px center;
    background-color: #fff;
    border-radius: 6px;
}

.ck-custom > label {
    font-size: 1.125rem;
    font-weight: 500;
    color: var(--gray-t700);
    white-space: nowrap;
}

.ck-custom span {
    display: inline-block;
    color: var(--gray-t600);
    margin-left: 4px;
}

.file-add-wrap {
    display: flex;
    align-items: center;

}

.file-add-wrap.on {
    gap: 8px;
}

.file-upload {
    font-weight: 400;
}

input[type=number] {
    appearance: textfield;
    --moz-appearance: textfield;
    color: var(--gray-t800);
}

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

.count-box {
    display: flex;
    align-items: center;
}

.count-box span.down {
    background: url(../images/icon/minus.svg) no-repeat;
    background-color: #fff;
    background-size: 10px 10px;
    background-position: center;
    border-radius: 0.3125rem 0 0 0.3125rem;
}

.count-box span.up {
    background: url(../images/icon/plus.svg) no-repeat;
    background-color: #fff;
    background-size: 10px 10px;
    background-position: center;
    border-radius: 0 0.3125rem 0.3125rem 0;
}

.count-box span {
    font-size: 0;
    line-height: 0;
    text-indent: -250%;
    width: 36px;
    height: 36px;
    overflow: hidden;
    border: 1px solid var(--gray-400);
    cursor: pointer;
}

.count-box input[type="number"] {
    text-align: center;
    width: 2.5rem;
    height: 36px;
    border: 1px solid var(--gray-400);
    border-left: none;
    border-right: none;
}

.f-sb {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.f-cnt {
    display: flex;
    gap: 8px;
    width: 100%;
}

/**/
.ps-0 {
	padding-left: 0 !important;
}

.ps-1 {
	padding-left: 0.25rem !important;
}

.ps-2 {
	padding-left: 0.5rem !important;
}

.ps-3 {
	padding-left: 1rem !important;
}

.ps-4 {
	padding-left: 1.5rem !important;
}

.ps-5 {
	padding-left: 3rem !important;
}

.fs-1 {
	font-size: 2.5rem !important;
}

.fs-2 {
	font-size: 2rem !important;
}

.fs-3 {
	font-size: 1.75em !important;
}

.fs-4 {
	font-size: 1.5rem !important;
}

.fs-5 {
	font-size: 1.25rem !important;
}
.fs-6 {
	font-size: 1rem !important;
}
.fs-7 {
    font-size: 0.875rem !important;
}
.fs-8 {
    font-size: 0.75rem !important;
}
/**/

/* 踰꾪듉 */
.fill-btn {
    border: 1px solid var(--bk);
    position: relative;
    background: #fff;
    cursor: pointer;
    display: block;
    text-align: center;
}

.fill-btn::before {
    content: "";
    background: var(--bk);
    position: absolute;
    top: auto;
    left: 0;
    bottom: 0;
    right: 0;
    height: 0;
    transition: height .2s;
    transform-origin: bottom;
}

.fill-btn:hover::before {
    height: 100%;
    border: transparent;
}

.fill-btn > span {
    z-index: 1;
    position: relative;
    font-weight: 700;
}

.fill-btn:hover > span {
    color: #fff;
    font-weight: 600;
}

.rd-fill-btn {
    position: relative;
    overflow: hidden;
    border-radius: 50px;
}

.rd-fill-btn::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: var(--bk);
    transition: height .3s ease;
}

.rd-fill-btn:hover::after {
    height: 100%;
    border: 1px solid var(--bk);
}

.rd-fill-btn > span {
    position: relative;
    z-index: 1;
}

.rd-fill-btn:hover > span {
    color: #fff;
}

.gray-aw {
    background: url(../images/main/gray-aw.svg) no-repeat;
    width: 16px;
    height: 16px;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    display: none !important;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0 !important;
}

.label-item {
    font-weight: 400;
    color: var(--gray-t600);
    padding: 2px 16px;
    border-radius: 50px;
    border: 1px solid var(--gray-500);
    display: inline-block;
}

.bk-btn {
    color: #fff;
    background: var(--bk);
    font-weight: 600;
}

.line-bk-btn {
    border: 1px solid var(--bk);
    font-weight: 700;
    background: #fff;
}

.gray-btn {
    background: var(--gray-400);
    color: var(--gray-t700);
    font-weight: 700;
    white-space: nowrap;
}

.gray-btn2 {
    background: var(--gray-t700);
    color: #fff;
    font-weight: 600;
    white-space: nowrap;
}

.gray-btn2 > span {
    color: #fff !important;
}

.big-btn {
    padding: 23px 24px;
    font-size: 1.125rem;
}

.con-btn-wrap {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-top: 32px;
    flex-wrap: wrap;
}

.con-btn-wrap > .cbw-inr {
    display: flex;
    gap: 16px;
}

.con-btn-wrap button {
    padding: 14px 32px;
    font-size: 1.125rem;
    min-width: 164px;
    transition: all .2s;
}

.e-cm-btn {
    border: 1px solid var(--gray-500);
    color: var(--gray-t700);
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 0.875rem;
    background: #fff;
}

.sh-btn > span {
    color: var(--gray-t700);
    white-space: nowrap;
    font-weight: 700;
}

.sh-btn > img {
    position: relative;
    top: -1px;
}

/* ��쾭�� */
.line-tab-wrap {
    display: flex;
    border-bottom: 2px solid var(--bk);
    margin-bottom: 32px;
}

.line-tab-wrap > .line-tab {
    width: 100%;
    border: 1px solid var(--gray-500);
    height: 60px;
    padding: 10px;
    border-bottom: none;
    border-left: none;
    position: relative;
}

.line-tab-wrap > .line-tab > span {
    font-size: 1.125rem;
    color: var(--gray-t600);
    font-weight: 700;
}

.line-tab-wrap > .line-tab.on {
    border-color: var(--bk);
    z-index: 1;
    border-width: 2px;
    border-left: 2px solid var(--bk);
}

.line-tab-wrap > .line-tab.on > span {
    color: var(--bk);
}

.line-tab-wrap > .line-tab.on:after {
    content: "";
    background-color: #fff;
    position: absolute;
    bottom: -2px;
    top: unset;
    height: 2px;
    right: 0px;
    left: 0px;
}

.label-tab-wrap {
    display: flex;
    justify-content: flex-start;
    gap: 8px;
}

.label-tab-wrap .label-tab {
    padding: 10px 24px;
    border-radius: 100px;
    border: 1px solid var(--gray-t500);
    transition: all .2s;
    color: var(--gray-t500);
}

.label-tab-wrap .label-tab.on {
    background: var(--bk);
    border-color: var(--bk);
    color: #fff;
}

.label-tab-con {
    display: none;
    margin-top: 24px;
}

.line-tab-con {
    display: none;
}

.label-tab-con.open {
    display: block;
}

.line-tab-con.open {
    display: block;
}

/* 踰꾪듉 �� */


/* 紐⑤떖李� */
.modal-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    z-index: 9999;
    visibility: hidden;
    transition: all .3s ease;
    display: flex;
    align-items: center;
}

.modal-bg.open {
    opacity: 1;
    visibility: inherit;
}

.modal-position {
    margin: auto;
    width: 100%;
}

.modal-wrap {
    width: 100%;
    transform: scale(0.6);
    background: #fff;
    border-radius: 12px;
    opacity: 0;
    transition: transform 0.3s ease, opacity 0.2s ease;
    padding: 32px;
}

.modal-bg.open .modal-wrap {
    transform: scale(1);
    opacity: 1;

}

.modal-1024 {
    max-width: 1024px;
}

.modal-640 {
    max-width: 640px;
}

.modal-460 {
    max-width: 460px;
}

.modal-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 24px;
}

.modal-head > strong {
    font-weight: 700;
    font-size: 1.25rem;
}

.modal-body {
    max-height: 70vh;
    overflow: auto;
}

.modal-body .inner-mbox {
    background: var(--gray-300);
    border: 1px solid var(--gray-400);
    padding: 24px;
    font-weight: 400;
}

.inner-mbox > p {
    font-weight: 400;
}

.dot-txt {
    position: relative;
    padding-left: 10px;
    color: var(--gray-t600);
}

.dot-txt::before {
    content: "";
    display: block;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: var(--gray-t600);
    position: absolute;
    top: 10px;
    left: 0;
}

.md-txt-list > li {
    margin-top: 24px;
}

.md-txt-list > li .md-txt-bd {
    font-weight: 700;
    margin-bottom: 12px;
}

.md-txt-list > li .dummy-txt > span {
    margin-bottom: 16px;
    color: var(--gray-t700);
}

.md-txt-list > li .dummy-txt > span:last-child {
    margin-bottom: 0;
}

.modal-btn-wrap {
    display: flex;
    justify-content: center;
    margin-top: 24px;
    gap: 8px;
}

.modal-btn-wrap > button {
    padding: 14px 24px;
    min-width: 200px;
    font-size: 1.125rem;
}

.modal-bg .hori-tb tr > td {
    padding: 8px 12px;
}

.modal-bg input[type="text"],
.modal-bg select {
    padding: 12px 16px;
}

.modal-bg select {
    background-position: right 16px center;
}

.scroll-tb-wrap {
    position: relative;
    overflow: hidden;
}

.scroll-stk {
    width: 100%;
    overflow-x: scroll;
}

.scroll-stk .count-box {
    justify-content: center;
}

.scroll-stk::-webkit-scrollbar {
    display: none;
}

.scroll-tb-wrap .hori-tb {
    border-collapse: separate;
    border-spacing: 0;
    margin-left: -1px;
    table-layout: auto;
    overflow: auto;
}

.scroll-tb-wrap .hori-tb .th-sticky {
    min-width: 200px;
    max-width: 200px;
    position: sticky;
    position: -webkit-sticky;
    white-space: nowrap;
    left: 0;
    z-index: 3;
}

.scroll-tb-wrap .hori-tb .th-sticky1,
.scroll-tb-wrap .hori-tb .th-sticky2{
    position: sticky;
    position: -webkit-sticky;
    white-space: nowrap;
    left: 0;
    z-index: 3;
    min-width: 100px;
    max-width: 100px;
}
.scroll-tb-wrap .hori-tb .th-sticky2{
    left: 100px;
    z-index: 3;
}
.scroll-tb-wrap .hori-tb .th-sticky3{
    left: 200px;
    z-index: 3;
}

.th-sticky.active {
    border-right: 0 !important;
}

.th-sticky.active::after {
    content: "";
    position: absolute;
    right: -20px;
    top: 0;
    width: 20px;
    height: 100%;
    display: block;
    background: linear-gradient(90deg, rgba(0, 0, 0, .04), transparent);
}

.scroll-tb-wrap .total-tr > th,
.scroll-tb-wrap .total-tr > td {
    background-color: var(--gray-400);
}

.tb-scl-btn {
    display: flex;
    justify-content: flex-end;
    gap: 4px;
    padding: 24px 0 8px;
}

.tb-scl-btn > button {
    width: 32px;
    height: 32px;
    background: var(--gray-400);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tb-scl-btn > button.off img {
    opacity: 0.2;
}

.tb-scl-btn > button.prev img {
    transform: rotate(180deg);
}

.calculation-box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 16px;
    padding: 16px 0;
    background: var(--gray-300);
    gap: 32px;
}

.calculation-box .clct-data > .tit {
    font-size: 0.875rem;
    color: var(--gray-t600);
    margin-bottom: 4px;
}

.calculation-box .clct-data > span {
    font-size: 1.25rem;
    font-weight: 700;
}

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

.area-change {
    display: flex;
}

.area-change > button {
    font-size: 0;
    line-height: 0;
    text-indent: -250%;
    width: 32px;
    height: 32px;
    overflow: hidden;
    border: 1px solid var(--gray-400);
    cursor: pointer;
}

.area-change > button.up {
    background: url(../images/icon/plus.svg) no-repeat;
    background-size: 10px 10px;
    background-position: center;
    background-color: #fff;
    border-radius: 0 0.3125rem 0.3125rem 0;
}

.area-change > button.down {
    background: url(../images/icon/minus.svg) no-repeat;
    background-size: 10px 10px;
    background-position: center;
    background-color: #fff;
    border-radius: 0.3125rem 0 0 0.3125rem;
}

/* 紐⑤떖李� 醫낅즺 */
/* �앹뾽李� */
.popup {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    z-index: 9999;
    visibility: hidden;
    transition: all .3s ease;
    display: flex;
    align-items: center;
}

.popup.open {
    opacity: 1;
    visibility: inherit;
}

.pop-position {
    margin: auto;
}

.pop-wrap {
    width: 100%;
    transform: scale(0.6);
    background: #fff;
    border-radius: 12px;
    opacity: 0;
    transition: transform 0.3s ease, opacity 0.2s ease;
    padding: 32px;
    width: 420px;
}

.popup.open .pop-wrap {
    transform: scale(1);
    opacity: 1;
}

.pop-body {
    text-align: center;
}

.pop-body > img {
    margin-bottom: 20px;
}

.pop-btn-wrap {
    margin-top: 24px;
    display: flex;
    justify-content: center;
    gap: 8px;
}

.pop-btn-wrap > button {
    height: 40px;
    padding: 0 24px;
    border-radius: 4px;
}

#regist-pop .pop-btn-wrap > button {
    min-width: 120px;
}

.pop-head {
    text-align: right;
    padding-bottom: 24px;
}

/* �뚯씠釉� */
.mo-scroll-tb,
.hori-table {
    overflow-x: auto;
}

.hori-tb {
    border-top: 1px solid var(--bk);
    min-width: 700px;
}

.hori-tb tr > th {
    background: var(--gray-300);
    border-bottom: 1px solid var(--gray-500);
    height: 64px;
    width: 200px;
}

.hori-tb tr > td {
    padding: 8px 24px;
    border-bottom: 1px solid var(--gray-500);
}

.tb-flex {
    display: flex;
    gap: 12px;
    align-items: center;
}

.respon-flex {
    display: flex;
    gap: 12px;
    align-items: center;
    flex-wrap: wrap;
}

.line-table {
    border-top: 1px solid var(--bk);
}

.line-table > .inr {
    padding: 20px 32px;
    border-bottom: 1px solid var(--gray-400);
    display: flex;
    align-items: center;
}

.bs-tb-wrap {
    margin-top: 16px;
}

.basic-table {
    border-top: 1px solid var(--bk);
}

.basic-table thead > tr {
    background: var(--gray-300);

}

.basic-table tr {
    border-bottom: 1px solid var(--gray-500);
}

.basic-table tr th {
    color: var(--gray-t700);
}

.basic-table tr th,
.basic-table tr td {
    padding: 12px 0;
    text-align: center;
    height: 56px;
}

.basic-table tr td.left-t {
    text-align: left;
}

.caps {
    background: var(--gray-300);
    color: var(--gray-t800);
    padding: 4px 16px;
    margin: 0 auto;
    border-radius: 50px;
}

.caps.clear {
    background: #f7f2ff;
    color: var(--p-color);
}

.caps.fail {
    color: var(--red);
    background: #fff4f4;
}

.basic-table .tb-no-data {
    height: 120px;
}

.detail-con {
    margin-top: 16px;
    border-top: 1px solid var(--bk);
}

.detail-con .detail-title {
    background: var(--gray-300);
    padding: 24px 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.detail-con .detail-title > dt {
    font-size: 1.25rem;
    font-weight: 600;
}

.detail-con .detail-title > dd {
    color: var(--gray-t600);
}

.detail-con .detail-body {
    padding: 32px 32px 64px;
    border-top: 1px solid var(--gray-500);
    border-bottom: 1px solid var(--gray-500);
}

.detail-con .detail-bottom > .np-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid var(--gray-500);
    padding: 20px 32px;
    cursor: pointer;
}

.detail-bottom > .np-btn .inr-dep {
    display: flex;
    align-items: center;
    gap: 40px;
}

.detail-bottom > .np-btn .inr-dep .cpas {
    background: var(--gray-300);
    color: var(--gray-t700);
    padding: 4px 24px;
    width: 92px;
    text-align: center;
    margin: 0 auto;
    border-radius: 50px;
}

.line-tb {
    min-width: 768px;
}

.line-tb tr > th,
.line-tb tr > td {
    border-right: 1px solid var(--gray-500);
}

.line-tb tr > th:last-child,
.line-tb tr > td:last-child {
    border-right: none;
}

.tir-btn-wrap {
    display: flex;
    gap: 8px;
    justify-content: center;
}

.t-br {
    border-right: 1px solid var(--gray-500) !important;
}

.tb-sub-tit {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 12px;
}

.tb-bottom {
    position: relative;
    display: flex;
    justify-content: flex-end;
    margin-top: 16px;
}

.coex-pagination {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    padding: 32px 0;
    gap: 4px;
}

.coex-pagination > li {
    width: 40px;
    height: 40px;
}

.coex-pagination > li button {
    position: relative;
    width: 100%;
    height: 100%;
}

.coex-pagination > li button:hover {
    background: var(--gray-300);
}

.coex-pagination > li button.on {
    background: var(--bk);
    color: #fff;
}

.coex-pagination > li .page-aw::before {
    position: absolute;
    width: 20px;
    height: 20px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.coex-pagination > li .page-prev2::before {
    content: "";
    background: url(../images/icon/page-prev-aw2.svg) repeat;
}

.coex-pagination > li .page-prev::before {
    content: "";
    background: url(../images/icon/page-prev-aw.svg) repeat;
}

.coex-pagination > li .page-next2::before {
    content: "";
    background: url(../images/icon/page-next-aw2.svg) repeat;
}

.coex-pagination > li .page-next::before {
    content: "";
    background: url(../images/icon/page-next-aw.svg) repeat;
}

/* �뚯씠釉� 醫낅즺 */

/* �щ젰而ㅼ뒪�� */
.custom-date {
    position: relative;
    background: url(../images/icon/calendar.svg) no-repeat;
    background-size: 20px 20px;
    background-position: right 10px center;
    background-color: #fff;
}

.flatpickr-calendar {
    width: auto !important;
}

.flatpickr-months {
    background: var(--gray-400);
    height: 44px;
}

.flatpickr-months .flatpickr-current-month {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse;
    height: 44px;
    padding: 0;
}

.flatpickr-calendar .flatpickr-months .flatpickr-prev-month,
.flatpickr-calendar .flatpickr-months .flatpickr-next-month {
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.flatpickr-current-month span.cur-month:hover {
    background: transparent !important;
}

.flatpickr-calendar span.flatpickr-weekday {
    height: 44px;
    width: 44px;
    line-height: 44px;
}

.flatpickr-calendar .flatpickr-weekdays {
    padding: 0 10px;
    height: auto;
    border-bottom: 1px solid var(--gray-400);
}

.flatpickr-calendar .flatpickr-days {
    padding: 10px;
    width: 100%;
}

.flatpickr-calendar .flatpickr-day {
    font-size: 14px;
    border-radius: 0;
    width: 36px;
    height: 36px;
    line-height: 36px;
}

.flatpickr-calendar .flatpickr-day.today {
    border: transparent;
    background: var(--bk);
    color: #fff;
}

.flatpickr-day.selected, .flatpickr-day.startRange,
.flatpickr-day.endRange, .flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus, .flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus, .flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
    background: var(--p-color) !important;
    border: transparent !important;
}

.flatpickr-current-month input.cur-year {
    font-weight: 700 !important;
}

.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
    display: none !important;
}

.flatpickr-calendar .flatpickr-prev-month::after {
    content: "";
    background: url(../images/icon/select-aw.svg) no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    transform: rotate(90deg);
    opacity: 0.6;
}

.flatpickr-calendar .flatpickr-next-month::after {
    content: "";
    background: url(../images/icon/select-aw.svg) no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    transform: rotate(-90deg);
    opacity: 0.6;
}


.datepicker-header {
    background: var(--gray-400);
    height: 44px;
}

.datepicker-picker .datepicker-controls .button {
    background: transparent;
}

.datepicker span {
    text-align: center !important;
    margin: 0 !important;
    font-size: 14px !important;
}

.datepicker .dow {
    height: auto !important;
    padding: 10px 0;
}

.datepicker-main {
    padding: 0 8px !important;
    position: relative;
}

.datepicker-main:after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    background: var(--gray-400);
    top: 40px;
    left: 0;
}

.datepicker-grid {
    padding: 8px 0;
}

.datepicker-cell.next:not(.disabled), .datepicker-cell.prev:not(.disabled) {
    color: var(--gray-t500) !important;
}

.datepicker .datepicker-cell.selected, .datepicker-cell.selected:hover {
    background: var(--p-color) !important;
    color: #fff !important;
}



.cat-wrap {
    position: relative;
    margin: 20px 0 24px;
}

.cat-tab-list {
    display: flex;
    justify-content: center;
    gap: 8px;
    width: 100%;
    overflow-x: auto;
    padding-bottom: 20px;
}

.cat-tab-list .cat-tab-btn {
    padding: 10px 24px;
    border-radius: 100px;
    border: 1px solid var(--gray-t500);
    transition: all .2s;
    white-space: nowrap;
}

.cat-tab-btn:hover {
    border: 1px solid var(--bk);
}

.cat-tab-btn > span {
    font-weight: 500;
    color: var(--gray-t500);
}

.cat-tab-btn:hover > span {
    color: var(--bk);
}

.cat-tab-list .cat-tab-btn.on {
    border: 1px solid transparent;
    background: var(--bk);
}

.cat-tab-btn.on > span {
    color: #fff;
    font-weight: 400;
}

/* �곹뭹 由ъ뒪�� */
.prd-list-table {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 32px;
    row-gap: 64px;
    margin-top: 24px;
}

.prd-list-table .item .pd-img {
    max-width: 364px;
    max-height: 364px;
        height: 364px;
    overflow: hidden;
    position: relative;
}

.prd-list-table .pd-img > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.prd-list-table .pds-t-wrap {
    margin-top: 24px;
}

.prd-list-table .pds-t-wrap > .pd-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: keep-all;
    margin-bottom: 16px;
    height:68px;
}

.prd-list-table .pds-t-wrap > .pd-price {
    color: var(--gray-t600);
}

.prd-list-table .pds-t-wrap > p {
    font-size: 1.5rem;
    font-weight: 700;
}

.no-result {
    text-align: center;
    margin-top: 24px;
    padding: 32px 0;
    min-height: 400px;
    display: none;
}

.no-result > span {
    color: var(--gray-t500);
    font-weight: 400;
    margin-top: 8px;
}

@media (max-width: 1024px) {
    .cat-tab-list {
        justify-content: flex-start;
    }

    .prd-list-table {
        grid-template-columns: repeat(3, 1fr);
    }

    .prd-list-table .pds-t-wrap {
        margin-top: 12px;
    }

        .prd-list-table .item .pd-img{ /* 20250901 異붽� */
        max-width: 304px;
        max-height: 304px;
        height:304px;
        }
}

@media (max-width: 768px) {
    input[type="checkbox"] + label::before {
        vertical-align: -4px;
    }

    select {
        padding: 10px !important;
        background-position: right 6px center;
    }

    /* �쒕툕 */
    .hori-tb tr > th {
        width: 120px !important;
    }

    .scroll-tb-wrap .hori-tb .th-sticky {
        min-width: 120px;
        max-width: 120px;
    }

    .con-btn-wrap > .cbw-inr {
        width: 100%;
        gap: 12px;
    }

    .con-btn-wrap {
        flex-direction: column-reverse;
        gap: 12px;
    }

    .con-btn-wrap button {
        min-width: auto;
        width: 100%;
    }

    .coex-pagination {
        display: none;
    }

    .prd-list-table {
        grid-template-columns: repeat(2, 1fr) !important;
        column-gap: 16px !important;
        row-gap: 40px !important;
    }

    .prd-list-table .pds-t-wrap > .pd-name {
        margin-bottom: 8px;
    }

    .prd-list-table .pds-t-wrap > p {
        font-size: 1.25rem;
    }

    .line-tab-wrap {
        border-bottom: 1px solid var(--gray-500);
        overflow-x: auto;
    }

    .line-tab-wrap > .line-tab {
        border: none;
    }

    .line-tab-wrap > .line-tab.on {
        border: none;
    }

    .line-tab-wrap > .line-tab.on > span {
        color: var(--p-color);
    }

    .line-tab-wrap > .line-tab.on:after {
        background-color: var(--p-color);
        bottom: 0;
    }

    .tb-bottom {
        justify-content: center;
    }

    /* 紐⑤떖 */
    .modal-bg {
        align-items: flex-end;
    }

    .modal-bg .modal-position {
        max-width: 100%;
        margin: 0;
        height: calc(100% - 80px);
        position: relative;
    }

    .modal-wrap {
        border-radius: 12px 12px 0 0;
        padding: 32px 20px;
        transform: translateY(100%) scale(1);
        opacity: 1;
        position: absolute;
        bottom: 0;
        transition: transform .5s ease;
    }

    .modal-bg.open .modal-wrap {
        transform: translateY(0);
    }

    .modal-btn-wrap > button {
        min-width: auto;
        width: 100%;
    }

    .modal-body {
        max-height: 60vh;
    }

    .modal-body .inner-mbox {
        padding: 16px;
    }

    .calculation-box {
        flex-direction: column;
        padding: 16px;
        gap: 8px;
    }

    .calculation-box .times,
    .calculation-box .equals {
        display: none;
    }

    .calculation-box > div {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    .calculation-box .clct-data > .tit {
        font-size: 1rem;
    }

    .calculation-box .clct-data > span {
        font-weight: 400;
        font-size: 16px;
    }

    .calculation-box .clct-data > span.p-color {
        font-weight: 700;
        font-size: 18px;
    }

    .hori-tb tr > td {
        padding: 8px 16px;
    }

    .pop-position {
        padding: 0 12px;
    }

    .pop-wrap {
        width: auto;
        padding: 32px 20px;
    }

    .prd-list-table .item .pd-img{ /* 20250901 異붽� */
        max-width: 364px;
        max-height: 364px;
        height:364px;
    }

    @media (max-width:425px) {
        /* 20250901 異붽� */
        .prd-list-table .item .pd-img {
            max-width: 170px;
            max-height: 170px;
            height: 170px;
        }
    }
}