@charset "UTF-8";


/* footer */

#gj_footer {
    position: relative;
    background: #031734;
    padding: 10px;
    margin: 0 auto;
    min-height: 50px;
    z-index: 1;
}

#gj_footer>div {}

#gj_footer .copyright {
    list-style: none;
    display: flex;
    justify-content: center;
}

#gj_footer .copyright li {
    display: inline-block;
    min-height: 50px;
    padding: 0px 10px;
    line-height: 1.3;
    font-size: 12px;
}

.copyTxt {
    display: inline-block;
    color: #FFF;
}

.lazy {
    vertical-align: bottom;
}

#gj_footer .copyright li:nth-child(1) {
    display: flex;
    align-items: center;
    justify-content: center;
}

#gj_footer .copyright li:nth-child(2) {
    display: flex;
    align-items: center;
    justify-content: center;
}

#gj_footer .copyright li:nth-child(3) {}

@media (max-width: 1024px) {
    #gj_footer .copyright {}

    .notice {
        padding: 15px;
    }

    #gj_footer>.container {
        padding: 0;
    }

    #gj_footer .copyright {
        flex-wrap: wrap;
    }

    #gj_footer .copyright li:nth-child(2) {
        margin-top: -10px;
    }

    #gj_footer .copyright li:nth-child(4) {
        margin-top: 8px;
    }
}

@media (max-width: 768px) {
    .copyright {
        text-align: left;
    }

    .copyright ul li:last-child {
        margin: 0;
    }

    footer {
        margin: 0;
    }
}

/*@media (max-width: 480px) {
  .copyright ul li {
    margin: 0 12px;
  }

  .copyright ul li:first-child {
    width: 150px;
  }

  .copyright ul li:nth-child(2) {
    
  }

  .copyright .cp {
    font-size: 12px;
  }

  .copyright .rating {
    width: 10%;
  }

  .copyright li span {
    width: 88%;
  }
}*/