/* 공통 */
h1.h1_01 {
    font-size: 28px;
    font-family: 'Noto Sans KR', 'Poppins', 'Ubuntu', dotum, sans-serif;
    font-weight: 400;
    color: #6f6f6f;

}

/* 인사말 */
#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 .img_wrap {
    margin-top: 80px;
    margin-bottom: 80px;
}

#sub_page.company02 section .img_wrap img {}

#sub_page.company02 section.section02 {
    display: flex;
}

#sub_page.company02 section.section02 .left {
    width: 40%;
}

#sub_page.company02 section.section02 .right {
    line-height: 38px;
    font-size: 20px;
    width: 60%;
}

#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: 30px;
    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(255, 234, 93, 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: 80px;
}

#sub_page.company03 section.section02 .flex {
    display: flex;
    margin-bottom: 40px;
    border-bottom: 1px #eeeeee solid;
    padding-bottom: 40px;
}

#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: 26px;
    color: #000;
    font-weight: 600;
    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.company03 section.section02 .right img{
    margin-top: 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: 24px;
    font-weight: 400;
    color: #000;
}

#sub_page.company04 section .left .box .flex {
    display: flex;
    margin-top: 20px;
}

#sub_page.company04 section .left .box .flex div {
    width: 15%;
}

#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: 26px;
}

#sub_page.company04 section .left .box .flex div p {
    width: 45px;
    height: 45px;
    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: 22px;
    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;
}


/* 시설과 인증 */
#sub_page.company06 section .flex {
    display: flex;
    margin-top: 80px;
    
}

#sub_page.company06 section .flex .left {
    width: 50%;
}

#sub_page.company06 section .flex .right {
    width: 50%;
}

#sub_page.company06 section .flex .right .box {
    line-height: 34px;
}

#sub_page.company06 section .flex .right .box h1 {
    font-size: 38px;
    margin-bottom: 38px;
    line-height: 54px;
    font-weight: 900;
}

#sub_page.company06 section .flex .right .box p {
    font-weight: 900;
    line-height: 28px;
}


#sub_page.company06 section.section01 .flex {
    display: flex;
}

#sub_page.company06 section.section01 .flex .left {
    width: 100%;
}

#sub_page.company06 section.section01 .flex .right {
    width: 50%;
}

#sub_page.company06 section.section01 .flex .right .box {
    line-height: 34px;
}

#sub_page.company06 section.section01 .flex .right .box h1 {
    font-size: 38px;
    margin-bottom: 38px;
    line-height: 54px;
    font-weight: 900;
}


/* rnd1 */
#sub_page.rnd1 section .img_wrap {
    margin-top: 80px;
    margin-bottom: 80px;
}

#sub_page.rnd1 section .img_wrap img {}

#sub_page.rnd1 section.section02 {
    display: flex;
}

#sub_page.rnd1 section.section02 .left {
    width: 100%;
}

#sub_page.rnd1 section.section02 .right {
    line-height: 33px;
    font-size: 20px;
    width: 60%;
}

#sub_page.rnd1 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.rnd1 section.section02 .right p span {
    font-family: 'Shilla_CultureB-Bold';
    font-weight: 900;
    font-size: 30px;
    padding-left: 12px;
}

#sub_page.rnd1 section.section02 .left h1 {
    font-size: 32px;
    color: #000;
    font-weight: 600;
    font-family: 'Noto Sans KR', 'Poppins', 'Ubuntu', dotum, sans-serif;
    line-height: 66px;
}

#sub_page.rnd1 section.section02 .left h1 span {
    position: relative;
    z-index: 0;
}



#sub_page.rnd1 section.section03 {
    position: relative;
    margin-top: 100px;
    transition: 1s;

}

#sub_page.rnd1 section.section03 .overlay {
    position: absolute;
    width: 100%;
    z-index: 0;
    height: 100%;
    /*    top: 100%;*/
}

#sub_page.rnd1 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.rnd1 section.section03 .container {
    z-index: 1;
    position: relative;
}

#sub_page.rnd1 section.section03 table tbody td,
#sub_page.rnd1 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;
}


/* rnd2 */
h1.h1_01 {
    font-size: 18px;
    font-family: 'Noto Sans KR', 'Poppins', 'Ubuntu', dotum, sans-serif;
    font-weight: 400;
    color: #6f6f6f;

}

#sub_page.rnd2 section .flex {
    display: flex;
    padding-top: 80px;
    padding-bottom: 40px;  
}

#sub_page.rnd2 section .flex .left {
    width: 50%;
    padding: 10px;
}

#sub_page.rnd2 section .flex .right {
    width: 50%;
    padding: 10px;
}

#sub_page.rnd2 section .flex .right .box {
    line-height: 34px;
}

#sub_page.rnd2 section .flex .right .box h1 {
    font-size: 28px;
    margin-bottom: 38px;
    line-height: 54px;
    font-weight: 500;
}

