<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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);
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700&amp;display=swap');


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

.body-layout {
    background-color: #fff;
}

#site {
    padding-top: 0px;
}

/* 폰트 설정 */
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
button,
.subPage,
#site {
    font-family: 'Noto Sans KR', 'notokr', "NanumGothic", 'Malgun Gothic', sans-serif;
}

/* h1, h2, h3, h4, h5, h6, p { margin: 0px; } */
ol,
ul,
li {
    list-style: none;
    list-style-position: inside;
    padding: 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&gt;li,
.li-dot&gt;li,
.li-dash&gt;dd,
.li-dot&gt;dd {
    padding-left: 17px;
    position: relative;
}

.li-dash&gt;li:before,
.li-dot&gt;li:before,
.li-dash&gt;dd:before,
.li-dot&gt;dd:before {
    content: "";
    display: block;
    position: absolute;
    left: 5px;
    top: 10px;
    width: 4px;
    height: 4px;
    background: #bbb;
}

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

.snb ul {
    padding: 0
}

#site {
    padding-top: 100px;
}

/* 상단 메뉴 */
.navbar-inverse {
    background: #fff;
    position: fixed;
    margin-bottom: 0;
    border-bottom: 1px solid #e0e0e0;
}

.navbar-inverse .navbar-brand {
    margin-left: 0 !important;
    margin: 14px 0;
    padding: 0;
    height: auto;
}

.navbar-inverse .navbar-nav&gt;li&gt;a {
    font-size: 17px;
    font-weight: 500;
    color: #222;
    letter-spacing: -0.02em;
    padding: 50px 40px 30px;
}

.navbar-inverse .navbar-nav&gt;li&gt;a:hover,
.navbar-inverse .navbar-nav&gt;li&gt;a:focus {
    color: #3658af;
}

.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: #3658af;
}

@media (max-width: 767px) {

    /*.navbar-inverse .navbar-toggle{border:1px solid #666;}*/
    .navbar-inverse .navbar-toggle {
        border: 0;
        padding: 9px 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: #3658af;
    }

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

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

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

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

    .navbar-inverse.open .navbar-toggle&gt;.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: none;
        padding: 0;
        box-shadow: none;
        min-width: 170px;
        background: #f9f9f9;
        border: 1px solid #d8d8d8;
        border-bottom: none;
        text-align: center;
    }

    .navbar-inverse .navbar-nav .dropdown-menu&gt;li&gt;a {
        padding: 13px 26px;
        font-size: 14px;
        color: #333;
        font-weight: 400;
        letter-spacing: -0.01em;
        transition: none;
        border-bottom: 1px solid #e0e0e0;
    }

    .navbar-inverse .navbar-nav .dropdown-menu&gt;li&gt;a:hover,
    .navbar-inverse .navbar-nav .dropdown-menu&gt;li&gt;a:focus {
        background: #3658af;
        font-weight: 300;
        color: #fff
    }
}

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

/* 하단 카피라이트 설정 시작*/
#site footer {
    margin-top: 0px;
    background-color: #222325;
    color: #999;
    font-size: 13px;
}

#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 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: 24px;
}


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

.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,
.carousel-indicators li.active {
    width: 60px;
    height: 10px;
    border: none;
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid #fff;
    margin: 0 4px;
    border-radius: 10px;
    transition: ease-in-out .15s all;
}

.carousel-indicators li.active {
    background-color: #fff;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, .125);
}

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

.carousel-caption {
    line-height: 1;
    top: 52%;
    text-align: left;
    padding: 0 15px;
}

.carousel-caption::before {
    content: "";
    width: 100px;
    height: 100px;
    background: #3658af;
    position: absolute;
    left: -15px;
    top: -25px;
    z-index: -1;
    opacity: 0.95
}

.carousel-caption h1 {
    font-size: 30px;
    font-weight: 300;
    letter-spacing: -0.02em;
    margin: 0 0 12px;
}

