﻿

/*검색 header Bar*/
body, p, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, table, th, td, form, fieldset, legend, input, textarea, button, select {
	margin: 0;
	padding: 0;
}

body, input, textarea, select, button, table {
	font-size: 14px;
	line-height: 1.25em;
}

body {
    background-color: #f2f3f8;
    font-family: Helvetica,AppleSDGothicNeo-Regular,sans-serif;
    color: #111;
    -webkit-text-size-adjust: none;
}

@media (min-width: 768px) {
	body {
		font-family: HelveticaNeue-Light, AppleSDGothicNeo-Light, sans-serif-light, sans-serif;
	}
}

@media screen and (min-width: 760px) {
	#ct {
		width: 83.3%;
		margin: 0 auto;
		padding-top: 45px;
		padding-bottom: 50px;
	}
}

/*@media screen and (min-width: 1024px) {
	#ct {
		float: left;
		width: 62.5%;
		padding: 0 0 0 6%;
	}
}*/

.main-content2 {
	position: relative;
	width: 100%;
	background: #ececec;
	overflow: hidden;
}

.ct_box {
	overflow: hidden;
	margin-top: 10px;
	background: #fff;
	/*border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;*/
}

	.ct_box:first-of-type {
		margin-top: 0;
	}

.ct_wrp {
	margin-top: 55px;
}

.header-area, .header-area-search {
	position: fixed;
	width: 100%;
	padding: 0 15px;
	background-color: #fff;
	border-bottom: 1px solid #d5d5d5;
	z-index: 601;
}

@media (min-width: 1365px) {
	.header-area, .header-area-search {
		position: relative;
		width: 100%;
		padding: 0 15px;
		background-color: #fff;
		border-bottom: 1px solid #d5d5d5;
		z-index: 601;
	}
}


.page-container2 .main-content-inner {
	padding: 45px 15px 50px;
}

