@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
* {
  font-family: "Spoqa Han Sans Neo", "맑은 고딕", sans-serif;
  font-weight: 400;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  font-size: 16px;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  background-color: transparent;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
}

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

textarea {
  resize: none;
}

input::-webkit-input-placeholder {
  font-size: 1rem;
  color: #676767;
}

input::-moz-placeholder {
  font-size: 1rem;
  color: #676767;
}

input:-ms-input-placeholder {
  font-size: 1rem;
  color: #676767;
}

input::-ms-input-placeholder {
  font-size: 1rem;
  color: #676767;
}

input::placeholder {
  font-size: 1rem;
  color: #676767;
}

input:focus::-webkit-input-placeholder {
  color: #ffffff;
}

input:focus::-moz-placeholder {
  color: #ffffff;
}

input:focus:-ms-input-placeholder {
  color: #ffffff;
}

input:focus::-ms-input-placeholder {
  color: #ffffff;
}

input:focus::placeholder {
  color: #ffffff;
}

@font-face {
  font-family: "Spoqa Han Sans Neo";
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/SpoqaHanSansNeo-Bold.woff2) format("woff2"), url(../fonts/SpoqaHanSansNeo-Bold.woff) format("woff"), url(../fonts/SpoqaHanSansNeo-Bold.ttf) format("truetype");
}
@font-face {
  font-family: "Spoqa Han Sans Neo";
  font-weight: 500;
  src: url(../fonts/SpoqaHanSansNeo-Medium.woff2) format("woff2"), url(../fonts/SpoqaHanSansNeo-Medium.woff) format("woff"), url(../fonts/SpoqaHanSansNeo-Medium.ttf) format("truetype");
}
@font-face {
  font-family: "Spoqa Han Sans Neo";
  font-weight: 400;
  src: url(../fonts/SpoqaHanSansNeo-Regular.woff2) format("woff2"), url(../fonts/SpoqaHanSansNeo-Regular.woff) format("woff"), url(../fonts/SpoqaHanSansNeo-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "Spoqa Han Sans Neo";
  font-weight: 300;
  src: url(../fonts/SpoqaHanSansNeo-Light.woff2) format("woff2"), url(../fonts/SpoqaHanSansNeo-Light.woff) format("woff"), url(../fonts/SpoqaHanSansNeo-Light.ttf) format("truetype");
}
.boost-banner {
  width: 49.5rem;
  margin: auto;
}
.boost-banner .top-img-banner {
  background-image: url(../img/banner_PC.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 15.625rem;
}
.boost-banner .top-img-banner .text-wrap {
  padding-top: 2.6875rem;
  padding-left: 2.5rem;
}
.boost-banner .top-img-banner .text-wrap .title {
  font-size: 1.5rem;
  line-height: 2rem;
  color: #242424;
  font-weight: 700;
}
.boost-banner .top-img-banner .text-wrap .date {
  font-weight: 500;
  font-size: 1rem;
  line-height: 2rem;
  color: #5c5c5c;
}
.boost-banner .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 1rem;
  line-height: 2rem;
  font-weight: 700;
  color: #242424;
}
.boost-banner .link i {
  margin-left: 0.6875rem;
}
.boost-banner .row .title {
  font-size: 1.5rem;
  line-height: 2rem;
  color: #242424;
  font-weight: 700;
}
.boost-banner .row .info {
  font-size: 1.25rem;
  line-height: 2rem;
  color: #242424;
  font-weight: 500;
}
.boost-banner .row .info span {
  font-weight: bold;
}
.boost-banner .row + .row {
  margin-top: 2.9375rem;
}
.boost-banner .row + .row.medium-type {
  margin-top: 4.5625rem;
}
.boost-banner .row.medium-type .title {
  font-size: 1.25rem;
}
.boost-banner .row.medium-type .info {
  font-size: 1.125rem;
  line-height: 2.5625rem;
}
.boost-banner .row.medium-type .info .dot-list li:after {
  top: 1.0625rem;
}
.boost-banner .row.medium-type .info .dot-list li div {
  font-size: 1.125rem;
  line-height: 2.5625rem;
  font-weight: 500;
}
.boost-banner .dot-list li {
  position: relative;
  padding-left: 0.625rem;
  font-weight: 500;
}
.boost-banner .dot-list li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0.875rem;
  width: 0.125rem;
  height: 0.125rem;
  background-color: #c3c3c1;
}
.boost-banner .dot-list.bar-type li:after {
  top: 1.25rem;
  width: 0.25rem;
  height: 0.0625rem;
}
.boost-banner .number-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.boost-banner .number-list li div {
  font-weight: 500;
}
.boost-banner .number-list li span {
  display: inline-block;
  vertical-align: middle;
  background-color: #242424;
  color: #ffffff;
  width: 1.25rem;
  text-align: center;
  border-radius: 50%;
  font-size: 0.75rem;
  line-height: 1.25rem;
  margin-right: 0.5rem;
  margin-top: 0.375rem;
}
.boost-banner .number-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.boost-banner .number-list li a i {
  margin-left: 0.5rem;
}
.boost-banner .lh-26 {
  line-height: 1.625rem !important;
}

@media screen and (max-width: 48rem) {
  .boost-banner {
    width: 100%;
  }
  .boost-banner .top-img-banner {
    background-image: url(../img/banner_MO.png);
    width: 100%;
    min-height: 15.625rem;
    height: auto;
  }
  .boost-banner .top-img-banner .text-wrap {
    padding-left: 0.9375rem;
  }
  .boost-banner .top-img-banner .text-wrap .title {
    font-size: 1.25rem;
  }
  .boost-banner .top-img-banner .text-wrap .date {
    font-size: 1rem;
  }
  .boost-banner .link {
    padding-right: 1rem;
  }
  .boost-banner .row {
    padding: 0 1rem;
  }
  .boost-banner .row .title {
    font-size: 1.1875rem;
  }
  .boost-banner .row .info {
    font-size: 1rem;
  }
  .boost-banner .row.medium-type .info {
    font-size: 0.875rem;
    line-height: 1.5625rem;
  }
  .boost-banner .row.medium-type .info .dot-list li div {
    font-size: 0.875rem;
    line-height: 1.5625rem !important;
  }
  .boost-banner .number-list li span {
    min-width: 1.25rem;
  }
  .view-pc {
    display: none;
  }
}
.ico_arrowB_forward {
  display: inline-block;
  vertical-align: middle;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/ico_arrowB_forward.png);
  width: 0.5rem;
  height: 0.75rem;
}

.ico_arrowB_forward_blue {
  display: inline-block;
  vertical-align: middle;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/ico_arrowB_forward_blue.png);
  width: 0.5rem;
  height: 0.75rem;
}