@import url(http://fonts.googleapis.com/css?family=Courgette&subset=latin,latin-ext);
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothiccoding.css);

html {
    overflow-y: scroll;
}

.body-layout,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Nanm Gothic Coding", sans-serif !important;
}
.body-layout {
    opacity: 0;
    visibility: hidden;
}
.body-layout.loaded {
    opacity: 1;
    visibility: visible;
}
/*상단 메뉴 설정 시작*/
.navbar-inverse {
    background: #222222; /*배경 색*/
    border-color: #080808; /*테두리 색*/
    padding: 0px 0px 0px 0px; /*내부 여백*/
    margin: 0px 0px 0px 0px; /*외부 여백*/
}
/*상단 메뉴 설정 끝*/

/*상단 메뉴 로고 시작*/
.navbar-brand img {
    padding-top: 10px;
}
/*상단 메뉴 로고 끝*/

/* 상단 메인 메뉴 설정 시작*/
.navbar-inverse .navbar-nav > li > a {
    background-color: none; /*배경 색*/
    color: #999999; /*텍스트 색*/
    font-size: 14px; /*텍스트 크기*/
    padding: 15px 15px 15px 15px; /*내부 여백*/
    margin: 0px 0px 0px 0px; /*외부 여백*/
}
/* 상단 메인 메뉴 설정 끝*/

/* 상단 서브 메뉴 설정 시작*/
.dropdown-menu > li > a {
    background-color: #ffffff; /*배경 색*/
    color: #333333; /*텍스트 색*/
    padding: 0px 0px 0px 0px; /*내부 여백*/
    margin: 3px 20px 3px 20px; /*외부 여백*/
    font-size: 14px;
}

/* 상단 서브 메뉴 설정 끝*/

/* 하단 카피라이트 설정 시작*/
body > .navbar-fixed-bottom .text-center {
    background: #ffffff; /*배경 색*/
    color: #999999; /*텍스트 색*/
    font-size: 14px; /*텍스트 크기*/
    padding: 0px 0px 0px 0px; /*내부 여백*/
    margin: 0px 0px 0px 0px; /*외부 여백*/
    text-align: center; /*텍스트 정렬*/
}
.footer_copy .text-center {
    background-color: rgba(0, 0, 0, 0.8); /*배경 색*/
    color: #ffffff; /*텍스트 색*/
    font-size: 14px; /*텍스트 크기*/
    padding: 30px 0px 0px 0px; /*내부 여백*/
    margin: 20px 0px 0px 0px; /*외부 여백*/
    text-align: center; /*텍스트 정렬*/
}
/* 하단 카피라이트 설정 끝*/

/*인트로 텍스트 설정 시작*/
h1.intro_span {
    background-color: none; /*배경 색*/
    color: #ffffff; /*텍스트 색*/
    font-size: 36px; /*텍스트 크기*/
    padding: 0px 0px 0px 0px; /*내부 여백*/
    margin: 10px 10px 10px 10px; /*외부 여백*/
}

p.intro_span {
    background-color: none; /*배경 색*/
    color: #ffffff; /*텍스트 색*/
    font-size: 14px; /*텍스트 크기*/
    padding: 0px 0px 0px 0px; /*내부 여백*/
    margin: 10px 10px 10px 10px; /*외부 여백*/
}

.flex-caption span.intro-title {
    background: none; /*배경 색*/
    color: #ffffff; /*텍스트 색*/
    font-size: 36px; /*텍스트 크기*/
    padding: 0px 0px 0px 0px; /*내부 여백*/
    margin: 10px 10px 10px 10px; /*외부 여백*/
}

@media (min-width: 768px) and (max-width: 991px) {
    .flex-caption span.intro-title {
        font-size: 25px;
    }
    .flex-caption span.intro-text {
        font-size: 15px;
    }
}

.flex-caption span.intro-text {
    background: none; /*배경 색*/
    color: #ffffff; /*텍스트 색*/
    font-size: 27px; /*텍스트 크기*/
    padding: 0px 0px 0px 0px; /*내부 여백*/
    margin: 10px 10px 10px 10px; /*외부 여백*/
    font-weight: bold;
}

