.board_conent_list .profile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.profile {
  border-radius: 10px;
  overflow: hidden;
  margin-right: 10px;
  flex-shrink: 0;
}

.inner {
  padding-right: 12px;
  padding-left: 12px;
}

#occupation_main .board_conent_list {
  margin-top: 5px;
}

.board_conent_list .info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.board_conent_list .info .left {
  display: flex;
  align-items: center;
}

.board_conent_list .info .name {
  font-size: 15px;
}

.board_conent_list .info .date {
  font-size: 13px;
  display: flex;
  align-items: center;
  margin-top: 5px;
}

.board_conent_list .state {
  font-size: 11px;
  border-radius: 50px;
  background: #ffdaa9;
  color: #ff8308;
  padding: 3px 6px;
  margin-left: 5px;
}

.board_conent_list .state::after {
  content: "모집중";
}

.board_conent_list .complete .state {
  background: #b1b1b1;
  color: #f0f0f0;
}

.board_conent_list .complete .state::after {
  content: "모집완료";
}

.board_conent_list .info .share_btn img {
  width: 18px;
}

.board_conent_list .info .more_btn img {
  width: 18px;
}

.board_conent_list .right {
  display: flex;
  align-items: center;
}

.board_conent_list .right .more_btn {
  position: relative;
  margin-left: 5px;
}

.board_conent_list .right .more_btn ul {
  position: absolute;
  right: 11px;
  top: 5px;
  background: #fff;
  border-radius: 12px;
  border: 1px solid #bec3cc;
  display: flex;
  flex-direction: column;
  z-index: 1;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
  display: none;
}

.board_conent_list .right .more_btn ul.on {
  display: flex;
}

body.on {
  height: 100vh;
  overflow: hidden;
}

.opacity_bg.on {
  display: block;
}

.board_conent_list .right .more_btn ul li {
  padding: 12px 0;
  text-align: center;
  font-size: 12px;
  word-break: keep-all;
  min-width: 100px;
  border-bottom: 0;
}

.board_conent_list .right .more_btn ul li.red {
  color: #ff0000;
}

.board_conent_list .right .more_btn ul li:not(:last-child) {
  border-bottom: 1px solid #bec3cc;
}
.comment li .more_btn ul li {
  padding: 12px 0;
  text-align: center;
  font-size: 12px;
  word-break: keep-all;
  min-width: 100px;
  border-bottom: 0;
}

.comment li .more_btn ul li.red {
  color: #ff0000;
}

.comment li .more_btn ul li:not(:last-child) {
  border-bottom: 1px solid #bec3cc;
}

.comment li .more_btn img {
  width: 18px;
}


.comment li .more_btn {
  position: absolute;
  top:0px;
  right:10px;
}

.comment li .more_btn ul {
  position: absolute;
  right: 11px;
  top: 5px;
  background: #fff;
  border-radius: 12px;
  border: 1px solid #bec3cc;
  display: flex;
  flex-direction: column;
  z-index: 1;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
  display: none;
}

.comment li .more_btn ul.on {
  display: flex;
}


.comment li .more_btn ul li {
  padding: 12px 0;
  text-align: center;
  font-size: 12px;
  word-break: keep-all;
  min-width: 100px;
  border-bottom: 0;
}

.comment li .more_btn ul li.red {
  color: #ff0000;
}

.comment li .more_btn ul li:not(:last-child) {
  border-bottom: 1px solid #bec3cc;
}




