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

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

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

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

p {
    line-height: 1.6em;
}

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

.btn.btn-primary {
    background-color: #27538f;
    border-color: #27538f;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus {
    background-color: #1d416e;
    border-color: #1d416e;
}

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

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

/* 상단 메뉴 */
.navbar-inverse{background:#fff;position:static;margin-bottom:0;border:0}
.navbar-inverse .navbar-brand{padding:0 15px;margin-top: 22px;}

.navbar-inverse .navbar-nav > li > a{font-size: 15px;font-weight: 600;color: #222;letter-spacing: 0;}
.navbar-inverse .navbar-nav > li > a:hover,.navbar-inverse .navbar-nav > li > a:focus{color: #27538f;}

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

@media (max-width: 767px) {
 /*.navbar-inverse .navbar-toggle{border:1px solid #666;}*/
 .navbar-inverse .navbar-toggle{border:0;padding:18px 0 17px;}
 .navbar-inverse .navbar-toggle .icon-bar{background-color:#111;transition:ease-in-out .15s all;opacity:1;position:relative;}
 .navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus{background:none;border-color:#27538f;}
 .navbar-inverse .navbar-toggle:hover .icon-bar,.navbar-inverse .navbar-toggle:focus .icon-bar{background-color:#27538f;}
 .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:0;
  background: rgba(0,0,0,0.85);
  -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: fadeIn;
 
 }
 .navbar-inverse .navbar-nav .dropdown-menu>li>a{padding:12px 15px;color:#fff;text-align:center;font-size:13px;letter-spacing:0.02em;}
 .navbar-inverse .navbar-nav .dropdown-menu>li>a:hover,.navbar-inverse .navbar-nav .dropdown-menu>li>a:focus{background: #27538f;}
 .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: calc(100% - 40px);
 }
}

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

/* 슬라이드 공통 */
.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{
 bottom: 30px;
}
.carousel-indicators li,
.carousel-indicators li.active{width: 60px;height: 6px;background-color: rgba(255,255,255,.3);border: none;margin: 0 2px;border-radius:0;transition:ease-in-out .15s all;}
.carousel-indicators li.active{background: #fff;}

.carousel-caption {text-shadow: 0 0 40px rgba(0,0,0,0.4);top: 56%;}

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

/* 푸터 */
#site footer{margin-top:0px;background-color:#fff;color:#333}
#site footer .footer-info{padding:45px 0;border-top:1px solid #eee;}
#site footer .footer-info ul{position:relative;margin:0;padding:0;font-size:0}
#site footer .footer-info ul li{list-style:none;display:inline-block;font-size:13px;margin-right:15px;line-height:20px;color: #727272;}
#site footer .footer-info .top {
    margin-bottom: 35px;
}
#site footer .footer-info .top img {
    margin-right: 30px;
}
#site footer .footer-info .top .right {
    margin: 20px 0 0 -35px;
}
#site footer .footer-info .top ul li {
    font-weight: 600;
    color: #333;
    letter-spacing: -0.034em;
}
#site footer .footer-info ul li.has-inner {
    padding-left: 180px;
}
#site footer .footer-info ul li .tit {
    left: 0;
    position: absolute;
    padding-left: 5px;
    font-weight: 600;
    color: #37669f;
}
#site footer .footer-info ul li .tit::after {
    content: '';
    top: 3px;
    left: 0;
    height: 11px;
    position: absolute;
    border-right: 2px solid #79a2d5;
}
#site footer .footer-info ul li.copy {
    margin-top: 15px;
    font-size: 11px;
    color: #999;
    letter-spacing: 0;
}
#site footer .footer-info ul li i {
    font-weight: 600;
    font-style: normal;
    color: #555;
}

