/* reset */

*{padding: 0; margin: 0;}
html{width: 98%; margin:auto}
ul{list-style: none;}
td {
			line-height: 1.8;
   }
a{
  /* text-decoration: none; */
  color: inherit;
}

/* body */
body{
	padding-top: 80px !important;
}

/* header or menu */
.menu-box{
   width: 85%;
   justify-items: flex-start;
   align-items: flex-start;
   font-size: 11px;
   font-weight: bold;
}
.menu{
	width: 100%;
    display: flex;
    flex-direction: row;
	justify-content: space-between;
}
.menu>li{
  position:relative; 
  flex-basis: 25%; 
  line-height: 60px; 
  text-align: center; 
  z-index:9999;
}
.menu li a{
  display: block; 
  width: 100%;
  text-decoration: none;
}
.menu>li a{
	background: rgba(10,41,88,0.5);
	color: #fff;
	font-weight: 400;
	line-height: 40px;
	transition: all 0.3s;
}

.menu>li a:hover{
	background: rgba(10,41,88,0.7);
}

.sub{
  position: absolute; 
  top: 70px;
  left: 50%;
  transform: translate(-50%,0);
  width: 100%;
  border: 0px solid #000; 
  display: none; 
  box-sizing: border-box;
}
.sub li{
  width: 100%; 
  line-height: 30px;
}

.button_title_new {
    width:100%;
    border: none;
    color:black;
    padding: 10px 0px;
    text-align: flex-end;
    text-decoration: none;
    margin: 0px;
    cursor: pointer;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	background: #e8f0f6;
	box-shadow: rgba(0,0,0,0.1) 0px 2px 3px;
}

.button_title_new .topInner{
    display: flex;
	align-items: center;
	justify-content: space-between;
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
}

.button_title_new .topLogo{
	max-width: 150px;
	width: 20%;
	display: block;
}

.allMenu{
	display: none;
}

.button_title_new .topLogo img{
	width: 100%;
}

button{
  background:#1AAB8A;
  color:#fff;
  border:none;
  position:relative;
  height:30px;
  padding:0 1em;
  cursor:pointer;
  transition:800ms ease all;
  outline:none;
}
button:hover{
  background:#fff;
  color:#1AAB8A;
}
button:before,button:after{
  content:'';
  position:absolute;
  top:0;
  right:0;
  height:2px;
  width:0;
  background: #1AAB8A;
  transition:400ms ease all;
}
button:after{
  right:inherit;
  top:inherit;
  left:0;
  bottom:0;
}
button:hover:before,button:hover:after{
  width:100%;
  transition:800ms ease all;
}

.button_curr {
    background-color: yellow;
    border: none;
    color:black;
    padding: 1px 1px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 10pt;
    margin: 1px;
    cursor: pointer;
	border-radius:1px; 
	font-weight: bold;
}

.btn_apt, .btn_bun, .btn_rent ,.btn_offi, .btn_villa  {
    
    border: none;
    color: black;
    padding: 5px 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    margin: 4px;
    cursor: pointer;
	border-radius:7px; 
	font-weight: bold;

}
.btn_apt {
    background-color: #e8f0f6;
}

.btn_bun {
    background-color: #186ff1;
	color: #fff !important;
}

.btn_rent {
    background-color: #F8E0F7;
}
.btn_offi {
    background-color: #F7D358;
}
.btn_villa {
    background-color: yellow;
}


/* content */
.cateBox{
	margin-bottom: 10px;
}

body select{
	background: #186ff1;
	color: #fff;
	width:100px;
	border: 0;
	padding: 0px;
	height: 30px;
	line-height: 30px;
	border-radius: 5px;
	margin: 0 5px;
	text-align: center;
	text-align-last: center;
}

body .myButton.searchBox{
	color: transparent;
	background: url(/apt/images/searchTool.png) no-repeat center / contain;
	border: 0;
	padding: 7px 5px;
}

body .linkBox{
	background: #e8f0f6;
	display: block;
	float: left;
	width: calc(100%/5 - 50px/5);
	white-space: nowrap;
	margin-bottom: 10px;
	margin-right: 5px;
	margin-left: 5px;
	border-radius: 4px;
}

body .linkBox span{
	display: block;
	width: 100%;
	height: auto;
}

body .linkBox a{
	display: block;
	width: 100%;
	height: auto;
	padding: 7px 10px;
	box-sizing: border-box;
	text-align: center;
	color: #333;
	text-decoration: none;
	font-size: 13px !important;
}

body .linkBtn{
	background: #e8f0f6;
	display: block;
	box-sizing: border-box;
	float: left;
	width: calc(100%/5 - 50px/5);
	white-space: nowrap;
	margin-bottom: 10px;
	margin-right: 5px;
	margin-left: 5px;
	border: 0;
	border-radius: 4px;
	text-align: center;
	color: #333;
	text-decoration: none;
	font-size: 12px !important;
	padding: 7px 10px;
}
body .linkApt{
	background: #e8f0f6;
	display: block;
	box-sizing: border-box;
	float: left;
	white-space: nowrap;
	margin-bottom: 10px;
	margin-right: 5px;
	margin-left: 5px;
	border: 0;
	border-radius: 4px;
	text-align: center;
	color: #333;
	text-decoration: none;
	font-size: 12px !important;
	padding: 3px 3px;
}

