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

#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: #1e7fc5;
    border-color: #1e7fc5;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus {
    background-color: #136bab;
    border-color: #136bab;
}
.btn.btn-dark {
    background-color: #4f4f4f;
    border-color: #4f4f4f;
}
.btn.btn-dark:hover,
.btn.btn-dark:focus {
    background-color: #333;
    border-color: #333;
}

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

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

.navbar-inverse .navbar-brand img{height:60px;margin-top:0;}

.navbar-inverse .navbar-nav > li > a{font-size:17px;font-weight:500;color:#333;}
.navbar-inverse .navbar-nav > li > a:hover,.navbar-inverse .navbar-nav > li > a:focus{color:#1e7fc5;}

.navbar-inverse .navbar-nav > li > a::after {
    content: '';
    left: 50%;
    bottom: -1px;
    width: 0;
    height: 4px;
    position: absolute;
    background: #1e7fc5;
    transform: translateX(-50%);
    transition: all 0.35s;
}

.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:#1e7fc5;}

@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:#1e7fc5;}
 .navbar-inverse .navbar-toggle:hover .icon-bar,.navbar-inverse .navbar-toggle:focus .icon-bar{background-color:#1e7fc5;}
 .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:1px solid #d5d5d5;padding:0;-webkit-box-shadow:0px 4px 8px rgba(0,0,0,.125);box-shadow:0px 4px 8px rgba(0,0,0,.125);}
 .navbar-inverse .navbar-nav .dropdown-menu>li>a{padding:12px 20px;text-align: center;transition: none;font-weight:500; border-bottom:1px solid #ececec}
 .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:#1e7fc5;font-weight:500;color:#fff;}
 .navbar-inverse .navbar-nav > li > a:hover::after,
.navbar-inverse .navbar-nav > li > a:focus::after,
.navbar-inverse .navbar-nav .dropdown.open .dropdown-toggle::after,
.navbar-inverse .navbar-nav .dropdown.open:hover .dropdown-toggle::after,
.navbar-inverse .navbar-nav .dropdown.open:focus .dropdown-toggle::after {
    width: 160px;
}
.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:#1e7fc5;
}
}

@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;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: 62px;height: 7px;background-color: rgba(255,255,255,.45);border: none;margin: 0 3px;border-radius:0;transition:ease-in-out .15s all;}
.carousel-indicators li.active{background-color:#fff;box-shadow:0px 2px 6px rgba(0, 0, 0, .125);}

.carousel-caption {text-shadow: 0px 0px 10px rgba(0, 0, 0, .2);padding: 0;top: 52%;}
.carousel-caption h1{
    font-size: 78px;
    font-weight:600;
    letter-spacing:-0.04em;
    margin: 0 0 18px;
}
.carousel-caption p{
    font-size:23px;
    font-weight: 300;
}
@media (max-width: 767px) {
 .carousel-control{font-size:14px;}
 .carousel-indicators li, .carousel-indicators li.active{width:10px;height:10px;}
}

/*main iframe {
 margin-top: 40px;
 margin-bottom: -5px;
}*/

/* 푸터 */
#site footer{margin-top:0px;background-color: #2f3033;color: #adadad;letter-spacing: 0;}
#site footer .footer-info{padding:45px 0}
#site footer .footer-info ul{position:relative;margin:0;padding: 7px 0 0;font-size:0;}
#site footer .footer-info ul li{list-style:none;display:inline-block;font-size: 13px;margin-right:15px;line-height: 21px;}
#site footer .footer-info ul li.copy{font-size:11px;letter-spacing: .2px;color: #777;}
#site footer .footer-info ul li:first-child{
    font-size: 15px;
    font-weight: 500;
    color: #ddd;
}
/* 메인 페이지 */
#mainCarousel .carousel-inner .item{height:620px}
@media (max-width: 767px) {
 #mainCarousel .carousel-inner .item{height:320px}
 #mainCarousel .carousel-caption h1{margin:0 0 10px;font-size:40px}
 #mainCarousel .carousel-caption p{font-size:16px;line-height:1.4em;}
}

#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: -5px;
  margin-right: -5px;
}

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

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

.board_box_blog2 .inner .bottom {
  padding: 12px 10px;
}
  
.board_box_blog2 .inner .bottom .title {
  margin-bottom: 0;
}

.board_box_blog2 .inner .bottom .title a {
  font-size: 14px;
}
  
.board_box_blog2 .inner .bottom .info {
  display: none;
}
  
.board_box_blog2 .inner .top a .thumb {
  height: 100px;
}

