footer {
  background-color: white;
  margin-top: 100px;
}
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;
}
footer section#ftop .wrap > ul > li > ul {
  
}
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: 15px;
}
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: 1.6;
  display: block;
  color:#ccc;
}
footer section#ftop .wrap > ul > li > ul > li > a:hover{
  color:#333;
}
footer section#ftop .wrap > ul > li > ul > li h4 {
  
}
footer section#ftop .wrap > ul > li > ul > li h4 a {
  line-height: 1.6;
  color: #4c4b4b;
  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: 1.6;
  color: #ccc;
  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;
}
footer section#fbottom .wrap ul li p {
  
  color: #999;
}
footer section#fbottom .wrap ul li p span {
  
  width: 140px;
  display: inline-block;
}
footer section#fbottom .wrap select {
  border: none;
  padding: 15px;
  border-radius: 10px;
  appearance: none;
  background-image: url(../img/uparrow.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: #666;
}
footer section#fbottom .wrap:nth-child(2) p span{
  color: #7476ff;
}
footer section#fbottom .wrap:nth-child(2) a{
  color: #7476ff;
}
footer a.top{
  width: 60px;
  height: 100px;
  display: block;
  background-color: black;
  color: white;
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 1;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  text-transform: uppercase;
}

footer a.top::before{
  content: "";
  background-image: url(../img/arrowUp.svg);
  width: 24px;
  height: 24px;
}
footer a.top:hover::before{
  
}