@charset "UTF-8";

/* 초기화 및 초기 세팅 */
:root {
    /* 버튼 및 인풋 폼 높이 세팅 */
    --hd_height: 5rem;
    --height: 4.6rem;
    --height_sm: 3.6rem;
    --height_sm_m: 2.8rem;
    --height_md: 4.2rem;
    --height_lg: 5.6rem;
    --ic_date: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"><path d="M5 22q-.825 0-1.413-.587Q3 20.825 3 20V6q0-.825.587-1.412Q4.175 4 5 4h1V2h2v2h8V2h2v2h1q.825 0 1.413.588Q21 5.175 21 6v14q0 .825-.587 1.413Q19.825 22 19 22Zm0-2h14V10H5v10ZM5 8h14V6H5Zm0 0V6v2Z"/></svg>');
}


html {
    font-size: 10px;
}

body {
    margin: 0 auto;
    padding: 0;
    font-family: Pretendard;

}

html,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
img {
    margin: 0;
    padding: 0;
    border: 0
}

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

ul,
dl,
dt,
dd {
    margin: 0;
    padding: 0;
    list-style: none
}

legend {
    position: absolute;
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
    text-indent: -9999em;
    overflow: hidden
}

label,
input,
button,
select,
img {
    vertical-align: middle;
}

input,
button {
    margin: 0;
    padding: 0;
}

input[type="submit"] {
    cursor: pointer
}

button {
    cursor: pointer
}

select {
    margin: 0
}

p {
    margin: 0;
    padding: 0;
    word-break: keep-all;
	line-height: 120%;
}

hr {
    display: none
}

a {
    text-decoration: none
}

a:hover {
    text-decoration: none;
}

.un_reboot_a {
    color: var(--main);
    text-decoration: underline;
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    word-break: keep-all;
}

img {
    max-width: 100%;
    display: inline-block;
    height: auto;
}



/*메인*/
.idx_pg {
    min-height: 800px;
    padding-top: var(--hd_height);
}



.gap_30{
    gap: 30px;
}

/* w_0 */
.w_20{
    min-width: 20px;
    width: 20px;
}
.w_30{
    min-width: 30px;
    width: 30px;
}
.w_40{
    min-width: 40px;
    width: 40px;
}
.w_166{
    width: 16.6rem;
}

/* px */
.pl_4,
.px_4 {
    padding-left: 0.4rem;
}
.pr_4,
.px_4 {
    padding-right: 0.4rem;
}

.pl_20,
.px_20 {
    padding-left: 2.0rem;
}
.pr_20,
.px_20 {
    padding-right: 2.0rem;
}

.pl_25,
.px_25 {
    padding-left: 2.5rem;
}
.pr_25,
.px_25 {
    padding-right: 2.5rem;
}

.pr_30,
.px_30 {
    padding-right: 3.0rem;
}
.pl_30,
.px_30 {
    padding-left: 3.0rem;
}

.pr_40,
.px_40 {
    padding-right: 4.0rem;
}
.pl_40,
.px_40 {
    padding-left: 4.0rem;
}

.pr_45,
.px_45 {
    padding-right: 4.5rem;
}
.pl_45,
.px_45 {
    padding-left: 4.5rem;
}

.pl_88{
    padding-left: 8.8rem
}

/* py */
.pt_25,
.py_25 {
    padding-top: 2.5rem;
}
.pb_25,
.py_25 {
    padding-bottom: 2.5rem;
}

.pt_30,
.py_30 {
    padding-top: 3.0rem;
}
.pb_30,
.py_30 {
    padding-bottom: 3.0rem;
}

.pt_50,
.py_50 {
    padding-top: 5.0rem;
}
.pb_50,
.py_50 {
    padding-bottom: 5.0rem;
}

.pt_60,
.py_60 {
    padding-top: 6.0rem;
}
.pb_60,
.py_60 {
    padding-bottom: 6.0rem;
}

/*서브*/
.sub_tit {
    position: relative;
}

.sub_pg {
    min-height: 800px;
    padding-top: var(--hd_height);
}

.sub_pg_m {
    min-height: 500px;
}




.line_h1 {
    line-height: 1.0em;
}

.line_h1_1 {
    line-height: 1.1em;
}

.line_h1_2 {
    line-height: 1.2em;
}

.line_h1_3 {
    line-height: 1.3em;
}

