@charset "utf-8";
#inc02 {position:relative;padding:150px 0}
#inc02 .inner{padding:0 115px}
#inc02 > .inner .cont__top{padding-bottom:0 !important}
#inc02 .cont__top{padding-right:0 !important}
#inc02 .cont__top .tit-area h3.cont-tit{white-space:pre-line}

/* 운용 전략 */
#inc02 .bg-motion{position:absolute;z-index:-1;top:0;left:0;width:100%;height:100%;background-image:url(./img/inc02-bg.png);background-repeat:no-repeat;background-size:cover}
#inc02 .strategy{position:relative;width:100%;height:400vh;margin-bottom:118px}
#inc02 .strategy .sticky-container{position:sticky;top:0;left:0;display:flex;flex-direction:column;justify-content:space-around;width:100%;height:100vh;padding:0 115px}
#inc02 .strategy .cont__right{display:flex;justify-content:flex-end}
#inc02 .strategy .cont__right .fl-r{display:flex;flex-direction:column;gap:80px}
#inc02 .strategy .cont__right .fl-r .desc{white-space:pre-line;font-size:21px;font-weight:400;line-height:1.9;color:#777}
#inc02 .strategy .cont__right .text-box .desc span{color:#777;background-image:linear-gradient(#fff,#fff);background-clip:text;background-repeat:no-repeat;background-size:0% 100%;transition:background-size 0.1s linear}
#inc02 .strategy .item-wrap .item-list{display:flex;gap:25px}
#inc02 .strategy .item-wrap .item{display:flex;flex-direction:column;gap:110px;flex:1;padding:50px 40px;border:1px solid rgba(255,255,255,0.3)}
#inc02 .strategy .item-wrap .item .item__title{display:flex;justify-content:space-between}
#inc02 .strategy .item-wrap .item .text-box h4{padding-bottom:15px;font-size:26px;line-height:1.4;color:#fff}
#inc02 .strategy .item-wrap .item .text-box .desc{font-size:18px;line-height:1.2;color:rgba(255,255,255,0.5);font-weight:500}
#inc02 .strategy .item-wrap .item .item__title svg{width:55px;height:55px;stroke:#fff}
#inc02 .strategy .item-wrap .item .count{font-size:55px;font-weight:400;color:#fff;text-align:right;line-height:100%} */

/* 투자 공시 */
#inc02 .investment{padding-top:118px}
#inc02 .investment .cont__top .material-symbols-outlined{font-size:37px;color:var(--point-color);transition:transform .3s}
#inc02 .investment .cont__top .material-symbols-outlined:hover{transform:rotate(180deg)}
#inc02 .investment .article-wrap{display:flex;border:solid #e1e1e1;border-width:1px 0 1px 0}
#inc02 .investment article.item{flex:1;transition:background-color .1s linear}
#inc02 .investment article.item:hover{background-color:#f5f5f5}
#inc02 .investment article.item:first-child{border-right:1px solid #e1e1e1}
#inc02 .investment article.item .link-atc{display:flex;flex-direction:column;gap:15px;padding:80px 70px}
#inc02 .investment article.item .atc__date{font-family:var(--e-font);font-size:16px;font-weight:500;color:#aaa}
#inc02 .investment article.item .atc__subject{font-size:22px;font-weight:600;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}
#inc02 .investment article.item .atc__content{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-size:16px;color:#777;line-height:1.75}