@charset "UTF-8";

/* 초기화 및 초기 세팅 */
:root {
	/* 버튼 및 인풋 폼 높이 세팅 */
	--hd_height: 9rem;
	--hd_height_m: 5.0rem;
	--ic_date: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_282_9915)'%3E%3Cline x1='4' y1='9.35' x2='20' y2='9.35' stroke='%2322272B' stroke-width='1.3'/%3E%3Crect x='4' y='5' width='16' height='15' rx='3' stroke='%2322272B' stroke-width='1.3' stroke-linejoin='round'/%3E%3Cpath d='M9 4L9 6' stroke='%2322272B' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M9 13H7' stroke='%2322272B' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M17 16H15' stroke='%2322272B' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M13 13H11' stroke='%2322272B' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M17 13H15' stroke='%2322272B' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M9 16H7' stroke='%2322272B' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M13 16H11' stroke='%2322272B' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M15 4L15 6' stroke='%2322272B' stroke-width='1.3' stroke-linecap='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_282_9915'%3E%3Crect width='18' height='18' fill='white' transform='translate(3 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
	--ic_time: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_282_9913)'%3E%3Cpath d='M11.9999 20.1015C16.4734 20.1015 20.0999 16.475 20.0999 12.0015C20.0999 7.52798 16.4734 3.90149 11.9999 3.90149C7.5264 3.90149 3.8999 7.52798 3.8999 12.0015C3.8999 16.475 7.5264 20.1015 11.9999 20.1015Z' stroke='%2322272B' stroke-width='1.3' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14.7 13.8014L12 11.6555V6.60144' stroke='%2322272B' stroke-width='1.3' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_282_9913'%3E%3Crect width='18' height='18' fill='white' transform='translate(3 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}

@font-face {
	font-family: 'YESMyoungjo-Regular';
	src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_13@1.0/YESMyoungjo-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'ChosunGs';
	src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_20-04@1.0/ChosunGs.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: "KoPubWorld-Batang";
    src: url("../fonts/KoPubWorld Batang_Pro Bold.otf");
    font-weight: bold;
    font-style: normal;
}

.font_mj {font-family: 'YESMyoungjo-Regular';}
.font_chosun{ font-family: 'ChosunGs';}


div::-webkit-scrollbar {
	width: 0.6rem;
	height: 0.6rem;
}

div::-webkit-scrollbar-thumb {
	background-color: #ddd;
	border-radius: 100px;
}


html {
	font-size: 10px;
}

body {
	margin: 0 auto;
	padding: 0;
	overflow: hidden scroll;
}

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;
	color: var(--text);
}

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



/**************************************************/
/*								공통 class 설정	  								*/
/**************************************************/
.d-grid {
	display: grid;
}

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

.flex_center {
	align-items: center;
	justify-content: center;
}

.cursor_pointer {
	cursor: pointer;
}

.cursor_default {
	cursor: default;
}

.over_hidden {
	overflow: hidden;
}

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

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

/*터치*/
.touch_scroll {
	overflow-x: auto;
	overflow-y: hidden;
}

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

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

.vh_min100 {
	min-height: 100vh;
}

.vh_100_vh {
	height: 100vh;
}

.w-auto {
	width: auto;
}

.zd_2 {
	position: relative;
	z-index: 2;
}

/* gap */
.gap_0 {
	gap: 0rem !important;
}
.gap_4 {
	gap: 0.4rem;
}

.gap_5 {
	gap: 0.5rem;
}

.gap_6 {
	gap: 0.6rem;
}

.gap_8 {
	gap: 0.8rem;
}

.gap_10 {
	gap: 1.0rem;
}

.gap_12 {
	gap: 1.2rem;
}

.gap_15 {
	gap: 1.5rem;
}

.gap_16 {
	gap: 1.6rem;
}

.gap_18 {
	gap: 1.8rem;
}

.gap_20 {
	gap: 2.0rem;
}

.gap_25 {
	gap: 2.5rem;
}

.gap_30 {
	gap: 3.0rem;
}

.gap_40 {
	gap: 4.0rem;
}

.gap_50 {
	gap: 5.0rem;
}

.gap_60 {
	gap: 6.0rem;
}

.gap_110 {
	gap: 11.0rem;
}


/* 아이콘 너비 */
.icon_4 {
	width: 0.4rem;
	height: auto;
	flex-shrink: 0;
}

.icon_6 {
	width: 0.6rem;
	height: auto;
	flex-shrink: 0;
}

.icon_7 {
	width: 0.7rem;
	height: auto;
	flex-shrink: 0;
}

.icon_8 {
	width: 0.8rem;
	height: auto;
	flex-shrink: 0;
}

.icon_10 {
	width: 1.0rem;
	height: auto;
	flex-shrink: 0;
}

.icon_12 {
	width: 1.2rem;
	height: auto;
	flex-shrink: 0;
}

.icon_14 {
	width: 1.4rem;
	height: auto;
	flex-shrink: 0;
}

.icon_15 {
	width: 1.5rem;
	height: auto;
	flex-shrink: 0;
}

.icon_16 {
	width: 1.6rem;
	height: auto;
	flex-shrink: 0;
}

.icon_18 {
	width: 1.8rem;
	height: auto;
	flex-shrink: 0;
}

.icon_20 {
	width: 2.0rem;
	height: auto;
	flex-shrink: 0;
}

.icon_24 {
	width: 2.4rem;
	height: auto;
	flex-shrink: 0;
}

.icon_25 {
	width: 2.5rem;
	height: auto;
	flex-shrink: 0;
}

.icon_28 {
	width: 2.8rem;
	height: auto;
	flex-shrink: 0;
}

.icon_30 {
	width: 3.0rem;
	height: auto;
	flex-shrink: 0;
}

.icon_32 {
	width: 3.2rem;
	height: auto;
	flex-shrink: 0;
}

.icon_35 {
	width: 3.5rem;
	height: auto;
	flex-shrink: 0;
}

.icon_36 {
	width: 3.6rem;
	height: auto;
	flex-shrink: 0;
}

.icon_38 {
	width: 3.8rem;
	height: auto;
	flex-shrink: 0;
}

.icon_40 {
	width: 4.0rem;
	height: auto;
	flex-shrink: 0;
}

.icon_48 {
	width: 4.8rem;
	height: auto;
	flex-shrink: 0;
}

.icon_50 {
	width: 5.0rem;
	height: auto;
	flex-shrink: 0;
}

.icon_56 {
	width: 5.6rem;
	height: auto;
	flex-shrink: 0;
}

.icon_60 {
	width: 6.0rem;
	height: auto;
	flex-shrink: 0;
}

.icon_120 {
	width: 12.0rem;
	height: auto;
	flex-shrink: 0;
}





/**************************************************/
/*								 텍스트 설정		  								*/
/**************************************************/
.text_dynamic {
	white-space: pre-line;
}

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

.wh_nowrap {
	white-space: nowrap;
}

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


/*폰트커스텀 기본사이즈 10px*/
.tit_h1 {
	font-size: 3.0rem;
	font-weight: 700;
	color: var(--text);
	line-height: 1.3;
}

.tit_h2 {
	font-size: 2.8rem;
	font-weight: 700;
	color: var(--text);
	line-height: 1.3;
}

.tit_h3 {
	font-size: 2.1rem;
	font-weight: 500;
	color: var(--text);
	line-height: 1.3;
}

.tit_h4 {
	font-size: 2.0rem;
	font-weight: 700;
	color: var(--text);
	line-height: 1.3;
}

.sm_tit01 {
	font-size: 1.5rem;
	font-weight: 400;
	color: var(--gray-400);
	line-height: 1.5;
}


/* 폰트컬러 */
/* 부트스트랩 class는 --var값으로 설정이 되어 있지 않아서 따로 만들었습니다. 필요시 추가해서 사용 */
.fc_primary {
	color: var(--primary);
}

.fc_primary_dark {
	color: var(--primary-dark);
}

.fc_secondary {
	color: var(--secondary);
}

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

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

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

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

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

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

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

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

.text-black {
	color: #000;
}


/* 라인 헤이트 */
.line_h1 {
	line-height: 1.0;
}

.line_h1_1 {
	line-height: 1.1;
}

.line_h1_2 {
	line-height: 1.2;
}

.line_h1_3 {
	line-height: 1.3;
}

.line_h1_4 {
	line-height: 1.4;
}

.line_h1_5 {
	line-height: 1.5;
}

.line_h1_6 {
	line-height: 1.6;
}

.line_h1_7 {
	line-height: 1.7;
}

.line_h1_8 {
	line-height: 1.8;
}

.line_h1_9 {
	line-height: 1.9;
}

.line_h2 {
	line-height: 2.0;
}


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


/*글자 줄임말/자르기*/
.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;
}

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





/**************************************************/
/*								공통 여백 class	  								*/
/**************************************************/
/*마진*/
.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_35 {
	margin-top: 3.5rem;
}

.mt_36 {
	margin-top: 3.6rem;
}

.mt_40 {
	margin-top: 4.0rem;
}

.mt_60 {
	margin-top: 6.0rem;
}

.mt_70 {
	margin-top: 7.0rem;
}

.mt_80 {
	margin-top: 8.0rem;
}


.mb_4 {
	margin-bottom: 0.4rem;
}

.mb_6 {
	margin-bottom: 0.6rem;
}

.mb_8 {
	margin-bottom: 0.8rem;
}

.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_40 {
	margin-bottom: 4.0rem;
}

.mb_50 {
	margin-bottom: 5.0rem;
}

.mb_60 {
	margin-bottom: 6.0rem;
}

.mb_70 {
	margin-bottom: 7.0rem;
}

.mb_90 {
	margin-bottom: 9.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_16 {
	margin-right: 1.6rem;
}

.mr_20 {
	margin-right: 2.0rem;
}


.ml_2 {
	margin-left: 0.2rem;
}

.ml_4 {
	margin-left: 0.4rem;
}

.ml_6 {
	margin-left: 0.6rem;
}

.ml_8 {
	margin-left: 0.8rem;
}

.ml_16 {
	margin-left: 1.6rem;
}

.ml_20 {
	margin-left: 2.0rem;
}


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

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



/*패딩*/
.pt_6 {
	padding-top: 0.6rem;
}

.pt_14 {
	padding-top: 1.4rem;
}

.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_40 {
	padding-top: 4.0rem;
}

.pt_50 {
	padding-top: 5.0rem;
}

.pt_60 {
	padding-top: 6.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_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;
}


.pr_16 {
	padding-right: 1.6rem;
}


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

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

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

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


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


.p_12 {
	padding: 1.2rem;
}

.p_20 {
	padding: 2rem;
}





/**************************************************/
/*								공통 요소 설정	  								*/
/**************************************************/
/* 컨테이너 */
.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
	padding-right: 0;
	padding-left: 0;
}

.container{ max-width: 1200px;}
.container-md{ max-width: 960px;}


