@charset "UTF-8";
/* =========================================================
  용인수지노인복지관 : 공통 변수
========================================================= */
/* =========================================================
  용인수지노인복지관 : 공통 믹스인 (미디어쿼리)
========================================================= */
.mo_view {
  display: none;
}

/* 게시판 목록 */
.organization_wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.organization_wrap .prf_header {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.organization_wrap .prf_header.pc_view {
  padding-bottom: 80px;
}
.organization_wrap .prf_header.mo_view {
  display: none;
}

.organization {
  width: 100%;
  position: relative;
}
.organization::before {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - 132px);
  background: #D6DDE6;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.organization .og1 {
  padding-bottom: 30px;
}
.organization .og1 .tabs {
  display: flex;
  align-items: center;
  justify-content: center;
}
.organization .og1 .tabs li a {
  display: flex;
  width: 180px;
  height: 180px;
  aspect-ratio: 1/1;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border: 10px solid #a0b4e6;
  border-radius: 999px;
  background: #223769;
}
.organization .og1 .tabs li span {
  color: #FFFFFF;
  font-family: "Pretendard";
  font-size: 1.667rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.32px;
}
.organization .og1-1 {
  padding-bottom: 30px;
  position: relative;
}
.organization .og1-1::before {
  content: "";
  display: block;
  width: 50%;
  height: 1px;
  background: #D6DDE6;
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.organization .og1-1::after {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  aspect-ratio: 1/1;
  background: #223769;
  border-radius: 50%;
  border: 10px solid #FFFFFF;
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translate(-50%, -50%);
}
.organization .og1-1 .tabs {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  position: relative;
}
.organization .og1-1 .tabs li {
  display: flex;
  flex-direction: column;
  width: 260px;
  padding: 20px 10px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 15px;
  border: 1px solid #223769;
  background: #FFFFFF;
}
.organization .og1-1 .tabs li span {
  color: #223769;
  text-align: center;
  font-family: "Pretendard";
  font-size: 1.111rem;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: -0.32px;
}
.organization .og2 {
  padding-bottom: 160px;
  position: relative;
}
.organization .og2::after {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  aspect-ratio: 1/1;
  background: #223769;
  border-radius: 50%;
  border: 10px solid #FFFFFF;
  position: absolute;
  bottom: 95px;
  left: 50%;
  transform: translate(-50%, 50%);
}
.organization .og2 .tabs {
  display: flex;
  justify-content: center;
}
.organization .og2 .tabs li {
  width: 240px;
  border-radius: 999px;
  background: #004889;
}
.organization .og2 .tabs li a {
  display: flex;
  width: 100%;
  height: 80px;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.organization .og2 .tabs li span {
  color: #fff;
}
.organization .og3 .tabs {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 60px;
  position: relative;
}
.organization .og3 .tabs::before {
  content: "";
  display: block;
  width: 850px;
  height: 1px;
  background: #D6DDE6;
  position: absolute;
  top: -95px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.organization .og3 .tabs > li {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  gap: 10px;
  position: relative;
}
.organization .og3 .tabs > li::before {
  content: "";
  display: block;
  width: 1px;
  height: 95px;
  background: #D6DDE6;
  position: absolute;
  left: 50%;
  top: -95px;
  transform: translateX(-50%);
  z-index: -1;
}
.organization .og3 .tabs > li:nth-child(2)::before {
  content: none;
}
.organization .og3 .tabs > li > a {
  display: flex;
  height: 60px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  border-radius: 15px;
  background: #A14570;
}
.organization .og3 .tabs > li > a span {
  color: #fff;
}
.organization .og3 .tabs .og_team {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
}
.organization .og3 .tabs .og_team li {
  width: 140px;
  border-radius: 15px;
  border: 1px solid #A14570;
  background: #FFFFFF;
}
.organization .og3 .tabs .og_team li a {
  width: 100%;
  display: flex;
  height: 60px;
  padding: 10px 30px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.organization .og3 .tabs .og_team li span {
  color: #333333;
  font-weight: 600;
}

#bo_list .team_table {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
#bo_list .td_position {
  width: 25%;
}
#bo_list .td_name {
  width: 12%;
  text-align: center;
}
#bo_list .td_tel {
  width: 25%;
}

.bo_fx {
  padding-top: 30px;
}
.bo_fx .bo_fx_btns {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bo_fx .bo_fx_btns .btn_le,
.bo_fx .bo_fx_btns .btn_ri {
  display: flex;
  gap: 5px;
}
.bo_fx .bo_fx_btns .btn {
  display: flex;
  gap: 5px;
  height: 50px;
  padding: 0 20px;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  font-family: Pretendard;
  font-size: 0.889rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.48px;
  cursor: pointer;
  color: #333;
  background: #f3f9ff;
  border: 1px solid #c2d4e8;
}
.bo_fx .bo_fx_btns .btn:hover {
  background: #555;
  color: #fff;
}

.well-sm .form-inline {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding-top: 30px;
}

.well-sm .form-control {
  border-radius: 20px;
  background: var(--BG-gray, #f4f6f8);
  font-family: Pretendard;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.54px;
}

.well-sm select.form-control {
  display: flex;
  width: 150px;
  height: 50px;
  padding: 0 15px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  color: var(--500, #999);
  appearance: none; /* 기본 화살표 제거 */
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("./img/select_arrow.svg") right 15px center no-repeat, var(--BG-gray, #f4f6f8);
}

.well-sm input[type=text] {
  display: flex;
  width: 280px;
  height: 50px;
  padding-left: 30px;
  align-items: center;
  gap: 30px;
}

.well-sm input[type=text]::placeholder {
  color: var(--500, #999);
}

.well-sm .btn {
  display: flex;
  height: 50px;
  padding: 0 20px;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  background: var(--Primary-Main, #042e6f);
  color: #fff;
  font-family: Pretendard;
  font-size: 0.889rem;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.48px;
  cursor: pointer;
}

/* 게시판 읽기 */
#bo_v {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
#bo_v .bo_heading h5 {
  color: #004889;
  display: flex;
  align-items: flex-end;
  gap: 20px;
}
#bo_v .bo_body .control-label {
  flex-basis: auto;
  background: transparent;
  border-right: none;
  padding-right: 0;
  text-align: left;
  font-size: 1.11rem;
  font-weight: 700;
  letter-spacing: -0.6px;
  width: 100px;
}
#bo_v .bo_body p {
  flex: 1;
  border-bottom: 1px solid #eee;
  padding: 0 10px;
  height: 60px;
  outline: none;
  display: flex;
  align-items: center;
}
#bo_v .bo_body .content_box {
  height: auto;
  padding: 20px 10px;
}
#bo_v .bo_body #bo_v_atc {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

#bo_v_top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 30px;
}

.bo_v_btns {
  display: flex;
  align-items: center;
  gap: 5px;
}
.bo_v_btns a.btn_admin {
  display: flex;
  height: 50px;
  padding: 0 20px;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  font-family: Pretendard;
  font-size: 0.889rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.48px;
  cursor: pointer;
  color: #333;
  background: #f3f9ff;
  border: 1px solid #c2d4e8;
}

/* 게시판 쓰기 */
#bo_w .organization_write {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
#bo_w .bo_heading h5 {
  color: #004889;
}
#bo_w .bo_body {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#bo_w .bo_body .form-group {
  display: flex;
  align-items: center;
}
#bo_w .bo_body select {
  cursor: pointer;
}
#bo_w .bo_body .form-control {
  flex: 1;
  border-bottom: 1px solid #eee;
  padding: 0 10px;
  height: 60px;
  outline: none;
}
#bo_w .bo_body textarea.form-control {
  text-align: left;
  width: 100%;
  height: auto;
  padding: 20px;
  background: #f4f6f8;
}
#bo_w .bo_body .row_first > div {
  display: flex;
  gap: 15px;
}
#bo_w .bo_body .row_first .popover-top {
  display: flex;
  align-items: center;
  gap: 5px;
}
#bo_w .bo_body .row_first input[type=checkbox] {
  width: 16px;
  height: 16px;
  accent-color: #042e6f;
}
#bo_w .bo_body .row_name {
  position: relative;
}
#bo_w .bo_body .row_name .form-control {
  padding-right: 130px;
}
#bo_w .bo_body .row_name .btn {
  position: absolute;
  top: 15px;
  right: 0;
  background: transparent;
  color: #999;
  cursor: pointer;
  border: 1px solid #999;
  padding: 5px;
  border-radius: 10px;
  font-size: 0.778rem;
}
#bo_w .control-label {
  flex-basis: auto;
  background: transparent;
  border-right: none;
  padding-right: 0;
  text-align: left;
  font-size: 1.11rem;
  font-weight: 700;
  letter-spacing: -0.6px;
  width: 100px;
}
#bo_w .write_btns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
#bo_w .write_btns .btn {
  border: none;
  display: flex;
  height: 50px;
  padding: 0 20px;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  font-family: Pretendard;
  font-size: 0.889rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.48px;
  cursor: pointer;
}
#bo_w .write_btns .btn.btn-primary {
  color: #fff;
  background: var(--Primary-Main, #042e6f);
}
#bo_w .write_btns .btn.btn-default {
  color: #333;
  background: #f3f9ff;
  border: 1px solid #c2d4e8;
}

