@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;
    padding-top: 92px;
}

/* 폰트 설정 */
.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;
}

/* h1, h2, h3, h4, h5, h6, p { margin: 0px; } */
ol,
ul,
li {
    list-style: none;
    list-style-position: inside;
    padding: 0
}

.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
}

a:hover {
    text-decoration: none
}

/* login */

.login-layout,
.id-find-layout,
.pw-find-layout {
    background: #f5f5f5;
    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: 0px;
    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: #aaa;
}

.login-layout .btn-warning,
.id-find-layout .btn-warning,
.pw-find-layout .btn-warning {
    float: none;
    width: 100%;
    height: 50px;
    background: #57b58e;
    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: #3c8e78;
}

.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 {
    position: relative;
    padding-left: 10px
}

.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: #a1a1a1;
    position: absolute;
    left: 2px;
    top: 10px;
}


* {
    word-break: keep-all
}

.subContent ul {
    padding: 0
}

/*상단 메뉴 설정 시작*/
.menu_top {
    width: 100%;
    height: 3px;
    background-image: linear-gradient(to right, #55c7de 0%, #62bc50 100%);
}

.navbar-inverse {
    background: #fff;
    border: none;
    padding: 0;
    box-shadow: 2px 2px 11px rgba(190, 190, 190, 0.3);
    margin: 0;
}

/*상단 메뉴 설정 끝*/

/*상단 메뉴 로고 시작*/
.navbar-inverse .navbar-brand {
    margin: 24px 0 !important;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.navbar-brand img {
    padding-top: 0;
    margin-top: 0;
}
.navbar-brand img:nth-child(2){
    width: 177px;
}
/*상단 메뉴 로고 끝*/

/* 상단 메인 메뉴 설정 시작*/
.navbar-inverse {
    box-shadow: 2px 2px 11px rgba(190, 190, 190, 0.3);
    background: #fff;
    border: none;
    padding: 0;
    margin: 0;
}

.navbar-brand img {
    margin: 0;
    width: 120px;
}

.navbar-inverse .navbar-nav>li>a {
    background: none;
    color: #111;
    font-size: 18px;
    padding: 36px 30px;
    margin: 0;
    font-weight: 500;
    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,
.navbar-inverse .navbar-nav>li>a:active,
.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
    color: #57b58e;
    background: rgba(0, 0, 0, 0);
}

/* 상단 서브 메뉴 설정 끝*/
@media (min-width: 768px) {
    .navbar .navbar-nav>.dropdown>.dropdown-menu {
        left: 50%;
        right: auto;
        transform: translate(-50%, 0);
    }
}

@media screen and (min-width: 768px) {
    .navbar-inverse .navbar-nav .dropdown-menu {
        background: #3b4641;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        padding: 5px 0;
        border: none;
    }

    .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 {
        color: #fff;
        padding: 12px 20px;
        line-height: 1;
        text-align: center;
        letter-spacing: -0.02em;
        font-size: 15px;
    }

    .navbar-inverse .navbar-nav .dropdown-menu>li>a:hover,
    .navbar-inverse .navbar-nav .dropdown-menu>li>a:focus {
        color: #60e2ac;
        background: rgba(0, 0, 0, 0)
    }
}

/* 하단 카피라이트 설정 시작*/
.footer_copy .text-center {
    background-color: #55595a;
    color: #aaa;
    font-size: 13px;
    padding: 40px 0;
    margin: 0;
    float: none;
}

.footer_copy .wrap-footer {
    max-width: 1170px;
    margin: 0 auto;
    text-align: left;
}

.footer_copy .wrap-footer img {
    margin-right: 0;
}

.wrap-footer>.text-right {
    margin-top: 60px;
    padding: 0;
    font-size: 12px;
    font-weight: 300;
}

address {
    margin: 0;
    line-height: 22px;
    margin-top: 10px;
}

@media screen and (max-width:768px) {
    .wrap-footer address {
        display: inline-block;
        margin-top: 20px;
        width: 100%;
    }

    .wrap-footer>.text-right {
        text-align: left;
    }
}

address .address {
    font-size: 15px;
}

address .address .tit {
    width: 52px;
    display: inline-block;
    margin-right: 8px;
    font-weight: 600;
    line-height: 1em;
    border-right: 1px solid #999;
}

.copyrights {
    margin-top: 30px;
    display: block;
}

.footer_copy .text-center #daumRoughmapContainer1570162833507 {
    float: right
}

/*slide*/
.carousel.slide{
    position: relative;
}
.kakao-banner{
    display: flex;
    gap: 20px;
    justify-content: space-between;
    padding: 14px 20px 10px;
    background: #f2df24;
    border-radius: 18px;
    width: fit-content;
}
.kakao-banner p{
    font-size: 14px;
    font-weight: 600;
    color: #111;
    margin: 0;
}
.kakao-banner p small{
    display: block;
    font-size: 13px;
    color: #222;
    font-weight: 500;
    margin-top: 2px;
}
.kakao-banner img{
    width: 70px;
    object-fit: contain;
}
.carousel-inner .item {
    width: 100%;
    height: 510px
}

.carousel-inner .item:nth-of-type(1) {
    background: url(/skin/img/slide/slide01.jpg)no-repeat center / cover
}

.carousel-inner .item:nth-of-type(2) {
    background: url(/skin/img/slide/slide02.jpg)no-repeat center / cover
}

.carousel-caption {
    text-align: left;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    padding: 0;
    left: 20%;
}

.carousel-caption h2 {
    font-size: 48px;
    font-weight: 600;
    letter-spacing: -0.03em;
    margin: 0 0 25px;
    line-height: 1.23;
    position: relative;
    text-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
}

.carousel-caption h2:before {
    content: "";
    width: 65px;
    height: 65px;
    background: url(/skin/img/main/mark.png) no-repeat;
    position: absolute;
    left: -30px;
    top: -30px;
    z-index: -1;
    display: none
}

.carousel-caption h2 span {
    font-weight: 400;
    display: block;
}

.carousel-caption p {
    font-size: 17px;
    line-height: 1.6;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    letter-spacing: -0.02em;
    margin: 0;
}

/* .carousel-inner .item:nth-of-type(2) .carousel-caption {color: #000;
    text-shadow: none;}
.carousel-inner .item:nth-of-type(2) .carousel-caption h2 span{    color: #555;} */
.carousel-control {
    display: none;
}

.carousel-indicators {
    text-align: left;
    margin-left: 0;
    left: 20%;
    margin-bottom: 0;
    bottom: 60px;
}

.carousel-indicators li {
    width: 11px;
    height: 11px;
    border: 2px solid #fff;
    margin: 0 4px
}

.carousel-indicators li.active {
    background: #fff;
    margin: -1px 4px !important;
}

/*main*/
@media(min-width:768px) {
    .main-business a img {
        width: 100%;
        transition: all ease .3s;
        opacity: 1;
        border-right: 1px solid rgba(221, 221, 221, 0.4);
    }
}

.main-business {
    background: #2bb6d4;
}

.main-business a {
    display: block;
}

.main-business a:hover img {
    opacity: 0.8
}

/* @media(min-width:1400px){
	.container_contents .container{width: 1400px;	}
} */
@media(min-width:1200px) {
    .container_contents .main-business02 .container {
        width: 1170px
    }
}

@media (min-width: 768px) {
    .main-business .col-sm-4 {
        width: 35%;
    }

    .main-business .col-sm-2 {
        width: 19%;
    }

    .main-business .col-sm-3 {
        width: 27%;
    }
}

.main-business {
    padding: 10px 0;
}

.embed-responsive-16by9 {
    padding-bottom: 57%;
    margin-top: 5px;
}

.main-business .col-sm-2 a img {
    margin-top: 4px;
}

.main-business .col-sm-4 a {
    position: relative
}

.main-business .col-sm-4 a p {
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    background: #2bb6d4;
    padding: 5px 10px;
    border: 1px solid #fbfdff;
    font-size: 18px;
    transition: all ease .3s;
    opacity: 1;
    z-index: 2
}

.main-business a:hover p {
    opacity: 0.8;
    background: #416928;
}

.main-business02 {
    padding: 80px 0 70px;
    background: #f8f8f8;
}

.intro-widget-layout {
    width: 100%;
    float: none;
    clear: both;
    background: #fff;
}

@media(min-width:768px) {
    .main-business02 .container {
        overflow: hidden
    }

    .main-business02>.container>.row>div {
        width: 50%;
        float: left
    }
}

.intro-boardbox .page-header {
    padding: 0 0 20px;
    margin: 0 0 10px;
    border-bottom: 2px solid #444;
}

.intro-boardbox .page-header h4 {
    margin: 0;
    color: #222;
    font-size: 28px;
    font-weight: 500;
    letter-spacing: -0.02em;
    line-height: 1;
}

.intro-boardbox .page-header h4 .btn {
    padding: 0;
    margin: 10px 0 0px;
    border: none;
}

.intro-boardbox .banner-wrap {
    min-height: 100px;
}

.intro-boardbox .banner-icon {
    float: left;
    height: 100px;
    margin: 0 30px 0 15px;
}

.banner-text {
    display: inline-block;
}

.banner-text h5 {
    margin: 6px 0 12px;
    font-size: 14px;
    font-weight: 500;
    color: #343434;
}

.banner-wrap:last-child:hover .banner-text h5 {
    text-decoration: underline;
}

.banner-text h3 {
    margin: 0 0 5px;
    color: #008470;
    font-size: 23px;
    font-weight: 500;
}

.banner-text p {
    font-size: 13px;
    margin: 0 0 0;
    color: #666;
}

.intro-boardbox .front-panel>.panel {
    padding: 0;
    background-color: transparent !important;
    border: none;
    border-radius: 0px;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}

.intro-boardbox .panel-body {
    padding: 0;
}

.dh-front-list2-words {
    margin: 0 !important;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}

.dh-front-list2 h6 a,
.dh-front-list2 h6 a span {
    color: #555;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: -0.02em;
}

.dh-front-list2 h6 a:hover span {
    text-decoration: none;
}

.dh-front-list2 h6 a:hover .list-row-subject {
    color: #333;
    text-decoration: none;
}

.dh-front-list2-words:first-child {
    margin: auto;
}

.list-row-subject {
    float: left;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 250px;
    white-space: nowrap;
}

.main_bbs01 .list-row-subject:before {
    content: "공지";
    color: #fff;
    font-weight: 500;
    display: inline-block;
    padding: 3px 8px;
    background: #57b58e;
    border-radius: 2px;
    margin-right: 8px;
    font-size: 13px !important;
}

.main_bbs02 .list-row-subject:before {
    content: "자료실";
    color: #fff;
    font-weight: 500;
    display: inline-block;
    padding: 3px 8px;
    background: #677570;
    border-radius: 2px;
    margin-right: 8px;
    font-size: 13px !important;
}

.row-separator {
    display: none;
}

.list-row-regdate {
    float: right;
    color: #999 !important;
}

.list-row-contents {
    display: none;
}

.dh-front-list2 h6 a small>span {
    color: #55b6e4 !important;
    background: transparent;
    font-size: 10px !important;
    font-weight: 600;
    border-radius: 50px;
    padding: 2px 5px;
}

.container_contents {
    background: #f8f8f8;
    margin: 0 auto
}

.intro-html-layout {
    background: #fff;
    padding: 0;
    clear: both;
}

.main-business01 {
    padding: 80px 0;
}

.main-business01 .mainbusi01_title {
    line-height: 1.1;
    font-size: 55px;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #37906b;
}

.main-business01 .mainbusi01_title span {
    display: block;
    font-size: 20px;
    letter-spacing: -0.034em;
    color: #37906b;
    font-weight: 500;
    margin-bottom: 10px;
}

.main-business01 .mainbusi01_title:before {
    content: "";
    width: 35px;
    height: 3px;
    background: #37906b;
    display: block;
    margin-bottom: 20px;
}

.main-business01 a {
    display: block;
    box-shadow: 4px 4px 9px rgba(0, 0, 0, 0.2);
    transform: translateY(0);
    transition: all ease .3s
}

.main-business01 a p {
    text-align: center;
    font-size: 18px;
    color: #333;
    letter-spacing: -0.02em;
    font-weight: 500;
    padding: 10px 0;
    background: #eee;
    margin: 0;
}

.main-business01 a:hover {
    transform: translateY(-10px);
}

.main-business01 a:hover p {
    color: #37906b
}



/*준비중*/
.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;
}


