/* BASIC css start */
#header {
  z-index: 100;
  position: relative;
  background: #fff;
  letter-spacing: 1px;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.08);
}
#header .headerGnb {
  position: relative;
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;

}
#header .headerBtm {
  position: relative;
  background-color:#fff;
  z-index: 95;
  margin-bottom: 0px;
  
}
#header.headerFix .headerBtm {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
   -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.08);
}

/* ÃÖ»ó´Ü */
#header .headerTop {
  position: relative;
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
  height: 64px;
}

/* ÃÖ»ó´Ü ÁÂÃø */
#header .headerTop .menuLeft {
  position: absolute;
  top: 20px;
  left: 0;
  margin-left:8px;
}
#header .headerTop .menuLeft > li {
  float: left;
  position: relative;
  display: inline-block;
  padding: 0 15px 0 0; 
}
#header .headerTop .menuLeft > li a {
  font-size: 14px;
  font-weight: 600;
  height: 29px;
  line-height: 29px;
}
#header .headerTop .menuLeft > li .depth2 {
  display: none;
  position: absolute;
  background: #fff;
  top: 28px;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 160px;
  margin-left: -15px;
  padding: 10px 0;
  z-index: 97;
  border: 1px solid #ced4da;
  border-radius: 8px;
  text-align: center;
}
#header .headerTop .menuLeft > li .depth2 li a {
  font-size: 13px;
  font-weight: 500;
  color: #4d4d4d;
  line-height: 24px;
}
#header .headerTop .menuLeft > li .depth2 li a:hover {
  text-decoration: underline;
  color: #f76707
}
#header .headerTop .menuLeft .tmenu .menu-01 {
  color: #f76707
}

/* ÃÖ»ó´Ü ¿ìÃø */
#header .headerTop .menuRight {
  position: absolute;
  top: 20px;
  right: 0;
  margin-right:8px;
}
#header .headerTop .menuRight li {
  float: left;
  margin: 0 20px 0 0;
}
#header .headerTop .menuRight li a {
  font-size: 14px;
  font-weight: 600;
  height: 29px;
  line-height: 29px;
}
#header .headerTop .menuRight li a:hover {
  text-decoration: underline;
}
#header .headerTop .menuRight li a.basketBtn {
  padding: 0 0 0 26px;
}
#header .headerTop .menuRight li a.basketBtn i {
  font-size: 24px;
  position: absolute;
  top: 2px;
  right: 28px;
}
#header .headerTop .menuRight li a.basketBtn span.user_basket_quantity {
  background-color: #474747;
  color: #fff;
  font-size: 13px;
  padding: 0 9px;
  border-radius: 8px;
  position: absolute;
  top: 5px;
  right: 0;
  height: 18px;
  line-height: 18px;
}

/* ·Î°í, °Ë»ö ¿µ¿ª */
#header .headerMid {
  text-align: center;
  margin-bottom: 25px;
}

.logo-container {
    display: flex;
    justify-content: center; /* °¡·Î °¡¿îµ¥ Á¤·Ä */
    align-items: center; /* ¼¼·Î °¡¿îµ¥ Á¤·Ä */
    width: 1200px; /* ÀüÃ¼ ³Êºñ ¼³Á¤ */
    margin: 0 auto; /* Áß¾Ó Á¤·ÄÀ» À§ÇÑ ¸¶Áø */
    margin-bottom: 20px;
}

.logo-box {
    flex: 1; /* °¢ Ä­ÀÌ µ¿ÀÏÇÑ ºñÀ²À» °®µµ·Ï ¼³Á¤ */
    display: flex;
    justify-content: center; /* °¡·Î °¡¿îµ¥ Á¤·Ä */
    align-items: center; /* ¼¼·Î °¡¿îµ¥ Á¤·Ä */
}

.logo {
    width: auto;
    height: 94px; /* ÀÌ¹ÌÁö ³ôÀÌ ¼³Á¤ */
    object-fit: contain;
    line-height: 100px;
}


/* Ä«Å×°í¸® */
#header .headerGnb {
  display: flex;
  justify-content: flex-start;
}
#header .headerGnb .cateWrap {
  position: relative;
  height: 48px;
  width: 996px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header .headerGnb .cateWrap a:hover {
  color: #f76707;
  border-bottom: 1px solid #f76707;
}
#header .headerGnb .cateWrap .tmenu {
  position: relative;
  display: inline-block;
}
#header .headerGnb .cateWrap .tmenu a {
  font-size: 17px;
  font-weight: 700;
}
#header .headerGnb .cateWrap .tmenu .depth2 {
  text-align: center;
  display: none;
  position: absolute;
  background-color: #ffffff;
  top: 24px;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  padding: 10px 0;
  z-index: 97;
}
#header .headerGnb .cateWrap .tmenu .depth2 li {
  line-height: 30px;
}
#header .headerGnb .cateWrap .tmenu .depth2 li a {
  font-size: 15px;
  font-weight: 400;
}
#header .headerGnb .cateWrap .tmenu .depth2 li a:hover {
  color: #f76707;
}
#header .headerGnb .menuAll {
  position: relative;
  width: 180px;
  margin-right: 24px;
}
#header .headerGnb .menuAllBtn {
  position: absolute;
  top: 11px;
  left: 0;
  width: auto;
  height: 26px;
  font-size: 26px;
  text-align: center;
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
}
#header .headerGnb .menuAllBtn span {
  font-size: 17px;
  font-weight: 700;
  color: #1a1a1a;
  margin-left: 16px;
  white-space: nowrap;
}
#header .headerGnb .searchOpen {
  position: absolute;
  top: 11px;
  right: 40px;
  width: 26px;
  height: 26px;
  font-size: 26px;
  text-align: center;
  cursor: pointer;
  z-index: 10;
}
#header .headerGnb .basketBtn {
  position: absolute;
  top: 7px;
  right: 0;
  width: 26px;
  height: 26px;
  font-size: 26px;
  text-align: center;
  cursor: pointer;
  z-index: 10;
}
#header .headerGnb .basketBtn span {
  position: absolute;
  top: 12px;
  right: 10px;
  color: #fff;
  font-size: 11px;
}

