
/*.board {
	padding-top:5%; 
	}
	*/
.board_title, .tab, .search_wrap {
	text-align: center;
	}
.board_title {
    width: 100%;
    text-align: center;
    }
.board_list {
	margin: 0 auto;
    height: 100%;
    min-height: 400px;
}

    /*.search_wrap > input {width: 30%; height: 40px; border-radius: 0px; border: 1px solid #5555;}
    .search_wrap > button {width: 5%;height: 40px; color: white; background-color: #333333; border: 0px;}*/
    table {margin: auto; margin-top: 30px;}
    table, th, td {border-collapse: collapse; border-top: 1px solid #ddd; border-bottom: 1px solid #eee; height: 50px; font-size: 15px; padding-left: 30px;padding-right: 30px;}
    thead > tr {border-top: 1px solid #e7e7e7;}
    .board_list > table > tbody > tr > th {text-align: left;}
    .th_title {width: 70%;}
    .th_no {width: 70px;}
    td {text-align: center;}
    .th_date {width: 130px;}
    a {text-decoration-line: none; color: black;}
    table a:hover {text-decoration: underline;}
    
    
    .btn-search {
    position: absolute;
    top: 0;
    right: 0;
    width: 54px;
    height: 48px;
    background: center/20px 20px url(/lg5-common/images/icons/icon-search-20.svg) no-repeat;
    }
    
    @media (max-width:890px) {.search_wrap > input {width: 60%;}.search_wrap > button {width: 15%;}}
    @media (max-width:981px) {
		.service03_contents1_mb {
			display: none;
			}
		table, th, td {
			padding-left: 10px;
			padding-right: 10px;
		}
	}
    @media (max-width:420px) {
		.btn-inquiry > img { 
			width: 30px; padding-right: 10px;
		}
		.btn-menu > img {
				width: 30px;
			}
        .main {
			background-image: url(https://user-images.githubusercontent.com/24219311/168502573-a7a5b2f4-2b3c-402d-900e-b7362ccf16ed.png);
	        background-size: cover;
			background-position: center; 
			width: auto;
			height: 600px;
			}
	}