@charset "utf-8";/* basic headmenu 20 :more.goe.go.kr only
 latest 2025.06.26 SSJ
 latest 2025.07.17 SSJ
 latest 2025.08.11 JRA
*/


#top { position:relative; float:left; width:100%; } 
.head-group { clear:both; position:relative; float:left; width:100%; box-sizing:border-box; z-index:999 !important; position:absolute; top:0; padding-top:30px; transition:background 1s; } 
.head-group:hover { } 
.header { width:100%; } 
.header .inner { width:100%; max-width: 95%; margin:0 auto; height:60px; border-radius:20px; padding:0 20px; box-sizing:border-box; position:relative; text-align:right; background:#233f65; background:linear-gradient(to right, #1295ed , #0172e2); display:flex; justify-content:space-between; box-shadow:0 1px 6px 0 rgba(32,33,36,.1); transition: padding-left 0.5s; } 

ul.gnb1 { display:none; } 
ul.gnb { overflow:hidden; box-sizing:border-box; display:flex; align-items:center; } 
ul.gnb li { display:inline-block; line-height:30px; font-size:14px; margin:0 3px 0 0; font-family:'Noto Sans KR'; } 
ul.gnb li:empty { padding:0; margin:0; font-size:0; } 
ul.gnb li a { color:#fff; line-height:30px; height:30px; } 
ul.gnb li a:before { content:"\b7"; float:left; padding-right:3px; } 
ul.gnb li:first-child a:before { display:none; } 
ul.gnb li a:hover { color:#fff; 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 { margin-top:-2px; height:25px !important; line-height:25px; font-size:12.5px; box-sizing:border-box; color:#fff; background:url(/images/wzwg/cmm/arrow_white.png) no-repeat right 5px center; appearance:none; -webkit-appearance:none; padding:0 20px 0 5px; background-size:6px; border:1px solid #ddd; } 
ul.gnb li.link-group select::-ms-expand { opacity:0; } 
ul.gnb li.link-group select option { color:#333; } 
ul.gnb li:last-child:not(:empty) { margin-right:20px; } 

.menu { width:100%; height:80px; float:left; position:relative; z-index:1; } 
.menu .inner { width:100%; max-width: 95%; margin:0 auto; box-sizing:border-box; height:90px; line-height:90px; vertical-align:middle; display: flex; align-items:center; } 
.menu .logo { width: 30%; height:90px; padding:0 15px; line-height:90px; text-align:left; box-sizing:border-box; display:table-cell; vertical-align:middle; } 
.menu .logo a img { width:auto; max-height:60px; max-width:100%; display:inline-block; vertical-align:middle; vertical-align:middle; } 
.menu ul#m_nav { display:none; } 

.lnb { width:auto; max-width:70%; text-align:right; display:inline-block; vertical-align:middle; line-height:normal; flex-grow: 1; } 
.lnb > li { width:auto !important; display:inline-block; vertical-align:middle; font-size:19px; } 
.lnb > li a { font-family: 'Noto Sans KR'; } 
.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:400; padding:0 30px 0 0; } 
.lnb > li > a:before { content:"|"; float:left; opacity:0.3; font-weight:200; color:#fff; padding:0 30px 0 0; font-size:10px; } 
.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; font-weight:600; } 
.lnb > li > ul { display:none; position:absolute; top:80px; background: #fff; border-radius: 20px; box-shadow: 0 1px 6px 0 rgba(32,33,36,.2); color:#fff; text-align:center; width:100%; min-width:200px !important; padding: 10px; } 
.lnb > li:first-child > ul { margin-left: -20px; } 
.lnb > li:last-child > ul { margin-left:0; } 
.lnb > li > a + ul > li { width:100%; height:auto; float:left; font-size: 16px; } 
.lnb > li > a + ul > li.mnGroup { position:relative; } 
.lnb > li > a + ul > li.mnGroup:after { content:"\276D"; display:inline-block; transform:rotate(90deg); position:absolute; right:14px; top:0; line-height:28px; font-size:10px; font-weight:600; } 
.lnb > li > a + ul > li.selected:after { transform:rotate(-90deg); } 
.lnb > li > a + ul > li.selected > a { font-weight: 600; } 
.lnb > li > a + ul > li > a { display:block; padding: 5px 0 10px 10px; padding-right: 10px; line-height: 140%; text-align:left; } 
.lnb > li > a + ul > li > a:hover { font-weight:600; } 
.lnb > li > a + ul > li > a + ul { padding: 10px; background: #f5f7fb; border-radius: 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; font-size: 15px; position: relative; text-indent: -1px; } 
.lnb > li > a + ul > li > a + ul > li a { display:block; padding: 1px 0px 8px; line-height: 140%; text-indent:0px; padding-left:10px; } 
.lnb > li > a + ul > li > a + ul > li:before { content:""; width: 3px; height: 3px; background: #333; line-height:23px; position: absolute; left: 2px; top: 10px; } 
.lnb > li > a + ul > li > a + ul > li a:hover { color:#fff; text-decoration:underline; } 
.lnb > li > a + ul > li > a + ul > li a:focus { color:#3b7f9f; text-decoration:underline; } 



/* allmenu (sitemap-popup btn) */
.btn_wrap { display:flex; flex-grow:1; justify-content:space-between; } 
.all_menu { text-align:center; vertical-align:middle; position:relative; text-align:left; order:1; } 
.all_menu .btn_allmenu { display:inline-block; width:auto; font-size:15px; line-height:59px; color:#fff; font-family:'Noto Sans KR'; } 
.all_menu .btn_allmenu:hover { font-weight:600; } 
.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 (max-width:990px){
 .all_menu .btn_allmenu { display:none; } 
 }







/* fixed setting */
.fixedhead { position:fixed; top:0; z-index:10; } 

 @media all and (min-width:991px){
 .fixedhead .header .inner { padding-left: 230px; } 
 .fixedhead .header ul.gnb { display:none; } 
 .fixedhead .header .inner .btn_wrap { } 

 .fixedhead .menu { margin-top:0; position: absolute; top: 30px; height: 0; } 
 .fixedhead .menu .inner { height: auto; } 
 .fixedhead .menu .logo { display:inline-block; height: 60px; line-height: 60px; width: 200px; max-width:100%; position:absolute; padding-right: 0; margin-top: 60px; } 
 .fixedhead .menu .logo > a { float: left; line-height: 60px; } 
 .fixedhead .menu .logo a img { max-height:35px; max-width:100%; display: inline-block; vertical-align: middle; transform-origin:top; transition:max-height 500ms, transform 500ms; } 
 .fixedhead .lnb { display:none; } 
 .fixedhead .lnb:before { display:none; } 
 .fixedhead .lnb > li { border:none; height:50px; line-height: normal; padding-top:0; vertical-align: middle; padding: 0 20px; } 
 .fixedhead .lnb > li > a { height: 50px; line-height: 50px; } 
 .fixedhead .lnb > li > ul { top:51px !important; border-top:none; } 
 .fixedhead .lnb > li:nth-child(1) > ul { top:51px !important; } 
 .fixedhead .lnb > li:nth-child(2) > ul { top: 108px !important; } 
 .fixedhead .lnb > li:nth-child(3) > ul { top: 165px !important; } 
 .fixedhead .lnb > li > a + ul > li > a { padding:17px 0 17px 15px; font-size:15px; } 

 .fixedhead #lnbBg.on { top:50px !important; } 
 }
 @media (min-width:991px) and (max-width:1299px){
 .fixedhead .menu .logo { /* display:none; */ } 
 .fixedhead .header { right:0; } 
 .fixedhead .header .inner { padding:0; } 
 .fixedhead .header .inner .btn_wrap .lnb_search { width:50px; height:50px; margin-right:-0; border-left:1px solid #ddd; box-sizing:border-box; float:left; } 
 .fixedhead .header .inner .btn_wrap .lnb_search .btn_search:before { margin:10px; } 
 .fixedhead .header .inner .btn_wrap .all_menu { width:50px; height:50px; float:left; } 
 .fixedhead .header .inner .btn_wrap .all_menu .btn_allmenu { width:50px; height:50px; } 
 .fixedhead #searchPannel { right:100px; } 
}







 



/* 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; 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: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: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: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 all and (min-width:991px){
 .menu ul#m_nav, .showMenu { display:none !important; } 
 .menu { height:90px; box-sizing:border-box; margin-top:20px; } 
 }

 @media all and (max-width:990px){
 .head-group { padding-top:0; } 
 .header { position:absolute; } 
 .header .inner { max-width:100%; background:transparent; height:0; } 
 ul.gnb { display:none; } 
 ul.lnb { display:none; } 

 .menu { height:50px; border-bottom:none; display:flex; background:#fff; } 
 .menu .inner { padding:0; height:50px; overflow:hidden; margin-top:0; text-align:left; width:auto; } 
 .menu .logo { width:100%; height:50px; line-height:50px; text-align:left; padding:0 15px; display:block; background:#fff; } 
 .menu .logo a img {max-height:35px;max-width: 200PX;} 
 .showMenu, .menu:hover .showMenu { height:51px; overflow:hidden; } 

 .btn_wrap { position:absolute; top:0; right:0; width:100%; z-index:999; } 
 }





/* PC ver_ left menu */
 @media all and (min-width:991px) and (max-width:1400px){
 .header .inner { max-width:calc(100% - 30px); } 
 }
 @media all and (min-width:991px) and (max-width:1500px){
 .lnb > li:last-child > ul { right:3px; } 
 }
 @media all and (min-width:991px) and (max-width:1300px){
 .lnb > li > ul { width:100% !important; left:0; right:0; top:80px; padding:0 20px 0 200px; box-sizing:border-box; text-align:left; border-width:1px 0 0; border-top:1px solid rgba(255,255,255,0.3); } 
 .lnb > li > a + ul > li { display:inline-block; width:auto; } 
 .lnb > li > a + ul > li > a { padding:9px 10px 9px 20px; line-height:25px; } 
 .lnb > li > a + ul > li.selected { position:relative; } 
 .lnb > li > a + ul > li > a + ul { position:absolute; top:43px; width:100%; min-width:200px; box-sizing:border-box; padding:5px 10px; background:rgba(0,0,0,0.5); border-bottom:none; } 
 .lnb > li > a + ul > li:hover:before,
 .lnb > li > a + ul > li.selected:before { position:absolute; margin-left:7px; line-height:35px; } 
 .lnb > li > a + ul > li.mnGroup { padding-right:20px; } 
 .lnb > li > a + ul > li.mnGroup:after { line-height:35px; } 
 }










/* header srchbox setting */
.lnb_search { width:30px; height:30px; display:inline-block; margin-left:-5px; position:absolute; right:20px; top:16px; } 
.lnb_search .btn_search { font-size:0; line-height:0; float:left; } 
.lnb_search .btn_search:before { content:""; width:13px; height:13px; display:inline-block; border-radius:100%; border:2px solid #fff; position:absolute; left:3px; top:3px; } 
.lnb_search .btn_search:after { content:""; width:9px; height:2px; display:inline-block; border-radius:2px; background:#fff; transform:rotate(45deg); position:absolute; bottom:9px; right:5px; } 

#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"]::placeholder { color:#d9dbdd; } 


 @media (min-width:991px){
 #searchPannel { width:30%; background:transparent; order:2; } 
 #searchPannel .search_box .search_box_inner input[type="text"] { width:100%; height:60px; border:none; font-size:15px; background:transparent; padding:0 45px 0 25px !important; font-family:'Noto Sans KR'; color:#fff; text-align:right; } 
 }
 @media all and (min-width:991px) and (max-width:1299px){
 #searchPannel { left:10px; } 
 .all_menu { right:10px; } 
 }
 @media (max-width:990px){
 #searchPannel { position:absolute; top:0; right:50px; width:calc(100% - 100px); height:50px; line-height:50px; } 
 #searchPannel .search_box .search_box_inner input[type="text"] { width:100%; border:2px solid #0172e2; border-radius:10px; color:#333; font-size:15px; font-family:'Noto Sans KR'; padding:0 15px !important; } 
 #searchPannel .search_box .search_box_inner input[type="text"]::placeholder { color:#333; } 

 .lnb_search { top:12px !important; right:15px !important; } 
 .lnb_search .btn_search:before { border-color:#333; } 
 .lnb_search .btn_search:after { background:#333; } 
 }



/*회원유형 디자인 추가*/ 
#usrty { display: flex; font-size:15px; line-height:30px; align-items: center; padding: 0 !important; } 
#usrty a { color:#fff; border-color: rgba(255,255,255,0.5); border-radius: 10px; padding: 5px 10px; font-family: 'Noto Sans KR'; font-weight: 400; margin-right: 10px; margin-left: -6px; } 
#usrty a:hover { color:#333; } 



@media (min-width:991px){
 #sub_visual .bluebg { min-height:300px; } 
 }


@media (max-width:990px){
 #usrty { display:none!important; } 

}