html {
	overflow-y: scroll;
}

body {
	padding-top: 120px;
	font-family: 'Malgun Gothic', '맑은 고딕', sans-serif;
	font-size: 13px;
}

.container {
	width: 1024px;
	position: relative;
}

#header {
	background: #333;
	width: 100%;
	height: 70px;
	position: fixed;
	z-index: 99;
	top: 0;
	left: 0;
}

#header a#logo {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 160px;
	height: 70px;
	overflow: hidden;
	text-indent: -9999em;
	background: url(/img/layout/header/logo.gif) no-repeat;
}

#header #nav {
	position: absolute;
	top: 0;
	left: 230px;
	display: none;
}
#header #nav ul {
	list-style: none;
	margin: 0;
}
#header #nav ul li {
	display: block;
	float: left;
	position: relative;
}
#header #nav ul li a {
	display: block;
	height: 70px;
	overflow: hidden;
	text-indent: -9999em;
	background-repeat: no-repeat;
}
#header #nav ul li a.current,
#header #nav ul li:hover a {
	background-position: 0 -71px;
}
#header #nav ul li.menu-dev a {
	width: 170px;
	background-image: url(/img/layout/header/nav/btn-dev.gif);
}
#header #nav ul li.menu-db a {
	width: 125px;
	background-image: url(/img/layout/header/nav/btn-db.gif);
}
#header #nav ul li.menu-design a {
	width: 126px;
	background-image: url(/img/layout/header/nav/btn-design.gif);
}
/*
#header #nav .nav-sub {
	position: absolute;
	top: 70px;
	left: 0;
	padding-top: 1px;
	display: none;
}
#header #nav li:hover .nav-sub {
	display: block;
}
#header #nav .nav-sub ul li {
	float: none;
	padding-bottom: 1px;
}
#header #nav .nav-sub ul li a {
	width: auto;
	height: auto;
	background: #333;
	color: #fff;
	text-indent: 0;
	text-decoration: none;
	line-height: 20px;
	padding: 10px 25px;
	white-space: nowrap;
	font-size: 13px;
	font-weight: bold;
}
#header #nav .nav-sub ul li a.current,
#header #nav .nav-sub ul li a:hover {
	color: #e96d63;
}
*/
.nav-sub {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	top: 0;
	left: 0;
	z-index: 50;
	background: #333;
}
.nav-sub img.bg {
	display: block;
	position: absolute;
	z-index: 0;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	max-width: none;
}
.nav-sub .floated {
	position: absolute;
	z-index: 10;
	top: 50%;
	left: 50%;
	width: 757px;
	height: 308px;
	margin-left: -378px;
	margin-top: -192px;
}
.nav-sub .floated .search {
	text-align: center;
	margin-bottom: 30px;
}
.nav-sub .floated .search input {
	height: 34px;
	line-height: 34px;
	font-size: 20px;
	border-color: #e96d63 !important;
	width: 342px;
}
.nav-sub .floated .search button.btn-search {
	width: 46px;
	height: 46px;
	background-image: url(/img/btn-search-large.gif);
}
.nav-sub .floated .search button.btn-search:hover {
	background-position: 0 -47px;
}
.nav-sub .floated p {
	color: #fff;
	font-size: 24px;
	line-height: 40px;
	height: 40px;
	text-align: center;
	margin: 0;
	margin-bottom: 106px;
}
.nav-sub .floated ul {
	list-style: none;
	margin: 0;
}
.nav-sub .floated > ul {
	margin-left: -20px;
}
.nav-sub .floated ul li {
	display: block;
	position: relative;
}
.nav-sub .floated > ul {
	width: 777px;
}
.nav-sub .floated > ul > li > ul {
	display: none;
	position: absolute;
	top: 46px;
	left: 0;
}
.nav-sub .floated > ul > li {
	float: left;
	margin-left: 20px;
	margin-bottom: 70px;
	z-index: 0;
}
.nav-sub .floated > ul > li:hover {
	z-index: 10;
}
.nav-sub .floated > ul > li:hover > ul {
	display: block;
}
.nav-sub .floated ul li a {
	display: block;
	width: 219px;
	height: 46px;
	overflow: hidden;
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	line-height: 46px;
	text-decoration: none;
	padding-left: 20px;
	background-color: #e96d63;
	background-repeat: no-repeat;
	background-image: url(/img/layout/arrow-right.png);
	background-position: 208px 18px;
	
	-webkit-transition: .3s all;
	-moz-transition: .3s all;
	-o-transition: .3s all;
	transition: .3s all;
}
.nav-sub .floated ul li a.parent {
	background-image: url(/img/layout/arrow-down.png);
	background-position: 208px 20px;
}
.nav-sub .floated > ul > li:hover > a {
	background-color: #f28f87;
}
.nav-sub .floated ul ul a {
	background-color: #e2e2e2;
	background-image: url(/img/layout/arrow-right-gray.png);
	color: #8f8f8f;
	font-size: 13px;
}
.nav-sub .floated ul ul a:hover {
	background-color: #fff;
}
.nav-sub .container {
	height: 100%;
}
.nav-sub .submenus {
	list-style: none;
	margin: 0;
	position: absolute;
	right: 0;
	top: 120px;
}
.nav-sub .submenus li {
	display: block;
	position: relative;
}
.nav-sub .submenus li a {
	display: block;
	width: 140px;
	height: 110px;
	padding: 18px;
	line-height: 30px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	position: relative;
}
.nav-sub .submenus li a span {
	display: block;
	position: relative;
	z-index: 1;
}
.nav-sub .submenus li a span.screen {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(233,109,99);
	opacity: .8;
	filter: alpha(opacity=80);
	
	-webkit-transition: .3s all;
	-moz-transition: .3s all;
	-o-transition: .3s all;
	transition: .3s all;
}
.nav-sub .submenus li a:hover span.screen {
	background-color: #dd4a42;
	opacity: 1;
	filter: alpha(opacity=100);
}
.nav-sub .submenus-horizontal li {
	float: left;
	margin-left: 20px;
}
.nav-sub .submenus-vertical {
	width: 176px;
}
.nav-sub .submenus-vertical li {
	margin-bottom: 20px;
}
.nav-sub .submenus-2col {
	width: 392px;
}
.nav-sub .submenus-2col li,
.nav-sub .submenus-3col li {
	float: left;
	margin-left: 20px;
	margin-bottom: 20px;
}
.nav-sub .submenus-3col {
	width: 588px;
}
.nav-sub .submenus-with-sub li a span.screen {
	background-color: #73c2bb;
}
.nav-sub .submenus-with-sub li a:hover span.screen {
	background-color: #73c2bb;
}
.nav-sub .submenus-with-sub li {
	margin-bottom: 20px;
}
.nav-sub .submenus-with-sub ul {
	margin: 0;
	list-style: none;
	position: absolute;
	top: 0;
	left: -181px;
}
.nav-sub .submenus-with-sub ul li {
	float: none;
	margin-bottom: 1px;
}
.nav-sub .submenus-with-sub ul li a {
	font-size: 15px;
	line-height: 48px;
	padding: 0;
	padding-left: 15px;
	width: 165px;
	height: 48px;
	overflow: hidden;
}

a.nav-back {
	display: block;
	position: fixed;
	z-index: 90;
	top: 100px;
	left: 40px;
	width: 47px;
	height: 47px;
	text-decoration: none;
	text-indent: -9999em;
	background: url(/img/btn-nav.png) no-repeat;
}
a.nav-back:hover {
	background-position: 0 -48px;
}

