* {
  margin: 0;
  padding: 0;
  font-family: "noto sans kr";
  letter-spacing: -0.05rem;
  text-decoration: none;
  list-style: none;
  color: #1e1e1e;
  box-sizing: border-box;
  word-break: keep-all;
  font-style: normal;
}
img {
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  -ms-interpolation-mode: nearest-neighbor;
  image-rendering: crisp-edges;
}
body {
  /*background: #f9f9f9;*/
}
html {
  font-size: 16px;
}

/* 개별 css */
.Fixed {
  position: fixed;
}

.layout {
  padding: 0 15px;
}
.sticky {
  position: sticky;
  top: 0;
}
#mainGuard {
  width: 0;
  height: 130px;
  display: none;
}

.m_top_wrap .btnPrev {
  background: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0; /*background: url(/static/images/common/ico-top-prev.png)center no-repeat; background-size: contain;*/
  padding: 0 15px;
  height: 100%;
}
.m_top_wrap .btnPrev img {
  width: 12px;
  height: auto;
}
/* #wrap{padding-bottom: 60px;} */

.m_top_c {
  justify-content: center;
}
.m_top_wrap .title {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}
#wrap {
  padding-bottom: 60px;
}
.top {
}
.top .top-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 15px;
  padding: 10px 0 0;
}
.top .top-wrap .logo {
}
.top .top-wrap .logo a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.top .top-wrap .logo a img {
  width: 120px;
}
.top .top-wrap .notice {
  display: flex; /*width: 35px;*/
  justify-content: center;
  position: absolute;
  padding: 10px;
  right: 5px;
}
.top .top-wrap .notice img {
  width: 30px;
}
.title {
  padding: 0 15px;
  position: relative; /*margin-top: 10px;*/
}
.title-wrap {
  padding: 50px 50px 25px 0;
  position: relative;
}
.title-wrap h2 {
  font-size: 22px;
  line-height: 1.4;
  padding: 0 0 0 10px;
}
.title-wrap img {
  position: absolute;
  right: 10px;
  bottom: 0;
  width: 100px;
}
.standBy {
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  right: 4rem;
  background: #8933f6;
  padding: 5px 17px;
  border-radius: 50px;
}
.standBy::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -7px;
  border-top: 7px solid #8933f6;
  border-left: 9px solid transparent;
  border-right: 0 solid transparent;
  right: 32px;
}
.standBy p {
  font-size: 15px;
  color: #fff;
  margin-right: 5px;
}
.standBy span {
  font-size: 15px;
  color: #fff;
  font-weight: 500;
}

.section {
  margin: 0 0 10px;
}
.section .content {
  background: #fff;
  margin: 0 15px;
  box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  overflow: hidden;
}
.section .p-content {
  margin: 0 15px;
  border-radius: 10px;
  overflow: hidden;
}
.section .p-content a {
  padding: 15px;
  display: flex;
}
.section .p-content a.cont-r {
  flex-direction: row;
  align-items: center;
  position: relative;
}
.section .p-content a.cont-r::after {
  content: "";
  background: url(/static/images/common/icon_right_arrow.png) center no-repeat;
  background-size: auto;
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  right: 15px;
}
.section .p-content a.cont-r img {
  margin-right: 10px;
}
.section .p-content a.cont-c {
  flex-direction: column;
}
.section .p-content a.cont-c img {
  width: 44px;
}
.section .p-content a.cont-c .contC-img {
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
}
.section .content .cont-tit {
  padding: 20px 20px 0;
  font-size: 18px;
}
.section .content .subtit {
  font-size: 15px;
  color: #747474;
  padding: 5px 20px 0;
}
.section .btn-wrap {
  padding: 20px;
  position: relative;
}
.section button {
  width: 100%;
  text-align: center;
  padding: 12px 10px;
  border-radius: 10px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  cursor: pointer;
}
.section button.btn01 {
  background: #4478ff;
}
.section button.btn02 {
  background: #00bfcb;
}
.section button img {
  margin-right: 5px;
  width: 21px;
  height: 21px;
}
#roller-wrap {
  overflow: hidden;
  position: relative;
  height: 157px;
  clear: both;
  padding-top: 20px;
}
.roller-wrap {
  height: 50%;
}
.worker-list {
  position: relative;
  height: 100%;
  top: 0;
}
.worker-list .list {
  white-space: nowrap;
  display: flex;
  margin-bottom: 1px;
  position: absolute;
}
.worker-list .list .item {
  display: inline-flex;
  align-items: center;
  background: #f3f9ff;
  padding: 10px 8px;
  border-radius: 5px;
  margin-left: 8px;
  width: 150px;
}
.worker-list .list .item .thumb {
  width: 36px;
  height: 36px;
  object-fit: cover;
  border-radius: 50%;
  overflow: hidden;
}
.worker-list .list .item .item-info {
  margin-left: 10px;
  display: flex;
  flex-direction: column;
}
.worker-list .list .item .item-info .name {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 2px;
}
.worker-list .list .item .item-info .career {
  font-size: 13px;
  color: #696969;
  margin-left: 3px;
}
.worker-list .list .item .item-info .time {
  font-size: 13px;
  display: flex;
  align-items: center;
  color: #0068c9;
}
.worker-list .list .item .item-info .time img {
  margin-right: 3px;
  width: 16px;
}

.row-sec {
  display: flex;
}
.row-sec .p-content {
  width: 100%;
}
.row-sec .p-content:last-child {
  margin-left: 0;
}

.pCont01 {
  background: #e5f3ff;
}
.pCont02 {
  background: #ffeeee;
}
.pCont03 {
  background: #fff6d8;
}

#toolBar {
  background: #fff;
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 60px;
  box-shadow: 0 -10px 15px rgba(0, 0, 0, 0.07);
  max-width: 768px;
  z-index: 2;
} /*팝업창 아래로 배치하기 위함*/
#toolBar .tbar_wrap {
  height: 100%;
}
#toolBar .tbar_wrap .tbar_menu {
  display: flex;
  height: 100%;
}
#toolBar .tbar_wrap .tbar_menu .tbar_item {
  width: calc(100% / 4);
  position: relative;
}
#toolBar .tbar_wrap .tbar_menu .tbar_item .tbar_lnk {
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: center;
  justify-content: center;
}
#toolBar .tbar_wrap .tbar_menu .tbar_item .tbar_lnk .tbar_icon {
  width: 24px;
  height: 24px;
  margin-bottom: 5px;
  position: relative;
}
#toolBar .tbar_wrap .tbar_menu .tbar_item .tbar_lnk .tbar_icon img {
  width: 100%;
}
#toolBar .tbar_wrap .tbar_menu .tbar_item .tbar_lnk span {
  font-size: 0.8rem;
  color: #505050;
  font-weight: 500;
  line-height: 1;
}
#toolBar .tbar_wrap .tbar_menu .tbar_item .tbar_lnk.on .tbar_icon {
  background-position: 0 -24px;
}
.tbar-img-caregiver {
  background: url(/static/images/common/ico-caregiver.png) 0 0 no-repeat;
  background-size: cover;
  -ms-interpolation-mode: nearest-neighbor;
  image-rendering: pixelated;
}
.tbar-img-work {
  background: url(/static/images/common/ico-work.png) 0 0 no-repeat;
  background-size: cover;
  -ms-interpolation-mode: nearest-neighbor;
  image-rendering: pixelated;
}
.tbar-img-call {
  background: url(/static/images/common/ico-call_v2.png) 0 0 no-repeat;
  background-size: cover;
  -ms-interpolation-mode: nearest-neighbor;
  image-rendering: pixelated;
}
.tbar-img-mypage {
  background: url(/static/images/common/ico-mypage.png) 0 0 no-repeat;
  background-size: cover;
  -ms-interpolation-mode: nearest-neighbor;
  image-rendering: pixelated;
}
.tbar-img-cgwork {
  background: url(/static/images/common/ico-cgwork.png) 0 0 no-repeat;
  background-size: cover;
  -ms-interpolation-mode: nearest-neighbor;
  image-rendering: pixelated;
}
.tbar-img-caremanager {
  background: url(/static/images/common/ico-caremanager.png) 0 0 no-repeat;
  background-size: cover;
  -ms-interpolation-mode: nearest-neighbor;
  image-rendering: pixelated;
}

