/*--------------------------------------------------------------
#USER  Footer
--------------------------------------------------------------*/
#footer {
    color: #444444;
    font-size: 14px;
    background: #1b196a;
  }



  #footer .footer-top {
    padding: 33px 0 13px 0;
    background: #5553e370;
    border-bottom: 1px solid white;
    /* box-shadow: 0px 2px 15px rgba(25, 119, 204, 0.1); */
  }

  #footer .footer-top .footer-contact {
    margin-bottom: 30px;
  }

  #footer .footer-top .footer-contact h4 {
    font-size: 22px;
    margin: 0 0 30px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-weight: 700;
  }
  .footer_font{
      font-family:fangsong;
      font-size: 20px;

  }


  /* #footer .footer-top h4 {
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    position: relative;
    padding-bottom: 12px;
  } */

  #footer .footer-top .footer-links {
    margin-bottom: 30px;
  }

  #footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  #footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: #1c84e3;
    font-size: 18px;
    line-height: 1;
  }

  #footer .footer-top .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
  }

  #footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
  }

  #footer .footer-top .footer-links ul a {
    color: #ffffff;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
  }

  /* #footer .footer-top .footer-links ul a:hover {
    text-decoration: none;
    color: #0dbddc;
  } */

  #footer .footer-newsletter {
    font-size: 15px;
  }

  #footer .footer-newsletter h4 {
    font-size: 16px;
    font-weight: bold;
    color: #444444;
    position: relative;
    padding-bottom: 12px;
  }

  #footer .footer-newsletter form {
    margin-top: 30px;
    background: #fff;
    padding: 6px 10px;
    position: relative;
    border-radius: 50px;
    text-align: left;
    border: 1px solid #bfdcf7;
  }

  #footer .footer-newsletter form input[type=email] {
    border: 0;
    padding: 4px 8px;
    width: calc(100% - 100px);
  }

  #footer .footer-newsletter form input[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 20px;
    background: #1b196a;
    color: #fff;
    transition: 0.3s;
    border-radius: 50px;
  }

  #footer .footer-newsletter form input[type=submit]:hover {
    background: #1c84e3;
  }

  #footer .credits {
    padding-top: 5px;
    font-size: 13px;
    color: #444444;
  }

  #footer .social-links a {
    font-size: 13px;
    display: inline-block;
    background: #1b196a;
    color: #fff;
    line-height: 1;
    padding: 11px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
  }

  #footer .social-links a:hover {
    background: #1c84e3;
    color: #fff;
    text-decoration: none;
  }
  .home_about_box{
    color: var(--main-color);
    background: #686868;
    font-family: 'Nanum Gothic', sans-serif;
    text-align: center;
    padding: 35px 25px;
    margin: 0 10px;
    border-radius: 20px;
    position: relative;
    z-index: 3;
}
.home_about_box:before,
.home_about_box:after{
    content: "";
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
}
.home_about_box:before{
    background: #fff;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border-radius: 15px 15px;
    box-shadow: 0 0 8px rgba(0,0,0,0.3);
    z-index: -1;
}
.home_about_box:after{
    width: calc(100% + 20px);
    height: calc(100% - 50px);
    border: 4px solid #ffffff;
    border-radius: 5px 5px;
    z-index: -2;
}

.home_about_box .title{
    color:#1b196b;
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0 0 7px;
}
.home_about_box .description{
    color: #555;
    /* font-size: 13px; */
    font-weight: 500;
    letter-spacing: 0.5px;
    line-height: 22px;
    margin: 0;
}
.home_about_box.green{ --main-color: #10ac84; }
.home_about_box.red{ --main-color: #F96B51; }
.home_about_box.blue{ --main-color: #029AB3; }
@media only screen and (max-width: 1199px){
    .home_about_box{ margin: 0 10px 30px; }}
