/*
    listing.css
*/
/*
    For reset.
*/

	*{
        -webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}

	button, input, select, textarea {
		font-family : inherit;
		font-size   : 100%;
	}

/************************************** For PC. **************************************/
	div.LISTING_WP{
		width:100%;
        border-bottom:1px solid #434343;
        margin-bottom:10px;
        line-height:1.8em;
	}

	div.LISTING_WP h2{
		display:none;
	}
  /* ---------------------------------
      For Search Section 
    --------------------------------- */
	div.LISTING_SCH_WP_PC{
		width:100%;
        padding:22px 0;
        background:#f4f4f4;
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        left: 0;
  		z-index:23;

  	}

	div.LISTING_SCH_BOX{
		width:86%;
        margin:0 auto;
        display:flex;
	}

    div.LISTING_SCH_BOX select {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
        display: block;
        color: #434343;
        padding:4px 10px 4px 3px;
        text-align: left;
    	border: 1px solid #666;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        white-space: nowrap;
        overflow:hidden;
        text-overflow: ellipsis;
        -webkit-text-overflow: ellipsis; /*Safari*/
        -o-text-overflow: ellipsis; /*Opera*/
    }
    /* ie */
    div.LISTING_SCH_BOX select::-ms-expand {
		display: none;
    }

	span.SCH_BTN_CLOSE{
        position:absolute;
        right:6px;
        top:0;
        width:12px;
        height:12px;
        cursor:pointer;
	}

/************************ Biz for Sale ************************/
    select#lst_buy_or_rent_biz {
        width: 11%;
        margin-right: 1%;
		font-size: 90%;
        background:url(../imgs/chevron-down.svg) 100%  50% no-repeat #fff;
        background-size:22px auto;
    }

    select#lst_tenure_biz {
        width: 12%;
        margin-right: 1%;
		font-size: 90%;
        background:url(../imgs/chevron-down.svg) 100%  50% no-repeat #fff;
        background-size:22px auto;
    }

    select#lst_verified_badge {
        width: 11%;
        margin-right: 1%;
		font-size: 90%;
        background:url(../imgs/chevron-down.svg) 100%  50% no-repeat #fff;
        background-size:22px auto;
    }


/* Badge */
	div.BIZ_SCH_BDG_WP{
        position:relative;
		width: 11%;
		margin-right: 1%;
	}

	div.BIZ_SCH_BDG_BOX{
		width:auto;
        position:absolute;
        top:2.6em;
        left:0;
        border:1px solid #999;
        background:#fff;
		transition: 0.3s;
        padding:20px 10px 0 0;
		font-size: 90%;
        z-index:10000;
	}

/* Option */
	div.BIZ_SCH_OPT_WP{
        position:relative;
		width: 11%;
		margin-right: 1%;
	}

	div.BIZ_SCH_OPT_BOX{
		width:auto;
        position:absolute;
        top:2.6em;
        left:0;
        border:1px solid #999;
        background:#fff;
		transition: 0.3s;
        padding:20px 0 0 0;
		font-size: 90%;
        z-index:10000;
	}
/* Category */
	div.BIZ_SCH_CAT_WP{
        position:relative;
		width: 11%;
		margin-right: 1%;
	}

	div.BIZ_SCH_CAT_BOX{
		width:auto;
        position:absolute;
        top:2.6em;
        left:0;
        border:1px solid #999;
        background:#fff;
		transition: 0.3s;
        padding:20px 0 0 0;
		font-size: 90%;
        z-index:10000;
	}


	div.BIZ_SCH_SCT_LINE{
		width:100%;
        white-space: nowrap;
        padding: 0 16px 0 12px;
	}

	div.BIZ_SCH_SCT_LINE:hover{
        background:#f2f2f2;
	}

	div.BIZ_SCH_SCT_LINE input{
        margin-right: 6px;
	}

    div.BIZ_SCH_SCT_LINE label{
		width:100%;
        display: block;
        cursor: pointer;
	}

/* Location */
	div.BIZ_SCH_LOC_WP{
        position:relative;
		width: 11%;
		margin-right: 1%;
	}

	div.BIZ_SCH_LOC_BOX{
        padding-top:30px;
		width:240px;
        position:absolute;
        top:2.6em;
        left:0;
        border:1px solid #999;
        background:#fff;
		transition: 0.3s;
		font-size: 90%;
        max-height:500px;
        overflow-y: auto;
        z-index:10000;
	}

/*
    ul.BIZ_SCH_LOC_LIST{
        display: none;
    }
*/
    span.BIZ_SCH_LOC_TITLE{
        cursor: pointer;
      display: block;
      position:relative;
        padding:2px 12px;
        border-bottom:1px solid #e8e8e8;
        font-weight:bold;
    }

    span.BIZ_SCH_LOC_TITLE:after {
      content: "";
      display: inline-block;
      width: 12px;
      height: 12px;
      background:url(../imgs/chevron-up-solid.svg) no-repeat;
      background-size: contain;
      background-position:90% 50%;
      position:absolute;
      right:15px;
      top:10px;
    }

    div.BIZ_SCH_LOC_BOX span.selected:after{
      background:url(../imgs/chevron-down-solid.svg) no-repeat;
    }


    ul.BIZ_SCH_LOC_LIST li{
		width:100%;
        white-space: nowrap;
        padding:2px 4px 2px 12px;
        border-bottom:1px solid #e8e8e8;
    }

    ul.BIZ_SCH_LOC_LIST li:hover{
        background:#f2f2f2;
	}

    ul.BIZ_SCH_LOC_LIST li input{
        margin-right: 6px;
	}

    ul.BIZ_SCH_LOC_LIST li label{
		width:100%;
        display: block;
        cursor: pointer;
	}

/* Price */
	div.BIZ_SCH_PRC_WP{
        position:relative;
		width: 11%;
		margin-right: 1%;
	}

	div.BIZ_SCH_PRC_BOX{
		width:auto;
        position:absolute;
        top:2.6em;
        left:0;
        border:1px solid #999;
        background:#fff;
		transition: 0.3s;
        padding:30px 12px 12px 12px;
		font-size: 90%;
        display:flex;
        z-index:10000;
	}

	div.BIZ_SCH_PRC_BOX select{
		width:120px;
        margin-right: 0;
		font-size: 100%;
        background:url(../imgs/chevron-down.svg) 100%  50% no-repeat #fff;
        background-size:18px auto;
	}

	div.BIZ_SCH_PRC_BOX span.hfn{
		padding:0 6px;
		font-size: 120%;
	}

/************************ Space for Rent ************************/
    select#lst_buy_or_rent_spr {
        width: 12%;
        margin-right: 1%;
		font-size: 90%;
        background:url(../imgs/chevron-down.svg) 100%  50% no-repeat #fff;
        background-size:22px auto;
    }


/* Category */
	div.SPR_SCH_CAT_WP{
        position:relative;
		width: 12%;
		margin-right: 1%;
	}

	div.SPR_SCH_CAT_BOX{
		width:auto;
        position:absolute;
        top:2.6em;
        left:0;
        border:1px solid #999;
        background:#fff;
		transition: 0.3s;
        padding:20px 0 0 0;
		font-size: 90%;
        z-index:10000;
	}


	div.SPR_SCH_SCT_LINE{
		width:100%;
        white-space: nowrap;
        padding: 0 16px 0 12px;
	}

	div.SPR_SCH_SCT_LINE:hover{
        background:#f2f2f2;
	}

	div.SPR_SCH_SCT_LINE input{
        margin-right: 6px;
	}

    div.SPR_SCH_SCT_LINE label{
		width:100%;
        display: block;
        cursor: pointer;
	}

/* Location */
	div.SPR_SCH_LOC_WP{
        position:relative;
		width: 12%;
		margin-right: 1%;
	}

	div.SPR_SCH_LOC_BOX{
        padding-top:30px;
		width:240px;
        position:absolute;
        top:2.6em;
        left:0;
        border:1px solid #999;
        background:#fff;
		transition: 0.3s;
		font-size: 90%;
        max-height:500px;
        overflow-y: auto;
        z-index:10000;
	}

/*
    ul.SPR_SCH_LOC_LIST{
        display: none;
    }
*/
    span.SPR_SCH_LOC_TITLE{
        cursor: pointer;
      display: block;
      position:relative;
        padding:2px 12px;
        border-bottom:1px solid #e8e8e8;
        font-weight:bold;
    }

    span.SPR_SCH_LOC_TITLE:after {
      content: "";
      display: inline-block;
      width: 12px;
      height: 12px;
      background:url(../imgs/chevron-up-solid.svg) no-repeat;
      background-size: contain;
      background-position:90% 50%;
      position:absolute;
      right:15px;
      top:10px;
    }

    div.SPR_SCH_LOC_BOX span.selected:after{
      background:url(../imgs/chevron-down-solid.svg) no-repeat;
    }


    ul.SPR_SCH_LOC_LIST li{
		width:100%;
        white-space: nowrap;
        padding:2px 4px 2px 12px;
        border-bottom:1px solid #e8e8e8;
    }

    ul.SPR_SCH_LOC_LIST li:hover{
        background:#f2f2f2;
	}

    ul.SPR_SCH_LOC_LIST li input{
        margin-right: 6px;
	}

    ul.SPR_SCH_LOC_LIST li label{
		width:100%;
        display: block;
        cursor: pointer;
	}