/*sub*/
.subTop {
    width: 100%;
    height: 250px;
    background: url(/skin/img/sub/subTop.jpg)no-repeat center / cover;
    position: relative
}

.subTop h2 {
    margin: 0;
    /* position: absolute; */
    /* top: 50%; */
    /* left: 20%; */
    font-size: 48px;
    font-weight: 600;
    color: #fff;
    /* transform: translateY(-50%); */
    text-align: center;
    padding-top: 105px;
}

.subContent {
    padding-bottom: 100px
}

.sub_nav {
    padding-top: 60px;
}

.subContent .sub_nav>.title {
    background-color: #11a5a8;
    padding: 56px 15px;
    color: #fff;
    line-height: 1;
    font-size: 28px;
    font-weight: 300;
    text-align: center;
    margin: 0;
    display: none;
}

.subContent .sub_nav>.title span {
    display: block;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0.02em;
    opacity: 0.75;
    margin: 0 0 10px;
}

@media (min-width: 992px) {
    .subContent>.container>.row>.col-md-2 {
        width: 230px;
    }

    .subContent>.container>.row>.col-md-10 {
        width: calc(100% - 230px);
        padding-left: 40px;
        padding-top: 60px;
        padding-bottom: 100px;
    }
}

.subContent .sub_nav .nav.nav-pills {
    border-bottom: 1px solid #ccc;
}

