@import url("//spoqa.github.io/spoqa-han-sans/css/SpoqaHanSans-kr.css");
@import url("//spoqa.github.io/spoqa-han-sans/css/SpoqaHanSans-kr.css");
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: block;
  width: 100%;
}

dt, dd {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: normal;
}

button {
  -webkit-appearance: none;
  background-color: transparent;
  margin: 0;
  padding: 0;
  border: none;
  cursor: pointer;
}

body {
  visibility: visible;
  position: relative;
  background-color: #0094d9;
  margin: 0 auto;
  height: 100vh;
}

body .wrapper {
  position: relative;
  margin: 0 auto;
  max-width: 768px;
}

body .main {
  min-height: 100vh;
  background: url("../../roulette/assets/img/wave_bg.png") #0087d3;
  background-position-y: top;
}

body .bg-can-box {
  position: fixed;
  left: 50%;
  margin-left: 480px;
  right: auto;
  bottom: 10%;
  width: 400px;
  height: 509px;
}

body .bg-can-box img {
  position: absolute;
}

body .bg-can-box img:nth-child(1) {
  width: 251px;
  top: 0;
  left: 0;
}

body .bg-can-box img:nth-child(2) {
  width: 271px;
  left: 168px;
  top: 222px;
}

.clearfix:after {
  content: '';
  display: block;
  clear: both;
}

/*
@media screen and (max-width:1850px){
  body{
    .bg-can-box{ position:absolute; }
  }
}*/
@media screen and (max-width: 767px) {
  body .main {
    background-size: 100% auto;
  }
}

body nav {
  position: fixed;
  top: 0;
  z-index: 30;
  width: 768px;
  height: 84px;
  margin: 0 auto;
  background: #0076b8;
}

body nav .inner-nav-wrap {
  width: 92.1875%;
  margin: 0 auto;
}

body nav .inner-nav-wrap > a {
  display: block;
  width: 49px;
  padding-top: 15px;
  float: left;
}

body nav .inner-nav-wrap ul {
  float: right;
  font-size: 0;
  padding-top: 25px;
}

body nav .inner-nav-wrap ul li {
  width: 31px;
  height: 30px;
  display: inline-block;
  margin-left: 37px;
}

body nav .inner-nav-wrap ul li:nth-child(1) {
  margin-left: 0;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  body nav {
    width: 100%;
    height: auto;
    margin: auto;
    background: #0076b8;
  }
  body nav .inner-nav-wrap {
    width: 92.1875%;
    height: 10.9375vw;
  }
  body nav .inner-nav-wrap > a {
    display: block;
    width: 6.38021vw;
    padding-top: 1.95312vw;
    float: left;
  }
  body nav .inner-nav-wrap ul {
    float: right;
    font-size: 0;
    padding-top: 3.25521vw;
  }
  body nav .inner-nav-wrap ul li {
    width: 4.03646vw;
    height: 3.90625vw;
    display: inline-block;
    margin-left: 4.81771vw;
  }
  body nav .inner-nav-wrap ul li:nth-child(1) {
    margin-left: 0;
  }
}

br.m {
  display: none;
}

.popup {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2147483645;
  width: 100%;
  height: 100%;
}

.popup .inner-popup-wrap {
  text-align: center;
  color: #0076b8;
  width: 610px;
  height: 870px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
}

.popup .inner-popup-wrap .title {
  font-size: 90px;
  font-family: 'SpoqaHanSans';
  margin-top: 30px;
  margin-bottom: 4px;
}

.popup .inner-popup-wrap .sub {
  font-size: 26px;
  font-family: 'SpoqaHanSans';
  margin-bottom: 160px;
}

.popup .inner-popup-wrap p {
  font-size: 20px;
  font-family: 'SpoqaHanSans';
  line-height: 160%;
  letter-spacing: -0.045em;
}

.popup .inner-popup-wrap button {
  position: absolute;
  bottom: 0;
  width: 57px;
  transform: translate(-50%, -50%);
}

.popup:before {
  position: fixed;
  left: 0;
  top: 0;
  content: '';
  display: block;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
}