.flex-caption span.intro-text .text {
    margin-top: 10px;
}

@media (min-width: 768px) {
    .flex-caption {
        width: 100%;
        background-color: rgba(0, 0, 0, 0.7);
        position: absolute;
        left: 0px;
        bottom: 0px;
        text-align: center;
        margin-bottom: 0;
        padding-top: 20px;
    }
}

.flex-caption span {
    background: none;
    text-shadow: 0;
    padding: 0;
}

/*인트로 텍스트 설정 끝*/

.flexslider {
    height: 360px;
}
/*슬라이드*/
@media (min-width: 992px) {
    .flexslider {
        width: 1140px;
        margin: 0 auto !important;
    }
}

/*수정시작*/
.navbar-inverse {
    background: rgba(255, 255, 255, 0.8);
    border-color: #dadada;
    padding: 0px;
    margin: 0px;
    border-bottom: 6px solid #dadada;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    color: #333;
    background-color: transparent;
}
.navbar-inverse .navbar-nav > li > a {
    color: #333;
    font-size: 14px;
    padding: 15px;
    margin: 0px;
}
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0);
}
.navbar-inverse .divider-vertical {
    display: none;
}
.flexslider {
    margin: 0px;
    background: url("images/ajax-loader.gif") no-repeat scroll center center #fff;
    border: 0px solid #fff;
    position: relative;
    border-radius: 0px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0);
    border-bottom-left-radius: 0px;
    border-top-right-radius: 0px;
    overflow: hidden;
}
.flex-viewport {
    border-bottom-left-radius: 0px;
    border-top-right-radius: 0px;
}
.flex-viewport li img {
}
.navbar-inverse .navbar-nav > li > a {
    font-weight: bold;
}
.dropdown-menu {
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0);
}

/*.flex-caption span.intro-title {*/
/*    padding: 2px 14px;*/
/*    background: rgba(0,0,0,0.0);*/
/*    text-shadow: 0px 4px 3px rgba(0,0,0,0.4),*/
/*             0px 8px 13px rgba(0,0,0,0.1),*/
/*             0px 18px 23px rgba(0,0,0,0.1);*/
/*}*/
/*.flex-caption span.intro-text {*/
/*    background: none repeat scroll 0% 0% transparent;*/
/*    padding: 4px 14px;*/
/*    background: rgba(0,0,0,0.5);*/
/*}*/

.intro-boardbox {
    padding-left: 0px;
    padding-right: 0px;
}

.intro-boardbox .page-header {
    display: none;
}
.intro-widgetbox > .page-header {
}
.intro-widgetbox {
    margin-bottom: 25px;
    margin-top: 0px;
}
.dh-front-txt div div div.panel-body {
    min-height: 135px;
}
.intro-widgetbox > .page-header {
    margin: 0px 0px 22px;
}
.panel-group .panel {
    margin-bottom: 25px;
    margin-left: 15px;
    margin-right: 15px;
}

.title-bg1 {
    background: url("/skin/img/titles-1.jpg");
    background-position: center;
    background-size: cover;
}
.title-bg2 {
    background: url("/skin/img/titles-2.jpg");
    background-position: center;
    background-size: cover;
}
.title-bg3 {
    background: url("/skin/img/titles-3.jpg");
    background-position: center;
    background-size: cover;
}
.title-bg4 {
    background: url("/skin/img/titles-4.jpg");
    background-position: center;
    background-size: cover;
}
.title-bg5 {
    background: url("/skin/img/titles-5.jpg");
    background-position: center;
    background-size: cover;
}

.vs-titles {
    padding: 20px;
}
.vs-titles h2 {
    font-weight: bold;
    color: #fff;
    text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1), 0px 18px 23px rgba(0, 0, 0, 0.1);
}
.vs-titles span {
    color: #fff;
    font-weight: bold;
    background: rgba(0, 0, 0, 0.8);
}

.img-circle {
    width: 100%;
}

*,
*:before,
*:after {
    box-sizing: border-box !important;
}

