#nnHeader .nn-header-event{
    text-align: center;
	margin-top:20px;
}

#nnHeader {
    background: #fff;
}

#nnHeader .nn-blue-line {
    background: #2f89f9;
    height:4px;
}

#nnHeader .nn-header-top {
    background: #fbfbfb;
}

#nnHeader .nn-header-top .nn-line {
    background: #dfdfdf;
    height:1px;
}

#nnHeader .nn-header-top .nn-container {
    height: 33px;
}


#nnHeader .nn-header-top .nn-music-player {
    float: left;
    height: 22px;
}

#nnHeader .nn-header-top .nn-music-player button {
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding:0;
    margin:0;
    background: transparent;
    cursor: pointer;
    float: left;
    display: block;

}


#nnHeader .nn-header-top .nn-music-player .nn-btn-play,
#nnHeader .nn-header-top .nn-music-player .nn-btn-next,
#nnHeader .nn-header-top .nn-music-player .nn-btn-prev {
    text-indent:-999em;
    overflow: hidden;
    background: 0 0 no-repeat;
    width: 21px;
    height:21px;
    margin-right: 3px;
}

#nnHeader .nn-header-top .nn-music-player button:hover {
    color: #7fba55;
    background-position: 0 -25px;
}


#nnHeader .nn-header-top .nn-music-player .nn-btn-play {
    background-image: url(../img/music-player/btn-play.png);
}

#nnHeader .nn-header-top .nn-music-player .nn-btn-prev {
    background-image: url(../img/music-player/btn-prev.png);
}

#nnHeader .nn-header-top .nn-music-player .nn-btn-next {
    background-image: url(../img/music-player/btn-next.png);
}

#nnHeader .nn-header-top .nn-music-player .nn-volume-control {
    position: relative;
    display: block;
    float: left;
    background: url(../img/music-player/icon-volume.png) 0 50% no-repeat;
    height: 21px;
    margin: 0 8px;
    width: 52px;
}

#nnHeader .nn-header-top .nn-music-player .nn-volume-control .nn-track {
    height:2px;
    background: #cccccc;
    position: absolute;
    left:11px;
    right:0;
    top: 50%;
    margin-top: -1px;
    display: block;
}

#nnHeader .nn-header-top .nn-music-player .nn-volume-control .nn-track .nn-volume {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: #2385ff;
    display: block;
}


#nnHeader .nn-header-top .nn-music-player .nn-volume-control .nn-track .nn-volume .nn-bar {
    position: absolute;
    display: block;
    cursor: pointer;
    width: 11px;
    height: 11px;
    right:0;
    top:50%;
    margin-top:-5px;
    margin-left:-5px;
    background: url(../img/music-player/icon-volume-bar.png) 50% 50% no-repeat;
}

#nnHeader .nn-header-top .nn-music-player .nn-btn-list {
    display: block;
    float: left;
    height:21px;
    line-height: 21px;
    font-size:12px;
    margin-right: 15px;
}

#nnHeader .nn-header-top .nn-music-player .nn-eq {
    width: 14px;
    height:21px;
    background:url(../img/music-player/icon-eq.png) 50% 50% no-repeat;
    display: block;
    float: left;
}


#nnHeader .nn-header-top .nn-music-player .nn-eq.nn-active {
    background-image: url(../img/music-player/eq-anim.gif);
}

#nnHeader .nn-header-top .nn-top-menu {
    float: right;
    font-size:13px;
    color: #c8c8c8;
    line-height: 33px;
    height: 33px;
}

#nnHeader .nn-header-top .nn-top-menu .nn-split {
    color: #c8c8c8;
    font-size: 10px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
    float: left;
    display: block;
    height:13px;
}

#nnHeader .nn-header-top .nn-top-menu a {
    float: left;
    display: block;
    height:24px;
}
#nnHeader .nn-header-top .nn-top-menu a.membership { color: #2e88f5; font-weight: bold; }
#nnHeader .nn-header-top .nn-top-menu a > i {
	    content: '';
    width: 13px;
    height: 12px;
    background: url(/new/img/main_new/ico_board_new.png) no-repeat;
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
    margin-left: 3px;
    margin-top: -5px; 
	}

#nnHeader .nn-header-top .nn-top-menu a:hover {
    color: #000;

}
.font-bold  { font-weight: bold; }

#nnHeader .nn-header-top .nn-top-menu a.nn-btn-noti {
    color: #f68720;
    position: relative;
    margin-left:-5px;
}

