/*stit*/
.stit h2{
    font-size: 40px;
}
.stit h6{
    color: #0b56a4;
    font-size: 14px;
    margin-top: 2px;
    font-weight: 600;
}
.stit h5{
    margin-top: 10px;
}

@media (max-width:768px){
    .stit h2{
        font-size: 24px;
    }
    .stit h6{
       
        font-size: 12px;
    }
}

/*ttit*/
.ttit .lined{
    background-color: #000;
    width: 50px;
    height: 2px;
    display: inline-block;
    margin-top: 20px;
}
@media (max-width:768px){
    .ttit .lined{
        width: 30px;
        height: 1px;
        margin-top: 10px;
    }
}
/*clinic_01*/

/*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%;
    }
}

/*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;
    }
}

/*table_basic*/
.table.table_basic {
    border-top: 2px solid #0b56a4;
}
.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: 12px 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: 8px 2px;
		word-break: break-all !important;
    }
}

/*clinic_01*/
#clinic_01 .sec1 .cli1_box .tbox{
    background-color: #0b56a4;
    padding: 60px 40px;
}
#clinic_01 .sec1 .cli1_box .tbox h3 span{
    color: #0ff;
}
#clinic_01 .sec1 .cli1_box .tbox h5{
    margin-top: 20px;
}
#clinic_01 .sec1 .conbox.txtbox p{
    margin-top: 20px;
}
#clinic_01 .sec2 .bd_box{
    background-color: #f7f7f7;
    padding: 20px;
    border: 1px solid #ddd;
    margin-top: 20px;
}
@media (min-width:992px){
    #clinic_01 .sec2 .c_wrp .lt{
        width: 60%;
        padding-right: 5%;
    }
}
@media (min-width:769px){
    #clinic_01 .sec1 .cli1_box{
        position: relative;
    }
    #clinic_01 .sec1 .cli1_box .ibox{
        text-align: right;
    }
    #clinic_01 .sec1 .cli1_box .ibox img{
        width: 85%;
    }
    #clinic_01 .sec1 .cli1_box .tbox{
        position: absolute;
        bottom: -50px;
        left:0;
    }
    #clinic_01 .sec1 .conbox.txtbox{
        margin-top: 110px;
    }
}
@media (max-width:768px){
    #clinic_01 .sec1 .cli1_box .tbox{
        padding: 30px;
    }
    #clinic_01 .sec1 .cli1_box .tbox h5{
        margin-top: 15px;
    }
    #clinic_01 .sec1 .conbox.txtbox p{
        margin-top: 15px;
    }
    #clinic_01 .sec2 .bd_box{
        padding: 15px;
        margin-top: 15px;
    }
    #clinic_01 .sec2 .c_wrp .rt{
        margin-top: 25px;
    }
}

/*clinic_02*/
#clinic_02 .sec2{
    background-color: #e6e6e6;
    /*background: url(../img/cli2_bg.png) center center no-repeat;
    background-size: cover;*/
}
#clinic_02 .sec2 .c_wrp{
    padding: 0 10%;
}
#clinic_02 .sec2 .c_wrp .lt h1{
    line-height: 1.1em;
    font-size: 45px;
}
#clinic_02 .sec2 .c_wrp .lt .lined{
    background-color: #a9a9aa;
    width: 50px;
    height: 3px;
    margin: 30px 0;
}
#clinic_02 .sec2 .c_wrp .rt img{
    width: 450px;
}
#clinic_02 .sec2 .txt_box{
    background-color: #fff;
    padding: 40px 80px;
}
#clinic_02 .sec2 .txt_box p{
    margin-top: 20px;
}

@media (min-width:992px){
    #clinic_02 .sec2 .c_wrp .rt{
        text-align: right;
    }
}
@media (max-width:991px){
    #clinic_02 .sec2 .c_wrp{
        padding: 0 10%;
    }
    #clinic_02 .sec2 .c_wrp .lt h1{
        font-size: 28px;
    }
    #clinic_02 .sec2 .c_wrp .lt .lined{
        width: 30px;
        height: 2px;
        margin: 20px 0;
    }
    #clinic_02 .sec2 .c_wrp .rt{
        text-align: center;
        margin-top: 25px;
    }
    #clinic_02 .sec2 .txt_box{
        padding: 30px;
    }
    #clinic_02 .sec2 .txt_box p{
        margin-top: 15px;
    }
}


