footer {  
  background-color: white;
  /*! margin-top: 100px; */
  border-top: 1px solid #eee;
}
footer section#ftop {  
  border-bottom: 1px solid #ccc;
}
footer section#ftop .wrap {
  
}
footer section#ftop .wrap h2 {
  
}
footer section#ftop .wrap > ul {
  
}
footer section#ftop .wrap > ul > li {
  
}
footer section#ftop .wrap > ul > li h3 {  
  margin-bottom: 25px;
  color: #222;
  font-size: 15px;
}
footer section#ftop .wrap > ul > li > ul {  
  font-size: 13px;
}
footer section#ftop .wrap > ul > li:nth-child(2)>ul{ 
  display: grid;
  grid-template-columns: auto auto auto;
  grid-template-rows: auto auto;
  column-gap: 25px;
  row-gap: 14px;
}
footer section#ftop .wrap > ul > li > ul > li {
  
}
footer section#ftop .wrap > ul > li:nth-child(2) > ul>li:nth-child(1){ 
  grid-column: 1;
  grid-row: 1 / span 2;
}
footer section#ftop .wrap > ul > li:nth-child(2) > ul>li:nth-child(2){ 
  grid-column: 2;
  grid-row: 1 / span 2;
}
footer section#ftop .wrap > ul > li:nth-child(2) > ul>li:nth-child(3){
  
}
footer section#ftop .wrap > ul > li:nth-child(2) > ul>li:nth-child(4){
  
}
footer section#ftop .wrap > ul > li > ul > li > a { 
  line-height: 2.1;
  display: block;
  color: #888;
}
footer section#ftop .wrap > ul > li > ul > li > a:hover{
  color:#ccc;
}
footer section#ftop .wrap > ul > li > ul > li h4 {
  
}
footer section#ftop .wrap > ul > li > ul > li h4 a { 
  line-height: 2.1;
  color: #888;
  display: block;
}
footer section#ftop .wrap > ul > li > ul > li ul {
  
}
footer section#ftop .wrap > ul > li > ul > li ul li {
  
}
footer section#ftop .wrap > ul > li > ul > li ul li a{  
  line-height: 2.1;
  color: #888;
  display: block;
}
footer section#fbottom {
  
}
footer section#fbottom .wrap {  
  align-items: start;
}
footer section#fbottom .wrap h2 {
  
}
footer section#fbottom .wrap ul {  
  gap: 60px;
}
footer section#fbottom .wrap ul li {
  
}
footer section#fbottom .wrap ul li h3 {  
  margin-bottom: 26px;
  color: #222;
  font-size: 15px;
}
footer section#fbottom .wrap ul li p { 
  color: #888;
}
footer section#fbottom .wrap ul li p span {  
  width: 140px;
  display: inline-block;
}
footer section#fbottom .wrap select {  
  border: none;
  padding: 20px;
  border-radius: 5px;
  appearance: none;
  background-image: url(../img/select.svg);
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: center;
  background-origin: content-box;
  padding-right: 9px;
}
footer section#fbottom .wrap select option {
  
}
footer section#fbottom .wrap:nth-child(2){
  border-top: 1px solid #ccc;
}
footer section#fbottom .wrap:nth-child(2) p{
  color: #333;
  font-size: 14px;
}
footer section#fbottom .wrap:nth-child(2) p span{
  color: #005aab;
}
footer section#fbottom .wrap:nth-child(2) a{
  color: #005aab;
  font-size: 14px;
}
footer a.top{
  width: 60px;
  height: 110px;
  display: block;
  background-color: #222;
  color: white;
  position: fixed;
  bottom: 50px;
  right: 75px;
  z-index: 1;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 15px;
  text-transform: uppercase;
  font-size: 15px;
}
footer a.top:hover{  
  background-color: #347bbc;
}
footer a.top::before{
  content: "";
  background-image: url(../img./arrow.svg);
  width: 24px;
  height: 24px;
  transition: all 1s;
}
footer a.top:hover::before{  
  transform: translateY(-7px);
}