/* 상단 부분 CSS */
#top {
position: relative;
    height: auto;
    background: #fff;
    z-index: 999;
}
#top_nav>ul{
	text-align: right;
	padding: 30px 0px 20px 0px;
}

#top_nav>ul>li{
	display: inline-block;
}

#top_nav>ul>li a{
font-size:13px; /*2019.05.24*/
}

#top_nav>ul>li+li{
	margin-left: 20px;
}

#top_nav .link_logout{
	position: relative;
}
#top_nav .link_logout::after{
	content: 'x';
	position: absolute;
	text-align: center;
	line-height: 15px;
	font-size: 13px;
	width: 15px;
	background: #f1f1f1;
	border:1px solid #cccccc;
	border-radius: 100%;
	right: -5px;
	top: 10px;
	display:none;
}

#top_nav .link_cart{
	position: relative;
}

#top_nav .link_myshop span{color:#e4a249;}

#top_nav .link_cart::after{
	content: attr(value);
	position: absolute;
	text-align: center;
	line-height: 15px;
	font-size: 10px;
	width: 15px;
	box-sizing: border-box;
	background: #e4a249;
	color: #fff;
	border-radius: 100%;
top:10px;
/*
	right: -5px;
	top: -5px;
2019.05.24
*/
}

#header{
	/* display: flex; */
	/*overflow:hidden;*/
	justify-content: space-between;
	align-items: center;
	text-align:center;
	color:#666;
	padding-bottom:10px;
	position:relative;
}
#header .logo{
	float:left;
}

#gnb_button{
	display: inline-block;
}
#gnb_menu {
	margin-top: 10px;
overflow:hidden;
}
#gnb_menu>ul>li{
float:left;
padding: 20px;
border-bottom:3px solid #ffffff;
box-sizing:border-box;
text-align:center;
line-height: 20px;
-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#gnb_menu>ul>li:hover{
border-bottom:3px solid #333333;
box-sizing:border-box;
}

#gnb_menu .left{float:left;}
#gnb_menu .right{float:right;}
#gnb_menu .right li a{font-size:16px;}

#gnb_board{
	float:right;
	margin-top: 10px;
}
#gnb_board>ul>li{
	display: inline-block;
}
#gnb_board>ul>li+li{
	margin-left: 20px;
}




/*    검색창    */
#search {
	padding-top: 30px;
	position: absolute;
	width: 100%;
	background: #fff;
	z-index: 998;
	left: 0;
	top: 130px;
	display: none;
}
#search_bar{
	height: 28px;
	position: relative;
	border-bottom: 1px solid #ccc;
	padding-bottom: 4px;
}
#search_bar input{
	color: #666;
	width: 100%;
	height: 28px;
	font-size: 13px;
	padding: 0;
	border: none;
	outline: none;
}
#search_bar input::placeholder{
	color: #ccc;
}
#search_bar img{
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
}
#search_keyword{
	text-align: center;
	margin-top: 20px;
	margin-bottom: 50px;
}
#search_keyword>h1{
	font-size: 15px;
	color: #666666;
	display: inline-block;
	margin-right: 15px;
}
#search_keyword>ul{
	display: inline-block;
}
#search_keyword>ul>li{
	display: inline-block;
	color: #999;
}
#search_keyword li+li::before{
	content: ', ';
	margin-left: -3px;
	margin-right: 5px;
}



