@media (min-width: 1200px) { 
.megaMenuPc {width: 1020px;}
.megaMenuPc .megaMenuPc-box {width: 50%;float: left;}
}

@media (min-width: 980px) {
.megaMenuPc .megaMenuPc-box:nth-last-child(2) {margin-bottom: 0;}
.megaMenuPc .megaMenuPc-box:nth-child(odd) {clear: both;}
}

.megaMenuPc .megaMenuPc-icon{
    box-sizing: content-box;
}

.megaMenuPc .megaMenuPc-icon img{
    width: 100%;
}

.megaMenuPc .link-white.link-external:after{
    background-position: -34.5px -99px;
    width: 9px;
    height: 10px;
    right: -3px;
}

.megaMenuSmp .megaMenuSmp-navContainer .megaMenuSmp-select .megaMenuSmp-selectList a.link-external:after{
    content: "";
    display: inline-block;
    position: static;
    vertical-align: middle;
    background-image: url(../icon_sprite-2.html);
    background-position: 0px -78px;
    background-size: 101px 93px;
    width: 9px;
    height: 9px;
    margin: -5px 0 0 5px;
}