.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; 마우스 커서를 비활성화된 상태로 변경 */
}

.quick-menu {
	display: flex;
	width: 100%;
	align-items: center;
}

.quick-menu button {
	border: 1px solid #fff;
	border-radius: 5px;
	padding: 3px;
	margin-right: 5px;
}

.quick-menu button:hover {
	color: #ff9200;
	border: 1px solid;
	padding: 3px;
}

.quick-menu-title::after {
	content: "｜";
}

.quick-menu-title {
	display: flex;
}
/*네비 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);
}

/*네비끝*/
input[type="checkbox"] {
	position: fixed;
}

input[type="checkbox"]+label.text {
	padding-left: 25px;
}

.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-title {
	background-color: #f2f8fb;
	font-weight: bold;
	color: #000;
	font-size: 15px;
	display: flex;
	align-items: center;
	padding: 5px;
	border-radius: 5px;
}

.clinic {
	border-bottom: 1px solid #ddd;
	display: flex;
	flex-direction: column;
}

.check-hig {
	overflow: auto;
	max-height: 80px;
	min-height: 30px;
}

.text-with-underline {
	display: flex;
	width: 44%;
    justify-content: space-between;
}

.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 {
	color: #000;
	font-weight: 400;
	border-bottom: 1px solid #132058;
	display: flex;
	align-items: center;
	gap: 5px;
}

ol li:first-child {
	color: #ff9200;
	font-weight: bold;
	border-bottom: 1px solid #132058;
	display: flex;
	align-items: center;
	gap: 5px;
}

ol li::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: #BFBFBF; /* 선택된 체크박스 옆 텍스트 색상을 회색으로 변경 */
}

input[type="checkbox"]:checked+label::before {
	background-color: #fff;
}

input[type="checkbox"]:checked+label::after {
	content: '';
	position: absolute;
	top: 10px;
	left: 10px;
	transform: translate(-50%, -50%);
	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);
}

#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: 10px;
	left: 10px;
	transform: translate(-50%, -50%);
	display: inline-block;
	width: 18px;
	height: 18px;
	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;
}

.infor {
	display: flex;
	align-items: center;
}

.sub-icon {
	display: flex;
	align-items: center;
	gap: 3px;
	padding: 0 10px;
}

.indented-sub {
	display: flex;
	justify-content: space-between;
}

.sub-icon:last-child {
	padding-bottom: 10px;
}

.occurrence {
	font-size: 13px;
	display: inline-block;
	line-height: 1.3;
}

.recommendation {
	display: flex;
	align-items: center;
}

.recommendation::after {
	content: '*';
	color: #ff9200;
	font-size: 16px;
	font-weight: bold;
	margin-left: 3px;
	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);
} /* 정보 */



/* 툴팁 option */

.infor {
	position: relative;
	display: flex;
}

.infor:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}

/*
.infor:hover .tooltip-text {
	display: block; /* 마우스 오버 시 툴팁 표시 */
/*	bottom: 10px;
	left: 10px;
	visibility: visible;
}*/

/*.tooltip-text {
	display: none;
	position: absolute;
	background-color: #333;
	color: #fff;
	padding: 5px 10px;
	border-radius: 4px;
	font-size: 12px;
	white-space: nowrap;
	z-index: 999;
}*/



.tooltip-text {
    position: absolute;
    background-color: #333;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 12px;
    display: none;
    z-index: 1000;
    white-space: normal;  /* 텍스트 자동 줄바꿈 */
    word-wrap: break-word; /* 긴 단어가 자동으로 줄바꿈 되도록 */
    max-width: 200px; /* 툴팁의 최대 너비를 설정 (선택 사항) */
    line-height: 1.4;
    }
    

/* 툴팁 화살표 */
.tooltip-text::after {
    content: "";
    position: absolute;
    top: 100%; /* 화살표 위치 */
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 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;
}

button.delete {
	display: inline-flex;
	width: 18px;
	height: 18px;
	justify-content: center;
	align-items: center;
	vertical-align: middle;
	border: solid 1px #cdcdcd;
	border-radius: 3px;
	background-color: #ffffff;
	margin-top: -1px;
}

button.delete:before {
	content: '';
	display: flex;
	width: 100%;
	height: 100%;
	background-color: red;
	mask-position: calc(50% + 0px) center;
	-webkit-mask-position: calc(50% + 0px) center;
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	mask-size: 80% auto;
	-webkit-mask-size: 80% auto;
	mask-image: url(../images2/icon/x-lg.svg);
	-webkit-mask-image: url(../images2/icon/x-lg.svg);
}

