#headerSection .menu,
#slider-bannerSection,
#navSection,
#pankuzuSection,
#interviewTitleSection .interviewTitle,
#topBannerSection .banner-img,
#jobTopSection,
#searchTopSection,
#content-wrapper {
	max-width: 1200px;
	margin: auto!important;
}

.headerOrange{
    background-color: #F9C14B;
    height: 10px;
    margin: 10px 0px;
}

#interviewTopSection #pankuzuSection .pankuzu {
    padding:5px 0px!important;
}

#headerSection .menu{
	overflow: hidden;
}

#headerSection .menu .title{
    float: left;
    font-weight: bold;
}

#headerSection .menu ul {
    float: right;
    margin-bottom: 0px;
    margin-top: 5px;
}

#headerSection .menu ul li{
    display: inline-block;
    margin-right: 10px;
}


#headerSection .menu ul li a{
    color:#858796;
}


#content-wrapper {
    overflow: hidden;
}

#content-wrapper .main_area {
    width: 70%;
    display: inline-block;
    float: left;
    padding-right: 10px;
}

#content-wrapper .side_banner_area {
    width: 30%;
    display: inline-block;
    float: right;
}

#content-wrapper .side_banner_area img{
    width: 100%;
}

#otherSection .otherlink {
    border-radius: 12px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .16);
    display: flex;
    margin-top: 26px;
    overflow: hidden;
    transition: box-shadow .2s ease;
}

#otherSection a {
    text-decoration: none;
}
#otherSection .otherlink .otherlink-div {
    align-items: center;
    background-color: #e7ebf2;
    display: flex;
    flex: 0 0 176px;
    justify-content: center;
    overflow: hidden;
    transition: opacity .2s ease;
}

#otherSection .otherlink .otherlink-div img{
    width: 100%;
}

#otherSection .otherlink .otherlink-p {
    color: #606e85;
    padding: 10px;
    transition: color .2s ease;
}