/* 회사소개 */
.sub-header {
    height: 200px;
    border-bottom: 1px solid #ddd;
}

.sub-header .container {
    position: relative;
}

.sub-header-tit {
    position: absolute;
    left: 0;
    top: 65px;
}

.sub-header-tit h2 {
    color: #111111;
    font-size: 55px;
    font-weight: 800;
}

.sub-header-con {
    position: absolute;
    top: 140px;
    left: 0;
}

.sub-header-con ul {
    display: flex;
}

.sub-header-con ul li {
    color: #aaaaaa;
    margin-right: 20px;
    font-size: 18px;
    font-weight: 400;
}

.this {
    color: #076254;
    cursor: pointer;
}

.sub-header-con ul li ul {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    margin-top: 10px;
    margin-left: -20px;
    display: none;
}

.sub-header-con ul li ul li {
    padding: 5px 10px;
    font-size: 16px;
    text-align: center;
    margin: 0;
    transition: 0.5s all;
}

.sub-header-con ul li ul li:hover {
    color: #076254;
}

.sub01-1 .container {
    text-align: center;
}

.sub01-1-tit {
    padding: 120px 0 60px;
}

.sub01-1-tit h3 {
    color: #fff;
    -webkit-text-stroke: 1px #ddd;
    font-size: 80px;
    font-weight: 800;
}

.sub01-1-tit h4 {
    color: #076254;
    font-size: 80px;
    font-weight: 800;
}

.sub01-1-con {
    margin-bottom: 60px;
}

.sub01-1-con article {
    margin-bottom: 20px;
}

.sub01-1-con p {
    font-size: 18px;
    color: #333333;
    font-weight: 300;
    line-height: 2;
}

.sub01-1-img {
    margin-bottom: 120px;
}

.sub01-1-img article {
    display: flex;
}

.sub01-1-img section {
    width: 100%;
    position: relative;
}

.sub01-1-img section ul {
    position: absolute;
    bottom: 0;
    background-color: #076254;
    width: 100%;
    height: 220px;
    padding: 61px 0 0 61px;
}

.sub01-1-img section ul li {
    color: #fff;
    margin-bottom: 22px;
    font-size: 20px;
    font-weight: 500;
}

.sub01-1-img section ul li p {
    width: 3px;
    height: 18px;
    background-color: #fff;
    display: inline-block;
    margin-right: 15px;
}

/* 조직도 */
.sub03-1 {
    margin: 120px 0 200px;
}

.sub03-1 img {
    width: 100%;
}

/* 보유 및 수급현황 */
.nav-tabs {
    margin-top: 120px;
}

.tab-content {
    margin-bottom: 120px;
}

thead {
    background-color: #076254;
}

thead th {
    color: #fff;
}

thead th,
tbody td {
    padding: 5px;
    text-align: center;
}

tbody tr td:nth-child(1) {
    border-left: none;
}

tbody tr td:last-child {
    border-right: none;
}

tbody td {
    border: 1px solid #ddd;
}

/* 인증서 */
.sub05-1 {
    margin: 120px 0;
}

.sub05-1 h3 {
    color: #111111;
    font-weight: 800 !important;
    font-size: 30px;

}

.sub05-1 h3 img {
    margin-right: 30px;
}

.sub05-1 .container {
    display: flex;
    justify-content: space-between;
}

.sub05-1>div>article>img {
    width: 100%;
}

/* 오시는길 */
#cm_location_style03 .location-con {
    display: flex;
    padding: 120px 0px;
}

#cm_location_style03 .location-con .location-map-con {
    width: 55%;
    height: 400px;
}

.location-con iframe {
    width: 100%;
    height: 400px;
}

#cm_location_style03 .location-con .location-detail-con {
    padding-left: 5%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

#cm_location_style03 .location-con .location-detail-con .tit {
    width: 100%;
}

