@charset "utf-8";
@import url('/skin/notokr/notokr.css');

html {overflow-x: hidden; overflow-y: scroll;}
.body-layout {background-color: #fff;}

/* 폰트 설정 */
.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;
color : black; word-break: keep-all;}
/* h1, h2, h3, h4, h5, h6, p { margin: 0px; } */
.location-des{
    text-align: left;
    font-size: 17px;
    padding: 10px 0;
}
.fa-map-marker:before {
    padding-right: 10px;
}
p{
    word-break: break-word;
}
ol, ul, li {
	list-style: none;
	list-style-position: inside;
}
@media (min-width: 768px){
    .col-sm-20 {
        float : left;
        width: 20%;
    }
}
.navbar{
    height : 120px;
}
.navbar .container .navbar-header,.navbar-collapse ul li{
    padding : 0 !important;
}
.navbar .caret, 
.navbar .divider-vertical, 
.navbar ~ br,
.footer-social-layout,
.footer_copy .text-center > br,
.topmarginLay_a {
	display: none;
}
.navbar-inverse{
    min-height : 98px;
    background : none;
    border-bottom: none;
    margin-bottom: 0;
}
.navbar-inverse .navbar-brand {
    margin-left: 0 !important;
    padding: 0;
    margin-top: 40px;
}
.navbar-inverse .navbar-brand img{
	margin-top:0;
}
.navbar-inverse .divider-vertical,.topmarginLay_a{
    display : none;
}
.navbar-inverse .container{
    max-width : 1800px;
}
.navbar-inverse .navbar-brand{
    font-size : 28px;
    font-weight : bold;
    letter-spacing: -0.02em;
    padding: 0;
    margin: 20px 0 20px!important;
    line-height: 1;
}
.container_slide,
.container_contents,
.intro-html-layout,
.intro-html-layout > div,
.footer_copy > div {
    width : 100%;
    padding : 0;
    margin : 0;
}
.fill {
    height : 100vh;
}
.fill h1 span{
	background : none;
}
.carousel-indicators{
	bottom : 10%;
}
.pull-center{
    display : none;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
	color: #333;
}
@media screen and (min-width: 768px) {
	.navbar-inverse .navbar-nav > li > a {
	  	padding:35px 25px;
	  	font-size:16px;
	  	font-weight:500;
	  	color : #fff;
	  	-webkit-text-shadow: none;
	  	text-shadow: none;
    }
  
 	.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 > .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: white;
        color: #fff;
	  	transition : .3s linear;
  	}
  		.navbar-inverse .navbar-nav > .open > a:hover,
	.navbar-inverse .navbar-nav > .open > a:focus,
  	.navbar-inverse .navbar-nav > .open > a,
  	.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{
	    		-webkit-box-shadow: none;
	  	box-shadow: none;
	    color : #3fc0ff;
	      	    background : none;
	}
}
@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, .75);
        padding:0;
	}

	.divider-vertical+li .dropdown-menu {
		left: auto;
		right: 0;
	}
}

