 .coming {
    font-size: 45px;
    color: #464646;
    border-top: 2px dotted #b4b4b4;
    border-bottom: 2px dotted #b4b4b4;
    padding: 30px 0;
}

/*-------------------------------------investor_02------------------------------------*/

#investor_02 .page-title {
    background-color: #04396f;
    position: relative;
    padding: 20px 80px 25px;
}

#investor_02 .page-title:before {
    border-top: 80px solid #04396f;
}

#investor_02 .box-title {
    border-bottom: none;
    padding: 35px 0 25px 0;
}

.box-cell .left, .box-cell .right {
    display: inline-block;
    vertical-align: top;
}

.box-cell .left {
    width:35%;
    font-size: 15px;
	padding-right:10%;
    font-weight: bold;
}

.box-cell .right {
    width:55%;
    font-size: 15px;
}

.investor-2-nav li {
    display: inline-block;
    padding: 10px 15px 5px 15px;
    cursor: pointer;
    border-radius: 5px 5px 0 0;
}

.investor-2-nav {
    width: 100%;
    border-bottom: 4px solid #6097c4;
}

.stock-chart {
    //background-color: powderblue;
    width: 100%;
    height: 200px;
    display: none;
}

.history {
    //background-color: papayawhip;
    width: 100%;
    height: auto;
    display: none;
}

.nav-active {
    background-color: #6097c4;
    color: white;
    font-weight: bold;
}

.stock-name {
    font-size: 22px;
    line-height: 1.5;
    margin-top: 5px;
}

.stock-name, .stock-code {
    color: #464646;
    padding-left: 8px;
}

.title-bar {
    width: 100%;
    background-color: #6097c4;
    padding: 8px 0 8px 10px;
    box-sizing: border-box;
    color: white;
    font-size: 16px;
    margin-top: 30px;
}

.form-label, select, .slash {
    display: inline-block;
}

select.leftest {
    margin-left: 100px;
}

select.leftest-2 {
    margin-left: 106px;
}

.form-column select {
    border: 1px solid #464646;
    color: #464646;
}

.slash {
    color: #464646;
    font-size: 13px;
}

.form-label {
    font-size: 13px;
    color: #464646;
}

.form-column {
    padding: 10px;
    box-sizing: border-box;
    border-bottom: 1px solid #b4b4b4;
}

input[type=submit] {
    padding: 5px 10px;
    cursor: pointer;
    margin-top: 10px;
}

input[type=submit]:hover {
    box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.2);
    transition: 0.1s ease;
}

.history ul li {
    display: inline-block;
    width: 16.66%;
    background-color: #b4b4b4;
    font-size: 16px;
    padding: 12px 10px;
    box-sizing: border-box;
    color: white;
}

.history ul {
    font-size: 0;
}

/*-------------------------------------investor_02------------------------------------*/

/*-------------------------------------investor_03------------------------------------*/

.c-date {
    margin-right: 50px;
    display: inline-block;
}

.c-title {
    width: 500px;
    display: inline-block;
    vertical-align: top;
}

#investor_03 .page-title {
    background-color: #04396f;
    position: relative;
   padding: 20px 120px 25px;
}

#investor_03 .page-title:before {
    border-top: 80px solid #04396f;
}

#investor_03 .box-title {
    border-bottom: none;
    padding: 35px 0 25px 0;
}

select.yr-button {
    display: inline-block;
    background-color: #04396f;
    color: white;
    font-weight: lighter;
    font-size: 15px;
    padding: 10px 20px;
    float: right;
    cursor: pointer;
    transform: translate(0,-50%);
}

.column {
    width: calc( 100% - 32px );
    padding: 15px 25px;
    box-sizing: border-box;
    background-color: #ebebeb;
    position: relative;
    margin: 5px 0 25px 16px;
    font-size: 15px;
}

#investor_05 .column {
    margin: 5px 0 0 16px;
}

.column:before, .column:after {
    content: '';
    height: 0;
    width: 0;
    top: 0;
    position: absolute;
}

.column:before {
    border-left: 16px solid transparent;
    border-bottom: 45px solid #ebebeb;
    left: -16px;
}

.column:after {
    border-right: 16px solid transparent;
    border-top: 45px solid #ebebeb;
    right: -16px;
}

.column#double:before {
    border-bottom: 60px solid #ebebeb;
}

.column#double:after {
    border-top: 60px solid #ebebeb;
}

.column a {
    color: #0072bc;
    font-weight: bold;
    float: right;
    transition: 0.2s ease;
}

.column a:hover {
    opacity: 0.7;
}

/*-------------------------------------investor_03------------------------------------*/

/*-------------------------------------investor_04------------------------------------*/

#investor_04 .page-title {
    background-color: #04396f;
    position: relative;
    padding: 20px 80px 25px;
}

#investor_04 .page-title:before {
    border-top: 80px solid #04396f;
}

#investor_04 .box-title {
    border-bottom: none;
}

.bar-chart {
    padding: 25px;
    background-color: #ebebeb;
    width: 47%;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
}

.bar-chart#odd-chart {
    margin-right: 25px;
}

.bar-chart-section {
    width: 100%;
    position: relative;
    font-size: 0;
}

.bar-chart h2 {
    padding: 15px 0 35px 0;
    border-bottom: 1px solid #444444;
}

.bars {
    height: 45px;
    margin: 20px 0 10px 0;
    position: relative;
}