/* 메인 추가 스타일 */
/* 5 Column Layout (col-*-5) */
.col-xs-55, .col-sm-55, .col-md-55, .col-lg-55 {
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-55 {width: 20%}

@media (min-width:768px) {
    .col-sm-55 {float: left;width: 20%;padding: 5px;}
}
@media (min-width:992px) {
    .col-md-55 {float: left; width: 20%}
}
@media (min-width:1200px) {
    .col-lg-55 {float: left; width: 20%}
}

#main1 {
    padding: 90px 0 85px;
}
#main1 .row {
    margin: 0;
}
.mainPage h3 {
    text-align: center;
    margin: 0 0 30px;
    font-size: 38px;
    font-weight: 600;
    letter-spacing: -0.01em;
}
.mainPage .main-link > a {
    position: relative;
    display: block;
    text-decoration: none;
    background: #fff;
    transition: all 0.25s;
}
.mainPage .main-link > a .wrap-img{
    overflow:hidden;
    border-bottom: 1px solid #1683d2;
}
.mainPage .main-link > a img{
    transition:all 0.3s
}
.mainPage .main-link a:hover {
    border-color: #1e7fc5;
}
.mainPage .main-link a:hover img{
    transform:scale(1.05);
    opacity: 0.6;
}
.mainPage .main-link h4 {
    margin: 22px 0px 6px;
    padding: 0 4px;
    font-size: 22px;
    color: #333;
    font-weight: 500;
    letter-spacing: -0.025em;
}
.mainPage .main-link .more {
    position: relative;
    margin: 0 auto;
    padding: 4px 4px;
    font-size: 13px;
    letter-spacing: 0.01em;
    color: #1e7fc5;
    font-weight: 500;
    transition: all 0.25s ease;
}
.mainPage .main-link .more::after {
    content: '+';
    font-size: 16px;
    margin-left: 8px;
    line-height: 1;
}

/* 게시판 영역 */
div[class^="board_box_"] .page-header {
    margin: 0 0 15px;
    border-bottom: none;
    padding: 0;
}
div[class^="board_box_"] .page-header h4 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #444;
}

#section_7f39f8 {
    padding: 80px 0 50px;
    background: #efefef;
}
.board_box_list {
    background: #fff;
    padding: 30px;
    border-right: 1px solid #efefef;
}
.board_box_list ul {
    min-height: 150px;
}
.board_box_list ul li {
    font-size: 14px;
    padding: 5px 0;
}

.board_box_list ul li .info{
    letter-spacing:0
}
.board_box_list ul li .writer,
.board_box_list ul li .hits{
    display:none;
}
@media (min-width: 767px) {
    #section_7f39f8 div[class^="board_box_"] {
        width: 35%;
    }
}

/* 채용정보, 오시는길 배너 */
#main2 {
    width: 100%;
    display: inline-block;
}
.mainPage .banner+.banner {
    margin-top: -2px;
}
.mainPage .banner > a {
    width: 100%;
    position: relative;
    display: inline-block;
    padding: 37px 35px 34px;
    color: #fff;
    background: #91bb2d;
    background:linear-gradient(to right bottom, #94c71a, #76a010);
    text-decoration: none;
    overflow: hidden;
}
.mainPage #banner2 > a {
    background: #237fc1;
    background:linear-gradient(to right bottom, #439dde, #1574b9);
}
.mainPage .banner > a::before {
    content: '\f500';
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    position: absolute;
    right: -5px;
    bottom: 5px;
    font-size: 72px;
    opacity:0.15;
    transition:all 0.3s
}
.mainPage #banner2 > a::before{
    content:'\f5a0';
    font-size: 75px;
}
.mainPage .banner > a:hover::before{
    opacity:0.36;
    right:0
}
.mainPage .banner h4 {
    position: relative;
    margin: 0 0 3px;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -0.055em;
}
.mainPage .banner .en {
    position: relative;
    font-size: 13px;
    letter-spacing: 0.3px;
    margin: 0;
}
.mainPage .banner .go {
    float: right;
    position: relative;
    display: inline-block;
    margin-top: -35px;
    padding: 8px 12px;
    font-size: 12px;
    color: #fff;
    background: #222;
    letter-spacing: 0.02em;
    display: none;
}
.mainPage .banner > a:hover .go {
    background: #1e7fc5;
}

/********** 서브 시작 **********/
/* 공통 스타일 */
.navbar-inverse + .container {
    width: 100%;
    padding: 0;
}
.subPage > .pageTop {
    height: 250px;
    color: #fff;
    background: #333 url('/public/img/sub/back_page_top.jpg') no-repeat;
    background-size: cover;
    background-position: center;
}
.subPage > .pageTop > .container {
    height: 100%;
    position: relative;
}
.subPage > .pageTop .wrap-title {
    padding: 70px 0 0;
    text-align: center;
}
.subPage > .pageTop .wrap-title > h2 {
    margin: 0;
    font-size: 40px;
    font-weight: 600;
    letter-spacing: -0.065em;
}
.subPage > .pageTop .wrap-title > p {
    margin-top: 12px;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 1px;
    color: #e0e0e0;
    /* display: none; */
}
.subPage > .pageTop .wrap-title > p span {
    font-family: 'Noto Sans SC', sans-serif;
}

