#omics-container {
    margin-top: 2rem;
    text-align: center;
}

#omics-container> h2 {
    color: var(--thm-black);
    margin: 5rem 0 2rem;
}

#omics-container>p {
    margin: 2rem;
}

#omics-container .item>img {
    background-color: white;
    border: 1px solid rgba(0,0,0,0.15);
}





#omics-card {
    height: 100%; 
    border-bottom: 1px solid rgba(0, 0, 0, 0.125)
}

#omics-card .img-container {
    padding: 2rem;
    height: 80%;
    display: flex;
    text-align: center;
    justify-content: center;
}

#omics-card .img-container>img {
    object-fit: contain;
}

#omics-card .img-container.si {
    padding: 0;
    overflow: hidden;
}

#omics-card .img-container.si>img {
    object-fit: cover;
    width:105%;
}

#omics-card .card-body {
    text-align: center;
    border-top: 1px solid rgba(0, 0, 0, 0.125)
}

#omics-card .card-body>p {
    font-size: 1.5rem;
    font-weight: 700;
}

#omics-card .card-body .detail {
    text-align: left;
    line-height: 1.5rem;
    font-size: 0.8rem;
    font-weight: 200;
}


#omics-carousel h2 {
    text-align: center;
    color: var(--thm-black);
    margin: 2rem;
    font-weight: 700;
    font-family: var(--thm-font);
}


#omics-carousel .item>img {
    background-color: white;
    border: 1px solid rgba(0,0,0,0.15);
}


#omics-carousel .owl-nav button.owl-prev,
#omics-carousel .owl-nav button.owl-next {
    z-index: 1;
    width: 3%;
    height: 6%;
    background-color: #ccc;
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
}

#omics-carousel .owl-nav button>i {
    display: block;
    width: 100%;
}

#omics-carousel .owl-nav button.owl-prev {
    left: 0;
}

#omics-carousel .owl-nav button.owl-next {
    right: 0;
}

#omics-carousel .owl-carousel .owl-nav {
    margin: 0;
}



.root_daum_roughmap {
    margin: auto !important;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.root_daum_roughmap .wrap_map {
    height: 100% !important;
}

.contactBox {
    margin: auto;
    top: -50px;
    background: #fff;
    box-sizing: border-box;
    box-shadow: .5em .5em 1em rgba(0, 0, 0, 0.4);
    padding: 1.5em;
    position: relative;
    padding-left: 10em;
    width: 50em;
    z-index: 4;
}

.contactBox .title {
    position: absolute;
    left:0;
    top:40%;
    line-height: 2em;
    margin-top:0;
    width:10em;
    text-align: center;
}

.contactBox .title>span {
    font-size: 1em;
    color: var(--thm-base);
}

.contactBox .info {
    padding-left:1em;
    border-left:1px solid rgba(0,0,0,0.15);
    font-size:0.8em;
    line-height: 1.4em;
    padding-top:1em;
    padding-bottom: 1em;
}

.contactBox .info .item.last,
.contactBox .info .item:last-child {
    padding-bottom: 0;
}

.contactBox .info .item {
    position: relative;
    padding-left:5em;
    padding-bottom: 1em;
    letter-spacing: -0.5px;
}

.contactBox .info .item .title {
    position: absolute;
    left: 0;
    top: 0;
    width: 5em;
    color: var(--thm-black);
    font-weight: bold;
    line-height: 1.4em;
}

@media (max-width: 992px) {
	.contactBox {
        width: 35em;
        padding-left:0;
        padding: 1.5em;
    }
	.contactBox .title {
        position:static;
        width:auto;
        text-align:center
    }
	.contactBox .info {
        padding-left:0;
        border:0
    }
}

@media (max-width: 768px) {
	.contactBox {
        width: 25em;
        padding-left:0;
        padding: 1.5em;
    }
	.contactBox .title {
        position:static;
        width:auto;
        text-align:center
    }
	.contactBox .info {
        padding-left:0;
        border:0
    }
}

@media (max-width: 576px) {
	.contactBox {
        width: 80%;
        padding-left:0;
        padding: 1.5em;
    }
	.contactBox .title {
        position:static;
        width:auto;
        text-align:center
    }
	.contactBox .info {
        padding-left:0;
        border:0
    }
}