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

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

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: #c40417;
    border-color: #c40417;
}

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

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

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

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

.navbar-inverse .navbar-brand img {
    height: 45px;
    margin-top: 8px;
}

.navbar-inverse .navbar-nav>li>a {
    font-size: 17px;
    font-weight: 500;
    color: #333;
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
    color: #c40417;
}

.navbar-inverse .navbar-nav>li>a::after {
    content: '';
    left: 50%;
    bottom: -1px;
    width: 0;
    height: 4px;
    position: absolute;
    background: #c40417;
    transform: translateX(-50%);
    transition: all 0.35s;
}

.navbar-inverse .navbar-nav>li#gnb_69>a {
    width: 140px;
    position: relative;
    margin: 25px 0 0 10px;
    padding: 0;
}

.navbar-inverse .navbar-nav>li#gnb_69>a::before {
    content: '쇼핑몰 바로가기';
    top: 10px;
    left: 50px;
    position: absolute;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
}

.navbar-inverse .navbar-nav>li#gnb_69>a:hover::before,
.navbar-inverse .navbar-nav>li#gnb_69>a:focus::before {
    color: #238a00;
}

.navbar-inverse .navbar-nav>li#gnb_69>a span {
    width: 40px;
    height: 40px;
    display: inline-block;
    margin: 0;
    padding: 10px;
    background: #00c43b;
    border-radius: 20px;
}

.navbar-inverse .navbar-nav>li#gnb_69>a:hover span {
    background: #2cad00;
}

.navbar-inverse .navbar-nav>li#gnb_69>a::after {
    display: none;
}

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

@media (max-width: 767px) {

    /*.navbar-inverse .navbar-toggle{border:1px solid #666;}*/
    .navbar-inverse .navbar-toggle {
        border: 0;
        padding: 16px 0;
    }

    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #333;
        transition: ease-in-out .15s all;
        opacity: 1;
        position: relative;
    }

    .navbar-inverse .navbar-toggle:hover,
    .navbar-inverse .navbar-toggle:focus {
        background: none;
        border-color: #c40417;
    }

    .navbar-inverse .navbar-toggle:hover .icon-bar,
    .navbar-inverse .navbar-toggle:focus .icon-bar {
        background-color: #c40417;
    }

    .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;
        -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, .85);
    }

    .navbar-inverse .navbar-nav .dropdown-menu>li>a {
        padding: 12px 20px;
        color: #fff;
        text-align: center;
    }

    .navbar-inverse .navbar-nav .dropdown-menu>li>a:hover,
    .navbar-inverse .navbar-nav .dropdown-menu>li>a:focus {
        background: #c40417;
    }

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

@media (min-width: 992px) {
    .navbar-inverse .navbar-right {
        margin-right: -30px;
    }

    .navbar-inverse .navbar-nav>li>a {
        padding: 36px 30px 34px;
    }
}

/* 슬라이드 공통 */
.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: 10px;
    height: 10px;
    background-color: rgba(255, 255, 255, .1);
    border: 1px solid #fff;
    margin: 0 4px;
    border-radius: 20px;
    transition: ease-in-out .15s all;
}

.carousel-indicators li.active {
    width: 50px;
    height: 10px;
    background-color: #ed6d00;
    border-color: #ed6d00;
    margin: 0 4px;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, .125);
}

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

@media (max-width: 767px) {
    .carousel-control {
        font-size: 14px;
    }

    .carousel-indicators li {
        width: 8px;
        height: 8px;
    }

    .carousel-indicators li.active {
        width: 38px;
        height: 8px;
    }
}

/* 푸터 */
#site footer {
    margin-top: 0px;
    background-color: #333;
    color: #ddd
}

#site footer .footer-info {
    padding: 45px 0
}

#site footer .footer-info ul {
    position: relative;
    margin: 0;
    padding: 0;
    font-size: 0;
    color: #929292;
}

#site footer .footer-info ul li {
    list-style: none;
    display: inline-block;
    font-size: 13px;
    margin-right: 15px;
    line-height: 24px
}

#site footer .footer-info ul li.copy {
    font-size: 12px;
    color: #777;
    letter-spacing: .2px;
}

