@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Montserrat:wght@100;200;300;400;500;600;700;800;900&family=Noto+Sans+KR:wght@500&display=swap');
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');

@font-face {
  font-family: 'GMarketSans';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff') format('woff');
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: 'GMarketSans';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: 'GMarketSans';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff');
  font-weight: 700;
  font-display: swap;
}

body {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

#loading-indicator {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#loading-indicator .spinner {
  border: 8px solid #ccc;
  border-top: 8px solid #3498db;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 1s linear infinite;
}

.completed {
  display: none;
}

.facecode_visual {
  position: relative;
  line-height: 0;
}

.facecode_visual img {
  width: 100%;
}

.facecode_visual .visual_btn {
  display: block;
  position: absolute;
  bottom: 80px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
  width: 468px;
  text-align: center
}

.facecode_visual .visual_btn img {
  width: 100%;
}

.survey-container {
  box-sizing: border-box;
}

.survey-container>h1 {
  text-align: center;
}

.question {
  /*opacity: 0.3;*/
}

.question>p {
  font-size: 26px;
  color: #1b215b;
  font-weight: 900;
  padding: 30px 10px 65px;
  line-height: 1.25;
}

.question.active {
  opacity: 1;
}

.options {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}

.options .info_title {
  z-index: 10;
  position: absolute;
  left: 90px;
  bottom: -25px;
  font-family: 'GMarketSans';
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 100%;
  color: #52557a;
  letter-spacing: -0.5px;
}

.options .info_title.yes {
  left: auto;
  right: 90px;
}

.options label {}

.options label input[type="radio"] {
  display: none;
}

