@charset "utf-8";

/* thmem-eng 전용 */
.company_sect1,
.company_sect2 {
    display: flex;
}

.company_sect1 .sub_title,
.company_sect2 .sub_title {
    flex-shrink: 0;
    width: 200px;
    padding-right: 1rem;
}
#ctt_con .company_sect1 .sub_title,
#ctt_con .company_sect2 .sub_title {
    line-height: 1.25;
}

.history_sect1 .left .bx_bg {
    background: url(../images/img_history_bg.png) no-repeat 50% 50%/280px 440px;
}

@media screen and (max-width: 768px) {
    [class*='company_sect'] {
        flex-flow: column nowrap;
    }
    [class*='company_sect'] .sub_title {
        width: 100%;
        margin-bottom: 2rem;
    }
}