body {
    min-width: auto;
}

.footer .container {
    display: flex;
    align-items: center;
    background-color: #333;
    padding: 20px 20px 30px;
    color: #fff; 
    transition: opacity 0.3s ease-in-out;
    justify-content: center;
    width: 100%;
}

.footerIcon {
    width: 30px;
    margin-right: 5px;
}

.footer .container .threeColumnsType2 {
    border-spacing: 10px;
}

.footerMenu {
    background-color: #202124;
    color: #ffffff;
    font-size: 14px;
}
.footer .footerMenu .container{
    justify-content: space-between;
    background: #202124;
    align-items: flex-start;
    padding: 40px 0;
    max-width: 1100px;
}

.footerMenu a {
    text-decoration: none;
    color: #C3C3C3;
}

.footerMenu a:hover {
    text-decoration: underline;
}

.footerMenu .separator {
    margin: 0 10px;
    border-left: 1px solid #ddd;
    height: 20px;
}

.footerMenu .menuBox {
    width: 15%;
}
.footerMenu .menuBox.other{
    width: 30%;
}
.footerMenu .menuBox label{
    font-size: 14px;
    display: block;
    padding-bottom: 10px;
    border-bottom: 1px dashed #ffffff;
}
ul.footerMenuList, ul.footerSubmenu{
    list-style: none;
}
.footerMenuList{
    padding: 10px 0;
}
.footerMenuList li{
    font-size: 12px;
    color: #C3C3C3;
    font-weight: normal;
    padding-top: 10px;
}
.footerMenuList li a{
    color: #C3C3C3;
    transition: .3s;
}
.footerSubmenu li a::before{
    content: "-";
    margin-right: 3px;
}
.footerMenuList li a:hover, .menuBox .siteBanner a:hover img{
    opacity: .8;
    text-decoration: none;
}
.footerBtnContents{
    display: flex;
    justify-content: space-between;
}
.footerBtnContents a{
    margin: 0;
    text-align: center;
    width: 48%;
    color: #fff!important;
    border: 1px solid #fff;
    padding: 15px 0;
    font-size: 12px;
    transition: .3s;
}
.footerBtnContents a:hover{
    background: #fff;
    color: #202124!important;
    text-decoration: none;
}
.menuBox .siteBanner{
    margin: 20px 0;
}
.menuBox .siteBanner a{
    display: block;
}
.menuBox .siteBanner a + a{
    margin-top: 10px;
}
.menuBox .siteBanner a img{
    width: 100%;
    vertical-align: middle;
    transition: .3s;
}

.seal p {
    font-size: 12px;
    text-align: center;
    margin-bottom: 10px;
}

.cardLogo,  .rightGroup, .leftGroup{
    display: flex;
    gap: 10px; 
    align-items: center;
    flex-wrap: wrap;
}

.cardLogo{
    justify-content: center;
}

.wifi-rental img {
    max-width: 100%;
    height: auto;
    width: 254px;
}

.contactInfo {
    margin-left: 15px;
    font-size: 26px;
    font-weight: bold; 
}

.contactInfo a {
    font-size: 20px;
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #ffffff!important; 
    transition: color 0.3s ease-in-out;
    margin-bottom: 5px;
}

.contactInfo a:hover {
    color: #bbb!important; 
    text-decoration: none;
}

.contactInfo i {
    margin-right: 8px;
}

.workingHours {
    font-size: 14px;
    color: #ddd;
    margin: 0 10px;
}

.contactInfo .workingHours{
    margin: 0;
}


.footerLogos {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    padding: 2% 0;
}
.footerLogos img.isms {
    height: 55px;
}

.primeLogo {
    width: 50px;
}

.copyright {
    background: none;
    font-size: 14px;
    background-color: #ffffff;
    color: black;
}

.copyright .copyTxt {
    padding: 1%;
    font-size: 14px;
	text-align: center;
}

.footerPrimeTxt {
    font-size: 12px;
}

.footerLALinks{
    display: none;
}

#back-to-top {
	position: fixed;
	bottom: 80px;
	right: 40px;
	z-index: 7;
	width: 70px;
	height: 70px;
    border-radius: 100px;
	text-align: center;
	background: #000000 url("../images/icon_triangle.svg") center no-repeat;
	text-indent: -9999px;
	cursor: pointer;
	text-decoration: none;
	transition: opacity 0.2s ease-out;
	opacity: 0;
}

#back-to-top.show {
	opacity: .3;
}

@media screen and (max-width: 799px) {

    .footer .container {
        display: block;
        padding: 5% 20px;
    }
    .footerContents{
        width: 100%;
    }
    .contactInfo {
        font-size: 5vw;
        margin-left: 0px;
    }
    .workingHours{
        margin: 0 0 5px 0;
    }

    .footerIcon {
        margin-right: 10px;
    }

    .container .threeColumns {
        width: 100%;
        display: flex !important; 
        flex-direction: column; 
        margin-bottom: 20px;
    }

    .container .threeColumns .column {
        width: 100%;
        display: inline-flex;
    }

    .callCenterLog {
        content: url("/common/images/callCenterSp.svg");
        width: 100%;
        float: none;
        margin-bottom: 10px;
        border-radius: 5px;
    }

    .contactInfo {
        width: 100%;
    }

    .footer .footerMenu .container{
        display: flex;
        flex-wrap: wrap;
        padding: 20px;
    }
    .footerMenu .menuBox{
        width: 48%;
        margin: 0 0 20px;
    }
    .footerMenu .menuBox.other{
        width: 100%;
        margin-bottom: 0;
    }

    .separator {
        display: none; 
    }


    .footerLogos {
        padding: 20px;
    }

    .wifi-rental img {
        width: 100%;
        margin: auto;
        display: block;
    }

    .leftGroup{
        flex: 1;
    }
    .leftGroup img, .rightGroup img, .footerLogos img.isms {
        height: 9vw;
        width: auto;
    }

    .footerPrimeTxt {
        width: 100%;
        margin-top: 10px;
    }

    .copyright{
        padding-bottom: 120px;
    }

    .bottomBanner {
        position: fixed;
        bottom: 0;
        left: 0;
        display: block;
        align-items: center;
        justify-content: space-between;
        background: #cc0000;
        padding: 15px 20px;
        width: 100%;
        z-index: 8;
    }

    
    .bannerText {
        color: white;
        font-size: 14px;
        font-weight: bold;
        text-align: center;
        display: block;
        margin-bottom: 10px;
    }

    .bannerButtons {
        display: flex;
        justify-content: center;  
        gap: 10px; 
    }

    #back-to-top{
        right: 20px;
        bottom: 120px;
    }


    .ctaButton {
        background: #FFFF6C;
        color: #000000!important;
        font-weight: bold;
        padding: 15px 0;
        border-radius: 50px;
        text-decoration: none;
        display: flex;
        align-items: center;
        gap: 4px;
        width: 33%;
        text-align: center;
        justify-content: center;

        background: linear-gradient(90deg, #FFFF6C 0%, #FFAD00 100%);
        box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.2);
        border-radius: 50px;
        font-size: 14px;
        line-height: 1.2
    }
    .ctaButton::after {
        content: "";
        display: inline-block;
        width: 5px;
        height: 5px;
        border-right: 1px solid #000000;
        border-bottom: 1px solid #000000;
        transform: rotate(-45deg);
        margin-left: 5px;
    }

    [id^="datasign_cmp"]::part(floating-container) {
        bottom: 120px;
    }
}