.carousel-caption p {
    font-size: 80px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: -0.04em;
}


/*main*/
.slick-prev:before,
.slick-next:before {
    color: #9cb2e2;
    font-size: 30px;
}

.slick-prev {
    left: -285px;
    right: auto;
    bottom: auto;
    top: 200px;
}

.slick-next {
    left: -250px;
    right: auto;
    bottom: auto;
    top: 200px;
}

.main_con01 {
    padding: 80px 0 60px;
    background: #f8f8f8;
}

.main_box {
    padding: 90px 10px;
}

.main_box a {
    display: block;
    position: relative;
    border: 1px solid #d8d8d8;
    box-shadow: 2px 2px 0 #f3f3f3;
    transition: all 0.3s
}

.main_box a:hover {
    border: 2px solid #3658af;
}

.main_box a img {
    /* border: 1px solid #ddd; */
    /* padding: 15px; */
    background: #fff;
}

.main_box a p {
    margin: 0;
    text-align: center;
    /* background: #385388; */
    color: #333;
    font-size: 16px;
    font-weight: 500;
    padding: 18px 0;
    letter-spacing: -0.04em;
    /* position: absolute; */
    /* bottom: 0; */
    width: 100%;
    border-top: 1px solid #eee;
}

.main01_box {
    height: 295px;
    margin: 0;
    /* background: #0086cf; */
    position: relative;
    margin-right: 30px;
    color: #333;
}

.main01_box h2 {
    margin: 0;
    padding: 90px 0 0 0px;
    font-weight: 400;
    letter-spacing: -0.08em;
    font-size: 40px;
    display: inline-block;
    /* border-left: 1px solid #719dde; */
    color: #3658af;
}

.main01_box h2 p {
    font-size: 14px;
    letter-spacing: 0em;
    font-weight: 300;
    margin: 10px 0 0 3px;
    color: #666;
}

.main01_box a:hover {
    color: rgba(255, 255, 255, 1)
}

.main_con {
    padding: 0;
    background: #fff;
    border-top: 1px solid #a9c7f3;
}

.main_busi02 {
    width: 100%;
    height: 270px;
    background: url(/public/img/main/main08.jpg)no-repeat center / cover;
    position: relative;
    /* background: #2f4fa2; */
}

.main_contact {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    text-align: center;
    width: 100%;
}

.main_contact h3 {
    margin: 0 0 13px;
    font-size: 34px;
    letter-spacing: -0.035em;
}

.main_contact p {
    font-size: 18px;
    font-weight: 300;
    letter-spacing: -0.035em;
}

.main_contact a {
    background: #fff;
    padding: 12px 40px;
    color: #333;
    font-weight: 500;
    margin-top: 25px;
    display: inline-block;
}

/*sub*/
.subTop {
    text-align: center;
    height: 400px;
    color: #fff;
    position: relative;
    background: #333 url('/public/img/sub/subTop3.jpg') no-repeat center / cover;
}

.subTop .subTop_inner {
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.subTop .subTop_inner h2 {
    margin: 0;
    font-size: 44px;
    font-weight: 500;
    letter-spacing: -0.035em;
}

.subTop .subTop_inner p {
    font-size: 17px;
    font-weight: 300;
    color: #fff;
    margin-top: 16px;
    margin-bottom: 0;
    letter-spacing: 0;
    opacity: 0.95;
    display: none;
}

/* Breadcrumb */
.subTop .breadcrumb {
    top: 20px;
    right: 21%;
    position: absolute;
    margin: 0;
    padding: 0;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.8);
    letter-spacing: 0;
    background-color: transparent;
    font-weight: 300;
}

.subTop .breadcrumb&gt;li+li:before {
    content: "\f054";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px;
    padding: 0 8px;

}

.subTop .breadcrumb&gt;li:first-child::before {
    content: '\f015';
    top: 0;
    left: 0;
    font-size: 11px;
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
}

