.btn-wrap .btn.excel:before {
	display: inline-flex;
	width: 15px;
	height: 15px;
	vertical-align: middle;
	content: '';
	background-color: #206f44;
	mask-position: center center;
	-webkit-mask-position: center center;
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	mask-size: 100% auto;
	-webkit-mask-size: 100% auto;
	mask-image: url(../images/icon/file-excel.svg);
	-webkit-mask-image: url(../images/icon/file-excel.svg);
}

.section .btn-wrap .btn.excel {
	margin: 0;
}

.pop-content-wrap {
	padding: 10px;
	background-color: #fff;
	width: 100%;
	height: calc(100% - 0px);
}

.table.list-table th, table.list-table td {
	word-break: break-word;
}

.disabled {
	/* 	pointer-events: none; 클릭, 포커스 등 상호작용 비활성화 */
	opacity: 0.5; /* 투명도를 낮춰 비활성화된 것처럼 보이게 함 */
	/* 	cursor: not-allowed; 마우스 커서를 비활성화된 상태로 변경 */
}

input[type="text"]:disabled {
	background-color: #efefef;
}

.quick-menu {
	display: flex;
	width: 100%;
	align-items: center;
	gap: 5px;
}

.quick-menu button {
	border: 1px solid #ddd;
	border-radius: 5px;
	padding: 5px;
	font-size: 13px
}

.quick-menu button:hover {
	color: #ff9200;
	border: 1px solid;
}

.quick-menu-title {
	display: flex;
	background-color: #ddd;
	padding: 5px 8px;
	border-radius: 5px;
	font-weight: 700;
	font-size: 13px;
	letter-spacing: -1px;
}
/*네비 soap*/
.dropbtn-nav {
	border-bottom: 1px solid #cdcdcd;
	display: flex;
	align-items: center;
	width: 100%;
}

.menu-wrapper {
	display: block;
	width: 25%;
	text-align: center;
	position: relative;
}

.stress-font {
	font-size: 24px;
}

.dropbtn {
	font-weight: 400;
	padding-bottom: 10px;
	width: 100%;
	text-align: center;
	cursor: pointer;
	font-size: 12px;
	color: #132058;
	display: flex;
	align-items: baseline;
	justify-content: center;
}

.nav-column {
	display: none;
	position: absolute;
	z-index: 9999; /*다른 요소들보다 앞에 배치*/
	font-weight: 400;
	background-color: #e1e8fa;
	min-width: 100%;
	border-top: 1px solid #ff9200;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

.nav-column a {
	display: block;
	text-decoration: none;
	color: rgb(37, 37, 37);
	font-size: 13px;
	padding: 8px 20px;
	text-align: left;
}

.font-middle:last-child {
	margin-bottom: 5px;
}

.nav-column a:hover {
	background-color: #ffffff7a;
	color: #ff9200;
}

.menu-wrapper:hover .nav-column {
	display: block;
}

.icon-1 {
	display: flex;
	justify-content: space-between;
	font-size: 12px;
	padding: 5px;
	margin: 10px 10px;
	font-weight: bold;
	color: #6370a9;
}

.icon-2 {
	display: flex;
	justify-content: space-between;
}

.nav-2 h3, .nav-3 h5 {
	font-size: 12px;
	padding: 5px;
	margin: 10px 10px;
	font-weight: bold;
	color: #6370a9;
}

.nav-3 h3 {
	display: block;
	font-size: 12px;
	margin: 10px;
	font-weight: bold;
	color: #6370a9;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 30px;
}

.nav-3 .font-middle {
	display: block;
	margin-left: 80px;
}

.nav-3 .font-middle:first-of-type {
	margin-left: 20px;
}

.nav-2 .font-middle {
	display: block;
	margin-left: 35px;
}

.nav-2 .de-1, .nav-3 .de-1 {
	text-align: left;
	margin: 0;
}

.icon-1::after {
	content: '';
	display: flex;
	width: 13px;
	height: 13px;
	background-color: #132058;
	mask-position: center center;
	-webkit-mask-position: center center;
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	mask-size: 80% auto;
	-webkit-mask-size: 80% auto;
	mask-image: url(../images2/icon/chevron-right.svg);
	-webkit-mask-image: url(../images2/icon/chevron-right.svg);
	transform: rotate(90deg);
}

.icon-2::after {
	content: '';
	display: flex;
	width: 13px;
	height: 13px;
	background-color: #132058;
	mask-position: center center;
	-webkit-mask-position: center center;
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	mask-size: 80% auto;
	-webkit-mask-size: 80% auto;
	mask-image: url(../images2/icon/chevron-right.svg);
	-webkit-mask-image: url(../images2/icon/chevron-right.svg);
	transform: rotate(90deg);
}

.ch label {
	display: inline-flex;
	align-items: center;
	color: #383838;
}

.fullheigt .check-wrap {
	max-height: 100% !important;
}

.clinic .check-wrap {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
	max-height: 105px;
	overflow: auto;
	padding: 10px;
	line-height: 1.4;
	position: relative;
}

.clinic-wrap {
	display: flex;
	width: 100%;
	max-height: 100%;
	flex-direction: column;
	gap: 15px;
	border-radius: 5px;
	position: relative;
	font-size: 16px;
	text-align: left;
	background-color: #fff;
	height: 100%;
}

.clinic-wrap .clinic-clinic-wrap {
	padding: 15px;
	display: flex;
	flex-direction: column;
	gap: 15px;
	overflow-y: auto;
}

.clinic-textarea {
	flex-direction: column;
	align-items: flex-start !important;
}

.clinic textarea {
	min-height: 85px;
	display: flex;
}

.clinic-title {
	font-size: 13px;
	color: #000;
	display: flex;
	align-items: center;
	padding: 5px;
	max-width: 100px;
	justify-content: center;
	gap: 10px;
	min-width: 100px;
	text-align: center;
	font-weight: 400;
	line-height: 1.5;
}

.check-wrap_p {
	border-left: 1px solid #ddd;
}

.clinic-title pre {
	width: max-content;
	/* 	    white-space: nowrap; */
}

.clinic-title input[type="text"] {
	width: 5%;
	height: 25px;
}
/*
.clinic-title  #selectIpt_S\.0\.2{
    width: 90%;
    height: 25px;
}
*/
.clinic {
	display: flex;
	flex-direction: column;
}

.check-hig {
	overflow: auto;
	max-height: 80px;
	min-height: 30px;
}

.text-with-underline, .text-with-recommended {
	display: flex;
	width: 50%;
}

.text-with-recommended {
	justify-content: flex-end;
}

.recommended-item {
	display: flex;
	align-items: center;
	gap: 5px;
}

.recommended-item .must {
	width: auto;
}

.recommended-item lable {
	display: flex;
}

.text-recommended {
	align-items: end;
	display: flex;
	flex-direction: column;
	border: 1px solid #ddd;
	border-radius: 5px;
	padding: 6px;
	background-color: #f4f8fa;
	font-size: 12px;
	color: #7a7a7a;
}

.breadcrumb {
	display: flex;
	flex-wrap: wrap;
}

.breadcrumb-item:last-child {
	border-bottom: 1px solid #ff9200;
	font-size: 14px;
	line-height: 1.8;
	padding-right: 5px;
	flex-direction: row;
	display: flex;
	align-items: center;
	gap: 5px;
	color: #000;
	font-weight: 400;
}

ol li.breadcrumb-item {
	color: #000;
	font-weight: 400;
	border-bottom: 1px solid #132058;
	display: flex;
	align-items: center;
	gap: 5px;
}

ol li.breadcrumb-item:first-child {
	color: #ff9200;
	font-weight: bold;
	border-bottom: 1px solid #132058;
	display: flex;
	align-items: center;
	gap: 5px;
}

ol li.breadcrumb-item::after {
	content: '';
	display: flex;
	width: 13px;
	height: 13px;
	background-color: #132058;
	mask-position: center center;
	-webkit-mask-position: center center;
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	mask-size: 80% auto;
	-webkit-mask-size: 80% auto;
	mask-image: url(../images2/icon/chevron-right.svg);
	-webkit-mask-image: url(../images2/icon/chevron-right.svg);
}

ol li:last-child::after {
	display: none;
}

input[type="checkbox"]:checked+label {
	color: #000000;
	font-weight: bold;
}

input[type="checkbox"]:checked+label::before {
	background-color: #fff;
}

input[type="checkbox"]:checked+label::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translate(-50%, -50%);
	width: 17px;
	height: 10px;
	background-color: #e60000;
	border-radius: 100%;
	box-shadow: none;
	mask-position: 45% 35%;
	-webkit-mask-position: 45% 35%;
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	mask-size: 60% auto;
	-webkit-mask-size: 60% auto;
	mask-image: url(../images/icon/check.svg);
	-webkit-mask-image: url(../images/icon/check.svg);
}

#mSurveyList {
	width: 100%;
}

.clinicItemSurveyList-optional-value input[type="checkbox"]+label::before
	{
	content: '';
	position: absolute;
	top: 10px;
	left: 10px;
	transform: translate(-50%, -50%);
	display: inline-block;
	width: 18px;
	height: 18px;
	border: 1px solid #132058;
	border-radius: 3px;
	background-color: #ffffff;
}

input[type="checkbox"]+label::before {
    content: '';
    position: absolute;
    top: 9px;
    left: 10px;
    transform: translate(-50%, -50%);
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 1px solid #132058;
    border-radius: 3px;
    background-color: #ffffff;
}

.sub-tmp_select {
	display: inline-flex;
	width: 50%;
	align-items: center;
	gap: 4px;
}

.sub-inp {
	height: 25px;
	width: 50%;
	box-sizing: border-box;
}

.sub-icon {
	display: flex;
	align-items: center;
	gap: 3px;
	padding: 0 10px;
}

.sub-icon .SumoSelect {
	min-width: 200px;
	width: 200px;
}

.indented-sub {
	display: flex;
	justify-content: space-between;
	position: relative;
}

.occurrence {
	font-size: 12px;
	display: inline-block;
	line-height: 1.3;
}

.recommendation {
	display: flex;
	align-items: center;
}

.recommendation::after {
	content: '*';
	color: #ff9200;
	font-size: 16px;
	font-weight: 600;
} /* 권장 */
.must {
	display: flex;
	align-items: center;
	width: 100%;
	margin-left: -5px;
}

.clinicItemTree-right-tab ul li {
	line-height: 1.2;
}

.clinicItemTree-image::after {
	content: '';
	display: flex;
	width: 15px;
	height: 15px;
	background-color: #132058;
	mask-position: center center;
	-webkit-mask-position: center center;
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	mask-size: 80% auto;
	-webkit-mask-size: 80% auto;
	mask-image: url(../images2/icon/image-search.svg);
	-webkit-mask-image: url(../images2/icon/image-search.svg);
}

.clinicItemTree-image {
	position: relative;
	display: inline-block;
	background-color: #E9E9E9;
	padding: 3px;
	border-radius: 3px;
	width: 21px;
	height: 21px;
}

.must::after {
	content: '**';
	color: #ff0000;
	font-size: 16px;
	font-weight: 600;
} /* 권장 */

/* 툴팁 */
.infor::after {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	background-color: #132058;
	mask-position: center center;
	-webkit-mask-position: center center;
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	mask-size: 80% auto;
	-webkit-mask-size: 80% auto;
	mask-image: url(../images2/icon/info-circle.svg);
	-webkit-mask-image: url(../images2/icon/info-circle.svg);
}

.infor {
	position: relative;
	display: inline-block;
	vertical-align: text-top;
	cursor: pointer;
}

/* 툴팁 */
.infor-2::after {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	background-color: #132058;
	mask-position: center center;
	-webkit-mask-position: center center;
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	mask-size: 80% auto;
	-webkit-mask-size: 80% auto;
	mask-image: url(../images2/icon/info-circle.svg);
	-webkit-mask-image: url(../images2/icon/info-circle.svg);
}

.infor-2 {
	position: relative;
	vertical-align: sub;
}

.tooltip-text2 {
	word-wrap: break-word;
	white-space: normal;
	background-color: #333;
	color: #fff;
	padding: 5px 8px;
	border-radius: 6px;
	position: absolute;
	display: none;
	z-index: 1000;
	text-align: left;
	font-size: 13px;
	line-height: 1.4;
	position: fixed;
	max-width: 150px;
	overflow: auto;
	max-height: 300px;
}

