@charset "utf-8";
/* @latest 2020.02.13 ssj */ 

#top {position:relative; float:left; width:100%;}
.head-group {float:left; width:100%; box-sizing:border-box; clear:both;
             position:relative; background:#fff; z-index:1;
             -webkit-transition:top 500ms, background 500ms;
             transition:top 500ms, background 500ms;}
.header {
        width:100%;
        height: 35px;
        background: #f8f8f8;
        /* padding-top:11px; */
        position:absolute;
        border-bottom: 1px solid rgba(240,130,0,0.1);
        /* top:10px; */
        z-index:990;
        box-sizing:border-box;
        opacity:1;
        -webkit-transition:top 500ms, opacity 1s;
        transition:top 500ms, opacity 1s;
        }
.header .inner {width:100%;max-width:1300px;margin:0 auto;/* padding:0 75px; */box-sizing:border-box;}

ul.gnb1 {display:none;}
ul.gnb {float:right;width:90%;height: 35px;clear:both;overflow:hidden;box-sizing:border-box;text-align:right;}
ul.gnb li{display:inline-block;line-height: 35px;font-size: 13px;font-weight: 600;margin:0;}
ul.gnb li a {color: #333;line-height:30px;height: 30px;padding: 0 10px 0 3px;position: relative;opacity: 0.8;}
ul.gnb li a:after {content:"";width: 2px;height: 2px;background:#333;background: #f18201;border-radius:100%;/* float:right; */position: absolute;right: 0;top: 6px;/* opacity: 0.9; */}
ul.gnb li:last-child a:after {display:none;}
ul.gnb li a:hover {color: #f18201;}
ul.gnb li a:focus {outline:thin dotted;}
ul.gnb li.link-group {padding:0; border:none;}
ul.gnb li.link-group select {height:25px !important;  margin-top:-2px; padding:0 20px 0 5px; box-sizing:border-box;
                            font-size:13px; color:black; line-height:28px; border:1px solid rgba(0,0,0,0.3); border:none;
                            background:url(/images/wzwg/cmm/arrow_black.png) no-repeat right 5px center; background-size:6px;
                            appearance:none; -webkit-appearance:none;}
ul.gnb li.link-group select::-ms-expand {opacity:0;}
ul.gnb li.link-group select option {color:#333;}


/* srch setting */
.header .srchbox {background:#fff; border-bottom:1px solid #fbd9b2; height:30px; box-sizing:border-box; width:240px; line-height:30px; margin-left:10px;}
.header .srchbox input[type="text"] {background:transparent; border:none; float:left; padding-left:10px !important; font-size:12px;}
.header .srchbox .head_srchbtn {text-indent:-9999px; width:28px; height:28px; box-sizing:border-box; margin:0 2px 2px 0;
                                background:url(/images/wzwg/cmm/icon_set.png); background-repeat:no-repeat; background-position:-178px 4px;}
.header .srchbox .head_srchbtn:focus {outline:thin dotted;}


.menu {width:100%;height:80px;/* background:#fff; */float:left;position:relative;z-index:1;-webkit-transition:height 500ms, background 500ms, transform 500ms margin-top 500ms;transition:height 500ms, background 500ms, transform 500ms margin-top 500ms;}
.menu .inner {width:100%;max-width:1300px;margin:0 auto;box-sizing:border-box;height:100px;/*line-height:100px;*/vertical-align:middle;text-align:right;display:table;-webkit-transition:height 500ms, line-height 500ms;transition:height 500ms, line-height 500ms;}
.menu .logo {/* float:left; */ width:20%;height:80px;padding:0 10px;line-height:80px;text-align:left;box-sizing:border-box;display:table-cell;vertical-align:middle;}
.menu .logo a img {width:auto; max-height:100%; max-width:90%; display:inline-block; vertical-align:middle;
                    -webkit-transition:max-height 500ms, -webkit-transform 500ms;
                    transition:max-height 500ms, transform 500ms;}

.lnb {width:auto;max-width:75%;text-align:right;display:inline-block;vertical-align:middle;line-height:normal;display:table-cell;}
.lnb > li{width:auto !important;color:#fff;/* position:relative; */display:inline-block;vertical-align:middle;}
.lnb > li.selected {border:none !important;}
.lnb > li > a {height:25px;line-height:25px;display:block;text-align:center;font-size:19px;font-weight:600;padding: 0 18px;}
.lnb > li:last-child > a {margin-right:15px;}
.lnb > li > a:hover {opacity:0.9; -webkit-transition:opacity 0.5s; transition:opacity 0.5s;}
.lnb > li.selected > a {border:none !important; color:#d07000;}
.lnb > li > ul {
                display:none;
                position:absolute;
                top:100px;
                width: 230px !important;
                /* width: 100% !important; */
                margin-left:-5px;
                padding: 10px 0 10px;
                background:#fdfdfd;
                border-top:1px solid white;
                border:1px solid rgba(0,0,0,0.1);
                border-top:none;
                }
.lnb > li:first-child > ul {/* margin-left:-40px; */}
.lnb > li:last-child > ul {margin-left:0;}
.lnb > li > a + ul > li{width:100%;height:auto;float:left;}
.lnb > li > a + ul > li.mnGroup { position:relative;}
.lnb > li > a + ul > li.mnGroup:after {content:""; width:20px; height: 35px;
                                        background:url(/images/wzwg/cmm/icon_set.png);
                                        background-position: -142px 14px; background-size:300px; background-repeat: no-repeat;
                                        position:absolute; top:0; right:7px;}                                
.lnb > li > a + ul > li.mnGroup > a {padding: 8px 30px 8px 20px;}
/*.lnb > li > a + ul > li.mnGroup:after {content:"\276D"; display:inline-block; transform:rotate(90deg); position:absolute; right:9px; top:0; line-height:28px;}
.lnb > li > a + ul > li.selected:after {transform:rotate(-90deg); color:white;}*/
.lnb > li > a + ul > li.selected {border:none !important; /*background:#f18201;*/ margin-bottom:10px;}
.lnb > li > a + ul > li.selected > a {/* font-size: 15px; */font-weight:600;padding-top:7px;}
.lnb > li > a + ul > li.mnGroup.selected {border-top:1px dashed #ececec !important;}
.lnb > li > a + ul > li.mnGroup.selected:after {content:""; width:20px; height:30px;
                                                background:url(/images/wzwg/cmm/icon_set.png);
                                                background-position: -19px 11px; background-size:300px; background-repeat:no-repeat;
                                                position:absolute; top:0; right:7px;}
.lnb > li > a + ul > li > a {display:block;padding:5px 20px;line-height:19px;font-size: 17px;text-align:left;letter-spacing: -0.5px;}
.lnb > li > a + ul > li > a:hover {font-weight:600;}
.lnb > li > a + ul > li > a + ul {background:#fff;border-bottom:1px dashed #ececec;color:white;padding: 0px 20px 5px 19px;margin-bottom: 0px;}
.lnb > li > a + ul > li:last-child > a + ul {border-bottom:none;}
.lnb > li > a + ul > li > a + ul > li {width:100%;clear:both;text-align:left;}
.lnb > li > a + ul > li > a + ul > li a {color:#333;display:block;padding: 7px 0px;line-height: 20px;font-size: 17px;text-indent:0px;padding-left:10px;word-break:keep-all;}
.lnb > li > a + ul > li > a + ul > li:before {
                                              content:"";
                                              float:left;
                                              margin-right:3px;
                                              width:6px;
                                              height:25px;
                                              background:url(/images/wzwg/cmm/icon_set.png);
                                              background-position: -214px 10px;
                                              }
.lnb > li > a + ul > li > a + ul > li a:hover {/*font-weight:600;*/text-decoration:underline;}




/* allmenu (sitemap-popup btn) */
.all_menu {/* width:30px; */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: auto;font-size: 14px;height:30px;line-height: 30px;}
.all_menu .btn_allmenu:before {content:"\f0c9";font-family:FontAwesome;margin-right: 5px;vertical-align: middle;}

.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/templatehead/wide/img/menuBar.png")no-repeat center; position:absolute; top:0; left:0;}

#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:49px; 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:14px;  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:13px; 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 1px 0; margin-top:-1px; 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 {}
    #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:url(/images/wzwg/cmm/arrow_white.png) no-repeat right 5px center; 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){
        .header {display:none;}
        ul.lnb{display:none;}
        .menu {height:50px; }
        .menu .inner {padding:0;display:block;height:50px; overflow:hidden;}

        .menu .logo {width:100%;height:50px;line-height:50px;text-align:center; padding:0 15px;display:block; background:#fff;}
        .menu .logo a img {max-height:35px;}
        .showMenu, .menu:hover .showMenu {height:51px;overflow:hidden;}
    }





/* PC ver_ left menu */
    @media all and (min-width:991px) and (max-width:1560px){
        .lnb > li:last-child > ul {right:0;}
    }
    @media all and (min-width:991px) and (max-width:1400px){
        .header .inner {padding:0 15px;}   
    }
     @media all and (min-width:991px) and (max-width:1300px){
        .menu {border-bottom:1px solid rgba(0,0,0,0.1);}
        .lnb > li > ul {width:100% !important;left:0;right:0;/*top:120px;*/padding: 0 20px 0 20%;box-sizing:border-box;text-align:left;border-width:1px 0 0;border-top:1px solid rgba(255,255,255,0.3);margin-left:0;}
        .lnb > li:last-child > a {padding-right:15px;}
        .lnb > li:first-child > ul {margin-left:0;}
        .lnb > li > a + ul > li {display:inline-block; width:auto;}
        .lnb > li > a + ul > li > a,
        .lnb > li > a + ul > li.mnGroup > a {padding: 5px 15px 5px 10px;line-height:25px;}
        .lnb > li > a + ul > li:before {line-height:35px;}
        .lnb > li > a + ul > li.selected {position:relative;}
        .lnb > li > a + ul > li.selected > a {padding-top:5px;}
        .lnb > li > a + ul > li.mnGroup.selected {border-top:none !important; margin-bottom:0; background-position:125px 13px;}
        .lnb > li > a + ul > li > a + ul {position:absolute; top:34px; width:200px; box-sizing:border-box; padding:5px; border:1px solid rgba(0,0,0,0.05); z-index:1;}
        .lnb > li > a + ul > li:hover:before,
        .lnb > li > a + ul > li.selected:before {/*position:absolute; margin-left:7px; line-height:35px;*/ display:none;}
        .lnb > li > a + ul > li.mnGroup {padding-right: 20px;}
        .lnb > li > a + ul > li.mnGroup:after {/* line-height:normal; *//* top:9px; */right: 0;/* font-weight:600; */}
    }



    @media (min-width:1051px){
      .menu ul#m_nav, .showMenu {display:none !important;}
    }

    @media (min-width:991px) and (max-width:1050px){
        .menu ul#m_nav, .showMenu {display:none !important;}

        ul.gnb {padding-left:10px;}
    }

    @media (min-width:991px){
        .menu {height:100px;box-sizing:border-box;margin-top: 35px;}
    }








/* 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;}

    @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;
                        -webkit-transition:height 500ms, background 500ms, transform 500ms, margin-top 500ms;
                        transition:height 500ms, background 500ms, transform 500ms, margin-top 500ms;
                        }
        .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:14px;/* padding-right:15px; */}
        .fixedhead .lnb > li > a:before {color:#333;padding-right:15px;}
        .fixedhead .lnb > li > ul {top:50px; border-top:none;}
    }



