@charset "utf-8";
@import url(https://use.fontawesome.com/releases/v5.13.0/css/all.css);
@import url(https://use.fontawesome.com/releases/v5.13.0/css/v4-shims.css);

html {
    overflow-x: hidden;
    overflow-y: scroll;
}

#site {
    padding-top: 0px;
    background-color: #fff;
    font-size: 15px;
    letter-spacing: -0.034em
}

/* 폰트 설정 */
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
button,
.subPage,
#site {
    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;
}

.board_wrapper {
    margin-top: 0;
}

.search_wrap {
    margin-bottom: 0;
}

* {
    word-break: keep-all
}

a:hover {
    text-decoration: none
}

.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: '·';
}

/* 불필요 항목 삭제 */
.navbar .caret {
    display: none;
}

.subContent ul {
    padding: 0
}

/* 상단 메뉴 */
.navbar-inverse {
    background: #fff;
    position: relative;
    margin-bottom: 0;
    border: 0;
    padding: 0;
}

.navbar>.container .navbar-brand,
.navbar>.container-fluid .navbar-brand {
    margin: 0;
    padding: 0
}

.navbar>.container .navbar-brand {
    height: auto;
    padding: 0;
    margin: 26px 0 !important;
}

.navbar>.container .navbar-brand img {
    width: 100%;
    max-width: 100px;
}

.navbar-inverse .navbar-nav>li>a {
    font-size: 15px;
    font-weight: 600;
    color: #111111;
    padding: 33px 30px;
    letter-spacing: -0.01em;
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
    color: #1b8db3;
}

.navbar-inverse .navbar-nav .dropdown.open .dropdown-toggle,
.navbar-inverse .navbar-nav .dropdown.open:hover .dropdown-toggle,
.navbar-inverse .navbar-nav .dropdown.open:focus .dropdown-toggle {
    background: none;
    color: #1b8db3;
}


@media (max-width: 767px) {

    /*.navbar-inverse .navbar-toggle{border:1px solid #666;}*/
    .navbar-inverse .navbar-toggle {
        border: 0;
        padding: 18px 0;
    }

    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #333;
        transition: ease-in-out .15s all;
        opacity: 1;
        position: relative;
    }

    .navbar-inverse .navbar-toggle:hover,
    .navbar-inverse .navbar-toggle:focus {
        background: none;
        border-color: #00b2ec;
    }

    .navbar-inverse .navbar-toggle:hover .icon-bar,
    .navbar-inverse .navbar-toggle:focus .icon-bar {
        background-color: #00b2ec;
    }

    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        border-color: transparent;
    }

    .navbar-inverse.open .navbar-toggle>.icon-bar:nth-of-type(1) {
        transform: rotate(45deg);
        top: 6px;
    }

    .navbar-inverse.open .navbar-toggle>.icon-bar:nth-of-type(2) {
        opacity: 0;
    }

    .navbar-inverse.open .navbar-toggle>.icon-bar:nth-of-type(3) {
        transform: rotate(-45deg);
        top: -6px;
    }
}

@media (min-width: 768px) {
    .navbar-inverse .navbar-nav .dropdown-menu {
        left: 50%;
        right: auto;
        transform: translate(-50%, 0);
        border-radius: 0;
        border: 0;
        padding: 0;
        -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
        animation-fill-mode: both;
        animation-duration: .4s;
        animation-name: fadeIn;
        background: #fff;
    }

    .navbar-inverse .navbar-nav .dropdown-menu>li>a {
        padding: 14px 20px;
        font-weight: 500;
        text-align: center;
        color: #333;
        border-bottom: 1px solid #eee;
    }

    .navbar-inverse .navbar-nav .dropdown-menu>li:last-child>a {
        border-bottom: none
    }

    .navbar-inverse .navbar-nav .dropdown-menu>li>a:hover,
    .navbar-inverse .navbar-nav .dropdown-menu>li>a:focus {
        background: #1b8db3;
        color: #fff;
    }
}

@media (min-width: 992px) {
    .navbar-inverse .navbar-right {
        margin-right: -30px;
    }
}

/* 하단 카피라이트 설정 시작*/
#site footer {
    margin-top: 0px;
    background-color: #414346;
    color: rgba(255, 255, 255, 0.65);
}

#site footer .footer-link {
    padding: 15px 0;
    border-bottom: 1px solid #444
}

#site footer .footer-link ul {
    position: relative;
    margin: 0;
    padding: 0;
    font-size: 0
}

