@charset "UTF-8";

/* 초기화 및 초기 세팅 */
:root {
    /* 버튼 및 인풋 폼 높이 세팅 */
    --body_width: 57.6rem;
    --hd_height: 9rem;
    --hd_height_m: 4.8rem;
    --height_sm: 3.0rem;
    --height_md2: 4.1rem;
    --height_md: 4.6rem;
    --height: 5.0rem;
    --height_lg: 5.4rem;
    --ic_date: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Crect width='256' height='256' fill='none'/%3E%3Crect x='40' y='40' width='176' height='176' rx='8' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cline x1='176' y1='24' x2='176' y2='56' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cline x1='80' y1='24' x2='80' y2='56' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cline x1='40' y1='88' x2='216' y2='88' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Ccircle cx='128' cy='132' r='12'/%3E%3Ccircle cx='172' cy='132' r='12'/%3E%3Ccircle cx='84' cy='172' r='12'/%3E%3Ccircle cx='128' cy='172' r='12'/%3E%3Ccircle cx='172' cy='172' r='12'/%3E%3C/svg%3E");
    --ic_time: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Crect width='256' height='256' fill='none'/%3E%3Ccircle cx='128' cy='128' r='96' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cpolyline points='128 72 128 128 184 128' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3C/svg%3E");
    --ic_send: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1656_12716)'%3E%3Cpath d='M15.6657 20.3503L22.4508 33.7998L30.2 5.81934L15.6657 20.3503Z' fill='%23F8C327'/%3E%3Cpath d='M2.19996 13.549L15.6495 20.334L30.1804 5.7998L2.19996 13.549Z' fill='%23F2A20E'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1656_12716'%3E%3Crect width='28' height='28' fill='white' transform='matrix(-1 0 0 1 30.2 5.7998)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    --ios-safe-offset: 2rem;
}

/*스크롤 스타일*/
div::-webkit-scrollbar {
    width: 0.4rem;
    height: 0.4rem;
}

div::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.04);
    border-radius: 100px;
}

html {
    font-size: 10px;
}

body {
    margin: 0 auto;
    padding: 0;
}

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: auto;
}

input[type="search"] {
    -webkit-appearance: none;
    appearance: none;
}

button {
    cursor: auto;
    word-break: keep-all;
}

select {
    margin: 0
}

p {
    margin: 0;
    padding: 0;
}

hr {
    display: none
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

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

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

.body_wrap {
    max-width: 57.6rem;
    width: 100%;
    margin: 0 auto;
    /*overflow: hidden;*/
    overflow-x: hidden;   /* 또는 clip */
    overflow-y: visible;  /* 핵심 */
}

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

.container-fluid {
    max-width: 2560px;
}

.mobile_wr {
    /*border-left: 1px solid #F2F2F2;
    border-right: 1px solid #F2F2F2;*/
    box-sizing: content-box;
    min-height: calc(100vh - 5.6rem);
}

/*메인*/
.idx_pg {
    min-height: 100dvh;
    padding-bottom: 5.0rem;
}
.is_ios_app .idx_pg {padding-bottom: calc(env(safe-area-inset-bottom) + 5.0rem);}

.curs_pointer {
    cursor: pointer;
}


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

.sub_pg {
    position: relative;
    padding-bottom: 5.0rem;
}
.is_ios_app .sub_pg {padding-bottom: calc(env(safe-area-inset-bottom) + 5.0rem);}

.over_hidden {
    overflow: hidden;
}

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

.text-red {
    color: var(--red);
}

.text-gray {
    color: var(--gray);
}

.text-gray-50 {
    color: var(--gray-50);
}

.text-gray-100 {
    color: var(--gray-100);
}

.text-gray-200 {
    color: var(--gray-200);
}

.text-gray-300 {
    color: var(--gray-400);
}

.text-gray-400 {
    color: var(--gray-400);
}

.text-gray-500 {
    color: var(--gray);
}

.text-gray-600 {
    color: var(--gray-600);
}

.text-gray-700 {
    color: var(--gray-700);
}

.text-gray-800 {
    color: var(--gray-800);
}

.text-gray-900 {
    color: var(--gray-900);
}

.text-primary-100 {
    color: var(--primary-100);
}

.text-primary-200 {
    color: var(--primary-200);
}

.text-primary {
    color: var(--text-primary);
}

.text-primary-400 {
    color: var(--primary-400);
}

.text-primary-500 {
    color: var(--primary-500);
}

.text-primary-600 {
    color: var(--primary-600);
}

.text-primary-700 {
    color: var(--primary-700);
}

.text-primary-800 {
    color: var(--primary-800);
}

.text-primary-900 {
    color: var(--primary-900);
}

.text-black {
    color: #000;
}

.text-title {
    color: var(--title)
}

.bg-black {
    background: #000;
}

.bg-gray-50 {
    background: var(--gray-50);
}

.bg-gray-100 {
    background: var(--gray-100);
}

.bg-gray-200 {
    background: var(--gray-200);
}

.bg-gray-300 {
    background: var(--gray-400);
}

.bg-gray-400 {
    background: var(--gray-400);
}

.bg-gray {
    background: var(--gray);
}

.bg-gray-500 {
    background: var(--gray);
}

.bg-gray-600 {
    background: var(--gray-600);
}

.bg-gray-700 {
    background: var(--gray-700);
}

.bg-gray-800 {
    background: var(--gray-800);
}

.bg-gray-900 {
    background: var(--gray-900);
}

.bg-primary-light {
    background: var(--primary-light);
}

.bg-primary-100 {
    background: var(--primary-100);
}

.bg-primary-200 {
    background: var(--primary-200);
}

.bg-primary {
    background: var(--bg-primary);
}

.border-100 {
    border-color: var(--gray-100) !important;
}

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

.border-300 {
    border-color: var(--gray-300) !important;
}

.border-400 {
    border-color: var(--gray-400) !important;
}

.border-500 {
    border-color: var(--gray) !important;
}

.border-600 {
    border-color: var(--gray-600) !important;
}

.border-700 {
    border-color: var(--gray-700) !important;
}

.border-800 {
    border-color: var(--gray-800) !important;
}

.border-900 {
    border-color: var(--gray-900) !important;
}

.num_list ul {
    list-style: decimal-leading-zero;
    padding-left: 2.5rem;
}

.num_list li {
    line-height: 1.4em;
    margin-bottom: 0.5rem;
    word-break: keep-all;
    white-space: pre-line;
}

.dot_list li {
    list-style: none;
    margin-bottom: 0.5rem;
    display: flex;
    word-break: keep-all;
    line-height: 140%;
}

.dot_list li * {
    word-break: keep-all;
}

.dot_list li:before {
    content: "·";
    vertical-align: middle;
    margin-right: 0.5rem;
}

.dot_list li:last-child {
    margin-bottom: 0;
}

.line_h1 {
    line-height: 100%;
}

.line_h1_1 {
    line-height: 110%;
}

.line_h1_2 {
    line-height: 120%;
}

.line_h1_3 {
    line-height: 130% !important;
}

.line_h1_4 {
    line-height: 140% !important;
}

.line_h1_5 {
    line-height: 150% !important;
}

.line_h1_6 {
    line-height: 160% !important;
}

.line_h1_7 {
    line-height: 170%;
}

.line_h1_8 {
    line-height: 180%;
}

.line_h1_9 {
    line-height: 190%;
}

.line_h2 {
    line-height: 200%;
}


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

.tit_h1 {
    font-size: 3.2rem;
    font-weight: 800;
    line-height: 120%;
}

.tit_h2 {
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: 0.1rem;
}

.tit_h3 {
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: -0.025rem;
}

.tit_h4 {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: -0.025rem;
}

.tit_h4_1 {
    /*font-size: 2.2rem;*/
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 130%;
    color: var(--gray-800);
}

.tit_h5 {
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.01rem;
}

.sub_t1 {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: -0.025rem;
}

.sub_t2 {
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: -0.025rem;
}

.text_form {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -0.025rem;
}

.text_body {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.015rem;
}

.text_body_sm {
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.025rem;
}

.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;
    letter-spacing: -0.3px;
}

