@charset "utf-8";
@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);

html {overflow-x: hidden; overflow-y: scroll;}
.body-layout {background-color: #fff;}
.dh-alert.text-center { display: none; }

/* 폰트 설정 */
.body-layout, h1, h2, h3, h4, h5, h6, input, textarea, button { font-family: 'Noto Sans KR', "NanumGothic", "나눔고딕", 'NanumBarunGothic', 'Apple SD Neo Gothic', 'Malgun Gothic', 'Gulim', sans-serif; }
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 { display: none; }
.sub-layout { min-height: 900px; padding-bottom: 100px !important; }

/*가로 100% 레이아웃 정의*/
.container_contents, .footer_copy > div, .sub-layout { width: 100%; padding: 0; }
.intro-board-widget-layout, .dh-board, .dh-view-box, .bbs-list-view-layout + .row, #mailForm, #insertForm { width: 100%; max-width: 1170px; margin: 0 auto; }
.index_wrapper { background: none; }
.container { width: 100%; max-width: 1170px !important; }
.intro-board-widget-layout{    overflow: hidden;
    padding: 50px 0;}
/* nav */
.navbar-inverse {
    position: relative;
    background: #373536;
    border-radius: 0;
}
.navbar-inverse .navbar-brand {
    padding: 0;
    margin: 20px 0 !important;
}
.navbar-inverse .navbar-brand img { margin: 0; }
.top_center {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 0;
    max-width: 1170px;
    margin: 0 auto;
}
.top_center ul {
    margin: 0;
    padding: 0;
    margin-top: 20px;
    margin-left: 160px;
}
.top_center ul li {
    color: #aaa;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: -0.02em;
    line-height: 1.6;
}
.menu_topbar_wrap { margin-top: 38px; }
.index_wrapper .main_nav .nav-justified > li, .main_nav .nav-justified > li { background: rgba(0, 0, 0, 0.2) !important; }
.main_nav .nav-justified > li > a {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: -0.02em;
    line-height: 1;
    margin: 16px 0;
    padding: 0;
}
.nav_sitemap_trigger {
    padding: 14px 0;
    background: #4a4a4a;
    height: 48px;
}
.main_nav .dropdown-menu {
    padding: 20px 0;
    border-left: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}
.main_nav .dropdown-menu > li > a {
    color: #444;
    font-size: 15px;
    letter-spacing: -0.04em;
    line-height: 1;
    padding: 8px 0;
}
.main_nav .dropdown-menu > li > a:hover {
    color: #de7e17;
    font-weight: 400;
}
.navbar_sitemap {
	padding: 25px 25px;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}
.navbar_sitemap .menu-category > a {
	font-size: 14px;
}
.navbar_sitemap .menu-category .menu-category-name > a {
    border-bottom: 2px solid #fff215;
    font-size: 15px;
}
@media (max-width:767px) {
	.navbar-header {
		min-height: 90px;
		margin: 0 !important;
	}
	.navbar-toggle {
		border: none;
		background: rgba(0, 0, 0, 0);
		margin: 5px 5px 0;
	}
	.navbar-toggle .icon-bar {
		background: #069d99 !important;
	}
	.navbar-inverse .navbar-toggle:focus,
	.navbar-inverse .navbar-toggle:hover {
		background: #fff;
	}
	.menu_topbar_wrap {
		margin-top: 0;
		bottom: 0px;
		right: 25px;
	}
}
#dropdownMenu1 {display:none}
.main_nav_wrap > .container{max-width:1170px}
.navbar-inverse .navbar-collapse{ background-color: transparent;}
.main_nav > .container{max-width: 1170px;}
.navbar-header > .container{max-width: 1170px;}

/* main slide */
.main-layout { max-width: 100%; padding: 0; }
.main-layout .row .col-sm-6:nth-of-type(1) { display: none; }
.main-layout .row .col-sm-6:nth-of-type(2) { width: 100%; }
.main-layout .carousel .item {
    height: 600px;
}
.carousel .item > img {
    /*height: 100% !important;*/
}
.carousel-caption {
    top: 50%;
    bottom: auto;
    padding: 0;
    transform: translateY(-50%);
    text-shadow: 0 0 0 rgba(0,0,0,0);
}
.carousel-caption h2 {
    display: none;
    /* display: inline-block; */
    margin: 0;
    padding: 0 0 10px;
    font-size: 54px;
    font-weight: 600;
    letter-spacing: -0.04em;
    position: relative;
	text-shadow:2px 2px 2px rgba(0,0,0,0.7)
}
.carousel-caption h2:before {
    content: "";
    background: #fff215;
    width: 100%;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.carousel-indicators {
    
}
.carousel-indicators li{
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 3px !important;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(55,53,54,0.6);
    border: 0;
    border-radius: 50%;
}
.carousel-indicators li.active{
    background-color: rgba(55,53,54,0.9);
}
.carousel-fade .carousel-inner .item {
    transition-property: opacity;
}
.carousel-fade .carousel-inner .item, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
    opacity: 0;
}
.carousel-fade .carousel-inner .active, .carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-inner .next, .carousel-fade .carousel-inner .prev, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
    left: 0;
    transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
    z-index: 2;
}