.nav-stacked>li+li {
    margin: 0;
}

.subContent .sub_nav .nav.nav-pills>li>a {
    border-radius: 0;
    border-top: 1px solid #ddd;
    padding: 15px 18px;
    color: #222;
    font-size: 16px;
}

.subContent .sub_nav .nav.nav-pills>li:last-child>a {
    border-bottom: none;
}

.subContent .sub_nav .nav.nav-pills>li>a:hover,
.subContent .sub_nav .nav.nav-pills>li>a:focus {
    background: #f2f9f6;
    color: #000;
}

.subContent .sub_nav .nav.nav-pills>li.active>a,
.subContent .sub_nav .nav.nav-pills>li.active>a:hover,
.subContent .sub_nav .nav.nav-pills>li.active>a:focus {
    background: #57b58e;
    font-weight: 600;
    color: #fff;
    border-color: #57b58e;
}

.subContent .sub_nav .nav.nav-pills>li.active>a:after {
    content: "\f105";
    font-family: "FontAwesome";
    float: right;
}

.subContent .subTitle {
    margin-bottom: 35px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
}

.subContent .subTitle h3 {
    margin: 0;
    display: inline-block;
    font-size: 36px;
    letter-spacing: -0.02em;
    color: #333;
    font-weight: 600;
}

