@charset "UTF-8"; 
/* 초기화 및 초기 세팅 */
:root {
    /* 버튼 및 인풋 폼 높이 세팅 */
	--body_width:54.6rem;
	--body_width02:19.0rem;/*오른쪽 너비는 이걸로 조절*/
    --hd_height: 9rem;
    --hd_height_m: 4.8rem;
    --ft_height_m: 5.4rem;
    --height_sm: 3.2rem;
    --height_md: 3.6rem;
    --height: 4.8rem;
    --height_lg: 5.2rem;
    --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='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 0C20.1797 0 26 5.8203 26 13C26 20.1797 20.1797 26 13 26C5.8203 26 0 20.1797 0 13C0 5.8203 5.8203 0 13 0ZM13.666 7.25391C13.3104 6.93649 12.7841 6.91655 12.4072 7.19434L12.334 7.25391L8.33398 10.8252C7.92209 11.193 7.8863 11.8253 8.25391 12.2373C8.62173 12.6493 9.25404 12.6852 9.66602 12.3174L12 10.2334V18C12 18.5523 12.4477 19 13 19C13.5523 19 14 18.5523 14 18V10.2334L16.334 12.3174C16.746 12.6852 17.3783 12.6493 17.7461 12.2373C18.1137 11.8253 18.0779 11.193 17.666 10.8252L13.666 7.25391Z' fill='%23989FAA'/%3E%3C/svg%3E%0A");
}

/*스크롤 스타일*/
div::-webkit-scrollbar {
    width: 0.4rem;
    height: 0.4rem;
}
div::-webkit-scrollbar-thumb {
    background-color:rgba(0,0,0,0.2);
    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;} 
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;
 } 

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(100dvh - 5.6rem);
    min-height: 100dvh;
}

 /*메인*/
.idx_pg {padding-bottom: 7.8rem;}
.curs_pointer{cursor: pointer;}
.curs_default{    cursor: default !important;}


/*서브*/
.sub_tit { position: relative; } 
.sub_pg {position: relative;padding-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-300);}
.text-gray-400{color:var(--gray-400);}
.text-gray{color:var(--gray-500);}
.text-gray-500{color:var(--gray-500);}
.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-300{color:var(--primary-300);}
.text-black{color:#000;}



.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-300);}
.bg-gray-400{background:var(--gray-400);}
.bg-gray-500{background:var(--gray-500);}
.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-50{background:var(--primary-50);}
.bg-primary-100{background:var(--primary-100);}
.bg-primary-200{background:var(--primary-200);}
.bg-primary{background:var(--bg-primary);}
.bg-primary-300{background:var(--bg-primary);}
.bg-primary-400{background:var(--primary-400);}
.bg-primary-500{background:var(--primary-500);}
.bg-primary-600{background:var(--primary-600);}
.bg-primary-700{background:var(--primary-700);}
.bg-primary-800{background:var(--primary-800);}
.bg-primary-900{background:var(--primary-900);}

/*260309*/
.bg-sky{background:#E2EEFF;}

.border-100{border-color:var(--border-100) !important;}
.border-200{border-color:var(--border-200) !important;}
.border-300{border-color:var(--border-300) !important;}
.border-600{border-color:var(--border-600) !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.8rem;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:1.0rem;font-size:2.4rem}
.dot_list li:last-child{margin-bottom:0;}


.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 !important; } 
.line_h1_4 { line-height:1.4em !important; } 
.line_h1_5 { line-height:1.5em !important; } 
.line_h1_6 { line-height:1.6em !important; } 
.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: 2.4rem; font-weight: 700;line-height: 140%;letter-spacing: -0.05rem;}
.tit_h2 {font-size: 2.0rem; font-weight: 600;line-height: 100%;} 
.tit_h3 {font-size: 1.8rem; font-weight: 600;line-height: 100%;}
.tit_h4 {font-size: 1.6rem; font-weight: 600;line-height: 100%;}

.body_small{font-size: 1.4rem;line-height: 1.715;}

.underline{text-decoration : underline;text-underline-position : under;}

