@charset "utf-8";

/*------------------------------------------------------------
	login
------------------------------------------------------------*/
.loginForm {
	padding-top: 140px;
	text-align: center;
}

.loginForm .loginLogo {
	padding-bottom: 44px;
}

.loginForm .loginLogo .pic {
	margin: 0 auto;
	width: 179px;
}

.loginForm .pic img {
	width: 100%;
}

.loginForm .loginLogo span {
	padding-top: 17px;
	display: block;
	font-size: 20px;
	letter-spacing: 2px;
}

.loginForm form {
	padding-top: 59px;
	background-color: #f1f4f7;
	border-bottom: 3px solid #000;
}

.loginForm .loginInputRow {
	margin: 0 auto 25px;
	width: 310px;
	text-align: left;
}

.loginForm .loginInputRow:last-child {
	margin-bottom: 0;
}

.loginForm .loginInputRow label {
	float: left;
	font-size: 15px;
	line-height: 3;
	letter-spacing: 1px;
	font-weight: bold;
	font-family: 'Marcellus', serif;
}

.loginForm .loginInputRow input {
	padding: 4px 5px;
	width: 250px;
	height: 45px;
	box-sizing: border-box;
	float: right;
	font-size: 15px;
	line-height: 45px;
	border: 1px solid #e2e7ed;
	background-color: #fff;
}

.loginForm .submit {
	margin: 39px auto 58px;
	width: 310px;
}

.loginForm .submit li {
	width: 100%;
	position: relative;
}

.loginForm .submit input {
	padding: 11px 0 10px;
	width: 100%;
	text-align: center;
	font-size: 15px;
	cursor: pointer;
	transition: color .8s ease, background .8s ease;
	border: 1px solid #000;
	background-color: #f1f4f7;
}

.loginForm .submit input:hover {
	color: #fff;
	background-color: #000;
}

.loginForm .submit li:before,
.loginForm .submit li:after {
	margin-top: -7px;
	width: 1px;
	height: 14px;
	display: block;
	position: absolute;
	top: 50%;
	content: "";
	transition: background .8s ease;
	background: #f1f4f7;
}

.loginForm .submit li:before {
	left: 0;
}

.loginForm .submit li:after {
	right: 0;
}

.loginForm .submit li:hover:before,
.loginForm .submit li:hover:after {
	background-color: #000;
}


/*------------------------------------------------------------
	staff_list
------------------------------------------------------------*/
.staff #gNavi .navs li:nth-child(4) a {
	color: #fff;
	background-color: #000;
}

.staffList {
	margin: 48px auto 100px;
	width: 975px;
}

.staffList .msg {
	margin-bottom: 16px;
	font-size: 12px;
	text-align: right;
	color: #666;
	letter-spacing: -.4px;
}

.staffList li {
	margin: 0 75px 75px 0;
	width: 187px;
	float: left;
}

.staffList li:nth-child(4n) {
	margin-right: 0;
}

.staffList .pic,
.staffList .pic img {
	width: 100%;
}

.staffList .post {
	margin: 17px 0;
	line-height: 1.6;
	font-size: 13px;
	text-align: center;
}

.staffList .post .name {
	display: block;
	font-weight: bold;
}

.staffList .operation {
	text-align: center;
	font-size: 12px;
}

.staffList .operation select {
	font-size: 12px;
}

.staffList .operation .edit {
	margin-left: 23px;
	padding: 2px 11px 1px;
	display: inline-block;
	font-size: 10px;
	font-weight: bold;
	border: 1px solid #e2e2e2;
	border-radius: 4px;
	box-shadow: 0 1px 1px #d9d9d9;
}

.staffList .operation .delete {
	margin-top: 2px;
	float: right;
}

.staffList .operation input {
	vertical-align: middle;
}

.staffList .saveBox {
	margin-top: -28px;
	text-align: right;
}


/*------------------------------------------------------------
	gallery_list
------------------------------------------------------------*/
.gallery #gNavi .navs li:nth-child(3) a {
	color: #fff;
	background-color: #000;
}

.galleryBox {
	margin-top: 60px;
}

.galleryBox .tab {
	padding-left: 6px;
	text-align: center;
	border-bottom: 1px solid #ccc;
}

.galleryBox .tab li {
	margin-left: -6px;
	display: inline-block;
	position: relative;
	font-size: 16px;
	transition: background .8s ease;
	background-color: #f1f4f7;
	border: 1px solid #ccc;
	border-bottom: none;
	border-right: none;
}

.galleryBox .tab .active,
.galleryBox .tab li:hover {
	font-weight: bold;
	background-color: #fff;
}