#cm_location_style03 .location-con .location-detail-con .tit .number {
    display: block;
    font-size: 24px;
    color: #05322b;
    margin-bottom: 20px;
    border: 0;
    font-family: 'nanummyeongjo';
}

/* #cm_location_style03 .location-con .location-detail-con .tit .number:before 
{content:''; position:Absolute; bottom:0; width:100%; height:2px; background:#999;} */
#cm_location_style03 .location-con .location-detail-con .tit .name {
    font-size: 42px;
    font-weight: 800;
}

#cm_location_style03 .location-con .location-detail-con .info-list {
    margin-top: 30px;
    width: 100%;
}

#cm_location_style03 .location-con .location-detail-con .info-list dl {
    display: flex;
    margin-bottom: 15px;
}

#cm_location_style03 .location-con .location-detail-con .info-list dl dt {
    font-size: 19px;
    font-weight: 600;
    width: 22%;
}

#cm_location_style03 .location-con .location-detail-con .info-list dl dd {
    font-size: 18px;
    color: #4e4e4e;
    width: 78%;
    line-height: 1.5em;
}

#cm_location_style03 .location-con .location-detail-con .location-link-box {
    padding-top: 50px;
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

#cm_location_style03 .location-con .location-detail-con .location-link-box a {
    padding: 10px 30px;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-left: 5px;
    transition: all .3s ease;
}

#cm_location_style03 .location-con .location-detail-con .location-link-box a i {
    margin-right: 10px;
}

#cm_location_style03 .location-con .location-detail-con .location-link-box a:hover {
    border-radius: 0;
    background: #000000;
    color: #fff;
}

/* 자동차용 */

.car-tit {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}

.car-tit img {
    width: 28px;
    height: 28px;
    margin-right: 30px;
}

.car-tit h3 {
    color: #111111;
    font-weight: 800 !important;
    font-size: 30px;
}

.car-Role article:nth-child(1) {
    display: flex;
    justify-content: space-between;
}

.car-Role article:nth-child(1) p {
    font-size: 18px;
    color: #333333;
    font-weight: 300;
    line-height: 2;
}

.car-Role article:nth-child(1) img {
    border: 1px solid #dddddd;
    border-radius: 30px;
    padding: 0 80px;
    margin-top: -100px;
}

