.txt_bullet {
    position: relative;
    padding-left: 16px;
    line-height: 1.4em;
    margin-bottom: 6px;
    margin-left: 30px;
}

.txt_b_nm {
    margin-left: 0;
}

.txt_bullet::before {
    content: url(../images/common/bullet.png);
    position: absolute;
    left: 0;
    top: -2px;
    width: 8px;
    height: 8px;
}

.txt_bullet_grey {
    position: relative;
    padding-left: 16px;
    line-height: 1.4em;
    margin-bottom: 6px;
}

.txt_bullet_grey::before {
    content: url(../images/common/bullet_grey.png);
    position: absolute;
    left: 0;
    top: -2px;
    width: 8px;
    height: 8px;
}

/*스크롤바*/

.tb_scroll::-webkit-scrollbar {
    width: 10px;
}

.tb_scroll::-webkit-scrollbar-thumb {
    background-color: #38322d;
    border-radius: 10px;
}

.tb_scroll::-webkit-scrollbar-track {
    background-color: #ddd;
}

.min_img::-webkit-scrollbar {
    width: 10px;
}

.min_img::-webkit-scrollbar-thumb {
    background-color: #38322d;
    border-radius: 10px;
}

.min_img::-webkit-scrollbar-track {
    background-color: #ddd;
}
















/*--------------------------sub01--------------------------*/
.intro_lr {
    overflow: hidden;
}

.intro_lr .l {
    width: 30%;
    float: left;
    margin-top: 44px;
}

.intro_lr .l img {
    width: 100%;
    height: auto;
}

.intro_lr .r {
    width: 60%;
    float: right;
    /*    padding-top: 60px;*/
}





.mem {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
    margin-bottom: 40px;
}

.mem:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}

.mem_li {
    overflow: hidden;
    width: 100%;
    height: auto;
}

.mem_li .wrap {
    box-sizing: border-box;
    border: 1px solid #ddd;
    padding: 25px;
    width: 23.5%;
    height: 100px;
    margin-right: 2%;
    margin-bottom: 2%;
    float: left;
}

.mem_li .wrap:nth-child(4n) {
    margin-right: 0;
}

.mem_li .img {
    margin: 0 auto;
    display: block;
    max-width: 100%;
    max-height: 50px;
    line-height: 70px;
}

