@charset "utf-8";
@import url('/skin/notokr/notokr.css');

html {
    overflow-x: hidden;
    overflow-y: scroll;
}

.body-layout {
    background-color: #fff;
    padding-top: 80px;
}

/* 폰트 설정 */
.body-layout,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
button {
    font-family: 'notokr', "NanumGothic", "나눔고딕", 'NanumBarunGothic', 'Apple SD Neo Gothic', 'Malgun Gothic', 'Gulim', sans-serif;
}

/* h1, h2, h3, h4, h5, h6, p { margin: 0px; } */
ol,
ul,
li {
    list-style: none;
    list-style-position: inside;
}

.navbar .caret,
.navbar .divider-vertical,
.navbar ~ br,
.footer-social-layout,
.footer_copy .text-center > br,
.topmarginLay_a {
    display: none;
}

.navbar-inverse {
    background-color: #FFF;
    margin-bottom: 0;
    border-bottom: 1px solid #eaeaea;
}

.navbar-inverse .navbar-brand {
    color: #333;
    margin-left: 0 !important;
    padding: 0;
    margin: 17px 0 13px;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    color: #333;
}

.navbar-brand img {
    margin-top: 0;
}

@media screen and (min-width: 768px) {
    .navbar-inverse .navbar-nav > li > a {
        padding: 30px 25px 30px;
		font-size: 19px;
		font-weight: 500;
		color: #333;
		-webkit-text-shadow: none;
		text-shadow: none;
    }
	
	.navbar-inverse .navbar-nav > li > a span {
		line-height: 0;
	}

    .navbar-inverse .navbar-nav > li > a:hover,
    .navbar-inverse .navbar-nav > li > a:focus,
    .navbar-inverse .navbar-nav > li:hover > a,
    .navbar-inverse .navbar-nav > li:focus > a,
    .navbar-inverse .navbar-nav > .open > a,
    .navbar-inverse .navbar-nav > .open > a:hover,
    .navbar-inverse .navbar-nav > .open > a:focus,
    .navbar-inverse .navbar-nav > .active > a,
    .navbar-inverse .navbar-nav > .active > a:hover,
    .navbar-inverse .navbar-nav > .active > a:focus {
        -webkit-box-shadow: none;
        box-shadow: none;
        background-color: transparent;
        color: #298cd0;
    }
}

@media screen and (min-width: 768px) {
    .navbar-nav > li > .dropdown-menu {
        left: 0;
        right: auto;
        animation-fill-mode: both;
        animation-duration: .5s;
        animation-name: fadeInRight;
        -webkit-border-radius: 0;
        border-radius: 0;
        border: none;
        background-color: rgba(0, 0, 0, .85);
    }

    .divider-vertical + li .dropdown-menu {
        left: auto;
        right: 0;
    }
}

.dropdown-menu > li > a {
    padding: 7px 25px;
    font-size: 14px;
    color: #ccc;
    /* text-transform: uppercase; */
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    background-color: transparent;
    color: #FFF;
    text-decoration: underline;
}

/* login */

.login-layout,
.id-find-layout,
.pw-find-layout {
    background: #f5f5f5;
    padding: 100px 15px;
	margin-top:-30px;
}

.login-layout .panel,
.id-find-layout .panel,
.pw-find-layout .panel {
    box-shadow: none;
    max-width: 500px;
    padding: 80px 40px 80px;
    margin: 0 auto;
    border: 1px solid #ddd;
    border-radius: 0px;
}

.login-layout .panel hr,
.id-find-layout .panel hr,
.pw-find-layout .panel hr {
    display: none;
}

.login-layout .panel .panel-body,
.id-find-layout .panel .panel-body,
.pw-find-layout .panel .panel-body {
    padding: 0;
}

.login-layout .panel-body > div.col-sm-12,
.id-find-layout .panel-body > div.col-sm-12,
.pw-find-layout .panel-body > div.col-sm-12 {
    float: none;
}

.login-layout .panel-body > div.col-sm-12 h2,
.id-find-layout .panel-body > div.col-sm-12 h2,
.pw-find-layout .panel-body > div.col-sm-12 h2 {
    text-align: center;
    margin: 0 0 15px;
    line-height: 1;
    color: #222;
    font-size: 32px;
}

