@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Ubuntu:300,300i,400,400i,500,500i,700,700i&display=swap');

#site {
    font-family: 'Ubuntu', sans-serif;
    padding-top: 82px;
    font-size: 16px;
}
#site[lang="kr"]{
    font-family: 'notokr', sans-serif;
}
ol,
ul,
li {
    list-style: none;
    list-style-position: inside;
}

#site>.container {
    width: 100%;
    padding: 0;
}

.table_blog dd {
    padding: 10px 20px 20px;
}

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

/* 상단 메뉴 */
.navbar-inverse {
    background: #fff;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    box-shadow: 5px 0 5px rgba(0, 0, 0, 0.1);
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 0;
    border: 0;
}

.navbar-brand {
    height: auto;
    padding: 0px;
}

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

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

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

@media (max-width: 767px) {

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

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

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

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

    .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: .25rem;
        border: 1px solid #d5d5d5;
        padding: 10px 0;
        -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: 5px 20px;
    }

    .navbar-inverse .navbar-nav .dropdown-menu>li>a:hover,
    .navbar-inverse .navbar-nav .dropdown-menu>li>a:focus {
        background: none;
        font-weight: 600;
        color: #0850a0;
    }
}

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

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

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

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

    .carousel-indicators li,
    .carousel-indicators li.active {
        width: 6px;
        height: 6px;
    }
}

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

/* 푸터 */
#site footer {
    margin-top: 0px;
    padding: 35px 0;
    background-color: #424548;
    color: #e3e4e5;
}

#site footer .footer-link {
    padding: 15px 0;
    border-bottom: 1px solid #444
}

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

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

#site footer .footer-link ul li a {
    color: inherit
}

#site footer .footer-info {
    padding: 30px 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: 26px
}

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

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

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

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

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

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


/* personal setting 0.64v */
@media(min-width:768px) {
    .col-sm-20 {
        width: 20%;
    }
}

/* img */
.img-bordered {
    border: 1px solid #ddd;
}

.img-caption{
    margin: 10px 0 10px;
    text-align: center;
    font-size: 14px;
    color: #333;
    font-weight: 500;
    line-height: 1.4em;
}
.img-wrap .img-caption{
    padding: 10px 0;
    border: 1px solid #ccc;
    border-radius: 5px;
}
/* .method-wrap .img-caption,
.cert-wrap .img-caption{
    padding:0;
    border:none;
} */

.img-title {
    text-align: center;
    margin: 10px 0;
    font-size: 16px;
    font-weight: bold;
    color: #0A50A1
}

/* align */
.text-center-table thead th,
.text-center-table thead td,
.text-center-table tbody th,
.text-center-table tbody td {
    text-align: center !important;
    vertical-align: middle !important;
}

.text-center-table .text-left,
.text-center-table .text-left th,
.text-center-table .text-left td {
    text-align: left !important;
}

/* font */
.numbering {
    margin-right: 10px;
}

.numbering.circle,
.numbering.sqr {
    display: inline-block;
    width: 23px;
    height: 23px;
    line-height: 1.8em;
    text-align: center;
    font-size: 0.8em;
    font-weight: 600;
    letter-spacing: -0.04em;
    color: #fff;
    border-radius: 50%;
    background: #5282b9;
}

.numbering.circle {
    border-radius: 50%;
}

/*list style*/
.li-none>li {
    list-style: none !important;
    margin-left: 20px;
}

.li-circle>li {
    list-style: circle !important;
    margin-left: 20px;
}

.li-square>li {
    list-style: square !important;
    margin-left: 20px;
}

.li-disc>li {
    list-style: disc !important;
    margin-left: 20px;
}

.li-check>li,
.li-dash>li,
.li-dot>li {
    margin-left: 10px;
    padding-left: 20px;
    position: relative;
}

.li-dash>li:before,
.li-dot>li:before {
    content: '-';
    display: block;
    position: absolute;
    left: 5px;
    top: 0;
}

.li-dot>li:before {
    content: '·';
}

.li-check>li:before {
    content: '\f00c';
    left: 0;
    font-family: 'fontawesome';
    color: #0A50A1;
}

