@charset "utf-8";

/* Common */
body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
form,
fieldset,
legend,
input,
textarea,
button,
select {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
th {
  font-weight: normal;
}

body,
input,
textarea,
select,
button,
table {
  font-family: NanumGothic, MalgunGothic, Dotum, Helvetica, sans-serif;
  font-size: 16px;
}

img,
fieldset {
  border: 0;
  vertical-align: top;
}

ul,
ol {
  list-style: none;
}

em,
address {
  font-style: normal;
}

a {
  text-decoration: none;
}

a:hover,
a:active,
a:focus {
  text-decoration: none;
}

.blind {
  overflow: hidden !important;
  position: absolute !important;
  clip: rect(0, 0, 0, 0) !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
}

/* 공통 */
body {
  background-color: #fff;
}

#wrap {
  position: relative;
  min-width: 320px;
}

.btn_link {
  display: block;
  position: absolute;
  left: 313px;
  bottom: 77px;
  width: 335px;
  height: 65px;
}

.section_title {
  height: 60px;
  background-color: #fff;
  text-align: center;
}

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

.section_title .logo_link {
  float: left;
  margin: 13px 0 13px 16px;
}

.section_title .app_link {
  float: right;
  height: 32px;
  min-width: 80px;
  margin: 14px 16px 14px 0;
  padding: 8px 12px 5px;
  box-sizing: border-box;
  border-radius: 18px;
  background-color: #25d366;
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.2px;
  color: #ffffff;
  text-align: center;
}

.section_slogan {
  margin: 10px 30px 0px 30px;
  text-align: center;
  font-weight: bold;
  color: black;
}

/* section_sticker_box */
.section_sticker_box {
  margin: 30px 20px 21px 20px;
  border-radius: 8px;
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.08);
  background-color: #ffffff;
  text-align: center;
}

.section_sticker_box .inner {
  margin: 0 auto;
}

.section_sticker_box .inner ul {
  overflow: hidden;
  padding-bottom: 18px;
}

.section_sticker_box .inner ul li {
  float: left;
  width: 80px;
  height: 80px;
  margin-right: 6px;
  background-color: #f6f6f6;
}
.section_sticker_box .inner ul li > img {
  width: 100%;
  height: auto;
}

.section_sticker_box .inner ul li:nth-child(3n) {
  margin-right: 0px;
}

.section_sticker_box .inner ul li:nth-child(n + 4) {
  margin-top: 7px;
}

.sticker_box_info .sticker_name {
  overflow: hidden;
  padding-bottom: 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 24px;
  line-height: 29px;
  font-weight: bold;
  font-family: NanumGothic, MalgunGothic, Dotum, Helvetica, sans-serif;
  color: #222;
}
.sticker_box_info .sticker_name .this_text {
  font-weight: normal;
  letter-spacing: -0.5px;
}

.sticker_box_info .sticker_author {
  display: block;
  padding-bottom: 26px;
  color: #a7a7a7;
  font-size: 14px;
  line-height: 16px;
}

