.ctapanel {
    padding-bottom: 65px;
}
.pbg {
    background: #fafbfe;
}
#map {
    height: 564px;
}
.pw {
    width: 1200px;
    margin: 0 auto;
}
.ctabox {
    background: #fff;
    border-top: 5px solid #cc0000;
    margin-top: -70px;
    padding: 63px 0 180px 0;
    position: relative;
    z-index: 10;
}
.abTitle {
    text-align: center;
}
.abTitle .ch {
    font-size: 20px;
    color: #333;
    margin-bottom: 5px;
}
.abTitle .en {
    font-family: Arial;
    color: #bea369;
    text-transform: uppercase;
    font-size: 36px;
    font-weight: bold;
}

.wsibf, .pager {
    text-align: center;
    font-size: 0;
}

.ctas {
    margin-top: 73px;
}

.ctas li {
    padding: 0 70px;
    position: relative;
    min-height: 147px;
}

.ctas .line {
    width: 1px;
    height: 147px;
    background: #dcdcdc;
    position: absolute;
    top: 0;
    left: 0;
}

.ctas li:first-child .line {
    display: none;
}

.ctas a {
    display: block;
    width: 260px;
    color: #666;
    padding-top: 15px;
    cursor: auto;
}

.ico, .aw {
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    transition: 300ms;
    -webkit-transition: 300ms;
    -ms-transition: 300ms;
}

.ctas .ico {
    width: 100%;
    height: 50px;
    background-position: center top;
    transition: 0ms;
    -webkit-transition: 0ms;
}

.ctas .addr .ico {
    background-image: url(../images/addr2.png);
}

.ctas .tel .ico {
    background-image: url(../images/tel2.png);
}

.ctas .email .ico {
    background-image: url(../images/email2.png);
}

.ctas .x {
    font-size: 15px;
    line-height: 1.4;
    margin-top: 20px;
}

.wsib, .pager a {
    display: inline-block;
}

@media screen and (max-width: 1024px) {
    #map {
        height: 364px;
    }
    .ctabox {
        margin-top: -50px;
        padding: 50px 0;
    }
    .abTitle .ch {
        font-size: 18px;
    }
    .abTitle .en {
        font-size: 22px;
    }
    .ctas {
        margin-top: 35px;
    }
    .pw, .pw2 {
        width: 90%;
    }
    .ctas li {
        margin-bottom: 25px;
        width: 100%;
        min-height: 0;
        padding: 0;
    }
    .ctas li .line {
        display: none;
    }
    .ctas a {
        padding-top: 0;
        margin: 0 auto;
    }
    .ctas .ico {
        transform-origin: center bottom;
        -webkit-transform-origin: center bottom;
        transform: scale(0.8);
        -webkit-transform: scale(0.8);
    }
    .ctas .x {
        margin-top: 5px;
    }
}