.fs_13 {
    font-size: 1.3rem;
    letter-spacing: -0.3px;
}

.fs_14 {
    font-size: 1.4rem;
    letter-spacing: -0.3px;
}

.fs_15 {
    font-size: 1.5rem;
    letter-spacing: -0.4px;
}

.fs_16 {
    font-size: 1.6rem;
    letter-spacing: -0.4px;
}

.fs_17 {
    font-size: 1.7rem;
}

.fs_18 {
    font-size: 1.8rem;
}

.fs_19 {
    font-size: 1.9rem;
    letter-spacing: -0.5px;
}

.fs_20 {
    font-size: 2.0rem;
    letter-spacing: -0.5px;
}

.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;
}

.break_all {
    word-break: break-all;
}

.keep_all {
    word-break: keep-all;
    word-wrap: break-word;
}

/*글자 줄임말/자르기*/
.line_text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    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;
    word-break: break-all;
    letter-spacing: -0.4px;
}

.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;
    word-break: break-all;
    letter-spacing: -0.4px;
}

.line3_text {
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-all;
    letter-spacing: -0.4px;
}


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

.sq_guide li {
    width: 103px;
    height: 35px;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    margin: 0.2rem;
}

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

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


/*테이블 반응형때*/
.touch_scroll {
    overflow-x: auto;
    overflow-y: hidden;
}



/* 버튼 */
.btn {
    height: var(--height);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 1.2rem;
    font-size: 1.5rem;
    font-weight: 600;
    word-break: keep-all;
}

.btn-sm {
    height: var(--height_sm);
    border-radius: 0.8rem;
    font-size: 1.4rem;
    padding-left: 1.0rem;
    padding-right: 1.0rem;
}

.btn-md2 {
    height: var(--height_md2);
    border-radius: 1.0rem;
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 100%;
}

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

.btn-lg {
    height: var(--height_lg);
    font-weight: 600;
    font-size: 1.6rem;
    padding: 0.5rem 2rem;
}

.btn-link {
    height: auto;
    padding: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    border-radius: 0;
    background: transparent;
    flex-shrink: 0;
    border: 0;
    font-weight: 500;
}

.btn-icon {
    height: auto;
    padding: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    border-radius: 0;
    background: transparent;
    flex-shrink: 0;
    border: 0;
}

.btn-icon img {
    flex-shrink: 0;
}


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

.btn-white:hover,
.btn-white:focus {
    background: #F0F9F7;
    border-color: #F0F9F7;
    color: var(--primary);
}

.btn-primary-light {
    background: #F0F9F7;
    border-color: #F0F9F7;
    color: var(--primary);
}

.btn-primary-light:hover,
.btn-primary-light:focus {
    background: #ddede9;
    border-color: #ddede9;
}

.btn-naver {
    background: #00CD4C;
    border-color: #00CD4C;
    color: #fff;
}

.btn-naver:hover,
.btn-naver:focus {
    background: #E2EFEC;
    border-color: #E2EFEC;
}

.btn-kakao {
    background: #FEE404;
    border-color: #FEE404;
    color: #333;
}

.btn-kakao:hover,
.btn-kakao:focus {
    background: #FFCC00;
    border-color: #FFCC00;
}

.btn-apple {
    background: #fff;
    border-color: var(--border);
    color: #000;
}

.btn-apple:hover,
.btn-apple:focus {
    background: #fff;
    border-color: var(--border-200);
}

.btn-google {
    background: #fff;
    border-color: var(--border);
    color: #000;
}

.btn-google:hover,
.btn-google:focus {
    background: #fff;
    border-color: var(--border-200);
}

.no_btn {
    background-color: transparent;
    border: 0;
}


.btn.disabled,
.btn:disabled {
    opacity: 1;
    color: var(--gray-400) !important;
    background: var(--gray-200);
    border-color: var(--gray-200);
}

.btn-outline-light.active {
    color: var(--secondary);
    background-color: #fff;
}

.btn-group-toggle .btn-outline-light:not(:disabled):not(.disabled).active,
.btn-group-toggle .show>.btn-outline-light.dropdown-toggle {
    color: var(--primary-200);
    background-color: var(--primary-light);
    border-color: var(--primary-200);
}

.btn-group-toggle .btn-md {
    border-radius: 1.0rem !important;
}

.btn-group-toggle .btn-light:not(:disabled):not(.disabled).active,
.btn-group-toggle .show>.btn-light.dropdown-toggle {
    color: #fff;
    /*background-color: var(--secondary);
    border-color: var(--secondary);*/
}

.btn-group-toggle .btn-light:not(:disabled):not(.disabled).active img,
.btn-group-toggle .show>.btn-light.dropdown-toggle img {
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(65deg) brightness(240%) contrast(103%);
}

.btn-group-toggle .btn input[type=radio],
.btn-group-toggle .btn input[type=checkbox],
.btn-group-toggle .btn-group .btn input[type=radio],
.btn-group-toggle .btn-group .btn input[type=checkbox] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}


.btn-group-full {
    display: flex;
}

.btn-group-full .btn {
    display: flex;
    padding-left: 0.4rem;
    padding-right: 0.4rem;
}

.btn_toggle_primary .btn-outline-light {
    border-color: #D6DAE5;
}

.btn_toggle_primary .btn-outline-light:not(:disabled):not(.disabled).active {
    color: var(--primary);
    background-color: #fff;
    border-color: var(--primary);
    font-weight: 600;
}

.btn-group-wrap {
    display: flex;
    flex-wrap: wrap;
}

.btn-group-wrap .btn {
    margin-bottom: 0.8rem !important;
    margin-right: 0.5rem;
    flex-shrink: 0;
}

.btn-group-wrap .btn:last-child {
    margin-right: 0;
}

/*.btn-light:not(:disabled):not(.disabled):active, 제외*/
.btn-light:not(:disabled):not(.disabled).active,
.show>.btn-light.dropdown-toggle {
    color: #fff;
    /* background-color: var(--secondary);
    border-color: var(--secondary);*/
}

