@charset "utf-8";
@import url(https://use.fontawesome.com/releases/v5.7.2/css/all.css);
@import url(https://use.fontawesome.com/releases/v5.7.2/css/v4-shims.css);
@import url("/skin/notokr/notokr.css");

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", "Microsoft Yahei", "微软雅黑", STXihei, "华文细黑", "NanumGothic", "나눔고딕", "Malgun Gothic", sans-serif;
}
/* h1, h2, h3, h4, h5, h6, p { margin: 0px; } */
ol,
ul,
li {
    list-style: none;
    list-style-position: inside;
}

.navbar .caret,
.navbar .divider-vertical,
.navbar ~ br,
.footer-social-layout,
.footer_copy .text-center > br,
.topmarginLay_a {
    display: none;
}

/*가로 100% 레이아웃 정의*/
.container_contents,
.intro-html-layout,
.intro-html-layout > div,
.footer_copy > div,
.sub-layout {
    width: 100%;
    padding: 0;
    margin: 0;
}
.intro-board-widget-layout,
.dh-board,
.dh-view-box,
.bbs-list-view-layout + .row,
#mailForm,
#insertForm {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
}
* {
    word-break: keep-all;
}

/* login */

.login-layout,
.id-find-layout,
.pw-find-layout {
    background: #f5f5f5;
    padding: 120px 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: 0px;
    border: 1px solid #ddd;
    height: 40px;
    color: #555;
    font-size: 15px;
    letter-spacing: -0.03em;
}
.login-layout .form-control:focus,
.id-find-layout .form-control:focus,
.pw-find-layout .form-control:focus {
    border-color: #23ac38;
}
.login-layout .btn-warning,
.id-find-layout .btn-warning,
.pw-find-layout .btn-warning {
    float: none;
    width: 100%;
    height: 50px;
    background: #23ac38;
    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: #298251;
}
.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;
}

@media (max-width: 768px) {
    .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;
    }
}
.li-dash > li,
.li-dot > li,
.li-dash > dd,
.li-dot > dd {
    padding-left: 20px;
    position: relative;
}
.li-dash > li:before,
.li-dot > li:before,
.li-dash > dd:before,
.li-dot > dd:before {
    content: "-";
    display: block;
    position: absolute;
    left: 5px;
    top: 0;
}
.li-dot > li:before,
.li-dot > dd:before {
    content: "";
    width: 3px;
    height: 3px;
    background: #aaa;
    border-radius: 50%;
    top: 10px;
    left: 8px;
}
* {
    word-break: keep-all;
}
.subContent ul {
    padding: 0;
}
/*상단 메뉴 설정 시작*/
.navbar-inverse {
    background: #fff;
    border-bottom: none;
    padding: 0;
    margin: 0;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1);
}
/*상단 메뉴 설정 끝*/

/*상단 메뉴 로고 시작*/
.navbar-inverse .navbar-brand {
    margin-left: 0 !important;
    margin-top: 12px;
    padding: 0;
}
.navbar-brand img {
    margin-top: 0;
}
/*상단 메뉴 로고 끝*/

/* 상단 메인 메뉴 설정 시작*/
.navbar-inverse .navbar-nav > li > a {
    font-weight: 500;
    background-color: rgba(0, 0, 0, 0);
    font-size: 17px;
    padding: 25px 30px;
    margin: 0;
    letter-spacing: -0.03em;
    color: #222;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:active,
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:hover {
    color: #23ac38;
    background: rgba(0, 0, 0, 0);
    box-shadow: none;
}
/* 상단 메인 메뉴 설정 끝*/

/* 상단 서브 메뉴 설정 시작*/
/* .dropdown-menu > li > a{
	background-color:#ffffff;   
	color:#333333;              
	padding:0px 0px 0px 0px;      
	margin:3px 20px 3px 20px;       
	font-size:14px;
} */

/* 회사 연혁 국문만 노출 */
/* body.kor .navbar-inverse .navbar-nav > li#m-13 .dropdown-menu > li:nth-child(3) {
    display: block;
}
body.chn .navbar-inverse .navbar-nav > li#m-13 .dropdown-menu > li:nth-child(3),
body.eng .navbar-inverse .navbar-nav > li#m-13 .dropdown-menu > li:nth-child(3) {
    display: none;
} */

@media screen and (min-width: 768px) {
    .navbar .navbar-nav > .dropdown > .dropdown-menu {
        left: 50%;
        right: auto;
        transform: translate(-50%, 0);
        background: #333;
        border: none;
        padding: 0;
        border-radius: 0;
    }
    .navbar-inverse .navbar-nav .dropdown-menu > li {
        border-bottom: 1px solid rgba(190, 190, 190, 0.3);
    }

    .navbar-inverse .navbar-nav .dropdown-menu > li:last-child {
        border-bottom: 0;
    }

    .navbar-inverse .navbar-nav .dropdown-menu > li > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        text-align: center;
        color: #bfbfbf;
        padding: 14px 17px;
        font-size: 14px;
        line-height: 1;
        text-align: left;
        letter-spacing: -0.02em;
        text-decoration: none;
        transition: all ease 0.25s;
    }

    .navbar-inverse .navbar-nav .dropdown-menu > li > a:hover,
    .navbar-inverse .navbar-nav .dropdown-menu > li > a:focus {
        color: #ffffff;
        background-color: rgba(255, 255, 255, 0.2);
        text-decoration: none;
    }
}
/* 상단 서브 메뉴 설정 끝*/

