@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Oxygen:wght@300;400;700&display=swap');
#site {
    padding-top: 0px;
    font-size: 16px;
    font-family: 'Oxygen', 'notokr', sans-serif;
}

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: #fb4757;
    border-color: #fb4757;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus {
    background-color: #ef394a;
    border-color: #ef394a;
}
.board_wrapper .text-center .btn.btn-lg {
    font-size: 15px;
}
h1, h2, h3, h4, h5, h6, p, li, td {
    word-break: keep-all;
}

/* 메뉴 상단 */
.menu-top {
    margin: 10px 0 -10px;
    text-align: right;
}
.menu-top a.btn {
    padding: 7px 10px;
    font-size: 11px;
    font-weight: 600;
    color: #111;
    letter-spacing: -0.02em;
    line-height: 1;
    background: #eee;
    border: none;
    border-radius: 3px;
}
.menu-top a.btn:hover {
    color: #fff;
    background: #214288;
}

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

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

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

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

.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:#214288;color:#fff;}

@media (max-width: 767px) {
 /*.navbar-inverse .navbar-toggle{border:1px solid #666;}*/
 .navbar-inverse .navbar-toggle{border:0;padding:10px 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:#214288;}
 .navbar-inverse .navbar-toggle:hover .icon-bar,.navbar-inverse .navbar-toggle:focus .icon-bar{background-color:#214288;}
 .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.8);-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;color:#fff;text-align:center;
    animation-fill-mode: both;
    animation-duration: .4s;
    animation-name: fadeIn;}
 .navbar-inverse .navbar-nav .dropdown-menu>li>a:hover,.navbar-inverse .navbar-nav .dropdown-menu>li>a:focus{background: #f14c5b;}
}

@media (min-width: 992px) {
 .navbar-inverse .navbar-right{margin-right:-30px;}
 .navbar-inverse .navbar-nav > li > a{padding: 30px 40px;/*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: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:none;}

@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:#fff;color:#333}
#site footer .footer-info{padding: 40px 0;background: #f4f4f4;}
#site footer .footer-info .logo {
    padding-top: 5px;
}
#site footer .footer-info .info {
    padding-left: 50px;
}
#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;font-weight:500;margin-right:15px;line-height:26px;}
#site footer .footer-info img{}
#site footer .footer-info ul li.addr{
    font-weight: 700;
    color: #666;
}
#site footer .footer-info ul li.copy{color:#777;font-size: 11px;letter-spacing: 0.034em;}

/* 메인 페이지 */
#mainCarousel .carousel-inner .item{height:750px}
#mainCarousel .carousel-caption {
    text-align: left;
    top: 34%;
}
#mainCarousel .carousel-caption h1 {
    margin: 0 0 25px;
    font-size: 70px;
    font-weight: 600;
    /* font-family: 'Poppins'; */
    position: relative;
}
#mainCarousel .carousel-caption h1::after {
    content: '';
    display: block;
    width: 400px;
    height: 2px;
    background: #012b4d;
    opacity: 0.8;
    margin: 29px 3px 40px;
    position: absolute;
    top: 9px;
}
.carousel-caption p {
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0;
}
@media (max-width: 767px) {
 #mainCarousel .carousel-inner .item{height:300px}
 #mainCarousel .carousel-inner .item::before {
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: #000;
    opacity: 0.4;
 }
 #mainCarousel .carousel-caption{top:40%;right:10%;left:10%}

 #mainCarousel .carousel-caption h1{font-size:45px}
 #mainCarousel .carousel-caption h1::after {
    top: -4px;
    width: 200px;
    height: 1px;
    opacity: 1;
}
 #mainCarousel .carousel-caption p{font-size:12px;}
}

