
/* Top Header */
#_HEADER{
    position: fixed;
    /* border-bottom: 1px solid #CBCBCB; */
    z-index: 997;
    width: 100%;
    background: rgba(255, 255, 255, 1);
}
/*#_HEADER._pc{
    background: rgba(255, 255, 255, 0.87);
    backdrop-filter: blur(17px);
}
#_HEADER._tb{
    background: rgba(255, 255, 255, 0.87);
    backdrop-filter: blur(17px);
}
#_HEADER._mo{
    background: rgba(255, 255, 255, 0.87);
    backdrop-filter: blur(17px);
}*/
#_HEADER._Main{
    background: transparent;
}


/* GNB */
._GNB{
    background: rgba(255, 255, 255, 1);
    margin: 0 auto;
    font-size: 0;
}
._GNB._pc{
    width: 100%;
    height: 50px;
    max-width: 1100;
    padding: 0 15px;
    /* border-bottom: 1px solid #D0D0D0; */
}
._GNB._mo,
._GNB._tb{
    width: 100%;
    height: 50px;
    padding: 0 16px;
}
#_HEADER._Main ._GNB{
    background: transparent;
}


._GNB > div{
    display: inline-block;
    /* vertical-align: top; */
}
._GNB._pc div._logo{
    width: calc(100% - 616px);
    height: 100%;
}
._GNB._pc div._logo img{
    margin-top: 18px;
}
._GNB._mo div._logo,
._GNB._tb div._logo{
    width: calc(100% - 30px);
    height: 100%;
}
._GNB._mo div._logo img,
._GNB._tb div._logo img{
    margin-top: 17.5px;
    width: 83px;
}

._GNB._mo div._gnbBtn{
    width: 30px;
    height: 30px;
    background: url(/assets/data/img/layout/header/menu_btn.png) no-repeat center center;
    background-size: contain;
    cursor: pointer;
    vertical-align: top;
    margin-top: 10px;
}
#_HEADER._Main ._GNB._mo div._gnbBtn{
    background: url(/assets/data/img/layout/header/menu_btn_wt.png) no-repeat center center;
}

._gnbTgConBg{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.20);
    z-index: 998;
    display: none;
    cursor: pointer;
}
._gnbTgDiv{
    position: fixed;
    top: 0;
    right: -50%;
    width: 100%;
    /* max-width: 500px; */
    height: 100%;
    text-align: right;
    display: inline-block;
    list-style: none;
    background: #FFF;
    z-index: 999;
    display: none;
    overflow-y: auto;
}
._gnbTgBtn{
    padding: 0 20px;
    /* border-bottom: 1px solid #C1CAD6; */
    height: 50px;
    font-size: 0;
}
._gnbTgLogo{

    display: inline-block;

    margin-top: 17.5px;

    width: calc(100% - 30px);

    text-align: left;
}
._gnbTgLogo img{

}
._gnbClsBtn{
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(/assets/data/img/layout/header/menu_cls.png) no-repeat center center;
    background-size: contain;
    cursor: pointer;
    vertical-align: top;
    margin-top: 10px;
}

._gnbTgUl{
    list-style: none;
    width: calc(100% - 40px);
    /* margin-top: 25px; */
    text-align: left;
    display: inline-block;
}
._gnbTgUl li{
}
._gnbTgUl li a{
    font-size: 20px;
    font-weight: 400;
}
._gnbTgUl li a._gnbAct{
    font-weight: 700;
    color: #263A83;
}

._gnbTgUl li a._infoLnkBtn{
    position: relative;
}
._gnbTgUl li a._infoLnkBtn:after{
    content: url(/assets/data/img/layout/header/icon_link.png);
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: top;
    margin-left: 2px;
    margin-top: 2px;
}



