/*
:root { --vh: 1vh; }  /* fallback */
@media (hover:none) and (pointer:coarse) {
  :root { --vh: 1dvh; }  /* 브라우저 주소창 제외 실제 높이 */
}
.full-height-section {
  min-height: calc(var(--vh) * 100);
}
*/
body {
  /* transform: translateZ(0); */
  /* backface-visibility: hidden;
  -webkit-transform-style: preserve-3d; */
  /* will-change: transform; */
}



#bo_v_share{
	display:none !important;
}
.chat_open_btn_inner, .chat_btn_pos_left, .search_top_wrap{
	display:none !important;
}
.threadlift_shorts_section{
	
}

.tag-item{
	display:inline-block; max-width:150px;
	margin:2px 4px 0px 0px;
	padding:3px 8px;
	background:#f5f7ff; border-radius:3px;
	font-size:13px; color:#334;
	overflow:hidden; white-space:nowrap; text-overflow:ellipsis;
}


.file-group{
	overflow: hidden;
	display:flex;
	align-items:center;
	flex-direction:column;
	justify-content:start !important;
	padding:0px 0px;
	gap:10px;
	margin-bottom:20px;
	
}
.event-file{
	width:100%;
}
.file-del{
	width:100%;
	
	display:flex;
	justify-content:start;
	align-items:center !important;
}


.bf-file-lable{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
	max-width: 100%; /* 또는 원하는 너비 */
	
}
.file-box{
	/* background:color(display-p3 0.973 0.973 0.973); */
	
	width:100% !important;
	display:flex;
	align-items:center;
	height:auto !important;
	padding:10px 0;
}
#bo_v_con {
	position:relative !important;
	overflow: visible;
}

.treatment-item:first-child{
	padding-top:0px;
}
.treatment-item{
	padding:15px 0 15px 0;
	border-bottom:1px dashed #ddd !important;
}
.treatment-item:last-child{
	border-bottom:0px !important;
}
.treatment-row { display: flex; gap: 10px; align-items: center; }
.input-name { width: 50%; }
.input-price { width: 22%; }
.btns { margin-left: auto; }
.treatment-desc textarea { width: 100%; margin-top:5px; }

/* 기존 .price-divider 관련 전체 교체 */
.price-divider {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 24px 0 10px;
}

.price-divider-label {
	font-family: 'font-B';
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	background: color(display-p3 0.31 0.688 0.822);
	padding: 4px 10px;
	border-radius: 3px;
	white-space: nowrap;
	flex-shrink: 0;
	letter-spacing: 0.3px;
}

/* 브라켓 제거 */
.price-divider-label::before { content: none; }
.price-divider-label::after  { content: none; }

.price-divider-line {
	flex: 1;
	height: 1px;
	background: color(display-p3 0.929 0.929 0.929);
}

