@charset "UTF-8";
html,
body,
div,
p,
img,
span,
a,
em,
strong,
pre,
h1,
h2,
h3,
h4,
h5,
h6,
section {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  word-break: break-word;
  outline: none;
}
body {
  font-family: "Noto Sans KR", "Malgun Gothic", "맑은 고딕", "dotum",
    "sans-serif";
  font-size: 14px;
  line-height: 1;
  color: #5c5c5c;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  letter-spacing: -0.5px;
}
img,
fieldset,
button,
input,
select,
textarea,
pre {
  border: 0;
  border-radius: 0;
  font-family: "Noto Sans KR", "Malgun Gothic", "맑은 고딕", "dotum",
    "sans-serif";
}
em,
address,
i,
var,
dfn {
  font-style: normal;
}
br {
  font-size: 0;
}
a,
a:link,
ins {
  text-decoration: none;
  color: #333;
}
.step_box .title i .blind {
  position: absolute;
  top: -9999px;
  font-size: 0;
  line-height: 0;
}
img {
  width: 100%;
}

/* 폰트 정의 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;700;900&display=swap");
@font-face {
  font-family: "yg-jalnan";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/JalnanOTF.otf") format("opentype"),
    url("../fonts/JalnanOTF00.woff") format("woff");
}
@font-face {
  font-family: "NanumBarunGothic";
  src: url("../fonts/NanumBarunGothic.otf") format("opentype"),
    url("../fonts/NanumBarunGothic.woff") format("woff"),
    url("../fonts/NanumBarunGothic.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "NanumBarunGothic";
  src: url("../fonts/NanumBarunGothicBold.otf") format("opentype"),
    url("../fonts/NanumBarunGothicBold.woff") format("woff"),
    url("../fonts/NanumBarunGothicBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "s-core-dream";
  src: url("../fonts/scdream4-webfont.woff2") format("woff2"),
    url("../fonts/scdream4-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "s-core-dream";
  src: url("../fonts/scdream5-webfont.woff2") format("woff2"),
    url("../fonts/scdream5-webfont.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

.wrap {
  width: 900px;
  margin: 0 auto;
  background: #f1e3d4;
}
.title {
  font-family: "yg-jalnan";
  font-size: 28px;
  color: #333;
  text-align: center;
}

.basic .step_box {
  padding: 0 62px;
}
.basic .step_box .step:last-child {
  padding: 60px 0 100px;
}
.basic .step_box .step {
  padding: 60px 0;
}
.basic .step_box .step + .step {
  border-top: 1px dashed #bdac98;
}
.basic .step_box .title i {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 25px;
  border-radius: 50%;
  background: #e74116;
  color: #fff;
  margin-right: 8px;
  vertical-align: 2px;
}
.basic .step_box .step_item {
  margin-top: 30px;
}
.basic .step_box .step_item .item:nth-child(n + 2) {
  margin-top: 50px;
}
.basic .step_box .step_item .item .txt {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  color: #333;
  margin-top: -5px;
}
.basic .step_box .step:nth-child(2) .item:nth-child(2) .txt {
  margin-top: -55px;
}
.basic .step_box .desc_box {
  max-width: 640px;
  font-size: 18px;
  font-weight: 500;
  color: #e74116;
  line-height: 1.4;
  text-align: center;
  background: #f6ece1; /*url("../images/icon_monty.png") 35px 50% / 60px 60px no-repeat;*/
  border-radius: 20px;
  padding: 22px 0 20px 60px;
  margin: 50px auto 0;
}
.basic .step_box .desc_box span {
  position: relative;
  display: inline-block;
  text-align: left;
}
.basic .step_box .desc_box span:before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 30px);
  left: -70px;
  width: 60px;
  height: 60px;
  background: url("https://cdn.playbigbox.com/timecast/bigbox/image_webp/howtouse/images/icon_monty.webp")
    0 0 / 100% 100% no-repeat;
}
.basic .step_box .desc {
  font-size: 18px;
  line-height: 1.4;
  color: #e74116;
  text-align: center;
  margin: 20px 0 30px;
}

