@charset "utf-8";
/* CSS Document */
html {
  overflow-y: scroll;
}
.body-boxsearch {
  display: flex;
  justify-content: center;
  margin-top: 50px;
  margin-bottom: 50px;
}
.gallery-carousel {
  margin-bottom: 50px;
}
.gallery-carousel .list-more {
  display: none;
}
@media screen and (max-width: 1400px) {
  .body-boxsearch {
    margin-top: 25px;
  }
}
.body-left {
  width: 300px;
  flex-grow: 0;
  flex-shrink: 0;
  position: relative;
}
.body-left .typemenus-box {
  width: 300px;
  overflow-y: scroll;
  padding: 0px 40px 0px 0px;
  border-right: 1px solid #dddddd;
  box-sizing: border-box;
  height: 100vh;
  top: 0px;
  transition: top 0.2s;
}
.body-left .btn-typemenus-close {
  display: none;
}
.body-left .dtitles {
  display: none;
}
.body-left ul {
  margin-bottom: 50px;
}
.body-left li a {
  display: flex;
  padding-bottom: 12px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  border-top: 1px #ccc solid;
}
.body-left li .se {
  padding-bottom: 7px;
  padding-top: 7px;
  padding-left: 25px;
  font-size: 0.875rem;
  border-top: 0px #ccc dotted;
}
.body-left li a span {
  color: #333;
}
.body-left li a span:first-child {
  flex-grow: 1;
  font-weight: 500;
}
.body-left li a span:last-child {
  font-size: 0.875rem;
  color: #999999;
  margin-left: 10px;
}
.body-left li .se span {
  color: #aaaaaa;
}
.body-left li:hover {
  background-color: #f5f5f5;
}
.body-left li .current, .body-left li .current span, .body-left li .current span:last-child, .body-left li .current:hover span, .body-left li .current:hover span:last-child {
  color: #ffffff;
  background-color: #00aaff;
}
.body-left li:hover span, .body-left li:hover span:last-child {
  color: #00aaff;
}
.body-left li .current-se {
  background-color: #eeeeee;
  border-bottom: 1px solid #00aaff;
  margin: -1px 0px 0px 0px;
}
.body-left li .current-se span {
  color: #00aaff;
}
.body-left .typemenus-se {
  height: 100px;
  overflow: hidden;
  position: relative;
  transition: all 0.5s;
}
.body-left .typemenus-se-ads {
  height: 150px;
  overflow: hidden;
  position: relative;
  transition: all 0.5s;
}
.body-left .typemenus-se-bmd {
  height: 100px;
}
.body-left .typemenus-se-veg {
  height: auto;
}
.body-left .typemenus-se-wow {
  height: auto;
}
.body-left .typemenus-se-nwn {
  height: auto;
}
.body-left .typemenus-seopen {
  padding: 0px 0px 50px 0px;
  transition: all 0.5s;
}
.body-left .typemenus-se .btn-typemenus-more {
  position: absolute;
  background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 1), rgba(255, 255, 255, 1));
  left: 0px;
  bottom: 0px;
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 20px 0px 10px 0px;
  cursor: pointer;
  color: #999999;
}
.body-left .typemenus-se .btn-typemenus-more:hover {
  background: linear-gradient(rgba(240, 240, 240, 0), rgba(240, 240, 240, 1), rgba(240, 240, 240, 1));
  color: #00aaff;
}
.body-left .typemenus-se .btn-typemenus-more .btn {
  display: flex;
  justify-content: center;
}
.body-left .typemenus-se .btn-typemenus-more .btn:before {
  font-family: 'tvicos' !important;
  content: "\e907";
  font-size: 1rem;
}
.body-left .typemenus-seopen .btn-typemenus-more .btn:before {
  font-family: 'tvicos' !important;
  content: "\e906";
  font-size: 1rem;
}
@media screen and (max-width: 970px) {
  .gallery-carousel {
    margin-bottom: 50px;
  }
  .body-area {
    padding-left: 15px;
    padding-right: 15px;
  }
  .body-box {
    flex-direction: column;
    margin-top: 15px;
    margin-bottom: 0px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .body-left {
    visibility: hidden;
    position: fixed;
    width: 100vw;
    left: 0px;
    top: 0px;
    border-right: none;
    padding-right: 0px;
    flex-grow: 0;
    flex-shrink: 0;
    height: 100vh;
    z-index: 2000;
    background-color: rgba(255, 255, 255, 1);
  }
  .body-left .dtitles {
    font-size: 1.1rem;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
    width: 100%;
    background-color: #eeeeee;
    border-bottom: 1px solid #dddddd;
    display: block;
  }
  .body-left .btn-typemenus-close {
    color: #999999;
    position: absolute;
    top: 8px;
    right: 10px;
    width: 30px;
    height: 30px;
    display: block;
  }
  .body-left .typemenus-box {
    display: flex;
    flex-direction: column;
    overflow-y: scroll;
    height: calc(100vh - 100px);
    box-sizing: border-box;
    padding: 15px 15px 20px 15px;
    width: auto;
    border-right: none;
  }
}
.body-right {
  padding-left: 40px;
  flex: 1;
  min-height: 100vh;
}
.body-right .funs-box {
  margin-bottom: 30px;
}


@media screen and (max-width: 970px) {
  .body-right {
    flex-grow: 1;
    padding-left: 0px;
    width: 100%;
  }
  .body-right .funs-box {
    margin-bottom: 0px;
  }
}

.body-right .result {
  flex-grow: 1;
  display: flex;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 40px;
  border-bottom: 1px solid #dddddd;
  position: relative;
  flex-wrap: wrap;
  align-items: center;    
}
.body-right .result .nums {
  font-weight: 500;
  color: #666666;    
  display: flex;
  padding-bottom: 10px;
}
.body-right .result .more{  
  flex-grow: 1;    
  margin: 0px 0px 0px 20px;   
  padding-bottom: 10px;    
}
.body-right .result .more a{
  color:#00aaff;        
}
.body-right .result .more a:hover{
  color:#000;    
}
.body-right .result .keywords-prompt {
  width: 100%;
  font-weight: bold;
  padding: 0px 0px 15px 0px;
}
.body-right .result .keywords-prompt .font1 {
  font-size: 1.2rem;
}
.body-right .result .keywords-prompt .link1 {
  color: #00aaff;
  font-size: 1.2rem;
}
.body-right .result .btns {
  display: flex;
  margin-bottom: -1px;
}
.body-right .result .btns .btn-seldate {
  color: #888888;
  display: flex;
  align-items: flex-start;
  padding-bottom: 10px;
  cursor: pointer;
  margin-right: 20px;
}
.main-titles .btn-seldate {
  margin-right: 20px;
}
.body-right .result .btns .btn-seldate:hover {
  color: #00aaff;
}
.body-right .result .btns .selection {
  cursor: pointer;
  color: #00aaff;
  padding-right: 20px;
  background: url(../images/search_arrow_e.gif) no-repeat center bottom;
  display: flex;
  align-items: center;
  padding-bottom: 10px;
}
.body-right .result .btns .selection-c {
  color: #00aaff;
  padding-right: 20px;
  background: url();
}
.body-right .result .btns .selection:after {
  font-family: 'tvicos' !important;
  content: "\e906";
  font-size: 0.8rem;
  padding-left: 5px;
}
.body-right .result .btns .selection-c:after {
  font-family: 'tvicos' !important;
  content: "\e907";
  font-size: 0.8rem;
  padding-left: 5px;
}
.body-right .result .btns .selection:hover {
  color: #000000;
}
@media screen and (max-width: 970px) {
  .body-right .result .btns .btn-seldate {
    margin-right: 0px;
  }
  .main-titles .btn-seldate {
    margin-right: 0px;
  }
  .body-right .result .btns .selection {
    padding-right: 0px;
    display: none;
  }
}
.body-right .filter {
  display: flex;
  flex-wrap: wrap;
  padding-top: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid #dddddd;
}
.body-right .filter .fitem {
  padding: 5px 15px 5px 15px;
  margin: 0px 15px 15px 0px;
  display: flex;
  border-radius: 20px;
  border: 1px solid #dddddd;
  cursor: pointer;
  background-color: #f5f5f5;
}
.body-right .filter .fitem:hover {
  background-color: #dddddd;
  border: 1px solid #cccccc;
  color: #000000;
}
.body-right .filter .filter-mobile-types {
  display: none;
}
.body-right .filter .fitem .type {
  color: #333;
  min-width: 40px;
  white-space: nowrap;
  flex-shrink: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
.body-right .filter .fitem .type .t1{
  color: #333;
  font-weight: bold;    
}
.body-right .filter .fitem .ico-select {
  padding: 0px 0px 0px 5px;
}
.body-right .filter .fitem .list {
  flex-grow: 1;
  display: none;
  flex-wrap: wrap;
}
.body-right .filter .fitem .list div, .body-right .filter .fitem .list a {
  font-weight: normal;
  padding-left: 15px;
  padding-right: 15px;
}
.body-right .filter .fitem .list .current, .body-right .filter .fitem .list a:hover {
  color: #ffffff;
  background-color: #00aaff;
}

.float-menus .contents-comm a {
  min-width: 50px;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 15px;
  padding-right: 15px;
  border: 1px solid transparent;
  color: #333333;
  white-space: nowrap;
  display: inline-block;
  text-align: center;    
}
.float-menus .contents-comm a:hover {
  background-color: #ffffff;
  color: #00aaff;
  border-radius: 50px;    
}
.float-menus .contents-comm .current {
  color: #00aaff;
}

.float-menus .float-menu-select-date .date-by {
   display: flex;
   background-color: #fff;
   border-radius: 50px;   
   margin: auto auto 10px auto;
   width: fit-content;
}
.float-menus .float-menu-select-date .date-by .button{
  border-radius: 50px;   
  padding: 5px 15px;   
  cursor: pointer;
  text-align: center;
  line-height: 1.3;
}
.float-menus .float-menu-select-date .date-by .button:hover{
  background-color: #ddd;
}
.float-menus .float-menu-select-date .date-by .button.current{
  background-color: #00aaff;
  color: #fff;
}

.float-menus .float-menu-select-date .contents-comm {
  padding: 20px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
}
.float-menus .float-menu-select-date .inputs {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: nowrap;
}
.float-menus .float-menu-select-date .inputs .item {
  margin: 0px 12px 0px 0px;
  padding: 0px 12px 0px 0px;
  display: flex;
  flex-direction: column;    
  align-items: center;   
  border-right:1px solid #ccc;    
}
.float-menus .float-menu-select-date .inputs .item:last-of-type {
  margin: 0px;
  padding: 0px;
  border-right: none;
}
.float-menus .float-menu-select-date .inputs .item .input-area {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5px 0px 15px 0px;
    border: 1px solid #dddddd;
    background-color: #fff;
    border-radius: 50px;
    padding: 0px 15px;   
}
.float-menus .float-menu-select-date .inputs input {
  margin: 7px;
  font-size: 1.1rem;
  width: 120px;
  text-align: center; 
  border:none;    
  border-left:1px solid #ccc;    
}
.float-menus .float-menu-select-date .inputs input::-webkit-input-placeholder {
  color: #bbbbbb;
}
.float-menus .float-menu-select-date .inputs input:-moz-placeholder {
  color: #bbbbbb;
}
.float-menus .float-menu-select-date .inputs input::-moz-placeholder {
  color: #bbbbbb;
}
.float-menus .float-menu-select-date .inputs input:-ms-input-placeholder {
  color: #bbbbbb;
}
.float-menus .float-menu-select-date .seldate-prompt {
  color: #ff0000;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;    
}
.float-menus .float-menu-select-date .sbtns {
  display: flex;
  justify-content: center;
}
.float-menus .float-menu-select-date .sbtns button {
  color: #ffffff;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #00aaff;
  cursor: pointer;
  border-radius: 30px;
  margin-right: 20px;    
}
.float-menus .float-menu-select-date .sbtns button:last-of-type {
  margin-right: 0px;
}
.float-menus .float-menu-select-date .sbtns button:hover {
  background-color: #00ccff;
}


@media screen and (max-width: 700px) {
  .body-right .result .nums{  
    order: 1;  
    flex-grow: 1; 
    margin: 0px;   
    padding: 0px;  
  }
  .body-right .result .more{  
    order: 3;  
    margin: 0px; 
    width: 100%;  
  }
  .body-right .result .btns{  
    order: 2; 
    margin: 0px;   
  }
  .body-right .result .btns .btn-seldate {
    padding: 0px;  
  }
}

@media screen and (max-width: 970px) {
  .body-right .result {
    margin: 0px 0px 0px 0px;
    padding: 30px 0px 0px 0px;
    flex-wrap: wrap;  
  }

  .body-right .filter {
    justify-content: center;
    border-bottom: 1px solid #dddddd;
    margin: 0px 0px 0px 0px;
    padding: 30px 0px 10px 0px;
  }
  .body-right .filter .fitem {
    padding: 5px 10px 5px 10px;
    margin: 0px 5px 15px 5px;
  }
  .body-right .filter .fitem .ico-select {
    padding: 0px 0px 0px 0px;
  }
  .float-menus .contents-comm a {
    min-width: 24%;
    box-sizing: border-box;
  }
  .float-menus .float-menu-select-date {
    display: flex;
    flex-direction: column;
    height: calc(100vh - 24px);
  }
  .float-menus .float-menu-select-date .contents-comm{
     display: block;
     overflow-y: scroll;  
     padding: 20px 20px 100px 20px;  
     background-color: #f5f5f5;  
  }
  .float-menus .float-menu-select-date .inputs .item {
    margin: 0px 0px 15px 0px;
    padding: 0px 0px 0px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-right: none;
  }    
  .float-menus .float-menu-select-date .inputs {
    display: block;
   }    
    
  .body-right .filter .fitem .type {
    max-width: 80vw;
  }
  .body-right .filter .filter-mobile-types {
    display: flex;
  }
}


.body-right.bygoogle {
  background-color: #f5f5f5;
  padding: 50px 100px;  
  border-radius: 15px;   
}
.body-right.bygoogle .srchs-container {
  box-shadow: 0 2px 5px 1px rgba(64,60,67,.16);    
  border:1px solid #eee;    
}
.body-right.bygoogle .abstract b{
   color: #ea4335; 
}

.alldata .items {}
.alldata .items .sbox {
  margin-bottom: 60px;
}
.alldata .items .sbox em {
  color: #ea4335;
  font-style: normal;
}
.alldata .items .sbox .title {
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.alldata .items .sbox .top {
  color: #D5A823;
  margin-right: 5px;
}
.alldata .items .sbox .title-program {
  display: none;
}
.alldata .items .sbox a:hover {
  color: #00aaff;
}
.alldata .items .sbox .contents {
  display: flex;
}
.alldata .items .sbox .contents .simage {
  width: 220px;
  flex-shrink: 0;
  margin-right: 25px;
}
.alldata .items .sbox .contents .simagebox {
  font-size: 0px;
  flex-shrink: 1;
  box-sizing: border-box;
  position: relative;
  background-size: cover;
  aspect-ratio: 1.777;    
}
.alldata .items .sbox .contents .simagebox img {
  position: relative;
  z-index: 50;
  width: 100%;
  height: 100%;
}
.alldata .items .sbox .contents .simagebox a {
  position: absolute;
  z-index: 60;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.alldata .items .sbox:hover .contents .simagebox a, .alldata .items .sbox .contents .simagebox a:hover {
  background-image: var(--play-btn-image);
  background-repeat: no-repeat;
  background-size: 50px 50px;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  animation: play-button 0.5s forwards;
  border-bottom: 7px solid #00aaff;
  background-position: center center;
}
.alldata .items .sbox .contents .simagebox .info {
  position: absolute;
  z-index: 55;
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  left: 0px;
  bottom: 0px;
  padding: 15px 10px 10px 10px;
  box-sizing: border-box;
}
.alldata .items .sbox .contents .simagebox .info .ico {}
.alldata .items .sbox .contents .simagebox .info .length {
  font-size: 0.75rem;
  line-height: 1;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 3px 5px 4px 5px;
  border-radius: 10px;
}
.alldata .items .sbox .contents .right {
  flex-grow: 1;
}
.alldata .items .sbox .contents .abstract {
  color: #666666;
  margin-bottom: 10px;
  overflow: hidden;
  max-height: 4.5rem;
  white-space: normal;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  word-break: break-word;
}
.alldata .items .sbox .contents .longwords {
  white-space: normal;
  word-break: break-all;
}
.alldata .items .sbox .contents .downloads {
  display: flex;
  align-items: center;
  line-height: 1rem;
  font-family: 'font2-medium';
}
.alldata .items .sbox .contents .download a {
  color: #00aaff;
  margin-left: 10px;
  font-size: 0.9rem;
  font-family: 'font2-medium';
}
.alldata .items .sbox .contents .download a:hover {
  color: #000000;
}
.alldata .items .sbox .contents .downloads .ico-share:before {
  margin-left: 10px;
  font-size: 1.2rem;
}
.alldata .items .sbox .contents .downloads .share {
  color: #999999;
  cursor: pointer;
}
.alldata .items .sbox .contents .downloads .share:hover {
  color: #000000;
}
.alldata .items .sbox .liked {
  color: #999999;
  margin-right: 15px;
  font-size: 0.9rem;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.alldata .items .sbox .liked:hover {
  color: #000000;
}
.alldata .items .sbox .liked span {
  color: #999999;
}
.alldata .items .sbox .likeok, .alldata .items .sbox .likeok:hover, .alldata .items .sbox .likeok span {
  color: #00aaff;
}
.alldata .items .sbox .contents .downloads .download {
  color: #999999;
  display: flex;
  align-items: center;
}
.alldata .items .sbox .types {
  display: flex;
  margin-bottom: 5px;
  font-family: 'font2-medium';
  flex-wrap: wrap;
}
.alldata .items .sbox .types .type,  
.alldata .items .sbox .types .time {
  font-size: 0.9rem;
  color: #999999;
  margin-right: 15px;
}
.alldata .items .sbox .types .type a {
  font-size: 0.9rem;
  color: #999999;    
}
.alldata .items .sbox .types .type a:hover {
  color: #00aaff;    
}

.alldata .items .sbox .types-mobile {
  display: none;
}
.alldata .items .sbox .type-channel {
  font-family: 'font2-medium';
  font-size: 0.875rem;
  color: #00aaff;
  align-items: center;
  margin-bottom: 3px;
  overflow: hidden;
  max-height: 1.3;
  white-space: normal;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.alldata .items .sbox .type-channel {
  display: none;
}
.alldata .items .nboxes {
  border: 1px solid #dddddd;
  background-color: #f5f5f5;
  margin-bottom: 40px;
  padding: 20px;
}
.alldata .items .nboxes .nbox {
  width: 100%;
  box-sizing: border-box;
  padding: 0px 0px 20px 0px;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 20px;
}
.alldata .items .nbox {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 60px;
}
.alldata .items .nbox .titles-mobile {
  display: none;
}
.alldata .items .nbox .contents {
  display: flex;
}
.alldata .items .nbox em {
  color: #ea4335;
  font-style: normal;
}
.alldata .items .nboxes .nbox:last-of-type {
  padding: 0px 0px 0px 0px;
  margin-bottom: 0px;
  border-bottom: none;
}
.alldata .items .nbox .simage {
  width: 220px;
  flex-shrink: 0;
  margin-right: 25px;
}
.alldata .items .nbox .simagebox {
  font-size: 0px;
  flex-shrink: 1;
  box-sizing: border-box;
  position: relative;
  min-height: 85px;
  background-size: cover;
}
.alldata .items .nbox .simagebox a {
  position: absolute;
  z-index: 60;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.alldata .items .nbox:hover .simagebox a {
  background-image: var(--play-btn-image);
  background-repeat: no-repeat;
  background-size: 50px 50px;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  animation: play-button 0.5s forwards;
  border-bottom: 7px solid #00aaff;
  background-position: center center;
}
.alldata .items .nbox:hover .simagebox-novideo a {
  background-color: rgba(0, 0, 0, 0.1);    
  background-image: url();
}
.alldata .items .nbox .titles {
  box-sizing: border-box;
  flex: 1;
}
.alldata .items .nbox .titles .typewords {
  color: #00aaff;
}
.alldata .items .nbox .titles .type {
  font-size: 1.25rem;
  font-weight: bold;
}
.alldata .items .nbox .titles .category {
  font-size: 1rem;
}
.alldata .items .nbox .titles .type-line {
  margin-top: 10px;
  width: 80px;
  border-bottom: 3px solid #00aaff;
}
.alldata .items .nbox .titles .abstract {
  padding: 10px 0px 0px 0px;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: normal;
  overflow: hidden;
  max-height: 2.8rem;
  white-space: normal;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

@media screen and (max-width: 970px) {
  .body-right.bygoogle {
    background-color: #fff;
    padding: 0px; 
    border-radius: 0px;    
  }
  .body-right.bygoogle .srchs-container .line {
    display: none;  
  }
  .body-right.bygoogle .funs-box{
    padding: 10px 0px 20px 0px;
  }    
  .body-right.bygoogle .srchs-container {
    box-shadow: none;
    border: none;
  }
    
  .alldata .items .nboxes {
    border: none;
    padding: 0px;
    background-color: #ffffff;
    margin: 0px;
  }
  .alldata .items .nboxes .nbox:last-of-type, .alldata .items .nboxes .nbox {
    padding: 15px 0px 15px 0px;
    border-bottom: 1px solid #dddddd;
    margin: 0px;
  }
  .alldata .items .nboxes .nbox .titles .type {
    font-size: 1.1rem;
  }
  .alldata .items .nbox {
    box-sizing: border-box;
    width: 100%;
    padding: 15px 0px 15px 0px;
    border-bottom: 1px solid #dddddd;
    margin: 0px;
  }
  .alldata .items .nbox .titles-mobile {
    display: flex;
    padding: 0px 0px 10px 0px;
    flex-wrap: wrap;
    font-weight: bold;
  }
  .alldata .items .nbox .titles-mobile .title, .alldata .items .nbox .titles-mobile .type {
    color: #666666;
    font-size: 1rem;
    line-height: 1.4;
    font-weight: bold;
  }
  .alldata .items .nbox .titles-mobile .category::before {
    content: "/ ";
    margin: 0px 0px 0px 5px;
  }
  .alldata .items .nbox .titles-mobile .typewords {
    color: #00aaff;
    margin: 0px 5px 0px 0px;
    white-space: nowrap;
  }
  .alldata .items .nbox .simage {
    width: 150px;
    height: 85px;
    flex-shrink: 0;
    margin-right: 10px;
  }
  .alldata .items .nbox .simagebox {
    border-radius: 7px;
    overflow: hidden;
  }
  .alldata .items .nbox .titles .typewords {
    display: none;
  }
  .alldata .items .nbox .titles .type-line {
    display: none;
  }
  .alldata .items .nbox .titles .type {
    display: none;
  }
  .alldata .items .nbox .titles .category {
    display: none;
  }
  .alldata .items .nbox .titles .abstract {
    color: #7a7a7a;
    padding: 0px;
    font-size: 1rem;
    line-height: 1.4;
    font-weight: normal;
    margin-bottom: 0px;
    overflow: hidden;
    max-height: 5.6rem;
    white-space: normal;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    margin: -4px 0px 0px 0px;
  }
  .alldata .items .nbox .titles h3 {}
  .alldata .items .nbox:hover .simagebox a, 
  .alldata .items .sbox:hover .contents .simagebox a, 
  .alldata .items .sbox .contents .simagebox a:hover {
    background-size: 40px 40px;
    border-bottom: none;
  }
}
.body-right .progarm-all {
  max-width: 910px;
}
.body-right .progarm-all .nav-point {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 15px;
  padding-top: 0px;
}
.body-right .progarm-all .nav-point div {
  margin: 10px;
  width: 15px;
  height: 15px;
  border-radius: 10px;
  border: 1px solid #999999;
  cursor: pointer;
}
.body-right .progarm-all .nav-point div:hover {
  background-color: #999999;
}
.body-right .progarm-all .nav-point .current, .body-right .progarm-all .nav-point .current:hover {
  border: 1px solid #00aaff;
  background-color: #00aaff;
}
.body-right .progarm-all .range {
  overflow: hidden;
}
.body-right .progarm-all .items-program-all {
  display: flex;
  align-items: flex-start;
}
.body-right .progarm-all .items-program-all .item {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  flex-wrap: wrap;
  flex-shrink: 0;
}
.body-right .progarm-all .items-program-all .item .pbox {
  width: calc(50% - 20px);
  border: 1px solid #ddd;
  box-sizing: border-box;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  border-radius: 12px;
  overflow: hidden;
}
.body-right .progarm-all .items-program-all .item .pbox:nth-of-type(odd) {
  margin-right: 40px;
}
.body-right .progarm-all .items-program-all .item .pbox:hover {
  box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.1);
}
.body-right .progarm-all .items-program-all .item .pbox .simage {
  width: 100%;
  margin-bottom: 0px;
}
.body-right .progarm-all .items-program-all .item .pbox .simagebox {
  font-size: 0px;
  display: flex;
  flex-shrink: 1;
  box-sizing: border-box;
  position: relative;
  min-height: 85px;
  flex-direction: column;
}
.body-right .progarm-all .items-program-all .item .pbox .simagebox a {
  position: absolute;
  z-index: 60;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.body-right .progarm-all .items-program-all .item .pbox:hover .simagebox a {
  background-image: var(--play-btn-image);
  background-size: 80px 80px;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  animation: play-button 0.5s forwards;
  background-position: center center;
  background-repeat: no-repeat;
  border-bottom: 7px solid #00aaff;
}
.body-right .progarm-all .items-program-all .item .pbox .titles {
  padding: 20px 40px 20px 40px;
  box-sizing: border-box;
}
.body-right .progarm-all .items-program-all .item .pbox .titles .type {
  color: #00aaff;
  font-size: 1.25rem;
}
.body-right .progarm-all .items-program-all .item .pbox .titles h3 {
  font-size: 1rem;
  line-height: 1.4rem;
  font-weight: normal;
  overflow: hidden;
  max-height: 7rem;
  white-space: normal;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
.alldata .items-program .item .sbox .types .type, .alldata .items-program .item .sbox .contents .downloads {
  display: none;
}
.alldata .items-square-list {
  display: flex;
  flex-wrap: nowrap;
}
.alldata .items-square-list {
  width: 100%;
  flex-shrink: 0;
  display: flex;
  flex-wrap: wrap;
}
.alldata .items-square-list .sbox {
  width: calc(25% - 12px);
  border: 1px solid #eeeeee;
  box-sizing: border-box;
  box-shadow: none;
  display: flex;
  margin-right: 15px;
  margin-bottom: 60px;
}
.alldata .items-square-list .sbox .title-program {
  display: block;
  padding-bottom: 10px;
}
.alldata .items-square-list .sbox .contents .downloads, .alldata .items-square-list .sbox .title, .alldata .items-square-list .sbox .types .time, .alldata .items-square-list .sbox .contents .abstract {
  display: none;
}
.alldata .items-square-list .sbox:hover {
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0);
}
.alldata .items-square-list .sbox:nth-of-type(4n+4) {
  margin-right: 0px;
}
.alldata .items-square-list .sbox .contents {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.alldata .items-square-list .sbox .contents .simage {
  width: 100%;
  margin-right: 0px;
}
.alldata .items-square-list .sbox .contents .right {
  padding: 10px;
  display: flex;
  flex-direction: column;
}
_:-ms-fullscreen, :root .alldata .items-square-list .sbox .contents .right {
  display: block;
}
.alldata .items-square-list .sbox .contents .types {
  order: 3;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-bottom: 0px;
}
.alldata .items-square-list .sbox .contents .types .type {
  display: none;
}
.alldata .items-square-list .sbox .contents .types .time {
  display: block;
}
.alldata .items-square-list .sbox .contents h3 a {
  font-size: 1rem;
  line-height: 1.4;
  font-weight: normal;
  overflow: hidden;
  max-height: 8.4rem;
  white-space: normal;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}
.body-right .pfirst {
  margin-bottom: 50px;
}
.body-right .pfirstbk {
  padding: 0px;
  display: flex;
}
.body-right .pfirst .simage {
  font-size: 0px;
  width: 50%;
  margin-right: 35px;
}
.body-right .pfirst .simagebox {
  font-size: 0px;
  flex-shrink: 1;
  box-sizing: border-box;
  position: relative;
  min-height: 30px;
}
.body-right .pfirst .simagebox img {
  position: relative;
  z-index: 50;
  width: 100%;
  border-radius: 12px;
}
.body-right .pfirst .simagebox a {
  position: absolute;
  z-index: 60;
  width: 100%;
  height: 100%;
}
.body-right .pfirst .titles {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.body-right .pfirst .titles .type {
  font-size: 1.5rem;
  line-height: 1.8rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.body-right .pfirst .titles .category {
  font-size: 1.3rem;
  line-height: 1.5;
  margin-bottom: 10px;
  font-weight: bold;
  color: #00aaff;
}
.body-right .pfirst .titles .line-type {
  height: 5px;
  background-color: #00aaff;
  width: 100px;
  margin-bottom: 10px;
}
.body-right .pfirst .titles h3 {
  font-size: 1rem;
  font-weight: normal;
}
.body-right .pfirst .titles .share:before {
  font-size: 1.3rem;
}
.body-right .pfirst .titles .ico-email:before {
  margin-right: 10px;
}
.body-right .pfirst .titles .share {
  color: #666666;
  margin-right: 10px;
  display: flex;
  align-items: center;
}
.body-right .pfirst .titles .share:hover {
  color: #00aaff;
}
.body-right .pfirst .titles .share span {
  display: none;
}
.body-right .pfirst .titles .btns {
  flex: 1;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.body-right .pfirst .titles .search {
  padding: 25px 0px 0px 0px;
  display: flex;
  flex-direction: column;
}
.body-right .pfirst .titles .btns .links {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
}
.body-right .pfirst .titles .btns .links a {
  margin-top: 10px;
}
.body-right .pfirst .titles .btns .more {
  background-color: #00aaff;
  padding: 5px 15px 5px 15px;
  color: #ffffff;
  font-size: 0.875rem;
  margin-left: 10px;
  border-radius: 20px;
}
.body-right .pfirst .titles .btns .more:hover {
  background-color: #32b7f2;
}
.main-titles .sorts {
  display: flex;
}
.main-titles .sorts .sort {
  color: #999999;
  font-size: 1.125rem;
  padding: 0px 15px 10px 15px;
  border-bottom: 3px solid transparent;
}
.main-titles .sorts .sort:hover {
  color: #00aaff;
}
.main-titles .sorts .current {
  color: #000000;
  border-bottom: 3px solid #00aaff;
}
@media screen and (max-width: 970px) {
  .body-right .pfirstbk {
    padding: 0px;
    background-size: 0px 0px;
    display: block;
  }
  .body-right .pfirst {
    flex-direction: column;
    padding: 0px;
    box-shadow: none;
    padding-bottom: 20px;
    margin-bottom: 30px;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -15px;
  }
  .body-right .pfirst .simage {
    margin-right: 0px;
    box-shadow: none;
    width: 100%;
    margin-bottom: 15px;
  }
  .body-right .pfirst .simagebox img {
    border-radius: 0px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
  }
  .body-right .pfirst .titles {
    margin-left: 0px;
    padding: 15px;
  }
  .body-right .pfirst .titles h3 {
    margin-bottom: 15px;
  }
  .body-right .progarm-all .range {
    overflow: visible;
  }
  .body-right .progarm-all .items-program-all {
    display: block;
  }
  .body-right .progarm-all .items-program-all .item {
    flex-direction: column;
    align-content: center;
  }
  .body-right .progarm-all .items-program-all .item .pbox {
    width: 100%;
    max-width: 640px;
    border: 1px solid #eeeeee;
    box-sizing: border-box;
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    padding: 0px 0px 0px 0px;
    border-radius: 7px;
    overflow: hidden;
  }
  .body-right .progarm-all .items-program-all .item .pbox:nth-of-type(odd) {
    margin-right: 0px;
  }
  .body-right .progarm-all .items-program-all .item .pbox .titles {
    padding: 10px;
    background-color: #f5f5f5;
  }
  .body-right .progarm-all .items-program-all .item .pbox .titles .type {
    font-size: 1rem;
  }
  .body-right .progarm-all .items-program-all .item .pbox .titles h3 {
    padding: 0px 0px 0px 0px;
    font-size: 0.875rem;
    line-height: 1.3;
    max-height: 5.69rem;
  }
  .alldata .showstyle {
    display: none;
  }
  .alldata .items .sbox {
    padding: 15px 0px 15px 0px;
    border-bottom: 1px solid #dddddd;
    margin: 0px;
  }
  .alldata .items .sbox .title {
    color: #666666;
    font-size: 1rem;
    line-height: 1.4;
    overflow: hidden;
    max-height: 4.2rem;
    white-space: normal;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    font-weight: bold;
  }
  .alldata .items .sbox .contents {
    margin-bottom: 7px;
  }
  .alldata .items .sbox .contents .simage {
    width: 150px;
    height: 85px;
    flex-shrink: 0;
    margin-right: 10px;
  }
  .alldata .items .sbox .contents .simagebox {
    width: 150px;
    height: 85px;
    display: block;
    line-height: 0px;
    border-radius: 7px;
    overflow: hidden;
  }
  .alldata .items .sbox .contents .simagebox .info {
    height: 25px;
    padding: 0px 5px 5px 5px;
  }
  .alldata .items .sbox .contents .abstract {
    line-height: 1.4;
    max-height: 5.6rem;
    white-space: normal;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    word-break: break-word;
    margin: -4px 0px 0px 0px;
  }
  .alldata .items .sbox .contents .abstract a {
    color: #7a7a7a;
  }
  .alldata .items .sbox .contents .downloads .download {
    display: none;
  }
  .alldata .items .sbox .types {
    margin-bottom: 0px;
  }
  .alldata .items .sbox .contents .types-pc {
    display: none;
  }
  .alldata .items .sbox .types-mobile {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .alldata .items .sbox .types-mobile .type, .alldata .items .sbox .types-mobile .time, .alldata .items .sbox .types-mobile .liked, .alldata .items .sbox .types-mobile .share, .alldata .items .sbox .types-mobile .download {
    display: flex;
    align-items: center;
    font-size: 0.75rem;
    color: #999999;
    white-space: nowrap;
    line-height: 1.4;
  }
  .alldata .items .sbox .types-mobile .type {
    overflow: hidden;
    white-space: normal;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    flex: 1;
  }
  .alldata .items .sbox .types-mobile .download {
    padding-left: 15px;
  }
  .alldata .items .sbox .types-mobile .download:before {
    font-size: 0.9rem;
  }
  .alldata .items .sbox .types-mobile .download a {
    color: #999999;
    padding: 0px 5px 0px 5px;
    font-family: 'font2-medium';
  }
  .alldata .items .sbox .types-mobile .share {
    padding-left: 15px;
    padding-right: 5px;
  }
  .alldata .items .sbox .types-mobile .share:before {
    font-size: 0.9rem;
  }
  .alldata .items .sbox .contents .downloads-pc {
    display: none;
  }
  .alldata .items-program .item .sbox .types-mobile .download {
    display: none;
  }
  .alldata .items-program .item .sbox .title {
    display: none;
  }
  .alldata .items-program .item .sbox .title-program {
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.4;
    margin-bottom: 0px;
    max-height: 5.6rem;
    white-space: normal;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    word-break: break-word;
    overflow: hidden;
    margin: -3px 0px 0px 0px;
  }
  .alldata .items-program .item .sbox .contents .abstract {
    display: none;
  }
  .alldata .items .sbox:hover .contents .simagebox a, .alldata .items .sbox .contents .simagebox a:hover {
    border-bottom: none;
  }
  .main-titles {
    display: flex;
    align-items: center;
    margin: 0px -15px 20px -15px;
    padding: 0px 15px 0px 15px;
  }
  .main-titles .btns {
    justify-content: flex-end;
    margin-bottom: 0px;
    margin-top: 0px;
  }
  .main-titles .btns .ico-liststyle1, .main-titles .btns .ico-liststyle2 {
    display: none;
  }
}
.result-loading {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  font-size: 1.4rem;
  padding: 25px 0px 25px 0px;
}

@media screen and (max-width: 970px) {

  .notfound {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .notfound h3 {
    display: flex;
    justify-content: center;
    font-size: 1.5rem;
    margin-bottom: 15px;
  }
  .notfound .words {
    display: flex;
    justify-content: center;
    font-size: 1.2rem;
    line-height: 1.7rem;
  }
  .categorybox {
    position: absolute;
    display: flex;
    z-index: 210;
    left: 50%;
    top: 50%;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    padding: 15px;
    visibility: hidden;
  }
  .categorybox ul {}
  .categorybox ul:first-of-type {
    margin-right: 15px;
  }
  .categorybox li a {
    color: #666666;
    display: block;
    font-size: 1rem;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    cursor: pointer;
    border-bottom: 1px solid #dddddd;
  }
  .categorybox li a:hover {
    background-color: #f5f5f5;
    color: #00aaff;
  }
  .categorybox ul li:last-of-type a {
    border-bottom: none;
  }
}
.carousel-card {
  margin: 0px 0px 50px 0px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.carousel-card .item {
  order: 1;
  display: flex;
  width: 216.25px;
  margin: 0px 15px 15px 0px;
  flex-direction: column;
  background-color: #f2f2f2;
  border-radius: 12px;
  overflow: hidden;
  animation: img-out 0.2s linear forwards;
  flex-grow: 1;
  align-items: stretch;
  max-width: 293.33px;    
}
.carousel-card .item:last-of-type {
  margin-right: 0px;
}
.carousel-card.carousel-card4 .item:nth-of-type(4n+4) {
  margin-right: 0px;
}
.carousel-card.carousel-card4 .item:nth-of-type(n+5) {
  max-width: calc((100% - 45px)/4);
}
.carousel-card.carousel-card3 .item:nth-of-type(3n+3) {
  margin-right: 0px;
}
.carousel-card.carousel-card3 .item:nth-of-type(n+4) {
  max-width: calc((100% - 30px)/3);
}
.carousel-card.carousel-card2 .item:nth-of-type(2n+2) {
  margin-right: 0px;
}
.carousel-card.carousel-card2 .item:nth-of-type(n+3) {
  max-width: calc((100% - 30px)/2);
}
.carousel-card .item:hover {
  animation: img-hover 0.2s linear forwards;
}
.carousel-card .item .simage {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.carousel-card .item .simage a {
  width: 100%;
  display: flex;
}
.carousel-card .item .simage img {
  width: 100%;
}
.carousel-card .item .titles {
  display: flex;
  justify-content: center;
  padding: 15px;
  flex: 1;
}
@keyframes img-out {
  0% {
    scale: 1.03;
  }
  100% {
    scale: 1;
  }
}
@keyframes img-hover {
  0% {
    scale: 1;
  }
  100% {
    scale: 1.03;
  }
}
@media screen and (max-width: 970px) {
  .carousel-card .item {
    max-width: 640px;
    width: 100%;
    margin: 0px 0px 20px 0px;
    box-shadow: none;
    background-color: #f2f2f2;
  }
  .carousel-card .item:hover {
    animation: none;
  }
  .carousel-card.carousel-card3 .item:nth-of-type(n+4) {
    max-width: 100%;
  }
}

#gcse_search .gsc-adBlock {
  display: none;
}
#gcse_search .gsc-control-cse {
  background-color: transparent;
  border: none;    
}   
#gcse_search .gsc-results .gsc-cursor-box .gsc-cursor-page{
  font-size: 18px;  
  padding: 10px 12px;       
  border: 1px solid #ccc;  
  margin-left: -1px;  
  margin-right: 0px; 
  z-index: 90;
  position: relative;
  text-decoration: none;    
} 
#gcse_search .gsc-results .gsc-cursor-box .gsc-cursor-page:first-of-type{
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;    
} 
#gcse_search .gsc-results .gsc-cursor-box .gsc-cursor-page:last-of-type{
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;    
}  
    
#gcse_search .gsc-results .gsc-cursor-box .gsc-cursor-page:hover {
  color: #00aaff;    
  border: 1px solid #00aaff;
  z-index: 100;    
}    
#gcse_search .gsc-results .gsc-cursor-box .gsc-cursor-current-page,
#gcse_search .gsc-results .gsc-cursor-box .gsc-cursor-current-page:hover{   
  color:#fff;    
  background-color: #00aaff; 
  border: 1px solid #00aaff;   
  text-decoration: none;    
}
#gcse_search .gsc-results .gsc-cursor-box {
  display: flex; 
  align-items: center;
  height: 50px;    
  justify-content: flex-end;
  margin: 10px 0px;
}
#gcse_search .gsc-thumbnail-inside {
  padding: 0px 0px 5px 0px;        
}   
    
#gcse_search .gsc-control-cse .gs-result .gs-title *{
  color:#333;    
  font-size: 18px;        
  font-weight: bold;      
}  
#gcse_search .gsc-control-cse .gs-result .gs-title:hover * {
  color:#00aaff;    
}     
#gcse_search .gsc-webResult .gsc-url-top {
  padding: 0px 0px 5px 0px;    
}  
#gcse_search .gs-webResult .gs-snippet {
  font-size: 16px;        
}
#gcse_search .gs-webResult .gs-snippet b{
  color:#ea4335;
  font-weight: normal;
}    
#gcse_search .gsc-table-result {
  padding: 0px;        
}  
#gcse_search .gsc-result {
  padding: 30px 0px;  
  background-color: transparent;
  border: none;   
  text-align: left;    
}    
#gcse_search .gs-web-image-box {
  width: 230px;        
}   
#gcse_search .gs-web-image-box .gs-image {
  max-width: 220px;
  max-height: 124px; 
  border: none;    
}   
#gcse_search .gsc-search-box-tools {
  border-radius: 30px;
  border: 1px solid #ddd; 
  background-color: #fff;    
}
#gcse_search .gsc-input-box {
  border :none; 
  background-color: transparent;
}  
#gcse_search .gsc-search-button {
  border-radius: 30px;
  height: 35px;    
}  
#gcse_search table.gsc-search-box {
  margin-bottom: 0px;        
}
#gcse_search .gcsc-find-more-on-google-root {
  display: none;    
}
    
