/* version 01 */
.spk-section {
  display: flex;
  width: 100%;
  flex-direction: column;
  box-sizing: border-box;
  /* voda-media */
  padding: 60px 0;
  padding-bottom :0;
  background: #000;
  overflow: hidden;
}
/* section header */
.spk-section__header {
  display: flex;
  flex-direction: column;
}
.spk-section__header--center {
  text-align: center;
}
/** section content */
.spk-section__content {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 720px;
  flex-direction: column;
  overflow: hidden;
}
.spk-section__content__left-gradient,
.spk-section__content__right-gradient {
  position: absolute;
}
.spk-section__content__left-gradient {
  top: 0;
  left: 0;
  bottom: 0;
  width: 270px;
  background: linear-gradient(91.98deg, rgba(0, 0, 0, 0) 1.56%, #000000 98.24%);
  transform: rotate(180deg);
  z-index: 1;
}
.spk-section__content__right-gradient {
  top: 0;
  right: 0;
  bottom: 0;
  width: 270px;
  background: linear-gradient(91.98deg, rgba(0, 0, 0, 0) 1.56%, #000000 98.24%);
  z-index: 1;
}


/*
    @title section fonts
    @description 보다미디어 의존성 css
*/
.spk-text--large {
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 42px;
  line-height: 52px;
  letter-spacing: -0.04em;
  color: #FFFFFF;
}
@media screen and (max-width: 720px){
  .spk-text--large {
    font-size: 30px;
    line-height: 42px;
  }
}
.spk-text--small {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.04em;
  color: #8E8E8E;
  font-weight: 100;
}
/*
    @title spk-circle-loop
*/
.spk-circle-loop:last-child {
  margin-top: 12px;
  transform: translateX(calc(0% - 67px));
}
.spk-circle-loop {
  display: flex;
  transform: translateX(0%);
  margin-top: 48px;
  flex-direction: row;
}
.spk-circle-loop__item:last-child { margin-right: 0 }
.spk-circle-loop__item {
  display: flex;
  margin-right: 24px;
  background-color: #fff;
  width: 110px;
  height: 110px;
  min-width: 110px;
  min-height: 110px;
  border-radius: 999px;
}

@media screen and (max-width: 720px){
  .spk-section__content {
    position: relative;
    display: flex;
    width: 100%;
    max-width: 340px;
    flex-direction: column;
    overflow: hidden;
  }
  .spk-section__content__left-gradient {
    top: 0;
    left: 0;
    bottom: 0;
    width: 140px;
    background: linear-gradient(91.98deg, rgba(0, 0, 0, 0) 1.56%, #000000 98.24%);
    transform: rotate(180deg);
    z-index: 1;
  }
  .spk-section__content__right-gradient {
    top: 0;
    right: 0;
    bottom: 0;
    width: 140px;
    background: linear-gradient(91.98deg, rgba(0, 0, 0, 0) 1.56%, #000000 98.24%);
    z-index: 1;
  }
}

/* version 02 */

.spk-section {
  display: flex;
  width: 100%;
  flex-direction: column;
  box-sizing: border-box;
  /* voda-media */
  padding: 60px 0;
  padding-bottom: 0;
  background: #000;
  overflow: hidden;
}
/* section header */
.spk-section__header {
  display: flex;
  flex-direction: column;
}
.spk-section__header--center {
  text-align: center;
}
/** section content */
.spk-section__content {
  position: relative;
  overflow: hidden;
}
.spk-section__content__left-gradient,
.spk-section__content__right-gradient {
  position: absolute;
  pointer-events: none;
}
.spk-section__content__left-gradient {
  top: 0;
  left: 0;
  bottom: 0;
  width: 120px;
  background: linear-gradient(91.98deg, rgba(0, 0, 0, 0) 1.56%, #000000 98.24%);
  transform: rotate(180deg);
  z-index: 1;
}
.spk-section__content__right-gradient {
  top: 0;
  right: 0;
  bottom: 0;
  width: 120px;
  background: linear-gradient(91.98deg, rgba(0, 0, 0, 0) 1.56%, #000000 98.24%);
  z-index: 1;
}


/*
    @title section fonts
    @description 보다미디어 의존성 css
*/
.spk-text--large {
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 42px;
  line-height: 52px;
  letter-spacing: -0.04em;
  color: #FFFFFF;
}
.spk-text--small {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.04em;
  color: #8E8E8E;
  font-weight: 100;
}
/*
    @title spk-circle-loop
*/
.spk-circle-loop:last-child {
  margin-top: 12px;
  transform: translateX(calc(0% - 67px));
}
.spk-circle-loop {
  display: flex;
  transform: translateX(0%);
  margin-top: 48px;
  flex-direction: row;
}
.spk-circle-loop__item:last-child { margin-right: 0 }
.spk-circle-loop__item {
  display: flex;
  margin-right: 24px;
  background-color: #fff;
  width: 110px;
  height: 110px;
  min-width: 110px;
  min-height: 110px;
  border-radius: 999px;
}

/*
    @title animation
*/


.orb {
  width: 120px;
  height: 120px;
  background: #999;
  border-radius: 999px;
  display: inline-block;
  margin: 24px 24.7px;
  float: left;
  transition: all .2s ease-out;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;

}

.orb:hover {
  transform: scale(1.2);
  opacity: .5;
  cursor: pointer;
}

.red {background: #000;}
.yellow {background: #000;}
.blue {background: #000;}
.orange {background: #000;}
.purple {background: #000;}
.green {background: #000;}

.marquee {
  height: 180px;
  width: 1190px;
  /*border: 2px solid #eee;*/
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  margin: 0px auto;
}

.marquee--inner {
  display: block;
  width: 200%;
  margin: 0px 0;
  position: absolute;
  animation: marquee 20s linear infinite;
}

.marquee:last-child .marquee--inner {
  display: block;
  width: 200%;
  margin: 0px 0;
  position: absolute;
  animation: marquee 20s linear infinite;
}

.spk-section__content:hover .marquee--inner {
  animation-play-state: paused;
}

/*.half {
  float: left;
  width: 10%;
}*/

.spk-section span {
  float: left;
  width: 50%;
}

@keyframes marquee {
  0% { left: 0; }
  100% { left: -100%; }
}
@keyframes marquee_reverse {
  0% { left: 0; }
  100% { left: 100%; }
}




