/* 공통 */
h1.h1_01 {
    font-size: 38px;
    font-family: 'Noto Sans KR', 'Poppins', 'Ubuntu', dotum, sans-serif;
    font-weight: 900;

}

h2.h2_01 {
    font-size: 30px;
    font-family: 'Noto Sans KR', 'Poppins', 'Ubuntu', dotum, sans-serif;
    font-weight: 700;
    padding-top: 15px;

}

/* 인사말 */
#sub_page.company01 section .flex {
    display: flex;
}

#sub_page.company01 section .flex .left {
    width: 40%;
}

#sub_page.company01 section .flex .right {
    width: 60%;
}

#sub_page.company01 section .flex .right .box {
    line-height: 34px;
}

#sub_page.company01 section .flex .right .box h1 {
    font-size: 38px;
    margin-bottom: 38px;
    line-height: 54px;
    font-weight: 900;
}

/* 회사소개 */

#sub_page.company02 section .h1_01 span {
    color: #6944d9;
}


#sub_page.company02 section.section02 {
    display: flex;
}

#sub_page.company02 section.section02 .left {
    width: 40%;
}

#sub_page.company02 section.section02 .right {
    line-height: 33px;
    font-size: 20px;
    width: 60%;
}

#sub_page.company02 section .right h2 {
    font-size: 24px;
}

#sub_page.company02 section .right span {
    font-weight: bold;
    color: #6944d9;
}

#sub_page.company02 section .right li {
    list-style: none;
}

#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: 16px;
}

#sub_page.company02 section.section02 .right p span {
    font-family: 'Shilla_CultureB-Bold';
    font-weight: 900;
    font-size: 30px;
    padding-left: 12px;
}

#sub_page.company02 section.section02 .left h1 {
    font-size: 52px;
    color: #000;
    font-weight: 900;
    font-family: 'Noto Sans KR', 'Poppins', 'Ubuntu', dotum, sans-serif;
    line-height: 66px;
}

#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: 12px;
    background: rgba(82, 240, 145, 1);
    content: '';
    margin-top: 52px;
}

#sub_page.company02 section.section03 {
    position: relative;
    margin-top: 100px;
    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 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: 19px;
    padding-top: 21px;
    padding-bottom: 21px;
}

/* 연혁 */
#sub_page.company03 section.section02 {
    margin-top: 140px;
}

#sub_page.company03 section.section02 .flex {
    display: flex;
    margin-bottom: 90px;
    border-bottom: 1px #eeeeee solid;
    padding-bottom: 90px;
}

#sub_page.company03 section.section02 .left {
    width: 30%;
}

#sub_page.company03 section.section02 .right {
    width: 70%;
}

#sub_page.company03 section.section02 .left .title p {
    color: #9b9b9b;
    font-size: 20px;
    margin-top: 12px;
}

#sub_page.company03 section.section02 .left .title h2 {
    font-family: 'Montserrat', 'Noto Sans KR', sans-serif;
    font-size: 50px;
    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: 12px;
    background: rgba(255, 234, 93, 1);
    content: '';
    margin-top: 38px;
}

#sub_page.company03 section.section02 .right dl {
    display: flex;
    margin-bottom: 20px;

}

#sub_page.company03 section.section02 .right dl dt {
    width: 46px;
    margin-right: 60px;
    color: #000;
    font-family: 'Poppins', 'Noto Sans KR', sans-serif;
    position: relative;
}

#sub_page.company03 section.section02 .right dl dt::before {
    position: absolute;
    width: 100%;
    height: 1px;
    background: #868686;
    content: '';
    margin-top: 26px;
}

/* #sub_page.company03 section.section02 .right dl dt span {
    background: #e8e8e8;
    display: block;
    border-radius: .4em;
    text-align: center;
    font-size: 15px;
    color: #000;
    font-family: 'Poppins', 'Noto Sans KR', sans-serif;
    padding-top: 6px;
    padding-bottom: 6px;
    width: 55px;
    margin-right: 20px;
    font-weight: 600;
} */

