/**
  2019
  nextculture 
  reset.css
 */
body {
  -webkit-print-color-adjust: exact !important;
}

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,
ol,
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,
button,
input {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 400;
  vertical-align: baseline;
  font-style: normal;
  box-sizing: border-box;
  word-break: keep-all;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

img {
  vertical-align: middle;
  border-style: none;
}

body {
  line-height: 1;
  width: 100%;
  position: relative;
}

html {
  font-size: 100%;
  overflow-x: hidden;
  width: 100%;
}

ol,
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;
}

a {
  color: #222222;
  text-decoration: none;
  font-style: normal;
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 400;
  display: block;
}

a[disabled] {
  pointer-events: none;
  cursor: default;
}

a:hover,
a:active,
a:visited {
  text-decoration: none;
  font-style: normal;
}

:focus {
  outline: none;
}

input {
  border: none;
  background-image: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  margin: 0;
}

input[type='number']::-webkit-outer-spin-button,
input[type='number']::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/*radio box*/
input[type='radio']::-ms-check {
  border-color: transparent;
}

input[type='radio']::-ms-check {
  background-color: transparent;
}

button {
  border: none;
  margin: 0;
  padding: 0;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
}
select::-ms-expand {
  display: none;
}

input,
textarea,
select,
button {
  font-family: 'Noto Sans KR', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
}

textarea {
  resize: none;
  width: 100%;
  box-sizing: border-box;
}

input[type='text']::-ms-clear {
  display: none;
}

i {
  display: inline-block;
}

/**
  2019
  nextculture 
  common.css 
 */
/**
  common
 */
.pdf {
  display: none;
}

.card {
  background: #fff;
  padding: 20px 30px;
  border-radius: 20px;
  box-shadow: 0 7px 22px 0 rgba(0, 0, 0, 0.03);
}
.card .card-header {
  position: relative;
}
.card .card-header > p {
  font-size: 22px;
  color: #222;
  font-weight: 500;
  line-height: 33px;
  letter-spacing: -0.44px;
}

.article-title {
  margin-top: 28px;
  font-size: 26px;
  font-family: 'roboto';
  font-weight: 500;
  color: #222;
  line-height: 34px;
  display: inline-block;
}
.article-title + .container-box {
  margin-top: 14px;
}
.article-title.ko {
  font-family: 'Noto Sans KR';
}

.article-desc {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.32px;
  color: #888;
  margin-top: 4px;
}

.card-desc {
  font-size: 14px;
  color: #888;
  letter-spacing: -0.28px;
  line-height: 26px;
}

.color-plus {
  color: #f93345;
}

.color-minus {
  color: #005dde;
}