.la {
	display: inline-block;
	font: normal normal normal 16px/1 "LineAwesome";
	font-size: inherit;
	text-decoration: inherit;
	text-rendering: optimizeLegibility;
	text-transform: none;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

.back-btn {
	margin-right: 30px;
	margin-top: 12px;
	cursor: pointer;
}

@media (max-width: 479px) and (min-width: 240px) {
	.back-btn {
		margin-right: 15px;
	}
}

.back-btn a {
	display: block;
	width: 19px;
}

.DWgnb_tool {
	/*position: absolute;
	top: 6px;
	right: 7px;
	font-size: 0;*/
	position: absolute;
	top: 50%;
	right: 5px;
	font-size: 0;
	transform: translateY(-50%);
}

	/*.DWgnb_tool a {
		padding: 0 5px;
	}*/

	.DWgnb_tool .DWtool_button {
		/*position: relative;
		display: inline-block;
		overflow: hidden;
		padding: 0;
		height: 45px;
		border: 0;
		background: none;*/
		/*color: transparent;*/
		/*vertical-align: top;
		font-size: 0;*/
		/*line-height: 30px;*/
		/*-ms-touch-action: manipulation;
		touch-action: manipulation;
		vertical-align: middle;
		display: table-cell;*/
	}

		.DWgnb_tool .DWtool_button i {
			font-size: 1.6rem !important;
			/*color: #b3aaaa;*/
			padding: 10.5px;
		}


/*.DWgnb_tool .DWtool_button [class*='DWicon_'] {
	display: inline-block;
	margin: 0 6px;
	vertical-align: middle;
}

.DWgnb_tool .DWtool_button .DWicon_search {
	width: 18px;
	height: 18px;
	background-position: -5px -63px;
}*/



select option[data-default] {
	color: #888;
}

@media (max-width: 479px) and (min-width: 240px) {
	.notification-area {
		margin: 0;
	}

		.notification-area li {
			width: 15%;
		}
}

.sub_menu {
	position: relative;
	padding: 8px 0 0;
	height: 40px;
	border-bottom: 1px solid #d5d5d5;
	background-color: #fff;
	text-align: center;
}

@media (min-width: 768px) {
	.sub_menu {
		padding: 12px 0 0;
		height: 59px;
	}
}

.finance .sub_menu {
	padding-left: 15px;
	text-align: left;
	border-color: #aaa;
}

@media (min-width: 768px) {
	.finance .sub_menu {
		padding-left: 35px;
	}
}

ul, ol {
	list-style: none;
}

.sub_menu .tab_lst {
	zoom: 1;
	display: inline-block;
	margin: 1px 0;
	vertical-align: top;
	border: 1px solid #888;
	border-radius: 2px;
}

@media (min-width: 768px) {
	.sub_menu .tab_lst {
		margin: 4px 0;
	}
}

.sub_menu .tab_lst li {
	float: left;
	min-width: 75px;
	height: 28px;
	line-height: 27px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}

.finance .sub_menu li {
	margin-right: 0;
}

@media (min-width: 768px) {
	.sub_menu .tab_lst li {
		min-width: 99px;
		height: 37px;
		line-height: 36px;
	}
}

a {
	color: #111;
	text-decoration: none;
}

table {
	border-collapse: collapse;
	width: 100%;
}

.sub_menu .tab_lst a {
	position: relative;
	display: block;
	height: 100%;
	padding: 0 6px;
	font-size: 13px;
	color: #888;
	letter-spacing: -1px;
}

@media (min-width: 768px) {
	.sub_menu .tab_lst a {
		padding: 0 10px;
		font-size: 16px;
	}
}

.sub_menu .tab_lst li.on a {
	color: #000;
}

.sub_menu .tab_lst a:before {
	position: absolute;
	top: -1px;
	right: -1px;
	bottom: -1px;
	left: -1px;
	border-color: #000;
	content: '';
}

.sub_menu .tab_lst li.on a:before {
	border: 1px solid #000;
}

.sub_menu .tab_lst li:first-child a:before {
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
}

.sub_menu .tab_lst li + li {
	border-left: 1px solid #888;
}

.sub_menu .tab_lst:after {
	display: block;
	clear: both;
	content: '';
}

.rgt_menu {
	position: absolute;
	top: 9px;
	right: 15px;
}

@media (min-width: 768px) {
	.rgt_menu {
		top: 16px;
		right: 50px;
	}
}

.rgt_menu a {
	display: block;
	width: 75px;
	height: 28px;
	line-height: 27px;
	border: 1px solid #cfcfcf;
	border-radius: 2px;
	text-align: center;
	font-size: 13px;
	color: #000;
	letter-spacing: -1px;
}

@media (min-width: 768px) {
	.rgt_menu a {
		width: 105px;
		height: 37px;
		line-height: 36px;
		font-size: 16px;
	}
}

.f_tbl_area {
	overflow: hidden;
	position: relative;
	width: 100%;
	border-bottom: 1px solid #d5d5d5;
}

.finance_menu {
	float: left;
	position: absolute;
	top: 0;
	left: 0;
	/*z-index: 20;*/
	width: 115px;
	text-align: left;
	border-right: 1px solid #aaa;
	background-color: #fafafb;
}

@media (min-width: 768px) {
	.finance_menu {
		width: 230px;
	}
}

.finance_menu .divide, .finance_menu .title_main, .finance_menu .title_sub {
	display: block;
	height: 35px;
	line-height: 35px;
	white-space: nowrap;
	padding-left: 15px;
	/*border-bottom: 1px solid #eee;*/
	font-size: 14px;
	color: #000;
}

.finance_menu .title_main_fixed, .finance_menu .title_sub_fixed {
	display: block;
	height: 36px;
	line-height: 36px;
	white-space: nowrap;
	padding-left: 15px;
	border-bottom: 1px solid #eee;
	font-size: 14px;
	color: #000;
}

.finance_menu .divide {
	/*display: inline-block;*/
	vertical-align: top;
	height: 35px;
	line-height: 13px;
	white-space: nowrap;
	/*text-align: right;*/
}

.finance_menu .fixed {
	vertical-align: top;
	height: 36px;
	line-height: 13px;
	white-space: nowrap;
	border-bottom: 1px solid #eee;
}

.finance_menu .divide-c {
	vertical-align: top;
	height: 35px;
	line-height: 35px;
	white-space: initial;
}

	.finance_menu .divide.more, .finance_menu .divide.hdr {
		line-height: 9px;
	}

	.finance_menu .divide .part {
		display: block;
		padding-top: 5.5px;
		font-size: 13px;
	}

		.finance_menu .divide .part.more {
			padding-top: 5px;
			font-size: 11px;
			color: #888;
		}

		.finance_menu .divide .part.hdr {
			padding-top: 6px;
			font-size: 12px;
		}

	.finance_menu .divide .emp {
		font-size: 12px;
		color: #888;
	}

		.finance_menu .divide .emp.more, .finance_menu .divide .emp.hdr {
			font-size: 11px;
		}

		.finance_menu .divide .emp.hdr {
			font-size: 12px;
			color: #000000;
		}

.finance_menu .divide-c .emp {
	font-size: 11px;
	color: #888;
}

	.finance_menu .divide-c .emp.more, .finance_menu .divide-c .emp.hdr {
		font-size: 11px;
	}

	.finance_menu .divide-c .emp.hdr {
		font-size: 11px;
		color: #000000;
	}

@media (min-width: 768px) {
	.finance_menu .divide, .finance_menu .title_main, .finance_menu .title_sub {
		height: 43px;
		line-height: 42px;
		padding-left: 29px;
		font-size: 15px;
	}

	.finance_menu .fixed, .finance_menu .title_main_fixed, .finance_menu .title_sub_fixed {
		height: 36px;
		line-height: 36px;
		padding-left: 29px;
		font-size: 15px;
	}

		.finance_menu .divide .part {
			display: initial;
			font-size: 14px;
		}

		.finance_menu .divide .emp {
			font-size: 13px;
		}
}

/*.finance_menu span:nth-child(3n+1) {
	border-color: #d5d5d5;
}*/

.finance_menu span.period {
	height: 48px;
	line-height: 48px;
}

@media (min-width: 768px) {
	.finance_menu span.period {
		height: 53px;
		line-height: 53px;
	}
}

.finance_data {
	z-index: 10;
	margin: 0 0 -1px 115px;
	text-align: right;
}

@media (min-width: 768px) {
	.finance_data {
		margin-left: 230px;
	}
}

#mflick, .slide_wrp {
	position: relative;
	overflow: hidden;
	z-index: 500;
}

