

@media(max-width:1600px) {
    #sub_page.company02 section .img_wrap img {
        width: 100%;
    }
}

@media(max-width:991px) {

    /* 공통 */
    h1.h1_01 {
        font-size: 20px;
        font-family: 'Noto Sans KR', 'Poppins', 'Ubuntu', dotum, sans-serif;
        font-weight: 900;
    }

    h2.h2_01 {
        font-size: 18px;
        font-family: 'Noto Sans KR', 'Poppins', 'Ubuntu', dotum, sans-serif;
        font-weight: 900;
    }

    /* 공통 마감 */

    /* 인사말 */
    #sub_page.company01 section .flex {
        display: flex;
        flex-direction: column;
    }

    #sub_page.company01 section .flex .left {
        width: 100%;
    }

    #sub_page.company01 section .flex .right {
        width: 100%;
        margin-top: 40px;
    }

    #sub_page.company01 section .flex .right .box {
        line-height: 26px;
    }

    #sub_page.company01 section .flex .right .box h1 {
        font-size: 18px;
        margin-bottom: 28px;
        line-height: 28px;
        font-weight: 900;
    }

    #sub_page.company01 section .flex .left img {
        width: 100%;
    }

    /* 회사소개 */


    #sub_page.company02 section.section02 {
        display: flex;
        flex-direction: column;
    }

    #sub_page.company02 section.section02 .left {
        width: 100%;
    }

    #sub_page.company02 section.section02 .right {
        line-height: 20px;
        font-size: 14px;
        width: 100%;
    }

    #sub_page.company02 section.section02 .right p {
        text-align: right;
        font-family: 'Noto Sans KR', 'Poppins', 'Ubuntu', dotum, sans-serif;
        font-weight: 500;
        font-size: 14px;
    }

    #sub_page.company02 section.section02 .right h2 {
        font-size: 17px;
        font-family: 'Noto Sans KR', 'Poppins', 'Ubuntu', dotum, sans-serif;
        font-weight: 900;
        line-height: 24px;
    }

    #sub_page.company02 section.section02 .right p span {
        font-family: 'Shilla_CultureB-Bold';
        font-weight: 900;
        font-size: 20px;
        padding-left: 12px;
    }

    #sub_page.company02 section.section02 .left h1 {
        font-size: 22px;
        color: #000;
        font-weight: 900;
        font-family: 'Noto Sans KR', 'Poppins', 'Ubuntu', dotum, sans-serif;
        line-height: 32px;
        margin-bottom: 20px;
    }

    #sub_page.company02 section.section02 .left h1 span {
        position: relative;
        z-index: 0;
    }

    #sub_page.company02 section.section02 .left h1 span::before {
        position: absolute;
        z-index: -1;
        width: 100%;
        height: 6px;
        background: rgba(255, 234, 93, 1);
        content: '';
        margin-top: 22px;
    }

    #sub_page.company02 section.section03 {
        position: relative;
        margin-top: 60px;
        transition: 1s;

    }

    #sub_page.company02 section.section03 .overlay {
        position: absolute;
        width: 100%;
        z-index: 0;
        height: 100%;
        /*    top: 100%;*/
    }

    #sub_page.company02 section.section03 .js-parallax.jsp {
        padding-top: 12vmin;
        padding-bottom: 9vmin;
        /*
    padding-top: 135px;
    padding-bottom: 115px;
*/
        background-size: cover !important;
        background-position: top center !important;

    }

    #sub_page.company02 section.section03 .container {
        z-index: 1;
        position: relative;
    }

    #sub_page.company02 section.section03 .table-responsive {
        border: 0;
    }

    #sub_page.company02 section.section03 table tbody td,
    #sub_page.company02 section.section03 table tbody th {
        border-top: 1px rgba(255, 255, 255, 0.1) solid;
        border-bottom: 1px rgba(255, 255, 255, 0.1) solid;
        color: #fff;
        font-size: 13px;
        padding-top: 16px;
        padding-bottom: 16px;
    }

    /* 연혁 */
    #sub_page.company03 section.section02 {
        margin-top: 30px;
    }

    #sub_page.company03 section.section02 .flex {
        display: flex;
        flex-direction: column;
        margin-bottom: 30px;
        border-bottom: 1px #eeeeee solid;
        padding-bottom: 30px;
    }

    #sub_page.company03 section.section02 .left {
        width: 100%;
    }

    #sub_page.company03 section.section02 .right {
        width: 100%;
        padding-top: 30px;
    }

    #sub_page.company03 section.section02 .left .title p {
        color: #9b9b9b;
        font-size: 14px;
        margin-top: 10px;
    }

    #sub_page.company03 section.section02 .left .title h2 {
        font-family: 'Montserrat', 'Noto Sans KR', sans-serif;
        font-size: 22px;
        color: #000;
        font-weight: 900;
        display: inline-block;
        position: relative;

    }

    #sub_page.company03 section.section02 .left .title h2::before {
        position: absolute;
        z-index: -1;
        width: 100%;
        height: 6px;
        background: rgba(255, 234, 93, 1);
        content: '';
        margin-top: 24px;
    }

    #sub_page.company03 section.section02 .right dl {
        display: flex;
        margin-bottom: 20px;

    }

    #sub_page.company03 section.section02 .right dl dt {
        width: 12%;
        margin-right: 0;
        color: #000;
        font-family: 'Poppins', 'Noto Sans KR', sans-serif;
        position: relative;
        text-align: right;
    }

    #sub_page.company03 section.section02 .right dl dt::before {
        position: absolute;
        width: 100%;
        height: 1px;
        background: #868686;
        content: '';
        margin-top: 26px;
        display: none;
    }

    #sub_page.company03 section.section02 .right dl dd {
        line-height: 22px;
        color: #000;
        color: #686868;
        font-weight: 400;
        font-size: 14px;
        width: 88%;
        padding-left: 32px;
    }

    #sub_page.company03 section.section02 .right p {
        margin-bottom: 50px;
    }

    #sub_page.company03 section.section02 .right p img {
        width: 100%;
    }

    /* 찾아오시는 길 */
    #sub_page.company04 section {
        display: flex;
        flex-direction: column;
        margin-bottom: 40px;
        padding-bottom: 40px;
        border-bottom: 1px #eee solid;
    }

    #sub_page.company04 section .left {
        width: 100%;
    }

    #sub_page.company04 section .right {
        width: 100%;
        padding-left: 0px;
        margin-top: 40px;
    }

    #sub_page.company04 section .left .box.box01 {
        margin-bottom: 30px;
    }

    #sub_page.company04 section .left .box span {
        font-size: 15px;
        font-weight: 900;
        font-family: 'Noto Sans KR', 'Poppins', 'Ubuntu', dotum, sans-serif;
        position: relative;
        display: inline-block
    }

    #sub_page.company04 section .left .box span::before {
        position: absolute;
        width: 100%;
        height: 4px;
        background: rgba(255, 234, 93, 1);
        content: '';
        margin-top: 16px;
        z-index: -1;
    }

    #sub_page.company04 section .left .box h1 {
        font-family: 'Noto Sans KR', 'Poppins', 'Ubuntu', dotum, sans-serif;
        font-size: 17px;
        font-weight: 900;
        color: #000;
        margin-top: 4px;
    }

    #sub_page.company04 section .left .box .flex {
        display: flex;
        margin-top: 12px;
    }

    #sub_page.company04 section .left .box .flex div {
        width: 14%;
    }

    #sub_page.company04 section .left .box .flex ul {
        width: 86%;
        padding: 0;
        margin: 0;
        padding-left: 12px;
    }

    #sub_page.company04 section .left .box .flex ul.tel li {
        align-items: center;
        height: auto;
        display: flex;
        color: #000;
        font-family: 'Cairo', sans-serif;
        font-weight: 900;
        font-size: 19px;
    }
    #sub_page.company04 section .left .box .flex ul.tel li a  {
        color: #000;
        text-decoration: none;
    }

    #sub_page.company04 section .left .box .flex div p {
        width: 37px;
        height: 37px;
        background: #000;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        color: #fff;
    }

    #sub_page.company04 section .left .box .flex div p i {
        font-size: 16px;
        color: #fff;
    }
    #sub_page.company04 section .right .map {
        height: 320px;
    }

    #sub_page.company04 section .right .map .root_daum_roughmap {
        width: 100%;
        height: 320px;

    }

    #sub_page.company04 section .left .box .flex ul li {
        padding-bottom: 5px;
        color: #313131;
    }

    .sub_contents .img-area { }

    .sub_contents, .sub_contents:last-child {margin-top:30px; width: 100%; padding-bottom: 0}
    .sub_contents h1{font-size: 16px;}
    section.text-box {padding:20px}
    section h1, .part-box .part-txt h2, .final-box h1,  .part-box .part-img p{font-size: 16px;}
    section .text-box h2{font-size: 15px; }
    section .triple li{width: 100%; padding:20px 0;}
    section .img-area li img {max-width:100%;}
    .text-box p, .text-box li{font-size: 14px;}
    .h_title {font-size: 16px; width: 100%;}

    .part-box ul  {width: 100%; display: block;}
    .part-box .part-img{width: 100%;}
    .part-box .part-img img {width: 50%;}
    .part-box .part-txt{width: 100%;  padding:30px 20px; min-height: auto;}
    .part-box .part-txt h2:first-child {padding-top:0;}
    .part-box .part-txt h2 {font-size:16px ; padding-top:20px;}
    .part-box .part-txt p {font-size: 14px;}

    .department-box ul  {width: 100%; display: block;}
    .department-box .part-img{width: 100%;}
    .department-box .part-img img {width: 100%;}
    .department-box .part-txt{width: 100%;  padding:30px 20px; min-height: auto;}
    .department-box .part-txt h2:first-child {padding-top:0;}
    .department-box .part-txt h2 {font-size:16px ; padding-top:20px;}
    .department-box .part-txt p {font-size: 14px;}

    .department-box .department{width: 100%; min-height: 150px}
    .department-box .department p {font-size: 20px;}
    .department-box .department img {width: 50%;}


