.news_home .bg_white .news_bottom {
  margin-top: 20px; }
  @media screen and (min-width: 1460px) {
    .news_home .bg_white .news_bottom {
      margin-top: 1.042vw; } }

.block_title {
  padding: 60px 0px 30px 0px; }
  @media screen and (min-width: 1440px) {
    .block_title {
      padding: 4.688vw 0  2.865vw 0; } }

.list_hometay {
  display: grid;
  grid-gap: 40px;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 60px; }
  @media screen and (min-width: 1440px) {
    .list_hometay {
      grid-gap: 2.083vw;
      margin-bottom: 4.688vw; } }
  @media screen and (max-width: 768px) {
    .list_hometay {
      grid-gap: 10px;
      row-gap: 30px;
      grid-template-columns: repeat(2, 1fr);
      margin-bottom: 50px; } }
  @media screen and (max-width: 500px) {
    .list_hometay {
      grid-gap: 10px;
      row-gap: 30px;
      grid-template-columns: repeat(1, 1fr);
      margin-bottom: 30px; } }
  .list_hometay .item {
    display: block;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    overflow: hidden;
    transition: 0.5s;
    -webkit-transition: 0.5s; }
    .list_hometay .item .frame_img {
      display: block;
      overflow: hidden;
      margin-bottom: 0px; }
      .list_hometay .item .frame_img a {
        display: block;
        vertical-align: middle; }
        .list_hometay .item .frame_img a img {
          width: 100%;
          height: auto;
          display: block;
          vertical-align: middle;
          transition: 0.5s;
          -webkit-transition: 0.5s; }
    .list_hometay .item .frame_right {
      padding: 30px 30px;
      box-sizing: border-box; }
      @media screen and (min-width: 1440px) {
        .list_hometay .item .frame_right {
          padding: 2.083vw 1.823vw; } }
      @media screen and (max-width: 768px) {
        .list_hometay .item .frame_right {
          padding: 20px; } }
      .list_hometay .item .frame_right .title {
        font-size: 32px;
        font-weight: 650;
        margin-bottom: 15px;
        transition: 0.5s;
        -webkit-transition: 0.5s; }
        @media screen and (min-width: 1440px) {
          .list_hometay .item .frame_right .title {
            font-size: 1.771vw;
            margin-bottom: 1.302vw; } }
        @media screen and (max-width: 768px) {
          .list_hometay .item .frame_right .title {
            font-size: 24px;
            margin-bottom: 10px; } }
      .list_hometay .item .frame_right .price_box {
        display: grid;
        grid-gap: 40px;
        grid-template-columns: repeat(2, 1fr); }
        @media screen and (min-width: 1460px) {
          .list_hometay .item .frame_right .price_box {
            grid-gap: 2.083vw; } }
        @media screen and (max-width: 768px) {
          .list_hometay .item .frame_right .price_box {
            grid-gap: 10px;
            grid-template-columns: repeat(1, 1fr); } }
        .list_hometay .item .frame_right .price_box .title {
          font-size: 18px;
          font-weight: 650;
          margin-bottom: 15px;
          transition: 0.5s;
          -webkit-transition: 0.5s; }
          @media screen and (min-width: 1460px) {
            .list_hometay .item .frame_right .price_box .title {
              font-size: 1.042vw;
              margin-bottom: 0.521vw; } }
          @media screen and (max-width: 768px) {
            .list_hometay .item .frame_right .price_box .title {
              margin-bottom: 5px; } }
        .list_hometay .item .frame_right .price_box .price {
          font-size: 32px;
          font-weight: 600;
          color: var(--black-color);
          line-height: 1;
          transition: 0.5s;
          -webkit-transition: 0.5s; }
          @media screen and (min-width: 1440px) {
            .list_hometay .item .frame_right .price_box .price {
              font-size: 2.083vw; } }
          @media screen and (max-width: 510px) {
            .list_hometay .item .frame_right .price_box .price {
              font-size: 28px; } }
          .list_hometay .item .frame_right .price_box .price .unit {
            font-size: 18px;
            position: absolute;
            font-weight: 600;
            transition: 0.5s;
            -webkit-transition: 0.5s; }
            @media screen and (min-width: 1440px) {
              .list_hometay .item .frame_right .price_box .price .unit {
                font-size: 1.354vw; } }
          .list_hometay .item .frame_right .price_box .price .hour {
            font-size: 26px;
            font-weight: 500;
            margin-left: 15px;
            transition: 0.5s;
            -webkit-transition: 0.5s; }
            @media screen and (min-width: 1440px) {
              .list_hometay .item .frame_right .price_box .price .hour {
                font-size: 1.667vw;
                margin-left: 0.781vw; } }
            @media screen and (max-width: 510px) {
              .list_hometay .item .frame_right .price_box .price .hour {
                font-size: 22px; } }
      .list_hometay .item .frame_right .sum {
        font-size: 16px;
        font-weight: 500;
        line-height: 1.7;
        margin: 30px 0px;
        transition: 0.5s;
        -webkit-transition: 0.5s; }
        @media screen and (min-width: 1460px) {
          .list_hometay .item .frame_right .sum {
            font-size: 0.833vw;
            margin: 2.083vw 0px; } }
        @media screen and (max-width: 768px) {
          .list_hometay .item .frame_right .sum {
            margin: 20px 0px;
            font-size: 14px; } }
      .list_hometay .item .frame_right .button_book {
        display: inline-block;
        font-size: 14px;
        font-weight: 600;
        color: var(--black-color);
        background: var(--extra-color);
        cursor: pointer;
        padding: 10px 50px;
        float: right;
        position: relative;
        margin-right: 7px;
        transition: 0.5s;
        -webkit-transition: 0.5s;
        margin-right: 7px;
        margin-bottom: 40px;
        border: none; }
        .list_hometay .item .frame_right .button_book:hover {
          color: var(--black-color);
          background: var(--white-color); }
          .list_hometay .item .frame_right .button_book:hover::before {
            background: var(--extra-color); }
        @media screen and (min-width: 1440px) {
          .list_hometay .item .frame_right .button_book {
            font-size: 0.833vw;
            padding: 0.781vw 3.646vw;
            margin-right: 0.365vw;
            margin-bottom: 2.083vw; } }
        @media screen and (max-width: 768px) {
          .list_hometay .item .frame_right .button_book {
            padding: 10px 30px;
            margin-bottom: 30px; } }
        .list_hometay .item .frame_right .button_book::before {
          content: "";
          background: #fff;
          top: 5px;
          left: 10px;
          width: 100%;
          height: 100%;
          position: absolute;
          z-index: -1;
          transition: 0.5s;
          -webkit-transition: 0.5s; }
          @media screen and (min-width: 1440px) {
            .list_hometay .item .frame_right .button_book::before {
              top: 0.260vw;
              left: 0.365vw; } }
    .list_hometay .item:hover {
      background: var(--black-color); }
      .list_hometay .item:hover .frame_img img {
        transform: scale(1.1); }
      .list_hometay .item:hover .frame_right .title a {
        color: var(--white-color); }
      .list_hometay .item:hover .frame_right .price_box .title {
        color: var(--white-color); }
      .list_hometay .item:hover .frame_right .price_box .price {
        color: var(--main-color); }
        .list_hometay .item:hover .frame_right .price_box .price .unit {
          color: var(--main-color); }
        .list_hometay .item:hover .frame_right .price_box .price .hour {
          color: var(--main-color); }
      .list_hometay .item:hover .frame_right .sum {
        color: var(--white-color); }
      .list_hometay .item:hover .frame_right .button_book {
        background: var(--white-color);
        color: var(--black-color); }

/*# sourceMappingURL=home.css.map */
