/* ceo인사말 */

.company_01 h3 {
   /*  font-family: 'Noto Sans KR', sans-serif, Helvetica; */
   margin-top: 60px;
    font-size: 24px;
    line-height: 36px;
    font-weight: 600;
    /* padding-bottom: 20px; */
    position: relative;
    text-align: left;
}
.company_01 h3:first-child {
    margin-top:0;
}
.company_01 h3:after {
    content: "";
    position: relative;
    display: block;
    width: 28px;
    height: 2px;
    margin: 20px 0;
    background-color: #c30a20;
}


.company_01 p.text {
    line-height: 28px;
}

.company_01 .ceo img {
    width: 280px;
    height: 280px;
}


/* 회사소개 */

section.company_02 .title-wrap {
    border-bottom: 0px #eee solid;
    padding-bottom: 30px;
    /*    margin-bottom: 50px;*/
}

section.company_02 .title-wrap h2 {
    font-weight: 600;
}

section.company_03 .title-wrap p {}


/* 연혁 */

section.company_03 dt {
    width: auto;
    margin-bottom: 10px;
}

section.company_03 dd {
    padding-left: 20px;
    border-left: 3px #eee solid
}

section.company_03 dt:after {
    /*    content: " / "*/
}

section.company_03 .history-left {
    text-align: center;
    /*    background: url('../../img/sub/company.jpg') 0% 20% no-repeat;*/
    height: 500px;
}

section.company_03 .history-left h2 {
    font-size: 38px;
    margin-bottom: 20px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    color: #000;
    margin-top: 0;
}

section.company_03 .history-left span {}

section.company_03 .history-left p {
    margin-top: 50px;
}

section.company_03 .history-right {
    background: url("../../img/sub/dot_back.png") 11px 0% repeat-y;
    margin-top: 10px;
}

section.company_03 .history-right ul {
    background: url(../../img/sub/dot.png) 0 2% no-repeat;
    margin-bottom: 35px;
    border-bottom: 0;
}

section.company_03 .history-right li {}

section.company_03 .history-right li.title {
    font-size: 25px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    color: #000;
    padding-bottom: 12px;
}

section.company_03 .history-right li span.mon {
    font-weight: 600;
    color: #000000;
    content: "-";
    font-size: 12px;
}

section.company_03 .history-right li span.mon:after {
    content: " . ";
}

section.company_03 .history-right li span.mon2 {
    font-weight: 400;
    color: #2B4471;
    content: "-";
    font-size: 12px;
}

section.company_03 .history-right li span.mon2:after {
    content: " ";
}

section.company_03 .history-right ul.list-unstyled {
    border-bottom: 0 !important;
    padding-left: 40px;
}


/* 찾아오시는 길 */

section.company_04 .embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

section.company_04 .embed-container iframe,
section.company_04 .embed-container object,
section.company_04 .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

section .table_wrap .table {
    border-top: 2px #000 solid;
    border-bottom: 1px #ddd solid;
}

section .table_wrap caption {
    font-weight: 600;
    color: #000;
    font-size: 18px;
    padding-bottom: 15px
}

section .table_wrap .table th {
     width: 160px;
     background:#f7f7f7;
    padding-left: 18px;
}

section .table_wrap .table th,
section .table_wrap .table td {
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 25px;
}

section.company_04 dl {
    padding-bottom: 0;
    margin-bottom: 15px;
}

section.company_04 dl dt {
    padding-top: 10px;
}

section.company_04 dl dd {
    padding-left: 20px;
}

section.company_04 .d-map {
    padding: 0 8px;
    background: #2c77dd;
    color: #fff;
    font-size: 11px;
    font-family: 'NotoSans';
    font-style: normal;
    font-weight: 900;
    border-radius: 2em;
}

/* 고객사 */
.clientList {border:1px solid #eee;border-radius:2px;text-align: center;padding:20px;background:#fff;}
.clientList dt.clientName {color:##c30a20;font-size:14px;line-height: 22px;font-weight: 300;}
.clientList dd.img {padding:20px 0;}
.clientList dd.img img {width:100%;}
.clientList:hover {box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);border:1px #fff solid;}

/* 사업영업 */
.sysList {border:1px solid #eee;border-radius:2px;text-align: center;padding:20px;background:#fff;}
.sysList dd.step {color:#c30a20;font-size:14px;line-height: 22px;font-weight: 300;}
.sysList dd.clientName {color:#c30a20;}
.sysList dd.icon {font-size:52px;color:#c30a20;padding:20px 0;}
.sysList dd.img {padding:20px 0;}
.sysList dd.img img {width:100%;border-radius:2px;}
.sysList dt {color:#3d3d3d;font-size:16px;line-height: 22px;font-weight: 300;height:42px;}
.sysList:hover {box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);border:1px #fff solid;}



@media (max-width: 992px) {
    section.company_01 {
       /*  text-align: center; */
    }
    .company_01 .productSystemImg img {
    width:100%;
    }
    .company_01 .ceo {
        margin-bottom: 50px;
    }
    section.company_03 .history-left {
        margin-bottom: 80px;
    }

    .company_01 h3 small {
        display:block;
        padding-top:5px;
    }
}
