@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

@font-face {
    font-family: 'EBSHMJESaeron';
    font-weight: 700;
    src: url('/public/font/EBSHMJESaeron/EBSHMJESaeronSB.eot');
    src: url('/public/font/EBSHMJESaeron/EBSHMJESaeronSB.eot?#iefix') format('embedded-opentype'),
         url('/public/font/EBSHMJESaeron/EBSHMJESaeronSB.woff') format('woff'),
         url('/public/font/EBSHMJESaeron/EBSHMJESaeronSB.ttf') format('truetype');
}

#site {
    padding-top: 0;
    font-size: 16px;
    font-family: 'Roboto', 'notokr', sans-serif;
    letter-spacing: -0.033em;
}

a,
button {
    transition: all ease-in-out .15s;
    -webkit-transition: all ease-in-out .15s;
    -moz-transition: all ease-in-out .15s;
    -ms-transition: all ease-in-out .15s;
    -o-transition: all ease-in-out .15s;
}

a,
a:hover,
a:focus {
    color: inherit;
}

p {
    line-height: 1.6em;
}

a[href^="mailto"] {
    color: inherit;
}

.btn.btn-primary {
    background-color: #2b4bc5;
    border-color: #2b4bc5;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus {
    background-color: #233b96;
    border-color: #233b96;
}

/* To Top Button */
.btn-top {
    display: none;
    right: 18px;
    bottom: 18px;
    width: 48px;
    height: 48px;
    position: fixed;
    padding: 10px 15px;
    font-size: 20px;
    color: #fff;
    background-color: rgba(61, 75, 156, 0.85);
    z-index: 1;
}
.btn-top:hover {
    cursor: hand;
    cursor: pointer;
    background-color: rgba(61, 75, 156, 1);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

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

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

.navbar-inverse .navbar-brand {
    position: relative;
    margin-top: 20px;
}

.navbar-inverse .navbar-brand::before {
    content: '정진기계건설(주)';
    top: 16px;
    left: 85px;
    position: absolute;
    font-size: 25px;
    font-weight: 600;
    font-family: 'EBSHMJESaeron';
    color: #111;
    white-space: nowrap;
    letter-spacing: -0.06em;
}

.navbar-inverse .navbar-brand img {
    margin-top: -10px;
}

.navbar-inverse .navbar-nav > li > a {
    font-size: 17px;
    font-weight: 600;
    color: #333;
    letter-spacing: -0.035em;
}

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

.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: #2b4bc5;
}

@media (max-width: 767px) {
    .navbar-inverse .navbar-toggle {
        border: 0;
        padding: 15px 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: #2b4bc5;
    }

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

    .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: none;
        padding: 15px 0;
        box-shadow: none;
        background: rgba(0,0,0,0.85);
        text-align: center;
    }

    .navbar-inverse .navbar-nav .dropdown-menu > li > a {
        padding: 5px 20px;
        transition: none;
        color: #d8d8d8;
    }

    .navbar-inverse .navbar-nav .dropdown-menu > li > a:hover,
    .navbar-inverse .navbar-nav .dropdown-menu > li > a:focus {
        background: none;
        font-weight: 500;
        color:#fff;
    }
}

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

    .navbar-inverse .navbar-nav > li > a {
        padding: 35px 30px;
    }
}

/* 슬라이드 공통 */
.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);
}

.carousel-caption {
    right: auto;
    display: inline-block;
    text-align: left;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, .55);
    padding: 0;
    top: 53%;
}

.carousel-caption h1 {
    margin: 0 0 25px;
    font-size: 80px;
    font-weight: 700;
    font-family: 'EBSHMJESaeron';
    letter-spacing: -0.055em;
}

.carousel-caption p {
    font-size: 22px;
    padding-left: 2px;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, .6);
    line-height: 1.45;
    font-weight: 400;
}

@media (max-width: 767px) {
    .carousel-control {
        font-size: 14px;
    }

    .carousel-indicators li,
    .carousel-indicators li.active {
        width: 6px;
        height: 6px;
    }
}

/* 푸터 */
#site footer {
    margin-top: 0px;
    background-color: #222;
    color: #a2a2a2;
    letter-spacing: 0;
}

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

#site footer .footer-info ul li.copy {
    font-size: 12px;
    color: #888;
}

#site footer .footer-info .logo {
    padding-top: 4px;
}

#site footer .footer-info .logo > img {
    float: left;
    opacity: .6;
}

#site footer .footer-info .logo > .name {
    margin: 6px 0 0 10px;
    display: inline-block;
    font-size: 19px;
    font-weight: 700;
    font-family: 'EBSHMJESaeron';
    letter-spacing: -0.04em;
    opacity: .6;
}