.tooltip-text2 .no-overflow {
	overflow-wrap: break-word;
	overflow: hidden;
}

/* 툴팁 화살표 */
.tooltip-text2::after {
	content: "";
	position: absolute;
	top: 100%; /* 화살표 위치 */
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #333 transparent transparent transparent;
}

/* 삭제 */
.eraser::after, .eraser::after {
	content: '';
	display: flex;
	width: 15px;
	height: 15px;
	background-color: #132058;
	mask-position: center center;
	-webkit-mask-position: center center;
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	mask-size: 80% auto;
	-webkit-mask-size: 80% auto;
	mask-image: url(../images2/icon/trash3-fill.svg);
	-webkit-mask-image: url(../images2/icon/trash3-fill.svg);
}

.eraser {
	position: relative; /* 부모 요소의 위치를 기준으로 가상 요소 배치 */
	display: inline-block; /* 아이콘을 인라인 블록으로 처리 */
	background-color: #E9E9E9;
	padding: 3px;
	border-radius: 3px;
	width: 21px;
	height: 21px;
}

.eraser:hover, .eraser:hover {
	background-color: #F8CDCD;
}

.eraser:hover::after, .eraser:hover::after {
	background-color: #D90000;
}

.depth-1::before {
	content: '';
	display: flex;
	width: 15px;
	height: 13px;
	background-color: #fff;
	mask-position: center center;
	-webkit-mask-position: center center;
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	mask-size: 80% auto;
	-webkit-mask-size: 80% auto;
	mask-image: url(../images2/icon/chevron-right.svg);
	-webkit-mask-image: url(../images2/icon/chevron-right.svg);
	margin-left: 5px;
	transform: rotate(135deg);
}

.depth-2::before {
	content: '';
	display: flex;
	width: 15px;
	height: 13px;
	background-color: #fff;
	mask-position: center center;
	-webkit-mask-position: center center;
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	mask-size: 80% auto;
	-webkit-mask-size: 80% auto;
	mask-image: url(../images2/icon/chevron-right.svg);
	-webkit-mask-image: url(../images2/icon/chevron-right.svg);
	margin-left: 10px;
	transform: rotate(135deg);
}

.depth-3::before {
	content: '';
	display: flex;
	width: 15px;
	height: 13px;
	background-color: #fff;
	mask-position: center center;
	-webkit-mask-position: center center;
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	mask-size: 80% auto;
	-webkit-mask-size: 80% auto;
	mask-image: url(../images2/icon/chevron-right.svg);
	-webkit-mask-image: url(../images2/icon/chevron-right.svg);
	margin-left: 15px;
	transform: rotate(135deg);
}

/* 닫기/저장버튼 */
.button-group {
	display: flex;
	justify-content: flex-end;
	gap: 10px;
}

.button-group .btn-save {
	padding: 0 15px;
	font-weight: 500;
	height: 32px;
	line-height: 1;
	min-width: 82px;
	font-size: 12px;
	background-color: #132058;
}

.button-group .btn-close {
	padding: 0 15px;
	font-weight: 500;
	height: 32px;
	line-height: 1;
	min-width: 82px;
	font-size: 12px;
	background-color: #fff;
	border: 1px solid #132058;
	color: #132058;
}

.width-span {
	display: inline-block;
	width: 80px;
}

.s_description {
	font-size: 11px;
	color: #ff922e;
	font-weight: 400;
}

.main_section-wrap .section .section-title {
	font-size: 18px;
	font-weight: bold;
	position: relative;
	display: flex;
	gap: 5px;
	align-items: center;
}

.tab-list .btn-wrap {
	justify-content: end;
}

.essential-title {
	color: #132058;
	font-weight: 700;
	font-size: 16px;
}

.essential {
	color: #132058;
	font-weight: 700;
}

.sub_title {
	width: 100%;
	gap: 5px;
	position: relative;
	align-items: center;
	display: flex;
}

.s_icon {
	vertical-align: sub;
}

/* 태그 */
.table-td {
	box-sizing: border-box;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 10px;
}

.input-btn {
	display: flex;
	gap: 10px;
}

.table-td input {
	width: 100%;
}

.tag-wrap .tag-list {
	border-radius: 5px;
	border: 1px solid;
	border-color: #cdcdcd;
	padding: 5px;
	display: flex;
	width: 100%;
	box-sizing: border-box;
	gap: 10px;
	flex-wrap: wrap;
	font-size: 12px;
	height: 35px;
}

.no-tag {
	line-height: 1;
	color: #7f8ca9;
	border-radius: .5rem;
	padding: 5px;
	display: inline-flex;
	gap: .5rem;
	align-items: center;
	font-weight: 500;
	border: none;
	margin: 0;
}

.tag {
	line-height: 1.4;
	color: #7f8ca9;
	background-color: #e1e8fa;
	border-radius: 5px;
	padding: 5px;
	display: inline-flex;
	gap: .5rem;
	align-items: center;
	font-weight: 500;
	border: none;
	margin: 0;
	height: 25px;
	width: max-content;
}

.tag button {
	display: flex;
	padding: 0;
	cursor: pointer;
	width: 7px;
	height: 7px;
	justify-content: center;
	align-items: center;
}

.tag button:before {
	content: "";
	display: flex;
	width: 6px;
	height: 6px;
	background-color: #7f8ca9;
	mask-image: url('../images2/icon_cancle.153971d6.svg');
	-webkit-mask-image: url('../images2/icon_cancle.153971d6.svg');
	mask-position: center center;
	-webkit-mask-position: center center;
	mask-size: 10px auto;
	-webkit-mask-size: 10px auto;
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
}

.hidden, caption, legend {
	position: absolute;
}

.tag-wrap {
	width: 100%;
}

.td_btn {
	width: 100px;
	background-color: #132058;
	border-radius: 5px;
	color: #fff;
}

.history-inbox .on {
	color: #395ad4;
	font-weight: 600;
}

.history-inbox ul {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.history-inbox i {
	font-weight: 600;
	color: #ff9200;
	background: none;
	margin-right: 5px;
}

.tree-wrap .tree-title b i {
	font-weight: 600;
	color: #ff9200;
	background: none;
	margin-right: 5px;
}

/* 필수값 */
.essential:after {
	content: '*';
	color: #ff9200;
	font-size: 16px;
	font-weight: bold;
	margin-left: 3px;
	font-weight: 600;
}

/*자동입력인풋*/
.input-btn .auto-input input.wid200 {
	min-width: 200px;
	max-width: 200px;
}

/* 삭제버튼 */
.manage-detail .main_manage-block .main_answer button {
	position: relative;
	top: 0px;
	right: auto;
	transform: unset;
	display: inline-flex;
	min-width: 32px;
	height: 32px;
	justify-content: center;
	align-items: center;
	vertical-align: middle;
	border: solid 1px #cdcdcd;
	border-radius: 3px;
	background-color: #ffffff;
	margin-top: -1px;
}

.main_answer button.add:before {
	content: '';
	display: flex;
	width: 100%;
	height: 100%;
	background-color: #395ad4;
	mask-position: calc(50% + 0.7px) center;
	-webkit-mask-position: calc(50% + 0.7px) center;
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	mask-image: url(../images2/icon/plus-lg.svg);
	-webkit-mask-image: url(../images2/icon/plus-lg.svg);
	mask-size: 80% auto;
	-webkit-mask-size: 80% auto;
}

.main_manage-block button.delete {
	width: 32px;
	height: 32px;
	position: absolute;
	top: 58%;
	right: 0;
	transform: translateY(-50%);
	mask-size: 60% auto;
	-webkit-mask-size: 60% auto;
}

.main_manage-block .main_manage-title {
	font-size: 15px;
	position: relative;
}

.main_manage-block button.delete:before {
	mask-size: 60% auto;
	-webkit-mask-size: 60% auto;
}

#question_title {
	display: block;
}

#question_title span {
	color: #000000;
	font-weight: 400;
	padding: 5px;
	display: flex;
	align-items: center;
}

/*  */

/* 네비
	
	a:-webkit-any-link { 
	    text-decoration: none;
	}
	
	
	.header-wrap{
	    background-color:#132058;
	    display: flex;
	    min-width: 1504px;
	    position: relative;
	}
	
	
	.header-wrap .menu-btn {
	    display: flex;
	    width: 24px;
	    margin-left: 15px;
	    background-color: #ffffff;
	    mask-position: center center;
	    -webkit-mask-position: center center;
	    mask-repeat: no-repeat;
	    -webkit-mask-repeat: no-repeat;
	    mask-size: 90% auto;
	    -webkit-mask-size: 90% auto;
	    mask-image: url(../images2/menu_icon.svg);
	    -webkit-mask-image: url(../images2/menu_icon.svg);
	}
	
	
	    
	nav {display: flex; width: 600px;}
	nav ul {list-style: none;z-index: 2;}
	nav a {color:#000;text-decoration: none;}
	nav > ul{display: flex;width: 100%;justify-content: space-between;padding:10px 15px;}
	nav > ul > li{position: relative;}
	nav > ul > li > a{font-size: 14px; color: #fff; font-weight: bold;}
	nav > ul > li > a:hover{color:#999;}
	nav > ul > li > ul {
	    display: none; 
	    position: absolute; 
	    left:50%; 
	    transform: translateX(-50%);
	    border:1px solid #ddd;
	    border-radius: 6px;
	    background: #fff;
	}
	nav > ul > li:hover ul{display:block;}
	nav > ul > li  li a {display: block; padding:10px 15px; width: 120px; text-align: center;font-size: 12px;}
	nav > ul > li  li a:hover {background:#eee;}
	nav > ul > li > li + li{margin-top:5px;}
	nav > ul > li > a > span {color: #FF9200; font-weight: bold;}
	
	*/

/* 내용 */
.main_content-wrap:has(.section) {
	padding: 15px;
}

.main_content-wrap {
	background-color: #f3f3f3;
	width: 100%;
	min-width: 1504px;
	height: calc(100% - 42px);
}

/* 탭영역 */
.history-wrap .tab-button {
	border-bottom: none;
}

.history-box2 {
	border: solid 1px #cccccc;
	border-radius: 0px 0 5px 5px;
	padding: 5px;
	height: 100%;
	width: 100%;
	overflow-y: hidden;
	line-height: 1.6;
}

.history-inbox {
	display: flex;
	height: calc(100% - 37px);
	width: 100%;
	overflow-y: auto;
	line-height: 1.6;
	flex-direction: column;
}

.detail-table-manage-group {
	display: flex;
	flex-direction: column;
	gap: 5px;
	padding: 5px;
}

.main_section-wrap {
	height: 100%;
	display: flex;
	gap: 15px;
}

.tab1_content {
	display: flex;
	gap: 10px;
	margin-bottom: 20px;
	overflow-y: auto;
}

.main_section-wrap .section {
	display: flex;
	flex-direction: column;
	width: 100%;
	background-color: #ffffff;
	border-radius: 5px;
	overflow: hidden;
	overflow-y: auto;
	border: solid 1px #f2f2f2;
	padding: 15px 20px;
	gap: 15px;
}

/* 탭2 */
.tabmenu label {
	display: inline-block;
	padding: 10px;
	text-align: center;
	line-height: 20px;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 3px 3px 0 0;
	color: #777;
	border-width: 1px;
	cursor: pointer;
	font-size: 13px;
}

.tabmenu input:nth-of-type(1):checked ~ label:nth-of-type(1) {
	background-color: #132058;
	color: #fff;
}

.tabmenu input:nth-of-type(2):checked ~ label:nth-of-type(2) {
	background-color: #132058;
	color: #fff;
}

.tabmenu>* {
	display: none;
}

.tabmenu input:nth-child(1):checked ~ .tab1_content, .tabmenu input:nth-child(2):checked 
	 ~ .tab2_content {
	display: block;
}

.tabmenu .tab1_content, .tabmenu .tab2_content {
	padding: 32px;
	border: 1px solid #ddd;
	height: 96%;
	padding: 20px;
	line-height: 1.6;
}

input[id="tab2"]+label::before {
	display: none;
}

input[id="tab2"]:checked+label::after {
	display: none;
}

/*  */
.manage-detail .main_manage-title {
	font-size: 16px;
	font-weight: 700;
	display: flex;
	align-items: center;
	color: #132058;
}

