.link-footer{
display: block;
  text-align: center;
  margin-top: 15px;
}
.link-footer li{
display: inline-block;
  margin-right: 5px;
  border-right: 1px solid #fff;
  padding-right: 5px;
}
.link-footer li:last-child{
border-right:0;}
.link-footer li a{
color: #fff;
 text-decoration: none;
  
}
.information_comp p{
  text-align:center;
}

.section-banner .home-banner2 h2 span.line2{
	letter-spacing: -1px;
}

.popup-test{
    background: #0278C1;
    /* max-width: 600px; */
    border-radius: 30px;
    text-align: center;
    position: relative;
    padding: 30px;
    text-transform: uppercase;
    color: #FFF;
   
    
}

.popup-test .popup-body{
    padding: 20px;
    margin-top: 20px;
}

.popup-test .popup-test-img{
    border-radius: 50%;
    width: 140px;
    height: 140px;
    position: absolute;
    top: -70px;
    margin-left: -70px;
    left: 50%;
    overflow: hidden;
    padding: 20px;
     background: #0278C1;
}
.popup-test .popup-test-img img{
    max-width: 100%;
  
}

.popup-test h2,
.popup-test h3{
    color: #FFF;
    font-family: "SVN-Gotham";
    text-shadow: 1px 3px 10px #333;
}

.popup-test h2{
    font-weight: 900;
    font-size: 3.3em;
    letter-spacing: 3px;
    line-height: 1.3;
    margin-bottom: 30px;
}


.popup-test h3{
    font-weight: 900;
    font-size: 2em;
    letter-spacing: 1px;
    line-height: 1.3;
    margin-bottom: 30px;
}

.popup-test h3 span{
    display: inline-block;
    padding: 5px 10px;
    background: #fff;
    color: #EB7623;
    line-height: 1;
    text-shadow: none;
}

.popup-test a{
    border-radius: 30px;
    display: inline-block;
    background: #FFF;
    color: #0278C1;
    font-family: "SVN-Gotham";
    position: relative;
    padding: 8px 20px;
    font-size: 1.4em;
    font-weight: 900;
    padding-bottom: 12px;
}

.popup-test a:hover{
     background: #EB7623;
    color: #FFF;
}

.popup-test a:before{
    content: "";
    position: absolute;
    top: 3px;
    right: 3px;
    bottom: 3px;
    left: 3px;
    border: 1px solid #0278C1;
    border-radius: 32px;
    display: block;
    
   
}


.popup-border-1:before, .popup-border-1:after,
.popup-border:before, .popup-border:after{
    content: "";
    display: block;
    width: 80px;
    height: 80px;
    position: absolute;
    border-width: 0;
    border-color: #FFF;
    border-style: solid;
    
}

.popup-border:before{
    border-top-width: 2px;
    border-left-width: 2px;
    top: 30px;
    left: 30px
}

.popup-border:after{
    border-bottom-width: 2px;
    border-left-width: 2px;
    left: 30px;
    bottom: 30px;
}


.popup-border-1:before{
    border-right-width: 2px;
    border-top-width: 2px;
    right: 30px;
    top: 30px
}

.popup-border-1:after{
    border-right-width: 2px;
    border-bottom-width: 2px;
    right: 30px;
    bottom: 30px;
}

.pum-close.popmake-close {
    font-size: 38px !important;
    top: -20px !important;
    right: -20px !important;
}

@media(max-width: 575px){
    .popup-test{
        padding: 30px 15px;
    }
    .popup-test h2{
        font-size: 26px;
        letter-spacing: 0px;
    }
    .popup-test h3{
        font-size: 16px;
        letter-spacing: 0px;
    }
    .popup-test a span{
        font-size: 14px;
        line-height: 1;
        padding-bottom: 12px;
    }
    .popup-border-1:before, .popup-border-1:after, .popup-border:before, .popup-border:after{
        width: 60px;
        height: 60px;
    }
		
		.popup-border:before{

				top: 20px;
				left: 20px
		}

		.popup-border:after{

				left: 20px;
				bottom: 20px;
		}


		.popup-border-1:before{

				right: 20px;
				top: 20px
		}

		.popup-border-1:after{

				right: 20px;
				bottom: 20px;
		}

		
}

.toc{
 list-style: none;
		padding: 0;
}
.toc li {
  display: flex;
}

.toc li .tit {
  order: 1;
}

.toc li .val {
  order: 3;
}

.toc li::after {
  background-image: radial-gradient(circle, currentcolor 1px, transparent 1.5px);
  background-position: bottom;
  background-size: 1ex 4.5px;
  background-repeat: space no-repeat;
  content: "";
  flex-grow: 1;
  height: 1em;
  order: 2;
}