.accordion-item { border: 1px solid color(display-p3 0.929 0.929 0.929); margin-bottom: 18px; border-radius: 6px; overflow: hidden; }
.accordion-header { padding: 12px; background: color(display-p3 0.964 0.969 0.996); cursor: pointer; display: flex; justify-content: space-between; align-items: center;}
.accordion-body { padding: 8px; background: #fff; border-top: 1px solid #eee; font-size:13px; line-height: 150%;}


.line-section{
	position:relative;
	display:block;
	border-top:1px solid #ddd;
	width:100% !important;
	height:1px;	
	margin-top:30px;
	margin-bottom:30px;
}

.bna-stitle        { font-weight:600; margin-bottom:8px }
.bna-wrap          { display:flex; gap:20px; justify-content:space-between; }

.case-block        { border:1px solid #e1e1e1; padding:12px; margin-bottom:15px; position:relative; border-radius:6px;}

#caseContainer .case-block:nth-of-type(odd) {
	/* background-color: #f9f9f9; /* 연한 회색 */ */
}

.file-preview img {
  display: block;
  width: 100%;
  object-fit: contain;
  margin-bottom: 6px;
  border-radius:5px;
}

.case-block.hidden { display:none }
.case-remove       { font-size:23px; position:absolute; top:8px; right:8px; cursor:pointer; color:#888; }
.case-remove:hover { color:#d00; }



.file-group-bna    { width:50%;}
.file-del          { margin-top:2px; font-size:12px; padding-bottom:3px;}
.btn-case          { width:100%; padding:14px 14px; margin-right:6px; background:#000; color:#fff; font-family: 'font-B'; font-size:18px;}



.doc-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: start; /* 혹은 center 로 원하시면 조정 */
}

.doc-card {
  width: calc(33.333% - 13.33px); /* 3열 + gap 고려 */
  background: #f4f4f4;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: none;
  position: relative;
  cursor:pointer;
  border:1px solid #eee;
}

.doc-card img {
  width: auto;
  height:auto;
  display: block;
  object-fit: cover;
  vertical-align: top;
}
.doctor-ceo{
	position: absolute;
	top:10px;
	right:10px;
	background:color(display-p3 0.311 0.688 0.826);
	color:white;
	padding:6px 6px;
	border-radius:4px;
	font-size: 10px;
	font-family:'font-B';
	line-height:100%;
}
.doctor-name {
	position: absolute;
	bottom:0px;
	width:100%;
	background: #999;
	color: white;
	padding: 3px 0;
	font-weight: 600;
	font-size: 16px;
	text-align: center;
	margin: 0;
	border-radius: 0;
}



@media(max-width:768px){
	.doc-card {
	  width: calc(50% - 13.33px); /* 3열 + gap 고려 */
  }
	.doctor-name {
		position: absolute;
		bottom:0px;
		width:100%;
		background: #999;
		color: white;
		padding: 0px 0;
		font-weight: 600;
		font-size: 12px;
		text-align: center;
		margin: 0;
		border-radius: 0;
	}
}

/* 모달(lightbox) */
.modal          { position:fixed; inset:0; background:rgba(0,0,0,0.7); display:flex; justify-content:center; align-items:center; z-index:9999; }
.modal.hidden   { display:none; }
.modal-content  { background:#fff; padding:24px; max-width:480px; width:90%; border-radius:8px; text-align:center; position:relative; }
.modal-content img { width:100%; max-height:320px; object-fit:contain; border-radius:8px; }
.modal-close    { position:absolute; top:10px; right:14px; font-size:28px; cursor:pointer; }
#modalName      { margin:16px 0 8px; font-family:'font-B'; font-size: 24px; }
/* #modalIntro     { white-space:pre-line; } */


.bna{
	display: flex;
	flex-direction:row;
	gap:10px;
	margin-top:20px;
	margin-bottom:20px;
}

.bna-wrap{
	border-radius:10px;
	padding:20px 20px 10px 20px;	
}


.bna-stitle{
	font-family: 'font-B';
	font-size: 18px;
}
.before,.after{
	position: relative;
}
.bna-lable{
	position:absolute;
	bottom:0px;
	width:100%;
	height:30px;
	background:rgba(0,0,0,0.5);
	color:white;
	text-align: center;
	display:flex;
	justify-content:center;
	align-items: center;
	border-radius:0px 0px 3px 3px;
}
.bna img{
	border-radius:5px !important;
}
.event-view-options{
	padding:0px !important;
	border:0px solid #ddd;
}
.event-view-options li{
	width:100%;
	border-bottom:0px solid #ddd;
	padding:0px !important;
	margin-bottom:5px;
}

.option-lable{
	
	background:#ededed;
	border:1px solid #ddd;
	font-family: 'font-B';
	padding:2px 5px;
}

@keyframes fade-blink {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0; }
}

.blink-slow {
  animation: fade-blink 2s ease-in-out infinite;
}


.case-title{
	position: relative;
	font-family: 'font-B';
	font-size:18px;
	margin-bottom:10px;
	/* padding:4px 14px; */
	display:flex;
	justify-content:space-between;
}

.same-price{
	border:1px solid color(display-p3 0 0.614 0.833);
	border-radius:4px;
	padding:0px 10px;
	color: white;
	background:color(display-p3 0.311 0.688 0.822);
	font-size:14px !important;	
}

.event-title{
	position: relative;
	font-family: 'font-B';
	font-weight: bold;
	font-size:27px;
	margin-bottom:10px;
	/* padding:4px 14px; */
	display:flex;
	justify-content:space-between;
}


.event-title:before{
	content: "";
	  position: absolute;
	  top: 0;
	  left: 0;
	  /* width: 5px; */
	  height: 100%;
	  border-top-left-radius: 3px;
	  border-bottom-left-radius: 3px;
	/* background:color(display-p3 0.31 0.688 0.822); */
}

.event-sub-title{
	
}

.event-name{
	font-weight: bold;
	font-size:1.1rem;
	font-family: 'font-B' !important;
	padding-right:8px;
	line-height: 1.2 !important;
}
.price-input{
	position:relative;
	display:flex;
	flex-direction:column;
	font-family: 'font-B';
	letter-spacing:-1px;
	padding:0px;
	gap:6px;
	white-space: nowrap;  /* 줄바꿈 방지 */
	width: auto;          /* 내용에 맞게 가로 크기 늘어나도록 */
	
}
.ori-price{
	padding:0px !important;
	line-height:100%;
	font-family: 'verdana' !important;
	font-size:11px;
	color: #9b9b9b;
	display: inline-block;
	margin-right:4px;
	text-align: right;
}
.ori-price-txt{
	text-decoration: line-through;
}
.sales-price{
	line-height:100%;
	text-align: right;
	font-family: 'verdana' !important;
	font-weight: bold;
}
.discount-rate{
	padding:0px !important;
	line-height:100%;
	font-family: 'verdana' !important;
	font-weight: bold;
	font-size:11px;
	color: color(display-p3 0.31 0.688 0.822);
	text-decoration: none !important;
	margin-right:4px;
	text-align: right;
}
.won{
	font-size:12px;
	font-family:'font-R';
}
.necessary-item{
	display:flex;
	flex-direction:row;
	align-items: center !important;
	justify-content:center;
	margin-bottom:4px;
}
.necessary-item input,.process-item input{
	width:100%;
}
.process-list{
	padding:0px !important;
}
.process-item{
	display:flex;
	flex-direction:row;
	align-items: center !important;
	justify-content:center;
	margin-bottom:10px;
}
.process-num{
	margin-right:10px;
}
.process-num-circle{
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 28px;              /* 동그라미 지름 */
	height: 28px;
	margin-right: 10px;
	border-radius: 50% !important;
	font-size: 14px;
	font-weight: bold;
	background: color(display-p3 0.92 0.925 0.992);
	color: #333;
	border:1px solid #ddd;
}

.option-list{ padding:0 !important; margin:0; list-style:none; }

.option-item{
  display:grid !important;
  grid-template-columns: 28px 1fr !important; /* 숫자열 고정, 텍스트열 가변 */
  column-gap: 10px;
  align-items:start;
  margin-bottom:12px;
}

.option-num-circle{
  display:flex;
  justify-content:center;
  align-items:center;
  width:28px; height:28px;
  border-radius:100%;
  font-size:14px; font-weight:700;
  border:1px solid #ddd;
  background:color(display-p3 0.92 0.925 0.992);
  color:#333;
}

.option-name{
  display:block !important;   /* 텍스트는 항상 오른쪽 열에만 */
  line-height:1.6;
  min-width:0;                /* 긴 단어 줄바꿈 허용 */
  overflow-wrap:anywhere;
}


.necessary-list, .necessary-item{
	padding-left:0px !important;
}
.pn-btns{
	font-size:13px;
	padding:0 4px;
	display:flex;
	flex-direction:column;
	align-items: center !important;
	gap:4px;
}
.pn-btns button{
	padding:2px;
	border-radius:3px;
	background:rgb(223, 223, 223);
}
.sub-txt{
	font-family: 'font-R';
	font-size: 12px;
	padding:10px 10px 4px 10px;
	color:rgb(85, 85, 85);
	background:color(display-p3 1 1 1);
	border:1px solid color(display-p3 0.929 0.929 0.929);
	margin-bottom:10px;
	border-radius:4px;
}

.sub-txt a img{
	border:1px solid color(display-p3 0.929 0.929 0.929) !important;
}

.sdeffect-txt-wrap{
	border:0px solid #ededed;
	border-radius:3px; 
	font-size:14px;
	font-family: 'font-R';
	height:auto;
	
	margin-bottom:10px;
}

.hospital-info-wrap{
	display: grid;
	grid-template-columns: max-content 1fr;
	gap: 10px 20px;
	align-items: start;
}

.hospital-info{
	display: contents;
}
.info-title{
	width: auto;
	flex-shrink:0;
	display:flex;
	justify-content: start;
	align-items: center;
	font-size:16px;
	font-family: 'font-R';
	color:color(display-p3 0.394 0.394 0.394);
}
.info-tel-txt{
	display:flex;
	justify-content: start;
	align-items: center;
}
.info-tel-txt a{
	font-size:22px;
	font-family: 'verdana';
	font-weight: bold;
	color:color(display-p3 0.31 0.688 0.822) !important;
	text-decoration: none !important;
}



.bhour-list {
  display:flex;
  justify-content: start;
  align-items: start;
  font-size:16px;
  font-family: 'font-R';
  color:color(display-p3 0 0 0);
  padding:0px !important;
  margin:0px !important;
}

.day-title{
	font-family: 'font-B';
	margin-right:10px !important;
	width:60px !important;
	display: inline-block;
	text-align: justify;  /* 양쪽 정렬 */
}

.day-txt{
	
}

.highlight-day { color:color(display-p3 0.31 0.688 0.822) !important; }

.bhour-list li {
  
}
.bhour-list .closed {

}

.info-addr-txt{
	display:flex;
	justify-content: start;
	align-items: center;
	font-size:16px;
	color:color(display-p3 0.105 0.11 0.114);
}

.event-radio-group{
	margin-bottom: 30px;
}
#rb_sidemenu_float {
   overflow: visible;
}

.event_jp_1{
	background:linear-gradient(180deg,rgba(246, 251, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

.event_jp_2{
	background:linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(143,176,255,1) 38%) !important;
}

.lang-tabs {
	display: flex;
	gap: 8px;
	margin-bottom: 10px;
}
.lang-tab-btn {
	padding: 6px 12px;
	background: #eee;
	border: 1px solid #ccc;
	cursor: pointer;
}
.lang-tab-btn.active {
	background: #333;
	color: #fff;
	font-weight: bold;
}
.lang-form {
	margin-bottom: 20px;
}

#bo_v_con {
	position:relative !important;
}
#sticky-sentinel {
  position: absolute;
  top: -1px;
  width: 100%;
  height: 10px;
}

.btn-link-wrap {
  position: sticky;
  bottom: -3px;
  padding: 0 14px 10px 14px;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: center;
  background: white;
  border-radius: 10px 10px 0 0;
  box-shadow: none;
  border: none;
  transition: box-shadow 0.3s ease, border 0.3s ease, transform 0.3s ease;
}
.title-event{
	position: relative; /* ::before용 기준 */
	padding: 3px 10px 3px 20px; /* 왼쪽 여백 확보 */
	margin-bottom:10px;
}
.title-event:before{
	content: "";
	  position: absolute;
	  top: 0;
	  left: 0;
	  width: 5px;
	  height: 100%;
	  border-top-left-radius: 3px;
	  border-bottom-left-radius: 3px;
	background:color(display-p3 0.31 0.688 0.822);
}
.sub-word{
	font-size: 16px;
	font-family: 'font-R';
	color: #777;
}
.btn-link-wrap.stuck {
  border: 1px solid #ededed;
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 16px;
  transform: translateY(-2px); /* 미세한 부드러운 효과 (선택) */
}
.inquary-num{
	color: color(display-p3 0.059 0.514 0.675) !important;
	font-weight: 'font-H' !important;
}
.thumb-txt{
	font-size: 14px;
	font-family: 'font-B';
	padding:5px 0;
}
.btn-link_container{
	width:100%;
}
.btn-links {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.btn-links a {
  position: relative; /* ::before용 기준 */
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 10px 10px 20px; /* 왼쪽 여백 확보 */
  width: 50%;
  height: 40px;
  background: #f3f3f3;
  color: #000;
  border-radius: 3px;
  font-weight: bold;
  font-family: 'verdana';
  text-decoration: none !important;
  overflow: hidden; /* ::before 넘침 방지 */
}

/* ::before로 왼쪽 컬러 띠 추가 */
.btn-links a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 100%;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* 고유 컬러 지정 */
.btn-link-kakao::before {
  background-color: #ffe812; /* Kakao Yellow */
}

.btn-link-line::before {
  background-color: #00c300; /* LINE Green */
}

/* 각각의 색상 정의 */
.btn-kakao::before {
  background-color: #ffe812; /* Kakao Yellow */
}

.btn-line::before {
  background-color: #00c300; /* LINE Green */
}

.btn-line {
	position:sticky !important;
	bottom: 20px;
	width: 100%;
	background: rgb(31, 199, 85);
	padding: 10px;
	border-radius: 3px;
	display: flex;
	text-align: center;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	/* transition: all 0.2s ease; */
	/* box-shadow: 0 6px 25px rgba(31, 199, 85, 0.5); */
}



.btn-line a {
	font-family: font-H;
	width: 100%;
	height: 100%;
	color: white !important;
	text-decoration: none !important;
}

.shorts_container {
	position: relative;
	margin: 0 auto;
	width: 74%;
	aspect-ratio: 9 / 16;
}

.shorts_container iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	border-radius: 10px;
}

.jp-text{
	font-family: 
	"Hiragino Kaku Gothic ProN", /* macOS */
	"Yu Gothic",                 /* Windows 10+ */
	"Meiryo",                    /* Windows Vista~8 */
	"MS PGothic",               /* Windows fallback */
	sans-serif !important;
	/* font-weight: bold; */
}
.board-link-wrap{
	display:flex; flex-direction:row; justify-content: space-between; gap:10px;
}

.board-link{
	width:100%; margin-top:40px; text-align: center; font-weight: bold; font-size:17px; border-radius:4px;
}

.board-link-web{
	background:color(display-p3 0.95 0.957 0.965);
	text-decoration:none;
}
.board-link-kakao{
	/* padding:10px; */
	background:color(display-p3 0.984 0.899 0.301);
	text-decoration:none;
}
.board-link-youtube{
	color:white;
	background:#FF0000;
}



.board-link-btn{
	font-family:'font-B';text-decoration:none !important; width:100%; height:100%; min-height:40px; padding:20px; display:flex; align-items:center; justify-content: center; text-decoration:none;
}

.board-link-btn:hover{
	text-decoration:underline !important;
}

.btns_gr{display:none;}

.bread-crumb{
	display:flex;
	justify-content: space-between;
	align-items: center;
}

#poll{
	border:0px !important;
}
.yt_tit{
		
}

.sv_member .profile_img img {
	width:16px;
	height:16px;
	margin-right:-1px;
}
.title-profile{}
.title-profile img{
	margin-right:10px !important;
	border-radius:100%;
	/* border:1px solid color(display-p3 0.751 0.751 0.751); */
}
.rb_bbs_wrap .bo_vc_w{
	
}

a{
	cursor:pointer !important;
}
#wr_subject{
	font-size:28px !important;
	font-family: 'font-B';
	border-style:solid;
	border-width: 0px 0px 1px 0px !important;
	border-radius:0px !important;
	margin-top:10px;
	margin-bottom:10px;
	padding-left:7px;
	padding-bottom:4px;
}

