@charset "utf-8";
@import url('/skin/font/notokr/notokr.css');
@import url('https://use.fontawesome.com/releases/v5.8.2/css/all.css');
@import url('https://use.fontawesome.com/releases/v5.8.2/css/v4-shims.css');
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200');

/* 초기화 코드 */
html {
    overflow-x: hidden;
    overflow-y: scroll;
}

.body-layout {
    background-color: #fff;
}

.body-layout,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
button {
    font-family: 'notokr', "NanumGothic", "나눔고딕", 'NanumBarunGothic', 'Apple SD Neo Gothic', 'Malgun Gothic', 'Gulim', sans-serif;
}

ol,
ul,
li {
    list-style: none;
    list-style-position: inside;
}

p,
li,
dl,
dt,
td,
th,
h1,
h2,
h3,
h4,
h5 {
    word-break: keep-all;
}

a {
    text-decoration: none;
}

.navbar .caret,
.navbar .divider-vertical,
.navbar~br,
.footer-social-layout,
.footer_copy .text-center>br,
.topmarginLay_a {
    display: none;
}

/*메인 & 서브 상단 마진*/
.container_slide,
.sub-layout {
    margin-top: 85px;
}

/*------ 상단 메뉴 설정 -------*/
.navbar-inverse {
    margin: 0;
    padding: 0;
    background: #fff;
    border-bottom: none;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
}

/*로고*/
.navbar-inverse .navbar-brand {
    position: relative;
    padding: 0;
    margin: 12px 0 0 !important;
}

.navbar-inverse .navbar-brand img {
    margin-top: -0 !important;
    height: 50px;
    object-fit: contain;
}

/* 메인메뉴 */
.navbar-inverse .navbar-nav {
    z-index: 100;
}

/* .navbar-inverse .navbar-nav > li{
	padding-bottom: 30px;
} */
.navbar-inverse .navbar-nav>li>a {
    padding: 34px 25px;
    font-size: 18px;
    font-weight: 500;
    color: #000;
    text-shadow: none;
    line-height: 1;
}

.navbar-inverse .navbar-nav>li>a span {
    line-height: 0;
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
    color: #83b11c;
    background-color: rgba(0, 0, 0, 0);
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
    color: #83b11c;
    background-color: transparent;
}

@media screen and (min-width: 768px) {
    .navbar-inverse .navbar-nav .dropdown-menu {
        background-color: rgba(0, 0, 0, 0.8);
        border: none;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        padding: 15px 0;
        left: 50%;
        right: auto;
        transform: translate(-50%, 0);
        box-shadow: none;
    }

    .navbar-inverse .navbar-nav .dropdown-menu>li:last-child {
        border-bottom: 0;
    }

    .navbar-nav .dropdown-menu>li>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        text-align: center;
        color: #fff;
        padding: 9px 15px;
        font-size: 15px;
        line-height: 1;
        text-align: left;
        text-align: center;
        letter-spacing: -0.02em;
    }

    .navbar-inverse .navbar-nav .dropdown-menu>li>a:hover,
    .navbar-inverse .navbar-nav .dropdown-menu>li>a:focus {
        color: #90c31f;
        background-color: rgba(0, 0, 0, 0);
        text-decoration: underline;
    }
}

/*------ //상단 메뉴 설정 ------*/
/*------ CAROUSEL ------*/
.container_slide {
    width: 100%;
    padding: 0;
}

.container_slide>.fill,
.carousel-inner .item .fill {
    height: 580px;
    /*height: calc(100vh - 110px);*/
}

.carousel,
.carousel-inner {
    position: relative;
}

.carousel-caption {
    position: absolute;
    margin: 0;
    padding: 0;
    transform: translateY(-50%);
    top: 50%;
    bottom: auto;
    color: #fff;
}

.fill h1 {
    margin: 0 0 25px;
    font-size: 62px;
    font-weight: 400;
    font-weight: 350;
    letter-spacing: -0.03em;
}

.fill h1 span.mainTxt {
    font-weight: 600;
}

.carousel-caption p {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    margin: 0;
    line-height: 1.7;
}

.carousel-caption h1 span,
.carousel-caption p span {
    background: transparent;
    opacity: 1;
    text-shadow: none;
    padding: 0;
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .glyphicon-chevron-left {
    display: none
}

/*------ //CAROUSEL ------*/
/*------ 메인페이지 ------ */
.container_contents {
    width: 100%;
    /* padding: 100px 15px; */
}

.intro-html-layout>div {
    padding: 0;
}

.btn-wrap:nth-child(1) {
    background: #f6f6f6;
    padding: 100px 0 80px;
}

.main-btn a {
    display: block;
    transition: all ease 0.3s;
    text-decoration: none;
    position: relative;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
}

.main-btn a:before {
    content: "";
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    border-top: 25px solid #90c31f;
    border-right: 25px solid #90c31f;
    border-left: 25px solid rgba(0, 0, 0, 0);
    border-bottom: 25px solid rgba(0, 0, 0, 0);
}

.main-btn a img {
    transition: all 0.2s;
}

.main-btn a:hover {
    box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.2);
    margin-top: -10px;
}

.main-btn p {
    margin: 0 auto;
    padding: 15px 0;
    font-size: 21px;
    font-weight: 500;
    color: #111;
    text-align: center;
    letter-spacing: -0.03em;
    background: #fff;
}

.main-btn:nth-child(2) a:before {
    border-top: 25px solid #f75700;
    border-right: 25px solid #f75700;
}

.main-btn:nth-child(3) a:before {
    border-top: 25px solid #0081cc;
    border-right: 25px solid #0081cc;
}


.bbs-wrap {
    padding: 100px 0;
}