/* Price */
	div.SPR_SCH_PRC_WP{
        position:relative;
		width: 12%;
		margin-right: 1%;
	}

	div.SPR_SCH_PRC_BOX{
		width:auto;
        position:absolute;
        top:2.6em;
        left:0;
        border:1px solid #999;
        background:#fff;
		transition: 0.3s;
        padding:30px 12px 12px 12px;
		font-size: 90%;
        display:flex;
        z-index:10000;
	}

	div.SPR_SCH_PRC_BOX select{
		width:120px;
        margin-right: 0;
		font-size: 100%;
        background:url(../imgs/chevron-down.svg) 100%  50% no-repeat #fff;
        background-size:18px auto;
	}

	div.SPR_SCH_PRC_BOX span.hfn{
		padding:0 6px;
		font-size: 120%;
	}

/************************ Property for Sale/Rent ************************/
    select#lst_buy_or_rent_pro {
        width: 9%;
        margin-right: 1%;
		font-size: 90%;
        background:url(../imgs/chevron-down.svg) 100%  50% no-repeat #fff;
        background-size:22px auto;
    }


/* Category */
	div.PRO_SCH_CAT_WP{
        position:relative;
		width: 9%;
		margin-right: 1%;
	}

	div.PRO_SCH_CAT_BOX{
		width:auto;
        position:absolute;
        top:2.6em;
        left:0;
        border:1px solid #999;
        background:#fff;
		transition: 0.3s;
        padding:20px 0 0 0;
		font-size: 90%;
        z-index:10000;
	}


	div.PRO_SCH_SCT_LINE{
		width:100%;
        white-space: nowrap;
        padding: 0 16px 0 12px;
	}

	div.PRO_SCH_SCT_LINE:hover{
        background:#f2f2f2;
	}

	div.PRO_SCH_SCT_LINE input{
        margin-right: 6px;
	}

    div.PRO_SCH_SCT_LINE label{
		width:100%;
        display: block;
        cursor: pointer;
	}

/* Location */
	div.PRO_SCH_LOC_WP{
        position:relative;
		width: 14%;
		margin-right: 1%;
	}

	div.PRO_SCH_LOC_BOX{
		width:140px;
        position:absolute;
        top:2.6em;
        left:0;
        border:1px solid #999;
        background:#fff;
		transition: 0.3s;
        padding:20px 0 0 0;
		font-size: 90%;
        z-index:10000;
	}

/* Districts */
	div.PRO_SCH_DIS_WP{
        position:relative;
		width: 9%;
		margin-right: 1%;
	}

	div.PRO_SCH_DIS_BOX{
		width:auto;
        position:absolute;
        top:2.6em;
        left:0;
        border:1px solid #999;
        background:#fff;
		transition: 0.3s;
        padding:20px 0 0 0;
		font-size: 90%;
        max-height:500px;
        overflow-y: auto;
        overflow-x: hidden;
        z-index:10000;
	}

/* Railways */
	div.PRO_SCH_RLW_WP{
        position:relative;
		width: 14%;
		margin-right: 1%;
	}

	div.PRO_SCH_RLW_BOX{
        padding-top:30px;
		width:300px;
        position:absolute;
        top:2.6em;
        left:0;
        border:1px solid #999;
        background:#fff;
		transition: 0.3s;
		font-size: 90%;
        max-height:500px;
        overflow-y: auto;
        z-index:10000;
	}

    ul.PRO_SCH_RLW_LIST{
        display: none;
    }

    span.PRO_SCH_RLW_TITLE{
        cursor: pointer;
      display: block;
      position:relative;
        padding:2px 12px;
        border-bottom:1px solid #e8e8e8;
        font-weight:bold;
    }

    span.PRO_SCH_RLW_TITLE:hover{
        background:#f2f2f2;
    }

    span.PRO_SCH_RLW_TITLE:after {
      content: "";
      display: inline-block;
      width: 12px;
      height: 12px;
      background:url(../imgs/chevron-down-solid.svg) no-repeat;
      background-size: contain;
      background-position:90% 50%;
      position:absolute;
      right:15px;
      top:10px;
    }
    span.selected:after{
      background:url(../imgs/chevron-up-solid.svg) no-repeat;
    }


    ul.PRO_SCH_RLW_LIST li{
		width:100%;
        white-space: normal;
        padding:2px 4px 2px 12px;
        border-bottom:1px solid #e8e8e8;
    }

    ul.PRO_SCH_RLW_LIST li span:hover{
        background:#f2f2f2;
	}

    ul.PRO_SCH_RLW_LIST li input{
        margin-right: 6px;
	}

    ul.PRO_SCH_RLW_LIST li label{
		width:100%;
        display: block;
        cursor: pointer;
	}

    ul.PRO_SCH_RLW_LIST li.PRO_SCH_RLW_STA ul{
        display: none;
    }

    ul.PRO_SCH_RLW_LIST li.PRO_SCH_RLW_STA {
      position:relative;
      padding:0;
    }

    ul.PRO_SCH_RLW_LIST li.PRO_SCH_RLW_STA ul li{
      padding:0;
      padding-left:20px;
    }

    ul.PRO_SCH_RLW_LIST li.PRO_SCH_RLW_STA ul li:hover{
        cursor: pointer;
        background:#f2f2f2;
    }

    ul.PRO_SCH_RLW_LIST li.PRO_SCH_RLW_STA ul li:last-child{
      border-bottom:0;
    }

    ul.PRO_SCH_RLW_LIST li.PRO_SCH_RLW_STA span{
      padding-left:20px;
      display:block;
    }

    ul.PRO_SCH_RLW_LIST li.PRO_SCH_RLW_STA span:after {
      content: "";
      display: inline-block;
      width: 12px;
      height: 12px;
      background:url(../imgs/chevron-down-solid.svg) no-repeat;
      background-size: contain;
      background-position:90% 50%;
      position:absolute;
      right:15px;
      top:10px;
    }

    ul.PRO_SCH_RLW_LIST li.PRO_SCH_RLW_STA span.selected:after{
      background:url(../imgs/chevron-up-solid.svg) no-repeat;
    }

    span.PRO_SCH_RLW_TITLE_SUB{
        font-weight:bold;
	}

    span.PRO_SCH_RLW_TITLE_SUB:hover{
        cursor: pointer;
        background:#f2f2f2;
	}




/* Price */
	div.PRO_SCH_PRC_WP{
        position:relative;
		width: 9%;
		margin-right: 1%;
	}

	div.PRO_SCH_PRC_BOX{
		width:auto;
        position:absolute;
        top:2.6em;
        left:0;
        border:1px solid #999;
        background:#fff;
		transition: 0.3s;
        padding:30px 12px 12px 12px;
		font-size: 90%;
        display:flex;
        z-index:10000;
	}

	div.PRO_SCH_PRC_BOX select{
		width:120px;
        margin-right: 0;
		font-size: 100%;
        background:url(../imgs/chevron-down.svg) 100%  50% no-repeat #fff;
        background-size:18px auto;
	}

	div.PRO_SCH_PRC_BOX span.hfn{
		padding:0 6px;
		font-size: 120%;
	}

/* Beds */
	div.PRO_SCH_BED_WP{
        position:relative;
		width: 9%;
		margin-right: 1%;
	}

	div.PRO_SCH_BED_BOX{
		width:auto;
        position:absolute;
        top:2.6em;
        left:0;
        border:1px solid #999;
        background:#fff;
		transition: 0.3s;
        padding:20px 0 0 0;
		font-size: 90%;
        z-index:10000;
	}