/* main content */
.main-content {
    padding: 60px 0 0;
    background: #f6f6f6;
}
.container_contents{ background: #f6f6f6;padding: 0 0 60px;}
.main-content .border_dl {
    min-height: 220px;
    margin: 0;
    padding: 20px 25px;
    background: #fff;
    border-radius: 4px;
}
.main-content .border_dl dt {
    color: #222;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.04em;
    line-height: 1;
    margin: 0 0 14px;
    padding: 0 0 14px 16px;
    border-bottom: 1px solid #dedede;
    position: relative;
}
.main-content .border_dl dt:before {
    content: "";
    background: #de7e18;
    width: 6px;
    height: 6px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -10px;
}
.main-content .border_dl dd {
    padding-left: 14px;
    position: relative;
}
.main-content .border_dl dd:before {
    content: "";
    width: 4px;
    height: 1px;
    background: #aaa;
    position: absolute;
    top: 50%;
    left: 0;
}
.main-content .border_dl dd a {
    color: #888;
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
    letter-spacing: -0.02em;
    line-height: 1.8;
}
.main-content .border_dl dd a:hover, .main-content .border_dl dd a:focus {
    color: #de7e18;
    font-weight: 400;
}
.main-content .border_dl dd a:after {
    content: "\f08e";
    font-size: 13px;
    font-family: "FontAwesome" !important;
    padding-left: 8px;
}

/* main board */
.intro-board-layout {
    overflow: hidden;
    margin-top: 60px;
    margin-bottom: 80px;
}
.intro-boardbox {
    background: none;
    margin: 0;
	padding:0
}
.intro-board-layout .intro-boardbox:nth-child(1) { padding-right: 20px; }
.intro-boardbox .page-header {
    padding: 0;
    margin: 0;
    width: 100%;
}
.intro-boardbox .page-header h4, .mainPage.bottom h4,.mainPage.middle h4 {
    color: #444;
    font-size: 24px;
    font-weight: 600;
    text-align: left;
    letter-spacing: -0.02em;
    margin: 0 0 20px;
    padding: 0 0 14px;
    border-bottom: 1px solid #e6e6e6;
}
.mainPage.middle{padding:40px 0}
.intro-boardbox .page-header h4 > a {
    display: inline-block;
    margin: 0;
    padding: 0 10px;
    color: #de7e17 !important;
    line-height: 22px;
}
.intro-boardbox .dh-front-list2 { width: 100%; }
.dh-front-list2-words { margin: 0 !important; }
.dh-front-list2-words small span { display: none; }
.intro-boardbox .label-danger {
	padding: 2px 4px!important;
	position: relative;
	top: 7px;
}
@media(min-width:768px){
	.intro-boardbox{width:50%;float:left;padding-right:15px}
	.mainPage.bottom{    width: 50%;
    float: left;padding-left:15px}
}
.dh-front-list2 h6 a, .dh-front-list2 h6 a span {
    color: #666 !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    padding: 10px 0;
}
.dh-front-list2 h6 a:hover .list-row-subject { color: #de7e18 !important; }
.list-row-subject {
    float: left;
    text-overflow: ellipsis !important;
    overflow: hidden !important;
    max-width: 380px !important;
    white-space: nowrap !important;
    padding-left: 13px !important;
}
.list-row-subject:before {
    content: "";
    width: 3px;
    height: 3px;
    background: #aaa;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -1px;
}
.row-separator, .list-row-contents { display: none; }
.list-row-regdate { float: right; color: #888 !important; }

/* main bottom */
.mainPage.bottom .contents {
    background: #e8e8e8;
    padding: 0 0 20px;
}
.mainPage.bottom .contents p{    padding: 15px 10px 0;}
.mainPage.bottom p, .mainPage.bottom span {
    margin: 0;
    padding: 0 10px 0;
    color: #666;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.04em;
    line-height: 1;
}
.mainPage.bottom span {
    padding-right: 0;
    padding-top: 10px;
    display: inline-block;
}
.mainPage.bottom p strong, .mainPage.bottom span strong {
    color: #222;
    font-weight: 500;
}

/* fooer */
footer { padding: 40px 0 60px; background-color: #2c2b2b; }
footer address, footer .copyright {
    margin: 0;
    font-size: 13px;
    letter-spacing: -0.04em;
    line-height: 1.6;
    color: #aaa;
}
footer .copyright p { margin: 10px 0 0; }
footer .copyright p span { color: #fff215; }

/* 서브페이지 하단 메뉴 설정 */
.sub_nav {
	background-color: #F3F3F3;
	border-bottom: 1px solid #ccc;
}

.sub_nav .menu {
	margin: 0;
	padding: 0;
}

.sub_nav .menu:after {
	content: "";
	display: block;
	clear: both;
}

.sub_nav .menu>li {
	padding: 0;
	float: left;
	list-style-type: none;
	border-right: 1px solid #ccc;
}

.sub_nav .menu>li .dropdown {
	position: relative;
}

.sub_nav .menu>li .dropdown button {
	padding: 12px;
	border-radius: 0;
	text-align: left;
	background-color: transparent;
	border: none;
	color: #777;
}

.sub_nav .menu>li.active .dropdown button {
	font-weight: 600;
	color: #323232;
}

.sub_nav .menu>li i.fa {
	margin-left: 90px;
}

.sub_nav .menu>li:first-of-type {
	padding: 10px;
}

.sub_nav .menu>li:first-of-type i {
	font-size: 23px;
}

.sub_nav .menu>li .dropdown>.dropdown-menu {
	border-radius: 0;
	border: none;
	box-shadow: none;
	width: 100%;
	background: #f3f3f3;
	padding: 0;
}

.sub_nav .menu>li .dropdown>.dropdown-menu a {
	border-bottom: 1px solid #ddd;
	padding: 12px;
	line-height: 1;
	color: #777;
}

.sub_nav .menu>li .dropdown>.dropdown-menu a:hover,
.sub_nav .menu>li .dropdown>.dropdown-menu a.active {
	background: #4a4a4a;
	color: #fff;
	font-weight: 600;
}

/* ------------------------- */

.sub_header {
	text-align: center;
	border-bottom: 1px solid #4a4a4a;
	padding: 50px 0 30px;
	margin-bottom: 30px;
}

.sub_title {
	margin: 0 0 15px;
	font-size: 34px;
	font-weight: 600;
	line-height: 1;
}

.sub_title+p {
	color: #777;
	font-weight: 600;
	line-height: 1;
	margin: 0;
}

.sub_content p {
	font-size: 14px;
	line-height: 1.75;
	letter-spacing: -0.8px;
	color: #5a5a5a;
	margin-bottom: 0;
}

.sub_content .cont {
	margin-bottom: 30px;
}

.cont_title {
	margin: 0 0 15px;
	font-size: 20px;
	font-weight: 600;
	color: #323232;
	background: url(/skin/img/default/sub/cont-tit-bulit.png) no-repeat left 1px;
	padding-left: 28px;
	text-align: left;
}

.cont_title2 {
	font-weight: 600;
	color: #323232;
	font-size: 16px;
	margin-bottom: 10px;
	line-height: 1;
	display: block;
}

@media screen and (max-width: 767px) {
	.cont_title2 {
		margin-top: 25px;
	}
}

.cont_title+p {
	text-align: left;
}

/* list */
.basic_list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.basic_list li {
	background: url(/skin/img/default/sub/list-bulit.png) no-repeat left 10px;
	padding-left: 11px;
	line-height: 1.7;
}

.basic_list2 {
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: 2px solid #07aaa6;
	border-bottom: 1px solid #ddd;
}

.basic_list2>li {
	border-bottom: 1px solid #ddd;
	padding: 15px;
}

.basic_list2 li>p {
	display: inline-block;
}

.basic_list2 li>span {
	font-weight: 600;
	font-size: 18px;
	min-width: 140px;
	display: inline-block;
	text-align: center;
}

/* table */
.basic_table {
	width: 100%;
	border-top: 2px solid #079d9b;
	border-bottom: 1px solid #ddd;
}

.basic_table td,
.basic_table th {
	border-bottom: 1px solid #ddd;
	padding: 10px;
}

.basic_table th {
	background: #f3f3f3;
}

.basic_table td {
	color: #5a5a5a;
}

.center_table th,
.center_table td {
	text-align: center;
	border-right: 1px solid #ddd;
}

.center_table tr td:last-child,
.center_table tr th:last-child {
	border-right: none;
}

/* sub1_1 */
#sub1_1 .greet-txt {
	margin-bottom: 35px;
	text-align: center;
}

#sub1_1 .greet-title {
	font-size: 25px;
	font-weight: 600;
	color: #076a8a;
	margin-bottom: 15px;
	background: url(/skin/img/default/sub/sub1-1_quote.png) no-repeat center 10px;
	letter-spacing: -1px;
}

#sub1_1 .greet-title span {
	font-size: 18px;
	color: #038a9e;
	display: block;
	line-height: 1.1;
}


/* board setting */
.dh-board>.table-hover {
    margin: 0 0 60px;
    border-top: 2px solid #373536;
    border-bottom: 1px solid #ddd;
}
.dh-board>.table-hover th { background: #f3f3f3; }
.dh-board>.table-hover td { color: #5a5a5a; }
.dh-board>.table-hover th, .dh-board>.table-hover td {
	border-bottom: 1px solid #ddd;
	padding: 12px;
}
.table-hover>tbody>tr:hover { background: #f8f8f8; }
.dh-board .subject strong a { font-weight: 400; }
.dh-board .subject strong a:hover {
	color: #000;
	text-decoration: underline !important;
}
.dh-board .label-danger {
	padding: 0;
	background: rgba(0, 0, 0, 0);
	color: #e55e2f;
	margin-left: 6px;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover, .pagination>li>a:hover {
	background: #fff;
	color: #444;
	font-weight: 600;
	text-decoration: underline !important;
}
.pagination>li>a, .pagination>li>span {
	border: none;
	color: #777;
	padding: 6px 10px;
}
.pagination>li:first-child>a, .pagination>li:last-child>a {
	border-radius: 0;
	border: 1px solid #ddd;
	line-height: 1;
	padding: 10px 14px;
}
.pagination>li:last-child>a {
	margin-left: 10px;
}
.pagination>li:first-child>a {
	margin-right: 10px;
}
.pagination>li:first-child>a:hover, .pagination>li:last-child>a:hover {
	border-color: #aaa;
	background: #fff;
	color: inherit;
	font-weight: inherit;
}
.dh-view-box{min-height:500px}
.dh-view-box>.row {
	margin: 0;
}
.dh-view-box>.row>.page-header {
    border-top: 2px solid #373536;
    border-bottom: 1px solid #ddd;
    background: #f3f3f3;
    margin: 0;
    padding: 0;
}
.dh-view-box>.row>.page-header h4 {
	font-weight: 600;
	margin: 0;
	line-height: 1;
	padding: 12px;
}
.dh-view-box>.row>.dh-view-info {
	background: #fff;
	border-bottom: 1px solid #ccc;
}
.input-group .input-group-btn:first-child .btn-default {
	border-radius: 0;
	margin-right: 4px;
	min-width: 120px;
	text-align: left;
}
.input-group .input-group-btn:first-child .btn-default .caret {
	float: right;
	margin-top: 8px;
}
.input-group .form-control {
	box-shadow: none;
}
.input-group .input-group-btn:last-child .btn-default {
	background: #4a4a4a;
	border: 1px solid #4a4a4a;
	color: #fff;
	border-right:1px solid #fff
}

#btnNew {
	border-radius: 0;
	background: #4a4a4a;
	border: 1px solid #4a4a4a;
	border-radius: 0;    border-left: 1px solid #fff;
}


/* login */
.login-layout {
	padding: 50px 0 30px;
}

.login-layout br+br {
	display: none;
}

.login-layout .panel {
	max-width: 400px;
	margin: 0 auto;
	border: none;
	box-shadow: none;
}

.login-layout .panel .panel-body {
	padding: 0;
}

.login-layout .panel h2 {
	margin: 0;
	text-align: center;
}
.login-layout .inner-box-form #myForm>div:last-child p:first-child {
	border-right: none;
}
.inner-box-msg,
.inner-box-form {
	width: 100%;
}

.login-layout .inner-box-msg p {
	text-align: center;
	color: #5a5a5a;
	margin-bottom: 25px;
}

.login-layout .inner-box-form input {
	width: 75%;
	border-radius: 0;
	box-shadow: none;
}

.login-layout .inner-box-form label {
	width: 25%;
	float: left;
	font-size: 15px;
	font-weight: 400;
	margin: 0;
	padding-top: 8px;
}

.login-layout .btn-warning {
	background: #e55e2f;
	border: 1px solid #e55e2f;
	border-radius: 0;
	margin-top: 10px;
}

.login-layout .inner-box-form #myForm>div:last-child p a {
	color: #777;
	display: inline-block;
	padding: 6px;
	font-size: 13px;
}

.login-layout .inner-box-form #myForm>div:last-child p {
	width: 50%;
	float: left;
	text-align: center;
	border: 1px solid #ddd;
}

/* subpage product */
.subpage .pageheader {
    width: 100%;
    height: 260px;
    background: url(/skin/img/sub/sub_top.jpg);
    color: #fff;
    position: relative;
}
.subpage .pageheader > .container {
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    text-align: center;
    max-width: 100% !important;
}
.subpage .pageheader h2 {
    margin: 0;
    padding: 0 0 10px;
    display: inline-block;
    font-size: 40px;
    font-weight: 600;
    position: relative;
}
.subpage .pageheader h2:before {
    content: "";
    background: #fff215;
    width: 100%;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.subpage-content {
    padding-bottom: 80px;
    min-height: 540px;
}
.subpage-content .title {
    padding-top: 80px;
    margin-bottom: 40px;
}
.subpage-content .title h3 {
    position: relative;
    margin: 0 0 20px;
    padding: 14px 0 0;
    color: #222;
    font-size: 34px;
    text-align: center;
    letter-spacing: -0.04em;
}
.subpage-content .title h3:before {
    content: '';
    display: block;
    width: 40px;
    height: 4px;
    background: #222;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translatex(-50%);
}
.breadcrumb {
    margin: 0;
    padding: 0;
    color: #aaa;
    font-size: 13px;
    font-weight: 300;
    text-align: right;
    background: none;
}
.breadcrumb > li:last-child {
    color: #de7e18;
    font-weight: 500;
}

/*sub*/
.subpage-content .section1 p {
    margin: 0;
    color: #666;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: -0.04em;
    line-height: 1.8;
}
#company .ceo {
    margin-top: 40px;
    color: #222;
    font-size: 18px;
    font-weight: 500;
    text-align: right;
    line-height: 1;
}
.prd-list:after {
	content: '';
	display: block;
	clear: both;
}

.prd-list li {
	float: left;
	margin: 0 1% 20px;
	width: 18%;
}
.prd-list li a{
	position: relative;
    display: block;
    padding: 25px;
    width: 200px;
    height: 150px;
    margin: 0 auto;
    border: 1px solid #008095;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    line-height: 1.2;
    text-transform: capitalize;
    color: #666;
}
.prd-list li a span{
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	width:calc(100% - 50px);
}
.prd-list li a:hover{
	font-weight:bold;
	background:#008095;
	color:#fff;
	text-decoration:none;
}

/**product**/
.product .subpage-content .section1 a {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    min-height: 200px;
    text-decoration: none;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 2px 2px rgba(0,0,0,0.2);
    transition: 0.5s;
    margin-bottom: 30px;
}
.product .subpage-content .section1 a:hover, .product .subpage-content .section1 a:focus {
    box-shadow: 0 10px 20px rgba(0,0,0,0.14);
}
.product .subpage-content .section1 a p {
    color: #444;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    line-height: 1;
    margin: 0;
}
.product .subpage-content .section1 a:hover .pro_bg{opacity:1}
.product .subpage-content .section1 .pro_bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    transition: all ease .3s;
}
.product .subpage-content .section1 .pro_bg p {
    display: block;
    color: #fff213;
    font-size: 16px;
    font-weight: 400;
    margin-top: 90px;
    text-decoration: underline;
}

.bbs-blog2-index-layout .dhb-txt-box-type-b{
    border: 0;
    background: none;
    padding: 0 15px;
}
.bbs-blog2-index-layout .dhb-txt-box-type-b > .row{}
.bbs-blog2-index-layout .dhb-txt-box-type-b > .row .thumb-hidden{
    height: 175px;
    max-height: none;
    border: 0;
    box-shadow: 0px 0px 15px -10px rgba(0,0,0,0.23);
}
.bbs-blog2-index-layout .dhb-txt-box-type-b .dhb-txt-box-type-b-text-layout h4{
    margin: 0;
    padding: 15px;
    text-align: center;
}
.bbs-blog2-index-layout .dhb-txt-box-type-b .dhb-txt-box-type-b-text-layout .txt-box-footer{
    display: none;
}

/**News**/

#news .subpage-content,#partner .subpage-content,#Resources .subpage-content,#new-product .subpage-content{      padding-bottom: 0;
    min-height: 0;}

