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

.tab {
    margin: 0 auto;
    padding-bottom: 55px;
    width: 472px;
    height: 55px;
}

.tab li {

    float: left;
    width: 234px;
    height: 54px;
    background-color: #fff;

    border: 1px solid #e8e8e8;
}

.tab li:nth-child(1) a{
    background-color: #004082;
    border: 1px solid #004082;
    color: #fff;
}

.tab li a {
    display: block;
    font-size: 20px;
    padding: 13px 0 12px;
    color: #939393;
}

.sec1 {
    padding-top: 50px;
}

.sec1 img {
    float: left;
    padding-right: 70px;
}

.sec1 p {
    text-align: left;
    width: 740px;
    height: 240px;
    float: left;
     line-height: 1.8;

}

.sec2 {
    clear: both;
}

.sec2 h3 {
    text-align: left;
    font-size: 35px;
    font-weight: 500;
    padding-top: 110px;
    padding-bottom: 40px;
    float: left;
}

.sec2 p {
    text-align: left;
 line-height: 1.8;
    float: left;
}


.sec2 img {
    float: right;

}

.sec3 {}

.sec3 img {
    float: left;
    padding-right: 75px;
    padding-top: 185px;
}

.sec3 h3 {
    text-align: left;
    font-size: 35px;
    font-weight: 500;
    float: left;
    padding-top: 110px;
}

.sec3 p {
    text-align: left;
    float: left;
    padding-top: 30px;
     line-height: 1.8;
}

.sec4 {
    clear: both;
}

.sec4 h3 {
    text-align: left;
    font-size: 35px;
    font-weight: 500;
    padding-top: 150px;
}

.sec4 p {
    text-align: left;
    float: left;
    padding-top: 45px;
     line-height: 1.8;
}

.sec4 img {
    float: right;
    padding-left: 45px;
    padding-bottom: 80px;

}