/* Link */
.snb {
    /* background: rgba(0, 0, 0, 0.5); */
    /* margin-top: -62px; */
    z-index: 1;
    position: relative;
}

[id^="company"] .snb {
    display: none;
}

.snb ul {
    margin: 35px 0 0;
    text-align: center;
    padding: 0;
    border: 1px solid #e3e3e3;
    border-right: none;
    border-bottom: none;
}

.snb ul::after {
    content: "";
    display: block;
    clear: both;
}

.snb ul&gt;li {
    /* width: 1%; */
    /* position: relative; */
    /* display: table-cell; */
    width: 25%;
    float: left;
}

/* .snb ul &gt; li::after{
    content:"";
    width:1px;
    height:18px;
    background-color: #e3e3e3;
    position:absolute;
    right:0;
    top:50%;
    transform:translateY(-50%);
} */
.snb ul&gt;li:last-child::after {
    content: none;
}

.snb ul&gt;li&gt;a {
    width: 100%;
    display: inline-block;
    padding: 18px 10px;
    font-weight: 500;
    color: #333;
    font-size: 15px;
    letter-spacing: -0.02em;
    transition: none;
    text-decoration: none;
    border-right: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    background: #f9f9f9;
}

.snb ul&gt;li.active&gt;a,
.snb ul&gt;li&gt;a:hover,
.snb ul&gt;li&gt;a:focus {
    font-weight: 300;
    background: #3c58a0;
    position: relative;
    border-color: #3c58a0;
    color: #fff;
}

.subContent {
    padding: 80px 0 100px
}

.subTitle {
    position: relative;
    margin-bottom: 100px;
    padding-bottom: 35px;
    border-bottom: 1px solid #d8d8d8;
}

.subTitle::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -1px;
    transform: translateX(-50%);
    width: 150px;
    height: 2px;
    background: #3c58a0;
}

.subTitle h3 {
    position: relative;
    margin: 0;
    font-size: 36px;
    font-weight: 500;
    color: #222;
    letter-spacing: -0.05em;
    line-height: 1em;
    text-align: center;
}

.subContent p,
.subContent li,
.subContent dd {
    font-size: 15px;
    letter-spacing: -0.03em;
    line-height: 1.68;
    margin-bottom: 15px;
    color: #666;
}

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

.subContent .con {
    margin-bottom: 100px;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 100px;
}

.subContent p:last-child,
.subContent li:last-child,
.subContent dd:last-child,
.subContent .con:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}

.subContent h4 {
    font-size: 32px;
    letter-spacing: -0.06em;
    font-weight: 500;
    position: relative;
    margin: 0 0 40px;
    color: #222;
}

.subContent h5 {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.05em;
    margin: 0 0 20px;
    padding-left: 8px;
    border-left: 5px solid #3658af;
    line-height: 1;
    color: #3658af;
}

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

.subContent .table.table-type03 tr th,
.subContent .table.table-type03 tr td {
    padding: 10px !important;
    border: 1px solid #ddd !important;
    border-top: none !important;
    letter-spacing: -0.03em;
    word-break: keep-all;
    vertical-align: middle !important;
    text-align: center;
    font-size: 15px;
    font-weight: 300;
}

.subContent .table.table-type03 tr th {
    color: #333;
    background: #f8f8f8;
    font-weight: 500;
}

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

/*company*/
#company01 .con p {
    font-size: 18px;
    color: #222;
    font-weight: 300;
    line-height: 1.85;
    letter-spacing: -0.04em;
    margin: 0 0 30px;
}

#company01 .con p:first-child {
    font-size: 30px;
    font-weight: 500;
    letter-spacing: -0.07em;
    color: #3658af;
    line-height: 1.42;
    margin: 0 0 40px;
}

#company01 .con .text {
    padding-left: 65px;
    padding-top: 58px;
}

