@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
#site {
    padding-top: 91px;
    font-size: 16px;
    font-family: 'Roboto', 'notokr', sans-serif;
    letter-spacing: -0.03em;
}

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

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

.btn.btn-primary {
    background-color: #50529d;
    border-color: #50529d;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus {
    background-color: #444686;
    border-color: #444686;
}

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

/* 상단 메뉴 */
.navbar-inverse{background:#fff;position:fixed;margin-bottom:0;border-bottom:1px solid #ddd;}

.navbar-inverse .navbar-brand {
    position: relative;
}
.navbar-inverse .navbar-brand::before {
    content: '에이 씨 피 코리아(주)';
    top: 29px;
    left: 82px;
    position: absolute;
    font-size: 18px;
    font-weight: 700;
    color: #111;
    white-space: nowrap;
}
.navbar-inverse .navbar-brand::after {
    content: 'AC POWER KOREA CO.,LTD';
    top: 48px;
    left: 83px;
    position: absolute;
    font-size: 12px;
    font-weight: 700;
    color: #111;
    letter-spacing: -0.02em;
    white-space: nowrap;
}
.navbar-inverse .navbar-brand img{height: 35px;margin-top: 14px;}

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

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

@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:#50529d;}
 .navbar-inverse .navbar-toggle:hover .icon-bar,.navbar-inverse .navbar-toggle:focus .icon-bar{background-color:#50529d;}
 .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-color: rgba(25, 25, 25, 0.75);box-shadow:none;}
 .navbar-inverse .navbar-nav .dropdown-menu>li>a{padding:13px 20px;color:#e8e8e8;border-bottom:1px solid rgba(255,255,255,0.1);text-align:center;}
 .navbar-inverse .navbar-nav .dropdown-menu>li>a:hover,.navbar-inverse .navbar-nav .dropdown-menu>li>a:focus{background:#000;color: #c0c0ff;font-weight:500;}

 .navbar-inverse .navbar-nav > li > a::after {
    content: '';
    left: 50%;
    bottom: -1px;
    width: 0;
    height: 4px;
    position: absolute;
    background: #5f63fd;
    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:none;color:#50529d;}
}

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

/* 슬라이드 공통 */
.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:0 1px 2px rgba(0,0,0,0.6);}

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

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

/* 푸터 */
#site footer{margin-top:0px;background-color: #737373;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:15px;line-height:24px;letter-spacing: 0em;}
#site footer .footer-info ul li.copy{font-size: 11px;color: #a7a7a7;}
#site footer img {margin-top: 40px;}

/* 메인 페이지 */
#mainCarousel .carousel-inner .item{height: 700px;}
#mainCarousel .carousel-caption h1 {
    margin: 0 0 15px;
    font-size: 79px;
    font-weight: 600;
    letter-spacing: -0.02em;
    font-family: 'Poppins', 'Roboto', 'notokr', sans-serif;
}
.carousel-caption p {
    font-size: 27px;
    font-weight: 200;
    letter-spacing: -0.034em;
}
#mainCarousel .carousel-caption {
    font-size: 32px;
    text-shadow: none;
}
@media (max-width: 767px) {
 #mainCarousel .carousel-inner .item{height:300px}
 #mainCarousel .carousel-caption {right:10%;left:10%;word-break:keep-all;}
 #mainCarousel .carousel-caption h1{font-size:32px}
 #mainCarousel .carousel-caption p{font-size:18px;}
}

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