._GNB._pc ._gnbUl{
    display: inline-block;
    text-align: left;
    height: 100%;
    vertical-align: top;
    list-style: none;
}
._GNB._pc ._gnbUl li{
    display: inline-block;
    text-align: center;
    padding: 0;
    /* margin-top: 20px; */
    width: 96px;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    margin: 0 17px;
}
._GNB._pc ._gnbUl > li:hover,
._GNB._pc ._gnbUl li._gnbAct{
    border-bottom: 3px solid rgba(22, 63, 197, 1);
}
._GNB._pc ._gnbUl li:first-child{
    margin-left: 0;
}
._GNB._pc ._gnbUl li:last-child{
    margin-right: 0;
}
._GNB._pc ._gnbUl > li > a{
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    color: #000000;
    height: 50px;
    line-height: 50px;
    width: 100%;
}
#_HEADER._Main ._GNB._pc ._gnbUl > li > a{
    color: rgba(233, 233, 233, 1);
}

._GNB._pc ._gnbUl > li:hover > a,
._GNB._pc ._gnbUl li._gnbAct > a{
    /* color: #263A83; */
    font-weight: bold;
}
/*._GNB._pc ._gnbUl li a._infoLnkBtn{
    border-radius: 4px;
    border: 1px solid #F66F2E;
    background: rgba(255, 255, 255, 0.80);
    padding: 8px 18px;
    color: #F66F2E;
    font-weight: 400;
    font-size: 14px;
}
._GNB._pc ._gnbUl li a._infoLnkBtn:after{
    content: url(../../assets/data/img/pc/layout/icon_download2.png);
    vertical-align: text-bottom;
    margin-left: 3px;
}*/
._GNB._pc ._gnbUl ._gnbLi{
    position: relative;
}


/*@media screen and (max-width:768px){
    div{
        background-color: blue;
    }
}
@media screen and (min-width: 768px) and (max-width:1024px){
    div{
        background-color: red;
    }
}
@media screen and (min-width: 1025px){
    div{
        background-color: green;
    }
}*/

/* Search */
/*#_GNB_UL li._srch{
    width: 262px;
    height: 66px;
    text-align: right;
}
#_GNB_UL li._srch div._srchDiv{
    display: inline-block;
    position: relative;
    height: auto;
    line-height: initial;
    margin-top: 14px;
}
#_GNB_UL li._srch div._srchDiv input._srchInp{
    width: 235px;
    height: 36px;
    vertical-align: top;
    border: 1px solid #B8BFC4;
    border-radius: 4px;
    padding: 0 38px 0 12px;
    font-weight: 400;
    font-size: 13px;
}
#_GNB_UL li._srch div._srchDiv button._srchBtn{
    position: absolute;
    top: 9px;
    right: 10px;
    width: 18px;
    height: 18px;
    border: 0;
    background: url(../../assets/data/img/layout/header/srt_icon.png) no-repeat center center;
}*/

/* LNB */
._GNB._pc ._LNB{
    display: none;
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 9;
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    border-bottom: 1px solid rgba(206, 210, 218, 1);
    border-top: 0;
    padding: 28px 0;
    text-align: right;
}
._GNB._pc ._LNB ._LNBCon{
    margin: 0 auto;
    max-width: 1070px;
    width: 100%;
    /* padding: 0 10px; */
}
._GNB._pc ._LNB ._LNBEl{
    font-size: 0;
    width: 616px;
    margin-right: 0;
    text-align: left;
    display: inline-block;
}
._GNB._pc ._lnbUl{
    font-size: 0;
    display: inline-block;
    list-style: none;
    vertical-align: top;
    margin: 0 17px;
    width: 96px;
}
._GNB._pc ._lnbUl:first-child{
    margin-left: 0;
}
._GNB._pc ._lnbUl:last-child{
    margin-right: 0;
}
._GNB._pc li._lnbLi{
    text-align: center;
    width: 96px;
    height: 14px;
    margin-bottom: 25px;
}
._GNB._pc li._lnbLi:last-child{
    margin-bottom: 0;
}
._GNB._pc li._lnbLi a{
    display: inline-block;
    line-height: 14px;
    height: 14px;
    color: #000000;
    font-weight: 400;
    font-size: 14px;
}