.location-li {
    border-top: 2px solid #222;
    margin: 40px 0 0;
}

.location-li li {
    border-bottom: 1px solid #ddd;
    padding: 15px;
    font-size: 16px;
    margin-bottom: 3px;
}

.location-li span {
    display: inline-block;
    margin-right: auto;
    min-width: 130px;
    font-weight: 500;
    color: #222;
    border-radius: 4px;
}

@media(max-width:767px) {
    .location-li span {
        display: block;
    }
}

.location-li span i {
    margin-right: 8px;
    color: #666;
}

.partner-li {
    margin: 20px 0;
}

.partner-li:after {
    content: '';
    display: block;
    clear: both;
}

.partner-li>li {
    float: left;
    width: 20%;
    padding: 10px;
}

.partner-li>li img {
    border: 1px solid #ddd;
}

.category-li {
    display: inline-block;
    margin: 20px auto;
}

.category-li:after {
    content: '';
    display: block;
    clear: both;
}

.category-li>li {
    float: left;
    margin: 5px;
    padding: 10px 20px;
    background: #f5f5f5;
    border: 1px solid #ddd;
}

.li-pill li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 100px;
}

.li-pill li span {
    position: absolute;
    left: 0;
    padding: 5px 0;
    text-align: center;
    width: 90px;
    color: #555;
    line-height: 1.1;
    font-weight: 500;
    border-radius: 4px;
    background: #d5d5d5;
}

.btn-li {
    text-align: center;
}

.btn-li li {
    display: inline-block;
    vertical-align: top;
    padding: 0 30px;
}

.trait-dl {
    margin: 40px 0;
}

.trait-dl:after {
    content: '';
    display: block;
    clear: both;
}

.trait-dl dt,
.trait-dl dd {
    float: left;
    margin-bottom: 10px;
    padding: 20px 40px;
    border-top: 2px solid #ddd;
}

.trait-dl dt {
    border-color: #0A50A1;
    font-size: 18px;
}

.stripe-dl {
    margin: 30px 0;
}

.stripe-dl dt {
    padding: 10px 20px;
    font-size: 16px;
    background: #f5f5f5;
}

.stripe-dl dd {
    margin-bottom: 20px;
    padding: 20px;
}

@media(min-width:768px) {
    .trait-dl dt {
        width: 25%;
    }

    .trait-dl dd {
        width: 75%;
    }
}

@media(max-width:767px) {
    .partner-li>li {
        width: 50%;
    }
}

/* component */
.card {
    display: block;
    position: relative;
    padding: 15px;
    margin-bottom: 20px;
    /* border:1px solid #ddd; */
    min-height: max-content;
    background: #f4f4f4;
}

.card .card-ttl {
    margin: -15px -15px 20px;
    padding: 10px 0;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background: #5282b9;
}

.column-2 {
    column-count: 2;
    column-rule: 1px solid #ddd;
    column-gap: 30px;
}

.more-btn {
    display: block;
    margin: 40px auto 10px;
    width: 200px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    border: 1px solid #0A50A1;
    background: #0A50A1;
}

.more-btn:hover {
    color: #0A50A1;
    background: transparent;
}

.circle-wrap {
    margin: 30px 0;
    text-align: center;
}

.circle-wrap .circle {
    position: relative;
    display: inline-block;
    width: 200px;
    height: 200px;
    margin: 0 15px;
    vertical-align: top;
    border-radius: 50%;
    background: #555;
}

.circle-wrap .circle span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.3;
    min-width: 80%;
}

@media(max-width:767px) {
    .column-2 {
        column-count: 1;
    }
}

.column-2 ul,
.column-2 dl,
.column-2 ol {
    margin: 0;
}

.quote-box {
    margin: 30px auto 30px;
    /* padding: 40px;
 border:1px solid #ddd;
 border-radius: 4px;
 box-shadow:5px 5px 0#f5f5f5; */
}

.greet .quote,
p.quote {
    margin: 30px 0 60px;
    font-size: 36px;
    font-weight: 300;
    color: #333;
    line-height: 1.2;
    letter-spacing: -0.034em;
}