/* 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 {background: rgba(0,0,0,0.4);margin-top: -50px;}
.subPage .link ul > li > a {
    position:relative;
    padding: 0;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    letter-spacing: -0.04em;
}
.subPage .link ul > li > a:after{
    content:"";
    width:1px;
    height:18px;
    background:#fff;
    opacity:0.2;
    position:absolute;
    right: -1px;
    top:18px;
}
.subPage .link ul > li:last-child > a:after {
    content:none;
}
.subPage .link ul > li.active > a {
    font-weight: 500;
    color: #fff;
    z-index: 1;
    background: #1e7fc5;
}

.subPage .link ul > li.active > a:after{
    content:none;
}
.subPage .link ul > li:not(.active) > a:hover {
    background: #1e7fc5;
}

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

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

.title-lv-1 {
    margin: 0 0 80px;
    font-size: 38px;
    font-weight: 600;
    color: #222;
    letter-spacing: -0.055em;
    line-height: 1;
    text-align: center;
}
.title-lv-3 {
    position: relative;
    margin: 0px 0 20px;
    padding-left: 30px;
    font-size: 25px;
    font-weight: 600;
    color: #2f2f2f;
    letter-spacing: -0.04em;
}
.title-lv-3::before {
    content: '';
    top: 5px;
    left: 2px;
    width: 16px;
    height: 16px;
    position: absolute;
    border: 5px solid #1e7fc5;
    border-top-color: #98c138;
    border-left-color: #98c138;
    border-radius: 2px;
    transform: rotate(45deg);
}
.title-lv-4 {
    position: relative;
    margin: 0 0 14px;
    padding-left: 12px;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -0.045em;
}
.title-lv-4::before {
    content: '';
    top: 3px;
    left: 2px;
    width: 2px;
    height: 16px;
    position: absolute;
    background: #555;
}

.list-default {
    padding-left: 0;
    margin: 0;
    list-style-type: none;
}
.list-default > li {
    position: relative;
    margin-bottom: 5px;
}
.list-style-1 > li {
    padding-left: 12px;
}
.list-style-1 > li::before {
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    width: 5px;
    height: 5px;
    background: #1e7fc5;
    border-radius: 20px;
}
.list-dash > li {
    padding-left: 12px;
}
.list-dash > li::before {
    content: '-';
    left: 0;
    position: absolute;
}

/* 인사말 (페이지) */
#greeting .image {
    padding: 0 30px 0 90px;
}
#greeting .text {
    padding: 0 30px;
    word-break: keep-all;
    margin-bottom: 80px;
}
#greeting .text h4 {font-size: 36px;font-weight: 300;line-height: 1.5;/* text-align: center; */color: #4a4a4a;letter-spacing: -0.05em;margin: 0 0 50px;}
#greeting .text h4 > span {
    font-weight: 500;
    font-family: 'Noto Sans SC', sans-serif;
    color: #1e7fc5;
}
#greeting .text p {
    font-size: 16px;
    line-height: 1.7;
}
#greeting .text .p1 {
    margin: 0 0 20px;
    font-size: 20px;
    letter-spacing: -0.08em;
    line-height: 1em;
    font-weight: 500;
}
#greeting .text .wrap-from {
    float: right;
    margin-top: 59px;
}
#greeting .text .wrap-from > img {
    float: right;
    width: 80px;
    margin-top: -15px;
    margin-left: 5px;
    /*float: left;
    margin-right: 20px;*/
}
#greeting .text .wrap-from > .from {
    display: inline-block;
    margin-top: 9px;
    font-size: 16px;
    letter-spacing: 0em;
    font-weight: 500;
}
#greeting .text .wrap-from > .from .name {
    padding-left: 5px;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.2em;
}