.board_conent_list .right button,
.board_conent_list .right div {
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.board_conent_list .content {
  margin-top: 20px;
  line-height: 2;
  border-bottom: 1px solid #bec3cc;
  font-size: 14px;
}

.board_conent_list .content .txt {
  margin-top: 20px;
  line-height: 2;
  font-size: 14px;
}

.board_conent_list .content .txt span.tag {
  color: #0ed869;
}

.board_conent_list .complete .content .txt {
  color: #979797;
}

.board_conent_list .content .txt.on {
  max-height: 140px;
  overflow: hidden;
}

.board_conent_list .content .more_view {
  color: #979797;
  padding-top: 5px;
  display: none;
  line-height: 1.5;
}

.board_conent_list .content .img_wrap {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  margin-top: 10px;
}

.board_conent_list .content .img_wrap > div {
  flex: 0 0 auto;
  position: relative;
  width: 100%;
}

.board_conent_list .content .img_wrap.two > div {
  width: calc((100% - 10px) / 2);
}

.board_conent_list .content .img_wrap.three > div {
  width: calc((100% - 20px) / 3);
}

.board_conent_list .content .img_wrap > div:not(:last-child) {
  margin-right: 10px;
}

.board_conent_list .content .img_wrap > div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.board_conent_list .content .img_wrap > div::after {
  padding-bottom: 100%;
  content: "";
  display: block;
}

.board_conent_list .content .img_wrap.one > div::after {
  padding-bottom: 60%;
}

.board_conent_list .view {
  color: #b1b1b1;
  font-size: 13px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 10px;
  padding-bottom: 10px;
}

.board_conent_list .view img {
  width: 15px;
  margin-right: 5px;
}

.board_conent_list .reaction {
  display: flex;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 12px;
  font-size: 15px;
  justify-content: space-between;
}

.board_conent_list .reaction > a {
  display: flex;
  align-items: center;
}

.board_conent_list .reaction .chat_dir {
  background: url(img/chat_06.svg) 15px center no-repeat #b3ff00;
  border-radius: 50px;
  padding: 7px 14px;
  padding-left: 37px;
  background-size: 16px;
  font-size: 12px;
}

.board_conent_list .reaction .comment {
  background: url("img/reply_03.svg") left center no-repeat;
  background-size: 15px;
  padding-left: 20px;
}

.board_conent_list .reaction .chat {
  background: url("img/chat_06.svg") left center no-repeat;
  background-size: 20px;
  padding-left: 25px;
  margin-left: 15px;
  line-height: 22px;
}

.board_conent_list .reaction .state_btn {
  border: 1px solid #000;
  border-radius: 50px;
  padding: 5px 10px;
  font-size: 13px;
}

.board_conent_list .complete .reaction .state_btn::before {
  content: "모집중";
}

.board_conent_list .reaction .state_btn::before {
  content: "모집완료";
}

.board_conent_list > li {
  border-bottom: 10px solid #e0e2e6;
  padding-top: 20px;
}

.set_top .first_location {
  position: absolute;
  top: 42px;
  left: 40px;
  background: url(img/chat_07.svg) left top no-repeat;
  background-size: 130px 46px;
  font-size: 13px;
  width: 130px;
  height: 46px;
  line-height: 55px;
  text-align: center;
}

.set_top .no_keyword {
  font-size: 11px;
  text-align: center;
  text-decoration: underline;
  line-height: 1.5;
  padding-bottom: 20px;
  margin-top: 20px;
  display: block;
}

.location_pop {
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 24px);
  background: #f2f2f2;
  padding: 20px 15px;
  padding-top: 35px;
  display: none;
  z-index: 1;
}

.location_pop > p {
  font-size: 13px;
  margin-top: 10px;
}

.loca_close {
  background: url("img/close.png") center center no-repeat;
  background-size: 13px;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 5px;
  right: 5px;
}
.current_loca {
  display: flex;
  align-items: center;
  font-size: 14px;
}
.current_loca button {
  margin-left: 10px;
  border: 1px solid #000;
  border-radius: 5px;
  padding: 4px 5px;
  padding-left: 20px;
  padding-bottom: 5px;
  font-size: 11px;
  background: url(img/place_03.png) 5px center no-repeat;
  background-size: 10px;
}
.loca_sel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
}
.loca_sel > div {
  background: #cccccc;
  border-radius: 5px;
  padding: 10px;
  width: 48.5%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.loca_sel > div select {
  width: 100%;
}
.loca_sel > div .ic_arrow {
  width: 10px;
  height: 10px;
}

.location_pop .submit {
  display: flex;
  justify-content: center;
}

.location_pop .submit button {
  background: #1e2026;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  margin-top: 20px;
  font-size: 13px;
  padding: 8px 0;
  min-width: 100px;
}

#occupation_detail .board_conent_list > li {
  border-bottom: 0;
  padding-bottom: 20px;
  min-height: calc(100vh - 114px);
}
#occupation_detail .comment_write {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  border-top: 1px solid #c5c6c6;
  display: flex;
  padding: 10px 12px;
  align-items: center;
  padding-bottom: 20px;
}
.tag_box{
  margin-right:5px;
  display: flex;
  
  font-size:12px;
}
#occupation_detail .comment_write .tag{
  color: #0ed869;
  white-space : nowrap;
  align-items: center;
}
#occupation_detail .comment_write .close{
  white-space : nowrap;
  /* margin-left:3px; */
  padding:0 3px;
}

#occupation_detail .comment_write input {
  width: 100%;
  border-radius: 50px;
  padding: 10px 20px;
  background: #f2f2f2;
}
#occupation_detail .comment_write button {
  background: url(img/send.png) right center no-repeat;
  background-size: 20px;
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  margin-left: 10px;
}
#occupation_detail ul.comment {
  border-top: 1px solid #c5c6c6;
  padding: 0 12px;
}
#occupation_detail .comment > li:first-child{
  border-top: none;
}
#occupation_detail .comment > li:last-child{
  border-bottom: 1px solid #c5c6c6;
}
#occupation_detail .comment > li{
  border-top: 1px solid #c5c6c6;
}