.galleryBox .tab li:before {
	width: 100%;
	height: 1px;
	position: absolute;
	bottom: -1px;
	left: 0;
	z-index: 1;
	content: "";
	transition: background .8s ease;
	background-color: #ccc;
}

.galleryBox .tab .active:before {
	background-color: #fff;
}

.galleryBox .tab li:last-child {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.galleryBox .tab a {
	padding: 16px 38px 13px 41px;
	min-width: 220px;
	display: block;
	letter-spacing: .5px;
}

.galleryList {
	margin: 52px auto 100px;
	width: 975px;
}

.galleryList .area {
	margin-top: 7px;
	float: left;
	font-size: 13px;
	font-weight: bold;
}

.galleryList .area select {
	margin-left: 7px;
	font-size: 12px;
}

.galleryList .btn {
	float: right;
}

.galleryList .btn a {
	padding: 9px 6px 9px 7px;
	margin-left: 15px;
	display: inline-block;
	min-width: 150px;
	color: #000;
	font-size: 14px;
	font-weight: bold;
	transition: color .8s ease, background .8s ease, border .8s ease;
	text-align: center;
	background-color: #cdd5dd;
	border: 1px solid #cdd5dd;
}

.galleryList .btn a.preview {
	background-color: #fff;
	border: 1px solid #000;
}

.galleryList .btn a.preview:hover {
	color: #fff;
	background-color: #000;
}

.galleryList .btn a.save:hover {
	background-color: #f1f4f7;
	border: 1px solid #f1f4f7;
}

.galleryList .msg {
	margin-top: 47px;
	font-size: 12px;
	text-align: right;
	color: #666;
	letter-spacing: -.4px;
}

.galleryList ul {
	margin-top: 16px;
	padding: 0 60px 0 86px;
	width: 100%;
	box-sizing: border-box;
}

.galleryList ul.second {
	margin-top: 61px;
	border-bottom: none;
}

.galleryList li {
	margin: 0 101px 62px 0;
	width: 207px;
	float: left;
}

.galleryList li:nth-child(9n+1),
.galleryList li:nth-child(9n+2),
.galleryList li:nth-child(9n+3) {
	margin-top: 60px;
	position: relative;
}

/*.galleryList li:nth-child(9n+1):before {
	width: 975px;
	height: 1px;
	content: "";
	position: absolute;
	top: -61px;
	left: -86px;
	background: #ccc;
}*/

.galleryList li:nth-child(1),
.galleryList li:nth-child(2),
.galleryList li:nth-child(3) {
	margin-top: 0px;
}

.galleryList li:nth-child(1):before,
.galleryList li:nth-child(2):before,
.galleryList li:nth-child(3):before {
	display: none;
}

.galleryList li:nth-child(3n) {
	margin-right: 0;
}

.galleryList li .changePhoto {
	width: 100%;
}

.galleryList li .pic {
	width: 150px;
	height: 150px;
	position: relative;
	background-color: #999;
}

.galleryList .pic img {
	width: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.galleryList .pic.vertical img {
	width: auto;
	height:100%;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}


@media all and (-ms-high-contrast: none) {
	.galleryList .pic.vertical img {
		height: 150px;
	}
	
	.galleryList li .photoType .choice {
		padding-top: 2px;
		line-height: 1.5;
	}
}

.galleryList li .operation {
	margin-top: 16px;
}

.galleryList .operation .county {
	margin-top: 3px;
	font-size: 10.5px;
}

.galleryList .operation .picType {
	margin: 9px 0 6px;
	font-size: 13px;
	font-weight: bold;
	color: #999;
}

.galleryList li .operation select {
	margin-right: 10px;
	font-size: 12px;
}

.galleryList li .operation p a {
	padding: 2px 12px;
	margin-left: 12px;
	display: inline-block;
	font-size: 10.5px;
	border: 1px solid #ccc;
	border-radius: 6px;
}

.galleryList .operation .delete {
	margin-left: 5px;
	font-size: 11px;
}

.galleryList .operation .delete input {
	vertical-align: middle;
}

.galleryList .saveBox.btn {
	margin-top: -9px;
}

.galleryList .saveBox {
	float: right;
	margin: 0;
}

.galleryInsert.infoBox {
	margin-bottom: 0;
}

.galleryInsert .publicFrom {
	margin-top: 54px;
}

.galleryInsert .selects select {
	width: 165px;
}

.galleryInsert .publicFrom .check {
	margin-top: 20px;
}

.galleryInsert.infoBox .photoImg {
	padding-top: 14px;
	vertical-align: top;
}

.galleryInsert.infoBox .photoNote {
	padding: 5px 0 20px;
	font-size: 12px;
	color: #666666;
}

.galleryInsert .linkBtn {
	margin-top: 28px;
}

.staffInsert .outline .msg {
	margin: 0;
	padding-top: 5px;
	font-size: 12px;
	color: #666;
	font-weight: normal;
}

.staffInsert .callDetails dt {
	width: 93px;
}

.staffInsert .callDetails dd {
	padding-left: 93px;
}

.staffInsert .callDetails textarea {
	height: 135px;
}


/*------------------------------------------------------------
	track_list
------------------------------------------------------------*/
.track_list #gNavi .navs li:nth-child(2) a {
	color: #fff;
	background-color: #000;
}

.apartment {
	margin: 48px auto 100px;
	width: 975px;
}

.titleInfo {
	margin-bottom: 16px;
	color: #666;
	font-size: 12px;
	text-align: right;
	letter-spacing: -.4px;
}

.apartmentUl li {
	padding: 21px 25px 19px;
	font-size: 13px;
	background: url(../img/bg_insert.png) repeat-x left bottom;
}

.apartmentUl .subtitle {
	padding: 0;
	border: none;
	background: #f1f4f7;
}

.subtitle p {
	margin-right: 39px;
	float: left;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	line-height: 45px;
}

.subtitle .firstSubtitle {
	margin-right: 160px;
	width: 580px;
}

.track {
	float: left;
}

.track p {
	margin: 25px 38px 0;
	float: left;
	font-weight: bold;
}

.trackImg {
	width: 206px;
	float: left;
}

.trackImg img {
	width: 100%;
}

.editBox {
	margin: 22px 0;	
	float: right;
}

.editBox select,
.custmerFrom select,
.publicTable select {
	padding-right: 6px;
	margin-right: 35px;
	font-size: 12px;
}

.editBox button,
.custmerFrom button {
	margin-right: 12px;
	padding: 1px 12px;
	cursor: pointer;
	font-size: 11px;
	border: 1px solid #dbdbdb;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0 1px 1px #d9d9d9;
	background-color: transparent;
}

.dele input {
	margin-top: 1px;
	vertical-align: middle;
}

.editBox label {
	font-size: 12px;
}

.saveBox {
	margin: 50px 0 0;
	text-align: right;
}

/*------------------------------------------------------------
	track_insert
------------------------------------------------------------*/

.publicReturn {
	float: right;
}

.publicReturn a {
	padding-left: 14px;
	display: block;
	font-size: 13px;
	line-height: 40px;
}

.publicReturn svg,
.pages svg {
	width: 20px;
	height: 42px;
	transform: scale(0.4);
	float: left;
	fill: #000;
}

.publicReturn:hover a {
	color: #999;
}

.publicReturn:hover svg {
	fill: #999;
}

.publicFrom {
	margin: 75px auto 100px;
	width: 771px;
}

.publicTable{
	width: 100%;
	border-collapse: collapse;
}

.publicTable tr {
	box-sizing: border-box;
	background: url(../img/bg_insert.png) repeat-x left bottom;
}

.publicTable tr:last-child,
.publicTable tr:last-child th {
	background-image: none;
}

.publicTable td {
	padding: 35px 0 35px 42px;
	font-size: 13px;
}

.publicTable th {
	padding: 35px 14px 24px;
	box-sizing: border-box;
	width: 150px;
	z-index: -1;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	background: #f1f4f7 url(../img/bg_insert.png) repeat-x left bottom;
}

.publicTable span {
	color: #990000;
	font-weight: normal;
}

.publicTable span.bold {
	font-weight: bold;
	color: #000;
}

.publicTable label {
    margin-right: 25px;
}

.publicTable label input {
	margin: -2px 11px 0 0px;
	vertical-align: middle;
}

.publicTable label span {
    color: #000;
}

.publicTable dt {
	float: left;
}

.publicTable dd:last-child {
	padding-bottom: 0;
}

.outline dt {
	padding: 8px 0;
	width: 93px;
}

.photo .msg {
	padding-top: 10px;
}

.publicTable dd {
	padding: 0 0 20px 93px;
	width: 100%;
	box-sizing: border-box;
	color: #666666;
	font-size: 12px;
}

.publicTable dd input[type="file"] {
	margin-bottom: 10px;
}

.facePhoto dt {
	padding: 8px 0;
}

.outline p:first-child {
	margin-top: 1px;
}

.outline p {
	margin: 34px 0 16px;
	font-weight: bold;
}

.linkBtn {
	margin: 50px 0 0;
	text-align: center;
}

.linkBtn .whiteBtn {
	margin: 0;
}

/*------------------------------------------------------------
	rec_list
------------------------------------------------------------*/
.rec_list #gNavi .navs li:nth-child(5) a {
	color: #fff;
	background-color: #000;
}