/* 연혁 (페이지) */
.wrap-history {
    position: relative;
}
.wrap-history::before {
    content: '';
    top: 20px;
    left: 25%;
    height: 89%;
    position: absolute;
    margin-left: -10px;
    border-left: 1px solid #ddd;
}
.history-block {
    margin-bottom: 110px;
}
.history-block:last-child {
    margin-bottom: 0;
}
.history-block > .year {
    float: left;
    width: 25%;
    position: relative;
}
.history-block > .year h4 {
    width: 130px;
    height: 130px;
    margin: 0;
    padding: 30px 20px;
    display: inline-block;
    font-size: 24px;
    color: #fff;
    letter-spacing: 0;
    line-height: 1;
    text-align: center;
    background: #1e7fc5;
    border-radius: 100%;
}
.history-block:first-child > .year h4 {
    padding: 45px 20px;
}
.history-block > .detail {
    width: 75%;
    display: inline-block;
    padding: 5px 0 0 60px;
}
.history-block > .detail ul > li {
    margin-bottom: 18px;
}
.history-block > .detail ul > li .date {
    float: left;
    width: 20%;
    margin: 0;
    padding: 3px;
    font-size: 16px;
    font-weight: 600;
}
.history-block > .detail ul > li .date::after{
    content:"";
    width: 45px;
    height: 2px;
    border-bottom: 1px dotted #92c2e4;
    position:absolute;
    left: -65px;
    top: 9px;
}
.history-block > .detail ul > li .date::before {
    content: '';
    position: absolute;
}
.history-block > .detail ul > li .date::before {
    top: 6px;
    left: -75px;
    width: 10px;
    height: 10px;
    background: #fff;
    border: 2px solid #1e7fc5;
    border-radius: 20px;
}
.history-block > .detail ul > li .desc {
    width: 80%;
    display: inline-block;
    padding-left: 0;
    padding-top: 0px;
}
.history-block > .detail ul > li .desc+.desc {
    margin-top: 5px;
}

/* 오시는길 (페이지) */
#location #row1 img {
    margin-bottom: 45px;
}
#location .contact {
    width: 100%;
    display: inline-block;
    margin: -5px 0 0;
    padding: 25px 30px;
    border-bottom: 1px solid #ddd;
    background: #353d44;
    color: #fff;
}
#location .contact .addr {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.02em;
}
#location .contact .tel {
    float: right;
    display: inline-block;
    margin-bottom: 0px;
    font-size: 20px;
    letter-spacing: .1px;
}
#location .contact i {
    padding-right: 5px;
    font-size: 20px;
    color: #36a4f5;
}

/* 인증현황 (페이지) */
.box-license {
    margin-bottom: 40px;
}
.box-license > .wrap-img {
    position: relative;
    padding: 6px;
    border: 1px solid #ddd;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
}
.box-license > .wrap-img:hover,
.box-license > .wrap-img:focus {
    cursor: hand;
    cursor: pointer;
    border-color: #1e7fc5;
    box-shadow: 1px 6px 6px rgba(0,0,0,0.1);
}
.box-license > .wrap-img::before {
    content: '+';
    right: 15px;
    bottom: 15px;
    width: 34px;
    height: 34px;
    position: absolute;
    padding: 17px 9px;
    font-size: 28px;
    font-weight: 300;
    color: #fff;
    line-height: 0em;
    text-align: center;
    background-color: rgba(0,0,0,0.6);
    border-radius: 20px;
    opacity: 0;
}
.box-license > .wrap-img:hover::before,
.box-license > .wrap-img:focus::before {
    opacity: 1;
}
.box-license > .subject {
    margin: 15px 0 0;
    font-size: 16px;
    font-weight: 500;
    word-break: keep-all;
    line-height: 1.4em;
    text-align: center;
}
@media (min-width: 768px){
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }
}
.modal.license .modal-header {
    padding: 15px 20px;
    color: #fff;
    background-color: #1e7fc5;
    border-bottom: none;
}
.modal.license .modal-header .modal-title {
    display: inline-block;
    margin: 4px 0 -4px;
    font-size: 20px;
    color: #fff;
}
.modal.license .modal-header button {
    margin-top: -4px;
    font-size: 30px;
    color: #fff;
    line-height: 1;
    text-shadow: none;
    opacity: 0.3;
}
.modal.license .modal-body {
    padding: 40px 60px;
}
.modal.license .modal-body > img {
    border: 1px solid #ddd;
    box-shadow: 1px 6px 6px rgba(0,0,0,0.1);
}
.modal.license .modal-footer {
    padding: 0 20px 20px 20px;
    border-top: none;
}
.modal.license .modal-footer > a {
    padding: 8px 25px;
    border: 1px solid #d8d8d8;
}
.modal.license .modal-footer > a:hover {
    background-color: #f6f6f6;
}

/* 제품소개 공통 스타일 */
.subPage[id^='product'] .full-name{font-size: 28px;letter-spacing: -0.03em;margin-bottom: 45px;border-bottom: 1px solid #ddd;padding-bottom: 16px;}
.subPage[id^='product'] .full-name::before{
    top:7px;
}
.subPage[id^='product'] .full-name > span {
    color: #1991e8;
}
.subPage[id^='product'] .text {
    word-break: keep-all;
    padding: 5px 15px 0 30px;
}
.subPage[id^='product'] .text .text-block+.text-block {
    margin-top: 40px;
}
.subPage[id^='product'] .contents img+p {
    margin: 12px 0 0;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}

/* 배관 및 발판시공 (페이지) */
#product5 #row1 p+img {
    margin-top: 45px;
}
#product5 .center {
    padding: 0 26px;
}

