
.head-page .item:nth-child(5)>a::after{
    transform: scaleX(1);
    opacity: 1
}
.head-page:hover .item:nth-child(5)>a span{
    color: #0065BD;
}
.head-page.active .item:nth-child(5)>a span{
    color: #0065BD;
}
.investor_pg01 .lists{
    justify-content: space-between;
}
.investor_pg01 .img{
    display: none;
    align-items: center;
    justify-content: center;
}
.investor_pg01 .img.active{
    display: flex;
}
.investor_pg01 .imgs{
    width: 43%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.investor_pg01 .contents{
    width: 55%;
    background: #F7F7F7;
    height: 496px;
}
.investor_pg01 .contents_title{
    padding: 0 70px;
    box-sizing: border-box;
}

.investor_pg01 .contents_tit {
    border-bottom: 1px solid #DDDDDD;
    padding: 40px 0 20px;
    box-sizing: border-box;
}
.investor_pg01 .contents_content{
    padding: 4px 70px 0;
    box-sizing: border-box;
}
.investor_pg01 .contents_text_num span{
    font-weight: bold;
    font-size: 56px;
    color: #0065BD;
    margin-right: 21px;
}
.investor_pg01 .contents_text_text {
    color: #0065BD;
    margin-left: 30px;
}
.investor_pg01 .contents_text_next{
    margin-right: 10px;
}
img{
    display: block;
}
.investor_pg01 .contents_text_next img{
    display: none;
}
.investor_pg01 .contents_text_next .up{
    display: none;
}
.investor_pg01 .contents_desc {
    margin-top: 5px;
}
.investor_pg01 .items{
    padding: 0 10px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
}
.investor_pg01 .item{
    width: 25%;
    margin-top: 45px;
    padding-right: 10px;
    box-sizing: border-box;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.investor_pg01 .item::after{
    display: block;
    content: "";
    width: 2px;
    height: 60px;
    background: #EBEBEB;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.investor_pg01 .item:nth-child(4n)::after{
    display: none;
}
.investor_pg01 .item_text {
    margin-top: 6px;
}
.investor_pg01 .imgs_nav{
    border: 1px solid #E9E9E9;
    margin-top: 48px;
}
.investor_pg01 .img_nav {
    width: 92px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    position: relative;
    z-index: 1;
}
.investor_pg01 .img_nav::after{
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: #E9E9E9;
    position: absolute;
    right: 0;
    top: 0;
}
.investor_pg01 .img_nav:last-child::after{
    display: none;
}
.investor_pg01 .img_nav::before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #0065BD;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .4s;
    transform: scale(0);
    z-index: -1;
}
.investor_pg01 .img_nav.active{
    color: #fff;
}
.investor_pg01 .img_nav.active::before{
    transform: scale(1);
}
.investor_pg02 .watch-more{
    margin-top: 0;
}
.investor_pg02 .width1724{
    padding: 0 3.5%;
    box-sizing: border-box;
}
.investor_pg02 .items{
    position: relative;
}
.investor_pg02 .items::after{
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    background: #E8E8E8;
}
.investor_pg02 .item {
    width: 45%;
    margin-right: 10%;
}
.investor_pg02 .item:nth-child(2n){
    margin-right: 0;
}
.investor_pg02 .item .time_tit{
    padding: 15px 0;
    box-sizing: border-box;
    width: 135px;
}
.investor_pg02 .item .tit_tit{
    padding: 15px 0;
    box-sizing: border-box;
   border-bottom: 1px solid  #E8E8E8;
   box-sizing: border-box;
   width: calc(100% - 135px);
   transition: all .4s;
   position: relative;
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
}
.investor_pg02 .item .tit_tit::after{
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background: #0065BD;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all .4s;
}
@media only screen and (min-width: 960px) {
    .investor_pg02 .item .tit_tit:hover{
        color: #0065BD;
    }
    .investor_pg02 .item .tit_tit:hover::after{
        width: 100%;
    }
    .investor_pg01 .img_nav:hover{
        color: #fff;
    }
    .investor_pg01 .img_nav:hover::before{
        transform: scale(1);
    }
}
@media only screen and (max-width: 1518px) {
    .investor_pg02 .item .time_tit{
        width: 120px;
    }
    .investor_pg02 .item .tit_tit{
        width: calc(100% - 120px);
    }
}
@media only screen and (max-width: 1440px) {
    .investor_pg02 .content{
        padding: 0 3.5%;
    }
}
@media only screen and (max-width: 1366px) {
    .investor_pg01 .contents_title{
        padding: 0 50px; 
    }
    .investor_pg01 .contents_content {
        padding: 4px 50px 0;
    }
    .investor_pg02 .content{
        padding: 0 2%;
    }
}
@media only screen and (max-width: 1280px) {
    .investor_pg01 .contents_text_num span{
        font-size: 40px;
    }
}
@media only screen and (max-width: 1200px) {
    .investor_pg01 .item{
        margin-top: 30px;
    }
    .investor_pg01 .contents{
        height: 428px;
    }
}
@media only screen and (max-width: 1024px) {
    .investor_pg02 .width1724::after{
        display: none;
    }
    .investor_pg02 .item .time_tit {
        width: 100px;
    }
    .investor_pg02 .item .tit_tit{
        width: calc(100% - 100px);
    }
    .investor_pg02 .width1724{
        padding: 0;
    }
}
@media only screen and (max-width: 768px) {
    .investor_pg01 .page_title {
        justify-content: center;
    }
    .investor_pg01 .contents {
        height: auto;
        width: 100%;
    }
    .investor_pg01 .imgs {
        width: 100%;
        margin-top: 25px;
    }
    .investor_pg01 .imgs_nav {
        margin-top: 25px;
        width: 100%;
    }
    .investor_pg01 .img_nav{
        width: 25%;
    }
    .investor_pg01 .contents_title {
        padding: 0 20px;
    }
    .investor_pg01 .contents_content {
        padding: 20px 20px 0;
    }
    .investor_pg01 .item {
        margin-top: 20px;
        width: 50%;
    }
    .investor_pg01 .contents_text_num span {
        font-size: 24px;
    }
    .investor_pg01 .contents_text_text{
        margin-left: 20px;
    }
    .investor_pg01 .contents_tit{
        padding: 20px 0 15px;
    }
    .investor_pg01 .items {
        padding: 0 0 25px;
    }
    .investor_pg02 .item .time_tit{
        width: 100%;
        padding: 0;
        padding-top: 15px;
    }
    .investor_pg02 .item .tit_tit {
        width: 100%;
        padding-top: 5px;
      
    }
    .investor_pg02 .item:first-child .time_tit{
        padding-top: 0;
    }
    .investor_pg01 .lists{
        margin-top: 20px;
    }
    .investor_pg02 .item {
        width: 100%;
        margin-right: 0;
    }
    .investor_pg02 .items::after{
        display: none;
    }
}