@charset "utf-8";

:root {
    /* --bs-font-sans-serif: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; */
    --bs-font-sans-serif: 'SUIT', 'sans-serif';
    /* --bs-font-sans-serif : 'Spoqa Han Sans Neo', 'sans-serif'; */
    --bs-body-font-size: 0.875rem;

    --bs-danger-rgb: 255, 113, 105;
    --bs-danger: #ff7169;
    --bs-red: #ff7169;

    --bs-primary-rgb: 73, 108, 239;
    --bs-primary: #496cef;
    --bs-blue: #496cef;

    --bs-info-rgb: 81, 193, 190;
    --bs-info: #51c1be;

    --bs-success-rgb: 25, 135, 84;
    --bs-success: #198754;
    --bs-green: #198754;

    --bs-warning-rgb: 215, 154, 36;
    --bs-warning: #fb9a24;
    --bs-orange: #fb9a24;
    --bs-yellow: #fb9a24;
}

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

.btn-primary {
    color: #fff;
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}

.btn-primary:hover {
    color: #fff;
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}

.btn-danger {
    color: #fff;
    background-color: var(--bs-danger);
    border-color: var(--bs-danger);
}

.btn-danger:hover {
    color: #fff;
    background-color: var(--bs-danger);
    border-color: var(--bs-danger);
}

.btn-info {
    color: #fff;
    background-color: var(--bs-info);
    border-color: var(--bs-info);
}

.btn-info:hover {
    color: #fff;
    background-color: var(--bs-info);
    border-color: var(--bs-info);
}

.btn-outline-info {
    color: var(--bs-info);
    border-color: var(--bs-info);
}

.btn-warning {
    color: #fff;
    background-color: var(--bs-warning);
    border-color: var(--bs-warning);
}

.btn-warning:hover {
    color: #fff;
    background-color: var(--bs-warning);
    border-color: var(--bs-warning);
}

.btn-check:active + .btn-warning,
.btn-check:checked + .btn-warning,
.btn-warning.active,
.btn-warning:active,
.show > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: var(--bs-warning);
    border-color: var(--bs-warning);
}

.btn-check:focus + .btn-warning,
.btn-warning:focus {
    color: #fff;
    background-color: var(--bs-warning);
    border-color: var(--bs-warning);
    box-shadow: 0 0 0 0.25rem rgb(var(--bs-warning-rgb) / 50%);
}

.border-warning {
    border-color: var(--bs-warning) !important;
}

/* [ S ] Reboot a tag underline remove */

.bg-surface-secondary {
    background-color: #f5f9fc !important;
}

a {
    color: #000;
    text-decoration: none !important;
}

a:hover {
    color: unset;
}

ul {
    list-style-type: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.ratio {
    overflow: hidden;
}

.ratio > * {
    height: auto;
}

.form-control:focus {
    color: initial;
    background-color: #fff;
    border-color: initial;
    outline: #000;
    box-shadow: initial;
}
.form-select:focus {
    border-color: initial;
    outline: #000;
    box-shadow: initial;
}
.form-check-input:focus {
    border-color: rgba(0, 0, 0, 0.25);
    outline: #000;
    box-shadow: initial;
}

.collapsing {
    -webkit-transition: none;
    transition: none;
    display: none;
}

.accordion-button:not(.collapsed) {
    color: initial;
    background-color: initial;
    box-shadow: initial;
    /* border-top: 1px solid #dee2e6!important; */
    border-bottom: 1px solid #dee2e6 !important;
}

.accordion-collapse {
    border-bottom: 1px solid #dee2e6 !important;
}

.accordion {
    /* border-radius: .75rem; */
    box-shadow: 0 3px 3px -1px rgb(10 22 70 / 10%), 0 0 1px 0 rgb(10 22 70 / 6%);
    /* border-bottom: 2px solid #a1a1a1!important; */
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border: 0 !important;
}

.accordion-button {
}

.accordion-button:focus {
    outline: none;
    background: transparent;
    border-color: transparent;
    box-shadow: none;
}

.accordion-button.collapsed {
    /* background: rgba(0,0,0,1%);
    border-bottom: 1px solid; */
}

.accordion-item {
    /* border: 1px solid #dee2e6; */
}

.accordion-button.arrow-none:after {
    display: none;
}

.option_contents .list-group-item {
    cursor: pointer;
}
/* [ E ] Reboot a tag underline remove */

/* [ S ] bootstrap add style */
.mb-6 {
    margin-bottom: 3.5rem;
}
.mb-7 {
    margin-bottom: 4rem;
}
.mb-8 {
    margin-bottom: 4.5rem;
}
.mb-9 {
    margin-bottom: 5rem;
}

.mb-10 {
    margin-bottom: 10px;
}

.g-6,
.gy-6 {
    --bs-gutter-y: 3.5rem;
}

.g-6,
.gx-6 {
    --bs-gutter-x: 3.5rem;
}

.g-7,
.gy-7 {
    --bs-gutter-y: 4rem;
}

.g-7,
.gx-7 {
    --bs-gutter-x: 4rem;
}

.h44 {
    height: 44px;
}

.h40 {
    height: 40px;
}
/* [ E ] bootstrap add style */

/* [ S ] common */
.web_width {
    width: 1140px;
}

.front_width {
    overflow: hidden;
    width: 1140px;
}

.snb_with {
    display: flex;
}

.snb_with .left_snb {
    width: 220px;
    flex-basis: 220px;
    flex-shrink: 0;
    padding: 40px 0;
}

.snb_with .left_snb a.active {
    color: var(--bs-danger);
}

.snb_with .right_contents {
    flex-grow: 1;
    flex-shrink: 1;
    /* flex-basis: 920px;
    width: 920px; */
}

@media (max-width: 768px) {
    .snb_with {
        display: block;
    }
    .snb_with .left_snb {
        width: auto;
    }
}

@media (max-width: 768px) {
    a {
        color: #888;
        text-decoration: none !important;
    }
}

.pointer {
    cursor: pointer;
}
.won:after {
    content: '원'; /* font-size: 70%; */
}
.pct:after {
    content: '%'; /* font-size: 70%; */
}
.ea:after {
    content: '개'; /* font-size: 70%; */
}
.pot:after {
    content: 'P'; /* font-size: 70%; */
}
.fs-70p {
    font-size: 70%;
}
/* [ E ] common */

/* [ S ] web main */
.web-area {
    margin-bottom: 140px;
}

#W_TOP_BANNER.web-area,
#W_TOP_MENU.web-area,
#W_GNB.web-area,
#W_FOOTER.web-area {
    margin-bottom: 0;
}

