@charset "UTF-8";

/* .footer */
footer {
  margin: 0;
  position: relative;
  background: #23222b;
  padding: 25px 0;
}

.copyright {
  text-align: center;
}

.copyright ul {
  list-style: none;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.copyright ul li {
  display: block;
  float: left;
  margin: 0 10px;
  color: #c0c0c0;
}

.copyright ul li p {
  text-align: left;
  margin: 0;
}

.copyright .text {
  font-size: 12px;
  line-height: 1.6em;
  margin-top: 0px;
  text-align: center;
}

.copyright .rating {
  width: 40px;
  display: inline-block;
}

.copyright li span {
  vertical-align: middle;
  display: inline-block;
  font-size: 12px;
  text-align: left;
  line-height: 1.6;
}

.copyright .cp {
  color: #c0c0c0;
  margin: 10px 0 0;
  padding: 10px 0 0;
  border-top: 1px solid #4b4a58;
  text-align: center;
}

@media (max-width: 768px) {
  footer {
    margin: 0;
  }
  .copyright ul li {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}

@media (max-width: 600px) {
  .copyright {
    text-align: left;
  }

  .copyright ul li:last-child {
    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%;
  }
}

footer .container {
  position: relative;
}

.fix_bt {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 200px;
  z-index: 1040;
  overflow: visible;
}

@media (max-width: 768px) {
  .fix_bt {
    display: none;
  }
}

.fix_bt::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-clip-path: polygon(0 57%, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 57%, 100% 0, 100% 100%, 0% 100%);
  background-color: #00000090;
  z-index: 0;
}

.fix_bt .container {
  position: relative;
  height: 100%;
  width: 100%;
  vertical-align: bottom;
}

.fix_bt .container .row {
  position: relative;
  height: 200px;
  bottom: 0px;
}
.fix_bt .container .row li{
  position: relative;
  transition: .3s all;
}
.fix_bt .container .row li:hover{
  filter: brightness(1.15);
  transition: .3s all;
}
.fix_bt .container .row li:nth-of-type(1) {
  width: 299px;
  height: 87px;
  background: url("../images/fix_bt_btn_1.png") no-repeat right top;
  background-size: contain;
  margin-bottom: 30px;
}

.fix_bt .container .row li:nth-of-type(2) {
  width: 299px;
  height: 103px;
  background: url("../images/fix_bt_btn_2.png") no-repeat right top;
  background-size: contain;
  margin-bottom: 30px;
}
.fix_bt .container .row li a{
  position: absolute;
  width: 100%;
  height: 100%;
}

.fix_bt .close_pop {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 23px;
  height: 23px;
  cursor: pointer;
}