/* 공통 */
h1.h1_01 {
    font-size: 38px;
    font-family: 'Noto Sans KR', 'Poppins', 'Ubuntu', dotum, sans-serif;
    font-weight: 900;

}

#sub_page,
#sub_page ul,
#sub_page li,
#sub_page span,
#sub_page p,
#sub_page dd {
    line-height: 26px;
}
ul#tab {
    margin-bottom: 80px;

}
/* 프로덕트 */
#sub_page.product01 section .flex.flex01 {
    display: flex;
    margin-bottom: 100px;
    border-bottom: 1px #ddd solid;
    padding-bottom: 100px;
}

#sub_page.product01 section .flex.flex01 .text {
    width: 50%;
    padding-right: 30px;
}

#sub_page.product01 section .flex.flex01 .image {
    width: 50%;
    padding-left: 30px;
    text-align: right;
}

#sub_page.product01 section .box.blet h2 {
    font-size: 30px;
    font-weight: 900;
    padding-left: 28px;
    background: url('../../img/product/blit01.png');
    background-repeat: no-repeat;
    background-position: 0 50%;

}

#sub_page.product01 section #documents h3,
#sub_page.product01 section #table_wrap h3,
#sub_page.product01 section .box.blet h3 {
    font-size: 20px;
    font-weight: 900;
    padding-left: 28px;
    background: url('../../img/product/blit01.png');
    background-repeat: no-repeat;
    background-position: 0 50%;

}

#sub_page.product01 section .box.blet .texts {
    padding-left: 35px;
    margin-top: 35px;
    font-size: 17px;
}
 
#sub_page.product01 section .flex.box_wrap_flex .box.blet .texts {
    margin-top: 20px;
}

#sub_page.product01 section .flex.box_wrap_flex {
    display: flex;

}

#sub_page.product01 section .flex.box_wrap_flex .left {
    width: 50%;
    padding-right: 40px
}

#sub_page.product01 section .flex.box_wrap_flex .right {
    width: 50%;
    padding-left: 40px;
}

#sub_page.product01 section .flex.box_wrap_flex .box {
    margin-bottom: 50px;
}

#sub_page.product01 section .flex.box_wrap_flex .box ul.dot {
    padding: 0;
    margin: 0;
}
#sub_page  section .box ul.dot li::before {
    content: "·  ";
}
#sub_page.product01 section #table_wrap .table-responsive {
    margin-top: 40px;
    margin-bottom: 40px;
}

#sub_page.product01 section #table_wrap .table-responsive table td,
#sub_page.product01 section #table_wrap .table-responsive table th {
    font-size: 13px;
}

#documents .flex {
    display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	/* grid-template-columns: repeat(auto-fill, minmax(20%, auto)); */
	/* grid-template-rows: repeat(, minmax(50px,auto)); */
	/* grid-auto-flow: dense; */
    gap: 20px;
    margin-top: 40px;
}

#documents .flex .box {
    border: 1px #ddd solid;
    /* margin-left: 20px;
    margin-right: 20px; */
    margin-bottom: 50px; 
}

#documents .flex .box {
    /* margin-left: 20px;
    margin-right: 20px; */
    text-align: center;
    font-size: 14px;
}

#documents .flex .box h4 {
    font-size: 17px;
    padding-top: 20px;
}


#documents .flex .box img {
    width: 100%;
}
#sub_page .flex.image03 {
    margin-bottom: 60px;
}
#sub_page .flex.image03 .image {
    display:grid;

    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-left: 35px;
    padding-right: 35px;
    
    
}
#sub_page .flex.image03 .image .box {
    border: 1px #ddd solid;
    padding: 20px;
}

#sub_page .flex.image03 .image .box img {
    width: 100%;
}

#sub_page.product03_01 section .flex.flex01 {
    display: flex;
    margin-bottom: 60px;
    border-bottom: 1px #ddd solid;
    padding-bottom: 60px;
}








/* 프로덕트 마감 */



/* 인사말 */
#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;
    font-size:20px;
}

#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: 33px;
    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: 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(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: 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; 
}

#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: 20px;
    font-weight: 400;
    line-height: 32px;
    color: #000;
    margin-top: 20px;
}
#sub_page.company04 section .left ul {
    margin: 0;
    padding: 0;
    margin-top: 30px;

}
#sub_page.company04 section .left ul li {
    margin-bottom: 12px;
}

#sub_page.company04 section .left ul li i {
   
    background: #ddd;
    width: 40px;
    height: 40px; 
    text-align: center;
    font-size:20px;
    padding-top: 9px;
    border-radius: 50%;
    margin-right: 12px;
}
#sub_page.company04 section .left ul li a {
    font-size:19px;
    font-family: 'Poppins', 'NotoSans', sans-serif;
    font-weight:600;
}




#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;
}




#product_link #bo_cate {
    margin-bottom: 60px;
}

#product_link #bo_cate_on {
    background: #fff;
    border-bottom: 0;
    border-top: 3px #000 solid;
    outline: none;
    text-decoration: none;
    color: #000;
    box-shadow: none;
    border-left: 1px #e3e3e3 solid;
    border-right: 1px #e3e3e3 solid;
}
@media(max-width:1050px){  
    #product_link #bo_cate a {
        font-size:14px;
        padding-top: 15px;
        padding-bottom: 15px;
}
}
@media(max-width:991px){  
    #product_link #bo_cate {
        margin-bottom: 25px;
    }
    #product_link #bo_cate a {
        font-size:12px;
}
}
#product_link .grid {
    display:grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;

}
#product_link .grid .wrap {
    border: 1px #ddd solid;
    padding: 30px 45px;
}
#product_link .grid .image {
    text-align: center;
    margin-top: 20px;
}
#product_link .grid .image img {
   height: 190px;
}
#product_link .grid .wrap a:hover {
    text-decoration: none !important;
}
#product_link .grid .wrap a h5 {
    font-size: 24px;
    color: #d30000;
    font-family: 'Poppins', 'NotoSans', sans-serif;
}
#product_link .grid .wrap a p {
    font-size:14px;
    line-height: 19px;
    font-family: 'Poppins', 'NotoSans', sans-serif;
    margin-top: 5px;
    color: #7e7e7e;
}
#product_link .grid .wrap ul {
    margin-top: 20px;
}
#product_link .grid .wrap ul li {
    font-size:14px;
    /* font-family: 'Poppins', 'NotoSans', sans-serif; */
    padding-bottom: 6px;
}
@media(max-width:1200px){   
    #product_link .grid {
        display:grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    
    }
 }
@media(max-width:991px){   
    #product_link .grid {
        display:grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    
    }
    #product_link .grid .wrap {
        border: 1px #ddd solid;
        padding: 20px 30px;
    }
    #product_link .grid .wrap a h5 {
        font-size: 20px;
        color: #d30000;
        font-family: 'Poppins', 'NotoSans', sans-serif;
    }
    #product_link .grid .wrap a p {
        font-size:12px;
        line-height: 17px;
        font-family: 'Poppins', 'NotoSans', sans-serif;
        margin-top: 5px;
        color: #7e7e7e;
    }
    #product_link .grid .wrap ul li {
        font-size:13px;
        padding-bottom: 4px;
    }
 }
 @media(max-width:660px){
    #product_link .grid {
        display:grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 12px;
    
    }
    #product_link .grid .wrap .image img {
        width: 100%;
        height:auto;
    }
 }   