@charset "UTF-8";
/*————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————

transform: translate(180px,180px) rotate(-5deg) scale(0.8);
--------------------------------------------------------
transition:all 0.3s ease;

--------------------------------------------------------
animation: fade-In 5s linear 2s infinite;

animation-name:fade-In;
animation-duration:4s;
animation-delay:0s;
animation-iteration-count: infinite;
animation-direction: normal;
animation-timing-function:ease-in-out;
animation-fill-mode:forwards;


@keyframes fade-In {
  from {background-color: red;}
  to {background-color: yellow;}
}
--------------------------------------------------------
border-radius: 25% 10%;
--------------------------------------------------------
http://cubic-bezier.com





————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————*/
.kv {
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100px;
  overflow: hidden;
  background-image: url("../../../../assets/images/lovepower/kv.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.title {
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
  text-align: center;
  font-size: 30px;
  line-height: 48px;
  letter-spacing: 1px;
  color: #000;
}

.contents {
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #272727;
  font-size: 17px;
  line-height: 26px;
  padding: 0px 52px;
  text-align: center;
  font-weight: 600;
  padding-bottom: 20px;
}

.contents .line {
  width: 100%;
  margin: 0 auto;
  width: 1px;
  height: 30px;
  background-color: #d70c19;
}

.main__contents__wrapper {
  width: 100%;
}

.main__contents__wrapper .main__contents__inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.main__contents__wrapper .main__contents__inner .main__contents__tab {
  width: 100%;
  overflow: hidden;
  overflow-x: scroll;
  border-bottom: 1px solid #272727;
}

.main__contents__wrapper .main__contents__inner .main__contents__tab ul {
  width: 840px;
  height: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.main__contents__wrapper .main__contents__inner .main__contents__tab ul li {
  position: relative;
  width: 140px;
  height: 70px;
}

.main__contents__wrapper .main__contents__inner .main__contents__tab ul li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: middle;
  text-align: center;
  width: 140px;
  height: 70px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  background-color: #FFF;
  color: #272727;
  border-bottom: 3px solid #FFF;
  text-decoration: none;
}

.main__contents__wrapper .main__contents__inner .main__contents__tab ul li.active a {
  background-color: #fdf5f6;
  color: #cc2027;
  border-bottom: 3px solid #d70c19;
}

.main__contents__wrapper .main__contents__inner .main__contents__tab ul .newsIcon::before {
  top: 0;
  left: 100px;
}

.main__contents__wrapper .main__contents__inner .main__contents__body {
  width: 100%;
}

.main__contents__wrapper .main__contents__inner .main__contents__body .main__contents__body__inner {
  width: 100%;
  padding: 40px;
  padding-bottom: 150px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.main__contents__wrapper .main__contents__inner .main__contents__body .main__contents__body__inner .main__contents__body__title {
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 1px;
  color: #d70c19;
  line-height: 42px;
  font-weight: 600;
}

.main__contents__wrapper .main__contents__inner .main__contents__body .main__contents__body__inner .main__contents__body__text {
  font-size: 16px;
  line-height: 26px;
  color: #272727;
}

@media only screen and (min-width: 375px) {
  .main__contents__wrapper .main__contents__inner .main__contents__tab ul {
    width: 840px;
  }
  .main__contents__wrapper .main__contents__inner .main__contents__tab ul li {
    width: 140px;
  }
  .main__contents__wrapper .main__contents__inner .main__contents__tab ul li a {
    width: 140px;
  }
}

@media only screen and (min-width: 410px) {
  .main__contents__wrapper .main__contents__inner .main__contents__tab ul {
    width: 960px;
  }
  .main__contents__wrapper .main__contents__inner .main__contents__tab ul li {
    width: 160px;
  }
  .main__contents__wrapper .main__contents__inner .main__contents__tab ul li a {
    width: 160px;
  }
}

@media only screen and (min-width: 768px) {
  .kv {
    height: 250px;
  }
  .title {
    font-size: 36px;
  }
  .contents {
    font-size: 22px;
    padding-bottom: 20px;
  }
  .contents .line {
    margin-top: 20px;
    height: 50px;
  }
}

@media only screen and (min-width: 1200px) {
  .main__contents__wrapper .main__contents__inner .main__contents__tab {
    overflow-x: hidden;
  }
  .main__contents__wrapper .main__contents__inner .main__contents__tab ul {
    width: 1140px;
    height: 93px;
    margin: 0 auto;
  }
  .main__contents__wrapper .main__contents__inner .main__contents__tab ul li {
    width: 190px;
    height: 90px;
  }
  .main__contents__wrapper .main__contents__inner .main__contents__tab ul li a {
    font-size: 22px;
    line-height: 28px;
    width: 190px;
    height: 90px;
  }
  .main__contents__wrapper .main__contents__inner .main__contents__tab ul .newsIcon::before {
    top: 0;
    left: 0;
  }
  .main__contents__wrapper .main__contents__inner .main__contents__body .main__contents__body__inner .main__contents__body__title {
    font-size: 30px;
  }
}
/*# sourceMappingURL=rule_1_organizer.css.map */