#company01 .con .image {
    position: relative;
    /* padding: 0 15px; */
}
/* 
#company01 .con .image::after {
    content: "";
    width: 70px;
    height: 70px;
    background: #3c58a0;
    position: absolute;
    right: 12px;
    bottom: -13px;
    opacity: 0.9;
} */

.history-table {
    border-top: none;
}

.history-table.table-style tr th,
.history-table.table-style tr td {
    border-bottom: none !important;
    border-top: none;
    padding: 20px 20px 30px !important;
}

.history-table.table-style tr th {
    position: relative;
    border-right: 1px solid #e0e4ef;
    font-size: 34px;
    color: #3658af;
    vertical-align: top !important;
    line-height: 1;
    font-style: italic;
    padding-left: 40px !important;
    letter-spacing: -0.03em;
}

.history-table.table-style tr th:before {
    content: '';
    display: block;
    position: absolute;
    right: -6px;
    top: 30px;
    width: 12px;
    height: 12px;
    background: #fff;
    border: 2px solid #3c58a0;
    border-radius: 50%;
}

.history-table.table-style ul&gt;li {
    position: relative;
    padding-left: 35px;
    line-height: 1.6;
    font-size: 18px;
    margin: 4px 0 6px;
    font-weight: 300;
    color: #222;
    letter-spacing: -0.04em;
}

.history-table.table-style ul&gt;li b {
    position: absolute;
    left: 0;
    top: 0;
    color: #333;
}

.history-table.table-style tr td {
    padding-left: 55px !important;
    padding-top: 17px !important;
    width: 80%;
}
#company03  .root_daum_roughmap{width: 100%;}
.location-li {
    border-top: 1px solid #333;
    margin: 40px 0 0;
}

.location-li li {
    border-bottom: 1px solid #e3e3e3 !important;
    padding: 15px 20px !important;
    margin: 0;
    font-size: 15px;
    width: 50%;
    float: left;
}

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

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

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

/*clean*/
.clean .con img {
    border: 1px solid #d3d3d3;
    padding: 5px;
    box-shadow: 2px 2px 0 #f3f3f3;
}

.clean .con .clearfix {
    margin-bottom: 60px;
}

.subPage .con .dl_01 {
    margin-bottom: 20px;
}

.subPage .con .dl_01+dl {
    margin-top: 40px;
}

.subPage .con .dl_01 dt {
    font-size: 20px;
    margin-bottom: 13px;
    margin-top: 8px;
    letter-spacing: -0.05em;
    line-height: 1.3;
}

.subPage .con .dl_01 dt small {
    font-weight: 600;
    color: #3e61b9;
    line-height: 1;
    display: block;
    margin-bottom: -2px;
}

.subPage .con .dl_02 {
    text-align: center;
}

.subPage .con .dl_02 dt {
    font-size: 15px;
    letter-spacing: -0.06em;
    font-weight: 400;
    margin-bottom: 10px;
    padding: 10px 0;
    background: #656a75;
    text-align: center;
    color: #fff;
}

.subPage .con .dl_02 dd {
    font-size: 14px;
    color: #333;
    letter-spacing: -0.035em;
}

.subPage .con .dl_03+.dl_03 {
    margin-top: 60px;
    padding-top: 60px;
    border-top: 1px dashed #ddd;
}

.subPage .con .dl_03 {
    padding-left: 20px;
}

.subPage .con .dl_03 dt {
    font-size: 20px;
    margin-bottom: 13px;
    margin-top: 8px;
    letter-spacing: -0.05em;
    line-height: 1.3;
}

#clean01 .subContent h4 {
    text-align: center;
    padding: 30px 0;
    margin-bottom: 55px;
    position: relative;
}

#clean01 .subContent h4::before,
#clean01 .subContent h4::after {
    content: "";
    width: 32px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border: 15px solid #eee;
    border-right: none;
}

#clean01 .subContent h4::after {
    left: auto;
    right: 0;
    border: 15px solid #eee;
    border-left: none;
}