.recUl li {
	padding: 21px 25px 7px;
}

.recUl .track p {
	margin-top: 18px;
	letter-spacing: -1px;
}

.recUl .editBox {
    margin: 14px 0 30px;
    float: right;
}

/*------------------------------------------------------------
	rec_insert
------------------------------------------------------------*/

.callDetails dt {
	width: 155px;
}

.callDetails dd {
	padding-left: 155px;
}

.publicTable .jobInterview p {
	margin-top: 11px;
	padding-left: 14px;
	color: #666;
	font-size: 12px;
	text-indent: -12px;
	line-height: 1.4;
	font-weight: normal;
}

textarea.recBase {
	height: 145px;
}

/*------------------------------------------------------------
	info
------------------------------------------------------------*/
.info #gNavi .navs li:nth-child(1) a {
	color: #fff;
	background-color: #000;
}

.infoBox {
	margin: 0 auto 60px;
	width: 975px;
}

.infoFrom {
	margin: 20px auto 81px;
}

.infoTable {
	margin: 0 auto;
	width: 774px;
}

.infoTable th,
.infoTable td {
	padding: 15px 0;
}

.infoTable th {
	width: 133px;
	font-weight: bold;
	font-size: 15px;
}

.infoTable th span {
	color: #990000;
}

.infoTable td.pt0 {
	padding-top: 0;	
}