/*노데이터*/
.no_data {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.no_data img {
	width: 6.0rem;
	flex-shrink: 0;
}

.no_data p {
	font-size: 1.5rem;
	font-weight: 500;
	color: var(--gray-500);
	line-height: 1.4;
	white-space: pre-line;
	text-align: center;
}


/* 고탑버튼*/
.go_top2 {
	width: 4.4rem;
	height: 4.4rem;
	background: url(../img/go_top.png)no-repeat center;
	background-color: rgb(255 255 255 / 95%);
	background-size: 1.6rem auto;
	z-index: 1000;
	border-radius: 50%;
	display: none;
	position: fixed;
	right: 3.0rem;
	bottom: 3.0rem;
	/*transform: translateX(600px);*/
	box-shadow: 0 0.4rem 1.0rem rgb(0 0 0 / 10%);
}

.go_top2.show {
	display: block;
}


/* bar 회색바 */
.bar {
	height: 1.0rem;
	background-color: #F8F8F8;
}


/* 뱃지 디자인 */
.badge {
	padding: 0.4rem 0.6rem;
	border-radius: 0.5rem;
	font-weight: 500;
	font-size: 1.4rem;
}

.badge-md {
	font-size: 1.4rem;
	font-weight: 500;
	padding: 0.8rem 1.0rem;
	border-radius: 1.0rem;
}

.badge-sm {
	font-size: 1.2rem;
}

.badge-primary {
	background-color: var(--primary);
	color: #fff;
}

.badge-green {
	background-color: var(--success);
	color: #fff;
}

.badge-disabled {
	background-color: var(--gray-100);
	color: var(--gray-500);
}

.badge-black {
	background-color: var(--text);
	color: #fff;
}



/* 키워드 뱃지 */
.keyword_gr {
	display: flex;
	flex-wrap: wrap;
	gap: 1.0rem;
}

.keyword_badge {
	display: inline-flex;
	align-items: center;
	background: var(--primary-light);
	border-radius: 1.0rem;
	padding: 1.0rem 1.2rem;
	font-size: 1.5rem;
	font-weight: 500;
	color: var(--primary);
	line-height: 1;
}

.keyword_badge .del_btn {
	width: 1.5rem;
	height: 1.5rem;
	margin-left: 1.0rem;
	flex-shrink: 0;
}


/* List Style */
.list_style_1 li {
	display: flex;
	padding-bottom: 0.7rem;
	line-height: 1.4;
}

.list_style_1 li:last-child {
	padding-bottom: 0;
}

.list_style_1 li > span {
	display: inline-block;
	width: 8.0rem;
	padding-right: 0.5rem;
	flex-shrink: 0;
}


.list_style_2 li {
	display: flex;
	padding-bottom: 0.8rem;
}

.list_style_2 li:before {
	content: '-';
	display: inline-block;
	margin-right: 1.0rem;
}

.list_style_3 li {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.list_style_3 li:last-child {
	margin-bottom: 0 !important;
}

.list_style_3 li div {}


/* collapse 화살표 아이콘 */
/* 초기 상태에서는 화살표 아래 아이콘을 보여줌 */
.collapse_ex .btn[aria-expanded="false"] img {
	transform: rotate(0deg);
}

/* 펼쳐진 상태에서는 화살표 위 아이콘을 보여줌 */
.collapse_ex .btn[aria-expanded="true"] img {
	transform: rotate(180deg);
}


/*탭*/
.tab_sticky {
	position: sticky;
	top: 4.8rem;
	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: 0;
	border-radius: 1rem;
	background: #AAB1B7;
	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 .nav-item {
	text-align: center;
	/*	background-color: #fff;*/
	border: none;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
	width: 100%;
}

.nav_tab_line .nav-link {
	position: relative;
	/*	border: 1px solid white;*/
	border: none;
	color: var(--gray-600);
	height: 5.4rem;
	padding: 1.5rem;
	width: 100%;
	font-size: 1.6rem;
	font-weight: 600;
	background: #fff;
}

.nav_tab_line .nav-link.active,
.nav_tab_line .nav-item.show .nav-link {
	/*border-bottom: 0.2rem solid var(--primary);
	color: var(--primary);
	transform: translateY(0.15rem);
	padding-bottom:1.15rem;*/
	color: var(--primary-dark);
}

.nav_tab_line .nav-link.active::after,
.nav_tab_line .nav-item.show .nav-link::after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: var(--primary-dark);
	left: 0;
	bottom: -1px;
}


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

.nav_tab_line2 {
	border: unset;
	/*	border-bottom:1px solid #E3E3E3;*/
}

.nav_tab_line2 .nav-item {
	text-align: center;
	background-color: #fff;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
	width: 100%;
}

.nav_tab_line2 .nav-link {
	color: var(--text);
	height: 6.0rem;
	padding: 1rem;
	width: 100%;
	font-size: 1.6rem;
	font-weight: 600;
	background: transparent;
	border: 0;
	border-bottom: 1px solid var(--border);
}

.nav_tab_line2 .nav-link.active,
.nav_tab_line2 .nav-item.show .nav-link {
	border-color: var(--primary);
	color: var(--primary);
}




/*드롭다운*/
.dropdown-menu {
	padding-top: 1.0rem;
	padding-bottom: 1.0rem;
}

.dropdown-menu .dropdown-item {
	padding-top: 0.7rem;
	padding-bottom: 0.7rem;
}

.dropdown-menu .dropdown-item:hover {
	background: #F5F6F8;
}


/*커스텀 스위치*/
.custom-switch {
	padding: 0;
	width: 4.9rem;
	height: 2.5rem;
}

.custom-switch .custom-control-label::after {
	width: 1.9rem;
	height: 1.9rem;
	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.9rem;
}

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

.custom-control-label::before {
	background-color: #E3E3E3;
	border: 0;
	top: 0;
	cursor: pointer;
}

.custom-switch .custom-control-label::before {
	left: 0;
	width: 4.9rem;
	height: 2.5rem;
	border-radius: 2rem;
}


.dot_list li {
	list-style: none;
	margin-bottom: 1.0rem;
	display: flex;
}

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

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

.dot_list.fs_10 li {
	margin-bottom: 0.3rem;
}


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

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


/*에디터스타일*/
.edit_style {}

.edit_style .h1,
.edit_style h1 {
	font-weight: 700;
	font-size: 3.5rem;
	margin-bottom: 0.5rem;
}

.edit_style .h2,
.edit_style h2 {
	font-weight: 700;
	font-size: 2.5rem;
	margin-bottom: 0.5rem;
}

.edit_style .h3,
.edit_style h3 {
	font-weight: 700;
	font-size: 1.8rem;
	margin-bottom: 0.5rem;
}

.edit_style .h4,
.edit_style h4 {
	font-weight: 700;
	font-size: 1.5rem;
	margin-bottom: 0.5rem;
}

.edit_style img {
	max-width: 100%;
	width: auto !important;
	margin: 0 auto;
	display: inline-block;
}

.edit_style p {
	white-space: pre-line;
	line-height: 160%;
}

.edit_style ol,
.edit_style ul {
	padding-left: 1.4rem;
	line-height: 160%;
}



/********** 쇼핑몰 관련 **********/
.item_opt_counter {
	position: relative;
	width: 11.0rem;
	height: 3.0rem;
	line-height: 3.0rem;
	border-radius: 0.5rem;
	/*	border: 1px solid var(--border);*/
	flex-shrink: 0;
	display: flex;
	align-items: center;
	z-index: 2;
}

.item_opt_counter_btn {
	width: 3.0rem;
	height: 3.0rem;
	vertical-align: top;
	padding: 0;
	border: 1px solid var(--border);
	border-radius: 0;
	flex-shrink: 0;
}

.item_opt_up_btn {
	border-top-right-radius: 0.5rem;
	border-bottom-right-radius: 0.5rem;
}

.item_opt_down_btn {
	border-top-left-radius: 0.5rem;
	border-bottom-left-radius: 0.5rem;
}

.item_opt_counter_btn.disabled,
.item_opt_counter_btn:disabled {
	border-color: var(--border200);
	background: var(--border100);
}

.item_opt_counter_btn.disabled img,
.item_opt_counter_btn:disabled img {
	filter: invert(73%) sepia(8%) saturate(215%) hue-rotate(156deg) brightness(91%) contrast(90%);
}

.item_opt_counter .quantity {
	min-width: 3.0rem;
	height: 100%;
	vertical-align: top;
	color: #333333;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 4.4rem;
	text-align: center;
	border: unset;
	border-top: 1px solid var(--border);
	border-bottom: 1px solid var(--border);
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	padding: 0 0.5rem;
}

.item_opt_counter .quantity:focus {
	outline: 0;
}


.item_opt_counter.time_counter {
	width: 15.0rem;
	height: 4.7rem;
	line-height: 4.7rem;
	border-radius: 3.6rem;
	border: 1px solid #E3E3E3;
}

.item_opt_counter.time_counter .quantity {
	color: #000;
	font-size: 1.8rem;
}



.item_opt_counter.disabled .quantity {
	color: #999;
}

.item_opt_counter.disabled .item_opt_counter_btn {
	opacity: 0.3;
}




/**************************************************/
/*							버튼 / 인풋 디자인	  								*/
/**************************************************/
/* 버튼 */
.btn {
	height: var(--height);
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-size: 1.5rem;
	font-weight: 600;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	word-break: keep-all;
}

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

.btn-md {
	height: var(--height_md);
	font-size: 1.4rem;
}

.btn-lg {
	height: var(--height_lg);
	font-size: 1.6rem;
	font-weight: 700;
}

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

.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_auto {
	padding: 0;
	width: auto;
	height: auto;
}


/* SNS 버튼 */
.btn-naver {
	background: #1CC800;
	border-color: #1CC800;
	color: #fff;
}

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

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

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

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

.btn-apple:hover,
.btn-apple:focus {
	background: #222;
	border-color: #222;
}


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


/* 버튼 그룹 */
/*.btn-group-toggle .btn{margin-right:0.8rem;}*/
.btn-group-toggle .btn:last-child {
	margin-right: 0;
}

.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.5rem;
	padding-right: 0.5rem;
}

.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:not(.btn_group_pill) .btn {
	margin-right: 0.8rem;
}


.ft_btn_group {
	padding: 0.4rem;
	border-radius: 1.0rem;
	background: var(--light);
}

.btn-group.ft_btn_group .btn {
	margin: 0;
	background: none !important;
	border: none;
	border-radius: 1.0rem !important;
	color: var(--gray-600) !important;
	font-weight: 500;
}



/* 버튼 색상 커스텀 */
.btn:active,
.btn:focus {
	outline: none !important;
	box-shadow: none !important;
}

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

.btn-primary:not(:disabled):hover {
	color: #fff !important;
	background-color: var(--primary-dark) !important;
	border-color: var(--primary-dark) !important;
}

.btn-primary:not(:disabled):focus,
.btn-primary:not(:disabled).focus,
.btn-primary:not(:disabled):active {
	color: #fff !important;
	background-color: var(--primary-dark) !important;
	border-color: var(--primary-dark) !important;
}

.btn-primary-light {
	color: var(--primary-dark) !important;
	background-color: var(--primary-light) !important;
	border-color: var(--primary-light) !important;
}

.btn-primary-light:not(:disabled):hover {
	color: var(--primary-dark) !important;
	background-color: #FFE0CD !important;
	border-color: #FFE0CD !important;
}

.btn-primary-light:not(:disabled):focus,
.btn-primary-light:not(:disabled).focus,
.btn-primary-light:not(:disabled):active {
	color: var(--primary-dark) !important;
	background-color: #FFE0CD !important;
	border-color: #FFE0CD !important;
}

.btn-outline-gray-100 {
	color: var(--gray-700) !important;
	background: #fff !important;
	border-color: var(--gray-100) !important;
}

.btn-outline-gray-100:not(:disabled):hover {
	color: var(--gray-700) !important;
	background-color: var(--light) !important;
	border-color: var(--gray-100) !important;
}

.btn-outline-gray-100:not(:disabled):focus,
.btn-outline-gray-100:not(:disabled).focus,
.btn-outline-gray-100:not(:disabled):active {
	color: var(--gray-700) !important;
	background-color: var(--light) !important;
	border-color: var(--gray-100) !important;
}

.btn-outline-gray-600 {
	color: var(--gray-600) !important;
	background-color: #fff !important;
	border-color: var(--gray-600) !important;
}

.btn-outline-gray-600:not(:disabled):hover {
	color: var(--gray-600) !important;
	background-color: #F5F5F5 !important;
	border-color: var(--gray-600) !important;
}

.btn-outline-gray-600:not(:disabled):focus,
.btn-outline-gray-600:not(:disabled).focus,
.btn-outline-gray-600:not(:disabled):active {
	color: var(--gray-600) !important;
	background-color: #F5F5F5 !important;
	border-color: var(--gray-600) !important;
}

.btn-outline-gray-600:not(:disabled):not(.disabled):active,
.btn-outline-gray-600:not(:disabled):not(.disabled).active,
.show > .btn-outline-gray-600.dropdown-toggle {
	color: var(--gray-600) !important;
	background-color: #F5F5F5 !important;
	border-color: var(--gray-600) !important;
}

.btn-outline-gray-600:not(:disabled):not(.disabled):active:focus,
.btn-outline-gray-600:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-gray-600.dropdown-toggle:focus {
	color: var(--gray-600) !important;
	background-color: #F5F5F5 !important;
	border-color: var(--gray-600) !important;
}


/* 버튼 그룹 색상 커스텀 */
.btn-group-toggle .btn-outline-gray-100:not(:disabled):focus,
.btn-group-toggle .btn-outline-gray-100:not(:disabled).focus,
.btn-group-toggle .btn-outline-gray-100:not(:disabled):active,
.btn-group-toggle .btn-outline-gray-100:not(:disabled).active {
	border-color: var(--primary) !important;
	background: var(--primary) !important;
	color: #fff !important;
}

.btn-group-toggle.ft_btn_group .btn-outline-gray-100:not(:disabled):focus,
.btn-group-toggle.ft_btn_group .btn-outline-gray-100:not(:disabled).focus,
.btn-group-toggle.ft_btn_group .btn-outline-gray-100:not(:disabled):active,
.btn-group-toggle.ft_btn_group .btn-outline-gray-100:not(:disabled).active {
	background: #fff !important;
	color: var(--gray-600) !important;
	box-shadow: 0 0 0.4rem rgb(0 0 0 / 5%);
}




/*바텀 버튼*/
.bottom_btn {
	position: fixed;
	left: 50%;
	bottom: 0;
	width: 100%;
	height: 4.8rem;
	/*padding: 1.0rem 1.6rem 2rem;*/
	/*max-width: 576px;*/
	transform: translateX(-50%);
	z-index: 1040;
	border-radius: 0;
}



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

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

.form-control-lg {
	height: var(--height_lg);
	border-radius: 1.0rem;
}

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


.form-control {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	border: 1px solid var(--light);
	background-color: var(--light);
	padding: 0.5rem 1.6rem;
}

.form-control:not(:disabled):not([readonly]):not(.date):focus,
.form-control:not(:disabled):not([readonly]):not(.date):active {
	border: 1px solid var(--light);
	background-color: var(--light);
	outline: 0;
	box-shadow: none;
}

.form-control:disabled,
.form-control:not(.date)[readonly] {
	border: var(--gray-200);
	background-color: var(--gray-200);
	color: var(--gray-400);
}

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

.ip_tit h5 {
	font-size: 1.5rem;
	font-weight: 500;
	display: inline-block;
	position: relative;
	color: var(--gray-700);
}

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

.ip_wr .form-row .col-3 {
	flex: 0 0 30.4%;
	max-width: 30.4%;
}


/* 비밀번호 인풋 */
.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-left: 0.5rem;
	font-size: 1.4rem;
	color: var(--gray-600);
}

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

.ip_invalid input.form-control,
.ip_invalid input.form-control:focus {
	border-color: var(--danger);
	color: var(--danger)
}

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

.form-text.help_text {
	display: block;
}

.text_count {
	font-size: 1.4rem;
	color: var(--gray-300);
	text-align: right;
}

.form_text_timer {
	font-size: 1.4rem;
	font-weight: 500;
	color: var(--danger);
}


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


/* textarea 높이 */
textarea.form-control {
	min-height: 13.0rem;
	padding: 1.6rem 1.6rem;
	line-height: 1.3;
	resize: none;
    text-wrap: auto;
}

.modal textarea.form-control{ min-height: 20.0rem;}

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

/* 셀렉트 박스 */
.custom-select,
.custom-select2 {
	padding-right: 3.5rem;
	background-size: 2.0rem;
	padding-left: 1.6rem;
	font-size: 1.5rem;
	font-weight: 400;
	/*min-width: 13.5rem;*/
	text-align: left;
	position: relative;
}

.custom-select {
	background: url(../img/ic_ip_select.png)no-repeat center right 1.2rem var(--light);
	background-size: 2.4rem;
}

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


/* 커스텀 셀렉트 드롭다운 */
/*
.custom-select2[aria-expanded="true"] {
	border-radius: 1rem 1rem 0 0;
	border-color: var(--gray);
}
*/
.custom-select2[aria-expanded="true"]:after {
	transform: translateY(-50%) rotate(180deg);
}

.custom-select2 + .dropdown-menu {
	min-width: 100%;
	max-width: 100%;
	margin: 5px 0 0;
	font-size: 1.5rem;
	border-radius: 1rem;
	background: #fff;
	box-shadow: 0 0 5px rgb(0 0 0 / 5%);
	border: none;
	padding: 1.0rem;
}

.custom-select2 + .dropdown-menu a {
	padding: 1.0rem 1.5rem;
	white-space: break-spaces;
	word-break: break-all;
	border-radius: 0.5rem;
}

.custom-select2 + .dropdown-menu a:hover {
	color: var(--primary-dark);
	background: var(--light);
}


/* 날짜 선택 */
.date-box-ic,
input.form-control.date,
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;
}

.date-box-ic::before,
input.form-control[type="date"]::before,
input.form-control[type="time"]::before {
	content: '';
	display: block;
	width: 2.4rem;
	height: 2.4rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 1.6rem;
	background: var(--gray-700);
	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;
}

.date-box-ic::before{pointer-events: none;}

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

.date-box-ic::before,
input.form-control[type="date"]::before {
	-webkit-mask: var(--ic_date);
	mask: var(--ic_date);
	z-index: 1;
}

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


/*검색*/
.sch_ip {
	display: flex;
	border: 1px solid var(--border);
	background: #fff;
	padding: 0 1.5rem 0 1.5rem;
	border-radius: 1.0rem;
}

.sch_ip .form-control {
	height: 4.8rem;
	padding: 0.5rem 0;
}

.sch_ip .form-control:focus {
	background-color: transparent;
	box-shadow: none;
}

.sch_ip .sch_btn {
	width: 3.0rem;
	height: 3.0rem;
	border: 0;
	background: transparent;
}

.sch_ip .sch_btn img {
	width: 2.5rem;
}


/*회색 검색*/
.sch_gray.sch_ip {
	background: var(--light);
	border: 0;
	padding-left: 2.0rem;
}

.sch_gray.sch_ip .form-control {
	background: transparent;
	font-size: 1.4rem;
}


/* 검색어 삭제 버튼 */
input[type=search]::-ms-clear,
input[type=search]::-ms-reveal {
	display: none;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
	display: none;
}

.sch_ip .sch_clear_btn {
	width: 2.4rem;
	height: 2.4rem;
	display: none;
}

.sch_ip .sch_clear_btn img {
	width: 2.4rem;
	height: 2.4rem;
}


/* 체크박스*/
.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-100);
	border-radius: 0.6rem;
	background-color: var(--light);
	background-image: url(../img/check01_off.png);
	background-position: center;
	background-size: 2.2rem auto;
	background-repeat: no-repeat;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 0.8rem;
	flex-shrink: 0;
}

.chk_p {
	padding-top: 0.1rem;
	color: var(--gray-400);
}

.checks input:checked ~ .chk_p {
	color: var(--text);
}

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

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


.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/check01_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 {
	position: relative;
	flex-shrink: 0;
	width: 2.2rem;
	height: 2.2rem;
	text-align: center;
	background-color: var(--light);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 0.5rem;
	border-radius: 50%;
	border: 1px solid var(--gray-100);
}

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

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

.radios input:checked + .ic_box:after {
	display: block;
	background-color: #fff;
}


/* 체크모양 라디오 */
.radios .radio_chk .ic_box {
	width: 2.2rem;
	height: 2.2rem;
	border: 1px solid var(--gray-300);
	border-radius: 0.6rem;
	background-color: var(--gray-100);
	background-image: url(../img/check01_off.png);
	background-position: center;
	background-size: 1.0rem auto;
	background-repeat: no-repeat;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 1.0rem;
	flex-shrink: 0;
}

.radios .radio_chk .ic_box::after {
	display: none;
}

.radios .radio_chk input:checked + .ic_box {
	background-image: url(../img/check01_on.png);
	background-color: var(--primary);
	border-color: var(--primary);
}





/* 이미지 업로드 */
.touch_scroll:has(.image_upload) .container > div {
	width: max-content;
}

.img_upl_wr .container {
	margin-right: unset;
	margin-left: unset;
}

.image_upload {
	display: inline-block;
	position: relative;
	margin-right: 1.0rem;
}

.image_upload:last-of-type {
	margin-right: 0;
}

.upload_box {
	width: 11rem;
	/* border: 1px solid var(--border); */
	overflow: hidden;
	cursor: pointer;
	background: url(../img/btn_add_img.png) no-repeat center top 35% / 4.0rem;
	background-color: var(--light);
	border-radius: 1.0rem;
	position: relative;
}

.upload_box .max_img {
	position: absolute;
	bottom: 20%;
	width: 100%;
	left: 0;
	font-size: 1.5rem;
	text-align: center;
	color: var(--gray-500);
	font-weight: 500;
}

.image_upload.on .upload_box {
	background: none;
}

.upload_del {
	position: absolute;
	top: 0.8rem;
	right: 0.8rem;
	width: 2.4rem;
	height: 2.4rem;
	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;
}


/* 페이지네이션 ver2 */
.pagination_wr.pgn_ver2 {
	display: flex;
	justify-content: center;
	margin-top: 7.0rem;
}

.pgn_ver2 .btn.pg_arrow {
	border: 1px solid var(--gray-100);
	background: #fff;
	width: 4.0rem;
	height: 4.0rem;
	padding: 0;
	flex-shrink: 0;
}

.pgn_ver2 .btn.pg_arrow:disabled {
	border: 1px solid var(--gray-100) !important;
	background: #fff !important;
}

.pgn_ver2 .btn.pg_arrow:disabled img {
	opacity: 0.3;
}

.pgn_ver2 .btn.pg_arrow img {
	width: 2.0rem;
	flex-shrink: 0;
}

.pgn_ver2 .btn.pg_arrow.prev {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-right: 0;
}

.pgn_ver2 .btn.pg_arrow.next {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-left: 0;
}