.subContent .subTitle .breadcrumb {
    margin: 15px 0 0 20px;
    padding: 0;
    background: none;
    float: right;
}

.subContent .subTitle .breadcrumb li {
    font-size: 12px;
    letter-spacing: -0.02em;
    color: #666;
}

.subContent .subTitle .breadcrumb .active {
    color: #222;
}

.subContent h4 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 23px;
    position: relative;
    padding-left: 10px;
    color: #222;
    letter-spacing: -0.015em;
}

.subContent h4:before {
    content: "";
    width: 17px;
    height: 17px;
    background: #cef7e0;
    position: absolute;
    top: -5px;
    left: 0;
    border-radius: 50%;
    z-index: -1;
}

.subContent h5 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 500;
    color: #222;
    position: relative;
    padding-left: 16px;
    letter-spacing: -0.034em;
}

.subContent h5:before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 2px;
    border: 2px solid #68b389;
    position: absolute;
    left: 0;
    top: 5px;
}

.subContent .con {
    margin-bottom: 60px
}

.subContent .con:last-child {
    margin-bottom: 0
}

.subContent .con p,
.subContent .con li,
.subContent .con dd {
    font-size: 16px;
    letter-spacing: -0.03em;
    line-height: 1.6;
    color: #555;
}

.subContent .con li,
.subContent .con dd {
    line-height: 1.5;
}

/*table*/
.subContent .table.table-type03 {
    border-top: 2px solid #333;
}

.subContent .table.table-type03 tr th,
.subContent .table.table-type03 tr td {
    padding: 12px !important;
    border: 1px solid #ddd !important;
    letter-spacing: -0.03em;
    word-break: keep-all;
    vertical-align: middle !important;
    font-size: 15px;
}

.subContent .table.table-type03 tr th {
    color: #222;
    background: #f6f6f6;
    text-align: center
}

.subContent .table.table-type03 tr td {
    color: #555;
}


/*company*/
#company01 .con1 p {
    text-align: left;
    letter-spacing: -0.06em;
}

#company01 .con1 p.greet {
    font-size: 27px;
    color: #333;
    text-align: left;
    margin-bottom: 30px;
}

#company01 .con1 p.greet span {
    font-weight: 700;
    color: #39a478;
}

#company01 .con1 img {
    box-shadow: 7px 7px 0 rgba(190, 190, 190, 0.4);
    border: 1px solid #ddd;
}

#company02 .con1 p {
    font-size: 26px;
    text-align: center;
    margin-bottom: 50px;
    padding: 40px;
    line-height: 1.45;
    font-weight: 300;
    letter-spacing: -0.025em;
    color: #222;
    background: #f1f9f6;
}

#company02 .table-style tr td {
    border: none;
}

#company02 .history-table {
    border-top: none;
}

#company02 .history-table.table-style tr th,
#company02 .history-table.table-style tr td {
    border-bottom: none !important
}

#company02 .history-table.table-style tr td {
    text-align: left;
    padding: 27px 30px 22px;
}

#company02 .history-table.table-style tr th {
    width: 150px;
    position: relative;
    border-right: 4px solid #e5efeb !important;
    font-size: 28px;
    color: #5db590;
    font-weight: 600;
    text-align: right;
    padding: 20px 30px;
    padding-left: 0;
}

#company02 .history-table.table-style tr th:after {
    content: '';
    display: block;
    position: absolute;
    right: -10px;
    top: 30px;
    width: 16px;
    height: 16px;
    border: 4px solid #ffffff;
    border-radius: 50%;
    background: #71bb9d;
}

#company02 .history-table.table-style tr td ul {
    margin: 0
}

#company02 .history-table.table-style tr td li {
    margin-bottom: 4px;
    padding-left: 22px;
    font-size: 16px;
    color: #555;
}

#company02 .history-table.table-style tr td li:before {
    content: "";
    width: 9px;
    height: 1px;
    background: #999;
    position: absolute;
    top: 12px;
}

/* 인증서 */
.box-certifi>.item {
    margin-bottom: 10px;
}
.box-certifi>.item figure{
    min-height: 450px;
}
.box-certifi>.item figure img {
    padding: 8px;
    border: 1px solid #ddd;
    height: 382px;
    object-fit: contain;
}

.box-certifi>.item figure figcaption {
    margin-top: 20px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    letter-spacing: -0.034em;
    line-height: 1.3em;
}