/* 메인 온라인문의 */
.mail a {
    display: block;
    height: 179px;
    padding: 25px;
    transition: all 0.2s;
    background: url(/skin/img/main/mainmail.jpg) no-repeat center / cover;
    position: relative;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
}

.mail a p {
    position: relative;
    margin: 0;
    font-size: 18px;
    color: #fff;
    float: left;
    font-weight: 600;
    letter-spacing: -0.02em;
}

.mail i {
    color: #fff;
    font-size: 62px;
    float: right;
    position: absolute;
    right: 35px;
    bottom: 28px;
}

.mail a:hover {
    box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.2);
}

/* 메인 게시판영역 */
.intro-boardbox {
    border: 6px solid #eee;
    padding: 30px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
}

.intro-boardbox .page-header {
    margin: 0 0 5px;
    border-bottom: none;
}

.intro-boardbox .page-header h4 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #111;
    letter-spacing: -0.02em;
}

.intro-boardbox>.page-header>h4>.btn {
    margin: 2px 0 0;
    padding: 0;
    border: none;
    width: 15px;
    height: 15px;
}

.intro-boardbox>.page-header>h4>.btn i {
    width: 15px;
    height: 15px;
    display: inline-block;
}

.intro-boardbox>.page-header>h4>.btn i:before {
    content: "";
    width: 15px;
    height: 15px;
    display: inline-block;
    background: url(/skin/img/main/board-plus-icon.png) no-repeat center;
}

.intro-boardbox .list-row-contents,
.panel-body .row-separator {
    display: none;
}

.intro-boardbox .front-panel>.panel {
    padding: 0;
    border: none;
    border-radius: 0px;
    background: transparent;
    margin-bottom: 0;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}

.dh-alert {
    margin: 50px;
    font-size: 16px;
}

.dh-front-list2 .list-row-subject {
    font-weight: 400;
    font-size: 14px;
    color: #666;
    letter-spacing: -0.02em;
}

.dh-front-list2 .list-row-regdate {
    float: right;
    font-weight: 400;
    color: #999;
    font-size: 13px;
}

.label-danger {
    padding: 1px 4px;
}

.dh-front-list2-words {
    padding: 0;
    margin-top: 12px;
}

.main-list {
    padding-top: 22px;
    border-radius: 5px;
    background: #f3f6fb;
    height: 140px;
    padding-left: 20px;
}

.main-list li {
    position: relative;
    padding-left: 15px;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.85em;
    color: #222;
}

.main-list li:before {
    content: "";
    width: 3px;
    height: 8px;
    background: #659bff;
    position: absolute;
    left: 5px;
    top: 8px;
    transform: skew(-30deg);
}

.main-list li span {
    width: 65px;
    display: block;
    font-size: 14px;
    float: left;
    color: #0c4da2;
    font-weight: 600;
}

.dh-front-list2 .panel-body {
    padding: 0;
}

.btn.active,
.btn:active {
    box-shadow: none;
}

/*------ //메인페이지 ------ */
/*----- 서브페이지 공통 ----- */
.dh-board,
.dh-view-box,
#insertForm,
#mailForm,
.bbs-list-view-layout+.row,
.bbs-blog-view-layout+.row,
#mod_type_formForm {
    visibility: hidden;
}

.sub-layout {
    width: 100%;
    padding: 0;
}

.subpage .subheader {
    position: relative;
    height: 130px;
    background: url(/skin/img/sub/subtop.jpg) no-repeat center / cover;
}

/* .subheader:before{
	content: "DAESEUNG BIO FARM";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
    height: 200px;
    line-height: 200px;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: #fff;
} */
.subheader+div {
    padding: 65px 15px 80px;
}

.snb {
    padding-right: 45px;
}

.snb h3 {
    margin: 0;
    font-size: 28px;
    letter-spacing: -0.02em;
    color: #111;
    font-weight: 500;
}

.snb ul {
    padding: 0;
    margin-top: 18px;
    border-top: 2px solid #90c31f;
}

.snb>ul>li {
    border-bottom: 1px solid #ddd;
}

.snb>ul>li>a {
    position: relative;
    display: block;
    padding: 13px 15px;
    font-size: 17px;
    color: #111;
    letter-spacing: -0.03em;
}

.snb>ul>li>a:after {
    opacity: 0.3;
    content: "\276F";
    float: right;
}

.snb>ul>li.active>a,
.snb>ul>li.active>a:hover,
.snb>ul>li.active>a:focus {
    background: #90c31f;
    color: #fff;
}

.snb>ul>li.active>a:after {
    opacity: 1;
}

.snb>ul>li:hover>a {
    background: #f9f9f9;
    text-decoration: none;
}

.snb li a .fa {
    position: absolute;
    right: 15px;
    top: 20px;
    font-size: 10px;
}

.sub-title {
    position: relative;
}

.sub-title>h2 {
    position: relative;
    font-size: 28px;
    color: #111;
    letter-spacing: -0.03em;
    font-weight: 500;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    margin-bottom: 30px;
    margin-top: 0;
    line-height: 1;
}

.sub-title .breadcrumb {
    position: absolute;
    right: 15px;
    top: 15px;
    float: right;
    background: transparent;
    font-size: 13px;
    margin: 0;
    padding: 0;
    color: #999;
}

.breadcrumb>.active {
    color: #222;
}

.sub-content {
    font-size: 15px;
    color: #666;
    line-height: 1.6;
    letter-spacing: -0.02em;
}

.con-title {
    margin: 0 0 15px;
    font-size: 23px;
    color: #2f2f2f;
    letter-spacing: -0.05em;
    position: relative;
    padding-left: 14px;
}

