@charset "utf-8";

/* CSS Document */

#wrapper #container #ReasonBox .container_2 {
    background: url(../img/company/company_bg.jpg) center no-repeat;
    background-size: 100%;
    width: 1000px;
    height: 1000px;
    margin: 50 auto auto;
}

#wrapper #container #ReasonBox .container_2 .company_contents {
    float: left;
    width: 630px;
    margin: 200px auto auto 122px;
}

#wrapper #container #ReasonBox .container_2 .company_contents .border {
    margin-bottom: 28px;
}

#wrapper #container #ReasonBox .container_2 .company_contents .text_2 {
    float: left;
    margin-left: 7px;
    margin-bottom: 28px;
    font-size: 16px;
    /* font-weight: bold; */
    width: 630px;
}

#wrapper #container #ReasonBox .container_2 .company_contents .text_2 .text_3 {
    float: left;
}

#wrapper #container #ReasonBox .container_2 .company_contents .text_2 .text_4 {
    font-size: 15px;
    float: left;
    margin-left: 100px;
}

#wrapper #container #ReasonBox .container_2 .company_contents .text_2 .text_4 .name_subtxt {
    font-size: 12px;
    line-height: 1.6em;
}

#wrapper #container #ReasonBox .photo_1 {
    float: left;
    margin-top: 93px;
    padding-bottom: 10px;
    width: 100%;
}

#wrapper #container #ReasonBox .photo_1 img {
    float: right;
}

@media (max-width: 1046px) {
    #wrapper #container #ReasonBox .container_2 {
        width: 100%;
        background-size: 100%;
        height: 1000px;
        overflow: hidden;
    }
    #wrapper #container #ReasonBox .container_2 .company_contents {}
}

@media (max-width: 960px) {
    #wrapper #container #ReasonBox .container_2 {
        background-size: 100%;
    }
}
@media (max-width: 930px) {
    #wrapper #container #ReasonBox .container_2 {
        background-size: cover;
    }
}
 
@media (max-width: 768px) {
    #wrapper #container #ReasonBox .container_2 {
        width: 100%;
        background-size: cover;
        height: auto;
        overflow: hidden;
        margin-bottom: 50px;
    }
    #wrapper #container #ReasonBox .container_2 .company_contents {
        width: 100%;
        margin: 142px auto auto 0;
        padding-left: 7.2%;
    }
    #wrapper #container #ReasonBox .container_2 .company_contents .text_2 {
        width: 100%;
        margin-left: 0;
    }
    #wrapper #container #ReasonBox .container_2 .company_contents .text_2 .text_3 {
        width: 20%;
    }
    #wrapper #container #ReasonBox .container_2 .company_contents .text_2 .text_4 {
        width: 63%;
        margin-left: 10%
    }
}

@media (max-width: 320px) {
    #wrapper #container #ReasonBox .container_2 .company_contents .text_2 {
        font-size: 15px;
    }
    #wrapper #container #ReasonBox .container_2 .company_contents .text_2 .text_3 {
        width: 22%;
    }
    #wrapper #container #ReasonBox .container_2 .company_contents .text_2 .text_4 {
        font-size: 14px;
        width: 61%;
    }
}