/* 메인 추가 스타일 */
/* 메인 상단 */
#main1 {
    padding: 100px 0;
}
#main1 .row {
    margin: 0 -5px;
}
#main1 .row > div[class^='col-'] {
    padding: 0 5px;
}
.mainPage h3 {
    margin: 0 0 60px;
    font-size: 35px;
    font-weight: 600;
    color: #222;
    font-family: 'Poppins', 'Roboto', 'notokr', sans-serif;
    text-align: center;
}
.mainPage .main-link {
    text-align: center;
}
.mainPage .main-link a {
    width: 100%;
    display: inline-block;
    padding: 50px 35px;
    text-decoration: none;
    border: 1px solid #ddd;
    border-top: 1px solid #999;
}
.mainPage .main-link a img {
    padding: 0 10px;
}
.mainPage .main-link h4 {
    margin: 50px 0 40px;
    font-size: 22px;
    color: #333;
    font-weight: 600;
    letter-spacing: -0.04em;
    font-family: 'Poppins', 'Roboto', 'notokr', sans-serif;
}
.mainPage .main-link h4 > span {
    display: block;
    padding-top: 5px;
    font-size: 17px;
    color: #4554ca;
    font-weight: 400;
}
.mainPage .main-link .more {
    position: relative;
    width: 130px;
    margin: 0 auto;
    padding: 8px 20px;
    font-size: 13px;
    font-weight: 400;
    color: #50529d;
    letter-spacing: 0em;
    text-align: left;
    border: 1px solid #a2a3c9;
}
.mainPage .main-link .more::before {
    content: '+';
    top: 8px;
    right: 12px;
    position: absolute;
    font-size: 18px;
    color: #50529d;
    transition: all ease .3s;
    line-height: 1em;
}
.mainPage .main-link a:hover {
    border-color: #bbbccb;
    box-shadow: 2px 2px 0px 1px #ecedf3;
    border-top: 1px solid #50529d;
}
.mainPage .main-link a:hover .more {
    color: #fff;
    border-color: #50529d;
    background:#50529d;
}
.mainPage .main-link a:hover .more::before {
    color:#fff;
    transform: rotate(90deg);
}
/* 메인 하단 */
#section_ea5d2f {
    padding: 60px 0;
    background: #f3f3f3;
}
#main2 {
    float: left;
    width: 25%;
    margin-right: 20px;
}
.mainPage .box-contact {
    padding: 47px 35px 40px;
    color: #fff;
    background-color: #393b54;
}
.mainPage .box-contact h4 {
    margin: 0 0 22px;
    font-size: 30px;
    letter-spacing: -0.03em;
    font-family: 'Poppins', 'Roboto', 'notokr', sans-serif;
}
.mainPage .box-contact span {
    margin-right: 5px;
    font-weight: 500;
    color: #b9b9d7;
    font-size: 14px;
    letter-spacing: 0em;
}
.mainPage .box-contact .btn {
    font-weight: 300;
    margin-top: 22px;
    border: 1px solid rgba(255, 255, 255, 0.45);
    font-size: 16px;
}
.mainPage .box-contact .btn i {
    padding-right: 5px;
}
.mainPage .box-contact .btn:hover {
    color: #fff;
    background: #6163A6;
    border-color: #6163A6;
}
#section_ea5d2f .board_box_list {
    width: 70%;
    height: 290px;
    padding: 38px 40px;
    background: #fff;
    margin-bottom: 0 !important;
}
#section_ea5d2f .board_box_list > .page-header {
    padding: 0 0 15px;
    margin: 0 0 23px;
    border-bottom: 1px solid #eee;
}
#section_ea5d2f .board_box_list > .page-header h4 {
    display: inline-block;
    margin: 0;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -0.04em;
}
.board_box_list ul {
    font-size: 15px;
}
.board_box_list ul li {
    position: relative;
    padding: 7px 0 7px 13px;
}
.board_box_list ul li::before {
    content: '';
    top: 15px;
    left: 2px;
    width: 3px;
    height: 3px;
    position: absolute;
    background-color: #6163A6;
}

/********** 서브 페이지 **********/
/* 공통 */
#site > .container {
    width: 100%;
    padding: 0;
}

/* Page Top */
.subPage > .pageTop {
    height: 250px;
    padding: 85px 0 0;
    color: #fff;
    text-align: center;
    background: #111 url('/public/img/sub/back_page_top.jpg') no-repeat;
    background-size: cover;
    background-position: center center;
}
.subPage > .pageTop h2 {
    margin: 0 0 10px;
    font-size: 45px;
    font-weight: 500;
    letter-spacing: -0.034em;
}
.subPage > .pageTop p {
    margin: 0;
    font-size: 13px;
    font-weight: 300;
    color: #fff;
    letter-spacing: 0.1em;
    opacity: 0.8;
}

/* Breadcrumb */
.subPage .wrap-breadcrumb {
    height: 40px;
    margin-top: -40px;
    background-color: rgba(35,35, 35, .8);
    /* border-top: 1px solid rgba(255,255, 255, .2); */
}
.subPage .breadcrumb {
    margin-bottom: 0;
    padding: 0;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 42px;
    text-align: right;
    background-color: transparent;
}
.subPage .breadcrumb > li+li:before {
    content: '\f105';
    margin: 0 5px;
    font-size: 12px;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    color: #bbb;
}
.subPage .breadcrumb > li.current {
    font-weight: 500;
    color: #b9b9d7;
}