/* Sq.m */
	div.PRO_SCH_SQM_WP{
        position:relative;
		width: 9%;
		margin-right: 1%;
	}

	div.PRO_SCH_SQM_BOX{
		width:auto;
        position:absolute;
        top:2.6em;
        left:0;
        border:1px solid #999;
        background:#fff;
		transition: 0.3s;
        padding:30px 12px 12px 12px;
		font-size: 90%;
        display:flex;
        z-index:10000;
	}

	div.PRO_SCH_SQM_BOX select{
		width:120px;
        margin-right: 0;
		font-size: 100%;
        background:url(../imgs/chevron-down.svg) 100%  50% no-repeat #fff;
        background-size:18px auto;
	}

	div.PRO_SCH_SQM_BOX span.hfn{
		padding:0 6px;
		font-size: 120%;
	}









    .RTV_BTN_110x {
        position:absolute;
        top:0;
        left:0;
		display: block;
		width: 100%;
		font-size: 90%;
		color: #434343;
		padding:4px 0 4px 3px;
		background:url(../imgs/chevron-down.svg) 100%  50% no-repeat #fff;
        background-size:22px auto;
		text-align: left;
		border: 1px solid #666;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
    }

    .RTV_BTN_110x:hover {
		color: #71C5E8;
		cursor:pointer;
    }





    select#lst_tenure{
        width: 15%;
        background-size:20% auto;
    }
    
    .RTV_BTN_110 {
		display: block;
		width: 12%;
		margin-right: 1%;
		font-size: 90%;
		color: #434343;
		padding:4px 0 4px 3px;
		background:url(../imgs/chevron-down.svg) 100%  50% no-repeat #fff;
        background-size:22px auto;
		text-align: left;
		border: 1px solid #666;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
    }




    .RTV_LB_01_110 {
		font-size: 1.0em;
		display: block;
		float: left;
		margin-left: 3px;
		margin-right: 0;
		width: calc(100% - 26px);
        white-space: nowrap;
        overflow:hidden;
        text-overflow: ellipsis;
        -webkit-text-overflow: ellipsis; /*Safari*/
        -o-text-overflow: ellipsis; /*Opera*/
    }

    /*#rtv_lb_location_b, #rtv_lb_category_b, #rtv_lb_listing_b, #rtv_lb_price_b{
        white-space: nowrap;
        overflow:hidden;
	}*/


    .RTV_LB_01_110:hover {
        cursor:pointer;
    }

    div.LISTING_SCH_BOX input[type="text"]{
        margin-right: 1%;
        padding: 4px 10px;
		border: 1px solid #666;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        width: 10%;
		font-size: 90%;
	}

    .BTN_CLR_110, .BTN_SCH_110 {
        padding: 4px 0;
        border-radius: 4px;
        background: #184377;
        font-size: 1.0em;
        color: #fff;
        cursor: pointer;
        text-align:center;
		border: 1px solid #184377;
    }

    .BTN_CLR_110, .BTN_SCH_110 {
        width:8%;
    }


    .BTN_SCH_110{
        margin-left:1%;
    }

    .BTN_CLR_110:hover, .BTN_SCH_110:hover {
        background: #fff;
        color:#184377;
        transition: all .5s;
    }

    .RTV_ITEMS_SP_110 {
        display:none;
    }


	div.LISTING_WP_SP{
        display:none;
	}


  /* ---------------------------------
      For Main Section 
    --------------------------------- */
	div.LISTING_MAIN_WP{
		width:86%;
        margin:0 auto;
        display:flex;
        justify-content: space-between;
	}

	div.LISTING_MAIN_CONTENTS{
		width:calc(97% - 160px);
        position:relative;
        padding-top:30px;
	}


	div.LISTING_MAIN_CONTENTS_TITLE ul{
	}
	div.LISTING_MAIN_CONTENTS_TITLE ul li{
        color:#434343;
        font-size:0.9em;
        display:inline;
        font-weight:bold;
	}

	div.LISTING_MAIN_CONTENTS_TITLE ul li,
	div.LISTING_MAIN_CONTENTS_TITLE ul li a{
        color:#434343;
	}
	div.LISTING_MAIN_CONTENTS_TITLE ul li:after {
	  content: '>';
	  padding: 0 10px;
	  color:#434343;
	}

	div.LISTING_MAIN_CONTENTS_TITLE ul li:last-child:after {
	  content: '';
	}
	div.LISTING_MAIN_CONTENTS_TITLE ul li a:hover {
	  color:#71C5E8;
	}


    div.LISTING_SORT_BOX {
        padding:0;
        margin:0;
        position:absolute;
        top:23px;
        right:0;
        line-height:1.6em;
    }

    div.LISTING_SORT_BOX select{
        background:url(../imgs/chevron-down.svg) 99%  50% no-repeat;
        background-size:22px 22px;
        padding:10px 24px 10px 10px;
        font-size: 0.9em;
		/*border: 1px solid #ccc;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;*/
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		text-align:left;
        line-height:1.6em;
    }

    div.LISTING_SORT_BOX select::-ms-expand{
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
    }

	div.LISTING_SORT_BOX select:hover{
        color: #71C5E8;
        cursor:pointer;
	}

	div.LISTING_SORT_BOX option{
        color: #434343;
	}

	div.LISTING_MAIN_CONTENTS p.show_page{
        padding:0;
        margin:0;
        position:absolute;
        top:30px;
        right:170px;
        font-size:0.9em;
        font-weight:bold;
	}

	div.LISTING_MAIN_CONTENTS p.show_page span{
        margin:0 5px;
	}

    /* Listing Item */
	div.LISTING_MAIN_CONTENTS_ITEMBOX{
        width: 100%;
        margin-top:30px;
	}

	div.LISTING_MAIN_CONTENTS_ITEMBOX table{
        width: 100%;
		border-collapse: collapse;
		border-spacing: 0;
	}

	div.LISTING_MAIN_CONTENTS_ITEMBOX tr, div.LISTING_MAIN_CONTENTS_ITEMBOX td{
        padding:0;
        margin:0;
	}

	div.LISTING_MAIN_CONTENTS_ITEMBOX div.NOITEM_MSG_110{
		font-size:0.8em;
		font-weight:bold;
		padding:10px;
		border-bottom:1px dotted #999;
	}

	div.ITEM_WRP_110{
        display: -webkit-box;  /*Android*/
        display: -moz-box;     /*Firefox*/
        display: -ms-flexbox;  /*IE*/
        display: -webkit-flex; /*PC-Safari,iOS*/
        display: flex;
        border:1px solid #ccc;
        width: 100%;
        height: 190px;
        border-radius:6px;
        margin-bottom:20px;
        position:relative;
        background:#fff;
	}

	div.ITEM_CHK_SALE_STATUS{
	  position:absolute;
	  top:165px;
	  left:0;
	  width: 30%;
		height:24px;
	  background:rgba(224, 224, 224, 0.8);
	  z-index:3;
	  border-radius:0 0 0 6px;
	}

	div.ITEM_CHK_SALE_STATUS p{
	  padding:0;
	  margin:0;
	  display:block;
	  width: 100%;
		height:24px;
	  text-align:center;
	  color:#BD0A0A;
	  font-size:80%;
	  font-weight:bold;
	  line-height:1.6em;
	}


	div.ITEM_SOLDOUT_110{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background-color: rgba(0,0,0,0.4);
		text-align:center;
		padding-top:30px;
        border-radius:6px;
	}

	div.ITEM_SOLDOUT_110 img{
		width:260px;
		height:auto;
	}

	div.ITEM_WRP_110 div.ITEM_LEFT_110{
        width:30%;
		height:190px;
        position: relative;
        z-index:0;
	}

	div.ITEM_WRP_110 div.ITEM_LEFT_110 img{
        object-fit: cover;
        position: absolute;
        width: 100%;
        height: calc(100% - 2px);
        border-radius:6px 0 0 6px;
	}

	div.ITEM_WRP_110 div.IMG_BLUR img{
	  opacity: 0.6;
	  border-radius:6px 0 0 6px;
	}

	div.ITEM_WRP_110 div.ITEM_RIGHT_110{
		width:70%;
		height:190px;
		padding:10px 10px 10px 20px;
		position:relative;
	}

	div.ITEM_WRP_110 div.ITEM_RIGHT_110 div.ITEM_RIGHT_TITLE_110{
        width:100%;
        margin-bottom:12px;
	}

	div.ITEM_WRP_110 div.ITEM_RIGHT_110 div.ITEM_RIGHT_TITLE_110 h4{
        font-size:1.1em;
        height: calc( 1.3em * 2 );
        line-height: 1.3;
        overflow:hidden;
		word-break:break-all;
	}

	div.ITEM_WRP_110 div.ITEM_RIGHT_110 div.ITEM_RIGHT_TITLE_110 h4:lang(en){
        font-family: 'NotoSansCJKjp-Regular', sans-serif;
        font-weight:normal;
	}

	div.ITEM_WRP_110 div.ITEM_RIGHT_110 div.ITEM_RIGHT_TITLE_110 h4:lang(zh){
        font-weight:normal;
	}

	div.ITEM_WRP_110 div.ITEM_RIGHT_110 div.ITEM_RIGHT_TITLE_110 h4:lang(th){
        font-family: 'NotoSansCJKjp-Regular', sans-serif;
        font-weight:normal;
	}

	div.ITEM_WRP_110 div.ITEM_RIGHT_110 div.ITEM_RIGHT_BOX01{
        width:100%;
        position:relative;
        height:calc(100% - 4.0em);
	}

    
	div.ITEM_WRP_110 div.ITEM_RIGHT_110 div.ITEM_RIGHT_BOX01 p{
        margin:0;
        padding:0;
	}

	div.ITEM_WRP_110 div.ITEM_RIGHT_110 div.ITEM_RIGHT_BOX01 p.chk_sales{
        width:auto;
        position:absolute;
        top:-4px;
        right:0;
      color:#BD0A0A;
      font-size:70%;
      font-weight:bold;
	}

	div.ITEM_WRP_110 div.ITEM_RIGHT_110 div.ITEM_RIGHT_BOX01 p.tenure{
        width:auto;
        position:absolute;
        top:22px;
        right:0;
	}

	div.ITEM_WRP_110 div.ITEM_RIGHT_110 div.ITEM_RIGHT_BOX01 p.tenure span{
        font-size:0.7em;
        line-height:1.3em;
        display:block;
        width:auto;
        padding:0 8px;
        text-align:center;
        color:#0000e3;
        border:1px solid #0000e3;
        border-radius:8px;
	}

	div.ITEM_WRP_110 div.ITEM_RIGHT_110 div.ITEM_RIGHT_BOX01 p.id{
        font-size: 0.9em;
        display:flex;
        justify-content: flex-end;
        align-items: center;
        position:absolute;
        bottom:2.8em;
        right:0;
	}

	div.ITEM_WRP_110 div.ITEM_RIGHT_110 div.ITEM_RIGHT_BOX01 span.save{
        display:flex;
        align-items: center;
        cursor:pointer;
        z-index:1;
	}

	div.ITEM_WRP_110 div.ITEM_RIGHT_110 div.ITEM_RIGHT_BOX01 p.id img{
        width:16px;
        height:auto;
        margin-right:4px;
        margin-left:10px;
	}

	div.ITEM_WRP_110 div.ITEM_RIGHT_110 div.ITEM_RIGHT_BOX01 div.prcbtn{
        width:100%;
        display:flex;
        align-items: center;
        justify-content: flex-end;
        position:absolute;
        bottom:0;
        right:0;
	}

	div.ITEM_WRP_110 div.ITEM_RIGHT_110 div.ITEM_RIGHT_BOX01 div.prcbtn >:first-child{
        margin-right: auto;
	}

	div.ITEM_WRP_110 div.ITEM_RIGHT_110 div.ITEM_RIGHT_BOX01 div.prcbtn p.price{
        display:flex;
        align-items: center;
	}

	div.ITEM_WRP_110 div.ITEM_RIGHT_110 div.ITEM_RIGHT_BOX01 div.prcbtn p.price{
        font-size:1.3em;
	}

	div.ITEM_WRP_110 div.ITEM_RIGHT_110 div.ITEM_RIGHT_BOX01 div.prcbtn p.price span{
        margin-left:6px;
	}

	div.ITEM_WRP_110 div.ITEM_RIGHT_110 div.ITEM_RIGHT_BOX01 div.prcbtn p.price span.month{
        margin-left:6px;
        font-size:0.6em;
	}

	div.ITEM_WRP_110 div.ITEM_RIGHT_110 div.ITEM_RIGHT_BOX01 div.prcbtn p.view{
        display:flex;
        justify-content: flex-end;
        align-items: center;
        font-size: 1.1em;
        padding-right:6px;
        color:#184377;
	}

	div.ITEM_WRP_110 div.ITEM_RIGHT_110 div.ITEM_RIGHT_BOX01 div.prcbtn p.view img{
        width:18px;
        height:18px;
        margin-right:4px;
        margin-bottom:0;
	}

	div.ITEM_WRP_110 div.ITEM_RIGHT_110 div.ITEM_RIGHT_BOX01 div.prcbtn p.btn{
        display:flex;
        justify-content: flex-end;
	}

	div.ITEM_WRP_110 div.ITEM_RIGHT_110 div.ITEM_RIGHT_BOX01 div.prcbtn p.btn a {
		display:block;
        padding: 4px 10px;
        border-radius: 4px;
        background: #184377;
        font-size: 0.9em;
        color: #fff;
        cursor: pointer;
        border:1px solid #184377;
  }

	div.ITEM_WRP_110 div.ITEM_RIGHT_110 div.ITEM_RIGHT_BOX01 div.prcbtn p.btn a:hover {
        background: #fff;
        color:#184377;
        transition: all .5s;
  }

	div.ITEM_WRP_110 div.ITEM_RIGHT_110 div.ITEM_RIGHT_BOX01 div.catloc{
        width:100%;
        position:absolute;
        top:0;
        left:0;
        font-size:0.9em;
	}

	div.ITEM_WRP_110 div.ITEM_RIGHT_110 div.ITEM_RIGHT_BOX01 div.catloc p{
        margin:0;
        padding:0;
	}

	div.ITEM_WRP_110 div.ITEM_RIGHT_110 div.ITEM_RIGHT_BOX01 div.catloc p.icon{
        width:100%;
        display:flex;
        align-items: center;
        margin-bottom:10px;
        flex-wrap: wrap;
	}

	div.ITEM_WRP_110 div.ITEM_RIGHT_110 div.ITEM_RIGHT_BOX01 div.catloc p.icon img{
        width:20px;
        height:auto;
        margin-right:8px;
        margin-left:16px;
	}

	div.ITEM_WRP_110 div.ITEM_RIGHT_110 div.ITEM_RIGHT_BOX01 div.catloc p.icon img:first-child{
        margin-left:0;
	}


	span#lb_railway{
        width:60%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
	}



	div.ITEM_WRP_110 div.ITEM_RIGHT_110 div.ITEM_RIGHT_BOX01 div.catloc p.icon2{
        font-size: 0.9em;
        display:flex;
        align-items: center;
	}

	div.ITEM_WRP_110 div.ITEM_RIGHT_110 div.ITEM_RIGHT_BOX01 div.catloc p.icon2 img{
        width:20px;
        height:auto;
        margin-right:8px;
        margin-left:16px;
	}

	div.ITEM_WRP_110 div.ITEM_RIGHT_110 div.ITEM_RIGHT_BOX01 div.catloc p.icon2 img:first-child{
        margin-left:0;
	}

    /* Badge */
	div.ITEM_WRP_110 div.ITEM_RIGHT_110 div.ITEM_RIGHT_BOX01 div.v_badge{
        width:46%;
        display:flex;
        align-items: flex-start;
        justify-content: flex-end;
        position:absolute;
        bottom:-10px;
        right:160px;
        font-size:9px;
	}

	div.v_badge div.v_badge_biz{
        width:auto;
        margin-right:10px;
        text-align:center;
	}

	div.v_badge div.v_badge_id{
        width:auto;
        text-align:center;
	}

	div.v_badge div.v_badge_biz img, div.v_badge div.v_badge_id img{
        width:60px;
        height:60px;
        vertical-align:bottom;
	}

	div.v_badge p.v_badge_biz_msg , div.v_badge p.v_badge_id_msg{
        color:red;
        font-weight:bold;
	}

	div.v_badge p{
        margin:0;
        padding:0;
        width:60px;
        display:block;
        line-height:1.2em;
	}





    /* Navigation */
	div.LISTING_MAIN_CONTENTS_PAGER {
        width:auto;
        margin:50px 0;
  }

	div.LISTING_MAIN_CONTENTS_PAGER ul{
        display:flex;
        justify-content: center;
        align-items: center;
  }

	div.LISTING_MAIN_CONTENTS_PAGER ul li{
        font-weight:bold;
        border-left:1px solid #999;
        border-top:1px solid #999;
        border-bottom:1px solid #999;
  }

	div.LISTING_MAIN_CONTENTS_PAGER ul li.next{
        border-right:1px solid #999;
  }

	div.LISTING_MAIN_CONTENTS_PAGER ul li a{
        display:block;
        padding:3px 12px;
  }

	div.LISTING_MAIN_CONTENTS_PAGER ul li a:hover{
        background: #e3e3e3;
        transition: all .5s;
  }

	div.LISTING_MAIN_CONTENTS_PAGER ul li.dot{
        display:block;
        padding:3px 12px;
  }

	div.LISTING_MAIN_CONTENTS_PAGER ul li.active{
        color:#fff;
        background:#184377;
  }

  /* ---------------------------------
      For Sub Section 
    --------------------------------- */

	div.LISTING_MAIN_SUB{
        margin-top:30px;
		width:160px;
	}

	div.LISTING_MAIN_SUB div.LISTING_MAIN_AD_PC{
		width:160px;
        height:600px;
        margin-bottom:30px;
	}

	div.LISTING_MAIN_SUB div.LISTING_MAIN_AD_PC img:hover{
		cursor:pointer;
	}


	div.LISTING_MAIN_SUB div.LISTING_MAIN_LINK{
		display:none;
	}



	div.ITEM_AD_SP_WP{
        display:none;
	}

    p.btn_next_sp{
        display:none;
    }

    #search_spr_pc{
      display:none;
    }

    #search_pro_pc{
      display:none;
    }

