@charset "utf-8";

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

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

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: #9cca48;
    border-color: #9cca48;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus {
    background-color: #74b816;
    border-color: #74b816;
}

h1, h2, h3, h4, h5, h6, p, li, td {
    word-break: keep-all;
}

/* 페이지 준비중입니다 */
.wrap-prepare-page {
    width: 100%;
    display: inline-block;
    padding: 15px;
    background-color: #f9f9f9;
}
.wrap-prepare-page .prepare-page {
    padding: 70px;
    text-align: center;
}
.wrap-prepare-page .prepare-page > .exclamation {
    width: 90px;
    height: 90px;
    position: relative;
    margin: 0 auto;
    padding: 34px 30px;
    line-height: 1em;
    border: 4px solid #74b816;
    border-radius: 100%;
}
.wrap-prepare-page .prepare-page > .exclamation::before {
    content: '\f12a';
    top: 0;
    font-size: 36px;
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    color: #74b816;
}
.wrap-prepare-page .prepare-page > h4 {
    margin: 25px 0 20px;
    padding: 0;
    font-size: 34px;
    font-weight: 300;
    color: #777;
}
.wrap-prepare-page .prepare-page > h4 strong {
    font-weight: 500;
}
.wrap-prepare-page .prepare-page > p {
    margin: 0;
    font-size: 17px;
    line-height: 1.4em;
}

/* 불필요 항목 삭제 */
.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: 700;color:#333;}
.navbar-inverse .navbar-nav > li > a:hover,.navbar-inverse .navbar-nav > li > a:focus{color:#74b816;}

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

@media (max-width: 767px) {
 .navbar-inverse .navbar-toggle{border:0;padding:16px 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:#74b816;}
 .navbar-inverse .navbar-toggle:hover .icon-bar,.navbar-inverse .navbar-toggle:focus .icon-bar{background-color:#74b816;}
 .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;
    border-top: 0;
    padding:0;
    background: rgba(0,0,0,0.7);
    -webkit-box-shadow:0px 4px 8px rgba(0,0,0,.125);
    box-shadow:0px 4px 8px rgba(0,0,0,.125);
    animation-fill-mode: both;
    animation-duration: .4s;
    animation-name: fadeInRight;
    }
 .navbar-inverse .navbar-nav .dropdown-menu>li>a{padding:13px 20px;color:#fff;text-align:center;letter-spacing: 0.02em;}
 .navbar-inverse .navbar-nav .dropdown-menu>li>a:hover,.navbar-inverse .navbar-nav .dropdown-menu>li>a:focus{background: #7ec300;}

}
@keyframes fadeInRight {
   0% {
       opacity: 0;
       transform: translateX(0%);
   }
   100% {
       opacity: 1;
       transform: translateX(-50%);
   }
}

@media (min-width: 992px) {
 .navbar-inverse .navbar-right{margin-right:-30px;}
 .navbar-inverse .navbar-nav > li > a{padding: 35px 40px;}
}

/* 슬라이드 공통 */
.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: 40px;height:8px;background-color:rgba(255,255,255,.1);border:1px solid #fff;margin:0 4px;border-radius:10px;transition:ease-in-out .15s all;}
.carousel-indicators li.active{width: 40px;height:8px;background-color:#fff;margin:0 4px;box-shadow:0px 2px 6px rgba(0, 0, 0, .125);}

.carousel-caption {text-shadow:none;}

@media (max-width: 767px) {
 .carousel-control{font-size:14px;}
 .carousel-indicators li, .carousel-indicators li.active{width:35px;height:7px;}
}

/* 푸터 */
#site footer{margin-top:0px;background-color: #3d3e44;color:#ddd;}
#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: 14px;margin-right:15px;line-height:24px;letter-spacing: 0.02em;font-weight: 300;}
#site footer .footer-info ul li:first-child {
    font-weight: 500;
}
#site footer .footer-info .logo > img {
    height: 48px;
}
#site footer .footer-info .info {
    margin-left: -60px;
}
#site footer .footer-info ul li.copy {
    color: #999;
    font-size: 12px;
    letter-spacing: 0px;
    display: block;
}

/* 메인 페이지 */
#mainCarousel .carousel-indicators {
    top: 48%;
    bottom: auto;
}
#mainCarousel .carousel-inner .item{height:calc(100vh - 252px)}
#mainCarousel .carousel-caption {
    top: 38%;
}
#mainCarousel .carousel-inner .item::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
}
#mainCarousel .carousel-caption h1 {
    margin: 0 0 25px;
    font-size: 64px;
    font-weight: 600;
}
#mainCarousel .carousel-caption p {
    font-size: 24px;
    font-weight: 300;
}