._GNB._pc li._lnbLi:hover:not(._nonLi){
}
._GNB._pc li._lnbLi:hover:not(._nonLi) a{
    color: #263A83;
    font-weight: 500;
    border-bottom: 1px solid rgba(22, 63, 197, 1);
}
._GNB._pc li._lnbLi._lnbAct:not(._nonLi) a{
    font-weight: bold;
}

._GNB._pc li._nonLi div{
    /*pointer-events: none;*/
    font-size: 11px;
    font-weight: 700;
    line-height: 13px;
    margin-bottom: 6px;
    color: #B4B4B4;
}
._GNB._pc li._nonLi a{
    color: #BBBBBB;
    font-size: 14px;
    line-height: 16px;
    height: 16px;
}




/* Moble, Tablet */

._gnbTgDiv._mo ._LNB,
._gnbTgDiv._tb ._LNB{
    border-left: 0;
    border-right: 0;
}
._gnbTgDiv._mo ._lnbUl,
._gnbTgDiv._tb ._lnbUl{
    list-style: none;
    font-size: 0;
}
._gnbTgDiv._mo ._gnbTgUl li._lnbLi,
._gnbTgDiv._tb ._gnbTgUl li._lnbLi{
    /* padding: 10px 15px; */
    display: inline-block;
    width: calc(50% - 14px);
    margin-right: 28px;
    margin-top: 15px;
    height: 24px;
}
._gnbTgDiv._mo ._gnbTgUl li._lnbLi:nth-child(2n),
._gnbTgDiv._tb ._gnbTgUl li._lnbLi:nth-child(2n){
    margin-right: 0;
}
._gnbTgDiv._mo ._gnbTgUl li._lnbLi a,
._gnbTgDiv._tb ._gnbTgUl li._lnbLi a{
    font-weight: 500;
    font-size: 14px;
    display: inline-block;
    height: 24px;
    line-height: 24px;
}
._gnbTgDiv._mo ._gnbTgUl li._lnbLi._lnbAct a,
._gnbTgDiv._tb ._gnbTgUl li._lnbLi._lnbAct a{
    font-weight: 700;
    color: #263A83;
}

._gnbTgDiv._mo ._gnbTgUl li._lnbLi._nonLi div,
._gnbTgDiv._tb ._gnbTgUl li._lnbLi._nonLi div{
    color: #B4B4B4;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 20px;
}
._gnbTgDiv._mo ._gnbTgUl li._lnbLi._nonLi a,
._gnbTgDiv._tb ._gnbTgUl li._lnbLi._nonLi a{
    color: #B4B4B4;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
}

