@charset "UTF-8";
/***** default set *****/
html, body, form, div, p, h1, h2, h3, h4, h5, h6, dl, dt, dd, ul, ol, li, fieldset, table, th, td, figure, hr {
  margin: 0;
  padding: 0;
  font-weight: 400;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

body {
  line-height: 1.5;
  word-break: keep-all;
  overflow-x: hidden;
}

input, textarea, select {
  padding: 0;
  color: #3c3c3c;
  vertical-align: middle;
}

input[type=text], input[type=file], input[type=password] {
  border: 1px solid #d4d4d4;
}

input[type=text], input[type=password] {
  padding: 0 12px;
  height: 37px;
  line-height: 37px;
  border: 1px solid #e0e0e0;
  box-sizing: border-box;
  line-height: 14px;
  color: #262626;
}

input[type=text]::-ms-clear,
input[type=password]::-ms-clear {
  display: none;
}

input[type=button], fieldset {
  border: none;
  background: none;
}

textarea {
  border: 1px solid #d4d4d4;
}

input, textarea {
  -webkit-appearance: none;
  border-radius: 0;
}

input::-webkit-scrollbar {
  width: 0;
  height: 0;
}

input, textarea::-webkit-scrollbar-thumb {
  background: none;
}

input[type=text] + input[type=text], input[type=password] + input[type=text], input[type=text] + input[type=password] {
  margin-left: 10px;
}

input[type=text]:disabled {
  background-color: #f7f7f7;
}

input[type=file] {
  width: 200px;
  height: 20px;
}

input[type=file]::-ms-value {
  border: none;
}

input[type=file]::-ms-browse {
  border: none;
  border-left: 1px solid #ccc;
}

select {
  height: 38px;
  padding: 2px 4px 3px 7px;
  border: 1px solid #ccc;
  color: #3c3c3c;
}

textarea {
  overflow-y: scroll;
  width: 100%;
  padding: 14px 14px 0 14px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  color: #666;
  resize: none;
}

textarea:focus {
  border: 1px solid #002a7b;
}

a {
  display: inline-block;
  text-decoration: none;
  color: #3c3c3c;
}

a, input, label, button {
  -webkit-tap-highlight-color: transparent;
}

button {
  overflow: visible;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  width: auto;
  cursor: pointer;
}

button span, button:active span, button:focus span {
  position: relative;
}

img {
  border: none;
  margin: 0;
  padding: 0;
  line-height: 0;
}

table {
  width: 100%;
  border-collapse: collapse;
  border: none;
  border-spacing: 0;
}

th {
  border: none;
  text-align: center;
}

td {
  border: none;
}

table caption, legend, figcaption {
  overflow: hidden;
  width: 100%;
  height: 1px;
  margin-top: -1px;
  line-height: 0;
  text-indent: -9999px;
}

ol, ul {
  list-style: none;
}

em, var, address {
  font-style: normal;
}

a, span {
  vertical-align: middle;
}

iframe, hr {
  border: none;
}

font {
  vertical-align: top !important;
}

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

.bg-blind {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.7);
}

.bg-main {
  background: url(../img/common/bg-main.jpg) no-repeat center;
  background-size: cover;
}

.bg-sub {
  background: url(../img/common/bg-sub.jpg);
  background-size: cover;
  overflow: hidden;
}

@media (max-width: 900px) {
  .bg-sub {
    background: url(../img/common/bg-sub-m.jpg);
  }
}

.bg-back {
  background: #052F76;
}

html {
  font-size: 16px;
  letter-spacing: -1px;
}

@media (max-width: 1260px) {
  html {
    font-size: 14px;
  }
}

@media (max-width: 900px) {
  html {
    font-size: 12px;
  }
}

@media (max-width: 600px) {
  html {
    font-size: 9px;
  }
}

/****** wrap ******/
.wrap {
  position: relative;
}

