@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;
  -webkit-box-sizing: border-box;
          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 *****/
/****** 메인 이미지 애니메이션 ******/
@-webkit-keyframes main-msg {
  0% {
    opacity: 0;
    height: auto;
    -webkit-transform: traslateY(0);
            transform: traslateY(0);
  }
  30% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateY(-2.5px);
            transform: translateY(-2.5px);
  }
  60% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    height: auto;
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    height: auto;
  }
}
@keyframes main-msg {
  0% {
    opacity: 0;
    height: auto;
    -webkit-transform: traslateY(0);
            transform: traslateY(0);
  }
  30% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateY(-2.5px);
            transform: translateY(-2.5px);
  }
  60% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    height: auto;
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    height: auto;
  }
}

/****** 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: #B7F2FA;
}

.bg-main::after {
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  position: absolute;
  background: url(../img/common/bg-main-back.png) no-repeat center;
  background-size: cover;
}

.bg-sub {
  background: #746CDC;
}

.bg-back {
  background: #746CDC;
}

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;
  overflow: hidden;
}

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

.wrap .wrap-in .logo {
  position: absolute;
  top: 75px;
  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;
  }
}

.wrap .wrap-in .sub-logo {
  position: absolute;
  top: 46px;
  right: 0;
  z-index: 11;
}

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

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

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

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

@media (max-width: 600px) {
  .wrap .wrap-in .sub-logo {
    top: 15px;
    right: 20px;
    width: 109px;
    height: 22px;
  }
}

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

/****** main ******/
.main {
  padding: 75px 0 102px;
}

.main h1 {
  position: relative;
  z-index: 10;
  margin: 78px 0 0 0;
  left: 0;
  letter-spacing: -0.05em;
}

.main h1 .tit {
  width: 485px;
  height: 41px;
  background: url(../img/common/img-main-tit.png) 0 0/100% no-repeat;
}

@media (max-width: 1260px) {
  .main h1 .tit {
    width: 350px;
  }
}

@media (max-width: 900px) {
  .main h1 .tit {
    width: 300px;
  }
}

.main h1 .sub-tit {
  width: 491px;
  height: 207px;
  margin-top: 52px;
  background: url(../img/common/img-main-sub.png) 0 0/100% no-repeat;
}

@media (max-width: 1260px) {
  .main h1 .sub-tit {
    width: 360px;
    margin-top: 20px;
  }
}

@media (max-width: 900px) {
  .main h1 .sub-tit {
    width: 310px;
    margin: 20px 0 40px;
    height: 131px;
  }
}

.main h1.m {
  display: none;
}

