@charset "utf-8";
/* sub_visual_wrap */
.sub_visual_wrap{z-index: 5; margin-top:60px;}
.sub_visual_wrap .sub_visual_inner{max-height: calc(100vh - 60px); height: 600px;}
.sub_visual_wrap .sub_visual_img_wrap{position: absolute; z-index: -2; top:0; left:0;}
.sub_visual_wrap .sub_visual_img_con{position: absolute; z-index: -2; top:0; left:0; width:100%; height:100%; background-image: url('../img/sub_visual_img_000.jpg'); background-repeat: no-repeat; background-position: left center; background-size: cover;}
.sub_visual_wrap .dim_con{position: absolute; z-index: -1; top:0; left:0; width:100%; height:100%; background-color: rgba(0,0,0,0.2);}
.sub_visual_wrap .sub_visual_text_wrap{z-index: 2; height:100%;}
.sub_visual_wrap .sub_visual_text_con{display:table;}
.sub_visual_wrap .sub_visual_text{display:table-cell; float: none; vertical-align: middle; text-align: center;}
.sub_visual_wrap .sub_visual_text_inner{}
.sub_visual_wrap .sub_bottom_bar_con{z-index: 2; top:-1px;}
.sub_visual_wrap .sub_bottom_bar{height: 100%; padding-top: 31px; padding-bottom: 31px; padding-right: 20px; padding-left: 20px;}

.theme007 .lnb_container{display: none; position: absolute; z-index: 10; width: 290px;}
.theme007 .lnb_menu_wrap.vertical ul > li{position: relative; text-align: right;}
.lnb_menu_title{font-size:24px; font-size:2.4rem; line-height:30px; line-height:3.0rem; letter-spacing: -0.025em; text-align: right; color:#fff; margin-bottom: 22px;}
.theme007 .lnb_menu_wrap ul > li{}
.theme007 .lnb_menu_wrap ul > li > a{}
.theme007 .lnb_menu_wrap ul > li > a:after{}
.theme007 .lnb_menu_wrap ul > li > a.active{position: relative; padding-left: 25px;}
.theme007 .lnb_menu_wrap ul > li > a.active:after{content: ''; position: absolute; top:50%; left: 0; transform: translate(-100%,-50%); width: calc(290px - 100%); border-bottom: 2px solid #fff;}


@media all and (min-width:992px){

    .sub_visual_wrap{max-height:none; height: 1060px; }
    .sub_visual_wrap .sub_visual_inner{height: 100%;}
    .sub_visual_wrap .sub_bottom_bar_con{margin-top: -100px; top:0px;}
    .theme007 .lnb_container{display: block; bottom:50px; right: 50px;}
    .lnb_menu_title{margin-bottom: 43px;}
}

@media all and (min-width:1200px){
    /* sub_visual_wrap */
    .sub_visual_wrap{/*height: 1060px; */margin-top: 100px; padding-bottom: 100px;}
    .sub_visual_wrap .sub_visual_inner{width:calc(100% - 100px);}
    .sub_visual_wrap .sub_visual_text_wrap > div[data-wv-layout-element="block_inner"]{padding-left: 100px;}
    .sub_visual_wrap .sub_visual_text{text-align: left;}
    .sub_visual_wrap .sub_bottom_bar_con{margin-top: 0;}
    .sub_visual_wrap .sub_bottom_bar{max-width: 600px; float:right; padding-left: 15px; padding-right: 15px;}

    .theme007 .lnb_container{bottom:100px; right: 115px;}
}

@media all and (min-width:1400px){
    .theme007 .lnb_container{right: calc((100% - 1170px) / 2);}
}