.line_h1_4 {
    line-height: 1.4em;
}

.line_h1_5 {
    line-height: 1.5em;
}

.line_h1_6 {
    line-height: 1.6em;
}

.line_h1_7 {
    line-height: 1.7em;
}

.line_h1_8 {
    line-height: 1.8em;
}

.line_h1_9 {
    line-height: 1.9em;
}

.line_h2 {
    line-height: 2.0em;
}


/*폰트커스텀 기본사이즈 10px*/

.tit_h1 {
    font-size: 3.5rem;
    font-weight: 700;
}

.tit_h2 {
    font-size: 2.5rem;
    font-weight: 700;
}

.tit_h3 {
    font-size: 1.8rem;
    font-weight: 700;
}


.fs_8 {
    font-size: 0.8rem;
}

.fs_9 {
    font-size: 0.9rem;
}

.fs_10 {
    font-size: 1.0rem;
}

.fs_11 {
    font-size: 1.1rem;
}

.fs_12 {
    font-size: 1.2rem;
}

.fs_13 {
    font-size: 1.3rem;
}

.fs_14 {
    font-size: 1.4rem;
}

.fs_15 {
    font-size: 1.5rem;
}

.fs_16 {
    font-size: 1.6rem;
}

.fs_17 {
    font-size: 1.7rem;
}

.fs_18 {
    font-size: 1.8rem;
}

.fs_19 {
    font-size: 1.9rem;
}

.fs_20 {
    font-size: 2.0rem;
}

.fs_21 {
    font-size: 2.1rem;
}

.fs_22 {
    font-size: 2.2rem;
}

.fs_23 {
    font-size: 2.3rem;
}

.fs_24 {
    font-size: 2.4rem;
}

.fs_25 {
    font-size: 2.5rem;
}

.fs_26 {
    font-size: 2.6rem;
}

.fs_27 {
    font-size: 2.7rem;
}

.fs_28 {
    font-size: 2.8rem;
}

.fs_29 {
    font-size: 2.9rem;
}

.fs_30 {
    font-size: 3.0rem;
}

.fs_31 {
    font-size: 3.1rem;
}

.fs_32 {
    font-size: 3.2rem;
}

.fs_33 {
    font-size: 3.3rem;
}

.fs_34 {
    font-size: 3.4rem;
}

.fs_35 {
    font-size: 3.5rem;
}

.fs_36 {
    font-size: 3.6rem;
}

.fs_37 {
    font-size: 3.7rem;
}

.fs_38 {
    font-size: 3.8rem;
}

.fs_39 {
    font-size: 3.9rem;
}

.fs_40 {
    font-size: 4.0rem;
}

.fs_41 {
    font-size: 4.1rem;
}

.fs_42 {
    font-size: 4.2rem;
}

.fs_43 {
    font-size: 4.3rem;
}

.fs_44 {
    font-size: 4.4rem;
}

.fs_45 {
    font-size: 4.5rem;
}

.fs_46 {
    font-size: 4.6rem;
}

.fs_47 {
    font-size: 4.7rem;
}

.fs_48 {
    font-size: 4.8rem;
}

.fs_49 {
    font-size: 4.9rem;
}

.fs_50 {
    font-size: 5.0rem;
}

.fs_51 {
    font-size: 5.1rem;
}

.fs_52 {
    font-size: 5.2rem;
}


.fw_100 {
    font-weight: 100;
}

.fw_200 {
    font-weight: 200;
}

.fw_300 {
    font-weight: 300;
}

.fw_400 {
    font-weight: 400;
}

.fw_500 {
    font-weight: 500;
}

.fw_600 {
    font-weight: 600;
}

.fw_700 {
    font-weight: 700;
}

.fw_800 {
    font-weight: 800;
}

.fw_900 {
    font-weight: 900;
}

.wh_pre {
    white-space: pre-line;
}

.wh_nowrap {
    white-space: nowrap;
}

/*글자 줄임말*/
.line_text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
}