.vs-masonry {
    -moz-column-width: 18em;
    -webkit-column-width: 18em;
    column-width: 18em;
    -moz-column-gap: 1em;
    -webkit-column-gap: 1em;
    column-gap: 1em;

    margin-left: 0px;
    margin-right: 0px;
}

.vs-masonry .item {
    display: inline-block;
    padding: 0.25rem;
    width: 100%;
}

.vs-masonry .well {
    position: relative;
    display: block;
}
.vs-masonry .well img {
    width: 100%;
}
.vs-masonry {
}
.vs-masonry .well {
    padding: 0px;
}
.vs-masonry .well .panel {
    margin-bottom: 0px;
}
.vs-masonry .panel {
    border: 0px solid transparent;
}

.dh-front-blog .thumbnail {
    margin-top: 0px;
    margin-bottom: 0px;
}

.vs-info {
}
.vs-info > .list-group-item {
    padding-top: 25px;
}
.vs-info > .list-group-item > h4 {
    font-weight: bold;
}

.vs-fest .panel-body {
    padding: 35px !important;
}
.vs-fest .list-group {
    margin-bottom: 0px;
}
.vs-fest .list-group-item {
    background: rgba(255, 255, 255, 0.9);
}

.vs-program {
    background: url("/skin/img/small_steps.png");
}
.vs-program h2 {
    font-weight: bold;
}
.vs-program h3 {
    color: #c23946;
}
.vs-program .btn-default {
    background-image: linear-gradient(to bottom, #fff 0px, #fff 100%);
    background-repeat: repeat-x;
    text-shadow: 0px 0px 0px #fff;
    border-color: #ddd;
}

.vs-program .btn-default a:hover {
    color: #c23946 !important;
}
.vs-program .btn-default:hover,
.vs-program .btn-default:focus {
    background-color: #fff;
    background-position: 0px 0px;
}
.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 0px rgba(255, 255, 255, 0) inset, 0px 1px 1px rgba(0, 0, 0, 0);
}
a.btn:hover {
    border-bottom: 1px solid #ddd !important;
}
.title-bg5 {
}
.topmarginLay_a {
    display: none;
}

/*-----------------------*/

.img-center {
    margin: 0 auto;
}

.sub-contents .col-md-9 .contents-tab1 table tbody tr {
    border-bottom: 1px solid #ddd;
}

.sub-contents .col-md-9 .contents-tab1 table tbody tr:first-child {
    border-top: 2px solid #000;
}

.sub-contents .col-md-9 .contents-tab1 table tbody tr td {
    vertical-align: middle;
    width: 194px;
}

.sub-contents .col-md-9 .contents-tab2 table {
    /*     border:1px solid #7bbafb; */
}

.sub-contents .col-md-9 .contents-tab2 table tbody tr {
    border-bottom: 1px solid #cde6fe;
}

.sub-contents .col-md-9 .contents-tab2 table tbody tr:first-child {
    background-color: #f6f8fa !important;
}

.sub-contents .col-md-9 .contents-tab2 table tbody tr {
    background-color: #fff;
}

.sub-contents .col-md-9 .contents-tab2 table tbody tr:last-child {
    border-bottom: 0;
}

table tr td,
table tr th {
    vertical-align: middle !important;
}

@media (min-width: 992px) {
    .sub-contents .col-md-9 .contents-tab2 table tbody tr td:first-child {
        width: 250px;
    }

    .vacuum_speed_4080c .col-md-9 .contents-tab2 table tbody tr td:first-child {
        width: 175px;
    }

    .fermentor_pilot_pilot .col-md-9 .contents-tab2 table tbody tr td:first-child {
        width: 130px;
    }

    .fermentor_pilot_plant .col-md-9 .contents-tab2 table tbody tr:first-child td:first-child {
        width: 200px !important;
    }

    .fermentor_pilot_plant .col-md-9 .contents-tab2 table tbody tr td {
        width: 120px !important;
    }

    .fermentor_pilot_plant .col-md-9 .contents-tab2 table tbody .plant-td {
        width: 165px !important;
    }
}

