@charset "utf-8";

html, body, .container {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.skip-wrap a {
	position: absolute;
	left: -3000%;
}

.skip-wrap a:focus {
	display: block;
	left: 0;
	top: 0;
	z-index: 10000;
	width: 100%;
	height: 30px;
	line-height: 30px;
	background-color: #333333;
	color: #ffffff;
	text-align: center;
	font-size: 14px;
}

.header-wrap {
	background-color: #132058;
	display: flex;
	flex-direction: column;
	padding: 10px 15px;
	gap: 10px;
	min-width: 1504px;
	position: relative;
}

.header-wrap .header-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

.header-wrap .header-top .menu-wrap {
	display: flex;
	gap: 20px;
	align-items: center;
}

.header-wrap .header-top .menu-wrap .menu-btn {
	display: flex;
	width: 24px;
	height: 24px;
	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('../images/icon/menu_icon.svg');
	-webkit-mask-image: url('../images/icon/menu_icon.svg');
}

.header-top .header-top-nav {
	display: flex;
	gap: 15px;
}

.header-wrap .header-top .logo {
	display: flex;
	width: 110px;
	height: 32px;
	background-image: url(../images2/nikom_1.svg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center;
}

.header-wrap .header-top .menu-wrap .menu-top {
	display: flex;
	gap: 30px;
}

.header-wrap .header-top .menu-wrap a {
	color: #ffffff;
	opacity: 0.6;
	font-weight: 500;
	position: relative;
	z-index: 99999;
}

.header-wrap .header-top .menu-wrap a:hover, .header-wrap .header-top .menu-wrap a.on
	{
	opacity: 1;
}

.header-top .menu-wrap:hover .fullmenu-wrap {
	display: flex;
	cursor: pointer;
}

.header-wrap .header-top .my-info {
	display: flex;
	gap: 20px;
	align-items: center;
	color: #ffffff;
}

.header-wrap .header-top .my-info p, .header-wrap .header-top .my-info span
	{
	display: flex;
	gap: 10px;
	align-items: center;
}

.header-wrap .header-top .my-info span+span:before {
	content: '';
	display: flex;
	height: 12px;
	width: 1px;
	background-color: #ffffff;
	border-radius: 2px;
	opacity: 0.8;
}

.header-wrap .header-top .my-info .mypage, .header-wrap .header-top .my-info .logout
	{
	display: flex;
	width: 24px;
	height: 24px;
	background-color: #ffffff;
	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;
}

.header-wrap .header-top .my-info .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;
}

.header-wrap .header-top .my-info button.mypage {
	mask-image: url('../images/icon/menu_icon.svg');
	-webkit-mask-image: url('../images/icon/mypage_icon.svg');
}

.header-wrap .header-top .my-info button.logout {
	mask-image: url('../images/icon/menu_icon.svg');
	-webkit-mask-image: url('../images/icon/logout_icon.svg');
}
/*
.header-wrap .header-bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header-wrap .header-bottom .patient-wrap {
	display: flex;
	align-items: center;
	gap: 20px;
}
.header-wrap .header-bottom .patient-code {
	display: flex;
	gap: 10px;
	align-items: center;
	color: #ffffff;
}
.header-wrap .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-wrap .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%;
}
.header-wrap .header-bottom .patient-code .patient-search input {
	border:none;
	border-radius: 0;
	width: 100%; 
	padding-right: 45px;
}
.header-wrap .header-bottom .patient-code .patient-search button {
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	display: flex;
	width: 24px;
	height: 24px;
	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('../images/icon/search_icon.svg'); 
	-webkit-mask-image: url('../images/icon/search_icon.svg');
}
.header-wrap .header-bottom .patient-code > button {
	display: flex;
	justify-content: center;
	align-items: center;
	border: solid 1px #ffffff;
	color: #ffffff;
	border-radius: 5px;
	padding: 0 15px;
	height: 32px;
	min-width: 110px;
	max-width: 110px;
	width: 100%;
}
.header-wrap .header-bottom .patient-code > button.reload-btn {
	gap: 7px;
	padding-left: 13px;
	min-width: 90px;
	max-width: 90px;
	width: 100%;
}
.header-wrap .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-wrap .header-bottom .patient-code > button.disabled,
.header-wrap .header-bottom .quick-wrap button.disabled {
	border-color: rgba(255,255,255,0.3);
	color: rgba(255,255,255,0.3);
	background-color: #395ad4;
}
.header-wrap .header-bottom .patient-info {
	display: flex;
	gap: 15px;
	align-items: center;
}
.header-wrap .header-bottom .patient-info:before {
	content: '';
	width: 1px;
	height: 24px;
	display: flex;
	border-radius: 2px;
	background-color: #ffffff;
	opacity: 0.8;
}
.header-wrap .header-bottom table th, .header-wrap .header-bottom table td{
	color: #ffffff;
	padding: 4px 5px;
	font-size: 12px;
	text-align: left;
}
.header-wrap .header-bottom table th {
	opacity: 0.8;
	padding-right: 5px;
}
.header-wrap .header-bottom table td {
	padding-right: 15px;
}
.header-wrap .header-bottom .quick-wrap {
	display: flex;
	align-items: center;
	gap: 10px;
}
.header-wrap .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;
}*/
.content-wrap {
	background-color: #f3f3f3;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.content-wrap:has(.user-main) {
	height: 100%;
}

.main-content {
	height: 100%;
}

.section-wrap {
	display: flex;
	gap: 5px;
	height: calc(100% - 52px);
}

.section-wrap.main-wrap {
	height: calc(100% - 124px);
}

.section-wrap .section {
	display: flex;
	flex-direction: column;
	width: 100%;
	background-color: #ffffff;
	border-radius: 5px 5px 0 0;
	overflow: hidden;
	overflow-y: auto;
	border: solid 1px #ddd;
	flex: 1;
}

.section-wrap {
	padding: 5px;
}

.tree-wrap-cpg-group {
	display: flex;
	flex-direction: column;
	gap: 5px;
	padding: 5px;
	height: calc(100% - 54px);
}

.section-wrap.main-wrap {
	padding: 0px;
}

.tooltip-text {
	background-color: #000;
	padding: 10px;
	color: #fff;
	border-radius: 5px;
	display: none;
}

.section-wrap .section.list {
	flex: 1;
	overflow: auto;
}

.section.record-inp-section {
	flex: 1.5;
}

.section-wrap .section>.section-form {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	overflow-y: hidden;
	flex: 1;
}

.section-wrap .section .section-title {
	font-size: 12px;
	font-weight: 500;
	position: relative;
	display: flex;
	gap: 5px;
	align-items: center;
	width: max-content;
}

.section-wrap .section .section-title: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('../images/icon/diagram-venn.svg');
	-webkit-mask-image: url('../images/icon/diagram-venn.svg');
	transform: rotate(180deg);
}