.footer_copy .text-center {
    background-color: #2f343c;
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    padding: 40px 0 30px;
    margin: 0;
    text-align: left;
}
.footer_copy ul {
    margin-bottom: 10px;
    padding-left: 0;
}
.footer_copy ul li {
    display: inline-block;
    margin-right: 10px;
}
.footer_copy .copy {
    font-weight: 300;
    color: rgba(255, 255, 255, 0.5);
}
/* 하단 카피라이트 설정 끝*/

.container_contents {
    padding-top: 95px;
}

/*slide*/
.carousel-inner .item {
    height: 780px;
    width: 100%;
}
.item:nth-of-type(1) {
    background: url(/skin/img/slide/slide02.jpg) no-repeat center / cover;
}
/* .item:nth-of-type(2){
	background:url(/skin/img/slide/slide03_2.jpg)no-repeat center / cover;} */
.item:nth-of-type(2) {
    background: url(/skin/img/slide/slide01.jpg) no-repeat center / cover;
}
.item:nth-of-type(4) {
    background: url(/skin/img/slide/slide04.jpg) no-repeat center / cover;
}

.carousel-caption {
    right: auto;
    left: 50%;
    padding-bottom: 0;
    top: 50%;
    bottom: auto;
    width: 100%;
    transform: translate(-50%, -50%);
    padding: 0;
    text-shadow: 4px 4px 3px rgba(0, 0, 0, 0.2);
}
.carousel-caption h2 {
    margin: 0;
    font-size: 66px;
    font-weight: 600;
    line-height: 1;
}
.carousel-caption p {
    font-size: 26px;
    margin-top: 18px;
    margin-bottom: 0;
    font-weight: 300;
}

.carousel-inner > .item:nth-child(4) .carousel-caption {
    text-shadow: none;
    top: auto;
    bottom: 14%;
}

.carousel-inner > .item:nth-child(4) .carousel-caption h2 {
    color: #222;
}

.carousel-inner > .item:nth-child(4) .carousel-caption p {
    color: #22ad37;
}

.carousel-control {
    opacity: 0.7;
    z-index: 99999;
    width: 90px;
    height: 90px;
    top: 50%;
    transform: translateY(-50%);
}
.carousel-control .glyphicon-chevron-right,
.carousel-control .glyphicon-chevron-left {
    display: none;
}
.left.carousel-control {
    background: url(/skin/img/main/arrow_prev.png) no-repeat center;
    left: 5%;
}
.right.carousel-control {
    background: url(/skin/img/main/arrow_next.png) no-repeat center;
    right: 5%;
}

.carousel-indicators {
    margin-bottom: 0;
    bottom: 70px;
}
.carousel-indicators li {
    width: 15px !important;
    height: 15px !important;
    border-radius: 50%;
    border: none;
    background: #fff;
    margin: 0 10px !important;
}
.carousel-indicators li.active {
    background: #23ac38;
}

/*main*/
.main-content h3 {
    text-align: center;
    font-weight: 700;
    color: #222;
    font-size: 42px;
    margin-bottom: 40px;
    margin-top: 0;
}
.main-content .main-business01 {
    padding: 75px 0 70px;
}

.main-content h3:after {
    content: "";
}

@media (min-width: 768px) {
    .main-business01 .col-md-2 {
        padding: 0 2px;
    }
}
.main-content .main-business01 a {
    display: block;
    text-decoration: none;
    background: #fff;
    border: 1px solid #e0e0e0;
    margin: 0 0 30px;
    padding: 20px;
    transition: all ease 0.3s;
}
.main-content .main-business01 a img {
    height: 175px;
}
.main-content .main-business01 a p {
    text-align: center;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: -0.02em;
    color: #222;
    margin-top: 10px;
    margin-bottom: 0;
}
.main-content .main-business01 a:hover {
    border-color: #ffffff;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
}
.main-content .main-business01 a:hover p {
    color: #23ac38;
}