#nnHeader .nn-header-top .nn-top-menu a.nn-btn-noti i {
    width: 23px;
    height:23px;
    background: url(../img/icons/icon-dingdong.png) 50% 50% no-repeat;
    display: block;
    float: left;
    margin-top: -5px;

}
#nnHeader .nn-header-middle .nn-container {
    min-height: 120px;
}
#nnHeader .nn-header-middle .nn-logo {
    width: 220px;
    height:81px;
    background: url(../img/common/logo_190405.png) 50% 50% no-repeat;
    position: absolute;
    left:0;
    top:50%;
    margin-top: -45px;
}

#nnHeader .nn-header-middle .nn-logo a {
    display: block;
    text-indent: -999em;
    overflow: hidden;
    width: 100%;
    height:100%;

}

#nnHeader .nn-header-middle .nn-line {
    background: #a4a5a7;
    height:1px;
}

#nnHeader .nn-header-middle .nn-search {
    margin:0 auto;
    width: 496px;
    padding: 30px 0 7px;
}

#nnHeader .nn-header-middle .nn-search #nnSearchForm {
    margin-bottom: 0;
}

#nnHeader .nn-header-middle .nn-search #nnSearchForm .nn-input-keyword {
    border: 4px solid #2385ff;
    line-height: 20px;
    padding: 8px 24px;
    -webkit-border-radius:30px;
    -moz-border-radius:30px;
    border-radius:30px;
    font-size:16px;
    color: #2f89f9;
    width: 390px;
    height:44px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#nnHeader .nn-header-middle .nn-search #nnSearchForm .nn-input-keyword::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #2f89f9;
}
#nnHeader .nn-header-middle .nn-search #nnSearchForm .nn-input-keyword::-moz-placeholder { /* Firefox 19+ */
    color: #2f89f9;
}
#nnHeader .nn-header-middle .nn-search #nnSearchForm .nn-input-keyword:-ms-input-placeholder { /* IE 10+ */
    color: #2f89f9;
}
#nnHeader .nn-header-middle .nn-search #nnSearchForm .nn-input-keyword:-moz-placeholder { /* Firefox 18- */
    color: #2f89f9;
}


#nnHeader .nn-header-middle .nn-search #nnSearchForm .nn-btn-submit {
    width: 100px;
    height:42px;
    margin: 1px 0;
    float: right;
    background: #2385ff;
    -webkit-border-radius:30px;
    -moz-border-radius:30px;
    border-radius:30px;
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    line-height:42px;
}

#nnHeader .nn-header-middle .nn-search .nn-keywords {
    background: url(../img/icons/icon-search.png) 0 50% no-repeat;
    padding-left:20px;
    line-height: 46px;
    height: 46px;
    margin-left: 10px;
}
#nnHeader .nn-header-middle .nn-search .nn-keywords .nn-split {
    display: block;
    float: left;
    font-size:12px;
    color: #d2d2d2;
    vertical-align: top;
    margin: 0 6px;
}
#nnHeader .nn-header-middle .nn-search .nn-keywords a {
    display: block;
    float: left;
    font-size:15px;
    color: #979797;
    vertical-align: top;
}

#nnHeader .nn-header-middle .nn-search .nn-keywords a:hover {
    color: #2f89f9;
}

#nnHeader .nn-header-middle .nn-banner {
    width: 254px;
    height:95px;
    position: absolute;
    right:0;
    top: 50%;
    margin-top:-48px;
    overflow: hidden;
}

#nnHeader .nn-header-middle .nn-banner .nn-slider {
    width:254px;
    height:95px;
    background: #eee;
}

#nnHeader .nn-header-middle .nn-banner .nn-slider .slick-arrow {
    position: absolute;
    width: 17px;
    height:17px;
    text-indent:-999em;
    overflow: hidden;
    bottom: 9px;
    cursor: pointer;
    z-index: 9;
}

#nnHeader .nn-header-middle .nn-banner .nn-slider .slick-arrow.slick-prev {
    background: url(../img/icons/icon-prev-square-sm.png);
    left: 13px;
}


#nnHeader .nn-header-middle .nn-banner .nn-slider .slick-arrow.slick-next {
    background: url(../img/icons/icon-next-square-sm.png);
    left: 29px;
}

#nnNav {
    position: relative;
    height:60px;
}

#nnNav .nn-gnb {
    height:60px;
}