#W_MAIN_BANNER.web-area,
#W_MAIN_BUTTON.web-area {
    margin-bottom: 80px;
}

#W_JANG.web-area {
    margin-bottom: 70px;
}

.main_title {
    text-align: center;
    font-size: 1.88rem;
    font-weight: bold;
    margin-top: 1.88rem;
    margin-bottom: 40px;
}

.main_title .main_sub_title {
    text-align: center;
    font-size: 1.12rem;
    font-weight: normal;
    color: #888888;
}

/* // 마이페이지 처럼 SNB가 있는 경우 */
.right_contents .main_title {
    text-align: left;
    font-size: 1.58rem;
    font-weight: bold;
    margin-top: 2.4rem;
    margin-bottom: 40px;
}

.side_wrap {
    position: absolute;
    bottom: 150px;
    right: 0;
    left: 53%;
    width: 100px;
    margin: 0 0 0 600px;
    white-space: nowrap;
}

.document_up_down {
    position: fixed;
}

.document_up_down a {
    font-size: 1.35rem;
    color: #999;
    display: block;
    width: 40px;
    height: 40px;
    border: 1px solid #999;
}
/* [ E ] web main */

/* [ S ] mobile main */

/* 모바일 */
@media (max-width: 768px) {
    .front_width {
        width: 100%;
    }

    .main_title {
        text-align: left;
        font-size: 1.25rem;
        margin: 1.75rem 1rem;
    }

    .main_title .main_sub_title {
        text-align: left;
        font-size: 0.85rem;
    }

    .pass_box {
        display: none;
    }
}

.mobile-area {
    margin-bottom: 60px;
    padding-right: 1rem;
    padding-left: 1rem;
}

#M_MAIN_BANNER.mobile-area,
#M_MAIN_BUTTON.mobile-area,
#M_NOTICE.mobile-area {
    margin-bottom: 20px;
}

#M_DDY.mobile-area {
    margin-bottom: 40px;
}

#M_POPUP.mobile-area,
#M_TOP_BANNER.mobile-area,
#M_TOP.mobile-area,
#M_LEFT_MENU.mobile-area,
#M_GNB.mobile-area,
#M_FOOTER.mobile-area {
    margin-bottom: 0;
    padding-right: 0;
    padding-left: 0;
}

.main_title_mobile {
    text-align: left;
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 20px;
}

.main_title_mobile .main_sub_title_mobile {
    text-align: left;
    font-size: var(--bs-body-font-size);
    font-weight: normal;
    color: #888888;
    display: flex;
    justify-content: space-between;
    margin-top: 2px;
}

.main_title_mobile .main_sub_title_mobile div:last-child {
    color: #444;
}
/* [ E ] mobile main */

/*************** 관리자 콘솔 쪽 ***************/

.notice-box {
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 15px 20px;
    border-bottom: 1px solid;
    border-top: 1px solid;
    background: #fff;
    font-size: 0.9rem;
}

