#gnb-header {
	font-size:16px;
	position: relative;
	line-height:55px;
	padding:0 15px;
}
#gnb-header p {
}
#gnb-header p button {
	font-size:13px;
	display:inline-block;
	margin-left:30px;
}
#gnb-header p span {
	font-size:12px;
	border:1px solid #ccc;
	margin-left:20px;
	border-radius:3px;
	padding:3px 8px;
}
#gnb-header .close-btn {
	position: absolute;
	top:35%;
	right:20px;
	width:17px;
	height:17px;
	background:url(/img/close_ic_m.png) no-repeat;
	background-size: cover;
	text-indent: -9999px;
}
#gnb-myinfo {
	width:100%;
	border-top:1px solid #eee;
		border-bottom:3px solid #333;
}
#gnb-myinfo ul {
	padding:15px 0;
	display: flex;
	justify-content: space-around;
}
#gnb-myinfo li {
	text-align: center;
	cursor:pointer;
}
#gnb-myinfo li img {
	width:30px;
	margin-bottom:7px;
}
#gnb-cart-count {
	font-size:9px;
	color: #FFF;
	text-align: center;
	position: absolute;
	background-color: #f56349;
	width:18px;
	line-height: 18px;
	border-radius:18px;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	letter-spacing: -0.5px;
	top:2px;
	left:60%;
}


#gnb-cate {width:90%;
    margin:20px auto 10px;}
#gnb-cate ul.cate-inner{display: flex;
    align-items: center;
    justify-content:space-between;}
#gnb-cate ul.cate-inner li{
	width:48%;
}
	#gnb-cate ul.cate-inner li a{font-size: 16px;
    font-weight:bold;
    line-height:50px;
				border-radius:10px;
    display: flex;
				justify-content:center;
    align-items: center;
				border: 1px solid #999;
				position: relative;}
#gnb-cate ul.cate-inner li a::after{
width:6px;
    height:6px;
    position: absolute;
    border-right:2px solid #ccc;
    border-bottom: 2px solid #ccc;
    right:10%;
    content: " ";
    top:40%;
    transform: rotate(-45deg);}
#gnb-cate ul.cate-inner li:nth-child(1) a{ background-color:#333;border: 1px solid #333;}
#gnb-cate ul.cate-inner li:nth-child(1) a{ color:#fff;}

.accordion {
	width:100%;
	padding:0;
	margin:0 auto;
}
.accordion h4 {
	font-weight: normal;
	margin:0;
	border-bottom: 1px solid #eee;
}

.accordion .acc-title{
	font-size:17px;
	display: flex;
  align-items: center;
  gap:20px;   /* ¾ÆÀÌÄÜ°ú ÅØ½ºÆ® °£°Ý */
	cursor: pointer;
	font-weight: bold;
	padding:10px 15px;
	position:relative;
}
.accordion .acc-title:after {
	width:8px;
	height:8px;
	position: absolute;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	right:5%;
	content: " ";
	top:;
	transform: rotate(45deg);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.accordion .acc-title.active:after {
	transform: rotate(224deg);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
/* ¾ÆÀÌÄÜ ¿øÇü ¹è°æ */
.icon-circle {
  width:43px;
  height:43px;
  background-color:#f3f3f3;  /* ¿ø ¹è°æ »ö»ó */
  border-radius:40%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ¾ÆÀÌÄÜ ÀÌ¹ÌÁö */
.icon-circle .acc-icon {
  width:24px;
  height:24px;
}

.accordion .acc-panel{	display: none;

}
.accordion ul.panel-inner {
  display: flex;
  flex-wrap: wrap;
		
padding: 20px;
border-top: 1px solid rgb(238, 238, 238);
}

.accordion ul.panel-inner li {
  width: 50%;
		font-size: 15px;         
  box-sizing: border-box;
  padding: 8px;
}


#gnb-footer {
width: 90%;
margin: 20px auto 10px;
}
#gnb-footer dl {
	width:100%;
	overflow:hidden;
	position:relative;
}

#gnb-footer .ini_mark{position:absolute;}
#gnb-footer .ini_mark img{width:50px;}

#gnb-footer dt {
	font-size:14px;
	font-weight:bold;
	padding:15px 0 10px 0;
	margin-top:20px;
	display:block;
	width:100%;
	overflow:hidden;
	border-top:1px solid #ECECEC;
}
#gnb-footer dt:first-child {
	margin-top:10px;
	border-top:none;
}
#gnb-footer dd {
	display:block;
	width:100%;
	overflow:hidden;
	line-height:1.7;
}
#gnb-footer dd h4 {
	font-size:18px;
	margin:0;
	font-weight:900;
}
#gnb-footer ol.info {
	width:90%;
	margin:0 auto;
	overflow:hidden;
}
#gnb-footer ol.info li {
	font-size:13px;
	line-height:1.5;
	text-align:center;
}
#gnb-footer ul.sns {
	width:60%;
	margin:20px auto 30px;
	display: flex;
	justify-content: space-around;
}
#gnb-footer ul.sns li {
	line-height:50px;
}
#gnb-footer ul.sns li img {
	width:25px;
}

#gnb-footer .privacy{margin:15px auto 0}
#gnb-footer .privacy a{ }
#gnb-footer .privacy span{ margin:0 10px;}




.title{
  display: flex;
  align-items: center;
  gap: 12px;
}	
				
.title .circle {
  width: 40px;
  height: 40px;
  border-radius:40%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
		background-color:#eee;
}

.title .circle img {
  width:20px;
  object-fit: cover;
  display: block;
}
