:root {
	--color-pick-1: #272928;
	--color-pick-2: #263657;
	--color-pick-3: #D5D9E2;
	--color-pick-4: #EDEEEE;
	--color-pick-5: #555758;
	--color-pick-6: #797B7E;
	--color-pick-7: #F6F9FF;
	--color-pick-8: #C5C5C5;
	--commin-line-height: 24px;
}

.mhuItem-popup-form {
	margin-top: 28px;
}

.mhuItem-popup-form .mhuFormControlCheckGroup-root {
	margin-top: -6px;
	margin-bottom: -6px;
}

.mhuItem-popup-form .mhuFormControlCheckGroup-root .mhuFormControlCheck-root {
	margin-top: 6px;
	margin-bottom: 6px;
}

.mhuItem-popup-form>.mhuRow-root {
	margin-bottom: 32px;
}

.mhuModalHeader-subtitle {
	color: var(--color-pick-5);
}

/*.mhuModal--contactus{
	display: block;
}
.mhuModal-root > div > div > * {
	opacity: 1;
}*/
.mhuItem-agree-check a {
	margin: 0 4px;
	color: var(--color-secondary);
}

body {
	font-size: 16px;
	font-family: 'Noto Sans SC', 'Microsoft YaHei', Pretendard, sans-serif;
	color: #4e504f;
}

body * {
	font-family: 'Noto Sans SC', 'Microsoft YaHei', Pretendard, sans-serif !important;
}

.btn {
	padding: 7.6px 8px;
	border: none;
	font-size: 14px;
	text-decoration: none;
	cursor: pointer;
	display: inline-block;
	/*border-radius: 5px;*/
	text-align: center;
	height: 36px;
	line-height: 36px;
}

.btn+.btn {
	margin-left: 8px;
}

.box-shadow {
	box-shadow: 2px 3px 3px #B0B0B0;
}

.btn-small {
	padding: 9.6px 12px;
	border: none;
	font-size: 14px;
	text-decoration: none;
	line-height: 1.2;
	cursor: pointer;
	display: inline-block;
	border: 0;
}

.btn-search-small {
	padding: 3px 8px;
	border: none;
	font-size: 12px;
	text-decoration: none;
	line-height: 1.2;
	cursor: pointer;
}

.btn-small+.btn-small {
	margin-left: 6px;
}

.btn-black-link {
	color: #707070;
}

.btn-grey-link {
	color: #777777
}

.btn-green {
	background: #00ce7c;
	color: #ffffff;
	border: 1px solid #00ce7c;
	/*height: 34px;*/
}

.btn-gray {
	background: #a3a9b3;
	color: #ffffff;
}

.btn-green * {
	color: #ffffff;
}

.btn-green-outline {
	border: 1px solid #00ce7c;
	background: white;
	color: #00ce7c;
	margin-right: 10px;
	/*height: 34px;*/
}

.btn-green-outline>* {
	color: #00ce7c;
}

.btn-top-header {
	background: white;
	color: #707070;
	font-size: 12px;
	line-height: 20px;
	margin-right: 0;
	text-decoration: none;
	padding: 0 7px;
}

.btn-top-header:hover {
	text-decoration: underline;
}

.a_link {
	text-decoration: none;
}

.boardList th {
	border-top: 2px solid #D5D9E2;
	border-bottom: 1px solid #D5D9E2;
}

.boardList td {
	border-bottom: 1px solid #EAECF0;
	height: 43px;
	font-size: 16px;
	color: #120537;
}

.table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	margin: 20px 0;
}

.table table {
	width: 100%;
}

.table thead {
	background: #F9F9F8;
	text-align: center;
	border-top: 2px solid #D5D9E2;
}

.table th {
	padding: 10px 10px;
}

.table td {
	padding: 7px 7px;
}

.table tr {
	text-align: left;
	border-bottom: 1px solid #EEEEEE;
}

.table th+th {
	border-left: 1px solid #EEEEEE;
}

.table td+td {
	border-left: 1px solid #EEEEEE;
}

.table tbody tr:last-child {}

.ck-list-row tr:hover {
	background: #f9f9fb;
}

.title {}

