/* blackBg */
.blackBg{ background: #000; }
.blackBg #sub-visual *, .blackBg .sub-content *{ color: #fff; }

.blackBg #header .logo img{ filter: invert(1); }
.blackBg #header .depth01 > li > a{ color: #fff !important; }
.blackBg #header .lang button{ color: #fff; }
.blackBg #header .lang button::before, .blackBg #header .lang button::after{ filter: invert(1); }

.grayBg{ background: #0E0E0E; }
.gray-bg{ background: #F9F9F9; }


/* sub-visual */
#sub-visual{ padding-top: 200px; overflow: hidden; }
#sub-visual.none{ display: none; }
#sub-visual .flex-box{ display: flex; justify-content: space-between; align-items: baseline; }
#sub-visual h2{ display: inline-block; font-size: 7rem; font-weight: 700; color: #111; position: relative; }
#sub-visual h2 span{ display: inline-block; position: relative; }
#sub-visual h2 span::after{ content: ""; width: 100%; height: 100%; background: #fff; position: absolute; top: 0; left: 0; transform: scaleY(1); animation: scale_y 1s 0.3s forwards; }
#sub-visual h2 span:nth-of-type(odd)::after{ transform-origin: top; }  
#sub-visual h2 span:nth-of-type(even)::after{ transform-origin: bottom; }  

#sub-visual .visual{ position: relative; padding-bottom: 34.375%; margin-top: 55px; }
#sub-visual .bg{ max-width: 1760px; width: calc(100% + ((100vw - 100%) / 2)); height: 100%; position: absolute; top: 0; left: 0; border-radius: 20px 0 0 20px; }
#sub-visual .bg::after{ content: ""; width: 100%; height: calc(100% + 10px); background: #fff; position: absolute; top: 0; left: 0; z-index: 100; transform: scaleX(1); transform-origin: right; animation: scale_x 1.5s 0.3s forwards; box-sizing: border-box; }

.blackBg #sub-visual .bg::after{ background: #000; }
.blackBg #sub-visual h2 span::after{ background: #000; }


/* 비주얼 이미지 */
#sub-visual .bg1{ background: url("/img/sub/company_bg.jpg") no-repeat center center / cover; }
#sub-visual .bg2{ background: url("/img/sub/professional_bg.jpg") no-repeat center center / cover; }
#sub-visual .bg3{ background: url("/img/sub/portfolio_bg.jpg") no-repeat center center / cover; }
#sub-visual .bg4{ background: url("/img/sub/disclosure_bg.jpg") no-repeat center center / cover; }


/* lnb */
#lnb{ transform: translateY(100%); clip-path: polygon(0 0, 100% 0, 100% 0, 0 0); animation: textClip 1s 0.3s forwards; }
#lnb .depth02{ display: flex; margin-right: -17.5px; }
#lnb .depth02 > li > a{ display: inline-block; font-family: var(--Mulish); font-size: 1.7rem; font-weight: 500; color: #CCC; line-height: 1.3; padding: 5px 17.5px; position: relative; transition: color 0.5s; }
#lnb .depth02 > li > a::after{ content: ""; width: calc(100% - 35px); height: 2px; background: #000; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%) scaleX(0); transform-origin: right; transition: transform 0.5s; } 

#lnb .depth02 > li.on > a{ color: #000; }
#lnb .depth02 > li.on > a::after{ transform: translateX(-50%) scaleX(1); }

.blackBg #lnb .depth02 > li > a{ color: #7E7E7E; }
.blackBg #lnb .depth02 > li > a::after{ background: #fff; }
.blackBg #lnb .depth02 > li.on > a{ color: #fff; }

/* 포트폴리오에서 lnb 숨기기 */
#lnb.lnb3{ display: none; }

@media screen and (hover: hover){
	#lnb .depth02 > li:hover a{ color: #000; }
	#lnb .depth02 > li:hover a::after{ transform: translateX(-50%) scaleX(1); transform-origin: left; }

	.blackBg #lnb .depth02 > li:hover a{ color: #fff; }
}

@media screen and (max-width: 1700px){
	/* sub-visual */
	#sub-visual{ padding-top: 150px; }
	#sub-visual h2{ font-size: 6rem; }
	#sub-visual .visual{ margin-top: 30px; }
}

@media screen and (max-width: 1280px){
	/* sub-visual */
	#sub-visual{ padding-top: 120px; }
	#sub-visual h2{ font-size: 5rem; }
	#sub-visual .visual{ margin-top: 30px; }
	#sub-visual .visual{ margin-top: 20px; }
}

@media screen and (max-width: 900px){
	/* sub-visual */
	#sub-visual .flex-box{ flex-direction: column; align-items: flex-end; }
	#sub-visual h2{ width: 100%; font-size: 4rem; margin-bottom: 20px; }
}


/* common */
body.lock{ overflow: hidden; }
.sub-content{ padding: 160px 0 220px; }


/* btn */
.btn{ width: 180px; height: 60px; display: flex; justify-content: center; align-items: center; background: #000; border-radius: 5px; font-family: var(--baseFont); font-size: 1.7rem; font-weight: 700; color: #fff; letter-spacing: -0.02em; line-height: 1; margin: 0 auto; }
.btn i{ margin-left: 10px; line-height: 1; position: relative; top: -1px; }
a.btn:link, a.btn:visited{ color: #fff; }

/* flex-layout */
.flex-layout{ display: flex; --layout: 600px; }
.flex-layout .title-layout{ width: var(--layout); }
.flex-layout .content-layout{ width: calc(100% - var(--layout)); }
.flex-layout .content-layout p{ font-size: 1.7rem; font-weight: 300; color: #D1D1D1; letter-spacing: -0.01em; line-height: 1.6; }

/* sec-title */
.sec-title{ opacity: 1; }
.sec-title.mb100{ margin-bottom: 100px; }
.sec-title h3{ font-size: 5rem; font-weight: 600; color: #000; transform: translateY(100%); clip-path: polygon(0 0, 100% 0, 100% 0, 0 0); }
.sec-title p{ font-size: 1.7rem; font-weight: 400; color: #444; letter-spacing: -0.01em; line-height: 1.6; margin-top: 30px; opacity: 0; transform: translateY(100px); transition: opacity 1s, transform 1s; transition-delay: 0.2s; }

.blackBg .sec-title h3{ color: #fff; }
.sec-title.aos-animate h3{ animation: textClip 1s forwards; }
.sec-title.aos-animate p{ opacity: 1; transform: translateY(0); }


/* 스크롤바 커스텀 */
.scroll-y{ overflow-y: scroll; }
.scroll-y::-webkit-scrollbar{ width: 21px; }
.scroll-y::-webkit-scrollbar-thumb{ height: 20px; background: #000; border-radius: 60px; background-clip: padding-box; border: 9px solid transparent; }
.scroll-y::-webkit-scrollbar-track{ background: #f1f1f1; background-clip: padding-box; border: 10px; border: 10px solid transparent; }


/* tab-menu */
.tab-menu ul{ display: flex; flex-wrap: wrap; gap: 10px; }
.tab-menu ul li{ height: 60px; display: flex; justify-content: center; align-items: center; background: #fff; border: 1px solid #EDEDED; border-radius: 5px; font-size: 1.7rem; font-weight: 400; color: #000; position: relative; cursor: pointer; }
.tab-menu ul li a{ position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 10; }
.tab-menu ul li.on{ background: #000; color: #fff; }


/* select 커스텀 */
.selectric-select{ position: relative; z-index: 50; }
.selectric-select .selectric-wrapper, .selectric-select .selectric, .selectric-select .selectric .label{ width: 100%; height: 100%; }
.selectric-select .selectric{ background: #fff; border: 1px solid #EDEDED; border-radius: 5px; }
.selectric-select .selectric .label, .selectric-select .selectric-items li{ font-size: 1.7rem; font-weight: 400; letter-spacing: -0.02em; }
.selectric-select .selectric .label{ display: flex; align-items: center; color: #111; padding: 0 30px; margin: 0; }
.selectric-select .selectric-items{ background: #fff; border: 1px solid #EDEDED; border-radius: 5px; box-shadow: none; top: calc(100% - 1px); z-index: 50; padding: 7.5px 0; }
.selectric-select .selectric-items li{ color: #666; padding: 7.5px 30px; transition: color 0.5s; }
.selectric-select .selectric-items li.selected{ color: #000; }
.selectric-select .selectric-items li.highlighted{ background: none; }
.selectric-select .selectric .button{ background: #fff; border: none; top: 50%; transform: translateY(-50%);}
.selectric-select .selectric .button::after{ width: 60px; height: 100%; background: #fff url("/img/sub/select_icon.svg") no-repeat center right 30px / auto; border: none; bottom: unset; left: unset; } 

@media screen and (hover: hover){
	.selectric-select .selectric-items li:hover{ background: none; color: #000; }
}


@media screen and (max-width: 1700px){
	/* common */
	.sub-content{ padding: 120px 0 180px; }

	/* btn */
	.btn{ width: 150px; height: 55px; }

	/* flex-layout */
	.flex-layout{ --layout: 450px; }

	/* sec-title */
	.sec-title h3{ font-size: 4rem; }

	/* tab-menu */
	.tab-menu ul li{ height: 55px; }
}

@media screen and (max-width: 1280px){
	/* common */
	.sub-content{ padding: 60px 0 100px; }

	/* btn */
	.btn{ width: 130px; height: 50px; }
	.btn{ font-size: 1.6rem; }

	/* flex-layout */
	.flex-layout{ --layout: 350px; }
	.flex-layout .content-layout p{ font-size: 1.6rem; }

	/* sec-title */
	.sec-title.mb100{ margin-bottom: 60px; }
	.sec-title h3{ font-size: 3.5rem; }
	.sec-title p{ margin-top: 15px; }

	/* tab-menu */
	.tab-menu ul li{ height: 50px; font-size: 1.6rem; }

	/* select 커스텀 */
	.selectric-select .selectric .label, .selectric-select .selectric-items li{ font-size: 1.6rem; }
	.selectric-select .selectric .label{ padding: 0 20px; }
	.selectric-select .selectric-items li{ color: #666; padding: 7.5px 20px;  }
	.selectric-select .selectric .button::after{ width: 50px; background-position: center right 20px; }
}

@media screen and (max-width: 1200px){
	/* flex-layout */
	.flex-layout{ flex-direction: column; }
	.flex-layout .title-layout, .flex-layout .content-layout{ width: 100%; }
	.flex-layout .title-layout{ margin-bottom: 30px; }
}

@media screen and (max-width: 900px){
	/* sec-title */
	.sec-title h3{ font-size: 3rem; }
}


/* (회사소개) COMPANY - PIA GROUP */
#group section:not(:first-of-type){ padding-top: 130px; }
#group section:not(:last-of-type){ padding-bottom: 130px; }

#group .content-layout figure{ display: flex; justify-content: center; align-items: center; width: 100%; height: 270px; border: 1px solid #232323; border-radius: 5px; padding: 50px; margin-bottom: 50px; }
#group .content-layout figure img{ max-height: 100%; transform: scale(0.8); transition: inherit; }
#group .content-layout figure.aos-animate img{ transform: scale(1); }
#group .content-layout h4{ font-size: 2.4rem; font-weight: 700; letter-spacing: -0.01em; margin-bottom: 15px; }
#group .content-layout p strong{ font-weight: 600; color: #D1D1D1; }
#group .content-layout .explain p:not(:last-of-type){ margin-bottom: 22px; } 

#group .content-layout .dl{ margin-top: 80px; padding-top: 80px; display: flex; flex-wrap: wrap; gap: 40px 80px; border-top: 1px solid #232323; }
#group .content-layout dl{ padding-top: 40px; position: relative; }
#group .content-layout dl::before{ position: absolute; top: 0; left: 0; }
#group .content-layout dl.birth::before{ content: url("/img/sub/company/group_icon01.svg"); }
#group .content-layout dl.mail::before{ content: url("/img/sub/company/group_icon02.svg"); }
#group .content-layout dl.address::before{ content: url("/img/sub/company/group_icon03.svg"); }

#group .content-layout dl *{ font-size: 1.7rem; }
#group .content-layout dl dt{ font-weight: 700; letter-spacing: -0.01em; margin-bottom: 10px; }
#group .content-layout dl dd{ font-weight: 400; color: #D1D1D1; line-height: 1.6; }

@media screen and (max-width: 1700px){
	#group section:not(:first-of-type){ padding-top: 100px; }
	#group section:not(:last-of-type){ padding-bottom: 100px; }

	#group .content-layout figure{ height: 200px; }
	#group .content-layout h4{ font-size: 2.2rem; }
}

@media screen and (max-width: 1280px){
	#group section:not(:first-of-type){ padding-top: 80px; }
	#group section:not(:last-of-type){ padding-bottom: 80px; }
	
	#group .content-layout figure{ height: 160px; }
	#group .content-layout h4{ font-size: 2rem; margin-bottom: 8px; }
	#group .content-layout .explain p:not(:last-of-type){ margin-bottom: 15px; } 

	#group .content-layout dl{ padding-top: 40px; padding-top: 30px; }
	#group .content-layout dl *{ font-size: 1.6rem; }
	#group .content-layout dl dt{ margin-bottom: 5px; }
}

@media screen and (max-width: 1200px){
	#group .content-layout p{ transition-delay: 0 !important; }
}

@media screen and (max-width: 900px){
	#group .content-layout h4{ font-size: 1.9rem; }
}

@media screen and (max-width: 850px){
	#group br{ display: none; }
}


/* (회사소개) COMPANY - 회사연혁 */
#history.sub-content{ padding-bottom: 0; }
#history section{ padding-bottom: 120px; }
#history section.grayBg{ padding-top: 120px; }

#history .sticky{ position: sticky; top: 50%; left: 0; transition: transform 0.5s; }
#history .sticky.top{ transform: translateY(-50%); }
#history .sticky ul{ position: relative; top: 0; transform: translateY(0); }
#history .sticky ul li{ font-size: 4.5rem; font-weight: 500; color: #444; transition: all 0.5s; cursor: pointer; }
#history .sticky ul li:not(:last-of-type){ margin-bottom: 40px; }
#history .sticky ul li.active{ font-size: 7.7rem; font-weight: 700; color: #fff; }

#history .history .content-layout{ position: relative; }
#history .history .content-layout::before{ content: ""; width: 1px; height: 100%; background: #2D2D2D; position: absolute; top: 0; left: 0; }
#history .history .year{ display: flex; align-items: flex-start; }
#history .history .year:not(:last-of-type){ padding-bottom: 100px; }
#history .history .year > span{ display: inline-block; width: 270px; font-size: 5rem; font-weight: 600; letter-spacing: -0.01em; padding-left: 95px; position: relative; }
#history .history .year > span::before{ content: ""; width: 23px; height: 23px; background: #0E0E0E; position: absolute; top: 50%; left: 0; transform: translate(-50%, -50%); }
#history .history .year > span::after{ content: ""; width: 7px; height: 7px; background: #2D2D2D; border-radius: 50%; position: absolute; top: 50%; left: 1px; transform: translate(-50%, -50%); transition: background 0.5s; }

#history .history .month{ width: calc(100% - 270px); padding-top: 25px; }
#history .history .month dl:not(:last-of-type){ margin-bottom: 45px; }
#history .history .month dl dt{ font-size: 2rem; font-weight: 600; letter-spacing: -0.01em; margin-bottom: 15px; }
#history .history .month dl dd{ font-size: 1.7rem; font-weight: 400; color: #D1D1D1; letter-spacing: -0.01em; }
#history .history .month dl dd.dot{ padding-left: 15px; position: relative; }
#history .history .month dl dd.dot::before{ content: ""; width: 3px; height: 3px; background: #7E7E7E; border-radius: 50%; position: absolute; top: calc(1.3em / 2); left: 0; transform: translateY(-50%); }
#history .history .month dl dd.dot:not(:last-of-type){ margin-bottom: 15px; }

#history .history .year.active > span::after{ background: #fff; }

@media screen and (max-width: 1700px){
	#history .sticky ul li{ font-size: 4rem; }
	#history .sticky ul li.active{ font-size: 6rem; }

	#history .history .year > span{ font-size: 4rem; }
	#history .history .month{ padding-top: 21px; }
	#history .history .month dl dt{ font-size: 1.9rem; }
}

@media screen and (max-width: 1280px){
	#history section{ padding-bottom: 80px; }
	#history section:last-of-type{ padding-bottom: 100px; }
	#history section.grayBg{ padding-top: 80px; }

	#history .sticky ul li{ font-size: 3.5rem; }
	#history .sticky ul li.active{ font-size: 5rem; }

	#history .history .year:not(:last-of-type){ padding-bottom: 60px; }
	#history .history .year > span{ width: 220px; font-size: 3.5rem; padding-left: 60px; }
	#history .history .month{ width: calc(100% - 220px); padding-top: 17px; }
	#history .history .month dl:not(:last-of-type){ margin-bottom: 30px; }
	#history .history .month dl dt{ font-size: 1.8rem; margin-bottom: 10px; }
	#history .history .month dl dd{ font-size: 1.6rem; }
}

@media screen and (max-width: 1200px){
	#history .history .flex-layout .title-layout{ margin-bottom: 50px; }
	#history .sticky.top{ transform: translateY(0); }
	#history .sticky ul{ display: flex; flex-wrap: wrap; align-items: center; gap: 10px 40px; }
	#history .sticky ul li:not(:last-of-type){ margin-bottom: 0; }
}

@media screen and (max-width: 900px){
	#history .sticky ul li{ font-size: 3rem; }
	#history .sticky ul li.active{ font-size: 4.5rem; }

	#history .history .year{ flex-direction: column; }
	#history .history .year > span{ width: 100%; font-size: 3rem; padding-left: 30px; }
	#history .history .month{ width: 100%; padding-left: 30px; padding-top: 15px; }
	#history .history .month dl:not(:last-of-type){ margin-bottom: 20px; }
	#history .history .month dl dt{ font-size: 1.7rem; }
}


/* (주요운용인력) PROFESSIONALS - 주요운용인력 */
#professional.sub-content{ padding-bottom: 0; }
#professional .gray-bg{ padding: 120px 0 220px; }
#professional .gray-bg ul{ display: flex; flex-wrap: wrap; }
#professional .gray-bg ul li{ --border: 1px solid #E7E7E7; width: calc(100% / 3); padding: 50px; background: #F9F9F9; border: var(--border); border-right: none; border-top: none; position: relative; text-align: right; }
#professional .gray-bg ul li:not(.blank){ cursor: pointer; }
#professional .gray-bg ul li::before{ content: ""; display: inline-block; width: 100%; height: 40px; background: url("/img/sub/professional/logo.svg") no-repeat center left / contain;  margin-bottom: 50px; position: relative; z-index: 10; filter: invert(0); transition: filter 0.5s; transition-delay: 0.2s; }
#professional .gray-bg ul li::after{ content: ""; width: 100%; height: 100%; background: #000; position: absolute; top: 0; left: 0; transform: scaleX(0); transform-origin: left; transition: transform 0.5s; }
#professional .gray-bg ul li:nth-of-type(1), #professional .gray-bg ul li:nth-of-type(2), #professional .gray-bg ul li:nth-of-type(3){ border-top: var(--border); }
#professional .gray-bg ul li:nth-of-type(3n){ border-right: var(--border); }
#professional .gray-bg ul li:last-of-type{ border-right: var(--border) !important; } 

#professional .gray-bg ul li.blank{ background: #F9F9F9 url("/img/sub/professional/symbol.svg") no-repeat center center / auto; }
#professional .gray-bg ul li.blank::before{ display: none; }

#professional .gray-bg span, #professional .gray-bg h5{ transition: color 0.5s; position: relative; z-index: 10; }
#professional .gray-bg span{ display: block; font-size: 1.7rem; font-weight: 400; color: #666; letter-spacing: -0.01em; line-height: 1.6; margin-bottom: 10px; }
#professional .gray-bg h5{ font-size: 3.4rem; font-weight: 600; color: #000; letter-spacing: -0.01em; }

#professional .gray-bg ul li.active::before{ filter: invert(1); transition-delay: unset; }
#professional .gray-bg ul li.active:not(.blank)::after{ transform: scaleX(1); }
#professional .gray-bg ul li.active  span, #professional .gray-bg ul li.active  h5{ transition-delay: 0.2s; }
#professional .gray-bg ul li.active span{ color: #D1D1D1; }
#professional .gray-bg ul li.active h5{ color: #fff; }

@media (hover: hover){
	#professional .gray-bg ul li:hover::before{ filter: invert(1); transition-delay: unset; }
	#professional .gray-bg ul li:not(.blank):hover::after{ transform: scaleX(1); }
	#professional .gray-bg ul li:hover span, #professional .gray-bg ul li:hover h5{ transition-delay: 0.2s; }
	#professional .gray-bg ul li:hover span{ color: #D1D1D1; }
	#professional .gray-bg ul li:hover h5{ color: #fff; }
}

@media screen and (max-width: 1700px){
	#professional .gray-bg{ padding: 120px 0 180px; }
	#professional .gray-bg h5{ font-size: 2.8rem; }
}

@media screen and (max-width: 1280px){
	#professional .gray-bg{ padding: 60px 0 100px; }
	#professional .gray-bg ul li{ padding: 30px; }
	#professional .gray-bg ul li::before{ height: 30px; }
	#professional .gray-bg span{ font-size: 1.6rem; margin-bottom: 5px; } 
	#professional .gray-bg h5{ font-size: 2.6rem; }

	#professional .gray-bg ul li.blank{ background-size: 75px; }
}

@media screen and (max-width: 1000px){
	#professional .gray-bg ul li{ width: calc(100% / 2); }
	#professional .gray-bg ul li:nth-of-type(3){ border-top: none; }
	#professional .gray-bg ul li:nth-of-type(3n){ border-right: none; }
	#professional .gray-bg ul li:nth-of-type(2n){ border-right: var(--border); }
}

@media screen and (max-width: 900px){
	#professional .gray-bg h5{ font-size: 2.4rem; }
}

@media screen and (max-width: 800px){
	#professional .gray-bg ul li::before{ height: 25px; margin-bottom: 30px; transition-delay: unset; }

	#professional .gray-bg ul li.blank{ background-size: 50px; }
}

@media screen and (max-width: 600px){
	#professional .gray-bg ul li{ padding: 20px; }
}


/* (운용현황) PORTFOLIO - 리스트 */
#portfolio .flex-box{ display: flex; justify-content: space-between; align-items: flex-end; margin: 40px 0 100px; position: relative; z-index: 20; }
#portfolio .tab-menu ul li{ width: 150px; }
#portfolio .selectric-select{ width: 270px; height: 60px; }

#portfolio .portfolio-list ul{ display: flex; flex-wrap: wrap; gap: 100px; }
#portfolio .portfolio-list ul li{ width: calc((100% - 200px) / 3); position: relative; border: 1px solid #E8E8E8; border-radius: 15px; overflow: hidden; transition-property: opacity, transform, border; }
#portfolio .portfolio-list ul li .category{ width: 80px; height: 35px; background: #000; border-radius: 990px; position: absolute; top: 15px; right: 15px; z-index: 10; display: flex; justify-content: center; align-items: center; font-size: 1.5rem; font-weight: 600; color: #fff; line-height: 1; }
#portfolio .portfolio-list ul li .category.end{ color: #AAA; }
#portfolio .portfolio-list ul li figure{ width: 100%; position: relative; overflow: hidden; padding-bottom: 100.2%; }
#portfolio .portfolio-list ul li figure img{ width: 100%; height: 100%; object-fit: cover; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); transition: transform 0.5s; }
#portfolio .portfolio-list ul li .text{ padding: 40px; }
#portfolio .portfolio-list ul li .text *{ white-space: normal; overflow: hidden; text-overflow: ellipsis; word-wrap: break-word; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
#portfolio .portfolio-list ul li .text h5{ font-size: 2.4rem; font-weight: 600; color: #222; margin-bottom: 10px; }
#portfolio .portfolio-list ul li .text p{ font-size: 1.7rem; font-weight: 400; color: #666; line-height: 1.5882; }
#portfolio .portfolio-list ul li a{ position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 20; }

#portfolio .center{ margin-top: 140px; }

@media screen and (hover: hover){
	#portfolio .portfolio-list ul li:hover{ border: 1px solid #000; }
	#portfolio .portfolio-list ul li:hover figure img{ transform: translate(-50%, -50%) scale(1.1); }
}

@media screen and (max-width: 1700px){
	#portfolio .flex-box{ margin-bottom: 60px; }
	#portfolio .tab-menu ul li{ width: 120px; }
	#portfolio .selectric-select{ width: 240px; height: 55px; }

	#portfolio .portfolio-list ul li .text h5{ font-size: 2.2rem; }

	#portfolio .center{ margin-top: 100px; }
}

@media screen and (max-width: 1500px){
	#portfolio .flex-box{ margin-bottom: 20px; } 
	#portfolio .sec-title{ width: 100%; }

	#portfolio .portfolio-list ul{ gap: 60px; }
	#portfolio .portfolio-list ul li{ width: calc((100% - 120px) / 3); }
}

@media screen and (max-width: 1280px){
	#portfolio .selectric-select{ width: 220px; height: 50px; }

	#portfolio .portfolio-list ul{ gap: 40px; }
	#portfolio .portfolio-list ul li{ width: calc((100% - 80px) / 3); }
	#portfolio .portfolio-list ul li .category{ width: 70px; height: 30px; font-size: 1.4rem; top: 10px; right: 10px; }
	#portfolio .portfolio-list ul li .text{ padding: 25px; }
	#portfolio .portfolio-list ul li .text h5{ font-size: 1.8rem; margin-bottom: 5px; }
	#portfolio .portfolio-list ul li .text p{ font-size: 1.6rem; }

	#portfolio .center{ margin-top: 60px; }
}

@media screen and (max-width: 1000px){
	#portfolio .portfolio-list ul{ gap: 20px; }
	#portfolio .portfolio-list ul li{ width: calc((100% - 20px) / 2); }
}

@media screen and (max-width: 900px){
	#portfolio .flex-box{ flex-direction: column; align-items: flex-end; margin-top: 10px; }
	#portfolio .tab-menu{ width: 100%; margin-bottom: 40px; }

	#portfolio .portfolio-list ul li .text{ padding: 15px; }
	#portfolio .portfolio-list ul li .text h5{ font-size: 1.9rem; }
}


/* 상세 페이지 - (운용현황) PORTFOLIO */
#view.portfolio .tit{ position: relative; --side: 170px; padding: 40px 0; }
#view.portfolio .tit > *{ padding: 0 calc(var(--side) + 20px); }
#view.portfolio .tit .link-box{ width: 100%; height: 100%; position: absolute; top: 0; left: 0; display: flex; justify-content: space-between; padding: 0 !important; pointer-events: none; }
#view.portfolio .tit .link-box a{ width: var(--side); height: 100%; display: flex; justify-content: center; align-items: center; gap: 10px; background: transparent; font-family: var(--Mulish); font-size: 1.6rem; font-weight: 400; color: #999; transition: all 0.5s; pointer-events: auto; }
#view.portfolio .tit .link-box a span{ display: inline-block; position: relative; top: -1px; }
#view.portfolio .tit .link-box a span::before, #view.portfolio .tit .link-box a span::after{ transition: opacity: 0.5s; }
#view.portfolio .tit .link-box a span::before{ opacity: 1; }
#view.portfolio .tit .link-box a span::after{ position: absolute; top: 0; left: 0; opacity: 0; }

#view.portfolio .tit .link-box a.prev span::before{ content: url("/img/sub/portfolio/prev_icon.svg"); }
#view.portfolio .tit .link-box a.next span::before{ content: url("/img/sub/portfolio/next_icon.svg"); }
#view.portfolio .tit .link-box a.prev span::after{ content: url("/img/sub/portfolio/prev_white.svg"); }
#view.portfolio .tit .link-box a.next span::after{ content: url("/img/sub/portfolio/next_white.svg"); }

#view.portfolio .view_ctn .info{ padding: 80px 0 120px; border-bottom: 1px solid var(--lightLineC); } 
#view.portfolio .view_ctn .info .flex-box{ display: flex; align-items: center; }
#view.portfolio .view_ctn .info .flex-box > div{ width: 50%; }

#view.portfolio .view_ctn .info .figure-box figure{ width: 100%; cover; position: relative; overflow: hidden; padding-bottom: 100%; border-radius: 15px; }
#view.portfolio .view_ctn .info .figure-box figure img{ width: 100%; height: 100%; object-fit; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }

#view.portfolio .view_ctn .info .text-box{ padding-left: 80px; }
#view.portfolio .view_ctn .info .text-box .category{ width: 80px; height: 35px; display: flex; justify-content: center; align-items: center; background: #000; border-radius: 990px; font-size: 1.5rem; font-weight: 600; color: #fff; line-height: 1; }
#view.portfolio .view_ctn .info .text-box h4{ font-size: 3.6rem; font-weight: 700; color: #000; line-height: 1.35; margin: 30px 0 70px; word-break: break-all; }
#view.portfolio .view_ctn .info .text-box .dl{ display: flex; flex-direction: column; gap: 40px 0; }
#view.portfolio .view_ctn .info .text-box dl *{ font-size: 1.8rem; }
#view.portfolio .view_ctn .info .text-box dl dt{ font-weight: 700; color: #000; margin-bottom: 10px; }
#view.portfolio .view_ctn .info .text-box dl dd{ font-weight: 400; color: #666; line-height: 1.5; }


@media screen and (hover: hover){
	#view.portfolio .tit .link-box a:hover{ background: #000; color: #fff; }
	#view.portfolio .tit .link-box a:hover span::before{ opacity: 0; }
	#view.portfolio .tit .link-box a:hover span::after{ opacity: 1; }
}

@media screen and (max-width: 1700px){
	#view.portfolio .view_ctn .info .text-box h4{ font-size: 3rem; } 	
}

@media screen and (max-width: 1280px){
	#view.portfolio .tit{ padding: 30px 0; --size: 135px; }
	#view.portfolio .tit .link-box a{ gap: 7px; font-size: 1.5rem; }

	#view.portfolio .view_ctn .info{ padding: 40px 0 60px; }
	#view.portfolio .view_ctn .info .text-box{ padding-left: 60px; }
	#view.portfolio .view_ctn .info .text-box .category{ width: 70px; height: 30px; font-size: 1.4rem; top: 10px; right: 10px; }
	#view.portfolio .view_ctn .info .text-box h4{ font-size: 2.8rem; margin: 20px 0 40px; } 
	#view.portfolio .view_ctn .info .text-box .dl{ gap: 30px 0; }
	#view.portfolio .view_ctn .info .text-box dl *{ font-size: 1.7rem; }
	#view.portfolio .view_ctn .info .text-box dl dt{ margin-bottom: 5px; }
}

@media screen and (max-width: 1100px){
	#view.portfolio .view_ctn .info .flex-box{ flex-direction: column; }
	#view.portfolio .view_ctn .info .flex-box > div{ width: 100%; }
	#view.portfolio .view_ctn .info .text-box{ padding-left: 0; padding-top: 30px; }
}

@media screen and (max-width: 900px){
	#view.portfolio .tit{ padding-bottom: 70px; --size: 125px; }
	#view.portfolio .tit > *{ padding: 0; }
	#view.portfolio .tit .link-box{ height: 50px; justify-content: center; top: 100%; transform: translateY(-100%); border-top: 1px solid var(--lightLineC); }
	#view.portfolio .tit .link-box::after{ content: ""; width: 1px; height: 100%; background: var(--lightLineC); position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 10; }
	#view.portfolio .tit .link-box a{ width: 50%; }

	#view.portfolio .view_ctn .info .text-box h4{ font-size: 2.6rem; }
	#view.portfolio .view_ctn .info .text-box dl *{ font-size: 1.6rem; }
}


/* (오시는길) CONTACT - 오시는 길 */
#sub-visual.location .bg{ overflow: hidden; }
#sub-visual.location .bg iframe{ width: 100%; height: 100%; position: absolute; top: 0; left: 0; }

#location.sub-content{ padding-top: 0; }
#location .flex-box{ --figure: 210px; --gap: 110px; display: flex; align-items: flex-end; gap: var(--gap); margin-top: calc((var(--figure) / 2) * -1); position: relative; z-index: 150; padding-left: 40px; }
#location .flex-box figure{ width: var(--figure); }
#location .flex-box .dl{ width: calc(100% - var(--figure) - var(--gap)); display: flex; flex-wrap: wrap; gap: 40px 80px; }
#location .dl dl{ display: flex; align-items: flex-start; }
#location .dl dl *{ font-size: 2rem; letter-spacing: -0.02em; }
#location .dl dl dt{ font-weight: 700; color: #222; padding-left: 30px; position: relative; }
#location .dl dl dt::before{ position: absolute; top: 55%; left: 0; transform: translateY(-50%); }
#location .dl dl.address dt::before{ content: url("/img/sub/contact/location_icon01.svg"); }
#location .dl dl.email dt::before{ content: url("/img/sub/contact/location_icon02.svg"); }
#location .dl dl.number dt::before{ content: url("/img/sub/contact/location_icon03.svg"); }
#location .dl dl dd{ font-weight: 400; color: #666; padding-left: 15px; }

@media screen and (max-width: 1700px){
	#location .flex-box{ --gap: 50px 70px; }
	#location .flex-box .dl{ gap: 30px 60px; }
	#location .dl dl *{ font-size: 1.9rem; }
}

@media screen and (max-width: 1500px){
	#sub-visual.location .visual{ height: 500px; padding-bottom: 0; }

	#location .flex-box{ --figure: 150px; flex-direction: column; align-items: flex-start; }
	#location .flex-box .dl{ width: 100%; }
}

@media screen and (max-width: 1280px){
	#location .flex-box{ --figure: 100px; --gap: 40px 50px; }
	#location .dl dl *{ font-size: 1.8rem; }
	#location .dl dl dt::before{ top: 60%; }
	#location .dl dl dd{ padding-left: 10px; }
}

@media screen and (max-width: 900px){
	#location .dl dl *{ font-size: 1.7rem; }
	#location .dl dl dt{ padding-left: 28px; }
	#location .dl dl dt::before{ transform: translateY(-50%) scale(0.9); }
}

@media screen and (max-width: 650px){
	#location .flex-box{ margin-top: 30px; padding-left: 0; }
}


/* 팝업 (공통) */
#popup{ width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); position: fixed; top: 0; left: 0; z-index: 1000; display: none; }
#popup .blank{ width: 100%; height: 100%; }
#popup .inner{ max-width: 940px; width: 100%; background: #fff; padding: 70px; position: absolute; top: 50%; left: 50%; z-index: 10; transform: translate(-50%, -50%); border-top: 3px solid #000; }
#popup .inner .close{ position: absolute; top: -20px; right: 0; transform: translateX(100%); padding: 20px; outline: none; }

/* 팝업 - 주요운용인력 */
#popup.professional .inner::after{ content: ""; display: inline-block; width: 100%; height: 40px; background: url("/img/sub/professional/logo.svg") no-repeat center right / contain; }
#popup.professional .title span{ display: inline-block; font-size: 1.7rem; font-weight: 400; color: #666; letter-spacing: -0.01em; line-height: 1.6; margin-bottom: 10px; }
#popup.professional .title .border{ position: relative; z-index: 10; }
#popup.professional .title .border::after{ content: ""; width: 100%; height: 1px; background: #000; position: absolute; top: 50%; right: 0; z-index: -1; transform: translateY(-50%); }
#popup.professional .title h5{ display: inline-block; background: #fff; font-size: 3.8rem; font-weight: 600; color: #000; letter-spacing: -0.01em; padding-right: 50px; }

#popup.professional .content{ max-height: 50vh; margin: 30px 0 50px; padding: 20px; padding-left: 0; }
#popup.professional .content dl dt{ font-size: 2rem; font-weight: 600; color: #222; margin-bottom: 20px; }
#popup.professional .content dl dd{ font-size: 1.7rem; font-weight: 400; color: #444; padding-left: 15px; position: relative; }
#popup.professional .content dl dd:not(:last-of-type){ margin-bottom: 10px; }
#popup.professional .content dl dd::before{ content: ""; width: 3px; height: 3px; background: #C9C9C9; border-radius: 50%; position: absolute; top: calc(1.3em / 2); left: 0; transform: translateY(-50%); }

@media screen and (max-width: 1700px){
	/* 팝업 - 주요운용인력 */
	#popup.professional .title h5{ font-size: 3rem; }
	#popup.professional .content dl dt{ font-size: 1.9rem; }
}

@media screen and (max-width: 1280px){
	/* 팝업 (공통) */
	#popup .inner{ padding: 40px; }
	#popup .inner .close img{ width: 20px; }

	/* 팝업 - 주요운용인력 */
	#popup.professional .title span{ font-size: 1.6rem; }
	#popup.professional .title h5{ font-size: 2.8rem; padding-right: 30px; }
	#popup.professional .content{ margin: 10px 0 20px; }
	#popup.professional .content dl dt{ font-size: 1.8rem; margin-bottom: 15px; }
	#popup.professional .content dl dd{ font-size: 1.6rem; }
	#popup.professional .inner::after{ height: 30px; }
}

@media screen and (max-width: 1200px){
	/* 팝업 (공통) */
	#popup .inner{ max-width: calc(100% - 140px); }
}

@media screen and (max-width: 900px){
	/* 팝업 (공통) */
	#popup .inner{ max-width: 90%; padding: 30px; }
	#popup .inner .close{ top: 5px; right: 10px; transform: translateX(0); }
	#popup .inner .close img{ width: 18px; filter: invert(1); }

	/* 팝업 - 주요운용인력 */
	#popup.professional .title span{ margin-bottom: 5px; }
	#popup.professional .title h5{ font-size: 2.5rem; padding-right: 20px; }
	#popup.professional .content dl dt{ font-size: 1.7rem; }
}

@media screen and (max-width: 800px){
	#popup.professional .inner::after{ height: 25px; }
}



/* animation */
@keyframes scale_x{
	0%{ transform: scaleX(1); }
	100%{ transform: scaleX(0); }
}

@keyframes scale_y{
	0%{ transform: scaleY(1); }
	100%{ transform: scaleY(0); }
}

@keyframes textClip{
	0%{ transform: translateY(100%); clip-path: polygon(0 0, 100% 0, 100% 0, 0 0); }
	100%{ transform: translateY(0); clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); }
}