.nav-back-sub {
	position: fixed;
	z-index: 9999;
	background: #424247;
	top: 0;
	left: -248px;
	width: 248px;
	height: 100%;
}
.nav-back-sub .wrap {
	padding-bottom: 60px;
	position: relative;
}
.nav-back-sub h2 {
	padding: 35px 0 35px 30px;
	line-height: normal;
	font-size: 30px;
	font-weight: normal;
	margin: 0;
	color: #6b6b6b;
}
.nav-back-sub ul {
	list-style: none;
	margin: 0;
}
.nav-back-sub ul li {
	display: block;
}
.nav-back-sub ul li a {
	display: block;
	text-decoration: none;
	color: #fff;
	font-size: 15px;
	line-height: 20px;
	padding: 16px 0 16px 30px;
	width: 218px;
/*	margin-left: -248px;*/
	text-indent: -248px;
}
.nav-back-sub ul li a.current,
.nav-back-sub ul li a:hover {
	background-color: #e96d63;
}
.nav-back-sub ul ul {
	margin-bottom: 25px;
}
.nav-back-sub ul ul li a {
	font-size: 12px;
	padding: 4px 0 4px 35px;
	width: 213px;
	
	-webkit-transition: .3s background-color;
	-moz-transition: .3s background-color;
	-o-transition: .3s background-color;
	transition: .3s background-color;
}
.nav-back-sub ul ul li a.current,
.nav-back-sub ul ul li a:hover {
	background-color: #3d3d41;
	background-color: #e96d63;
}
.nav-back-sub ul ul.extra li a {
	color: #73c2bb;
	
	-webkit-transition: .3s color;
	-moz-transition: .3s color;
	-o-transition: .3s color;
	transition: .3s color;
}
.nav-back-sub ul ul.extra li a.current,
.nav-back-sub ul ul.extra li a:hover {
	color: #fff !important;
	background-color: #73c2bb !important;
}

#header #nav-extra {
	position: absolute;
	top: 20px;
	right: 236px;
}
#header #nav-extra ul {
	list-style: none;
	margin: 0;
}
#header #nav-extra ul li {
	display: block;
	float: left;
	margin-right: 19px;
}
#header #nav-extra ul li.last {
	margin-right: 0;
}
#header #nav-extra ul li a {
	display: block;
	width: 33px;
	height: 33px;
	overflow: hidden;
	text-indent: -9999em;
	background-repeat: no-repeat;
}
#header #nav-extra ul li a.current,
#header #nav-extra ul li a:hover {
	background-position: 0 -34px;
}
#header #nav-extra ul li.menu-rss a {
	background-image: url(/img/layout/header/nav-extra/btn-rss.gif);
}
#header #nav-extra ul li.menu-list a {
	background-image: url(/img/layout/header/nav-extra/btn-list.gif);
}

#header .search {
	position: absolute;
	top: 20px;
	right: 0;
}
#header .search input[type="text"] {
	width: 160px;
}

#footer {
	border-top: 1px solid #ccc;
	position: relative;
	z-index: 0;
	background-color: #fff;
}
.body-main #footer {
	background-color: #e7eff0;
	border-top-color: #b9bebf;
}
.body-main #footer .wrap {
	border-top: 1px solid #fff;
}
#footer .container .copy {
	background: url(/img/layout/footer/copyright.gif) no-repeat center top;
	text-indent: -9999em;
	overflow: hidden;
	height: 52px;
}
.body-main #footer .container .copy {
	background-image: url(/img/pages/main/copyright.gif);
}

#body {
	padding-bottom: 66px;
	min-height: 500px;
	position: relative;
	z-index: 1;
}

#body .page {
	position: relative;
}

#body .page h1,
.nav-h1 ul li a {
	display: block;
	margin: 0;
	overflow: hidden;
	text-indent: -9999em;
	background-repeat: no-repeat;
	height: 32px;
	margin-bottom: 20px;
}
.nav-h1 {
	height: 32px;
	margin-bottom: 20px;
}
.nav-h1 ul {
	list-style: none;
	margin: 0;
}
.nav-h1 ul li {
	display: block;
	margin-right: 47px;
	float: left;
}
.nav-h1 ul li a.current,
.nav-h1 ul li a:hover {
	background-position: 0 -31px;
}

/* dformSelect */
/* select
 * --------------------------------------------------------------------- */
.dform-select {
	background: #fff;
	color: #212121;
	border: 1px solid;
	border-color: #bababa;
	font-size: 15px;
	line-height: 30px;
	height: 30px;
	padding: 0 8px 0 11px;
	text-align: left;
}
.dform-select select {
	margin: 0;
}

span.dform-disabled {
	color: #ccc;
}

.dform-select.changed {
}

.dform-select-inner {
	background: url(/img/arrow-down.gif) no-repeat center right;
/*	width: auto !important; */
	padding-right: 20px;
	white-space: nowrap;
}

/* bootstrap */

select {
	width: auto;
}

.btn-toolbar {
	margin: 0;
}

.btn-group,
.btn-group:first-child {
	*margin-left: 5px;
}

.btn-toolbar-board {
	position: absolute;
	top: 0;
	right: 0;
}

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	outline: none;
	border-color: #bababa !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	-o-box-shadow: none !important;
	box-shadow: none !important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	padding: 5px 6px;
	margin-bottom: 0;
}

.btn {
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-o-border-radius: 0 !important;
	border-radius: 0 !important;
	background: #e96d63;
	border-color: #e96d63;
	font-size: 14px;
	color: #fff;
	-webkit-text-shadow: none;
	-moz-text-shadow: none;
	-o-text-shadow: none;
	text-shadow: none;
	padding: 5px 29px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}
.btn:hover {
	background: #ff5a4d;
	border-color: #ff5a4d;
	color: #fff;
}

.btn-search {
	display: inline-block;
	width: 32px;
	height: 32px;
	overflow: hidden;
	border: none;
	text-indent: -9999em;
	background: url(/img/btn-search.gif) no-repeat;
	margin-left: -1px;
}
.btn-search:hover {
	background-position: 0 -33px;
}

/* table-board */

.table-board {
	margin-bottom: 30px;
}
.table-board th,
.table-board td {
	padding: 0 32px;
	padding-right: 100px;
	border-top: none;
	border-bottom: 1px solid #bababa;
}
.table-board-dense th,
.table-board-dense td {
	padding-right: 64px;
}
.table-board-dense2 th,
.table-board-dense2 td {
	padding: 0 24px;
}
.table-board .center {
	text-align: center;
}
.table-board thead th {
	background: #5c616a;
	color: #fff;
	line-height: 32px;
	border-bottom: none;
	white-space: nowrap;
}
.table-board tbody td {
	line-height: 47px;
	color: #5c616a;
	font-size: 12px;
}
.table-board tbody td img {
	display: block;
	width: 63px;
	height: 38px;
	margin-top: 4px;
	max-width: none;
}
.table-board tbody td a {
	display: block;
	text-decoration: none;
	color: #5c616a;
}
.table-board tbody td a:hover {
	color: #e96d63;
}
.table-board tbody tr:hover td,
.table-board tbody tr:hover a {
	color: #e96d63;
	background-color: #fbfbfb;
}
.table-board tbody td.link {
	padding: 0;
}
.table-board tbody td.link a {
	padding: 0 32px;
	padding-right: 100px;
}
.table-board-dense2 tbody td.link a {
	padding: 0 24px;
}
.table-board-dense tbody td.link a {
	padding-right: 64px;
}