.popup.onHide {
  display: none;
}

body .main #section-1 {
  position: relative;
}

body .main #section-1 .cont-wrap .inner-cont-wrap {
  padding-top: 151px;
}

body .main #section-1 .cont-wrap .inner-cont-wrap .zambox_logo {
  width: 388px;
  margin: 0 auto 32px;
}

body .main #section-1 .cont-wrap .inner-cont-wrap .gamerules_btn {
  width: 100px;
  position: absolute;
  top: 111px;
  right: 28px;
  cursor: pointer;
}

body .main #section-1 .cont-wrap .inner-cont-wrap .roulette_txt {
  width: 364px;
  margin: 0 auto 54px;
}

body .main #section-1 .cont-wrap .inner-cont-wrap .roulette {
  position: relative;
  height: 748px;
  transform-origin: center;
  overflow: hidden;
}

body .main #section-1 .cont-wrap .inner-cont-wrap .roulette .board {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -320px;
  margin-top: -320px;
  width: 640px;
}

body .main #section-1 .cont-wrap .inner-cont-wrap .roulette .board_shadow {
  position: absolute;
  top: 51.4%;
  left: 51%;
  transform: translate(-50%, -50%);
  width: 644px;
}

body .main #section-1 .cont-wrap .inner-cont-wrap .roulette .arrow_box {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 84px;
  height: 111px;
  transform-origin: center 40%;
}

body .main #section-1 .cont-wrap .inner-cont-wrap .roulette .arrow_box .arrow {
  position: absolute;
  width: 100%;
  filter: drop-shadow(8px 9px 3px rgba(0, 0, 0, 0.2));
}

body .main #section-1 .cont-wrap .inner-cont-wrap .roulette .arrow_box .whale {
  position: absolute;
  top: 34%;
  left: 45%;
  transform: translate(-50%, -50%);
  width: 42px;
  background: url("../img/spritesheet.png") left center;
  height: 34px;
  background-size: auto 100%;
  animation: play 2.4s steps(51) infinite;
}

body .main #section-1 .cont-wrap .inner-cont-wrap .roulette .arrow_box .whale.stop {
  animation: none;
}

@keyframes play {
  100% {
    background-position: -4284px;
  }
}

body .main #section-1 .cont-wrap .inner-cont-wrap .roulette .push {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 190px;
  filter: drop-shadow(15px 15px 4px rgba(0, 0, 0, 0.2));
  cursor: pointer;
}

body .main #section-1 .cont-wrap .inner-cont-wrap .success_box {
  text-align: center;
  padding: 16px 0 95px;
}

body .main #section-1 .cont-wrap .inner-cont-wrap .success_box div {
  position: relative;
  display: inline-block;
  width: 305px;
  height: 102px;
  background: url("../../roulette/assets/img/dot_line.png");
}

body .main #section-1 .cont-wrap .inner-cont-wrap .success_box div:nth-child(2) {
  margin-left: 20px;
}

body .main #section-1 .cont-wrap .inner-cont-wrap .success_box div img {
  position: absolute;
  width: auto;
  height: 66px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

body .main #section-1 .cont-wrap .inner-cont-wrap .success_box div p {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-family: 'SpoqaHanSans', sans-serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 102px;
}

body .main #section-2 {
  position: relative;
}

body .main #section-2 .cont-wrap .inner-cont-wrap {
  padding-top: 151px;
}

body .main #section-2 .cont-wrap .inner-cont-wrap .gamerules_btn {
  width: 100px;
  position: absolute;
  top: 111px;
  right: 28px;
  cursor: pointer;
}

body .main #section-2 .cont-wrap .inner-cont-wrap .tit {
  width: 364px;
  margin: 0 auto;
}

body .main #section-2 .cont-wrap .inner-cont-wrap ol li {
  margin-top: 86px;
  text-align: center;
}

body .main #section-2 .cont-wrap .inner-cont-wrap ol li .step {
  display: block;
  font-family: 'SpoqaHanSans';
  font-weight: 600;
  font-size: 44px;
  color: #f5d123;
}

