@charset "utf-8";
.sub-top-bg {max-width:2000px; position: relative; background-repeat: no-repeat; width: 100%; height: 460px; margin: 0 auto;  background:#222; 
background:url(/resources/custom/images/leadership/sub/sub-top-bg.png); background-size: cover; 
    background-position: bottom; 
    animation: scaleImage 3s ease-in-out forwards; display: flex;
    flex-direction: column;
    justify-content: center; padding:0 12px; margin-bottom:100px; }
.sub-top-ttl{text-align:center; margin-bottom:80px; opacity: 0; transform:translateY(100px);
    transition: all 3s ease;}
.sub-top-ttl h3{display:inline-block; color: #2d2c43; font-size: 55px;  font-weight:600; margin-bottom:30px; position:relative;}
.sub-top-ttl h3:after{display:block; content:""; display:block; width:38px; height:32px; background:url(/resources/custom/images/leadership/sub/sub-top-tit-deco.png);
position:absolute; left:-40px; top:-14px; animation: rotate 3s linear; }
.sub-top-ttl .ttl-cc p{color:#2d2c43; font-size:18px; font-weight:500;}

.sub-top-ttl.active {
    /* 활성화 시 스타일 */
    opacity: 1;
    transform:translateY(0px);
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/*page_nav*/
#lnb{max-width:1700px; padding:16px 12px; background:#2d2c43; margin:0 auto; border-radius:12px;}
#lnb .lnb-item.first{display:none;}
#lnb .lnb-item > ul > li{display:none;}
#lnb .lnb-item > ul > li > a{display:none;}
#lnb .lnb-item > ul > .active{display:block;}
#lnb .lnb-item .sub-menu{    display: flex;justify-content: center; gap: 20px;}
#lnb .lnb-item .sub-menu > li > a{display:block; padding:16px 20px; border-radius:12px; color:#fff; font-size:18px;}
#lnb .lnb-item .sub-menu > .active > a{background:#fff; color:#0a0662;}
/*3뎁스 숨김 ..*/
#lnb .lnb-item .sub-menu > li > .sub-menu{display:none;}

.sub-contents{margin-bottom:50px;}
.sub-contents .con_wrap{width:1304px; padding:0 12px; margin:0 auto;}
.sub-contents .con_wrap .contentsTitle{font-size:45px; color:#000000; font-weight:600; margin-bottom:50px;}

@media all and (max-width: 1200px) {
	    .sub-contents .con_wrap{width:100%;}
		.sub-top-bg{margin-bottom:30px;}
}

@media all and (max-width: 1024px){
	
}


@media all and (max-width: 800px) {
.page_nav{display:none;}
 .sub-top-bg{height:auto; padding:60px 12px;background-position: left; background: #f6f9ff url(/resources/custom/images/leadership/sub/sub-top-bg.png);}
 .sub-top-ttl{margin:0;}
 .sub-top-ttl h3{font-size:32px; margin-bottom:10px;}
 .sub-top-ttl .ttl-cc p{font-size:16px;}
 .sub-contents .con_wrap .contentsTitle{font-size:32px; margin-bottom:30px;}
}

