.ad {
  max-width: 1200px;
  width: 100%;
  display: flex;
  margin-top: 50px;
  box-sizing: border-box;
  padding-top: 0;
  min-height: 400px;
}
.ad_section1 {
  padding-top: 0;
  width: 20%;
}
.ad_section2 {
  padding-top: 0;
  width: 80%;
  padding-left: 25px;
  padding-right: 25px;
}
.ad_section3 {
  padding-top: 0px;
  width: 0;
  /* width: 10%; */

  box-sizing: border-box;
  /* 모바일에서 앱솔루트 삭제시 아래도 삭제 */
  /* margin-top: 205px; */
}
/* online_ad_section1 */
/* online_ad_section1 월간베스트*/
.ad_best {
  border: 1px solid #d6d6d6;
  width: 100%;
  font-size: 0.8rem;
  padding: 15px;
  box-sizing: border-box;
}
.ad_best > span {
  font-size: 1rem;
}
.strong_txt_color {
  color: #0099db;
}

.ad_best_txt_wrap {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}
.ad_best_txt {
  display: flex;
  width: 100%;
  margin-top: 8px;
  cursor: pointer;
}

.ad_numbox {
  min-width: 20px;
  height: 20px;
  border: 1px solid #0099db;
  border-radius: 5px;
  text-align: center;
  margin-right: 10px;
}

/* online_ad_section1 광고*/
.left_ad_top {
  margin-top: 20px;
}
/* online_ad_section2 */
.wrap_h3 {
  font-size: 1.875rem;
}
.ad_section2 h3 {
  margin-bottom: 20px;
}

/* online_ad_section2 온라인광고 메뉴 */
.ad_nav {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  width: 100%;
  border-bottom: 1px solid #d6d6d6;
}
.ad_nav_menu {
  cursor: pointer;
  padding: 15px 5px;
  flex: 1;
  position: relative;
  text-align: center;
  font-size: 0.9rem;
}

.ad_nav_menu::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: transparent;
  transition: background-color 0.3s;
}

.ad_nav_menu:hover::after {
  background-color: #0099db;
}
.ad_nav_menu:hover {
  color: #0099db;
}
.ad_nav_menu_on {
  color: #0099db;
}
.ad_nav_menu_on::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #0099db;
}