.wrap .wrap-in {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

.wrap .wrap-in .logo {
  position: absolute;
  top: 52px;
  left: 0;
  z-index: 11;
}

.wrap .wrap-in .logo img {
  vertical-align: top;
}

@media (max-width: 600px) {
  .wrap .wrap-in .logo img {
    width: 70%;
  }
}

@media (max-width: 1260px) {
  .wrap .wrap-in .logo {
    left: 37px;
  }
}

@media (max-width: 900px) {
  .wrap .wrap-in .logo {
    top: 20px;
    left: 20px;
  }
}

@media (max-width: 1260px) {
  .wrap .wrap-in {
    padding-left: 37px;
    padding-right: 37px;
  }
}

@media (max-width: 900px) {
  .wrap .wrap-in {
    padding-left: 22px;
    padding-right: 22px;
  }
}

@media (max-width: 600px) {
  .wrap .wrap-in {
    padding-left: 12px;
    padding-right: 12px;
  }
}

/****** 메인 움직이는 배경 ******/

@keyframes move-words {
  0% {
    top: -20%;
  }
  75% {
    top: 75%;
  }
  100% {
    top: 100%;
  }
}

.moving-group .moving {
  z-index: 0;
  position: absolute;
  animation: move-words linear 0s infinite;
}

.moving-group .moving:first-child {
  left: 0;
  transform: translate(0px, 0px);
  animation-duration: 10s;
}

.moving-group .moving:nth-child(2) {
  left: 12%;
  animation-duration: 25s;
}

.moving-group .moving:nth-child(3) {
  right: 0px;
  transform: translate(0, -50px);
  animation-duration: 28s;
}

.moving-group .moving:nth-child(4) {
  right: 18%;
  transform: translate(0, -200px);
  animation-duration: 18s;
}

.moving-group .moving:nth-child(5) {
  right: 9%;
  transform: translate(0, -100px);
  animation-duration: 13s;
}

.moving-group .moving:nth-child(6) {
  left: 33%;
  transform: translate(0, -200px);
  animation-duration: 8s;
}

.moving-group .moving img {
  width: 100%;
}

@media (max-width: 900px) {
  .moving-group .moving {
    width: 100px;
  }
}

@media (max-width: 600px) {
  .moving-group .moving {
    width: 60px;
  }
}

/****** main ******/
.main {
  padding: 60px 0 70px;
  min-height: 994px;
}

.main h1 {
  position: relative;
  z-index: 10;
  text-align: center;
  vertical-align: top;
  font-size: 6.25rem;
  line-height: 5.5rem;
  color: #202020;
  font-family: 'ON Yeossi';
  font-weight: 700;
  margin: 37px 0 30px;
  letter-spacing: -0.05em;
}

.main h1.m {
  display: none;
}

@media (max-width: 900px) {
  .main h1 {
    font-size: 5rem;
    line-height: 5rem;
  }
}

@media (max-width: 600px) {
  .main h1 {
    font-size: 4.5rem;
    line-height: 5rem;
    letter-spacing: -3px;
    margin: -10px 0 30px;
    white-space: pre;
  }
  .main h1.m {
    display: block !important;
  }
  .main h1.pc {
    display: none !important;
  }
}

.main .des {
  position: relative;
  z-index: 10;
  color: #2E3147;
  font-size: 2rem;
  font-family: 'ON Yeossi';
  font-weight: 400;
  width: 100%;
  margin: 30px 0 30px;
  box-sizing: border-box;
  text-align: center;
  line-height: 2rem;
}

@media (max-width: 1260px) {
  .main .des {
    width: 100%;
    margin: 18px 0 300px;
  }
}

@media (max-width: 900px) {
  .main .des {
    margin: 15px 0 22px;
    padding: 0 20px;
  }
}

@media (max-width: 600px) {
  .main .des {
    margin: 20px 0 30px;
    padding: 0;
  }
}

.main .join {
  display: block;
  width: 524px;
  height: 276px;
  position: absolute;
  z-index: 20;
  background: url(../img/common/in-click.png) no-repeat;
  background-size: cover;
  left: 50%;
  margin-left: -262px;
  bottom: -50px;
}

.main .join span {
  width: 100%;
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translate(-50%);
  font-size: 1.875rem;
  color: #000;
  text-align: center;
  font-family: 'ON Yeossi';
  font-weight: 700;
}

.main .join span.big {
  font-size: 4.5rem;
  margin-top: 15px;
}

@media (max-width: 1260px) {
  .main .join {
    width: 420px;
    height: 221px;
    margin-left: -220px;
    bottom: -40px;
  }
  .main .join span {
    top: 37px;
  }
  .main .join span.big {
    font-size: 4.8rem;
  }
}

@media (max-width: 900px) {
  .main .join {
    width: 220px;
    height: 115px;
    margin-left: -110px;
    bottom: -20px;
  }
  .main .join span {
    top: 20px;
    font-size: 1.2rem;
  }
  .main .join span.big {
    font-size: 2.8rem;
    margin-top: 10px;
  }
}

@media (max-width: 600px) {
  .main .join {
    width: 210px;
    height: 111px;
    margin-left: -105px;
  }
  .main .join span {
    top: 22px;
    font-size: 1.4rem;
  }
  .main .join span.big {
    font-size: 3.4rem;
    margin-top: 8px;
  }
}

.main .bg-letter {
  position: absolute;
  left: 50%;
  bottom: 40px;
  z-index: 2;
  opacity: 0;
  margin-left: -600px;
}

@media (max-width: 1260px) {
  .main .bg-letter {
    width: 900px;
    margin-left: -450px;
  }
}

@media (max-width: 900px) {
  .main .bg-letter {
    width: 430px;
    margin-left: -215px;
  }
}

@media (max-width: 600px) {
  .main .bg-letter {
    width: 390px;
    margin-left: -195px;
  }
}

.main .bg-m {
  position: absolute;
  left: 50%;
  bottom: 0px;
  z-index: 3;
  opacity: 0;
  margin-left: -321px;
}

@media (max-width: 1260px) {
  .main .bg-m {
    width: 550px;
    margin-left: -275px;
  }
}

@media (max-width: 900px) {
  .main .bg-m {
    width: 280px;
    margin-left: -140px;
  }
}

@media (max-width: 600px) {
  .main .bg-m {
    width: 260px;
    margin-left: -130px;
  }
}

@media (max-width: 1260px) {
  .main {
    min-height: 950px;
    padding: 50px 0 35px;
  }
}

@media (max-width: 900px) {
  .main {
    min-height: 600px;
    padding: 70px 0 30px;
  }
}

@media (max-width: 600px) {
  .main {
    min-height: 485px;
    padding: 50px 0 20px;
  }
}

/****** main-grid ******/
.main-grid {
  padding: 46px 0 42px;
  color: #fff;
  overflow: hidden;
}

.main-grid p.tit {
  display: block;
  font-weight: 700;
  font-size: 2.4rem;
  margin: 0 0 34px 0;
  padding: 0 0 0 20px;
  letter-spacing: -1.5px;
}

.main-grid p.tit span {
  font-size: 1.25rem;
  font-weight: 400;
  margin: 0 0 0 18px;
  letter-spacing: -1px;
}

@media (max-width: 900px) {
  .main-grid p.tit span {
    display: inline-block;
    width: 100%;
    margin: 0;
  }
}

@media (max-width: 600px) {
  .main-grid p.tit {
    margin: 0 0 20px 0;
  }
}

@media (max-width: 600px) {
  .main-grid .show-all {
    position: relative;
    width: 100%;
    display: inline-block;
    height: 41px;
    margin: 15px 0 10px;
  }
}

.main-grid .btn-rating {
  position: absolute;
  top: 46px;
  right: 0;
  font-size: 1.5rem;
  font-weight: 700;
  padding: 10px 26px;
  text-align: center;
  box-sizing: border-box;
  border: 2px solid #F6B529;
  color: #fff;
  border-radius: 50px;
}

@media (max-width: 1260px) {
  .main-grid .btn-rating {
    right: 37px;
  }
}

@media (max-width: 900px) {
  .main-grid .btn-rating {
    top: 483px;
    font-size: 2rem;
    padding: 5px 20px;
    right: 22px;
  }
}

@media (max-width: 600px) {
  .main-grid .btn-rating {
    top: 0;
    right: 0;
  }
}

.main-grid .grid-l {
  width: calc(50% - 12px);
  float: left;
  box-sizing: border-box;
}

.main-grid .grid-l li {
  font-weight: 500;
  padding: 24px 42px;
  border-radius: 20px;
  font-size: 2rem;
  overflow: hidden;
  line-height: 60px;
  letter-spacing: -2px;
}

.main-grid .grid-l li + li {
  margin: 16px 0 0 0;
}

.main-grid .grid-l li .count {
  float: right;
  font-size: 3.3rem;
  font-family: 'Proxima Nova';
  font-weight: 700;
  letter-spacing: -0.7px;
}

.main-grid .grid-l li .count span {
  vertical-align: top;
  margin-left: 5px;
}

@media (max-width: 900px) {
  .main-grid .grid-l li {
    padding: 13px 25px 16px;
  }
}

@media (max-width: 600px) {
  .main-grid .grid-l li {
    padding: 0 25px;
  }
}

.main-grid .grid-l li:first-child {
  background: #03245B;
}

.main-grid .grid-l li:nth-child(2) {
  background: #FEB821;
  color: #03245B;
}

.main-grid .grid-l li:nth-child(3) {
  background: #fff;
  color: #03245B;
}

@media (max-width: 900px) {
  .main-grid .grid-l {
    width: 100%;
  }
}

.main-grid .grid-r {
  position: relative;
  padding: 27px 40px 47px;
  min-height: 353px;
  background: #BF383D;
  border-radius: 20px;
  width: calc(50% - 12px);
  float: left;
  box-sizing: border-box;
  margin: 0 0 0 24px;
}

.main-grid .grid-r .tit {
  font-weight: 500;
  font-size: 2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  padding: 0 0 15px 0;
  text-align: center;
}

@media (max-width: 900px) {
  .main-grid .grid-r .tit {
    text-align: left;
    font-size: 2.67rem;
  }
}

.main-grid .grid-r .txt-box {
  position: relative;
  z-index: 2;
  font-size: 2.8rem;
  line-height: 3.2rem;
  text-align: center;
  width: 95%;
  margin: 0 auto;
}

.main-grid .grid-r .txt-box .rank {
  color: #F6B529;
  font-family: 'ON Yeossi';
  font-weight: 700;
}

.main-grid .grid-r .txt-box .rank .percent {
  font-size: 2rem;
  vertical-align: baseline;
  font-family: 'ON Yeossi';
  font-weight: 700;
  color: #fff;
}

@media (max-width: 600px) {
  .main-grid .grid-r .txt-box .rank .percent {
    font-size: 2.67rem;
    margin-left: 8px;
  }
}

@media (max-width: 900px) {
  .main-grid .grid-r .txt-box .rank {
    font-size: 4.5rem;
  }
}

.main-grid .grid-r .txt-box .des {
  font-family: 'ON Yeossi';
  font-weight: 700;
}

@media (max-width: 900px) {
  .main-grid .grid-r .txt-box .des {
    display: block;
  }
}

@media (max-width: 600px) {
  .main-grid .grid-r .txt-box .des {
    font-size: 3.3rem;
    line-height: 3.8rem;
    margin-top: 5px;
  }
}

@media (max-width: 1260px) {
  .main-grid .grid-r .txt-box {
    font-size: 2.4rem;
  }
}

@media (max-width: 900px) {
  .main-grid .grid-r .txt-box {
    text-align: left;
    width: 60%;
    margin: 30px 0 0;
  }
}

.main-grid .grid-r img {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  bottom: 28px;
  width: 119px;
}

@media (max-width: 1260px) {
  .main-grid .grid-r img {
    bottom: 40px;
  }
}

@media (max-width: 900px) {
  .main-grid .grid-r img {
    right: 25px;
    transform: none;
    left: auto;
  }
}

@media (max-width: 600px) {
  .main-grid .grid-r img {
    bottom: 30px;
  }
}

@media (max-width: 900px) {
  .main-grid .grid-r {
    width: 100%;
    min-height: 232px;
    margin: 88px 0 0 0;
    padding: 20px 25px 30px;
  }
}

@media (max-width: 600px) {
  .main-grid .grid-r {
    margin: 0;
    float: none;
  }
}

.main-grid p.box {
  text-align: center;
  padding: 45px 0 0 0;
  color: #fff;
  font-size: 1.5625rem;
  content: '';
  display: block;
  clear: both;
  width: 100%;
}

.main-grid p.box .des {
  display: inline-block;
  width: 100%;
  margin: 0 0 37px 0;
}

.main-grid p.box a {
  border: 3px solid #F6B529;
  color: #fff;
  font-size: 1.5rem;
  padding: 10px 0;
  border-radius: 50px;
  font-weight: 700;
  width: 288px;
  box-sizing: border-box;
}

.main-grid p.box a + a {
  margin: 0 0 0 10px;
}

.main-grid p.box a.kbs::before {
  position: relative;
  top: -2px;
  content: '';
  display: inline-block;
  width: 3.875rem;
  height: 2rem;
  background: url(../img/ico/ico-kbs.png) no-repeat;
  background-size: 3.875rem;
  vertical-align: middle;
}

.main-grid p.box a.facebook::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 40px;
  background: url(../img/ico/ico-sns.png) no-repeat;
  background-size: 145px 35px;
  vertical-align: top;
  background-position: 1px 0;
  margin: 0 12px 0 0;
}

