<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">footer.fs-l-footer {
  background: #5B5B5B;
  padding: 35px 0;
  border-top: none;
  margin-top: 0;
}
footer .first_nav .nav_title {
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  border-bottom: 1px solid #fff;
}
footer .first_nav_box {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .first_nav_box .content_title {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
footer .first_nav_box .nav_box_left {
  width: 50%;
}
footer .first_nav_box .nav_box_left .small_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer .first_nav_box .nav_box_left .small_box .nav_list {
  width: 23%;
}
footer .first_nav_box .nav_box_left .small_box .nav_list a {
  display: block;
  color: #fff;
  font-size: 12px;
  line-height: 1.7;
}
footer .first_nav_box .nav_box_left .second_small_box {
  border-top: 1px solid #fff;
  margin-top: 5px;
  padding-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer .first_nav_box .nav_box_left .second_small_box .secod_nav_list {
  width: 27%;
}
footer .first_nav_box .nav_box_left .second_small_box .secod_nav_list a {
  display: block;
  color: #fff;
  font-size: 12px;
  line-height: 1.7;
}
footer .first_nav_box .nav_box_right {
  width: 36%;
}
footer .first_nav_box .nav_box_right .small_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .first_nav_box .nav_box_right .small_box .small_left {
  width: 40%;
}
footer .first_nav_box .nav_box_right .small_box .small_left a {
  display: block;
  color: #fff;
  font-size: 12px;
  line-height: 1.7;
}
footer .first_nav_box .nav_box_right .small_box .small_right {
  width: 40%;
}
footer .first_nav_box .nav_box_right .small_box .small_right a {
  display: block;
  color: #fff;
  font-size: 12px;
  line-height: 1.7;
}
footer .first_nav_box .nav_box_right .second_small_box {
  margin-top: 20px;
}
footer .first_nav_box .nav_box_right .second_small_box .day_text {
  color: #fff;
  font-size: 12px;
  line-height: 1.7;
  padding-left: 5px;
}
footer .second_nav {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .second_nav .contact {
  max-width: 231px;
  width: 25%;
}
footer .second_nav .contact .contat_btn {
  border: 2px solid #535353;
  background: #fff url(../img/index/btn_icon_b.png);
  background-repeat: no-repeat;
  background-size: 8px 14px;
  background-position: 96% center;
  font-size: 13px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #565656;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 35px;
}
footer .second_nav .footer_last_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60%;
}
footer .second_nav .footer_last_nav li:last-child a {
  border-right: none;
}
footer .second_nav .footer_last_nav a {
  display: block;
  color: #fff;
  padding: 0 10px;
  font-size: 12px;
  font-weight: bold;
  border-right: 1px solid #fff;
}
footer .second_nav .sns_link {
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
footer .second_nav .sns_link .sns_link_list {
  max-width: 30px;
  width: 15%;
  margin: 0 7px;
}
footer .second_nav .sns_link .sns_link_list a {
  display: block;
}

footer .copy_right_text {
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  margin-top: 28px;
  color: #fff;
}

@media (min-width: 1px) and (max-width: 1120px) {
  footer .second_nav .contact {
    width: 20%;
  }
}
@media (min-width: 1px) and (max-width: 1060px) {
  footer .first_nav_box .nav_box_right {
    width: 40%;
  }

  footer .second_nav .contact {
    width: 16%;
  }

  footer .second_nav .footer_last_nav a {
    font-size: 11px;
  }
}
@media (min-width: 1px) and (max-width: 980px) {
  footer .second_nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer .second_nav .contact {
    width: 100%;
  }
  footer .second_nav .footer_last_nav {
    width: 100%;
    margin-top: 26px;
    margin-bottom: 26px;
  }
  footer .second_nav .sns_link {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 960px) {
  footer .second_nav .contact .contat_btn {
    overflow: hidden;
    position: relative;
    z-index: 10;
  }
  footer .second_nav .contact .contat_btn:hover {
    color: #fff;
  }
  footer .second_nav .contact .contat_btn:before {
    content: "";
    display: block;
    height: 100%;
    left: -100%;
    position: absolute;
    z-index: -1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-text-decoration: 0;
            text-decoration: 0;
    width: 100%;
    color: #fff;
    border: 2px solid #404040;
    background: #404040;
    background-repeat: no-repeat;
    background-size: 8px 14px;
    background-position: 96% center;
  }
  footer .second_nav .contact .contat_btn:hover:before {
    left: 0;
  }
}
@media (min-width: 1px) and (max-width: 960px) {
  footer .first_nav_box .nav_box_right {
    width: 43%;
  }

  footer .first_nav_box .nav_box_left {
    width: 53%;
  }
}
@media (min-width: 1px) and (max-width: 880px) {
  footer {
    padding: 0;
  }
  footer .first_nav_box {
    display: none;
  }
  footer .wrap {
    width: 100%;
    padding: 0;
  }
  footer .first_nav .nav_title {
    padding-left: 18px;
  }
  footer .sp_pullmenu {
    display: block;
  }
  footer .sp_pullmenu .categyoy_menu .cate_title {
    border-bottom: 1px solid #fff;
    background: url(../img/footer/plus.png);
    background-repeat: no-repeat;
    background-size: 20px 26px;
    background-position: 96% center;
  }
  footer .sp_pullmenu .categyoy_menu .cate_title.clicked {
    background: url(../img/footer/minus.png);
    background-repeat: no-repeat;
    background-size: 20px 26px;
    background-position: 96% center;
  }
  footer .sp_pullmenu .categyoy_menu .cate_title.no_pull {
    background: url(../img/footer/nopull_arrow.png);
    background-repeat: no-repeat;
    background-size: 8px 16px;
    background-position: 95% center;
  }
  footer .sp_pullmenu .categyoy_menu .cate_title .cate_menu {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 18px;
  }
  footer .sp_pullmenu .categyoy_menu .cate_title .cate_menu a {
    color: #fff;
    font-size: 16px;
  }
  footer .sp_pullmenu .categyoy_menu .category_list {
    display: none;
    background: #F5F5F5;
    padding: 10px 18px;
  }
  footer .sp_pullmenu .categyoy_menu .category_list .cate_link_name {
    margin: 0 auto;
    padding: 10px 0;
    padding-left: 15px;
    font-size: 12px;
    font-weight: bold;
    background: url(../img/header/sp_pull_arrow.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 8px 9px;
  }
  footer .sp_pullmenu .categyoy_menu .category_list .news_area .fs-pt-list__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  footer .sp_pullmenu .categyoy_menu .category_list .news_area .fs-pt-list__link .category {
    width: 50%;
    max-width: 60px;
    margin-right: 10px;
  }
  footer .sp_pullmenu .categyoy_menu .category_list .news_area .fs-pt-list__link .category span {
    background: #ED6C00;
    color: #fff;
    font-size: 9px;
    font-weight: bold;
    text-align: center;
    min-width: 60px;
    padding: 3px 0;
    display: block;
    margin-right: 10px;
  }
  footer .sp_pullmenu .categyoy_menu .category_list .news_area .fs-pt-list__link .category span.new {
    background: #4D4C4C;
  }
  footer .sp_pullmenu .categyoy_menu .category_list .news_area .fs-pt-list__link .news_day {
    width: 50%;
    font-size: 11px;
    font-weight: bold;
  }
  footer .sp_pullmenu .categyoy_menu .category_list .news_area .fs-pt-list__link .link_text {
    display: block;
    font-size: 12px;
    font-weight: bold;
    margin-top: 8px;
  }
}
@media (min-width: 1px) and (max-width: 767px) {
  footer.fs-l-footer {
    padding-bottom: 20px;
  }
  footer .first_nav .nav_title {
    font-size: 18px;
    padding-bottom: 15px;
  }
  footer .sp_pullmenu .categyoy_menu .cate_title .cate_menu {
    font-size: 15px;
  }
  footer .sp_pullmenu .categyoy_menu .cate_title .cate_menu a {
    font-size: 15px;
  }
  footer .sp_pullmenu .categyoy_menu .category_list .cate_link_name a {
    font-size: 12px;
  }
  footer .second_nav {
    margin-top: 34px;
  }
  footer .second_nav .footer_last_nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  footer .second_nav .footer_last_nav li:nth-child(3) a {
    border-right: none;
  }
  footer .second_nav .footer_last_nav a {
    font-size: 12px;
    margin-bottom: 12px;
  }
  footer .second_nav .contact .contat_btn {
    height: 50px;
    font-size: 15px;
  }
}</pre></body></html>