.pgn_ver2 .pgn_number {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 4.0rem;
	padding: 0.3rem 0.4rem;
	border: 1px solid var(--gray-100);
	border-radius: 0;
}

.pgn_ver2 .pagination li {
	height: 100%;
}

.pgn_ver2 .pagination a {
	color: var(--gray-500);
	font-size: 1.5rem;
	font-weight: 400;
	width: 3.2rem;
	height: 3.2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0.4rem;
}

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


/* 페이저 */
.pager {
	background: #ffffff;
	border-radius: 15rem;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 170px;
	height: 45px;
	margin: 3rem auto 0;
	border: 1px solid var(--border);
}

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

.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: 24.212%;
}

.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%;
	overflow: hidden;
	position: relative;
	display: block;
}

.rect3::after {
	content: '';
	display: block;
	padding-bottom: 58.255%;
}

.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: 67.962%;
}

.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 {
	overflow-y: auto;
}


.modal-default {
	max-width: calc(54.0rem + 3.2rem);
	margin: 0 auto;
	padding: 2.0rem 1.6rem;
}

.modal-default.modal_wide{
    max-width: calc(90.0rem + 3.2rem);
}

.modal .modal-header {
	padding: 2.0rem 2.0rem;
	align-items: center;
	justify-content: space-between;
}

.modal .modal-header .modal-title {
	font-weight: 600;
	font-size: 2.0rem;
	flex: 1 1 auto;
}

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

.modal .modal-content {
	border: 0;
	border-radius: 1.6rem;
}

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

.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 > .form-row {
	margin: 0;
}

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

.modal .modal-footer .form-row {}


.modal_bd_tit {
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1.3;
	color: var(--text);
	margin-bottom: 1.0rem;
}

.modal_bd_text {
	font-size: 1.5rem;
	color: var(--gray-500);
	line-height: 1.5;
}


/* modal-sm */
.modal-sm {
	max-width: calc(34.0rem + 3.2rem);
	margin: 0 auto;
	padding: 2.0rem 1.6rem;
}

.modal .modal-sm .modal-header {
	padding: 0;
	border: 0;
}

.modal .modal-sm .modal-body {
	border: 0;
	padding: 4rem 2.0rem 3.2rem;
	margin-top: 0;
	text-align: center;
}

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


/* modal-md */
.modal-md {
	max-width: calc(40.0rem + 3.2rem);
	margin: 0 auto;
	padding: 2.0rem 1.6rem;
	/*max-height: calc(100% - 3.5rem);
	min-height: calc(100% - 3.5rem);*/
}

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

.modal .modal-md .modal-body {
	padding: 2.0rem 2.0rem 1.0rem;
}

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




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

.modal_full.modal .modal-header {
	width: 100%;
	background: #fff;
	padding: 0rem 1.6rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: var(--hd_height_m);
}

.modal_full.modal .modal-header button {
	border: 0;
	background: transparent;
	width: 3.0rem;
}

.modal_full.modal .modal-content {
	border-radius: 0;
	max-height: 100vh;
	height: 100vh;
}

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

.modal_full.modal .modal-body {
	border: 0;
	padding-left: 1.6rem;
	padding-right: 1.6rem;
}

.modal_full.modal .modal-footer {
	padding-top: 1.4rem;
	padding-bottom: 1.4rem;
	display: block;
	padding-left: 1.6rem;
	padding-right: 1.6rem;
}

.modal_full.modal .modal-footer .form-row {
	margin-left: -5px;
	margin-right: -5px;
}

.modal_full.modal .bg-black .modal-title {
	background: #000;
}


/*하단 팝업*/
.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-title button {
	border: 0;
	background: transparent;
	width: 3.2rem;
	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: 57.6rem;
}

.modal_bottom.modal .modal-content {
	border-radius: 2.0rem 2.0rem 0 0;
	margin-top: 3.0rem;
}

.modal_bottom.modal .modal-body {
	border-bottom: 0;
	padding: 2rem 1.6rem 2.0rem;
}

.modal_bottom.modal .modal-footer {
	padding: 1.0rem 1.6rem 1.5rem;
}

.modal-backdrop {
	left: 50%;
	width: 100%;
	transform: translateX(-50%);
}





/* 토스트팝업 */
.toast {
	color: #fff;
	border-radius: 0.6rem;
	font-size: 1.5rem;
	font-weight: 500;
	padding: 0.5rem 1rem;
}

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

.toast-body {
	padding: 1.3rem 2rem;
	background-color: rgba(51, 51, 51, 0.8);
	color: var(--white);
	font-size: 1.4rem;
	font-weight: 500;
	border-radius: 1.0rem;
	text-align: center;
}

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

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





/**************************************************/
/*									헤더 / 푸터		  							*/
/**************************************************/
/***** 헤더 *****/
/*PC헤더 스타일*/
.hd_pc {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 1000;
	background: #fff;
	border-bottom: 1px solid var(--border);
	z-index: 999;
}

.hd_pc .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: var(--hd_height);
}

/* 로고 */
.logo {
	height: 2.7rem;
	margin-right: 7.0rem;
}

.logo img {
	height: 100%;
	width: auto;
}

/* gnb */
.hd_pc .mo_menu {
	display: none;
}

.hd_pc .nav_ul {
	display: flex;
	margin-right: 1.0rem;
	gap: 5.8rem;
}

.hd_pc .nav_ul .nav_li {
	position: relative;
}

.hd_pc .nav_ul .nav_li > a {
	padding: 0 1.0rem;
	display: flex;
	height: var(--hd_height);
	align-items: center;
	font-size: 1.8rem;
	font-weight: 500;
	color: var(--gray-600);
	cursor: pointer;
}

.hd_pc .nav_ul .nav_li:hover > a,
.hd_pc .nav_ul .nav_li.on > a {
	color: var(--primary-dark);
}

.hd_pc .nav_ul .nav_li:hover .dropdown-menu {
	display: block;
}

/* 2차 메뉴 */
.hd_pc .nav_ul2 {
	display: none;
	min-width: 18rem;
	border-radius: 1.6rem;
	box-shadow: 0 0 1.0rem rgb(0 0 0 / 5%);
}

.hd_pc .nav_li:hover .nav_ul2 {
	display: block;
	position: absolute;
	background: #fff;
	top: calc(100% - 0.4rem);
	left: 50%;
	transform: translateX(-50%);
	z-index: 9999;
	text-align: center;
	overflow: hidden;
}

.hd_pc .nav_ul2 a {
	display: block;
	padding: 1.4rem 2rem;
	white-space: nowrap;
	font-size: 1.5rem;
	color: var(--gray-600);
}

.hd_pc .nav_ul2 a:hover {
	color: var(--primary-dark);
	/*background: var(--light);*/
}

.hd_pc .nav_ul2 li:last-child a {
	border-bottom: 0;
}

.hd_pc .nav_ul2 a span {
	display: none;
}

.hd_pc .nav_a img {
	display: none;
}

/* 우측 메뉴 */
.hd_menu {
	display: flex;
	align-items: center;
	justify-content: end;
}

/* 드롭다운 버튼 */
.hd_menu .dropdown > .btn {
	padding: 0;
}

/* 파트너사 프로필사진(크기는 사용하는곳에서 제어) */
.profile_circle {
	border: 1px solid var(--light);
	background: url(../img/no_profile.png) no-repeat center / cover;
	flex-shrink: 0;
	aspect-ratio: 1/1;
}

.hd_menu .profile_circle {
	width: 2.8rem;
	margin-right: 0.8rem;
}

.hd_menu .dropdown .user_name {
	display: flex;
	align-items: center;
	color: var(--gray-600);
	line-height: 1.1;
	max-width: 11.4rem;
}

.hd_menu .dropdown .user_name span {
	font-size: 1.4rem;
	font-weight: 500;
	color: var(--text);
}

/* 드롭다운 메뉴 */
.hd_dropdown .dropdown-menu {
	border: none;
	box-shadow: 0 0 1.0rem rgb(0 0 0 / 5%);
	min-width: 12rem;
	padding: 1.5rem 0;
}

.hd_dropdown .dropdown-item {
	padding: 0.8rem 2.5rem;
	color: var(--gray-500);
	transition: .2s;
}

.hd_dropdown .dropdown-menu .dropdown-item:hover,
.hd_dropdown .dropdown-item.active,
.hd_dropdown .dropdown-item:active,
.hd_dropdown .dropdown-item:focus {
	background: none;
	color: var(--gray-700);
}


/* 모바일 헤더 */
.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;
	position: fixed;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	padding: 0 1.6rem;
	z-index: 999;
	border-bottom: 1px solid var(--gray-100);
}

.hd_m .logo {
	height: 2.1rem;
    margin-right: 0;
}

.hd_m .log_txt {
	font-size: 1.4rem;
	padding-left: 0.5rem;
}

.hd_m .log_txt span {
	padding: 0 0.5rem;
}

.hd_m button {
	border: 0;
	background: transparent;
}

.hd_btn img {
	height: 3.0rem;
}


.hd_m .page_tit {}

.hd_m .hd_btn,
.modal-header .hd_btn {
	display: flex;
	align-items: center;
}

.hd_m button.top_alim,
.hd_m button.top_chat {
	position: relative;
}

.hd_m button.top_alim span,
.hd_m button.top_chat span {
	color: #fff;
	background: var(--primary);
	display: inline-block;
	position: absolute;
	right: 0.0rem;
	top: 0.0rem;
	border-radius: 0.8rem;
	width: 0.4rem;
	height: 0.4rem;
}


/* 모바일 메뉴 */
.hd_menu_btn {
	font-size: 2rem;
}

.m_menu_wr {
	visibility: hidden;
	opacity: 0;
	position: fixed;
	top: 0;
	left: 50%;
	width: 100%;
	height: 100%;
	max-width: var(--body_width);
	z-index: 99999;
	transition: all 0.5s ease-in-out;
	display: flex;
	justify-content: flex-end;
	overflow: hidden;
	transform: translateX(-50%);
}

.m_nav {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 99999;
	background: var(--light);
	transition: all 0.4s ease-in-out;
	max-width: 0;
	transform: translateX(100%);
	visibility: hidden;
	opacity: 0;
}

.menu_on .m_nav {
	transform: translateX(0%);
	visibility: visible;
	opacity: 1;
	max-width: 40.0rem;
	width: 80%;
}

.m_nav .m_menu_scroll_wr {
	width: 100%;
	height: 100%;
	overflow-y: scroll;
}

/* 모바일메뉴 상단 헤더 */
.m_menu_hd {
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: var(--hd_height_m);
	border-bottom: 1px solid rgb(255 255 255 / 20%);
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 1.6rem;
	z-index: 1001;
	transition: .2s;
}

.m_menu_hd .btn {
	color: #fff;
	line-height: 1;
}

.m_menu_hd .btn img {
	filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(37deg) brightness(105%) contrast(101%);
}

/* 모바일 메뉴 스크롤 시 헤더 */
.m_menu_hd.scrolled {
	background: #fff;
	border-color: var(--gray-100);
}

.m_menu_hd.scrolled .btn {
	color: var(--gray-700);
}

.m_menu_hd.scrolled .btn img {
	filter: invert(12%) sepia(21%) saturate(407%) hue-rotate(164deg) brightness(90%) contrast(90%);
}

/* 모바일 메뉴 사용자정보 영역 */
.m_menu_top {
	padding: var(--hd_height_m) 1.6rem 4.0rem;
	border-radius: 0 0 2.0rem 2.0rem;
	background: url(../img/m_top_bg.jpg) no-repeat top left / cover;
	color: #fff;
}

/* 로그인 전 */
.m_menu_top .before_login {
	display: flex;
	flex-direction: column;
	gap: 1.0rem;
	font-size: 1.8rem;
	line-height: 1.3;
	padding: 3.0rem 0 2.5rem;
}

.m_menu_top .before_login a {
	color: #fff;
	font-weight: 600;
	text-decoration: underline;
}

/* 로그인 후 */
.after_login {
	padding: 3.0rem 0 2.5rem;
	padding-left: 0.5rem;
}

.after_login .profile_circle {
	width: 5.6rem;
}

.after_login .user_name {
	font-size: 1.8rem;
	margin-bottom: 1.0rem;
	line-height: 1.1;
}

.after_login .user_name span {
	font-weight: 600;
}

.after_login .go_mp_btn {
	height: 2.4rem;
	padding: 0.4rem 0.8rem 0.4rem 1.0rem;
	color: #fff;
	font-size: 1.4rem;
	font-weight: 400;
	background: rgb(255 255 255 / 20%);
	border: 1px solid rgb(255 255 255 / 10%);
}


/* 모바일 메뉴 영역 */
.m_menu_bottom {
	padding: 0 1.6rem;
	margin-top: -4.0rem;
}

.m_menu_bottom .nav_wr {
	padding: 3.6rem 2.5rem;
	border-radius: 1.6rem;
	box-shadow: 0 0 1.0rem rgb(235 140 110 / 15%);
	background: #fff;
}

.m_nav .mo_menu {
	display: block;
}

.m_nav .nav_wr {
	height: auto;
}

.m_nav .nav_ul {
	display: flex;
	flex-direction: column;
	gap: 3rem;
}

.m_nav .nav_li {
	height: 100%;
	position: relative;
}

.m_nav .nav_a {
	display: block;
	cursor: default;
	font-size: 1.5rem;
	font-weight: 500;
	color: var(--gray-500);
	/*margin-bottom: 2.0rem;*/
}
.m_nav .nav_a[href]{cursor: pointer;}

.m_nav .nav_a + .nav_ul2{ margin-top: 2.0rem;}

/*.m_nav .nav_a img{width:2.0rem;}*/

.m_nav .nav_ul2 {
	display: flex;
	flex-direction: column;
	gap: 2.0rem;
}

.m_nav .nav_ul2 a {
	display: block;
	font-size: 1.6rem;
	color: var(--text);
}

/* 모바일 메뉴 푸터 */
.m_menu_ft {
	padding: 4.0rem 1.6rem 5.0rem;
	text-align: center;
}

.m_menu_ft .fnb a {
	color: var(--gray-500);
	line-height: 1.2;
}

.m_menu_ft .fnb span.line {
	background: var(--gray-200);
}

.m_menu_ft .ft_copy {
	font-size: 1.4rem;
	color: var(--gray-400);
	margin-top: 1.2rem;
}


/* x버튼 */
/*.close_btn_wr{display: none; opacity: 0;}
.m_nav .close_btn_wr{display: flex; justify-content: flex-end; opacity: 0;}
.menu_on .m_nav .close_btn_wr{opacity: 1;}
.close_btn{font-size: 2rem; border:0; height: auto; }
.close_btn img{width:3.0rem;}*/

/* 메뉴 열렸을때 외부 */
.menu_on .m_menu_wr {
	visibility: visible;
	opacity: 1;
}

.menu_bg {
	position: fixed;
	left: 50%;
	top: 0;
	background: rgba(0, 0, 0, 0.6);
	transition: all 0.4s ease-in-out;
	width: 100%;
	height: 100%;
	z-index: 99998;
	visibility: hidden;
	opacity: 0;
	transform: translateX(-50%);
	max-width: var(--body_width);
}

.menu_on .menu_bg {
	visibility: visible;
	opacity: 1;
}


/* 모바일 헤더 더보기 드롭다운 */
.dropdown_custom .dropdown-toggle::after {
	display: none;
}

.dropdown_custom .dropdown-menu {
	min-width: 10.0rem;
	border: 0;
	box-shadow: 0 0 1.0rem rgb(0 0 0 / 10%);
	border-radius: 1.6rem;
	text-align: center;
	padding: 0.8rem 0;
}

.dropdown_custom .dropdown-menu .dropdown-item {
	padding: 1.0rem 1.2rem;
	color: var(--gray-600);
	font-size: 1.4rem;
}

.dropdown_custom .dropdown-menu .dropdown-item:hover,
.dropdown_custom .dropdown-menu .dropdown-item:focus {
	color: var(--primary-dark);
	background: none;
}







/***** 푸터 *****/
.ft {
	background: var(--dark);
	color: var(--gray-400);
	padding: 6.0rem 0;
}

.ft_logo img {
	height: 2.7rem;
	width: auto;
}

.ft .ft_customer .btn {
	padding-left: 1.2rem;
	padding-right: 1.2rem;
	height: 4.2rem;
	font-size: 1.4rem;
	font-weight: 400;
}

.ft .fnb {
	margin-bottom: 2.0rem;
}

.ft .fnb a {
	display: inline-block;
	font-weight: 500;
	color: var(--light);
}

/*.ft .fnb a:last-child{border-right:0;}*/

.fnb span.line {
	width: 0.1rem;
	height: 1.1rem;
	background: #fff;
	margin: 0 1.5rem;
}

.ft .info_text {
	line-height: 1.6;
	word-break: keep-all;
	word-wrap: break-word;
}