.table-board-library {
	margin-top: 35px;
}
.table-board-library th,
.table-board-library td,
.table-board-library tbody td.link a {
	padding-right: 32px;
}
.table-board-library td,
.table-board-library tbody td.link a {
	padding-top: 15px;
	padding-bottom: 15px;
}
.table-board-library tbody td {
	line-height: 20px;
}
.table-board-library tbody td img {
	width: 93px;
	height: 62px;
	margin: 0;
}
.table-board-library tbody td.link a .title {
	display: block;
	font-size: 15px;
	font-weight: bold;
	color: #6b6b6b;
	line-height: 22px;
}
.table-board-library tbody td.link a:hover .title {
	color: #e96d63;
}
.table-board-library tbody td.link a .desc {
	color: #bababa;
}
.table-board-library tbody td.download a {
	display: block;
	float: left;
	width: 20px;
	height: 20px;
	overflow: hidden;
	text-indent: -9999px;
	margin-right: 11px;
	background-repeat: no-repeat;
}
.table-board-library tbody td.download a.dl-2d {
	background-image: url(/img/pages/design/nhanok/library/icon-2d.png);
}
.table-board-library tbody td.download a.dl-3d {
	background-image: url(/img/pages/design/nhanok/library/icon-3d.png);
}
.table-board-library tbody td.download a.dl-bim {
	background-image: url(/img/pages/design/nhanok/library/icon-bim.png);
}

.table-info {
	margin-bottom: 45px;
	border-top: 2px solid #5c6069;
	border-bottom: 1px solid #5d616c;
}
.table-info th,
.table-info td {
	padding: 7px 20px;
	line-height: 20px;
	border: 1px solid #d7d7d7;
}
.table-info tr.last th,
.table-info tr.last td {
	border-bottom: none;
}
.table-info th.ffirst,
.table-info td.ffirst {
	border-left: none;
}
.table-info th.llast,
.table-info td.llast {
	border-right: none;
}
.table-info th.center,
.table-info td.center {
	text-align: center;
}
.table-info th {
	background: #ecedf1;
	color: #5b626a;
	width: 130px;
	padding-right: 0;
}
.table-info td.table-in-table-full th {
	padding-right: 20px;
}
.table-info td.table-in-table-full tr.first th.first.last {
	background: #9da2aa;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
}
.table-info th.sub {
	background: #f6f6f6;
	color: #555;
	width: 128px;
	font-weight: normal;
}
.table-info td {
	color: #999;
}
.table-info a {
	color: #73c2bb;
	text-decoration: none;
}
.table-info a:hover {
	color: #e96d63;
}
.table-info a.download {
	color: #e96d63;
	font-weight: bold;
}
.table-info a.download:hover {
	color: #73c2bb;
}

.table-survey {
	border-top: 2px solid #5c616a;
	border-bottom: 1px solid #ddd;
	margin-top: 30px;
	margin-bottom: 30px;
}
.table-survey .progress {
	margin-bottom: 0;
}

.center {
	text-align: center;
}

.table-div {
	width: 100%;
	border-collapse: collapse;
}
.table-div th {
	text-align: left;
	white-space: nowrap;
}
.table-div th.center {
	text-align: center;
}
.table-div th,
.table-div td {
	padding: 8px 10px;
	line-height: 20px;
	border: 1px solid #ebebeb;
}
.table-div thead th,
.table-div tbody th.thead {
	background-color: #545a64;
	border: 1px solid #454545;
	color: #fff;
}
.table-div tbody td {
	color: #585858;
	padding: 8px 10px;
	vertical-align: top;
}
.table-div tbody th {
	color: #545a64;
}
.table-div tbody th.th {
	background-color: #f0f0f0;
}
.table-div ul {
	margin-bottom: 0;
}

.table-box {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #ccc;
}
.table-box th {
	background-color: #f0f0f0;
}

table.table-in-table {
	margin: 0;
	margin-top: -1px;
	margin-bottom: -1px;
}
table.table-in-table td,
table.table-in-table th {
	border-left: none;
	border-right: none;
	white-space: nowrap;
	vertical-align: top;
}
table.wordbreakkeepall td {
	white-space: normal;
}
td.table-in-table-full table.table-in-table td,
td.table-in-table-full table.table-in-table th {
	border-left: 1px solid #bababa;
	border-right: 1px solid #bababa;
	font-size: 11px;
	padding-left: 10px;
	padding-right: 10px;
}
td.table-in-table-full table.table-in-table td.last,
td.table-in-table-full table.table-in-table th.last {
	border-right: none;
}
table.table-in-table thead th {
	background: #ebedf0;
	color: #555;
	font-weight: normal;
	letter-spacing: -2px;
}
td.table-in-table-full table.table-in-table thead th {
	letter-spacing: normal;
}
table.table-in-table tbody th {
	background: #fff;
	color: #555;
	font-weight: normal;
}
th.table-in-table,
td.table-in-table {
	padding: 0;
}

table.table-system th {
	text-align: center;
	white-space: nowrap;
	background-color: #ebedf0;
	color: #555;
}
table.table-system thead th {
	background-color: #9da2aa;
	color: #fff;
}
table.table-system th,
table.table-system td {
	vertical-align: middle;
}
table.table-system td {
	color: #555;
	text-align: center;
}
table.table-system td.light {
	color: #73c2bb;
}

table.table-image th,
table.table-image td {
	border: 1px solid #d9d9d9;
	padding: 0;
}
table.table-image th {
	background: #5c616a;
	border-color: #5c616a;
	color: #fff;
	text-align: center;
	font-size: 17px;
	font-weight: bold;
	line-height: 46px;
}
table.table-image th a {
	text-decoration: none;
	color: #eee;
}
table.table-image th a:hover {
	color: #fff;
}

.caption {
	text-align: center;
}

.pagination {
	text-align: center;
}
.pagination a.prev,
.pagination a.next {
}
.pagination ul>li>a, .pagination ul>li>span {
	padding: 5px 11px;
	border-color: #bababa;
	border-left-width: 1px;
	color: #5c616a;
	margin: 0 3px;
}
.pagination ul>li:first-child>a, .pagination ul>li:first-child>span {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}
.pagination ul>li:last-child>a, .pagination ul>li:last-child>span {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}
.pagination ul>.active>a, .pagination ul>.active>span {
	background-color: #e96d63 !important;
	border-color: #e96d63 !important;
	color: #fff !important;
	padding-left: 12px;
}

.board-view {
	border-top: 3px solid #5c616a;
	padding-top: 17px;
	color: #555;
	position: relative;
}
.board-view-no-border {
	border-top: none;
}
.board-view .board-content-wide {
	position: relative;
	margin-bottom: 38px;
}
.board-view .board-content {
	width: 672px;
	position: relative;
	z-index: 1;
}
.board-view .board-content-ztop {
	z-index: 10;
}
.board-view .board-content-medium {
	width: 496px;
}
.board-view .board-content-narrow {
	width: 320px;
	margin-bottom: 50px;
	position: relative;
	z-index: 2;
}
.board-view .board-content-narrow .image-group {
	margin-bottom: 20px;
}
.board-view .board-content-narrow .image,
.board-view .board-content-narrow .image img {
	display: block;
	width: 198px;
	height: 132px;
	overflow: hidden;
}
.board-view .board-content-narrow .image {
	background: #e2e2e2;
}
.board-view .board-content-fix-top {
	margin-top: -43px;
}