#site footer .footer-link ul li {
    list-style: none;
    display: inline-block;
    font-size: 14px;
    margin-right: 15px;
    line-height: 26px
}

#site footer .footer-link ul li a {
    color: inherit
}

#site footer .footer-info {
    padding: 45px 0;
}

#site footer .footer-info .col-md-12{
    padding:0;
}

#site footer .footer-info ul {
    position: relative;
    margin: 0;
    padding: 0;
    font-size: 0
}

#site footer .footer-info ul li {
    list-style: none;
    display: inline-block;
    font-size: 13px;
    margin-right: 15px;
    line-height: 26px;
    letter-spacing: 0;
}

#site footer .footer-info ul li:last-child{
    opacity:0.6
}


/* 슬라이드 공통 */
.carousel-control {
    text-shadow: 0px 2px 6px rgba(0, 0, 0, .125);
    transition: ease-in-out .15s all;
}

.carousel-control.left .glyphicon::before {
    content: '\f053';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.carousel-control.right .glyphicon::before {
    content: '\f054';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.carousel-indicators li {
    width: 12px;
    height: 12px;
    background-color: rgba(255, 255, 255, .1);
    border: 1px solid #fff;
    margin: 0 8px;
    border-radius: 0;
    transition: ease-in-out .15s all;
}

.carousel-indicators li.active {
    width: 12px;
    height: 12px;
    background-color: #fff;
    margin: 0 8px;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, .125);
    transform: rotate(45deg);
}

#mainCarousel .carousel-inner .item {
    height: 660px;
}

#mainCarousel .carousel-inner .item .carousel-caption {
    padding: 0;
    text-align: left;
    text-shadow: none;
    color: #333;
}

#mainCarousel .carousel-inner .item .carousel-caption h1 {
    font-size: 47px;
    font-weight: 300;
    letter-spacing: -0.04em;
    line-height: 1;
    margin-bottom: 15px;
    color: #111;
    overflow: hidden;
}

#mainCarousel .carousel-inner .item .carousel-caption h1 span {
    float: left;
    font-size: 80px;
    color: #000000;
    font-weight: 700;
}
#mainCarousel .carousel-inner .item .carousel-caption h1 img{    max-width: 120px;
    float: left;
    margin-top: 15px;}
#mainCarousel .carousel-inner .item .carousel-caption p {
    overflow: hidden;
}
#mainCarousel .carousel-inner .item .carousel-caption p i{
    font-size: 20px;
    color: #444;
    letter-spacing: -0.05em;
font-style: normal;
clear: both;
display: block;}
#mainCarousel .carousel-inner .item .carousel-caption p span{  
    margin-left: 10px;
    font-size: 26px;
    letter-spacing: 0.034em;
    font-weight: 900;
    float: left;
    color: #000;
    margin-top: 38px;}
#mainCarousel .carousel-inner .item .carousel-caption p img{    max-width: 20px;    margin-bottom: 40px;
    float: left;}
/*main*/
.maincon01 {
    padding: 80px 0 60px;
}

.maincon01 .main_pro {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15)
}

.maincon01 .main_pro_inner {
    overflow: hidden;
    padding: 28px 30px;
}

.maincon01 .main_pro_inner dl {
    float: left;
    margin: 0;
}

.maincon01 .main_pro_inner dl dt {
    font-size: 22px;
    letter-spacing: -0.04em;
    margin-bottom: 9px;
    line-height: 1;
    color: #222;
}

.maincon01 .main_pro_inner dl dd {
    font-size: 15px;
    color: #666;
}

.maincon01 .main_pro_inner dl dd span {
    display: inline-block;
    font-size: 14px;
    letter-spacing: -0.04em;
    padding-right: 10px;
    border-right: 1px solid #d0d0d0;
    margin-right: 10px;
    line-height: 1;
}

.maincon01 .main_pro_inner dl dd span:last-child {
    border-right: none;
    margin-right: 0;
    padding-right: 0;
}

.maincon01 .main_pro_inner a {
    float: right;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.1em;
    color: #fff;
    padding: 17px 40px;
    background: #1b8db3;
}
.maincon01 .main_pro_inner a:hover{
    background:#0d7598;
}
.maincon02 {
    padding-bottom: 50px;
}

.maincon02 .page-header {
    margin: 0;
    position: relative;
    padding-bottom: 13px;
    border-bottom: 2px solid #444;
}

.maincon02 .page-header h4 {
    font-size: 19px;
    font-weight: 700;
    margin: 0;
    letter-spacing: -0.025em;
    line-height: 1;
}