.line1_text {
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.line2_text {
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

}

.line3_text {
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;

}

/*border radius*/
/* .rounded { border-radius: 0.5rem!important; }
.rounded-lg { border-radius: 1.0rem!important; }
.rounded-xl { border-radius: 2rem!important; }  */

/* 폼 사각형 */
.sq_guide {
    display: flex;
    flex-wrap: wrap;
}

.sq_guide li {
    width: 70px;
    height: 30px;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    margin: 0.5rem;
}

/* 스크롤바 none */
.none_scroll_bar {
    -ms-overflow-style: none;
}

.none_scroll_bar::-webkit-scrollbar {
    display: none;
}

/* 버튼 */
.btn {
    height: var(--height);
    border-radius: 0.8rem;
}

.btn-sm {
    height: var(--height_sm);
}

.btn-sm_m {
    height: var(--height_sm_m);
    font-weight: 1.4rem !important;
}

.btn-round {
    border-radius: 360rem !important;
}

.btn-md {
    height: var(--height_md);
    border-radius: 0.8rem;
    font-size: 1.5rem;
}

.btn-lg {
    height: 46px;
    border-radius: 0.8rem;
    font-size: 1.5rem;
}

/* 인풋 자동완성 초기화 */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-text-fill-color: var(--text);
    -webkit-box-shadow: 0 0 0px 1000px var(--bg) inset;
    box-shadow: 0 0 0px 1000px var(--bg) inset;
    transition: background-color 5000s ease-in-out 0s;
}

input:autofill,
input:autofill:hover,
input:autofill:focus,
input:autofill:active {
    -webkit-text-fill-color: var(--text);
    -webkit-box-shadow: 0 0 0px 1000px var(--bg) inset;
    box-shadow: 0 0 0px 1000px var(--bg) inset;
    transition: background-color 5000s ease-in-out 0s;
}
/* custom */
.d-flex-50{
    display: flex;
    width: 50%;
}

.bg-gray-10{
    background-color: var(--gray-10) !important;
}
.bg-white{
    background-color: var(--white) !important;
}


.boldbt-gray-20{
    border-bottom: 1px solid var(--gray-20);
}

.rbox12{
    border-radius: 12px;
}

/* 기타 수정 */
.text-gray-60{
    color: var(--gray-60) !important;
}
.text-gray-70{
    color: var(--gray-70) !important;
}
.text-gray-80{
    color: var(--gray-80) !important;
}
.text-gray-90{
    color: var(--gray-90) !important;
}
.text-white{
    color: var(--white) !important;
}
.text-sec{
    color: var(--secondary) !important;
}

.head_bolder{
    border-bottom: 1px solid var(--gray-40) !important;
}


/* margin */
.m_0 {margin: 0 !important;}
.mr_40{margin-right: 4.0rem !important;}

/* 입력 인풋 */
.form-control {
    height: var(--height);
}

.form-control-sm {
    height: var(--height_sm);
}

.form-control-md {
    height: var(--height_md);
}

.form-control-lg {
    height: var(--height_lg);
}
.ip_wr .ip_tit h5 {
    font-size: 1.5rem;
    font-weight: 400;
    display: inline-block;
}

.ip_tit.required h5::after {
    content: "*";
    position: absolute;
    color: var(--warning);
    top: 0;
    right: -1.0rem;
}

/* form-text */
.form-text {
    font-size: 1.3rem;
    display: none;
    align-items: center;
}

.form-text i {
    margin-right: 0.25rem;
}

.ip_valid .ip_valid {
    display: flex;
    color: var(--success);
}

.ip_invalid .ip_invalid {
    display: flex;
    color: var(--warning);
}

/* textarea 높이 */
textarea.form-control {
    height: 20rem;
    padding: 1rem;
}

/* 셀렉트 박스 */
.custom-select {
    padding-right: 1.5rem;
    color: var(--input_placeholder);
    background-size: 1.5rem;
}

/* 날짜 선택 */
input.form-control[type="date"] {
    position: relative;
}

/*input.form-control[type="date"]::-webkit-calendar-picker-indicator {
    -webkit-appearance: none;
    background: none;
    width: 100%;
    height: 100%;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
}*/

input.form-control[type="date"]::before {
    content: '';
    display: block;
    width: 2.4rem;
    height: 2.4rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1rem;
    background: url(../img/ic_calendar.svg) no-repeat;
    background-position: center;
    background-size: cover;
    cursor: pointer;
	mask: unset;
}


/* 체크박스 및 라디오 */
.checks_wr {
    display: flex;
    flex-wrap: wrap;
}


.checks label.chk_right {
    flex-flow: row-reverse;
    justify-content: flex-end;
}

.checks input {
    display: none;
}

