/****************************************************/
/* .body_widget_area {
  background-color: #f2f5f7;
} */
.content_page_wrap {
  background-color: #fff;
}
.qna_notice_board_contents_area {
  background-color: #fff;
  border-radius: 0 0 14px 14px;
}

.qna_notice_board_info_wrap {
  padding: 20px 15px 15px;
  background-color: #27a3c7;
  color: #fff;
}
.qna_notice_board_division_wrap {
  padding-bottom: 5px;
  border-bottom: 1px #fff solid;
  display: flex;
  justify-content: space-between;
  font-size: 16px;
}
.qna_notice_board_category_name {
  font-size: 15px;
}
/* .qna_notice_board_title {
  margin-top: 10px;
  font-size: 16px;
} */

.qna_notice_board_title a {
    display: block;
    margin-top: 10px;
    font-size: 20px;
    font-weight: 600;
  }

.qna_notice_board_info {
  margin-top: 28px;
  color: #fff;
  font-size: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 3px 10px;
  justify-content: end;
  align-items: center;
}
.qna_notice_board_center {
  font-size: 14px;
  border-radius: 17px;
  background-color: #006f8f;
  padding: 3px 10px 3px 10px;
}
.center {
  margin-left: 8px;
  font-weight: 600;
}
.qna_notice_board_edit_date {
  display: flex;
  gap: 5px;
}