@media (max-width: 767px) {
    #mainCarousel .carousel-indicators {
        top: auto;
        bottom: 10px;
    }
    #mainCarousel .carousel-inner .item{height:250px}
    #mainCarousel .carousel-caption{top:48%;right:8%;left:8%}
    #mainCarousel .carousel-caption h1{margin:0 0 15px;font-size:30px}
    #mainCarousel .carousel-caption p{font-size:16px;}
}

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

/* 메인 추가 스타일 */
.mainPage .wrap-main-link {
    margin: -320px 100px 0;
}
.mainPage .main-link {
    padding: 0 5px;
}
.mainPage .main-link > a {
    width: 100%;
    position: relative;
    display: inline-block;
    padding: 55px 40px;
    text-align: center;
    text-decoration: none;
    /* background:rgba(0,0,0,0.5); */
    overflow: hidden;
    background: rgba(17, 103, 191, 0.8);
    border-radius: 3px;
}
.mainPage .main-link > a::before {
    content: '';
    top: 50%;
    left: 50%;
    width: 320px;
    height: 0;
    position: absolute;
    background: #80c700;
    transform: translate(-50%,-50%) rotate(45deg);
    transition: all 0.3s cubic-bezier(0.29, 0.44, 0.58, 0.99);
}
.mainPage .main-link > a:hover::before {
    height: 320px;
}
.mainPage .main-link .inner {
    position: relative;
    z-index: 100;
}
.mainPage .main-link h4 {
    margin: 25px 0 0;
    font-size: 20px;
    color: #fff;
    font-weight: 400;
}