/* °Ë»öÃ¢ ¼Ò½º ½ÃÀÛ */

/* °Ë»öÃ¢ */
#header .headerMid .srchArea {
  display: flex;
  justify-content: center;
}
#header .headerMid .search {
  background-color: #fff;
  width: 432px;
}
#header .headerMid .search fieldset {
  position: relative;
}

#header .headerMid .search input {
  position: relative;
  width: 340px;
  height: 34px;

  font-size: 15px;
  color: #333;
  padding: 0 60px 0 26px;

  /* ¹à°í È­»çÇÑ Á¹¾÷ Å×¸¶ È¿°ú */
  border: 2px solid transparent;
  border-radius: 20px;
  background-image: linear-gradient(#fff, #fff),
    linear-gradient(120deg, #fdd835 0%, #fff176 100%); /* ±Ý»ö°ú ¹àÀº ³ë¶õ»ö */
  background-origin: border-box;
  background-clip: padding-box, border-box;

  /* ºÎµå·´°í È­»çÇÑ Å×µÎ¸® */
  box-shadow: 0px 0px 12px rgba(255, 223, 0, 0.5); /* ÀºÀºÇÑ ±Ýºû °­Á¶ */

  /* È£¹ö ½Ã È­»çÇÔÀ» °­Á¶ÇÏ´Â È¿°ú */
  transition: background 0.3s ease, box-shadow 0.3s ease;
}

#header .headerMid .search input:hover {
  background-image: linear-gradient(#fff, #fff),
    linear-gradient(120deg, #ffe57f 0%, #fff59d 100%); /* ´õ ¹àÀº ³ë¶õ»ö°ú ¾ÆÀÌº¸¸® */
  box-shadow: 0px 0px 14px rgba(255, 223, 0, 0.7); /* ´õ °­ÇÑ ±Ýºû °­Á¶ */
}

#header .headerMid .search .btn_search {
  position: absolute;
  z-index: 1;
  top: 6px;
  right: 22px;
  font-size: 24px;
  font-weight: 700;
  color: #fdd835; /* ±Ý»ö */
  cursor: pointer;

  /* ºÎµå·¯¿î È¿°ú */
  transition: color 0.3s ease;
}

#header .headerMid .search .btn_search:hover {
  color: #ffa726; /* È£¹ö ½Ã µû¶æÇÑ ¿À·»Áö»ö °­Á¶ */
}

/* °Ë»öÃ¢ ¼Ò½º ³¡ */

/* ÀüÃ¼¸Þ´º ·¹ÀÌ¾î */
.allMenu {
  display: none;
  background: #fff;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 201;
}
.allMenu .allMenuWrap {
  width: 75%;
  margin: 0 auto;
}
.allMenu .allMenuWrap a:hover {
  text-decoration: underline;
}
.allMenu .allMenuWrap h3 {
  font-size: 16px;
  font-weight: bold;
  padding: 1% 0 0.5% 1%;
}
.allMenu .allMenuWrap .closeBtn {
  display: block;
  margin: 4% 0 3%;
  font-size: 40px;
  text-align: center;
}
.allMenu .allMenuWrap .allMenuList {
  *zoom: 1;
}
.allMenu .allMenuWrap .allMenuList:after {
  display: block;
  clear: both;
  content: "";
}
.allMenu .allMenuWrap .allMenuList dl {
  padding: 0 1% 3%;
  float: left;
  width: 14.6%;
}
.allMenu .allMenuWrap .allMenuList dl dt {
  border-bottom: 1px solid #ddd;
  margin-bottom: 4px;
}
.allMenu .allMenuWrap .allMenuList dl dt a {
  padding-left: 5px;
  font-size: 14px;
  font-weight: 600;
  color: #4d4d4d;
  height: 30px;
  line-height: 30px;
}
.allMenu .allMenuWrap .allMenuList dl dd a {
  display: block;
  padding: 3px 0 3px 5px;
  color: #777;
}
.allMenu .allMenuWrap .allMenuList dl dd a:hover {
  color: #111;
}
.allMenu .allMenuWrap .boardList:after {
  display: block;
  clear: both;
  content: "";
}
.allMenu .allMenuWrap .boardList li {
  float: left;
  padding: 0 1%;
}
.allMenu .allMenuWrap .csInfo {
  padding: 2% 0 0 1%;
  text-align: center;
}
.allMenu .allMenuWrap .csInfo span {
  padding: 0 0.5%;
}

/* À§·Î°¡±â ¹öÆ° */
.topBtn {
  display: none;
  position: fixed;
  bottom: 75px;
  right: 50px;
  z-index: 200;
  width: 48px;
  height: 48px;
  border: 1px solid #1a1a1a;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
}
.topBtn i {
  vertical-align: top;
  margin-top: 10px;
  color: #4d4d4d;
  font-size: 28px;
}
.topBtn:hover {
  background-color: #e9ecef;
  color: #4d4d4d;
  border: 1px solid #4d4d4d;
}

/* Ä«Ä«¿À ¹öÆ° */
.kakao-btn {
  position: fixed;
  bottom: 20px;
  right: 23px;
  z-index: 200;
}
/* BASIC css end */