#site footer .footer-info .logo img {
    height: 40px;
    margin-top: 5px;
    opacity: 0.8;
    filter: grayscale(1) invert(1);
}

/* 메인 페이지 */
#mainCarousel .carousel-inner .item {
    height: 750px;
}

#mainCarousel .carousel-caption h1 {
    font-size: 85px;
    font-weight: 500;
    text-align: left;
    margin-bottom: 8px;
    position: relative;
    width: fit-content;
}

#mainCarousel .carousel-caption h1::before {
    content: '';
    display: block;
    position: absolute;
    width: 100px;
    height: 2px;
    background: #ed6d00;
    top: 45px;
    left: unset;
    right: -120px;
}

#mainCarousel .carousel-caption p {
    font-size: 20px;
    text-align: left;
}

@media (max-width: 767px) {
    #mainCarousel .carousel-inner .item {
        height: 300px
    }

    #mainCarousel .carousel-caption h1 {
        font-size: 48px
    }

    #mainCarousel .carousel-caption h1::before {
        top: 25px;
        width: 58px;
        right: -70px;
    }

    #mainCarousel .carousel-caption p {
        font-size: 15px;
    }
}

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

.root_daum_roughmap .map_border {
    display: none !important;
}

.board_box_blog2 .row {
    margin-left: -5px;
    margin-right: -5px;
    background-color: rgba(245, 245, 245, 0.64);
    padding: 10px 6px;
}

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

.board_box_blog2 .row>div:nth-child(n+3) {
    margin-top: 10px;
}

.board_box_blog2 .inner {
    margin-top: 0;
    margin-bottom: 0;
}

.board_box_blog2 .inner .bottom {
    padding: 12px 10px;
    background: #ffffff;
}

.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: 180px;
}

/* 메인 추가 스타일 */
#section_072b03,
#section_03afdb {
    padding: 80px 0;
    background-image: url(/public/img/main/main-img.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

#section_03afdb {
    background: #f6f6f6;
}

.mainPage>h3 {
    margin: 0 0 60px;
    font-size: 44px;
    font-weight: 600;
    text-align: center;
    letter-spacing: -0.03em;
    color: #ed6d00;
}

.page-header {
    margin: 0 0 18px;
    padding-bottom: 18px;
    border-bottom-color: #ccc;
}

#section_072b03 .page-header {
    padding: 0;
    border: none;
}

.page-header h4 {
    margin: 0;
    font-size: 23px;
    font-weight: 600 !important;
}

#section_072b03 .fa-plus:before {
    display: none;
}

.board_box_video .inner:hover,
.board_box_blog2 .inner:hover {
    border-color: #c40417;
}

/*************** 서브 시작 ***************/
/* 공통 스타일 */
#site>.container {
    width: 100%;
    padding: 0;
}

.subPage>.pageTop {
    height: 290px;
    color: #fff;
    background: #333 url('/public/img/sub/back_page_top.jpg') no-repeat;
    background-size: cover;
    background-position: center;
}

.subPage>.pageTop>.container {
    height: 100%;
    position: relative;
}

.subPage>.pageTop .wrap-title {
    padding: 100px 0 0;
    text-align: center;
}

.subPage>.pageTop .wrap-title>h2 {
    margin: 0;
    font-size: 52px;
    font-weight: 300;
    letter-spacing: -0.05em;
}

.subPage>.pageTop .wrap-title>p {
    margin: 10px 0 0;
    font-size: 18px;
    font-weight: 400;
    color: #f5f5f5;
    letter-spacing: -0.02em;
}

/* Breadcrumb */
.subPage .breadcrumb {
    top: 15px;
    right: 15px;
    position: absolute;
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0;
    background-color: transparent;
}

.subPage .breadcrumb>li:first-child::before {
    content: '\f015';
    left: -10px;
    position: absolute;
    font-size: 10px;
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
}

/* Link */
.subPage .link {
    background: #f8f8f8;
    border-bottom: 1px solid #ddd;
}

.subPage .link ul>li>a {
    position: relative;
    padding: 0;
    line-height: 53px;
    font-size: 18px;
    color: #111;
    text-decoration: none;
    letter-spacing: -0.04em;
    font-weight: 600;
}

