@charset "utf-8";
/* ===========================================================

	Title: ir.css
	Created: 2017-8-30

=========================================================== */
/*

	library
	highlight
	distribute


=========================================================== */
/* ===========================================================

	library

=========================================================== */
.library-table::-webkit-scrollbar {
  background: #eee;
  width: 12px;
  height: 12px;
  border-radius: 16px;
}
.library-table::-webkit-scrollbar-thumb {
  background-color: #E30C1F;
  border-radius: 16px;
}
.library-table thead {
	position: sticky;
    top: 0;
    z-index: 1;
}
.library-table thead,
.library-table tbody {
    display: block;
}
.library-table thead tr,
.library-table tbody tr {
    display: flex;
}
.library-table {
  display: block;
	height: 652px;
	overflow-y: scroll;
}
.library-table thead th,
.library-table thead td {
	font-family: Poppins;
}
.library-table thead th {
	border-top: none;
}
.library-table th {
  display: flex;
	align-items: center;
  justify-content: center;
	background-color: #F8F8F8;
	font-family: Poppins;
	font-weight: 700;
	flex:1;
	border-right: 1px solid #dcdcdc;
	border-bottom: none;
	box-sizing: border-box;
}
.library-table thead td {
	background-color: #FFF1F2;
	font-weight: 700;
	border-top: none;
}
.library-table td {
	position: relative;
	text-align: center;
	flex:1;
	box-sizing: border-box;
}
.library-table td span {
	display: block;
	margin-bottom: 5px;
}
.library-table td .icon-l {
	display: inline-block;
}
.library-table tbody tr:last-child th {
	border-bottom: none !important;
}
.link-button__open {
	display: inline-block;
	padding: 16px 56px;
	border-radius: 16px;
	border: 1px solid var(--Alizarin-Crimson-600, #E30C1F);
	background: var(--white, #FFF);
	text-decoration: none !important;
}
.link-button__open:hover {
	color: #fff;
	background: var(--white, #E30C1F);
}
/* popup-open
----------------------------------------------------------- */
.library-table td .popup-open {
	display: block;
}
.popup-open {
	position: relative;
	overflow: hidden;
	width: 160px;
	height: 29px;
	line-height: 29px;
	text-align: center;
	margin: 8px auto 0;
	display: inline-block;
	color: #E30C1F !important;
	background-color: #fff;
	font-size: 14px;
	border: solid 1px #E30C1F;
	border-radius: 16px;
	transition: .3s ease-in-out;
	text-decoration: none !important;
}
.popup-open a{
	text-decoration: none;
}
.popup-open:hover {
	text-decoration: none;
	color: #fff !important;
	background-color: #FF1100;
	border: solid 1px #FF1100;
}
.popup-open:after {
    content: "";
    display: inline-block;
    width: 11.5px;
    height: 15px;
    background-image: url(/assets/img/common/ic/ic-popup-open.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
}
.popup-open:hover:before  {
	border-color: transparent transparent transparent #fff;
}

/* ===========================================================

	highlight

=========================================================== */
#ir table.th-top td.end_line {
	border-bottom: solid 1px #dcdcdc;
}

/* ===========================================================

	distribute

=========================================================== */
/* distribute - h2
----------------------------------------------------------- */
h2.actual {
}
h2.forecast {
}

/* distribute - table
----------------------------------------------------------- */
.distribute-table {
	border:none;
}
.distribute-table tr:first-child th,
.distribute-table tr:first-child td {
	border:none;
}
.distribute-table th {
  width: 30%;
  padding: 48px 48px;
  font-size: 24px;
}
.distribute-table td {
  text-align: right;
  padding: 48px 48px 48px 0;
  font-size: 24px;
}
.distribute-table .distribute-table-period {
  text-align: center;
  width: 50%;
}
.distribute-table span {
	font-size: 16px;
}
/* distribute - em
----------------------------------------------------------- */
.actual td em,
.forecast td em {
	font-family: Poppins;
	font-size: 56px;
	font-weight: 500;
	color: #E6002D;
}
.distribute-table .distribute-table-period em {
	font-size: 40px;
	color: #fff;
	margin-left: 32px;
}

.actual td.distribute-table-2nd em,
.forecast td.distribute-table-2nd em {
	font-size: 32px;
}
.forecast em {
	color: #111;
}

/* distribute - table
----------------------------------------------------------- */
.actual th,
.actual td {
	background-color: #FFF1F2;
}
.actual th.distribute-table-2nd,
.actual td.distribute-table-2nd {
	background-color: #fff;
	font-size: 20px;
	padding: 32px 48px;
}
.actual th.distribute-table-period {
  background-color: #E30C1F;
  color: #fff;
}
.forecast th,
.forecast td {
	background-color: #e0e0e0;
  border-color: #dcdcdc;
}
.forecast th em,
.forecast td em {
	color: #292929 !important;
}
.forecast th.distribute-table-2nd,
.forecast td.distribute-table-2nd {
	background-color: #f3f3f3;
}
@media screen and (max-width: 1024px) {
	.distribute-table .distribute-table-period {
	  text-align: center;
	  width: auto;
	}
	.distribute-table .distribute-table-period em {
		display: block;
		font-size: 18px;
		color: #fff;
		margin-left: 0;
	}
	.distribute-table th {
	  width: auto;
	  padding: 8px;
	  font-size: 16px;
	}
	.distribute-table td {
	  text-align: right;
	  padding: 8px;
	  font-size: 16px;
	}
	.actual th.distribute-table-2nd,
	.actual td.distribute-table-2nd {
		background-color: #fff;
		font-size: 14px;
	  padding: 8px;
	}
	.actual td em,
	.forecast td em {
		font-size: 18px !important;
	}
	.actual td em,
	.forecast td em {
		font-family: Poppins;
		font-size: 24px !important;
		font-weight: 500;
		color: #E6002D;
	}
	

}
/* ===========================================================

	event

=========================================================== */
.event__cont table.column__cell {
	flex-basis: 200%;
}

.event__cont .column__cell img {
	margin-bottom: 32px;
	
}