#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 {
    padding: 70px 0 60px;
}
.mainPage .left {
    width: 70%;
}
.mainPage .right {
    width: 30%;
    padding-left: 30px;
}
.wrap-main-link {
    margin: 0 -10px;
}
.wrap-main-link .main-link {
    padding: 0 10px;
}
.mainPage h3 {
    margin: 0 0 20px;
    font-size: 25px;
    font-weight: 900;
    color: #333;
}
/* PRODUCTS */
.main-link > a {
    text-decoration: none;
}
.main-link .image {
    position: relative;
    border: 1px solid #ddd;
    overflow: hidden;
}
.main-link .image > .more {
    left: 50%;
    top: 50%;
    position: absolute;
    font-weight: 700;
    color: #fff;
    line-height: 1em;
    transition: all .3s ease;
    z-index: 110;
    opacity: 0;
    transform: translate(-50%, -50%);
    font-size: 13px;
    padding-bottom: 5px;
    border: 1px solid rgba(255,255,255,0.7);
    width: 120px;
    padding: 10px;
}
.main-link .image > .more::after {
    content: '\f054';
    top: 11px;
    left: 100px;
    position: absolute;
    transition: all .3s ease;
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    font-size: 11px;
}
.main-link > a .image img {
    transition: all .3s ease;
}
.main-link h4 {
    margin: 30px 0 0;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    line-height: 1.3em;
}
.main-link > a:hover .image > .more {
    opacity: 1;
}
.main-link > a:hover .image img {
    transform: scale(1.15);
    opacity: 0.7;
}
.main-link > a:hover h4 {
    color: #275ccc;
}
/* 우측 박스 */
.mainPage .box+.box {
    margin-top: 15px;
}
.mainPage .right h5 {
    margin: 10px 0 15px;
    font-size: 20px;
    /* font-family: 'Poppins'; */
    font-weight: 700;
}
.mainPage .box.top p {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -0.04em;
    line-height: 1.45em;
    margin: 0;
    border-bottom: 1px solid #c8cfde;
    padding-bottom: 15px;
}
.mainPage .box.top p span {
    color: #2e63d4;
    font-weight: 700;
}
.mainPage .box.top {
    padding: 20px 20px 40px;
    position: relative;
    border: 5px solid #e7edf9;
}
.mainPage .box.top > .btn {
    margin-top: 10px;
    width: 75px;
    height: 75px;
    position: absolute;
    bottom: 15px;
    right: 15px;
    padding: 23px 0 8px 15px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    background: #2c55ab;
    border-radius: 58px;
    text-align: left;
    line-height: 1.25em;
    letter-spacing: 0.034em;
}
.mainPage .box.top > .btn::after {
    content: '\00BB';
    top: 20px;
    right: 15px;
    position: absolute;
    font-size: 22px;
    font-weight: 100;
    transform: translateX(-50%);
    transition: all ease-in-out .15s;
    opacity: 0.64;
}
.mainPage .box.top > .btn:hover {
    background: #ff6573;
}
.mainPage .box.bottom {
    padding: 15px 20px;
    background: #ecf0f5;
}
.mainPage .box.bottom h5 {
    font-size: 15px;
    font-weight: 700;
    color: #4774a0;
    margin: 0 0 10px;
}
.mainPage .box.bottom img {
    margin-left: 0;
    padding: 10px 50px 10px 10px;
    background: #fff;
}

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

