@charset "UTF-8";
/* ^scss에서 수정해주세요!  Don't edit .css file, Only work on the scss*/
.com_community .addr_list {
  border-radius: 10px;
  background-color: #fff;
  padding: 0;
  padding-block: 5px;
}
.com_community .addr_item {
  padding: 15px;
}
.com_community .addr_item:not(:first-child) {
  border-top: 1px solid #f2f4f7;
}
.com_community .addr_item .addr_str {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 10px;
}
.com_community .addr_item .addr_tit {
  margin-bottom: 10px;
}
.com_community .card_list .addr_item {
  padding: 0;
}
.com_community .card_list .input_addr::-webkit-input-placeholder {
  letter-spacing: -0.5px;
  font-size: 13px;
}
.com_community .card_list .input_addr::-moz-placeholder {
  letter-spacing: -0.5px;
  font-size: 13px;
}
.com_community .card_list .input_addr:-ms-input-placeholder {
  letter-spacing: -0.5px;
  font-size: 13px;
}
.com_community .card_list .input_addr::-ms-input-placeholder {
  letter-spacing: -0.5px;
  font-size: 13px;
}
.com_community .card_list .input_addr::placeholder {
  letter-spacing: -0.5px;
  font-size: 13px;
}

.p_community {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  gap: 10px;
}
.p_community .menu_sec .com_btn {
  margin-bottom: 10px;
}
.p_community .menu_sec .info_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
}
.p_community .menu_sec .info_row .txt {
  font-size: 14px;
  line-height: 1.5;
}
.p_community .menu_sec .info_row .find_store_icon {
  margin-top: -40px;
}

.p_community_setting {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  gap: 10px;
}
.p_community_setting .com_btn {
  gap: 10px;
}

.p_news .com_select_store {
  margin-bottom: 15px;
}
.p_news .com_add_file_list {
  margin-bottom: 0;
  gap: 5px;
}
.p_news .com_add_file_list .item {
  width: calc(25% - 3.8px);
}

.p_map .root_daum_roughmap {
  width: 100%;
}
.p_map .map_wrap {
  position: relative;
}
.p_map .map_wrap .btn_marker {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
}
.p_map .map_wrap .btn_marker.active img {
  width: 43px;
}
.p_map .select_wrap {
  position: fixed;
  top: 50px;
  left: 0;
  width: 100%;
  padding-block: 15px;
  background-color: #f2f4f7;
  z-index: 10;
}
.p_map .store_filter {
  position: fixed;
  top: 50px;
  left: 0;
  width: 100%;
  padding: 18px 0 18px 23px;
  background-color: #f2f4f7;
  z-index: 10;
  -webkit-overflow-scrolling: touch;
  flex-wrap: nowrap;
  overflow: hidden;
  overflow-x: auto;
  white-space: nowrap;
  gap: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
}
.p_map .store_filter::-webkit-scrollbar {
  display: none;
}
.p_map .store_filter .item {
  font-size: 16px;
}
.p_map .store_filter .item.active {
  font-weight: 700;
  border-bottom: 3px solid #6c34f9;
}
.p_map .recruit_sec {
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  z-index: 99;
}
.p_map .recruit_sec .recruit_head {
  padding: 20px 15px;
  position: relative;
  background: #fff;
  border-radius: 20px 20px 0px 0px;
  box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}
.p_map .recruit_sec .recruit_head .tit {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
.p_map .recruit_sec .recruit_head .btn_open {
  position: absolute;
  top: 26px;
  right: 20px;
  transition: 0.2s;
  transform: rotate(180deg);
}
.p_map .recruit_sec .recruit_head.active .btn_open {
  transform: rotate(0deg);
}
.p_map .recruit_sec .recruit_body {
  background: #fff;
  display: none;
  position: relative;
  padding: 0 20px 20px 20px;
  overflow-y: auto;
  max-height: calc(100vh - 200px);
}
.p_map .recruit_sec .recruit_body::-webkit-scrollbar {
  display: none;
}
.p_map .recruit_sec .recruit_body::-webkit-scrollbar-track {
  background-color: transparent;
}
.p_map .recruit_sec .recruit_body::-webkit-scrollbar-thumb {
  background-color: transparent;
}

.p_part_time_detail .card_body.line {
  position: relative;
}
.p_part_time_detail .card_body.line::before {
  content: "";
  width: calc(100% - 40px);
  position: absolute;
  left: 20px;
  bottom: 0;
  border-bottom: 1px solid #f2f4f7;
}
.p_part_time_detail .card_body .heading {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 15px;
}
.p_part_time_detail .card_body .desc {
  line-height: 1.5;
}
.p_part_time_detail .com_tab {
  margin-top: 20px;
}
.p_part_time_detail .com_tab_contents.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  gap: 10px;
}
.p_part_time_detail .root_daum_roughmap {
  width: 100%;
}
.p_part_time_detail .root_daum_roughmap .wrap_controllers {
  display: none;
}

.none_menu .p_store_detail {
  padding-bottom: 20px;
}

.p_store_detail .store_info_sec {
  background-color: #fff;
  padding-block: 20px 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  gap: 10px;
}
.p_store_detail .store_info_sec .icon_area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  gap: 10px;
}
.p_store_detail .store_info_sec .store_info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  gap: 10px;
}
.p_store_detail .store_info_sec .store_info .info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 5px;
}
.p_store_detail .com_tab {
  padding: 20px 0;
  padding: 18px 0 13px 23px;
  gap: 15px;
  border-bottom: 1px solid #e9e9e9;
}
.p_store_detail .none_img {
  text-align: center;
  padding-block: 0 20px;
}
.p_store_detail .none_img .txt {
  font-size: 18px;
  font-weight: 700;
  margin-top: 20px;
}
.p_store_detail .com_recruit_list .item {
  border: none;
  border-radius: 15px;
}
.p_store_detail .BtnWish.active {
  background-image: url("../img/svg/icon_heart.svg");
}
.p_store_detail .column_layout {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  gap: 10px;
}
.p_store_detail .column_layout .card_head .desc .price {
  color: #6c34f9;
  font-size: 18px;
  font-weight: 700;
}
.p_store_detail .column_layout .txt_sub {
  display: inline-flex;
  align-items: center;
  border-radius: 50px;
  background: #f1ebff;
  padding: 0 15px;
  height: 24px;
  font-size: 11px;
  color: #6c34f9;
  margin-left: 15px;
}
.p_store_detail .column_layout .txt_sub + .txt_sub {
  margin-left: 5px;
}
.p_store_detail .column_layout .card_body {
  line-height: 1.5;
}