@charset "UTF-8";
/* ^scss에서 수정해주세요!  Don't edit .css file, Only work on the scss*/
.p_main {
  background: #F1F2F4;
}
.p_main.before_login .state_sec .item {
  text-align: left;
}
.p_main.before_login .state_sec .cont_box {
  position: relative;
  padding-inline: 27px;
}
.p_main.before_login .state_sec .cont_box .graphic {
  position: absolute;
  top: 30px;
  right: 27px;
  width: auto;
  height: auto;
  background: none;
  border-radius: 0;
}
.p_main.before_login .state_sec .info_field {
  margin-top: 25px;
}
.p_main.pt_main .book_sec .bottom.row {
  padding: 20px;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p_main.pt_main .book_sec .bottom.row .com_btn {
  width: calc(50% - 5px);
  height: 40px;
  border-radius: 10px;
}
.p_main.pt_main .book_sec .bottom.row .com_btn.done:after {
  left: auto;
  right: 6px;
  top: 50%;
  margin-top: -9px;
}
.p_main.pt_main .book_sec .bottom .com_btn {
  padding-block: 12px 10px;
  gap: 8px;
  width: 86px;
  height: 85px;
  line-height: 17px;
}
.p_main.pt_main .book_sec .bottom .com_btn .png_icon {
  height: 26px;
  background-position: 50% 0;
}
.p_main.pt_main .book_sec .bottom .com_btn.done {
  position: relative;
}
.p_main.pt_main .book_sec .bottom .com_btn.done:after {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../img/icon_done.png");
  width: 18px;
  min-width: 18px;
  height: 18px;
  position: absolute;
  left: 6px;
  top: 5px;
}
.p_main.pt_main .state_sec .cont_box {
  padding: 10px;
}
.p_main .visual_sec .swiper .swiper-slide .link {
  display: block;
  width: 100%;
}
.p_main .visual_sec .swiper .swiper-slide img {
  width: 100%;
}
.p_main .visual_sec .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #FFF;
  opacity: 1;
}
.p_main .visual_sec .swiper-pagination .swiper-pagination-bullet-active {
  background: #FFC240;
}
.p_main .main_section + .main_section {
  margin-top: 25px;
}
.p_main .state_sec {
  padding-inline: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  gap: 20px;
}
.p_main .state_sec .item {
  flex-grow: 1;
  width: calc(50% - 10px);
  text-align: center;
  border-radius: 15px;
  overflow: hidden;
}
.p_main .state_sec .link {
  width: 100%;
}
.p_main .state_sec .sec_tit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  height: 53px;
  font-weight: 600;
  font-size: 16px;
  color: #FFF;
  letter-spacing: -0.16px;
  background: #004279;
  border-bottom: 3px solid #FFC240;
}
.p_main .state_sec .cont_box {
  padding: 15px 12px 23px;
  min-height: calc(100% - 53px);
  background: #FFF;
}
.p_main .state_sec .cont_box.scroll {
  max-height: 188px;
  overflow-y: auto;
}
.p_main .state_sec .cont_box .graphic {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  width: 73px;
  height: 73px;
  background: #F2F3F7;
  border-radius: 50%;
  margin: 0 auto 10px;
}
.p_main .state_sec .cont_box .graphic.thumb {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 73px;
  height: 73px;
  min-width: 73px;
  aspect-ratio: 1;
}
.p_main .state_sec .cont_box .graphic.thumb > img {
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
  max-height: 100%;
  max-width: none;
}
.p_main .state_sec .cont_box .graphic .new {
  position: absolute;
  left: -28px;
  top: 28px;
}
.p_main .state_sec .cont_box .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  gap: 5px;
}
.p_main .state_sec .cont_box .list .hover {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  padding: 0 10px;
  width: 100%;
  line-height: 28px;
}
.p_main .state_sec .cont_box .list .hover:hover {
  background: #F1F2F4;
}
.p_main .state_sec .cont_box .list .hover.approve .request {
  color: #0190FE;
}
.p_main .state_sec .cont_box .list .hover.reject {
  color: #aaa;
}
.p_main .state_sec .cont_box .list .hover.reject .request {
  color: #aaa;
}
.p_main .state_sec .cont_box .list .request {
  margin-left: auto;
  color: #004279;
}
.p_main .state_sec .tit_field {
  line-height: 24px;
  font-weight: 700;
  font-size: 18px;
  color: #002B5C;
  letter-spacing: -0.18px;
}
.p_main .state_sec .tit_field .em {
  color: #0190FE;
}
.p_main .state_sec .info_field {
  margin-top: 10px;
  line-height: 18px;
  font-weight: 500;
  font-size: 14px;
  color: #6C6D74;
  letter-spacing: -0.14px;
}
.p_main .book_sec .swiper-button-next,
.p_main .book_sec .swiper-button-prev, .p_main .mypt_slide .swiper-button-next,
.p_main .mypt_slide .swiper-button-prev {
  margin-right: -2px;
  width: 24px;
  height: 24px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.15);
}
.p_main .book_sec .swiper-button-next:after,
.p_main .book_sec .swiper-button-prev:after, .p_main .mypt_slide .swiper-button-next:after,
.p_main .mypt_slide .swiper-button-prev:after {
  content: "";
  position: absolute;
  left: 9px;
  top: 7px;
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../img/arrow_right_navy.png");
  width: 7px;
  min-width: 7px;
  height: 10px;
}
.p_main .book_sec .swiper-button-prev, .p_main .mypt_slide .swiper-button-prev {
  margin-inline: -2px 0;
}
.p_main .book_sec .swiper-button-prev:after, .p_main .mypt_slide .swiper-button-prev:after {
  left: 8px;
  transform: rotate(180deg);
}
.p_main .mypt_slide {
  position: relative;
  width: calc(50% - 10px);
}
.p_main .mypt_slide .item {
  width: 100%;
}
.p_main .mypt_slide .swiper-button-prev {
  left: -10px;
}
.p_main .mypt_slide .swiper-button-next {
  right: -10px;
}
.p_main .book_sec .swiper-slide {
  padding-inline: 20px;
  min-height: 100%;
}
.p_main .book_sec .box_wrap {
  background: #fff;
  border-radius: 15px;
}
.p_main .book_sec .box_wrap .top {
  padding: 13px 20px;
  line-height: 1.2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  gap: 7px;
  font-weight: 700;
  font-size: 18px;
  color: #004279;
  letter-spacing: -0.18px;
}
.p_main .book_sec .box_wrap .top .com_btn {
  margin-left: auto;
}
.p_main .book_sec .state {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  gap: 10px;
  background: rgba(252, 222, 159, 0.2);
}
.p_main .book_sec .state .icon_report {
  margin-left: 25px;
}
.p_main .book_sec .state.col {
  padding: 24px 0 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  min-height: 192px;
  gap: 10px;
}
.p_main .book_sec .state.col > .txt {
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  text-align: center;
  min-height: 60px;
  font-weight: 500;
  font-size: 14px;
}
.p_main .book_sec .state.col > .txt .em {
  margin-top: 1px;
  font-weight: 700;
  font-size: 16px;
}
.p_main .book_sec .state > .txt {
  padding: 15px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  min-height: 73px;
  gap: 3px;
  min-width: 200px;
  line-height: 20px;
  font-size: 18px;
  letter-spacing: -0.18px;
  color: #004279;
}
.p_main .book_sec .state > .txt .desc {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -0.14px;
}
.p_main .book_sec .state .com_dot_list {
  padding: 15px 0;
  line-height: 24px;
}
.p_main .book_sec .bottom {
  padding: 22px 0 23px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  gap: 10px;
  line-height: 24px;
}
.p_main .book_sec .bottom .com_dot_list {
  padding-top: 2px;
}
.p_main .book_sec .bottom .com_btn {
  width: 69px;
  height: 74px;
}
.p_main .book_sec .bottom .com_btn .icon_new {
  position: absolute;
  right: 5px;
  top: 5px;
  padding-left: 1px;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  font-weight: 700;
  font-size: 10px;
  color: #fff;
  background: #0190FE;
  border-radius: 50%;
}
.p_main .link_sec {
  padding-inline: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 18px 4px;
}
.p_main .link_sec .com_btn__wrap {
  width: 100%;
  background: #fff;
  border-radius: 15px;
}
.p_main .link_sec > .com_btn {
  width: calc(50% - 2px);
  color: #fff;
}

