/* main */
.sub_top{
    width:100%;
    height:412px;
    background: url(../img/sub/sub_top01.jpg) no-repeat center / cover;
}

.sub{
    width:100%;
    max-width:1200px;
    margin:110px auto 0;
    overflow: hidden;
}

.sub_menu{
    width:100%;
    height:68px;
    
    border:1px solid #eee;
    box-sizing: border-box;

    position: relative;
}

.s_logo{
    float: left;
    font-size: 0;
}

.s_logo > a {
    display: block;
    width:100%;
    height:100%;
}

.s_logo > img{
    width:100%;
}

.s_txt{
    height:100%;
    border-right: 1px solid #eee;
    float: left;

    font-size: 14px;
    text-align: center;
    line-height: 68px;
    font-weight: 600;
}

.s_txt1{
    width:225px;
    color:#6d6d6d;
}

.s_txt2{
    width:235px;
    color:#1e2015;
}

.s_filter{
    width:222px;
    height:100%;

    border-left: 1px solid #eee;
    float: right;

    font-size: 15px;
    text-align: center;
    line-height: 68px;
    font-weight: 600;

    cursor: pointer;
}

.s_filter_in{
    height:0px;
    background-color: rgb(255, 255, 255);
    overflow: hidden;

    position: absolute;
    top:67px;
    right:0;
    z-index: 9999;

    transition: all 0.3s;
    cursor: pointer;
}

.s_filter_in li{
    width:222px;
    height:56px;
    border: 1px solid #eee;
    border-top:none;
    padding-left:45px;
    box-sizing: border-box;

    color: #949491;
    font-size: 13px;
    text-align: center;
    line-height: 56px;
    font-weight: 900;
    text-align: left;

    transition: all 0.5s;
}

.s_filter:hover > .s_filter_in{
    height:168px;
}

.s_filter_in li:hover {
    color: #000;
}




/* s_contents */
.s_contents{
    width:100%;
    margin-top:65px;
}


/* 서브페이지 */
.s_contents_box{
    width:calc((100% - (25px * 2))/ 3);
    /* height:600px; */
    float: left;
    margin: 0 25px 80px 0;
    font-size: 0;
}

.s_contents_box:nth-child(3n){
    margin:0;
}

.s_img{
    position: relative;
    cursor: pointer;
}

.s_img img{
    width:100%;
    transition: all 0.2s;
}

/* .s_i01{
    display: block;
} */

.s_i02{
    position: absolute;
    left:0;
    top:0;
}

.s_info{
    position: relative;
    margin-top: 20px;
}

.s_info > p:nth-child(1){
    font-size: 18px;
    font-weight: 600;
    color:#111;
    margin-bottom:7px;
}

.s_info > p:nth-child(2),
.s_info > p:nth-child(3){
    font-size: 15px;
    color:#8f8f8f;
    margin-bottom:2px;
}

.color_boxs{
    position: absolute;
    right:0;
    top:0;
}

.color_box{
    width:20px;
    height:20px;
    float: left;
    cursor: pointer;
}

.s_contents_box:nth-child(1) .c_b01{
    background-color: #988a89;
}

.s_contents_box:nth-child(1) .c_b02{
    margin-left: 7px;
    background-color: #373d61;
}

.s_contents_box:nth-child(2) .c_b01{
    background-color: #b3b5b0;
}

.s_contents_box:nth-child(2) .c_b02{
    margin-left: 7px;
    background-color: #141414;
}

.s_contents_box:nth-child(3) .c_b01{
    background-color: #94674a;
}

.s_contents_box:nth-child(3) .c_b02{
    margin-left: 7px;
    background-color: #bc6f83;
}

.s_contents_box:nth-child(4) .c_b01{
    background-color: #d8e3a7;
}

.s_contents_box:nth-child(4) .c_b02{
    margin-left: 7px;
    background-color: #edcfb5;
}

.m_title{
    display: none;
}





/* 세부페이지 */
.s_content_L{
    width:50%;
    float: left;
    position: relative;
    background-color: #f6f6f6;
    padding-bottom: 10px;
    box-sizing: border-box;
    overflow: hidden;
}

.big_sum{
    font-size: 0;
    /* opacity: 0;    */
    transition: all 0.3s;
}


