@charset "utf-8";
*{ 
    margin:0; 
    padding:0; 
}
body, html { 
    width:100%; 
    height:100%; 
    overflow-x:hidden; -ms-overflow-style:none; 
}
::-webkit-scrollbar { display:none; }
ul { list-style:none; }
a { text-decoration:none; }
img { border:0; }
.gnbWrap2, .collap { display:none;}
.ck {
    display:none;
}
.wrap { 
    width:100%;
    height:auto;
    position:relative;
    }
.hd { 
    clear:both;
    width:100%;
    height:135px;
    }
.hdWrap{
    height:100%;
    margin:0 auto;
}
.tnbWrap{
    width: 100%;
    height:50px;
    background:#082259;
}
.tnb {
    height:50px;
    padding:0px 34px;
}
.tnb li {
    float:left;
    padding:0px 15px;
    font-size:12px;
    color:#fff;
    line-height:50px;
}
.tnb li>a, .tnb li>label {
    color:#fff;
    font-weight: 600;
    cursor:pointer;
}
.tnb.left {
    float:left;
}
.tnb.right {
    float:right;
}
.tnb .opener a {
    color:#fff;
    font-weight: 600;
    cursor:pointer;
}
.gnb {
    width:100%;
    height:85px;
    z-index: 10;
    position:  absolute;
}
.gnbWrap1 {
    width:1753px;
    height:85px;
    margin:0 auto;
    position:relative;
}
.logo{
    display:block;
    background-image:url("./images/logo_w.png");
    background-repeat:no-repeat;
    width:66px;
    height:85px;
    float:left;
    margin-top:22px;
}
.gnbMenu {
    width:720px;
    float:left;
    line-height:85px;
    left:40%;
    position:absolute;
}
.gnbMenu a{
    font-size:20px;
    color:#fff;
    padding:0 35px;
    text-align:center;
}
.collap {
    float:right;
    margin-top:32px;
}
.coll {
    display:block;
    width:20px;
    height:20px;
    background:url("./images/collap.png"); 
}
.ck:checked ~ .callap { 
    display:block;
    z-index:1000;
}
.sitemap {
    background:#fff;
}