@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap");
@font-face {
  font-family: "Pretendard";
  text-transform: normal;
  font-weight: 300;
  src: url("../fonts/Pretendard-Light.otf") format("opentype"), url("../fonts/Pretendard-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Pretendard";
  text-transform: normal;
  font-weight: 400;
  src: url("../fonts/Pretendard-Regular.otf") format("opentype"), url("../fonts/Pretendard-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Pretendard";
  text-transform: normal;
  font-weight: 500;
  src: url("../fonts/Pretendard-Medium.otf") format("opentype"), url("../fonts/Pretendard-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Pretendard";
  text-transform: normal;
  font-weight: 600;
  src: url("../fonts/Pretendard-SemiBold.otf") format("opentype"), url("../fonts/Pretendard-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "Pretendard";
  text-transform: normal;
  font-weight: 700;
  src: url("../fonts/Pretendard-Bold.otf") format("opentype"), url("../fonts/Pretendard-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Pretendard";
  text-transform: normal;
  font-weight: 800;
  src: url("../fonts/Pretendard-ExtraBold.otf") format("opentype"), url("../fonts/Pretendard-ExtraBold.ttf") format("truetype");
}
.text-blue {
  color: #001559 !important;
}

.text-pink {
  color: #e87171 !important;
}

.text-purple {
  color: #551b79 !important;
}

.text-blue {
  color: #001559 !important;
}

.text-bold {
  font-family: 700;
}

.text-base {
  font-family: 400;
  font-weight: 400;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Noto Sans KR", sans-serif;
}

html,
body {
  overflow-y: auto;
  width: 100%;
  height: 100%;
  font-size: 10px;
  font-weight: 400;
  font-family: "Noto Sans KR", sans-serif;
}
@media only screen and (max-width: 320px) {
  html,
  body {
    font-size: 9px;
  }
}
@media only screen and (min-width: 767px) {
  html,
  body {
    font-size: 14px;
  }
}

header,
footer,
section,
article,
aside,
nav,
hgroup,
details,
menu,
figure,
figcaption {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
  margin-bottom: 0;
}

ol,
ul,
li {
  list-style: none;
}

input,
textarea,
select {
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0px; /* iOS 둥근모서리 제거 */
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0;
}

input,
select,
textarea,
button {
  outline: none;
}

label {
  -webkit-tap-highlight-color: transparent;
}

textarea {
  resize: none;
}

select {
  cursor: pointer;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
  border-style: hidden;
  width: 100%;
  text-align: center;
  table-layout: fixed;
}

th,
td {
  border-collapse: collapse;
}

caption,
legend {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
}

form,
fieldset,
iframe,
button,
hr {
  border: 0;
}

i,
em,
address {
  font-style: normal;
}

label,
button {
  cursor: pointer;
  background: none;
}

blockquote,
q {
  quotes: none;
}

img {
  max-width: 100%;
  border: 0;
  vertical-align: top;
}

a {
  text-decoration: none;
  color: inherit;
}

strong,
b {
  font-weight: 700;
}

.blind,
.hide {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
}

.mt-0 {
  margin-top: 0 !important;
}
.mt-10 {
  margin-top: 0.5rem !important;
}
.mt-20 {
  margin-top: 1rem !important;
}
.mt-30 {
  margin-top: 1.5rem !important;
}
.mt-40 {
  margin-top: 2rem !important;
}
.mt-50 {
  margin-top: 2.5rem !important;
}
.mt-60 {
  margin-top: 3rem !important;
}
.mt-70 {
  margin-top: 3.5rem !important;
}
.mt-80 {
  margin-top: 4rem !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}
.mb-10 {
  margin-bottom: 0.5rem !important;
}
.mb-20 {
  margin-bottom: 1rem !important;
}
.mb-30 {
  margin-bottom: 1.5rem !important;
}
.mb-40 {
  margin-bottom: 2rem !important;
}
.mb-50 {
  margin-bottom: 2.5rem !important;
}
.mb-180 {
  margin-bottom: 9rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}
.pt-10 {
  padding-top: 0.5rem !important;
}
.pt-20 {
  padding-top: 1rem !important;
}
.pt-30 {
  padding-top: 1.5rem !important;
}
.pt-40 {
  padding-top: 2rem !important;
}
.pt-50 {
  padding-top: 2.5rem !important;
}
.pt-80 {
  padding-top: 4rem !important;
}

.pb-10 {
  padding-bottom: 0.5rem !important;
}
.pb-20 {
  padding-bottom: 1rem !important;
}
.pb-30 {
  padding-bottom: 1.5rem !important;
}
.pb-40 {
  padding-bottom: 2rem !important;
}
.pb-50 {
  padding-bottom: 2.5rem !important;
}
.pb-180 {
  padding-bottom: 9rem !important;
}

button.click--focus,
a.click--focus {
  position: relative;
}
button.click--focus:before,
a.click--focus:before {
  content: "";
  background-color: lightblue !important;
  opacity: 0.4;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* radiobox custom */
.radiobox__wrap {
  position: relative;
}
.radiobox__wrap label {
  position: relative;
  padding-left: 35px;
  margin-right: 25px;
}
.radiobox__wrap label:last-of-type {
  margin-right: 0;
}
.radiobox__wrap input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0 !important;
  width: 0 !important;
}
.radiobox__wrap .radio__mark {
  position: absolute;
  top: -2px;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: #ffffff;
  border-radius: 100%;
  box-shadow: 2px 2px 3px rgba(71, 73, 124, 0.38);
  cursor: pointer;
}
.radiobox__wrap .radio__mark:after {
  content: "";
  position: absolute;
  display: block;
  left: 6px;
  top: 6px;
  width: 12px;
  height: 12px;
  background: #dee0ef;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.radiobox__wrap input:checked ~ .radio__mark:after {
  background-color: #5664b7;
}

.radio__wrap2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
}
.radio__wrap2 .radio__item {
  border: 1px solid #d1d1d1;
  border-radius: 6px 0 0 6px;
  overflow: hidden;
}
.radio__wrap2 .radio__item:last-child {
  border-left: none;
  border-radius: 0 6px 6px 0;
}
.radio__wrap2 .radio__item input {
  width: 1px;
  height: 1px;
  opacity: 0;
  position: absolute;
}
.radio__wrap2 .radio__item input:checked + label {
  background-color: #5664b7;
  color: #ffffff;
  font-family: 700;
}
.radio__wrap2 .radio__item label {
  width: 100%;
  height: 45px;
  display: inline-block;
  cursor: pointer;
  font-size: 1.6rem;
  line-height: 45px;
  text-align: center;
}

.radio__wrap3 {
  position: relative;
}
.radio__wrap3::after {
  content: "";
  display: block;
  width: calc(100% - 10px);
  height: 4px;
  background-color: #ddd;
  position: absolute;
  top: 16px;
  right: 0;
}
.radio__wrap3.doubleLine::before {
  content: "";
  display: block;
  width: calc(100% - 10px);
  height: 4px;
  background-color: #ddd;
  position: absolute;
  bottom: 16px;
  right: 0;
}
.radio__wrap3 .q__box {
  width: 37px;
  height: 37px;
  display: inline-block;
  background-color: #dddddd;
  border-radius: 100%;
  position: relative;
  z-index: 1;
}
.radio__wrap3 .q__box p {
  color: #959595;
}
.radio__wrap3 .q__box:first-child p {
  font-size: 0.75rem;
  position: absolute;
  top: -18px;
  left: 0px;
}
.radio__wrap3 .q__box:last-child p {
  width: 100px;
  font-size: 0.75rem;
  text-align: right;
  position: absolute;
  bottom: -15px;
  right: -8px;
}
.radio__wrap3 .q__box input {
  width: 1px;
  height: 1px;
  opacity: 0;
  position: absolute;
}
.radio__wrap3 .q__box input:checked + label {
  background-color: #832a01;
  color: #ffffff;
  font-family: 700;
}
.radio__wrap3 .q__box input:checked + label.rBg-0 {
  background-color: rgba(131, 42, 1, 0.15);
}
.radio__wrap3 .q__box input:checked + label.rBg-1 {
  background-color: rgba(131, 42, 1, 0.2);
}
.radio__wrap3 .q__box input:checked + label.rBg-2 {
  background-color: rgba(131, 42, 1, 0.25);
}
.radio__wrap3 .q__box input:checked + label.rBg-3 {
  background-color: rgba(131, 42, 1, 0.3);
}
.radio__wrap3 .q__box input:checked + label.rBg-4 {
  background-color: rgba(131, 42, 1, 0.4);
}
.radio__wrap3 .q__box input:checked + label.rBg-5 {
  background-color: rgba(131, 42, 1, 0.5);
}
.radio__wrap3 .q__box input:checked + label.rBg-6 {
  background-color: rgba(131, 42, 1, 0.6);
}
.radio__wrap3 .q__box input:checked + label.rBg-7 {
  background-color: rgba(131, 42, 1, 0.7);
}
.radio__wrap3 .q__box input:checked + label.rBg-8 {
  background-color: rgba(131, 42, 1, 0.8);
}
.radio__wrap3 .q__box input:checked + label.rBg-9 {
  background-color: rgba(131, 42, 1, 0.9);
}
.radio__wrap3 .q__box input:checked + label.rBg-10 {
  background-color: #832a01;
}
.radio__wrap3 .q__box label {
  width: 37px;
  height: 37px;
  display: inline-block;
  border-radius: 100%;
  color: #ffffff;
  cursor: pointer;
  font-family: "Pretendard", "Malgun Gothic", "맑은 고딕", "돋움", dotum, sans-serif !important;
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 37px;
  text-align: center;
}

.radio__wrap4 {
  /* Hide the browser's default checkbox */
}
.radio__wrap4 input[type=radio] {
  width: 20px;
  height: 20px;
  border: none;
  border-radius: 100%;
  margin: 0;
}
.radio__wrap4 .radiobox__wrap {
  margin: 35px 0 15px;
  position: relative;
}
.radio__wrap4 .radiobox__wrap label {
  font-size: 1.6rem;
  cursor: pointer;
  position: relative;
  padding-top: 40px;
  padding-left: 0;
  word-break: keep-all;
  z-index: 1;
}
.radio__wrap4 .radiobox__wrap input {
  position: absolute;
  opacity: 0;
  height: 0 !important;
  width: 0 !important;
}
.radio__wrap4 .radiobox__wrap .radio__mark {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  height: 22px;
  width: 22px;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: none;
  cursor: pointer;
}
.radio__wrap4 .radiobox__wrap .radio__mark:after {
  content: "";
  position: absolute;
  display: block;
  left: 6px;
  top: 6px;
  width: 22px;
  height: 22px;
  background-color: #ffffff;
  background-image: url(../images/icon/check_gray.svg);
  background-repeat: no-repeat;
  background-position: center top 4px;
  border: 1px solid #ddd;
  border-radius: 4px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.radio__wrap4 .radiobox__wrap input:checked ~ .radio__mark:after {
  background-color: #5664b7;
  background-image: url(../images/icon/check_white.svg);
}

.radio__wrap5 .title {
  font-size: 1.7rem;
  margin-bottom: 15px;
  padding: 0 20px;
  text-align: center;
  word-break: keep-all;
}
.radio__wrap5 .q__box-wrap {
  position: relative;
}
.radio__wrap5 .q__box-wrap::after {
  content: "";
  display: block;
  width: calc(100% - 10px);
  height: 4px;
  background-color: #ddd;
  position: absolute;
  top: 18px;
  right: 0;
}
.radio__wrap5 .q__box {
  width: 37px;
  height: 37px;
  display: inline-block;
  border: 2px solid #ddd;
  border-radius: 100%;
  color: #ffffff;
  position: relative;
  z-index: 1;
}
.radio__wrap5 .q__box p {
  height: 30px;
  color: #222222;
  font-size: 1rem;
  position: absolute;
  left: 50%;
  bottom: -35px;
  transform: translateX(-50%);
  text-align: center;
}
.radio__wrap5 .q__box input {
  width: 1px;
  height: 1px;
  opacity: 0;
  position: absolute;
}
.radio__wrap5 .q__box input:checked + label {
  background-color: #832a01;
  color: #ffffff;
  font-family: "Pretendard", "Malgun Gothic", "맑은 고딕", "돋움", dotum, sans-serif !important;
}
.radio__wrap5 .q__box input:checked + label.rBg-0 {
  background-color: #e5cabe;
}
.radio__wrap5 .q__box input:checked + label.rBg-1 {
  background-color: #dda58b;
}
.radio__wrap5 .q__box input:checked + label.rBg-2 {
  background-color: #d18a6a;
}
.radio__wrap5 .q__box input:checked + label.rBg-3 {
  background-color: #bf643b;
}
.radio__wrap5 .q__box input:checked + label.rBg-4 {
  background-color: #b74816;
}
.radio__wrap5 .q__box input:checked + label.rBg-5 {
  background-color: #832a01;
}
.radio__wrap5 .q__box label {
  width: 32px;
  height: 32px;
  display: inline-block;
  background-color: #ffffff;
  border: 6px solid #ffffff;
  border-radius: 100%;
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  font-family: "Pretendard", "Malgun Gothic", "맑은 고딕", "돋움", dotum, sans-serif !important;
  font-size: 0.9rem;
  line-height: 48px;
  text-align: center;
}

.select__wrap {
  position: relative;
}
.select__wrap select {
  border: none;
  padding: 20px 30px;
  -webkit-appearance: none; /* for chrome */
  -moz-appearance: none; /*for firefox*/
  appearance: none;
  padding-right: 60px;
}
.select__wrap .icon__arrow {
  width: 20px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

#wrap {
  overflow-x: hidden;
  position: relative;
  width: 100%;
  min-height: 100%;
}

.header {
  position: relative;
  width: 100%;
  height: 6.4rem;
  background-color: #ffffff;
}

.container .contents {
  padding: 0 1.8rem;
}

.footer {
  background-color: #f0f0f0;
}

.header {
  padding: 0 1.8rem;
}
.header__inner {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
.header__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 7.1rem;
}
.header__logo > a {
  display: block;
}

.ico {
  width: 2.4rem;
  height: 2.4rem;
  background-size: 100% 100%;
  background-position: 0 0;
  background-size: 100% 100%;
}
.ico--back {
  background-image: url("../images/icon/ico_arrow_back.svg");
}
.ico--menu {
  background-image: url("../images/icon/ico_menu.svg");
}
.ico--search {
  background-image: url("../images/icon/ico_magnifying.svg");
}
.ico--close {
  background-image: url("../images/icon/ico_close.svg");
}

.only-search {
  display: none;
}
.only-category {
  display: none;
}
.only-sub {
  display: none;
}

.search .only-search {
  display: flex;
}

.category .only-sub {
  display: flex;
}

.sub .only-sub {
  display: flex;
}

.aside {
  visibility: hidden;
  position: fixed;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10;
}
.aside--open {
  visibility: visible;
}
.aside--open .aside__inner {
  transform: translateX(0);
}
.aside__inner {
  position: relative;
  width: 86.66%;
  height: 100%;
  background-color: #ffffff;
  border-top-right-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
  transform: translateX(-100%);
  transition: transform 0.3s ease;
}
.aside__top {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 6.35rem;
  padding: 0 2rem;
}

.gnb {
  overflow-y: auto;
  height: calc(100% - 5.9rem);
  padding: 0 2rem 5.9rem 2rem;
  border-bottom: 1px solid #001559;
}
.gnb__item--active .gnb__dep1 {
  color: #ffffff;
  border-radius: 10px;
  background: #5358b2 url("../images/icon/ico_sidenavi_arrow_active.svg") no-repeat right 1.4rem center/1.5rem 1rem;
}
.gnb__item--active .gnb__sub {
  display: block;
}
.gnb__item--active .gnb__sub-open .gnb__sub__itemDep2 {
  padding: 0 1.4rem;
}
.gnb__item--active .gnb__sub-open .gnb__sub__itemDep2:first-of-type {
  border-top: 1px solid #001559;
  margin-top: 10px;
  padding-top: 20px;
}
.gnb__item--active .gnb__sub-open .gnb__sub__itemDep2:last-of-type {
  border-bottom: 1px solid #001559;
  padding-bottom: 20px;
}
.gnb__dep1 {
  display: flex;
  align-items: center;
  width: 100%;
  height: 5.5rem;
  padding: 10px 1.4rem;
  border-radius: 10px;
  font-size: 2rem;
  font-weight: 700;
  color: #001559;
  background: #f4f4fd url("../images/icon/ico_sidenavi_arrow.svg") no-repeat right 1.4rem center/1.5rem 1rem;
  margin-bottom: 10px;
}
.gnb__dep2 {
  display: flex;
  align-items: center;
  width: 100%;
  height: 5.5rem;
  padding: 10px 1.4rem;
  font-size: 2rem;
  font-weight: 700;
  color: #001559;
  border-top: 1px solid #001559;
  background: url("../images/icon/ico_sidenavi_arrow.svg") no-repeat right 1.4rem center/1.5rem 1rem;
}
.gnb__sub {
  display: none;
}
.gnb__sub__item:last-of-type {
  border-bottom: 1px solid #001559;
  margin-bottom: 10px;
}
.gnb__sub__item > a {
  font-size: 1.9rem;
  font-weight: 400;
  color: #001559;
}
.gnb__sub__item--active > a {
  font-weight: 700;
}
.gnb__sub__item--active .gnb__dep2 {
  background: url("../images/icon/ico_sidenavi_arrow_up.svg") no-repeat right 1.4rem center/1.5rem 1rem;
  border-bottom: 1px solid #001559;
}
.gnb__sub__item--active .gnb__subDep2 {
  display: block;
}
.gnb__sub__itemDep2 {
  margin: 20px 0;
}
.gnb__sub__itemDep2 > a {
  font-size: 1.9rem;
  font-weight: 400;
  color: #001559;
  word-break: keep-all;
}
.gnb__subDep2 {
  display: none;
  padding: 0 1.4rem;
}

.footer {
  padding: 2.5rem 7.5rem 2.5rem 1.8rem;
}
.footer__top {
  display: flex;
  align-items: center;
}
.footer__top > strong {
  font-size: 1.1rem;
  font-weight: 700;
  color: #666666;
}
.footer__logo {
  width: 7.55rem;
  margin-right: 0.9rem;
}
.footer__address {
  margin-top: 0.9rem;
  font-size: 1.1rem;
  font-style: normal;
  line-height: 1.6rem;
  color: #666666;
}
.footer__txt {
  margin-top: 1.2rem;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #666666;
  word-break: keep-all;
}
@media only screen and (max-width: 320px) {
  .footer__txt br {
    display: none;
  }
}
.footer__btm {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1rem;
}
.footer__terms {
  display: flex;
  align-items: center;
}
.footer__terms li > a {
  font-size: 1rem;
  font-weight: 700;
  color: #9d9d9d;
}
.footer__terms li:before {
  content: "|";
  display: inline-block;
  margin: 0 0.2rem;
  font-size: 1rem;
  font-weight: 500;
  color: #9d9d9d;
}
.footer__terms li:first-of-type:before {
  display: none;
}
.footer__number {
  font-size: 1rem;
  color: #adadad;
  position: absolute;
  right: 25px;
  bottom: 25px;
}

.navi-audio {
  width: 340px;
  height: 0vh;
  position: fixed;
  justify-content: end;
  bottom: 10px;
  right: 10px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  z-index: 3;
}
@media only screen and (max-width: 320px) {
  .navi-audio {
    width: 310px;
  }
}
.navi-audio.open {
  height: 95vh;
}
.navi-audio__menu {
  width: 285px;
  border-radius: 16px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  position: absolute;
  bottom: 55px;
  right: 58px;
  display: none;
}
@media only screen and (max-width: 320px) {
  .navi-audio__menu {
    width: 250px;
  }
}
.navi-audio__title {
  background-color: #001459;
  border-bottom: 1px solid #ffffff;
  border-radius: 16px 16px 0 0;
  padding: 10px;
  position: relative;
  text-align: center;
}
.navi-audio__title p.title-text {
  font-size: 1.3rem;
  font-weight: 700;
  color: #ffffff;
}
.navi-audio__close {
  width: 14px;
  height: 14px;
  position: absolute;
  top: -5px;
  right: -4px;
  box-sizing: initial;
  padding: 18px;
  cursor: pointer;
}
.navi-audio__slideBtn {
  display: flex;
  justify-content: center;
  background-color: #001459;
  border-radius: 0 0 16px 16px;
  cursor: pointer;
  padding: 10px;
}
.navi-audio__slideBtn::after {
  content: "";
  display: block;
  width: 23px;
  height: 33px;
  background-image: url(../images/icon/tail.svg);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: auto 100%;
  position: absolute;
  right: -10px;
  bottom: 6px;
}
.navi-audio__slideBtn.active img {
  transform: rotate(0deg);
}
.navi-audio__slideBtn p {
  color: #ffffff;
  font-size: 1.3rem;
}
.navi-audio__slideBtn img {
  width: 12px;
  position: relative;
  top: 0px;
  left: 7px;
  transform: rotate(180deg);
}
.navi-audio__list {
  background-color: #ffffff;
  height: 0;
  max-height: 75vh;
  overflow-y: auto;
  padding: 0 12px;
  transition: max-height 0.25s ease-in;
}
.navi-audio__list.active {
  height: 450px;
}
@media screen and (max-height: 700px) {
  .navi-audio__list.active {
    height: 390px;
  }
}
@media only screen and (max-width: 320px) {
  .navi-audio__list.active {
    height: 300px;
  }
}
.navi-audio__list li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e0e0e0;
  cursor: pointer;
  padding: 12px 0px;
}
.navi-audio__list li:last-child {
  border-bottom: none;
}
.navi-audio__list li p {
  font-size: 1.7rem;
  font-weight: 600;
}
.navi-audio__list li p.text-pink-blood {
  color: #9f32a7;
}
.navi-audio__list li img {
  width: 22px;
  height: 22px;
}
.navi-audio__btn {
  width: 45px;
  flex: 0 1 auto;
  align-self: flex-end;
  cursor: pointer;
  position: absolute;
  bottom: 40px;
  right: 0;
}
.navi-audio .audio__wrap {
  display: none;
}
.navi-audio .audio__wrap.open .audio__btn::before {
  transform: rotate(180deg);
}
.navi-audio .audio__inner {
  width: 285px;
  height: 50px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  bottom: 0px;
  left: -5px;
}
.navi-audio .audio audio {
  width: 235px;
  height: 42px;
}
.navi-audio .audio__btn {
  width: 42px;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 0 6px rgba(96, 104, 165, 0.33);
  color: #001459;
  font-size: 1rem;
  padding: 10px 8px 10px 15px;
  position: relative;
  top: -2px;
}
.navi-audio .audio__btn::before {
  content: "";
  width: 5px;
  height: 8px;
  display: block;
  background-image: url(../images/icon/arrow_audio.svg);
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 14px;
  left: 6px;
}
.navi-audio__cont .navi-audio__menu {
  box-shadow: none;
}
.navi-audio__cont .navi-audio__title {
  border-radius: 10px;
  top: 0px;
}
.navi-audio__cont .navi-audio__title::after {
  content: "";
  display: block;
  width: 23px;
  height: 33px;
  background-image: url(../images/icon/tail.svg);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: auto 100%;
  position: absolute;
  right: -10px;
  bottom: 5px;
}
.navi-audio__cont .navi-audio__close {
  right: 5px;
  top: -5px;
}

.index .ico--menu {
  position: absolute;
  right: 18px;
  top: 20px;
  z-index: 1;
}
.index .container {
  padding-bottom: 30px;
}
.index .logo {
  position: absolute;
  top: 0.9rem;
  left: 50%;
  transform: translateX(-50%);
  width: 7.1rem;
  z-index: 2;
}
.index .logo > a {
  display: block;
}
.index .index__purple {
  background-color: #eeedfa;
}
.index .index__purple .index-title h3 {
  color: #6E399C;
}
.index .index__purple .index-subTitle, .index .index__purple p {
  color: #6E399C;
}
.index .main-img > img {
  width: 108%;
  position: relative;
  top: 0;
  left: 50%;
  transform: translateX(-51%);
}
.index .search-box {
  position: relative;
  top: -20px;
}
.index .index-menu {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
  padding: 0 3.3rem 30px;
}
.index .index-menu.click--focus {
  position: relative;
}
.index .index-menu.click--focus:before {
  content: "";
  background-color: lightblue !important;
  opacity: 0.4;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.index .index-menu__title {
  text-align: center;
  margin: 40px 0 30px;
}
.index .index-menu__title h3 {
  display: inline-block;
  color: #6e399c;
  font-size: 2.1rem;
}
.index .index-menu__box {
  display: inline-flex;
  align-items: center;
  height: 6rem;
  border-radius: 1.5rem;
  background-color: #f2f2ff;
  box-shadow: 3px 3px 4px rgba(70, 70, 163, 0.23);
  padding: 10px 20px;
  position: relative;
  margin-bottom: 20px;
}
.index .index-menu__box.active .menu-arrow {
  top: 48%;
  transform: rotate(-180deg);
}
.index .index-menu__box .ico {
  width: 5.5rem;
  height: 5.5rem;
  margin-right: 5px;
}
.index .index-menu__box p {
  width: calc(100% - 5.5rem - 5px);
  color: #6e399c;
  font-size: 1.9rem;
  font-weight: 700;
}
.index .index-menu__box .menu-arrow {
  width: 1.4rem;
  height: 0.7rem;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.index .index-menu__boxSub-wrap {
  background-color: #f2f2ff;
  border-radius: 1.5rem;
  box-shadow: 3px 3px 4px rgba(70, 70, 163, 0.23);
  margin: 0px 0 15px;
}
.index .index-menu__boxSub {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  position: relative;
}
.index .index-menu__boxSub:last-child::after {
  display: none;
}
.index .index-menu__boxSub::after {
  content: "";
  width: calc(100% - 30px);
  height: 1px;
  background-color: #d6d6f5;
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
}
.index .index-menu__boxSub .ico {
  width: 4.5rem;
  height: 4.5rem;
  margin-right: 8px;
}
.index .index-menu__boxSub .ico img {
  width: 100%;
}
.index .index-menu__boxSub p {
  width: calc(100% - 4.5rem - 8px);
  color: #6e399c;
  font-size: 1.9rem;
  font-weight: 700;
}
.index .index-menuClac {
  padding: 0px 15px 40px 20px;
}
.index .index-menuClac .index-menu__title {
  margin-top: 20px;
}
.index .index-menuClac .index-menu__title h3 {
  color: #3348bc !important;
}
.index .index-menuClac__box {
  display: flex;
  margin-bottom: 30px;
}
.index .index-menuClac__box:last-child {
  margin-bottom: 0;
}
.index .index-menuClac .menuCalc__icon {
  width: 11rem;
  margin-right: 15px;
}
.index .index-menuClac .menuCalc__text {
  width: calc(100% - 11rem - 15px);
}
.index .index-menuClac .menuCalc__text h5 {
  color: #3348bc;
  font-size: 1.6rem;
  margin-bottom: 10px;
  margin-top: 14px;
}
.index .index-menuClac .menuCalc__text p {
  color: #6877cd;
  font-size: 1.15rem;
  letter-spacing: -1px;
  margin-bottom: 5px;
}
.index .index-menuClac .menuCalc__text p:last-child {
  margin-bottom: 0;
}
.index .index-title {
  text-align: center;
  padding: 40px 0 30px;
}
.index .index-title h3 {
  display: inline-block;
  color: #26337B;
  font-size: 2.1rem;
}
.index .index-3d {
  padding: 0 20px 20px;
}
.index .index-3d__box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 15px;
}
.index .index-3d__box > div {
  text-align: center;
}
.index .index-3d__box > div .img {
  border-radius: 6px;
  overflow: hidden;
}
.index .index-3d__box > div p {
  color: #26337B;
  font-size: 1.7rem;
  font-weight: 700;
  margin-top: 5px;
}
.index .index-vid {
  text-align: center;
  padding: 0 20px 20px;
}
.index .index-vid .index-subTitle {
  font-size: 1.7rem;
  font-weight: 700;
  margin: 20px 0 10px;
}
.index .index-vid p {
  font-size: 1.2rem;
  font-weight: 500;
}
.index .index-vid .btn-vid {
  max-width: 28.5rem;
  margin: 20px 0 35px;
}
.index .index-ref {
  background-color: #fafafa;
  padding: 35px 20px;
}
.index .index-ref .reference {
  background-color: #fafafa;
  color: #9d9d9d;
  font-size: 0.95rem;
  text-align: left;
  word-break: break-all;
}
.index .index-ref .reference .bold {
  color: #9d9d9d;
  font-size: 0.95rem;
  font-weight: 700;
}
.index p {
  word-break: keep-all;
}

.banner__wrap {
  margin: 0px 20px 35px;
  position: relative;
}

.swiper {
  padding-bottom: 30px;
}

.swiper-pagination {
  bottom: 0px !important;
}
.swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
  margin: 0 5px !important;
}
.swiper-pagination-bullet-active {
  background: #5358B2 !important;
}

.search {
  background-color: #F8F8F8;
}
.search .container__inner {
  min-height: 34.3rem;
  padding: 0 4.6rem;
}
.search .page-top {
  position: relative;
  height: 8rem;
  background-color: #e6e6fd;
}
.search .page-top .search-box {
  position: absolute;
  bottom: -2rem;
}
.search__result {
  position: relative;
  margin: 6rem 0;
}
.search__result__row {
  border-top: 1px solid #ddd;
  padding: 1rem 0;
  font-size: 1.5rem;
  line-height: 2rem;
  color: #666666;
  cursor: pointer;
}
.search__result__row:last-child {
  border-bottom: 1px solid #ddd;
}
.search__result .search-word {
  color: #551b79;
  font-weight: 700;
}
.search__result-empty {
  position: absolute;
  top: 4rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: 1.6rem;
  line-height: 2.3rem;
  color: #666666;
  text-align: center;
}

.search-box {
  overflow: hidden;
  display: flex;
  justify-content: center;
  width: calc(100% - 9.2rem);
  height: 4rem;
  margin: 0 4.6rem;
  border-radius: 4.95rem;
  background-color: #ffffff;
  box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.08);
}
@media only screen and (max-width: 320px) {
  .search-box {
    width: calc(100% - 4rem);
    margin: 0 2rem;
  }
}
.search-box > input {
  width: calc(100% - 7.5rem);
  padding: 0 1.6rem;
  font-size: 16px;
  color: #000;
  font-weight: 400;
}
.search-box__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 7.5rem;
  height: 100%;
  border-radius: 4.95rem;
  font-size: 1.6rem;
  font-weight: 700;
  background-color: #001559;
  color: #ffffff;
}

.category .header {
  box-shadow: 0 0 2.25rem rgba(0, 0, 0, 0.25);
}
.category .container {
  padding: 4.5rem 0 6rem;
}
.category .container .contents {
  max-width: 750px;
  margin: 0 auto;
}
.category__title {
  font-size: 5.4vw;
  font-weight: 700;
  padding: 0px 1.2rem 20px;
  word-break: keep-all;
}
.category__title::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 10px;
}
.category__subTitle {
  font-size: 5vw;
  font-weight: 700;
  color: #6E399C;
  padding: 35px 1.2rem 20px;
}
.category__subTitle:first-of-type {
  padding-top: 0;
}
.category__subTitle + li {
  margin-top: 0 !important;
}
.category__highBp {
  color: #E87071;
}
.category__highBp::after {
  background-color: #E87071;
}
.category__dyslipidemia {
  color: #663D97;
}
.category__dyslipidemia::after {
  background-color: #663D97;
}
.category__diabetes {
  color: #F4A903;
}
.category__diabetes::after {
  background-color: #F4A903;
}
.category__stroke {
  color: #03A7A8;
}
.category__stroke::after {
  background-color: #03A7A8;
}
.category__bloodVessel {
  color: #9F32A7;
}
.category__bloodVessel::after {
  background-color: #9F32A7;
}
.category__osteoarthritis {
  color: #59C0CC;
}
.category__osteoarthritis::after {
  background-color: #59C0CC;
}
.category__neuropathic_pain {
  color: #334DBA;
}
.category__neuropathic_pain::after {
  background-color: #334DBA;
}
.category__diabeticNeuropathy {
  color: #E89209;
}
.category__diabeticNeuropathy::after {
  background-color: #E89209;
}
.category__lumbago {
  color: #6C9D1D;
}
.category__lumbago::after {
  background-color: #6C9D1D;
}
.category__shingles {
  color: #5B4DAF;
}
.category__shingles::after {
  background-color: #5B4DAF;
}
.category__video {
  color: #6E399C;
  line-height: 1.2;
}
.category__video::after {
  background-color: #6E399C;
}
.category__calc {
  color: #5664B7;
  line-height: 1.2;
}
.category__calc::after {
  background-color: #5664B7;
}
.category__list > li {
  cursor: pointer;
  padding: 0 1.2rem;
}
.category__list > li a {
  display: block;
}
.category__list > li.click--focus {
  position: relative;
}
.category__list > li.click--focus:before {
  content: "";
  background-color: lightblue !important;
  opacity: 0.4;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.category__list > li:not(:first-of-type) {
  margin-top: 1.3rem;
}

.sub .contents {
  max-width: 750px;
  margin: 0 auto;
  padding-top: 3.4rem;
  padding-bottom: 5.9rem;
}
.sub__visual > img {
  width: 100%;
}
.sub__tit {
  font-family: "Pretendard", "Malgun Gothic", "맑은 고딕", "돋움", dotum, sans-serif !important;
  font-size: 2.2rem;
  font-weight: 700;
}
.sub__tit span {
  font-family: "Pretendard", "Malgun Gothic", "맑은 고딕", "돋움", dotum, sans-serif !important;
}
.sub__tit--line {
  display: flex;
}
.sub__tit--sec {
  margin-top: 3.5rem;
}
.sub__tit__small {
  font-size: 2rem;
}
.sub.calc .sub__tit {
  color: #5664b7;
}
.sub.calc .btn-category {
  color: #5664b7;
  border-color: #5664b7;
}
.sub.high_bp .sub__tit {
  color: #e87171;
}
.sub.high_bp .btn-category {
  color: #e87171;
  border-color: #e87171;
}
.sub.dyslipidemia .sub__tit {
  color: #6e399c;
}
.sub.dyslipidemia .btn-category {
  color: #6e399c;
  border-color: #6e399c;
}
.sub.diabetes .sub__tit {
  color: #f5aa00;
}
.sub.diabetes .btn-category {
  color: #f5aa00;
  border-color: #f5aa00;
}
.sub.diabetes .btn-3d {
  left: 31.5%;
}
.sub.diabetes .btn-3d1 {
  top: 22.5%;
}
.sub.diabetes .btn-3d2 {
  top: 51%;
}
.sub.stroke .sub__tit {
  color: #00a8a8;
}
.sub.stroke .btn-category {
  color: #00a8a8;
  border-color: #00a8a8;
}
.sub.blood_vessel .sub__tit {
  color: #9f32a7;
}
.sub.blood_vessel .btn-category {
  color: #9f32a7;
  border-color: #9f32a7;
}
.sub.osteoarthritis .sub__tit {
  color: #58c0cc;
}
.sub.osteoarthritis .btn-category {
  color: #58c0cc;
  border-color: #58c0cc;
}
.sub.osteoarthritis .txt--color {
  color: #58c0cc;
}
.sub.osteoarthritis .btn-3d {
  left: 25%;
}
.sub.osteoarthritis .btn-3d1 {
  top: 12%;
}
.sub.osteoarthritis .btn-3d2 {
  top: 63.5%;
}
.sub.neuropathic_pain .sub__tit {
  color: #334dba;
}
.sub.neuropathic_pain .btn-category {
  color: #334dba;
  border-color: #334dba;
}
.sub.diabetic_neuropathy .sub__tit {
  color: #e89209;
}
.sub.diabetic_neuropathy .btn-category {
  color: #e89209;
  border-color: #e89209;
}
.sub.diabetic_neuropathy .btn-3d {
  position: relative;
  left: 10%;
  margin-top: 10px;
}
.sub.lumbago .sub__tit {
  color: #6c9d1d;
}
.sub.lumbago .btn-category {
  color: #6c9d1d;
  border-color: #6c9d1d;
}
.sub.shingles .sub__tit {
  color: #5a4daf;
}
.sub.shingles .btn-category {
  color: #5a4daf;
  border-color: #5a4daf;
}
.sub .btn-next {
  display: block;
  margin-top: 3rem;
}
.sub .btn-link {
  display: block;
  padding: 1.5rem 1rem 0.5rem;
}
.sub .note {
  margin-top: 2rem;
}
.sub .btn-wrap {
  margin-top: 3.5rem;
  text-align: center;
}
.sub .btn-wrap .btn-category {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  height: 4.5rem;
  padding: 0 3.8rem;
  font-family: "Pretendard", "Malgun Gothic", "맑은 고딕", "돋움", dotum, sans-serif !important;
  font-size: 1.8rem;
  font-weight: 700;
  border-radius: 25.5rem;
  border: 1px solid;
}
.sub__vid {
  position: relative;
  width: 100%;
}
.sub__vid > iframe,
.sub__vid > video {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.sub .btn-next.click--focus {
  position: relative;
}
.sub .btn-next.click--focus:before {
  content: "";
  background-color: lightblue !important;
  opacity: 0.4;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.accordion {
  margin: 1rem 0 3.5rem;
  border-bottom: 1px solid #001559;
}
.accordion--none {
  margin-bottom: 0;
  border-bottom: none;
}
.accordion__cnt {
  position: relative;
}
.accordion__item {
  border-top: 1px solid #001559;
}
.accordion__item .accordion__top.click--focus {
  position: relative;
}
.accordion__item .accordion__top.click--focus:before {
  content: "";
  background-color: lightblue !important;
  opacity: 0.4;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.accordion__item--active .accordion__top:after {
  transform: rotate(0);
}
.accordion__item--active .accordion__cnt {
  display: block;
}
.accordion__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 6.25rem;
  padding-left: 1.2rem;
  text-align: left;
  font-size: 1.7rem;
  font-weight: 700;
  color: #001559;
}
.accordion__top span {
  width: calc(100% - 4.25rem);
  font-family: "Pretendard", "Malgun Gothic", "맑은 고딕", "돋움", dotum, sans-serif !important;
}
.accordion__top:after {
  content: "";
  width: 4.25rem;
  height: 100%;
  background: url("../images/icon/ico_accordion_arrow.svg") no-repeat center center/2.25rem 1.15rem;
  transform: rotate(-180deg);
}
.accordion__cnt {
  display: none;
  padding-bottom: 3.5rem;
}
.accordion__cnt--pdt {
  padding-top: 2.5rem;
  padding-bottom: 0.5rem;
}

sup {
  font-family: "Pretendard", "Malgun Gothic", "맑은 고딕", "돋움", dotum, sans-serif !important;
  font-size: 0.8rem;
  vertical-align: text-top;
}

.video-cont__wrap .video {
  width: 100%;
}

.btn-3d {
  width: 55%;
  height: 12vw;
  position: absolute;
  left: 3%;
  top: 0%;
  z-index: 1;
}

.pop {
  position: relative;
  z-index: 5;
}
.pop__main {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  padding: 0 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.pop__main__inner {
  position: relative;
}
.pop__main__close {
  position: absolute;
  right: 5%;
  top: 3%;
  width: 9%;
  height: 6%;
}
.pop__main__go {
  position: absolute;
  left: 15%;
  bottom: 28%;
  width: 70%;
  height: 11%;
}
.pop__main__dont-show {
  position: absolute;
  left: 15%;
  bottom: 1%;
  width: 70%;
  height: 11%;
}
.pop__main__video {
  position: absolute;
  left: 15%;
  bottom: 15%;
  width: 70%;
  height: 11%;
}
.pop__cnt {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  padding: 0 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.pop__cnt__close1 {
  position: absolute;
  left: 27%;
  bottom: 14%;
  width: 46%;
  height: 11%;
}
.pop__cnt__close2 {
  position: absolute;
  left: 36%;
  bottom: 4%;
  width: 29%;
  height: 7%;
}
.pop .btn__close {
  position: absolute;
  right: 1rem;
  top: 1.5rem;
  width: 2rem;
  height: 2rem;
  background: url("../images/pop/pop_close.svg") no-repeat center center/cover;
}
.pop__go {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}
.pop__go .inner {
  height: 100%;
}
.pop__go .tit {
  height: 9.9rem;
  line-height: 9.9rem;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
.pop__go__cnt {
  height: calc(100% - 13.8rem);
  background-color: #525252;
  border-radius: 2rem;
}
.pop__go__item {
  overflow: unset;
  height: 100%;
}
.pop__go__item .swiper-wrapper {
  height: 100%;
}
.pop__go__item .swiper-slide {
  display: flex;
  align-items: center;
}
.pop__go__item .swiper-button-next,
.pop__go__item .swiper-button-prev {
  top: 47%;
  color: #ffffff;
}
.pop__go__item .swiper-button-next:after,
.pop__go__item .swiper-button-prev:after {
  font-size: 3rem;
}
.pop__go__item .swiper-button-next.swiper-button-disabled,
.pop__go__item .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}
.pop__go__item .swiper-pagination-bullet {
  background-color: #3e3e3e;
}
.pop__go__item .swiper-pagination-bullet-active {
  background-color: #f26262;
}
.pop__go__item .swiper-pagination {
  bottom: -3.9rem !important;
  height: 3.9rem;
  line-height: 3.9rem;
}
.pop__vid {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.95);
}
.pop__vid .inner {
  width: 100%;
  background-color: #ffffff;
  position: absolute;
  top: 47%;
  transform: translateY(-50%);
}
.pop__vid video {
  width: 100%;
}
.pop__vid .btn__close {
  top: -3.25rem;
  background: url("../images/icon/ico_close_white.svg") no-repeat center center/cover;
  z-index: 9999;
}
.pop-event {
  display: none;
}
.pop-event.on {
  display: block;
}
.pop-event .inner {
  width: calc(100% - 5rem);
  background-color: #ffffff;
  border-radius: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.pop-event__img .main-img {
  width: calc(100% - 60px);
  height: 170px;
  margin: 30px auto 25px;
}
.pop-event__img > img {
  max-width: calc(100% + 18px);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}
.pop-event__text {
  margin-bottom: 30px;
}
.pop-event__text p {
  display: inline-block;
  font-size: 2rem;
  margin-bottom: 10px;
}
.pop-event__text p:first-child {
  font-size: 2rem;
  position: relative;
}
.pop-event__text p:first-child::before {
  content: "";
  display: block;
  width: 150px;
  height: 11px;
  background-color: #d6d6ff;
  border-radius: 5px;
  position: absolute;
  top: 18px;
  left: -16px;
  z-index: -1;
}
.pop-event__btns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.pop-event__btns .btn {
  color: #ffffff;
  font-size: 1.6rem;
  padding: 18px 5px;
}
.pop-event__btns .btn-gray {
  background-color: #555555;
  border-radius: 0 0 0 16px;
}
.pop-event__btns .btn-blue {
  background-color: #6a6aba;
  border-radius: 0 0 16px 0;
}
.pop-event2 .btn-close {
  box-sizing: initial;
  width: 20px;
  height: 20px;
  padding: 15px;
  position: absolute;
  top: -50px;
  right: -5px;
}
.pop-event2 .btn-close img {
  width: 100%;
}
.pop-event2 .inner__bRadius {
  border-radius: 16px;
  overflow: hidden;
}
.pop-vid {
  display: none;
  z-index: 15;
}
.pop-vid .inner {
  width: calc(100% - 5rem);
  position: absolute;
  top: 47%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pop-vid h3 {
  color: #ffffff;
  font-size: 1.5rem;
  margin-bottom: 15px;
}
.pop-vid .text-alert {
  width: 100%;
  color: #ffffff;
  font-weight: 700;
  font-size: 1.5rem;
  text-align: center;
  position: absolute;
  bottom: -50px;
}
.pop-vid .btn__close {
  width: 25px;
  height: 25px;
  background: none;
  box-sizing: initial;
  padding: 15px;
  position: absolute;
  top: -15px;
  right: -15px;
  z-index: 10;
}
.pop-vid .video {
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
}
.pop-vid .video__wrap {
  width: 100%;
}

.svg__btn {
  cursor: pointer;
}

.container-calc .page-top__color-box {
  background-color: #f0f5ff;
}
.container-calc .calc-main h3,
.container-calc .calc-main h4 {
  font-family: "Pretendard", "Malgun Gothic", "맑은 고딕", "돋움", dotum, sans-serif !important;
  font-size: 2.2rem;
  color: #5664b7;
  text-align: center;
  position: relative;
  line-height: 1.2;
  margin-bottom: 30px;
}
.container-calc .calc-main h3::after,
.container-calc .calc-main h4::after {
  content: "";
  width: 40px;
  height: 4px;
  display: block;
  background-color: #5664b7;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}
.container-calc .calc-main h3 sup,
.container-calc .calc-main h4 sup {
  font-family: "Pretendard", "Malgun Gothic", "맑은 고딕", "돋움", dotum, sans-serif !important;
  font-size: 1rem;
}
.container-calc .calc-main h3 {
  margin-bottom: 55px;
}
.container-calc .calc-main h4 {
  font-size: 1.65rem;
}
.container-calc .calc-main p {
  word-break: keep-all;
}
.container-calc .calc-main__box {
  background-color: #f4f7fd;
  border-radius: 10px;
  padding: 35px 30px;
  margin-bottom: 15px;
}
.container-calc .calc-main__box:last-of-type {
  margin-bottom: 0;
}
.container-calc .calc-main__box > p {
  font-family: "Pretendard", "Malgun Gothic", "맑은 고딕", "돋움", dotum, sans-serif !important;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.5;
}
.container-calc .calc-main__box .ipt__wrap {
  margin-top: 40px;
}
.container-calc .calc-main__box .ipt__wrap-center {
  text-align: center;
}
.container-calc .calc-main__box .ipt__box {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
}
.container-calc .calc-main__box .ipt__box:last-child {
  margin-bottom: 0;
}
.container-calc .calc-main__box .ipt__box .ipt__label {
  width: 60px;
  font-size: 1.6rem;
  font-family: "Pretendard", "Malgun Gothic", "맑은 고딕", "돋움", dotum, sans-serif !important;
  font-weight: 600;
  margin-right: 15px;
  -moz-text-align-last: left;
       text-align-last: left;
}
.container-calc .calc-main__box .ipt__box .ipt__label.blank {
  color: red;
}
.container-calc .calc-main__box .ipt__box input,
.container-calc .calc-main__box .ipt__box select {
  max-width: 110px;
  height: 58px;
  border-radius: 10px;
  box-shadow: 2px 2px 8px rgba(71, 73, 124, 0.33);
  font-family: "Pretendard", "Malgun Gothic", "맑은 고딕", "돋움", dotum, sans-serif !important;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: right;
  padding: 15px;
}
.container-calc .calc-main__box .ipt__box input::-moz-placeholder, .container-calc .calc-main__box .ipt__box select::-moz-placeholder {
  color: #bfbfbf;
}
.container-calc .calc-main__box .ipt__box input::placeholder,
.container-calc .calc-main__box .ipt__box select::placeholder {
  color: #bfbfbf;
}
.container-calc .calc-main__box .ipt__box input:disabled,
.container-calc .calc-main__box .ipt__box select:disabled {
  background-color: #ffffff;
}
.container-calc .calc-main__box .ipt__box input.ipt-small,
.container-calc .calc-main__box .ipt__box select.ipt-small {
  width: 170px;
}
.container-calc .calc-main__box .ipt__box input + p,
.container-calc .calc-main__box .ipt__box select + p {
  font-family: "Pretendard", "Malgun Gothic", "맑은 고딕", "돋움", dotum, sans-serif !important;
  font-size: 1.6rem;
  font-weight: 600;
  margin-left: 10px;
}
.container-calc .calc-main__box .ipt__box input option,
.container-calc .calc-main__box .ipt__box select option {
  font-family: "Pretendard", "Malgun Gothic", "맑은 고딕", "돋움", dotum, sans-serif !important;
}
.container-calc .calc-main__box .ipt__box input.text-left,
.container-calc .calc-main__box .ipt__box select.text-left {
  text-align: left;
}
.container-calc .calc-main .calc-main__boxInner {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 40px 40px;
}
.container-calc .calc-main .btn__calc {
  display: inline-block;
  background-color: #5664b7;
  border-radius: 100px;
  cursor: pointer;
  font-family: "Pretendard", "Malgun Gothic", "맑은 고딕", "돋움", dotum, sans-serif !important;
  font-size: 1.75rem;
  color: #ffffff;
  margin: 40px 0 0px;
  padding: 16px 30px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.container-calc .calc-main .calc__des {
  border-bottom: 1px solid #d4d9f2;
  color: #999999;
  font-size: 1rem;
  padding-bottom: 20px;
  margin: 10px 0 0px;
}
.container-calc .calc-main .goto-category {
  border-color: #5664b7;
  color: #5664b7;
}
.container-calc .calc-main .calc-result__box {
  height: 0;
  padding: 0 !important;
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}
.container-calc .calc-main .calc-result__box::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #d4d9f2;
  position: absolute;
  bottom: -20px;
  left: 0;
}
.container-calc .calc-main .calc-result__box.show {
  height: auto;
  margin-top: 20px;
  margin-bottom: 40px;
  padding: 40px 20px !important;
  padding-bottom: 40px !important;
  overflow: initial;
}
.container-calc .calc-main .calc-result__box h4 {
  font-size: 2rem;
  margin-bottom: 45px;
}
.container-calc .calc-main .calc-result__box h4 sup {
  font-size: 1rem;
}
.container-calc .calc-main .calc-result__box > p {
  font-size: 1.6rem;
  text-align: center;
}
.container-calc .calc-main .calc-result__box sup {
  font-size: 0.8rem;
}
.container-calc .calc-main .calc-result__box .text-red {
  color: #df5e3f;
  font-family: "Pretendard", "Malgun Gothic", "맑은 고딕", "돋움", dotum, sans-serif !important;
  font-size: 1.8rem;
  font-weight: 700;
}
.container-calc .calc-main .calc-result__box .chart-bmi {
  margin-top: 30px;
}
.container-calc .calc-main .calc-result__box .calc-result__num {
  font-size: 1.8rem;
}
.container-calc .calc-main .calc-result__box .calc-result__num span {
  font-size: 1.8rem;
}
.container-calc .calc-main .calc-result__box .calc-result__text span {
  font-size: 1.6rem;
}
.container-calc .calc-main .calc-result__box .btn__download {
  background-color: #343b62;
  padding: 15px 60px 15px 30px;
  position: relative;
}
.container-calc .calc-main .calc-result__box .btn__download::after {
  content: "";
  display: block;
  width: 14px;
  height: 26px;
  background-image: url(../images/icon/download.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 35px;
}
.container-calc .calc-main .calc-result__box .reference-white {
  background-color: #ffffff;
  border-radius: 10px;
  margin-top: 70px;
}
.container-calc .calc-main .calc-result__box .download-result {
  font-size: 1.2rem;
  text-align: left;
  margin-top: 40px;
  padding: 0 20px;
}
.container-calc .calc-main .calc-result__box .download-result + .reference-white {
  margin-top: 40px;
}
.container-calc .calc-main .calc-result__box .download-result sup {
  font-size: 0.7rem;
}
.container-calc .calc-main .calc__download {
  width: 100%;
  background-color: #ffffff;
  padding: 50px 20px;
  display: none;
}
.container-calc .calc-main .calc__download .logo {
  width: 125px;
  margin: 0 auto;
}
.container-calc .calc-main .calc__download h3 {
  font-size: 2.1rem;
  margin-top: 40px;
  margin-bottom: 40px;
}
.container-calc .calc-main .calc__download > p {
  text-align: center;
}
.container-calc .calc-main .calc__download .calc-result__num {
  font-size: 1.7rem;
}
.container-calc .calc-main .calc__download .calc-result__num span.text-red {
  color: #df5e3f;
  font-size: 1.7rem;
  font-weight: 700;
  font-family: "Pretendard", "Malgun Gothic", "맑은 고딕", "돋움", dotum, sans-serif !important;
}
.container-calc .calc-main .calc__download .calc-result__text {
  color: #808080;
  font-size: 1.6rem;
}
.container-calc .calc-main .calc__download .calc-result__text span {
  color: #808080;
  font-size: 1.6rem;
}
.container-calc .calc-main .calc__download .calc-result__text sup {
  font-size: 0.8rem;
}
.container-calc .calc-main .calc__download .input-val__wrap {
  display: flex;
  justify-content: center;
  background-color: #f4f7fd;
  border-radius: 10px;
  padding: 40px 20px;
  margin-top: 40px;
}
.container-calc .calc-main .calc__download .input-val:first-child {
  margin-right: 30px;
}
.container-calc .calc-main .calc__download .input-val p {
  font-size: 1.7rem;
}
.container-calc .calc-main .calc__download .input-val p span {
  font-family: "Pretendard", "Malgun Gothic", "맑은 고딕", "돋움", dotum, sans-serif !important;
  font-weight: 700;
  font-size: 1.7rem;
  margin-left: 15px;
}
.container-calc .calc-main .calc__download .chart-bmi {
  background-color: #f4f7fd;
  border-radius: 10px;
  margin-top: 10px;
  padding: 30px;
}
.container-calc .calc-main .calc__download .reference {
  border-radius: 10px;
  margin-top: 20px;
}
.container-calc .calc-main__col2 {
  display: grid;
  flex-wrap: wrap;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 40px;
}
.container-calc .calc-main__col2 .calc-main__box {
  padding: 25px 40px;
  position: relative;
}
.container-calc .calc-main__col2 .ipt__box {
  height: 100%;
  display: flex;
}
.container-calc .calc-main__col2 .ipt__box input,
.container-calc .calc-main__col2 .ipt__box p,
.container-calc .calc-main__col2 .ipt__box .select__wrap {
  margin-left: auto;
}
.container-calc .calc-main__col2 .ipt__box .radiobox__wrap {
  margin-left: auto;
}
.container-calc .calc-main__col2 .ipt__box .radiobox__wrap label:last-child {
  margin-right: 0;
}
.container-calc .calc-main.calc-globo .calc__download .calc-result__num.mb-30 {
  font-size: 1.7rem;
}
.container-calc .calc-main.calc-globo .calc__download .calc-result__num.mb-30 span {
  font-size: 1.7rem;
}
.container-calc .calc-main.calc-globo input[type=text]:disabled {
  background: #ffffff;
  color: #000;
  opacity: 1;
  -webkit-text-fill-color: inherit;
}
.container-calc .calc-main.calc-globo .calc-main__box, .container-calc .calc-main.calc-cra .calc-main__box {
  padding: 25px 20px;
}
.container-calc .calc-main.calc-globo .ipt__box, .container-calc .calc-main.calc-cra .ipt__box {
  display: flex;
}
.container-calc .calc-main.calc-globo .ipt__box input,
.container-calc .calc-main.calc-globo .ipt__box .select__wrap,
.container-calc .calc-main.calc-globo .ipt__box .radiobox__wrap, .container-calc .calc-main.calc-cra .ipt__box input,
.container-calc .calc-main.calc-cra .ipt__box .select__wrap,
.container-calc .calc-main.calc-cra .ipt__box .radiobox__wrap {
  width: 100%;
  max-width: 170px;
  margin-left: auto;
}
.container-calc .calc-main.calc-globo .ipt__box label, .container-calc .calc-main.calc-cra .ipt__box label {
  width: 110px;
  font-family: "Pretendard", "Malgun Gothic", "맑은 고딕", "돋움", dotum, sans-serif !important;
  font-size: 1.6rem;
  font-weight: 600;
}
.container-calc .calc-main.calc-globo .ipt__box select, .container-calc .calc-main.calc-cra .ipt__box select {
  width: 100%;
  max-width: initial;
  background-color: #ffffff;
  color: #000;
}
.container-calc .calc-main.calc-globo .ipt__box .ipt-small, .container-calc .calc-main.calc-cra .ipt__box .ipt-small {
  max-width: 120px;
}
.container-calc .calc-main.calc-globo .calc__download, .container-calc .calc-main.calc-cra .calc__download {
  padding: 40px;
}
.container-calc .calc-main.calc-globo .calc__download .input-val__wrap, .container-calc .calc-main.calc-cra .calc__download .input-val__wrap {
  display: block;
  padding: 30px;
}
.container-calc .calc-main.calc-globo .calc__download .input-val__wrap .input-val, .container-calc .calc-main.calc-cra .calc__download .input-val__wrap .input-val {
  margin-right: 0;
  margin-bottom: 20px;
}
.container-calc .calc-main.calc-globo .calc__download .input-val__wrap .input-val:last-child, .container-calc .calc-main.calc-cra .calc__download .input-val__wrap .input-val:last-child {
  margin-bottom: 0px;
}
.container-calc .calc-main.calc-globo .calc__download .input-val__wrap .input-val p, .container-calc .calc-main.calc-cra .calc__download .input-val__wrap .input-val p {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.container-calc .calc-main.calc-globo .calc__download .input-val__wrap .input-val p span, .container-calc .calc-main.calc-cra .calc__download .input-val__wrap .input-val p span {
  margin-left: auto;
  position: relative;
  top: 3px;
}
.container-calc .calc-main.calc-globo .calc__download .calc-result__text, .container-calc .calc-main.calc-cra .calc__download .calc-result__text {
  font-size: 1.6rem;
}
.container-calc .calc-main.calc-globo .calc__download .calc-result__text sup, .container-calc .calc-main.calc-cra .calc__download .calc-result__text sup {
  font-size: 0.8rem;
}
.container-calc .calc-main.calc-cra .ipt__box .ipt__label {
  margin-right: 0;
}
.container-calc .calc-main.calc-cra .ipt__box input {
  width: 130px;
  padding: 20px;
}
.container-calc .calc-main.calc-diabetes .calc-main__box {
  padding: 30px 20px 40px;
}
.container-calc .calc-main.calc-diabetes .calc-main__boxText {
  font-size: 1.5rem;
}
.container-calc .calc-main.calc-diabetes .calc-main__boxInner {
  margin-top: 20px;
  padding: 20px;
}
.container-calc .calc-main.calc-diabetes .calc__des {
  margin-top: 20px;
}
.container-calc .calc-main.calc-diabetes .q__wrap {
  margin-bottom: 40px;
}
.container-calc .calc-main.calc-diabetes .q__wrap p {
  font-size: 1.7rem;
  font-family: "Pretendard", "Malgun Gothic", "맑은 고딕", "돋움", dotum, sans-serif !important;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 20px;
}
.container-calc .calc-main.calc-diabetes .q__wrap p.blank {
  color: red;
}
.container-calc .calc-main.calc-diabetes .radiobox__wrap2 {
  width: 200px;
  margin: 0 auto;
}
.container-calc .calc-main.calc-diabetes .btn__result {
  font-size: 1.4rem;
  padding: 16px 20px;
}
.container-calc .calc-main.calc-diabetes .calc__download {
  padding: 20px;
}
.container-calc .calc-main.calc-diabetes .calc__download .input-val__wrap {
  display: block;
  padding: 30px;
}
.container-calc .calc-main.calc-diabetes .calc__download .input-val__wrap > p {
  font-size: 1.2rem;
  margin-bottom: 30px;
}
.container-calc .calc-main.calc-diabetes .calc__download .input-val__wrap .input-val__inner {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 20px 25px;
}
.container-calc .calc-main.calc-diabetes .calc__download .input-val__wrap .input-val {
  display: flex;
  flex-wrap: wrap;
  margin-right: 0;
  margin-bottom: 20px;
}
.container-calc .calc-main.calc-diabetes .calc__download .input-val__wrap .input-val:last-child {
  margin-bottom: 0px;
}
.container-calc .calc-main.calc-diabetes .calc__download .input-val__wrap .input-val p {
  width: calc(100% - 60px);
  font-family: "Pretendard", "Malgun Gothic", "맑은 고딕", "돋움", dotum, sans-serif !important;
  font-size: 1.1rem;
  justify-content: space-between;
  padding-left: 10px;
  position: relative;
}
.container-calc .calc-main.calc-diabetes .calc__download .input-val__wrap .input-val p span {
  font-family: 500;
  font-size: 1.1rem;
  margin-left: 0;
  position: absolute;
  top: 0;
  left: -5px;
}
.container-calc .calc-main.calc-diabetes .calc__download .input-val__wrap .input-val > span {
  color: #5664b7;
  font-family: "Pretendard", "Malgun Gothic", "맑은 고딕", "돋움", dotum, sans-serif !important;
  font-weight: 700;
  font-size: 1.1rem;
  margin-left: auto;
}
.container-calc .calc-main.calc-pain .calc-main__box {
  padding: 20px;
  padding-bottom: 40px;
}
.container-calc .calc-main.calc-pain .calc-main__boxInner {
  margin-bottom: 20px;
  padding: 30px 0;
  text-align: center;
}
.container-calc .calc-main.calc-pain .calc-main__boxInner:last-of-type {
  margin-bottom: 0;
}
.container-calc .calc-main.calc-pain .q__wrap {
  margin-bottom: 40px;
}
.container-calc .calc-main.calc-pain .q__box-wrap {
  width: calc(100% - 50px);
  display: flex;
  flex-wrap: wrap;
  gap: 10px 8px;
  justify-content: space-between;
  margin: 0 auto 10px;
}
@media only screen and (max-width: 375px) {
  .container-calc .calc-main.calc-pain .q__box-wrap {
    gap: 10px 0;
  }
}
.container-calc .calc-main.calc-pain .q__title {
  font-size: 1.7rem;
  margin-bottom: 25px;
  padding: 0 30px;
  word-break: keep-all;
}
.container-calc .calc-main.calc-pain .q__title.blank {
  color: red;
}
.container-calc .calc-main.calc-pain .radio__wrap4 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-bottom: 45px;
  padding: 20px;
}
.container-calc .calc-main.calc-pain .radio__wrap4 img {
  width: 116px;
  height: 70px;
}
.container-calc .calc-main.calc-pain .radio__wrap4 .q__box {
  border: 1px solid #dddddd;
  border-radius: 6px;
  padding: 10px;
  padding-left: 10px;
  -webkit-tap-highlight-color: transparent;
}
.container-calc .calc-main.calc-pain .radio__wrap4 .q__box label {
  font-size: 1.5rem;
}
.container-calc .calc-main.calc-pain .radio__wrap4 .clicked {
  width: 100%;
  height: 100%;
  position: relative;
}
.container-calc .calc-main.calc-pain .radio__wrap4 .clicked::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  border: 3px solid #5664B7;
  border-radius: 6px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.container-calc .calc-main.calc-pain .radio__wrap2 {
  display: block;
}
.container-calc .calc-main.calc-pain .radio__wrap2 > p {
  font-size: 1.7rem;
  margin-bottom: 20px;
}
.container-calc .calc-main.calc-pain .radio__wrap2 .radio__item-wrap {
  width: 200px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 0 auto;
}
.container-calc .calc-main.calc-pain .radio__wrap5 .q__wrap {
  margin-bottom: 60px;
}
.container-calc .calc-main.calc-pain .calc__des {
  margin-top: 20px;
}
.container-calc .calc-main.calc-pain .desc-img {
  max-width: 660px;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 10px;
  margin: 40px auto 0;
}
.container-calc .calc-main.calc-pain .desc-img__text {
  margin-top: 10px;
}
.container-calc .calc-main.calc-pain .desc-img__text .text__box {
  display: flex;
  margin-bottom: 10px;
}
.container-calc .calc-main.calc-pain .desc-img__text .text__box:nth-child(2) .dot-color {
  background-color: #c7744e;
}
.container-calc .calc-main.calc-pain .desc-img__text .text__box:last-child {
  margin-bottom: 0;
}
.container-calc .calc-main.calc-pain .desc-img__text .text__box:last-child .dot-color {
  background-color: #832a01;
}
.container-calc .calc-main.calc-pain .desc-img__text .dot-color {
  width: 10px;
  height: 10px;
  background-color: #dbad99;
  border-radius: 100%;
}
.container-calc .calc-main.calc-pain .desc-img__text p {
  font-size: 1.1rem;
  line-height: 1.3;
  margin-left: 5px;
}
.container-calc .calc-main.calc-pain .calc__download .input-val__wrap {
  padding: 25px;
}
.container-calc .calc-main.calc-pain .calc__download p {
  font-family: "Pretendard", "Malgun Gothic", "맑은 고딕", "돋움", dotum, sans-serif !important;
  font-size: 1.1rem;
}
.container-calc .calc-main.calc-pain .calc__download .calc-result__text {
  font-size: 1.6rem;
}
.container-calc .calc-main.calc-pain .input-val__wrap {
  display: block;
}
.container-calc .calc-main.calc-pain .input-val__wrap .input-val__inner {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 40px;
}
.container-calc .calc-main.calc-pain .input-val__wrap .input-val__inner:last-child {
  margin-bottom: 0;
}
.container-calc .calc-main.calc-pain .input-val__wrap .show-result__q1 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}
.container-calc .calc-main.calc-pain .input-val__wrap .show-result__q1:last-child {
  margin-bottom: 0;
}
.container-calc .calc-main.calc-pain .input-val__wrap .show-result__q1 p {
  font-family: "Pretendard", "Malgun Gothic", "맑은 고딕", "돋움", dotum, sans-serif !important;
  font-size: 1.1rem;
}
.container-calc .calc-main.calc-pain .input-val__wrap .show-result__q1 .show-result__num {
  width: 24px;
  height: 24px;
  background-color: #822a00;
  border-radius: 100%;
  color: #ffffff;
  font-family: 500;
  line-height: 20px;
  text-align: center;
}
.container-calc .calc-main.calc-pain .input-val__wrap .show-result__q1 .show-result__num.rBg-0 {
  background-color: rgba(130, 42, 0, 0.1);
}
.container-calc .calc-main.calc-pain .input-val__wrap .show-result__q1 .show-result__num.rBg-1 {
  background-color: rgba(130, 42, 0, 0.15);
}
.container-calc .calc-main.calc-pain .input-val__wrap .show-result__q1 .show-result__num.rBg-2 {
  background-color: rgba(130, 42, 0, 0.2);
}
.container-calc .calc-main.calc-pain .input-val__wrap .show-result__q1 .show-result__num.rBg-3 {
  background-color: rgba(130, 42, 0, 0.3);
}
.container-calc .calc-main.calc-pain .input-val__wrap .show-result__q1 .show-result__num.rBg-4 {
  background-color: rgba(130, 42, 0, 0.4);
}
.container-calc .calc-main.calc-pain .input-val__wrap .show-result__q1 .show-result__num.rBg-5 {
  background-color: rgba(130, 42, 0, 0.5);
}
.container-calc .calc-main.calc-pain .input-val__wrap .show-result__q1 .show-result__num.rBg-6 {
  background-color: rgba(130, 42, 0, 0.6);
}
.container-calc .calc-main.calc-pain .input-val__wrap .show-result__q1 .show-result__num.rBg-7 {
  background-color: rgba(130, 42, 0, 0.7);
}
.container-calc .calc-main.calc-pain .input-val__wrap .show-result__q1 .show-result__num.rBg-8 {
  background-color: rgba(130, 42, 0, 0.8);
}
.container-calc .calc-main.calc-pain .input-val__wrap .show-result__q1 .show-result__num.rBg-9 {
  background-color: rgba(130, 42, 0, 0.9);
}
.container-calc .calc-main.calc-pain .input-val__wrap .show-result__q1 .show-result__num.rBg-10 {
  background-color: #822a00;
}
.container-calc .calc-main.calc-pain .input-val__wrap .show-result__q2-1 {
  width: 80%;
  display: flex;
  align-items: start;
  border: 3px solid #5664b7;
  border-radius: 6px;
  padding: 15px;
  margin-top: 20px;
}
.container-calc .calc-main.calc-pain .input-val__wrap .show-result__q2-1 .check {
  width: 11px;
  position: relative;
  top: 2px;
  margin-right: 5px;
}
.container-calc .calc-main.calc-pain .input-val__wrap .show-result__q2-1 p {
  font-family: "Pretendard", "Malgun Gothic", "맑은 고딕", "돋움", dotum, sans-serif !important;
  font-size: 1.1rem;
  margin-right: 5px;
}
.container-calc .calc-main.calc-pain .input-val__wrap .show-result__q2-1 .mainImg {
  width: 58px;
  height: 35px;
}
.container-calc .calc-main.calc-pain .input-val__wrap .show-result__q2-2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
}
.container-calc .calc-main.calc-pain .input-val__wrap .show-result__q2-2 p:last-child {
  color: #5664b7;
  font-weight: 700;
}
.container-calc .calc-main.calc-pain .input-val__wrap .show-result__q3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 18px;
}
.container-calc .calc-main.calc-pain .input-val__wrap .show-result__q3:last-of-type {
  margin-bottom: 0;
}
.container-calc .calc-main.calc-pain .input-val__wrap .show-result__q3 p:first-child {
  width: 70%;
}
.container-calc .calc-main.calc-pain .input-val__wrap .show-result__q3 p:last-child {
  color: #5664b7;
  font-weight: 700;
}
.container-calc .calc-main.calc-womac p {
  font-size: 1.6rem;
}
.container-calc .calc-main.calc-womac .calc-main__box {
  padding: 20px;
  padding-bottom: 40px;
}
.container-calc .calc-main.calc-womac .calc-main__boxInner {
  margin-bottom: 20px;
}
.container-calc .calc-main.calc-womac .calc-main__boxInner:last-of-type {
  margin-bottom: 0;
}
.container-calc .calc-main.calc-womac .womac-tip {
  padding: 15px;
}
.container-calc .calc-main.calc-womac .womac-tip__inner {
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 10px;
}
.container-calc .calc-main.calc-womac .womac-tip__inner:last-of-type {
  margin-bottom: 0;
}
.container-calc .calc-main.calc-womac .womac-tip__box {
  width: 33.3333333333%;
  display: flex;
  align-items: center;
}
.container-calc .calc-main.calc-womac .womac-tip__box .num {
  width: 24px;
  height: 24px;
  border-radius: 100%;
  color: #ffffff;
  font-family: 500;
  font-size: 0.9rem;
  line-height: 24px;
  text-align: center;
}
.container-calc .calc-main.calc-womac .womac-tip__box .num.rBg-0 {
  background-color: #e5cabe;
}
.container-calc .calc-main.calc-womac .womac-tip__box .num.rBg-1 {
  background-color: #dda58b;
}
.container-calc .calc-main.calc-womac .womac-tip__box .num.rBg-2 {
  background-color: #d18a6a;
}
.container-calc .calc-main.calc-womac .womac-tip__box .num.rBg-3 {
  background-color: #c15626;
}
.container-calc .calc-main.calc-womac .womac-tip__box .num.rBg-4 {
  background-color: #a53806;
}
.container-calc .calc-main.calc-womac .womac-tip__box .txt {
  width: calc(100% - 35px);
  font-size: 1.1rem;
  margin: 0 5px 0 6px;
}
.container-calc .calc-main.calc-womac .calc-main__boxQ {
  margin-bottom: 20px;
}
.container-calc .calc-main.calc-womac .calc-main__boxQ:last-of-type {
  margin-bottom: 0;
}
.container-calc .calc-main.calc-womac .calc-main__boxQ .q__title {
  width: 140px;
  font-family: "Pretendard", "Malgun Gothic", "맑은 고딕", "돋움", dotum, sans-serif !important;
  font-size: 1.6rem;
  font-weight: 700;
  margin-left: 15px;
  margin-bottom: 10px;
  position: relative;
}
.container-calc .calc-main.calc-womac .calc-main__boxQ .q__title::after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background-color: #000;
  border-radius: 100%;
  position: absolute;
  top: 8px;
  left: -10px;
}
.container-calc .calc-main.calc-womac .calc-main__boxQ .calc-main__boxInner {
  padding: 30px;
  padding-bottom: 50px;
}
.container-calc .calc-main.calc-womac .calc-main__boxQ .q__wrap {
  margin-bottom: 40px;
  text-align: center;
}
.container-calc .calc-main.calc-womac .calc-main__boxQ .q__wrap:last-of-type {
  margin-bottom: 0;
}
.container-calc .calc-main.calc-womac .calc-main__boxQ .q__subtitle {
  font-family: "Pretendard", "Malgun Gothic", "맑은 고딕", "돋움", dotum, sans-serif !important;
  font-size: 1.7rem;
  margin-bottom: 18px;
}
.container-calc .calc-main.calc-womac .calc-main__boxQ .q__subtitle.blank {
  color: red;
}
.container-calc .calc-main.calc-womac .calc-main__boxQ .q__box-wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.container-calc .calc-main.calc-womac .calc-main__boxQ .radio__wrap3 .q__box input:checked + label.rBg-0 {
  background-color: #e5cabe;
}
.container-calc .calc-main.calc-womac .calc-main__boxQ .radio__wrap3 .q__box input:checked + label.rBg-1 {
  background-color: #dda58b;
}
.container-calc .calc-main.calc-womac .calc-main__boxQ .radio__wrap3 .q__box input:checked + label.rBg-2 {
  background-color: #d18a6a;
}
.container-calc .calc-main.calc-womac .calc-main__boxQ .radio__wrap3 .q__box input:checked + label.rBg-3 {
  background-color: #c15626;
}
.container-calc .calc-main.calc-womac .calc-main__boxQ .radio__wrap3 .q__box input:checked + label.rBg-4 {
  background-color: #a53806;
}
.container-calc .calc-main.calc-womac .calc-main__boxQ .radio__wrap3 .q__box p {
  font-size: 9px;
  line-height: 1.2;
  bottom: -27px;
}
.container-calc .calc-main.calc-womac .calc-main__boxQ .radio__wrap3 .q__box:first-child p {
  top: initial;
}
.container-calc .calc-main.calc-womac .calc-main__boxQ .radio__wrap3 .q__box:last-child p {
  top: initial;
  right: -2px;
}
.container-calc .calc-main.calc-womac .calc__des {
  margin-top: 20px;
}
.container-calc .calc-main.calc-womac .calc-result__box .calc-result__text {
  max-width: 680px;
  margin: 0 auto;
}
.container-calc .calc-main.calc-womac .calc__download .input-val__wrapcol2 {
  display: block;
}
.container-calc .calc-main.calc-womac .calc__download .input-val__wrapcol2 .show-result__wrap {
  width: 100%;
  display: flex;
  margin-bottom: 20px;
}
.container-calc .calc-main.calc-womac .calc__download .input-val__wrapcol2 .show-result__wrap:last-of-type {
  margin-bottom: 0;
}
.container-calc .calc-main.calc-womac .calc__download .show-result__title {
  width: 50px;
  font-family: "Pretendard", "Malgun Gothic", "맑은 고딕", "돋움", dotum, sans-serif !important;
  font-size: 1.3rem;
  font-weight: 700;
  position: relative;
}
.container-calc .calc-main.calc-womac .calc__download .show-result__title::after {
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  background-color: #000;
  border-radius: 100%;
  position: absolute;
  top: 4px;
  left: -6px;
}
.container-calc .calc-main.calc-womac .calc__download .input-val__inner {
  width: calc(100% - 50px);
  background-color: #ffffff;
  border-radius: 10px;
  padding: 20px;
}
.container-calc .calc-main.calc-womac .calc__download .show-result__dld {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.container-calc .calc-main.calc-womac .calc__download .show-result__dld:last-of-type {
  margin-bottom: 0;
}
.container-calc .calc-main.calc-womac .calc__download .show-result__dld p {
  font-size: 1.1rem;
}
.container-calc .calc-main.calc-womac .calc__download .show-result__txt {
  font-family: 500;
  font-size: 0.8rem;
}
.container-calc .calc-main.calc-womac .calc__download .show-result__num {
  width: 24px;
  height: 24px;
  border-radius: 100%;
  line-height: 19px;
  text-align: center;
  color: #ffffff;
  background-color: #e5cabe;
}
.container-calc .calc-main.calc-womac .calc__download .show-result__num.rBg-0 {
  background-color: #e5cabe;
}
.container-calc .calc-main.calc-womac .calc__download .show-result__num.rBg-1 {
  background-color: #dda58b;
}
.container-calc .calc-main.calc-womac .calc__download .show-result__num.rBg-2 {
  background-color: #d18a6a;
}
.container-calc .calc-main.calc-womac .calc__download .show-result__num.rBg-3 {
  background-color: #c15626;
}
.container-calc .calc-main.calc-womac .calc__download .show-result__num.rBg-4 {
  background-color: #a53806;
}
.container-calc .calc-main.calc-diabetes .calc-result__num, .container-calc .calc-main.calc-pain .calc-result__num, .container-calc .calc-main.calc-womac .calc-result__num {
  font-size: 2.6rem;
}
.container-calc .calc-main.calc-diabetes .calc-result__num span, .container-calc .calc-main.calc-pain .calc-result__num span, .container-calc .calc-main.calc-womac .calc-result__num span {
  font-size: 2.6rem;
}
.container-calc .calc-main.calc-diabetes .calc__download .calc-result__num, .container-calc .calc-main.calc-pain .calc__download .calc-result__num, .container-calc .calc-main.calc-womac .calc__download .calc-result__num {
  font-size: 2.6rem;
}
.container-calc .calc-main.calc-diabetes .calc__download .calc-result__num span, .container-calc .calc-main.calc-pain .calc__download .calc-result__num span, .container-calc .calc-main.calc-womac .calc__download .calc-result__num span {
  font-size: 2.6rem;
}