.big_sum > img{
    width:100%;
    opacity: 0;
}
 
.big_sum:nth-child(1) > img{
    opacity: 1;
}
.big_sum:nth-child(2) > img,
.big_sum:nth-child(3) > img,
.big_sum:nth-child(4) > img{
    position: absolute;
    left:0;
    top:0;
}

.L_small_sums{
    width:100%;
    font-size: 0;
    padding: 0 10px;
    box-sizing: border-box;
    background-color: #f6f6f6;
}

.small_sum{
    width:calc((100% - (10px * 3))/4);
    margin-right: 10px;
    float: left;
    background-color: #000;
    cursor: pointer;
}

.small_sum:last-child{
    margin-right: 0;
}

.small_sum:nth-child(1) > img{
    opacity: 1;
}
.small_sum > img{
    width:100%;
    opacity: 0.3;
    transition: all 0.3s;
}


.s_in_content_R{
    width:40%;
    float: right;
    /* background-color: lightpink; */
    position: relative;
}

.s_in_content_R_title{
    margin-bottom: 50px;
}

.R_title02{
    font-size: 28px;
    font-weight: 600;
}

.s_in_content_R_size{
    overflow: hidden;
    margin-bottom: 60px;
}

.s_in_content_R_size > p{
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
    color: rgb(85, 85, 85);
}

.R_size_box{
    width:calc((100% - (10px * 4)) / 5);
    height:50px;
    background-color: #fff;
    margin: 0 10px 10px 0;
    border-radius: 10px;
    border: 1px solid #eee;
    box-sizing: border-box;
    float: left;
    cursor: pointer;

    font-size: 14px;
    font-weight: 600;
    text-align: center;
    line-height: 50px;
    color: rgb(158, 158, 158);
}

.R_size_box:nth-child(5n){
    margin-right:0;
}

.R_size_box_ac{
    background-color: #000;
    border:none;
    color: #fff;
}

.s_in_content_R_price{
    margin-bottom: 60px;
}

.R_price{
    width:100%;
    height:57px;
    overflow: hidden;
    position: relative;
    border-bottom:1px solid #eee;
    margin-bottom: 18px;
}

.R_price > div{
    float: left;
    height:30px;
    /* background-color: lightseagreen; */
    line-height: 30px;
}

.R_price > div:nth-child(2){
    width:50px;
    text-align: center;
    /* border: 1px solid #eee; */
    background-color: #f15a21;
    color: #fff;
    border-radius: 15px;
    font-weight: 600;
    margin-left: 15px;
}

.R_price_t{
    font-size: 23px;
    font-weight: 600;
}

.R_price_value{
    font-size: 15px;
    font-weight:300;
}

.R_price_btn{
    position: absolute;
    right:0;
    top:0;
}

.R_price_btn > div{
    width:30px;
    height:30px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    float: left;
    border: 1px solid #eee;
    border-radius: 50%;
    margin-left: 10px;
}

#R_price2{
    font-size: 30px;
    font-weight: 600;
}

.R_price_btn_in:hover{
    background-color: #000;
    border: 1px solid #000;
    color: #fff;
    transition: all 0.5s;
    cursor: pointer;
}

.R_btn{
    text-align: center;
    line-height: 65px;
    font-weight: 600;
    font-size: 17px;
    cursor: pointer;
    transition: all 0.5s;
}

.buy{
    width:100%;
    height:65px;
    box-sizing: border-box;
    background-color: #000;
    border: 1px solid #000;
    border-radius: 30px;
    color: #fff;
    margin-bottom: 17px;
}

.buy:hover{
    background-color: #fff;
    border: 1px solid rgb(134, 134, 134);
    color: #000;
}

.basket{
    width:48.5%;
    height:67px;
    background-color: #fff;
    border: 1px solid rgb(134, 134, 134);
    border-radius: 40px;
    float: left;  
}

.basket:hover{
    background-color: #000;
    border: 1px solid #000;
    color: #fff;
}

.list:hover{
    background-color: #000;
    border: 1px solid #000;
    color: #fff;
}

.list{
    width:48.5%;
    height:65px;
    background-color: #fff;
    border: 1px solid rgb(134, 134, 134);
    border-radius: 40px;
    float: right; 
}

.list > img{
    vertical-align: middle;
}