.sub-contents .col-md-9 .contents-tab2 table tbody tr td {
    border-right: 1px solid #cde6fe;
}

.sub-contents .col-md-9 .contents-tab2 table tbody tr td:last-child {
    border-right: 1px solid #7bbafb;
}

.sub-contents .col-md-9 .contents-tab2 .tab1 p:first-child {
    display: inline-block;
}

.sub-contents .col-md-9 table tbody tr th {
    width: 200px;
}

.sub-contents .col-md-9 .tab3 .col-md-12 .row > .col-md-6 .row .col-md-6:last-child {
    padding: 0;
}

/*@media (min-width:993px){*/
/*    .sub-contents .contents-tab2{*/
/*        width:100%;*/
/*    }*/
/*}*/

.sub-contents .contents-tab2 {
    margin-top: 30px;
}

.sub-contents .contents-tab2 .tabs {
    border: 1px solid #ccc;
    background-color: #fff;
    padding: 20px;
    margin-top: 41px;
    position: relative;
    z-index: 200;
}

.sub-contents ul li {
    list-style: none;
}

.sub-contents .tabs ul {
    padding-left: 0;
}

.contents-tab2 .tab3:has([data-toggle="modal"]) img:hover {
    cursor: pointer;
}

.modal-body img {
    margin: 0 auto;
}

.contents-tab2 .tab3 .row > .col-md-12 {
    margin-bottom: 15px;
}

.contents-tab2 .tab3 .row > .col-md-12 p {
    margin-bottom: 0;
}

/* tab-ul START*/

.tab-ul {
    padding: 0px;
}

.sub-contents .contents-tab2 .tab-ul li {
    border: 1px solid #ddd;
    float: left;
    display: block;
    position: relative;
    margin-right: 8px;
    padding: 10px 15px 11px;
    /* transform: translateY(2px); */
    /* margin-bottom: -1px; */
    /* z-index: 500; */
}

.sub-contents .contents-tab2 .tab-ul li.tab-click {
    z-index: 500;
    color: #222;
}
.sub-contents .contents-tab2 .tab-ul li.tab-click a {
    color: #222;
}
.tab-ul li a,
.tab-ul li a:focus,
.tab-ul li a:hover {
    color: #888;
    text-decoration: none;
}

.tab-ul .tab-click {
    background-color: #fff;
    font-weight: 700;
    border-color: #ccc !important;
    border-bottom: 0 !important;
}

@media (max-width: 992px) {
    .tab-ul {
        position: relative;
        top: -36px;
    }
    .sub-contents .contents-tab2 .tab-ul li {
        position: relative;
        font-size: 11px;
        margin-right: -2px;
    }
    .sub-contents .contents-tab2 {
        margin-top: 55px;
    }
}

.tab-click {
    border-bottom: 1px solid #f7fbfa;
}

/* tab-ul END*/
.contents-tab2 .tab1 {
    display: block;
}

.contents-tab2 .tab2,
.contents-tab2 .tab3,
.contents-tab2 .tab4 {
    display: none;
}
/* location-box START*/

.location-box a {
    color: #333;
}

.location-box a:hover,
.location-box a:focus {
    text-decoration: none;
    color: #64affb;
}

.location-box table tbody .top-location {
    border-bottom: 1px solid #ddd;
}

.location-box table tbody .top-location th {
    padding: 12px;
}

.location-box table tbody .top-location:first-child,
.location-box table tbody .top-location:nth-child(3) {
    border-top: 1px solid #ddd;
}

.location-box {
    margin-top: 10px;
}

.location-box table tbody .top-location:hover a,
.location-box table tbody .top-location:hover,
.location-box table tbody .top-location:focus a,
.location-box table tbody .top-location:focus {
    color: white;
    background: #0d86ff;
}

.location-box table tbody .on a,
.location-box table tbody .on {
    color: white;
    background: #0d86ff;
}

.location-box table tbody .sub-location td {
    padding-left: 25px;
    line-height: 2;
    border-bottom: 1px solid #ddd;
}

.location-box table tbody .sub-location .on2 {
    color: #0d86ff;
    font-weight: bold;
}
/* location-box END*/