/*business*/
/* @media(min-width:768px){
	#business01 .con1 .col-md-3{width:20%}	
}
.img_area{       display: table;
    margin: 0 auto;
    border: 1px solid #ddd;
    width: 100%;}
.img_area_inner{    height: 186px;
    display: table-cell;
    vertical-align: bottom;}
.img_area_inner img{ 
    max-height: 186px;
    max-width: 150px;
    padding: 10px;}
#business01 .con1 p, 
#business02 .con1 p {
    text-align: center;
    margin-top: 14px;
    font-size: 15px;
    font-weight: 400;
    color: #333;
    line-height: 1.5;
}
#business01 .con1 .clearfix, #business02 .con1 .clearfix, #business02 .con3 .clearfix, #business02 .con4 .clearfix{margin-bottom:40px}
#business01 .con3 dl dt{text-align: center;
    margin: 15px 0;
    font-size: 17px;
    color: #00783e;
    letter-spacing: 0.04em;}
#business01 .con3 dl dd{margin-bottom:10px} */
#business01 .con1 .busi01_inner,
#business02 .con1 .busi02_inner,
#business03 .con1 .busi03_inner,
#business03 .con7 .busi03_inner,
.busi04_inner {
    padding: 15px 15px 20px;
    border: 5px solid #57b58e;
    border-radius: 50%;
    box-shadow: 5px 5px 7px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

#business01 .con1 .busi01_inner img,
#business02 .con1 .busi02_inner img,
#business03 .con1 .busi03_inner img,
.busi04_inner img{
    margin-top: -5px;
}

#business01 .con1 p,
#business02 .con1 p,
#business03 .con1 p,
#business03 .con7 p,
#business04 .con1 p,
#business01 .con1-2 p{
    font-size: 16px;
    padding-left: 30px;
    margin-top: 30px;
}

#business01 .con2 .clearfix {
    margin-bottom: 30px;
}

#business01 .con2 ul li,
#business02 .con ul li,
#business02 .con dl dd {
    margin-bottom: 5px;
}

#business02 .con2 .busi02_con2_inner {
    border: 1px solid #aaa;
    border-radius: 15px;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 2px 2px 2px rgba(190, 190, 190, 0.4);
}

#business02 .con2 .busi02_con2_inner .col-md-4 img {
    float: left;
}

#business02 .con2 .busi02_con2_inner .col-md-4 p {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.1em;
    margin-top: 25px;
    margin-bottom: 0;
}

#business02 .con2 .busi02_con2_inner .col-md-2 img {
    margin-top: 25px;
    max-width: 90px;
}

#business02 .con2 .busi02_con2_inner .col-md-6 p {
    font-size: 22px;
    font-weight: 500;
    color: #777;
}

#business02 .con2 .busi02_con2_inner .col-md-6 p b {
    font-weight: 500;
    min-width: 225px;
    display: inline-block;
    text-align: center;
}

#business02 .con2 .busi02_con2_inner .col-md-6 p span {
    display: inline-block;
    padding: 5px 30px;
    background: #5aaebf;
    color: #fff;
    border-radius: 15px;
    margin-left: 20px;
}

#business02 .con3 .col-md-3 p {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    background: #02a1c3;
    padding: 26px 0 27px;
    border-radius: 15px;
    line-height: 1.5;
}

#business02 .con3 .col-md-9 ul {
    background: #f8f8f8;
    padding: 15px 20px;
    border-radius: 15px;
    border: 1px solid #ddd;
}

#business02 .con3 .clearfix {
    margin-bottom: 20px;
}

#business02 .con3 .col-md-3 img+p {
    background: rgba(0, 0, 0, 0);
    padding: 0;
    border-radius: 0;
    color: #1aaba1;
    margin: 10px 0 0;
    font-size: 18px;
}

#business02 .con4 img {
    border-radius: 15px;
    box-shadow: 7px 7px 10px rgba(190, 190, 190, 0.7);
    border: 1px solid #ddd;
}

#business02 .con5 dl dt,
#business02 .con6 dl dt {
    font-size: 17px;
    margin-bottom: 10px;
    color: #fff;
    background: #0094ac;
    text-align: center;
    padding: 7px 0;
    border-radius: 37px;
}

#business02 .con5 dl dd,
#business02 .con6 dl dd,
#business02 .con7 ul li {
    text-align: center;
    font-size: 16px;
    color: #222;
    letter-spacing: -0.04em;
}

#business02 .con6 dl dd,
#business02 .con7 ul li {
    text-align: left;
}

.busi03_con2_inner {
    border: 1px solid #aaa;
    border-radius: 16px;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 2px 2px 2px rgba(190, 190, 190, 0.4);
}
.con9  .busi03_con2_inner ul{
    margin-bottom: 0;
}
.busi04_line_inner{
    border: 1px solid #aaa;
    border-radius: 16px;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 2px 2px 2px rgba(190, 190, 190, 0.4);
}
.busi03_con2_inner .col-md-4 p {
    font-size: 14px;
    text-align: center;
    font-weight: 600;
    margin-top: 10px;
    color: #888;
}

