@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15; /* 1 */
  text-size-adjust: 100%; /* 2 */
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

a {
  background-color: transparent;
}

abbr[title] {
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
  border-bottom: none; /* 1 */
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0; /* 2 */
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
}

button,
input {
  /* 1 */
  overflow: visible;
}

button,
select {
  /* 1 */
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box; /* 1 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  color: inherit; /* 2 */
  white-space: normal; /* 1 */
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

[type="search"]::-webkit-search-decoration {
  appearance: none;
}

::-webkit-file-upload-button {
  appearance: button; /* 1 */
  font: inherit; /* 2 */
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

* {
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
}

html {
  font-family: "Pretendard", sans-serif;
}

body {
  font-family: "Pretendard", sans-serif;
}

html,
body {
  font-size: 62.5%;
}

h1 {
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  background-color: transparent;
  border: 0;
}
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: none;
  box-shadow: none;
}

a,
button {
  cursor: pointer;
}

ul,
ol {
  padding-left: 0;
  list-style: none;
}

.container {
  width: 100%;
  margin: 0 auto;
  max-width: 136.8rem;
  padding: 0;
}
.container .row {
  display: flex;
  flex-wrap: wrap;
}
.container [class^="col-"] {
  padding: 0 1.5rem;
}
.container .col-lg-1 {
  width: 11.4rem;
}
.container .col-lg-2 {
  width: 22.8rem;
}
.container .col-lg-3 {
  width: 34.2rem;
}
.container .col-lg-4 {
  width: 45.6rem;
}
.container .col-lg-5 {
  width: 57rem;
}
.container .col-lg-6 {
  width: 68.4rem;
}
.container .col-lg-7 {
  width: 79.8rem;
}
.container .col-lg-8 {
  width: 91.2rem;
}
.container .col-lg-9 {
  width: 102.6rem;
}
.container .col-lg-10 {
  width: 114rem;
}
.container .col-lg-11 {
  width: 125.4rem;
}
.container .col-lg-12 {
  width: 136.8rem;
}
@media screen and (max-width: 1368px) {
  .container {
    max-width: 102rem;
    padding: 0 3rem;
  }
  .container .col-md-1 {
    width: 8.3333333333%;
  }
  .container .col-md-2 {
    width: 16.6666666667%;
  }
  .container .col-md-3 {
    width: 25%;
  }
  .container .col-md-4 {
    width: 33.3333333333%;
  }
  .container .col-md-5 {
    width: 41.6666666667%;
  }
  .container .col-md-6 {
    width: 50%;
  }
  .container .col-md-7 {
    width: 58.3333333333%;
  }
  .container .col-md-8 {
    width: 66.6666666667%;
  }
  .container .col-md-9 {
    width: 75%;
  }
  .container .col-md-10 {
    width: 83.3333333333%;
  }
  .container .col-md-11 {
    width: 91.6666666667%;
  }
  .container .col-md-12 {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .container {
    max-width: 52rem;
    padding: 0 1rem;
  }
  .container [class^="col-"] {
    padding: 0 1.2rem;
  }
  .container .col-sm-1 {
    width: 16.6666666667%;
  }
  .container .col-sm-2 {
    width: 33.3333333333%;
  }
  .container .col-sm-3 {
    width: 50%;
  }
  .container .col-sm-4 {
    width: 66.6666666667%;
  }
  .container .col-sm-5 {
    width: 83.3333333333%;
  }
  .container .col-sm-6 {
    width: 100%;
  }
}

html.nav-open {
  overflow: hidden;
}
html.nav-open body {
  overflow: hidden;
}
html.nav-open body * {
  touch-action: none;
}

html,
body {
  overflow-x: hidden;
}

@media screen and (max-width: 1368px) {
  .slider-container {
    padding: 0 0 0 3rem;
  }
}
@media screen and (max-width: 768px) {
  .slider-container {
    padding: 0 0 0 1rem;
  }
}

/* 버튼 */
.btn-white {
  display: inline-block;
  background: #fff;
  box-shadow: 0px 8px 20px rgba(0, 59, 255, 0.2);
}

.btn-blue-bd {
  display: inline-block;
  border: 3px solid #4066ed;
  background: #fff;
  color: #4066ed !important;
  box-shadow: 0px 8px 20px rgba(0, 59, 255, 0.2);
}
@media screen and (max-width: 1368px) {
  .btn-blue-bd {
    border-width: 2px;
  }
}
.btn-blue-bd svg {
  fill: #4066ed;
}

.btn-blue-bd:hover {
  background: #0d267d;
  border-color: #0d267d;
  color: #fff !important;
}
.btn-blue-bd:hover svg {
  fill: #fff;
}

.btn-blue {
  display: inline-block;
  border: 3px solid #4066ed;
  background: #4066ed;
  color: #fff !important;
  box-shadow: 0px 8px 20px rgba(0, 59, 255, 0.2);
}
@media screen and (max-width: 1368px) {
  .btn-blue {
    border-width: 2px;
  }
}
.btn-blue svg {
  fill: #fff;
}

.btn-blue:hover {
  background: #fff;
  color: #4066ed !important;
}
.btn-blue:hover svg {
  fill: #4066ed;
}

.btn-small {
  padding: 1rem 2rem;
  height: 3.7rem;
  border-radius: 1.8rem;
  border: none;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: calc(false * 0.1rem);
  color: #385bd9;
}

.btn-big {
  height: 7.6rem;
  border-radius: 3.8rem;
  padding: 2.5rem 5rem;
  transition: 0.5s ease 0.1s;
  transition-property: background, color, border;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: calc(false * 0.1rem);
  color: #4066ed;
}
@media screen and (max-width: 1368px) {
  .btn-big {
    height: 7rem;
    padding: 2.3rem 4rem;
    font-size: 2rem;
    line-height: calc(false * 0.1rem);
  }
}
@media screen and (max-width: 768px) {
  .btn-big {
    width: 100%;
    border-radius: 3.5rem;
    padding: 2.3rem 1rem;
    font-size: 1.8rem;
    line-height: calc(false * 0.1rem);
  }
}

.btn-arrow {
  display: inline-flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .btn-arrow {
    justify-content: center;
  }
}
.btn-arrow svg {
  width: 1rem;
  height: 1.7rem;
  margin-left: 2.4rem;
  transition: 0.5s ease 0.1s;
  transition-property: all;
}

.btn-arrow:hover svg {
  transform: translateX(0.5rem);
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  transition: 0.8s ease 0s;
  transition-property: all;
}
.header .nav-con {
  display: flex;
  align-items: center;
  padding-top: 2.2rem;
  padding-bottom: 2.2rem;
}
.header .nav-con .nav-con__m-nav,
.header .nav-con .m-nav-item {
  display: none;
}
@media screen and (max-width: 1368px) {
  .header .nav-con {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
  .header .nav-con .nav-con__m-nav,
  .header .nav-con .m-nav-item {
    display: block;
  }
  .header .nav-con .pc-nav-item {
    display: none;
  }
}
.header .nav-con__hamburger {
  display: none;
}
@media screen and (max-width: 1368px) {
  .header .nav-con__hamburger {
    display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
    width: 3.8rem;
    height: 3.6rem;
    padding: 0.8rem;
    margin-right: 1.6rem;
  }
  .header .nav-con__hamburger span {
    display: block;
    width: 100%;
    height: 0.4rem;
    border-radius: 0.2rem;
    background: #fff;
  }
}
@media screen and (max-width: 1368px) {
  .header .nav-con__hamburger::before,
  .header .nav-con__hamburger::after {
    content: "";
    display: block;
    width: 100%;
    height: 0.4rem;
    border-radius: 0.2rem;
    background: #fff;
  }
}
.header .nav-con__logo .rn-logo {
  display: inline-block;
}
.header .nav-con__logo svg {
  width: 11rem;
  fill: #fff;
}
.header .nav-con__lists {
  display: flex;
  width: 100%;
  align-items: center;
  padding-left: 4rem;
  transition: 1.2s ease 0s;
  transition-property: opacity, transform;
}
@media screen and (max-width: 1368px) {
  .header .nav-con__lists {
    display: block;
    opacity: 0;
    visibility: hidden;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    transform: translateX(-100%);
    background: #fff;
    padding-left: 0;
    z-index: 99999;
  }
  .header .nav-con__lists-head {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem 2.2rem;
  }
  .header .nav-con__lists-head-logo svg {
    width: 14rem;
    fill: #4066ed;
  }
  .header .nav-con__lists-head-close {
    position: relative;
    width: 3rem;
    height: 3rem;
  }
  .header .nav-con__lists-head-close::before,
  .header .nav-con__lists-head-close::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 0.4rem;
    height: 2.8rem;
    border-radius: 0.2rem;
    background: #373a42;
  }
  .header .nav-con__lists-head-close::before {
    transform: rotate(45deg) translate(-0.8rem, 1rem);
  }
  .header .nav-con__lists-head-close::after {
    transform: rotate(-45deg) translate(-1rem, -0.8rem);
  }
}
.header .nav-con__lists .row {
  width: 100%;
  justify-content: space-between;
}
@media screen and (max-width: 1368px) {
  .header .nav-con__lists .row {
    display: block;
    padding: 3.4rem 2.2rem;
  }
}
.header .nav-con__lists-con {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1368px) {
  .header .nav-con__lists-con {
    display: block;
  }
}
.header .nav-con__lists-con-item {
  padding: 0 2rem;
}
.header .nav-con__lists-con-item a,
.header .nav-con__lists-con-item button {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: calc(false * 0.1rem);
  color: #fff;
}
@media screen and (max-width: 1368px) {
  .header .nav-con__lists-con-item a,
  .header .nav-con__lists-con-item button {
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 5.2rem;
    color: #373a42;
    display: block;
  }
}
@media screen and (max-width: 1368px) {
  .header .nav-con__m-nav {
    margin-top: 1.6rem;
    padding-top: 1.6rem;
    border-top: 1px solid #dce7f1;
  }
}
.header .nav-con__btn {
  margin-left: auto;
}
.header .nav-con__btn a {
  width: 9.2rem;
}
@media screen and (max-width: 1368px) {
  .header .nav-con__btn a {
    width: auto;
    max-width: 10.4rem;
  }
}

@media screen and (max-width: 1368px) {
  .nav-open .nav-con__lists {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }
}

.blue-header {
  background: rgb(64, 102, 237);
}

.blue-header.scrollOn {
  background: rgb(255, 255, 255);
  box-shadow: rgba(150, 150, 150, 0.2) 2px 2px 10px;
}
.blue-header.scrollOn .nav-con__logo svg {
  fill: #4066ed;
}
@media screen and (max-width: 1368px) {
  .blue-header.scrollOn .nav-con__logo svg {
    fill: #373a42;
  }
}
.blue-header.scrollOn .nav-con__lists-con-item a,
.blue-header.scrollOn .nav-con__lists-con-item button {
  color: #373a42;
}
.blue-header.scrollOn .nav-con__btn a {
  background: #4066ed;
  color: #fff;
}
@media screen and (max-width: 1368px) {
  .blue-header.scrollOn .nav-con__hamburger span {
    background: #373a42;
  }
  .blue-header.scrollOn .nav-con__hamburger::before,
  .blue-header.scrollOn .nav-con__hamburger::after {
    background: #373a42;
  }
}

.white-header {
  background: rgb(255, 255, 255);
}
.white-header .nav-con__logo svg {
  fill: #4066ed;
}
@media screen and (max-width: 1368px) {
  .white-header .nav-con__logo svg {
    fill: #373a42;
  }
}
.white-header .nav-con__lists-con-item a,
.white-header .nav-con__lists-con-item button {
  color: #373a42;
}
@media screen and (max-width: 1368px) {
  .white-header .nav-con__hamburger span {
    background: #373a42;
  }
  .white-header .nav-con__hamburger::before,
  .white-header .nav-con__hamburger::after {
    background: #373a42;
  }
}

.white-header.scrollOn {
  background: rgb(64, 102, 237);
  box-shadow: rgba(150, 150, 150, 0.2) 2px 2px 10px;
}
.white-header.scrollOn .nav-con__logo svg {
  fill: #fff;
}
@media screen and (max-width: 1368px) {
  .white-header.scrollOn .nav-con__logo svg {
    fill: #fff;
  }
}
.white-header.scrollOn .nav-con__lists-con-item a,
.white-header.scrollOn .nav-con__lists-con-item button {
  color: #fff;
}
@media screen and (max-width: 1368px) {
  .white-header.scrollOn .nav-con__lists-con-item a,
  .white-header.scrollOn .nav-con__lists-con-item button {
    color: #373a42;
  }
}
.white-header.scrollOn .nav-con__btn a {
  background: #fff;
  color: #4066ed !important;
}
@media screen and (max-width: 1368px) {
  .white-header.scrollOn .nav-con__hamburger span {
    background: #fff;
  }
  .white-header.scrollOn .nav-con__hamburger::before,
  .white-header.scrollOn .nav-con__hamburger::after {
    background: #fff;
  }
}

.mobile-bt-fixed {
  visibility: hidden;
  transform: translateY(100%);
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99;
  transition: 0.6s ease 0s;
  transition-property: transform;
}
@media screen and (max-width: 768px) {
  .mobile-bt-fixed {
    visibility: visible;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 6.6rem;
  }
  .mobile-bt-fixed__btn {
    display: flex;
    align-items: end;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: #4066ed;
  }
}
.mobile-bt-fixed img {
  max-width: 28rem;
}

@media screen and (max-width: 768px) {
  .mobile-bt-fixed.active {
    transform: translateY(0);
  }
}

.apply-header .mobile-bt-fixed {
  display: none;
}

@media screen and (max-width: 768px) {
  .red-wrap[name="bottomPos"] {
    transition: 0.6s ease 0s;
    transition-property: transform;
  }
  .red-wrap.scrollActive {
    transform: translate(-50%, -66px) !important;
  }
}
.footer {
  padding: 5rem 0;
  background: #161924;
}
@media screen and (max-width: 1368px) {
  .footer {
    padding: 4.4rem 0;
  }
}
.footer__logo img {
  width: 13.8rem;
}
@media screen and (max-width: 1368px) {
  .footer__logo img {
    width: 14.2rem;
  }
}
.footer__con .row {
  flex-wrap: nowrap;
  flex-direction: row-reverse;
}
@media screen and (max-width: 1368px) {
  .footer__con .row {
    flex-wrap: wrap;
    flex-direction: row;
  }
}
.footer__con-1 {
  margin-bottom: 4rem;
}
@media screen and (max-width: 1368px) {
  .footer__con-1 {
    margin-bottom: 2.4rem;
  }
}
.footer__con-1 p,
.footer__con-1 address {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: -0.01em;
  line-height: 2.2rem;
  color: #fff;
}
@media screen and (max-width: 1368px) {
  .footer__con-1 p,
  .footer__con-1 address {
    font-size: 1.4rem;
    line-height: calc(false * 0.1rem);
  }
}
.footer__con-1 address {
  font-style: normal;
}
.footer__con-2 p {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: -0.01em;
  line-height: 2.2rem;
  color: #8f8f8f;
}
@media screen and (max-width: 1368px) {
  .footer__con-2 p {
    font-size: 1.4rem;
    line-height: calc(false * 0.1rem);
  }
}
.footer__con-2 p a {
  text-decoration: underline;
}
.footer__sns {
  padding-right: 0 !important;
  display: inline-flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 1368px) {
  .footer__sns {
    padding: 2.4rem 0 !important;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 1368px) {
  .footer__sns a {
    padding-right: 1.2rem;
  }
}
.footer__txt {
  padding-left: 0 !important;
}

.quiz-body .footer {
  background: #161924;
  padding: 4.4rem 0;
}
.quiz-body .footer__logo img {
  width: 18.6rem;
}
.quiz-body .footer__con .row {
  max-width: 37.5rem;
  flex-wrap: wrap;
  flex-direction: row;
}
.quiz-body .footer__con-1 {
  margin-bottom: 2.4rem;
}
.quiz-body .footer__con-1 p,
.quiz-body .footer__con-1 address {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: -0.01em;
  line-height: 2.2rem;
  color: #fff;
}
.quiz-body .footer__con-1 address {
  font-style: normal;
}
.quiz-body .footer__con-2 p {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: -0.01em;
  line-height: 2.2rem;
  color: #8f8f8f;
}
.quiz-body .footer__con-2 p a {
  text-decoration: underline;
}
.quiz-body .footer__sns {
  display: inline-flex;
  align-items: flex-start;
  padding: 2.4rem 0 !important;
  justify-content: flex-start;
}
.quiz-body .footer__sns a {
  padding-right: 1.2rem;
}
.quiz-body .footer__txt {
  padding-left: 0 !important;
}

.sub-bnr {
  display: flex;
  height: 79.4rem;
  padding-top: 8rem;
  background: #fff;
}
@media screen and (max-width: 1368px) {
  .sub-bnr {
    padding-top: 6rem;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .sub-bnr {
    padding: 12.4rem 0 4.4rem;
    height: auto;
  }
}
.sub-bnr .container {
  display: flex;
}
.sub-bnr .row {
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .sub-bnr .row {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 768px) {
  .sub-bnr-titbox {
    margin-top: 2.4rem;
  }
}
.sub-bnr-titbox__title {
  opacity: 0;
  transform: translateY(50px);
  margin-bottom: 2rem;
  font-size: 6rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: calc(false * 0.1rem);
  color: #373a42;
  transition: 0.5s ease 0s;
  transition-property: opacity, transform;
}
@media screen and (max-width: 1368px) {
  .sub-bnr-titbox__title {
    font-size: 4rem;
    line-height: calc(false * 0.1rem);
    word-break: keep-all;
  }
}
@media screen and (max-width: 768px) {
  .sub-bnr-titbox__title {
    font-size: 3.4rem;
    line-height: calc(false * 0.1rem);
    word-break: keep-all;
  }
}
.sub-bnr-titbox__txt {
  display: inline-block;
  opacity: 0;
  transform: translateY(30px);
  font-size: 2.6rem;
  font-weight: 400;
  letter-spacing: -0.01em;
  line-height: calc(35 * 0.1rem);
  color: #9a9da9;
  transition: 0.5s ease 0.4s;
  transition-property: opacity, transform;
}
@media screen and (max-width: 1368px) {
  .sub-bnr-titbox__txt {
    font-size: 2.2rem;
    line-height: calc(false * 0.1rem);
    word-break: keep-all;
  }
}
@media screen and (max-width: 768px) {
  .sub-bnr-titbox__txt {
    margin-bottom: 3.2rem;
    font-size: 2rem;
    line-height: calc(false * 0.1rem);
  }
}
.sub-bnr-titbox__btn {
  opacity: 0;
  transform: translateY(30px);
  margin-top: 10rem;
  transition: 0.5s ease 0.8s;
  transition-property: opacity, transform;
}
@media screen and (max-width: 1368px) {
  .sub-bnr-titbox__btn {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .sub-bnr-titbox__btn {
    display: flex;
    margin-top: 3.2rem;
  }
}
.sub-bnr-titbox__btn a {
  margin-right: 3rem;
}
@media screen and (max-width: 768px) {
  .sub-bnr-titbox__btn a {
    margin-right: 0;
    margin-left: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .sub-bnr-titbox__btn a:first-child {
    margin-left: 0;
  }
}
.sub-bnr__imgbox {
  opacity: 0;
  transform: translateY(-50px);
  height: 100%;
  display: flex;
  align-items: end;
  justify-content: end;
  transition: 0.5s ease 1.2s;
  transition-property: opacity, transform;
}
@media screen and (max-width: 1368px) {
  .sub-bnr__imgbox img {
    width: 100%;
    height: auto !important;
  }
}
@media screen and (max-width: 768px) {
  .sub-bnr__imgbox img {
    width: auto;
    max-height: 36rem;
  }
}
@media screen and (max-width: 768px) {
  .sub-bnr__imgbox {
    width: 100%;
    height: auto;
    justify-content: center;
  }
}

.howto-bnr .sub-bnr__imgbox img {
  height: 66rem;
}

.fee-bnr .sub-bnr__imgbox img {
  height: 65.6rem;
}

.blog-bnr .sub-bnr__imgbox img {
  height: 65.6rem;
}

.untact-bnr .sub-bnr__imgbox img {
  height: 61.2rem;
}

.faq-bnr .sub-bnr__imgbox img {
  height: 69.2rem;
}

.sub-bnr.loaded .sub-bnr-titbox__title,
.sub-bnr.loaded .sub-bnr-titbox__txt,
.sub-bnr.loaded .sub-bnr-titbox__btn {
  opacity: 1;
  transform: translateY(0);
}
.sub-bnr.loaded .sub-bnr__imgbox {
  opacity: 1;
  transform: translateY(0);
}

.solved {
  padding: 10rem 0;
  background: #f5f7fe;
}
@media screen and (max-width: 768px) {
  .solved {
    padding: 6rem 0;
  }
}
@media screen and (max-width: 768px) {
  .solved .row {
    display: block;
  }
}
.solved__slider {
  overflow: visible !important;
}
@media screen and (max-width: 768px) {
  .solved__slider {
    overflow: hidden !important;
  }
}
.solved-titBox {
  text-align: center;
}
.solved-titBox__title {
  font-size: 3.8rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: calc(false * 0.1rem);
  color: #373a42;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 1368px) {
  .solved-titBox__title {
    font-size: 3rem;
    line-height: calc(false * 0.1rem);
    word-break: keep-all;
  }
}
@media screen and (max-width: 768px) {
  .solved-titBox__title {
    font-size: 2.8rem;
    line-height: calc(false * 0.1rem);
    word-break: keep-all;
    margin-bottom: 3.2rem;
  }
}
.solved-titBox__title b {
  font-weight: 700;
  color: #4066ed;
}
.solved-titBox__txt {
  font-size: 2.3rem;
  font-weight: 400;
  letter-spacing: -0.01em;
  line-height: calc(false * 0.1rem);
  color: #9a9da9;
}
@media screen and (max-width: 1368px) {
  .solved-titBox__txt {
    font-size: 2rem;
    line-height: calc(false * 0.1rem);
  }
}
@media screen and (max-width: 768px) {
  .solved-titBox__txt {
    font-size: 1.8rem;
    line-height: calc(false * 0.1rem);
  }
}
.solved-conBox {
  position: relative;
  margin-top: 6.4rem;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .solved-conBox {
    min-height: auto;
    margin-top: 3.2rem;
    display: block;
  }
}
.solved-conBox__list {
  display: flex;
  align-items: center;
  min-height: 21rem;
  justify-content: space-between;
}
@media screen and (max-width: 1368px) {
  .solved-conBox__list {
    min-height: 18rem;
  }
}
@media screen and (max-width: 768px) {
  .solved-conBox__list {
    min-height: auto;
    justify-content: inherit;
  }
}
.solved-conBox__list .list-item {
  width: 15.4rem;
  text-align: center;
}
@media screen and (max-width: 1368px) {
  .solved-conBox__list .list-item {
    width: 12rem;
    margin-right: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .solved-conBox__list .list-item {
    margin-right: 0;
  }
}
.solved-conBox__list .list-item__ico {
  width: 15.4rem;
  height: 15.4rem;
  background-color: #fff;
  margin-bottom: 2.3rem;
  transition: 0.8s ease 0s;
  transition-property: transform, color, font-size;
  border-radius: 3rem;
  box-shadow: 0px 8px 20px rgba(0, 59, 255, 0.2);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 70%;
}
@media screen and (max-width: 1368px) {
  .solved-conBox__list .list-item__ico {
    width: 100%;
    height: 12rem;
    background-size: 70%;
  }
}
.solved-conBox__list .list-item__ico1 {
  background-image: url("../../assets/images/ico_solved_1.png");
}
.solved-conBox__list .list-item__ico2 {
  background-image: url("../../assets/images/ico_solved_2.png");
}
.solved-conBox__list .list-item__ico3 {
  background-image: url("../../assets/images/ico_solved_3.png");
}
.solved-conBox__list .list-item__ico4 {
  background-image: url("../../assets/images/ico_solved_4.png");
}
.solved-conBox__list .list-item__ico5 {
  background-image: url("../../assets/images/ico_solved_5.png");
}
.solved-conBox__list .list-item__txt {
  transition: 0.8s ease 0s;
  transition-property: all;
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: calc(false * 0.1rem);
  color: #9a9da9;
}
@media screen and (max-width: 1368px) {
  .solved-conBox__list .list-item__txt {
    margin-top: 1.6rem;
    font-size: 1.6rem;
    line-height: calc(false * 0.1rem);
  }
}
.solved-conBox__list .list-item.active .list-item__ico {
  transform: scale(1.15, 1.15);
}
.solved-conBox__list .list-item.active .list-item__txt {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: calc(false * 0.1rem);
  color: #4066ed;
}
@media screen and (max-width: 1368px) {
  .solved-conBox__list .list-item.active .list-item__txt {
    font-size: 2rem;
    font-weight: 700;
    line-height: calc(false * 0.1rem);
    color: #4066ed;
  }
}

.process {
  padding: 10rem 0;
  background: #4a48c6;
}
@media screen and (max-width: 768px) {
  .process {
    padding: 6rem 0;
  }
}
.process-titBox {
  text-align: center;
}
.process-titBox__title {
  margin-bottom: 1.6rem;
  font-size: 3.8rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: calc(false * 0.1rem);
  color: #fff;
}
@media screen and (max-width: 1368px) {
  .process-titBox__title {
    font-size: 3.2rem;
    line-height: calc(false * 0.1rem);
  }
}
@media screen and (max-width: 768px) {
  .process-titBox__title {
    font-size: 2.8rem;
    line-height: calc(false * 0.1rem);
  }
}
.process-titBox__title b {
  color: #00d1ff;
  font-weight: 700;
}
.process-titBox__txt {
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: -0.01em;
  line-height: 2.8rem;
  color: #fff;
}
@media screen and (max-width: 1368px) {
  .process-titBox__txt {
    font-size: 1.8rem;
    line-height: 2.4rem;
    word-break: keep-all;
  }
}
@media screen and (max-width: 768px) {
  .process-titBox__txt {
    font-size: 1.4rem;
    line-height: 2rem;
    word-break: keep-all;
  }
}
.process-titBox__txt b {
  color: #00d1ff;
  font-weight: 700;
}
.process-conBox {
  display: flex;
  align-items: start;
  justify-content: center;
  margin-top: 5.6rem;
}
@media screen and (max-width: 768px) {
  .process-conBox {
    margin-top: 3.2rem;
  }
}
.process-conBox__item {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .process-conBox__item {
    max-width: 5.5rem;
  }
}
.process-conBox__item-img {
  width: 10rem;
  height: 10rem;
  border-radius: 5rem;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .process-conBox__item-img {
    width: 5.5rem;
    height: 5.5rem;
    border-radius: 3rem;
  }
}
.process-conBox__item-img1 {
  background-image: url("../../assets/images/ico_pencil.png");
  background-size: 60% auto;
}
.process-conBox__item-img2 {
  background-image: url("../../assets/images/ico_phone.png");
  background-size: 40% auto;
}
.process-conBox__item-img3 {
  background-image: url("../../assets/images/ico_paper.png");
  background-size: 40% auto;
}
.process-conBox__item-img4 {
  background-image: url("../../assets/images/ico_checked.png");
  background-size: 60% auto;
}
.process-conBox__item-txt {
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: -0.01em;
  line-height: 2.4rem;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .process-conBox__item-txt {
    font-size: 1.6rem;
    line-height: 1.9rem;
    word-break: keep-all;
  }
}
.process-conBox__arrow {
  display: inline-flex;
  align-items: center;
  height: 10rem;
  padding: 0 1rem;
}
@media screen and (max-width: 768px) {
  .process-conBox__arrow {
    height: 5.5rem;
  }
}
.process-conBox__arrow span {
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  background: url("../../assets/images/ico_arrow.svg") no-repeat center;
  background-size: auto 100%;
}
.process-conBox__arrow::before,
.process-conBox__arrow::after {
  content: "";
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  background: url("../../assets/images/ico_arrow.svg") no-repeat center;
  background-size: auto 100%;
}
@media screen and (max-width: 768px) {
  .process-conBox__arrow::before,
  .process-conBox__arrow::after {
    display: none;
  }
}

.review {
  padding: 10rem 0;
  background: #287af9;
}
@media screen and (max-width: 768px) {
  .review {
    padding: 6rem 0;
  }
}
.review-titBox {
  text-align: center;
}
.review-titBox__title {
  margin-bottom: 1.6rem;
  font-size: 3.8rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: calc(false * 0.1rem);
  color: #fff;
}
@media screen and (max-width: 1368px) {
  .review-titBox__title {
    font-size: 3.2rem;
    line-height: calc(false * 0.1rem);
    word-break: keep-all;
  }
}
@media screen and (max-width: 768px) {
  .review-titBox__title {
    font-size: 2.8rem;
    line-height: calc(false * 0.1rem);
    word-break: keep-all;
    padding: 0 3rem;
  }
}
.review-titBox__title b {
  font-weight: 700;
  color: #00ff47;
}
.review-titBox__txt {
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: -0.01em;
  line-height: 2.8rem;
  color: #fff;
}
@media screen and (max-width: 1368px) {
  .review-titBox__txt {
    font-size: 1.8rem;
    line-height: 2rem;
    word-break: keep-all;
  }
}
@media screen and (max-width: 768px) {
  .review-titBox__txt {
    font-size: 1.6rem;
    line-height: 2rem;
    word-break: keep-all;
  }
}
.review__slider .slider-wrapper {
  margin: 5.6rem 0;
}
@media screen and (max-width: 1368px) {
  .review__slider .slider-con {
    max-width: 25.6rem;
  }
}
@media screen and (max-width: 768px) {
  .review__slider .slider-con {
    max-width: 18.6rem;
  }
}
.review__slider .slider-con-rv {
  height: 100%;
  min-height: 27.6rem;
  background: #fff;
  border-radius: 3rem;
  padding: 3rem;
  box-shadow: 0px 8px 20px rgba(0, 20, 88, 0.2);
}
@media screen and (max-width: 768px) {
  .review__slider .slider-con-rv {
    padding: 1.8rem;
    min-height: 22.6rem;
  }
}
.review__slider .slider-con-rv__ico {
  width: 2.2rem;
  height: 2rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .review__slider .slider-con-rv__ico {
    width: 1.2rem;
    height: 1rem;
    margin-bottom: 0.5rem;
  }
}
.review__slider .slider-con-rv__ico path {
  fill: #dcdcde;
}
.review__slider .slider-con-rv__txt {
  margin-bottom: 3.2rem;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 2rem;
  color: #373a42;
}
@media screen and (max-width: 768px) {
  .review__slider .slider-con-rv__txt {
    margin-bottom: 1.8rem;
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
}
.review__slider .slider-con-rv__txt b {
  font-weight: 400;
  color: #287af9;
}
.review__slider .slider-con-rv__writer {
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: calc(false * 0.1rem);
  color: #756e6f;
}
@media screen and (max-width: 768px) {
  .review__slider .slider-con-rv__writer {
    font-size: 1.4rem;
    line-height: calc(false * 0.1rem);
  }
}
.review__slider .slider-con-rv__writer b {
  font-weight: 400;
  color: #287af9;
}
.review__slider .slider-con-rv__info {
  margin-top: 1rem;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 1.9rem;
  color: #9b9597;
}
@media screen and (max-width: 768px) {
  .review__slider .slider-con-rv__info {
    font-size: 1.1rem;
    line-height: 1.8rem;
  }
}
.review__slider-paging {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 1.8rem;
}
.review__slider-paging .swiper-pagination-bullet {
  width: 1.2rem;
  height: 1.2rem;
  background: #5999fc;
  transition: 0.4s ease 0s;
  transition-property: all;
}
.review__slider-paging .swiper-pagination-bullet-active {
  width: 1.5rem;
  height: 1.5rem;
  background: #bcd6ff;
}

.price {
  padding: 10rem 0;
  background: #f5f7fe;
}
@media screen and (max-width: 768px) {
  .price {
    padding: 6rem 0;
  }
}
.price-titBox {
  text-align: center;
}
.price-titBox__title {
  margin-bottom: 1.6rem;
  font-size: 3.8rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: calc(false * 0.1rem);
  color: #373a42;
}
@media screen and (max-width: 1368px) {
  .price-titBox__title {
    font-size: 3rem;
    line-height: calc(false * 0.1rem);
  }
}
@media screen and (max-width: 768px) {
  .price-titBox__title {
    font-size: 2.8rem;
    line-height: calc(false * 0.1rem);
  }
}
.price-titBox__title b {
  font-weight: 700;
  color: #4066ed;
}
.price-titBox__txt {
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: -0.01em;
  line-height: calc(false * 0.1rem);
  color: #9a9da9;
}
@media screen and (max-width: 1368px) {
  .price-titBox__txt {
    font-size: 1.8rem;
    line-height: calc(false * 0.1rem);
  }
}
@media screen and (max-width: 768px) {
  .price-titBox__txt {
    font-size: 1.6rem;
    line-height: calc(false * 0.1rem);
    word-break: keep-all;
  }
}
.price-conBox {
  justify-content: center;
  padding: 5.6rem 0;
}
@media screen and (max-width: 768px) {
  .price-conBox {
    padding: 3.2rem 0 2.4rem;
  }
}
.price-conBox__item {
  padding: 3rem;
  background: #fff;
  text-align: center;
  transition: 0.6s ease 0.1s;
  transition-property: all;
  border-radius: 3rem;
  box-shadow: 0px 8px 20px rgba(0, 59, 255, 0.2);
}
@media screen and (max-width: 1368px) {
  .price-conBox__item {
    width: 50rem;
    margin: 0 auto 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .price-conBox__item {
    width: 100%;
  }
}
.price-conBox__item .item__tit {
  height: 5rem;
  border-radius: 2.5rem;
  padding: 1rem;
  background: #f6f6f6;
  margin-bottom: 3.2rem;
  transition: 0.6s ease 0.1s;
  transition-property: all;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: calc(false * 0.1rem);
  color: #373a42;
}
.price-conBox__item .item__price {
  transition: 0.6s ease 0.1s;
  transition-property: all;
  margin-bottom: 3.2rem;
}
.price-conBox__item .item__price b {
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: calc(false * 0.1rem);
  color: #4066ed;
}
.price-conBox__item .item__price span {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: calc(false * 0.1rem);
  color: #373a42;
}
.price-conBox__item .item__list {
  margin-bottom: 3.2rem;
  transition: 0.6s ease 0.1s;
  transition-property: all;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: -0.01em;
  line-height: 2.6rem;
  color: #8f8f8f;
}
.price-conBox__item .item__btn {
  display: block;
  height: 5rem;
  border-radius: 2.5rem;
  padding: 1rem;
  background: #4066ed;
  transition: 0.6s ease 0.1s;
  transition-property: all;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: calc(false * 0.1rem);
  color: #fff;
}
.price-conBox__item:hover {
  background: #2848b8;
  transform: translate(0, -0.5rem) !important;
}
.price-conBox__item:hover .item__tit {
  background: #287af9;
  color: #fff;
}
.price-conBox__item:hover .item__price b,
.price-conBox__item:hover .item__price span {
  color: #fff;
}
.price-conBox__item:hover .item__list {
  color: #fff;
}
.price-conBox__item:hover .item__btn {
  background: #fff;
  color: #4066ed;
}
.price-conBox__txt {
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: -0.01em;
  line-height: 2.8rem;
  color: #9a9da9;
}
@media screen and (max-width: 1368px) {
  .price-conBox__txt {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .price-conBox__txt {
    font-size: 1.6rem;
    line-height: 2rem;
  }
}
.price-addbox {
  justify-content: center;
}

.brand {
  padding: 10rem 0;
  background: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .brand {
    padding: 6rem 0;
  }
}
.brand .row {
  justify-content: center;
}
@media screen and (max-width: 1368px) {
  .brand .slider-container {
    padding: 0 !important;
    max-width: none;
  }
}
.brand-titBox {
  margin-bottom: 5.6rem;
}
@media screen and (max-width: 768px) {
  .brand-titBox {
    margin-bottom: 3.2rem;
  }
}
.brand-titBox__title {
  font-size: 3.8rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: calc(false * 0.1rem);
  color: #373a42;
  word-break: keep-all;
}
@media screen and (max-width: 1368px) {
  .brand-titBox__title {
    font-size: 3rem;
    line-height: calc(false * 0.1rem);
  }
}
@media screen and (max-width: 768px) {
  .brand-titBox__title {
    font-size: 2.8rem;
    line-height: calc(false * 0.1rem);
  }
}
.brand-titBox__title b {
  font-weight: 700;
  color: #4066ed;
}
@media screen and (max-width: 1368px) {
  .brand-conBox {
    padding: 0 !important;
  }
}
.brand-conBox__img1 {
  background-image: url("../../assets/images/img_brand_1@2x.png");
  background-position: 0 center;
}
@media screen and (max-width: 1368px) {
  .brand-conBox__img1 {
    animation: rollingBrandLeft 80s linear infinite;
  }
}
.brand-conBox__img2 {
  background-image: url("../../assets/images/img_brand_2@2x.png");
  background-position: 100% center;
}
@media screen and (max-width: 1368px) {
  .brand-conBox__img2 {
    animation: rollingBrandRight 80s linear infinite;
  }
}
.brand-conBox__img3 {
  background-image: url("../../assets/images/img_brand_3@2x.png");
  background-position: 0 center;
}
@media screen and (max-width: 1368px) {
  .brand-conBox__img3 {
    animation: rollingBrandLeft 80s linear infinite;
  }
}
.brand-conBox__img4 {
  background-image: url("../../assets/images/img_brand_4@2x.png");
  background-position: 100% center;
}
@media screen and (max-width: 1368px) {
  .brand-conBox__img4 {
    animation: rollingBrandRight 80s linear infinite;
  }
}
.brand-conBox__img5 {
  background-image: url("../../assets/images/img_brand_5@2x.png");
  background-position: 0 center;
}
@media screen and (max-width: 1368px) {
  .brand-conBox__img5 {
    animation: rollingBrandLeft 80s linear infinite;
  }
}
.brand-conBox__img {
  width: 100%;
  height: 10rem;
  margin-bottom: 4.8rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
}
@media screen and (max-width: 1368px) {
  .brand-conBox__img {
    width: auto;
    min-width: 200%;
    margin-bottom: 0;
    background-size: 75rem auto;
    background-repeat: repeat-x, repeat-x;
  }
}
@media screen and (max-width: 768px) {
  .brand-conBox__img {
    background-size: 47rem auto;
    animation-duration: 30s;
  }
}
.brand-btnBox {
  margin-top: 2rem;
}

/* banner rolling animation */
@keyframes rollingBrandLeft {
  from {
    background-position-x: 50%;
  }
  to {
    background-position-x: -100%;
  }
}
@keyframes rollingBrandRight {
  from {
    background-position-x: -100%;
  }
  to {
    background-position-x: 50%;
  }
}
.appdown {
  padding: 10rem 0;
  background: #f5f7fe;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .appdown {
    padding: 6rem 0;
  }
}
.appdown-titBox {
  margin-bottom: 5.6rem;
}
@media screen and (max-width: 768px) {
  .appdown-titBox {
    margin-bottom: 3.2rem;
  }
}
.appdown-titBox__title {
  margin-bottom: 1.6rem;
  font-size: 3.8rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: calc(false * 0.1rem);
  color: #373a42;
}
@media screen and (max-width: 1368px) {
  .appdown-titBox__title {
    font-size: 3.2rem;
    line-height: calc(false * 0.1rem);
    word-break: keep-all;
  }
}
@media screen and (max-width: 768px) {
  .appdown-titBox__title {
    padding: 0 2rem;
    margin-bottom: 2.4rem;
    font-size: 2.8rem;
    line-height: calc(false * 0.1rem);
    word-break: keep-all;
  }
}
.appdown-titBox__title b {
  font-weight: 700;
  color: #4066ed;
}
.appdown-titBox__txt {
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: -0.01em;
  line-height: 2.8rem;
  color: #9a9da9;
}
@media screen and (max-width: 768px) {
  .appdown-titBox__txt {
    font-size: 1.8rem;
    line-height: 2.2rem;
    word-break: keep-all;
  }
}
.appdown-btnBox {
  justify-content: center;
}
@media screen and (max-width: 1368px) {
  .appdown-btnBox div {
    margin-top: 2.4rem;
  }
  .appdown-btnBox div a img {
    height: 7.5rem;
  }
  .appdown-btnBox div:first-child {
    margin-top: 0;
  }
}

.firstPrize {
  padding: 10rem 0;
  background: #121b3b;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .firstPrize {
    padding: 6rem 0;
  }
}
.firstPrize-titBox {
  margin-bottom: 5.6rem;
}
.firstPrize-titBox__img {
  width: 46rem;
}
@media screen and (max-width: 768px) {
  .firstPrize-titBox__img {
    width: 100%;
    max-width: 38rem;
  }
}
.firstPrize-titBox__title {
  margin: 5.6rem 0 1.6rem;
  font-size: 3.8rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: calc(false * 0.1rem);
  color: #fff;
}
@media screen and (max-width: 1368px) {
  .firstPrize-titBox__title {
    font-size: 3.2rem;
    line-height: calc(false * 0.1rem);
    word-break: keep-all;
  }
}
@media screen and (max-width: 768px) {
  .firstPrize-titBox__title {
    padding: 0 2rem;
    margin-bottom: 2.4rem;
    font-size: 2.8rem;
    line-height: calc(false * 0.1rem);
    word-break: keep-all;
  }
}
.firstPrize-titBox__title b {
  font-weight: 700;
  color: #fce88c;
}
.firstPrize-titBox__txt {
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: -0.01em;
  line-height: 3rem;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .firstPrize-titBox__txt {
    font-size: 1.8rem;
    line-height: 2.8rem;
    word-break: keep-all;
  }
}
.firstPrize-titBox__txt b {
  font-weight: 700;
  color: #fce88c;
}

.faq {
  padding: 10rem 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .faq {
    padding: 6rem 0;
  }
}
.faq-titBox {
  text-align: center;
  margin-bottom: 5.6rem;
}
@media screen and (max-width: 768px) {
  .faq-titBox {
    margin-bottom: 3.2rem;
  }
}
.faq-titBox__title {
  margin-bottom: 1.6rem;
  font-size: 3.8rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: calc(false * 0.1rem);
  color: #373a42;
}
@media screen and (max-width: 1368px) {
  .faq-titBox__title {
    font-size: 3rem;
    line-height: calc(false * 0.1rem);
  }
}
@media screen and (max-width: 768px) {
  .faq-titBox__title {
    margin-bottom: 2.4rem;
    font-size: 2.8rem;
    line-height: calc(false * 0.1rem);
    word-break: keep-all;
  }
}
.faq-titBox__txt {
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: -0.01em;
  line-height: 2.8rem;
  color: #9a9da9;
}
@media screen and (max-width: 1368px) {
  .faq-titBox__txt {
    font-size: 1.8rem;
    line-height: 2.4rem;
    word-break: keep-all;
  }
}
@media screen and (max-width: 768px) {
  .faq-titBox__txt {
    padding: 0 2rem;
    font-size: 1.6rem;
    line-height: calc(false * 0.1rem);
    word-break: keep-all;
  }
}
.faq-tabBox {
  position: relative;
  margin-bottom: 3.2rem;
}
.faq-tabBox ul {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 1368px) {
  .faq-tabBox ul {
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
}
@media screen and (max-width: 1368px) {
  .faq-tabBox ul::-webkit-scrollbar {
    display: none;
  }
}
.faq-tabBox__item {
  cursor: pointer;
  min-width: 15.8rem;
  margin-left: 3.2rem;
  height: 5.8rem;
  padding: 0 3rem;
  line-height: 5.8rem;
  background: #bec6e1;
  border-radius: 2.9rem;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: calc(false * 0.1rem);
  color: #fff;
}
@media screen and (max-width: 1368px) {
  .faq-tabBox__item {
    margin-left: 1.2rem;
    height: 4.8rem;
    padding: 0 2rem;
    line-height: 4.8rem;
    border-radius: 2.4rem;
    font-size: 2.2rem;
    line-height: calc(false * 0.1rem);
  }
}
.faq-tabBox__item:first-child {
  margin-left: 0;
}
.faq-tabBox__item.active {
  background: #4066ed;
}
@media screen and (max-width: 768px) {
  .faq-tabBox::before,
  .faq-tabBox::after {
    content: "";
    width: 40px;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 99;
  }
  .faq-tabBox::before {
    left: -1rem;
    background: linear-gradient(
      90deg,
      #fff 0%,
      #fff 50%,
      rgba(255, 255, 255, 0) 100%
    );
  }
  .faq-tabBox::after {
    right: -1rem;
    background: linear-gradient(
      90deg,
      rgba(255, 255, 255, 0) 0%,
      #fff 50%,
      #fff 100%
    );
  }
}
.faq-listBox {
  text-align: left;
}
.faq-listBox .list-item {
  cursor: pointer;
  border-top: 1px solid #c8c8c8;
}
.faq-listBox .list-item__dv {
  display: flex;
  padding: 3.2rem 1.6rem;
}
.faq-listBox .list-item__dv::before {
  display: inline-block;
  width: 12.5rem;
  min-width: 12.5rem;
  height: 3.8rem;
  border-radius: 1.9rem;
  text-align: center;
  line-height: 3.8rem;
  margin-right: 1.6rem;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: calc(false * 0.1rem);
  color: #fff;
}
@media screen and (max-width: 1368px) {
  .faq-listBox .list-item__dv::before {
    font-size: 1.6rem;
    line-height: calc(false * 0.1rem);
  }
}
@media screen and (max-width: 768px) {
  .faq-listBox .list-item__dv::before {
    width: 5.6rem;
    min-width: 5.6rem;
    font-size: 1.4rem;
    line-height: calc(false * 0.1rem);
  }
}
.faq-listBox .list-item__title {
  position: relative;
  background: #fff;
  padding-right: 6.2rem;
  align-items: center;
  font-size: 2.8rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 2.8rem;
  color: #373a42;
}
@media screen and (max-width: 1368px) {
  .faq-listBox .list-item__title {
    font-size: 2.2rem;
    line-height: calc(false * 0.1rem);
  }
}
@media screen and (max-width: 768px) {
  .faq-listBox .list-item__title {
    font-size: 2rem;
    line-height: calc(false * 0.1rem);
  }
}
.faq-listBox .list-item__title::before {
  content: "Question";
  background: #4066ed;
}
@media screen and (max-width: 768px) {
  .faq-listBox .list-item__title::before {
    content: "Q";
  }
}
.faq-listBox .list-item__title::after {
  content: "";
  display: inline-block;
  width: 3rem;
  height: 3rem;
  position: absolute;
  top: 50%;
  right: 1.6rem;
  background: url(../../assets/images/ico_button_arrow.svg) no-repeat center;
  transform: translateY(-50%) rotate(90deg);
  transition: 0.5s ease 0s;
  transition-property: all;
}
.faq-listBox .list-item__con {
  height: 0;
  padding: 0 1.6rem;
  visibility: hidden;
  align-items: flex-start;
  background: #f6f6f6;
  border-top: 1px solid #c8c8c8;
  transition: padding 0.4s ease;
  font-size: 2.2rem;
  font-weight: 400;
  letter-spacing: -0.01em;
  line-height: 3rem;
  color: #727685;
}
@media screen and (max-width: 1368px) {
  .faq-listBox .list-item__con {
    font-size: 1.8rem;
    line-height: calc(false * 0.1rem);
  }
}
@media screen and (max-width: 768px) {
  .faq-listBox .list-item__con {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
}
.faq-listBox .list-item__con::before {
  content: "Answer";
  background: #bec6e1;
}
@media screen and (max-width: 768px) {
  .faq-listBox .list-item__con::before {
    content: "A";
  }
}
.faq-listBox .faq-listBox-wrap {
  display: none;
}
.faq-listBox .faq-listBox-wrap.active {
  display: block;
}
.faq-listBox .list-item.tab-open .list-item__title::after {
  transform: translateY(-50%) rotate(270deg);
}
.faq-listBox .list-item.tab-open .list-item__con {
  height: auto;
  padding: 3.2rem 1.6rem;
  visibility: visible;
}
.faq .btn-faq {
  margin-top: 5.6rem;
}
@media screen and (max-width: 768px) {
  .faq .btn-faq {
    margin-top: 3.2rem;
  }
}

.shadow-modal {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: -1;
  transition: 0.5s ease 0s;
  transition-property: opacity, visibility;
}
.shadow-modal .modal-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  width: 48rem;
  padding: 1.5rem 1.5rem 3.5rem;
  border-radius: 2rem;
}
@media screen and (max-width: 768px) {
  .shadow-modal .modal-wrap {
    width: 34rem;
  }
}
.shadow-modal .modal-wrap .modal-head {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.shadow-modal .modal-wrap .modal-head .modal-close {
  position: relative;
  width: 3rem;
  height: 3rem;
}
.shadow-modal .modal-wrap .modal-head .modal-close::before,
.shadow-modal .modal-wrap .modal-head .modal-close::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 0.4rem;
  height: 2.8rem;
  border-radius: 0.2rem;
  background: #373a42;
}
.shadow-modal .modal-wrap .modal-head .modal-close::before {
  transform: rotate(45deg) translate(-0.8rem, 1rem);
}
.shadow-modal .modal-wrap .modal-head .modal-close::after {
  transform: rotate(-45deg) translate(-1rem, -0.8rem);
}
.shadow-modal .modal-wrap .modal-body {
  text-align: center;
}
.shadow-modal .modal-wrap .modal-body__ico {
  width: 100%;
  height: 12.1rem;
  margin: 1rem 0 4.3rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
}
@media screen and (max-width: 768px) {
  .shadow-modal .modal-wrap .modal-body__ico {
    height: 8.1rem;
  }
}
.shadow-modal .modal-wrap .modal-body__title {
  font-size: 2.6rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: calc(false * 0.1rem);
  color: #373a42;
  margin-bottom: 2.8rem;
}
@media screen and (max-width: 768px) {
  .shadow-modal .modal-wrap .modal-body__title {
    font-size: 2rem;
    line-height: calc(false * 0.1rem);
    word-break: keep-all;
    margin-bottom: 1.8rem;
  }
}
.shadow-modal .modal-wrap .modal-body__txt {
  font-size: 2.2rem;
  font-weight: 400;
  letter-spacing: -0.01em;
  line-height: calc(false * 0.1rem);
  color: #373a42;
  word-break: keep-all;
}
@media screen and (max-width: 768px) {
  .shadow-modal .modal-wrap .modal-body__txt {
    font-size: 1.6rem;
    line-height: calc(false * 0.1rem);
  }
}

.apply-done-modal .modal-body__ico {
  background-image: url("../../assets/images/ico_apply_done.png");
}

.app-down-modal {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: 0.5s ease 0s;
  transition-property: opacity, visibility;
}
.app-down-modal .modal-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.app-down-modal .modal-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  width: 48rem;
  padding: 1.5rem 1.5rem 3.5rem;
  border-radius: 2rem;
}
@media screen and (max-width: 768px) {
  .app-down-modal .modal-wrap {
    width: 34rem;
  }
}
.app-down-modal .modal-wrap .modal-head {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.app-down-modal .modal-wrap .modal-head .modal-close {
  position: relative;
  width: 3rem;
  height: 3rem;
}
.app-down-modal .modal-wrap .modal-head .modal-close::before,
.app-down-modal .modal-wrap .modal-head .modal-close::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 0.4rem;
  height: 2.8rem;
  border-radius: 0.2rem;
  background: #373a42;
}
.app-down-modal .modal-wrap .modal-head .modal-close::before {
  transform: rotate(45deg) translate(-0.8rem, 1rem);
}
.app-down-modal .modal-wrap .modal-head .modal-close::after {
  transform: rotate(-45deg) translate(-1rem, -0.8rem);
}
.app-down-modal .modal-title {
  text-align: center;
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: calc(false * 0.1rem);
  color: #4066ed;
}
.app-down-modal .modal-body {
  display: flex;
  align-items: center;
  justify-content: center;
}
.app-down-modal .modal-body-box {
  width: 50%;
  text-align: center;
}
.app-down-modal .modal-body-box img {
  width: 100%;
}
.app-down-modal .modal-body-box__title {
  display: block;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: calc(false * 0.1rem);
  color: #373a42;
}
.app-down-modal .modal-body-box__txt {
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: calc(false * 0.1rem);
  color: #9a9da9;
}

.app-down-modal.app-modal-open {
  opacity: 1;
  visibility: visible;
  z-index: 99999;
}

.modal-open .shadow-modal {
  opacity: 1;
  visibility: visible;
  z-index: 9999;
}
.modal-open .doneb-modal,
.modal-open .promotion_modal {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

.modal-open.doneb-open .doneb-modal {
  opacity: 1;
  visibility: visible;
  z-index: 9999;
}
.modal-open.doneb-open .dim-modal {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

.modal-open.prom-open .promotion_modal {
  opacity: 1;
  visibility: visible;
  z-index: 9999;
}
.modal-open.prom-open .dim-modal {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

.bnr-modal .modal-wrap {
  max-width: 32.8rem;
  border-radius: 0.8rem;
  padding: 0 0 5rem 0;
}
.bnr-modal .modal-wrap .modal-close-btn {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(-38px);
}
.bnr-modal .modal-wrap .modal-img {
  border-radius: 0.8rem 0.8rem 0 0;
  overflow: hidden;
}
.bnr-modal .modal-wrap .modal-img img {
  width: 100%;
}
.bnr-modal .modal-wrap .modal-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-radius: 0 0 0.8rem 0.8rem;
  overflow: hidden;
}
.bnr-modal .modal-wrap .modal-footer .btn-one {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 6rem;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: calc(false * 0.1rem);
  color: #fff;
}
.bnr-modal .modal-wrap .modal-footer .btn-appdown {
  background: #1338bd;
}
.bnr-modal .modal-wrap .modal-footer .btn-appdown svg {
  margin-right: 0.6rem;
}
.bnr-modal .modal-wrap .modal-footer .btn-conapply {
  background: #11174b;
}
.bnr-modal .modal-wrap .modal-footer .btn-md-close {
  background: #999;
  color: #fff;
}

.promotion_modal .modal-wrap {
  border-radius: 1.6rem;
  padding: 0;
  overflow: hidden;
  height: 59.5rem;
}
.promotion_modal .modal-wrap .modal-footer {
  width: calc(100% - 3.8rem);
  left: 50%;
  bottom: 1.6rem;
  transform: translateX(-50%);
}
.promotion_modal .modal-wrap .modal-footer .btn-inquire {
  border-radius: 0.8rem;
  background: #39302b;
}

.share-modal .modal-wrap {
  width: 23rem;
  padding: 2.8rem 2.4rem;
}
.share-modal .modal-wrap .modal-close-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 2.4rem;
  height: 2.4rem;
  transform: translate(-1rem, -3rem);
  padding: 0;
}
.share-modal .modal-wrap .btn-share {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 0;
}
.share-modal .modal-wrap .btn-share svg {
  width: 3.2rem;
  margin-right: 0.9rem;
}
.share-modal .modal-wrap .btn-share span {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: calc(false * 0.1rem);
  color: #000;
}

@font-face {
  font-family: "SBAggroM";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/SBAggroM.woff")
    format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SBAggroB";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/SBAggroB.woff")
    format("woff");
  font-weight: normal;
  font-style: normal;
}
.con-bnr {
  position: relative;
  height: 70rem;
}
@media screen and (max-width: 1368px) {
  .con-bnr {
    overflow: hidden;
    height: 45rem;
  }
}
@media screen and (max-width: 768px) {
  .con-bnr .container {
    padding: 0;
    margin: 0 auto;
  }
}
.con-bnr-wrap {
  position: relative;
  z-index: 1;
  padding: 18.27rem 9rem 0;
}
@media screen and (max-width: 1368px) {
  .con-bnr-wrap {
    height: 43rem;
    max-width: 45.8rem;
    padding: 9rem 2.5rem 0;
    margin: 0 auto;
  }
}
@media screen and (max-width: 500px) {
  .con-bnr-wrap {
    width: 45.6rem;
    position: absolute;
    bottom: 0;
    left: 50%;
    padding: 9rem 2.3rem 0;
    transform: translate(-43%, 0);
  }
}
.con-bnr-wrap-titbox {
  position: relative;
  max-width: 90.6rem;
  background: #fff;
  border-radius: 2rem;
  padding: 4rem 3rem 3rem;
  font-family: "SBAggroM", sans-serif;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 1368px) {
  .con-bnr-wrap-titbox {
    width: 25.5rem;
    height: 29.8rem;
    padding: 2rem 1.2rem;
    text-align: center;
  }
}
.con-bnr-wrap-titbox__title {
  color: #373a42;
  font-size: 7.3rem;
  font-weight: 500;
}
@media screen and (max-width: 1368px) {
  .con-bnr-wrap-titbox__title {
    font-size: 2.7rem;
  }
}
.con-bnr-wrap-titbox__title p {
  display: inline-block;
  font-family: "SBAggroB", sans-serif;
  font-size: 9.3rem;
  line-height: 9.3rem;
  word-break: keep-all;
  color: #2a2a2a;
  background: #fdd42a;
  margin: 0 0 1.5rem;
  padding: 1.6rem 2rem 0;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 1368px) {
  .con-bnr-wrap-titbox__title p {
    font-size: 4.4rem;
    line-height: 4.4rem;
    margin: 0.6rem 0 1rem;
    padding: 0.8rem 0.8rem 0.5rem;
  }
}
@media screen and (max-width: 1368px) {
  .con-bnr-wrap-titbox__title .tit_end {
    font-size: 3rem;
  }
}
.con-bnr-wrap-titbox__txt {
  display: inline-block;
  font-family: "SBAggroM", sans-serif;
  font-size: 4.2rem;
  line-height: 4.2rem;
  color: #fff;
  background: #4066ed;
  padding: 1.5rem 1rem 1rem;
  margin-top: 1rem;
}
.con-bnr-wrap-titbox__txt b {
  font-weight: 300;
}
@media screen and (max-width: 1368px) {
  .con-bnr-wrap-titbox__txt {
    display: block;
    font-size: 1.8rem;
    line-height: 2.4rem;
    margin-top: 1rem;
  }
  .con-bnr-wrap-titbox__txt b {
    display: block;
    font-size: 2.4rem;
    font-weight: 500;
  }
  .con-bnr-wrap-titbox__txt b strong {
    color: #00d1ff;
  }
}
.con-bnr-wrap-titbox::before {
  content: "";
  display: block;
  width: 23.3rem;
  height: 27.8rem;
  position: absolute;
  top: -2rem;
  right: 4rem;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url(../../assets/images/img_label_red_lg.png);
  background-size: 100% auto;
}
@media screen and (max-width: 1368px) {
  .con-bnr-wrap-titbox::before {
    width: 8.7rem;
    height: 7rem;
    top: unset;
    bottom: -3.5rem;
    right: -2rem;
    z-index: 10;
    background-image: url(../../assets/images/img_label_red_sm.png);
  }
}
.con-bnr-wrap-imgbox {
  width: 59.7rem;
  height: 126.5rem;
  position: absolute;
  top: 14.38rem;
  right: 4.2rem;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url(../../assets/images/img_consult_model_lg.png);
  background-size: 100% auto;
}
@media screen and (max-width: 1368px) {
  .con-bnr-wrap-imgbox {
    width: 40.5rem;
    height: 41.1rem;
    top: unset;
    bottom: -2.3rem;
    right: 2.5rem;
    background-position: 5.2rem 2.2rem;
  }
}
.con-bnr-wrap-imgbox img {
  width: 59.7rem;
}
.con-bnr-bg {
  width: 100%;
  height: 70rem;
  position: absolute;
  top: 0;
  background: #4066ed;
}
@media screen and (max-width: 1368px) {
  .con-bnr-bg {
    height: 45rem;
  }
}

.con-bnr.brand {
  padding: 0;
}

.con-bnr.brand .con-bnr-wrap,
.con-bnr.kakao-biz .con-bnr-wrap {
  padding-top: 18rem;
}
@media screen and (max-width: 1368px) {
  .con-bnr.brand .con-bnr-wrap,
  .con-bnr.kakao-biz .con-bnr-wrap {
    padding-top: 10rem;
    height: 45rem;
  }
}
.con-bnr.brand .con-bnr-wrap-titbox,
.con-bnr.kakao-biz .con-bnr-wrap-titbox {
  height: 43rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  background-color: inherit;
}
.con-bnr.brand .con-bnr-wrap-titbox__title,
.con-bnr.kakao-biz .con-bnr-wrap-titbox__title {
  display: none;
}
.con-bnr.brand .con-bnr-wrap-titbox__txt,
.con-bnr.kakao-biz .con-bnr-wrap-titbox__txt {
  display: none;
}
@media screen and (max-width: 1368px) {
  .con-bnr.brand .con-bnr-wrap-titbox,
  .con-bnr.kakao-biz .con-bnr-wrap-titbox {
    display: none;
  }
}
.con-bnr.brand .con-bnr-wrap-titbox::before,
.con-bnr.kakao-biz .con-bnr-wrap-titbox::before {
  display: none;
}
.con-bnr.brand .con-bnr-wrap-imgbox,
.con-bnr.kakao-biz .con-bnr-wrap-imgbox {
  top: 11.4rem;
  right: 5.2rem;
}
@media screen and (max-width: 1368px) {
  .con-bnr.brand .con-bnr-wrap-imgbox,
  .con-bnr.kakao-biz .con-bnr-wrap-imgbox {
    display: none;
  }
}
@media screen and (max-width: 1368px) {
  .con-bnr.brand .con-bnr-wrap,
  .con-bnr.kakao-biz .con-bnr-wrap {
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center 100%;
  }
}
@media screen and (max-width: 1368px) and (max-width: 500px) {
  .con-bnr.brand .con-bnr-wrap,
  .con-bnr.kakao-biz .con-bnr-wrap {
    width: 100%;
    position: sticky;
    bottom: unset;
    left: unset;
    transform: translate(0, 0);
  }
}
@media screen and (max-width: 500px) {
  .con-bnr.brand,
  .con-bnr.kakao-biz {
    height: 40rem;
  }
  .con-bnr.brand .container,
  .con-bnr.kakao-biz .container {
    padding: 0;
    margin: 0;
  }
  .con-bnr.brand .col-sm-6,
  .con-bnr.kakao-biz .col-sm-6 {
    padding: 0;
  }
  .con-bnr.brand .con-bnr-wrap,
  .con-bnr.kakao-biz .con-bnr-wrap {
    height: 40rem;
  }
  .con-bnr.brand .con-bnr-bg,
  .con-bnr.kakao-biz .con-bnr-bg {
    height: 40rem;
  }
}

@media screen and (max-width: 1368px) {
  .con-bnr.brand.brand-shybana .con-bnr-wrap {
    background-image: url("../../assets/images/img_apply_m_bnr_shybana.png");
  }
}
.con-bnr.brand.brand-shybana .con-bnr-wrap-titbox {
  background-image: url("../../assets/images/img_apply_box_shybana.png");
}

@media screen and (max-width: 1368px) {
  .con-bnr.brand.brand-junia .con-bnr-wrap {
    background-image: url("../../assets/images/img_apply_m_bnr_junia.png");
  }
}
.con-bnr.brand.brand-junia .con-bnr-wrap-titbox {
  background-image: url("../../assets/images/img_apply_box_junia.png");
}

@media screen and (max-width: 1368px) {
  .con-bnr.brand.brand-sunsu .con-bnr-wrap {
    background-image: url("../../assets/images/img_apply_m_bnr_sunsu.png");
  }
}
.con-bnr.brand.brand-sunsu .con-bnr-wrap-titbox {
  background-image: url("../../assets/images/img_apply_box_sunsu.png");
}

@media screen and (max-width: 1368px) {
  .con-bnr.brand.brand-bingdal .con-bnr-wrap {
    background-image: url("../../assets/images/img_apply_m_bnr_bingdal.png");
  }
}
.con-bnr.brand.brand-bingdal .con-bnr-wrap-titbox {
  background-image: url("../../assets/images/img_apply_box_bingdal.png");
}

@media screen and (max-width: 1368px) {
  .con-bnr.brand.brand-haru .con-bnr-wrap {
    background-image: url("../../assets/images/img_apply_m_bnr_haru.png");
  }
}
.con-bnr.brand.brand-haru .con-bnr-wrap-titbox {
  background-image: url("../../assets/images/img_apply_box_haru.png");
}

@media screen and (max-width: 1368px) {
  .con-bnr.brand.brand-youcan .con-bnr-wrap {
    background-image: url("../../assets/images/img_apply_m_bnr_youcan.png");
  }
}
.con-bnr.brand.brand-youcan .con-bnr-wrap-titbox {
  background-image: url("../../assets/images/img_apply_box_youcan.png");
}

@media screen and (max-width: 1368px) {
  .con-bnr.brand.brand-justten .con-bnr-wrap {
    background-image: url("../../assets/images/img_apply_m_bnr_justten.png");
  }
}
.con-bnr.brand.brand-justten .con-bnr-wrap-titbox {
  background-image: url("../../assets/images/img_apply_box_justten.png");
}

@media screen and (max-width: 1368px) {
  .con-bnr.brand.brand-alltokk .con-bnr-wrap {
    background-image: url("../../assets/images/img_apply_m_bnr_alltokk.png");
  }
}
.con-bnr.brand.brand-alltokk .con-bnr-wrap-titbox {
  background-image: url("../../assets/images/img_apply_box_alltokk.png");
}

@media screen and (max-width: 1368px) {
  .con-bnr.brand.brand-ukuya .con-bnr-wrap {
    background-image: url("../../assets/images/img_apply_m_bnr_ukuya.png");
  }
}
.con-bnr.brand.brand-ukuya .con-bnr-wrap-titbox {
  background-image: url("../../assets/images/img_apply_box_ukuya.png");
}

@media screen and (max-width: 1368px) {
  .con-bnr.brand.brand-bbang1 .con-bnr-wrap {
    background-image: url("../../assets/images/img_apply_m_bnr_bbang1.png");
  }
}
.con-bnr.brand.brand-bbang1 .con-bnr-wrap-titbox {
  background-image: url("../../assets/images/img_apply_box_bbang1.png");
}

.con-bnr.brand.brand-alltokk .con-bnr-wrap-imgbox,
.con-bnr.brand.brand-ukuya .con-bnr-wrap-imgbox {
  right: 6rem;
}

@media screen and (max-width: 1368px) {
  .con-bnr.kakao-biz .con-bnr-wrap {
    background-image: url("../../assets/images/img_apply_m_bnr_kakao.png");
  }
}
.con-bnr.kakao-biz .con-bnr-wrap-titbox {
  height: 44rem;
  background-image: url("../../assets/images/img_apply_box_kakao.png");
}
.con-bnr.kakao-biz .con-bnr-wrap-imgbox {
  top: 12.1rem;
  right: 5.9rem;
}

.applyform-wrap {
  padding: 9rem;
}
@media screen and (max-width: 768px) {
  .applyform-wrap {
    padding: 4rem 0;
  }
}
.applyform-box {
  max-width: 81rem;
}
.applyform-box__title {
  text-align: center;
  font-size: 5.8rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: calc(false * 0.1rem);
  color: #373a42;
  word-break: keep-all;
}
@media screen and (max-width: 1368px) {
  .applyform-box__title {
    font-size: 3.8rem;
    line-height: calc(false * 0.1rem);
  }
}
@media screen and (max-width: 768px) {
  .applyform-box__title {
    font-size: 2.8rem;
    line-height: calc(false * 0.1rem);
  }
}
.applyform-box__txt {
  padding: 2rem;
  margin-top: 1.6rem;
  margin-bottom: 4.8rem;
  background: #f5f7fe;
  border-radius: 10px;
  font-size: 2.6rem;
  font-weight: 400;
  letter-spacing: -0.01em;
  line-height: 3.6rem;
  color: #9a9da9;
  word-break: keep-all;
}
@media screen and (max-width: 1368px) {
  .applyform-box__txt {
    font-size: 2rem;
    line-height: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .applyform-box__txt {
    font-size: 1.6rem;
    line-height: 2rem;
  }
}
.applyform-box__txt b {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: calc(false * 0.1rem);
  color: #287af9;
}
@media screen and (max-width: 1368px) {
  .applyform-box__txt b {
    font-size: 2rem;
    line-height: calc(false * 0.1rem);
  }
}
@media screen and (max-width: 768px) {
  .applyform-box__txt b {
    font-size: 1.6rem;
    line-height: calc(false * 0.1rem);
  }
}
.applyform-form-row {
  margin-bottom: 3.2rem;
}
.applyform-form-row__tit {
  display: inline-block;
  margin-bottom: 1.6rem;
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: calc(false * 0.1rem);
  color: #373a42;
  word-break: keep-all;
}
@media screen and (max-width: 1368px) {
  .applyform-form-row__tit {
    margin-bottom: 1.2rem;
    font-size: 2.4rem;
    line-height: calc(false * 0.1rem);
  }
}
@media screen and (max-width: 768px) {
  .applyform-form-row__tit {
    font-size: 1.8rem;
    line-height: calc(false * 0.1rem);
  }
}
.applyform-form-row__txt {
  margin-top: 1.6rem;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: calc(false * 0.1rem);
  color: #9a9da9;
  word-break: keep-all;
}
@media screen and (max-width: 1368px) {
  .applyform-form-row__txt {
    font-size: 1.6rem;
    line-height: calc(false * 0.1rem);
  }
}
@media screen and (max-width: 768px) {
  .applyform-form-row__txt {
    font-size: 1.4rem;
    line-height: calc(false * 0.1rem);
  }
}
.applyform-form-row__txt.imp {
  color: #ff480e;
}
.applyform-form-row__con {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.applyform-form-row__con .applyform-label {
  display: inline-flex;
  align-items: center;
  width: 49%;
  border-radius: 10px;
  border: 3px solid #d2dcf0;
  padding: 2.3rem;
  cursor: pointer;
  background: #f9fbff;
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: calc(false * 0.1rem);
  color: #6c7d97;
  transition: 0.5s ease 0s;
  transition-property: background, border, color;
}
@media screen and (max-width: 1368px) {
  .applyform-form-row__con .applyform-label {
    padding: 1.6rem;
    font-size: 2rem;
    line-height: calc(false * 0.1rem);
  }
}
@media screen and (max-width: 768px) {
  .applyform-form-row__con .applyform-label {
    padding: 1.3rem;
    font-size: 1.6rem;
    line-height: calc(false * 0.1rem);
  }
}
.applyform-form-row__con .applyform-label .radio-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  background: #fff;
  border-radius: 2.4rem;
  box-shadow: 0 0 0 1px #e9e4dd inset;
  margin-right: 1.6rem;
}
@media screen and (max-width: 768px) {
  .applyform-form-row__con .applyform-label .radio-btn {
    margin-right: 1rem;
  }
}
.applyform-form-row__con input[type="radio"] {
  cursor: default;
  appearance: auto;
  padding: initial;
  border: initial;
  background: initial;
}
.applyform-form-row__con input[type="radio"]:checked + .applyform-label {
  border-color: #4066ed;
  background: #eaeeff;
  color: #373a42;
}
.applyform-form-row__con
  input[type="radio"]:checked
  + .applyform-label
  .radio-btn::after {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  background: #373a42;
  border-radius: 1rem;
}
.applyform-form-row__con input.applyform-input {
  width: 100%;
  padding: 2.3rem;
  border: 3px solid #d2dcf0;
  border-radius: 10px;
  background: #f9fbff;
  font-size: 2.2rem;
  font-weight: 400;
  letter-spacing: -0.01em;
  line-height: calc(false * 0.1rem);
  color: #373a42;
  transition: 0.5s ease 0s;
  transition-property: border;
}
@media screen and (max-width: 1368px) {
  .applyform-form-row__con input.applyform-input {
    padding: 1.6rem;
    font-size: 1.8rem;
    line-height: calc(false * 0.1rem);
  }
}
@media screen and (max-width: 768px) {
  .applyform-form-row__con input.applyform-input {
    padding: 1.3rem;
    font-size: 1.4rem;
    line-height: calc(false * 0.1rem);
  }
}
.applyform-form-row__con input.applyform-input:focus {
  border-color: #4066ed;
}
.applyform-form-row__con input.applyform-input::placeholder {
  color: #b8bcc2;
}
.applyform-form .contact-check-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1.3rem;
}
.applyform-form .contact-check-wrap .contact-check {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: calc(false * 0.1rem);
  color: #373a42;
}
@media screen and (max-width: 768px) {
  .applyform-form .contact-check-wrap .contact-check {
    font-size: 1.4rem;
    line-height: calc(false * 0.1rem);
  }
}
.applyform-form .contact-check-wrap .contact-check input[type="checkbox"] {
  background: initial;
  cursor: default;
  appearance: auto;
  padding: initial;
  border: initial;
}
.applyform-form .contact-check-wrap .contact-check .checkbox-img {
  display: inline-block;
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 0.4rem;
  border: 1px solid #d2dcf0;
  margin-right: 1.2rem;
}
@media screen and (max-width: 768px) {
  .applyform-form .contact-check-wrap .contact-check .checkbox-img {
    width: 2.8rem;
    height: 2.8rem;
  }
}
.applyform-form
  .contact-check-wrap
  .contact-check
  input[type="checkbox"]:checked
  ~ .checkbox-img {
  background: url(../../assets/images/ico_checked.svg) no-repeat center;
}
.applyform-form .contact-check-wrap .rn-terms {
  display: inline-block;
  cursor: pointer;
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 0.4rem;
  border: 1px solid #d2dcf0;
  background: url(../../assets/images/ico_terms_arrow.svg) no-repeat center;
}
@media screen and (max-width: 768px) {
  .applyform-form .contact-check-wrap .rn-terms {
    width: 2.8rem;
    height: 2.8rem;
  }
}
.applyform-form .btn-submit {
  display: block;
  width: 100%;
  border-radius: 2rem;
  margin-top: 1.6rem;
  background: #287af9;
  padding: 2.4rem 0;
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: calc(false * 0.1rem);
  color: #fff;
}
@media screen and (max-width: 1368px) {
  .applyform-form .btn-submit {
    padding: 2rem 0;
    font-size: 2.6rem;
    line-height: calc(false * 0.1rem);
  }
}
@media screen and (max-width: 768px) {
  .applyform-form .btn-submit {
    font-size: 2rem;
    line-height: calc(false * 0.1rem);
  }
}

.sub-bnr-titbox__title b {
  font-size: calc(false * 0.1rem);
  font-weight: 700;
  line-height: calc(false * 0.1rem);
  color: #4066ed;
}
.sub-bnr__imgbox img {
  height: 67rem;
}
@media screen and (max-width: 768px) {
  .sub-bnr__imgbox img {
    width: auto;
    height: auto;
  }
}

.extraform-form {
  margin-bottom: 10rem;
}
.extraform-form-row {
  margin-bottom: 3.2rem;
}
.extraform-form-row__tit {
  display: inline-block;
  margin-bottom: 1.6rem;
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: calc(false * 0.1rem);
  color: #373a42;
  word-break: keep-all;
}
@media screen and (max-width: 1368px) {
  .extraform-form-row__tit {
    margin-bottom: 1.2rem;
    font-size: 2.4rem;
    line-height: calc(false * 0.1rem);
  }
}
@media screen and (max-width: 768px) {
  .extraform-form-row__tit {
    font-size: 1.8rem;
    line-height: calc(false * 0.1rem);
  }
}
.extraform-form-row__txt {
  margin-top: 1.6rem;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: calc(false * 0.1rem);
  color: #9a9da9;
  word-break: keep-all;
}
@media screen and (max-width: 1368px) {
  .extraform-form-row__txt {
    font-size: 1.6rem;
    line-height: calc(false * 0.1rem);
  }
}
@media screen and (max-width: 768px) {
  .extraform-form-row__txt {
    font-size: 1.4rem;
    line-height: calc(false * 0.1rem);
  }
}
.extraform-form-row__txt.imp {
  color: #ff480e;
}
.extraform-form-row__con {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.extraform-form-row__con input.extraform-input,
.extraform-form-row__con textarea {
  width: 100%;
  padding: 2.3rem;
  border: 3px solid #d2dcf0;
  border-radius: 10px;
  background: #f9fbff;
  font-size: 2.2rem;
  font-weight: 400;
  letter-spacing: -0.01em;
  line-height: calc(false * 0.1rem);
  color: #373a42;
  transition: 0.5s ease 0s;
  transition-property: border;
}
@media screen and (max-width: 1368px) {
  .extraform-form-row__con input.extraform-input,
  .extraform-form-row__con textarea {
    padding: 1.6rem;
    font-size: 1.8rem;
    line-height: calc(false * 0.1rem);
  }
}
@media screen and (max-width: 768px) {
  .extraform-form-row__con input.extraform-input,
  .extraform-form-row__con textarea {
    padding: 1.3rem;
    font-size: 1.4rem;
    line-height: calc(false * 0.1rem);
  }
}
.extraform-form-row__con textarea {
  min-height: 29.6rem;
  resize: none;
}
.extraform-form-row__con input.extraform-input:focus,
.extraform-form-row__con textarea:focus {
  border-color: #4066ed;
}
.extraform-form-row__con input.extraform-input::placeholder,
.extraform-form-row__con textarea::placeholder {
  color: #b8bcc2;
}
.extraform .btn-submit {
  display: block;
  width: 100%;
  border-radius: 2rem;
  margin-top: 1.6rem;
  background: #287af9;
  padding: 2.4rem 0;
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: calc(false * 0.1rem);
  color: #fff;
}
@media screen and (max-width: 1368px) {
  .extraform .btn-submit {
    padding: 2rem 0;
    font-size: 2.6rem;
    line-height: calc(false * 0.1rem);
  }
}
@media screen and (max-width: 768px) {
  .extraform .btn-submit {
    font-size: 2rem;
    line-height: calc(false * 0.1rem);
  }
}

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