p.quote span {
    font-weight: 500;
}

/* custom setting */
ul,
dl,
ol {
    padding: 0;
}

p,
li,
dt,
dd {
    line-height: 1.6;
}

a:hover,
a:focus {
    text-decoration: none;
}

* {
    box-sizing: border-box;
    word-break: keep-all;
}

.table-style {
    margin: 0 0 20px;
    border-top: 2px solid #0A50A1;
}

.table-style tr th,
.table-style tr td {
    padding: 10px 10px !important;
    border-bottom: 1px solid #dedede !important;
    letter-spacing: -0.02em;
    word-break: keep-all;
    vertical-align: middle !important;
}

.table-style tr th {
    color: #333;
    text-align: center;
}

.table-style thead tr th {
    background: #f8f8f8;
    font-size: 15px;
    font-weight: 500;
}

.table-style tr td {
    color: #666;
}

.history-table {
    border-top: none;
    width: 1000px;
    margin: auto;
}

.history-table.table-style tr th,
.history-table.table-style tr td {
    border-bottom: none !important;
    padding: 25px !important;
}

.history-table.table-style tr th {
    width: 250px;
    position: relative;
    border-right: 1px solid #ccc;
    font-size: 38px;
    font-style: italic;
    font-weight: 200;
    color: #0A50A1;
}

.history-table.table-style tr th:after {
    content: '';
    display: block;
    position: absolute;
    right: -7px;
    top: 50%;
    transform: translatey(-50%);
    width: 13px;
    height: 13px;
    border: 3px solid #76a3d8;
    border-radius: 50%;
    background: #fff;
}

/* personal setting 0.64v end */
.board_wrapper,
.search_wrap {
    visibility: hidden;
}

.board_wrapper {
    margin-top: 0;
}

.maintenance {
    margin-top: 5px;
    border: 7px solid #E5E5E5;
    padding: 50px 25px;
    text-align: center;
}

.maintenance .icon {
    display: block;
    line-height: 1;
    font-size: 64px;
    margin-bottom: 10px;
}

.maintenance .big-cont {
    display: block;
    line-height: 1;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: -0.05em;
    margin-bottom: 20px;
}

.maintenance .small-cont {
    display: block;
    line-height: 1.5;
    font-size: 14px;
    letter-spacing: -0.03em;
    color: #818181;
    margin-bottom: 20px;
}

/* navigation setting */
.menu-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    text-align: right;
    border-top: 2px solid #0A50A1;
    z-index: 1080;
}

.menu-top .lang {
    position: relative;
    top: -1px;
    margin: 0 -2px;
    padding: 3px 10px;
    font-size: 12px;
    border: none;
    color: #888;
    background: #eee;
}

.menu-top .active {
    color: #fff;
    background: #0A50A1;
}

@media(max-width:767px) {}

/* mainpage setting */
.main-intro {
    padding: 20px 0 40px;
    background: #0A50A1;
}
.main-intro a{
    color: #fff;
}

.main-intro h3:after {
    content: '';
    display: block;
    margin: 10px 0 0;
    width: 20px;
    height: 3px;
    background: #fff;
}

.main-intro p {
    font-size: 15px;
}

.main-intro p .emp {
    margin-right: 5px;
    font-size: 18px;
    font-weight: bold;
}

.main-product {
    padding: 100px 0 100px;
}

.main-product .clearfix {
    padding-bottom: 30px;
}

.main-product .title h3 {
    margin-bottom: 30px;
    font-size: 32px;
    overflow: hidden;
    margin-top: 0;
    font-weight: 600;
    letter-spacing: -0.02em;
}

.main-product .title h3:after {
    content: '';
    display: none;
    margin-top: 10px;
    width: 70%;
    height: 6px;
    margin-left: -15px;
    transform: skew(-35deg);
    background: #0A50A1;
}

.main-product .title h3 small {
    margin-left: 15px;
    font-size: 16px;
    letter-spacing: 0;
}

