@charset "UTF-8";
/*공통으로 불러오는 스타일*/ /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  vertical-align: top;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

@keyframes AniFlip {
  0% {
    -ms-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -webkit-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
  }
  100% {
    -ms-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
  }
}
@keyframes AniFloat {
  0% {
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -ms-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@keyframes AniFadeUp {
  0% {
    -ms-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
    opacity: 1;
  }
  100% {
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 0.6;
  }
}
@keyframes AniShake {
  0% {
    -webkit-transform: translate(2px, 1px) rotate(0deg);
  }
  10% {
    -webkit-transform: translate(-1px, -2px) rotate(-2deg);
  }
  20% {
    -webkit-transform: translate(-3px, 0px) rotate(3deg);
  }
  30% {
    -webkit-transform: translate(0px, 2px) rotate(0deg);
  }
  40% {
    -webkit-transform: translate(1px, -2px) rotate(1deg);
  }
  50% {
    -webkit-transform: translate(-1px, 2px) rotate(-1deg);
  }
  60% {
    -webkit-transform: translate(-3px, 1px) rotate(0deg);
  }
  70% {
    -webkit-transform: translate(2px, 1px) rotate(-2deg);
  }
  80% {
    -webkit-transform: translate(-1px, -1px) rotate(4deg);
  }
  90% {
    -webkit-transform: translate(2px, 3px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(1px, -2px) rotate(-1deg);
  }
}
body {
  box-sizing: border-box;
  font-family: "Pretendard", "Roboto", "Helvetica Neue", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", sans-serif;
  font-size: 1rem;
  color: #222;
  line-height: 1.5;
  font-weight: 300;
  letter-spacing: -0.5px;
  word-break: keep-all;
}

body a {
  text-decoration: none;
}

div {
  position: relative;
}

abbr[title] {
  cursor: help;
  text-decoration: none;
}

.section-img1140 {
  position: relative;
  left: calc(50% - 570px);
  display: block;
  top: 0;
}

.section-img1920 {
  position: relative;
  left: calc(50% - 960px);
  display: block;
  top: 0;
}

.img100 {
  width: 100%;
}

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

input, select, textarea {
  border-radius: 4px;
  border: none;
  background: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  text-decoration: none;
  cursor: pointer;
  -webkit-text-size-adjust: none;
}

label {
  color: #fff;
  font-weight: 500;
}

button {
  background: 0 0;
  border: none;
  cursor: pointer;
}

.hide {
  display: none;
}

bold {
  font-weight: 700;
}

mark {
  position: relative;
  display: inline-block;
  background: linear-gradient(to top, #ccffff 60%, transparent 20%);
}

pre {
  background: #fff;
  white-space: pre-line;
}

/* MOBILE view */
.pc {
  display: none;
}

.wrap {
  min-width: 380px;
  line-height: 1.2;
  letter-spacing: -1px;
}

.inner {
  padding: 50px 20px;
  max-width: 600px;
  margin: 0 auto;
}

.title_box .title {
  text-align: center;
  font-weight: 600;
  line-height: 1.2;
  font-size: 1.875rem;
  padding-bottom: 30px;
}
.title_box .title span {
  font-weight: 300;
  color: #00abbf;
  padding: 0 12px;
}

/*main*/
.main {
  background: #00abbf url(./img/mian_mo.png) 50% 0 no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
}
.main .inner {
  padding-top: 30px;
}
.main h1 img {
  height: 30px;
}
.main .txt_box {
  padding: 250px 0 20px;
}
.main .txt_box h2 {
  padding: 20px 0;
  font-size: 2.1875rem;
  font-weight: 400;
}
.main .txt_box p {
  font-size: 1rem;
}
.main a {
  display: inline-block;
  padding: 10px 30px;
  background: #fff;
  border-radius: 50px;
  color: #000;
  font-size: 1.25rem;
  font-weight: 500;
  cursor: pointer;
  box-shadow: rgba(50, 50, 93, 0.1) 0px 10px 10px -5px;
}
.main a p {
  display: flex;
  align-items: center;
}
.main a p img {
  padding: 0 0 0 10px;
  height: 18px;
}

/*intro*/
.intro {
  text-align: center;
}
.intro .inner {
  max-width: 400px;
}
.intro .title_box .title {
  padding-bottom: 20px;
}
.intro .title_box p {
  font-size: 0.875rem;
  line-height: 1.5;
}
.intro ul {
  padding: 20px 10px 0;
}
.intro li {
  padding: 0 0 24px;
}
.intro li:last-child {
  padding-bottom: 0;
}
.intro li:first-child .con_box {
  background: #bae8e0;
}
.intro li:first-child .con_box strong {
  border: 3px solid #1ab499;
}
.intro li:nth-child(2) .con_box {
  background: #b6d3e7;
  flex-direction: row-reverse;
}
.intro li:nth-child(2) .con_box strong {
  border: 3px solid #0c6eaf;
}
.intro li:last-child .con_box {
  background: #b2e6ec;
}
.intro li:last-child .con_box strong {
  border: 3px solid #00abbf;
}
.intro .con_box {
  padding: 30px 20px 24px;
  border-radius: 20px;
  box-shadow: rgba(50, 50, 93, 0.2) 0px 10px 10px -5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.intro .con_box img {
  height: 80px;
}
.intro .txt strong {
  padding: 4px 20px;
  background: #fff;
  border-radius: 50px;
  font-size: 1.5rem;
  font-weight: 500;
}
.intro .txt p {
  padding: 16px 0 0;
  font-size: 0.9375rem;
  line-height: 1.5;
}
.intro .txt p bold {
  font-weight: 600;
}

/*use*/
.use {
  background: #e5f6f8;
  text-align: center;
}
.use li {
  padding: 0 0 14px;
}
.use .con_box {
  padding: 8px 14px;
  border-radius: 30px;
  border: 2px solid #00abbf;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: rgba(50, 50, 93, 0.1) 0px 5px 5px -1px;
}
.use .con_box span {
  text-align: center;
  background: #00abbf;
  width: 22px;
  height: 22px;
  padding: 1px 2px 0 0;
  border-radius: 30px;
  color: #fff;
}
.use .con_box p {
  padding: 0 0 0 4px;
  position: relative;
}
.use .con_box p mark {
  font-weight: 700;
}
.use p.copy {
  padding: 20px 0 0;
  color: #00abbf;
  font-size: 1.375rem;
  font-weight: 500;
}

/*input*/
.inputs .heading {
  padding: 0 0 12px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.inputs .heading h6 {
  font-size: 1.375rem;
  font-weight: 500;
}
.inputs .heading h6 bold {
  color: #00abbf;
  font-weight: 500;
}
.inputs .heading b {
  font-size: 0.875rem;
}
.inputs .heading .red {
  color: #ed1c24;
}
.inputs .step01 .rating_box {
  padding: 20px;
  background: #f5f5f5;
  border-top: 2px solid #222;
}
.inputs .step01 .rating_box ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.inputs .step01 .rating_box ul > li {
  flex-basis: calc(50% - 10px);
}
.inputs .step01 .txt_box {
  padding: 0;
}
.inputs .step02 .job_box {
  padding: 20px;
  background: #f5f5f5;
  border-top: 2px solid #222;
}
.inputs .step02 .job label {
  padding: 4px;
  background: #00abbf;
  color: #fff;
  font-size: 1.125rem;
  text-align: center;
}
.inputs .step02 .job .int {
  padding: 10px;
}
.inputs .step02 .detail_box {
  padding: 30px 0 0;
}
.inputs .step02 .detail_box h6 {
  font-size: 1.25rem;
}
.inputs .step02 .check_box {
  border-top: 1px solid #cecece;
}
.inputs .step02 .check_box ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.inputs .step02 .check_box ul > li {
  flex-basis: calc(50% - 10px);
}
.inputs .step02 .check_result label {
  padding: 4px;
  background: #00abbf;
  color: #fff;
  font-size: 1.125rem;
  text-align: center;
}
.inputs .step02 .check_result .int {
  padding: 6px;
  height: 88px;
}
.inputs .step01.result {
  padding-bottom: 40px;
}
.inputs .result h5 {
  padding: 10px;
  text-align: center;
  background: #00abbf;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
}
.inputs .result .result_box {
  padding: 20px;
  border: 2px solid #00abbf;
  line-height: 1.5;
}
.inputs .result .result_box pre {
  background: #fff;
  white-space: pre-line;
}
.inputs .result_final li {
  padding-bottom: 20px;
}
.inputs .result_final li:last-child {
  padding-bottom: 0;
}
.inputs .btn_box {
  padding: 30px 0 40px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.inputs .btn_box .btn_35, .inputs .btn_box .btn_40 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.inputs .btn_box .btn_35 p, .inputs .btn_box .btn_40 p {
  font-size: 0.875rem;
}
.inputs .btn_box .btn_st {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  padding: 12px 40px;
  border-radius: 30px;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
  cursor: pointer;
}
.inputs .btn_box .btn_st span {
  font-size: 1.125rem;
  font-weight: 300;
  color: #ccffff;
}
.inputs .btn_box .btn_st:hover {
  box-shadow: rgba(50, 50, 93, 0.3) 0px 5px 5px -1px;
  text-decoration: none;
}
.inputs .btn_box .btn_35 .btn_st {
  background: #1ab499;
}
.inputs .btn_box .btn_40 .btn_st {
  background: #00abbf;
}
.inputs input, .inputs select, .inputs textarea {
  width: 100%;
}
.inputs input::placeholder, .inputs textarea::placeholder {
  color: #a8b1b2;
}
.inputs label {
  padding: 0 0 4px 6px;
  display: block;
  font-weight: 400;
  color: #111;
}
.inputs .input_gr {
  padding: 10px 0;
}
.inputs .txt_box {
  padding: 10px;
  display: block;
  position: relative;
  width: 100%;
  border: solid 1px #f5f5f5;
  background: white;
  box-sizing: border-box;
  border: 1px solid #cecece;
}
.inputs textarea {
  padding-top: 10px;
  resize: none;
}
.inputs .sel {
  background: #fff url(https://static.nid.naver.com/images/join/pc/sel_arr_2x.gif) 100% 50% no-repeat;
  background-size: 20px 8px;
  width: 100%;
  padding: 12px;
  color: #000;
  border: none;
  font-size: 1rem;
  border-radius: 0;
  *height: auto;
  -webkit-appearance: none;
}
.inputs .lay {
  padding: 10px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  font-weight: 400;
}
.inputs bold {
  font-weight: 600;
}
.inputs .checkbox-wrap {
  padding: 20px 0;
  display: flex;
  justify-content: center;
  justify-content: flex-start;
  gap: 8px;
}
.inputs .checkbox-wrap input[type=checkbox] {
  display: none;
}
.inputs .checkbox-wrap label {
  padding-bottom: 0;
  display: flex;
  align-items: center;
  font-size: 1.25rem;
  font-weight: 600;
}
.inputs .checkbox-wrap label::before {
  content: "✔";
  display: inline-block;
  width: 22px;
  height: 22px;
  line-height: 20px;
  border: 1px solid #cecece;
  font-size: 18px;
  color: transparent;
  text-align: center;
  margin-right: 10px;
  background-color: #fff;
  cursor: pointer;
}
.inputs .checkbox-wrap input[type=checkbox]:checked + label::before {
  background-color: #00abbf;
  color: #fff;
  border-color: transparent;
}
.inputs .checkbox-wrap input[type=checkbox] + label:active::before {
  transform: scale(0);
}

/*footer*/
.footer {
  background: #373b3c;
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  font-size: 0.8125rem;
  font-weight: 200;
}
.footer .inner {
  padding: 24px 20px 60px;
}
.footer .terms {
  padding: 0 0 20px;
}
.footer .terms ul {
  padding-bottom: 16px;
  border-bottom: 1px solid #575b5c;
  display: flex;
  justify-content: center;
  gap: 20px;
}
.footer .terms ul a {
  color: #fff;
  font-size: 1rem;
}
.footer h2 img {
  height: 46px;
  padding: 0 0 20px;
}
.footer bold {
  color: #ccffff;
  font-weight: 300;
}
.footer .con {
  padding: 0 0 12px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4px 10px;
  letter-spacing: 0;
}
.footer .copyright {
  font-size: 0.6875rem;
  color: #a8b1b2;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 6px;
}

.fix_btn {
  font-weight: 700;
}
.fix_btn .btn_st {
  position: fixed;
  z-index: 100;
  width: 72px;
  height: 72px;
  border-radius: 50px;
  background: #00abbf;
  box-shadow: rgba(50, 50, 93, 0.2) 0px 10px 15px -5px;
  bottom: 3%;
  right: 3%;
  color: #fff;
  font-size: 0.875rem;
  cursor: pointer;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  animation: AniFloat 1.4s infinite alternate ease-in;
}
.fix_btn .btn_st span {
  display: block;
  padding: 0 0 6px;
  line-height: 1.2;
}
.fix_btn .btn_st img {
  height: 12px;
}
.fix_btn .btn_st:hover {
  box-shadow: rgba(50, 50, 93, 0.5) 0px 10px 15px -5px;
}

/*팝업*/
#popup.hide {
  display: none;
}

#popup.has-filter {
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.popup_bg {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  align-items: flex-end;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 300;
  background-color: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}
.popup_bg .popup_close {
  padding: 0;
}
.popup_bg .popup_close img {
  width: 40px;
}
.popup_bg .window {
  max-width: 800px;
  min-width: 240px;
  width: 80%;
  height: 80%;
  box-sizing: border-box;
  position: relative;
  overflow-y: scroll;
  background: #fff;
  box-shadow: 5px 7px 12px 3px rgba(58, 58, 58, 0.2);
}
.popup_bg .content {
  padding: 32px;
}
.popup_bg .content h4 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #00abbf;
}
.popup_bg .content h5 {
  font-size: 1.125rem;
  font-weight: 600;
  padding-top: 20px;
  padding-bottom: 4px;
}
.popup_bg .content > ul {
  border-top: 2px solid #00abbf;
  padding-top: 10px;
}

/* PC view */
@media (min-width: 980px) {
  .mo {
    display: none;
  }
  .pc {
    display: block;
  }
  .inner {
    max-width: 980px;
    margin: 0 auto;
    padding: 80px 0;
  }
  .title_box .title {
    font-size: 2.625rem;
    padding-bottom: 40px;
  }
  .title_box .title span {
    font-weight: 200;
  }
  /*main*/
  .main {
    background: url(./img/mian_pc.png) 50% 0 no-repeat;
    background-size: cover;
    height: 600px;
  }
  .main .inner {
    max-width: 1200px;
    text-align: left;
    padding: 40px 0;
  }
  .main h1 img {
    height: 40px;
  }
  .main .txt_box {
    padding: 70px 0 60px;
  }
  .main .txt_box h2 {
    font-size: 3.75rem;
  }
  .main .txt_box p {
    font-size: 1.375rem;
  }
  .main a {
    font-size: 1.5rem;
  }
  .main a p img {
    height: 20px;
  }
  .main a:hover {
    box-shadow: rgba(50, 50, 93, 0.4) 0px 10px 10px 0;
  }
  /*intro*/
  .intro {
    text-align: center;
  }
  .intro .inner {
    max-width: 1200px;
  }
  .intro .title_box .title {
    padding-bottom: 20px;
  }
  .intro .title_box p {
    font-size: 1.25rem;
    line-height: 1.5;
  }
  .intro ul {
    padding: 30px 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .intro li {
    padding-bottom: 0;
  }
  .intro ul > li {
    flex-basis: calc(32% - 10px);
  }
  .intro li:first-child .txt strong {
    padding: 6px 30px;
  }
  .intro li:last-child {
    padding-bottom: 0;
  }
  .intro li:nth-child(2) .con_box {
    flex-direction: column;
  }
  .intro .con_box {
    padding: 30px 20px 40px;
    border-radius: 20px;
    box-shadow: rgba(50, 50, 93, 0.2) 0px 10px 10px -5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
  }
  .intro .con_box img {
    height: 140px;
  }
  .intro .txt strong {
    padding: 6px 50px;
    font-size: 2.25rem;
  }
  .intro .txt p {
    padding: 40px 0 0;
    font-size: 1.25rem;
  }
  /*use*/
  .use {
    background: #e5f6f8;
    text-align: center;
  }
  .use li {
    padding: 0 0 20px;
  }
  .use .con_box {
    padding: 12px 30px;
    gap: 8px;
    font-weight: 400;
  }
  .use .con_box span {
    text-align: center;
    background: #00abbf;
    width: 30px;
    height: 30px;
    font-size: 1.25rem;
    font-weight: 500;
    padding: 3px 1px 0 0;
    border-radius: 30px;
    color: #fff;
  }
  .use .con_box p {
    padding: 0 0 0 4px;
    position: relative;
    font-size: 1.5rem;
  }
  .use .con_box p mark {
    font-weight: 700;
  }
  .use p.copy {
    padding: 20px 0 0;
    color: #00abbf;
    font-size: 2rem;
    font-weight: 500;
  }
  /*input*/
  .inputs .heading {
    padding: 0 0 12px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .inputs .heading h6 {
    font-size: 1.625rem;
    font-weight: 500;
  }
  .inputs .heading h6 bold {
    color: #00abbf;
    font-weight: 500;
  }
  .inputs .heading b {
    font-size: 0.875rem;
  }
  .inputs .heading .red {
    color: #ed1c24;
  }
  .inputs .step01 .rating_box {
    padding: 20px 40px;
    background: #f5f5f5;
    border-top: 2px solid #222;
  }
  .inputs .step01 .rating_box ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .inputs .step01 .rating_box ul > li {
    flex-basis: calc(14% - 16px);
  }
  .inputs .step01 .input_gr label {
    padding: 0 0 8px;
    text-align: center;
  }
  .inputs .step01 .txt_box {
    padding: 0;
  }
  .inputs .step02 .job_box {
    padding: 30px 40px;
    font-size: 1.0625rem;
  }
  .inputs .step02 .job {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: stretch;
  }
  .inputs .step02 .job label {
    width: 160px;
    padding: 20px;
    font-size: 1.375rem;
  }
  .inputs .step02 .job .int {
    padding: 10px;
  }
  .inputs .step02 .detail_box {
    padding: 50px 0 0;
  }
  .inputs .step02 .detail_box h6 {
    font-size: 1.375rem;
  }
  .inputs .step02 .check_box {
    border-top: 1px solid #cecece;
  }
  .inputs .step02 .check_box ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 20px 0;
  }
  .inputs .step02 .check_box ul > li {
    flex-basis: calc(14% - 10px);
  }
  .inputs .step02 .check_result .input_gr {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: stretch;
  }
  .inputs .step02 .check_result label {
    width: 160px;
    padding: 30px;
    background: #00abbf;
    color: #fff;
    font-size: 1.375rem;
    text-align: center;
  }
  .inputs .step02 .check_result .int {
    padding: 6px;
    height: 60px;
  }
  .inputs .step01.result {
    padding-bottom: 60px;
  }
  .inputs .result h5 {
    padding: 10px;
    text-align: center;
    background: #00abbf;
    color: #fff;
    font-size: 1.875rem;
    font-weight: 500;
  }
  .inputs .result .result_box {
    padding: 30px 40px;
    font-size: 1.125rem;
  }
  .inputs .result .result_box pre {
    background: #fff;
    white-space: pre-line;
  }
  .inputs .btn_box {
    padding: 40px 0 60px;
    flex-direction: row;
    gap: 30px;
  }
  .inputs .btn_box .btn_st {
    padding: 20px 40px 16px;
    border-radius: 40px;
    font-size: 1.875rem;
  }
  .inputs .btn_box .btn_st span {
    font-size: 1.5rem;
  }
  .inputs .btn_box .btn_st:hover {
    box-shadow: rgba(50, 50, 93, 0.3) 0px 5px 5px -1px;
    text-decoration: none;
  }
  .inputs input, .inputs select, .inputs textarea {
    width: 100%;
  }
  .inputs input::placeholder, .inputs textarea::placeholder {
    color: #a8b1b2;
  }
  .inputs label {
    padding: 0 0 4px 6px;
    display: block;
    font-weight: 400;
    color: #111;
  }
  .inputs .input_gr {
    padding: 10px 0;
  }
  .inputs .txt_box {
    padding: 10px;
    display: block;
    position: relative;
    width: 100%;
    border: solid 1px #f5f5f5;
    background: white;
    box-sizing: border-box;
    border: 1px solid #cecece;
  }
  .inputs textarea {
    padding-top: 10px;
    resize: none;
  }
  .inputs .sel {
    background: #fff url(https://static.nid.naver.com/images/join/pc/sel_arr_2x.gif) 100% 50% no-repeat;
    background-size: 20px 8px;
    width: 100%;
    padding: 12px;
    color: #000;
    border: none;
    font-size: 1rem;
    border-radius: 0;
    *height: auto;
    -webkit-appearance: none;
  }
  .inputs .lay {
    padding: 10px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    font-weight: 400;
  }
  .inputs bold {
    font-weight: 600;
  }
  .inputs .checkbox-wrap {
    padding: 20px 0;
    display: flex;
    justify-content: center;
    justify-content: flex-start;
    gap: 8px;
  }
  .inputs .checkbox-wrap input[type=checkbox] {
    display: none;
  }
  .inputs .checkbox-wrap label {
    padding-bottom: 0;
    display: flex;
    align-items: center;
    font-size: 1.25rem;
    font-weight: 600;
  }
  .inputs .checkbox-wrap label::before {
    content: "✔";
    display: inline-block;
    width: 22px;
    height: 22px;
    line-height: 20px;
    border: 1px solid #cecece;
    font-size: 18px;
    color: transparent;
    text-align: center;
    margin-right: 10px;
    background-color: #fff;
  }
  .inputs .checkbox-wrap input[type=checkbox]:checked + label::before {
    background-color: #00abbf;
    color: #fff;
    border-color: transparent;
  }
  .inputs .checkbox-wrap input[type=checkbox] + label:active::before {
    transform: scale(0);
  }
  /*footer*/
  .footer {
    background: #373b3c;
    color: #fff;
    text-align: center;
    letter-spacing: 0;
    font-size: 0.9375rem;
    font-weight: 200;
  }
  .footer .inner {
    padding: 24px 20px 60px;
  }
  .footer .terms {
    padding: 0 0 30px;
  }
  .footer .terms ul {
    padding-bottom: 18px;
    border-bottom: 1px solid #575b5c;
    display: flex;
    justify-content: center;
    gap: 20px;
  }
  .footer .terms ul a {
    color: #fff;
    font-size: 1.125rem;
  }
  .footer .info {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-around;
    gap: 20px;
  }
  .footer h2 img {
    height: 50px;
    padding: 0 0 20px;
  }
  .footer bold {
    color: #ccffff;
    font-weight: 300;
  }
  .footer .con {
    padding: 0 0 12px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 4px 10px;
    letter-spacing: 0;
  }
  .footer .copyright {
    font-size: 0.75rem;
    color: #a8b1b2;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 0 6px;
  }
  .fix_btn {
    font-weight: 700;
  }
  .fix_btn .btn_st {
    position: fixed;
    z-index: 100;
    width: 92px;
    height: 92px;
    border-radius: 50px;
    background: #00abbf;
    box-shadow: rgba(50, 50, 93, 0.2) 0px 10px 15px -5px;
    bottom: 3%;
    right: 3%;
    color: #fff;
    font-size: 1.125rem;
    font-weight: 400;
    cursor: pointer;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    animation: AniFloat 1.4s infinite alternate ease-in;
  }
  .fix_btn .btn_st span {
    display: block;
    padding: 0 0 6px;
    line-height: 1.2;
  }
  .fix_btn .btn_st img {
    height: 12px;
  }
  .fix_btn .btn_st:hover {
    box-shadow: rgba(50, 50, 93, 0.5) 0px 10px 15px -5px;
  }
}

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