﻿.pt-20 {
    padding-top: 20px;
}

.pt-60 {
    padding-top: 60px;
}

.pb-60 {
    padding-bottom: 60px;
}

.imgbox03-bg01 {
    background: url(~/Portals/0/Images/CorpoSlider) no-repeat center center;
    background-size: cover;
}

.imgbox03 {
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
    transition: all ease-in 200ms;
    -moz-transition: all ease-in 200ms;
    -webkit-transition: all ease-in 200ms;
    -o-transition: all ease-in 200ms;
    -ms-transition: all ease-in 200ms;
    margin: 0 0 12px 0;
    padding-bottom: 30px;
}

    .imgbox03:hover,
    .imgbox03:hover .imgbox03-con .btn {
        border-color: #ba8119;
    }

    .imgbox03 img {
        width: 100%;
    }

    .imgbox03 h2 {
        font-size: 22px;
        font-weight: normal;
        line-height: 1.2;
        color: #fff;
        margin: 0;
        padding: 30px 0 15px 0;
    }

    .imgbox03 h3 {
        font-size: 15px;
        font-weight: normal;
        line-height: 1.2;
        color: #fff;
        margin: 0;
        padding: 30px 0 15px 0;
    }

    .imgbox03 .line {
        border-bottom: 1px solid #fff;
        border-color: rgba(255,255,255,0.5);
        margin: 20px 0 20px 0;
    }

    .imgbox03 .imgbox03-con {
        padding: 0 32px;
    }

        .imgbox03 .imgbox03-con .btn {
            border: 1px solid #fff;
            margin: 0 0 22px 0;
            padding: 7px 38px;
            font-size: 13px;
            color: #fff;
            display: inline-block;
            border-radius: 5px;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            transition: all ease-in 200ms;
            -moz-transition: all ease-in 200ms;
            -webkit-transition: all ease-in 200ms;
            -o-transition: all ease-in 200ms;
            -ms-transition: all ease-in 200ms;
        }