/*clinic_03*/
#clinic_03 .vdo_box iframe{
    height: 650px;
}
@media (max-width:768px){
    #clinic_03 .vdo_box iframe{
        height: 250px;
    }
}

.doctor .sec2{
    background-color: #f7f7f7;
}

/*sec_cont*/
.sec_cont .lined{
    background-color: #a9a9aa;
    width: 50px;
    height: 3px;
    margin-bottom: 30px;
}
.sec_cont h5{
    margin-top: 10px;
    color: #16395d;
}
.sec_cont p{
    margin-top: 20px;
    color: #717171;
}
@media (min-width:992px){
    .sec_cont .lt {
        width: 70%;
        padding-right: 50px;
    } 
}
@media (max-width:991px){
    .sec_cont .rt {
        margin-top: 30px;
    }
    .sec_cont h5{
        margin-top: 5px;
    }
    .sec_cont p{
        margin-top: 10px;
    }
    .sec_cont .lined{
        background-color: #a9a9aa;
        width: 25px;
        height: 2px;
        margin-bottom: 15px;
    }
}

/*doc_wrp*/
.doc_wrp > li{
    margin: 15px 0;
}
.doc_wrp .dc{
    border: 1px solid #ddd;
    cursor: pointer;
}
.doc_wrp .dc .tbox{
    padding: 30px;
}
.doc_wrp .dc .tbox h4 span{
    font-size: 18px;
    font-weight: 300;
}
.doc_wrp .dc .tbox p{
    position: relative;
    padding-left: 80px;
    margin-top: 10px;
    height: 125px;
}
.doc_wrp .dc .tbox p span{
    position: absolute;
    left: 0;
    background-color: #5e5e5e;
    color: #fff;
    padding: 0 5px 3px;
    font-weight: 400;
}
.doc_wrp .dc .tbox a{
    text-decoration: none;
    text-align: center;
    display: block;
    color: #fff;
    background-color: #aaa;
    padding: 10px 0 7px;
    font-size: 17px;
}
.doc_wrp .dc .tbox a:hover{
     background-color: #0b56a4;
}
.doc_wrp .dc .tbox a img{
    width: 17px;
    margin-bottom: 3px;
    margin-right: 4px;
}

.doc_wrp .dc .ibox img{
        width: 100%;
}

@media (min-width:992px){
    .doc_wrp .dc .ibox{
        width: 35%;
    }
}
@media (max-width:1200px){
    .doc_wrp .dc .tbox p{
        height: 180px;
    }
}
@media (max-width:991px){
    .doc_wrp .dc .ibox{
        text-align: center;
    }
    .doc_wrp .dc .tbox h4 span{
        font-size: 12px;
    }
    .doc_wrp .dc .tbox p{
        padding-left: 70px;
        height: 80px;
        margin-top: 5px;
    }
    .doc_wrp .dc .tbox p span{
        padding: 0 5px 2px;
    }
    .doc_wrp .dc .tbox a{
        padding: 5px 0;
        font-size: 12px;
    }
    .doc_wrp .dc .tbox a:hover{
         background-color: #0b56a4;
    }
    .doc_wrp .dc .tbox a img{
        width: 12px;
        margin-bottom: 1px;
    }
}


/*modal*/
.doc_com .modal-dialog {
    margin: 0;
    display: table;
    width: 100%;
    height: 100%;
}
.doc_com .modal-dialog > div {
    display: table-cell;
    vertical-align: middle;
}
.doc_com .modal-dialog > div .modal-content {
    max-width: 1140px;
    margin: 50px auto;
    border-radius: 0;
}
.doc_com .modal-body {
    padding: 0px;
    border-radius: 0;
    position: relative;
}
.doc_com .modal-body .cls {
    position: absolute;
    right: 30px;
    top: 30px;
    cursor: pointer;
    z-index: 5;
}
.doc_com .modal-body .cls img{
    width: 30px;
}
.doc_com .modal-body .top_sec {
    background-color: #f7f7f7;
}