.ft .info_text span.line {
	width: unset;
	height: unset;
	background: none;
	margin: 0 1.1rem;
}

.ft_copy {
	margin-top: 2.0rem;
}



/***** 하단메뉴 *****/
.bt_menu {
	width: calc(100% + 2px);
	max-width: var(--body_width);
	background: #fff;
	position: fixed;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1000;
	display: block;
}

.bt_menu ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-align: center;
	padding: 0 1.6rem;
	height: 6.0rem;
	border-top: 1px solid var(--border);
}

.bt_menu ul li {
	width: 20%;
	max-width: 6.0rem;
}

.bt_menu ul li a {
	display: inline-block;
	color: var(--gray2);
	font-weight: 600;
	font-size: 1.2rem;
}

.bt_menu ul li .ico {
	width: 3.5rem;
	display: block;
	margin: 0 auto;
}

.bt_menu ul li .img_on {
	display: none;
}

.bt_menu ul li.on a {
	color: var(--primary);
}

.bt_menu ul li.on .img_on {
	display: block;
}

.bt_menu ul li.on .img_off {
	display: none;
}





/**************************************************/
/*									메인 페이지	  								*/
/**************************************************/
/* 메인 서브 공통 */
#main {
	padding-top: var(--hd_height);
}

/*메인*/
.idx_pg {
	min-height: 780px;
}

.main_gra_sect{
	background: linear-gradient(180deg,rgba(235, 140, 110, 0.08) 0%, rgba(235, 140, 110, 0) 70%);
	padding-top: 5.0rem;
	padding-bottom: 11.0rem;
}

/* 이 달의 만남업체 */
.main_rank_sect{
	padding-top: 9.0rem;
	padding-bottom: 11.0rem;
	background: #FFF7F3;
}

.main_sect_tit{
	margin-bottom: 6.0rem;
	text-align: center;
	line-height: 1.3;
}

.main_sect_tit h4{
	font-size: 3.2rem;
	font-weight: 700;
	color: var(--gray-700);
	margin-bottom: 1.6rem;
}
.main_sect_tit p{
	font-size: 2.0rem;
	color: var(--gray-700);
	word-break: keep-all;
	word-wrap: break-word;
}

/* 업체 정보 부분 */
.rank_box{
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 24.8rem;
}
.rank_box .count_num{
	font-size: 2.8rem;
	font-weight: 700;
	color: var(--gray-700);
	text-align: center;
	margin-bottom: 1.4rem;
}
.rank_box .rank_profile_wr{
	position: relative;
	margin-bottom: 3.3rem;
}
.rank_box .profile_circle{
	width: 14.4rem;
	border-width: 0.2rem;
}

.rank_box.rank_gold .profile_circle{ border-color: #FFC95E;}
.rank_box.rank_silver .profile_circle{ border-color: #C6C6C6;}
.rank_box.rank_bronze .profile_circle{ border-color: #E0C47F;}

.rank_box .rank_profile_wr .frame_img{
	position: absolute;
	max-width: unset;
	width: 24.8rem;
	bottom: -1.7rem;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
	/* 드래그 방지 */
	-webkit-user-drag: none;
	-khtml-user-drag: none;
	-moz-user-drag: none;
	-o-user-drag: none;
	user-drag: none;
}

.rank_box .company_info_wr{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.rank_box .company_name{
	font-size: 2.0rem;
	font-weight: 600;
	color: var(--gray-700);
	line-height: 1.1;
	text-align: center;
	margin-bottom: 0.8rem;
}








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

.sub_pg {
	padding-bottom: 10.0rem;
	min-height: 500px;
	background: #fff;
	position: relative;
}

/****** 서브탑 ******/
.sub_top {
	padding-top: 3.0rem;
	padding-bottom: 5.0rem;
	background: linear-gradient(90deg, rgba(254, 252, 251, 1) 0%, rgba(250, 231, 224, 1) 100%);
}

.sub_top.no_bg {
	background: none;
	padding-bottom: 2.0rem;
}

.sub_top:has(.sub_menu) {
	padding-bottom: 0;
}

/* 브레드크럼 */
.breadcrumb {
	display: flex;
	align-items: center;
	background: none;
	border-radius: 0;
	border: 0;
	gap: 0.4rem;
	margin-bottom: 4.0rem;
	padding: 0;
	line-height: 1;
}

.breadcrumb .breadcrumb_link.home {
	display: flex;
	align-items: center;
}

.breadcrumb .breadcrumb_link {
	display: inline-block;
	color: var(--gray-500);
	font-size: 1.3rem;
}

.breadcrumb .breadcrumb_link:last-child {
	font-weight: 500;
	color: var(--gray-600);
}

/* 서브 메뉴 */
.sub_top .sub_menu {
	margin-top: 3.0rem;
}



/****** 견적 문의 ******/
.empty {
	visibility: hidden;
}

.estimate .sub_cont_sect {
	padding-top: 4.0rem;
}

/* 검색 필터 */
.sch_filter {
	padding: 3.0rem 3.0rem 4.0rem;
	border-radius: 1.6rem;
	box-shadow: 0 0.4rem 2.0rem rgb(235 140 110 / 10%);
	background: #fff;
	margin-top: 3.0rem;
}

.sch_filter .d-grid {
	width: 100%;
	grid-template-columns: repeat(4, 1fr);
	grid-column-gap: 1.2rem;
	grid-row-gap: 2.8rem;
	align-items: end;
}

.sch_filter .sub_grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 1.2rem;
	grid-column: span 2;
	align-items: end;
}

.sch_filter.user_ft .user_ft,
.sch_filter.user_ft div.empty {
	display: none;
}

.sch_filter.user_ft .d-grid {
	grid-row-gap: 0;
}

.sch_filter .ip_tit {
	display: flex;
	gap: 0.5rem;
}

.sch_filter .ip_tit h5 {
	font-size: 1.6rem;
	font-weight: 500;
	color: var(--gray-400);
}

.sch_filter .filter_btn_wr {
	max-width: 28.2rem;
	margin: 4.0rem auto 0;
}


/* 게시글 카운터 */
.list_count {
	font-size: 1.6rem;
	color: var(--text);
}

.list_count span {
	color: var(--primary-dark);
}

/* 페이지 새로고침 버튼 */
.page_rs_btn {
	width: 3.6rem;
	height: 3.6rem;
	padding: 0.5rem;
}


.estimate_list_wr {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 1.5rem;
}

.estimate_card {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 2.4rem;
	border: 1px solid var(--gray-100);
	background: #fff;
	border-radius: 1.6rem;
	min-height: 20.7rem;
}

.estimate_card.read {
	background: #FBFBFB;
}

.estimate_card .card_top {
	margin-bottom: 1.6rem;
}

.estimate_card .card_top .badge {
	margin-bottom: 1.6rem;
}

.estimate_card .price {
	font-size: 2.4rem;
	font-weight: 700;
	margin-bottom: 1.2rem;
}

.estimate_card .estimate_info {
	font-size: 1.6rem;
	font-weight: 500;
	color: var(--gray-500);
}

.writing_date {
	display: flex;
	align-items: center;
	line-height: 1;
	font-size: 1.4rem;
	font-weight: 500;
	color: var(--gray-400);
}

/* 제안하기 버튼 */
.estimate_card .offer_btn {
	border: 1px solid var(--gray-500);
	color: var(--gray-600);
	font-size: 1.4rem;
	font-weight: 500;
	padding: 0.5rem 1.5rem;
	position: relative;
	z-index: 2;
}

.estimate_card .offer_btn:disabled{
	border-color: var(--gray-200);
	background: var(--gray-200);
	color: var(--gray-400);
	opacity: 1;
}

.estimate_card .offer_btn:disabled img.arrow {
	filter: invert(60%) sepia(13%) saturate(316%) hue-rotate(169deg) brightness(95%) contrast(90%);
}

/* 업체 제안 카운트 */
.estimate_card .offer_count {
	padding: 0.5rem 1.5rem;
	border: 1px solid var(--gray-100);
	font-size: 1.4rem;
	font-weight: 500;
	color: var(--gray-600);
}

.estimate_card .offer_count span {
	font-weight: 700;
	color: var(--primary-dark);
}

.absol_link {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	border-radius: inherit;
	top: 0;
	left: 0;
	z-index: 1;
}

/* 관심지역 선택 모달 */
.fvr_area_modal .modal-content {
	min-height: 50vh;
}

.area_list_wr input:not([type="text"]) {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	pointer-events: none;
}

.form-check-label {
	cursor: pointer;
	display: flex;
	align-items: center;
	font-size: 1.5rem;
	font-weight: 400;
	color: var(--gray-600);
	padding: 1.2rem;
}

.form-check-label:hover {
	background: var(--light);
	color: var(--primary-dark);
	border-radius: 1.0rem;
}

.form-check-label:has(.form-check-input:checked) {
	background: var(--light);
	color: var(--primary-dark);
	font-weight: 500;
	border-radius: 1.0rem;
}

.form-check-label:has(.form-check-input:checked)::before {
	content: "";
	display: block;
	width: 1.3rem;
	height: 1.3rem;
	background: url(../img/radio_check.png) no-repeat center / cover;
	margin-right: 0.5rem;
}


/****** 견적 문의 상세 ******/
.estimate_info_box {
	position: relative;
	padding: 4.0rem;
	border: 1px solid var(--gray-100);
	border-radius: 1.6rem;
}

.estimate_info_box .user_name {
	font-size: 2.4rem;
	font-weight: 700;
}

.estimate_info_box .writing_date {
	font-weight: 400;
}

.estimate_info_box .absol_btn_wr {
	position: absolute;
	top: 4.0rem;
	right: 4.0rem;
}

.ft_drop {
	min-width: 12.0rem;
}


/* 견적제안 목록 */
.offer_list_wr {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 1.5rem;
}

.offer_card {
	position: relative;
	padding: 2.8rem 2.4rem 2.4rem;
	border: 1px solid var(--gray-100);
	border-radius: 1.6rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.offer_card .card_top {
	margin-bottom: 2.4rem;
}

.offer_card .profile_circle {
	width: 5.2rem;
	margin-right: 1.0rem;
}

.avrg_star {
	display: flex;
	align-items: center;
	gap: 0.4rem;
	font-size: 1.4rem;
	color: var(--gray-400);
}

.offer_card .card_md {
	margin-bottom: 2.0rem;
}

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

.offer_card .writing_date {
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.2;
}

.offer_card .price {
	font-size: 1.8rem;
	font-weight: 500;
	color: var(--gray-500);
}

.offer_card .price span {
	font-weight: 600;
	color: var(--primary-dark);
	margin-left: 0.8rem;
	word-break: break-all;
}

.offer_card .btn_gr {
	position: relative;
	z-index: 2;
	flex-shrink: 0;
}

.offer_card .btn_gr .btn {
	min-width: 14.0rem;
}

/* 프리미엄 제안 */
.offer_card .premium_badge {
	display: none;
}

.offer_card.premium {
	border-color: #FFBAA4;
}

.offer_card.premium .premium_badge {
	display: inline-block;
}


/* 후기쓰기 모달 */
.review_write_modal .rating_star {
	display: flex;
	justify-content: center;
	margin-bottom: 2.8rem;
}

.review_write_modal .rating_star img {
	width: 5.2rem;
}

.review_write_modal textarea.form-control {
	min-height: 20.0rem;
}



/****** 견적 제안 상세(파트너사 홈) ******/
.sub_pg.offer {
	padding-top: 3.0rem;
}

.offer_dt_top {
	margin-bottom: 3.0rem;
}

/* 상단 프로필 이미지 부분 */
.img_blur_wr {
	border-radius: 1.6rem;
	height: 23.0rem;
	overflow: hidden;
}

.img_blur_wr .bg_img {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	filter: blur(5px);
	-webkit-filter: blur(5px);
	transform: scale(1.05);
}

/* 프로필 사진 */
.offer_dt_top .profile_circle {
	width: 12.0rem;
	border-radius: 1.6rem;
	border-color: var(--gray-100);
	margin-left: 2.0rem;
	margin-top: -6.0rem;
}

/* 견적 제안 상세 하단 부분 */
.offer_dt_bottom {
	position: relative;
	/*display: flex;*/
	gap: 5.0rem;
}

/* 왼쪽 회사소개 내용 */
.offer_left {
	max-width: 79.0rem;max-width: none;
	padding-left: 2.0rem;
}

.offer_left .company_info_wr {
	margin-bottom: 4.0rem;
}

.company_info_wr .partner_name {
	font-size: 2.4rem;
	font-weight: 700;
	color: var(--text);
	line-height: 1.3;
	margin-bottom: 0.8rem;
}

/* 등록된 후기 */
.review_sect {
	margin-bottom: 9.0rem;
}

.avrg_star_box {
	padding: 2.0rem 2.0rem 2.4rem;
	border-radius: 1.6rem;
	background: var(--light);
}

.review_list_wr {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.review {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 1.2rem;
	padding: 2.0rem 0;
	border-bottom: 1px solid var(--gray-100);
}

.review .review_cont {
	font-size: 1.4rem;
	line-height: 1.4;
	white-space: pre-line;
}

.list_more_btn {
	min-width: 14.0rem;
	margin-top: 3.0rem;
}


/* 업체 스토리 */
.partner_story_sect{ margin-bottom: 9.0rem;}
.story_list_wr {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 1.6rem;
}

.story_card {
	width: calc(50% - 0.8rem);
	border-radius: 1.6rem;
	border: 1px solid var(--gray-100);
}

.story_card .card_hd {
	padding: 2.0rem 1.6rem 1.6rem;
	display: flex;
	align-items: center;
}

.story_card .card_hd .profile_circle {
	width: 4.4rem;
	margin-right: 1.0rem;
}

.story_card .partner_name {
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.1;
	margin-bottom: 0;
}

.story_card .story_lct {
	display: flex;
	align-items: center;
	font-size: 1.4rem;
	line-height: 1.2;
	color: var(--gray-400);
}


.story_card .card_bd {
	position: relative;
}

/* 스토리 이미지 슬라이드 */
.story_img_slide {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.story_img_slide .swiper-wrapper {}

.story_img_slide .swiper-slide {
	aspect ratio: 1/1;
}

.story_img_slide .swiper-slide img {
	aspect ratio: 1/1;
	width: 100%;
	object-fit: cover;
}

.story_img_slide .swiper-pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.4rem;
	width: fit-content;
	height: 2.8rem;
	padding: 0.4rem 1.0rem;
	background: rgb(0 0 0 / 60%);
	font-size: 1.3rem;
	font-weight: 500;
	color: #fff;
	left: unset;
	right: 1.6rem;
	bottom: 1.6rem;
}

/* 스토리 좋아요 버튼 */
.story_like_btn {
	width: 3.4rem;
	height: 3.4rem;
	background: rgb(0 0 0 / 60%);
	position: absolute;
	top: 1.6rem;
	right: 1.6rem;
	z-index: 2;
}

.story_like_btn img.active {
	display: none;
}

.story_like_btn.active img.active {
	display: block;
}

.story_like_btn.active img:not(.active) {
	display: none;
}


.story_card .card_ft {
	padding: 1.6rem 1.6rem 2.0rem;
	cursor: pointer;
}

.story_card .card_ft .story_preview {
	line-height: 1.5;
}

/* 스토리 좋아요, 댓글 개수 */
.counters_wr {
	display: flex;
	gap: 1.2rem;
}

.counters_wr p {
	display: flex;
	align-items: center;
	gap: 0.4rem;
}

.counters_wr p span {
	font-size: 1.4rem;
	font-weight: 500;
	color: var(--gray-500);
}


/* 오른쪽 견적 내용 */
.offer_right {
	width: 36.0rem;
	height: fit-content;
	position: sticky;
	top: 12.0rem;
	flex-shrink: 0;
	padding: 2.0rem;
	border-radius: 1.6rem;
	border: 1px solid var(--gray-100);
}

.offer_right .offer_cont_box {
	padding: 1.2rem;
	background: var(--light);
	max-height: 20.0rem;
	overflow-y: scroll;
	margin-top: 1.6rem;
}

.offer_right .offer_cont_box .offer_cont {
	font-size: 1.5rem;
	color: var(--gray-600);
	line-height: 1.5;
	word-break: keep-all;
	word-wrap: break-word;
}

/* 견적내용 모바일 */
.offer_right_mo {
	padding: 2.0rem 1.6rem;
	border-radius: 1.6rem;
	border: 1px solid var(--gray-100);
	margin-bottom: 6.0rem;
}

.offer_right_mo .offer_cont_box {
	padding: 1.2rem;
	background: var(--light);
	margin-top: 1.6rem;
}

.offer_right_mo .offer_cont_box .offer_cont {
	font-size: 1.5rem;
	color: var(--gray-600);
	line-height: 1.5;
	word-break: keep-all;
	word-wrap: break-word;
}



/****** 마이페이지 ******/
/****** 파트너사 > 스토리 ******/
.story_write_modal textarea.form-control {
	min-height: 20.0rem;
}

.mp_story_hd {
	margin-bottom: 1.6rem;
}


/* 스토리 모달 */
.story_modal .modal-body {
	padding: 0;
	margin-bottom: 2.0rem;
}

.story_modal .story_card {
	border: 0;
	border-radius: 0;
	width: 100%;
	border-bottom: 1px solid var(--gray-100);
}

.story_modal .write_comment_wr {
	padding: 2.0rem 1.6rem;
}

.story_modal .write_comment_btn {
	min-width: 14.0rem;
}

.story_modal .comment_list_wr {
	padding-top: 2.0rem;
	border-top: 1px solid var(--gray-100);
}

.story_modal .story_card .card_ft{ cursor: unset;}


/* 스토리 댓글 */
.write_comment_wr textarea.form-control{ min-height: 13.0rem;}
.comment_list .comment {
	padding: 2.0rem 1.6rem;
	display: flex;
	flex-direction: column;
	gap: 0.8rem;
	border-bottom: 1px solid var(--light-200);
}

.comment_list .comment:last-of-type {
	border-bottom: none;
}

.comment .name {
	font-size: 1.5rem;
	font-weight: 500;
}

.comment .cmt_del_btn {
	font-size: 1.3rem;
	color: var(--gray-400);
	text-decoration: underline;
	flex-shrink: 0;
	margin-left: 1.0rem;
}

.comment .cmt_cont {
	font-size: 1.5rem;
	color: var(--gray-600);
	line-height: 1.5;
	word-break: break-all;
	word-wrap: break-word;
	white-space: pre-line;
}

.comment .cmt_date {
	font-size: 1.4rem;
	font-weight: 500;
	color: var(--gray-400);
}

/* 댓글 더보기 버튼 */
.cmt_moer_btn {
	padding: 1.0rem;
	margin-top: 2.0rem;
	font-size: 1.4rem;
	font-weight: 500;
	color: var(--gray-500);
}

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


/****** 내 정보 수정 ******/
/* 파트너사 > 실제견적 가격 입력 */
.set_menu_price{
	display: flex;
	flex-direction: column;
	gap: 2.4rem;
}
.set_menu_price .menu_img{
	width: 6.9rem;
	aspect-ratio: 1/1;
	border-radius: 1.0rem;
	overflow: hidden;
	margin-right: 1.0rem;
	flex-shrink: 0;
}

.price_input.form-control{
	display: flex;
	align-items: center;
	padding-top: 0;
	padding-bottom: 0;
	margin-right: 0 !important;
}

.price_input .form-control{
	border-radius: 0;
	background: none;
	height: 100%;
	padding-left: 0;
	padding-right: 0;
}

.price_input.form-control p.won{ flex-shrink: 0;}





/****** 견적 제안하기 모달 ******/
/* 견적메뉴 */
.estimate_menu_wr{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 1.0rem;
}

.menu_card{
	border: 1px solid var(--gray-100);
	border-radius: 1.6rem;
}
.menu_card .card_hd{
	padding: 1.2rem;
	font-size: 1.5rem;
	font-weight: 500;
}
.menu_card .card_ft{
	padding: 1.6rem 1.2rem;
	display: flex;
	flex-direction: column;
	gap: 0.8rem;
	font-size: 1.4rem;
	font-weight: 500;
} 
.menu_card .card_ft .gray_cost{ color: var(--gray-400);}
.menu_card .card_ft .orange_cost{ color: var(--primary-dark);}

.menu_card .cost_line p{
	word-break: break-all;
}
.menu_card .cost_line p:first-child{ word-break: keep-all;}
.menu_card .cost_line p:last-child{ text-align: right; margin-left: 0.5rem;}












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

	.container-lg,
	.container-md,
	.container-sm,
	.container {
		max-width: 100%;
		padding-left: 1.6rem;
		padding-right: 1.6rem;
	}
}

/*반응형 max 1200 xl*/
@media (max-width: 1199.98px) {
	#main {
		padding-top: var(--hd_height_m);
	}

	.body_wrap:has(.bottom_btn) {
		padding-bottom: 4.8rem;
	}

	.tit_h1 {
		font-size: 2.6rem;
	}

	.tit_h2 {
		font-size: 2.4rem;
	}

	/* 고탑버튼 모바일 사이즈 */
	.go_top2 {
		width: 4.0rem;
		height: 4.0rem;
		right: 1.6rem;
		bottom: 2.0rem;
		transform: translateX(0);
	}

	.body_wrap:has(.bottom_btn) .go_top2 {
		bottom: 6.0rem;
	}

	/* 푸터 */
	.ft {
		padding: 5.0rem 0 7.0rem;
	}

	/*메인*/
	.idx_pg {
		min-height: 100vh;
	}

	/*서브*/
	.sub_pg {
		min-height: 100vh;
		padding-bottom: 6.0rem;
	}

	.sub_top .sub_menu {
		margin-left: -1.6rem;
		margin-right: -1.6rem;
	}

	.breadcrumb {
		display: none;
	}

	/****** 견적 문의 ******/
	/* 검색 필터 */
	.sch_filter {
		margin-top: 1.6rem;
	}

	/****** 견적 문의 상세 ******/
	/* 견적제안 목록 */
	.offer_list_wr {
		grid-template-columns: 1fr;
	}


	/****** 견적 제안 상세(파트너사 홈) ******/
	.sub_pg.offer {
		padding-top: 0;
	}

	.offer_dt_top {
		margin-bottom: 2.0rem;
	}

	/* 상단 프로필 이미지 부분 */
	.img_blur_wr {
		border-radius: 0;
		height: 16.0rem;
		overflow: hidden;
		margin-right: -1.6rem;
		margin-left: -1.6rem;
	}

	/* 프로필 사진 */
	.offer_dt_top .profile_circle {
		width: 10.0rem;
		margin-top: -5.0rem;
		margin-left: 0;
	}

	/* 왼쪽 회사소개 내용 */
	.company_info_wr .partner_name {
		font-size: 2.0rem;
	}

	.offer_left .partner_name ~ p.fs_16 {
		font-size: 1.5rem !important;
	}

	/* 견적 제안 상세 하단 부분 */
	.offer_dt_bottom {
		display: block;
		gap: 0;
	}

	/* 왼쪽 회사소개 내용 */
	.offer_left {
		width: 100%;
		max-width: unset;
		padding-left: 0;
	}

	.offer_left .company_info_wr {
		padding-bottom: 2.0rem;
		border-bottom: 1px solid var(--gray-100);
		margin-bottom: 3.0rem;
	}

	/* 등록된 후기 */
	.review_sect {
		/*margin-bottom: 6.0rem;*/
	}
    /* 업체 스토리 */
    .partner_story_sect{ margin-bottom: 6.0rem;}

	/* 오른쪽 견적 내용 */
	.offer_right {
		display: none;
	}
	
	
	/****** 메인 페이지 ******/
	.main_gra_sect{
		padding-top: 3.0rem;
		padding-bottom: 8.0rem;
	}
	.main_rank_sect{
		padding-top: 8.0rem;
		padding-bottom: 8.0rem;
		/*margin-bottom: 5.0rem;*/
	}
	
	
}


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

	/* 모바일 메뉴 */
	.m_menu_wr {
		width: 100%;
		left: 50%;
		transform: translate(-50%);
	}

	.menu_bg {
		width: 100%;
		left: 50%;
	}

	.menu_on .m_nav {
		width: 100%;
		max-width: 100%;
	}

	/****** 견적 문의 ******/
	.estimate_list_wr {
		grid-template-columns: repeat(1, 1fr);
	}
	
	
	/****** 메인 페이지 ******/
	.gap_110:has(.rank_box){
		gap: 8.0rem;
	}
	
}


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

	.tit_h2 {
		font-size: 2.2rem;
	}

	/* 페이지네이션 */
	.pgn_ver2 .btn.pg_arrow {
		width: 3.2rem;
		height: 3.2rem;
	}

	.pgn_ver2 .pgn_number {
		height: 3.2rem;
	}

	.pgn_ver2 .pagination a {
		font-size: 1.4rem;
		width: 2.4rem;
		height: 2.4rem;
	}

	/****** 견적 문의 ******/
	/* 검색 필터 */
	.sch_filter .d-grid {
		grid-template-columns: repeat(2, 1fr);
		grid-row-gap: 2.5rem;
	}

	.sch_filter .fvr_area_btn {
		display: none;
	}

	.sch_filter div.empty {
		display: none;
	}

	.sch_filter.user_ft .d-grid {
		grid-row-gap: 2.5rem;
	}

	/****** 견적 문의 상세 ******/
	.estimate_info_box {
		padding: 3.0rem;
	}

	.estimate_info_box .user_date {
		gap: 1.0rem;
	}

	.estimate_info_box .user_name {
		font-size: 2.2rem;
	}

	.estimate_info_box .row_text > div.w-50 {
		width: 100% !important;
	}

	.estimate_info_box .absol_btn_wr {
		position: unset;
		margin-top: 3.0rem;
	}

	.estimate_info_box .absol_btn_wr .btn {
		width: 100%;
	}
	
	/****** 메인 페이지 ******/
	.main_sect_tit h4{ font-size: 2.6rem;}
	.main_sect_tit p{ font-size: 1.6rem;}
	
	.rank_box .count_num{ font-size: 2.6rem;}
}


/*반응형 max 576px sm*/
@media (max-width: 575.98px) {
	
	/****** 메인 페이지 ******/
	.main_gra_sect{
		padding-top: 2.0rem;
		padding-bottom: 5.0rem;
	}

	/****** 서브탑 ******/
	.sub_top {
		padding-bottom: 3.0rem;
	}

	/****** 견적 문의 ******/
	.estimate .sub_cont_sect {
		padding-top: 3.0rem;
	}

	/* 검색 필터 */
	.sch_filter {
		padding: 3.0rem 2.0rem 3.0rem;
	}

	.sch_filter .d-grid {
		grid-template-columns: 1fr;
	}

	.sch_filter .sub_grid {
		grid-column: unset;
	}

	.sch_filter .filter_btn_wr {
		max-width: unset !important;
		margin: 3.0rem -0.6rem 0;
	}

	/****** 견적 문의 상세 ******/
	.offer_card {
		padding: 2.4rem 2.0rem 2.0rem;
	}

	.offer_card .btn_gr {
		width: 100%;
		margin-top: 2.0rem;
	}

	.offer_card .btn_gr .btn {
		width: 100%;
		min-width: unset;
	}


	/****** 견적 제안 상세(파트너사 홈) ******/
	/* 업체 스토리 */
	.story_card {
		width: 100%;
	}


	/****** 마이페이지 ******/
	/****** 파트너사 > 스토리 ******/
	.story_write_btn {
		position: fixed;
		bottom: 2.0rem;
		left: 50%;
		transform: translate(-50%);
		border-radius: 2.0rem;
		box-shadow: 0 0 1.0rem rgb(235 140 110 / 15%);
		max-width: 20.0rem;
		z-index: 2;
	}
	
	
	/****** 견적 제안하기 모달 ******/
	/* 견적메뉴 */
	.estimate_menu_wr{
		grid-template-columns: repeat(2, 1fr);
	}
}

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

	.review_write_modal .rating_star img {
		width: 4.8rem;
	}
	

}