/* Page Top */
.subPage > .pageTop {
    height: 200px;
    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 h2 {
    margin: 0;
    padding-top: 80px;
    font-size: 42px;
    font-weight: 200;
    text-align: left;
    letter-spacing: -0.034em;
}
.subPage > .pageTop .name {
    margin-top: 5px;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.3em;
    opacity: 0.8;
    text-align: left;
    padding-left: 3px;
}

/* Left Menu */
.subPage .left-menu {
    width: 23%;
    float: left;
    margin-top: 80px;
    position: relative;
    padding-right: 40px;
}
.subPage .box-title {
    /* background: #092662 url('/public/img/sub/pattern_slash.png'); */
    border-bottom: 1px solid #333;
    padding-bottom: 15px;
}
.subPage .box-title > h2 {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    color: #333;
    letter-spacing: -0.05em;
    line-height: 1em;
    padding-left: 3px;
}
.subPage .left-menu > ul {
    border-bottom: 1px solid #e8e8e8;
}
.subPage .left-menu > ul > li {
    margin: 0;
}
.subPage .left-menu > ul > li > a {
    width: 100%;
    position: relative;
    display: inline-block;
    padding: 17px 0 17px 4px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2em;
    transition: none;
}
.subPage .left-menu > ul > li.main-menu a {
    color: #fff;
    background: #194092;
    border-left-color: #194092;
    border-right-color: #194092;
}
.subPage .left-menu > ul > li > a:hover,
.subPage .left-menu > ul > li > a:focus {
    text-decoration: none;
}
.subPage .left-menu > ul > li.main-menu a:hover,
.subPage .left-menu > ul > li.main-menu a:focus {
    background: #092662;
}
.subPage .left-menu > ul > li+li > a {
    border-top: 1px solid #e8e8e8;
}
.subPage .left-menu > ul > li > a:after {
    content: '\f054';
    top: 17px;
    right: 5px;
    position: absolute;
    font-size: 14px;
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    color: #ccc;
    text-align: center;
}
.subPage .left-menu > ul > li.current > a {
    color: #003ebf;
    text-decoration: none;
    font-weight: 700;
}
.subPage .left-menu > ul > li.current > a::after,
.subPage .left-menu > ul > li.main-menu > a::after {
    color: #3e78f3;
}
.subPage .left-menu > ul > li:not(.current):not(.main-menu)>a:hover,
.subPage .left-menu > ul > li:not(.current):not(.main-menu)>a:focus {color: #003ebf;font-weight: 700;}
.subPage .left-menu > ul > li:not(.current):not(.main-menu) > a:hover::after,
.subPage .left-menu > ul > li:not(.current):not(.main-menu) > a:focus::after {
    color: #3e78f3;
}
.subPage .left-menu > ul > li.main-menu {
    display: none;
}
/* Contents */
.subPage .right-contents {
    width: 77%;
    float: right;
    padding: 60px 0 175px 60px;
    border-left: 1px solid #ececec;
    box-shadow: -10px 0px 3px -9px rgba(0,0,0,0.05);
}
.subPage .right-contents .page-title {
    position: relative;
    margin-bottom: 50px;
}
.subPage .right-contents .page-title h1 {
    margin: 0px 0 20px;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: -0.025em;
    color: #222;
}
.subPage .right-contents .page-title h1+hr {
    margin: 12px 0 0;
    border-color: #d9d9d9;
}

/* Bradcrumb */
.subPage .wrap-breadcrumb {
    right: 16px;
    bottom: 18px;
    position: absolute;
}
.subPage .breadcrumb {
    margin: 0;
    padding: 0;
    font-size: 13px;
    color: #666;
    background-color: transparent;
    font-family: 'notokr';
}
.subPage .breadcrumb > li:first-child::before {
    content: '\f015';
    top: 0px;
    left: -10px;
    position: absolute;
    font-size: 12px;
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    color: #999;
}
.subPage .breadcrumb > li+li:before {
    color: #bbb;
    font-size: 11px;
    padding: 0 2px;
}
.subPage .breadcrumb > li.current {
    font-weight: 500;
    color: #444;
}

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

.title-lv-3 {
    position: relative;
    margin: 0 0 30px;
    padding-left: 12px;
    font-size: 28px;
    font-weight: 400;
    color: #222;
}
.title-lv-3::before {
    content: '';
    top: 5px;
    left: 0px;
    width: 4px;
    height: 22px;
    position: absolute;
    background: #202780;
    border-top: 7px solid #ff5060;
}
.title-lv-4 {
    position: relative;
    margin: 0 0 15px;
    padding-left: 28px;
    font-size: 23px;
    color: #333;
    letter-spacing: -0.05em;
    font-weight: 600;
}
.title-lv-4::before {
    content: '';
    top: 2px;
    left: 0px;
    width: 19px;
    height: 19px;
    position: absolute;
    background: #fff;
    border: 6px solid #202780;
    border-radius: 50%;
}

.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: 10px;
    margin-bottom: 7px;
}
.list-style-1 > li:last-child {
    margin-bottom:0;
}
.list-style-1 > li::before {
    content: '';
    top: 10px;
    left: 0;
    width: 5px;
    height: 2px;
    position: absolute;
    background: #092662;
}

/* 견적요청 박스 */
.subPage .left-menu > .box-inquiry {
    margin-top: 60px;
    padding: 20px 20px 30px;
    text-align: center;
    border: 5px solid #e7edf9;
    position: relative;
}
.subPage .left-menu > .box-inquiry .en {
    font-size: 11px;
    font-weight: 700;
    color: #999;
    letter-spacing: 0.2em;
    text-align: left;
}
.subPage .left-menu > .box-inquiry h5 {
    margin: 2px 0 0;
    font-size: 22px;
    font-weight: 600;
    color: #092662;
    text-align: left;
    border-bottom: 1px solid #c8cfde;
    padding-bottom: 10px;
}
.subPage .left-menu > .box-inquiry .btn {
    width: 60px;
    height: 60px;
    position: absolute;
    bottom: 18px;
    right: 15px;
    padding: 14px 0 8px 12px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    background: #2c55ab;
    border-radius: 58px;
    text-align: left;
    line-height: 1.25em;
    letter-spacing: 0.034em;
}
.subPage .left-menu > .box-inquiry .btn::after {
    content: '\00BB';
    top: 11px;
    right: 7px;
    position: absolute;
    font-size: 22px;
    font-weight: 100;
    transform: translateX(-50%);
    transition: all ease-in-out .15s;
    opacity: 0.64;
}
.subPage .left-menu > .box-inquiry .btn:hover {
    background: #ff6573;
}
.subPage .left-menu > .box-inquiry .btn i {
    padding-right: 4px;
}


/* About BCI (페이지) */
#about_us .image > img {
    border: 1px solid #ddd;
    margin-top: 20px;
}
#about_us .image > .from {
    margin-top: 18px;
    font-weight: 600;
    text-align: left;
}
#about_us .text {
    padding: 20px 30px 0 60px;
}
#about_us .text > h4 {
    margin: 0 0 32px;
    font-size: 24px;
    font-weight: 700;
    color: #202780;
    letter-spacing: -0.04em;
    line-height: 1.4em;
}
#about_us .text > h4::after {
    content: '';
    display: block;
    width: 100px;
    height: 1px;
    background: #999;
    margin: 25px 0 0;
}
#about_us .text > p {
    margin: 0 0 25px;
    font-size: 16px;
    line-height: 1.8em;
    letter-spacing: -0.02em;
    padding-right: 0;
}

