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

#site {
    padding-top: 0;
    font-size: 16px;
    font-family: '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;
    word-break: keep-all;
}

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

h1, h2, h3, h4, h5,
.sub-contents .link {font-family: 'Montserrat', 'notokr', sans-serif;}

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

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

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

.navbar-inverse .navbar-nav > li > a{font-size:18px;font-weight:500;color:#333;}
.navbar-inverse .navbar-nav > li > a:hover,.navbar-inverse .navbar-nav > li > a:focus{color:#4f94fb;}

.navbar-inverse .navbar-nav > li > a::after {
    content: '';
    left: 50%;
    bottom: -1px;
    width: 0;
    height: 4px;
    position: absolute;
    background: #4f94fb;
    transform: translateX(-50%);
    transition: all 0.35s;
}
.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:#4f94fb;color: #fff;}

@media (max-width: 767px) {
 /*.navbar-inverse .navbar-toggle{border:1px solid #666;}*/
 .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:#134794;}
 .navbar-inverse .navbar-toggle:hover .icon-bar,.navbar-inverse .navbar-toggle:focus .icon-bar{background-color:#134794;}
 .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: 10px 0;-webkit-box-shadow:0px 4px 8px rgba(0,0,0,.125);box-shadow:0px 4px 8px rgba(0,0,0,.125);background: rgba(0,0,0,.65);}
 .navbar-inverse .navbar-nav .dropdown-menu>li>a{padding: 8px 20px;font-size: 14px;color:#fff;text-align:center;}
 .navbar-inverse .navbar-nav .dropdown-menu>li>a:hover,.navbar-inverse .navbar-nav .dropdown-menu>li>a:focus{background: #3c75ca;}
}

@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 {display:none;}
.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 {text-shadow:0px 0px 10px rgba(0, 0, 0, .75);}

@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: #37393c;color:#ddd;}
#site footer .footer-info{padding:40px 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: 12px;line-height: 22px;}
#site footer .footer-info ul .copy {
    font-size: 11px;
    display: block;
    letter-spacing: 0.045em;
    opacity: 0.7;
    margin-top: 5px;
    font-weight: 300;
}
#site footer .footer-info img {
    margin-top: 5px;
    opacity: 0.6;
}

/* 메인 페이지 */
#mainCarousel .carousel-inner .item{height: calc(100vh - 90px);}
#mainCarousel .carousel-inner .item::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.25);
}
.carousel-caption {
    top: 35%;
    text-shadow: none;
}
.carousel-caption h1 {
    margin: 0 0 35px;
    font-size: 85px;
    letter-spacing: 0.05em;
}
.carousel-caption p {
    font-weight: 300;
    font-size: 29px;
    line-height: 1.5em;
}

@media (max-width: 767px) {
 #mainCarousel .carousel-inner .item{height:280px}
 #mainCarousel .carousel-caption h1{margin:0 0 20px;font-size:60px}
 #mainCarousel .carousel-caption p{font-size:17px;}
}

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

/* 메인스타일 */
.main-contents {
    /*margin: -401px 0 179px;*/
    top: 75%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -75%);
}
.main-contents .row {
    padding: 0 110px;
}
.main-contents .row > div[class^='col-'] {
    padding: 0 5px;
}
.main-contents .main-link > a {
    width: 100%;
    position: relative;
    display: inline-block;
    padding: 58px 30px;
    text-align: center;
    background: rgba(0,0,0,.05);
    border: 1px solid rgba(255,255,255,0.6);
}
.main-contents .main-link > a:hover {
    background: #235fac;
    text-decoration: none;
}
.main-contents .main-link > a::before,
.main-contents .main-link > a::after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    transition: all 0.3s;
}
.main-contents .main-link > a::before {
    top: 0;
    left: 0;
    border-top: 4px solid transparent;
    border-left: 4px solid transparent;
}
.main-contents .main-link > a::after {
    right: 0;
    bottom: 0;
    border-right: 4px solid transparent;
    border-bottom: 4px solid transparent;
}
.main-contents .main-link > a:hover::before,
.main-contents .main-link > a:hover::after{
    width: 100%;
    height: 100%;
    border-color: #fff;
}
.main-contents .main-link h4 {
    margin: 20px 0 0;
    font-size: 19px;
    color: #fff;
}