.finance_data .slide_wrp {
	/*height: 530px;*/
}

@media (min-width: 768px) {
	/*.finance_data .slide_wrp {
		height: 656px;
	}*/
}

.slide_inner {
	/*position: absolute;*/
	top: 0px;
	left: 0;
	z-index: 1;
}

/*.finance_data .slide_inner {
	height: 100%;
}*/

@media (min-width: 690px) {
	.finance_data .slide_inner {
		right: 0;
		-webkit-transform: translate3d(0px,0px,0px) !important;
	}
}

.finance_data .f_table {
	width: auto;
}

@media (min-width: 690px) {
	.finance_data .f_table {
		width: 100%;
	}
}

caption {
	overflow: hidden;
	width: 1px;
	height: 1px;
	font-size: 0;
	line-height: 0;
	color: transparent;
}

h1, h2, h3, h4, h5, strong, b, th {
	font-weight: normal
}

.h_box h4, .h_box h3 {
	padding: 15px 0 12px 14px;
	font-size: 15px;
	color: #000;
	letter-spacing: -1px;
}

.b_box {
	position: relative;
}

.u_vc, .u_hc, .u_skip, .blind, .item_tbl thead span, .research .price_area thead {
	clip: rect(1px,1px,1px,1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	font-size: 1px;
	line-height: 1px;
	overflow: hidden;
}

.f_table th, .f_table td {
	border-bottom: 1px solid #eee;
}

.finance_data th, .finance_data td {
	/*min-width: 100px;*/
	width: auto;
	border-right: 1px solid #eee;
}

.finance_data th.no, .finance_data td.no {
	min-width: 50px;
	width: auto;
	border-right: 1px solid #eee;
}

.finance_data th {
	text-align: center;
}

.f_table .period th {
	border-bottom: 1px solid #d5d5d5;
}

.f_table th > span, .f_table td > span {
	display: inline-block;
	vertical-align: top;
	height: 35px;
	line-height: 35px;
	white-space: nowrap;
    padding-left: 10px;
    padding-right: 10px;
}



.finance_data tbody span {
	font-size: 13px;
}

.finance_data td span:not(.divide_line) {
	padding-right: 15px;
	padding-left: 15px;
}

	.finance_data td span.alone span {
		/*padding-right: 0;*/
	}

@media (min-width: 768px) {
	/*.f_table th > span, .f_table td > span {
		height: 42px;
		line-height: 42px;
	}*/

	.f_table td > .divide_line {
		line-height: 35px !important;
	}	
}

.finance_data .period_inner, finance_menu .period_inner {
	height: 47px;
	line-height: 16px;
	text-align: right;
}

.finance_data .part, finance_menu .part {
	display: block;
	padding-top: 7px;
	font-size: 12px;
}

.finance_data .emp, finance_menu .part {
	font-size: 12px;
	color: #888;
}

@media (min-width: 768px) {
	.finance_data .period_inner, finance_menu .period_inner {
		height: 52px;
		line-height: 17px;
	}
}

@media (min-width: 768px) {
	.finance_data tbody span {
		font-size: 14px;
		font-family: Helvetica, AppleSDGothicNeo-Regular, sans-serif;
	}
}

.tbl_info {
	padding: 21px 15px 16px;
	font-size: 13px;
	line-height: 16px;
	color: #777;
	border-bottom: 1px solid #eee;
	font-family: HelveticaNeue-Light,AppleSDGothicNeo-Light,sans-serif-light,sans-serif;
}

@media (min-width: 768px) {
	.tbl_info {
		padding: 27px 30px 21px;
		font-size: 13px;
		line-height: 17px;
	}
}

@media (min-width: 768px) {
	.finance_data .part {
		display: initial;
		padding-top: 9px;
		font-size: 13px;
		padding-right: 0;
	}
}

@media (min-width: 768px) {
	.finance_data .emp {
		font-size: 13px;
	}
}

.tbl_info p {
	padding-bottom: 7px;
}

.tbl_info .ico_e {
	margin: 2px 0 0 1px;
}

.finance .ico_e {
	color: transparent;
	width: 13px;
	height: 13px;
	background-position: -220px -464px;
}

.overview {
	padding: 12px 15px 22px;
}

@media (min-width: 768px) {
	.overview {
		padding: 18px 30px 28px;
	}
}

.overview .title {
	font-size: 18px;
	line-height: 42px;
	color: #236bd7;
}

@media (min-width: 768px) {
	.overview .title {
		font-size: 19px;
	}
}

.overview p {
	padding-bottom: 20px;
	font-size: 14px;
	color: #333;
	line-height: 20px;
	font-family: HelveticaNeue-Light,AppleSDGothicNeo-Light,sans-serif-light,sans-serif;
}

@media (min-width: 768px) {
	.overview p {
		font-size: 16px;
		line-height: 21px;
	}
}

.overview .by {
	display: block;
	text-align: right;
	font-size: 13px;
	letter-spacing: -1px;
	color: #777;
}


.responsive {
	margin-top: 10px;
}

@media (min-width: 768px) {
	.responsive {
		position: relative;
		margin-bottom: 10px;
		z-index: 10;
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		zoom: 1;
	}
}

@media (min-width: 768px) {
	.responsive .ct_box {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-box-shadow: none;
		box-shadow: none;
		margin: 0;
		width: 100%;
	}
}

.responsive .ct_box:first-of-type {
	/*margin-top: 10px;*/
}

@media (min-width: 768px) {
	.responsive .ct_box:first-of-type {
		margin: 0;
	}
}

@media (min-width: 768px) {
	.responsive .ct_box.chart {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-moz-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
}

.chart_zone {
	position: relative;
	overflow: hidden;
	margin-bottom: 54px
}

.chart .chart_wrp {
	padding: 12px 15px 9px 0;
	margin-left: -25px;
}

@media (min-width: 768px) {
	.chart .chart_wrp {
		padding: 23px 25px 19px 30px;
	}
}

.chart_scroll {
	padding-top: 20px;
	overflow-x: scroll;
	height: 260px;
}

.lnb_lst {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -moz-box;
	display: box;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.chart .lnb_lst {
	position: relative;
	margin-bottom: 15px;
	border-bottom: 1px solid #e3e3e3;
}

.lnb_lst li {
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-flex: 1;
	text-align: center;
}

.lnb_lst a {
	display: block;
	color: #000;
}

.lnb_lst .txt {
	position: relative;
	display: inline-block;
	vertical-align: top;
	white-space: nowrap;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 5px;
	font-size: 16px;
	color: #444;
	letter-spacing: -1px;
}

.chart .txt {
	height: 29px;
	line-height: 30px;
	width: 100%;
	font-size: 15px;
}

.lnb_lst .on .txt {
	font-weight: bold;
	color: #000;
}

#mflick, .slide_wrp {
	position: relative;
	overflow: hidden;
	z-index: 500;
}

.flick-container {
	position: relative;
	width: 100%;
	height: 100%;
	zoom: 1;
}

.flick-ct {
	float: left;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.chart .img_area {
	text-align: center;
	vertical-align: top;
}

	.chart .img_area img {
		width: 100%;
		height: auto;
		vertical-align: top;
	}

.f_table td > .divide_line {
	width: 100%;
	text-align: left;
	line-height: 14px;
	padding-left: 15px;
	padding-right: 15px;
}

.f_table td > .divide_line span {
	padding-left: 0;
	padding-right: 0;
}

	.f_table td > .divide_line.sum, .f_table td > .divide_line.col_subject {
		line-height: 24px;
	}

	.f_table td > .divide_line.alone {
		line-height: 36px;
		/*padding-left: 0;*/
	}

	.f_table td > .divide_line .part {
		padding-top: 4px;
	}

	.f_table td > .divide_line.sum .part, .f_table td > .divide_line.alone .part, .f_table td > .divide_line.col_subject .part {
		padding-top: 0;
	}


.tc {
	text-align: center;
}

	.tc span {
		padding: 0 !important;
	}

.lnb {
	margin-top: 46px;
	border-bottom: 1px solid #e1e1e1;
}

.main-content2 > .lnb {
	padding: 0 4px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #f9f9f9;
}

@media (min-width: 768px) {
	.main-content2 > .lnb {
		padding: 0 35px;
	}
}

.lnb_lst {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -moz-box;
	display: box;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

	.lnb_lst li {
		-webkit-flex: 1;
		-moz-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		-webkit-box-flex: 1;
		text-align: center;
	}

	.lnb_lst a {
		display: block;
		color: #000;
	}

	.lnb_lst .txt {
		position: relative;
		display: inline-block;
		vertical-align: top;
		white-space: nowrap;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding: 0 5px;
		font-size: 15px;
		color: #444;
		letter-spacing: -1px;
	}

	.lnb_lst .on .txt {
		font-weight: bold;
		color: #000;
	}

.main-content2 > .lnb .txt {
	height: 43px;
	line-height: 43px;
}

@media (min-width: 768px) {
	.main-content2 > .lnb .txt {
		height: 55px;
		line-height: 55px;
		font-size: 20px;
		font-family: Helvetica,AppleSDGothicNeo-Regular,sans-serif;
	}
}

.lnb_lst .on .txt:after {
	position: absolute;
	bottom: -1px;
	left: 0;
	right: 0;
	display: block;
	height: 1px;
	background: #000;
	content: '';
}

.main-content2 > .lnb .on .txt:after {
	bottom: 0;
}


.h_box .sub_txt {
	position: absolute;
	right: 14px;
	font-size: 28px;
	color: #999;
	top: 50%;
	transform: translateY(-50%);
}

.fixed-col {
	width: 165px;
	z-index: 600;
}

.fixed-col-off {
	width: 165px;
	z-index: 600;
}

.title_main {
	padding-left: 0 !important;
}

.title_main .range-slider {
	margin: 7px 6px 7px 8px;
}

#fixed-col-close {
	position: absolute;
	float: left;
	padding: 0 7.7px;
	background: #eee;
}

.finance_menu .f_table .divide {
	padding-left: 10px;
}

#fixed-col-open {
	position: absolute;
	background: #eee;
	z-index: 600;
	padding: 10px;
	display: none;
}

.finance_data .div_tit_first {
	display: block;
	padding-top: 3px;
	font-size: 13px;
}

.finance_data .period_inner_title {
	height: 36px;
	line-height: 16px;
	text-align: right;
}

.amt-red {
	color: #e12301;
}

.form-control {
	font-size: 14px;
	border: 1px solid rgba(170, 170, 170, .3);
	padding: .375rem .75rem;
}

.modal-content.no-border {
	border: 0;
	 border-radius: 0; 
}

.modal-dialog.no-margin {
	margin: 0;
}

	.modal-dialog.no-margin modal-body {
		padding: 10px 5px 10px 5px;
	}

.col-lvl-1 {
	background-color: #efe1ba;
}

.col-lvl-2 {
	background-color: #cadaea;
}

.col-lvl-3 {
	background-color: #c8e2c3;
}

.level-1 {
	background-color: #f3f3f3;
    font-weight: 600;
}

.level-2 {
    background-color: #eaeaea;
    font-weight: 600;
}

.level-3 {
    background-color: #ffdee4;
    font-weight: 600;
}

.level-4 {
    background-color: #ffe2a4;
    font-weight: 600;
}

.level-5 {
    background-color: #c4c5d6;
    font-weight: 600;
}

.level-6 {
    background-color: #c1c2c7;
    font-weight: 600;
}

.level-7 {
    background-color: #e0dfdf;
    font-weight: 600;
}

.best {
	color: #63bf58;
}

.good {
	color: #36a3f7;
}

.warning {
	color: #ffb822;
}

.alert_red {
	color: #f22d2d;
}

.b-best {
	background-color: #63bf58;
}

.b-good {
	background-color: #36a3f7;
}

.b-warning {
	background-color: #ffb822;
}

.b-alert {
	background-color: #f22d2d;
}

.input-group-text.pop-search {
	border-radius: 0;
	background-color: #fff;
	border: 0;
	border-top: 1px solid rgba(170, 170, 170, .3);
	border-right: 1px solid rgba(170, 170, 170, .3);
	border-bottom: 1px solid rgba(170, 170, 170, .3);
}

.form-control:disabled, .form-control[readonly] {
	background-color: #f3f3f3;
	opacity: 1;
}

table.search-table thead {
	border: 1px solid #eee;
}

.data_table_body {
	overflow-y: scroll;
	border-bottom: 1px solid #eee;
}

	.data_table_body tbody {
		border-left: 1px solid #eee;
		border-right: 1px solid #eee;
	}

table.search-table thead th {
	padding: 8px 10px;
	text-align: center;
}

table.search-table tbody th, table.search-table tbody td {
	padding: 8px 8px;
	font-size: 12px;
}

.modal-body.search-pd {
	padding: 10px 5px;
	color: #666666;
}

	.modal-body.search-pd #search_box {
		height: 43px;
	}

	.modal-body.search-pd #search_input {
		width: 80%;
	}

	.modal-body.search-pd .col-auto button {
		padding: 6px 16px;
	}

