@import url(../css/root.css);

/* site_config */
#site_config {
    position: relative;
    z-index: 30;
    display: inline-block;
    border-radius: 100px;
}
#site_config .site .home {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: -0.02em;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#site_config .site .slashed {
    background-color: #ffffff;
    display: inline-block;
    height: 16px;
    width: 2px;
    height: 12px;
    transform: skewX(-15deg);
    vertical-align: middle;
    margin: 0 2px;
    opacity: .2;
}
#site_config .site .home.home2,
#site_config .site .home.home3 {
    position: relative;
}
#site_config .site .home.act:before {
    content: "";
    position:absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-bottom: 0px;
}
#site_config .site .home .site_toggle i {
    display: inline-block;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#site_config .site .home.act .site_toggle i {
    transform: rotate(180deg);
}
#site_config .site .home.home1 {
    text-align: center;
}
#site_config .site .home > span {
    display: inline-block;
    line-height: 1em;
    padding: 0px 10px;
    cursor: pointer;
    position: relative;
    z-index: 3;
    color: rgba(255,255,255,0.5);
}
#site_config .site .home.home3 > span {
    color: #fff;
    font-weight: 600;
}
#site_config .site .home > ul {
    position: absolute;
    left: 0;
    top: 100%;
    width: 200px;
    border-top: 0px;
    padding: 12px 8px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 5px 5px 15px rgba(0,0,0,0.1);
    transform: translateY(10px);
}
#site_config .site .home > ul li a {
    display: block;
    text-decoration: none;
    font-size: 17px;
    line-height: 1em;
    padding: 10px;
    color: rgba(255,255,255,0.5);
    position: relative;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#site_config .site .home > ul li a.act {
    color: #fff;
}
#site_config .site .home > ul li a:hover{
    color: #111;
    text-decoration: underline;
    font-weight: 700;
}
#site_config .site .home > ul li:hover a:after {
    width: 100%;
    left: 0%;
}
@media (max-width:992px) {
    #site_config .site .home {
        line-height: 50px;
        font-size: 15px;
    }
}
@media (max-width:768px) {
    #site_config .site .home {
        line-height: 40px;
        font-size: 12px;
    }
    #site_config .site .home.home2:after,
    #site_config .site .home.home3:after {
        right: 10px;
        width: 10px;
        background-size: 100%;
    }
    #site_config .site .home > span {
        padding: 0px 5px;
    }
}

/* subTop */
.subTop {
    background-color: #001a37;
}
@media (max-width:768px) {
    .subTop {
        text-align: center;
    }
}
/* subtabs */
.subtabs ul {
    display: flex;
    gap: 1vw;
}
.subtabs ul a {
    font-size: 18px;
    text-decoration: none;
    display: block;
    color: rgba(255,255,255,0.5);
    padding: 12px 40px;
    border-radius: 50px;
    font-weight: 500;
}
.subtabs ul a.act {
    color: #fff;
    font-weight: 700;
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
}
@media (max-width:768px){
    .subtabs {
        border-bottom: 0px;
    }
    .subtabs ul {
        gap: 2vw;
        row-gap: 2vw;
        flex-wrap: wrap;
        justify-content: center;
    }
    .subtabs ul a {
        font-size: 15px;
        padding: 4px 8px 4px 0;
    }
    .subtabs ul a.act {
        padding: 4px 15px;
    }
}
/* company1 */
#company1 .sec1 {
    background-color: rgba(244, 247, 252, 0.5);
    position: relative;
}
#company1 .sec1:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 40%;
    width: 100%;
    background-color: #081728;
}
#company1 .sec1 .container {
    position: relative;
    z-index: 3;
}
#company1 .sec1 .company1_img {
    padding: 30px 15px;
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
}
#company1 .sec1 .company1_img img {
    border-radius: 30px;
}
@media (max-width:768px) {
    #company1 .sec1:after {
        height: 30%;
    }
    #company1 .sec1 .company1_img img {
        border-radius: 15px;
    }
}

