/*
    detail.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.DETAIL_WP{
		width:100%;
        border-bottom:1px solid #434343;
        margin-bottom:10px;
        line-height:1.8em;
	}

  div.BREADCRUMB_WRP_111{
		width:100%;
		border-bottom:1px solid #ccc;
		margin-bottom:10px;
  }

  div.BREADCRUMB_BOX_111{
	  width:100%;
      padding:0 5%;
  }

	div.BREADCRUMB_BOX_111 ul{
      display:flex;
      align-items: center;
	}

	div.BREADCRUMB_BOX_111 ul li{
	  color:#434343;
	  font-size:0.8em;
	  /*display:inline;*/
	}

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

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

  /* ---------------------------------
      For Contents 
    --------------------------------- */
	div.WRAP_SOLDOUT_111{
		width: 100%;
	}

	div.ITEM_SOLDOUT_111{
    display: flex;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100000;
    background:rgba(0, 0, 0, 0.4);
    justify-content: center;
	}

	div.ITEM_SOLDOUT_111 img{
		width:476px;
		height:238px;
        margin-top:30%;
	}



    div.DETAIL_BOX_111{
        width:86%;
        /*max-width:1000px;*/
        margin:0 auto;
        margin-bottom:50px;
        position: relative;
    }

/*	div.DETAIL_BOX_111 div.DETAIL_BOX_TITLE_111{
        width:100%;
        position: relative;
        display: flex;
        margin-bottom:20px;
        padding-top:20px;
	}

	div.DETAIL_BOX_111 div.DETAIL_BOX_TITLE_111 div.icon_111{
		width:50px;
		margin-right:20px;
	}

	div.DETAIL_BOX_111 div.DETAIL_BOX_TITLE_111 div.icon_111 img{
		width:100%;
		height:auto;
	}

	div.DETAIL_BOX_111 div.DETAIL_BOX_TITLE_111 h2{
	  font-size:1.2em;
	}

	div.DETAIL_BOX_111 div.DETAIL_BOX_TITLE_111 h2 span{
	  font-size:0.7em;
	}

	div.DETAIL_BOX_111 div.DETAIL_BOX_TITLE_111 h2:lang(zh) {
		font-weight:bold;
		-webkit-text-stroke:0;
	}
*/
	div.DETAIL_BOX_111 h2{
        font-size:1.3em;
        padding-top:20px;
        margin-bottom:20px;
		word-break:break-all;
	}

	div.DETAIL_BOX_111 h2:lang(zh) {
		font-weight:bold;
		-webkit-text-stroke:0;
	}

/*	div.DETAIL_BOX_111 div.DETAIL_BOX_TITLE_111 div.link_111{
		width:auto;
	  position: absolute;
	  top:0;
	  right:300px;
	  font-size:0.9em;
	  display: -webkit-box;
	  display: -moz-box;
	  display: -ms-flexbox;
	  display: -webkit-flex;
	  display: flex;
	  align-items: flex-start;
		justify-content: flex-end;
	}
*/
	div.DETAIL_BOX_111 div.DETAIL_BOX_ICONS_111{
	  margin:20px 0;
		width:100%;
	  display: -webkit-box;  /*Android*/
	  display: -moz-box;     /*Firefox*/
	  display: -ms-flexbox;  /*IE*/
	  display: -webkit-flex; /*PC-Safari,iOS*/
	  display: flex;
	  position: relative;
	}

	div.DETAIL_BOX_111 div.DETAIL_BOX_ICONS_111 div.link_111{
		width:auto;
	  position: absolute;
	  top:0;
	  right:290px;
	  display: -webkit-box;  /*Android*/
	  display: -moz-box;     /*Firefox*/
	  display: -ms-flexbox;  /*IE*/
	  display: -webkit-flex; /*PC-Safari,iOS*/
	  display: flex;
	}

	div.DETAIL_BOX_111 div.DETAIL_BOX_ICONS_111 div.link_111 p{
		margin:0 5px;
	}

	div.DETAIL_BOX_111 div.DETAIL_BOX_ICONS_111 div.link_111 p img{
		height:40px;
		width:auto;
	}


	div.DETAIL_BOX_111 div.DETAIL_BOX_ID_111{
	  display: -webkit-box;  /*Android*/
	  display: -moz-box;     /*Firefox*/
	  display: -ms-flexbox;  /*IE*/
	  display: -webkit-flex; /*PC-Safari,iOS*/
	  display: flex;
      align-items: center;
	  font-size:0.9em;
	  position: relative;
	}

    /*div.DETAIL_BOX_111 div.DETAIL_BOX_ID_111 >:last-child {
      margin-left: auto;
    }*/

    div.DETAIL_BOX_111 div.DETAIL_BOX_ID_111 >:last-child {
      margin-left: auto;
    }

	div.DETAIL_BOX_111 div.DETAIL_BOX_ID_111 p{
	  padding:0;
	  margin:0;
	}

	div.DETAIL_BOX_111 div.DETAIL_BOX_ID_111 p.cat_111{
	  display: flex;
      align-items: center;
      margin-right:30px;
	}

	div.DETAIL_BOX_111 div.DETAIL_BOX_ID_111 p.cat_111 img{
	  width:18px;
      height:auto;
      margin-right:8px;
	}

    div.DETAIL_BOX_SHARE_WP{
	  width:100%;
      /*background:#ccc;*/
	  display: -webkit-flex; /*PC-Safari,iOS*/
	  display: flex;
      justify-content: flex-end;
	  position: relative;
    }

    div.DETAIL_BOX_SHARE_WP >:first-child {
      margin-right: auto;
    }

	div.DETAIL_BOX_SHARE_WP p.link_111{
	  display: flex;
      align-items: center;
      justify-content: flex-end;
	  position: relative;
	}

	div.DETAIL_BOX_SHARE_WP p.link_111 img{
	  width:30px;
      height:auto;
      margin-left:20px;
      cursor:pointer;
	}

	div.DETAIL_BOX_111 div.DETAIL_BOX_SHARE_WP p.under_negotiation_111{
	  color:#BD0A0A;
	  font-weight:bold;
	  font-size:0.8em;
	}

	div.DETAIL_BOX_111 div.DETAIL_BOX_ID_111 p.id_111{
      margin-right:30px;
	}

	div.DETAIL_BOX_111 div.DETAIL_BOX_ID_111 p.tenure_111{
	  /*width:auto;
	  padding:1px 10px;
	  text-align:center;
	  color:#0000e3;
	  border:1px solid #0000e3;
	  border-radius:6px;
	  font-size:0.8em;
      line-height:1.2em;*/
	}

	div.DETAIL_BOX_111 div.DETAIL_BOX_ID_111 p.tenure_111 span{
      display:block;
	  width:auto;
	  padding:1px 10px;
	  text-align:center;
	  color:#0000e3;
	  border:1px solid #0000e3;
	  border-radius:6px;
	  font-size:0.8em;
      line-height:1.2em;
	}


	div.DETAIL_BOX_111 div.DETAIL_BOX_ID_111 p.date_111{
      margin-right:30px;
	}

	div.DETAIL_BOX_111 div.DETAIL_BOX_ID_111 p.view_111{
	  font-size:0.8em;
	}

    div.DETAIL_BOX_SHARE_111{
	  width:220px;
      height:140px;
	  position: absolute;
	  top:50px;
	  right:0;
	  background:#fff;
      border:1px solid #999;
      z-index:1000;
      padding:5px 10px;
      box-shadow: 2px 2px 2px #ccc ;
	  text-align:center;
	}

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

    div.DETAIL_BOX_SHARE_111 span.SHAREBTN_111{
	  position: absolute;
	  top:0;
	  right:0;
      display:block;
	  width:20px;
      height:20px;
      cursor:pointer;
	}

    div.DETAIL_BOX_SHARE_111 span.SHAREBTN_111 img{
	  width:16px;
      height:16px;
	}

    div.DETAIL_BOX_SHARE_111 p.SHARE_TTL{
      color:#000;
      font-size:0.9em;
      display:block;
      height:3em;
	}

	p.sharethis-inline-share-buttons{
	  width:300px !important;
      text-align:right !important;
	}

	p.DETAIL_MAIL_SHARE_111{
	  width:auto !important;
      text-align:right !important;
      cursor:pointer;
	  transition: .3s;
	}

	p.DETAIL_MAIL_SHARE_111:hover{
	  transform: translateY(-4px);
	  opacity:0.8;
	}

	p.DETAIL_MAIL_SHARE_111 img{
	  width:auto;
      height:30px;
	}

    div.DETAIL_BOX_SHARE_111 p.SHARE_INPUT{
	}

	div.DETAIL_BOX_SHARE_111  p.SHARE_INPUT input[type="text"]{
        width:100%;
		padding: 3px 16px;
	    -webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    -o-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	    box-sizing: border-box;
		border-radius: 20px;
        color:#686868;
        background:#e2e2e2;
      font-size:0.9em;
    margin-bottom:10px;
	}

	div.DETAIL_BOX_SHARE_111  p.SHARE_COPYBTN input[type="button"] {
	  width:auto;
      font-size:0.9em;
		padding: 6px 14px;
		background: #434343;
		color: #fff;
		border-radius: 20px;
	}

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


	/* SLIDE */
  div.DETAIL_SLIDE_111{
    width:100%;
    margin-bottom:50px;
    padding-left:10px;
  }

	div.SLIDE_ITEMS {
	  width: 100%;
	}

	div.SLIDE_ITEMS div.SLIDE_WRP_ITEMS {
/*	  display: flex;
	  flex-direction: column;
	  justify-content: center;
	  align-items: center;
*/
	  width: 100%;
	  height: auto;
	}

	div.SLIDE_ITEMS div.SLIDE_WRP_ITEMS  div.SLIDE_PHOTO{
		position: relative;
		width:96%;
	  height:300px;
	}

	div.SLIDE_ITEMS div.SLIDE_WRP_ITEMS  div.SLIDE_PHOTO img{
	  object-fit: cover;
	  position: absolute;
	  width: 100%;
	  height: 100%;
  }

	.SLIDE_ITEMS_PREV,
	.SLIDE_ITEMS_NEXT {
	  position: absolute;
	  top: 50%;
	  transform: translateY(-50%);
	  font-size: 1.2rem;
	  cursor: pointer;
	  z-index: 10;
	  color:#fff;
	  background:#71C5E8;
	  padding:4px 14px;
	  font-weight:bold;
	  opacity:0.5;
	}

	.SLIDE_ITEMS_PREV {
	  left: 4%;
	}

	.SLIDE_ITEMS_NEXT {
	  right: 4%;
	}

	.SLIDE_ITEMS_PREV:hover,
	.SLIDE_ITEMS_NEXT:hover{
	  opacity:1.0;
	}

	.SLIDE_ITEMS_PREV.slick-disabled,
	.SLIDE_ITEMS_NEXT.slick-disabled {
    opacity: .3;
	}

	.SLIDE_ITEMS_PREV.slick-disabled:before,
	.SLIDE_ITEMS_NEXT.slick-disabled:before {
    opacity: 1;
	}

  div.DETAIL_BOX_WRP_111 div.DETAIL_BOX_WRPLINE_111 p.prc_111{
	  display: flex;
      align-items: center;
      font-size:0.8em;
	  margin-bottom:30px;
  }

  div.DETAIL_BOX_WRP_111 div.DETAIL_BOX_WRPLINE_111 p.prc_111 span{
	  margin-left:20px;
      font-size:1.8em;
      font-weight:bold;
  }

  div.DETAIL_BOX_WRP_111 div.DETAIL_BOX_WRPLINEX_SP_111{
	  display: none;
  }
  div.DETAIL_BOX_WRP_111 div.DETAIL_BOX_WRPLINEX_PC_111{
	  display: flex;
	  margin-bottom:20px;
  }

  div.DETAIL_BOX_WRP_111 div.DETAIL_BOX_WRPLINEX_PC_111 p.prc_111{
	  display: flex;
      align-items: center;
      font-size:0.8em;
	  margin-bottom:30px;
  }

  div.DETAIL_BOX_WRP_111 div.DETAIL_BOX_WRPLINEX_PC_111 label.prc_bar_111{
      border-left:1px solid #ccc;
	  padding-left:30px;
	  margin-top:1em;
	  margin-left:30px;
      font-size:0.8em;
      height:2.6em;
  }

 /* div.DETAIL_BOX_WRP_111 div.DETAIL_BOX_WRPLINEX_PC_111 p.prc_111:nth-child(2){
	  padding-left:30px;
	  margin-left:30px;
      border-left:1px solid #ccc;
  }
*/
  div.DETAIL_BOX_WRP_111 div.DETAIL_BOX_WRPLINEX_PC_111 p.prc_111 span{
	  margin-left:20px;
      font-size:2.0em;
      font-weight:bold;
  }

  div.DETAIL_BOX_WRP_111 div.DETAIL_BOX_WRPLINEX_PC_111 p.prc_111 span.price_month{
	  margin-left:10px;
      font-size:0.9em;
      padding-top:6px;
  }

	/* Detail */
  div.DETAIL_BOX_WRP_111{
		position:relative;
  }


  div.DETAIL_BOX_DESCRIPTION_111{
	  width:69%;
	  margin-bottom:40px;
	  font-size:0.9em;
  }