.doc_com .modal-body .top_sec .tbox{
    padding: 50px;
}
.doc_com .modal-body .top_sec .tbox h2 span{
    font-weight: 300;
}
.doc_com .modal-body .top_sec .tbox .txt_wrp{
    margin-top: 20px;
}
.doc_com .modal-body .top_sec .tbox .txt_wrp > li{
    font-size: 16px;
    color: #221814;
    line-height: 1.6em;
    font-weight: 400;
    margin: 12px 0;
    padding-left: 125px;
    position: relative;
    word-break: keep-all;
}
.doc_com .modal-body .top_sec .tbox .txt_wrp > li span{
    position: absolute;
    left: 0;
    background-color:#414141;
    color: #fff;
    padding: 0px 15px 2px;
    text-align: center;
    width: 100px;
    font-weight: 400;
    border-radius: 30px;
}
.doc_com .modal-body .top_sec .timetable{
    margin-top: 15px;
}
.doc_com .modal-body .top_sec .timetable .lt .jin_name{
    display: inline-block;
    margin-right: 10px;
}
.doc_com .modal-body .top_sec .timetable .rt h6{
    color: #333;
}
.doc_com .modal-body .top_sec .timetable .rt h6 span{
    border: 1px solid #333;
    padding: 3px;
    margin-right: 5px;
}
.doc_com .modal-body .top_sec .timetable table{
    margin-top: 10px;
}
.doc_com .modal-body .top_sec .timetable h6.nkim{
    color: #aaa;
    font-weight: 400;
    margin-top: 10px;
}
.doc_com .modal-body .top_sec .timetable h6.nkim img{
    width: 16px;
    margin-bottom: 3px;
}
.doc_com .modal-body .top_sec .timetable h6.nkim span{
    font-weight: 500;
    color: #c10e0e;
}

.doc_com .modal-body .md_sec {
    padding: 40px 70px;
}
.doc_com .modal-body .md_sec .cont_wrp > li{
    margin-top: 30px;
}
.doc_com .modal-body .md_sec .cont_wrp h4{
    position: relative;
    padding-left: 25px;
}
.doc_com .modal-body .md_sec .cont_wrp h4:before{
    position: absolute;
    content: "";
    width: 18px;
    height: 18px;
    left: 0;
    top: 8px;
    border: 4px solid #0b56a4;
    border-radius: 50%;
}
@media (max-width:1200px) and (min-width:991px){
    .doc_com .modal-dialog > div .modal-content {
        max-width: 800px;
    }
}
@media (min-width:992px){
    .doc_com .modal-body .top_sec .ibox {padding-left:70px;}/* 2022-02-20 수정 */
    .doc_com .modal-body .top_sec .tbox {
        width: 65%;
    }
    .doc_com .modal-body .top_sec .tbox .txt_wrp > li:nth-child(3){
        height: 52px;
    }
}
@media (max-width:991px){
    .doc_com .modal-body .cls {
        position: absolute;
        right: 30px;
        top: 30px;
        cursor: pointer;
        z-index: 5;
    }
    .doc_com .modal-body .cls img{
        width: 20px;
    }
    .doc_com .modal-body .top_sec .ibox {padding:0 30px;}/* 2022-02-20 수정 */
    .doc_com .modal-body .top_sec .tbox{
        padding: 30px 15px;
    }
    .doc_com .modal-body .top_sec .tbox .txt_wrp{
        margin-top: 15px;
    }
    .doc_com .modal-body .top_sec .tbox .txt_wrp > li{
        font-size: 13px;
        margin: 12px 0;
        padding-left: 110px;
    }
    .doc_com .modal-body .top_sec .tbox .txt_wrp > li span{
        padding: 3px 15px;
        width: 90px;
        top: -5px;
    }
    .doc_com .modal-body .top_sec .timetable{
        margin-top: 10px;
    }
    .doc_com .modal-body .top_sec .timetable .lt .jin_name{
        margin-right: 5px;
    }
    .doc_com .modal-body .top_sec .timetable .rt h6{
        font-size: 11px;
    }
    .doc_com .modal-body .top_sec .timetable .rt h6 span{
        padding: 0 2px;
    }
    .doc_com .modal-body .top_sec .timetable .table_sec{
         width:100%;
         overflow:scroll ;
    }
    .doc_com .modal-body .top_sec .timetable .table_sec table{
        white-space:nowrap;
        border-collapse:collapse
    }
    .doc_com .modal-body .top_sec .timetable table{
        margin-top: 10px;
    }
    .doc_com .modal-body .top_sec .timetable h6.nkim img{
        width: 13px;
        margin-bottom: 3px;
    }
    .doc_com .modal-body .md_sec {
        padding: 30px;
    }
    .doc_com .modal-body .md_sec .cont_wrp > li{
        margin-top: 20px;
    }
    .doc_com .modal-body .md_sec .cont_wrp h4{
        padding-left: 25px;
    }
    .doc_com .modal-body .md_sec .cont_wrp h4:before{
        width: 13px;
        height: 13px;
        top: 8px;
        border: 3px solid #0b56a4;
    }
}