.infoTable .pt0 .radioList label {
	margin-right: 20px;
}

.infoYear {
	padding-top: 6px;
}

.infoYear span {
	margin: 0 19px 0 9px;
	font-size: 12px;
	color: #000;
}

.infoYear input {
	max-width: 90px;
}

.infoTime {
	margin-left: 24px;
	display: inline-block;
}

.infoTime input {
	max-width: 60px;
}

.infoTime span {
	margin: 0;
}

.infoTable .radioList label {
	margin-right: 40px;
}

.infoTable .radioList input {
	margin: 0 12px 0 0;
}

.infoTable .infoSame {
	padding: 0 137px;
}

.infoTable .infoSame {
	margin-right: 19px;
}

.infoFrom .linkBtn {
	margin: 33px 0 0 0;
}

.infoFrom .linkBtn .blackBtn {
	margin: 0;
}

.information {
	padding: 76px 0 10px;
	text-align: center;
	border-top: 1px solid #000;
}

.pages {
	padding: 0;
	display: inline-block;
}

.pages svg {
	fill: #1c1c1c;
}

.pages .prev span,
.pages .prev a {
	margin: -8px 0 0 -74px;
}

.pages1 {
	padding-left: 25px;
}

.pages .next a {
	position: absolute;
	margin: -9px 0 0 7px;
}

.pages1 .prev {
	opacity: .5;
}

.pages li {
	float: left;
	position: relative;
	text-align: center;
	font-size: 15px;
}

.pages a:hover svg {
	fill: #999;
}

.pages span,
.pages a,
.pages .dots {
	padding: 0px;
	display: inline-block;
	min-width: 29px;
	color: #666;
	font-family: 'Roboto', sans-serif;
}

.pages .dots {
	margin-top: 5px;
	font-size: 10px;
}

.pages .next {
	position: relative;
	padding-left: 30px;
}

.cur span,
.pages a:hover {
	font-weight: bold;
	color: #000;
}

.info .infoList {
	margin: 0;
}

.info .infoList tr th:nth-child(2),
.info .infoList tr td:nth-child(2) {
    padding: 0 44px 0 38px;
	line-height: normal;
    box-sizing: border-box;
}

.info .infoList tr td:nth-child(2) {
	padding: 19px 44px 18px 38px;
}

.info .infoList tr td {
	padding: 19px 0 18px;
	line-height: normal;
	vertical-align: top;
}

.info .infoList tr td:first-child {
	padding: 19px 0 18px 24px;
	letter-spacing: 1.5px;
}

.bottomPages {
	padding: 48px 0 0;
	border: none;
}

.info .infoList button:last-child {
	margin-right: 0;
}

/*------------------------------------------------------------
	custmer_list
------------------------------------------------------------*/
.custmer_list #gNavi .navs li:nth-child(6) a {
	color: #fff;
	background-color: #000;
}

.pageTitle .download {
	margin: 8px 19px;
	padding: 0 8px;
	display: inline-block;
	font-size: 12px;
	color: #000;
	letter-spacing: .2px;
	font-weight: normal;
	vertical-align: top;
	border: 1px solid #dcdcdc;
	border-radius: 5px;
}

