/*================================================================================
	Item Name: Help CSS
================================================================================

NOTE:
------
Help CSS CODE */
.carousel-indicators {bottom: -30px;}
.contents {
  background: #f1f1f1;
  border-color: #cfcfcf;
  overflow: hidden;
  border-left: 5px solid;
  border-left-color: #cfcfcf;
  border-right: 5px solid;
  border-right-color: #cfcfcf;
  font-size: 16px;
  margin-bottom: 1.5rem;
  padding: 16px 25px 12px 20px;
}
.contents .contents_title {color: #555555;}
.contents ul {
  padding: 0;
  margin: 0 0 9px 25px;
}
.contents li {
  margin-bottom: 10px;
  margin-right: 25px;
  width: 45%;
  float: left;
  font-size: 16px;
}
.help-text1 {font-size: 15.6px;}
.help-li {margin-bottom: 10px;}
.hide-rel-link {display: none;}
span.help-textreg {
	font-size: 1rem;
	font-weight: 400;
	color: #727E8C;
}
/*hr.hr-help {
    border:none;
    border: 1px solid #d7d7d7;
}*/

.hr { 
    text-align: center;
	margin-top: 1.6rem;
	height:22px;
	width:200px;
	margin-left:auto;
	margin-right:auto;
}

.hr i {
    position: relative;
    top: -33.5px;
	color:#5a8dee;
    background:white;
    padding:0 5px;
	font-size: 21px;
}
.help-indent {margin-left:14px;}