/* 메인 페이지 */
#mainCarousel .carousel-inner .item {height: 600px}

@media (max-width: 767px) {
    #mainCarousel .carousel-inner .item {
        height: 250px;
        background-image: url('/public/img/slide/slide01_m.jpg') !important;
    }
    #mainCarousel .carousel-caption h1 {margin:0 0 15px;font-size:40px}
    #mainCarousel .carousel-caption p {font-size: 15px;}
}

#section_a684ec {
    padding: 20px 0;
}

#section_b53b3a {
    min-height: 400px;
}

#section_b53b3a .container {
    width: 100%;
    padding: 0;
}

.root_daum_roughmap {
    width: 100% !important;
    padding: 0 !important;
}

.root_daum_roughmap .map_border {
    display: none !important;
}

@media (min-width: 767px) {
    #section_a684ec div[class^="board_box_"] {
        width: 50%;
    }
}

.board_box_blog2 .row {
    margin-left: -20px;
    margin-right: -20px;
}

.board_box_blog2 .row > div[class^="col-"] {
    padding-left: 20px;
    padding-right: 20px;
}

.board_box_blog2 .inner {
    margin-top: 0;
    margin-bottom: 0;
    border: none;
}

.board_box_blog2 .inner .bottom {
    padding: 15px 0px;
    text-align: center;
}

.board_box_blog2 .inner .bottom .title {
    margin-bottom: 0;
}

.board_box_blog2 .inner .bottom .title a {
    font-size: 16px;
    letter-spacing: -0.015em;
    font-weight: 500;
}

.board_box_blog2 .inner .bottom .info {
    display: none;
}
.board_box_blog2 .inner .top a {
    background: #000;
}
.board_box_blog2 .inner .top a .thumb {
    height: 240px;
    transition: all 0.4s ease;
}
.board_box_blog2 .inner:hover .top a .thumb{
    transform: scale(1.14);
    opacity: 0.7;
}

/* 메인 스타일 */
.mainPage #section1 {
    background: #ffffff;
    border-bottom: 1px solid #8a8ccc;
    position: relative;
    z-index: 1;
    box-shadow: 0 1px 0 #ddd;
}

.mainPage .main-link {
    float: left;
    width: 20%;
    padding: 0;
}

.mainPage .main-link > a {
    width: 100%;
    position: relative;
    display: inline-block;
    padding: 30px 0px 35px;
    /* margin: 10px 0 0; */
    /* background: #fafafa; */
}
/* 
.mainPage .main-link > a::before,
.mainPage .main-link > a::after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.mainPage .main-link > a::before {
    top: 0;
    left: 0;
    border-top: 3px solid transparent;
    border-left: 3px solid transparent;
}

.mainPage .main-link > a::after {
    right: 0;
    bottom: 0;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
} */

.mainPage .main-link > a:hover,
.mainPage .main-link > a:hover {
    background: #e7effb;
}
/* 
.mainPage .main-link > a:hover::before,
.mainPage .main-link > a:hover::after {
    width: 100%;
    height: 100%;
    border-color: #ffffff;
}
 */
.mainPage .main-link .icon {
    float: left;
    width: 50%;
    text-align: right;
    padding-right: 18px;
    margin: 5px auto 0;
}
.mainPage .main-link .icon img{
    margin-right:0;
}
.mainPage .main-link .text {
    width: 50%;
    display: inline-block;
}

.mainPage .main-link h4 {
    margin: 8px 0 0;
    font-size: 19px;
    letter-spacing: -0.045em;
    line-height: 1;
}

.mainPage .main-link .en {
    margin-top: 8px;
    font-size: 11px;
    font-weight: 400;
    color: #aaa;
    letter-spacing: 0.05em;
}

.mainPage #section2 {
    padding: 90px 0 50px;
    background: #f3f3f3;
}

.mainPage #section2 h3 {
    margin: 0;
    font-size: 42px;
    letter-spacing: -0.025em;
    font-weight: 600;
}

#section_7f39f8 .page-header {
    display: none;
}

section#section_7f39f8 {
    background:#f3f3f3;
}
#main2 {
    padding-top: 10px;
    padding-bottom: 90px;
    background: #f3f3f3;
}

.mainPage #section3 a {
    padding: 15px 35px;
    font-size: 18px;
    background: #3d4b9c;
    color: #fff;
    font-weight: 500;
    letter-spacing: -0.03em;
}

.mainPage #section3 a:hover {
    background: #233b96;
}