.main-grid p.box a.insta::before {
  content: '';
  display: inline-block;
  width: 32px;
  height: 40px;
  background: url(../img/ico/ico-sns.png) no-repeat;
  background-size: 145px 35px;
  vertical-align: top;
  background-position: -113px 0;
  margin: 0 12px 0 0;
}

@media (max-width: 900px) {
  .main-grid p.box {
    display: none;
  }
}

@media (max-width: 900px) {
  .main-grid {
    padding-bottom: 50px;
  }
}

@media (max-width: 600px) {
  .main-grid {
    padding: 20px 0 30px;
  }
}

/***** banner *****/
.banner {
  background: url(../img/common/bg-banner.jpg);
  line-height: 0;
  text-align: center;
  overflow: visible;
  background-repeat: round;
}

.banner a {
  width: 50%;
  float: left;
}

.banner a:after {
  content: '';
  display: block;
  clear: both;
  width: 100%;
}

.banner .banner-box {
  margin: 0 auto;
  max-width: 1920px;
}

.banner .banner-box a {
  margin: 0 auto;
}

.banner .banner-box img {
  width: 100%;
  margin: -32px auto 0;
}

.banner .banner-box.pc {
  display: inline-block;
}

.banner .banner-box.m {
  display: none;
}

@media (max-width: 900px) {
  .banner .banner-box a {
    max-width: 100%;
  }
  .banner .banner-box img {
    margin: -27px auto 0;
  }
  .banner .banner-box.pc {
    display: none;
  }
  .banner .banner-box.m {
    display: block;
  }
  .banner .banner-box a {
    display: block;
    width: 100%;
    float: inherit;
  }
}

