@charset "utf-8";


/* company 완료 */
.com_banner {
    padding-top: 200px;
    width: 1480px;
    margin: 0 auto;
}

.com_title h2 {
    margin-bottom: 15px;
}

.com_tit {
    margin-bottom: 40px;
}

.com_tit .img_home {
    display: flex;
}

.com_tit p {
    color: #999999;
    font-size: 16px;
    font-weight: 600;
    margin-right: 15px;
}

.com_tit .border_line {
    color: #444444;
    border-bottom: 2px solid #444444;
    width: 57px;
}

/* .banner_video iframe {
    width: 1790px;
    height: 350px;
    margin-left: 65px;
    margin-bottom: 100px;
    border-radius: 50px;
} */
/* company 완료 */


/* company_title 완료 */
.company_title {
    width: 1480px;
    margin: 0 auto;
    display: flex;
}

.com_tit h2 {
    color: #045EAC;
    font-size: 42px;
    font-weight: 800;
    margin-bottom: 34px;
}

.com_tit .green {
    color: #00AC72;
    font-size: 32px;
    font-weight: 700;
    margin-top: 5px;
}

.com_tit .ppp {
    margin-right: 131px;
}

.com_tit .p_1 {
    color: #444444;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 40px;
}

.com_tit .p_2 {
    color: #666666;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 40px;
}

.com_tit .p_3 {
    color: #666666;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    /* margin-bottom: 40px; */
}


.com_tit .p_bold {
    color: #444444;
    font-weight: 700;
}

/* company_title 완료 */