/********** 서브 시작 **********/
/* 공통 스타일 */
.navbar-inverse+.container {
    width: 100%;
    padding: 0;
}

.subPage > .pageTop {
    height: 350px;
    position: relative;
    color: #fff;
    background-image:url('/public/img/sub/back_page_top1.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.subPage > .pageTop::before {
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: #fff;
    opacity: .1;
}
.subPage > .pageTop.bg2 {background-image: url('/public/img/sub/back_page_top2.jpg');}
.subPage > .pageTop.bg3 {background-image: url('/public/img/sub/back_page_top3.jpg');}
.subPage > .pageTop.bg4 {background-image: url('/public/img/sub/back_page_top4.jpg');}

.subPage > .pageTop > .container {
    height: 100%;
    position: relative;
}

.subPage > .pageTop .wrap-title {
    padding: 130px 0 0;
    text-align: center;
}

.subPage > .pageTop .wrap-title > h2 {
    margin: 0;
    font-size: 45px;
    font-weight: 600;
    letter-spacing: -0.035em;
}

.subPage > .pageTop .wrap-title > p {
    margin: 8px 0 0;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0;
    opacity: 0.9;
}

/* Breadcrumb */
.subPage .breadcrumb {
    top: 20px;
    right: 15px;
    position: absolute;
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0;
    background-color: transparent;
}

.subPage .breadcrumb > li:first-child::before {
    content: '\f015';
    left: -10px;
    position: absolute;
    font-size: 11px;
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
}

/* Link */
.subPage .link {}

.subPage .link ul {
    background: #fff;
    margin-top: -33px;
    box-shadow: 2px 4px 12px 0px rgba(0, 0, 0, 0.125);
}

.subPage .link ul > li > a {
    position: relative;
    padding: 25px 0;
    font-size: 17px;
    color: #333;
    text-decoration: none;
    letter-spacing: -0.06em;
    line-height: 1em;
    font-weight: 400;
    background: #fff;
}

.subPage .link ul > li > a:after {
    content: "";
    width: 1px;
    height: 18px;
    background: #e0e0e0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.subPage .link ul > li.active > a {
    font-weight: 500;
    color: #fff;
    background: #2c449e;
}

.subPage .link ul > li.active > a:after {
    content: none;
}

.subPage .link ul > li:not(.active) > a:hover,
.subPage .link ul > li:not(.active) > a:focus {
    background: #f3f3f3;
}

.subPage > .contents {
    padding: 90px 0 110px;
}

.space-bottom {
    margin-bottom: 80px;
}

.title-lv-1 {
    margin: 0 0 72px;
    font-size: 36px;
    font-weight: 600;
    color: #222;
    letter-spacing: -0.025em;
    line-height: 1;
    text-align: center;
}

/* .title-lv-1::after {
    content: '';
    width: 45px;
    height: 2px;
    position: relative;
    display: block;
    margin: 20px auto 0;
    background: #e30613;
} */
.title-lv-3 {
    position: relative;
    margin: 0 0 20px;
    padding-left: 28px;
    font-size: 25px;
    font-weight: 600;
    color: #333;
    letter-spacing: -0.045em;
}

.title-lv-3::before {
    content: '';
    top: 4px;
    left: 5px;
    width: 8px;
    height: 17px;
    position: absolute;
    transform: skewX(-35deg);
    border-top: 5px solid #f1232f;
    background: #2d4ab5;
    box-shadow: 4px 3px 0 0 #ccc;
}

.list-default {
    padding-left: 0;
    margin: 0;
    list-style-type: none;
}

.list-default > li {
    position: relative;
    margin-bottom: 6px;
    line-height: 1.6em;
}

.list-style-1 > li {
    padding-left: 12px;
}

.list-style-1 > li::before {
    content: '';
    position: absolute;
    top: 9px;
    left: 0px;
    width: 5px;
    height: 5px;
    background: #4284d5;
    border-radius: 20px;
}

table.tb-default > thead > tr > th,
table.tb-default > tbody > tr > th,
table.tb-default > tbody > tr > td {
    padding: 16px;
    font-size: 15px;
    border-top: none;
    border-bottom: 1px solid #eee;
    vertical-align: middle;
}

table.tb-default > thead > tr > th,
table.tb-default > tbody > tr > th {
    text-align: center;
}

table.tb-style-1 {
    border-top: 2px solid #2c449e;
}

table.tb-style-1 > thead > tr > th,
table.tb-style-1 > tbody > tr > th {
    font-weight: 600;
    background-color: #f8f8f8;
    border-color: #e0e0e0;
}

/* 기업개요 (페이지) */
#summary #row1 h3 {
    margin: 0 0 60px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.55;
    text-align: center;
    color: #686a6d;
}