/* 미디어쿼리 */
@media (max-width: 1024px) {
  .pc_view {
    display: none;
  }
  .mo_view {
    display: block;
  }
  .organization_wrap .prf_header.pc_view {
    display: none;
  }
  .organization_wrap .prf_header.mo_view {
    display: block;
    width: 100%;
  }
  .organization_wrap .prf_header.mo_view img {
    width: 100%;
  }
  .list_organization {
    padding: 20px 0;
  }
  .list_organization select {
    display: flex;
    width: 100%;
    height: 50px;
    padding: 0 15px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    border-radius: 20px;
    border: 1px solid #999;
    color: #999;
    font-family: "Pretendard";
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url("../img/select_arrow.svg") right 15px center no-repeat, #fff;
    margin: 30px 0;
  }
  #bo_list .td_position {
    width: 35%;
  }
  #bo_list .td_name {
    width: 20%;
  }
  #bo_list .td_tel {
    width: auto;
  }
}
@media (max-width: 768px) {
  .team .form-control {
    display: block;
    width: auto;
    height: auto;
    padding: 0;
    color: #555;
    background-color: #ffffff;
    background-image: none;
    border: none;
    box-shadow: none;
    transition: inherit;
    font-size: 22px;
    background: url(../../../img/sub/ep_T.png) no-repeat;
    background-position: top left;
    float: left;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .team select::-ms-expand {
    display: none; /* 화살표 없애기 for IE10, 11*/
  }
  .team .form-control:focus {
    border: none;
    box-shadow: none;
  }
  .team .form-control:focus option {
    display: none;
    border: none;
  }
  .team .form-control:focus option:checked,
  .team .form-control:focus option:hover {
    display: none;
  }
  .team .form-control:focus a {
    display: none;
  }
  .well-sm form {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  .well-sm .form-group {
    width: 100%;
  }
  .well-sm input[type=text] {
    width: 100%;
  }
  .well-sm #sfl {
    width: 100%;
    flex-shrink: 0;
  }
  .well-sm .form-control {
    font-size: 1rem;
  }
  .well-sm .btn {
    font-size: 0.778rem;
    flex-shrink: 0;
    width: 70px;
  }
  #bo_w .bo_body .form-group {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }
  #bo_w .bo_body .form-control {
    width: 100%;
    flex: none;
  }
  #bo_w .bo_body .row_name .btn {
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media (max-width: 480px) {
  #bo_list .td_name,
  #bo_list .th_name {
    display: none;
  }
  .bo_fx .bo_fx_btns .btn_admin {
    display: none;
  }
  #bo_v_top {
    flex-direction: column;
    gap: 5px;
  }
}