.subPage .link ul>li>a::before {
    content: '';
    top: 17px;
    left: 0;
    width: 1px;
    height: 25px;
    position: absolute;
    background: #ccc;
}

.subPage .link ul>li:first-child>a::before {
    content: none;
}

.subPage .link ul>li.active>a::before,
.subPage .link ul>li:not(.active)>a:hover::before {
    display: none;
}

.subPage .link ul>li.active>a {
    color: #fff;
    background: #c40417;
}

.subPage .link ul>li:not(.active)>a:hover {
    color: #fff;
    background: #a50615;
}

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

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

#greeting_history #row1 {
    margin-bottom: 110px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 80px;
}

#company_view .img-responsive.center-block {
    border-radius: 15px;
}

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

.title-lv-3 {
    position: relative;
    margin: 0 0 60px;
    font-size: 33px;
    color: #333;
    letter-spacing: -0.03em;
    text-align: center;
    font-weight: 600;
}

.title-lv-3::before {
    content: '';
    bottom: -15px;
    left: 50%;
    width: 40px;
    height: 1px;
    position: absolute;
    background: #c40417;
    transform: translateX(-50%);
}

.list-default {
    padding-left: 0;
    margin: 0;
    list-style-type: none;
}

.list-default>li {
    position: relative;
    margin-bottom: 5px;
}

.btn.btn-outline-primary:hover,
.btn.btn-outline-primary:focus {
    background-color: #c40417;
    color: #fff;
}

.btn.btn-outline-primary {
    background: none;
    border: 1px solid #c40417;
    color: #c40417;
}

/*
.list-style-1 > li {
    padding-left: 12px;
}
.list-style-1 > li::before {
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    width: 5px;
    height: 5px;
    background: #1e7fc5;
    border-radius: 20px;
}
.list-dash > li {
    padding-left: 12px;
}
.list-dash > li::before {
    content: '-';
    left: 0;
    position: absolute;
}
*/
table.tb-default>thead>tr>th,
table.tb-default>tbody>tr>th,
table.tb-default>tbody>tr>td {
    padding: 18px;
    font-size: 15px;
    border-top: none;
    border-bottom: 1px solid #eee;
    vertical-align: middle;
}

table.tb-default>thead>tr>th,
table.tb-default>tbody>tr>th {
    text-align: center;
}

table.tb-style-1 {
    border-top: 2px solid #c40417;
}

table.tb-style-1>thead>tr>th,
table.tb-style-1>tbody>tr>th {
    font-weight: 600;
    background-color: #f8f8f8;
    border-color: #e0e0e0;
}

/* 인사말 및 연혁 (페이지) */
#greeting_history .image {
    padding: 0 30px 0 150px;
}

#greeting_history .text {
    padding: 0 60px 0 75px;
    word-break: keep-all;
}

#greeting_history .text h4 {
    margin: 0px 0 45px;
    padding-top: 65px;
    font-size: 33px;
    font-weight: 300;
    /* color: #c10518; */
    letter-spacing: -0.05em;
    line-height: 1.3em;
}

#greeting_history .text>p {
    margin: 0 0 30px;
    font-size: 17px;
    line-height: 1.8em;
}

#greeting_history .text>.logo {
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid #ddd;
}

#greeting_history .text>.logo img {
    float: right;
}

#greeting_history #row2 table {
    margin-bottom: 60px;
}

#greeting_history #row2 table>tbody>tr>th {
    width: 20%;
}

.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: 50px;
}

.history-block:last-child {
    margin-bottom: 0;
}

.history-block>.year {
    float: left;
    width: 20%;
    position: relative;
    margin: 0;
    padding-right: 75px;
    font-size: 35px;
    font-weight: 300;
    color: #ed6d00;
    letter-spacing: -0.04em;
    text-align: center;
}

.history-block>.year::before,
.history-block>.year::after {
    content: '';
    position: absolute;
}

.history-block>.year::before {
    top: 14px;
    right: 0;
    width: 65px;
    border-top: 1px solid #ddd;
}

