@charset "UTF-8";

/* 공통 */
.tts {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
}

.text-blue {
	color: #0994e2 !important;
}

.text-red {
	color: #e74c3c !important;
}
.sell-banner .inner
.w-100 {
	width: 100%;
}

.margin-left-10 {
	margin-left: 10px;
}

.title1 {
	margin: 35px 0 12px;
	padding-left: 5px;
	border-left: 4px solid #0286b7;
	font-size: 15px;
}

.table-data>thead>tr>th {
	border-bottom-width: 1px;
	background-color: #f9f9f9;
}

.table-data>tbody>tr>th {
	background-color: #f9f9f9;
}

.btn-style1 {
	color: #fff;
	background-color: #619445;
}

.btn-style1:hover,
.btn-style1:focus,
.btn-style1:active {
	color: #fff;
}

.list-style1 li {
	position: relative;
	margin-bottom: 5px;
	padding-left: 10px;
}

.list-style1 li:before {
	content: '';
	position: absolute;
	top: 9px;
	left: 0;
	width: 2px;
	height: 2px;
	background-color: #333;
}

/* 매매 */
.maemul-info .tit {
	margin-bottom: 15px;
}

.maemul-info .desc {
	margin-top: 7px;
}

.maemul-info .tel {
	margin-bottom: 15px;
	font-weight: 600;
	font-size: 24px;
	line-height: 1.1;
	text-align: right;
}

.gallery-area,
.map-area {
	height: 400px;
	border: 1px solid #ddd;
	overflow: hidden;
}

.maemul-inquiry {
	margin: 50px -15px 0;
}

.maemul-inquiry:after {
	content: '';
	display: block;
	clear: both;
}

.maemul-inquiry > div {
	float: left;
	padding-right: 15px;
	padding-left: 15px;
}

.maemul-inquiry .left {
	width: 55%;
}

.maemul-inquiry .right {
	width: 45%;
	padding: 50px 0 0 60px;
}

.maemul-inquiry .form-item {
	margin-bottom: 10px;
}

.maemul-inquiry .form-item label {
	font-weight: 700;
	font-size: 17px;
	line-height: 2;
}

.maemul-inquiry textarea {
	height: 150px;
}

.maemul-inquiry .table-data {
	border-top: 2px solid #000;
}

/* 매수,매도의뢰 */
.sub-enquire {
	background-color: #f5f5f5;
}

.sub-enquire .nav-tabs > li > a {
	background-color: #fff;
}

.enquire-area {
	padding: 35px 0;
}

.enquire-area .title1 {
	margin-top: 0;
	margin-bottom: 15px;
	padding-left: 0;
	border-left: 0;
}

.enquire-area .title1 .require {
	margin-left: 3px;
	color: #333;
	font-size: 13px;
}

.enquire-area .title1 .require .fa {
	color: #619445;
}

.enquire-area .table {
	margin: 2px 0 30px;
	border-top: 1px solid #444;
}

.enquire-area .table th,
.enquire-area .table td {
	height: 70px;
	padding: 12px 10px;
	border-top: 0;
	border-bottom: 1px solid #ddd;
	vertical-align: middle;
}

.enquire-area .table th {
	padding-right: 5px;
}

.enquire-area label {
	margin-bottom: 0;
	cursor: pointer;
}

.enquire-area input[type=radio] {
	margin-top: 0;
	margin-right: 5px;
}

.enquire-area label + input[type=radio] {
	margin-left: 10px;
}
  
.enquire-area input[type=checkbox] {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
}

.enquire-area input[type=checkbox] + label {
	width: 70px;
	margin-right: 3px;
	padding: 7px 0;
	border: 1px solid #ccc;
	text-align: center;
	background-color: #fff;
}
  
.enquire-area input[type=checkbox]:checked + label {
	border-color: #619445;
	color: #fff;
	background-color: #619445;
}

.msg-error {
	display: none;
	position: absolute;
}

.msg-invalid {
	color: red;
	font-size :12px;
	font-weight: 400;
	margin-bottom: 0;
	background-color: #f5f5f5;
}

.sell-banner {
	position: relative;
	height: 350px;
	background: url(/assets/common/img/bg-building.jpg) no-repeat 50% 38%;
	background-size: cover;
}

.sell-banner:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom : 0;
	left: 0;
	background-color: rgba(0, 0, 0, .2);
}

.sell-banner .inner {
	display: table;
	position: relative;
	width: 1300px;
	height: 100%;
	margin: 0 auto;
	padding-right: 230px;
	clear: both;
	z-index: 10;
}

.sell-banner .bbs-news {
	display: table-cell;
	vertical-align: middle;
}