.maincon02 .page-header a {
    position: absolute;
    right: 0;
    top: 3px;
    margin-top: 0 !important;
    line-height: 0;
}

div[class^="board_box_"] .page-header .pull-right {
    background: url(/public/img/main/plus_icon.png) no-repeat center;
    width: 15px;
    height: 15px;
}

div[class^="board_box_"] .page-header .pull-right i {
    display: none;
}

.maincon02 .page-header a img {
    width: 100%;
    max-width: 15px;
}

.main_contact {
    padding: 29px 30px 30px 20px;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
}

.main_contact p {
    font-size: 50px;
    font-weight: 500;
    font-style: italic;
    color: #1b8db3;
    line-height: 1;
    margin: 5px 0 20px;
    letter-spacing: -0.02em;
    text-indent: -4px;
}

.main_contact dl {
    color: #444;
    margin: 0;
    letter-spacing: -0.01em;
}

.main_contact dl dt {
    font-size: 15px;
    margin-bottom: 2px;
}

.main_contact dl dd {
    font-size: 14px;
}

.main_contact_inner {
    float: left;
}

.main_contact img {
    float: right;
}

.board_box_list ul li {
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #333;
    padding: 15px 0;
    border-bottom: 1px solid #e3e3e3;
    margin: 0;
    letter-spacing: -0.035em;
}

.board_box_list ul li a:hover{
    color:#1b8db3;
    text-decoration:underline;
}

.board_box_list ul li span {
    color: #999;
    letter-spacing: 0;
}

/*sub*/
.subTop {
    width: 100%;
    height: 200px;
    background: url(/public/img/sub/subTop.jpg)no-repeat center top / cover;
    position: relative;
}

.subTop h2 {
    position: absolute;
    margin: 10px 0 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 40px;
    font-weight: 300;
    letter-spacing: -0.02em;
    color: #252525;
}

.subNav {
    position: relative;
    text-align: center;
    height: 52px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.11);
}

.subNav ul {
    margin: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.subNav ul li {
    float: left;
    /* width: calc(100% / 3); */
    min-width: 170px;
    overflow: hidden;
}

.company .subNav ul li,
.community .subNav ul li {
    width: calc(100% / 2)
}

.subNav ul li a {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    color: #333;
    font-size: 16px;
    letter-spacing: -0.055em;
    line-height: 52px;
    z-index: 999;
}

.subNav ul li a::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 18px;
    top: 15px;
    left: 0;
    background: #e3e3e3;
}

.subNav ul li:first-child a::before {
    content: none;
}

.subNav ul li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 4px;
    background: rgba(0, 0, 0, 0);
    z-index: 1;
}

.subNav ul li a:hover {
    color: #1b8db3;
}

.subNav ul li a:hover::after,
.subNav ul li.active a::after {
    background: #1b8db3;
}

.subContent {
    padding: 0 0 100px;
}

.subTitle {
    position: relative;
    text-align: center;
    padding: 70px 0 45px;
}

.subTitle h3 {
    font-size: 35px;
    font-weight: 600;
    letter-spacing: -0.05em;
    margin: 0;
    color: #282828;
    line-height: 1;
}

.subTitle ol.breadcrumb {
    position: absolute;
    right: 0;
    top: 25px;
    letter-spacing: -0.03em;
    background: transparent;
    color: #8f8f8f;
    padding: 0;
    margin: 0;
    font-size: 0;
}

.subTitle ol.breadcrumb li {
    font-size: 13px;
    letter-spacing: -0.01em;
    margin: 0;
}

.subTitle ol.breadcrumb li:last-child {
    color: #333;
}

.breadcrumb>li+li:before {
    padding: 0 7px;
    color: #bbb;
    content: "\f054";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    font-size: 10px;
}


.subNav ul li.active a {
    color: #1b8db3;
    font-weight: 500;
}

.subContent h4 {
    margin: 0 0 20px;
    font-size: 26px;
    letter-spacing: -0.07em;
    font-weight: 500;
    padding: 0 13px;
    position: relative;
    display: inline-block;
    color: #222;
}

.subContent h4+p {
    font-size: 18px;
    margin: -4px 0 30px;
}

.subContent h4:before {
    content: "";
    width: 6px;
    height: 26px;
    background: #1b8db3;
    position: absolute;
    left: 0;
    top: 2px;
    /* transform: rotate(-45deg); */
}

.subContent h4:after {
    /* content: ""; */
    width: 20px;
    height: 4px;
    background: #1b8db3;
    position: absolute;
    right: 0;
    top: 0;
    transform: rotate(45deg);
}

