@charset "utf-8";

@font-face {
  font-family: 'SF UI Display Light';
  src: url("../font/SFUIText-Light.woff") format("woff");
}

@font-face {
  font-family: 'SF UI Display Regular';
  src: url("../font/SFUIText-Regular.woff") format("woff");
}

@font-face {
  font-family: 'SF UI Display SemiBold';
  src: url("../font/SFUIText-Semibold.woff") format("woff");
}

@font-face {
  font-family: 'SF UI Display Bold';
  src: url("../font/SFUIText-Bold.woff") format("woff");
}

/* 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: -apple-system,BlinkMacSystemFont,helvetica,Apple SD Gothic Neo,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 */
.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: #0d58ff;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.2px;
  color: #ffffff;
  text-align: center;
  font-weight: 600;
}

/* 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 {
  width: 254px;
  padding: 35px 0 30px 0;
  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 .sticker_img_320 {
  display: none;
}

.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;
  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: #2e5fff;
  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;
  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;
  font-weight: 600;
}

.section_link .this_img_window {
  width: 14px;
  height: 14px;
  margin: 1px 0 0 -3px;
}

/* section_top_stickers */
.section_top_stickers {
  margin: 44px 0 0 0;
  padding: 52px 0 80px 0;
  background-color: #fff;
}

.section_top_stickers .area_title {
  font-size: 0;
  text-align: center;
  line-height: 0;
}
.section_top_stickers .area_title:before {
  /* content:"";
  display:inline-block;
  width:28px;
  height:28px;
  margin:0 8px 0 0;
  background:url("../img/img_share_page_top_stickers_icon.png") no-repeat;
  background-size:28px 28px;
  -webkit-background-size:28px 28px;
  vertical-align: middle; */
}
.section_top_stickers .area_title .this_text{
  display: inline-block;
  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/img_share_page_top_stickers_button_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-weight: 600;
  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-weight: 300;
  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: 50px 24px 16px;
  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: 35px 0 32px;
  margin: 0 auto;
}

.sticker_area_info .sticker_name {
  overflow: hidden;
  padding-bottom: 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 24px;
  font-weight: bold;
  line-height: 29px;
  color: #222;
}

.sticker_area_info .sticker_name .this_text {
  font-weight: bold;
  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: 0 auto;
  padding: 0 24px;
  height: 58px;
  background-color: #2e5fff;
  font-size: 18px;
  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-weight: bold;
}

.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;
}

.section_profile_area {
  margin: 30px 24px 16px;
  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_profile_area .inner {
  min-width: 272px;
  padding: 0 0 28px;
  margin: 0 auto;
}

.section_profile_area .bg_thumb {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background-color: #fff;
}

.section_profile_area .bg_thumb .bg_thumb_box {
  position: relative;
  padding-top: 28.57%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.section_profile_area .bg_thumb .bg_thumb_box img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.section_profile_area .profile_thumb {
  margin-top: -44px;
}

.section_profile_area .profile_thumb .thumb_box {
  position: relative;
  padding: 4px;
  width: 80px;
  height: 80px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin: 0 auto;
  overflow: hidden;
  background-color: #fff;
}

.section_profile_area .profile_thumb .thumb_box img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.section_profile_area .profile_info {
  margin-top: 3px;
  font-size: 13px;
  line-height: 18px;
  padding: 0 20px;
  color: #222;
}

.section_profile_area .profile_info .profile_name {
  font-size: 0;
  font-weight: 700;
  padding: 0 20px;
}

.section_profile_area .profile_info .profile_name .this_text {
  display: inline-block;
  vertical-align: top;
  font-size: 19px;
  line-height: 24px;
}

.section_profile_area .profile_info .profile_name .ico_official {
  display: inline-block;
  vertical-align: top;
  margin: 5px 0 0 3px;
  width: 14px;
  height: 14px;
  background: url("../img/ico_official.png") no-repeat;
  background-size: 14px 14px;
}

.section_profile_area .profile_info .full_name {
  display: block;
  margin-top: 16px;
  font-weight: 500;
}

.section_profile_area .profile_info .followers_count {
  display: block;
  margin: 8px 0 20px;
  font-size: 14px;
  font-weight: 600;
  line-height: 16.71px;
}

.section_profile_area .profile_info .info_text {
  font-size: 14px;
  line-height: 17px;
}

.section_profile_area .sticker_area {
  margin: 24px 20px 0;
}

.section_profile_area .sticker_area .sticker_list_box {
  display: inline-flex;
  max-width: 100%;
}

.section_profile_area .sticker_area li {
  flex: 1 0 0;
  max-width: 60px;
}

.section_profile_area .sticker_area li + li {
  margin-left: 8px;
}

.section_profile_area .sticker_area li img {
  width: 100%;
}

.section_profile_area .sticker_area_link {
  width: 167px;
  margin: 28px auto 0;
}

.section_profile_area .sticker_area_link .sticker_link {
  height: 48px;
  line-height: 48px;
  font-size: 15px;
  padding: 0 28px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
}

/* 320 대응 */
@media (max-width: 320px) {
  /* #wrap {padding-top:25px;}
  #wrap .bg_blue_type{padding-top: 5px;} */
  .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: 51px 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 li{
  width: 77px;
  height: 77px;
  line-height: 77px;
}

.area_box_image li {
  width: 56px;
  height: 56px;
  line-height: 56px;
}
.sticker_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;

  }

}