/*Moble*/
@media screen and (max-width:768px){
    ._gnbTgUl{
        width: 100%;
    }
    ._gnbTgUl > li{
        padding: 28px 20px;
        border-bottom: 1px solid rgba(232, 234, 238, 1);
    }
    ._gnbTgUl > li:last-child{
        border-bottom: 0;
        padding-bottom: 48px;
    }
    ._gnbTgUl li._gnbLi > a{
        display: inline-block;
        font-size: 13px;
        height: 22px;
        line-height: 22px;
        width: 100%;
        color: rgba(102, 112, 133, 1);
    }
    ._gnbTgUl li._gnbLi > a._infoSglBtn{
        font-size: 14px;
        color: rgba(4, 4, 4, 1);
        font-weight: 500;
        height: 24px;
        line-height: 24px;
    }


    #_gnbTgBt {
        font-size: 0;
        background: rgba(249, 249, 250, 1);
        padding: 46px 20px;
        text-align: center;
    }
    #_gnbTgBt > div{
        margin: 0 auto;
        width: 100%;
        text-align: left;

    }
    ._FT1{
        /*height: 30px;*/
    }
    ._FT1 > div{
        display: block;
        vertical-align: top;
    }
    ._FT1 ._txt1{
        font-size: 16px;
        font-weight: bold;
        line-height: 30px;
        /*width: 50%;*/
        color: rgba(51, 56, 66, 1);
        display: block;
        width: 100%;
        margin-bottom: 15px;
    }

    ._FT1 ._fmlDiv{
        position: relative;
        z-index: 1;
        width: 186px;
        margin-bottom: 15px;
        text-align: left;
    }
    ._FT1 ._fmlDiv ._fmlMn{
        width: 164px;
        height: 30px;
        background: rgba(232, 234, 238, 1);
        border: 1px solid rgba(232, 234, 238, 1);
        border-radius: 4px;
        padding: 0 10px;
        color: rgba(69, 76, 89, 1);
        font-size: 13px;
        font-weight: 400;
        line-height: 30px;
        position: relative;
        cursor: pointer;
        text-align: left;
        display: inline-block;
    }

    ._FT1 ._fmlDiv._on ._fmlMn{
        border-radius: 4px 4px 0 0;
    }
    ._FT1 ._fmlDiv ._fmlMn:after{
        position: absolute;
        content: url(/assets/data/img/layout/footer/fml_arw.png);
        display: inline-block;
        width: 14px;
        height: 14px;
        top: 8px;
        right: 10px;
    }

    ._FT1 ._fmlDiv._on ._fmlMn:after{
        transform: rotate(180deg);
        /* 하위 브라우저 호환성 */
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
    }

    ._FT1 ._fmlDiv ._fmlCon{
        display: none;
        position: absolute;
        width: 164px;
        background: rgba(232, 234, 238, 1);
        border: 1px solid rgba(232, 234, 238, 1);
        border-top: 0;
        border-radius: 0 0 4px 4px;
        right: 0;
    }

    /*._FT1 ._fmlDiv._on ._fmlCon{
        display: block;
    }*/
    ._FT1 ._fmlDiv ._fmlCon ul{
        list-style: none;
    }
    ._FT1 ._fmlDiv ._fmlCon ul li{
        font-size: 13px;
        font-weight: 400;
        line-height: 30px;
        padding: 0 10px;
        text-align: left;
    }

    ._FT1 ._fmlDiv ._fmlCon ul li a{
        color: rgba(69, 76, 89, 1);
    }
    ._FT1 ._fmlDiv ._fmlCon ul li a:hover{
        font-weight: bold;
    }


    #_gnbTgBt div._FT2{
        margin-top: 0;
        display: flex; /* 또는 inline-flex */
        flex-direction: column; /* 세로 정렬 시 */
    }
    ._FT2 > div{
        display: inline-block;
        width: 100%;
        text-align: left;
    }
    ._FT2 ._txt1{
        order: 2;
        margin-top: 15px;
        color: rgba(153, 162, 178, 1);
        font-size: 12px;
        font-weight: 400;
        line-height: 140%;
    }

    ._FT2 ._link1{
        order: 1;
        text-align: left;
    }
    ._FT2 ._link1 a{
        margin-right: 16px;
    }
    ._FT2 ._link1 a:last-child{

    }
    ._FT2 ._link1 a img{
        vertical-align: middle;
    }
    #_gnbTgBt div._FT3{
        margin-top: 12px;
        font-size: 11px;
        color: rgba(185, 191, 202, 1);
        font-weight: 400;
    }



}
/*#_LNB{
    display: none;
    position: absolute;
    top: 66px;
    left: 0;
    width: 100%;
    padding: 40px 0;
    background: #FFFFFF;
    box-shadow: 0px 10px 30px rgba(0, 98, 223, 0.1);
    z-index: 998;
}
#_LNB_AREA{
    width: 1100px;
    margin: 0 auto;
}
#_LNB_TBL{
    display: inline-block;
    border-spacing: 0;
    margin-left: 172px;
}
#_LNB_TBL td{
    width: 169px;
    border-left: 1px solid #E6E8EB;
    vertical-align: top;
}
#_LNB_TBL td:last-child{
    border-right: 1px solid #E6E8EB;
}
#_LNB_TBL td a._lnb{
    display: block;
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-weight: 400;
    font-size: 14px;
    color: #212529;
    text-indent: 20px;
    margin-bottom: 12px;
}
#_LNB_TBL td a._lnb:last-child{
    margin-bottom: 0;
}
#_LNB_TBL td a._lnb:hover,
#_LNB_TBL td a._lnb._on{
    color: #0062DF;
}*/