.fs_8 { font-size: 0.8rem; } 
.fs_9 { font-size: 0.9rem; } 
.fs_10 { font-size: 1.0rem; } 
.fs_11 { font-size: 1.1rem !important; } 
.fs_12 { font-size: 1.2rem !important; } 
.fs_13 { font-size: 1.3rem !important; } 
.fs_14 { font-size: 1.4rem !important; } 
.fs_15 { font-size: 1.5rem !important; } 
.fs_16 { font-size: 1.6rem !important; } 
.fs_17 { font-size: 1.7rem !important; } 
.fs_18 { font-size: 1.8rem !important; } 
.fs_19 { font-size: 1.9rem !important; } 
.fs_20 { font-size: 2.0rem !important; } 
.fs_21 { font-size: 2.1rem !important; } 
.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; overflow-wrap: break-word; word-break: break-word; }
.wh_nowrap { white-space: nowrap; }

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

.spacing_n1{letter-spacing: -0.025rem;}/*자간 -1%*/
.spacing_n2{letter-spacing: -0.05rem;}/*자간 -2%*/

/*글자 줄임말/자르기*/
.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;} 
.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;} 
.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;} 
.line20_text { white-space: normal; overflow: hidden; text-overflow: ellipsis;word-wrap: break-word; display: -webkit-box; -webkit-line-clamp: 20; -webkit-box-orient: vertical;word-break: break-all;}


/* 폼 사각형 */
.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;}
.touch_scroll > .d-flex{min-width: fit-content;}



/* 버튼 */
.btn{height: var(--height);display: inline-flex;justify-content: center; align-items: center;border-radius: 0.8rem;font-size: 1.6rem;font-weight:500;word-break: keep-all;} 
.btn-sm{height: var(--height_sm);border-radius: 0.6rem;font-size: 1.4rem;padding-left:1.0rem;padding-right:1.0rem; font-weight: 400;} 
.btn-md{ height: var(--height_md);border-radius: 0.8rem;font-weight: 500;font-size: 1.5rem;}
.btn-lg{ height: var(--height_lg);font-weight:700;font-size: 1.6rem;padding: 0.5rem 2rem;border-radius: 1.0rem;} 
.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-link:disabled, .btn-link.disabled {color: var(--gray-400);}
.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-naver{background:#00CD4C;border-color:#00CD4C;color:#fff;}
.btn-naver:hover, .btn-naver:focus{background:#1ABB00;border-color:#1ABB00;}

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

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


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

.btn-group-toggle .btn{padding-left:1.8rem;padding-right:1.8rem;    flex-shrink: 0;}
.btn-group-toggle .btn-outline-light:not(:disabled):not(.disabled).active, .btn-group-toggle .show > .btn-outline-light.dropdown-toggle {
	color: #000;
    background-color: #fff;
    border-color: #000;
}
.btn-group-toggle .btn-light:not(:disabled):not(.disabled).active, .btn-group-toggle .show > .btn-light.dropdown-toggle {color: var(--primary);background-color:var(--primary-100);border-color: var(--primary-200);}


.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-toggle .btn-outline-border{color:var(--gray-400);    font-weight: 400;}
.btn-group-toggle .btn-outline-border:not(:disabled):not(.disabled).active{color: var(--primary);background-color:var(--primary-100);border-color: var(--primary-200);    font-weight: 600;}


.btn-group-toggle.dark .btn-outline-border{color:var(--gray-500);    font-weight: 400;}
.btn-group-toggle.dark .btn-outline-border:not(:disabled):not(.disabled).active{color: #fff;background-color:var(--gray-500);border-color: var(--gray-500); font-weight: 600;}

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


.btn-group-wrap{display:flex;flex-wrap: wrap;}
.btn-group-wrap .btn{margin-bottom:0.8rem !important;margin-right:0.6rem;flex-shrink: 0;}
.btn-group-wrap .btn:last-child{margin-right:0;}

.keyword_badge_wr{gap: 0.8rem;}
.keyword_badge{
   display: flex;
   justify-content: center;
   align-items: center;
   flex-shrink: 0;
   padding:0 1.4rem;
}
.keyword_badge .btn{ height: 100%;font-size: 1.5rem;flex-shrink: 0; padding:0 1.4rem;}
.keyword_badge .btn-link{padding-left:1.6rem;margin-right: 0.5rem;}
.keyword_badge .btn-icon{padding-right:1.6rem;}
.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;}


.form-row-8 {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.4rem !important;
  margin-left: -0.4rem !important;
}
.form-row-8 > .col,
.form-row-8 > [class*=col-] {
  padding-right: 0.4rem;
  padding-left: 0.4rem;
}


/* 인풋 자동완성 초기화 */
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;
}
input[type="number"] { -moz-appearance: textfield;}
input::-webkit-inner-spin-button {-webkit-appearance: none;}
input::-webkit-outer-spin-button {-webkit-appearance: none; margin: 0;}

/* 입력 인풋 */
.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: 0.6rem;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; line-height: 0.7;} 
.ip_tit h5 {
    font-size: 1.4rem;
	line-height: 0.7;
    font-weight: 500;
    display: inline-block;
    position: relative;
    color: var(--gray-500);
    word-break: keep-all;
}
.ip_tit.required h5::after{ content: '';width:0.4rem;height:0.4rem;border-radius:50%;background:var(--primary);position: absolute;color: var(--primary);top: -0.15rem; right: -0.7rem;}
.ip_wr .form-row .col-3{max-width: 10rem;}
.ip_wr .btn-group-toggle{row-gap: 0.8rem;}

