@charset "utf-8";
.mt20{
    margin-top: 20px;
}
.warranty_inquiry_pg01 .width1480{
    background: #f1f1f1;
    padding: 50px 30px;
    box-sizing: border-box;
}
.warranty_inquiry_pg01 .lists .page_desc a{
    text-decoration: underline;
}
.warranty_inquiry_pg01 .page_nav{
    width: 320px;
}
.warranty_inquiry_pg01 .page_lists{
    width: calc(100% - 345px);
    background: #fff;
    padding: 30px 20px 30px;
    box-sizing: border-box;
}
.warranty_inquiry_pg01 .lists .lists_img{
    width: 48%;
    margin-right: 4%;
    margin-bottom: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.warranty_inquiry_pg01 .lists .lists_img:nth-child(2n){
    margin-right: 0;
}
.warranty_inquiry_pg01 .page_lists table{
    width: 100%;
    border: 1px solid #477589;
    margin-bottom: 30px;
}
.warranty_inquiry_pg01 .page_lists table:last-child{
    margin-bottom: 0;
}
.warranty_inquiry_pg01 .page_lists table tr{
    border-bottom: 1px solid #477589;
}
.warranty_inquiry_pg01 .page_lists table tr:last-child{
    border-bottom: none;
}
.warranty_inquiry_pg01 .page_lists table td{
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
    word-break: break-all;
}
.warranty_inquiry_pg01 .page_lists table td a {
    color: #477589;
}
.warranty_inquiry_pg01 .page_lists table td img{
    max-width: 100%;
    max-height: 50px;
}
.warranty_inquiry_pg01 .page_lists table td:nth-child(1){
   width: 15%;
}
.warranty_inquiry_pg01 .page_lists table td:nth-child(2){
    width: 15%;
}
.warranty_inquiry_pg01 .page_lists table td:nth-child(3){
    width: 40%;
}
.warranty_inquiry_pg01 .page_lists table td:nth-child(4){
    width: 15%;
}
.warranty_inquiry_pg01 .page_lists table td:nth-child(5){
    width: 15%;
}
.warranty_inquiry_pg01 .page_lists table td a:hover {
    color: #477589;
}
.warranty_inquiry_pg01 .page_lists table tr:nth-child(1) td{
   background: #477589;
   color: #fff;
   height: 45px;
}
.warranty_inquiry_pg01 .page_lists table tr:nth-child(2n - 1){
    background: #f1f1f1;
}
.nav_search_input input{
    height: 44px;
    width: 100%;
    border: 1px solid #ddd;
    padding: 0 15px;
    box-sizing: border-box;
}
.inquiry_search_btn{
    background: #477589;
    color: #fff;
    width: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 36px;
    margin-top: 20px;
    font-size: 16px;
}
.page_nav_table table{
    width: 100%;
    border: 1px solid #fff;
    margin-bottom: 30px;
}
.page_nav_table table:last-child{
    margin-bottom: 0;
}
.page_nav_table table tr{
    border-bottom: 1px solid #fff;
}
.page_nav_table table tr:last-child{
    border-bottom: none;
}
.page_nav_table table td{
    padding: 8px 10px;
    box-sizing: border-box;
    text-align: center;
}
.page_nav_table table td:nth-child(1){
    color: #666;
    border-right: 1px solid #fff;
    width:120px;
}
.page_nav_table tr:nth-child(1) td{
    background: #477589;
    color: #fff;
}
.page_nav_table .nodata{
    text-align: center;
}
.page_nav_table .nodata i {
    font-size: 50px;
    color: #477589;
}


@media only screen and (max-width:1200px) {
    .warranty_inquiry_pg01 .page_nav {
        width: 280px;
    }
    .warranty_inquiry_pg01 .page_lists{
        width: calc(100% - 300px);
    }
    .warranty_inquiry_pg01 .width1480{
        padding: 45px 25px;
    }
}
@media only screen and (max-width:1043px) {
    .warranty_inquiry_pg01 .page_nav {
        width: 260px;
    }
    .warranty_inquiry_pg01 .page_lists{
        width: calc(100% - 280px);
    }
}
@media only screen and (max-width:1043px) {
    .warranty_inquiry_pg01 .width1480{
        padding: 30px 20px;
    }
    .warranty_inquiry_pg01 .lists .lists_img {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 768px) {
    .mt20 {
        margin-top: 10px;
    }
    .warranty_inquiry_pg01 .page_nav {
        width: 100%;
    }
    .warranty_inquiry_pg01 .page_lists {
        width: 100%;
        padding: 20px 15px;
        margin-top: 25px;
    }
    .warranty_inquiry_pg01 .width1480 {
        padding: 25px 15px;
    }
    .inquiry_search_btn{
        font-size: 14px;
        margin: 15px auto 0;
    }
    .warranty_inquiry_pg01 .page_lists .page_lists_two {
        overflow-x: auto;
    }
    .warranty_inquiry_pg01 .page_lists table{
        width: max-content;
    }
}