.history-block>.year::after {
    top: 7px;
    right: -2px;
    width: 15px;
    height: 15px;
    background: #f59442;
    border: 3px solid #fff;
    border-radius: 20px;
}

.history-block>.detail {
    width: 80%;
    display: inline-block;
    padding: 2px 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: 17px;
    font-weight: 600;
    color: #333;
}

.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: 0 0 3px;
}

/* 조직도 및 경영이념 (페이지) */
ul.list-philosophy>li {
    float: left;
    width: 20%;
}

ul.list-philosophy>li .inner {
    min-height: 380px;
    padding: 50px 25px;
    text-align: center;
    border: 1px solid #ddd;
    border-top: 2px solid #c40417;
}

ul.list-philosophy>li+li .inner {
    border-left: none;
}

ul.list-philosophy>li .icon {
    display: inline-block;
    padding: 30px;
    background: #f8f8f8;
    border-radius: 100%;
    width: 130px;
}

ul.list-philosophy>li h4 {
    margin: 35px 0 15px;
    font-size: 25px;
    /* color: #c40417; */
    font-weight: 600;
}

ul.list-philosophy>li p {
    font-size: 17px;
    font-weight: 400;
}

#organization_philosophy strong {
    font-weight: 500;
    color: #c40417;
}

/* 사업장위치 (페이지) */
#location #row1 img {
    margin-bottom: 45px;
}

#location .contact {
    width: 100%;
    display: inline-block;
    margin: 20px 0 0;
    padding: 30px;
    /* background: #f6f6f6; */
    border: 8px solid #e8e8e8;
}

#location .contact .addr {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.02em;
}

#location .contact .addr>.sm {
    padding-left: 25px;
    font-size: 15px;
}

#location .contact .tel {
    float: right;
    display: inline-block;
    font-size: 20px;
    letter-spacing: .1px;
}

#location .contact i {
    padding-right: 5px;
    font-size: 20px;
    color: #c40417;
}

/* 생산설비 (페이지) */
ul.list-equipment {
    margin: 0 -5px;
}

ul.list-equipment>li {
    float: left;
    width: 50%;
    text-align: center;
    margin-bottom: 10px;
    padding: 0 5px;
}

ul.list-equipment>li .inner {
    padding: 15px;
    font-size: 17px;
    font-weight: 500;
    background: #f6f6f6;
    border-radius: 5px;
}

#equipment #row1 {
    margin-bottom: 50px;
}

#equipment .img-responsive.center-block {
    border-radius: 7px;
}

/* 게시판, 주문폼 공통 스타일 */
.board_wrapper {
    margin-top: 0;
    margin-bottom: 0;
}

.search_wrap {
    margin-bottom: 0;
}

.board_wrapper .table.table_default {
    border-top: 2px solid #c40417;
}

.board_wrapper .table.table_default thead th {
    padding: 13px 15px;
    font-weight: 500;
    background: none;
    border-bottom: 1px solid #d3d3d3;
}

.board_wrapper .table.table_default tr td {
    padding: 15px 15px;
}

.table.table_default tbody .subject a {
    font-weight: 500;
    color: #333;
    font-size: 17px;
}

.table.table_default tbody .subject a:hover {
    text-decoration: underline;
}

.table.table_default tbody .subject .badge {
    margin-right: 8px;
    padding: 6px 7px 5px;
    font-weight: 500;
    color: #fff;
    background: #777;
    border-radius: 0;
}

.table.table_default tr td.writer,
.table.table_default tr td.regdate,
.table.table_default tr td.hits {
    color: #777;
}

.board_data_view {
    border-top: 2px solid #c40417;
}

.board_data_view .header_wrap {
    padding: 42px 10px;
    background: #f8f8f8;
    border-bottom: 1px solid #d3d3d3;
}

.board_data_view .header_wrap .title {
    font-size: 30px;
    letter-spacing: -0.05em;
    line-height: 1.3em;
}

.board_data_view .header_wrap .info {
    margin-top: 8px;
}

#product2 #reply_list span,
#product1 #reply_list span,
#notice #reply_list span,
#qna #reply_list span {
    font-size: 15px !important;
}

.board_wrapper .text-center {
    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.033em;
    border-color: #e6e6e6;
}