@media (max-width: 600px) {
  .banner .banner-box img {
    margin: -15px auto 0;
  }
}

/***** footer *****/
footer {
  color: #7a7a7a;
  text-align: center;
  padding: 20px 0;
  background: #fff;
  font-weight: 300;
  letter-spacing: 0;
  content: '';
  display: block;
  clear: both;
  width: 100%;
}

@media (max-width: 600px) {
  footer {
    padding: 11px 0;
  }
}

/***** popup-rating *****/
.popup-rating {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 1100px;
  height: 80%;
  transform: translate(-50%, -50%);
  background: #042E76;
  z-index: 1000;
  padding: 20px 100px 20px 50px;
  border-radius: 30px;
  box-sizing: border-box;
}

.popup-rating .close {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 52px;
  height: 52px;
  background: url(../img/ico/ico-close.png) no-repeat;
}

@media (max-width: 900px) {
  .popup-rating .close {
    top: auto;
    right: 50%;
    transform: translate(50%);
    bottom: 25px;
    width: 35px;
    height: 35px;
    background-size: 35px;
  }
}

@media (max-width: 600px) {
  .popup-rating .close {
    width: 25px;
    height: 25px;
    background-size: 25px;
  }
}

.popup-rating .tit {
  font-family: 'ON Yeossi';
  font-weight: 700;
  text-align: center;
  font-size: 3.875rem;
  color: #fff;
  line-height: 50px;
  margin: 0 0 60px 50px;
}

.popup-rating .tit span {
  font-family: 'ON Yeossi';
  font-weight: 700;
  font-size: 1.88rem;
}

@media (max-width: 900px) {
  .popup-rating .tit span {
    font-size: 2rem;
    letter-spacing: 0px;
  }
}

@media (max-width: 900px) {
  .popup-rating .tit {
    margin: 0 0 28px 20px;
  }
}

@media (max-width: 600px) {
  .popup-rating .tit {
    line-height: 30px;
  }
}

.popup-rating ul {
  height: calc(100% - 200px);
}

.popup-rating ul li {
  overflow: hidden;
  background: #03245B;
  padding: 46px 57px;
  border-radius: 30px;
}

.popup-rating ul li img {
  width: 193px;
  float: left;
}

@media (max-width: 900px) {
  .popup-rating ul li img {
    width: 75%;
    float: none;
    display: block;
    margin: 0 auto;
  }
}

.popup-rating ul li .txt-box {
  float: left;
  width: calc(100% - 231px);
  margin: 0 0 0 38px;
}

.popup-rating ul li .txt-box .tit {
  font-family: 'ON Yeossi';
  font-weight: 700;
  font-size: 3.125rem;
  color: #F6B529;
  text-align: left;
  margin: 0 0 16px 0;
  line-height: 3.2rem;
}

@media (max-width: 600px) {
  .popup-rating ul li .txt-box .tit {
    line-height: 30px;
  }
}

.popup-rating ul li .txt-box .sub {
  font-size: 1.875rem;
  color: #fff;
  font-weight: 500;
  margin: 0 0 10px 0;
}

.popup-rating ul li .txt-box .des {
  font-size: 1.375rem;
  color: #fff;
}

@media (max-width: 900px) {
  .popup-rating ul li .txt-box {
    width: 100%;
    margin: 15px 0 0 0;
  }
}

.popup-rating ul li + li {
  margin: 30px 0 0 0;
}

@media (max-width: 600px) {
  .popup-rating ul li {
    padding: 30px;
  }
}