/***************** LOGIN *****************/
  .LISTING_LOGIN_110 {
    display: flex;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100000;
    background:rgba(0, 0, 0, 0.6);
    justify-content: center;
    font-size:0.9em;
  }

  div.LISTING_LOGIN_BOX_WP_110 {
    width: 400px;
    height: 600px;
    background:#fff;
    opacity:1.0;
    margin-top:120px;
    padding:0;
  
  }

  div.LISTING_LOGIN_BOX_110{
    width:100%;
    display: -webkit-box;  /*Android*/
    display: -moz-box;     /*Firefox*/
    display: -ms-flexbox;  /*IE*/
    display: -webkit-flex; /*PC-Safari,iOS*/
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    padding:0;
    box-sizing: border-box;
  }

.login_tab_content_110{
    width:100%;
}

  div.LISTING_LOGIN_BOX_110 h3{
    font-size:1.2em;
  }

  div.LISTING_LOGIN_BOX_110  div.FORM_120_110{
    width:100%;
    padding:0;
    background:#fff;
  }

  div.LISTING_LOGIN_BOX_110  div.GGL_120_110{
    width:100%;
    padding:0;
    background:#fff;
  }


  div.SIGNUP_FORM_120_110{
    width:100%;
    margin-bottom:10px;
  }

  div.SIGNUP_FORM_BTN_120_110{
    width:100%;
    margin-bottom:20px;
    display:flex;
    justify-content:space-between;
    align-items:center;
  }

  div.SIGNUP_FORM_BTN_120_110 p.ERRMSG120_110{
    padding:0;
    margin:0;
    color:red;
    font-size:0.9em;
  }

  div.DISABLE_SIGNUP_FORM_120_110{
    width:100%;
    margin-bottom:10px;
  }

  div.HIGH_SIGNUP_FORM_120_110{
    width:100%;
    margin-bottom:10px;
  }

  div.FORM_120_110 input[type="text"], div.FORM_120_110 input[type="password"]{
    width:100%;
    padding: 10px 20px;
    border: 1px solid #434343;
    border-radius: 4px;
    font-size:1.0em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  div.SIGNUP_FORM_120_110 input[type="text"], div.SIGNUP_FORM_120_110 input[type="password"]{
    background: #ffffff;
  }

  div.DISABLE_SIGNUP_FORM_120_110 input[type="text"], div.DISABLE_SIGNUP_FORM_120_110 input[type="password"]{
    background: #595959;
  }

  div.HIGH_SIGNUP_FORM_120_110 input[type="text"], div.HIGH_SIGNUP_FORM_120_110 input[type="password"]{
    background: #FFCCE8;
  }

/*  div.SIGNUP_FORM_120 input[type="text"]:focus {
    box-shadow: 0px 0px 3px rgba(0,0,0,0.2);
  }
*/
  #div_mobile_120_110 select{
    width:60px;
    padding: 10px 10px;
    border: 1px solid #434343;
    border-radius: 4px;
    font-size:1.0em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    background:url(../imgs/chevron-down.svg) 100%  50% no-repeat #fff;
    background-size:14px auto;
  }

  #div_mobile_120_110 dd{
    display:flex;
  }

  #div_mobile_120_110 input[type="text"]{
    width:calc(100% - 65px);
    margin-left:5px;
  }

  div.FORM_120_110 p.BTN120_110 {
    text-align:right;
    margin:0;
    padding:0;
  }

  div.FORM_120_110 p input[type="button"] {
    padding: 10px 0;
    width:100px;
    border-radius: 4px;
    background: #434343;
    font-size: 0.9em;
    color: #fff;
  }

  div.FORM_120_110 p input[type="button"]:hover {
    cursor: pointer;
    background: #71C5E8;
    color:#fff;
    transition: all .5s;
  }

  div.FORM_120_110 p input[type="checkbox"] {
    margin-right:10px;
  }

  div.FORM_120_110 p a{
    color:#434343;
    text-decoration:underline;
  }

  div.FORM_120_110 p a:hover{
    color:#434343;
  }

	div.SIGNUP_FORM_CHK_120_110 p{
    background:#fff;
    margin:0;
    padding:0;
	}

	div.HIGH_SIGNUP_FORM_CHK_120_110 p{
    background: #FFCCE8;
    margin:0;
    padding:0;
    }

  div.FORM_130_110{
    width:100%;
    padding:0;
  }


  div.SIGNUP_FORM_130_110{
    width:100%;
    margin-bottom:10px;
  }

   div.DISABLE_SIGNUP_FORM_130_110{
    width:100%;
    margin-bottom:10px;
  }

  div.HIGH_SIGNUP_FORM_130_110{
    width:100%;
    margin-bottom:10px;
  }

  div.SIGNUP_BOX_130_110{
    width:100%;
    margin-bottom:10px;
    background:#ccc;
  }

 div.FORM_130_110 input[type="text"], div.FORM_130_110 input[type="password"]{
    width:100%;
    padding: 10px 20px;
    border: 1px solid #434343;
    border-radius: 4px;
    font-size:1.0em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

 div.SIGNUP_FORM_130_110 input[type="text"], div.SIGNUP_FORM_130_110 input[type="password"]{
    background: #ffffff;
  }

  div.DISABLE_SIGNUP_FORM_130_110 input[type="text"], div.DISABLE_SIGNUP_FORM_130_110 input[type="password"]{
    background: #595959;
  }

  div.HIGH_SIGNUP_FORM_130_110 input[type="text"], div.HIGH_SIGNUP_FORM_130_110 input[type="password"]{
    background: #FFCCE8;
  }

  div.FORM_130_110 p.BTN130_110 {
    text-align:right;
  }

  div.SIGNUP_FORM_130_110 input[type="button"] {
    padding: 10px 0;
    width:100px;
    border-radius: 4px;
    background: #434343;
    font-size: 0.9em;
    color: #fff;
  }

  div.SIGNUP_FORM_130_110 input[type="button"]:hover {
    cursor: pointer;
    background: #71C5E8;
    color:#fff;
    transition: all .5s;
  }

  div.SIGNUP_FORM_130_110 input[type="checkbox"] {
    margin-right:10px;
  }

  div.SIGNUP_FORM_130_110 a{
    font-size:0.9em;
    color:#434343;
    text-decoration:underline;
  }

  div.SIGNUP_FORM_130_110 a:hover{
    color:#434343;
  }

    .ADS_FORM_130 {
        width: 90%;
        margin:0 auto;
        margin-top:30px;
        margin-bottom:10px;
    }

  div.FORM_ALIGN_110{
    text-align:right;
    position:relative;
  }

  div.FORM_ALIGN_110 p.SIGNUP_FORM_ERRMSG_110{
    padding:0;
    margin:0;
    position:absolute;
    left:0;
    top:0;
    color:red;
    font-size:0.9em;
  }


  div.GGL_120_110 button{
	  border:none;
		-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
    padding:10px;
    font-size:1.1em;
    color:#666;
    width:246px;
    position: relative;
	}

  div.GGL_120_110 svg{
	  width:20px;
	  height:20px;
    position: absolute;
    left:10px;
    vertical-align:middle;
	}


  div#div_mobile_number_120_110{
    width:100%;
  }
  div#div_mobile_number_120_110 input[type="text"]{
    width:100%;
    padding: 10px 20px;
    border: 1px solid #434343;
    border-radius: 4px;
    font-size:1.0em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  div#div_mobile_number_120_110 dt{
    margin-bottom:8px;
  	text-align:left;
  }


  div.MOBILE_120_110 input[type="text"]{
    background: #ffffff;
  }

  div.DISABLE_MOBILE_120_110 input[type="text"]{
    background: #595959;
  }

  div.HIGH_MOBILE_120_110 input[type="text"]{
    background: #FFCCE8;
  }


  div#div_mobile_number_120_110 input[type="button"] {
    padding: 10px 40px;
    border-radius: 4px;
    background: #434343;
    font-size: 0.9em;
    color: #fff;
  }

  div#div_mobile_number_120_110 input[type="button"]:hover {
    cursor: pointer;
    background: #71C5E8;
    color:#fff;
    transition: all .5s;
  }


  div.MOBILE_SIGNUP_FORM_120_110{
    width:100%;
  }

  div.DISABLE_MOBILE_SIGNUP_FORM_120_110{
    width:100%;
  }

  div.HIGH_MOBILE_SIGNUP_FORM_120_110{
    width:100%;
  }

  div.MOBILE_DIALOG_120_110{
  	width:300px;
  	height:auto;
  	border:1px solid #000;
  	background:#fff;
  	padding:20px;
  }

  div.MOBILE_DIALOG_120_110 input[type="text"]{
    width:100%;
    padding: 10px 20px;
    border: 1px solid #434343;
    border-radius: 4px;
    font-size:1.0em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  div.MOBILE_DIALOG_120_110 dt{
    margin-bottom:8px;
  	text-align:left;
  }

  div.MOBILE_DIALOG_120_110 input[type="text"]{
    background: #ffffff;
  }

  div.DISABLE_MOBILE_DIALOG_120_110 input[type="text"]{
    background: #595959;
  }

  div.HIGH_MOBILE_DIALOG_120_110 input[type="text"]{
    background: #FFCCE8;
  }

  div.MOBILE_DIALOG_120_110 p.DIALOG_BTN120_110 {
  text-align:right;
  }

  div.MOBILE_DIALOG_120_110 input[type="button"] {
    padding: 10px 40px;
    border-radius: 4px;
    background: #434343;
    font-size: 0.9em;
    color: #fff;
  }

  div.MOBILE_DIALOG_120_110 input[type="button"]:hover {
    cursor: pointer;
    background: #71C5E8;
    color:#fff;
    transition: all .5s;
  }

  div.MOBILE_DIALOG_FORM_120_110{
    width:100%;
    padding-top:90px;
  }

  div.DISABLE_MOBILE_DIALOG_FORM_120_110{
    width:100%;
  }

  div.HIGH_MOBILE_DIALOG_FORM_120_110{
    width:100%;
  }

	div#div_mobile_number_120_110{
    margin-top:40px;
	}