/*************** 서브 시작 ***************/
/* 공통 스타일 */
.navbar-inverse + .container {
    width: 100%;
    padding: 0;
}
.subPage > .pageTop {
    height: 240px;
    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 h2 {
    margin: 110px 0 0;
    font-size: 45px;
    font-weight: 500;
    letter-spacing: -0.045em;
    text-align: center;
}

/* Breadcrumb */
.subPage .breadcrumb {
    top: 15px;
    right: 15px;
    position: absolute;
    margin: 0;
    padding: 0;
    font-size: 12px;
    color: #fff;
    letter-spacing: -0.04em;
    background-color: transparent;
}
.subPage .breadcrumb > li:first-child::before {
    content: '\f015';
    top: 0;
    left: -10px;
    position: absolute;
    font-size: 11px;
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
}

/* Link */
.subPage .link {
    text-align: center;
    background: #1d70c5;
}
.subPage .link ul > li {
    display: inline-block;
    width: auto;
}
.subPage .link ul > li > a {
    padding: 0 50px;
    font-size: 17px;
    color: #b4d9ff;
    line-height: 52px;
    text-decoration: none;
    letter-spacing: 0.02em;
    background: transparent;
    font-weight: 500;
}
.subPage .link ul > li > a::after {
    content: '';
    top: 50%;
    right: 0;
    width: 1px;
    height: 17px;
    position: absolute;
    background: #fff;
    transform: translateY(-50%);
    opacity: 0.2;
}
.subPage .link ul > li:last-child > a::after {
    content: none;
}
.subPage .link ul > li.active > a {
    font-weight: 700;
    color: #fff;
    opacity: 1;
}
.subPage .link ul > li:not(.active) > a:hover {color: #fff;}

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

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

.title-lv-1 {
    margin: 0 0 70px;
    font-size: 42px;
    font-weight: 700;
    color: #111;
    letter-spacing: -0.05em;
    line-height: 1;
    text-align: center;
}
.title-lv-3 {
    position: relative;
    margin: 0 0 15px;
    font-size: 28px;
    font-weight: 600;
    color: #111;
    letter-spacing: -0.05em;
}
.title-lv-3::before {
    content: '';
    top: 2px;
    left: 0px;
    width: 4px;
    height: 26px;
    position: absolute;
    background: #74b816;
    border-radius: 10px;
    display: none;
}
.title-lv-4 {
    position: relative;
    margin: 0 0 15px;
    padding-left: 28px;
    font-size: 23px;
    font-weight: 600;
    color: #111;
    letter-spacing: -0.05em;
}
.title-lv-4:not(.num)::before {
    content: '';
    top: 2px;
    left: 1px;
    width: 20px;
    height: 20px;
    position: absolute;
    border: 11px double #74b822;
    border-radius: 100%;
}
.title-lv-4.num {
    padding-left: 30px;
    font-size: 23px;
}
.title-lv-4.num > span {
    top: 0;
    left: 1px;
    width: 22px;
    height: 23px;
    position: absolute;
    padding-top: 3px;
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    background: #74b822;
}

.list-default {
    margin: 0;
    padding-left: 0;
    list-style-type: none;
}
.list-default > li {
    position: relative;
    margin-bottom: 5px;
}
.list-style-1 > li {
    padding-left: 12px;
}
.list-style-1 > li:last-child {
    margin-bottom: 0;
}
.list-style-1 > li::before {
    content: '';
    top: 9px;
    left: 0;
    width: 6px;
    height: 2px;
    position: absolute;
    background: #555;
}
.list-dash > li {
    padding-left: 8px;
}
.list-dash > li::before {
    content: '-';
    left: 0;
    position: absolute;
    top: -2px;
}

table.tb-default > thead > tr > th,
table.tb-default > tbody > tr > th,
table.tb-default > tbody > tr > td {
  padding: 15px;
  border-top: none;
  border-bottom: 1px solid #ddd;
  vertical-align: middle;
}
table.tb-default > thead > tr > th,
table.tb-default > tbody > tr > td {
    text-align: center;
}
table.tb-style-1 > thead > tr > th,
table.tb-style-1 > tbody > tr > th {
    font-weight: 700;
    letter-spacing: -0.02em;
    background: #f7f7f7;
    font-size: 15px;
}
table.tb-style-1 > thead > tr > th {
    color: #333;
    background: #f8f8f8;
}
table.tb-style-2 > thead > tr > th,
table.tb-style-2 > tbody > tr > th,
table.tb-style-2 > tbody > tr > td {
    padding: 9px;
    font-size: 14px;
}
table.tb-style-2 > thead > tr > th,
table.tb-style-2 > tbody > tr > th {
    font-weight: 700;
    text-align: center;
    letter-spacing: -0.02em;
    background: #f7f7f7;
}
table.tb-style-2 > thead > tr > th {
    color: #333;
}
table.tb-style-2 > tbody > tr > td {
    letter-spacing: 0em;
    background: #fff;
}

/* 인사말 (페이지) */
#greeting .image {
    padding: 15px 30px 0 85px;
}
#greeting .text {
    padding: 0 45px 0 60px;
}
#greeting .text > p {
    margin: 0 0 60px;
    font-size: 18px;
    color: #333;
    line-height: 1.65em;
    padding-right: 80px;
}
#greeting .text > p strong {
    display: inline-block;
    font-size: 30px;
    color: #0950a9;
    padding: 15px 0 25px;
    letter-spacing: -0.034em;
}
#greeting .box-list {
    padding: 30px 0 0;
}
#greeting .box-list+.box-list {
    /* border-top: 1px solid #eee; */
    margin-top: 15px;
}
#greeting .box-list > .icon {
    float: left;
    width: 100px;
    height: 100px;
    margin: -3px 30px 0 0;
    padding: 25px;
    background: #9cca48;
    border-radius: 100%;
}
#greeting .box-list:last-child > .icon {
    background: #1e70c5;
}
#greeting .box-list > .detail {
    width: 60%;
    display: inline-block;
}
#greeting .box-list > .detail h4 {
    margin: 0 0 10px;
    font-size: 17px;
    font-weight: 700;
}
#greeting .box-list > .detail ul > li {
    margin-bottom: 3px;
}
#greeting .box-list > .detail ul > li span {
    font-weight: 600;
    color: #555;
    font-size: 15px;
    letter-spacing: 0em;
}

