@import url("https://fonts.googleapis.com/css?family=Roboto+Slab:400,700");
/*----------------------------------------------------
	summary ig - common
----------------------------------------------------*/
.summary-news-wrapper {
  padding-top: 70px;
  color: #222222;
  font-family: 'Roboto Slab', sans-serif;
  font-weight: 600;
}

.summary-news-headline {
  font-family: 'Roboto Slab', sans-serif;
  font-weight: 600;
}

.summary-news-arrow {
  position: relative;
  padding-top: 55px;
}
.summary-news-arrow:after {
  position: absolute;
  margin: 0 auto;
  display: inline-block;
  top: 0;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 45px 55px 0 55px;
  margin-left: -55px;
  border-color: #e0e0e0 transparent transparent transparent;
  content: '';
}

.icon-flag {
  display: block;
  position: relative;
  margin: 0 auto;
  width: 71px;
  height: 47px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top center;
}

.icon-flag-shadow {
  -webkit-box-shadow: 0px 0 1px 0px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0px 0 1px 0px rgba(0, 0, 0, 0.23);
  -ms-box-shadow: 0px 0 1px 0px rgba(0, 0, 0, 0.23);
  box-shadow: 0px 0 1px 0px rgba(0, 0, 0, 0.23);
}

.icon-flag-jpn {
  background-image: url("../images/flag/flag_japan.svg");
}

.icon-flag-chn {
  background-image: url("../images/flag/flag_china.svg");
}

.icon-flag-kor {
  background-image: url("../images/flag/flag_south_korea.svg");
}

/*----------------------------------------------------
	c3 graph reset
----------------------------------------------------*/
.c3-chart-arc path {
  stroke: transparent;
}

