@charset "utf-8";
@font-face {
  font-family: "SalesforceSans";
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/SalesforceSans-Bold.woff");
  font-display: swap;
}
@font-face {
  font-family: "SalesforceSans";
  font-style: normal;
  src: url("../fonts/SalesforceSans-Regular.woff");
  font-display: swap;
}

html,
body,
div,
main,
span,
iframe,
h1,
h2,
h3,
h4,
h4,
h5,
p,
dfn,
img,
ins,
q,
small,
strong,
var,
i,
dl,
dt,
dd,
ul,
li,
ol,
legend,
table,
caption,
tbody,
tr,
th,
td,
canvas,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
mark {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  background: transparent;
}
main,
section,
nav,
menu,
header,
footer,
figure,
figcaption {
  display: block;
}
canvas {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
html {
  overflow-y: scroll;
  height: 100%;
}
@media screen and (max-width: 767px) {
  html {
    scroll-padding-top: 147px;
  }
}
body {
  color: #333;
  font-family: "Hiragino Kaku Gothic ProN", -apple-system, Arial, "メイリオ",
    Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-print-color-adjust: exact;
  height: 100%;
}
@media screen and (min-width: 768px) {
  body {
    min-width: 1260px;
  }
}
a {
  text-decoration: none;
  color: inherit;
}
img {
  border: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
ul {
  list-style: none;
}
table {
  border: 0 none;
  border-collapse: collapse;
  width: 100%;
}
table th,
table td {
  border: 0 none;
  vertical-align: top;
  font-size: 1em;
  text-align: left;
}
input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
legend {
  display: none;
}
input {
  vertical-align: middle;
  border-radius: 0;
  outline: none;
}
input[type="text"],
input[type="email"],
input[type="image"] {
  -webkit-appearance: none;
}
input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  box-sizing: border-box;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
}
select::-ms-expand {
  display: none;
}
a,
button {
  outline: 0;
}
br.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  br.sp {
    display: block;
  }
}
.sf {
  font-family: SalesforceSans, sans-serif;
}
/* -----------------------------------------------------
  footer
----------------------------------------------------- */
.footer {
  background: #032e61;
  position: sticky;
  top: 100vh;
}
.footer-container {
  padding: 20px 0;
  width: 1150px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .footer-container {
    padding: 20px;
    width: auto;
  }
}
.footer-text {
  font-size: 11px;
  line-height: 1.6;
  color: #fff;
  margin: 0 0 10px;
}
.footer-nav-list {
  font-size: 0;
}
.footer-nav-item {
  display: inline-block;
  margin: 0 20px 0 0;
}
.footer-nav-item a,
.footer-nav-item button {
  font-size: 11px;
  line-height: 1.6;
  color: #00a1e0;
}
.footer-nav-item a:hover,
.footer-nav-item button:hover {
  color: #fff;
}
.footer-nav-item > #ot-sdk-btn.ot-sdk-show-settings {
  font-size: 11px;
  line-height: 1.6;
  color: #00a1e0;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
}
.footer-nav-item > #ot-sdk-btn.ot-sdk-show-settings:hover {
  color: #fff;
  background: none;
}
.footer-nav-item img.cpra {
  width: 30px;
  height: 15px;
  margin: 0 5px 0 0;
}
._sp {
  display: none;
}
@media screen and (max-width: 767px) {
  ._pc {
    display: none;
  }
  ._sp {
    display: block;
  }
}
.header-assessment {
  position: absolute;
  top: 29px;
  left: 29px;
  width: 80px;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .header-assessment {
    top: 0;
    left: 0;
    height: 70px;
    display: flex;
    align-items: center;
    padding: 0 20px;
    width: 60px;
  }
}

