@charset "UTF-8";

body {
  height: 100%;
  overflow-y: scroll;
}

body, h1, h2, h3, h4, h5, h6, textarea, th, ul, p, select, table, td, li, ol, input {
  text-align: center;
  margin: 0 auto;
  padding: 0;
  font-family: 'Noto Sans KR', sans-serif;
}

a, a:visited {
  text-decoration: none;
}

button {
  outline: none;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.margin-auto {
  margin: 0 auto;
}

.display-flex {
  display: flex;
}

.float-left {
  float: left;
}

.col-4 {
  width: 25%;
}

.col-6 {
  width: 50%;
}

.col-8 {
  width: 66.6%;
}

.v-space-70 {
  height: 70px;
}

.v-space-180 {
  height: 180px;
}

.v-space-200 {
  height: 200px;
}

.title-column {
  font-size: 30px;
  line-height: 30px;
  padding-bottom: 32px;
}

.content-column {
  font-size: 15px;
  line-height: 25px;
}

.new-wrap {
  width: 96%;
  max-width: 1200px;
  border-radius: 10px;
  padding: 2em;
  background-color: #f9f9f9;
  display: inline-block;
}

.new-wrap img {
  width: 100%;
}

.new-wrap img:not(:first-child) {
  margin-top: 1em;
}

.character-wrap {
  width: 96%;
  max-width: 1200px;
  border-radius: 10px;
  padding: 20px 10px;
  background-color: #f9f9f9;
  display: inline-block;
}

.character-fluid {
  width: 85%;
  margin: 0 auto;
}

.character-contents {
  width: 24%;
  margin: 0;
  display: inline-block;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  float: left;
}

.character {
  min-height: 30px;
  margin: 10px;
  padding: 10px;
  background-color: #ffffff;
  border-radius: 15px;
  box-shadow: 2px 2px 10px #999999;
  border: 1px solid #a4a4a4;
}

.character img, .event-item img {
  width: 100%;
  vertical-align: middle;
  border-radius: 10px;
  cursor: pointer;
  transition: transform 0.5s;
  -webkit-transition: transform 0.5s;
  -moz-transition: transform 0.5s;
}

.character img:hover, .event-item img:hover {
  transform: scale(1.2) rotate(7deg);
  -webkit-transform: scale(1.2) rotate(7deg);
  -moz-transform: scale(1.2) rotate(7deg);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}

.character-popup, .event-popup {
  padding: 20px 20px 40px;
}

.character-item {
  max-width: 30%;
  border: 1px solid #c4c4c4;
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
  margin-bottom: 15px;
  box-sizing: border-box;
  background-color: #ffffff;
}

.character-item img, .event-popup-item img {
  max-width: 100%;
}

.album-wrap {
  width: 100%;
  max-width: 1200px;
}

.album-wrap img {
  max-width: 100%;
  vertical-align: bottom;
}

.album_768 {
  display: none;
}

.event-wrap {
  margin: 0 auto;
}

.event-wrap .event-ribbon {
  width: 100%;
}

.event-left, .event-right {
  display: -webkit-box;
  width: 16.6%;
}

.event-left, .event-fluid, .event-right {
  float: left;
}

.event-left img, .event-right img {
  width: 100%;
}

.event-fluid {
  width: 66.6%;
  margin: 0 auto;
}

.event-content {
  width: 100%;
  box-sizing: border-box;
  border-radius: 15px;
  padding: 15px;
  background-color: #ffffff;
}

.event-item {
  display: inline-block;
  width: 40%;
  padding: 10px;
}

.event-popup {
  max-width: 80%;
  border: 1px solid #c4c4c4;
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
  margin-bottom: 15px;
  box-sizing: border-box;
  background-color: #ffffff;
}

.easy-wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.easy-wrap iframe, .easy-wrap object, .easy-wrap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.map-store {
  text-align: left;
}

.map-store img {
  margin-top: 20px;
  width: 90%;
}

.map-find img {
  margin: 20px 0;
  width: 60%;
}

.map img {
  width: 100%;
}

footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  color: whitesmoke;
  background-color: #444444;
  font-size: 12px;
  padding: 10px 0 0 0;
  z-index: 123;
  opacity: 0.7;
}

