/*바디 색상 변경*/
body {
   background:#fff !important;
}
/*sticky header 색상*/
.sticky-header {
    background-color: #23293a !important;
}

.job-content-wrapper {
    padding:2px !important;
}

/* 단일 job 페이지 좌우 padding, margin 변경*/
.single_job_listing > .job-content-wrapper .job_tags {
    margin-right:0 !important;
    margin-left:0 !important;
}

.single_job_listing .widget .widget-title {
    margin-left:10px !important;    
}

.wrapper-content:not(:first-child) {
  padding: 20px !important;
}

.single_job_listing > .job-content-wrapper .apus-social-share {
    padding:30px !important;
}

@media (min-width: 992px) {
    .col-md-8 {
        
        width: 77.7777% !important; 
    }
}
@media (min-width: 992px) {
    .col-md-4 {
        width: 22.22222% !important;
    }
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 35px !important;
 }
 
 /*jobs page*/
@media (min-width: 1200px) {
    .job-list .media-left {
        padding: 40px !important;
    }
}
.job-grid .listing-buttons {
    margin: 20px !important;
    text-align: right !important;
}

.job-list .media-right {
    width:25% !important;
    padding: 20px !important;
}

/*상단 로그인 버튼*/
.right-content .pull-right{
    display:flex !important;
}
.btn, .viewmore-products-btn, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce a.added_to_cart, .groups-button .add-cart .added_to_cart, .woocommerce .widget_price_filter .price_slider_amount .button, #add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
    padding: 12px !important;
}