@charset "UTF-8";
/***************************************************************
scss 에서 수정해주세요!!!
****************************************************************/
/************
팝업
*************/
.popup {
  height: calc(var(--vh, 1vh) * 100);
}
.popup.active {
  display: block;
}
.popup > .wrap {
  height: calc(var(--vh, 1vh) * 100);
}
.popup > .wrap > .box {
  padding: 0;
  max-width: calc(100vw - 34px);
  min-width: calc(100vw - 34px);
  max-height: 90vh;
}
.popup .btn_close {
  width: 12px;
  height: 12px;
}
.popup .top {
  padding: 17px 0 0;
  border-bottom: none;
  margin: 0;
}
.popup .top > .btn_close {
  top: 17px;
}
.popup .top + .contents {
  padding-top: 17px;
}
.popup .contents {
  padding: 45px 17px 17px;
  max-height: 80vh;
}
.popup .btn_bottom {
  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;
}
.popup .btn_bottom .btn {
  min-height: 40px;
  flex: 1;
  border-radius: 50px;
}
.popup .txt_field {
  line-height: 1.5;
}

/************
공통모듈
*************/
.box {
  padding: 20px 17px;
}
.input_form-tit + .box {
  margin-top: 10px;
}

.bar_type_select .btn_area {
  gap: 3px;
}
.bar_type_select .btn_area input + label {
  position: relative;
  height: 25px;
  border-radius: 6px;
  background: #f3f4f7;
  margin-right: 0;
}
.bar_type_select .btn_area input:checked ~ label:nth-of-type(1) {
  background: #4b8ff7;
}
.bar_type_select .btn_area input:checked ~ label:nth-of-type(2) {
  background: #4b99f2;
}
.bar_type_select .btn_area input:checked ~ label:nth-of-type(3) {
  background: #559ef3;
}
.bar_type_select .btn_area input:checked ~ label:nth-of-type(4) {
  background: #68a9f5;
}
.bar_type_select .btn_area input:checked ~ label:nth-of-type(5) {
  background: #7bb4f6;
}
.bar_type_select .btn_area input:checked ~ label:nth-of-type(6) {
  background: #a1caf9;
}
.bar_type_select .btn_area input:checked ~ label:nth-of-type(7) {
  background: #b3d4fa;
}
.bar_type_select .btn_area input:checked ~ label:nth-of-type(8) {
  background: #c7dffc;
}
.bar_type_select .btn_area input:checked ~ label:nth-of-type(9) {
  background: #d9eafc;
}
.bar_type_select .btn_area input:checked ~ label:nth-of-type(10) {
  background: #d9eafc;
}
.bar_type_select .btn_area input:checked + label {
  background: #4b8ff7 !important;
}
.bar_type_select .btn_area input:checked + label::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 6px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translate(-50%, -60%) rotate(-45deg);
}
.bar_type_select .txt_area {
  color: #666;
  font-size: 11px;
  font-weight: 300;
}
.bar_type_select .txt_area * {
  color: #666;
  font-size: 11px;
  font-weight: 300;
}
.input_form .bar_type_select {
  margin-top: 0;
}

/************
탭
*************/
.tab {
  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: 30px;
  padding-inline: 12px;
  margin-bottom: 15px;
}
.tab .menu {
  border: none;
  background-color: transparent;
  padding: 0 0 10px 0;
  font-size: 15px;
  font-weight: 400;
  min-height: auto;
  border-bottom: 3px solid transparent;
  border-radius: 0;
  width: auto;
}
.tab .menu + .menu {
  margin-left: 0;
}
.tab .menu.active {
  background-color: transparent;
  border-bottom: 3px solid #4294f2;
  color: #222;
  font-weight: 600;
}

/************
텍스트
*************/
.point_txt {
  color: #4294f2;
}

.list_dot2 {
  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;
  margin-bottom: 0;
}
.list_dot2 li {
  margin-bottom: 0;
  padding-bottom: 0;
  line-height: 1.4;
  padding-left: 6px;
  position: relative;
}
.list_dot2 li::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 3px;
  min-width: 3px;
  height: 3px;
  margin-inline: 0 3px;
  background: #6e6e6f;
  border-radius: 3px;
  vertical-align: middle;
  cursor: default;
}
.list_dot2 li:before {
  margin-left: -6px;
}

.tit-txt {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
}

.top_notice {
  text-align: left;
  line-height: 1.4;
}

.txt_box {
  margin-bottom: 0 !important;
}

.txt_box + .txt_box {
  margin-left: 0;
}

.list_box .date_field {
  color: #666;
  border-right: 1px solid #e0e0e0;
  padding-right: 20px;
  margin-right: 20px;
}
.list_box .breath_field {
  margin-right: 5px;
}
.list_box .step_field {
  min-width: 0;
  text-align: right;
  font-size: 13px;
}
.list_box .weight_field {
  margin-right: 5px;
  font-size: 14px;
}
.list_box .weight_field .txt {
  font-size: 13px;
}
.list_box.type-row .info_area {
  width: 100%;
}
.list_box.type-row .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: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
}
.list_box.type-row .txt {
  color: #666;
}

