@font-face {
	font-family: GothicA1;
	src: url(../libs/font/GothicA1-Medium.ttf);
	font-weight: 400;
}

@font-face {
	font-family: GothicA1-bold;
	src: url(../libs/font/GothicA1-Bold.ttf);
	font-weight: 700;
}

@font-face {
	font-family: GothicA1-medium;
	src: url(../libs/font/GothicA1-Medium.ttf);
	font-weight: 500;
}

.iso19848-container {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: GothicA1;
}

.header {
	position: relative;
	z-index: 1;
	height: 88px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	background-color: rgba(20, 23, 31, 0.7);
	padding: 0 10%;
}

.header.not-main-header {
	background-color: #fff;
	padding: 0 40px;
	border-bottom: none;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
}

.header .logo-wrap {
	display: flex;
	align-items: center;
	margin-right: 100px;
}

.header .menu {
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: space-between;
}

.header .main-items {
	display: flex;
	align-items: center;
}

.header .right-item {
	display: flex;
	align-items: center;
}

.header .item {
	margin-right: 40px;
}

.header .item:last-child {
	margin-right: 0;
}

.header .item a {
	font-size: 16px;
	line-height: 1.5;
	text-align: center;
	color: #fff;
}

.header.not-main-header .item a {
	color: #13171e;
}

.header .item:hover a {
	color: #007afc;
	text-decoration: none;
}

.header .item.selected a {
	font-family: GothicA1-bold;
	color: #007afc;
	pointer-events: none;
}

.header .login-btn {
	width: 79px;
	height: 36px;
	padding: 5px 0;
	border-radius: 8px;
	border: solid 1px #416def;
	background-color: #ffffff;

	font-family: SpoqaHanSans;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
	text-align: center;
	color: #416def;
	margin-right: 60px;
}

/* main content */
.main-wrap {
	width: calc(100% - 323px);
	margin: 40px;
	border: 1px solid #d7dbe6;
	background-color: #fff;
}

.main-wrap .main-head {
	padding: 32px;
}

.main-wrap .title-wrap {
	display: flex;
	align-items: center;
}

.main-wrap .title-wrap .title {
	font-size: 24px;
	font-weight: 900;
	line-height: 1.5;
	color: #13171e;
	margin-right: 20px;
}

.main-wrap .title-wrap .route {
	font-family: GothicA1-bold;
	font-size: 14px;
	line-height: 1.5;
	color: #13171e;
}

.main-wrap .main-head .desc {
	font-size: 14px;
	line-height: 1.29;
	color: #6a6c7a;
	margin: 12px 0;
}

.main-wrap .search-wrap {
	display: flex;
	justify-content: flex-end;
}

.main-wrap .search-wrap input {
	width: 280px;
	height: 36px;
	border: solid 1px #d7dbe6;

	font-family: GothicA1;
	font-size: 14px;
	line-height: 1.5;
	color: #13171e;
	border-radius: 0;
}

.main-wrap .search-wrap input:focus {
	border-color: #2684ff;
}

/* sidebar common css */
.iso19848-sidebar {
	width: 323px;
	height: 100%;
	background-color: #f8f8f8;
	padding: 0 40px;
}

.iso19848-sidebar.show-add-sidebar {
	pointer-events: none;
}

.iso19848-sidebar .sidebar-title {
	font-family: GothicA1-bold;
	font-size: 16px;
	line-height: 1.5;
	color: #13171e;
	margin: 40px 0 32px 0;
}

.iso19848-sidebar .collapsed .arrow-btn img {
	transform: rotate(360deg);
}

.iso19848-sidebar .arrow-btn img {
	transform: rotate(180deg);
}

.iso19848-sidebar .main-menu {
	height: 14px;
	font-family: GothicA1-bold;
	font-size: 14px;
	line-height: 1.5;
	color: #001976;
	margin-bottom: 20px;
}

.iso19848-sidebar .main-menu.have-not-child {
	padding-left: 20px;
}

.iso19848-sidebar .main-menu:hover,
.iso19848-sidebar .main-menu.active {
	cursor: pointer;
}

.iso19848-sidebar .sub-menu.active,
.iso19848-sidebar .main-menu.have-not-child.active {
	color: #007afc;
	pointer-events: none;
}

.iso19848-sidebar .sub-menu {
	height: 14px;
	font-size: 14px;
	line-height: 1.5;
	color: #13171e;
	margin-bottom: 8px;
	padding-left: 20px;
}

.iso19848-sidebar .sub-menu:last-child {
	margin-bottom: 40px;
}