.board_wrapper .table.board_write_table tbody tr th {
    width: 200px;
    font-size: 15px;
    font-weight: 500;
    color: #222;
    background: #f8f8f8;
}

/* 카테고리 */
.category_wrap {
    margin-bottom: 40px;
    box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.1);
}

.category_wrap ul {
    width: 100%;
    display: inline-block;
    margin: auto;
    /*padding: 30px 20px 28px;*/
    padding: 25px 15px 23px;
    text-align: center;
    background: #f6f6f6;
    border-top: 2px solid #c40417;
    /*border-radius: 80px;*/
}

.category_wrap ul li {
    margin: 5px;
}

.category_wrap ul li+li {
    margin-left: 5px;
}

.category_wrap ul li a {
    min-width: 90px;
    padding: 14px 22px;
    font-size: 15px;
    font-weight: 500;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 30px;
}

/*
.category_wrap ul li {
    list-style: none;
    display: inline-block;
    padding: 0 36px;
}
.category_wrap ul li+li {
    position: relative;
    margin-left: 35px;
}
.category_wrap ul li+li::before {
    content: '';
    left: -15px;
    width: 1px;
    height: 14px;
    position: absolute;
    background: #ccc;
}
.category_wrap ul li a {
    padding: 0;
    font-size: 16px;
    font-weight: 400;
    border-bottom: 0;
}
*/
.category_wrap ul li.on a,
.category_wrap ul li.on a:hover,
.category_wrap ul li.on a:focus {
    color: #fff;
    background: #333;
    border-color: #333;
}

.category_wrap ul li:not(.on) a:hover,
.category_wrap ul li:not(.on) a:focus {
    color: #fff;
    background: #c40417;
    border-color: #c40417;
}

/* 주문폼 */
.board_wrapper .table.board_write_table tbody tr td .form-control {
    width: 350px;
}

.board_wrapper .table.board_write_table tbody tr th>span.required_text {
    color: red;
    font-weight: 600;
}

.board_wrapper .table.board_write_table tbody tr td .text-muted {
    font-size: 14px;
}

.board_wrapper .table.board_write_table .checkbox a {
    color: #1e7fc5;
    text-decoration: underline;
}

.form-control:not([readonly]):focus {
    border-color: #999;
}

/* 블로그B 게시판 */
.table_video dd .inner:hover,
.table_blog2 dd .inner:hover {
    border-color: #c40417;
    box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.18);
}

.table_video dd .inner .bottom .title,
.table_blog2 dd .inner .bottom .title {
    margin-bottom: 1px;
}

.table_video dd .inner .bottom .title a,
.table_blog2 dd .inner .bottom .title a {
    font-weight: 500;
    letter-spacing: -0.04em;
}

.table_blog2 dd .inner .bottom .title .badge {
    padding: 6px 10px 5px;
    font-weight: 400;
    border-radius: 20px;
    background: #0c8430;
}

.table_video dd .inner .bottom .info,
.table_blog2 dd .inner .bottom .info {
    margin-top: 10px;
}

.table_video dd .inner .bottom .info span,
.table_blog2 dd .inner .bottom .info span {
    font-size: 12px;
    padding: 0 4px;
    letter-spacing: 0;
}

.table_blog2 dd .inner .top a .thumb {
    height: 240px;
}

.table_video dd .inner .bottom .title a:hover,
.table_video dd .inner .title a:focus,
.table_blog2 dd .inner .bottom .title a:hover,
.table_blog2 dd .inner .title a:focus {
    color: #c40417;
}

[id^='form_history'] .board_wrapper {
    padding-top: 100px;
    padding-bottom: 160px;
}

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

