@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: 4100px;
    overflow: hidden;
    margin: 0 auto;
    padding-top: 65px;
    position: relative;
}

.sec1 {
    margin-top: 65px;
}

.sec1 h3 {
    font-size: 35px;
    float: left;
    padding-right: 140px;

}

.sec1 p {
    width: 810px;
    height: 330px;
    text-align: left;
    float: left;
    line-height: 1.8;
}

.sec2 {
    margin-top: 130px;
    float: left;

}

.sec2 img {
    float: left;
    margin-right: 75px;
}

.sec2 p {
    float: left;
    width: 640px;
    height: 350px;
    text-align: left;
    margin-top: 160px;
     line-height: 1.8;
}

.sec3 {
    position: relative;
    top: 0;
    left: 0;

}

.sec3 h3 {
    font-size: 35px;
    clear: both;
    text-align: left;
    padding-top: 100px;

}

.sec3 img {
    position: relative;
    top: 50px;
    left: -400px;
}

.sec3 h4 {
    position: relative;
    top: -300px;
}

.sec3 p {
    text-align: left;
    line-height: 90px;
    position: relative;
    top: -630px;
    left: 568px;
}

#contents h4 {
    color: #004082;
    font-size: 30px;
    font-weight: bold;
    line-height: 90px;

}

.sec4 {
    position: relative;
}

.sec4 h4 {
    position: relative;
    top: -900px;
}

.sec4 img {
    position: relative;
    top: -600px;
    left: 268px;

}

.sec4 p {
    position: relative;
    top: -1310px;
    right: 560px;
    text-align: right;
    line-height: 90px;
}

.sec5 {}

.sec5 h4 {
    position: relative;
    top: -1600px;
}

.sec5 img {
    position: relative;
    top: -1200px;
    left: -300px;
}

.sec5 p {
    text-align: left;
    line-height: 90px;
    position: relative;
    top: -2100px;
    left: 568px;
}

.sec6 h4 {
    position: relative;
    top: -2355px;
}

.sec6 img {
    position: relative;
    top: -2100px;
    left: 300px;
}

.sec6 p {
    position: relative;
    top: -2600px;
    right: 560px;
    text-align: right;
    line-height: 90px;
}

.sec7 h4 {
    position: relative;
    top: -2900px;
}

.sec7 img {
    position: relative;
    top: -2500px;
    left: -300px;
}

.sec7 p {
    text-align: left;
    line-height: 90px;
    position: relative;
    top: -3230px;
    left: 568px;
}