#summary #row1 h3 > .color {
    position: relative;
    color: #2845b1;
    font-size: 40px;
    font-weight: 500;
    letter-spacing: -0.06em;
}

#summary .image {
    position: relative;
    padding: 0 30px 0 80px;
}

#summary .text {
    padding: 0 30px 0 15px;
    word-break: keep-all;
}

#summary table > tbody > tr > th,
#summary table > tbody > tr > td {
    padding: 21px 20px 20px;
}

#summary table > tbody > tr > th {
    text-align: left;
}

#summary table > tbody > tr > td strong {
    padding-right: 2px;
}
/*
#summary table > tbody > tr > td a {
    color: #1864ab;
}
*/

/* 대표 인사말 (페이지) */
#greeting .image {
    padding: 0 15px 0 30px;
}

#greeting .text {
    padding: 0 55px;
    word-break: keep-all;
}

#greeting .text h4 {
    margin: 0 0 15px;
    font-size: 20px;
    font-weight: 500;
    color: #2b4bc5;
    letter-spacing: -0.075em;
}

#greeting .text h4+p {
    margin: 0 0 35px;
    font-size: 34px;
    font-weight: 300;
    color: #000;
    letter-spacing: -0.05em;
    line-height: 1.4em;
}

#greeting .text p {
    margin: 0 0 30px;
    color: #555;
}

#greeting .image {
    padding-top: 95px
}

/* 대표 약력 (페이지) */
#ceo_history ul.list-history {
    width: 100%;
    display: inline-table;
    border-top: 2px solid #2c449e;
}

#ceo_history ul.list-history > li {
    width: 100%;
    display: table-row;
}

#ceo_history ul.list-history > li .year {
    width: 130px;
    display: table-cell;
    margin: 0;
    padding: 15px 0;
    font-size: 17px;
    text-align: center;
    background-color: #f8f8f8;
    border-bottom: 1px solid #e0e0e0;
    vertical-align: middle;
}

#ceo_history ul.list-history > li .desc {
    display: table-cell;
    border-bottom: 1px solid #eee;
    vertical-align: middle;
}

#ceo_history ul.list-history > li .desc p {
    margin: 0;
    padding: 10px;
    font-size: 15px;
    word-break: keep-all;
}

#ceo_history .right ul.list-history > li .desc p {
    float: left;
    width: 37%;
    text-align: center;
}

#ceo_history .right ul.list-history > li .desc p:nth-child(2) {
    width: 26%;
}

/* 경영이념 (페이지) */
#philosophy #row1 {
    text-align: center;
}

#philosophy #row1 h4 {
    margin: 0 0 15px;
    font-size: 34px;
    color: #2845b1;
    font-weight: 500;
    letter-spacing: -0.06em;
}

#philosophy #row1 h5 {
    margin: 0 0 50px;
    font-size: 25px;
    font-weight: 300;
    letter-spacing: -0.05em;
    color: #000;
}

#philosophy #row1 p {
    position: relative;
    display: inline-block;
    margin: 0 0 60px;
    padding: 20px 45px 20px 82px;
    border: 2px solid #cacaca;
    border-radius: 50px;
    font-size: 18px;
    color: #2d2d2d;
    font-weight: 500;
    letter-spacing: -0.05em;
}

#philosophy #row1 p::before {
    content: '\f00c';
    left: 9px;
    top: 9px;
    position: absolute;
    font-size: 33px;
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    background: #f52531;
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
    text-align: right;
}

/* 오시는길 (페이지) */
#location ul.list-location {
    margin-top: 20px;
}

#location ul.list-location > li {
    float: left;
    width: 25%;
}

#location ul.list-location > li .inner {
    min-height: 275px;
    padding: 30px 15px;
    text-align: center;
    border: 1px solid #ddd;
    border-left: none;
}

#location ul.list-location > li:first-child .inner {
    border-left: 1px solid #ddd;
}

#location ul.list-location > li .wrap-icon {
    display: inline-block;
    padding: 22px;
    background: #2c449e;
    border-radius: 100%;
}

#location ul.list-location > li:nth-child(2) .wrap-icon {
    background: #4580ca;
}

#location ul.list-location > li:nth-child(3) .wrap-icon {
    background: #ef5151;
}

#location ul.list-location > li:nth-child(4) .wrap-icon {
    background: #4e4e4e;
}

#location ul.list-location > li h4 {
    margin: 25px 0 20px;
    color: #333;
    font-size: 20px;
    letter-spacing: 0;
    font-weight: 600;
}