#container_title {
width:auto !important;
height:auto !important;
margin:0px;
font-size: 18px;
display:inline-flex;
align-items:center !important;
justify-content:start;
margin-bottom:16px;
gap:2px;
padding:5px 8px;
color:#222 !important;
background:color(display-p3 0.945 0.953 0.961);
border-radius:4px;
}

#container_title span{
	margin:0px !important;
}
#container_title a{
	display:flex;
	align-items:center !important;
	justify-content:start;
	font-family: 'font-B';
}

#container_title a img{
	opacity:.5;
	height:16px;
}

.pg_current,.pg_page {
border-radius: 10px !important;
height:28px;
line-height:28px;
}

.rb_bbs_wrap .rb_bbs_top {
position:relative !important;
margin:0px 0px 10px 0 !important;
top:inherit !important;
bottom:inherit !important;
}

.bbs-menu{
	display:flex;
	flex-direction:row;
	gap:10px;
}

.bbs-menu .fl_btns {
width: 50px;
height: 50px;
border: 1px solid #ddd;
background-color: #fff;
border-radius: 6px;
text-align: center;
margin-bottom: 0px;
position: relative;
display: block;
line-height: 45px;
}


.wrap-box{
	display:flex; flex-direction:row; width:100% !important; align-items:flex-start; justify-content: center; gap:20px;
}