/********** 서브 시작 **********/
/* 공통 스타일 */
#site > .container {
    width: 100%;
    padding: 0;
}
.sub-contents > .page-top {
    height: 230px;
    color: #fff;
    background: #333 url('/public/img/sub/back_page_top.jpg') no-repeat;
    background-size: cover;
    background-position: center center;
}
.sub-contents > .page-top > .container {
    position: relative;
}
.sub-contents > .page-top .wrap-title {
    padding: 100px 0 0;
    text-align: center;
}
.sub-contents > .page-top .wrap-title > h2 {
    margin: 0;
    font-size: 42px;
    font-weight: 500;
}

/* Breadcrumb */
.sub-contents .breadcrumb {
    right: 15px;
    bottom: -60px;
    position: absolute;
    margin: 0;
    padding: 0;
    font-size: 12px;
    letter-spacing: 0;
    text-align: right;
    background-color: transparent;
    opacity: 0.8;
}
.breadcrumb>li+li:before {
    font-size: 11px;
}
/* Link */
.sub-contents .link {
    border-bottom: 1px solid #ddd;
}
.sub-contents .link ul {
    margin-bottom: 0;
    text-align: center;
}
.sub-contents .link ul li {
    display: inline-block;
    padding: 0 20px;
    width: auto;
}
.sub-contents .link ul > li > a {
    padding: 24px 0;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.02em;
    line-height: 1;
    text-decoration: none;
}
.sub-contents .link ul > li.active > a {
    font-weight: 600;
    color: #134794;
}
.sub-contents .link ul > li > a::after {
    content: "";
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 3px;
    position: absolute;
    background: transparent;
    transition: all ease-in-out .15s;
}
.sub-contents .link ul > li.active > a::after {
    background: #134794;
}
.sub-contents .link ul > li > a:hover,
.sub-contents .link ul > li > a:focus {
    background: none;
}
.sub-contents .link ul > li:not(.active) > a:hover {
    color: #326dc3;
}
.sub-contents .link ul > li:not(.active) > a:hover::after {
    background: #80abe8;
}
.sub-contents > .contents {
    padding: 90px 0 150px;
}

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

.title-lv-1 {
    margin: 0 0 80px;
    font-size: 40px;
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 1em;
    text-align: center;
}

.list-default {
    padding-left: 0;
    list-style-type: none;
}
.list-default > li {
    position: relative;
    margin-bottom: 5px;
}
.list-bullet > li {
    padding-left: 12px;
}
.list-bullet > li::before {
    content: '';
    top: 7px;
    left: 0;
    width: 5px;
    height: 5px;
    position: absolute;
    background-color: #134794;
    border-radius: 50%;
}

/*
table.tb-default > thead > tr > th,
table.tb-default > tbody > tr > th,
table.tb-default > tbody > tr > td {
    padding: 16px;
    font-size: 16px;
    letter-spacing: -0.034em;
    vertical-align: top;
    border-top: none;
    border-bottom: 1px solid #e3e3e3;
}
*/

/* 인사말 (페이지) */
#greeting .text {
    word-break: keep-all;
}
#greeting .text h4 {
    position: relative;
    margin: 0 0 70px;
    font-size: 32px;
    color: #134794;
    letter-spacing: -0.05em;
    line-height: 1.25em;
}
#greeting .text h4::before {
    top: -20px;
}
#greeting .text h4::before, #greeting .text h4::after {
    content: '';
    bottom: -15px;
    left: 0;
    width: 80px;
    position: absolute;
    border-top: 1px solid #999;
}
#greeting .text p {
    margin: 0px 0 30px;
    font-size: 17px;
}

/* 조직도 (페이지) */
#organization #row1 p {
    margin-top: 40px;
    font-size: 24px;
    padding: 50px 150px 0;
    letter-spacing: -0.034em;
    word-break: keep-all;
    line-height: 1.45em;
    font-weight: 300;
}

