/* colors */
/*font family*/
/* breakpoints */
/*transform*/
/*transform*/
/*opacity*/
/*opacity- end*/
.cp-footer .footer-benfits {
  background: #bd001c; }
  .cp-footer .footer-benfits .benfit-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    @media only screen and (max-width: 768px) {
      .cp-footer .footer-benfits .benfit-list {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
  .cp-footer .footer-benfits .benfit-item {
    width: 25%; }
    @media only screen and (max-width: 768px) {
      .cp-footer .footer-benfits .benfit-item {
        width: 50%; } }
    @media only screen and (max-width: 768px) {
      .cp-footer .footer-benfits .benfit-item .desc {
        min-width: auto; } }
    @media only screen and (max-width: 768px) {
      .cp-footer .footer-benfits .benfit-item:nth-child(3) .desc {
        min-width: 10.9rem; } }
  .cp-footer .footer-benfits .benfit-card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: center;
        align-items: center;
    padding-right: 2rem; }
    @media only screen and (max-width: 768px) {
      .cp-footer .footer-benfits .benfit-card {
        padding: 0 0 0 0.7rem; } }
  @media only screen and (max-width: 768px) {
    .cp-footer .footer-benfits .card {
      margin-left: 2.1rem; } }
  .cp-footer .footer-benfits .icon {
    color: #ffffff;
    font-size: 4.5rem;
    line-height: 8.9rem;
    margin-right: 1.9rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
    @media only screen and (max-width: 768px) {
      .cp-footer .footer-benfits .icon {
        font-size: 3.4rem;
        line-height: 7rem; } }
    .cp-footer .footer-benfits .icon.icon-world {
      font-size: 4.3rem; }
  .cp-footer .footer-benfits .desc {
    font-family: "Gotham-Bold";
    font-size: 1.4rem;
    line-height: 1;
    color: #ffffff;
    text-transform: uppercase; }
    @media only screen and (max-width: 768px) {
      .cp-footer .footer-benfits .desc {
        font-size: 1.2rem;
        line-height: 1.3rem;
        min-width: 10.9rem;
        padding-bottom: 0.8rem; } }

.cp-footer .footer-links {
  background-color: #191919; }
  .cp-footer .footer-links .f-link-list {
    padding: 5.5rem 0 3rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    border-bottom: 1px solid rgba(151, 151, 151, 0.4); }
    @media only screen and (max-width: 768px) {
      .cp-footer .footer-links .f-link-list {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
  .cp-footer .footer-links .link-item {
    width: 33.33%; }
    @media only screen and (max-width: 768px) {
      .cp-footer .footer-links .link-item {
        width: 100%;
        margin-bottom: 3.5rem; } }
    .cp-footer .footer-links .link-item:last-child {
      margin-bottom: 0; }
  .cp-footer .footer-links .f-link-title {
    font-family: "Gotham-Bold";
    font-size: 1.6rem;
    line-height: 2.8rem;
    color: #ffffff;
    text-transform: uppercase;
    position: relative; }
    @media only screen and (max-width: 768px) {
      .cp-footer .footer-links .f-link-title {
        font-size: 1.4rem;
        line-height: 2rem;
        cursor: pointer;
        margin-bottom: 0.8rem; } }
    .cp-footer .footer-links .f-link-title:after {
      content: '\E903';
      font-family: 'icomoon';
      color: #ffffff;
      font-size: 1.2rem;
      line-height: 1.4rem;
      position: absolute;
      top: 50%;
      right: 0;
      transform: translateY(-50%);
      display: none; }
      @media only screen and (max-width: 768px) {
        .cp-footer .footer-links .f-link-title:after {
          display: block; } }
    .cp-footer .footer-links .f-link-title.active:after {
      transform: translateY(-50%) rotate(180deg); }
  .cp-footer .footer-links .f-nav-list {
    transition: all, 0.5s, ease; }
    @media only screen and (max-width: 768px) {
      .cp-footer .footer-links .f-nav-list {
        display: none; } }
  .cp-footer .footer-links .f-nav-link {
    font-family: "Gotham-Book";
    font-size: 1.4rem;
    line-height: 2.8rem;
    color: #a6a6a6;
    z-index: 1;
    transition: all, 0.5s, ease;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to right, #bd001c, #bd001c 50%, #a6a6a6 50%);
    background-size: 200% 100%;
    background-position: 100%; }
    .cp-footer .footer-links .f-nav-link:hover {
      transition: all 0.5s cubic-bezier(0, 0, 0.23, 1);
      background-position: 0%; }
    @media only screen and (max-width: 768px) {
      .cp-footer .footer-links .f-nav-link {
        line-height: 3.8rem; } }

.cp-footer .benfit-details {
  padding: 3.5rem 0 3rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center; }
  @media only screen and (max-width: 768px) {
    .cp-footer .benfit-details {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .cp-footer .benfit-details .logo-wrap {
    width: 17.7rem;
    height: 7.7rem; }
    @media only screen and (max-width: 768px) {
      .cp-footer .benfit-details .logo-wrap {
        width: 8.9rem;
        height: 3.9rem;
        margin-bottom: 2rem; }
        .cp-footer .benfit-details .logo-wrap img {
          height: 100%; } }
  .cp-footer .benfit-details .address {
    max-width: 25.1rem; }
    @media only screen and (max-width: 768px) {
      .cp-footer .benfit-details .address {
        margin-bottom: 3.2rem;
        max-width: 100%; } }
    .cp-footer .benfit-details .address .company-name {
      font-family: "Gotham-Bold";
      font-size: 1.8rem;
      line-height: 1.4rem;
      color: #ffffff;
      margin-bottom: 1rem; }
      @media only screen and (max-width: 768px) {
        .cp-footer .benfit-details .address .company-name {
          font-size: 1.6rem; } }
    .cp-footer .benfit-details .address .company-add {
      font-family: "Gotham-Book";
      font-size: 1.4rem;
      line-height: 2.2rem;
      color: #a6a6a6; }
      @media only screen and (max-width: 768px) {
        .cp-footer .benfit-details .address .company-add {
          font-size: 1.2rem;
          line-height: 1.8rem; } }

.cp-footer .socail-wrap .s-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  margin-bottom: 1rem; }
  @media only screen and (max-width: 768px) {
    .cp-footer .socail-wrap .s-list {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }

.cp-footer .socail-wrap .s-item {
  padding: 0 1rem;
  font-family: "Gotham-Book";
  font-size: 1.4rem;
  line-height: 2.2rem;
  color: #a6a6a6;
  position: relative; }
  @media only screen and (max-width: 768px) {
    .cp-footer .socail-wrap .s-item {
      padding: 0; } }
  .cp-footer .socail-wrap .s-item .s-link {
    color: #a6a6a6; }
  .cp-footer .socail-wrap .s-item:before {
    content: '';
    width: 0.1rem;
    height: 1.2rem;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: rgba(151, 151, 151, 0.4); }
    @media only screen and (max-width: 768px) {
      .cp-footer .socail-wrap .s-item:before {
        display: none; } }
  .cp-footer .socail-wrap .s-item:first-child {
    padding-left: 0; }
    .cp-footer .socail-wrap .s-item:first-child:before {
      display: none; }

.cp-footer .join-us-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start; }
  @media only screen and (max-width: 768px) {
    .cp-footer .join-us-wrap {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .cp-footer .join-us-wrap .text {
    font-size: 1.2rem;
    line-height: 3rem;
    color: #ffffff;
    font-family: "Gotham-Book";
    letter-spacing: 1px; }
  .cp-footer .join-us-wrap .social-item {
    margin-left: 2rem;
    width: 3rem;
    height: 3rem; }
    @media only screen and (max-width: 768px) {
      .cp-footer .join-us-wrap .social-item {
        width: 2rem;
        height: 2rem; }
        .cp-footer .join-us-wrap .social-item:first-child {
          margin-left: 0; } }
    .cp-footer .join-us-wrap .social-item.social-logo {
      width: 8.5rem;
      height: 1.8rem; }
  .cp-footer .join-us-wrap .social-link {
    width: 3rem;
    height: 3rem; }
    @media only screen and (max-width: 768px) {
      .cp-footer .join-us-wrap .social-link {
        width: 2rem;
        height: 2rem; } }
    .cp-footer .join-us-wrap .social-link.social-img {
      width: 8.5rem;
      height: 1.8rem; }
  .cp-footer .join-us-wrap .social-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: start;
        justify-content: flex-start; }

.cp-footer .key-links {
  padding: 4rem 0;
  background: #ffffff; }
  @media only screen and (max-width: 768px) {
    .cp-footer .key-links {
      padding: 2rem 0 0; } }
  .cp-footer .key-links .key-items {
    margin-bottom: 4rem; }
    @media only screen and (max-width: 768px) {
      .cp-footer .key-links .key-items.m-bottom {
        margin-bottom: 7rem; } }
  .cp-footer .key-links .k-title {
    font-family: "Gotham-Bold";
    font-size: 1.6rem;
    line-height: 1.4rem;
    color: #3c3c3c;
    margin-bottom: 1rem; }
    @media only screen and (max-width: 768px) {
      .cp-footer .key-links .k-title {
        font-size: 1.4rem;
        margin-bottom: 0.8rem; } }
  .cp-footer .key-links .desc,
  .cp-footer .key-links .btn-link {
    font-size: 1.4rem;
    line-height: 2.2rem; }
    @media only screen and (max-width: 768px) {
      .cp-footer .key-links .desc,
      .cp-footer .key-links .btn-link {
        font-size: 1.2rem;
        line-height: 1.8rem; } }
  .cp-footer .key-links .list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .cp-footer .key-links .list .item {
      position: relative; }
      @media only screen and (max-width: 768px) {
        .cp-footer .key-links .list .item {
          margin-right: 0.5rem; } }
      .cp-footer .key-links .list .item::after {
        content: '';
        width: 0.1rem;
        height: 1.2rem;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background: rgba(151, 151, 151, 0.4); }
      .cp-footer .key-links .list .item:first-child {
        padding-left: 0; }
        .cp-footer .key-links .list .item:first-child::after {
          display: none; }
      .cp-footer .key-links .list .item:last-child::after {
        display: none; }
    .cp-footer .key-links .list .link {
      font-size: 14px;
      font-family: "Gotham-Book";
      color: #3c3c3c;
      transition: all, 0.5s, ease;
      text-transform: lowercase;
      padding-right: 1rem;
      padding-left: 1rem;
      height: 24px;
      display: -ms-flexbox;
      display: flex;
      line-height: 24px; }
      .cp-footer .key-links .list .link:hover, .cp-footer .key-links .list .link:focus, .cp-footer .key-links .list .link.active {
        color: #bd001c;
        text-decoration: underline; }
      @media only screen and (max-width: 768px) {
        .cp-footer .key-links .list .link {
          font-size: 1.2rem;
          line-height: 1.8rem;
          padding-right: 0.5rem; } }

.scrolldown {
  padding-top: 10px; }

.cp-bounce-animation {
  padding: 10px;
  font-size: 10px; }
