/* Slider */
.slider{
	width:100%;
	height:600px;
	margin:0 auto;
	margin-bottom:0px;
}
/* Content Left */
.sldtitle-l {
    width: 50%;
    text-align: initial;
    font-weight: 600;
    font-family:var(--ff-robotocondensed);
    font-size: 46px;
    line-height: 76px;
    color: var(--slider-title-color);
    white-space: normal;
  }
  .sldcontent-l {
    width: 50%;
    text-align: initial;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    font-size: 24px;
    color: var(--slider-content-color);
    line-height: 30px;
    font-family:var(--ff-robotocondensed);
  }
  .sldbutton-l {
    cursor: pointer;
    font-family:var(--ff-robotocondensed);
    font-size: 18px;
    background-color: var(--slider-button-bg-color);
    color: var(--slider-button-text-color);
    line-height: 28px;
    border-radius: 2px;
  }
  
  /* Content Center */
  .sldtitle-c {
    width: 50%;
    text-align: center;
    font-weight: 600;
    font-family:var(--ff-robotocondensed);
    font-size: 46px;
    line-height: 76px;
    color: var(--slider-title-color);
    white-space: normal;
  }
  .sldcontent-c {
    width: 50%;
    text-align: center;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    font-size: 24px;
    color: var(--slider-content-color);
    line-height: 30px;
    font-family:var(--ff-robotocondensed);
  }
  .sldbutton-c {
    cursor: pointer;
    font-family: 'Roboto Condensed';
    font-size: 18px;
    background-color: var(--slider-button-bg-color);
    color: var(--slider-button-text-color);
    line-height: 28px;
    border-radius: 2px;
  }
  
  /* Content Right */
  .sldtitle-r {
    width: 50%;
    text-align: right;
    font-weight: 600;
    font-family:var(--ff-robotocondensed);
    font-size: 46px;
    line-height: 76px;
    color: var(--slider-title-color);
  }
  .sldcontent-r {
    width: 50%;
    text-align: right;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    font-size: 18px;
    color: var(--slider-content-color);
    line-height: 30px;
    font-family:var(--ff-robotocondensed);
  }
  .sldbutton-r {
    min-width: 50px;
    max-width: 240px;
    cursor: pointer;
    font-family:var(--ff-robotocondensed);
    font-size: 18px;
    background-color: var(--slider-button-bg-color);
    color: var(--slider-button-text-color);
    line-height: 28px;
    border-radius: 2px;
  }
  /* #Slider */
  