@charset "utf-8";
/* basic headmenu 39
    2026.08.25 SSJ
    2026.08.26 SSJ
    2026.08.31 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: 20%;height: 60px;/* position:absolute; */z-index:990;/* background:#424951; *//* background: #f1f4fa; *//* border-bottom:1px solid #dedede !important; */box-sizing:border-box;}
.header .inner {width:100%;height: 100%;/* max-width: 1600px; */margin:0 auto;padding: 0 20px 0 0;box-sizing:border-box;position: relative;text-align: right;display: flex;/* flex-direction: column; */align-items: center;justify-content: flex-end;}
.header .inner:has(#searchPannel.on) {flex-direction:column;align-items: flex-end;justify-content: center;gap: 10px 0;}
.header .inner:has(#usrty>a) {flex-wrap:wrap;}

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 {text-align:right;/* padding-right: 20px; */ flex-shrink:0;}
ul.gnb li {display: inline-block;list-style: none;}
ul.gnb li a {/* border-right: 1px solid #c8c8c8; */color: #1d1d1d;font-weight: 400;line-height: 150%;box-sizing:border-box;font-family: 'Noto Sans KR';font-size: 15px;padding: 5px 7px;transition: font-size 0.5s;}
ul.gnb li a:hover {font-weight:600;}
ul.gnb li:last-child a {border-right:none; padding-right:0;}
ul.gnb li.link-group {padding:0; border:none;}
ul.gnb li.link-group select {border:1px solid #003975; color:#333; border-radius:2px; margin-top:-2px; height:25px !important; line-height:25px; font-size:12.5px; box-sizing:border-box; font-weight:600;
                            background:url(/images/wzwg/cmm/arrow_black.png) rgba(255,255,255,0.9) no-repeat right 5px center; appearance:none; -webkit-appearance:none; padding:0 20px 0 5px; background-size:6px;}
ul.gnb li.link-group select::-ms-expand {opacity:0;} 
ul.gnb li.link-group select option {color:#333;}

.menu {width:100%; height:80px; background:#fff; float:left;  position:relative; z-index:1; }
.menu .inner {width:100%;/* max-width: 1600px; */margin:0 auto;box-sizing:border-box;/* height:120px; */display: flex;justify-content: space-between;align-items: center;}
.menu .logo {width: 25%;/* height:120px; */padding: 0 10px 0 20px;/* line-height:120px; */text-align:left;vertical-align:middle;box-sizing:border-box;display: flex;}
.menu .logo a {width: 100%;display: block;}
.menu .logo a img {/* width: 100%; */max-width: 100%;max-height: 55px;display:inline-block;vertical-align:middle;}
.menu .logo img {vertical-align:middle; max-height:60px;}

.lnb {width:auto;max-width: 75%;display: flex;flex-grow: 1;justify-content: center;align-items: center;/* background: linear-gradient(290deg, #ffe9df 0%, #f5e2e8 73%); */border-radius: 35px;/* padding: 20px 0; */box-sizing: border-box;padding-left: 40px;}
.lnb > li{width:auto !important;height: 100%;display: flex;align-items: center;color:#fff;padding: 20px 0;/* display:inline-block; */vertical-align:middle;position: relative;transition: font-size 0.5s;cursor: pointer;}
.lnb > li:not(:last-child)>a {/* padding-right: 30px; *//* padding-left: 30px; */}
.lnb > li:not(:last-child):after {content:"";width: 6px;height: 6px;display: inline-block;background: #c8c8c8;border-radius: 100%;position: absolute;right: -3px;top: 45px;z-index: -1;}
.lnb > li:first-child>a {/* padding-left:0; */}
.lnb > li:last-child>a {/* padding-left: 30px; */}
.lnb > li.selected {border:none !important;}
.lnb > li:last-child:after {content:""; display:none;}
.lnb > li > a {height:25px;line-height: 140%;font-size: 24px;display:block;text-align:center;word-break:keep-all;font-family: 'esamanru';/* font-family: "Korail Rounded"; *//* font-weight: 300; */color: #333;position: relative;letter-spacing: 0.5px;transition: color 0.3s;padding: 15px 30px;border-radius: 25px;}
.lnb > li:hover  > a{cursor: pointer;}
.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: #333;}
.lnb > li > ul {display:none;position:absolute;top: 85px;left: 50%;transform: translateX(-50%);background:#fdfdfd;color:#333;text-align:center;padding: 10px 0;width: 100%;min-width: 230px !important;background: #ffffff;border-radius: 10px 10px 20px 20px;box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.2);}
.lnb > li > ul:before {content:"";width: 0%;height: 4px;display: inline-block;background: #e75a72;background: linear-gradient(90deg, #df8495 0%, #e75a72 50%, #df8495 100%);position: absolute;left: 50%;top: -1px;border-radius: 3px;transition: all 2s;animation: menuhoverFX 0.5s ease-in-out forwards;}
.lnb > li:hover>ul {/* display:block !important; */}
.lnb > li:hover>ul:before {width:100%;left: 0;}
.lnb > li:first-child > ul {margin-left: 0;}
.lnb > li:last-child > ul {margin-left: 20px;}
.lnb > li > a + ul > li{width:100%;height:auto;font-size: 17px;}
.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: -18px 12px;background-size:300px;background-repeat:no-repeat;transform: rotate(180deg);position:absolute;top:0;right: 11px;}
.lnb > li > a + ul > li.selected:after {background-position: -118px 17px;}
.lnb > li > a + ul > li.selected {border:none !important;}
.lnb > li > a + ul > li.mnGroup.selected:after {content:"";width:20px;height:30px;background:url(/images/wzwg/cmm/icon_set.png);background-position: -118px 17px;background-size:300px;background-repeat:no-repeat;position:absolute;top:0;right:7px;transform: rotate(0deg);}
.lnb > li > a + ul > li > a {display:block;padding: 10px 30px 10px 25px;line-height: 130%;text-align: center;font-family: 'esamanru';width: calc(100% + 10px);box-sizing: border-box;margin-left: -5px;border-radius: 10px;font-weight: 300 !important;word-break: keep-all;}
.lnb > li > a + ul > li > a + ul {/* background:#fff; *//* background: rgba(0,0,0,0.05); */color:white;padding: 10px 20px 15px;}
.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; */position: relative;}
.lnb > li > a + ul > li > a + ul > li a {color:#333;display:block;padding:3px 0px;line-height:19px;font-size: 0.9em;text-indent:0px;padding-left: 5px;font-family: 'Noto Sans KR';word-break: keep-all;}
.lnb > li > a + ul > li > a + ul > li:before {content: "";width: 4px;height: 4px;display: inline-block;background: #b4b4b4;border-radius: 100%;position: absolute;left: -5px;top: 12px;display: none;}
.lnb > li > a + ul > li > a + ul > li a:hover {color: #b93b51;}
.lnb > li > a + ul > li > a + ul > li a:focus {color:#005ec2; text-decoration:underline;}

	.lnb > li:first-child>a  {color:#10b7c2;}  .lnb > li:first-child > ul:before  {background:#10b7c2;}
	.lnb > li:nth-child(2)>a {color:#d67324;}  .lnb > li:nth-child(2) > ul:before {background:#d67324;}
	.lnb > li:nth-child(3)>a {color:#3a8fcb;}  .lnb > li:nth-child(3) > ul:before {background:#3a8fcb;}
	.lnb > li:nth-child(4)>a {color:#623885;}  .lnb > li:nth-child(4) > ul:before {background:#623885;}
	.lnb > li:nth-child(1) > a:hover {background:#10b7c2; color:#fff;}
	.lnb > li:nth-child(2) > a:hover {background:#d67324; color:#fff;}
	.lnb > li:nth-child(3) > a:hover {background:#3a8fcb; color:#fff;}
	.lnb > li:nth-child(4) > a:hover {background:#623885; color:#fff;}

@keyframes menuhoverFX {
		from {width:0%; left:50%;}
		to   {width:100%; left:0%;}
	}


	@media (min-width:1300px){
        .head-group {;padding: 0 50px;}
    }
    @media (min-width:991px){
        .head-group {display: flex;align-items: center;justify-content: space-between;}
        .header {width:20%;order: 2;}
    }
    @media (min-width:1300px){
        .lnb > li > a + ul > li > a:hover {background:#003975; color:#fff;}
        .lnb > li > a + ul > li:hover > a {background: #f36880;color:#fff;}
        .lnb > li > a + ul > li.selected > a {background: #f36880;color:#fff;box-shadow: 2px 1px 4px rgba(0, 0, 0, 0.2);}
        .lnb > li > a + ul > li.mnGroup.selected:hover:after {background-position: -118px 17px;}
        .lnb > li > a + ul > li.mnGroup:hover:after {background-position: 4px 17px;transform: rotate(0deg);}

            .lnb > li:nth-child(1) > a + ul > li:hover > a,
            .lnb > li:nth-child(1) > a + ul > li.selected > a {background:#10b7c2;}
            .lnb > li:nth-child(2) > a + ul > li:hover > a,
            .lnb > li:nth-child(2) > a + ul > li.selected > a {background:#d67324;}
            .lnb > li:nth-child(3) > a + ul > li:hover > a,
            .lnb > li:nth-child(3) > a + ul > li.selected > a {background:#3a8fcb;}
            .lnb > li:nth-child(4) > a + ul > li:hover > a,
            .lnb > li:nth-child(4) > a + ul > li.selected > a {background:#623885;}
    }
	@media (min-width:1299px) and (max-width:1440px){
		.lnb > li > a {font-size:20px;}
	}
    @media (min-width:991px) and (max-width:1300px){
        .head-group {width:100%;flex-direction: column;}
        .header {order: 1; width: 100%; padding-left: 25%;}
        .menu {order: 2; width: 100% !important; height: auto !important;}
        .menu .inner {display: flex;flex-direction: column;align-items: flex-start;/* gap: 10px 0; */}
        .menu .logo {margin-top: -25px;}
        .lnb {max-width: 100%;width: 100%;height: auto;justify-content: flex-end;padding: 0 20px 0 20%;margin-top: -20px;}
		.lnb > li {padding: 0;}
		.lnb > li > ul {min-width:200px !important;top: 46px;}
		.lnb > li:not(:last-child):after {top: 24px;}
		.lnb > li:hover>ul {top: 41px;}
		.lnb > li > a {font-size:20px;padding: 10px 20px;}
		ul.gnb li a {font-size:14px;}
    }
    @media (max-width:990px){
        .header {width:100%;}
    }
















/* allmenu (sitemap-popup btn) */
.btn_wrap {display: flex;padding-left: 15px;}
.all_menu {margin:0;position:relative;display: flex;align-items: center;justify-content: center;}
.all_menu .btn_allmenu {width: 24px;height: 20px;border: 3px solid #333;border-width: 3px 0;color: transparent;font-size:0;display: inline-block;position: relative;box-sizing: border-box;}
.all_menu .btn_allmenu:before {content:"";width: 100%;height: 3px;background: #333;position: absolute;left: 0;top: 5px;}

.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/img/menuBar.png")no-repeat center;position:absolute;top:0;right: 0;}

#m_nav {display:none;float:left;width:90%;max-width:400px;height:calc(100vh - 50px);overflow-y:scroll;background:#fff !important;padding:10px;position:absolute;top:50px;right:0;text-align:left;box-shadow:1px 2px 5px 0px rgba(0,0,0,0.1);box-sizing:border-box;} 
#m_nav:before {content:"";width:100%;height:calc(100vh - 50px);background:#000;display:inline-block;position:fixed;z-index:-1;top:50px;left:0;opacity:0.5;}
#m_nav > li {width:100%; float:left; margin-bottom:10px; box-sizing:border-box;} 
#m_nav > li > a {width:100%;color:#333;font-size:15px;font-family: 'Noto Sans';float:left;padding:13px 30px 13px 20px;line-height:normal;display:block;box-sizing:border-box;position:relative;background:#f9f9f9;border-radius:10px;box-shadow:1px 1px 4px 0px rgba(0,0,0,0.05);} 
#m_nav > li.selected > a {font-weight:500;} 
#m_nav > li.mnGroup {position:relative;} 
#m_nav li.mnGroup.selected {border-bottom:none;} 
#m_nav > li.mnGroup > a:after {content:""; width:7px; height:7px; border:2px solid #333; border-radius:0 3px 0 0; border-width:2px 2px 0 0; display:inline-block; transform:rotate(45deg); position:absolute; right:16px; top:50%; margin-top:-4px; transition:transform 0.5s;} 
#m_nav li.mnGroup.selected > a:after {transform:rotate(-45deg) !important;} 
#m_nav li > ul {width:100%; display:flex; flex-wrap:wrap; flex-direction:column; padding:10px 9px; box-sizing:border-box; transition:height 0.5s;} 
#m_nav li > ul > li {float:left;width:100%;box-sizing:border-box;position: relative;} 
#m_nav li > ul > li.mnGroup > a:after {content:""; width:5px; height:5px; border:2px solid #333; border-radius:0 3px 0 0; border-width:2px 2px 0 0; display:inline-block; transform:rotate(45deg); position:absolute; right:9px; top:50%; margin-top:-2px; opacity:0.6;} 
#m_nav li > ul > li > a {display:flex;width:100%;font-size:15px;font-family: 'Noto Sans';padding:10px 20px 10px 10px;height:auto;line-height:18px;position:relative;box-sizing:border-box;font-weight:400;color:#333;} 
#m_nav li ul li ul {width:100%; height:0; background:#fff; border-radius:10px; border-top:none; padding:0px 15px; margin-bottom:15px; overflow:hidden;} 
#m_nav li ul li.selected ul  {display:flex !important; height:auto;}
#m_nav li ul li ul li:last-child {border-bottom:none;} 
#m_nav li ul li ul li a {font-size:14px; padding:8px 0 3px;} 
#m_nav li ul li ul li {padding-left:10px;}
#m_nav li ul li ul li:before {content:"";width: 3px;height: 3px;display: inline-block;background: #333;position: absolute;left: 0;top: 17px;}

/* popup login menu */
#m_nav > li.mobile_gnb, #m_nav > li:last-child {background:transparent; border-top:1px solid #E0E6EF; padding-top:20px; border-radius:0; margin-top:10px;} 
#m_nav > li.mobile_gnb ul, #m_nav > li:last-child ul {display:flex !important; flex-wrap:wrap; gap:10px 2%;}
#m_nav > li.mobile_gnb ul li, #m_nav > li:last-child ul li {width:32%; display:flex; justify-content:center; align-items:center; box-sizing:border-box; text-align:center; background:#F5F7FA; border-radius:10px; padding:5px 0; height:70px; order:2;} 
#m_nav > li.mobile_gnb ul li:nth-child(3n), #m_nav > li:last-child ul li:nth-child(3n) {margin-right:0;} 
#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:only-child, #m_nav > li:last-child ul li a:only-child {width:100%; font-size:14px; color:#333; line-height:120%; padding:0 10px; box-sizing:border-box;} 

#m_nav > li:last-child ul li.link-group {width:100%; order:1; background:#f9f9f9; height:auto; padding:10px 0 10px 10px;} 
#m_nav > li:last-child ul li.link-group a:after {display:none;} 
#m_nav > li:last-child ul li.link-group select {width:calc(100% - 45px); border-radius:2px; line-height:30px; height:30px; border:none;} 
#m_nav > li:last-child ul li.link-group select option {background:white; color:black;} 
#m_nav > li:last-child ul li.link-group select + button {padding:0 8px !important; height:30px; line-height:28px; font-size:13px; border-radius:10px;}

/* popup scroll bar setting */
#m_nav::-webkit-scrollbar {width:5px;}
#m_nav::-webkit-scrollbar-track {background:transparent;}
#m_nav::-webkit-scrollbar-thumb {background:rgba(0,0,0,0.2);}
#m_nav::-webkit-scrollbar-thumb:hover {background:#555;} 

    @media (max-width:990px){
        .head-group {border-bottom:none;position: fixed;}
		.contents {padding-top:60px;}
        .header {/* display:none; */height: 0;}
		ul.gnb {display:none;}
        ul.lnb{display:none;}
        .menu {height:50px;border-bottom:none;/* position: fixed; */}
        .menu .inner {padding:0;display:block;height:50px;/* border-bottom:1px solid #ddd; */overflow:hidden;}

        .menu .logo {width: 80%;height:50px;line-height:50px;text-align: left;padding:0 15px;display:block;}
        .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:1300px){
		.header .inner {padding:0 15px;}
		.lnb {}
		.lnb > li {font-size: 23px;height: auto;position: initial;}
		.lnb > li > a {}
        .lnb > li > ul {width: calc(100% - 20px) !important; padding: 0 20px 0 250px;box-sizing:border-box;text-align:left; top:120px;}
		.lnb > li:last-child > ul {right:0;}
        .lnb > li > a + ul > li {display:inline-block; width:auto;}
        .lnb > li > a + ul > li > a {padding: 9px 10px;}
        .lnb > li > a + ul > li > a:not(:only-child) {padding-right:40px;}
		.lnb > li > a + ul > li.selected {position:relative;}
        .lnb > li > a + ul > li.selected > a {padding-right: 35px;background: #003975;color: #fff;}
        .lnb > li > a + ul > li > a + ul {position:absolute;top:40px;width: 100%;min-width: 200px;box-sizing:border-box;padding: 10px 15px;background: #fff;border-radius: 10px;box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.2);}

        .lnb > li > a + ul > li.mnGroup:after {background-position: -140px 17px;}
    }
*/

    @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;}
    }

    @media all and (min-width:991px){
        .menu {width: 80%;display: flex;height: 100px;box-sizing:border-box;/* box-shadow: 0px 5px 4px rgba(0,0,0,0.02); */}
    }
    @media all and (max-width:990px){
        .menu:has(#m_nav[style="display: block;"]) {}
    }



/* srchbox setting */
.lnb_search {width: 40px;height: 40px;display:inline-block;/* margin-left: -14px; */margin-right: 10px;}
.lnb_search .btn_search {width: 100%;height: 100%;font-size:0;line-height:0;float:left;/* background: #e1e6f0; */border-radius: 100%;}
.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: -196px 5px;background-size: 715px;}
	#searchPannel.on + .lnb_search {background: #f2e7ef; border-radius: 100%; margin-left: -14px;}

#searchPannel {}
#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: 200px;height: 40px;display: none;}
        #searchPannel .search_box .search_box_inner input[type="text"] {width: 100%;height: 40px;border: 1px solid #e1e6f0;border-radius: 20px;font-size: 15px;background: #fff;padding-left: 20px !important;padding-right: 35px;font-family: 'Noto Sans KR';font-size: 14px;}
    }
    @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 {z-index:9999;width:100% !important;right:auto !important;left:0;top:0 !important;position: absolute;}
		.btn_wrap #searchPannel {position:absolute;float:none !important;margin:0 !important;top:50px !important;left:0px !important;width:100% !important;height:50px !important;line-height:50px !important;z-index:999;background:#fff;display:none;padding: 0 10px;box-sizing: border-box;border-bottom:none;transition:top 0.5s, height 0.5s;}
		.btn_wrap #searchPannel.on {display:block;}
		.btn_wrap #searchPannel .search_box {height:50px;display:flex;padding-left: 0;box-sizing: border-box;}
		.btn_wrap #searchPannel .search_box .search_box_inner input[type="text"] {width: 100%;background:#fff !important;font-size:15px;padding-left:10px !important;margin-top:0 !important;border:none;border-bottom:2px solid #838383;box-sizing:border-box;margin-top:-5px !important;font-family: 'Noto Sans';}
		.btn_wrap .lnb_search {display:flex !important;z-index:9999 !important;width:30px !important;height: 30px !important;right:60px !important;top: 10px !important;left:auto !important;margin:0 !important;background:transparent;border-radius:0;/* transition:top 0.5s, right 0.5s; */position: absolute;}
		.btn_wrap .lnb_search .btn_search {float:none !important;width:100%;margin:0 !important;background: transparent;}
		.btn_wrap .lnb_search .btn_search:before {background:url(/images/wzwg/cmm/icon_set.png) no-repeat center;background-position: -153px 7px;background-size:570px;width:30px;height: 30px;top: 0;left: 0;}

		.btn_wrap #searchPannel.on + .lnb_search {top: 60px !important;right:10px !important;}
	}

    


    

/*회원유형 디자인 추가*/    
#usrty {display: inline-block;font-size: 15px;line-height: 130%;word-break: keep-all}
#usrty a {color: #333;font-weight: 600;font-size: 14px;}

@media (min-width:1301px){
	#usrty {width: 100%; ;margin-top: -10px;}
}