.head-page .join_item>a::after{
    transform: scaleX(1);
    opacity: 1;
}
.head-page .join_item >a span{
    color: #dac399;
}
.contact_pg01 .list {
    width: 24.175%;
    margin-right: 1.1%;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    transition: all .4s;
    text-align: center;
}
.contact_pg01 .list:nth-child(4n) {
    margin-right: 0;
}
.contact_pg01 .list .icon {
    position: relative;
    
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact_pg01 .list img {
    transition: all .4s;
}
.contact_pg01 .list .h-img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}
.contact_pg01 .list .tit {
    margin: 10px 0 8px;
}
.contact-map{
    height: 600px;
}
.contact-map img {
    max-width:initial;
}
.contact_pg03::after {
    content: "";
    display: block;
    height: 529px;
    width: 100%;
    background: url(../img/contact-bg03.png) no-repeat center/cover;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.Recruitment-box3 {
    background: #f8f8f8;
}
.talent_pg02 .con_tit{
    transition: all .4s;
    height: 158px;
    cursor: pointer;
}
.talent_pg02 .con_tit_l{
    padding: 0 45px;
    box-sizing: border-box;
    width: calc(100% - 173px);
}
.talent_pg02 .con_tit_l .desc {
    margin: 12px  0;
}
.talent_pg02 .con_tit_l .desc span{
    margin-right: 25px;
}
.talent_pg02 .con_tit_l .desc span:last-child{
    margin-right: 0;
}
.talent_pg02 .talent02_con{
    border: 1px solid #EBEBEB;
    margin-bottom: 30px;
} 
.talent_pg02 .talent02_con:last-child{
    margin-bottom: 0;
}
.talent_pg02 .con_hidden{
    padding: 40px 45px 45px;
    box-sizing: border-box;
    border-top: 1px solid #EBEBEB;
    display: none;
}
.talent_pg02 .con_hidden .con_title {
    margin-bottom: 10px;
}
.talent_pg02 .con_hidden .con{
    margin-bottom: 25px;
}
.talent_pg02 .con_detail{
    width: 173px;
    border-left: 1px solid #EBEBEB;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.talent_pg02 .con_detail a{
    transition: all .4s;
    align-items: center;
}
.talent_pg02 .con_detail a::after{
    content: "";
    display: block;
    width: 13px;
    height: 7px;
    margin-left: 15px;
   
    transition: all .4s;
}
.talent_pg02 .watch_detail{
    color: #000000;
    display: flex;
    
}
.talent_pg02 .watch_detail::after{
    background: url(../img/watch_detail.svg) no-repeat center/cover;
}
.talent_pg02 .watch_up{
    color: #dac399;
    display: none;
    
}
.talent_pg02 .watch_up::after{
    transform: rotate(180deg);
    background: url(../img/watch_up.svg) no-repeat center/cover;
}

.talent_pg02 .talent02_con.active .tit {
    color: #dac399;
}
.talent_pg02 .talent02_con.active .watch_detail{
    display: none;
}
.talent_pg02 .talent02_con.active .watch_up{
    display: flex;
}
.tk{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .35);
    bottom: 0;
    right: 0;
    z-index: 999;
    display: none;
    align-items: center;
    justify-content: center;
}
.tk.active{
    display: flex;
}
.tk .box{
    max-width: 1157px;
    height: 650px;
    background: #FFFFFF;
    border-radius: 20px;
    width: 92%;
    padding: 35px 45px;
    box-sizing: border-box;
}
.tk .title{
    border-bottom: 2px solid #EFEFEF;
    padding-bottom: 22px;
    position: relative;
}
.tk .title::before {
    content: "";
    display: block;
    width: 98px;
    height: 3px;
    background: #dac399;
    position: absolute;
    bottom: -1px;
    left: 0;
}
.tk .tit {
    margin: 30px 0 22px;
}
.tk .ftit {
    height: 60px;
    background: #F5F5F5;
    padding: 0 30px;
    box-sizing: border-box;
}
.tk .uplode_content{
    border: 1px solid #ECECEC;
    height: 240px;
    margin-top: 35px;
    padding: 16px;
    box-sizing: border-box;
}
.tk .uplode_box{
    border: 1px dashed #ECECEC;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 20px 14px;
    box-sizing: border-box;
}
.tk .uplode_box .uplode_title_tit  span{
    color: #dac399;
}
.uplode_close{
    max-width: 18px;
}
.uplode_texts{
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
}
.uplode_icon{
    width: 230px;
    height: 80px;
    background: #F5F5F5;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 10px;
    cursor: pointer;
    z-index: 3;
}
.uplode_icon label{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.uplode_icon label img {
    max-width: 50px;
}
.uplode_texts input{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: -1;
    cursor: pointer;
}
.tk .scale_box{
    width: 16px;
    height: 16px;
    background: #dac399;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}
.tk .scale_box::after{
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background: #FFFFFF;
    border-radius: 50%;
}
.delivery_btns{
    width: 150px;
    height: 53px;
    border: 1px solid #dac399;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    color: #dac399;
    margin: 45px auto 0;
}
.delivery_btns::before{
    content: "";
    display: block;
    width: 0;
    height: 100%;
    background: #dac399;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transition: all .4s;
}
.delivery_btns:hover{
    color: #fff;
}
.delivery_btns:hover::before{
    width: 100%;
}
.tk .close{
    position: absolute;
    right: 0;
}
.tk .close img{
    max-width: 100%;
    transition: all .4s;
}
.tk .close img:hover{
    transform: rotate(360deg);
}
.talent_pg02 .talent02_con:hover{
    border: 1px solid #dac399;
}
@media only screen and (min-width: 960px) {
    .contact_pg01 .list:hover img{
        transform: rotateY(180deg);
    }
}
@media only screen and (max-width: 1280px) {
    .talent_pg02 .con_tit_l {
        padding: 0 35px;
    }
    .talent_pg02 .con_hidden {
        padding: 40px 35px 45px;
    }
}
@media only screen and (max-width: 1200px) {
    .talent_pg02 .con_tit_l {
        padding: 0 25px;
    }
    .talent_pg02 .con_hidden {
        padding: 40px 25px 45px;
    }
    .contact_pg01 .lists {
        padding: 0;
    }
}
@media only screen and (max-width: 1043px) {
    .contact-map{
        height: 520px;
    }
}
@media only screen and (max-width: 768px) {
    .contact_pg01 .list {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 15px;
    }
    .contact_pg01 .list:nth-child(2n) {
        margin-right: 0;
    }
    .contact_pg01 .list .icon {
        max-width: 65px;
    }
    .contact-map {
        height: 225px;
    }
    .talent_pg02 .con_tit_l{
        width: 100%;
        padding: 0 20px;
    }
    .talent_pg02 .con_detail{
        width: 100%;
        margin-top: 15px;
    }
    .talent_pg02 .con_tit{
        height: auto;
        padding: 20px 0;
    }
    .talent_pg02 .con_hidden {
        padding: 25px 15px 30px;
    }
    .deliver_btn {
        width: 126px;
        height: 40px;
        margin: 20px auto 0;
    }
    .talent_pg02 .talent02_con {
        margin-bottom: 15px;
    }

    .talent_pg02 .con_hidden .con{
        margin-bottom: 20px;
    }
    .talent_pg02 .con_tit_l .desc span{
        width: 100%;
        margin-right: 0;
    }
    .tk .box {
        height: auto;
        padding: 30px 15px;
    }
    .tk .title{
        padding-bottom: 10px;
    }
    .tk .tit {
        margin: 20px 0 15px;
    }
    .tk .ftit {
        height: 48px;
        padding: 0 20px;
    }
    .delivery_btns {
        width: 126px;
        height: 44px;
        margin: 25px auto 0;
    }
    .uplode_icon{
        width: 158px;
        height: 75px;
    }
    .tk .uplode_content{
        margin-top: 25px;
    }
    .tk .close img {
        max-width: 20px;
    }
}