.con-title:before {
    content: "";
    width: 5px;
    height: 22px;
    background: #90c31f;
    border-top: 5px solid #666;
    position: absolute;
    left: 0;
    top: 2px;
}

.p-top {
    margin: 30px 0 0;
    font-size: 18px;
    letter-spacing: -0.03em;
    color: #e60013;
    line-height: 1.35;
}

.ul-box {
    margin: 0 0 30px;
    padding: 30px 30px 20px !important;
    background: #f6f6f6;
    border-bottom: 1px solid #ddd;
}

.li-dot,
.li-dash {
    padding: 0;
}

.li-dot li,
.li-dash li {
    position: relative;
    padding: 0px 0 8px 10px;
    color: #666;
    line-height: 1.5;
}

.li-dot li:before {
    content: "";
    width: 3px;
    height: 3px;
    background: #666;
    border-radius: 50%;
    position: absolute;
    left: 2px;
    top: 9px;
}

.li-dash li:before {
    content: "";
    width: 5px;
    height: 1px;
    background: #666;
    border-radius: 0;
    position: absolute;
    left: 0px;
    top: 9px;
}

.table-style {
    width: 100%;
    text-align: center;
    border-top: 2px solid #333;
    border-bottom: 2px solid #ddd;
    margin-bottom: 50px;
}

.table-style th,
.table-style td {
    padding: 12px 15px !important;
}

.table-style th {
    background: #f6f6f6;
    text-align: center;
    font-weight: 600;
    color: #333;
    border-bottom: 1px solid #ddd;
    font-size: 15px;
}

.table-style td {
    color: #555;
    font-size: 15px;
    border-bottom: 1px solid #ddd;
}

.div-box {
    margin-bottom: 30px;
    /* text-align:center; */
}

.div-box-inner {
    position: relative;
    border-bottom: 2px solid #90c31f;
    min-height: 200px;
    background: #f6f6f6;
    padding: 25px;
}

.div-box-inner p {
    font-size: 23px;
    letter-spacing: -0.05em;
    color: #5e820d;
    font-weight: 600;
    position: relative;
}

.div-box-inner i {
    position: absolute;
    font-size: 70px;
    color: #ddd;
    right: 30px;
    bottom: 28px;
}

.div-box ul {
    padding: 0;
}

.div-box li:before {
    content: none;
}

.div-box li {
    padding-bottom: 3px;
    font-size: 16px;
    letter-spacing: -0.02em;
    color: #333;
}

.div-box ul li span {
    display: block;
    font-weight: 600;
}

.biz-box {
    margin: 0;
}

.biz-box>div {
    border-bottom: 1px dashed #ddd;
    padding: 0 0 25px;
    margin-bottom: 25px;
}

.biz-box p {
    width: 15%;
    float: left;
    margin: 0;
    position: relative;
    font-size: 18px;
    font-weight: 600;
    color: #5e820d;
    line-height: 1.5;
}

.biz-box ul {
    width: 85%;
    float: right;
    margin: 0;
}

.biz-box li {
    font-size: 16px;
    letter-spacing: -0.02em;
    color: #333;
}

/*------- //서브페이지 공통 --------*/
/*------- 목우연구소 subpage--------*/
/* 인사말 */
#about01 img {
    width: 100%;
    float: right;
    height: 350px;
    margin-top: 75px;
    box-shadow: 12px 12px 0 rgba(0, 0, 0, 0.13);
    object-fit: cover;
}

.greet .col-sm-9 {
    padding-left: 20px;
}

.greet p {
    margin: 0 0 22px;
    line-height: 1.8;
}

.greet p b {
    letter-spacing: -0.04em;
    margin: 20px 0 15px;
    color: #000;
    font-weight: 500;
}

.greet p:first-child {
    font-size: 26px;
    font-weight: 400;
    color: #0081cc;
    letter-spacing: -0.04em;
}

.greet p:last-child {
    font-weight: 500;
    color: #333;
    font-size: 18px;
}

/* 연혁 */
.timeline tr th {
    position: relative;
    font-size: 32px;
    background: #fff;
    font-weight: 400;
    color: #0081cc;
}

.timeline tr th,
.timeline tr td {
    padding: 28px 10px !important;
    border-bottom: 1px dashed #ddd !important;
}

.timeline tr:first-child th,
.timeline tr:first-child td {
    padding-top: 0 !important;
}

.timeline .month {
    margin: 0;
    padding: 0;
}

.timeline .month li {
    position: relative;
    padding: 0px 0 10px 110px;
    font-size: 15px;
}

.timeline .month span {
    position: absolute;
    left: 0;
    font-weight: 500;
    color: #333;
}

/* 조직도 */
.org img {
    margin-bottom: 30px;
}

/* 오시는길 */
.sub-content.location {
    padding-bottom: 40px;
}

.location .table-style {
    margin-bottom: 0;
}

.location h5 {
    font-size: 22px;
    color: #111;
    margin: 20px 0 10px;
}

/*------- //목우연구소 subpage--------*/
/*------- 회사현황 subpage--------*/
#biz01 .ul-box li:first-child {
    padding: 0 0 14px 0;
    font-size: 18px;
    font-weight: 500;
    color: #333;
    letter-spacing: -0.035em;
    line-height: 1.6;
}

.img-wrap p {
    margin: 10px 0 30px;
    font-weight: 600;
    color: #333;
    text-align: center;
}

.caption {
    margin: 25px 0 50px;
    text-align: center;
}

.caption p {
    margin: 20px 0 15px;
    font-size: 15px;
    text-align: center;
}

.caption .p-point {
    display: inline-block;
    margin: 0 0 20px;
    font-size: 18px;
    color: #e60013;
}