/* 메인 페이지 */
#mainCarousel .carousel-inner .item{height: 580px;}
#mainCarousel .carousel-caption h1 {
    margin: 0 0 44px;
    font-size: 66px;
    font-weight: 700;
    letter-spacing: -0.03em;
}
#mainCarousel .carousel-caption h1::before {
    content: 'INSTRUMENTATION TOTAL SOLUTION PROVIDER';
    top: -22px;
    left: 50%;
    width: 700px;
    position: absolute;
    font-size: 14px;
    font-weight: 600;
    font-style: italic;
    color: #b8e1f1;
    transform: translateX(-50%);
    letter-spacing: 1.2px;
}
#mainCarousel .carousel-caption p {
    font-size: 28px;
    font-weight: 500;
    letter-spacing: -0.04em;
    line-height: 1.5;
}
@media (max-width: 767px) {
    #mainCarousel .carousel-inner .item{height:300px}
    #mainCarousel .carousel-caption h1{margin:0 0 20px;font-size:38px}
    #mainCarousel .carousel-caption h1::before{top:-10px;font-size:10px}
    #mainCarousel .carousel-caption p{font-size:15px}
}

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

.root_daum_roughmap .map_border {
  display: none !important;
}
 
#section_ea5d2f {
    padding: 80px 0;
    background: #f5f5f5;
}

@media (min-width: 767px) {
  #section_ea5d2f div[class^="board_box_"] {
    width: 45%;
    margin: 0px 2.5% 55px !important;
  padding: 0;/* border: 1px solid #dfdfdf; */}
}

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

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