/* 카테고리 전체보기 */
#categoryAll{position:absolute;width:100%;margin-top:26px;padding:20px;border:1px solid #eeeeee;box-sizing:border-box;background:#ffffff;overflow:hidden;z-index:10;}
#categoryAll a{display:block;padding:2px 0px;}
#categoryAll .prSectionLink{display:none;margin-bottom:10px;padding-bottom:10px;border-bottom:1px solid #444444;overflow:hidden;}
#categoryAll .prSectionLink a{display:block;float:left;width:24%;margin-right:1%;padding:5px;background:#aaaaaa;color:#ffffff;box-sizing:border-box;text-decoration:none;}
#categoryAll .prSectionLink a:hover{background:#444444;}
#categoryAll .topCategory{float:left;width:86%;}
#categoryAll .topCategory dl{padding:5px 0px;border-bottom:1px solid #f8f8f8;text-align:left;overflow:hidden;}
#categoryAll .topCategory dt{float:left;width:15%;margin:0px;padding:5px;height:40px;box-sizing:border-box;border-right:1px solid #ededed;}
#categoryAll .topCategory dt a{color:#222222;font-weight:bold;}
#categoryAll .topCategory dd{float:left;margin:0px;padding:5px 5px 5px 20px;font-weight:100;font-size:13px;}
#categoryAll .topCategory dd a{font-size:13px;-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;}
#categoryAll .topCategory dd a:hover{color:#83c1f3}
#categoryAll .topHelpdesk{border-left:1px solid  #f8f8f8;float:left;width:8%;height:100%;padding-left:20px;text-align:left;}
#categoryAll .topHelpdesk dl{text-align:left;overflow:hidden;}
#categoryAll .topHelpdesk dt{margin-bottom:10px;padding:5px 0px 11px 0px;border-bottom:0px solid #222222;}
#categoryAll .topHelpdesk dt a{display:block;color:#222222;}
#categoryAll .topHelpdesk dt a:hover{text-decoration:none}
#categoryAll .topHelpdesk dd{margin:0;padding:0;}
#categoryAll .topHelpdesk dd a{display:block;padding:3px 0px;font-weight:100;font-size:13px;}
#categoryAll .topHelpdesk dd a:hover{color:#222222;}
#categoryAll .topCommunity{border-left:1px solid  #f8f8f8;float:left;width:8%;text-align:left;padding:40px 0px 40px 20px}
#categoryAll .topCommunity dl{text-align:left;overflow:hidden;}
#categoryAll .topCommunity dt{margin-bottom:10px;padding:5px 0px 11px 0px;border-bottom:0px solid #222222;}
#categoryAll .topCommunity dt a{display:block;color:#222222;}
#categoryAll .topCommunity dt a:hover{text-decoration:none;}
#categoryAll .topCommunity dd{margin:0;padding:0;}
#categoryAll .topCommunity dd a{display:block;padding:3px 0px;font-weight:100;font-size:13px;}
#categoryAll .topCommunity dd a:hover{color:#222222;}

#categoryAll .topbestEvent{border-left:1px solid  #f8f8f8;float:left;width:8%;text-align:left;padding:10px 0px 10px 20px}
#categoryAll .topbestEvent h4 a{color: #222222;font-weight: bold;}
#categoryAll .topbestEvent dl{text-align:left;overflow:hidden;}
#categoryAll .topbestEvent dt{margin-bottom:10px;padding:5px 0px 11px 0px;border-bottom:0px solid #222222;}
#categoryAll .topbestEvent dt a{display:block;color:#222222;}
#categoryAll .topbestEvent dt a:hover{text-decoration:none;}
#categoryAll .topbestEvent dd{margin:0;padding:0;}
#categoryAll .topbestEvent dd a{display:block;padding:3px 0px;font-weight:100;font-size:13px;}
#categoryAll .topbestEvent dd a:hover{color:#222222;}

#categoryAll .topHelpdesk h4{margin-bottom:20px;}
#categoryAll .topHelpdesk h4 a{font-weight:bold;color:#222222;}
#categoryAll .topHelpdesk ul li a{font-weight:100;font-size:13px;padding-bottom:10px;}
#categoryAll .topHelpdesk ul li a:hover{color:#83c1f3;-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;}
#categoryAll .topCommunity h4{margin-bottom:20px;}
#categoryAll .topCommunity h4 a{font-weight:bold;color:#222222;}
#categoryAll .topCommunity ul li a{font-weight:100;font-size:14px;padding-bottom:10px;}
#categoryAll .topCommunity ul li a:hover{color:#83c1f3;-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;}

/*3rsys*/
.topBannerWrap {
   display:none;
    background: #f2f2f2;
    border-bottom: 1px solid rgba(229,233,236,0.6);
}


#top .wrapper {
    width: 100%;
}

#top_nav {
    background: #fcfcfc;
    border-bottom: 1px solid rgba(229,233,236,0.6);
    height: 35px;
    padding:0px 20px;
}


#top_nav>div .leftMenu {
    float: left;
    overflow: hidden;
}
#top_nav>div .rightMenu {
    float: right;
}

#top_nav>div .leftMenu li {
    float: left;
    padding: 0px 5px;
    line-height: 44px;
}
#top_nav>div .leftMenu li a {
    font-size: 13px;
}
#top_nav>div .leftMenu .last {
    float: left;
    padding: 0px 15px;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    line-height: 35px;
}
#top_nav>div .rightMenu {
    float: right;
}
#top_nav>div .rightMenu li {
    float: left;
    padding: 0px 10px;
    line-height: 35px;
}
#top_nav>div .rightMenu li a {
    font-size: 13px;
}


#top_nav>div .rightMenu .last {
    float: left;
    padding: 0px 15px;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    line-height: 35px;
}

#logoSearchWrap .widthAlign {
    width: 1200px;
    margin: 13px auto 0px;
    overflow: hidden;
}