.login_tab_menu_110{ 
    display:block;
}


.login_tab_menu_110 {
    z-index: 2;
    position: relative;
    width: 50%;
    margin: 0;
    line-height: 2.6em;
    float: left;
    text-align: center;
    transition: all 0.2s ease;
    cursor: pointer;
    box-sizing: border-box;
    font-weight:bold;
    background:#f0f0f0;
}
.login_tab_menu_110:hover {
    color: #000;
}
input:checked + .login_tab_menu_110 {
    background-color: #fff;
}
input[name="login_tab_menu_110"] {
  display: none;
}
.login_tab_content_110 {
    width:100%;
    display: none;
    z-index: 1;
    clear: both;
    padding: 15px 20px;
    margin: 0 0 0 0;
    position: relative;
    top: -2px;
    background:#fff;
}
#tab_login_110:checked ~ #tab_login_content_110,
#tab_signup_110:checked ~ #tab_signup_content_110 {
    display: block;
}


/***************** Google Ads *****************/
	div.GOOGLE_ADS_POPUP_LST{
      display: flex;
      width: 100vw;
      height: 100vh;
      position: fixed;
      top: 0;
      left: 0;
      z-index: 100000;
      justify-content: center;
      align-items: center;
      background:#fff;
      /*background:rgba(255, 255, 255, 0.4);*/
    }

	div.GOOGLE_ADS_POPUP_LST_WP{
	  width:420px;
      height:auto;
      padding:30px 10px 10px 10px;
      background:#000;
      position:relative;
      margin-top:100px;
	}

	div.GOOGLE_ADS_POPUP_LST_WP img.G_CLOSE{
      width:16px;
      height:16px;
      position:absolute;
      top:10px;
      right:10px;
	}

	div.GOOGLE_ADS_POPUP_LST_BOX{
	  width:400px;
	  height:auto;
	}


	div.ITEM_WRP_ADS_110{
	  margin-bottom:20px;
	}


  /* ---------------------------------
      For MHL Ads 
    --------------------------------- */
	div.LISTING_POP_MHL_ADS_WP{
      display: flex;
      width: 100vw;
      height: 100vh;
      position: fixed;
      top: 0;
      left: 0;
      z-index: 1000000;
      background:rgba(0, 0, 0, 0.5);
      justify-content: center;
      align-items: center;
    }

	div.LISTING_POP_MHL_ADS{
		width:70%;
        height:auto;
        padding:10px;
        position:relative;
	}

	div.LISTING_POP_MHL_ADS p{
		margin:0;
        padding:0;
	}

	div.LISTING_POP_MHL_ADS p.LISTING_POP_MHL_ADS_POPIMG{
      /*background:#fff;*/
	}

	div.LISTING_POP_MHL_ADS p.LISTING_POP_MHL_ADS_POPIMG img{
		width:100%;
        height:auto;
        border:1px solid #ccc;
        background:#fff;
        cursor:pointer;
	}

	div.LISTING_POP_MHL_ADS p.LISTING_POP_MHL_ADS_POPCLOSE{
        position:absolute;
        top:0;
        right:0;
		width:26px;
		height:26px;
	}

	div.LISTING_POP_MHL_ADS p.LISTING_POP_MHL_ADS_POPCLOSE img{
		width:100%;
        border:0;
	}

    div.MHLADS_FORM_130 {
        width: 90%;
        margin:0 auto;
        margin-top:30px;
        margin-bottom:10px;
    }

    div.MHLADS_FORM_130 p img{
        cursor:pointer;
    }