.inner-box-msg {
    width: 100%;
    text-align: center;
    float: none;
    margin-bottom: 30px;
    padding: 0;
}

.inner-box-msg p {
    font-size: 14px;
    letter-spacing: -0.03em;
    color: #555;
    margin: 0;
}

.inner-box-form {
    width: 100%;
    float: none;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
}

.login-layout label,
.id-find-layout label,
.pw-find-layout label {
    font-size: 16px;
    letter-spacing: -0.03em;
    color: #222;
    font-weight: 500;
    margin: 0 0 10px;
    line-height: 1;
}

.login-layout .form-control,
.id-find-layout .form-control,
.pw-find-layout .form-control {
    box-shadow: none;
    border-radius: 0px;
    border: 1px solid #ddd;
    height: 40px;
    color: #555;
    font-size: 15px;
    letter-spacing: -0.03em;
}

.login-layout .form-control:focus,
.id-find-layout .form-control:focus,
.pw-find-layout .form-control:focus {
    border-color: #aaa;
}

.login-layout .btn-warning,
.id-find-layout .btn-warning,
.pw-find-layout .btn-warning {
    float: none;
    width: 100%;
    height: 50px;
    background: #298cd0;
    border-radius: 0px;
    border: none;
    font-size: 15px;
    letter-spacing: -0.03em;
    box-shadow: none;
    margin-top: 15px;
    transition: all ease 0.3s;
}

.login-layout .btn-warning:hover,
.id-find-layout .btn-warning:hover,
.pw-find-layout .btn-warning:hover {
    background: #298cd0;
}

.login-layout form > div > p,
.id-find-layout form > div > p,
.pw-find-layout form > div > p {
    width: 50%;
    margin: 0;
    float: left;
    text-align: center;
    line-height: 1;
}

.login-layout form > div > p + p,
.id-find-layout form > div > p + p,
.pw-find-layout form > div > p + p {
    border-left: 1px solid #ccc;
}

.login-layout form > div > p > a,
.id-find-layout form > div > p > a,
.pw-find-layout form > div > p > a {
    font-size: 14px;
    color: #555;
    letter-spacing: -0.03em;
    display: block;
    padding: 2px 0;
}

@media (max-width:768px) {

    .login-layout,
    .id-find-layout,
    .pw-find-layout {
        padding: 20px 15px;
    }

    .login-layout .panel,
    .id-find-layout .panel,
    .id-find-layout .panel {
        padding: 40px;
    }

    .login-layout .panel-body > div.col-sm-12 h2,
    .id-find-layout .panel-body > div.col-sm-12 h2,
    .pw-find-layout .panel-body > div.col-sm-12 h2 {
        font-size: 24px;
    }

    .inner-box-msg p {
        font-size: 12px;
    }

    .login-layout label,
    .id-find-layout label,
    .pw-find-layout label {
        font-size: 14px;
    }

    .login-layout .form-control,
    .id-find-layout .form-control,
    .pw-find-layout .form-control {
        font-size: 13px;
        height: 36px;
    }

    .login-layout form > div > p > a,
    .id-find-layout form > div > p > a,
    .pw-find-layout form > div > p > a {
        font-size: 12px;
    }

    .login-layout .btn-warning,
    .id-find-layout .btn-warning,
    .pw-find-layout .btn-warning {
        height: 45px;
        font-size: 14px;
        margin-top: 10px;
    }
}