@media (max-width: 600px) {
  .popup-rating ul {
    height: calc(100% - 160px);
  }
}

.popup-rating .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail, .popup-rating .mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail {
  background: #fff;
}

.popup-rating .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .popup-rating .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .popup-rating .mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .popup-rating .mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  margin: 0 -16px;
}

@media (max-width: 1260px) {
  .popup-rating .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .popup-rating .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .popup-rating .mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .popup-rating .mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 20px;
    height: 20px;
    margin: 0 -2px;
  }
}

@media (max-width: 1260px) {
  .popup-rating {
    width: calc(100% - 42px);
  }
}

@media (max-width: 900px) {
  .popup-rating {
    padding: 20px 40px 20px 20px;
  }
}

@media (max-width: 600px) {
  .popup-rating {
    padding: 20px 40px 0 20px;
  }
}

.popup-rating .mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail, .popup-rating .mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail {
  width: 10px;
}

@media (max-width: 1260px) {
  .popup-rating .mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail, .popup-rating .mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail {
    width: 2px;
  }
}

.popup-rating .mCSB_outside + .mCSB_scrollTools {
  right: -57px;
}

@media (max-width: 1260px) {
  .popup-rating .mCSB_outside + .mCSB_scrollTools {
    right: -26px;
  }
}

/***** sub-header *****/
.sub-header {
  background-size: cover;
  z-index: 1;
  background: url(../img/common/sub-top.jpg) no-repeat center top;
  position: relative;
  background-size: cover;
}

.sub-header::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/common/sub-bottom.png) center bottom;
  background-repeat: repeat-x;
  position: absolute;
  bottom: -20px;
  left: 0;
  background-size: auto;
}

@media (max-width: 600px) {
  .sub-header::after {
    background-size: 900px;
  }
}

.sub-header .wrap-in {
  padding: 118px 0 200px;
}

.sub-header .wrap-in .logo {
  top: 30px;
}

@media (max-width: 900px) {
  .sub-header .wrap-in .logo {
    top: 20px;
    left: 27px;
  }
}

@media (max-width: 600px) {
  .sub-header .wrap-in .logo {
    left: 20px;
  }
}

.sub-header .wrap-in h2 {
  position: relative;
  z-index: 3;
  font-family: 'ON Yeossi';
  font-weight: 700;
  font-size: 4rem;
  text-align: left;
  line-height: 60px;
  color: #2e3147;
}

@media (max-width: 1260px) {
  .sub-header .wrap-in h2 {
    width: 462px;
    text-align: left;
    line-height: 4rem;
  }
}

@media (max-width: 900px) {
  .sub-header .wrap-in h2 {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 600px) {
  .sub-header .wrap-in h2 {
    width: 300px;
    font-size: 3.5rem;
    line-height: 35px;
    margin: 0 auto;
  }
  .sub-header .wrap-in h2 .m {
    display: block !important;
    text-align: center;
  }
  .sub-header .wrap-in h2 .pc {
    display: none;
  }
}

.sub-header .wrap-in h2 .m {
  display: none;
}

.sub-header .wrap-in .bg-people {
  position: absolute;
  bottom: 33px;
  right: 20px;
  z-index: 2;
  width: 450px;
}

@media (max-width: 1260px) {
  .sub-header .wrap-in .bg-people {
    right: 100px;
  }
}

@media (max-width: 900px) {
  .sub-header .wrap-in .bg-people {
    display: none;
  }
}

@media (max-width: 1260px) {
  .sub-header .wrap-in {
    padding: 118px 37px 200px;
  }
}

@media (max-width: 900px) {
  .sub-header .wrap-in {
    padding: 70px 27px 100px;
  }
}

@media (max-width: 600px) {
  .sub-header .wrap-in {
    padding: 30px 20px 50px;
  }
}

/***** quiz-content *****/
.quiz-content {
  padding: 0 0 50px;
  z-index: 10;
}

.quiz-content .quiz-box {
  position: relative;
  bottom: -30px;
  background: url(../img/common/bg-quiz.png) no-repeat center;
  background-size: 100% 100%;
  opacity: 0;
}

.quiz-content .quiz-box .tit {
  position: relative;
  font-size: 2rem;
  text-align: center;
  padding: 210px 110px 40px 120px;
  font-weight: 700;
}

.quiz-content .quiz-box .tit span {
  font-family: 'ON Yeossi';
  font-weight: 700;
  font-size: 3rem;
}

.quiz-content .quiz-box .tit::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 19px;
  background: url(../img/common/img-line.png) no-repeat 39%;
  background-size: 70%;
}

@media (max-width: 900px) {
  .quiz-content .quiz-box .tit {
    padding: 120px 60px 30px 50px;
  }
}

@media (max-width: 600px) {
  .quiz-content .quiz-box .tit {
    padding: 80px 60px 30px 50px;
  }
}

.quiz-content .quiz-box ul {
  padding: 50px 0 200px;
}

.quiz-content .quiz-box ul li {
  margin-left: 50%;
  transform: translate(-50%);
  word-break: break-all;
}

.quiz-content .quiz-box ul li input {
  display: none;
}

.quiz-content .quiz-box ul li input:checked + label::after {
  content: '';
  position: absolute;
  top: -8px;
  left: 0;
  background: url(../img/ico/ico-check.png) no-repeat;
  width: 47px;
  height: 46px;
}

@media (max-width: 1260px) {
  .quiz-content .quiz-box ul li input:checked + label::after {
    top: -12px;
  }
}

@media (max-width: 900px) {
  .quiz-content .quiz-box ul li input:checked + label::after {
    background-size: 30px;
    width: 30px;
    height: 30px;
    top: -6px;
  }
}