/* 연혁 */
#about_us #history {
    padding-bottom: 120px;
}
.wrap-history {
    position: relative;
}
.wrap-history::before {
    content: '';
    top: 25px;
    left: 20%;
    width: 10px;
    height: 94.5%;
    position: absolute;
    margin-left: -14px;
    background: #f6f6f6;
}
.wrap-history ul > li+li {
    margin-top: 35px;
}
.wrap-history ul > li .year {
    float: left;
    width: 20%;
    position: relative;
    margin: 0;
    font-size: 38px;
    line-height: 1em;
    color: #9cca48;
}
.wrap-history ul > li .year::before,
.wrap-history ul > li .year::after {
    content: '';
    position: absolute;
}
.wrap-history ul > li .year::before {
    top: 18px;
    right: 14px;
    width: 40px;
    height: 1px;
    border-top: 1px solid #9cca48;
    border-radius: 20px;
}
.wrap-history ul > li .year::after {
    top: 10px;
    right: 1px;
    width: 16px;
    height: 16px;
    background: #9cca48;
    border: 3px solid #fff;
    border-radius: 20px;
}
.wrap-history ul > li .detail {
    width: 80%;
    display: inline-block;
    padding: 8px 0 0 40px;
}
.wrap-history ul > li .detail .block {
    position: relative;
}
.wrap-history ul > li .detail .block+.block {
    margin-top: 20px;
}
.wrap-history ul > li .detail .date {
    top: 3px;
    left: 0;
    position: absolute;
    margin: 0;
    font-size: 17px;
    font-weight: 600;
}
.wrap-history ul > li .detail p {
    padding-left: 60px;
    font-size: 17px;
}
.wrap-history ul > li .detail p:last-child {
    margin-bottom: 0;
}

/* 회사위치 (페이지) */
#location .contact {
    width: 100%;
    display: inline-block;
    margin-top: -6px;
    padding: 30px 0;
}
#location .contact > div {
    padding: 0;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}
#location .contact .addr {
    position: relative;
    display: inline-block;
    padding-left: 23px;
    font-size: 19px;
    font-weight: 500;
    color: #333;
}
#location .contact .addr i {
    top: 3px;
    left: 0;
    position: absolute;
    color: #9cca48;
}
#location .contact > .right {
    float: right;
    text-align: right;
}
#location .contact .info {
    font-size: 19px;
    letter-spacing: 0px;
}
#location .contact .info+.info {
    margin-left: 25px;
}
#location .contact .info > span {
    padding-right: 6px;
    font-weight: 600;
    color: #74b816;
}

/* 인증서 (페이지) */
.box-certifi:nth-child(n+5) {
    margin-top: 30px;
}
.box-certifi figure > img {
    padding: 5px;
    border: 1px solid #ddd;
    box-shadow: 0px 4px 4px 0px #e8e8e8;
}
.box-certifi figure > figcaption {
    margin-top: 20px;
    font-size: 17px;
    font-weight: 500;
    text-align: center;
}

/* VDS (페이지) */
.box-biz {
    width: 100%;
    display: inline-block;
    background: #f2f2f2;
}
.box-biz > .image {
    float: left;
}
.box-biz > .detail {
    display: inline-block;
    padding: 40px 60px 30px 50px;
}
.box-biz > .detail .tit {
    position: relative;
    margin: 0 0 10px;
    font-size: 22px;
    font-weight: 600;
    color: #111;
    padding-left: 0;
}
.box-biz > .detail .tit+hr {
    margin: 0 0 30px;
    border-top-color: #999;
}
.box-biz > .detail .block {
    float: left;
    width: 50%;
}
.box-biz > .detail h5 {
    position: relative;
    margin: 0 0 7px;
    padding-left: 10px;
    font-size: 16px;
    font-weight: 600;
}
.box-biz > .detail ul+h5 {
    margin-top: 30px;
}
.box-biz > .detail h5::before {
    content: '';
    top: 1px;
    left: 0;
    width: 4px;
    height: 13px;
    position: absolute;
    background: #74b816;
}
.box-biz > .detail p {
}
#business01 p.emphasis {
    margin: 25px 0 30px;
    font-size: 22px;
    letter-spacing: -0.04em;
    text-align: left;
    line-height: 1.45em;
    font-weight: 300;
}
#business01 p.emphasis > em {
    font-weight: 600;
    font-style: normal;
}
#business01 p.emphasis > em.color1 {
    color: #1d47a7;
}
#business01 p.emphasis > em.color2 {
    color: #659c00;
}
#business01 #row1 h3 {
    font-size: 40px;
    text-align: center;
    font-weight: 400;
    letter-spacing: -0.06em;
}
#business01 #row1 p.emphasis {
    text-align: center;
    margin: 60px 0;
    font-size: 26px;
    font-weight: 300;
    letter-spacing: -1px;
}