.header {
  /*position: fixed;*/
  background: #fff;
  top: 0;
  width: 100%;
  margin-top: 0;
}
.header .nav {
  display: flex;
  align-items: center;
  height: 56px;
  position: relative;
}
.header .nav .back {
  left: 0;
  width: 56px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .nav .back span {
  background: url(/static/images/common/icon_top_prev.png) center no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
  display: block;
}
.header .nav .sh-tit {
}
.header .nav .sh-tit h3 {
  font-weight: 500;
  font-size: 18px;
}
.header .nav .search {
  position: absolute;
  right: 0;
  width: 56px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .nav .search span {
  background: url(/static/images/common/icon_top_search.png) center no-repeat;
  background-size: cover;
  width: 24px;
  height: 24px;
  display: block;
}
.category-filter {
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 10;
}
.category-filter .filter-wrap {
  padding: 10px 0;
  overflow-x: scroll;
  position: relative;
  border-bottom: 1px solid #efefef;
}
.category-filter .filter-wrap::-webkit-scrollbar {
  display: none;
}

.category-filter .filter-wrap .swiper-wrapper {
  display: flex;
  align-items: center;
}
.category-filter .filter-wrap .swiper-wrapper .swiper-slide {
  margin-right: 5px;
  position: relative;
  display: flex;
}
.category-filter .filter-wrap .swiper-wrapper .swiper-slide:last-child {
  padding-right: 50px;
}
.category-filter .filter-wrap .swiper-wrapper .swiper-slide a {
  padding: 10px 26px 10px 8px;
  border: 1px solid #cecece;
  border-radius: 3px;
  position: relative;
  white-space: nowrap;
}
.category-filter .filter-wrap .swiper-wrapper .swiper-slide a::before {
  content: "";
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  background: url(/static/images/common/icon_filter_arrow.png) center no-repeat;
  width: 11px;
  height: 11px;
  background-size: cover;
}
.category-filter .filter-wrap .swiper-wrapper .swiper-slide:first-child {
  margin-left: 15px;
}
.category-filter .filter-wrap .swiper-wrapper .swiper-slide a span {
  font-size: 14px;
  position: relative;
  display: block;
  line-height: 1;
}
.select-wrap {
  border-bottom: 1px solid #efefef;
}
.select-wrap .select-top {
  position: relative;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  font-size: 15px;
}
/* .select-wrap .select-top::before{content: ""; background: url(/static/images/common/icon_select_arrow.png)center no-repeat; background-size: cover; display: block; width: 13px; height: 13px; position: absolute; right: 15px;} */
.select-wrap .select-top p {
  margin-right: 5px;
}
.select-wrap .select-top span {
  color: #848484;
  letter-spacing: 1.1px;
}
.select-wrap .select-top span em {
  color: #ea0000;
  font-weight: 500;
  margin-right: 2px;
}
.select-wrap .select-item {
  padding: 0px 15px;
  overflow-x: scroll;
}
.select-wrap .select-item::-webkit-scrollbar {
  display: none;
}
.select-wrap .select-item ul {
  display: flex;
  align-items: center;
}
.select-wrap .select-item ul li {
  margin-right: 5px;
  margin-bottom: 10px;
}
.select-wrap .select-item ul li:last-child {
  padding-right: 30px;
}
.select-wrap .select-item ul li a {
  display: inline-flex;
  align-items: center;
  background: #f2f2f2;
  padding: 5px 25px 5px 5px;
  border-radius: 30px;
  position: relative;
}
.select-wrap .select-item ul li a::before {
  content: "";
  background: url(/static/images/common/icon_select_delete.png) center no-repeat;
  background-size: cover;
  width: 11px;
  height: 11px;
  position: absolute;
  right: 8px;
}
.select-wrap .select-item ul li a .seItem-thumb {
  width: 26px;
  height: 26px;
  overflow: hidden;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 3px;
}
.select-wrap .select-item ul li a .seItem-name {
  font-size: 13px;
}

/* 확인완료 문구 */
.confirm-desc {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}
.confirm-desc .img {
  background: #ff2048;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
}
.confirm-desc .img img {
  width: 14px;
}
.confirm-desc p {
  color: #ff2048;
  font-size: 14px;
  width: calc(100% - 25px);
}

/* 사용자 가이드 */
.guide-wrap {
  display: flex;
  flex-direction: column;
}
.guide-wrap img {
}
.guide-wrap .guide-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 3rem 0;
}
.guide-wrap .guide-info h3 {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px;
}
.guide-wrap .guide-info p {
  font-size: 14px;
  color: #5a5a5a;
}
.guide-wrap .guide-info button {
  margin-top: 1.5rem;
  padding: 15px;
  background: #1b6cff;
  color: #fff;
  border: none;
  box-shadow: 5px 7px 15px rgba(27, 108, 255, 0.2);
  border-radius: 5px;
  font-size: 15px;
  min-width: 130px;
  text-align: center;
}

/* 실시간 간병사 문구 */
.live-description {
  display: flex;
  align-items: center;
}
.live-description img {
  width: 34px;
}
.live-description p {
}
.live-description p em {
}

.card-container {
  padding: 15px; /*background: #f9f9f9;*/
}
.card-list {
}
.card-list li {
  background: #fff;
  box-shadow: 5px 5px 12px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin-bottom: 15px;
  overflow: hidden;
  position: relative;
}
.card-list li:last-child {
  margin-bottom: 3rem;
}
.card-list li a {
  padding: 15px 30px 15px 15px;
  display: block;
  border: 2px solid #fff;
  border-radius: 10px;
}
.card-list li .card-thumb {
  width: 60px;
  height: 60px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  position: absolute;
}
.card-list li .card-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card-list li .card-txt {
  padding-left: 60px;
  margin-left: 10px;
}
.card-list li .card-txt > p {
  margin-bottom: 5px;
}
.card-list li .card-txt .item-tit {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 5px;
}
.card-list li .card-txt .detail {
  display: flex;
}
.card-list li .card-txt .detail span {
  font-size: 14px;
  color: #666;
}
.card-list li .card-txt .detail span::after {
  content: "·";
  margin: 0 2px;
}
.card-list li .card-txt .detail span:last-child::after {
  content: none;
}
.card-list li .card-txt .detail-info {
  display: flex;
  align-items: center;
}
.card-list li .card-txt .detail-info .review {
  font-size: 14px;
  color: #666666;
  display: inline-flex;
  align-items: center;
  margin-right: 10px;
}
.card-list li .card-txt .detail-info .review img {
  width: 15px;
  margin-right: 3px;
}
.select-list {
}
.select-list li a {
}
.select-list .apply-check {
  width: 40px;
  height: 40px;
}
.select-list .apply-check:after {
  width: 36px;
  height: 36px;
  top: 1px;
  left: 1px;
}
.merit-area {
  display: flex;
  align-items: center;
  font-size: 14px;
  margin-top: 8px;
}
.merit-area span {
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.merit-area span img {
  width: 16px;
}
.merit-area .time {
}
.merit-area .time img {
  margin-right: 5px;
}
.merit-area .label-merit {
  color: #ff4539;
}
.merit-area .label-merit em {
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ff4539;
  border-radius: 50%;
  margin-right: 5px;
}
.merit-area .label-merit em img {
  width: 12px;
  height: 12px;
}
.apply-time {
  position: absolute;
  right: 10px;
  top: 15px;
}
.apply-time p {
  font-size: 11px;
  border: 1px solid #00c389;
  border-radius: 50px;
  padding: 3px 7px;
  color: #00c389;
  background: #f5fffc;
}

.apply-check {
  position: absolute;
  right: 15px;
  top: 15px;
  background: none;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #bbbbbb;
  transition: 0.1s;
}
.apply-check::after {
  content: "";
  background: url(/static/images/common/icon_apply_check02.png) no-repeat;
  background-size: cover;
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: 1;
  background-position: center top;
}
.apply-check img {
  width: 26px;
}
.apply-check.active {
  background: #4478ff;
  border-color: #4478ff;
  border-radius: 30px; /*width: 64px;*/
}
/* .apply-check.active::before{content:"선택됨"; display: inline-block; position: relative; color: #fff; font-size: 13px; right: 8px;} */
.apply-check.active::after {
  background-position: center bottom;
  right: 0;
  left: inherit;
}
.apply-check.active + a {
  border-color: #4478ff;
}

.bot-wrap {
  bottom: 0;
  width: 100%;
  background: #fff;
  padding: 15px;
  max-width: 768px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  display: flex;
  z-index: 100;
}
.bot-wrap button {
  text-align: center;
  width: 100%;
  padding: 10px;
  border: none;
  font-size: 16px;
  font-weight: 500;
  border-radius: 5px;
}
.bot-wrap .apply-btn {
  background: #1b6cff;
  color: #fff;
}
.bot-wrap .before-btn {
  width: 150px;
  margin-right: 10px;
  color: #5a5a5a;
  background: #f0f0f0;
}

.popup {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
.popup .deem {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-x: hidden; /*overflow-y: scroll;*/
}
.bottom-sheet {
  background: #fff;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  min-height: 400px;
  border-radius: 10px 10px 0 0;
  padding: 20px 0 65px;
}
.bottom-sheet .sub-menu {
  width: 100%;
  overflow-x: scroll;
  margin-bottom: 10px;
}
.bottom-sheet .sub-menu::-webkit-scrollbar {
  display: none;
}
.bottom-sheet .sub-menu .swiper {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
.bottom-sheet .sub-menu .swiper a {
  margin-right: 12px;
  font-size: 18px;
  font-weight: 600;
  color: #ccc;
  white-space: nowrap;
  display: block;
}
.bottom-sheet .sub-menu .swiper a.on {
  color: #333;
}
.bottom-sheet .sub-menu .swiper a:first-child {
  margin-left: 20px;
}
.bottom-sheet .sub-menu .swiper a:last-child {
  padding-right: 50px;
}
.item-container {
  margin: 0 20px;
  position: relative;
}
.item-container .item {
  padding: 15px 0;
}
.item-container .item:last-child {
  border-bottom: 0;
}
.item-container .item .question {
  font-weight: 500;
  position: relative;
  padding-left: 20px;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-size: 18px;
}
.item-container .item .question::before {
  content: "";
  background: url(/static/images/common/icon_clinic_question.png) center
    no-repeat;
  background-size: cover;
  width: 14px;
  height: 14px;
  display: block;
  position: absolute;
  left: 0;
}
.item-container .item .answer-item input[type="text"] {
  border: 1px solid red;
}
.item-container .item .answer-item a {
  display: inline-block;
  font-weight: 500;
  min-width: 50px;
  text-align: center;
  padding: 6px 20px;
  border: 1px solid #d3d3d3;
  border-radius: 3px;
  margin: 0 6px 5px 0;
  color: #767676;
}
.item-container .item .answer-item ul {
  display: flex;
  flex-wrap: wrap;
}
.item-container .item .answer-item ul li {
  position: relative;
  margin: 0 6px 5px 0;
}
.item-container .item .answer-item ul li input {
  position: absolute;
  width: 100%;
  height: 100%;
  border: none;
  opacity: 0;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.item-container .item .answer-item ul li input:checked + label {
  background: #f9fcff;
  border-color: #6384e5;
  color: #6384e5;
}
.item-container .item .answer-item ul li label {
  padding: 6px 20px;
  font-weight: 500;
  min-width: 50px;
  text-align: center;
  border: 1px solid #d3d3d3;
  border-radius: 3px;
  color: #767676;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 70px;
}
.clinic-search {
  max-height: 350px;
  overflow-y: scroll;
}
.clinic-search::-webkit-scrollbar {
  display: none;
}
.item-container .item .search {
  position: relative;
  margin-bottom: 15px;
}
.item-container .item .search input {
  width: 100%;
  padding: 5px 10px;
  height: 44px;
  border: 1px solid #e1e1e1;
  background: #fafafa;
  border-radius: 5px;
  font-size: 15px;
}
.item-container .item .clinic-search input[type="text"] {
  width: 100%;
  padding: 5px 10px;
  height: 44px;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  font-size: 15px;
}
.item-container .item .search input::placeholder {
  font-size: 15px;
}
.item-container .item .search label {
  background: url(/static/images/common/ico-submit.png) center no-repeat;
  background-size: cover;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  text-indent: -9999px;
}
.clinic-list {
  background: #f9f9f9;
  padding: 0 10px;
}
.clinic-list ul {
}
.clinic-list ul li {
  position: relative;
  padding: 15px 10px;
  border-bottom: 1px solid #ececec;
}
.clinic-list ul li:last-child {
  border-bottom: 0;
}
.clinic-list ul li .name {
  font-size: 15px;
  font-weight: 500;
  color: #4b4b4b;
  margin-bottom: 5px;
}
.clinic-list ul li .detail {
  font-size: 14px;
  color: #9f9f9f;
}
.clinic-list ul li .detail span {
  font-size: 14px;
  color: #9f9f9f;
}
.clinic-list ul li .apply-check {
  right: 5px;
  top: 15px;
}
.button-container {
  position: absolute;
  width: 100%;
  bottom: 0;
  display: flex;
  align-items: center;
  padding: 10px 15px;
  background: #fff;
  border-top: 1px solid #d9d9d9;
}
.button-container .bot-btn {
  text-align: center;
  padding: 10px;
  border: none;
  font-size: 16px;
  font-weight: 500;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.button-container .reset {
  background-color: #f1f1f1;
  color: #555;
  width: 100px;
  margin-right: 10px;
}
.button-container .reset img {
  width: 22px;
  margin-right: 3px;
}
.button-container .submit {
  background: #0071d9;
  color: #fff;
  width: calc(100% - 100px);
}
.popup-close {
  width: 30px;
  height: 30px;
  background: #888888;
  border-radius: 50%;
  position: absolute;
  z-index: 0;
  top: 15px;
  right: 10px;
  border: none;
}
.popup-close::before {
  content: "";
  background: url(/static/images/common/ico-close-popup-wh.png) center no-repeat;
  background-size: cover;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 14px;
  height: 14px;
  transform: translate(-50%, -50%);
}
.popup-next {
  position: absolute;
  right: 10px;
  bottom: 75px;
  z-index: 2;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: none;
  color: #fff;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  box-shadow: 3px 3px 12px rgba(87, 114, 255, 0.3);
  background: rgb(39, 20, 255);
  background: -moz-linear-gradient(
    -45deg,
    rgba(39, 20, 255, 1) 1%,
    rgba(92, 109, 255, 1) 100%
  );
  background: -webkit-linear-gradient(
    -45deg,
    rgba(39, 20, 255, 1) 1%,
    rgba(92, 109, 255, 1) 100%
  );
  background: linear-gradient(
    135deg,
    rgba(39, 20, 255, 1) 1%,
    rgba(92, 109, 255, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2714ff', endColorstr='#5c6dff',GradientType=1 );
}
.popup-next img {
  width: 12px;
}

.search-caregiver-comment {
  color: white;
  margin: 0px;
  font-size: 11px;
  font-weight: 500;
}

.search-comment-wrap {
  display: inline-flex;
  border-radius: 5px;
  position: absolute;
  padding: 4px;
  min-width: 60px;
  justify-content: center;
  z-index: 999;
  right: 0px;
  top: -10px;
  transform: translate(-50%);
  background: rgb(225, 4, 103); /* Old browsers */
  background: -moz-linear-gradient(
    left,
    rgba(225, 4, 103, 1) 1%,
    rgba(174, 94, 247, 1) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    rgba(225, 4, 103, 1) 1%,
    rgba(174, 94, 247, 1) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    rgb(201 4 225) 1%,
    rgb(112 23 255) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e10467', endColorstr='#ae5ef7',GradientType=1 ); /* IE6-9 */
}

.search-comment-wrap:before {
  border-top: 5px solid;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 0px solid transparent;
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  color: #9a0ef0;
  content: "";
}

/* 간병신청하기 단계 ui */
.step-wrap {
  padding: 0 20px;
  margin-top: 25px;
}
.step-wrap .step {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.step-wrap .step li {
  position: relative; /*width: calc(100% / 5 - 4px);*/
  width: 100%;
}
.step-wrap .step li.on span {
  background: #00be85;
  color: #fff;
  text-indent: -9999px;
}
.step-wrap .step li.on span::before {
  content: "";
  background: url(/static/images/common/icon_apply_check02.png) no-repeat;
  color: #fff;
  display: block; /*font-size: 12px; font-weight: bold; z-index: 4; text-indent: 0; left: 50%; top: 50%; transform: translate(-50% , -50%);*/
  position: absolute;
  background-position: left bottom;
  width: 20px;
  height: 20px;
  background-size: cover;
}
.step-wrap .step li.on em {
  color: #333;
}
.step-wrap .step li ~ li:before {
  content: "";
  height: 2px;
  background: #ebebeb;
  width: calc(100% - 30px);
  display: block;
  border-radius: 2px;
  position: absolute;
  right: calc(100% + 5px);
  top: 10px;
  transform: translateY(-50%);
}
.step-wrap .step li span {
  display: flex;
  width: 20px;
  height: 20px;
  background: #ebebeb;
  border-radius: 50%;
  font-size: 12px;
  align-items: center;
  justify-content: center;
  line-height: 1;
  color: #777;
  position: relative;
}
/* .step-wrap .step li span:before{content: ""; height: 2px; background: #ebebeb; width: calc(100% - 24px); display: block; border-radius: 2px; position: absolute; right:0; top: 50%; transform: translateY(-50%);} */
.step-wrap .step li em {
  /*position: absolute;*/
  left: 0;
  font-size: 13px;
  font-weight: 500;
  color: #a1a1a1;
  white-space: nowrap;
}

.bot-explanation {
  background: #fff;
  position: absolute;
  width: 100%;
  bottom: 0;
  border-radius: 10px 10px 0 0;
  padding: 20px;
}
.bot-explanation-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.bot-explanation-wrap .explain-img {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}
.bot-explanation-wrap .explain-img img {
  width: 100px;
}
.bot-explanation-wrap strong {
  display: block;
  margin-bottom: 10px;
  font-size: 17px;
}
.bot-explanation-wrap p {
  font-size: 15px;
}
.bot-explanation-wrap button {
  width: 100%;
  background: #4478ff;
  color: #fff;
  border: none;
  padding: 10px;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 500;
  margin-top: 25px;
}

/* 전화번호 인증 */
/* 번호 인증 */
#joinContent {
}
#joinContent .join_form_area {
  background: #f8f8f8;
}
.join_form_area .join_tit_area {
  /*margin-top: 20px; background:#f8f8f8; padding:15px;*/
}
.join_form_area .join_tit_area .join_tit_wrap {
  background: #fff;
  display: flex;
  padding: 20px 15px;
  align-items: center; /*border-radius: 10px; box-shadow: 5px 5px 15px rgba(0,0,0,0.1);*/
  margin-bottom: 10px;
}
.join_form_area .join_tit_area img {
  width: 60px;
  margin-right: 10px;
}
.join_form_area .join_tit_area h1 {
  font-size: 17px;
  font-weight: 600;
}
.join_form_area .join_tit_area p {
  font-weight: 500;
  color: #777777;
  margin-top: 5px;
  font-size: 14px;
}
.join_form_area .tit_step {
  /*padding: 10px; background: #f8f8f8;*/
}
.join_form_area .tit_step h1 {
  font-size: 20px;
  margin-bottom: 10px;
}
.join_form_area .tit_step p {
  color: #9a9a9a;
  font-size: 14px;
  font-weight: 500;
}
.join_form_area .tit_step .step_1,
.join_form_area .tit_step .step_2 {
  position: relative;
  background: #fff;
  padding: 20px 15px; /*border-radius: 10px; box-shadow: 5px 5px 15px rgb(0 0 0 / 10%);*/
  margin-bottom: 10px;
}
.join_form_area .tit_step .step-img {
  width: 92px;
  height: 18px;
  top: 0;
  display: block;
  margin-bottom: 10px;
}
.join_form_area .tit_step .step_1 .step-img {
  background: url(/static/images/common/img-step.png) 0 0 no-repeat;
  background-size: 92px;
}
.join_form_area .tit_step .step_2 .step-img {
  background: url(/static/images/common/img-step.png) 0 -18px no-repeat;
  background-size: 92px;
}
.join_form_area ul {
  /*background: #EEF2F8;*/
}
.join_form_area ul > li {
  background: #fff;
  padding: 15px;
}
.join_form_area ul > li ~ li {
  margin-top: 6px; /*border-top: 1px solid #ececec;*/
}
.join_form_area ul > li .Srch_tit {
  font-weight: 600;
  display: inline-flex;
  position: relative;
  z-index: 1;
  align-items: center;
}
/* .join_form_area ul > li .Srch_tit::before{ content: ""; width: 13px; height: 2px; background: #678FFF; display: block;  position: absolute;  z-index: -1; top: -2px; left: 1px;} */
.join_form_area ul > li .Srch_tit::before {
  content: "";
  width: 100%;
  height: 12px;
  background: #f0f7ff;
  display: block;
  position: absolute;
  z-index: -1;
  bottom: -1px;
  left: 2px;
}
.join_form_area ul > li .Srch_tit .tip {
  font-size: 12px;
  color: #acacac;
  font-weight: 400;
  position: absolute;
  left: calc(100% + 7px);
  white-space: nowrap;
}
.Srch_tit .red {
  color: #ff4e2a;
  position: absolute;
  right: -10px;
  top: 3px;
}
.join_form_area ul > li .selGrp {
  display: flex;
  flex-wrap: wrap;
  padding-top: 13px;
  align-items: center;
  font-weight: 500;
  position: relative;
}
.join_form_area ul > li .selGrp input {
  border: 1px solid #d6d6d6;
  width: 100%; /*height: 46px;*/
  border-radius: 5px;
  padding: 10px;
}
.join_form_area ul > li .selGrp input#career {
  width: 100px;
  margin-right: 10px;
}
.join_form_area ul > li .selGrp input::placeholder {
  color: #b4b4b4;
  font-size: 14px;
}
.join_form_area ul > li .selGrp li {
  position: relative;
  margin: 7px 10px 0 0;
  min-width: calc(100% / 3 - 10px);
}
.join_form_area ul > li .selGrp li input {
  position: absolute;
  width: 100%;
  height: 100%;
  border: none;
  opacity: 0;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.join_form_area ul > li .selGrp li input + label {
  border: 1px solid #e1e1e1;
  padding: 8px 5px;
  border-radius: 5px;
  display: flex;
  min-width: 75px;
  text-align: center;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 14px;
}
.join_form_area ul > li .selGrp li input:checked + label {
  background: #f9fcff;
  border-color: #6384e5;
  color: #6384e5;
}
.join_form_area ul > li .selGrp select {
  border: 1px solid #e1e1e1;
  height: 42px;
  padding: 0 10px;
  font-weight: 500;
  font-size: 14px;
}
.join_form_area ul > li .selGrp select ~ select {
  margin-left: 10px;
}
.join_form_area ul > li .selGrp .refer {
  font-size: 18px;
  font-weight: 500;
  color: #ff4e2a;
  margin-top: 5px;
}
.join_form_area ul > li .selGrp .join_check,
.join_form_area ul > li .selGrp .countdown {
  position: absolute;
  right: 10px;
  color: #ff4e2a;
  font-weight: 500;
  font-size: 16px;
}
.join_form_area ul > li .selGrp .join_check img {
  width: 15px;
}
.join_form_area ul > li .selGrp .rqst_tel {
  /*height: 50px;*/
  padding: 10px;
  background: #616161;
  color: #fff;
  border: 0;
  width: 100%;
  border-radius: 5px;
  font-weight: 500;
  font-size: 14px;
}
.join_form_area ul > li .selGrp .img_rgst_btn {
  padding: 10px;
  width: 100%;
  border-radius: 5px;
  font-weight: 500;
  border: none;
}
.join_form_area ul > li .selGrp textarea {
  width: 100%;
  padding: 10px;
  height: 250px;
}
.join_form_area ul > li .selGrp textarea::placeholder {
  font-size: 14px;
}
.join_form_area ul > li .ascImg {
  justify-content: center;
}
.join_form_area ul > li .ascImg .prof-img {
  /*border: 1px solid #D6D6D6;*/
  width: 260px;
  max-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center; /*background: #fafafa;*/
  overflow: hidden;
}
.join_form_area ul > li .ascImg .prof-img img {
  height: 100%; /*min-height: 100%; width: -webkit-fill-available;*/
  max-width: 100%;
}
.join_form_area ul > li .profImg {
  justify-content: center;
}
.join_form_area ul > li .profImg .prof-img {
  width: 86px;
  height: 86px;
  border-radius: 50%;
  overflow: hidden;
}
.join_form_area ul > li .profImg .prof-img img {
  min-width: 100%;
  height: 100%;
  object-fit: contain;
}
.join_form_area ul > li .invite-img {
  display: flex;
  justify-content: center;
  align-items: center;
}
.join_form_area ul > li .invite-img img {
  width: 160px;
}
.join_btn_area {
  margin: 0 0 10px;
} /*margin-bottom은 왜있는지?*/
.join_btn_area button {
  /*font-size: 16px;*/
}
.img_rgst_refer {
  /*
  background: -moz-linear-gradient(left,  #32cba6 0%, #3899d1 100%);
  background: -webkit-linear-gradient(left,  #32cba6 0%,#3899d1 100%);
  background: linear-gradient(to right,  #67c8ff 0%,#4fbdfc 100%);*/
  background: #0540c5;
  padding: 10px 12px;
  position: relative;
  margin-top: 10px;
  animation: imgRegisterBounce 2s linear infinite;
  border-radius: 5px;
}
.img_refer {
  padding-top: 5px;
  display: inline-block;
}
.img_rgst_refer:before {
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 7px solid #0540c5;
  position: absolute;
  display: block;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.img_rgst_refer p {
  font-weight: 500;
  line-height: 1.4;
  padding-left: 28px;
  position: relative;
  color: #fff;
  font-size: 12px;
}
.img_rgst_refer img {
  width: 22px;
  height: 22px;
  margin-right: 7px;
  position: absolute;
}
.join_form_area ul > li .item_refer {
  margin-top: 15px;
  background: #fffcdf;
  padding: 10px;
  border-radius: 5px;
}
.join_form_area ul > li .item_refer p {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3;
}

/* 간병장소 디테일 팝업 */
.mid-sheet {
  position: fixed;
  left: 50%;
  top: 50%;
  background: #fff;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  padding: 20px;
  width: 300px;
}
.place-popup {
}
.place-popup h3 {
  margin-bottom: 20px;
}
.place-popup .detail-wrap {
  margin-bottom: 15px;
}
.place-popup .detail-wrap .name {
  font-size: 15px;
  font-weight: 500;
  color: #4b4b4b;
  margin-bottom: 5px;
}
.place-popup .detail-wrap .detail {
  font-size: 14px;
  color: #9f9f9f;
}
.place-popup .define-check {
  margin-top: 10px;
}
.place-popup .define-check input {
}
.place-popup .define-check label {
  font-size: 14px;
}
.place-popup .mid-popup-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
.place-popup .mid-popup-btn button {
  border: none;
  width: calc(100% / 2 - 5px);
  font-size: 14px;
  padding: 10px;
  border-radius: 5px;
}
.place-popup .mid-popup-btn button.before-btn {
  background: #e9e9e9;
  color: #333;
}
.place-popup .mid-popup-btn button.apply-btn {
  background: #0068c9;
  color: #fff;
}

/* 자주묻는질문 */
.tab-navigation {
  position: sticky;
  top: 0;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #efefef;
  z-index: 1;
}
.tab-navigation .faq-tab {
  background: #fff;
  width: calc(100% / 2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 0;
  color: #747474;
}
.tab-navigation .faq-tab:active::before {
}
.tab-navigation .faq-tab.active {
  position: relative;
  color: #4478ff;
  font-weight: 500;
}
.tab-navigation .faq-tab.active::after {
  content: "";
  height: 2px;
  background: #4478ff;
  display: block;
  position: absolute;
  width: 100%;
  bottom: 0;
}
.faq-list-wrap {
}
.faq-list-wrap ul {
}
.faq-list-wrap ul li {
  transition: 0.3s;
}
.faq-list-wrap ul li.over {
  background: #f3f7fb;
}
.faq-in-wrap {
}
.faq-in-wrap a {
  padding: 1.2rem 1.8rem;
  position: relative;
  margin: 0 20px;
  border-bottom: 1px solid #f1f1f1;
  display: flex;
}
.faq-in-wrap a::before {
  content: "";
  background: url(/static/images/common/ico_dropboxDown_arrow.png) center
    no-repeat;
  background-size: cover;
  width: 12px;
  height: 6px;
  display: block;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
}
.faq-in-wrap .num {
  font-family: "roboto";
  font-weight: bold;
  color: #658cf1;
  margin-right: 5px;
  position: absolute;
  left: 0;
  top: 21px;
  width: 19px;
  text-align: center;
}
.faq-in-wrap .pcont {
  font-size: 15px;
  font-weight: 500;
}
.faq-in-cont {
  display: none;
}
.faq-in-cont.slideDown {
  height: auto;
}
.faq-in-cont .faq-contents {
  padding: 20px; /*background: #f3f7fb;*/
}
.faq-in-cont .faq-contents p {
  font-size: 15px;
  margin-bottom: 7px;
  line-height: 1.5;
}

/* 간병사 상세 정보 */
.layout {
  padding: 0 15px;
}
.info_wrap {
  display: block;
}
.caregiver-info {
  padding: 10px 20px 0;
  display: flex;
  flex-direction: column;
}
.profile {
  display: flex;
  padding: 10px 20px; /*border-bottom: 6px solid #f3f3f3;*/
  background: #fff;
  flex-direction: column;
}
.profile-top {
  display: flex;
}
.profile-top .thumb {
  margin-right: 15px;
}
.profile-top .thumb a {
  width: 80px;
  height: 80px;
  overflow: hidden;
  display: flex;
  border-radius: 10px;
}
.profile-top .thumb .thumb-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.per-info-wrap {
  display: block;
  margin-top: 15px;
}
.per-info-wrap .per-info {
  display: flex;
  font-size: 14px;
  position: relative;
  margin-bottom: 8px;
  font-weight: 500;
}
.per-info-wrap .per-info dt {
  color: #7e7e7e;
  left: 0;
  width: 90px;
  color: #1e1e1e;
}
.per-info-wrap .per-info dd {
  width: calc(100% - 90px);
  color: #777777;
}

.item-info {
}
.item-info .item-top {
}
.item-info .item-tit {
  margin-bottom: 5px;
}
.item-info .item-tit .name {
  font-size: 20px;
}
.item-info .detail-info {
  display: flex;
  align-items: center;
}
.item-info .detail-info .review {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #666;
  margin-right: 10px;
}
.item-info .detail-info .review img {
  width: 15px;
  margin-right: 5px;
}
.introduce {
  background: #fff; /*padding: 0px 20px; margin-top: 6px; border-top: 6px solid #efefef; min-height: calc(100vh - 300px);*/
  height: 100%;
  min-height: 30px;
}
.introduce strong {
  font-size: 15px;
  margin-bottom: 10px;
  display: block;
}
.introduce p {
  font-size: 15px;
}
.introduce-wrap::before {
  content: "";
  display: block;
  /* width:300px; */
  border-top: 1px solid #e6e6e6;
  /* justify-content: center; */
}

.main-wrap {
  width: 100vw;
  height: 100vh;
}
/* .container{max-width: 440px; width: 100%;} */
#toolBar {
  display: none;
}
.main-bg {
  background: url(/static/images/page/userPage_bg.jpg) center no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
}
.main-container {
  display: flex;
  justify-content: space-between;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  height: 100%;
}
.main-left-contents {
  width: 50%;
  display: flex;
  align-items: flex-end;
  z-index: 1;
  justify-content: center;
}
.main-left-wrap {
  margin-bottom: 11rem;
  margin-left: 20px;
  width: 80%;
}
.main-top-txt {
  margin-bottom: 2rem;
}
.main-top-txt p {
  font-size: 36px;
  margin-bottom: 10px;
  color: #fff;
}
.main-top-txt h1 {
  font-size: 52px;
  line-height: 1.3;
  color: #fff;
}
.main-top-txt h1 em {
  color: #fff;
}
.main-top-txt h1 .highlight {
  color: #fff;
  position: relative;
  line-height: 1;
  display: inline-block;
}
.main-top-txt h1 .highlight:before {
  content: "";
  display: block;
  background: #533dff;
  width: calc(100% + 6px);
  height: calc(100% + 10px);
  position: absolute;
  left: -3px;
  z-index: -1;
  bottom: -5px;
}
.main-desc {
  margin-bottom: 2rem;
}
.main-desc p {
  font-size: 17px;
  color: #fff;
  line-height: 1.6;
}
.download-wrap {
  padding: 0 20px;
}
@keyframes btnMotion {
  0% {
    top: 5px;
  }
  100% {
    top: 0px;
  }
}
.download-wrap .app-down-btn {
  border-radius: 50px;
  font-size: 20px;
  height: 70px;
  position: relative;
  padding-left: 40px; /*animation: btnMotion 0.5s cubic-bezier(.5, 0.05, 1, .5) 1s infinite;*/
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff1e52+0,ff6c0a+100 */
  background: #ff1e52; /* Old browsers */
  background: -moz-linear-gradient(
    left,
    #ff1e52 0%,
    #ff6c0a 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    #ff1e52 0%,
    #ff6c0a 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    #ff1e52 0%,
    #ff6c0a 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff1e52', endColorstr='#ff6c0a',GradientType=1 ); /* IE6-9 */
}
.download-wrap .app-down-btn .down-img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 2px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 12px;
}
.download-wrap .app-down-btn .down-img::before {
  content: "";
  display: block;
  background: url(/static/images/page/icon_app_download.png) center top;
  width: 25px;
  height: 25px;
  background-size: cover;
}
.download-btn-wrap {
}
.download-btn-wrap button {
}
.download-btn-wrap button img {
}
.main-right-contents {
  width: 45%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.mobile-wrap {
  /*background: url(/static/images/page/mobile_frame02.png)center no-repeat; background-size: cover; width: 600px; height: 936px; */
  position: relative;
}
.frame-bg {
  background: url(/static/images/page/mobile_frame.png) center no-repeat;
  background-size: cover;
  width: 430px;
  height: 800px;
}
.mo-frame {
  width: 79%; /*background: #fff;*/
  max-height: 695px;
  height: 100%;
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin-top: 10px;
  border-radius: 10px 10px 40px 40px;
  overflow: hidden;
}
/* .mo-frame::before{content: ""; width: 100%; position: absolute; height: 50px; top: 0; left: 0;
  background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
  background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
  } */
.frame-scroll {
  overflow-y: scroll;
  max-height: 695px;
  padding-bottom: 20px;
}
.frame-scroll::-webkit-scrollbar {
  display: none;
  appearance: none;
}
/* .mo-frame .frame-top{display:block; background:#fff; width: 100%; height: 10px;} */
.bg-white {
  display: block;
  position: absolute;
  width: 81%;
  background: #fff;
  height: 750px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 40px;
  z-index: -1;
}
.main-download-wrap {
}
.main-download-wrap p {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
}
.down-btn-wrap {
  display: flex;
  flex-wrap: wrap;
}
.down-btn-wrap .down-btn {
  background: #4100df;
  color: #fff;
  border: none;
  display: flex;
  align-items: center;
  font-size: 15px;
  padding: 15px;
  margin: 0 7px 7px 0;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  cursor: pointer;
}
.down-btn-wrap .down-btn:hover {
  background: #3200ab;
}
.down-btn-wrap .down-btn img {
  margin-right: 10px;
}

@media screen and (max-width: 1280px) {
  .main-top-txt h1 {
    font-size: 48px;
  }
  .main-top-txt p {
    font-size: 32px;
  }
  .main-top-txt h1 .highlight:before {
    height: calc(100% + 6px);
  }
}

@media screen and (max-width: 768px) {
  .container {
    width: 100%;
    min-height: 100vh;
    height: 100%;
    margin: auto;
  }
  .main-left-contents {
    display: none;
  }
  .main-right-contents {
    width: 100%;
  }
  .main-bg {
    display: none;
  }
  .frame-bg {
    display: none;
  }
  .mo-frame {
    position: relative;
    width: 100%;
    margin-top: 0;
    top: 0;
    left: 0;
    transform: translate(0, 0);
    border-radius: 0;
    overflow: initial;
  }
  .frame-scroll {
    max-height: fit-content;
    overflow-y: initial;
  }
  .frame-scroll::-webkit-scrollbar {
    display: initial;
    appearance: initial;
  }
  .mobile-wrap {
    width: 100%;
    height: 100%;
  }
}

/* 나의 간병신청 내용 확인 */
.result-none {
  display: flex;
  height: calc(100vh - 56px);
}
.result-none-wrap {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  margin: 3rem auto 0;
  position: relative;
}
.result-none-wrap img {
  width: 100px;
}
.result-none-wrap .none-desc {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-top: 1rem;
}
.result-none-wrap .none-desc strong {
  margin-bottom: 15px;
}
.result-none-wrap .none-desc p {
  font-size: 14px;
  color: #7e7e7e;
  line-height: 1.6;
}
.result-none-wrap .none-desc p em {
  font-weight: 500;
  color: #4478ff;
  position: relative;
}
.result-none-wrap .none-desc p em::before {
  content: "";
  height: 10px;
  position: absolute;
  background: #f1f7ff;
  width: 100%;
  bottom: -2px;
  z-index: -1;
  left: 0;
}
.result-none-wrap .none-desc button {
  margin-top: 30px;
  background: none;
  border: 1px solid #1b6cff;
  border-radius: 50px;
  padding: 10px;
  min-width: 200px;
  display: block;
  font-weight: 500;
  font-size: 14px;
  color: #1b6cff;
}
.result-none-wrap .none-desc button:hover,
.result-none-wrap .none-desc button:focus {
  background: #1b6cff;
  color: #fff;
}
.card-btn-wrap {
  padding: 0 15px 15px;
}
.card-btn-wrap .confirm-btn {
  width: 100%;
  padding: 10px;
  font-size: 14px;
  border-radius: 5px;
  text-align: center;
  font-weight: 500;
  border: none;
  background: #ecf6ff;
  color: #005ebf;
}
.inCharge-notice {
  margin: 1rem 0 1.5rem;
}
.inCharge-notice h2 {
  font-size: 20px;
}

/* 나의 간병신청 확인 */
.myrequest-container {
}
.myrequest-item {
  background: #fff;
  border: 1px solid #efefef;
  border-radius: 10px;
  box-shadow: 5px 5px 12px rgba(0, 0, 0, 0.1);
  padding: 15px;
  position: relative;
}
.myrequest-wrap {
  border-bottom: 1px solid #efefef !important;
  padding: 15px 0 !important;
}
.myrequest-wrap:nth-last-of-type() {
  border-bottom: none;
}
.myrequest-item .request-info-btn {
  width: 100%;
  background: #1b6cff;
  color: #fff;
  padding: 10px;
  border: none;
  font-size: 15px;
  font-weight: 500;
  border-radius: 5px;
}
.myrequest-item .request-detail {
}
.myrequest-item .request-detail.on {
}
.myrequest-item .request-detail .request-detail-info {
  display: none;
}
.myrequest-item .request-detail .request-detail-info.on {
}
.myrequest-item .work-state {
  display: inline-flex;
  margin-top: 20px;
}
.myrequest-item .work-state span {
  color: #fff;
  display: block;
  background: #23d9b2;
  font-size: 15px;
  font-weight: 500;
  padding: 5px 10px;
  border-radius: 50px;
  min-width: 100px;
  text-align: center;
}
.myrequest-item .category {
  display: flex;
  position: relative;
}
.myrequest-item .category .ctgr-item {
  font-weight: 500;
  font-size: 18px;
}
.myrequest-item .description {
}
.myrequest-item .description .dtlSrch-wrap {
  border-bottom: 1px solid #e1e1e1;
  padding: 20px 0;
}
.myrequest-item .description .request-tit {
  font-size: 17px;
}
.myrequest-item .description .mb-3 {
  margin-top: 15px;
}
.myrequest-item .description .mb-3 .form-label {
  font-size: 15px;
  font-weight: 500;
  display: block;
  margin-bottom: 5px;
}
.myrequest-item .description .mb-3 .selGrp {
  color: #9f9f9f;
  font-size: 15px;
}
.myrequest-item .description .mb-3 .selGrp input {
}
/* .myrequest-item .description .mb-3 .selGrp input:not(:checked){display: none;}
.myrequest-item .description .mb-3 .selGrp input:not(:checked) + label{display: none;} */
.myrequest-item .description .mb-3 .selGrp label {
}
.myrequest-item .description .mb-3 .selGrp textarea {
  width: 100%;
  padding: 10px;
  border: none;
}
.myrequest-item .bot-btn {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.myrequest-item .bot-btn button {
  width: calc(100% / 2 - 5px);
  text-align: center;
  padding: 10px;
  font-size: 15px;
  font-weight: 500;
  border-radius: 5px;
}
.myrequest-item .bot-btn button.pullUp-btn {
  background: #f4f4f4;
  color: #7a7a7a;
  border: 1px solid #f4f4f4;
}
.myrequest-item .bot-btn button.cnt-btn {
  border: 1px solid #4478ff;
  color: #4478ff;
  background: none;
}

/* 간병신청내용 확인 */
.request-item {
  padding: 15px 20px;
  border-bottom: 5px solid #efefef;
  background: #fff;
}
.request-item:not(:last-child) {
}
.request-item:nth-last-of-type(1) {
  margin-bottom: 84px;
  border-bottom: 0;
}
.request-item .tit-img {
  display: block;
  background: url(/static/images/common/icon_requestInfo.png) center no-repeat;
  background-size: cover;
  width: 80px;
  height: 52px;
  margin: 10px 0 25px;
}
.request-item .tit-txt {
  font-weight: 600;
}
.request-item .cost {
  font-size: 24px;
}
.request-item .cost em {
  color: #1b6cff;
}
.request-item .cost span {
  font-size: 13px;
  font-weight: 400;
  color: #393939;
  display: inline-block;
  margin-left: 5px;
}
.request-item .fee {
  background: #fffae9;
  margin-top: 20px;
}
.request-item .fee p {
  font-size: 14px;
  padding: 10px;
  color: #ef5800;
}
.request-item .fee p b {
  font-weight: 600;
  color: #ef5800;
}
.request-item .confirm {
  margin-top: 20px;
  font-size: 15px;
  color: #393939;
}
.request-item .confirm span {
  display: inline-flex;
  color: #fff;
  background: #333186;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  justify-content: center;
  align-items: center;
  font-weight: 300;
  margin-right: 5px;
}
.request-item .tit-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.request-item .tit-wrap .request-tit {
  font-size: 17px;
}
.request-item .tit-wrap .request-edit {
  font-size: 14px;
  color: #6384e5;
  font-weight: 500;
  background: #eaf2ff;
  border-radius: 50px;
  display: flex;
  align-items: center;
  padding: 5px 13px;
  position: relative;
  right: -5px;
}
.request-item .tit-wrap .request-edit::before {
  content: "";
  background: url(/static/images/common/icon_edit.png) center no-repeat;
  background-size: cover;
  display: block;
  width: 17px;
  height: 17px;
}
.request-item .info-wrap {
  margin-top: 15px;
  display: flex;
}
.request-item .info-wrap .info-tit {
  font-size: 15px;
  font-weight: 500; /*margin-bottom: 5px;*/
  width: 150px;
}
.request-item .info-wrap p {
  font-size: 15px;
  color: #7e7e7e;
  width: calc(100% - 150px);
  text-align: right;
}
.request-notice {
  margin-top: 3rem;
  padding: 0 20px 7rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.request-notice .request-notice-img {
}
.request-notice .request-notice-img img {
  width: 70px;
}
.request-notice .request-notice-txt {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 15px;
}
.request-notice .request-notice-txt strong {
  font-size: 16px;
  margin-bottom: 10px;
}
.request-notice .request-notice-txt p {
  font-weight: 400;
  font-size: 14px;
  color: #7e7e7e;
}
.request-notice .request-notice-txt p b {
  font-weight: 500;
  color: #7e7e7e;
}

.Rvw_total {
  width: calc(100% - 40px);
  margin: auto;
  padding: 1rem 0;
  vertical-align: middle;
  background: #f7f8fa;
  display: flex;
  justify-content: center;
  border-radius: 5px; /*border: 1px solid #d8dce3;*/
}
.Rvw_total .total_wrap {
  display: flex;
  align-items: center;
}
.Rvw_total .total_wrap .ttl_score {
}
.Rvw_total .total_wrap .ttl_num {
  margin-left: 10px;
  color: #777777;
  font-weight: 500;
}
.Rvw_total .total_wrap .ttl_num em {
  font-style: normal;
  color: #777777;
}
.ttl_score {
  display: flex;
  align-items: center;
  color: #777777;
  font-weight: 500;
  font-size: 14px;
}
.ttl_score .score_num {
  margin-left: 7px;
}
.user_score {
}
.user_score img {
  margin-right: 2px;
  width: 18px;
}
/* .cG_info_bot .info_bot_tab .bot_tab_wrap {display: flex; align-items: center; justify-content: center; width: calc(100% - 40px); margin: auto; border-bottom: 1px solid #e6e6e6;} */
#dtlRvw {
  /*background: #fff;*/
  margin-top: 15px; /*border-radius: 20px 20px 0 0;*/
}
#dtlRvw .rvw_wrap {
  padding: 0 5px;
}
#dtlRvw .rvw_wrap .rvw_li {
}
#dtlRvw .rvw_wrap .rvw_li li {
  padding: 15px 0; /*margin-bottom: 15px;*/
  position: relative; /*border-bottom: 1px solid #e6e6e6;*/
}
#dtlRvw .rvw_wrap .rvw_li li ~ li {
  border-top: 1px solid #e6e6e6;
}
#dtlRvw .rvw_wrap .rvw_li li .item_name {
  margin-bottom: 5px;
  max-width: calc(100% - 50px);
}
#dtlRvw .rvw_wrap .rvw_li li .item_name strong {
  font-size: 16px;
}
#dtlRvw .rvw_wrap .rvw_li li .item_score {
  display: flex;
  margin-bottom: 10px;
  justify-content: space-between;
  align-items: center; /*position: absolute; right: 0; top: 15px;*/
}
#dtlRvw .rvw_wrap .rvw_li li .item_score .num {
  color: #5d5d5d;
  font-weight: 500;
  margin-right: 10px;
}
#dtlRvw .rvw_wrap .rvw_li li .item_score .star {
  display: flex;
  align-items: center;
}
#dtlRvw .rvw_wrap .rvw_li li .item_dtl {
  margin-top: 15px;
}
#dtlRvw .rvw_wrap .rvw_li li .item_dtl .re_txt {
  font-size: 14px;
  width: 100%;
  overflow-wrap: anywhere;
}
#dtlRvw .rvw_wrap .rvw_li li .item_date {
  margin-top: 10px;
  display: flex;
}
#dtlRvw .rvw_wrap .rvw_li li .item_date p {
  color: #999999;
  font-size: 14px;
}

