@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 .his_line {
    color: #444444;
    border-bottom: 2px solid #444444;
    width: 30px;
}

.banner_image {
    overflow: hidden;
    width: 1790px;
    height: 350px;
    border-radius: 50px;
    margin: 0 auto 100px;
}

.banner_image img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.2s linear;
}

.banner_image:hover img {
    transform: scale(1.1);
}
/* company 완료 */


/* company_history완료 */
.company_history {
    width: 1480px;
    margin: 0 auto;
    display: flex;
}

.company_history .yy-1 {
    display: flex;
    margin-bottom: 65px;
}

.company_history .year {
    font-size: 42px;
    font-weight: 800;
    color: #444444;
    margin-right: 50px;
}

.company_history .side_line {
    width: 94.74px;
    border-top: 1px solid #CCCCCC;
    margin-top: 20px;
    margin-right: 50px;
}

.company_history .month {
    margin-top: 5px;
    position: relative;
    padding-left: 35px;
    margin-bottom: 35px;
}

.company_history .day {
    font-size: 20px;
    font-weight: 700;
    color: #00AC72;
    margin-right: 18px;
    position: absolute;
    left: 0;
    top: 7px;
}

.company_history .date {
    font-size: 20px;
    font-weight: 400;
    color: #555555;
    line-height: 35px;
}

.company_history .yy-2 {
    display: flex;
    margin-bottom: 65px;
}

.company_history .yy-2 .month_flex {
    display: flex;
    flex-direction: column;
}

.company_history .yy-3 {
    display: flex;
    margin-bottom: 100px;
}

.company_history .yy-4 {
    display: flex;
}
/* company_history 완료 */