/* personal setting 0.62v */
/* layout */
.mt-0 {
    margin-top: 0px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mt-60 {
    margin-top: 60px !important;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.mg-0 {
    margin: 0 !important;
}

.pd-0 {
    padding: 0 !important;
}

@media(min-width:768px) {
    .col-sm-20 {
        width: 20%;
    }
}

/* img */
.img-bordered {
    border: 1px solid #ddd;
}

.img-caption {
    margin: 10px 0;
    text-align: center;
    font-size: 16px;
    color: #555;
    font-weight: 500;
}

/* 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: 1.8em;
    height: 1.8em;
    line-height: 1.8em;
    text-align: center;
    font-size: 0.8em;
    font-weight: 600;
    letter-spacing: -0.04em;
    color: #fff;
    border-radius: 0;
    background: #298cd0;
}

.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-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: '·';
}

.location-li {
    border-top: 2px solid #222;
    margin: 20px 0 0;
}

.location-li li {
    border-bottom: 1px solid #ddd;
    padding: 10px;
    font-size: 15px;
    letter-spacing: -0.03em;
    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: 5px;
    color: #298cd0;
}

.partner-li {
    margin: 20px 0;
}

.partner-li:after {
    content: '';
    display: block;
    clear: both;
}

.partner-li > li {
    float: left;
    width: 25%;
    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;
    display: inline-block;
    margin: 5px;
    padding: 10px 20px;
    background: #f5f5f5;
    border: 1px solid #ddd;
}

.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: #298cd0;
    font-size: 18px;
}

@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;
}

.card .card-ttl {
    margin: -15px -15px 15px;
    padding: 10px 0;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background: #298cd0;
}

.column-2 {
    column-count: 2;
    column-rule: 1px solid #ddd;
    column-gap: 30px;
}

@media(max-width:767px) {
    .column-2 {
        column-count: 1;
    }
}

.column-2 ul,
.column-2 dl,
.column-2 ol {
    margin: 0;
}

.quote-box {
    margin: 20px auto;
    padding: 25px;
    background: #f5f5f5;
}

.greet .quote,
p.quote {
    margin: 30px 0;
    font-size: 26px;
    font-weight: 300;
    color: #555;
    line-height: 1.2;
}

p.quote span {
    font-weight: 500;
}

/* custom setting */
.container_contents,
.intro-html-layout,
.intro-html-layout > div,
.footer_copy > div,
.sub-layout {
    width: 100%;
    padding: 0;
    margin: 0;
}

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;
}

.dh-board .table-hover {
    margin: 0;
    border-top: 2px solid #298cd0;
    border-bottom: 1px solid #333;
}

.dh-board .table-hover thead tr th,
.dh-board .table-hover tbody tr th,
.dh-board .table-hover tbody tr td {
    padding: 13px 15px;
    font-size: 15px;
    color: #666;
    letter-spacing: -0.04em;
    line-height: 1.6;
    border-bottom: 1px solid #e1e1e1;
}

.dh-board .table-hover thead tr th,
.dh-board .table-hover tbody tr th {
    color: #222;
    background: #f5f5f5;
    padding: 10px 15px;
}

.table-style {
    margin: 0 0 20px;
    border-top: 2px solid #298cd0;
}

.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;
}

.table-style tr td {
    color: #666;
}

.history-table {
    border-top: none;
}

.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 {
    position: relative;
    border-right: 1px solid #ccc;
    font-size: 22px;
    color: #298cd0;
}

.history-table.table-style tr th:after {
    content: '';
    display: block;
    position: absolute;
    right: -5px;
    top: 50%;
    transform: translatey(-50%);
    width: 10px;
    height: 10px;
    border: 3px solid #298cd0;
    border-radius: 50%;
    background: #fff;
}

/* personal setting 0.62v end */
/* navigation setting */
@media(max-width:767px) {}

/* mainpage setting */
.container_slide {
    width: 100%;
    margin: 0;
    padding: 0;
}

.container_slide > .fill,
.carousel-inner .item .fill {
    height: 450px;
}

.carousel-caption {
    margin: 0;
    padding: 0;
    left: 50%;
    right: auto;
    top: 50%;
    bottom: auto;
    transform: translate(-50%, -50%);
    width: 85%;
    max-width: 1170px;
    text-align: left;
}

#myCarousel .carousel-caption span {
    opacity: 1;
    padding: 0;
    background: transparent;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.carousel-caption h1 {
	opacity:0;
    margin: 0;
    font-size: 65px;
    color: #fff;
    font-weight: 600;
	animation-delay:.2s;
}
.carousel-caption p {
	opacity:0;
    margin: 10px 0 10px;
    font-size: 16px;
	display: block;
    color: #fff;
	animation-delay:.4s;
}
.active .carousel-caption p,
.active .carousel-caption h1{
	animation-name:fadeInUp;
	animation-duration:1s;
	animation-fill-mode:both;
}
.carousel-control.left {
    background: url(/skin/img/slide/arrow_prev.png) no-repeat center;
}