.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: 5px;
	padding: 20px;
	height: 100%;
	width: 100%;
	overflow-y: hidden;
	line-height: 1.6;
	margin-bottom: 8px;
}

.history-inbox {
	display: flex;
    height: calc(100% - 23px);
	width: 100%;
	overflow-y: auto;
	line-height: 1.6;
	flex-direction: column;
}

.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: 37px;
}

.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;
}

/* 질문추가버튼 */
.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%;
	height: calc(100% - 95px);
}

/* 왼쪽 */
.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;
	padding: 10px;
	width: 100%;
	overflow: hidden;
	display: flex;
}

.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;
}

/*다중선택*/
.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: 20px;
	padding-left: 25px;
}

.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: 8px;
	background: #333;
	color: #fff;
	font-size: 14px;
    position: absolute;
    left: 60px;
}

.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;
}

/* 말풍선 1 */
.arrow_box1 {
	display: none;
	position: absolute;
	padding: 8px;
	left: 170px;
	top: -5px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background: #333;
	color: #fff;
	font-size: 14px;
	width: 170px;
	white-space: normal;
	line-height: 1.5;
	text-align: center;
}

.arrow_box1:after {
	border-top: 8px solid transparent;
	border-left: 0px solid transparent;
	border-right: 20px solid #333;
	border-bottom: 8px solid transparent;
	content: "";
	position: absolute;
	top: 7px;
	left: -12px;
}

span.s_icon:hover+p.arrow_box1 {
	display: block;
}

/* 말풍선 2 */
.arrow_box {
	display: none;
	position: absolute;
	padding: 8px;
	left: 57px;
	bottom: 32px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background: #333;
	color: #fff;
	font-size: 14px;
	white-space: normal;
	width: 185px;
	text-align: center;
	line-height: 1.5;
}

.arrow_box:after {
	position: absolute;
	top: 100%;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -10px;
	border-color: rgba(51, 51, 51, 0);
	border-bottom-color: #333;
	border-top: 10px solid #333;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 0px solid transparent;
	border-width: 10px;
	pointer-events: none;
	content: ' ';
}

span.s_icon:hover+p.arrow_box {
	display: block;
}

.section-wrap .section1:not(.list) {
	min-width: 60%;
}

.section-wrap .list .search-wrap{
	    flex-direction: column;
}

/*
	#clinic .list,
	#clinic .record-inp-section{
	    height: calc(100% - 83px);	
	} */
.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;
	padding: 0px;
	gap: 10px;
	height: 100%;
}

.section2 .section-title1 {
	font-size: 16px;
	font-weight: 500;
	position: relative;
	display: flex;
	gap: 5px;
	align-items: center;
}

/*진료항목 팝업 셀렉트-팀장님*/
.clinicItemCombie, .clinicItemSelect, .clinicItemProcedures {
	display: flex;
	flex-direction: column;
	width: 100%;
	border-radius: 5px;
	overflow: hidden;
	gap: 10px;
	height: 100%;
}

.clinicItemTree {
	display: flex;
	flex-direction: column;
	width: 100%;
	border-radius: 5px;
	overflow: hidden;
	gap: 10px;
	height: calc(100% - 77px);
}

.clinic-clinic-op {
	display: flex;
	flex-direction: column;
	gap: 10px;
	width: calc(100% - 5px);
}

.clinic-clinic-wrap {
	overflow-y: auto;
	background-color: #fff;
	height: calc(100% - 125px);
	display: flex;
    width: 100%;
}

.ch {
	display: flex;
	align-items: center;
	gap: 1px;
}

/*진료항목 팝업 및 설문지 공통*/
.cclinicItemSurveyList-screen-list {
	height: 50%;
}

.cclinicItemSurveyList-screen {
	display: flex;
	height: 100%;
}

.clinicItemTree-screen {
	display: flex;
	height: 40%;
}


.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;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.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: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 13px;
	cursor: pointer;
}

.over {
	color: #FF9200;
}

.chosen {
	background-color: #0079B7;
	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: #F2F8FB;
	border-radius: 5px;
}

.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: 14px;
	padding-left: 20px;
}

.clinicItemTree-optional-value {
	line-height: 1.4;
	border: 1px solid #ddd;
	border-radius: 5px;
	gap: 10px;
	background-color: #f2f8fb;
	height: 100%;
	overflow-y: auto;
	display: flex;
	flex-direction: column;
}

/*평가설문지-팝업*/
.clinicItemSurveyList {
	display: flex;
	flex-direction: column;
	width: 100%;
	border-radius: 5px;
	overflow: hidden;
	gap: 10px;
	height: 100%;
	margin-top: 10px;
}

