@charset "utf-8";

/* section */
.section{padding-top:76px; padding-bottom:76px;}
.section .section_header{}
.section .h_desc3{color:#3e3e3e;}
.section .h_line3{width:87px; border-bottom:2px solid #d1141c;}
.section .best_btn_con{margin-bottom:-12px;}
.section .best_left_btn{cursor: pointer;}
.section .best_right_btn{cursor: pointer;}


.section .best_list_con{width:-webkit-calc(100% + 20px); width:-moz-calc(100% + 20px); width: calc(100% + 20px); margin-left:-20px;}
.section .best_list{max-width:297.5px; margin-left:auto; margin-right:auto;}
.section .best_img_box{position: relative; border: 1px solid #efefef;}
.section .best_img_box .visual_img{width:100%;}
.section .best_img_box .visual_numbering{position: absolute; top:0; left:0;}
.section .best_desc_con{margin-top:-1px; border:1px solid #efefef; height:65px;}
.section .best_name{color:#7c7c7c; border-right:1px solid #efefef; width:70%; box-sizing: border-box; height:100%;}
.section .best_price{width:30%; height:100%; box-sizing: border-box;}
.section .add_to_cart{color:#aeaeae; background: url('../img/add_to_cart.png') no-repeat left center;}

.img_area_list img{width:100%;}

/* brand_story_section */
.section.brand_story_section{padding-bottom:0px;}
.brand_story_img_section{margin-bottom:96px;}
.section .best_left_btn.brand_left{display:none;}
.section .best_right_btn.brand_right{display:none;}
.brand_story_tab_wrap{margin-left:auto; margin-right:auto;}
.brand_story_tab_wrap .tab_con{position: static;}
.brand_story_tab_wrap .tab_con.active .tab_menu .img_box{background-color: #252526;}
.brand_story_tab_wrap .tab_con.active .tab_child{display:block;}
.brand_story_tab_wrap .tab_menu{margin-top:1px;}
.brand_story_tab_wrap .tab_menu .img_box{position: relative; background-color: #d8d8d8; cursor: pointer;}
.brand_story_tab_wrap .tab_menu img{width:100%;}
.brand_story_tab_wrap .accordion_title{color:#fff;}
.brand_story_tab_wrap .tab_child{display:none; position: relative; background-color: #fff;}
.brand_story_tab_wrap .tab_child_img_box{}
.brand_story_tab_wrap .tab_child_img_box > img {}
.brand_story_tab_wrap .tab_child_text_box{border:1px solid #efefef;}
.brand_story_tab_wrap .tab_child_text_box_desc{letter-spacing:-0.065em;}
.brand_story_tab_wrap .right_subtitle{color:#3e3e3e;}
.brand_story_tab_wrap .right_desc{color:#9346a2;}
.brand_story_tab_wrap .right_desc2{color:#3e3e3e;}
.brand_story_tab_wrap .right_more_btn{width:167px; height:34px; box-sizing: border-box; border:1px solid #000; color:#525252;}
.brand_story_tab_wrap .tab_child_right_bot_box{background-color: #f5e8f2;}
.brand_story_tab_wrap .right_bot_title{color:#3e3e3e;}
.brand_story_tab_wrap .right_bod_subtitle{color:#3e3e3e;}


@media (min-width:992px){
    .brand_story_img_section{background: url('../img/dot.png') repeat; margin-bottom:680px;}
    .section .best_left_btn.brand_left{display:block;}
    .section .best_right_btn.brand_right{display:block;}
    .brand_story_tab_wrap .tab_con.active .tab_child{display:block; position: absolute; left:0;}
    .brand_story_tab_wrap .tab_menu{margin-top:0px;}
    .brand_story_tab_wrap .tab_menu .img_box{background-color: transparent; border: none; cursor:auto;}
    .brand_story_tab_wrap .tab_child_img_box > img {width:100%;}
    .brand_story_tab_wrap .accordion_title{position: absolute; top:15px; left:15px;}
    .brand_story_tab_wrap .tab_child_text_box{border:1px solid #efefef; border-right:none;}
}