.main-product a {
    position: relative;
    display: block;
}

.main-product a img {
    border-radius: 8px;
    border: 1px solid #ddd;
}

.main-product a:hover img {
    border-color: #0A50A1;
}

.main-product a h5 {
    position: relative;
    margin: 5px 0 0;
    padding: 8px 20px;
    font-size: 17px;
    color: #3e3e3e;
    border-radius: 3px;
    text-align: center;
    background: #ececec;
}

.main-product a:hover h5 {
    color: #fff;
    font-size: 16px;
    background: #5282b9;
}

#section_7f39f8 {
    padding: 80px 0 80px;
    background: #f5f5f6;
}

@media(min-width:768px) {
    #section_7f39f8 .board_box_list {
        width: 50%;
        padding-left: 35px;
    }
}

@media(max-width:767px) {}

/* footer setting */
footer ul li {
    display: inline-block;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 2px solid rgba(255, 255, 255, 0.1);
    line-height: 1em;
    letter-spacing: 0.07em;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 300;
}

footer ul li:last-child {
    border-right: none;
}

@media(max-width:767px) {}

/* subpage setting */
.pageheader {
    position: relative;
    height: 200px;
    background: #000 url(/public/img/sub/subtop-bg.jpg) no-repeat center / cover;
}

.pageheader:after {
    content: '';
    display: block;
    width: 100%;
    height: 40px;
    position: absolute;
    left: 0;
    bottom: 0;
    /* border-top:1px solid rgba(255,255,255,0.3); */
}

.pageheader .container {
    position: relative;
    height: 100%;
}

.pageheader h2 {
    margin: 0;
    position: absolute;
    left: 50%;
    top: 58%;
    transform: translate(-50%, -50%);
    margin-top: -20px;
    font-size: 46px;
    color: #fff;
}

.breadcrumb {
    position: absolute;
    right: 15px;
    bottom: 0;
    margin: 0;
    padding: 0;
    height: 40px;
    line-height: 40px;
    background: transparent;
    font-size: 12px;
    color: #bbb;
}

.breadcrumb .active {
    color: #fff;
}

.subpage-content {
    padding-top: 100px;
    padding-bottom: 120px;
}

.subpage-content .emp {
    font-weight: 500;
    color: #0A50A1;
}

.subpage-content section {
    padding-bottom: 120px;
}

.subpage-content section h4 {
    padding-left: 12px;
    position: relative;
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 600;
    margin-top: 0;
    letter-spacing: -0.03em;
}

.subpage-content section h5 {
    margin-top: 60px;
    margin-bottom: 15px;
    font-size: 24px;
    letter-spacing: -0.02em;
    color: #0A50A1;
}

.subpage-content section h6 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
}

.subpage .title {
    margin-bottom: 80px;
    text-align: center;
}

.subpage .title h3 {
    font-size: 48px;
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: -0.034em;
}

.subpage .title h3:before {
    content: '';
    display: none;
    margin: 0 auto 10px;
    width: 60px;
    height: 4px;
    background: #0A50A1;
}

/* subpage about */
.greet p {
    font-size: 16px;
    line-height: 1.8;
}

.history-table td li span {
    color: #111;
    font-weight: 800;
}

.cert-wrap img {
    margin-bottom: 20px;
    border: 1px solid #ddd;
}

#about04 .cert-wrap h5 {
    font-size: 20px;
}

#about04 .cert-wrap li {
    position: relative;
    margin-bottom: 16px;
    padding-left: 190px;
    font-size: 15px;
    line-height: 1.4em;
    margin-left: 0;
}

#about04 .cert-wrap li span {
    position: absolute;
    left: 15px;
    width: 155px;
    font-weight: bold;
}

/* subpage product */
.subpage section .sub-h5,
.benefit-wrap .inner h5 {
    padding: 10px 20px;
    text-align: center;
    font-size: 17px;
    color: #fff;
    border-radius: 3px;
    background: #5282b9;
    margin-top: 0;
    font-weight: 500;
}

.benefit-wrap .clearfix {
    padding-bottom: 40px;
}

