@charset "UTF-8";
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;700;900&display=swap");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on img inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/*
  폰트
*/
/*
  변수
*/
/*
  common
*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

body {
  font-family: "Noto Sans KR";
  color: #222; }

em, i {
  font-style: normal; }

.color-red {
  color: #FF0000 !important; }

.color-black {
  color: #222 !important; }

.color-blue {
  color: #4C73DD !important; }

.color-grey {
  color: #A0A0A0; }

.color-white {
  color: #fff; }

.font-weight-bold {
  font-weight: bold !important; }

ul, ol {
  margin: 0;
  padding: 0; }

li {
  list-style: none; }

a, button {
  color: inherit;
  background-color: transparent; }

/*
  아이콘
*/
.ico {
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat; }

.ico-home {
  width: 24px;
  height: 22px;
  background-image: url(../../assets/img/common/home.svg); }

.ico-shop {
  width: 25px;
  height: 20px;
  background-image: url(../../assets/img/common/shoppingmall.svg); }

.ico-alert {
  width: 16px;
  height: 16px;
  background-image: url(../../assets/img/common/alert.svg); }

.ico-close {
  width: 18px;
  height: 18px;
  background-image: url(../../assets/img/common/close.svg); }

.ico-more {
  width: 8px;
  height: 13px;
  background-image: url(../../assets/img/common/chevron_r.svg); }

/*
  charts
*/
.circle-chart {
  width: 83px; }
  .circle-chart .chart {
    animation: circle-chart-fill 1s reverse;
    transform: rotate(-90deg);
    transform-origin: center; }
  .circle-chart .value {
    transform: translateY(2px); }
    .circle-chart .value text {
      fill: #fff;
      font-weight: bold; }
@keyframes circle-chart-fill {
  to {
    stroke-dasharray: 0 100; } }
@keyframes circle-chart-appear {
  to {
    opacity: 1;
    transform: translateY(10px); } }
.radar-chart {
  width: 280px; }

