/* footer */
.w-footer {
    width: 100%;
    min-height: 434px;
    height: auto;
    background-color: #f5f5f7;
}

.w-footer a{
	text-decoration: none;
}

.w-footer .w-flex{
	display: flex;
	display: -webkit-flex;
	display: -moz-box;
	align-items: center;
	-webkit-align-items: center;
}
.w-footer .w-flex-sb{
	justify-content: space-between;
}

.w-footer ul,li{
	list-style: none;
	list-style-type: none;
}

.w-footer button,input{
	border: 0;
	border-radius: 0;
	background: none;
	outline: none;
}

.w-footer-center {
    flex-direction: column;
}

.w-width-1200{
	width: 100%;
	max-width: 1200px;
	height: 100%;
	margin: 0 auto;
	min-width: 320px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.w-width-1200{
		width: 100%;
	}
}
/** iPhone **/
@media only screen and (min-width: 320px) and (max-width: 767px) {
	.w-mt{
		margin-top: 1.18rem;
	}
	.w-width-1200{
		width: 100%;
		max-width: 100%;
		/*min-width: 100%;*/
	}
}

.w-footer-center-menu {
    align-items: flex-start;
    padding: 50px 0 0;
    width: 100%;
    flex: 1;
    display: flex;
    position: relative;
}

.w-footer-center-menu li {
    display: flex;
    flex: 1;
    flex-direction: column;
}

.w-footer-center-menu li .title h4 {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    line-height: 33px;
    margin-bottom: 5px;
}

.w-footer-center-menu li .title img {
    display: none;
}

.w-footer-center-menu li .center {
    padding-right: 10px;
    flex-direction: column;
    gap: 12px;
}

.w-footer-center-menu li .center a {
    font-size: 14px;
    color: #555555;
    /*font-weight: 100;*/
    line-height: 1.5;
    width: 100%;
    cursor: pointer;
}

.w-footer-center-menu li .center a:hover {
    color: #359ff6;
    transition: all 0.3s;
}

.w-footer-center-menu li .image {
    /*margin-top: 15px;*/
}

.w-footer-center-menu li .image a {
    margin-right: 28px;
}

.w-footer-center-menu li .image a:nth-child(1) {
    width: 36px;
    height: 32px;
    background: url(../image/common/mobeil_facebook.png) no-repeat 0 0/100% 100%;
}

.w-footer-center-menu li .image a:nth-child(2) {
    width: 36px;
    height: 32px;
    background: url(../image/common/mobeil_Twi.png) no-repeat 0 0/100% 100%;
}

.w-footer-center-menu li .image a:nth-child(3) {
    width: 36px;
    height: 32px;
    background: url(../image/common/mobeil_youtube.png) no-repeat 0 0/100% 100%;
}

.w-footer-center-menu li .image a:nth-child(1):hover {
    background: url(../image/common/12_withe.png) no-repeat 0 0/100% 100%;
}

.w-footer-center-menu li .image a:nth-child(2):hover {
    background: url(../image/common/11_withe.png) no-repeat 0 0/100% 100%;
}

.w-footer-center-menu li .image a:nth-child(3):hover {
    background: url(../image/common/10_withe.png) no-repeat 0 0/100% 100%;
}

.w-footer-center-menu li.fixed {
    position: absolute;
    bottom: 0;
    right: 0;
    height: auto;
    flex: 2;
    width: 480px;
}

.w-footer-center-menu li .end {
    width: 100%;
    align-items: flex-end;
}

.w-footer-center-menu li .end input {
    width: 271px;
    border-bottom: 0.5px solid #d7d7d7;
    padding: 10px 0;
}

.w-footer-center-menu li .end input::-webkit-input-placeholder {
    font-size: 14px;
    color: #999;
}

.title-Subscribe {
    line-height: 1 !important;
    margin-top: 10px;
}

.w-footer-center-menu li .end button {
    width: 100px;
    height: 36px;
    background: #3da5f9;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    margin-left: 10px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .w-footer-center-menu li .end button {
        margin-right: 350px;
    }

    .w-footer-center-menu li .image a:nth-child(1) {
        width: 27px;
        height: 24px;
    }

    .w-footer-center-menu li .image a:nth-child(2) {
        width: 27px;
        height: 24px;
    }

    .w-footer-center-menu li .image a:nth-child(3) {
        width: 27px;
        height: 24px;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .w-footer-center-menu li .image a:nth-child(1) {
        width: 27px;
        height: 24px;
    }

    .w-footer-center-menu li .image a:nth-child(2) {
        width: 27px;
        height: 24px;
    }

    .w-footer-center-menu li .image a:nth-child(3) {
        width: 27px;
        height: 24px;
    }

    .w-footer-center-menu li .end button {
        font-size: 14px;
    }

    .w-footer {
        height: auto;
        padding: 0.2rem 15px 15px;
    }
}

.w-footer-center-copyright {
    text-align: center;
    font-size: 14px;
    color: #6e6e6e;
    margin-right: 0px;
    line-height: 21px;
    padding: 59px 0 23px;
}

.w-footer-center-copyright a {
    margin-right: 0px;
    cursor: pointer;
    color: #6e6e6e;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .w-footer {
        height: auto;
        padding: 0rem 38px 8px;
    }

    .w-footer li {
        padding: 20px 0 10px !important;
    }

    .w-footer .title h4 {
        font-size: 16px !important;
    }

    .w-footer .center a {
        font-size: 14px !important;
    }

    .w-footer .zhankai {
        transform: scale(0.8);
    }

    .w-footer .guanbi {
        transform: scale(0.8);
    }

    .w-footer .image {
        margin-bottom: 0 !important;
        /*margin-top: 15px !important;*/
    }
}