.bars#b1 {
    width: 87%;
    background-color: #005da0;
    margin-top: 35px;
}

.bars#b2 {
    width: 17%;
    background-color: #2f79af;
}

.bars#b3 {
    width: 10%;
    background-color: #5f97bf;
}

.bars#b4 {
    width: 75%;
    background-color: #8fb4cf;
}

.bars#b5 {
    width: 78%;
    background-color: #005da0;
    margin-top: 35px;
}

.bars#b6 {
    width: 20%;
    background-color: #2f79af;
}

.bars#b7 {
    width: 17%;
    background-color: #5f97bf;
}

.bars#b8 {
    width: 37%;
    background-color: #8fb4cf;
}

.bars:after {
    content: '';
    width: 17px;
    height: 45px;
    background-color: rgba(0,0,0,0.1);
    position: absolute;
    right: 0;
}

.bars-dis {
    font-size: 14px;
    color: #444444;
}

.bar-chart-section {
    margin-top: 35px;
}

/*-------------------------------------investor_04------------------------------------*/

/*-------------------------------------investor_05------------------------------------*/

#investor_05 .page-title {
    background-color: #04396f;
    position: relative;
    padding: 20px 80px 25px;
}

#investor_05 .page-title:before {
    border-top: 80px solid #04396f;
}

#investor_05 .box-title {
    border-bottom: none;
    padding: 35px 0 25px 0;
}

#investor_05 .column {
    font-weight: bold;
    cursor: pointer;
}

/*#investor_05 .column:hover {
    opacity: 0.8;
    transition: 0.2s ease;
}*/

.minus {
    display: none;
}

#investor_05 .contact-box img {
    width: 150px;
    border: 1px solid #ebebeb;
    display: none;
    cursor: pointer;
	margin-top:30px;
}

.report-name {
    padding:10px 0 0 0;
    line-height: 1.15;
    display: none;
}

.report-wrap {    
    text-align: center;
   width: 40%;
  display: inline-block;
}
.report-wrap:last-child .report-name{ padding-bottom:30px;}
/*-------------------------------------investor_05------------------------------------*/

/*-------------------------------------investor_06------------------------------------*/

#investor_06 .page-title {
    background-color: #04396f;
    position: relative;
    padding: 23px 15px 25px;
}

#investor_06 .page-title:before {
    border-top: 80px solid #04396f;
}

#investor_06 .box-title {
    border-bottom: none;
    padding: 35px 0 25px 0;
}

#investor_06 .column {
    font-weight: bold;
    cursor: pointer;
}

/*#investor_05 .column:hover {
    opacity: 0.8;
    transition: 0.2s ease;
}*/

.minus {
    display: none;
}

#investor_06 img,
#about_overview img{
    width: 300px;
    border: 1px solid #ebebeb;
    //display: none;
    
}

#investor_06 img.play,
#about_overview img.play{
    width: 80px;
    border: none;
    //display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    opacity: 0.5;
    cursor: pointer;
}

#investor_06 img.play:hover,
#about_overview img.play:hover
{
    opacity: 0.9;
}

.video-wrap {
    position: relative;
    width: 300px;
    display: none;
}
#about_overview .video-wrap {
    width: 310px;
    margin-top: 15px;
}
.v-show {
    display: block;
}

.video-lightbox-wrapper {
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 900;
    text-align: center;
    display: none;
}

#investor_06 {
    position: relative;
}

#investor_06 .video-lightbox img {
    width: 70%;
    position: relative;
    top: 75px;
    cursor: auto;
}

.video-lightbox .fa {
    color: white;
    font-size: 40px;
    position: absolute;
    top: 15px;
    right: 15px;
    margin-left: 5px;
    opacity: 0.7;
    cursor: pointer;
}

.video-lightbox .fa:hover {
    opacity: 1;
    transition: 0.3s ease;
}

#investor_06 .report-name {
    text-align: center;
}

.video-lightbox video{
       width: 100%;
       max-width: 1000px; 
}
.video-lightbox{
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
    padding: 60px 30px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

/*-------------------------------------investor_06------------------------------------*/

/*-------------------------------------investor_07------------------------------------*/

#investor_07 .page-title {
    background-color: #04396f;
    position: relative;
    padding: 20px 80px 25px;
}

#investor_07 .page-title:before {
    border-top: 80px solid #04396f;
}

#investor_07 .box-title {
    border-bottom: none;
    padding: 35px 0 25px 0;
}

#investor_07 .column {
    font-weight: bold;
    cursor: pointer;
}

/*#investor_05 .column:hover {
    opacity: 0.8;
    transition: 0.2s ease;
}*/

.minus {
    display: none;
}

#investor_07 .contact-box img {
    width: 150px;
    border: 1px solid #ebebeb;
    margin-left: 40px;
    display: none;
    cursor: pointer;
}

/*-------------------------------------investor_07------------------------------------*/

.first-col{
    font-size: 15px;
    display: inline-block;
    width:25%;
    vertical-align: top;
}

.second-col{
    font-size: 15px;
    display: inline-block;
    width:20%;
    vertical-align: top;
}

.third-col {
    font-size: 15px;
    display: inline-block;
    width:25%;
    vertical-align: top;
}

.fourth-col {
    font-size: 15px;
    display: inline-block;
    width:30%;
    vertical-align: top;
}
.report-box li{ min-height:60px;}