main section.first_view .catch_copy {
  display: inline-block;
  margin: 40px auto 80px;
  position: absolute;
  left: 15%;
  top: 40%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }
  main section.first_view .catch_copy p {
    display: inline-block;
    position: relative;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl; }
    main section.first_view .catch_copy p::after {
      content: '';
      position: absolute;
      width: 60px;
      height: 60px;
      border-top: 2px solid #333;
      border-left: 2px solid #333;
      top: -1rem;
      left: -1rem; }
    main section.first_view .catch_copy p::before {
      content: '';
      position: absolute;
      width: 60px;
      height: 60px;
      border-bottom: 2px solid #333;
      border-right: 2px solid #333;
      right: -1rem;
      bottom: -1rem; }

main section.first_view .img {
  width: 100%;
  height: 80vh;
  position: relative;
  margin-top: 20px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }
  main section.first_view .img img {
    width: 65%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block; }

main section.first_view .first_view_container {
  max-width: 1080px;
  margin: 32px auto; }

main section.first_view .first_view_left {
  width: 56%; }
  main section.first_view .first_view_left .news_container {
    position: relative;
    margin-top: 24px;
    border-radius: 4px; }
    main section.first_view .first_view_left .news_container h2 {
      color: #D5A371; }
      main section.first_view .first_view_left .news_container h2::after, main section.first_view .first_view_left .news_container h2::before {
        background-color: #D5A371; }
    main section.first_view .first_view_left .news_container a.first {
      margin-bottom: 40px; }
    main section.first_view .first_view_left .news_container a.news_content {
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end; }
      main section.first_view .first_view_left .news_container a.news_content p.title {
        padding-bottom: 24px; }

main section.first_view .first_view_right {
  width: 39%; }
  main section.first_view .first_view_right .buyer_container {
    margin-top: 24px; }
    main section.first_view .first_view_right .buyer_container a {
      display: block; }
    main section.first_view .first_view_right .buyer_container h2 {
      color: #D57171; }
      main section.first_view .first_view_right .buyer_container h2::after, main section.first_view .first_view_right .buyer_container h2::before {
        background-color: #D57171; }
  main section.first_view .first_view_right .dealer_container {
    margin-top: 24px; }
    main section.first_view .first_view_right .dealer_container a {
      display: block; }
    main section.first_view .first_view_right .dealer_container h2 {
      color: #71C7D5; }
      main section.first_view .first_view_right .dealer_container h2::after, main section.first_view .first_view_right .dealer_container h2::before {
        background-color: #71C7D5; }

main section.building_list {
  width: 100%;
  max-width: 1080px;
  margin: 72px auto; }
  main section.building_list .flex {
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  main section.building_list a.building_item {
    display: block;
    width: calc(50% - 40px);
    margin: 20px 20px 40px;
    text-decoration: none;
    cursor: pointer; }
    main section.building_list a.building_item .img {
      width: 100%;
      overflow: hidden;
      border-radius: 4px 4px 0 0/ 4px 4px 0 0;
      position: relative;
      height: 27vw;
      max-height: 300px; }
      main section.building_list a.building_item .img img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: 50% 50%;
        object-position: 50% 50%;
        display: black;
        margin: 0 auto; }
      main section.building_list a.building_item .img p {
        position: absolute;
        right: 1rem;
        top: 1rem;
        background-color: white;
        padding: 4px 16px;
        border-radius: 20px; }
    main section.building_list a.building_item p.price span {
      margin-right: 16px;
      color: #707070; }
    main section.building_list a.building_item p.detail span {
      border-bottom: 2px solid #D57171; }
    main section.building_list a.building_item .text_container {
      padding: 0 8px; }
    main section.building_list a.building_item:hover .img img {
      opacity: .6;
      -webkit-transition: 1s all;
      transition: 1s all; }

@media screen and (max-width: 768px) {
  main section.first_view .catch_copy {
    position: static;
    top: 0px;
    left: 0px;
    -webkit-transform: none;
    transform: none;
    z-index: 20;
    margin: 20px auto 40px; }
    main section.first_view .catch_copy p {
      -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
      writing-mode: horizontal-tb; }
  main section.first_view .img {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    main section.first_view .img img {
      width: 100%; }
  main section.first_view .first_view_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    main section.first_view .first_view_container .first_view_left, main section.first_view .first_view_container .first_view_right {
      width: 100%; }
      main section.first_view .first_view_container .first_view_left a, main section.first_view .first_view_container .first_view_right a {
        width: 95%;
        margin: 0 auto; }
      main section.first_view .first_view_container .first_view_left .news_container a.flex, main section.first_view .first_view_container .first_view_right .news_container a.flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
        main section.first_view .first_view_container .first_view_left .news_container a.flex p, main section.first_view .first_view_container .first_view_right .news_container a.flex p {
          width: 100%; }
      main section.first_view .first_view_container .first_view_left .news_container a.more_link, main section.first_view .first_view_container .first_view_right .news_container a.more_link {
        display: block;
        margin-top: 20px;
        text-align: right; }
  main section.building_list .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  main section.building_list a.building_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    margin: 8px auto;
    border-bottom: 1px solid #33333320;
    padding-bottom: 8px;
   }
   main section.building_list a.building_item:last-child{
     border-bottom: 0px;
     padding-bottom: 0px;
   }
    main section.building_list a.building_item .img {
      width: 25vw;
      height: 25vw;
      border-radius: 4px; }
      main section.building_list a.building_item .img img {
        height: 100%; }
      main section.building_list a.building_item .img p.type {
        padding: 0 0px;
        right: auto;
        top: auto;
        border-radius: 0;
        padding-left: 4px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        bottom: 0;
        width: 100%; }
    main section.building_list a.building_item .text_container {
      width: calc(100% - 26vw); } }
