@charset "UTF-8";
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 100;
  src: url(../fonts/Notosans/NotoSansKR-Thin.woff2) format("woff2"), url(../fonts/Notosans/NotoSansKR-Thin.woff) format("woff"), url(../fonts/Notosans/NotoSansKR-Thin.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/Notosans/NotoSansKR-Light.woff2) format("woff2"), url(../fonts/Notosans/NotoSansKR-Light.woff) format("woff"), url(../fonts/Notosans/NotoSansKR-Light.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Notosans/NotoSansKR-Regular.woff2) format("woff2"), url(../fonts/Notosans/NotoSansKR-Regular.woff) format("woff"), url(../fonts/Notosans/NotoSansKR-Regular.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/Notosans/NotoSansKR-Medium.woff2) format("woff2"), url(../fonts/Notosans/NotoSansKR-Medium.woff) format("woff"), url(../fonts/Notosans/NotoSansKR-Medium.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/Notosans/NotoSansKR-Bold.woff2) format("woff2"), url(../fonts/Notosans/NotoSansKR-Bold.woff) format("woff"), url(../fonts/Notosans/NotoSansKR-Bold.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 900;
  src: url(../fonts/Notosans/NotoSansKR-Black.woff2) format("woff2"), url(../fonts/Notosans/NotoSansKR-Black.woff) format("woff"), url(../fonts/Notosans/NotoSansKR-Black.otf) format("opentype");
}
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;
}

html,
body,
h1,
input,
select {
  font-family: "Apple SD Gothic Neo", arial, sans-serif;
}

body,
button,
input,
select,
table,
textarea {
  font-size: 12px;
  line-height: 16px;
  color: #202020;
  font-family: -apple-system, BlinkMacSystemFont, "Malgun Gothic", "맑은 고딕", helvetica, "Apple SD Gothic Neo", sans-serif;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  line-height: 1;
  font-family: -apple-system, BlinkMacSystemFont, "Noto Sans KR", "Malgun Gothic", "맑은 고딕", helvetica, "Apple SD Gothic Neo", sans-serif;
}

