.card-box {
    background-color:#FFFFFF;
    border-width:0px;
    float:left;
    position:relative;
    width:18.8%;
    margin-right:1.5%;
    height:300px;
    margin-bottom:34px;

  }
  .card-box:nth-child(5n) {
    background-color:#FFFFFF;
    border-width:0px;
    float:left;
    position:relative;
    width:18.8%;
    margin-right:0;
    cursor:pointer;
  }
  .card-box-badge{
    position: absolute;
    top:13px;
    left: 12px;
  }

  .card-box-badge:after{
    content:'';
    display: block;
    clear: both;
  }
  .card-box-badges {
    border-radius: 5px;
    height: 27px;
    padding: 0 8px;
    font-size:13px;
    color:#fff; 
    font-weight: 700;
    text-align: center;
    line-height: 23px;  
    background-color: rgba(0, 0, 0, 0.7); 
    box-sizing: border-box;
    float: left;
    margin-right: 8px;;
    font-family: 'Noto Sans KR';

  }
  .card-box-badges p{
    display:inline-block;
    vertical-align: middle;
  }
  .support-badge{
    background-color: rgba(0, 160, 182, 0.8);
  }
  
  .partner-badge{
    background-color: rgba(255, 67, 67, 0.8);
  }

  .card-box-badges i {
    font-family:'xeicon';
    font-size: 15px;
    margin-right: 2px;
    vertical-align: middle;
  }


  .card-box-img{
  	background: gainsboro; 
  	cursor : pointer;
    width: 216px;
    height: 216px;
    border-radius: 10px;
    position: relative;

  }
  .card-box-titbox{
    position:relative;
    width:100%;
    overflow: visible;    
  }

  .card-box-tit {
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
    box-orient:vertical;
    color:#000000;
    float:none;
    font-family: 'Noto Sans KR', sans-serif;
    font-size:18px;
    font-weight:400;
    margin-left:0px;
    margin-top:0px;
    overflow:hidden;
    position:relative;
    text-align:left;
    text-overflow:ellipsis;
    white-space:nowrap;
    margin-top:7px;
    height:27px;
  }
  .card-box-tit > p {
    overflow:hidden;
    text-overflow:ellipsis;

  }

  .card-box-tag{
    width:100%;
    font-family: 'Noto Sans KR';
    margin-top:6px;
    height: 26px;
    box-sizing: border-box;
    overflow:hidden;
  }
  .card-box-tag:after{
    content: '';
    display: block;
    clear: both;
  }

  .card-box-tag p{
    height: 24px;
    border-radius: 13.5px;
    border: solid 1px #b6b6b6;
    padding:0 12px;
    font-size: 14px;
    color: #8d8d8d;
    box-sizing: border-box;
    line-height: 21.5px;
    float:left;
    margin-right: 3px;
    max-width:100%;
    margin-bottom:2px;
    overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
  }
  
   .toggleBox{
  	width: 85px;
  	height: 30px;
  	bottom: 3px;
  }	
  .toggleBox .xi-toggle-on{
	  width: 30px;
	  height: 30px;
	  margin: 0 1px 0 0;
	  font-family: xeicon;
	  font-size: 30px;
	  font-weight: normal;
	  font-stretch: normal;
	  font-style: normal;
	  line-height: normal;
	  letter-spacing: normal;
	  text-align: center;
	  color: #eb2a26;
	  cursor: pointer;
  }
  .toggleBox .xi-toggle-off{
	  width: 30px;
	  height: 30px;
	  margin: 0 1px 0 0;
	  font-family: xeicon;
	  font-size: 30px;
	  font-weight: normal;
	  font-stretch: normal;
	  font-style: normal;
	  line-height: normal;
	  letter-spacing: normal;
	  text-align: center;
	  color: #979797;
	  cursor: pointer;
  }
  .toggleBox p{
  	position: absolute;
  }
  .toggleButton{
  	left: 0px;
  }
  
  .-ON {
	  width: 50px;
	  height: 19px;
	  margin: 5px 0 6px 1px;
	  font-family: 'Noto Sans KR', sans-serif;
	  font-size: 14px;
	  font-weight: normal;
	  font-stretch: normal;
	  font-style: normal;
	  line-height: normal;
	  letter-spacing: normal;
	  text-align: center;
	  color: #000000;
	  right: 0px;
	}
	
	.-ON .text-on {
	  font-weight: bold;
	  color: #eb2a26;
	  margin-left:2px;
	}
	
	.-OFF {
	  width: 55px;
	  height: 19px;
	  margin: 5px 0 6px 1px;
	  font-family: 'Noto Sans KR', sans-serif;
	  font-size: 14px;
	  font-weight: normal;
	  font-stretch: normal;
	  font-style: normal;
	  line-height: normal;
	  letter-spacing: normal;
	  text-align: center;
	  color: #979797;
	  right: -4px;
	}
	
	.-OFF .text-off {
	  font-weight: bold;
	  margin-left:2px;
	}
