.noScript
{
    position     : absolute;
    z-index      : 999;
    top          : 0;
    left         : 0;
    
    width        : 100%;
    height       : 75px;
    
    text-align   : center;
    
    border-bottom: 2px solid #868686;
    background   : #faf685;
}

.screen_out {
    text-indent: -9999px;
    font-size: 0;
}




#header {
    position: absolute;
    top: 0;
    z-index: 999;
    width: 100%;
    background-color: #fff;
}

.gnb_wrapTop
{
    /* position: absolute;
    top: 0; */
    /*width        : 100%;*/
    max-width: 1200px;
    min-width: 1000px;
    margin: 0 auto;
    position: relative;
    height       : 80px;
    margin-bottom: 50px;
}

.gnb_wrapTop > h1.logo
{
    position: relative;
    top     : 18px;
    width: 189px;
    margin:0 auto;
    padding: 0;
    /*float   : left;*/
}

.gnb_wrapTop > h1.logo a {
    padding: 0;
    margin: 0;
    display: inline-block;
} 

/* **************************************************************
  => 상단gnb 메뉴
  ************************************************************** */
#header_wrap
{
    position     : absolute;
    /*z-index      : 3;*/
    top          : 80px;
    left         : 0;
    
    overflow     : hidden;
    
    width        : 100%;
    min-width    : 1000px;
    height       : 52px;
    
    border-top   : 1px solid #ececec;
    /*border-bottom: 1px solid #ececec;*/
    /*z-index: 999;*/
}

#header_wrap.fixed
{
    position : fixed;
    z-index  : 500;
    top      : 0;
    left     : 0;
    
    min-width: 1000px;
}

 .menuWhiteBack
{
    position        : absolute;
    z-index         : 15;
    top             : 0;
    left            : 0;
    
    width           : 100%;
    height          : 50px;
    
    background-color: #fff;
}
 
#menuBar {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 3px;
  background-color: #314a87;
}
/* header */
#header_wrap > div:not(.menuWhiteBack)
{
    position: relative;
    top     : 0;
    
    /*width   : 1000px;*/
    max-width: 1200px;
    min-width: 1000px;
    margin  : 0 auto;
    line-height: 50px;
    height     : 50px;
    z-index: 20;
}


#triangle
{
    display: none;
    position  : absolute;
    top       : 37px;
    
    display   : none;
    
    height    : 15px;
    margin    : 0;
    padding   : 0;
    
    /*background: transparent url(http://kweld.cdn3.cafe24.com/images/icon_menuArrow.gif) center bottom no-repeat !important;*/
}

.gnb_wrap
{
    /* position: relative;
    z-index : 999;
    z-index : 20;
    width: 100%;
    width   : 1000px;
    margin  : 0 auto; */
}
.gnb_wrap:after
{
    display: block;
    clear  : both;
    
    height : 0;
    
    content: '';
}


.gnb_wrap .gnb
{
    font-weight: 500;
    
    position   : relative;
    top        : 0;
    left       : 0;
    
    margin     : 0;
    padding    : 0;
}

/*  .gnb_wrap .gnb .gnb01
{
   width: 135px;
}

.gnb_wrap .gnb .gnb02
{
   width: 145px;
}

.gnb_wrap .gnb .gnb03
{
   width: 145px;
}

.gnb_wrap .gnb .gnb04
{
   width: 135px;
}

.gnb_wrap .gnb .gnb05
{
   width: 150px;
}

.gnb_wrap .gnb .gnb06
{
   width: 135px;
} 
*/


.gnb_wrap ul > li img
{
    vertical-align: middle;
}

.gnb_wrap .gnb > ul > li
{
    font-size: 18px;
    
    /*  display       : inline-block;
        float         : left;
        
        text-align    : center;
        text-transform: uppercase;  */
    display: table-cell;
    float: left;
    width: 16.66666%;
    height: auto;
    margin: 0;
    text-align: center;
    padding: 0;
    vertical-align: top; 
}


.gnb_wrap .gnb > ul > li > a
{
    display: inline-block;
    
    /*height : 50px;*/
    
    color  : #1d1d1d;
}

/* .gnuOv
{
    cursor: pointer;
} */

.gnuOv a
{
    color: #314a87 !important;
}

.gnb_wrap .gnb > ul > li > a:hover,
.gnb_wrap .gnb > ul > li > a:focus
{
    display        : inline-block;
    
    text-decoration: none;
}

.snb_wrap
{
    width : 100%;
    height: 100%;
}

.actived > a
{
    color: yellow;
}

.dep1
{
    line-height: 50px;
    
    position   : relative;
    /*position: absolute;*/
    /*top        : 0;*/
    /*left       : 290px;*/
        
    /*display    : none;*/
    /*display: inline-block;*/
    float: left;
    /*clear      : both;*/
    /*border: 1px solid #000;*/
    
    /*width      : 787px;*/
    height     : 50px;
}

.dep1:after
{
    display: block;
    clear  : both;
    
    height : 0;
    
    content: '';
}

.snb_wrap > h3
{
    font-size     : 1.9em;
    
    position      : absolute;
    top           : 52px;
    left          : 0;
    
    display       : none;
    overflow      : hidden;
    
    width         : 290px;
    height        : 100%;
    padding-top   : 30px;
    
    text-align    : left;
    text-indent   : -999px;
    letter-spacing: -.1em;
    
    color         : #1066aa;
}

.snb_wrap > ul > li
{
    /*font-size: 1rem;*/
    
    float    : left;
    
    padding  : 0 .7rem;
    /*border: 1px solid #000;*/
}


.snb_wrap > ul > li > a
{
    color: #fff;
    font-size: 14px;
}

.snb_wrap > ul > li > a:hover,
.snb_wrap > ul > li > a:focus {
    text-decoration: underline;
    font-weight: 500;
    color: gold;
}

.snb_wrap > ul > li > ul
{
    margin : 0;
    padding: 0;
}


 .snb_wrap .snb_1
{
    left: 20px;
}

.snb_wrap .snb_2
{
    left: 150px;
}

.snb_wrap .snb_3
{
    left: 400px;
}

:lang(en) .snb_wrap .snb_3
{
    left: 200px;
    /*border: 1px solid #000;*/
}

.snb_wrap .snb_5
{
    left: 850px;
    
}





/* ------------------------------
  상단 톱메뉴
  ------------------------------ */
div.tmenu_left {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -7px;
}

div.tmenu_right
{
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -7px;
}

div.tmenu_right a, 
div.tmenu_left a
{
    color: #373737;
}


div.tmenu_right ul li,
div.tmenu_left ul li
{
    float       : left;
    font-size: .85em;    
    margin      : 0;
    padding     : 0 5px;
    
    /*border-right: 1px solid #cdcdcd;*/
}

div.tmenu_left ul li {
    border-right: 1px dotted #cdcdcd;

}

div.tmenu_right ul li:last-child,
div.tmenu_left ul li:last-child

{
    border: none;
}
