﻿.section-block-demo242-footer {
                padding: 234px 0 0;
                background-image: url(../images/footbg.webp);
              width:100%;float:left;
            }


            .section-block-demo242-footer,
            .section-block-demo242-footer a {
                color: rgba(255, 255, 255, .8);
                transition: all .35s ease;
            }


            .section-block-demo242-footer .foot-items {
                padding: 0 0 55px;
            }

            .section-block-demo242-footer .btn-inquiry {
                padding: .7rem 4rem;
                font-size: 18px;
                border-width: 1px;
                margin-top: 46px;
            }

            .section-block-demo242-footer .btn-inquiry.btn[btn-text-color=sec-theme] {
                color: #0843db;
            }

            .section-block-demo242-footer .btn-inquiry.btn[btn-hover-border-color=white]:hover {
                color: #fff;
            }

            .section-block-demo242-footer .foot-contact-item {
                width: 23.66%;
                padding-right: 3%;
                box-sizing: content-box;
            }

            .section-block-demo242-footer .foot-nav-item {
                max-width: 25%;
                padding-top: 5px;
                padding-right: 4%;
                box-sizing: content-box;
            }

            .section-block-demo242-footer .foot-nav-item-1 {
                padding-right: 6%;
            }

            .section-block-demo242-footer .foot-inquiry {
                width: 290px;
                padding-top: 5px;
            }

            .section-block-demo242-footer .foot-title {
                color: #ffffff;
                font-size: 24px;
                font-weight: 600;
            }

            .section-block-demo242-footer .foot-nav {
                padding: 19px 0 0;
            }

            .section-block-demo242-footer .foot-nav li {
                padding: 6.5px 0;
                font-size: 16px;
            }

            .section-block-demo242-footer .foot-nav li a {
                transition: all .35s ease;
            }

            .section-block-demo242-footer .foot-nav li a:hover {
                transform: translateX(5px);
            }

            .section-block-demo242-footer .foot-logo {
                padding-right: 10px;
                display: block;
                margin-bottom: 20px;
            }

            .section-block-demo242-footer .foot-logo img {
                position: relative;

            }

            .section-block-demo242-footer .foot-content {
                padding-top: 17px;
            }

            .section-block-demo242-footer .foot-content li {
                padding: 8px 0;
            }

            .section-block-demo242-footer .foot-content li:nth-child(2) {
                padding-bottom: 4px;
            }

            .section-block-demo242-footer .foot-content li:nth-child(2) .item-val {
                padding: 3px 0 0;
            }

            .section-block-demo242-footer .foot-content li:nth-child(3) .item-val {
                padding-top: 5px;
            }

            .section-block-demo242-footer li {
                padding: 10px 0;
                display: flex;
                align-items: flex-start;
            }

            .section-block-demo242-footer li .item-ico {
                width: 21px;
                padding: 2px 0;
            }

            .section-block-demo242-footer .foot-contact-item li:hover .item-ico img {
                animation: shake 0.3s ease-in-out forwards;
            }

            .section-block-demo242-footer li .item-val {
                flex: 1;
                padding: 6px 0;
                line-height: 20px;
                margin-left: 14px;
            }

            .section-block-demo242-footer li .item-val>* {
                display: inline-block;
            }

            .section-block-demo242-footer .foot-bottom {
                padding: 20px 0;
                border-top: 1px solid rgba(255, 255, 255, .52);
            }

            .section-block-demo242-footer .foot-bottom .copyright {
                text-align: center;
                font-size: 18px;
                color: #e1e1e1;
            }

            .section-block-demo242-footer .foot-social {
                flex-wrap: wrap;
                align-items: center;
                padding: 34px 0 0;
            }

            .section-block-demo242-footer .foot-social li {
                padding: 5px 0; background-color:#fff;width: 30px; text-align:center;
  height: 30px;
            }
     .section-block-demo242-footer .foot-social li:hover{background-color:var(--bs-theme-color);}
            .section-block-demo242-footer .foot-social li+li {
                margin-left: 10px;
            }
   .section-block-demo242-footer .foot-social li:hover a{color:#fff;}
            .section-block-demo242-footer .foot-social li a {
                display: block; color:var(--bs-theme-color);margin:auto;
            }

            .section-block-demo242-footer .foot-social li a img {
                max-width: 39px;
                transition: all .35s ease;
            }

            .section-block-demo242-footer .foot-social li a:hover img {
                transform: rotate(35deg);
            }

            @keyframes shake {
                0% {
                    transform: rotate(0deg);
                }

                25% {
                    transform: rotate(20deg);
                }

                50% {
                    transform: rotate(-20deg);
                }

                75% {
                    transform: rotate(10deg);
                }

                100% {
                    transform: rotate(0deg);
                }
            }

            @media only screen and (max-width:1440px) {
                .section-block-demo242-footer .foot-inquiry {
                    width: 300px;
                }
            }

            @media only screen and (max-width:1280px) {
                .section-block-demo242-footer .foot-title {
                    font-size: 20px;
                }

                .section-block-demo242-footer .foot-inquiry {
                    width: 240px;
                }
            }

            @media only screen and (max-width:1080px) {}

            @media only screen and (max-width:992px) {
                .section-block-demo242-footer {
                    padding-top: 150px;
                }

                .section-block-demo242-footer .foot-content {
                    padding-top: 10px;
                }

                .section-block-demo242-footer .foot-bottom {
                    padding-bottom: 2rem;
                }

                .section-block-demo242-footer .foot-items {
                    flex-wrap: wrap;
                }

                .section-block-demo242-footer .foot-contact-item,
                .section-block-demo242-footer .foot-inquiry,
                .section-block-demo242-footer .foot-nav-item {
                    width: 100%;
                    max-width: 100%;
                    margin-bottom: 15px;
                    padding-top: 20px;
                    box-sizing: border-box;
                }

                .section-block-demo242-footer .foot-title {
                    font-size: 18px;
                }
            }

            @media only screen and (max-width:640px) {
                .section-block-demo242-footer .foot-nav li {
                    font-size: 14px;
                }

                .section-block-demo242-footer .foot-bottom {
                    text-align: center;
                    flex-wrap: wrap;
                    padding: 1rem 0 0;
                }

                .section-block-demo242-footer .foot-bottom .copyright {
                    width: 100%;
                    flex: unset;
                    margin: 0;
                }

                .section-block-demo242-footer .foot-social {
                    width: 100%;
                    justify-content: center;
                }
            }

            @media only screen and (max-width:576px) {
                .section-block-demo242-footer {
                    padding-top: 100px;
                    background-position: 20%;
                }

                .section-block-demo242-footer .foot-contact-item,
                .section-block-demo242-footer .foot-inquiry,
                .section-block-demo242-footer .foot-nav-item {
                    width: 100%;
                    padding-top: 10px;
                }

                .section-block-demo242-footer .foot-title {
                    font-size: 16px;
                }

                .section-block-demo242-footer .foot-nav {
                    padding: 12px 0;
                }
            }


.gotop {
	right: 2rem;
	color: #fff;
	background-color: var(--bs-theme-color);
	text-align: center;
	height: 4.6rem;
	width: 4.6rem;
	background-clip: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	z-index: 99999;
	font-size: 1.6rem;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	-moz-transform: translateY(100%);
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%)
}
.gotop.active:hover, .gotop:hover {
	opacity: 1;
	color: #fff
}
.gotop::before {
  display: block;
content: "\f102";
  font: normal normal normal 14px/1 FontAwesome;
font-size: 1.8rem;
  margin-top: 15px;
}