#business01 #row1 p.emphasis > em.color2 {
    font-size: 30px;
    margin-top: 4px;
    display: block;
    letter-spacing: -0.06em;
}
#business01 #row1 h3::after {content: '';display: block;width: 1px;height: 30px;background: #999;margin: 20px auto 0;}
#business01 #row1 h3 > span {
    display: block;
    font-size: 22px;
    font-weight: 400;
    margin-top: 5px;
    letter-spacing: 0em;
}
[id^="business0"] h4 {
    position: relative;
    margin: 0 0 20px;
    font-size: 25px;
    font-weight: 700;
    color: #111;
    letter-spacing: -0.034em;
    padding-left: 30px;
}
#business01 #row1 .box-biz > .image,
#business01 #row9 .box-biz > .image {
    width: 30%;
    background: #333 url('/public/img/sub/business01_bg.jpg') no-repeat;
    background-size: cover;
    background-position: center;
}
#business01 #row1 .box-biz > .detail,
#business01 #row9 .box-biz > .detail {
    width: 70%;
}
#business01 #row1 .box-biz > .image {
    padding: 198px 50px 197px;
}
#business01 #row2 .box-biz > .image {
    width: 60%;
}
#business01 #row2 .box-biz > .detail {
    width: 40%;
    padding: 40px 50px;
}
#business01 #row3 .box-biz > .image,
#business01 #row4 .box-biz > .image,
#business01 #row5 .box-biz > .image  {
    width: 65%;
    padding: 40px 30px;
}
#business01 #row3 .box-biz > .detail,
#business01 #row4 .box-biz > .detail,
#business01 #row5 .box-biz > .detail {
    width: 35%;
}
#business01 #row6 .box-biz {
    padding: 30px;
}
#business01 #row7 .box-biz {
    padding: 0;
}
#business01 #row7 .box-biz > .image,
#business01 #row7 .box-biz > .detail {
    float: left;
    width: 33.3%;
    text-align: center;
}
#business01 #row7 .box-biz > .image:first-child {
    padding: 164px 0;
    background: url('/public/img/sub/business01_bg.jpg') no-repeat;
    background-size: cover;
    background-position: center;
}
#business01 #row7 ul.list-chk {
    display: inline-block;
    margin-top: 10px;
    text-align: left;
}
#business01 #row7 ul.list-chk > li {
    position: relative;
    margin-bottom: 15px;
    padding-left: 35px;
    font-size: 18px;
    font-weight: 500;
}
#business01 #row7 ul.list-chk > li:last-child {
    margin-bottom: 0;
}
#business01 #row7 ul.list-chk > li::before {
    content: '\f00c';
    top: 2px;
    left: 0;
    width: 20px;
    height: 20px;
    position: absolute;
    font-size: 20px;
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    color: #1d87ff;
    line-height: 0.6em;
    border: 2px solid #ccc;
}
#business01 #row7 .box-biz > .image img+img {
    margin-top: 2px;
}
#business01 #row8 .box-biz {
    padding: 0;
    background: transparent;
}
#business01 #row8 table {
    border-top: 2px solid #333;
}
#business01 #row8 table > tbody > tr > th,
#business01 #row8 table > tbody > tr > td {
    background: #fff;
    padding: 10px 15px;
}
#business01 #row8 table > thead > tr > th:not(:first-child) {
    width: 25%;
    /* width: 19%; */
}
#business01 #row8 table > tbody > tr:nth-child(8) > th,
#business01 #row8 table > tbody > tr:nth-child(8) > td {
    border-top: 3px solid #1d87ff;
}
#business01 #row8 table > tbody > tr:nth-child(11) > th,
#business01 #row8 table > tbody > tr:nth-child(11) > td {
    border-bottom: 3px solid #1d87ff;
}
#business01 #row8 table > tbody > tr:nth-child(9) > th,
#business01 #row8 table > tbody > tr:nth-child(10) > th,
#business01 #row8 table > tbody > tr:nth-child(11) > th,
#business01 #row8 table > tbody > tr:nth-child(8) > th {
    border-left: 5px solid #1d87ff;
}
#business01 #row8 table > tbody > tr:nth-child(9) > td:last-child,
#business01 #row8 table > tbody > tr:nth-child(10) > td:last-child,
#business01 #row8 table > tbody > tr:nth-child(11) > td:last-child,
#business01 #row8 table > tbody > tr:nth-child(8) > td:last-child {
    border-right: 5px solid #1d87ff;
}
#business01 #row9 .box-biz > .image {
    padding: 255px 25px;
}
#business01 #row10 img {
    margin-left: 0;
}

