.main_title_service { 
  text-align: center;
  margin:0px;
  
}

.main_title_service h2 {font-size:20px;
  font-size:1.25rem;margin-bottom:0px; margin-top:-0px;
  
}
 .main_title_service h2 span{ color: #f41137;  }
   .main_title_service h2 strong{ color: #333;  }


@media (max-width: 767px) {
 
  .main_title_service h2 { margin-top:-28px;
    font-size:14px;font-weight:400;
    font-size:0.875rem;
  }
 
}

.margin_s10{margin:30px 0 0px 0;}


/*-------- ¼­ºñ½º ¹Ú½º--------*/
.item_ser label {
line-height:24px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  display: block;
  background-color: #fff;
  padding: 20px 0px 10px 0px;
  text-align: center;
  margin-bottom: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  position: relative;
    border: 1px solid #666;
  font-size: 14px;
  font-size: 0.875rem;
  color: #666;
  cursor: pointer;margin-bottom:0;font-weight:400;
}


.item_ser label h5{
  font-size: 14px;
  font-size: 0.875rem;
  color: #f41137;font-weight:400;
    
}


.item_ser label strong {padding:5px;margin:0px;
text-transform: uppercase;
  display: block; 
  font-size: 18px;
  font-size: 1.125rem;font-weight:500;
  color: #121212;
}


.item_ser label h5 span { font-size: 14px;
  font-size: 0.875rem;
  color: #f41137;font-weight:400;
}


.item_ser label img {
  display: block;
  margin: 0 auto ; 
  MAX-height: 120px;
}


@media (max-width: 767px) {

.margin_s10{margin:-10px 0 0px 0;
 
}

.item_ser label {font-size: 12px;
  font-size: 0.75rem;
     padding:3px 0px 5px 0px;line-height:12px;
  }
  	
.item_ser label h5,.item_ser label h5 span{
  font-size: 14px;
  font-size: 0.875rem;margin-top:2px;
}

	

.item_ser label img {
    width: auto;
    height:50px;
  }
 
 .item_ser label strong {padding:2px 0px 3px 0px;margin:0px;
 
  font-size:16px;
  font-size:1rem;
  color: #333;
}
 
   
}



.item_ser input[type=checkbox]:not(old),
.item_ser input[type=radio]:not(old) {
  visibility: hidden;
}
.item_ser input[type=checkbox]:not(old):checked + label,
.item_ser input[type=radio]:not(old):checked + label,
.item_ser input[type=checkbox]:not(old):checked + span + label,
.item_ser input[type=radio]:not(old):checked + span + label {
  display: block;
  border: 1px solid #ff4a51;
  /*=== -webkit-box-shadow: 0 2px 40px #e0e5f0;
  -moz-box-shadow: 0 2px 40px #e0e5f0;
 box-shadow: 0 2px 40px #e0e5f0;---*/
}
/*===#background_2 .item input[type=checkbox]:not(old):checked + label, #background_3 .item input[type=checkbox]:not(old):checked + label, #background_2
.item input[type=radio]:not(old):checked + label, #background_3
.item input[type=radio]:not(old):checked + label, #background_2
.item input[type=checkbox]:not(old):checked + span + label, #background_3
.item input[type=checkbox]:not(old):checked + span + label, #background_2
.item input[type=radio]:not(old):checked + span + label, #background_3
.item input[type=radio]:not(old):checked + span + label {
  border: 1px solid #00a0e9;
  -webkit-box-shadow: 0 2px 40px #392779;
  -moz-box-shadow: 0 2px 40px #392779;
   box-shadow: 0 2px 40px #392779;
}---*/
.item_ser input[type=checkbox]:not(old):checked + label:before,
.item_ser input[type=radio]:not(old):checked + label:before,
.item_ser input[type=checkbox]:not(old):checked + span + label:before,
.item_ser input[type=radio]:not(old):checked + span + label:before {
  font-family: "fontello";
  /*---content: "\e81b";---*/
 content: "\e81a";
 position: absolute;
  right: 10%;
  top: 10%;
  font-size: 36px;
  font-size: 2rem;
  color: #ff4a51;
}