/* ==========================================================================
   footer style for pc
   @Auth:RoktimSazib
 ========================================================================== */

.footer-section {
  background-color: #111;
  width: 1280px;
  margin: 0 auto;
}

.footer-top {
  box-shadow: 0 0.25px 0 #fff;
}

.footer-pg-link {
  width: 1280px;
  margin: 0 auto;
  padding-left: 88px;
  box-sizing: border-box;
}

.footer-top ul li {
  float: left;
  width: 83px;
  margin: 0 auto;
  position: relative;
}

.footer-top ul li a {
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  font-family: 'Yantramanav';
  text-align: center;
  padding: 7px 11px;
  text-decoration: none;
  display: block;
}

.footer-top ul li::before {
  content: url('../img/footer_line@.png');
  clear: both;
  /* border-right: 1px solid #fff; */
  position: absolute;
  top: 0;
}

.footer-top ul li:last-child::after {
  content: url('../img/footer_line@.png');
  clear: both;
  position: absolute;
  top: 0;
  right: 0;
}

.footer-buttom {
  width: 1280px;
  margin: 66px auto 0;
}

.footer-wrap {
  overflow: hidden;
}

.widget:first-child {
  width: 180px;
  padding-left: 83px;
}

.widget {
  width: 190px;
  float: left;
  overflow: hidden;
  margin-right: 49px;
}

.widget:last-child {
  margin-right: 0;
  margin-left: -5px;
  width: 210px;
}

.widget:last-child>.pg-link ul li {
  padding: 0px 10px 5px;
}

.title {
  border-bottom: 0.5px solid #fff;
}

.title>h4 {
  color: #fff;
  font-size: 18px;
  font-family: 'Yantramanav';
  font-weight: 400;
  padding: 0 0px 10px 5px;
  text-align: left;
}

.pg-link {
  margin-top: 19px;
}

.pg-link ul li {
  padding: 0px 10px 6px;
  text-align: left;
}

.pg-link ul li a {
  color: #fff;
  font-size: 12px;
  font-weight: 300;
}

.footer-sns {
  clear: left;
  margin: 65px auto 25px;
}

.footer-sns ul {
  width: 190px;
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
  display: block;
}

.footer-sns ul li {
  float: left;
  margin-left: 22px;
}

.footer-sns ul li:first-child {
  margin-left: 0;
}

.inst {
	height: 19px;
}

.fb {
	height: 18px;
}

.twitter {
	height: 18px;
}

.tumblr {
	height: 19px;
}

.line {
	height: 19px;
}

.youtube {
	height: 21px;
}

.copyright {
  clear: left;
  text-align: center;
  margin-top: 21px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: .3px;
}

.copyright>img {
  max-width: 230px;
  width: 100%;
  margin: 10px;
}

@media only screen and (min-width: 1281px) {
  .footer-section {
    width: 100%;
  }
}

/* ==========================================================================
   footer style for sp
   @Auth:RoktimSazib
 ========================================================================== */

@media only screen and (max-width: 768px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  .footer-section {
    width: 100%;
  }
  .footer-top {
    border: none;
    margin-top: 13px;
    box-shadow: none;
  }
  .footer-top ul li {
    width: 20%;
  }
  .footer-top ul li::before {
    content: url('../img/footer_SP_line@x.png');
    top: 6px;
  }
  .footer-top ul li:last-child::after {
    content: url('../img/footer_SP_line@x.png');
    top: 6px;
  }
  .footer-pg-link {
    width: 90%;
    max-width: 768px;
    padding: 0;
  }
  .pg-link ul li {
    padding: 0px 0 8px;
  }
  .widget:last-child>.pg-link ul li {
    padding: 0px 0 8px;
  }
  .footer-buttom {
    max-width: 768px;
    width: 90%;
    margin: 24px auto 0;
  }
  .widget:first-child {
    padding-left: 0;
    width: 54%;
    float: left;
  }
  .widget:last-child {
    margin: 0;
    width: 46%;
  }
  .widget {
    width: 50%;
    float: left;
    padding-left: 0;
    margin-right: 0;
  }
  .footer-sns {
    margin: 41px auto 12px;
  }
  .copyright {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 320px) {
  .footer-top ul li a {
    font-size: 12px;
  }
}
