/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

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;
}

*, *:after, *:before {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  vertical-align: top;
}

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

* {
  -webkit-user-select: inherit;
  -moz-user-select: inherit;
  -ms-user-select: inherit;
  user-select: inherit;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

::-webkit-input-placeholder {
  color: #7d7d7d;
}

:-moz-placeholder {
  color: #7d7d7d;
}

::-moz-placeholder {
  color: #7d7d7d;
}

:-ms-input-placeholder {
  color: #7d7d7d;
}

*::selection {
  background: #b5e9f8;
  color: #fff;
}

*::-moz-selection {
  background: #b5e9f8;
  color: #fff;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

html, body {
  height: 100%;
}

body {
  font-family: "NanumBarunGothic", sans-serif;
  word-break: keep-all;
  display: flex;
  flex-direction: column;
}

#mobile-body {
  align-items: center;
  justify-content: center;
}

#wrap {
  flex: 1;
  min-width: 1100px;
  overflow-x: hidden;
}

.container {
  max-width: 1400px;
  padding: 0 20px;
  margin: 0 auto;
}

.blind {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  margin: -1px;
  width: 1px;
  height: 1px;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.por {
  position: relative;
}

.poa {
  position: absolute;
}

.pof {
  position: fixed;
}

.dtb {
  display: table;
}

.dtbc {
  display: table-cell;
}

.vat {
  vertical-align: top;
}

.vam {
  vertical-align: middle;
}

.vab {
  vertical-align: bottom;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.btn {
  box-shadow: none;
  border: 1px solid transparent;
  padding: 0;
  background: transparent;
  cursor: pointer;
}
.btn:focus {
  outline: 0;
}

.form-error {
  position: relative;
}
.form-error .message {
  color: #ff2930;
  font-size: 15px;
  letter-spacing: -0.3px;
  position: absolute;
  top: 17px;
  left: 0;
  right: 0;
  text-align: center;
}

.input-control {
  color: #000;
}

.input-checkbox input {
  display: none;
}
.input-checkbox input + .icons {
  display: flex;
}
.input-checkbox input + .icons span {
  color: #0061ef;
}
.input-checkbox input + .icons .check_box {
  display: none;
}
.input-checkbox input:checked + .icons .check_box {
  display: block;
}
.input-checkbox input:checked + .icons .check_box_outline_blank {
  display: none;
}

.popup {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.popup.show {
  display: flex;
}
.popup .content {
  height: 300px;
  width: 300px;
  background: #fff;
  cursor: default;
}

.message-info {
  display: flex;
  align-items: center;
  height: 46px;
  background: #0cceba;
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.47;
  letter-spacing: -0.3px;
  box-shadow: 5px 5px 20px 0 rgba(211, 215, 226, 0.3);
  padding: 0 14px;
  border-radius: 4px;
}
.message-info.gray {
  border: solid 1px #757575;
  background-color: rgba(211, 215, 226, 0.3);
  color: #757575;
}

.paper-box {
  border-radius: 8px;
  box-shadow: 5px 5px 20px 0 rgba(211, 215, 226, 0.3);
  background-color: #ffffff;
}

.bg-gray {
  background: #f8f8f8;
}

/*
    Mobile
*/
#mobile-wrap {
  flex: 1;
  width: 100%;
  max-width: 768px;
  overflow-x: hidden;
  padding: 0 24px;
}

.step-header {
  display: flex;
  background: #d0d2d6;
  overflow: hidden;
}
.step-header .step {
  width: 25%;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  line-height: 1.22;
  letter-spacing: -0.54px;
  font-size: 18px;
  font-weight: 300;
  color: #8a8b8b;
}
.step-header .step.completed {
  background-color: #3b54fe;
  color: #fff;
}
.step-header .step.completed::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 30px solid #3b54fe;
  border-top: 35px solid transparent;
  border-bottom: 35px solid transparent;
}

.page-login {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.input-control {
  border: 0;
  box-shadow: none;
  padding: 0;
}
.input-control:focus {
  outline: 0;
}

.sign-form {
  width: 441px;
}
.sign-form h1 {
  font-size: 45px;
  color: #000;
  text-transform: uppercase;
  padding-bottom: 39px;
  border-bottom: 5px solid #000;
  margin-bottom: 32px;
  text-align: center;
}
.sign-form form .input-label {
  border: 1px solid #d2d2d2;
  display: block;
}
.sign-form form .input-label + .input-label {
  margin-top: 11px;
}
.sign-form form .input-control {
  height: 46px;
  width: 100%;
  padding: 0 15px;
  font-size: 15px;
}
.sign-form form .btn-login {
  margin: 50px 0 34px;
  height: 66px;
  background: #000;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 17px;
}
.sign-form form .agree-terms {
  justify-content: center;
  display: flex;
  align-items: center;
  width: 100%;
  height: 30px;
  cursor: pointer;
}
.sign-form form .agree-terms .input-checkbox .icons span {
  font-size: 30px;
}
.sign-form form .agree-terms .caution {
  margin-left: 10px;
  padding-bottom: 4px;
}
.sign-form form .agree-terms .caution a {
  color: #0061ef;
  font-size: 17px;
  border-bottom: 1px solid #0061ef;
  font-weight: 400;
}

.page-p2 .main {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.page-p2 .main .head {
  flex: 35 0 0;
}
.page-p2 .main .head .inner {
  padding: 76px 67px 50px;
}
.page-p2 .main .head h1 {
  font-size: 45px;
  color: #373737;
  margin-bottom: 25px;
}
.page-p2 .main .head p {
  font-size: 16px;
  line-height: 1.63;
  color: #8a8a8a;
  margin-bottom: 69px;
}
.page-p2 .main .head .role {
  display: flex;
  align-items: center;
}
.page-p2 .main .head .role .label {
  min-width: 110px;
}
.page-p2 .main .head .role ul {
  display: flex;
}
.page-p2 .main .head .role ul li {
  margin-left: 24px;
}
.page-p2 .main .head .role ul li label {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.page-p2 .main .head .role ul li label .label-text {
  margin-right: 4px;
}
.page-p2 .main .head .btn-start {
  width: 190px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  background: #c5d4fe;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  border-radius: 6px;
  margin-top: 15px;
  border: 1px solid #3b54fe;
}
.page-p2 .main .diagnosis {
  flex: 61 0 0;
  display: flex;
}
.page-p2 .main .diagnosis .diagnosis-type {
  flex: 1;
  padding: 62px 67px;
  position: relative;
}
.page-p2 .main .diagnosis .diagnosis-type.type-1 {
  background: #3a54fe;
}
.page-p2 .main .diagnosis .diagnosis-type.type-2 {
  background: #00c5b2;
}
.page-p2 .main .diagnosis .diagnosis-type .title {
  color: #fff;
}
.page-p2 .main .diagnosis .diagnosis-type .title h2 {
  font-size: 40px;
  margin-bottom: 15px;
  font-weight: 300;
}
.page-p2 .main .diagnosis .diagnosis-type .title p {
  font-size: 25px;
  font-weight: 200;
  line-height: 1.3;
}
.page-p2 .main .diagnosis .diagnosis-type .time {
  font-size: 25px;
  font-weight: 300;
  color: #fff;
  position: absolute;
  bottom: 65px;
  left: 67px;
}
.page-p2 .enter-email {
  width: 554px;
  padding: 44px 56px;
  background: #fff;
}
.page-p2 .enter-email h1 {
  font-size: 28px;
  padding-bottom: 16px;
  border-bottom: 5px solid #000;
  letter-spacing: -1.12px;
  text-align: center;
  margin-bottom: 18px;
}
.page-p2 .enter-email .input-label {
  display: flex;
  height: 46px;
  border: 1px solid #d2d2d2;
}
.page-p2 .enter-email .input-label input {
  width: 100%;
  display: block;
  padding: 0 14px;
  font-size: 15px;
}
.page-p2 .enter-email .btn-enter {
  height: 66px;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  width: 100%;
  margin-top: 50px;
}

.page-p3 .container {
  min-height: calc(100vh - 70px);
  padding-top: 25px;
  padding-bottom: 100px;
}
.page-p3 .contents {
  margin-top: 25px;
}
.page-p3 .paper-box {
  padding: 25px 34px;
  position: relative;
}
.page-p3 .current-round {
  margin-bottom: 35px;
  display: flex;
  align-items: center;
}
.page-p3 .current-round .round-number {
  width: 53px;
  font-size: 25px;
  font-weight: bold;
  line-height: 1.48;
  color: #8a8b8b;
}
.page-p3 .current-round .progress {
  background: #c1c1c1;
  flex: 1;
}
.page-p3 .current-round .progress .bar {
  height: 8px;
  background: #3a54fe;
}
.page-p3 .question {
  text-align: center;
}
.page-p3 .question h1 {
  font-size: 25px;
  color: #000;
  margin-bottom: 36px;
}
.page-p3 .question ul {
  display: inline-block;
}
.page-p3 .question ul li {
  margin-bottom: 17px;
}
.page-p3 .question ul li label {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.page-p3 .question ul li label .label-text {
  font-size: 17px;
  margin-left: 10px;
}
.page-p3 .step-ctrl a {
  position: absolute;
  top: 50%;
  width: 53px;
  height: 53px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  box-shadow: 0 6px 3px 0 rgba(0, 0, 0, 0.16);
  background-color: rgba(255, 255, 255, 0.9);
}
.page-p3 .step-ctrl a span {
  font-size: 32px;
}
.page-p3 .step-ctrl a.arrow-prev {
  left: 0;
  transform: translate(-50%, -50%);
}
.page-p3 .step-ctrl a.arrow-next {
  right: 0;
  transform: translate(50%, -50%);
}
.page-p3 .btn-area {
  margin-top: 30px;
  text-align: center;
}
.page-p3 .btn-area p {
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: -0.45px;
  color: #8a8b8b;
  margin-bottom: 13px;
}
.page-p3 .btn-area .btn-step-next {
  width: 301px;
  height: 53px;
  border-radius: 22px;
  border: solid 2px #545454;
  background-color: #dedede;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.page-p3 .btn-area .btn-step-next:hover {
  background: #d0d0d0;
}
.page-p3 .btn-area .btn-step-next:active {
  background: #bbbbbb;
}

.page-p4 .container {
  min-height: calc(100vh - 70px);
  padding-top: 25px;
  padding-bottom: 100px;
}
.page-p4 .contents {
  margin-top: 25px;
}
.page-p4 .paper-box {
  padding: 72px 76px;
  position: relative;
}
.page-p4 .paper-box h1 {
  text-align: center;
  margin-bottom: 70px;
  font-size: 25px;
  font-weight: 400;
}
.page-p4 .paper-box h1 strong {
  font-weight: bold;
}
.page-p4 .paper-box ul {
  display: flex;
  flex-wrap: wrap;
}
.page-p4 .paper-box ul li {
  width: 16.66666%;
  padding: 7.5px;
}
.page-p4 .paper-box .brand-item {
  border: 1px solid #c7c7c7;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-bottom: 100%;
}
.page-p4 .paper-box .brand-item img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.page-p4 .btn-area {
  margin-top: 30px;
  text-align: center;
  display: flex;
  justify-content: center;
}
.page-p4 .btn-area .btn-group {
  margin: 0 8px;
}
.page-p4 .btn-area .btn-group.completed p {
  color: #3a54fe;
}
.page-p4 .btn-area .btn-group.completed .btn-step-next {
  background: #d9e9ff;
  border-color: #005ee8;
}
.page-p4 .btn-area .btn-group.completed .btn-step-next:hover {
  background: #ceddf3;
}
.page-p4 .btn-area .btn-group.completed .btn-step-next:active {
  background: #b4c9ea;
}
.page-p4 .btn-area p {
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: -0.45px;
  color: #8a8b8b;
  margin-bottom: 13px;
}
.page-p4 .btn-area p.next-desc {
  color: #009e8f;
}
.page-p4 .btn-area .btn {
  width: 301px;
  height: 53px;
  border-radius: 22px;
  border: solid 2px #545454;
  background-color: #dedede;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  color: #505050;
}
.page-p4 .btn-area .btn.btn-step-next {
  background: #d8fffb;
  border-color: #00ceba;
}
.page-p4 .btn-area .btn.btn-step-next:hover {
  background: #d1f6f3;
}
.page-p4 .btn-area .btn.btn-step-next:active {
  background: #c6eae7;
}
.page-p4 .btn-area .btn:hover {
  background: #d0d0d0;
}
.page-p4 .btn-area .btn:active {
  background: #bbbbbb;
}
.page-p4 .count-box {
  position: fixed;
  top: 175px;
  right: 100px;
  width: 208px;
  height: 172px;
  border: 1px solid #00ae9d;
  box-shadow: 4px 4px 8px 0 rgba(72, 103, 173, 0.16);
  padding: 17px;
  background: #effffc;
  text-align: center;
  color: #00ae9d;
}
.page-p4 .count-box.completed {
  border: 1px solid #266ed8;
  background: #eff6ff;
  color: #266ed8;
}
.page-p4 .count-box h2 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 16px;
  letter-spacing: -1px;
}
.page-p4 .count-box .count strong {
  font-size: 72px;
}
.page-p4 .count-box .count span {
  font-size: 32px;
  color: #343434;
  margin-left: 12px;
}
.page-p4 .count-box p {
  font-size: 14px;
  margin-top: 10px;
}

.popup .confirm {
  background: #fff;
  border: 1px solid #000;
  width: 456px;
  padding: 60px 50px 50px;
  text-align: center;
  cursor: default;
}
.popup .confirm h2 {
  font-size: 28.5px;
  margin-bottom: 15px;
  letter-spacing: -1px;
}
.popup .confirm p {
  font-size: 19px;
  letter-spacing: -0.53px;
  margin-bottom: 55px;
}
.popup .confirm .btn-group {
  display: flex;
  justify-content: center;
}
.popup .confirm .btn-group .btn {
  width: 148px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  margin: 0 5px;
}
.popup .confirm .btn-group .btn.btn-cancel {
  background: #fff;
  color: #005ee8;
  font-size: 18px;
  border: 1px solid #005ee8;
}
.popup .confirm .btn-group .btn.btn-cancel:active {
  background: #f0f0f0;
}
.popup .confirm .btn-group .btn.btn-confirm {
  background: #005ee8;
  color: #fff;
  font-size: 18px;
}
.popup .confirm .btn-group .btn.btn-confirm:active {
  background: #0055d0;
}

.page-p5 {
  background: #f8f8f8;
}
.page-p5 header {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  color: #fff;
  font-size: 18px;
  font-weight: 200;
  background: #000;
}
.page-p5 header .date {
  position: absolute;
  right: 66px;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 200;
}
.page-p5 .container {
  min-height: calc(100vh - 70px);
  padding-bottom: 100px;
}
.page-p5 .contents {
  display: flex;
  flex-wrap: wrap;
}
.page-p5 .contents > div {
  flex: 1 0 100%;
}
.page-p5 .contents > div.half {
  margin-left: -11px;
  margin-right: -11px;
  margin-bottom: 25px;
  display: flex;
}
.page-p5 .contents > div.half > div {
  width: 50%;
  margin: 0 11px;
}
.page-p5 h2 {
  font-size: 25px;
  letter-spacing: -1px;
  display: flex;
  align-items: center;
  color: #266ed8;
}
.page-p5 h2 img {
  margin-right: 9px;
}
.page-p5 .paper-box {
  padding: 30px;
  position: relative;
  margin-bottom: 25px;
  border-radius: 0;
}
.page-p5 .paper-box .message-info {
  margin-bottom: 45px;
}
.page-p5 .item-title {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 9px;
  padding: 0 15px;
  border: 1px solid #4d4d4d;
  color: #4d4d4d;
  background: #f2f3f6;
}
.page-p5 .item-title.blue {
  border: solid 1px #266ed8;
  background-color: rgba(125, 176, 249, 0.16);
  color: #266ed8;
}
.page-p5 .item-title.blue .rate .badge {
  background: #266ed8;
  color: #fff;
}
.page-p5 .item-title .rank {
  flex: 1;
  font-size: 16px;
  display: flex;
  align-items: flex-end;
}
.page-p5 .item-title .rank img {
  margin-right: 2px;
}
.page-p5 .item-title .type {
  flex: 3.5;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
}
.page-p5 .item-title .type strong {
  font-size: 20px;
  font-weight: bold;
}
.page-p5 .item-title .rate {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}
.page-p5 .item-title .rate .badge {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 25px;
  padding-top: 1px;
  border-radius: 8px;
  font-size: 15px;
  color: #fff;
  background: #4d4d4d;
}
.page-p5 .item-title-col {
  background: #f0f1f5;
  border: 1px solid transparent;
  border-radius: 9px;
  padding: 10px;
}
.page-p5 .item-title-col.blue {
  background: #eaf2fe;
  border-color: #266ed8;
}
.page-p5 .item-title-col.blue .rank {
  color: #266ed8;
}
.page-p5 .item-title-col.blue .color-view {
  background: #0000fe;
}
.page-p5 .item-title-col.blue .rate {
  background: #266ed8;
}
.page-p5 .item-title-col.violet .color-view {
  background: #6a1c8c;
}
.page-p5 .item-title-col.green .color-view {
  background: #009900;
}
.page-p5 .item-title-col.achromatic .color-view {
  background: #9e9e9e;
}
.page-p5 .item-title-col .rank {
  text-align: center;
  font-size: 16px;
  margin-bottom: 9px;
}
.page-p5 .item-title-col .color-box .color-view {
  height: 100px;
}
.page-p5 .item-title-col .color-box .color-name {
  background: #fff;
  padding: 7px;
  font-size: 14px;
}
.page-p5 .item-title-col .color-box .color-name h4 {
  font-size: 14.5px;
  font-weight: bold;
  margin-bottom: 7px;
  line-height: 1.2;
}
.page-p5 .item-title-col .color-box .color-name p {
  font-size: 12.5px;
  font-weight: 400;
}
.page-p5 .item-title-col .rate {
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-top: 10px;
  border-radius: 5px;
  background: #4d4d4d;
  padding-top: 2px;
}
.page-p5 .item-body {
  padding: 24px;
  border: solid 1px #53e1c6;
  background-color: rgba(129, 243, 222, 0.12);
  border-radius: 9px;
}
.page-p5 .item-body h3 {
  font-size: 18px;
  color: #00ae9d;
  font-weight: bold;
  margin-bottom: 15px;
}
.page-p5 .item-body p {
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: 25px;
}
.page-p5 .item-body .desc-list .desc-item {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.page-p5 .item-body .desc-list .desc-item.brand-logos {
  margin-top: 15px;
  display: block;
}
.page-p5 .item-body .desc-list .desc-item.brand-logos .desc-title {
  margin-bottom: 10px;
}
.page-p5 .item-body .desc-list .desc-item.brand-logos .desc-content {
  display: flex;
  margin-left: -11px;
  margin-right: -11px;
}
.page-p5 .item-body .desc-list .desc-item.brand-logos .desc-content .col {
  width: 33.3333%;
  padding: 0 11px;
}
.page-p5 .item-body .desc-list .desc-item.brand-logos .desc-content .logo-image {
  padding-bottom: 100%;
  position: relative;
  border: 1px solid #53e1c6;
  background: #fff;
  border-radius: 10px;
}
.page-p5 .item-body .desc-list .desc-item.brand-logos .desc-content .logo-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
}
.page-p5 .item-body .desc-list .desc-item.brand-logos .desc-content .name {
  text-align: center;
  margin-top: 11px;
  font-size: 14px;
  color: #000;
}
.page-p5 .item-body .desc-list .desc-item .desc-title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
  min-width: 75px;
}
.page-p5 .item-body .brand-logo {
  display: flex;
  justify-content: space-around;
  background: #fff;
  border-radius: 10px;
  border: solid 1px #8bead9;
  margin-bottom: 24px;
}
.page-p5 .item-body .brand-logo img {
  height: 100px;
}
.page-p5 .rank-title {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 35px;
}
.page-p5 .rank-title.blue:before {
  background: repeating-linear-gradient(to right, #266ed8, #266ed8 3px, #fff 3px, #fff 8px);
}
.page-p5 .rank-title.blue .type {
  padding: 0 15px;
  color: #266ed8;
}
.page-p5 .rank-title:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  height: 5px;
  margin: auto;
  background: repeating-linear-gradient(to right, #000, #000 3px, #fff 3px, #fff 8px);
}
.page-p5 .rank-title .name {
  flex: 1;
  text-align: left;
}
.page-p5 .rank-title .name span {
  background: #fff;
  font-size: 18px;
  padding-right: 12px;
  color: #0463ef;
}
.page-p5 .rank-title .type {
  background: #fff;
  font-size: 18px;
  padding-left: 12px;
  color: #4d4d4d;
}
.page-p5 .ranks li + li {
  margin-top: 10px;
}
.page-p5 .box-1 {
  margin-bottom: 50px;
  padding: 40px 30px;
}
.page-p5 .box-1 .item-title {
  margin-bottom: 7px;
}
.page-p5 .box-1 ul {
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
  margin-top: 33px;
}
.page-p5 .box-1 ul li {
  width: 33.3333%;
  padding: 10px;
}
.page-p5 .box-2 {
  margin-top: 9px;
  padding-bottom: 81px;
}
.page-p5 .box-2 h3 {
  font-size: 18px;
  color: #4d4d4d;
}
.page-p5 .box-2 p {
  font-size: 30px;
  color: #4d4d4d;
  font-weight: 300;
  text-align: center;
  margin-top: 40px;
}
.page-p5 .box-2 p strong {
  font-weight: bold;
  margin-bottom: 30px;
  display: block;
}
.page-p5 .box-3 h3 {
  font-size: 18px;
  color: #4d4d4d;
  margin-bottom: 32px;
}
.page-p5 .box-3 .item-title {
  margin-bottom: 7px;
}
.page-p5 .box-3 .item-body p {
  margin-bottom: 0;
}
.page-p5 .box-3 ul {
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
  margin-top: 33px;
}
.page-p5 .box-3 ul li {
  width: 33.3333%;
  padding: 10px;
}
.page-p5 .box-4 .item-title .rank,
.page-p5 .box-5 .item-title .rank,
.page-p5 .box-6 .item-title .rank,
.page-p5 .box-7 .item-title .rank,
.page-p5 .box-8 .item-title .rank {
  flex: 0 0 75px;
}
.page-p5 .box-4 .item-title .type,
.page-p5 .box-5 .item-title .type,
.page-p5 .box-6 .item-title .type,
.page-p5 .box-7 .item-title .type,
.page-p5 .box-8 .item-title .type {
  text-align: left;
}
.page-p5 .box-6 {
  display: flex;
  flex-direction: column;
}
.page-p5 .box-6 .ranks {
  flex: 1;
  display: flex;
  align-items: stretch;
}
.page-p5 .box-6 .ranks li {
  width: 25%;
  padding: 0 7px;
  margin-top: 0;
}
.page-p5 .box-8 ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: -11px;
  margin-right: -11px;
}
.page-p5 .box-8 ul li {
  width: 50%;
  padding: 0 11px;
  margin-top: 0;
  margin-bottom: 20px;
}
.page-p5 .btn-area {
  display: flex;
  justify-content: center;
}
.page-p5 .btn-area p {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1d68d6;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 15px;
}
.page-p5 .btn-area p img {
  width: 24px;
  margin-right: 3px;
}
.page-p5 .btn-area .btn-step-next {
  width: 301px;
  height: 53px;
  border-radius: 22px;
  border: solid 2px #005ee8;
  background-color: #d9e9ff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  font-size: 21px;
  color: #505050;
}
.page-p5 .btn-area .btn-step-next:hover {
  background: #c6d7f1;
}
.page-p5 .btn-area .btn-step-next:active {
  background: #a6c2e8;
}

.page-alert {
  padding: 50px 0 100px 15%;
  background: #fff;
  display: flex;
  flex-direction: column;
}
.page-alert .header .logo img {
  height: 55px;
}
.page-alert .main {
  flex: 1;
  display: flex;
  align-items: center;
}
.page-alert .contents {
  width: 100%;
}
.page-alert .contents h1 {
  font-size: 56px;
  font-weight: 200;
  line-height: 1.3;
}
.page-alert .contents h1 strong {
  font-weight: 300;
  display: block;
}
.page-alert .contents h1 .em {
  font-weight: 700;
  color: #3487ff;
}
.page-alert .contents .progress {
  height: 6px;
  background: #ddd;
  margin: 15px 0 30px;
}
.page-alert .contents .progress .gauge {
  background: #3487ff;
  position: relative;
  height: 100%;
  width: 50%;
}
.page-alert .contents .progress .gauge::after {
  content: "";
  position: absolute;
  right: -4px;
  top: -5px;
  height: 16px;
  width: 16px;
  border-radius: 100%;
  background: #3487ff;
}
.page-alert .contents p {
  font-size: 28px;
  color: #4d4d4d;
  font-weight: 200;
  margin-bottom: 35px;
}
.page-alert .contents .btn-end {
  color: #3487ff;
  font-size: 28px;
  font-weight: 200;
  border-bottom: 1px solid #3487ff;
  letter-spacing: -0.84px;
  display: inline-block;
  padding-bottom: 4px;
  cursor: pointer;
}

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