/*모바일 이미지 영역*/
.pc {display: none;}
.mobile{display: block;}
.m_txt {display: block; font-size:14px; color: #999; height: 30px; background: #eee; line-height: 30px; text-align: center; font-weight: bold;}
.overflow_container {overflow-x:auto; margin-top:2em; margin-bottom:0;}
.overflow_container img {width:auto;min-width:500px; height: 400px;}
.overflow_container table{width:100%;min-width:500px;text-align:center;}
.overflow_container table th, .overflow_container table td {padding:.5em; white-space:nowrap;}

.mh200 {height: 200px !important;}
.mh220 {height: 220px !important;}
.mh240 {height: 240px !important;}
.mh260 {height: 260px !important;}
.mh280 {height: 280px !important;}
.mh300 {height: 300px !important;}
.mh320 {height: 320px !important;}
.mh340 {height: 340px !important;}
.mh360 {height: 360px !important;}

.h440 {height: 100% !important;}

.arrow-down-img {text-align: center; padding-right:0;}
.arrow-down-img img {width: 80px;}

.final-box {
    text-align: center;
}

.final-box ul li.left {
    width: 100%;
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
}

.final-box ul li.arrow-right {
    width: 100%;
    border: none;
}

.final-box ul li.arrow-right img {
    width: 80px;
    padding:10px 0;
     transform:none;
}

.final-box ul li.right {
    width: 100%;
    font-size: 20px;
    padding: 10px 0;
    color: #00448b;
}

.h_con .h_right {
    width: 100%;
}

.h_con .h_left {
    width: 100%;
}

.h_con .h_left  img {
    width: 100%;

}

.h_con .h_right img{
    width: 100px;
    position: relative;
    left: 70%;

}

.container {
    padding-left: 10px;
    padding-right: 10px;
}

}
