#footer {
    margin-top: 44px !important;
}

/* 페이지 상단 */

.page-title {
    margin-top: -2px;
}

.navigation {
    position: absolute;
    top: 0;
    left: 0;
}

.navigation li:after {
    content: "";
    display: inline-block;
    width: 5px;
    height: 9px;
    background: url(//cdn-square.bizhost.kr/lfweb20180702/icon-arrow-navi.png) no-repeat center;
    margin: 0px 9px;
}

.navigation li:last-child:after {
    display: none;
}

.navigation li a {
    display: inline-block;
    font-size: 12px;
    color: #959595;
    font-family: 'NanumBarunGothic', Malgun Gothic, "맑은 고딕", Dotum, "돋움", sans-serif;
}

.navigation li.current a {
    color: #222;
}

/* 카테고리 리스트 */

.category-list-wrap {
    margin-top: 30px;
}

.category-list-wrap>ul {

    border-left: 1px solid #dbdbdb;
}

.category-list-wrap>ul>li {
    width: 20%;
    box-sizing: border-box;
    border-bottom: 1px solid #dbdbdb;
    border-top: 1px solid #dbdbdb;
}

.category-list-wrap>ul>li:nth-child(6),
.category-list-wrap>ul>li:nth-child(7),
.category-list-wrap>ul>li:nth-child(8),
.category-list-wrap>ul>li:nth-child(9),
.category-list-wrap>ul>li:nth-child(10),
.category-list-wrap>ul>li:nth-child(11),
.category-list-wrap>ul>li:nth-child(12),
.category-list-wrap>ul>li:nth-child(13),
.category-list-wrap>ul>li:nth-child(14),
.category-list-wrap>ul>li:nth-child(15),
.category-list-wrap>ul>li:nth-child(16) {
    width: 20%;
    box-sizing: border-box;
    border-bottom: 1px solid #dbdbdb;
    border-top: none;
}

.category-list-wrap>ul>li:nth-child(n+6) {
    width: 20%;
    box-sizing: border-box;
    border-bottom: 1px solid #dbdbdb;
    border-top: none;
}

.category-list-wrap>ul>li>a {
    display: block;
    line-height: 46px;
    text-indent: 19px;
    color: #5f5f5f;
    font-size: 13px;
    border-right: 1px solid #dbdbdb;
}

.category-list-wrap>ul>li.open,
.category-list-wrap>ul>li:hover {
    background: #e9e9e9;
}

.category-list-wrap>ul>li.child {
    background: url(//cdn-square.bizhost.kr/lfweb20180702/icon-cate-off.png) no-repeat 180px center;
    position: relative;
}

.category-list-wrap>ul>li.child:hover {
    background: #e9e9e9 url(//cdn-square.bizhost.kr/lfweb20180702/icon-cate-on.png) no-repeat 180px center;
}

.category-list-wrap>ul>li.open>a,
.category-list-wrap>ul>li:hover>a {
    font-weight: bold;
    color: #000;
}

.category-list-wrap>ul>li ul.sub-category {
    position: absolute;
    top: 46px;
    left: -1px;
    width: calc(100% + 1px);
    background: #fff;
    border: 1px solid #dbdbdb;
    z-index: 10;
    box-sizing: border-box;
    display: none;
}

.category-list-wrap>ul>li:hover ul.sub-category {
    display: block;
}

.category-list-wrap>ul>li ul.sub-category li {
    margin: 14.5px 0px;
}

.category-list-wrap>ul>li ul.sub-category li a {
    display: inline-block;
    color: #393939;
    font-size: 13px;
    text-indent: 10px;
}

.category-list-wrap>ul>li ul.sub-category li a:before {
    content: "-";
    display: inline-block;
    font-size: 13px;
    color: #393939;
    margin-right: 8px;
}

.category-list-wrap>ul>li ul.sub-category li a:hover {
    font-weight: bold;
    color: #000;
}

.category-list-wrap>ul>li ul.sub-category li a:hover:before {
    font-weight: normal;
    color: #393939;
}

/* 상세검색탭 */

.filter-wrap {
    margin-top: 39px;
}

/* 정렬 영역 */

.sort-wrap {
    padding: 16px 0px;
    border-top: 1px solid #ededed;
}

.sort-wrap span {
    display: inline-block;
    font-size: 16px;
    color: #2d2d2d;
    line-height: 36px;
}

/* 메인배너 영역 */

.main-banner-wrap {
    font-size: 0;
    margin: 30px auto;
}

.main-banner-wrap .caption-box {
    position: absolute;
    top: 50%;
    left: 110px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.main-banner-wrap .caption-box p.sub-title {
    font-size: 20px;
    color: #535353;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 17px;
    padding-bottom: 3px;
    display: inline-block;
    border-bottom: 1px solid rgba(0, 0, 0, .3);
}

.main-banner-wrap .caption-box h2.main-title {
    font-size: 46px;
    color: #222;
    margin-bottom: 20px;
    font-weight: 400;
}

.main-banner-wrap .caption-box p.description {
    font-size: 20px;
    color: #535353;
    margin-bottom: 22px;
    line-height: 28px;
}

.main-banner-wrap .caption-box span.btn {
    display: inline-block;
    padding: 10px 25px;
    font-size: 14px;
    color: #3a3a3a;
    line-height: 1;
    border: 1px solid rgba(0, 0, 0, .5);
}

.store-best-wrap .product-list-wrap.basic .basic-arrow {
    display: none;
}

.main-banner-wrap .slick-arrow {
    display: block;
    width: 60px;
    height: 60px;
    background: none;
    border: none;
    position: absolute;
    top: 50%;
    margin-top: -18.5px;
    z-index: 8999;
    font-size: 0;
    cursor: pointer;
    opacity: 0;
    visibility: visible;
    -khtml-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.main-banner-wrap .slick-arrow.slick-prev {
    background: url(//cdn-square.bizhost.kr/lfweb20180702/img/icon/icon-arrow-left-gon.png) no-repeat;
    left: 50%;
    margin-left: -590px;
}

.main-banner-wrap .slick-arrow.slick-next {
    background: url(//cdn-square.bizhost.kr/lfweb20180702/img/icon/icon-arrow-right-gon.png) no-repeat;
    right: 50%;
    margin-right: -590px;
}

.main-banner-wrap:hover .slick-arrow.slick-prev {
    background: url(//cdn-square.bizhost.kr/lfweb20180702/img/icon/icon-arrow-left-gon.png) no-repeat;
    opacity: 0.8;
    visibility: visible;
    margin-left: -575px;
}

.main-banner-wrap:hover .slick-arrow.slick-next {
    background: url(//cdn-square.bizhost.kr/lfweb20180702/img/icon/icon-arrow-right-gon.png) no-repeat;
    opacity: 0.8;
    visibility: visible;
    margin-right: -575px;
}


/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    /*position: absolute;
    padding: 0;
    margin: 0;
    */
    bottom: 25px;
    display: block;
    width: 100%;
    list-style: none;
    text-align: center;
    margin-top: 10px;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    cursor: pointer;
}

.slick-dots li button {
    display: inline-block;
    vertical-align: middle;
    margin: 0px 3px;
    width: 30px;
    height: 8px;
    border-radius: 5px;
    background: rgba(62, 62, 62, .5);
    cursor: pointer;
}


.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}


.basic-dots {
    width: 100%;
    text-align: center;
    font-size: 0;
    margin-top: 20px;
}

.basic-dots li {
    display: inline-block;
    vertical-align: middle;
    margin: 0px 3px;
    width: 8px;
    height: 8px;
    border-radius: 5px;
    background: rgba(62, 62, 62, .5);
    cursor: pointer;
}

.basic-dots li.slick-active {
    /* border: 2px solid #ee3124; */
    background: #ee3124;
    width: 30px;
    height: 8px;
}

.basic-dots li button {
    display: none;
}

.check-inmall form {
    height: 36px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-right: 20px;
}

.check-inmall .check-box.small span {
    margin-right: 5px;
}

.check-inmall .check-box.small input[type="checkbox"]:checked + label {
    color: #ee3124;
}