.setting-box {
  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: 10px;
}
.setting-box__item {
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 4px 10px 0 #f4f4f4;
  padding: 20px 15px;
}
.setting-box__tit {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}
.setting-box__field {
  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: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
}
.setting-box__meta {
  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;
  font-size: 12px;
  font-weight: 500;
  color: #222;
  gap: 3px;
}
.setting-box__meta li {
  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;
  gap: 10px;
}
.setting-box__meta-tit {
  color: #666;
}
.setting-box__btns {
  margin-left: auto;
  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;
  gap: 5px;
}
.setting-box__btns .btn:not(:last-child) {
  position: relative;
}
.setting-box__btns .btn:not(:last-child)::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 1px;
  height: 10px;
  margin-inline: 5px 0;
  background: #e0e0e0;
  cursor: default;
  vertical-align: middle;
}

.list_num.type-box {
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 4px 10px 0 #f4f4f4;
  padding: 15px;
  margin: 10px 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;
  gap: 10px;
}
.list_num.type-box li {
  margin-bottom: 0;
}

/************
호흡수 자동 측정하기
*************/
.breath-count {
  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: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  border-radius: 10px;
  background: #f3f4f7;
  padding: 25px 15px;
  width: 100%;
  text-align: center;
}
.breath-count > * {
  flex: 1;
}
.breath-count .tit {
  font-size: 14px;
  font-weight: 400;
}
.breath-count .num {
  font-size: 45px;
  font-weight: 700;
}
.breath-count .breath {
  border-left: 1px solid #e0e0e0;
}

.p_breath_auto {
  background: #fff;
}
.p_breath_auto.active {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100dvh;
  height: calc(var(--vh, 1vh) * 100);
  box-sizing: border-box;
  display: flex !important;
  flex-direction: column;
  overflow: hidden;
}
.p_breath_auto .body {
  flex: 1;
  min-height: 0;
  height: auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  display: flex;
  flex-direction: column;
}
.p_breath_auto .btn_bottom_area {
  padding-bottom: calc(100px + env(safe-area-inset-bottom));
}
.p_breath_auto .timer_area {
  width: 100%;
  margin-bottom: 20px;
}
.p_breath_auto .timer_area .btn_area {
  gap: 20px;
  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;
  align-items: flex-end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
}
.p_breath_auto .timer_area .btn_area .breath-btn {
  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;
  position: relative;
  height: 90px;
  width: 132px;
  min-width: 132px;
  padding: 0 0 36px;
  border: 0;
  color: #fff;
  font-size: 19px;
  font-weight: 700;
  line-height: 1;
  flex: 0 0 132px;
  background-size: 132px 90px;
  background-position: center bottom;
  background-repeat: no-repeat;
  -webkit-transition-duration: 0.1s;
  -moz-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  -ms-transition-duration: 0.1s;
  transition-duration: 0.1s;
}
.p_breath_auto .timer_area .btn_area .breath-btn:active {
  background-size: 132px 85px;
  -webkit-transition-duration: 0.1s;
  -moz-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  -ms-transition-duration: 0.1s;
  transition-duration: 0.1s;
}
.p_breath_auto .timer_area .btn_area .breath-btn--start {
  background-image: url(../img/btn-start.png);
}
.p_breath_auto .timer_area .btn_area .breath-btn--check {
  background-image: url(../img/btn-finish.png);
}
.p_breath_auto .top_area .center_wrap {
  width: 100%;
  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: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
}
.p_breath_auto .top_area .pg_tit {
  position: relative;
  top: auto;
  left: auto;
  text-align: left;
  font-size: 17px;
  font-weight: 600;
  margin-top: 0;
  height: auto;
}

/************
병원가기 전 기록
*************/
.question-form__section + .question-form__section {
  margin-top: 22px;
}
.question-form__tit {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  color: #222;
  margin-bottom: 10px;
  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: 5px;
}
.question-form__tit:before {
  content: "Q";
  color: #4294f2;
}
.question-form__tit.none-required:before {
  color: #222;
}
.question-form__tit__wrap {
  margin-bottom: 15px;
}
.question-form__tit__sub {
  font-size: 13px;
  font-weight: 400;
  color: #666;
}
.question-form__panel {
  margin-top: 12px;
  padding: 18px 16px;
  border: 1px dashed #d9dce3;
  border-radius: 16px;
  background: #fff;
}
.question-form__panel-tit {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
}
.question-form__panel .btn_bottom_area {
  padding-bottom: 0;
}

.check-notice {
  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: 4px;
}
.check-notice__tit {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 3px;
}
.check-notice__desc {
  font-size: 13px;
  line-height: 1.5;
  color: #666;
}

/************
스위치
*************/
.switchthree {
  height: 20px;
  background: #e0e0e0;
}
.switchthree:before {
  left: 2px;
  top: 2px;
  background-color: #fff;
  width: 16px;
  height: 16px;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.switch-label input:checked + .switchthree {
  background: #4294f2;
}
.switch-label input:checked + .switchthree:before {
  border: none;
  left: 17px;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.switchthreeOn:before {
  border: none;
  left: 17px;
}

.select_day input[type=checkbox]:checked + label {
  color: #4294f2;
  border: 1px dashed #4294f2;
  background-color: #e6f1ff;
}