/* overview */
.overview {
    border-top: 1px solid #111;
    border-bottom: 1px solid #111;
}
.overview .ov_item {
    border-bottom: 1px solid #aaa;
    padding: 10px;
    display: flex;
    align-items: center;
}
.overview .ov_item:last-child {
    border-bottom: 0px solid #aaa;
}
.overview .ov_item > div {
    padding: 10px 20px;
}
.overview .ov_item .ic {
    width: 150px;
}
.overview .ov_item .ic img {
    width: 25px;
}
.overview .ov_item .hd {
    width: 250px;
    position: relative;
}
.overview .ov_item .con {
    width: calc(100% - 400px);
    text-align: left;
    padding-left: 40px;
}
@media (min-width:768px){
    .overview .ov_item .hd::before,
    .overview .ov_item .hd:after {
        content: "";
        position: absolute;
        top: 30%;
        height: 40%;
        width: 1px;
        background-color: #aaa;
        left: 0;
    }
    .overview .ov_item .hd:after {
        left: auto;
        right: 0;
    }
}
@media (max-width:768px){
    .overview .ov_item {
        flex-wrap: wrap;
    }
    .overview .ov_item .ic {
        width: 40px;
        padding: 10px;
        padding-bottom: 2px;
    }
    .overview .ov_item .hd {
        width: calc(100% - 40px);
        text-align: left;
        padding-bottom: 2px;
    }
    .overview .ov_item .con {
        width: 100%;
        padding-top: 0px;
        padding-left: 60px;
    }
}

/* company2 */
#company2 .sec1 {
    /* background: url(../img/ms1_bg.png) right 25% no-repeat; */
    position: relative;
}
#company2 .sec1 .btMv {
    position: absolute;
    left: 0;
    bottom: 0;
    line-height: 1em;
    font-size: 15vw;
    color: rgba(0, 0, 0, 0.02);
    white-space: nowrap;
}

/* orgBox */
.orgBox {
    background-color: #f7f7f7;
}
.orgBox .orgTop {
    position: relative;
    margin-bottom: 30px;
}
.orgBox .orgTop::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    height: 30px;
    border-right: 2px solid #777;
}
.orgBox .orgTop .orgTopLogo {
    max-width: 330px;
    border-radius: var(--sub-border-radius20);
    padding: 10px;
    margin: 0 auto;
}
.orgBox .orgTop .tt {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background-color: var(--main-color);
    color: #fff;
    font-weight: 700;
    box-shadow: 2px 2px 15px rgba(0, 81, 70, 0.05);
    margin-left: auto;
    margin-right: auto;;
}
.orgBox .orgBt .dept1,
.orgBox .orgBt .dept2 {
    position: relative;
}
.orgBox .orgBt .dept1 > .tt {
    background-color: #103574;
    color: #fff;
}
.orgBox .orgBt .dept2 > .tt {
    background-color: #103574;
    color: #666;
}
.orgBox .orgBt .dept1 .tItem {
    background-color: #fff;
    border: 1px solid #ddd;
    /* border-top: 0px; */
    margin-top: 10px;
}
.orgBox .orgBt .dept1 > .tt ,
.orgBox .orgBt .dept2 > .tt ,
.orgBox .orgBt .dept1 .tItem {
    padding: 15px;
    border-radius: 5px;
}
.orgBox .orgBt .dept2 {
    position: relative;
    padding-left: 30px;
    padding-top: 30px;
}
.orgBox .orgBt .dept2::after {
    content: "";
    position: absolute;
    left: 10px;
    top: 0%;
    height: 100%;
    border-right: 2px solid #777;
}
.orgBox .orgBt .dept2:last-child:after {
    height: calc(50% + 15px);
}
.orgBox .orgBt .dept2::before {
    content: "";
    position: absolute;
    left: 10px;
    top: calc(50% + 15px);
    width: 20px;
    height: 0;
    border-bottom: 2px solid #777;
}
@media (min-width:768px){
    .orgBox .orgBt {
        display: flex;
    }
    .orgBox .orgBt .dept1 {
        flex-basis: 33.33333%;
        padding: 0 15px;
        padding-top: 30px;
    }
    .orgBox .orgBt .dept1::before {
        content: "";
        position: absolute;
        left: 0%;
        top: 0;
        width: 100%;
        height: 0;
        border-top: 2px solid #777;
    }
    .orgBox .orgBt .dept1:first-child::before {
        content: "";
        position: absolute;
        left: 50%;
        top: 0;
        width: 50%;
        height: 0;
        border-top: 2px solid #777;
    }
    .orgBox .orgBt .dept1:last-child::before {
        content: "";
        position: absolute;
        right: 50%;
        top: 0;
        width: 50%;
        height: 0;
        border-top: 2px solid #777;
    }
    .orgBox .orgBt .dept1:after {
        content: "";
        position: absolute;
        left: 50%;
        top: 0%;
        height: 30px;
        border-right: 2px solid #777;
    }
}
@media (max-width:768px){
    .orgBox .orgTop {
        margin-bottom: 0px;
    }
    .orgBox .orgTop .tt {
        display: block;
        height: auto;
        position: relative;
        z-index: 10;
        width: 100%;
        padding: 15px;
        border-radius: 3px;
    }
    .orgBox .orgBt .dept1 > .tt ,
    .orgBox .orgBt .dept2 > .tt ,
    .orgBox .orgBt .dept1 .tItem {
        padding: 10px;
        border-radius: 3px;
    }
    .orgBox .orgTop::after {
        left: 10px;
    }
    .orgBox .orgBt .dept1 {
        padding-left: 20px;
        padding-top: 30px;
    }
    .orgBox .orgBt .dept1::after {
        content: "";
        position: absolute;
        left: 10px;
        top: 0%;
        height: 100%;
        border-right: 2px solid #777;
    }
    .orgBox .orgBt .dept1:last-child:after {
        height: 55px;
    }
    .orgBox .orgBt .dept1::before {
        content: "";
        position: absolute;
        left: 10px;
        top: 54px;
        width: 10px;
        height: 0;
        border-bottom: 2px solid #777;
    }
}

