/* BASIC css start */
#mainWp {

}

#mainWp .main_inner {
    padding: 0 16px;
}

#mainWp .title {
    font-size: 26px;
    line-height: 1;
    text-align: center;
    margin-bottom: 30px;
}

.main_top {
    margin-bottom: 50px;
}

/* 메인 배너 슬라이더 */
#visual {
    position: relative;
    width: 100%;
    overflow: hidden;
}

#visual .swiper-slide img {
    width: 100%;
}

#visual #vs_thumb {
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 100%;
}

#visual #vs_thumb ul {
    justify-content: center;
}

#visual #vs_thumb li {
    width: auto;
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding: 0 10px 10px;
    border-bottom: solid 2px #fff;
    opacity: 0.4;
    cursor: pointer;
}

#visual #vs_thumb .swiper-slide-thumb-active {
    opacity: 1;
}


/* tab */
.tab_cont > div {
  display: none;
}

.tab_cont > div.current {
  display: block;
}


/* 카테고리 배너 */
.cate_bn {
    margin-bottom: 40px;
}

.cate_bn ul {
    width: calc(100% + 20px);
    margin: 0 0 0 -10px;
    font-size: 0;
}

.cate_bn li {
    display: inline-block;
    width: 50%;
    text-align: center;
    vertical-align: top;
    padding: 0 10px;
    margin: 0 0 20px;
    box-sizing: border-box;
}

.cate_bn li a {
    position: relative;
    display: block;
}

.cate_bn li span img {
    width: 100%;
}

.cate_bn li p {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    font-size: 14px;
    padding: 10px 0;
    color: #fff;
    border-radius: 0 0 19px 19px;
    background: #272727;    
}

.cate_bn li a:hover p {
    background: #114bcd;
}


/* 카테고리별 제품추천 */
.main_cate_best {
    margin-bottom: 50px;
}

.main_cate_best .title {

}

/* 카테고리별 상단 탭 */
.main_cate_best > .tab_tit {
    text-align: center;
    margin-bottom: 10px;
}

.main_cate_best > .tab_tit li {
    position: relative;
    display: inline-block;
    width: calc((100% / 3) - 20px);
    font-size: 15px;
    color: #959595;
    line-height: 1;
    padding: 10px 0;
    margin: 0 5px 10px;    
    cursor: pointer;
    box-sizing: border-box;
}

.main_cate_best > .tab_tit li:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: solid 1px #959595;
    border-radius: 23px;
    box-sizing: border-box;
}

.main_cate_best > .tab_tit li.current {
    color: #114bcd;
}

.main_cate_best > .tab_tit li.current:before {
    border: solid 3px #114bcd;
}

/* 카테고리별 내용 */
.main_cate_best > .tab_cont .inner {
    justify-content: space-between;
}

.main_cate_best > .tab_cont .inner .tab_cont {
    margin-bottom: 30px;
}

.main_cate_best .tab_cont > div img {
    width: 100%;
    box-shadow: 17px 17px 11px 0 rgba(0, 0, 0, 0.11);
}

.main_cate_best > .tab_cont .tab_tit {
    flex: 1;
}

.main_cate_best > .tab_cont .tab_tit li {
    display: flex;
    align-items: center;
    padding: 15px 0;
    border-style: solid;
    border-width: 1px 0 0;
    border-color: #c0c0c0;
    cursor: pointer;
}

.main_cate_best > .tab_cont .tab_tit li:last-child {
    border-width: 1px 0;
}

.main_cate_best > .tab_cont .tab_tit li .num {
    width: 70px;
    font-size: 20px;
    color: #e1e1e1;
    font-weight: 600;
    text-align: center;    
}

.main_cate_best > .tab_cont .tab_tit li span {
    display: block;
    font-size: 12px;
    color: #e1e1e1;
    padding-bottom: 6px;    
}

.main_cate_best > .tab_cont .tab_tit li p {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: -0.06em;
    color: #e1e1e1;
    line-height: 1.5;
}

.main_cate_best > .tab_cont .tab_tit li.current .num {
    color: #114bcd;
}

.main_cate_best > .tab_cont .tab_tit li.current span {
    color: #717171;
}

.main_cate_best > .tab_cont .tab_tit li.current p {
    color: #000;
}


/* 중앙 띠 배너 */
.line_bn {
    margin-bottom: 50px;
}

.line_bn img {
    width: 100%;
}


/* 주문제작 */
.custom_made {
    margin-bottom: 50px;
}

.custom_made ul {
width: calc(100% + 20px);
    margin: 0 0 0 -10px;
    font-size: 0;
}

.custom_made li {
    display: inline-block;
    width: 50%;
    text-align: center;
    vertical-align: top;
    padding: 0 10px;
    margin: 0 0 20px;
    box-sizing: border-box;
}

.custom_made li a {
    display: block;
}

.custom_made li .img img {
    width: 100%;
}

.custom_made li .txt {
    font-size: 13px;
    padding: 10px 0 0;
    border-radius: 0 0 19px 19px;    
    background: #f8f8f8;
}

.custom_made li .txt b {
    display: block;
    font-size: 17px;
    color: #114bcd;
    padding: 5px 0 10px;
}

.custom_made li .txt span {
    display: block;
    font-size: 13px;
    color: #fff;
    line-height: 1;
    padding: 12px 0;
    border-radius: 0 0 19px 19px;
    background: #5a5a5a;
}

.custom_made li:hover .txt span {
    background: #114bcd;
}


/* 하단 배너 */
.ft_bn {

}

.ft_bn a {
    display: block;
}

.ft_bn a + a {
    margin-top: 15px;
}

.ft_bn a img {
    width: 100%;
}




/* BASIC css end */