body .main #section-2 .cont-wrap .inner-cont-wrap ol li .des {
  display: block;
  font-family: 'SpoqaHanSans';
  font-weight: 400;
  font-size: 38px;
  color: #fff;
  margin-top: 22px;
  line-height: 1.31579;
}

body .main #section-2 .cont-wrap .inner-cont-wrap ol li img {
  display: inline-block;
  margin-top: 40px;
}

body .main #section-2 .cont-wrap .inner-cont-wrap ol li img.step1_img {
  width: 273px;
}

body .main #section-2 .cont-wrap .inner-cont-wrap ol li img.step2_img {
  width: 273px;
}

body .main #section-2 .cont-wrap .inner-cont-wrap ol li img.step3_img {
  width: 300px;
}

body .main #section-2 .cont-wrap .inner-cont-wrap ol li img.step4_img {
  width: 231px;
}

body .main #section-2 .cont-wrap .inner-cont-wrap ol li img.step5_img {
  width: 652px;
}

body .main #section-2 .cont-wrap .inner-cont-wrap .game_start_btn {
  width: 460px;
  margin: 96px auto 100px;
  cursor: pointer;
}

body .main footer {
  width: 100%;
  padding: 89.33px 0;
  background: #0076b8;
}

body .main footer .inner-fooer-wrap {
  text-align: center;
  width: 630px;
  margin: 0 auto;
}

body .main footer .inner-fooer-wrap .footer-title-box {
  border-bottom: 1px solid #57a5d4;
}

body .main footer .inner-fooer-wrap .footer-title-box .tit {
  display: block;
  font-family: 'SpoqaHanSans';
  font-weight: 300;
  font-size: 30px;
  color: #fff;
  margin-bottom: 38px;
  line-height: 1.46667;
}

body .main footer .inner-fooer-wrap .footer-title-box .hashtag {
  display: block;
  font-family: 'SpoqaHanSans';
  font-weight: 600;
  font-size: 30px;
  color: #fff;
  margin-bottom: 16px;
}

body .main footer .inner-fooer-wrap .footer-title-box .insta {
  display: block;
  font-family: 'SpoqaHanSans';
  font-weight: 300;
  font-size: 30px;
  color: #fff;
  text-decoration: none;
}

body .main footer .inner-fooer-wrap .footer-title-box .btn-insta {
  display: block;
  width: 460px;
  margin: 29px auto 66px;
}

body .main footer .inner-fooer-wrap .copy-box {
  margin-top: 68px;
}

body .main footer .inner-fooer-wrap .copy-box a {
  font-family: 'SpoqaHanSans';
  font-weight: 600;
  font-size: 23px;
  color: #fff;
  padding: 0 12px;
  text-decoration: none;
}

body .main footer .inner-fooer-wrap .copy-box span {
  font-family: 'SpoqaHanSans';
  font-weight: 600;
  font-size: 23px;
  color: #fff;
  padding: 0 12px;
}

body .main footer .inner-fooer-wrap .copy-box span:nth-child(n+2) {
  position: relative;
}

body .main footer .inner-fooer-wrap .copy-box span:nth-child(n+2):after {
  content: '|';
  display: block;
  position: absolute;
  left: -6px;
  top: 4px;
}

body .main footer .inner-fooer-wrap .copy-box span:nth-child(1) {
  padding-left: 0;
}

body .main footer .inner-fooer-wrap .copy-box span:nth-child(3) {
  padding: 0;
}

body .main footer .inner-fooer-wrap .copy-box .policy {
  padding-right: 0;
}

body .main footer .inner-fooer-wrap .info-box {
  margin: 17px 0;
}

body .main footer .inner-fooer-wrap .info-box:after {
  content: '';
  display: block;
  clear: both;
}

body .main footer .inner-fooer-wrap .info-box .info {
  display: block;
  font-family: 'SpoqaHanSans';
  font-weight: 600;
  font-size: 22px;
  color: #fff;
  float: left;
  width: calc(50% - 11px);
  margin-bottom: 14px;
}

