/*상단*/
.site-gnb {width: 100%; height: 36px; border-bottom: 1px solid #dadada;}
.site-nav {height: 82px;}
.site-nav nav a {color: #262626; font-size: 16px;}
.site-nav .dropdown-item {font-size: 14px;}
.nav_util_right {font-size: 13px; }
.nav_util_right a {color: #454444; padding: 0 14px; border-left: 1px solid #b6b6b6;}
.nav_util_right a > i {color: #83909f; margin-right: 5px;}

/*메인 비주얼*/
.main_bg {
    width: 100%; 
    height: 445px; 
    background: url(/static/image/usc/main_bg.png) center no-repeat;
    background-size: cover;
}
.main_bg img {margin-top: 124px;}

.container_bg {
    width: 100%; 
    height: 76px; 
    background: url(/static/image/earlybid/container_bg.png) top no-repeat; 
    background-size: cover;
    position: absolute;
    z-index: -1px;
}

/*메인 게시판*/
.container .main-tabs {height: 76px; border-bottom: 0;}
.container .main-tabs a {height: 76px; border-radius: 0; border: 0; line-height: 76px; padding: 0 60px; color: #fff; font-size: 18px;}
.container .main_table tr {line-height: 36px;}
.container .main_table td,.container .main_table th {padding: 0;}

/*입찰도우미*/
.container .guide_text {width: 100%; height: 76px; background: #1c3f86; line-height: 76px; font-size: 18px; color: #fff;}
.container .btn_search {height: 80px; background: #fff; border: 1px solid #c0c0c0; color: #313131;} 
.container .main_snb a {
    border: 0; 
    border-bottom: 1px solid #fff; 
    background-color: #888c95;
    font-size: 16px;
}
.container .main_snb a:hover {opacity: 0.9;}
.container .list-group-btn h6 {font-size: 16px;}
.container .list-group-btn button {font-size: 14px;}
.container .list-group-btn button:hover {border-color: #fff; opacity: 0.9;}
.container .list-btn1 button {background-color: #66bfe8;}
.container .list-btn2 button {background-color: #8b9fea;}

/*공지사항*/
.notice_list {line-height: 34px;}
.main_notice_text {width: 450px;}
.main_notice_text a {color: #707070 !important;}

/*고객센터*/
.CS {width: 460px;}
.CS_wrap {border: 1px solid #cecece; padding: 28px;}
.CS_text .h6 {font-size: 13px; color: #898989;}
.CS_upload {width:100%; border: 1px solid #cecece; background-color: #f4f4f4;}
.CS_upload button {font-size: 13px; background: #00a3f8; border-color: #00a3f8;}

/*하단*/
.site-footer{background: #36393e;}
.footer_text {margin-left: 60px;}
.footer_text button {background-color: #2c2e32; margin-right: 5px; font-size: 13px;}
.footer_text p {font-size: 13px; color: #86888a; line-height: 24px;}