.contents_wrap{
	background:#F2F4F6;
}

.contents-top {
	display: flex;
	flex-wrap: wrap; /* 줄바꿈 허용 */
	gap: 10px;       /* 요소 간 간격 */
	width: 100%;
	max-width: 822px !important;
	margin-bottom:10px;
}

.contents-side-wrap {
	display: flex;
	flex-wrap: wrap; /* 줄바꿈 허용 */
	gap: 10px;       /* 요소 간 간격 */
	width: 100%;
	max-width: 822px !important;
}

.side-box-slim{
	height:100%;
	padding:10px;
	border:1px solid #ededed;
	border-radius:10px;
	background:white;
	display:flex;
	flex-direction:column;
	align-items: center;
}

.contents-side {
	width: calc(50% - 7.5px); /* gap이 10px 이므로 반 나눠서 보정 */
	display: flex;
	align-items: center;
	background: #FFF;
	border-radius: 8px;
	padding: 0 4px;
	height: 30px;
	font-weight: 500;
	border: 1px solid #ededed;
}
.content-side-txt {
	display:flex;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	flex: 1;
	font-size:13px;
	gap:2px !important;
	justify-content:center;
}

.contents-col {
	width: calc(25% - 7.5px); /* gap이 10px 이므로 반 나눠서 보정 */
	display: flex;
	align-items: center;
	background: #FFF;
	border-radius: 8px;
	padding: 0 10px;
	height: 40px;
	font-weight: 500;
	border: 1px solid #ededed;
}