/* 축중기 (페이지) */
.wrap-box-biz-2+.wrap-box-biz-2 {
    margin-top: 45px;
}
.box-biz-2 {
    display: flex;
    flex-wrap: wrap;
    padding: 35px 30px;
    background: #f2f2f2;
}
.box-biz-2 > .item.image {
    flex-basis: 38%;
}
.box-biz-2 > .detail {
    flex-basis: 62%;
    padding-left: 45px;
    -ms-flex-preferred-size: calc(62% - 45px);
}
.box-biz-2 > .detail .tit {
    position: relative;
    margin: 0 0 10px;
    font-size: 20px;
    font-weight: 600;
    color: #111;
    padding-left: 0;
}
.box-biz-2 > .detail .tit+hr {
    margin: 0 0 20px;
    border-top-color: #999;
}
.box-biz-2 > .detail ul+.tit {
    margin-top: 30px;
}
.box-biz-2 > .detail ul li {
    font-size: 15px;
}
.box-biz-2 > .detail table {
    border-top: 1px solid #333;
}
.box-biz-2 > .detail tbody > tr > th {
    min-width: 130px;
}
#business02 .title-lv-3 {
    margin-bottom: 35px;
}
#business02 #row4 .box-biz-2 {
    align-items: center;
    padding: 45px 45px 30px 30px;
}

/* 실적현황 (페이지) */
#result_status > .pageTop h2 {
    margin-top: 90px;
}
#result_status .box-list {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    padding: 40px 0 40px 15px;
    border-top: 2px solid #333;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
}
#result_status .box-list::before {
    content: url('/public/img/sub/result_status_bg.png');
    right: 2px;
    bottom: -50px;
    position: absolute;
    opacity: 0.4;
}
#result_status .box-list ul {
    /* display: inline-block; */
    flex-basis: 40%;
    margin-right: 100px;
    /* width: 40%; */
}
#result_status .box-list ul > li {
    font-size: 17px;
    padding-left: 14px;
}
#result_status .box-list ul > li::before {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    top: 9px;
    left: 2px;
}
#result_status .row-img {
    margin: 20px -15px 50px;
}
#result_status .row-img:last-child {
    margin-bottom: 0;
}
#result_status #row1 .row-img > div[class^='col-'] {
    padding: 0;
}
#result_status #row1 .row-img > div > div[class^='col-'] {
    padding: 0 5px;
}
#result_status #row1 .row-img > div > div[class^='col-']:nth-of-type(1) {
    padding-left: 15px;
}
#result_status #row1 .row-img > div > div[class^='col-']:nth-of-type(2) {
    padding-right: 15px;
}
#result_status #row1 .row-img h4 {
    margin-left: 15px;
}
#result_status #row2 .row-img > div {
    padding: 0 10px;
}
#result_status #row2 .row-img h4 {
    margin-left: 5px;
}
#result_status #row2 .row-img > div > div[class^='col-'] {
    padding: 0 5px 10px;
}

/* 게시판, 주문폼 공통 스타일 */
.board_wrapper {
    margin-top: 0;
    margin-bottom: 0;
}
.search_wrap {
    margin-bottom: 0;
}
.board_wrapper .table.table_default {
    border-top: 2px solid #333;
}
.board_wrapper .table.table_default thead th {
    padding: 13px 15px;
    font-weight: 500;
    background: none;
    border-bottom: 1px solid #d3d3d3;
}
.board_wrapper .table.table_default tr td {
    padding: 15px;
}
.table.table_default tbody .subject a {
    font-weight: 500;
    color: #333;
    font-size: 17px;
}
.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 #064999;
}
.board_data_view .header_wrap {
    padding: 50px 10px;
    border-bottom: 1px solid #e5e5e5;
}
.board_data_view .header_wrap .title {
    font-size: 26px;
    letter-spacing: -0.05em;
    line-height: 1.3em;
}
.board_data_view .header_wrap .info {
    margin-top: 8px;
}
#reply_list span {
    font-size: 16px !important;
}
/* 게시글 작성 */
.board_wrapper .table.board_write_table tbody tr th {
    width: 200px;
    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;
}
[id^='form_history'] .board_wrapper {
    padding-top: 100px;
    padding-bottom: 160px;
}
/*************** 서브 끝 *****************/