.board-view .board-content .images-col4 {
	padding-top: 30px;
}
.board-view .board-content .images-col4 ul {
	list-style: none;
	margin: 0;
	margin-left: -32px;
}
.board-view .board-content .images-col4 ul li {
	display: block;
	margin-left: 32px;
	width: 144px;
	float: left;
}
.board-view .board-content .images-col4 ul li img {
	display: block;
	border: 1px solid #e0dfde;
	width: 142px;
	height: 94px;
}


.board-view .board-content .images-col2 ul {
	list-style: none;
	margin: 0;
	margin-left: -32px;
}
.board-view .board-content .images-col2 ul li {
	display: block;
	margin-left: 32px;
	width: 320px;
	float: left;
}
.board-view .board-content .images-col2 ul li img {
	display: block;
	border: 1px solid #e0dfde;
	width: 318px;
	height: 292px;
}

.page h2 {
	font-size: 19px;
	line-height: 33px;
	margin: 0;
	margin-bottom: 5px;
	color: #474747;
}
.page h2.no-body {
	margin-bottom: 17px;
}
.page h2.bright {
	color: #73c2bb;
}
.page h2 small {
	font-size: 15px;
	color: #bababa;
	margin-left: 20px;
	font-weight: bold;
}
.page h2 .desc {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	color: #bababa;
	font-size: 12px;
	font-weight: normal;
}
.board-view .body {
	line-height: 25px;
	margin-bottom: 29px;
}
.page h3 {
	font-size: 19px;
	line-height: 28px;
	margin: 0;
	margin-bottom: 15px;
	color: #73c2bb;
}
.page h3 small {
	font-size: 15px;
	color: #bababa;
	margin-left: 10px;
	font-weight: bold;
}
.page h4 {
	font-size: 15px;
	line-height: 20px;
	margin: 0;
	margin-bottom: 10px;
	color: #555;
}
.page .p h4 {
	margin-bottom: 5px;
}
.board-view .board-more .board-more-button {
	text-align: center;
	margin-top: 54px;
	margin-bottom: 20px;
	width: 672px;
}
.board-view .board-more .board-more-button a {
	display: inline-block;
	text-align: left;
	font-size: 20px;
	color: #73c2bb;
	font-weight: bold;
	padding-left: 63px;
	line-height: 23px;
	height: 47px;
	overflow: hidden;
	padding-top: 1px;
	background: url(/img/btn-more-circle2.gif) no-repeat;
	text-decoration: none;
}
.board-view .board-more .board-more-button a:hover {
	color: #4ce9da;
	background-position: 0 -48px;
}
.board-view .board-more-wrap {
	padding-top: 54px;
}

.board-view .section {
	margin-bottom: 30px;
}

.board-view p.info {
	color: #999;
	margin-bottom: 30px;
}
.board-view p.attachment {
	margin-top: 30px;
}

.search-options {
	background: #424247;
	padding-top: 3px;
	position: relative;
	margin-bottom: 8px;
}
.search-options .container {
	position: relative;
}
.search-options .submit-area {
	position: absolute;
	top: 0;
	right: 0;
}
.search-options .submit-area .btn {
	display: block;
	float: left;
	margin: 0;
	margin-left: 10px;
	width: 140px;
	padding: 0;
	color: #fff;
	border: 1px solid transparent;
	font-size: 15px;
	line-height: 30px;
}
.btn-dark {
	background-color: #555;
	border-color: #555 !important;
}
.btn-dark:hover {
	background-color: #666;
	border-color: #666 !important;
}
.search-options .submit-area .btn-dark:hover {
	background-color: #e96d63;
	background-color: #666;
	border-color: #666 !important;
}
.search-options .search-mode-tab {
	margin-bottom: 10px;
	height: 32px;
}
.search-options .search-mode-tab ul {
	list-style: none;
	margin: 0;
}
.search-options .search-mode-tab ul li {
	display: block;
	margin-right: -1px;
	float: left;
}
.search-options .search-mode-tab ul li a {
	position: relative;
	z-index: 1;
	display: block;
	width: 135px;
	text-align: center;
	line-height: 30px;
	border: 1px solid #fff;
	background-color: #fff;
	font-size: 15px;
	color: #8f8f8f;
	text-decoration: none;
	
	-webkit-transition: .3s all;
	-moz-transition: .3s all;
	-o-transition: .3s all;
	transition: .3s all;
}
.search-options .search-mode-tab ul li a:hover {
	color: #73c2bb;
}
.search-options .search-mode-tab ul li a.current {
	z-index: 2;
	color: #fff;
	background-color: #73c2bb;
	border-color: #73c2bb;
}
.search-options .basic-search {
	display: none;
	position: absolute;
	z-index: 20;
	top: 0;
	left: -1px;
}
.search-options .basic-search .boxes {
	width: 862px;
}
.search-options .basic-search .boxes .boxes-wrap {
	width: 870px;
}
.search-options .basic-search .boxes .boxes-wrap ul {
	list-style: none;
	margin: 0;
}
.search-options .basic-search .boxes .boxes-wrap ul li {
	display: block;
	float: left;
	margin-right: 7px;
	width: 136px;
	background: #fff;
	padding-bottom: 15px;
	position: relative;
	border: 1px solid #424247;
}
.search-options .basic-search .boxes .boxes-wrap ul li h4 {
	margin: 0;
	background: #bababa;
	line-height: 47px;
	height: 47px;
	overflow: hidden;
	color: #fff;
	font-weight: bold;
	font-size: 15px;
	padding-left: 14px;
}
.search-options .basic-search .boxes .boxes-wrap ul li .box {
	padding-top: 15px;
	padding-left: 14px;
	height: 135px;
	overflow: hidden;
}
.search-options .basic-search .boxes .boxes-wrap ul li .box .box-wrap {
}
.search-options .basic-search .boxes .boxes-wrap ul li .box .radio,
.search-options .basic-search .boxes .boxes-wrap ul li .box .checkbox {
	display: block;
	margin: 0;
	color: #8f8f8f;
	font-size: 13px;
	height: 27px;
	line-height: 27px;
}
.search-options .basic-search .boxes .boxes-wrap ul li .box input[type="radio"],
.search-options .basic-search .boxes .boxes-wrap ul li .box input[type="checkbox"] {
	margin-top: 6px;
}
.search-options .basic-search .boxes .boxes-wrap ul li .box .radio:hover,
.search-options .basic-search .boxes .boxes-wrap ul li .box .checkbox:hover {
	color: #73c2bb;
}
.search-options .basic-search .boxes .boxes-wrap ul li a.more {
	display: block;
	position: absolute;
	z-index: 50;
	bottom: -14px;
	left: 50%;
	width: 28px;
	height: 29px;
	margin-left: -14px;
	overflow: hidden;
	text-indent: -9999em;
	background: url(/img/btn-more-circle.png) no-repeat;
}
.search-options .folder-wrap {
	position: absolute;
	z-index: 10;
	left: 0;
	bottom: 0;
	width: 100%;
}
.search-options .folder-wrap .container {
	position: relative;
}
.search-options .folder-wrap a.folder {
	display: block;
	width: 32px;
	height: 26px;
	line-height: 26px;
	padding-bottom: 3px;
	text-align: center;
	color: #fff;
	background: #424247;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	font-weight: normal;
	font-size: 20px;
}
.search-options .folder-wrap a.folder:hover {
	color: #e96d63;
}
.search-options-wrap {
	padding-top: 17px;
	padding-bottom: 20px;
	padding-bottom: 34px;
	color: #fff;
}
.search-desc {
	font-weight: bold;
	margin-bottom: 40px;
}