.qna_notice_board_edit_date::before {
  width: 11px;
  margin-top: 5px;
  content: "";
  background-image: url(../image/icon-datetime-w.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.qna_notice_board_view {
  display: flex;
  gap: 5px;
}

.qna_notice_board_view::before {
  width: 16px;
  margin-top: 6px;
  content: "";
  background-image: url(../image/icon-view-w.png);
  background-repeat: no-repeat;
  background-size: contain;
}

/* 문의게시판 */
.inquiry_response_area {
  margin-top: 10px;
  border-radius: 14px;
  background-color: #e1f2f9;
  overflow: hidden;
  padding: 0 10px 20px;
}
.inquiry_response_center {
  padding: 15px 0 0 5px;
  font-size: 14px;
  font-weight: 500;
  display: flex;
}
.inquiry_response_center::before {
  margin: 2px 8px 0 0;
  width: 15px;
  height: 18px;
  content: "";
  background-image: url(../image/icon-pen-heart-b.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.inquiry_response_wrap {
  margin: 12px 0 0;
  border-radius: 14px;
  background-color: #fff;
  padding: 15px 5px 10px 10px;
}
.inquiry_response {
  font-size: 12px;
  padding: 0 10px 10px 0;
  border-bottom: 1px dotted #b7b7b7;
  word-break: keep-all;
}
.inquiry_response_text {
  padding-bottom: 15px;
}
.inquiry_response_text span {
  color: #0071cb;
}
.img_noanswer {
  float: left;
  width: 85px;
  margin-right: 10px;
}
.inquiry_response_date {
  font-size: 11px;
  display: flex;
  gap: 5px;
  color: #555656;
  justify-content: end;
}
.inquiry_response_date::before {
  margin-top: 1px;
  width: 13px;
  height: 15px;
  content: "";
  background-image: url(../image/icon-pen-heart-b.png);
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.5;
}
.inquiry_response_edit_center_wrap {
  padding-right: 5px;
  margin-top: 10px;
  text-align: right;
}
.inquiry_response_edit_center {
  font-size: 13px;
  color: #27a3c7;
}
.inquiry_response_edit_center span:last-child {
  font-weight: 500;
}
.inquiry_response_number {
  font-size: 13px;
  font-weight: 500;
  display: block;
}
.center_link_list_set {
  margin-top: 10px;
  display: flex;
  gap: 10px;
  justify-content: end;
}
.center_link_list {
  width: 25px;
  height: 25px;
}
.center_home {
  width: 25px;
  height: 25px;
  background-image: url(../image/icon-center-home.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.center_kakao {
  width: 25px;
  height: 25px;
  background-image: url(../image/icon-center-kakao.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.center_talktalk {
  width: 25px;
  height: 25px;
  background-image: url(../image/icon-center-talktalk.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.center_phone {
  width: 25px;
  height: 25px;
  background-image: url(../image/icon-center-phone.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.inquiry_response_guide_text_wrap {
  margin-top: 15px;
  text-align: center;
  word-break: keep-all;
}
.inquiry_response_guide_text_1 {
  font-size: 12px;
  font-weight: 500;
  padding: 0 70px;
}
.inquiry_response_guide_text_2 {
  font-size: 12px;
  margin-top: 5px;
}
.inquiry_detail_area {
  margin-top: 10px;
}
.inquiry_detail_title {
  margin: 0 10px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  padding-bottom: 8px;
  border-bottom: 1px solid #000;
}
.inquiry_detail_wrap {
  padding: 0 10px;
  margin-top: 15px;
}

.inquiry_detail_list {
  margin-top: 15px;
  display: flex;
  font-size: 12px;
  padding-bottom: 12px;
  border-bottom: 1px dotted #b7b7b7;
}
.inquiry_detail_list dt {
  width: 100px;
}
.inquiry_detail_info {
  padding-left: 10px;
}
.inquiry_detail_contents {
  margin-top: 15px;
  font-size: 12px;
}
.inquiry_detail_text {
  box-sizing: border-box;
  min-height: 100px;
  margin-top: 11px;
  padding: 15px 10px;
  border-radius: 14px;
  border: solid 1px #000;
  line-height: 1.6;
}
.admin_wrapper {
  margin: 10px 10px 0;
  padding: 10px;
  font-size: 12px;
  border-radius: 10px;
  background-color: #eee;
  display: flex;
  flex-direction: column;
}
.inquiry_detail_btn_wrap {
  margin: 15px 0 30px;
  display: flex;
  flex-direction: column;
}
.inquiry_detail_btn_wrap div {
  display: flex;
  gap: 20px;
}
.modify_btn {
  width: calc(50% - 10px);
  height: 30px;
  font-size: 15px;
  color: #fff;
  border-radius: 30px;
  background-color: #000;
}
.delete_btn {
  width: calc(50% - 10px);
  height: 30px;
  font-size: 15px;
  color: #fff;
  border-radius: 30px;
  background-color: #000;
}
.list_btn {
  margin-top: 17px;
  width: 100%;
  height: 30px;
  font-size: 15px;
  border-radius: 30px;
  background-color: #6d6d6d;
  color: #fff;
}
.popup_wrap {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
}
.delete_popup {
  display: none;
}
.modify_popup {
  display: none;
}
.pwd_popup {
  display: block;
  /* display: none; */
}
.pwd_search_popup {
  display: none;
}
.pwd_result_popup {
  display: none;
}
.pwd_no_result_popup {
  display: none;
}
.custom_popup {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 320px;
  background-color: #fff;
  padding: 15px 0;
  text-align: center;
  border-radius: 15px;
}
.pwd_search_title {
  font-size: 15px;
  font-weight: 500;
  padding-bottom: 13px;
  margin: 0 10px;
  border-bottom: 1px solid #000;
}
.custom_popup h4 {
  font-size: 15px;
  font-weight: 500;
}
.popup_text {
  margin-top: 23px;
  font-size: 13px;
  line-height: 25px;
}
.popup_input {
  margin: 15px 80px 0;
  padding: 0 10px;
  height: 33px;
  border-radius: 7px;
  border: solid 1px #b7b7b7;
}
.pwd_check {
  margin-top: 15px;
  display: flex;
  justify-content: center;
  gap: 15px;
  padding: 0 30px;
}
.pwd_check input {
  text-align: center;
  flex: 2;
  height: 33px;
  border-radius: 7px;
  border: solid 1px #b7b7b7;
  box-sizing: border-box;
}
.pwd_check button {
  text-align: center;
  flex: 1;
  height: 33px;
  border-radius: 7px;
  background-color: #000;
  color: #fff;
}
.button_wrap {
  margin: 15px 40px 0;
  display: flex;
  gap: 20px;
}

.popup_cancel_btn {
  border-radius: 15px;
  background-color: #6d6d6d;
  flex: 1;
  height: 30px;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
}
.popup_delete_btn {
  border-radius: 15px;
  background-color: #ff961b;
  flex: 1;
  height: 30px;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
}
.popup_modify_btn {
  border-radius: 15px;
  background-color: #00c0d6;
  flex: 1;
  height: 30px;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
}
.popup_pwd_btn {
  border-radius: 15px;
  background-color: #00c0d6;
  flex: 1;
  height: 30px;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
}
.popup_list_btn {
  border-radius: 15px;
  background-color: #6d6d6d;
  flex: 1;
  height: 30px;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
}
.popup_view_post_btn {
  border-radius: 15px;
  background-color: #00c0d6;
  flex: 1;
  height: 30px;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
}
.ask {
  margin-top: 15px;
  font-size: 11px;
  padding-left: 10px;
  text-align: left;
}
.email_wrap {
  padding: 12px 10px 0;
  width: calc(100% - 20px);
  display: flex;
  align-items: center;
  gap: 5px;
}
.custom_select {
  position: relative;
}
.custom_select::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  width: 10px;
  height: 6px;
  transform: translateY(-50%);
  background-image: url(../image/m-btn-nav-down.png);
  background-repeat: no-repeat; /* Ensure the image is not repeated */
  background-size: contain;
}
.or {
  margin-top: 10px;
  font-size: 11px;
  display: block;
}
.email_wrap span {
  font-size: 11px;
}
.email {
  width: 50%;
  height: 34px;
  border-radius: 10px;
  border: solid 1px #c7c7c7;
  box-sizing: border-box;
  padding-left: 10px;
  font-size: 14px;
}
.email_site_wrap {
  width: 50%;
}
.email_site {
  line-height: 30px;
  padding-left: 10px;
  font-size: 13px;
  width: 100%;
  height: 35px;
  border-radius: 10px;
  border: solid 1px #b7b7b7;
  appearance: none;
}
.num_wrap {
  margin-top: 12px;
  display: flex;
  justify-content: center;
  gap: 13px;
  padding: 0 13px;
}
.first_num {
  flex: 1;
  line-height: 30px;
  padding-left: 10px;
  width: 90px;
  height: 34px;
  font-size: 14px;
  border-radius: 10px;
  border: solid 1px #c7c7c7;
  appearance: none;
}
.last_num {
  flex: 1;
  line-height: 30px;
  padding-left: 10px;
  width: 90px;
  height: 34px;
  border-radius: 10px;
  border: solid 1px #c7c7c7;
  box-sizing: border-box;
}
.nickname {
  display: block;
  margin: 10px;
  width: 200px;
  height: 34px;
  padding: 0 10px;
  border-radius: 10px;
  border: solid 1px #b7b7b7;
  text-align: left;
}
.pwd_search_button_wrap {
  margin: 23px 40px 0;
  display: flex;
  gap: 20px;
}
.pwd_result {
  margin-top: 17px;
  font-size: 13px;
}
.pwd_wrap {
  margin-top: 15px;
  font-size: 13px;
}
.password {
  font-weight: 500;
  color: #66b5ff;
}
.no_result {
  font-size: 13px;
  margin-top: 10px;
}
.no_result p:first-child {
  color: #ff7200;
}
.no_result p:last-child {
  margin-top: 15px;
}
@media (min-width: 1170px) {
}
@media (min-width: 1621px) {
  .widget_area {
    display: flex;
    gap: 20px;
  }
  .pc_main_top_contents_wrap {
    margin-top: 10px;
    display: flex;
    gap: 20px;
  }
  /****************************************************/
  .body_widget_area {
    background-color: #fff;
  }

  .qna_notice_board_info_wrap {
    width: 900px;
    padding: 30px 30px 20px;
    border-radius: 14px;
    box-sizing: border-box;
  }

  .qna_notice_board_division_wrap {
    padding-bottom: 15px;
    font-size: 24px;
    font-weight: 500;
  }

  /* .qna_notice_board_title {
    height: 90px;
    margin-top: 20px;
    font-size: 34px;
    font-weight: 500;
  } */
  .qna_notice_board_title a {
    margin-top: 25px;
    height: 90px;
    font-size: 34px;
    font-weight: 500;
    /* text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; */
  }


  .qna_notice_board_category_name {
    font-size: 20px;
  }
  .qna_notice_board_info {
    justify-content: flex-start;
    margin-top: 20px;
    font-size: 18px;
    gap: 20px;
  }

  .qna_notice_board_center {
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    min-width: 170px;
    padding: 0 20px;
    height: 34px;
    box-sizing: border-box;
  }
  .qna_notice_board_edit_date {
    gap: 7px;
  }
  .qna_notice_board_edit_date::before {
    width: 22px;
    margin-top: 3px;
  }
  .qna_notice_board_view {
    gap: 7px;
  }
  .qna_notice_board_view::before {
    width: 27px;
  }
  .qna_notice_board_contents_area {
    width: 900px;
    margin: 0 0 0;
  }

  /* 문의게시판 */
  .inquiry_response_area {
    margin-top: 20px;
    padding: 0 30px 20px;
  }

  .inquiry_response_center {
    padding: 31px 0 0 12px;
    font-size: 20px;
  }
  .inquiry_response_center::before {
    margin: 0 14px 0 0;
    width: 30px;
    height: 36px;
  }
  .inquiry_response_wrap {
    margin: 13px 0;
    padding: 26px;
  }
  .inquiry_response {
    font-size: 18px;
    padding: 0 0 13px 0;
  }
  /* 미답변 */
  .inquiry_response_text {
    padding: 10px 0 60px;
  }
  .inquiry_response_text span {
    color: #0071cb;
  }
  .img_noanswer {
    width: 195px;
    margin-right: 20px;
  }

  .inquiry_response_date {
    font-size: 18px;
    font-weight: 300;
    gap: 10px;
  }
  .inquiry_response_date::before {
    width: 20px;
    height: 25px;
  }

  .inquiry_response_edit_center_wrap {
    padding-right: 0;
    margin-top: 20px;
  }
  .inquiry_response_edit_center {
    font-size: 20px;
  }
  .inquiry_response_number {
    font-size: 20px;
  }
  .center_link_list_set {
    margin-top: 11px;
  }
  .center_link_list {
    width: 30px;
    height: 30px;
  }
  .center_home {
    width: 30px;
    height: 30px;
  }
  .center_home:hover {
    background-image: url(../image/icon-center-home-mint.png);
  }
  .center_kakao {
    width: 30px;
    height: 30px;
  }
  .center_kakao:hover {
    background-image: url(../image/icon-center-kakao-mint.png);
  }
  .center_talktalk {
    width: 30px;
    height: 30px;
  }
  .center_talktalk:hover {
    background-image: url(../image/icon-center-talktalk-mint.png);
  }
  .center_phone {
    width: 30px;
    height: 30px;
  }
  .center_phone:hover {
    background-image: url(../image/icon-center-phone-mint.png);
  }

  .inquiry_response_guide_text_wrap {
    margin-top: 30px;
  }
  .inquiry_response_guide_text_1 {
    font-size: 18px;
  }
  .inquiry_response_guide_text_2 {
    font-size: 18px;
  }

  .inquiry_detail_area {
    width: 900px;
    margin-top: 30px;
  }
  .inquiry_detail_wrap {
    margin-top: 20px;
    padding: 0 30px;
    border-radius: 14px;
    border: solid 1px #74b6c6;
  }
  .inquiry_detail_title {
    font-size: 24px;
    padding-bottom: 0;
    border-bottom: none;
  }
  .inquiry_detail_list_set {
    padding: 5px 0 0;
  }
  .list_bundle {
    display: flex;
    padding-bottom: 20px;
    border-bottom: 1px dotted #b7b7b7;
  }
  .inquiry_detail_list {
    width: 450px;
    margin-top: 20px;
    font-size: 18px;
    padding-bottom: 0;
    border-bottom: none;
  }
  .inquiry_detail_list:nth-child(2n) {
    width: 385px;
  }
  .inquiry_detail_list dt {
    font-weight: 500;
    width: 160px;
  }
  .inquiry_detail_info {
    padding-left: 0;
  }
  .inquiry_detail_contents {
    margin-top: 20px;
    font-size: 18px;
    font-weight: 500;
  }
  .inquiry_detail_text {
    min-height: 495px;
    margin-top: 21px;
    padding: 35px 30px;
    font-weight: 400;
  }

  .admin_wrapper {
    width: 530px;
    margin: 16px 0 0;
    height: 40px;
    line-height: 40px;
    padding: 0 0 0 12px;
    font-size: 18px;
    gap: 10px;
    flex-direction: row;
  }

  .inquiry_detail_btn_wrap {
    margin: 25px 0 20px;
    flex-direction: row;
    justify-content: space-between;
  }
  .inquiry_detail_btn_wrap div {
    display: flex;
    gap: 20px;
  }

  .modify_btn {
    width: 200px;
    height: 50px;
    font-size: 19px;
    border-radius: 25px;
  }
  .delete_btn {
    width: 200px;
    height: 50px;
    font-size: 19px;
    border-radius: 25px;
  }
  .list_btn {
    margin-top: 0;
    width: 200px;
    height: 50px;
    font-size: 19px;
    border-radius: 25px;
  }
  .modify_btn:hover,
  .delete_btn:hover {
    background-color: #fff;
    color: #000;
    border: 1px solid #6d6d6d;
  }

  .list_btn:hover {
    background-color: #fff;
    color: #6d6d6d;
    border: 1px solid #6d6d6d;
  }
  .custom_popup {
    width: auto;
  }
  .custom_popup_type_1 {
    padding: 32px 0 20px;
    width: 527px;
  }
  .custom_popup_type_2 {
    padding: 41px 0 20px;
    width: 527px;
  }
  .custom_popup_type_3 {
    width: 900px;
    border-radius: 14px;
    border: solid 2px #888;
    padding: 65px 115px 80px;
    box-sizing: border-box;
  }
  .custom_popup h4 {
    font-size: 20px;
    font-weight: 600;
  }
  .popup_text {
    margin-top: 0;
    font-size: 18px;
    line-height: 32px;
  }
  .popup_type_1_text {
    margin-top: 32px;
  }
  .popup_input {
    margin: 22px 0 0;
    width: 261px;
    padding: 0 20px;
    height: 46px;
    border-radius: 7px;
    border: solid 1px #b7b7b7;
  }
  .button_wrap {
    margin: 22px 0 0;
    gap: 55px;
    justify-content: center;
  }
  .popup_cancel_btn {
    width: 141px;
    height: 51px;
    border-radius: 25px;
    font-size: 19px;
    font-weight: normal;
    flex: none;
  }
  .popup_cancel_btn:hover {
    border: solid 1px #888;
    color: #888;
    background-color: #fff;
  }
  .popup_delete_btn {
    width: 141px;
    height: 51px;
    border-radius: 25px;
    background-color: #ff961b;
    font-size: 19px;
    font-weight: normal;
    flex: none;
  }
  .popup_delete_btn:hover {
    border: solid 1px #ff961b;
    color: #ff961b;
    background-color: #fff;
  }
  .popup_modify_btn {
    width: 141px;
    height: 51px;
    border-radius: 25px;
    font-size: 19px;
    font-weight: normal;
    flex: none;
  }
  .popup_modify_btn:hover {
    border: solid 1px #00c0d6;
    color: #00c0d6;
    background-color: #fff;
  }
  .pwd_search_title {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 38px;
  }
  .pwd_check {
    margin-top: 32px;
    gap: 15px;
    padding: 0;
  }
  .pwd_check input {
    width: 261px;
    height: 46px;
    flex: none;
  }
  .pwd_check button {
    flex: none;
    width: 125px;
    height: 46px;
  }
  .pwd_check button:hover {
    border: solid 1px #000;
    color: #000;
    background-color: #fff;
  }
  .popup_list_btn {
    width: 140px;
    height: 51px;
    border-radius: 25px;
    flex: none;
    font-size: 19px;
    font-weight: normal;
  }
  .popup_list_btn:hover {
    border: solid 1px #6d6d6d;
    color: #6d6d6d;
    background-color: #fff;
  }
  .popup_pwd_btn {
    width: 140px;
    height: 51px;
    border-radius: 25px;
    flex: none;
    font-size: 19px;
    font-weight: normal;
  }
  .popup_pwd_btn:hover {
    border: solid 1px #00c0d6;
    color: #00c0d6;
    background-color: #fff;
  }
  .popup_pwd_search_btn {
    width: 167px;
    height: 51px;
  }
  .popup_view_post_btn {
    width: 167px;
    height: 51px;
    border-radius: 25px;
    flex: none;
    font-size: 19px;
    font-weight: normal;
  }
  .popup_list_search_btn {
    width: 167px;
    height: 51px;
  }
  .popup_view_post_btn:hover {
    border: solid 1px #00c0d6;
    color: #00c0d6;
    background-color: #fff;
  }

  .pwd_search_form {
    padding-bottom: 42px;
    border-bottom: 1px solid #000;
  }
  .ask {
    margin-top: 33px;
    font-size: 16px;
    padding-left: 55px;
  }
  .email_wrap {
    padding: 25px 0 0;
    width: 100%;
    justify-content: center;
    gap: 8px;
  }
  .email_wrap span {
    font-size: 16px;
  }
  .email {
    width: 261px;
    height: 46px;
    padding-left: 20px;
    font-size: 18px;
  }
  .email_site_wrap {
    width: 261px;
  }
  .email_site {
    line-height: 34px;
    padding-left: 20px;
    font-size: 18px;
    width: 100%;
    height: 46px;
  }
  .custom_select::after {
    width: 15px;
    height: 7px;
  }
  .or {
    margin-top: 26px;
    font-size: 16px;
  }
  .num_wrap {
    margin-top: 23px;
    gap: 18px;
    padding: 0;
  }
  .first_num {
    flex: none;
    width: 142px;
    height: 46px;
    line-height: 35px;
    padding-left: 20px;
    font-size: 18px;
  }
  .last_num {
    flex: none;
    width: 142px;
    height: 46px;
    line-height: 35px;
    padding-left: 20px;
    font-size: 18px;
  }
  .nickname {
    margin: 23px 0 0 55px;
    width: 261px;
    height: 46px;
    padding: 0 0 0 20px;
    font-size: 18px;
  }
  .pwd_search_button_wrap {
    margin: 35px 0 0;
    display: flex;
    justify-content: center;
    gap: 64px;
  }
  .pwd_result {
    text-align: center;
    font-size: 18px;
    margin-top: 35px;
  }
  .pwd_result_wrap {
    padding-bottom: 40px;
    border-bottom: #000 1px solid;
  }
  .pwd_wrap {
    margin-top: 32px;
    font-size: 18px;
  }
  .password {
    font-weight: 500;
    color: #66b5ff;
  }
  .no_result {
    text-align: center;
    font-size: 18px;
    margin-top: 35px;
  }
  .no_result p:last-child {
    margin-top: 39px;
  }
  /* 커스텀 얼럿  */
  .modify_alert {
    display: none;
  }
  .alert_wrap {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 999;
  }
  .custom_alert {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 408px;
    height: 190px;
    padding: 30px 0;
    border-radius: 7px;
    background-color: #e6e6e6;
    text-align: center;
    box-sizing: border-box;
  }
  .alert_text {
    margin-top: 20px;
    font-size: 18px;
    color: #3b4b3c;
  }

  .alert_btn {
    margin-top: 40px;
    width: 140px;
    height: 36px;
    border-radius: 18px;
    background-color: #888;
    font-size: 16px;
    color: #fff;
  }
}