/* Link */
.subPage .link {
    border-bottom: 1px solid #ddd;
}
.subPage .link ul {
    margin-bottom: 0;
    text-align: center;
}
.subPage .link ul > li {
    width: auto;
    display: inline-block;
    margin:0 20px;
}
.subPage .link ul > li > a {
    padding: 30px 0;
    font-size: 17px;
    font-weight: 500;
    color: #999;
    letter-spacing: -0.034em;
    line-height: 1;
    text-decoration: none;
}
.subPage .link ul > li.active > a {
    font-weight: 700;
    color: #333;
}
.subPage .link ul > li > a::after {
    content: '';
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 3px;
    position: absolute;
    background: transparent;
    transition: all ease-in-out .15s;
}
.subPage .link ul > li.active > a::after {
    background: #7679ff;
}
.subPage .link ul > li > a:hover,
.subPage .link ul > li > a:focus {
    background: none;
}
.subPage .link ul > li:not(.active) > a:hover {
    color: #666;
}
.subPage .link ul > li:not(.active) > a:hover::after {
    background: #bec0ff;
}

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

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

.title-lv-1 {
    position: relative;
    margin: 0 0 80px;
    font-size: 40px;
    font-weight: 600;
    color: #333;
    letter-spacing: -0.02em;
    line-height: 1em;
    text-align: center;
    font-family: 'Poppins', 'Roboto', 'notokr', sans-serif;
}
.title-lv-1 > .sm {
    font-size: 30px;
}

.title-lv-3 {
    position: relative;
    margin: 0 0 30px;
    font-size: 36px;
    font-weight: 500;
    color: #263596;
    letter-spacing: -0.02em;
}
.title-lv-3::before {
    content: '';
    left: 1px;
    top: -10px;
    width: 64px;
    position: absolute;
    border-top: 1px solid #6163A6;
    border-radius: 10px;
}
.title-lv-3 > .sm {
    padding-left: 0;
    font-size: 18px;
    font-weight: 500;
}

.list-default {
    padding-left: 0;
    list-style-type: none;
}
.list-default > li {
    margin-bottom: 4px;
    letter-spacing: 0em;
    font-weight: 300;
}
.list-style-1 > li {
    position: relative;
    padding-left: 12px;
    letter-spacing: 0em;
}
.list-style-1 > li::before {
    content: '';
    top: 9px;
    left: 0;
    width: 6px;
    height: 2px;
    position: absolute;
    background-color: #9e9e9e;
}

table.tb-default > thead > tr > th,
table.tb-default > tbody > tr > th,
table.tb-default > tbody > tr > td {
    padding: 15px;
    vertical-align: middle;
    border-top: none;
    border-bottom: 1px solid #ddd;
}
table.tb-default > thead > tr > th,
table.tb-default > tbody > tr > th {
    text-align: center;
}
table.tb-style-1 {
    border-top: 1px solid #333;
}
table.tb-style-1 > thead > tr > th,
table.tb-style-1 > tbody > tr > th {
    background-color: #f6f6f6;
}