.left-list-container {
	max-height: 100%; /* 리스트 컨테이너의 최대 높이 설정 */
	overflow-y: auto; /* 세로 스크롤 생성 */
	border-radius: 5px;
	width: 25%
}

.right-list-container {
	max-height: 100%;
	overflow-y: auto;
	width: 75%;
	background-color: #f2f8fb;
	border-radius: 5px;
}

.left-list-container li.sticky {
	position: sticky;
	top: 0;
	background-color: #ff9200;
	z-index: 10;
	padding: 10px;
	border-bottom: 1px solid #ddd;
	color: #fff;
	font-weight: bold;
	display: flex;
	align-items: center;
}

.left-list-container li {
	padding: 10px; /* 리스트 아이템 패딩 */
	background-color: #f4f8fa;
	color: #132058;
	cursor: pointer;
}

.right-list-container li {
	padding: 10px;
	list-style: disc;
	margin-left: 35px;
	text-indent: 0px;
	line-height: 1.4;
	    cursor: pointer;
}

.right-list-container li:hover {
	color: #ff9200;
}

.clinicItemSurveyList-optional-value {
	line-height: 1.8;
	height: 35%;
	overflow-y: auto;
}

.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: 30px;
}

.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;
	cursor: pointer;
}

.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;
}

.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;
}

.checkbox-table th {
	background-color: #E6F1F7;
	position: sticky; /* 헤더를 고정 */
	top: 0; /* 고정 위치를 상단으로 설정 */
	z-index: 1; /* 헤더가 내용 위에 오도록 설정 */
}

.checkbox-table td {
	font-size: 12px;
}

.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 {
	border-bottom: 1px solid #ddd;
	padding: 10px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.clinicItemTree-value:last-child {
	border-bottom: none;
}

.depth {
	margin-left: 30px;
}

.medical-records {
	display: flex;
	gap: 10px;
	background-color: #f2f8fb;
	padding: 10px;
	border-radius: 5px;
}

.clinicListItem {
	display: flex;
	flex-direction: column;
	width: 100%;
	border-radius: 5px;
	overflow: hidden;
	gap: 10px;
	height: 100%;
}

.medical-records-list {
	overflow-y: auto;
	background-color: #fff;
	height: calc(100% - 95px);
	display: flex;
	flex-direction: column;
	gap: 10px;
	border-radius: 5px;
}

.item-medical-records {
	height: 200px;
	overflow: auto;
	padding: 10px 0;
}

.no-data {
	display: flex;
	width: 100%;
	height: 100%;
	font-size: 20px;
	text-align: center;
	padding: 50px;
	justify-content: center;
}

.item-subject {
	display: flex;
	gap: 10px;
	line-height: 2;
	flex-direction: row;
	align-items: flex-start;
}

.left-item-subject {
	width: 70px;
	font-weight: bold;
	color: #000;
	font-size: 13px;
}

.right-item-subject {
	width: 200px;
	font-size: 12px;
	word-break: break-all;
}

.text-area {
	width: 100%;
	background-color: #fff;
	border-radius: 10px;
	border: 1.5px solid #ddd;
	border-style: dotted;
	height: 200px;
	min-height: 200px;
	line-height: 1.4;
	overflow-y: auto;
	overflow-x: hidden;
	font-size: 13px;
	word-wrap: break-word;
	padding: 10px;
	display: flex;
	flex-direction: column;
	gap: 3px;
}

.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;
	padding: 3px 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;
}

.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: #fff;
	padding: 10px;
	text-align: center;
}

.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: #f9fcff;
	padding: 0;
	gap: 0;
	width: 100%;
}

.Record-details {
	display: flex;
	flex-direction: column;
	padding: 10px;
	background-color: #f9fcff;
	gap: 0;
	border-radius: 5px;
}

.record-inp {
	overflow: hidden;
	height: 100%;
}

.clinicHistoryOne-history {
	gap: 10px;
}

.record-group {
	display: flex;
	gap: 10px;
	align-items: center;
	width: 30%;
	line-height: 1.4;
	font-size: 13px;
}

.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: 14px;
	color: #898989;
	padding: 8px 0;
	width: auto;
	min-width: auto;
	white-space: nowrap;
}

.record-search-title {
	font-weight: 500;
	font-size: 14px;
	color: #898989;
	padding: 8px 0;
	width: auto;
	min-width: auto;
	white-space: nowrap;
}

.record-group .num {
	width: 100%;
	word-break: break-all;
}