@media (max-width: 600px) {
  .main h1 {
    font-size: 3.25rem;
    line-height: 3rem;
    letter-spacing: -1.5px;
    margin: 20px 0 0;
    white-space: pre;
  }
  .main h1.m {
    display: block !important;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .main h1.m .tit {
    width: 216px;
    position: absolute;
    top: 20px;
    right: 20px;
  }
  .main h1.m .sub-tit {
    width: 252px;
    background: url(../img/common/img-main-sub-m.png) 0 0/100% no-repeat;
    margin: 0 auto;
  }
  .main h1.pc {
    display: none !important;
  }
}

.main h1 span {
  display: block;
}

@media (max-width: 900px) {
  .main h1 {
    margin: 40px 0 0 0;
  }
}

.main .join {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  width: 355px;
  height: 138px;
  position: relative;
  z-index: 20;
  background: #000;
  border-radius: 12px;
  margin: 66px 0 0 0;
}

.main .join span {
  font-size: 2.75rem;
  color: #FFFB87;
  text-align: center;
  font-family: 'GangwonEdu';
  font-weight: normal;
  line-height: normal;
}

.main .join span.small {
  margin: 0 0 8px 0;
  font-size: 2.063rem;
  color: #fff;
  font-family: 'NanumBarun';
  font-weight: 400;
}

@media (max-width: 1260px) {
  .main .join {
    margin: 0;
    width: 300px;
    height: 120px;
  }
  .main .join span.smalll {
    font-size: 4.8rem;
  }
}

@media (max-width: 900px) {
  .main .join {
    width: 270px;
    height: 90px;
  }
}

@media (max-width: 600px) {
  .main .join {
    position: absolute;
    width: 220px;
    height: 70px;
    margin: 0 0 0 -110px;
    bottom: 259px;
    left: 50%;
  }
  .main .join span.small {
    margin: 0 0 3px 0;
  }
}

.main .main-back {
  position: absolute;
  right: -25%;
  bottom: 0;
  z-index: 2;
  opacity: 0;
  display: inline-block;
}

@media (max-width: 1260px) {
  .main .main-back {
    width: 1000px;
    right: -9%;
  }
}

@media (max-width: 900px) {
  .main .main-back {
    width: 800px;
    right: -18%;
  }
}

@media (max-width: 600px) {
  .main .main-back {
    width: 570px;
    margin-left: -285px;
    bottom: 0px;
    left: 50%;
  }
}

.main .main-people {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
}

.main .main-people img {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.main .main-people .people {
  display: block;
  width: 640px;
  height: 499px;
  position: relative;
}

@media (max-width: 1260px) {
  .main .main-people .people {
    width: 450px;
    height: 351px;
  }
}

@media (max-width: 900px) {
  .main .main-people .people {
    width: 350px;
    height: 270px;
  }
}

@media (max-width: 600px) {
  .main .main-people .people {
    width: 270px;
    height: 210px;
    margin: 0 auto;
  }
}

.main .main-people .people img {
  position: absolute;
  bottom: 0;
  opacity: 0;
}

.main .main-people .talk {
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
}

.main .main-people .talk img {
  position: absolute;
  width: auto;
  height: 0;
}

@media (max-width: 600px) {
  .main .main-people .talk img {
    width: 20%;
  }
}

.main .main-people .talk img.main-talk1 {
  top: -27px;
  left: 0;
  -webkit-animation: main-msg .5s linear;
          animation: main-msg .5s linear;
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@media (max-width: 1260px) {
  .main .main-people .talk img.main-talk1 {
    width: 120px;
    left: -7%;
  }
}

@media (max-width: 900px) {
  .main .main-people .talk img.main-talk1 {
    width: 100px;
    top: -20px;
  }
}

@media (max-width: 600px) {
  .main .main-people .talk img.main-talk1 {
    left: 2%;
    width: 23%;
    top: 16px;
  }
}

.main .main-people .talk img.main-talk2 {
  top: -85px;
  right: 0;
  -webkit-animation: main-msg .5s;
          animation: main-msg .5s;
  -webkit-animation-delay: 3.8s;
          animation-delay: 3.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@media (max-width: 1260px) {
  .main .main-people .talk img.main-talk2 {
    width: 148px;
    right: -11%;
    top: -45px;
  }
}

@media (max-width: 900px) {
  .main .main-people .talk img.main-talk2 {
    width: 120px;
    right: -6%;
    top: -56px;
  }
}

@media (max-width: 600px) {
  .main .main-people .talk img.main-talk2 {
    right: 2%;
    width: 23%;
    top: -16px;
  }
}

.main .main-people .talk img.main-talk3 {
  top: -111px;
  left: 0;
  -webkit-animation: main-msg .5s;
          animation: main-msg .5s;
  -webkit-animation-delay: 4.8s;
          animation-delay: 4.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@media (max-width: 1260px) {
  .main .main-people .talk img.main-talk3 {
    width: 117px;
    left: -7%;
    top: -85px;
  }
}

@media (max-width: 900px) {
  .main .main-people .talk img.main-talk3 {
    width: 100px;
    top: -63px;
  }
}

@media (max-width: 600px) {
  .main .main-people .talk img.main-talk3 {
    top: -27px;
    width: 23%;
    left: 2%;
  }
}

@media (max-width: 1260px) {
  .main .main-people {
    right: 100px;
  }
}

@media (max-width: 900px) {
  .main .main-people {
    right: 35px;
  }
}

@media (max-width: 600px) {
  .main .main-people {
    width: 100%;
    right: 0;
    margin: 0;
    position: absolute;
    bottom: 0;
  }
}

@media (max-width: 1260px) {
  .main {
    padding: 75px 0;
  }
}

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

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

/****** main-grid ******/
.main-grid {
  padding: 45px 0 59px;
  overflow: hidden;
}

.main-grid > .tit {
  display: block;
  font-weight: 700;
  font-size: 2.25rem;
  letter-spacing: -4px;
  color: #fff;
  font-family: 'NanumBarun';
  font-weight: 600;
  margin: 0 0 29px 0;
}

.main-grid > .tit .info {
  font-size: 1.25rem;
  margin: 0 0 0 26px;
  letter-spacing: -.5px;
  font-family: 'NanumBarun';
  font-weight: 400;
}

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

@media (max-width: 600px) {
  .main-grid > .tit {
    margin: 0 0 10px 0;
    letter-spacing: -2px;
  }
}

.main-grid .grid-l {
  width: calc(50% - 12px);
  float: left;
  -webkit-box-sizing: border-box;
          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;
  color: #000;
  font-family: 'NanumBarun';
  font-weight: 400;
}

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

@media (max-width: 600px) {
  .main-grid .grid-l li + li {
    margin: 10px 0 0 0;
  }
}

.main-grid .grid-l li .count {
  float: right;
  font-size: 3.4375rem;
  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 {
    border-radius: 12px;
    padding: 5px 25px;
    line-height: 50px;
  }
}

.main-grid .grid-l li:first-child {
  background: #5A52BC;
  color: #fff;
}

.main-grid .grid-l li:nth-child(2) {
  background: #A49CFF;
}

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

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

.main-grid .grid-r {
  position: relative;
  padding: 31px 30px 0 30px;
  min-height: 353px;
  background: #fff;
  border-radius: 20px;
  width: calc(50% - 12px);
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 0 16px;
}

.main-grid .grid-r .txt-box {
  font-size: 2.31rem;
  line-height: 3.2rem;
  text-align: center;
  margin: 0 auto;
}

.main-grid .grid-r .txt-box > * {
  font-family: 'NanumBarun';
  font-weight: 600;
  color: #000;
}

.main-grid .grid-r .txt-box > .tit {
  display: inline-block;
  font-size: 2rem;
  border-bottom: 6px solid #000;
  text-align: center;
  position: relative;
  margin-bottom: 59px;
}

.main-grid .grid-r .txt-box > .tit::after {
  position: absolute;
  content: '';
  height: 2px;
  width: 100%;
  background: #000;
  left: 0;
  bottom: -15px;
}

@media (max-width: 900px) {
  .main-grid .grid-r .txt-box > .tit {
    font-size: 2.67rem;
    display: block;
    padding-bottom: 17px;
    margin-bottom: 39px;
  }
}

.main-grid .grid-r .txt-box .rank-box {
  position: relative;
  display: block;
}

.main-grid .grid-r .txt-box .rank-box table {
  border: 2px solid #c6c6c6;
}

.main-grid .grid-r .txt-box .rank-box table tr {
  height: 59px;
}

@media (max-width: 600px) {
  .main-grid .grid-r .txt-box .rank-box table tr {
    height: 40px;
  }
}

.main-grid .grid-r .txt-box .rank-box table th, .main-grid .grid-r .txt-box .rank-box table td {
  border-right: 1px solid #C6C6C6;
}

.main-grid .grid-r .txt-box .rank-box table .tit {
  font-family: 'NanumBarun';
  font-weight: 600;
  color: #000;
  font-size: 1.25rem;
  background: #DDDDDD;
  width: 132px;
}

@media (max-width: 600px) {
  .main-grid .grid-r .txt-box .rank-box table .tit {
    font-size: 1.1875rem;
  }
}

.main-grid .grid-r .txt-box .rank-box table .rank {
  color: #E90000;
  font-family: 'Kalam';
  font-weight: 400;
  height: 80px;
  font-size: 3rem;
}

@media (max-width: 600px) {
  .main-grid .grid-r .txt-box .rank-box table .rank {
    height: 60px;
  }
}

@media (max-width: 1260px) {
  .main-grid .grid-r .txt-box .rank-box {
    min-height: 220px;
  }
}

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

@media (max-width: 600px) {
  .main-grid .grid-r .txt-box .rank-box {
    width: 100%;
  }
}

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

@media (max-width: 900px) {
  .main-grid .grid-r .txt-box {
    margin: 20px 0 0;
    margin: 0;
  }
}

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

.main-grid .grid-b {
  text-align: center;
  color: #fff;
  content: '';
  display: block;
  clear: both;
  width: 100%;
}

.main-grid .grid-b .des {
  display: block;
  padding: 44px 0 31px 0;
  font-size: 1.375rem;
  font-family: 'NanumBarun';
  font-weight: 600;
  letter-spacing: 0;
}

.main-grid .grid-b a {
  border: 2px solid #fff;
  color: #fff;
  font-size: 1.5rem;
  padding: 10px 0;
  border-radius: 50px;
  font-weight: bold;
  width: 18rem;
  height: 4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.main-grid .grid-b a + a {
  margin: 0 0 0 16px;
}

.main-grid .grid-b a.kbs .icon {
  display: inline-block;
  width: 3.875rem;
  height: 2.15rem;
  background: url(../img/ico/ico-kbs.png) no-repeat;
  margin: -1px 0 0 0;
}

.main-grid .grid-b a.facebook .icon {
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  background: url(../img/ico/ico-w-facebook.png) no-repeat;
  margin: -4px 0 0 0;
}

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

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

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

/***** banner *****/
.banner {
  line-height: 0;
  text-align: center;
  overflow: visible;
  background-repeat: round;
  background: #F2F2F2;
}

.banner .banner-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 48px 0;
  margin: 0 auto;
  max-width: 1200px;
  gap: 67px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.banner .banner-box a {
  display: block;
  width: 200px;
  font-size: 1.125rem;
  position: relative;
}

.banner .banner-box a:hover::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
  border-radius: 100%;
  background: url(../img/common/banner-box-out.png);
  z-index: 2;
}

.banner .banner-box a .img-box {
  display: block;
  position: relative;
  padding-top: 100%;
  overflow: hidden;
  border-radius: 100%;
  margin: 0 0 20px;
}

.banner .banner-box a .img-box img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.banner .banner-box a .txt {
  color: #404040;
  line-height: 18px;
}

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

@media (max-width: 1260px) {
  .banner .banner-box {
    gap: 30px;
  }
}

@media (max-width: 900px) {
  .banner .banner-box a {
    max-width: 100%;
    width: 150px;
  }
  .banner .banner-box a:hover::after {
    display: none;
  }
  .banner .banner-box a .img-box {
    margin: 0 0 10px;
  }
  .banner .banner-box a .txt {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .banner .banner-box.pc {
    display: none;
  }
  .banner .banner-box.m {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    overflow: scroll;
    margin: 0 16px;
  }
}

@media (max-width: 600px) {
  .banner .banner-box a {
    max-width: 100%;
    width: 100px;
  }
}

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

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

/***** sub-header *****/
.sub-header {
  z-index: 10;
  position: relative;
  overflow: hidden;
  padding: 44px 0 31px 0;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url(../img/common/bg-sub-back.png) 0 38% no-repeat;
  background-color: #b7f2fa;
  background-size: 100% auto;
  overflow: hidden;
}

.sub-header .wrap-in h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sub-header .wrap-in h2 .sub-header-logo {
  -ms-flex-preferred-size: 281px;
      flex-basis: 281px;
}

@media (max-width: 600px) {
  .sub-header .wrap-in h2 .sub-header-logo img {
    width: 67.2px;
  }
}

.sub-header .wrap-in h2 .sub-header-sub {
  display: block;
  width: 321px;
}

@media (max-width: 900px) {
  .sub-header .wrap-in h2 .sub-header-sub {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -160px;
  }
}

@media (max-width: 600px) {
  .sub-header .wrap-in h2 .sub-header-sub {
    width: 260px;
    margin-left: -130px;
  }
}

.sub-header .wrap-in h2 .sub-header-sub img {
  display: block;
  width: 100%;
}

@media (max-width: 600px) {
  .sub-header .wrap-in h2 .sub-header-tit img {
    width: 216px;
  }
}

@media (max-width: 900px) {
  .sub-header .wrap-in {
    height: 110px;
  }
}

@media (max-width: 600px) {
  .sub-header .wrap-in {
    height: 80px;
  }
}

@media (max-width: 900px) {
  .sub-header {
    padding: 20px 0;
    background-size: 200%;
    background-position-x: 5%;
  }
}

/***** quiz-content *****/
.quiz-content {
  z-index: 10;
}

.quiz-content .quiz-tit {
  padding: 0 0 33px 0;
  position: relative;
  text-align: center;
}

.quiz-content .quiz-tit .tit-quiz-num {
  position: relative;
  top: 33px;
  font-size: 1.875rem;
}

.quiz-content .quiz-tit .tit-quiz-num span {
  font-family: 'GangwonEdu';
  font-weight: normal;
  background: #000;
  color: #fff;
  padding: 12px 35px 11px;
  border-radius: 50px;
}

@media (max-width: 600px) {
  .quiz-content .quiz-tit .tit-quiz-num span {
    padding: 6px 20px 5px;
  }
}

@media (max-width: 600px) {
  .quiz-content .quiz-tit .tit-quiz-num {
    font-size: 2.1rem;
    line-height: normal;
    padding: 0;
    top: 18px;
  }
}

.quiz-content .quiz-tit .tit-quiz-q {
  font-family: 'GangwonEdu';
  font-weight: normal;
  border: 1px solid #707070;
  padding: 58px 50px 46px 50px;
  font-size: 2.187rem;
  background: #fff;
  line-height: 2rem;
  letter-spacing: 1px;
}

@media (max-width: 600px) {
  .quiz-content .quiz-tit .tit-quiz-q {
    font-size: 2.7rem;
    line-height: 2.6rem;
    padding: 39px 20px 20px;
  }
}

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

.quiz-content .quiz-radio {
  padding: 0 0 40px 0;
}

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

.quiz-content .quiz-radio .quiz-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 600px) {
  .quiz-content .quiz-radio .quiz-img .pc {
    display: none;
  }
}

.quiz-content .quiz-radio .quiz-img .m {
  display: none;
}

@media (max-width: 600px) {
  .quiz-content .quiz-radio .quiz-img .m {
    display: block;
  }
}

.quiz-content .quiz-radio .quiz-img .thm {
  display: block;
  max-width: 784px;
}

.quiz-content .quiz-radio .quiz-img .thm img {
  display: block;
  width: 100%;
}

.quiz-content .quiz-radio ul {
  padding: 55px 0 53px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  max-width: 784px;
  margin: 0 auto;
}

.quiz-content .quiz-radio ul li {
  text-align: center;
}

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

.quiz-content .quiz-radio ul li input:checked + label {
  color: #FDFF0E;
  background: #5A52BC;
}

.quiz-content .quiz-radio ul li input:checked + label .txt::after {
  font-family: 'GangwonEdu';
  font-weight: normal;
  content: '';
  position: absolute;
  top: 9px;
  left: 0;
  color: #FDFF0E;
  background: #000;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  line-height: 36px;
  border: 3px solid #000;
  font-size: 1.75rem;
  padding: 0 1px 0 0;
}

@media (max-width: 900px) {
  .quiz-content .quiz-radio ul li input:checked + label .txt::after {
    width: 29px;
    height: 29px;
    line-height: 22px;
    top: 6px;
  }
}

@media (max-width: 600px) {
  .quiz-content .quiz-radio ul li input:checked + label .txt::after {
    width: 23px;
    height: 23px;
    line-height: 18px;
    top: 5px;
  }
}

.quiz-content .quiz-radio ul li label {
  font-family: 'NanumBarun';
  font-weight: 600;
  display: inline-block;
  font-size: 2.1875rem;
  cursor: pointer;
  padding: 24px 0;
  outline: 0;
  line-height: 2.1875rem;
  background: #fff;
  border-radius: 12px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

.quiz-content .quiz-radio ul li label .txt {
  padding: 0 0 0 54px;
  position: relative;
}

.quiz-content .quiz-radio ul li label .txt::before {
  font-family: 'GangwonEdu';
  font-weight: normal;
  content: '';
  position: absolute;
  color: #000;
  top: 9px;
  left: 0;
  width: 40px;
  height: 40px;
  background: #fff;
  border: 3px solid #000;
  border-radius: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  font-size: 1.75rem;
  padding: 0 1px 0 0;
}

@media (max-width: 900px) {
  .quiz-content .quiz-radio ul li label .txt::before {
    width: 29px;
    height: 29px;
    line-height: 22px;
    top: 6px;
  }
}

@media (max-width: 600px) {
  .quiz-content .quiz-radio ul li label .txt::before {
    width: 23px;
    height: 23px;
    line-height: 18px;
    top: 5px;
  }
}

@media (max-width: 600px) {
  .quiz-content .quiz-radio ul li label .txt {
    padding: 0 0 0 29px;
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
}

.quiz-content .quiz-radio ul li:nth-child(1) label .txt::before {
  content: "1";
}

.quiz-content .quiz-radio ul li:nth-child(2) label .txt::before {
  content: "2";
}

.quiz-content .quiz-radio ul li:nth-child(3) label .txt::before {
  content: "3";
}

.quiz-content .quiz-radio ul li:nth-child(4) label .txt::before {
  content: "4";
}

.quiz-content .quiz-radio ul li:nth-child(1) input:checked + label .txt::after {
  content: "1";
}

.quiz-content .quiz-radio ul li:nth-child(2) input:checked + label .txt::after {
  content: "2";
}

.quiz-content .quiz-radio ul li:nth-child(3) input:checked + label .txt::after {
  content: "3";
}

.quiz-content .quiz-radio ul li:nth-child(4) input:checked + label .txt::after {
  content: "4";
}

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

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

.quiz-content .next {
  display: block;
  font-family: 'GangwonEdu';
  font-weight: normal;
  font-size: 2.5rem;
  color: #fff;
  background: #000;
  border-radius: 12px;
  text-align: center;
  width: 500px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 41px;
  padding: 30px 0 29px;
}

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

@media (max-width: 600px) {
  .quiz-content .next {
    font-size: 2.1rem;
    width: 60%;
    line-height: 26px;
    padding: 15px 0 14px;
  }
}

.quiz-content .cnt {
  text-align: center;
  margin: 38px 0 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.quiz-content .cnt .done {
  font-family: 'NanumBarun';
  font-weight: 600;
  font-size: 1.875rem;
  color: #fff;
  line-height: 2.5rem;
  margin-right: 7px;
}

.quiz-content .cnt .done + .total {
  font-family: 'NanumBarun';
  font-weight: 600;
  position: relative;
  font-size: 1.5rem;
  color: #CBBEFF;
  padding: 0 0 0 15px;
}

.quiz-content .cnt .done + .total::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '/';
  font-size: 1.5rem;
}

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

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

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

.result-content {
  z-index: 10;
  text-align: center;
  position: relative;
  padding: 55px 0 87px;
}

.result-content .score {
  max-width: 716px;
  width: auto;
  margin: 0 auto 59px;
  height: 100%;
  background: #fff;
  padding: 9px 7px;
}

.result-content .score .score-box {
  padding: 55px 63px 87px;
  z-index: 2;
  border: 1px solid #B0B0B0;
}

@media (max-width: 600px) {
  .result-content .score .score-box {
    padding: 25px 10px 30px;
  }
}

.result-content .score .score-box h3 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: 'GangwonEdu';
  font-weight: normal;
  font-size: 2.0625rem;
  text-align: center;
  border-bottom: 1px solid #000;
  gap: 8px;
}

.result-content .score .score-box h3 span {
  display: inline-block;
  font-family: 'GangwonEdu';
  font-weight: normal;
  font-size: 2.0625rem;
}

@media (max-width: 600px) {
  .result-content .score .score-box h3 span {
    font-size: 2.35rem;
  }
}

@media (max-width: 600px) {
  .result-content .score .score-box h3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    line-height: 3.1rem;
    font-size: 2rem;
    gap: 0;
  }
}

.result-content .score .score-box .tit {
  font-family: 'GangwonEdu';
  font-weight: normal;
  font-size: 3.6875rem;
  margin: 41px 0 59px;
  line-height: 3rem;
}

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

@media (max-width: 600px) {
  .result-content .score .score-box .tit {
    font-size: 4rem;
    line-height: 4rem;
    margin: 20px 0 30px;
  }
}

.result-content .score .score-box .rank-box table {
  border: 2px solid #c6c6c6;
}

.result-content .score .score-box .rank-box table tr {
  height: 59px;
}

@media (max-width: 600px) {
  .result-content .score .score-box .rank-box table tr {
    height: 40px;
  }
}

.result-content .score .score-box .rank-box table th, .result-content .score .score-box .rank-box table td {
  border-right: 1px solid #C6C6C6;
}

.result-content .score .score-box .rank-box table .tit {
  font-family: 'NanumBarun';
  font-weight: 600;
  color: #000;
  font-size: 1.25rem;
  background: #DDDDDD;
  width: 132px;
}

@media (max-width: 600px) {
  .result-content .score .score-box .rank-box table .tit {
    font-size: 1.1875rem;
  }
}

.result-content .score .score-box .rank-box table .rank {
  color: #E90000;
  font-family: 'Kalam';
  font-weight: 400;
  height: 80px;
  font-size: 3rem;
}

@media (max-width: 600px) {
  .result-content .score .score-box .rank-box table .rank {
    height: 60px;
  }
}

@media (max-width: 900px) {
  .result-content .score .score-box .rank-box {
    font-size: 4.5rem;
    min-height: inherit;
  }
}

@media (max-width: 600px) {
  .result-content .score .score-box .rank-box {
    width: 100%;
  }
}

.result-content .score .score-box .des {
  font-family: 'GangwonEdu';
  font-weight: normal;
  font-size: 2rem;
  margin: 49px 0 47px 0;
  line-height: 40px;
}

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

@media (max-width: 600px) {
  .result-content .score .score-box .des {
    margin: 20px auto 12px;
    max-width: 300px;
    line-height: 2.2rem;
  }
}

.result-content .score .score-box .stamp-box {
  position: relative;
  padding: 53px 0 0 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 600px) {
  .result-content .score .score-box .stamp-box {
    padding: 12px 0 0 0;
  }
}

.result-content .score .score-box .stamp-box span {
  display: block;
  font-family: 'GangwonEdu';
  font-weight: normal;
}

.result-content .score .score-box .stamp-box span.date {
  font-size: 1.187rem;
}

.result-content .score .score-box .stamp-box span.txt {
  font-size: 1.687rem;
  position: relative;
  z-index: 1;
}

.result-content .score .score-box .stamp-box span.stamp {
  font-family: 'ChosunCentennial';
  font-weight: normal;
  color: #E90000;
  font-size: 3.5rem;
  width: 142px;
  height: 145px;
  background: url(../img/common/img-stamp.png) center/100% no-repeat;
  position: absolute;
  top: 0;
  right: -52%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 600px) {
  .result-content .score .score-box .stamp-box span.stamp {
    width: 71px;
    height: 71px;
  }
}

@media (max-width: 600px) {
  .result-content .score {
    padding: 4px;
    margin: 0 0 25px 0;
  }
}

.result-content::before {
  position: absolute;
  content: '';
  width: 1555px;
  height: 358px;
  background: url(../img/common/img-result-back.png) center/100% no-repeat;
  top: 300px;
  left: 50%;
  margin-left: -777px;
}

@media (max-width: 900px) {
  .result-content::before {
    display: none;
  }
}

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

.event-content {
  padding: 66px 0 77px 0;
  background: url(../img/common/bg-event-banner.png) center no-repeat;
  background-color: #fd697a;
  background-size: cover;
}

@media (max-width: 600px) {
  .event-content .wrap-in {
    padding-right: 0;
  }
}

.event-content .event-box {
  display: block;
  text-align: center;
}

.event-content .event-box img {
  padding: 0 0 0 20px;
  display: block;
  width: 100%;
}

.event-content .event-box img.pc {
  display: block;
}

@media (max-width: 600px) {
  .event-content .event-box img.pc {
    display: none;
  }
}

.event-content .event-box img.m {
  display: none;
}

@media (max-width: 600px) {
  .event-content .event-box img.m {
    display: block;
    padding: 0;
  }
}

@media (max-width: 600px) {
  .event-content {
    padding: 9% 0 0;
    background: #fd697a url(../img/common/bg-event-m.png) 0 0/100% no-repeat;
  }
}

/***** sns-share *****/
.sns-share {
  position: fixed;
  top: 80px;
  right: 20px;
  width: 152px;
  background: #000;
  color: #fff;
  border-radius: 100px;
  text-align: center;
  z-index: 11;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 22px 16px 25px;
}

.sns-share .tit {
  position: relative;
  display: inline-block;
  padding: 35px 0 0 0;
  line-height: 20px;
  font-family: 'GangwonEdu';
  font-weight: normal;
  font-size: 1.25rem;
  color: #FFFB87;
}

.sns-share .tit .sub {
  display: inline-block;
  font-size: 1.625rem;
  color: #fff;
  line-height: 30px;
  font-family: 'GangwonEdu';
  font-weight: normal;
}

.sns-share .tit::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-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 #000;
  margin: 15px 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 {
  display: block;
  font-family: 'GangwonEdu';
  font-weight: normal;
  font-size: 2.5rem;
  color: #fff;
  background: #000;
  border-radius: 10px;
  text-align: center;
  width: 500px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 0 29px;
  line-height: 41px;
}

@media (max-width: 600px) {
  .again-btn {
    font-size: 2.1rem;
    width: 60%;
    line-height: 26px;
    margin: 0 auto;
    padding: 15px 0 14px;
  }
}

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

.sns-share-m li {
  display: inline-block;
  color: #fff;
  font-family: 'GangwonEdu';
  font-weight: normal;
  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: #fff;
  padding: 37px 0;
}

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

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

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

.sns-footer .sns-footer-in li a {
  color: #000;
  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;
  -webkit-filter: brightness(0%);
          filter: brightness(0%);
}

.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: 955px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-family: 'NanumBarun';
  font-weight: 600;
  background: #fff;
  z-index: 1000;
  border-radius: 12px;
  background: #fff;
  font-size: 2.9375rem;
  padding: 84px 0 64px;
  text-align: center;
}

.popup-error .btn-close {
  display: block;
  width: 254px;
  padding: 20px 23px;
  background: #000;
  font-family: 'GangwonEdu';
  font-weight: normal;
  font-size: 2.75rem;
  color: #FFFB87;
  text-align: center;
  border-radius: 50px;
  margin: 40px auto 0;
  border-radius: 12px;
}

@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;
  }
}
/*# sourceMappingURL=urimalgosa5.css.map */