.carousel-control.right {
    background: url(/skin/img/slide/arrow_next.png) no-repeat center;
}

.carousel-control .glyphicon {
    display: none;
}

.carousel-indicators li,
.carousel-indicators li.active {
    margin: 0 4px;
    width: 80px;
    height: 6px;
	border-radius:0;
}

.main-product {
    padding: 60px 0 30px;
}
.main-product a {
    display: block;
    margin-bottom: 30px;
    height: 240px;
    width: 100%;
    padding: 60px 0px 0;
    color: #fff;
    letter-spacing: -0.03em;
    transition-duration: 0.3s;
    text-align: center;
    background: #298cd0 url('/skin/img/main/main_product_bg.png') no-repeat center / cover;
}
.main-product .row > div:nth-child(2) a {
    background: #5b646a url('/skin/img/main/main_product_bg.png') no-repeat center / cover;
}
.main-product .row > div:nth-child(3) a {
    background: #fba91a url('/skin/img/main/main_product_bg.png') no-repeat center / cover;
}
.main-product .row > div:nth-child(4) a {
    background: #3c4c57 url('/skin/img/main/main_product_bg.png') no-repeat center / cover;
}
.main-product .row > div:nth-child(5) a {
    background: #233d50 url('/skin/img/main/main_product_bg.png') no-repeat center / cover;
}
.main-product .row > div:nth-child(6) a {
    background: #245c82 url('/skin/img/main/main_product_bg.png') no-repeat center / cover;
}
.main-product .row > div:nth-child(7) a {
    background: #969696 url('/skin/img/main/main_product_bg.png') no-repeat center / cover;
}
.main-product .row > div:nth-child(8) a {
    background: #457698 url('/skin/img/main/main_product_bg.png') no-repeat center / cover;
}

.main-product a:hover {
/*    transform: translatey(-7px);*/
    box-shadow: 0 0px 10px rgba(0,0,0,0.4);
}
.main-product a:hover h5 {
    text-decoration: underline;
}

/* .main-product a .img-box {
    position: relative;
    overflow: hidden;
}

.main-product a .img-box img {
    transition: all .3s ease;
}

.main-product a:hover .img-box img {
    transform: scale(1.1);
}
 */
.main-product a h5 {
    position:absolute;
    left:50%;
    transform: translateX(-50%);
    top: 63px;
    width:100%;
    margin: 0;
    padding: 0 30px;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0;
}
.main-product .box5 a h5{
    font-size: 21px;
}
.main-product a h5 span {
	display:block;
	margin:0 0 10px;
    font-weight: 600;
    color: #298cd0;
	display:none;
}
.main-product a .des{
    margin:0;
    padding:0 30px;
    position: absolute;
    top:46%;
    left:0;
    width:100%;
    opacity: 0;
    font-size:16px;
}
.main-product a:hover .des{
    animation-name:fadeInDown;
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-delay: .1s;
}
.main-product a .more {
    display: block;
    position: absolute;
    left: 0;
    right:0;
    top: 135px;
    margin:0 auto;
    width: 115px;
    height: 40px;
    line-height: 36px;
    border: 1px solid #fff;
    font-size: 15px;
}
.main-product a:hover .more {
    animation-name:fadeOutDown;
    animation-duration: 0.5s;
    animation-fill-mode: both;
}
.main-customer {
    padding: 60px 0;
    background: #f1f1f1;
}
.main-customer .title h3 {
    margin: 0 0 22px;
    font-size: 32px;
    text-transform: uppercase;
}
.owl-nav > div{
    position:absolute;
    top:50%;
    transform: translateY(-50%);
    font-size:25px;
}
.owl-prev{
    left:-30px;
}
.owl-next{
    right:-30px;
}
.main-customer .owl-nav > div {
    opacity: 0.25;
}

.main-customer .owl-nav > div:hover {
    opacity: 1;
}
@media(max-width:767px) {}