.sub-contents .col-md-9 .tabs .tab3 .col-md-12 .row .col-md-6 {
    margin-bottom: 10px;
}
[class*="spectrophotometer"] .contents-tab2 :is(.tab2, .tab3) img,
.sub-contents .contents-tab2 .tab3 img {
    width: 100%;
}

@media (min-width: 768px) {
    .sub-contents .contents-tab2 .tab3 img {
        /*height:123px;*/
    }
}

@media (max-width: 767px) {
    .sub-contents .contents-tab2 .tab3 p {
        text-align: center;
    }
}

li,
table tr td {
    -ms-word-break: break-all !important;
}

table {
    margin: 0 !important;
}

@media (max-width: 767px) {
    ::-webkit-scrollbar {
        -webkit-appearance: none;
    }

    ::-webkit-scrollbar:vertical {
        width: 12px;
    }

    ::-webkit-scrollbar:horizontal {
        height: 12px;
    }

    ::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, 0.5);
        border-radius: 10px;
        border: 2px solid #ffffff;
    }

    ::-webkit-scrollbar-track {
        border-radius: 10px;
        background-color: #ffffff;
    }
}

/*--------------------------------------*/

/*body{*/
/*    background-image: url('/skin/img/main/main-background.jpg');*/
/*    background-size: cover;*/
/*}*/

.navbar-inverse {
    background: rgba(255, 255, 255, 0);
    border: 0;
}

.navbar-brand img {
    width: 55% !important;
}

.navbar-right {
    margin-top: 17px;
}

.navbar-right > li > a {
    /*color:#fff !important;*/
    font-size: 17px !important;
}

.flex-viewport,
.flex-active-slide,
.flex-viewport li img {
    height: 360px !important;
    object-fit: cover;
    object-position: center;
}

.hello img {
    width: 100%;
}

.org img {
    width: 75%;
    margin: 0 auto;
}

.google .panel-footer {
    display: none;
}

.map-footer table tr {
    border-top: 3px solid #333;
    border-bottom: 1px solid #ddd;
}

.map-footer table tr th {
    background-color: #eee;
    height: 50px;
    vertical-align: middle !important;
}

.p-header {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    padding-bottom: 5px;
}

.p-header .p-location {
    margin-top: 7px;
}

.p-header .p-title h3 {
    background: url("/skin/img/title-icon.png") no-repeat left;
    background-size: 20px !important;
    padding-left: 25px;
}

@media (max-width: 767px) {
    .p-header .p-title {
        display: inline-block;
    }
}

.main-contents h4 {
    word-break: normal;
}

.main-contents a {
    color: #000;
}

.main-contents img {
    width: 100%;
    height: auto;
}

@media (min-width: 768px) {
    .main-box {
        height: 355px;
    }
    .main-contents h4 {
        margin-top: 30px;
    }
    .main-contents .row > .col-md-3:last-child h4 {
        margin-top: 20px;
    }
    .intro-html-layout {
        padding: 0;
    }

    .main-box img {
        height: 266px;
    }
}

.main-box img {
    border-bottom: 1px solid #ddd;
}

.intro-text .red-cl,
.intro-text .blue-cl {
    font-size: 35px !important;
}

.red-cl {
    color: red !important;
    font-weight: bold;
}
.blue-cl {
    color: #0d86ff !important;
}
.gold-cl {
    color: #a17c43;
}

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #333;
        background-color: transparent;
    }
}
.footer-social-layout {
    display: none;
}

.nihon .tab1 .tab1-1 .text-center {
    margin-bottom: 15px;
    font-size: 16px;
}

.nihon .tabs {
    background-color: #fff !important;
}

/*.nihon [class*=tab]{*/
/*    display:block;*/
/*}*/

.nihon .tab1-3 li {
    margin-bottom: 20px;
}

.nihon .tab1-3 h3 {
    margin-top: 0;
}

.nihon .tab1-4 table th {
    vertical-align: middle;
}

.nihon table tbody tr th {
    /*background-color:#ddd;*/
}

.nihon table tr th:last-child,
.nihon table tr td:last-child {
    border-right: 0;
}

