/*마이페이지 전국풀집*/
.ol-after {
  position: relative;
}
.ol-after .profile {
  position: relative;
}
.ol-after .profile .cover {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 150px;
  background: #fff;
  border: 1px solid #e5e5e5;
}
.ol-after .profile .photo {
  position: absolute;
  overflow: hidden;
  top: 15px;
  left: 50%;
  margin-left: -35px;
  z-index: 7;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  background-color: #959595;
  border-radius: 50%;
}
.ol-after .profile .photo img {
  display: block;
  max-width: 100%;
  height: auto;
}
.ol-after .profile .photo .member-img i {
  color: #fff;
  font-size: 36px;
  line-height: 66px;
}
.ol-after .profile .info {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 7;
}
.ol-after .profile .info .name {
  color: #353535;
  font-size: 1.125rem;
}
.ol-after .profile .info .name .level-icon {
  display: inline-block;
  margin-left: 3px;
}
.ol-after .profile .info .position {
  color: #959595;
  font-size: 0.8125rem;
}
.ol-after .profile .links,
.ol-after .profile .links a,
.ol-after .profile .toggle {
  bottom: -16px;
  z-index: 8;
  right: 15px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  position: absolute;
}
.ol-after .profile .links {
  bottom: -16px;
}
.ol-after .profile .plus {
  display: none;
}
.ol-after .profile .toggle {
  z-index: 9;
  background: #3f4678;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.ol-after .profile .toggle:after,
.ol-after .profile .toggle:before {
  top: 50%;
  left: 50%;
  content: "";
  background: #eee;
  position: inherit;
}
.ol-after .profile .toggle:before {
  width: 12px;
  height: 1px;
  margin-top: -0.5px;
  margin-left: -6px;
}
.ol-after .profile .toggle:after {
  width: 1px;
  height: 12px;
  margin-top: -6px;
  margin-left: -0.5px;
}
.ol-after .profile .links a {
  bottom: 5px;
  z-index: 8;
  right: 5px;
  width: 25px;
  height: 25px;
  font-size: 0.8125rem;
  color: #fff;
  background: #959595;
  text-align: center;
  line-height: 25px;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.ol-after .profile .links a:before {
  top: 50%;
  right: 30px;
  color: #ccc;
  height: 20px;
  opacity: 0;
  font-size: 11px;
  min-width: 70px;
  margin-top: -10px;
  line-height: 20px;
  position: inherit;
  -webkit-border-radius: 2px !important;
  -moz-border-radius: 2px !important;
  border-radius: 2px !important;
  content: attr(data-title);
  background: rgba(0, 0, 0, 0.8);
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.ol-after .profile .plus:checked + .toggle {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.ol-after .profile .plus:checked + .toggle + .links a:nth-child(1) {
  -webkit-transform: translate(0, -130px);
  -moz-transform: translate(0, -130px);
  -ms-transform: translate(0, -130px);
  -o-transform: translate(0, -130px);
  transform: translate(0, -130px);
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.ol-after .profile .plus:checked + .toggle + .links a:nth-child(2) {
  -webkit-transform: translate(0, -98px);
  -moz-transform: translate(0, -98px);
  -ms-transform: translate(0, -98px);
  -o-transform: translate(0, -98px);
  transform: translate(0, -98px);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.ol-after .profile .plus:checked + .toggle + .links a:nth-child(3) {
  -webkit-transform: translate(0, -66px);
  -moz-transform: translate(0, -66px);
  -ms-transform: translate(0, -66px);
  -o-transform: translate(0, -66px);
  transform: translate(0, -66px);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.ol-after .profile .plus:checked + .toggle + .links a:nth-child(4) {
  -webkit-transform: translate(0, -35px);
  -moz-transform: translate(0, -35px);
  -ms-transform: translate(0, -35px);
  -o-transform: translate(0, -35px);
  transform: translate(0, -35px);
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.ol-after .profile .plus:checked + .toggle + .links a:before {
  opacity: 1;
  -webkit-transform: translate(-5px, 0);
  -moz-transform: translate(-5px, 0);
  -ms-transform: translate(-5px, 0);
  -o-transform: translate(-5px, 0);
  transform: translate(-5px, 0);
}
.ol-after .profile .plus:checked + .toggle + .links a:nth-child(1):before {
  -webkit-transition-duration: 0.95s;
  transition-duration: 0.95s;
}
.ol-after .profile .plus:checked + .toggle + .links a:nth-child(2):before {
  -webkit-transition-duration: 0.85s;
  transition-duration: 0.85s;
}
.ol-after .profile .plus:checked + .toggle + .links a:nth-child(3):before {
  -webkit-transition-duration: 0.75s;
  transition-duration: 0.75s;
}
.ol-after .profile .plus:checked + .toggle + .links a:nth-child(4):before {
  -webkit-transition-duration: 0.65s;
  transition-duration: 0.65s;
}
.ol-after .scroll-tabs {
  position: relative;
  overflow: hidden;
  height: 50px;
  margin-top: 25px;
}
.ol-after .scroll-tabs .scroll_tabs_container {
  border-radius: 0 !important;
  border: 1px solid #e5e5e5;
  height: 50px;
}
.ol-after .scroll-tabs .scroll_tabs_container div.scroll_tab_inner {
  height: 50px;
}
.ol-after .scroll-tabs .scroll_tabs_container div.scroll_tab_inner span {
  background: #fff;
  line-height: 50px;
}
.ol-after .scroll-tabs .scroll_tabs_container .scroll_tab_left_button {
  background-color: #fff;
  height: 50px;
}
.ol-after .scroll-tabs .scroll_tabs_container .scroll_tab_left_button:before {
  line-height: 50px;
}
.ol-after .scroll-tabs .scroll_tabs_container .scroll_tab_right_button {
  background-color: #fff;
  height: 50px;
}
.ol-after .scroll-tabs .scroll_tabs_container .scroll_tab_right_button:before {
  line-height: 50px;
}
.ol-after .scroll-tabs .scroll_tabs_container .scroll_tab_left_button_disabled {
  background-color: #fff;
}
.ol-after .scroll-tabs .scroll_tabs_container .btn-e-xs {
  padding: 5px 8px;
  line-height: 1;
}
.ol-after .scroll-tabs #tab-member-nav a {
  display: none;
  font-size: 0.9375rem;
  color: #000;
}
.ol-after .scroll-tabs #tab-member-nav a:hover {
  text-decoration: underline;
}
.ol-after .member-info-wrap {
  position: relative;
}
.ol-after .member-info-wrap.community-no {
  margin-top: 25px;
}
.ol-after .member-info-wrap .member-info {
  position: relative;
  border: 1px solid #e5e5e5;
  border-top: 0;
  background: #fff;
  padding: 10px;
}
.ol-after .member-info-wrap.community-no .member-info {
  border: 1px solid #e5e5e5;
}
.ol-after .member-info-btn {
  position: relative;
}
.ol-after .member-info-btn .info-btn {
  display: inline-block;
  width: 52px;
  height: 48px;
  padding: 6px 0;
  background: #353535;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.ol-after .member-info-btn .info-btn:hover {
  opacity: 0.8;
}
.ol-after .member-info-btn .info-btn i {
  font-size: 0.9375rem;
  line-height: 1.4;
}
.ol-after .member-info-btn .info-btn span {
  display: block;
  line-height: 1;
  font-size: 0.6875rem;
}
.ol-after .member-info-btn .info-btn strong {
  font-weight: 400;
  font-size: 0.6875rem;
}
.ol-after .member-info-btn .info-btn.others-btn {
  padding: 0;
  line-height: 48px;
  font-size: 0.6875rem;
  background: #a5a5a5;
}
.ol-after .member-info-btn .info-btn .alarm-marker .alarm-point {
  left: inherit;
  top: -4px;
  right: 3px;
}
.ol-after .member-info-btn .info-btn .alarm-marker .alarm-effect {
  left: inherit;
  top: -14px;
  right: -7px;
}
.ol-after .member-point {
  margin: 10px 0;
}
.ol-after .member-follow {
  border-top: 1px dotted #e5e5e5;
  padding-top: 10px;
  margin-top: 15px;
}
.ol-after .member-follow p {
  padding: 3px 0;
}
.ol-after .member-follow span.badge {
  padding: 4px 10px;
  min-width: 80px;
  text-align: right;
}
.ol-after .member-btn {
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.ol-after .member-btn a {
  margin-top: 2px;
  margin-bottom: 2px;
  width: 23%;
  text-align: center;
}
.ol-after .member-btn span {
  width: 4px;
}
.ol-after .member-txt-info a {
  color: #000;
}
.ol-after .member-txt-info a:hover {
  text-decoration: underline;
}
.scrap-iframe-modal .modal-body {
  padding: 0;
}
.ol-after .myinfo-box {
  border-radius: 15px;
  background: #fff;
  padding: 28px 18px 18px;
  margin-top: 30px;
  font-family: "Noto Sans KR", "Malgun Gothic", sans-serif;
  color: #444;
  box-sizing: border-box;
}
.ol-after .myinfo-title {
  font-weight: 700;
  font-size: 1.3rem;
  margin-bottom: 18px;
  color: #222;
  letter-spacing: -1px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 10px;
}
.ol-after .myinfo-list {
  list-style: none;
  padding: 0;
  margin: 0 0 10px 0;
  border-bottom: 1px solid #e5e5e5;
}
.ol-after .myinfo-list li {
  margin-bottom: 20px;
}
.ol-after .myinfo-label {
  font-weight: 600;
  font-size: 1rem;
  color: #333;
  margin-bottom: 2px;
  display: block;
}
.ol-after .myinfo-value {
  font-size: 0.98rem;
  color: #666;
  word-break: break-all;
}
.ol-after .myinfo-leave {
  display: inline-block;
  margin: 10px 0;
  color: #aaa;
  font-size: 0.97rem;
  cursor: pointer;
  transition: color 0.2s;
}
.ol-after .myinfo-leave:hover {
  color: #e74c3c;
}
.ol-after .outlogin-profile-box {
  background: #fff;
  border-radius: 25px 25px 15px 15px;
  padding: 35px 18px 10px 18px;
  width: 100%;
  color: #444;
  box-sizing: border-box;
}
.ol-after .outlogin-profile-photo {
  margin: 0 auto;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.1);
}
.ol-after .outlogin-profile-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
}
.ol-after .outlogin-profile-name {
  font-weight: 700;
  font-size: 1.3rem;
  color: #555;
  text-align: center;
  margin: 10px 0 15px;
}
.ol-after .outlogin-profile-desc {
  font-size: 0.97rem;
  color: #666;
  text-align: center;
  margin-bottom: 16px;
  line-height: 1.4;
  font-weight: 400;
}
.ol-after .outlogin-profile-tags {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin: 30px 0 20px;
  flex-wrap: wrap;
}
.ol-after .outlogin-profile-tag {
  background: #fff;
  border: 1px solid #206041;
  color: #206041;
  border-radius: 25px;
  padding: 0 12px;
  line-height: 28px;
  font-size: 13.5px;
  font-weight: 500;
  display: inline-block;
  text-align: center;
}
.ol-after .outlogin-profile-tags a {
  width: 30px;
  padding: 0;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
}
.ol-after .outlogin-profile-btns {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 10px;
}
.ol-after .outlogin-profile-btns .profile-btn {
  display: block;
  width: 100%;
  padding: 10px 0;
  border-radius: 5px;
  font-size: 1.05rem;
  font-weight: 600;
  text-align: center;
  transition: background 0.2s, color 0.2s;
  text-decoration: none;
  border: 1px solid #90b0a0;
  background: #fff;
  color: #206041;
}

.ol-after .outlogin-profile-btns .profile-btn.profile-logout {
  background: #206041;
  color: #fff;
  border: none;
  font-weight: 600;
}
.ol-after .outlogin-profile-btns .profile-btn.profile-logout:hover {
  background: #206041;
}
.ol-after .outlogin-member-info-list {
  background: #fff;
  border-radius: 15px;
  margin-top: 25px;
  padding: 18px;
}
.ol-after .outlogin-member-info-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ol-after .outlogin-member-info-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.05rem;
  color: #444;
  padding: 10px 0;
  font-weight: 500;
  cursor: pointer;
}
.ol-after .outlogin-member-info-list li span {
  position: relative;
}
.ol-after .outlogin-member-info-list li span:first-child {
  padding-left: 36px;
}
.ol-after .outlogin-member-info-list li img {
  height: auto;
  width: 20px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.ol-after .outlogin-member-info-list li:first-child img {
  width: 18px;
}
.ol-after .outlogin-member-info-list li:nth-child(3) img {
  width: 22px;
}
.ol-after .outlogin-member-info-list li:last-child {
  border-bottom: none;
}
.ol-after .outlogin-member-info-list .info-icon {
  margin-right: 7px;
  color: #bdbdbd;
  font-size: 1.1em;
  min-width: 22px;
  text-align: center;
}

/*나의식물리스트 태그 모달*/
.modal-dialog {
  width: 560px;
}
.modal-header {
  display: block;
  text-align: center;
  color: #206041;
}
.modal-dialog .modal-body {
  padding: 0;
}
.modal-body h6 {
  color: #555;
  font-size: 17px;
}
.modal-body .add_tag_box {
  padding: 12px 10px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-body .add_tag_box .input > input {
  border: 1px solid #63907a;
  border-radius: 5px;
  overflow: hidden;
  height: 46px;
  color: #333;
  font-size: 14.5px;
}
.modal-body .add_tag_box .input > input::placeholder {
  color: #777;
}
.modal-body .add_tag_box .input .button {
  height: 34px;
  line-height: 34px;
  background: transparent;
  color: #206041;
  margin: 5px 0;
  border-left: 0;
}
.modal-body .add_tag_box .input .button:after {
  position: absolute;
  content: "";
  display: block;
  height: 70%;
  width: 1px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #63907a;
}
.modal-body .tag_all_list {
  padding: 20px 10px;
}
.modal-body .tag_all_list .tag_all_num {
  color: #777;
  font-size: 0.9em;
}
.modal-body .plant_tag_list {
  font-size: 0;
  max-height: 200px;
  overflow: auto;
}
.modal-body .plant_tag_list .plant_tag_item {
  padding: 0 10px;
  line-height: 24px;
  border: 1px solid #63907a;
  border-radius: 15px;
  display: inline-block;
  font-size: 14px;
  color: #206041;
  margin-right: 6px;
  margin-bottom: 8px;
}
.modal-body .plant_tag_list .plant_tag_item span {
  padding: 0 4px;
  display: inline-block;
}
.modal-body .plant_tag_list .plant_tag_item span.plant_tag_remove {
  font-size: 18px;
}
.modal .modal-footer {
  gap: 3%;
  padding: 12px 0;
}
.modal .modal-footer button {
  width: 48.5%;
  margin: 0;
  height: 46px;
}

/*스크랩 모달*/
#scrap_modal .modal-header {
  border-bottom: 0;
}
#scrap_modal .modal-footer {
  padding: 0 5px;
  margin-top: 20px;
}
#scrap_modal .modal-footer button {
  width: 100%;
  background: #206041;
  color: #fff;
  height: 50px;
  font-size: 16px;
}
.scrap_list_ul {
  max-height: 530px;
  overflow: auto;
  padding: 5px;
}
.scrap_list_ul::-webkit-scrollbar {
  width: 5px;
}
.scrap_list_ul::-webkit-scrollbar-track {
  background: #e5e5e5;
  border-radius: 8px; /* 스크롤바 둥근 테두리 */
}
.scrap_list_ul::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 5px; /* 스크롤바 둥근 테두리 */
}
.scrap_list_ul li {
  display: flex;
  flex-wrap: wrap;
  padding: 15px 22px;
  border: 1px solid #ddd;
  border-radius: 10px;
  margin-bottom: 18px;
  align-items: center;
}
.scrap_list_ul li:last-child {
  margin-bottom: 0;
}
.scrap_list_ul li img {
  width: 72px;
  height: 72px;
  object-fit: cover;
  border-radius: 5px;
  border: 1px solid #ddd;
  margin-right: 15px;
}
.scrap_list_ul li .scrap_content {
  width: calc(100% - 143px);
  margin-right: 10px;
}
.scrap_list_ul li .scrap_content .scrap_title {
  font-size: 15.5px;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 2px;
}
.scrap_list_ul li .scrap_content span {
  color: #666;
  font-size: 14px;
}
.scrap_list_ul li button {
  width: 46px;
  background: #f1f1f1;
  color: #666;
  height: 28px;
  border: 0;
  font-size: 13.5px;
  font-weight: 500;
  border-radius: 5px;
}

/*쿠폰 모달*/
#coupon_modal .modal-header {
  border-bottom: 0;
}
.coupon_tab {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #ddd;
  margin: 5px;
}
.coupon_tab li {
  width: 50%;
  text-align: center;
  color: #777;
  cursor: pointer;
  padding: 10px;
  font-size: 16px;
  font-weight: 600;
}
.coupon_tab li.on {
  color: #206041;
  border-bottom: 2px solid #206041;
  font-weight: bold;
}
.coupon_content {
  display: none;
}
.coupon_content.on {
  display: block;
}
.select_list {
  padding: 5px;
  margin: 15px 0;
}
.select_list a {
  padding: 5px 14px;
  border: 1px solid #ccc;
  color: #666;
  border-radius: 15px;
  font-size: 13.5px;
  margin-right: 4px;
}
.select_list a.active {
  color: #206041;
  border: 1px solid #206041;
}
.coupon_list .coupon_num {
  display: block;
  width: 100%;
  font-size: 14px;
  color: #555;
  padding: 0 5px;
  padding-bottom: 10px;
}
.coupon_list ul {
  max-height: 390px;
  overflow: auto;
  padding: 0 5px;
}

.coupon_list ul::-webkit-scrollbar {
  width: 5px;
}
.coupon_list ul::-webkit-scrollbar-track {
  background: #e5e5e5;
  border-radius: 8px; /* 스크롤바 둥근 테두리 */
}
.coupon_list ul::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 5px; /* 스크롤바 둥근 테두리 */
}
.coupon_list ul li {
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 18px 22px;
  margin-bottom: 20px;
}
.coupon_list ul li strong {
  font-size: 21px;
  color: #206041;
  display: block;
}
.coupon_list ul li .coupon_title {
  font-size: 15px;
  color: #000;
  font-weight: 600;
  word-break: break-all;
  padding: 1px 0;
}
.coupon_list ul li .coupon_text {
  position: relative;
  padding-left: 20px;
  color: #777;
  padding-top: 5px;
}
.coupon_list ul li .coupon_text:before {
  position: absolute;
  content: "└";
  display: block;
  top: 6px;
  left: 0;
  color: #b6b6b6;
  font-size: 12px;
}
.coupon_list ul li .coupon_text span {
  display: block;
  line-height: 1.4;
  font-size: 13.5px;
  margin-bottom: 2px;
}
#coupon_modal .modal-footer {
  margin-top: 20px;
  padding: 0 5px;
}
#coupon_modal .modal-footer button {
  width: 100%;
  background: #206041;
  color: #fff;
  height: 50px;
  font-size: 16px;
}
.coupon_down li {
  position: relative;
}
.coupon_down li > * {
  width: calc(100% - 70px);
}
.coupon_down li .cp_down_btn {
  width: 50px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
  height: 50px;
  border-radius: 50%;
  background: url(/store/img/download.png) no-repeat #fff center center;
  background-size: cover;
  border: 0;
  text-indent: -99999px;
}