.caption table {
    margin: 0;
}

.esg-box {}

.esg-box.en {
    margin-top: 75px;
}

.esg-box h3 {
    text-align: center;
    font-size: 27px;
    color: #000;
    margin: 0 0 40px;
    font-weight: bold;
}

.esg-box .day {
    text-align: center;
    color: #000;
    font-weight: 500;
    display: block;
    font-size: 18px;
}

.esg {
    padding-bottom: 55px;
}

.esg h4 {
    color: #000;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 14px;
    margin-top: 0;
}

.esg ul {
    padding-left: 0;
}

.esg ul li {
    font-size: 15px;
    line-height: 1.8;
}

.esg ul li+li {
    padding-top: 10px;
}

.esg ul li span {
    font-size: 17px;
    display: block;
    margin-bottom: 5px;
    color: #111;
    font-weight: 600;
}

#biz01 .ul-box {
    background: #fff;
    border-bottom: none;
    border-top: 1px dashed #ddd;
    padding: 32px 0 0 !important;
    margin-top: 40px;
}

#biz03 figure figcaption,
#about05 figure figcaption {
    margin-top: 10px;
    font-size: 17px;
    font-weight: 500;
    text-align: center;
}

#biz04 table tr td {
    border-left: 1px solid #ddd;
}

#biz04 table tr td>img {
    max-width: unset;
}

#biz04 table tr td:first-child {
    border-left: none;
}

/*------- //회사현황 subpage--------*/
/*------- 연구개발 subpage--------*/
.con {
    margin-bottom: 50px;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 35px;
}

.con:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.con h4 {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    color: #5e820d;
    line-height: 1.5;
    margin: 0 0 5px;
}

.con-inner+.con-inner {
    margin-top: 50px;
}

.con-inner h5 {
    font-size: 18px;
    color: #333;
    line-height: 1.5;
    font-weight: 500;
    margin: 0 0 15px;
    display: inline-block;
    border-bottom: 1px solid #444;
    letter-spacing: -0.03em;
}

/* 탭 */
.sub-content .nav>li>a {
    color: #555;
    background-color: #f6f6f6;
    border-bottom-color: #0081cc;
}

.sub-content .nav>li>a:hover,
.sub-content .nav>li>a:active,
.sub-content .nav>li>a:focus {
    background-color: #e8e8e8;
}

.sub-content .nav>li.active>a {
    color: #0081cc;
    background-color: #fff;
    border-top-color: #0081cc;
    border-right-color: #0081cc;
    border-left-color: #0081cc;
}

.sub-content .nav>li.active>a:active,
.sub-content .nav>li.active>a:focus {
    border-top-color: #0081cc;
    border-right-color: #0081cc;
    border-left-color: #0081cc;
}

.sub-content .tab-content {
    margin-top: 45px;
}

.sub-content .tab-content .inner {
    margin-bottom: 35px;
}

.sub-content .tab-content .con-title {
    margin-bottom: 25px;
}

.sub-content .tab-content img {
    margin-top: 20px;
    margin-bottom: 20px;
}

.sub-content .tab-content ul>li {
    padding-bottom: 12px;
}

.sub-content .tab-content ol {
    padding-left: 15px;
}

.sub-content .tab-content ol>li {
    list-style: decimal;
    margin-bottom: 25px;
}

.sub-content .tab-content .li-dot {
    padding: 25px 20px 10px;
    border: 1px dashed #90c31f;
}

/*------- //연구개발 subpage--------*/
/*------- 서비스 subpage--------*/
.circle {
    width: 210px;
    height: 210px;
    display: inline-block;
    padding: 77px 30px 0;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    line-height: 1.4;
    background-color: rgba(1, 128, 204, 0.85);
    border-radius: 100%;
    letter-spacing: -0.035em;
}

.wrap-circle .circle:first-child {
    margin-right: -30px;
    background-color: rgba(138, 189, 26, 0.85);
}

.sub-content .tab-content h5 {
    font-size: 15px;
    color: #5e820d;
}

/*------- //서비스 subpage--------*/
/*-----블로그 타입 B형 게시판 ----- */

.bbs-blog2-index-layout .bbs-area>.dh-board {
    margin-left: -8px;
    margin-right: -8px;
}


@media (min-width: 768px) {
    .bbs-blog2-index-layout .dhb-txt-box-type-b {
        width: 24.9%;
    }
}

.bbs-blog2-index-layout .dhb-txt-box-type-b {
    margin: 0 0 16px;
    padding: 0;
    border: none;
    background-color: #fff;
}

.dhb-txt-box-type-b>.row {
    margin: 0 0px;
}

.dhb-txt-box-type-b>.row>div {
    padding: 0 8px;
}

.dhb-txt-box-type-b-img-layout .thumb-hidden {
    max-height: 165px;
    height: 165px;
    box-shadow: none;
    border: none;
}

.thumb-hidden>a>img {
    width: 100%;
    height: 100%;
}

.dhb-txt-box-type-b-text-layout h4 {
    font-size: 15px;
    text-align: left;
    letter-spacing: -0.8px;
    color: #333;
    margin: 12px 2px 8px;
    padding: 0;
}

.dhb-txt-box-type-b-text-layout h4:before {
    content: none;
}

.dhb-txt-box-type-b-text-layout h4 strong {
    font-weight: 500;
}

.bbs-blog2-index-layout .dhb-txt-box-type-b:hover img {
    opacity: 0.7;
}

.col-xs-12.col-sm-3.dhb-txt-box-type-b:hover a {
    color: #1869bf;
}

.bbs-blog2-index-layout .dhb-txt-box-type-b .thumb-hidden {
    background: #000;
}