/*반응형 max 350px*/
@media (max-width: 350px) {
	
	/****** 견적 제안하기 모달 ******/
	/* 견적메뉴 */
	.estimate_menu_wr{
		grid-template-columns: 1fr;
	}
	
}







/******************* sy *******************/
.pc_only {
	display: block;
}

.mo_only {
	display: none;
}

/*로그인*/
.login_form_pg {
	padding-top: 9rem;
	/*padding-bottom: 9rem;*/
}

.login_form {
	padding: 5rem;
	width: 100%;
	max-width: 46rem;
	border-radius: 2.0rem;
	background-color: #ffff;
	box-shadow: 0px 0px 15px 0px #0000000D;
}

/*축문 생성*/
.mk_top_wp {
	margin-top: 5rem;
}

.msg_pg .sub_top {
	background: #Fff;
	padding-bottom: 2.0rem;
}



/*배너 이미지*/
.banner_box {
	margin-bottom: 5rem;
	overflow: hidden;
	border-radius: 1.6rem;
}

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

.rect_ban_pc::after {
	content: "";
	display: block;
	padding-bottom: calc(200 / 1200 * 100%);
}

.rect_ban_pc > img {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	image-rendering: -webkit-optimize-contrast;
}

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

.rect_ban_mo::after {
	content: "";
	display: block;
	padding-bottom: calc(120 / 343 * 100%);
}

.rect_ban_mo > img {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	image-rendering: -webkit-optimize-contrast;
}


/*축문*/
.mk_wp {
	max-width: 1000px;
	width: 100%;
	display: flex;
	align-items: start;
	justify-content: center;
}

.mk_box {
	max-width: 500px;
	width: 100%;
	height: 70.9rem;
	display: flex;
	justify-content: center;
	margin: 0 auto;
	margin-top: 1.7rem;
	position: relative;
}

.msg_box {
	box-shadow: 0px 0px 10px 0px #0000001A;
}

.msg_hue_txt_box {
	position: absolute;
	width: 34rem;
	top: 15%;
	left: 50%;
	transform: translate(-50%);
}

.msg_hue_txt {
	display: flex;
	align-items: start;
	flex-direction: row-reverse;
	justify-content: space-around;
}

.hue {
	width: auto;
	display: flex;
	align-items: start;
	justify-content: center;
	padding: 0 0.6rem;
}

.h_box .txt {
	font-family: 'KoPubWorld-Batang';
}

.msg_hue_txt_box .hue .h_box {
	padding: 0 0.2rem;
}

.msg_hue_txt_box .hue.pt_top {
	padding-top: 20%;
}

.msg_hue_txt_box .hue .h_box .txt {
	font-family: 'KoPubWorld-Batang';
	padding: 0 0 1.5rem 0;
	text-align: center;
	width: 1.5rem;
	font-weight: 400;
}

.msg_hue_txt_box .txt {
	font-size: 1.6rem;
}

/*지방/위패 이미지*/
.rect_tbt_lg {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.rect_tbt_lg::after {
	content: "";
	display: block;
	padding-bottom: calc(552 / 151 * 100%);
}

.rect_tbt_lg > img {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	image-rendering: -webkit-optimize-contrast;
}

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

.rect_tbt_sm::after {
	content: "";
	display: block;
	padding-bottom: calc(552 / 116 * 100%);
}

.rect_tbt_sm > img {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	image-rendering: -webkit-optimize-contrast;
}

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

.rect_tbt_religion::after {
	content: "";
	display: block;
	padding-bottom: calc(552 / 185 * 100%);
}

.rect_tbt_religion > img {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	image-rendering: -webkit-optimize-contrast;
}


/*지방/위패*/
.tbt_box.mk_box {
	width: 24.752rem !important;
	height: auto;
}

.tbt01_hue_txt_box {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%);
}

.tbt01_hue_txt_box_lg {
	width: 15.5rem;
	padding-top: 1.0rem;
}

.tbt01_hue_txt_box_sm {
	width: 11.6rem;
	padding-top: 1.2rem;
}

.tbt01_hue_txt_box_religion {
	width: 18.5rem;
	/* padding-top: 1.2rem; */
	margin-top: 1.4rem;
}

.tbt01_hue_txt_box .hue {
	width: 4.5rem;
}

.tbt01_hue_txt_box .txt {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-size: 4.5rem;
	font-weight: 400;
	text-align: center;
	line-height: 1.4;
}

.tbt01_hue_txt_box .txt {
	font-size: 4.5rem;
	font-weight: 400;
	text-align: center;
	line-height: 1.4;
}

/*지방/위페 종교*/
.tbt01_hue_txt_box_religion .hue {
	width: 18.5rem;
	align-items: center;
	justify-content: space-between;
	padding: 0 1rem;
}

.tbt01_hue_txt_box_religion .h_box_sm .txt {
	padding-bottom: 0.8rem;
	width: 1.9rem;
	font-size: 1.9rem;
	line-height: 1;
	font-weight: 700;
}

.tbt01_hue_txt_box_religion .h_box_sm_pt {
	padding-top: 46%;
}