.gotop.active {
	opacity: 1;
	visibility: visible;
	-moz-transform: none;
	-webkit-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none
}

.gotop:hover:after {
	opacity: 1;
	-webkit-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none
}
.gotop:hover { background-color:#000;
}
.foot-item h3 i {
	display: none;
}
.section-block-demo242-footer .foot-item {
    position: relative;
  }



@media(max-width:768px){
	.section-block-demo242-footer .foot-item {
	border-bottom: solid 1px #fff;
  padding-bottom: 10px;
	  }
	.foot-items{display:block !important;}
.section-block-demo280-footer .foot-item{position: relative;}
.foot-item h3 i {display: block; position:absolute;right:20px;top: 30px; cursor:pointer;}
.foot-items ul{display: none;}
.active h3 i {transform: rotate(180deg); -webkit-transform: rotate(180deg);-moz-transform: rotate(180deg); -o-transform: rotate(180deg); -ms-transform: rotate(180deg);}
.section-block-demo280-footer .foot-item{border-bottom:solid 1px rgba(255,255,255,.5);padding-bottom:20px;}
}





			#onlineService {
  display: none;
}

@media(max-width:768px) {
	.policy-list{margin: auto;}
.section-block-demo242-footer{padding-bottom: 15%;}
.gotop.active,.im{
  display: none;
}
  #onlineService {
    display:block;
  }
  #onlineService {
    overflow:visible;
  }
  #onlineService {
    position:fixed;
    z-index:9999;
    bottom:0;
    left:50%;
    width:100%;
    -webkit-transform:translateX(-50%);
    -moz-transform:translateX(-50%);
    -ms-transform:translateX(-50%);
    -o-transform:translateX(-50%);
    transform:translateX(-50%)
  }
  .offside {
    display:flex;
    width:100%
  }
  .offside li {
    flex-grow:1;
    flex:1;
    text-align:center;
    width:auto;
    height:60px;
    background:var(--bs-theme-color) !important;
    border-bottom:none !important;
    border-right:1px solid rgba(255,255,255,0.15)
  }
  .offside li i {
    color:#fff !important;
    font-size:20px !important;
    line-height:60px !important;
    padding:0;
    font-size:22px !important
  }
  .offside li.tel {
    width:47px;
    transform:translateX(0);
    -webkit-transform:translateX(0)
  }
  .offside li:last-child {
    display:none
  }
  .offside li p {
    display:none !important
  }
  .offside li a {
    position:static;
    display:inline-block
  }

}
		



