
/*company_01*/
@media (min-width:769px){
    .company_01 .sec01 .lt{
    width: 40%;
    }
    .company_01 .sec01 .rt{
        padding: 0 40px;
    }
    .company_01 .sec01 .rt h2{
        position: relative;
    }
    /*.company_01 .sec01 .rt h2:after{
        position: absolute;
        content: "";
        background-color: #0190d6;
        width: 100px;
        height: 2px;
        right: 53%;
        top: 17%;
    }*/
    .company_01 .sec01 .c_wrp > div{
        vertical-align: top;
    }
}
@media (max-width:768px){
  .company_01 .sec01 .rt{
        padding-top: 30px;
    }  
    .company_01 .sec01 .rt img{
        width: 200px;
    }
}

/*tab_box*/
.tab_box .nav-tabs {
    width: 100%;
    border-bottom: 0px;
}
.tab_box .nav-tabs li {
    width: 100%;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 0px;
    float: left;
    width: 25%;
    display: block;
    margin-left: -1px;
}
.tab_box .nav-tabs.col50 li {
    width: 50% !important;
}
.tab_box .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;
}
.tab_box .nav-tabs li.active {
    border-color: #5bb531;
}
.tab_box .nav-tabs li.active a {
    background-color: #5bb531;
    color: #fff !important;
}
.tab_box .tab-content {
    box-shadow: 0 0 0;
    border: 0px;
    padding: 60px 0;
}
@media (max-width:768px){
    .tab_box .nav-tabs li a {
        font-size: 13px;
        padding: 10px 5px;
    }
    .tab_box .tab-content {
        padding: 30px 0;
    }
    .tab_box .nav-tabs li {
        width: 33.33333%;
    }
}
/*company_03*/
.company_03 .tab-content{
   background: url(../img/com3_bg.png) no-repeat right center;
}

.company_03 .cont_wrp h5 i{
        padding-right: 12px;
    }  
@media (min-width:769px){
    .cont_wrp .lt{
    width: 20%;
    position: relative;
    }

    .cont_wrp .rt{
        width: 75%;
    }
    .company_03 .cont_wrp h1{
        font-size: 60px;
    }     
    .cont_wrp .lt:after{
    position: absolute;
    content: "";
    background-color: #5bb531;
    width: 125px;
    height: 2px;
    right: 0;
    top: 13px;
    }
    .company_03 .t_list.wide > li{
        font-size: 20px;
    }
    .company_03 .t_list.wide > li:first-child{
        margin-top: 0;
    }
    .company_03 .t_list.sm > li{
        margin: 0;
        line-height: 1.5em;
        font-weight: 400;
    }
}
/*company_05*/
.company_05 .sec01{
    position: relative;
}
.company_05 .sec01:after{
    position: absolute;
    width: 100%;
    height: 40%;
    content: "";
    background-color: #203e11;
    bottom: 0;
    z-index: -1;
}
.company_05 .add {
    background-color: #1b360e;
    padding: 25px;
    position: relative;
    padding-left: 60px;
}
.company_05 .add img {
    width: 30px;
    margin-right: 10px;
    position: absolute;
    left: 25px;
}
.company_05 .mp-inf h5 {
    color: #d5c501;
    font-weight: 600;
    margin-bottom: 15px;
}
.company_05 .mp-inf ul li {
    font-size: 17px;
    line-height: 1.6em;
    color: #fff;
    font-weight: 400;
}
.company_05 .mp-inf > li {
    position: relative;
}
@media (min-width:769px) {
    .company_05 .mp-inf > li:not(:last-child):after {
        content: "";
        position: absolute;
        right: 15px;
        top: 5%;
        height: 90%;
        width: 1px;
        background-color: rgba(255,255,255,0.4);
    }
}
@media (max-width:768px) {
    .company_05 .mp-inf {
        background-color: #013c8c;
        padding-top: 40px;
    }
    .company_05 .mp-inf > li:not(:last-child) {
        margin-bottom: 30px;
    }
    .company_05 .mp-inf ul li {
        font-size: 13px;
    }
    .company_05 .sec01:after{
    position: absolute;
    width: 100%;
    height: 65%;
    content: "";
    background-color: #013c8c;
    bottom: 0;
    z-index: -1;
    }
}

/*t_list*/
.t_list > li {
    font-size: 17px;
    color: #221814;
    line-height: 1.6em;
    font-weight: 300;
    margin: 10px 0;
    padding-left: 10px;
    position: relative;
    word-break: keep-all;
}
.t_list.wide > li {
    padding-left: 22px;
}
.t_list.t_list_sm > li {
    font-size: 14px;
    padding-left: 10px;
}
.t_list > li.impt {
	color: #db0808;
    font-weight: 500;
}
.t_list > li > span {
    position: absolute;
    left: 0;
}
@media (max-width:768px){
    .t_list > li {
        font-size: 13px;
        padding-left: 7px;
    }
    .t_list.t_list_sm > li {
        font-size: 13px;
        padding-left: 7px;
        margin: 5px 0;
    }
    .t_list.wide > li {
        padding-left: 17px;
    }
}