#location ul.list-location > li p {
    margin: 20px 0 0;
    font-size: 24px;
    letter-spacing: 0;
    font-weight: 300;
}

#location ul.list-location > li:first-child p {
    margin: 0;
    font-size: 15px;
    line-height: 1.4em;
    font-weight: 400;
}

#location figure > img {
    padding: 6px;
    border: 1px solid #ddd;
}

#location figure > figcaption {
    margin: 12px 0 40px;
    font-size: 18px;
    text-align: center;
    font-weight: 500;
}

/* 사업소개 (페이지) */
#construction_intro table.tb-style-1 {
    border: none;
    border-top: 1px solid #999;
}

#construction_intro table.tb-style-1 tbody th,
#construction_intro table.tb-style-1 tbody td {
    border: none;
    border-bottom: 1px solid #eaeaea;
    text-align: left;
    padding: 11px 0 !important;
    background: #fff;
}

#construction_intro table.tb-style-1 tbody th {
    font-weight: 500;
    font-size: 15px;
    color: #333;
    letter-spacing: -0.015em;
}

#construction_intro table.tb-style-1 tbody td {
    letter-spacing: -0.01em;
    font-size: 14px;
}

#construction_intro #row1 {
    text-align: center;
}

#construction_intro #row1 p {
    font-size: 18px;
    letter-spacing: -0.055em;
}

#construction_intro #row1 h4 {
    margin: 0 0 15px;
    font-size: 34px;
    color: #2845b1;
    font-weight: 500;
    letter-spacing: -0.06em;
}

#construction_intro #row2 .company {
    float: left;
    width: 25%;
    position: relative;
    margin: 0;
    font-size: 28px;
    border-top: 1px solid #999;
    padding-top: 25px;
    letter-spacing: -0.055em;
}

#construction_intro #row2 .table-responsive {
    width: 75%;
    display: inline-block;
    margin-bottom: 60px;
}

#construction_intro #row2 .company::before {
    content: '';
    background: #cb262e;
    width: 35px;
    height: 3px;
    position: absolute;
    top: -3px;
    left: 0;
}

#construction_intro #row2 table > tbody > tr > th,
#construction_intro #row2 table > tbody > tr > td {
    padding: 14px;
}

#construction_intro #row2 table > tbody > tr > th {
    width: 200px;
}

/* 자료실 (게시판) */
#data_library .box-text {
    position: relative;
    margin-bottom: 30px;
    padding: 40px 30px 30px;
    text-align: center;
    overflow: hidden;
    border: 5px solid #eee;
    font-size: 18px;
}

#data_library .box-text p > a {
    color: #2b4bc5;
    text-decoration: underline;
    letter-spacing: 0;
}

#data_library .box-text p > a:hover {
    color: #03254c;
}

#data_library .box-text::after {
    content: '\f658';
    right: 50px;
    bottom: -30px;
    position: absolute;
    font-size: 115px;
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    color: #f0f0f1;
    z-index: -1;
}

/* 공사실적사진, 갤러리 (게시판) */
.table_blog2 dd .inner .bottom .info span+span {
    margin-left: 6px;
}
#construction_photo .table_blog2 dd .inner .bottom,
#gallery .table_blog2 dd .inner .bottom {
    position: relative;
}
#construction_photo .table_blog2 dd .inner .bottom .title,
#gallery .table_blog2 dd .inner .bottom .title {
    width: 80%;
}
#construction_photo .table_blog2 dd .inner .bottom .info,
#gallery .table_blog2 dd .inner .bottom .info {
    top: 14px;
    right: 0;
    display: block;
    position: absolute;
}
#construction_photo .table_blog2 dd .inner .bottom .info span,
#gallery .table_blog2 dd .inner .bottom .info span {
    display: none;
    font-size: 15px;
}
#construction_photo .table_blog2 dd .inner .bottom .info .reply,
#construction_photo .table_blog2 dd .inner .bottom .info .hits,
#gallery .table_blog2 dd .inner .bottom .info .reply,
#gallery .table_blog2 dd .inner .bottom .info .hits {
    float: right;
    display: block;
    padding: 0;
}
#construction_photo .board_data_view .header_wrap .info span:not(:last-child),
#gallery .board_data_view .header_wrap .info span:not(:last-child) {
    display: none;
}

/*  뉴스 (게시판) */
#news .board_data_view .header_wrap {
    padding: 50px 10px;
}
#news .board_data_view .header_wrap .info {
    display: none;
}