/*  div.DETAIL_BOX_DESCRIPTION_111 p{
	  width:70%;
	  font-size:0.9em;
  }
*/
  div.DETAIL_BOX_DESCRIPTION_111 a{
	  display:none;
  }

  div.DETAIL_BOX_DESCRIPTIONX_111{
	  margin-bottom:40px;
      padding-bottom:2em;
      position:relative;
	  width:69%;
  }

/*  div.DETAIL_BOX_DESCRIPTIONX_111 p{
	  width:70%;
	  font-size:0.9em;
  }

  div.DETAIL_BOX_DESCRIPTIONX_111 p.sht{
		height:20em;
        overflow:hidden;
  }

  div.DETAIL_BOX_DESCRIPTIONX_111 p.all{
		width:100%;
		height:100%;
  }
*/
  div.DETAIL_BOX_DESCRIPTIONX_111 a{
	  display:block;
      position:absolute;
      bottom:0;
      right:30%;
      color:#0478AF;
      font-size:0.9em;
  }

  div.DETAIL_BOX_FEATURED_111{
	  margin-bottom:50px;
  }

  div.DETAIL_BOX_FEATURED_111 h3{
	  margin-bottom:20px;
  }

  div.DETAIL_BOX_FEATURED_111 ul{
        width:70%;
	  display:flex;
	  /*flex-wrap: wrap;*/
  }

  div.DETAIL_BOX_FEATURED_111 ul li{
        width:22%;
        position:relative;
        margin-right:3%;
       /* margin-bottom:10%;*/
  }

  div.DETAIL_BOX_FEATURED_111 ul li img{
        width:40px;
        height:40px;
        position:absolute;
        left:0;
        top:10px;
  }

  div.DETAIL_BOX_FEATURED_111 ul li p{
        padding:0;
        margin:0;
        text-align:center;
        margin-left:26px;
        font-size:0.8em;
        line-height:2.0em;
  }

  div.DETAIL_BOX_FEATURED_111 ul li p span.num{
        font-size:1.6em;
  }

  div.DETAIL_BOX_FEATURED_111 ul li p span.unit{
        margin-left:6px;
  }

  div.DETAIL_BOX_AMENITIES_111{
	  margin-bottom:40px;
  }

  div.DETAIL_BOX_AMENITIES_111 h3{
	  margin-bottom:20px;
  }

  div.DETAIL_BOX_AMENITIES_111 ul{
        width:60%;
	  display:flex;
	  flex-wrap: wrap;
      font-size:0.9em;
  }

  div.DETAIL_BOX_AMENITIES_111 ul li{
        width:33%;
		background:url(../imgs/arr_02.png) no-repeat;
		background-size: 20px 20px;
		background-position: 0 4px;
        padding-left:30px;
        margin-bottom:10px;
  }

  div.DETAIL_BOX_LOCATION_111{
	  margin-bottom:40px;
  }

  div.DETAIL_BOX_LOCATION_111 h3{
	  margin-bottom:20px;
  }

  div.DETAIL_BOX_LOCATION_111 div.DETAIL_BOX_LOCATION_LINE_WP_111{
	  display:flex;
      align-items: center;
  }

  div.DETAIL_BOX_LOCATION_111 div.DETAIL_BOX_LOCATION_LINE_111{
	  display:flex;
      align-items: center;
      margin-right:40px;
  }

  div.DETAIL_BOX_LOCATION_111 div.DETAIL_BOX_LOCATION_LINE_111 p.sp_view{
        display:none;
  }

  div.DETAIL_BOX_LOCATION_111 div.DETAIL_BOX_LOCATION_LINE_111 p{
        padding:0;
        margin:0;
        display:flex;
        align-items: center;
        font-size:0.9em;
  }

  div.DETAIL_BOX_LOCATION_111 div.DETAIL_BOX_LOCATION_LINE_111 p img{
	  width:18px;
      height:auto;
      margin-right:8px;
  }

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

  div.DETAIL_BOX_LOCATION_111 div.DETAIL_BOX_LOCATION_LINE_111 p.STATION_111{
	  width:auto;
      margin-right:20px;
  }

  div.DETAIL_BOX_NEAR_111{
	  margin-bottom:40px;
  }

  div.DETAIL_BOX_NEAR_111 h3{
	  margin-bottom:20px;
  }

  div.DETAIL_BOX_NEAR_111 p{
        padding:0;
        margin:0;
        font-size:0.9em;
  }

  div.DETAIL_BOX_PROINFO_111{
	  margin-bottom:40px;
  }

  div.DETAIL_BOX_PROINFO_111 h3{
	  margin-bottom:20px;
  }

  div.DETAIL_BOX_PROINFO_111 p{
        padding:0;
        margin:0;
        font-size:0.9em;
  }

  div.DETAIL_BOX_PROINFO_111 p a{
        color:#0478AF;
      text-decoration:underline;
  }




  div.DETAIL_BOX_OVERVIEW_111{
	  margin-bottom:40px;
      position:relative;
  }

  div.DETAIL_BOX_OVERVIEW_111 div.DETAIL_BOX_V_BADGE_BIZ{
        position:absolute;
        top:-70px;
        right:32%;
        text-align:center;
        font-size:10px;
        display:flex;
        flex-direction: column;
  }

  div.DETAIL_BOX_OVERVIEW_111 div.DETAIL_BOX_V_BADGE_BIZ p{
        margin:0;
        padding:0;
        line-height:1.4em;
  }

	div.DETAIL_BOX_OVERVIEW_111 div.DETAIL_BOX_V_BADGE_BIZ img{
        width:80px;
        height:auto;
        margin:0 auto;
	}

	div.DETAIL_BOX_OVERVIEW_111 div.DETAIL_BOX_V_BADGE_BIZ p.DETAIL_BOX_V_BADGE_BIZ_MSG{
        color:red;
        font-weight:bold;
	}

  div.DETAIL_BOX_OVERVIEW_111 h3{
	  margin-bottom:20px;
  }

  div.DETAIL_BOX_FINANCE_111{
	  width:70%;
	  margin-bottom:30px;
	  font-size:0.9em;
  }

  div.DETAIL_BOX_OVERVIEW_111 ul{
		width:70%;
	  display: -webkit-box;  /*Android*/
	  display: -moz-box;     /*Firefox*/
	  display: -ms-flexbox;  /*IE*/
	  display: -webkit-flex; /*PC-Safari,iOS*/
	  display: flex;
	  flex-wrap: wrap;
	  margin-bottom:30px;
  }

  div.DETAIL_BOX_OVERVIEW_111 ul li{
	  width: 48%;
	  margin-right:2%;
	  padding:0;
	  font-size:0.9em;
  }

  div.DETAIL_BOX_OVERVIEW_111 ul li p{
      padding:0;
      margin:0;
	  margin:5px 5px 10px 10px;
	  height:auto;
      word-wrap: break-word;
  }

  div.DETAIL_BOX_OVERVIEW_111 ul li.lng{
	  width: 99%;
	  margin-right:0;
  }

  div.DETAIL_BOX_OVERVIEW_111 ul li label{
	  display: block;
	  background:#f2f2f2;
	  padding:5px 10px;
	  font-size:1.0em;
	}

 div.DETAIL_BOX_FINANCE_111 p{
	  font-size:0.9em;
  }

  div.DETAIL_BOX_SERVICE_111{
	  width:69%;
	  margin-bottom:40px;
	  border:1px solid #ccc;
	  padding:16px;
	  display: -webkit-box;  /*Android*/
	  display: -moz-box;     /*Firefox*/
	  display: -ms-flexbox;  /*IE*/
	  display: -webkit-flex; /*PC-Safari,iOS*/
	  display: flex;
	  flex-wrap: wrap;
      border-radius:6px;
  }

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

  div.DETAIL_BOX_SERVICE_111 p.svc_link_111{
	 	width:50%;
	 	margin:10px 0;
	 	font-size:0.9em;
  }

  div.DETAIL_BOX_SERVICE_111 p.svc_link_111 a{
	 	color:#0478AF;
	 	text-decoration:underline;
  }

  div.DETAIL_BOX_SERVICE_111 p.svc_link_111 a:hover{
		color:#71C5E8;
	  transition: all .5s;
  }


  div.DETAIL_BOX_BTN_111{
	 	width:70%;
	  display:flex;
	  justify-content: center;
  }

	div.DETAIL_BOX_BTN_111 input[type="button"] {
		padding: 10px 30px;
		border-radius: 4px;
		font-size: 1.0em;
		color: #fff;
	}

	div.DETAIL_BOX_BTN_111 input[type="button"]:hover {
		cursor: pointer;
		background: #434343;
		color:#fff;
	  transition: all .3s;
	}

	div.DETAIL_BOX_BTN_111 input.BTN_CONTACT_SELLER[type="button"] {
		background: #FC8223;
	}

	div.DETAIL_BOX_BTN_111 input.BTN_CONTACT_SELLER[type="button"]:hover {
		cursor: pointer;
		background: #434343;
		color:#fff;
	  transition: all .3s;
	}

	div.DETAIL_BOX_BTN_111 input.BTN_REPORT_SPAM[type="button"] {
		background: #ED1414;
        margin-left:30px;
	}

	div.DETAIL_BOX_BTN_111 input.BTN_REPORT_SPAM[type="button"]:hover {
		cursor: pointer;
		background: #434343;
		color:#fff;
	  transition: all .3s;
	}

	div.DETAIL_BOX_CONTACT_WRP_111{
		width:24%;
		position:absolute;
		top:0;
		right:0;
	}

	div.DETAIL_BOX_CONTACT_WRP_111 h3{
		margin-bottom:6px;
	}

	div.DETAIL_BOX_CONTACT_111{
	  display: -webkit-box;  /*Android*/
	  display: -moz-box;     /*Firefox*/
	  display: -ms-flexbox;  /*IE*/
	  display: -webkit-flex; /*PC-Safari,iOS*/
	  display: flex;
	  flex-direction:row;
	  align-items: flex-start;
		border-radius: 6px;
		border:1px solid #ccc;
		padding:20px 10px;
        margin-bottom:20px;
        position:relative;
	}

	div.DETAIL_BOX_CONTACT_111 div.DETAIL_BOX_CONTACT_IMG_111{
		display:block;
		width:80px;
		height:auto;
		text-align:center;
	}

	div.DETAIL_BOX_CONTACT_111 div.DETAIL_BOX_CONTACT_IMG_111 a{
    color: #c10000;
	}

	div.DETAIL_BOX_CONTACT_111 div.DETAIL_BOX_CONTACT_IMG_111 a:hover{
		font-weight:bold;
		transition: .3s;
	}

	div.DETAIL_BOX_CONTACT_111 div.DETAIL_BOX_CONTACT_IMG_111 img{
	  object-fit: cover;
		width:80px;
		height:80px;
	}

	div.DETAIL_BOX_CONTACT_111 div.DETAIL_BOX_CONTACT_ID_111{
	  width: calc(100% - 100px);
		font-size: 0.9em;
		margin-left:5%;
	}

	div.DETAIL_BOX_CONTACT_111 div.DETAIL_BOX_CONTACT_ID_111 p{
	  margin:0;
	}

	div.DETAIL_BOX_CONTACT_111 div.DETAIL_BOX_CONTACT_ID_111 p.id_111{
		margin-bottom:4px;
		width:100%;
	}

	div.DETAIL_BOX_CONTACT_111 div.DETAIL_BOX_CONTACT_ID_111 p.view_111{
		margin-bottom:10px;
		width:100%;
	}

	div.DETAIL_BOX_CONTACT_111 div.DETAIL_BOX_CONTACT_ID_111 p.view_111 a{
		color:#71C5E8;
	}

	div.DETAIL_BOX_CONTACT_111 div.DETAIL_BOX_CONTACT_ID_111 p.view_111 a:hover{
		text-decoration:underline;
	}

	div.DETAIL_BOX_CONTACT_111 div.DETAIL_BOX_CONTACT_ID_111 p.btn_111 input[type="button"]{
		padding:8px 10px;
		border-radius: 4px;
		background: #FC8223;
		font-size: 90%;
		color: #fff;
	}

	div.DETAIL_BOX_CONTACT_111 div.DETAIL_BOX_CONTACT_ID_111 p.btn_111 input[type="button"]:hover {
		cursor: pointer;
		background: #434343;
		color:#fff;
	  transition: all .3s;
	}

	div.DETAIL_BOX_CONTACT_111 div.DETAIL_BOX_V_BADGE_ID{
        width:80px;
        text-align:center;
        font-size:8px;
        margin:0 auto;
        margin-top:10px;
        display:flex;
        flex-direction: column;
	}

  div.DETAIL_BOX_CONTACT_111 div.DETAIL_BOX_V_BADGE_ID p{
        margin:0;
        padding:0;
        line-height:1.4em;
  }

	div.DETAIL_BOX_CONTACT_111 div.DETAIL_BOX_V_BADGE_ID img{
        width:60px;
        height:auto;
        margin:0 auto;
	}

	div.DETAIL_BOX_CONTACT_111 div.DETAIL_BOX_V_BADGE_ID p.DETAIL_BOX_V_BADGE_ID_MSG{
        color:red;
        font-weight:bold;
	}

	div.DETAIL_BOX_CONTACT_BTNS_111{
		width:100%;
        margin-top:30px;
	}

	div.DETAIL_BOX_CONTACT_BTNS_111 p{
        margin:0;
        padding:0;
        margin-bottom:10px;
		width:100%;
	}

	div.DETAIL_BOX_CONTACT_BTNS_111 p img{
		width:100%;
	}

	div.DETAIL_BOX_CONTACT_BTNS_111 p img:hover{
	  opacity:0.8;
	}

	div.DETAIL_BOX_CONTACT2_111_STATUS p a{
    display:block;
		width:100%;
		color:#000;
		background:#ff0;
		text-align:center;
		padding:4px 0;
		border-radius:10px;
		font-weight:bold;
	}

	div.DETAIL_BOX_CONTACT2_111_STATUS p a:hover{
	  opacity:0.8;
	}

	div.DETAIL_BOX_CONTACT2_111_STATUS_SENT p a{
    display:block;
		width:100%;
		color:#fff;
		background:#999;
		text-align:center;
		padding:4px 0;
		border-radius:10px;
		font-weight:bold;
	}

	div.DETAIL_BOX_CONTACT2_111_STATUS_SENT p a:hover{
	  opacity:0.8;
	}

	div.DETAIL_BOX_BDR_111{
	  display: -webkit-box;  /*Android*/
	  display: -moz-box;     /*Firefox*/
	  display: -ms-flexbox;  /*IE*/
	  display: -webkit-flex; /*PC-Safari,iOS*/
	  display: flex;
	  flex-direction:row;
	  align-items: flex-start;
		border-radius: 6px;
		border:1px solid #ccc;
		padding:20px 10px;
        margin-bottom:20px;
	}

	div.DETAIL_BOX_BDR_111 p{
	  margin:0;
      padding:0;
      line-height:1.2em;
	}

	div.DETAIL_BOX_BDR_111  p.DETAIL_BOX_CONTACT_SUPBTN01_111{
		/*text-align:right;*/
	}

	div.DETAIL_BOX_BDR_111  p.DETAIL_BOX_CONTACT_SUPBTN02_111{
		/*text-align:right;*/
	}

	div.DETAIL_BOX_BDR_111  p.DETAIL_BOX_CONTACT_SUPBTN01_111 input[type="button"]{
		cursor: pointer;
		padding:8px 10px;
		border-radius: 4px;
		background: #008EFF;
		font-size: 90%;
		color: #fff;
	}

	div.DETAIL_BOX_BDR_111  p.DETAIL_BOX_CONTACT_SUPBTN02_111 input[type="button"]{
		cursor: pointer;
		padding:8px 10px;
		border-radius: 4px;
		background: #3BB143;
		font-size: 90%;
		color: #fff;
	}

	div.DETAIL_BOX_BDR_111  p.DETAIL_BOX_CONTACT_SUP01_111{
		font-size: 110%;
		font-weight:bold;
        margin-bottom:10px;
	}

	div.DETAIL_BOX_BDR_111  p.DETAIL_BOX_CONTACT_SUP02_111{
		font-size: 90%;
		font-weight:bold;
        margin-bottom:10px;
	}

	div.DETAIL_BOX_BDR_111  div.DETAIL_BOX_CONTACT2_111_L{
		width:100px;
	}

	div.DETAIL_BOX_BDR_111  div.DETAIL_BOX_CONTACT2_111_L img{
		display:block;
		width:100%;
	}

	div.DETAIL_BOX_BDR_111  div.DETAIL_BOX_CONTACT2_111_R{
		width:calc(100% - 100px);
        margin-left:5%;
	}

	div.DETAIL_BOX_BDR_111  p.DETAIL_BOX_CONTACT_TXT_111{
		font-size: 80%;
        margin-bottom:10px;
	}

	div.DETAIL_BOX_BDR_111  p.DETAIL_BOX_CONTACT_TXT_111 a{
		font-size: 90%;
        margin-bottom:10px;
		color:#71C5E8;
	}

	div.DETAIL_BOX_BDR_111  p.DETAIL_BOX_CONTACT_TXT_111 a:hover{
		text-decoration:underline;
	}


	#seller_name_111{
		width:100%;
		display:inline-block;
		word-break:break-all;
	}


	div.DETAIL_BOX_CONTACT_111 div.DETAIL_BOX_CONTACT_ID_111 span.pmark{
		display:inline-block;
		margin-left:3px;
	}

	div.DETAIL_BOX_CONTACT_111 div.DETAIL_BOX_CONTACT_ID_111 span.pmark img{
		width:30px;
		height:auto;
	}

	div#sns_block{
		margin-bottom:30px;
	}

	p.sns_line_111, p.sns_msg_111, p.sns_wht_111{
	  display: -webkit-box;  /*Android*/
	  display: -moz-box;     /*Firefox*/
	  display: -ms-flexbox;  /*IE*/
	  display: -webkit-flex; /*PC-Safari,iOS*/
	  display: flex;
	  align-items: center;
		border-radius: 6px;
		border:1px solid #ccc;
		padding:4px 12%;
		font-size:0.8em;
		position:relative;
	}