.notice-box ul {
    text-align: left;
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

.notice-box ul li {
    position: relative;
    font-weight: 400;
    line-height: 1;
    padding-left: 15px;
    color: #69707a;
    margin-bottom: 0.5rem;
}
.notice-box ul li:last-child {
  margin-bottom: 0;
}

.notice-box ul li:before {
    display: block;
    content: '';
    position: absolute;
    top: 0.3rem;
    left: 0;
    width: 3px;
    height: 3px;
    background: #777d91;
}

/* [ S ] form table */

.form-table {
    /* border-top: 1px solid #333; */
}

.form-table p {
  margin: 0px !important;
}

.form-table table {
    background-color: #fff;
}

.form-table th {
    background-color: #f4f4f4;
    min-height: 48px;
    height: 48px;
    color: #222;
    padding-left: 20px;
    width: 13%;
}

.form-table td {
    width: 37%;
    padding: 0.5rem 0.75rem;
}

.form-table td[colspan='3'],
.form-table td[colspan='5'] {
    width: 87%;
}

.form-table .table_cols-6 th {
    width: 10% !important;
}

.form-table .table_cols-6 td {
    width: 23% !important;
}

.form-table .table_cols-auto th {
    padding: 0.5rem 0.5rem;
    text-align: center;
}

.form-table .table_cols-auto th,
.form-table .table_cols-auto td {
    width: auto;
    height: auto;
}

/* 모달 보통사이즈 일때 */
.modal-dialog .form-table th {
    background-color: #f4f4f4;
    min-height: 48px;
    height: 48px;
    color: #222;
    padding-left: 20px;
    width: 26%;
    text-align: center;
}

.modal-dialog .form-table td {
    width: 24.66%;
    padding: 0.5rem 0.75rem;
}

.modal-dialog .form-table td[colspan='3'] {
    width: 74%;
}

.form-table .form-select {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    width: auto;
    min-width: auto;
}

.form-table .form-check-input:checked {
    background-color: #000;
    border-color: #000;
}

table .must {
    display: inline-block;
    position: relative;
}

table .must:before {
    width: 4px;
    height: 4px;
    background-color: #fb9a24;
    content: '';
    left: -10px;
    position: absolute;
    top: 8px;
}

.form-hint {
    color: #6c757d;
    font-size: 0.875em;
    margin-top: 0.5rem;
}

/* [ E ] form table */

/* [ S ] basic_list */
table tr.header_sort th {
    cursor: pointer;
    text-align: center;
}
table tr.header_sort th.ASC:after {
    content: '▲';
    margin-left: 3px;
}
table tr.header_sort th.DESC:after {
    content: '▼';
    margin-left: 3px;
}
/* [ E ] basic_list */

td .bi-plus-circle {
    position: absolute;
    left: 10px;
    color: blue;
}

td .bi-dash-circle {
    position: absolute;
    left: 10px;
    color: red;
}

.sorting_area .button_sorting.on {
    color: #f43142;
}

.col_table {
}

.col_table .col_table_th {
    text-align: center;
    align-items: center;
    border-bottom: 1px solid #000;
    font-weight: bold;
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.col_table .col_table_th [class*='col-'] {
    border-right: 1px solid #e0e0e0;
    padding: 7px 0px;
}

.col_table .col_table_th [class*='col-']:last-child {
    border-right: 0;
}

.col_table .col_table_td {
    align-self: stretch;
    border-bottom: 1px solid #e0e0e0;
}

.hover-light:hover {
    background-color: #f1f1f1 !important;
}

.col_table .col_table_td [class*='col-'] {
    border-right: 1px solid #e0e0e0;
    padding: 7px 8px;
    justify-content: center;
    display: flex;
    align-items: center;
}

.col_table .col_table_td [class*='col-']:last-child {
    border-right: 0;
}

.list-group-item.selected {
    background-color: #f9c7c8;
    border: solid red 1px !important;
    z-index: 1 !important;
}

.col_table .col_table_td.selected {
    background-color: #f9c7c8;
    border: solid red 1px !important;
    z-index: 1 !important;
}

.text-xs {
    font-size: 0.75rem !important;
}

.dropdown-menu {
    background-color: #fff;
    border: 1px solid #f0f2f6;
    border-radius: 0.75rem;
    box-shadow: 0 16px 16px -1px rgb(10 22 70 / 10%), 0 0 1px 0 rgb(10 22 70 / 6%);
    color: #525f7f;
    min-width: 12rem;
}

.dropdown-menu[data-bs-popper] {
    margin-top: 0.625rem;
}

.bi-custom-pick::before {
    content: '\f18a';
}

.form-checkbox-custom {
}

.form-checkbox-custom .form-check-label {
    line-height: 1;
}

.form-checkbox-custom .form-check {
    min-height: auto;
    margin-bottom: auto;
}

.form-checkbox-custom .form-check-input[type='checkbox'] {
    border-radius: unset;
    width: 1.3rem;
    height: 1.3rem;
    margin-top: 0;
    margin-right: 0.5rem;
}

.form-checkbox-custom .form-check-input:checked {
    background-color: var(--bs-warning);
    border-color: var(--bs-warning);
}

.form-checkbox-custom .form-check {
    min-height: auto;
    margin-bottom: auto;
}

.form-checkbox-custom .form-check-input[type='radio'] {
    width: 1.3rem;
    height: 1.3rem;
    margin-top: 0;
    margin-right: 0.5rem;
}

.input_non_style {
    position: relative;
    top: 0;
    -webkit-flex: 1;
    flex: 1;
    width: 100%;
    border: 0;
    background: transparent !important;
    font-size: 16px;
    font-weight: bold;
    color: #222;
    text-align: right;
    caret-color: var(--bs-warning);
    appearance: none;
}

.input_non_style_unit {
    align-self: center !important;
    cursor: pointer;
}

.input_non_style:focus {
    color: #222;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}

.collapse_arrow {
    display: flex;
    align-items: center;
    color: #212529;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}

/* https://yoksel.github.io/url-encoder/ */
.collapse_arrow:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2523212529'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
    transform: rotate(-180deg);
}

.collapse_arrow::after {
    flex-shrink: 0;
    width: 1rem;
    height: 1rem;
    margin-left: 5px;
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2523212529'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 1rem;
    transition: transform 0.2s ease-in-out;
}

.checkerboardborder.row {
    /* border-top: 1px solid #dee2e6;
    border-left: 1px solid #dee2e6; */
}

.checkerboardborder.row [class*='col-'] {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
    border-bottom: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
}

.checkerboardborder.row.checkerboardborder_topdown {
    border-top: 0;
}

.checkerboardborder.row.checkerboardborder_topdown [class*='col-'] {
    border-top: 1px solid #dee2e6;
    border-bottom: 0;
    border-right: 0;
}

.checkerboardborder.row.checkerboardborder_topdown .col-3:nth-child(n + 1):nth-child(-n + 4) {
    border-top: 0;
}

/* [ S ] 2단 */
.checkerboardborder .col-6 a {
    display: flex;
    align-items: center;
    padding: 0 1rem;
}

.checkerboardborder .col-6 .img_box {
    margin-bottom: 0;
    margin-right: 0.5rem;
}

.checkerboardborder .col-6 .img_box img {
    width: 1rem;
}

.checkerboardborder .col-6 .text_box {
    line-height: 1;
    font-size: 1rem;
    color: #000 !important;
}
/* [ E ] 2단 */

/* .bg_img_box {
    width: 50%;
}

.bg-main-category {
    width: 100%;
    padding-bottom: 100%;
    background: url(https://indend-resource.s3.ap-northeast-1.amazonaws.com/icon/main_category.png) no-repeat 0 0;
    background-size: 200px auto;
    margin-bottom: 0.5rem;
}

.bg-main-category-10183 { background-position: 0 0; }
.bg-main-category-10188 { background-position: -50px 0; }
.bg-main-category-10200 { background-position: -100px 0; }
.bg-main-category-10216 { background-position: -150px 0; }
.bg-main-category-10229 { background-position: 0 -50px; }
.bg-main-category-10240 { background-position: -50px -50px; }
.bg-main-category-10258 { background-position: -100px -50px; }
.bg-main-category-special { background-position: -150px -50px; } */

.justify_items_center {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.checkerboardborder .img_box {
    margin-bottom: 0.5rem;
}

.checkerboardborder .img_box img {
    width: 30%;
}

.checkerboardborder .text_box {
    text-align: center;
    font-size: 0.875em;
    color: #000 !important;
}

#offcanvas_terms ol ul {
    list-style-type: circle !important;
}

.col_table .header_sort > div {
    cursor: pointer;
}
.col_table .header_sort > div .ASC:after {
    content: '▲';
    margin-left: 3px;
}
.col_table .header_sort > div .DESC:after {
    content: '▼';
    margin-left: 3px;
}

.h-scroll {
    overflow-x: auto;
    white-space: nowrap;
    width: 100%;
}

.h-scroll table {
    table-layout: fixed;
    word-break: break-all;
}

.h-scroll th {
    vertical-align: middle;
}

.bd-callout {
    padding: 1.25rem;
    /* margin-top: 1.25rem; */
    /* margin-bottom: 1.25rem; */
    background-color: var(--bd-callout-bg, var(--bs-gray-100));
    border-left: 0.25rem solid var(--bd-callout-border, var(--bs-gray-300));
}
.bd-callout h4 {
    margin-bottom: 0.25rem;
}
.bd-callout > :last-child {
    margin-bottom: 0;
}
.bd-callout + .bd-callout {
    margin-top: -0.25rem;
}
.bd-callout .highlight {
    background-color: rgba(0, 0, 0, 0.05);
}
.bd-callout-info {
    --bd-callout-bg: rgba(var(--bs-info-rgb), 0.075);
    --bd-callout-border: rgba(var(--bs-info-rgb), 0.5);
}
.bd-callout-warning {
    --bd-callout-bg: rgba(var(--bs-warning-rgb), 0.075);
    --bd-callout-border: rgba(var(--bs-warning-rgb), 0.5);
}
.bd-callout-danger {
    --bd-callout-bg: rgba(var(--bs-danger-rgb), 0.075);
    --bd-callout-border: rgba(var(--bs-danger-rgb), 0.5);
}

.acc-callout {
    border-radius: 0 !important;
}

.acc-callout .accordion-item {
    border-radius: 0 !important;
}

.acc-callout .accordion-collapse {
    border-radius: 0 !important;
}

.acc-callout .accordion-button {
    border-radius: 0 !important;
}

.acc-callout .accordion-button {
    background-color: var(--bd-callout-bg, var(--bs-gray-100));
    border-left: 0.25rem solid var(--bd-callout-border, var(--bs-gray-300));
}

.acc-callout-info .accordion-button {
    --bd-callout-bg: rgba(var(--bs-info-rgb), 0.075);
    --bd-callout-border: rgba(var(--bs-info-rgb), 0.5);
}
.acc-callout-warning .accordion-button {
    --bd-callout-bg: rgba(var(--bs-warning-rgb), 0.075);
    --bd-callout-border: rgba(var(--bs-warning-rgb), 0.5);
}
.acc-callout-danger .accordion-button {
    --bd-callout-bg: rgba(var(--bs-danger-rgb), 0.075);
    --bd-callout-border: rgba(var(--bs-danger-rgb), 0.5);
}

.acc-callout .accordion-button.collapsed {
    --bd-callout-bg: rgba(var(--bs-secondary-rgb), 0.075);
    --bd-callout-border: rgba(var(--bs-secondary-rgb), 0.5);
}

table td {
    word-wrap: break-word !important;
    white-space: normal !important;
    word-break: break-word !important;
}

.bstreeview .list-group-item {
    display: flex;
    align-items: center;
}

.cate_list_group .list-group-item {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.cate_list_group .list-group-item:hover {
    background-color: #f1f1f1;
}

.cate_list_group .list-group-item a {
    color: unset;
}

.ratio div.ratio-center {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100% !important;
}

.table-scroll {
    position: relative;
    max-width: 1270px;
    margin: auto;
    border-right: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    overflow-x: auto;
    white-space: nowrap;
    width: 100%;
}

.table-scroll .table > :not(caption) > * > * {
    padding: 0.5rem 1rem;
}

.table-scroll table {
    width: 100%;
    margin: auto;
    border-collapse: separate;
    border-spacing: -1px;
}
.table-scroll th,
.table-scroll td {
    border-top: 1px solid #dee2e6;
    border-left: 1px solid #dee2e6;
    border-bottom-width: 0 !important;
    white-space: nowrap !important;
}

.table-scroll thead {
    position: sticky;
    top: 0;
    z-index: 2;
}
.table-scroll th.fixed-col {
    position: sticky;
    left: 0;
    background: #f8f9fa;
    z-index: 2;
}
.table-scroll td.fixed-col {
    position: sticky;
    left: 0;
    background: #fff;
    z-index: 2;
}
.table-scroll .text-end {
    padding-left: 3rem !important;
}

.fixed-col-end {
    border-right: 1px solid #a9a9a9;
}

.row_checked {
    background-color: #ffcc;
}

/* .clone thead, .clone tfoot{background:transparent;} */

.accordion-nonestyle .accordion-button {
    padding: 0;
    font-weight: 600;
    border-bottom: 0 !important;
    background-color: transparent;
}

.accordion-nonestyle .accordion-collapse {
    border-bottom: 0 !important;
}

.accordion-nonestyle .accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: 0.5rem;
    content: '';
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform 0.2s ease-in-out;
}

.accordion-nonestyle .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-90deg);
}

.guest_price {
    font-size: 1.2rem;
    font-weight: 500;
}

.main_swiper_tab {
    padding-bottom: 30px;
}

.main_swiper_tab .swiper-tab {
    width: 100%;
    background: #f9f9f9;
    margin-top: 20px;
    padding: 0px 15px;
}

.main_swiper_tab .swiper-tab .swiper-pagination-bullets {
    display: flex;
    position: initial;
}

.main_swiper_tab .swiper-tab .swiper-pagination-bullet {
    padding: 3px 17px;
    margin: 10px 0 !important;
    width: auto;
    height: auto;
    text-align: center;
    font-size: 14px;
    opacity: 1;
    background: transparent;
}

.main_swiper_tab .swiper-tab .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border-radius: 100px;
    background-color: #51cdc9;
    color: #fff;
}