#dtlHistory {
  padding: 0 15px;
}
#dtlHistory .history_wrap {
  /*margin-top: 20px;*/
}
#dtlHistory .history_wrap .item_lst {
}
#dtlHistory .history_wrap .item_lst .item_box {
}
#dtlHistory .history_wrap .item_lst .item_box .company_item {
}

#tit_subContent_btm {
  padding: 0 0 5rem;
  min-height: calc(100vh - 56px);
} /*bottom 에 고정 콘텐츠 혹은 고정 버튼 있는 페이지/toolbar 56px에 맞춤(0317) */
/* 간병사 정보 */
.cG_info {
  background: #f8f8f8;
  padding-bottom: 4rem;
}
.cG_info_wrap {
  /*border-radius: 0 0 20px 20px;*/
  background: #fff; /*padding: 20px 0 10px;*/
  padding: 15px 0 0;
}
.cG_info .prof {
}
.cG_info .prof .prof_top {
  display: flex;
}
.cG_info .prof .prof_top .thumb {
  overflow: hidden;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  border-radius: 50%;
  border: 1px solid #ccc;
}
.cG_info .prof .prof_top .thumb a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.cG_info .prof .prof_top .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cG_info .prof .prof_top .item_info {
  width: calc(100% - 80px);
  padding: 5px 0 0 10px;
  position: relative;
}
.cG_info .prof .prof_top .item_info .item_btn {
  /*z-index: 3;*/
  top: 0;
  right: -5px;
}
.cG_info .prof .prof_top .item_info .item_btn .like_btn {
}
.cG_info .prof .prof_top .item_info .item_top .item_tit {
  font-size: 14px;
}
.cG_info .prof .prof_top .item_info .item_top .item_tit h2 {
}
.cG_info .prof .prof_top .item_info .sideinfo {
  justify-content: flex-start;
}
.cG_info .prof .prof_top .item_info .sideinfo .review {
}
.cG_info .prof .prof_top .item_info .sideinfo .state {
  margin-left: 10px;
}
.prof_bot {
  padding: 15px 0 20px;
}

.cG_info_bot {
  background: #fff;
  padding-bottom: 1rem;
  min-height: 50vh;
}
.cG_info_bot .info_bot_tab {
  padding: 20px 0 5px;
}
.cG_info_bot .info_bot_tab .bot_tab_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0 20px;
}
.cG_info_bot .info_bot_tab .bot_tab_wrap a {
  font-size: 18px;
  font-weight: 500;
  padding: 0px 5px 7px;
  margin: 0 5px;
  color: #b1b1b1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.cG_info_bot .info_bot_tab .bot_tab_wrap a.on {
  position: relative;
  color: #6384e5;
  font-weight: bold;
}
.cG_info_bot .info_bot_tab .bot_tab_wrap a.on::before {
  content: "";
  height: 2px;
  width: 100%;
  position: absolute;
  background: #6384e5;
  left: 0;
  bottom: 0;
}

/* flex */
.d-flex-row-start {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

.d-flex-row-center {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.d-flex-row-between {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.d-flex-row-end {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

.d-flex-row-around {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.d-flex-column-start {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.d-flex-column-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.d-flex-column-between {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.d-flex-column-end {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.d-flex-column-around {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.rb {
  border: 1px solid red;
}