/* 회사연혁 (페이지) */
#history #row1 > div {
    width: 100%;
    margin-left: 0;
}
.wrap-history {
    width: 100%;
    position: relative;
    display: inline-block;
}
.wrap-history::before {
    content: '';
    top: 10px;
    left: 23.9%;
    height: 97%;
    margin-left: -4px;
    position: absolute;
    border-left: 8px solid #f7f7f7;
}
.wrap-history ul > li:not(:last-child) {
    margin-bottom: 45px;
}
.wrap-history ul > li .year,
.wrap-history ul > li .detail {
    width: 24%;
    display: inline-block;
}
.wrap-history ul > li .year {
    float: left;
    position: relative;
    margin: 3px 0 20px;
    padding-right: 60px;
    font-size: 30px;
    color: #333;
    text-align: right;
    line-height: 1;
}
.wrap-history ul > li .year::before,
.wrap-history ul > li .year::after {
    content: '';
    position: absolute;
    z-index: 10;
}
.wrap-history ul > li .year::before {
    top: 1px;
    right: -10px;
    width: 22px;
    height: 22px;
    background: #ffdee1;
    /* border: 1px solid #e42234; */
    border-radius: 20px;
}
.wrap-history ul > li .year::after {
    top: 8px;
    right: -3px;
    width: 8px;
    height: 8px;
    background: #e73d4d;
    border-radius: 20px;
}
.wrap-history ul > li .detail {
    width: 76%;
    position: relative;
    padding: 3px 0 0 100px;
}
.wrap-history ul > li .detail::before {
    content: '';
    top: 14px;
    left: 4px;
    width: 80px;
    position: absolute;
    border-top: 1px solid #ddd;
}
.wrap-history ul > li .detail .month {
    position: absolute;
    margin: 5px 0 0;
    font-size: 16px;
    font-weight: 700;
}
.wrap-history ul > li .detail p {
    margin: 0;
    line-height: 1.7;
    padding-left: 55px;
}