.modal-header2 {
	display: -webkit-box;
	padding: 1rem;
	border-bottom: 1px solid #e9ecef;
	border-top-left-radius: .3rem;
	border-top-right-radius: .3rem;
}

.form-control {
	border-radius: 0;
}

.data_table_header {
	height: 35px;
}

	.data_table_header table.search-table tr {
		background-color: #fafafb;
	}

.data_table_body table.search-table tr {
	border-bottom: 1px solid #eee;
}

	/*.data_table_header table.search-table tr {
			border-right: 1px solid #eee;
		}*/

	.data_table_header table.search-table tr th:nth-child(1), .data_table_body table.search-table tr td:nth-child(1) {
		width: 95px;
		border-right: 1px solid #eee;
	}

	.data_table_header table.search-table tr th:nth-child(2), .data_table_body table.search-table tr td:nth-child(2) {
		width: 105px;
		border-right: 1px solid #eee;
	}

.text-blue {
	color: #0056b3;
}

.input-group .clear {
	position: absolute;
	right: 45px;
	top: 8px;
	cursor: pointer;
	color: #a4a2bb;
	display: inline-block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	border-radius: 50px;
	text-align: center;
	vertical-align: middle;
	font-size: 10px;
	z-index: 3;
}

	.input-group .clear:hover {
		display: inline-block;
		width: 20px;
		height: 20px;
		line-height: 20px;
		border-radius: 50px;
		background-color: #d2d5dc;
		color: #fff;
		text-align: center;
		vertical-align: middle;
		font-size: 10px;
	}