.subContent p,
.subContent li,
.subContent dd {
    font-size: 16px;
    letter-spacing: -0.034em;
    line-height: 1.65;
}

.subContent .con {
    margin-bottom: 75px
}

.subContent li,
.subContent dd {
    margin-bottom: 5px;
}

.subContent p:last-child,
.subContent li:last-child,
.subContent dd:last-child,
.subContent .con:last-child {
    margin-bottom: 0 !important;
}


/*table*/
.subContent .table.table-type03 {
    margin: 0;
    border-top: 2px solid #333;
}

.subContent .table.table-type03 tr th,
.subContent .table.table-type03 tr td {
    padding: 12px !important;
    border-bottom: 1px solid #ddd !important;
    border-right: 1px solid #ddd;
    letter-spacing: -0.02em;
    word-break: keep-all;
    vertical-align: middle !important;
    font-size: 15px;
    line-height: 1.5;
}

.subContent .table.table-type03 tr th:last-child,
.subContent .table.table-type03 tr td:last-child {
    border-right: none;
}

.subContent .table.table-type03 tr th {
    color: #333;
    background: #f8f8f8;
    text-align: center;
}

.subContent .table.table-type03 tr td {
    color: #666;
}

/*service*/
#service01 .con1 {
    margin-left: -10px;
    margin-right: -10px;
}

#service01 .con1>div {
    padding: 0 10px;
}

#service01 .con1 img {
    border: 1px solid #e3e3e3;
    padding: 22px 30px;
    margin-bottom: 20px;
}
#service01 .con1 .col-md-12 img{padding:0;border: none;}
#service01 .con1 .clearfix {
    margin-bottom: 40px;
}

#service02 .con1 p {
    margin: 0 0 25px;
    font-weight: 400;
    letter-spacing: -0.043em;
    background: #f7f7f7;
    border: 1px solid #d3d3d3;
    padding: 35px 20px;
    text-align: center;
    font-size: 24px;
    color: #333;
    line-height: 1.55;
    margin-bottom: 20px;
}
#service02 .con1 .clearfix{margin-bottom: 60px;}
#service02 .con1 dl {
    margin: 25px 0 0;
}

#service02 .con1 dl dt {
    font-size: 20px;
    margin-bottom: 12px;
    display: inline-block;
    color: #1b8db3;
    letter-spacing: -0.034em;
}

#service02 .con1 dl dt::before {
    content: "\f138";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    margin-right: 5px;
    color: #1b8db3
}

#service02 .con1 .table.table-type03 tr td {
    text-align: center;
}

#service03 .con1 p span {
    display: inline-block;
    padding: 8px 25px;
    border-radius: 50px;
    margin: 7px 5px;
    font-size: 16px;
    font-weight: 500;
    border: 3px solid #d1e6ec;
    min-width: 150px;
    text-align: center;
    color: #095771;
}
#service03 .con1 p span:first-child {
    background: #d1e6ec;
    color: #095771;
}

#service03 .con1 p span:last-child {
    color: #fff;
    background: #1b8db3;
    border-color: #1b8db3;
}

#service03 .con1 img {
    margin: 0 auto;
    /* max-width: 800px; */
}

#service03 .subContent h4+p {    margin: -4px 0 10px;}
#service03 .subContent h4+p+img {  margin-bottom: 40px;
    padding: 15px;
    border: 1px solid #ddd;}
#service03 .con1 .img-bg {
    background: #e6e6e6;
    padding: 40px 0;
    margin: 40px 0 10px;
}

#service03 .con1 .img-bg2 {
    background: #e6e6e6;
    padding: 40px 0;
}

#service03 .con2 ul {
    margin: 0;
    padding: 30px 40px;
    background: #f7f7f7;
    border: 1px solid #d3d3d3;
}

#service03 .con2 ul li {
    margin-bottom: 8px;
}

#service03 .con2 ul li span {
    font-weight: 700;
    margin-right: 12px;
    display: inline-block;
    color: #1b8db3;
}

#service03 .con2 ul li span::before {
    content: "\f138";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    margin-right: 5px;
    color: #1b8db3
}

/*bbs*/
.subContent .con .bbs-area h4 {
    display: block;
    padding: 0
}

.subContent .con .bbs-area h4:before,
.subContent .con .bbs-area h4:after {
    display: none;
}

.table_blog2 dd {
    margin-bottom: 30px;
}