.main-content .main-business02 {
    padding: 100px 0;
    background: url(/skin/img/main/main_bottom_bg.jpg) no-repeat center / cover;
}
.main-business02 a {
    display: block;
    padding: 30px;
    width: 100%;
    height: 260px;
    background: #d8741b;
    position: relative;
    text-decoration: none;
    transition: all ease 0.3s;
}
.main-business02 a.busi-box2 {
    background: #298251;
}
.main-business02 a.rnd-box {
    background: url(/skin/img/main/main-rnd-bg.jpg) no-repeat center / cover;
}
.main-business02 a:hover {
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.4);
}
.main-business02 a p {
    color: #fff;
    letter-spacing: -0.03em;
    font-size: 25px;
    font-weight: 600;
    display: inline-block;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    transition: all ease 0.3s;
}
.main-business02 a span {
    color: rgba(255, 255, 255, 0.8);
    letter-spacing: -0.03em;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.7;
    display: block;
}
.main-business02 a i {
    font-size: 55px;
    position: absolute;
    right: 40px;
    bottom: 35px;
    color: rgba(255, 255, 255, 0.25);
}
.main-business02 a:hover p {
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

/*subPage*/
.sub-layout {
    padding-top: 95px;
}
.sub-layout .subTop {
    width: 100%;
    height: 550px;
    background: url(/skin/img/sub/subTop04.jpg) no-repeat center / cover;
}
.subTop > .container {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.subTop_inner {
    overflow: hidden;
}
.subTop_inner h2 {
    margin: 15px 0 0;
    font-size: 55px;
    font-weight: 500;
    color: #fff;
    display: block;
    text-shadow: 4px 4px 3px rgba(0, 0, 0, 0.2);
}
/* .subTop_inner div{    width: 100px;
    height: 1px;
    background: #fff;
    float: left;
    position: relative;
    top: 40px;
    margin: 0 20px;} */
.subTop_inner .breadcrumb {
    background: transparent;
    color: #fff;
    padding: 0;
    margin: 18px 0 0;
    font-size: 14px;
    opacity: 0.85;
    border-radius: 0;
    /* float: left; */
    /* position: relative; */
    /* top: 23px; */
}
.subTop_inner .breadcrumb li {
    letter-spacing: -0.03em;
}

.subTitle {
    margin-bottom: 60px;
}
.subTitle h3 {
    font-size: 44px;
    font-weight: 500;
    letter-spacing: -0.02em;
    color: #222;
    margin: 0;
    border-bottom: none;
}
/* .subTitle:after {
    content: "";
    width: 100%;
    margin: 0 15px;
    max-width: 1140px;
  	background: #e0e0e0;
    height: 1px;
} */
.subContent {
    padding: 70px 0 100px;
}

.subContent p {
    font-size: 16px;
    letter-spacing: -0.034em;
    line-height: 1.6;
    color: #555;
}
.subContent h4 {
    font-size: 28px;
    font-weight: 500;
    letter-spacing: -0.04em;
    color: #2a9656;
    margin-bottom: 25px;
    margin-top: 0;
    position: relative;
    line-height: 1;
}
/* .subContent h4:before{    content: "";
    width: 15px;
    height: 15px;
    border: 5px solid #0d542f;
    display: block;
    border-radius: 3px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);} */
/*table*/
.subContent .table.table-type03 {
    border-top: 2px solid #2a9656;
}
.subContent .table.table-type03 tr th,
.subContent .table.table-type03 tr td {
    padding: 15px 17px !important;
    border-bottom: 1px solid #e0e0e0 !important;
    letter-spacing: -0.03em;
    word-break: keep-all;
    vertical-align: middle !important;
    font-size: 16px;
}
.subContent .table.table-type03 tr th {
    color: #333;
    background: #f8f8f8;
    text-align: center;
    vertical-align: middle;
}
.subContent .table.table-type03 tr td {
    color: #666;
}
.subContent .con {
    margin-bottom: 60px;
}
.subContent .con:last-child {
    margin-bottom: 0;
}

/*company02*/
/*.history-table {
     border-top: 2px solid #323c52; 
}*/
.history-table.table-style tr th,
.history-table.table-style tr td {
    padding: 50px 0 50px 20px !important;
    line-height: 1em;
    border-bottom: 1px dotted #e0e0e0 !important;
}
.history-table.table-style tr th {
    position: relative;
    font-size: 36px;
    color: #222;
    text-align: left;
    font-weight: 400;
    letter-spacing: -0.03em;
    vertical-align: top;
}
/* .history-table.table-style tr th:after {
    content: '';
    display: block;
    position: absolute;
    right: -3px;
    top: 50%;
    transform: translatey(-50%);
    width: 6px;
    height: 6px;
    background: #b71c1c;
    border-radius: 50%;
} */
.history-table td ul {
    margin: 0;
    padding-left: 0;
}
.history-table td li {
    padding-left: 72px;
    font-size: 16px;
    line-height: 1.3;
    /* line-height: 2.5; */
    letter-spacing: -0.03em;
    color: #666;
}
.history-table td li + li {
    margin-top: 22px;
}
.history-table td li span {
    top: 0;
    left: 20px;
    position: absolute;
    font-size: 1.1em;
    margin-right: 15px;
    font-weight: 500;
    color: #2a9656;
}
.history-table td li:before {
    content: none;
}

#company01 .company_table {
    border: none;
}
#company01 .company_table th {
    background: #fff;
    text-align: left;
    letter-spacing: -0.04em;
    font-weight: 500;
    position: relative;
    padding-left: 20px !important;
}