/*.pc-version {
	overflow-x: hidden;
}*/

.slide_inner {
	overflow-x: scroll;
}

@media (min-width: 768px) {
	.input-group .clear {
		position: absolute;
		right: 45px;
		top: 8px;
		cursor: pointer;
		color: #a4a2bb;
		display: inline-block;
		width: 20px;
		height: 20px;
		line-height: 21.5px;
		border-radius: 50px;
		text-align: center;
		vertical-align: middle;
		font-size: 7px;
		z-index: 3;
	}

		.input-group .clear:hover {
			display: inline-block;
			width: 20px;
			height: 20px;
			line-height: 21.5px;
			border-radius: 50px;
			background-color: #d2d5dc;
			color: #fff;
			text-align: center;
			vertical-align: middle;
			font-size: 7px;
		}

	/*.pc-version {
		overflow-x: scroll;
	}*/
}

.page-link.num-on {
	background-color: #e9ecef;
}

.link-count-badge {
	position: absolute;
	right: 40px;
	/*padding: 0px 0px 0px 5px;*/
	text-align: right;
	/*display: table-cell;*/
	height: 100%;
	/*vertical-align: middle;*/
	white-space: nowrap;
}

.count-badge {
	background: #f4516c;
	color: #fff;
	font-size: 0.8rem;
	line-height: 17px;
	min-height: 17px;
	min-width: 17px;
	/*vertical-align: middle;*/
	text-align: center;
	display: inline-block;
	padding: 0px 3px;
	/*border-radius: .75rem;*/
}