.dropdown-menu > li > a {
	padding: 10px 25px;
	font-size: 15px;
	color: #FFF;
	text-transform: uppercase;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	background-color: #2f7bff;
	color: #FFF;
	text-decoration: none;
}
@media screen and (max-width : 768px){
      	.sec1 .sec-content div div:nth-child(2){
  	    box-shadow : none !important;
  	    transform : perspective(0) !important;
  	}
}
.navbar-right{
    margin : 15px 15px;
}
.color-change-white{
    color : #0078ff !important;
}
.color-change-blue{
    color :#0678ff;
    /*background : #0078ff;*/
}
.layout{
    position : absolute;
    width : 1000%;
    height : 1000%;
    left : -100%;
    top : -800%;
/*    background : #0a72eb;
    opacity : 0.4 !important;*/
    z-index : -1;
}
#section1{
    margin-bottom : 120px;
}
#section3{
}
#section2{
    background : #eff4fa;
}
.container_sec1{
    width : 100%;
}
.public-content-pic{
    display:block;
    height:250px;
    margin:15px;
    transition: all .3s ease;
}
.public-content:hover .public-content-pic{
    opacity:0.75;
}
.public-content-pic img{
    display:none;
}
.sec-content1 .public-content-pic{
    background :#fff url('/skin/img/main/section1/sec_1.jpg') no-repeat center;
    background-size : contain;
}
.sec-content2 .public-content-pic{
    background :#fff url('/skin/img/main/section1/sec_2.jpg') no-repeat center;
    background-size : contain;
}
.sec-content3 .public-content-pic{
    background :#fff url('/skin/img/main/section1/sec_3.jpg') no-repeat center;
    background-size : contain;
}
.sec-content4 .public-content-pic{
    background :#fff url('/skin/img/main/section1/sec_4.jpg') no-repeat center;
    background-size : contain;
}
.sec-content5 .public-content-pic{
    background :#fff url('/skin/img/main/section1/sec_5.jpg') no-repeat center;
    background-size : contain;
}
.sec-content6 .public-content-pic{
    background :#fff url('/skin/img/main/section1/sec_6.jpg') no-repeat center;
    background-size : contain;
}
.sec-content7 .public-content-pic{
    background :#fff url('/skin/img/main/section1/sec_7.jpg') no-repeat center;
    background-size : contain;
}
.sec-content8 .public-content-pic{
    background :#fff url('/skin/img/main/section1/sec_8.jpg') no-repeat center;
    background-size : contain;
}
.public-content{
    position: relative;
    padding: 0;
    min-height: 250px;
    border: 1px solid #dedede;
    overflow: hidden;
    background:#fff;
}
.public-content .public-content-pic img{
    height : 280px;
   /* width : 100%; */
}
.public-content .sec-pic-title{
    background: white;
    text-align: center;
    font-size: 16px;
    word-break: break-word;
    /* line-height: 52px; */
    margin: 0;
    color: #fff;
    border-top: 1px solid #ddd;
    padding: 10px 10px;
}
/* 
.public-content:nth-child(1) .sec-pic-title{
    line-height : 24px;
}
*/
.main-content .container .row{
}
.sec-pic-box{
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom : 50px;
}
.sec-title{
    margin : 80px 0;
}
.sec-title h2{
    display : inline-block;
    margin : 0;
    text-align : center;
    border-radius : 3px;
    position : relative;
    left : 50%;
    transform : translateX(-50%);
    font-size : 44px;
    position : relative;
    padding: 10px 15px 10px 15px;
	font-weight: 700;
}
/* login */
.login-layout,
.id-find-layout,
.pw-find-layout{
    background: #f5f5f5;
    padding: 100px 15px;
}
.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: #2f7bff;
    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: #2f7bff;
}
.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;
    }
}
.btn-default{
    background : #2f7bff;
    color : #fff;
    transition: all ease 0.3s;
    border-radius: 0px;
    border : none;
}
.btn.focus, .btn:focus, .btn:hover{
    background : #2f7bff;    
    color : #fff;
}
.panel-body{

    margin : 0;
}
.panel-footer{
    background : #fff;
    
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control{
    background-color: #fff;
}
.container .jumbotron, .container-fluid .jumbotron{
    background : #fff;
}
/**/
/*.sec-title h2::before{*/
/*    content : "";*/
/*    position : absolute;*/
/*    width : 15%;*/
/*    height : 50%;*/
/*    left : 0;*/
/*    top : 0;*/
/*    border-top : 4px solid #0779f6;*/
/*    border-left : 4px solid #0779f6;*/
/*}*/
/*.sec-title h2::after{*/
/*    content : "";*/
/*    position : absolute;*/
/*    width : 15%;*/
/*    height : 50%;*/
/*    right : 0;*/
/*    bottom : 0;*/
/*    border-bottom : 4px solid #0779f6;*/
/*    border-right : 4px solid #0779f6;*/
/*}*/
.sec-title h2::after{
    content : "";
    display:block;
    margin:50px auto 0;
    width:60px;
    height:4px;
    bottom: 0;
    background: #0779f6;
}
.sec1-p1, .sec1-p2{
    position : relative;
    padding-top : 20px;
    padding-bottom : 30px;
    font-size : 18px;
    text-align : center;
}
.sec1-p1{
    color: #333;
    /* background: #0678ff; */
    font-size: 20px;
    line-height: 1.6em;
}
.fa-desktop:before {
    content: "\f108";
    font-size: 40px;
	color: #444;
    /* padding-bottom: 20px; */
}
.sec1-p2{
    color : black;
    background : #e0e0e0;
}

.sec1-p1 span{
    /* display: block; */
    margin: 0 auto;
    font-weight: bold;
    /* font-size: 24px; */
}
.sec1-p1 p {
    padding: 20px 0;
}
.sec1-item{
    position : absolute;
    left : 50%;
    top : 6%;
    transform : translateX(-50%);
    z-index : 1;
}

/*.sec1-p span::before{
    content : "";
    position : absolute;
    width : 400%;
    height : 3px;
    background : black;
    left : 50%;
    top : 50%;
    transform : translateX(30%);
}
.sec1-p span::after{
    content : "";
    position : absolute;
    width : 400%;
    height : 3px;
    background : black;
    right : 50%;
    top : 50%;
    transform : translateX(-30%);
}*/
/*#section1 .sec-title::before{*/
/*    content : "";*/
/*    position : absolute;*/
/*    width : calc(100% - 150px);*/
/*    height : 2px;*/
/*    background : white;*/
/*    right : 0;*/
/*    top : 50%;*/
/*}*/
.sec1-p p{
    padding-top : 20px;
    padding-bottom : 30px;
    border-radius : 3px;
}
#section2 .sec-title h2{
    /*color : white;*/
    /*background :rgb(84, 151, 221);*/
}
.sebu-box .sec-pic-title{
    /*color : rgb(84, 151, 221);*/
    /*color : white;*/
    position:relative;
	background: #37568b;
    height: 60px;
    transition: all .3s ease;
}
.sebu-box .public-content:hover .sec-pic-title{
    background:#007aff;
}
.sebu-box .sec-pic-title span{
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    min-width:90%;
}
.content-box{
    min-height: 400px;
}
.content-box p{
    font-size : 18px;
}
.content-box h3{
    margin-top : 0;
    text-align : center;
    height : 52px;
}
.content-box .sebu-content-title, .content-box .sebu-inner-content{
    padding : 5px;
}
.flex-add{
    display : flex;
}
.flex-add-center{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.sebu-content:nth-child(2n) .sebu-content-title{
    order : 4;
}
.sebu-content:nth-child(2n) .sebu-inner-content{
    order : 3;
}
.sebu-content:nth-child(2n) .sebu-inner-center{
    order : 2;
} 
.sebu-box .sebu-content .sebu-content-title h3{
    /*color : rgb(84, 151, 221);*/
    font-size : 20px;
}
.sebu-box{
    margin-top : 20px;
	margin-bottom: 100px;
}
.sebu-box .sebu-box-content{
    position: relative;
    padding : 10px;
}

.sebu-box .sebu-inner-center{
}
.sebu-inner-center img{
    width : 100%;
    height : 100%;
    border-radius : 15px;
}
.sebu-inner-center:hover{
    border : none;
}
/*section3*/
.sec-contact{
    margin-bottom : 30px;
}
.sec-contact-logo img{
    width : 100%;
}
#section3 .sec-content{
    margin-bottom : 100px;
}
#section3 .sec-contact h3 {
    font-size: 28px;
    font-weight: 600;
	margin: 0 0 20px;
	color: #333;
    letter-spacing: -0.01em;
}
#section3 .sec-contact p {
    font-size: 16px;
	color: #888;
	line-height: 1.6;
    margin-bottom: 60px;
}
#section3 .sec-contact{
    margin-bottom: 30px;
    padding-right: 130px;
}
/*breadcrumb*/
.breadcrumb_wrap{
    position : relative;
}
.breadcrumb{
    background: none;
    position: absolute;
    right: 0px;
    top: 10px;
    font-size: 13px;
	color: #888;
	text-align: right;
    padding-right: 0;
}
.breadcrumb>.active {
    color: #333;
}
.more-title h3{
    text-align: left;
    margin: 63px 0 20px 15px;
    font-size: 28px;
    letter-spacing: -0.007em;
    border-bottom: 1px #666 solid;
    padding: 0 0 20px;
}
.breadcrumb>li+li:before {
    content: "\f105 ";
    color: #ccc;
    font-family: "FontAwesome";
    font-size: 15px;
}
/*product1*/
.sub-layout{
    width : 100%;
    padding : 0;
}
.product-header {
    width: 100%;
    height: 250px;
    background: url("/skin/img/product1/slide_display.jpg") center no-repeat;
    background-size : cover;
    position: relative;
}
.product-header:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.45;
}
.more-box{
    background-color : white;
    margin-bottom : 50px;
}
.content1 .more-content-img{
    height : 350px;
}
.content1 img{
    width : 100%;
    height : 100%;
    border-radius : 5px;
}
.content1 .more-content-text p{
    font-size : 18px;
    text-align : center;
}
.content1 .more-content-sebu{
    text-align : center;
}
/*product2*/
.content2 .more-content-img{
}
.content2 img{
    width : 100%;
    border-radius : 5px;
}
.more-sebu-content p{
    text-align : right;
    margin : 0;
}
.content2 .more-content-aside p{
    margin-bottom : 0;
}
.more-content-text p {
    padding: 20px 0 60px;
    font-size: 16px;
    color: #333;
    line-height: 1.6em;
}

