* {
  /* outline: solid 1px rgba(255, 0, 0, 0.5) !important; */
}

/* breadcrumb */

.breadcrumb {
  position: relative;
}

.breadcrumb p {
  position: absolute;
  top: 150px;
  left: 34px;
  transform: rotate(90deg);
  transform-origin: left center;
  font-size: 10px;
  letter-spacing: 0.06em;
}

.breadcrumb p a {
  color: #000;
}

@media screen and (max-width: 920px) {
  .breadcrumb {
    display: none;
  }
  .overview.main_width{
    margin-top: 100px;
  }
}

/* propertydetail */

.property_slide_content {
  box-shadow: none;
}

.slide_img {
  box-shadow: 10px 10px #44AF35;
}

.property_slide_content .link_form {
  position: relative;
  display: inline-block;
  width: 180px;
  height: 46px;
  border-left: solid 1px #44AF35;
  margin-top: 48px;
  padding: 16px 20px 10px 19px;
  color: #fff;
  font-size: 12px;
  overflow: hidden;
  cursor: pointer;
}

.property_slide_content .link_form:before {
  display: block;
  box-sizing: border-box;
  content: "";
  border: solid 1px #44AF35;
  background: #44AF35;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transform-origin: 0% 0%;
  transform: skew(-20deg);
}

.property_slide_content .link_form:after {
  content: '';
  display: inline-block;
  position: absolute;
  right: 22px;
  top: 19px;
  width: 8px;
  height: 8px;
  background-image: url(../img/right_arrow_w.svg);
}

.property_slide_content .link_form:hover::before {
  background-color: #fff;
}

.property_slide_content .link_form:hover {
  color: #44AF35;
}

.property_slide_content .link_form:hover::after {
  background-image: url(../img/right_arrow_g.svg);
}

.overview_main table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 1px 2px;
  font-size: 11px;
}

.overview_main table td {
  color: #000;
}

.overview_main table td:first-child {
  text-align: center;
  background-color: #E3E3E3;
}

.overview_main table td:last-child {
  background-color: #F1F1F1;
}

.quick_area_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-bottom: 14.5px;
  border-bottom: 1px solid #44AF35;
}

.quick_area_header img {
  vertical-align: middle;
}

.quick_area_contents .big_img {
  margin-bottom: 5px;
  background-color: #F1F1F1;
  text-align: center;
  font-size: 12px;
  color: #646464;
}

.quick_area_contents .small_imgs {
  display: flex;
  justify-content: space-between;
}

.quick_area_contents .small_img {
  background-color: #F1F1F1;
  text-align: center;
  font-size: 10px;
  transform: transform(0.9);
  color: #646464;
}

.quickarea_desc_content table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 1px 2px;
}

.quickarea_desc_content table td:first-child {
  text-align: center;
  background-color: #44AF35;
  color: #fff;
}

.quickarea_desc_content table td:last-child {
  background-color: #F1F1F1;
  color: #000;
}

.location_main {
  background-color: #F1F1F1;
  text-align: center;
}

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

.link_proprerty_list a {
  display: inline-block;
  text-align: center;
  position: relative;
  background-color: #44AF35;
  padding-left: 20px;
  width: 240px;
  height: 53px;
  line-height: 53px;
  color: #fff;
}

.link_proprerty_list a:before{
  content: '';
  display: inline-block;
  position: absolute;
  left: 40px;
  top: 22px;
  width: 8px;
  height: 8px;
  background-image: url(../img/left_arrow_w.svg);
}