.section-wrap .section .section-title.sub {
	padding-left: 5px;
	padding-top: 20px;
	border-top: solid 1px #e9e9e9;
}

.section-wrap .section .section-title.sub:before {
	content: '';
	width: 12px;
	height: 12px;
	background-color: #395ad4;
	mask-position: center left;
	-webkit-mask-position: center left;
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	mask-size: 80% auto;
	-webkit-mask-size: 80% auto;
	mask-image: url(../images/icon/play.svg);
	-webkit-mask-image: url(../images/icon/play.svg);
	transform: unset;
}
/*.section-wrap .section.list {
	max-width: 700px;

.section-wrap .section:not(.list) {
	min-width: 60%;
}*/

/*.section-wrap .section.list.small {
	max-width: 400px;
}*/
.section-wrap .section .section-text {
	padding-left: 15px;
	line-height: 1.6;
}

.emr-sectiongroup {
	display: flex;
	flex-direction: column;
	width: 100%;
	background-color: #ffffff;
	border-radius: 5px;
	overflow: hidden;
	overflow-y: auto;
	border: solid 1px #ddd;
	flex: 1;
	padding: 5px 10px;
	gap: 5px;
}

.section-membergroup {
	display: flex;
	flex-direction: column;
	width: 100%;
	background-color: #ffffff;
	border-radius: 5px;
	overflow: hidden;
	overflow-y: auto;
	border: solid 1px #ddd;
	flex: 1;
	padding: 5px;
	gap: 5px;
}

.member-search-group {
	display: flex;
	flex-direction: column;
	gap: 5px;
	width: 100%;
}
/* 태블릿 */
.tablet {
	min-width: 767px;
}

.tablet .header-wrap, .tablet .content-wrap {
	min-width: auto;
}

.tablet .header-wrap .header-top .menu-wrap, .tablet .header-wrap .header-bottom .quick-wrap,
	.tablet .header-wrap .header-top .my-info button.mypage, .tablet .header-wrap .header-bottom .patient-info:before
	{
	display: none;
}

.tablet .header-wrap .header-top {
	justify-content: flex-end;
}

.tablet .section-wrap {
	height: 100%;
}

.tablet .section-wrap .section, .tablet .tree-wrap.survey {
	width: 100%;
	height: 100%;
}

.tablet .header-wrap .header-bottom .patient-info {
	position: absolute;
	top: 12px;
	left: 10px;
}