/*product3*/
.content3 .more-content-text{
    font-size : 18px;
}
.content3 .more-content-img img{
    width : 100%;
}
.content3 .more-content-sebu img{
    width : 100%;
    height : 100%;
}
.content3 .more-content-last p{
    font-size : 16px;
    text-align : center;
}
/*product4*/
.content4 .more-content-img{
    margin: 30px 0 50px;
}
.content4 img{
    width : 100%;
    height : 100%;
    border-radius : 5px;
}
.content4 .more-sebu-text p{
    margin : 0;
    text-align : right;
}
/*product5*/
.content5 .more-content-img{
	margin: 30px 0 50px;
}
.content5 img{
    width:auto;
    max-width:100%;
    border-radius : 4px;
}
.content5 .more-content-text{
    font-size : 18px;
}
.content5 .content5-ex-p{
    font-size : 18px;
}
.content5 .content5-ex-1,.content5 .content5-ex-2, .content5 .content5-ex-3{
    margin-bottom : 30px;
}
.content5 .content5-ex-2 h5{
    font-size : 18px;
}
.content5 .content5-ex-3 p{
    margin-top:15px;
    text-align : center;
    font-size : 16px;
}
/*product6*/
.content6 .more-content-img{
	margin: 30px 0 50px;
}
.content6 img{
    width : 100%;
}
/* footer setting */
.footer_copy > div{
    border-top: 1px solid #ddd;
	padding:30px 0px;
	background:#1e2730;
	color:#999;
	font-size:13px;
}
.footer_copy ul:after{
	content:'';
	display:block;
	clear:both;
}
.footer_copy li{
	float:left;
	padding-right:10px;
	margin-right:10px;
	/* border-right:2px solid rgba(0,0,0,0.2); */
}
.footer_copy li:last-of-type{
	border-right:none;
}
.footer_copy .copy {
    font-size: 11px;
}
.footer-box{
    text-align : left;
    position : relative;
}
.footer-box h4 {
    color: #fff;
}
.footer-box-nav ul{
    padding : 0;
    word-break: break-word;
}
.copyright{
    text-align : center;
}
.footer-aside{
    padding: 20px 0 0 0;
    font-size: 12px;
}
.footer-aside p{
    text-align : right;
    margin : 0;
}
/*submemu*/
.left-tab {
	background: #fff;
	padding: 35px 0;
}