#clean01 .subContent .dl_01 dt {
    font-size: 30px;
    margin: 0 0 30px;
    background: #656a75;
    text-align: center;
    color: #fff;
    padding: 20px 20px 22px;
    letter-spacing: -0.02em;
    font-weight: 500;
}

#clean01 .subContent .dl_01 dt small {
    color: #fff;
    display: block;
    font-weight: 300;
    letter-spacing: -0.02em;
    font-size: 17px;
}

#clean01 .con1 dl {
    min-height: 305px;
    margin-bottom: 40px;
}

#clean01 .con1 .col-md-6 .row {
    margin-left: -3px;
    margin-right: -3px;
}

#clean01 .con1 .col-md-6 .row&gt;div {
    padding: 0 3px;
}

#clean01 .con1 .col-md-6 .row&gt;div img {
    padding: 0;
    border: none;
}

#clean01 .con2 ul {
    margin-top: 30px;
}

#clean01 .con2 ul li {
    position: relative;
    padding-left: 220px;
    margin-bottom: 25px;
}

#clean01 .con2 ul li span {
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 700;
    color: #333;
}

#clean01 .con2 ul li span strong {
    display: inline-block;
    padding: 5px 7px;
    background: #fed966;
    line-height: 1;
    color: #ff0b06;
    margin-right: 8px;
}

#clean02 .con1 .col-md-5 ul {
    margin: 0;
    padding-left: 20px;
}

#clean02 .con1 .col-md-5 ul li {
    font-size: 16px;
    margin: 15px 0;
    font-weight: 600;
    position: relative;
    padding-left: 37px;
    color: #333;
}

#clean02 .con1 .col-md-5 ul li span {
    display: inline-block;
    width: 26px;
    height: 26px;
    text-align: center;
    border-radius: 50%;
    border: 2px solid #999;
    color: #666;
    font-weight: 600;
    font-size: 13px;
    position: absolute;
    left: 0;
    top: 2px;
}

#clean02 .con2 .col-md-4,
#clean03 .con2 .col-md-4,
#clean04 .con2 .col-md-4,
#clean04 .con3 .col-md-4 {
    padding-right: 30px;
}

#clean03 .clean03_inner {
    padding-left: 30px;
}

#clean03 .clean03_inner h5 {
    margin-top: 40px;
}

#clean05 .con2 .col-md-6 p,
#clean05 .con3 .col-md-6 p {
    padding: 20px 25px;
    margin-top: 40px;
    border: 4px solid #dfe7f9;
    color: #334c8e;
}

#clean06 img {
    padding: 30px;
}

#clean06 .con1 img+p {
    text-align: center;
    font-weight: 500;
    color: #333;
    margin-top: 8px;
}

#clean06 .con1 .dl_03+.dl_03 {
    padding-top: 0;
    border-top: none;
    margin-top: 40px;
}

#clean07 .con1 img {
    padding: 30px;
}

#clean07 .con1 dl dt {
    font-size: 20px;
    margin-bottom: 13px;
    margin-top: 8px;
    letter-spacing: -0.05em;
    line-height: 1.3;
}

#clean07 .con1 dl+dl {
    margin-top: 40px;
}

#clean07 .con2 .col-md-3 dl {
    margin-top: 15px;
}

#clean07 .con2 p {
    text-align: center;
    font-weight: 500;
    color: #333;
    line-height: 1.35;
    margin-top: 8px;
}

#clean07 .con2 .col-md-3 dl dd {
    font-size: 14px;
    word-break: break-all;
    text-align: justify;
}


/*product*/
.product .con img {
    padding: 10px;
    background: #eee;
    margin-bottom: 10px;
}

.product .con img+p {
    text-align: center;
    font-weight: 500;
    color: #333;
    line-height: 1.35;
}

.product .con .img_clearfix {
    margin-bottom: 30px !important;
}

.product .con .clearfix {
    margin-bottom: 50px;
}