/* 게시판, 주문폼 공통 스타일 */
.board_wrapper {
    margin-top: 0;
    margin-bottom: 0;
}

.search_wrap {
    margin-bottom: 0;
}

.board_wrapper .table.table_default {
    border-top: 2px solid #2c449e;
}

.board_wrapper .table.table_default thead th {
    background: #f8f8f8;
    border-bottom: 1px solid #d3d3d3;
    padding: 13px 15px;
    font-weight: 500;
}

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

.table.table_default tbody .subject a {
    color: #333;
}

.table.table_default tbody .subject a:hover {
    text-decoration: underline;
}

.table.table_default tbody .subject .badge {
    margin-right: 8px;
    padding: 6px 7px 5px;
    font-weight: 500;
    color: #fff;
    background: #777;
    border-radius: 0;
}

.table.table_default tr td.writer,
.table.table_default tr td.regdate,
.table.table_default tr td.hits {
    color: #555;
}

.board_data_view {
    border-top: 2px solid #2c449e;
}

.board_data_view .header_wrap {
    padding: 35px 10px;
    background: #f8f8f8;
    border-bottom: 1px solid #d3d3d3;
}

.board_data_view .header_wrap .title {
    font-size: 28px;
    letter-spacing: -0.033em;
    line-height: 1.3em;
}

.board_data_view .header_wrap .info {
    margin-top: 8px;
}

/* 게시글 작성 */
.board_wrapper .table.board_write_table tbody tr th,
.board_wrapper .table.board_write_table tbody tr td {
    font-size: 15px;
    letter-spacing: -0.033em;
    border-color: #e6e6e6;
}

.board_wrapper .table.board_write_table tbody tr th {
    width: 200px;
    font-size: 15px;
    font-weight: 500;
    color: #222;
    background: #f8f8f8;
}

/* 주문폼 */
.board_wrapper .table.board_write_table tbody tr td .form-control {
    width: 350px;
}

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

.board_wrapper .table.board_write_table tbody tr td .text-muted {
    font-size: 14px;
}

.board_wrapper .table.board_write_table .checkbox a {
    color: #2f76ce;
    text-decoration: underline;
}

.form-control:not([readonly]):focus {
    border-color: #999;
}

/* 블로그B 게시판 */
.table_video dd,
.table_blog2 dd {
    margin-bottom: 50px;
}

.table_video dd .inner,
.table_blog2 dd .inner {
    border: none;
}

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

.table_video dd .inner .bottom,
.table_blog2 dd .inner .bottom {
    padding: 15px 0;
}

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

.table_video dd .inner .bottom .title,
.table_blog2 dd .inner .bottom .title {
    padding: 0;
}

.table_video dd .inner .bottom .title a,
.table_blog2 dd .inner .bottom .title a {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.02em;
}

.table_video dd .inner .bottom .title a:hover,
.table_blog2 dd .inner .title a:focus,
.table_blog2 dd .inner .bottom .title a:hover,
.table_blog2 dd .inner .title a:focus {
    color: #2b4bc5;
}

.table_blog2 dd .inner:hover .top a span {
    transform: scale(1.14);
    opacity: 0.7;
}

.table_blog2 dd .inner .top a span {
    transition: all 0.4s ease;
}

.table_blog2 dd .inner .top a {
    background: #000;
}

/*********** 서브 끝 ***********/

/****** 모바일 최적화 시작 ******/
@media (max-width: 1199px) { /* Small·Medium·Large devices */
    #location ul.list-location > li {
        width: 50%;
    }
    #location ul.list-location > li .inner {
        padding: 20px 15px;
    }
    #location ul.list-location > li:nth-child(3) .inner {
        border-left: 1px solid #ddd;
    }
}