.custmerBox {
	margin: 65px auto 100px;
	width: 975px;
}

.titleFrom {
	padding-right: 20px;
}

.titleFrom .pages {
	padding-top: 4px;
	float: right;
}

.titleFrom label {
	font-size: 13px;
	font-weight: bold;
}

.titleFrom .selectBox {
	margin-top: 3px;
	display: inline-block;
}

.titleFrom select {
	margin: 0 5px 0 10px;
	font-size: 13px;
}

.titleFrom .pageBox {
    display: inline-block;
    float: right;
}

.titleFrom .search {
    margin-right: 62px;
    display: inline-block;
    position: relative;
}

.titleFrom .search input {
	padding: 4px 5px;
	width: 162px;	
	height: 20px;
	line-height: 20px;
	border: 1px solid #c4c9cf;
}

.titleFrom .searchBtn {
	margin-top: -14px;
	display: block;
	position: absolute;
	right: 1px;
	top: 50%;
}

.custmerFrom {
	margin: 37px 0 50px;	
}

.person {
	padding-top: 15px;
	position: relative;
	top: -7px;
	cursor: default;
	display: inline-block;
}

.personinfo {
	padding: 15px 18px;
	width: 323px;
	display: none;
	position: absolute;
	bottom: 34px;
	left: -9px;
	box-sizing: border-box;
	font-size: 13px;
	border: 1px solid #cccccc;
	background: #fff;
}

.personinfo:before,
.personinfo:after{
	width: 0;
	height: 0;
	content: " ";
	position: absolute;
	top: 100%;
	left: 29px;
	pointer-events: none;
	border: 7px solid transparent;
}

.personinfo:before{
	left: 28px;
	border-top-width: 9px;
	border-top-color: #ccc; 
}

.personinfo:after{
	border-width: 6px;
	border-top-width: 7px;
	border-top-color: #fff;
}

.personinfo p {
	margin-bottom: 9px;
	font-weight: bold;
}

.person:hover .personinfo {
	display: block;
}

.custmerList {
	width: 100%;
	border-collapse: collapse;
}

.custmerList tr {
	background: url(../img/bg_insert.png) repeat-x left bottom;
}

.custmerList tr:first-child {
	font-size: 13px;
	font-weight: bold;
	line-height: 45px;
	border: none;
	background: #f1f4f7;	
}

.custmerList tr th:first-child {
	padding: 0 0 0 24px;
	box-sizing: border-box;
}

.custmerList tr td:first-child {
	padding: 20px 0 20px 24px;
	box-sizing: border-box;
}

.custmerFrom select {
	padding-right: 0;
}


/*------------------------------------------------------------
	custmer_insert
------------------------------------------------------------*/

.custmer_list .publicFrom {
    margin: 57px auto 100px;
}

.curId {
    margin-bottom: 27px;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 2px;
}

.infoYear dd {
	padding-left: 0;
}

.custmerInsert th {
	padding: 25px 14px;
	vertical-align: middle;
}

.custmerInsert td {
	padding: 27px 0 27px 42px;
}

.custmerInsert td textarea {
	height: 135px;
}

.curstmerYear td {
	padding: 32px 0 30px 42px;
}

.curstmerYear .infoYear {
	padding-top: 0;
}

.custmerInsert tr:nth-last-child(-n+2) th {
	vertical-align: top;
}

.zipCode input {
	float: left;
}

.infoYear .wire {
	margin: 0;
	width: 32px;
	height: 35px;
	display: block;
	float: left;
	position: relative;
}

.wire:before {
	width: 12px;
	height: 1px;
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%);
	background: #000;
}

.infoYear .tel {
	max-width: 120px;
}

.custmerLink .base {
	margin: 0;
}


/*------------------------------------------------------------
	rec_grally
------------------------------------------------------------*/

.recGrallyList {
	margin-top: 46px;
}

.recGrallyList li {
	margin: 75px 82px 0 0;
	width: 270px;
	float: left;
}

.recGrallyList li:nth-child(3n) {
	margin-right: 0;
}

.recGrallyList li:nth-child(-n+3) {
	margin-top: 0;
}

.recImg img {
	width: 100%;
}

.recInfo {
	width: 270px;
	margin-top: 19px;
	font-size: 11px;
}

.recInfo label {
	float: right;
}

.recInfo label input {
	vertical-align: -2px;
}