.content-top-txt {
	display:flex;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	flex: 1;
	font-size:14px;
	gap:2px !important;
	justify-content:center;
}

.ad-txt {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	flex: 1;
	font-family: 'font-B' !important;
	font-weight: 100 !important;
}

.lable-notice{
	background:#FFE400;
	padding:3px;
	color: #111;
	font-size: 13px;
	line-height: 100%;
	border-radius:3px;
	padding: 4px 6px;
}



.top-wrap {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	gap: 16px; /* 간격 조정 */
	padding: 0px;
	width:calc(100% + 14px);
}

.top-txt-banner {
	display: flex;
	width:100%;
	max-width: 820px;
	justify-content: space-between;
	align-items: center;
	background: #FFF;
	margin-bottom: 10px;
	border-radius: 8px;
	padding: 0 20px;
	height: 50px;
	font-weight: 500;
	border: 1px solid #ededed;
	gap: 10px;
}


.lable-ad{
	background:color(display-p3 0.532 0.834 0.188);
	padding:3px;
	color: #111;
	font-size: 13px;
	line-height: 100%;
	border-radius:3px;
	padding: 4px 6px;
	color:rgb(255, 255, 255);
	font-weight: bold;
}

.top-img-banner {
	display: flex;
	width: 100%; /* 고정 너비 */
	max-width: 360px;
	align-items: center;
	background: #FFF;
	margin-bottom: 10px;
	border-radius: 8px;
	padding: 0 20px;
	height: 50px;
	font-weight: 500;
	border: 1px solid #ededed;
	gap: 10px;
	color: color(display-p3 0 0 0);
	font-family: 'font-B';
}

.ad-txt{
	width:90%;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	font-size:16px !important;
	font-family:'font-R';
}


.banner{
	padding:0px !important;
}

/* 넓이 */
.contents-box{
	width:100%;
	max-width:822px;
}


.box{
	overflow:hidden;
	padding:30px;
	border-radius:10px;
	border:1px solid #ededed;
	background:rgb(255, 255, 255);
}

.side-bar{
	width:100%;
	max-width:300px;
	display:flex;
	flex-direction:column;
	gap:20px;
}

.side-box{
	height:100%;
	padding:20px;
	border:1px solid #ededed;
	border-radius:10px;
	background:white;
	display:flex;
	flex-direction:column;
}

.banner-img{
	margin-bottom:20px;
}

.main_color_bg{
	background:#222 !important;
}

.rb_bbs_wrap h2 {
font-size: 30px;
margin-top:10px;
color:#333 !important;
font-family: 'font-B', sans-serif !important;
}

.rb_bbs_wrap h2.jp-text {
	font-weight: bold !important;
}

.gnb_wrap #logo_img .responsive-image,
.footer_copy_ul1_li1 .responsive-image
 {
	height:23px !important;
}

.rb-board-table td{
	padding-top:14px !important;
	padding-bottom:14px !important;
}

.rb_bbs_wrap #bo_cate a{
	font-size:14px !important;
}

.active{
	color:#1099CA !important;
}

.cbp-hrmenu .cbp-hrsub-inner > div .active {
	color:#1099CA !important;
}

tr:hover{
	background:color(display-p3 0.976 0.976 0.976);
	cursor:pointer;
}

.btn_custom:hover{
color:#fff !important;
background:#1099CA !important;
}

.btn_custom {
/* border:1px solid #222; */
color:#fff !important;
background:#1099CA !important;
border:0px !important;
border-radius: 10px !important;
font-family:'font-B';
}


.rb_bbs_wrap #bo_v_act {
background-color: #ffffff !important;
border-radius: 2px !important;
padding: 0px !important;
box-sizing: border-box;
}