/*	p.sns_line_111 a, p.sns_msg_111 a, p.sns_wht_111 a{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
*/
	p.sns_line_111:hover, p.sns_msg_111:hover, p.sns_wht_111:hover{
		/*background: rgba(255,255,255,0.3);*/
		background:#efefef;
	  transition: all .3s;
	  cursor:pointer;
	}

	p.sns_line_111 img, p.sns_msg_111 img, p.sns_wht_111 img{
		width:30px;
		height:auto;
		margin-right:10px;
	}

	div.DETAIL_MAIN_LINK{
		width:100%;
        height:auto;
        border:1px solid #ccc;
        padding:20px;
        margin-top:20px;
        margin-bottom:30px;
        line-height:1.2em;
		border-radius: 6px;
	}

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

	div.DETAIL_MAIN_LINK a{
		font-size:0.7em;
        color:#0478AF;
	}

	p.DETAIL_BOX_CONTACT_MSG01_111{
        margin:0;
        padding:0;
		font-size:0.9em;
        margin-bottom:20px;
	}

	div.DETAIL_BOX_CONTACT_WRP_111  p.CONTACT_FORM_LINE_111{
		text-align:right;
		color:#71C5E8;
		margin:0;
		padding:0;
        margin:10px 0;
        font-size:90%;
	}

	div.DETAIL_BOX_CONTACT_WRP_111  p.CONTACT_FORM_LINE_111 input[type="text"]{
        width:100%;
		padding: 14px 20px;
	    -webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    -o-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	    box-sizing: border-box;
		border-radius: 4px;
        color:#686868;
	}

	div.DETAIL_BOX_CONTACT_WRP_111  p.CONTACT_FORM_LINE_111 input[type="text"]:focus {
		box-shadow: 0px 0px 3px rgba(0,0,0,0.2);
	}

	div.DETAIL_BOX_CONTACT_WRP_111  p.CONTACT_FORM_LINE_111 textarea {
	  width:100%;
	  height: calc( 1.3em * 16 );
	  line-height: 1.3;
		padding: 14px 20px;
	  -webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
	  -o-box-sizing: border-box;
	  -ms-box-sizing: border-box;
	  box-sizing: border-box;
		border-radius: 4px;
        color:#686868;
	}


	div.DETAIL_BOX_CONTACT_WRP_111  p.CONTACT_FORM_LINE_111 textarea:focus {
		box-shadow: 0px 0px 3px rgba(0,0,0,0.2);
	}

	div.DETAIL_BOX_CONTACT_WRP_111  p.line_btn_111{
		margin:0;
		padding:0;
	}

	div.DETAIL_BOX_CONTACT_WRP_111  p.line_btn_111 input[type="button"] {
	  width:100%;
		padding: 10px 30px;
		background: #FC8223;
		font-size: 1.0em;
		color: #fff;
		border-radius: 6px;
	}

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

	p.CONTACT_FORM_LINE_111 input[type="text"]{
        background: #f5f5f5;
	}

	p.CONTACT_FORM_LINE_111 input[type="text"].FORM_NAME{
        background: #f5f5f5;
	}

	p.CONTACT_FORM_LINE_111 input[type="text"].DISABLE_FORM_NAME{
        background: #595959;
	}

	p.CONTACT_FORM_LINE_111 input[type="text"].HIGH_FORM_NAME{
        background: #FFCCE8;
	}

	p.CONTACT_FORM_LINE_111 input[type="text"].FORM_MAIL{
        background: #f5f5f5;
	}

	p.CONTACT_FORM_LINE_111 input[type="text"].DISABLE_FORM_MAIL]{
        background: #595959;
	}

	p.CONTACT_FORM_LINE_111 input[type="text"].HIGH_FORM_MAIL{
        background: #FFCCE8;
	}


	p.CONTACT_FORM_LINE_111 textarea.FORM_TXT{
        background: #f5f5f5;
	}

	p.CONTACT_FORM_LINE_111 textarea.DISABLE_FORM_TXT{
        background: #595959;
	}

	p.CONTACT_FORM_LINE_111 textarea.HIGH_FORM_TXT{
        background: #FFCCE8;
	}

	div.contact_send_msg{
		margin:0;
		padding:0;
		margin-top:5px;
		margin:30px 0;
        border-radius:6px;
        padding:10px;
        border:1px solid #ccc;
	}
	div.contact_send_msg p{
		font-size: 0.9em;
        text-align:left;
	}
	div.contact_send_msg p.info{
		margin-bottom:20px;
        text-align:center;
	}

  /* ---------------------------------
      For Related Project 
    --------------------------------- */
	div.PRO_LIST_111{
	  /*width:90%;
	  margin:0 auto;*/
	  width: 63%;
	  margin-left:7%;
	  margin-bottom:50px;
	}

	/*div.PRO_LIST_ITEMBOX_WRP_111{
	  width: 25%;
	  margin:0 10px 0 0;
	}

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

	div.PRO_LIST_ITEMBOX_WRP_111 tr, div.PRO_LIST_ITEMBOX_WRP_111 td{
	  padding:0;
	  margin:0;
	}*/

	div.PRO_LIST_111 h3{
		border-left:2px solid #71C5E8;
		padding-left:10px;
		margin-bottom:20px;
	  font-size:1.1em;
	}

	div.PRO_LIST_111 h3:lang(zh) {
		font-weight:bold;
		-webkit-text-stroke:0;
	}

 	div.RELATED_ITEMS{
		width:100%;
		margin:0 auto;
	  height: 290px;
	}

	div.RELITEM_WRP_111{
	  width: 25%;
	  margin:10px 8px;
	  height: 270px;
		overflow:hidden;
    background:#fff;
    border:1px solid #ccc;
    position:relative;
	}

	div.RELITEM_WRP_ADS_111{
	  width: 25%;
	  height: 270px;
	  margin:10px 8px;
      text-align:center;
	}

	div.RELITEM_WRP_ADS_111 ins.adsbygoogle{
	  height: 270px !important;
      cursor:pointer;
	}

	p.RELITEM_WRP_ADS_IMG_111{
      padding:0;
      margin:0;
	  width: auto;
	  height: 270px;
      cursor:pointer;
	}

	p.RELITEM_WRP_ADS_IMG_111 img{
	  width: 100%;
	  height: 270px;
	  object-fit: contain;
	}

	div.RELITEM_WRP_111 div.RELITEM_IMG_111{
		width:100%;
		height:140px;
	  position: relative;
	}

	div.RELITEM_WRP_111 div.RELITEM_IMG_111 img{
	  object-fit: cover;
	  position: absolute;
	  width: 100%;
	  height: 100%;
	}

	div.RELITEM_CHK_SALE_STATUS{
	  position:absolute;
	  top:120px;
	  left:0;
	  width: 100%;
		height:20px;
	  background:rgba(224, 224, 224, 0.8);
	  z-index:3;
	}

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

	div.RELITEM_WRP_111 div.IMG_BLUR img{
	  opacity: 0.6;
	}

	div.RELITEM_WRP_111 div.RELITEM_TXT_111{
		width:100%;
		position:relative;
        padding:10px;
	  font-size:0.8em;
	}

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

	div.RELITEM_TXT_111 h4{
	  height:2.6em;
	  overflow:hidden;
      line-height:1.2em;
      margin-top:0;
	}

	div.RELITEM_TXT_111 h4 a{
	  color:#434343;
	}

	div.RELITEM_TXT_111 h4 a:hover{
		color:#71C5E8;
	  transition: 0.3s;
	}

	p.RELITEM_TXT_LOC_111{
       /*display:flex;
		justify-content: space-between;
        align-items: center;*/
      line-height:1.2em;
        position:relative;
        height:2.0em;
        padding-top:1.0em;
	}

	p.RELITEM_TXT_LOC_111 span{
        position:absolute;
        top:-16px;
        right:0;
        color:#fff;
        background:#2582F4;
        font-size:0.8em;
        padding:2px 4px;
        border-radius:4px;
	}

	p.RELITEM_TXT_PRC_111{
	  font-size:1.1em;
	  font-weight:bold;
        color:#E45E5E;
        margin:0;
        padding:0;
        height:3.0em;
	}

	p.RELITEM_TXT_VIEW_111{
	    font-size:1.0em;
        color:#2582F4;
        margin:0;
        padding:0;
        display:flex;
        align-items: center;
        position:absolute;
        top:34px;
        right:74px;
	}

	p.RELITEM_TXT_VIEW_111 img{
        width:18px;
        height:18px;
        margin-bottom:2px;
        margin-right:3px;
	}

	.RELATED_ITEMS_PREV,
	.RELATED_ITEMS_NEXT {
	  position: absolute;
	  top: 50%;
	  transform: translateY(-50%);
	  cursor: pointer;
	  z-index: 10;
	  opacity:1.0;
	  width:25px;
	  height:40px;
      font-size:0;
	}

	.RELATED_ITEMS_PREV {
		background:url(../imgs/arr_left.png) no-repeat;
		background-size:80%;
	  left: -26px
	}

	.RELATED_ITEMS_NEXT {
		background:url(../imgs/arr_right.png) no-repeat;
		background-size:80%;
	  right: -34px;
	}

	.RELATED_ITEMS_PREV:hover,
	.RELATED_ITEMS_NEXT:hover{
	  opacity:0.5;
	}

  div.pc_off{
	 	display:none;
  }

	div.DETAIL_BOX_YOUTUBE_WP_111{
		width:60%;
		margin:30px 0;
  }
	div.DETAIL_BOX_YOUTUBE_111{
		width:100%;
		position:relative; 
		padding-bottom:56.25%;
		height:0;
		overflow: hidden;
  }
	div.DETAIL_BOX_YOUTUBE_111 iframe{
			position: absolute;
			top:0;
			left:0;
			width:100%;
			height:100%;
  	}