/* 평가설문지타입버튼 */
.manage-detail .main_type-select {
	display: flex;
	gap: 10px;
}

.manage-detail .main_type-select input[type=radio]+label {
	display: flex;
	cursor: pointer;
	padding: 7px 15px;
	border: 1px solid #cccccc;
	font-weight: 400;
	border-radius: 5px;
	min-width: 90px;
	align-items: center;
	justify-content: center;
}

.manage-detail .main_type-select input[type=radio]:checked+label {
	background-color: #132058;
	color: #fff;
	border-color: #132058;
}

.manage-detail .main_type-select input[type=radio], .manage-detail .main_type-select input[type="radio"]+label::before,
	.manage-detail .main_type-select input[type="radio"]+label::after {
	display: none;
}

.manage-detail input.subTitleName {
	
}

.manage-detail .calculation {
	display: flex;
	justify-content: space-between;
	gap: 10px;
}

/*  */
.question-explanation {
	width: 62px;
}

.manage-detail .manage-block .question-list .answer-list li .answer .score:not(.hidden)
	{
	min-width: 40px;
}

.radio-wrap .multiple-selection {
	/* 두 번째 span 요소에 적용할 스타일 */
	margin-left: auto;
}

.manage-detail .manage-block .question-list {
	background-color: #F2F8FB;
	line-height: 1.4;
	font-weight: 500;
}

.manage-detail .manage-block .manage-title .radio-wrap {
	display: flex;
	padding: 10px;
	background: #fff;
	border: 1px solid #cdcdcd;
	border-radius: 5px;
	width: 100%;
}

.manage-detail .manage-block .question-list .manage-title:first-child {
	display: flex;
	max-width: 100%;
	line-height: 1.4;
	flex-direction: column;
}

.n-answer-question {
	display: flex;
	min-width: 62px;
	align-items: center;
	font-weight: 500;
}

.manage-detail .manage-block .question-list .manage-title {
	gap: 10px;
	max-width: 100%;
	align-items: baseline;
	margin-bottom: 0;
}

.n-answer {
	display: flex;
	gap: 10px;
}

.n-answer .essential {
	display: flex;
	min-width: 63px;
	align-items: center;
	font-weight: 500;
}

.main_manage-title2 {
	font-size: 15px;
	font-weight: 700;
	display: inline-block;
	align-items: center;
	margin: 20px 0;
	color: #132058;
}

.manage-detail .manage-block .add-btn {
	background-color: #f2f8fb;
	padding: 10px;
}

/* 질문추가버튼 */
.manage-detail .main_manage-block .add-btn {
	display: flex;
	margin-top: 15px;
	width: 100%;
	height: 42px;
	border-radius: 5px;
	justify-content: center;
	align-items: center;
	font-weight: 500;
	background-color: #F2F8FB;
	gap: 5px;
}

.manage-detail .main_manage-block .add-btn:before {
	content: '';
	display: flex;
	width: 20px;
	height: 20px;
	background-color: #395ad4;
	mask-position: center center;
	-webkit-mask-position: center center;
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	mask-size: 80% auto;
	-webkit-mask-size: 80% auto;
	mask-image: url(../images2/icon/plus-square.svg);
	-webkit-mask-image: url(../images2/icon/plus-square.svg);
}

/* 질문영역 */
.question-list {
	background-color: #F2F8FB;
}

.btn.light {
	background-color: #fff;
	border: 1px solid #132058;
	color: #132058;
}

#clinic {
	width: 100%;
}

/* 왼쪽 */
.section3.tab-list .survey-list {
	display: flex;
	flex-direction: column;
	width: 50%;
	height: 100%;
}

.tab-wid {
	width: 100%;
	min-height: 100%;
	overflow-y: auto;
	border-radius: 5px;
	max-height: 100%;
}

.tab-wid ul#mSurveyListCpg_ul {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.tab-list {
	background-color: #fff;
	width: 100%;
	overflow: hidden;
	display: flex;
}

.msurveylist-tab-group {
	display: flex;
	flex-direction: column;
	height: calc(100% - 54px);
	padding: 5px;
}

.tree-wrap3 {
	height: 96%;
	min-height: auto;
	border-radius: 5px;
	overflow-y: auto;
}

.tree-wrap2.manage2.survey2 {
	min-height: auto;
	border: none;
	width: 100%;
	background-color: #ffffff;
	border-radius: 5px;
	overflow: hidden;
	padding: 0px;
	gap: 15px;
	height: 100%;
}

.section2 .section-title1:before {
	content: '';
	display: flex;
	width: 24px;
	height: 24px;
	background-color: #132058;
	mask-position: center center;
	-webkit-mask-position: center center;
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	mask-size: 80% auto;
	-webkit-mask-size: 80% auto;
	mask-image: url(../images2/icon/transparency.svg);
	-webkit-mask-image: url(../images2/icon/transparency.svg);
	transform: rotate(180deg);
}

.reload-btn {
	background-color: #132058;
	border-radius: 5px;
	color: #fff;
	gap: 7px;
	min-width: 32px;
	max-width: 32px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	border: solid 1px #ffffff;
	color: #ffffff;
	border-radius: 5px;
	height: 32px;
}

.reload-btn::before {
	content: '';
	width: 12px;
	height: 12px;
	background-color: #ffffff;
	mask-position: center center;
	-webkit-mask-position: center center;
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	mask-size: 100% auto;
	-webkit-mask-size: 100% auto;
	mask-image: url(../images2/icon/rotate-right.svg);
	-webkit-mask-image: url(../images2/icon/rotate-right.svg);
}

.search-patient-code .reload-btn, .patient-code1 .reload-btn {
	background-color: #132058;
	border-radius: 5px;
	color: #fff;
	gap: 7px;
	min-width: 32px;
	max-width: 32px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	border: solid 1px #ffffff;
	color: #ffffff;
	border-radius: 5px;
	height: 32px;
}

.search-patient-code {
	display: flex;
	justify-content: flex-start;
	gap: 5px;
}

.search-patient-code button.reload-btn::before, .patient-code1 button.reload-btn::before
	{
	content: '';
	width: 12px;
	height: 12px;
	background-color: #ffffff;
	mask-position: center center;
	-webkit-mask-position: center center;
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	mask-size: 100% auto;
	-webkit-mask-size: 100% auto;
	mask-image: url(../images2/icon/rotate-right.svg);
	-webkit-mask-image: url(../images2/icon/rotate-right.svg);
}

.tilesTop_chtNum {
	width: 100%;
}

.patient-code1 {
	display: flex;
	justify-content: flex-end;
	width: 100%;
	gap: 5px;
}

.history-box2 .patient-code1 {
	margin-bottom: 10px;
}

.search-patient-code .patient-search {
	position: relative;
	background-color: #ffffff;
	border-radius: 5px;
	overflow: hidden;
	align-items: center;
}

.patient-code1 .patient-search1 {
	position: relative;
	background-color: #ffffff;
	border-radius: 5px;
	overflow: hidden;
	width: 100%;
	align-items: center;
}

.search_in {
	width: 100%;
}

.search-patient-code .patient-search button, .patient-code1 .patient-search1 button
	{
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	display: flex;
	width: 20px;
	height: 20px;
	background-color: #132058;
	mask-position: center center;
	-webkit-mask-position: center center;
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	mask-size: 80% auto;
	-webkit-mask-size: 80% auto;
	mask-image: url(../images2/icon/search_icon.svg);
	-webkit-mask-image: url(../images2/icon/search_icon.svg);
}

*::-webkit-scrollbar {
	width: 7px;
	height: 7px;
}

*::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, 0.1);
	border-radius: 10px;
}

*::-webkit-scrollbar-track {
	background: transparent;
}

#svyWebArea {
	display: flex;
	flex-direction: column;
}

/*평가설문지메모*/
.svyDscrpt2 {
	min-height: 85px;
}

.section3.tab-list {
	width: 50%;
}

/*다중선택*/
.align-rightn {
	display: flex;
	align-items: center;
	gap: 5px;
	white-space: nowrap;
	font-weight: 500;
}

/* 스위치코드 */
.toggle_switch {
	display: inline-block;
	position: relative;
	width: 40px;
	height: 19px;
}

.toggle_switch input[type="checkbox"] {
	overflow: hidden;
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	font-size: initial;
	clip: rect(0, 0, 0, 0);
}

.toggle_switch .slider {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #ccc;
	border-radius: 34px;
	cursor: pointer;
	transition: 0.4s;
}

.toggle_switch input[type="checkbox"]:checked+.slider {
	background-color: #132058;
}

.toggle_switch .slider::before {
	content: "";
	position: absolute;
	top: 2px;
	left: 2px;
	width: 15px;
	height: 15px;
	background-color: #fff;
	border-radius: 50%;
	transition: 0.4s;
}

.toggle_switch input[type="checkbox"]:checked+.slider::before {
	transform: translateX(20px);
}

/*  */
input[type="radio"]+label.text {
	padding-right: 10px;
	padding-left: 23px;
}

.radio-wrap {
	gap: 0px;
}

.radio-wrap1 {
	display: flex;
	align-items: center;
	text-align: justify;
	gap: 5px;
}

.main_answer {
	display: flex;
	margin: 15px 0;
	gap: 10px;
	align-items: center;
}

.title_s {
	display: inline-block;
	min-width: 65px;
}

.sub_answer {
	display: flex;
	text-align: justify;
	gap: 10px;
	align-items: center;
}

.manage-detail .answerScore {
	width: 100px;
}