.sticker_box_link .sticker_link {
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  margin: 0 auto;
  padding: 0 24px;
  height: 60px;
  background-color: #25d366;
  font-family: NanumGothic, MalgunGothic, Dotum, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 61px;
  color: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* section_link */
.section_link {
  text-align: center;
  line-height: 16px;
}

.section_link a {
  display: block;
  margin: 0 auto;
  width: 315px;
  font-size: 14px;
  font-weight: bold;
  font-family: NanumGothic, MalgunGothic, Dotum, Helvetica, sans-serif;
  color: #222;
  letter-spacing: -0.2px;
}

.section_link a span {
  overflow: hidden;
  display: inline-block;
  max-width: 93%;
  padding-right: 3px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.section_link .this_img_window {
  width: 20px;
  height: 20px;
  margin: -2px 0 0 -2px;
}

/* section_top_stickers */
.section_top_stickers {
  margin: 50px 18px 20px;
  padding: 52px 0 80px 0;
  border-radius: 8px;
  background-color: #fff;
}
.section_top_stickers .area_title {
  font-size: 0;
  text-align: center;
  line-height: 0;
}

.section_top_stickers .area_title .this_text {
  display: inline-block;
  font-family: NanumGothic, MalgunGothic, Dotum, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 20px;
  color: #222;
  line-height: 24px;
  letter-spacing: -0.3px;
}
.section_top_stickers .area_stickers_list {
  width: 312px;
  margin: 40px auto 0 auto;
}
.section_top_stickers .area_stickers_list .card {
  margin: 38px 0 0 0;
}
.section_top_stickers .area_stickers_list .card:first-child {
  margin-top: 0;
}
.section_top_stickers .area_stickers_list .card_inner {
  display: block;
}
.section_top_stickers .area_stickers_list .card_inner .area_box_text {
  position: relative;
  font-size: 0;
  line-height: 0;
}
.section_top_stickers .area_stickers_list .card_inner .area_box_text:after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 11px;
  height: 11px;
  background: url('../img/arrow.png') center center no-repeat;
  background-size: 11px 11px;
  -webkit-background-size: 11px 11px;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  content: '';
}
.section_top_stickers .area_stickers_list .card_inner .area_box_text .this_name_pack {
  overflow: hidden;
  display: inline-block;
  max-width: 160px;
  font-family: NanumGothic, MalgunGothic, Dotum, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 19px;
  color: #222;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
  letter-spacing: -0.1px;
}
.section_top_stickers .area_stickers_list .card_inner .area_box_text .this_name_maker {
  display: inline-block;
  overflow: hidden;
  max-width: 113px;
  margin: 0 0 0 10px;
  font-size: 13px;
  color: #a7a7a7;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
  line-height: normal;
}
.section_top_stickers .area_stickers_list .card_inner .area_box_image {
  overflow: hidden;
  margin: 12px 0 0 0;
}
.section_top_stickers .area_stickers_list .card_inner .area_box_image li {
  float: left;
  width: 56px;
  height: 56px;
  margin: 0 0 0 8px;
}
.section_top_stickers .area_stickers_list .card_inner .area_box_image li > img {
  width: 100%;
  height: auto;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}
.section_top_stickers .area_stickers_list .card_inner .area_box_image li:first-child {
  margin-left: 0;
}

.section_title .section_sub_title {
  padding: 10px 24px 0;
  font-family: NanumGothic, MalgunGothic, Dotum, Helvetica, sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 18px;
}
.section_title .section_sub_title.black {
  color: #222;
  letter-spacing: -0.1px;
  filter: alpha(opacity=80);
  zoom: 1;
  opacity: 0.8;
}
.section_sticker_area {
  margin: 20px 18px 20px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  background-color: #fff;
  text-align: center;
  box-shadow: 0 0 12px 0 rgba(5, 13, 39, 0.06);
}
.section_sticker_area .inner {
  width: 247px;
  padding: 20px 0;
  margin: 0 auto;
}
.sticker_area_info .sticker_name {
  overflow: hidden;
  padding-bottom: 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 24px;
  font-family: NanumGothic, MalgunGothic, Dotum, Helvetica, sans-serif;
  line-height: 29px;
  color: #222;
}
.sticker_area_info .sticker_name .this_text {
  font-weight: normal;
  letter-spacing: -0.5px;
}
.sticker_area_info .sticker_author {
  display: block;
  padding-bottom: 22px;
  color: #a7a7a7;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.2px;
}
.section_sticker_area .inner ul {
  overflow: hidden;
  padding-bottom: 26px;
}
.section_sticker_area .inner ul li {
  float: left;
  width: 77px;
  height: 77px;
  margin-right: 8px;
  background-color: #fff;
}
.section_sticker_area .inner ul li > img {
  width: 100%;
  height: auto;
}
.section_sticker_area .inner ul li:nth-child(3n) {
  margin-right: 0px;
}
.section_sticker_area .inner ul li:nth-child(n + 4) {
  margin-top: 8px;
}
.sticker_area_link .sticker_link {
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  margin: 10px auto;
  padding: 0 24px;
  height: 58px;
  background-color: #25d366;
  font-size: 18px;
  font-family: NanumGothic, MalgunGothic, Dotum, Helvetica, sans-serif;
  font-weight: bold;
  line-height: 58px;
  color: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-radius: 29px;
  -webkit-border-radius: 29px;
}
.section_link_white {
  text-align: center;
  line-height: 15px;
  margin-bottom: 56px;
}
.section_link_white a {
  display: block;
  margin: 0 auto;
  width: 327px;
  font-size: 15px;
  color: #222;
  font-family: NanumGothic, MalgunGothic, Dotum, Helvetica, sans-serif;
}
.section_link_white a span {
  overflow: hidden;
  display: inline-block;
  max-width: 93%;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #fff;
}
.section_link_white .this_img_window {
  width: 20px;
  height: 20px;
  margin: -1px 0 0 0;
}

@media (max-width: 320px) {
  .section_title .app_link .text_part {
    display: none;
  }
  .section_sticker_box {
    margin-top: 25px;
    margin-right: 18px;
    margin-bottom: 19px;
    margin-left: 17px;
  }
  .section_sticker_box .inner {
    width: 215px;
    padding-top: 28px;
    padding-bottom: 25px;
  }
  .section_sticker_box .inner ul {
    padding-bottom: 16px;
  }
  .section_sticker_box .inner ul li {
    width: 68px;
    height: 68px;
    margin-right: 5px;
  }
  .section_sticker_box .inner ul li:nth-child(n + 4) {
    margin-top: 6px;
  }
  .sticker_box_info .sticker_name {
    padding-bottom: 0px;
    font-size: 20px;
  }

  .sticker_box_info .sticker_author {
    padding-bottom: 22px;
    font-size: 12px;
  }

  .sticker_box_link .sticker_link {
    height: 51px;
    font-size: 15px;
    line-height: 51px;
  }
  .section_top_stickers {
    margin-top: 45px;
    padding-top: 44px;
    padding-bottom: 68px;
  }
  .section_top_stickers .area_stickers_list {
    width: 264px;
    margin-top: 34px;
  }
  .section_top_stickers .area_stickers_list .card {
    margin-top: 32px;
  }

  .section_top_stickers .area_stickers_list .card_inner .area_box_text:after {
    width: 9px;
    height: 9px;
    margin-top: 1px;
    -webkit-background-size: 9px 9px;
    background-size: 9px 9px;
  }
  .section_top_stickers .area_stickers_list .card_inner .area_box_text .this_name_pack {
    max-width: 144px;
    font-size: 14px;
    line-height: 16px;
  }
  .section_top_stickers .area_stickers_list .card_inner .area_box_text .this_name_maker {
    max-width: 89px;
    margin-left: 6px;
    font-size: 11px;
  }
  .section_top_stickers .area_stickers_list .card_inner .area_box_image {
    margin-top: 11px;
  }
  .section_top_stickers .area_stickers_list .card_inner .area_box_image li {
    width: 48px;
    height: 48px;
    margin-left: 6px;
  }

  .section_sticker_area {
    margin: 25px 20px 19px;
    border-radius: 7px;
    box-shadow: 0 0 8px 0 rgba(5, 13, 39, 0.06);
  }

  .section_sticker_area .inner {
    width: 207px;
    padding-top: 30px;
    padding-bottom: 28px;
  }
  .section_sticker_area .inner ul {
    padding-bottom: 24px;
  }

  .section_sticker_area .inner ul li {
    width: 65px;
    height: 65px;
    margin-right: 6px;
  }

  .section_sticker_area .inner ul li:nth-child(n + 4) {
    margin-top: 6px;
  }

  .sticker_area_info .sticker_name {
    font-size: 21px;
    line-height: 25px;
  }

  .sticker_area_info .sticker_author {
    padding-bottom: 18px;
    font-size: 11px;
    line-height: 13px;
  }

  .sticker_area_link .sticker_link {
    height: 50px;
    font-size: 15px;
    line-height: 51px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
  }

  .section_link_white a {
    width: 207px;
  }
}

@media (max-width: 1023px) and (orientation: landscape) {
  .content {
    padding-top: 50px;
  }
}

.sticker_area img {
  margin-top: 10px;
}

.pack_area li {
  width: 77px;
  height: 77px;
  line-height: 77px;
}

.area_box_image li {
  width: 56px;
  height: 56px;
  line-height: 56px;
}
.pack_area li img,
.area_box_image li img {
  max-width: 100%;
  max-height: 100%;
  display: inline-block; /* Instead of display: block; */
  margin: 0 auto;
  vertical-align: middle;
}
.rolling_area img {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.rolling_area {
  background-image: linear-gradient(to right, #7a49da, #5d5be4 48%, #2e5fff);
}

@media (min-width: 768px) {
  .rolling_area img {
    max-width: 375px;
  }
}