@media (max-width: 600px) {
  .quiz-content .quiz-box ul li input:checked + label::after {
    background-size: 24px;
    width: 24px;
    height: 24px;
    top: -5px;
  }
}

.quiz-content .quiz-box ul li label {
  display: inline-block;
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  cursor: pointer;
  padding: 0 0 0 62px;
  outline: 0;
}

.quiz-content .quiz-box ul li label::before {
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  width: 41px;
  height: 41px;
  background: #c1c1c1;
  border-radius: 100%;
}

@media (max-width: 1260px) {
  .quiz-content .quiz-box ul li label::before {
    top: 0;
  }
}

@media (max-width: 900px) {
  .quiz-content .quiz-box ul li label::before {
    width: 29px;
    height: 29px;
    top: -1px;
  }
}

@media (max-width: 600px) {
  .quiz-content .quiz-box ul li label::before {
    width: 23px;
    height: 23px;
  }
}

@media (max-width: 900px) {
  .quiz-content .quiz-box ul li label {
    font-size: 1.6rem;
    padding: 0 0 0 45px;
  }
}

@media (max-width: 600px) {
  .quiz-content .quiz-box ul li label {
    padding: 0 0 0 35px;
  }
}

.quiz-content .quiz-box ul li + li {
  margin-top: 23px;
}

@media (max-width: 900px) {
  .quiz-content .quiz-box ul li {
    width: 60%;
  }
}

@media (max-width: 600px) {
  .quiz-content .quiz-box ul li {
    width: 80%;
  }
}

@media (max-width: 900px) {
  .quiz-content .quiz-box ul {
    padding: 25px 0 180px;
  }
}

@media (max-width: 600px) {
  .quiz-content .quiz-box ul {
    padding: 25px 0 100px;
  }
}

@media (max-width: 900px) {
  .quiz-content .quiz-box {
    padding: 60px 30px 0px;
  }
}

@media (max-width: 600px) {
  .quiz-content .quiz-box {
    padding: 30px 30px 0px;
    background: url(../img/common/bg-quiz-m.png) no-repeat center;
    background-size: 100% 100%;
  }
}

.quiz-content .next {
  display: block;
  font-family: 'ON Yeossi';
  font-weight: 700;
  font-size: 3.125rem;
  color: #000;
  background: #F6B529;
  border: 2px solid #C18E20;
  border-radius: 50px;
  text-align: center;
  width: 352px;
  margin: 30px auto 0;
  box-sizing: border-box;
  line-height: 82px;
}

@media (max-width: 900px) {
  .quiz-content .next {
    width: 268px;
    margin-top: 15px;
    font-size: 2.375rem;
    line-height: 60px;
  }
}

@media (max-width: 900px) {
  .quiz-content .next {
    width: 140px;
    margin-top: 0;
    line-height: 30px;
  }
}

.quiz-content .cnt {
  font-size: 1.5rem;
  text-align: center;
  margin: 40px 0 0;
  font-family: 'NanumSquare';
  font-weight: 400;
}

@media (max-width: 900px) {
  .quiz-content .cnt {
    margin-top: 15px;
  }
}

@media (max-width: 600px) {
  .quiz-content .cnt {
    margin: 15px 0;
  }
}

@media (max-width: 900px) {
  .quiz-content {
    padding: 0 0 20px;
  }
}

@media (max-width: 600px) {
  .quiz-content {
    padding: 30px 0 10px;
  }
}

.result-content {
  z-index: 10;
  text-align: center;
  padding: 73px 0 66px;
  line-height: 60px;
  margin: 20px 0 0 0;
}

.result-content .score {
  font-size: 2rem;
  font-weight: bold;
  margin: 0 0 30px 0;
}

.result-content .score .num {
  font-family: 'Proxima Nova';
  font-weight: 700;
  font-size: 6.25rem;
  color: #bb2a2a;
  display: inline-block;
  margin: 0 0 0 40px;
}

.result-content .score .num span {
  font-size: 3.125rem;
  color: #bb2a2a;
}

@media (max-width: 900px) {
  .result-content .score .num {
    margin: 0;
    display: block;
  }
}

@media (max-width: 600px) {
  .result-content .score {
    line-height: 45px;
    margin: 0 0 10px 0;
  }
}

.result-content .score-img {
  width: 100%;
  margin: 0 auto;
  height: 100%;
  position: relative;
}

.result-content .score-img .score-div {
  padding: 50px 0 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 900px) {
  .result-content .score-img .score-div {
    padding: 15px 0 0;
  }
}

.result-content .score-img .back-result {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
}

@media (max-width: 900px) {
  .result-content .score-img .back-result {
    min-height: 765px;
  }
}

@media (max-width: 600px) {
  .result-content .score-img .back-result {
    min-height: 580px;
  }
}

.result-content .score-img .rating {
  font-family: 'ON Yeossi';
  font-weight: 700;
  font-size: 5rem;
  color: #fff;
  margin: 0;
  position: relative;
  top: 1.5%;
}

@media (max-width: 1260px) {
  .result-content .score-img .rating {
    font-size: 4rem;
    line-height: 35px;
  }
}

@media (max-width: 900px) {
  .result-content .score-img .rating {
    font-size: 3.2rem;
    top: 2.5%;
  }
}

@media (max-width: 600px) {
  .result-content .score-img .rating {
    font-size: 3.2rem;
    top: 1.5%;
  }
}

.result-content .score-img .tit {
  font-family: 'ON Yeossi';
  font-weight: 700;
  color: #232a44;
  font-size: 4.3rem;
  line-height: 65px;
  margin: 160px 0 23px;
  position: relative;
  top: 25px;
  display: inline-block;
  white-space: pre-line;
  width: 90%;
}

