@charset "utf-8";
/* DisabledFunction: TM002,TM003,MM003 */
/* wide down headermenu Design 03
    2022.03.14 SSJ
    2022.04.26 OSY
    2022.07.15 SSJ
*/

.head-group {clear:both; position:relative; float:left; width:100%; background:#fff; box-sizing:border-box; z-index:999 !important; box-sizing:border-box;}
.header {width:100%;height: 40px;position:absolute;z-index:990;background:#424951;background:#f2f2f2;border-bottom: 1px solid rgba(0,0,0,0.05) !important;box-sizing:border-box;}
.header .inner {width:100%;height: 40px;max-width:1300px;margin:0 auto;box-sizing:border-box;position: relative;}

ul.gnb1 {width:30%; float:left;}
ul.gnb1 li {float:left; line-height:30px; }
ul.gnb1 li:first-child a {border-right:1px solid #003975; padding:0 20px;}
ul.gnb1 li:last-child a {border-right:none !important;}
ul.gnb1 li a {border-right:1px solid #dedede; color:#333; font-weight:600; padding:0 20px; box-sizing:border-box; font-size:12px;}
ul.gnb {float:right;height:39px;text-align:right;padding-right: 39px;width: 70%;text-align: right;}
ul.gnb li {line-height: 40px;font-size:15px;text-align:right;font-weight:normal;list-style:outside;color:transparent;display: inline-block;margin-left: -4px;}
ul.gnb li a {color:#333;font-weight:600;padding: 0 15px;box-sizing:border-box;width: 100%;height: 100%;float: left;position: relative;}
ul.gnb li a:after {content:"|";float: right;position: absolute;right: 0;opacity: 0.5;font-weight: 400;}
ul.gnb li a:hover {font-weight:600;}
ul.gnb li:last-child a:after {content:""; display:none;}
ul.gnb li.link-group {padding:0; border:none;}
ul.gnb li.link-group select {border: 1px solid rgba(0,0,0,0.5); color:#333; border-radius:2px; margin-top:-2px; height: 30px !important; line-height: 30px; font-size: 14.5px;
                             box-sizing:border-box; font-weight:600; padding:0 20px 0 5px; background-size:6px; vertical-align: middle; 
                             background:url(/images/wzwg/cmm/arrow_black.png) rgba(255,255,255,0.9) no-repeat right 5px center; appearance:none; -webkit-appearance:none; }
ul.gnb li.link-group select::-ms-expand {opacity:0;} 
ul.gnb li.link-group select option {color:#333;}
ul.gnb li.link-group select + button {height: 30px;padding:0 10px;line-height:28px;font-size:14px;font-weight:600;vertical-align: middle;}

.menu {width:100%;height:80px;background:#fff;float:left;position:relative;z-index:1;/* transition: height 1s; */}
.menu .inner {width:100%;max-width:1300px;margin:0 auto;box-sizing:border-box;height:120px;line-height: 120px;vertical-align:middle;text-align:right;display:table;vertical-align:middle;}
.menu .logo {width:20%; height:120px; padding:0 10px 0; line-height:120px; text-align:left; vertical-align:middle; box-sizing:border-box; display:table-cell;  overflow:hidden;}
.menu .logo a img {/* width: 100%; */max-width:260px; display:inline-block;vertical-align:middle;}
.menu .logo img {vertical-align:middle; max-height:60px;}

.lnb {width:auto;max-width:80%;text-align:right;display:inline-block;vertical-align:middle;line-height: 25px;display:table-cell;}
.lnb > li{width:auto !important;color:#fff;display:inline-block;vertical-align:middle;font-size: 18px;margin-left: -3px;text-align: center;}
.lnb > li.selected {border:none !important;}
.lnb > li:last-child:after {content:""; display:none;}
.lnb > li > a {height:25px;line-height:25px;display:block;text-align:center;font-weight:600;padding: 0 20px;word-break:keep-all;position: relative;}
.lnb > li > a:before {content:"|";float:left;opacity:0.4;font-weight:200;color:white;font-size:10px;position: absolute;left: 0;}
.lnb > li:first-child a:before {content:""; display:none;}
.lnb > li:last-child > a:after {display:none;}
.lnb > li > a:hover {opacity:0.9;-webkit-transition:opacity 0.5s;transition:opacity 0.5s;}
.lnb > li.selected > a {border:none !important; color:#003975;}
.lnb > li > ul {display:none;
                max-width: 1300px;
                width: 100% !important;
                height: auto;
                overflow: hidden;
                padding: 0 0 0 300px;
                box-sizing:border-box;
                position:absolute;
                left:0;
                right: 0;
                top: 120px;
                top:0px !important;
                margin:0 auto;
                color:#333;
                z-index: -1;
                text-align:left;
                -webkit-transition:top 0.3s;
                -moz-transition:top 0.3s;
                -ms-transition:top 0.3s;
                -o-transition:top 0.3s;
                transition:top 0.3s;
                }
.lnb > li > ul.on {display:block; top: 120px !important; width:auto; 
                    -webkit-transition:top 0.3s; -moz-transition:top 0.3s; -ms-transition:top 0.3s; -o-transition:top 0.3s; transition:top 0.3s;}
.lnb > li > a + ul > li {text-align:left;/* display: table; */float: left;width: 25%;padding: 0 15px 30px;box-sizing: border-box;}         
.lnb > li > a + ul > li:first-of-type, .lnb > li > a + ul > li:nth-of-type(2),
.lnb > li > a + ul > li:nth-of-type(3), .lnb > li > a + ul > li:nth-of-type(4) {padding-top:30px;}
.lnb > li > a + ul > li:nth-of-type(4n+1) {clear:both;}
.lnb > li > a + ul > li:only-of-type>a,
.lnb > li > a + ul > li:nth-of-type(2):last-of-type>a,
.lnb > li > a + ul > li:nth-of-type(3):last-of-type>a {padding-bottom:50px;}
.lnb > li > a + ul > li:last-of-type {border-bottom:none;}
.lnb > li > a + ul > li.selected:after {transform:rotate(-180deg); border-top:6px solid #0a58a3;}
.lnb > li > a + ul > li.selected {border:none !important;}
.lnb > li > a + ul > li.selected > a {font-weight:600; border-bottom:2px solid #0a58a3; box-sizing:border-box;}
.lnb > li > a + ul > li > a {display: block;vertical-align: top;width: 100%;/* height: 100%; */box-sizing: border-box;padding: 10px 15px;color: #fff;background:#0a213a;font-size: 17px;font-weight: 600;line-height: 130%;word-break: keep-all;word-wrap: break-word;}
.lnb > li > a + ul > li.mnGroup > a {padding-right:30px;position: relative;}
.lnb > li > a + ul > li.mnGroup > a:after {content:"\276D";transform: rotate(90deg);display: inline-block;position: absolute;right: 17px;font-weight: 400;font-size: 12px;}
.lnb > li > a + ul > li > a:focus{box-sizing:border-box; font-weight:600;}
.lnb > li > a + ul > li:last-of-type > a {border-bottom:none;}
.lnb > li > a + ul > li > a + ul {line-height: 150%;box-sizing:border-box;width: 70%;padding: 10px 0 10px;display: table-cell;}
.lnb > li > a + ul > li > a + ul > li {float:left;display: block;width: 100%;position: relative;}
.lnb > li > a + ul > li > a + ul > li a {color: #555;font-size: 15px;/* font-weight:600; */line-height: 120%;padding: 5px 10px 5px 23px;letter-spacing: -0.5px;position: relative;display:block;-webkit-transition:color 0.5s;transition:color 0.5s;word-break: keep-all;word-wrap: break-word;}
.lnb > li > a + ul > li > a + ul > li:before {content:"";width: 3px;height: 3px;background: #333;border-radius: 100%;display: inline-block;position: absolute;left: 16px;top: 13px;opacity: 0.3;}
.lnb > li > a + ul > li > a + ul > li:last-child a:after {content:""; display:none;}
.lnb > li > a + ul > li > a + ul > li a:hover {font-weight:600;color: #333;}
.lnb > li > a + ul > li > a + ul > li a:focus {font-weight:600; color:#333;}

    @media (max-width:1500px){
        .lnb > li:last-child > ul {right:0;}
    }
    @media (min-width:1300px){
        .lnb > li > a + ul > li.selected > a {background:#003975; color:#fff;}
        .lnb > li > a + ul > li.mnGroup.selected:after {background-position: -119px 17px;}
    }





/* sub menu (확장패널)*/
#lnbBg {
        -webkit-transition:top 0.3s;
        -moz-transition:top 0.3s;
        -ms-transition:top 0.3s;
        -o-transition:top 0.3s;
        transition:top 0.3s;
        /* -webkit-transition:height 0.3s; */
        -moz-transition:height 0.3s;
        -ms-transition:height 0.3s;
        -o-transition:height 0.3s;
        /* transition:height 0.3s; */
        box-shadow: 0px 3px 12px rgba(0,0,0,0.1);
        }
#lnbBg.on {display:block !important;overflow:hidden;top: 120px !important;z-index:-2 !important;background: rgba(255,255,255,0.9);border-bottom: 1px solid rgba(0,0,0,0.05);}
.fixedhead #lnbBg {top: 50px !important;}

    /* speacial menu text */
    .lnb > li > ul span.oneDepth_menuNm {position:absolute;left: 0;font-size: 33px;line-height: 105%;width:300px;height: 100%;padding: 35px 15px 40px;font-weight: 600;display: block !important;box-sizing: border-box;background: #f5f5f5;word-break: keep-all;word-wrap: break-word;}

        @media (min-width:991px) and (max-width:1299px){
            .lnb > li > ul span.oneDepth_menuNm {font-size:32px;width: 20%;word-break:break-all;}
        }
        @media (max-width:990px){
            #lnbBg, #lnbBg.on {display:none !important;}
        }








/* allmenu (sitemap-popup btn) */
.btn_wrap {position: absolute;top: 0px;right: 0px;width: 100%;height: 0px;}
.all_menu {margin:0;display:table-cell;text-align:center;vertical-align:middle;position:relative;text-align:left;float: right;}
.all_menu .btn_allmenu {display:inline-block;width: 39px;height:39px;line-height:39px;color:#fff;background: #013a74;font-size:1px; text-indent:-999px; overflow:hidden; float:right;}
.all_menu .btn_allmenu:before {content:"\f0c9";font-family:FontAwesome;vertical-align:middle;font-size: 15px;font-weight: 400;position: absolute;left: 0;top: 0;text-indent: 0;text-align: center;width: 100%;}

.all_menu .wzpopup-wrap {display:none;}
.all_menu .wzpopup .pop-container {text-align:left;}
.all_menu #fade {display:none;}

    @media (min-width:991px){
        .fixedhead .menu .inner .all_menu {height:50px; line-height:normal;}
    }
    @media (max-width:990px){
        .all_menu .btn_allmenu {display:none;}
    }



.menu ul#m_nav {display:none;}



/* mobile popup menu design */
.showMenu {
    width:50px;height:50px;cursor:pointer;
    /* background:url("/sample/templatestyle/img/menuBar.png")no-repeat center; */
    position:absolute;top:0;left:0;
    margin: 0px;
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}   
.showMenu .mobileMenu{
    display: inline-block;
    width: 50px;
    height: 49px;
    line-height: 49px;
    font-size: 0px;
}
.showMenu .mobileMenu::before {
    content: "";
    font-family: FontAwesome;
    vertical-align: middle;
    font-size: 23px;
}

#m_nav {float:left; width:95%; max-width:400px; height:calc(100vh - 100px); overflow-y:scroll; background:#fff; padding:0 0 20px; 
        position:absolute; top:50px; left:0; text-align:left; box-shadow:1px 2px 5px 0px rgba(0,0,0,0.1); box-sizing:border-box;}
    #m_nav > li {width:100%; float:left; box-sizing:border-box; position:relative; border-bottom:1px solid #f3f3f3;}
    #m_nav > li > a {width:100%; font-size:16px; float:left; padding:13px 30px 13px 20px; line-height:20px; font-weight:600; display:block;  box-sizing:border-box;}
    #m_nav > li.mnGroup {position:relative;}
    #m_nav li.mnGroup.selected {border-bottom:none;}
    #m_nav > li.mnGroup > a:after {content:"\276D"; display:inline-block; transform:rotate(90deg); position:absolute; right:15px; top:13px;}
    #m_nav li.mnGroup.selected > a:after {transform:rotate(-90deg) !important; margin-right:-2px;}
    #m_nav li a {color:#333; word-break:keep-all;}
    #m_nav li > a:hover  {color:#2d59b0;}
    #m_nav li > ul {float:left; background:#f7f7f7; width:100%}
    #m_nav li > ul > li {float:left; width:100%; border-bottom:1px solid #eee;}
    #m_nav li > ul > li.mnGroup > a:after {content:"\276D"; display:inline-block; transform:rotate(90deg); position:absolute; right:15px; top:10px;}
    #m_nav li > ul > li > a {float:left; width:100%; font-size:14px; padding:11px 20px 11px 25px; height:auto; line-height:18px; position:relative; box-sizing:border-box;}
    #m_nav li ul li ul {background:#ececec; width:100%;}
    #m_nav li ul li ul li {border-bottom:1px solid #e3e2e2;}
    #m_nav li ul li ul li:last-child {border-bottom:none;}
    #m_nav li ul li ul li a {padding-left:35px;}

    /* popup login menu */
    #m_nav > li.mobile_gnb, #m_nav > li:last-child {background:#2b2b2b;}
    #m_nav > li.mobile_gnb ul li, #m_nav > li:last-child ul li {width:33.33%; box-sizing:border-box; float:left; text-align:center; border:1px solid rgba(255,255,255,0.2); border-width:1px 1px 0 0; line-height:70px;}
    #m_nav > li.mobile_gnb ul li:nth-child(3n), #m_nav > li:last-child ul li:nth-child(3n) {border-right:none;}
    #m_nav > li.mobile_gnb ul li:nth-child(3n+1), #m_nav > li:last-child ul li:nth-child(3n+1) {clear:both;}
    #m_nav > li.mobile_gnb ul li a, #m_nav > li:last-child ul li a {color:#fff; width:100%; line-height:20px; vertical-align:middle; display:inline-block;}

    #m_nav > li:last-child ul li.link-group a:after {display:none;}
    #m_nav > li:last-child ul li.link-group select {width:92%; background:transparent; color:#fff; border-radius:2px; line-height:30px; height:30px; border-color:rgba(255,255,255,0.3);}
    #m_nav > li:last-child ul li.link-group select option {background:white; color:black;}

    @media (max-width:990px){
        .head-group {border-bottom:none;}
        .head-group.fixedhead {}
        .header {height:0;}
        ul.gnb, ul.lnb{display:none !important;}
        .menu {height:50px;border-bottom:none;}
        .menu .inner {height:auto;line-height: normal;}

        .menu .logo {width:100%;height:50px;line-height:50px;text-align:center; padding:0 15px;display:block;}
        .menu .logo a img {max-height:35px;}
        .showMenu, .menu:hover .showMenu {height:49px;overflow:hidden;}
    }






/* PC ver_ left menu */
    @media all and (min-width:991px) and (max-width:1400px){
        .header .inner {padding:0 15px;}
        .lnb > li:last-child > ul {right:0;}
    }
    @media all and (min-width:991px) and (max-width:1300px){
        .lnb > li > ul {max-width: 100%;padding: 0 0 0 20%;}
        .lnb > li > a + ul > li.selected {position:relative;}
        .lnb > li > a + ul > li.selected > a {padding-right:30px;}
        .lnb > li > a + ul > li > a + ul > li a {padding-left:15px;}
        .lnb > li > a + ul > li > a + ul > li:before {left: 2px;}
        .lnb > li > a + ul > li.mnGroup:after {right: 7px;}
    }

    @media all and (min-width:1051px){
      .menu ul#m_nav, .showMenu {display:none !important;}
    }
    @media all and (min-width:991px) and (max-width:1050px){
        .menu ul#m_nav, .showMenu {display:none !important;}

        ul.gnb {padding-left:10px;overflow: hidden;}
    }

    @media all and (min-width:991px){
      .head-group .menu {height:120px;box-sizing:border-box;margin-top:39px;border-bottom: 1px solid rgba(0,0,0,0.05) !important;}
    }




/* fixed setting */
.fixedhead {position:fixed;top:0;background:rgba(255,255,255,0.9);box-shadow:0px 0px 1px 0px rgba(0,0,0,0.1);z-index:10;border-bottom: 1px solid rgba(0,0,0,0.1);}

    @media all and (min-width:991px){ 
        .fixedhead:hover {box-shadow:0px 0px 3px 0px rgba(0,0,0,0.3); background:#fff;     -webkit-transition:box-shadow 500ms, background 500ms, -webkit-transform 500ms;     transition:box-shadow 500ms,background 500ms, transform 500ms;     }

        .fixedhead .header {/* display:none; */top:-40px; opacity:0;}
        .fixedhead .menu {margin-top:0; height:50px; border-bottom-width: 50px;}
        .fixedhead .menu:hover {background:rgba(255,255,255,1); -webkit-transition:background 500ms, -webkit-transform 500ms; transition:background 2s, transform 500ms;   }
        .fixedhead .menu .inner {height:50px;line-height:50px;}
        .fixedhead .menu .logo {height:50px; line-height:50px; padding:0 10px; width:20%;}
        .fixedhead .menu .logo a img {max-height:35px; transform-origin:top;      -webkit-transition:max-height 500ms, -webkit-transform 500ms;      transition:max-height 500ms, transform 500ms; }
        .fixedhead .lnb {/* max-height:50px; */overflow:hidden;max-width:80%;}

        .fixedhead .lnb > li > a {color:#333; font-size:16px;}
        .fixedhead .lnb > li > a:before {color:#333;padding-right:15px;}
        .fixedhead .lnb > li > ul {top: 50px !important;border-top:none;}
    }



/* srchbox setting */
.lnb_search {width:30px;height:30px;display:inline-block;margin-left: -5px; position: absolute;left: 13%;top: 7px;}
.lnb_search .btn_search {font-size:1px; text-indent:-999px; overflow:hidden; line-height:1px; float:left;}
.lnb_search .btn_search:before {content:"";background:url(/images/wzwg/cmm/icon_set.png) no-repeat center;display:inline-block;width:30px;height:30px;background-position:-178px 5px;text-indent: 0;position: absolute;left: 0;top: 0;}

#searchPannel .search_box {width:100%; height:100%;}
#searchPannel .search_box .search_box_inner {width:100%; height:100%;}
#searchPannel .search_box .search_box_inner input[type="text"]:focus {outline:auto; outline-color:#ddd; background:#f1f1f1; color:#333;}

    @media (min-width:991px){
        #searchPannel {width: 15%;left: 0;top:0;right: 80px;position:absolute;background: transparent;float: left;}
        #searchPannel .search_box .search_box_inner input[type="text"] {width: 100%;height: 39px;border:none;border: 1px solid #ddd;font-size: 15px;background: #fff;padding-right: 35px;}
    }
    @media all and (min-width:991px) and (max-width:1299px){
        #searchPannel {left:10px;}
        .lnb_search {left:14%}
        .all_menu {right:10px;}
    }
    @media (max-width:990px){
        .btn_wrap {position:relative;}
        .header .inner {height:0;}
        .lnb_search {position:absolute;top: 1px;right: 5px;width: 30px;height: 50px;left: auto !important;}
        .lnb_search .btn_search {width:100%; height:100%; text-align:center;}
        .lnb_search .btn_search::before {width: 100%;height: 100%;background-position: -178px 16px;}
        .lnb_search .btn_search::after {display:none;}
        #searchPannel {position:absolute;top: 12px;right: 36px;width: 20%;height: 30px;line-height:50px;border-radius: 0;display: none;border-bottom: 2px solid #838383;}
        #searchPannel.on {display:block;}
        #searchPannel .search_box .search_box_inner input[type="text"] {width: 100%;margin: -21px 0 0;border: none;height: 30px;line-height: 30px;background: transparent;}
    }