/*********** 모바일 최적화 시작 ***********/
@media (max-width: 767px) {

    /* Small devices (col-xs-*) 모바일 */
    #site {
        padding-top: 62px;
        font-size: 15px
    }

    .navbar-inverse {
        position: fixed;
        border-bottom: 1px solid #ddd
    }

    .navbar-inverse .navbar-brand img {
        height: 35px;
        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: 10px 15px;
        font-size: 16px
    }

    .navbar-inverse .navbar-nav>li>a:hover,
    .navbar-inverse .navbar-nav>li>a:focus {
        color: #ed6d00
    }

    .navbar-inverse .navbar-nav>li#gnb_69>a {
        margin: 5px 0 2px 10px
    }

    .navbar-inverse .navbar-nav>li#gnb_69>a::before {
        top: 5px;
        left: 40px
    }

    .navbar-inverse .navbar-nav>li#gnb_69>a span {
        width: 32px;
        height: 32px;
        padding: 8px
    }

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

    .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
    }

    .carousel-caption {
        top: 47%;
        right: 12%;
        left: 12%;
        word-break: keep-all
    }

    #section_072b03,
    #section_03afdb {
        padding: 50px 0 20px
    }

    .mainPage>h3 {
        margin: 0 0 40px;
        font-size: 40px
    }

    .page-header {
        margin: 0 0 13px;
        padding-bottom: 13px
    }

    .page-header h4 {
        font-size: 21px
    }

    .board_box_blog2 {
        padding-right: 0;
        padding-left: 0
    }

    .board_box_blog2+.board_box_blog2 {
        margin-top: 15px
    }

    .board_box_blog2 .row {
        margin-left: 0;
        margin-right: 0
    }

    .board_box_blog2 .inner .top a .thumb {
        height: 110px
    }

    .board_box_blog2 .inner .bottom {
        padding: 10px 8px
    }

    .board_box_blog2 .inner .bottom .title a {
        font-size: 13px
    }

    .board_box_list ul li {
        font-size: 14px
    }

    #site footer .footer-info {
        padding: 30px 0
    }

    #site footer .footer-info .logo img {
        height: 35px;
        margin-top: 0;
        margin-bottom: 15px
    }

    #site footer .footer-info ul li {
        font-size: 11px;
        line-height: 20px
    }

    #site footer .footer-info ul li.copy {
        font-size: 10px
    }

    .subPage>.pageTop {
        height: 190px
    }

    .subPage>.pageTop .wrap-title {
        padding: 62px 0 0
    }

    .subPage>.pageTop .wrap-title>h2 {
        font-size: 42px
    }

    .subPage>.pageTop .wrap-title>p {
        margin: 8px 0 0;
        font-size: 14px
    }

    .subPage .breadcrumb {
        font-size: 10px
    }

    .subPage .link {
        margin-top: 15px;
        background: transparent;
        border-bottom: none
    }

    .subPage .link ul>li>a {
        line-height: 43px;
        font-size: 15px;
        border: 1px solid #ddd
    }

    .subPage .link ul>li>a::before {
        display: none
    }

    .subPage>.contents {
        padding: 50px 0 70px
    }

    .title-lv-1 {
        margin: 0 0 50px;
        font-size: 34px
    }

    .title-lv-3 {
        margin: 0 0 50px;
        font-size: 30px
    }

    .space-bottom {
        margin-bottom: 40px
    }

    #greeting_history .image {
        padding: 0 60px
    }

    #greeting_history .text {
        padding: 0 15px
    }

    #greeting_history .text h4 {
        margin: 0 0 25px;
        padding-top: 45px;
        font-size: 26px
    }

    #greeting_history .text>p {
        margin: 0 0 20px;
        font-size: 15px
    }

    #greeting_history #row1 {
        margin-bottom: 70px;
        padding-bottom: 40px
    }

    #greeting_history #row2 table>tbody>tr>th,
    #greeting_history #row2 table>tbody>tr>td {
        width: 100%;
        display: inline-block;
        padding: 14px;
        text-align: center
    }

    .history-block {
        margin-bottom: 30px
    }

    .wrap-history::before {
        left: 13px;
        height: 98.8%
    }

    .history-block>.year {
        width: 100%;
        margin-bottom: 5px;
        padding-right: 0;
        padding-left: 40px;
        font-size: 31px;
        text-align: left
    }

    .history-block>.year::before {
        right: auto;
        left: 0;
        width: 35px
    }

    .history-block>.year::after {
        right: auto;
        left: 0
    }

    .history-block>.detail {
        width: 100%;
        padding: 2px 0 0 35px
    }

    .history-block>.detail ul>li .month {
        font-size: 15px
    }

    .history-block>.detail ul>li .desc {
        padding-top: 0
    }

    .history-block>.detail ul>li p {
        font-size: 14px
    }

    ul.list-philosophy>li {
        width: 100%
    }

    ul.list-philosophy>li+li {
        margin-top: 15px
    }

    ul.list-philosophy>li .inner {
        min-height: auto;
        padding: 25px 15px
    }

    ul.list-philosophy>li+li .inner {
        border: 1px solid #ddd
    }

    ul.list-philosophy>li h4 {
        margin: 28px 0 8px;
        font-size: 23px
    }

    #location .root_daum_roughmap {
        height: 300px
    }

    #location .contact {
        padding: 25px 5px
    }

    #location .contact .addr {
        font-size: 18px
    }

    #location .contact .addr>.sm {
        padding-left: 0
    }

    #location .contact .tel {
        float: left;
        margin-top: 10px;
        font-size: 18px
    }

    ul.list-equipment>li {
        width: 100%
    }

    ul.list-equipment>li .inner {
        padding: 12px;
        font-size: 16px
    }

    #equipment #row2>.col+.col {
        margin-top: 20px
    }

    .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: 14px
    }

    .table.table_default tbody .subject .badge {
        margin-right: 5px;
        font-size: 11px
    }

    .table.table_default tbody .subject a {
        font-size: 14px
    }

    .board_data_view .header_wrap {
        padding: 30px 10px
    }

    .board_data_view .header_wrap .title {
        font-size: 26px
    }

    .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'] .board_wrapper {
        padding-top: 40px;
        padding-bottom: 80px
    }

    .member_wrapper {
        padding-top: 60px;
        padding-bottom: 100px
    }

    .table_blog2 dd {
        margin-bottom: 16px
    }

    .table_blog2 dd:nth-child(odd) {
        padding-right: 8px
    }

    .table_blog2 dd:nth-child(even) {
        padding-left: 8px
    }

    .table_blog2 dd .inner .top a .thumb {
        height: 130px
    }

    .table_blog2 dd .inner .bottom {
        padding: 10px
    }

    .table_blog2 dd .inner .bottom .title .badge {
        padding: 5px 8px 4px;
        font-size: 10px
    }

    .table_blog2 dd .inner .bottom .title a {
        display: block;
        margin-top: 5px;
        font-size: 16px
    }

    .category_wrap ul {
        padding: 15px 5px 13px
    }

    .category_wrap ul li {
        margin: 3px
    }

    .category_wrap ul li+li {
        margin-left: 3px
    }

    .category_wrap ul li a {
        min-width: auto;
        padding: 8px 16px;
        font-size: 12px
    }
}