#company01 .company_table th,
#company01 .company_table td {
    border-bottom: 1px dotted #e0e0e0 !important;
    padding: 15px !important;
}

#company01 .company_table th:before {
    content: "";
    width: 5px;
    height: 5px;
    background: #23ac38;
    position: absolute;
    left: 8px;
    border-radius: 50%;
}

#company03 .con ul {
    margin: 20px 0 0;
}
#company03 .con ul li {
    font-size: 16px;
    color: #666;
    margin-bottom: 10px;
    letter-spacing: -0.03em;
}
#company03 .con ul li span {
    font-weight: 500;
    margin-right: 10px;
    color: #222;
}

/*company*/
#company05 .con p {
    font-size: 18px;
    font-weight: 500;
    color: #222;
    margin-top: 10px;
    text-align: center;
}
#company05 .con .clearfix {
    margin-bottom: 50px;
}
#company05 .con img {
    border: 1px solid #ddd;
}
/*product*/
.subContent .con {
    margin-bottom: 60px;
}
.subContent .con:last-child {
    margin-bottom: 0;
}

.product .subContent .container > .con:last-child {
    border-bottom: none !important;
    padding-bottom: 30px;
}

.product .con dl dd,
#management01 .con .col-md-3 > ul li,
#management02 .con dl dd,
#management03 .con dl dd {
    font-size: 15px;
    letter-spacing: -0.03em;
    margin-bottom: 5px;
    color: #666;
    line-height: 1.75;
}

.product .con dl dt,
#management01 .con .col-md-3 > p,
#management02 .con dl dt,
#management03 .con dl dt,
#product08 .con h5 {
    font-size: 22px;
    letter-spacing: -0.02em;
    margin-bottom: 20px;
    padding-bottom: 15px;
    color: #222;
    border-bottom: 1px solid #e0e0e0;
    position: relative;
    padding-left: 22px;
    font-weight: 600;
}
#product08 .con h5 {
    border-bottom: none;
    padding: 0;
}
#management01 .con .col-md-3 > p:before,
#management01 .con dl dt:before,
#management02 .con dl dt:before,
#management03 .con dl dt:before {
    content: "";
    display: block;
    width: 5px;
    height: 18px;
    background: #2a9656;
    position: absolute;
    left: 7px;
    top: 8px;
    -ms-transform: skewX(-15deg);
    -webkit-transform: skewX(-15deg);
    transform: skewX(-15deg);
}

/* .product .con img,#rnd02 img{    
	padding: 20px;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 1px 1px 6px rgba(190,190,190,0.7);
} */

.product .subContent .con {
    margin-bottom: 60px;
    border-bottom: 1px dotted #e0e0e0 !important;
    padding-bottom: 60px;
}
.product .subContent .con:last-child {
    margin-bottom: 0;
    border-bottom: none;
}
#product02 .con2 .clearfix {
    margin: 30px 0;
}
#product02 .con2 dl {
    margin-top: 30px;
}
#product03 .con2 .col-md-4 img {
    max-width: 280px;
}
#product05 .con .col-md-12 img {
    box-shadow: none;
    border: none;
    margin-top: 40px;
}

/*RND*/

.rnd_top {
    float: none;
    max-width: 900px;
    margin: 0 auto 40px;
}
.rnd_top p {
    text-align: center;
    color: #fff;
    font-size: 20px;
    letter-spacing: -0.03em;
    padding: 12px;
}
.rnd_top .top {
    background: #299a5c;
    max-width: 200px;
    margin: 0 auto 50px;
}
.rnd_top .middle {
    background: #1f3760;
    margin: 0 auto 30px;
}
.rnd_top dl dt {
    padding: 17px 0 0;
    text-align: center;
    color: #fff;
    background: #797e86;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.03em;
    margin: 0 0 12px;
    min-height: 56px;
}
#rnd01 .rnd_top dl dd {
    font-size: 15px;
    letter-spacing: -0.03em;
    color: #666;
    border-bottom: 1px solid #e3e3e3;
    padding: 7px 20px;
}
#rnd01 .rnd_top dl dd:before {
    top: 17px;
}

#rnd01 .rnd_top p:after {
    content: "\f063";
    font-family: fontawesome;
    display: block;
    position: absolute;
    left: 50%;
    top: 65px;
    color: #999;
}

#rnd01 .rnd_bottom dl dt {
    text-align: center;
    font-size: 17px;
    margin-bottom: 10px;
    border: 1px solid #c1c5cc;
    background: #f6f6f6;
    padding: 15px;
    color: #1f3760;
    font-weight: 500;
    letter-spacing: -0.03em;
}
#rnd01 .rnd_bottom dl dd {
    font-size: 15px;
    letter-spacing: -0.03em;
    color: #666;
    border-bottom: 1px solid #e3e3e3;
    padding: 7px 20px;
}
#rnd01 .rnd_bottom dl dd:before {
    top: 6px;
}