body .main footer .inner-fooer-wrap .info-box .info:nth-child(odd) {
  text-align: right;
}

body .main footer .inner-fooer-wrap .info-box .info:nth-child(even) {
  text-align: left;
  margin-left: 22px;
}

body .main footer .inner-fooer-wrap .info-box .info:nth-child(n+3) {
  margin-bottom: 0;
}

body .main footer .inner-fooer-wrap .info-box .info a {
  font-family: 'SpoqaHanSans';
  font-size: 22px;
  color: #fff;
  text-decoration: none;
}

body .main footer .inner-fooer-wrap .des {
  display: block;
  text-align: center;
  color: #fff;
  font-family: 'SpoqaHanSans';
  font-size: 22px;
  letter-spacing: -0.06em;
  line-height: 1.6;
  margin-top: 34px;
}

body .policy {
  padding-bottom: 30px;
}

body .policy h1 {
  font-family: 'SpoqaHanSans';
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

body .policy p {
  font-family: 'SpoqaHanSans';
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  margin-top: 20px;
  line-height: 1.6;
}

body .policy .sub-txt {
  display: block;
  font-family: 'SpoqaHanSans';
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  margin-top: 20px;
  line-height: 1.6;
}

body .policy table {
  margin: 30px 0;
}

body .policy table thead tr {
  background: #fff;
}

body .policy table thead tr th {
  color: #004994;
  padding: 10px;
  vertical-align: middle;
}

body .policy table tbody tr td {
  position: relative;
  padding: 10px;
  line-height: 1.4;
}

body .policy table tbody tr td:after {
  content: '';
  position: absolute;
  right: 0;
  top: 10%;
  height: 80%;
  width: 1px;
  background: #fff;
}

body .policy table tbody tr td:last-child:after {
  display: none;
}

body .policy .contents ol li {
  font-family: 'SpoqaHanSans';
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  margin-top: 10px;
}

body .policy .list > ol > li {
  margin-top: 40px;
}

body .policy .list > ol > li h2 {
  font-family: 'SpoqaHanSans';
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}

body .policy .list > ol > li ol li {
  font-family: 'SpoqaHanSans';
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  margin-top: 10px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  br.m {
    display: block;
  }
  .popup {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2147483645;
    width: 100%;
    height: 100%;
  }
  .popup .inner-popup-wrap {
    text-align: center;
    color: #0076b8;
    width: 39.0625vw;
    height: 59.89583vw;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
  }
  .popup .inner-popup-wrap .title {
    font-size: 6.77083vw;
    font-family: 'SpoqaHanSans';
    margin-top: 2.34375vw;
    margin-bottom: 1.04167vw;
  }
  .popup .inner-popup-wrap .sub {
    font-size: 2.08333vw;
    font-family: 'SpoqaHanSans';
    margin-bottom: 7.8125vw;
  }
  .popup .inner-popup-wrap p {
    font-size: 1.5625vw;
    font-family: 'SpoqaHanSans';
    line-height: 160%;
    letter-spacing: -0.04em;
  }
  .popup .inner-popup-wrap button {
    position: absolute;
    bottom: 0;
    width: 3.90625vw;
    transform: translate(-50%, -50%);
  }
  .popup:before {
    position: fixed;
    left: 0;
    top: 0;
    content: '';
    display: block;
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
  }
  .popup.onHide {
    display: none;
  }
  body .main section .cont-wrap .inner-cont-wrap .title {
    position: relative;
    width: 88.88889%;
    margin: 2.60417vw auto 0;
    color: #fff;
  }
  body .main section .cont-wrap .inner-cont-wrap .title .deco-box {
    display: block;
  }
  body .main section .cont-wrap .inner-cont-wrap .title .txt-box {
    position: relative;
    width: 100%;
    line-height: 6.51042vw;
    font-size: 0;
    border-bottom: 1px solid #CED8DD;
  }
  body .main section .cont-wrap .inner-cont-wrap .title .txt-box span, body .main section .cont-wrap .inner-cont-wrap .title .txt-box em, body .main section .cont-wrap .inner-cont-wrap .title .txt-box i {
    vertical-align: middle;
  }
  body .main section .cont-wrap .inner-cont-wrap .title .txt-box span {
    font-family: 'SpoqaHanSans';
    font-size: 2.86458vw;
  }
  body .main section .cont-wrap .inner-cont-wrap .title .txt-box i {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -1.30208vw;
  }
  body .main #section-1 {
    position: relative;
  }
  body .main #section-1 .cont-wrap .inner-cont-wrap {
    padding-top: 19.66146vw;
  }
  body .main #section-1 .cont-wrap .inner-cont-wrap .zambox_logo {
    width: 50.52083vw;
    margin: 0 auto 4.16667vw;
  }
  body .main #section-1 .cont-wrap .inner-cont-wrap .gamerules_btn {
    width: 13.02083vw;
    position: absolute;
    top: 14.45312vw;
    right: 3.64583vw;
    cursor: pointer;
  }
  body .main #section-1 .cont-wrap .inner-cont-wrap .roulette_txt {
    width: 47.39583vw;
    margin: 0 auto 7.03125vw;
  }
  body .main #section-1 .cont-wrap .inner-cont-wrap .roulette {
    position: relative;
    height: 97.39583vw;
    transform-origin: center;
  }
  body .main #section-1 .cont-wrap .inner-cont-wrap .roulette .board {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -41.66667vw;
    margin-top: -41.66667vw;
    width: 83.33333vw;
  }
  body .main #section-1 .cont-wrap .inner-cont-wrap .roulette .board_shadow {
    position: absolute;
    top: 51.4%;
    left: 51%;
    transform: translate(-50%, -50%);
    width: 83.85417vw;
  }
  body .main #section-1 .cont-wrap .inner-cont-wrap .roulette .arrow_box {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 10.9375vw;
    height: 14.45312vw;
  }
  body .main #section-1 .cont-wrap .inner-cont-wrap .roulette .arrow_box .arrow {
    position: absolute;
    width: 100%;
    filter: drop-shadow(1.04167vw 1.17188vw 0.39062vw rgba(0, 0, 0, 0.2));
  }
  body .main #section-1 .cont-wrap .inner-cont-wrap .roulette .arrow_box .whale {
    position: absolute;
    top: 34%;
    left: 45%;
    transform: translate(-50%, -50%);
    width: 5.46875vw;
    background: url("../img/spritesheet.png") left center;
    height: 4.42708vw;
    background-size: auto 100%;
    animation: play 2.4s steps(51) infinite;
  }
  body .main #section-1 .cont-wrap .inner-cont-wrap .roulette .arrow_box .whale.stop {
    animation: none;
  }
  @keyframes play {
    100% {
      background-position: -4284px;
    }
  }
  body .main #section-1 .cont-wrap .inner-cont-wrap .roulette .push {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 24.73958vw;
    filter: drop-shadow(1.95312vw 1.95312vw 0.52083vw rgba(0, 0, 0, 0.2));
  }
  body .main #section-1 .cont-wrap .inner-cont-wrap .success_box {
    text-align: center;
    padding: 2.08333vw 0 12.36979vw;
  }
  body .main #section-1 .cont-wrap .inner-cont-wrap .success_box div {
    position: relative;
    display: inline-block;
    width: 39.71354vw;
    height: 13.28125vw;
    background: url("../../roulette/assets/img/dot_line.png");
    background-size: 100%;
  }
  body .main #section-1 .cont-wrap .inner-cont-wrap .success_box div:nth-child(2) {
    margin-left: 2.60417vw;
  }
  body .main #section-1 .cont-wrap .inner-cont-wrap .success_box div img {
    position: absolute;
    width: auto;
    height: 8.59375vw;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  body .main #section-1 .cont-wrap .inner-cont-wrap .success_box div p {
    position: absolute;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-family: 'SpoqaHanSans', sans-serif;
    font-weight: 600;
    font-size: 3.90625vw;
    line-height: 13.28125vw;
  }
  body .main #section-2 {
    position: relative;
  }
  body .main #section-2 .cont-wrap .inner-cont-wrap {
    padding-top: 19.66146vw;
  }
  body .main #section-2 .cont-wrap .inner-cont-wrap .gamerules_btn {
    width: 13.02083vw;
    position: absolute;
    top: 14.45312vw;
    right: 3.64583vw;
    cursor: pointer;
  }
  body .main #section-2 .cont-wrap .inner-cont-wrap .tit {
    width: 47.39583vw;
    margin: 0 auto;
  }
  body .main #section-2 .cont-wrap .inner-cont-wrap ol li {
    margin-top: 11.19792vw;
    text-align: center;
  }
  body .main #section-2 .cont-wrap .inner-cont-wrap ol li .step {
    display: block;
    font-family: 'SpoqaHanSans';
    font-weight: 600;
    font-size: 5.72917vw;
    color: #f5d123;
  }
  body .main #section-2 .cont-wrap .inner-cont-wrap ol li .des {
    display: block;
    font-family: 'SpoqaHanSans';
    font-weight: 400;
    font-size: 4.94792vw;
    color: #fff;
    margin-top: 2.86458vw;
  }
  body .main #section-2 .cont-wrap .inner-cont-wrap ol li img {
    display: inline-block;
    margin-top: 5.20833vw;
  }
  body .main #section-2 .cont-wrap .inner-cont-wrap ol li img.step1_img {
    width: 35.54688vw;
  }
  body .main #section-2 .cont-wrap .inner-cont-wrap ol li img.step2_img {
    width: 35.54688vw;
  }
  body .main #section-2 .cont-wrap .inner-cont-wrap ol li img.step3_img {
    width: 39.0625vw;
  }
  body .main #section-2 .cont-wrap .inner-cont-wrap ol li img.step4_img {
    width: 30.07812vw;
  }
  body .main #section-2 .cont-wrap .inner-cont-wrap ol li img.step5_img {
    width: 84.89583vw;
  }
  body .main #section-2 .cont-wrap .inner-cont-wrap .game_start_btn {
    width: 59.89583vw;
    margin: 12.5vw auto 13.02083vw;
    cursor: pointer;
  }
  body .main footer {
    width: 100%;
    padding: 5.46875vw 0;
    background: #0076b8;
  }
  body .main footer .inner-fooer-wrap {
    text-align: center;
    width: 100%;
  }
  body .main footer .inner-fooer-wrap .footer-title-box {
    border-bottom: 0.13021vw solid #57a5d4;
  }
  body .main footer .inner-fooer-wrap .footer-title-box .tit {
    display: block;
    font-family: 'SpoqaHanSans';
    font-weight: 300;
    font-size: 3.90625vw;
    color: #fff;
    margin-bottom: 4.94792vw;
  }
  body .main footer .inner-fooer-wrap .footer-title-box .hashtag {
    display: block;
    font-family: 'SpoqaHanSans';
    font-weight: 600;
    font-size: 3.90625vw;
    color: #fff;
    margin-bottom: 2.08333vw;
  }
  body .main footer .inner-fooer-wrap .footer-title-box .insta {
    display: block;
    font-family: 'SpoqaHanSans';
    font-weight: 300;
    font-size: 3.90625vw;
    color: #fff;
    text-decoration: none;
  }
  body .main footer .inner-fooer-wrap .footer-title-box .btn-insta {
    display: block;
    width: 59.89583vw;
    margin: 3.77604vw auto 8.59375vw;
  }
  body .main footer .inner-fooer-wrap .copy-box {
    margin-top: 8.85417vw;
  }
  body .main footer .inner-fooer-wrap .copy-box a {
    font-family: 'SpoqaHanSans';
    font-weight: 600;
    font-size: 2.99479vw;
    color: #fff;
    padding: 0 1.5625vw;
    text-decoration: none;
  }
  body .main footer .inner-fooer-wrap .copy-box span {
    font-family: 'SpoqaHanSans';
    font-weight: 600;
    font-size: 2.99479vw;
    color: #fff;
    padding: 0 1.5625vw;
  }
  body .main footer .inner-fooer-wrap .copy-box span:nth-child(n+2) {
    position: relative;
  }
  body .main footer .inner-fooer-wrap .copy-box span:nth-child(n+2):after {
    content: '|';
    display: block;
    position: absolute;
    left: -0.78125vw;
    top: 0.52083vw;
  }
  body .main footer .inner-fooer-wrap .copy-box span:nth-child(1) {
    padding-left: 0;
  }
  body .main footer .inner-fooer-wrap .copy-box .policy {
    padding-right: 0;
  }
  body .main footer .inner-fooer-wrap .info-box {
    margin: 2.21354vw 0;
  }
  body .main footer .inner-fooer-wrap .info-box:after {
    content: '';
    display: block;
    clear: both;
  }
  body .main footer .inner-fooer-wrap .info-box .info {
    display: block;
    font-family: 'SpoqaHanSans';
    font-weight: 600;
    font-size: 2.86458vw;
    color: #fff;
    float: left;
    width: calc(50% - 11);
  }
  body .main footer .inner-fooer-wrap .info-box .info:nth-child(odd) {
    text-align: right;
  }
  body .main footer .inner-fooer-wrap .info-box .info:nth-child(even) {
    text-align: left;
    margin-left: 2.86458vw;
  }
  body .main footer .inner-fooer-wrap .info-box .info a {
    font-family: 'SpoqaHanSans';
    font-size: 2.86458vw;
    color: #fff;
    text-decoration: none;
  }
  body .main footer .inner-fooer-wrap .des {
    display: block;
    text-align: center;
    color: #fff;
    font-family: 'SpoqaHanSans';
    font-size: 2.86458vw;
    letter-spacing: -0.06em;
    line-height: 1.6;
    margin-top: 4.42708vw;
  }
  body .policy {
    padding-bottom: 3.90625vw;
  }
  body .policy h1 {
    font-family: 'SpoqaHanSans';
    font-size: 3.90625vw;
    font-weight: 600;
    color: #fff;
    text-align: center;
    margin-top: 5.20833vw;
    margin-bottom: 5.20833vw;
  }
  body .policy p {
    font-family: 'SpoqaHanSans';
    font-size: 2.60417vw;
    font-weight: 400;
    color: #fff;
    margin-top: 2.60417vw;
    line-height: 1.6;
  }
  body .policy .sub-txt {
    display: block;
    font-family: 'SpoqaHanSans';
    font-size: 2.08333vw;
    font-weight: 400;
    color: #fff;
    margin-top: 2.60417vw;
    line-height: 1.6;
  }
  body .policy table {
    margin: 3.90625vw 0;
  }
  body .policy table thead tr {
    background: #fff;
  }
  body .policy table thead tr th {
    color: #004994;
    padding: 1.30208vw;
    vertical-align: middle;
  }
  body .policy table tbody tr td {
    position: relative;
    padding: 1.30208vw;
    line-height: 1.4;
  }
  body .policy table tbody tr td:after {
    content: '';
    position: absolute;
    right: 0;
    top: 10%;
    height: 80%;
    width: 0.13021vw;
    background: #fff;
  }
  body .policy table tbody tr td:last-child:after {
    display: none;
  }
  body .policy .contents ol li {
    font-family: 'SpoqaHanSans';
    font-size: 2.08333vw;
    font-weight: 400;
    color: #fff;
    margin-top: 1.30208vw;
  }
  body .policy .list > ol > li {
    margin-top: 5.20833vw;
  }
  body .policy .list > ol > li h2 {
    font-family: 'SpoqaHanSans';
    font-size: 2.60417vw;
    font-weight: 600;
    color: #fff;
  }
  body .policy .list > ol > li ol li {
    font-family: 'SpoqaHanSans';
    font-size: 2.08333vw;
    font-weight: 400;
    color: #fff;
    margin-top: 1.30208vw;
  }
}

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