
.consult_pc {
  position: relative;
}

.consult_link {
  position: absolute;
  right: 50px;
  top: 145px;
  display: flex;
  align-items: center;
}

.consult_link .message {
  display: block;
  margin-right: 24px;
  font-size: 1.2rem;
}

.consult_link .message .price {
  font-size: 1.5rem;
  font-weight: 700;
}

.consult_link_angels {
  position: absolute;
  left: 70px;
  top: 2100px;
  width: 205px;
  height: 25px;
}

.consult_link_angels a {
  display: block;
  width: 100%;
  height: 100%;
}

.consult_link_angels_mobile_wrap {
  position: relative;
}

.consult_link_angels_mobile {
  position: absolute;
  left: 18%;
  top: 44%;
  right: 37%;
  height: 1.4rem;
}

.consult_link_angels_mobile a {
  display: block;
  width: 100%;
  height: 100%;
}

.red {
  color: #ff0000;
}

.bold {
  font-weight: 700;
}

.small {
  font-size: 0.75em;
}

.consult_mobile .consult_link_button {
  width: 180px;
  height: 36px;
  margin-left: auto;
  margin-right: auto;
}

.reservation_btn_img {
    background-image: url(/static/images/consult/angels2020/consult2020_reservation.png);
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 auto;
    width: 120px;
    height: 36px;
  }

 

  .consult_mobile_link {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 8px;
  }

  .consult_mobile_message {
    margin-right: 8px;
    font-size: 1.25rem;
  }

  .consult_mobile_link_wrap {
    width: 220px;
    height: 50px;
    background-image: url(/static/images/consult/button/guide_button.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
  }

  .consult_mobile_link_wrap a {
    width: 100%;
    height: 100%;
    display: block;
  }

  .consult_span_nav,
  .consult_span_nav_selected {
    display: inline-block;
    text-align: center;
    font-weight: 700;
    width: 36px;
    height: 36px;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 4px;
  }

  .consult_span_nav a {
    width: 100%;
    height: 100%;
    display: block;
  }

  .consult_handle_page {
    display: flex;
    justify-content: space-between;
    font-size: 2em;
    padding: 48px 16px 16px 16px;
    background-color: #ffffff;
  }

  .consult_prev_page,
  .consult_next_page {
    padding: 8px;
    font-size: 0.8em;
    font-weight: 500;
  }

  .consult_prev_page a,
  .consult_next_page a {
    text-decoration: none;
    color: #624814;
  }

  .page_invalid {
    color: #888888;
  }

  .consult_prev_page::before {
    content: "\2190";
    margin-right: 4px;
  }

  .consult_next_page::after {
    content: "\2192";
    margin-left: 4px;
  }

  .consult_page_section {
    display: none;
  }

  .consult_page_section:target {
    display: block;
  }

  .consult_page_section:target ~ .consult_page_section_first {
    display: none;
  }

  .consult_mobile_nav {
    margin-left: 21px;
    margin-top: 30px;
  }

  .booking_box {
    width: 100%;
    margin:auto;
    text-align: center
  }

  .consult_booking_box {
    text-align: left;
    border: 1px solid #b2a89a;
    margin: 0 auto;
    padding: 15px;
    font-family: 'Noto Sans KR', sans-serif;
    display: inline-block;
    width: 45%;
  }

  .row-box .consult_booking_box {
    word-break: keep-all;
    text-align: left;
    border: 2px solid #b2a89a;
    margin: 0 auto;
    padding: 15px 20px 15px;
    width: 100%;
    min-height: 115px;
    position: relative;
    margin-bottom: 5px;
    margin-top: 5px;
  }

  .booking-left {
    width: calc(100% - 190px);
    padding-top: 5px;
  }

  .booking-right {
    position: absolute;
    top: 0;
    right: 0;
    width: 190px;
    padding: 15px 25px 10px 0;
    text-align: right;
  }
  .booking-right .consult_price_mo {
    color: #ff3545;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.4 !important;
    margin-top: 0 !important;
    letter-spacing: -1px !important; 
  }
  .booking-right .consult_price_mo:after {
    content: '원';
    font-size: 20px;
  }
  .booking-right .consult_price_mo.reserve {
    display: none;
  }
  .reserve-btn {
    width: 170px;
    text-align: center;
    display: inline-block;
    padding: 8px 14px;
    color: #fff;
    background-color: #ff9700;
    font-size: 16px;
    letter-spacing: -1px;
    user-select:none
  }
  .reserve-btn.inactive {
    background-color: #c5c5c5;
  }

.waiting-form-btn {
    width: 240px;
    text-align: center;
    display: inline-block;
    padding: 10px 14px;
    color: #fff;
    background-color: #ff9700;
    line-height: 1.5;
    font-size: 20px;
}

  .consult_product {
    color: #785b2c;
    font-size: 1.2rem;
    font-weight: 500;
  }
  .row-box .consult_product {
    font-size: 25px;
    line-height: 28px;
    letter-spacing: -1.4px;
    line-height: 1.4;
  }
  .row-box .consult_product_sub {
    font-size: 16px;
    letter-spacing: -1.4px;
    line-height: 1.4;
    color: #785b2c;
  }

  .sy_or_sc {
    color: #573c11;
    font-size: 0.9rem;
    font-weight: 500;
    letter-spacing: -1.2px;
    margin-bottom: 5px !important;
  }

  .consult_date_mo {
    color: #af7415;
    font-weight: 500;
    line-height: 24px;
    font-size: 20px;
    letter-spacing: -0.65px;
  }
  .consult_mobile .rlpad p.consult_date_mo {
      letter-spacing: -1px;
  }

  .consult_time_mo {
    color: #777777;
    font-size: 0.7rem;
    font-weight: 400;
    margin-bottom: 10px;
    letter-spacing: -0.65px
  }

  .consult_price_mo {
    color: #ff3545;
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 15px;
  }

  .back_to_first{
    width:100%;
    margin-top: 30px;
    font-size: 16px;
    letter-spacing: -0.8px;
    color: #624814;
  }
  .back_to_first a,
  .back_to_first a:visited {
    text-decoration: none;
    color: #624814;
  }

  .booking-notice {
    font-size: 16px;
    letter-spacing: -0.9px;
    margin-bottom: 20px !important;
    font-weight: 500;
    color: #76664d;
    padding: 0 5px;
    text-indent: -18px;
    margin-left: 18px !important;
  }
    
@media screen and (max-width:480px) {
    .consult_mobile_link_wrap {
      width: 180px;
      height: 40px;
    }
    
    .row-box .consult_booking_box {
        padding: 10px 15px 10px;
        min-height: 100px;
    }
    .booking-left {
        width: calc(100% - 135px);
    }
    .booking-right {
        padding: 10px 15px 10px 0;
        width: 135px;
    }
    
    .row-box .consult_product {
        font-size: 5vw;
      }

    .sy_or_sc {
        font-size: 0.9rem;
        display: block;
    }

    .consult_date_mo {
        font-size: 3.8vw;
    }

    .consult_time_mo {
        font-size: 0.7rem;
    }

    .booking-right .consult_price_mo {
        font-size: 24px;
        margin-bottom: 10px;
    }
    
    .reserve-btn {
        width: 120px;
        padding: 6px 2px;
        font-size: 16px;
    }
}

.white-board {
  margin-top: 100px;
  background-color: #fff;
}