/* etc */
select {
  background-color: white;
}
select::-webkit-selection {
  background-color: white;
}
.pdt2 {
  padding-top: 2% !important;
}
#tabMenuListWrap {
  border-bottom: 1px solid #eeeeee;
}
#pageTitleWrap {
  background-color: #ffffff !important;
}
#pageTitleWrap > div:nth-child(1) {
  width: calc(100% - 30px);
  float: left;
}
#pageTitleWrap > div > a {
  color: #333333 !important;
}
#pageTitleWrap > div:nth-child(1) > a {
  font-weight: 700;
}
#pageTitleWrap > div:nth-child(2) {
  width: 30px;
  float: right;
  text-align: right;
}
.m-txtBox {
  height: 60px !important;
  border-radius: 7px !important;
  font-size: 16px !important;
  padding-top: 5px !important;
}
.bd-none {
  border: none !important;
}
.pd0 {
  padding: 0 !important;
}
.mgt0 {
  margin-top: 0 !important;
}
.mgb0 {
  margin-bottom: 0 !important;
}
.mgl0 {
  margin-left: 0 !important;
}
.mgr0 {
  margin-right: 0 !important;
}
.mgt2 {
  margin-top: 2% !important;
}
.mgt3 {
  margin-top: 3% !important;
}
.mgt6 {
  margin-top: 6% !important;
}
.mgt20 {
  margin-top: 20% !important;
}
.pdtb5 {
  padding: 5% !important;
}
.bg-grey {
  background-color: #f8f8f8;
}
.w100 {
  width: 100% !important;
}

/* 팝업 영역 */
#popupItem {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999999;
  display: none;
  background-color: rgba(0, 0, 0, 0.6);
}
#popupItem .popupContents {
  width: 90%;
  height: 230px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  padding: 20px 30px;
  border-radius: 10px;
}
#popupItem .popupContents > div {
  width: 100%;
  float: left;
  text-align: center;
  margin-top: 10px;
}
#popupItem .popupContents .close_btn_wrap {
  color: #888888;
  font-size: 15px;
  text-align: right;
  margin-top: 0;
}
#popupItem .popupContents .close_btn_wrap > div {
  float: right;
  padding: 0 3%;
  text-align: right;
}
#popupItem .popupContents > div:nth-child(2) {
  color: #e0e0e0;
  font-size: 32px;
}
#popupItem .popupContents > div:nth-child(3) {
  font-size: 15px;
}
#popupItem .popupContents > div:nth-child(4) > button {
  height: 50px;
  width: 100%;
  border-radius: 10px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
}