.id-find-layout .inner-box-wrapper{    max-width: 400px;
            margin: 35px auto;}
.pw-find-layout .inner-box-wrapper{    max-width: 400px;
            margin: 35px auto;}

.id-find-layout .panel-default, .pw-find-layout .panel-default{border-color: #ddd;}
.pw-find-layout .panel,.id-find-layout .panel{border:none;box-shadow:none}
.pw-find-layout .btn, .id-find-layout .btn{border:1px solid #e55e2f; background:#e55e2f}

/**main**/

.featured .c-container {
  background-color: transparent; }

.featured .heading {
  padding: 0;
  letter-spacing: 0.05em;
  color: #bc004c;
  font-size: 0.8em;
  font-weight: normal;
  line-height: 1.2em;
  font-weight: bold;
  color: #007185;
  border-bottom: 0.375rem solid #bc004c; }

.featured .teaser-list {
  border-bottom: 0.375rem solid #bc004c; }

.featured .teaser-heading {
  border-top: 1px solid #fff;
  color: #007185; }

.featured .teaser-wrap:hover .teaser-heading {
  background-color: #bc004c;
  color: #fff;
  border-top-color: #bc004c; }

.section-heading {
  color: #000;
  font-weight: bold; }

.featured-products-heading {
  color: #000;
  font-weight: bold; }

.featured-product-image {
  display: block; }

.featured-product-item {
  position: relative;
  overflow: hidden; }
  .featured-product-item > a {
    text-decoration: none; }

.featured-product-heading {
  margin: 0;
  margin-bottom: 0;
  padding: 0.75rem;
  border-left: 10px solid #fff215;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
  font-size: 1em;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 10; }

.featured-product-info {
  position: absolute;
  margin: 0;
  padding: 0.75rem;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.85);
  transition: all ease-in-out 0.3s;
  transform: translate(0, 100%);
  color: #000; }
  .featured-product-info p {
        font-size: 1.4em;
    margin: 0;
    padding: 60px;
    text-align: center;}

.featured-product-link:hover .featured-product-info {
  color: #000;
  transform: none; }
.gallery .clearfix{margin:10px 0}
.glyphicon-cog+span{margin-left:3px}
.myModal20,
.myModal16{
    width:500px;
    max-width: 100%;
}