.homestay_detail .top-content {
  margin-top: 50px;
  padding: 0px 235px;
  text-align: center; }
  @media screen and (min-width: 1440px) {
    .homestay_detail .top-content {
      padding: 0px 12.240vw;
      margin-top: 4.167vw; } }
  @media screen and (max-width: 900px) {
    .homestay_detail .top-content {
      padding: 0px 30px;
      margin-top: 30px; } }
  @media screen and (max-width: 768px) {
    .homestay_detail .top-content {
      padding: 0px 0px; } }
  .homestay_detail .top-content .title {
    font-size: 32px;
    font-weight: 650;
    color: var(--black-color);
    margin-bottom: 30px; }
    @media screen and (min-width: 1440px) {
      .homestay_detail .top-content .title {
        font-size: 2.344vw;
        margin-bottom: 2.083vw; } }
    @media screen and (max-width: 768px) {
      .homestay_detail .top-content .title {
        font-size: 24px;
        margin-bottom: 20px; } }
    @media screen and (max-width: 550px) {
      .homestay_detail .top-content .title {
        font-size: 20px; } }
  .homestay_detail .top-content .summary {
    font-size: 15px;
    color: var(--black-color);
    font-weight: 400;
    margin-bottom: 30px; }
    @media screen and (min-width: 1440px) {
      .homestay_detail .top-content .summary {
        font-size: 0.781vw;
        margin-bottom: 2.604vw; } }
    @media screen and (max-width: 768px) {
      .homestay_detail .top-content .summary {
        font-size: 14px;
        margin-bottom: 20px; } }
.homestay_detail .center-content {
  padding: 0px 135px;
  box-sizing: border-box;
  margin-bottom: 45px; }
  @media screen and (min-width: 1440px) {
    .homestay_detail .center-content {
      padding: 0px 7.031vw;
      margin-bottom: 2.344vw; } }
  @media screen and (max-width: 990px) {
    .homestay_detail .center-content {
      padding: 0px 0px;
      margin-bottom: 30px; } }