/* 인사말 및 연혁 (페이지) */
#company .title-lv-3 {
    font-size: 28px;
    color: #333;
    font-weight: 700;
    padding-left: 12px;
    margin-bottom: 0;
}
#company .title-lv-3::before {
    width: 5px;
    height: 26px;
    background: #766fff;
    display: block;
    left: 0;
    top: 2px;
}
#company .image {
    padding: 0 80px 0 15px;
}
#company .text {
    word-break: keep-all;
    padding-left: 0;
}
#company .text h4.eng {
    margin: -5px 0 20px;
    font-size: 30px;
    font-weight: 600;
    color: #50529d;
    letter-spacing: -0.03em;
    font-family: 'Poppins', 'Roboto', 'notokr', sans-serif;
}
#company .text h4.kor {
    margin: 0 0 20px;
    font-size: 26px;
    font-weight: 300;
    letter-spacing: -0.034em;
    line-height: 1.3em;
}
#company .text h4.kor > span {
    color: #488dd8;
    font-family: 'Poppins';
    font-size: 27px;
    font-weight: 400;
}
#company .text p {
    margin: 0 0 25px;
    line-height: 1.6em;
}
#company .text > img {
    margin-top: 60px;
}
#company #row1 {
    margin-bottom: 120px;
}
.wrap-history {
    position: relative;
    display: inline-block;
}
.wrap-history::before {
    content: '';
    top: 20px;
    left: 20%;
    height: 96.5%;
    position: absolute;
    margin-left: -10px;
    border-left: 10px solid #f6f6f6;
}
.history-block {
    width: 100%;
    display: inline-block;
    margin-bottom: 30px;
}
.history-block:last-child {
    margin-bottom: 0;
}
.history-block > .year {
    float: left;
    width: 20%;
    position: relative;
    margin: 0;
    padding-right: 75px;
    font-size: 34px;
    color: #50529d;
    letter-spacing: -0.04em;
    text-align: center;
}
.history-block > .year::before,
.history-block > .year::after {
    content: '';
    position: absolute;
}
.history-block > .year::before {
    top: 17px;
    right: 0;
    width: 65px;
    border-top: 1px solid #b9b9d7;
}
.history-block > .year::after {
    top: 10px;
    right: -2px;
    width: 15px;
    height: 15px;
    background: #8f8aef;
    border: 3px solid #fff;
    border-radius: 20px;
}
.history-block > .detail {
    width: 80%;
    display: inline-block;
    padding: 5px 0 0 40px;
}
.history-block > .detail ul > li {
    margin-bottom: 1px;
}
.history-block > .detail ul > li .month {
    float: left;
    width: 8%;
    margin: 4px 5px;
    font-size: 16px;
    font-weight: 600;
}
.history-block > .detail ul > li .desc {
    width: 80%;
    display: inline-block;
    padding: 2px 0 0 0;
}
.history-block > .detail ul > li .month+.desc {
    padding-left: 20px;
}
.history-block > .detail ul > li p {
    margin: 0px 0 3px;
}

/* 오시는길 (페이지) */
#location .contact {
    width: 100%;
    display: inline-block;
    margin: 20px 0 0;
    padding: 30px 20px 20px;
    border: 5px solid #eee;
}
#location .contact .addr {
    font-size: 17px;
    font-weight: 500;
    letter-spacing: -0.03em;
}
#location .contact .addr i {
    padding-right: 5px;
    color: #50529d;
}
#location ul.list-contact {
    float: right;
}
#location ul.list-contact > li {
    display: inline-block;
    margin-bottom: 0px;
    font-size: 20px;
}
#location ul.list-contact > li h5 {
    float: left;
    margin: 6px 8px 0 0;
    font-size: 18px;
    font-weight: 600;
    color: #afafaf;
    letter-spacing: 0;
}

/* 제품소개 공통 스타일 */
.subPage[id^='product'] .red {
    color: #e40000;
}
.subPage[id^='product'] .row > .bottom {
    margin-top: 50px;
}
.subPage[id^='product'] table > thead > tr > th,
.subPage[id^='product'] table > tbody > tr > th,
.subPage[id^='product'] table > tbody > tr > td {
    font-size: 15px;
    text-align: center;
}
.subPage[id^='product'] table > thead > tr > th {
    font-size: 16px;
}
.subPage[id^='product'] table > tbody > tr > th,
.subPage[id^='product'] table > tbody > tr > td {
    padding: 12px;
}
.subPage[id^='product'] table > tbody > tr > th {
    font-weight: 500;
}

/* AC POWER SOURCE(전압,주파수가변장치) */
#product1 .list-style-1 > li {
    font-weight: 400;
}

/* AVR(자동전압조정기) */
#product2 #row1 > .image {
    padding: 0;
}

/* UPS(무정전전원장치) */
#product3 table > tbody > tr > th {
    width: 230px;
}

/* DC POWER SUPPLY(정류기) */
#product4 table > tbody > tr > th {
    width: 300px;
}

/* 게시판, 주문폼 공통 스타일 */
.board_wrapper {
    margin-top: 0;
    margin-bottom: 0;
}
.search_wrap {
    margin-bottom: 0;
}
.board_wrapper .table.table_default thead th {
    background: #fff;
    font-weight: 500;
}
.table_default {
    border-top: 1px solid #333;
}
.table.table_default tr td {
    padding: 20px 15px;
    font-size: 16px;
}
.table.table_default tr td.writer, 
.table.table_default tr td.regdate, 
.table.table_default tr td.hits {
  color: #777;
}
.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;
}
.board_data_view {
  border-top:1px solid #333
}
.board_data_view .header_wrap {
    padding: 35px 10px;
    border-bottom: 1px solid #ddd;
    background: #fff;
}
.board_data_view .header_wrap .title {
    font-size: 26px;
    letter-spacing: -0.05em;
    line-height: 1.25em;
}
.board_data_view .header_wrap .info {
    margin-top: 9px;
}
.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;
}

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