.down_box {
  background: #3c3e68;
  padding: 50px 62px 80px;
}
.down_box .title {
  color: #fff;
}
.down_box .down_item {
  display: flex;
  flex-direction: row;
  gap: 0 16px;
  margin-top: 30px;
}
.down_box .down_item .item {
  position: relative;
  background: #fff;
  flex: 1;
  border-radius: 20px;
  overflow: hidden;
  padding-bottom: 64px;
}
.down_box .down_item .item .txt {
  font-size: 18px;
  font-weight: 500;
  color: #222;
  line-height: 1.4;
  padding: 158px 35px 30px;
}
.down_box .down_item .item .txt a {
  text-decoration: underline;
}
.down_box .down_item .item.mobile .txt {
  background: url("https://cdn.playbigbox.com/timecast/bigbox/image_webp/howtouse/images/icon_mobile.webp")
    50% 20px / 80px 120px no-repeat;
}
.down_box .down_item .item.pc .txt {
  background: url("https://cdn.playbigbox.com/timecast/bigbox/image_webp/howtouse/images/icon_pc.webp")
    50% 20px / 134px 120px no-repeat;
}
.down_box .down_item .item .btn_down {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 64px;
  line-height: 64px;
  font-family: "yg-jalnan";
  font-size: 28px;
  color: #fff;
  text-align: center;
}
.down_box .down_item .item .btn_down span:after {
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  background: url("https://cdn.playbigbox.com/timecast/bigbox/image_webp/howtouse/images/icon_down.webp")
    0 0 / 26px 26px no-repeat;
  margin-left: 20px;
  vertical-align: -2px;
}
.down_box .down_item .item.pc .btn_down {
  background: #80b500;
}
.down_box .down_item .item.mobile .btn_down {
  background: #e74116;
}

.flyingapple {
  background: #fff4dc;
}
.flyingapple .title {
  font-family: "yg-jalnan";
  font-size: 28px;
  text-align: left;
}
.flyingapple .step_box {
  padding: 50px;
}
.flyingapple .step_box .step:nth-child(n + 2) {
  margin-top: 75px;
}
.flyingapple .step_box .title i {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 25px;
  border-radius: 50%;
  background: #e74116;
  color: #fff;
  margin-right: 8px;
  vertical-align: middle;
}
.flyingapple .step_box .step_item {
  margin-top: 25px;
}
.flyingapple .step_box .step_item .item:nth-child(n + 2) {
  margin-top: 25px;
}
.flyingapple .step_box .step_item .item .thumb {
  width: 610px;
  margin: 0 auto;
}
.flyingapple .step_box .step_item .item .txt {
  text-align: center;
  font-size: 18px;
  line-height: 1.4;
  margin-top: 10px;
}
.flyingapple .step_box .step_item .item .icon_check {
  display: inline-block;
  width: 22px;
  vertical-align: top;
  margin-top: -2px;
}
.flyingapple .step_box .desc {
  font-size: 18px;
  line-height: 1.4;
  color: #e74116;
  margin: 30px 0 0 35px;
}
.flyingapple .step_box .title i {
  vertical-align: top;
  margin-top: -4px;
}
.flyingapple .step_box .step_item .item:nth-child(n + 2) {
  margin-top: 45px;
}
.flyingapple .step_box .step_item .item .txt {
  font-weight: 600;
  color: #5c5c5c;
  word-break: keep-all;
}
.flyingapple .down_box {
  background: #233568;
}
.flyingapple .down_box .title {
  margin-left: 0;
}