/************************************** For SP. **************************************/
@media screen and (max-width:767px){
	div.LISTING_WP{
        border-bottom:0;
        line-height:2.0em;
	}

	div.LISTING_SCH_WP_PC{
        display:none;
	}

	div.LISTING_SORT_BOX{
        display:none;
	}

	div.LISTING_WP_SP{
        display:block;
		width:100%;
		padding: 40px 20px;
        line-height:2.0em;
	}

	div.LISTING_WP_SP ul.link_tab{
		width:100%;
        margin:0 auto;
        display: flex;
        align-items: center;
        margin-bottom:30px;
	}

	div.LISTING_WP_SP ul.link_tab li{
		width:50%;
        text-align:center;
	}

	div.LISTING_WP_SP ul.link_tab:lang(en){
        font-size:0.9em;
	}

	div.LISTING_WP_SP ul.link_tab:lang(zh){
        font-size:1.0em;
	}

	div.LISTING_WP_SP ul.link_tab:lang(th){
        font-size:1.0em;
	}

	div.LISTING_WP_SP ul.link_tab a{
        display: block;
        color:#434343;
        text-decoration:underline;
        text-align:center;
        padding:6px;
        line-height:1.6em;
	}

	div.LISTING_WP_SP ul.link_tab li.link_active a{
        /*border:1px solid #434343;
        border-radius:6px;*/
	}

    .RTV_ITEMS_SP_110 {
        display:block;
        margin-bottom:20px;
    }

    .RTV_ITEMS_SP_110 p{
        display:flex;
        flex-wrap: wrap;
        margin:0;
    }

    .RTV_BTN_110 {
        margin-right: 0;
        width: 100%;
        font-size: 1.0em;
        color: #434343;
        background:url(../imgs/chevron-down.svg) 95%  50% no-repeat;
        background-size:20px auto;
        text-align: left;
    	border: 1px solid #666;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        margin-bottom:10px;
        padding:10px;

    }

    .RTV_BTN_110:hover {
        color: #71C5E8;
        cursor:pointer;
    }

	div.sp_add_line_110{
        display:flex;
        flex-wrap: wrap;
	}

	div.sp_add_line_110 p{
        width: 100%;
        margin:0;
        padding:0;
	}

	div.sp_add_line_110 select.WTH02{
        padding: 10px ;
		border: 1px solid #666;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
		width:49%;
		margin-bottom:10px;
	}

    #sel_max_price_c{
        margin-left:2%;
    }
    
    .RTV_LB_01_110 {
        font-size: 1.0em;
        display: block;
        float: left;
        margin-left: 10px;
        margin-right: 5px;
    }

    .RTV_LB_01_110:hover {
        cursor:pointer;
    }

	div.ADD_FILTER_AREA input[type="text"]{
        padding: 10px;
    	border: 1px solid #666;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        width: 100%;
        margin-bottom:20px;
	}

    .BTN_SCH_110{
        width: 100%;
        margin-left:0;
    }

    p.btn_filter {
        width:100%;
        display:block;
        padding: 6px 0;
        border-radius: 4px;
        font-size: 1.0em;
        color: #fff;
        cursor: pointer;
        text-align:center;
		border: 1px solid #184377;
        background:url(../imgs/chevron-down2.svg) 95%  50% no-repeat #184377;
        background-size:20px auto;
    }

    p.btn_filter:hover {
        background: #fff;
        color:#184377;
        transition: all .5s;
    }

	.RTV_ITEMS_SCHSP_110{
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        border-bottom:1px solid #434343;
        padding:0 10px 10px 10px;
        font-size:0.9em;
	}
	
	.RTV_ITEMS_SCHSP_110 label:hover{
        color: #71C5E8;
        cursor:pointer;
	}

	.RTV_ITEMS_SCHSP2_110{
        display: flex;
        /*justify-content: flex-end;
        align-items: flex-start;*/
        border-bottom:1px solid #434343;
        padding:0 10px 10px 10px;
        font-size:0.9em;
	}
	
	.RTV_ITEMS_SCHSP2_110 label:hover{
        color: #71C5E8;
        cursor:pointer;
	}

  .RTV_LB_FLT_110 {
        background:url(../imgs/ic_filter.png)  no-repeat;
		text-align:left;
		padding-left:28px;
		width:26%;
		line-height:1.1em;
		height:30px;
  }

  .RTV_LB_SRT_110 {
		text-align:center;
		width:46%;
		line-height:1.2em;
        background:url(../imgs/ic_sort.png)  no-repeat #fff;
		height:30px;
		position:relative;
  }

	.RTV_LB_SRT_110 select:hover{
        color: #71C5E8;
        cursor:pointer;
	}

  .RTV_LB_SRT_110 select{
		position:absolute;
		top:-3px;
		left:30px;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		background:#fff;
	}

  .RTV_LB_SRT_110 select::-ms-expand{
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
	}

  .RTV_LB_SRT_110 option{
        color: #434343;
	}

  .RTV_LB_CLR_110 {
        /*background:url(../imgs/ic_clear.png) left  top no-repeat;
        background-size:26px 26px;
		text-align:right;
		padding-right:5px;
		width:22%;
		height:30px;*/
		width:100%;
		text-align:right;
		line-height:1.2em;
        padding:10px 0;
  }

  .RTV_LB_SRT2_110 {
		/*text-align:right;*/
		width:100%;
		line-height:1.2em;
        background:url(../imgs/ic_sort.png)  no-repeat #fff;
        background-size:auto 20px;
		height:34px;
		position:relative;
  }

	.RTV_LB_SRT2_110 select:hover{
        color: #434343;
        cursor:pointer;
	}

  .RTV_LB_SRT2_110 select{
		position:absolute;
		top:0;
		left:26px;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		background:#fff;
        color: #434343;
	}

  .RTV_LB_SRT2_110 select::-ms-expand{
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
	}

  .RTV_LB_SRT2_110 option{
        color: #434343;
	}

    .ADS_FILTER_AREA {
        width: 90%;
        margin:0 auto;
        margin-top:10px;
        margin-bottom:10px;
    }

    .ADD_FILTER_AREA {
        display: block;
        position: fixed;
        left: 0px;
        right: 0px;
        top: 70px;
        bottom: 0px;
        width: 100%;
        background:#fff;
        z-index:99999;
        max-height:calc(100% - 70px);
        /*max-height:500px;*/
        overflow-y: scroll;

        border:1px solid #666;
        padding:50px 30px 50px 30px;

    }
	div.ADD_FILTER_AREA p{
        display:flex;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 100%;
        margin:0;
        padding:0;
	}

	div.ADD_FILTER_AREA span.MODAL_BTN_CLOSE{
        position:absolute;
        right:10px;
        top:10px;
        width:16px;
        height:16px;
        cursor:pointer;
        z-index:100003;
	}

	div.ADD_FILTER_AREA span.MODAL_BTN_CLOSE img{
        width:100%;
        height:auto;
    }

	div.ADD_FILTER_AREA select{
        padding: 10px ;
		border: 1px solid #666;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
		width:100%;
		margin-bottom:20px;
        background:url(../imgs/chevron-down.svg) 99%  50% no-repeat #fff;
        background-size:15px auto;
        color:#434343;
	}

    .RTV_BTN_SP {
		display: block;
        width: 100%;
        font-size: 1.0em;
        background:url(../imgs/chevron-down.svg) 99%  50% no-repeat;
        background-size:15px auto;
        text-align: left;
    	border: 1px solid #666;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        margin-bottom:20px;
        padding:8px 14px;
    }

    .RTV_BTN_SP_HLF {
		display: block;
        width: 49%;
        font-size: 1.0em;
        background:url(../imgs/chevron-down.svg) 99%  50% no-repeat;
        background-size:15px auto;
        text-align: left;
    	border: 1px solid #666;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        margin-bottom:20px;
        padding:8px 14px;
    }
    
	div.ADD_FILTER_AREA select.RTV_SCT_SP{
        width: 49%;
    }

    .RTV_BTN_SP:hover {
		color: #71C5E8;
		cursor:pointer;
    }

    .RTV_BTN_SP_HLF:hover {
		color: #71C5E8;
		cursor:pointer;
    }

    .RTV_LB_01_SP:hover {
        cursor:pointer;
    }

    select#lst_tenure{
        width: 100%;
    }