.tbt01_hue_txt_box_religion .h_box_img {
	padding: 0 1rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.tbt01_hue_txt_box_religion .h_box_img .txt_1 {
	width: 10rem;
}

.tbt01_hue_txt_box_religion .h_box_img .txt_2 {
	font-size: 2.8rem;
	width: 5.3rem;
	margin-bottom: 5.4rem;
	margin-top: 1rem;
}

.tbt01_hue_txt_box_religion .h_box_img .txt_3 {
	width: 4.5rem;
	font-size: 4.5rem;
	line-height: 1.4;
}

.tbt01_hue_txt_box_religion .h_box_img .txt_4 {
	font-size: 2.7rem;
	width: 7.9rem;
	margin-bottom: 4.5rem;
	margin-top: 1rem;
}

.mk_form {
	border: 1px solid var(--border);
	padding: 3rem;
	border-radius: 1.6rem;
}

/*인풋 - 검색*/
.search_result_wp.on ~ .sch_ip {
	border-bottom-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
	border-top-left-radius: 1.2rem !important;
	border-top-right-radius: 1.2rem !important;
}

.input_search_wp {
	position: relative;
}

.sch_ip input.active,
.sch_ip input:active,
.sch_ip input:focus,
.sch_ip input:focus-visible,
.sch_ip input:focus-within {
	background-color: transparent;
	border-color: transparent;
	box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
}

/*검색창 결과*/
.search_result_wp {
	display: none;
	z-index: 10;
	position: absolute;
	top: 4.8rem;
	left: 0;
	background-color: #fff;
	width: 100%;
	height: auto;
	border: 1px solid var(--border);
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-left-radius: 1.2rem;
	border-bottom-right-radius: 1.2rem;
}

.search_result_wp.on {
	display: block;
}

.search_result_wp .result_wp_top {
	height: auto;
	max-height: 170px;
	min-height: 150px;
	overflow-y: scroll;
	padding: 1.0rem 0;
}

.search_result_wp .result_wp_top .result_tit {
	padding: 0.5rem 2.5rem;
	font-size: 1.4rem;
	font-weight: 600;
	color: var(--text);
}

.search_result_wp .result_wp_top .result_word {
	display: block;
	padding: 0.5rem 2.5rem;
	font-size: 1.3rem;
	font-weight: 400;
	color: var(--gray-80);
}

.search_result_wp .result_wp_top .result_word span {
	font-size: 1.3rem;
	color: var(--tertiary);
}

.search_result_wp .result_word:hover {
	background-color: var(--gray-100);
	cursor: pointer;
}

.search_result_wp .result_wp_btm {
	padding: 1rem 2rem;
}

/*마이페이지*/
.my_pg {
	padding-top: 9rem;
}

/* 마이페이지 채팅*/
/*채팅 리스트*/
.chat_pg {}

.chat_wp {
	border-radius: 1.6rem;
	border: 1px solid var(--border);
	overflow: hidden;
}

.chat_ul {
	overflow-y: scroll;
	overflow-x: hidden;
	height: 768px;
}

.chat_li {}

.chat_li_in {
	position: relative;
	width: 100%;
	padding: 2.0rem 2.4rem;
	border-bottom: 1px solid var(--border);
}

.chat_li_a {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	border-radius: inherit;
	top: 0;
	left: 0;
	z-index: 1;
}

.chat_prf_img {
	margin-right: 1rem;
	width: 4.8rem;
	height: 4.8rem;
	flex-shrink: 0;
	border-radius: 50%;
	border: 1px solid var(--gray-10);
	overflow: hidden;
}

.chat_name {
	font-weight: 600;
	flex-grow: 1;
	margin-right: 1rem;
}

.chat_cont_sum {
	font-size: 1.4rem;
	color: var(--gray-400);
	flex-grow: 1;
	margin-right: 1rem;
}

.chat_day {
	font-size: 1.4rem;
	color: var(--gray-400);
	margin-right: 1rem;
	word-wrap: normal;
	flex-shrink: 0;
}

.chat_count {
	text-align: right;
}

.chat_count span {
	border-radius: 1.6rem;
	padding: 0.1rem 0.4rem;
	color: #fff;
	font-size: 1.4rem;
	word-wrap: normal;
}

.chat_pg .dropdown-toggle::after {
	display: none;
}

.chat_li .mo_hd_drop {
	z-index: 3;
}

.chat_li .mo_hd_drop.show {
	z-index: 4;
}


/*채팅룸 헤더*/
.chat_rm {
	display: flex;
	flex-direction: column;
	background: #FCF2EC4D;
	width: 100%;
	height: 768px;
	overflow: hidden;
}

.chat_rm_hd {
	background-color: #fff;
	z-index: 3;
	border-left: 1px solid var(--border);
}

.chat_rm_hd_top {
	height: 5rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid var(--border);
	padding: 0.5rem 1.6rem;
}

.chat_rm_hd_btm {
	padding: 1.6rem;
	width: 100%;
	box-shadow: 0px 4px 10px 0px #EB8C6E26;
}

/*채팅룸 바디*/
.chat_rm_bd {
	padding: 0 1.6rem;
	flex-grow: 1;
	overflow-y: scroll;
	border-left: 1px solid var(--border);
}

.chat_tk {
	margin-bottom: 2rem;
}

.chat_info {
	margin: 3rem auto;
}

.chat_cont_wp {
	display: flex;
	align-items: start;
}

.chat_com_cont .chat_user {
	margin-bottom: 0.9rem;
}

.chat_bubble_wp {
	display: flex;
	flex-direction: column;
	align-items: start;
}

.chat_bubble {
	max-width: 80%;
	margin-bottom: 0.9rem;
}

.chat_bubble span {
	display: inline-block;
	line-height: 1.3;
	font-size: 1.5rem;
	background-color: #fff;
	border-radius: 1.5rem;
	box-shadow: 0px 2px 6px 0px #0000001A;
	padding: 1.2rem;
}

/* 채팅 나(사용자)일때 */
.chat_me .chat_cont_wp {
	flex-direction: row-reverse;
}

.chat_me .chat_prf_img {
	margin-right: 0;
	margin-left: 1rem;
}

.chat_me .chat_com_cont {
	text-align: right;
}

.chat_me .chat_bubble_wp {
	align-items: end;
}

.chat_me .chat_bubble span {
	background-color: var(--primary);
	color: #fff;
}

/*채팅룸 푸터*/
.chat_rm_ft {
	padding: 1rem 1.6rem;
	border-top: 1px solid var(--border);
	border-left: 1px solid var(--border);
	background-color: #fff;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 1.6rem;
}

.chat_rm_ft .upload_box {
	width: 4.6rem !important;
	height: 4.2rem !important;
	overflow: hidden;
	cursor: pointer;
	background: url(../img/ic_file_add.png) no-repeat center / 1.6rem;
	border-radius: 1.0rem;
	position: relative;
}

/*마이페이지 견적문의*/
.my_pg.my_com {
	padding-top: 3rem !important;
}

.my_pg.mypg_est_pg .container {
	display: block !important;
}

.mypg_est_pg .estimate_list_wr {
	width: 100%;
	grid-template-columns: repeat(2, 1fr);
}

.mypg_est_pg .mo_hd_drop {
	z-index: 20;
}

.mypg_est_pg .mo_hd_drop .dropdown-toggle::after {
	display: none;
}

/*마이페이지 견적제안*/
.mp_search_box {
	box-shadow: none;
	border: 1px solid var(--border);
	padding: 4rem;
	border-radius: 1.2rem;
}

.absol_link {
	cursor: pointer;
}



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

/* 태블릿, 모바일 시작 사이즈 */
/**반응형 max 992px lg**/
@media (max-width: 991.98px) {
	.mo_only {
		display: block;
	}

	.pc_only {
		display: none;
	}

	/*배너 이미지*/
	.rect_ban::after {
		content: "";
		display: block;
		padding-bottom: calc(120 / 343 * 100%);
	}

	/*축문 생성 공통*/
	/*.mk_box { height: auto;}*/
	.mk_box_left {
		order: 2;
	}

	.mk_box_right {
		order: 1;
	}

	/*축문*/
	.s_responsive .msg_hue_txt_box {
		width: 78%;
	}

	.s_responsive .msg_hue_txt_box .hue .h_box .txt {
		font-size: 1.4rem;
	}

	.s_responsive .msg_hue_txt_box .hue.pt_top {
		padding-top: 18%;
	}

	/*마이페이지 채팅*/
	.chat_wp {
		border-radius: 0;
		border: unset;
	}

	.chat_pg .chat_container {
		padding: 0rem !important;
	}

	.chat_rm_hd,
	.chat_rm_bd,
	.chat_rm_ft {
		border-left: unset;
	}

	.chat_rm_ft {
		position: fixed;
		z-index: 3;
		left: 0;
		bottom: 0;
		width: 100%;
		border-bottom-right-radius: 0;
	}

	/*마이페이지 견적문의*/
	.mypg_est_pg .estimate_list_wr {
		width: 100%;
		grid-template-columns: repeat(1, 1fr);
	}

	/*마이페이지 견적제안*/
	.mp_search_box {
		padding: 2.0rem;
	}

	/****** 채팅 모바일 페이지 ******/
	.chat_mo_pg.sub_pg{ padding-bottom: 0;}
}


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

/**반응형 max 576px sm**/
@media (max-width: 575.98px) {
	.mk_box {
		width: 100%;
		max-width: 100%;
		height: auto;
	}

	.s_responsive .msg_hue_txt_box .hue {
		width: auto;
	}

	.s_responsive .msg_hue_txt_box .hue .h_box .txt {
		font-size: 1.2rem;
		width: 1rem !important;
	}
}

@media (max-width: 396.98px) {

	/*축문*/
	.s_responsive .hue {
		width: auto;
		padding-left: 0.1rem;
		padding-right: 0.1rem;
	}

	.s_responsive .msg_hue_txt_box .hue .h_box .txt {
		font-size: 1.0rem;
		width: 1rem;
	}

}

@media (max-width: 349.98px) {

	/*축문*/
	.s_responsive .hue {
		width: auto;
		padding-left: 0.1rem;
		padding-right: 0.1rem;
	}

}






/******************* yj *******************/
/*로그인 login*/
.login_form {
	padding: 5rem;
	width: 100%;
	max-width: 46rem;
	border-radius: 2.0rem;
	background-color: #ffff;
	box-shadow: 0px 0px 15px 0px #0000000D;
}

.login_form .tit_h2 {
	text-align: center;
}

/**반응형 max 576px sm**/
@media (max-width: 575.98px) {
	/*.login_form_pg .container {
		padding: 0 !important;
	}*/

	.login_form {
		padding: 5.0rem 0 !important;
		border-radius: 0rem;
		background-color: #ffff;
		box-shadow: none !important;
	}

	.login_form_pg {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}

	/*.sub_pg.m-pg {
		min-height: 500px;
	}*/
}

/*join*/
.gray_line {
	width: 100%;
	height: 0.1rem;
	background-color: var(--gray-100);
}

.tou_box {
	padding-top: 2.6rem;
}

.tou_open {
	color: var(--gray-400);
	text-decoration: underline;
	cursor: pointer;
}

#modal_md_tou1 .modal-body,
#modal_md_tou2 .modal-body,
#modal_md_tou3 .modal-body {
	max-height: 35rem;
	overflow: scroll;
}

.join_login_btn {
	margin-top: 4rem;
}

.find_file_box img {
	width: 1.4rem;
	margin-right: 0.5rem;
}

.find_file_box button {
	margin-right: 0.6rem;
}

/* join_done.php */
.done_img {
	width: 8.4rem;
}

.item_center {
	text-align: center;
}

.join_done_txt {
	font-size: 1.5rem;
	color: var(--gray-400);
	line-height: 1.4;
	word-break: keep-all;
}

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

.txt_info {
	font-size: 1.5rem;
	line-height: 1.4;
	color: var(--gray-400);
}

/* find_id_done.php */
.txt_bold {
	font-weight: 600;
}

.mb_28 {
	margin-bottom: 2.8rem;
}

/* premium*/
.pr_con {
	display: flex;
	flex-direction: column;
	align-items: center;


}

.premium_bg {
	background: url(../img/premium_bg.png) no-repeat center top;
	width: 100%;
	padding-top: 10rem;
}

.premium_box {
	width: 380px;
	height: 325px;
	background-color: #ffffff;
	border: 2px solid transparent;
}

.premium_box.pb_2:hover,
.premium_box.pb_3:hover {
	transition: all 0.5s;
	border: 2px solid #EB8C6E;
}

.pb_2,
.pb_3 {
	box-shadow: 0px 0px 20px 0px #EB8C6E1A;
	border-radius: 1.6rem;
}

.pb_1 {
	background: linear-gradient(124.78deg, #EB8C6E 0%, #D55D38 61.85%, #CF481E 100%);
	border-radius: 1.6rem;
	border: 1px solid var(--primary-dark) !important;
}

.pr_con .premium_inner_txt h5 {
	font-size: 3rem;
	line-height: 1.3;
	font-weight: 700;
	color: #000;
	margin-bottom: 3.0rem;
}

.pb_txt h5 {
	font-size: 2.8rem;
	color: #fff;
	margin-bottom: 2.0rem;
	font-weight: 700;
}

.pb_txt p img {
	width: 16px;
	height: 16px;
	margin-top: 5px;
	margin-right: 8px;
}

.premium_inner_txt {
	flex-direction: column;
	align-items: center;
}

.pr_con .premium_inner_txt p {
	font-size: 1.6rem;
	color: var(--gray-500);
	margin-bottom: 1.2rem;
	line-height: 1.3;
	font-weight: 400;
}

.pr_con p {
	font-size: 1.8rem;
	color: #fff;
	margin-bottom: 1.2rem;
	line-height: 1.3;
	font-weight: 400;
}

.pr_con p:last-child {
	margin-bottom: 0;
}



.premium_inner {
	justify-content: space-between;
	gap: 15px;
	margin-top: 5.0rem;
}

.premium_box {
	padding: 4rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.pb_img {
	width: 100%;
	display: flex;
	justify-content: flex-end;
}

.pb_img img {
	width: 10rem;
}

.pb_2 {
	color: #000;
	display: flex;
	flex-direction: column;
}

.pr_con .pb_2 p {
	color: var(--primary-dark);
	font-size: 3.2rem;
	font-weight: 700;
}

.pr_con .pb_2 p:last-child {
	color: var(--gray-400);
	font-size: 2.0rem;
	font-weight: 400;
}

.pr_con .pb_2 h5 {
	font-size: 2.4rem;
	color: var(--gray-700);
	margin-bottom: 3.4rem;
}

.pr_con .pb_3 p {
	color: #000;
	font-size: 3.2rem;
	font-weight: 700;
}

.pr_con .pb_3 p:last-child {
	color: var(--gray-400);
	font-size: 2.0rem;
	font-weight: 400;
}

.pr_con .pb_3 h5 {
	font-size: 2.4rem;
	color: var(--gray-700);
	margin-bottom: 3.4rem;
}

.txt_center {
	text-align: center;
}

/**반응형 max 1200 xl**/
@media (max-width: 1199.98px) {
	.premium_inner {
		gap: 15px;
		flex-direction: column;
		margin-top: 5.0rem;
		width: 90%;
		align-items: center;
	}

	.premium_box {
		width: 550px;
		height: 235px;
		background-color: #ffffff;
		border: 2px solid transparent;
		padding: 3rem;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}

	.pb_txt h5 {
		font-size: 2.4rem;
		color: #fff;
		margin-bottom: 2.0rem;
		font-weight: 700;
	}

	.pr_con .join_login_btn {
		margin-top: 0rem;
	}

	.pr_con .pb_2 h5 {
		font-size: 2.0rem;
		margin-bottom: 1.4rem;
	}

	.pr_con .pb_2 p {
		font-size: 2.6rem;
	}

	.pr_con .pb_3 h5 {
		font-size: 2.0rem;
		margin-bottom: 1.4rem;
	}

	.pr_con .pb_3 p {
		font-size: 2.6rem;
		font-weight: 700;
	}

	.pb_img img {
		width: 8rem;
	}
}

/**반응형 max 576px sm**/
@media (max-width: 575.98px) {
	.premium_bg {
		padding-top: 5rem;
	}

	.pr_con .premium_inner_txt p {
		font-size: 1.5rem;
		color: var(--gray-500);
		margin-bottom: 1.0rem;
		line-height: 1.3;
		font-weight: 400;
		word-break: keep-all;
		text-align: center;
	}

	.premium_inner {
		margin-top: 2.0rem;
	}

	.premium_box {
		width: 100%;
		height: 180px;
		padding: 2rem;
	}

	.pb_txt h5 {
		font-size: 1.8rem;
		margin-bottom: 1rem;
	}

	.pb_img img {
		width: 7rem;
	}

	.pr_con p {
		font-size: 1.6rem;
		color: #fff;
		margin-bottom: 0.6rem;
		line-height: 1.3;
		font-weight: 400;
		align-items: center;
	}

	.pb_txt p img {
		width: 13px;
		height: 13px;
		margin-top: 0px;
		margin-right: 5px;
	}

	.pr_con .pb_2 h5 {
		font-size: 1.8rem;
		margin-bottom: 0.8rem;
	}

	.pr_con .pb_2 p {
		font-size: 2.2rem;

	}

	.pr_con .pb_2 p:last-child {
		color: var(--gray-400);
		font-size: 1.6rem;
		font-weight: 400;
	}

	.premium_box button {
		height: 41px;
	}

	.pr_con .pb_3 h5 {
		font-size: 1.8rem;
		margin-bottom: 0.8rem;
	}

	.pr_con .pb_3 p {
		font-size: 2.2rem;
	}

	.pr_con .pb_3 p:last-child {
		color: var(--gray-400);
		font-size: 1.6rem;
		font-weight: 400;
	}
}

/* etiquette*/
.etiquette #cate_cont {
	margin-top: 3.0rem;
}

@media (max-width: 991.98px) {
	.etiquette .sub_top {
		/*background: #fff !important;*/
	}

	.etiquette #cate_cont {
		margin-top: 0rem;
	}
}