#rnd02 .table {
    text-align: center;
}
#rnd02 .col-md-3 img {
    border: 1px solid #e5e5e5;
    padding: 8px;
    box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.05);
}
#rnd03 .subTitle {
    margin-bottom: 0;
}
/*management*/
/* #management01 .con img{    padding: 25px;
    box-shadow: 7px 7px 0px rgba(190,190,190,0.3);
    border: 1px solid #ddd;} */
#management02 .con1 img {
    margin-bottom: 20px;
}
#management02 .con dl dd {
    position: relative;
    padding-left: 30px;
    line-height: 1.5;
    margin-bottom: 13px;
}
#management02 .con dl dd span {
    width: 20px;
    height: 20px;
    text-align: center;
    font-weight: 500;
    letter-spacing: -0.03em;
    position: absolute;
    left: 0;
    line-height: 18px;
    font-size: 13px;
    border: 1px solid #ddd;
    color: #444;
}
#management02 .con dl dd small {
    display: block;
    font-weight: 400;
    color: #666;
}

/*recruit*/

#recruit01 .con2 .first-p {
    text-align: center;
    font-size: 25px;
    letter-spacing: -0.04em;
    font-weight: 500;
    color: #222;
    margin: 0 0 5px;
}
#recruit01 .con2 .last-p {
    text-align: center;
    font-size: 20px;
    letter-spacing: -0.04em;
    color: #666;
    margin: 0;
    font-weight: 300;
}

#recruit02 .con1 {
    text-align: center;
}

#recruit02 .con1 i {
    font-size: 40px;
    display: inline-block;
    width: 100px;
    height: 100px;
    background: #fff;
    border-radius: 50%;
    margin-top: -50px;
    text-align: center;
    line-height: 100px;
    color: #298251;
}
#recruit02 .con1 p {
    text-align: center;
    font-weight: 400;
    color: #222;
    letter-spacing: -0.03em;
    font-size: 20px;
}

.recruit01_inner {
    max-width: 900px;
    margin: 0 auto;
}
.recruit_circle {
    width: 250px;
    height: 250px;
    background: #e4791a;
    border-radius: 50%;
    margin: 0 auto;
    position: relative;
}

.recruit_circle.circle2 {
    background: #298251;
}
.recruit_circle.circle3 {
    background: #1f3760;
}
.recruit_circle dl {
    text-align: center;
    width: 170px;
    height: 170px;
    margin: 0 auto;
    padding: 55px 0 0;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.2);
}
.recruit_circle dl dt {
    font-size: 15px;
    color: #e4791a;
    font-weight: 500;
}
.recruit_circle dl dd {
    font-weight: 400;
    font-size: 26px;
    color: #222;
    letter-spacing: -0.03em;
}
.recruit_circle.circle2 dt {
    color: #298251;
}
.recruit_circle.circle3 dt {
    color: #1f3760;
}

/*준비중*/

.maintenance {
    margin-top: 5px;
    border: 7px solid #e5e5e5;
    padding: 50px 25px;
    text-align: center;
}

.maintenance .icon {
    display: block;
    line-height: 1;
    font-size: 64px;
    margin-bottom: 10px;
}

.maintenance .big-cont {
    display: block;
    line-height: 1;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: -0.05em;
    margin-bottom: 20px;
}

.maintenance .small-cont {
    display: block;
    line-height: 1.5;
    font-size: 14px;
    letter-spacing: -0.03em;
    color: #818181;
    margin-bottom: 20px;
}