/****** 모바일 최적화 시작 ******/
@media (max-width: 1199px) { /* Small·Medium·Large devices */
    .wrap-history {margin-top: 30px;}
}
@media (max-width: 767px) { /* Small devices (col-xs-*) 모바일 */
    #site {padding-top: 60px;}
    .navbar-inverse .navbar-brand::before {
        top: 17px;
        left: 69px;
        font-size: 16px;
    }
    .navbar-inverse .navbar-brand::after {
        top: 33px;
        left: 71px;
        font-size: 10px;
    }
    .navbar-inverse .navbar-brand img {
        height: 30px;
        margin-top: 3px;
    }
    .navbar-inverse .navbar-nav {margin: 0 -15px;}
    .navbar-inverse .navbar-nav > .open {background-color: #f6f6f6;}
    .navbar-inverse .navbar-nav > li > a {
        padding: 10px 15px;
        font-size: 16px;
    }
    .navbar-inverse .navbar-nav .dropdown.open .dropdown-toggle,
    .navbar-inverse .navbar-nav .dropdown.open:hover .dropdown-toggle,
    .navbar-inverse .navbar-nav .dropdown.open:focus .dropdown-toggle {
        color: #fff;
        background: #50529d;
    }
    .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;
    }

    #main1 {padding: 60px 0 35px;}
    .mainPage h3 {
        margin: 0 0 40px;
        font-size: 32px;
    }
    .mainPage .main-link {margin-bottom: 25px;}
    .mainPage .main-link a {padding: 30px 25px;}
    .mainPage .main-link h4 {margin: 30px 0 25px;}
    #main2 {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .mainPage .box-contact {padding: 30px;}
    .mainPage .box-contact h4 {
        margin: 0 0 20px;
        font-size: 28px;
    }
    .mainPage .box-contact .btn {
        margin-top: 20px;
        font-size: 14px;
    }
    #section_ea5d2f .board_box_list {
        width: 100%;
        padding: 30px;
    }

    #site footer .footer-info {padding: 30px 0;}
    #site footer .footer-info ul li {
        margin-right: 12px;
        font-size: 11px;
        line-height: 20px;
    }
    #site footer .footer-info ul li.copy {font-size: 10px;}

    .subPage > .pageTop {
        height: 180px;
        padding: 50px 0 0;
    }
    .subPage > .pageTop h2 {
        margin: 0 0 8px;
        font-size: 40px;
    }
    .subPage > .pageTop p {font-size: 11px;}
    .subPage .breadcrumb {font-size: 11px;}
    .subPage .link ul > li > a {
        padding: 20px 0;
        font-size: 15px;
    }
    .subPage > .contents {padding: 55px 0 70px;}
    .title-lv-1 {
        margin: 0 0 50px;
        font-size: 35px;
    }
    .title-lv-3 {
        margin: 0 0 25px;
        font-size: 34px;
    }
    .title-lv-3::before {width: 58px;}
    .title-lv-3 > .sm {
        display: block;
        margin-top: 3px;
        font-size: 17px;
    }
    .space-bottom {margin-bottom: 50px;}
    #company #row1 {margin-bottom: 70px;}
    #company .image {padding: 0 15px 30px;}
    #company .text {padding-left: 15px;}
    #company .text h4.eng {
        margin: 0 0 15px;
        font-size: 28px;
    }
    #company .text h4.eng {
        margin: 0 0 20px;
        font-size: 26px;
        text-align: center;
    }
    #company .text h4.kor {
        font-size: 21px;
        text-align: center;
    }
    #company .text h4.kor > span {font-size: 22px;}
    #company .text > img {margin-top: 40px;}
    .wrap-history::before {
        left: 8px;
        height: 98%;
    }
    .history-block {margin-bottom: 15px;}
    .history-block > .year {
        width: 100%;
        padding: 0 0 0 25px;
        font-size: 30px;
        text-align: left;
    }
    .history-block > .year::before {
        right: auto;
        left: 2px;
        width: 20px;
    }
    .history-block > .year::after {
        right: auto;
        left: -4px;
    }
    .history-block > .detail {
        width: 100%;
        padding: 5px 0 0 20px;
    }
    .history-block > .detail ul > li+li {margin-top: 5px;}
    .history-block > .detail ul > li .month {width: 100%;}
    .history-block > .detail ul > li .desc {width: 100%;}
    .history-block > .detail ul > li .month+.desc {padding-left: 5px;}
    #location .root_daum_roughmap {height: 300px;}
    #location .contact {padding: 20px 0 10px;}
    #location ul.list-contact {margin-top: 10px;}
    .subPage[id^='product'] .link {
        margin-top: 20px;
        border-bottom: none;
    }
    .subPage[id^='product'] .link ul > li {
        width: 100%;
        margin: 0;
    }
    .subPage[id^='product'] .link ul > li > a {
        padding: 15px 0;
        font-size: 14px;
        border: 1px solid #ddd;
        border-bottom: none;
    }
    .subPage[id^='product'] .link ul > li:last-child > a {border-bottom: 1px solid #ddd;}
    .subPage[id^='product'] .row > .bottom {margin-top: 35px;}
    #product1 .image, #product3 #row1 > .image {margin: 35px 0;}
    #product4 #row1 > .list, #product2 #row1 > .list {margin-top: 50px;}

    .board_wrapper .table colgroup, .board_wrapper .table tr .num,
    .board_wrapper .table tr .hits {display: none;}
    .board_wrapper .table .subject {width: 55%;}
    .board_wrapper .table .writer {width: 20%;}
    .board_wrapper .table .regdate {width: 25%;}

    .table.table_default tr th, .table.table_default tr td {
        padding: 10px;
        font-size: 14px;
    }
    .table.table_default tbody .subject .badge {
        margin-right: 5px;
        font-size: 11px;
    }
    .table.table_default tbody .subject a {font-size: 15px;}
    .board_wrapper .table.board_write_table tbody tr td .form-control,
    .board_wrapper .table.board_write_table .form-control.form-control-big,
    .member_wrapper #join_form .table .form-control,
    .member_wrapper #join_form .table .form-control.form-control-big {
        width: 100%;
    }
    .board_wrapper .table.board_write_table .files .fileInput .file_add {
        width: 100%;
        margin: 0 0 15px;
        padding: 6px 12px;
    }
    .member_wrapper .text-center .btn.btn-lg,
    .board_wrapper .text-center .btn.btn-lg {
        width: 100%;
        margin: 0;
        padding: 9px;
    }
    .board_wrapper .text-center .btn#write_btn,
    .member_wrapper .text-center .btn#join_btn {margin-top: 20px;}
    .table_video dd, .table_blog2 dd {width: 100%;}
    .member_wrapper {
        padding-top: 60px;
        padding-bottom: 100px;
    }
}
@media (min-width: 768px) { /* Medium·Large·Extra large devices */

}
@media (min-width: 768px) and (max-width: 1199px) { /* Medium·Large devices */
    #site {padding-top: 71px;}
    .navbar-inverse .navbar-nav > li > a {padding: 25px;}
    .navbar-inverse .navbar-brand img {margin-top: 4px;}
    .navbar-inverse .navbar-brand::before {top: 19px;}
    .navbar-inverse .navbar-brand::after {top: 38px;}

    #mainCarousel .carousel-inner .item {height: 600px;}
    .carousel-caption {
        right: 12%;
        left: 12%;
    }
    #mainCarousel .carousel-caption h1 {font-size: 69px;}
    .carousel-caption p {font-size: 23px;}
    .mainPage .main-link {
        margin-bottom: 10px;
    }
    #main2 {
        width: 50%;
        margin-right: 0;
    }
    #section_ea5d2f .board_box_list {
        width: 50%;
        height: 290px;
    }
    .subPage .link > .container {
        width: 100%;
    }
    #company .image {padding: 0 30px 0 15px;}
    .wrap-history::before {top: 20px;}
    .subPage[id^='product'] .link ul > li {margin: 0 8px;}
    .subPage[id^='product'] .link ul > li > a {font-size: 15px;}
}
@media (min-width: 768px) and (max-width: 991px) { /* Medium devices (col-sm-*) */

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

}
@media (min-width: 1200px) { /* Extra large devices (col-lg-*) */
    #company #row2 > div:nth-child(2) {
        margin-left: 40%;
        margin-top: -30px;
    }
    #location ul.list-contact > li+li {margin-left: 20px;}
    #product1 #row1 > .image {
        margin-top: -30px;
        padding: 0 50px;
    }
    #product1 #row2 > .image,
    #product1 #row3 > .image {
        margin-top: -50px;
        padding: 0 50px;
    }
    #product3 #row1 > .image {
        margin-top: -80px;
    }
    #product4 #row1 > .image {
        margin-top: -60px;
        padding: 0 60px;
    }
}
/******* 모바일 최적화 끝 *******/