#logoSearchWrap .widthAlign .logo {
    float: left;
}

#logoSearchWrap .widthAlign .prSearchWrap {
width: 1035px;
    overflow: hidden;
    margin: 0px auto;
}

#logoSearchWrap .widthAlign .prSearchWrap .tel {
    float: right;
    padding: 7px 10px 0px 0px;
}

#logoSearchWrap .widthAlign .prSearchWrap .tel .number {
    font-weight: bold;
    color: #585858;
}


#top .topTagAndSearch {
    width:835px;
    float: left;
    margin: 10px 0px 0px 200px;
}

#top .topTagAndSearch .bestkey a{
padding-right:10px;
}

#top .topTagAndSearch p {
    overflow: hidden;
float:right;
padding-top: 10px;
color:#ffffff;
width: 410px;
  line-height: 30px;

}

#top .topTagAndSearch .topSearch{
    border: 2px solid #333333;
    border-radius: 50px;
    height:45px;
    width: 400px;
}

#top .topTagAndSearch .topSearch .left{float:left;}
#top .topTagAndSearch .topSearch .left input{border: 0px solid #333333;
    border-radius: 50px;
    width: 355px;
    padding: 11px 0px 11px 11px;height:42px;}
#top .topTagAndSearch .topSearch .left input:focus{outline: none}
#top .topTagAndSearch .topSearch .right{float:right;margin-right:10px;margin-top:4px;}

#gnb_menu {
    width: 1200px;
    padding: 0px;
    margin: 0px auto;
}
#gnb_category {
    width: 1200px;
    margin: 0px auto;
}
.overflowhidden {
    overflow: hidden;
}

#gnb_menu>ul .first {
    float: left;
    padding: 21px 26px 21px 0px;
}
#gnb_menu>ul>li>a {
    font-size: 18px;
    color: #1e1e1e;
    font-weight: bold;
}

#gnb_menu>ul .end {
    padding: 21px 26px;
}

#gnb_menu>ul .end a {
    font-size: 16px;
    color: #585858;
}

#gnb_category {
    width: 1200px;
    margin: 0px auto;
}

#categoryAll {
    position: absolute;
    width: 1200px;
    margin-top: 0px;
    padding: 20px;
    border: 1px solid #eeeeee;
    box-sizing: border-box;
    background: #ffffff;
    overflow: hidden;
    z-index: 10;
    box-shadow: rgba(0,0,0,.117647) 0 30px 30px;
}

/*
#categoryAll .topCategory {
    float: left;
    width: 70%;
    margin-right: 5%;
}
*/

#categoryAll .topCategory dl {
    padding: 5px 0px;
    border-bottom: 1px solid #f8f8f8;
    text-align: left;
    overflow: hidden;
}

/*#categoryAll .topCategory dt {
    float: left;
    width: 24%;
    margin: 0px;
    padding: 5px;
    box-sizing: border-box;
}
*/
#categoryAll a {
    display: block;
    padding: 2px 0px;
}
/*
#categoryAll .topHelpdesk {
    float: left;
    width: 10%;
    height: 100%;
    margin-right: 5%;
    text-align: left;
}


#categoryAll .topCommunity {
    float: left;
    width: 10%;
    text-align: left;
}
*/
/*3rsys*/
#gnb_menu .right li{padding: 10px;line-height:40px;}

/* 3rsys 상단 메뉴고정 */
.jbFixed {
	position: fixed;
	top: 0px;
	border-bottom: 1px solid #dddddd;
	box-shadow: rgba(0,0,0,.117647) 0 1px 30px;
	background: rgba(255,255,255,0.9);
	width: 100%;
}

.contents{overflow:hidden;}
.padding10{padding:10px 0px;}
.btn1{border: 1px solid #e4e4e4;padding: 8px;margin-top: 15px;display: block;width: 80px;text-align: center;}
.btn2{border: 1px solid #e4e4e4;padding: 8px;margin-top: 15px;display: block;width: 60px;text-align: center;}
.btn3{border: 1px solid #ffffff;padding: 8px;margin-top: 15px;display: block;width: 60px;text-align: center;color:#ffffff;}
.title{padding-bottom:10px;}
.left{float:left;}
.right{float:right;}
.width{width:1200px;margin:0px auto;}
.width1{width:1200px;margin:50px auto;}
.overflow_h{overflow:hidden;}
.sfont{font-size:15px;color:#666666;font-weight:normal;letter-spacing:0px;}


.privercyWrap p{margin-bottom:15px;}
.privercyWrap .stitle{margin-bottom: 15px;font-weight: bold;font-size: 16px;margin-top: 50px;}