@media screen and (max-width: 970px) {
#gcse_search .gsc-results .gsc-cursor-box {
  justify-content: center;        
}    
#gcse_search .gs-web-image-box {
  width: auto;        
} 
#gcse_search .gsc-control-cse {
        
   
  padding: 0px;    
} 
#gcse_search .gsc-result {
  padding: 15px 0px;    
  border-bottom: 1px solid #ddd;    
}    
} 

/*****************************/
.lang-fa .alldata .items .sbox .contents .downloads, 
.lang-fa .body-right .pfirst .titles .line-type, 
.lang-fa .alldata .items .sbox .types, 
.lang-ar .alldata .items .sbox .contents .downloads, 
.lang-ar .body-right .pfirst .titles .line, 
.lang-ar .alldata .items .sbox .types {
  justify-content: flex-end;
}
.lang-fa .body-right .pfirst .titles .line-type, 
.lang-ar .body-right .pfirst .titles .line-type {
  margin-left: auto;
}
.lang-fa .alldata .items .nbox .titles, 
.lang-fa .body-right .filter, 
.lang-fa .body-right .pfirst .titles h3, 
.lang-fa .alldata .items-square-list .sbox .contents .right, 
.lang-fa .alldata .items .sbox .contents .abstract, 
.lang-fa .body-right .filter .fitem, 
.lang-fa .body-right .result, 
.lang-fa .body-left li a, 
.lang-fa .body-right .progarm-all .items-program-all .item .pbox .titles h3, 
.lang-ar .alldata .items .nbox .titles, 
.lang-ar .body-right .filter, 
.lang-ar .body-right .pfirst .titles h3, 
.lang-ar .alldata .items-square-list .sbox .contents .right, 
.lang-ar .alldata .items .sbox .contents .abstract, 
.lang-ar .body-right .filter .fitem, 
.lang-ar .body-right .result, 
.lang-ar .body-left li a, 
.lang-ar .body-right .progarm-all .items-program-all .item .pbox .titles h3 {
  direction: rtl;
}
.lang-fa .alldata .items .sbox .types .type, 
.lang-fa .alldata .items .sbox .types .time, 
.lang-ar .alldata .items .sbox .types .type, 
.lang-ar .alldata .items .sbox .types .time {
  padding-left: 15px;
  margin-right: 0px;
}


.lang-fa .body-right .result .more, 
.lang-ar .body-right .result .more {  
  margin: 0px 20px 0px 0px;   
}
.lang-fa .body-left li a span:last-child,
.lang-ar .body-left li a span:last-child {
  margin: 0px 10px 0px 0px;
}
@media screen and (max-width: 970px) {
  .lang-fa .alldata .items .sbox .types-mobile .download, 
    .lang-ar .alldata .items .sbox .types-mobile .download {
    padding-left: 15px;
  }
}
.lang-ar .body-right .filter .fitem .ico-select, 
.lang-fa .body-right .filter .fitem .ico-select {
  padding: 0px 5px 0px 0px;
}