.sell-banner .bbs-news:after {
	content: '';
	display: block;
	clear: both;
}

.sell-banner .bbs-news > li {
	float: left;
	position: relative;
	width: calc(33.33333% - 10px);
	min-height:195px;
	margin-right: 5px;
	margin-left: 5px;
	padding: 20px 17px 15px;
	background-color: rgba(0, 0, 0, .4);
}

.sell-banner .bbs-news > li:first-child {
	margin-left: 0;
}

.sell-banner .bbs-news .title {
	margin-bottom: 11px;
	color: #fff;
	font-weight: 600;
	font-size: 17px;
}

.sell-banner .list li {
	position: relative;
	margin-bottom: 7px;
}

.sell-banner .list li:before {
	content: '';
	position: absolute;
	top: 8px;
	left: 0;
	width: 2px;
	height: 2px;
	background-color: #fff;
}

.sell-banner .list li a {
	display: block;
	padding-left: 10px;
	color: #fff;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.sell-banner .bbs-news .btn-more {
	position: absolute;
	top: 15px;
	right: 15px;
	padding: 5px;
	color: #fff;
}

.sell-banner .bbs-news .btn-more:hover {
	text-decoration: none;
}

.sell-banner .bbs-news .btn-more i{
	font-size:10px;
}

.sell-banner .enquire-menu {
	position: absolute;
	top: calc(50% - 98px);
	right: 0;
}

.sell-banner .enquire-menu a {
	display: table;
	width: 220px;
	height: 95px;
	margin-bottom: 5px;
	color: #fff;
	font-weight: 600;
	font-size: 20px;
	text-align: center;
}

.sell-banner .enquire-menu .buy {
	background-color: rgba(45, 74, 156, .7);
}

.sell-banner .enquire-menu .sell {
	background-color: rgba(40, 127, 65, .7);
}

.sell-banner .enquire-menu a:hover {
	text-decoration: none;
}

.sell-banner .enquire-menu .buy:hover {
	background-color: rgba(36, 63, 138, .7);
}

.sell-banner .enquire-menu .sell:hover {
	background-color: rgba(34, 112, 55, .7);
}

.sell-banner .enquire-menu a span {
	display: table-cell;
	vertical-align: middle;
}

.search-area {
	padding: 10px 0;
	text-align: center;
	background-color: #619445;
}

.search-area .inner {
	white-space: nowrap;
}

.search-area .form-inline {
	display: inline-block;
}

.search-area .dropdown-toggle {
	padding: 6px 14px;
	border: 1px solid #ccc;
	border-radius: 4px;
	background-color: #fff;
}

.search-area .btn-group.open .dropdown-toggle {
	box-shadow: none;
}

.search-area .range-title {
	display: inline-block;
}

.search-area .range-area {
	display: none;
	margin-left: 3px;
}

.search-area .range-area.show {
	display: inline-block !important;
}

.search-area .btn-group .fa {
	margin: 0 -10px 0 10px;
	color: #333;
	font-weight: 600;
	font-size: 16px;
}

.search-area .dropdown-menu {
	padding-top: 10px;
	padding-bottom: 10px;
}

.search-area .dropdown-menu .form-inline {
	margin-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
}

.search-area .dropdown-menu .form-control {
	width: 90px;
}

.search-area .range-list {
	margin-bottom: 0;
}

.search-area .range-list li {
	padding: 8px 14px;
}

.search-area .range-list li:hover {
	background-color: #f6f6f6;
	cursor: pointer;
}

.search-area .btn-area {
	display: inline-block;
	margin-left: 5px;
}

.search-area .btn-reset {
	padding-right: 5px;
	padding-left: 5px;
	color: #fff;
	background-color: inherit;
}

.search-area .btn-search {
	border-radius: 4px;
	background-color: #fff;
}

.search-area .btn-search:hover,
.search-area .btn-search:focus {
	color: #333;
}

.search-area .btn-search .fa {
	margin: -4px 2px 0 0;
	vertical-align: middle;
}

.result-number {
	margin-bottom: 12px;
}

.btn-area .btn-more {
	padding: 10px 25px;
	border: 1px solid #ddd;
	font-size: 16px;
	background-color: #fff;
}

.btn-area .btn-more .fa {
	display: inline-block;
	margin: -4px 7px 0 0;
	vertical-align: middle;
}

/* Chrome, Safari, Edge, Opera */
#search-form input::-webkit-outer-spin-button,
#search-form input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
#search-form input[type=number] {
  -moz-appearance: textfield;
}

.intro-area {
	height: 100%;
}