/*dia_box*/
p.dia_box > strong{
    padding: 5px;
    font-size: 15px;
    padding: 5px;
    border-radius: 3px;
    line-height: 1em;
    vertical-align: middle;
    color: #fff;
    font-weight: 400;
    display: inline-block;
}
p.dia_box.dia_bl > strong{
    background-color: #0b56a4;
}
p.dia_box.dia_gr > strong{
    background-color: #70c927;
}
@media (max-width:991px){
    p.dia_box > strong{
        padding: 3px;
        font-size: 12px;
    }
}

/* jin_name */
.timetable .jin_name {
    position: relative;
    padding: 6px 0 6px 5px;
    padding-left: 25px;
}
.timetable .jin_name:not(:last-child) {
    border-bottom: 1px dashed #eee;
}
.timetable .jin_name > strong,
.timetable .jin_name > span,
.timetable .jin_name > a {
    font-size: 15px;
}
.timetable .jin_name > strong {
    position: absolute;
    padding: 5px;
    border-radius: 3px;
    line-height: 1em;
    vertical-align: middle;
    color: #fff;
    left: 0;
    top: 6px;
    font-weight: 400;
}
.timetable .jin_name.tab_bl > strong {
    background-color: #0b56a4;
}
.timetable .jin_name.tab_gr > strong {
    background-color: #70c927;
}
.timetable .jin_name.tab_bl > .name,
.timetable .jin_name.tab_gr > .name {
    cursor: default;
}
.timetable .jin_name > .name {
    text-decoration: none;
    display: inline-block;
    color: #111;
}

@media (max-width:991px){
    .timetable .jin_name{
        padding-left: 20px;
    }
    .timetable .jin_name > strong,
    .timetable .jin_name > span,
    .timetable .jin_name > a {
        font-size: 12px;
    }
    .timetable .jin_name > strong {
        padding: 3px;
        top: 10px;
    }
}

/*item*/
#item .item_wrp > li:not(:last-child){
    margin-bottom: 40px;
}
#item .item_wrp .item_box{
    border: 1px solid #ddd;
}
@media (min-width:992px){
    #item .item_wrp .item_box .tbox{
        padding: 0 50px;
    }
    #item .item_wrp .item_box .ibox{
        text-align: right;
    }
    #item .item_wrp .item_box .ibox img{
        border-left:1px solid #ddd;
    }
}
@media (max-width:991px){
    #item .item_wrp > li:not(:last-child){
        margin-bottom: 20px;
    }
    #item .item_wrp .item_box{
        padding: 30px;
    }
    #item .item_wrp .item_box .ibox{
        text-align: center;
        margin-top: 30px;
    }
}