.bbs-blog2-index-layout>p,
.txt-box-footer,
.txt-box-footer .regdate {
    display: none;
}

.dh-margin-top {
    margin-top: 30px;
}

.pagination>li>a,
.pagination>li>span {
    border: 1px solid #fff;
    border-radius: 0 !important;
    margin-top: 0;
    margin-bottom: 0;
    color: #555 !important;
    font-size: 16px;
    width: 35px;
    height: 35px;
    padding: 0;
    line-height: 33px;
    text-align: center;
}

.pagination>li:first-child>a,
.pagination>li:last-child>a {
    border: 1px solid #ddd;
    font-size: 13px;
}

.pagination>li:last-child>a {
    margin-left: 10px;
}

.pagination>li:first-child>a {
    margin-right: 10px;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    border: 1px solid #90c31f;
    background: #90c31f !important;
    font-weight: 600;
    color: #fff !important;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    border-color: #fff;
    background: #fff;
}

.row.dh-margin-top {
    margin-top: 25px;
}

.bbs-blog2-index-layout .bbs-area .dh-margin-top {
    margin-left: -8px;
    margin-right: -8px;
}

#insertForm .input-group .btn {
    border-radius: 0;
    border-color: #ddd;
}

#insertForm .input-group .form-control {
    box-shadow: none;
    border-color: #ddd;
}

#insertForm .input-group #btnNew {
    background: #333;
    border: 1px solid #333;
    color: #fff;
}


/* 게시글 */
.bbs-area .dh-view-box .dh-attach+div {
    padding: 0 20px !important;
}

.bbs-area .dh-view-box .dh-attach+div>div {
    padding: 10px;
}

.dh-view-box>.row>.page-header {
    background: #fff;
    padding: 25px 15px 0px;
    margin: 0;
    border-top: 2px solid #444;
    border-bottom: none;
    color: #333;
}

.dh-view-box>.row>.page-header h4 {
    line-height: 1;
    margin: 0;
    padding: 0;
    font-weight: 500;
    font-size: 23px;
    color: #2f2f2f;
    letter-spacing: -0.05em;
}

.dh-view-box>.row>.page-header h4:before {
    content: none;
}

.dh-view-box>.row>.dh-view-info {
    background: #ffffff;
    padding: 12px 15px 25px;
    border-bottom: 1px solid #e1e1e1;
}


.sns-box {
    display: none;
}

.dh-view-box>.row>.dh-view-info>span {
    padding: 0 15px 0 0;
    color: #aaa;
}

.dh-view-box>.row>.dh-view-info>span>strong {
    color: #888;
    padding: 0 5px 0 0;
    font-weight: 500;
}

.dh-view-box .dh-attach h6 {
    margin: 0 0 0;
    padding: 5px 5px 0;
}

.dh-view-box>.row:nth-child(2)>div:nth-child(3) {
    padding: 15px 0 40px !important;
}


/*-----//블로그 타입 B형 게시판 ----- */
/*-----텍스트 리스트 게시판 ----- */
.dh-board .table-hover {
    margin: 0;
    border-top: 2px solid #444;
    border-bottom: 2px solid #ddd;
}

.dh-board .table-hover thead tr th,
.dh-board .table-hover tbody tr th,
.dh-board .table-hover tbody tr td {
    padding: 13px 15px;
    font-size: 15px;
    color: #666;
    letter-spacing: -0.02em;
    line-height: 1.6;
    border-bottom: 1px solid #ddd;
}

.dh-board .table-hover thead tr th,
.dh-board .table-hover tbody tr th {
    color: #333;
    background: #f6f6f6;
    padding: 14px 15px;
}

.dh-board .table-hover .subject strong a {
    font-weight: 400;
    color: #666;
}

.dh-board .table-hover tr:hover {
    background: #fff;
}

.dh-board .table-hover .subject strong a:hover {
    text-decoration: underline;
    color: #222;
}

.table-style {
    margin: 0 0 20px;
    border-top: 2px solid #444;
}

.table-style tr th,
.table-style tr td {
    padding: 15px 10px !important;
    border-bottom: 1px solid #ddd !important;
    letter-spacing: -0.02em;
    word-break: keep-all;
    vertical-align: middle !important;
}

.table-style tr th {
    padding: 10px 30px !important;
    color: #333;
    text-align: center;
    white-space: nowrap;
}

.table-style thead tr th {
    background: #f8f8f8;
}

.table-style tr td {
    color: #666;
}

.root_daum_roughmap .cont {
    display: none;
}

/*-----//텍스트 리스트 게시판 ----- */
/*----- 문의 subpage ----- */
#mailForm {
    background: #f6f6f6;
    border-bottom: 1px solid #ddd;
    padding: 40px 40px;
}

#mailForm label {
    color: #333;
    border-bottom: none;
    margin: 0 0 7px !important;
    font-size: 15px;
    font-weight: 600;
}

#mailForm .form-control {
    background: #fff;
    border: 1px solid #d3d3d3;
    color: #555;
    box-shadow: none;
    border-radius: 2px;
    height: auto;
}

#mailForm .form-control:focus {
    border-color: #90c31f;
}

#mailForm label[for='mail_agree'] {
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: -0.3px;
    font-weight: 400;
    color: #666;
    display: inline-block;
    margin-bottom: 20px !important;
}

#mailForm .btn-primary {
    border-radius: 0;
    margin: 30px auto 0;
    float: none !important;
    font-size: 16px;
    padding: 14px 14px;
    border: none;
    background: #90c31f;
    max-width: 180px;
    text-align: center;
    transition: all 0.2s
}