.readmore-check{
 display:none;
}
.readmore-label-en{
 display:none;
}
.readmore-label-th{
 display:none;
}

.readmore-check2{
 display:none;
}
.readmore-label2{
 display:none;
}

    div.DETAIL_BOX_FINANCE_111 p{
      word-wrap: break-word;
    }

    .readmore-content{
      word-wrap: break-word;
        height: auto;
    }
    .readmore-content2{
      word-wrap: break-word;
        height: auto;
    }

/***************** LOGIN *****************/
  .DETAIL_LOGIN_111 {
    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.DETAIL_LOGIN_BOX_WP_111 {
    width: 400px;
    height: 600px;
    background:#fff;
    opacity:1.0;
    margin-top:120px;
    padding:0;
  
  }

  div.DETAIL_LOGIN_BOX_111{
    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_111{
    width:100%;
}

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

  div.DETAIL_LOGIN_BOX_111  div.FORM_120_111{
    width:100%;
    padding:0;
    background:#fff;
  }

  div.DETAIL_LOGIN_BOX_111  div.GGL_120_111{
    width:100%;
    padding:0;
    background:#fff;
  }


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

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

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

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

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

  div.FORM_120_111 input[type="text"], div.FORM_120_111 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_111 input[type="text"], div.SIGNUP_FORM_120_111 input[type="password"]{
    background: #ffffff;
  }

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

  div.HIGH_SIGNUP_FORM_120_111 input[type="text"], div.HIGH_SIGNUP_FORM_120_111 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_111 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_111 dd{
    display:flex;
  }

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

  div.FORM_120_111 p.BTN120_111 {
    text-align:right;
    margin:0;
    padding:0;
  }

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

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

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

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

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

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

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

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


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

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

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

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

 div.FORM_130_111 input[type="text"], div.FORM_130_111 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_111 input[type="text"], div.SIGNUP_FORM_130_111 input[type="password"]{
    background: #ffffff;
  }

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

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

  div.FORM_130_111 p.BTN130_111 {
    text-align:right;
  }

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

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

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

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

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

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

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


  div.GGL_120_111 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_111 svg{
	  width:20px;
	  height:20px;
    position: absolute;
    left:10px;
    vertical-align:middle;
	}


  div#div_mobile_number_120_111{
    width:100%;
  }
  div#div_mobile_number_120_111 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_111 dt{
    margin-bottom:8px;
  	text-align:left;
  }


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

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

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


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

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


  div.MOBILE_SIGNUP_FORM_120_111{
    width:100%;
  }

  div.DISABLE_MOBILE_SIGNUP_FORM_120_111{
    width:100%;
  }

  div.HIGH_MOBILE_SIGNUP_FORM_120_111{
    width:100%;
  }

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

  div.MOBILE_DIALOG_120_111 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_111 dt{
    margin-bottom:8px;
  	text-align:left;
  }

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

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

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

  div.MOBILE_DIALOG_120_111 p.DIALOG_BTN120_111 {
  text-align:right;
  }

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

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

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

  div.DISABLE_MOBILE_DIALOG_FORM_120_111{
    width:100%;
  }

  div.HIGH_MOBILE_DIALOG_FORM_120_111{
    width:100%;
  }

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