.mem_li .img_wrap {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mem_li .tit_wrap {
    box-sizing: border-box;
    border-top: 1px solid #efefef;
    float: left;
    width: 100%;
    height: 40px;
}

.mem_li .tit_wrap .tit {
    text-align: center;
    color: #38322d;
    font-weight: 500;
    line-height: 55px;
    margin: 0 auto;
}



/*--------------------------sub02_1_1--------------------------*/



/*--------------------------sub02_1_2--------------------------*/
.pyun_service_box {
    overflow: hidden;
}

.pyun_service_box .box_basic {
    width: calc(99% / 2);
    margin-right: 1%;
    border: 1px solid #aaa;
    padding: 40px;
    border-radius: 10px;
    float: left;
    box-sizing: border-box;
    line-height: 1.4em;
    background: #fafafa;
}

.pyun_service_box .box_basic:last-child {
    margin-right: 0;
}

.pyun_service_box .box_basic img {
    width: 100px;
    height: 100px;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
}

.pyun_service_box .box_basic p {
    font-size: 1.25rem;
    text-align: center;
}

.process_line_4 {
    position: relative;
}

.process_line_4::before {
    position: absolute;
    top: 9px;
    width: 100%;
    height: 1px;
    background: #ddd;
    content: '';
}

.process_line_4 .drop_wrap {
    position: relative;
    width: calc(93% / 4);
    display: inline-block;
    vertical-align: top;
    margin-right: 2%;
    background: url(../images/sub/process_line.png) top center no-repeat;
    z-index: 9;
}

.process_line_4 .drop_wrap:nth-child(4n) {
    margin-right: 0;
}

.process_line_4 .drop_wrap .tit {
    font-size: var(--txt-md-1);
    font-weight: 400;
    display: block;
    padding: 10px;
    margin-bottom: 10px;
    margin-top: 47px;
    text-align: center;
    border: 1px solid #ddd;
    word-break: keep-all;
    background: #fff;
}


.process_line_4 .drop_wrap li {
    line-height: 1.4em;
    color: #555;
    margin-bottom: 6px;
    font-weight: 300;
}

.process_line_4 .drop_wrap li.center {
    text-align: center;
}

.process_line_4 .drop_wrap span.clr {
    display: inline-block;
    padding: 6px;
    background: #ff5800;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    width: 112px;
    margin: 10px 0;
}

.process_line_4 .drop_wrap li img {
    transform: rotate(90deg);
    margin-left: 40%;
    /* margin-top: 7%; */
    margin-right: 10px;
}


.process_line_2 {
    position: relative;
}

.process_line_2::before {
    position: absolute;
    top: 9px;
    width: 100%;
    height: 1px;
    background: #ddd;
    content: '';
}

.process_line_2 .drop_wrap {
    position: relative;
    width: calc(95% / 2);
    display: inline-block;
    vertical-align: top;
    margin-right: 4%;
    background: url(../images/sub/process_line.png) top center no-repeat;
    z-index: 9;
}

.process_line_2 .drop_wrap:nth-child(2n) {
    margin-right: 0;
}

.process_line_2 .drop_wrap .tit {
    font-size: var(--txt-md-1);
    font-weight: 400;
    display: block;
    padding: 10px;
    margin-bottom: 10px;
    margin-top: 47px;
    text-align: center;
    border: 1px solid #ddd;
    word-break: keep-all;
    background: #fff;
}

.process_line_2 .drop_wrap li {
    line-height: 1.4em;
    color: #555;
    margin-bottom: 6px;
    font-weight: 300;
}


.process_line_3 {
    position: relative;
}

.process_line_3::before {
    position: absolute;
    top: 9px;
    width: 100%;
    height: 1px;
    background: #ddd;
    content: '';
}

.process_line_3 .drop_wrap {
    position: relative;
    width: calc(95% / 3);
    display: inline-block;
    vertical-align: top;
    margin-right: 2%;
    background: url(../images/sub/process_line.png) top center no-repeat;
    z-index: 9;
}

.process_line_3 .drop_wrap:nth-child(3n) {
    margin-right: 0;
}

.process_line_3 .drop_wrap .tit {
    font-size: var(--txt-md-1);
    font-weight: 400;
    display: block;
    padding: 10px;
    margin-bottom: 10px;
    margin-top: 47px;
    text-align: center;
    border: 1px solid #ddd;
    word-break: keep-all;
    background: #fff;
}

.process_line_3 .drop_wrap li {
    line-height: 1.4em;
    color: #555;
    margin-bottom: 6px;
    font-weight: 300;
}

.process_line_5 {
    position: relative;
}

.process_line_5::before {
    position: absolute;
    top: 10px;
    width: 100%;
    height: 1px;
    background: #ddd;
    content: '';
}

.process_line_5 .drop_wrap {
    position: relative;
    width: calc(90% / 5);
    display: inline-block;
    vertical-align: top;
    margin-right: 2%;
    background: url(../images/sub/process_line.png) top center no-repeat;
    z-index: 9;
}

.process_line_5 .drop_wrap:nth-child(5n) {
    margin-right: 0;
}

.process_line_5 .drop_wrap .tit {
    font-size: var(--txt-md-1);
    font-weight: 400;
    display: block;
    padding: 10px;
    margin-bottom: 10px;
    margin-top: 47px;
    text-align: center;
    border: 1px solid #ddd;
    background: #fff;
    word-break: keep-all;
}

.process_line_5 .drop_wrap li {
    line-height: 1.4em;
    color: #555;
    margin-bottom: 6px;
    font-weight: 300;
}

.process_line_6 {
    position: relative;
}

.process_line_6::before {
    position: absolute;
    top: 10px;
    width: 100%;
    height: 1px;
    background: #ddd;
    content: '';
}

.process_line_6 .drop_wrap {
    position: relative;
    width: calc(88% / 6);
    display: inline-block;
    vertical-align: top;
    margin-right: 2%;
    background: url(../images/sub/process_line.png) top center no-repeat;
    z-index: 9;
}

.process_line_6 .drop_wrap:nth-child(6n) {
    margin-right: 0;
}

.process_line_6 .drop_wrap .tit {
    font-size: var(--txt-md-1);
    font-weight: 400;
    display: block;
    padding: 10px;
    margin-bottom: 10px;
    margin-top: 47px;
    text-align: center;
    border: 1px solid #ddd;
    background: #fff;
    word-break: keep-all;
}

.process_line_6 .drop_wrap li {
    line-height: 1.4em;
    color: #555;
    margin-bottom: 6px;
    font-weight: 300;
}


.drop_wrap table tr {
    border-bottom: 1px #ddd solid;
}
.drop_wrap table th {
    border-right: 1px #ddd solid;
}

.drop_wrap table td,
.drop_wrap table th,
.drop_wrap table tr {
    font-size: 0.875rem;
    color: #555;
}

.drop_wrap table tr th,
.drop_wrap table td {
    padding: 6px;
}

.drop_wrap table {
    border-top: 1px #555 solid;
    min-width: 200px;
    max-width: 450px;
}

.drop_wrap .tb_scroll {
    border-bottom: 1px solid #aaa;
    max-width: 450px;
}
/*-----------------------------table--------------------------------*/
.drop_wrap table {
    width: 100%;
    /* border-top: 3px #ffc20e solid; */
    border-right: 1px #ddd solid;
    border-left: 1px #ddd solid;
    table-layout: fixed;
    /* min-width: 360px; */
    border-collapse: collapse;
    line-height: 1.5em;
    text-align: center;
}

.table_min {
    min-width: 580px;
}

.drop_wrap table {
    background-color: #fafafa;
    font-size: 1.125rem;
    border-right: 1px #ddd solid;
    padding: 20px;
}


.drop_wrap table {
    /* border-bottom: 1px #ddd solid; */
}

.drop_wrap table tr:last-child {
    border-bottom: 0;
}

.drop_wrap table td:last-child {
    border-right: 0;
}

.drop_wrap table .cont {
    /*    padding: 14px;*/
    text-align: left;
    word-break: keep-all;
}

.drop_wrap table .main_title {
    background: #38322d;
    color: #fff;
}

.drop_wrap table .title {
    background: #efefef;
}

/*--------------------------sub02_1_3--------------------------*/


.arrow_middle {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}


.arrow_box_2 {
    float: left;
    overflow: hidden;
    position: relative;
    width: calc((100% - 40px) / 2);
}

.arrow_img_2 {
    float: left;
    padding-top: 60px;
    margin: 0 10px;
}

.arrow_box_2 .tit {
    background: #efefef;
    background-size: cover;
    border-radius: 10px 0 0 10px;
    border: 1px solid #ff5800;
    width: 200px;
    height: 150px;
    padding: 40px;
    font-size: 1.5rem;
    line-height: 1.4em;
    float: left;
    position: relative;
}

.arrow_box_2 .cont {
    border: 1px solid #ff5800;
    background-size: cover;
    border-radius: 0 10px 10px 0;
    width: calc(100% - 200px);
    margin-left: -1px;
    height: 150px;
    padding: 40px;
    float: left;
}

/*--------------------------sub02_1_4--------------------------*/
.pyun_group_box {
    background: url(../images/common/bg_gra.png);
    background-size: cover;
    border-radius: 10px;
    width: 200px;
    height: 150px;
    padding: 40px;
    font-size: 1.5rem;
    line-height: 1.4em;
    float: left;
    color: #fff;
    text-align: center;
    position: relative;
}

.pyun_group_box::after {
    content: '';
    border: 1px solid #aaa;

}


/*--------------------------sub02_1_4--------------------------*/
.safe_sal_arrow {
    overflow: hidden;
    margin-top: 60px;
}

.safe_sal_arrow .box {
    border: 1px solid #ff5800;
    background: #fafafa;
    padding: 40px;
    float: left;
    width: calc((100% - 90px) / 4);
    height: 130px;
    padding: 40px;
    border-radius: 10px;
    font-size: 1.125rem;
    text-align: center;
    line-height: 1.4em;
    position: relative;
}

.safe_sal_arrow img {
    padding-top: 60px;
    float: left;
    margin: 0 5px;
}


/*--------------------------sub02_2_4--------------------------*/
.arrow_box_4 {
    border: 1px solid #ff5800;
    background: #fafafa;
    padding: 40px;
    float: left;
    width: calc((100% - 90px) / 4);
    height: 110px;
    padding: 30px;
    border-radius: 10px;
    font-size: 1.125rem;
    line-height: 1.4em;
    position: relative;
}

.arrow_box_4 .txt_bullet_grey {
    color: #757575;
    font-size: 0.875rem;
    margin-top: 10px;
}

.arrow_img_4 {
    padding-top: 45px;
    float: left;
    margin: 0 5px;
}



.arrow_box_4_1 {
    border: 1px solid #ff5800;
    background: #fafafa;
    padding: 40px;
    float: left;
    width: calc((100% - 90px) / 4);
    height: 190px;
    padding: 30px;
    border-radius: 10px;
    font-size: 1.125rem;
    line-height: 1.4em;
    position: relative;
}

.arrow_box_4_1 .txt_bullet_grey {
    color: #757575;
    font-size: 0.875rem;
    margin-top: 10px;
}

.arrow_img_4_1 {
    padding-top: 80px;
    float: left;
    margin: 0 5px;
}

.arrow_box_3_1 {
    border: 1px solid #ff5800;
    background: #fafafa;
    padding: 40px;
    float: left;
    width: calc((100% - 60px) / 3);
    height: 220px;
    padding: 30px;
    border-radius: 10px;
    font-size: 1.125rem;
    line-height: 1.4em;
    position: relative;
}

.arrow_box_3_1 .txt_bullet_grey {
    color: #757575;
    font-size: 0.875rem;
    margin-top: 10px;
}

.arrow_img_3_1 {
    padding-top: 100px;
    float: left;
    margin: 0 5px;
}

/*--------------------------sub02_2_5--------------------------*/


.arrow_box_2_1 {
    border: 1px solid #ff5800;
    background: #fafafa;
    padding: 40px;
    float: left;
    width: calc((100% - 40px) / 2);
    height: 110px;
    padding: 40px;
    border-radius: 10px;
    font-size: 1.125rem;
    text-align: center;
    line-height: 1.4em;
    position: relative;
}

.arrow_img_2_1 {
    padding-top: 45px;
    float: left;
    margin: 0 10px;
}


/*--------------------------sub02_2_5--------------------------*/


.kwan_sure_box {
    overflow: hidden;
}

.kwan_sure_box .box_basic {
    width: calc(98% / 3);
    margin-right: 1%;
    border: 1px solid #aaa;
    padding: 40px;
    border-radius: 10px;
    float: left;
    box-sizing: border-box;
    line-height: 1.4em;
    background: #fafafa;
}

.kwan_sure_box .box_basic:last-child {
    margin-right: 0;
}

.kwan_sure_box .box_basic img {
    width: 100px;
    height: 100px;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
}

.kwan_sure_box .box_basic p {
    font-size: 1.25rem;
    text-align: center;
}










/*--------------------------sub02_4_2--------------------------*/

.prog_service_box {
    overflow: hidden;
}

.prog_service_box .box_basic {
    width: calc(99% / 2);
    margin-right: 1%;
    border: 1px solid #aaa;
    padding: 40px;
    border-radius: 10px;
    float: left;
    box-sizing: border-box;
    line-height: 1.4em;
    background: #fafafa;
}

.prog_service_box .box_basic:last-child {
    margin-right: 0;
}

.prog_service_box .box_basic img {
    width: 100px;
    height: 100px;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
}

.prog_service_box .box_basic p {
    font-size: 1.25rem;
    text-align: center;
}


/*--------------------------화학물질 관리시스템--------------------------*/
.prog_icon_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    gap: 1rem;
}
.prog_icon {
    border: 1px solid #ddd;
    padding: 20px;
    width: calc((100% - 6rem) / 7);
    border-radius: var(--radius-all-sm);
}