#nnNav .nn-gnb li {
    display: block;
    float: left;

}

#nnNav .nn-gnb a {
    font-size:16px;
    color: #222222;
    display: inline-block;
    line-height:60px;
    font-weight: 600;
}

#nnNav .nn-gnb a:hover, #nnNav .nn-gnb .select a {
    color: #2f89f9;
}

/* 2020.02.11 
#nnNav .nn-gnb li.nn-m1,
#nnNav .nn-gnb li.nn-m5,
#nnNav .nn-gnb li.nn-m6,
#nnNav .nn-gnb li.nn-m7,
#nnNav .nn-gnb li.nn-m8 {
    width: 107px;
}
#nnNav .nn-gnb li.nn-m2 {
    width: 147px;
}
#nnNav .nn-gnb li.nn-m3 {
    width: 137px;
}
#nnNav .nn-gnb li.nn-m4 {
    width: 100px;
}
*/

#nnNav .nn-gnb li.nn-yearplan, 
#nnNav .nn-gnb li.nn-m1,
#nnNav .nn-gnb li.nn-m2, 
#nnNav .nn-gnb li.nn-m3, 
#nnNav .nn-gnb li.nn-m4, 
#nnNav .nn-gnb li.nn-m5, 
#nnNav .nn-gnb li.nn-m6, 
#nnNav .nn-gnb li.nn-m7, 
#nnNav .nn-gnb li.nn-m8 { margin-right:32px; }

#nnNav .nn-gnb li.nn-yearplan::before, 
#nnNav .nn-gnb li.nn-yearplan:before { 
	content:''; 
	position: absolute; 
	left: -32px; 
	top: 11px; 
	background: url('../img/common/ico-nn-new.png') no-repeat ;
	width: 30px; height: 15px; 
}  




#nnNav .nn-gnb li.nn-m9 {
    width: 118px;
    padding-top:17px;
}

#nnNav .nn-gnb li.nn-m9 a{
    text-indent:-999em;
    overflow: hidden;
    font-size:0;
}
#nnNav .nn-btn-sitemap {
    width:58px;
    height:62px;
    position: absolute;
    right:0;
    top:-1px;
    background: url(../img/icons/icon-menu.png) 0 0 no-repeat;
    text-indent:-999em;
    overflow: hidden;
}

#nnNav .nn-btn-sitemap:hover {
    background-position: 0 -62px;
}

#nnNav .nn-btn-sitemap.nn-active {
    background-position: 0 -124px;

}


#nnNav .nn-btn-sitemap.nn-active:after {
    content:'';
    height: 1px;
    top:-1px;
    left:0;
    right: 0;
    position: absolute;
    background: #2385ff;
}

#nnNav #nnSitemap {
    position: absolute;
    z-index: 1000;
    left: 0;
    right: 0;
    top: 100%;
    margin-top: 3px;
    border-left:3px solid #2f89f9;
    border-right:3px solid #2f89f9;
    border-bottom:3px solid #2f89f9;
    display: none;
    background: #fff;
    height: 710px;
    overflow: hidden;
}

#nnNav #nnSitemap.nn-active {
    display: block;
}

#nnNav #nnSitemap .nn-inner {
    padding: 50px 58px;
}

#nnNav #nnSitemap .nn-gap {
    height: 30px;
}
#nnNav .nn-sitemap-block {
    width: 164px;
    float: left;
    margin-right: 39px;
}

#nnNav .nn-sitemap-block h4 {
    line-height: 50px;
    border-top:2px solid #6c6c6c;
    border-bottom:1px solid #6c6c6c;
    padding: 0 10px;
    color: #222222;
    margin-bottom: 12px;
    font-size: 16px;
    font-weight: 600;
}

#nnNav .nn-sitemap-block h4 a {
    color: #222;
}
#nnNav .nn-sitemap-block h4 a:hover {
    color: #2f89f9;
}

#nnNav .nn-sitemap-block ul {
    margin-bottom:-15px;
}

#nnNav .nn-sitemap-block ul li {
    margin-bottom: 0;
    line-height: 26px;
}

#nnNav .nn-sitemap-block ul a {
    font-size:15px;
    display: inline-block;
    line-height:15px;
}

#nnNav .nn-sitemap-block ul a:before {
    content:'▪';
    display: inline-block;
    margin-right: 10px;
    color: #888;
    font-size: 10px;
    vertical-align: top;
    width: 4px;
}