.login_tab_menu_111{ 
    display:block;
}


.login_tab_menu_111 {
    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_111:hover {
    color: #000;
}
input:checked + .login_tab_menu_111 {
    background-color: #fff;
}
input[name="login_tab_menu_111"] {
  display: none;
}
.login_tab_content_111 {
    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_111:checked ~ #tab_login_content_111,
#tab_signup_111:checked ~ #tab_signup_content_111 {
    display: block;
}


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

  div.DETAIL_STATUS_BOX_111{
      width:46%;
      height: calc(100% - 100px);
      margin:50px 0;
      padding:30px;
      background:#fff;
      font-size:0.9em;
  }

  div.DETAIL_STATUS_BOX_111 h4{
      width:100%;
      text-align:center;
  }

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

  div.DETAIL_STATUS_BOX_111 p.DETAIL_STATUS_SCRL_111{
      height: calc(100% - 140px);
    overflow-y: auto;
  }

  div.DETAIL_STATUS_BTN_111{
      width:70%;
      margin:0 auto;
      display: flex;
      justify-content:space-between;
      margin-top:20px;
  }

  div.DETAIL_STATUS_BTN_111 a{
      width:100px;
      display:block;
      color:#fff;
      background:#3675FB;
      border-radius:6px;
      padding: 4px 8px ;
      text-align:center;
  }

  div.DETAIL_STATUS_BTN_111 a:first-child{
      background:#BD0A0A;
  }


  div.DETAIL_SEND_BG_111{
    display: flex;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000000;
    background:rgba(0, 0, 0, 0.4);
    justify-content:center;
      align-items: center;
  }

  div.DETAIL_SEND_BOX_111{
      width:46%;
      height:auto;
      padding:30px;
      background:#fff;
      display: flex;
      height: auto;
      flex-wrap:wrap;
      font-size:0.9em;
  }

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

  div.DETAIL_SEND_BOX_111 p strong{
      color:#BD0A0A;
  }

  div.DETAIL_SEND_BTN_111{
      width:60%;
      margin:0 auto;
      display: flex;
      justify-content:center;
      margin-top:20px;
  }

  div.DETAIL_SEND_BTN_111 a{
      width:100px;
      display:block;
      color:#fff;
      background:#3675FB;
      border-radius:6px;
      padding: 4px 8px ;
      text-align:center;
      font-size:90%;
  }


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

  div.DETAIL_NOTICE_BOX_111{
      width:50%;
      height:auto;
      padding:30px;
      background:#fff;
      display: flex;
      height: auto;
      flex-wrap:wrap;
  }

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

  p.DETAIL_NOTICE_BTN_111{
      display: flex;
      justify-content:flex-end;
      margin-top:4px;
  }

  p.DETAIL_NOTICE_BTN_111 a{
      width:60px;
      display:block;
      color:#fff;
      background:#3675FB;
      border-radius:6px;
      padding: 0 8px ;
      text-align:center;
      font-size:90%;
  }

  div.PURCHASE_DIALOG_BG{
    display: flex;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000000;
    background:rgba(0, 0, 0, 0.4);
    justify-content:center;
  }

  div.PURCHASE_DIALOG{
      width:40%;
      height:200px;
      position:relative;
      margin-top:10%;
      background:#fff;
      text-align:center;
  }

  div.PURCHASE_DIALOG p{
      width:100%;
      padding-top:10px;
      padding-bottom:10px;
  }

  div.PURCHASE_DIALOG p.PURCHASE_DIALOG_BTN{
      display: flex;
      justify-content:center;
      margin-top:4px;
  }

  p.PURCHASE_DIALOG_BTN a{
      width:100px;
      display:block;
      color:#fff;
      background:#3675FB;
      border-radius:6px;
      padding: 0 8px ;
      text-align:center;
      font-size:90%;
  }

  div.DETAIL_SPAM_BG_111{
    display: flex;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000000;
    background:rgba(0, 0, 0, 0.4);
    justify-content:center;
      align-items: center;
  }

  div.DETAIL_SPAM_BOX_111{
      width:50%;
      height:auto;
      padding:30px;
      background:#fff;
      display: flex;
      height: auto;
      flex-wrap:wrap;
  }

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

  p.DETAIL_SPAM_BTN_111{
      display: flex;
      justify-content:flex-end;
      margin-top:10px;
  }

  p.DETAIL_SPAM_BTN_111 a{
      width:60px;
      display:block;
      color:#fff;
      background:#3675FB;
      border-radius:6px;
      padding: 0 8px ;
      text-align:center;
      font-size:90%;
  }

/*
    For Tab.
*/

@media screen and (max-width:930px){
	div.DETAIL_BOX_CONTACT_111{
	 display:block;
	 padding:20px;
	}

	div.DETAIL_BOX_CONTACT_111 div.DETAIL_BOX_CONTACT_IMG_111{
		width:100%;
	}

	div.DETAIL_BOX_CONTACT_111 div.DETAIL_BOX_CONTACT_ID_111{
		width:100%;
		margin-left:0;
	}

	div.DETAIL_BOX_CONTACT_111 div.DETAIL_BOX_CONTACT_ID_111 p.btn_111{
		text-align:center;
	}

	div.DETAIL_BOX_CONTACT_111 div.DETAIL_BOX_CONTACT_ID_111 p.btn_111 input[type="button"]{
		font-size: 1.0em;
	}

	div.DETAIL_BOX_BDR_111{
	 display:block;
	 padding:20px;
	}

	div.DETAIL_BOX_BDR_111 div.DETAIL_BOX_CONTACT2_111_L{
		width:100%;
	}

	div.DETAIL_BOX_BDR_111 div.DETAIL_BOX_CONTACT2_111_R{
		width:100%;
		margin-left:0;
        padding-top:10px;
	}

	div.DETAIL_BOX_BDR_111 div.DETAIL_BOX_CONTACT2_111_R p.DETAIL_BOX_CONTACT_SUPBTN01_111{
		text-align:center;
	}

	div.DETAIL_BOX_BDR_111 div.DETAIL_BOX_CONTACT2_111_R p.DETAIL_BOX_CONTACT_SUPBTN01_111 input[type="button"]{
		font-size: 1.0em;
	}

	div.DETAIL_BOX_BDR_111 div.DETAIL_BOX_CONTACT2_111_R p.DETAIL_BOX_CONTACT_SUPBTN02_111{
		text-align:center;
	}

	div.DETAIL_BOX_BDR_111 div.DETAIL_BOX_CONTACT2_111_R p.DETAIL_BOX_CONTACT_SUPBTN02_111 input[type="button"]{
		font-size: 1.0em;
	}
}

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

	div.DETAIL_BOX_111{
		width:100%;
		padding:0 20px;
	  -webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
	  -o-box-sizing: border-box;
	  -ms-box-sizing: border-box;
	  box-sizing: border-box;
    margin-bottom:40px;
  }

	div.BREADCRUMB_BOX_111{
	  max-width:100%;
	  padding:0 10px;
      overflow-x: auto;
      -ms-overflow-style: none;
      scrollbar-width: none;
	}
    
    div.BREADCRUMB_BOX_111::-webkit-scrollbar{
      display: none;
    }

	div.BREADCRUMB_BOX_111 ul li{
        white-space: nowrap;
	}
    
	div.DETAIL_BOX_111 div.DETAIL_BOX_TITLE_111{
        flex-wrap: wrap;
	}

	div.DETAIL_BOX_111 div.DETAIL_BOX_IDx_111{
	  padding-top:0;
	}

	div.DETAIL_BOX_111 div.DETAIL_BOX_ID_111 p.loc_111{
	  display: flex;
      align-items: center;
      margin-right:30px;
	}

	div.DETAIL_BOX_111 div.DETAIL_BOX_ID_111 p.loc_111 img{
	  width:18px;
      height:auto;
      margin-right:8px;
	}


  div.DETAIL_BOX_WRP_111 div.DETAIL_BOX_WRPLINE_111{
		display:flex;
        justify-content: space-between;

  }

  div.DETAIL_BOX_WRP_111 div.DETAIL_BOX_WRPLINE_111 p.prc_111{
	  display: flex;
      align-items: center;
      font-size:0.8em;
	  margin-bottom:10px;
  }

  div.DETAIL_BOX_WRP_111 div.DETAIL_BOX_WRPLINE_111 p.prc_111 span{
	  margin-left:20px;
      font-size:1.8em;
      font-weight:bold;
  }

  div.DETAIL_BOX_WRP_111 div.DETAIL_BOX_WRPLINEX_PC_111{
	  display: none;
  }

  div.DETAIL_BOX_WRP_111 div.DETAIL_BOX_WRPLINEX_SP_111{
	  display: flex;
      justify-content: center;
  }

  div.DETAIL_BOX_WRP_111 div.DETAIL_BOX_WRPLINEX_SP_111 p.prc_111{
      margin:0;
      padding:0;
	  width:50%;
      text-align: center;
      font-size:0.8em;
	  margin-bottom:10px;
  }
  div.DETAIL_BOX_WRP_111 div.DETAIL_BOX_WRPLINEX_SP_111 label.prc_bar_111{
      border-left:1px solid #ccc;
	  padding-left:4px;
	  margin-left:4px;
	  margin-top:1em;
      height:3em;
  }

/*  div.DETAIL_BOX_WRP_111 div.DETAIL_BOX_WRPLINEX_SP_111 p.prc_111:first-child{
      border-right:1px solid #ccc;
  }
*/
  div.DETAIL_BOX_WRP_111 div.DETAIL_BOX_WRPLINEX_SP_111 p.prc_111 span{
      font-size:1.8em;
      font-weight:bold;
  }


	div.DETAIL_BOX_111 div.DETAIL_BOX_ID_111{
	  padding-top: 10px;
    flex-wrap: wrap;
	}

  div.DETAIL_BOX_WRP_111 div.DETAIL_BOX_WRPLINE_111 p.id_111{
	  width:30%;
	  margin-bottom:30px;
	}

  div.DETAIL_BOX_WRP_111 div.DETAIL_BOX_WRPLINE_111 p.tenure_111 span{
      display:block;
	  width:auto;
      height:1.6em;
	  padding:1px 10px;
	  text-align:center;
	  color:#0000e3;
	  border:1px solid #0000e3;
	  border-radius:6px;
	  font-size:0.8em;
      line-height:1.2em;
	}


  div.DETAIL_BOX_WRP_111 div.DETAIL_BOX_WRPLINE_111 p.date_111{
	  width:70%;
	}

  div.DETAIL_BOX_DESCRIPTION_111{
		width:100%;
        position:relative;
        padding-bottom:2em;
  }
  /*div.DETAIL_BOX_DESCRIPTION_111 p{
		width:100%;
		height:100%;
  }*/

  div.DETAIL_BOX_DESCRIPTIONX_111{
		width:100%;
        position:relative;
        padding-bottom:2em;
	  margin-bottom:30px;
  }
  div.DETAIL_BOX_DESCRIPTIONX_111 p{
		width:100%;
		height:100%;
  }

  div.DETAIL_BOX_DESCRIPTIONX_111 a{
      right:0;
  }

  div.DETAIL_BOX_DESCRIPTIONX_111 h3{
	  margin-bottom:10px;
  }

  div.DETAIL_BOX_DESCRIPTION_111 p.sht{
		height:20em;
        overflow:hidden;
  }

  div.DETAIL_BOX_DESCRIPTION_111 p.all{
		width:100%;
		height:100%;
  }


.readmore{
    position: relative;
    box-sizing: border-box;
}

.readmore-content{
    position: relative;
    overflow: hidden;
    height: 8em;
}
.readmore-content::before {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    content: "";
    height: 3em;
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0.8) 50%, #fff 100%);
    background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0.8) 50%, #fff 100%);
}

