@import url('https://fonts.googleapis.com/css2?family=Roboto&family=Roboto+Slab&display=swap');
* {
    -webkit-tap-highlight-color: rgba(0,0,0,0); /* make transparent link selection, adjust last value opacity 0 to 1.0 */
}
@font-face { 
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialicons/v135/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');
}
@font-face {
  font-family: 'NAMU Pro';
    src: url('fonts/NAMU-Pro.ttf');
  font-weight: normal;
  font-style: normal; 
}
*{
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
}
.md body, .ios body{
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
}
div{
	box-sizing: border-box; 
}

.fonecontainer{
	background-position: 50% 50%;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;		
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased; 
}
/*reorders*/
.md .navbar, .md .toolbar {
   background: #a34870;
   background: linear-gradient(to right, #29cdcd, #564daf);
}
.ios .navbar, .ios .toolbar {
   background: #a34870;
   background: linear-gradient(to right, #29cdcd, #564daf);
}
.ios .tabbar a.tab-link-active, .ios .tabbar-labels a.tab-link-active, .ios .navbar a {
    color: #fff;
}
.ios .tabbar a, .ios .tabbar-labels a{
	color: rgba(255,255,255,.7);
}
.ios #poplang{margin-top:0;}
.md #poplang{margin-top:56px;}
/*==========*/
/*texts*/
.sg-font-small>*{font-size: 0.8em;}
/*colors*/
.sg-font-red{color: #ff3b30;}
/*===========*/
#titleimg {
    font-family: 'NAMU Pro', normal;
    font-size: 30px;
	padding-left: 0px;
    color: #FFF;
    text-align: center;
	margin: 6px 16px 16px 12px;
}
#map_canvas {
    height: 100%;
    width: 100%;
}
.two-side-title, .reit-title, .reit-data{
	padding: 10px;
	width: 100%;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
}
.two-side-title span{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
    color: #a34870;
    font-weight: bold;
    font-size: 1em;	
}
.reit-title{
	margin: 5px 0;
	background: #a34870;
	background: linear-gradient(to right, #a34870, #528991);
}
.reit-title span{
    color: #fff;
    font-weight: bold;
    font-size: 1em;		
}
.reit-title span i{
	color: #ffcc00;
}
.reit-data{
	padding: 0;
	width: 100%;
	flex-flow: row wrap;
}
.reit-item{
	width: 140px;
    margin: 5px;
    padding: 5px;
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	cursor:pointer;
}
.reit-pic{
    width:130px;
    height: 130px;
    overflow: hidden;
    border-radius: 65px; 
}
.reit-name{
	 width:130px;
	 margin-top: 5px;
	 text-align: center;
}
.card-user-tablo-left{
	width: calc(100% - 150px);
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	
}
.card-user-tablo-row{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.card-user-tablo-reit{
	width: 100%;
	display: flex;
	justify-content: space-evenly;
	align-items: center;	
}





.md .sg-dark, .ios .sg-dark{
	background-color: #000;
	color: #fff;
}
.md .list input .sg-dark, .md .sg-dark .item-after{
	background-color: #000;
	color: #fff;
}
.md .list .sg-dark input[type=date], .md .list .sg-dark input[type=datetime-local], .md .list .sg-dark input[type=email], .md .list .sg-dark input[type=number], .md .list .sg-dark input[type=password], .md .list .sg-dark input[type=search], .md .list .sg-dark input[type=tel], .md .list .sg-dark input[type=text], .md .list .sg-dark input[type=time], .md .list .sg-dark input[type=url], .md .list .sg-dark select {
	background-color: #000;
	color: #fff;
}
.md .popup .sg-dark input[type=date], .md .popup .sg-dark input[type=datetime-local], .md .popup .sg-dark input[type=email], .md .popup .sg-dark input[type=number], .md .popup .sg-dark input[type=password], .md .popup .sg-dark input[type=search], .md .popup .sg-dark input[type=tel], .md .popup .sg-dark input[type=text], .md .popup .sg-dark input[type=time], .md .popup .sg-dark input[type=url], .md .popup .sg-dark select , .md .popup .sg-dark textarea {
	background-color: #000;
	color: #fff;
}
.nodisplay{display: none;}




	