/* 채용정보 (페이지) */
.box-phrases {
    margin: 0 0 65px;
}
.box-phrases > p {
    margin: 0;
    font-size: 28px;
    font-weight: 400;
    color: #333;
    line-height: 1.55;
    letter-spacing: -0.05em;
    text-align: center;
}
.box-phrases > p em {
    font-style: normal;
}
.box-phrases > p span {
    font-weight: 500;
    color: #1e7fc5;
}
#right_people #row1 .box-people > ul {
    margin: 0;
}
#right_people #row1 .box-people > ul li {
    float: left;
    width: 33.3%;
    /* width: 25%; */
    margin-bottom: 15px;
    padding: 0 15px;
}
#right_people #row1 .box-people > ul li > .inner {
    padding: 50px 30px;
    text-align: center;
    background: #fff;
    border: 1px solid #ddd;
    border-top: 3px solid #237fc1;
}
#right_people #row1 .box-people > ul li:nth-child(2) > .inner {
    border-top-color: #8ab526;
}
#right_people #row1 .box-people > ul li:nth-child(3) > .inner {
    border-top-color: #154153;
}
/* #right_people #row1 .box-people > ul li:nth-child(4) > .inner {
    border-top-color: #e28c0b;
} */
#right_people #row1 .box-people > ul li h4 {
    margin: 45px 0 0;
    /* margin: 40px 0 0; */
    font-size: 20px;
    font-weight: 500;
    color: #333;
    letter-spacing: -0.07em;
    line-height: 1;
}
#right_people #row1 .box-people > ul li h4::before {
    content:"";
    width:30px;
    height: 1px;
    background: #999;
    display:block;
    margin: 0 auto 25px;
    /* margin: 0 auto 20px; */
}
#right_people #row1 .box-people > ul li  p {
    margin: 20px 0 0;
    font-size: 17px;
    line-height: 1.4em;
}
/* 채용절차 (페이지) */
#recruit_procedure .list-procedure {
    margin: 0;
    background: #f5f5f5;
    padding: 50px 175px 52px;
}
#recruit_procedure .list-procedure:after{
    content:"";
    display:block;
    clear:both;
}
#recruit_procedure .list-procedure > li {
    float: left;
    width: calc(100% / 4);
    position: relative;
    text-align: center;
}
#recruit_procedure .list-procedure > li+li .inner::before {
    content: '\f054';
    top: 50%;
    left: -28px;
    position: absolute;
    font-size: 30px;
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    color: #999;
    transform: translateY(-50%);
}
#recruit_procedure .list-procedure > li .inner {
    position: relative;
    width: 160px;
    height: 160px;
    margin: 0 auto;
    padding: 40px 30px;
    text-align: center;
    background: #fff;
    border-radius: 100%;
    border: 1px solid #ccc;
    box-shadow: 1px 2px 4px rgba(0,0,0,0.1);
}
#recruit_procedure .list-procedure > li .inner span{
    font-size:16px;
    font-weight:700;
    letter-spacing:0;
    color:#1e7fc5;
    display: block;
    line-height: 1;
    margin-bottom: 15px;
}
#recruit_procedure .list-procedure > li:last-child .inner {
    color: #fff;
    border: 2px solid #4caaef;
}
#recruit_procedure .list-procedure > li i {
    font-size: 40px;
}
#recruit_procedure .list-procedure > li h5 {
    margin: 20px 0 0;
    font-size: 20px;
    font-weight: 500;
    color: #333;
    letter-spacing: -0.07em;
    line-height: 1;
}
#recruit_procedure .box-list {
    min-height: 208px;
    padding: 50px 40px 40px;
    font-size: 17px;
    word-break: keep-all;
    border: 1px solid #ddd;
}
#recruit_procedure .box-list .list-dash {
    margin-top: 4px;
}
#recruit_procedure .box-list .list-dash > li {
    font-size: 14px;
    margin: 2px 0 0;
    color: #454545;
    font-weight: 400;
}
#recruit_procedure .box-list .list-dash > li strong{
    font-weight:500;
}
#recruit_procedure .right .box-list > ul > li:nth-child(1),
#recruit_procedure .right .box-list > ul > li:nth-child(2) {
    color: #117cc8;
}