.rb_bbs_wrap #bo_v_act .bo_v_good,
.rb_bbs_wrap #bo_v_act .bo_v_nogood {
display: inline-block;
border: 1px solid #ddd;
width: 70px;
line-height: 32px;
border-radius: 2px;
background-color: #fff;
}

.row_gnbs{
	display:flex;
	flex-direction:row;
	align-items:center;
	justify-content: space-between;
}

.top-right-banner{
	font-family: 'font-B';
	font-size:16px;
	color:#1099CA !important;
	margin-top:-2px;
}

.ico_hot {background-color: #FFC700;color: #fff;font-size: 8px;padding: 2px 3px;border-radius: 2px; display: inline-block;line-height: 100%; margin-left:2px;}
.ico_new {background-color: #1099CA;color: #fff;font-size: 8px;padding: 2px 3px;border-radius: 2px;display: inline-block;line-height: 100%; margin-left:2px;}

footer {
	border:0px !important;
}

footer .footer_copy{
	background:color(display-p3 0.949 0.957 0.965);
}

footer .footer_gnb{
	border-top: 1px #ededed solid;
	border-bottom: 1px #ededed solid;
}

.index, .sub{
	padding-top:16px !important;
}

.sub{
	/* padding-top:20px !important; */
}

.txt-cmt-num {
	color:color(display-p3 0.082 0.031 0.925);
}

.rb-board-table td.rb-board-title a.title_el_a{
	
}


.rb_bbs_top,
.rb_bbs_list .rb-board-date,
.rb_bbs_list .rb-board-views{
	display:none;
}

.rb-board-table td.rb-board-title a.title_el_a {
	max-width:98% !important;
}

.profile_area{
	margin-top:10px;
	display:flex;
	flex-direction:row;
	gap:20px;
}

.profile_area .banner{
	border-radius:10px;
	width:30%;
	border:1px solid #ededed !important;
}
.profile_area .writer_prof{
	width:70%;
	height:auto;
	margin:0px !important;
}

.rb_serch_skin {
margin-top: 0px !important;
}

.sch_res_list ul {
margin: 0px !important;
}


.new_li_left{
	display:flex !important;
	justify-content: start;
	align-items: start;
}


.rb_serch_skin .sch_res_list .search_board_result {
margin-bottom: 0px !important;
}

.rb_serch_skin .sch_res_list li{
	padding-top:20px !important;
	padding-bottom:20px !important;
}

.sch_res_list .sch_thumb {
	display:block;
	padding: 0px !important;	
}

.sch_thumb{
	width:25% !important; object-fit:cover !important; border-radius:0px;
}

.sch_thumb img{
	width:100%;
	border-radius:0px;
}

.sch_res_list .sch_tit {
	width:75% !important;
	display: block;
	padding: 0px !important;
}

.sch_res_list .sch_tit .title{
	padding:0px !important;
}

.sch_res_list .sch_tit .title .res_tit{
	font-size:19px;	
}

.sch_res_title {
	font-size: 20px !important;
}


.info{
	display:flex;
	align-items: center !important;
	/* background:red; */
}
.new-writer-info{
}

.writer{
	width:100%;
	margin-top:10px;
	display:flex;
	flex-direction:row !important;
	align-items: center;
}

.pf-img img{
	border:1px solid color(display-p3 0.898 0.898 0.898);
	box-sizing:border-box;
	border-radius:100%;
	margin-right:10px;
}

.prof_image img{
	border:1px solid color(display-p3 0.898 0.898 0.898);
}

.rb_bbs_wrap .rb_thumb_wrap img,
.sch_thumb img{
	
}

.sv_wrap img{
	width:14px !important;
	height:14px !important;
}

.sv_member{
	background:color(display-p3 0.944 0.944 0.944);
	border:1px solid color(display-p3 0.898 0.898 0.898);
	padding:4px;
	border-radius:4px;
}

.comment-name .sv_wrap .sv_member{
	background: color(display-p3 1 1 1) !important;
	border: 1px solid color(display-p3 0.898 0.898 0.898);
	padding: 4px;
	border-radius: 4px;
}

.pf-id{
	font-family: 'font-R';
	font-size:13px !important;
	color:#c8c8c8;
}

.pf-date{
	margin-left:10px;
	font-family: 'font-R';
	font-size:12px !important;
	padding-top:1px;
}

.new_ul_wrap{
	cursor:pointer;
}
/*
.new_li_left *{
	padding-left:20px !important;
}

.new_ul_wrap :hover{
	background:color(display-p3 0.949 0.957 0.965) !important;
}
*/

footer .footer_copy_ul1_li1 a{
	color:#000 !important;
}

span {
border-radius: 3px !important;
}

.rb-board-no{
	font-size:11px;
}

#bo_cate_on{
color:#1099CA !important;
}

.rb_bbs_for:hover {
border-color: none !important;
}

.rb-board-ca{
	display:none;
}

.txt-cate{
	font-size: 10px;
}

sup{
	
}

.rb-board-table td .rnd_span2 {
color: #999;
border: 1px solid #ddd;
padding: 4px 10px !important;
border-radius: 4px !important;
font-size: 12px !important;
}

.header-board{
font-size: 12px;
}

#bo_v_con img{
	border:0px !important;
}

