@charset "UTF-8";
/*
	CSS Triangle
	used for creating CSS only triangles
	example:
*/
/*
	Hide text
*/
/*
	Typography
	Text image replacement, with responsive ratio
*/
@font-face {
  font-family: "HGGGothicssi60g";
  text-transform: normal;
  font-weight: normal;
  src: url("../fonts/HGGGothicssi60g.otf") format("opentype"), url("../fonts/HGGGothicssi60g.ttf") format("truetype");
}
@font-face {
  font-family: "HGGGothicssi40g";
  text-transform: normal;
  font-weight: normal;
  src: url("../fonts/HGGGothicssi40g.otf") format("opentype"), url("../fonts/HGGGothicssi40g.ttf") format("truetype");
}
@font-face {
  font-family: "HGGGothicssi20g";
  text-transform: normal;
  font-weight: normal;
  src: url("../fonts/HGGGothicssi20g.otf") format("opentype"), url("../fonts/HGGGothicssi20g.ttf") format("truetype");
}
@font-face {
  font-family: "HGGGothicssi80g";
  text-transform: normal;
  font-weight: normal;
  src: url("../fonts/HGGGothicssi80g.otf") format("opentype"), url("../fonts/HGGGothicssi80g.ttf") format("truetype");
}
@font-face {
  font-family: "NotoSansKR-Regular";
  text-transform: normal;
  font-weight: normal;
  src: url("../fonts/NotoSansKR-Regular.otf") format("opentype"), url("../fonts/NotoSansKR-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "NotoSansKR-Medium";
  text-transform: normal;
  font-weight: normal;
  src: url("../fonts/NotoSansKR-Medium.otf") format("opentype"), url("../fonts/NotoSansKR-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "NotoSansKR-Bold";
  text-transform: normal;
  font-weight: normal;
  src: url("../fonts/NotoSansKR-Bold.otf") format("opentype"), url("../fonts/NotoSansKR-Bold.ttf") format("truetype");
}
h1,
h2,
h3,
h4 {
  margin: 0;
}

div,
p,
span,
input,
a,
li {
  font-family: "HGGGothicssi60g", Arial, sans-serif;
  font-size: 1rem;
  color: #333333;
  word-break: keep-all;
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: none;
  box-sizing: border-box;
}
*:before {
  box-sizing: border-box;
}
*:after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  font-size: 16px;
}
@media only screen and (max-width: 640px) {
  html,
body {
    font-size: 8px;
  }
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #000;
}

button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
}

.button--type {
  background-color: #d24308;
  border-radius: 200px;
  color: #ffffff;
  padding: 20px 50px;
  line-height: 1;
  text-align: left;
}

.button--type1 {
  min-width: 330px;
  font-family: "NotoSansKR-Medium", Arial, sans-serif;
  font-size: 3rem;
  background-image: url("../images/icon/btn_icon.svg");
  background-position: center right 20px;
  background-repeat: no-repeat;
  background-size: 15% auto;
  box-shadow: 0 3px 5px 0px rgba(0, 0, 0, 0.2);
}