/* 인사제도 (페이지) */
#hr_system #row2 {
    margin-bottom: 70px;
}
#hr_system .box-text {
    word-break: keep-all;
}
#hr_system .box-text > .wrap-icon {
    position: relative;
    float: left;
    width: 25%;
    padding: 34px 20px;
    background: #237fc1;
}
#hr_system #row2 > div:nth-child(2) .wrap-icon {
    background:#8ab526
}
#hr_system #row3 > div:nth-child(1) .wrap-icon {
    background:#154153
}
#hr_system #row3 > div:nth-child(2) .wrap-icon {
    background:#e28c0b
}
#hr_system .box-text > .wrap-icon:before{
    content:"";
    width:calc(100% - 10px);
    height:calc(100% - 10px);
    border:1px solid #fff;
    position:absolute;
    left:5px;
    top:5px;
    opacity:0.3
}
#hr_system .box-text > .wrap-text {
    width: 75%;
    display: inline-block;
    padding: 32px 28px;
    border: 1px solid #ddd;
    border-left: none;
}
#hr_system .box-text > .wrap-text p {
    margin: 0;
    font-size: 15px;
}
#hr_system .list-rank {
    margin: 20px -22px 0 -10px;
}
#hr_system .list-rank > li {
    float: left;
    width: 14%;
    position: relative;
    padding: 0 10px;
}
#hr_system .list-rank > li+li::before {
    content: '\f054';
    top: 50%;
    left: -5px;
    position: absolute;
    font-size: 16px;
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    color: #aaa;
    transform: translateY(-50%);
}
#hr_system .list-rank > li .inner {
    padding: 8px;
    text-align: center;
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.1);
}
#hr_system .list-rank > li h5 {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
}

/* 복리후생 (페이지) */
#welfare_benefits #row1 h4 {
    margin: 0 0 60px;
    font-size: 28px;
    font-weight: 400;
    line-height: 1.55;
    text-align: center;
    color: #333;
    letter-spacing: -0.05em;
}
#welfare_benefits #row1 h4 > span {
    font-weight: 500;
    color: #1886d6;
}
#welfare_benefits .list-welfare {
    margin: 0 -10px;
}
#welfare_benefits .list-welfare > li {
    float: left;
    width: calc(100% / 3);
    position: relative;
    margin-bottom: 20px;
    padding: 0 10px;
height: 170px;}
#welfare_benefits .list-welfare > li .inner {
    padding: 0;
    /* border: 1px solid #ddd; */
    border-top: 1px solid #d4d8cc;
}
#welfare_benefits .list-welfare > li .wrap-icon {
    float: left;
    width: 25%;
    text-align: center;
    padding-left: 10px;
    padding-top: 38px;
}
#welfare_benefits .list-welfare > li:nth-child(1) .wrap-icon,
#welfare_benefits .list-welfare > li:nth-child(2) .wrap-icon {
    padding-top: 48px;
}
#welfare_benefits .list-welfare > li .wrap-icon i {
    font-size: 55px;
    border-radius: 50%;
    color: #98c138;
}
#welfare_benefits .list-welfare > li .wrap-text {
    width: 75%;
    display: inline-block;
    word-break: keep-all;
    padding: 40px 20px 30px 15px;
}
#welfare_benefits .list-welfare > li .wrap-text h5 {
    margin: 0 0 10px;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -0.055em;
}
#welfare_benefits .list-welfare > li .wrap-text p {
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
    color: #454545;
    font-weight: 400;
}

/* 게시판, 주문폼 공통 스타일 */
.board_wrapper {
    margin-top: 0;
    margin-bottom: 0;
}
.search_wrap {
    margin-bottom: 0;
}
.board_wrapper .table.table_default {
    border-top: 2px solid #1e7fc5;
}
.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: 12px 15px;
}
.table.table_default tbody .subject a {
    color: #333;
    font-weight: 500;
}
.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: #777;
}
.board_data_view {
    border-top: 2px solid #1e7fc5;
}
.board_data_view .header_wrap {
    padding: 42px 10px;
    background: #f8f8f8;
    border-bottom: 1px solid #d3d3d3;
}
.board_data_view .header_wrap .title {
    font-size: 30px;
    letter-spacing: -0.05em;
    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: #1e7fc5;
    text-decoration: underline;
}
.form-control:not([readonly]):focus {
    border-color: #999;
}

/* 블로그B 게시판 */
.table_video dd .inner:hover, 
.table_blog2 dd .inner:hover {
    border-color: #1e7fc5;
    box-shadow: 1px 2px 2px rgba(0,0,0,0.18);
}
.table_video dd .inner .bottom, 
.table_blog2 dd .inner .bottom {
    padding: 20px 18px;
}
.table_video dd .inner .bottom .title, 
.table_blog2 dd .inner .bottom .title {
    margin-bottom: 1px;
}
.table_video dd .inner .bottom .title a, 
.table_blog2 dd .inner .bottom .title a {
    font-weight: 500;
    letter-spacing: -0.04em;
}
.table_video dd .inner .bottom .info span, 
.table_blog2 dd .inner .bottom .info span {
    font-size: 12px;
    padding: 0 4px;
    letter-spacing: 0;
}
.table_blog2 dd .inner .top a .thumb {
    height: 240px;
}
.table_video dd .inner .bottom .title a:hover,
.table_video dd .inner .title a:focus,
.table_blog2 dd .inner .bottom .title a:hover,
.table_blog2 dd .inner .title a:focus {
    color: #1e7fc5;
}
/*********** 서브 끝 ***********/