.ic_box {
    display: inline-block;
    width: 2.4rem;
    height: 2.4rem;
    font-size: 2rem;
    text-align: center;
    border: 1px solid var(--border);
    color: var(--border);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.5rem;
}

input:checked+.ic_box {
    border-color: var(--primary);
    color: var(--primary);
}

.chk_right .ic_box {
    margin-right: 0;
    margin-left: 0.5rem;
}

input:checked~.chk_p {
    /* color: var(--primary);/ */
}

/* 페이지네이션 */
.pagination {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagination li {
    height: 100%;
}

.pagination a {
    color: var(--gray-60);
    font-weight: 600;
    margin: 0 0.15rem;
    width: 3.0rem;
    height: 3.0rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.pagination a.disabled {
    color: #AAA;
}

.pagination a.on {
    color: var(--primary);
    background-color: #D5F5F9;
}

.pagination a.arrow.disabled img {
    opacity: 0.3;
}

/* 테이블 */
.table_01 {
    width: 100%;
    border-collapse: collapse;
    border-bottom: 1px solid #e3e3e3;
    text-align: center;
    border-top: 2px var(--primary) solid;
}

.table_01 th {
    background: #F6F6F6;
    text-align: center;
    border: 1px solid #e3e3e3;
}

.table_01 td {
    border: 1px solid #e3e3e3;
}

.table_01 th,
.table_01 td {
    padding: 1rem 0.8rem;
}

/* 테이블 슬래쉬 */
.table_01 th.slash {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"><line x1="0" y1="100%" x2="100%" y2="0" stroke="rgb(77,77,77)" /></svg>');
    background-repeat: no-repeat;
}

.table_01 th.backslash {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"><line x1="0" y1="0" x2="100%" y2="100%" stroke="rgb(77,77,77)" /></svg>');
    background-repeat: no-repeat;
}

.table_01 th.slash,
.table_01 th.backslash {
    text-align: left;
}

.slash div,
.backslash div {
    text-align: right;
}

/*테이블 반응형때*/
.table_scroll {
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0px !important;
}



/* 페이저 */
.pager {
    background: #F5F5F5;
    border-radius: 15rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 250px;
    height: 65px;
    margin: 3.5rem auto 0;
}


/* 이미지 크롭 */
.rect {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.rect:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.rect img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.bg_primary {
    background-color: var(--primary);
}

.bg_sec {
    background-color: var(--secondary);
}


@media (min-width: 1199.98px) {}

/*반응형 max 1200 xl*/
@media (max-width: 1199.98px) {}

/*반응형 max 992px lg*/
@media (max-width: 991.98px) {}


/*반응형 max 767px md*/
@media (max-width: 767.98px) {
    body {
        font-size: 1.4rem;
    }

    .tit_h1 {
        font-size: 2.2rem;
    }

    .tit_h2 {
        font-size: 1.8rem;
    }

    .tit_h3 {
        font-size: 1.6rem;
    }

}

/*반응형 max 576px sm*/
@media (max-width: 575.98px) {}


/*반응형 max 380px*/
@media (max-width: 380px) {}


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

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

.flex-row {
    flex-direction: row !important;
}

.flex-column {
    flex-direction: column !important;
}

.flex-row-reverse {
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    flex-direction: column-reverse !important;
}

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

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

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

.flex-fill {
    flex: 1 1 auto !important;
}

.flex-grow-0 {
    flex-grow: 0 !important;
}

.flex-grow-1 {
    flex-grow: 1 !important;
}

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

.flex-shrink-1 {
    flex-shrink: 1 !important;
}

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

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

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

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

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

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

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

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

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

.align-items-stretch {
    align-items: stretch !important;
}

.align-content-start {
    align-content: flex-start !important;
}

.align-content-end {
    align-content: flex-end !important;
}

.align-content-center {
    align-content: center !important;
}

.align-content-between {
    align-content: space-between !important;
}

.align-content-around {
    align-content: space-around !important;
}

.align-content-stretch {
    align-content: stretch !important;
}

.align-self-auto {
    align-self: auto !important;
}

.align-self-start {
    align-self: flex-start !important;
}

.align-self-end {
    align-self: flex-end !important;
}

.align-self-center {
    align-self: center !important;
}

.align-self-baseline {
    align-self: baseline !important;
}

.align-self-stretch {
    align-self: stretch !important;
}


.modal-open {
    overflow: hidden;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}


.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none;
    }
}

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

.modal.modal-static .modal-dialog {
    transform: scale(1.02);
}

.modal-dialog-scrollable {
    display: flex;
    max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
    flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    height: min-content;
    content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none;
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    max-width: 440px;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 1.2rem;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100%;
    height: 100vh;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
}

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

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid var(--border);
    border-top-left-radius: calc(1.2rem - 1px);
    border-top-right-radius: calc(1.2rem - 1px);
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
}