.mSurveyDetail {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.solution {
	width: 100%;
	background-color: #fff;
	border-radius: 5px;
	border: 1px solid #ddd;
	justify-content: space-between;
	align-items: center;
	padding: 10px;
}

.title_b {
	font-size: 15px;
	font-weight: bold;
	display: inline-block;
	min-width: 95px;
}

.s_tot {
	text-align: end;
}

.manage-detail .main_manage-title:before {
	content: '';
	display: flex;
	width: 20px;
	height: 20px;
	background-color: #132058;
	mask-position: center center;
	-webkit-mask-position: center center;
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	mask-size: 80% auto;
	-webkit-mask-size: 80% auto;
	mask-image: url('../images2/icon/stickies.svg');
	-webkit-mask-image: url('../images2/icon/stickies.svg');
	margin-right: 5px;
}

.manage-detail .main_manage-title2:before {
	content: '';
	display: flex;
	width: 20px;
	height: 20px;
	background-color: #132058;
	mask-position: center center;
	-webkit-mask-position: center center;
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	mask-size: 80% auto;
	-webkit-mask-size: 80% auto;
	mask-image: url(../images/icon/stickies.svg);
	-webkit-mask-image: url(../images/icon/stickies.svg);
	margin-right: 5px;
}

.manage-detail .main_manage-block {
	padding: 0px 10px;
}

.manage-detail .main_manage-block .title2:before {
	width: 15px;
	height: 15px;
	mask-image: url(../images/icon/play.svg);
	-webkit-mask-image: url(../images/icon/play.svg);
}

.left_d {
	min-width: 70px;
	margin-left: 40px;
}

/*질문 말풍선*/
.question-tool {
	display: flex;
	align-items: center;
	gap: 5px;
	position: relative;
}

.arrow_box-question {
	display: none;
	padding: 7px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 5px;
	background: #333;
	color: #fff;
	font-size: 12px;
	position: absolute;
	left: 60px;
	font-weight: 300;
	width: 375px;
}

.arrow_box-question:before {
	width: 5px;
	height: 0px;
	border-right: 10px solid #333333;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 0px solid transparent;
	margin-left: -20px;
	display: inline-block;
	content: ' ';
	margin-right: 7px;
}

span.s_icon:hover+p.arrow_box-question {
	display: inline;
}

span.s_icon:hover+p.arrow_box {
	display: block;
}

.section-wrap .section1:not(.list) {
	min-width: 60%;
}

.section-wrap .section1 {
	display: flex;
	flex-direction: column;
	width: 100%;
	background-color: #ffffff;
	border-radius: 5px;
	overflow: none;
	overflow-y: none;
	border: solid 1px #f2f2f2;
	padding: 15px 20px;
	gap: 15px;
}

.section-wrap .section2.list2 {
	max-width: 700px;
}

.section-wrap .section2 {
	display: flex;
	flex-direction: column;
	width: 100%;
	background-color: #ffffff;
	border-radius: 5px;
	overflow: hidden;
	overflow-y: auto;
	height: 100%;
}

.section2 .section-title1 {
	font-size: 16px;
	font-weight: 500;
	position: relative;
	display: flex;
	gap: 5px;
	align-items: center;
	line-height: 1.8;
}

.section2-detail-group {
	padding: 5px;
	gap: 5px;
	height: 100%;
	display: flex;
	flex-direction: column;
	overflow: hidden;
}
/*진료항목 팝업*/
.clinicItemCombie, .clinicItemSelect, .clinicItemProcedures {
	display: flex;
	flex-direction: column;
	width: 100%;
	border-radius: 5px;
	overflow: hidden;
	/* gap: 10px; */
	height: 100%;
	padding: 5px 5px;
}

.clinicItemTree {
	display: flex;
	flex-direction: column;
	width: 100%;
	border-radius: 5px;
	overflow: hidden;
	gap: 10px;
	height: 100%
}

.clinic-clinic-op {
	display: flex;
	flex-direction: column;
	gap: 10px;
	width: 100%;
	background-color: #fff;
}

.clinic-clinic-wrap {
	overflow-y: auto;
	height: 100%;
	display: flex;
	width: 100%;
	scrollbar-gutter: stable;
}

.ch {
	display: flex;
	align-items: center;
	gap: 5px;
}

/*진료항목 팝업 및 설문지 공통*/
.cclinicItemSurveyList-screen-list {
	height: 50%;
}

.cclinicItemSurveyList-screen {
	display: flex;
	height: 100%;
	width: 100%;
	gap: 5px;
}

.clinicItemTree-screen {
	display: flex;
	height: 100%;
	flex: 1;
	height: calc(100% - 37px);
}

.ee1 {
	display: flex;
	flex-direction: column;
	width: 50%;
}

.ee2 {
	display: flex;
	height: 50%;
}

/*진료항목 팝업 트리*/
.tall-button::after {
	content: '';
	display: flex;
	width: 100%;
	height: 10%;
	background-color: #fff;
	mask-position: center center;
	-webkit-mask-position: center center;
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	mask-size: 80% auto;
	-webkit-mask-size: 80% auto;
	mask-image: url(../images2/icon/left.svg);
	-webkit-mask-image: url(../images2/icon/left.svg);
	/*         transform: translate(25%, 0%); */
}

.tall-button {
	background-color: #2a3c66;
	width: 30px;
}

.file-icon::after {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	background-color: #000;
	mask-position: center center;
	-webkit-mask-position: center center;
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	mask-size: 80% auto;
	-webkit-mask-size: 80% auto;
	mask-image: url(../images2/icon/folder.svg);
	-webkit-mask-image: url(../images2/icon/folder.svg);
	margin-left: auto;
}

.open-file-icon::after {
	content: '';
	display: block;
	width: 25px;
	height: 25px;
	background-color: #fff;
	mask-position: center center;
	-webkit-mask-position: center center;
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	mask-size: 80% auto;
	-webkit-mask-size: 80% auto;
	mask-image: url(../images2/icon/folder-open.svg);
	-webkit-mask-image: url(../images2/icon/folder-open.svg);
	margin-left: auto;
}

.clinicItemCombie-left-tab ul li, .clinicItemTree-left-tab ul li,
	.clinicItemTree-right-tab ul li {
	padding: 5px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 13px;
	cursor: pointer;
	gap: 5px;
}

.over {
	color: #FF9200;
}

.chosen {
	background-color: #84bedf;
	padding: 0;
	margin: 0;
	color: #fff;
	font-weight: bold;
}

/* .chosen-2{ */
/*     background-color: #C2DEEE; */
/*     padding: 0; */
/*     margin: 0; */
/*     color: #000; */
/*     font-weight: bold;	 */
/* } */
.clinicItemCombie-screen {
	height: 100%;
	display: flex;
	height: calc(100% - 120px);
}

.clinicItemCombie-screen-left {
	display: flex;
	flex-direction: column;
	width: 50%;
}

.clinicItemCombie-screen-right {
	width: 50%;
	height: 100%;
	background-color: #f4f8fa;
	overflow: auto;
}

.clinicItemCombie-screen-right h2 {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	padding: 30px 30px 20px 30px;
}

.clinic-combie {
	border-radius: 5px;
	display: flex;
	flex-direction: column;
	margin: 20px;
}

.clinic-check-wrap {
	display: flex;
}

.clinicItemCombie-clinic {
	background-color: #fff;
	margin: 15px;
	border-radius: 5px;
	overflow: auto;
}

.clinic-combie-inp {
	display: flex;
	flex-direction: row;;
	align-items: center;
	margin: 10px 20px;
}

.clinic-combie-inp .clinic-combie-title, .clinic-combie-inp .clinic-check-wrap
	{
	display: inline-block;
	width: 50%;
}

.clinicItemCombie-leftbottom-tab {
	border: 1px solid #dedede;
	height: 50%;
	margin-top: 15px;
	border-radius: 5px;
	background-color: #f2f8fb;
	overflow: auto;
	padding: 15px;
}

.clinicItemCombie-leftbottom-tab h3 {
	font-size: 15px;
	font-weight: bold;
}

.clinicItemCombie-sub-icon {
	align-items: center;
	gap: 3px;
	padding: 10px 10px 0px 20px;
}

.combie-sub-tmp_select {
	display: inline-flex;
	width: 100%;
	align-items: center;
	gap: 4px;
	margin-bottom: 5px;
}

.combie-preview {
	color: #ddd;
	font-size: 12px;
	line-height: 1.6;
	width: 100%;
	display: inline-block;
}

.combie-correction::after {
	content: '';
	display: inline-flex;
	width: 17px;
	height: 12px;
	background-color: #132058;
	mask-position: center center;
	-webkit-mask-position: center center;
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	mask-size: 100% auto;
	-webkit-mask-size: 100% auto;
	mask-image: url(../images2/icon/mdi_lead-pencil.svg);
	-webkit-mask-image: url(../images2/icon/mdi_lead-pencil.svg);
}

.clinicItemCombie-group {
	margin: 30px 0;
}

.combie-correction {
	background-color: #e9e9e9;
	padding: 1px;
	border-radius: 5px;
}

.clinicItemCombie-sub-icon .sub-icon {
	padding: 0;
}

.clinic-combie-inp .sub-inp2 {
	height: 24px;
	box-sizing: border-box;
}

.clinic-combie-title {
	font-weight: bold;
	color: #000;
	font-size: 15px;
	display: flex;
	align-items: center;
	padding: 10px;
}

.clinicItemCombie-left-tab {
	line-height: 2;
	overflow-y: auto;
	border: 1px solid #e7e7e7;
	background-color: #F2F8FB;
	width: 100%;
}

.clinicItemTree-left-tab, .clinicItemTree-right-tab {
	line-height: 2;
	width: 50%;
	overflow-y: auto;
	border: 1px solid #e7e7e7;
	background-color: #fff;
	scrollbar-gutter: stable;
}

.clinicItemCombie-right-tab {
	line-height: 2;
	width: 50%;
	overflow-y: auto;
	border: 1px solid #e7e7e7;
	background-color: #F2F8FB;
}

.clinicItemTree-optional-value h3 {
	font-size: 14px;
	font-weight: bold;
}

.clinicItemTree-optional-value h5 {
	font-size: 13px;
	padding-left: 10px;
	display: flex;
	align-items: center;
	font-weight: bold;
}

.clinicItemTree-optional-value h5:before {
	content: '';
	display: block;
	width: 25px;
	height: 25px;
	background-color: #f9ca31;
	mask-position: center center;
	-webkit-mask-position: center center;
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	mask-size: 80% auto;
	-webkit-mask-size: 80% auto;
	mask-image: url(../images2/icon/folder-open.svg);
	-webkit-mask-image: url(../images2/icon/folder-open.svg);
}

.selectgroupmain {
	display: contents;
}

.clinicItemTree-optional-value {
	line-height: 1.4;
	border: 1px solid #ddd;
	background-color: #fff;
	overflow-y: auto;
	display: flex;
	flex-direction: column;
	scrollbar-gutter: stable;
	flex: 1;
	height: 100%;
	padding: 5px;
}

.clinicitems_group-item {
	height: calc(100% - 37px);
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.clinicitems_group-item-top {
	display: flex;
	flex-direction: column;
	gap: 5px;
	height: calc(50% - 2.5px);
	flex: 1;
}

/*평가설문지-팝업*/
.clinicItemSurveyList {
	display: flex;
	flex-direction: column;
	width: 100%;
	border-radius: 5px;
	overflow: hidden;
	gap: 10px;
	height: calc(100% - 87px);
	margin-top: 10px;
}

.left-list-container {
	max-height: 100%; /* 리스트 컨테이너의 최대 높이 설정 */
	overflow-y: auto; /* 세로 스크롤 생성 */
	width: 25%;
	display: flex;
	border: 1px solid #ddd;
}

.right-list-container {
	max-height: 100%;
	overflow-y: auto;
	width: 75%;
	background-color: #fff;
	display: flex;
	border: 1px solid #ddd;
}

.left-list-container ul, .right-list-container ul {
	width: 100%;
	display: flex;
	flex-direction: column;
	font-size: 13px;
	min-height: 100%;
	background-color: #fff;
}

.left-list-container li.sticky {
	position: sticky;
	top: 0;
	background-color: #84bedf;
	z-index: 10;
	padding: 5px;
	border-bottom: 1px solid #ddd;
	color: #fff;
	font-weight: bold;
	display: flex;
	align-items: center;
}

.left-list-container li {
	padding: 10px; /* 리스트 아이템 패딩 */
	color: #333333;
	cursor: pointer;
	background-color: #fff;
}

.right-list-container li {
	padding: 5px;
	text-indent: 0px;
	line-height: 1.7;
	cursor: pointer;
	border-bottom: 1px solid #ddd;
	align-items: center;
}

.right-list-container li.on {
	background-color: #edf8ff;
	color: #000;
	font-weight: bold;
}

.right-list-container li:last-child {
	border-bottom: none;
}

.right-list-container li:hover {
	color: #ff9200;
}

.clinicItemSurveyList-optional-value {
	line-height: 1.8;
	overflow-y: auto;
	display: flex;
}

.clinicItemSurveyList-title {
	font-size: 15px;
	font-weight: bold;
	display: flex;
	align-items: center;
}

.sticky::before {
	content: '';
	display: block;
	width: 25px;
	height: 25px;
	background-color: #fff;
	mask-position: center center;
	-webkit-mask-position: center center;
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	mask-size: 80% auto;
	-webkit-mask-size: 80% auto;
	mask-image: url(../images2/icon/ph_align-left.svg);
	-webkit-mask-image: url(../images2/icon/ph_align-left.svg);
	margin-right: 5px;
}

.clinicItemSurveyList-title::before {
	content: '';
	display: block;
	width: 25px;
	height: 25px;
	background-color: #000;
	mask-position: center center;
	-webkit-mask-position: center center;
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	mask-size: 80% auto;
	-webkit-mask-size: 80% auto;
	mask-image: url(../images2/icon/list-p.svg);
	-webkit-mask-image: url(../images2/icon/list-p.svg);
	margin-right: 5px;
}

/*설문지 목록 테이블*/
.checkbox-table .custom-bg input[type="checkbox"]+label.text,
	.checkbox-table input[type="checkbox"]+label.text {
	padding-left: 20px;
}

.clinicItemSurvey-table-check-box {
	width: 20px;
}

.clinicItemSurvey-table-list-name {
	width: 300px;
}

.clinicItemSurvey-table-number {
	width: 150px;
}

.clinicItemSurvey-table-date {
	width: 80px;
}

.checkbox-table .Survey-list-name {
	text-align: justify;
	white-space: nowrap; /* 텍스트가 한 줄로 유지되도록 함 */
	overflow: hidden; /* 넘치는 텍스트 숨김 */
	text-overflow: ellipsis;
	vertical-align: middle;
}

.clinicItemSurveyList-optional-value i, .right-list-container ul li i {
	font-weight: 600;
	color: #ff9200;
	background: none;
	margin-right: 5px;
}

table.checkbox-table tr.custom-bg {
	background-color: #f2f8fb;
	cursor: pointer;
}

.table-container {
	max-height: 150px; /* 테이블의 최대 높이 설정 */
	overflow-y: auto; /* 세로 스크롤 활성화 */
	border: 1px solid #ccc; /* 컨테이너 테두리 */
}

.checkbox-table {
	width: 100%;
	table-layout: fixed;
}

.checkbox-table th, .checkbox-table td {
	padding: 5px;
	border-bottom: 1px solid #ccc;
	text-align: center;
	vertical-align: middle;
}

.checkbox-table th {
	background-color: #e0e7ef;
}

.checkbox-table td {
	font-size: 13px;
	line-height: 1.5;
	background-color: #fff;
}

.checkbox-table input[type="checkbox"] {
	margin: 0; /* 기본 마진 제거 */
}

#select-all {
	margin: 0 auto;
}

/*진료항목별 진료내역 팝업*/
.total-search {
	width: 305px;
}

.clinicItemTree-optional-value .sub-icon {
	/* 	width: 50%; */
	
}

.clinicItemTree-value {
	display: flex;
	flex-direction: column;
	gap: 0px;
	padding: 5px 0;
}

.clinicItemTree-value:last-child {
	border-bottom: none;
}

.depth {
	margin-left: 30px;
}

.medical-records {
	display: flex;
	gap: 5px;
	background-color: #edf3ff;
	padding: 5px;
	border-radius: 5px;
	border: 1px solid #dddddd;
}

.medical-records h5 {
	font-size: 12px;
	font-weight: 900;
}

.clinicListItem {
	display: flex;
	flex-direction: column;
	width: 100%;
	border-radius: 5px;
	overflow: hidden;
	gap: 5px;
	height: 100%;
	padding: 5px;
}

.medical-records-list {
	overflow-y: auto;
	background-color: #fff;
	height: calc(100% - 79px);
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.item-medical-records {
	height: 204px;
	overflow: auto;
	width: 20%;
	padding: 5px;
}

.total-input-group {
	display: flex;
	width: 100%;
	align-items: center;
	gap: 5px;
	justify-content: center;
}

.no-data {
	display: flex;
	width: 100%;
	height: 100%;
	font-size: 15px;
	text-align: center;
	padding: 25px 50px;
	justify-content: center;
}

.item-subject {
	display: flex;
	gap: 10px;
	line-height: 2;
	flex-direction: row;
	align-items: flex-start;
}

.left-item-subject {
	min-width: 70px;
	font-weight: bold;
	color: #000;
	font-size: 13px;
}

.right-item-subject {
	width: calc(100% - 70px);
	font-size: 12px;
	word-break: break-all;
}

.medical-records>.text-area {
	width: 50%;
	gap: 5px;
	font-size: 12px;
	height: 204px;
}

.medical-records>.text-area.note {
	width: 30%;
	gap: 5px;
}

.text-area {
	background-color: #fff;
	border-radius: 5px;
	border: 1px solid #ddd;
	border-style: dotted;
	line-height: 1.4;
	overflow-y: auto;
	overflow-x: hidden;
	font-size: 13px;
	word-wrap: break-word;
	display: flex;
	flex-direction: column;
	width: 69%;
	height: 100%;
	padding: 5px;
	height: 100%;
}

.textarea-wrap {
	display: flex;
	width: 22%;
	height: 100%;
	background-color: #fff;
	overflow: auto;
	line-height: 1.5;
	border-radius: 5px;
}

.textarea-wrap textarea.auto-resize {
	border: 1px solid #ddd;
	padding: 5px;
	min-height: 100%;
	font-size: 12px;
}

.text-area .title-strong {
	font-weight: bold;
	display: flex;
	align-items: center;
}

.text-area .sub-title-strong {
	font-weight: bold;
	display: flex;
	align-items: center;
	width: 100%;
	gap: 5px;
}

.text-area .sub-title-strong lable {
	text-indent: -10px;
	margin-left: 15px;
}

.sub-title-strong b {
	font-weight: 400;
	word-break: break-all;
}

.text-area .memo {
	margin: 5px 0px 5px 20px;
	font-weight: 400;
	display: flex;
}

.mid-title-strong {
	display: flex;
	align-items: center;
	font-weight: bold;
	margin: 3px 5px;
	font-size: 12px;
}

.mid-title-strong:before {
	content: '';
	width: 5px;
	height: 2px;
	border-radius: 100%;
	background-color: #333333;
	display: inline-flex;
	vertical-align: middle;
	margin-right: 5px;
}

.sub-title-strong lable:before {
	content: '';
	width: 4px;
	height: 4px;
	background-color: #333333;
	display: inline-flex;
	vertical-align: middle;
	margin-right: 5px;
	mask-position: center center;
	-webkit-mask-position: center center;
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	mask-size: 80% auto;
	-webkit-mask-size: 80% auto;
	mask-image: url(../images2/icon/scircle-fill.svg);
	-webkit-mask-image: url(../images2/icon/circle-fill.svg);
}

.button-item {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #f9f9f9;
	padding: 5px;
	text-align: center;
	border-top: 1px solid #ddd;
}

.top-clinicListItem {
	height: auto;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

/*설문지 스크롤*/
.clinicSurvey-wrap-b {
	height: 100%; /* 뷰포트 높이에 맞게 부모 컨테이너 높이 설정 */
	display: flex;
	flex-direction: column; /* flex 레이아웃 사용 */
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.survey-wrap {
	overflow: auto;
	height: 100%;
}

/*환자정보관리 레이어팝업창*/
.detail-table  .patient-information td {
	display: flex;
	gap: 5px;
}

.detail-table  .patient-information .patientDetail_mrCode {
	min-width: auto;
}

.detail-table  .patient-information .btn {
	width: 100%;
}

.detail-table  .patient-information .dynamicDis {
	min-width: 100%;
}

.detail-table  .patient-information .dynamicDis-num {
	display: flex;
	align-items: center;
	gap: 5px;
	min-width: 256px;
}

.detail-table  .patient-information .dynamicDis-num input {
	min-width: 40%;
}

/*기록조회화면*/
.clinic-section-wrap .list .search-wrap {
	flex-direction: column;
}

.section-wrap .list .Record-details .search-wrap {
	flex-direction: row;
	justify-content: space-between;
	background-color: #fff;
	padding: 0;
	gap: 5px;
	width: 100%;
}

.Record-details {
	display: flex;
	flex-direction: column;
	background-color: #fff;
	gap: 6px;
	padding: 5px 10px;
	border-bottom: 1px solid #ddd;
}

.record-inp {
	overflow: hidden;
	height: 100%;
}

.clinicroundlist-left-group {
	display: flex;
	flex-direction: column;
	padding: 5px 10px;
}

.record-group {
	display: flex;
	gap: 5px;
	align-items: flex-start;
	line-height: 1.4;
	font-size: 12px;
	flex: 1;
}

.record-search-title {
	min-width: fit-content;
	font-weight: bold;
}

.record-group2 {
	display: flex;
	gap: 20px;
	align-items: center;
	width: 49%;
}

.record-group2 .cpg-name, .search-datepicker {
	width: 100%;
}

.record-group2 .record-search-title {
	font-weight: 500;
	font-size: 13px;
	color: #898989;
	width: auto;
	min-width: auto;
	white-space: nowrap;
}

.record-group .num {
	width: 100%;
	word-break: break-all;
}

.clinicHistoryOne-list {
	overflow-y: auto;
	background-color: #edf3ff;
	height: 100%;
	flex-direction: column;
	font-size: 12px;
	display: flex;
	padding: 5px;
}

.clinicHistoryOne-records {
	display: flex;
	gap: 5px;
	align-items: center;
	background-color: #edf3ff;
	width: 100%;
	padding-bottom: 5px;
}

.clinicHistoryOne-records:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.clinicHistoryOne-records.s, .clinicHistoryOne-records.a {
	height: 100%;
	min-height: 20%;
}

.clinicHistoryOne-records.o, .clinicHistoryOne-records.p {
	flex: 2;
	height: 100%;
	min-height: calc(30% - 10px);
}

.item-clinicHistoryOne h5 {
	font-size: 24px;
	color: #FF9200;
	font-weight: bold;
}

.quick-btn-group {
	display: flex;
	flex-direction: column;
	gap: 5px;
	overflow: auto;
	padding-right: 5px;
	display: none;
}

.item-clinicHistoryOne {
	min-width: 121px;
	text-align: center;
	display: flex;
	height: 100%;
	flex-direction: column;
	gap: 5px;
	align-items: center;
	justify-content: center;
	border: 1px solid #ddd;
	border-radius: 5px;
	background-color: #fff;
	text-align: center;
}

.clinicHistoryOne-list .btn_navy {
	border: 1px solid #c7cfe3;
	padding: 4px 8px;
	border-radius: 5px;
	color: #2a3c66;
	font-size: 11px;
	background-color: #e1e8fa;
	width: 100px;
}

.clinicHistoryOne-list .btn_navy:hover {
	background-color: #132058;
	color: #fff;
}

.clinicHistoryOne-history .text-area, .clinicHistoryOne-history .textarea-wrap
	{
	width: 100%;
}
/*기록입력화면*/
.search-wrap-group {
	display: flex;
	gap: 10px;
	padding: 5px;
	background-color: #fff;
	border-bottom: 1px solid #ddd;
}

.search-wrap.clinicRight-search-wrap {
	padding: 0;
	width: 90%;
	gap: 0;
	justify-content: space-between;
}

.algorithm::before {
	content: '';
	display: block;
	width: 32px;
	height: 32px;
	background-color: #898989;
	mask-position: center center;
	-webkit-mask-position: center center;
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	mask-size: 80% auto;
	-webkit-mask-size: 80% auto;
	mask-image: url(../images2/icon/carbon_flow.svg);
	-webkit-mask-image: url(../images2/icon/carbon_flow.svg);
}

.search-wrap .group>span:nth-last-child(1) {
	margin-right: 0;
	padding: 0;
}

.block-wrap .template, .block-wrap .emr {
	width: 100%;
	gap: 10px;
	height: 100%;
}

.block-wrap {
	overflow: auto;
}

/*차트번호~항목별진료기록*/
.header-bottom {
	display: flex;
	flex-direction: column;
	border-radius: 5px;
	background-color: #fff;
	padding: 5px 10px;
	gap: 5px;
}

.header-bottom .patient-wrap {
	display: flex;
	align-items: center;
	gap: 10px;
}

.header-bottom .patient-code {
	display: flex;
	gap: 10px;
	align-items: center;
	color: #ffffff;
}

.header-bottom .patient-code label {
	cursor: pointer;
	opacity: 0.8;
	font-size: 12px;
	font-weight: 500;
	min-width: 50px;
	max-width: 50px;
	width: 100%;
}

.header-bottom .patient-code .patient-search {
	position: relative;
	background-color: #ffffff;
	border-radius: 5px;
	overflow: hidden;
	display: flex;
	align-items: center;
	min-width: 230px;
	max-width: 230px;
	width: 100%;
	border: solid 1px #cdcdcd;
}

.header-bottom .patient-code .patient-search input {
	border: none;
	border-radius: 0;
	width: 100%;
	padding-right: 45px;
}

.header-bottom .patient-code .patient-search button {
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	display: flex;
	width: 24px;
	height: 24px;
	background-color: #132058;
	mask-position: center center;
	-webkit-mask-position: center center;
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	mask-size: 80% auto;
	-webkit-mask-size: 80% auto;
	mask-image: url('../images/icon/search_icon.svg');
	-webkit-mask-image: url('../images/icon/search_icon.svg');
}

.header-bottom .patient-code>button {
	display: flex;
	justify-content: center;
	align-items: center;
	border: solid 1px #132058;
	color: #000;
	border-radius: 5px;
	padding: 0 15px;
	height: 32px;
	min-width: 110px;
	max-width: 110px;
	width: 100%;
}

.header-bottom .patient-code>button.btn {
	background-color: #132058;
	color: #fff;
}

.header-bottom .patient-code>button.reload-btn {
	gap: 7px;
	padding-left: 13px;
	min-width: 32px;
	max-width: 32px;
	width: 100%;
	color: #fff;
	padding: 0;
}

.header-bottom .patient-code>button.reload-btn:before {
	content: '';
	width: 12px;
	height: 12px;
	background-color: #ffffff;
	mask-position: center center;
	-webkit-mask-position: center center;
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	mask-size: 100% auto;
	-webkit-mask-size: 100% auto;
	mask-image: url('../images/icon/rotate-right.svg');
	-webkit-mask-image: url('../images/icon/rotate-right.svg');
}

.header-bottom .patient-code>button.disabled, .header-bottom .quick-wrap button.disabled
	{
	border-color: rgba(255, 255, 255, 0.3);
	color: rgba(255, 255, 255, 0.3);
	background-color: #132058;
}

.disabled button:hover {
	border: 1px solid #fff;
	color: #000;
	opacity: 0.8;
	cursor: not-allowed;
}

.header-bottom .patient-info {
	display: flex;
	gap: 15px;
	align-items: center;
}

.header-bottom .patient-info-table {
	border: 1px solid #ddd;
	font-size: 12px;
	background-color: #f2f2f2;
	border-radius: 5px;
}

.header-bottom table th, .header-wrap .header-bottom table td {
	color: #132058;
	padding: 4px 5px;
	font-size: 13px;
	text-align: left;
}

.header-bottom table th {
	opacity: 0.8;
	padding-right: 5px;
}

.header-bottom table td {
	padding: 8px 10px;
}

.header-bottom .quick-wrap {
	display: flex;
	align-items: center;
	gap: 10px;
}

.header-bottom .quick-wrap button {
	display: flex;
	justify-content: center;
	align-items: center;
	border: solid 1px #ffffff;
	color: #ffffff;
	border-radius: 5px;
	padding: 0 20px;
	height: 32px;
}

/*시술*/
.clinicitemprocedures-wrap {
	width: 100%;
	display: flex;
	gap: 5px;
	max-height: calc(100% - 27px);
	padding: 5px 0;
}

.clinicitemprocedures-left {
	width: 50%;
	overflow-y: auto;
	background-color: #fff;
	height: 100%;
	flex-direction: column;
	display: flex;
	gap: 10px;
}

.procedures-title {
	font-weight: 400;
	color: #000;
	font-size: 13px;
	display: flex;
	align-items: center;
	min-width: 81px;
	border-right: 1px solid #ddd;
	justify-content: center;
}

.procedures-title span {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

.item-wrap {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 7px;
	/*     max-height: 120px; */
	overflow: auto;
	padding: 5px;
	line-height: 1.4;
	height: auto;
	font-size: 12px;
	width: 100%;
	border: 1px solid #ddd;
	border-radius: 5px;
}

.item-text {
	display: flex;
	min-width: max-content;
	padding-left: 20px;
	position: relative;
	cursor: pointer;
	line-height: 1.4;
}

.procedures-select {
	display: flex;
	align-items: center;
	width: 200px;
}

.clinicitemprocedures-itemWrap {
	display: flex;
	flex-direction: column;
	border: 1px solid #ddd;
}

.clinicitemprocedures-left .procedures-inp {
	min-width: 50%;
}

.clinicitemprocedures-left .procedures-select {
	width: calc(100% - 30px);
	gap: 3px;
}

.procedures-icon {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 5px;
	width: calc(100% - 80px);
	margin: 0 0px 0 80px;
	border-left: 1px solid #ddd;
	gap: 5px;
	padding-top: 0;
}

.procedures-icon.margin-w {
	margin: 0 auto;
	width: 100%;
	border: none;
}

.clinic-procedures {
	display: flex;
	word-break: normal;
	border-top: 1px solid #ddd;
}

.clinic-procedures:first-child {
	border-top: none;
}

.sel-inp-2 {
	display: flex;
	gap: 10px;
	width: 100%;
}

.procedures-inp {
	width: 100%;
	display: flex;
	gap: 10px;
}

.acupoint-particular .procedures-inp:first-child {
	gap: 0px;
}

.procedures-inp span {
	display: flex;
	align-items: center;
}

.clinicitemprocedures-right hr {
	border-top: 1px solid #132058;
	display: flex;
	width: 100%;
	margin: 0;
}

.clinicitemprocedures-right {
	width: 55%;
	height: 100%;
	display: flex;
	flex-direction: column;
	gap: 10px;
	background-color: #fff;
	border: 1px solid #ddd;
	padding: 5px;
}

.clinicitemprocedures-tab {
	display: flex;
	flex-wrap: nowrap;
}

.clinicitemprocedures-tab .hover {
	color: #ff9200;
	line-height: 0.9;
	z-index: 999;
	border-bottom: 1px solid #ff9200;
}

.clinicitemprocedures-tab button {
	cursor: pointer;
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
	color: #132058;
	width: 16.7%;
	border-bottom: 1px solid;
}

.clinicitemprocedures-tab button:hover {
	transform: scale(1);
	z-index: 999;
	border-bottom: 1px solid #ff9200;
	color: #ff9200;
}

.clinicitemprocedures-radio {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
}

.acupoint th {
	color: #fff;
}

.clinicitemprocedures-radio input[type="radio"]+label.text {
	padding-right: 0px;
	padding-left: 20px;
}

.clinicitemprocedures-radio .text span {
	line-height: 1.4;
	font-size: 12px;
}

.clinicitemprocedures-radio input[type="radio"]+label::before {
	width: 15px;
	height: 15px;
}

.acupoint {
	width: 100%;
	border-collapse: collapse;
	display: inline-flex;
	flex-direction: column;
}

.acupoint .title-headers {
	background-color: #2a3c66;
	font-weight: bold;
	border-top: 1px solid #898989;
}

.acupoint .acupoint-text:hover {
	color: #ff9200;
}

.tooltiptext pre {
	line-height: 1.4;
	white-space: break-spaces;
}

.acupoint th, .acupoint td {
	border-bottom: 1px solid #898989;
	border-right: 1px solid #898989;
	border-left: 1px solid #898989;
	border-collapse: collapse;
	width: calc(100%/ 14);
	height: 36px;
	text-align: center;
	vertical-align: middle;
	font-size: 11px;
	cursor: pointer;
}

.acupoint .select-on {
	background-color: #ff9200;
	color: #fff;
	font-weight: bold;
}

.select-on .acupoint-text:hover {
	color: #fff;
}

.select-on {
	color: #ff9200;
	font-weight: bold;
}

.acupoint tbody {
	display: block;
	max-height: 100%;
	width: 101%;
	overflow: auto;
	padding-right: 1%;
	scrollbar-gutter: stable;
}

.acupoint thead, .acupoint tbody tr {
	display: table;
	table-layout: fixed;
	width: 100%;
}

.clinicitemprocedures-acupoint thead {
	width: 99%;
}

.select-option, .select-inp {
	width: 100%;
	height: 25px;
}

.acupoint-particular {
	display: flex;
	flex-direction: column;
	gap: 5px;
	overflow: auto;
	padding: 5px;
	width: 100%;
	max-height: 100%;
	scrollbar-gutter: stable;
	background-color: #fff;
	font-size: 12px;
}

.clinicitemprocedures-acupoint {
	width: 100%;
	display: flex;
	max-height: max-content;
	scrollbar-gutter: stable;
	overflow: auto;
	height: 100%;
	background-color: #fff;
}

.acupoint-particular-list {
	display: flex;
	width: 100%;
	max-height: 100%;
	overflow: auto;
	height: 30%;
}

.clinicitemprocedures-radio .text span:hover {
	color: #ff9200;
}

.clinicitemformula_tab {
	display: flex;
	flex-direction: column;
	max-height: 100%;
	overflow: auto;
	padding: 5px;
	height: 100%;
	gap: 5px;
}

.clinicitemformula_tab .item-wrap {
	overflow: visible;
	max-height: 100%;
}

.clinicItemformula {
	display: flex;
	flex-direction: column;
	width: 100%;
	border-radius: 5px;
	overflow: hidden;
	gap: 5px;
	height: 100%;
}

.clinicItemformula-tab {
	display: flex;
	align-items: center;
	padding: 0 5px;
}

.formula-tablinks {
	width: 25%;
	border-bottom: 1px solid #132058;
	padding: 5px;
	color: #132058;
}

.clinicItemformula-tab .hover {
	color: #ff9200;
	border-bottom: 1px solid #ff9200;
}

.formula-tablinks:hover {
	color: #ff9200;
	border-bottom: 1px solid #ff9200;
}

.formula-tabbutton {
	display: flex;
	align-items: flex-end;
	border-bottom: 1px solid #ddd;
}

.formula-tabbutton button {
	display: flex;
	border-bottom: none;
	border-radius: 5px 5px 0 0;
	background-color: #f3f3f3;
	color: #898989;
	font-size: 12px;
	font-weight: 500;
	margin-left: 0px;
	align-items: center;
}

.formula-tabbutton button.on {
	background-color: #ffffff;
	color: #333333;
}

.formula-tabbutton .button-plus {
	padding: 5px 5px 4px 5px;
	border: solid 1px #cdcdcd;
	border-bottom: none;
	border-radius: 5px 5px 0 0;
}

.formula-tabbutton span.on {
	background-color: #ffffff;
	color: #333333;
	margin-bottom: -1px;
	padding-bottom: 6px;
}

.formula-tabbutton .list-button button::after {
	content: '';
	display: inline-block;
	width: 15px;
	height: 15px;
	background-color: #898989;
	mask-position: center center;
	-webkit-mask-position: center center;
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	mask-size: 80% auto;
	-webkit-mask-size: 80% auto;
	mask-image: url(../images/icon/cross-small.svg);
	-webkit-mask-image: url(../images/icon/cross-small.svg);
}

.formula-tabbutton .list-button {
	display: flex;
	padding: 5px;
	border: solid 1px #cdcdcd;
	border-bottom: none;
	border-radius: 5px 5px 0 0;
	background-color: #f3f3f3;
	color: #898989;
	font-size: 12px;
	font-weight: 500;
	margin-left: 0px;
	align-items: center;
}

.formula-tabbutton .on::after {
	background-color: #000;
}

.formula-tabbutton .button-plus::after {
	content: '';
	display: inline-block;
	width: 15px;
	height: 15px;
	background-color: #898989;
	mask-position: center center;
	-webkit-mask-position: center center;
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	mask-size: 100% auto;
	-webkit-mask-size: 100% auto;
	mask-image: url(../images/icon/plus-small.svg);
	-webkit-mask-image: url(../images/icon/plus-small.svg);
}

.clinicitemformula_tab_wrap {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.clinicitemformula-wrap {
	display: flex;
	gap: 5px;
}

.clinicitemformula-wrap-tab4 {
	display: flex;
	gap: 5px;
	min-height: 360px;
	max-height: 460px;
}

.formula-left {
	display: flex;
	width: 25%;
}

.formula-left-tab4 {
	display: flex;
	width: 50%;
}

.formula-right {
	display: flex;
	width: 75%;
}

.formula-righ-tab4 {
	display: flex;
	width: 50%;
}

.formula-infor {
	display: flex;
	align-items: center;
	gap: 10px;
}

.formula-infor input {
	width: 100%;
	height: 25px;
	font-size: 12px;
}

.formula-procedures {
	width: 100%;
	border: 1px solid #ddd;
	padding: 5px;
	background-color: #fff;
	display: flex;
	flex-direction: column;
	gap: 5px;
	overflow: auto;
}

.formula-procedures>.formula-title, .formula-procedures-plus>.formula-title
	{
	font-weight: bold;
	color: #fff;
	font-size: 15px;
	display: flex;
	align-items: center;
	gap: 10px;
	width: 100%;
	text-align: center;
	justify-content: flex-start;
	background-color: #132058;
	padding: 5px;
	border-radius: 5px;
}

.formula-title {
	font-weight: bold;
	color: #000000;
	font-size: 15px;
	display: flex;
	align-items: center;
	gap: 10px;
	width: 100px;
	min-width: 100px;
	text-align: center;
	justify-content: center;
	font-size: 12px;
	border-right: 1px solid #ddd;
	font-weight: 400;
	flex-direction: column;
}

.formula-title p {
	font-size: 11px;
	font-weight: 400;
	color: #ff9200;
}

.formula-procedures-plus {
	display: flex;
	align-items: center;
	gap: 5px;
}

.formula-right-title {
	display: flex;
	align-items: center;
	gap: 10px;
	width: 100%;
}

.formula-right-title h3 {
	width: 46px;
	font-size: 15px;
	color: #898989;
	font-weight: bold;
}

.formula-right-title input {
	width: 100%;
	height: 25px;
}

.formula-search input {
	width: 100%;
	border: none;
	height: 25px;
}

.formula-sub-group {
	overflow: auto;
	display: flex;
	flex-direction: column;
	gap: 5px;
	height: 100%;
	max-height: 300px;
	min-height: 200px;
	scrollbar-gutter: stable;
}

.formula-left .formula-procedures .formula-search button,
	.formula-left-tab4 .formula-procedures .formula-search button {
	position: absolute;
	top: 50%;
	right: 5px;
	transform: translateY(-50%);
	display: flex;
	width: 20px;
	height: 20px;
	background-color: #132058;
	mask-position: center center;
	-webkit-mask-position: center center;
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	mask-size: 80% auto;
	-webkit-mask-size: 80% auto;
	mask-image: url(../images/icon/search_icon.svg);
	-webkit-mask-image: url(../images/icon/search_icon.svg);
}

.formula-search {
	position: relative;
	background-color: #ffffff;
	border-radius: 5px;
	display: flex;
	align-items: center;
	min-width: 100%;
	max-width: 100%;
	width: 100%;
	border: 1px solid #ddd;
}

.formula-sub {
	background-color: #fff;
	padding: 10px;
	border: 1px solid #ddd;
	border-style: dotted;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.formula-sub h5 {
	font-size: 15px;
	font-weight: bold;
	color: #2a3c66;
	width: 100%;
	justify-content: space-between;
	line-height: 1.4;
}

.formula-icon-group {
	display: flex;
	gap: 5px;
}

.formula-sub-list {
	display: flex;
	justify-content: space-between;
	width: 50%;
	word-wrap: break-word;
	gap: 5px;
	padding: 0 0 0 5px;
}

.formula-sub-item-group {
	display: flex;
	gap: 5px;
}

.formula-sub-item {
	width: 100%;
	display: flex;
	font-size: 12px;
	flex-direction: column;
	gap: 10px;
}

.formula-sub-list:nth-child(even) {
	border-left: 1px solid #ddd;
}

.formula-right-search {
	width: 100%;
}

.formula-right-search-group {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}

.formula-right-search h5 {
	font-size: 15px;
	color: #2a3c66;
	font-weight: bold;
}

.formula-search-short {
	position: relative;
	background-color: #ffffff;
	border-radius: 5px;
	overflow: hidden;
	display: flex;
	align-items: center;
	border: solid 1px #cdcdcd;
}

.formula-right-search-groupweb {
	display: flex;
	gap: 5px;
}

.formula-search-short input {
	height: 25px;
	border: none;
}

.formula-right .formula-procedures .formula-search-short button {
	position: absolute;
	top: 50%;
	right: 5px;
	transform: translateY(-50%);
	display: flex;
	width: 20px;
	height: 20px;
	background-color: #132058;
	mask-position: center center;
	-webkit-mask-position: center center;
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	mask-size: 80% auto;
	-webkit-mask-size: 80% auto;
	mask-image: url(../images/icon/search_icon.svg);
	-webkit-mask-image: url(../images/icon/search_icon.svg);
}

.formula-op {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}

.formula-right-content .formula-op th, .formula-right-content .formula-op td
	{
	text-align: center;
	font-size: 12px;
	word-wrap: break-word;
	vertical-align: middle;
}

.formula-right-content .formula-op th:first-child,
	.formula-right-content .formula-op .td-item:first-child {
	text-align: left;
	padding: 3px;
	align-items: center;
}

.formula-right-content select {
	width: 100%;
	padding: 0;
	height: 23px;
	font-size: 13px;
	background-position: calc(100% - 3px) center;
}

.formula-right-content input {
	width: 100%;
	height: 23px;
	font-size: 12px;
	text-align: center;
	padding: 0;
	transition: height 0.3s ease;
	transform-origin: bottom;
}

.formula-right-content input:focus {
	text-align: left;
}

.formula-right-content .formula-op th {
	background-color: white; /* 배경색 설정 (필수) */
}

.formula-right-content {
	border-collapse: collapse;
	display: inline-flex;
	flex-direction: column;
	background-color: #fff;
	padding: 5px;
	border: 1px solid #ddd;
	border-style: dotted;
	max-height: 300px;
	min-height: 200px;
	overflow-y: auto;
	height: 100%;
	scrollbar-gutter: stable;
	padding-right: 10px;
}

.td-item {
	display: flex;
	gap: 3px;
	width: 100%;
	align-items: center;
	padding: 3px 5px;
}

.formula-op .title-headers {
	font-weight: bold;
	line-height: 1.4;
}

.formula-procedures-foot {
	width: 100%;
	border: 1px solid #ddd;
	background-color: #fff;
	display: flex;
	flex-direction: column;
}

.formula-procedures-item {
	border-bottom: 1px solid #ddd;
	display: flex;
}

.formula-procedures-item:last-child {
	border-bottom: none; /* 마지막 요소에는 보더 제거 */
}

.item-wrap-option {
	display: flex;
	align-items: center;
	gap: 5px;
	position: relative;
}

.item-wrap.groupse {
	border-bottom: 1px solid #ddd;
}

.item-wrap.groupse:last-child {
	border-bottom: none;
}

.item-wrap-rowgroup {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.item-wrap-option [type="radio"] {
	position: absolute;
}

.item-wrap-option [type="radio"]+label::before {
	content: '';
	position: absolute;
	top: 9px;
	left: 10px;
	transform: translate(-50%, -50%);
	display: inline-block;
	width: 15px;
	height: 15px;
	border: 1px solid #132058;
	border-radius: 3px;
	background-color: #ffffff;
}

.item-wrap-option input[type="radio"]:checked+label::after {
	content: '';
	position: absolute;
	top: 9px;
	left: 10px;
	transform: translate(-50%, -50%);
	width: 15px;
	height: 15px;
	background-color: #ff0000;
	border-radius: 100%;
	box-shadow: none;
	mask-position: 45% 35%;
	-webkit-mask-position: 45% 35%;
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	mask-size: 60% auto;
	-webkit-mask-size: 60% auto;
	mask-image: url(../images/icon/check.svg);
	-webkit-mask-image: url(../images/icon/check.svg);
}

.formula-procedures-item input[type="text"] {
	height: 25px;
	width: 100%;
}

.formula-procedures-item select {
	height: 25px;
}

.item-wrap-group {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.item-wrap-group input[type="number"] {
	width: 100px;
	height: 25px;
}

.item-wrap h3 {
	font-size: 15px;
	font-weight: bold;
	display: flex;
	width: 80px;
}

.item-wrap-group div {
	display: flex;
	gap: 3px;
}

.formula-procedures-plus .add {
	position: relative;
	top: auto;
	right: auto;
	transform: unset;
	display: inline-flex;
	min-width: 25px;
	height: 25px;
	justify-content: center;
	align-items: center;
	vertical-align: middle;
	border-radius: 3px;
	background-color: #2a3c66;
	margin-top: -1px;
}

.formula-procedures-plus .add::after {
	content: '';
	display: flex;
	width: 100%;
	height: 100%;
	background-color: #fff;
	mask-position: calc(40% + 0.7px) center;
	-webkit-mask-position: calc(40% + 0.7px) center;
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	mask-image: url(../images/icon/plus-small.svg);
	-webkit-mask-image: url(../images/icon/plus-small.svg);
	mask-size: 80% auto;
	-webkit-mask-size: 80% auto;
}

.ui-autocomplete li {
	cursor: pointer;
}

.text-result {
	border-bottom: 1px solid #898989;
	padding: 5px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
	font-size: 12px;
}

.item-text2 {
	display: flex;
	padding-bottom: 30px;
}

input[type="checkbox"]+.item-text2::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	transform: translate(15px, 25px);
	display: inline-block;
	width: 20px;
	height: 20px;
	border: 1px solid #cdcdcd;
	border-radius: 3px;
	background-color: #ffffff;
}

input[type="checkbox"]:checked+.item-text2::after {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	transform: translate(55%, 90%);
	width: 25px;
	height: 25px;
	background-color: #000;
	border-radius: 100%;
	box-shadow: none;
	mask-position: 45% 35%;
	-webkit-mask-position: 45% 35%;
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	mask-size: 60% auto;
	-webkit-mask-size: 60% auto;
	mask-image: url(../images/icon/check.svg);
	-webkit-mask-image: url(../images/icon/check.svg);
}

/*통계*/
.section-wrap .section.list.small {
	max-width: 400px;
}

.emr .tree-title b:before {
	content: '';
	position: absolute;
	top: 0.5px;
	left: -15px;
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: left 4.5px;
	background-size: 15px auto;
	background-image: url('../images2/icon/folder.svg/');
}

.emr .tree-title.open b:before, .emr .tree-title.open i, .emr .tree-title.active b:before,
	.emr .tree-title.active i {
	background-image: url('../images2/icon/folder-open-black.svg');
	background-size: 18px auto;
}

.detail-table.manage .recode-wrap .recode-view>div.emr-codetitle {
	border-bottom: 1px solid;
	flex-direction: column;
	gap: 0px;
	padding: 0;
}

.detail-table.manage .recode-wrap .recode-view .emrsub-title {
	padding: 10px;
	font-weight: bold;
	font-size: 13px;
}

.detail-table.manage .recode-wrap .recode-view>div .emrCodeSpan {
	max-width: 100%;
}

.detail-table.manage .recode-wrap .recode-view>div:last-of-type {
	border-top: none;
}

.detail-table table td select {
	min-width: 205px;
}

.SumoSelect {
	min-width: 30%;
	width: 100%;
}

.column-select {
	display: flex;
	justify-content: space-between;
}

.column-sub-select {
	display: flex;
	width: 10%;
	gap: 10px;
}

.text-area .clinicsurvey-tag:hover {
	color: #ff9200;
}

.text-area .clinicsurvey-tag i {
	font-weight: 600;
	color: #ff9200;
}

.text-area .clinicsurvey-tag span {
	font-size: 10px;
}

.clinicsurvey-list {
	line-height: 1.4;
	color: #7f8ca9;
	background-color: #e1e8fa;
	border-radius: 5px;
	padding: 3px;
	display: inline-flex;
	gap: .5rem;
	align-items: center;
	font-weight: 500;
	border: none;
	margin: 0;
	max-width: 100%;
	white-space: normal;
	width: max-content;
}

.close:after {
	content: "";
	display: flex;
	width: 6px;
	height: 6px;
	background-color: #7f8ca9;
	mask-image: url(../images2/icon_cancle.153971d6.svg);
	-webkit-mask-image: url(../images2/icon_cancle.153971d6.svg);
	mask-position: center center;
	-webkit-mask-position: center center;
	mask-size: 10px auto;
	-webkit-mask-size: 10px auto;
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
}

.clinicsurvey-tag {
	display: flex;
	align-items: center;
	gap: 5px;
	text-align: left;
	width: 100%;
	font-size: 12px;
}

.item-clinicHistor-group:first-child {
	padding: 0px;
}

.item-clinicHistor-group {
	display: flex;
	flex-direction: column;
	gap: 5px;
	padding: 10px 0;
}

.acupoint-group {
	display: flex;
	flex-direction: column;
	gap: 5px;
	font-size: 11px;
	margin-left: 10px;
	border: 1px solid #ddd;
	padding: 3px;
	border-radius: 5px;
	width: calc(100% - 20px);
}

.acupoint-group span {
	display: flex;
	gap: 5px;
}

.acupoint-group lable {
	min-width: 55px;
	display: flex;
}

/* 툴팁 텍스트 스타일 */
.tooltiptext {
	visibility: hidden;
	background-color: #555;
	color: #fff;
	text-align: left;
	border-radius: 5px;
	padding: 5px;
	position: fixed; /* 화면에 고정 */
	z-index: 1000;
	opacity: 0;
	transition: opacity 0.3s;
	font-size: 12px;
	line-height: 1.4;
	word-break: auto-phrase;
	font-weight: 300;
	pointer-events: none;
}

/* 툴팁 화살표 추가 */
.tooltiptext::after {
	content: "";
	position: absolute;
	top: 100%; /* 툴팁 아래쪽에 위치하도록 */
	left: 50%;
	transform: translateX(-50%);
	border-width: 5px;
	border-style: solid;
	border-color: #555 transparent transparent transparent;
}

/* 툴팁 텍스트 스타일 for clinicItemProceduresRight.jsp - 시술 table */
.tooltiptext2 {
	visibility: hidden;
	background-color: #555;
	color: #fff;
	text-align: left;
	border-radius: 5px;
	padding: 5px;
	position: fixed; /* 화면에 고정 */
	z-index: 1000;
	opacity: 0;
	transition: opacity 0.3s;
	font-size: 12px;
	line-height: 1.4;
	word-break: auto-phrase;
	font-weight: 300;
	pointer-events: none;
}

/* 툴팁 화살표 추가 for clinicItemProceduresRight.jsp - 시술 table */
.tooltiptext2::after {
	content: "";
	position: absolute;
	top: 100%; /* 툴팁 아래쪽에 위치하도록 */
	left: 50%;
	transform: translateX(-50%);
	border-width: 5px;
	border-style: solid;
	border-color: #555 transparent transparent transparent;
}

.group-hidden:empty {
	display: none;
}

/*테블릿*/
.menuTablet-web {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
}

.menuTablet-none {
	display: none;
}

.menuTablet {
	display: flex;
	flex-direction: column;
	gap: 10px;
	justify-content: space-between;
}

.search-number {
	display: flex;
	gap: 10px;
	align-items: center;
}

.search-menu-btn .btn {
	display: flex;
	justify-content: center;
	align-items: center;
	border: solid 1px #132058;
	color: #fff;
	border-radius: 5px;
	padding: 0 15px;
	height: 32px;
	min-width: 25%;
	max-width: 25%;
	width: 100%;
}

.search-menu-btn {
	display: flex;
	gap: 10px;
}

.menuTablet-web .group {
	display: flex;
	line-height: 1.4;
	align-items: center
}

.menuTablet .search-title {
	opacity: 0.8;
	padding-right: 5px;
	color: #2a3c66;
	white-space: pre;
	font-size: 12px;
}

.menuTablet .search-sub {
	padding-right: 15px;
}

.search-menu-btn .tablet-myCode {
	width: 100%;
}

.tablet-search {
	white-space: pre;
}

.occurrence-freetext {
	width: 50%;
	display: flex;
	min-height: 85px;
}
/*뎁스 색상*/
.blue-0 {
	color: #000;
	background-color: #f2f8fb;
}

/*
.blue-1{
	color:#0d33b3;
} 뎁스 색상 구분


.blue-2{
	color:#fff;
	background-color: #1a66cc;
}

.blue-3{
	color:#2699e6;
}뎁스 색상 구분 */
.blue-2 {
	color: #2a3c66;
	background-color: #e8f0fe;
}

.blue-4 {
	color: #000;
	background-color: #d3f0ff;
}

.gray-100 {
	color: #000;
	background-color: #f3f3f3;
}

.clinic-clinic-p {
	display: flex;
	width: 100%;
}

.clinicitem-p_1 .group {
	display: flex;
	align-items: center;
	gap: 5px;
}

.clinicitem-p_1 {
	display: flex;
	width: 100%;
	flex-direction: column;
	gap: 10px;
}

.clinic_p {
	display: flex;
	flex-direction: column;
}

.check-wrap_p span {
	display: flex;
	width: 100%;
	padding: 10px;
	white-space: pre-line;
	line-height: 1.4;
	font-size: 13px;
}

.check-wrap_p_data {
	display: flex;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
}

.check-wrap_p_data.none {
	width: 100%;
}

.check-wrap_p_data.none .check-wrap_p {
	border: none;
	width: 100%;
}

.check-wrap_p_data.none .check-wrap_p>div>span {
	justify-content: center;
}

.check-wrap_p_data:first-child {
	border-top: 1px solid #ddd;
}

.item-wrap-group .SumoSelect {
	min-width: auto;
	width: auto;
}

.item-wrap2{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 7px;
    overflow: auto;
    padding: 5px;
    line-height: 1.4;
    height: auto;
    font-size: 12px;
    width: 100%;
	border-bottom: 1px solid #ddd;
}

.item-wrap-group:has(label, div) {
	width: auto !important;
}

.item-wrap-group:has(input[type="text"]), .item-wrap-option:has(input[type="text"])
	{
	width: 100%;
}

.item-wrap-group label {
	flex-shrink: 0; /* label의 크기를 고정 */
	margin-right: 8px; /* label과 input 사이 간격 */
}

.item-wrap-group input {
	flex-grow: 1; /* input이 남은 공간을 차지 */
	width: 100%; /* 필요시 추가 */
	box-sizing: border-box; /* 패딩과 보더를 width에 포함 */
}

.clinicitem-p_1 .auto-input, .clinicitem-p_1 .auto-input input {
	width: 200px;
}

.td-checkbox input[type="checkbox"]+label::before {
	content: '';
	position: relative;
	top: 8px;
	left: 8px;
	transform: translate(-50%, -50%);
	display: inline-block;
	width: 20px;
	height: 20px;
	border: 1px solid #a4a4a4;
	border-radius: 3px;
	background-color: #ffffff;
}

.menu-wrap-mobile {
	display: none;
}

/*의안*/
.search-title-group {
	display: flex;
	gap: 30px;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.search-title-wrap {
	display: flex;
	align-items: center;
	gap: 10px;
}

.search-title-wrap-patient {
	width: 50%;
	margin: auto;
}

.search-title-wrap .patient-code {
	display: flex;
	gap: 10px;
	width: 100%;
}

.search-title-wrap span {
	white-space: nowrap;
	display: flex;
}

.patient-search {
	position: relative;
	display: flex;
	width: 100%;
}

.patient-search button {
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	display: flex;
	width: 24px;
	height: 24px;
	background-color: #132058;
	mask-position: center center;
	-webkit-mask-position: center center;
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	mask-size: 80% auto;
	-webkit-mask-size: 80% auto;
	mask-image: url(../images/icon/search_icon.svg);
	-webkit-mask-image: url(../images/icon/search_icon.svg);
}

table .highlight {
	background-color: #e9f1ff;
	font-weight: bold;
}

table .highlight th {
	background-color: #e9f1ff;
	color: #000;
	font-weight: bold;
}

.image-container {
	display: flex;
	gap: 10px;
	justify-content: flex-start;
	width: 100%;
	overflow-x: auto;
	padding-bottom: 10px;
}

.textarea-sp {
	white-space: pre-line;
	height: 100px;
	overflow: auto;
	line-height: 1.4;
}

.datail-wrap .detail-table {
	display: flex;
	flex-direction: column;
}

.opinion-title {
	display: flex;
	padding: 15px;
	background-color: #e9f1ff;
	font-weight: bold;
}

.opinion-comment {
	display: flex;
	flex-direction: column;
	gap: 15px;
	margin-bottom: 15px;
}

.opinion-container {
	display: flex;
	justify-content: space-between;
	gap: 5px;
}

.opinion-container .opinion-name {
	display: flex;
}

.opinion-container .but {
	display: flex;
	gap: 10px;
	max-width: 100px;
	min-width: 135px;
	flex: 1;
	justify-content: flex-end;
	align-items: flex-start;
}

.opinion-container .but button, .correction button, .correction2 button
	{
	font-weight: bold;
}

.doctor-id, .doctor-id2 {
	display: flex;
	gap: 5px;
}

.doctor-id:after, .doctor-id2:after {
	/* 	content: '｜'; */
	display: flex;
}

.doctor-id2:before {
	content: '└';
	display: flex;
}

.opinion-group {
	padding: 0 15px;
	line-height: 1.4;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.opinion-group2 {
	padding: 0px 30px;
	line-height: 1.4;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.opinion-group2 .opinion-container-detail {
	padding: 0 20px;
}

.correction {
	display: flex;
	gap: 10px;
	justify-content: end;
}

.correction2 {
	display: flex;
	gap: 10px;
	justify-content: end;
	padding: 0 20px;
}

.search-title-wrap .date-wrap .datepicker {
	width: 50%;
	min-width: auto !important;
}

.patient-search input {
	min-width: 100px;
	width: 100%;
}

.search-title-wrap .auto-input input {
	width: 100%;
	max-width: 200px;
}

.upload-container input {
	align-items: center;
	padding: 3px 3px;
	border: none;
}

.upload-container {
	display: flex;
}

.upload-container-file {
	display: flex;
	gap: 10px;
	flex-direction: column;
}

.manage-block .click-add {
	background-color: #e9f1ff;
	display: flex;
	border: solid 1px #ececec;
	width: 100%;
	height: 42px;
	border-radius: 5px;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	font-size: 15px;
}

.manage-block .click-add:before {
	content: '';
	display: flex;
	width: 25px !important;
	height: 25px !important;
	background-color: #132058;
	mask-position: center center;
	-webkit-mask-position: center center;
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	mask-size: 80% auto;
	-webkit-mask-size: 80% auto;
	mask-image: url(../images/icon/square-plus.svg);
	-webkit-mask-image: url(../images/icon/square-plus.svg);
	margin-right: 7px;
}

.treatment-progress {
	padding: 15px;
	display: flex;
	justify-content: space-between;
	font-size: 15px;
	background-color: #e9f1ff;
	border-bottom: 1px solid #dedede;
	border-top: 1px solid #dedede;
	font-weight: bold;
	align-items: center;
}

.treatment-progress .delete {
	width: 25px;
	height: 25px;
}

.member-group .manage-block {
	padding: 15px;
	background-color: #e1e8fa;
}

.manage-block span {
	font-size: 14px;
	font-weight: 500;
}

.member-add .patient-search button {
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	display: flex;
	width: 24px;
	height: 24px;
	background-color: #132058;
	mask-position: center center;
	-webkit-mask-position: center center;
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	mask-size: 80% auto;
	-webkit-mask-size: 80% auto;
	mask-image: url(../images/icon/search_icon.svg);
	-webkit-mask-image: url(../images/icon/search_icon.svg);
}

.member-add .patient-search {
	position: relative;
	background-color: #ffffff;
	border-radius: 5px;
	overflow: hidden;
	display: flex;
	align-items: center;
	min-width: 230px;
	max-width: 230px;
	width: 100%;
}

.member-add {
	display: flex;
	align-items: center;
	gap: 10px;
	justify-content: center;
}

.member-group {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.section .datail-wrap .detail-table table td {
	padding: 10px;
}

.image-box {
	width: 250px;
	height: 200px;
	border: 1px solid #ccc;
	border-radius: 5px;
	background-color: #f9f9f9;
	min-width: 250px;
	overflow-x: auto;
	padding: 5px;
	display: flex;
	gap: 5px;
	flex-direction: column;
	align-items: end;
}

.image-thumbnail, .video-thumbnail {
	width: 100%;
	display: flex;
	border-radius: 5px;
	max-height: 100%;
	max-width: fit-content;
	cursor: pointer;
}

.image-array {
	display: flex;
	max-height: 100%;
	justify-content: center;
	width: 100%;
}

pre {
	white-space: pre-wrap;
}

.btn.btn-delete {
	padding: 0 15px;
	font-weight: 500;
	height: 32px;
	line-height: 1;
	min-width: 82px;
	font-size: 12px;
	background-color: #ff0000;
	color: #fff;
	border-radius: 5px;
	border: 1px solid #ff0000;
}

.survey-wrap .survey-result input {
	text-align: right;
	width: 100%;
	border: 1px solid #ff9200;
	background-color: #fff0dd;
}

.check-wrap.vertical {
	flex-direction: column;
	align-items: flex-start;
}

.check-wrap {
	display: flex;
	gap: 5px 10px;
	align-items: center;
	flex-wrap: wrap;
}

.swiper-slide video {
	width: 100%;
	height: 100%;
}

.swiper {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.swiper {
	width: 100%;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
}

.swiper-slide {
	background-size: cover;
	background-position: center;
	    overflow: auto;
}

.mySwiper2 {
	height: 80%;
	width: 100%;
}

.mySwiper {
	height: 20%;
	box-sizing: border-box;
	padding: 10px 0;
}

.mySwiper .swiper-slide {
	height: 100%;
	opacity: 0.3;
	border: 1px solid #132058 !important;
	border-radius: 5px;
	cursor: pointer;
	font-size: 12px;
	display: flex;
	flex-direction: column;
	gap: 5px;
	width: 173.6px;
	margin-right: 10px;
}

.mySwiper .swiper-slide-thumb-active {
	opacity: 1;
}

.swiper-slide img {
	width: 100%;
	height: auto;
	text-align: center;
	display: flex;
	object-fit: contain;
}

.swiper-slide.play-img img {
	width: 50px;
	height: 50px;
}