/* online_ad_section2 핫 게시글*/
.ad_hot_font {
  margin-top: 35px;
  font-size: 1rem;
  display: flex;
  align-items: center;
}
.ad_hot_box {
  width: 100%;
  background-color: #f2fbff;
  border-top: 1px solid #0099db;
  border-bottom: 1px solid #0099db;
  margin-top: 10px;
  box-sizing: border-box;
  padding: 3px;
}
.ad_hot_box_txt {
  width: 100%;
  padding: 9px;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  cursor: pointer;
}
/* online_ad_section2 새로운 게시글 */
.ad_new_post_top {
  margin-top: 35px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.ad_new_post_font {
  font-size: 1.2rem;
}
/* online_ad_section2 새로운 게시글 옆 옵션 선택 박스들 wrap*/
.new_post_option {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
/* online_ad_section2 새로운 게시글 옆 옵션 선택창*/
.new_post_option1_box,
.new_post_option2_box {
  font-size: 0.8rem;
  position: relative;
  width: 110px;
}
.new_post_option1,
.new_post_option2 {
  border: 1px solid #d6d6d6;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 40px;
  box-sizing: border-box;
  border-radius: 5px;
  padding-bottom: 4px;
  padding-left: 7px;
  padding-right: 7px;
}

.new_post_option1_hiddenOptions,
.new_post_option2_hiddenOptions {
  display: none;
  position: absolute;
  width: 100%;
  top: 40px;
  left: 0;
  background-color: white;
  z-index: 1;
}
.new_post_option1_currentSort {
  font-size: 0.9rem;
}
.new_post_option2_currentSort {
  font-size: 0.9rem;
}
.new_post_option1_option,
.new_post_option2_option {
  cursor: pointer;
  padding: 5px;
  padding-left: 7px;
  width: 100%;
  height: 30px;
  font-size: 0.9rem;
  border-bottom: 1px solid #d6d6d6;
  border-left: 1px solid #d6d6d6;
  border-right: 1px solid #d6d6d6;
}

.new_post_option1_arrow,
.new_post_option2_arrow {
  cursor: pointer;
}
/* online_ad_section2 새로운 게시글 옆 검색창*/
.new_post_search {
  border: 1px solid #d6d6d6;
  width: 300px;
  height: 45px;
  border-radius: 5px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 5px;
}
.new_post_search_input {
  border: none;
  flex: 1;
  height: 100%;
  margin-right: 10px;
}
.new_post_search > svg {
  cursor: pointer;
}
/* online_ad_section2 새로운 게시글 밑의 게시글*/
.new_post_text_wrap {
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  margin-top: 18px;
}
.board_title { 
    text-align: left;
    /* width: calc(100% - 380px); */
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.ad_new_post_title {
  font-size: 1rem;
  font-weight: 500;
}
.ad_new_post_title + p {
  font-size: 0.8rem;
  margin-top: 5px;
}
.new_post_text {
  padding: 15px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #d6d6d6;
}
.new_post_text:last-child {
  border-bottom: none;
}
.new_post_text_right_box_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
}
.new_post_text_right_box_wrap > strong {
  font-weight: 500;
}
.new_post_text_right_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.new_post_text_icon {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.9rem;
}
/* 글등록 버튼 */
.new_post_button_wrap {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}
.new_post_button {
  width: 200px;
  height: 50px;
  background-color: #0099db;
  border-radius: 5px;
  color: white;
  font-size: 1rem;
}
/* 페이징 넘버 */
.page_num_box_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 70px;
}
.page_num_box_wrap > svg:nth-child(1) {
  margin-right: 10px;
  cursor: pointer;
}

.page_num_box {
  width: 25px;
  height: 25px;
  background: #0099db;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  cursor: pointer;
}

.page_num_box_off {
  cursor: pointer;
  width: 25px;
  height: 25px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* ad_section3  */
.ad_section3 img {
  margin-bottom: 25px;
}

/* online_ad_detail */
/* 게시글 제목, 정보 */
.dispaly_style {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.gap20 {
  gap: 20px;
}
.gray {
  color: #7e7e7e;
}
.bb_pb {
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 5px;
}

.ad_post_info_icon_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
  font-size: 0.7rem;
}

.ad_post_info_icon_box img {
  transform: scale(80%);
}

.ad_post_info_left_box {
  font-size: 0.9rem;
  margin-bottom: 10px;
}

.post_more {
  cursor: pointer;
  position: relative;
}
.mb10 {
  margin-bottom: 10px;
}
.post_more_hidden {
  width: 120px;
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  padding: 15px 15px;
  border-radius: 5px;
  background-color: white;
  z-index: 1;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  font-size: 1rem;
  text-align: center;
}

.post_more_hidden2 {
  width: 120px;
  display: none;
  position: absolute;
  top: 300%;
  right: 0;
  padding: 15px 15px;
  border-radius: 5px;
  background-color: white;
  z-index: 1;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  font-size: 1rem;
  text-align: center;
}

/* 게시글 컨텐츠 */
.post_content_size {
  width: 100%;
  padding: 15px;
}
.post_img_size {
  width: 500px;
  overflow: hidden;
}
.post_img_size img {
  width: 100%;
  height: auto;
}

.dispaly_style_j_center {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.w100 {
  width: 100%;
}
.ad_post_in_text {
  margin: 40px 0;
  font-size: 1rem;
}
/* 게시글 아래 버튼 */
.post_list_btn {
  width: 90px;
  height: 36px;
  border: 1px solid #d6d6d6;
  border-radius: 5px;
  font-size: 0.9rem;
}
.good_btn_img_btn {
  width: 90px;
  height: 36px;
  border: 1px solid #0099db;
  border-radius: 5px;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.good_btn_img {
  width: 20px;
  height: auto;
}
.ad_post_in_btn_box {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 70px;
  position: relative;
  border-bottom: 1px solid #d6d6d6;
  padding: 30px;
}

.post_list_btn_wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.post_list_btn_div {
  margin-left: 10px;
}
.p_list_center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.right_buttons {
  display: flex;
  gap: 25px;
}
.right_buttons button {
  font-size: 0.9rem;
}
/* 댓글목록 */
.comment_title_box {
  margin-top: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
.comment_title_box p {
  font-size: 1.1rem;
  font-weight: 600;
}
.comment_title_box p:nth-child(2) {
  color: #0099db;
}
/* 댓글 버튼 */
.comment_save_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 40px;
}
.comment_textarea {
  width: calc(100% - 110px - 10px);
  resize: none;
  height: 80px;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #d6d6d6;
}

.comment_btn {
  width: 110px;
  height: 80px;
  border-radius: 5px;
  background-color: black;
  color: white;
}
/* file */
.input_file_wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid #d6d6d6;
  font-size: 1rem;
}
.input_file_wrap > p {
  font-weight: 500;
}

.file_download {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
}
/* 댓글 */
.comment_content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: center;
  padding: 20px 0;
  border-bottom: 1px solid #d6d6d6;
}
.comment_content_message {
  width: 100%;
  margin-bottom: 5px;
}
.comment_content_edit {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: center;
  padding: 20px 0;
  border-bottom: 1px solid #d6d6d6;
}
.re_comment_save_box_edit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 20px;
}
.comment_btn_edit {
  width: 110px;
  height: 80px;
  border-radius: 5px;
  background-color: black;
  color: white;
}
.comment_content_message_edit {
  width: 100%;
  margin-bottom: 5px;
}
.comment_content_edit_txt {
  color: black;
}
.comment_content_message p:last-child {
  color: #7e7e7e;
  margin-top: 5px;
}
.comment_content_info {
  color: #b9b9b9;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.comment_content_btn {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  gap: 15px;
}
.re_comment_content {
  width: 95%;
  margin-left: 40px;
}
.re_comment_save_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 20px;
}
/* online_ad_write */
.ad_write_title {
  font-size: 1rem;
  margin-bottom: 5px;
  font-weight: 500;
}
.ad_write_title_input {
  width: 100%;
  height: 40px;
  border-radius: 5px;
  padding: 5px;
  margin: 10px 0 30px 0;
}
.ad_write_con_textarea {
  width: 100%;
  height: 200px;
  border-radius: 5px;
  padding: 5px;
  border: 1px solid #d6d6d6;
  resize: none;
  margin: 10px 0 30px 0;
}
.ad_write_file_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ad_write_file {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ad_write_file_input {
  display: none;
}
.ad_write_file1 {
  margin-bottom: 5px;
}
.ad_write_file2 {
  margin-bottom: 20px;
}
.ad_write_file_btn {
  font-size: 0.9rem;
  width: 110px;
  height: 40px;
  border: 1px solid #d6d6d6;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ad_write_file_del_btn {
  width: 133px;
  height: 40px;
  border-radius: 10px;
  border: 1px solid #d6d6d6;

  margin-left: 10px;
}
.ad_write_file_upload {
  width: calc(100% - 110px);
  height: 40px;
  border-bottom: 1px solid #d6d6d6;
  border-top: 1px solid #d6d6d6;
  border-right: 1px solid #d6d6d6;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 5px;
}
.ad_write_file1 {
  margin-top: 10px;
}
.imagePreview_wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
  margin-bottom: 30px;
  margin-top: 10px;
}
.imagePreview1,
.imagePreview2 {
  width: 110px;
  height: 110px;
  border: 1px solid #d6d6d6;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 5px;
  position: relative;
}
.imagePreview1 img,
.imagePreview2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.imagePreview1 .overlay,
.imagePreview2 .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  align-items: center;
  justify-content: center;
  position: absolute;
}