/****** 모바일 최적화 시작 ******/
@media (max-width: 1199px) { /* Small·Medium·Large devices */
    .mainPage .main-link {margin-bottom: 20px;}
    .mainPage .banner {
        float: left;
        width: 50%;
    }
    .mainPage .banner+.banner {margin-top: 0;}
    .mainPage .banner > a {
        padding: 50px 35px;
        text-align: center;
    }
    #hr_system .box-text > .wrap-icon {
        width: 100%;
        padding: 20px;
    }
    #hr_system .box-text > .wrap-text {
        width: 100%;
        padding: 20px;
        border: 1px solid #ddd;
    }
}
@media (max-width: 767px) { /* Small devices (col-xs-*) 모바일 */
    #site {padding-top: 66px;}
    .navbar-inverse {
        position: fixed;
        border-bottom: 1px solid #ddd;
    }
    .navbar-inverse .navbar-brand img {
        height: 45px;
        margin-top: -4px;
    }
    .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: #1e7fc5;
    }
    .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 {
        top: 47%;
        right: 8%;
        left: 8%;
        word-break: keep-all;
    }
    #main1 {padding: 60px 0 40px;}
    .mainPage h3 {font-size: 34px;}
    .mainPage .col-sm-55 {
        float: left;
        width: 50%;
    }
    .mainPage .main-link h4 {
        margin: 18px 0 0;
        font-size: 20px;
    }
    .mainPage .main-link .more {font-size: 11px;}
    #section_7f39f8 {padding: 60px 15px;}
    .board_box_list {
        margin-bottom: 0 !important;
        padding: 30px 20px;
        border: none;
    }
    .board_box_list+.board_box_list {border-top: 1px solid #efefef;}
    #main2 {margin-top: 30px;}
    .mainPage .banner h4 {font-size: 22px;}

    #site footer .footer-info {padding: 25px 0;}
    #site footer .footer-info .logo > img {
        height: 40px;
        margin-bottom: 8px;
    }
    .board_box_list ul {min-height: 60px;}
    #site footer .footer-info ul li {
        margin-right: 10px;
        font-size: 11px;
        line-height: 18px;
    }
    #site footer .footer-info ul li:first-child {font-size: 13px;}
    #site footer .footer-info ul li.copy {font-size: 9px;}

    .subPage > .pageTop {height: 180px;}
    .subPage > .pageTop .wrap-title {padding: 65px 0 0;}
    .subPage > .pageTop .wrap-title > h2 {font-size: 35px;}
    .subPage > .pageTop .wrap-title > p {
        margin-top: 10px;
        font-size: 12px;
    }
    .subPage .breadcrumb {
        top: 15px;
        font-size: 10px;
    }
    .subPage .link {
        margin-top: 15px;
        background: #fff;
    }
    .subPage .link ul > li > a {
        font-size: 14px;
        color: #333;
        line-height: 38px;
        border: 1px solid #ddd;
    }
    .subPage .link ul > li:not(.active) > a:hover {color: #fff;}
    .subPage > .contents {padding: 55px 0 60px;}
    .title-lv-1 {
        margin: 0 0 50px;
        font-size: 34px;
    }
    .title-lv-3 {font-size: 23px;}
    .title-lv-3::before {top: 3px;}
    .space-bottom {margin-bottom: 50px;}
    #greeting .image {padding: 0 30px;}
    #greeting .text {padding: 0 15px;}
    #greeting .text h4 {
        margin: 25px 0 35px;
        font-size: 34px;
        line-height: 1.35;
        text-align: center;
    }
    #greeting .text .wrap-from {margin-top: 20px;}
    .wrap-history::before {
        left: 20px;
        height: 90%;
    }
    .history-block {margin-bottom: 50px;}
    .history-block > .year {
        width: 100%;
        margin-bottom: 15px;
    }
    .history-block > .year h4 {
        width: 100%;
        height: auto;
        padding: 20px !important;
        font-size: 22px;
        border-radius: 50px;
    }
    .history-block > .detail {
        width: 100%;
        padding: 5px 0 0 40px;
    }
    .history-block > .detail ul > li {margin-bottom: 10px;}
    .history-block > .detail ul > li .date {width: 100%;}
    .history-block > .detail ul > li .date::before {left: -35px;}
    .history-block > .detail ul > li .date::after {
        left: -25px;
        width: 20px;
    }
    .history-block > .detail ul > li .desc {width: 100%;}
    #location iframe {height: 300px;}
    #location .contact {padding: 25px 10px;}
    #location .contact .addr {font-size: 18px;}
    #location .contact .tel {
        float: left;
        margin-top: 10px;
    }
    .box-license > .subject {font-size: 15px;}
    .modal.license .modal-header {padding: 12px 15px;}
    .modal.license .modal-header .modal-title {font-size: 18px;}
    .modal.license .modal-body {padding: 40px;}
    .subPage[id^='product'] .full-name {
        margin-bottom: 35px;
        font-size: 25px;
    }
    .subPage[id^='product'] .full-name::before {top: 4px;}
    .subPage[id^='product'] .image+.image {margin-top: 20px;}
    .subPage[id^='product'] .text {padding: 30px 15px 0;}
    .subPage[id^='product'] .text .text-block+.text-block {margin-top: 30px;}
    #product4 #row2 > div+div,
    #product4 #row3 > div+div,
    #product8 #row1 > div+div {
        margin-top: 20px;
    }
    #product5 #row1 p+img {margin-top: 20px;}
    #product5 .center {
        margin: 20px 0;
        padding: 0 15px;
    }
    .box-phrases {margin: 0 0 45px;}
    .box-phrases > p {
        font-size: 25px;
        word-break: keep-all;
    }
    #right_people #row1 .box-people > ul li {
        width: 100%;
        padding: 0;
    }
    #right_people #row1 .box-people > ul li > .inner {padding: 30px;}
    #right_people #row1 .box-people > ul li h4 {
        margin: 25px 0 0;
        font-size: 18px;
    }
    #right_people #row1 .box-people > ul li p {
        margin: 15px 0 0;
        font-size: 16px;
    }
    #recruit_procedure .list-procedure {
        padding: 30px 0 15px;
    }
    #recruit_procedure .list-procedure > li {
        width: 50%;
        margin-bottom: 20px;
        padding: 0 20px;
    }
    #recruit_procedure .list-procedure > li .inner {
        width: 140px;
        height: 140px;
        padding: 30px;
    }
    #recruit_procedure .list-procedure > li+li .inner::before {
        left: -25px;
        font-size: 28px;
    }
    #recruit_procedure .list-procedure > li:nth-child(3) .inner::before {display: none;}
    #recruit_procedure .list-procedure > li h5 {
        margin: 15px 0 0;
        font-size: 18px;
    }
    #recruit_procedure .box-list {
        min-height: auto;
        padding: 25px 20px;
        font-size: 16px;
    }
    #recruit_procedure #row2 > div+div {margin-top: 30px;}
    #hr_system #row2 {margin-bottom: 50px;}
    #hr_system .contents .row > div+div {margin-top: 50px;}
    #hr_system .list-rank {
        width: 100%;
        display: inline-block;
        margin: 10px -10px 0;
    }
    #hr_system .list-rank > li {width: 25%;}
    #hr_system .list-rank > li h5 {font-size: 13px;}
    #welfare_benefits #row1 h4 {
        font-size: 23px;
        word-break: keep-all;
    }
    #welfare_benefits .list-welfare > li {width: 100%;}
    #welfare_benefits .list-welfare > li .wrap-icon {padding-top: 35px !important;}
    #welfare_benefits .list-welfare > li .wrap-icon i {font-size: 50px;}
    #welfare_benefits .list-welfare > li .wrap-text {padding: 25px 20px 5px 15px;}

    .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;
    }

    .board_data_view .header_wrap .title {font-size: 24px;}
    .table_blog2 dd .inner .top a .thumb {height: 120px;}
    .table_video dd .inner .bottom, .table_blog2 dd .inner .bottom {padding: 15px 10px;}
    .table_video dd .inner .bottom .title a,
    .table_blog2 dd .inner .bottom .title a {font-size: 15px;}
}
@media (min-width: 768px) { /* Medium·Large·Extra large devices */

}
@media (min-width: 768px) and (max-width: 1199px) { /* Medium·Large devices */
    .navbar-inverse .navbar-nav > li > a {padding: 35px 22px;}
    .mainPage .col-sm-55 {width: 33.3%;}
    #section_7f39f8 div[class^="board_box_"] {width: 50%;}
    #greeting .image {padding: 0 20px 0 15px;}
    #greeting .text {margin-bottom: 0; padding: 0 15px;}
    #location .contact .addr, #location .contact .tel {font-size: 18px;}
    #product5 .center {padding: 0 12px;}
    #recruit_procedure .list-procedure {padding: 40px 20px;}
    #recruit_procedure .list-procedure > li .inner {
        width: 140px;
        height: 140px;
    }
    #recruit_procedure .list-procedure > li+li .inner::before {left: -25px;}
    #recruit_procedure .box-list {padding: 30px;}
    #welfare_benefits .list-welfare > li {width: 50%;}
}
@media (min-width: 768px) and (max-width: 991px) { /* Medium devices (col-sm-*) */

}
@media (min-width: 992px) and (max-width: 1199px) { /* Large devices (col-md-*) */

}
@media (min-width: 1200px) { /* Extra large devices (col-lg-*) */
    #main2 {
        float: right;
        width: 30%;
        padding: 0 15px 0 30px;
    }
}
/******* 모바일 최적화 끝 *******/