@media screen and (min-width: 320px) and (max-width: 1023px) {


    .w-footer-center-menu {
        flex-wrap: wrap;
        padding: 0;
    }

    .w-footer-center-menu li {
        width: 100%;
        flex: initial;
        border-bottom: 1px solid #e0e0e0;
        padding: 0.53rem 0;
    }

    .w-footer-center-menu li .title {
        background-color: #f5f5f7;
        position: relative;
        z-index: 5;
    }

    .w-footer-center-menu li .title h4 {
        /*font-size: 0.42rem;*/
    }

    .w-footer-center-menu li .title img {
        display: block;
    }

    .w-footer-center-menu li .title .zhankai {
        width: 16px;
        height: 8px;
    }

    .w-footer-center-menu li .title .guanbi {
        width: 0.33rem;
        height: 0.32rem;
    }

    .w-footer-center-menu li .image {
        margin-bottom: 0.5rem;
    }

    .w-footer-center-menu li .image a {
        margin-right: 1.1rem;
    }

    .w-footer-center-menu li .image a:nth-child(1):hover {
        background: url(../image/common/mobeil_facebook.png) no-repeat 0 0/100% 100%;
    }

    .w-footer-center-menu li .image a:nth-child(2):hover {
        background: url(../image/common/mobeil_Twi.png) no-repeat 0 0/100% 100%;
    }

    .w-footer-center-menu li .image a:nth-child(3):hover {
        background: url(../image/common/mobeil_youtube.png) no-repeat 0 0/100% 100%;
    }

    .w-footer-center-menu li .center {
        /*height: 0;*/
        overflow: hidden;
        opacity: 1;
        transition: height 0.5s;
        flex-direction: column;
        margin-bottom: 5px;
    }

    .w-footer-center-menu li .center a {
        font-size: 14px;
    }

    .w-footer-center-menu li.fixed {
        position: initial;
        border: none;
        width: calc(100% / 1) !important;
        flex: initial;
    }

    .w-footer-center-menu li.fixed input {
        border-bottom: 1px solid #e0e0e0;
        flex: 1;
        font-size: 18px;
        width: auto;
    }


}

.Language {
    margin-top: 40px;
}

@media screen and (min-width: 320px) and (max-width: 1024px) {
    .Language {
        margin-top: 10px;
        padding-top: 10px;
        border-top: 1px solid #e0e0e0;
    }

    .languageImage {
        margin-bottom: 5px;
    }

}

.languageImage {
    /*margin-top: 15px;*/
}

.languageImage a {
    margin-right: 23px;
    width: 32px;
    height: 24px;
}

.languageImage a:nth-child(1) {
    background: url(../image/common/english.png) no-repeat 0 0/100% 100%;
}

.languageImage a:nth-child(2) {
    background: url(../image/common/jp.png) no-repeat 0 0/100% 100%;
}

.languageImage a:nth-child(3) {
    background: url(../image/common/de.png) no-repeat 0 0/100% 100%;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .languageImage a {
        margin-right: 36px;
    }

    .w-footer-center-copyright {
        padding: 30px 0px 10px 0px;
        font-size: 12px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .languageImage a {
        margin-right: 32px;
    }

    .w-footer-center-copyright {
        padding: 30px 0px 20px 0px;
        font-size: 12px;
    }
}

.languageImage select {
    border: 0;
    outline: none;
    background-color: #f5f5f7;
    color: #555555;
    font: 14px Montserrat, Helvetica Neue, sans-serif;
}

.languageImage select:focus {
    border: 1px solid #000;
}

.ConsentOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: end;
    justify-content: end;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out;
}

.consent-box {
    background: #222;
    color: #fff;
    padding: 20px;
    width: 400px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.1);
    text-align: center;
    opacity: 0;
    transform: translateY(-20px);
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.consent-box h2 {
    font-size: 20px;
    margin-bottom: 10px;
}

.consent-box p {
    font-size: 14px;
    margin-bottom: 20px;
    color: #bbb;
}

.btn-container {
    display: flex;
    justify-content: space-between;
}

.ConsentBtn {
    flex: 1;
    padding: 10px;
    border: none;
    cursor: pointer;
    font-size: 14px;
    border-radius: 5px;
    transition: background 0.3s;
}

.ConsentBtn.accept {
    background: #28a745;
    color: white;
    margin-right: 10px;
}

.ConsentBtn.accept:hover {
    background: #218838;
}

.ConsentBtn.decline {
    background: #444;
    color: #ddd;
}

.ConsentBtn.decline:hover {
    background: #555;
}

.ConsentOverlay.show {
    opacity: 1;
    visibility: visible;
}

.ConsentOverlay.show .consent-box {
    opacity: 1;
    transform: translateY(0);
}

.zhankai {
    width: 20px;
    height: 20px;
    cursor: pointer;
    transition: transform 0.3s ease;
}


@media (max-width: 768px) {
    .submenu {
        display: none;
    }

    .footer-item.active .submenu {
        display: flex;
    }

    .zhankai.rotated {
        transform: rotate(180deg);
    }

    .zhankai {
        display: inline-block;
    }
}