.hdr_serach_wrap .side__detailSearch {
  border: transparent;
}
.hdr_serach_wrap .side__detailSearch .searchForm {
  max-width: 100%!important;
}
.hdr_serach_wrap .side__detailSearch #sds_submit {
  max-width: 320px;
}

.fs-c-panelContainer + .fs-l-pageMain {
  max-width: 100%!important;
  flex: 0 0 100%!important;
}
.arw1 a:after {
  border-color: #8AB928!important;
}

.top_cate {
  position: relative;
  background: #ffffff;
}
.top_cate .gNav {
  padding: 10px 0;
}
.top_cate ul li.hasChildren > a {
  flex-wrap: wrap;
  justify-content: center;
}
.top_cate ul li.hasChildren > a > img {
  max-height: 38px;
}
.top_cate ul li.hasChildren > a p {
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  color: #1B1B1B;
}
.top_cate ul li.hasChildren .megaMenu .megaMenu__button{
  border: 1px solid #dfdfdf!important;
}

.side_keyword ul.keywordList li a:hover {
  background: #8AB928;
  color: #ffffff;
}

@media (max-width: 991px) {
.sp-item3 li:nth-child(n+4) {
  display:none;
}
.itemArrange--typeD .itemArrange__text .h2A {
  font-size: 20px!important;
}
}

/* 20230525_ADD_NAME:I */
.fs-c-heading.fs-c-heading--page {
    font-size: 24px;
}
.side__bnr .row {
    margin-left: -4.605px!important;
    margin-right: -4.605px!important;
}
.side__bnr [class*=col] {
    padding-left: 4.605px!important;
    padding-right: 4.605px!important;
    margin-bottom: 10.4px!important;
}
.hdr--typeE .hdrBottom {
    background: #F2F2F2!important;
}
.userGuide h2 {
    letter-spacing: 1px;
}
.userGuide__tel p {
    letter-spacing: -0.5px!important;
}
.js-visible {
    display: block!important;
}
.newsList--typeB .newsList__body {
    height: 170px;
    overflow: hidden;
    overflow-y: scroll;
}
.fs-c-productName__name:hover {
    color: #1b1b1b;
}
.fs-c-productPrice__main__label {
    display: none;
}
.fs-c-productPrice__main__label {
    display: none;
}
ol.fs-c-breadcrumb__list {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
ol.fs-c-breadcrumb__list li:last-child {
    display: inline;
}
@media (min-width:768px){
.gallery--typeA li:nth-child(n+6) {
    display: none;
}
}
@media (max-width:767px){
.newsList--typeB .newsList__body {
    height: 240px;
}
}

.no_ranking .itemList--ranking.ranking--typeE .itemList__unit .itemWrap:before {
  content: unset;
}

a:hover {
  color: initial;
}
.itemList .itemName,
.fs-c-productList__list__item .fs-c-productListItem__productName {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.fs-c-productPrice span {
  font-weight: 700;
}

@media (max-width:767px){
.sp-item6 .itemList .itemList__unit:nth-child(n+7) {
  display:none;
}

}

.bottomNav > ul > li > a.hdrCatMenu--toggle:before,
.bottomNav > ul > li > a.hdrCatMenu--toggle:after {
  content: unset;
}
.bottomNav > ul > li > ul {
  position: absolute;
  top: 100%;
  left: 0px;
  width: 100%;
  z-index: 99;
  background-color: rgb(255, 255, 255);
  flex-wrap: wrap;
}
.bottomNav > ul > li > ul > li {
  width: 50%;
  max-width: 50%;
  flex: 0 0 50%;
  margin: 0;
  border-top: 1px solid rgba(60,60,60,0.5);
}
.bottomNav > ul > li > ul > li:nth-child(1),
.bottomNav > ul > li > ul > li:nth-child(2) {
  border-top: transparent;
}
.bottomNav > ul > li > ul > li > a {
  display: block;
  padding: 15px;
  position:relative;
}
.bottomNav > ul > li > ul > li > a:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #3c3c3c;
  border-right: 1px solid #3c3c3c;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
}