/*reser_01*/
#reser_01 .reser_wrp > li:not(:last-child){
    margin-bottom: 40px;
}
#reser_01 .reser_wrp .bd_box{
    border: 1px solid #ddd;
    background-color: #f7f7f7;
    padding: 40px 30px;
    margin-top: 20px;
}
#reser_01 .reser_wrp .bd_box h1 img{
    width: 50px;
    margin-bottom: 5px;
    margin-right: 5px;
}
#reser_01 .reser_wrp .time_list > li {
    font-size: 17px;
    color: #221814;
    line-height: 1.6em;
    font-weight: 300;
    margin: 18px 0;
    padding-left: 110px;
    position: relative;
    word-break: keep-all;
}
#reser_01 .reser_wrp .time_list > li span{
    position: absolute;
    left: 0;
    top: -4px;
    width: 100px;
    text-align: center;
    font-weight: 600;
    border: 1px solid #808080;
    padding: 3px 7px;
}
@media (max-width:768px){
    #reser_01 .reser_wrp > li:not(:last-child){
        margin-bottom: 30px;
    }
    #reser_01 .reser_wrp .bd_box{
        padding: 20px;
        margin-top: 15px;
    }
    #reser_01 .reser_wrp .bd_box h1 img{
        width: 30px;
        margin-bottom: 3px;
        margin-right: 2px;
    }
    #reser_01 .reser_wrp .time_list > li {
        font-size: 13px;
        margin: 18px 0;
        padding-left: 100px;
    }
    #reser_01 .reser_wrp .time_list > li span{
        top: -4px;
        width: 85px;
        padding: 3px 7px;
    } 
}

/*info_01*/
#info_01 .mapbox .root_daum_roughmap .wrap_map{
    height: 500px;
}
#info_01 .mapbox .maptxt{
    background-color: #0b56a4;
    padding: 40px;
    box-shadow: 5px 10px 10px rgba(0,0,0,0.13);
}
#info_01 .mapbox .maptxt ul li h4 img{
    width: 30px;
    margin-bottom: 5px;
    margin-right: 5px;
}
#info_01 .sec2{
    background-color: #f7f7f7;
}
#info_01 .info_wrp > li{
    padding: 40px;
    background-color: #fff;
    border-radius: 20px;
    border: 1px solid #ddd;
}
#info_01 .info_wrp > li:not(:last-child){
    margin-bottom: 20px;
}
#info_01 .info_wrp h4{
    margin-bottom: 10px;
}
#info_01 .info_wrp h4 img{
    width: 30px;
    margin-bottom: 5px;
    margin-right: 5px;
}

@media (min-width:769px){
    #info_01 .mapbox .maptxt ul li{
        padding: 0 30px;
    }
    #info_01 .mapbox .maptxt ul li:nth-child(1){
        position: relative;
    } 
    #info_01 .mapbox .maptxt ul li:nth-child(1):after{
        position: absolute;
        content: "";
        background-color: rgba(255,255,255,0.4);
        width: 1px;
        height: 80%;
        top:20%;
        right: 0;
    } 
}
@media (max-width:768px){
    #info_01 .mapbox .root_daum_roughmap .wrap_map{
        height: 250px;
    }
    #info_01 .mapbox .maptxt{
        padding: 20px;
    }
    #info_01 .mapbox .maptxt ul li:nth-child(2){
        margin-top: 10px;
    }
    #info_01 .mapbox .maptxt ul li h4 img{
        width: 20px;
        margin-bottom: 3px;
        margin-right: 2px;
    }
    #info_01 .info_wrp > li{
        padding: 25px;
        border-radius: 10px;
    }
    #info_01 .info_wrp > li:not(:last-child){
        margin-bottom: 15px;
    }
    #info_01 .info_wrp > li:nth-child(2){
        padding: 25px 25px 50px;
    }
    #info_01 .info_wrp h4{
        margin-bottom: 10px;
    }
    #info_01 .info_wrp h4 img{
        width: 20px;
        margin-bottom: 3px;
        margin-right: 2px;
    }
}