/*----------------------------------------------------
	pager
----------------------------------------------------*/
.summary-news-pager {
  position: relative;
  width: 100%;
}
.summary-news-pager li {
  font-size: 115%;
  font-weight: 600;
}
.summary-news-pager li.today {
  font-size: 50px;
  text-align: center;
  line-height: 1.2;
}
.summary-news-pager li.previous a:before, .summary-news-pager li.next a:after {
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-top: -3px;
  vertical-align: middle;
  border-top: 2px solid #222222;
  border-right: 2px solid #222222;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  content: '';
}
.summary-news-pager li.previous a:before {
  margin-right: 4px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.summary-news-pager li.next a:after {
  margin-left: 4px;
}
.summary-news-pager a {
  display: inline-block;
  padding: 7px 10px;
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}
.summary-news-pager a:hover {
  color: #222222;
  opacity: 0.6;
  filter: alpha(opacity=60);
}

/*----------------------------------------------------
	total
----------------------------------------------------*/
.summary-news-total {
  margin: 20px auto;
  font-size: 40px;
  line-height: 1.2;
}
.summary-news-total .number {
  font-size: 100px;
}
.summary-news-total .unit {
  padding-left: 10px;
}

/*----------------------------------------------------
	country
----------------------------------------------------*/
.summary-news-country .country-title {
  margin-bottom: 10px;
  font-size: 40px;
  font-family: inherit;
  text-align: center;
}
.summary-news-country .country-news-title {
  margin-bottom: 10px;
  font-size: 27px;
}
.summary-news-country .btn-news-more {
  margin-top: 15px;
}

.country-summary {
  margin-left: auto;
  margin-right: auto;
  max-width: 360px;
  width: 90%;
}
.country-summary .result {
  margin: 20px auto;
  padding: 7px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.country-summary .news {
  position: relative;
  padding: 0 10px 5px;
  background-color: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.country-summary .news span {
  display: block;
}
.country-summary .news:after {
  position: absolute;
  bottom: -10px;
  left: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: -10px;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #ffffff transparent transparent transparent;
  content: '';
}
.country-summary .number {
  height: 100px;
  line-height: 100px;
  font-size: 400%;
}
.country-summary .total-number {
  font-size: 30px;
  border-top: 2px solid transparent;
}
.country-summary .graph-pie {
  height: 300px;
  overflow: hidden;
}

.country-news {
  background-color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.country-news .article {
  padding: 12px;
  text-align: left;
  border-bottom: 1px solid #dedede;
  *zoom: 1;
  clear: both;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.country-news .article:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0;
}
.country-news .article:last-child {
  border-bottom: none;
}
.country-news .article h3 {
  margin: 0;
  font-size: 16px;
}
.country-news .article span {
  display: block;
}
.country-news .article a:hover .img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.country-news .article .img {
  float: left;
  margin: 0 15px 0 0;
  width: 80px;
  height: 80px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-color: #ececec;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.country-news .article .img img {
  display: none;
}
.country-news .article .date {
  margin-top: 3px;
}

.btn-news-more {
  display: block;
  padding: 15px 10px;
  color: #fff !important;
  font-size: 19px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-news-more:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

/* 	country Japan  */
.country-japan .result {
  color: #bc002d;
  background-color: #bc002d;
}
.country-japan .total-number {
  border-color: #bc002d;
}
.country-japan .country-news-title {
  color: #bc002d;
}
.country-japan .btn-news-more {
  background-color: #bc002d;
}

/* 	country China  */
.country-china .result {
  color: #de2910;
  background-color: #de2910;
}
.country-china .total-number {
  border-color: #de2910;
}
.country-china .country-news-title {
  color: #de2910;
}
.country-china .btn-news-more {
  background-color: #de2910;
}

/* 	country Korea  */
.country-korea .result {
  color: #3390ff;
  background-color: #3390ff;
}
.country-korea .total-number {
  border-color: #3390ff;
}
.country-korea .country-news-title {
  color: #3390ff;
}
.country-korea .btn-news-more {
  background-color: #3390ff;
}

/*----------------------------------------------------
	phones
----------------------------------------------------*/
@media only screen and (max-width: 767px) {
  /*----------------------------------------------------
  	summary ig - common
  ----------------------------------------------------*/
  .summary-news-wrapper {
    margin: 0 auto;
    width: 95%;
  }

  /*----------------------------------------------------
  	pager
  ----------------------------------------------------*/
  .summary-news-pager {
    padding-bottom: 60px;
    *zoom: 1;
    clear: both;
  }
  .summary-news-pager:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    font-size: 0;
  }
  .summary-news-pager li.today {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    font-size: 35px;
  }
  .summary-news-pager li.previous, .summary-news-pager li.next {
    float: left;
    width: 50%;
  }
  .summary-news-pager li.next {
    text-align: right;
  }

  /*----------------------------------------------------
  	total
  ----------------------------------------------------*/
  .summary-news-total {
    text-align: center;
  }
  .summary-news-total .number {
    font-size: 60px;
  }
  .summary-news-total .unit {
    display: block;
    padding: 0;
  }

  /*----------------------------------------------------
  	country
  ----------------------------------------------------*/
  .summary-news-country {
    margin-bottom: 20px;
  }

  .country-summary {
    width: 95%;
  }
}
/*----------------------------------------------------
	phones - portrait
----------------------------------------------------*/
/*----------------------------------------------------
	larger
----------------------------------------------------*/
@media screen and (min-width: 768px) {
  /*----------------------------------------------------
  	pager
  ----------------------------------------------------*/
  .summary-news-pager {
    display: table;
    table-layout: fixed;
  }
  .summary-news-pager li {
    display: table-cell;
    vertical-align: middle;
  }
  .summary-news-pager li.previous {
    text-align: right;
  }
  .summary-news-pager li.today {
    width: 50%;
  }

  /*----------------------------------------------------
  	country
  ----------------------------------------------------*/
  .summary-news-country-wrapper {
    margin-top: 50px;
    *zoom: 1;
    clear: both;
  }
  .summary-news-country-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    font-size: 0;
  }

  .summary-news-country {
    float: left;
    width: 33.3333%;
  }
}
/*----------------------------------------------------
	tablets
----------------------------------------------------*/
/*----------------------------------------------------
	desktop
----------------------------------------------------*/
/*----------------------------------------------------
	desktop2
----------------------------------------------------*/