/* ***** common ***** */

* {
  letter-spacing: 0;
  font-family: 'IBM Plex Sans KR';
  font-weight: 300;
}

a, a:hover {
  color: initial;
  text-decoration: inherit;
}

textarea:focus, input:focus {
  outline: none;
}

ul {
  list-style: none;
}

hr {
  opacity: 1;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
}

img {
    -webkit-touch-callout:none;
}

/* ***** nav ***** */

.navbar {
  box-shadow: 0px 5px 10px 0px #aaaa;
}

.navbar > div > a > img {
  height: 30px;
}

.navbar > div > a {
  margin: 0;
}

.navbar > div > div > ul {
  width: 100%;
}

@media (min-width: 768px) {
  .navbar > div > div > ul > li {
    text-align: center;
    min-width: 100px;
  }
}

.nav-item > a {
  color: #666 !important;
  font-weight: bold;
}

@media (min-width: 768px) {
  .navbar > div > div > ul > li:last-child {
    text-align: right;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .nav-link-command {
    display: none;
  }
}

/* ***** footer ***** */

.footer {
  background: #303030;
}

.footer-fix {
  position: absolute;
  width: 100%;
  bottom: 0;
}

.footer > div {
  font-size: 12px;
  padding: 20px 0;
  border-bottom: solid 1px #414141;
}

.footer > div > a, .footer > div > a:hover {
  color: #fff;
  padding: 20px;
}

@media (max-width: 768px) {
  .footer > div > p {
    margin-top: 10px;
    color: #aaa;
    font-size: 10px;
  }
}

@media (min-width: 768px) {
  .footer > div > p {
    margin-top: 10px;
    color: #aaa;
    font-size: 12px;
  }
}

.footer > div > img {
  width: 100px;
  object-fit: scale-down;
  padding: 10px;
  margin-right: 20px;
}

.table-default {
  text-align: left;
  background-color: #fff;
  overflow-x: initial;
  padding: 20px 0;
  margin: 30px auto;
}

.table-default > table > tbody {
  border-top: 0px solid !important;
  margin: 0;
  padding: 0;
}

@media (max-width: 768px) {
  .table-default > table > tbody > tr {
    display: grid;
  }
}

.table-default > table > tbody > tr:not(:last-child) {
  border-bottom: solid 1px #eee;
}

.table-default > table > tbody > tr > td {
  padding: 20px;
  border: none;
}

.table-default > table > tbody > tr > td:nth-child(1) {
  font-weight: bold;
  min-width: 160px;
}

.ul-lojo-command {
  display: inline-flex;
  padding: 0;
}

@media (max-width: 768px) {
  .ul-lojo-command {
    display: inline-grid;
    padding: 0;
  }
}

.ul-lojo-command > li {
  width: 120px;
  text-align: center;
  color: #666;
  font-weight: 500;
  margin: 10px 0;
}

@media (min-width: 768px) {
  .ul-lojo-command > li:not(:last-child) {
    border-right: solid 2px #666;
  }
}

/* ***** sep11 ***** */

.container-sep11 {
  text-align: center;
  color: #bc401e;
  font-family: 'Do Hyeon';
  margin-bottom: 100px;
}

.container-sep11 > p {
  font-family: 'Do Hyeon';
}

.container-sep11 > p:first-child {
  font-size: 50px;
}

.container-sep11 > hr {
  width: 290px;
  margin: 15px auto;
  height: 2px;
}

@media (min-width: 768px) {
  .div-sep11-item-mobile {
    display: none;
  }
}

.div-sep11-item-mobile > div > div > a {
  width: 100%;
  padding: 7px;
  height: 45px;
  font-family: 'Do Hyeon';
  border: solid 2px #bc401e;
  color: #bc401e;
  font-size: 20px;
  display: flex;
  margin: 1vh 0;
}

@media (min-width: 767px) {
  .div-sep11-item {
    display: inline-flex;
  }
}

@media (max-width: 767px) {
  .div-sep11-item {
    display: none;
  }
}

.div-sep11-item > a:hover {
  background-color: #fff;
  color: #bc401e;
  border-radius: 50%;
  font-size: 17px;
  line-height: 100px;
}

.div-sep11-item > a {
  width: 100px;
  height: 100px;
  font-family: 'Do Hyeon';
  background-color: #bc401e;
  color: #fff;
  border-radius: 50%;
  font-size: 17px;
  line-height: 100px;
}

.div-sep11-item > a:hover {
  background-color: #fff;
  color: #bc401e;
  border: solid 2px #bc401e;
}

.div-sep11-item > a:nth-child(odd) {
  margin-top: 50px;
}

@media (min-width: 768px) {
  .p-sep11-main {
    margin: 10vh 0 0 0;
  }
}

@media (max-width: 768px) {
  .p-sep11-main {
    margin: 3vh 0 0 0;
  }
}

@media (min-width: 768px) {
  .p-sep11-description {
    margin: 0 0 10vh 0;
  }
}

@media (max-width: 768px) {
  .p-sep11-description {
    margin: 0 0 3vh 0;
  }
}

.div-sep11-info > div > div > a {
  margin: 10px 0;
  padding: 10px;
}

.div-sep11-info {
  max-width: 960px;
}

.div-sep11-info > p {
  font-family: 'Do Hyeon';
  text-align: center;
  font-size: 20px;
  margin: 6vh;
}

.div-sep11-info > div > div > a {
  border: solid 2px #888;
  color: #888;
  display: block;
  font-size: 16px;
  font-family: 'Do Hyeon';
}

section > img {
  width: 100%;
}

section > p:first-child {
  font-size: 4.5vw;
  margin: 0;
  font-weight: 500;
}

section > hr {
  height: 2px !important;
  color: #fff;
  opacity: 1;
  width: 200px;
  margin: 30px auto;
}

section > span:last-child {
  text-align: center;
  display: block;
  font-weight: bold;
}

.section-default {
  padding: 30px;
  text-align: center;
  color: #fff;
  /*background-repeat: round;*/
}

.nav-link-command {
  border: solid 1px #192a5e;
  color: #192a5e;
  border-radius: .25rem;
  padding: .4rem .75rem;
}

.checkbox-plan {
  padding: 0 30px;
  display: flex;
  flex-direction: row-reverse;
}

.checkbox-plan > label {
  text-align: right;
  float: left;
}

.checkbox-plan > input, .checkbox-plan > input:checked {
  margin: 0 -30px 0 0 !important;
  float: right !important;
  width: 25px;
  height: 25px;
  border: none;
  border-radius: 0 !important;
  background-color: #aaa;
}

.a-pay, .a-pay:hover {
  float: right;
  width: 300px;
  text-align: center;
  padding: 20px;
  display: block;
  background-color: #192a5e;
  color: #fff;
  font-weight: 600;
}

/* ********** inform ********** */

.column-inform {
  display: block;
  min-width: 60px;
  width: 60px;
  background: #ededed;
  color: #555;
  height: 50px;
  line-height: 4;
  font-weight: 400;
  font-size: 13px;
}

.column-inform-half {
  min-width: 3vw;
  background: #ededed;
  color: #555;
  height: 50px;
  line-height: 4;
  font-weight: 400;
  font-size: 13px;
}

.column-inform-name {
  width: 100%;
  display: block;
  padding: 10px;
  height: 50px;
  font-size: 13px;
  min-width: 70px;
  border: none;
  border-left: solid 1px #bbbbbb;
}

.select-inform {
  width: 100%;
  display: block;
  padding: 10px;
  height: 50px;
  min-width: 50px;
  border: none;
  border-left: solid 1px #bbbbbb;
  border-right: solid 1px #bbbbbb;
  border-radius: 0;
  background: #fff;
  text-align: center;
}

.btn-submit {
  border: none;
  background: #b63831;
  border-radius: 0;
  height: 45px;
  width: 70%;
  margin: 20px auto;
  display: block;
  min-width: 270px;
  max-width: 400px;
}

.div-check {
  margin: 15px 0;
  display: inline-flex;
}

.div-check > div > div > a {
  padding: 0 5px;
  text-decoration: underline;
}

.div-check > div:nth-child(1) {
  padding: 0;
  margin: 3px 20px 5px;
}

.div-check > div {
  padding: 0;
  margin: 5px;
}

.div-check > div:nth-child(1) > label {
  line-height: 26px;
  font-size: 15px;
  color: #df3134;
  font-weight: 600;
  margin: 0 0 0 20px;
}

.div-check > div:nth-child(1) > input {
  margin: 6px 2px 0px 0px !important;
  width: 16px;
  height: 16px;
}

.div-check > div > label {
  font-size: 12px;
  color: #fff;
  margin-left: 20px;
}

.div-check > div > input {
  margin: 8px 2px 0px 0px !important;
  width: 12px;
  height: 12px;
}


@media (max-width: 992px) {
  .column-sep11 {
    width: 50%;
  }
}

@media (max-width: 548px) {
  .column-sep11 {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .column-sep11 {
    width: 33%;
  }
}

@media (min-width: 1200px) {
  .column-sep11 {
    width: 25%;
  }
}

.column-sep11 {
  min-width: 270px;
  padding: 0;
}

.column-sep11 > div {
  border: solid 2px #888;
  color: #888;
  padding: 10px;
  margin: 10px;
  height: 105px;
}

.column-sep11 > div > div {
  display: flex;
}

.p-service {
  color: #000;
}

.p-service-item-title-resign-unavailable {
  line-height: 40px;
  font-size: 16px;
  width: 100%;
  text-align: center;
  font-weight: bolder;
}

.p-service-item-title-resign {
  line-height: 80px;
  font-size: 16px;
  width: 100%;
  text-align: center;
  font-weight: bolder;
}

.p-service-item-description {
  display: block;
  font-size: 11px;
  text-align: center;
  padding: 10px 0 0 0;
}

.link-service-item-title-resign-unavailable {
  color: #fff !important;
  font-size: 14px;
  background-color: #aaaaaa;
  width: 40%;
  max-width: 100px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  min-width: 80px;
}

.link-service-item-title-resign {
  color: #fff !important;
  font-size: 14px;
  background-color: #bc401e;
  width: 40%;
  max-width: 100px;
  height: 40px;
  line-height: 40px;
  margin-top: 20px;
  text-align: center;
  min-width: 80px;
}

.link-service-item-title-resign-already {
  color: #aaaaaa !important;
  font-size: 14px;
  width: 40%;
  max-width: 100px;
  height: 40px;
  line-height: 40px;
  margin-top: 20px;
  text-align: center;
  border: solid 1px #aaa;
  min-width: 80px;
}

@media (min-width: 992px) {
  .button-gamemeek-intro {
    position: absolute;
    bottom: 30%;
    width: 150px;
    height: 50px;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: larger;
  }
}

@media (max-width: 992px) {
  .button-gamemeek-intro {
    position: absolute;
    bottom: 30%;
    width: 90px;
    height: 30px;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: x-small;
  }
}

@media (min-width: 992px) {
  .link-intro-service {
    bottom: 20%;
    left: 5%;
  }
}

@media (max-width: 992px) {
  .link-intro-service {
    bottom: 5%;
    left: 5%;
  }
}

@media (min-width: 992px) {
  .link-intro-buy {
    left: 20%;
    bottom: 30%;
    width: 150px;
    height: 60px;
    font-size: x-large;
  }
}

@media (max-width: 992px) {
  .link-intro-buy {
    left: 5%;
    bottom: 20%;
    width: 90px;
    height: 30px;
    font-size: x-small;
  }
}

@media (min-width: 992px) {
  .link-intro-free {
    left: 5%;
    bottom: 30%;
    width: 150px;
    height: 60px;
    font-size: x-large;
  }
}

@media (max-width: 992px) {
  .link-intro-free {
    left: 5%;
    bottom: 37%;
    width: 90px;
    height: 30px;
    font-size: x-small;
  }
}

@media (min-width: 770px) {
  .column-gamemeek-game {
    padding-left: 20px;
  }
}

@media (max-width: 770px) {
  .column-gamemeek-game {
    padding: 0px;
  }
}







.div-popup-homepage {
  background-color: #3371c7;
  position: fixed;
  width: 340px;
  height: 300px;
  top: calc(50% - 150px);
  left: calc(50% - 170px);
  -webkit-box-shadow: 0px 13px 40px -6px #061626;
  box-shadow: 0px 13px 40px -6px #061626;
}

.main-popup-homepage {
  text-align: center;
  padding: 25px;
  min-width: 330px;
}

.main-popup-homepage > span:nth-child(1) {
  margin: auto;
  background-color: #000;
  color: #fff;
  border-radius: 20px;
  display: table;
  padding: 5px 20px;
  margin-bottom: 10px;
}

.main-popup-homepage > span:nth-child(2) {
  font-size: x-large;
  font-family: 'Lato';
  font-weight: 900;
  color: #ffff02;
}

.main-popup-homepage > span:nth-child(3) {
  font-size: x-large;
  font-family: 'Lato';
  font-weight: 900;
  color: #fff;
}

.main-popup-homepage > span:nth-child(4) {
  font-size: x-large;
  font-family: 'Lato';
  font-weight: 900;
  color: #fff;
  display: block;
}

.link-move-popup-homepage {
  background-color: #5c8dd2;
  color: #fff;
  border-radius: 30px;
  padding: 10px 20px;
  margin-top: 25px;
  display: inline-flex;
}

.link-move-popup-homepage > div {
  max-width: 200px;
  text-align: left;
}

.link-move-popup-homepage > div > span:nth-child(1) {
  display: block;
  font-size: 15px;
}

.link-move-popup-homepage > div > span:nth-child(2) {
  display: block;
  font-size: 20px;
  margin-top: -7px;
}

.link-move-popup-homepage > svg {
  float: right;
  height: 100%;
  width: 30px;
  margin-top: 7px;
  margin-left: 20px;
}

.div-close-popup-homepage {
  background-color: #295897;
  height: 50px;
  padding: 8px;
  width: 100%;
}

.div-close-popup-homepage > div {
  width: 50%;
  display: inline-block;
  margin: 6px;
  min-width: 170px;
  color: #fff;
}

.div-close-popup-homepage > a {
  color: #fff;
  background-color: #000;
  padding: 5px 10px;
  float: right;
}

/* qna */

.a-qna {
  /*width: 90%;*/
  display: block;
  margin: 0 auto;
  background-color: #1a374f;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  height: 50px;
  line-height: 50px;
}

.main-qna > a:nth-child(1) {
  position: absolute;
  right: 0;
}

.main-qna > a:nth-child(1) > img {
  padding: 14px;
  width: 50px;
}

.main-qna > span:nth-child(2) {
  background-color: #1a374f;
  font-weight: bold;
  font-size: 20px;
  line-height: 50px;
  text-align: center;
  width: 100%;
  display: block;
  height: 50px;
  color: #fff;
  box-shadow: 0px 5px 10px 0px #aaaa;
}

.div-qna-detail, .div-qna-list, .div-auto-cancel, .div-refund-info {
  padding: 20px;
  margin: auto;
  font-size: 13px;
}

.div-qna-detail > ul, .div-qna-list > ul, .div-refund-info > ul {
  padding: 0;
  display: flex;
}

.div-qna-detail > ul:nth-child(1) > li:nth-child(1), .div-qna-list > ul > li:nth-child(1), .div-refund-info > ul > li:nth-child(1) {
  width: 40%;
  max-width: 100px;
}

.div-qna-detail > ul:nth-child(2) > li:nth-child(1), .div-qna-detail > ul:nth-child(1) > li:nth-child(2), .div-qna-list > ul > li:nth-child(2), .div-refund-info > ul > li:nth-child(2) {
  display: flex;
  width: 100%;
}

.div-qna-list > ul > li:nth-child(3) {
  float: right;
}

.div-qna-detail > ul > li > span, .div-qna-list > ul > li > span, .div-refund-info > ul > li > span, .div-qna-list > ul > li > a {
  display: block;
  padding: 10px;
}

.div-qna-detail > ul > li > input, .div-refund-info > ul > li > input {
  width: 100%;
  padding: 10px;
}

.div-qna-detail > ul > li > textarea {
  width: 100%;
  height: 200px;
  padding: 10px;
  resize: none;
}

.div-qnac {
  padding: 40px 20px;
}

.div-qnac > a {
  width: 90%;
  display: block;
  margin: 0 auto 20px auto;
  background-color: #fff;
  color: #1a374f;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  height: 50px;
  line-height: 50px;
  border: solid 2px #1a374f;
}

.div-qnac > ul {
  padding: 0;
}

.div-qnac > ul > li {
  background-color: #f2f3f4;
  display: flex;
  padding: 10px;
  margin-bottom: 15px;
}

.div-qnac > ul > li > span {
  color: #1a374f;
  font-size: larger;
  font-weight: 400;
  padding: 10px;
  width: 100%;
  display: inline-block;
}

.div-qnac > ul > li > a {
  width: 120px;
  background-color: #1a374f;
  color: #fff;
  font-size: medium;
  font-weight: 400;
  text-align: center;
  height: 50px;
  line-height: 50px;
  padding: 0 10px;
}

.div-auto-cancel > span:nth-child(1), .div-refund-info > span:nth-child(2) {
  display: block;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
}

.div-auto-cancel > span:nth-child(2), .div-refund-info > span:nth-child(3) {
  display: block;
  text-align: center;
  font-size: 0.9rem;
  margin-top: 30px;
  letter-spacing: -0.5px;
}

.div-refund-info > span:nth-child(1) {
  display: block;
  text-align: center;
  color: #ff0000;
  font-weight: 500;
  font-size: 1rem;
}

.table-cc {
    vertical-align: middle;
    text-align: center;
}

.table-tl {
    vertical-align: baseline;
    text-align: left;
}

.table-cl {
    vertical-align: middle;
    text-align: left;
}