.busi03_con2_inner .col-md-8 p {
    text-align: center;
    background: #57b58e;
    color: #fff;
    font-size: 18px;
    margin: 30px 0;
    padding: 15px 0
}

.busi03_con2_inner .col-md-8 li {
    margin-bottom: 5px;
}

.busi03_con2_inner .col-md-8 span {
    display: block;
    font-weight: 500;
}

#business03 .con3 ul li {
    margin-bottom: 5px;
}

#business03 .con5 .busi03_con5_inner {
    border-radius: 15px 15px 0 0;
    border: 1px solid #ddd;
    overflow: hidden;
    background: #f8f8f8;
    min-height: 330px;
}

#business03 .con5 .busi03_con5_inner p {
    text-align: center;
    background: #4ec6df;
    border-radius: 15px 15px 0 0;
    width: 105%;
    padding: 10px;
    font-size: 18px;
    color: #fff;
    margin: 0;
}

#business03 .con5 .busi03_con5_inner img {
    padding: 10px;
}

#business03 .con5 .busi03_con5_inner ul {
    margin: 0;
    padding: 10px;
}
#business03 .con8  .li-dot{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}
/* #business02 .img_area_inner{vertical-align:middle}
#business02 .con .busi02_inner {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 25px;
    margin-bottom: 50px;
}
#business02 .con2 .busi02_inner img{    float: left;
    width: 30%;
    padding: 0 40px;}
#business02 .con2 .busi02_inner dl{    width: 70%;
    float: left;}
#business02 .con2 .busi02_inner dl dt {
    font-size: 17px;
    color: #333;
    margin-bottom: 10px;
    font-weight: 700;
    line-height: 1;
    border-left: 3px solid #333;
    padding-left: 7px;
}
#business02 .con2 .busi02_inner dl dd {
    font-size: 15px;
    letter-spacing: -0.03em;
    margin-bottom: 5px;
    padding-left: 10px;
    color: #555;
}
#business02 .con2 .busi02_inner dl dd:before {
    content: "";
    width: 3px;
    height: 3px;
    background: #a1a1a1;
    position: absolute;
    left: 2px;
    top: 10px;
}
#business02 .con2 .busi02_inner dl dd strong {
    display: block;
    font-weight: 500;
    color: #000;
    line-height: 1.5;
    margin-top: 7px;
}
#business02 .con2 .busi02_inner dl dd strong span{    
	color: #319e71;
}
#business02 .con3 .busi02_inner {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
#business02 .con3 .busi02_inner img{width:20%;padding:20px;float:left}
#business02 .con3 .busi02_inner p {
    width: calc(80% - 40px);
    float: left;
    margin-left: 40px;
    font-size: 17px;
    color: #555;
    margin-top: 50px;
}
#business02 .con3 .col-md-4 img{border:1px solid #ddd}
#business02 .con3 .col-md-4 + .col-md-12 p {
    font-size: 15px;
    font-weight: 400;
    color: #333;
    margin: 10px 0 0;
}
#business02 .con4 .col-md-4 img{width:100%}
#business02 .con4 .col-md-6 dl dt {
    border-bottom: 2px solid #57b58e;
    font-size: 19px;
    color: #333;
    padding: 0 0 5px;
    margin-bottom: 20px;
    font-weight: 400;
}
#business02 .con4 .col-md-6 dl dt span {
    color: #57b58e;
    font-size: 41px;
    margin-right: 2px;
    font-weight: 300;
    letter-spacing: -0.04em;
}
#business02 .con4 .col-md-6 dl dd {
    margin: 12px 0;
} */

/* #business03 .busi03_inner{    padding: 20px 40px;
    background: #f8f8f8;}
#business03 .busi03_inner dt{      font-size: 17px;
    margin-bottom: 10px;
    color: #fff;
    background: #0094ac;
    text-align: center;
    padding: 7px 0;
    border-radius: 37px;}
#business03 .busi03_inner dd{       text-align: center;
    font-size: 15px;
    font-weight: 600;
    color: #222;
    letter-spacing: -0.04em;} */