.imagePreview1:hover .overlay,
.imagePreview2:hover .overlay {
  display: flex;
}

.imagePreview1 .overlay .delete-icon,
.imagePreview2 .overlay .delete-icon {
  width: 10px;
  height: 10px;
  background-image: url("../img/file_delete_img.png");
  background-size: cover;
  position: absolute;
  top: 10px;
  right: 10px;
}

.exposure_option {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 20px;
}

.exposure_option p {
  width: 190px;
  font-size: 1rem;
  font-weight: 500;
}
.exposure_options {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 15px;
}
.exposure_options label {
  font-size: 1rem;
}

.write_upload {
  width: 300px;
  height: 50px;
  background-color: #0099db;
  font-size: 0.9rem;
  color: white;
  border-radius: 5px;
  margin-top: 70px;
}
.write_upload_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  margin-bottom: 30px;
}
/* online_ad_modify */
.write_delete {
  cursor: pointer;
  width: 150px;
  height: 50px;
  background-color: white;
  font-size: 0.9rem;
  color: black;
  border-radius: 5px;
  margin-top: 70px;
  border: 1px solid #0099db;
  display: flex;
  justify-content: center;
  align-items: center;
}
.write_modify {
  cursor: pointer;
  width: 150px;
  height: 50px;
  background-color: #0099db;
  font-size: 0.9rem;
  color: white;
  border-radius: 5px;
  margin-top: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* offline_ad_write */
.offline_exposure_option {
  margin-top: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.offline_exposure_option p {
  font-size: 1rem;
  width: 190px;
}
.ad_write_option1 {
  font-size: 1rem;
}
.offline_exposure_options > div span {
  font-size: 1rem;
}
.offline_exposure_option {
  display: flex;
}
/* .offline_exposure_options {
  display: flex;
  justify-content: center;
  align-items: center;
}
.offline_exposure_options > div:not(:first-child) {
  margin-left: 40px;
} */
.offline_exposure_options div {
  margin-bottom: 10px;
  display: flex;
}
.offline_exposure_options_div {
  width: 100px;
  gap: 3px;
}

/* tasty_restaurant */
/* top */
.tasty_wrap1 {
  max-width: 1200px;
  width: 100%;
  max-height: 50px;
  padding-top: 0;
}
.tasty_wrap2 {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  min-height: 600px;
}
.tasty_top {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
  padding-top: 40px;
  padding-bottom: 30px;
  position: relative;
}
.tasty_local {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
  position: relative;
  cursor: pointer;
}

.tasty_local::before {
  content: "";
  position: absolute;
  top: 5px;
  left: -15px; /* 기존 마진과 같은 위치에 배치 */
  width: 1px; /* 선의 너비 */
  height: 80%; /* 선의 높이 */
  background-color: #b9b9b9; /* 선의 색상 */
}
.tasty_local p {
  font-size: 1.2rem;
}
.tasty_local svg {
  cursor: pointer;
}
/* 광고야 추천 맛집 */
.best_bg {
  width: 100%;
  background-color: #f9f9f9;
  height: auto;
}
.best_tasty_section h4 {
  font-size: 1.3rem;
  width: 100%;
  margin-bottom: 20px;
}
.best_tasty_section {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-content: center;
  flex-wrap: wrap;
  padding: 40px 0;
}
.best_tasty_box_wrap {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
.best_tasty_box {
  width: calc((100% - 45px) / 3);
  border: 5px solid transparent;
  border-radius: 16px;
  background-image: linear-gradient(#fff, #fff), linear-gradient(to right, #ffe14e 0%, #8d4f11 100%);
  background-origin: border-box;
  background-clip: content-box, border-box;
}
.best_tasty_pic {
  width: 100%;
  height: 230px;
  overflow: hidden;
  cursor: pointer;
}
.best_tasty_pic > img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  transform: scale(100%);
  object-fit: cover;
}

.best_tasty_content {
  padding: 10px;
}

.location_recNum {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.best_tasty_location_recNum {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #0099db;
}

.best_tasty_title {
  font-size: 1.1rem;
  margin: 10px 0;
  cursor: pointer;
}
.best_tasty_result_hash {
  font-size: 0.8rem;
  color: #b9b9b9;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

/* 맛집추천 tasty_wrap2 */
/* 검색하기 버튼 */
.best_tasty_location_serach_result_wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: -35px;
  gap: 20px;
  flex-wrap: wrap;
}
.best_tasty_location_search_title {
  margin-bottom: 15px;
  font-weight: 500;
}
.best_tasty_location_search {
  padding: 20px;
  border: 1px solid #d6d6d6;
  border-radius: 5px;
}
.serach_location_box {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  gap: 90px;
  border: 1px solid #d6d6d6;
  padding: 7px;
  border-radius: 5px;
  font-size: 0.8rem;
  margin: 5px 0;
  cursor: pointer;
  position: relative;
  height: 45px;
}
.serach_location_box_opt {
  appearance: none;
  background-image: url("/org/img/tasty_option_box_arrow2.png");
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 20px;
}
.search_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0099db;
  color: white;
  width: 180px;
  height: 35px;
  font-size: 0.8rem;
  border-radius: 5px;
  margin-top: 25px;
}

/* 검색결과 */
.best_tasty_result_box_wrap {
  width: calc(100% - 250px);
  display: flex;
  justify-content: flex-start;
  align-content: center;
  flex-wrap: wrap;
  gap: 15px;
}
.best_tasty_result_box {
  width: calc((100% - 45px) / 4);
  border: 1px solid #d6d6d6;
  border-radius: 10px;
  margin-bottom: 20px;
}

.best_tasty_result_pic {
  width: 100%;
  height: 170px;
  overflow: hidden;
  cursor: pointer;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.best_tasty_result_pic > img {
  width: 100%;
  height: 100%;
  transform: scale(100%);
  object-fit: cover;
}

.best_tasty_result_title {
  font-size: 1rem;
  font-weight: 500;
  margin: 10px 0;
  cursor: pointer;
}
.best_tasty_result_hash {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
}

.best_tasty_result_hash span {
  font-size: 0.7rem;
  color: #b9b9b9;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
}
.tasty_post_button_wrap {
  width: 100%;
  text-align: right;
}
.page_num_box_wrap0 {
  width: 100%;
  text-align: center;
}
/* 윗쪽 지역 선택 버튼 */
.top_local_btn_wrap0 {
  display: none;
  width: 100%;
  position: absolute;
  top: 80%;
  left: 0;
  background-color: white;
  z-index: 1;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 -4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
.top_local_btn_wrap {
  width: 100%;
  display: flex;
  align-content: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.top_local_btn {
  padding: 15px 60px;
  cursor: pointer;
}
/* tasty_restaurant_detail */
.tasty_detail_wrap {
  max-width: 1200px;
  width: 100%;
  min-height: 800px;
  padding-top: 0;
  margin-top: 50px;
}
/* tasty_detail_top */
.tasty_detail_top {
  padding: 40px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-top: 0;
}
.tasty_detail_top > div > h3,
.e_detail_top h3 {
  font-size: 1.5rem;
  margin-bottom: 15px;
}
.tasty_detail_top span,
.e_detail_top span {
  font-size: 0.8rem;
  color: #b9b9b9;
  margin-right: 5px;
}
.tasty_detail_top::after,
.e_detail_top::after {
  width: 100%;
  content: "";
  background-color: #b9b9b9;
  height: 1px;
  margin-top: 15px;
}
/* 상세정보, 업체정보 */
.tasty_detail_con_title {
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 25px;
  border-bottom: 2px solid #0099db;
  padding-bottom: 5px;
  display: inline-block;
}

.tasty_detail_con_detailInfo p {
  margin-top: 25px;
  font-size: 1rem;
}
.tasty_detail_con_title2 {
  margin-top: 60px;
  margin-bottom: 25px;
}
.detail_con_store_info_wrap {
  width: 100%;
  height: 330px;
  border: 1px solid #d6d6d6;
  display: flex;
  justify-content: space-around;
  align-content: center;
  flex-wrap: wrap;
  border-radius: 5px;
  position: relative;
}
.detail_con_store_info_pic {
  width: 45%;
  height: 90%;
  overflow: hidden;
}
.detail_con_store_info_pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.detail_con_store_info_title_wrap {
  width: 50%;
  display: flex;
  justify-content: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
}
.detail_con_store_info_title_top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 10px;
}
.detail_con_store_info_title_top > p {
  font-size: 1rem;
  font-weight: 500;
}
.detail_con_store_info_best {
  width: 100px;
  height: 30px;
  background-color: #f6f6f6;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.detail_con_store_info_best img {
  transform: scale(80%);
}

.storeInfo_con_text {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 50px;
  margin-bottom: 10px;
}
.storeInfo_con_text p:first-child {
  width: 90px;
}
.storeInfo_con_text_map {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.storeInfo_con_text_map {
  width: 100%;
}
.storeInfo_con_text_map_img_wrap {
  width: 100%;
  margin-left: 140px;
}
.storeInfo_con_text_map_img {
  width: 300px;
  height: auto;
  overflow: hidden;
}
.storeInfo_con_text_map_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.detail_con_store_info_wrap::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #d6d6d6;
  bottom: -50px;
  left: 0;
  position: absolute;
}
/* 버튼 */
.detail_bottom_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 80px;
}
.detail_best_btn {
  width: 160px;
  border: 1px solid #0099db;
  height: 50px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  cursor: pointer;
}
.detail_best_btn img,
.detail_chat_btn img {
  transform: scale(80%);
}
.detail_chat_btn {
  width: 160px;
  background-color: #0099db;
  height: 50px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  color: white;
  cursor: pointer;
}
.post_more_login_div_hidden {
  position: absolute;
  display: none;
  width: 120px;
  top: 100%;
  right: 0;
  border-radius: 5px;
  background-color: white;
  z-index: 1;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  font-size: 1rem;
  text-align: center;
}
.post_more_login_hidden {
  padding: 15px 15px;
  cursor: pointer;
}
/* tasty_restaurant_write */

.write_wrap {
  max-width: 1200px;
  width: 100%;
  margin-top: -45px;
  padding-top: 0;
  margin-top: 50px;
}
.write_wrap > h3 {
  margin-bottom: 30px;
}
.write_wrap_div {
  max-width: 920px;
  margin: 0 auto;
}
.storePhone_input_wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin: 10px 0 30px 0;
  gap: 10px;
}
.storePhone_input_div {
  position: relative;
}
.storePhone_input_div img {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}
.storePhone_input {
  width: 210px;
  height: 43px;
  border-radius: 5px;
  padding: 5px 0 5px 40px;
  border-radius: 5px;
}
.address1_btn {
  width: 120px;
  height: 43px;
  background-color: #0099db;
  color: white;
  border-radius: 5px;
  margin-left: 5px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.address1_input {
  width: 655px;
  height: 43px;
  border-radius: 5px;
}
.address2_input {
  width: 780px;
  height: 43px;
  border-radius: 5px;
  margin-top: 5px;
  margin-bottom: 30px;
}
.address1_wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

/* 체험단 */
.experience_wrap {
  max-width: 1200px;
  width: 100%;
  padding-top: 0;
  margin-top: 50px;
}

.experience_top {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;

  padding-bottom: 30px;
  position: relative;
  position: relative;
}

.experience_top_opt {
  cursor: pointer;
}

.top_experience_btn_wrap {
  display: none;
  position: absolute;
  top: 80%;
  left: 0;
  padding: 10px 15px;
  border-radius: 5px;
  background-color: white;
  z-index: 1;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.top_experience_btn_wrap div {
  padding: 10px 28px;
  font-size: 0.8rem;
  font-size: 1rem;
  cursor: pointer;
}
.experience_opt_result_box_wrap {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 40px;
}
.best_tasty_content_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0 15px 0;
  border-bottom: 1px solid #d6d6d6;
  margin-bottom: 15px;
  flex-wrap: wrap;
  gap: 10px;
}
.best_tasty_sns {
  cursor: pointer;
}

.new {
  width: 50px;
  height: 24px;
  background-color: #e5f7ff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sale {
  width: 50px;
  height: 24px;
  background-color: #0099db;
  color: white;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.new_sale {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3px;
}
.text-with-line-through {
  color: #b9b9b9;
  text-decoration: line-through;
  text-decoration-color: #b9b9b9;
  text-decoration-thickness: 1px;
}
.pt_num {
  color: #b9b9b9;
  font-size: 0.8rem;
}
.experience_price {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 5px;
}
.experience_price p:nth-of-type(1) {
  font-size: 1.2rem;
  color: #ff3d3d;
}
/* 체험단 디테일 페이지 */
.best_e_content_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.e_detail_top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.experience_detail_price {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
  margin-top: 5px;
}
.experience_detail_price p:nth-of-type(1) {
  font-size: 1.2rem;
  color: #ff3d3d;
}
.status_checkboxes_wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 60px;
  margin-bottom: 30px;
}
.status_checkboxes {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.e_checkbox {
  width: 20px;
  height: 20px;
  border-color: #d6d6d6;
}
.e_checkbox:checked {
  background-color: #0099db;
}
.sns_wrap_margin {
  margin-bottom: 30px;
  margin-top: 5px;
}
.sns_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
}

.sns_plus {
  border: 1px solid #d6d6d6;
  border-radius: 5px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #d6d6d6;
  cursor: pointer;
}
.sns_plus_trash0 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
}
.sns_trash {
  border: 1px solid #d6d6d6;
  border-radius: 5px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #d6d6d6;
  cursor: pointer;
}
/* 체험단 수정하기 */
.e_write_sns_input {
  width: 100%;
  height: 40px;
  border-radius: 5px;
  padding: 5px;
}
.margin_top {
  margin-top: 5px;
}
/* 포인트 얻기 */
.point_wrap {
  max-width: 1200px;
  width: 100%;
  min-height: 600px;
  padding-top: 0;
  margin-top: 55px;
}
.point_wrap > h3 {
  margin-bottom: 30px;
}

.get_point_table {
  width: 100%;
  border-collapse: collapse;
  box-sizing: border-box;
  margin-bottom: 30px;
}
.get_point_table thead tr {
  padding: 5px 0 5px 0;
  width: 100%;
  height: 60px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background-color: #f9f9f9;
}
.get_point_table thead tr th {
  width: calc(100% / 6);
}

.get_point_table tbody tr td {
  padding: 15px 5px 15px 5px;
  border-bottom: 1px solid #ddd;
  text-align: center;
}

.point_table_end {
  color: #0099db;
}
/* 포인트 얻기 디테일 */
.get_p_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.point_section {
  max-width: 1200px;
  width: 100%;
  min-height: 900px;
  margin-top: -45px;
}

.link_point_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 13px 0;
  border-bottom: 1px solid #d6d6d6;
}
.g_p_t {
  font-size: 1rem;
}
.w50 {
  width: 50%;
}
.point_display {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
.t_strong {
  font-weight: 500;
}
.cursor {
  cursor: pointer;
}
/* 포인트 충전 */
.point_wrap_div {
  display: flex;
  justify-content: center;
  align-content: center;
  max-width: 920px;
  margin: 0 auto;
  flex-wrap: wrap;
}
.point_user_wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border: 1px solid #d6d6d6;
  border-radius: 10px;
  width: 100%;
  height: auto;
  padding: 50px;
}
.point_user_info p:first-child {
  font-size: 1.8rem;
}
.point_user_info p:last-child {
  font-size: 1rem;
  color: #7e7e7e;
}
.point_user_info {
  border-right: 1px solid #d6d6d6;
  padding-right: 50px;
}
.point_user_have {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  padding-left: 50px;
}
.point_user_have p:last-child {
  color: #0099db;
  font-size: 1.8rem;
  font-weight: 500;
}
.point_user_have p:first-child {
  font-size: 1rem;
}
.point_radio_group_wrap {
  width: 100%;
  margin-top: 30px;
}
.point_radio_group {
  border: 1px solid #d6d6d6;
  display: flex;
  width: 100%;
  align-items: center;
  gap: 30px;
  padding-left: 20px;
  border-radius: 10px;
  margin-bottom: 10px;
}
.point_radio_group > input {
  width: 16px;
  height: 16px;
}
.point_radio_group > label,
.point_radio_group > span {
  text-align: center;
  flex: 1;
  padding: 15px;
  font-size: 16px;
  font-size: 1.2rem;
}
.payment_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
}
.payment_title {
  width: 100%;
  font-size: 1.2rem;
  font-weight: 500;
  margin: 50px 0 20px 0;
}
.payment_method {
  border: 1px solid #d6d6d6;
  border-radius: 5px;
  width: calc((100% - 45px) / 4);
  padding: 30px 55px;
  text-align: center;
  cursor: pointer;
}
.payment_wrap0 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.payment_method:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  border: 1px solid #0099db;
}
.payment_method_on {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  border: 1px solid #0099db;
}
.agreement_checkbox {
  width: 18px;
  height: 18px;
}