/*2019-04-26*/
/* #product05 .con1 .col-md-6 img{width: 500px;} */
div[id^="publicity"] .dhb-txt-box {
    float: left;
    border: none;
    height: 250px;
    background: transparent;
}
div[id^="publicity"] .dhb-txt-box > .dhb-txt-list {
    border: none;
}
div[id^="publicity"] .dhb-txt-box > .dhb-txt-list,
div[id^="publicity"] .dhb-txt-box > .dhb-txt-list .row > div {
    width: 100%;
    text-align: center;
}
div[id^="publicity"] .dhb-txt-box > .dhb-txt-list .row > div h5,
div[id^="publicity"] .dhb-txt-box > .text-right {
    display: none;
}
div[id^="publicity"] .dhb-txt-box > .dhb-txt-list h4 {
    font-size: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
div[id^="publicity"] .dh-margin-top:before {
    content: "";
    display: block;
    clear: both;
}
@media (min-width: 768px) {
    div[id^="publicity"] .dhb-txt-box {
        width: 25%;
    }
}
#management03 .con1 .col-md-6 img {
    background: #f8f8f8;
    border: 7px solid #f3f3f3;
    margin-bottom: 60px;
}
#management01 .con .col-md-3 img {
    border: 5px solid rgba(6, 82, 45, 0.7);
    margin-bottom: 20px;
}
#management01 .con .col-md-3 .mana_img_area ul {
    padding: 0px 20px;
    border: 5px solid rgba(6, 82, 45, 0.7);
    background: #f8f8f8;
    margin-bottom: 20px;
}
#management01 .con .col-md-3 .mana_img_area ul li {
    font-size: 15px;
    letter-spacing: -0.03em;
    margin-bottom: 5px;
    color: #666;
    line-height: 1.75;
}
#management01 .con .col-md-3 .mana_img_area ul li span {
    color: #000;
    font-size: 18px;
    margin-right: 7px;
    font-weight: 600;
}
#publicity .pagination > .active > a {
    background-color: #016936;
    border-color: #016936;
}
#publicity #btnNew {
    background-color: #016936;
    border-color: #016936;
}
#company04 .con p {
    margin-bottom: 20px;
}
#company04 .bug_greet {
    font-weight: 700;
    border-bottom: 1px solid #ddd;
    font-size: 32px;
    color: #064e2c;
    padding-bottom: 10px;
    margin-bottom: 30px;
}
#company04 .con p strong {
    color: #222;
    letter-spacing: 0.04em;
}
#company04 .con p span {
    font-weight: 600;
    color: #064e2c;
}
#company04 .con p.text-right {
    font-size: 28px;
    font-weight: 700;
    color: #222;
    margin-top: 40px;
}
#company04 .con p.text-right small {
    margin-left: 10px;
}
#publicity .dh-view-box .row .col-md-12 a {
    margin: 0 auto;
    display: inline-block;
    font-size: 17px;
    color: #222;
    font-weight: 600;
    border: 1px solid #ddd;
    padding: 20px;
    margin-top: 60px;
}
#publicity .dh-view-box .row .col-md-12 {
    text-align: center;
}

/*bbs*/
.dhb-txt-box-type-b-img-layout .thumb-hidden {
    min-height: 200px;
    height: 200px;
    max-height: 200px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.39);
    -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.39);
}

.dhb-txt-box-type-b-img-layout .thumb-hidden .btnRead {
    width: 100%;
    height: 100%;
    float: left;
    margin: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.dhb-txt-box-type-b-img-layout .thumb-hidden .btnRead img {
    width: 100%;
    height: 100%;
    float: left;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    visibility: hidden;
    opacity: 0;
}
.bbs-blog2-index-layout .dhb-txt-box-type-b {
    background: transparent;
    border: none;
}
.dhb-txt-box-type-b-img-layout .thumb-hidden {
    border: none;
}
.dhb-txt-box-type-b-text-layout h4 {
    margin-top: 10px !important;
    text-align: left;
    font-size: 15px !important;
}
.dhb-txt-box-type-b-text-layout h4 strong {
    display: inline-block;
    max-width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.dhb-txt-box-type-b-text-layout h4 .label {
    vertical-align: text-top;
}
.dhb-txt-box-type-b-text-layout h4:before,
.dhb-txt-box-type-b-text-layout .txt-box-footer {
    display: none;
}

/* -------------------메인 페이지 썸네일------------------ */
.dh-front-blog > .col-md-4 > .thumbnail {
    position: relative;
    min-height: 0;
    margin: 0;
    border: none;
    overflow: hidden;
    background: #000;
}
.blog-row-contents {
    display: none;
}
.dh-front-blog > .col-md-4 > .thumbnail > a.blogthumb {
    height: 200px;
    border: none;
    box-shadow: none;
    overflow: hidden !important;
    transition: all ease 0.5s;
}
.dh-front-blog > .col-md-4 > .thumbnail:hover a.blogthumb,
.dh-front-blog > .col-md-4 > .thumbnail:focus a.blogthumb {
    transform: scale(1.2);
    opacity: 0.5;
}
.dh-front-blog > .col-md-4 > .thumbnail .caption {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    border: none;
    width: 100%;
    padding: 0;
    text-decoration: none !important;
    background: rgba(0, 0, 0, 0.6);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}
.dh-front-blog > .col-md-4 > .thumbnail > .caption h5 {
    margin: 0;
    padding: 16px 16px !important;
    font-size: 14px;
    letter-spacing: -0.03em;
    font-weight: 600;
}
@media (min-width: 768px) {
    .dh-front-blog > .col-md-4 {
        width: 50%;
    }
}
.bbs-blog-view-layout .page-header h4 {
    font-size: 22px;
    margin: 0;
    padding: 10px 0;
    color: #333;
    font-weight: 600;
}
#management01 .con dl dt {
    font-size: 28px;
    font-weight: 500;
    letter-spacing: -0.034em;
    color: #333;
    margin-bottom: 10px;
}
#management01 .con dl dt:before {
    content: "";
    display: none;
}
#management01 .con dl dt span {
    display: block;
    font-size: 28px;
    font-weight: 300;
    font-style: italic;
    color: #95d28a;
    margin-bottom: 10px;
    letter-spacing: -0.034em;
    line-height: 1;
}
#management01 .con dl dd {
    line-height: 1.75;
    color: #666;
    font-size: 16px;
    letter-spacing: -0.03em;
}

