ul.tab-ul {
	padding: 0;
	margin: 0;
	overflow: hidden;
}
 
li.tab-ul {
	float: left;
	width: 100px;
	text-align: center;
	list-style: none;
	padding: 10px 0;
	margin-right: 10px;
	margin-bottom: 20px;
	cursor: pointer;
	background-color: #efefef;
}
 
li.selected {
	background-color: #6f42c1;
	color: #ffffff;
	font-weight: bold;
}

.c_box {
	background-color: rgb(255, 255, 255);
	width:170px;
	margin-bottom: 10px;
}

.c_title {
	text-align: center;
	font-size: 16px;	
}

.c_value {
	text-align: center;
	font-size: 25px;
	font-weight: bold;	
}

.myh4 {
	font-size: calc(1.275rem + .3vw);
	line-height: 1.2;
	/* margin-top: 15px; */
}

.readonly-style {
  background-color: #e9ecef;  /* 회색 배경 (부트스트랩과 유사) */
  color: #6c757d;             /* 텍스트 색도 흐리게 */
  pointer-events: none;       /* 클릭 및 포커스 방지 */
}

a.my1 {

}