.nihon .tab1-4 .table2 thead th:nth-child(2),
.nihon .tab1-4 .table2 thead th:nth-child(3),
.nihon .tab1-4 .table2 thead th:nth-child(4),
.nihon .tab1-4 .table2 thead th:nth-child(5) {
    width: 178px;
}

.nihon .tab1-4 .table {
    font-size: 13px;
}

.nihon .tab1-5 table td {
    padding: 5px;
    border-left: 1px solid #333;
}

.nihon .tab1-5 .tab5-1 table td {
    padding: 6px !important;
}

.nihon .tab1-5 table tr {
    border-bottom: 1px solid #333;
}

.nihon .tab1-5 table thead tr th:last-child {
    border-right: 0;
}

@media (min-width: 767px) {
    .nihon .last-table {
        width: 30%;
    }
    .nihon .tab1-6 .tab6-1 .col-md-5 .col-md-9 {
        margin-top: 60px;
    }
    .nihon .tab1-6 .tab6-2 .col-md-4:nth-child(3) img {
        margin-top: 170px;
    }
    .nihon .tab1-6 .tab6-3 .col-md-8 {
        margin-top: 165px;
    }

    .nihon .tab1-6 .tab6-1 .row > .col-md-7 table {
        float: left;
    }

    .nihon .tab1-6 .tab6-1 .col-md-7 img {
        width: 195px;
    }
    .nihon .tab1-6 .tab6-1 .col-md-7 table {
        width: 47%;
        position: relative;
        top: 50px;
    }
}

.nihon .tab1-6 .tab6-1 .col-md-7 img {
    margin-top: 20px !important;
}

.nihon img {
    margin: 0 auto;
}

.nihon .tab1-6 .tab6-1 .col-md-7 .col-md-3 img {
    height: 200px;
}

.nihon .tab1-6 .tab6-1 .col-md-5 > img {
    height: 415px;
}

.nihon .tab1-6 .tab6-2 .col-md-4:nth-child(1) img,
.nihon .tab1-6 .tab6-2 .col-md-4:nth-child(2) img {
    height: 395px;
}

.nihon .tab1-6 .tab6-2 .col-md-4 img {
    margin-bottom: 20px;
}

.nihon .tab1-6 .tab6-1,
.nihon .tab1-6 .tab6-2 {
    margin-bottom: 30px;
}

.nihon .tab-click {
    background-color: #fff;
}

.biotron-table table tbody tr td {
    background-color: #fff;
}
.biotron-table table .background-gray {
    background-color: #f6f8fa !important;
}

.centrifuge_medical_j1250 .contents-tab2 .tab1 ul li:before {
    content: "- ";
    position: absolute;
    left: 15px;
}
.centrifuge_medical_j1250 .contents-tab2 .tab1 ul li {
    padding-left: 10px;
}

.centrifuge_medical_j1250 .contents-tab2 .tab1 img {
    width: 100%;
}

.centrifuge_medical_j1250 .contents-tab2 .tab1 .tab1-10 table tr td,
.centrifuge_medical_j1250 .contents-tab2 .tab1 .tab1-9 table tr td {
    width: 50%;
}

.sub-title {
    font-size: 18px;
    font-weight: 700;
    color: #323232;
    margin: 10px 0;
    padding: 0;
}

.sub-list {
    margin: 0;
    padding: 0;
}

.sub-list li {
    list-style: none;
    line-height: 1.6;
    color: #7b7b7b;
    font-size: 16px;
    background-image: url(/skin/img/sub/bulit.png);
    background-repeat: no-repeat;
    background-position: 1px 11px;
    padding-left: 11px;
}

.prod-tb {
    border: 1px solid #e1e1e1;
    margin: 10px 0 !important;
}

.prod-tb tbody tr th,
.prod-tb tbody tr td {
    border-right: 1px solid #e1e1e1 !important;
    border-bottom: 1px solid #e1e1e1 !important;
}
[data-toggle="modal"] {
    cursor: pointer;
}
.modal-auto {
    max-width: 1300px;
    width: 100%;
}