footer > address {
  margin-bottom: 0;
  font-style: normal;
}

footer > p {
  background-color: #444444;
  margin-bottom: 10px;
}

footer a {
  color: whitesmoke;
}

footer .mailto {
  color: red;
}

footer .ci {
  position: absolute;
  width: 160px;
  height: 60px;
  margin: 6px 0 10px 50px;
  background: url("/images/ci.png") no-repeat 0;
}

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

.locale {
  position: fixed;
  top: 10px;
  padding-top: 10px;
  z-index: 101;
  text-align: right;
  width: 100%;
}

.locale div {
  float: right;
  margin-right: 10px;
}

.locale div a {
  color: #000000;
  font-size: 0.8em;
}

.header {
  position: fixed;
  top: 5%;
  z-index: 100;
  width: 90%;
  height: 10%;
}

.area_logo {
  width: 90%;
  margin: 0 auto;
  padding: 20px;
}

.area_logo h1 {
  position: absolute;
}

.area_logo .sphokidz_logo {
  display: block;
  overflow: hidden;
  width: 128px;
  height: 95px;
  text-indent: 101%;
  white-space: nowrap;
  background: url('/images/sphokidz_logo.png') no-repeat;
}

.navigation > div {
  float: right;
  width: 35px;
  height: 35px;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #3a3a3a;
  font-size: 28px;
  line-height: 35px;
  color: #3a3a3a;
  cursor: pointer;
}

.swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
}

.swiper-wrapper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  width: 90%;
  height: 100%;
  position: relative;
}

.slide_container {
  width: 100%;
  z-index: 6;
}

.swiper-slide[data-hash=sok] > img {
  max-width: 70%;
  height: auto;
}

.link, .store {
  width: 80%;
  margin: auto;
  padding: 20px 0;
}

.link, .store {
  margin-bottom: 100px;
}



.link button, .store button {
  border: solid 1px #565c6c;
  border-radius: 25px;
  width: 16%;
  padding: 5px 2%;
  font-size: 0.9em;
  color: #565c6c;
  background-color: #ffffff;
  margin: 0 2%;
  cursor: pointer;
}

.store button {
  width: 45%;
}

/* background */
.swiper-slide[data-hash=new] {
  background: url('/images/new_bg.png') no-repeat scroll 50%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.swiper-slide[data-hash=intro] {
  background: url('/images/intro_bg.jpg') no-repeat scroll 50%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.swiper-slide[data-hash=character] {
  background: url('/images/character_bg.jpg') no-repeat scroll 50%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.swiper-slide[data-hash=album] {
  background: url('/images/album_bg.jpg') no-repeat scroll 50%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.swiper-slide[data-hash=event] {
  background: url('/images/event_bg.jpg') no-repeat scroll 50%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.swiper-slide[data-hash=easy] {
  background: url('/images/easy_bg.jpg') no-repeat scroll 50%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.swiper-slide[data-hash=map] {
  background: url('/images/map_bg.jpg') no-repeat scroll 50%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.swiper-wrap {
  width: 100%;
  height: 100%;
  overflow: auto;
}

/* contest */
.contest-button img {
  max-width: 40%;
}

.contest {
  width: 80%;
  max-width: 810px;
  margin: 0 auto;
}

.contest img {
  width: 100%;
}

.hidden {
  display: none;
}


.deleteAccountLink{
  color: #FFF;
  font-weight: bold;
  text-decoration: underline;
  border: none;
}

.link, .store.not-padding-bottom {
  margin-bottom: 2rem ;
}

#deleteAccountModal{
  text-align: left;
  .img-100{
    width: 100%;
  }
}
#deleteAccountModalLabel{
  text-align: left;
  margin: 0;
}

#deleteAccountModal input{
  text-align: left;
}

#deleteAccountModal .alert{
  font-size: 13px;
  padding: 10px;
}

.delete-account-tips{
  padding: 10px;
  background: #ebebeb;
  font-size: 12px;
  li{
    list-style: none;
    text-align: left;
  }
}