@charset "utf-8";

@font-face {
  font-family: 'SF UI Display Medium';
  src: url('../font/sf-ui-display-medium.woff') format('woff');
  font-display: swap;

}

@font-face {
  font-family: 'SF UI Display Bold';
  src: url('../font/sf-ui-display-bold.woff') format('woff');
  font-display: swap;

}

/* Common */
html, body {
  width: 100%;
  height: 100%;
}

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: 'SF UI Display Medium', '나눔고딕', 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: #f6f7fb;
}

#wrap {
  position: relative;
  padding-top: 30px;
  min-width: 320px;
  min-height: 100%;
}

.content {
  /* overflow: hidden;
  width: 315px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  letter-spacing: 0.5px; */
}

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

/* section_title */
.section_title {
  text-align: center;
}

.section_title p {
  padding-top: 5.5px;
  font-size: 15px;
  line-height: 18px;
  color: #212121;
}

/* section_sticker_box */
.section_sticker_box {
  margin: 30px 24px 22px;
  border-radius: 8px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  text-align: center;
}

.section_sticker_box .inner {
  width: 264px;
  padding: 30px 0;
  margin: 0 auto;
}

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

.section_sticker_box .inner ul li {
  float: left;
  margin-right: 6px;
  background-color: #fff;
}

.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: 5px;
}

.sticker_box_info {
}

.sticker_box_info .sticker_name {
  overflow: hidden;
  padding-bottom: 4px;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 24px;
  line-height: 29px;
  font-family: 'SF UI Display Bold';
  color: #222;
}

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

.sticker_box_info .sticker_link {
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  margin: 0 auto;
  padding: 0 24px;
  max-width: 264px;
  height: 55px;
  background-color: #128C7E;
  font-family: 'SF UI Display Bold';
  font-size: 18px;
  line-height: 55px;
  color: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

.section_link a {
  display: block;
  margin: 0 auto;
  width: 315px;
  font-size: 13px;
  font-family: 'SF UI Display Bold';
  color: rgba(255, 255, 255, 0.9);
}

.section_link a span {
  overflow: hidden;
  display: inline-block;
  max-width: 93%;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@media(max-width:320px) {
  .section_sticker_box {
    width: 280px;
    margin: 21px auto 18px;
  }

  .section_sticker_box .inner {
    width: 235px;
    padding: 26px 0 22px;
  }

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

  .section_sticker_box .inner ul li {
    margin-right: 5px;
  }

  .section_sticker_box .inner ul li .sticker_img {
    display: none;
  }

  .section_sticker_box .inner ul li .sticker_img_320 {
    display: block;
  }

  .sticker_box_info .sticker_author {
    padding-bottom: 17px;
  }

  .sticker_box_info .sticker_link {
    max-width: 235px;
    height: 49px;
    line-height: 49px;
    font-size: 16px;
  }

  .section_link a {
    width: 280px;
  }
}

/* 모바일기기 가로모드일 때 윗 내용 가려지는 현상 수정 */
@media (max-width:1023px) and (orientation: landscape) {
  .content {
    padding-top: 50px;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}