.readmore-label-en{
    display: table;
    position: absolute;
    bottom: -20px;
    right: 0;
    z-index: 2;
    color:#0478AF;
    cursor:pointer;
}
.readmore-label-th{
    display: table;
    position: absolute;
    bottom: -20px;
    right: 0;
    z-index: 2;
    color:#0478AF;
    cursor:pointer;
}
.readmore-label-en:before{
    content: 'Read more';
}
.readmore-label-th:before{
    content: 'อ่านเพิ่มเติม';
}
.readmore-label:lang(zh):before{
    content: '更多信息';
}

.readmore-check{
    display: none;
}
.readmore-check:checked ~ .readmore-label-en{
    position: static;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    position: absolute;
    bottom: -20px;
    right: 0;
}
.readmore-check:checked ~ .readmore-label-th{
    position: static;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    position: absolute;
    bottom: -20px;
    right: 0;
}
.readmore-check:checked ~ .readmore-label-en:before{
    content: 'Read less';
}
.readmore-check:checked ~ .readmore-label-th:before{
    content: 'อ่านน้อยลง';
}
.readmore-check:checked ~ .readmore-label:lang(zh):before{
    content: '阅读更少';
}
.readmore-check:checked ~ .readmore-content{
    height: auto;
}
.readmore-check:checked ~ .readmore-content::before {
    display: none;
}

