/*------------------------------------------------------------------------------------------------------
수질분야
------------------------------------------------------------------------------------------------------*/
.bus .nav-link {
    margin-right: 0; margin-bottom: -1px;
    font-size: inherit; font-weight: inherit;
}
    @media all and (min-width: 320px) and (max-width: 992px) {
        .bus .nav-link {
            border: none; min-width: 130px; padding: 4px 2px; text-align: left;
            font-size: 15px; font-weight: inherit;
        }
        .water button.nav-link::before {
            content:"\f101";
            font-family: "Font Awesome 5 Free"; font-weight: 900; margin-right: 7px;
        }
    }

.tabcon_title {
    font-size: 22px!important; font-weight: 300!important; letter-spacing: -1px;
}

.bus h4::before {
    content: "\f35a";
    font-family: "Font Awesome 5 Free"; font-weight: 900; margin-right: 7px;
}

	/*-----------------------
	OH-라디칼 고급산화처리
	-----------------------*/
.water2_ul {list-style: none; padding: 0; background-color: #f8f8f8;}
.water2_ul li::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free"; color: #003a8e; font-weight: 900; margin-right: 7px;
}

/*------------------------------------------------------------------------------------------------------
축산분뇨 및 슬러지 처리분야
------------------------------------------------------------------------------------------------------*/
.disposal h3 {
    display: inline-block;
    border-top: 3px solid #003a8e; border-bottom: 3px solid #003a8e;
    font-weight: 900;
}
.disposal table {
    width: 90%; white-space: pre-line;
    border-top: 3px solid #003a8e; border-bottom: 3px solid #003a8e; border-left: 1px solid #ccc;
}
.disposal table th, .disposal table td {padding:10px 2px; border-bottom: 1px solid #ccc; border-right: 1px solid #ccc;}
.disposal table th {background-color: #f8f8f8;}

/*------------------------------------------------------------------------------------------------------
엔지니어링분야
------------------------------------------------------------------------------------------------------*/
.engineering .col-md-3 {padding: 0;}
.engineering h4 {
    background-color: #003a8e;
    color: #fff;
}
.engineering h4 span {display: block; width: 100%;}
.engineering h4 i {padding: 10px; border-radius: 100px; background-color: antiquewhite; background-color: aliceblue;}

.engineering li {border-bottom: 1px #d8d8d8 dashed;}

.engineering h4::before {
    content: none;
}

/*------------------------------------------------------------------------------------------------------
환경정보사이트
------------------------------------------------------------------------------------------------------*/
.linkcon .col-md-3 {padding: 0;}
.linkcon h4 {
    background-color: #003a8e;
    color: #fff;
}
.linkcon h4 span {
    display: block; width: 100%;
    font-size: 18px; color: aliceblue;
}

.linkcon ul {list-style: none; padding-left: 0;}
.linkcon li {border-bottom: 1px #d8d8d8 dashed;}
.linkcon li span::before {
    content: "\f0c1";
    font-family: "Font Awesome 5 Free"; color: #003a8e; font-weight: 900; margin-right: 7px;
}
.linkcon li a {font-size: 12px;}