/* footer setting */
.footer_copy > div {
    padding: 50px 0 50px;
    background: #222;
    color: #999;
    font-size: 13px;
}
.footer_copy ul {
    margin-bottom: 5px;
}
.footer_copy ul:after {
    content: '';
    display: block;
    clear: both;
}
.footer_copy li {
    float: left;
    margin-bottom:7px;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    line-height: 1;
}

.footer_copy li:last-of-type {
    border-right: none;
}
p.copy {
    margin: 0;
    opacity: 0.6;
}
@media(max-width:767px) {}

/* subpage setting */
.pageheader {
    height: 250px;
    background: #000 url(/skin/img/sub/subtop-bg.jpg) no-repeat center / cover;
}

.pageheader .container {
    position: relative;
    height: 100%;
}

.pageheader h2 {
    margin: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 50px;
    color: #fff;
    text-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
}

.breadcrumb {
    position: absolute;
    right: 15px;
    bottom: 15px;
    margin: 0;
    padding: 0;
    background: transparent;
    font-size: 13px;
    color: #bbb;
}

.breadcrumb {
    margin: 0;
    padding: 0;
    background: transparent;
    font-size: 13px;
    color: #bbb;
}

.breadcrumb .active {
    color: #fff;
}

.subpage-content {
    padding-top: 60px;
    padding-bottom: 80px;
}

.subpage-content .emp {
    font-weight: 500;
    color: #298cd0;
}

.subpage-content section {
    padding-bottom: 150px;
}
.subpage-content section h4 {
    position: relative;
    margin: 0 0 30px;
    font-size: 28px;
    color: #111;
    font-weight: 600;
}
/* .subpage-content section h4:before{
    content:'';
    display:block;
    margin-bottom:8px;
    width:30px;
    height:3px;
    background:#298cd0;
} */
.subpage-content section h5 {
    margin-top: 50px;
    margin-bottom: 25px;
    font-size: 22px;
    font-weight: 500;
    color: #222;
}
.subpage-content section h5:before {
    content: "";
    width: 30px;
    height: 4px;
    background-color: #298cd0;
    display: block;
    margin-bottom: 15px;
}
.subpage-content .title {
    margin-bottom: 60px;
    text-align: center;
}
.subpage-content .title h3 {
    font-size: 38px;
    margin: 0;
}

.li-dash > li,
.li-dot > li {
    margin-left: 0;
}

.li-dash > li:before, 
.li-dot > li:before {
    content: "";
    width: 2px;
    height: 2px;
    background: #444;
    border-radius: 50%;
    position: absolute;
    left: 10px;
    top: 11px;
}


.trait-dl {
    background: #f3f3f3;
    padding: 10px;
}
.trait-dl dt,
.trait-dl dd {
    float: left;
    padding: 28px 30px 0;
    border-top: 2px solid #f3f3f3;
    min-height: 115px;
    background: #fff;
	margin-bottom:0;
}
.trait-dl dt {
    color: #298cd0;
    font-size: 20px;
    line-height: 1.4;
}
.trait-dl dd {
    font-size: 16px;
    color: #666;
}
.trait-dl .small-quote {
    margin: 0 0 2px;
}

.card .card-ttl {
    font-size: 18px;
    padding: 16px;
    background: #f3f3f3;
    color: #333;
}
.card .card-ttl:before{
	content:none;
}
.card p {
    text-align: center;
    margin: 0;
    font-size: 15px;
    color: #666;
    line-height: 1.5;
}
/*subpage product*/
.prod-top {
    max-height: 100%;
    margin: 0px auto 80px;
    padding: 40px 40px 25px;
    border: 1px solid #eee;
    border-bottom: 2px solid #ddd;
}