.txt-notice, .gallery-item-date{
	color:#1099CA !important;
}

.gallery-item-date{
	border:1px solid #dcdcdc;
	border-radius:4px;
	padding:4px 8px;
	display:inline-block;
}

.gallery-item-con{
	margin-top:8px !important;
}

.gallery-item-tit a{
	display:flex;
	align-items:center;
}


#bo_v_con a, #bo_v_con a img {
padding:0px !important;
}

.admin-checkbox{
	position:absolute !important;
	left:-10px;
	margin-top:-7px;
	
}

.bbs_prd_list{
	min-height:230px !important;
}

.bbs_prd_list_con_li3{
	margin-top:18px !important;
}

.gallery-item-img:hover{
	filter: none !important;
	opacity:1 !important;
	transition: filter 0.3s ease !important;
}

#bo_vc article{
	border-bottom:0px !important;
}
.rb_bbs_wrap .cm_wrap{
	
	position: relative;
	width:auto !important;
	min-width:300px;
	/* max-width:500px !important; */
	display:flex;
	flex-direction:column;
	justify-content: start;
	align-items:start;
	border:1px solid #ededed;
	margin-top:20px;
	padding:20px 20px 10px 20px !important;
	border-radius:8px;
	background:color(display-p3 0.976 0.976 0.976);
}




.bo_vl_opt{
	margin-right:10px;
	margin-top:-10px;
}

.cm-reply-img{
	position: absolute;
	top:0px;
	left:-20px;
}

.cm-reply-img img{
	width:80%;
}
.comment-writer{
	width:auto;
	height:auto;
	display:flex;
	flex-direction:row;
	align-items:center;
	
	background: color(display-p3 1 1 1) !important;
	color:color(display-p3 0.317 0.317 0.317);

	border-radius:4px;
	border: 1px solid color(display-p3 0.898 0.898 0.898);
	
	font-size:11px;
	
	
	padding: 4px 4px 5px 4px;
	border-radius: 4px;
}
.comment-name{
	width:auto;
	height:auto;
	display:inline-flex;
	flex-direction:row;
	align-items:center;
	gap:4px;
	/* background:white !important; */
	color:black;
	/* padding:4px 6px 2px 4px; */
	border-radius:4px;
	/* border:1px solid #ededed !important; */
}



.comment-name img{
	width:20px;
	height:20px;
	border-radius:100%;
}

.point_list_point{
	font-size: 11px;
	font-weight: normal !important;
	font-family: 'font-B' !important;
}

.swiper-slide-point_rank{
	/* width:100% !important; */
}

.scrap-btn{
	display: block;
	background: #f1f1f1;
	height: 35px;
	text-align: center;
	border-radius: 5px;
	color: #fff;
}

.scrap-btn img{
	padding-bottom:2px;
}

#bo_vc .member, #bo_vc .guest, #bo_vc .sv_member, #bo_vc .sv_guest{

	font-family:'font-B';
	font-weight:100 !important;

}

.bo_vc_hdinfo, .p_times span{
	font-size:9px !important;
	margin-bottom:0px !important;
}

#bo_vc header{
	display:flex;
	align-items:center;
}

.member-position{
	font-size:11px;
}

.rb_bbs_wrap #bo_v_share ul{
	margin-left: -3px !important;
}

.rb_bbs_wrap .writer_prof .writer_prof_ul1 .writer_prof_li_prof_txt .prof_nick .sv_wrap a,
.rb_bbs_wrap .writer_prof .writer_prof_li_txt{
	font-size:14px !important;
}



.sch_res_list .sch_info{
	display:flex;
	
	width:100% !important;
	align-items:center !important;
	text-align: right;
}

.sch_res_list .sch_info p{
	width:auto;
	text-align: right;
	align-items:end !important;
}

.pop_a_blank{
	margin-top:3px;	
}

.title a {
	display:flex;
	align-items:start;
	gap:4px;
}

.title a span{
	line-height:130%;
}

.new_ul_wrap li{
	
}

.select-job{
	width:100%;
}

.swiper-slide img{
	//width:auto !important;
}

.sch_datetime{
	display: flex;
	align-items:end !important;
	
	gap:0px !important;
}

.blue-badge{
	height:20px;
	margin-top:-1px;
}

.blue-badge-side{
	height:16px;
	margin-top:0px;
}

.side-title{
	display:flex;
	justify-content:start;
	font-family: 'font-B';
	font-size: 16px;
	margin-bottom:16px;
	width:100%;
}

.side-title-txt{
	
}

.rb_bbs_wrap #bo_cate_lt{
	margin-bottom: 0px !important;
	margin-top: 30px;
	display: flex;
	border-bottom: 0px solid color(display-p3 0.898 0.898 0.898) !important;
}

.rb_bbs_wrap #bo_cate_lt li {
	padding: 0px;
	display: inline-block;
}

.sch_res_list ul{
	border:0px !important;
}

.new-li{
	border-bottom: 1px solid #ededed;
}

.new-li li:first-child{
	border-top:0px !important;
}

.sch_res_list_lt .sch_tit{
display: block;
padding: 0px !important;	

}

