@charset "UTF-8";

  /* 개체 연결 API */
  .object_write {
    width: 100%;
    height: auto;
  }

  .object_write>textarea {
    font-family: "Noto Sans KR", sans-serif;
    width: 100%;
    height: auto;
    min-height: 200px;
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 2px;
    font-size: 1rem;
    line-height: 24px;
    letter-spacing: -0.05rem;
  }

  .btn_area .analysis_btn {
    font-family: "S-CoreDream-4Regular";
    width: 150px;
    height: 40px;
    font-size: 0.875rem;
    background: #3a8afd;
    color: #fff;
    border-radius: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px auto 40px;
  }

  .btn_area .analysis_btn:hover {
    background: #243e81;
  }

  .object_veiw {
    width: 100%;
    height: auto;
    min-height: 100px;
    padding: 15px;
    border: 1px solid #ccc;
    font-size: 1rem;
    line-height: 24px;
    letter-spacing: -0.05rem;
  }

  .object_veiw>button {
    font-family: "Noto Sans KR", sans-serif;
    font-size: 1rem;
    color: #4274f6;
    padding: 0 2px;
  }

  .object_veiw>button.active {
    background: #4274f6;
    color: #fff;
    padding: 0 2px;
  }

  .object_veiw>button.active:hover {
    text-decoration: none;
  }

  .object_veiw>button:hover {
    text-decoration: underline;
  }

  .btn_area .waitingBtn {
    background: #808080;
  }