@charset "utf-8";

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

#banner {
    width: 100%;
     min-width: 1200px;
    height: 309px;
    background-image: url(../img/customer/banner3.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;
}

.list {
    border-top: 3px solid #004082;
    border-bottom: 1px solid #ababab;
    width: 1200px;
    height: 985px;

}

.list li {
    float: left;
    width: 384px;
    height: 455px;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    margin-top: 24px;
    margin-right: 24px;
}

.list li:nth-child(3n) {
    margin-right: 0;
}
.list img{
    border-bottom: 1px solid #e5e5e5;
     box-sizing: border-box;
}
.list p {
    text-align: left;
    font-size: 20px;
    padding-top: 25px;
    padding-left: 20px;
}

.date {
    display: block;
    text-align: left;
    font-size: 16px;
    color: #9b9b9b;
    padding-top: 15px;
    padding-left: 20px;
}

.paging {
    width: 145px;
    height: 50px;
    padding-top: 43px;

    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;
}


.ser {
    width: 1200px;
    height: 65px;
    background-color: #fafafa;
    border: 1px solid #e4e4e4;
    box-sizing: border-box;
    margin-bottom: 43px;
}

.ser div {
    float: left;
    margin: 10px 5px 10px 0 ;
}
.ser div:nth-child(1){
    margin-left: 400px;
}
.ser select {
    width: 115px;
    height: 40px;
    border: 1px solid #e1e1e1;
    box-sizing: border-box;
    text-align: left;
}

.ser input{
    width: 300px;
    height: 40px;
    border: 1px solid #e1e1e1;
    box-sizing: border-box;
    text-align: left;
}