.car-Role article:nth-child(2) {
    margin: 80px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.car-Role article:nth-child(2) dl {
    width: 30%;
    height: 168px;
    background-color: #f7f7f7;
    border-radius: 20px;
    margin-bottom: 20px;
    box-shadow: 1px 1px 7px #ddd;
    padding: 20px 40px;
}

.car-Role article:nth-child(2) dt,
.car-Process article:nth-child(2) dt {
    color: #076254;
    font-size: 22px;
    font-weight: 800;
}

.car-Role article:nth-child(2) dd {
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
    word-break: keep-all;
}

.car-Process p {
    color: #333333;
    font-size: 18px;
    font-weight: 300;
}

.car-Process article:nth-child(2) {
    display: flex;
    padding: 80px 0 40px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 40px;
}

.car-Process article:nth-child(2) dl {
    display: flex;
    padding: 0 30px;
    border-right: 1px solid #ddd;
    align-items: center
}

.car-Process article:nth-child(2) dl:last-child {
    border-right: none;
}

.car-Process article:nth-child(2) dl:nth-child(1) {
    padding-left: 0;
}

.car-Process article:nth-child(2) dt {
    margin-right: 20px;
}

.car-Process img {
    margin-bottom: 80px;
    width: 100%;
}

.car-Components img {
    border: 1px solid #dddddd;
    border-radius: 30px;
    padding: 20px 80px;
    margin-bottom: 80px;
}

.car-Components table {
    margin-bottom: 80px;
}

.car-Bellows li {
    font-size: 18px;
    color: #333333;
    font-weight: 300;
    line-height: 2;
}

.car-Bellows img {
    border: 1px solid #dddddd;
    border-radius: 30px;
    padding: 0 80px;
    margin: 50px 0 80px;
}

.margin-bottom {
    margin-bottom: 80px;
}

/* 산업용 */
.Vacuum-img-1,
.Vacuum-img-2 {
    border: 1px solid #dddddd;
    border-radius: 30px;
    padding: 0 80px;
    margin-bottom: 80px;
}

.Vacuum-tit {
    display: flex;
    align-items: center
}

.Vacuum-tit img {
    margin-right: 30px;
}

.Vacuum-tit h3 {
    color: #111111;
    font-weight: 800 !important;
    font-size: 30px;
}

.Vacuum-con {
    margin: 50px 0 80px;
}

.Vacuum-con p {
    font-size: 18px;
    color: #333333;
    font-weight: 300;
    line-height: 2;
}

.thead {
    background-color: #076254;
}

.thead td {
    font-weight: 700;
    color: #fff;
}

.value-con {
    margin: 80px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.value-con dl {
    width: 23%;
    background-color: #f7f7f7;
    border-radius: 20px;
    margin-bottom: 20px;
    box-shadow: 1px 1px 7px #ddd;
    padding: 20px 40px;
}

.value-con dt {
    color: #076254;
    font-size: 22px;
    font-weight: 800;
}

.value-con dd {
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
    word-break:break-word;
}

.hose {
    margin-bottom: 80px;
}

.hose li {
    font-size: 18px;
    color: #333333;
    font-weight: 300;
    line-height: 2;
}

/* 자료실 */
.sub10-1,
.sub11-1,
.sub15-1,
.sub16-1 {
    margin: 120px 0;
}

.sub10-1 tbody td {
    border: none;
}

.sub10-1 .bbs .board td {
    padding: 10px;
}

/* 견적문의 */
.formmail_border {
    font-size: 15px;
    font-family: 'Noto Sans KR';
    color: #333333;
    border: 1px solid #ddd;
}

.sub11-1 .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    justify-content: space-evenly
}

.formamil01>tbody>tr>td {
    border-bottom: none !important;
}

html {
    -webkit-toudh-callout: none;
    -webkit-user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.formmail_cell_bgcolor td:nth-child(1) {
    text-align: left;
    width: 220px;
}

.formmail_cell_bgcolor td:nth-child(2) {
    text-align: left;
}

/* 반응형 */
@media screen and (max-width:1440px) {
    #mainVisual .slick-dots {
        left: 30px;
    }

    .main-visual-txt .tit {
        font-size: 80px;
    }

    .main-visual-txt .txt {
        font-size: 50px;
    }

    .table-cell-layout {
        width: 90%;
    }

    .container {
        width: 90%;
    }

    .Information-con article:nth-child(1) li {
        width: 49%;
        border-radius: 10px;
    }

    .Information-con article:nth-child(2) li {
        border-radius: 10px;
    }

    .footer {
        padding: 70px 5%;
    }

    /* 회사소개 */
    .sub01-1-img img {
        width: 60%;
    }

    /* 차량용 */
    .car-Role article:nth-child(2) dd {
        line-height: 1.5;
    }

    /* 산업용 */
    .value-con dd {
        line-height: 1.5;
    }
}

@media screen and (max-width:1422px) {
    .main_part4 {
        height: auto;
    }
}

@media screen and (max-width:1116px) {
    .sub08-1 .nav-tabs {
        flex-direction: column;
    }

    .sub08-1 .nav-item {
        width: 100%;
        margin-bottom: 20px;
        margin-right: 20px !important;
    }
}

@media screen and (max-width:1066px) {
    .sub04-1 .nav {
        flex-direction: column
    }

    .sub04-1 .nav-item {
        width: 100%;
        margin-bottom: 20px !important;
    }

    #cm_location_style03 .location-con .location-map-con {
        width: 100%;
    }

    #cm_location_style03 .location-con {
        flex-direction: column;
    }

    #cm_location_style03 .location-con .location-detail-con {
        padding-left: 0%;
        padding-top: 20px;
    }
}