.homestay_detail .bot-content {
  padding: 0px 135px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-around;
  position: relative;
  margin-bottom: 50px;
  flex-wrap: wrap; }
  @media screen and (min-width: 1440px) {
    .homestay_detail .bot-content {
      padding: 0px 7.031vw;
      margin-bottom: 2.604vw; } }
  @media screen and (max-width: 990px) {
    .homestay_detail .bot-content {
      padding: 0px 50px; } }
  @media screen and (max-width: 768px) {
    .homestay_detail .bot-content {
      padding: 0px 0px;
      margin-bottom: 30px; } }
  .homestay_detail .bot-content::before {
    content: "";
    height: 100%;
    width: 2px;
    background: #fcc258;
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%); }
    @media screen and (max-width: 600px) {
      .homestay_detail .bot-content::before {
        display: none; } }
  .homestay_detail .bot-content .left, .homestay_detail .bot-content .right {
    width: 50%; }
    @media screen and (max-width: 600px) {
      .homestay_detail .bot-content .left, .homestay_detail .bot-content .right {
        width: 100%; } }
    .homestay_detail .bot-content .left .title, .homestay_detail .bot-content .right .title {
      font-size: 30px;
      font-weight: 650;
      color: var(--black-color);
      margin-bottom: 35px; }
      @media screen and (min-width: 1440px) {
        .homestay_detail .bot-content .left .title, .homestay_detail .bot-content .right .title {
          font-size: 1.563vw;
          margin-bottom: 1.823vw; } }
      @media screen and (max-width: 768px) {
        .homestay_detail .bot-content .left .title, .homestay_detail .bot-content .right .title {
          font-size: 24px; } }
      @media screen and (max-width: 600px) {
        .homestay_detail .bot-content .left .title, .homestay_detail .bot-content .right .title {
          margin-bottom: 10px;
          font-size: 20px; } }
  .homestay_detail .bot-content .left {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: var(--black-color); }
    @media screen and (min-width: 1440px) {
      .homestay_detail .bot-content .left {
        font-size: 0.938vw; } }
    @media screen and (max-width: 600px) {
      .homestay_detail .bot-content .left {
        order: 2; } }
  .homestay_detail .bot-content .right {
    text-align: center; }
    @media screen and (max-width: 600px) {
      .homestay_detail .bot-content .right {
        order: 1;
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid var(--main-color); } }
    @media screen and (max-width: 600px) {
      .homestay_detail .bot-content .right .list_price {
        display: flex;
        flex-wrap: wrap; } }
    .homestay_detail .bot-content .right .price_box {
      width: 100%;
      margin-bottom: 30px; }
      @media screen and (min-width: 1440px) {
        .homestay_detail .bot-content .right .price_box {
          margin-bottom: 1.563vw; } }
      @media screen and (max-width: 600px) {
        .homestay_detail .bot-content .right .price_box {
          margin-bottom: 20px;
          width: 50%; } }
      @media screen and (max-width: 450px) {
        .homestay_detail .bot-content .right .price_box {
          width: 1000%; } }
      .homestay_detail .bot-content .right .price_box .name {
        font-size: 20px;
        font-weight: 650;
        color: var(--black-color);
        margin-bottom: 5px;
        transition: 0.5s;
        -webkit-transition: 0.5s; }
        @media screen and (min-width: 1440px) {
          .homestay_detail .bot-content .right .price_box .name {
            font-size: 1.042vw;
            margin-bottom: 0.260vw; } }
        @media screen and (max-width: 550px) {
          .homestay_detail .bot-content .right .price_box .name {
            margin-bottom: 5px;
            font-size: 18px; } }
      .homestay_detail .bot-content .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) {
          .homestay_detail .bot-content .right .price_box .price {
            font-size: 1.667vw; } }
        @media screen and (max-width: 550px) {
          .homestay_detail .bot-content .right .price_box .price {
            font-size: 24px; } }
        .homestay_detail .bot-content .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) {
            .homestay_detail .bot-content .right .price_box .price .unit {
              font-size: 0.938vw; } }
          @media screen and (max-width: 550px) {
            .homestay_detail .bot-content .right .price_box .price .unit {
              font-size: 16px; } }
        .homestay_detail .bot-content .right .price_box .price .hour {
          font-size: 25px;
          font-weight: 500;
          margin-left: 15px;
          transition: 0.5s;
          -webkit-transition: 0.5s; }
          @media screen and (min-width: 1440px) {
            .homestay_detail .bot-content .right .price_box .price .hour {
              font-size: 1.302vw;
              margin-left: 0.781vw; } }
          @media screen and (max-width: 550px) {
            .homestay_detail .bot-content .right .price_box .price .hour {
              font-size: 20px; } }
    .homestay_detail .bot-content .right .price_box:last-child {
      margin-bottom: 0px; }
.homestay_detail .btn {
  text-align: center;
  margin-bottom: 30px; }
  @media screen and (min-width: 1440px) {
    .homestay_detail .btn {
      margin-bottom: 1.563vw; } }
  @media screen and (max-width: 768px) {
    .homestay_detail .btn {
      margin-bottom: 0px; } }
.homestay_detail .button_book {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: var(--black-color);
  background: var(--extra-color);
  cursor: pointer;
  padding: 15px 70px;
  position: relative;
  margin-right: 7px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  margin-right: 7px;
  border: none; }
  .homestay_detail .button_book:hover {
    color: var(--white-color);
    background: var(--black-color); }
  @media screen and (min-width: 1440px) {
    .homestay_detail .button_book {
      font-size: 0.833vw;
      padding: 0.781vw 3.646vw;
      margin-right: 0.365vw; } }
  @media screen and (max-width: 550px) {
    .homestay_detail .button_book {
      padding: 10px 30px; } }

/*# sourceMappingURL=detail.css.map */
