@charset "UTF-8";

/* font */
@font-face {
  font-weight: 300;
  font-family: "Noto Sans";
  src: url(//t1.kakaocdn.net/kakaomobility/fonts/NotoSans-Light.eot);
  src: local("☺"), url(//t1.kakaocdn.net/kakaomobility/fonts/NotoSans-Light.eot?iefix) format("embedded-opentype"), url(//t1.kakaocdn.net/kakaomobility/fonts/NotoSans-Light.woff2) format("woff2"), url(//t1.kakaocdn.net/kakaomobility/fonts/NotoSans-Light.woff) format("woff");
}
@font-face {
  font-weight: normal;
  font-family: "Noto Sans";
  src: url(//t1.kakaocdn.net/kakaomobility/fonts/NotoSans-Regular.eot);
  src: local("☺"), url(//t1.kakaocdn.net/kakaomobility/fonts/NotoSans-Regular.eot?iefix) format("embedded-opentype"), url(//t1.kakaocdn.net/kakaomobility/fonts/NotoSans-Regular.woff2) format("woff2"), url(//t1.kakaocdn.net/kakaomobility/fonts/NotoSans-Regular.woff) format("woff");
}
@font-face {
  font-weight: bold;
  font-family: "Noto Sans";
  src: url(//t1.kakaocdn.net/kakaomobility/fonts/NotoSans-Bold.eot);
  src: local("☺"), url(//t1.kakaocdn.net/kakaomobility/fonts/NotoSans-Bold.eot?iefix) format("embedded-opentype"), url(//t1.kakaocdn.net/kakaomobility/fonts/NotoSans-Bold.woff2) format("woff2"), url(//t1.kakaocdn.net/kakaomobility/fonts/NotoSans-Bold.woff) format("woff");
}

/* reset */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
textarea,
p,
blockquote,
th,
td,
input,
select,
button {
  margin: 0;
  padding: 0;
}
fieldset,
img {
  border: 0 none;
}
dl,
ul,
ol,
menu,
li {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
input,
select,
textarea,
button {
  vertical-align: middle;
  font-size: 100%;
}
button {
  border: 0 none;
  background-color: transparent;
  cursor: pointer;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body {
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
}
input:checked[type="checkbox"] {
  background-color: #666;
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
}
input[type="text"],
input[type="password"],
input[type="submit"],
input[type="search"],
input[type="tel"],
input[type="email"],
html input[type="button"],
input[type="reset"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
}
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  -moz-appearance: none;
}
address,
caption,
cite,
code,
dfn,
em,
var {
  font-style: normal;
  font-weight: normal;
}

/* global */
.ir_pm {
  display: block;
  overflow: hidden;
  font-size: 1px;
  line-height: 0;
  color: transparent;
}
.screen_out {
  overflow: hidden;
  position: absolute;
  width: 0;
  height: 0;
  line-height: 0;
  text-indent: -9999px;
}
.hide {
  display: none;
}

body {
  padding: env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);
}

body,
th,
td,
input,
select,
textarea,
button,
p,
strong {
  font-family: "애플 SD 산돌고딕 Neo", "Apple SD Gothic Neo", "Spoqa Han Sans", "Noto Sans", "Malgun Gothic", "맑은 고딕", sans-serif;
}

.k_head {
  height: 500px;
  box-sizing: border-box;
  background-color: #284c87;
  background-image: url(//t1.kakaocdn.net/kakaomobility/images/emobility/campaign/onePerson/main.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 375px 500px;
}
.cont {
  max-width: 320px;
  margin: 0 auto;
  padding: 0 20px 33px;
  overflow: hidden;
}
.noti_list {
  padding-top: 58px;
}
.noti_list li {
  padding-bottom: 47px;
}
.noti_list .noti_title {
  display: block;
  padding-bottom: 19px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  letter-spacing: -1.05px;
  color: #222222;
}
.noti_list .txt {
  padding-bottom: 21px;
  font-size: 16px;
  line-height: 1.56;
  letter-spacing: -1px;
  text-align: center;
  color: rgba(0, 0, 0, 0.8);
}

.noti_list .noti_img {
  display: block;
  width: 100%;
}