@media screen and (max-width:1024px) {
    .menu-area {
        display: none;
    }

    #mainVisual {
        height: 400px;
    }

    .main-visual-txt .tit {
        font-size: 60px;
    }

    .main-visual-txt .txt {
        font-size: 40px;
    }

    .SCROLL {
        display: none;
    }

    .table-cell-layout {
        width: 80%;
    }

    #mainVisual .slick-dots li {
        margin: 10px 0;
        width: 10px;
        height: 10px;
    }

    #mainVisual .slick-dots {
        left: 15px;
        top: 160px;
    }

    .main_part2-title {
        padding: 80px 0 0 0;
    }

    .main_part2-title h3 {
        font-size: 40px;
    }

    .main_part2-title h4 {
        font-size: 55px;
    }

    .main_part2-con {
        margin: 40px 0;
    }

    .main_part2 {
        height: 650px;
        background-image: url(../img/main-part-2.png);
        background-position: right;
    }

    .main_part4-title h3 {
        font-size: 55px;
    }

    .product {
        padding-top: 80px;
    }

    .Product-con {
        justify-content: space-around;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .Information-con {
        margin: 40px 0 100px;
    }

    /* 회사소개 */
    .sub01-1-tit {
        padding: 80px 0 40px;
    }

    .sub01-1-tit h3 {
        font-size: 60px;
    }

    .sub01-1-tit h4 {
        font-size: 60px;
    }

    .sub01-1-img img {
        display: none;
    }

    .sub01-1-img section {
        display: block;
    }

    .sub01-1-img section {
        width: 100%;
    }

    .sub01-1-img section ul {
        position: relative;
        height: auto;
        padding: 30px 0 8px;
    }

    .sub01-1-img section ul li {
        text-align: center;
    }

    .sub01-1-img section ul li p {
        display: none;
    }

    /* 조직도 */
    .sub03-1 {
        margin: 80px 0 80px;
    }


    /* 보유 및 수급현황 */
    .nav-tabs {
        margin-bottom: 40px !important;
        margin-top: 80px;
    }

    .nav {
        flex-direction: column !important;
    }

    .nav-item {
        width: 100% !important;
        margin-bottom: 20px !important;
    }

    /* 자동차용 */
    .car-Role article:nth-child(1) {
        flex-direction: column;
    }

    .car-Role article:nth-child(1) img {
        width: 50%;
        margin-top: 40px;
    }

    .car-Role article:nth-child(2) {
        flex-direction: column;
    }

    .car-Role article:nth-child(2) dl {
        width: 100%;
        height: auto;
    }

    .img-1024 {
        margin-bottom: 40px;
    }

    /* 산업용 */
    .value-con {
        flex-direction: column;
    }

    .value-con dl {
        width: 100%;
        height: auto;
    }
}

@media screen and (max-width:836px) {
    .car-Process article:nth-child(2) {
        flex-direction: column;
    }

    .car-Process article:nth-child(2) dl {
        padding: 0;
        border-right: none;
    }
}

@media screen and (max-width:794px) {

    /* 오시는길 */
    .sub06-1 article {
        flex-direction: column;
    }

    .sub06-1 article p {
        margin: 10px 0;
    }

    .car-Bellows img {
        width: 100%;
    }
}

@media screen and (max-width:776px) {
    .car-Components img {
        width: 100%;
    }
}