/*
  레이아웃
*/
.wrap {
  background-color: #DFE4ED; }
  .wrap .container {
    max-width: 1280px;
    margin: 0 auto; }

/* header */
.header {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ECF0F9;
  padding: 0 34px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3; }
  .header .title {
    font-size: 18px;
    font-weight: 500;
    color: #717198; }
  .header .btn-close {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px; }

/* footer */
.footer {
  background-color: #EFEFEF;
  padding: 30px 0; }
  .footer .row {
    display: flex;
    align-items: center;
    padding: 0 22px; }
    .footer .row + .row {
      margin-top: 15px; }
    .footer .row .item .tit {
      display: block;
      font-size: 14px;
      font-weight: 500;
      line-height: 20px;
      color: #000;
      opacity: 0.5; }
    .footer .row .item .cont {
      display: block;
      font-size: 14px;
      line-height: 20px;
      color: #000;
      opacity: 0.5; }
    .footer .row .item + .item {
      margin-left: 50px; }
    .footer .row .links a {
      position: relative;
      font-size: 14px;
      font-weight: 500;
      opacity: .5;
      color: #000;
      line-height: 20px; }
      .footer .row .links a + a {
        margin-left: 15px; }
        .footer .row .links a + a::before {
          content: '|';
          position: absolute;
          font-size: 14px;
          left: -12px;
          top: 0; }
    .footer .row .copyright {
      font-size: 14px;
      opacity: .4;
      color: #000;
      line-height: 20px; }
      .footer .row .copyright a {
        font-weight: 500;
        text-decoration: underline; }

/*
  버튼
*/
a, button {
  text-decoration: none;
  border: 0;
  outline: none;
  cursor: pointer; }
  a:focus, a:active, button:focus, button:active {
    outline: none;
    box-shadow: none; }

.btn {
  width: 100%;
  border-radius: 8px;
  height: 50px;
  line-height: 50px;
  font-weight: 500;
  font-size: 17px;
  text-align: center;
  border: 1px solid #7C828A;
  cursor: pointer; }
  .btn.btn-grey {
    background-color: #D4D6D9;
    border: 1px solid #D4D6D9;
    color: #fff; }
  .btn.btn-blue {
    background-color: #4C4BD7;
    border: 1px solid #4C4BD7;
    color: #fff; }
  .btn.btn-border-grey {
    background-color: #fff;
    border: 1px solid #7C828A;
    color: #60656C; }
  .btn + .btn {
    margin-left: 14px; }
  .btn.btn-sm {
    min-width: 89px;
    width: 89px; }

.btn-home {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: #3EC1FF;
  box-shadow: 0 4px 4px #0000000D; }

.btn-shop {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: #DF73F8;
  box-shadow: 0 4px 4px #0000000D; }

/*
  form
*/
.input {
  width: 100%;
  height: 40px;
  border: 1px solid #CECECE;
  border-radius: 5px;
  color: #222;
  line-height: 38px;
  font-size: 14px;
  margin: 0;
  padding: 0 15px; }
  .input::placeholder {
    color: #A0A0A0; }
  .input:focus {
    outline: none; }

.select {
  height: 50px;
  border: 1px solid #CECECE;
  border-radius: 5px;
  color: #222;
  line-height: 48px;
  font-size: 14px;
  margin: 0;
  padding: 0 39px 0 8px;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  background-size: 13px 8px;
  background-position: right 16px center;
  background-repeat: no-repeat; }
  .select:focus {
    outline: none; }

.input-group .label {
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 4px;
  color: #222; }
.input-group input {
  display: block; }
.input-group + .input-group {
  margin-top: 16px; }

.check-group {
  position: relative; }
  .check-group label {
    position: relative;
    display: block;
    cursor: pointer; }
  .check-group .input-check {
    padding: 0;
    width: initial;
    height: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer; }
    .check-group .input-check:checked + span::after {
      content: '';
      position: absolute;
      width: 24px;
      height: 24px;
      background-size: cover;
      top: -4px;
      left: 0; }
  .check-group span {
    display: block;
    font-size: 18px;
    font-weight: 400;
    line-height: 19px;
    padding-left: 32px; }
    .check-group span em {
      display: block; }
    .check-group span::before {
      content: '';
      position: absolute;
      width: 24px;
      height: 24px;
      background-size: cover;
      top: -4px;
      left: 0; }
  .check-group.check-group-sm label span {
    font-size: 14px;
    line-height: 17px; }

/* 공통 */
.box {
  border-radius: 12px;
  background-color: #ECF0F9;
  padding: 16px; }
  .box .title-md {
    font-size: 20px;
    font-weight: bold;
    line-height: 29px;
    color: #000;
    margin-bottom: 8px; }
  .box + .box {
    margin-top: 24px; }
  .box .txt {
    font-size: 18px;
    line-height: 27px;
    color: #60656C; }
  .box .video-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: -24px; }
    .box .video-list .item {
      width: calc(50% - 14px);
      cursor: pointer;
      margin-top: 24px; }
      .box .video-list .item .video {
        position: relative;
        width: 100%;
        padding-top: 57%; }
        .box .video-list .item .video img, .box .video-list .item .video video {
          position: absolute;
          left: 0;
          top: 0;
          height: 100%;
          -o-object-fit: cover;
          object-fit: cover;
          width: 100%; }
        .box .video-list .item .video .time {
          display: inline-block;
          padding: 0 5px;
          border-radius: 2px 0 0 0;
          background-color: rgba(0, 0, 0, 0.7);
          color: #fff;
          position: absolute;
          bottom: 0;
          right: 0;
          z-index: 1;
          font-size: 13px;
          height: 17px;
          line-height: 17px; }
      .box .video-list .item .video-title {
        font-size: 14px;
        line-height: 18px;
        max-width: 100%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        color: #60656C;
        margin-top: 10px; }
      .box .video-list .item:nth-child(2n) {
        margin-left: 28px; }
  .box .product-list {
    display: flex;
    flex-wrap: wrap; }
    .box .product-list .item {
      width: calc(25% - 7px);
      cursor: pointer; }
      .box .product-list .item .img {
        position: relative;
        padding-top: 100%; }
        .box .product-list .item .img img {
          position: absolute;
          left: 0;
          top: 0;
          height: 100%;
          -o-object-fit: cover;
          object-fit: cover;
          width: 100%;
          border-radius: 5px; }
      .box .product-list .item .title {
        font-size: 14px;
        line-height: 18px;
        color: #60656C;
        margin-top: 4px;
        max-width: 100%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis; }
      .box .product-list .item + .item {
        margin-left: 9px; }

@media all and (max-width: 860px) {
  .box .title-md {
    font-size: 16px;
    line-height: 24px; }
  .box .txt {
    font-size: 15px;
    line-height: 22px; }
  .box .video-list .item .video-title {
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; }
  .box .product-list {
    margin-top: -26px; }
    .box .product-list .item {
      width: calc(50% - 5px);
      margin-top: 26px; }
      .box .product-list .item + .item {
        margin-left: 0; }
      .box .product-list .item:nth-child(2n) {
        margin-left: 10px; } }
/* 건강 평가하기 메인 */
.health-check-main .inner {
  margin: 0 auto;
  width: 860px; }
.health-check-main .heading-area {
  background-color: #4C4BD7;
  padding-bottom: 98px; }
.health-check-main .top-btn-wrap {
  display: flex;
  align-items: center;
  padding-top: 10px;
  margin-bottom: 15px; }
  .health-check-main .top-btn-wrap a + a {
    margin-left: 10px; }
.health-check-main .heading-title {
  font-size: 40px;
  font-weight: bold;
  line-height: 59px;
  text-align: center;
  color: #fff;
  margin-bottom: 40px; }
.health-check-main .state {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 16px 24px;
  background-color: #6160E3;
  border-radius: 12px; }
  .health-check-main .state .desc {
    color: #fff; }
    .health-check-main .state .desc .lg {
      display: block;
      font-size: 26px;
      font-weight: 500;
      line-height: 38px;
      margin-bottom: 9px; }
    .health-check-main .state .desc .sm {
      display: block;
      font-size: 20px;
      line-height: 29px;
      opacity: 0.6; }
.health-check-main .radar-chart {
  position: relative;
  width: 280px;
  height: 280px;
  margin: 115px auto 103px; }
  .health-check-main .radar-chart .data-label {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1; }
    .health-check-main .radar-chart .data-label .item {
      position: absolute;
      text-align: center; }
      .health-check-main .radar-chart .data-label .item * {
        display: block;
        white-space: nowrap; }
      .health-check-main .radar-chart .data-label .item .label {
        font-size: 22px;
        line-height: 33px;
        color: #fff;
        opacity: .7;
        margin-bottom: 3px; }
      .health-check-main .radar-chart .data-label .item a {
        font-weight: 500;
        font-size: 23px;
        line-height: 34px;
        color: #fff;
        text-decoration: underline; }
        .health-check-main .radar-chart .data-label .item a.test {
          color: #FF6178;
          font-size: 22px; }
      .health-check-main .radar-chart .data-label .item .txt-alert {
        position: absolute;
        font-size: 18px;
        line-height: 27px;
        color: #fff;
        font-weight: 500;
        white-space: nowrap;
        bottom: -29px;
        left: 50%;
        transform: translateX(-50%); }
        .health-check-main .radar-chart .data-label .item .txt-alert .ico-alert {
          display: inline-block;
          margin-right: 2px;
          transform: translateY(2px); }
      .health-check-main .radar-chart .data-label .item.item-1 {
        top: -73px;
        left: -98px; }
      .health-check-main .radar-chart .data-label .item.item-2 {
        top: -73px;
        right: -88px; }
      .health-check-main .radar-chart .data-label .item.item-3 {
        top: 44px;
        right: -230px; }
      .health-check-main .radar-chart .data-label .item.item-4 {
        top: 179px;
        right: -225px; }
      .health-check-main .radar-chart .data-label .item.item-5 {
        top: 280px;
        right: -148px; }
      .health-check-main .radar-chart .data-label .item.item-6 {
        top: 280px;
        left: -88px; }
      .health-check-main .radar-chart .data-label .item.item-7 {
        top: 179px;
        left: -225px; }
      .health-check-main .radar-chart .data-label .item.item-8 {
        top: 44px;
        left: -230px; }
.health-check-main .ranking-box {
  width: 100%;
  padding: 12px 41px;
  border-radius: 41px;
  background-color: #6160E3;
  color: #fff;
  text-align: center; }
  .health-check-main .ranking-box .tit {
    font-size: 20px;
    line-height: 29px; }
    .health-check-main .ranking-box .tit .rank {
      font-weight: bold;
      color: #6CDAE4; }
    .health-check-main .ranking-box .tit .link {
      text-decoration: underline; }
.health-check-main .contents-area {
  position: relative;
  border-radius: 58px 58px 0 0;
  margin-top: -58px;
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 132px; }
  .health-check-main .contents-area .contents-heading {
    text-align: center;
    margin-bottom: 40px; }
    .health-check-main .contents-area .contents-heading .title-sm {
      font-weight: 500;
      font-size: 24px;
      line-height: 36px;
      margin-bottom: 8px;
      color: #000; }
    .health-check-main .contents-area .contents-heading .title {
      font-weight: bold;
      font-size: 28px;
      line-height: 41px;
      color: #000;
      margin-bottom: 16px; }
  .health-check-main .contents-area .heading-link {
    display: inline-block;
    text-decoration: underline;
    font-size: 18px;
    line-height: 27px;
    color: #60656C; }

@media all and (max-width: 860px) {
  .health-check-main .inner {
    margin: 0 auto;
    width: 100%;
    padding: 0 16px; }
  .health-check-main .heading-title {
    font-size: 28px;
    line-height: 41px; }
  .health-check-main .state .desc {
    margin-right: 32px; }
    .health-check-main .state .desc .lg {
      font-size: 22px;
      line-height: 33px;
      margin-bottom: 4px; }
    .health-check-main .state .desc .sm {
      font-size: 16px;
      line-height: 24px;
      margin-bottom: 4px; }
  .health-check-main .radar-chart {
    margin: 50px auto 33px; }
    .health-check-main .radar-chart canvas {
      transform: scale(0.75); }
    .health-check-main .radar-chart .data-label .item .label {
      font-size: 16px;
      line-height: 24px; }
    .health-check-main .radar-chart .data-label .item a {
      font-size: 16px;
      line-height: 24px; }
      .health-check-main .radar-chart .data-label .item a.test {
        font-size: 16px; }
    .health-check-main .radar-chart .data-label .item .txt-alert {
      font-size: 13px;
      line-height: 19px;
      bottom: -20px; }
    .health-check-main .radar-chart .data-label .item.item-1 {
      top: -15px;
      left: -68px; }
    .health-check-main .radar-chart .data-label .item.item-2 {
      top: -15px;
      right: -72px; }
    .health-check-main .radar-chart .data-label .item.item-3 {
      top: 67px;
      right: -170px; }
    .health-check-main .radar-chart .data-label .item.item-4 {
      top: 170px;
      right: -166px; }
    .health-check-main .radar-chart .data-label .item.item-5 {
      top: 240px;
      right: -108px; }
    .health-check-main .radar-chart .data-label .item.item-6 {
      top: 240px;
      left: -70px; }
    .health-check-main .radar-chart .data-label .item.item-7 {
      top: 170px;
      left: -165px; }
    .health-check-main .radar-chart .data-label .item.item-8 {
      top: 67px;
      left: -160px; }
  .health-check-main .ranking-box .tit {
    font-size: 15px;
    line-height: 22px; }
  .health-check-main .contents-area .contents-heading .title-sm {
    font-size: 16px;
    line-height: 24px; }
  .health-check-main .contents-area .contents-heading .title {
    font-size: 20px;
    line-height: 29px; }
  .health-check-main .contents-area .contents-heading .heading-link {
    font-size: 14px;
    line-height: 20px; } }
/* 건강 평가하기 */
.health-test {
  padding-top: 60px; }
  .health-test .contents {
    background-color: #fff;
    padding: 0 24px 111px; }
    .health-test .contents .inner {
      max-width: 464px;
      margin: 0 auto; }
      .health-test .contents .inner.inner-lg {
        max-width: 860px; }
  .health-test .progress {
    padding-top: 24px;
    margin-bottom: 19px;
    text-align: center;
    color: #7C828A;
    line-height: 24px;
    font-size: 16px; }
    .health-test .progress .current {
      font-weight: bold;
      color: #000; }
  .health-test .progress-bar-wrap {
    margin-bottom: 40px; }
    .health-test .progress-bar-wrap .progress-bar {
      position: relative;
      width: 100%;
      height: 10px;
      border-radius: 5px;
      background-color: #F0F0F0; }
      .health-test .progress-bar-wrap .progress-bar .bar {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 10px;
        border-radius: 5px;
        background-color: #4C4BD7; }
  .health-test .question {
    font-weight: bold;
    font-size: 20px;
    line-height: 29px;
    margin-bottom: 40px; }
  .health-test .answer-list {
    margin-bottom: 72px; }
    .health-test .answer-list .btn-answer {
      width: 100%;
      height: 72px;
      border-radius: 8px;
      border: 1px solid #DDDDDD;
      padding: 0 32px;
      font-weight: 500;
      font-size: 16px;
      text-align: left;
      background-color: #fff; }
      .health-test .answer-list .btn-answer.on {
        border-color: #4C4BD7;
        border-width: 2px;
        color: #4C4BD7;
        font-weight: bold; }
      .health-test .answer-list .btn-answer + .btn-answer {
        margin-top: 16px; }
  .health-test .btn-wrap {
    display: flex;
    justify-content: space-between; }
    .health-test .btn-wrap.btn-50 .btn {
      min-width: auto;
      width: calc(50% - 7px); }
  .health-test .result {
    padding-top: 32px;
    margin-bottom: 40px; }
    .health-test .result .product-list {
      margin-top: -24px; }
      .health-test .result .product-list .item {
        margin-top: 24px; }
        .health-test .result .product-list .item:nth-child(2n+1) {
          margin-left: 0; }

@media all and (min-width: 860px) {
  .health-test .btn-wrap.btn-50 .btn {
    max-width: 172px; }
  .health-test .result .product-list .item:nth-child(2n+1) {
    margin-left: 9px; }
  .health-test .result .product-list .item:nth-child(4n+1) {
    margin-left: 0; } }
/* 건강순위 */
.rank-wrap {
  background-color: #fff;
  padding: 84px 24px 111px; }
  .rank-wrap .inner {
    max-width: 464px;
    margin: 0 auto; }
  .rank-wrap .title {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 29px;
    margin-bottom: 32px; }
  .rank-wrap .rank-list .item {
    display: flex;
    justify-content: space-between;
    text-align: left;
    padding-bottom: 12.5px;
    border-bottom: 1px solid #DDDDDD; }
    .rank-wrap .rank-list .item + .item {
      margin-top: 12.5px; }
    .rank-wrap .rank-list .item .num {
      width: 52px;
      font-size: 15px;
      line-height: 22px;
      font-weight: 500; }
    .rank-wrap .rank-list .item .name {
      width: calc(100% - 52px - 51px);
      font-size: 15px;
      line-height: 22px; }
    .rank-wrap .rank-list .item .val {
      text-align: right;
      font-weight: bold;
      font-size: 15px;
      line-height: 22px;
      width: 51px; }

/* 건강제안 */
.suggestion-wrap {
  background-color: #fff;
  padding: 60px 0 107px; }
  .suggestion-wrap .inner {
    max-width: 560px;
    margin: 0 auto; }
  .suggestion-wrap .list {
    display: flex;
    flex-direction: column; }
    .suggestion-wrap .list .btn-suggestion {
      position: relative;
      display: flex;
      justify-content: space-between;
      width: 100%;
      align-items: center;
      padding: 24px 54px 24px 24px;
      border-bottom: 1px solid #DDDDDD; }
      .suggestion-wrap .list .btn-suggestion .date {
        font-size: 16px;
        line-height: 24px;
        color: #000; }
      .suggestion-wrap .list .btn-suggestion .val {
        font-size: 16px;
        line-height: 24px;
        font-weight: 500;
        color: #000; }
      .suggestion-wrap .list .btn-suggestion .ico {
        position: absolute;
        right: 24px;
        top: 50%;
        transform: translateY(-50%); }

.suggestion-detail-wrap {
  background-color: #fff;
  padding: 24px 0 111px; }
  .suggestion-detail-wrap .inner {
    max-width: 860px;
    margin: 0 auto;
    padding: 0 16px; }
  .suggestion-detail-wrap .contents-heading {
    text-align: center;
    margin-bottom: 40px; }
    .suggestion-detail-wrap .contents-heading .title-sm {
      font-weight: 500;
      font-size: 16px;
      line-height: 24px;
      margin-bottom: 4px;
      color: #000; }
    .suggestion-detail-wrap .contents-heading .title {
      font-weight: bold;
      font-size: 20px;
      line-height: 29px;
      color: #000;
      margin-bottom: 16px; }
    .suggestion-detail-wrap .contents-heading .heading-link {
      display: inline-block;
      text-decoration: underline;
      font-size: 14px;
      line-height: 20px;
      color: #60656C; }

@media all and (min-width: 860px) {
  .suggestion-detail-wrap .inner {
    padding: 0; }
  .suggestion-detail-wrap .contents-heading .title-sm {
    font-size: 24px;
    line-height: 36px; }
  .suggestion-detail-wrap .contents-heading .title {
    font-size: 28px;
    line-height: 41px; }
  .suggestion-detail-wrap .contents-heading .heading-link {
    font-size: 18px;
    line-height: 27px; } }

/*# sourceMappingURL=style.css.map */