.intro-header {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	padding: 20px 15px 120px;
	background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, rgba(0, 0, 0, 1)));
	background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 1) 100%);
	background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 1) 100%);
	background: -ms-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 1) 100%);
	background: linear-gradient(to top, transparent 0%, rgba(0, 0, 0, 1) 100%);
	z-index: 20;
}

.intro-header .title {
	display: inline-block;
	position: relative;
	margin: 0;
	z-index: 1000;
}

.intro-header .title a {
	color: #fff;
	font-weight: 600;
	font-size: 24px;
}

.intro-header .title a:hover {
	text-decoration: none;
}

.intro-header .header {
	margin-top: -46px;
	box-shadow: none;
	background-color: inherit;
}

.intro-header .site-logo {
	display: none;
}

.intro-header .top_style {
	padding-top: 3px !important;
	padding-left: 210px !important;
}

.intro-header .header-navigation > ul > li > a {
	color: #fff;
	font-weight: 500;
}

.intro-header .header-navigation > ul > li > a:hover,
.intro-header .header-navigation > ul > li > a:focus{
	color: #efefef;
}

.intro-header .header-navigation > ul > li > a > span {
	border: none !important;
	color: #fff !important;
}

.intro-header .header-navigation > ul > li > a > span > strong {
	font-weight:500 !important;
}

.intro-header .header-navigation > ul > li > a > span > strong:hover {
	color: #efefef;
}

.intro-header .header-navigation > ul > li.dropdown:hover > a:after {
	border-bottom: 8px solid rgba(0, 0, 0, .5);
}

.intro-header .dropdown-menu {
	background-color: rgba(0, 0, 0, .5);
}

.intro-header .dropdown-menu > li {
	border-bottom: 0;
}

.intro-header .dropdown-menu > li:first-child {
	border-top: 0 !important;
}

.intro-header .dropdown-menu > li > a {
	color: #fff;
}

.intro-header .dropdown-menu > li > a:hover,
.intro-header .dropdown-menu > li.active > a {
	background-color: #619445;
}

.intro-container {
	position: relative;
	height: 100%;
}

.intro-container:after {
	content: '';
	display: block;
	clear: both;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: url(/assets/common/img/bg-intro1.jpg) no-repeat 50% 50%;
	background-size: cover;
}

.intro-container > div {
	float: left;
	position: relative;
	width: 50%;
	height: 100%;
	z-index: 10;
}

.intro-container > div > a {
	display: block;
	position: absolute;
	top: calc(50% - 250px);
	width: 500px;
	height: 500px;
	padding: 182px 20px 20px;
	border: 5px solid rgba(255, 255, 255, .3);
	box-shadow: 0 5px 10px rgba(0, 0, 0, .3);
	color: #fff;
	text-align: center;
	overflow: hidden;
}

.intro-container > div > a:before,
.intro-container > div > a:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-transition: .3s;
	transition: .3s;
}

.intro-container > div > a:before {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}

.intro-container > div > a.on:before {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.intro-container > div > a:after {
	background-color: rgba(0, 0, 0, .2);
}

.intro-container > div > a.off:after {
	background-color: rgba(0, 0, 0, .2);
}

.intro-container > div > a.on:after {
	background-color: inherit;
}

.intro-container > div > a:hover,
.intro-container > div > a:focus {
	text-decoration: none;
}

.intro-container > div > a > p {
	position: relative;
	z-index: 10;
	-webkit-transition: .3s;
	transition: .3s;
	text-shadow: 2px 2px 5px rgba(0, 0, 0, .7);
}

.intro-container .left a {
	right: 25px;
}

.intro-container .left a:before {
	background-image: url(/assets/common/img/bg-intro2-1.jpg);
}

.intro-container .right a {
	left: 25px;
}

.intro-container .right a:before {
	background-image: url(/assets/common/img/bg-intro2-2.jpg);
}

.intro-container .title {
	font-weight: 600;
	font-size: 40px;
}

.intro-container .title:after {
	content: '';
	display: block;
	margin: 10px auto 30px;
	width: 50px;
	height: 3px;
	background-color: #fff;
}

.intro-container .desc {
	font-weight: 500;
	font-size: 16px;
}

.intro-footer {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 70px 0 15px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, .5);
	background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, rgba(0, 0, 0, 1)));
	background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 1) 100%);
	background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 1) 100%);
	background: -ms-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 1) 100%);
	background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 1) 100%);
	z-index: 10;
}

.intro-footer address {
	margin-bottom: 0;
}

.sell-table .sorting_item{
	width: 100%;
	height: 30px;
	font-size: 13px;
	font-weight: bold;
	vertical-align: middle;
	text-align: left;
	padding: 0px 10px 1px 10px;
}