.search-options .table-search {
	width: 100%;
	border-collapse: collapse;
}
.search-options .table-search th {
	background-color: #efefef;
	text-align: left;
	font-size: 15px;
	color: #8f8f8f;
	vertical-align: top;
	line-height: 20px;
	padding: 15px 0 15px 20px;
	width: 116px;
	white-space: nowrap;
	border-bottom: 1px solid #efefef;
}
.search-options .table-search th span.more {
	font-weight: normal;
	line-height: 20px;
}
.search-options .table-search td {
	border-bottom: 1px solid #d8d8d8;
	background-color: #fff;
	padding: 9px 0 9px 26px;
	line-height: 32px;
}
.search-options .table-search td td {
	padding: 0;
}
.search-options .table-search tr.last th,
.search-options .table-search tr.last td {
	border-bottom: none;
}
.search-options .input-outer {
	height: 32px;
	height: auto !important;
	overflow: hidden;
}
.search-options .slider .input-outer {
	overflow: visible;
	padding-right: 26px;
}
.search-options .slider .input-outer .jslider {
	top: 1.6em;
}
.search-options .input-inner {
	min-height: 32px;
	padding: 0 8px;
}
.search-options .input-inner .radio,
.search-options .input-inner .checkbox {
	padding-top: 6px;
	padding-bottom: 6px;
	float: left;
	width: 136px;
	margin-right: 10px;
	margin-bottom: 0;
	overflow: hidden;
	color: #8f8f8f;
	font-size: 13px;
}
.search-options .input-inner .radio:hover,
.search-options .input-inner .checkbox:hover {
	color: #73c2bb;
}
.search-options a.modal-more {
	display: block;
	padding-left: 38px;
	background: url(/img/btn-more-circle.png) no-repeat center left;
	color: #8f8f8f;
	font-size: 13px;
	text-decoration: none;
}
.search-options a.modal-more:hover {
	color: #e96d63;
}
.search-options a.modal-installed {
	float: right;
	padding-left: 0;
	padding-right: 26px;
	background: none;
	color: #e96d63;
}
.search-options a.modal-installed:hover {
	text-decoration: underline;
}
.search-options .selected {
	float: left;
	color: #8f8f8f;
}

.board-gallery {
	padding-bottom: 65px;
	border-bottom: 1px solid #bababa;
	position: relative;
}
.board-gallery .header,
.board-list .header {
	line-height: 59px;
	font-size: 19px;
	color: #8f8f8f;
	border-bottom: 1px solid #bababa;
	margin-bottom: 20px;
}
.board-gallery .header strong,
.board-list .header strong {
	color: #73c2bb;
}
.board-gallery .header-period,
.board-list .header-period {
	position: absolute;
	right: 0;
	top: 21px;
	line-height: 38px;
	color: #8f8f8f;
}
.board-gallery ul {
	list-style: none;
	margin: 0;
	margin-left: -23px;
}
.board-gallery ul li {
	display: block;
	float: left;
	margin-left: 24px;
	margin-bottom: 33px;
	height: 192px;
}
.board-gallery ul li a {
	display: block;
	text-decoration: none;
	width: 185px;
	overflow: hidden;
}
.board-gallery ul li a .image,
.board-gallery ul li a .image img {
	display: block;
	width: 185px;
	height: 124px;
}
.board-gallery ul li a .image {
	margin-bottom: 11px;
}
.board-gallery ul li a .info .features {
	display: block;
	line-height: 16px;
	height: 16px;
	overflow: hidden;
	color: #777;
	font-size: 12px;
}
.board-gallery ul li a .info .title {
	display: block;
	font-weight: bold;
	font-size: 15px;
	color: #333;
	height: 20px;
	overflow: hidden;
}
.board-gallery ul li a .info .desc {
	display: block;
	color: #424247;
	line-height: 16px;
	height: 16px;
	overflow: hidden;
	font-size: 12px;
}
.board-gallery ul li a:hover .info .features,
.board-gallery ul li a:hover .info .title {
	color: #e96d63;
}

.board-gallery-process {
	margin-top: 35px;
}
.board-gallery-process ul li {
	height: auto;
}
.board-gallery-process ul li a.disabled {
	cursor: default;
	opacity: .5;
	filter: alpha(opacity=50);
}
.board-gallery-process ul li a.disabled .title {
	color: #333 !important;
}

.board-gallery-product ul {
	margin-left: -32px;
}
.board-gallery-product ul li {
	height: auto;
	margin-left: 32px;
	margin-bottom: 40px;
}
.board-gallery-product ul li a {
	width: 320px;
}
.board-gallery-product ul li a .image {
	width: 318px;
	height: 207px;
	overflow: hidden;
	background-color: #f0f0f0;
	text-align: center;
}
.board-gallery-product ul li a .image img {
	display: inline-block;
	width: auto;
	height: 100%;
	max-width: none;
}
.board-gallery-product ul li a .image {
	border: 1px solid #e0dfde;
	margin-bottom: 3px;
}
.board-gallery-product ul li a:hover .image {
	border-color: #e96d63;
}
.board-gallery-product ul li a .info {
	display: block;
}
.board-gallery-product ul li a .info .small {
	display: block;
	line-height: 18px;
	font-size: 12px;
	font-weight: bold;
	color: #bababa;
}
.board-gallery-product ul li a .info .title {
	display: block;
	line-height: 18px;
	font-size: 15px;
	font-weight: bold;
	color: #212121;
	margin-bottom: 15px;
}
.board-gallery-product ul li a .info .makers {
	display: block;
	height: 130px;
	overflow: hidden;
	margin-left: -10px;
}
.board-gallery-product ul li a .info .makers .maker {
	display: block;
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
	width: 90px;
	height: 50px;
	line-height: 50px;
	padding: 5px;
	background-color: #e2e2e2;
}
.board-gallery-product ul li a .info .makers .maker img {
	display: inline;
	max-width: 90px;
	max-height: 50px;
}