.header-title {
	height: 40px;
	font-size: 40px;
	line-height: 1;
	font-family: 'Noto Sans SC', 'Microsoft YaHei', Pretendard, sans-serif;
	display: inline-block;
	text-align: center;
	margin-bottom: 45px;
	font-weight: 500;
	color: #000000;
}

.close {
	cursor: pointer;
	background: #A3A9B3;
	padding: 8px 12px;
	font-size: 14px;
	font-weight: 500;
	color: #FFFFFF;
}

.close-btn-radius {}

.close-btn::after {
	content: "\0000D7";
	display: inline-block;
	background: #959595;
	height: 26px;
	width: 26px;
	text-align: center;
	line-height: 26px;
	font-size: 20px;
	font-weight: bold;
	color: white !important;
	border-radius: 5px;
	cursor: pointer;
}

.loading-img {
	width: 60px;
	height: 60px;
	animation: rotate 0.8s infinite linear;
	border-right-color: transparent;
	background-image: url("/common/img/loading.png");
	margin: 0 auto;
}

.header-area {
	font-size: 40px;
	font-weight: 500;
	background: url('img/copymon_header_blue.png') no-repeat center;
	background-size: cover;
	height: 120px;
	line-height: 115px;
	color: #120537;
	margin-bottom: 50px;
}

.header-area.en * {
	font-family: 'Noto Sans SC', 'Microsoft YaHei', Pretendard !important;
}

.header-box {
	width: 1000px;
	margin: 0 auto;
	text-align: center;
}

@keyframes rotate {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.btnS {
	padding: 0 6px;
	height: 24px;
	font-size: 14px;
	line-height: 24px;
}

.btnM {
	padding: 0 12px;
	height: 36px;
	font-size: 14px;
	line-height: 36px;
}

.btnL {
	padding: 0 12px;
	height: 48px;
	font-size: 16px;
	line-height: 48px;
}

.tableS {
	height: 34px;
	font-size: 12px;
	color: #120537;
}

.tableM {
	height: 45px;
	font-size: 14px;
	color: #120537;
}

.tableL {
	height: 63px;
	font-size: 14px;
	color: #120537;
}

.tableBold {
	font-weight: Bold;
}

.deleteIcon {
	background: url("img/trash_icon.png") !important;
	width: 48px;
	height: 36px;
}

.deleteIcon:hover {
	background: url("img/trash_hover_icon.png") !important;
}

.search_icon {
	position: absolute;
	right: 10px;
	top: 12px;
	cursor: pointer;
}

.btn.btn-square {
	padding: 0 18px;
	height: 40px;
	border: 1px solid var(--color-primary);
	background: var(--color-primary);
	line-height: 2.1;
	transition: background-color 0.15s ease-in;
	box-sizing: border-box;
}

.btn.btn-square .text {
	float: none;
	width: auto;
	line-height: inherit;
	color: white;
	transition: color 0.15s ease-in;
	vertical-align: middle;
}

.btn.btn-square:after {
	display: inline-block;
	position: relative;
	left: 2px;
	color: #fff;
	content: '→';
	transition: left 0.15s ease;
	vertical-align: middle;
}

.btn.btn-square:hover {
	background: #022A85;
	border-color: #022A85;
	color: white;
}

.btn-square:hover:after {
	left: 5px;
	transition: color 0.15s ease;
}

/* button: outline */
.btn.btn-square.outline {
	height: 36px;
	line-height: 2;
	background: transparent;
}

.btn.btn-square.outline .text {
	color: var(--color-primary);
}

.btn.btn-square.outline:after {
	color: var(--color-primary);
}

.btn.btn-square.outline:hover {
	background: #022A85;
	border-color: var(--color-primary);
}

.btn.btn-square.outline:hover .text {
	color: white;
}

.btn.btn-square.outline:hover:after {
	color: white;
}

/* button: download */
.btn.btn-download {
	height: 36px;
	line-height: 32px;
}

.btn.btn-download:after {
	left: 6px;
	width: 20px;
	height: 20px;
	background: url('./img/icon_download_w.png') no-repeat right center/cover;
	content: '';
}

.btn.btn-download:hover,
.btn.btn-download:focus {
	background: transparent;
}

.btn.btn-download:hover .text,
.btn.btn-download:focus .text {
	color: var(--color-primary);
}

.btn.btn-download:hover:after,
.btn.btn-download:focus:after {
	transition: none;
	background: url('./img/icon_download_c.png') no-repeat right center/cover;
	content: '';
}

.btn.btn-download.outline:after {
	background: url('./img/icon_download_c.png') no-repeat right center/cover;
}

.btn.btn-download.outline:hover:after {
	transition: none;
	background: url('./img/icon_download_w.png') no-repeat right center/cover;
}

/* title */
.section-title {
	text-align: center;
	font-size: 34px;
	font-weight: bold;
	line-height: calc(48/ 34);
	color: var(--color-primary);
}

.cta-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 90px;
}

