@charset "utf-8";

.head-page .item:nth-child(6) span {
    color: #0081FF;
}
.head-page .item:nth-child(6) a:after {
    transform: scale(1);
    opacity: 1;
}
.talent_page01 .page_desc{
    max-width: 762px;
    margin: 18px auto 70px;
}

.talent_page01 .lists{
    height: 615px;
    background: url(../img/talent_bg01.jpg) no-repeat center/cover;
}
.talent_page01 .list{
    width: 23.5%;
    height: 434px;
    margin-right: 2%;

}
.talent_page01 .list:nth-child(4n){
    margin-right: 0;
}

.talent_page01 .hidd{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0080FF;
    padding: 62.5% 30px 20px;
    box-sizing: border-box;
    transition: all .4s;
    transform: translateX(-100%);
}
.talent_page01 .hidd .tit {
   border-bottom: 1px solid rgba(255,255,255,.3);
   padding-bottom: 13px;
   box-sizing: border-box;
   margin-top: 13px;
   margin-bottom: 10px;
}
.talent_page01 .list .texts{
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
    padding: 0 30px;
    box-sizing: border-box;
}
.talent_page01 .list .title{
    margin-top: 14px;
}

.talent_page01 .list:hover .hidd{
    transform: translateX(0);
}
.talent_page02 .con-tit{
    padding: 0 60px;
    box-sizing: border-box;
    height: 88px;
    background: #F9FAFC;
}

.talent_page02 .name {
    color: #333333;
    text-align: center;
    padding: 0 20px;
    box-sizing: border-box;
    cursor: pointer;
}
.talent_page02 .name:nth-child(1){
    width: 18%;
    text-align: left;
    font-size: 18px;
}
.talent_page02 .name:nth-child(2){
    width: 13%;
}
.talent_page02 .name:nth-child(3){
    width: 16%;
}

.talent_page02 .name:nth-child(4){
    width: 23%;
}
.talent_page02 .name:nth-child(5){
    width: 18%;
}
.detail_btn{
    width: 24px;
    height: 24px;
    border: 1px solid #0080FE;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 33px;
    cursor: pointer;
}
.detail_btn::after{
    content: "";
    display: block;
    width: 11px;
    height: 1px;
    background: #0080FE;
    transition: all .4s;opacity: 0;
}
.detail_btn::before {
    content: "+";
    display: block;
    font-size: 20px;
    color: #0080FE;
    transition: all .4s;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    margin-top: -1px;
    margin-left: 1px;
}
.talent_page02 .text {
    width: 48%;
    padding-right: 3.5%;
    box-sizing: border-box;
}
.talent_page02 .text .show_tit{
    font-size: 16px;
    color: #333;
    margin-bottom: 14px;
    font-weight: 600;
}
.talent_page02 .text .show_con p{
    margin-bottom: 10px;
}
.talent_page02 .text .show_con p:last-child{
    margin-bottom: 0;
}
.talent_page02 .talent02-con {
    margin-bottom: 29px;
}
.talent_page02 .talent02-con:last-child {
    margin-bottom: 0;
}
.talent_page02 .con-hidden {
    padding: 60px 80px;
    box-sizing: border-box;
    display: none;
    background: #F9FAFC;
    border-top: 1px solid #EEEEEE;
}

.talent_page02 .talent02-con.active .detail_btn::after {
    opacity: 1;
}
.talent_page02 .talent02-con.active .detail_btn::before {
     opacity: 0;
}

.talent_page02 .talent02-con.active .watch-detail {
    display: none;
}
@media only screen and (max-width: 1200px) {
    .talent_page01 .list{
        height: 358px;
    }
    .talent_page01 .lists{
        height: auto;
        padding-bottom: 90px;
    }
    .talent_page02 .text{
        padding-right: 0;
    }
}

@media only screen and (max-width: 1043px) {
    .talent_page01 .list .texts{
        padding: 0 15px;
    }
    .talent_page01 .hidd{
        padding: 62.5% 15px 20px;
    }
    .talent_page01 .list {
        height: 328px;
    }
    .talent_page02 .con-hidden {
        padding: 60px 40px;
    }
    .talent_page02 .con-tit {
        padding: 0 20px;
    }
}
@media only screen and (max-width: 960px) {

    .talent_page02 .con-tit {
        padding: 20px 0;
    }
    
}

@media only screen and (max-width: 768px) {
    .talent_page01 .lists{
        padding-bottom: 15px;
    }
    .talent_page01 .page_desc {
        max-width: 100%;
        margin: 18px auto 30px;
    }
  
    .talent_page02 .talent02-con {
        margin-bottom: 20px;
    }

    .talent_page02 .text {
        width: 100%;
        margin-top: 15px;
    }
    .talent_page02 .text:first-child{
        margin-top: 0;
    }

    .talent_page01 .list {
        height: 248px;
        width: 48%;
        margin-right: 4%;
        margin-bottom: 15px;
    }
    .talent_page01 .list:nth-child(2n){
        margin-right: 0;
    }
    .talent_page01 .hidd {
        padding: 20px 15px ;
    }
    .talent_page02 .con-hidden {
        padding: 30px 15px;
    }
    .talent_page02 .name:nth-child(4){
        display: none;
    }
    .talent_page02 .name:nth-child(3){
        display: none;
    }
    .talent_page02 .name:nth-child(2){
        display: none;
    }
    .talent_page02 .name:nth-child(5){
        display: none;
    }
    .talent_page02 .name:nth-child(1) {
        width: 85%;
        padding: 0 0 0 20px;
        font-size: 16px;
    }
    .talent_page02 .con-tit{
        height: auto;
        padding: 15px 0;
    }
    .detail_btn{
        right: 15px;
    }
    .talent_page01 .list .title{
        height: 42px;
    }
    .talent_page02 .text .show_con p:last-child{
        margin-bottom: 5px;
    }
}