div.readmore_no input{
    display:none;
}

div.readmore_no label{
    display:none;
}
div.readmore_no div.readmore-content {
    height: auto;
}
div.readmore_no div.readmore-content::before {
    height: auto;
    background: none;
}

.readmore2{
    position: relative;
    box-sizing: border-box;
}

.readmore-content2{
    position: relative;
    overflow: hidden;
    height: 8em;
}
.readmore-content2::before {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    content: "";
    height: 3em;
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0.8) 50%, #fff 100%);
    background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0.8) 50%, #fff 100%);
}

.readmore-label2-en{
    display: table;
    position: absolute;
    bottom: -20px;
    right: 0;
    z-index: 2;
    color:#0478AF;
    cursor:pointer;
}
.readmore-label2-th{
    display: table;
    position: absolute;
    bottom: -20px;
    right: 0;
    z-index: 2;
    color:#0478AF;
    cursor:pointer;
}
.readmore-label2-en:before{
    content: 'Read more';
}
.readmore-label2-th:before{
    content: 'อ่านเพิ่มเติม';
}
.readmore-label2:lang(zh):before{
    content: '更多信息';
}

.readmore-check2{
    display: none;
}
.readmore-check2:checked ~ .readmore-label2-en{
    position: static;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    position: absolute;
    bottom: -20px;
    right: 0;
}
.readmore-check2:checked ~ .readmore-label2-th{
    position: static;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    position: absolute;
    bottom: -20px;
    right: 0;
}
.readmore-check2:checked ~ .readmore-label2-en:before{
    content: 'Read less';
}
.readmore-check2:checked ~ .readmore-label2-th:before{
    content: 'อ่านน้อยลง';
}
.readmore-check2:checked ~ .readmore-label2:lang(zh):before{
    content: '阅读更少';
}
.readmore-check2:checked ~ .readmore-content2{
    height: auto;
}
.readmore-check2:checked ~ .readmore-content2::before {
    display: none;
}

div.readmore_no2 input{
    display:none;
}