.clinicHistoryOne-list {
	overflow-y: auto;
	background-color: #F9FCFF;
	height: 100%;
	border: 1px solid #cdcdcd;
	border-radius: 5px;
	flex-direction: column;
	font-size: 12px;
	display: flex;
}

.clinicHistoryOne-records {
	display: flex;
	gap: 10px;
	align-items: center;
	padding: 10px;
}

.item-clinicHistoryOne {
	width: 10%;
	text-align: center;
	font-size: 24px;
	color: #FF9200;
	font-weight: bold;
}

/*기록입력화면*/
.clinicRight-search-wrap {
	justify-content: space-between;
	background-color: #f9fcff;;
	padding: 10px;
	gap: 10px;
}

.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;
}

.block-wrap {
	overflow: auto;
}

/*차트번호~항목별진료기록*/
.header-bottom {
	display: flex;
	flex-direction: column;
	gap: 10px;
	background-color: #fff;
	padding: 10px;
	margin-bottom: 10px;
	border-radius: 5px;
}

.header-bottom .patient-wrap {
	display: flex;
	align-items: center;
}

.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;
	padding: 3px;
	color: #000;
	opacity: 0.8;
	cursor: not-allowed;
}

.header-bottom .patient-info {
	display: flex;
	gap: 15px;
	align-items: center;
}

.header-bottom .patient-info:before {
	content: '';
	width: 1px;
	height: 24px;
	display: flex;
	border-radius: 2px;
	background-color: #ffffff;
	opacity: 0.8;
}

.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-right: 15px;
}

.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: 10px;
	max-height: calc(100% - 52px);
}

.clinicitemprocedures-left {
	width: 45%;
	overflow-y: auto;
	background-color: #fff;
	height: 100%;
	flex-direction: column;
	display: flex;
	gap: 10px;
	padding-right: 10px;
}

.procedures-title {
	background-color: #f2f8fb;
	font-weight: bold;
	color: #000;
	font-size: 15px;
	display: flex;
	align-items: center;
	padding: 5px;
	border-radius: 5px;
}

.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: 10px;
	max-height: 110px;
	overflow: auto;
	padding: 10px;
	line-height: 1.4;
}

.item-text {
	display: flex;
	min-width: 25px;
	padding-left: 25px;
	position: relative;
	cursor: pointer;
}

.procedures-select {
	display: flex;
	align-items: center;
	width: 200px;
}





.clinicitemprocedures-itemWrap{
	display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 10px;
}

.clinicitemprocedures-left .procedures-inp{
	width: 50%;
}

.clinicitemprocedures-left .procedures-select {
	width: 50%;
	gap: 3px;
}

.procedures-icon {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 10px;
}

.clinic-procedures {
	border-bottom: 1px solid #ddd;
	display: flex;
    flex-direction: column;   
    word-break: normal;
}

.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;
	width:97%;
}

.clinicitemprocedures-right {
	width: 55%;
	height: 100%;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.clinicitemprocedures-tab {
	display: flex;
	flex-wrap: nowrap;
		width:97%;
}

.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: 15px;
	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;
	width:97%;
}

.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: 13px;
}

.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 td:hover {
	color: #ff9200;
}

.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: 45px;
    text-align: center;
    vertical-align: middle;
    font-size: 13px;
    cursor: pointer;
}

.acupoint .select-on {
	background-color: #ff9200;
	color: #fff;
	font-weight: bold;
}

.acupoint .select-on:hover{
	color:#fff;
}

.select-on {
	color: #ff9200;
	font-weight: bold;
}

.acupoint tbody {
    display: block;
    max-height: 100%;
    /* width: 100%; */
    overflow: auto;
    /* scrollbar-gutter: stable; */
    /* padding-right: 1%; */
    width: calc(100% - 15px);
}

.acupoint thead, .acupoint tbody tr {
	display: table;
	table-layout: fixed;    
	width: 100%;
}

.clinicitemprocedures-acupoint thead {
    width: calc(100% - 22px);
}

.select-option, .select-inp {
	width: 100%;
	height: 25px;
}

.acupoint-particular {
	display: flex;
	flex-direction: column;
	gap: 5px;
	overflow: auto;
	padding: 0 5px 0 0;
	width: 100%;
	max-height: 100%;
}

.clinicitemprocedures-acupoint {
    width: 100%;
    display: flex;
    max-height: max-content;
    overflow: auto;
    height: 75%;
}

.acupoint-particular-list {
    display: flex;
    width: 100%;
    max-height: 100%;
    overflow: auto;
    height: 25%;
}

.clinicitemprocedures-radio .text span:hover {
	color: #ff9200;
}