.prod-top:after {
    content: '';
    display: block;
    clear: both;
}
.subpage .prod-top h4 {
    float: left;
    margin-top: 0;
    vertical-align: top;
    width: 30%;
    font-weight: 800;
    font-size: 34px;
    letter-spacing: -0.03em;
}
.subpage .prod-top h4:before{
    display:none;
}
.prod-top ul {
    float: left;
    width: 70%;
    padding: 0 20px;
}
.prod-top ul li {
    margin-bottom: 7px;
    font-size: 16px;
    color: #666;
    line-height: 1.5;
}
.prod-wrap{
    margin-top:50px;
}
.prod-wrap .clearfix{
    margin-bottom:80px;
    /* padding-bottom:20px; */
    /* border-bottom:1px dashed #ddd; */
}
.prod-wrap .txt-box {
    padding: 6.5em 2.5em 0;
}
.prod-wrap p {
    font-size: 20px;
    line-height: 1.45;
    color: #333;
    font-weight: 300;
}
.prod-wrap p span {
    display: block;
    font-weight: 500;
    font-size: 28px;
    color: #111;
    line-height: 1.3;
    margin-top: 0.5em;
}
.prod-wrap .txt-box.col-sm-pull-8{
    text-align: right;
}
.prod01-wrap .quote{
    margin-bottom:15px;
    font-size:32px;
    text-align: center;
    color:#298cd0;
}
.small-quote {
    font-size: 20px;
    font-weight: 500;
    color: #444;
    line-height: 1.5;
}
.prod01-wrap .small-quote {
    margin-bottom: 45px;
    text-align: center;
    font-weight: 400;
    color: #333;
	font-size: 22px;
}
.prod01-wrap {
    margin: 100px 0 30px;
    padding-left: 20px;
    text-align: center;
}
.prod01-wrap .circle{
    position:relative;
    display:inline-block;
    margin-left:-30px;
    width:280px;
    height:280px;
    background:rgba(0,0,0,0.6);
    border-radius:50%;
    color:#fff;
}
.prod01-wrap .circle span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    font-size: 22px;
    font-weight: 300;
    line-height: 1.2;
}
.prod01-wrap .circle i{
    display:block;
    margin-bottom:15px;
    font-size: 60px;
}
.prod01-wrap .c1{
    background: rgba(108, 66, 189, 0.75) url(/skin/img/sub/ptn1.png);
}
.prod01-wrap .c2{
    background: rgba(236, 175, 0, 0.75) url(/skin/img/sub/ptn1.png);
}
.prod01-wrap .c3{
    background: hsla(204, 67%, 49%, 0.8) url(/skin/img/sub/ptn1.png);
}
.icon-wrap {
    text-align: center;
}
.icon-wrap .icon{
    position: relative;
    height:200px;
    color:#fff;
    background:#298cd0;
}
.icon-wrap .icon i{
    margin-top:50px;
    font-size:100px;
}
.subpage .icon-wrap h5{
    margin-top:20px;
    font-size:20px;
    font-weight:500;
    color:#222;
	line-height:1.4
}

.subpage .icon-wrap h5:before{
	content:none;
}

.subpage .icon-wrap p {
    font-size: 16px;
    line-height: 1.5;
    color: #444;
}

.subpage .icon-wrap h5 + p {
    margin-top: -18px;
}