.img-wrap {
    margin: 0 -10px 20px;
}

.img-wrap>div {
    padding: 10px;
}

.prod02-char-img2 {
    margin-top: 40px;
    padding: 0 40px;
}

.li-none li {
    margin-bottom: 10px;
    font-size: 16px;
}

#product02 .li-none li .table {
    margin-top: 15px;
}

.prod04-vacuum {
    margin-top: 25px;
}

.prod04-vacuum .card {
    padding: 30px;
    border-radius: 4px;
    box-shadow: 5px 5px 0#f5f5f5;
    min-height: 575px;
}

#product04 .prod04-vacuum h6 {
    margin-top: 10px;
    margin-bottom: 30px;
    text-align: center;
}

.prod04-vacuum img {
    margin-bottom: 10px;
}

@media(max-width:767px) {}

.navbar-brand>img {
    /* width: 260px; */
    margin-top: 20px;
}

.breadcrumb>li+li:before {
    content: "\f105 ";
    color: rgba(255, 255, 255, 0.6);
    font-family: "Font Awesome 5 free";
    font-weight: 900;
}

footer .copy {
    font-size: 11px;
    padding-left: 30px;
    color: #888;
}

footer ul {
    padding-left: 30px;
}

footer ul li:nth-child(2) {
    border-right: none;
}

footer img {
    padding-top: 5px;
}

.table.table_default thead th {
    border-bottom-color: #ddd;
}

.subpage-content section h4::Before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    background: #2b8fff;
    width: 5px;
    height: 28px;
}

#about01 img {
    padding-top: 35px;
    padding-right: 50px;
}

#about02 li {
    position: relative;
    padding-left: 40px;
    list-style: none !important;
    font-size: 16px;
}

#about02 li span {
    position: absolute;
    left: 0;
    top: 0;
}

/* subpage product */
/* #product03 .col-sm-4 img {
    padding: 0 35px;
} */
.img-zoom-wrap img {
    border-radius: 10px;
    cursor: pointer;
}

#product03 caption {
    font-size: 14px;
}

#product03 .se1>img {
    padding: 20px 90px;
}

#product03 .li-none li {
    font-size: 16px;
    font-weight: 400;
    /* margin-left: 0; */
}
#product03 .se1 .img-zoom-wrap .left-con img{
    padding: 194px 0;
    border:1px solid #ddd;
}
#product03 .se2 .img-zoom-wrap .left-con img{
    padding: 87px 0;
    border:1px solid #ddd;
}

#product04 .quote-box .right-con,
#product02 .quote-box .right-con,
#product01 .se3 .right-con {
    padding-left: 50px;
}

.prod04-vacuum ul {
    padding-top: 30px;
}

.benefit-wrap .inner {
    margin-bottom: 60px;
}

.bene-inner ul {
    padding-top: 30px;
}

#product01 .cert-wrap .col-sm-6 {
    padding-left: 50px;
}

#product01 .cert-wrap ul {
    padding-bottom: 20px;
}

#main_wrapper .page-header {
    margin-top: 0;
    border-bottom: 1px solid #999;
    padding-bottom: 3px;
}

#main_wrapper .page-header i {
    color: #666;
}

div[class^="board_box_"] .page-header h4 {
    margin-top: 0;
}

#section_7f39f8 .board_box_list:first-child {
    padding-left: 15px;
    padding-right: 36px;
}

.carousel-caption h1 {
    font-size: 98px;
    /* font-style: italic; */
    font-family: 'Ubuntu', sans-serif;
    margin-bottom: 40px;
    line-height: 57px;
}
.carousel-caption h1 span{
    font-size: 30px;
    font-weight: 300;
}
.carousel-caption h1 span b{
    font-weight: 600;
}
.carousel-caption p {
    font-size: 21px;
    font-weight: 300;
    line-height: 1.5em;
    letter-spacing: 0.02em;
}

#about04 .cert-wrap img {
    margin-bottom: 40px;
}

.snb {
    margin-top: 30px;
    text-align: center;
}

.snb li {
    display: inline-block;
    padding: 0 20px;
}

