@charset "utf-8";

.sub_wrap ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.sub_wrap > div {margin-bottom: 150px;}
.sub_wrap > div:last-child {margin-bottom: 0;}
@media all and (max-width: 767px) {
    .sub_wrap > div {margin-bottom: 50px;}
}


.company_wrap .section_1 .left {
    float: left;
    font-size: 20px;
    line-height: 1.7;
    padding-top: 30px;
    width: calc(100% - 420px);
    padding-right: 50px;
}
.company_wrap .section_1 .left span {font-size: 30px;}
.company_wrap .section_1 .right {
    float: right;
    text-align: center;
    width: 420px;
}
.company_wrap .section_2 .title_box {
    background: url("/img/custom/sub_1_img_2.jpg") no-repeat;
    background-position: center;
    background-size: cover;
    line-height: 300px;
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    color: #fff;
}
.company_wrap .section_2 ul li {
    padding: 80px 0 60px;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
}
.company_wrap .section_2 ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
.company_wrap .section_2 ul li .year {
    font-family: "Roboto";
    font-style: italic;
    font-size: 60px;
    font-weight: bold;
    color: rgba(51,51,51,0.2);
    line-height: 1;
    float: left;
    width: 20%;
}
.company_wrap .section_2 ul li:first-child .year {color: #2d2151;}
.company_wrap .section_2 ul li table {
    float: left;
    width: 55%;
    font-size: 18px;
}
.company_wrap .section_2 ul li table th {
    padding-bottom: 20px;
    width: 90px;
    vertical-align: top;
    font-family: "Roboto";
}
.company_wrap .section_2 ul li table td {
    padding-bottom: 20px;
    vertical-align: top;
}
.company_wrap .section_2 ul li .img {
    float: right;
    width: 25%;
}
@media all and (max-width: 767px) {
    .company_wrap .section_1 .left {
        float: none;
        font-size: 16px;
        padding: 0 0 30px;
        width: 100%;
    }
    .company_wrap .section_1 .left span {font-size: 20px;}
    .company_wrap .section_1 .right {
        float: none;
        width: 100%;
    }
    .company_wrap .section_2 .title_box {
        font-size: 24px;
        line-height: 150px;
    }
    .company_wrap .section_2 ul li {padding: 40px 0 25px;}
    .company_wrap .section_2 ul li .year {
        float: none;
        width: 100%;
        font-size: 30px;
        margin-bottom: 30px;
    }
    .company_wrap .section_2 ul li table {
        float: none;
        width: 100%;
        font-size: 16px;
    }
    .company_wrap .section_2 ul li table th, .company_wrap .section_2 ul li table td {padding-bottom: 12px;}
    .company_wrap .section_2 ul li .img {
        float: none;
        width: 100%;
        margin: 20px 0 15px;
    }
    .company_wrap .section_2 ul li .img img {width: 100%;}
}

.message_wrap {
    background: url("/img/custom/sub_2_bg.png") no-repeat;
    background-position: right bottom;
    padding: 150px 0;
}
.message_wrap .left {
    float: left;
    width: 42%;
}
.message_wrap .right {
    float: right;
    width: 58%;
    padding: 60px 0 0 80px;
    font-size: 18px;
    line-height: 1.7;
    word-break: keep-all;
}
.message_wrap .right .sign {
    text-align: right;
    margin-top: 50px;
    font-size: 18px;
}
.message_wrap .right .sign .company_name {
    font-family: "Noto Serif KR";
    color: #2d2151;
    margin-right: 20px;
}
.message_wrap .right .sign .ceo_name {
    letter-spacing: 15px;
    font-weight: bold;
}
@media all and (max-width: 767px) {
    .message_wrap {
        padding: 50px 0;
        background-size: 80%;
    }
    .message_wrap .left {
        float: none;
        width: 100%;
    }
    .message_wrap .right {
        float: none;
        width: 100%;
        padding: 40px 0 0;
        font-size: 16px;
    }
}


.equipment_wrap h2 {
    font-size: 30px;
    font-weight: 400;
    margin: 0 0 50px;
    line-height: 1.4;
}
.equipment_wrap h2 span {color: #2d2151;}
.equipment_wrap .section_1 {text-align: center;}
.equipment_wrap .section_1 ul {
    overflow: hidden;
    margin-top: 80px;
}
.equipment_wrap .section_1 ul li {
    float: left;
    width: calc((100% - 20px)/3);
    margin-right: 10px;
}
.equipment_wrap .section_1 ul li:last-child {margin-right: 0;}
.equipment_wrap .section_2 > ul > li {
    margin-bottom: 100px;
    overflow: hidden;
}
.equipment_wrap .section_2 > ul > li:last-child {margin-bottom: 0;}
.equipment_wrap .section_2 .left {
    float: left;
    width: calc((100% - 50px)/2);
    margin-right: 50px;
}
.equipment_wrap .section_2 .right {
    float: right;
    width: calc((100% - 50px)/2);
}
.equipment_wrap .section_2 .txt h3 {
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    background: #f5f5f5;
    border-left: 5px solid #2d2151;
    height: 50px;
    line-height: 50px;
    padding-left: 25px;
}
.equipment_wrap .section_2 .txt .eq_list {padding: 30px 10px 0;}
.equipment_wrap .section_2 .txt .eq_list li {
    margin-bottom: 10px;
    font-size: 16px;
    position: relative;
}
.equipment_wrap .section_2 .txt .eq_list li::before {
    content: "";
    border: 1px dotted #ddd;
    width: 100%;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.equipment_wrap .section_2 .txt .eq_list li span {
    position: relative;
    z-index: 1;
    background: #fff;
    padding: 0 20px;
}
.equipment_wrap .section_2 .txt .eq_list li .number {
    float: right;
    text-align: right;
}
.equipment_wrap .section_2 .img {overflow: hidden;}
.equipment_wrap .section_2 .img img {
    float: left;
    width: calc((100% - 10px)/2);
    margin-right: 10px;
}
.equipment_wrap .section_2 .img img:last-child {margin-right: 0;}
.equipment_wrap .section_4 ul {
    text-align: left;
    font-size: 0;
}
.equipment_wrap .section_4 ul li {
    display: inline-block;
    width: calc((100% - 150px)/6);
    background: #ecebf1;
    height: 70px;
    text-align: center;
    margin-right: 30px;
    margin-bottom: 15px;
    border-radius: 70px;
    vertical-align: middle;
    position: relative;
    border: 5px solid rgba(0,0,0,0.05);
}
.equipment_wrap .section_4 ul li:nth-child(6n),
.equipment_wrap .section_4 ul li:last-child {margin-right: 0;}
.equipment_wrap .section_4 ul li::after {
    content: "";
    position: absolute;
    right: -36px;
    top: 36%;
    transform: translateY(50%);
    border-top:6px solid transparent;
    border-bottom:6px solid transparent;
    border-right: 10px solid transparent;
    border-left: 10px solid  #2d2151;
}
.equipment_wrap .section_4 ul li:nth-child(6n)::after {content: none;}

.equipment_wrap .section_4 ul li p {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    font-size: 19px;
    font-weight: bold;
}
@media all and (max-width: 767px) {
    .equipment_wrap h2 {
        font-size: 24px;
        margin-bottom: 30px;
    }
    .equipment_wrap .section_1 ul {margin-top: 50px;}
    .equipment_wrap .section_1 ul li {
        float: none;
        width: 100%;
        margin: 0 0 10px;
    }
    .equipment_wrap .section_2 > ul > li {margin-bottom: 50px;}
    .equipment_wrap .section_2 .left, .equipment_wrap .section_2 .right {
        float: none;
        width: 100%;
    }
    .equipment_wrap .section_2 .img {margin-bottom: 20px;}
    .equipment_wrap .section_2 .txt h3 {
        font-size: 18px;
        padding-left: 20px;
    }
    .equipment_wrap .section_2 .txt .eq_list {padding: 20px 0 0;}
    .equipment_wrap .section_4 ul li {
        width: calc((100% - 40px)/3);
        margin-right: 20px;
        height: 62px;
    }
    .equipment_wrap .section_4 ul li:nth-child(3n) {margin-right: 0;}
    .equipment_wrap .section_4 ul li::after {
        content: "";
        position: absolute;
        right: -26px;
        top: 36%;
        transform: translateY(50%);
        border-top:4px solid transparent;
        border-bottom:4px solid transparent;
        border-right: 7px solid transparent;
        border-left: 7px solid  #2d2151;
    }
    .equipment_wrap .section_4 ul li:nth-child(3n)::after {content: none;}
    .equipment_wrap .section_4 ul li p {font-size: 14px;}
}

.contact_wrap .section_1 {margin-bottom: 100px;}
.contact_wrap .section_1 .left {
    float: left;
    width: 53%;
}
.contact_wrap .section_1 .left img {
    display: block;
    margin: 0 auto;
}
.contact_wrap .section_1 .right {
    float: left;
    padding: 30px 0 0 80px;
    width: 47%;
}
.contact_wrap .section_1 .right h3 {
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 15px;
}
.contact_wrap .section_1 .right .addr {font-size: 16px;}
.contact_wrap .section_1 .right table {
    font-size: 16px;
    margin: 40px 0;
    width: 100%;
}
.contact_wrap .section_1 .right table th {
    padding-bottom: 15px;
    width: 120px;
    vertical-align: middle;
}
.contact_wrap .section_1 .right table th img {
    margin-right: 8px;
    margin-top: -3px;
}
.contact_wrap .section_1 .right table td {
    padding-bottom: 15px;
    vertical-align: middle;
}
.contact_wrap .section_1 .right ul {overflow: hidden;}
.contact_wrap .section_1 .right ul li {
    float: left;
    margin-right: 10px;
}
.contact_wrap .section_1 .right ul li:last-child {margin-right: 0;}
.contact_wrap .section_1 .right ul li a {
    width: 150px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    display: block;
}
.contact_wrap .section_1 .right ul li:first-child a {background: #19ce60;}
.contact_wrap .section_1 .right ul li:last-child a {background: #3396ff;}

@media all and (max-width: 767px) {
    .contact_wrap .section_1 {margin-bottom: 50px;}
    .contact_wrap .section_1 .left {
        float: none;
        width: 100%;
    }
    .contact_wrap .section_1 .right {
        float: none;
        padding: 50px 0 0;
        width: 100%;
    }
    .contact_wrap .section_1 .right h3 {font-size: 18px;}
    .contact_wrap .section_1 .right table {margin: 25px 0;}
    .contact_wrap .section_1 .right ul li {width: calc((100% - 10px)/2);}
    .contact_wrap .section_1 .right ul li a {width: 100%;}
}