#occupation_detail .comment > li {
  padding: 20px 0;
}
#occupation_detail .comment li > div {
  display: flex;
  font-size: 13px;
  position: relative;
}
#occupation_detail .comment > li .comment_txt {
  line-height: 1.5;
  margin-top: 10px;
}
#occupation_detail .comment > li .comment_date {
  color: #4d4d4d;
  display: flex;
  align-items: center;
  margin-top: 10px;
}
#occupation_detail .comment > li .comment_date button {
  background: url(img/reply_04.png) right center no-repeat;
  background-size: 20px;
  width: 30px;
  height: 20px;
}
#occupation_detail .comment > li .comment_date p {
  margin-right: 5px;
}
#occupation_detail .comment > li .comment_more {
  position: absolute;
  top: 0;
  right: 0;
  background: url(img/ico_more.png) right top no-repeat;
  background-size: 18px;
  width: 30px;
  height: 30px;
}
#occupation_detail .comment .comment_reply li {
  padding: 10px 0;
  /* padding-left: 50px; */
}
#occupation_detail .comment .comment_reply .profile {
  width: 30px;
  height: 30px;
  border-radius: 8px;
}

#occupation_detail .comment > .comment_reply{
  padding:0px;
  padding-left:50px;
  padding-bottom:20px;
  border:none;
}



.comment_txt .tag {
  color: #0ed869;
  padding-right: 5px;
}

#location_keyword .set_top {
  border-bottom: 0;
}
#location_keyword .search_div {
  margin: 0 12px;
  margin-bottom: 30px;
}
#location_keyword .keyword_div > p span::after {
  content: "/10";
}
#location_keyword .set_top > p {
  text-align: center;
  font-size: 11px;
  margin-top: 10px;
}
#location_keyword .keyword_box::before {
  content: "#";
}
#location_keyword .keyword_div {
  min-height: calc(100vh - 362px);
}

#occupation_notice .board_conent_list > li:first-child {
  padding-top: 0;
}
/* #occupation_notice .board_conent_list .content .txt span.tag {
  color: #ff0000;
} */

#occupation_notice .board_conent_list {
  margin-top: 30px;
}

.board_write {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100vh - 47px);
}

.board_write textarea {
  height: 100%;
  width: 100%;
}

.board_write .write {
  padding: 20px;
  height: 100%;
}
.board_write .submit {
  width: 100%;
  text-align: center;
  background: #1e2026;
  color: #fff;
  padding: 16px 0;
}

.board_write .write_option {
  padding: 20px;
  background: #f2f2f2;
  font-size: 15px;
}
.board_write .write_chk {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.board_write .write_chk > div {
  margin-right: 20px;
}
.green_chk {
  display: flex;
  align-items: center;
}
.green_chk label {
  background: url("img/no_chk.png") left center no-repeat;
  background-size: 13px;
  padding-left: 22px;
}
.green_chk input[type="checkbox"]:checked + label {
  background: url("img/chk.png") left center no-repeat;
  background-size: 14px;
}
.board_write .write_picture {
  display: flex;
  align-items: center;
  overflow: scroll;
  margin-top: 10px;
}
.board_write .write_picture::-webkit-scrollbar {
  display: none;
}
.board_write .write_picture > div {
  flex: 0 0 auto;
  width: 28%;
  border-radius: 5px;
  margin-right: 10px;
  position: relative;
  overflow: hidden;
  border: 1px solid #eee;
}

.board_write .write_picture > div .btn_del{
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  width: 19px;
  height: 19px;
}

.board_write .write_picture > div::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.board_write .write_picture > div.add_pic {
  background: url(img/camera_02.png) center center no-repeat #cccccc;
  background-size: 50%;
}
.board_write .write_picture > div.added {
  background: url(img/plus_08.png) center center no-repeat #cccccc;
  background-size: 50%;
}
.write_picture input[type="file"] {
  position: absolute;
  width: 0;
  height: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
}
.write_picture input[type="file"] + label {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.write_picture img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
.banner_wrap a {
  display: block;
  width: 100%;
  position: relative;
}
.banner_wrap a::after {
  display: block;
  content: "";
  padding-bottom: 15%;
}
.banner_wrap a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.tab_flex {
  border-bottom: 1px solid #6f7070;
  background: #fff;
  padding-bottom: 0;
  position: relative;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tab_flex::after {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background: #e2e4e8;
  position: absolute;
  bottom: -6px;
  left: 0;
}
.tab_flex a {
  width: 100%;
  text-align: center;
  position: relative;
  padding: 15px 0;
  font-size: 14px;
}
.tab_flex a.on {
  font-weight: 700;
}
.tab_flex a.on::after {
  width: 100%;
  height: 3px;
  background: #1e2026;
  display: block;
  position: absolute;
  bottom: -2px;
  z-index: 1;
  left: 0;
  content: "";
}

#community .board_conent_list {
  margin-top: 10px;
}
#community .board_sec .filter {
  border-bottom: 1px solid #bec3cc;
  padding: 18px 12px;
}
.board_conent_list > li.ad {
  padding-top: 0;
}
.board_conent_list > li.ad > a {
  position: relative;
  display: block;
}
.board_conent_list > li.ad > a::after {
  display: block;
  content: "";
  padding-bottom: 15%;
}
.board_conent_list > li.ad img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