/*@media (max-width: 479px) and (min-width: 240px) {
	.sbar_collapsed .nav-btn {
		padding: 10px;
		z-index: 901;
	}
}*/


.list-area .item-list {
    background-color: #fff;
    padding: 10px 20px;
    margin-bottom: 1px;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    -webkit-box-shadow: 0px 1px 15px 1px rgba(69,65,78,0.08);
    box-shadow: 0px 1px 15px 1px rgba(69,65,78,0.08);
}

	.list-area .item-list table {
		width: 100%;
	}

		.list-area .item-list table tbody {
			font-size: 0.7rem;
			color: #a0a0a0;
		}

.list-area .item-list-title {
	font-weight: 600;
	font-size: 13px;
	color: black;
	text-align: left;
}

.list-area .item-list-contents {
	padding-top: 5px;
	line-height: 0.8rem;
	text-align: left;
}

.list-area .item-list-contents2 {
	text-align: right;
	padding-top: 5px;
	line-height: 0.8rem;
}

.list-area .item-type {
	text-align: right;
	font-size: 13px;
}

.list-area .item-list-date {
	text-align: right;
}

.ws {
	white-space: nowrap;
}

.row-area {
	margin: 0 15px 15px 15px;
	padding-bottom: 15px;
}

.row-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #fff;
    border: 1px solid #e0e0e0;
}