.agreement_checkbox_label {
  font-size: 1rem;
}
.point_agreement {
  margin-top: 30px;
  width: 100%;
}
.point_charge {
  display: flex;
  justify-content: center;
  align-items: center;
}
.charge {
  width: 300px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0099db;
  border-radius: 5px;
  color: white;
  margin-top: 60px;
  cursor: pointer;
  font-size: 0.9rem;
}
.point_caution {
  border: 1px solid #d6d6d6;
  background-color: #f9f9f9;
  padding: 30px;

  margin-top: 120px;
}
.point_caution p:first-child {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 15px;
}
/* 포인트 충전_1 */
.point_charge_1_con {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
  margin-top: 60px;
}
.point_charge_1_txt {
  font-size: 1.2rem;
  font-weight: 500;
  margin: 50px 0 20px 0;
  width: 100%;
  text-align: center;
}
/* 마이페이지 */
.mypage_wrap {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  min-height: 600px;
  padding-top: 0;
  margin-top: 50px;
}

.mypage_h3 {
  margin-bottom: 20px;
}
.mypage_result_wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 20px;
  gap: 30px;
  flex-wrap: wrap;
}
/* 마이페이지 nav */
.mypage_nav {
  padding: 20px 20px;
  border: 1px solid #d6d6d6;
  border-radius: 10px;
  width: 220px;
}
.mypage_myinfo_wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 20px;
  margin-bottom: 13px;
}
.mypage_myinfo p:first-child {
  font-size: 1.5rem;
  font-weight: 500;
}
.mypage_myinfo p:last-child {
  font-size: 1rem;
}
.my_info_edit {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.mypage_nav_menu {
  padding: 13px 0;
  cursor: pointer;
  color: #7e7e7e;
  font-weight: 500;
}
.mypage_nav_menu_on {
  color: #0099db;
}
/* 마이페이지  */
.mypage_result_box_wrap0 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: calc(100% - 250px);
}
.my_con_title {
  width: 100%;
  font-size: 1.2rem;
  font-weight: 500;
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 10px;
}
.post_list {
  width: 100%;
}
.my_post_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1rem;
  color: #7e7e7e;
  font-weight: 500;
  margin-bottom: 10px;
  margin-top: 30px;
}
.my_post_item {
  border-top: 1px solid #d6d6d6;
  padding: 15px 20px;

  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1rem;
}
.my_post_item_2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.post_checkbox {
  width: 24px;
  height: 24px;
  margin-right: 5px;
  border-radius: 10px;
}
.post_checkbox:checked {
  accent-color: #0099db;
}
.my_post_item:last-child {
  border-bottom: 1px solid #d6d6d6;
}
.post_date {
  color: #b9b9b9;
}
input:checked {
  accent-color: #0099db;
}
.my_delete_btn,
.my_answer_delete_btn,
.my_select_all {
  cursor: pointer;
}