.assessment-top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("/static/images/assessment-top.png") no-repeat center 170px;
  background-size: contain;
  height: calc(100% - 140px);
}
@media screen and (max-width: 767px) {
  .assessment-top {
    height: 100%;
    background: url(/static/images/assessment-top.png) no-repeat left bottom;
    background-size: 968px;
    margin: 0 0 20px 0;
  }
}
.assessment-top-image {
  width: 100%;
  margin: 144px 0 0 0;
}
.assessment-top-block {
  position: absolute;
  top: 144px;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .assessment-top-block {
    top: 70px;
  }
}
.assessment-top-title {
  text-align: center;
  font-size: 40px;
  line-height: 1.2;
  font-weight: bold;
  margin: 0 0 14px 0;
  color: #032d60;
}
@media screen and (max-width: 767px) {
  .assessment-top-title {
    font-size: 20px;
    margin: 0 0 10px 0;
  }
}
.assessment-top-title span {
  font-size: 50px;
  font-weight: normal;
  margin: 0 18px 0 0;
}
@media screen and (max-width: 767px) {
  .assessment-top-title span {
    font-size: 25px;
  }
}
.assessment-top-head {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 0 5px 0;
  text-align: center;
  color: #032d60;
}
@media screen and (max-width: 767px) {
  .assessment-top-head {
    font-size: 16px;
  }
}
.assessment-top-text {
  font-size: 16px;
  line-height: 2;
  margin: 0 0 40px 0;
  text-align: center;
}
.assessment-top-text span {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .assessment-top-text {
    font-size: 14px;
    margin: 0 0 30px 0;
  }
}
.assessment-button {
  background: #0176d3;
  border-radius: 4px;
  width: 280px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .assessment-button {
    width: 240px;
  }
}
.assessment-button a {
  width: 100%;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
}
.assessment-button a:hover {
  opacity: 0.7;
}
.assessment-questions {
  max-width: 720px;
  margin: 0 auto;
  padding: 60px 0 80px 0;
}
.assessment-questions-result {
  max-width: 720px;
  margin: 0 auto;
  padding: 120px 0 80px 0;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .assessment-questions-result {
    padding: 80px 0 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .questions-header-inner-text {
    padding: 20px 20px 0 0;
    min-width: 150px;
  }
}
@media screen and (max-width: 767px) {
  .questions-header-inner.complete {
    align-items: start;
  }
}
.questions-header {
  margin: 0 0 60px 0;
}
.questions-header._question {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .questions-header {
    margin: 0 16px 20px 16px;
  }
}
.questions-header-inner {
  position: relative;
}
@media screen and (max-width: 767px) {
  .questions-header-inner {
    display: flex;
    align-items: center;
    margin: 0 0 20px 0;
  }
}
.questions-header-text {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
  color: #032d60;
}
.questions-header-text span {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .questions-header-text {
    font-size: 18px;
  }
}
.questions-header-text-sub {
  font-size: 16px;
  line-height: 1.2;
  margin: 20px 0 0 0;
}
.questions-header-text-sub span {
  display: inline-block;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .questions-header-text-sub {
    margin: 10px 0 0 0;
    font-size: 12px;
  }
}
.questions-header-image {
  width: 320px;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 767px) {
  .questions-header-image {
    width: 180px;
    min-width: 180px;
  }
}
.questions-header-image._result {
  position: absolute;
  top: -30px;
  right: -30px;
}
@media screen and (max-width: 767px) {
  .questions-header-image._result {
    position: static;
    padding: 0 10px 0 0;
  }
}
.questions-header-step {
  width: 347px;
  position: relative;
}
.questions-header-step-inner {
  width: 100%;
  height: 84px;
  position: absolute;
  top: 16px;
  left: 0;
  display: flex;
  align-items: center;
}
.questions-header-step1-text,
.questions-header-step2-text,
.questions-header-step3-text,
.questions-header-step4-text,
.questions-header-step5-text {
  position: relative;
  font-size: 12px;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  color: #fff;
  top: 0;
  bottom: 0;
  margin: auto;
}
.questions-header-step1-text._kr,
.questions-header-step2-text._kr,
.questions-header-step3-text._kr,
.questions-header-step4-text._kr,
.questions-header-step5-text._kr {
  text-align: left;
}
.questions-header-step1-text._kr {
  left: 5px;
}
.questions-header-step1-text {
  width: 36px;
}
.questions-header-step2-text {
  width: 36px;
  left: 4px;
}
.questions-header-step3-text {
  width: 48px;
  left: 2px;
}
.questions-header-step4-text {
  width: 36px;
  left: -7px;
}
.questions-header-step5-text {
  width: 36px;
  left: -7px;
}
@media screen and (max-width: 767px) {
  .questions-body {
    margin: 0 16px;
  }
}
.questions-list {
  border-top: 1px solid #d8e0e6;
  margin: 0 0 60px 0;
}
@media screen and (max-width: 767px) {
  .questions-list {
    margin: 0 0 40px 0;
  }
}
.questions-list li {
  padding: 24px 0 28px 0;
  border-bottom: 1px solid #d8e0e6;
}
.questions-list-header {
  display: flex;
  align-items: center;
  margin: 0 0 20px 0;
}
.questions-list-header-number {
  width: 40px;
  min-width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 1.1;
  background: #008dd5;
  border-radius: 100%;
  color: #fff;
}
.questions-list-header-text {
  margin: 0 0 0 16px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
  color: #032d60;
}
@media screen and (max-width: 767px) {
  .questions-list-header-text {
    font-size: 15px;
    margin: 0 0 0 14px;
  }
}
.questions-radio-buttons {
  display: flex;
  justify-content: center;
}
.questions-radio-button {
  width: 164px;
  margin: 0 8px;
}
.questions-radio-button label {
  width: 164px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #eaf5fe;
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.1;
  color: #032d60;
  position: relative;
  cursor: pointer;
}
.questions-radio-button label:hover {
  opacity: 0.7;
}
.questions-radio-button label span {
  text-indent: 10px;
}
.questions-radio-button label:before {
  content: "";
  border: 2px solid #eaf5fe;
  border-radius: 100%;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 16px;
  box-sizing: border-box;
}
.questions-radio-button input:checked + label {
  border: 2px solid #0176d3;
  color: #0176d3;
}
.questions-radio-button input:checked + label:before {
  border: 4px solid #0176d3;
}
.questions-radio-button input {
  display: none;
}
.questions-form-title {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 0 40px;
  color: #032d60;
}
.questions-form-block {
  margin: 0 0 32px 0;
}
.questions-form-block-head {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.1;
  margin: 0 0 10px 0;
  color: #032d60;
}
.questions-form-block-input {
  width: 100%;
  height: 48px;
  border: 1px solid #ccc;
  border-radius: 3px;
  font-size: 15px;
  line-height: 1.2;
  text-indent: 15px;
  color: #333;
  box-sizing: border-box;
}
.questions-form-block-select-label {
  position: relative;
}
.questions-form-block-select-label svg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  margin: auto;
  width: 10px;
  height: 5px;
}
.questions-form-block-select {
  width: 100%;
  height: 48px;
  border: 1px solid #ccc;
  border-radius: 3px;
  font-size: 15px;
  line-height: 1.2;
  text-indent: 15px;
  box-sizing: border-box;
  color: #333;
}
.questions-form-message {
  font-size: 12px;
  line-height: 1.2;
  margin: 10px 0 0 0;
}
.assessment-agree {
  margin: 0 0 40px 0;
}
.assessment-agree li {
  font-size: 12px;
  line-height: 1.8;
  margin: 0 0 20px 0;
  display: flex;
}
.assessment-agree li:last-child {
  margin: 0;
}
.assessment-agree li a {
  color: #0176d3;
  text-decoration: underline;
}
.assessment-agree li a:hover {
  text-decoration: none;
}
.assessment-agree li input {
  display: none;
}
.assessment-agree li label {
  width: 16px;
  height: 16px;
  min-width: 16px;
  display: block;
  border: 1px solid #777;
  border-radius: 3px;
  box-sizing: border-box;
  position: relative;
  margin: 3px 12px 0 0;
  cursor: pointer;
}
.assessment-agree li input:checked + label:after {
  content: "";
  background: url("/static/images/checkbox-on-icon.svg") no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 12px;
  height: 10px;
  margin: auto;
}
.assessment-buttons {
  display: flex;
  justify-content: center;
}
.assessment-back {
  background: #fff;
  border-radius: 4px;
  width: 80px;
  height: 48px;
  font-size: 16px;
  line-height: 1.1;
  border: 2px solid #0176d3;
  color: #0176d3;
  cursor: pointer;
  box-sizing: border-box;
  margin: 0 8px;
}
.assessment-back:hover {
  opacity: 0.7;
}
.assessment-submit {
  background: #0176d3;
  border-radius: 4px;
  width: 280px;
  height: 48px;
  font-size: 16px;
  line-height: 1.1;
  border: none;
  color: #fff;
  cursor: pointer;
  margin: 0 8px;
}
.assessment-submit:disabled,
.assessment-submit:disabled:hover {
  cursor: default;
  opacity: 0.5;
}
.assessment-submit:hover {
  opacity: 0.7;
}
.questions-header-result-text {
  font-size: 20px;
  line-height: 1.2;
  font-weight: bold;
  color: #032d60;
  margin: 0 0 28px 0;
}
@media screen and (max-width: 767px) {
  .questions-header-result-text {
    font-size: 14px;
    line-height: 1.5;
    padding: 0 10px 0 0;
    margin: 0;
  }
}
.questions-header-result-text span {
  font-size: 28px;
  line-height: 1.2;
  display: block;
  padding: 20px 0 34px 0;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .questions-header-result-text span {
    font-size: 18px;
    padding: 12px 0;
  }
}
.questions-header-result-complete {
  font-size: 20px;
  line-height: 1.5;
  color: #032d60;
  font-weight: bold;
  margin: 0 0 15px 0;
}
@media screen and (max-width: 767px) {
  .questions-header-result-complete {
    font-size: 14px;
  }
}
.questions-header-result-complete-text {
  font-size: 16px;
  line-height: 2;
  margin: 0 0 30px 0;
}
@media screen and (max-width: 767px) {
  .questions-header-result-complete-text {
    font-size: 12px;
  }
}
.assessment-result-block {
  background: #eaf5fe;
  padding: 16px 20px 24px 20px;
  margin: 0 0 60px 0;
}
@media screen and (max-width: 767px) {
  .assessment-result-block {
    margin: 0 0 30px 0;
  }
}
.assessment-result-block-header {
  display: flex;
  align-items: center;
  margin: 0 0 16px 0;
}
.assessment-result-block-header-number {
  width: 28px;
  min-width: 28px;
  height: 28px;
  background: #777;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 1.1;
  margin: 0 8px 0 0;
  border-radius: 100%;
}
.assessment-result-block._active .assessment-result-block-header-number {
  background: #008dd5;
}
.assessment-result-block-header-head {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  color: #777;
}
.print .assessment-result-block-header-head {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  color: #777;
}
.assessment-result-block._active .assessment-result-block-header-head {
  color: #008dd5;
}
.assessment-result-block-header-status {
  margin: 0 0 0 auto;
  width: 60px;
}
.assessment-result-block-body {
  background: #fff;
  border-radius: 4px;
  padding: 20px 16px;
  margin: 0 0 16px 0;
}
.assessment-result-block-body-head {
  display: flex;
  margin: 0 0 13px 0;
}
.assessment-result-block-body-head svg {
  margin: 0 8px 0 0;
}
.assessment-result-block-body-head p {
  font-size: 17px;
  line-height: 1.2;
  font-weight: bold;
}
.print .assessment-result-block-body-head {
  margin: 0 0 6px 0;
}
.print .assessment-result-block-body-head p {
  font-size: 15px;
  line-height: 1.2;
  font-weight: bold;
}
.assessment-result-block-body-head p.checklist {
  color: #008dd5;
}
.assessment-result-block-body-head p.issues {
  color: #b2443a;
}
.assessment-result-block-body-head p.measure {
  color: #468627;
}
.summary-text a:after {
  content: "";
  width: 4px;
  height: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: url("/static/images/link-icon.svg") no-repeat center center;
}
.summary-text a:hover {
  text-decoration: underline;
}
.assessment-result-block-body ul {
  padding: 0 0 0 18px;
  margin: 0 0 10px 0;
}
.assessment-result-block-body ul > li {
  font-size: 14px;
  line-height: 1.8;
  list-style: disc;
}
.assessment-result-block-body ul > li span {
  color: #333;
}
.assessment-result-block-body ul.checklist li {
  color: #008dd5;
}
.assessment-result-block-body .text {
  font-size: 16px;
  line-height: 1.8;
}
.assessment-result-block-body .text p span {
  font-size: 16px !important;
  line-height: 1.8 !important;
  color: inherit !important;
}
.print .assessment-result-block-body .text {
  font-size: 13px;
  line-height: 1.6;
}
.print .assessment-result-block-body .text p span {
  font-size: 13px !important;
  line-height: 1.6 !important;
}
.assessment-result-block-body a {
  position: relative;
  padding: 0 10px 0 0;
  color: #008dd5;
}
.assessment-result-block-body a:after {
  content: "";
  width: 4px;
  height: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: url("/static/images/link-icon.svg") no-repeat center center;
}
.assessment-result-block-body a:hover {
  text-decoration: underline;
}
.assessment-result-block-body .image {
  margin: 20px 0;
}
.assessment-result-block-body .image._print {
  width: 160px;
  height: 90px;
  overflow: hidden;
}
.assessment-result-block-body .image._print img {
  object-fit: cover;
}
.assessment-result-block-body .download {
  background: #0176d3;
  width: 247px;
  height: 48px;
  margin: 0 auto;
  border-radius: 4px;
}
.assessment-result-block-body .download._print {
  width: 160px;
  height: 30px;
}
.assessment-result-block-body .download._print a {
  width: 160px;
  height: 30px;
  font-size: 14px;
}
.assessment-result-block-body .download a {
  width: 247px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 1.1;
  color: #fff;
  padding: 0;
}
.assessment-result-block-body .download a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.assessment-result-block-body .download a:after {
  display: none;
}