/* for Railways */
    ul.SP_PRO_SCH_RLW_LIST{
        display: none;
    }

    span.SP_PRO_SCH_RLW_TITLE{
        cursor: pointer;
      display: block;
      position:relative;
        padding:2px 12px;
        border-bottom:1px solid #e8e8e8;
        font-weight:bold;
    }

    span.SP_PRO_SCH_RLW_TITLE:hover{
        background:#f2f2f2;
    }

    span.SP_PRO_SCH_RLW_TITLE:after {
      content: "";
      display: inline-block;
      width: 12px;
      height: 12px;
      background:url(../imgs/chevron-down-solid.svg) no-repeat;
      background-size: contain;
      background-position:90% 50%;
      position:absolute;
      right:15px;
      top:10px;
    }
    span.sp_selected:after{
      background:url(../imgs/chevron-up-solid.svg) no-repeat;
    }


    ul.SP_PRO_SCH_RLW_LIST li{
		width:100%;
        white-space: normal;
        padding:4px 4px 4px 12px;
        border-bottom:1px solid #e8e8e8;
    }

    ul.SP_PRO_SCH_RLW_LIST li span:hover{
        background:#f2f2f2;
	}

    ul.SP_PRO_SCH_RLW_LIST li input{
        margin-right: 6px;
	}

    ul.SP_PRO_SCH_RLW_LIST li label{
		width:100%;
        display: block;
        cursor: pointer;
	}

    ul.SP_PRO_SCH_RLW_LIST li.SP_PRO_SCH_RLW_STA ul{
        display: none;
    }

    ul.SP_PRO_SCH_RLW_LIST li.SP_PRO_SCH_RLW_STA {
      position:relative;
      padding:4px 0;
    }

    ul.SP_PRO_SCH_RLW_LIST li.SP_PRO_SCH_RLW_STA ul li{
      padding:0;
      padding:4px 0 4px 20px;
    }

    ul.SP_PRO_SCH_RLW_LIST li.SP_PRO_SCH_RLW_STA ul li:hover{
        cursor: pointer;
        background:#f2f2f2;
    }

    ul.SP_PRO_SCH_RLW_LIST li.SP_PRO_SCH_RLW_STA ul li:last-child{
      border-bottom:0;
    }

    ul.SP_PRO_SCH_RLW_LIST li.SP_PRO_SCH_RLW_STA span{
      padding-left:20px;
      display:block;
    }

    ul.SP_PRO_SCH_RLW_LIST li.SP_PRO_SCH_RLW_STA span:after {
      content: "";
      display: inline-block;
      width: 12px;
      height: 12px;
      background:url(../imgs/chevron-down-solid.svg) no-repeat;
      background-size: contain;
      background-position:90% 50%;
      position:absolute;
      right:15px;
      top:10px;
    }

    ul.SP_PRO_SCH_RLW_LIST li.SP_PRO_SCH_RLW_STA span.sp_selected:after{
      background:url(../imgs/chevron-up-solid.svg) no-repeat;
    }

    span.SP_PRO_SCH_RLW_TITLE_SUB{
        font-weight:bold;
	}

    span.SP_PRO_SCH_RLW_TITLE_SUB:hover{
        cursor: pointer;
        background:#f2f2f2;
	}

    ul.SP_PRO_SCH_RLW_LIST li input[type="checkbox"]{
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
        margin-right:10px;
    }




  /* ---------------------------------
      For Main Section 
    --------------------------------- */
	div.LISTING_MAIN_WP{
		width:100%;
		padding: 0 20px 20px 20px;
        display:block;
	}

	div.LISTING_MAIN_CONTENTS{
		width:100%;
        padding-top:0;
	}

	div.LISTING_MAIN_CONTENTS_TITLE ul li:not(:first-child){
        display:none;
	}

	div.LISTING_MAIN_CONTENTS_TITLE ul li:after {
	  content: '';
	}

	div.ITEM_WRP_110{
	  flex-wrap: wrap;
        height:auto;
        max-height:470px;
	}

	div.ITEM_CHK_SALE_STATUS{
        width:100%;
	  top:218px;
	  border-radius:0;
	}

	div.ITEM_SOLDOUT_110{
		padding-top:130px;
	}

	div.ITEM_WRP_110 div.ITEM_LEFT_110{
		width:100%;
		height:240px;
	}

	div.ITEM_WRP_110 div.ITEM_LEFT_110 img{
	  border-radius:6px 6px 0 0;
	}

	div.ITEM_WRP_110 div.IMG_BLUR img{
	  border-radius:6px 6px 0 0;
	}

	div.ITEM_WRP_110 div.ITEM_RIGHT_110{
        width:100%;
        padding:0 10px 10px 10px;
        height:auto;
        max-height:230px;
	}

	div.ITEM_WRP_110 div.ITEM_RIGHT_110 div.ITEM_RIGHT_TITLE_110{
        margin-top:6px;
        margin-bottom:0;
        height:auto;
	}

	div.ITEM_WRP_110 div.ITEM_RIGHT_110 div.ITEM_RIGHT_TITLE_110 h4{
       /* height: calc( 1.3em * 1 );*/
        width:calc(100vw - 60px);
        white-space: nowrap;
        overflow:hidden;
        text-overflow: ellipsis;
        -webkit-text-overflow: ellipsis; /*Safari*/
        -o-text-overflow: ellipsis; /*Opera*/
        height:auto;
	}

	div.ITEM_WRP_110 div.ITEM_RIGHT_110 div.ITEM_RIGHT_BOX01{
        height:auto;
        max-height:calc(100% - 16px);
	}

	div.ITEM_WRP_110 div.ITEM_RIGHT_110 div.ITEM_RIGHT_BOX01 p.chk_sales{
        bottom:-18px;
        left:0;
	}

	div.ITEM_WRP_110 div.ITEM_RIGHT_110 div.ITEM_RIGHT_BOX01 p.chk_sales span{
        width:auto;
        position:absolute;
        top:72px;
        left:0;
	}
	div.ITEM_WRP_110 div.ITEM_RIGHT_110 div.ITEM_RIGHT_BOX01 p.tenure{
        top:110px;
        left:0;
	}

	div.ITEM_WRP_110 div.ITEM_RIGHT_110 div.ITEM_RIGHT_BOX01 p.tenure span{
        width:120px;
        position:absolute;
        bottom:0;
        left:0;
	}

	div.ITEM_WRP_110 div.ITEM_RIGHT_110 div.ITEM_RIGHT_BOX01 div.prcbtn {
	  flex-wrap: wrap;
      flex-direction: column-reverse;
        position: static;
        align-items: flex-end;
        bottom:10px;
	}

	div.ITEM_WRP_110 div.ITEM_RIGHT_110 div.ITEM_RIGHT_BOX01 div.prcbtn p.price{
        display:block;
        width:100%;
        text-align:right;
	}

	div.ITEM_WRP_110 div.ITEM_RIGHT_110 div.ITEM_RIGHT_BOX01 div.prcbtn p.view{
        width:100%;
        text-align:right;
        padding-bottom:1.2em;
        padding-right:4px;
	}

	div.ITEM_WRP_110 div.ITEM_RIGHT_110 div.ITEM_RIGHT_BOX01 div.prcbtn p.view img{
        margin-top:0;
	}

	div.ITEM_WRP_110 div.ITEM_RIGHT_110 div.ITEM_RIGHT_BOX01 div.prcbtn p.btn{
        display:none;
	}


	div.ITEM_WRP_110 div.ITEM_RIGHT_110 div.ITEM_RIGHT_BOX01 p.id{
        position: static;
        display: flex;
	}

    div.ITEM_WRP_110 div.ITEM_RIGHT_110 div.ITEM_RIGHT_BOX01 p.id >:last-child {
      margin-left: auto;
    }


	div.ITEM_WRP_110 div.ITEM_RIGHT_110 div.ITEM_RIGHT_BOX01 div.catloc{
        top:30px;
	}

	div.ITEM_WRP_110 div.ITEM_RIGHT_110 div.ITEM_RIGHT_BOX01 div.catloc p.icon2 img{
        width:20px;
        margin-right:4px;
        margin-left:10px;
	}

	div.ITEM_WRP_110 div.ITEM_RIGHT_110 div.ITEM_RIGHT_BOX01 div.catloc p.icon img{
        width:16px;
        height:auto;
        margin-right:2px;
        margin-left:6px;
	}

	div.ITEM_WRP_110 div.ITEM_RIGHT_110 div.ITEM_RIGHT_BOX01 div.catloc p.icon{
        line-height:1.4em;
        margin-bottom:4px;
	}


    /* Badge */
	div.ITEM_WRP_110 div.ITEM_RIGHT_110 div.ITEM_RIGHT_BOX01 div.v_badge{
        position: static;
        width:100%;
        align-items: flex-start;
        justify-content: flex-start;
        font-size:8px;
	}

	div.ITEM_WRP_110 div.ITEM_RIGHT_110 div.ITEM_RIGHT_BOX01 div.v_badge:lang(th){
        /*top:-34px;*/
	}

	div.v_badge div.v_badge_biz img, div.v_badge div.v_badge_id img{
        width:40px;
        height:40px;
	}

	div.ITEM_WRP_110 div.ITEM_RIGHT_110 div.ITEM_RIGHT_BOX01 div.v_badge p{
        line-height:1.1em;
	}

    /* Listing Item */
	div.LISTING_MAIN_CONTENTS_ITEMBOX{
        margin-top:10px;
	}







  /* ---------------------------------
      For Sub Section 
    --------------------------------- */

	div.LISTING_MAIN_SUB{
		width:100%;
        margin-top:0;
	}

	div.LISTING_MAIN_SUB div.LISTING_MAIN_AD_PC{
		display:none;
	}


    .tr_SP{
        width:100%;
        text-align:center;
    }

	.tr_SP td{
        width:100%;
        height:auto;
	}

	div.ITEM_AD_SP_WP{
        display:block;
	    width:100%;
	    height: 250px;
        margin-bottom:20px;
	}

	div.ITEM_AD_SP{
        width: 300px;
        height: 250px;
        margin:0 auto;
	}

    p.btn_next_sp{
        width: 80%;
        margin:0 auto;
        display:block;
        color:#fff;
        background:#184377;
        margin-bottom:30px;
        text-align:center;
        padding:6px 0;
    }

    p.btn_next_sp:hover{
        cursor: pointer;
    }

	div.LISTING_MAIN_SUB div.LISTING_MAIN_LINK{
        display:block;
		width:100%;
        height:auto;
        border:1px solid #ccc;
        padding:20px;
        margin-bottom:30px;
		line-height:2.0em;
	}

	div.LISTING_MAIN_SUB div.LISTING_MAIN_LINK p{
        margin:0;
        padding:0;
		font-weight:bold;
        margin-bottom:10px;
	}

	div.LISTING_MAIN_SUB div.LISTING_MAIN_LINK a{
		font-size:0.9em;
        margin-bottom:10px;
        color:#0478AF;
	}

	div.LISTING_MAIN_CONTENTS p.show_page{
        top:0;
        right:0;
	}

	div.LISTING_MAIN_CONTENTS_PAGER ul li.next{
		font-size:0.9em;
  }

	div.LISTING_MAIN_CONTENTS_PAGER ul li.prev{
		font-size:0.9em;
  }

    div.SP_CATEGORY_WP{
        position:relative;
    }

    div.SP_CATEGORY_LIST_WP{
        border:1px solid #6a6a6a;
        background:#fff;
        width:100%;
        position:absolute;
        top:47px;
        z-index:100002;
    }

    div.SP_CATEGORY_LIST{
        max-height:250px;
        overflow-y: scroll;
    }

    div.SP_CATEGORY_LIST label{
        display:block;
        width:100%;
    }

    div.SP_BEDS_WP{
        position:relative;
    }

    div.SP_BEDS_LIST_WP{
        border:1px solid #6a6a6a;
        background:#fff;
        width:100%;
        position:absolute;
        top:47px;
        z-index:100002;
    }

    div.SP_BEDS_LIST{
        max-height:250px;
        overflow-y: scroll;
    }

    div.SP_BEDS_LIST label{
        display:block;
        width:100%;
    }

    div.SP_MODAL_LINE03{
		font-size: 0.9em;
        padding:4px 8px;
    }

    div.SP_BDG_WP{
        position:relative;
    }

    div.SP_BDG_LIST_WP{
        border:1px solid #6a6a6a;
        background:#fff;
        width:100%;
        position:absolute;
        top:47px;
        z-index:100002;
    }

    div.SP_BDG_LIST{
        max-height:250px;
        overflow-y: scroll;
    }

    div.SP_BDG_LIST label{
        display:block;
        width:100%;
    }

    div.SP_OPTION_WP{
        position:relative;
    }

    div.SP_OPTION_LIST_WP{
        border:1px solid #6a6a6a;
        background:#fff;
        width:100%;
        position:absolute;
        top:47px;
        z-index:100002;
    }

    div.SP_OPTION_LIST{
        max-height:250px;
        overflow-y: scroll;
    }

    div.SP_OPTION_LIST label{
        display:block;
        width:100%;
    }
    div.SP_LOCATION_WP{
        position:relative;
    }

    div.SP_LOCATION_LIST_WP{
        border:1px solid #6a6a6a;
        background:#fff;
        width:100%;
        position:absolute;
        top:47px;
        z-index:100002;
    }

    div.SP_LOCATION_LIST{
        max-height:250px;
        overflow-y: scroll;
    }

    div.SP_LOCATION_LIST label{
        display:block;
        width:100%;
    }

    div.SP_DISTRICTS_WP{
        position:relative;
    }

    div.SP_DISTRICTS_LIST_WP{
        border:1px solid #6a6a6a;
        background:#fff;
        width:100%;
        position:absolute;
        top:47px;
        z-index:100002;
    }

    div.SP_DISTRICTS_LIST{
        max-height:250px;
        overflow-y: scroll;
    }

    div.SP_DISTRICTS_LIST label{
        display:block;
        width:100%;
    }

    div.SP_RAILWAYS_WP{
        position:relative;
    }

    div.SP_RAILWAYS_LIST_WP{
        border:1px solid #6a6a6a;
        background:#fff;
        width:100%;
        position:absolute;
        top:47px;
        z-index:100002;
    }

    div.SP_RAILWAYS_LIST{
        max-height:250px;
        overflow-y: scroll;
    }



    div.SP_MODAL_LINE03{
		font-size: 0.9em;
        padding:4px 8px;
    }
    div.SP_MODAL_LINE03:hover{
		background:#f4f4f4;
    }

    div.SP_MODAL_LINE03 input[type="checkbox"]{
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
        margin-right:10px;
    }

    div.SP_MODAL_LINE04{
		font-size: 0.9em;
        padding:4px 8px 4px 16px;
        border-top:1px solid #e2e2e2;
    }

    div.SP_MODAL_LINE04:hover{
		background:#f4f4f4;
    }

    div.SP_MODAL_LINE04 input[type="checkbox"]{
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
        margin-right:10px;
    }

    div.SP_MODAL_LINE05{
		font-size: 0.9em;
        padding:4px 8px 4px 16px;
        border-top:1px solid #e2e2e2;
    }

    div.SP_MODAL_LINE05:hover{
		background:#f4f4f4;
    }

    div.SP_MODAL_LINE05 input[type="checkbox"]{
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
        margin-right:10px;
    }

    div.SP_MODAL_BTN_CHOOSE{
        padding:8px 0;
        display:flex;
        justify-content: center;
        align-items: center;
    }

    div.SP_MODAL_BTN_CHOOSE input[type="button"] {
        padding: 8px 30px;
        border-radius: 4px;
        background: #71C5E8;;
        font-size: 1.0em;
        color: #fff;
        cursor: pointer;
    }

    div.SP_MODAL_BTN_CHOOSE input[type="button"]:hover {
        background: #434343;
        color:#fff;
        transition: all .5s;
    }

    div.SP_MODAL_BTN_CHOOSE span{
        display:block;
        margin-left:20px;
        cursor:pointer;
        color:#1f8fc0;
    }

    div.SP_MODAL_LINE02{
        font-weight:bold;
        margin-bottom:10px;
        margin-left:10px;
    }

  /* ---------------------------------
      For MHL Ads 
    --------------------------------- */
	div.LISTING_POP_MHL_ADS{
		width:100%;
	}


	div.v_badge p.v_badge_biz_msg:lang(th) , div.v_badge p.v_badge_id_msg:lang(th){
        margin-top:2px !important;
	}





}