div[class^="board_box_"] .page-header {
    position: relative;margin: 0 0 10px;
    
    
border-bottom: none;padding: 12px 0px;overflow: hidden;}
div[class^="board_box_"] .page-header h4 {
    font-size: 24px;
margin: 0;font-weight: 500;color: #1d4b8b;}
div[class^="board_box_"] .page-header .pull-right{
 position:relative;
 margin-top: 2px;
 z-index: 1;
line-height: 1;}
div[class^="board_box_"] .page-header .pull-right i{background: #537aaf;border-radius: 50%;width: 24px;height: 24px;font-size: 12px;text-align: center;line-height: 25px;color: #fff;}
.board_box_blog2 .inner {
 position:relative;
  margin-top: 0;
  margin-bottom: 0;
border-color: #d1d1d1;z-index: 1;}
.board_box_blog2 .inner::before{
     content: '';
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    position: absolute;
    left: -1px;
    top: -1px;
    transition: all 0.3s ease;
    border: 3px solid #27538f;
    opacity: 0;
 
}
.board_box_blog2 .inner:hover::before{
    opacity: 1;
}
.board_box_video .inner:hover,
.board_box_blog2 .inner:hover {
border-color: #d1d1d1;
}

.board_box_blog2 .inner .bottom {
  padding: 10px 20px;
  background: #fff;
text-align: center;min-height: 60px;display: flex;align-items: center;justify-content: center;}
  
.board_box_blog2 .inner .bottom .title {
  margin-bottom: 0;
padding: 0;}

.board_box_blog2 .inner .bottom .title a {
    font-size: 14px;
    text-decoration: none;
font-weight: 500;letter-spacing: -0.01em;overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: initial;
    color: #222;line-height: 1.4;}
.board_box_blog2 .inner:hover .bottom .title a {
    color: #2c578c;
}
  
.board_box_blog2 .inner .bottom .info {
  display: none;
}
.board_box_blog2 .inner .top a{
 display: block;
 }
.board_box_blog2 .inner .top a .thumb {
    height: 180px;
    transition: all ease-in-out .3s;
position: relative;z-index: -1;}

.board_box_blog2 .inner:hover .top a .thumb {
    transform: scale(1.1);
}

#section_ea5d2f h2 {
    margin: 0 0 50px;
    font-size: 36px;
    font-weight: 700;
    color: #111;
    text-align: center;
letter-spacing: 0;}

/*************** 서브 시작 ***************/
/* 공통 스타일 */
.navbar-inverse + .container {
    width: 100%;
    padding: 0;
}
.subPage > .pageTop {
    height: 255px;
    position: relative;
    color: #fff;
    text-align: center;
    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;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.subPage > .pageTop h2 {
    margin: 5px 0 0;
    font-size: 47px;
    font-weight: 700;
    letter-spacing: 1.5px;
text-transform: uppercase;}

/* Breadcrumb */
.subPage .breadcrumb {
    top: 25px;
    left: 15px;
    position: absolute;
    margin: 0;
    padding: 0;
    font-size: 12px;
    letter-spacing: 0.1px;
    background-color: transparent;
font-weight: 300;}
.subPage .breadcrumb .current{
 font-weight: 400;
}
.breadcrumb>li+li:before{
 content:'\f054';
 font-family:'Font Awesome 5 Free';
 font-weight: 900;
 font-size:8px;
 padding:0 6px
}
/* Link */
.subPage .link {
    position: relative;
    background: #fff;
}
.subPage .link ul {
    display: flex;
    margin-top: -35px;
    background: #27538f;
    box-shadow: 3px 3px 13px rgba(0,0,0,0.28);
}
.subPage .link ul > li {
    flex: 1 1 0%;
    text-align: center;
}
.subPage .link ul > li > a {
    position: relative;
    padding: 0;
    font-size: 15px;
    font-weight: 400;
    color: #a1bad5;
    letter-spacing: 0;
    line-height: 66px;
    transition: none;
}
.subPage .link ul > li+li > a::before {
    content: '';
    top: 50%;
    left: -1px;
    height: 19px;
    position: absolute;
    border-left: 1px solid #4478b9;
    transform: translateY(-50%);
}
.subPage .link ul > li.active > a,
.subPage .link ul > li:not(.active) > a:hover,
.subPage .link ul > li:not(.active) > a:focus {
    font-weight: 500;   
    color: #fff;
    background: transparent;
}
.subPage .link ul > li.active > a{
 letter-spacing: 0;
}
.subPage > .contents {
    padding: 80px 0 100px;
}

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

.title-lv-1 {
    margin: 0 0 60px;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 0;
    text-align: center;
color: #111;}

.list-default {
    margin: 0;
    padding-left: 0;
    list-style-type: none;
}
.list-default > li {
    position: relative;
}

/* COMPANY (페이지) */
#company .image {
    padding: 0 15px 0 90px;
}
#company .text {
    padding: 30px 15px 0 65px;
}
#company .text h3 {
    margin: 0 0 39px;
    font-weight: 600;
    color: #27538f;
    letter-spacing: -0.04em;
font-size: 36px;line-height: 1.35;}
#company .text p {
    margin-bottom: 2px;
    font-size: 16px;
    letter-spacing: -0.04em;
color: #333;}
#company .text p.top {
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 500;
color: #333;}
#company .text .from {
    margin-top: 30px;
    margin-right: 15px;
    font-weight: 600;
    text-align: right;
letter-spacing: -0.025em;}
#company .text .from > .name {
    padding-left: 4px;
    font-size: 22px;
}

/* General information (페이지) */
ul.list-info {
    padding-top: 26px;
    border-top: 1px solid #ddd;
}
ul.list-info > li {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 26px;
    padding-bottom: 26px;
    border-bottom: 1px solid #ddd;
}
ul.list-info > li .tit {
    position: relative;
    flex-basis: 29%;
    -ms-flex-preferred-size: calc(29% - 20px);
    margin: 2px 0 0;
    padding-left: 20px;
    font-size: 16px;
    font-weight: 600;
    color: #002452;
}
ul.list-info > li .tit::after {
    content: '';
    bottom: -27px;
    left: 0;
    width: 100%;
    position: absolute;
}
ul.list-info > li .tit::before{
 content:'';
 width: 8px;
 height: 3px;
 background:#08a6f9;
 position:absolute;
 left: 1px;
 top: 6px;
}
ul.list-info > li .info {
    flex-basis: 70%;
    -ms-flex-preferred-size: calc(70% - 13px);
    padding-left: 13px;
line-height: 1.55;font-size: 15px;}
#information .image {
    padding-left: 45px;
}