/*n_list*/
.n_list > li {
    font-size: 16px;
    color: #221814;
    line-height: 1.6em;
    font-weight: 300;
    margin: 10px 0;
    padding-left: 15px;
    position: relative;
    word-break: keep-all;
    text-align: left;
    padding-left: 30px;
}
.n_list > li > strong {
    position: absolute;
    left: 0;
    top: -1px;
    width: 25px;
    line-height: 25px;
    text-align: center;
    background-color: #314b6d;
    color: #fff;
    font-weight: 600;
    border-radius: 50%;
    font-size: 0.9em;
}
@media (max-width:768px){
    .n_list > li {
        font-size: 14px;
        padding-left: 25px;
    }
    .n_list > li > strong {
        width: 22px;
        line-height: 22px;
    }
}
/*mapbox*/
.mapbox,
.mapbox .root_daum_roughmap .wrap_map {
    height: 550px !important;
}
@media (max-width:768px) {
    .mapbox,
	.mapbox .root_daum_roughmap .wrap_map {
		height: 180px !important;
	}
}

/*img_boxer*/
.img_boxer{
    border: 1px solid #ddd;
    padding: 50px;
}

@media (max-width:768px){
    .img_boxer{
    padding: 20px;
    }
}

.ctit h5{
    margin-top: 15px;
}
.ctit .lined{
    content: "";
    background-color: #000;
    width: 30px;
    height: 2px;
    margin-top: 15px;
}

.b_main{
    background-color: #013c8c;
    padding: 7px;
}
.b_box{
    background-color: #f7f7f7;
    padding: 30px;
    margin-top: 20px;
}
.b_main2{
    background-color: #0090d5;
    padding: 7px;
}



/*business_03_1*/
.business_03_1 .bus3_wrp:not(:last-child){
    padding-bottom: 150px;
    border-bottom: 2px dashed #1e2835;
}
.business_03_1 .bus3_wrp:not(:first-child){
    padding-top: 30px;
}
.business_03_1 .bus3_wrp .lt img{
    margin-top: 30px;
    width: 140px;
}
.business_03_1 .bus3_wrp .lt h1 strong{
    color:#003389;
}
.business_03_1 .bus3_wrp .lt .bus3_day{
    margin-top: 20px;
}
.business_03_1 .bus3_wrp .lt .bus3_day li{
    font-size: 18px;
    font-weight: 500;
    color: #999;
    margin: 5px 0;
    line-height: 1.3em;
}
.business_03_1 .bus3_wrp .rt .bus3_cont .txt_box h4{
    color:#4ac3ff;
}
.business_03_1 .bus3_wrp .rt .bus3_cont .txt_box i{
    color:#4ac3ff;
}
.business_03_1 .bus3_wrp .rt .bus3_cont .txt_box .bus3_txt li{
    font-size: 18px;
    font-weight: 300;
    color:#fff;
    margin: 10px 0;
    line-height: 1.3em;
}

@media (min-width:769px) {
    .business_03_1 .bus3_wrp .lt{
        position: relative;
        min-height: 184px;
    }
    .business_03_1 .bus3_wrp .lt img{
        position: absolute;
        bottom: -47%;
        right: 0;
        z-index: -1;
        opacity: 0.4;
    }
    .business_03_1 .bus3_wrp .rt .bus3_cont{
    position: relative;
    }
    .business_03_1 .bus3_wrp .rt .bus3_cont .txt_box{
        position: absolute;
        bottom: -120px;
        right: -15%;
        background-color: #1e2835;
        padding: 30px;
    }
}
@media (max-width:768px) {
    .business_03_1 .bus3_wrp:not(:last-child){
    padding-bottom: 30px;
    border-bottom: 1px dashed #1e2835;
    }
   .business_03_1 .bus3_wrp .lt .bus3_day li{
    font-size: 14px;
    margin: 5px 0;
    }
    .business_03_1 .bus3_wrp .lt{
        position: relative;
        min-height: 135px;
    }
    .business_03_1 .bus3_wrp .lt img{
        position: absolute;
        bottom: 0;
        right: 10px;
        z-index: -1;
        opacity: 0.4;
        top:0;
        width:50px;
    }
    .business_03_1 .bus3_wrp .rt .bus3_cont .txt_box{
        background-color: #1e2835;
        padding: 15px;
    }
    .business_03_1 .bus3_wrp .rt .bus3_cont .txt_box .bus3_txt li{
        font-size: 14px;
        margin: 5px 0;
    }
}

/*business_03_2*/
.business_03_2 .img_boxer{
    background-color: #f7f8df;
}
@media (min-width:769px) {
    .business_05 .c_wrp .rt{
    padding-left: 30px;
    }
   .business_05 .c_wrp .lt{
    width: 60%;
    } 
}
@media (max-width:768px) {
    .business_05 .c_wrp .rt{
    padding-top:20px;
    }
}
/*table_basic*/
.table.table_basic {
    border-top: 2px solid #3d9f00;
}
.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: 17px;
    color: #221814;
    line-height: 1.3em;
    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;
    }
}

.business_04_2 .img_boxer{
    background-color: #f7f8df;
}