.form-password{position:relative;}
.form-password .form-control{padding-right:5.0rem;}
.form-password .pw_icon {
    width: 1.8rem;
    height: 1.8rem;
    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.6rem;
    font-size: 1.2rem;
    line-height: 1.1;
    font-weight: 500;
    color:var(--gray-500);
	word-break: keep-all;
}
.ip_valid .ip_valid{display: flex; color: var(--success);}
.ip_invalid .ip_invalid{display: flex; color: var(--danger);}
.ip_invalid .form_box{border-color:var(--danger);}



/*.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: 4.8rem; padding: 1.5rem 1.5rem; line-height: 140%;word-break: keep-all;height: fit-content !important;}

.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(--border);
}
.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.6rem;
	background-repeat:no-repeat;
	background-position:center right 1.6rem;
	background-size:2.0rem;
	background-color: #fff;
	border-color: var(--border-300);
    padding-left: 1.6rem;
    font-weight: 400;
    color: #000;
	text-align: left;
	position:relative;
}
.custom-select{background-image: url(../img/ip_select.png);}
.custom-select:focus {border-color: var(--border-300);}
.custom-select2:after{content:'';display:block;width:2.0rem;height:2.0rem;background: url(../img/ip_select.png)no-repeat center center;background-size:2.0rem;position:absolute;right:1.6rem;top:50%;transform: translateY(-50%);}


.custom-select.w-auto{background-position: center right;background-size: 1.6rem;}
/*.custom-select2[aria-expanded="true"]{border-radius:1.2rem 1.2rem 0 0;border-color: var(--border-300);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-300);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.0rem; height: 2.0rem; position: absolute; top: 50%;
    transform: translateY(-50%); right: 1.6rem; background: var(--gray-400); 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.4rem;
    height: 2.4rem;
    border: 1px solid var(--gray-300);
    border-radius: 0.6rem;
    background-color: #fff;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.checks input:checked + .ic_box {
    background-color: var(--primary);
    border-color: var(--primary);
    background-image: url(../img/checkbox_on.png);
}
.checks input:checked ~ .chk_p{}
.chk_p{padding-top:0.1rem;}

.checks.checks_16 .ic_box {width: 1.6rem;height: 1.6rem;border-radius: 0.4rem;}
.checks .ic_check {
    display: inline-block;
    width: 2.4rem;
    height: 2.4rem;
    background-image: url(../img/check_icon_off.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    flex-shrink: 0;
}
.checks input:checked + .ic_check {
    background-image: url(../img/check_icon_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.4rem; height: 2.4rem; text-align: center; background-color: #fff;display: flex; align-items: center; justify-content: center;;border-radius:2.0rem;border:1px solid var(--gray-300);}
.radios input:checked + .ic_box{border-color: var(--primary);border-width:2px;}
.radios input:checked + .ic_box:after {
    content: '';
    display: block;
    background-color: var(--primary);
}
.radios input + .ic_box:after {
    content: '';
    display: block;
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 50%;
}




/* 이미지 업로드 */
.image_upload{display: inline-block;position: relative;width: 100%;}
.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: 100%;
    overflow: hidden;
    cursor: pointer;
    background: url(../img/add_img.png) no-repeat center /cover;
	background-color: #fff;
	border:1px solid var(--gray-300);
	border-radius: 0.8rem;
	position: relative;
}
.image_upload.on .upload_box{background: none;border: 1px solid var(--gray-300);}
.upload_del {
    position: absolute;
    top: 0.4rem;
    right: 0.4rem;
    width: 1.8rem;
    height: 1.8rem;
    border-radius: 50%;
    background-color: transparent;
    padding: 0 !important;
    display: none;
}
.upload_del img{width:100%;}
.image_upload.on .upload_del{display: flex;}