.rec_file {
    padding: 4px 5px;
    height: 10px;
    line-height: 10px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    display: inline-block;
	vertical-align: middle;
	box-shadow: 0 1px 1px #d9d9d9;
    border-radius: 4px;
    border: 1px solid #ddd;
    background: #fff;
}

.rec_file input {
	width: 100%;
	height: 100%;
    position: absolute;
    font-size: 100px;
    right: 0;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer
}


/*------------------------------------------------------------
	rec_grally_02
------------------------------------------------------------*/

.recImg {
	height: 202px;
	background: #f7f8fa;
}

.recInfo span {
	vertical-align: middle;
}


/*------------------------------------------------------------
	mansion_index
------------------------------------------------------------*/

.mansion_index .linkList {
	margin: 0 auto 60px;
	width: 975px;
}

.mansion_index .linkList li {
	margin-right: 30px;
	display: inline-block;
}

.mansion_index .linkList li a {
	color: #000;
	font-weight: bold;
	font-size: 15px;
}

.mansion_index .linkList li a:hover {
	text-decoration: underline;
}

.mansion_index .galleryBox {
	margin-top: 66px;
}

.mansion_index .galleryBox .area {
    width: 975px;
    margin: 50px auto 50px;
    font-size: 15px;
    font-weight: bold;
}

.mansion_index .galleryBox .area p {
    display: inline-block;
    margin-right: 10px;
}

select {
    background-color: rgb(248, 248, 248);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(166, 166, 166);
    border-image: initial;
    -webkit-appearance: menulist;
    box-sizing: border-box;
    align-items: center;
    white-space: pre;
    -webkit-rtl-ordering: logical;
    color: black;
    cursor: default;
    border-width: 1px;
    border-style: solid;
    width: 80px;
    height: 20px;
}

.mansion_index .galleryBox .galleryList {
	margin: 0 auto 65px;
}

.mansion_index .galleryBox .galleryList h3 {
	font-size: 20px;
}

.mansion_index .galleryBox .galleryList ul {
	margin-bottom: -58px;
	padding: 0;
}

.mansion_index .galleryBox .galleryList li {
	margin: 0 49px 58px 0;
}

.mansion_index .galleryBox .galleryList li:nth-child(4n) {
	margin-right: 0;
}

.mansion_index .galleryBox .galleryList li .pic {
	width: 206px;
	height: 206px;
	background-color: #CCCCCC;
}

.mansion_index .galleryBox .galleryList li p {
	font-size: 14px;
}

.mansion_index .galleryBox .galleryList li p a {
	padding: 1px 10px 2px;
	margin-left: 10px;
	font-size: 10px;
}

.mansion_index .galleryBox .galleryList li .county {
	font-size: 12px;
	margin-bottom: 16px;
}

.mansion_index .galleryBox .galleryList li .operation {
	margin-top: 12px;
}

.mansion_index .galleryBox .galleryList li .operation select {
	border: none;
	border: 1px solid #ccc;
	border-radius: 5px;
}

.mansion_index .galleryBox .galleryList li .operation .delete {
	margin-left: 0;
}

.mansion_index .galleryBox .galleryList li .link {
	margin-top: 16px;
	letter-spacing: 1px;
}

.mansion_index .galleryBox .galleryList li .link a {
	padding: 0;
	margin: 0;
	color: #000;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	border: none;
}

.mansion_index .galleryBox .galleryList li .link a:hover {
	text-decoration: none;
}

@media all and (-ms-high-contrast: none) {
	.mansion_index .galleryBox .galleryList li .pic img {
		height: 100%;
	}
}

	
/*------------------------------------------------------------
	new_property
------------------------------------------------------------*/

.new_property .comTxtBox {
	margin: 101px auto 0;
}

.new_property .comTxtBox .btn {
	margin-bottom: 70px;
	float: none;
	text-align: right;
}

.new_property .comTxtBox h2 {
	margin: 0 0 49px;
}

.new_property .comTxtBox h2 span {
	margin-top: 11px;
	display: block;
	font-size: 15px;
}

.new_property .comTxtBox .btn a {
	padding: 2px 5px 1px;
	margin: 0;
	min-width: 183px;
	min-height: 45px;
}

.new_property .comTxtBox .rBox {
	margin-top: 9px;
}

.new_property .comTxtBox .rBox .btnList {
	margin-bottom: 0;
}

.new_property .comTxtBox .btnList li .blackBtn {
	color: #000 !important;
	background-color:#fff;
	border-color: #000;
}

.new_property .comTxtBox .btnList li .blackBtn:hover {
	color: #fff !important;
	background-color: #000;
}

.new_property .galleryBox {
	margin-top: 77px;
}

.new_property .galleryList ul {
	padding: 0 60px 0 0px;
}