#mailForm .btn-primary:hover {
    background: #83b11c;
}

/*----- //문의 subpage ----- */
/*------- 푸터 --------*/
.footer_copy>div {
    padding: 0;
}

#footer {
    margin-top: -2px;
    padding: 40px 0;
    background-color: #333;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6);
    text-align: left;
}

#footer img {
    opacity: 0.5;
    margin-top: 0;
    height: 50px;
    filter: brightness(0) invert(1);
}

#footer p {
    font-size: 12px;
    opacity: 0.5;
    margin-bottom: 0;
}

#footer ul {
    padding: 0;
    margin: 0 0 5px;
}

#footer ul li {
    display: inline;
    margin-right: 15px;
    line-height: 1.7;
    list-style: none;
}

/*------- //푸터 --------*/


.login-layout,
.id-find-layout,
.pw-find-layout {
    background: #ddd;
    padding: 100px 15px;
    margin-top: -30px
}

.login-layout .panel,
.id-find-layout .panel,
.pw-find-layout .panel {
    box-shadow: none;
    max-width: 500px;
    padding: 80px 40px 80px;
    margin: 0 auto;
    border: 1px solid #ddd;
    border-radius: 0px;
}

.login-layout .panel hr,
.id-find-layout .panel hr,
.pw-find-layout .panel hr {
    display: none;
}

.login-layout .panel .panel-body,
.id-find-layout .panel .panel-body,
.pw-find-layout .panel .panel-body {
    padding: 0;
}

.login-layout .panel-body>div.col-sm-12,
.id-find-layout .panel-body>div.col-sm-12,
.pw-find-layout .panel-body>div.col-sm-12 {
    float: none;
}

.login-layout .panel-body>div.col-sm-12 h2,
.id-find-layout .panel-body>div.col-sm-12 h2,
.pw-find-layout .panel-body>div.col-sm-12 h2 {
    text-align: center;
    margin: 0 0 15px;
    line-height: 1;
    color: #222;
    font-size: 32px;
}

.inner-box-msg {
    width: 100%;
    text-align: center;
    float: none;
    margin-bottom: 30px;
    padding: 0;
}

.inner-box-msg p {
    font-size: 14px;
    letter-spacing: -0.03em;
    color: #555;
    margin: 0;
}

.inner-box-form {
    width: 100%;
    float: none;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
}

.login-layout label,
.id-find-layout label,
.pw-find-layout label {
    font-size: 16px;
    letter-spacing: -0.03em;
    color: #222;
    font-weight: 500;
    margin: 0 0 10px;
    line-height: 1;
}

.login-layout .form-control,
.id-find-layout .form-control,
.pw-find-layout .form-control {
    box-shadow: none;
    border-radius: 2px;
    border: 1px solid #d3d3d3;
    height: 40px;
    color: #555;
    font-size: 15px;
}

.login-layout .form-control:focus,
.id-find-layout .form-control:focus,
.pw-find-layout .form-control:focus {
    border-color: #90c31f;
}

.login-layout .btn-warning,
.id-find-layout .btn-warning,
.pw-find-layout .btn-warning {
    float: none;
    width: 100%;
    height: 50px;
    background: #90c31f;
    border-radius: 0px;
    border: none;
    font-size: 15px;
    letter-spacing: -0.03em;
    box-shadow: none;
    margin-top: 15px;
    transition: all ease 0.3s;
}

.login-layout .btn-warning:hover,
.id-find-layout .btn-warning:hover,
.pw-find-layout .btn-warning:hover {
    background: #83b11c;
}

.login-layout form>div>p,
.id-find-layout form>div>p,
.pw-find-layout form>div>p {
    width: 50%;
    margin: 0;
    float: left;
    text-align: center;
    line-height: 1;
}

.login-layout form>div>p+p,
.id-find-layout form>div>p+p,
.pw-find-layout form>div>p+p {
    border-left: 1px solid #ccc;
}

.login-layout form>div>p>a,
.id-find-layout form>div>p>a,
.pw-find-layout form>div>p>a {
    font-size: 14px;
    color: #555;
    letter-spacing: -0.03em;
    display: block;
    padding: 2px 0;
}

.mobile-show {
    display: none;
}

.mobile-hide {
    display: block;
}

.table-box {
    overflow-x: auto;
}

.analyze-inner {
    display: flex;
    flex-direction: column;
    gap: 80px;
    margin-top: 100px;
}

.analyze-inner .item {
    display: grid;
    grid-template-columns: 171px 1fr;
    gap: 35px;
}
.analyze-inner .step-wrap .step-box{
	position : relative;
}
.analyze-inner .step-wrap .step-box + .step-box:before{
	position : absolute;
	content : "\e5e1";
	font-family : "material symbols outlined";
	left: -23px;
	top : 50%;
	transform : translateY(-50%);
	font-size: 29px;
	color: #555;
}
.analyze-inner .step-wrap .step-box:nth-child(4):before{
	display : none;
}
.analyze-inner .analyze-tit {
    font-size: 20px;
    font-weight: 600;
    position: relative;
    padding-left: 21px;
}

.analyze-inner .analyze-tit::before {
    position: absolute;
    content: "";
    left: 0;
    top: 8px;
    width: 15px;
    aspect-ratio: 1;
    border: 3px solid #90c31f;
    border-radius: 50%;
}

.analyze-inner .step-wrap {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 50px 20px;
}

.analyze-inner .step-wrap .step-box {
    grid-column: span 2;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
}
.analyze-inner .step-wrap .step-box h6{
	font-size : 14px;
	color : #111;
	font-weight : 700;
}
.analyze-inner .step-wrap .step-box:nth-child(4) {
    grid-column: 2 / span 2;
}