.p_MyBody .therapist_select .select {
  width: 100%;
  background-color: #FFC240;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: -0.4px;
  color: #333;
  border: 0;
  border-radius: 0;
}
.p_MyBody .journal_list .item {
  padding: 25px 20px;
  letter-spacing: -0.14px;
  position: relative;
  overflow: hidden;
  padding-top: 35px;
}
.p_MyBody .journal_list .item:before {
  content: "";
  display: inline-block;
  height: 10px;
  background: #F1F2F4;
  width: calc(100% + 40px);
  margin-left: -20px;
  position: absolute;
  top: 0;
  left: 0;
}
.p_MyBody .journal_list .item:first-child:before {
  content: none;
}
.p_MyBody .journal_list .thumb {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  min-width: 70px;
  aspect-ratio: auto;
  border-radius: 10px;
  float: left;
  margin-right: 16px;
}
.p_MyBody .journal_list .thumb > img {
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
  max-height: 100%;
  max-width: none;
}
.p_MyBody .journal_list .date {
  line-height: 18px;
  color: #565656;
  margin-bottom: 8px;
}
.p_MyBody .journal_list .date .com_badge.first {
  margin-right: 10px;
}
.p_MyBody .journal_list .date .new {
  margin-left: 7px;
}
.p_MyBody .journal_list .contents {
  line-height: 20px;
  font-weight: 500;
  color: #6C6D74;
}

.p_Mypt .therapist_img {
  position: relative;
  padding: 20px;
}
.p_Mypt .therapist_img .thumb {
  text-align: center;
}
.p_Mypt .therapist_img .thumb img {
  max-width: 100%;
  border-radius: 10px;
}
.p_Mypt .therapist_img .btn_prev,
.p_Mypt .therapist_img .btn_next {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -22px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  padding-inline: 1px 0;
  width: 45px;
  height: 45px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.15);
}
.p_Mypt .therapist_img .btn_prev {
  padding-inline: 0 1px;
  left: 0;
  right: auto;
}
.p_Mypt .therapist_img .btn_prev .icon_arrow_right {
  transform: rotate(180deg);
}
.p_Mypt .profile_sec {
  padding: 0 20px 20px;
}
.p_Mypt .profile_sec ~ .profile_sec {
  position: relative;
  overflow: hidden;
  padding-top: 35px;
}
.p_Mypt .profile_sec ~ .profile_sec:before {
  content: "";
  display: inline-block;
  height: 10px;
  background: #F1F2F4;
  width: calc(100% + 40px);
  margin-left: -20px;
  position: absolute;
  top: 0;
  left: 0;
}
.p_Mypt .profile_sec ~ .profile_sec .tit {
  text-align: left;
}
.p_Mypt .profile_sec .tit {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.2px;
}
.p_Mypt .profile_sec .contents {
  margin-top: 10px;
  color: #6C6D74;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.14px;
}
.p_Mypt .profile_sec ~ .com_btn__wrap {
  padding: 15px 20px 30px;
}

.com_terms main {
  padding-block: 20px;
}