#business04 img.process{
    width: 100%;
    object-fit: cover;
}
.busi04-01.con1 p b,
.busi04-02.con1-2 p b{
    color: #57b58e;
}
.busi04-01 .busi04_line_inner li{
    color: #000;
    font-weight: 500;
}
.busi04-01 .busi04_line_inner li::before,
.busi04-02 .busi04_line_inner li::before{
    background: #000;
}
.busi04-01.con2 .busi04_line_inner p{
    margin-bottom: 0;
}
.busi04-01.con3 .li-dot,
.busi04-01.con6 .li-dot{
    margin-bottom: 0;
}
.busi04-01 .table.table-type03 tr th, .busi04-01 .table.table-type03 tr td{
    text-align: center;
}
.busi04-01.con5 .col-md-3 p {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    background: #02a1c3;
    padding: 24px 0 27px;
    border-radius: 15px;
    line-height: 1.5;
}
.busi04-01.con5 .col-md-9 ul {
    background: #f8f8f8;
    padding: 15px 20px;
    border-radius: 15px;
    border: 1px solid #ddd;
    min-height: 81px;
    display: flex;
    align-items: center;
}
.point-wrap{
    display: flex;
    border-radius: 50px;
    overflow: hidden;
    margin-bottom: 30px;
}
.point-wrap .point{
    padding: 5px 15px;
    color: #fff;
    width: 220px;
    font-size: 24px;
    font-weight: 600;
    background: #999;
    text-align: center;
    border-radius: 0 50px 50px 0;
    transform: translateX(-20px);
    position: relative;
    z-index: 1;
}
.point-wrap .point:first-child{
    background: #57b58e;
    border-radius: 50px;
    transform: translateX(0);
    z-index: 2;
    width: 200px;
}
.busi04-02 .busi04_line_inner li span{
    color: #000;
    font-weight: 500;
}
.busi04-02.con3-2 .busi04_line_inner ul{
    display: flex;
    gap: 20px;
    margin-bottom: 0;
}
.busi04-02.con3-2 ul.spec1{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    background: #f2f2f2;
    padding: 20px 40px;
    border-radius: 15px;
}
.busi04-02.con3-2 ul.spec1 li{}
.busi04-02.con3-2 ul.spec1 li span{
    color: #000;
    font-weight: 500;
}
.busi04-02.con3-2 ul.spec1 li::before{
    background: #000;
}
.busi04-02 .table.table-type03 tr td{
    text-align: center;
}
.busi04-02 .table.table-type03 tr td.color-g{
    color: #57b58e;
    font-weight: 500;
}
.busi04-02 .busi04_line_inner ul,
.busi04-02 .busi04_line_inner ul{
    margin-bottom: 0;
}
.subContent .busi04-02.con6-2 .table.table-type03 tr th,
.subContent .busi04-02.con6-2 .table.table-type03 tr td{
    padding: 5px 15px !important;
}
/*performance*/
#performance02 .con .col-md-5 {
    margin-left: 0;

}

#performance02 .con li {
    margin: 0;
    padding-left: 15px;
}

#performance02 .con p {
    color: #222;
    font-weight: 500;
    line-height: 1.4;
    margin: 20px 0 14px;
    font-size: 16px;
    letter-spacing: -0.02em;
}

#performance02 .con img {
    border: 4px solid #eee;
}

#performance02 .con .clearfix {
    margin: 20px 0;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    padding: 0 15px 20px;
}

/*board*/
.dh-board>.table-hover {
    border-top: 2px solid #444;
    border-bottom: 2px solid #ddd;
    margin: 0px 0 30px;
    letter-spacing: -0.03em;
}

.dh-board>.table-hover td,
.dh-board>.table-hover th {
    padding: 14px !important;
    font-size: 15px;
    font-weight: 400;
    color: #555
}

.dh-board>.table-hover th {
    background: #f6f6f6;
    border-bottom: 1px solid #ddd;
    font-weight: 600;
    color: #222;
}

.dh-board>.table-hover td {
    color: #555;
    border-bottom: 1px solid #ddd;
}

.dh-board>.table-hover>tbody>tr:hover td {
    background-color: #ffffff;
}

.table-hover th,
.table-hover td {
    padding: 10px !important;
    border-right: none;
}

.dh-board>.table-hover td.subject a {
    color: #555;
    font-weight: 400;
}

.dh-board>.table-hover td.subject a:hover {
    color: #111;
    text-decoration: underline !important;
}

.dh-margin-top {
    display: inline-block;
    margin-top: 0;
}


.label {
    background: transparent;
    padding: 0px 5px 0px;
    font-size: 90%;
}

.label-danger {
    color: #e01717;
    border-radius: 100%;
    display: inline-block;
    font-weight: 600;
}

.label-primary {
    color: #2b5cb7;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: #f3f3f3;
    border: 1px solid #ddd;
    color: #4a4a4a;
}

.pagination>li>a,
.pagination>li>span {
    color: #9D8478;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    color: #9D8478;
}

.dh-margin-top form#insertForm {
    width: 100%;
    max-width: 100%;
    display: block;
    margin: 0 0 0;
}

.btnRead {
    font-weight: 500;
}

.btn-default,
.btn-primary,
.btn-danger {
    background-image: none;
}

.btn-group,
.btn-group-vertical {
    margin: 10px 0 30px;
}


.dh-view-box {
    margin-top: 0px;
}

.sns-box {
    display: none;
}

.dh-view-box>.row>.page-header h4 {
    padding: 18px 15px;
    font-size: 22px;
    font-weight: 500;
    margin: 0;
}

.dh-view-box>.row>.page-header h4:before {
    content: none
}

.dh-view-box>.row>.page-header {
    border-top: 2px solid #4a4a4a;
    border-bottom: 1px solid #ddd;
    padding: 0;
    margin: 0;
}

.content_wrap .page-header h4:before {
    content: none;
}