/*
body .myButton::after{
	content: '';
	display: inline-block;
	padding: 0;
	background: url(/apt/images/searchTool.png) no-repeat center / contain;
	font-size: 0;
	width: 35px;
	height: 30px;
	border: 0;
}
*/



@media ( min-width: 1000px ) {
	/* body { width: auto; padding: 0px 0px; margin: 0 auto;} */
	body { width: 1000px; padding: 0px 0px; margin: 0 auto;}
	 
	.menu li{
	  font-size: 1.3em;
	  flex-basis: 25%; 
	  font-weight: bold;
	}

	.sub li{
	  font-size: 0.9em;
	  font-weight: bold;
	}

	.btn_apt, .btn_bun, .btn_rent,.btn_offi, .btn_villa {
	    
	    border: none;
	    color: #333;
	    padding: 5px 15px;
	    text-align: center;
	    text-decoration: none;
	    display: inline-block;
	    font-size: 14px;
	    margin: 4px;
	    cursor: pointer;
		border-radius:50px; 
		font-weight: 600;
	}

	/*body { width: 380; padding: 0px 5px;}*/
}

@media screen and (max-width: 720px){

/* body */
body {
    padding-top: 50px !important;
}

/* header or menu */
.button_title_new{
	padding: 0;
	outline: none;
}

.button_title_new .topInner{
	flex-wrap: wrap;
	justify-content: center;
	height: 50px;
	padding: 0;
}

.button_title_new .topLogo{
	width: 35%;
}

.button_title_new .allMenu{
	position: absolute;
	top: 50%;
	right: 5%;
	transform: translate(0,-50%);
	width: 25px;
	height: 35%;
	display: block;
	z-index: 10;
	cursor: pointer;
}

.button_title_new .allMenu span{
	display: block;
	width: 100%;
	height: 2px;
	background: #186ff1;
	position: absolute;
	transition: all 0.3s;
}

.button_title_new .allMenu span:nth-child(1){
	top: 0;
	left: 0;
}

.button_title_new .allMenu span:nth-child(2){
	top: 50%;
	left: 0;
	transform: translate(0,-50%);
}

.button_title_new .allMenu span:nth-child(3){
	bottom: 0;
	left: 0;
}

.button_title_new.mbOn .allMenu span:nth-child(1){
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) rotate(45deg);
}

.button_title_new.mbOn .allMenu span:nth-child(2){
	opacity: 0;
}

.button_title_new.mbOn .allMenu span:nth-child(3){
	bottom: auto;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) rotate(-45deg);
}

.menu-box{
	width: 100%;
	position: fixed;
	left: 102%;
	top: 50px;
	height: calc(100% - 50px);
	padding-top: 0px;
	background: #fff;
	overflow: auto;
	font-size: 16px;
	transition: all 0.5s;
	transform: translate(0,0%);
}

.mbOn .menu-box{
	left: 0;
}

.menu{
	display: block;
}

.menu>li{
	line-height: 60px;
	text-align: left;
	text-indent: 30px;
	font-weight: 400;
	border-bottom: 1px solid #ddd;
}

.menu>li a{
	background: #e8f0f6;
	color: #333;
	text-indent: 50px;
	position: relative;
	font-size: 14px;
}

.menu>li a::before{
	content: '';
	width: 2px;
	height: 2px;
	border-radius: 50%;
	background: #333;
	display: block;
	position: absolute;
	top: 50%;
	left: 40px;
	transform: translate(0,-50%);
}

.sub{
	position: static;
	top: auto;
	left: auto;
	transform: none;
}


/* content */
.cateBox{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 30px;
}

.cateBox a{
	display: block;
	width: calc(100%/3 - 20px/3);
	margin: 0;
	margin-right: 10px;
	box-sizing: border-box;
	margin-top: 10px;
	height: 30px;
	line-height: 30px;
	border-radius: 50px;
	padding: 0;
}

.cateBox a:nth-child(3n){
	margin-right: 0;
}

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

body .linkBox{
	width: calc(100%/2 - 20px/2);
}

body select{
	width: 20%;
	text-align: center;
}

.selectBox{
	display: flex;
	flex-wrap: wrap;
}

.selectBox select{
	margin: 0 5px 10px 0;
	font-size: 11px;
	width: calc(100%/3 - 10px/3) !important;
}

.selectBox select:nth-child(3){
	margin-right: 0;
}

.selectBox select:nth-child(4){
	width: 100% !important;
	margin-right: 0;
}

body .myButton.searchBox {
    color: transparent;
    background: url(/apt/images/searchTool2.png) #0c2140 no-repeat center / auto 60%;
    border: 0;
    display: block;
    padding: 10px 0;
}

body .linkBtn{
	width: calc(100%/2 - 20px/2);
	white-space: normal;
	word-break: keep-all;
}
body .linkApt{
	font-size: 11px !important;
	white-space: normal;
	word-break: keep-all;
}


}


@keyframes blink-effect { 50% { opacity: 0; } } 
.blink { animation: blink-effect 1s step-end infinite; 

/* animation-name: blink-effect; animation-duration: 1s; animation-iteration-count:infinite; animation-timing-function:step-end; */ }