/* 나눔스퀘어라운드 웹폰트 v1.11 https://github.com/innks/NanumSquareRound */
@font-face {
  font-family: "NanumSquareRound";
  font-style: normal;
  font-weight: 300;
  src: local("../fonts/NanumSquareRoundL"), /* computer */
  url("../fonts/NanumSquareRoundL.eot"), /* IE9 Compat Modes */
  url("../fonts/NanumSquareRoundL.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("../fonts/NanumSquareRoundL.woff2") format("woff2"), /* Modern Browsers */
  url("../fonts/NanumSquareRoundL.woff") format("woff"), /* Modern Browsers */
  url("../fonts/NanumSquareRoundL.ttf") format("truetype"); /* Safari, Android, iOS */
}
@font-face {
  font-family: "NanumSquareRound";
  font-style: normal;
  font-weight: 400;
  src: local("../fonts/NanumSquareRoundR"), /* computer */
  url("../fonts/NanumSquareRoundR.eot"), /* IE9 Compat Modes */
  url("../fonts/NanumSquareRoundR.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("../fonts/NanumSquareRoundR.woff2") format("woff2"), /* Modern Browsers */
  url("../fonts/NanumSquareRoundR.woff") format("woff"), /* Modern Browsers */
  url("../fonts/NanumSquareRoundR.ttf") format("truetype"); /* Safari, Android, iOS */
}
@font-face {
  font-family: "NanumSquareRound";
  font-style: normal;
  font-weight: 700;
  src: local("../fonts/NanumSquareRoundB"), /* computer */
  url("../fonts/NanumSquareRoundB.eot"), /* IE9 Compat Modes */
  url("../fonts/NanumSquareRoundB.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("../fonts/NanumSquareRoundB.woff2") format("woff2"), /* Modern Browsers */
  url("../fonts/NanumSquareRoundB.woff") format("woff"), /* Modern Browsers */
  url("../fonts/NanumSquareRoundB.ttf") format("truetype"); /* Safari, Android, iOS */
}
@font-face {
  font-family: "NanumSquareRound";
  font-style: normal;
  font-weight: 800;
  src: local("../fonts/NanumSquareRoundEB"), /* computer */
  url("../fonts/NanumSquareRoundEB.eot"), /* IE9 Compat Modes */
  url("../fonts/NanumSquareRoundEB.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("../fonts/NanumSquareRoundEB.woff2") format("woff2"), /* Modern Browsers */
  url("../fonts/NanumSquareRoundEB.woff") format("woff"), /* Modern Browsers */
  url("../fonts/NanumSquareRoundEB.ttf") format("truetype"); /* Safari, Android, iOS */
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
html {
  height: 100%;
}
body {
  position: relative;
  font-family: "NanumSquareRound",sans-serif;
  font-weight: 700;
  line-height: 1;
  height: 100%;
  color:  #2f281e
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: inherit;
  text-decoration: none;
}
button {
  font-family: "NanumSquareRound",sans-serif;
  background: transparent;
  outline: none;
  border: none;
  cursor: pointer;
  font-weight: 700;
}
/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  font-family: "NanumSquareRound",sans-serif;
  vertical-align: middle;
}


/* ======================== common [S]  ======================== */
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ccc;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #ccc;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #ccc;
}
:-moz-placeholder { /* Firefox 18- */
  color: #ccc;
}

.sr-only {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  border: 0;
  clip: rect(0, 0, 0, 0);
}

.mobile{
  display: none;
}
.fw-bold{
  font-weight: 800;
}

.btn-primary{
  color: #fff;
  background-color: #04764e;
}
.text-center{
  text-align: center;
}
.text-left{
  text-align: left;
}
.text-right{
  text-align: right;
}


/* form */

.form-container{
  display: block;
}

.form-container + .form-container{
  margin-top: 15px;
}

.form-container input{
  display: none;
}
.form-container  input + span {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 420px;
  height: 63px;
  line-height: 1.1;
  margin: 0 auto;
  border-radius: 7px;
  border: solid 1px #999;
  cursor: pointer;
  font-size: 20px;
  color: #444;
  transition: all 0.2s ease-out;
}
.form-container  span .sub{
  font-size: 14px;
  color: #444;
  margin-top: 3px;
}
.form-container input:checked + span{
  background-color: #2f9271;
  border-color:#2f9271;
  color: #fff;
}
.form-container input:checked + span .sub{
  color: #fff;
}
.input-container {
  position: relative;
  width: 340px;
  height: 63px;
  border-radius: 7px;
  border: solid 1px #999;
  overflow: hidden;
  margin: 0 auto;
}
.input-container input {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 7px;
  text-align: center;
  font-size: 20px;
  color: #444;
}
.input-container .add-after{
  position: absolute;
  right: 35px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  color: #444;
}
.input-container + .error{
  margin-top: 10px;
}
.error{
  font-size: 16px;
  color: #ff6161;
  font-weight: 600;
  line-height: 1.2;
}

.w-100{
  width: 100%;
}
/* ======================== common [E]  ======================== */


/* ========================  MAIN [S]  ======================== */
/* header */
.header{
  position: fixed;
  width: 100%;
  background: #fff;
  height: 83px;
  box-shadow: 0 6px 7px 0 rgba(0, 0, 0, 0.16);
  border-bottom: 2px solid #2f725c;
  z-index: 5;
}
.header-menu{
  position: relative;
  width: 100%;
  max-width: 1024px;
  height: 100%;
  margin:0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.navbar{
  display: flex;
  transition: transform .3s ease-in-out;
}
.navbar-nav{
  display: flex;
}
.navbar-nav a{
  cursor : pointer;
  display: block;
  font-size: 18px;
  font-weight: 800;
  padding: 10px 25px;
  transition: color .2s ease;
}
.navbar-nav a:hover{
  color: #2f9271;
}
.navbar-nav a.active{
  color: #2f9271;
}
.navbar-nav li:last-child a{
  padding-right: 0;
}
.logo{
  cursor : pointer;
  display: inline-block;
  width: 202px;
  height: 39px;
  background: url('../images/logo.png') center center no-repeat;
}
.burger-icon{
  width: 50px;
  height: 50px;
  background: url('../images/icon_burger.svg') center center no-repeat;
}
.btn-menu-close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 30px;
  height: 30px;
  background: url('../images/icon_close_white.svg') center center no-repeat;
}
.btn-back{
  position: absolute;
  bottom: 15px;
  right: 15px;
  width: 80px;
  height: 80px;
  background: url('../images/icon_back.svg') center center no-repeat;
}
.drawer-overlay{
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  z-index: 10;
  background-color: rgba(0,0,0,.6);
  animation: animation-drawer-fade-in .3s ease-in-out 1;
}


/* main */
.wrap{
  height: calc(100% + 105px);
}
.container{
  position: relative;
  padding-top: 83px;
  background: #fcfaec;
}
.main{
  height: calc(100% - 62px);
  overflow-y: hidden;
  overflow-x: scroll;
}
.container .contents{
  position: relative;
  height: 100%;
}
.container .inner{
  position: relative;
  width: 100%;
  max-width: 1024px;
  margin:0 auto;
  z-index: 1;
}
.line-area{
  font-family: Roboto;
  background: rgba(252,243,213,0.6);
  padding: 40px 0;
  line-height: 1.22;
  font-size: 18px;
  font-weight: normal;
  color: #333;
  word-break: keep-all;
  z-index: 1;
  position: absolute;
  bottom: 1px;
  width: 100%;
}
.line-area span{
  display: block;
}
.main:before, .main:after{
  position: absolute;
  content: '';
  display: inline-block;
}
.main:before{
  top: 163px;
  left: 50%;
  margin-left: 130px;
  width: 491px;
  height: 491px;
  background: url('../images/img_main_obj.svg') 0 0 no-repeat;
  background-size: 100%;
}
.main:after{
  bottom: -15px;
  left: 50%;
  margin-left: -600px;
  width: 437px;
  height: 437px;
  background: url('../images/img_main_obj2.svg') 0 0 no-repeat;
  background-size: 100%;
}
.main .title{
  position: relative;
  font-size: 36px;
  line-height: 1.28;
  padding: 80px 0 30px 0;
  margin-bottom: 40px;
}
.main .title:after{
  position: absolute;
  display: inline-block;
  content: '';
  width: 58px;
  height: 4px;
  border-radius: 2px;
  background-color: #04764e;
  bottom: 0;
  left: 0;
}
.main .title .fw-bold{
  display: inline-block;
  font-size: 44px;
  margin-top: 20px;
  line-height: 1;
}
.main .btn-area{
  margin-bottom: 40px;
}
.main .btn-area p{
  font-size: 24px;
  color: #018257;
  margin-bottom: 15px;
}
.btn-start{
  width: 358px;
  height: 80px;
  border-radius: 40px;
  font-size: 16px;
}
.btn-start strong{
  font-size: 24px;
  display: block;
  line-height: 1.2;
}
.btn-result{
  border-radius: 32px;
}
.btn-bottom{
  bottom: 30px;
}
.btn-area:before{
  position: absolute;
  content: '';
  display: inline-block;
  width: 265px;
  height: 242px;
  background: url('../images/main_btn_txt.png') 0 0 no-repeat;
  left: 308px;
  top: 315px;
}

.cnt-box{
  width: 358px;
  text-align: center;
  margin: 20px 0;
  font-family: NanumSquareRoundEB;
  font-size: 22px;
  color: #077550;
}

.main-img02{
  margin: 50px 0 0 110px;
  position: relative;
  top: 100px;
}

.main-img-box{
  margin-top: 170px;
  margin-bottom: 110px;
}


/* ========================  SURVEY [E]  ======================== */

/* ======================== 건강유형 [S]  ======================== */
.healthtype .contents{
  background: linear-gradient(
          180deg,#ffe075 164px,rgba(255,255,255,0) 164px);
}
.healthtype h2{
  font-size: 40px;
  height: 164px;
  line-height: 164px;
  text-align: center;
  font-weight: 800;
}
.healthtype .inner{
  padding-top: 50px;
  padding-bottom: 90px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.card{
  display: flex;
  align-items: flex-start;
  width: 707px;
  /*min-height: 190px;*/
  border: solid 1px #ffde6e;
  box-shadow: 0 3px 6px 0 rgba(66, 51, 51, 0.16);
  background-color: #fff;
  border-radius: 13px;
  padding: 30px 25px;
  margin-top: 38px;
  color: #333;
  /*overflow: hidden;*/
}
.card:first-child{
  margin-top: 0;
}

.card .title{
  position: relative;
  font-size: 26px;
  font-weight: 800;
  padding-bottom: 5px;
  margin-bottom: 15px;
}

.card .sub-title{
  margin-bottom: 5px;
  font-size: 20px;
}
.card .title:after{
  position: absolute;
  display: inline-block;
  content: '';
  left: 0;
  bottom: 0;
  width: 30px;
  height: 2px;
  border-radius: 2px;
  background-color: #fcd038;
}
.card:nth-child(2n) .title:after{
  border: solid 1px #33ce9a;
}
.card-header .icon{
  display: flex;
  align-items: center;
  justify-content: flex-start;;
  width: 180px;
}
.card:nth-child(2n){
  border: solid 1px #33ce9a;
}
.card:nth-child(2n) .card-header .icon{
  border-color: #33ce9a;
}
.card-body{
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
}
.heart .icon{
  padding-left: 22px;
}
.fat .icon{
  padding-left: 13px;
}
.liver .icon{
  padding-left: 17px;
}
.pancreatic .icon{
  padding-left: 10px;
}
.kidney .icon{
  padding-left: 5px;
}
.health .icon{
  padding-left: 20px;
}


/* ======================== 건강유형 [E]  ======================== */

/* ======================== Healthketch [S]  ======================== */
.healthketch {
  background-color: #f9f9f9
}
.healthketch .contents{
  padding-top: 105px;
}
.healthketch .inner{
  max-width: 713px;
}

.healthketch .title-area{
  position: relative;
  padding: 40px 0 30px 0;
  border-top: 4px solid #2f9271;
  border-bottom: 4px solid #2f9271;
  margin-bottom: 35px;
}
.healthketch h2{
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  font-size: 33px;
  color: #2f9271;
  font-weight: 800;
  background: #f9f9f9;
  padding-right: 20px;
}
.healthketch .title-area h3{
  font-size: 35px;
  font-weight: 800;
  color: #222;
  line-height: 1.3;
}
.healthketch .section1 .des{
  padding: 60px 0;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.4;
  color: #333;
}
.healthketch .section2{
  background: url('../images/bg_healthketch.png') 0 0 no-repeat #2f9271;
  background-size: cover;
}
.healthketch .section2 .inner{
  padding: 100px 0 70px 0;
}
.healthketch .section2 h3{
  font-size: 40px;
  color: #fff;
  line-height: 1.3;
  font-weight: 800;
  padding: 0 50px;
}
.use-list{
  margin-bottom: 60px;
}
.use-list li{
  position: relative;
  max-width: 682px;
  background: #fff;
  border-radius: 24px;
  margin: 0 auto;
  padding: 70px 43px;
  margin-top: 80px;
}
.use-list li:first-child{
  margin-top: 130px;
}
.use-list .num{
  position: absolute;
  top:0;
  transform: translateY(-50%);
  font-size: 35px;
  color: #fff;
  padding: 12px 39px;
  border-radius: 39px;
  border: solid 4px #fff;
  background-color: #2f9271;
}
.use-list .list-header{
  position: relative;
  font-size: 30px;
  font-weight: 800;
  color: #2f9271;
  line-height: 1.15;
  padding-bottom: 30px;
  margin-bottom: 40px;
}
.use-list .list-header:after{
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 55px;
  height: 4px;
  border-radius: 2px;
  background-color: #04764e;
}
.use-list  .list-body{
  line-height: 1.35;
  color: #333;
  font-size: 18px;
  font-weight: 500;
}
.btn-hompage{
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 682px;
  height: 109px;
  border-radius: 24px;
  background-color: #fff;
  margin: 0 auto;
  font-size: 26px;
  font-weight: 800;
  color: #2f9271;
}

/* ======================== Healthketch [E]  ======================== */

/* ======================== result [S]  ======================== */
.result .contents{
  background: #fff;
}
.result [class^="section"]{
  margin-top: 30px;
  padding-top: 90px;
}
.result .title-area{
  margin-bottom: 30px
}
.result .title-area h2{
  font-size: 26px;
  color: #077550;
  margin-bottom: 15px;
}
.result .title-area h3{
  font-size: 40px;
  color: #077550;
  font-weight: 800;
}

.result-box .char-title{
  font-size: 22px;
  color: #077550;
  font-weight: 800;
  margin-top: 15px;
}

.section1 .result-box {
  position: relative;
  padding-top: 60px;
}
.section1 .result-box::after{
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
  background: url('../images/bg_result_line.png') center -140px no-repeat;
  background-size: 299px auto;
  z-index: 1;
}
.result .box{
  border-radius: 10px;
  box-shadow: 0 8px 15px 0 rgba(0, 0, 0, 0.2);
  background: #fff;
  padding: 50px 0;
}
.result .box + .box{
  margin-top: 26px;
  padding: 22px 0;
}
.box.border{
  border: solid 2px #49b691;
}

.result-box .box{
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3);
  padding: 22px 0 16px 0;
}
.icon-box{
  display: flex;
  justify-content: center;
  align-items: center;
}

.icon-box .char-name{
  position: absolute;
  font-size: 20px;
}

.icon-box .char-name.heart {
  color: #dd171e;
  margin-top: 150px;
  margin-left: 105px;
}

.icon-box .char-name.fat {
  color: #f27e00;
  margin-top: 150px;
  margin-left: 105px;
}

.icon-box .char-name.liver {
  color: #da4733;
  margin-top: 150px;
  margin-left: 105px;
}

.icon-box .char-name.pancreatic {
  color: #f69d00;
  margin-top: 125px;
  margin-left: 40px;
}

.icon-box .char-name.kidney {
  color: #de2749;
  margin-top: 130px;
  margin-left: 105px;
}

.icon-box .char-name.health {
  color: #0081c2;
  margin-top: 130px;
  margin-left: 100px;
}

.icon-box.heart img{
  width: 190px;
}
.icon-box.fat img{
  width: 230px;
}
.icon-box.liver img{
  width: 208px;
}
.icon-box.pancreatic img{
  width: 330px;
}
.icon-box.kidney img{
  width: 264px;
}
.icon-box.health img{
  width: 227px;
}

.result-box .tit{
  position: relative;
  font-size: 26px;
  font-weight: 800;
  color: #222;
  padding: 0 20px;
  display: inline-block;
  margin-bottom: 7px;
}
.result-box .tit:before,
.result-box .tit:after{
  position: absolute;
  display: inline-block;
  content: '';
  width: 9px;
  height: 9px;
  background-color: #2f9271;
  border-radius: 50%;
  top: 50%;
  margin-top: -6px;

}
.result-box .tit:before{
  left:0;
}
.result-box .tit:after{
  right:0;
}
.result-box .image{
  margin-bottom: 7px;
}
.result-box .name, .nutritional .name{
  font-size: 22px;
  font-weight: bold;
  font-weight: 800;
  color: #222;
  margin-bottom: 10px;
}
.result-box .des{
  font-size: 20px;
  line-height: 1.3;
  color: #222;
}
.nutritional{
  position: relative;
}
.nutritional .icon{
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 30px solid #2f725c;
  border-radius: 50%;
  background: #2f725c;
}
.nutritional .tit{
  font-size: 26px;
  font-weight: 800;
  margin-bottom: 40px;
  color: #fff;
}
.nutritional .sub-tit{
  font-size: 22px;
  font-weight: 800;
  color: #fff;
  width: 222px;
  height: 128px;
  background: url(../images/bg_sub_title.svg) 0 0 no-repeat;
  background-size: 100%;
  line-height: 55px;
  margin: 0 auto 20px auto;

}


.section1  .nutritional .tit.no-tit{
  border-radius: 27px;
  border: 1px dashed #fff;
  display: inline-block;
  padding: 13px 35px;
  margin-bottom: 30px;
}
.section1  .nutritional .no-data{
  font-size: 18px;
  color: #fff;
  margin-bottom: 45px;
}


.section2  .nutritional .tit.no-tit{
  border-radius: 27px;
  border: 1px dashed #fff;
  display: inline-block;
  padding: 13px 35px;
  margin-bottom: 30px;
}
.section2  .nutritional .no-data{
  font-size: 18px;
  color: #fff;
  margin-bottom: 45px;
}
.nutritional .box{
  padding: 25px;
}
.nutritional .name{
  margin-bottom: 0px;
}
.nutritional .name span{
  position: relative;
  display: inline-block;
  padding-left: 10px;
  margin-left: 10px;
  /*margin-bottom: 15px;*/
}

.nutritional .name span:before{
  position: absolute;
  content: '';
  left:0;
  top: 50%;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #222;
  margin-top: -2px;
}
.container.survey {
  border-radius: 20px;
  box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
  background-color: #fff;
}
.container.survey .contents {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg,#ffe075 366px,rgba(255,255,255,0) 366px);
}

@media screen and (min-width: 576px){
  .container.survey .contents {
    padding: 45px 0;
  }
  .container.survey .contents .slick-slider {
    padding-top: 80px;
  }

  .nutritional .name span:first-child{
    padding-left: 0;
    margin-left: 0;
  }
  .nutritional .name span:first-child::before{
    display:none;
  }
}

.nutritional .des{
  font-size: 20px;
  font-weight: 500;
  color: #222;
  line-height: 1.4;
  text-align: left;
  margin-top: 15px;
}
.nutritional .des .br{
  display: block;
}
.btn-nutritional{
  max-width: 480px;
  width: 100%;
  height: 82px;
  border-radius: 10px;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.16);
  background-color: #ff6e6e;
  font-size: 26px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn-nutritional .arrows{
  display: inline-block;
  width: 32px;
  height: 12px;
  background: url('../images/icon_arrow.svg') 0 0 no-repeat;
  background-size: 100%;
  margin: -5px 0 0 25px;
}
.result .section1{
  background: #2f9271;
  margin-top: 0 !important;
  padding-top: 0;
}
.nutritional{
  position: relative;
  background: #2f725c;
  margin-top: 135px;
  padding-top: 110px;
  padding-bottom: 90px;
}
.result .section2 .nutritional{
  background: #648064;
  padding-top: 100px;
  padding-bottom: 60px;
}
.result .section2 .nutritional .icon{
  border-color: #648064;
  background: #648064;

}
.result .section2{
  background: #c4d2be;;
}
.result .section3{
  background: #c4d2be;
  padding-bottom: 90px;
  background: url('../images/bg_result_section3.jpg') 0 0 no-repeat;
  background-size: cover;
}
.result .section3 h2{
  font-size: 40px;
  text-align: center;
  font-weight: 800;
  color: #fff;
  line-height: 1.3;
  margin-bottom: 60px;
}
.tag-area{
  position: relative;
  text-align: center;
  padding-bottom: 30px;
  max-width: 440px;
  margin: 0 auto;
}
/*.tag-area:after{
  position: absolute;
  content: '';
  display: inline-block;
  width: 39px;
  height: 3px;
  border-radius: 2px;
  background-color: #f88f24;
  bottom: 0;
  left:0;
}*/
.tag-area .tag{
  display: inline-block;
  font-size: 20px;
  font-weight: 800;
  color: #fff;
  border-radius: 25px;
  background-color: #f19c46;
  padding: 12px 28px;
  margin: 5px;
}
.info-area{
  max-width: 440px;
  margin: 0 auto;
}
.info-area dl{
  margin-top: 40px;
}
.info-area dt{
  font-size: 22px;
  color: #333;
  letter-spacing: -0.8px;
  line-height: 1.3;
  margin-bottom: 20px;
}
.info-area dd{
  font-size: 20px;
  color: #333;
  line-height: 1.3;
  font-weight: 500;
}
.result .section4{
  background: #4ab893;
  padding-bottom: 90px;
}
.chart-area{
  text-align: center;
  margin-bottom: 58px;
}
.chart{
  position: relative;
  display: inline-block;
  width: 290px;
  height: 290px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 50px;
}
.chart .bg{
  position: relative;
  width: 100%;
  height: 100%;
}
.chart .value{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  width: 65%;
  height: 65%;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.chart .value .arrow{
  position: absolute;
  background: #Fff;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
  z-index: -1;
  transition: all 0.25s ease-in-out;
}
.chart .value .arrow:after{
  content: "▲";
  position: absolute;
  pointer-events: none;
  font-size: 80px;
  color: #Fff;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.chart .age{
  font-size: 38px;
  font-weight: 800;
  color: #222;
  margin-bottom: 15px;
}
.chart .state{
  font-size: 26px;
  font-weight: 800;
}
.state.very-bad{
  color:#ff3e3e;
}
.state.bad{
  color:#ff8e3a
}
.state.good{
  color:#23d0db;
}
.state.very-good {
  color: #7895cd
}
.state-info span{
  position: relative;
  font-size: 16px;
  font-weight: 500;
  color: #191919;
  padding-left:33px;
  margin: 0 8px;
}
.state-info span:before{
  position: absolute;
  content: '';
  display: inline-block;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  top: 50%;
  margin-top: -14px;
  left: 0;
}
.state-info .very-bad:before{
  background: #f98181;
}
.state-info .bad:before{
  background: #ffb075;
}
.state-info .good:before{
  background: #7ee2e8;
}
.state-info .very-good:before{
  background: #a0c0fc;
}

.chart:before, .chart:after,.chart .bg:before,.chart .bg:after {
  position: absolute;
  content: '';
  display: inline-block;
  width: calc(50% - 4.5px);
  height: calc(50% - 4.5px);
}
.chart:before{
  left: 0;
  background: #f98181;
}
.chart:after{
  top:0;
  right:0;
  background:#a0c0fc;
}
.chart .bg:before{
  background: #ffb075;
  bottom: 0;
  left:0;
}
.chart .bg:after{
  background: #7ee2e8;
  right:0;
  bottom: 0;
}
.bioage_list{
  max-width: 400px;
  margin: 0 auto;
  padding: 0 10px;
}
.bioage_list li{
  height: 55px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 70px;
  margin-top: 18px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 55px auto;
}
.bioage_list .name, .bioage_list .age{
  font-size: 22px;
  color: #222;
}
.bioage_list .name{
  display: inline-block;
  min-width: 90px;
}
.bioage_list .age em{
  font-style: normal;
  font-size: 16px;
  margin-left: 5px;
}
.bioage_list .value{
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-top: -15px;
}

.bioage_list .value .state{
  font-size: 15px;
  color: #222;
  margin-bottom: 7px;
}
.bioage_list .value .bar-area{
  position: relative;
  display: inline-block;
  width: 135px;
  height: 8px;
  border-radius: 4px;
  background-color: #efefef;
  overflow: hidden;
}
.bioage_list .value .bar{
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  height: 8px;
  border-radius: 4px;
}
.very-bad .bar{
  background:#ff3e3e;
}
.bad .bar{
  background:#ff8e3a
}
.good .bar{
  background: #23d0db;
}
.very-good .bar{
  background:#7895cd;
}


.bioage_list .obesity{
  background-image: url('../images/icon_m_obesity.svg');
}
.bioage_list .heart{
  background-image: url('../images/icon_m_heart.svg');
}
.bioage_list .liver{
  background-image: url('../images/icon_m_liver.svg');
}
.bioage_list .pancreas{
  background-image: url('../images/icon_m_pancreas.svg');
}
.bioage_list .kidney{
  background-image: url('../images/icon_m_kidney.svg');
}

.result .section4 h2{
  font-size: 40px;
  font-weight: 800;
  color: #2f9271;
  text-align: center;
  margin-bottom: 50px;
}

.result .section5{
  background: #f8f8f8;
  padding-bottom: 90px;
}
@media screen and (min-width: 769px){
  .result .section5 .inner{
    padding: 0 22px;
  }
}
.result .section5  .box{
  text-align: center;
  margin-bottom: 90px;
}

.result .section5 h2{
  position: relative;
  font-size: 32px;
  font-weight: 800;
  color: #222;
  line-height: 1.4;
  padding-bottom: 30px;
  margin-bottom: 40px;
}
.result .section5 h2:after{
  position: absolute;
  content: '';
  display: inline-block;
  width: 39px;
  height: 3px;
  border-radius: 2px;
  background: #2f9271;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.input-area{
  margin-bottom: 30px;
}
.input-area .input{
  display: inline-flex;
  max-width: 413px;
  width: 100%;
  height: 60px;
  border: solid 1px #2f9271;
  border-radius: 5px;
  overflow: hidden;
}
.input-area input{
  width: calc(100% - 109px);
  outline: none;
  border: none;
  font-size: 22px;
  padding: 0 30px;
}
.input-area .btn-submit{
  height: 100%;
  background: #2f9271;
  width: 109px;
  font-size: 22px;
  color: #fff;
  font-weight: 500;
}
.input-area .error{
  color: #ff6e6e;
  font-size: 20px;
  margin-top: 12px;
  font-weight: 500;
}
.coupon{
  display: inline-block;
  max-width: 430px;
}
.coupon img{
  width: 100%;
}
.coupon .tip{
  position: relative;
  padding-left: 30px;
  font-size: 16px;
  font-weight: 500;
  color: #222;
  line-height: 1.25;
  text-align: left;
  margin-top: 5px;
}
.coupon .tip span{
  position: absolute;
  left: 10px;
}
.btn-restart, .btn-moreview{
  cursor : pointer;
  max-width: 480px;
  height: 82px;
  background: #33ce9a;
  font-size: 26px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 41px;
  margin: 0 auto;
}
.btn-moreview{
  background: #888;
  margin-top: 23px;
}
.sns-list{
  position: fixed;
  right: 10px;
  top: 180px;
  z-index: 10;
}
.sns-list .item{
  width: 45px;
  height: 45px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0.1);
  transition: all .3s;
  z-index: -2;
  opacity: 0;
}
.btn-share{
  width: 105px;
  height: 105px;
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  background-color: #003424;
  box-shadow: 0 8px 6px 0 rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.btn-share .icon{
  width: 30px;
  height: 33px;
  display: inline-block;
  background: url('../images/icon_share.svg') center center no-repeat;
  margin-bottom: 3px;
}
.btn-facebook, .btn-kakao, .btn-link{
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-indent: -999px;
  background-size: 100% !important;
}
.btn-facebook{
  background: url('../images/icon_facebook.svg') center center no-repeat;
}
.btn-kakao{
  background: url('../images/icon_kakao.svg') center center no-repeat;
}
.btn-link{
  background: url('../images/icon_link.svg') center center no-repeat;
}
.open .item:nth-child(2) {
  transform: rotate(280deg) translateY(-113px) rotate(-280deg) scale(1);
  transition-delay: 0.1s;
  opacity: 1;
}
.open .item:nth-child(3) {
  transform: rotate(
          312deg) translateY(-123px) rotate(-312deg) scale(1);
  transition-delay: 0.2s;
  opacity: 1;
}
.open .item:nth-child(4) {
  transform: rotate(345deg) translateY(-115px) rotate(-345deg) scale(1);
  transition-delay: 0.3s;
  opacity: 1;
}
/* ======================== result [E]  ======================== */


/* ======================== footer [S]  ======================== */
.footer {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 62px;
  font-family: Roboto;
  font-size: 14px;
  font-weight: normal;
  color: #444;
  background-color: #efefef;
  position: relative;
  z-index: 9999;
}
/* ======================== footer [E]  ======================== */

/* ======================== modal [S]  ======================== */
.modal-open{
  overflow: hidden;
}
.modal-wrap{
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: visible;
  -webkit-overflow-scrolling: touch;
  z-index: 9999;
  padding: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}
.modal-wrap.show{
  display: flex;
}
.modal{
  max-width: 420px;
  width: 100%;
  border-radius: 20px;
  background: #fff;
  z-index: 1;
  overflow: hidden;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
.modal .modal-header{
  padding: 25px 20px 10px 20px;
}
.modal .modal-body{
  padding: 20px 20px 25px 20px;
}
.modal .modal-footer{
  height: 60px;
  font-size: 20px;
}
.modal-footer button{
  font-size: inherit;
}
.modal-footer .btn-ok{
  background: #4ab893;
  width: 100%;
  height: 100%;
  font-weight: 800;
  color: #fff;
}
.modal-overlay{
  background-color: rgba(17, 13, 13, 0.6);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  animation: overlay-fadein .5s;
}
.modal-loading{
  text-align: center;
  padding: 50px 20px;
}
.loading-img{
  width: 156px;
  height: 100px;
  margin: 25px auto 35px auto;
  background: url('../images/img_loading.png') 0 0 no-repeat;
  background-size: auto 100%;
  animation: play 5s steps(7) infinite;
}
.modal-loading .title{
  font-size: 20px;
  font-weight: 800;
  color: #222;
}
.modal-loading .progress{
  margin-bottom: 0;
}
.modal-email {
  text-align: center;
}
.modal-email .modal-header{
  position: relative;
}
.modal-email .modal-header:after{
  position: absolute;
  content: '';
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 39px;
  height: 3px;
  border-radius: 2px;
  background: #4ab893;
}
.modal-email .modal-header img{
  width: 120px;
}

.modal-email .modal-body{
  font-size: 16px;
  line-height: 1.6;
}

@media screen and (max-width: 576px){
  .container.survey {
    padding-top: 83px;
  }
  .container.survey .contents {
    background:none;
  }
  .modal{
    border-radius: 15px;
  }
  .modal-loading{
    padding: 35px 20px;
  }
  .modal-loading .title{
    font-size: 16px;
  }
  .loading-img{
    width: 114px;
    height: 73px;
    animation: play-m 5s steps(7) infinite;
  }
  .modal .modal-footer{
    height: 45px;
    font-size: 18px;
  }
  .modal-email .modal-header:after{
    width: 26px;
    height: 2px;
  }
  .modal-email .modal-header img{
    width: auto;
  }
  .modal-email .modal-body{
    font-size: 14px;
  }
}


@keyframes overlay-fadein {
  0% {opacity: 0;}
  to {opacity: 1;}
}
@-webkit-keyframes overlay-fadein {
  0% {opacity: 0;}
  to {opacity: 1;}
}
@-moz-keyframes overlay-fadein {
  0% {opacity: 0;}
  to {opacity: 1;}
}
@-ms-keyframes overlay-fadein {
  0% {opacity: 0;}
  to {opacity: 1;}
}
@-o-keyframes overlay-fadein {
  0% {opacity: 0;}
  to {opacity: 1;}
}

@-webkit-keyframes play {
  from { background-position:    0px; }
  to { background-position: -1232px; }
}

@-moz-keyframes play {
  from { background-position:    0px; }
  to { background-position: -1232px; }
}

@-ms-keyframes play {
  from { background-position:    0px; }
  to { background-position: -1232px; }
}

@-o-keyframes play {
  from { background-position:    0px; }
  to { background-position: -1232px; }
}

@keyframes play-m {
  from { background-position:    0px; }
  to { background-position: -902px; }
}
@-webkit-keyframes play-m {
  from { background-position:    0px; }
  to { background-position: -902px; }
}

@-moz-keyframes play-m {
  from { background-position:    0px; }
  to { background-position: -902px; }
}

@-ms-keyframes play-m {
  from { background-position:    0px; }
  to { background-position: -902px; }
}

@-o-keyframes play-m {
  from { background-position:    0px; }
  to { background-position: -902px; }
}


/* ======================== modal [E]  ======================== */



/* ======================== media [S]  ======================== */
@media screen and (max-width: 1100px){
  .header-menu,.container.main .inner, .result .inner{
    padding: 0 20px;
  }
}

@media screen and (max-width: 1024px){
  .header-menu,.container.main .inner, .result .inner{
    width: 768px;
    padding: 0;
  }
  .navbar-nav a:last-child{
    padding-right: 0;
  }
}

/* tablet */
@media screen and (max-width: 768px){
  .mobile{
    display: block;
  }
  .logo{
    width: 178px;
    height: 34px;
    background-image: url('../images/logo@3x.png');
    background-size: 178px auto;
  }
  .header-menu,.container.main .inner,.result .inner{
    width: 480px;
  }
  .healthtype .inner, .healthketch .inner{
    width: calc(100% - 40px);
    max-width: 100%;
  }
  .healthtype .card{
    width: 100%;
  }
  .navbar{
    position: fixed;
    right: -315px;
    width: 315px;
    height: calc(var(--vh, 1vh) * 100);
    z-index: 15;
    top: 0;
    padding-top: 144px;
    background: #fff;
    background: linear-gradient(180deg,rgba(47,146,113,1) 144px,rgba(255,255,255,1) 144px);
  }
  .navbar .logo{
    position: absolute;
    top: 90px;
    left: 30px;
    content: '';
    display: inline-block;
    width: 178px;
    height: 34px;
    background: url('../images/logo_white@3x.png') center center no-repeat;
    background-size: 100%;
  }
  .navbar.open{
    transform: translateX(-315px);
  }
  .navbar-nav{
    width: 100%;
    padding: 5px 20px;
    flex-direction: column;
  }
  .nav-item{
    border-top: solid 1px #ececec;
  }
  .nav-item:first-child{
    border-top: none;
  }
  .navbar-nav a{
    cursor : pointer;
    padding: 22px 0 22px 45px;
  }
  .nav-item:nth-child(1){
    background: url('../images/icon_menu1.svg') 8.5px center no-repeat;
  }
  .nav-item:nth-child(2){
    background: url('../images/icon_menu2.svg') 11px center no-repeat;
  }
  .nav-item:nth-child(3){
    background: url('../images/icon_menu3.svg') 11.5px center no-repeat;
  }

  .main:before{
    width: 397px;
    height: 397px;
    margin-left: 22%;
    top: 230px;
  }
  .main:after{
    width: 315px;
    height: 315px;
    margin-left: -58%;
    bottom: -40px;
  }
  .main .title{
    font-size: 30px;
  }
  .main .title .fw-bold{
    font-size: 36px;
  }

  .main .btn-area p{
    font-size: 20px;
    margin-bottom: 20px;
  }
  .line-area{
    font-size: 16px;
  }

  /* healthketch */
  .healthketch .section1 {
    margin: 0 -20px;
  }
  .healthketch .section1 .des{
    padding-left: 20px;
    padding-right: 20px;
  }
  /* result */
  .result .section5 h2{
    font-size: 30px;
  }
  .result .title-area{
    margin-bottom: 20px;
  }
  .icon-box.heart img{
    width: 145px;
  }
  .icon-box.fat img{
    width: 175px;
  }
  .icon-box.liver img{
    width: 159px;
  }
  .icon-box.pancreatic img{
    width: 251px;
  }
  .icon-box.kidney img{
    width: 201px;
  }
  .icon-box.health img{
    width: 173px;
  }

}
/* mobile */
@media screen and (max-width: 576px){
  .container.survey {
    box-shadow: none;
    background-color: #fff;
  }
  .header{
    height: 58px;
    box-shadow: 0 3px 3px 0 rgb(0 0 0 / 16%);
  }
  .header-menu{
    width: 100%;
    padding: 0  10px 0 20px;
  }
  .container .inner, .container.main .inner{
    width: 100%;
    padding: 0 20px;
  }
  .container{
    padding-top: 58px;
  }
  .main{
    height: calc(100% - 40px);
  }
  .main:before{
    width: 185px;
    height: 244px;
    top: 147px;
  }
  .main:after{
    width: 185px;
    height: 244px;
    bottom: 0px;
    left: 0;
    margin-left: -100px;
  }
  .main .title{
    font-size: 18px;
    padding: 40px 0 18px 0;
    margin-bottom: 30px;
  }
  .main .title .fw-bold{
    font-size: 30px;
  }
  .main .title:after{
    width: 26px;
    height: 2px;
    border-radius: 2px;
  }
  .main .btn-area p{
    font-size: 16px;
    margin-bottom: 15px;
  }
  .btn-start{
    width: 229px;
    height: 71px;
    border-radius: 32px;
    font-size: 12px;
    font-weight: 800;
  }
  .btn-start strong{
    font-size: 18px;
  }
  .line-area{
    position: absolute;
    bottom:0;
    font-size: 12px;
    width: 100%;
    padding: 20px 0;
  }
  .line-area span{
    display: inline;
  }
  .footer {
    height: 40px;
    font-size: 10px;
  }
  .survey + .footer,
  .healthketch + .footer,
  .healthtype + .footer{
    display: none;
  }

  /* healthtype */
  .healthtype{
    background: #fff;
  }
  .healthtype .contents{
    background: none;
  }
  .healthtype .inner{
    padding-bottom: 50px;
  }
  .healthtype h2{
    font-size: 33px;
    height: auto;
    line-height: 1;
    text-align: left;
    padding: 45px 20px 40px;
  }
  .card{
    flex-direction: column;
    padding: 0;
    margin-top: 20px;
  }
  .card-header{
    width: 100%;
    height: 165px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 15px;
  }
  .card-header .icon{
    width: auto;
    height: auto;
    justify-content: center;
    padding-left: 0;
  }
  .card-body{
    margin-left: 0;
  }
  .card .title{
    font-size: 16px;
    text-align: center;
  }
  .card .title:after{
    width: 26px;
    left: 50%;
    transform: translateX(-50%);
  }
  .card-body .des{
    background: rgba(255,243,213,0.3);
    padding: 17px 22px;
    font-size: 14px;
  }
  .card:nth-child(2n) .des{
    background: rgba( 228,241,226,0.3);
  }
  .heart .icon img{
    width: 75px;
  }
  .fat .icon img{
    width: 91px;
  }
  .liver .icon img{
    width: 83px;
  }
  .pancreatic .icon img{
    width: 131px;
    margin-left: 35%;
  }
  .kidney .icon img{
    width: 105px;
  }
  .health .icon img{
    width: 90px;
  }
  /* healthketch */
  .healthketch h2{
    font-size: 18px;
    padding-right: 15px;
  }
  .healthketch .title-area h3{
    font-size: 28px;
  }
  .healthketch .contents{
    padding-top: 50px;
  }
  .healthketch .title-area{
    border-top: 2px solid #2f9271;
    border-bottom: 2px solid #2f9271;
    padding: 30px 0 20px 0;
  }
  .healthketch .section1 .des{
    font-size: 16px;
    padding-top: 40px;
    padding-bottom: 35px;
  }
  .healthketch .section2 .inner{
    padding: 50px 20px;
  }
  .healthketch .section2 h3{
    font-size: 22px;
    padding: 0 0 0 20px;
  }
  .use-list{
    margin-bottom: 40px;
  }
  .use-list .num{
    padding: 8px 30px;
    border-radius: 20px;
    font-size: 20px;
    border: solid 2px #fff;
  }
  .use-list li{
    border-radius: 14px;
    padding: 50px 20px 30px 20px;
    margin-top: 50px;
  }
  .use-list li:first-child{
    margin-top: 70px;
  }
  .use-list .list-header{
    font-size: 16px;
    line-height: 1.4;
    padding-bottom: 15px;
    margin-bottom: 25px;
  }
  .use-list .list-header:after{
    width: 26px;
    height: 2px;
  }
  .use-list .list-body{
    font-size: 14px;
  }
  .btn-hompage{
    font-size: 16px;
    height: 50px;
    border-radius: 8px;
  }

  /* result */
  .result [class^="section"]{
    margin-top: 15px;
  }
  .result .box{
    padding: 20px;
    border-radius: 14px;
    box-shadow: 0 2px 15px 0 rgb(0 0 0 / 10%);
  }

  .result .title-area h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .result .box + .box{
    margin-top: 15px;
    padding: 22px 20px 16px;
  }
  .result .title-area h3{
    font-size: 26px;
  }
  .section1 .result-box{
    padding-top: 30px;
  }
  .section1 .result-box::after{
    background: url(../images/bg_result_line.png) center -102px no-repeat;
    background-size: 200px auto;
  }
  .result .section2{
    padding-top: 30px;
  }
  .result .title-area{
    margin-bottom: 17px;
  }
  .result-box .tit {
    font-size: 16px;
    padding: 0 15px;
    margin-bottom: 12px;
  }
  .result-box .image{
    margin-bottom: 12px;
  }
  /*.result-box .image img{
    height: 60px;
  }*/
  .result-box .box{
    border-radius: 10px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  }
  .result-box .name
  {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .nutritional .box{
    text-align: left;
    padding: 25px 25px 10px 25px;
  }
  .nutritional .name{
    display: flex;
    flex-direction: column;
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: 700;
  }
  .nutritional .name span{
    margin-left: 0;
    margin-bottom: 10px;
    padding-left: 14px;
  }
  .nutritional .name span:before{
    left: 4px;
  }

  .nutritional .des{
    font-size: 16px;
    margin-bottom: 20px;
  }
  .result-box .des{
    font-size: 18px;
  }
  .result-box .tit:before, .result-box .tit:after{
    width: 6px;
    height: 6px;
    margin-top: -4px;
  }
  .nutritional{
    padding-top: 75px !important;
    padding-bottom: 45px !important;
    margin-top: 90px;
  }
  .nutritional .icon{
    border-width: 20px;
  }
  .nutritional .icon img{
    width: 72px;
  }
  .nutritional .tit{
    font-size: 20px;
    margin-bottom: 30px;
  }
  .nutritional .sub-tit{
    font-size: 18px;
    font-weight: 700;
    width: 155px;
    height: 92px;
    line-height: 40px;
    margin-bottom: 15px;
  }
  .section2 .nutritional .tit{
    margin-bottom: 15px;
    padding: 8px 20px;
  }
  .section2 .nutritional .no-data{
    font-size: 18px;
    margin-bottom: 25px;
  }
  .btn-nutritional{
    height: 55px;
    font-size: 20px
  }
  .btn-nutritional .arrows{
    width: 20px;
    margin: -3px 0 0 10px;
  }
  .result .section3 {
    padding-top: 45px;
    padding-bottom: 60px;
  }
  .result .section3 h2{
    font-size: 28px;
    margin-bottom: 35px;
  }
  .result .section3 .box{
    padding: 35px 20px;
  }
  .tag-area{
    padding-bottom: 0px;
    margin-bottom: 30px;
  }
  .tag-area .tag{
    font-size: 16px;
    padding: 8px 13px;
    margin: 0 5px 5px 0;
  }
  .tag-area:after{
    width: 26px;
    height: 2px;
  }
  .info-area dl{
    margin-top: 25px;
  }
  .info-area dt{
    font-size: 16px;
    margin-bottom: 12px;
  }
  .info-area dd{
    font-size: 14px;
  }
  .result .section4 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .result .section4 h2{
    font-size: 28px;
    margin-bottom: 35px;
  }
  .result .section4 .box{
    padding: 40px 15px;
  }
  .chart-area{
    margin-bottom: 40px;
  }
  .chart{
    margin-bottom: 28px;
    width: 194px;
    height: 194px;
  }
  .chart:before, .chart:after, .chart .bg:before, .chart .bg:after{
    width: calc(50% - 2.7px);
    height: calc(50% - 2.7px);
  }
  .chart .value .arrow:after{
    font-size: 45px;
  }
  .chart .state{
    font-size: 20px;
  }
  .chart .age{
    font-size: 28px;
    margin-bottom: 7px;
  }
  .bioage_list li{
    height: 37px;
    background-size: 37px auto;
    padding-left: 45px;
  }
  .bioage_list .name, .bioage_list .age{
    font-size: 16px;
  }
  .bioage_list .name{
    min-width: 62px;
  }
  .bioage_list .age em{
    font-size: 12px;
    margin-left: 3px;
  }
  .bioage_list .value{
    margin-top: -10px;
  }
  .bioage_list .value .state{
    font-size: 12px;
    margin-bottom: 3px;
  }
  .bioage_list .value .bar-area{
    width: 90px;
    height: 5px;
    border-radius: 3px;
  }
  .bioage_list .value .bar{
    height: 5px;
    border-radius: 3px;
  }
  .state-info span{
    font-size: 12px;
    padding-left: 18px;
    margin: 0 0 0 6px;
  }
  .state-info span:first-child{
    margin-left: 0;
  }
  .state-info span:before{
    width: 13px;
    height: 13px;
    margin-top: -6px;
  }

  .result .section5{
    margin:0;
    padding-top: 20px;
    padding-bottom: 50px;
  }
  .result .section5 h2 {
    font-size: 20px;
    text-align: left;
    padding-bottom: 15px;
    margin-bottom: 30px;
    letter-spacing: -0.3px;
  }
  .result .section5 h2:after{
    left: 0;
    width: 26px;
    height: 2px;
    transform: none;
  }

  .result .section5 .box{
    margin-bottom: 40px;
  }
  .input-area{
    margin-bottom: 20px;
  }
  .input-area .input{
    height: 40px;
  }
  .input-area input{
    width: calc(100% - 73px);
    font-size: 16px;
    padding: 0 12px;
  }
  .input-area .error{
    font-size:14px;
    margin-top: 10px;
  }
  .input-area .btn-submit{
    width: 73px;
    font-size: 18px;
  }
  .coupon .tip{
    font-size: 14px;
    padding-left: 22px;
  }
  .coupon .tip span{
    left: 5px;
  }
  .btn-restart, .btn-moreview{
    height: 55px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    font-size: 20px;
  }
  .btn-moreview{
    margin-top: 15px
  }
  .sns-list{
    position: relative;
    right: auto;
    top: auto;
    text-align: center;
    background: #f8f8f8;
    padding-bottom: 60px;
  }
  .sns-list .item{
    transform: none;
    position: relative;
    opacity: 1;
    transform: none !important;
    transition: none !important;
    transition-delay: 0s !important;
    left: auto;
    top: auto;
    display: inline-block;
    margin: 0 8px;
    width: 48px;
    height: 48px;
    z-index: 98;
  }
  .btn-share{
    width: auto;
    height: auto;
    background: none;
    box-shadow: none;
    border-radius: 0;
    font-size: 18px;
    color: #222;
    pointer-events: none;
    margin: 0 auto 20px auto;
  }
  .btn-share .icon{
    display: none;
  }
  .icon-box.heart img{
    width: 132px;
  }
  .icon-box.fat img{
    width: 160px;
  }
  .icon-box.liver img{
    width: 145px;
  }
  .icon-box.pancreatic img{
    width: 229px;
  }
  .icon-box.kidney img{
    width: 183px;
  }
  .icon-box.health img{
    width: 158px;
  }


}
@media screen and (max-width: 320px){
  .calendar-wrap .select-container{
    width: 33%;
    margin: 0 5px;
  }
}
/* ======================== media [E]  ======================== */


/*외주 외 css*/
.tag-area dt{
  font-size: 20px;
  color: #333333;
  text-align: left;
  font-family: "NanumSquareRound",sans-serif;
  line-height: 28px;
  font-weight: 700;
}

@media screen and (max-width: 576px){
  .tag-area dt{
    font-size: 16px;
  }

  .tag-area{
    margin-bottom: 0px;
  }
}

.arrow.very-bad{
  transform: rotate(315deg);
}
.arrow.bad{
  transform: rotate(225deg);
}
.arrow.good{
  transform: rotate(135deg);
}
.arrow.very-good {
  transform: rotate(45deg);
}
.bar.very-bad{
  width: 90%;
}
.bar.bad{
  width: 50%;
}
.bar.good{
  width: 30%;
}
.bar.very-good {
  width: 15%;
}

.loading-panel {
  position: fixed;
  background: #fff;
  z-index: 99;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.loading-panel img {
  position: relative;
  top: 40%;
  left: calc(50% - 30px);
}

.loading-panel p {
  position: relative;
  top: 43%;
  left: calc(50% - 30px);
  font-family: Helvetica, sans-serif
}


@media screen and (max-width: 340px) {
  .state-info span{
    font-size: 11px;
    padding-left: 11px;
    margin: 0 0 0 3px;
  }

  .state-info span:before {
    width: 9px;
    height: 9px;
    margin-top: -5px;
  }
}

.product-img{
  width: 120px;
  height: 76px;
}
