.nyban,.nyerji{display:none;}
            .map-box{
                position: relative;
            }
            .contact-info{
                background-color: #fff;
                position: absolute;
                bottom: 0;
                right: 6%;
                width: 30%;
                padding: 20px 30px;
            }
            .contact-info-top h1{
                font-weight: 600;
                color: #000;
                margin-bottom: .52vw;
                font-size: 27px;
                letter-spacing: -1px;
            }
            .contact-info-top span{
                font-weight: 400;
                color: #666;
                margin-bottom: 2.14vw;
                font-size: 18px;
                letter-spacing: -0.5px;
            }
            .contact-info-bottom{
                
                border-radius: .21vw .21vw 0 0;
                /*display: flex;*/
                position: relative;
            }
            .contact-info-bottom h1{
                font-size: 2rem;
                margin: 1.2rem 0;
            }
            .contact-info-bottom ul{
                display: flex;
                flex-wrap: wrap;
                justify-content: space-around;
            }
            .contact-info-bottom ul li{
                width: 50%;
                display: flex;
                margin-bottom: 2rem;
            }
            .contact-info-bottom ul li:last-child{width:100%;}
            .contact-info-bottom ul li .contact-left{
                width: 2.45vw;
                margin-right: 0.6rem;
            }
            .contact-info-bottom ul li .contact-left>img{
                width: 100%;
            }
            .contact-info-bottom ul li .contact-right div:first-child{
                color: #666;
                font-weight: 400;
            }
            .contact-info-bottom ul li .contact-right div:last-child{
                font-weight: 600;
                color: #1e4b9f;
                word-break: break-all;
            }
            .map-go{
                display: flex;
                align-items: center;
                justify-content: center;
                border-radius: .21vw;
                color: #fff;
                font-weight: 400;
                width: 35%;
                padding: 10px 0;
                background: #1e4b9f;
            }
            .map-go>img{
                width: 0.8rem;
                margin-right: 0.4rem;
            }
            .map-go:hover span{
                color: #fff;
            }
            @media (max-width: 1600px){
                .contact-info-bottom ul li{
                    width:100%;
                }
            }
            @media (max-width: 980px){
                
                .contact-info{
                    width: 100%;
                    position: static;
                    padding: 20px 15px;
                }
                .contact-info-bottom ul li .contact-left{width: 11.45vw;}
                .contact-info-bottom ul li:last-child .contact-left{
                    width: 24.45vw;
                }
                .contact-info-bottom ul li .contact-right div:first-child{
                    font-weight: 600;
                }
                .contact-info-top h1{font-size: 24px;}
                .contact-info-top span{font-size: 17px;}
                .map-go{width:100%;}
            }