.left-tab h3  {
	display: block;
    position: relative;
    font-size: 36px;
    letter-spacing: -0.5px;
    font-weight: 600;
	margin-bottom: 0;
}

.left-tab h3:after {
	content: "";
    position: relative;
    width: 100%;
    height: 2px;
    background: #333;
    display: block;
    margin: 20px auto 0;
}

.left-tab .nav > li {
	float: none;
    margin: 0;
}

.left-tab .nav > li > a {
	font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.25px;
    color: #333;
    display: block;
    font-weight: 600;
    background: none;
    padding: 15px 2px;
    border-bottom: 1px #ddd solid;
}

.left-tab .nav > li > a:hover,
.left-tab .nav > li > a:focus {
	background: none;
	text-decoration: underline;
	color: #333;
}
.left-tab .nav > li.active a {
    color: #2f7bff;
}

/*------------------------*/
.carousel-indicators li,
.carousel-indicators li.active{
    margin:2px 6px;
    width:100px;
    height:8px;
    border-radius:0;
}
.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;
}

.img-caption{
    margin:10px 0;
    text-align:center;
    font-size:16px;
    font-weight:500;
}
.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;
}
.sub-layout h4{
    margin-top:40px;
    margin-bottom:20px;
    font-size:24px;
}
.sub-layout h4:before{
    content:'';
    display:block;
    margin-bottom:5px;
    width:30px;
    height:3px;
    background:#2f7bff;
}
.sub-layout h5{
    margin-top:30px;
    margin-bottom:15px;
    font-size:18px;
}
.sub-layout h5:before{
    content:'';
    display:inline-block;
    margin-right:10px;
    width:5px;
    height:18px;
    background:#2f7bff;
    vertical-align: middle;
    margin-top:-2px;
}
.table-style {
	margin: 0 0 20px;
	border-top: 2px solid #2f7bff;
}