/* Certificate (페이지) */
.certi figure {
    margin-bottom: 60px;
}
.certi figure img {
    padding: 5px;
    border: 1px solid #ececed;
    box-shadow: 1px 1px 5px #eee;
}
.certi figure figcaption {
    margin-top: 15px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}
.certi.col-md-6 {
    padding: 0;
}
.certi.col-md-6 figure {
    display: flex;
    flex-wrap: wrap;
}
.certi.col-md-6 figure > .img {
    flex-basis: 50%;
    -ms-flex-preferred-size: calc(50% - 30px);
    padding: 0 15px;
}
.certi.col-md-6 figure figcaption {
    flex-basis: 100%;
}

/* Contact (페이지) */
.box-contact {
    width: 100%;
    display: inline-block;
    margin-top: 10px;
    padding: 30px 50px;
    border: 1px solid #d1d1d1;
}
.box-contact > div {
    padding: 0;
}
.box-contact > .right {
    text-align: right;
}
.box-contact .addr {
    position: relative;
    padding-left: 24px;
    font-size: 18px;
    font-weight: 500;
letter-spacing: -0.04em;}
.box-contact .addr i {
    top: -4px;
    left: -16px;
    position: absolute;
    background: #336db5;
font-size: 15px;width: 30px;height: 30px;text-align: center;line-height: 30px;color: #fff;border-radius: 50%;}
.box-contact ul.list-contact > li {
    display: inline-block;
    font-size: 16px;
    letter-spacing: 0;
}
.box-contact ul.list-contact > li+li {
    margin-left: 35px;
}
.box-contact ul.list-contact > li+li::before {
    content: '';
    top: 50%;
    left: -22px;
    width: 1px;
    height: 12px;
    position: absolute;
    background: #cfcfcf;
    transform: translateY(-50%);
}
.box-contact ul.list-contact > li .tit {
    position: relative;
    display: inline-block;
    margin-right: 5px;
    padding-right: 7px;
    font-size: 17px;
    font-weight: 700;
    line-height: 1em;
}
.box-contact ul.list-contact > li .tit::after {
    content: '';
    right: 0;
    bottom: 3px;
    width: 4px;
    height: 4px;
    position: absolute;
    background: #08a6f9;
    border-radius: 30px;
}

/* 게시판, 주문폼 공통 스타일 */
.board_wrapper,
.calendar_wrapper {
    margin-top: 0;
    margin-bottom: 0;
}
.search_wrap {
    margin-bottom: 0;
}
.board_wrapper .table.table_default {
    border-top: 1px solid #333;
}
.table.table_default tr th,
.table.table_default tr td {
    padding: 15px 0px;
    font-size: 14px;
    border-color: #e6e6e6;
    letter-spacing: -0.015em;
}
.table.table_default tr td {
    color: #777;}
.table.table_default tr td.cate{
 color: #206bc9;font-weight: 500;}
.table.table_default tr td.subject {
    color: #333;
    position: relative;
}
.board_wrapper .table.table_default thead th {
    color: #222;
    font-weight: 600;
    background: #f7f7f7;
    border-color: #e3e3e3;
font-size: 14px;}
.table.table_default tbody .subject .badge {
    top: 15px;
    padding: 4px 6px 3px;
    position: absolute;
    font-weight: 500;
    line-height: 1.3em;
    background: #0097e5;
    border-radius: 14px;
}
.table.table_default tbody .subject a {
    font-size: 16px;
}
.table.table_default tbody .subject a:hover {
    text-decoration: underline;
}
.table.table_default tbody .subject span > .badge + a {
    padding-left: 62px;
}
.board_data_view{
    
border-bottom: 1px solid #ccc;border-top: 1px solid #333;}
.board_data_view .header_wrap {
    padding: 0;
    
border-bottom: 1px solid #ccc;}
.board_data_view .header_wrap .title {
    padding: 40px 5px 38px;
    font-size: 30px;
    color: #222;
    letter-spacing: -0.01em;
    
    border-bottom: 1px solid #eee;
font-weight: 700;}
.board_data_view .header_wrap .info {
    margin: 0;
    padding: 10px;
}
.board_data_view .header_wrap .info span {
    font-size: 12px;
color: #909090;}
.board_data_view .header_wrap .info span+span{
 margin-left: 10px;
}
.board_data_view .header_wrap .info span strong{
 font-weight: 500;
}
.pagination_wrap ul li.active a,
.pagination_wrap ul li.active a:hover,
.pagination_wrap ul li.active a:focus {
    color: #2c578c;
}
.pagination_wrap ul li.box a {
    border: none;
}
.pagination_wrap ul li.box:hover a,
.pagination_wrap ul li.box:focus a {
    color: #2c578c;
}
.board_wrapper .text-center {
    margin-bottom: 0;
}
#reply_list span {
    font-size: 16px !important;
}
/* 게시글 작성 */
.board_wrapper .table.board_write_table tbody tr th,
.board_wrapper .table.board_write_table tbody tr td {
    font-size: 15px;
    letter-spacing: -0.04em;
    border-color: #e6e6e6;
}
.board_wrapper .table.board_write_table {
    border-top: 2px solid #333;
}
.board_wrapper .table.board_write_table tbody tr th {
    width: 180px;
    font-weight: 500;
    color: #222;
    background: #f5f5f5;
}
.board_wrapper .table.board_write_table tbody tr th > span:nth-child(1) {
    color: #ff0000;
    margin-right: 3px;
}
.board_wrapper .table.board_write_table tbody tr th>span.required_text {
    color: #ff0000;
}
.board_wrapper .table.board_write_table .files .fileInput .file_add {
    padding: 3px 5px;
}
.form-control {
    letter-spacing: -0.03em;
    font-size: 15px;
}
/* 주문폼 */
.board_wrapper .table.board_write_table tbody tr td .form-control {
    width: 350px;
}
.board_wrapper .table.board_write_table tbody tr td .text-muted {
    margin-top: 10px !important;
    font-size: 14px;
}
.board_wrapper .table.board_write_table .checkbox a {
    font-weight: 500;
    color: #0a79cb;
    text-decoration: underline;
}
.form-control:not([readonly]):focus {
    border-color: #555;
}
/* 블로그B 게시판 */
.table_video dd .inner .top a .thumb,
.table_blog2 dd .inner .top a .thumb {
    height: 200px;
}
.table_video dd .inner:hover,
.table_blog2 dd .inner:hover {
    border-color: #2c578c;
}
.table_video dd .inner .bottom .title a:hover,
.table_video dd .inner .bottom .title a:focus,
.table_blog2 dd .inner .bottom .title a:hover,
.table_blog2 dd .inner .bottom .title a:focus {
    color: #1d4d97;
    text-decoration:none;
}
.table_blog2 dd .inner .bottom .title {
    padding: 0;
    text-align: center;
}
.table_blog2 dd .inner .bottom .info span {
    font-size: 15px;
}
.table_blog2 dd .inner .bottom .title a {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: initial;
    color: #222;
}
.table_blog2 dd .inner {border: none;}
.table_blog2 dd .inner .top {border: none;}
.table_blog2 dd .inner:hover .top {border-color: #255999;}

[id^="product"] .table_blog2 .info {display: none;}
[id^="product"] .table_blog2 > dd {width: 25%;padding: 0 10px;margin-bottom: 35px;}
[id^="product"] .table_blog2 {margin: 0 -10px;}

.table_blog2 dd .inner .top a .thumb{
    position: relative;
    border: 1px solid #ddd;
}
.table_blog2 dd .inner .top .thumb::after{
    content:'';
    width:calc(100% + 2px);
    height:calc(100% + 2px);
    position:absolute;
    left:-1px;
    top:-1px;
    transition:all 0.3s ease;
    border:3px solid #27538f;
    opacity:0
}
.table_blog2 dd .inner:hover .top .thumb::after{
    opacity: 1;
}
/* 카테고리 */
.category_wrap {
    margin-bottom: 45px;
}
.category_wrap ul {
    text-align: center;
}
.category_wrap ul li+li {
    margin-left: 6px;
}
.category_wrap ul li a {
    padding: 12px 25px;
    font-size: 15px;
    font-weight: 400;
    color: #666;
    letter-spacing: -0.01em;
    border: 1px solid #d1d1d1;
    border-radius: 60px;
}
.category_wrap ul li a:hover,
.category_wrap ul li a:focus {
    color: #2c578c;
    border-color:#2c578c;
}
.category_wrap ul li.on a,
.category_wrap ul li.on a:hover,
.category_wrap ul li.on a:focus {
    color: #fff;
    background: #27538f;
    border: 2px solid #27538f;
}

/* History (게시판) */
#portfolio .board_data_view .contents_wrap ul > li {
    margin-bottom: 5px;
}
/*********** 모바일 최적화 시작 ***********/
@media (max-width: 1199px) { /* Small·Medium·Large devices */
    #mainCarousel .carousel-caption{top:50%;right:10%;left:10%}
}
@media (max-width: 767px) { /* Small devices (col-xs-*) 모바일 */
    #site{padding-top:66px;font-size:15px}
    p{line-height:1.5em}

    .navbar-inverse{position:fixed;border-bottom:1px solid #ddd}
    .navbar-inverse .navbar-brand{margin-top:15px}
    .navbar-inverse .navbar-brand img{height:35px}
    .navbar-inverse .navbar-brand::after{top:42px;left:21px;font-size:10px}
    .navbar-inverse .navbar-nav{margin:0 -15px}
    .navbar-inverse .navbar-nav > .open{background-color:#f6f6f6}
    .navbar-inverse .navbar-nav > li > a{padding:10px 15px}
    .navbar-inverse .navbar-nav > li > a:hover,
    .navbar-inverse .navbar-nav > li > a:focus{color:#27538f}
    .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:#27538f}
    .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}

    #section_ea5d2f{padding:60px 0 30px}
    #section_ea5d2f h2{margin:0 0 30px;font-size:32px}
    div[class^="board_box_"] .page-header{margin:0 0 5px}
    div[class^="board_box_"] .page-header h4{font-size:21px}
    div[class^="board_box_"] .page-header .pull-right i{width:22px;height:22px;font-size:10px;line-height:22px}
    .board_box_blog2 .inner .top a .thumb{height:115px}
    .board_box_blog2 .inner .bottom{padding:5px}
    .board_box_blog2 .inner .bottom .title a{font-size:13px}

    #site footer .footer-info{padding:20px 0}
    #site footer .footer-info ul li{margin-right:10px;font-size:11px;line-height:18px}
    #site footer .footer-info .top{margin-bottom:10px}
    #site footer .footer-info .top img{height:35px;margin:0}
    #site footer .footer-info .top .right{margin:10px 0 0}
    #site footer .footer-info ul li.has-inner{padding-left:0}
    #site footer .footer-info ul li .tit{position:relative;display:inline-block;margin:4px 0 1px}
    #site footer .footer-info ul li .tit::after{top:3px;height:10px}
    #site footer .footer-info ul li.copy{margin-top:5px;font-size:10px}

    .subPage > .pageTop{height:150px;background-position:67% 50%}
    .subPage > .pageTop h2{margin:20px 0 0;font-size:40px}
    .subPage .breadcrumb{top:15px;font-size:10px}
    .subPage .link ul{flex-wrap:wrap;margin-top:15px}
    .subPage .link ul > li{flex-basis:50%}
    .subPage .link ul > li > a{font-size:13px;line-height:42px}
    .subPage .link ul > li+li > a::before{top:0;height:100%;transform:none}
    .subPage .link ul > li:nth-child(2n+1) > a::before{display:none}
    .subPage .link ul > li:nth-child(n+3) > a::after{content:'';top:0;left:0;width:100%;position:absolute;border-top:1px solid #597ca7}
    .subPage > .contents{padding:50px 0 60px}

    .title-lv-1{margin:0 0 40px;font-size:34px}
    #company .image{padding:0 30px}
    #company .text{padding:30px 15px 0}
    #company .text p{font-size:15px}
    #company .text p.top{margin-bottom:10px;font-size:18px}
    #company .text h3{margin:0 0 25px;font-size:22px}
    #company .text .from{margin-top:20px;margin-right:10px}
    #company .text .from > .name{font-size:20px}
    #information .image{padding:0 15px 35px}
    ul.list-info{padding-top:16px}
    ul.list-info > li{flex-wrap:wrap;margin-bottom:16px;padding-bottom:16px}
    ul.list-info > li .tit{padding-left:15px;font-size:15px}
    ul.list-info > li.date .tit,
    ul.list-info > li.addr .tit,
    ul.list-info > li.contact .tit{flex-basis:100%;margin-bottom:5px}
    ul.list-info > li .info{font-size:14px}
    ul.list-info > li.date .info,
    ul.list-info > li.addr .info,
    ul.list-info > li.contact .info{flex-basis:100%}
    .wrap-certi{margin:0 -10px}
    .certi{padding:0 10px}
    .certi figure{margin-bottom:30px}
    .certi figure figcaption{margin-top:12px;font-size:14px}
    .certi.col-md-6 figure > .img{padding:0 10px}
    #contact iframe{height:300px}
    .box-contact{padding:25px}
    .box-contact .addr{font-size:15px}
    .box-contact .addr i{top:4px}
    .box-contact > .right{margin-top:10px;margin-left:-10px;text-align:left}
    .box-contact ul.list-contact > li+li{margin-left:10px}
    .box-contact ul.list-contact > li+li::before{display:none}
    .box-contact ul.list-contact > li .tit{font-size:16px}

    .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_wrapper .table.table_default tr th,
    .board_wrapper .table.table_default tr td{padding:10px;font-size:12px}
    .table.table_default tbody .subject .badge{top:9px;font-size:10px}
    .table.table_default tr td.subject a{font-size:13px    }
    .table.table_default tbody .subject span > .badge + a{padding-left:54px}
    .board_data_view .header_wrap .title{padding:25px 5px;font-size:22px}
    .board_data_view .header_wrap .info{padding:5px;}
    .board_data_view .header_wrap .info span{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,
    .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,
    .board_wrapper .text-center .btn#list_btn{margin-top:20px}
    .member_wrapper{padding-top:60px;padding-bottom:100px}

    .category_wrap{margin-bottom:30px}
    .category_wrap ul{display:flex;flex-wrap:wrap}
    .category_wrap ul li{flex:1 1 50%;padding:5px}
    .category_wrap ul li+li{margin-left:0}
    .category_wrap ul li a{padding:12px;font-size:13px}

    #form_history_nologin {padding-top:40px;padding-bottom:60px}
    [id^='form_history'] .board_wrapper {padding-top: 0;padding-bottom: 0}
    [id^='form_history'] .board_wrapper .alert-info {padding: 20px}

    [id^="product"] .table_blog2 > dd{width:50%}
    .table_video dd .inner .top a .thumb,
    .table_blog2 dd .inner .top a .thumb{height:130px}
    .table_video dd .inner .bottom,
    .table_blog2 dd .inner .bottom{padding:10px}
    .table_blog2 dd .inner .bottom .title a{font-size:13px}
}
@media (min-width: 992px) and (max-width: 1199px) { /* Large devices (col-md-*) */
    .container > .navbar-header{width:100%;padding:15px 0 0;text-align:center}
    .navbar-inverse .navbar-brand{float:none;display:inline-block;margin:10px auto 0 !important}
    .navbar-inverse .navbar-collapse{text-align:center;line-height:0}
    .navbar-inverse .navbar-right{float:none !important;display:inline-block;margin-right:0}
    .navbar-inverse .navbar-nav > li > a{padding-top:15px;padding-bottom:25px}
    .navbar-inverse .navbar-nav > li > a::after{bottom:23px}
}
/************ 모바일 최적화 끝 ************/