.cta-wrapper--light {
	background: #EDEEEE;
}

.cta-wrapper__inner {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 1000px;
	margin: 0 auto;
}

.cta-wrapper__inner .title {
	font-size: 15px;
	line-height: 24px;
	color: var(--color-pick-5);
}

.cta-wrapper__inner .btn-square {
	margin-left: 60px;
}

/* Tab UI */
.tabs-wrapper {
	margin-top: 58px;
	background: var(--color-pick-2);
}

.tabs-wrapper .nav-tabs {
	height: 70px;
	position: relative;
}

.tabs-wrapper .nav-tabs-list {
	display: flex;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 10;
	height: inherit;
	background: var(--color-pick-2);
}

.tabs-wrapper .nav-tabs-list__item {
	width: 50%;
	height: inherit;
}

.tabs-wrapper .nav-tabs-list__link {
	display: flex;
	height: inherit;
	text-align: center;
	background: var(--color-pick-3);
}

.tabs-wrapper .nav-tabs-list__link:focus {
	outline: none;
}

.tabs-wrapper .nav-tabs-list__link-inner {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 512px;
	height: 100%;
}

.tabs-wrapper .nav-tabs-list__link-inner:before {
	display: block;
	width: 100%;
	height: 30px;
	background: no-repeat center center/auto 100%;
	content: '';
}

.tabs-wrapper .nav-tabs-list__item:nth-child(1) .nav-tabs-list__link {
	justify-content: flex-end;
}

.tabs-wrapper .nav-tabs-list__item:nth-child(1) .nav-tabs-list__link-inner:before {
	background-image: url('./img/logo_solutions_monitor_off.png');
}

.tabs-wrapper .nav-tabs-list__item:nth-child(2) .nav-tabs-list__link-inner:before {
	background-image: url('./img/logo_solutions_bridge_off.png');
}

.tabs-wrapper .nav-tabs-list__link.tab-ui-active {
	background: var(--color-pick-2);
	color: white;
	pointer-events: none;
}

.tabs-wrapper .nav-tabs-list__item:nth-child(1) .tab-ui-active .nav-tabs-list__link-inner:before {
	background-image: url('./img/logo_solutions_monitor_on.png');
}

.tabs-wrapper .nav-tabs-list__item:nth-child(2) .tab-ui-active .nav-tabs-list__link-inner:before {
	background-image: url('./img/logo_solutions_bridge_on.png');
}

.tabs-wrapper.tabs-wrapper--light {
	background: var(--color-pick-7);
}

.tabs-wrapper.tabs-wrapper--light .nav-tabs-list__link {
	background: var(--color-pick-4);
}

.tabs-wrapper.tabs-wrapper--light .nav-tabs-list__link.tab-ui-active {
	background: var(--color-pick-7);
}

.tabs-wrapper.tabs-wrapper--light .nav-tabs-list__item:nth-child(1) .tab-ui-active .nav-tabs-list__link-inner:before {
	background-image: url('./img/logo_solutions_monitor_color_on.png');
}

.tabs-wrapper.tabs-wrapper--light .nav-tabs-list__item:nth-child(2) .tab-ui-active .nav-tabs-list__link-inner:before {
	background-image: url('./img/logo_solutions_bridge_color_on.png');
}

.tabs-wrapper .tab-content {
	position: relative;
	width: 730px;
	height: 777px;
	margin: 58px auto 0;
}