.answer {
  font-weight: 500;
  color: #0099db;
}

.post_list th,
.post_list td {
  text-align: center;
  padding: 3px 10px;
}

.post_list th,
.post_list td {
  width: calc(100% / 3);
}

.post_list thead {
  background-color: #f9f9f9;
  color: black;
}
.my_margin {
  margin-top: 50px;
}
/* 마이페이지 주문내역 */
.order_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  border: 1px solid #d6d6d6;
  height: auto;
  width: 100%;
  border-radius: 10px;
  margin-top: 20px;
  padding: 15px;
}
.order_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-weight: 500;
  font-size: 1rem;
}
.my_order_pic {
  width: 100px;
  height: 100px;
  overflow: hidden;
}
.my_order_pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.order_item_con {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.my_order_title P:first-child {
  font-weight: 500;
  font-size: 1rem;
  margin-bottom: 5px;
}

.my_order_title P:last-child {
  font-size: 0.8rem;
}
.my_order_point {
  font-weight: 500;
  font-size: 1rem;
}
.my_order_font_size1 {
  font-size: 1rem;
}
.final_money {
  text-align: center;
}
.final_money p:last-child {
  font-weight: 500;
  color: #0099db;
}
.my_more_login_hidden {
  padding: 15px 5px;
  font-size: 0.9rem;
}
.my_post_more {
  cursor: pointer;
  position: relative;
}
.my_more_login_div_hidden {
  text-align: center;
  position: absolute;
  display: none;
  width: 120px;
  top: 100%;
  right: 0;
  border-radius: 5px;
  background-color: white;
  z-index: 1;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  font-size: 0.8rem;
  font-weight: 400;
}
/* 주문 상세 내역 */
.order_detail_order_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  border: 1px solid #d6d6d6;
  height: auto;
  width: 100%;
  border-radius: 10px;
  margin-top: 20px;
  padding: 30px;
}
.market_buy_info_group p {
  margin: 10px 0;
}