#product01 .con3 h5 {
    margin-top: 40px;
}

#product02 .con1 dl dt {
    font-size: 18px;
    margin-bottom: 5px;
    color: #025db8;
}

#product02 .con2 ul li span,
#product05 .con .col-md-9 ul li span,
#product05 .con .col-md-9 dl dd span {
    font-weight: 700;
    color: #333;
    margin-right: 10px;
}

#product02 .con2 ul li span {
    color: #fff;
    display: inline-block;
    background: #858687;
    border-radius: 2px;
    padding: 0 10px;
    font-weight: 500;
    width: 75px;
    text-align: center;
}

#product06 .con2 p {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

@media(min-width:768px) {

    #product01 .con3 .col-md-3,
    #product07 .con1 .col-md-3 {
        width: 20%
    }
}


/*construction*/
#construction01 .con {
    margin-left: 0;
    margin-right: 0;
}

#construction01 .con p.year {
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
    padding-top: 34px;
    color: #3658af;
}

#construction01 .con1 .col-md-3 {
    border-top: 2px solid #3658af;
    padding: 0;
}

#construction01 .con1 .col-md-9 {
    border-top: 1px solid #ccc;
    padding-top: 35px;
}

#construction01 .con .clearfix {
    margin-bottom: 50px;
}


/* form */

.btn {
    font-size: 15px;
    letter-spacing: -0.034em;
}


.btn.btn-primary {
    background: #3658af;
    border: 1px solid #3658af;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus {
    background: #234290;
    border: 1px solid #234290;
}

.btn.btn-dark {
    background: #404040;
    border: 1px solid #404040;
}

.btn.btn-dark:hover,
.btn.btn-dark:focus {
    background: #303030;
    border: 1px solid #303030;
}

.form-control {
    font-size: 15px;
    letter-spacing: -0.03em;
}

.board_wrapper .table.board_write_table {
    border-top: 1px solid #333;
}

.board_wrapper .table.board_write_table tbody tr th,
.board_wrapper .table.board_write_table tbody tr td {
    border-top: none;
    border-bottom: 1px solid #ddd;
}

.board_data_view {
    border-top: 1px solid #333;
}

.board_data_view .header_wrap {
    border-bottom: 1px solid #ddd;
    background: #f6f6f6;
    padding: 38px 0;
}

.board_data_view .header_wrap .title::before {
    content: none;
}

.board_data_view .header_wrap .title {
    padding-left: 0;
}