@media screen and (max-width:768px) {
    .table-cell-layout {
        width: 90%;
    }

    .main-visual-txt .tit {
        font-size: 50px;
    }

    .main-visual-txt .txt {
        font-size: 35px;
    }

    .main_part2-title h3 {
        font-size: 30px;
    }

    .main_part2-title h4 {
        font-size: 45px;
    }

    .main_part2-con p {
        font-size: 16px;
    }

    .main_part4 {
        height: auto;
    }

    .main_part4-title h3 {
        font-size: 45px;
    }

    .Information-con ul {
        flex-direction: column;
    }

    .Information-con article:nth-child(1) li:nth-child(1) {
        margin-bottom: 40px;
    }

    .Information-con article:nth-child(1) li {
        background-size: cover;
    }

    .Information-con article:nth-child(1) li {
        width: 100%;
    }

    /* 회사소개 */
    .sub-header-tit h2 {
        font-size: 45px;
    }

    .sub01-1-tit h3 {
        font-size: 50px;
    }

    .sub01-1-tit h4 {
        font-size: 50px;
    }

    .sub01-1-con p {
        font-size: 16px;
    }

    .sub01-1-img section ul li {
        margin-bottom: 18px;
        font-size: 18px;
    }

    /* 보유 및 수급현황 */
    .nav-item {
        margin-bottom: 10px !important;
    }

    .nav-item a {
        height: 50px !important;
        line-height: 50px !important;
    }


}

@media screen and (max-width:767px) {
    .main-visual-img {
        background-position: center;
    }
}

@media screen and (max-width:748px) {

    #menu2 .Vacuum-img-1,
    .Vacuum-img-2 {
        width: 100%;
    }
}

@media screen and (max-width:664px) {

    .Vacuum-img-1,
    .Vacuum-img-2 {
        width: 100%;
    }
}

@media screen and (max-width:619px) {
    .footer section {
        flex-direction: column;
    }

    .car-Role article:nth-child(1) img {
        width: 100%;
    }

    .sub08-1 .row {
        overflow: auto;
    }

    .sub08-1 table {
        overflow-x: scroll;
    }
}

@media screen and (max-width:521px) {
    #mainVisual .slick-dots {
        left: 15px;
        top: 100px;
    }

    .main_part2 {
        height: auto;
        padding-bottom: 80px;
    }

    #mainVisual {
        height: 300px;
    }

    .main-visual-img {
        background-position: center !important;
    }

    .main-visual-txt .tit {
        font-size: 40px;
    }

    .main-visual-txt .txt {
        font-size: 25px;
    }

    .main_part2-title h4 {
        font-size: 40px;
    }

    .main_part4-title h3 {
        font-size: 40px;
    }

    .Information-con article li {
        padding: 50px 0 0 20px;
    }

    /* footer */
    .footer section {
        flex-direction: column;
    }

    .footer article:last-child {
        flex-direction: column-reverse !important;
    }

    .footer article:last-child ul li {
        padding-right: 30px;
        padding-left: 0;
    }

    /* 회사소개 */
    .container {
        width: 95%;
    }

    table {
        overflow-x: scroll;
    }

    .sub-header-tit h2 {
        font-size: 40px;
    }

    .sub01-1-tit h3 {
        font-size: 40px;
    }

    .sub01-1-tit h4 {
        font-size: 40px;
    }

    /* 인증서 */
    .sub05-1,
    .sub06-1,
    .sub10-1,
    .sub11-1 {
        margin: 80px 0;
    }

    .sub05-1 .container {
        flex-direction: column;
    }

    /* 자동차용 */
    .car-Role article:nth-child(1) img {
        width: 100%;
    }

    .car-Process article:nth-child(2) {
        flex-direction: column;
    }

    .car-Process article:nth-child(2) dl {
        padding: 0;
    }

    .car-Components img,
    .car-Bellows img,
    .Vacuum-img-3,
    .Vacuum-img-1,
    .Vacuum-img-2 {
        width: 100%;
    }
}

@media screen and (max-width:375px) {
    .container {
        width: 98%;
    }

    .main_part2 {
        height: auto;
        padding-bottom: 80px;
    }

    .car-Components,
    .sub07-1 .row {
        overflow: auto;
    }

    .car-Components table,
    .sub07-1 table {
        overflow-x: scroll;
    }
}