@media (max-width: 1260px) {
  .result-content .score-img .tit {
    font-size: 3.8rem;
    line-height: 3.8rem;
    margin: 100px 0 20px;
  }
}

@media (max-width: 900px) {
  .result-content .score-img .tit {
    font-size: 2.8rem;
    top: 20px;
    margin: 70px 0 20px;
  }
}

@media (max-width: 600px) {
  .result-content .score-img .tit {
    margin: 35px 0 20px;
    line-height: 3.1rem;
  }
}

.result-content .score-img .sub {
  font-size: 2.5rem;
}

@media (max-width: 900px) {
  .result-content .score-img .sub {
    font-size: 2rem;
    line-height: 3rem;
  }
}

@media (max-width: 600px) {
  .result-content .score-img .sub {
    margin: 0 16px 0 10px;
  }
}

.result-content .score-img .des {
  font-size: 1.5rem;
  margin: 15px 0 0 0;
  line-height: 40px;
}

@media (max-width: 1260px) {
  .result-content .score-img .des {
    line-height: 33px;
  }
}

@media (max-width: 900px) {
  .result-content .score-img .des {
    line-height: 1.8rem;
  }
}

@media (max-width: 600px) {
  .result-content .score-img .des {
    margin: 10px 18px 0 12px;
  }
}

.result-content .score-img .thum {
  position: relative;
  display: inline-block;
  margin: 23px 0;
  width: 520px;
  height: 520px;
}

.result-content .score-img .thum::before {
  content: "";
  background: url(../img/common/cloud.png) no-repeat;
  position: absolute;
  left: -6%;
  top: 12%;
  width: 177px;
  height: 93px;
  z-index: -1;
}

.result-content .score-img .thum::after {
  content: "";
  background: url(../img/common/cloud.png) no-repeat;
  position: absolute;
  right: -12%;
  bottom: 10%;
  width: 177px;
  height: 93px;
  z-index: -1;
}

.result-content .score-img .thum img {
  width: 100%;
}

@media (max-width: 1260px) {
  .result-content .score-img .thum {
    width: 300px;
    height: 300px;
    margin: 18px 0;
  }
  .result-content .score-img .thum::before, .result-content .score-img .thum::after {
    background-size: cover;
    width: 107px;
    height: 57px;
  }
}

@media (max-width: 900px) {
  .result-content .score-img .thum {
    width: 220px;
    height: 220px;
  }
}

@media (max-width: 600px) {
  .result-content .score-img .thum {
    width: 130px;
    height: 130px;
  }
  .result-content .score-img .thum::before, .result-content .score-img .thum::after {
    background-size: cover;
    width: 56px;
    height: 29px;
  }
}

.result-content .score-img .thum span {
  display: block;
  width: 100%;
  height: 100%;
}

@media (max-width: 900px) {
  .result-content img {
    width: 100%;
  }
}

@media (max-width: 900px) {
  .result-content {
    padding: 35px 0 33px;
  }
}

/***** sns-share *****/
.sns-share {
  position: fixed;
  top: 55px;
  right: 20px;
  width: 150px;
  background: #052F76;
  color: #fff;
  border-radius: 100px;
  text-align: center;
  z-index: 11;
  cursor: pointer;
  box-sizing: border-box;
  padding: 16px 20px 28px;
}

.sns-share .tit {
  position: relative;
  display: inline-block;
  padding: 35px 0 0 0;
  line-height: 20px;
  font-family: 'ON Yeossi';
  font-weight: 700;
  font-size: 1.2rem;
  color: #FEBE2E;
}

.sns-share .tit .sub {
  font-size: 1.75rem;
  color: #fff;
  line-height: 30px;
  font-family: 'ON Yeossi';
  font-weight: 700;
}

.sns-share .tit::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  width: 23px;
  height: 25px;
  background: url(../img/ico/ico-share.png) no-repeat;
}

.sns-share ul {
  display: none;
  border-top: 1px solid #707070;
  margin: 20px 0 0 0;
}

.sns-share ul li:first-child {
  margin: 20px 0 0;
}

.sns-share ul li:last-child {
  margin: 20px 0;
}

.sns-share ul li .kakaotalk {
  background: url(../img/ico/ico-sns.png) no-repeat;
  width: 36px;
  height: 40px;
  background-position: -59px 0;
}

.sns-share ul li .facebook {
  background: url(../img/ico/ico-sns.png) no-repeat;
  width: 21px;
  height: 40px;
  background-position: 0 0;
}

.sns-share ul li .twitter {
  background: url(../img/ico/ico-sns.png) no-repeat;
  width: 35px;
  height: 40px;
  background-position: -22px 7px;
}

.sns-share ul li .link {
  background: url(../img/ico/ico-sns.png) no-repeat;
  width: 35px;
  height: 40px;
  background-position: -97px 0;
}

.sns-share ul li + li {
  margin: 15px 0 0;
}

@media (max-width: 900px) {
  .sns-share {
    display: none;
  }
}

.again-btn {
  width: 356px;
  height: 90px;
  line-height: 82px;
  box-sizing: border-box;
  font-family: 'ON Yeossi';
  font-weight: 700;
  font-size: 3.125rem;
  border: 2px solid #C18E20;
  background-color: #F6B529;
  text-align: center;
  border-radius: 50px;
  margin: 30px 0 20px;
}

@media (max-width: 900px) {
  .again-btn {
    font-size: 2.875rem;
    width: 178px;
    height: 45px;
    line-height: 38px;
    margin: 0;
  }
}

.sns-share-m {
  display: none;
  background: #052F76;
  padding: 24px 0;
  text-align: center;
}

.sns-share-m li {
  display: inline-block;
  color: #fff;
  font-family: 'ON Yeossi';
  font-weight: 700;
  font-size: 1.875rem;
}