/* 모바일 메인페이지 포스팅 영역 */
.main_posting_wrap {
  width: 100%;
  float: left;
  padding: 0 5%;
}
.main_posting_wrap .box_wrap {
  width: 100%;
  float: left;
  height: 140px;
}
.main_posting_wrap .box_wrap > div {
  border-radius: 8px;
  height: 100%;
}
.main_posting_wrap .box_wrap .inner_box_wrap {
  padding: 20px 15px 20px 20px;
}
.main_posting_wrap .box_wrap .left_box_wrap {
  width: 65%;
}
.main_posting_wrap .box_wrap .inner_box_wrap > div {
  width: 100%;
  float: left;
}
.main_posting_wrap .box_wrap .inner_box_wrap .icon_count > div {
  width: 50%;
  height: 44px;
}
.main_posting_wrap .box_wrap .inner_box_wrap .icon_count .left > i {
  font-size: 27px;
  color: #ffffff3a;
  top: 50%;
  transform: translateY(-50%);
}
.main_posting_wrap .box_wrap .inner_box_wrap .icon_count .number_circle > div {
  width: 44px;
  height: 44px;
  background-color: #0000003a;
  border-radius: 50%;
  float: right;
}
.main_posting_wrap
  .box_wrap
  .inner_box_wrap
  .icon_count
  .number_circle
  > div
  > p {
  font-size: 23px;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  line-height: 44px;
  white-space: nowrap;
}
.main_posting_wrap
  .box_wrap
  .left_box_wrap
  .icon_count
  .number_circle
  > div
  > p {
  color: #ffff77;
}
.main_posting_wrap .box_wrap .inner_box_wrap .title {
  margin-top: 35px;
}
.main_posting_wrap .box_wrap .inner_box_wrap .title > p {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main_posting_wrap .box_wrap .inner_box_wrap .title > p > i {
  font-size: 14px;
}
.main_posting_wrap .box_wrap .right_box_wrap .title > p > span {
  margin-left: 5px;
}
.main_posting_wrap .box_wrap .right_box_wrap {
  width: calc(35% - 7px);
  background-color: #2c4a7c;
  margin-left: 7px;
}

/* 모바일 메인페이지 공지사항 영역 */
.main_notice_wrap {
  width: 100%;
  float: left;
  margin-top: 2%;
  padding: 0 5%;
}
.main_notice_wrap > div {
  width: 100%;
  float: left;
  height: 50px;
  background-color: #e9eaec;
  border-radius: 5px;
  padding: 3% 5%;
}
.main_notice_wrap > div > div {
  top: 50%;
  transform: translateY(-50%);
}
.main_notice_wrap > div .left {
  width: 60px;
}
.main_notice_wrap > div .right {
  width: calc(100% - 60px);
}
.main_notice_wrap > div .right > div {
  width: 100%;
  float: left;
}
.main_notice_wrap > div .right > div > p {
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.category_label {
  width: 40px;
  height: 23px;
  border-radius: 10px;
}
.category_label > p {
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  font-size: 13px;
  font-weight: 500;
}
.category_label > p > span {
  top: 1px;
}

/* New 포스팅 영역 */
.main_new_posting_wrap {
  width: 100%;
  height: 265px;
  float: left;
  padding: 30px 5%;
  margin-top: 6%;
}
.main_new_posting_wrap > div {
  width: 100%;
  float: left;
}
.main_new_posting_wrap > div > div {
  width: 100%;
  float: left;
}
.main_new_posting_wrap > div .title > p {
  width: 100%;
  float: left;
  font-size: 18px;
  font-weight: 700;
}
.main_new_posting_wrap > div .title > p > a {
  float: right;
}
.main_new_posting_wrap > div .contents {
  overflow-x: auto;
  overflow-y: hidden;
  margin-top: 35px;
  padding-bottom: 25px;
}
.main_new_posting_wrap > div .contents::-webkit-scrollbar {
  height: 2px;
}
.main_new_posting_wrap > div .contents::-webkit-scrollbar-thumb {
  background: #7d7d7d;
}
.main_new_posting_wrap > div .contents::-webkit-scrollbar-track {
  background: #c6c6c6;
}
.main_new_posting_wrap > div .contents .contents_box_wrap {
  width: 100%;
  float: left;
}
.main_new_posting_wrap > div .contents .contents_box_wrap > div {
  width: 304px;
  height: 135px;
  float: left;
  background-color: #ffffff;
  box-shadow: 2px 2px 5px #dfdfdf;
  border-radius: 10px;
  padding: 15px 20px;
}
.main_new_posting_wrap
  > div
  .contents
  .contents_box_wrap
  > div:not(:nth-child(1)) {
  margin-left: 10px;
}
.main_new_posting_wrap > div .contents .contents_box_wrap > div > div {
  width: 100%;
  float: left;
}
.main_new_posting_wrap
  > div
  .contents
  .contents_box_wrap
  > div
  > div:nth-child(2) {
  margin-top: 15px;
}
.main_new_posting_wrap
  > div
  .contents
  .contents_box_wrap
  > div
  > div:nth-child(2)
  > p {
  font-size: 15px;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main_new_posting_wrap
  > div
  .contents
  .contents_box_wrap
  > div
  > div
  .category_label {
  width: auto;
  padding: 2px 10px;
  border-radius: 5px;
  float: left;
}
.main_new_posting_wrap
  > div
  .contents
  .contents_box_wrap
  > div
  > div:nth-child(3) {
  margin-top: 15px;
}
.main_new_posting_wrap
  > div
  .contents
  .contents_box_wrap
  > div
  > div:nth-child(3)
  > p {
  font-size: 11px;
  color: #999999;
  line-height: 31px;
}
.main_new_posting_wrap
  > div
  .contents
  .contents_box_wrap
  > div
  > div:nth-child(3)
  > p
  > a {
  float: right;
  text-align: right;
  font-size: 22px;
}

/* 나의 알림톡 영역 */
.main_user_wrap {
  width: 100%;
  float: left;
  padding: 0 5%;
  margin-top: 10%;
}
.main_user_wrap .title {
  width: 100%;
  float: left;
}
.main_user_wrap .title .left {
  width: 50%;
}
.main_user_wrap .title .left > p {
  font-size: 18px;
  font-weight: 700;
}
.main_user_wrap .title .right {
  width: 50%;
}
.main_user_wrap .title .right > p {
  font-size: 11px;
  color: #aaaaaa;
  text-align: right;
}
.main_user_wrap .user_point_info_wrap {
  background-color: #ffffff;
  box-shadow: 2px 2px 5px #dfdfdf;
  margin-top: 2%;
  border: 1px solid #f1f1f1;
}
.main_bottom_button_wrap {
  width: 100%;
  float: left;
  margin-top: 5%;
  padding: 0 5%;
}
.main_bottom_button_wrap > div {
  width: 100%;
  float: left;
}
.main_bottom_button_wrap > div > div {
  width: 100%;
  height: 50px;
  background-color: #eef1f3;
  border-radius: 8px;
  float: left;
}
.main_bottom_button_wrap > div > div:not(:nth-child(1)) {
  margin-top: 10px;
}
.main_bottom_button_wrap > div > div > a {
  width: 100%;
  height: 100%;
  padding: 0 5%;
  float: left;
}
.main_bottom_button_wrap > div > div > a > span {
  line-height: 50px;
}
.main_bottom_button_wrap > div > div > a > span:nth-child(1) {
  font-weight: 500;
  font-size: 14px;
}
.main_bottom_button_wrap > div > div > a > span:nth-child(2) {
  float: right;
}

/* 포스팅 */
.posting_nav_wrap {
  width: 100%;
  float: left;
  margin-top: 3%;
}
.posting_nav_wrap > div {
  width: 100%;
  float: left;
}
.posting_nav_wrap > div > div {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  padding-bottom: 10px;
}
.posting_nav_wrap > div > div::-webkit-scrollbar {
  height: 0px;
}
.posting_nav_wrap > div > div::-webkit-scrollbar-thumb {
  background: #7d7d7d;
}
.posting_nav_wrap > div > div::-webkit-scrollbar-track {
  background: #c6c6c6;
}
.posting_nav_wrap > div > div > div {
  float: left;
  padding: 10px 20px;
  border-radius: 25px;
  background-color: #e8e8e8;
}
.posting_nav_wrap > div > div > div.active {
  background-color: #282828;
}
.posting_nav_wrap > div > div > div:not(:nth-child(1)) {
  margin-left: 5px;
}
.posting_nav_wrap > div > div > div > span {
  color: #8c8c8c;
}
.posting_nav_wrap > div > div > div.active > span {
  color: #ffffff;
}
.posting_list_top_wrap {
  width: 100%;
  float: left;
  margin-top: 5%;
}
.posting_list_top_wrap > div {
  width: 100%;
  float: left;
}
.posting_list_top_wrap > div > div {
  width: 50%;
}
.posting_list_top_wrap div > .left > p {
  font-size: 14px;
  font-weight: 700;
  line-height: 30px;
}
.posting_list_top_wrap div > .right {
  text-align: right;
}
.posting_list_top_wrap div > .right .txtBox {
  width: auto;
  min-width: auto;
  float: right;
  height: 30px;
}
.posting_content_section {
  width: 100%;
  float: left;
  margin-top: 3%;
}
.posting_content_section > div {
  width: 100%;
  float: left;
}
.posting_content_section > div > div {
  width: 100%;
  float: left;
}
.posting_content_section > div > div .posting_box {
  width: 100%;
  float: left;
  height: 100px;
  box-shadow: 2px 2px 5px #dfdfdf;
  border-radius: 10px;
  padding: 15px 20px;
  background-color: #ffffff;
}
.posting_content_section > div > div .left {
  width: calc(100% - 35px);
}
.posting_content_section > div > div .right {
  width: 35px;
  height: 100%;
}
.posting_content_section > div > div .right .icon {
  width: 100%;
  height: 35px;
  float: left;
  top: 50%;
  transform: translateY(-50%);
  color: #ffffff;
  background-color: #1148a4;
  border-radius: 7px;
  font-size: 9px;
  padding: 6.5px 10px 3.5px 10px;
}
.posting_content_section > div > div .right .icon.type2 {
  height: unset;
  background-color: unset;
  text-align: right;
}
.posting_content_section > div > div .right .icon.type2 > i {
  color: #cfcdcd;
  font-size: 17px;
}
.posting_content_section > div > div .posting_box:not(:nth-child(1)) {
  margin-top: 15px;
}
.posting_content_section > div > div .posting_box .left > div {
  width: 100%;
  float: left;
}
.posting_content_section
  > div
  > div
  .posting_box
  .left
  > div:not(:nth-child(1)) {
  margin-top: 5px;
}
.posting_content_section > div > div .posting_box .left .label_wrap {
  width: 100%;
  float: left;
}
.posting_content_section
  > div
  > div
  .posting_box
  .left
  .label_wrap
  .category_label {
  width: auto;
  float: left;
  height: 20px;
  padding: 0 10px;
  border-radius: 7px;
}
.posting_content_section
  > div
  > div
  .posting_box
  .label_wrap
  .category_label
  > p {
  font-size: 10px;
}
.posting_content_section
  > div
  > div
  .posting_box
  .left
  .title_wrap
  > div:nth-child(1) {
  float: left;
  max-width: calc(100% - 40px);
}
.posting_content_section
  > div
  > div
  .posting_box
  .left
  .title_wrap
  > div:nth-child(1)
  > p {
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.posting_content_section
  > div
  > div
  .posting_box
  .left
  .title_wrap
  > div:nth-child(2) {
  width: 35px;
  height: 20px;
  float: left;
  margin-left: 5px;
}
.posting_content_section
  > div
  > div
  .posting_box
  .left
  .title_wrap
  > div:nth-child(2)
  > div {
  width: 15px;
  height: 15px;
  float: left;
  background-color: #cc3333;
  border-radius: 50%;
  text-align: center;
  top: 1px;
}
.posting_content_section
  > div
  > div
  .posting_box
  .left
  .title_wrap
  > div:nth-child(2)
  > div
  > span {
  float: left;
  color: #ffffff;
  font-size: 9px;
  font-weight: 700;
  top: 54%;
  left: 47%;
  transform: translate(-50%, -50%);
}

.posting_content_section > div > div .posting_box .left .date_wrap > p {
  font-size: 11px;
  color: #999999;
}
.posting_content_wrap > div:nth-child(1) {
  background-color: #f8f8f8;
  min-height: 60vh;
}
.no_posting_wrap {
  width: 100%;
  height: 40vh;
  float: left;
}
.no_posting_wrap > p {
  font-size: 14px;
  font-weight: 700;
  color: #cccccc;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}

.posting_btn_wrap {
  width: 100%;
  float: left;
  padding: 20px 0;
  text-align: center;
}
.posting_btn_wrap > div {
  width: 100%;
  float: left;
  text-align: center;
}
.posting_btn_wrap > div > p {
  font-weight: 500;
  font-size: 14px;
}
.bg-white {
  background-color: #ffffff !important;
}
.posting_title_section {
  width: 100%;
  float: left;
  margin-top: 3%;
  padding-bottom: 5%;
  border-bottom: 1px solid #eeeeee;
}
.posting_title_section .label_wrap {
  width: 100%;
  float: left;
}
.posting_title_section .label_wrap .category_label {
  width: auto;
  float: left;
  padding: 2px 10px;
  border-radius: 5px;
}
.posting_title_section .title_wrap {
  width: 100%;
  float: left;
  margin-top: 2%;
}
.posting_title_section .title_wrap > p {
  font-weight: 700;
  font-size: 18px;
}
.posting_title_section .date_wrap {
  margin-top: 1%;
}
.posting_title_section .date_wrap > p {
  font-weight: 500;
  font-size: 13px;
  color: #cccccc;
}
.posting_view_section {
  min-height: 40vh;
  margin-top: 5%;
}
.posting_view_btn_wrap {
  width: 100%;
  float: left;
  padding: 0 3%;
}
.posting_view_btn_wrap > div {
  height: 60px;
}
.posting_view_btn_wrap .left {
  width: 60px;
}
.posting_view_btn_wrap > div .btn {
  width: 100%;
  float: left;
  height: 100%;
  border-radius: 10px;
  text-align: center;
}
.posting_view_btn_wrap .left .btn {
  width: 100px;
  background-color: #ffffff;
  border: 1px solid;
}
.posting_view_btn_wrap > div .btn > div {
  width: 100%;
  float: left;
  top: 50%;
  transform: translateY(-50%);
}
.posting_view_btn_wrap .left .btn > div > span {
  font-size: 14px;
  margin-left: 5px;
}
.posting_view_btn_wrap .left .btn > div > i {
  font-size: 14px;
}
.posting_view_btn_wrap .right {
  width: calc(100% - 100px);
}
.posting_view_btn_wrap .right .btn {
  width: calc(100% - 10px);
  margin-left: 10px;
}
.posting_view_btn_wrap .right .btn > div > i {
  color: #ffffff;
  font-size: 14px;
}
.posting_view_btn_wrap .right .btn > div > span {
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
  margin-left: 10px;
}
.posting_view_button_wrap {
  width: 100%;
  min-height: 59px;
  float: left;
  padding: 3% 0;
  border-bottom: 1px solid #e2e2e2;
  text-align: right;
}
.posting_view_button_wrap > button {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
  padding: 2% 15px;
  color: #ababab;
  font-weight: 500;
  font-size: 14px;
  border-radius: 5px;
}
.content_count_wrap {
  width: 75px !important;
  height: 20px !important;
}
.content_count_wrap > p {
  color: #adadad;
  font-size: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.content_count_wrap > p > span.txt {
  margin-left: 5px !important;
}
.content_count_wrap > p > span.cnt {
  color: #000000 !important;
  font-weight: 700;
  margin-left: 2px !important;
}
.reg_info_wrap {
  width: 100%;
  float: left;
}
.reg_info_wrap > div {
  width: 100%;
  float: left;
  background-color: #f9f9f9;
  padding: 7px 15px;
}
.reg_info_wrap > div > p {
  color: #afafaf;
  font-size: 13px;
}
.reg_info_wrap > div > p > span {
  margin-left: 7px;
}
.verification_confirmBtn {
  position: fixed;
  bottom: 0;
}
.main_new_posting_wrap .no_data_wrap {
  left: 50%;
  transform: translateX(-50%);
  padding: 4% 0;
}
.main_new_posting_wrap .no_data_wrap > p {
  color: #cccccc;
}
.main_new_posting_wrap .no_data_wrap > p:nth-child(2) {
  margin-top: 5%;
}
.clientPopupWrap .clientContainer .privacy > label {
  top: 2px;
  margin-left: 5px;
}
.posting_list_top_wrap .left > p > span {
  margin-left: 3px;
}
.community_02 .qna_file > a > span {
  margin-left: 5px;
}
.main_button.noBtn,
.main_button.okBtn {
  left: unset !important;
  transform: unset !important;
}
.posting_content_section
  > div
  > div
  .posting_box
  .left
  .label_wrap
  .category_label.type2 {
  background-color: #1148a4 !important;
}
.posting_content_section
  > div
  > div
  .posting_box
  .left
  .label_wrap
  .category_label.type2
  > p {
  color: #ffffff !important;
}