@media (max-width: 479px) and (min-width: 240px) {
	.f_table td > .divide_line {
		line-height: 10px;
		padding-left: 0;
		padding-right: 0;
	}

	.finance_data .part, finance_menu .part {
		font-size: 10px;
	}

	.finance_data .emp, finance_menu .part {
		font-size: 9px;
	}

	.f_table td > .divide_line .part {
		padding-top: 2px;
	}

	.f_table td > .divide_line.alone {
		line-height: 24px;
	}

	.single-table table {
		font-size: 0.58rem;
	}

	.single-table .table td, .single-table .table th {
		padding: .55rem .75rem;
	}

	.content-area {
		margin-top: 0 !important;
		padding: 0 !important;
	}
	/*.main-content-inner {
			padding: 0 !important;
		}*/

	/*.single-table #sale_plan.table td, .single-table #sale_plan.table th {
		padding: .4rem .5rem;
	}*/

	.row-area {
		margin: 0 0 10px 0;
	}

	.header-title {
		font-size: 15px;
	}

	.m-padding-l-r-0 {
		padding-right: 0;
		padding-left: 0;
	}

	.m-padding-l-r-15 {
		padding-left: 15px;
		padding-right: 15px;
	}

	.m-bloc-line {
		border-top: 1px solid #e0e0e0;
	}

	.sidebar-menu {
		border-right: none;
	}

	body, input, textarea, select, button, table {
		font-size: 11px;
		line-height: 1.25em;
	}

	.finance_menu .title_main_fixed, .finance_menu .title_sub_fixed {
		height: 25px;
		line-height: 25px;
		padding-left: 15px;
		padding-left: 10px;
		font-size: 11px;
	}

	.finance_menu .divide, .finance_menu .title_main, .finance_menu .title_sub {
		padding-left: 10px;
	}

	.finance_menu .fixed {
		height: 25px;
		line-height: 9px;
	}

	.finance_menu .divide .part {
		padding-top: 1px;
		font-size: 9px;
	}


	.finance_menu .divide .emp {
		font-size: 9px;
	}

	.f_table th > span, .f_table td > span {
		height: 24px;
		line-height: 24px;
		padding-left: 5px;
		padding-right: 5px;
	}

	.finance_data tbody span {
		font-size: 10px;
	}

	.finance_data td span:not(.divide_line) {
		padding-right: 12px;
		padding-left: 12px;
	}

	.list-area .item-list {
		border-left: 0;
		border-right: 0;
	}
}