/*********** 모바일 최적화 시작 ***********/
@media (max-width: 1199px), (max-height: 900px) {
    .mainPage .wrap-main-link{margin:0 -15px}
    .mainPage .main-link{padding:0}
    .mainPage .main-link > a{float:left;padding:25px 15px;border:1px solid #2166ad;border-radius:0}
    .mainPage .main-link h4{margin:20px 0 0;font-size:17px}
}
@media (min-width: 768px) and (max-width: 1199px), (max-height: 900px) {
    #mainCarousel .carousel-caption{top:48%}
    #mainCarousel .carousel-indicators{top:auto;bottom:10px}
    .mainPage .container{width:100%}
    .mainPage .main-link+.main-link > a{border-left:none}
}
@media (max-width: 767px) { /* Small devices (col-xs-*) 모바일 */
    #site{padding-top:63px;font-size:15px}
    p{line-height:1.5em}

    .navbar-inverse{position:fixed;background:#fff;border-bottom:1px solid #ddd}
    .navbar-inverse .navbar-brand img{height:40px;margin-top:-2px}
    .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;color:#333}
    .navbar-inverse .navbar-nav > li > a:hover,
    .navbar-inverse .navbar-nav > li > a:focus{color:#74b816}
    .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 !important;background:#74b816}
    .navbar-inverse .navbar-nav .dropdown.open .dropdown-toggle .caret,
    .navbar-inverse .navbar-nav .dropdown.open:hover .dropdown-toggle .caret,
    .navbar-inverse .navbar-nav .dropdown.open:focus .dropdown-toggle .caret{border-top-color:#fff}
    .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}

    .mainPage .main-link:nth-child(even) > a{border-left:none}
    .mainPage .main-link:nth-child(n+3) > a{border-top:none}

    #site footer .footer-info{padding:30px 0}
    #site footer .footer-info .logo > img{height:40px;margin-bottom:15px}
    #site footer .footer-info .info{margin-left:0}
    #site footer .footer-info ul li{font-size:12px;margin-right:5px;line-height:20px}
    #site footer .footer-info ul li.copy{font-size:10px}

    .subPage > .pageTop{height:140px}
    .subPage > .pageTop h2{margin:60px 0 0 !important;font-size:37px}
    .subPage .breadcrumb{font-size:10px}
    .subPage .breadcrumb > li:first-child::before{top:-1px;font-size:smaller}
    .subPage .link .container{padding:0}
    .subPage .link ul{display:flex;flex-wrap:wrap;align-items:center}
    .subPage .link ul > li{flex:1 1 0}
    .subPage .link ul > li > a{margin-bottom:0;padding:12px 15px;font-size:14px;line-height:1.3em}
    .subPage > .contents{padding:60px 0 80px}

    .title-lv-1{margin:0 0 40px;font-size:36px}
    .title-lv-3{margin:0 0 12px;font-size:25px}
    .title-lv-4{margin:0 0 12px;padding-left:24px;font-size:22px}
    .title-lv-4:not(.num)::before{width:18px;height:18px;border-width:9px}
    .title-lv-4.num{padding-left:28px;font-size:21px}
    .title-lv-4.num > span{top:1px;width:20px;height:21px;font-size:15px}
    .space-bottom{margin-bottom:60px}
    table.tb-default > thead > tr > th,
    table.tb-default > tbody > tr > th,
    table.tb-default > tbody > tr > td{padding:10px}
    table.tb-style-1 > thead > tr > th,
    table.tb-style-1 > tbody > tr > th{font-size:14px}
    .wrap-prepare-page .prepare-page{padding:20px}
    .wrap-prepare-page .prepare-page > .exclamation{width:80px;height:80px;padding:30px}
    .wrap-prepare-page .prepare-page > h4{margin:20px 0 10px;font-size:28px}
    .wrap-prepare-page .prepare-page > p{font-size:15px}

    #greeting .image{padding:0 30px 45px}
    #greeting .text{padding:0 15px}
    #greeting .text > p{margin:0 0 40px;font-size:16px;padding-right:0}
    #greeting .text > p strong{padding:0 0 18px;font-size:26px}
    #greeting .box-list{padding:20px 0 0}
    #greeting .box-list > .icon{float:unset;margin:0 auto 20px}
    #greeting .box-list > .detail{width:100%;text-align:center}
    #greeting .box-list > .detail h4{font-size:16px}
    #greeting .box-list > .detail ul{display:inline-block;text-align:left}
    .wrap-history::before{top:25px;left:10px;width:7px}
    .wrap-history ul > li .year{float:unset;width:100%;padding-left:30px;font-size:33px}
    .wrap-history ul > li .year::before{top:16px;right:auto;left:0;width:25px}
    .wrap-history ul > li .year::after{right:auto;left:-8px;width:14px;height:14px;border-width:2px}
    .wrap-history ul > li .detail{width:100%;padding:15px 0 0 15px}
    .wrap-history ul > li .detail .block+.block{margin-top:10px}
    .wrap-history ul > li .detail .date{font-size:15px}
    .wrap-history ul > li .detail p{padding-left:50px;font-size:15px}
    #location iframe{height:300px}
    #location .contact{padding:20px 0 0}
    #location .contact .addr{padding-left:20px;font-size:17px}
    #location .contact > .right{float:unset;text-align:left}
    #location .contact .info{font-size:17px}
    #location .contact .info+.info{margin-left:20px}
    #location .contact > div{padding-bottom:15px}
    #location .contact > .left{border-bottom:none}
    .box-certifi:nth-child(odd){padding-right:7.5px}
    .box-certifi:nth-child(even){padding-left:7.5px}
    .box-certifi figure > figcaption{margin-top:12px;font-size:12px}
    .box-certifi:nth-child(n + 5),
    .box-certifi:nth-child(n + 3){margin-top:20px}
    .box-biz > .image{float:unset;width:100% !important}
    .box-biz > .detail{width:100% !important;padding:25px 20px !important}
    .box-biz > .detail .tit{margin:0 0 8px;font-size:20px}
    .box-biz > .detail .block{float:unset;width:100%}
    .box-biz > .detail ul+h5,
    .box-biz > .detail .block+.block{margin-top:20px}
    .box-biz > .detail .tit+hr{margin:0 0 20px}
    [id^="business0"] h4{margin:0 0 15px;font-size:22px;padding-left:24px}
    #business01 #row1 h3{font-size:34px}
    #business01 #row1 h3::after{height:20px;margin:15px auto 0}
    #business01 #row1 h3 > span{font-size:20px}
    #business01 #row1 p.emphasis{margin:40px 0;font-size:23px}
    #business01 #row1 p.emphasis > em.color2{padding:0 10px;font-size:26px}
    #business01 #row1 .box-biz > .image{padding:35px}
    #business01 p.emphasis{margin:15px 0 20px;font-size:20px}
    #business01 #row3 .box-biz > .image,
    #business01 #row4 .box-biz > .image,
    #business01 #row5 .box-biz > .image{padding:25px 15px}
    #business01 #row6 .box-biz{padding:30px 15px}
    #business01 #row7 .box-biz > .image:first-child{padding:35px}
    #business01 #row7 ul.list-chk > li{display:inline-block;margin-right:15px;margin-bottom:10px;padding-left:25px}
    #business01 #row9 .box-biz > .image{padding:35px}
    #business02 .title-lv-3{margin-bottom:25px}
    .box-biz-2{width:100%;display:inline-block;padding:25px 20px !important}
    .box-biz-2 > .item{flex-basis:100% !important}
    .box-biz-2 > .item.image{margin-bottom:30px}
    .box-biz-2 > .detail{padding-left:0}
    .box-biz-2 > .detail .tit{margin:0 0 8px;font-size:19px}
    #result_status .box-list ul{flex-basis:100%;margin-right:0}
    #result_status .box-list ul+ul{margin-top:8px}
    #result_status #row1 .row-img > div[class^='col-']{padding:0 15px !important}
    #result_status #row1 .row-img h4{margin-left:0 !important}
    #result_status #row1 .row-img > div > div[class^='col-']{padding:0 !important}
    #result_status #row1 .row-img > .col-md-6+.col-md-6{margin-top:50px}
    #result_status #row1 .row-img > div > .col-md-6+.col-md-6{margin-top:10px}

    .member_wrapper{padding-top:60px;padding-bottom:100px}
}
@media (min-width: 1200px) { /* Extra large devices (col-lg-*) */
    .table-responsive{overflow-x:hidden}
    #history #row1 > div{margin-left:30%}
}
/************ 모바일 최적화 끝 ************/