.etiquette label {
	min-width: 10.8rem;
}

.etiquette .tab_content {
	display: none;
	max-width: 120rem;
	width: 100%;
}

.etiquette .tab_content.active {
	display: block;
}


/* 전체 박스 */
.funeral_swiper {
	width: 100%;
	max-width: 64rem;
	margin: 0 auto;
	position: relative;
}

/* 이미지 */
.funeral_swiper img {
	width: 100%;
	border-radius: 1.2rem;
}

.etiquette_tab_con {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.etiquette_txt_box {
	margin: 0rem auto 3.0rem;
	text-align: center;
	padding: 5.0rem 0 2.0rem;
	border-bottom: 1px solid var(--gray-100);
	max-width: 120rem;
}

.etiquette_txt_box h4 {
	margin-bottom: 0.8rem;
	font-weight: 600;
	font-size: 2.2rem;
}

.etiquette_txt_box p {
	font-weight: 400;
	font-size: 1.5rem;
	color: var(--gray-400);
}

/* 사용자 정의 네비게이션 */
.swiper_custom_nav {
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin-top: 2.0rem;
	gap: 1.0rem;
	max-width: 9rem;
	margin: 2.0rem auto 0;
	border: var(--gray-100) 1px solid;
	border-radius: 36rem;
	height: 3.7rem;
	padding: 2.4rem 0 0;
}

.swiper_custom_nav .swiper-button-prev,
.swiper_custom_nav .swiper-button-next {
	width: 1.2rem;
	height: 2.0rem;
	/* border: 1px solid #dcdcdc; */
	border-radius: 50%;
	background-color: #fff;
	color: #333;
	display: flex;
	align-items: center;
	font-size: 20px;
	cursor: pointer;
	position: static;
}

.swiper-button-prev::after,
.swiper-button-next::after {
	font-size: 1.2rem;
}

/*mypage*/
.pr_box_mp {
	max-width: 46rem;
	width: 100%;
	height: 12rem;
	background: linear-gradient(124.78deg, #EB8C6E 0%, #D55D38 61.85%, #CF481E 100%);
	border: 2px solid #EB8C6E;
	margin-top: 5.0rem;
	border-radius: 1.6rem;
	padding: 2.0rem;
	justify-content: space-between;
	align-items: flex-end;
}

.my_pg .container {
	display: flex !important;
	flex-direction: column !important;
	align-items: center !important;
}

.pr_box_l {
	font-size: 1.8rem;
	word-break: keep-all;
	color: #ffffff;
	line-height: 1.3;
}

.pr_box_l p {
	word-break: keep-all;
}

.pr_box_l span {
	color: #FFF698;
}

.pr_box_mini {
	font-size: 1.6rem;
	font-weight: 400;
}

.pr_box_mini img {
	width: 0.6rem;
	margin-left: 0.8rem;
	margin-bottom: 0.2rem;
}

.pr_box_r img {
	width: 6.5rem;
}

.pr_box_mp a:hover {
	color: #fff !important;
}

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

	.pr_box_mini {
		font-size: 1.3rem;
	}

	.pr_box_l {
		font-size: 1.5rem;
	}

	.pr_box_r img {
		width: 4.5rem;
	}

	.pr_box_mp {
		padding: 1.6rem;
		height: auto;
	}
	
}



.d_column {
	flex-direction: column;
}

.image_upload_cir {
	display: inline-block;
	position: relative;
}

.image_upload_cir .add_btn {
	position: absolute;
	bottom: 11%;
	right: 0;
	width: 4rem;
	overflow: hidden;
	cursor: pointer;
	background: url(../img/add_btn.png) no-repeat center top 0% / 4rem;
	border-radius: 36rem;
	margin-bottom: 0;
}

.image_upload_cir .upload_box {
	width: 11rem;
	 border: 1px solid var(--light); 
	overflow: hidden;
	cursor: pointer;
	background: url(../img/btn_add_img_cir.png) no-repeat center top 35% / 11rem;
	background-color: var(--light);
	border-radius: 36rem;
	position: relative;
}

.my_pg .form-control {
	margin-right: 1rem;
}

.my_pg .form-control :last-child {
	margin-right: 0 !important;
}

#modal_md_sec .modal-body {}

.m_b_inner {
	background: #F8F8F8;
	padding: 1.2rem;
	line-height: 1.5;
}

.modal_sec_text {
	width: 100%;
	color: #000;
}

#modal_md_sec .modal-body img {
	width: 1.4rem;
	height: 1.4rem;
	margin-top: 0.4rem;
	margin-right: 0.5rem;
}

/* inquiry.php */
.inq_box {
	max-width: 72rem;
	margin: 4rem auto;
}

.inquiry textarea.form-control {
	min-height: 20rem;
}

.inquiry_btn_box {
	max-width: 35rem;
	width: 100%;
	padding: 0 1.6rem;
	margin: 0 auto;
	margin-top: 5rem;
}

@media (max-width: 575.98px) {
	.inquiry_btn_box {
		max-width: 32rem;
		width: 100%;
		padding: 0rem !important;
		margin: 0 auto;
		margin-top: 5rem;
	}

	/* .inquiry .sub_top {
	background: #fff !important;
} */
}

/* my_inquiry.php */
.my_inq_li {
	height: 9rem;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid var(--gray-100);

}

.my_inq_li h5 {
	font-size: 1.6rem;
	font-weight: 600;
	color: #000;
	margin-bottom: 0.8rem;
	white-space: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	padding-right: 1.5rem;
}

.my_inq_li p {
	font-size: 1.4rem;
	font-weight: 400;
	color: var(--gray-400);
}

/**반응형 max 576px sm**/
@media (max-width: 575.98px) {
	.my_inq_li h5 {
		font-size: 1.5rem;
	}

	.myinquiry .pagination_wr {
		display: none;
	}
	
	.my_pg {
		padding-top: 0rem !important;
	}
}


.in_txt_dt h5 {
	font-weight: 600;
	font-size: 1.8rem;
	line-height: 130%;
	margin-bottom: 1.0rem;
}

.in_txt_dt p {
	font-weight: 400;
	font-size: 1.5rem;
	line-height: 130%;
	letter-spacing: 0%;
	color: var(--gray-400);
}

.my_inq_inner_li img {
	height: 2.0rem !important;
}

.my_inq_inner_l:first-child {
	width: 100%;
}

.my_inq_li_dt {
	padding: 2.0rem 0;
	margin-top: 3rem;
}

.my_inq_li a {
	display: flex;
	justify-content: space-between;
	width: 100%;
	align-items: center;
}

.my_inq_box_inner {
	font-weight: 400;
	font-size: 1.5rem;
	line-height: 150%;
	letter-spacing: 0%;
	padding: 2.0rem 0;
}

.my_inq_box_inner img {
	width: 100%;
}

.my_inq_ans_box {
	background: #F8F8F8;
	width: 100%;
	border-radius: 1.6rem;
	gap: 1rem;
	padding: 3.0rem;
}

.my_inq_ans_box p {
	font-weight: 400;
	font-size: 1.5rem;
	line-height: 150%;
	color: var(--gray-500);
}

@media (max-width: 575.98px) {
	.my_inq_ans_box {
		padding: 2.0rem;
	}

	.my_inq_box {
		padding: .0rem 0;
	}
}

/* /mp_story.php */
.mp_story_hd {
	justify-content: space-between;
	width: 100%;
	align-items: center;
}

.mp_story_hd_r {
	display: flex;
	width: 28rem;
	justify-content: flex-end;
	margin-top: 3.0rem;
	margin-bottom: 1.6rem;
}

/* .mp_story_hd button {
display: block;
} */

.inquiry_dt .my_inq_li h5 {
	line-height: 1.5;
}

.w_btn {
	display: none;
}

.my_inq_li_dt {
	padding-bottom: 3.0rem;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid var(--gray-100);
}

.mp_story_hd p {
	font-weight: 400;
	font-size: 1.6rem;
	letter-spacing: 0%;
}

.mp_story_hd span {
	color: var(--primary-dark);
}

.mp_story_hd .custom-select {
	width: 15.0rem;
}

.mp_story {
	position: relative;
}

/**반응형 max 576px sm**/
@media (max-width: 575.98px) {
	.mp_story_hd_r {
		width: 11.0rem;
	}

	.w_btn {
		position: absolute;
		bottom: 4%;
		width: 47%;
		/* margin: 0 auto; */
		right: 3%;
		display: block;
		box-shadow: 0px 0px 15px 5px #0000000D;
		border-radius: 36rem;
	}

	/* .mp_story_hd button {
	display: none;
} */

	.mp_story_hd_r {
		margin-top: 1.6rem;
	}
}

/*index*/
.idx_pg.index {
	/* background: linear-gradient(180deg, rgba(235, 140, 110, 0.08) 0%, rgba(255, 255, 255, 0) 80.77%); */

	/* background: linear-gradient(90deg, rgba(235, 140, 110, 0.08) 100%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 1) 100%); */

}

/*.index:first-child {
	background: linear-gradient(180deg, rgba(235, 140, 110, 0.08) 0%, rgba(235, 140, 110, 0) 60.77%);
}*/

/*.main_box_top {
	padding-top: 5.0rem;
	color: #fff;
}*/

.main_box_top h6 {
	font-weight: 700;
	font-size: 2.0rem;
	line-height: 140%;
	margin-bottom: 1.0rem;
}

.main_box_top p {
	font-weight: 500;
	font-size: 1.6rem;
}

.main_tbox_r img {
	width: 9.0rem;
}


.main_box_top_inner{
	/*justify-content: space-between;*/
	gap: 1.5rem;
}

.main_box_top .main_tbox {
	max-width: calc((100% - 3.0rem) / 3);
}

.main_tbox img {
	width: 100%;
	aspect-ratio: 390 / 130;
	object-fit: cover;
	border-radius: 1.6rem;
}