/*mobile*/
@media(max-width:767px) {
    #mainCarousel .carousel-inner .item {
        height: 400px;
    }

    .carousel-caption {
        left: 5%;
        top: 50%;
        right: 5%;
    }

    .carousel-caption h1 {
        font-size: 27px;
    }

    .carousel-caption p {
        font-size: 49px;
    }

    .carousel-caption::before {
        width: 70px;
        height: 70px;
        left: -10px;
    }

    .navbar-inverse .navbar-brand {
        margin: 0;
        padding: 10px;
    }

    .navbar-inverse .navbar-toggle {
        padding: 29px 0;
    }

    #site {
        padding-top: 88px;
    }

    .navbar-inverse .navbar-nav&gt;li&gt;a {
        padding: 30px 30px 10px
    }

    .navbar-nav .open .dropdown-menu .dropdown-header,
    .navbar-nav .open .dropdown-menu&gt;li&gt;a {
        padding: 5px 30px
    }

    .main_busi01 .container {
        padding: 0
    }

    .main_box {
        padding: 75px 10px;
    }

    .main01_box {
        margin-right: 0;
        height: auto;
    }

    .slick-next {
        left: 40px;
        top: 30px;
    }

    .slick-prev {
        left: 5px;
        top: 30px;
    }

    .main_busi01 .col-md-3 {
        padding: 0 20px
    }

    .subTop {
        height: 200px;
    }

    .subTop .breadcrumb {
        right: 4%;
    }

    .subTitle {
        margin-bottom: 70px;
    }

    .subContent h4 {
        margin-bottom: 25px;
    }

    #company01 .con .image {
        padding: 0 15px;
    }

    #company01 .con .text {
        padding-left: 15px;
    }

    #company01 .con p {
        font-size: 16px;
    }

    #company01 .con p:first-child {
        font-size: 26px;
    }

    .history-table.table-style tr th {
        padding: 20px 20px 30px 15px !important;
        border-left: 1px solid #e0e4ef;
        border-right: none;
        font-size: 28px;
    }

    .history-table.table-style tr th:before {
        right: auto;
        left: -5px;
    }

    .history-table.table-style tr td {
        padding-left: 0px !important;
        padding-right: 0 !important;
        padding-bottom: 0px !important;
    }

    .history-table.table-style ul&gt;li {
        font-size: 15px;
    }

    #company03 .con iframe {
        height: 250px !important;
    }

    .location-li li {
        width: 100%;
        float: none;
    }

    .location-li span {
        margin-bottom: 5px;
    }

    .subTop .subTop_inner h2 {
        font-size: 40px;
    }

    .snb {
        display: none;
    }

    #clean01 .subContent h4 {
        font-size: 20px;
        line-height: 1.5;
        font-weight: 700;
    }

    #clean01 .con1 dl {
        margin-bottom: 30px;
        min-height: auto;
    }

    #clean01 .con1&gt;div:last-child {
        margin-top: 30px;
    }

    .subContent .con {
        margin-bottom: 70px;
        padding-bottom: 70px;
    }

    #clean01 .con2 ul li {
        padding-left: 0;
    }

    #clean01 .con2 ul li span {
        position: static;
        ;
        display: block;
    }

    #clean02 .con1 .col-md-5 ul {
        padding-left: 0;
    }

    .subContent h4 small {
        display: block;
        font-size: 50%;
        letter-spacing: 0.01em;
        margin-top: 10px;
        font-weight: 500;
    }

    #clean02 .con1 .col-md-8 ul {
        margin-top: 20px;
    }

    #clean03 .con img,
    #clean04 .con img,
    #clean05 .con img {
        margin-bottom: 20px;
    }

    .subTitle h3 {
        font-size: 28px;
    }

    .clean .con .col-xs-4 {
        padding: 0 3px;
    }

    #clean05 .con2&gt;div:last-child,
    #clean05 .con3&gt;div:last-child {
        margin-top: 20px;
    }

    .clean .con .clearfix {
        margin-bottom: 40px;
    }

    .subPage .con .dl_03 {
        padding-left: 0;
        margin-top: 20px;
    }

    #clean06 img {
        padding: 10px
    }

    #clean07 .subTitle h3 {
        font-size: 25px;
    }

    #clean07 .con dl {
        margin-top: 20px;
    }

    #clean07 .con dl+dl {
        margin-top: 20px;
    }

    #clean07 .con2 p {
        margin-bottom: 20px;
    }

    #product01 .con2 img {
        margin: 0 0 20px;
    }

    .product .con .clearfix {
        margin-bottom: 30px;
    }

    #product04 .con1 .col-xs-6 {
        padding: 0 5px
    }

    #product05 .con2 .col-md-7 p {
        margin: 20px 0
    }

    #construction01 .con p.year {
        padding: 15px 0;
    }

    #construction01 .con1 .col-md-9 {
        padding: 20px 0 0;
    }

    .board_wrapper .table.board_write_table .input-group,
    .board_wrapper .table.board_write_table .form-control,
    .board_wrapper .table.board_write_table .input-group.input-group-big,
    .board_wrapper .table.board_write_table .form-control.form-control-big {
        width: 100%;
    }

    .board_wrapper .text-center .btn.btn-lg {
        padding-left: 60px;
        padding-right: 60px;
    }
}</pre></body></html>