.options label input[type="radio"]+span {
  cursor: pointer;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 72px;
  height: 72px;
  background: url(https://image.idhospital.com/facecode.v3/qna_btn1.png) no-repeat;
  background-size: cover;
}

.options label:nth-of-type(2) input[type="radio"]+span {
  background-image: url(https://image.idhospital.com/facecode.v3/qna_btn2.png);
}

.options label:nth-of-type(3) input[type="radio"]+span {
  background-image: url(https://image.idhospital.com/facecode.v3/qna_btn3.png);
}

.options label:nth-of-type(4) input[type="radio"]+span {
  background-image: url(https://image.idhospital.com/facecode.v3/qna_btn4.png);
}

.options label:nth-of-type(5) input[type="radio"]+span {
  background-image: url(https://image.idhospital.com/facecode.v3/qna_btn5.png);
}

.options label span::after {
  content: '';
  position: absolute;
  inset: 0;
  background: url(https://image.idhospital.com/facecode.v3/qna_btn_on.png) no-repeat center;
  background-size: cover;
  opacity: 0;
  transition: opacity 0.25s ease;
}

.options label input[type="radio"]:checked+span::after {
  opacity: 1;
}

/*.options label input[type="radio"]:checked + span{background-image: url(./images/qna_btn_on.png)}*/

.button-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
  padding: 30px;
}

button {
  padding: 10px 20px;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  background-color: transparent;
}

h3#page-number {
  font-family: 'Pretendard';
  font-style: normal;
  font-weight: 300;
  font-size: 25px;
  line-height: 100%;
  letter-spacing: -0.5px;
  color: #22265a
}

input[ type="submit"] {
  width: 512px;
  height: 186px;
  background: url(https://image.idhospital.com/facecode.v3/btn_insert.png) no-repeat;
  border: 0;
  background-size: 100%;
}


.hidden-score-box {
  width: 30px
}

.input-personal {
  display: flex;
  gap: 4%;
  padding: 0 7.3333%;
}

.input-personal ul {
  margin: 0;
  padding: 0;
}

.input-personal li {
  position: relative;
  list-style: none;
  width: 48%;
  padding: 3px;
  border-radius: 15px;
  background-image: linear-gradient(to right, #425afb, #f51eff);
  box-shadow: 0 10px 30px rgba(180, 180, 180, 0.5);
}

.input-personal select {
  width: 100%;
  height: 70px;
  padding: 0 18px;
  font-family: 'Pretendard', sans-serif;
  font-weight: 600;
  font-size: 28px;
  text-align: left;
  color: #999999;
  border: none;
  border-radius: 12px;
  outline: none;
}

.input-personal label {
  font-size: 30px;
  color: #1b215b;
  font-weight: 800;
}

.input-personal label option {
  border-bottom: 1px solid #ccc;
}

.input-personal input[type="text"] {
  font-size: 25px;
  width: 180px;
  height: 60px;
  text-align: center;
  border: 3px solid #1b215b;
  color: #1b215b;
  margin-left: 10px;
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 500;
}

.input-personal input[type="tel"] {
  font-size: 25px;
  width: 180px;
  height: 60px;
  text-align: left;
  border: 0;
  color: #1b215b;
  margin-left: 10px;
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 500;
}

.input-personal input[type="tel"]:focus {
  outline: none;
}



.input-personal .number {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
  height: 70px;
  padding: 0 18px;
  background-color: #fff;
  border-radius: 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.input-personal .select {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
  height: 70px;
  padding: 0 18px;
  background-color: #fff;
  border-radius: 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.input-personal .select .select-title {
  font-family: 'Pretendard', sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 70px;
  text-align: left;
  color: #999999;
}

.input-personal .select .select-dot {
  line-height: 0;
}

.input-personal .select .select-dot img {
  transition: transform 0.25s ease;
}

.input-personal .select .select-dot img.rotate {
  transform: rotate(180deg);
}

.input-personal .select-layer {
  overflow-y: auto;
  display: none;
  flex-direction: column;
  position: absolute;
  left: 0;
  top: 80px;
  right: 0;
  max-height: 200px;
  padding: 10px 0;
  background-color: #fff;
  border: 1px solid #999999;
  border-radius: 6px;
}

.input-personal .select-layer .select-item {
  cursor: pointer;
  padding: 10px 20px;
  font-family: 'Pretendard', sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 130%;
  text-align: left;
  color: #999999;
}

.input-personal .select-layer .select-item:hover {
  background-color: #f3f3f3;
}

.input-personal .select-layer.active {
  display: flex;
  animation: slideDown 0.25s ease forwards;
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}



.percent {
  z-index: 20;
  position: sticky;
  top: 0;
  padding: 60px 40px 40px;
  background-color: #f8f8f8;
}

.gauge {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 11px;
  margin: 0 auto;
  background-color: #dedede;
  border-radius: 40px;
}

.gauge span {
  width: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-radius: 40px;
  background: linear-gradient(to right, #55ff55, #335aff, #f51eff);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.gauge_num {
  position: absolute;
  width: 100px;
  top: 20px;
  right: 40px;
  font-family: 'GMarketSans';
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 100%;
  color: #7c7c7c;
  letter-spacing: -0.5px;
  text-align: right;
}

.gauge_title {
  position: absolute;
  width: 100px;
  top: 20px;
  left: 40px;
  font-family: 'GMarketSans';
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 100%;
  color: #7c7c7c;
  letter-spacing: -0.5px;
}


/* 이메일 작성 */
.email_write {
  padding: 0 7.3333%;
  margin-top: 20px;
}

.email_write .email_write_outer {
  padding: 3px;
  border-radius: 15px;
  background-image: linear-gradient(to right, #425afb, #f51eff);
  box-shadow: 0 10px 30px rgba(180, 180, 180, 0.5);
}

.email_write .email_write_inner {
  padding: 20px;
  border-radius: 12px;
  background-color: #fff;
}

.email_write_tit {
  padding-top: 50px;
  font-family: 'Pretendard', sans-serif;
  font-weight: 400;
  font-size: 24px;
  text-align: center;
  color: #251d1b;
}

.email_write label>p {
  margin: 0;
  padding: 0;
  font-family: 'Pretendard', sans-serif;
  font-weight: 600;
  font-size: 28px;
  text-align: left;
  color: #999999;
}

.email_write label input {
  width: 100%;
  height: 67px;
  margin: 15px auto 0;
  padding: 0 15px;
  border: none;
  border-radius: 6px;
  background-color: #f3f3f3;
  overflow: hidden;
  font-family: 'Pretendard', sans-serif;
  font-weight: 400;
  font-size: 25px;
  text-align: left;
  color: #999999;
  box-sizing: border-box;
  outline: none;
}

.email_write>a {
  display: block;
  margin-top: 15px;
}

/* 코멘트 작성 */
.comment_write {
  text-align: center;
  padding: 80px 0;
  background-color: #f2f4f6;
  padding: 20px
}

.comment_write_tit {
  font-size: 25px;
  color: #1f225d;
  font-weight: 900;
  line-height: 1.3;
  margin-bottom: 40px;
}

.comment_write label>p {
  font-size: 25px;
  color: #000;
  font-weight: 900;
}

.comment_write label input {
  display: block;
  width: 560px;
  height: 90px;
  margin: 10px auto 25px;
  border: 2px solid #1f225d;
  border-radius: 25px;
  background-color: #fff;
  overflow: hidden;
  font-size: 30px;
  color: #000;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  padding: 0 15px;
  box-sizing: border-box;
}

.comment_write>a {
  display: block;
  margin-top: 15px;
}

.comment_write textarea {
  width: 90%;
  border-radius: 5px;
}


/* 이메일 전송 완료 */
.email_complete {
  text-align: center;
  padding: 80px 20px;
  background-color: #f2f4f6;
}

.email_complete_tit {
  font-size: 50px;
  color: #1f225d;
  font-weight: 900;
  margin-bottom: 20px;
}

.email_complete_txt {
  font-size: 25px;
  color: #000;
  font-weight: 900;
  margin-bottom: 50px;
}

.email_complete img {
  display: block;
  width: 100%;
}

.loading-indicator {
  width: 30px;
  margin: 0 auto;
  display: none
}


/* 251222 신규추가 */
#wrap {
  position: relative;
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  background-color: #f8f8f8;
}

.question-list {
  margin: 30px auto 0;
}

.question-list ul {
  display: flex;
  flex-direction: column;
  gap: 26px;
  margin: 0 40px;
  padding: 0;
}

.question-list li {
  list-style: none;
  padding: 60px 10px 80px;
  background-color: #fff;
  border-radius: 6px;
  ;
  box-shadow: 12px 12px 10px rgba(180, 180, 180, 0.2);
}

.question-list p {
  margin: 0;
  padding: 0;
  font-family: 'GMarketSans';
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 40px;
  color: #000000;
  letter-spacing: -1px;
  text-align: center;
  word-break: keep-all;
}

.user-info {
  margin: 40px 0 0;
  padding: 136px 0 80px;
  background: url(https://image.idhospital.com/facecode.v3/info_bg.png) no-repeat;
  background-size: cover;
}

.info-box {
  display: flex;
  flex-direction: column;
}

.info-box .box-side {
  line-height: 0;
}

.info-box .box-side img {
  width: 100%;
}

.info-box .box-col {
  display: flex;
  justify-content: space-between;
}

.info-box .box-col .box-col-content {
  flex-grow: 1;
  background-color: #fff;
}

.info-box .box-col .side_img {
  width: 8.333333%;
  line-height: 0;
}

.info-box .box-col .side_img img {
  width: 100%;
}

.info_logo {
  padding: 93px 0;
  text-align: center;
  line-height: 0;
}

.btn_insert {
  padding-top: 50px;
  line-height: 0;
  text-align: center;
}



/* 결과 */
#result {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
}

#result .result_row {
  line-height: 0;
}

#result .result_row img {
  width: 100%;
}

#result .tendency {
  padding: 86px 44px 79px;
  background: url(https://image.idhospital.com/facecode.v3/tendency_bg.png) no-repeat;
  background-size: cover;
}

#result .tendency .inner {
  border-radius: 30px;
  background-color: #fff;
  box-shadow: 0 30px 30px rgba(0, 0, 0, 0.15);
}

#result .tendency .inner .tit {
  padding: 60px 0 58px;
  line-height: 0;
}

#result .tendency .inner .tit img {
  width: 100%;
}

#result .tendency .inner .list {
  display: flex;
  flex-direction: column;
  gap: 44px;
  padding-bottom: 75px;
}

#result .tendency .inner .list .list_item {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

#result .tendency .inner .list .list_item .item_title {
  line-height: 0
}

#result .tendency .inner .list .list_item .item_title img {
  width: 100%;
}

#result .tendency .inner .list .list_item .graph {
  overflow: hidden;
  position: relative;
  height: 44px;
  margin: 0 36px;
  background-color: #e7e7e7;
  border-radius: 80px;
  box-shadow: inset 0 3px 13px rgba(0, 0, 0, 0.1);
}