/* 페이지네이션 */
.pagination {display: flex; justify-content: center; align-items: center; } 
.pagination li { height: 100%; } 
.pagination a {
    color: #000;
    font-weight: 500;
    margin: 0 0.4rem;
	width: 2.8rem;height: 2.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.pagination a.on {
	background-color: var(--primary);color:#fff; font-weight: 400;
    color: #fff;
} 
.pagination a.arrow{background-color: #fff;color: #626C79;}
.pagination a.arrow{margin:0;}
.pagination a.arrow.disabled img{opacity:0.3;} 

/* 페이저 */
.pager {
    display: inline-flex;
    justify-content: center;
    align-items: center;
	border-radius:3.0rem;
	background:var(--light);
	padding:0.3rem 0.6rem;

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

/* 테이블 */
.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%);}




.rect3{width: 100%;position: relative;overflow: hidden; } 
.rect3:after{content: "";display: block;padding-bottom: calc(120 / 230 * 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(200 / 350 * 100%); } 
.rect4 img{ position: absolute;width: 100%;height: 100%;object-fit: cover;object-position: center;top: 50%;left: 50%;transform: translate(-50%,-50%);}


.rect_look{width: 100%;position: relative;overflow: hidden; } 
.rect_look:after{content: "";display: block;padding-bottom: calc(250 / 170 * 100%); } 
.rect_look img{ position: absolute;width: 100%;height: 100%;object-fit: cover;object-position: center;top: 50%;left: 50%;transform: translate(-50%,-50%);}
.rect_look video{position: absolute;width: 100%;height: 100%;object-fit: cover;object-position: center;top: 50%;left: 50%;transform: translate(-50%,-50%);}


.rect_look2{width: 100%;position: relative;overflow: hidden; } 
.rect_look2:after{content: "";display: block;padding-bottom: calc(250 / 170 * 100%); } 
.rect_look2 img{ position: absolute;width: 100%;height: 100%;object-fit: cover;object-position: center;top: 50%;left: 50%;transform: translate(-50%,-50%);}


/* SPEC-QAP-IMP-32: aspect-ratio 고정 — 광고 슬라이드 전환 시 컨테이너 height 일정 → 흔들림 차단.
   원본 commented padding-bottom 값 (76/390) 그대로 modern 표기. 앱(ChatDetailScreen.tsx:3098) 과 동일 비율. */
.rect_banner{width: 100%;position: relative;overflow: hidden;aspect-ratio: 390 / 76;}
.rect_banner img{width: 100%;height: 100%;object-fit: cover;object-position: center;}

.gap_02{gap:0.2rem;}
.gap_04{gap:0.4rem;}
.gap_05{gap:0.5rem;}
.gap_06{gap:0.6rem;}
.gap_08{gap:0.8rem;}
.gap_10{gap:1rem;}
.gap_12{gap:1.2rem;}
.gap_15{gap:1.5rem;}
.gap_16{gap:1.6rem;}
.rowgap_02{row-gap:0.2rem;}
.rowgap_04{row-gap:0.4rem;}
.rowgap_05{row-gap:0.5rem;}
.rowgap_06{row-gap:0.6rem;}
.rowgap_08{row-gap:0.8rem;}
.rowgap_10{row-gap:1rem;}
.rowgap_15{row-gap:1.5rem;}


.gap_8{gap: 0.8rem;}
.row_gap_8{row-gap: 0.8rem;}

/*기본모달*/
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:38.2rem;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;
    left: calc(50% + var(--body_width02));
    max-width: var(--body_width);
    transform: translateX(-50%);
}
.modal .modal-header{align-items: center;padding: 2rem 2rem 0.5rem;justify-content: space-between;border-bottom:0;}
.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;}
.modal .modal-body { position: relative; flex: 1 1 auto;padding:2.0rem 2.0rem 2.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.0rem 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: 0 1.6rem 2.0rem;}
.modal-md .modal-footer{padding: 0 2.0rem 2.0rem;}