.keyword_badge_wr {
    gap: 1.0rem;
}

.keyword_badge {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    padding: 0;
}

.keyword_badge .btn {
    height: 100%;
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--gray-700);
}

.keyword_badge .btn-link {
    padding-left: 1.5rem;
    margin-right: 0.8rem;
}

.keyword_badge .btn-icon {
    padding-right: 1.0rem;
}

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


/* 인풋 자동완성 초기화 */
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;*/
}

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

.form-control-sm {
    height: var(--height_sm);
    border-radius: 0.8rem;
    font-size: 1.2rem;
}

.form-control-md {
    height: var(--height_md);
    border-radius: 1.0rem;
    font-size: 1.5rem;
}

.form-control-lg {
    height: var(--height_lg);
}

.form-control-auto {
    height: auto;
}


input.form-control {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
}

.ip_wr .ip_tit {
    margin-bottom: 1.0rem;
}

.ip_tit h5 {
    font-size: 1.5rem;
    line-height: 1.0;
    font-weight: 500;
    display: inline-block;
    position: relative;
    color: #000;
    word-break: keep-all;
}

.ip_tit.required h5::after {
    content: "*";
    font-size: 1.4rem;
    position: absolute;
    color: var(--danger);
    top: 0;
    right: -1.2rem;
}

.ip_wr .form-row .col-3 {
    max-width: 10rem;
}

.ip_wr .btn-group-toggle {
    margin-bottom: -0.8rem;
}

.ip_wr .btn-group-toggle .btn {
    margin-bottom: 0.8rem;
}

.form-password {
    position: relative;
}

.form-password .form-control {
    padding-right: 5.0rem;
}

.form-password .pw_icon {
    width: 2.5rem;
    height: 2.5rem;
    border: 0;
    background: transparent;
    padding: 0;
    position: absolute;
    right: 1.5rem;
    top: 50%;
    transform: translateY(-50%);
}


/* form-text */
.form-text {
    display: none;
    margin-top: 0.5rem;
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: 400;
    color: var(--gray-700);
    letter-spacing: -0.3px;
}

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

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

.ip_info .ip_info {
    display: flex;
    gap: 0.5rem;
}


/*.form-row*/
.form-row {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
}

.form-row>.col,
.form-row>[class*=col-] {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

/* textarea 높이 */
textarea {
    resize: none;
}

textarea.form-control {
    min-height: 15rem;
    padding: 1.5rem 1.5rem;
    line-height: 140%;
    word-break: keep-all;
}

.form-control textarea {
    min-height: 14rem;
    padding: 0;
    line-height: 130%;
    border: 0;
    width: 100%;
}

.form-control textarea:focus {
    color: var(--text);
    background-color: var(--bg);
    border-color: var(--gray);
    outline: 0;
    box-shadow: 0 0 0 0 var(--gray-400);
}

.form-control textarea::placeholder {
    color: var(--input_placeholder);
    opacity: 1;
}

.form-control textarea:disabled,
.form-control textarea[readonly] {
    background-color: var(--input_disabled);
    opacity: 1;
}

/* 셀렉트 박스 */
.custom-select,
.custom-select2 {
    padding-right: 3.3rem;
    background-repeat: no-repeat;
    background-position: center right 1.0rem;
    background-size: 1.6rem;
    background-color: #fff;
    border-color: var(--gray-200);
    padding-left: 1.5rem;
    /*font-size: 1.6rem;*/
    font-weight: 400;
    color: var(--black);
    text-align: left;
    position: relative;
    font-size: 1.4rem;
}

.custom-select {
    background-image: url(../img/ic_down.png);
}

.custom-select:focus {
    border-color: var(--border-200);
}

.custom-select2:after {
    content: '';
    display: block;
    width: 2.4rem;
    height: 2.4rem;
    background: url(../img/ic_down.png)no-repeat center center;
    background-size: 2.4rem;
    position: absolute;
    right: 1.0rem;
    top: 50%;
    transform: translateY(-50%);
}


/*.custom-select2[aria-expanded="true"]{border-radius:1.2rem 1.2rem 0 0;border-color: var(--border-200);background: #fff;}
.custom-select2[aria-expanded="true"]:after{transform: translateY(-50%) rotate(180deg);}
.custom-select2 + .dropdown-menu{min-width: 100%;margin: -1px 0 0;border-color:var(--border-200);font-size: 1.6rem;border-radius: 0 0 1.2rem 1.2rem;max-width: 100%;box-shadow: none;}
.custom-select2 + .dropdown-menu a{padding:1.0rem 1.5rem;white-space: break-spaces;word-break: break-all;}
.custom-select2 + .dropdown-menu a:hover{color: var(--primary-700);background: var(--light);}*/


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

input.form-control[type="date"]::-webkit-calendar-picker-indicator,
input.form-control[type="time"]::-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,
input.form-control[type="time"]::before {
    content: '';
    display: block;
    width: 2.5rem;
    height: 2.5rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1.6rem;
    background: var(--gray);
    cursor: pointer;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
}

input.form-control[type="time"]::before {
    -webkit-mask: var(--ic_time);
    mask: var(--ic_time);
}

input.form-control[type="date"]::before {
    -webkit-mask: var(--ic_date);
    mask: var(--ic_date);
}


input.form-control.no-icon[type="date"]::before,
input.form-control.no-icon[type="time"]::before {
    display: none;
}


/*버튼타입 인풋*/
input.form-control[type="button"] {
    position: relative;
    background: url(../img/ic_more_ip.png)no-repeat right 1.5rem center / 1.5rem;
    text-align: left;
}


/* 체크박스*/
.checks_wr {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -1rem;
}

.checks_wr .checks {
    margin-right: 3rem;
    margin-bottom: 1rem;
}

.checks label {
    display: flex;
    align-items: center;
    cursor: pointer;
}

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

.checks input {
    display: none;
}

.checks .ic_box {
    display: inline-block;
    width: 2.2rem;
    height: 2.2rem;
    border: 1px solid var(--gray-300);
    border-radius: 0.6rem;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #fff;
    background-image: url(../img/check_off.png);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1.0rem;
    flex-shrink: 0;
}

.checks input:checked+.ic_box {
    background-color: var(--primary-200);
    border-color: var(--primary-200);
    background-image: url(../img/check_on.png);
}

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

.checks input:checked~.chk_p {}

.chk_p {
    padding-top: 0.1rem;
}



.checks.primary_checks .ic_box {
    background-color: #eae9f0;
    border-radius: 50%;
    background-image: none;
}

.checks.primary_checks input:checked+.ic_box {
    background-image: url(../img/check_on.png);
}


.radios_wr {
    display: flex;
    flex-wrap: wrap;
}

.radios_wr .radios {
    margin-right: 2rem;
    margin-bottom: 1rem;
}

.radios label {
    display: flex;
    align-items: center;
    cursor: pointer;
}

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

.radios input {
    display: none;
}

.radios .ic_box {
    display: inline-flex;
    flex-shrink: 0;
    position: relative;
    width: 2.2rem;
    height: 2.2rem;
    text-align: center;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1.0rem;
    border-radius: 2.0rem;
    border: 1px solid var(--gray-300);
}

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

.radios input:checked+.ic_box:after {
    content: '';
    display: block;
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 50%;
    background-color: var(--primary-200);
}

.radios input+.ic_box:after {
    content: '';
    display: block;
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 50%;
    background-color: var(--gray);
}




/* 이미지 업로드 */
.image_upload {
    display: inline-block;
    position: relative;
    margin-right: 1.0rem;
}

.rprs_img {
    position: absolute;
    top: 1px;
    left: 1px;
    font-sizE: 1.4rem;
    color: #fff;
    color: #fff;
    background: var(--primary);
    padding: 0.2rem 0.5rem;
    border-radius: 1.0rem 0 1.0rem 0;
    z-index: 1;
}

.upload_box {
    width: 12rem;
    overflow: hidden;
    cursor: pointer;
    background: url(../img/ico_camera.png) no-repeat center top 50% / 4.2rem;
    background-color: #fff;
    border: 1px solid var(--gray-200);
    border-radius: 1.2rem;
    position: relative;
}

.upload_box .max_img {
    position: absolute;
    bottom: 15%;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.6rem;
    text-align: center;
    color: var(--gray-400);
    font-weight: 500;
}

.image_upload.on .upload_box {
    background: none;
    border: 1px solid var(--gray-200);
}

.upload_del {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    width: 2.8rem;
    height: 2.8rem;
    border-radius: 50%;
    background-color: transparent;
    padding: 0 !important;
    border: 0;
}

.upload_box.on {
    background: transparent;
}

.upload_del img {
    width: 100%;
}

.image_upload .upload_del img {
    max-width: unset;
    height: auto;
}

.image_upload.on .upload_del {
    display: flex;
}

.img-upload ul li {
    width: 12rem;
    aspect-ratio: 1 / 1;
}

/* 페이지네이션 */
/* 2025.11.10 GR 페이지네이션 수정 */
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagination li {
    height: 100%;
}

.pagination a {
    color: var(--black);
    font-weight: 400;
    margin: 0 0.2rem;
    width: 4rem;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 1.5rem;
}

.pagination_back {
    padding: 0 0.8rem 0 0.4rem;
}

.pagination_next {
    padding: 0 0.4rem 0 0.8rem;
}

.pagination a.on {
    background-color: var(--primary-200);
    color: #fff;
    font-weight: 400;
}

.pagination a.arrow {
    background-color: #fff;
    color: var(--black);
    width: auto;
    height: 1.6rem;
}

.pagination a.arrow img {
    width: 1.6rem;
    height: 1.6rem;
}

.pagination a.arrow {
    margin: 0;
}

.pagination a.arrow.disabled {
    opacity: 0.5;
}

/* 페이저 */
.pager {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 3.0rem;
    background: rgba(0, 0, 0, 0.5);
    padding: 0.5rem 1.2rem;
}

.pager p {
    color: var(--white);
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 120%;
}

.pager .btn {
    padding: 0;
    width: 3.6rem;
    height: 3.6rem;
}

.pager .btn img {
    width: 3.6rem;
}

.pager .btn.disabled {
    background: transparent;
    border: 0;
}

.pager .btn.disabled img {
    opacity: 0.3;
}

/* 2025.11.10 GR 페이지네이션 수정 끝 */

/* 테이블 */
.table_01 {
    width: 100%;
    border-collapse: collapse;
    border-bottom: 1px solid #e3e3e3;
    border-top: 1px #eee solid;
    line-height: 140%;
}

.table_01 th {
    border-bottom: 1px solid #eee;
    color: #1C1C1E;
    font-weight: 500;
    padding: 0.7rem 1.2rem 0.7rem 1.2rem;
    background: #F8F8F8;
    vertical-align: top;

}

.table_01 td {
    border-bottom: 1px solid #eee;
    padding: 0.7rem 1.2rem;
    color: #1C1C1E;
}


/* 테이블 슬래쉬 */
.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;
}