textarea {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: transparent;
  border: 0;
  word-break: keep-all;
  word-wrap: break-word;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
main,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul li,
ol li {
  margin: 0;
  padding: 0;
}

dl {
  list-style: none;
  margin: 0;
  padding: 0;
}
dl dt,
dl dd {
  margin: 0;
  padding: 0;
}

blockquote,
q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

fieldset,
img {
  border: 0;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button,
input,
select,
textarea {
  background-color: transparent;
  outline: none;
  border: 0;
}

a {
  background-color: transparent;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

:root {
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  cursor: default;
  line-height: 1.5;
  overflow-wrap: break-word;
  -moz-tab-size: 4;
  tab-size: 4;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
  cursor: pointer;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[type=hidden],
template {
  display: none;
}

img {
  vertical-align: top;
}

ol,
ul {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

iframe {
  overflow: hidden;
  margin: 0;
  border: 0;
  padding: 0;
  vertical-align: top;
}

mark {
  background-color: transparent;
}

i {
  font-style: normal;
}

.loading {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.loading .ui.dimmer {
  background-color: rgba(0, 0, 0, 0.4);
}

.ui.modal.custom > .close {
  right: 5px;
  top: 5px;
  color: #666;
  border-radius: initial;
  width: 24px;
  height: 24px;
  padding: 0;
  font-size: 20px;
  text-align: center;
  line-height: 1;
}
.ui.modal.custom .header {
  border-bottom-color: transparent;
}
.ui.modal.custom .content .paragraph dt {
  font-size: 22px;
  margin-bottom: 10px;
  line-height: 1.4;
}
.ui.modal.custom .content .paragraph dt .careercare-calas-logo {
  content: "";
  display: inline-block;
  line-height: 1;
  background: url("../images/leadership/careercare-calas-logo.png") center center no-repeat;
  background-size: cover;
  width: 250px;
  height: 49px;
  margin: 0 auto;
}
.ui.modal.custom .content .paragraph dd {
  font-size: 16px;
  color: #555;
  line-height: 1.4;
}
.ui.modal.custom .content .paragraph dd .para {
  line-height: 1.6;
  word-break: break-all;
  word-wrap: break-word;
}
.ui.modal.custom .content .paragraph dd .para strong {
  font-weight: bold;
  color: #6435c9;
}
.ui.modal.custom .content .paragraph dd .para ~ .para {
  margin-top: 1em;
}
.ui.modal.custom .content .paragraph.center dt, .ui.modal.custom .content .paragraph.center dd {
  text-align: center;
}
.ui.modal.custom .content .examTargetList {
  margin-top: 20px;
}
.ui.modal.custom .content .examTargetList li {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.ui.modal.custom .content .examTargetList li ~ li {
  margin-top: 5px;
}
.ui.modal.custom .content .examTargetList li .tgLabel {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  cursor: pointer;
}
.ui.modal.custom .content .examTargetList li .tgLabel input[type=radio] {
  margin-right: 5px;
}
.ui.modal.custom .content .examTargetList li .tgLabel .txt {
  display: inline-block;
}
.ui.modal.custom .content .examTargetList li .tgStatus {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-border-radius: 1.5em;
  -moz-border-radius: 1.5em;
  border-radius: 1.5em;
  line-height: 1;
  padding: 8px 10px;
  background: #6435c9;
  color: #fff;
  font-size: 12px;
  margin-left: 5px;
}
.ui.modal.custom .content .examTargetList li .tgStatus.st-1 {
  background: #29b329;
}
.ui.modal.custom .content .examTargetList li .tgStatus.st-2 {
  background: #746b87;
}
.ui.modal.custom .content .examTargetList li .tgStatus.st-3 {
  background: #1cace3;
}
.ui.modal.custom .content .uncomplete-list .item {
  cursor: pointer;
}
.ui.modal.custom .content .uncomplete-list .item:hover {
  color: #333;
}
.ui.modal.custom .actions {
  text-align: center;
}
.ui.modal.custom .actions .ui.button.ok {
  background: #6435c9;
  color: #fff;
}
.ui.modal.custom .actions .ui.button.cancel {
  background: #eee;
  color: #666;
}

.layer {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2000;
  background: rgba(0, 0, 0, 0.4);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  display: none;
}
.layer .layer-contents {
  position: relative;
  display: inline-block;
  min-width: 240px;
}
.layer .layer-contents .layer-header {
  -webkit-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  background: #21338b;
  color: #fff;
  height: 50px;
}
.layer .layer-contents .layer-header .title {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
}
.layer .layer-contents .layer-header .close-btn {
  display: inline-block;
  margin: 0;
  padding: 0;
  color: #fff;
  opacity: 0.6;
}
.layer .layer-contents .layer-header .close-btn .material-icons {
  font-size: 18px;
}
.layer .layer-contents .layer-body {
  padding: 20px;
  background: #fff;
}
.layer .layer-contents .layer-body .guide-txt {
  display: block;
  text-align: left;
  margin-bottom: 10px;
  color: royalblue;
}
.layer .layer-contents .layer-body .organization {
  margin: 20px auto 0;
  width: 260px;
}
.layer .layer-contents .layer-body .organization dt {
  font-size: 14px;
  margin: 10px auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.layer .layer-contents .layer-body .organization dt .group-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.layer .layer-contents .layer-body .organization dt .toggle-btn {
  margin-left: 10px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: none;
}
.layer .layer-contents .layer-body .organization dd .organ-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.layer .layer-contents .layer-body .organization dd .organ-list li {
  margin: 5px;
}
.layer .layer-contents .layer-body .organization dd .organ-list li .organ-label {
  position: relative;
  width: 120px;
  height: 36px;
  display: inline-block;
  user-select: none;
  cursor: pointer;
}
.layer .layer-contents .layer-body .organization dd .organ-list li .organ-label .txt {
  display: inline-block;
  font-size: 12px;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(0, 0, 0, 0.4);
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.layer .layer-contents .layer-body .organization dd .organ-list li .organ-label .check-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  padding: 2px;
  z-index: 5;
  right: -8px;
  top: -8px;
  background: #21338b;
  color: #fff;
  border-radius: 50%;
  display: none;
}
.layer .layer-contents .layer-body .organization dd .organ-list li .organ-label .check-icon .material-icons {
  font-size: 16px;
}
.layer .layer-contents .layer-body .organization dd .organ-list li .organ-label input[type=radio] {
  position: absolute;
  z-index: 5;
  width: 0;
  height: 0;
  left: -10px;
  top: 50%;
}
.layer .layer-contents .layer-body .organization dd .organ-list li .organ-label input[type=radio]:checked ~ .check-icon {
  display: inline-block;
}
.layer .layer-contents .layer-body .organization dd .organ-list li .organ-label input[type=radio]:checked ~ .txt {
  background: #e9edff;
  border-color: #acb1c9;
  color: #21338b;
}
.layer .layer-contents .layer-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding: 10px 20px;
  -webkit-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  background: #f9f9f9;
}
.layer .layer-contents .layer-footer .btn {
  padding: 10px 20px;
}
.layer .layer-contents .layer-footer .btn.submit {
  background: #464c68;
  color: #fff;
  min-width: 120px;
}
.layer .layer-contents .layer-footer .btn.submit:hover {
  background: #31364a;
}

/*얼럿 확인 레이어*/
.confirm-layer {
  position: fixed;
  z-index: 2000;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  display: none;
}
.confirm-layer .layer-inner {
  width: 100vw;
  height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.4);
}
.confirm-layer .layer-inner .layer-contents {
  position: relative;
  background: #fff;
  min-width: 240px;
  max-width: calc(100vw - 20px);
  padding: 30px;
}
.confirm-layer .layer-inner .layer-contents .close-btn {
  position: absolute;
  z-index: 5;
  right: 5px;
  top: 5px;
  font-size: 16px;
  color: #666;
  line-height: 1;
  display: inline-block;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.confirm-layer .layer-inner .layer-contents .paragraph .para {
  line-height: 1.6;
  font-size: 14px;
  color: #444;
}
.confirm-layer .layer-inner .layer-contents .paragraph .para.text-left {
  text-align: left;
}
.confirm-layer .layer-inner .layer-contents .paragraph .para.text-right {
  text-align: right;
}
.confirm-layer .layer-inner .layer-contents .paragraph .para.text-center {
  text-align: center;
}
.confirm-layer .layer-inner .layer-contents .footer {
  margin-top: 20px;
}
.confirm-layer .layer-inner .layer-contents .footer .fns-btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.confirm-layer .layer-inner .layer-contents .footer .fns-btns .btn {
  border: 1px solid transparent;
  padding: 8px 20px;
  white-space: nowrap;
  font-size: 13px;
  border-radius: 5px;
  line-height: 1;
}
.confirm-layer .layer-inner .layer-contents .footer .fns-btns .btn ~ .btn {
  margin-left: 5px;
}
.confirm-layer .layer-inner .layer-contents .footer .fns-btns .btn-confirm {
  color: royalblue;
  border-color: royalblue;
}
.confirm-layer .layer-inner .layer-contents .footer .fns-btns .btn-close, .confirm-layer .layer-inner .layer-contents .footer .fns-btns .btn-cancel {
  background: #f9f9f9;
  color: #333;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.confirm-layer .layer-inner .layer-contents .payment-method-wrap {
  width: 640px;
}
.confirm-layer .layer-inner .layer-contents .payment-method-wrap .footer .fns-btns .btn.btn-confirm {
  padding: 12px 24px;
  font-size: 16px;
}
.confirm-layer .layer-inner .layer-contents .payment-method-wrap .footer .fns-btns .btn.btn-confirm:hover {
  background: aliceblue;
}
.confirm-layer .layer-inner .layer-contents .exam-result-wrap {
  width: 250px;
}
.confirm-layer .layer-inner .layer-contents .exam-result-wrap.admin {
  width: 400px;
}
.confirm-layer .layer-inner .layer-contents .exam-result-wrap .header {
  font-size: 18px;
}
.confirm-layer .layer-inner .layer-contents .exam-result-wrap .table-rs-list {
  margin-top: 20px;
}
.confirm-layer .layer-inner .layer-contents .exam-result-wrap .table-rs-list .tb-result {
  width: 100%;
  border-collapse: collapse;
}
.confirm-layer .layer-inner .layer-contents .exam-result-wrap .table-rs-list .tb-result thead tr th, .confirm-layer .layer-inner .layer-contents .exam-result-wrap .table-rs-list .tb-result thead tr td,
.confirm-layer .layer-inner .layer-contents .exam-result-wrap .table-rs-list .tb-result tbody tr th,
.confirm-layer .layer-inner .layer-contents .exam-result-wrap .table-rs-list .tb-result tbody tr td {
  text-align: center;
  padding: 5px;
  border: 1px solid #ddd;
}
.confirm-layer .layer-inner .layer-contents .exam-result-wrap .table-rs-list .tb-result thead tr th, .confirm-layer .layer-inner .layer-contents .exam-result-wrap .table-rs-list .tb-result tbody tr th {
  background: #f9f9f9;
}
.confirm-layer .layer-inner .layer-contents .exam-result-wrap .table-rs-list .tb-result .btn.btn-report-view {
  background: #736bdb;
  color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1;
}

/*이용약관 레이어*/
.privacy-layer {
  position: fixed;
  z-index: 2000;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  display: none;
}
.privacy-layer .layer-inner {
  width: 100vw;
  height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.4);
}
.privacy-layer .layer-inner .layer-contents {
  position: relative;
  background: #fff;
  min-width: 240px;
  width: 760px;
  max-width: calc(100vw - 20px);
  padding: 40px 30px;
}
.privacy-layer .layer-inner .layer-contents .close-btn {
  position: absolute;
  z-index: 5;
  right: 5px;
  top: 5px;
  font-size: 16px;
  color: #666;
  line-height: 1;
  display: inline-block;
  cursor: pointer;
}
.privacy-layer .layer-inner .layer-contents .privacy-detail {
  overflow: hidden;
  overflow-y: auto;
  max-height: calc(80vh - 100px);
  padding-right: 30px;
}
.privacy-layer .layer-inner .layer-contents .paragraph .para {
  line-height: 1.6;
  font-size: 14px;
  color: #444;
}
.privacy-layer .layer-inner .layer-contents .paragraph .para.text-left {
  text-align: left;
}
.privacy-layer .layer-inner .layer-contents .paragraph .para.text-right {
  text-align: right;
}
.privacy-layer .layer-inner .layer-contents .paragraph .para.text-center {
  text-align: center;
}
.privacy-layer .layer-inner .layer-contents .footer {
  margin-top: 20px;
}
.privacy-layer .layer-inner .layer-contents .footer .fns-btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.privacy-layer .layer-inner .layer-contents .footer .fns-btns .btn {
  border: 1px solid transparent;
  padding: 8px 20px;
  white-space: nowrap;
  font-size: 13px;
  border-radius: 5px;
  line-height: 1;
}
.privacy-layer .layer-inner .layer-contents .footer .fns-btns .btn ~ .btn {
  margin-left: 5px;
}
.privacy-layer .layer-inner .layer-contents .footer .fns-btns .btn-confirm {
  color: royalblue;
  border-color: royalblue;
}
.privacy-layer .layer-inner .layer-contents .footer .fns-btns .btn-cancel {
  background: #f9f9f9;
  color: #333;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.section-testing .main-contents .paper-contents .paper-main .question-list, .section-testing .main-contents .paper-contents .paper-main .guide-txt, .section-testing .main-contents .paper-contents .paper-main .step-page {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*기업 로그인*/
.section-login {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100vw;
  height: 100vh;
}
.section-login .login-bg {
  display: inline-block;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 50vw;
  height: 100vh;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #6435c9 url("../images/login-bg-3.jpg") center center no-repeat;
  background-size: cover;
}
.section-login .login-bg .ci-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 100%;
  max-width: 280px;
}
.section-login .login-bg .ci-box img {
  max-width: 100%;
  height: auto;
}
.section-login .login-bg .login-txt {
  display: none;
}
.section-login .login-outer {
  display: inline-block;
  width: 50vw;
  height: 100vh;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.section-login .login-outer .login-area {
  padding: 30px;
  border-radius: 5px;
  background: #fff;
}
.section-login .login-outer .login-area .login-txt .title {
  font-size: 90px;
  line-height: 1.3;
  font-weight: bold;
  color: #6435c9;
}
.section-login .login-outer .login-area .login-txt .sub-title {
  font-size: 36px;
  font-weight: 300;
  line-height: 1.3;
  margin: 10px auto;
}
.section-login .login-outer .login-area .login-txt .sub-title strong {
  color: #6435c9;
}
.section-login .login-outer .login-area .login-txt .ci-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 100%;
  max-width: 280px;
}
.section-login .login-outer .login-area .login-txt .ci-box img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.section-login .login-outer .login-area .login-txt .help-txt {
  margin: 40px auto 20px;
  line-height: 1.6;
  font-size: 14px;
  color: #7C858A;
  text-align: center;
}
.section-login .login-outer .login-area .form-signin {
  width: 100%;
  width: 280px;
}
.section-login .login-outer .login-area .login-form {
  width: 100%;
}
.section-login .login-outer .login-area .login-form li input[type=text],
.section-login .login-outer .login-area .login-form li input[type=password] {
  width: 100%;
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: block;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  min-width: 95%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
}
.section-login .login-outer .login-area .login-form li input[type=text]:focus,
.section-login .login-outer .login-area .login-form li input[type=password]:focus {
  border-color: #ff76c3;
  background: #fff9f9;
}
.section-login .login-outer .login-area .login-form li input[type=text].alert,
.section-login .login-outer .login-area .login-form li input[type=password].alert {
  border-color: #e03997;
  background: #fff5f5;
}
.section-login .login-outer .login-area .login-form li .btn.submit {
  width: 100%;
  padding: 14px 20px;
  line-height: 1;
  background: #5FC8D1;
  font-size: 16px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
}
.section-login .login-outer .login-area .login-form li .btn.submit:hover {
  background: #38b9c5;
}
.section-login .login-outer .login-area .login-form li ~ li {
  margin-top: 10px;
}
.section-login .login-outer .login-area .login-form li.footer {
  margin-top: 20px;
}
.section-login .login-outer .login-area .login-form li.vali-txt p.alert-msg {
  color: #e03997;
  line-height: 1.6;
}
.section-login .login-outer .login-area .contact-us {
  margin-top: 20px;
}
.section-login .login-outer .login-area .contact-us li {
  text-align: right;
}
.section-login .login-outer .login-area .contact-us li a {
  text-decoration: none;
  color: royalblue;
}
.section-login .login-outer .login-area .contact-us li ~ li {
  margin-top: 5px;
}

/*개인 회원 sns로그인*/
.section-personal-login {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100vw;
  height: 100vh;
  background: #4e4ee7 url("/images/login-bg-4.png?v=260304") center center no-repeat;
  background-size: cover;
  font-family: "Pretendard, Regular";
}
.section-personal-login .personal-login-area {
  position: relative;
  margin: 0 auto;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1607843137);
  max-width: calc(100vw - 40px);
  min-width: 640px;
}
.section-personal-login .personal-login-area .header {
  margin-top: 50px;
  text-align: center;
}
.section-personal-login .personal-login-area .header .logo {
  display: inline-block;
  margin: 0 auto;
}
.section-personal-login .personal-login-area .header .logo img {
  margin: 0 auto;
  width: auto;
  height: 16px;
}
.section-personal-login .personal-login-area .header .header-title {
  margin-top: 20px;
  padding: 8px 0;
  font-size: 24px;
  font-weight: 700;
  color: #5454E9;
  border-top: 2px solid #5454E9;
  border-bottom: 2px solid #5454E9;
}
.section-personal-login .personal-login-area .contents .personal-para {
  margin: 0 10px;
  padding: 24px 0 30px;
}
.section-personal-login .personal-login-area .contents .personal-para p {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #000;
}
.section-personal-login .personal-login-area .contents .personal-para p ~ p {
  margin-top: 1em;
}
.section-personal-login .personal-login-area .contents .personal-para .highlight {
  position: relative;
  font-weight: 700;
}
.section-personal-login .personal-login-area .contents .personal-para .highlight::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  bottom: -1px;
  background-color: rgba(84, 84, 233, 0.2);
  width: 100%;
  height: 14px;
}
.section-personal-login .personal-login-area .contents .btn-para {
  padding-bottom: 20px;
  font-size: 14px;
  text-align: center;
}
.section-personal-login .personal-login-area .contents .btn-para b {
  font-weight: 700;
}
.section-personal-login .personal-login-area .contents .fn-sns-btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.section-personal-login .personal-login-area .contents .fn-sns-btns-wrap {
  padding: 28px 0 36px;
  border-top: 1px solid #E5E5E5;
}
.section-personal-login .personal-login-area .contents .fn-sns-btns .sns-login-btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  column-gap: 8px;
  width: 180px;
  height: 45px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background-color: transparent;
}
.section-personal-login .personal-login-area .contents .fn-sns-btns .sns-login-btn.btn-kakao {
  background-color: #FFE500;
}
.section-personal-login .personal-login-area .contents .fn-sns-btns .sns-login-btn.btn-kakao .text {
  color: #3B1F1E;
}
.section-personal-login .personal-login-area .contents .fn-sns-btns .sns-login-btn.btn-naver {
  background-color: #03A94D;
}
.section-personal-login .personal-login-area .contents .fn-sns-btns .sns-login-btn.btn-naver .text {
  color: #FFFFFF;
}
.section-personal-login .personal-login-area .contents .fn-sns-btns .sns-login-btn ~ .sns-login-btn {
  margin-left: 10px;
}
.section-personal-login .personal-login-area .contents .fn-sns-btns .sns-login-btn img {
  width: auto;
  height: 16px;
}
.section-personal-login .personal-login-area .contents .fn-sns-btns .sns-login-btn .text {
  font-size: 14px;
}
.section-personal-login .personal-login-area .footer {
  padding: 20px 40px;
  background-color: #F8F8F8;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
}
.section-personal-login .personal-login-area .footer .contact-us {
  font-size: 12px;
  color: #999;
  font-family: "맑은 고딕", "Malgun Gothic", sans-serif;
}
.section-personal-login .personal-login-area .footer .contact-us li ~ li {
  margin-top: 7px;
}
.section-personal-login .personal-login-area .footer .contact-us a {
  color: #2E78F8;
}
.section-personal-login .personal-login-area .footer .contact-us b {
  font-weight: 700;
}

.section-testing .main-contents .paper-contents .paper-main .question-list, .section-testing .main-contents .paper-contents .paper-main .guide-txt, .section-testing .main-contents .paper-contents .paper-main .step-page {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.section-testing {
  position: relative;
  padding-top: 70px;
  padding-bottom: 50px;
}
.section-testing .main-contents .paper-contents .paper-footer .paper-footer-fns, .section-testing .main-contents .paper-contents .paper-main, .section-testing .header .header-wrap {
  max-width: 1316px;
  margin: 0 auto;
}
.section-testing .header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: #5FC8D1;
}
.section-testing .header .header-wrap {
  position: relative;
  height: 70px;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 20px;
}
.section-testing .header .header-wrap .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  order: 1;
}
.section-testing .header .header-wrap .title .logo {
  display: inline-block;
  width: 120px;
  margin-right: 20px;
}
.section-testing .header .header-wrap .title .logo img {
  width: 100%;
  height: auto;
}
.section-testing .header .header-wrap .title .title-txt {
  font-size: 24px;
  line-height: 1.4;
}
.section-testing .header .header-wrap .title .title-txt.topTitle {
  display: inline-flex;
  align-items: center;
  column-gap: 10px;
}
.section-testing .header .header-wrap .title .title-txt.topTitle img {
  height: 18px;
}
.section-testing .header .header-wrap .title .title-txt.topTitle p {
  color: #6435c9;
  font-weight: 700;
  font-size: 20px;
}
.section-testing .header .header-wrap .accounts {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  position: relative;
  order: 2;
  margin-right: 20px;
}
.section-testing .header .header-wrap .accounts dt {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.4);
  width: 24px;
  height: 24px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: relative;
}
.section-testing .header .header-wrap .accounts dt .material-icons {
  font-size: 18px;
}
.section-testing .header .header-wrap .accounts dt ~ dd {
  margin-left: 10px;
}
.section-testing .header .header-wrap .accounts dd {
  position: relative;
}
.section-testing .header .header-wrap .accounts dd.pf-name .name {
  font-size: 18px;
  font-weight: normal;
  white-space: nowrap;
}
.section-testing .header .header-wrap .accounts dd.fns .btn.logout {
  font-size: 18px;
  color: #fff;
  white-space: nowrap;
  line-height: 1;
  text-align: center;
  padding: 6px 10px;
  text-decoration: none;
}
.section-testing .header .header-wrap .accounts dd.fns::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  height: 16px;
  margin-top: -8px;
  background-color: rgba(255, 255, 255, 0.5);
  width: 2px;
}
.section-testing .header .header-wrap .testing-progress {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  order: 3;
}
.section-testing .header .header-wrap .testing-progress .progress {
  background: #6435c9;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding: 10px 20px;
  border-radius: 20px;
}
.section-testing .header .header-wrap .testing-progress .progress .progress-txt {
  font-size: 18px;
  white-space: nowrap;
  line-height: 1;
}
.section-testing .header .header-wrap .testing-progress .progress .progress-txt .num {
  font-size: 18px;
  display: inline-block;
}
.section-testing .header .header-wrap .testing-progress .progress .progress-txt .mes-txt {
  font-size: 16px;
  margin-left: 10px;
  padding-left: 10px;
  position: relative;
  border-left: 1px solid rgba(255, 255, 255, 0.4);
}
.section-testing .header .header-wrap .testing-progress .progress ~ .timer {
  position: relative;
  background: #000;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding: 10px 20px;
  margin-left: 10px;
  border-radius: 20px;
}
.section-testing .header .header-wrap .testing-progress .progress ~ .timer dt [class^=material-icons] {
  font-size: 18px;
}
.section-testing .header .header-wrap .testing-progress .progress ~ .timer dt ~ dd {
  margin-left: 10px;
}
.section-testing .header .header-wrap .testing-progress .progress ~ .timer dd .limit-time {
  font-size: 18px;
  font-weight: normal;
  white-space: nowrap;
  line-height: 1;
}
.section-testing .main-contents .paper-contents {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.section-testing .main-contents .paper-contents .paper-main {
  overflow: hidden;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  height: calc(100vh - 120px);
  line-height: 1.6;
}
.section-testing .main-contents .paper-contents .paper-main.vam {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.section-testing .main-contents .paper-contents .paper-main .step-page {
  font-size: 16px;
  padding: 40px 50px;
  background: #f8f7fa;
  margin-bottom: 20px;
}
.section-testing .main-contents .paper-contents .paper-main .step-page .page-info-list {
  font-size: 24px;
}
.section-testing .main-contents .paper-contents .paper-main .step-page .page-info-list dt {
  font-size: 1em;
  margin-bottom: 1em;
}
.section-testing .main-contents .paper-contents .paper-main .step-page .page-info-list dt .bottom-line-title {
  display: inline-block;
  position: relative;
  color: #6435c9;
  border-bottom: 1px solid #6435c9;
  padding-bottom: 0.5em;
}
.section-testing .main-contents .paper-contents .paper-main .step-page .page-info-list dt .bottom-line-title strong {
  font-weight: bold;
}
.section-testing .main-contents .paper-contents .paper-main .step-page .page-info-list dd {
  font-size: 0.7em;
  padding-left: 1em;
  position: relative;
}
.section-testing .main-contents .paper-contents .paper-main .step-page .page-info-list dd .recommend-txt {
  font-size: 14px;
  color: #999;
}
.section-testing .main-contents .paper-contents .paper-main .step-page .page-info-list dd:before {
  content: "";
  display: inline-block;
  width: 0.2em;
  height: 0.2em;
  border-radius: 50%;
  background: #666;
  position: absolute;
  left: 0;
  top: 0.8em;
}
.section-testing .main-contents .paper-contents .paper-main .step-page .page-info-list dd.sub-title {
  padding-left: 0;
  font-weight: bold;
}
.section-testing .main-contents .paper-contents .paper-main .step-page .page-info-list dd.sub-title:before {
  display: none;
}
.section-testing .main-contents .paper-contents .paper-main .step-page .page-info-list dd.sub-title ~ .sub-title {
  margin-top: 1.5em;
}
.section-testing .main-contents .paper-contents .paper-main .step-page .page-info-list dd.example {
  padding: 0;
  background: #fff;
  position: relative;
  /*
  &:after{
    content: '';
    position: absolute;
    z-index: 10;
    display: inline-block;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: transparent;
  }
  */
}
.section-testing .main-contents .paper-contents .paper-main .step-page .page-info-list dd.example:before {
  display: none;
}
.section-testing .main-contents .paper-contents .paper-main .step-page .page-info-list dd ~ dd {
  margin-top: 0.7em;
}
.section-testing .main-contents .paper-contents .paper-main .step-page .page-info-list dd.rec-txt {
  margin-top: 0.4em;
}
.section-testing .main-contents .paper-contents .paper-main .step-page .page-info-list dd.rec-txt:before {
  display: none;
}
.section-testing .main-contents .paper-contents .paper-main .step-page .page-info-list dd .question-list {
  margin: 40px auto;
}
.section-testing .main-contents .paper-contents .paper-main .step-page .page-info-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-top: 2em;
}
.section-testing .main-contents .paper-contents .paper-main .step-page .page-info-footer .btn-next {
  background: #6435c9;
  color: #fff;
  padding: 15px 20px;
  line-height: 1;
  min-width: 150px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.section-testing .main-contents .paper-contents .paper-main .guide-txt {
  font-size: 16px;
  padding: 10px 20px;
  background: #fff;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  background: #f8f7fa;
}
.section-testing .main-contents .paper-contents .paper-main .guide-txt .check-icon {
  background: #eee9f9;
  padding: 10px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  border: 1px solid #6435c9;
  color: #6435c9;
  margin-right: 10px;
  border-radius: 10px;
}
.section-testing .main-contents .paper-contents .paper-main .likert-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
}
.section-testing .main-contents .paper-contents .paper-main .likert-list li {
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.section-testing .main-contents .paper-contents .paper-main .likert-list li ~ li {
  margin-left: 10px;
}
.section-testing .main-contents .paper-contents .paper-main .likert-list li .label {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.section-testing .main-contents .paper-contents .paper-main .likert-list li .label.custom-radio-likert {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.section-testing .main-contents .paper-contents .paper-main .likert-list li .label.custom-radio-likert .cus-radio {
  border: 1px solid rgba(0, 0, 0, 0.2);
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  border-radius: 10px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.section-testing .main-contents .paper-contents .paper-main .likert-list li .label.custom-radio-likert .cus-radio .c-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-bottom: 10px;
  position: relative;
  border: 2px solid #ddd;
}
.section-testing .main-contents .paper-contents .paper-main .likert-list li .label.custom-radio-likert .cus-radio .c-icon:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 10px;
  height: 10px;
  left: 50%;
  top: 50%;
  margin-left: -5px;
  margin-top: -5px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #6435c9;
  display: none;
}
.section-testing .main-contents .paper-contents .paper-main .likert-list li .label.custom-radio-likert .cus-radio .txt {
  display: inline-block;
  text-align: center;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 5px;
  font-size: 13px;
  line-height: 1.2;
  word-break: break-all;
  font-weight: 500;
  color: #666;
}
.section-testing .main-contents .paper-contents .paper-main .likert-list li .label.custom-radio-likert input[type=radio],
.section-testing .main-contents .paper-contents .paper-main .likert-list li .label.custom-radio-likert input[type=checkbox] {
  position: absolute;
  left: -200px;
  top: -10px;
  width: 0;
  height: 0;
  visibility: hidden;
}
.section-testing .main-contents .paper-contents .paper-main .likert-list li .label.custom-radio-likert input[type=radio]:checked ~ .cus-radio,
.section-testing .main-contents .paper-contents .paper-main .likert-list li .label.custom-radio-likert input[type=checkbox]:checked ~ .cus-radio {
  background: #eee9f9;
  border-color: #6435c9;
}
.section-testing .main-contents .paper-contents .paper-main .likert-list li .label.custom-radio-likert input[type=radio]:checked ~ .cus-radio .c-icon:before,
.section-testing .main-contents .paper-contents .paper-main .likert-list li .label.custom-radio-likert input[type=checkbox]:checked ~ .cus-radio .c-icon:before {
  display: inline-block;
}
.section-testing .main-contents .paper-contents .paper-main .likert-list li .label.custom-radio-likert input[type=radio]:checked ~ .cus-radio .txt,
.section-testing .main-contents .paper-contents .paper-main .likert-list li .label.custom-radio-likert input[type=checkbox]:checked ~ .cus-radio .txt {
  color: #6435c9;
}
.section-testing .main-contents .paper-contents .paper-main .likert-list li .label.custom-radio-likert.on {
  border-color: #6435c9;
}
.section-testing .main-contents .paper-contents .paper-main .likert-list li .label.custom-radio-likert.on .cus-radio:before {
  background: #6435c9;
}
.section-testing .main-contents .paper-contents .paper-main .likert-list li:nth-child(1) .label.custom-radio-likert .cus-radio {
  border-color: #ff9494;
}
.section-testing .main-contents .paper-contents .paper-main .likert-list li:nth-child(2) .label.custom-radio-likert .cus-radio {
  border-color: #ffc8c8;
}
.section-testing .main-contents .paper-contents .paper-main .likert-list li:nth-child(3) .label.custom-radio-likert .cus-radio {
  border-color: #808080;
}
.section-testing .main-contents .paper-contents .paper-main .likert-list li:nth-child(4) .label.custom-radio-likert .cus-radio {
  border-color: #b3dee2;
}
.section-testing .main-contents .paper-contents .paper-main .likert-list li:nth-child(5) .label.custom-radio-likert .cus-radio {
  border-color: #b3dee2;
}
.section-testing .main-contents .paper-contents .paper-main .likert-list li:nth-child(6) .label.custom-radio-likert .cus-radio {
  border-color: #b3dee2;
}
.section-testing .main-contents .paper-contents .paper-main .likert-list li:nth-child(7) .label.custom-radio-likert .cus-radio {
  border-color: #5fc8d1;
}
.section-testing .main-contents .paper-contents .paper-main .rank-list {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin: 0;
  padding: 0;
  line-height: 1;
}
.section-testing .main-contents .paper-contents .paper-main .rank-list li ~ li {
  margin-left: 20px;
}
.section-testing .main-contents .paper-contents .paper-main .rank-list li .label.custom-radio-rank {
  display: inline-block;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.section-testing .main-contents .paper-contents .paper-main .rank-list li .label.custom-radio-rank .cus-radio {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  font-size: 20px;
  padding: 10px 10px;
  border: 1px solid #ccc;
  font-weight: 500;
  background: #eee9f9;
  color: #6435c9;
  background: #f9f9f9;
  border-radius: 10px;
}
.section-testing .main-contents .paper-contents .paper-main .rank-list li .label.custom-radio-rank input[type=radio],
.section-testing .main-contents .paper-contents .paper-main .rank-list li .label.custom-radio-rank input[type=checkbox] {
  position: absolute;
  left: -200px;
  top: -10px;
  width: 0;
  height: 0;
  visibility: hidden;
}
.section-testing .main-contents .paper-contents .paper-main .rank-list li .label.custom-radio-rank input[type=radio]:checked ~ .cus-radio,
.section-testing .main-contents .paper-contents .paper-main .rank-list li .label.custom-radio-rank input[type=checkbox]:checked ~ .cus-radio {
  background: #6435c9;
  color: #fff;
}
.section-testing .main-contents .paper-contents .paper-main .rank-list li .label.custom-radio-rank.disabled .cus-radio {
  background: #d4d4d5;
  color: #fbfbfb;
  cursor: not-allowed;
}
.section-testing .main-contents .paper-contents .paper-main .product-list {
  width: 100%;
  font-size: 14px;
  line-height: 1.6;
  border: 0;
  position: relative;
  /*
  min-height: calc(100vh - 170px);
  @include flexbox();
  @include flex-direction(column);
  @include justify-content(center);
  @include align-items(center);
  */
}
.section-testing .main-contents .paper-contents .paper-main .product-list .product-item {
  border: 1px solid #ddd;
  background: #f8f7fa;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.section-testing .main-contents .paper-contents .paper-main .product-list .product-item ~ .product-item {
  margin-top: 20px;
}
.section-testing .main-contents .paper-contents .paper-main .product-list .product-item .product-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  background: #f8f7fa;
}
.section-testing .main-contents .paper-contents .paper-main .product-list .product-item .product-card .card-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.section-testing .main-contents .paper-contents .paper-main .product-list .product-item .product-card .card-header .card-icon {
  display: inline-block;
  width: 120px;
  height: 120px;
}
.section-testing .main-contents .paper-contents .paper-main .product-list .product-item .product-card .card-header .card-icon .icon-img {
  display: inline-block;
  width: 120px;
  height: 120px;
}
.section-testing .main-contents .paper-contents .paper-main .product-list .product-item .product-card .card-header .card-icon .icon-img.icon-1 {
  background: url("../images/test-icon-1.png") center center no-repeat;
  background-size: contain;
}
.section-testing .main-contents .paper-contents .paper-main .product-list .product-item .product-card .card-header .card-icon .icon-img.icon-2 {
  background: url("../images/test-icon-2.png") center center no-repeat;
  background-size: contain;
}
.section-testing .main-contents .paper-contents .paper-main .product-list .product-item .product-card .card-header .card-icon .icon-img.icon-3 {
  background: url("../images/test-icon-3.png") center center no-repeat;
  background-size: contain;
}
.section-testing .main-contents .paper-contents .paper-main .product-list .product-item .product-card .card-header .card-icon .icon-img.icon-4 {
  background: url("../images/test-icon-4.png") center center no-repeat;
  background-size: contain;
}
.section-testing .main-contents .paper-contents .paper-main .product-list .product-item .product-card .card-header .card-info .name {
  font-size: 20px;
  min-width: 260px;
  color: #6435c9;
  font-weight: bold;
}
.section-testing .main-contents .paper-contents .paper-main .product-list .product-item .product-card .card-header .card-info .name ~ .info {
  margin-top: 5px;
  font-size: 16px;
}
.section-testing .main-contents .paper-contents .paper-main .product-list .product-item .product-card .card-details {
  width: 400px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.section-testing .main-contents .paper-contents .paper-main .product-list .product-item .product-card .card-details .limit-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  color: #6435c9;
}
.section-testing .main-contents .paper-contents .paper-main .product-list .product-item .product-card .card-details .limit-info .time,
.section-testing .main-contents .paper-contents .paper-main .product-list .product-item .product-card .card-details .limit-info .number {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.section-testing .main-contents .paper-contents .paper-main .product-list .product-item .product-card .card-details .limit-info .time dt,
.section-testing .main-contents .paper-contents .paper-main .product-list .product-item .product-card .card-details .limit-info .time dd,
.section-testing .main-contents .paper-contents .paper-main .product-list .product-item .product-card .card-details .limit-info .number dt,
.section-testing .main-contents .paper-contents .paper-main .product-list .product-item .product-card .card-details .limit-info .number dd {
  font-size: 16px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.section-testing .main-contents .paper-contents .paper-main .product-list .product-item .product-card .card-details .limit-info .time dt,
.section-testing .main-contents .paper-contents .paper-main .product-list .product-item .product-card .card-details .limit-info .number dt {
  margin-right: 5px;
}
.section-testing .main-contents .paper-contents .paper-main .product-list .product-item .product-card .card-details .limit-info dl ~ dl {
  margin-left: 0;
}
.section-testing .main-contents .paper-contents .paper-main .product-list .product-item .product-card .card-details .fns-btns {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin: 0 40px;
}
.section-testing .main-contents .paper-contents .paper-main .product-list .product-item .product-card .card-details .fns-btns .btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  white-space: nowrap;
  font-size: 14px;
}
.section-testing .main-contents .paper-contents .paper-main .product-list .product-item .product-card .card-details .fns-btns .btn.btn-testing {
  color: #fff;
  background: #6435c9;
}
.section-testing .main-contents .paper-contents .paper-main .product-list .product-item .product-card .card-details .fns-btns .btn.btn-report {
  color: #fff;
  background: #4caf50;
}
.section-testing .main-contents .paper-contents .paper-main .product-list .product-item .product-card .card-details .fns-btns .btn ~ .btn {
  margin-left: 10px;
}
.section-testing .main-contents .paper-contents .paper-main .product-list .product-item .product-card .card-details .fns-btns .btn .material-icons {
  font-size: 18px;
  margin-right: 5px;
  display: none;
}
.section-testing .main-contents .paper-contents .paper-main .product-list .product-item .product-card .card-details .fns-btns .btn.done .material-icons, .section-testing .main-contents .paper-contents .paper-main .product-list .product-item .product-card .card-details .fns-btns .question-list .btn.question-item.calculated .material-icons, .section-testing .main-contents .paper-contents .paper-main .question-list .product-list .product-item .product-card .card-details .fns-btns .btn.question-item.calculated .material-icons {
  display: inline-block;
}
.section-testing .main-contents .paper-contents .paper-main .product-list .product-item.disabled .product-card {
  color: #999;
}
.section-testing .main-contents .paper-contents .paper-main .product-list .product-item.disabled .product-card .card-details .fns-btns .btn-testing {
  color: #999;
  background: #fff;
  cursor: not-allowed;
}
.section-testing .main-contents .paper-contents .paper-main .question-list {
  width: 100%;
  font-size: 14px;
  line-height: 1.6;
  position: relative;
  padding: 40px;
}
.section-testing .main-contents .paper-contents .paper-main .question-list .question-number, .section-testing .main-contents .paper-contents .paper-main .question-list .sample-txt {
  position: absolute;
  background: #6435c9;
  color: #fff;
  text-align: center;
  min-width: 80px;
  left: 20px;
  top: -10px;
  font-size: 12px;
  padding: 5px 10px;
  border-radius: 4px;
}
.section-testing .main-contents .paper-contents .paper-main .question-list .sample-txt {
  font-size: 15px;
  background: #5FC8D1;
}
.section-testing .main-contents .paper-contents .paper-main .question-list ~ .question-list {
  margin-top: 20px;
}
.section-testing .main-contents .paper-contents .paper-main .question-list .question-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 20px;
}
.section-testing .main-contents .paper-contents .paper-main .question-list .question-item ~ .question-item {
  margin-top: 40px;
}
.section-testing .main-contents .paper-contents .paper-main .question-list .question-item .calculated-txt {
  display: none;
}
.section-testing .main-contents .paper-contents .paper-main .question-list .question-item ul {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.section-testing .main-contents .paper-contents .paper-main .question-list .question-item ul li {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.section-testing .main-contents .paper-contents .paper-main .question-list .question-item ul li.qus-num, .section-testing .main-contents .paper-contents .paper-main .question-list .question-item ul li.qus-txt {
  font-weight: bold;
  font-size: 20px;
  color: #6435c9;
}
.section-testing .main-contents .paper-contents .paper-main .question-list .question-item ul li.qus-num {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 10px;
}
.section-testing .main-contents .paper-contents .paper-main .question-list .question-item ul li.qus-txt {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  line-height: 1.4;
  font-weight: 500;
  margin-left: 0;
}
.section-testing .main-contents .paper-contents .paper-main .question-list .question-item ul li.qus-done-icon {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  color: #6435c9;
  display: none;
}
.section-testing .main-contents .paper-contents .paper-main .question-list .question-item ul.question {
  background: #eee9f9;
  padding: 10px 20px;
  margin-bottom: 20px;
  border-radius: 10px;
}
.section-testing .main-contents .paper-contents .paper-main .question-list .question-item ul.likert, .section-testing .main-contents .paper-contents .paper-main .question-list .question-item ul.rank {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.section-testing .main-contents .paper-contents .paper-main .question-list .question-item ul.likert .qus-likert {
  width: 100%;
  box-sizing: border-box;
}
.section-testing .main-contents .paper-contents .paper-main .question-list .question-item ul.likert .qus-likert .likert-list {
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
}
.section-testing .main-contents .paper-contents .paper-main .question-list .question-item ul.rank .qus-rank {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.section-testing .main-contents .paper-contents .paper-main .question-list .question-item ul.rank .qus-rank .rank-list {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.section-testing .main-contents .paper-contents .paper-main .question-list .question-item ul.rank .qus-rank .rank-list li ~ li {
  margin-left: 10px;
}
.section-testing .main-contents .paper-contents .paper-main .question-list .question-item.done, .section-testing .main-contents .paper-contents .paper-main .question-list .question-item.calculated {
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.section-testing .main-contents .paper-contents .paper-main .question-list .question-item.done .question .qus-done-icon, .section-testing .main-contents .paper-contents .paper-main .question-list .question-item.calculated .question .qus-done-icon {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 2px;
}
.section-testing .main-contents .paper-contents .paper-main .question-list .question-item.calculated {
  position: relative;
  cursor: not-allowed;
}
.section-testing .main-contents .paper-contents .paper-main .question-list .question-item.calculated::before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.section-testing .main-contents .paper-contents .paper-main .question-list .question-item.calculated .calculated-txt {
  display: inline-block !important;
  background: #5FC8D1;
  color: #fff;
  padding: 6px 10px;
  line-height: 1;
  white-space: nowrap;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  font-size: 13px;
}
.section-testing .main-contents .paper-contents .paper-main .question-list .question-item.calculated .rank .qus-rank li .custom-radio-rank input[type=radio]:not(:checked) ~ .cus-radio {
  background: #d4d4d5;
  color: #fbfbfb;
}
.section-testing .main-contents .paper-contents .paper-main .question-list .questions-likert .question-item {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.section-testing .main-contents .paper-contents .paper-main .question-list .questions-rank {
  border: 1px solid #6435c9;
  border-radius: 10px;
  margin-top: 50px;
  position: relative;
}
.section-testing .main-contents .paper-contents .paper-main .question-list .questions-rank:before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: 5;
  width: 0;
  z-index: 1;
  border-style: solid;
  border-color: #6435c9 transparent;
  border-width: 0 20px 20px;
  top: -18px;
  left: 50%;
  margin-left: -20px;
}
.section-testing .main-contents .paper-contents .paper-main .question-list .questions-rank .question-rank-title {
  padding: 10px 20px;
  font-size: 18px;
  font-weight: bold;
  background: #6435c9;
  text-align: center;
  color: #fff;
  border-radius: 10px 10px 0 0;
}
.section-testing .main-contents .paper-contents .paper-main .question-list .questions-rank .question-item {
  padding: 20px 40px;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.section-testing .main-contents .paper-contents .paper-main .question-list .questions-rank .question-item ~ .question-item {
  margin-top: 0;
  border-top: 1px solid #6435c9;
}
.section-testing .main-contents .paper-contents .paper-main .question-list .questions-rank .question-item .question {
  background: transparent;
  min-width: 260px;
  padding: 0;
  margin: 0;
  border-radius: initial;
}
.section-testing .main-contents .paper-contents .paper-main .question-list .questions-rank .question-item .rank .rank-list .custom-radio-rank .cus-radio {
  width: 50px;
  height: 50px;
}
.section-testing .main-contents .paper-contents .paper-main .question-list .questions-rank .question-item:last-child {
  border-radius: 0 0 10px 10px;
  overflow: hidden;
}
.section-testing .main-contents .paper-contents .paper-main .intro-question-page {
  position: relative;
  padding: 40px 50px;
  background: #f8f7fa;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.section-testing .main-contents .paper-contents .paper-main .intro-question-page .question-title {
  font-size: 20px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.section-testing .main-contents .paper-contents .paper-main .intro-question-page .questionList {
  margin: 40px 20px;
  font-size: 18px;
}
.section-testing .main-contents .paper-contents .paper-main .intro-question-page .questionList li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.section-testing .main-contents .paper-contents .paper-main .intro-question-page .questionList li .question dt {
  margin-bottom: 10px;
}
.section-testing .main-contents .paper-contents .paper-main .intro-question-page .questionList li .question dd {
  padding-left: 1.2em;
}
.section-testing .main-contents .paper-contents .paper-main .intro-question-page .questionList li .question dd .question-inp input[type=text] {
  background: #fff;
  font-size: 14px;
  width: 100%;
  height: 36px;
  padding: 5px 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.section-testing .main-contents .paper-contents .paper-main .intro-question-page .questionList li .question dd .question-inp input[type=text].qus-direct-inp {
  width: 200px;
  background: #fff;
  margin-left: 10px;
}
.section-testing .main-contents .paper-contents .paper-main .intro-question-page .questionList li .question dd .question-inp input[type=text].qus-direct-inp:disabled {
  background: #f9f9f9;
}
.section-testing .main-contents .paper-contents .paper-main .intro-question-page .questionList li .question dd .question-inp .qus-label {
  display: inline-block;
  cursor: pointer;
  font-size: 15px;
  margin-right: 20px;
  /*
  & ~ .qus-label{
    margin-left: 20px;
  }
  */
}
.section-testing .main-contents .paper-contents .paper-main .intro-question-page .questionList li .question dd .question-inp .qus-label input[type=radio],
.section-testing .main-contents .paper-contents .paper-main .intro-question-page .questionList li .question dd .question-inp .qus-label input[type=checkbox] {
  margin-right: 5px;
}
.section-testing .main-contents .paper-contents .paper-main .intro-question-page .questionList li .question dd .question-inp .qus-label::last-child {
  margin-right: 0;
}
.section-testing .main-contents .paper-contents .paper-main .intro-question-page .questionList li .question dd .question-inp .qus-label small {
  margin-left: 5px;
}
.section-testing .main-contents .paper-contents .paper-main .intro-question-page .questionList li ~ li {
  margin-top: 30px;
}
.section-testing .main-contents .paper-contents .paper-main .intro-question-page .question-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.section-testing .main-contents .paper-contents .paper-main .intro-question-page .question-footer .question-submit {
  background: #6435c9;
  color: #fff;
  padding: 15px 20px;
  line-height: 1;
  min-width: 150px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  font-size: 17px;
}
.section-testing .main-contents .paper-contents .paper-main .essay-question-page {
  position: relative;
}
.section-testing .main-contents .paper-contents .paper-main .essay-question-page .essay-guide {
  font-size: 18px;
  padding: 10px 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.section-testing .main-contents .paper-contents .paper-main .essay-question-page .essay-guide .essay-icon {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: royalblue;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  padding: 10px;
  margin-right: 20px;
}
.section-testing .main-contents .paper-contents .paper-main .essay-question-page .essay-guide .guide-para {
  line-height: 1;
}
.section-testing .main-contents .paper-contents .paper-main .essay-question-page .essay-guide .guide-para dt {
  font-size: 20px;
  margin-bottom: 5px;
}
.section-testing .main-contents .paper-contents .paper-main .essay-question-page .essay-guide .guide-para dd {
  font-size: 14px;
  color: #3f93b5;
}
.section-testing .main-contents .paper-contents .paper-main .essay-question-page .essay-question-list li ~ li {
  margin-top: 30px;
}
.section-testing .main-contents .paper-contents .paper-main .essay-question-page .essay-question-list li .essay-question-item dt {
  font-size: 18px;
}
.section-testing .main-contents .paper-contents .paper-main .essay-question-page .essay-question-list li .essay-question-item dt strong {
  color: royalblue;
  font-weight: bold;
}
.section-testing .main-contents .paper-contents .paper-main .essay-question-page .essay-question-list li .essay-question-item dt strong.targetNm {
  color: #333;
}
.section-testing .main-contents .paper-contents .paper-main .essay-question-page .essay-question-list li .essay-question-item dt ~ dd {
  margin-top: 10px;
}
.section-testing .main-contents .paper-contents .paper-main .essay-question-page .essay-question-list li .essay-question-item dd .essay-textarea {
  border: 1px solid #ddd;
  width: 100%;
  padding: 10px;
  background: #f9f9f9;
  resize: vertical;
  height: 180px;
  font-size: 16px;
}
.section-testing .main-contents .paper-contents .paper-main .essay-question-page .essay-question-list li .essay-question-item dd .essay-textarea:focus {
  background: #fff;
}
.section-testing .main-contents .paper-contents .paper-footer {
  position: fixed;
  z-index: 200;
  bottom: 0px;
  left: 0;
  right: 0;
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.section-testing .main-contents .paper-contents .paper-footer .paper-footer-fns {
  position: relative;
  min-height: 50px;
  padding: 10px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.section-testing .main-contents .paper-contents .paper-footer .paper-footer-fns li {
  display: inline-block;
}
.section-testing .main-contents .paper-contents .paper-footer .paper-footer-fns li .btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding: 8px 20px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 15px;
  line-height: 1;
  height: 30px;
}
.section-testing .main-contents .paper-contents .paper-footer .paper-footer-fns li .btn .icon,
.section-testing .main-contents .paper-contents .paper-footer .paper-footer-fns li .btn .txt {
  display: inline-block;
}
.section-testing .main-contents .paper-contents .paper-footer .paper-footer-fns li .btn.btn-prev {
  background: #fff;
  color: #333;
  border-radius: 15px;
}
.section-testing .main-contents .paper-contents .paper-footer .paper-footer-fns li .btn.btn-prev:hover {
  background: #f9f9f9;
}
.section-testing .main-contents .paper-contents .paper-footer .paper-footer-fns li .btn.btn-save {
  background: royalblue;
  color: #fff;
  border-radius: 15px;
}
.section-testing .main-contents .paper-contents .paper-footer .paper-footer-fns li .btn.btn-save:hover {
  background: #214cce;
}
.section-testing .main-contents .paper-contents .paper-footer .paper-footer-fns li .btn.btn-next {
  background: #6435c9;
  color: #fff;
  border-radius: 15px;
}
.section-testing .main-contents .paper-contents .paper-footer .paper-footer-fns li .btn.btn-next:hover {
  background: #502aa1;
}
.section-testing .main-contents .paper-contents .paper-footer .paper-footer-fns li .btn .material-icons {
  font-size: 16px;
}
.section-testing .main-contents .paper-contents .paper-footer .paper-footer-fns li.essayFooterItem {
  display: none;
}
.section-testing .main-contents .paper-contents .paper-footer .paper-contact {
  position: relative;
  min-height: 50px;
  padding: 10px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 1316px;
  margin: 0 auto;
}
.section-testing .main-contents .paper-contents .paper-footer .paper-contact li ~ li {
  margin-top: 4px;
}
.section-testing .main-contents .paper-contents .paper-footer .paper-contact.inline {
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  height: 20px;
  padding: 5px 10px;
  display: none;
}
.section-testing .main-contents .paper-contents .paper-footer .paper-contact.inline li ~ li {
  margin-top: initial;
  margin-left: 8px;
}
.section-testing .main-contents .paper-contents .paper-footer .paper-contact-us {
  position: relative;
  min-height: 50px;
  padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 1316px;
  margin: 0 auto;
  font-size: 12px;
  color: #999;
  font-family: "맑은 고딕", "Malgun Gothic", sans-serif;
}
.section-testing .main-contents .paper-contents .paper-footer .paper-contact-us li ~ li {
  margin-top: 7px;
}
.section-testing .main-contents .paper-contents .paper-footer .paper-contact-us a {
  color: #2E78F8;
}
.section-testing .main-contents .paper-contents .paper-footer .paper-contact-us b {
  font-weight: 700;
}
.section-testing .main-contents .rside {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: fixed;
  z-index: 500;
  right: 0;
  top: 70px;
  bottom: 0;
  display: none;
}
.section-testing .main-contents .rside .quick-menu {
  position: relative;
  background: #fff;
  height: 100%;
  padding: 40px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 300px;
}
.section-testing .main-contents .rside .quick-menu dt {
  font-size: 20px;
  font-weight: bold;
}
.section-testing .main-contents .rside .quick-menu dd {
  margin-top: 20px;
}
.section-testing .main-contents .rside .quick-menu dd .quick-item-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.section-testing .main-contents .rside .quick-menu dd .quick-item-list li {
  margin: 5px;
  width: calc(33.3333333333% - 10px);
  display: inline-block;
}
.section-testing .main-contents .rside .quick-menu dd .quick-item-list li .quick-item {
  width: 100%;
  height: 40px;
  padding: 5px;
  font-size: 12px;
  background-color: #f1f1f1;
  color: #666;
  font-weight: bold;
}
.section-testing .main-contents .rside .quick-menu dd .quick-item-list li .quick-item.done, .section-testing .main-contents .rside .quick-menu dd .quick-item-list li .paper-contents .paper-main .question-list .quick-item.question-item.calculated, .section-testing .main-contents .paper-contents .paper-main .question-list .rside .quick-menu dd .quick-item-list li .quick-item.question-item.calculated {
  background: #283160;
  color: #fff;
}
.section-testing.personalProducts {
  padding-bottom: 80px;
}
.section-testing.personalProducts .main-contents .paper-contents .paper-main {
  height: calc(100vh - 150px);
}
.section-testing.personalProducts .main-contents .paper-contents .paper-main .product-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.section-testing.personalProducts .main-contents .paper-contents .paper-main .product-list .product-item {
  width: calc(50% - 20px);
}
.section-testing.personalProducts .main-contents .paper-contents .paper-main .product-list .product-item .product-card {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.section-testing.personalProducts .main-contents .paper-contents .paper-main .product-list .product-item .product-card .card-header {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.section-testing.personalProducts .main-contents .paper-contents .paper-main .product-list .product-item .product-card .card-header .card-info .name {
  font-size: 26px;
  margin-bottom: 30px;
  text-align: center;
}
.section-testing.personalProducts .main-contents .paper-contents .paper-main .product-list .product-item .product-card .card-header .card-info .name ~ .info {
  font-size: 14px;
  line-height: 1.3;
}
.section-testing.personalProducts .main-contents .paper-contents .paper-main .product-list .product-item .product-card .card-details {
  width: 100%;
  margin-top: 40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.section-testing.personalProducts .main-contents .paper-contents .paper-main .product-list .product-item .product-card .card-details .limit-info {
  min-width: 100px;
  margin-right: 20px;
}
.section-testing.personalProducts .main-contents .paper-contents .paper-main .product-list .product-item .product-card .card-details .fns-btns {
  margin: 0;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.section-testing.personalProducts .main-contents .paper-contents .paper-main .product-list .product-item .product-card .card-details .fns-btns.btn ~ .btn {
  margin-top: 0;
  margin-left: 10px;
}
.section-testing.personalProducts .main-contents .paper-contents .paper-main .product-list .product-item ~ .product-item {
  margin-top: 0;
}

/* 개인화 관련 */
.section-outdomain-info {
  position: relative;
  margin: 0 auto;
  padding: 30px 40px;
  max-width: 640px;
}
.section-outdomain-info .ccla-personal-introduce {
  min-height: 300px;
  font-size: 13px;
  line-height: 1.6;
}
.section-outdomain-info .ccla-personal-introduce .introduce-title {
  padding: 0 0 20px;
}
.section-outdomain-info .ccla-personal-introduce .introduce-title dt .title {
  font-size: 30px;
}
.section-outdomain-info .ccla-personal-introduce .introduce-title dd {
  margin-top: 5px;
}
.section-outdomain-info .ccla-personal-introduce .introduce-title dd .sub-title {
  font-size: 24px;
  font-weight: bold;
}
.section-outdomain-info .ccla-personal-introduce .paragraph {
  font-size: 16px;
}
.section-outdomain-info .ccla-personal-introduce .paragraph ~ .paragraph {
  margin-top: 20px;
}
.section-outdomain-info .ccla-personal-introduce .info-pic {
  margin: 40px auto;
}
.section-outdomain-info .ccla-personal-introduce .info-pic img {
  max-width: 100%;
  max-height: auto;
}
.section-outdomain-info .privacy-agreement {
  margin-top: 20px;
}
.section-outdomain-info .privacy-agreement .privacy-detail {
  max-height: 240px;
  overflow: hidden;
  overflow-y: auto;
  padding: 20px;
  border: 1px solid #ddd;
}
.section-outdomain-info .privacy-agreement .privacy-agree-chk {
  margin-top: 20px;
  text-align: center;
}
.section-outdomain-info .privacy-agreement .privacy-agree-chk .agree-chk {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  color: #666;
}
.section-outdomain-info .privacy-agreement .privacy-agree-chk .agree-chk input[type=checkbox],
.section-outdomain-info .privacy-agreement .privacy-agree-chk .agree-chk input[type=radio] {
  margin-right: 10px;
  width: 16px;
  height: 16px;
}
.section-outdomain-info .privacy-agreement .privacy-agree-chk .agree-chk .txt {
  font-size: 13px;
}
.section-outdomain-info .footer {
  margin-top: 40px;
}
.section-outdomain-info .footer .fns-btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.section-outdomain-info .footer .fns-btns .btn {
  display: inline-block;
  font-size: 15px;
  padding: 10px 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  text-align: center;
  white-space: nowrap;
  color: #444;
}
.section-outdomain-info .footer .fns-btns .btn-exam-list {
  color: royalblue;
  border-color: royalblue;
}

.section-personal-agreement {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100vw;
  height: 100vh;
  background: #4e4ee7 url("/images/login-bg.jpg") center center no-repeat;
  background-size: cover;
}
.section-personal-agreement .personal-agreement {
  width: 500px;
  max-width: calc(100vw - 20px);
  padding: 30px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  line-height: 1.6;
}
.section-personal-agreement .personal-agreement .header .title {
  font-size: 20px;
  font-weight: bold;
}
.section-personal-agreement .personal-agreement .contents {
  margin: 10px 0 30px;
}
.section-personal-agreement .personal-agreement .contents .agree-chk-info {
  font-size: 14px;
}
.section-personal-agreement .personal-agreement .contents .agree-chk-info ~ .agree-check-info {
  margin-top: 5px;
}
.section-personal-agreement .personal-agreement .contents .agree-chk-info ~ .agree-chk-list {
  margin-top: 20px;
}
.section-personal-agreement .personal-agreement .contents .agree-chk-list {
  font-size: 15px;
}
.section-personal-agreement .personal-agreement .contents .agree-chk-list .chk-label {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  cursor: pointer;
}
.section-personal-agreement .personal-agreement .contents .agree-chk-list .chk-label input[type=checkbox],
.section-personal-agreement .personal-agreement .contents .agree-chk-list .chk-label input[type=radio] {
  margin-right: 5px;
}
.section-personal-agreement .personal-agreement .contents .agree-chk-list dt .chk-label {
  font-size: 16px;
}
.section-personal-agreement .personal-agreement .contents .agree-chk-list dt .chk-label input[type=checkbox],
.section-personal-agreement .personal-agreement .contents .agree-chk-list dt .chk-label input[type=radio] {
  margin-right: 5px;
  width: 18px;
  height: 18px;
}
.section-personal-agreement .personal-agreement .contents .agree-chk-list dd {
  margin-top: 10px;
  position: relative;
  padding-left: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 13px;
}
.section-personal-agreement .personal-agreement .contents .agree-chk-list dd a[href] {
  text-decoration: underline;
  font-size: 12px;
  white-space: nowrap;
  margin-left: 10px;
}
.section-personal-agreement .personal-agreement .footer .fns-btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.section-personal-agreement .personal-agreement .footer .fns-btns .btn.btn-agreement {
  border: 1px solid royalblue;
  color: royalblue;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 15px;
  text-align: center;
}

.term-page {
  position: relative;
  /*이용약관 레이어 안 테이블*/
}
.term-page ~ .term-page {
  margin-top: 40px;
}
.term-page .title {
  font-weight: normal;
}
.term-page .title.h1 {
  font-size: 16px;
}
.term-page .title.h2 {
  font-size: 14px;
  margin-top: 1em;
}
.term-page .title.h3 {
  font-size: 13px;
  margin-top: 1em;
}
.term-page .title.h4, .term-page .title.h5, .term-page .title.h6 {
  font-size: 12px;
  margin-top: 1em;
}
.term-page .term-item {
  color: #000;
  line-height: 1.6;
}
.term-page .term-item .title {
  font-size: 24px;
  color: #000;
  font-weight: bold;
}
.term-page .term-item .term-para {
  clear: both;
  margin: 20px 0;
  padding-left: 1em;
}
.term-page .term-item .term-para .intro-para {
  font-size: 14px;
  margin-bottom: 7px;
  color: #000;
}
.term-page .term-item .term-para strong {
  font-weight: bold;
}
.term-page .term-item .term-para dt {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 7px;
  color: #000;
}
.term-page .term-item .term-para dd {
  font-size: 13px;
  color: #333;
  line-height: 18px;
  margin-bottom: 5px;
  font-family: "맑은 고딕", "Malgun Gothic", sans-serif;
  padding-left: 1em;
}
.term-page .term-item .term-para dd.sub-title {
  margin-top: 15px;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 14px;
}
.term-page .term-item .term-para dd.help-txt {
  font-size: 12px;
}
.term-page .term-item .term-para dd ul {
  margin: 10px 0 !important;
}
.term-page .term-item .term-para dd ul li {
  font-size: 12px;
  color: #666;
  padding-left: 15px;
  margin-bottom: 2px !important;
}
.term-page .term-item .term-para dd span {
  font-weight: bold;
  margin: 3px 0;
}
.term-page .term-item ~ .term-item {
  margin-top: 20px;
}
.term-page .law-list {
  margin-top: 1em;
  font-size: 13px;
}
.term-page .law-list dd {
  margin-left: 1.2em;
  font-size: 12px;
  margin-top: 0.6em;
}
.term-page .law-list dd ~ dt {
  margin-top: 1em;
}
.term-page table {
  border-collapse: collapse;
  margin-top: 1em;
}
.term-page table thead tr th,
.term-page table thead tr td,
.term-page table tbody tr th,
.term-page table tbody tr td,
.term-page table tfoot tr th,
.term-page table tfoot tr td {
  border: 1px solid #ddd;
  padding: 10px;
  line-height: 1.6;
  color: #666;
}
.term-page table thead tr th p.para ~ .para,
.term-page table thead tr td p.para ~ .para,
.term-page table tbody tr th p.para ~ .para,
.term-page table tbody tr td p.para ~ .para,
.term-page table tfoot tr th p.para ~ .para,
.term-page table tfoot tr td p.para ~ .para {
  margin-top: 1em;
}
.term-page table thead tr th {
  background: #f9f9f9;
  font-weight: 600;
}

.payment-product-page {
  width: 100%;
  box-sizing: border-box;
}
.payment-product-page .product-list {
  width: 100%;
  font-size: 14px;
  line-height: 1.6;
  border: 0;
  position: relative;
}
.payment-product-page .product-list .product-item .product-card .card-header .card-top-visual {
  width: 100%;
  height: 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding: 10px 40px;
  background-color: #5d26c1;
}
.payment-product-page .product-list .product-item .product-card .card-header .card-top-visual .product-name {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
.payment-product-page .product-list .product-item .product-card .card-header .card-info {
  padding: 15px;
}
.payment-product-page .product-list .product-item .product-card .card-header .card-info .help-para {
  font-size: 15px;
  margin-top: 10px;
}
.payment-product-page .product-list .product-item .product-card .card-header .card-info .help-para dt {
  font-size: 14px;
  color: red;
}
.payment-product-page .product-list .product-item .product-card .card-header .card-info .help-para dd {
  margin-top: 5px;
  font-size: 12px;
}
.payment-product-page .product-list .product-item .product-card .card-details {
  margin-top: 20px;
  padding-bottom: 30px;
}
.payment-product-page .product-list .product-item .product-card.leadership .card-header .card-top-visual {
  background: #723ec2 url("/images/leadership/top-img-leadership.png") center right no-repeat;
}
.payment-product-page .product-list .product-item .product-card.leadership .card-header .card-info .help-para dt {
  color: #5D26C1;
}
.payment-product-page .product-list .product-item .product-card.leadership .card-header .card-info .help-para dd {
  color: #5D26C1;
}
.payment-product-page .product-list .product-item .product-card.personality .card-header .card-top-visual {
  background: #5a8bf5 url("/images/leadership/top-img-personality.png") center right no-repeat;
}
.payment-product-page .product-list .product-item .product-card.personality .card-header .card-info .help-para dt {
  color: #3D6AFF;
}
.payment-product-page .product-list .product-item .product-card.personality .card-header .card-info .help-para dd {
  color: #3D6AFF;
}
.payment-product-page .product-list .product-item .product-card.personality .card-details .limit-info .time dt, .payment-product-page .product-list .product-item .product-card.personality .card-details .limit-info .time dd {
  color: #3D6AFF;
}
.payment-product-page .product-list .product-item .product-card.personality .card-details .limit-info .number dt, .payment-product-page .product-list .product-item .product-card.personality .card-details .limit-info .number dd {
  color: #3D6AFF;
}
.payment-product-page .product-list .product-item .product-card.personality .card-details .fns-btns .btn.btn-testing {
  background: #3D6AFF !important;
}

/*결재 팝업*/
.section-payment {
  /*총 결재 금액*/
  /*결재하기 버튼*/
}
.section-payment .payment-total-price dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-top: 20px;
  padding: 24px;
  font-size: 20px;
  font-weight: 700;
}
.section-payment .payment-total-price dl dt {
  font-weight: normal;
  white-space: nowrap;
}
.section-payment .payment-total-price dl dd {
  margin-left: 40px;
}
.section-payment .payment-total-price dl dd .price-number {
  font-weight: 700;
  word-break: break-all;
}
.section-payment .payment-total-price dl dd .mes {
  display: inline-block;
  font-weight: normal;
  font-size: 15px;
}
.section-payment .payment-fns-btns {
  text-align: center;
}
.section-payment .payment-fns-btns .btn.btn-payment {
  padding: 10px 20px;
  white-space: nowrap;
  text-align: center;
  font-size: 16px;
  color: royalblue;
  border: 1px solid royalblue;
  border-radius: 5px;
}

/* 결재 취소 팝업 */
.section-payment-cancel {
  /*취소 상품*/
  /*취소 사유*/
  /*취소 기능 버튼*/
}
.section-payment-cancel .payment-cancel-product {
  padding: 24px;
  padding-bottom: 0;
}
.section-payment-cancel .payment-cancel-product .pay-info {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.6;
}
.section-payment-cancel .payment-cancel-product .pay-info li {
  position: relative;
  padding-left: 1em;
}
.section-payment-cancel .payment-cancel-product .pay-info li:before {
  position: absolute;
  left: 0;
  top: 12px;
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #333;
  margin-right: 6px;
  border-radius: 50%;
}
.section-payment-cancel .payment-cancel-product .pay-info li ~ li {
  margin-top: 5px;
}
.section-payment-cancel .payment-cancel-reason {
  padding: 24px;
}
.section-payment-cancel .payment-cancel-reason .title {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.6;
}
.section-payment-cancel .payment-cancel-reason .reason-inp {
  margin: 10px 0;
}
.section-payment-cancel .payment-cancel-reason .reason-inp .form-textarea {
  resize: vertical;
  border: 1px solid rgba(0, 0, 0, 0.2);
  width: 100%;
  box-sizing: border-box;
  height: 180px;
  padding: 20px;
  font-size: 13px;
  border-radius: 5px;
}
.section-payment-cancel .payment-cancel-reason .help-txt {
  font-size: 14px;
  color: #db5e5e;
}
.section-payment-cancel .payment-cancel-fns-btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.section-payment-cancel .payment-cancel-fns-btns .btn {
  display: inline-block;
  text-align: center;
  padding: 0.8em 1.5em;
  line-height: 1;
  font-size: 14px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  white-space: nowrap;
}
.section-payment-cancel .payment-cancel-fns-btns .btn-cancel {
  background: #f9f9f9;
}
.section-payment-cancel .payment-cancel-fns-btns .btn-submit {
  border-color: royalblue;
  color: royalblue;
}
.section-payment-cancel .payment-cancel-fns-btns .btn ~ .btn {
  margin-left: 10px;
}

/* 회원 정보 및 결재내역 */
.personal-user-history {
  /*회원 가입 정보*/
  /*결재 내역*/
  /*서비스 탈퇴 & 검사목록 이동 기능 버튼*/
}
.personal-user-history .join-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  background: aliceblue;
  padding: 10px 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.personal-user-history .join-info dt {
  font-size: 20px;
}
.personal-user-history .join-info dt ~ dd {
  margin-left: 10px;
}
.personal-user-history .join-info dd {
  font-size: 16px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.personal-user-history .join-info dd .fns-btns {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.personal-user-history .join-info dd .fns-btns .btn {
  display: inline-block;
  font-size: 14px;
  padding: 10px 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  text-align: center;
  white-space: nowrap;
  color: #444;
}
.personal-user-history .join-info dd .fns-btns .btn.withdrawal {
  background: #a9b4bd;
  color: #fff;
  width: 140px;
}
.personal-user-history .payment-info {
  margin-top: 40px;
}
.personal-user-history .payment-info .history-title {
  font-size: 24px;
}
.personal-user-history .payment-info .history-title ~ dd {
  margin-top: 10px;
}
.personal-user-history .payment-info .history-item {
  position: relative;
}
.personal-user-history .payment-info .history-item ~ .history-item {
  margin-top: 20px;
}
.personal-user-history .payment-info .history-item .item-product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 10px;
  font-size: 16px;
}
.personal-user-history .payment-info .history-item .item-product .btn {
  font-size: 12px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  text-align: center;
  padding: 5px 10px;
  line-height: 1;
  margin: 0 5px;
}
.personal-user-history .payment-info .history-item .item-product .btn.btn-payment-cancel {
  background: #f9f9f9;
  color: #444;
}
.personal-user-history .payment-info .history-item .item-detail {
  overflow-y: auto;
}
.personal-user-history .payment-info .history-item .item-detail .tb-pay-detail {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}
.personal-user-history .payment-info .history-item .item-detail .tb-pay-detail thead tr th, .personal-user-history .payment-info .history-item .item-detail .tb-pay-detail thead tr td,
.personal-user-history .payment-info .history-item .item-detail .tb-pay-detail tbody tr th,
.personal-user-history .payment-info .history-item .item-detail .tb-pay-detail tbody tr td {
  padding: 10px 5px;
  text-align: center;
  word-break: break-all;
  border: 1px solid #ddd;
}
.personal-user-history .payment-info .history-item .item-detail .tb-pay-detail thead tr th .fns-btns, .personal-user-history .payment-info .history-item .item-detail .tb-pay-detail thead tr td .fns-btns,
.personal-user-history .payment-info .history-item .item-detail .tb-pay-detail tbody tr th .fns-btns,
.personal-user-history .payment-info .history-item .item-detail .tb-pay-detail tbody tr td .fns-btns {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.personal-user-history .payment-info .history-item .item-detail .tb-pay-detail thead tr th .fns-btns .btn, .personal-user-history .payment-info .history-item .item-detail .tb-pay-detail thead tr td .fns-btns .btn,
.personal-user-history .payment-info .history-item .item-detail .tb-pay-detail tbody tr th .fns-btns .btn,
.personal-user-history .payment-info .history-item .item-detail .tb-pay-detail tbody tr td .fns-btns .btn {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 5px 10px;
  line-height: 1;
  white-space: nowrap;
  border-radius: 5px;
  font-weight: bold;
  margin: 2px;
  /*
  & ~ .btn{
    margin-left: 5px;
  }
  */
}
.personal-user-history .payment-info .history-item .item-detail .tb-pay-detail thead tr th .fns-btns .btn.testView, .personal-user-history .payment-info .history-item .item-detail .tb-pay-detail thead tr td .fns-btns .btn.testView,
.personal-user-history .payment-info .history-item .item-detail .tb-pay-detail tbody tr th .fns-btns .btn.testView,
.personal-user-history .payment-info .history-item .item-detail .tb-pay-detail tbody tr td .fns-btns .btn.testView {
  background: royalblue;
  color: #fff;
}
.personal-user-history .payment-info .history-item .item-detail .tb-pay-detail thead tr th .fns-btns .btn.testView:hover, .personal-user-history .payment-info .history-item .item-detail .tb-pay-detail thead tr td .fns-btns .btn.testView:hover,
.personal-user-history .payment-info .history-item .item-detail .tb-pay-detail tbody tr th .fns-btns .btn.testView:hover,
.personal-user-history .payment-info .history-item .item-detail .tb-pay-detail tbody tr td .fns-btns .btn.testView:hover {
  background: #2b58de;
}
.personal-user-history .payment-info .history-item .item-detail .tb-pay-detail thead tr th .fns-btns .btn.pdfDown, .personal-user-history .payment-info .history-item .item-detail .tb-pay-detail thead tr td .fns-btns .btn.pdfDown,
.personal-user-history .payment-info .history-item .item-detail .tb-pay-detail tbody tr th .fns-btns .btn.pdfDown,
.personal-user-history .payment-info .history-item .item-detail .tb-pay-detail tbody tr td .fns-btns .btn.pdfDown {
  background: #3f51b5;
  color: #fff;
}
.personal-user-history .payment-info .history-item .item-detail .tb-pay-detail thead tr th .fns-btns .btn.pdfDown:hover, .personal-user-history .payment-info .history-item .item-detail .tb-pay-detail thead tr td .fns-btns .btn.pdfDown:hover,
.personal-user-history .payment-info .history-item .item-detail .tb-pay-detail tbody tr th .fns-btns .btn.pdfDown:hover,
.personal-user-history .payment-info .history-item .item-detail .tb-pay-detail tbody tr td .fns-btns .btn.pdfDown:hover {
  background: #3849a2;
}
.personal-user-history .payment-info .history-item .item-detail .tb-pay-detail thead tr th {
  background: #f0f2f9;
}
.personal-user-history .user-history-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-top: 40px;
}
.personal-user-history .user-history-footer .fns-left,
.personal-user-history .user-history-footer .fns-right {
  display: inline-block;
}
.personal-user-history .user-history-footer .fns-left .btn,
.personal-user-history .user-history-footer .fns-right .btn {
  display: inline-block;
  font-size: 15px;
  padding: 10px 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  text-align: center;
  white-space: nowrap;
  color: #444;
}
.personal-user-history .user-history-footer .fns-left .btn.withdrawal,
.personal-user-history .user-history-footer .fns-right .btn.withdrawal {
  background: #f9f9f9;
  color: #666;
}
.personal-user-history .user-history-footer .fns-left .btn.backList,
.personal-user-history .user-history-footer .fns-right .btn.backList {
  color: royalblue;
  border-color: royalblue;
}

.term-page {
  position: relative;
  /*이용약관 레이어 안 테이블*/
}
.term-page ~ .term-page {
  margin-top: 40px;
}
.term-page .title {
  font-weight: normal;
}
.term-page .title.h1 {
  font-size: 16px;
}
.term-page .title.h2 {
  font-size: 14px;
  margin-top: 1em;
}
.term-page .title.h3 {
  font-size: 13px;
  margin-top: 1em;
}
.term-page .title.h4, .term-page .title.h5, .term-page .title.h6 {
  font-size: 12px;
  margin-top: 1em;
}
.term-page .term-item {
  color: #000;
  line-height: 1.6;
}
.term-page .term-item .title {
  font-size: 24px;
  color: #000;
  font-weight: bold;
}
.term-page .term-item .term-para {
  clear: both;
  margin: 20px 0;
  padding-left: 1em;
}
.term-page .term-item .term-para .intro-para {
  font-size: 14px;
  margin-bottom: 7px;
  color: #000;
}
.term-page .term-item .term-para strong {
  font-weight: bold;
}
.term-page .term-item .term-para dt {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 7px;
  color: #000;
}
.term-page .term-item .term-para dd {
  font-size: 13px;
  color: #333;
  line-height: 18px;
  margin-bottom: 5px;
  font-family: "맑은 고딕", "Malgun Gothic", sans-serif;
  padding-left: 1em;
}
.term-page .term-item .term-para dd.sub-title {
  margin-top: 15px;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 14px;
}
.term-page .term-item .term-para dd.help-txt {
  font-size: 12px;
}
.term-page .term-item .term-para dd ul {
  margin: 10px 0 !important;
}
.term-page .term-item .term-para dd ul li {
  font-size: 12px;
  color: #666;
  padding-left: 15px;
  margin-bottom: 2px !important;
}
.term-page .term-item .term-para dd span {
  font-weight: bold;
  margin: 3px 0;
}
.term-page .term-item ~ .term-item {
  margin-top: 20px;
}
.term-page .law-list {
  margin-top: 1em;
  font-size: 13px;
}
.term-page .law-list dd {
  margin-left: 1.2em;
  font-size: 12px;
  margin-top: 0.6em;
}
.term-page .law-list dd ~ dt {
  margin-top: 1em;
}
.term-page table {
  border-collapse: collapse;
  margin-top: 1em;
}
.term-page table thead tr th,
.term-page table thead tr td,
.term-page table tbody tr th,
.term-page table tbody tr td,
.term-page table tfoot tr th,
.term-page table tfoot tr td {
  border: 1px solid #ddd;
  padding: 10px;
  line-height: 1.6;
  color: #666;
}
.term-page table thead tr th p.para ~ .para,
.term-page table thead tr td p.para ~ .para,
.term-page table tbody tr th p.para ~ .para,
.term-page table tbody tr td p.para ~ .para,
.term-page table tfoot tr th p.para ~ .para,
.term-page table tfoot tr td p.para ~ .para {
  margin-top: 1em;
}
.term-page table thead tr th {
  background: #f9f9f9;
  font-weight: 600;
}

.user-withdrawal-page {
  position: relative;
  /* 서비스탈퇴 기능 버튼*/
}
.user-withdrawal-page .privacy-detail {
  max-height: 400px;
  overflow: hidden;
  overflow-y: auto;
  padding: 15px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.user-withdrawal-page .withdrawal-paragraph .wd-title {
  position: relative;
  font-size: 20px;
}
.user-withdrawal-page .withdrawal-paragraph .wd-title ~ .wd-conts {
  margin-top: 10px;
}
.user-withdrawal-page .withdrawal-paragraph .wd-conts {
  position: relative;
}
.user-withdrawal-page .withdrawal-paragraph .wd-conts .alert-message {
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 20px;
}
.user-withdrawal-page .withdrawal-paragraph .wd-conts .alert-message .alert-title {
  font-size: 18px;
  margin-bottom: 10px;
}
.user-withdrawal-page .withdrawal-paragraph .wd-conts .alert-message .alert-list {
  font-size: 15px;
}
.user-withdrawal-page .withdrawal-paragraph .wd-conts .alert-message .alert-list li {
  width: 100%;
  box-sizing: border-box;
}
.user-withdrawal-page .terms-withdrawal {
  position: relative;
}
.user-withdrawal-page .terms-withdrawal ~ .reason-withdrawal {
  margin-top: 20px;
}
.user-withdrawal-page .reason-withdrawal {
  position: relative;
  /*
  .wd-conts{
    padding-left: 20px;
  }
  */
}
.user-withdrawal-page .reason-withdrawal .reason-chk-list li .label-chk {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  cursor: pointer;
  font-size: 14px;
}
.user-withdrawal-page .reason-withdrawal .reason-chk-list li .label-chk input[type=checkbox],
.user-withdrawal-page .reason-withdrawal .reason-chk-list li .label-chk input[type=radio] {
  margin-right: 5px;
  width: 16px;
  height: 16px;
}
.user-withdrawal-page .reason-withdrawal .reason-chk-list li ~ li {
  margin-top: 5px;
}
.user-withdrawal-page .reason-withdrawal .reason-etc-detail {
  margin: 10px 0;
}
.user-withdrawal-page .reason-withdrawal .reason-etc-detail .etc-textarea {
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 10px;
  font-size: 13px;
  width: 100%;
  min-height: 120px;
  box-sizing: border-box;
  resize: vertical;
  border-radius: 10px;
}
.user-withdrawal-page .withdrawal-fns-btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-top: 20px;
}
.user-withdrawal-page .withdrawal-fns-btns .btn {
  display: inline-block;
  text-align: center;
  padding: 0.8em 1.5em;
  line-height: 1;
  font-size: 14px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  white-space: nowrap;
  /*
  & ~ .btn{
    margin-left: 10px;
  }
  */
}
.user-withdrawal-page .withdrawal-fns-btns .btn-cancel {
  background: #f9f9f9;
}
.user-withdrawal-page .withdrawal-fns-btns .btn-backList {
  border-color: royalblue;
  color: royalblue;
}

/* //개인화 관련 */
.section-testing .main-contents .paper-contents .paper-main .step-page, .section-testing .main-contents .paper-contents .paper-main .guide-txt, .section-testing .main-contents .paper-contents .paper-main .question-list {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-width: 1200px) {
  .section-testing .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
  }
  .section-testing .header .header-wrap {
    padding: 10px 20px;
  }
  .section-testing .header .header-wrap .title {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .section-testing .header .header-wrap .title .logo {
    display: inline-block;
    width: 80px;
  }
  .section-testing .header .header-wrap .title .logo img {
    width: 100%;
    height: auto;
  }
  .section-testing .header .header-wrap .title .title-txt {
    font-size: 18px;
  }
  .section-testing .header .header-wrap .title .accounts dt {
    width: 30px;
    height: 30px;
  }
  .section-testing .header .header-wrap .title .accounts dd.pf-name .name {
    font-size: 18px;
  }
  .section-testing .header .header-wrap .title .accounts dd.fns .btn.logout {
    font-size: 18px;
  }
  .section-testing .header .header-wrap .testing-progress .progress .progress-txt {
    font-size: 14px;
    white-space: nowrap;
  }
  .section-testing .header .header-wrap .testing-progress .progress .progress-txt .num {
    font-size: 16px;
  }
  .section-testing .header .header-wrap .testing-progress .progress ~ .timer {
    margin-left: 10px;
    padding-left: 10px;
    position: relative;
  }
  .section-testing .header .header-wrap .testing-progress .progress ~ .timer dt ~ dd {
    margin-left: 10px;
  }
  .section-testing .header .header-wrap .testing-progress .progress ~ .timer dd .limit-time {
    font-size: 14px;
    font-weight: normal;
  }
  .section-testing .main-contents .paper-contents {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .section-testing .main-contents .paper-contents .paper-main {
    overflow: hidden;
    overflow-y: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    height: 100%;
    line-height: 1.6;
  }
  .section-testing .main-contents .paper-contents .paper-main .guide-txt {
    padding: 10px;
  }
  .section-testing .main-contents .paper-contents .paper-main .likert-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .section-testing .main-contents .paper-contents .paper-main .likert-list li ~ li {
    margin-left: 10px;
  }
  .section-testing .main-contents .paper-contents .paper-main .likert-list li .label {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
  .section-testing .main-contents .paper-contents .paper-main .likert-list li .label.custom-radio-likert .cus-radio .c-icon {
    display: inline-block;
    position: relative;
    width: 15px;
    height: 15px;
  }
  .section-testing .main-contents .paper-contents .paper-main .likert-list li .label.custom-radio-likert .cus-radio .c-icon:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 10px;
    height: 10px;
    left: 50%;
    top: 50%;
    margin-left: -5px;
    margin-top: -5px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: none;
  }
  .section-testing .main-contents .paper-contents .paper-main .likert-list li .label.custom-radio-likert .txt {
    display: inline-block;
    text-align: center;
    margin-top: 5px;
    font-size: 12px;
    line-height: 1.2;
    word-break: break-all;
  }
  .section-testing .main-contents .paper-contents .paper-main .likert-list li .label.custom-radio-likert input[type=radio],
  .section-testing .main-contents .paper-contents .paper-main .likert-list li .label.custom-radio-likert input[type=checkbox] {
    position: absolute;
    left: -200px;
    top: -10px;
    width: 0;
    height: 0;
    visibility: hidden;
  }
  .section-testing .main-contents .paper-contents .paper-main .likert-list li .label.custom-radio-likert input[type=radio]:checked ~ .cus-radio .c-icon:before,
  .section-testing .main-contents .paper-contents .paper-main .likert-list li .label.custom-radio-likert input[type=checkbox]:checked ~ .cus-radio .c-icon:before {
    display: inline-block;
  }
  .section-testing .main-contents .paper-contents .paper-main .rank-list {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
  .section-testing .main-contents .paper-contents .paper-main .rank-list li .label {
    width: auto;
  }
  .section-testing .main-contents .paper-contents .paper-main .rank-list li .label.custom-radio-rank {
    position: relative;
    cursor: pointer;
    overflow: hidden;
  }
  .section-testing .main-contents .paper-contents .paper-main .rank-list li .label.custom-radio-rank .cus-checkbox {
    font-size: 13px;
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
  .section-testing .main-contents .paper-contents .paper-main .rank-list li .label.custom-radio-rank input[type=radio],
  .section-testing .main-contents .paper-contents .paper-main .rank-list li .label.custom-radio-rank input[type=checkbox] {
    position: absolute;
    left: -200px;
    top: -10px;
    width: 0;
    height: 0;
    visibility: hidden;
  }
  .section-testing .main-contents .paper-contents .paper-main .rank-list li .label.custom-radio-rank input[type=radio]:checked ~ .cus-radio:before,
  .section-testing .main-contents .paper-contents .paper-main .rank-list li .label.custom-radio-rank input[type=checkbox]:checked ~ .cus-radio:before {
    display: inline-block;
  }
  .section-testing .main-contents .paper-contents .paper-main .question-list {
    width: 100%;
    background: #fff;
    font-size: 14px;
    line-height: 1.6;
    padding-left: 10px;
    padding-right: 10px;
  }
  .section-testing .main-contents .paper-contents .paper-main .question-list .question-item {
    padding: 10px;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section-testing .main-contents .paper-contents .paper-main .question-list .question-item ul {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*
    &.likert,
    &.rank,
    &.question {
      width: 100%;
    }

    &.likert {
      overflow-x: auto;
    }
    */
  }
  .section-testing .main-contents .paper-contents .paper-main .question-list .question-item ul ~ ul {
    margin-top: 15px;
  }
  .section-testing .main-contents .paper-contents .paper-main .question-list .question-item ul li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .section-testing .main-contents .paper-contents .paper-main .question-list .question-item ul.rank {
    width: 100%;
  }
  .section-testing .main-contents .paper-contents .paper-main .question-list .question-item ul.rank .qus-rank .rank-list li .custom-radio-rank .cus-checkbox {
    width: 100%;
  }
  .section-testing .main-contents .paper-contents .paper-footer {
    position: fixed;
    z-index: 200;
    bottom: 0px;
    left: 0;
    right: 0;
  }
  .section-testing .main-contents .paper-contents .paper-footer .paper-footer-fns {
    position: relative;
    height: 50px;
    padding: 10px 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #f9f9f9;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
  }
  .section-testing .main-contents .paper-contents .paper-footer .paper-footer-fns li {
    display: inline-block;
  }
  .section-testing .main-contents .paper-contents .paper-footer .paper-footer-fns li .btn {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    padding: 5px 20px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background: #6435c9;
    color: #fff;
    font-size: 16px;
  }
  .section-testing .main-contents .paper-contents .paper-footer .paper-footer-fns li .btn .icon,
  .section-testing .main-contents .paper-contents .paper-footer .paper-footer-fns li .btn .txt {
    display: inline-block;
  }
  .section-testing .main-contents .rside {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: fixed;
    z-index: 500;
    right: 0;
    top: 70px;
    bottom: 0;
    display: none;
  }
  .section-testing .main-contents .rside .quick-menu {
    position: relative;
    background: #fff;
    height: 100%;
    padding: 40px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 300px;
  }
  .section-testing .main-contents .rside .quick-menu dt {
    font-size: 20px;
    font-weight: bold;
  }
  .section-testing .main-contents .rside .quick-menu dd {
    margin-top: 20px;
  }
  .section-testing .main-contents .rside .quick-menu dd .quick-item-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .section-testing .main-contents .rside .quick-menu dd .quick-item-list li {
    margin: 5px;
    width: calc(33.3333333333% - 10px);
    display: inline-block;
  }
  .section-testing .main-contents .rside .quick-menu dd .quick-item-list li .quick-item {
    width: 100%;
    height: 40px;
    padding: 5px;
    font-size: 12px;
    background-color: #f1f1f1;
    color: #666;
    font-weight: bold;
  }
  .section-testing .main-contents .rside .quick-menu dd .quick-item-list li .quick-item.done, .section-testing .main-contents .rside .quick-menu dd .quick-item-list li .paper-contents .paper-main .question-list .quick-item.question-item.calculated, .section-testing .main-contents .paper-contents .paper-main .question-list .rside .quick-menu dd .quick-item-list li .quick-item.question-item.calculated {
    background: #283160;
    color: #fff;
  }
}
@media only screen and (max-width: 840px) {
  .section-login {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
    padding: 0;
    min-height: 100vh;
  }
  .section-login .login-bg {
    position: relative;
    width: 100%;
    height: 50vh;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0;
    padding: 0;
  }
  .section-login .login-bg .login-txt {
    position: relative;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
  .section-login .login-bg .login-txt .title {
    text-align: center;
    color: #fff;
    font-size: 60px;
  }
  .section-login .login-bg .login-txt .sub-title {
    text-align: center;
    color: #fff;
    font-size: 24px;
    margin: 20px auto;
  }
  .section-login .login-bg .login-txt .sub-title strong {
    font-weight: bold;
    color: #fff;
  }
  .section-login .login-bg .login-txt .help-txt {
    text-align: center;
    color: #fff;
    margin: 10px auto;
  }
  .section-login .login-outer {
    position: relative;
    width: 100%;
    height: 50vh;
    margin: 0;
    padding: 0;
  }
  .section-login .login-outer .login-area {
    border-radius: 20px 20px 0 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
  .section-login .login-outer .login-area .login-txt {
    display: none;
  }
  .section-testing .main-contents .paper-contents .paper-main .product-list .product-item .product-card {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
  .section-testing .main-contents .paper-contents .paper-main .product-list .product-item .product-card .card-header {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
  .section-testing .main-contents .paper-contents .paper-main .product-list .product-item .product-card .card-header .name {
    min-width: auto;
    font-size: 20px;
    text-align: center;
  }
  .section-testing .main-contents .paper-contents .paper-main .product-list .product-item .product-card .card-header .name ~ .info {
    margin-left: 0;
    margin-top: 10px;
    font-size: 16px;
    text-align: center;
  }
  .section-testing .main-contents .paper-contents .paper-main .product-list .product-item .product-card .card-details {
    width: 100%;
    margin: 20px auto 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .section-testing .main-contents .paper-contents .paper-main .product-list .product-item .product-card .card-details .limit-info .time,
  .section-testing .main-contents .paper-contents .paper-main .product-list .product-item .product-card .card-details .limit-info .number {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
  .section-testing .main-contents .paper-contents .paper-main .product-list .product-item .product-card .card-details .limit-info .time dt,
  .section-testing .main-contents .paper-contents .paper-main .product-list .product-item .product-card .card-details .limit-info .time dd,
  .section-testing .main-contents .paper-contents .paper-main .product-list .product-item .product-card .card-details .limit-info .number dt,
  .section-testing .main-contents .paper-contents .paper-main .product-list .product-item .product-card .card-details .limit-info .number dd {
    font-size: 14px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
  .section-testing .main-contents .paper-contents .paper-main .product-list .product-item .product-card .card-details .fns-btns {
    margin: 0;
  }
  .section-testing .main-contents .paper-contents .paper-main .product-list .product-item .product-card .card-details .fns-btns .btn {
    margin: 0;
    padding: 10px 20px;
    font-size: 14px;
  }
  .section-testing .main-contents .paper-contents .paper-main .intro-question-page {
    position: relative;
    padding: 20px;
  }
  .section-testing .main-contents .paper-contents .paper-main .intro-question-page .question-title {
    font-size: 16px;
    padding-bottom: 20px;
  }
  .section-testing .main-contents .paper-contents .paper-main .intro-question-page .questionList {
    margin: 20px 10px;
    font-size: 18px;
  }
  .section-testing .main-contents .paper-contents .paper-main .intro-question-page .questionList li {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .section-testing .main-contents .paper-contents .paper-main .intro-question-page .questionList li .question dt {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .section-testing .main-contents .paper-contents .paper-main .intro-question-page .questionList li .question dd {
    padding-left: 0;
  }
  .section-testing .main-contents .paper-contents .paper-main .intro-question-page .questionList li .question dd .question-inp input[type=text] {
    font-size: 14px;
  }
  .section-testing .main-contents .paper-contents .paper-main .intro-question-page .questionList li ~ li {
    margin-top: 20px;
  }
  .section-testing .main-contents .paper-contents .paper-main .intro-question-page .question-footer {
    padding-top: 20px;
  }
  .section-testing .main-contents .paper-contents .paper-main .intro-question-page .question-footer .question-submit {
    font-size: 17px;
  }
  .section-testing.personalProducts .main-contents .paper-contents .paper-main {
    height: calc(100vh - 160px);
  }
  .section-testing.personalProducts .main-contents .paper-contents .paper-main.vam {
    display: block;
  }
  .section-testing.personalProducts .main-contents .paper-contents .paper-main .payment-product-page .product-list .product-item {
    width: 100%;
  }
  .section-testing.personalProducts .main-contents .paper-contents .paper-main .payment-product-page .product-list .product-item ~ .product-item {
    margin-top: 30px;
  }
  .section-testing.personalProducts .main-contents .paper-contents .paper-main .payment-product-page .product-list .product-item .product-card .card-header .card-info .name ~ .info {
    text-align: left;
  }
}
@media only screen and (max-width: 600px) {
  .section-testing .header .header-wrap {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 70px;
    padding: 0;
  }
  .section-testing .header .header-wrap .title {
    order: 1;
    width: auto;
    margin-left: 20px;
    height: calc(100% - 30px);
  }
  .section-testing .header .header-wrap .accounts {
    margin-left: 0;
    order: 2;
    margin-right: 20px;
    height: calc(100% - 30px);
    white-space: nowrap;
  }
  .section-testing .header .header-wrap .accounts dt {
    margin: 0;
    padding: 0;
    width: 24px;
    height: 24px;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .section-testing .header .header-wrap .accounts dd {
    margin: 0;
    padding: 0;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .section-testing .header .header-wrap .accounts dd.pf-name .name {
    display: inline-block;
    font-size: 14px;
  }
  .section-testing .header .header-wrap .accounts dd.fns .btn.logout {
    display: inline-block;
    font-size: 14px;
  }
  .section-testing .header .header-wrap .testing-progress {
    order: 3;
    width: 100%;
    margin-left: 0;
    width: 100%;
    height: 30px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    align-items: stretch;
  }
  .section-testing .header .header-wrap .testing-progress .progress {
    width: 60%;
    border-radius: 0;
    padding: 5px 10px;
  }
  .section-testing .header .header-wrap .testing-progress .progress ~ .timer {
    width: 40%;
    margin-left: 0;
    padding-left: 0;
    border-radius: 0;
    padding: 5px 10px;
  }
  .section-testing .header .header-wrap .testing-progress .progress ~ .timer::before {
    display: none;
  }
  .section-testing .main-contents .paper-contents .paper-main .step-page {
    padding: 20px;
  }
  .section-testing .main-contents .paper-contents .paper-main .step-page .page-info-list dt, .section-testing .main-contents .paper-contents .paper-main .step-page .page-info-list dd {
    font-size: 14px;
  }
  .section-testing .main-contents .paper-contents .paper-main .question-list .questions-likert .question-item .question {
    margin: 10px auto 0;
  }
  .section-testing .main-contents .paper-contents .paper-main .question-list .questions-likert .question-item .question .qus-num,
  .section-testing .main-contents .paper-contents .paper-main .question-list .questions-likert .question-item .question .qus-txt {
    font-size: 18px;
  }
  .section-testing .main-contents .paper-contents .paper-main .question-list .questions-likert .question-item .likert .qus-likert .likert-list {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .section-testing .main-contents .paper-contents .paper-main .question-list .questions-likert .question-item .likert .qus-likert .likert-list li {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 33.3333333%;
    min-height: 80px;
    padding: 5px;
  }
  .section-testing .main-contents .paper-contents .paper-main .question-list .questions-likert .question-item .likert .qus-likert .likert-list li ~ li {
    margin: 0;
  }
  .section-testing .main-contents .paper-contents .paper-main .question-list .questions-likert .question-item .likert .qus-likert .likert-list li .label.custom-radio-likert {
    width: 100%;
    box-sizing: border-box;
  }
  .section-testing .main-contents .paper-contents .paper-main .question-list .questions-likert .question-item .likert .qus-likert .likert-list li .label.custom-radio-likert .cus-radio {
    width: 100%;
    box-sizing: border-box;
  }
  .section-testing .main-contents .paper-contents .paper-main .question-list .questions-likert .question-item .likert .qus-likert .likert-list li .label.custom-radio-likert .txt {
    font-size: 12px;
  }
  .section-testing .main-contents .paper-contents .paper-main .question-list .questions-rank .question-rank-title {
    font-size: 14px;
  }
  .section-testing .main-contents .paper-contents .paper-main .question-list .questions-rank .question-item ul li ~ li {
    margin-left: 5px;
  }
  .section-testing .main-contents .paper-contents .paper-main .question-list .questions-rank .question-item .calculated-txt {
    margin-bottom: 10px;
  }
  .section-testing .main-contents .paper-contents .paper-main .question-list .questions-rank .question-item .question {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .section-testing .main-contents .paper-contents .paper-main .question-list .questions-rank .question-item .question .qus-num,
  .section-testing .main-contents .paper-contents .paper-main .question-list .questions-rank .question-item .question .qus-txt {
    font-size: 14px;
  }
  .section-testing .main-contents .paper-contents .paper-main .question-list .questions-rank .question-item .rank .qus-rank .rank-list li .custom-radio-rank .cus-radio {
    width: 50px;
    height: 50px;
    font-size: 14px;
  }
  .section-testing .main-contents .paper-contents .paper-main .intro-question-page {
    position: relative;
    padding: 20px;
  }
  .section-testing .main-contents .paper-contents .paper-main .intro-question-page .question-title {
    font-size: 16px;
    padding-bottom: 20px;
  }
  .section-testing .main-contents .paper-contents .paper-main .intro-question-page .questionList {
    margin: 20px 10px;
    font-size: 18px;
  }
  .section-testing .main-contents .paper-contents .paper-main .intro-question-page .questionList li {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .section-testing .main-contents .paper-contents .paper-main .intro-question-page .questionList li .question dt {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .section-testing .main-contents .paper-contents .paper-main .intro-question-page .questionList li .question dd {
    padding-left: 0;
  }
  .section-testing .main-contents .paper-contents .paper-main .intro-question-page .questionList li .question dd .question-inp input[type=text] {
    font-size: 14px;
  }
  .section-testing .main-contents .paper-contents .paper-main .intro-question-page .questionList li ~ li {
    margin-top: 20px;
  }
  .section-testing .main-contents .paper-contents .paper-main .intro-question-page .question-footer {
    padding-top: 20px;
  }
  .section-testing .main-contents .paper-contents .paper-main .intro-question-page .question-footer .question-submit {
    font-size: 17px;
  }
  .section-testing .main-contents .paper-contents .paper-footer {
    min-height: 50px;
  }
  .section-testing .main-contents .paper-contents .paper-footer .paper-footer-fns {
    margin: 0;
    padding: 0;
    height: 50px;
    border: 0;
  }
  .section-testing .main-contents .paper-contents .paper-footer .paper-footer-fns li {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 50px;
  }
  .section-testing .main-contents .paper-contents .paper-footer .paper-footer-fns li .btn {
    width: 100%;
    height: 100%;
    border-radius: 0 !important;
  }
  .section-testing .main-contents .paper-contents .paper-footer .paper-footer-fns li ~ li {
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .ui.modal.custom .content .paragraph .para br {
    display: none;
  }
}
@media only screen and (max-width: 320px) {
  .section-testing .header .header-wrap .title .title-txt {
    font-size: 16px;
  }
}

/*# sourceMappingURL=leadership.css.map */