@media (min-width: 768px) {
    #management01,
    #management02 {
        padding-bottom: 60px;
    }
    #management01 .con1 {
        margin-bottom: 120px;
    }
    #management01 .con4 {
        margin-top: 100px;
        margin-bottom: 100px;
    }
    #management01 .con6,
    #management01 .con5 {
        margin-bottom: 120px;
    }
    #management01 .con3 dl {
        margin-top: 60px;
    }
    #management01 .con6 dl {
        margin-top: 50px;
    }
}
.manage01_con6_inner {
    position: relative;
}
.manage01_con6_inner img {
    border-top-right-radius: 45px;
}
.manage01_con6_inner p {
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0;
    background: rgba(39, 61, 105, 0.9);
    color: #fff;
    padding: 7px 25px;
}
#management01 .con5 ul {
    margin-top: 20px;
    margin-bottom: 0;
}
#management01 .con5 ul li {
    font-size: 14px;
    letter-spacing: -0.04em;
    font-weight: 500;
    color: #333;
    line-height: 1.4;
    margin-bottom: 8px;
}
#management01 .con5 ul li span {
    font-weight: 400;
    display: block;
    font-size: 14px;
    text-indent: 10px;
    margin-top: 3px;
    color: #777;
}

/*2019-05-13*/
.comp01_img_area {
    margin-bottom: 40px;
}

/*2019-05-22*/
@media (max-width: 767px) {
    .carousel-inner .item {
        height: 450px;
    }
    .left.carousel-control {
        left: 0;
        background-size: 70%;
    }
    .right.carousel-control {
        right: 0;
        background-size: 70%;
    }
    .carousel-caption p {
        font-size: 15px;
    }
    .carousel-caption h2 {
        font-size: 35px;
    }
    .carousel-caption {
        top: 36%;
        transform: translateX(-50%);
    }
    .carousel-inner > .item:nth-child(4) .carousel-caption {
        bottom: 16%;
    }
    .carousel-indicators li {
        margin: 0 5px !important;
    }
    .carousel-indicators {
        bottom: 45px;
    }
    .main-content .main-business01 {
        padding: 35px 0 30px;
    }
    .main-content .main-business01 a img {
        height: 120px;
    }
    .main-content .main-business01 a p {
        font-size: 14px;
    }
    /* .main-content .main-business01 .clearfix{display:none} */
    .main-content .main-business02 {
        padding: 60px 0;
    }
    .main-business02 a {
        height: 180px;
        margin-bottom: 15px;
    }
    .navbar-inverse .navbar-brand {
        margin-top: 3px;
        padding: 10px;
    }
    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #666;
        margin: 4px auto;
        width: 35px;
        height: 4px;
        border-radius: 10px;
    }

    .navbar-inverse .navbar-toggle {
        border-color: #666;
        margin-top: 18px;
        border: none;
        padding: 0;
        margin-top: 12px;
    }
    .navbar-inverse .navbar-toggle:after {
        content: "MENU";
        font-size: 14px;
        letter-spacing: -0.04em;
        font-weight: 500;
        color: #555;
        line-height: 1;
    }
    .navbar-inverse .navbar-toggle:focus,
    .navbar-inverse .navbar-toggle:hover {
        background-color: #fff;
    }
    .container_contents,
    .sub-layout {
        padding-top: 68px;
    }
    .navbar-inverse .navbar-nav > li > a {
        padding: 30px 30px 5px;
        font-size: 18px;
    }
    .navbar-nav .open .dropdown-menu > li > a {
        padding: 5px 30px;
        font-size: 15px;
    }
    .sub-layout .subTop {
        height: 250px;
    }
    .subTop_inner h2 {
        font-size: 50px;
    }
    .subTop_inner .breadcrumb {
        margin: 7px 0 0;
    }
    .subTitle h3 {
        font-size: 40px;
    }
    .subContent {
        padding: 60px 0 80px;
    }
    #company04 .con img {
        margin-bottom: 30px;
    }
    #company03 .con iframe {
        height: 250px !important;
    }
    .product .con dl dd,
    #management01 .con .col-md-3 > ul li,
    #management02 .con dl dd,
    #management03 .con dl dd {
        font-size: 14px;
    }
    #rnd02 .con1 .col-md-6 img {
        margin-bottom: 40px;
    }
    #management01 .con .col-md-9 img {
        margin-top: 30px;
    }
    #management01 .manage01_con6_inner img {
        margin: 0;
    }
    #management02 .con2 .col-md-6 img,
    #management02 .con2 .col-md-6 dl {
        margin-bottom: 20px;
    }
    .recruit_circle {
        width: 150px;
        height: 150px;
    }
    .recruit_circle dl {
        width: 130px;
        height: 130px;
        padding: 40px 0 0;
    }
    #recruit01 .con2 .first-p {
        font-size: 22px;
    }
    #recruit01 .con2 .last-p {
        font-size: 18px;
    }
    #recruit02 .con1 i {
        line-height: 70px;
        width: 70px;
        height: 70px;
        font-size: 35px;
    }
    #recruit02 .con1 p {
        font-size: 15px;
    }
    .footer_copy .text-center {
        font-size: 13px;
        font-weight: 300;
    }
    #company01 .company_table th,
    #company01 .company_table td {
        display: block;
    }
    #company01 .company_table th {
        border-bottom: none !important;
        padding: 15px 15px 0 !important;
    }
    #company01 .company_table td {
        font-size: 15px;
    }
}