.new_property .galleryList li {
	margin: 0 59px 43px 0;
	width: 218px;
}

.new_property .galleryList li:nth-child(3n) {
	margin-right: 0;
}

.new_property .galleryList li img {
	width: 100%;
}

.new_property .galleryList .pic {
	width: 208px;
	height: 122px;
}

.new_property .galleryList .pic.vertical img {
	width: 100%;
	height: auto !important;
}

.new_property .galleryList li .name {
	font-size: 15px;
	font-weight: bold;
}

.new_property .galleryList li .operation .county {
	margin-bottom: 20px;
	font-size: 12px;
	color: #000;
}

.new_property .galleryList li .operation {
	margin-top: 10px;
}


/*------------------------------------------------------------
	admin/index.html
------------------------------------------------------------*/

.index #gNavi {
	display: none;
}

.index .publicTable .tableUl li {
	margin-top: 0;
}

.index .pageTitle {
	margin: 0 auto;
}

.index .title {
	margin-bottom: 13px;
	font-size: 15px;
	font-weight: bold;
}

.publicTable .comSpanText {
	margin: 10px 0 10px;
	font-size: 12px;
	color: #666;
	display: block;
}

.publicTable .tableUl {
	margin-bottom: -30px;
}

.index .publicTable .tableUl {
	margin-bottom: 0;
}

.publicTable .tableUl li {
	float: left;
	width: 280px;
	margin: 50px 10px 0 0;
}

.publicTable .tableUl li:nth-child(2n) {
	margin-right: 0;
}

.publicTable .tableUl li input[type="file"] {
	width: 250px;
}

.publicTable .tableUl li .box {
	width: 240px;
}

.publicTable li .box {
	width: 220px;
}

.publicTable .tableUl li .box button {
	color: #000;
	padding: 1px 6px 0;
	cursor: pointer;
	font-size: 10px;
	line-height: 1.4;
	float: right;
	border: 1px solid #dbdbdb;
	border-radius: 3px;
	box-shadow: 0 1px 1px #d9d9d9;
	background-color: transparent;
}

.publicTable li .box button {
	color: #000;
	padding: 1px 6px 0;
	cursor: pointer;
	font-size: 10px;
	line-height: 1.4;
	float: right;
	border: 1px solid #dbdbdb;
	border-radius: 3px;
	box-shadow: 0 1px 1px #d9d9d9;
	background-color: transparent;
}

.index .publicFrom tr:last-child td,
.index .publicFrom tr:last-child th {
	padding-bottom: 0;
}

.index .publicTable {
	margin-bottom: 45px;
}

.comForm {
	margin-top: 102px;
	width: auto;
}

.comForm .mainConts {
	margin: 37px auto 90px;
	width: 771px;
}

.comForm button.base {
	border: 1px solid #000;
}

.comForm select {
	width: 185px;
	font-size: 11px;
	height: 20px;
}

/*------------------------------------------------------------
	admin/mansion_detail.html
------------------------------------------------------------*/
.mansion_detail #gNavi {
	display: none;
}

#main .propertyLink {
	margin: 45px auto 0;
	width: 225px;
}

.mansion_detail .pageTitle .propertyLink {
	margin: 10px 0 0 0 !important;
	float: right;
}

#main .propertyLink a {
	padding: 10px 5px;
	font-size: 14px;
	display: block;
	color: #000;
	text-align: center;
	font-weight: bold;
	border: 2px solid #000;
	transition: color .8s ease, background-color .8s ease;
	background: url(../img/img_mansion_detail03.png) no-repeat right 18px center;
	background-size: 7px 13px;
}

#main .propertyLink a:hover {
	color: #fff;
	background: url(../img/img_mansion_detail04.png) no-repeat right 18px center #000;
	background-size: 7px 13px;
}

.mansion_detail .comForm .mainConts {
	margin-top: 32px;
}

.comForm .detailUl {
	margin-left: -2px;
}

.comForm .detailUl li {
	float: left;
	width: 250px;
	margin-right: 20px;
}

.comForm .detailUl li dd {
	padding-left: 75px;
}

.comForm .detailUl li dd select {
	width: 157px;
}

.comForm .trStyle th {
	background-image: none;
	padding-bottom: 0;
}

.comForm .trStyle td {
	padding-bottom: 0;
}

.comForm .trStyle {
	background-image: none;
}

.comForm .publicTable .whiteBtn {
	margin: 32px 0 0 0;
	font-size: 12px;
	min-width: 175px;
	clear: both;
}

button.whiteBtn.delArea {
    min-width: 100px !important;
}

