
.s_tit .lined{
   content: "";
    display: block;
    width: 30px;
    height: 2px;
    background-color: #333;
    margin: 20px 0;
    
}
/*comapany_01*/
#company_01 .com_box{
    position: relative;
}

#company_01 .com_box h3{
    position: absolute;
    background-color: #21297a;
    padding: 80px 40px 40px;
    bottom: -50px;
    right: -50px;
    box-shadow: 20px 20px 60px -25px #000;
}

@media (min-width:769px){
    #company_01 .com_box:before{
    content: "";
    display: block;
    width: 70px;
    height: 3px;
    position: absolute;
    bottom: 10px;
    background-color: #ffd200;
    right: -74px;
    z-index: 99;

    }
}
@media (max-width:768px){
    #company_01 .com_box h3{
       display: none;
    }
}

/*comapany_02*/
/*tabs*/
.tabs .nav-tabs {
    width: 100%;
    border-bottom: 0px;
}
.tabs .nav-tabs li {
    width: 100%;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 0px;
    float: left;
    width: 25%;
    display: block;
    margin-left: -1px;
}
.tabs .nav-tabs.col50 li {
    width: 50% !important;
}
.tabs .nav-tabs li a {
    background-color: transparent;
    border: 0px !important;
    font-size: 20px;
    color: #888 !important;
    padding: 15px;
    border-radius: 0;
    letter-spacing: 0px;
    margin-right: 0px;
}
.tabs .nav-tabs li.active {
    border-color: #735f51;
}
.tabs .nav-tabs li.active a {
    background-color: #21297a;
    color: #fff !important;
}
.tabs .tab-content {
    box-shadow: 0 0 0;
    border: 0px;
    padding: 60px 0;
}
@media (max-width:768px){
    .tabs .nav-tabs li a {
        font-size: 12px;
        padding: 10px 5px;
    }
    .tabs .tab-content {
        padding: 30px 0;
    }
    .tabs .nav-tabs li {
        width: 33.33333%;
    }
}

/*company_02*/
#company_02 .his_wrp h3{
    font-size: 50px;
    line-height: 1em;
}
#company_02 .his_wrp{
    border-bottom: 1px solid #ddd;
        padding: 20px 0;
}
#company_02 .his_wrp .his_box li{
    font-size: 18px;
    line-height: 1.6em;
    color: #858585;
    margin-bottom: 5px;
    position: relative;
    padding-left: 50px;
}
#company_02 .his_wrp .his_box li strong{
    position: absolute;
    left: 0;
    color:#222;
}

@media (max-width:768px){
    #company_02 .his_wrp h3{
    font-size: 22px;
    }
    #company_02 .his_wrp .his_box li{
        font-size: 16px;
        line-height: 1.6em;
        padding-left: 50px;
    }
}

/*company_04*/
#company_04 .sec1 {
    /*background: url(../img/map_bg.jpg) center center no-repeat;*/
}
#company_04 .sec1 .add {
    /*background-color: #061b34;*/
    padding: 25px;
    position: relative;
    padding-left: 60px;
}
#company_04 .sec1 .add img {
    width: 30px;
    margin-right: 10px;
    position: absolute;
    left: 25px;
}
#company_04 .sec1 .map_txt{
    padding: 20px;
}
#company_04 .sec1 .mp-inf h5 {
    color: #000;
    font-weight: 600;
    margin-bottom: 15px;
}
#company_04 .sec1 .mp-inf ul li {
    font-size: 17px;
    line-height: 1.6em;
    color: #777;
    font-weight: 400;
}
#company_04 .sec1 .mp-inf > li {
    position: relative;
}
#company_04 .sec2 .txtbox{
    padding: 30px 0;
}
#company_04 .sec2 .txtbox h5{
    font-weight: 600;
    margin-bottom: 15px;
}
#company_04 .sec2 .txtbox ul li{
    font-size: 17px;
    line-height: 1.6em;
    font-weight: 400;
}
@media (min-width:769px) {
    #company_04 .sec1 .mp-inf > li:not(:last-child):after {
        content: "";
        position: absolute;
        right: 15px;
        top: 5%;
        height: 90%;
        width: 1px;
        background-color: rgba(0,0,0,0.4);
    }
}
@media (max-width:768px) {
    #company_04 .sec1 .mp-inf {
        background-color: #093e7e;
        padding-top: 40px;
    }
    #company_04 .sec1 .mp-inf > li:not(:last-child) {
        margin-bottom: 30px;
    }
    #company_04 .sec1 .mp-inf ul li {
        font-size: 13px;
    }
}
/*mapbox*/
.mapbox,
.mapbox .root_daum_roughmap .wrap_map {
    height: 300px !important;
}
@media (max-width:768px) {
    .mapbox,
	.mapbox .root_daum_roughmap .wrap_map {
		height: 180px !important;
	}
}