.dmodal-wrap a.dmodal-close {
	display: none;
}
.dmodal-wrap .dmodal-close-show a.dmodal-close {
	display: block;
	width: 32px;
	height: 32px;
	background-image: url(/img/btn-close.gif);
	top: 16px;
	right: 30px;
}
.dmodal-container .container {
	margin-top: 15%;
	margin-bottom: 15%;
}
.modal-content,
.search-mode {
	background: #fff;
	color: #8f8f8f;
	position: relative;
}
.modal-content h5 {
	margin: 0;
	background: #bababa;
	color: #fff;
	line-height: 65px;
	padding: 0 50px;
	font-size: 19px;
	position: relative;
}
.modal-content h5 small {
	color: #5c616a;
	font-size: 15px;
	position: absolute;
	left: 204px;
	line-height: 65px;
	top: 0;
	display: block;
}
.modal-content .tabs {
	width: 168px;
	height: 100%;
	float: left;
	background: #fff;
}
.modal-content .tabs a {
	display: block;
	line-height: 21px;
	padding: 10px 5px 10px 50px;
	font-size: 15px;
	background: #fff;
	color: #8f8f8f;
	text-decoration: none;
	font-weight: bold;
}
.modal-content .tabs a:hover {
	color: #555;
}
.modal-content .tabs a.current {
	background: #efefef;
}
.modal-content .tab-contents {
	width: 786px;
	height: 100%;
	min-height: 300px;
	float: right;
	background: #efefef;
	padding-top: 11px;
	padding-left: 38px;
	padding-right: 32px;
	padding-bottom: 72px;
	position: relative;
}
.modal-content .tab-contents .actions {
	position: absolute;
	bottom: 22px;
	right: 32px;
}
.modal-content .checkboxes .select-buttons {
	position: absolute;
	bottom: 22px;
	left: 38px;
	line-height: normal;
}
.modal-content .checkboxes .select-buttons a {
	margin-right: 18px;
	color: #8f8f8f;
	text-decoration: none;
}
.modal-content .checkboxes .select-buttons a:hover {
	color: #e96d63;
}
.modal-content .checkboxes .radio,
.modal-content .checkboxes .checkbox {
	display: block;
	margin: 0;
	color: #8f8f8f;
	font-size: 13px;
	height: 27px;
	line-height: 27px;
	width: 136px;
	overflow: hidden;
	float: left;
}
.modal-content .checkboxes input[type="radio"],
.modal-content .checkboxes input[type="checkbox"] {
	margin-top: 6px;
}
.modal-content .checkboxes .radio:hover,
.modal-content .checkboxes .checkbox:hover {
	color: #73c2bb;
}
.modal-content .btn-cancel {
	background-color: #424247;
	border-color: #424247;
}
.modal-content .btn-cancel:hover {
	background-color: #555;
	border-color: #555;
}

.search-mode .modal-content .tabs {
	width: 136px;
}
.search-mode .modal-content .tabs a {
	padding: 15px 0 15px 20px;
	line-height: 20px;
}
.search-mode .modal-content .tab-contents {
	width: 888px;
	padding: 0;
}
.tab-contents .tab-content {
	overflow: visible;
}

.image-tab {
	margin-bottom: 45px;
}
.image-tab .screen {
	width: 672px;
	height: 448px;
	overflow: hidden;
	margin-bottom: 20px;
	background-color: #f0f0f0;
	position: relative;
}
.image-tab .screen img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
}
.image-tab .tabs {
	height: 27px;
	overflow: hidden;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}
.image-tab .tabs ul {
	list-style: none;
	margin: 0;
}
.image-tab .tabs ul li {
	display: block;
	float: left;
	margin-right: -1px;
}
.image-tab .tabs ul li a {
	display: block;
	border: 1px solid #ccc;
	border-bottom: none;
	background: #f0f0f0;
	color: #999;
	text-decoration: none;
	width: 88px;
	height: 26px;
	overflow: hidden;
	text-align: center;
	line-height: 26px;
	font-size: 13px;
	font-weight: bold;
}
.image-tab .tabs ul li a:hover {
	color: #555;
}
.image-tab .tabs ul li a.current {
	background-color: #fff;
}
.image-tab .image-thumb {
	display: none;
}
.image-tab .image-thumb ul {
	list-style: none;
	margin: 0;
	margin-left: -5px;
}
.image-tab .image-thumb ul li {
	display: block;
	margin-left: 5px;
	margin-bottom: 6px;
	float: left;
}
.image-tab .image-thumb ul li a {
	display: block;
	width: 93px;
	height: 62px;
	overflow: hidden;
	background: #f0f0f0;
	position: relative;
}
.image-tab .image-thumb ul li a img {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 100%;
	max-height: 100%;
	opacity: .5;
	filter: alpha(opacity=50);
}
.image-tab .image-thumb ul li a.current img,
.image-tab .image-thumb ul li a:hover img {
	opacity: 1;
	filter: alpha(opacity=100);
}

.image-tab-single .tabs {
	display: none;
}
.image-tab-single .screen {
	margin-bottom: 5px;
}

.image-tab-border .border {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	border: 1px solid #e0dfde;
}

.image-tab-caption .screen .caption {
	background: #6c7079;
	line-height: 50px;
	height: 50px;
	color: #e96d63;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 5;
	font-size: 17px;
	font-weight: bold;
}

.image-tab-han .tabs,
.image-tab-han .image-thumb {
	width: 784px;
}
.image-tab-han .screen {
	width: 1024px;
	height: 497px;
	background-color: transparent;
}

.image-tab-han-bottom {
	clear: both;
	padding-top: 10px;
}
.image-tab-han-bottom ul {
	list-style: none;
	margin: 0;
	margin-left: -5px;
}
.image-tab-han-bottom ul li {
	display: block;
	float: left;
	margin-left: 5px;
	height: 23px;
	border-top: 8px solid #d6d6d6;
	line-height: 23px;
	text-align: center;
	overflow: hidden;
}
.image-tab-han-bottom ul li.g1 {
	width: 93px;
}
.image-tab-han-bottom ul li.g2 {
	width: 191px;
}
.image-tab-han-bottom ul li.g3 {
	width: 289px;
}
.image-tab-han-bottom ul li.g4 {
	width: 387px;
}
.image-tab-han-bottom ul li.g5 {
	width: 485px;
}
.image-tab-han-bottom ul li.c1 {
	border-color: #d6d6d6;
}
.image-tab-han-bottom ul li.c2 {
	border-color: #ababab;
}
.image-tab-han-bottom ul li.c3 {
	border-color: #7a7a7a;
}
.image-tab-han-bottom ul li.c4 {
	border-color: #444444;
}