.comForm .publicTable th p {
	font-size: 12px;
	font-weight: normal;
	margin-top: 22px;
	line-height: 1.85;
}

.comForm .publicTable .tableText {
	font-size: 12px;
	color: #666;
	line-height: 1.9;
}

.comForm .checkList {
	margin-right: -4px;
}

.comForm .checkList li {
	float: left;
	font-size: 14px;
	min-width: 130px;
	margin: 0 10px 27px 0;
}

.comForm .checkList li label {
	margin: 0;
}

.comForm .checkList li input {
	vertical-align: middle;
	margin: -1px 0 0 0;
}

.comForm .publicTable dt {
	font-size: 14px;
}

.comForm .publicTable .detailUl li dt {
	font-size: 12px;
}

.comForm .publicTable dd {
	color: #000;
	font-size: 12px;
}

.comForm .publicTable td .detailBox {
	font-size: 12px;
	margin: 10px 0 8px;
	color: #000;
}

.comForm .publicTable td .detailBox select {
	width: 112px;
	font-size: 10px;
	margin: 0 10px;
}

.comForm .publicTable td .detailBox .textSpan02 {
	color: #000;
	margin: 0 48px 0 0;
}

.comForm .publicTable td .width01 {
	margin-right: 10px;
	width: 173px;
}

.comForm .publicTable td .width02 {
	width: 420px;
}

.comForm .publicTable td .width03 {
	width: 125px;
	margin-right: 7px;
}

.comForm .publicTable td .width04 {
	width: 125px;
	margin: 0 8px;
}

.comForm .publicTable td .detailBox02 select {
	margin-left: 0;
}

.comForm .publicTable td .detailBox02 .textSpan02 {
	margin-right: 18px;
}

.comForm .publicTable td .detailBox03 input {
	margin-top: 10px;
}

.comForm .publicTable td .detailBox03 span {
	color: #000;
}

.comForm .checkList02 li {
	width: 190px;
}

.comForm .checkList02 li:nth-child(3n-1) {
	width: 200px;
}

.comForm .checkList02 li:nth-child(4n) {
	margin-right: 10px;
}

.comForm .checkList02 li:nth-child(3n) {
	margin-right: -20px;
	width: 173px;
}

.comForm .mansionDl {
	margin-top: 50px;
	overflow: hidden;
}

.comForm .publicTable .mansionDl:first-child {
	margin-top: 0;
}

.comForm .mansionDl dd select {
	width: 120px;
}

.comForm .dtStyle {
	padding: 0;
}

.comForm .publicTable td .delect {
	color: #000;
	padding: 1px 6px 0;
	margin-left: 290px;
	cursor: pointer;
	font-size: 10px;
	line-height: 1.4;
	border: 1px solid #dbdbdb;
	border-radius: 3px;
	box-shadow: 0 1px 1px #d9d9d9;
	background-color: transparent;
}

.comForm .publicTable td .textSpan03 {
	margin-right: 27px;
	color: #000;
}

.mansion_detail .publicTable td {
	font-size: 12px;
}


/*------------------------------------------------------------
	admin/room_detail.html
------------------------------------------------------------*/

.room_detail #gNavi {
	display: none;
}

.room_detail .pageTitle h2 span {
	display: block;
	font-size: 15px;
	margin-top: 15px;
}

.room_detail .comForm td .room_style01 {
	margin-right: 5px;
	width: 160px;
}

.room_detail .comForm td .room_style02 {
	margin: 0 5px 0 40px;
	width: 160px;
}

.room_detail .comForm td .ddStyle {
	font-weight: bold;
	padding-top: 11px;
}

.room_detail .comForm td .dlStyle dd {
	padding-left: 120px;
}

.room_detail .comForm .publicTable td .detailBox select {
	margin-left: 0;
}

.room_detail .comForm .publicTable td .detailBox .textSpan02 {
	margin-right: 20px;
}

.room_detail .comForm .publicTable td .detailBox .textSpan03 {
	font-weight: bold;
	margin-left: 25px;
}

.room_detail .comForm .publicTable td .detailBox .textSpan04 {
	margin-right: 40px;
}

.room_detail .comForm td .dtStyle02 {
	padding: 0;
	margin-top: -5px;
}

.room_detail .comForm td .dlStyle dt {
	width: 115px;
}

.room_detail .comForm .publicTable th .textP {
	line-height: 1.5;
}

.room_detail .publicTable .dlStyle .tableUl li {
	margin-top: 5px;
}

.room_detail .publicTable td {
	font-size: 12px;
}

.room_detail .publicTable tr:last-child .tableUl {
	margin-bottom: 0;
}