* {
    /* outline: 1px solid orange; */
}


#brand_contents_wrapper {
    width: 1200px;
}
/* #brand_category_menu {
    text-align: center;
}
#brand_category_menu a.active div {
    background: #4e4c4d;
}
#brand_category_menu div {
    float: left;
    width: 298px; height: 50px;
    text-align: center;
    border: 1px solid #b5b5b5;
}
#brand_category_menu div:hover {
    background: #4e4c4d;
}
#brand_category_menu a:not(:last-child) div {
    border-right: none;
}
#brand_category_menu div img {
    width:100%; height: 50px;
    
}
#brand_category_menu a:nth-child(1) div img {
    background: url('/images/pc/brand/btn_brand_category_1.png') no-repeat center;
}
#brand_category_menu a:nth-child(1) div img:hover {
    background: url('/images/pc/brand/btn_brand_category_1_hover.png') no-repeat center;
}
#brand_category_menu a:nth-child(2) div img {
    background: url('/images/pc/brand/btn_brand_category_2.png') no-repeat center;
}
#brand_category_menu a:nth-child(2) div img:hover {
    background: url('/images/pc/brand/btn_brand_category_2_hover.png') no-repeat center;
}
#brand_category_menu a:nth-child(3) div img {
    background: url('/images/pc/brand/btn_brand_category_3.png') no-repeat center;
}
#brand_category_menu a:nth-child(3) div img:hover {
    background: url('/images/pc/brand/btn_brand_category_3_hover.png') no-repeat center;
}
#brand_category_menu a:nth-child(4) div img {
    background: url('/images/pc/brand/btn_brand_category_4.png') no-repeat center;
}
#brand_category_menu a:nth-child(4) div img:hover {
    background: url('/images/pc/brand/btn_brand_category_4_hover.png')no-repeat center;
} */

#brand_contents_wrapper section > img {
    display: block;
    padding: 65px 0 55px 0;
    margin: auto;
}

/* #brand_sub_category {
    text-align: center;
}
#brand_sub_category div {
    display: inline-block;
    width: 170px;
    font-size: 14px;
    margin: 0 10px;
    padding: 10px;
    border-top: 3px solid #e1e1e1;
}
#brand_sub_category div:hover {
    border-top: 3px solid #febd4d;
}
#brand_sub_category a.active div {
    border-top: 3px solid #febd4d;
} */

#brand_sub_category {
    text-align: center;
}
#brand_sub_category a.active div {
    color: white;
    background: #4e4c4d;
}
#brand_sub_category div {
    float: left;
    width: 298px; line-height: 50px;
    font-size: 14px;
    text-align: center;
    border: 1px solid #b5b5b5;
}
#brand_sub_category div:hover {
    color: white;
    background: #4e4c4d;
}
#brand_sub_category a:not(:last-child) div {
    border-right: none;
}
#brand_sub_category div img {
    width:100%; height: 50px;
}



#brand_contents_wrapper section article {
    text-align: center;
    font-size: 14px;
    padding: 50px 0;
}
#brand_contents_wrapper section article:not(:first-of-type) {
    display: none;
}

#brand_contents_wrapper section article h2 {
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 25px;
}
#brand_contents_wrapper section article h3 {
    font-size: 17px;
    line-height: 37px;
    font-weight: normal;
}
#brand_contents_wrapper section article p {
    font-size: 14px;
    line-height: 30px;
    margin: 70px 0;
}
#brand_contents_wrapper section article div > p {
    font-size: 14px;
    line-height: 24px;
}
#brand_contents_wrapper section article .quote {
    font-size: 24px;
    margin: 80px 0 60px 0;
}
#brand_contents_wrapper section article .quote_box {
    display: inline-block;
    font-size: 14px;
    color: white;
    background: #028358;
    padding: 2px 18px;
    margin: auto;
}
#brand_contents_wrapper section article ul {
    margin-left: -5px;    
}
#brand_contents_wrapper section article li {
    font-size: 14px;
    line-height: 24px;
}
#brand_contents_wrapper section article li:before {
    content:"·";
    font-size:9px;
    vertical-align: top;
    /* line-height:24px; */
}

#portfolio_gallery_container {
    position: relative;
    width: 1000px; height: 600px;
    margin: 40px auto;
}
#portfolio_gallery_canvas {
    width: 100%; height: 100%;
    background: url('/images/pc/brand/portfolio_gallery_tmp.png') 50% center / cover no-repeat;
}
#portfolio_gallery_controller {
    position: absolute;
    top: 48%;
    width: 100%;
}
#portfolio_gallery_controller > div {
    width: 30px; height: 50px;
    opacity: 0.6;
    background: black;
}
#portfolio_gallery_left_arrow {
    float: left;
}
#portfolio_gallery_right_arrow {
    float: right;
}