.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 tbody tr th,
.table-style thead tr th {
	background: #f8f8f8;
}

.table-style tr td {
	color: #666;
}
.prod3-table{
	margin-top:40px;
}

.img-wrap{
    margin:10px -5px 40px;
}
.img-wrap > div{
    padding:5px;
}
.img-wrap  .img-box{
    padding-bottom:60%;
    background-repeat: no-repeat;
    background-size:cover;
    background-position: center;
}
#product7 .table{
    margin-top:40px;
}
.gray-bg{
    margin-top:40px;
    margin-bottom:40px;
    padding:60px;
    background:#f5f5f5;
}
.signage-program img{
    margin-bottom:40px;
    padding:10px 20px;
    border:1px solid #ddd;
}
.signage-program p{
    min-height:60px;
}
.prod-top{
    margin-bottom:40px;
}
.prod-top .right-con{
    padding-left:30px;
}
.prod-top .small-quote{
    font-size:20px;
}
.more-btn{
	display:block;
	margin:40px auto 10px;
	width: 280px;
	height:60px;
	line-height:60px;
	text-align:center;
	font-size:16px;
	font-weight: 500;
	color:#fff;
	border:1px solid #0078ff;
	background:#0078ff;
}
.more-btn:hover{
	color:#0078ff;
	background:transparent;
}
.aten-wrap{
    padding: 20px;
    border: 1px solid #ddd;
}
.aten-wrap > img{
    height:80px;
}
.aten-wrap .row{
    margin:0 -5px;
}
.aten-wrap .row > div{
    padding:0 5px;
}
.aten-wrap .card h5{
    margin-bottom:5px;
    padding: 14px 0;
    text-align:center;
    font-weight: 400;
    color:#fff;
}
.aten-wrap .box1 .card h5{background:#0083c8;}
.aten-wrap .box2 .card h5{background:#ec6819;}
.aten-wrap .box3 .card h5{background:#62a830;}
.aten-wrap .box4 .card h5{background:#00a2a4;}
.aten-wrap .card h5:before{
    display:none;
}
.aten-wrap .li-dot{
    padding:15px;
    min-height: 290px;
    background:#f1f1f1;
}
.aten-wrap ul ul{
    padding:0;
}
.aten-wrap  li{
    margin-bottom:5px;
}

.li-none > li{list-style:none!important; margin-left:0;}
.li-circle > li{list-style:circle!important; margin-left:0;}
.li-disc > li,
.li-check > li,
.li-dash > li,
.li-dot > li{ padding-left:20px; position:relative;}
.li-disc > li:before,
.li-check > li:before,
.li-dash > li:before,
.li-dot > li:before{
	content:'-';
	display:block;
	position:absolute;
	left:5px;
	top:0;
}
.li-dot > li:before{
	content:'';
	display:inline-block;
	width: 0.3em;
	height: 0.3em;
	border-radius: 50%;
	background:#0078ff;
	top: 0.65em;
}
#product9 .img-wrap img{
    border:1px solid #ddd;
}
#product9 .img-wrap .clearfix{
    padding-bottom:40px;
}
@media screen and (max-width : 768px){
    .navbar-inverse .navbar-brand{
        margin : 10px 10px 10px 10px !important;
    }
    .navbar-inverse .navbar-brand img{
        width : 75%;   
    }
    .navbar-inverse .navbar-toggle{
        background-color : #7d7d7d30;
    }
    .navbar-toggle{
        margin-top : 15px;
    }
    .navbar-inverse .navbar-collapse{
        background-color : #00000087;
    }
    .navbar-inverse .navbar-nav>li>a{
        color : white;
    }
    .navbar .container .navbar-header{
        background-color : #00000087;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a{
        color: #fff;
        white-space: normal;
    }
    .carousel-indicators li, .carousel-indicators li.active{
        width : 50px;
    }
    .fill{
        height : 400px;
    }
    #section1{
        margin-bottom : 30px;
    }
    .sec-title{
        margin : 40px 0;
    }
    .sec-title h2{
        font-size : 38px;
    }
    .sec-title h2::after{
        margin : 25px auto 0;
    }
    .sec1-p1{
        font-size : 16px;
    }
    .sebu-box{
        margin : 0 -15px;
    }
    #section3 .sec-contact{
        padding-right : 15px;
    }
    #section3 .sec-contact h3{
        font-size : 23px;
    }
    #section3 .sec-content{
        margin-bottom : 20px;
    }
    .sec-contact-logo img{
        display : none;
    }
    .location-des{
        font-size : 15px;
    }
    .footer-aside p{
        text-align : left;
        padding : 0 15px;
    }
    .breadcrumb{
        right : auto;
    }
    .left-tab{
        padding : 0;
    }
    .more-title h3{
        font-size : 18px;
        margin-right : 15px;
    }
    .content3 .more-content-img, .content3 .more-content-sebu .col-sm-3{
        float : left;
        width : 50%;
    }
    .content4 .more-content-img{
        margin : 0;
    }
    .more-content-text p{
        padding-bottom : 20px;
    }
    .sub-layout h4{
        padding : 0 10px;
        margin-top : 20px;
        font-size : 18px;
    }
    .sub-layout h5{
        padding : 0 10px;        
    }
    .navbar-inverse{
        min-height : 70px;
    }
    .navbar{
        height : 70px;
    }
    .join-layout{
        margin-top : 0 !important;
    }
    .jumbotron{
        padding-top : 50px;
    }
}

.article-wrap article{
    margin-bottom:60px;
}
.article-wrap p{
    margin:15px 0 20px;
    font-size:16px;
}
.article-wrap img{
    border:1px solid #ddd;
}

.article-wrap .more-btn{
    margin-bottom:30px;
}
.article-wrap .emp{
    font-size:1.2em;
    font-weight: 500;
    color:#0078ff;
}
.prod-wrap {
    margin-bottom:15px;
}
.prod-wrap .prod + .prod{
    margin-top:10px;
    padding-top:10px;
    border-top:1px dashed #ddd;
}
.prod-wrap .txt-box{
    padding-left:30px;
}
.prod-wrap p{
    margin-top:25px;
    font-size:18px;
    font-weight: 500;
    color:#111;
}
.prod-wrap ul{
    padding-left:0;
}
.prod-wrap + p{
    font-size:16px;
}