.head-page .item:nth-child(8)>a::after{
    transform: scaleX(1);
    opacity: 1
}
.head-page:hover .item:nth-child(8)>a span{
    color: #0065BD;
}
.head-page.active .item:nth-child(8)>a span{
    color: #0065BD;
}
.contact_page{
    background: url(../images/contact_page.png) no-repeat center/cover;
}
.bread{
    background: transparent;
}
.contact_pg01 .texts{
    /* width: 49.85%; */
    height: 640px;
    padding: 35px 55px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #176CB2;
    width: 394px;
}
.contact_pg01 .texts .desc {
    margin-top: 10px;
}
.contact_pg01 .texts .page_tit {
    margin-bottom: 20px;
}
.contact_pg01 .texts .item{
    margin-bottom: 20px;
}
.contact_pg01 .texts .item:last-child{
    margin-bottom: 0;
}
.contact-map{
    /* width: 50.15%; */
    height: 640px;
    border-radius: 0px 12px 12px 0px;
    /* width: 70%; */
    width: calc(100% - 394px);
}
.contact-map img{
    max-width: initial;
}
.contact_pg02 .width1724{
    box-shadow: 0px 0px 15px 0px rgba(69, 69, 69, 0.1);
    margin-top: 45px;
    background: #fff;
}
.contact_pg02 .list{
    width: 20%;
    height: 349px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 65px 10px;
    box-sizing: border-box;
    position: relative;
    text-align: center;
}
.contact_pg02 .list::after{
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: #F5F5F5;
    position: absolute;
    right: 0;
    top: 0;
}
.contact_pg02 .list:last-child::after{
    display: none;
}
.contact_pg02 .list .icon{
    max-width: 69px;
}
.contact_pg02 .list .icon img{
    transition: all .4s;
}
.contact_pg02 .tit{
    margin: 20px 0 12px;
}
.contact_pg02 .desc {
   min-height: 48px;
}
@media only screen and (min-width: 960px) {
    .contact_pg02 .list:hover .icon img{
        transform: rotateY(180deg);
    }
}
@media only screen and (max-width: 1366px) {
    .contact_pg01 .texts{
        padding: 35px 40px;
        width: 378px;
    }
    .contact-map{
        width: calc(100% - 378px);
    }
    .contact_pg02 .list .icon {
        max-width: 58px;
    }
}
@media only screen and (max-width: 1280px) {
    .contact_pg02 .list .icon {
        max-width: 50px;
    }
    .contact_pg01 .texts {
        height: 598px;
    }
    .contact-map{
        height: 598px;
    }
}
@media only screen and (max-width: 1200px) {
    .contact_pg01 .texts{
        width: 338px;
        padding: 35px 30px;
    }
    .contact-map {
        width: calc(100% - 338px);
    }
}
@media only screen and (max-width: 1024px) {
    .contact_pg02 .list{
        width: 33.33%;
        height: auto;
        padding: 40px 10px;
    }
    .contact_pg02 .width1724{
        justify-content: flex-start;
    }
    .contact_pg01 .texts {
        width: 308px;
        padding: 35px 20px;
        height: 568px;
    }
    .contact-map {
        width: calc(100% - 308px);
        height: 568px;
    }
}
@media only screen and (max-width:768px) {
    .contact_pg01 .texts {
        width: 100%;
        padding: 25px 20px;
        height: auto;
    }
    .contact_pg02 .list {
        width: 100%;
        height: auto;
        padding: 30px 0;
        border-bottom: 1px solid #F5F5F5;
    }
    .contact_pg02 .list:last-child{
        border-bottom: none;
    }
    .contact_pg02 .list::after{
        display: none;
    }
    .contact_pg02 .width1724{
        box-shadow: none;
        margin-top: 25px;
    }
    .contact-map {
        width: 100%;
        height: 268px;
        margin-top: 25px;
    }
    .contact_pg01 .texts .desc {
        margin-top: 5px;
    }
    .contact_pg02 .list .icon {
        max-width: 40px;
    }
}