/*business_01*/
/*table_basic*/
.table.table_basic {
    border-top: 2px solid #314b6d;
}
.table.table_basic.table_fx {
    table-layout: fixed;
}
.table.table_basic thead tr th {
    background-color: #f4f4f4;
}
.table.table_basic thead tr th,
.table.table_basic thead tr td,
.table.table_basic tbody tr th,
.table.table_basic tbody tr td {
    font-size: 16px;
    color: #221814;
    line-height: 1.5em;
    text-transform: none;
    border: 1px solid #ddd;
    padding: 15px;
}
.table.table_basic thead tr th:first-child,
.table.table_basic thead tr td:first-child,
.table.table_basic tbody tr th:first-child,
.table.table_basic tbody tr td:first-child {
    border-left: 0px;
}
.table.table_basic thead tr th:last-child,
.table.table_basic thead tr td:last-child,
.table.table_basic tbody tr th:last-child,
.table.table_basic tbody tr td:last-child {
    border-right: 0px;
}
.table.table_basic thead tr th,
.table.table_basic tbody tr th {
    font-weight: 500;
}
.table.table_basic tbody tr td {
    font-weight: 300;
}
.table.table_basic.table_center thead tr th,
.table.table_basic.table_center thead tr td,
.table.table_basic.table_center tbody tr th,
.table.table_basic.table_center tbody tr td {
    text-align: center;
}
.table.table_basic.table_vh thead tr th,
.table.table_basic.table_vh thead tr td,
.table.table_basic.table_vh tbody tr th,
.table.table_basic.table_vh tbody tr td {
    vertical-align: middle;
}
.table.table_basic.table_wb thead tr th,
.table.table_basic.table_wb tbody tr td,
.table.table_basic.table_wb tbody tr th {
    word-break: keep-all;
}
.table.table_basic tbody tr th,
.table.table_basic tbody tr td {
    background-color: rgba(255, 255, 255, 0.5);
}
.table.table_basic tbody tr.imp th,
.table.table_basic tbody tr.imp td {
    background-color: #fdfffb;
}
.table.table_basic tbody tr.imp td {
    color: #082c44;
    font-weight: 500;
}
.table.table_basic tbody tr td.text-left {
    text-align: left;
}
.table.table_basic tbody tr td.text-right {
    text-align: right;
}
.table.table_basic tbody tr.bg_gr {
    background-color: #f7f7f7;
}
@media (max-width:768px){
    .table.table_basic thead tr th,
    .table.table_basic thead tr td,
    .table.table_basic tbody tr th,
    .table.table_basic tbody tr td {
        font-size: 14px;
        padding: 10px;
		word-break: break-all !important;
    }
}

/*result_01*/
#result_01 .tabs .nav-tabs li {
    width: 50%;
}

/*tech_02*/
#tech_02 .table.table_basic thead tr th,
#tech_02 .table.table_basic thead tr td,
#tech_02 .table.table_basic tbody tr th,
#tech_02 .table.table_basic tbody tr td{
    text-align: center;
}

/*clinic_01 :: sec04*/
#tech_01 ul li{
    margin-bottom: 30px;
}
#tech_01 ul li a {
    text-decoration: none;
    display: block;
}
#tech_01 ul li img{
    border: 1px solid #ddd;
}
#tech_01 ul li p {
    border: 1px solid #ddd;
    font-weight: 400;
    padding: 10px;
    background-color: #f7f7f7;
}
@media (min-width:769px){
   #tech_01 ul li p {
    min-height: 76px;
} 
}