/*포인트 모달*/
#point_modal .modal-header {
  border-bottom: 0;
}
.now_point {
  margin: 10px 0 23px;
  padding: 0 5px;
}
.now_point .now_point_box {
  border: 1px solid #ddd;
  border-radius: 7px;
  padding: 20px;
  text-align: center;
}
.now_point .now_point_box p {
  font-size: 14.5px;
  color: #555;
  font-weight: 500;
}
.now_point .now_point_box b {
  font-size: 21px;
  display: block;
  line-height: normal;
  padding-top: 2px;
  color: #206041;
}
.now_point .expected {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 13.5px;
  padding: 8px 0 0;
  color: #777;
}
.now_point .expected span {
  width: 150px;
}
.now_point .expected span:last-child {
  text-align: right;
  width: calc(100% - 160px);
}
.point_list h6 {
  font-size: 16px;
  color: #206041;
  font-weight: 600;
  padding: 10px 5px;
}
.point_list ul {
  max-height: 340px;
  overflow: auto;
  padding: 0 5px;
}
.point_list ul::-webkit-scrollbar {
  width: 5px;
}
.point_list ul::-webkit-scrollbar-track {
  background: #e5e5e5;
  border-radius: 8px; /* 스크롤바 둥근 테두리 */
}
.point_list ul::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 5px; /* 스크롤바 둥근 테두리 */
}
.point_list li {
  display: flex;
  flex-wrap: wrap;
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
  align-items: center;
}
.point_list ul li:first-child {
  padding-top: 0;
}
.point_list li .point_left {
  width: 60%;
}
.point_list li .point_left .point_time {
  font-size: 13px;
  color: #999;
  display: block;
}
.point_list li .point_left p {
  color: #000;
  font-size: 15.5px;
  margin: 3px 0;
  line-height: normal;
  font-weight: 500;
}
.point_list li .point_left p.point_content {
  font-size: 13.5px;
  color: #777;
  font-weight: 400;
}
.point_list li .point_left p.point_content span {
  padding: 0 6px;
}
.point_list li strong {
  width: 40%;
  text-align: right;
  color: #888;
  font-size: 17px;
}
.point_list li strong.plus {
  color: #206041;
}
#point_modal .modal-footer {
  margin-top: 20px;
  padding: 0 5px;
}
#point_modal .modal-footer button {
  width: 100%;
  background: #206041;
  color: #fff;
  height: 50px;
  font-size: 16px;
}