.clinicitemformula_tab {
	display: flex;
	flex-direction: column;
	gap: 10px;
	max-height: calc(100% - 168px);
}

.clinicItemformula {
	display: flex;
	flex-direction: column;
	width: 100%;
	border-radius: 5px;
	overflow: hidden;
	gap: 10px;
	height: 100%;
}

.clinicItemformula-tab {
	width: 100%;
	display: flex;
	align-items: center;
}

.formula-tablinks {
	width: 25%;
	border-bottom: 1px solid #132058;
	padding: 10px;
	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;
	border-bottom: solid 1px #cdcdcd;
	align-items: flex-end;
}

.formula-tabbutton 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 button.on {
	background-color: #ffffff;
	color: #333333;
	margin-bottom: -1px;
	padding-bottom: 6px;
}

.formula-tabbutton .list-button::after {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	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 .on::after {
	background-color: #000;
}

.formula-tabbutton .button-plus::after {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	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-wrap {
	display: flex;
	gap: 10px;
	min-height: 400px;
}

.clinicitemformula-wrap-tab4 {
	display: flex;
	gap: 10px;
	min-height: 400px;
}

.formula-left {
	display: flex;
	width: 30%;
}

.formula-left-tab4 {
	display: flex;
	width: 50%;
}

.formula-right {
	display: flex;
	width: 70%;
}

.formula-righ-tab4 {
	display: flex;
	width: 50%;
}

.formula-infor {
	display: flex;
	align-items: center;
	gap: 10px;
}

.formula-infor input {
	width: 100%;
	height: 25px;
}

.formula-procedures {
	width: 100%;
	border: 1px solid #ddd;
	padding: 10px;
	border-radius: 5px;
	background-color: #f4f8fa;
	display: flex;
	flex-direction: column;
	gap: 10px;
	overflow: auto;
}

.formula-title {
	background-color: #2a3c66;
	font-weight: bold;
	color: #fff;
	font-size: 15px;
	display: flex;
	align-items: center;
	padding: 5px;
	border-radius: 5px;
	width: 100%;
	gap: 10px;
}

.formula-title p {
	font-size: 13px;
	font-weight: 400;
	color: #ff9200;
}

.formula-procedures-plus {
	display: flex;
	align-items: center;
	gap: 10px;
}

.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: 10px;
	height: 100%;
	padding-right: 10px;
}

.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-radius: 5px;
	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;
	display: flex;
	width: 100%;
	justify-content: space-between;
	line-height: 1.4;
}

.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: 13px;
	flex-direction: column;
	gap: 10px;
}

.formula-sub-list:nth-child(even) {
	border-left: 1px solid #ddd;
}

.formula-right-search {
	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;
}

.formula-search-short input {
	height: 25px;
}

.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: 13px;
	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;
}

.formula-right-content select {
	width: 100%;
	padding: 1px 3px;
	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;
}

.formula-right-content .formula-op th {
	position: sticky; /* 고정 헤더 */
	top: 0;
	background-color: white; /* 배경색 설정 (필수) */
	z-index: 1; /* 헤더가 tbody 위에 표시되도록 설정 */
}

.formula-right-content {
	border-collapse: collapse;
	display: inline-flex;
	flex-direction: column;
	background-color: #fff;
	padding: 0 10px 10px 10px;
	border-radius: 5px;
	border: 1px solid #ddd;
	border-style: dotted;
	max-height: 100%;
	overflow-y: auto;
	height: 100%;
}

.td-item {
	display: flex;
	gap: 3px;
	width: 100%;
	align-items: center;
	padding: 3px 5px;
}

.formula-op .title-headers {
	font-weight: bold;
	line-height: 2.5;
}

.formula-procedures-foot {
	width: 100%;
	border: 1px solid #ddd;
	padding: 10px;
	border-radius: 5px;
	background-color: #fff;
	display: flex;
	flex-direction: column;
	gap: 10px;
	overflow: auto;
	height: 100%;
}

.formula-procedures-item {
	border-bottom: 1px solid #ddd;
	display: flex;
	flex-direction: column;
}

.item-wrap-option {
	display: flex;
	align-items: center;
	gap: 5px;
}

.formula-procedures-item input[type="text"] {
	height: 25px;
	width: 100px;
}

.formula-procedures-item select {
	height: 25px;
}

.item-wrap-group {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.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: 21px;
	height: 21px;
	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;
}

.text-result {
	border-bottom: 1px solid #898989;
	padding: 5px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.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%;
}

.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: 5px;
    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%;
}

.item-clinicHistor-group{
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 10px 0;	
}


.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;
}