div.readmore_no2 label{
    display:none;
}
div.readmore_no2 div.readmore-content2 {
    height: auto;
}
div.readmore_no2 div.readmore-content2::before {
    height: auto;
    background: none;
}






  div.DETAIL_BOX_DESCRIPTION_111 a{
	  display:block;
      position:absolute;
      bottom:0;
      right:0;
      color:#0478AF;
  }

  div.DETAIL_BOX_FEATURED_111{
	  margin-bottom:10px;
  }

  div.DETAIL_BOX_FEATURED_111 h3{
	  margin-bottom:10px;
  }

  div.DETAIL_BOX_FEATURED_111 ul{
        width:90%;
        margin:0 auto;
	  display:flex;
	  flex-wrap: wrap;
      justify-content: space-between;
  }

  div.DETAIL_BOX_FEATURED_111 ul li{
        width:50%;
        position:relative;
        margin:0;
        padding:0;
        margin-bottom:20px;
        display:flex;
      justify-content: center;
  }

  div.DETAIL_BOX_FEATURED_111 ul li img{
        position:relative;
  }

  div.DETAIL_BOX_FEATURED_111 ul li p{
        margin:0;
        padding:0;
        width:calc(80% - 40px);
  }

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

  div.DETAIL_BOX_AMENITIES_111 h3{
	  margin-bottom:10px;
  }

  div.DETAIL_BOX_AMENITIES_111 ul{
        width:82%;
        margin:0 auto;
      font-size:0.8em;
  }

  div.DETAIL_BOX_AMENITIES_111 ul li{
		background-size: 14px 14px;
		background-position: 0 10px;
        padding-left:20px;
  }

  div.DETAIL_BOX_LOCATION_111{
	  margin-bottom:30px;
  }

  div.DETAIL_BOX_LOCATION_111 h3{
	  margin-bottom:10px;
  }

  div.DETAIL_BOX_LOCATION_111 div.DETAIL_BOX_LOCATION_LINE_WP_111{
        width:82%;
        margin:0 auto;
	  flex-wrap: wrap;
  }

  div.DETAIL_BOX_LOCATION_111 div.DETAIL_BOX_LOCATION_LINE_111{
	  width:100%;
  }

  div.DETAIL_BOX_LOCATION_111 div.DETAIL_BOX_LOCATION_LINE_111 p.sp_view{
	  display:block;
      margin-left:20px;
  }

  div.DETAIL_BOX_LOCATION_111 div.DETAIL_BOX_LOCATION_LINE_111 p.pc_view{
	  display:none;
  }

  div.DETAIL_BOX_LOCATION_111 div.DETAIL_BOX_LOCATION_LINE_111 p{
	  width:100%;
  }

  div.DETAIL_BOX_LOCATION_111 div.DETAIL_BOX_LOCATION_LINE_111 p.STATION_111{
	  width:80px;
  }


  div.DETAIL_BOX_NEAR_111{
	  margin-bottom:30px;
  }

  div.DETAIL_BOX_NEAR_111 h3{
	  margin-bottom:10px;
  }

  div.DETAIL_BOX_PROINFO_111{
	  margin-bottom:30px;
  }

  div.DETAIL_BOX_PROINFO_111 h3{
	  margin-bottom:10px;
  }

  div.DETAIL_BOX_OVERVIEW_111 ul, div.DETAIL_BOX_FINANCE_111 ul{
	  width:100%;
    justify-content: space-between;
  }

  div.DETAIL_BOX_OVERVIEW_111 ul li, div.DETAIL_BOX_FINANCE_111 ul li{
	  width:49%;
	  margin:0;
	  padding:3px;
  }

  div.DETAIL_BOX_OVERVIEW_111 ul li label, div.DETAIL_BOX_FINANCE_111 ul li label{
	  margin-left:0;
	}

  div.DETAIL_BOX_FINANCE_111 p.th_p{
	  width:100%;
	}

  div.pc_off{
	 	display:block;
  }


  div.DETAIL_BOX_BTN_111{
	 	width:100%;
	  text-align:center;
	  margin-bottom:40px;
  }


	div.DETAIL_BOX_BTN_111 input.BTN_CONTACT_SELLER[type="button"] {
	 	display:none !important;
	}

	div.DETAIL_BOX_BTN_111 input.BTN_REPORT_SPAM[type="button"] {
        margin-left:0;
	}

  div.sp_off{
	 	display:none;
  }

  div.DETAIL_BOX_SERVICE_111{
	 	width:100%;
  }

  div.DETAIL_BOX_SERVICE_111 p.svc_link_111{
	 	margin:10px 0;
	 	font-size:0.9em;
  }

	div.DETAIL_BOX_CONTACT_WRP_111{
		width:100%;
		position:relative;
	}

	div.DETAIL_BOX_CONTACT_111{
      width:90%;
      margin:0 auto;
	  display: -webkit-box;  /*Android*/
	  display: -moz-box;     /*Firefox*/
	  display: -ms-flexbox;  /*IE*/
	  display: -webkit-flex; /*PC-Safari,iOS*/
	  display: flex;
	  flex-direction:row;
	  align-items: flex-start;
		border-radius: 6px;
		border:1px solid #ccc;
		padding:20px 30px;
      margin-bottom:30px;
	}

	div.DETAIL_BOX_CONTACT_111 div.DETAIL_BOX_CONTACT_IMG_111{
		width:80px;
	}

	div.DETAIL_BOX_CONTACT_111 div.DETAIL_BOX_CONTACT_ID_111{
	  width: calc(100% - 100px);
		margin-left:20px;
	}

	div.DETAIL_BOX_CONTACT_111 div.DETAIL_BOX_CONTACT_ID_111 p.btn_111{
		text-align:left;
	}

	div.DETAIL_BOX_CONTACT_111 div.DETAIL_BOX_CONTACT_ID_111 p.btn_111 input[type="button"]{
		padding: 10px;
		font-size: 1.0em;
	}

	div.DETAIL_BOX_BDR_111{
      width:90%;
      margin:0 auto;
	  display: -webkit-box;  /*Android*/
	  display: -moz-box;     /*Firefox*/
	  display: -ms-flexbox;  /*IE*/
	  display: -webkit-flex; /*PC-Safari,iOS*/
	  display: flex;
	  flex-direction:row;
	  align-items: flex-start;
		border-radius: 6px;
		border:1px solid #ccc;
		padding:20px 30px;
      margin-bottom:30px;
	}

	div.DETAIL_BOX_BDR_111 div.DETAIL_BOX_CONTACT2_111_L{
		width:80px;
	}

	div.DETAIL_BOX_BDR_111 div.DETAIL_BOX_CONTACT2_111_R{
	  width: calc(100% - 100px);
		margin-left:20px;
	}

	div.DETAIL_BOX_BDR_111 div.DETAIL_BOX_CONTACT2_111_R p.DETAIL_BOX_CONTACT_SUPBTN01_111{
		text-align:left;
	}

	div.DETAIL_BOX_BDR_111 div.DETAIL_BOX_CONTACT2_111_R p.DETAIL_BOX_CONTACT_SUPBTN01_111 input[type="button"]{
		padding: 10px;
		font-size: 1.0em;
	}

	div.DETAIL_BOX_BDR_111 div.DETAIL_BOX_CONTACT2_111_R p.DETAIL_BOX_CONTACT_SUPBTN02_111{
		text-align:left;
	}

	div.DETAIL_BOX_BDR_111 div.DETAIL_BOX_CONTACT2_111_R p.DETAIL_BOX_CONTACT_SUPBTN02_111 input[type="button"]{
		padding: 10px;
		font-size: 1.0em;
	}

	div#sns_block{
      width:90%;
      margin:0 auto;
      margin-bottom:30px;
	}

	div.DETAIL_BOX_CONTACT_BTNS_111{
      width:90%;
      margin:0 auto;
	}

	div.DETAIL_BOX_CONTACT_BTNS_111 p{
      margin-bottom:20px;
	}


	p.sns_line_111, p.sns_msg_111, p.sns_wht_111{
		padding:10px 20px;
		font-size: 0.9em;
	}

	div.DETAIL_BOX_YOUTUBE_WP_111{
		width:100%;
		margin:10px 0 ;
  }

	div.DETAIL_MAIN_LINK{
      width:90%;
      margin:0 auto;
		line-height:2.0em;
	}

	div.DETAIL_MAIN_LINK a{
		font-size:0.9em;
        margin-bottom:10px;
	}

	div.DETAIL_BOX_CONTACT_WRP_111  p.CONTACT_FORM_LINE_111{
		text-align:center;
	}

	div.DETAIL_BOX_CONTACT_WRP_111  p.CONTACT_FORM_LINE_111 input[type="text"]{
      width:70%;
      margin:0 auto;
	}

	div.DETAIL_BOX_CONTACT_WRP_111  p.CONTACT_FORM_LINE_111 textarea {
      width:70%;
      margin:0 auto;
	}

	div.DETAIL_BOX_CONTACT_WRP_111  p.line_btn_111 input[type="button"] {
      width:70%;
      margin:0 auto;
      margin-left:15%;
      margin-bottom:20px;
	}


	div.PRO_LIST_111{
	  width:90%;
	  margin-left:0;
	  margin:0 auto;
	}

 	div.RELATED_ITEMS{
		width:91%;
	}


	div.RELITEM_WRP_111{
	  width: 50%;
	}

	div.RELATED_ITEMS h4{
	  font-size:0.9em;
	}

	p.RELITEM_TXT_LOC_111{
	  font-size:1.0em;
	}

	p.RELITEM_TXT_PRC_111{
	  font-size:1.1em;
	}

	p.RELITEM_TXT_VIEW_111{
        top:31px;
	}

	.RELATED_ITEMS_PREV {
		background-size:60%;
	  left: -20px
	}

	.RELATED_ITEMS_NEXT {
		background-size:60%;
	  right: -30px;
	}

  div.DETAIL_SLIDE_111{
    margin-bottom:20px;
    padding-left:0;
  }

	div.DETAIL_BOX_SHARE_WP{
	  flex-wrap: wrap;
      position:relative;
	}

	div.DETAIL_BOX_SHARE_WP p.view_111{
      position:absolute;
      bottom:0.4em;
      right:100px;
      font-size:0.8em;
   }

	div.DETAIL_BOX_SHARE_WP p.link_111{
	  width:100%;
      padding:0;
      margin:0;
      margin-top:10px;
      margin-bottom:10px;
   }

	div.DETAIL_BOX_SHARE_WP p.sharethis-inline-share-buttons{
	  width:100%;
      margin:0 !important;
      padding:0 !important;
      margin-top:10px !important;
      margin-bottom:10px !important;
    }

    div.DETAIL_BOX_SHARE_111{
	  top:100px;
	  right:0;
      z-index:99999;
	}


  div.DETAIL_LOGIN_BOX_WP_111 {
    width: 80%;
    margin-top:100px;
  
  }

  /* ---------------------------------
      For Google Ads 
    --------------------------------- */
	div.DETAIL_G_ADS{
      margin-bottom:20px;
	}

	p.RELITEM_WRP_ADS_IMG_111{
	  height: auto;
      display:flex;
      justify-content: center;
	}

	p.RELITEM_WRP_ADS_IMG_111 img{
	  width: 270px;
	  height: 270px;
	  object-fit: contain;
	}

  div.DETAIL_NOTICE_BOX_111{
      width:90%;
  }

  div.DETAIL_BOX_OVERVIEW_111 div.DETAIL_BOX_V_BADGE_BIZ{
        top:-30px;
        right:10px;
  }

	div.DETAIL_BOX_OVERVIEW_111 div.DETAIL_BOX_V_BADGE_BIZ img{
        width:50px;
        height:auto;
	}

	div.DETAIL_BOX_CONTACT_111 div.DETAIL_BOX_V_BADGE_ID{
        font-size:10px;
	}

	div.DETAIL_BOX_OVERVIEW_111 div.DETAIL_BOX_V_BADGE_ID img{
        width:50px;
        height:auto;
	}

  div.DETAIL_STATUS_BOX_111{
      width:90%;
  }
  div.DETAIL_STATUS_BTN_111{
      width:100%;
  }


}