.beforeafter {
    margin: 0 auto;
    max-width: 100%;
    background: #f3f3f3;
    padding: 3.5em 10em;
}
.beforeafter .arrow {
    text-align: center;
}
.beforeafter i {
    margin-top: 70px;
    font-size: 30px;
    color: #fff;
    background: rgba(0,0,0,0.2);
    border-radius: 50%;
    width: 70px;
    height: 70px;
    line-height: 69px;
}
.beforeafter li {
    font-size: 16px;
    color: #666;
}
.beforeafter li li {
    font-size: 14px;
}
.li-disc > li {
    list-style: none !important;
    margin-left: 0;
    padding-left: 10px;
    color: #333;
    position: relative;
}
.li-disc > li:before {
    content: "";
    width: 3px;
    height: 3px;
    background: #444;
    position: absolute;
    left: 0;
    top: 11px;
}
.subpage .beforeafter h5 {
    margin: 0 0 20px;
    padding-bottom: 10px;
    color: #298cd0;
    font-size: 32px;
    font-weight: 400;
    font-style: italic;
    border-bottom: 2px solid;
}
.beforeafter h5:before {
    content: none !important;
}
.prod04-wrap{
    margin:20px 0;
    padding:40px;
    border:1px solid #ddd;
}
.prod04-wrap img{
    border:1px solid #ddd;
}
.prod04-wrap .txt-box li{
    font-size:16px;
}
.performance-wrap dt {
    margin-bottom: 3px;
	font-size:17px;
}
.performance-wrap ul > li {
    font-size: 15px;
    color: #666;
    line-height: 1.5;
    padding-left: 18px;
    margin-bottom: 3px;
}
.performance-wrap dd{
    margin-bottom:20px;
    font-size:15px;
}
.performance-wrap .text-info{
    font-size:15px;
}
#product06 .se1 .quote {
    margin: 80px 0 30px;
    font-size: 32px;
    font-weight: 300;
    color: #222;
    letter-spacing: -0.02em;
}
@media(max-width:767px) {
    .body-layout{
        padding-top:66px;
    }
    .navbar-inverse .navbar-brand{
        padding-left:20px;
    }
    .navbar-brand img{
        width:200px;
    }
    .navbar-toggle{
        top:10px;
        border:none!important;
        background:transparent!important;
    }
    .navbar-toggle .icon-bar{
        background:#333!important;
    }
    .navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover{
        background:#298cd0;
    }
    .navbar-nav .open .dropdown-menu{
        background:#f5f5f5;
    }
    .carousel-control{
        display:none;
    }
    .carousel-caption h1{
        font-size:32px;
    }
    .carousel-indicators li, .carousel-indicators li.active{
        width:40px;
    }
    .main-product{
        padding:30px 0;
    }
    .main-customer .title h3{
        font-size:26px;
    }
    .foot-logo{
        margin-bottom:10px;
        width:200px;
    }
    .footer_copy li{
        margin-bottom:5px;
        border:none;
    }
    .footer_copy li a{
        color:#fff;
    }
    .pageheader{
        height:180px;
    }    
    .pageheader h2{
        font-size:36px;
    }
    .subpage-content .title h3{
        font-size:32px;
    }
    .prod-top{
        padding:20px;
    }
    .subpage .prod-top h4,
    .prod-top ul{
        float:none;
        display: block;
        width:100%;
        padding:0;
    }
    .subpage-content section h4{
        font-size:24px;
    }
    .prod01-wrap .quote{
        font-size:26px;
    }
    .partner-li{
        margin:20px -10px;
    }
    .beforeafter{
        padding:20px 15px;
    }
    .beforeafter i{
        margin:40px 0;
    }
    .beforeafter .fa-arrow-right:before {
        content: "\f063";
    }
    .trait-dl dt, .trait-dl dd{
        width:100%;
        padding: 28px 30px;
        min-height:0;
    }
    .subpage-content section{
        padding-bottom:80px;
    }
	.owl-nav > div{
		display:none;
	}
}
.prod-wrap2 img{
    margin-bottom:60px;
    padding:15px;
    border:1px solid #ddd;
}
.prod-wrap2 .table{
    margin-bottom:60px;
}
.prod-wrap2 .table img{
    margin-bottom: 0;
}
.prod-wrap2 .des{
    position:relative;
    margin-bottom:15px;
    padding-left:10px;
    font-size: 18px;
    font-weight: 500;
}
.prod-wrap2 .des:before{
    content: "";
    position:absolute;
    left:0;
    top:11px;
    width: 4px;
    height: 4px;
    background: #3b9bf2;
    border-radius: 50%;
}
.prod01-trait {
    text-align: center;
}
#product01 .prod01-trait h5{
    position:relative;
    margin:0 auto 30px;
    width:150px;
    height:150px;
    display: flex;
    align-items: center;
    justify-content: center;
    color:#fff;
    background: #5ea5e5;
    border-radius: 50%;
    font-size: 26px;
}
#product01 .prod01-trait > div:nth-child(even) h5{
    background: #2da9b7;
}
#product01 .prod01-trait h5:before{
    position:absolute;
    left:100%;
    top: 50%;
    width:100px;
    z-index: -1;
    height:1px;
    background:transparent;
    border-top: 2px dotted #ccc;
}
#product01 .prod01-trait .trait5 h5:before{
    display: none;
}
#product01 .prod01-trait p{
    font-size:16px;
    line-height: 1.4;
}

.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;}