@media (min-width: 768px) {

    /* Medium·Large·Extra large devices */
    .subPage .link ul>li {
        float: left;
        width: 33.3%;
        display: inline-block
    }

    #equipment .link ul>li,
    #company_view .link ul>li,
    #product1 .link ul>li,
    #product2 .link ul>li {
        width: 50%
    }

    #equipment #row2>.col:nth-child(n + 4) {
        margin-top: 30px
    }
}

@media (min-width: 768px) and (max-width: 1199px) {

    /* Medium·Large devices */
    .navbar-inverse .navbar-nav>li>a {
        padding: 36px 15px 34px
    }

    .carousel-caption {
        right: 12%;
        left: 12%
    }

    #section_072b03 div[class^="board_box_"],
    #section_03afdb div[class^="board_box_"] {
        width: 100%
    }

    ul.list-philosophy>li {
        width: 33.3%;
        margin-bottom: 0
    }

    ul.list-philosophy>li:nth-child(n + 4) {
        width: 50%
    }

    ul.list-philosophy>li .inner {
        min-height: 330px;
        padding: 25px 15px
    }

    ul.list-philosophy>li:nth-child(4) .inner {
        border-left: 1px solid #ddd
    }
}

@media (min-width: 1200px) {

    /* Extra large devices (col-lg-*) */
    #section_072b03 div[class^="board_box_"],
    #section_03afdb div[class^="board_box_"] {
        width: 50%
    }
}

/************ 모바일 최적화 끝 ************/