.assessment-result-block-other-head {
  font-size: 20px;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
  color: #032d60;
  margin: 0 0 20px 0;
}
.post-detail-sns {
  margin: 40px 0 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .post-detail-sns {
    margin: 20px 0 0 0;
  }
}
.post-detail-sns-text {
  font-size: 16px;
  font-weight: bold;
  color: #032d60;
  line-height: 1.2;
  margin: 0 4px 0 0;
}
@media screen and (max-width: 767px) {
  .post-detail-sns-text {
    font-size: 14px;
  }
}
.post-detail-sns-item {
  width: 32px;
  margin: 0 8px;
}
.questions-result-download {
  margin: 0 0 32px 0;
}
.questions-result-download .download {
  background: #0176d3;
  width: 247px;
  height: 48px;
  margin: 0 auto;
  border-radius: 4px;
}
.questions-result-download .download a {
  width: 247px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 1.1;
  color: #fff;
  padding: 0;
}
.questions-result-download .download a:hover {
  opacity: 0.7;
}
.questions-result-download .download a:after {
  display: none;
}
.error-message {
  font-size: 12px;
  line-height: 1.2;
  color: #b93d0c;
  margin: 8px 0 0 0;
  display: none;
}
.error-message.show {
  display: block;
}
.slide {
  position: relative;
  padding: 62% 0 0 0;
  margin: 0 0 20px 0;
}
.slide iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.movie {
  position: relative;
  padding: 56% 0 0 0;
  margin: 0 0 20px 0;
}
.movie iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.print {
  background: #008dd5;
  padding: 30px;
  width: 1240px;
  min-width: 1240px;
  height: 1755px;
  box-sizing: border-box;
  display: flex;
  position: fixed;
  left: -1240px;
  top: 0;
}
.print-inner {
  background: #fff;
  width: 1180px;
  min-width: 1180px;
  height: 100%;
  box-sizing: border-box;
  padding: 20px 40px;
}
.p-title {
  font-size: 50px;
  font-weight: bold;
  color: #032d60;
  margin: 0 0 0 65px;
}
.p-title span {
  font-size: 60px;
  font-weight: normal;
}
.print-header {
  display: flex;
  margin: 0 0 44px 0;
  align-items: center;
}
.assessment-result-block-body-wrap {
  display: flex;
  background: #fff;
}
.print .assessment-result-block {
  position: relative;
  margin: 0 0 8px 0;
  height: 228px;
  max-height: 228px;
  box-sizing: border-box;
}
.print .text a {
  position: absolute;
  left: 250px;
  top: 18px;
  display: none;
}
.print .assessment-result-block-header {
  margin: -15px 0 0 0;
  height: 50px;
}
.print .assessment-result-block-header-status {
  position: relative;
  bottom: -10px;
}
.print .assessment-result-block-body {
  width: 33.3%;
  margin: 0;
  padding: 12px 16px 12px 16px;
  box-sizing: border-box;
  height: 165px;
}
.print .questions-header-image._result {
  width: 415px;
}
.print .assessment-result-block-body._image {
  width: 160px;
  margin: 0 0 0 auto;
}
.print .assessment-result-block-body._image .image {
  margin: 0 0 10px 0;
}
.print .questions-header {
  margin: 0 0 120px 0;
}
.print .questions-header-step {
  transform: scale(1.75);
  transform-origin: 0 0;
}
.print .questions-header-image {
  right: 0;
}
.print .assessment-result-block {
  padding: 16px 20px;
}
.print .questions-header-result-text span {
  padding: 15px 0 20px 0;
}
.print .download {
  position: absolute;
  right: 100px;
  top: 10px;
  background: #0176d3;
  width: 160px;
  height: 30px;
  margin: 0 auto;
  border-radius: 4px;
}
.print .download a {
  width: 160px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  line-height: 1.1;
  color: #fff;
  padding: 0;
}
.complete-download {
  background: #0176d3;
  width: 247px;
  height: 48px;
  margin: 20px auto 0 auto;
  border-radius: 4px;
}
.complete-download a {
  width: 247px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 1.1;
  color: #fff;
  padding: 0;
}
.form-loading {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
}
.form-loading.show {
  display: flex;
  align-items: center;
  justify-content: center;
}
.lang-select {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 120px;
}
@media screen and (max-width: 767px) {
  .lang-select {
    top: 16px;
    right: 16px;
  }
  .lang-select select {
    height: 38px;
  }
}
.lang-select svg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  margin: auto;
  width: 10px;
  height: 5px;
}
.footer-nav-item > #ot-sdk-btn.ot-sdk-show-settings._korean {
  font-size: 0;
}
.footer-nav-item > #ot-sdk-btn.ot-sdk-show-settings._korean:before {
  content: "Cookie Preferences";
  font-size: 11px;
}
