

@font-face {
  font-family: "wa-font-1";
  src:url("fonts/wa-font-1.eot");
  src:url("fonts/wa-font-1.eot?#iefix") format("embedded-opentype"),
    url("fonts/wa-font-1.woff") format("woff"),
    url("fonts/wa-font-1.ttf") format("truetype"),
    url("fonts/wa-font-1.svg#wa-font-1") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "wa-font-1" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  /* line-height: 1; */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "wa-font-1" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  /* line-height: 1; */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-analysis:before {
  content: "\61";
}
.icon-arrow:before {
  content: "\62";
}
.icon-arrow2:before {
  content: "\63";
}
.icon-back-to-top:before {
  content: "\64";
}
.icon-back-to-top-hover:before {
  content: "\65";
}
.icon-close:before {
  content: "\66";
}
.icon-comment:before {
  content: "\67";
}
.icon-exclusive:before {
  content: "\68";
}
.icon-facebook:before {
  content: "\69";
}
.icon-instagram:before {
  content: "\6a";
}
.icon-line:before {
  content: "\6b";
}
.icon-menu:before {
  content: "\6c";
}
/*.icon-vdo:before {
  content: "\6e";
}*/
.icon-update:before {
  content: "\6f";
}
.icon-twitter:before {
  content: "\70";
}
.icon-youtube:before {
  content: "\6f";
}
.icon-sponsored:before {
  content: "\71";
}
.icon-sign-in:before {
  content: "\72";
}
.icon-search:before {
  content: "\73";
}
.icon-quote2:before {
  content: "\74";
}
.icon-quote1:before {
  content: "\75";
}
.icon-photo2:before {
  content: "\76";
}
.icon-photo:before {
  content: "\6d";
}
.icon-like:before {
  content: "\77";
}
.icon-unlike:before {
  content: "\78";
}
.icon-gallery-arrow-right:before {
  content: "\79";
}
.icon-gallery-arrow-left:before {
  content: "\7a";
}
.icon-comment-article-hover:before {
  content: "\41";
}

.ic-update1{
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 50px;
  height: 20px;
  background-image: url('../images/icon/update.svg');
  background-size: auto 100%;
  
}
.ic-analysis1{
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 110px;
  height: 20px;
  background-image: url('../images/icon/analysis.svg');
  background-size: auto 100%;
  
}
.ic-exclusive1{
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 70px;
  height: 20px;
  background-image: url('../images/icon/exclusive.svg');
  background-size: auto 100%;
  
}
.ic-sponsored1{
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 81px;
  height: 20px;
  background-image: url('../images/icon/sponsored.svg');
  background-size: auto 100%;
  
}
.ic-update2{
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 37px;
  height: 15px;
  background-image: url('../images/icon/update.svg');
  background-size: auto 100%;
  
}
.ic-analysis2{
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 46px;
  height: 15px;
  background-image: url('../images/icon/analysis.svg');
  background-size: auto 100%;
  
}
.ic-exclusive2{
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 52px;
  height: 15px;
  background-image: url('../images/icon/exclusive.svg');
  background-size: auto 100%;
  
}
.ic-sponsored2{
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 61px;
  height: 15px;
  background-image: url('../images/icon/sponsored.svg');
  background-size: auto 100%;
  
}

.ic-topic-update{
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 40px;
  height: 10px;
  background-image: url('../images/icon/topic-update.svg');
  background-size: auto 100%;
}
.ic-review2{
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 39px;
  height: 15px;
  background-image: url('../images/icon/review.svg');
  background-size: auto 100%;
}
.ic-review1{
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 51px;
  height: 20px;
  background-image: url('../images/icon/review.svg');
  background-size: auto 100%;
}



.icon-vdo {
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url('../images/icon/bkp_vdo.svg');
  background-size: auto 100%;
  background-repeat: no-repeat;
}
.play-time .icon-vdo,
.list-detail--covid .icon-vdo { background-image: url('../images/icon/bkp_vdo_white.svg'); vertical-align: middle; }


.icon-report{
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 17px;
  height: 17px;
  background-image: url('../images/icon/report.svg');
  background-size: cover;
  background-repeat: no-repeat;
  top: 4px;
}


.icon-more{
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 5px;
  height: 8px;
  background-image: url('../images/icon/arrow_more.svg');
  background-size: cover;
  background-repeat: no-repeat;
}