.prog_icon:last-child {
    margin-right: 0;
}

.prog_icon img {
    width: 80px;
    height: 80px;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
}

.prog_icon .tit {
    font-size: 1.125rem;
    text-align: center;
}


form .btn_zone {
    text-align: center;
    margin-top: 40px;
}

/*--------------------------sub02_4_3--------------------------*/

/* -----팝업---- */
.layer_popup {position:absolute; max-width:500px; width: 100%; /*height: 450px;*/ top:104px; left: 0px; z-index:10000000002;cursor:pointer; }
.layer_popup p {margin: 0 auto; text-align: center;}
/*.layer_popup p img {width:330px;}*/
.layer_popup .pop_close {  background-color: rgba(0,0,0,0.8);width: 100%; height: 30px; color: #fff; line-height: 30px;text-align: center;}


.layer_popup1 {position:absolute; max-width:450px; width: 100%; /*height: 450px;*/ top:8%; right: 0; z-index:10000000003;cursor:pointer; }
.layer_popup1 p {margin: 0 auto; text-align: center;}
/*.layer_popup p img {width:330px;}*/
.layer_popup1 .pop_close {  background-color: rgba(0,0,0,0.8);width: 100%; height: 30px; color: #fff; line-height: 30px;text-align: center;}

.layer_popup3 {position:absolute; max-width:450px; width: 100%; /*height: 450px;*/ top:8%; left: 500px; z-index:10000000004;cursor:pointer; }
.layer_popup3 p {margin: 0 auto; text-align: center;}
/*.layer_popup p img {width:330px;}*/
.layer_popup3 .pop_close {  background-color: rgba(0,0,0,0.8);width: 100%; height: 30px; color: #fff; line-height: 30px;text-align: center;}