/* 인증서 (페이지) */
.wrap-certifi {
    margin: 0 -10px;
}
.wrap-certifi .certifi {
    padding: 0 10px;
}
.certifi > img {
    padding: 7px;
    border: 1px solid #ddd;
}
/*
.certifi > figure img {
    padding: 7px;
    border: 1px solid #ddd;
}
.certifi > figure figcaption {
    margin-top: 15px;
    font-weight: 500;
    text-align: center;
}
*/

/* OEM/ODM 납품실적 (페이지) */
#product01 #row1 > div > img {
    padding: 30px 50px 0;
}
ul.list-logo {
    margin: 70px -10px 0;
}
ul.list-logo > li {
    float: left;
    width: 25%;
    margin-bottom: 7px;
    padding: 0 7px;
}
ul.list-logo > li a {
    width: 100%;
    display: inline-block;
    padding: 20px;
    border: 3px solid #eee;
}
ul.list-logo > li a:hover,
ul.list-logo > li a:focus {
    border-color: #95b7ff;
}

/* INDUSTRIAL MONITOR 공통 스타일 */
.sub-nav {
    margin-bottom: 80px;
    text-align: center;
}
.sub-nav ul li:first-child {
    border-left: 1px solid #e2e2e2;
}
.sub-nav ul li {
    display: inline-block;
    width: 20%;
    border: 1px solid #e2e2e2;
    border-left: 0;
    margin: 0 -2px;
    padding: 12px 0;
    color: #999;
}
.sub-nav ul li+li {}
.sub-nav ul li.active {
    border-color: #fb4757;
    background: #fb4757;
    color: #fff;
    box-shadow: 0px 3px 10px -6px #000;
}
.sub-nav ul li a {
    font-size: 15px;
    font-weight: 700;
}
.sub-nav ul li.active a:hover {
    color: #fff;
}
.sub-nav ul li a:hover,
.sub-nav ul li a:focus {
    text-decoration: none;
    color: #333;
}
.sub-nav ul li.active a {
    font-weight: 600;
}
.box-prod > .image img {
    padding: 0 30px 20px;
}
.box-prod > .detail {
    padding: 30px 0 0 30px;
}
.box-prod > .detail h5 {
    margin: 0 0 15px;
    font-size: 17px;
    font-weight: 700;
    color: #333;
    display: inline-block;
    border-bottom: 1px solid;
}
.box-prod > .detail ul li {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.35em;
}
.box-prod > .detail img {
    margin-top: 40px;
}
.box-prod > .spec dl {
    margin-top: 45px;
}
.box-prod > .spec dl > dt,
.box-prod > .spec dl > dd {
    border-bottom: 2px solid #fff;
    padding: 10px 0 10px 200px;
    background: #fafafa;
    font-size: 15px;
}
.box-prod > .spec dl > dt {
    float: left;
    width: 180px;
    background: #f0f2f5;
    padding: 10px;
    text-align: center;
    font-size: 14px;
    color: #4e6079;
}

/* OEM/ODM 납품실적 (페이지) */
.wrap-kiosk > .box .name {
    margin: 0;
    padding: 25px 30px 0;
    font-size: 17px;
    color: #333;
    text-align: left;
    background: #f4f4f4;
    font-weight: 700;
    border-top: 1px solid #999;
}
.wrap-kiosk > .box img {
    padding: 20px 30px 30px;
    background: #f4f4f4;
}
.wrap-kiosk > .box.wide {
    margin-top: 30px;
}
.wrap-kiosk > .box.wide .inner > div {
    padding: 0;
}
.wrap-kiosk > .box.wide img {
    padding: 30px;
}
.wrap-kiosk > .box.wide .inner > div.right img {
    border-left: none;
}

/* CONTACT (주문폼) */
#contact h3 + p {
    padding-right: 80px;
}
#contact .box-text {
    margin-bottom: 40px;
    text-align: left;
}
#contact .box-text ul li {
    padding: 30px 0 0 40px;
}
ul.list-contact {
    width: 100%;
    display: inline-block;
    margin-top: 30px;
}
ul.list-contact > li.addr {
    font-weight: 500;
}
ul.list-contact > li+li {
    margin-top: 25px;
}
ul.list-contact > li h5 {
    margin: 0 0 15px;
    font-size: 15px;
    font-weight: 600;
    color: #1e49a5;
    position: absolute;
    top: 0;
    left: 0;
}
ul.list-contact > li h5 i {
    padding-right: 4px;
    background: #96b2ec;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    text-align: center;
    padding: 9px 0 0;
    font-size: 12px;
    margin-right: 5px;
    color: #fff;
}

