/* ==== FOOTER ==== */
footer {
    margin:0 auto;
    padding:0;
    width: 1080px;
    display:inline-block; 
    text-align:right; 
    margin: 15px 0px; 
    width:100%; 
    line-height:26px;
    padding:10px 0 10px;
}
footer .footer {
    text-align: left;
    font-size: 16px;
    display:inline-block;
    color:#fff;
	width:75%;
}
footer .version {
    text-align: right;
    display:inline-block;
	width:24%;
}
footer .version .btn {
	background: var(--color-7);
    width: 85px;
    color: var(--font-1);
    font-size: 12px;
    font-weight: bold;
    padding: 3px;
}
#footer_seo, #footer_product {
    padding-top:20px;
    margin-top:20px;
}
.footer_seo_content {
    height: 200px;
    overflow: hidden;
}
#footer_seo .box_seemore{
	width:100%;
	text-align:center;
}
#footer_seo .box_seemore .btn_seemore{
	position: relative;
    top: -15px;
    font-size: 14px;
	background: var(--color-7);
	color: var(--font-1);
}
#footer_product .hover-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#footer_product .hover-list li {
    display:inline-block;
	line-height:70px;
	width:14%;
	margin:5px 0;
	text-align: center;
}
#footer_product .hover-list li img {
    height:50px;
    padding:5px 10px;
    -webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
#footer_product .hover-list li img:hover {
    filter: none;
    -webkit-filter: grayscale(0%) drop-shadow(0px 0px 1px #acacac);
}
.footer-section-title {
    margin:30px 0;
    color:#d5d5d5;
    font-size:14px;
}
.apk_div {
	position:fixed;
	bottom:240px;
	left:10px;
	z-index:100;
}
.apk_div .apk_link img{
	width:70px;
	background: var(--color-1);
    border: 3px outset var(--color-6);
    border-radius: 50%;
    padding: 8px;
}
.rtp_div {
	position:fixed;
	bottom:165px;
	left:10px;
	z-index:100;
}
.rtp_div .rtp_link img{
	width:70px;
	background: var(--color-1);
    border: 3px outset var(--color-6);
    border-radius: 50%;
    padding: 8px;
}
/* ==== FOOTER ==== */