.dan3_list .item_box .text_area .price_box .sale_percent {
    letter-spacing: -1.2px;
    margin-right: 0px;
}

.dan3_list .item_box .text_area .price_box .sale_percent:after {
    margin-right: 0px;
}

.dan3_list .item_box .text_area .price_box .price {
    letter-spacing: -1.2px;
    margin-right: 0px;
}

.main_rangking .ranking {
    font-family: Roboto;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.17;
    letter-spacing: -0.54px;
    text-align: left;
    color: #888888;
    margin-bottom: 8px;
}

.main_rangking .ranking.big3 {
    color: #ff7169;
}

.w-70 {
    width: 70% !important;
}

.web_side_wrap {
    position: fixed;
    bottom: 150px;
    left: 50%;
    width: 90px;
    margin-left: calc(50vw - 110px);
    white-space: nowrap;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    z-index: 1;
}

.fs-11 {
    font-size: 11px;
}

.fs-14 {
    font-size: 14px;
}

.tooltip2 { position: relative; display: inline-block; }
.tooltip2 .tooltip-content {
    padding: 3px 6px;
    background-color: #FFD300;
    margin-top: 10px;
    color: #000;
    text-align: center;
    position: absolute;
    z-index: 1;
    top: -100%;
    left: 50%;
    font-size: 10px;
    transform: translate(-50%,-50%)!important;
    border-radius: var(--bs-btn-border-radius);
    line-height: 1.2;
}
.tooltip2 .tooltip-content::after {
    content: " ";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    border-width: 10px;
    border-style: solid;
    border-color: #FFD300 transparent transparent transparent;
}
.tooltip2-bottom .tooltip-content::after {
  border-color: transparent transparent #FFD300 transparent;
  top: initial;
  bottom: 100%;
}
.tooltip2-bottom .tooltip-content {
  top:initial;
  bottom: -200%;
}

