@charset "utf-8";

.sub_visual_wrap{height:350px;}
.sub_visual_wrap .sub_visual_img_wrap{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: center; background-size: scale; 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{/*padding-top:190px;*/ height: 100%; display: flex; align-items: center;}
.theme000 .lnb_menu_wrap{display:none;}
.theme000 .lnb_menu_wrap.type_2 ul{display:inline-block;}
.theme000 .lnb_menu_wrap.type_2 ul > li{margin-right:34px; border-bottom:2px solid transparent;}
.theme000 .lnb_menu_wrap.type_2 ul > li:last-child{margin-right: 0;}
.theme000 .lnb_menu_wrap.type_2 ul > li > a{color:#fff; opacity: 0.5; display:block; padding-bottom:15px; transition: opacity 0.2s;}
.theme000 .lnb_menu_wrap.type_2 ul > li.active{border-bottom-color:#fff;}
.theme000 .lnb_menu_wrap.type_2 ul > li.active > a{opacity: 1;}

@media all and (min-width:992px){
    .sub_visual_wrap{height:600px;}
    .sub_visual_wrap .sub_visual_text_wrap{padding-top:262px; display: block;}
    .theme000 .lnb_menu_wrap{display:block;}

    .theme000 .lnb_menu_wrap.type_2 ul > li:hover > a {opacity: 1;}
}