/* 연혁 (페이지) */
.wrap-history {
    position: relative;
}
/*
.wrap-history::before {
    content: '';
    top: 20px;
    left: 25%;
    height: 96.5%;
    position: absolute;
    margin-left: -10px;
    border-left: 10px solid #f6f6f6;
}
*/
.history-block {
    margin-bottom: 30px;
}
.history-block:last-child {
    margin-bottom: 0;
}
.history-block > .year {
    float: left;
    width: 25%;
    position: relative;
    margin: 0;
    font-size: 36px;
    letter-spacing: 0;
    font-weight: 300;
}
.history-block > .year::before,
.history-block > .year::after {
    content: '';
    position: absolute;
}
.history-block > .year::before {
    /*top: 13px;*/
    top: 18px;
    right: 0;
    width: 65px;
    border-top: 1px solid #ddd;
}
.history-block > .year::after {
    /*top: 6px;*/
    top: 11px;
    right: -2px;
    width: 15px;
    height: 15px;
    background: #134794;
    border: 4px solid #dae3f1;
    border-radius: 31px;
}
.history-block > .detail {
    width: 75%;
    display: inline-block;
    /*padding: 5px 0 0 40px;*/
    padding: 6px 0 0 40px;
}
.history-block ul > li {
    margin-bottom: 5px;
    position: relative;
    padding-left: 10px;
    font-size: 18px;
    font-weight: 500;
}
/*
.history-block ul > li::before {
    content: '';
    display: block;
    width: 5px;
    height: 3px;
    position: absolute;
    top: 10px;
    left: 0;
    background: #ccc;
}
*/
/* 오시는길 (페이지) */
#location .wrap-contact {
    width: 100%;
    display: inline-block;
    padding: 25px 0 10px;
}
#location .right ul.list-contact {
    text-align: right;
}
#location ul.list-contact > li {
    display: inline-block;
    font-size: 18px;
}
#location ul.list-contact > li i {
    padding: 11px 0 0;
    background: #5995d4;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    font-size: 17px;
    margin-right: 9px;
}
#location .left {
    padding: 0;
}
#location .right ul.list-contact > li+li {
    margin-left: 30px;
}
#location .right ul.list-contact > li+li::before {
    content: '';
    top: 8px;
    left: -18px;
    height: 20px;
    position: absolute;
    /* border-left: 1px solid #ccc; */
}
#location ul.list-contact > li.addr {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.05em;
}

/* 사업소개 공통 스타일 */
.sub-contents[id^='business'] h1 > .kor {
    font-size: 18px;
    color: #22aee2;
    letter-spacing: -0.034em;
}
.sub-contents[id^='business'] .bottom {
    width: 100%;
    display: inline-block;
    padding: 35px 40px;
    color: #333;
    border: 1px solid #999;
}
.sub-contents[id^='business'] .bottom > h4 {
    margin: 0 0 25px;
    font-size: 22px;
    font-weight: 600;
    position: relative;
}
.sub-contents[id^='business'] .bottom > h4::before {
    content: '';
    display: block;
    width: 5px;
    top: 0px;
    height: 23px;
    background: #333;
    position: absolute;
    left: -40px;
}
.sub-contents[id^='business'] .bottom > .prod {
    margin: 15px 0 0;
    font-weight: 500;
    position: relative;
    padding-left: 10px;
}
.sub-contents[id^='business'] .bottom > .prod::before {
    content: '';
    display: block;
    top: 1px;
    width: 100%;
    height: 100%;
    background: #cdf3ea;
    z-index: -1;
    position: absolute;
    left: 0;
}
.box-text {
    position: relative;
    margin-bottom: 60px;
    padding: 0 30px 20px;
    word-break: keep-all;
    /* border: 5px solid #eee; */
}
.box-text > p {
    text-align: center;
    font-size: 19px;
}
/* 2D Code Reader (페이지) */
#business1 .box-text {padding: 0 0 0 5px;}
#business1 #row1 .text {
    padding-right: 50px;
}
#business1 #row1 > .image {
    margin-top: -20px;
    padding: 35px 100px 0;
}
#business1 #row2 {
    margin: 0 -10px 120px;
}
#business1 #row2 img {
    padding: 30px;
    border: 1px solid #ddd;
}
#business1 #row2 .tit-img {
    margin: 15px 0 0;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
}
#business1 #row3 h3 {
    margin: 0 0 5px;
    font-size: 28px;
}
#business1 #row3 h3::before {
    content: '';
    display: block;
    width: 100px;
    height: 1px;
    background: #333;
    margin-bottom: 10px;
}
#business1 #row3 h3+div {
    margin-bottom: 30px;
    font-size: 18px;
}
#business1 #row3 img {
    padding: 20px;
    border: 1px solid #ddd;
}
#business1 #row3 > .center img {
    padding: 50px 20px;
}
#business1 #row3 .tit-img {
    margin: 15px 0 0;
    text-align: center;
    font-size: 17px;
    font-weight: 600;
}
#business1 #row4 .wrap-btn {
    /* margin-top: 30px; */
    padding-top: 60px;
    text-align: center;
    /* border-top: 1px solid #ccc; */
}
#business1 #row4 .btn {
    margin: 0 10px;
    padding: 18px 50px 17px;
    font-size: 17px;
    font-weight: 400;
    color: #fff;
    background: #23aee2;
}
#business1 #row4 .btn:hover {
    background: #235fac;
}
#business1 .box-text > p {
    text-align: left;
    font-size: 18px;
}
/* 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%}
}
@media (min-width:992px) {
.col-md-55 {float: left; width: 20%}
}
@media (min-width:1200px) {
.col-lg-55 {float: left; width: 20%}
}

/* Vision Solution (페이지) */
#business2 .image, #business3 .image {
    padding-left: 50px;
}
#business2 #row1 .bottom {
    margin-top: 40px;
}
#business2 #row1 .images {
    margin: 0 -5px;
}
#business2 #row1 .images > div[class^='col-'] {
    padding: 0 5px;
}

