section.categories{width:100%;display:flex;background-color:#fff;position:relative;min-height:calc(100vh - 208px);align-items:flex-start}section.categories .box{width:100%;display:flex;position:relative;flex-direction:column}section.categories .box .top{width:100%;margin:50px 0 0}section.categories .box .top .titleBox{width:100%;margin:0}section.categories .box .top .titleBox .title{width:calc(100% - 40px);margin:0 auto;font-weight:200;font-size:28px;line-height:40px;text-align:center;letter-spacing:.08em;color:#202945}section.categories .box .top .titleBox .title strong{font-weight:800}section.categories .box .bottom{display:flex}section.categories .box .bottom .category-list{width:100%;margin:66px 0 90px;list-style:none;display:flex;justify-content:space-between;align-content:space-between;gap:10px;row-gap:20px;flex-wrap:wrap}section.categories .box .bottom .category-list li{display:flex;align-items:flex-start;justify-content:flex-start;height:480px;margin:0;flex-flow:row;width:calc(50% - 10px);position:relative}section.categories .box .bottom .category-list li .bgImage{display:flex;width:100%;height:100%;background-size:cover;background-repeat:no-repeat;background-position:center center;position:absolute;top:0;left:0;overflow:hidden}section.categories .box .bottom .category-list li .bgImage .titleBox{width:100%;margin:20px;display:flex;flex-direction:row;align-items:center;align-self:flex-end}section.categories .box .bottom .category-list li .bgImage .titleBox h3{width:100%;margin:0;font-weight:600;font-size:20px;line-height:24px;letter-spacing:-.03em;color:#fff}section.categories .box .bottom .category-list li .bgImage .titleBox .linkBox{display:inline-flex;padding:11px 27px;color:#202945;background:#fff;border-radius:3px;font-weight:500;font-size:15px;line-height:17px;text-align:center;letter-spacing:.16em}section.categories .box .bottom .category-list li:nth-child(1){width:56%}section.categories .box .bottom .category-list li:nth-child(2),section.categories .box .bottom .category-list li:nth-child(3){width:42%}section.categories .box .bottom .category-list li:nth-child(4),section.categories .box .bottom .category-list li:nth-child(5){width:56%}section.categories .box .bottom .category-list li:nth-child(6){width:42%}