
#appTopwrap {
    background-image: url(../images/imagingedge/imaging/imaging_01.jpg);
    background-position: 45% 0;
    background-repeat: no-repeat;
    background-size: cover;
}

#appTopwrap .contTop h2 {
    color: #fff;
    line-height: 120%;
    font-weight: normal;
    padding-bottom: 0.3em;
    font-size: 2.6em;
}
#appTopwrap .contTop h4 {
    color: #fff;
    font-size: 1.4em;
    line-height: 120%;
    font-weight: normal;
    padding-bottom: 1.2em;
}
#appTopwrap p {
    line-height: 160%;
    text-align: justify;
    font-size: 0.7vw;
    color: #666666 !important;
}


.ienav{
    background-color: #666;
    display: block;
    overflow: hidden;
    width: 100%;
    border-bottom: 1px solid #aaa;
}
.ienav .iemenu{
    width: 900px;
    margin:0 auto;
    overflow: hidden;

}
.iemenu li{
    float: left;
    width: 239px;
    text-align: center;
}
.iemenu li a{
    color: #fff;
    padding: 30px 26px;
}
.menubtn{
    border-right: solid;
    border-color: #aaa;
    border-width: 1px;
}
.menubtn.last{
    border:none;
}
.menubtn .on{
    font-size: 18px;
    background-color: #E0620A;
}
.menubtn .off{
    font-size: 14px;
}
.iewarp{
    clear: both;
}
.notification-list li{
    font-size: 12px !important;
    line-height: 180%;
}
.mobileapps-note {
    font-size: 0.6vw !important;
    line-height: 17px !important;
}
@media screen and (max-width:1024px){
    .mobile-download-detail {
        margin: 5px 0 5px 10px !important;
    }
    .ienav .iemenu {
        width: 768px;
    }
    .iemenu li {
        width: 255px;
    }
    .menubtn .on {
        font-size: 14px;
    }
}
@media screen and (max-width:767px) {
    #appTopwrap {
        background:none;
    }
    #appTopwrap p {
        font-size: 14px !important;
        color: #666 !important;
    }
    #main p{
        font-size: 14px !important;
    }

    .mobile-download-detail {
        margin: 5px 0 5px 70px !important;
    }
    .mobile-download-detail.right {
        float: none;
    }
    .ienav .iemenu {
        width: 640px;
    }
    .iemenu li {
        width: 210px;
    }
    .menubtn .on {
        font-size: 11px;
    }
    .menubtn .off {
        font-size: 11px;
    }
    .iemenu li a {
        padding: 20px;
    }
    br {
        display: none;
    }
    .mobileapps-note {
        font-size: 12px !important;
        line-height: 17px !important;
    }
}
@media screen and (max-width:640px) {
    .ienav {
        background-color: #666;;
    }
    .ienav .iemenu {
        width: auto;
    }
    .iemenu li {
        width: 100%;
        border-bottom: 1px solid #aaa;
    }
    .menubtn .on {
        font-size: 18px;
    }
    .menubtn .off {
        font-size: 14px;
    }



}