/* Automatic Solution (페이지) */
#business3 #row1 ul {
    margin-bottom: -10px;
}
#business3 #row1 ul > li::before {
    background: #333;
}

/* 게시판, 주문폼 공통 스타일 */
.board_wrapper {
    margin-top: 0;
    margin-bottom: 0;
}
.search_wrap {
    margin-bottom: 0;
}
.table.table_default tr th, 
.table.table_default tr td {
    font-size: 16px;
    letter-spacing: -0.034em;
    border-color: #e3e3e3;
}
.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: #00b1a9;
    border-radius: 2px;
}
.board_data_view .header_wrap {
    padding: 35px 10px;
    /* background: #fafafa; */
    border-bottom: 1px solid #ddd;
}
.board_data_view .header_wrap .title {
    font-size: 26px;
    line-height: 1.25em;
}
.board_data_view .header_wrap .info {
    margin-top: 12px;
}
.board_wrapper .table.board_write_table tbody tr td .form-control {
    width: 350px;
}
.board_wrapper .table.board_write_table tbody tr td .text-muted {
    font-size: 14px;
}
.board_data_view .download_wrap table td ul li a {
    font-size: 14px;
}
.board_data_view .download_wrap table th {
    font-size: 15px;
}
.board_wrapper .table.board_write_table tbody tr th {
    font-size: 15px;
}
.custom_checkbox+span a {
    color: #005cb9;
    font-weight: 500;
    letter-spacing: -0.034em;
}

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