/* company3 */
#company3 .sec1 {
    background-color: rgba(244, 247, 252, 0.5);
    position: relative;
    overflow: hidden;
}
#company3 .sec1 .flatList {
    display: flex;
    flex-wrap: wrap;
    max-width: 1300px;
    margin: 0 auto;
    position: relative;
    z-index: 3;
}
#company3 .sec1 .flatList .noLine {
    width: 100%;
}
#company3 .sec1 .flatList .Line {
    width: 20%;
}
#company3 .sec1 .flatList .flatItem {
    padding: 35px 0;
    position: relative;
    line-height: 0px;
}
#company3 .sec1 .flatList li:not(:first-child) .flatItem:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 0%;
    height: 35px;
    width: 1px;
    background-color: #6b78ed;
}
#company3 .sec1 .flatList .flatItem:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0%;
    height: 35px;
    width: 1px;
    background-color: #6b78ed;
    transform: translateX(-50%);
}
#company3 .sec1 .flatList .flatItem .itemCon {
    padding: 0 15px;
}
#company3 .sec1 .flatList .flatItem .logoImg {
    display: inline-block;
    position: relative;
    padding: 30px 50px;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 5px 5px 20px rgba(231, 236, 243, 1);
}
#company3 .sec1 .flatList .flatItem .logoImg img {
    width: 60px;
}
#company3 .sec1 .flatList .flatItem .logoImg:after {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    top: -7px;
    left: calc(50% - 7px);
    background: url(../img/flDot.png) center center no-repeat;
}
#company3 .sec1 .flatList .flatItem .cnt_lg {
    display: inline-block;
    padding: 45px 50px 30px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 5px 5px 30px rgba(38, 50, 78, 0.3);
    background: linear-gradient(to left, #1951d5, #2c6bff);
}
#company3 .sec1 .flatList .flatItem .cnt_lg p {
    margin-top: 10px;
}
#company3 .sec1 .flatList .flatItem .itemCon > h5 {
    margin-top: 10px;
}
#company3 .sec1 .flatList .flatItem .itemCon > h5 strong {
    color: #003377;
    line-height: 1.2em;
}
#company3 .sec1 .btBoxs {
    position: relative;
    z-index: 3;
}
#company3 .sec1 .btBoxs .item {
    padding: 35px 15px;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 5px 5px 20px rgba(231, 236, 243, 1);
}
#company3 .sec1 .btBoxs .item h5 {
    line-height: 1.5em;
    margin-top: 10px;
}
#company3 .sec1 .btBoxs .item h5 span {
    display: inline-block;
    line-height: 30px;
    padding: 5px 15px;
    font-weight: 600;
    background-color: #fff8b7;
    border-radius: 4px;
    margin-bottom: 5px;
}
@media (min-width:992px) {
    #company3 .sec1 .conTent {
        background: url(../img/bgbg.png) center 75% no-repeat;
    }
}
@media (max-width:992px) {
    #company3 .sec1 .bgbg {
        position: relative;
        z-index: 1;
        margin: -10% 0;
    }
}
@media (min-width:768px) {
    #company3 .sec1 .flatList li.Line .flatItem:after {
        left: 50%;
        transform: translateX(-50%);
    }
    #company3 .sec1 .flatList li.Line .flatItem:before {
        display: none;
    }
    #company3 .sec1 .flatList li.Line .flatItem .itemCon:before {
        content: "";
        position: absolute;
        background-color: #6b78ed;
        bottom: auto;
        top: 0px;
        width: 50%;
        left: 50%;
        transform: translateY(50%);
        height: 1px;
    }
    #company3 .sec1 .flatList li.Line.LineCt .flatItem .itemCon:after {
        content: "";
        position: absolute;
        background-color: #6b78ed;
        bottom: auto;
        top: 0px;
        width: 50%;
        right: 50%;
        transform: translateY(50%);
        height: 1px;
    }
    #company3 .sec1 .flatList li.Line.LineRt .flatItem .itemCon:before {
        left: auto;
        right: calc(50% - 1px);
    }
    #company3 .sec1 .btBoxs .item {
        min-height: 200px;
    }
}
@media (max-width:768px){
    #company3 .sec1 .flatList .flatItem {
        padding: 10px 0;
    }
    #company3 .sec1 .flatList li:not(:first-child) .flatItem:after,
    #company3 .sec1 .flatList .flatItem:before {
        height: 10px;
    }
    #company3 .sec1 .flatList li:last-child .flatItem::before {
        display: none;
    }
    #company3 .sec1 .flatList .Line {
        width: 100%;
    }
    #company3 .sec1 .btBoxs .item {
        margin-bottom: 10px;
        padding: 25px 15px;
        border-radius: 20px;
        background-color: #fff;
        box-shadow: 5px 5px 10px rgba(231, 236, 243, 1);
    }
    #company3 .sec1 .flatList .flatItem .logoImg {
        margin-bottom: 15px;
    }
}