#result .tendency .inner .list .list_item .graph .progress {
  position: absolute;
  height: 44px;
  left: 0;
  top: 0;
  background-color: #335aff;
  border-radius: 80px;
}

#result .tendency .inner .list .list_item .graph .progress.v1 {
  background-color: #f51eff;
}

#result .tendency .inner .list .list_item .graph .progress.v2 {
  background-color: #64d064;
}

#result .tendency .inner .list .list_item .graph .progress.v3 {
  background-color: #802dff;
}

#result .tendency .inner .list .list_item .graph .division {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}

#result .tendency .inner .list .list_item .graph .division ul {
  display: flex;
  margin: 0;
  padding: 0;
}

#result .tendency .inner .list .list_item .graph .division li {
  list-style: none;
  width: 20%;
  height: 44px;
  border-left: 3px solid #fff;
}

#result .tendency .inner .list .list_item .graph .division li:first-child {
  border-left: none;
}

#result .tendency .inner .list .list_item .graph .graph_text {
  position: absolute;
  left: 20px;
  top: 13px;
  font-family: 'GMarketSans';
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 100%;
  color: #999999;
  letter-spacing: -1px;
}

#result .tendency .inner .list .list_item .graph .graph_text.right {
  left: auto;
  right: 20px;
}

#result .tendency .inner .list .list_item .graph .graph_text span {
  font-family: 'GMarketSans';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  color: rgba(153, 153, 153, 0.5);
  letter-spacing: -1px;
}