/*
* container
*/
.container {
  width: 100%;
  position: relative;
  background: #f2f2f2;
  min-height: 100vh;
}
.container .inner {
  max-width: 1110px;
  margin: 0 auto;
  padding: 56px 15px 60px;
  z-index: 9;
  position: relative;
}
.container:before {
  content: '';
  display: inline-block;
  width: 100%;
  height: 380px;
  background: linear-gradient(to left, #5692ce, #4985c0 49%, #0f4c81);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

/*
* header
*/
.header {
  color: #fff;
  position: relative;
}
.header .area-header .header-title {
  margin-left: 6px;
  font-size: 56px;
  display: inline-block;
  font-weight: 700;
  font-family: 'roboto';
  vertical-align: middle;
  margin-top: 7px;
}
.header .area-header .img-logo {
  width: 181px;
  height: 81px;
  background: url('../images/common/img-daily-logo.png') no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
}
.header .header-desc {
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
}
.header .header-desc p {
  font-weight: 500;
  font-size: 22px;
  line-height: 34px;
}
.header .header-keyword {
  margin-top: 20px;
  overflow: hidden;
}
.header .header-keyword li {
  float: left;
  margin-right: 10px;
  padding: 2px 18px;
  margin-bottom: 5px;
  line-height: 38px;
  border-radius: 24px;
  border: 2px solid #fff;
}
.header .header-keyword li p {
  font-size: 18px;
  line-height: 33px;
  letter-spacing: -0.44px;
}

/*
* contents
*/
.contents {
  margin-top: 36px;
}

/*
* component
*/
.summary-container {
  overflow: hidden;
}
.summary-container .card {
  float: left;
  height: 301px;
}
.summary-container .card .card-header p {
  font-weight: 600;
}
.summary-container .card.col-3 {
  width: 312px;
  margin-right: 10px;
}
.summary-container .card.col-3 .card-header .rate {
  position: absolute;
  top: 6px;
  right: 0;
  font-size: 18px;
  font-weight: 500;
  font-family: 'roboto';
  line-height: 22px;
}
.summary-container .card.col-3 .card-header .rate em {
  display: inline-block;
  font-family: 'roboto';
  margin-left: 6px;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
}
.summary-container .card.col-3 .rate-list {
  overflow: hidden;
  margin-top: 15px;
}
.summary-container .card.col-3 .rate-list li {
  float: left;
  min-height: 43px;
  width: 33.33%;
  text-align: center;
}
.summary-container .card.col-3 .rate-list li p {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.32px;
  line-height: 24px;
  color: #222;
}
.summary-container .card.col-3 .rate-list li span {
  display: inline-block;
  margin-top: 4px;
  font-size: 16px;
  font-family: 'roboto';
  line-height: 19px;
}
.summary-container .card.col-3 .rate-list li + li {
  border-left: 1px solid #eee;
}
.summary-container .card.col-3 .summary-chart {
  height: 152px;
  margin-top: 14px;
}
.summary-container .card.card-sector {
  width: 436px;
}
.summary-container .card.card-sector .card-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #f1f1f1;
}
.summary-container .card.card-sector .sector-list {
  border-bottom: 1px solid #f1f1f1;
  position: relative;
  padding-left: 70px;
}
.summary-container .card.card-sector .sector-list .division {
  position: absolute;
  top: 50%;
  left: 20px;
  font-size: 16px;
  color: #222;
  font-weight: 500;
  line-height: 22px;
  transform: translate(0, -50%);
}
.summary-container .card.card-sector .sector-list ul li {
  padding: 8px 0;
  position: relative;
}
.summary-container .card.card-sector .sector-list ul li + li {
  border-top: 1px solid #f1f1f1;
}
.summary-container .card.card-sector .sector-list ul li p {
  font-size: 16px;
  color: #888;
  letter-spacing: -0.32px;
  line-height: 19px;
}
.summary-container .card.card-sector .sector-list ul li span {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  font-size: 16px;
  line-height: 19px;
}

.news-container .card {
  margin-top: 14px;
}
.news-container .card .card-header p {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.news-container .card .card-header span {
  margin-left: 12px;
  position: relative;
  font-size: 16px;
  font-family: 'roboto';
  line-height: 19px;
  color: #888;
  vertical-align: middle;
}
.news-container .card .card-header span:before {
  content: '';
  display: inline-block;
  width: 1px;
  height: 15px;
  background: #ddd;
  margin-right: 13px;
  vertical-align: middle;
}
.news-container .card .summary {
  margin-top: 9px;
  font-size: 16px;
  line-height: 25px;
  color: #666;
  letter-spacing: -0.32px;
  cursor: pointer;
}
.news-container .card .keywords {
  margin: 20px 0 4px;
}
.news-container .card .keywords li {
  display: inline-block;
  border-radius: 14px;
  border: 1px solid #2682cb;
  padding: 1px 19px;
  line-height: 28px;
  margin-right: 10px;
  margin-bottom: 6px;
}
.news-container .card .keywords li p {
  font-size: 16px;
  letter-spacing: -0.32px;
  line-height: 24px;
  color: #2682cb;
  word-break: initial;
}
.news-container .card .news-url {
  margin-top: 14px;
  color: #888;
  font-size: 15px;
  font-family: 'roboto';
}

.report-container .article-title {
  margin-top: 32px;
  letter-spacing: -0.52px;
}

.report-container .card {
  margin-top: 10px;
  min-height: 233px;
  cursor: pointer;
}
.report-container .card .card-header .title p {
  display: inline-block;
  font-size: 22px;
  letter-spacing: -0.44px;
  line-height: 33px;
  font-weight: 500;
}
.report-container .card .card-header .title .rate {
  margin-left: 9px;
  font-size: 16px;
  font-family: 'roboto';
}
.report-container .card .card-header .title .rate em {
  font-family: 'roboto';
  font-weight: 600;
  font-size: 22px;
  vertical-align: text-bottom;
  display: inline-block;
  margin-right: 6px;
}
.report-container .card .card-header .icon-more {
  width: 10px;
  height: 16px;
  background: url('../images/report/btn-more.png') no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}
.report-container .card .card-header .keyword {
  overflow: hidden;
  margin-top: 10px;
}
.report-container .card .card-header .keyword li {
  margin-right: 10px;
  float: left;
  border-radius: 14px;
  border: 1px solid #222;
  padding: 1px 19px;
  line-height: 24px;
  text-align: center;
  margin-bottom: 5px;
}
.report-container .card .card-header .keyword li p {
  font-size: 16px;
  letter-spacing: -0.32px;
  color: #222;
}
.report-container .card .bottom {
  padding-top: 25px;
  margin-top: 20px;
  border-top: 1px solid #eee;
  overflow: hidden;
}
.report-container .card .bottom > div {
  float: left;
}
.report-container .card .bottom .report-chart {
  width: 220px;
  display: inline-block;
}
.report-container .card .bottom .report-chart .chart {
  width: 220px;
  height: 90px;
  display: inline-block;
}
.report-container .card .bottom .report-chart .desc {
  margin-top: 4px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.28px;
  color: #666;
}
.report-container .card .bottom .report-status {
  overflow: hidden;
  display: inline-block;
  margin-left: 20px;
  width: calc(100% - 240px);
}
.report-container .card .bottom .report-status li {
  float: left;
  width: calc(100% / 6);
  text-align: center;
}
.report-container .card .bottom .report-status li p {
  font-weight: 500;
  font-size: 16px;
  color: #222;
  letter-spacing: -0.32px;
  line-height: 16px;
}
.report-container .card .bottom .report-status li .icon {
  margin: 11px auto 0;
  width: 58px;
  height: 54px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.report-container .card .bottom .report-status li .icon .img-margin-6 {
  width: 56px;
  height: 48px;
}
.report-container .card .bottom .report-status li .icon .img-margin-4 {
  width: 36px;
  height: 36px;
}
.report-container .card .bottom .report-status li .icon .img-margin-3 {
  width: 36px;
  height: 49px;
}
.report-container .card .bottom .report-status li .icon .img-margin-2 {
  width: 56px;
  height: 42px;
}
.report-container .card .bottom .report-status li .icon .img-margin-1 {
  width: 56px;
  height: 49px;
}
.report-container .card .bottom .report-status li .icon .img-value-5 {
  width: 39px;
  height: 55px;
}
.report-container .card .bottom .report-status li .icon .img-value-4 {
  width: 39px;
  height: 36px;
}
.report-container .card .bottom .report-status li .icon .img-value-3 {
  width: 39px;
  height: 50px;
}
.report-container .card .bottom .report-status li .icon img {
  width: auto;
  max-height: 100%;
  max-width: 100%;
  height: auto;
  display: inline-block;
}
.report-container .card .bottom .report-status li span {
  display: block;
  margin-top: 15px;
  font-size: 16px;
  font-weight: 300;
  color: #222;
  letter-spacing: -0.32px;
}

.footer {
  border-top: 1px solid #ddd;
  background: #444;
  width: 100%;
}
.footer .inner {
  position: relative;
  padding: 10px 15px 10px 198px;
  min-height: 120px;
  width: 100%;
}
.footer .inner .logo {
  width: 113px;
  height: 35px;
  background: url('../images/common/img-footer-logo.png') no-repeat;
  background-size: contain;
  position: absolute;
  top: 15px;
  left: 15px;
}
.footer .inner .true-logo {
  width: 112px;
  height: 28px;
  background: url('../images/common/img-true-friend.png') no-repeat;
  background-size: contain;
  position: absolute;
  top: 60px;
  left: 15px;
}
.footer .inner .terms li {
  position: relative;
  font-size: 10px;
  color: #f3f3f3;
  letter-spacing: -0.28px;
  line-height: 14px;
  padding-left: 15px;
  white-space: pre-line;
  word-break: keep-all;
}
.footer .inner .terms li + li {
  margin-top: 4px;
}
.footer .inner .terms li:before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 1px;
  background: #f3f3f3;
  position: absolute;
  top: 8px;
  left: 0;
}
.footer .company-logo {
  background: #444;
  text-align: center;
  padding: 10px 0;
  border-top: 1px solid #666;
}
.footer .company-logo i {
  width: 139px;
  height: 19px;
  background: url('../images/common/img-company-logo.png') no-repeat;
  background-size: contain;
}

/**
  2020
  nextculture 
  responsive.css
 */
@media (max-width: 1110px) {
  .summary-container .card.col-3 {
    margin-right: 0;
    width: calc((100% - 5px) / 2);
  }
  .summary-container .card.col-3 + .col-3 {
    margin-left: 5px;
  }
  .summary-container .card.card-sector {
    width: 100%;
    margin-top: 5px;
  }
}

@media (max-width: 768px) {
  .container .inner {
    padding: 30px 15px;
  }
  .container::before {
    height: 382px;
  }
  .card {
    padding: 15px 20px;
  }
  .card .card-header > p {
    font-size: 18px;
    line-height: 27px;
    letter-spacing: -0.36px;
  }
  .article-title {
    margin-top: 20px;
    font-size: 20px;
    line-height: 24px;
  }
  .article-desc {
    font-size: 11px;
    line-height: 18px;
    letter-spacing: -0.22px;
  }
  .header .area-header .img-logo {
    width: 132px;
    height: 59px;
    vertical-align: bottom;
  }
  .header .area-header .header-title {
    margin-left: 3px;
    font-size: 41px;
    line-height: 55px;
    margin-top: 0;
  }
  .header .area-header .header-desc {
    position: relative;
    top: auto;
    right: auto;
    text-align: left;
    margin-top: 8px;
  }
  .header .area-header .header-desc p {
    letter-spacing: -0.32px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
  }
  .header .header-keyword {
    margin-top: 20px;
  }
  .header .header-keyword li {
    padding: 3px 14px;
    border-width: 1px;
    margin-bottom: 10px;
    margin-right: 4px;
  }
  .header .header-keyword li p {
    font-size: 13px;
    line-height: 19px;
    letter-spacing: -0.3px;
  }
  .contents {
    margin-top: 34px;
  }
  .summary-container .card {
    height: auto;
  }
  .summary-container .card.col-3 {
    width: 100%;
  }
  .summary-container .card.col-3 + .col-3 {
    margin-top: 5px;
    margin-left: 0;
  }
  .summary-container .card.col-3 .rate-list {
    max-width: 360px;
    margin: 10px auto 0;
  }
  .summary-container .card.col-3 .rate-list li {
    min-height: initial;
  }
  .summary-container .card.col-3 .rate-list li p {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.28px;
  }
  .summary-container .card.col-3 .rate-list li span {
    margin-top: 2px;
    font-size: 14px;
    line-height: 17px;
  }
  .summary-container .card.col-3 .card-header .rate {
    top: 2px;
  }
  .summary-container .card.col-3 .card-header .rate em {
    font-size: 14px;
    margin-left: 4px;
    line-height: 17px;
  }
  .summary-container .card.col-3 .summary-chart {
    height: 145px;
    margin-top: 10px;
  }
  .summary-container .card.card-sector .sector-list {
    padding-left: 50px;
  }
  .summary-container .card.card-sector .sector-list .division {
    left: 10px;
    font-size: 14px;
    line-height: 20px;
  }
  .summary-container .card.card-sector .sector-list ul li {
    padding: 5px 0;
  }
  .summary-container .card.card-sector .sector-list ul li p {
    font-size: 14px;
    letter-spacing: -0.28px;
  }
  .summary-container .card.card-sector .sector-list ul li span {
    font-size: 14px;
  }
  .news-container .card {
    margin-top: 10px;
    padding: 20px 20px 9px;
  }
  .news-container .card .card-header p {
    font-size: 18px;
    line-height: 27px;
    letter-spacing: -0.36px;
  }
  .news-container .card .card-header span {
    display: block;
    margin-left: 0;
    margin-top: 4px;
    font-size: 14px;
    line-height: 17px;
  }
  .news-container .card .card-header span:before {
    display: none;
  }
  .news-container .card .summary {
    margin-top: 10px;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -0.28px;
  }
  .news-container .card .keywords {
    margin: 7px 0 0;
  }
  .news-container .card .keywords li {
    padding: 1px 12px;
    border-width: 1px;
  }
  .news-container .card .keywords li p {
    font-size: 12px;
    line-height: 19px;
    letter-spacing: -0.24px;
  }
  .report-container .article-title {
    margin-top: 20px;
    font-size: 24px;
    line-height: 29px;
  }
  .report-container .card {
    margin-top: 13px;
    padding: 10px 20px 15px;
    height: auto;
  }
  .report-container .card + .card {
    margin-top: 10px;
  }
  .report-container .card .card-header {
    padding-left: 0;
  }
  .report-container .card .card-header .icon-more {
    top: 10px;
    transform: none;
  }
  .report-container .card .card-header .title {
    position: relative;
    top: auto;
    left: auto;
  }
  .report-container .card .card-header .title p {
    font-size: 20px;
    line-height: 29px;
    letter-spacing: -0.4px;
  }
  .report-container .card .card-header .title .rate {
    margin-left: 7px;
    font-size: 12px;
    line-height: 14px;
    vertical-align: middle;
  }
  .report-container .card .card-header .title .rate em {
    font-size: 16px;
    line-height: 19px;
    vertical-align: middle;
  }
  .report-container .card .card-header .keyword {
    display: block;
    margin-left: 0;
    margin-top: 6px;
  }
  .report-container .card .card-header .keyword li {
    padding: 0 15px;
    border-width: 1px;
  }
  .report-container .card .card-header .keyword li p {
    font-size: 12px;
    letter-spacing: -0.24px;
    line-height: 20px;
  }
  .report-container .card .bottom {
    margin-top: 4px;
    padding-top: 7px;
  }
  .report-container .card .bottom > div {
    float: none;
  }
  .report-container .card .bottom .report-chart {
    width: 100%;
    display: block;
  }
  .report-container .card .bottom .report-chart .chart {
    width: 100%;
    height: 118px;
  }
  .report-container .card .bottom .report-chart .desc {
    margin-top: 10px;
    text-align: center;
    font-size: 12px;
    letter-spacing: -0.24px;
    line-height: 18px;
  }
  .report-container .card .bottom .report-status {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
  .report-container .card .bottom .report-status li p {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.28px;
  }
  .report-container .card .bottom .report-status li .icon {
    margin-top: 16px;
    width: 48px;
    height: 46px;
  }
  .report-container .card .bottom .report-status li .desc {
    margin-top: 14px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.28px;
  }
  .footer .inner {
    padding: 8px 15px;
    text-align: center;
  }
  .footer .inner .true-logo {
    position: relative;
    top: auto;
    left: auto;
    display: inline-block;
    width: 89px;
    height: 23px;
    margin-left: 17px;
  }
  .footer .inner .logo {
    position: relative;
    top: auto;
    left: auto;
    display: inline-block;
    width: 73px;
    height: 23px;
  }
  .footer .inner .terms {
    margin-top: 8.8px;
    text-align: left;
  }
  .footer .inner .terms li {
    transform: scale(0.8) translateX(-10%);
    width: 120%;
    font-size: 10px;
    line-height: 13px;
    letter-spacing: -0.22px;
    padding-left: 15px;
  }
  .footer .inner .terms li:before {
    top: 5px;
  }
  .footer .inner .terms li + li {
    margin-top: 4px;
  }
  .footer .company-logo {
    height: 42px;
    padding: 7px 0 20px;
  }
  .footer .company-logo i {
    width: 124px;
    height: 17px;
  }
}

@media (max-width: 425px) {
  .report-container .card .bottom .report-status li {
    width: 33.33%;
    min-height: 136px;
  }
  .report-container .card .bottom .report-status li:nth-child(4),
  .report-container .card .bottom .report-status li:nth-child(5),
  .report-container .card .bottom .report-status li:nth-child(6) {
    margin-top: 20px;
  }
}

.icon-news-share {
  background-image: url(../images/sprite.png);
  background-position: 0px 0px;
  width: 25px;
  height: 25px;
}