/* circle */
#company3 .sec1 .circle {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    width: 60vw;
    height: 60vw;
    border-radius: 50%;
    z-index: 0;
}
#company3 .sec1 .circle:after {
    content: "";
    left: 50%;
    top: 50%;
    border: 1.5px solid rgba(223, 226, 240, 0.8);
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;

    -webkit-animation: bgCircleScale2 2s linear infinite;
    -moz-animation: bgCircleScale2 2s linear infinite;
    -ms-animation: bgCircleScale2 2s linear infinite;
    -o-animation: bgCircleScale2 2s linear infinite;
    animation: bgCircleScale2 2s linear infinite;
}
@keyframes bgCircleScale2 {
    0% {
        transform: translate3d(-50%, -50%, 0) scale(1);
        opacity: 0;
    }
    50% {
        transform: translate3d(-50%, -50%, 0) scale(1.1);
        opacity: 1;
    }  
    100% {
        transform: translate3d(-50%, -50%, 0) scale(1.2);
        opacity: 0;
    }  
}
#company3 .sec1 .circle:before {
    content: "";
    left: 50%;
    top: 50%;
    border: 1.5px solid rgba(223, 226, 240, 0.8);
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;

    -webkit-animation: bgCircleScale 1.3s linear infinite;
    -moz-animation: bgCircleScale 1.3s linear infinite;
    -ms-animation: bgCircleScale 1.3s linear infinite;
    -o-animation: bgCircleScale 1.3s linear infinite;
    animation: bgCircleScale 1.3s linear infinite;
}
@keyframes bgCircleScale {
    0% {
        transform: translate3d(-50%, -50%, 0) scale(.85);
        opacity: 0;
    }
    50% {
        transform: translate3d(-50%, -50%, 0) scale(.9);
        opacity: 1;
    }  
    100% {
        transform: translate3d(-50%, -50%, 0) scale(0.95);
        opacity: 0;
    }  
}