.iso19848-sidebar .sub-menu:hover {
	cursor: pointer;
	color: #007afc;
	text-decoration: underline;
}

/* popup */
.ui.popup {
	max-width: 295px;
	background: rgba(0, 0, 0, 1);
	padding: 8px 12px;
	border-radius: 8px;
}

.ui.popup > .header {
	height: 100%;
	font-family: SpoqaHanSans;
	font-size: 12px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
	text-align: left;
	color: #ffffff;
	background: rgba(0, 0, 0, 1);
	opacity: 1;
}

.ui.left.center.popup:before,
.ui.right.center.popup:before {
	background: rgba(0, 0, 0, 1);
}

.ui.popup .content {
	margin-top: 6px;
}

/* loading */
.ui.segment {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	background-color: rgba(255, 255, 255, 0.3);
	z-index: 999999;
}

/* modal */
.page-container .modal-content {
	padding: 30px;
}

.page-container .modal .modal-title {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
	color: #00112a;
	margin-bottom: 17px;
}

.page-container .modal .info {
	opacity: 0.6;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.42;
	color: #000;
	margin-bottom: 8px;
}

.page-container .modal .info.invalid {
	color: #ff0000;
}

.page-container .modal .input-wrap {
	margin-bottom: 20px;
}

.page-container .modal .input-wrap label {
	font-size: 12px;
	font-weight: bold;
	line-height: 1.42;
	color: #666;
	margin-bottom: 8px;
}

.page-container .modal .input-wrap input,
.page-container .modal .password-input-wrap input {
	width: 100%;
	height: 42px;
	border-radius: 4px;
	border: solid 1px #cfd1d8;
	padding-left: 10px;
	font-family: SpoqaHanSans;
}

.page-container .modal .input-wrap input:focus,
.page-container .modal .password-input-wrap input:focus,
.page-container .modal textarea:focus {
	border-color: #2684ff;
	outline: none;
}

.page-container .modal .input-wrap .invalid,
.page-container .modal .input-wrap .invalid:focus {
	background: rgba(255, 0, 0, 0.05);
	border-color: #ff0000;
}

.page-container .modal textarea {
	display: block;
	width: 100%;
	height: 112px;
	border-radius: 4px;
	border: solid 1px #d8d9d9;
	padding-left: 10px;
}

.page-container .modal-footer {
	padding: 0;
	border: none;

	display: flex;
	justify-content: flex-end;
	align-items: center;
	column-gap: 7px;
}

.page-container .modal-footer > * {
	margin: 0;
}

.page-container .modal-footer .btn-close {
	border-radius: 4px;
	padding: 10px 20px 10px 20px;
	border: solid 1px #9698a4;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.28px;
	color: #444c5c;
}

.page-container .modal-footer .btn-close:hover {
	background-color: #f2f2f2;
}

.page-container .modal-footer .btn-confirm {
	border-radius: 4px;
	padding: 10px 20px 10px 20px;
	background-color: #2684ff;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.28px;
	color: #fff;
}

.page-container .modal-footer .btn-confirm:hover {
	background-color: #416def;
}

.page-container .modal-footer .btn-confirm.disabled {
	background-color: rgba(38, 132, 255, 0.7);
	opacity: 1;
	pointer-events: none;
}

/* UPLOAD MODAL */
#uploadModal .upload-input-wrap {
	margin-bottom: 30px;
}

#uploadModal .upload-input-wrap label {
	position: relative;
	display: inline-block;
	width: auto;
	height: 42px;
	border: 1px solid #9698a4;
	border-radius: 4px;
	padding: 10px;
	margin: 0 0 0 3.5px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
}

#uploadModal .upload-input-wrap label:hover {
	background-color: #f2f2f2;
}

#uploadModal .upload-input-wrap .upload-input {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: -1;
}

#uploadModal .upload-input-wrap .upload-file-title {
	display: inline-block;
	width: calc(100% - 87px);
	height: 42px;
	border: 1px solid #cfd1d8;
	border-radius: 4px;
	padding: 10px;
	vertical-align: middle;
	opacity: 0.6;
	color: #000;

	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

#uploadModal .upload-input-wrap form {
	display: inline-block;
}

/* WARNING MODAL */
#warningModal .modal-body {
	padding: 0;
	font-size: 15px;
	line-height: 1.5;
	color: #00112a;
	margin: 15px 0;
}

#warningModal .modal-body .bold {
	font-weight: 600;
	word-break: break-all;
}

#deleteModal .modal-body {
	padding: 0;
	margin-bottom: 30px;
	font-size: 15px;
}

#deleteModal .modal-body > .red {
	color: #f00;
}