/* 게시판, 주문폼 공통 스타일 */
.board_wrapper {
    margin-top: 0;
    margin-bottom: 0;
}
.search_wrap {
    margin-bottom: 0;
}
.board_wrapper .table.table_default {
    border-top: 2px solid #092662;
}
.board_wrapper .table.table_default thead th {
    font-weight: 500;
    color: #000;
}
.board_wrapper .table.table_default tr td {
    padding: 15px;
    font-size: 16px;
}
.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 #092662;
}
.board_data_view .header_wrap {
    padding: 42px 10px;
    background: #f8f8f8;
    border-bottom: 1px solid #d3d3d3;
}
.board_data_view .header_wrap .title {
    font-size: 28px;
    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 {
    width: 200px;
    background: #f8f8f8;
    font-size: 14px;
}

/* 주문폼 */
.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 {
    font-weight: 600;
    color: red;
}
.board_wrapper .table.board_write_table tbody tr td .text-muted {
    font-size: 14px;
}
.board_wrapper .table.board_write_table .checkbox label {
    font-size: 14px;
}

.board_wrapper .table.board_write_table .checkbox a {
    color: #1e7fc5;
    text-decoration: underline;
    font-weight: 500;
}
.board_wrapper .text-center {
    text-align: right;
}
.form-control:not([readonly]):focus {
    border-color: #999;
}
[id^='form_history'] .board_wrapper {
    padding-top: 50px;
    padding-bottom: 160px;
}
[id^='form_history'] .board_wrapper .alert-info {
    border: 0;
    border-radius: 0;
    padding: 20px 30px;
}
[id^='form_history'] .board_wrapper .alert-info ul li {
    letter-spacing: -0.034em;
    line-height: 1.6em;
}
/*********** 서브 끝 ***********/

/****** 모바일 최적화 시작 ******/
@media (max-width: 1199px) { /* Small·Medium·Large devices */

}
@media (max-width: 767px) { /* Small devices (col-xs-*) 모바일 */
    #site{padding-top:84px;font-size:15px}
    .menu-top{margin:10px -5px 0}
    .menu-top a.btn{padding:6px 8px;font-size:10px;transform:scale(0.85);}
    .navbar-inverse{position:fixed;border-bottom:1px solid #ddd}
    .navbar-inverse .navbar-brand img{height:35px;margin-top:-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;font-size:17px;}
    .navbar-inverse .navbar-nav > li > a:hover,
    .navbar-inverse .navbar-nav > li > a:focus{color:#333}
    .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:#3850a3}
    .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{padding:50px 0}
    .mainPage h3{font-size:23px}
    .mainPage .left{width:100%}
    .main-link+ .main-link{margin-top:25px}
    .main-link .image{padding:15px 60px}
    .main-link h4{margin:20px 0 0}
    .mainPage .right{width:100%;margin-top:50px;padding-left:15px}

    #site footer .footer-info{padding:20px 0}
    #site footer .footer-info img{margin-bottom:10px}
    #site footer .footer-info .info{padding-left:15px}
    #site footer .footer-info ul li{font-size:13px;line-height:20px}
    #site footer .footer-info ul li.copy{margin-top:5px;font-size:10px}

    .subPage > .pageTop{height:150px}
    .subPage > .pageTop h2{padding-top:48px;font-size:36px}
    .subPage > .pageTop .name{font-size:11px}
    .subPage .left-menu{width:100%;margin-top:20px;padding-right:0}
    .subPage .box-title{display:none}
    .subPage .left-menu > ul{border-top:1px solid #333}
    .subPage .left-menu > ul > li > a{padding:14px 0 14px 4px;font-size:14px}
    .subPage .left-menu > ul > li > a:after{top:15px;font-size:12px}
    .subPage .left-menu > .box-inquiry{margin-top:30px;padding:25px 15px;text-align:left}
    .subPage .left-menu > .box-inquiry .en{float:left}
    .subPage .left-menu > .box-inquiry h5{display:inline-block;margin:0 0 0 10px;padding:0;border-bottom:none}
    .subPage .left-menu > .box-inquiry .btn{bottom:8px}
    .subPage .right-contents{width:100%;float:left;padding:40px 0 70px;border-left:none;box-shadow:none}
    .subPage .right-contents .page-title{margin-bottom:70px}
    .subPage .right-contents .page-title h1{margin:0 0 12px;font-size:30px}
    .subPage .wrap-breadcrumb{right:auto;bottom:-25px;left:25px}
    .subPage .breadcrumb{font-size:11px}
    .title-lv-3{margin:0 0 25px;padding-left:10px;font-size:25px}
    .title-lv-3::before{top:4px;height:20px;border-top-width:6px}

    #about_us .text{padding:40px 15px 0}
    #about_us .text > h4{margin:0 0 27px;font-size:22px}
    #about_us .text > p{margin:0 0 20px;font-size:15px}
    .wrap-history::before{left:8px;height:99%;border-left-width:6px}
    .wrap-history ul > li:not(:last-child){margin-bottom:35px}
    .wrap-history ul > li .year,
    .wrap-history ul > li .detail{width:100%}
    .wrap-history ul > li .year{float:none;margin:0 0 15px;padding-right:0;padding-left:28px;font-size:28px;text-align:left}
    .wrap-history ul > li .year::before{top:9px;right:auto;left:0;width:16px;height:16px}
    .wrap-history ul > li .year::after{top:14px;right:auto;left:5px;width:6px;height:6px}
    .wrap-history ul > li .detail{padding-left:38px
    }
    .wrap-history ul > li .detail::before{top:15px;left:10px;width:20px}
    .wrap-history ul > li .detail p{padding-left:40px}
    .wrap-certifi .certifi{margin-bottom:20px}
    #product01 #row1 > div > img{padding:0}
    ul.list-logo{margin-top:40px}
    ul.list-logo > li{width:50%}
    .sub-nav{margin-bottom:50px}
    .sub-nav ul{width:100%;display:inline-block}
    .sub-nav ul li{float:left;width:50%;margin:0;padding:10px 0}
    .sub-nav ul li.active{box-shadow:none}
    .sub-nav ul li:nth-child(2n + 1){border-left:1px solid #e2e2e2}
    .sub-nav ul li:nth-child(n + 3){border-top:none}
    .sub-nav ul li a{font-size:13px}
    .box-prod > .detail{padding:20px 0 0 15px}
    .box-prod > .detail ul li{font-size:16px}
    .box-prod > .detail img{margin-top:30px}
    .box-prod > .spec dl > dt,
    .box-prod > .spec dl > dd{font-size:14px}
    .box-prod > .spec dl > dt{width:150px}
    .box-prod > .spec dl > dd{padding-left:170px}
    .box-prod > .spec dl > dt.option{width:100%}
    .box-prod > .spec dl > dt.option+dd{padding:55px 15px 15px 20px}
    .wrap-kiosk > .box+.box{margin-top:30px}
    .wrap-kiosk > .box.wide .inner > div.right img{padding-top:0}
    #contact h3 + p{padding-right:0}
    ul.list-contact{margin-top:20px}
    #contact .box-text ul li{padding-left: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_wrapper .table.table_default tr th,
    .board_wrapper .table.table_default tr td{padding:10px;font-size:13px}
    .table.table_default tbody .subject .badge{margin-right:5px;font-size:11px}
    .table.table_default tbody .subject a{font-size:13px}
    .board_data_view .header_wrap{padding:30px 10px}
    .board_data_view .header_wrap .title{font-size:24px}
    .board_data_view .header_wrap .info{margin-top:5px}
    .board_data_view .header_wrap .info span{font-size:12px}
    .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}
    [id^='form_history'] {padding-top:40px;padding-bottom:80px}
    .member_wrapper{padding-top:60px;padding-bottom:100px}

    [id^='form_history'] .board_wrapper {padding-top: 0;padding-bottom: 0}
    [id^='form_history'] .board_wrapper .alert-info {padding: 20px}
}
@media (min-width: 768px) and (max-width: 1199px) { /* Medium·Large devices */
    #mainCarousel .carousel-caption{right:10%;left:10%}
}
/******* 모바일 최적화 끝 *******/