/* 이미지 크롭 */
.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%);
}


.rect2 {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.rect2:after {
    content: "";
    display: block;
    padding-bottom: calc(256 / 181 * 100%);
}

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


.rect3 {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.rect3:after {
    content: "";
    display: block;
    padding-bottom: calc(190 / 335 * 100%);
}

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

.rect4 {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.rect4:after {
    content: "";
    display: block;
    padding-bottom: calc(142 / 250 * 100%);
}

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





/*기본모달*/
body {
    padding-right: 0px !important;
}

body.modal-open[style] {
    overflow-y: scroll;
    position: fixed;
    top: 0px;
    width: 100%;
}

.modal {
    padding-right: 0px !important;
}

.modal-dialog {
    max-height: 100%;
    height: 100%;
}

.modal-sm {
    max-width: 33.0rem;
    margin: 0 auto;
    padding: 1.5rem;
    padding: 2.0rem;
}

.modal-md {
    max-width: 48rem;
    margin: 0 auto;
    padding: 1.5rem;
    padding: 0rem 2.0rem;
    max-height: calc(100% - 3.5rem);
    min-height: calc(100% - 3.5rem);
}

.modal-default {
    max-width: var(--body_width);
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
    padding: 2.0rem 2.0rem;
}

.modal {
    overflow-y: auto;
}

.modal .modal-header {
    align-items: center;
    padding: 2rem 2rem 1.8rem;
    justify-content: space-between;
    border-bottom: 0;
    border-bottom: 1px solid #E0E8F2;
}

.modal .modal-header .modal-title {
    font-weight: 700;
    font-size: 1.8rem;
    flex: 1 1 auto;
    border: 0;
}

.modal .modal-header .close {
    text-shadow: none;
    opacity: 1;
    width: 2.4rem;
    padding: 0;
    margin: 0;
}

.modal .modal-content {
    border: 0;
    border-radius: 1.6rem;
    /*max-width: 34.3rem;*/
    letter-spacing: -0.4px;
}

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

.modal .modal-body .close_bar {
    width: 4.4rem;
    height: 0.4rem;
    background: #E3E3E3;
    border-radius: 1.0rem;
    margin: 0 auto 1.0rem;
    border: 0;
    display: block;
}

.modal .modal-footer>* {
    margin: 0;
}

.modal .modal-footer {
    padding: 1.5rem 2.0rem 2.0rem;
    border: 0;
    display: block;
}

.modal .modal-footer .form-row {
    margin-right: -0.4rem;
    margin-left: -0.4rem;
}


.modal-sm .modal-footer {
    padding: 1.5rem 2.0rem 2.0rem;
}

.modal-md .modal-footer {
    padding: 0 2.0rem 2.0rem;
}

.modal .modal-sm .modal-header {
    padding: 1.5rem 1.5rem 0;
    min-height: 3.9rem;
}

.modal .modal-sm .modal-body {
    border: 0;
    padding: 5rem 2rem 2rem;
    text-align: center;
}

.modal .modal-md .modal-header {}

.modal .modal-md .modal-body {}


/*전체사이즈*/
.modal_full.modal {
    overflow-y: auto;
}

/* .modal_full.modal .modal-header {
	width: 100%;
	background: #fff;
	color:#000;
	padding: 0rem 2.0rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: var(--hd_height_m);
	border-bottom:0;
	border-radius:0;
} */
.modal_full.modal .modal-header button {
    border: 0;
    background: transparent;
    width: 2.4rem;
}

.modal_full.modal .modal-content {
    border-radius: 0;
    max-height: 100dvh;
    height: 100dvh;
    max-width: 100%;
}

.modal_full.modal .modal-dialog {
    margin: 0 auto;
    max-width: var(--body_width);
    transform: translate(0%, 0);
    max-height: 100%;
}

.modal_full.modal .modal-body {
    border: 0;
    padding: 2.0rem 2.0rem 10.4rem;
}

.modal_full.modal .modal-footer {
    /* padding: 2.0rem 2.0rem 1.0rem; */
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    background: linear-gradient(180deg, transparent, #fff 20%);
    border-radius: 0;
}
/*아이폰*/
.is_ios_app .hd_m {
    padding-top: calc(env(safe-area-inset-top) + 0.3rem);
    height: calc(env(safe-area-inset-top) + var(--hd_height_m)) !important;
}
.is_ios_app .modal_full.modal .modal-content {
    padding-top: env(safe-area-inset-top);
    padding-bottom: calc(env(safe-area-inset-bottom) + 10px);
}
.is_ios_app .modal_bottom.modal .modal-content {
    padding-bottom: calc(env(safe-area-inset-bottom) + 10px);
}

/*하단 팝업*/
.modal_bottom.modal {
    padding-right: 0 !important;
    overflow-y: hidden;
}

.modal_bottom.modal.fade {}

.modal_bottom.modal.show .modal-dialog {
    padding-right: 0 !important;
    transform: translate(-50%, 0);
}

.modal_bottom.modal .modal-dialog {
    transform: translate(0, 5rem);
    position: fixed;
    bottom: 0;
    width: 100%;
    max-width: 100%;
    transform: translate(-50%, 5rem);
    left: 50%;
}

/* .modal_bottom.modal .modal-header{padding: 2.4rem 2.0rem 0;}
.modal_bottom.modal .modal-header .modal-title {font-size: 2.6rem;line-height: 1.385;} */
.modal_bottom.modal .modal-title button {
    border: 0;
    background: transparent;
    width: 2.4rem;
    position: absolute;
    right: 2.0rem;
    top: 1.6rem;
}

.modal_bottom.modal .modal-dialog {
    justify-content: flex-end;
    margin: 0 auto;
    min-height: 100%;
    max-width: var(--body_width);
}

.modal_bottom.modal .modal-content {
    border-radius: 2.4rem 2.4rem 0 0;
    margin-top: 3.0rem;
    max-width: 100%;
}
/* .modal_bottom.modal .modal-body{border-bottom:0;padding: 0.5rem 2.0rem 2.0rem;} */
/* .modal_bottom.modal .modal-footer {padding: 0 2.0rem 1.0rem;} */
.modal-backdrop {
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    max-width: var(--body_width);
}



/* 토스트팝업 */
.toast {
    color: #fff;
    border-radius: 1.2rem;
    font-size: 1.4rem;
    font-weight: 600;
    padding: 2rem 1.5rem;
}

/* toast */
.toast {
    position: fixed;
    top: 3.0rem;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: none;
    font-weight: 300;
    z-index: 9999;
    border: 0;
    background: transparent;
    width: 100%;
    /* max-width:34rem; */
}

.toast-body {
    padding: 1.8rem 1.5rem;
    background-color: var(--gray-900);
    color: var(--white);
    font-weight: 600;
    border-radius: 1.2rem;
    text-align: center;
    width: 100%;
    /* min-width: 34.3rem; */
}

.toast-body p {
    display: flex;
    align-items: center;
    line-height: 1.3;
    justify-content: center;
}

.toast-body p i {
    margin-right: 0.6rem;
}


/* 뱃지 */
.badge {
    padding: 0.5rem 1rem;
    font-weight: 600;
    font-size: 1.2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 100%;
}

.text_badge {
    font-weight: 500;
    color: var(--primary-200);
}

.text_badge2 {
    font-weight: 500;
    color: #46B958;
}

.badge-gray {
    color: #7B8699;
    background: #F4F6FA;
}

.badge-secondary-light img {
    filter: invert(31%) sepia(16%) saturate(3389%) hue-rotate(119deg) brightness(96%) contrast(102%);
}

.badge_breakfast {
    background: linear-gradient(90deg, #089AD9, #56DCEB);
    color: #fff;
}

.badge_lunch {
    background: linear-gradient(90deg, #EA8900, #FFBB00);
    color: #fff;
}

.badge_dinner {
    background: linear-gradient(90deg, #0D1D88, #3D89DF);
    color: #fff;
}

.badge_night {
    background: linear-gradient(90deg, #8125C7, #C467EF);
    color: #fff;
}

.badge_breakfast img,
.badge_lunch img,
.badge_dinner img,
.badge_night img {
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(282deg) brightness(104%) contrast(107%);
}

/*탭*/
.tab_sticky {
    position: sticky;
    top: var(--hd_height_m);
    z-index: 15;
}

/*nav-tabs*/
.nav-tabs {
    background: #F5F6F8;
    border-radius: 0.8rem;
    padding: 0.8rem;
    border: 0;
    flex-wrap: nowrap;
}

.nav-tabs .nav-link {
    height: 4.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    color: #999;
    border: 0;
    margin-bottom: 0px;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
    border-radius: 0.8rem;
    font-weight: 600;
    word-break: keep-all;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background: #fff;
    color: #000;
    box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.06);
}

/*nav-pills*/
.nav-pills {
    margin-left: -0.4rem;
    margin-right: -0.4rem;
    flex-wrap: nowrap;
}

.nav-pills .col {
    padding-left: 0.4rem;
    padding-right: 0.4rem;
}

.nav-pills .nav-link {
    background: none;
    border: 1px solid var(--border);
    border-radius: 1rem;
    color: var(--gray-700);
    background-color: transparent;
    border-color: transparent;
}

.nav-pills .nav-link.active {
    background: none;
    border: 0;
    border-radius: 1rem;
    color: var(--primary);
    background-color: #fff;
    border-color: #fff;
}



/*nav_tab_line*/
.nav_tab_line {
    width: 100%;
    margin: 0;
    background-color: #fff;
}

.nav_tab_line {
    border: unset;
    border-bottom: 1px solid #E3E3E3;
}

.nav_tab_line .col,
.nav_tab_line [class*=col-] {
    padding-left: 0;
    padding-right: 0;
}

.nav_tab_line .nav-item {
    text-align: center;
    background-color: #fff;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    margin-right: 2.0rem;
    flex-basis: content;
}

.nav_tab_line .nav-link {
    border: 1px solid white;
    color: var(--gray);
    height: 5.7rem;
    padding: 1.8rem 0.0rem 1.5rem;
    width: 100%;
    font-size: 2.0rem;
    font-weight: 600;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav_tab_line .nav-link.active,
.nav_tab_line .nav-item.show .nav-link {
    border-bottom: 3px solid var(--secondary);
    color: var(--secondary);
    transform: translateY(0.15rem);
    padding: 1.6rem 0.0rem 1.5rem;
}


.nav_tab_line.cate_auto {
    width: fit-content;
}

.nav_tab_line.cate_auto .nav-item {
    flex-grow: 0;
}

.nav_tab_line.cate_auto .nav-link {
    white-space: nowrap;
}


/*top_tab*/
.top_tab {
    width: 100%;
    margin: 0;
}

.top_tab {
    border: unset;
}

.top_tab .col,
.top_tab [class*=col-] {
    padding-left: 0;
    padding-right: 0;
}

.top_tab .nav-item {
    text-align: center;
}

.top_tab .nav-link {
    border: 1px solid transparent;
    color: var(--gray);
    height: 5.6rem;
    width: 100%;
    font-size: 1.8rem;
    font-weight: 600;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.top_tab .nav-link span {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.top_tab .nav-link.active span,
.top_tab .nav-item.show .nav-link span {
    border-bottom: 2px solid var(--primary);
    color: var(--primary);
    transform: translateY(1px);
    width: 100%;
}



/*드롭다운*/
.dropdown-menu {
    padding: 0.5rem;
    min-width: 9.5rem;
    max-width: 100%;
    width: 100%;
    /* box-shadow: 0 0rem 1.6rem rgba(0, 0, 0, 0.06); */
    border-color: var(--gray-100);
    border-radius: 0.8rem;
    font-size: 1.4rem;
    color: #000;
    margin-top: 0.9rem;
}

.dropdown-menu.dropdown-menu02 {
    padding: 1.0rem 1.5rem;
}

.dropdown-menu .dropdown-item {
    padding: 0.7rem 1.5rem;
    cursor: pointer;
    color: #000;
    border-radius: 0.6rem;
}

.dropdown-menu.dropdown-menu02 .dropdown-item {
    padding: 0.35rem 0.8rem;
    cursor: pointer;
}

.dropdown-menu.dropdown-menu02 .dropdown-item:last-child {
    border-bottom: 0;
}

.dropdown-menu .dropdown-item:hover {
    background: var(--gray-50);
}

.dropdown-menu .dropdown-item.active,
.dropdown-menu .dropdown-item:active {
    background: var(--gray-50) !important;
    color: #000;
}

/*커스텀 스위치*/
.custom-switch {
    padding: 0;
    width: 4.0rem;
    height: 2.4rem;
    position: relative;
}

.custom-switch .custom-control-label::after {
    width: 2.4rem;
    height: 2.4rem;
    background-color: #fff;
    border: 3px solid var(--gray-200);
    border-radius: 3rem;
    top: -0.0rem;
    left: 0rem;
}

.custom-control-label::after {
    position: absolute;
    top: 0.3rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    cursor: pointer;
}

.custom-switch .custom-control-input:checked~.custom-control-label::after {
    background-color: #fff;
    left: 0.8rem;
    border-color: var(--primary-200);
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: var(--primary-200);
    background-color: var(--primary-200);
}

.custom-control-label::before {
    background-color: var(--gray-200);
    border: 0;
    top: 0;
    cursor: pointer;
}

.custom-switch .custom-control-label::before {
    left: 0;
    top: 0;
    width: 4.0rem;
    height: 2.4rem;
    border-radius: 3rem;
}

/* 프로필 */

.pf_bg img {
    width: 6.2rem;
}

.pf_default img {
    width: 3.4rem;
}

.pf_sm img {
    width: 1.8rem;
}



/*마진*/
.mt_8 {
    margin-top: 0.8rem;
}

.mt_12 {
    margin-top: 1.2rem;
}

.mt_16 {
    margin-top: 1.6rem;
}

.mt_20 {
    margin-top: 2.0rem;
}

.mt_24 {
    margin-top: 2.4rem;
}

.mt_25 {
    margin-top: 2.5rem;
}

.mt_28 {
    margin-top: 2.8rem;
}

.mt_30 {
    margin-top: 3.0rem;
}

.mt_35 {
    margin-top: 3.5rem;
}

.mt_36 {
    margin-top: 3.6rem;
}

.mt_40 {
    margin-top: 4.0rem;
}

.mt_50 {
    margin-top: 5.0rem;
}

.mt_60 {
    margin-top: 6.0rem;
}

.mt_70 {
    margin-top: 7.0rem;
}

.mt_80 {
    margin-top: 8.0rem;
}


.mb_3 {
    margin-bottom: 0.3rem;
}

.mb_4 {
    margin-bottom: 0.4rem;
}

.mb_5 {
    margin-bottom: 0.5rem;
}

.mb_6 {
    margin-bottom: 0.6rem;
}

.mb_7 {
    margin-bottom: 0.7rem;
}

.mb_8 {
    margin-bottom: 0.8rem;
}

.mb_9 {
    margin-bottom: 0.9rem;
}

.mb_10 {
    margin-bottom: 1.0rem;
}

.mb_12 {
    margin-bottom: 1.2rem;
}

.mb_14 {
    margin-bottom: 1.4rem;
}

.mb_16 {
    margin-bottom: 1.6rem;
}

.mb_18 {
    margin-bottom: 1.8rem;
}

.mb_20 {
    margin-bottom: 2.0rem;
}

.mb_24 {
    margin-bottom: 2.4rem;
}

.mb_25 {
    margin-bottom: 2.5rem;
}

.mb_27 {
    margin-bottom: 2.7rem;
}

.mb_30 {
    margin-bottom: 3.0rem;
}

.mb_40 {
    margin-bottom: 4.0rem;
}

.mb_50 {
    margin-bottom: 5.0rem;
}

.mb_58 {
    margin-bottom: 5.8rem;
}

.mb_60 {
    margin-bottom: 6.0rem;
}

.mb_70 {
    margin-bottom: 7.0rem;
}

.mb_90 {
    margin-bottom: 9.0rem;
}

.mb_110 {
    margin-bottom: 11.0rem;
}

.mr_4 {
    margin-right: 0.4rem;
}

.mr_6 {
    margin-right: 0.6rem;
}

.mr_8 {
    margin-right: 0.8rem;
}

.mr_12 {
    margin-right: 1.2rem;
}

.mr_16 {
    margin-right: 1.6rem;
}

.mr_20 {
    margin-right: 2.0rem;
}

.mr_25 {
    margin-right: 2.5rem;
}

.ml_6 {
    margin-left: 0.6rem;
}

.ml_8 {
    margin-left: 0.8rem;
}

.ml_12 {
    margin-left: 1.2rem;
}

.ml_16 {
    margin-left: 1.6rem;
}

.ml_20 {
    margin-left: 2.0rem;
}


.mx_4 {
    margin-left: 0.4rem;
    margin-right: 0.4rem;
}

.mx_20 {
    margin-left: 2.0rem;
    margin-right: 2.0rem;
}

.mx_n16 {
    margin-left: -1.6rem;
    margin-right: -1.6rem;
}

.mx_n20 {
    margin-left: -2.0rem;
    margin-right: -2.0rem;
}


.my_2 {
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
}

.my_16 {
    margin-top: 1.6rem;
    margin-bottom: 1.6rem;
}

.my_20 {
    margin-top: 2.0rem;
    margin-bottom: 2.0rem;
}



/*패딩*/
.pt_hd {
    padding-top: var(--hd_height_m);
}

.pt_6 {
    padding-top: 0.6rem;
}

.pt_8 {
    padding-top: 0.8rem;
}

.pt_14 {
    padding-top: 1.4rem;
}

.pt_15 {
    padding-top: 1.5rem;
}

.pt_16 {
    padding-top: 1.6rem;
}

.pt_20 {
    padding-top: 2.0rem;
}

.pt_24 {
    padding-top: 2.4rem;
}

.pt_25 {
    padding-top: 2.5rem;
}

.pt_28 {
    padding-top: 2.8rem;
}

.pt_38 {
    padding-top: 3.8rem;
}

.pt_40 {
    padding-top: 4.0rem;
}

.pt_50 {
    padding-top: 5.0rem;
}

.pt_60 {
    padding-top: 6.0rem;
}

.pt_70 {
    padding-top: 7.0rem;
}

.pt_80 {
    padding-top: 8.0rem;
}

.pt_120 {
    padding-top: 12.0rem;
}

.pb_8 {
    padding-bottom: 0.8rem;
}

.pb_14 {
    padding-bottom: 1.4rem;
}

.pb_16 {
    padding-bottom: 1.6rem;
}

.pb_18 {
    padding-bottom: 1.8rem;
}

.pb_20 {
    padding-bottom: 2.0rem;
}

.pb_22 {
    padding-bottom: 2.2rem;
}

.pb_24 {
    padding-bottom: 2.4rem;
}

.pb_25 {
    padding-bottom: 2.5rem;
}

.pb_40 {
    padding-bottom: 4.0rem;
}

.pb_50 {
    padding-bottom: 5.0rem;
}

.pb_60 {
    padding-bottom: 6.0rem;
}

.pb_70 {
    padding-bottom: 7.0rem;
}

.pb_80 {
    padding-bottom: 8.0rem;
}

.pb_90 {
    padding-bottom: 9.0rem;
}

.pb_100 {
    padding-bottom: 10.0rem;
}


.pl_16 {
    padding-left: 1.6rem;
}

.pl_25 {
    padding-left: 2.5rem;
}


.pr_16 {
    padding-right: 1.6rem;
}

.py_8 {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
}

.py_10 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.py_12 {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
}

.py_15 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.py_16 {
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
}

.py_20 {
    padding-top: 2.0rem;
    padding-bottom: 2.0rem;
}

.py_24 {
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
}

.py_35 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
}

.py_40 {
    padding-top: 4.0rem;
    padding-bottom: 4.0rem;
}

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


.px_8 {
    padding-left: 0.8rem;
    padding-right: 0.8rem;
}

.px_12 {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
}

.px_13 {
    padding-left: 1.3rem;
    padding-right: 1.3rem;
}

.px_18 {
    padding-left: 1.8rem;
    padding-right: 1.8rem;
}

.px_16 {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
}

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

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

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

.p_20 {
    padding: 2rem;
}

/* 2025.11.11 GR 추가 */
.gap_2 {
    gap: 0.2rem;
}

.gap_3 {
    gap: 0.3rem;
}

.gap_4 {
    gap: 0.4rem;
}

.gap_5 {
    gap: 0.5rem;
}

.gap_6 {
    gap: 0.6rem;
}

.gap_7 {
    gap: 0.7rem;
}

.gap_8 {
    gap: 0.8rem;
}

.gap_9 {
    gap: 0.9rem;
}

.gap_10 {
    gap: 1rem;
}

.gap_12 {
    gap: 1.2rem;
}

.gap_15 {
    gap: 1.5rem;
}

.gap_16 {
    gap: 1.6rem;
}

.gap_20 {
    gap: 2rem;
}

.gap_25 {
    gap: 2.5rem;
}

/* 2025.11.11 GR 추가 끝 */


.vh_min100_hd {
    min-height: calc(100vh - 5.6rem);
}

.vh_min100 {
    min-height: 100dvh;
}

.vh_100_vh {
    height: 100dvh;
}

.w-auto {
    width: auto;
}

.wrap {
    background: #fff;
    min-height: 100dvh;
    padding-top: var(--hd_height_m);
}

.ws_nowrap {
    white-space: nowrap;
}

.licenses_item {
    padding-top: 2.0rem;
    padding-bottom: 2.0rem;
    border-bottom: 1px solid var(--border);
}

.licenses_item .tit {
    font-size: 1.6rem;
    color: #000;
    font-weight: 700;
    margin-bottom: 0.2rem;
}

.licenses_item .link_a {
    font-size: 1.4rem;
    color: var(--blue);
    display: block;
    margin-bottom: 0.2rem;
}

.licenses_item .info {
    font-size: 1.4rem;
    color: var(--gray-600);
    margin-bottom: 0.4rem;
    white-space: pre-line;
}


/* 2025.11.10 GR 수정 */
/* 기본 수정 */
.btn img {
    max-width: 2.4rem;
    height: 2.4rem;
}

/* 기본 수정 끝 */

/* header 수정 */
/* hd_num == 1 수정 */
.hd_m {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: var(--hd_height_m) !important;
    width: 100%;
    max-width: var(--body_width);
    /*background: #fff;
    backdrop-filter: blur(1rem);
    */
    backdrop-filter: blur(1rem);
    -webkit-backdrop-filter: blur(1.5rem);
    background: rgba(255, 255, 255, 0.9);
    position: fixed;
    top: 0;
    padding: 0.3rem 1.6rem;
    z-index: 1000;
}
.hd_b_search {
    background: rgba(255, 255, 255, 1.0) !important;
}

.hd_m.main_header {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0rem;
    border-bottom-left-radius: 0rem;
}

.head_nav p {
    color: var(--gray-300);
}

.head_nav .active p {
    position: relative;
    color: var(--gray-800);
}

.head_nav .active_ball {
    display: none;
}

.head_nav .active .active_ball {
    display: inline-block;
    position: absolute;
    top: -0.2rem;
    right: 0;
    transform: translateX(50%);
    width: 0.4rem;
    height: 0.4rem;
}

.hd_m .hd_btn,
.modal-header .hd_btn {
    min-width: 3.2rem;
    gap: 1.2rem;
}

.hd_m button>img {
    width: 3.2rem;
    height: 3.2rem;
}

*/ .hd_m .head_btn .ic_btn {
    width: 2.8rem;
    height: 2.8rem;
}

.hd_m .head_btn .ic_btn.ic_search {
    font-size: 0;
    background: url(../img/ic_search.png);
    background-size: 2.8rem;
    width: 2.8rem;
    height: 2.8rem;
}

.hd_m .head_btn .ic_btn.ic_bell {
    font-size: 0;
    background: url(../img/ic_bell.png);
    background-size: 2.8rem;
    width: 2.8rem;
    height: 2.8rem;
}

.hd_m .head_btn .ic_btn.ic_bell.active {
    font-size: 0;
    background: url(../img/ic_bell_active.png);
    background-size: 2.8rem;

}

/* hd_num == 1 끝 */

/* hd_num == 9 수정 */
.custom_mw_32 {
    max-width: 3.2rem;
}

/* hd_num == 9 끝 */
/* header 수정 끝 */

/* 버튼 슬라이드 수정 */
.slide_btn .btn {
    height: 3.4rem;
    padding: 1rem 1.5rem;
    font-size: 1.4rem;
    font-weight: 500;
    color: var(--gray-800);
    border: none;
}
/* .slide_btn .btn-light:not(:disabled):not(.disabled):active, 중복으로 보여 효과 제외 */
.slide_btn .btn-light:not(:disabled):not(.disabled).active {
    background-color: transparent !important;
}
/* .slide_btn .btn-light:not(:disabled):not(.disabled):active, 중복으로 보여 효과 제외 */
.slide_btn .btn-light:not(:disabled):not(.disabled).active,
.show>.btn-light.dropdown-toggle {
    background: var(--primary-gradient-slide);
}

.slide_btn .btn-group-toggle .btn-light:not(:disabled):not(.disabled).active,
.slide_btn .btn-group-toggle .show>.btn-light.dropdown-toggle {
    background-color: var(--gray-50);
    background: var(--primary-gradient-slide);
}
/* 버튼 2*/
.btn-group-toggle .btn-light2:not(:disabled):not(.disabled).active,
.btn-group-toggle .show>.btn-light2.dropdown-toggle {
    color: #fff;
}

.slide_btn .btn-group-toggle .btn-light2:not(:disabled):not(.disabled).active,
.slide_btn .btn-group-toggle .show>.btn-light2.dropdown-toggle {
    background-color: #F4F6FA;
    background: linear-gradient(90deg, #59D8D8, #C5EEA1 100%);
}

.btn-light2 {
    color: var(--gray);
    background-color: #F4F6FA;
    border-color: var(--gray-50);
}

/* 버튼 슬라이드 수정 끝 */

/* tab 추가 수정 */
/* 탭메뉴02 수정 */
.inline_tab {
    padding: 0 1.6rem;
    border-bottom: 2px solid var(--gray-100);
}

.inline_tab .top_tab {
    margin-bottom: -2px;
}

.inline_tab .top_tab .nav-link span {
    padding: 0.85rem 0.8rem;
}

/* 탭메뉴02 수정 끝 */

/* 탭메뉴03 카테고리1 수정 */
.category {
    border-bottom: 2px solid var(--gray-50);
}

.category .top_tab .nav-link {
    height: 4.8rem;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 140%;
    margin-bottom: -0.2rem;
}

.category.cr_black .top_tab .nav-link {
    color: var(--gray-900);
}

.category.cr_black .top_tab .nav-link.active span,
.top_tab .nav-item.show .nav-link span {
    color: var(--gray-900);
    border-bottom: 2px solid var(--gray-900);
}

/* 탭메뉴03 카테고리1 수정 끝 */
/* tab 추가 수정 끝 */

/* input 수정 */
.input_wrap {
    position: relative;
    display: block;
}

.input_wrap input {
    padding-right: 60px;
}

#timer {
    position: absolute;
    right: 2rem;
    top: 50%;
    transform: translateY(-50%);
    color: var(--warning);
    font-size: 14px;
    pointer-events: none;
}

.form_btn {
    max-width: 11.5rem;
}

/* input 수정 끝 */

/* Toast 수정 */
.toast-body img {
    width: 2.3rem;
    height: 2.3rem;
}

/* Toast 수정 끝 */

/* info box 수정 */
.info_body {
    padding: 1.5rem;
    background-color: var(--primary-light);
    border: 1px solid var(--primary-200);
    color: var(--primary-100);
    font-weight: 400;
    border-radius: 1rem;
    text-align: center;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.info_body img {
    width: 1.8rem;
    height: 1.8rem;
}

.info_body.info_warning {
    background-color: #FFF4F3;
    border-color: var(--warning);
    color: var(--warning);
}

/* info box 수정 끝 */


/* 노데이터 수정 */
.result_data {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    /*1223*/
    min-height: 20rem !important;
}

.result_data img {
    width: 6.0rem;
}

/* 노데이터 수정 끝 */

/* 기타 수정 */
.custom_h_32 {height: 3.2rem;}
.custom_h_50 {height: 5.0rem;}

@media (max-width: 1199.98px) {

    .container-sm,
    .container {
        overflow: hidden;
    }
}

/* 기타 수정 끝 */
/* 2025.11.10 GR 수정 끝 */


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

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


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

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

    .mobile_wr {
        border-left: 0;
        border-right: 0;
    }

}

/*반응형 max 360px*/
@media (max-width: 360px) {
    html {
        font-size: 9.4px;
    }

    .btn-group-wrap .btn {
        margin-bottom: 0.6rem !important;
        margin-right: 0.4rem;
    }

    .nav_tab_line .nav-link.active,
    .nav_tab_line .nav-item.show .nav-link {
        padding-bottom: 1.25rem;
    }

    .top_tab .nav-link {
        font-size: 1.8rem;
    }

    .top_tab .nav-link.active span,
    .top_tab .nav-item.show .nav-link span {
        /*transform: translateY(0.25rem);padding: 1.5rem 0.0rem 1.3rem;*/
    }

    .my_posts .top_tab .nav-link.active span {
        padding: 1.1rem 0.0rem 0.9rem;
    }


    .tit_h2 {
        font-size: 2.4rem;
    }

}


/* 공통 CSS iframe */
.iframe .hd_m,
.iframe .bt_menu,
.iframe .chaeting,
.iframe .author_more {
    display: none;
}

.iframe .body_wrap,
.iframe .container {
    max-width: 100%;
}

.iframe .px_16 {
    padding-right: 0;
    padding-left: 0;
}

.iframe .container {
    padding-right: 0;
    padding-left: 0;
}

.iframe .detail_slide .swiper-slide {
    padding: 0;
}

.iframe .detail_slide .swiper-pagination {
    right: 1.2rem;
}

.iframe ::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.iframe {
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.iframe .wrap {
    padding-top: 0;
}

/* iframe 안에서는 기본적으로 클릭 불가 느낌 */
.iframe button,
.iframe a,
.iframe [role="button"],
.iframe [type="button"] {
    cursor: default !important;
    pointer-events: auto;
    /* 이벤트는 JS에서 막고 있으므로 유지 */
}

.iframe .more_btn,
.iframe .more_btn * {
    cursor: pointer !important;
}

.iframe #comment_del_modal button {
    cursor: pointer !important;
}

.iframe .jconfirm button {
    cursor: pointer !important;
}

.iframe .file_list button,
.iframe .file_list a {
    cursor: pointer !important;
}

.keep_all{word-break: keep-all!important;}