@media screen and (max-width: 900px) {
  .wrap {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .basic .step_box {
    padding: 0 24px;
  }
  .basic .step_box .step {
    padding: 45px 0;
  }
  .basic .step_box .step:last-child {
    padding: 45px 0 80px;
  }
  .basic .title {
    font-size: 24px;
  }
  .basic .step_box .step_item {
    margin-top: 20px;
  }
  .basic .step_box .step_item .item:nth-child(n + 2) {
    margin-top: 40px;
  }
  .basic .step_box .title i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    vertical-align: 1px;
  }
  .basic .step_box .step_item .item .txt {
    font-size: 16px;
  }
  .basic .step_box .step:nth-child(2) .item:nth-child(2) .txt {
    margin-top: -35px;
  }
  .basic .step_box .desc_box {
    font-size: 14px;
  }
  .basic .step_box .desc_box span:before {
    top: calc(50% - 25px);
    left: -60px;
    width: 50px;
    height: 50px;
  }
  .basic .step_box .desc {
    font-size: 14px;
  }
  .down_box {
    padding: 50px 24px 80px;
  }
  .down_box .down_item .item {
    padding-bottom: 54px;
  }
  .down_box .down_item .item .txt {
    font-size: 14px;
    padding: 158px 20px 30px;
  }
  .down_box .down_item .item .btn_down {
    height: 54px;
    line-height: 54px;
    font-size: 18px;
  }
  .down_box .down_item .item .btn_down span:after {
    width: 22px;
    height: 22px;
    background-size: 22px 22px;
    margin-left: 15px;
  }

  .flyingapple .title {
    font-size: 24px;
  }
  .flyingapple .step_box {
    padding: 30px;
  }
  .flyingapple .step_box .title i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
  }
  .flyingapple .step_box .step:nth-child(n + 2) {
    margin-top: 60px;
  }
  .flyingapple .step_box .step_item {
    margin-top: 20px;
  }
  .flyingapple .step_box .step_item .item .thumb {
    width: 100%;
  }
  .flyingapple .step_box .desc {
    margin: 20px 0 0 0;
  }
  .flyingapple .step_box .title i {
    margin-top: -2px;
  }
}
@media screen and (max-width: 480px) {
  .basic .step_box {
    padding: 0 16px;
  }
  .basic .step_box .step {
    padding: 30px 0;
  }
  .basic .title {
    font-size: 18px;
  }
  .basic .step_box .title i {
    width: 22px;
    height: 22px;
    line-height: 22px;
    font-size: 14px;
  }
  .basic .step_box .step_item .item:nth-child(n + 2) {
    margin-top: 30px;
  }
  .basic .step_box .step_item .item .txt {
    font-size: 14px;
  }
  .basic .step_box .step:nth-child(2) .item:nth-child(2) .txt {
    margin-top: -30px;
  }
  .basic .step_box .desc_box {
    font-size: 12px;
    padding: 20px 10px 20px 60px;
    margin-top: 35px;
  }
  .basic .step_box .desc_box span:before {
    width: 40px;
    height: 40px;
    top: calc(50% - 20px);
    left: -50px;
  }
  .basic .step_box .desc {
    font-size: 12px;
  }
  .down_box {
    padding: 50px 16px 80px;
  }
  .down_box .down_item {
    flex-direction: column;
    gap: 10px 0;
  }
  .down_box .down_item .item {
    width: 100%;
  }

  .flyingapple .title {
    font-size: 18px;
  }
  .flyingapple .step_box .title i {
    width: 22px;
    height: 22px;
    line-height: 22px;
    font-size: 14px;
  }
  .flyingapple .step_box {
    padding: 20px;
  }
  .flyingapple .step_box .step:nth-child(n + 2) {
    margin-top: 45px;
  }
  .flyingapple .step_box .step_item {
    margin-top: 10px;
  }
  .flyingapple .step_box .step_item .item:nth-child(n + 2) {
    margin-top: 20px;
  }
  .flyingapple .step_box .step_item .item .txt {
    font-size: 14px;
    margin-top: 5px;
  }
  .flyingapple .step_box .step_item .item .icon_check {
    width: 17px;
  }
  .flyingapple .step_box .desc {
    font-size: 14px;
    margin-top: 10px;
  }
  .flyingapple .step_box {
    padding: 20px 20px 40px;
  }
  .flyingapple .step_box .step_item .item:nth-child(n + 2) {
    margin-top: 20px;
  }
}