@media (max-width: 767px) { /* Small devices (col-xs-*) 모바일 */
    #site {padding-top: 60px;}
    .btn-top {
        width: 42px;
        height: 42px;
        padding: 9px 13px;
        font-size: 18px;
    }
    .navbar-inverse {
        position: fixed;
        border-bottom: 1px solid #ddd;
    }
    .navbar-inverse .navbar-brand {margin-top: 10px;}
    .navbar-inverse .navbar-brand::before {
        top: 12px;
        left: 66px;
        font-size: 21px;
    }
    .navbar-inverse .navbar-brand img {
        height: 30px;
        margin-top: -9px;
    }
    .navbar-inverse .navbar-nav {margin: 0 -15px;}
    .navbar-inverse .navbar-nav > .open {background-color: #f6f6f6;}
    .navbar-inverse .navbar-nav > li > a {
        padding: 10px 15px;
        font-size: 16px;
    }
    .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 {
        color: #fff;
        background: #2b4bc5;
    }
    .navbar-inverse .navbar-nav .dropdown-menu {display: none;}
    .navbar-inverse .navbar-nav > .open .dropdown-menu {padding: 10px 0;}
    .navbar-inverse .navbar-nav > .open .dropdown-menu > li > a {
        padding: 5px 25px;
        font-size: 15px;
        color: #111;
    }
    .navbar-inverse .navbar-nav > .open .dropdown-menu > li > a:hover,
    .navbar-inverse .navbar-nav > .open .dropdown-menu > li > a:focus {
        font-weight: 600;
        color: #111;
    }
    .carousel-caption {
        right: 5%;
        left: 5%;
    }
    .mainPage .main-link {width: 50%;}
    .mainPage .main-link > a {padding: 15px;}
    .mainPage .main-link .icon {width: 42%;}
    .mainPage .main-link .icon img {
        width: 41px;
        margin: 0;
    }
    .mainPage .main-link .text {width: 58%;}
    .mainPage .main-link .en {font-size: 10px;}
    .mainPage .main-link h4 {
        margin: 5px 0 0;
        font-size: 17px;
    }
    .mainPage #section2 {padding: 60px 0 30px;}
    .mainPage #section2 h3 {font-size: 36px;}
    .board_box_blog2 .row {
        margin-left: -15px;
        margin-right: -15px;
    }
    .board_box_blog2 .row > div[class^="col-"] {
        padding-left: 15px;
        padding-right: 15px;
    }
    .board_box_blog2 .inner .bottom {padding: 15px 0 30px;}
    #main2 {padding-bottom: 60px;}
    .mainPage #section3 a {
        padding: 14px 30px;
        font-size: 16px;
    }

    #site footer .footer-info {padding: 30px 0;}
    #site footer .footer-info .logo {padding: 0 0 15px 15px;}
    #site footer .footer-info .logo > .name {
        margin: 2px 0 0 7px;
        font-size: 17px;
    }
    #site footer .footer-info ul li {
        font-size: 11px;
        margin-right: 10px;
        line-height: 20px;
    }
    #site footer .footer-info .logo > img {height: 30px;}
    #site footer .footer-info ul li.copy {font-size: 10px;}

    .subPage > .pageTop {
        height: 250px;
        background-image: url('/public/img/sub/back_page_top_m1.jpg');
    }
    .subPage > .pageTop.bg2 {background-image: url('/public/img/sub/back_page_top_m2.jpg');}
    .subPage > .pageTop.bg3 {background-image: url('/public/img/sub/back_page_top_m3.jpg');}
    .subPage > .pageTop.bg4 {background-image: url('/public/img/sub/back_page_top_m4.jpg');}
    .subPage > .pageTop .wrap-title {padding: 85px 0 0;}
    .subPage > .pageTop .wrap-title > h2 {font-size: 40px;}
    .subPage > .pageTop .wrap-title > p {
        margin: 5px 0 0;
        font-size: 15px;
    }
    .subPage .breadcrumb {
        top: 15px;
        font-size: 11px;
    }
    .subPage .link ul > li > a {
        margin-bottom: 0;
        padding: 15px 0;
        font-size: 15px;
    }
    .subPage .link ul > li+li > a {border-top: 1px solid #eee;}
    .subPage .link ul > li > a:after {display: none;}
    .subPage > .contents {padding: 60px 0 70px;}
    .title-lv-1 {
        margin: 0 0 52px;
        font-size: 32px;
    }
    .space-bottom {margin-bottom: 50px;}
    #summary #row1 h3 {margin: 0 0 40px;}
    #summary #row1 h3 > .color {
        font-size: 32px;
        line-height: 1.25;
    }
    #summary .image {padding: 0 15px 30px;}
    #summary .text {padding: 0 15px;}
    #greeting .image {padding: 0 15px;}
    #greeting .text {padding: 30px 15px 0;}
    #greeting .text h4+p {
        margin: 0 0 30px;
        font-size: 28px;
    }
    #ceo_history #row1 .left {margin-bottom: 60px;}
    #ceo_history #row1 .left ul.list-history > li .desc p {text-align: center;}
    #ceo_history ul.list-history > li .year,
    #ceo_history ul.list-history > li .desc {
        width: 100%;
        display: inline-block;
    }
    #ceo_history ul.list-history > li+li .year {border-top: 1px solid #e0e0e0;}
    #ceo_history .right ul.list-history > li .desc p {
        padding: 12px 8px;
        font-size: 14px;
    }
    #philosophy #row1 h4 {font-size: 32px;}
    #philosophy #row1 h5 {
        font-size: 23px;
        word-break: keep-all;
    }
    #philosophy #row1 p {
        margin: 0 0 40px;
        padding: 40px 35px 20px;
        word-break: keep-all;
    }
    #philosophy #row1 p::before {
        top: -20px;
        left: 50%;
        transform: translateX(-50%);
    }
    #location iframe {height: 320px;}
    #location ul.list-location > li .inner {min-height: 212px;}
    #location ul.list-location > li .wrap-icon {padding: 17px;}
    #location ul.list-location > li .wrap-icon img {width: 40px;}
    #location ul.list-location > li h4 {margin: 15px 0 10px;}
    #location ul.list-location > li p {font-size: 18px;}
    #construction_intro #row1 h4 {font-size: 32px;}
    #construction_intro #row1 p {word-break: keep-all;}
    #construction_intro #row2 .company {
        width: 100%;
        margin: 0 0 30px;
        padding-top: 20px;
        font-size: 26px;
    }
    #construction_intro #row2 .table-responsive {width: 100%;}
    #construction_intro #row2 table > tbody > tr > th,
    #construction_intro #row2 table > tbody > tr > td {
        padding: 12px !important;
    }
    #data_library .box-text {
        padding: 30px 10px 20px;
        font-size: 15px;
    }
    #data_library .box-text::after {
        right: 15px;
        bottom: -30px;
        font-size: 75px;
    }

    .board_wrapper .table colgroup, .board_wrapper .table tr .num,
    .board_wrapper .table tr .hits {display: none;}
    .board_wrapper .table .subject {width: 55%;}
    .board_wrapper .table .writer {width: 20%;}
    .board_wrapper .table .regdate {width: 25%;}

    .table.table_default tr th, .table.table_default tr td {
        padding: 10px;
        font-size: 14px;
    }
    .table.table_default tbody .subject .badge {
        margin-right: 5px;
        font-size: 11px;
    }
    .table.table_default tbody .subject a {font-size: 14px;}
    .board_wrapper .table.board_write_table tbody tr td .form-control,
    .board_wrapper .table.board_write_table .form-control.form-control-big,
    .member_wrapper #join_form .table .form-control,
    .member_wrapper #join_form .table .form-control.form-control-big {
        width: 100%;
    }
    .board_wrapper .table.board_write_table .files .fileInput .file_add {
        width: 100%;
        margin: 0 0 15px;
        padding: 6px 12px;
    }
    .member_wrapper .text-center .btn.btn-lg,
    .board_wrapper .text-center .btn.btn-lg {
        width: 100%;
        margin: 0;
        padding: 9px;
    }
    .board_wrapper .text-center .btn#write_btn,
    .member_wrapper .text-center .btn#join_btn {margin-top: 20px;}
    .member_wrapper {
        padding-top: 60px;
        padding-bottom: 100px;
    }
    .table_blog2 {margin: 0 -5px;}
    .table_blog2 dd {padding: 0 5px;}
    .table_blog2 dd .inner .top a .thumb {height: 120px;}
    .table_video dd, .table_blog2 dd {margin-bottom: 25px;}
    .table_video dd .inner .bottom .title a,
    .table_blog2 dd .inner .bottom .title a {
        font-size: 14px;
    }
    #construction_photo .table_blog2 dd .inner .bottom .title,
    #gallery .table_blog2 dd .inner .bottom .title {
        width: 100%;
    }
    #construction_photo .table_blog2 dd .inner .bottom .info,
    #gallery .table_blog2 dd .inner .bottom .info {
        position: static;
    }
    #construction_photo .board_data_view .header_wrap {padding: 35px 10px;}
    #construction_photo .table_blog2 dd .inner .bottom .info .reply,
    #construction_photo .table_blog2 dd .inner .bottom .info .hits,
    #gallery .table_blog2 dd .inner .bottom .info .reply,
    #gallery .table_blog2 dd .inner .bottom .info .hits {
        float: left;
        font-size: 13px;
        line-height: 1em;
    }
    .board_data_view .header_wrap .title {font-size: 25px;}
}
@media (min-width: 768px) and (max-width: 1199px) { /* Medium·Large devices */
    .navbar-inverse .navbar-nav > li > a {padding: 35px 19px;}
    #mainCarousel .carousel-inner .item {height: 500px;}
    .carousel-caption {left: 8%;}
    .mainPage #section1 > .container {width: 100%;}
    #location ul.list-location > li .inner {min-height: 252px;}
}
/******* 모바일 최적화 끝 *******/