#sub_page.company03 section.section02 .right dl dd {
    color: #686868;
    font-weight: 400;
    font-size: 18px;

}

#sub_page.company03 section.section02 .right dl dd {
    line-height: 30px;
    color: #000;
}

#sub_page.company03 section.section02 .right p {
    margin-bottom: 50px;
}

/* 찾아오시는 길 */
#sub_page.company04 section {
    display: flex;
    margin-bottom: 80px;
    padding-bottom: 80px;
    border-bottom: 1px #eee solid;
}

#sub_page.company04 section .left {
    width: 32%;
}

#sub_page.company04 section .right {
    width: 68%;
    padding-left: 150px;
}

#sub_page.company04 section .left .box.box01 {
    margin-bottom: 50px;
}

#sub_page.company04 section .left .box span {
    font-size: 20px;
    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: 8px;
    background: rgba(255, 234, 93, 1);
    content: '';
    margin-top: 21px;
    z-index: -1;
}

#sub_page.company04 section .left .box h1 {
    font-family: 'Noto Sans KR', 'Poppins', 'Ubuntu', dotum, sans-serif;
    font-size: 38px;
    font-weight: 900;
    color: #000;
}

#sub_page.company04 section .left .box .flex {
    display: flex;
    margin-top: 20px;
}

#sub_page.company04 section .left .box .flex div {
    width: 24%;
}

#sub_page.company04 section .left .box .flex ul {
    width: 76%;
}

#sub_page.company04 section .left .box .flex ul.tel li {
    align-items: center;
    height: 57px;
    display: flex;
    color: #000;
    font-family: 'Cairo', sans-serif;
    font-weight: 900;
    font-size: 29px;
}

#sub_page.company04 section .left .box .flex div p {
    width: 57px;
    height: 57px;
    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: 26px;
    color: #fff;
}

#sub_page.company04 section .right .map {
    height: 440px;
}

#sub_page.company04 section .right .map .root_daum_roughmap {
    width: 100%;
    height: 440px;

}

#sub_page.company04 section .left .box .flex ul li {
    padding-bottom: 5px;
    color: #949494;
}

.img_wrap img {
    width: 100%;
}

.sub_contents {
    width: 32.5%;
    float: left;
    vertical-align: top;
    margin-left: 0;
    margin-right: 1.2%;
}

.sub_contents:last-child {
    margin-right: 0;
}

.hr-dash {
    border-bottom: 1px dashed #999;
    margin: 20px 0;
}

.sub_contents .img-area img {
    width: 100%;
    vertical-align: bottom;
}

.text-box p {
    color: #737373;
    padding-bottom: 5px;
    font-size: 18px;
    line-height: 1.5em;
}

.text-box p  span {
    color: #00448b;
    font-weight: bold;
}

.sub_contents .text-box strong {
    font-weight: 900;
    color: #4dad6f;
}

.sub_contents h1 {
    background-color: #4dad6f;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    padding: 10px 15px;
}

.text-box {
    background-color: #f7f7f9;
    padding: 20px 30px;
}

.text-box h2 {
    font-size: 20px;
    color: #333;
    padding-bottom: 20px;
}

.text-box ul {
    padding-bottom: 30px;
}

.text-box li {
    color: #737373;
    padding: 10px 0;
    line-height: 1.5em;
    font-size: 18px;
}

.part-box ul {
    display: flex;
    justify-content: left;
    align-items: left;
    flex-wrap: wrap;
    background: #f7f7f9;
    margin-bottom: 50px;
}

.final-box {
    background-color: #ffffcc;
    padding: 20px 30px;
}

.final-box h1 {
    font-size: 30px;
    color: #333;
}

.final-box h1 span,  .final-box ul li.left span{
    color: #4dad6f;
}

.final-box ul {
    clear: both;
}

.final-box ul li {
    border:  3px dashed #4dad6f;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 1.5em;
}

.final-box ul li.left {
    width: 75%;
    padding: 10px;
    font-size: 18px;
    font-weight: bold;
}

.final-box ul li.arrow-right {
    width: 9%;
    border: none;
}