.tabs-wrapper .tab-panel {
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
}

.tabs-wrapper .tab-panel.tab-ui-active {
	display: block;
	opacity: 1;
}

/* helper */
.blind {
	display: none;
}

.fixed-top {
	position: fixed !important;
}

.pos-absolute {
	position: absolute;
}

.scroll-top-hidden {
	transform: translateY(-50%);
}

.ckchina .message.error {
	font-size: 14px;
}


/* tooltip */
.ckchina .user_guide_list .lbl_info_tooltip_area {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-left: 5px;
	vertical-align: middle;
}

.ckchina .user_guide_list .lbl_info_tooltip_img.ico_func_info {
	width: 20px;
	height: 20px;
	cursor: pointer;
	vertical-align: top;
}

.ckchina .user_guide_list .lbl_info_tooltip {
	position: relative;
}

.ckchina .user_guide_list .lbl_info_tooltip.hide {
	display: none;
}

.ckchina .user_guide_list .lbl_info_tooltip .lbl_info_tooltip_inner {
	position: absolute;
	top: -26px;
	left: 27px;
	width: 300px;
	height: auto;
	box-sizing: border-box;
	padding: 12px 16px 14px 10px;
	border-radius: 4px;
	background-color: #222b45;
	transform: translateY(-50%);
	z-index: 50;
}

.ckchina .user_guide_list .lbl_info_tooltip .lbl_info_tooltip_inner p,
.ckchina .user_guide_list .lbl_info_tooltip .lbl_info_tooltip_inner ul li {
	font-size: 12px;
	line-height: 1.42;
	color: #ffffff;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: normal;
}

.ckchina .user_guide_list .lbl_info_tooltip .lbl_info_tooltip_inner ul {
	padding-top: 5px;
}

.ckchina .user_guide_list .lbl_info_tooltip .lbl_info_tooltip_inner ul li {
	list-style: inside;
	text-align: left;
}

.ckchina .user_guide_list .lbl_info_tooltip img {
	position: absolute;
	top: -29px;
	left: 20px;
}

.ckchina ul.user_guide_list .btn_guideview {
	display: inline-block;
	margin-left: 16px;
	border-radius: 4px;
	border: solid 1px #8f9bb3;
	padding: 8px 16px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.33;
	text-align: center;
	color: #8f9bb3;
}

/* table tooltip */
.ckchina table tr .lbl_info_tooltip_area {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
}

.ckchina table tr .lbl_info_tooltip_img.ico_func_info {
	width: 20px;
	height: 20px;
	cursor: pointer;
	vertical-align: top;
}

.ckchina table tr .lbl_info_tooltip {
	position: relative;
}

.ckchina table tr .lbl_info_tooltip.hide {
	display: none;
}

.ckchina table tr .lbl_info_tooltip .lbl_info_tooltip_inner {
	position: absolute;
	top: 7px;
	right: 0;
	width: 300px;
	height: auto;
	box-sizing: border-box;
	padding: 12px 16px 14px 10px;
	border-radius: 4px;
	background-color: #222b45;
	transform: translateX(50%);
	z-index: 50;
	text-align: left;
}

.ckchina table tr .lbl_info_tooltip .lbl_info_tooltip_inner p,
.ckchina .lbl_info_tooltip .lbl_info_tooltip_inner ul li {
	font-size: 12px;
	line-height: 1.42;
	color: #ffffff;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: normal;
}

.ckchina table tr .lbl_info_tooltip .lbl_info_tooltip_inner ul {
	padding-top: 5px;
}

.ckchina table tr .lbl_info_tooltip .lbl_info_tooltip_inner ul li {
	list-style: inside;
}

.ckchina table tr .lbl_info_tooltip img {
	position: absolute;
	top: -3px;
	left: 6px;
	transform: rotate(-270deg);
}

.ckchina input.input_numpad,
.ckchina input.input_number {
	-webkit-ime-mode: disabled;
	-moz-ime-mode: disabled;
	-ms-ime-mode: disabled;
	ime-mode: disabled;
}

/*
* Z-index
* @header: 30
* @content: 20~29
* @new modal: 40
*/