#sub_page.rnd2 section .flex .right .box p {
    font-weight: 700;
    line-height: 28px;
}


#sub_page.rnd2 section .section01 .flex {
    display: flex;
}

#sub_page.rnd2 section .section01 .flex .left {
    width: 100%;
}

#sub_page.rnd2 section .section01 .flex .right {
    width: 100%;
}

#sub_page.rnd2 section .section01 .flex .right p img{
    width: 15%;
    padding-bottom: 15px;
}

#sub_page.rnd2 section .section01 .flex .right .box {
    line-height: 34px;
}

#sub_page.rnd2 section .section01 .flex .right .box h1 {
    font-size: 38px;
    margin-bottom: 38px;
    line-height: 54px;
    font-weight: 900;
}

#sub_page.rnd2 section.section01 table thead {margin:23px 0 0;}
 #sub_page.rnd2 section.section01 table thead {font-size:16px; color:#343434; border-top:2px solid #0b3a67;}
 #sub_page.rnd2 section.section01 table thead th {font-weight:700; background:#f7f7f7; text-align:center; border-right:1px solid #dedede; border-bottom:1px solid #dedede; padding:21.5px 0;}
 #sub_page.rnd2 section.section01 table thead th:last-child {border-right:none;}

 #sub_page.rnd2 section.section01 table tbody {margin:20px 0 0;}
 #sub_page.rnd2 section.section01 table tbody {font-size:16px; color:#343434; text-align:center; border-top:1px solid}
 #sub_page.rnd2 section.section01 table tbody td {font-weight:400; border-right:1px solid #dedede; border-bottom:1px solid #dedede; padding:21px 10px; line-height:1.9; word-break:keep-all;}
 #sub_page.rnd2 section.section01 table tbody h2 {font-weight: 600; }
 #sub_page.rnd2 section.section01 table tbody td:last-child {border-right:none;}

 /* rnd2 + step_box*/
 #sub_page.rnd2 section.section01 .step_box {
    width: 100%;
    max-width: 1200px;
    margin-bottom: 50px;
    margin-top: 50px
}

#sub_page.rnd2 section.section01 .step_box:after {
    content: '';
    display: block;
    clear: both
}

#sub_page.rnd2 section.section01 .step_box ul {
    padding: 0;
    margin: 0;
}

#sub_page.rnd2 section.section01 .step_box ul li {
    position: relative;
    float: left;
    display: table;
    text-align: center;
    width: 28%;
    min-height: 250px;
    padding: 0 30px;
    margin-right: 4%;
    margin-bottom: 4%;
    background: #fff;
    border: 1px solid #ddd;
    box-sizing: border-box;
    border-radius: 12px


}

#sub_page.rnd2 section.section01 .step_box ul li:before {
    display: block;
    content: "";
    width: 25px;
    height: 24px;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    right: -13%;
    background: url('https://josunasset.cafe24.com/theme/dxgenekorea/img/rnd/arrow.png') no-repeat center center;
    background-size: 100% auto
}

#sub_page.rnd2 section.section01 .step_box ul li em {
    position: absolute;
    left: 15px;
    top: 15px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 100%;
    font-size: 1em;
    color: #fff;
    background: #777;
    text-align: center;
    font-style: normal
}

#sub_page.rnd2 section.section01 .step_box ul li:nth-child(even) {
    background: #f8f8f8
}

#sub_page.rnd2 section.section01 .step_box ul li:nth-child(3n) {
    margin-right: 0
}

#sub_page.rnd2 section.section01 .step_box ul li:nth-child(3n):before {
    display: none
}

#sub_page.rnd2 section.section01 .step_box ul li div {
    display: table-cell;
    vertical-align: middle
}

#sub_page.rnd2 section.section01 .step_box ul li strong {
    position: relative;
    display: block;
    font-size: 1.5em;
    color: #000;
    font-weight: normal;
    line-height: 1.4em
}

#sub_page.rnd2 section.section01 .step_box ul li p {
    font-size: 16px;
    font-weight: 900;
    color: #666;
    line-height: 1.4em;
    margin-top: 25px;
    margin-bottom: 25px
}

#sub_page.rnd2 section.section01 .step_box ul li img {

    margin-top: 25px;
    margin-bottom: 25px
}
#sub_page.rnd2 section.section01 .step_box ul li:nth-child(7) em {
    background: #fdba00;
    color: #000
}

#sub_page.rnd2 section.section01 .step_box ul li:nth-child(7) {
    background: #383847
}

#sub_page.rnd2 section.section01 .step_box ul li:nth-child(7) strong {
    font-size: 1.5em;
    color: #fff
}

#sub_page.rnd2 section.section01 .step_box ul li:nth-child(7) p {
    font-size: 1.5em;
    color: #fff
}

/* product */


h1.h1_01 {
    font-size: 18px;
    font-family: 'Noto Sans KR', 'Poppins', 'Ubuntu', dotum, sans-serif;
    font-weight: 400;
    color: #6f6f6f;

}