/****** 모바일 최적화 시작 ******/
@media (max-width: 1199px) { /* Small·Medium·Large devices */
    .main-contents .row {padding: 0;}
    #location .right {padding: 10px 0 0;}
    #location .right ul.list-contact {text-align: left;}
}
@media (max-width: 767px) { /* Small devices (col-xs-*) 모바일 */
    #site {padding-top: 60px;}
    .navbar-inverse {
        position: fixed;
        border-bottom: 1px solid #ddd;
    }
    .navbar-inverse .navbar-brand img {
        height: 32px;
        margin-top: 0;
    }
    .navbar-inverse .navbar-nav {margin: 0 -15px;}
    .navbar-inverse .navbar-nav > .open {background-color: #f6f6f6;}
    .navbar-inverse .navbar-nav > li > a {padding: 12px 15px;}
    .navbar-inverse .navbar-nav > .open .dropdown-menu {padding: 10px 0;}
    .navbar-inverse .navbar-nav > .open .dropdown-menu > li > a {
        padding: 6px 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;
    }
    .navbar-inverse .navbar-nav > li > a::after {display: none;}

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

    .main-contents {
        position: static;
        transform: none;
    }
    .main-contents .row > div[class^='col-'] {padding: 0;}
    .main-contents .main-link > a {
        padding: 15px;
        background: #235fac;
        border: none;
    }
    .main-contents #link1 > a, .main-contents #link2 > a {
        border-bottom: 1px solid #ddd;
    }
    .main-contents #link1 > a {border-right: 1px solid #ddd;}
    .main-contents #link3 > a {border-right: 1px solid #ddd;}
    .main-contents .main-link .wrap-icon {
        float: left;
        width: 35px;
        margin-left: 15px;
    }
    .main-contents .main-link h4 {
        margin: 10px 0 0;
        font-size: 17px;
    }

    #site footer .footer-info {padding: 30px 0;}
    #site footer .footer-info img {
        height: 30px;
        margin: 0 0 15px;
    }
    #site footer .footer-info ul li {
        font-size: 13px;
        line-height: 20px;
    }
    
    .sub-contents > .page-top {height: 180px;}
    .sub-contents > .page-top .wrap-title {padding: 75px 0 0;}
    .sub-contents > .page-top .wrap-title > h2 {font-size: 38px;}
    .sub-contents .breadcrumb {bottom: -50px;}

    .sub-contents .link {
        margin-top: 15px;
        border-bottom: none;
    }
    .sub-contents .link ul li {
        width: 100%;
        padding: 0;
    }
    .sub-contents .link ul > li > a {
        margin-bottom: 8px;
        padding: 12px 0;
        font-size: 15px;
        border: 1px solid #ddd;
    }
    .sub-contents > .contents {padding: 60px 0 80px;}
    .title-lv-1 {
        margin: 0 0 50px;
        font-size: 36px;
    }
    .space-bottom {margin-bottom: 50px;}

    #greeting .image {padding: 0 50px;}
    #greeting .text {padding-top: 70px;}
    #greeting .text h4 {
        margin: 0 0 50px;
        font-size: 28px;
    }
    #greeting .text h4::before, #greeting .text h4::after {
        left: 50%;
        transform: translateX(-50%);
    }
    #organization #row1 p {
        padding: 20px 0 0;
        font-size: 22px;
    }
    .history-block > .year {
        width: 100%;
        font-size: 33px;
        padding-left: 40px;
    }
    .history-block > .year::before {
        right: auto;
        left: 0;
        width: 15px;
    }
    .history-block > .year::after {
        right: 0;
        left: 15px;
    }
    .history-block > .detail {
        width: 100%;
        padding: 12px 0 0 30px;
    }
    #location .root_daum_roughmap {height: 280px;}
    #location .left ul.list-contact > li.addr {
        padding: 0 15px;
        text-align: center;
        word-break: keep-all;
        line-height: 1.5em;
    }
    #location .left ul.list-contact > li.addr i {
        display: block;
        margin: 0 auto 10px;
    }
    #location .right ul.list-contact > li+li {margin-left: 0;}
    .sub-contents[id^='business'] h1 > .kor {font-size: 16px;}
    .sub-contents[id^='business'] .bottom {padding: 25px;}
    .sub-contents[id^='business'] .bottom > h4::before {left: -25px;}
    .sub-contents[id^='business'] .bottom > .prod {padding: 8px 10px;}
    .sub-contents[id^='business'] .bottom > h4 {
        margin: 0 0 20px;
        font-size: 20px;
    }
    #business1 #row3 h3 {font-size: 26px;}
    #business1 #row3 h3+div {font-size: 17px;}
    #business1 #row4 .wrap-btn {padding-top: 30px;}
    #business1 #row4 .btn {width: 100%; margin: 0;}
    #business1 #row4 .btn+.btn {margin-top: 20px;}
    
    .box-text {
        margin-bottom: 50px;
        padding: 0;
    }
    .box-text > p {font-size: 18px;}
    #business2 #row1 .images img {margin-bottom: 10px;}
    #business2 .image, #business3 .image {
        margin-top: 35px;
        padding-left: 15px;
    }
    #business3 .title-lv-1 {font-size: 35px;}

    .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%;}
  
    .board_data_view .header_wrap {padding: 30px 10px;}
    .board_data_view .header_wrap .title {
      font-size: 25px;
      line-height: 1.25em;
    }
    .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;
    }
  
    .board_wrapper .table.board_write_table tbody tr td .form-control,
    .board_wrapper .table.board_write_table .form-control.form-control-big {
      width: 100%;
    }
    .board_wrapper .text-center .btn.btn-lg {
      width: 100%;
      margin: 12px 0 0;
      padding: 12px;
    }
    .member_wrapper {
      padding-top: 60px;
      padding-bottom: 100px;
    }
}
@media (min-width: 768px) and (max-width: 1199px) { /* Medium·Large devices */
    .navbar-inverse .navbar-nav > li > a {
        padding: 35px 25px;
    }
    .carousel-caption {
        right: 10%;
        left: 10%;
    }
    .carousel-caption p {font-size: 27px;}
    .main-contents {
        top: 80%;
        transform: translate(-50%, -80%);
    }
    .main-contents .main-link > a {padding: 35px 30px;}

    .sub-contents > .contents {padding: 80px 0 120px;}
    .title-lv-1 {margin: 0 0 60px;}
    #greeting .text {margin-top: 20px;}
    #greeting .text h4 {
        margin: 0 0 60px;
        font-size: 30px;
    }
    #business2 .image, #business3 .image {padding-left: 15px;}
}
@media (min-width: 1200px) { /* Extra large devices (col-lg-*) */
    #greeting #row1 {padding: 0 90px;}
    #greeting .image {padding: 0 50px;}
    #greeting .text {
        padding: 0 50px 0 50px;
        word-break: keep-all;
        margin-top: 30px;
    }
}
/******* 모바일 최적화 끝 *******/