.main_tbox_r {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.main_tbox_l img {
	width: 0.6rem;
	margin-left: 0.8rem;
	margin-bottom: 0.2rem;
}

/*.main_tbox_1 {
	 background: #8995A1; 
	margin-right: 1.5rem;
	 background: url(../img/main_banner_1.png); 
	background-size: cover;
	aspect-ratio: 18 / 9;
	max-width: 39rem;
	width: 100%;
}

.main_tbox_2 {
	 background: #78968E; 
	margin-right: 1.5rem;
	 background: url(../img/main_banner_2.png); 
	background-size: cover;
	aspect-ratio: 16 / 8;
	max-width: 39rem;
	width: 100%;
}

.main_tbox_3 {
	 background: #6B5D59; 
	 background: url(../img/main_banner_3.png); 
	background-size: cover;
	aspect-ratio: 16 / 8;
	max-width: 39rem;
	width: 100%;
}*/

.main_box_middle .main_tit {
	flex-direction: column;
	align-items: center;
	text-align: center;

}

/**반응형 max 1200 xl**/
@media (max-width: 1199.98px) {
	.main_box_top .main_box_top_inner {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	/*.main_tbox_1,
	.main_tbox_2 {
		margin-right: 0rem;
		margin-bottom: 1.5rem;
	}*/

	/* .main_tbox {
	width: 60%;
	height: 17rem;
} */

	/*.main_box_top {
		padding-top: 1.6rem;
	}*/
	
	/* 메인 상단 배너 */
	.main_box_top .main_tbox{
		width: 60%;
		max-width: unset;
	}
}

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

	.main_box_top h6 {
		font-size: 1.8rem;
	}

	.main_box_top p {
		font-size: 1.5rem;
	}

	.main_tbox_l img {
		width: 0.4rem;
		margin-left: 0.6rem;
		margin-bottom: 0.2rem;
	}

	.main_tbox_r img {
		width: 7.0rem;
	}
}

/**반응형 max 576px sm**/
@media (max-width: 575.98px) {
	/* .main_tbox {
	width: 100%;
	height: 17rem;
} */
	
	/* 메인 상단 배너 */
	.main_box_top .main_tbox{
		width: 100%;
	}
}

.main_tit {
	margin-top: 9.0rem;
	margin-bottom: 4.0rem;
}

.main_tit_top {
	display: flex;
	align-items: center;
	margin-bottom: 1.6rem;
}

.main_tit_top img {
	width: 3.5rem;
	height: 3.5rem;
	margin-right: 1.4rem;
}

.main_tit_top h4 {
	font-weight: 600;
	font-size: 3.2rem;
	color: var(--primary-dark);

}

.main_tit_top .main_date {
	color: #000;
	font-weight: 700;
	margin-left: 2.0rem;
}

.main_tit p {
	font-weight: 400;
	font-size: 2.0rem;
	text-align: center;
	color: var(--gray-600);
}

.main_tit p span {
	font-weight: 600;
	color: var(--gray-700);
}

/**반응형 max 767px md**/
@media (max-width: 767.98px) {
	.main_tit {
		margin-top: 7.0rem;
	}

	.main_tit_top img {
		width: 3.0rem;
		height: 3.0rem;
	}

	.main_tit_top h4 {
		font-size: 2.6rem;
	}

	.main_tit_top .main_date {
		margin-left: 0rem;
		margin-top: 1.4rem;
	}

	.main_tit p {
		font-size: 1.6rem;
	}

	.main_tit_top {
		flex-direction: column;
	}

	.main_tit p {
		word-break: keep-all;
		line-height: 1.4;
		/*width: 68%;*/
		margin: 0 auto;
	}
}

.main_box_middle {}

.main_box_middle .main_tbox {
	width: 39rem;
	height: 22rem;
	border-radius: 1.6rem;
	padding: 2.8rem;
	justify-content: space-between;
	flex-direction: column;
}

.main_box_middle .main_tbox_1,
.main_box_middle .main_tbox_2,
.main_box_middle .main_tbox_3 {
	background: #fff;
	box-shadow: 0px -4px 20px 0px #EB8C6E1A;
	padding: 3.0rem;

}

.main_box_middle .main_box_top_inner h6 {
	font-weight: 600;
	font-size: 2.0rem;
	line-height: 140%;
	color: var(--gray-600);
}

.main_box_middle .main_box_top_inner h6 span {
	color: var(--primary-dark);
}

.main_box_middle .main_tbox_r {
	text-align: right;
}

.main_box_middle .main_tbox_r_p1 {
	font-weight: 500;
	font-size: 1.8rem;
	color: var(--gray-500);
	margin-bottom: 0.8rem;
}

.main_box_middle .main_tbox_r_p2 {
	font-weight: 700;
	font-size: 3.2rem;
	color: var(--gray-700);
}
.main_box_middle .main_tbox_r_p2 a:hover{
	color: inherit;
}

/**반응형 max  1199.98px**/
@media (max-width: 1199.98px) {
	.main_box_middle .main_box_top_inner {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.main_box_middle .main_tbox {
		width: 60%;
		/*height: 17rem;*/
	}

	.main_tbox{ max-width: unset;}
}


/**반응형 max 576px sm**/
@media (max-width: 575.98px) {
	.main_box_middle .main_tbox {
		width: 100%;
		height: 17rem;
	}

	.main_box_middle .main_box_top_inner h6 {
		font-size: 1.6rem;
	}

	.main_box_middle .main_tbox_r_p1 {
		font-size: 1.5rem;
		margin-bottom: 0.8rem;
	}

	.main_box_middle .main_tbox_r_p2 {
		font-size: 2.4rem;
	}

	/*.main_box_middle .main_tbox {
		width: 90%;
	}*/


}

.container.main_bottom {
	max-width: 100%;
	background: url(../img/main_box_bottom_bg.png) no-repeat center top;
	background-size: cover;
	background-color: #fff;
}

.main_box_bottom {
	max-width: 120rem;
	margin-top: 11rem;
	padding: 9rem 0 12rem !important;
	margin: 11rem auto 0;
	display: flex;
}

.main_b_1,
.main_b_2 {
	display: flex;
	flex-direction: column;
	width: 38rem;
	align-items: center;
	margin-right: 3rem;
}

.main_b_1_t {
	text-align: center;
	margin-bottom: 5.0rem;
}

.main_b_1 .review_tit {
	justify-content: space-evenly;
}

.main_box_bottom .main_b_1 h4 {
	font-weight: 600;
	font-size: 2.8rem;
	text-align: center;
	vertical-align: middle;
	color: #222;
	margin-bottom: 1.2rem;
}

.main_box_bottom .main_b_1 .main_b_1_t p {
	font-weight: 400;
	font-size: 2.0rem;
	text-align: center;
	color: var(--gray-500);
}

.main_box_bottom .main_b_1 .review_tit p {
	font-weight: 600;
	font-size: 2.0rem;
	margin-top: 3.0rem;
	color: var(--gray-600);
}

.main_box_bottom .main_b_1 .review_tit p span {
	color: var(--primary-dark);
	margin-left: 1.0rem;
}


.custom-swiper-container {
	width: 100%;
	margin: 0 auto;
	border-radius: 1.2rem;
	overflow: hidden;
	background: #fff;
	border: 1px solid #E8ECF5;
	max-width: 38rem;
	height: 30rem;
	border-radius: 2rem;
	gap: 2rem;
}

.custom-swiper-slide {
	padding: 3rem 4rem;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.main_b_1_b {
	cursor: pointer;
}

.main_b_1_b .stars {
	margin-bottom: 2.0rem;
	gap: 0.3rem;
}

.main_b_1_b .stars img {
	width: 2.8rem;
	height: 2.8rem;
}

.custom-swiper-pagination {
	margin-top: 10px;
	position: relative;
}

.review-meta {
	font-size: 1.6rem;
	color: #464E57;
	margin-bottom: 1rem;
	width: 100%;
	justify-content: space-between;
	margin-bottom: 2.0rem;
	align-items: center;
}

.review-text {
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 160%;
	color: var(--gray-600);
	overflow: hidden;
}

.review-meta .rev_date {
	font-weight: 400;
	font-size: 1.4rem;
	color: var(--gray-400);
}

.custom-swiper-pagination {
	text-align: center;
	margin-top: 4rem;
}

.custom-swiper-pagination .swiper-pagination-bullet {
	width: 1rem;
	height: 1rem;
	background: transparent;
	border: 1px solid var(--primary);
	opacity: 1;
	margin: 0 0.4rem;
	border-radius: 50%;
	transition: all 0.3s;
}

.custom-swiper-pagination .swiper-pagination-bullet-active {
	background: var(--primary);
}

.main_b_2 {}

.main_b_2_t,
.main_b_2_b {
	padding: 2.4rem;
}

.main_b_2 .main_b_2_t {
	width: 38rem;
	/*height: 35.7rem;*/
	border-radius: 2rem;
	gap: 2rem;
	padding: 2.4rem;
	background: #fff;
	box-shadow: 0px -4px 20px 0px #EB8C6E1A;
}

.gray_line_dash {
	height: 2px;
	width: 90%;
	margin: 0 auto;
	/* border-top: 2px dashed var(--gray-200); */

	display: block;
	width: 92%;
	background: url(../img/border_t_gray_dashed_01.png);
	background-color: #fff;
	background-position: center;
}

.main_b_2 .main_b_2_b {
	width: 38rem;
	height: 24.5rem;
	border-radius: 2rem;
	gap: 2rem;
	padding: 2.4rem;
	background: #fff;
	box-shadow: 0px 10px 20px 0px #EB8C6E1A !important;
}

.main_b_2_t_country {
	justify-content: space-between;
}

.main_b_2_b .main_price {
	margin-bottom: 1.2rem;
}

.main_b_2_b .price_t {
	margin-top: 1.2rem;
	margin-bottom: 0;
}


.main_b_2_b .m_pr_tit {
	font-weight: 400;
	font-size: 1.5rem;
	color: var(--gray-500);
}

.main_b_2_b .m_pr {
	font-weight: 600;
	color: var(--gray-600);
	font-size: 1.8rem;
}

.main_b_2_b .m_pr_b {
	font-weight: 700;
	color: #22272B;
	font-size: 2.0rem;
}

.main_b_3 {
	flex-direction: column;
	width: 38rem;
}

.main_b_3 h4 {
	font-weight: 600;
	line-height: 1.4;
	margin-bottom: 3.0rem;
}

.main_b_3 .main_tbox {
	height: 23.2rem;
	margin-bottom: 2.4rem;
	padding: 2.8rem 2.8rem 0;
	cursor: pointer;
	border-radius: 1.6rem;
}

.main_b_3 .main_tbox h6 {
	font-weight: 700;
	font-size: 2.4rem;
	line-height: 150%;
	margin-bottom: 1.0rem;
	color: #fff;
}

.main_b_3 .main_tbox p {
	font-weight: 300;
	font-size: 1.6rem;
	line-height: 150%;
	color: #fff;
}

.main_b_3 .r5_img img {
	width: 11rem;
}

.main_tbox_4 {
	background: #8995A1;
}

.main_tbox_5 {
	background: #524F4A;
}

.main_b_2 .pc_n {
	display: none;
}

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

	.main_b_1,
	.main_b_2,
	.main_b_3 {
		width: 100%;
		padding: 0 1.6rem;
	}
}


/**반응형 max 992px lg**/
@media (max-width: 1200px) {
	.main_box_bottom {
		flex-direction: column;
		align-items: center;
	}

	.main_b_1,
	.main_b_2,
	.main_b_3 {
		margin-right: 0rem;
	}

	.custom-swiper-container {
		width: 100% !important;
	}


	.main_box_bottom {
		padding: 5rem 0 12rem !important;
		margin: 0 auto 0;
	}

	.main_box_bottom .main_b_1 h4 {
		font-size: 2.4rem;
	}

	.main_box_bottom .main_b_1 .main_b_1_t p {
		font-size: 1.6rem;
	}

	.main_b_1_t {
		margin-bottom: 3.0rem;
	}

	.main_b_1 {
		padding-bottom: 5.0rem;
	}

	.gray_line_dash {
		height: 2px;
		width: 90%;
		margin: 0 auto;
		/* border-top: 2px dashed var(--gray-200); */
	}

	.main_b_2 {
		padding-bottom: 6.0rem;
	}

	.main_b_3 {
		display: flex;
		flex-direction: column;
		align-items: center;
	}


	.main_b_3 .main_tbox {
		width: 100%;
		height: 17rem;
	}
}

@media (max-width: 575.98px) {
	.sub_pg {
		min-height: 60vh;
	}

	.main_b_1_b {
		width: 90%;
	}

	.nav_tab_line .nav-link {
		padding: 0.3rem;
	}

	.custom-swiper-slide {
		padding: 3rem 4rem;
	}

	.container.main_bottom {
		padding: 0 !important;

	}

	.main_b_1 {
		background: #fff;
		padding: 5rem 0 5rem !important;
	}

	.main_b_2 {
		background: #fff;
		padding-top: 6.0rem;
		padding-bottom: 7.0rem;
	}

	.main_b_3 {
		background: #fff;
	}

	.main_box_bottom {
		padding: 0rem 0 6rem !important;
		margin: 0 auto 0;
	}

	.main_box_bottom .main_b_1 h4 {
		font-size: 2.4rem;
	}

	.main_box_bottom .main_b_1 .main_b_1_t p {
		font-size: 1.6rem;
	}

	.main_b_1_t {
		margin-bottom: 3.0rem;
	}

	.main_b_1 {
		padding-bottom: 5.0rem;
	}

	.main_b_2 .pc_n {
		display: block;
		margin-bottom: 3.0rem;
		text-align: center;
		font-weight: 600;
		font-size: 2.4rem;
		line-height: 140%;
		vertical-align: middle;
	}

	.main_b_2 .main_b_2_t,
	.main_b_2 .main_b_2_b {
		width: 100%;
	}

	.main_b_3 .d-flex {
		justify-content: center;
	}

	.main_b_3 h4 {
		text-align: center;
		font-size: 2.4rem;
		justify-content: center;
		margin-bottom: 2.0rem;
	}

	.main_b_3 .main_tbox {
		height: 21rem;
		margin-bottom: 1.5rem;
	}

	.main_b_3 .main_tbox h6 {
		font-weight: 700;
		font-size: 1.8rem;
		line-height: 150%;
		margin-bottom: 0.8rem;
		color: #fff;
	}

	.main_b_3 .main_tbox {
		justify-content: space-between;
	}

	.main_b_3 .main_tbox p {
		font-size: 1.4rem;
	}

	.main_b_3 .main_tbox {
		width: 100%;
		height: 17rem;
	}


	.main_b_3 .main_tbox_r img {
		width: 7.0rem;

	}

	.main_b_3 .r5_img img {
		width: 9rem;
	}
}

.img_main_4 {
	width: 9rem !important;
	height: 14rem !important;
}

.img_main_5 {
	width: 10rem !important;
	height: 14rem !important;
}

/**반응형 max 576px sm**/
@media (max-width: 575.98px) {
	.img_main_4 {
		width: 7rem !important;
		height: 12rem !important;
	}

	.img_main_5 {
		width: 8rem !important;
		height: 12rem !important;
	}
}


/* jalert style */
.jconfirm-box-container {
    background-color: white;
    border-radius: 20px;
    padding-top: 40px; 
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.2);
}
.jconfirm-box {
    box-shadow: none !important;
    padding: 0 !important;
}
.jconfirm-title {
    color: #333;
    font-weight: bold;
    font-size: 1.6rem;
}
.jconfirm-content > div {
    color: #687481;
    font-size: 1.5rem;
    text-align: center;
}
.jconfirm-buttons {
    width: 100%;
    padding: 0 !important;
    display: flex;
}
.jconfirm-buttons .btn-primary {
    width: 100% !important;
    background: #EB8C6E !important;
    border-radius: 10px !important;
    color: white !important;
    font-size: 1.5rem !important;
    margin-top: 2rem;
}
.jconfirm-buttons .btn-default {
    width: 100% !important;
    background: #FCF2EC !important;
    border-radius: 10px !important;
    color: #D55D38 !important;
    font-size: 1.5rem !important;
    margin-top: 2rem;
}





/************** 25.07.03 추가 css **************/
.sub_cont_sect{
  padding-top:3rem;
}
.pay_tit_radio_flex{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.payment_table{
  min-width: 992px;
}
.payment_table th{
  padding: 1.2rem 0.5rem;
}
.payment_table td{
  padding: 1.2rem 0.5rem;
}

@media (max-width: 575.98px){
  .pay_tit_radio_flex{
    flex-direction: column;
    align-items: flex-start;
  }
}


/************** 25.07.22 추가 css **************/
/* 메인페이지 이달의 장례지도사 */
.rank_box{ cursor: pointer;}
.rank_box.rank_gold, .rank_box.rank_gold .frame_img{
	width: 28rem;
}
.rank_box.rank_gold .profile_circle{
	width: 18.0rem;
}

.rank_box.rank_silver{ order: 0;}
.rank_box.rank_gold{ order: 1;}
.rank_box.rank_silver{ order: 2;}

.more_ptn:hover{
	background: none;
	color: var(--primary);
}

.main_box_bottom{
	margin-top: 0;
	margin-bottom: 10rem;
}

/* 예상 장례 비용 모달 */
.estimate_price_list{
	display: flex;
	flex-direction: column;
	gap: 1.2rem;
}
.estimate_price_list li{
	display: flex;
	justify-content: space-between;
    align-items: center;
    font-size: 1.4rem;
}
.estimate_price_list li p:first-child {
	flex-shrink: 0;
	margin-right: 1.0rem;
	color: var(--gray-500);
	font-weight: 400;
}
.estimate_price_list li p:last-child{
    color: var(--gray-600);
    font-weight: 500;
    text-align: right;
}
.estimate_price_list .total_price p:last-child{
    color: var(--text);
    font-weight: 600;
    font-size: 1.8rem;
}

/* 견적제안 목록 */
.offer_card .card_top{ z-index: 2; cursor: pointer;}

/* 장례지도사 리스트 */
.best_ptn{ margin-bottom: 4.0rem;}
.partner_list_wr{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.6rem;
}
.partner_card{
	border: 1px solid var(--gray-100);
	border-radius: 1.6rem;
	padding: 2.0rem;
	cursor: pointer;
}
.partner_card .profile_circle{
	width: 6.4rem;
	margin-right: 1.2rem;
}

.rank_badge{
	position: absolute;
	top: 0;
	left: -0.2rem;
	padding-right: 0.8rem;
	padding-left: 0.8rem;
}

.badge-gold {
	background-color: #FFC95E;
	color: #fff;
}
.partner_card.rank_gold{
	border-color: #FFC95E;
}

.badge-silver{
	background-color: #C6C6C6;
	color: #fff;
}
.partner_card.rank_silver{
	border-color: #C6C6C6;
}

.badge-bronze{
	background-color: #E0C47F;
	color: #fff;
}
.partner_card.rank_bronze{
	border-color: #E0C47F;
}

/* 장례식 예절 */
.etiquette_slide_wr{ position: relative;}
.etiquette_slide_btn{
	width: 4.8rem;
	height: 4.8rem;
	border: 1px solid var(--gray-100);
	border-radius: 50%;
	color: transparent;
	/*top: 31rem;*/
}
.etiquette_slide_btn.swiper-button-prev{
	background: url(../img/etiquette_slide_prev.png) no-repeat center / 2.4rem auto, #fff;
}
.etiquette_slide_btn.swiper-button-next{
	background: url(../img/etiquette_slide_next.png) no-repeat center / 2.4rem auto, #fff;
}


/* 지방/위패 */
/* 종교 마크 */
.religion_mark{
	height: 100%;
}
.religion_mark img{
	width: auto;
	height: 100%;
}

/* 종교 테두리 */
.religion_border{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	/* border: 12px solid transparent;
    border-image-source: url(https://xn--v52bn1v.com/design/img/tablet_border.png);
    border-image-slice: 30;
    border-image-repeat:round; */
	background: url(../img/tablet_border_bg.jpg) no-repeat center / cover;
	z-index: -1;
}

/* 천주교 */
.tbt01_hue_txt_box_religion .h_box_img .txt_1{
	width: auto;
	height: 8.0rem;
	position: absolute;
	top: 2.5rem;
	left: 50%;
	transform: translateX(-50%);
}
.tbt01_hue_txt_box_religion .hue{ padding: 4rem 1.5rem 0;}
.tbt01_hue_txt_box_religion .h_box_img{ padding: 0;}
.tbt01_hue_txt_box_religion .h_box_img .txt_4{ width: 11rem; margin-bottom: 4.5rem;}

/* 기독교 */
.tbt01_hue_txt_box_religion .h_box_img .txt_2{ width: 11rem; margin-bottom: 0;}

/* SGI */
.sgi_mark{
	width: 5.8rem;
}



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

	.rank_box.rank_gold, .rank_box.rank_gold .frame_img{
		width: 24.8rem;
	}
	.rank_box.rank_gold .profile_circle{
		width: 14.4.0rem;
	}

	.rank_box.rank_silver{ order: 1;}
	.rank_box.rank_gold{ order: 0;}
	.rank_box.rank_silver{ order: 2;}

	/* 장례지도사 리스트 */
	.partner_list_wr{
		grid-template-columns: 1fr;
	}
}

/**반응형 max 767px md**/
@media (max-width: 767.98px) {
	.etiquette_slide_btn{
		width: 4.2rem;
		height: 4.2rem;
	}
	.etiquette_slide_btn.swiper-button-prev{
		left: 0;
		transform: translateX(-50%);
	}
	.etiquette_slide_btn.swiper-button-next{
		right: 0;
		transform: translateX(50%);
	}
}

/**반응형 max 576px sm**/
@media (max-width: 575.98px) {
	.main_box_bottom{
		margin-bottom: 0;
		padding-bottom: 8rem;
	}

	.etiquette_slide_btn{ /*top: 25rem;*/}
}

/**반응형 max 450px**/
@media (max-width: 450px) {
	.etiquette_slide_btn{ /*top: 20rem;*/}
}

/**반응형 max 400px**/
@media (max-width: 400px) {
	.etiquette_slide_btn{ /*top: 17rem;*/}
}


.etiquette label{ width: auto; min-width: 10.8rem; flex: unset !important; margin-bottom: 0.8rem !important;}
.tbt01_hue_txt_box_religion .h_box_img .txt_4{
    width: 100%;
    padding: 0 1.0rem;
    position: absolute;
    top: 10.0rem;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    letter-spacing: -0.2rem;
}
.tbt01_hue_txt_box_religion .h_box_img .txt_3{ margin-top: 4.5rem;}


/**반응형 max 992px lg**/
@media (max-width: 991.98px){
    .etiquette #cate_cont{
        overflow-x: scroll;
        margin: 0 -1.6rem;
    }
    .etiquette #cate_cont .btn-group{ padding: 0 1.6rem;}
    .etiquette label{ margin-bottom: 0 !important;}
}


.hd_m .btn.btn-md{ padding: 0.5rem 1.0rem;}

.set_menu_price .ip_tit .form-control{
    padding: 0;
    background: none;
    border: 0;
    border-radius: 0;
    height: auto;
    font-size: 1.5rem;
    font-weight: 500;
    color: var(--gray-700);
}
.set_menu_price .ip_tit .form-control:focus:not(:disabled){
    border: 0;
    background: none;
}

@media (max-width: 1200px){
    .main_b_2 .center_tit{ font-size: 2.4rem;}
    .main_b_3 h4{ font-size: 2.4rem; text-align: center;}
}