/*2019-05-29 다국어*/
.pu-btn.lang {
    background: #fff;
    padding: 5px 12px;
    font-size: 12px;
    color: #333;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    border-radius: 4px;
    font-weight: 600;
}

.pu-btn.lang:hover,
.pu-btn.lang.active {
    text-decoration: none;
    background: #24ac37;
    color: #fff;
    border: 1px solid #24ac37;
}
.menu_top {
    text-align: right;
    margin-top: 5px;
}

/*2019-06-03*/
#company02.en .history-table td li {
    line-height: 1.75;
    margin-bottom: 15px;
}
#rnd01.en .rnd_bottom dl dt {
    font-size: 15px;
    padding: 10px;
}
#rnd01.en .rnd_top p:after {
    transform: translateX(-50%);
}
#rnd01.en .rnd_top .top {
    max-width: 255px;
}
#management02.en .con dl dd {
    font-size: 17px;
}
#recruit01.en .recruit_circle dl dt {
    font-size: 24px;
}
#recruit01.en .recruit_circle dl dd {
    font-size: 20px;
}
@media (min-width: 1300px) {
    .navbar-inverse > .container {
        width: 1300px;
    }
}

/*2019-06-07*/
#company04.cn .con p {
    letter-spacing: 0.034em;
}
.en#recruit01 .recruit_circle dl {
    padding: 70px 0 0;
}
#product08 .subContent .table.table-type03 tr td {
    text-align: center;
}

/*2020-02-11*/
.main-content .main-business01 a.pro_no_img {
    min-height: 251px;
    position: relative;
    width: 100%;
}
.main-content .main-business01 a.pro_no_img p {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
}
/*2020-06-09*/
@media (min-width: 768px) {
    #company01 .con .col-md-2 {
        padding: 0 8px;
    }
}
#company01 .con .col-md-2 img {
    border: 5px solid #016936;
    border-radius: 3px;
}
#company01 .con .clearfix {
    margin-bottom: 40px;
}

.cert-wrap {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 40px 30px;
}
.cert-wrap::before,
.cert-wrap::after {
    content: none;
}
.cert-wrap > div {
    width: 100%;
    padding: 0;
}
.cert-wrap img {
    width: 100%;
    aspect-ratio: 210/297;
    /* height: 100%; */
    object-fit: cover;
}
@media (max-width: 768px) {
    .cert-wrap {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 30px 15px;
    }
}
.ct-rnd-wrap {
    --value: 150px;
    margin-top: -50px;
}
.ct-rnd-wrap .col {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: var(--value);
}
.ct-rnd-wrap .col + .col {
    margin-top: calc((var(--value) * -1) * 1.7);
}
.ct-rnd-wrap .col img {
    /* width: 100%; */
    max-width: 220px;
    border: 2px solid #ddd;
}
.ct-rnd-wrap .col.mid {
    gap: calc(var(--value) / 5);
}
@media (max-width: 768px) {
    .ct-rnd-wrap {
        --value: 170px;
        margin: 0;
        scale: 0.7;
    }
}

#publicity .dh-board {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
#publicity .dh-board > div {
    width: 100% !important;
}
#publicity .filter-items {
    display: flex;
    padding: 0;
    margin: 0 0 40px;
    gap: 10px;
}
#publicity .filter-items a {
    all: unset;
}
#publicity .filter-items a div {
    all: unset;
    display: block;
    cursor: pointer;
    font-size: 16px;
    background: #fff;
    padding: 5px 12px;
    color: #333;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    border-radius: 4px;
    font-weight: 600;
}
#publicity .filter-items a div:hover,
#publicity .filter-items a.on div {
    text-decoration: none;
    background: #24ac37;
    color: #fff;
    border: 1px solid #24ac37;
}
#publicity :is(.filter-items, .dh-margin-top, .dh-alert) {
    grid-column: span 3;
}
#publicity .clearfix {
    display: none !important;
}
@media (max-width: 991.98px) {
    #publicity .dh-board {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    #publicity :is(.filter-items, .dh-margin-top, .dh-alert) {
        grid-column: span 2;
    }
}
@media (max-width: 767.98px) {
    #publicity .dh-board {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    #publicity :is(.filter-items, .dh-margin-top, .dh-alert) {
        grid-column: span 1;
    }
}