.button--type2 {
  font-family: "HGGGothicssi20g", Arial, sans-serif;
  font-size: 3rem;
  margin-bottom: 40px;
  padding: 70px;
  padding-right: 300px;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .button--type2 {
    background-position: bottom -20px right 50px;
    font-size: 3rem;
    padding: 35px;
  }
}
.button--type2 sup {
  font-size: 1.9rem;
}
.button--type2 .bold {
  color: #ffffff;
  font-family: "HGGGothicssi80g", Arial, sans-serif;
  font-size: 4.5rem;
}
.button--type2::after {
  content: "";
  display: block;
  width: 240px;
  height: 100px;
  background-image: url("../images/button/btn_next.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
}
@media only screen and (max-width: 640px) {
  .button--type2::after {
    width: 120px;
    height: 50px;
    top: initial;
    bottom: -25px;
    right: 0px;
    transform: initial;
  }
}

.button--type3 {
  background-color: transparent;
  color: #88ba55;
  font-family: "HGGGothicssi80g", Arial, sans-serif;
  font-size: 3.2rem;
  padding-right: 80px;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .button--type3 {
    padding-right: 44px;
  }
}
.button--type3::before {
  content: "";
  display: block;
  width: calc(100% - 83px);
  height: 1px;
  background-color: #88ba55;
  position: absolute;
  bottom: 0;
  left: 5px;
}
@media only screen and (max-width: 640px) {
  .button--type3::before {
    width: calc(100% - 48px);
  }
}
.button--type3::after {
  content: "";
  display: block;
  width: 63px;
  height: 63px;
  background-image: url("../images/icon/arrow-round.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  right: 0px;
  top: 0;
}
@media only screen and (max-width: 640px) {
  .button--type3::after {
    width: 34px;
    height: 34px;
  }
}

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

li {
  list-style: none;
}

img {
  width: 100%;
  display: table;
}

.container {
  min-height: 100vh;
  background-color: #f7faea;
}
.container__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 10px 30px;
}
@media only screen and (max-width: 640px) {
  .container__inner {
    padding: 30px 24px;
  }
}

.logo {
  max-width: 220px;
}
@media only screen and (max-width: 640px) {
  .logo {
    max-width: 125px;
  }
}

.references {
  text-align: left;
}
.references p {
  color: #b0bc83;
  font-family: "NotoSansKR-Regular", Arial, sans-serif;
  font-size: 0.9rem;
  position: relative;
  margin-bottom: 25px;
}
@media only screen and (max-width: 640px) {
  .references p {
    margin-bottom: 10px;
  }
}
.references span {
  color: #b0bc83;
  font-family: "NotoSansKR-Bold", Arial, sans-serif;
  font-size: 0.8rem;
}
.references sup {
  color: #b0bc83;
  font-family: "NotoSansKR-Bold", Arial, sans-serif;
  font-size: 0.5rem;
}

footer {
  background-color: #e8f0c8;
}
footer .footer__inner {
  max-width: 1200px;
  min-height: 180px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 640px) {
  footer .footer__inner {
    min-height: auto;
    justify-content: center;
    padding: 40px 50px 20px;
  }
}
footer .footer__text {
  display: block;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  footer .footer__text {
    display: none;
  }
}
footer .footer__text div {
  font-family: "NotoSansKR-Regular", Arial, sans-serif;
  font-size: 1.5rem;
}
footer .footer__text div a {
  color: #d24308;
  font-family: "NotoSansKR-Regular", Arial, sans-serif;
  font-size: 1.5rem;
  text-decoration: underline;
}
footer .footer__text p {
  color: #b0bc83;
  font-family: "NotoSansKR-Regular", Arial, sans-serif;
  margin-top: 12px;
}
footer .footer__text-mobile {
  display: none;
}
@media only screen and (max-width: 640px) {
  footer .footer__text-mobile {
    display: block;
    padding-bottom: 30px;
  }
  footer .footer__text-mobile div {
    font-size: 1.7rem;
  }
  footer .footer__text-mobile div a {
    font-size: 1.7rem;
  }
  footer .footer__text-mobile p {
    margin-top: 5px;
  }
}
footer .logo--abbvie {
  max-width: 180px;
}
@media only screen and (max-width: 640px) {
  footer .logo--abbvie {
    max-width: 90px;
    margin: 0 15px;
  }
}
footer .logo {
  max-width: 180px;
}
@media only screen and (max-width: 640px) {
  footer .logo {
    max-width: 90px;
    margin: 0 15px;
  }
}

.container__inner-wider {
  max-width: 1289px;
}
@media only screen and (max-width: 640px) {
  .container__inner-wider {
    padding: 30px 14px 30px 24px;
  }
}

.index-main {
  display: flex;
  flex-wrap: nowrap;
  margin-top: 110px;
}
@media only screen and (max-width: 640px) {
  .index-main {
    display: block;
    margin-top: 36px;
  }
}
.index-main__title {
  color: #6ba31e;
  font-family: "HGGGothicssi20g", Arial, sans-serif;
  font-size: 6rem;
  margin-bottom: 20px;
}
@media only screen and (max-width: 640px) {
  .index-main__title {
    margin-bottom: 12px;
  }
}
.index-main__title sup {
  font-family: "HGGGothicssi20g", Arial, sans-serif;
  font-size: 3.4rem;
}
.index-main__title span {
  color: #6ba31e;
  font-family: "HGGGothicssi80g", Arial, sans-serif;
  font-size: 6rem;
}
.index-main__sub-title {
  font-family: "HGGGothicssi40g", Arial, sans-serif;
  font-size: 1.75rem;
  margin-bottom: 80px;
}
@media only screen and (max-width: 640px) {
  .index-main__sub-title {
    margin-bottom: 30px;
  }
}
.index-main__sub-title sup {
  font-size: 1.1rem;
}
.index-main__left-div {
  width: 52%;
}
@media only screen and (max-width: 640px) {
  .index-main__left-div {
    width: 100%;
  }
}
.index-main__right-div {
  width: 48%;
  margin-left: auto;
}
@media only screen and (max-width: 640px) {
  .index-main__right-div {
    width: 100%;
  }
}
.index-main__image {
  width: 95%;
  max-width: 627px;
  margin-left: auto;
}
@media only screen and (max-width: 640px) {
  .index-main__image {
    max-width: 75%;
  }
}
@media only screen and (max-width: 640px) {
  .index-main .button--type1 {
    width: 50%;
    min-width: auto;
    background-position: center right 12px;
    padding: 10px 20px;
    margin-bottom: 40px;
  }
}

.index-footer {
  background-color: transparent;
  margin-top: 160px;
}
@media only screen and (max-width: 640px) {
  .index-footer {
    margin-top: -20px;
  }
}
.index-footer p,
.index-footer .approval-number {
  color: #88ba55;
  font-family: "NotoSansKR-Regular", Arial, sans-serif;
  font-size: 1rem;
}

.survey-main {
  margin-top: 48px;
}
@media only screen and (max-width: 640px) {
  .survey-main {
    margin-top: 30px;
  }
}
.survey-main__box {
  border-bottom: 1px solid #e3ebc1;
  display: none;
}
.survey-main__box:first-child {
  display: block;
}
.survey-main__title {
  background-color: #e3ebc1;
  font-size: 1.6rem;
  text-align: center;
  padding: 18px;
}
@media only screen and (max-width: 640px) {
  .survey-main__title {
    font-size: 2.2rem;
    padding: 10px;
  }
}
@media only screen and (max-width: 640px) {
  .survey-main__choices-wrap {
    margin-bottom: 30px;
  }
}
.survey-main__choices {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  padding: 50px 0;
}
@media only screen and (max-width: 640px) {
  .survey-main__choices {
    padding: 20px 0;
  }
}
@media only screen and (max-width: 640px) {
  .survey-main__choices1 {
    justify-content: space-between;
    padding: 20px 0;
  }
}
@media only screen and (max-width: 640px) {
  .survey-main__choices3 {
    display: block;
  }
  .survey-main__choices3 .survey-main__choices-wrap {
    width: 100%;
  }
  .survey-main__choices3 .survey-main__choices-wrap .survey-main__choices__detail--hide {
    display: none;
  }
}
.survey-main__choice {
  background-color: #ffffff;
  border-radius: 100%;
  color: #88ba55;
  font-size: 1.6rem;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  text-align: center;
  margin: 0 3.4%;
}
@media only screen and (max-width: 640px) {
  .survey-main__choice {
    font-size: 2.2rem;
    margin: 0;
  }
}
.survey-main__choice--active {
  background-color: #88ba55;
  color: #ffffff;
}
.survey-main__choice--active .mq--show,
.survey-main__choice--active .mq--hide {
  background-color: #88ba55;
  color: #ffffff;
}
.survey-main__choice1 {
  width: 64px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 640px) {
  .survey-main__choice1 {
    width: 45px;
    height: 45px;
  }
}
@media only screen and (max-width: 360px) {
  .survey-main__choice1 {
    width: 40px;
    height: 40px;
  }
}
.survey-main__choice2 {
  width: 200px;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 640px) {
  .survey-main__choice2 {
    width: 100px;
    height: 100px;
    margin: 0 20px;
  }
}
.survey-main__choice3 {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 90px;
  border-radius: 100px;
  font-size: 1.3rem;
  padding: 18px;
  line-height: 1.3;
  margin-bottom: 16px;
}
@media only screen and (max-width: 640px) {
  .survey-main__choice3 {
    min-height: 70px;
    font-size: 2.1rem;
    margin-bottom: 10px;
    padding: 20px;
  }
}
.survey-main__choices-wrap {
  width: 33.3333333333%;
}
.survey-main__choices__detail {
  color: #d24308;
  text-align: center;
  margin-bottom: 18px;
}
@media only screen and (max-width: 640px) {
  .survey-main__choices__detail {
    font-size: 1.8rem;
    margin-bottom: 5px;
    line-height: 1.5;
  }
}
.survey-main__choices__detail--hide {
  opacity: 0;
}
.survey-main__choice4 {
  width: 200px;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 640px) {
  .survey-main__choice4 {
    width: 100px;
    height: 100px;
    margin: 0 20px;
  }
}
.survey-main__choice4 .mq--hide {
  display: flex;
}
@media only screen and (max-width: 640px) {
  .survey-main__choice4 .mq--hide {
    display: none;
  }
}
.survey-main__choice4 .mq--show {
  display: none;
}
@media only screen and (max-width: 640px) {
  .survey-main__choice4 .mq--show {
    display: flex;
  }
}
.survey-main__choice4 p {
  color: #88ba55;
  font-size: 1.6rem;
}
@media only screen and (max-width: 640px) {
  .survey-main__choice4 p {
    font-size: 2.2rem;
  }
}
.survey-main__result {
  display: none;
  text-align: center;
  margin-top: 70px;
}
@media only screen and (max-width: 640px) {
  .survey-main__result {
    margin-top: 25px;
  }
}
.survey-main__result .references p:first-child {
  padding-left: 18px;
}
@media only screen and (max-width: 640px) {
  .survey-main__result .references p:first-child {
    padding-left: 12px;
  }
}
.survey-main__result .references p:first-child::before {
  content: "▶";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0.8rem;
}
.survey-main__result__arrow {
  width: 260px;
  margin: 0 auto 70px;
}
@media only screen and (max-width: 640px) {
  .survey-main__result__arrow {
    width: 45%;
    margin-bottom: 30px;
  }
}
.survey-main__result__arrow + .button--type2 {
  width: 100%;
}

.result-main {
  margin-top: 48px;
}
@media only screen and (max-width: 640px) {
  .result-main {
    margin-top: 30px;
  }
}
.result-main h3 {
  font-family: "HGGGothicssi20g", Arial, sans-serif;
  font-size: 3.8rem;
  text-align: center;
  line-height: 1.2;
}
@media only screen and (max-width: 640px) {
  .result-main h3 {
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 320px) {
  .result-main h3 {
    font-size: 3.2rem;
  }
}
.result-main h3 span {
  color: #d24308;
  font-family: "HGGGothicssi80g", Arial, sans-serif;
  font-size: 3.8rem;
  line-height: 1.2;
}
@media only screen and (max-width: 640px) {
  .result-main h3 span {
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 320px) {
  .result-main h3 span {
    font-size: 3.2rem;
  }
}
.result-main h3 sup {
  font-family: "HGGGothicssi20g", Arial, sans-serif;
  font-size: 2.4rem;
}
.result-main .btn__wrap {
  text-align: right;
  margin-top: 60px;
}
@media only screen and (max-width: 640px) {
  .result-main .btn__wrap {
    margin-top: 35px;
  }
}
.result-main__text {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  border-radius: 20px;
  margin: 40px 0 30px;
  padding: 70px 60px;
}
@media only screen and (max-width: 640px) {
  .result-main__text {
    display: block;
    margin: 20px auto 20px;
    text-align: center;
    padding: 30px 20px;
  }
}
.result-main__text-box {
  text-align: center;
}
.result-main__text-box p {
  display: inline-block;
  color: #88ba55;
  font-family: "HGGGothicssi80g", Arial, sans-serif;
  font-size: 2.5rem;
}
@media only screen and (max-width: 640px) {
  .result-main__text-box p {
    font-size: 3.5rem;
  }
}
.result-main__text-box p + .discription {
  color: #666666;
  font-family: "NotoSansKR-Regular", Arial, sans-serif;
  font-size: 1.3rem;
}
.result-main__text-box p + .discription sup {
  color: #666666;
  font-family: "NotoSansKR-Regular", Arial, sans-serif;
  font-size: 0.8rem;
}
.result-main__text-box sup {
  display: inline-block;
  color: #88ba55;
  font-size: 1.5rem;
}
@media only screen and (max-width: 640px) {
  .result-main__text-box sup {
    font-size: 2rem;
  }
}
.result-main__text-box > img {
  max-width: 310px;
  margin: 0 auto 20px;
}
@media only screen and (max-width: 640px) {
  .result-main__text-box > img {
    max-width: 155px;
    margin: 0 auto 10px;
  }
}
.result-main__text-box__num {
  color: #88ba55;
  font-family: "HGGGothicssi80g", Arial, sans-serif;
  font-size: 2.5rem;
  margin-right: 10px;
}
@media only screen and (max-width: 640px) {
  .result-main__text-box__num {
    font-size: 3rem;
    margin-right: 5px;
  }
}
.result-main__text-box__text__title {
  color: #88ba55;
  font-family: "HGGGothicssi80g", Arial, sans-serif;
  font-size: 2.5rem;
}
@media only screen and (max-width: 640px) {
  .result-main__text-box__text__title {
    font-size: 3rem;
    margin-bottom: 5px;
  }
}
.result-main__text-box__text__title sup {
  font-size: 1.2rem;
}
@media only screen and (max-width: 640px) {
  .result-main__text-box__text__title sup {
    font-size: 1.9rem;
  }
}
.result-main__text-box__text__disc {
  color: #666666;
  font-family: "NotoSansKR-Regular", Arial, sans-serif;
}
@media only screen and (max-width: 640px) {
  .result-main__text-box__text__disc {
    font-size: 1.6rem;
  }
}
.result-main__text-box__text__disc sup {
  color: #666666;
  font-family: "NotoSansKR-Regular", Arial, sans-serif;
  font-size: 0.6rem;
}
.result-main1 .result-main__text-box__1st {
  width: 40%;
}
@media only screen and (max-width: 640px) {
  .result-main1 .result-main__text-box__1st {
    width: 100%;
  }
}
.result-main1 .result-main__text-box__2nd {
  width: 20%;
}
@media only screen and (max-width: 640px) {
  .result-main1 .result-main__text-box__2nd {
    width: 100%;
    margin: 0px auto;
  }
}
.result-main1 .result-main__text-box__2nd img {
  max-width: 84px;
  margin-left: 12%;
}
@media only screen and (max-width: 640px) {
  .result-main1 .result-main__text-box__2nd img {
    max-width: 50px;
    margin: 0 auto;
    transform: rotate(90deg);
  }
}
.result-main1 .result-main__text-box__3rd {
  width: 40%;
  text-align: left;
}
@media only screen and (max-width: 640px) {
  .result-main1 .result-main__text-box__3rd {
    width: 100%;
  }
}
.result-main1 .result-main__text-box__3rd > div {
  display: flex;
  flex-wrap: nowrap;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 640px) {
  .result-main1 .result-main__text-box__3rd > div {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
}
.result-main1 .result-main__text-box__3rd > div:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.result-main2 .result-main__text {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-flow: column;
  grid-gap: 30px;
  background-color: transparent;
  padding: 0;
}
@media only screen and (max-width: 640px) {
  .result-main2 .result-main__text {
    display: block;
  }
}
.result-main2 .result-main__text-box {
  height: 100%;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 70px 30px 40px;
  text-align: center;
  margin: 0 auto 20px;
}
@media only screen and (max-width: 640px) {
  .result-main2 .result-main__text-box {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    padding: 20px;
  }
  .result-main2 .result-main__text-box > div {
    text-align: left;
  }
  .result-main2 .result-main__text-box > div:first-child {
    width: 40%;
    margin-right: 15px;
  }
  .result-main2 .result-main__text-box > div:last-child {
    width: calc(60% - 15px);
  }
  .result-main2 .result-main__text-box > div:last-child p {
    width: 100%;
  }
}
.result-main2 .result-main__text-box img {
  max-width: 240px;
  margin: 0 auto 20px;
}
@media only screen and (max-width: 640px) {
  .result-main2 .result-main__text-box img {
    margin-bottom: 0;
  }
}
.result-main2 .result-main__text-box p {
  margin: 25px 0 0;
}
@media only screen and (max-width: 640px) {
  .result-main2 .result-main__text-box p {
    font-size: 2.4rem;
    margin-top: 0;
    line-height: 1.2;
  }
  .result-main2 .result-main__text-box p:first-child {
    margin-bottom: 6px;
  }
}
.result-main2 .result-main__text-box p span {
  color: #666666;
  font-family: "NotoSansKR-Bold", Arial, sans-serif;
  font-size: 1.4rem;
}
.result-main2 .result-main__text-box p + .discription {
  font-size: 1.4rem;
}