a.btn-goto-top {
	display: block;
	position: fixed;
	bottom: 10%;
	left: 50%;
	margin-left: 520px;
	margin-left: 540px;
	color: #73c2bb;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
a.btn-goto-top:hover {
	color: #4ce9da;
}
a.btn-goto-top i {
	display: inline-block;
	width: 42px;
	height: 42px;
	overflow: hidden;
	background: url(/img/btn-goto-top.png) no-repeat;
}
a.btn-goto-top:hover i {
	background-position: 0 -43px;
}

.folders {
	background: #fff;
	position: relative;
	z-index: 10;
}
.folders .folder {
	border-bottom: 1px solid #8f8f8f;
}
.folders .folder-last {
	border-bottom: none;
}
.folders .folder .bar {
	position: relative;
	line-height: 38px;
	height: 38px;
	overflow: hidden;
}
.folders .folder .bar a.trigger {
	display: block;
	padding-left: 21px;
	background: url(/img/icon-arrow-right.gif) no-repeat center left;
	color: #555;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}
.folders .folder .bar a.opened {
	background-image: url(/img/icon-arrow-down.gif);
}
.folders .folder .bar a.trigger:hover {
	color: #e96d63;
}
.folders .folder .bar a.trigger .desc {
	color: #bababa;
}
.folders .folder .bar a.trigger .desc-right {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	color: #555;
}
.folders .folder .bar a.select-all {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	text-decoration: none;
	color: #e96d63;
	font-weight: bold;
}
.folders .folder .bar a.select-all:hover {
	color: #555;
}
.folders .folder .items {
	display: none;
}
.folders button {
	margin-top: 16px;
}
.folders .folder .fit-image {
	display: block;
	width: 84px;
	height: 56px;
	background: #f0f0f0;
	position: relative;
	overflow: hidden;
	float: left;
	margin-right: 17px;
	border: 1px solid #e0dfde;
}
.folders .folder .fit-image img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
}
.folders .folder .items {
	margin-top: -5px;
	padding-bottom: 5px;
}
.folders .folder label {
	display: block;
	margin: 0;
	height: 56px;
	padding: 5px;
	position: relative;
	z-index: 99;
}
.folders .folder label input {
	float: left;
	margin: 0;
	margin-right: 10px;
}
.folders .folder label .info {
	display: block;
	float: left;
	padding: 8px 0;
	width: 178px;
	font-size: 12px;
}
.folders .folder label .fname,
.folders .folder label .summary {
	display: block;
	height: 20px;
	overflow: hidden;
}
.folders .folder label .pop {
	position: absolute;
	right: 330px;
	top: 0;
	background: #333;
	width: 300px;
	padding: 20px;
}
.folders .folder label .pop img {
	display: block;
	margin-bottom: 10px;
}
.folders .folder label .pop .caption {
	color: #ccc;
	margin-bottom: -5px;
	font-size: 12px;
}
.folders .folder label .pop .tail {
	content: '';
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	position: absolute;
	right: -8px;
	top: 50%;
	margin-top: -3px;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 8px solid #333;
}

.process-category {
	width: 1024px;
	overflow: hidden;
}
.process-category ul {
	list-style: none;
	margin: 0;
	width: 1050px;
}
.process-category ul li {
	display: block;
	float: left;
	margin-right: 25px;
}
.process-category ul li a {
	display: block;
	width: 185px;
	position: relative;
	text-decoration: none;
}
.process-category ul li a span {
	display: block;
}
.process-category ul li a .image {
	width: 185px;
	height: 165px;
	overflow: hidden;
	margin-bottom: 16px;
}
.process-category ul li a .image img {
	display: block;
	width: 185px;
	height: 165px;
}
.process-category ul li a .title {
	position: absolute;
	z-index: 10;
	top: 20px;
	left: 13px;
	color: #424247;
	font-size: 19px;
	font-weight: bold;
}
.process-category ul li a .desc {
	line-height: 22px;
	color: #fff;
}
.process-category ul li a.current .desc,
.process-category ul li a:hover .desc {
	color: #73c2bb;
}
.process-category ul li a .screen {
	display: none;
	position: absolute;
	z-index: 5;
	width: 185px;
	height: 165px;
	top: 0;
	left: 0;
	background: #73c2bb;
	opacity: .5;
	filter: alpha(opacity=50);
}
.process-category ul li a.current .screen,
.process-category ul li a:hover .screen {
	display: block;
}

.selects-horizon label {
	display: block;
	float: left;
	padding-right: 15px;
	margin-right: 15px;
	border-right: 1px solid #525256;
	width: 320px;
}
.selects-horizon label.last {
	margin-right: 0;
	padding-right: 0;
	border-right: none;
}
.selects-horizon label .dform-select-inner {
	width: 279px !important;
}
.selects-horizon label span.title {
	display: block;
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 15px;
	color: #bababa;
}

.filter-steps {
	position: relative;
}
.filter-steps .title {
	float: left;
	margin-top: -2px;
	width: 144px;
	color: #c6c6c6;
	font-size: 12px;
	line-height: 18px;
}
.filter-steps .title h2 {
	margin: 0;
	font-size: 19px;
	margin-bottom: 10px;
	color: #fff;
	line-height: normal;
}
.filter-steps .title span {
	display: inline-block;
}
.filter-steps ul {
	float: right;
	width: 880px;
	margin: 0;
	margin-top: -10px;
	margin-bottom: 15px;
}
.filter-steps ul li {
	display: block;
	float: left;
	margin-left: 32px;
}
.filter-steps ul li a {
	display: block;
	width: 144px;
	padding-top: 137px;
	line-height: 13px;
	color: #bababa;
	font-size: 12px;
	text-decoration: none;
	position: relative;
	height: 26px;
}
.filter-steps ul li a .image {
	display: block;
	width: 144px;
	height: 123px;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	
	opacity: .5;
	filter: alpha(opacity=50);
	
	-webkit-transition: .3s all;
	-moz-transition: .3s all;
	-o-transition: .3s all;
	transition: .3s all;
}
.filter-steps .filter-current .image,
.filter-steps ul li a:hover .image {
	opacity: 1;
	filter: alpha(opacity=100);
}
.filter-steps ul li a .image img {
	display: block;
	width: 144px;
	height: 123px;
}
.filter-steps ul li a .screen {
	display: block;
	width: 144px;
	height: 123px;
	background: #73c2bb;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	
	opacity: 0;
	filter: alpha(opacity=0);
	
	-webkit-transition: .3s all;
	-moz-transition: .3s all;
	-o-transition: .3s all;
	transition: .3s all;
}
.filter-steps .filter-current .screen,
.filter-steps ul li a:hover .screen {
	opacity: .4;
	filter: alpha(opacity=40);
}
.filter-steps .filter-current,
.filter-steps ul li a.current,
.filter-steps ul li a:hover {
	color: #73c2bb !important;
}
.filter-steps .tip {
	clear: both;
	color: #73c2bb;
	font-weight: bold;
	font-size: 12px;
	margin-left: 176px;
	margin-bottom: -14px;
}

.filter-current {
	background-color: #73c2bb;
	color: #fff;
}

.filter-steps .filter-current {
	background-color: transparent !important;
}

.tooltips {
	display: block;
	position: absolute;
	z-index: 5;
	right: -9px;
	top: -9px;
	width: 18px;
	height: 18px;
}
.tooltips .content {
	display: block;
	position: absolute;
	top: 0;
	left: 30px;
	border: 3px solid #73c2bb;
	font-size: 11px;
	color: #8f8f8f;
	padding: 11px 15px;
	background-color: #fff;
	width: 290px;
}
.tooltips-left .content {
	left: auto;
	right: 30px;
}
.tooltips a.trigger {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 18px;
	height: 18px;
	overflow: hidden;
	text-indent: -9999px;
	background: url(/img/btn-q.png) no-repeat;
	background-color: transparent !important;
	padding: 0;
	line-height: normal;
	border: none;
}
.tooltips a.trigger:hover {
	background-position: 0 -19px;
}
.with-tooltip {
	padding-right: 12px;
}

.download-buttons {
	margin-bottom: 25px;
}
.download-buttons a {
	display: block;
	width: 320px;
	height: 61px;
	overflow: hidden;
	text-indent: -9999em;
	margin-bottom: 10px;
	background-repeat: no-repeat;
}
.download-buttons a:hover {
	background-position: 0 -62px;
}
.body-design-nhanok-download .download-buttons a.download {
	background-image: url(/img/pages/design/nhanok/download/btn-download.gif);
}
.body-design-bim-about .download-buttons a.guide {
	background-image: url(/img/pages/design/bim/about/btn-guide.gif);
}
.body-design-bim-about .download-buttons a.template {
	background-image: url(/img/pages/design/bim/about/btn-template.gif);
}
.body-design-bim-about .download-buttons a.manual {
	background-image: url(/img/pages/design/bim/about/btn-manual.gif);
}
.body-design-browser .download-buttons a.download {
	background-image: url(/img/pages/design/browser/btn-download.gif);
}
.body-design-system .download-buttons a.x64 {
	background-image: url(/img/pages/design/system/btn-download-x64.gif);
}
.body-design-system .download-buttons a.x86 {
	background-image: url(/img/pages/design/system/btn-download-x86.gif);
}

.download-list a {
	display: block;
	height: 31px;
	overflow: hidden;
	line-height: 31px;
	border-bottom: 1px solid #e2e2e2;
	color: #8f8f8f;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: right top;
}
.download-list a:hover {
	color: #e96d63;
	background-position: right -32px;
}
.download-list a.i-xls {
	background-image: url(/img/i-xls.gif);
}
.download-list a.i-pdf {
	background-image: url(/img/i-pdf.gif);
}

.tabs ul.trigger {
	list-style: none;
	margin: 0;
	position: relative;
	z-index: 10;
}
.tabs ul.trigger li {
	display: block;
	float: left;
	margin-right: -1px;
	margin-bottom: -1px;
}
.tabs ul.trigger li a {
	display: block;
	width: 340px;
	background-color: #efefef;
	color: #8f8f8f;
	line-height: 18px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	border: 1px solid #d9d9d9;
	text-decoration: none;
	padding: 14px 0;
	position: relative;
	z-index: 0;
}
.tabs ul.trigger li a:hover {
	color: #e96d63;
}
.tabs ul.trigger li a.current {
	color: #fff;
	background-color: #5c616a;
	border-color: #5c616a;
	position: relative;
	z-index: 10;
}
.tabs .targets {
	position: relative;
	z-index: 0;
}

.box {
	padding: 20px;
	background-color: #f3f3f3;
}
.box ul {
	margin-bottom: 0;
}

.table-clean {
	margin-bottom: 0;
}
.table-clean th,
.table-clean td {
	padding: 0;
	border: none;
}

.box h4 {
	color: #8f8f8f;
	font-weight: normal;
}

.div-view {
	padding-top: 30px;
	border-top: 3px solid #5c616a;
	position: relative;
	color: #555;
}
.div {
	margin-bottom: 25px;
}
.div li {
	line-height: 25px;
}
.div .p {
	margin-bottom: 25px;
}
.div .p h4 {
	color: #5c616a;
	margin-bottom: 10px;
}
.div .p p {
	line-height: 25px;
}
.div .div-col1of2 {
	float: left;
	width: 496px;
}
.div .div-col2of2 {
	float: right;
	width: 496px;
}
.div .div-col1of3,
.div .div-col2of3,
.div .div-col3of3 {
	float: left;
	width: 320px;
	margin-right: 32px;
}
.div .div-col3of3 {
	margin-right: 0;
}
.div .div-col2sof3 {
	float: right;
	width: 672px;
}

.div .div-col1sof3 {
	float: left;
	width: 672px;
	margin-right: 32px;
}

.div .div-col1of3in2,
.div .div-col2of3in2,
.div .div-col3of3in2 {
	width: 152px;
	margin-right: 20px;
	float: left;
}
.div .div-col3of3in2 {
	margin-right: 0;
}

.div .div-col1of4,
.div .div-col2of4,
.div .div-col3of4,
.div .div-col4of4 {
	width: 250px;
	float: left;
	margin-right: 8px;
}
.div .div-col4of4 {
	margin-right: 0;
}

.div .div-box {
	border: 1px solid #eee;
	background-color: #f8f8f8;
	padding: 20px;
	margin-bottom: 10px;
}
.div .div-box .table-clean ul {
	margin-bottom: 0;
	margin-left: 17px;
}

.div .div-left-img {
	position: relative;
}
.div .div-left-img .pull-right {
	width: 303px;
	position: absolute;
	right: 0;
	bottom: 0;
}

p.bullet3 {
	text-indent: 13px;
	background: url(/img/bullet3.gif) no-repeat 0 9px;
}
.no-margin {
	margin: 0;
}

.box-h {
	background-color: #f0f0f0;
	border: 1px solid #ccc;
	border-bottom: none;
	line-height: 30px;
	text-align: center;
	font-weight: bold;
	text-align: center;
}
.box-h2 {
	line-height: 38px;
}
.box-b {
	border: 1px solid #ccc;
	padding: 40px 70px;
}
.box-img-and-text {
	border: 1px solid #ccc;
	padding: 40px 24px;
	padding-bottom: 0;
}
.box-img {
	border: 1px solid #ccc;
	border-top: none;
}
.box-img img {
	display: block;
}

.box-list ul {
	list-style: none;
	margin: 0;
	margin-left: -12px;
}
.box-list ul li {
	display: block;
	float: left;
	width: 187px;
	text-align: center;
	margin-left: 12px;
	border: 1px solid #ccc;
	background-color: #efefef;
	line-height: 25px;
	height: 50px;
	padding: 29px 0;
}
.box-list ul li.l3 {
	height: 75px;
	padding: 17px 0 16px 0;
}
.box-list2 ul {
	margin-left: -31px;
}
.box-list2 ul li {
	margin-left: 31px;
}

.nav-spy {
	position: fixed;
	z-index: 99999;
	bottom: 0;
	left: 0;
	width: 100%;
}
.nav-spy table {
	width: 1024px;
	margin: 0 auto;
	border-collapse: collapse;
}
.nav-spy table td {
	padding: 0;
	margin: 0;
	border: none;
}
.nav-spy table td a {
	display: block;
	line-height: 57px;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	background-color: #474747;
	text-align: center;
	text-decoration: none;
	
	-webkit-transition: .3s all;
	-moz-transition: .3s all;
	-o-transition: .3s all;
	transition: .3s all;
}
.nav-spy table td a:hover {
	color: #dc6a60;
}
.nav-spy table td a.current {
	background-color: #dc6a60;
	color: #fff;
}

.btns-board {
	margin-left: 22px;
	float: right;
}
.btns-board a.btn-board {
	display: block;
	line-height: 13px;
	height: 13px;
	padding: 9px 22px 9px 15px;
	border: 1px solid #d2d2d2;
	color: #cacaca;
	text-decoration: none;
	float: left;
	margin-left: -1px;
}
.btns-board a.btn-board.current,
.btns-board a.btn-board:hover {
	color: #000;
}
.btns-board a.btn-board.current {
	cursor: default;
}
.btns-board a.btn-board img {
	display: block;
	width: 13px;
	height: 13px;
	margin-right: 6px;
	float: left;
	opacity: .4;
	filter: alpha(opacity=40);
}
.btns-board a.btn-board.current img,
.btns-board a.btn-board:hover img {
	opacity: 1;
	filter: alpha(opacity=100);
}

.image-info {
	margin-bottom: 20px;
}
.image-info ul {
	list-style: none;
	margin: 0;
	margin-left: -10px;
}
.image-info ul li {
	display: block;
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
}
.image-info ul li a,
.image-info ul li a img {
	display: block;
	width: 100px;
	height: 67px;
}

.location-info {
	height: 213px;
	background: #efefef;
	margin-bottom: 20px;
}

.related-info {
	border: 1px solid #eae5e5;
	padding: 20px 33px;
	background-color: #f8f8f8;
	margin-bottom: 45px;
}
.related-info h4 {
	font-size: 15px;
	color: #959595;
}
.related-info .board-gallery {
	padding-bottom: 0;
	border-bottom: none;
	margin-bottom: -33px;
}
.related-info hr {
	clear: both;
	border-top: 1px solid #dedede;
	border-bottom: none;
}

div.rinfo {
	display: none;
}
label.rinfo {
	display: inline-block;
	margin-bottom: 0;
	margin-left: 15px;
	color: #73c2bb;
}
label.rinfo input {
	margin-top: -4px;
}

.reference {
	clear: both;
	color: #73c2bb;
	text-align: right;
	margin-top: 20px;
}

strong.highlight {
	background: #ff0;
/*	color: #e96d63;*/
}