.text-ellipsis {
	display: table;
	table-layout: fixed;
	width: 100%;
	white-space: nowrap;
}

.text-ellipsis > * {
	display: table-cell;
	overflow: hidden;
	text-overflow: ellipsis;
}

.underline { 
    text-decoration: underline;
}


.smarteditor_area {
  width: 1260px !important;
  min-width: 1260px !important;
  max-width: 1260px !important;
  padding: 10px 0 !important;
}

.smarteditor_area_100 {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    padding: 10px 0 !important;
  }

.smarteditor_area textarea {
  width: 100%;
  min-height: 500px;
}




.img-container {
    width: 100%;
    aspect-ratio: 1;
    overflow: hidden;
    position: relative;
}

.img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left center;
}









@font-face {
	font-family: 'icomoon';
	src:  url('/_lib/css/fonts/icomoon.eot?5cdu6v');
	src:  url('/_lib/css/fonts/icomoon.eot?5cdu6v#iefix') format('embedded-opentype'),
	  url('/_lib/css/fonts/icomoon.ttf?5cdu6v') format('truetype'),
	  url('/_lib/css/fonts/icomoon.woff?5cdu6v') format('woff'),
	  url('/_lib/css/fonts/icomoon.svg?5cdu6v#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: block;
  }
  
  [class^="icon-"], [class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
  
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	
  }
  
  .icon-home:before { content: "\e900"; }
  .icon-cate:before { content: "\e903"; }

  .icon-zone .path1:before { content: "\e901"; color: #011142; }
  .icon-zone .path2:before { content: "\e902"; color: #f4f4f4; margin-left: -1.4em; }
  
  .icon-naver .path1:before { content: "\e907"; color: #1dc800; }
  .icon-naver .path2:before { content: "\e908"; color: #fff; margin-left: -2.75em; }
  .icon-naver .path3:before { content: "\e909"; color: #fff; margin-left: -2.75em; }
















  /* 2025.05.23 writer namgu */
#GNB-contents { overflow: hidden; }
.gnb-menu {
    z-index: 1001;
    top: 0 !important;
    position: -webkit-sticky!important;
    position: sticky !important;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    border-bottom: 1px solid #e1e1e1;
}
.gnb-swiper { position: relative; background:#fff;  }
.mobile .gnb-swiper { padding: 0 0.75rem; }
.gnb-swiper .swiper-slide { padding: .375rem 0.75rem ; width: auto; }
.gnb-swiper .swiper-slide:last-child {padding-right: 2rem;}
.gnb-swiper .swiper-slide a { display: block; }
.gnb-swiper .swiper-slide span { 
    white-space: nowrap; 
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    font-size: 1rem;
}
.gnb-swiper .swiper-slide.on span { color: #126CD5; font-weight: bold; }
.mobile .gnb-swiper .swiper-slide.on span:after { content: ''; display: block; position: absolute; left: 0px; right: 0px; bottom: 0; width: 100%; height: 3px; background: #126CD5; }

.gnb-fade { position: absolute; right: 25px; top: 0; bottom: 1px; width: 30px; background: linear-gradient(to right, transparent, white); pointer-events: none; z-index: 1; }
.gnb-swiper_more { 
    flex-shrink: 0;
    /* border: 1px solid #ccc; */
    background: #fff;
    padding: 0;
    /* border-radius: 50%; */
    margin-left: 0px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    margin-right: 5px;
 }
.gnb-swiper .new_mark:after { content : ''; position: absolute; width: 4px; height: 4px; background: red; top: 6px; left: 6px; border-radius: 100%; }


.left_menu { display:none; position:fixed; top:0; left:-100%; width:100%; height:100%; background:#F4F4F4; box-shadow:2px 0 5px rgba(0,0,0,0.3); z-index:1110; overflow-y: auto; }
.hidden { display: none; }
.noscroll { overflow: hidden; height: 100%; }

#mobile_lnb .lnb_header { height: 50px; display: flex; justify-content: space-between; align-items: center; padding: 15px; border-bottom: 1px solid #E5E5E5; background-color: #fff; }
#mobile_lnb .user { color: #222222; font-size: 16px; letter-spacing: -0.32px; }
#mobile_lnb .mypage { border-bottom: 1px solid #CCCCCC; margin-bottom: 7px; height: 88px; display: flex; justify-content: center; align-items: center; background-color: #fff; }
#mobile_lnb .mypage .txt-box { margin-top: 6px; }

#mobile_lnb .img-box { display: flex; justify-content: center; align-items: center; }
#mobile_lnb .img-box img { width: 30%; }
#mobile_lnb .txt-box { font-size: 13px; color: #222222; letter-spacing: -0.26px; text-align: center; }

#mobile_lnb .section-item,
#mobile_lnb .section-item > a,
#mobile_lnb .section-item .img-box {
  min-width: 0;
}
#mobile_lnb .section { background-color: #fff; }
#mobile_lnb .section-title { color: #000000;  font-size: 15px; font-weight: bold; letter-spacing: -0.9px; padding-top: 30px; padding: 30px 15px 15px 15px; }
#mobile_lnb .section-grid.category-grid .txt-box { margin-top: 2px; }
#mobile_lnb .section-grid { border-bottom: 1px solid #CCCCCC; margin-bottom: 7px; }
#mobile_lnb .section-grid .section-item { min-width: 0; padding: 15px; border-top: 1px solid #E5E5E5; border-right: 1px solid #E5E5E5; display: flex; align-items: center; }
#mobile_lnb .section-grid.category-grid .section-item { padding: 0; aspect-ratio: 1 / 1; }


.gnb_categories {
    font-size: 1rem;
    width: 182px;
    flex-basis: 182px;
    text-align: center;
    font-weight: bold;
}
#desktop_lnb {
    display: none;
    position: absolute;
    left: 50%;
    margin-top: -1px;
    margin-left: -571px;
    z-index: 1021;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

#desktop_lnb.open { display: block; }
#desktop_lnb.active { display: block; }
#desktop_lnb .categories { height: 450px; display: flex; justify-content: space-between; flex-direction: column; width: 180px; z-index: 15; box-sizing: border-box; overflow: hidden; background: rgba(0, 0, 0, 0.4); padding-top: 10px; }
#desktop_lnb .categories .main_cates .main_cates_title { display: block; font-size: 1rem; font-weight: bold; color: #fff; margin-bottom: 10px; padding: 0 1rem; }
#desktop_lnb .categories .main_cates .main_cates_item li { padding: 0 1rem; display: flex; height: 32px; align-items: center; cursor: pointer;}
#desktop_lnb .categories .main_cates .main_cates_item li:hover { background-color: #fff; }
#desktop_lnb .categories .main_cates .main_cates_item li a { font-size: 0.9rem; color: #fff; line-height: 1; }
#desktop_lnb .categories .main_cates .main_cates_item li:hover a { color: #000; }

#desktop_lnb .categories .service_cates .service_cates_item li {
    font-size: 0.9rem;
    color: #000;
    padding: 12px 1rem;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #f3f5f6;
    cursor: pointer;
}
#desktop_lnb .categories .service_cates .service_cates_item li:hover,
#desktop_lnb .categories .service_cates .service_cates_item li.on {
    background-color: #fff;
    font-weight: bold;
}

#desktop_lnb .sitem_contents {
    position: absolute;
    top: 1px;
    left: 180px;
    background: #fff;
    width: 800px;
    height: 450px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 20px 40px;
}
#desktop_lnb .section-item { padding: 9px 0;  }
#desktop_lnb .img-box { display: flex; justify-content: center; align-items: center; }
#desktop_lnb .txt-box { font-size: 14px; color: #222222; letter-spacing: -0.26px; text-align: center; margin-top: 3px; }
#desktop_lnb .juyo-service .section-item {
    padding: 9px;
}
#desktop_lnb .section-item:hover {
    text-decoration: underline;
}




#gnb-backdrop { position: fixed; inset: 0; background: rgba(0, 0, 0, 0.4); display: none; z-index: 1020; }
#gnb-backdrop.show { display: block; }
.gnb-modal { position: fixed; bottom: -130%; left: 0; right: 0; background: white; border-radius: 12px 12px 0 0; padding: 0 16px 16px 16px; z-index: 1031; transition: bottom 0.3s ease; touch-action: none; }
.gnb-modal.active { bottom: 0; }
.gnb-modal .drag-handle { width: 100%; padding: 15px 0; }
.gnb-modal .drag-handle::after { content: ''; width: 40px; height: 5px; background: #ccc; border-radius: 3px; display: block; margin: 0 auto; }
.gnb-modal .modal-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 12px; }
.gnb-modal .modal-header span { font-size: 20px; color: #202020; letter-spacing: -0.45px; }
.gnb-modal .close-btn { background: none; border: none; font-size: 20px; cursor: pointer; }
.gnb-modal .gnb-list { list-style: none; padding: 0; overflow-y: auto; max-height: 80vh;}
.gnb-modal .gnb-list li {
    align-items: center;
    line-height: 1;
    cursor: pointer;
    font-size: 16px;
    width: 100%;
}
.gnb-modal .gnb-list li a {
    display: block;
    padding: 13px 0;
    border-bottom: 1px solid #e5e5e5;
    color: #212529;
}
.gnb-modal .gnb-list li.active a {
    font-weight: bold;
    color: #126CD5;
}


.cmodal-backdrop { position: fixed; inset: 0; background: rgba(0, 0, 0, 0.4); display: none; z-index: 1020; }
.cmodal-backdrop.show { display: block; }
.cmodal { position: fixed; bottom: -100%; left: 0; right: 0; background: white; border-radius: 12px 12px 0 0; padding: 0 16px 16px 16px; z-index: 1031; transition: bottom 0.3s ease; touch-action: none; }
.cmodal.active { bottom: 0; }
.cmodal .drag-handle { width: 100%; padding: 15px 0; }
.cmodal .drag-handle::after { content: ''; width: 40px; height: 5px; background: #ccc; border-radius: 3px; display: block; margin: 0 auto; }
.cmodal .modal-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 12px; }
.cmodal .modal-header span { font-size: 20px; color: #202020; letter-spacing: -0.45px; }
.cmodal .close-btn { background: none; border: none; font-size: 20px; cursor: pointer; }
.cmodal .modal-list { list-style: none; padding: 0; overflow-y: auto; max-height: 80vh; }
.cmodal .modal-list li {  display: flex; align-items: center; line-height: 1; border-bottom: 1px solid #e5e5e5; }
.cmodal .modal-list li input[type="radio"] { border: 1px solid #999; width: 20px; height: 20px; border-radius: 9999px; cursor: pointer; position: relative; margin-right: 8px; transition: border-color 0.2s ease, box-shadow 0.2s ease; display: inline-flex; }
.cmodal .modal-list li input[type="radio"]::after { content: ""; width: 10px; height: 10px; background-color: white;  border-radius: 50%; display: none; transition: all 0.2s ease; }
.cmodal .modal-list li input[type="radio"]:checked::after { display: block; background-color: #126CD5; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); }
.cmodal .modal-list li label { cursor: pointer; font-size: 14px; padding: 16px 0; width: 100%; }

#popup-modal .modal-footer {
    position: absolute;
    top: -37px;
    color: #fff;
    width: 100%;
    left: 0;
    padding: 0 16px 16px 16px;
}

#popup-modal.desktop .modal-footer {
    top: -43px;
}

#popup-modal .modal-footer div {
    cursor: pointer;
}

#popup-modal.desktop .flicking-footer.desktop {
    margin: 17px 0;
}

.cmodal.desktop {
    background: #fff;
    padding: 0;
    border-radius: 10px;
    width: 400px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    height: fit-content;
}

.cmodal.desktop .drag-handle {
    display: none;
}

.cmodal.desktop.active {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}



.gnb_search {
    flex-basis: 455px;
}

.gnb_search .input-group .form-control {
    border-top: 2px solid #51cdc9;
    border-left: 2px solid #51cdc9;
    border-bottom: 2px solid #51cdc9;
    border-right : 0;
}

.gnb_search .input-group .input-group-text {
    color: #222;
    border-left : 0;
    border-top: 2px solid #51cdc9;
    border-right: 2px solid #51cdc9;
    border-bottom: 2px solid #51cdc9;
    cursor: pointer;
    background: #fff;
}

.gnb_search .input-group .input-group-text .bi-search:before {
    font-weight : bold;
}
    


/* 모바일 상단 서브타이틀 */
.header_sub_start {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 38px;
    text-align:left;
}

.header_sub_center {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
    text-align:center;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.header_sub_end {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 38px;
    text-align:right;
}

#header_sub_title {
    font-size : 1.12rem; 
    display: inline-block;
    max-width: 270px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1;
}



.desktop #COUPON { margin-bottom: 100px; }
.mobile #COUPON { margin-bottom: 80px; }
#COUPON .coupon_body { padding: 1.2rem; background-color: #126CD5; border-radius: 0 7px 7px 0; border-right: 1px dashed #fff; }
#COUPON .coupon_tail { background-color: #126CD5; border-radius: 7px 0 0 7px; display: flex; align-items: center; justify-content: center; }
#COUPON .coupon_tail img { width: 20px; }