main {
  margin-bottom: 115px; }
  @media screen and (max-width: 767px) {
    main {
      margin-bottom: 12.8vw; } }

.medical-online_wrapper {
  max-width: 700px;
  width: 100%;
  margin: 0 auto; }
  .medical-online_wrapper img {
    display: block;
    max-width: 100%; }

.box_note {
  width: 632px;
  margin: 0 auto 38px;
  background: #fafafa;
  border: 1px dashed #707070;
  padding: 38px;
  font-size: 20px;
  text-align: center;
  line-height: 1.8; }
  .box_note strong {
    font-weight: bold;
    color: #EA0000; }
  @media screen and (max-width: 767px) {
    .box_note {
      width: 90%;
      font-size: 16px;
      margin: 0 auto 3.2vw;
      padding: 4.2666666667vw; } }

.txt_arr {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 10px; }
  @media screen and (max-width: 767px) {
    .txt_arr {
      margin-bottom: 1.3333333333vw; } }

.btn_navy {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 423px;
  height: 86px;
  background: #16528B;
  border-radius: 43px;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  line-height: 86px;
  margin: 0 auto;
  text-decoration: none; }
  .btn_navy::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    right: 33px;
    top: 0;
    bottom: 0;
    margin: auto; }
  @media screen and (max-width: 767px) {
    .btn_navy {
      width: 90%;
      height: 18.6666666667vw;
      font-size: 18px; }
      .btn_navy::after {
        right: 21px; } }