#sub_page.product section .flex {
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px;  
}

#sub_page.product section .flex .left {
    width: 50%;
    padding: 10px;
}

#sub_page.product section .flex .right {
    width: 50%;
    padding: 10px;
}

#sub_page.product section .flex .right .box {
    line-height: 34px;
}

#sub_page.product section .flex .right .box h1 {
    font-size: 28px;
    margin-bottom: 38px;
    line-height: 54px;
    font-weight: 500;
}

#sub_page.product section .flex .right .box p {
    font-weight: 700;
    line-height: 28px;
}


#sub_page.product section .section01 .flex {
    display: flex;
}

#sub_page.product section .section01 .flex .left {
    width: 100%;
}

#sub_page.product section .section01 .flex .right {
    width: 100%;
}

#sub_page.product section .section01 .flex .right p img{
    width: 15%;
    padding-bottom: 15px;
}

#sub_page.product section .section01 .flex .right .box {
    line-height: 34px;
}

#sub_page.product section .section01 .flex .right .box h1 {
    font-size: 38px;
    margin-bottom: 38px;
    line-height: 54px;
    font-weight: 900;
}

#sub_page.product section.section01 table thead {margin:23px 0 0;}
 #sub_page.product section.section01 table thead {font-size:16px; color:#343434; border-top:2px solid #0b3a67;}
 #sub_page.product section.section01 table thead th {font-weight:700; background:#f7f7f7; text-align:center; border-right:1px solid #dedede; border-bottom:1px solid #dedede; padding:21.5px 0;}
 #sub_page.product section.section01 table thead th:last-child {border-right:none;}

 #sub_page.product section.section01 table tbody {margin:20px 0 0;}
 #sub_page.product section.section01 table tbody {font-size:16px; color:#343434; text-align:center; border-top:1px solid}
 #sub_page.product section.section01 table tbody td {font-weight:400; border-right:1px solid #dedede; border-bottom:1px solid #dedede; padding:21px 10px; line-height:1.9; word-break:keep-all;}
 #sub_page.product section.section01 table tbody h2 {font-weight: 600; }
 #sub_page.product section.section01 table tbody td:last-child {border-right:none;}

 #sub_page.product section.section01 .step_box {
    width: 100%;
    max-width: 1200px;
    margin-bottom: 50px;
    margin-top: 50px
}

#sub_page.product section.section01 .step_box:after {
    content: '';
    display: block;
    clear: both
}

#sub_page.product section.section01 .step_box ul {
    padding: 0;
    margin: 0;
}

#sub_page.product section.section01 .step_box ul li {
    position: relative;
    float: left;
    display: table;
    text-align: center;
    width: 28%;
    min-height: 250px;
    padding: 0 30px;
    margin-right: 4%;
    margin-bottom: 4%;
    background: #fff;
    border: 1px solid #ddd;
    box-sizing: border-box;
    border-radius: 12px


}

#sub_page.product section.section01 .step_box ul li:before {
    display: block;
    content: "";
    width: 25px;
    height: 24px;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    right: -13%;
    background: url('https://josunasset.cafe24.com/theme/dxgenekorea/img/rnd/arrow.png') no-repeat center center;
    background-size: 100% auto
}

#sub_page.product section.section01 .step_box ul li em {
    position: absolute;
    left: 15px;
    top: 15px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 100%;
    font-size: 1em;
    color: #fff;
    background: #777;
    text-align: center;
    font-style: normal
}

#sub_page.product section.section01 .step_box ul li:nth-child(even) {
    background: #f8f8f8
}

#sub_page.product section.section01 .step_box ul li:nth-child(3n) {
    margin-right: 0
}

#sub_page.product section.section01 .step_box ul li:nth-child(3n):before {
    display: none
}

#sub_page.product section.section01 .step_box ul li div {
    display: table-cell;
    vertical-align: middle
}

#sub_page.product section.section01 .step_box ul li strong {
    position: relative;
    display: block;
    font-size: 1.5em;
    color: #000;
    font-weight: normal;
    line-height: 1.4em
}

#sub_page.product section.section01 .step_box ul li p {
    font-size: 16px;
    font-weight: 900;
    color: #666;
    line-height: 1.4em;
    margin-top: 25px;
    margin-bottom: 25px
}

#sub_page.product section.section01 .step_box ul li img {

    margin-top: 25px;
    margin-bottom: 25px
}
#sub_page.product section.section01 .step_box ul li:nth-child(7) em {
    background: #fdba00;
    color: #000
}

#sub_page.product section.section01 .step_box ul li:nth-child(7) {
    background: #383847
}

#sub_page.product section.section01 .step_box ul li:nth-child(7) strong {
    font-size: 1.5em;
    color: #fff
}

#sub_page.product section.section01 .step_box ul li:nth-child(7) p {
    font-size: 1.5em;
    color: #fff
}