.single-table .table th {
	background-color: #f8f9fa !important;
}

.single-table table td {
	color: #666;
}

	.single-table table td.amt-red {
		color: #e12301;
	}

.sub-title {
	font-weight: 700;
	margin-bottom: 5px;
}

.single-table .table tbody + tbody {
	border-top: 0;
}

.single-table .table-bordered thead td, .single-table .table-bordered thead th {
	border-bottom-width: 0;
}

.single-table .table thead td, .single-table .table thead th, .single-table .table tbody td, .single-table .table tbody th {
	vertical-align: middle;
}

.message {
	border-bottom: 1px dotted #dddddd;
}

.side_nav ul li a {
	cursor:pointer;
}

.item-list {
	background-position: center;
	/*transition: background 0.8s;*/
	cursor: pointer;
}

	.item-list:hover {
		/*background: #f3f3f3 radial-gradient(circle, transparent 1%, #f3f3f3 1%) center/15000%;*/
		background-color: #f3f3f3;
	}

	.item-list:active {
		background-color: #e0e0e0;
		margin-right: 2px;
		margin-left: 2px;
	}

	.item-list.actv-line {
		border: 1px solid #ffbf00
	}

.div-vertical-center {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
}

#btn_add {
    cursor: pointer;
}

    #btn_add:hover {
        background-color: #f3f3f3;
        font-weight: 600;
    }

._btn_search {
    cursor: pointer;
}

._btn_search.on {
    color: #4bc4f7 !important;
}

.metismenu li .link-count-badge {
    position: absolute;
    right: 13px;
    top: 4px;
    line-height: 1.5rem;
}