@media (min-width: 1200px) {
    
    .mw-patch-home-1 {
        padding-bottom: 9px;
    }
    .mw-patch-home-1 .mw-topnew {
        padding-bottom: 13px;
    }
    
    .mw-pendant {
        margin-left: 580px;
    }
    
    .mw-organization .son {
        white-space: nowrap;
    }
    .mw-organization .son::before {
        left: 22px;
        right: 22px;
    }
    .mw-organization .white .inner {
        height: 129px;
        text-align: center;
    }
    .mw-organization .white .inner span {
        font-size: 12px;
        display: block;
    }
    .mw-organization .son::before {
        content: '\20';
        display: block;
        height: 1px;
        position: absolute;
        top: 0;
        background-color: #ccc;
    }
    .mw-organization .son .son-sub:last-child::after,
    .mw-organization .son .son-sub::before {
        display: none;
    }
    .mw-organization .son .son-sub:first-child .white:nth-child(3) {
        margin-right: 2px;
    }
    .mw-organization .white .inner .text {
        display: block;
        line-height: 1.3;
    }
    
    .mw-header.en .mw-nav ul li .top {
        padding: 0 45px;
    }
    
}

@media (min-width: 1280px) {
	.mw-pendant {
        margin-left: 600px;
    }
}