/*=================== About ===================*/
.background
{
    background-image: url('korec_logo/korec_black.png');
    background-size: 100%;
    background-repeat: no repeat;
}

.introduce
{
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    line-height : 29px;
}

#bg {
    position: absolute;
    top: -50%; 
    left: -50%; 
    width: 200%; 
    height: 200%;
    z-index: -1;
    
    }

#bg img {
    position: absolute; 
    top: 0; 
    left: 0; 
    right: 0; 
    bottom: 0; 
    margin: auto; 
    min-width: 50%;
    min-height: 50%;
    
    }

    #content
    {
        margin : 0 auto;
        width : 960px;
    }
    .contentname
    {
        font-size: 50px;
        font-weight: bold;
        line-height : 57px;
    }

    .horpic
    {
        width : 70%;
        max-width: 700px;
        height : 60%;
        max-height: 500px;
        display:block;
        margin: 0 auto;
    }


    #wrap
    {
        width : 980px;
        margin: 0 auto;
        overflow: hidden;
    }

    .verpic
    { 
        width:300px;
        height :550px;
        float:left;
        margin : 20px 10px 0px 0px; 
    }

    .vertext
    { 
        width:300px;
        font-size: 16px;
        float:left;
        margin : 20px 10px 0px 0px; 
        line-height : 20px;
    }

    .contentbox
    {
        border-radius: 45px 45px 45px 45px;
        -webkit-border-radius: 45px 45px 45px 45px;
        -moz-border-radius: 45px 45px 45px 45px;

        background: #84a7c7;
        background: -webkit-linear-gradient(41deg, #84a7c7 0%, #a3a3d7 100%);
        background: linear-gradient(41deg, #84a7c7 0%, #a3a3d7 100%);
        
        font-size: 25px;
        width: 250px;
        margin : 12px 7px 0px 0px;
        text-align: center;
        float: left;
        height: 40px;
        line-height: 40px;
        font-style: bold;
    }


    /*================================================*/


 