.modal .modal-sm .modal-header{padding: 1.5rem 2rem;}
.modal .modal-sm .modal-body{border:0;padding:2.85rem 1.6rem 2.85rem;}
.modal .modal-sm .modal-body .text-gray-500{word-break: keep-all;}
.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.4rem;
	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;padding-bottom:calc(env(safe-area-inset-bottom));}
.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:0 2.4rem 6.0rem;}
.modal_full.modal .modal-footer {
    padding: 0rem 2.4rem 1.8rem;
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    background: linear-gradient(180deg, transparent, #fff 20%);
	border-radius: 0;
}


/*하단 팝업*/
.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;}
.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: calc(50% + var(--body_width02)); width: 100%;transform: translateX(-50%);max-width:var(--body_width);}



/* 토스트팝업 */
.toast{
    color: #fff;
    font-size: 1.5rem;
    font-weight: 500;
    padding: 0.5rem 1rem;
}
.toast {
    position: fixed;
    top: 3.0rem;
    left: calc(50% + var(--body_width02));
    transform: translateX(-50%);
    box-shadow: none;
    font-weight: 300;
    z-index: 9999;
    border: 0;
    background: transparent;
    width: 100%;
}
.toast-body {
    padding: 0.9rem 1.6rem;
    background-color: rgba(53, 57, 65, 0.9);
    color: var(--white);
    font-weight: 400;
    border-radius: 3.0rem;
    text-align: center;
	width: 100%;
	backdrop-filter: blur(3px);
}
.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 1.0rem;
    border-radius: 0.6rem;
    font-weight: 500;
    font-size: 1.4rem;
	display: inline-flex;
    align-items: center;
    justify-content: center;
}
.badge-light{background:var(--light);color:#858585;}
.badge-primary-light{color:var(--primary);background:var(--primary-100);}
.badge-primary-outline{color:var(--primary);background:#fff;border:1px solid var(--primary);}
.badge-secondary-light{background:var(--secondary-light);color:var(--secondary);}
.badge-secondary-line{color:var(--secondary);background:#fff;border:2px solid var(--secondary);}
.badge-gray-300{background:var(--gray-300);color:#fff;}
.badge_opaque{background:rgba(0,0,0,0.5);backdrop-filter: blur(4px);color:#fff;}
.badge-sm{font-size:1.2rem;height:2.4rem; padding: 0.3rem 1.0rem;}
.badge-md{font-size:1.2rem;height:2.0rem; padding: 0.3rem 1.0rem;}/**/
.badge-lg{font-size:inherit; padding: 1.0rem 2.0rem;}
.country_badge,
.level_badge {
    padding: 0.5rem 0.8rem;
    color: var(--primary);
    background: var(--primary-100);
    border: 1px solid var(--primary);
    height: 2.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.level_badge img{width:1.4rem;margin-right:0.2rem;}
.country_badge{
    width: 2.8rem;
    height: 2.8rem;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #1e5eff;      /* 파란 배경 */
    color: #ffffff;           /* 흰 글씨 */
    border-radius: 9999px;    /* 원형 */
    font: 700 12px/1 system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
    letter-spacing: 0.5px;
    user-select: none;
}



/*탭*/
.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);
    background: #fff;
    color: var(--gray-500);
	padding:0.5rem 1.8rem;
	font-weight: 400;
}
.nav-pills .nav-link.active {
    background: none;
    border: 0;
    border-radius: 0.8rem;
    background: var(--gray-500);
    color: #fff;
    border: 1px solid var(--gray-500);
	font-weight: 600;
}



/*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;border-bottom: 1px solid var(--border);}
.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.0rem;
    width: 100%;
    font-size: 1.8rem;
    font-weight: 700;
    background: transparent;
	display: flex;
    align-items: center;
    justify-content: center;
	padding-left: 0;
    padding-right: 0;
}
.top_tab .nav-link span{padding: 1.8rem 0.0rem 1.5rem;display: inline-block;}
.top_tab .nav-link.active span, .top_tab .nav-item.show .nav-link span{
    border-bottom: 2px solid #000;
    color: #000;
	transform: translateY(0.2rem);
	padding:1.1rem 0.0rem 0.9rem;
	width:100%;
}



/*드롭다운*/
.dropdown-menu {
    padding:0;
	width: 100%;
    min-width: 18.4rem;
    box-shadow: 0 0.2rem 0.8rem rgba(0, 0, 0, 0.05);
    border:0;
    border-radius: 1.2rem;
    font-size: 1.5rem;
    color: #000;
    margin-top: 0.9rem;
	overflow: hidden;
	z-index: 1001;
}
.dropdown-menu .dropdown-item{padding:1.0rem 1.2rem;cursor: pointer;color:var(--gray-600);display: flex; justify-content: space-between;align-items: center;border-bottom:1px solid var(--gray-100);}
.dropdown-menu .dropdown-item:last-child{border-bottom:0;}
.dropdown-menu .dropdown-item:hover{background:var(--gray-100);}
.dropdown-menu .dropdown-item.active, .dropdown-menu .dropdown-item:active{background:var(--gray-100) !important;color:#000;}

.dropdown.dropdown_backdrop.show > button{z-index: 1001;position: relative;}
.dropdown.dropdown_backdrop.show:after {
    content: '';
    display: block;
    width: 100%;
    background: rgba(0, 0, 0, 0.1);
    position: fixed;
    top: 0;
    left: calc(50% + var(--body_width02));
    width: 100%;
    height: 100%;
    z-index: 1000;
    backdrop-filter: blur(8px);
    transform: translateX(-50%);
    max-width: var(--body_width);
}

/*커스텀 스위치*/
.custom-switch {
    padding: 0;
    width: 4.1rem;
    height: 2.7rem;
	position: relative;
}
.custom-switch .custom-control-label::after {
    width: 1.8rem;
    height: 1.8rem;
    background-color: #fff;
    border-radius: 3rem;
    top: 0.3rem;
    left: 0.3rem;
}
.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: 1.1rem;
}
.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: var(--primary);
    background-color: var(--primary);
}
.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;
}


.form-range {
  width: 100%;
  height: 0.8rem;
  border-radius: 2.0rem;
  /* 트랙 배경을 그라디언트로 */
  background: linear-gradient(to right, var(--primary) 0%, var(--primary) var(--percent), var(--gray-200) var(--percent), var(--gray-200) 100%);
  appearance: none;
  transition: background-size 0.3s ease;
}

.form-range::-webkit-slider-thumb{
	appearance: none;
	width: 1.6rem;
	height: 1.6rem;
	background:var(--primary-200) !important; /* 항상 이 색상으로 보이도록 지정 */
	border-radius: 50%;
	cursor: pointer;
	position: relative;
	z-index: 2;
}
.form-range::-moz-range-thumb {
	width: 1.6rem;
	height: 1.6rem;
	background:var(--primary-200) !important; /* 항상 이 색상으로 보이도록 지정 */
	border-radius: 50%;
	cursor: pointer;
 }

/* 썸이 활성 상태일 때 (클릭/터치 중일 때)의 스타일을 추가로 지정 */
.form-range::-webkit-slider-thumb:active,
.form-range::-moz-range-thumb:active {
  background: #81B1FF; /* 클릭 중에도 같은 색상을 유지하고 싶다면 이렇게 */
  /* 또는, 클릭 중에 다른 색상을 원하면 여기에 다른 색상을 넣어주세요. */
  /* 예: background: #6A9EEC; */
}

/* 트랙도 기본 스타일 제거 */
.form-range::-webkit-slider-runnable-track, .form-range::-moz-range-track {
  height: 0.8rem;
  background: transparent; /* 배경은 위에서 잡힘 */
  border-radius: 2.0rem;
}


/*마진*/
.mt_6{margin-top:0.6rem;}
.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_22{margin-top:2.2rem;}
.mt_23{margin-top:2.3rem;}
.mt_24{margin-top:2.4rem;}
.mt_25{margin-top:2.5rem;}
.mt_28{margin-top:2.8rem;}
.mt_32{margin-top:3.2rem;}
.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;}
.mt_100{margin-top:10.0rem;}


.mb_1{margin-bottom:0.1rem;}
.mb_2{margin-bottom:0.2rem;}
.mb_4{margin-bottom:0.4rem;}
.mb_5{margin-bottom:0.5rem;}
.mb_6{margin-bottom:0.6rem;}
.mb_8{margin-bottom:0.8rem;}
.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_26{margin-bottom:2.6rem;}
.mb_27{margin-bottom:2.7rem;}
.mb_28{margin-bottom:2.8rem;}
.mb_30{margin-bottom:3.0rem;}
.mb_32{margin-bottom:3.2rem;}
.mb_33{margin-bottom:3.3rem;}
.mb_36{margin-bottom:3.6rem;}
.mb_38{margin-bottom:3.8rem;}
.mb_40{margin-bottom:4.0rem;}
.mb_42{margin-bottom:4.2rem;}
.mb_46{margin-bottom:4.6rem;}
.mb_50{margin-bottom:5.0rem;}
.mb_53{margin-bottom:5.3rem;}
.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_2{margin-right:0.2rem;}
.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_14{margin-right:1.4rem;}
.mr_16{margin-right:1.6rem;}
.mr_20{margin-right:2.0rem;}
.mr_24{margin-right:2.4rem;}

.ml_2{margin-left:0.2rem;}
.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_n24{margin-left:-2.4rem;margin-right:-2.4rem;}


.my_2{margin-top:0.2rem;margin-bottom:0.2rem;}
.my_8{margin-top:0.8rem;margin-bottom:0.8rem;}
.my_20{margin-top:2.0rem;margin-bottom:2.0rem;}
.my_28{margin-top:2.8rem;margin-bottom:2.8rem;}


/*패딩*/
.pt_hd{padding-top:var(--hd_height_m);}
.pt_2{padding-top:0.2rem;}
.pt_6{padding-top:0.6rem;}
.pt_14{padding-top: 1.4rem;}
.pt_15{padding-top: 1.5rem;}
.pt_20{padding-top: 2.0rem;}
.pt_24{padding-top:2.4rem;}
.pt_25{padding-top:2.5rem;}
.pt_26{padding-top:2.6rem;}
.pt_28{padding-top:2.8rem;}
.pt_34{padding-top:3.4rem;}
.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_12 { padding-bottom: 1.2rem;}
.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_27{padding-bottom:2.7rem;}
.pb_34{padding-bottom:3.4rem;}
.pb_36{padding-bottom:3.6rem;}
.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_22 { padding-left: 2.2rem;}
.pl_25 { padding-left: 2.5rem;}


.pr_16{padding-right:1.6rem;}

.py_8{ padding-top: 0.8rem; padding-bottom: 0.8rem;}
.py_12{ padding-top: 1.2rem; padding-bottom: 1.2rem;}
.py_20{padding-top:2.0rem;padding-bottom:2.0rem;}
.py_22{padding-top:2.2rem;padding-bottom:2.2rem;}
.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;}


