.market-section p{margin-bottom: 0px;}
.market-section{
	/*max-width: 960px;*/
	margin: auto;
	/* margin-top: 1rem;
	margin-bottom: 1rem; */
}
.market{
	background-color: #ce9e10;/*#fcc117; */
	border-radius: 5px;
}
.market-title-wrap{
	border-bottom: 2px solid #fff;
	text-align: center;
}
.market-title{
	color: #FFF;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.market-session{
	padding: 1rem;
}
.market-session-item + .market-session-item{
	padding-top: 1rem;
}
.market-session-item-title{
	padding-left: 16px;
	border-left: 4px solid #FFF;
	color: #FFF;
	font-weight: 900;
}
.market-session-detail{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 1rem;
}
.market-session-lists{
	width: 48%;
	padding: 0.625rem 1rem;
	border: 1px hsla(0,0%,100%,.4) solid;
	margin-top: 0.5rem;
}
.market-session-lists:first-child{
	background-color: #FFF;
	border-radius: 5px;
	width: 100%;
	margin-top: 0px;
}
.market-session-lists:first-child .market-session-list-title{
	color: #ce9e10;
}
.market-session-list-title{
	color: #FFFFFF99;
}

.market-session-lists:first-child .market-session-list-content{
	color: #000000;
}
.market-session-list-content{
	color: #FFFFFF;
}
.market-link{
	margin-top: 0.5rem;
}
.market-link a{
	text-align: center;
	justify-content: center;
}
.market-update{
	padding-top: 0.5rem;
}
.chart_area{
	display: flex;
	justify-content: space-between;
}
@media screen and (max-width:768px) {
	.chart_area{
		display: block;
	}
}
.chart_source{
	display: flex;
    align-items: flex-end;
}
.chart_source img{
	display: inline;
	width: 100px;
}
@media screen and (max-width:768px) {
	.chart_source img{
		width: 60px;
	}
}
.odx-chart-detail .highcharts-background{
	fill:none;
}
.odx-chart-detail .highcharts-column-series path.highcharts-point, .highcharts-bar-series path.highcharts-point{
	stroke: none;
}
.odx-chart-detail .highcharts-grid-line{
	stroke: rgb(214, 214, 214);
}
.highcharts-legend-item > span {
	overflow: visible !important;
	/* white-space: pre-wrap !important; */
}
.chart-info{
	border-radius: 50%;
    width: 15px;
    height: 15px;
    border: 1px solid #000;
    display: inline-block;
    text-align: center;
	margin-left: 10px;
	margin-top: 3px;
}
@media screen and (max-width:768px) {
	.chart-info{
		display: block;
		text-align: center;
		float: inline-end;
	}
}
.info-target{
	display: none;
	border: 1px solid black;
	padding: 1rem;
}
.chart-info:hover > .info-target{
	display: block;
    position: absolute;
    bottom: 25px;
    background: white;
    border-radius: 5px;
	right: 0;
	width:100%;
    white-space: pre-wrap;
    text-align: left;
}
.chart-info:hover > .info-target::after{
	content: "";
    width: 10px;
    height: 10px;
    background-color: black;
    display: block;
    position: absolute;
    bottom: -5px;
    transform: rotate(45deg);
    z-index: -1;
	right: 2px;
}

.chart-info-title{
	position: relative;
	border-radius: 50%;
    width: 20px;
    height: 20px;
    border: 1px solid #fff;
    display: inline-block;
    text-align: center;
	font-size: 15px;
	line-height: 18px;
}

.chart-info-title:hover > .info-target{
	display: block;
    position: absolute;
    bottom: 50px;
    background: white;
    border-radius: 5px;
	left: 0;
    white-space: pre-wrap;
    text-align: left;
	color: #000;
	max-width: 100vw;
    width: 350px;
}
.chart-info-title:hover > .info-target:after{
	content: "";
    width: 10px;
    height: 10px;
    background: linear-gradient(45deg, #fff 0%, #fff 50%, #000 50%, #000 100%);
    display: block;
    position: absolute;
    left: 5px;
    bottom: -5px;
    transform: rotate(135deg);
    z-index: -1;
}
.tab-chart-title{
	padding: 1rem 0px;
    width: 50%;
	color: #FFF;
	background-color: #ce9e10aa;
	text-align: center;
	border-radius: 10px 10px 0px 0px;
	height: 60px;
}
.tab-chart-title:nth-child(3){
	padding: 0.5rem 0px;
}
.tab-chart-title.is-active{
	background-color: #ce9e10;
	padding-top: 1.5rem;
	padding-bottom: 2rem;
	height: 70px;
}
.tab-chart-title:nth-child(3).is-active{
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.tab-chart-title:nth-child(3) > .chart-info-title:hover > .info-target{
	bottom:75px
}
@media screen and (max-width:1024px) {
	.tab-chart-title{
		height: 60px;
	}

	.tab-chart-title.is-active{
		padding-top: 1.5rem;
		padding-bottom: 2rem;
		height: 70px;
	}
	.chart-info-title{
		position: relative;
		border-radius: 50%;
		width: 15px;
		height: 15px;
		border: 1px solid #fff;
		display: inline-block;
		text-align: center;
		font-size: 10px;
		line-height: 12px;
	}
	.tab-chart-title:nth-child(1) > .chart-info-title:hover > .info-target{
		left: 0;
		transform: translateX(-28%);
	}
	.tab-chart-title:nth-child(2) > .chart-info-title:hover > .info-target{
		left: 50%;
		transform: translateX(-60%);
	}
	.tab-chart-title:nth-child(3) > .chart-info-title:hover > .info-target{
		left: 50%;
		transform: translateX(-90%);
		bottom:50px;
	}
	.tab-chart-title:nth-child(2) > .chart-info-title:hover > .info-target::after{
		left: 15%;
	}
	.tab-chart-title:nth-child(2) > .chart-info-title:hover > .info-target::after{
		left: 50%;
	}
	.tab-chart-title:nth-child(3) > .chart-info-title:hover > .info-target::after{
		left: 90%;
	}

}
@media screen and (max-width:768px) {
	.tab-chart-title{
		height: 50px;
	}

	.tab-chart-title.is-active{
		padding-top: 1.5rem;
		padding-bottom: 2rem;
		height: 60px;
	}
	.tab-chart-title{
		font-size: 12px;
	}
	.tab-chart-title:nth-child(1) > .chart-info-title:hover > .info-target{
		transform: translateX(-10%);
	}
	.tab-chart-title:nth-child(3) > .chart-info-title:hover > .info-target{
		transform: translateX(-80%);
	}
}