/* locTop */
@media (min-width:768px) {
    .locTop .lft {
        width: 40%;
    }
    .locTop .rt {
        width: 60%;
    }
}
@media (max-width:768px) {
    .locTop > div {
        width: 100%;
    }
    .locTop .lft {
        text-align: center;
    }
}
/* comInfo */
#company5 .comInfo {
    display: flex;
    align-items: center;
    padding: 30px 10px;
    border-top: 1px solid #ddd;
}
#company5 .comInfo:last-child {
    border-bottom: 1px solid #ddd;
}
#company5 .comInfo .tt {
    width: 100px;
    font-weight: 500;
}
#company5 .comInfo .cc {
    width: calc(100% - 100px);
    padding-left: 15px;
}
#company5 .comInfo .tt,
#company5 .comInfo .cc {
    color: #666;
}
@media (max-width:768px) {
    #company5 .comInfo {
        flex-direction: column;
        padding: 20px 10px;
    }
    #company5 .comInfo .tt,
    #company5 .comInfo .cc {
        width: 100%;
        padding-left: 0;
    }
}

/* mapbox */
.mapbox .cont {
    display: none !important;
}
.mapbox .root_daum_roughmap {
	border: 0px !important;
	padding: 0px !important;
}
.mapbox .root_daum_roughmap .map_border {
    opacity: 0;
}
.mapbox .root_daum_roughmap .wrap_map,
.mapbox iframe {
    height: 500px !important;
}
@media (max-width:768px) {
	.mapbox .root_daum_roughmap .wrap_map,
	.mapbox iframe {
		height: 250px !important;
	}
}
/*table_basic*/
.table.table_basic.table_fx {
    table-layout: fixed;
}
.table.table_basic thead tr th,
.table.table_basic thead tr td,
.table.table_basic tbody tr th,
.table.table_basic tbody tr td {
    color: #333;
    line-height: 1.3em;
    text-transform: none;
    border: 1px solid #ddd;
    padding: 15px 15px;
    font-size: 18px;
    font-weight: 400;
}
.table.table_basic2 thead tr th,
.table.table_basic2 thead tr td,
.table.table_basic2 tbody tr th,
.table.table_basic2 tbody tr td {
    font-size: 16px;
    padding: 5px;
}
.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 {
    font-weight: 700;
    background-color: #F8F8F8;
    color: #111;
    border-top: 1px solid #111 !important;
}
.table.table_basic tbody tr th {
    font-weight: 600;
}
.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.th_center thead tr th,
.table.table_basic.th_center tbody tr th {
    text-align: center;
    word-break: keep-all;
}
.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 {
    /* background-color: #fefefe; */
}
.table.table_basic tbody tr.imp th,
.table.table_basic tbody tr.imp td {
    background-color: #fffdf1;
}
.table.table_basic tbody tr.imp td {
    color: #082c44;
    font-weight: 600;
}
.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 td.imp {
    background-color: #f6fbf0;
    font-weight: 500;
}
@media (max-width:768px){
    .table_wrp {
        width: 100%;
        overflow-x: scroll;
    }
    .table_wrp .table.table_basic {
        width: 700px;
    }
    .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: calc(100vw * (15 / 768));
        padding: calc(100vw * (10 / 768));
		word-break: break-all !important;
    }
}
@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: calc(100vw * (15 / 500));
        padding: calc(100vw * (10 / 500));
    }
}


/* moreImg */
.moreImg {
    overflow: hidden;
    border-radius: 20px;
    position: relative;
    display: block;
    text-decoration: none;
}
.moreImg .ext {
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 41px;
    height: 41px;
    display: flex;
    font-size: 18px;
    font-weight: 400;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    color: #fff;
    padding-left: 1px;
    padding-bottom: 1px;
    z-index: 3;
}
@media (max-width:768px){
    .moreImg {
        border-radius: 10px;
    }
    .moreImg .ext {
        right: 7px;
        bottom: 7px;
        width: 31px;
        height: 31px;
    }
}



/* prdTabs */
#prdTabs .con {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f7f7f7;
    padding: 10px;
    border-radius: 100px;
    text-align: center;
}
#prdTabs .con > a {
    display: block;
    flex-grow: 1;
    flex-basis: 33.3333%;
    color: #666;
    font-size: 20px;
    padding: 15px 10px;
    font-weight: 600;
    text-decoration: none;
    position: relative;
    text-transform: uppercase;
}
#prdTabs .con > a.act {
    color: rgba(255,255,255,1);
    background-color: var(--main-color);
    border-radius: 100px;
}
@media (max-width:992px){
    #prdTabs .con > a {
        font-size: 18px;
        padding: 15px 10px;
    }
}
@media (max-width:500px){
    #prdTabs .con > a {
        font-size: calc(100vw * (16 / 500));
        padding: 8px 5px;
    }
}