.dh-view-box>.row>.dh-view-info {
    border-bottom: 1px solid #ddd;
    background: transparent;
    padding: 8px 10px 8px;
    margin: 0 0 10px;
}

.dh-view-box>.row>.dh-view-info>span {
    padding: 0 15px 0 0;
}

.dh-view-box>.row>.dh-view-info>span>strong {
    color: #555;
    padding: 0 5px 0 0;
}

.dh-view-box .dh-attach {
    padding: 0 40px 0;
}

.dh-view-box .dh-attach h6 {
    margin: 0;
    padding: 0;
}

.dh-view-box>.row:nth-child(2)>div:nth-child(3) {
    padding: 30px 40px 40px !important;
}

.input-group-btn #btnNew {
    background: #57b58e;
    border-color: #57b58e;
}

/*2020-02-13*/
@media(max-width:767px) {
    .carousel-inner .item {
        height: 400px;
    }

    .carousel-caption {
        left: 5%;
        right: 5%;
    }

    .carousel-caption h2 {
        font-size: 40px;
    }

    .carousel-caption p {
        font-size: 16px;
    }

    .carousel-indicators {
        left: 5%;
        bottom: 40px;
    }

    .navbar-brand img {
        max-width: 110px;
    }

    .navbar-inverse .navbar-brand {
        margin: 15px 10px !important;
    }

    .navbar-inverse .navbar-toggle {
        margin-top: 17px;
        border-color: #b4b5b4;
    }

    .navbar-inverse .navbar-toggle:focus,
    .navbar-inverse .navbar-toggle:hover {
        background: #fff;
    }

    .navbar-inverse .navbar-toggle .icon-bar {
        background: #b4b5b4;
    }

    .navbar-inverse .navbar-nav>li>a {
        padding: 30px 30px 10px;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #333;
        padding: 10px 30px;
    }

    .body-layout {
        padding-top: 72px;
    }

    .main-business01 .mainbusi01_title {
        margin-bottom: 40px;
    }

    .main-business01 a {
        margin-bottom: 20px;
    }

    .main-business01 a img {
        width: 100%;
    }

    .main-business01,
    .main-business02 {
        padding: 60px 0;
    }

    .main_bbs01 {
        margin-bottom: 40px;
    }

    .footer_copy .text-center #daumRoughmapContainer1570162833507 {
        display: none;
    }

    .wrap-footer address {
        margin-top: 0;
    }

    .sub_nav {
        display: none;
    }

    .subContent {
        padding: 80px 0;
    }

    #company01 .con1 img {
        width: 100%
    }

    #company01 .con1 p.greet {
        font-size: 21px;
        margin: 30px 0 30px;
    }

    .subTop {
        height: 200px;
    }

    .subTop h2 {
        padding-top: 74px;
    }

    #company02 .con1 p {
        font-size: 20px;
    }

    #company02 .history-table.table-style tr th {
        padding: 20px 10px
    }

    #business01 .con1 .busi01_inner,
    #business02 .con1 .busi02_inner,
    #business03 .con1 .busi03_inner,
    #business03 .con7 .busi03_inner,
    .busi04_inner{
        width: 150px;
        margin: 0 auto;
    }

    .subContent .subTitle .breadcrumb {
        display: none;
    }

    .subContent .subTitle h3 {
        font-size: 34px;
    }

    #business01 .con1 p,
    #business02 .con1 p,
    #business03 .con1 p,
    #business03 .con7 p,
    #business04 .con1 p,
    #business01 .con1-2 p{
        padding-left: 0;
        text-align: center
    }

    #business02 .con2 .busi02_con2_inner .col-md-4 {
        overflow: hidden;
    }

    #business02 .con2 .busi02_con2_inner .col-md-2 img {
        transform: rotate(90deg);
        margin-bottom: 40px;
    }

    #business02 .con2 .busi02_con2_inner .col-md-6 p {
        text-align: center;
    }

    #business02 .con2 .busi02_con2_inner .col-md-6 p span {
        margin: 5px 0 10px;
    }

    .busi03_con2_inner .col-md-4 p {
        margin-bottom: 30px;
    }

    #business03 .con5 .busi03_con5_inner {
        margin-bottom: 20px;
    }

    address .address .tit {
        display: block;
        margin: 6px 0 3px;
        border-right: none;
    }
}
@media (max-width:1199px) {
    .kakao-banner {
        gap: 15px;
        padding: 20px 16px;
    }
    .kakao-banner img {
        width: 90px;
        object-fit: contain;
    }
    .kakao-banner p {
        font-size: 16px;
    }
    .kakao-banner p small {
        font-size: 14px;
    }
}
@media (max-width:767px) {
    .kakao-banner {
        gap: 10px;
        width: 220px;
        padding: 10px 10px;
        margin-top: 20px;
    }
    .kakao-banner p {
        font-size: 13px;
    }
    .kakao-banner p small {
        font-size: 12px;
    }
    .kakao-banner img {
        width: 40px;
        object-fit: contain;
    }
}