.final-box ul li.arrow-right img {
    width: 100%;
     transform:rotate(-90deg)
}

.final-box ul li.right {
    width: 15%;
    font-size: 30px;
    font-weight: 900;
    padding: 5px 10px;
    color: #00448b;
}

.arrow-down-img {text-align: right; padding-right:80px;}
.arrow-down-img img {width: 100px;}

.part-box li {
    list-style: none;
}

.part-box .part-img {
    width: 20%;
    background: #4dad6f;
    text-align: center;
}

.part-box .part-img p {
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    padding-top: 20px;
}

.part-box .part-img img {
    width: 80%;
    padding: 30px;
}

.part-box .part-txt {
    width: 70%;
    border-radius: 10px;
    padding: 40px 30px;
}

.part-box .part-txt h2 {
    font-size: 22px;
    color: #333;
    padding-bottom: 20px;
}

.part-box .part-txt p {
    color: #737373;
    padding: 10px 0;
    line-height: 1.5em;
}


.department-box {
    clear: both;
}

.department-box ul {
    width: 48%;
    background: #f7f7f9;
    margin-bottom: 50px;
    float: left;
    margin-right: 2%;
}

.department-box ul:last-child {
    margin-right: 0;
}

.department-box li {
    list-style: none;
}

.department-box .part-img {
    width: 100%;
    background: #4dad6f;
    text-align: center;
}

.department-box .part-img p {
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    padding-top: 20px;
}

.department-box .part-img img {
    width: 80%;
    padding: 30px;
}

.department-box .part-txt {
    width: 100%;
    padding: 40px 30px;
    min-height: 650px;
}

.department-box .part-txt h2 {
    font-size: 20px;
    color: #333;
    padding: 30px 0 10px;
}

.department-box .part-txt h2:first-child {
    padding: 0 0 10px;
}

.department-box .part-txt p {
    color: #737373;
    line-height: 1.6em;
    font-size: 18px;
}

.department-box .department {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 200px;
}

.department-box .bg01 {
    background: url('../../img/main/sec04_bg_1.jpg') no-repeat center center;
    background-size: cover;
}

.department-box .bg02 {
    background: url('../../img/main/sec04_bg_2.jpg') no-repeat center center;
    background-size: cover;
}

.department-box .bg03 {
    background: url('../../img/main/sec04_bg_3.jpg') no-repeat center center;
    background-size: cover;
}

.department-box .bg04 {
    background: url('../../img/main/sec04_bg_4.jpg') no-repeat center center;
    background-size: cover;
}

.department-box .department p {
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: 900;
    padding-top: 20px;
}

.overflow_container {
    width: 100%;
    margin-top: 80px;
    margin-bottom: 80px;
}

.overflow_container img {
    width: 100%;
}

.m_txt, .mobile {
    display: none;
}

.h_con {
    margin-bottom: 50px;
}

.h_con h1 {
    width: 150px;
    text-align: center;
}

.h_con li{
    display: inline-block;
    vertical-align: middle;
}
.h_con .h_left {
    width: 30%;
}

.h_con .h_left  img {
    width: 80%;

}

.h_con .h_right{
    width: 69%;

}

.h_title {
    margin-top: 20px;
    background-color: #4dad6f;
    font-size: 22px;
    font-weight: bold;
    padding: 10px 20px;
    color: #fff;
    font-weight: bold;
    width: 70%;
    border-radius: 10px 10px 0 0;
}

.h_title span {
    color: #ffff00;
}

.h200 {height: 200px !important;}
.h220 {height: 220px !important;}
.h240 {height: 240px !important;}
.h260 {height: 260px !important;}
.h280 {height: 280px !important;}
.h300 {height: 300px !important;}
.h320 {height: 320px !important;}
.h340 {height: 340px !important;}
.h360 {height: 360px !important;}
.h380 {height: 380px !important;}
.h400 {height: 400px !important;}
.h420 {height: 420px !important;}
.h440 {height: 440px !important;}
.h460 {height: 460px !important;}