@charset "utf-8";
.sub-contents{margin-top:100px; margin-bottom:30px;}

.sub-top-bg {max-width:2000px; position: relative; background-repeat: no-repeat; width: 100%; height: 390px; margin: 0 auto;  background:#222;
background:url(/resources/custom/images/fund/sub/sub-top-bg.jpg) ; background-repeat:no-repeat; background-size:cover; background-position:center;
display:flex; align-items:center; justify-content: center;flex-direction: column; gap:30px;}
.sub-top-bg h3{color: #fff; font-size: 50px;  font-weight:500; text-align:center;}
/*page_nav*/
.page_nav{width:100%; margin:0 auto; position:absolute; left:0; bottom:-40px; height:80px;}
.lnb{margin:0 auto; height:80px; background:#fff; border-radius:60px; box-shadow:0 1px 10px rgba(0,0,0,0.12), 0 1px 10px rgba(0,0,0,0.24)}
.lnb:after{content:""; display:block; clear:both;}
.lnb .home{float:left; width:100px; height:80px; background:url(/resources/custom/images/fund/sub/ico-home.png)no-repeat center #009958; text-indent:-9999px; border-radius:60px 0 0 60px; background-size:36px;}
.lnb-item > ul > li > a{display:block; width:290px; height:80px; float:left; color:#5a5a5a; line-height:80px;  padding:0 45px; border:1px solid #eee; background:#fff; font-size:20px; font-weight:400;}
.lnb .sub-menu{position:relative; padding-top:50px; float:left; height:0px; overflow:hidden; float:left; width:200px; }
.lnb .sub-menu{height:50px;}
.lnb .sub-menu a{color:#5a5a5a; line-height:80px; display:block; width:100%; height:100%; padding:0 12px; font-weight:400;}
.lnb .sub-menu .active{position:absolute; height:80px; top:0; left:0; }

.lnb-item {position: relative; float: left; width: 290px; height: 80px; font-size: 16px; font-weight: 600; z-index: 1;/*  background: url(/resources/custom/images/fund/sub/ico-lnb-open.png)no-repeat 95% center / 16px auto; */}
.lnb-item > ul				{ position: absolute; top: 0; left: 0; right: 0; padding-top: 80px; height: 0px; overflow: hidden;}
.lnb-item > ul .active		{ position: absolute; top: 0; left: 0; right: 0; height: 80px; background: rgba(0, 0, 0, 0);}
.lnb-item > ul .active a{background: url(/resources/custom/images/fund/sub/ico-lnb-open.png)no-repeat 90% center / 16px auto;}
.lnb-item > ul .active.open a {font-weight: 400; border:none; }
.lnb-item > ul .active.open a:active, .lnb-item > ul .active.open a:focus {color: #4dbabe;}
/*.lnb-item > ul:hover			{ background:rgba(0, 0, 0, 0.26); }*/

.lnb-item .active > a{ border-left-width: 0; margin-left: 0; border-top-width: 1px;/*  padding-right: 0; */ bottom: 0;}
.lnb-item ul > li{ background:rgba(0, 0, 0, 0.5); border-right:1px solid #f0eded;}
.lnb-item ul > li.active{border-left:none;}

.page_location{display:flex; align-items:center;}
.page_location p{position:relative; color:#fff; }
.page_location p:last-child:after{display:none;}
.page_location p:after{content:""; display:inline-block; width:18px; height:18px; background:url(/resources/custom/images/fund/sub/ico_page_gubun.png) no-repeat center;  margin:0 10px; vertical-align:middle;}
.page_location i{display:inline-block; vertical-align:middle; }
.page_location i img{width:28px; height:28px; vertical-align:middle;}


@media screen and (max-width: 1024px){
	.sub-top-bg{height:300px;}
	.sub-top-bg .sub-top-deco{background-size:100% 30%;}
	.sub-top-bg .sub-top-ttl{top:40%;}
	.sub-page-content{width:100%; padding-left:0;}
	.main_tit{padding:70px 0 20px;}
}

@media all and (max-width: 800px) {
.page_nav{display:none;}
.sub-top-bg{height:250px;}
.sub-contents{margin-top:50px;}
.sub-top-bg h3{font-size:24px;}
.page_location p:after{margin:0 4px;}
}

/*서브페이지 탑*/
.sub-page-top {display:flex; justify-content:space-between; align-items:center; margin-bottom:85px;}
.sub-page-top .contentsTitle{ font-size:60px; font-weight:600; color:#000000; }
.sub-page-top .contentsUtill li{position:relative;}
.sub-page-top .contentsUtill{display:flex; gap:14px;} 
.sub-page-top .contentsUtill button{width:45px; height:45px; background-position:center; text-indent:-9999px; border:3px solid #e2e2e2; border-radius:50%;}
.sub-page-top .contentsUtill .bookmark{background:url(/resources/custom/images/fund/sub/ico-bookmark.png) no-repeat center;}
.sub-page-top .contentsUtill .print{background:url(/resources/custom/images/fund/sub/ico-print.png) no-repeat center;}
.sub-page-top .svMenu{position:absolute; top:50px; right:0; width:300px; border-radius: 16px; background:#fff; padding:20px; z-index:5; box-shadow:0px 0px 8px rgba(0,0,0,.15); display:none; opacity:0}
.sub-page-top .svMenu h6{text-align:left; padding-left:0; margin:0; background:none; font-size:16px; font-weight:600; color:#222;}
.sub-page-top .svMenu .svClose{position:absolute; right:20px; top:20px; width:20px; height:20px; background:url(/resources/custom/images/fund/sub/ico_svmClo.png) no-repeat center; background-size:cover;}
/* #sub_visual .svMenu .func{display:flex; justify-content:space-between;} */
.sub-page-top .svMenu .func a{border-radius: 20px; padding:8px 12px; box-sizing:border-box; font-size:14px; line-height:1; display:inline-block;}
.sub-page-top .svMenu .func a i{display:inline-block; width:14px; height:14px; margin-right:4px; vertical-align:middle;}
.sub-page-top .svMenu .func .adMenu{background:#222; color:#fff; float:left;}
.sub-page-top .svMenu .func .adMenu i{background:url(/resources/custom/images/fund/sub/ico_svmAdd.png) no-repeat center; background-size:cover;}
.sub-page-top .svMenu .func .svReset{border:1px solid #222; color:#222; float:right;}
.sub-page-top .svMenu .func .svReset i{background:url(/resources/custom/images/fund/sub/ico_svmRes.png) no-repeat center; background-size:cover;}
.sub-page-top .svMenuList{background:#f8f8f8; padding:10px; text-align:left; border-radius: 4px; max-height:120px; overflow-y:auto; margin:20px 0 10px 0;}
.sub-page-top .svMenuList li{border-bottom:1px solid #e5e5e5; display:flex; flex-wrap:wrap; justify-content:space-between; padding:4px; color:#161616; font-size:14px; align-items:center;}
.sub-page-top .svMenuList li a{width:calc(100% - 30px); color:#161616; font-size:14px;}
.sub-page-top .svMenuList li a:focus, #sub_visual .page-role .svMenuList li a:active{color:inherit;}
.sub-page-top .svMenuList li i{width:20px; color:#023f8f; text-align:center; font-size:24px; cursor:pointer; }

@media all and (max-width:767px){
		.sub-page-top .contentsTitle{font-size:24px;}
}