.table_blog2 dd .inner {
    position: relative;
    overflow: hidden;
    border: 1px solid #fff;
}

.table_blog2 dd .inner:hover {
    border-color: #1b8db3;
}

.table_blog2 dd .inner:hover .top {
    transform: scale(1.15)
}

.table_blog2 dd .inner .top {
    transition: all 0.3s
}

.table_blog2 dd .inner .top a .thumb {
    height: 400px;
}

.table_blog2 dd .inner .bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    width: 100%;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    padding: 0;
}

.table_blog2 dd .inner .bottom .title {
    margin: 0;
    color: #fff;
}

.table_blog2 dd .inner .bottom .title a {
    display: block;
    font-size: 19px;
    font-weight: 500;
    padding: 55px 0 25px;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
}

.table_blog2 dd .inner .bottom .info {
    display: none;
}

.table_blog2 dd .inner .bottom .title a:hover,
.table_blog2 dd .inner .title a:focus {
    color: #fff
}

.table.table_default tr th,
.table.table_default tr td {
    padding: 18px 15px;
}

.table.table_default tbody .subject a:hover {
    color: #1b8db3;
    text-decoration: underline;
}

.pagination_wrap ul li.box:hover a,
.pagination_wrap ul li.box:focus a {
    border-color: #1b8db3;
    color: #1b8db3
}

.pagination_wrap ul li.active a,
.pagination_wrap ul li.active a:hover,
.pagination_wrap ul li.active a:focus {
    color: #1b8db3;
    font-weight: 700;
    text-decoration: underline
}

.btn.btn-primary {
    background-color: #1b8db3;
    border: 1px solid #1b8db3;
    color: #fff
}

.btn.btn-primary:hover,
.btn.btn-primary:focus {
    background-color: #0d7598;
    border-color: #0d7598
}


.checkbox a {
    color: #2298bf
}

.board_wrapper .table.board_write_table tbody tr th>span.required_text {
    color: red;
}

.board_write_table .text-muted {
    font-size: 15px;
}

/*company*/
#company01 .con1 {
    border-top: 2px solid #333;
    padding-top: 80px;
    padding-bottom: 80px;
    border-bottom: 1px solid #ddd;
    margin: 0;
}

#company01 .con1 .comp_txt p {
    line-height: 1.8;
    margin-bottom: 20px;
    font-size: 16px;
    color: #555;
}

#company01 .con1 .comp_txt>p:first-child {
    font-size: 30px;
    color: #333;
    line-height: 44px;
    margin-bottom: 20px;
}

#company01 .con1 .comp_txt>p:first-child span {
    color: #1b8db3
}
#company01 .con1 .col-md-4{
    position: relative;
}
#company01 .con1 .col-md-4::before {
    content: "";
    width: 100px;
    height: 100px;
    background: #1b8db3;
    position: absolute;
    left: 0;
    bottom: -15px;
    opacity: 0.9;
    box-shadow: 4px 4px 4px rgba(0,0,0,0.15);
}

.location-li {
    border-top: 2px solid #222;
    margin: 40px 0 0;
}

.location-li li {
    border-bottom: 1px solid #e3e3e3;
    padding: 12px 20px;
    margin: 0;
}

.location-li span {
    display: inline-block;
    margin-right: auto;
    min-width: 160px;
    font-weight: 600;
    color: #333;
    border-radius: 4px;
    font-size: 15px;
}

@media(max-width:767px) {
    .location-li span {
        display: block;
    }
}

.location-li span i {
    margin-right: 13px;
    background: #1b8db3;
    width: 36px;
    height: 36px;
    text-align: center;
    color: #fff;
    line-height: 36px;
    border-radius: 50%;
    font-size: 15px;
}

/*community*/
#community02 .con .col-md-12>p {
    text-align: center;
    font-size: 18px;
    margin-bottom: 20px;
}

#community02 .con ul {
    margin: 0 0 45px;
    text-align: center;
    border: 1px solid #d3d3d3;
    background: #f7f7f7;
    padding: 30px;
}

#community02 .con ul li {
    text-align: left;
    display: inline-block;
    padding: 0 20px;
    margin: 0;
    line-height: 1.4;
    position: relative;
}

#community02 .con ul li::after {
    content: "";
    width: 1px;
    height: 16px;
    background: #ccc;
    position: absolute;
    right: 0;
    top: 3px;
}

#community02 .con ul li:last-child::after {
    content: none;
}