.snb li a {
    display: block;
    color: #777;
    font-size: 16px;
    font-weight: 600;
    border-radius: 5px;
}

.snb li a:hover {

    color: #2b8fff;
}

.snb li a img {
    width: 180px;
    border: 1px solid #ddd;
    transition: all .3s ease;
}

.snb li a:hover img {
    transform: translateY(-5px);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}

.gray-quote {
    margin-bottom: 30px;
    font-size: 15px;
    text-align: center;
    padding: 5px;
    border-radius: 5px;
    background: #f5f5f5;
}

#go-top {
    display: none;
    position: fixed;
    right: 30px;
    bottom: 30px;
}

#img-zoom {
    text-align: center;
}

#img-zoom .modal-dialog {
    margin: 100px auto;
}

#img-zoom .modal-content {
    display: inline-block;
    background: transparent;
    border: none;
    box-shadow: none;
}

#img-zoom .close {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 30px;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    opacity: 1;
}

#img-zoom .close:hover {
    background: rgba(0, 0, 0, 0.85);
}
.prod-snb{
    display:none;
}
@media(max-width:767px) {
    #site {
        padding-top: 72px;
        font-size: 14px;
    }

    .navbar-brand>img {
        margin: 15px;
    }

    .navbar-inverse .navbar-toggle {
        top: 18px;
    }

    .carousel-control {
        display: none;
    }

    .carousel-caption h1 {
        margin-bottom: 30px;
        font-size: 32px;
    }

    #section_7f39f8,
    .main-product {
        padding: 60px 0;
    }

    .main-product .title h3 {
        font-size: 26px;
    }

    .main-product a h5 {
        margin-bottom: 30px;
    }

    .main-product .clearfix {
        padding-bottom: 0;
    }

    footer ul {
        margin-top: 20px;
        padding-left: 0;
    }

    footer ul li {
        border: none;
    }

    footer .copy {
        padding-left: 0;
    }

    .pageheader {
        height: 180px;
    }

    .pageheader h2 {
        text-align: center;
        font-size: 36px;
    }

    .subpage-content {
        padding: 50px 0 60px;
    }

    .subpage .title h3 {
        font-size: 30px;
    }

    .subpage .title {
        margin-bottom: 30px;
    }

    #about01 img {
        padding: 0;
    }

    .greet .quote,
    p.quote {
        font-size: 22px;
    }

    .history-table.table-style tr th {
        font-size: 22px;
    }

    .subpage-content section {
        padding-bottom: 50px;
    }

    #about04 .cert-wrap img {
        margin-bottom: 20px;
    }

    #about04 .cert-wrap li {
        padding-left: 15px;
    }

    #about04 .cert-wrap li span {
        position: static;
        display: block;
    }

    .subpage-content section h4 {
        font-size: 22px;
    }

    .subpage-content section h5 {
        font-size: 18px;
    }

    .snb li a img {
        width: 70px;
    }

    .snb li {
        padding: 0 10px;
    }

    #product03 .li-none li {
        margin-left: 0;
    }

    .prod04-vacuum .card {
        min-height: 0;
        padding: 20px;
    }

    .table.table_default {
        table-layout: auto;
    }

    .board_wrapper .table.board_write_table .input-group.input-group-big,
    .board_wrapper .table.board_write_table .form-control.form-control-big {
        max-width: 100%;
    }

    .board_wrapper .text-center .btn.btn-lg {
        padding: 10px 35px;
    }

    .menu-top .lang {
        top: 0;
    }

    footer ul li a {
        color: #fff;
    }
    .prod-snb{
        display:block;
        margin-bottom:50px;
    }
    .prod-snb a{
        display:block;
        text-align:center;
        padding:10px 0;
        font-size:15px;
        font-weight:500;
        color:#666;
        border:1px solid #ddd;
    }
    .prod-snb .active a{
        color:#fff;
        border-color:#2b8fff;
        background:#2b8fff;
    }
}

#product02 .img-zoom-wrap .empty {
    border-radius: 10px;
    border: 1px solid #ddd;
    padding-top: 63%;
}