@media screen and (min-width: 768px) {

  .propertydetail {
    margin: 150px 0 136px;
  }
  .propertydetail_inner {
    max-width: 1005px;
    margin: 0 auto;
  }

  .propertydetail_logo_wrap {
    margin-bottom: 62px;
  }


  .sec_title p {
    padding-top: 0px;
    font-size: 40px;
    position: relative;
    top:15px;
  }
  
  .sec_title .slash {
    height: 33px;
    margin-right: 14px;
    margin-left: 20.5px;
  }
  
  .sec_title_text {
    font-size: 12px;
  }

  .propertydetail_main {
    display: flex;
    width: 1005px;
    margin: 0 auto;
  }

  .propertydetail_main_inner {
    width: 100%;
  }

  .property_slide_content {
    display: flex;
    justify-content: space-between;
    width: 755px;
    height: auto;
    margin: 23px auto;
    padding-bottom: 95px;
  }

  .slide_img {
    width: 303px;
    height: 443px;
  }

  .property_box {
    width: 325px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .property_slide_content .link_form a {
    top: 16px;
    left: 15px;
  }
  
  .property_slide_content .link_form a:after{
    right: 42px;
    top: 3px;
  }

  .main_width {
    width: 755px;
    margin: 0 auto;
  }

  .overview {
    padding-bottom: 92px;
  }

  .overview .propertydetail_logo_wrap {
    margin-bottom: 25px;
  }

  .overview_main table td {
    height: 40px;
    padding: 15px 0;
    line-height: 1.8;
    vertical-align: middle;
  }

  .overview_main table td:first-child {
    width: 26%;
  }
  
  .overview_main table td:last-child {
    width: 74%;
    padding-left: 4.7%;
  }

  .quickarea .propertydetail_logo_wrap {
    margin-bottom: 41px;
  }

  .quick_area_header .area_name {
    font-size: 15px;
    letter-spacing: 0.1em;
  }

  .quick_area_header .buil_name {
    font-size: 15px;
  }
  
  .quick_area_header img {
    width: 50px;
    height: auto;
    margin-left: 9px;
  }

  .quick_area_contents {
    display: flex;
    justify-content: space-between;
    padding-top: 26.5px;
    margin-bottom: 89px;
  }

  .quick_area_subtitle {
    margin-top: 36.5px;
    font-size: 20px;
    letter-spacing: 0.1em;
    line-height: 1.35;
  }

  .quick_area_contents .big_img {
    width: 359px;
    height: 228px;
    line-height: 228px;
  }

  .quick_area_contents .small_img {
    width: 86px;
    height: 55px;
    line-height: 55px;
  }

  .quickarea_desc_content {
    width: 352px;
  }

  .quickarea_desc_content table {
    margin-bottom: 28px;
    font-size: 12px;
  }

  .quickarea_desc_content table td {
    height: 32px;
    padding: 12px 0;
    vertical-align: middle;
    line-height: 1.3;
  }
  
  .quickarea_desc_content table td:first-child {
    width: 88px;
  }
  
  .quickarea_desc_content table td:last-child {
    width: 262px;
    padding-left: 4.4%;
    padding-right: 2%;
  }

  .annotation {
    font-size: 11px;
    transform: translate(0.8);
    line-height: 2;
  }

  .vr360 {
    padding-bottom: 128px;
  }

  .vr360 .propertydetail_logo_wrap {
    margin-bottom: 38px;
  }

  .vr360_main {
    width: 100%;
  }

  .vr360_main iframe {
    width: 100%;
    height: 39vw;
  }

  .location .propertydetail_logo_wrap {
    margin-bottom: 33px;
  }

  .location_main {
    width: 100%;
    height: 385px;
    line-height: 385px;
  }

  .link_proprerty_list {
    margin: 125px 0 135px;
  }

}

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

  .propertydetail {
    margin: 92px 0 100px;
  }

  .propertydetail_inner {
    max-width: 375px;
    margin: 0 auto;
  }

  .propertydetail_logo_wrap.top_logo {
    margin-bottom: 35px;
    margin-left: 30px;
  }

  .propertydetail_logo_wrap.top_logo p {
    display: block
  }

  .propertydetail_logo_wrap p {
    font-size: 22px;
  }

  .sec_title .slash {
    margin-right: 7px;
    margin-left: 13px;
  }
  
  .sec_title_text {
    font-size: 12px;
  }

  .property_slide_content {
    width: 315px;
    height: auto;
    margin: 23px auto;
  }

  .slide_img {
    width: 303px;
    height: 443px;
  }

  .property_box {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .property_slide_content .link_form {
    width: 180px;
    height: 46px;
    font-size: 12px;
  }

  .property_slide_content .link_form a {
    top: -46px;
    left: 21px;
  }

  .property_slide_content .link_form a:after{
    right: 37px;
    top: 19px;
  }

  .propertydetail_main_inner {
    width: 100%;
  }

  .main_width {
    width: 100%;
    margin: 0 auto;
  }

  .overview {
    width: 315px;
    padding-bottom: 77px;
  }

  .overview .propertydetail_logo_wrap {
    margin-bottom: 41px;
  }

  .overview_main table td {
    padding: 15px 4px;
    line-height: 1.8;
    vertical-align: middle;
  }

  .overview_main table td:first-child {
    width: 88px;
  }

  .overview_main table td:last-child {
    width: 226px;
    padding-left: 5.7%;
  }

  .quickarea {
    width: 315px;
  }

  .quickarea .propertydetail_logo_wrap {
    margin-bottom: 58px;
  }

  .quick_area_header .area_name {
    font-size: 15px;
    letter-spacing: 0.1em;
  }

  .quick_area_header .buil_name {
    font-size: 10px;
  }
  
  .quick_area_header img {
    width: 31px;
    height: auto;
    margin-left: 5px;
  }

  .quick_area_contents {
    padding-top: 24.5px;
    margin-bottom: 114px;
  }

  .quick_area_subtitle {
    margin-top: 24.5px;
    font-size: 15px;
    letter-spacing: 0.1em;
    line-height: 1.8;
  }

  .img_content {
    margin-bottom: 20px;
  }

  .quick_area_contents .big_img {
    width: 315px;
    height: 200px;
    line-height: 200px;
  }

  .quick_area_contents .small_img {
    width: 75px;
    height: 49px;
    line-height: 49px;
  }

  .quickarea_desc_content table {
    margin-bottom: 30px;
    font-size: 10px;
  }

  .quickarea_desc_content table td {
    height: 32px;
    padding: 11px 0;
    line-height: 1.3;
    vertical-align: middle;
  }
  
  .quickarea_desc_content table td:first-child {
    width: 25%;
  }
  
  .quickarea_desc_content table td:last-child {
    width: 75%;
    padding-left: 5.5%;
  }

  .annotation {
    font-size: 11px;
    transform: translate(0.8);
    line-height: 2.75;
  }

  .vr360 {
    width: 100%;
    padding: 0 10px 89px;
  }
  
  .vr360 .propertydetail_logo_wrap {
    margin-bottom: 36px;
  }

  .vr360_main {
    width: 100%;
  }

  .vr360_main iframe {
    width: 355px;
    height: 253px;
  }

  .location {
    width: 100%;
  }

  .location .propertydetail_logo_wrap {
    margin-bottom: 36px;
    margin-left: 30px;
  }

  .location_main {
    width: 375px;
    height: 191px;
    line-height: 191px;
  }

  .location_main iframe {
    width: 100%;
    height: 100%;
  }

  .link_proprerty_list {
    margin: 125px 0 135px;
  }


  .sec_title_propd_top p{
    top:8px;
    left:3px;
    margin-bottom:10px;
  }





  .vr360 .propertydetail_logo{
padding-left:18px;
  }
}


  .sec_title{
    display: inline-block;
  }