.market_buy_info_group p span {
  font-weight: 500;
  display: inline-block;
  width: 130px;
}
.market_buy_info_group > h4 {
  font-size: 1.2rem;
  border-bottom: 2px solid #0099db;
  display: inline-block;
  margin: 40px 0 20px 0;
  padding-bottom: 5px;
}
.market_buy_info_group_first {
  margin-top: 50px;
}
/* 아이디찾기 */
.id_tab {
  cursor: pointer;
}
/* 추천하기 버튼 */
.best_btn_changed {
  color: #0099db;
}
/* 마켓 */
.market_bag_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.market_bag {
  cursor: pointer;
}
/* 헤더 마켓 */
.header_market {
  width: 22px;
}
/* buy */
.buy_p_m {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-right: 10px;
  margin-left: 10px;
}
.buy_wrap .b_left .b_bot .gray_border .product .pro5 {
  width: 90px;
}
.product {
  display: flex;
  justify-content: space-between;

  align-items: center;
}

/* 메인 검색결과 */
.s_nav {
  margin-top: 40px;
}
.search_p_select {
  width: 300px;
  height: 45px;
  border: 1px solid #d6d6d6;
  border-radius: 5px;
  font-size: 1rem;
}
.search_p_input {
  width: calc(100% - 470px);
  height: 45px;
  border: 1px solid #d6d6d6;
  border-radius: 5px !important;
  padding: 10px;
}
.search_p_btn {
  width: 150px;
  height: 45px;
  background-color: #0099db;
  color: white;
  border-radius: 5px;
  font-size: 1rem;
}
.search_p_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 40px;
}
.search_h2 {
  font-size: 1.5rem;
  color: #0099db;
}
.search_con {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 60px;
}
.search_con > p {
  font-size: 1.25rem;
  color: #b9b9b9;
  margin-left: 20px;
}
.search_p_color {
  color: #0099db;
}
.search_table {
  width: 100%;
  margin-top: 20px;
}
.search_table tr {
  width: 100%;
  padding: 10px;
  height: 47px;
  font-size: 1rem;
}
.search_table tr > td:nth-child(1) {
  text-align: left;
}
.search_table tr > td:nth-child(2) {
  text-align: right;
}
.search_table tr:nth-child(1) {
  border-top: 1px solid #b9b9b9;
  border-bottom: 1px solid #b9b9b9;
}
.search_table tr > td {
  border-bottom: 1px solid #b9b9b9;
}
.search_warning_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 110px 0;
}
.search_warning {
  transform: scale(70%);
}
.search_warning_p {
  font-size: 1.8rem;
  color: #606060;
  width: 100%;
  text-align: center;
}
/* 이미지 */
.dt_text img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.cont_area .img_area img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.tasty_detail_con_detailInfo img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
