@charset "utf-8";

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

#banner {
    width: 100%;
     min-width: 1200px;
    height: 309px;
    background-image: url(../img/staedtler/banner4.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: 3200px;
    margin: 0 auto;
    padding-top: 65px;
    position: relative;
}

#contents p {
    font-weight: 300;
    line-height: 1.8;
}

.sect1 {
    width: 1092px;
    height: 302px;
    background-color: #004082;
    position: absolute;
    left: 50%;
    top: 588px;
    transform: translateX(-50%);

}

.sect1 div {
    float: left;
    width: 282px;
    height: 184px;
    margin-top: 48px;
    margin-left: 45px;
}

.sect1 h3 {
    color: #fff;
    text-align: left;
    font-size: 30px;
}

.sect1 p {
    text-align: left;
    color: #fff;
    float: left;
    width: 650px;
    height: 263px;
    font-size: 18px;

}

.tx {
    margin-top: 48px;
    margin-left: 60px;

}

.sect2 {
    margin-top: 252px;
    margin-bottom: 60px;
}

.sect2 ul {
    width: 1092px;
    height: 180px;
    margin: 0 auto;
}

.sect2 ul li {
    float: left;
    width: 170px;
    height: 170px;
    border: 2px solid #004082;
    border-radius: 100px;
    margin-right: 100px;
}

.sect2 ul li:nth-child(1) {
    margin-left: 40px;
}

.sect2 ul li:nth-child(4) {
    margin-right: 40px;
}

.sect2 ul li img {
    padding-top: 30px;
}

.sect3 {
    width: 1200px;
    height: 408px;
    margin-top: 130px;
}

.sect3 img {
    float: left;
}

.sect3 h4 {
    text-align: left;
    float: left;
    font-size: 35px;
    font-weight: 500;
     margin: 60px;
}

.sect3 p {
    width: 560px;
    height: 210px;
    float: left;
    text-align: left;
    margin-left: 60px;
}

.sect4 {
    width: 1200px;
    height: 501px;
    margin-top: 157px;
}

.sect4>div{
    float: left;
}

.sect4 img {
    width: 559px;
    height: 501px;
    float: right;
}

.sect4 h4 {
    text-align: left;
    float: left;
    font-size: 35px;
    font-weight: 500;
   width: 594px;
    padding-top: 135px;
     padding-bottom: 50px;

}

.sect4 p {
    width: 605px;
    height: 210px;
    text-align: left;
       
}

.sect5 {
    width: 1200px;
    height: 408px;
    
    margin-top: 97px;
}

.sect5 h4{
     text-align: left;
    float: left;
    font-size: 35px;
    font-weight: 500;
     padding-top: 80px;
    padding-left: 50px;
    padding-bottom: 50px;

}
.sect5 p{
    float: left;
    text-align: left;
    width: 575px;
    height: 330px;
    padding-left: 50px;
}
.sect5 img {
    float: left;
}