ul.nn-gnb > li {
	position: relative
}

.icon_N_new {
	background-image: url(../img/icons/icon-N.png);
	width: 16px;
	height: 22px;
	position: absolute;
	top: -3px;
	left: -8px
}

#nnNav .nn-sitemap-add {
    position: absolute;
    right: 60px;
    top: 230px
}

#nnNav .nn-sitemap-add h4 {
	width: 140px;
    font-weight: 700;
    padding: 8px 10px 10px 12px;
    font-size: 13px;
    margin: 4px 0
}

#nnNav .nn-sitemap-add h4.menuAdd01 {
	border: 1px solid #f8e0e4;
    background: #fff2f4;
}

#nnNav .nn-sitemap-add h4.menuAdd01 a {
	 color: #df518a !important;
}

#nnNav .nn-sitemap-add h4.menuAdd02 {
	border: 1px solid #f2ecca;
    background: #fdfae8;
}

#nnNav .nn-sitemap-add h4.menuAdd02 a {
	color: #f36c24 !important;
}

#nnNav .nn-sitemap-add h4 span {
	float: right
}

/*2018.07.13 레이아웃 수정*/
#nnNav .nn-sitemap-block:nth-child(5) {
	margin-right: 0
}

#nnNav .nn-sitemap-bottom {
	position: absolute;
    bottom: 40px;
    border: 1px solid #d4d4d4;
    width: 976px;
    height: 70px;
    font-size: 16px;
    line-height: 38px;
}

#nnNav .nn-sitemap-bottom .nn-banners {
	margin: 15px 0;
    overflow: hidden;
}

#nnNav .nn-sitemap-bottom .nn-banners a {
    width: 194px;
    float: left;
    border-right: 1px solid #d4d4d4;
    position: relative;
}

#nnNav .nn-sitemap-bottom .nn-banners a:last-child {
	border-right: none;
}

#nnNav .nn-sitemap-bottom .nn-banners a i {
    width: 40px;
    height:40px;
    vertical-align: top;
    background: 0 0 no-repeat;
    display: block;
    float: left
}

#nnNav .nn-sitemap-bottom .nn-banners a.nn-btn-cs i {
    background-image: url(../img/icons/icon-cs.png);
    margin-left: 44px;
}
#nnNav .nn-sitemap-bottom .nn-banners a.nn-btn-mypage i {
    background-image: url(../img/icons/icon-mypage.png);
    margin-left: 36px;
}
#nnNav .nn-sitemap-bottom .nn-banners a.nn-btn-jung i {
    background-image: url(../img/icons/icon-star.png?ver=201808);
    margin-left: 35px;
}
#nnNav .nn-sitemap-bottom .nn-banners a.nn-btn-fan i {
    background-image: url(../img/icons/icon-fan.png);
    margin-left: 42px;
}
#nnNav .nn-sitemap-bottom .nn-banners a.nn-btn-mall i {
    background-image: url(../img/icons/icon-mall.png);
    margin-left: 35px;
}

#nnNav .nn-sitemap-bottom .nn-banners a.nn-btn-mall,
#nnNav .nn-sitemap-bottom .nn-banners a.nn-btn-mall:hover {
    color: #58be11;
}
#nnNav .nn-sitemap-bottom .nn-banners a.nn-btn-jung,
#nnNav .nn-sitemap-bottom .nn-banners a.nn-btn-jung:hover {
    color: #ff4953;
}
#nnNav .nn-sitemap-bottom .nn-banners a:hover {
    color: #2385ff;
}
#nnNav .nn-sitemap-bottom .nn-banners a:hover i {
    background-position: 0 -40px;
}


.nn-top-menu .nurishop {
	background: url(../img/common/top_menu_shop_bg.png) 0 5px no-repeat;
	width: 209px;
	height: 33px;
	float: left;
	margin-left: 10px;
}
.nn-top-menu .nurishop .shopTitle {
	background: url(../img/common/top_menu_shop_txt.png) 44px 14px no-repeat;
	width: 120px;
    height: 33px !important;
	font-size: 0
}
.nn-top-menu .nurishop .shopCart {
	width: 88px;
    height: 33px !important;
	font-size: 12px;
	color: #fff;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
}
.nn-top-menu .nurishop .shopCart .number {
	color: #fa4a4a;
	background: #fff;
	padding: 0 5px 1px;
    border-radius: 20px;
    margin-left: 4px;
}