/*mat_wrp*/
.mat_wrp > li{
    font-size: 17px;
    color: #221814;
    line-height: 1.6em;
    font-weight: 300;
    margin: 15px 0;
    padding-left: 180px;
    position: relative;
    word-break: keep-all;
}
.mat_wrp > li span{
    position: absolute;
    left: 0;
    background-color: #5d5d5d;
    color: #fff;
    padding: 4px 0px;
    border-radius: 5px;
    width: 160px;
    text-align: center;
    font-weight: 400;
}
.mat_wrp > li:first-child{
    margin-top: 0;
}
.mat_wrp > li:last-child{
    margin-bottom: 0;
}
.mat_wrp > li .b_nor{
    background-color: #222222;
}
.mat_wrp > li .b_nor.b_bl{
    background-color: #0253a5;
}
.mat_wrp > li .b_nor.b_ybl{
    background-color: #769dce;
}
.mat_wrp > li .b_nor.b_org{
    background-color: #f5a352;
}
.mat_wrp > li .b_nor.b_gr{
    background-color: #07b014;
}
@media (max-width:768px){
    .mat_wrp > li{
        font-size: 13px;
        margin: 40px 0;
        padding-left: 90px;
        position: relative;
        word-break: keep-all;
    }
    .mat_wrp > li span{
        padding: 4px 0px;
        width: 80px;
    }
}

/*info_02*/
#info_02 .fl_wrp > li:not(:last-child){
    margin-bottom: 15px;
}
#info_02 .fl_wrp .c_wrp .lt{
    background-color: #0b56a4;
    width: 10%;
    padding: 20px;
    text-align: center;
    position: relative;
}
#info_02 .fl_wrp > li:nth-child(7) .c_wrp .lt, #info_02 .fl_wrp > li:nth-child(8) .c_wrp .lt, #info_02 .fl_wrp > li:nth-child(9) .c_wrp .lt{
    background-color: #999;
}
#info_02 .fl_wrp .c_wrp .lt:after{
    position: absolute;
    content: "";
    width: 0px;
    height: 0px;
    border-left: 20px solid #0b56a4;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    right: -20px;
    top:50%;
    margin-top: -15px;
}
#info_02 .fl_wrp > li:nth-child(7) .c_wrp .lt:after, #info_02 .fl_wrp > li:nth-child(8) .c_wrp .lt:after, #info_02 .fl_wrp > li:nth-child(9) .c_wrp .lt:after{
    border-left: 20px solid #999;
}
#info_02 .fl_wrp .c_wrp .lt h2{
    color: #90b1d4;
}
#info_02 .fl_wrp .c_wrp .lt h2 span{
    font-size: 50px;
    color: #fff;
    margin: 0 2px;
}
#info_02 .fl_wrp .c_wrp .rt{
    background-color: #f7f7f7;
    padding: 20px 50px;
}
#info_02 .fl_wrp > li:nth-child(7) .c_wrp .lt h2, #info_02 .fl_wrp > li:nth-child(8) .c_wrp .lt h2, #info_02 .fl_wrp > li:nth-child(9) .c_wrp .lt h2{
    color: #dfdfdf;
}
#info_02 .fl_wrp > li:nth-child(7) .c_wrp .lt h2 span, #info_02 .fl_wrp > li:nth-child(8) .c_wrp .lt h2 span, #info_02 .fl_wrp > li:nth-child(9) .c_wrp .lt h2 span{
    color: #fff;
}

@media (min-width:992px){
    
}
@media (max-width:991px){
    #info_02 .fl_wrp > li:not(:last-child){
        margin-bottom: 10px;
    }
    #info_02 .fl_wrp .c_wrp .lt{
        width: 20%;
        padding: 10px;
    }
    #info_02 .fl_wrp .c_wrp .lt:after{
        border-left: 13px solid #0b56a4;
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        right: -13px;
        margin-top: -8px;
    }
        #info_02 .fl_wrp > li:nth-child(7) .c_wrp .lt:after, #info_02 .fl_wrp > li:nth-child(8) .c_wrp .lt:after, #info_02 .fl_wrp > li:nth-child(9) .c_wrp .lt:after{
        border-left: 13px solid #999;
    }
    #info_02 .fl_wrp .c_wrp .lt h2 span{
        font-size: 28px;
    }
    #info_02 .fl_wrp .c_wrp .rt{
        padding: 10px 30px;
    }
}

