/* BASIC css start */
#mainWp {

}

#mainWp .main_inner {
    width: 1520px;
    margin: 0 auto;
}

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

.main_top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

/* 메인 배너 슬라이더 */
#visual {
    position: relative;
    width: 1188px;
    border-radius: 18px;    
    overflow: hidden;
}

#visual .swiper-slide img {

}

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

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

#visual #vs_thumb li {
    width: 120px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    padding-bottom: 13px;
    border-bottom: solid 3px #fff;
    opacity: 0.4;
    cursor: pointer;
}

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


/* 메인 게시판 */
.main_bbs {
    width: 290px;
    padding-top: 23px;
}

.main_bbs .tit {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.main_bbs .tit h3 {
    font-size: 31px;
    font-weight: bold;
}

.main_bbs .tit a {
    display: inline-block;
    font-size: 15px;
    color: #fff;
    line-height: 1;
    padding: 6px 15px;
    border-radius: 13px;
    background: #114bcd;
}

.main_bbs #bbs_swp {
    height: 459px;
    border-style: solid;
    border-width: 1px 0;
    border-color: #c0c0c0;    
    background: #fafafa;    
    overflow: hidden;    
}

.main_bbs ul {

}

.main_bbs li.swiper-slide {
    height: 50px !important;
    background: #fafafa;    
}

.main_bbs li + li {
    border-top: dotted 1px #e5e5e5;
}

.main_bbs li > a {
    display: flex;
    padding: 15px 13px;
    justify-content: space-between;
    align-items: center;  
}

.main_bbs li .subject {
    font-size: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space:nowrap;
}

.main_bbs li .subject:before {
    display: inline-block;
    content: "-";
    font-size: 12px;
    padding-right: 12px;
}

.main_bbs li .date {
    font-size: 14px;
    color: #929292;
    white-space:nowrap;
}


/* 메인 영상 */
.main_youtube {
    margin-bottom: 150px;
}

.main_youtube .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main_youtube .tab_tit {
    width: 584px;
}

.main_youtube .tab_tit li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 30px 25px 0;
    border-style: solid;
    border-width: 1px 0 0;
    border-color: #c0c0c0;
    cursor: pointer;
}

.main_youtube .tab_tit li:last-child {
    border-width: 1px 0;
}

.main_youtube .tab_tit li .thumb {
    
}

.main_youtube .tab_tit li .thumb img {
    height: 88px;
    border-radius: 15px;
}

.main_youtube .tab_tit li .txt {
    flex: 1;
    padding-left: 26px;
}

.main_youtube .tab_tit li .txt b {
    font-size: 22px;
}

.main_youtube .tab_tit li .txt p {
    font-size: 18px;
    color: #717171;
    padding-top: 5px;
}

.main_youtube .tab_tit li .link a {
    display: inline-block;
    width: 54px;
    height: 54px;
    font-size: 16px;
    color: #fff;
    line-height: 54px;
    text-align: center;
    border-radius: 50%;
    background: #cbcbcb;
}

.main_youtube .tab_tit li .link a:hover {
    background: #114bcd;
}

.main_youtube .tab_tit .desc {
    padding-top: 30px;
}

.main_youtube .tab_tit .desc > div {
    display: flex;
    align-items: center;
}

.main_youtube .tab_tit .desc > div span {
    margin-right: 18px;
}

.main_youtube .tab_tit .desc > div span img {
    height: 20px;
}

.main_youtube .tab_tit .desc > div p {
    font-size: 31px;
    font-weight: bold;
}

.main_youtube .tab_tit .desc > p {
    font-size: 23px;
    line-height: 1.5;
    padding-top: 20px;
}

.main_youtube .tab_cont {
    
}

.main_youtube .tab_cont iframe {
    border-radius: 17px;
}


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


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


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

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

.cate_bn li {
    display: inline-block;
    width: 20%;
    text-align: center;
    vertical-align: top;
    padding: 0 16px;
    margin: 0 0 30px;
    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: 21px;
    padding: 16px 0;
    color: #fff;
    border-radius: 0 0 19px 19px;
    background: #272727;    
}

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


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

.main_cate_best .title {
    margin-bottom: 40px !important;
}

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

.main_cate_best > .tab_tit li {
    position: relative;
    display: inline-block;
    font-size: 25px;
    color: #959595;
    line-height: 1;
    padding: 11px 35px;
    cursor: pointer;
}

.main_cate_best > .tab_tit li + li {
    margin-left: 24px;
}

.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 > div img {
    box-shadow: 17px 17px 11px 0 rgba(0, 0, 0, 0.11);
}

.main_cate_best > .tab_cont .tab_tit {
    flex: 1;
    margin-left: 80px;
}

.main_cate_best > .tab_cont .tab_tit li {
    display: flex;
    align-items: center;
    padding: 20px 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: 116px;
    font-size: 33px;
    color: #e1e1e1;
    font-weight: 600;
    text-align: center;    
}

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

.main_cate_best > .tab_cont .tab_tit li p {
    font-size: 23px;
    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: 150px;
}

.line_bn img {
    width: 100%;
}


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

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

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

.custom_made li a {
    display: block;
}

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

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

.custom_made li .txt span {
    display: block;
    font-size: 22px;
    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 {
    display: flex;
    justify-content: space-between;
}




/* BASIC css end */