.sns-share-m li .kakaotalk {
  background: url(../img/ico/ico-sns.png) no-repeat;
  background-size: 105px;
  width: 24px;
  height: 25px;
  background-position: -35px 0;
}

@media (max-width: 600px) {
  .sns-share-m li .kakaotalk {
    width: 22px;
    height: 22px;
    background-position: -36px 0;
  }
}

.sns-share-m li .facebook {
  background: url(../img/ico/ico-sns.png) no-repeat;
  background-size: 105px;
  width: 15px;
  height: 30px;
  background-position: 1px 0;
}

@media (max-width: 600px) {
  .sns-share-m li .facebook {
    width: 14px;
    height: 25px;
    background-position: 0 0;
  }
}

.sns-share-m li .twitter {
  background: url(../img/ico/ico-sns.png) no-repeat;
  background-size: 105px;
  width: 21px;
  height: 24px;
  background-position: -13px 0;
}

@media (max-width: 600px) {
  .sns-share-m li .twitter {
    width: 21px;
    height: 19px;
    background-position: -14px 0;
  }
}

.sns-share-m li .link {
  background: url(../img/ico/ico-sns.png) no-repeat;
  background-size: 105px;
  width: 21px;
  height: 28px;
  background-position: -60px 0;
}

@media (max-width: 600px) {
  .sns-share-m li .link {
    width: 22px;
    height: 22px;
    background-position: -59px -1px;
  }
}

.sns-share-m li + li {
  margin: 0 0 0 30px;
}

@media (max-width: 600px) {
  .sns-share-m li {
    font-size: 2.2rem;
  }
}

@media (max-width: 900px) {
  .sns-share-m {
    display: block;
  }
}

@media (max-width: 600px) {
  .sns-share-m {
    padding: 20px 0;
  }
}

.sns-footer {
  width: 100%;
  background-color: #042E76;
  padding: 37px 0 50px;
}

.sns-footer .sns-footer-in {
  width: 1000px;
  height: 64px;
  margin: 0 auto;
}

.sns-footer .sns-footer-in span {
  color: #F6B529;
  font-size: 2rem;
  float: left;
  font-family: 'NanumSquare';
  font-weight: 400;
  margin: 10px 62px 0 0;
}

.sns-footer .sns-footer-in li {
  float: left;
  border-radius: 50px;
  border: 2px solid #F6B529;
  width: 197px;
  height: 64px;
  box-sizing: border-box;
  text-align: center;
}

.sns-footer .sns-footer-in li a {
  color: #fff;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 58px;
  width: 100%;
  height: 100%;
  position: relative;
  text-indent: 30px;
}

.sns-footer .sns-footer-in li a::before {
  background-size: cover !important;
}

.sns-footer .sns-footer-in li a.facebook::before {
  content: '';
  position: absolute;
  top: 13px;
  left: 40px;
  background: url(../img/ico/ico-sns.png) no-repeat;
  width: 18px;
  height: 34px;
  background-position: 0 0;
}

.sns-footer .sns-footer-in li a.twitter::before {
  content: '';
  position: absolute;
  top: 13px;
  left: 40px;
  background: url(../img/ico/ico-sns.png) no-repeat;
  width: 29px;
  height: 34px;
  background-position: -19px 4px;
}

.sns-footer .sns-footer-in li a.kakaotalk::before {
  content: '';
  position: absolute;
  top: 15px;
  left: 33px;
  background: url(../img/ico/ico-sns.png) no-repeat;
  width: 30px;
  height: 34px;
  background-position: -50px 0;
}

.sns-footer .sns-footer-in li a.link::before {
  content: '';
  position: absolute;
  top: 13px;
  left: 35px;
  background: url(../img/ico/ico-sns.png) no-repeat;
  width: 29px;
  height: 34px;
  background-position: -83px 0;
}

.sns-footer .sns-footer-in li + li {
  margin-left: 9px;
}

@media (max-width: 1260px) {
  .sns-footer .sns-footer-in {
    width: 950px;
  }
  .sns-footer .sns-footer-in span {
    margin: 10px 10px 0 0;
  }
}

@media (max-width: 900px) {
  .sns-footer {
    display: none;
  }
}

/***** popup-error *****/
.popup-error {
  display: none;
  position: fixed;
  width: 50%;
  max-width: 600px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: 'ON Yeossi';
  font-weight: 700;
  background: #fff;
  z-index: 1000;
  border-radius: 30px;
  background: #fff;
  z-index: 1000;
  border-radius: 30px;
  font-size: 3.125rem;
  padding: 80px 60px 60px;
  text-align: center;
}

.popup-error .btn-close {
  display: block;
  width: 268px;
  padding: 20px;
  background: #052F76;
  font-family: 'ON Yeossi';
  font-weight: 700;
  font-size: 2rem;
  color: #fff;
  text-align: center;
  border-radius: 50px;
  margin: 60px auto 0;
}

@media (max-width: 900px) {
  .popup-error .btn-close {
    width: 50%;
    padding: 12px;
    margin: 40px auto 0;
  }
}

@media (max-width: 900px) {
  .popup-error {
    width: 80%;
    padding: 40px 20px 20px;
  }
}

/***top-btn***/
.top-btn {
  position: fixed;
  top: 55px;
  right: 195px;
  z-index: 11;
  cursor: pointer;
}

.top-btn li {
  width: 133px;
  height: 148px;
  display: block;
}

.top-btn li + li {
  margin-top: 25px;
}

@media (max-width: 1260px) {
  .top-btn {
    display: none;
  }
}

.top-btn.result-p {
  top: 233px;
  right: 28px;
  transition: top .35s;
}