#result .tendency .inner .list .list_item .graph .graph_text.on {
  color: #fff;
}

#result .tendency .inner .list .list_item .graph .graph_text.on span {
  color: rgba(255, 255, 255, 0.5);
}



#result .quotient {
  padding: 60px 44px 88px;
  background: url(https://image.idhospital.com/facecode.v3/quotient_bg.png) no-repeat;
  background-size: cover;
}

#result .quotient .quotient_tit {
  line-height: 0;
}

#result .quotient .quotient_tit img {
  width: 100%;
}

#result .quotient .quotient_num {
  padding: 35px 0;
  font-family: 'Pretendard';
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
  color: #000000;
  text-align: center;
}

#result .quotient .quotient_num span {
  font-weight: 700;
  font-size: 50px;
  color: #335aff;
}

#result .quotient .quotien_inner {
  border-radius: 30px;
  background-color: #fff;
  box-shadow: 0 30px 30px rgba(0, 0, 0, 0.15);
}

#result .quotient .quotien_inner img {
  width: 100%;
}



#result .share {
  padding: 120px 0 110px;
  background-color: #fff;
}

#result .share .share_tit {
  line-height: 0;
}

#result .share .share_tit img {
  width: 100%;
}

#result .share .share_field {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  height: 64px;
  margin: 60px 100px 0;
  padding: 0 18px;
  border: 4px solid #b5b5b5;
  border-radius: 80px;
  box-sizing: border-box;
}

#result .share .share_field .url {
  flex-grow: 1;
  font-family: 'Pretendard', sans-serif;
  font-weight: 400;
  font-size: 28px;
  color: #cfcfcf;
  letter-spacing: -2px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}

#result .share .share_field .copy {
  cursor: pointer;
  flex-shrink: 0;
  font-family: 'Pretendard', sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: #b5b5b5;
  letter-spacing: -1px;
}

#result .share .share_sns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 35px;
  margin: 54px 0 0;
}

#result .share .share_sns .sns_item {
  width: 80px;
  line-height: 0;
}

#result .share .share_sns .sns_item img {
  width: 100%;
}

#result .share .btn_re {
  padding: 70px 0 0;
  line-height: 0;
}

#result .share .btn_re img {
  width: 100%;
}


