@charset "utf-8";

/**********컨텐츠랩**********/
#contentwrap {}

#banner {
    width: 100%;
    min-width: 1200px;
    height: 309px;
    background-image: url(../img/products/banner1.jpg);
    position: relative;
    background-position: center;
}

#banner p {
    color: #fff;
    font-size: 22px;
    font-weight: 500;
}

#banner h3 {
    color: #fff;
    font-size: 54px;
    font-weight: 500;

}

.title {
    position: absolute;
    width: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
}




#locationbx {
    width: 100%;
    height: 66px;
    border-bottom: 1px solid #e5e5e5;
    box-sizing: border-box;
}

.locationwrap {
    width: 1200px;
    height: 66px;
    margin: 0 auto;
}

.location {
    width: 1200px;
    height: 66px;


}

.location li {
    position: relative;
}

li.home {
    background-image: url(../img/home.png);
}


.location li {
    float: left;
    width: 229px;
    height: 66px;
    border-right: 1px solid #e5e5e5;
    box-sizing: border-box;
    position: relative;

}

.location > li:nth-child(1) {
    width: 77px;
}

.location > li > a::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    transform: rotate(-45deg);
    right: 20px;
    bottom: 26px;
}

.locationwrap li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #999;
    text-align: left;
    line-height: 66px;
    padding-left: 21px;
    box-sizing: border-box;
}

.locationwrap .select {
    background-color: #eee;
    position: absolute;
    width: 100%;
    left: 0;
    top: 66px;
    border: 1px solid #eee;
    z-index: 1;
}

.select li {
    width: 229px;
    height: 66px;
    border-bottom: 1px solid #fff;
}

.select a {
    display: block;
    width: 100%;
    height: 100%;
}

.select > li > a:hover {
    background-color: #919191;
    color: #fff;
}


/**********컨텐츠**********/

#contents {
    width: 1200px;
    /*    height: 4100px;*/
    overflow: hidden;
    margin: 0 auto;
    padding-top: 65px;
    position: relative;
}

.filter {
    width: 1200px;
    height: 67px;
    border: 1px solid #d1d1d1;
    box-sizing: border-box;
    margin-bottom: 30px;
    position: relative;
}

.filter h4 {
    width: 146px;
    height: 67px;
    background-color: #004082;
    font-size: 22px;
    color: #fff;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 15px;
    box-sizing: border-box;
}

.filter label {
    margin: 20px;

}

.filter input{
    margin: 20px;
}

.list {}

.list li {
    float: left;
    width: 283px;
    height: 318px;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    margin-right: 15px;
    margin-bottom: 15px;
}

list li:nth-child(4n) {
    margin-right: 0;
}

.list li p {
    text-align: left;

    margin: 6px;
}
.list li:hover{
     border: 3px solid #e5e5e5;
    box-sizing: border-box;
}
.list li:hover .name{
    color: #004082;
}
.list li .img{
    width: 250px;
    height: 246px;
overflow: hidden;
    margin: 0 auto;
}
.name {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -1px;
}

.descri {
    font-weight: 200;
    color: #7f7f7f;
}

.paging {
    width: 145px;
    height: 50px;
    padding: 43px;
clear: both;
    margin: 0 auto;

}

.paging ul {
    position: relative;
}

.paging li {
    margin-right: 5px;
    float: left;
    display: block;
    width: 23px;
    height: 23px;
    border: 1px solid #e0e0e0;
}

.paging li:nth-child(5) {
    margin-right: 0;
}

.paging li:nth-child(1)::after {
    content: "<<";
    position: absolute;
    left: 3px;
    top: 5px;
    color: #bababa;

}

.paging li:nth-child(2)::after {
    content: "<";
    position: absolute;
    left: 40px;
    top: 5px;
    color: #bababa;
}

.paging li:nth-child(4)::after {
    content: ">";
    position: absolute;
    right: 38px;
    top: 5px;
    color: #bababa;
}

.paging li:nth-child(5)::after {
    content: ">>";
    position: absolute;
    right: 3px;
    top: 5px;
    color: #bababa;
}