.px_8{padding-left:0.8rem;padding-right:0.8rem;}
.px_12{padding-left:1.2rem;padding-right:1.2rem;}
.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_24{padding-left:2.4rem;padding-right:2.4rem;}

.py_30{padding-top:3.0rem;padding-bottom:3.0rem;}
.p_16{ padding: 1.6rem;}
.p_20{ padding: 2rem;}



.vh_min100_hd{min-height:calc(100dvh - 5.6rem);}
.vh_min100{min-height:calc(100dvh - env(safe-area-inset-bottom));}
.vh_100{height:100dvh;}
.w-auto{width:auto;}

.wrap {
    /*min-height: calc(100dvh - 26.8rem);*/
    min-height: calc(100dvh - var(--ft_height_m));
    padding-top: var(--hd_height_m);
    padding-bottom: calc(env(safe-area-inset-bottom));
}

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





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


} 

/*반응형 max 992px lg*/
@media (max-width: 991.98px) {
	/*모달*/
	.modal, .modal-backdrop{left: 50%;}
	.modal_full.modal .modal-header {padding: 0rem 2.0rem;}
	.modal_full.modal .modal-header button{border:0;background:transparent;width:2.4rem;}
	.modal_full.modal .modal-body{border:0;padding:0 2.0rem 6.0rem;}
	.modal_full.modal .modal-footer {padding: 0rem 2.0rem 1.8rem;}

	.dropdown.dropdown_backdrop.show:after {left: 50%;}
	
	.mx_n24{margin-left:-2.0rem;margin-right:-2.0rem;}
	.px_24{padding-left:2.0rem;padding-right:2.0rem;}

	.wrap {min-height: 100dvh;}
	.idx_pg {
		padding-bottom: 10.6rem;
	}
} 

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

	
} 

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

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