.modal-title {
    margin-bottom: 0;
    line-height: 140%;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid var(--border);
    border-bottom-right-radius: calc(1.2rem - 1px);
    border-bottom-left-radius: calc(1.2rem - 1px);
}

.modal-footer>* {
    margin: 0.25rem;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 0 auto;
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem);
    }

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem);
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }

    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem);
        height: min-content;
    }

    .modal-sm {
        max-width: 400px;
    }
	.modal-dialog.modal-choice{max-width: 572px;}
	.modal-dialog.modal-choice .modal-content{max-width: 540px;}
}

@media (min-width: 992px) {

    .modal-lg,
    .modal-xl {
        max-width: 800px;
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px;
    }
}

.text-justify {
    text-align: justify !important;
}

.text-wrap {
    white-space: normal !important;
}

.text-nowrap {
    white-space: nowrap !important;
}

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

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

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

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

.wing_banner {
    position: fixed;
    top: 200px;
    width: 180px;
    height: 320px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 9999;
    overflow: hidden;
    border-radius: 0 16px 16px 0;
}

.wing_banner.left {
    left: 0;
    border-radius: 0 16px 16px 0;
}

.wing_banner.right {
    right: 0;
    border-radius: 16px 0 0 16px;
}

.wing_banner .swiper {
    width: 100%;
    height: 100%;
    position: relative;
}

.wing_banner .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
    box-sizing: border-box;
}

.wing_banner .swiper-slide img {
    width: 100%;
    height: auto;
    max-height: 100%;
    object-fit: contain;
    display: block;
}

.wing_fraction {
    position: absolute;
    bottom: 26px;
    right: 36%;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 14px;
    padding: 4px 10px;
    border-radius: 20px;
    z-index: 10;
}

@media screen and (max-width: 900px) {
    .wing_fraction {
        display: none;
    }
}


/* 스크롤바 전체 영역 */
.modal-dialog-scrollable .modal-scroll::-webkit-scrollbar {
    width: 6px;
    /* 스크롤바 너비 */
}

/* 스크롤바 트랙 (배경) */
.modal-dialog-scrollable .modal-scroll::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1);
    /* 회색 반투명 */
    border-radius: 4px;
}

/* 스크롤바 썸 (움직이는 바) */
.modal-dialog-scrollable .modal-scroll::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2);
    /* 회색 반투명 */
    border-radius: 4px;
}

/* 호버 시 썸 스타일 */
.modal-dialog-scrollable .modal-scroll::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.5);

}


/*신고모달*/

.report_notice {
    background-color: #f2f9fc;
    border-radius: 8px;
    padding: 12px 16px;
    display: flex;
    align-items: flex-start;
    font-size: 1.5rem;
    color: #333;
    line-height: 1.4;
    margin-bottom: 20px;
    font-weight: 400;
}

.report_notice .icon {
    color: var(--primary, #0DC6DC);
    font-weight: bold;
    margin-right: 8px;
}

.report_checklist {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
}

.report_checklist label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.95rem;
    color: #333;
}

.report_textarea_wrap {
    position: relative;
    margin-bottom: 24px;
}

.report_textarea_wrap textarea {
    width: 100%;
    height: 120px;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 8px;
    resize: none;
    font-size: 0.95rem;
    box-sizing: border-box;
}

.report_counter {
    position: absolute;
    top: -22px;
    right: 0;
    font-size: 0.85rem;
    color: #888;
}

.report_btn {
    text-align: center;
}

.report_btn button {
    background-color: var(--primary, #0DC6DC);
    color: white;
    font-size: 1rem;
    border: none;
    border-radius: 8px;
    padding: 12px 32px;
    cursor: pointer;
    width: 100%;
}

#modal_md_dec .checks label {
    margin-bottom: 15px;
}

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

.fc_gray {
    color: var(--gray-70);
    font-weight: 400;
}