.lt-title{
	font-size: 13px;
	display: block;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.new-li:hover{
	background:color(display-p3 0.976 0.976 0.976);
}


.lt-title a{
	display: block;
	width: 100%;
	height:100%;
	padding:8px 8px !important;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.lt-title a span{
	
}

#bo_cate_ul_lt{
	display:flex;
	flex-direction:space-between;
	background-color:#f7f7f7;
	margin-bottom:10px;
	padding:10px;
	border-radius:6px;
}

#bo_cate_ul_lt li{
	
}
#bo_cate_ul_lt .swiper-slide-category{
	width:33% !important;
}
#bo_cate_on_lt{
	border-radius: 500px;
	background: color(display-p3 0.275 0.592 0.773) !important;
	color: #fff !important;
}



.rb_lt_wrap #bo_cate {
	margin-bottom: 0px !important;
	margin-top: 0px;
	display: flex
;
	border-bottom: 1px solid color(display-p3 0.898 0.898 0.898);
}

#bo_cate a {
	
}


.rb_lt_wrap #bo_cate a {
	display: block;
	line-height: 28px;
	padding: 5px 15px;
	border-radius: 4px !important;
	border: 1px solid #d6e9ff;
	color: #B7B7B7;
	display: flex !important;
	padding: 5px 12px !important;
	justify-content: center !important;
	align-items: center !important;
	font-family: 'font-B';
	border: 0;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 100%;
	text-transform: uppercase;
	position: relative;
}

.rb_lt_wrap #bo_cate a:hover {
	background: color(display-p3 0.275 0.592 0.773) !important;
	color: #fff !important;
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex
;
	transition-property: transform;
	box-sizing: content-box;
}
.user_prof_bg_info{
	color:black !important;
}
/* .rb_bbs_wrap #bo_cate #bo_cate_on {border-radius: 500px; background: color(display-p3 0.275 0.592 0.773);color: #fff !important;} */

.vico_wrap {
	margin: 10px 0 20px !important;
}


#rb_sidemenu_float {
	overflow: hidden;
	padding: 30px;
	border-radius: 10px;
	border: 1px solid #ededed;
	background: rgb(255, 255, 255);
}

#rb_sidemenu{
	gap:16px !important;
}

.rb_sidemenu .content_box {
	padding: 20px !important;
}

.content_box {
		/* border: 1px solid #ededed; */
		border-radius: 10px;
		background: white !important;
		display: flex;
		flex-direction: column;
}

.latest-tab-content .bbs_main_wrap_con_subj {
	font-size: 16px !important;
}

.latest-tab-content .bbs_main_wrap_con_subj:hover {
	text-decoration:underline;
}

.latest-tab-content .bbs_main_wrap_con_ul2 {
	min-height:20px !important;
}

.rb_swiper_list{
	/* border-bottom:1px solid #ededed;
	height:28px !important; */
}

.bbs_main_wrap_con_subj{
	/* border-bottom:1px solid #ededed; */
	height:26px !important;
	display:flex;
	align-items: center;
	padding-left:2px;
}

.bbs_main_wrap_con_subj a{
	font-family: 'font-R' !important;
}

.latest-tab-wrap {
	padding-top: 0px !important;
}

.bbs_main_wrap_tit {
	margin-bottom: 20px;
}

/* .doctor_office{
	padding:0px 6px;
	text-align: center;
	border:1px solid color(display-p3 0.291 0.598 0.916);
	font-size:16px !important;
	color:color(display-p3 0.291 0.598 0.916);
} */

.subject-line{
	display:inline-flex;
	align-items:center;
}
.write_type{
	font-size: 10px !important;
	margin-top:4px;
	margin-right:5px;
}

.bbs_maon_popular_con .point_list_name{
	width:65%;
}
.bbs_maon_popular_con .point_list_name a{
	max-width:100% !important;
}


.sch_thumb{	}
.sch_thumb img{ }

.mobile-cc{display:none;}

@media all and (max-width:1024px){
	

	
	#rb_sidemenu{display:none !important;}
	.mobile-cc {display: flex}
	#rb_sidemenu_float{padding:20px 20px !important;}
	.pc-cc {display: none !important;}
	.top-txt-banner{width:100% !important; border-radius:0px !important;}
	#rb_sidemenu_float{border-radius:0px !important;}
	.sub{padding-top:12px !important;}
	.top-txt-banner{padding:0 24px 0 10px;}
	
	#container_title {
		/* font-size:14px;	 */
		
	}
	h2{
		display:flex;
		justify-content: start;
		align-items: center;
	}
	.view-title{
		font-size:13px !important;
		font-family:'font-R' !important;
		font-weight: normal !important; 
	}
	.rb_bbs_wrap h2 {
		font-size: 28px !important;
	}
	.banner-top{
		border-radius:0px !important;
	}
	.box{
		padding:20px;
		border-radius:0px !important;
	}
	
	.rb_bbs_wrap {
	padding-left: 0px;
	padding-right: 0px;
	}
	
	.rb_bbs_wrap .rb_bbs_top {
	right: 0px;
	}
	
	.mod_bn_wrap {
		padding:0px !important;
		border-top: 0px !important;
	}
	
	.rb_serch_skin {
	padding-left: 0px;
	padding-right: 0px;
	}
	
	.index{
		padding-bottom:50px !important;
	}
	
}