/* Help_page CSS */
.search_box {width: 100%; height: 5vw; display: flex;}
.search_box > select {border-bottom: 1px solid #333; width: 10%; text-align: center; height: 1.9vw; font-size: 0.9vw; appearance: auto;}
.search_box > input[type=text] {height: 1.9vw; width: 40%; text-align: center; font-size: 0.9vw; margin: 0 1% 0 1%; background-color: #ccc;}
.search_box > input[type=text]::placeholder {color: #666;}
.search_box > button {background-color: #9b9887; width: 8%; height: 1.9vw; text-align: center; font-size: 0.9vw; color: white;}
.search_box > button:hover {background-color: #b39a1e;}

.board_box, .board_box > table {width: 100%;}
.board_box > table tr {text-align: center; height: 2.5vw; border-bottom: 1px solid #9b9887;}
.board_box > table th {vertical-align: middle; background-color: #9b9887; color: #fff;}
.board_box > table td {vertical-align: middle;}

.view_box {padding-bottom: 8vw;}
.view_box > table {width: 100%;}
.view_box > table thead { height: 3vw; width: 100%; background-color: #9b9887;}
.view_box > table th {vertical-align: middle; text-align: center; font-size: 0.9vw; font-weight: 300; color: white; border: 1px solid #fff;}
.view_box > table td {padding: 2vw; border: 1px solid #333;}

.btn_box {float: right;}
.btn_box > button { width: 5vw; height: 2vw; text-align: center; border-radius: 10px; margin: 0.5vw; font-size: 0.9vw;}

.link_div {width: 100%; display: flex;}
.link_site {border: 1px solid #ccc; width: 20%; margin: 2.5%; height: 10vw; position: relative; cursor: pointer;}
.link_site:hover {transition: 0.8s; box-shadow: 0px 7px 9px 0px #333;}
.link_site > img {width: 100%; height: 80%;}
.link_site > p {width: 100%; text-align: center; height: 20%; margin: 0; line-height: 2vw;}

/* 입찰 서비스 */
.bidding_div {display: flex; width: 100%; flex-direction: column; align-items: center; justify-content: center;}
.bidding_div p {font-weight: bold; font-size: 1.8vw; color: #777;}
.bidding_div i {color: #b39a1e;}
.login_box {display: flex; flex-direction: column; width: 40%; align-items: center; justify-content: center;}
.login_box div {display: flex; flex-direction: column; width: 100%; align-items: center; justify-content: center;}
.login_box div input {border-bottom: 1px solid #333; width: 100%; text-align: center; padding: 5%;}
.login_box div button {background-color: #6c9ae9; color: white; font-weight: bold; width: 100%; text-align: center; padding: 3%; margin: 5% 0% 5% 0%;}
.login_box div input::placeholder{color: #aaa; font-weight: bold;}

.cust_info_tb {border: 2px solid #333; margin: 0 auto;}
.cust_info_tb th, .cust_info_tb td {border: 1px solid #333; width: 25%; text-align: center; height: 60px; line-height: 60px;}
.cust_info_tb th {font-weight: bold; background-color: #eee;}
.cust_info_tb button {width: 90%; height: 50px; line-height: 50px;}
.cust_info_tb tr:last-child td {border: none;}
.cust_info_tb .sb-btn:hover {background-color: #013082;}
.cust_info_tb .g-btn:hover {background-color: #0f5132;}
.cust_info_tb input {border: 1px solid #333; width: 90%; height: 80%;}
.cust_info_tb input::placeholder {color: #aaa;}

.bidding_ifram {width: 100%; margin-top: 10%; height: 100%; display: flex; flex-direction: column; justify-content: center; align-items: center;}
.bidding_ifram iframe {width: 100%; height: 100%;}
.bidding_ifram iframe:first-child{margin-bottom: 5%;}

.bidding_list_tb {width: 100%; text-align: center;}
.bidding_list_tb tr {height: 35px;line-height: 35px; border-bottom: 1px solid #333;}
.bidding_list_tb th {font-weight: bold; background-color: #eee; border: 1px solid #333;}

.counsel_tb {width: 100%;}
.counsel_tb thead{ background-color: #6fb2f7; color: white;}
.counsel_tb td, .counsel_tb th{border: 1px solid #6fb2f7; text-align: center;}
.counsel_tb tr {height: 50px; line-height: 50px;}

.link_box_div{display: flex; margin-bottom: 30px; justify-content: space-evenly;}
.link_box_div div {width: 25%; padding: 30px;}
.site_sub_tit{margin-bottom: 0; color: #85869a; font-size: 14px;}
.site_main_tit{color: #2e6cd8; font-weight: bold; font-size: 20px; border-bottom: 2px solid #333; padding-bottom: 15px; margin: 0;}
.link_box_div div > a {display: block; padding: 10px; border-bottom: 1px solid #999;}
.site_menu_tit {display: block; padding: 10px; margin: 0;}
.link_box_div div > ul {border-bottom: 1px solid #999; margin: 0; padding-bottom: 10px;}
.link_box_div div > ul li::before {content: "·"; margin-right: 10px;}
.link_box_div div > ul li {padding: 5px;}

/* Help_page CSS */