.analyze-inner .step-wrap .step-box span {
    width: 105px;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 57px;
    background: #90c31f;
    border-radius: 50%;
    color: #fff;
    font-weight: 300;
}

.analyze-inner .step-wrap .step-box p {
    color: #222;
    font-weight: 500;
    font-size: 16px;
    margin: 10px 0 0 0;
}

.analyze-inner .analyze-list {}

.dot-list {
    padding: 0;
}

.dot-list li {
    position: relative;
    padding-left: 10px;
    color: #444;
    font-size: 16px;
    align-items: center;
}

.dot-list li+li {
    margin-top: 5px;
}

.dot-list li:before {
    position: absolute;
    content: "";
    width: 4px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #444;
    left: 0;
    top: 10px;
}

.dot-list li span {
    font-weight: 600;
    color: #333;
    display: inline-block;
    margin-right: 2px;
}

.analyze-link {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.analyze-link a {
    padding: 12px 5px;
    text-align: center;
    border-radius: 5px;
    background: #83b11c;
    color: #fff;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.analyze-link a span {
    color: #fff;
    font-size: 20px;
}

.analyze-link a:hover {
    text-decoration-line: none;
    background: #777;
}

.analyze-link a:hover span {}

/* mobile */
@media (max-width:768px) {
    .analyze-inner .step-wrap .step-box p {
        font-size: 12px;
    }
    .analyze-link a {
        font-size: 13px;
    }
    .analyze-link {
        display: grid;
        grid-template-columns: 1fr;
        gap: 15px;
    }
    .dot-list li:before {
        width: 3px;
        top: 10px;
    }
    .analyze-inner {
        gap: 55px;
        margin-top: 50px;
    }
    .analyze-inner .analyze-tit::before {
        top: 7px;
        width: 11px;
        border: 2px solid #90c31f;
    }
    .dot-list li {
        padding-left: 8px;
        font-size: 14px;
    }
    .analyze-inner .analyze-tit {
        font-size: 17px;
        padding-left: 15px;
    }
    .analyze-inner .item {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
    }
    .analyze-inner .step-wrap .step-box span {
        width: 85px;
        font-size: 40px;
    }
    .mobile-show {
        display: block;
    }

    .mobile-hide {
        display: none;
    }

    /*모바일 메인 & 서브 상단 마진*/
    .container_slide,
    .sub-layout {
        margin-top: 70px;
    }

    /* 모바일 상단메뉴 */
    .navbar-header .navbar-brand {
        margin: 11px 13px !important;
        font-size: 20px;
        line-height: 1.1;
        letter-spacing: -1.5px;
    }

    .navbar-inverse .navbar-brand img {
        width: 110px;
    }

    .navbar-inverse .navbar-toggle {
        padding: 25px 18px;
        margin: 0;
        background: #fff;
        border: none;
    }

    .navbar-inverse .navbar-toggle:focus,
    .navbar-inverse .navbar-toggle:hover {
        background: #fff;
    }

    .navbar-inverse .navbar-toggle .icon-bar {
        height: 2px;
        background-color: #555;
    }

    .navbar-inverse .navbar-toggle:focus .icon-bar {
        background-color: #555;
    }

    .navbar-toggle .icon-bar+.icon-bar {
        margin-top: 5px;
    }

    /* 모바일 드롭다운메뉴 */
    .navbar-fixed-top .navbar-collapse {
        max-height: 415px;
    }

    .navbar-inverse .navbar-nav {
        margin: 0 -15px;
        padding: 0;
    }

    .navbar-inverse .navbar-nav>li:nth-child(6),
    .navbar-inverse .navbar-nav>li:nth-child(7) {
        display: none;
    }

    .navbar-inverse .navbar-nav>li>a {
        margin: 0;
        padding: 14px 15px;
        font-size: 16px;
        font-weight: 500;
        color: #fff;
        background: #90c31f;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
        letter-spacing: -0.03em;
        text-shadow: none;
    }

    .navbar-inverse .navbar-nav>.open>a,
    .navbar-inverse .navbar-nav>.open>a:focus,
    .navbar-inverse .navbar-nav>.open>a:hover,
    .navbar-inverse .navbar-nav>li>a:focus,
    .navbar-inverse .navbar-nav>li>a:hover {
        border-bottom: 1px solid #90c31f;
        color: #fff;
        background-color: #90c31f;
    }

    .navbar-nav .open .dropdown-menu {
        padding: 0;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        padding: 8px 25px;
        font-size: 15px;
        color: #fff;
        background: #444;
        letter-spacing: -0.03em;
        text-align: left;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-inverse .navbar-nav>.open .dropdown-menu>li>a:hover {
        background: #444;
    }

    /* 모바일 배너이미지 */
    .container_slide>.fill,
    .carousel-inner .item .fill {
        height: 250px;
    }

    .carousel-caption {
        width: 90%;
        left: 5%;
    }

    .fill h1 {
        margin: 0 0 10px;
        font-size: 22px;
    }

    .carousel-caption p {
        line-height: 1.3;
        font-size: 14px;
        letter-spacing: -0.05em;
    }

    /* 모바일 메인페이지 */
    .container_contents {
        padding: 0;
    }

    .container_contents>.row,
    .main-content>.row {
        margin: 0;
        width: 100%;
    }

    .btn-wrap:nth-child(1) {
        padding: 30px 0 50px;
    }

    .btn-wrap .main-btn {
        margin-bottom: 20px;
    }

    .btn-wrap .main-btn:last-child {
        margin: 0;
    }

    .main-btn p {
        padding: 12px 0;
        font-size: 18px;
    }

    .main-btn a:hover {
        margin-top: 0;
    }

    .bbs-wrap {
        padding: 50px 0 30px;
    }

    .intro-boardbox {
        border: none;
        padding: 30px;
        box-shadow: none;
    }

    .intro-boardbox {
        width: 100%;
        padding: 0;
        margin-bottom: 50px;
    }

    .intro-boardbox .page-header h4 {
        font-size: 20px;
    }

    .mail a {
        height: 100px;
        padding: 30px;
    }

    .mail a p {
        font-size: 20px;
        font-weight: 300;
    }

    .mail i {
        bottom: 18px;
    }

    /* 모바일 서브페이지 공통 */
    .subpage .subheader {
        height: 120px;
    }

    .subheader+div {
        padding: 30px 15px 30px;
    }

    .snb {
        display: none;
    }

    /* .sub-title{margin-bottom: 30px;} */
    .sub-title h2 {
        font-size: 22px;
    }

    .sub-title .breadcrumb {
        top: 4px;
        font-size: 12px;
        letter-spacing: -0.05em;
    }

    .breadcrumb>li+li:before {
        padding: 0;
    }

    /* 목우연구소 */
    .greet p:first-child {
        font-size: 17px;
    }

    #about01 img {
        width: 95%;
        float: none;
        margin-top: 0;
    }

    /* 연혁 */
    .timeline tr th {
        font-size: 20px;
    }

    .timeline tr td {
        padding: 28px 0 !important;
    }

    .timeline .month li {
        padding-left: 85px;
    }

    #about03 .table-style,
    #biz03 .table-style {
        margin-bottom: 0;
    }

    #about03 .table-style tr th {
        padding: 10px 26px !important;
    }

    #about03 .table-style tr th,
    .table-style tr td {
        padding: 15px 0px !important;
    }

    #about04 .table-style tr th,
    #biz03 .table-style tr th {
        padding: 10px 15px !important;
    }

    #about04 iframe {
        height: 250px;
    }

    /* 회사현황 */
    #biz01 .div-box-inner {
        min-height: 180px;
    }

    #biz02 .biz-box>div {
        height: 100px;
    }

    #biz04 table tr td>img {
        width: 150px;
    }

    /* 연구개발 */
    .con {
        margin-bottom: 30px;
        padding-bottom: 20px;
    }

    .con-title {
        font-size: 19px;
        margin: 0px 0 10px;
    }

    .con-title:before {
        width: 4px;
        height: 18px;
        top: 1px;
    }

    .con h4 {
        font-size: 16px;
    }

    .con-inner h5 {
        font-size: 15px;
        padding-bottom: 5px;
    }

    #product .con4 .table-style tr th {
        padding: 10px 4px !important;
    }

    .caption p {
        text-align: left;
    }

    .con-inner+.con-inner {
        margin-top: 25px;
    }

    #product .sub-title h2 {
        padding-bottom: 35px;
    }

    #product .sub-title .breadcrumb {
        top: 30px;
        right: 0;
    }

    .sub-content .nav>li>a {
        border-color: #ddd !important;
    }

    .sub-content .nav>li.active>a {
        color: #fff;
        font-weight: 500;
        background-color: #0081cc;
        border-color: #0081cc !important;
    }

    /* 서비스 */
    .circle {
        padding-top: 65px;
        width: 180px;
        height: 180px;
    }

    /* 고객센터 */
    .text-bbs6 table .hits {
        display: none;
    }

    /* 교육신청 */
    #mailForm {
        padding: 30px 20px;
    }

    /* Mobile 스크롤바 나타내기 */
    ::-webkit-scrollbar {
        -webkit-appearance: none;
    }

    ::-webkit-scrollbar:vertical {
        width: 12px;
    }

    ::-webkit-scrollbar:horizontal {
        height: 12px;
    }

    ::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, .4);
        border-radius: 10px;
        border: 2px solid #eee;
    }

    ::-webkit-scrollbar-track {
        border-radius: 10px;
        background-color: rgba(255, 255, 255, 0.5);
    }

    /* 모바일 푸터 */
    #footer img {
        margin-bottom: 10px;
        width: 120px;
        height: auto;
    }

    .footer_copy .ft-login {
        right: 6%;
        top: 20%;
        padding: 7px 15px;
        font-size: 12px;
    }

    /* 모바일 로그인 */
    .login-layout,
    .id-find-layout,
    .pw-find-layout {
        padding: 20px 15px;
    }

    .login-layout .panel,
    .id-find-layout .panel,
    .id-find-layout .panel {
        padding: 40px;
    }

    .login-layout .panel-body>div.col-sm-12 h2,
    .id-find-layout .panel-body>div.col-sm-12 h2,
    .pw-find-layout .panel-body>div.col-sm-12 h2 {
        font-size: 24px;
    }

    .inner-box-msg p {
        font-size: 12px;
    }

    .login-layout label,
    .id-find-layout label,
    .pw-find-layout label {
        font-size: 14px;
    }

    .login-layout .form-control,
    .id-find-layout .form-control,
    .pw-find-layout .form-control {
        font-size: 13px;
        height: 36px;
    }

    .login-layout form>div>p>a,
    .id-find-layout form>div>p>a,
    .pw-find-layout form>div>p>a {
        font-size: 12px;
    }

    .login-layout .btn-warning,
    .id-find-layout .btn-warning,
    .pw-find-layout .btn-warning {
        height: 45px;
        font-size: 14px;
        margin-top: 10px;
    }
    .analyze-inner .step-wrap .step-box + .step-box:before{
	    left: -17px;
	    font-size: 16px;
	}
	.analyze-inner .step-wrap .step-box h6{
		font-size : 12px;
	}
}