/* 팝업레이어 */
#popup {
  z-index: 30;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url(https://image.idhospital.com/facecode.v3/landing_bg.png) no-repeat center center;
  background-size: cover;
  overflow: hidden;
}

#popup .popup_outer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  max-width: 720px;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
}

#popup .popup_outer .thumb {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 720px;
}

#popup .popup_outer .thumb img {
  display: block;
  width: 100%;
  max-width: 600px;
}



@media screen and (max-width: 720px) {
  button {
    margin-bottom: 0;
    padding: 0;
    width: 24.3vw;
  }

  button img {
    width: 100%;
  }

  h3#page-number {
    font-size: 4vw;
    margin-top: 4vw;
  }

  .question {}

  .question>p {
    font-size: 3.6vw;
    padding: 4.16vw 1.4vw;
  }

  .options {
    gap: 2.77777%;
    margin: 0;
  }

  .options .info_title {
    left: 12.5vw;
    bottom: -20px;
    font-size: 2.08vw;
  }

  .options .info_title.yes {
    left: auto;
    right: 12.5vw;
  }

  .options label input[type="radio"]+span {
    width: 10vw;
    height: 10vw;
  }



  input[ type="submit"] {
    width: 71.11111vw;
    height: 25.8333vw;
  }

  .input-personal select {
    height: 9.72222vw;
    padding: 0 2.08333%;
    font-size: 3.88888vw;
  }

  .input-personal input[type="tel"] {
    height: 9.72222vw;
    width: 90%;
    padding: 0 2.08333%;
    font-size: 3.88888vw;
  }

  .input-personal label {
    font-size: 3.88888vw;
  }


  .input-personal .number {
    height: 9.72222vw;
    padding: 0 10px;
  }

  .input-personal .select {
    height: 9.72222vw;
    padding: 0 10px;
  }

  .input-personal .select .select-title {
    font-size: 3.88888vw;
    line-height: 9.72222vw;
  }

  .input-personal .select .select-dot img {
    width: 3.0555vw;
  }

  .input-personal .select-layer {
    top: 11vw;
  }

  .input-personal .select-layer .select-item {
    padding: 10px 15px;
    font-size: 3.33333vw;
  }




  .percent {
    padding: 8.33333vw 5.55555% 5.55555vw;
  }

  .gauge {
    height: 2vw;
  }

  .gauge_num {
    top: 2.77777vw;
    right: 5.55555vw;
    font-size: 3vw;
  }

  .gauge_title {
    top: 2.77777vw;
    left: 5.55555vw;
    font-size: 3vw;
  }




  /* 이메일 작성 */
  .email_write {
    margin-top: 10px;
  }

  .email_write .email_write_inner {
    padding: 2.77777%;
  }

  .email_write_tit {
    padding-top: 6.9444vw;
    font-size: 3.33333vw;
  }

  .email_write label>p {
    font-size: 3.88888vw;
  }

  .email_write label input {
    height: 9.3055vw;
    font-size: 3.4vw;
    margin: 2.08333vw auto 0;
    padding: 0 2.08333vw;
  }


  /* 코멘트 작성 */
  .comment_write {
    padding: 20px;
  }

  .comment_write_tit {
    font-size: 3.47vw;
    margin-bottom: 5.5vw;
  }

  .comment_write label>p {
    font-size: 3.47vw;
  }

  .comment_write label input {
    display: block;
    width: 77.77vw;
    height: 12.5vw;
    margin: 2vw auto 3.47vw;
    border: 0.4vw solid #1f225d;
    border-radius: 3vw;
    font-size: 4.16vw;
    padding: 0 2vw;
  }

  .comment_write input[type="image"] {
    display: block;
    width: 77.778vw;
    margin: 0 auto;
  }

  .comment_write>a {
    display: block;
    width: 77.778vw;
    margin: 2vw auto 0;
  }

  .comment_write>a img {
    width: 100%;
  }

  .comment_write textarea {
    width: 100%
  }

  /* 이메일 전송 완료 */
  .email_complete {
    padding: 11.11vw 0;
  }

  .email_complete_tit {
    font-size: 6.94vw;
    margin-bottom: 3.47vw;
  }

  .email_complete_txt {
    font-size: 3.47vw;
    margin-bottom: 6.8vw;
  }

  .email_complete>a {
    width: 91.667vw;
    margin: 0 auto 0;
  }

  .email_complete>a img {
    width: 100%;
  }


  /* 251222 신규추가 */
  .question-list ul {
    gap: 20px;
    margin: 0 5.55555%;
  }

  .question-list li {
    padding: 5vw 1.38888vw 12vw;
    box-shadow: 8px 8px 6px rgba(180, 180, 180, 0.2);
  }

  .question-list p {
    font-size: 3.88888vw;
    line-height: 5.55555vw;
  }



  .user-info {
    margin: 0;
    padding: 18.88888vw 0 11.11111vw;
  }

  .info-box .box-col .box-col-content {
    width: 83.33333vw;
    flex-grow: 1;
    background-color: #fff;
  }

  .info-box .box-col .side_img {
    width: 8.333333vw;
  }

  .info_logo {
    width: 53.6111%;
    padding: 11vw 0 8vw;
    margin: 0 auto;
  }

  .info_logo img {
    width: 100%;
  }

  .btn_insert {
    padding-top: 6.9444%;
    line-height: 0;
    text-align: center;
  }




  /* 결과 */
  #result .tendency {
    padding: 11.94444vw 6.11111vw 10.972222vw;
  }

  #result .tendency .inner .tit {
    padding: 8.33333vw 0 8vw;
  }

  #result .tendency .inner .list {
    gap: 6.11111vw;
    padding-bottom: 10.41666vw;
  }

  #result .tendency .inner .list .list_item {
    gap: 3.0555vw;
  }

  #result .tendency .inner .list .list_item .graph {
    height: 6.11111vw;
    margin: 0 5vw;
  }

  #result .tendency .inner .list .list_item .graph .progress {
    height: 6.11111vw;
  }

  #result .tendency .inner .list .list_item .graph .graph_text {
    left: 2.77777vw;
    top: 1.8vw;
    font-size: 3.05555vw;
  }

  #result .tendency .inner .list .list_item .graph .graph_text.right {
    left: auto;
    right: 2.77777vw;
  }

  #result .tendency .inner .list .list_item .graph .graph_text span {
    font-size: 2.77777vw;
  }

  #result .tendency .inner .list .list_item .graph .division li {
    border-left: 2px solid #fff;
  }



  #result .quotient {
    padding: 8.33333vw 6.11111vw 12.22222vw;
  }

  #result .quotient .quotient_num {
    padding: 4.86111vw 0;
    font-size: 5.55555vw;
  }

  #result .quotient .quotient_num span {
    font-size: 6.94444vw;
  }


  #result .share {
    padding: 16.66666vw 0 15.27777vw;
  }

  #result .share .share_field {
    height: 8.88888vw;
    min-height: 40px;
    margin: 8.33333vw 13.88888vw 0;
    padding: 0 15px;
    border: 3px solid #b5b5b5;
  }

  #result .share .share_field .url {
    font-size: 3.88888vw;
  }

  #result .share .share_field .copy {
    font-size: 2.77777vw;
  }

  #result .share .share_sns {
    gap: 4.86111vw;
    margin: 7.5vw 0 0;
  }

  #result .share .share_sns .sns_item {
    width: 11.11111vw;
  }

  #result .share .btn_re {
    padding: 9.7222vw 0 0;
  }


}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: 'NanumSquareNeo';
    font-weight: 700;
	line-height: 1;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
    
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	
}


/* footer */
.footer{text-align: center;background-color: #f4f4f4;padding: 80px 0 60px;}
.footer_tit{font-size: 25px;padding-bottom: 25px;}
.footer > ul{}
.footer > ul li{line-height: 1.7;font-size: 18px;}
.footer > .copy{font-weight: 400;font-size: 16px;margin-top: 50px;}


@media screen and (max-width: 720px) {
    .footer{padding: 11vw 0 9vw;}
    .footer_tit{font-size: 3.47vw;padding-bottom: 3.47vw;}
    .footer > ul li{font-size: 2.5vw;}
    .footer > .copy{font-size: 2.3vw;margin-top: 6.5vw;}
    
    
}