/*mobile*/
@media(max-width:767px){
    .navbar>.container .navbar-brand{    padding: 10px;
        margin: 0 !important;}
    .navbar-inverse .navbar-nav>li>a{padding: 30px 30px 10px;}
    .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a{    padding: 5px 30px;}
    #mainCarousel .carousel-inner .item{    height: 400px;}
    #mainCarousel .carousel-inner .item .carousel-caption{    left: 5%;
        right: 5%;}
    #mainCarousel .carousel-inner .item .carousel-caption h1 img{    max-width: 80px;}
    #mainCarousel .carousel-inner .item .carousel-caption h1 span{    font-size: 60px;}
    #mainCarousel .carousel-inner .item .carousel-caption p img{    max-width: 15px;
        margin-bottom: 14px;}
    #mainCarousel .carousel-inner .item .carousel-caption p span{    margin-top: 32px;    font-size: 18px;}
    #mainCarousel .carousel-inner .item .carousel-caption p i{    font-size: 18px;}
    .maincon01 .main_pro_inner{    padding: 20px;
        margin-bottom: 20px;}
    .maincon01 .main_pro_inner dl{    float: none;}
    .maincon01 .main_pro_inner dl dd span{    margin-right: 5px;}
    .maincon01 .main_pro_inner a{    padding: 10px 30px;
        margin-top: 15px;    display: inline-block;}
    .board_box_list ul li{    padding: 12px 0;}
    .main_contact{    padding: 20px 0;}
    .main_contact p{    font-size: 28px;
        font-weight: 700;}
    .main_contact img{    max-width: 100px;}
    .subNav{    height: 45px;}
    .subNav ul{    left: 0;
        transform: translateX(0);
        width: 100%;}
    .subNav ul li{    width: calc(100% / 3);
        min-width: auto;}
    .subNav ul li a{    font-size: 14px;line-height: 45px;}
    .subTitle ol.breadcrumb{display: none;}
    .subTitle{padding:80px 0 60px}
    .subTitle h3{    font-size: 30px;}
    #service01 .con1 img{    padding: 15px;}
    #service01 .con1 .col-md-12 img{    margin-bottom: 50px;padding:0}
    .subContent h4{    font-size: 20px;}
    #service02 .con1 p{    font-size: 18px;    padding: 35px 17px;}
    #service02 .con1 dl{    margin: 25px 0 15px;}
    #service02 .con1 dl dd small{display: block;}
    #service03 .subContent h4+p+img{    padding: 0;}
    .subContent h4+p{    font-size: 16px;}
    #service03 .con1 p span{    padding: 8px 10px;    min-width: 130px;}
    #service03 .con2 ul{    padding: 20px;}
    #service03 .con2 ul li{    margin-bottom: 15px;
        font-size: 15px;}
    #service03 .con2 ul li span{    display: block;
        font-size: 18px;}
    .table_blog2 dd .inner .top a .thumb{    height: 200px;}
    .table_blog2 dd .inner .bottom .title a{    padding: 15px 0 15px;font-size: 15px;text-overflow:ellipsis;
        white-space:nowrap;
        word-wrap:normal;       overflow:hidden;}
    #company01 .con1{padding-top: 40px;
        padding-bottom: 70px;}
    #company01 .con1 .col-md-8{padding:0}
    #company01 .con1 .comp_txt>p:first-child{    line-height: 30px;
        font-size: 20px;font-weight: 500;}
    #company01 .con1 .col-md-4{    margin-top: 30px;}
    #company02 .con1 iframe{height: 250px !important;}
    .location-li li{    padding: 12px 0;}
    .location-li span{    margin-bottom: 5px;}
    .board_wrapper .table_default colgroup{display: none;}
    .board_wrapper .table.table_default .subject{width:50%}
    .board_wrapper .table.table_default .writer{width:20%}
    .board_wrapper .table.table_default .regdate{width:30%}
    #community02 .con .col-md-12>p{    font-size: 15px;}
    #community02 .con ul{        padding: 15px 0 15px 15px;}
    #community02 .con ul li{    display: block;
        padding: 0;
        font-size: 15px;
        margin-bottom: 10px;}
    #community02 .con ul li::after{display: none;}
    .board_wrapper .table.board_write_table .input-group.input-group-big, .board_wrapper .table.board_write_table .form-control.form-control-big, .board_wrapper .table.board_write_table .input-group, .board_wrapper .table.board_write_table .form-control{width:100%}
    .board_wrapper .text-center .btn.btn-lg{    padding-left: 60px;
        padding-right: 60px;}
    .board_wrapper{margin-bottom: 0;}
}