﻿@import url('sub.css'); 


/* ==================================================
	project (프로젝트)
================================================== */
#project { display: flex; flex-direction: column; gap: 120px; width: 100%; }
#project .diff { display: flex; flex-direction: column; gap: 40px;}
#project .diff .tit_wrap { display: flex; flex-direction: column; gap: 12px; text-align: center; width: 100%; }
#project .diff .tit_wrap .fs60 { font-family: var(--eng); font-weight: 700; line-height: 1.167; letter-spacing: 0; color: var(--black); }
#project .diff .tit_wrap .fs60 span { color: var(--main); line-height: inherit; letter-spacing: inherit; }
#project .diff .tit_wrap .fs20 { color: var(--basic); font-weight: 400; }
#project .diff > ul { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; position: relative; width: 100%; }
#project .diff > ul::after { content: ''; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 452px; height: 452px; background: url('/manage/img/diff_logo.png') no-repeat center / contain; z-index: 2; pointer-events: none; }
#project .diff > ul > li { display: flex; align-items: flex-start; gap: 40px; border: 1px solid var(--border); background: var(--white); box-sizing: border-box; padding: 55px 50px; min-height: 256px; }
#project .diff > ul > li:has(> img:first-child) { padding-right: 100px; }
#project .diff > ul > li:has(> img:last-child) { padding-left: 100px; }
#project .diff > ul > li img { width: 80px; height: auto; flex-shrink: 0; display: block; }
#project .diff > ul > li .txt { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 12px; }
#project .diff > ul > li .fs24 { color: var(--black); }
#project .diff > ul > li .txt ul { display: flex; flex-direction: column; gap: 8px; }

#project .strategy{position:relative; left:50%; width:max(100%, 320px); margin-left:calc(max(100%, 320px) / -2); padding:160px 0; box-sizing:border-box; background:var(--bk000) url('/manage/img/strategy_bg.jpg') no-repeat center / cover; overflow:hidden; display:flex; flex-direction:column; align-items:center; gap:40px;}
#project .strategy .tit_wrap{position:relative; z-index:1; display:flex; flex-direction:column; gap:12px; text-align:center; width:90%; max-width:1530px; box-sizing:border-box;}
#project .strategy .tit_wrap .fs44{color:var(--white);}
#project .strategy .tit_wrap .fs44 span{color:var(--main); line-height:inherit; letter-spacing:inherit;}
#project .strategy .tit_wrap .fs20{color:var(--white); font-weight:400;}
#project .strategy .list{position:relative; z-index:1; display:flex; flex-direction:column; gap:10px; width:90%; max-width:1530px; box-sizing:border-box;}
#project .strategy .list .bar { position: absolute; left: 50%; top: 0; bottom: 0; transform: translateX(-50%); width: 8px; background: rgba(255, 255, 255, 0.08); border-radius: 50px; z-index: 0; pointer-events: none; }
#project .strategy .list .bar i { position: absolute; left: 0; top: 0; width: 100%; height: 0; background: linear-gradient(to bottom, rgba(212, 169, 25, 0), var(--main)); border-radius: 50px; display: block; }
#project .strategy .list .bar span { position: absolute; left: 50%; top: 0; transform: translate(-50%, -5%); width: 54px; height: 54px; border-radius: 50%; background: var(--main); display: flex; align-items: center; justify-content: center; z-index: 2; }
#project .strategy .list .bar span::before { content: '\e5c5'; font-family: var(--icon); color: var(--white); font-size: 32px; font-weight: 400; line-height: 1; }
#project .strategy .list .bar span::after {content:''; width:calc(100% + 36px); aspect-ratio: 1 / 1; border-bottom:1px solid var(--main); border-radius: 100%; position:absolute; left:50%; top:50%; transform:translate(-50%, -50%);}
#project .strategy .list .tit { display: grid; grid-template-columns: 1fr 230px 1fr; gap: 30px; align-items: stretch; position: relative; z-index: 1; }
#project .strategy .list .tit .lbox,
#project .strategy .list .tit .rbox { display: flex; align-items: center; justify-content: center; padding: 22px 30px; border-radius: 10px; box-sizing: border-box; }
#project .strategy .list .tit .fs24 { color: var(--white); text-align: center; width: 100%; }
#project .strategy .list .tit .lbox { background: rgba(255, 255, 255, 0.2); }
#project .strategy .list .tit .rbox { background: rgba(212, 169, 25, 0.55); }
#project .strategy .list ul { display: flex; flex-direction: column; gap: 10px; position: relative; z-index: 1; }
#project .strategy .list ul li { display: grid; grid-template-columns: 1fr 230px 1fr; gap: 30px; align-items: stretch; }
#project .strategy .list ul li .lbox,
#project .strategy .list ul li .rbox { display: flex; flex-direction: column; gap: 5px; align-items: center; justify-content: center; padding: 30px; border-radius: 10px; box-sizing: border-box; text-align: center; }
#project .strategy .list ul li .lbox { border: 1px solid rgba(255, 255, 255, 0.3); }
#project .strategy .list ul li .rbox { background: rgba(255, 255, 255, 0.12); }
#project .strategy .list ul li .lbox .fs20,
#project .strategy .list ul li .rbox .fs20 { color: var(--white); font-weight: 500; }
#project .strategy .list ul li .lbox .fs18,
#project .strategy .list ul li .rbox .fs18 { color: var(--basicW); }
#project .strategy .list ul li .step { display: flex; align-items: center; justify-content: center; width: 100%; padding: 15px 30px; box-sizing: border-box; border-radius: 50px; background: var(--main); color: var(--white); font-weight: 700; text-align: center; align-self: center; }
#project .strategy .list .sum { display: grid; grid-template-columns: 1fr 230px 1fr; gap: 30px; align-items: stretch; position: relative; z-index: 1; }
#project .strategy .list .sum .lbox,
#project .strategy .list .sum .rbox { display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 27px; border-radius: 10px; box-sizing: border-box; text-align: center; font-weight: 700; }
#project .strategy .list .sum .lbox { border: 3px solid var(--white); color: var(--white); }
#project .strategy .list .sum .rbox { border: 3px solid var(--main); color: var(--main); }
#project .strategy > .fs30 { position: relative; z-index: 1; color: var(--white); font-weight: 700; text-align: center; margin-top: 30px; line-height: 1.4; }
#project .strategy > .fs30 span { color: var(--main); line-height: inherit; letter-spacing: inherit; }

#project .global { display: flex; align-items: center; justify-content: center; gap: 0; }
#project .global figure { width: 45%; flex-shrink: 0; display: block; aspect-ratio: 1 / 1; overflow: hidden;  max-width:684px;}
#project .global figure img { width: 100%; height: 100%; object-fit: contain; display: block; }
#project .global .tit_wrap { flex: 1; min-width: 0; display: flex; flex-direction: column; padding-left: 100px; box-sizing: border-box; }
#project .global .tit_wrap .fs44 { color: var(--black); }
#project .global .tit_wrap .fs20 { color: var(--black); font-weight: 400; margin:30px 0 10px;}
#project .global .tit_wrap .fs18 { color: var(--basic); }


/* ==================================================
	ipo (공모주)
================================================== */
#ipo { display: flex; flex-direction: column; gap: 120px; width: 100%; }
#ipo .intro { display: flex; flex-direction: column; gap: 40px; width: 100%; }
#ipo .intro .tit_wrap { display: flex; flex-direction: column; gap: 12px; text-align: center; width: 100%; }
#ipo .intro .tit_wrap .fs44 { color: var(--black); }
#ipo .intro .tit_wrap .fs20 { color: var(--black); font-weight: 400; }
#ipo .intro .tit_wrap .fs18 { color: var(--basic); }
#ipo .intro > ul { display: flex; align-items: center; justify-content: center; position: relative; width: 100%; padding: 0 5%; box-sizing: border-box; }
#ipo .intro > ul::before { content: ''; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 100%; height: 14vw; max-height: 213px; min-height: 70px; background: url('/manage/img/ipo_arrow.png') no-repeat center / 100% 100%; z-index: 0; pointer-events: none; }
#ipo .intro > ul > li { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 1.2vw; flex: none; width: 22%; max-width: 320px; aspect-ratio: 1 / 1; height: auto; margin-right: -2.5%; padding: 2.5vw; box-sizing: border-box; overflow: hidden; border-radius: 50%; border: 1px solid var(--border); background: rgba(255, 255, 255, 0.85); backdrop-filter: blur(25px); -webkit-backdrop-filter: blur(25px); }
#ipo .intro > ul > li:last-child { margin-right: 0; }
#ipo .intro > ul > li img { width: 4.5vw; max-width: 68px; min-width: 32px; height: auto; display: block; flex-shrink: 0; }
#ipo .intro > ul > li .fs18 { color: var(--black); text-align: center; font-size: clamp(11px, 1.15vw, 18px); line-height: 1.5; }

#ipo .proc { display: flex; flex-direction: column; gap: 40px; width: 100%; }
#ipo .proc .tit_wrap { display: flex; flex-direction: column; gap: 30px; text-align: center; width: 100%; }
#ipo .proc .tit_wrap .fs44 { color: var(--black); }
#ipo .proc .tit_wrap .fs20 { color: var(--black); font-weight: 400; }
#ipo .proc .box { position: relative; display: flex; flex-direction: column; align-items: center; gap: 20px; width: 100%; padding-bottom: 53px; box-sizing: border-box; }
#ipo .proc .box::before,
#ipo .proc .box::after { content: ''; position: absolute; left: 50%; width: 85%; max-width: 1270px; height: 45px; background: url('/manage/img/ipo_border_t.png') no-repeat center / 100% auto; z-index: 0; pointer-events: none; }
#ipo .proc .box::before { top: 33px; transform: translateX(-50%); }
#ipo .proc .box::after { bottom: 0; transform: translateX(-50%) scaleY(-1); }
#ipo .proc .box > .fs30 { position: relative; z-index: 2; display: inline-flex; align-items: center; justify-content: center; padding: 12px 80px; border-radius: 50px; background: var(--main); color: var(--white); font-weight: 700; white-space: nowrap; }
#ipo .proc .box > ul { display: flex; gap: 30px; width: 100%; align-items: stretch; position: relative; z-index: 1; }
#ipo .proc .box > ul > li { flex: 1; min-width: 0; display: flex; flex-direction: column; align-items: center; gap: 30px; padding: 50px 30px; box-sizing: border-box; background: var(--grayBg); position: relative; }
#ipo .proc .box > ul > li::after { content: ''; position: absolute; right: -11px; top: 50%; transform: translateY(-50%); width: 22px; height: 15px; background: url('/manage/img/ipo_proc_arrow.png') no-repeat center / contain; z-index: 2; }
#ipo .proc .box > ul > li:last-child::after { display: none; }
#ipo .proc .box > ul > li img { width: 78px; height: auto; display: block; }
#ipo .proc .box > ul > li .fs20 { color: var(--black); font-weight: 700; text-align: center; width: 100%; }
#ipo .proc .box > ul > li > ul { display: flex; flex-direction: column; gap: 8px; width: 100%; margin-top: -18px; }

#ipo .fund { display: flex; flex-direction: column; gap: 40px; width: 100%; }
#ipo .fund .tit_wrap { text-align: center; width: 100%; }
#ipo .fund .tit_wrap .fs44 { color: var(--black); }
#ipo .fund > ul { display: flex; flex-direction: column; gap: 10px; width: 100%; }
#ipo .fund > ul > li { display: flex; gap: 52px; border: 1px solid var(--border); background: var(--white); overflow: hidden; box-sizing:border-box; }
#ipo .fund > ul > li figure { position: relative; width: 40.5%; flex-shrink: 0; aspect-ratio: 620 / 360; overflow: hidden; background: var(--bk000); display: flex; align-items: center; justify-content: center; }
#ipo .fund > ul > li figure img { position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; display: block; }
#ipo .fund > ul > li figure .fs44 { position: relative; z-index: 1; color: var(--white); font-family: var(--eng); font-weight: 700; letter-spacing: 0.88px; }
#ipo .fund > ul > li .txt { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 20px; padding-right: 50px; box-sizing: border-box; justify-content:center;}
#ipo .fund > ul > li .txt .fs24 { color: var(--black); }
#ipo .fund > ul > li .txt ul { display: flex; flex-direction: column; gap: 8px; }


/* ==================================================
	fund (펀드)
================================================== */
.track .tit_wrap {text-align:center; margin:80px 0 40px;}
#fund_wrap { display: flex; flex-direction: column; gap: 40px; width: 100%; }
#fund > .tit_wrap { display: flex; flex-direction: column; gap: 12px; text-align: center; width: 100%; }
#fund > .tit_wrap .fs44 { color: var(--black); font-size: 1.888888888888889rem; line-height: 1.353; }
#fund > .tit_wrap .fs20 { color: var(--black); font-weight: 400; }
#fund .tab { display: flex; align-items: stretch; justify-content: center; gap: 2px; width: 100%; padding: 20px 0 40px; box-sizing: border-box; }
#fund .tab li { flex: 0 1 374px; max-width: 374px; }
#fund .tab li a { display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; padding: 22px 20px; box-sizing: border-box; background: var(--grayBg); color: rgba(17, 17, 17, 0.45); font-size: 1.11111111111111rem; font-weight: 400; line-height: 1.6; letter-spacing: -4%; text-align: center; }
#fund .tab li.on a { background: var(--main); color: var(--white); font-weight: 700; }
#fund > .list { display: flex; flex-direction: column; gap: 40px; width: 100%; }
#fund > .list .tit_wrap { display: flex; flex-direction: column; gap: 12px; text-align: center; width: 100%; }
#fund > .list .tit_wrap .fs44 { color: var(--black); font-family: var(--eng); font-size: 1.888888888888889rem; line-height: 1.353; letter-spacing: 0; }
#fund > .list .tit_wrap .fs20 { color: var(--basic); font-weight: 400; }
#fund .list .box { position: relative; display: flex; flex-direction: column; align-items: center; gap: 20px; width: 100%; padding-bottom: 53px; box-sizing: border-box; }
#fund .list .box::before,
#fund .list .box::after { content: ''; position: absolute; left: 50%; width: 100%; max-width: 1270px; height: 45px; background: url('/manage/img/ipo_border_t.png') no-repeat center / 100% auto; z-index: 0; pointer-events: none; }
#fund .list .box::before { top: 33px; transform: translateX(-50%); }
#fund .list .box::after { bottom: 0; transform: translateX(-50%) scaleY(-1); }
#fund .list .box > .fs30 { position: relative; z-index: 2; display: inline-flex; align-items: center; justify-content: center; padding: 12px 80px; border-radius: 50px; background: var(--main); color: var(--white); font-weight: 700; white-space: nowrap; }
#fund .list .box > ul { display: flex; flex-direction: column; gap: 30px; width: 100%; position: relative; z-index: 1; max-width: 1270px;}
#fund .list .box > ul > li { display: flex; align-items: flex-start; gap: 45px; width: 100%; padding: 50px; box-sizing: border-box; background: var(--grayBg); }
#fund .list .box > ul > li img { width: 78px; height: auto; flex-shrink: 0; display: block; }
#fund .list .box > ul > li .txt { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 12px; }
#fund .list .box > ul > li .txt .fs24 { color: var(--black); }
#fund .list .box > ul > li .txt ul { display: flex; flex-direction: column; gap: 8px; width: 100%; }

#fund .proc { display: flex; flex-direction: column; gap: 40px; width: 100%; }
#fund .proc .tit_wrap { display: flex; flex-direction: column; gap: 12px; text-align: center; width: 100%; }
#fund .proc .tit_wrap .fs44 { color: var(--black); }
#fund .proc .tit_wrap .fs20 { color: var(--black); font-weight: 400; }
#fund .proc .tit_wrap .fs20 + .fs20 { color: var(--basic); }
#fund .proc .box { position: relative; display: flex; flex-direction: column; align-items: center; gap: 20px; width: 100%; padding-bottom: 53px; box-sizing: border-box; }
#fund .proc .box::before,
#fund .proc .box::after { content: ''; position: absolute; left: 50%; width: 85%; max-width: 1270px; height: 45px; background: url('/manage/img/ipo_border_t.png') no-repeat center / 100% auto; z-index: 0; pointer-events: none; }
#fund .proc .box::before { top: 33px; transform: translateX(-50%); }
#fund .proc .box::after { bottom: 0; transform: translateX(-50%) scaleY(-1); }
#fund .proc .box > .fs30 { position: relative; z-index: 2; display: inline-flex; align-items: center; justify-content: center; padding: 12px 80px; border-radius: 50px; background: var(--main); color: var(--white); font-weight: 700; white-space: nowrap; }
#fund .proc .box > ul { display: flex; gap: 30px; width: 100%; align-items: stretch; position: relative; z-index: 1; }
#fund .proc .box > ul > li { flex: 1; min-width: 0; display: flex; flex-direction: column; align-items: center; gap: 30px; padding: 50px 30px; box-sizing: border-box; background: var(--grayBg); position: relative; }
/* #fund .proc .box > ul > li::after { content: ''; position: absolute; right: -11px; top: 50%; transform: translateY(-50%); width: 22px; height: 15px; background: url('/manage/img/ipo_proc_arrow.png') no-repeat center / contain; z-index: 2; } */
#fund .proc .box > ul > li.end::after { display: none; }
#fund .proc .box > ul > li img { width: 78px; height: auto; display: block; }
#fund .proc .box > ul > li .fs20 { color: var(--black); font-weight: 700; text-align: center; width: 100%; }
#fund .proc .box > ul > li > ul { display: flex; flex-direction: column; gap: 8px; width: 100%; margin-top: -18px; }

#fund .funds { display: flex; flex-direction: column; gap: 40px; width: 100%; margin-top: 80px; }
#fund .funds .tit_wrap { text-align: center; width: 100%; }
#fund .funds .tit_wrap .fs44 { color: var(--black); font-size: 1.888888888888889rem; line-height: 1.353; }
#fund .funds > ul { display: flex; flex-direction: column; gap: 40px; width: 100%; border-top: 2px solid var(--main); padding-top: 40px; box-sizing: border-box; }
#fund .funds > ul > li { display: flex; gap: 30px; align-items: flex-start; width: 100%; padding-bottom: 40px; border-bottom: 1px solid var(--border); box-sizing: border-box; }
#fund .funds > ul > li.end { padding-bottom: 0; border-bottom: none; }
#fund .funds > ul > li .tit { width: 360px; flex-shrink: 0; display: flex; flex-direction: column; gap: 2px; }
#fund .funds > ul > li .tit .fs20 { color: var(--main); font-family: var(--eng); font-weight: 700; letter-spacing: 0; }
#fund .funds > ul > li .tit .fs30 { color: var(--black); font-weight: 700; }
#fund .funds > ul > li > ul { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 8px; padding-right: 50px; box-sizing: border-box; }

#fund .track { display: flex; flex-direction: column; gap: 40px; width: 100%; margin-top: 80px; }
#fund .track .tit_wrap { text-align: center; width: 100%; }
#fund .track .tit_wrap .fs44 { color: var(--black); font-family: var(--eng); font-size: 1.888888888888889rem; line-height: 1.353; letter-spacing: 0; }


/* ==================================================
	advisory (자문)
================================================== */
#advisory { display: flex; flex-direction: column; gap: 40px; width: 100%; }
#advisory .tit_wrap { display: flex; flex-direction: column; gap: 12px; text-align: center; width: 100%; }
#advisory .tit_wrap .fs44 { color: var(--black); font-size: 1.888888888888889rem; line-height: 1.353; }
#advisory .tit_wrap .fs20 { color: var(--black); font-weight: 400; }
#advisory .box { position: relative; display: flex; flex-direction: column; align-items: center; gap: 20px; width: 100%; padding-bottom: 53px; box-sizing: border-box; }
#advisory .box::before,
#advisory .box::after { content: ''; position: absolute; left: 50%; width: 100%; max-width: 1270px; height: 45px; background: url('/manage/img/ipo_border_t.png') no-repeat center / 100% auto; z-index: 0; pointer-events: none; }
#advisory .box::before { top: 33px; transform: translateX(-50%); }
#advisory .box::after { bottom: 0; transform: translateX(-50%) scaleY(-1); }
#advisory .box > .fs30 { position: relative; z-index: 2; display: inline-flex; align-items: center; justify-content: center; padding: 12px 80px; border-radius: 50px; background: var(--main); color: var(--white); font-weight: 700; white-space: nowrap; }
#advisory .box > ul { display: flex; flex-direction: column; gap: 30px; width: 100%; position: relative; z-index: 1; max-width: 1270px;}
#advisory .box > ul > li { display: flex; align-items: flex-start; gap: 45px; width: 100%; padding: 50px; box-sizing: border-box; background: var(--grayBg); }
#advisory .box > ul > li img { width: 78px; height: auto; flex-shrink: 0; display: block; }
#advisory .box > ul > li .txt { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 12px; }
#advisory .box > ul > li .txt .fs24 { color: var(--black); }
#advisory .box > ul > li .txt ul { display: flex; flex-direction: column; gap: 8px; width: 100%; }
#advisory .box > ul > li .txt .dots span { color: var(--main); font-weight: 700; }
#advisory .box > ul > li .txt .fs16 { color: rgba(17, 17, 17, 0.45); }
#advisory .box > ul > li .txt .fs16 span { color: var(--main); }


/*******************************************************************************
	@media ~1500px
*******************************************************************************/
@media all and (max-width:1700px) { 

#project .diff > ul > li br {display:none;}

}
/*******************************************************************************
	@media ~1300px
*******************************************************************************/
@media all and (max-width:1300px) { 
	/* project */
	#project { gap: 100px; }
	#project .diff > ul { gap: 40px; }
	#project .diff > ul > li { padding: 40px 30px; gap: 25px; }
	#project .diff > ul > li:has(> img:last-child) { padding-left: 50px; }
	#project .diff > ul > li:has(> img:first-child) { padding-right: 50px; }
	#project .diff > ul::after { width: 350px; height: 350px; }
	#project .strategy { padding: 120px 0; }
	#project .strategy .list .tit,
	#project .strategy .list ul li,
	#project .strategy .list .sum { grid-template-columns: 1fr 180px 1fr; gap: 20px; }
	#project .global .tit_wrap { padding-left: 50px; }

	/* ipo */
	#ipo { gap: 100px; }
	#ipo .intro > ul { padding: 0 4%; }
	#ipo .intro > ul > li { width: 23%; }
	#ipo .proc .box::before,
	#ipo .proc .box::after { width: 90%; }
	#ipo .proc .box::before { top: 28px; }
	#ipo .proc .box > .fs30 { padding: 12px 40px; }
	#ipo .proc .box > ul { gap: 16px; }
	#ipo .proc .box > ul > li { padding: 40px 16px; gap: 20px; }
	#ipo .proc .box > ul > li::after { right: -14px; }
	#ipo .fund > ul > li { gap: 30px; }
	#ipo .fund > ul > li figure { width: 38%; }
	#ipo .fund > ul > li .txt { padding:25px 30px 25px 0; }

	/* fund */
/* 	#fund .list .box::before,
	#fund .list .box::after,
	#fund .proc .box::before,
	#fund .proc .box::after { width: 90%; } */
	#fund .list .box::before,
	#fund .proc .box::before { top: 28px; }
	#fund .list .box > .fs30,
	#fund .proc .box > .fs30 { padding: 12px 40px; }
	#fund .list .box > ul > li { padding: 40px 30px; gap: 30px; }
	#fund .proc .box > ul { gap: 16px; }
	#fund .proc .box > ul > li { padding: 40px 16px; gap: 20px; }
	#fund .proc .box > ul > li::after { right: -14px; }
	#fund .funds > ul > li .tit { width: 280px; }
	#fund .funds > ul > li > ul { padding-right: 20px; }

	/* advisory */
/* 	#advisory .box::before,
	#advisory .box::after { width: 90%; } */
	#advisory .box::before { top: 28px; }
	#advisory .box > .fs30 { padding: 12px 40px; }
	#advisory .box > ul > li { padding: 40px 30px; gap: 30px; }

}
/*******************************************************************************
	@media 769~980px
*******************************************************************************/
@media all and (max-width:980px) { 
	/* project */
	#project { gap: 80px; }
	#project .diff > ul { grid-template-columns: 1fr; gap: 20px; }
	#project .diff > ul::after { display: none; }
	#project .diff > ul > li { padding: 40px 30px; min-height: 0; }
	#project .diff > ul > li:has(> img:first-child),
	#project .diff > ul > li:has(> img:last-child) { padding-left: 30px; padding-right: 30px; }
	#project .diff > ul > li .txt { order: -1; }
	#project .diff > ul > li img { width: 60px; }
	#project .strategy { padding: 80px 0; gap: 30px; }
	#project .strategy .tit_wrap .fs44 { font-size: 1.8rem; line-height: 1.35; word-break: keep-all; }
	#project .strategy .tit_wrap .fs20 { font-size: 1rem; word-break: keep-all; }
	#project .strategy .list .bar { display: none; }
	#project .strategy .list .tit { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 4px; }
	#project .strategy .list .tit > i { display: none; }
	#project .strategy .list .tit .lbox, #project .strategy .list .tit .rbox {padding:15px;}
	#project .strategy .list ul { gap: 20px; }
	#project .strategy .list ul li { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; /* background: rgba(255, 255, 255, 0.04); border-radius: 16px; border: 1px solid rgba(255, 255, 255, 0.3);  */overflow: hidden; /* padding: 16px;  */box-sizing: border-box; }
	#project .strategy .list ul li .step { grid-column: 1 / -1; order: 1; width: 100%; border-radius: 50px; padding: 10px 16px; font-size: 1.05rem; justify-content: center; background: var(--main); box-sizing: border-box; margin-bottom: 4px; }
	#project .strategy .list ul li .lbox { order: 2; padding: 16px; border-radius: 10px; /* text-align: left;  */align-items: center; /* background: rgba(255, 255, 255, 0.05); border: 1px solid rgba(255, 255, 255, 0.15); */ height: 100%; box-sizing: border-box; }
	#project .strategy .list ul li .rbox { order: 3; padding: 16px; border-radius: 10px; /* text-align: left; */ align-items: center; /* background: rgba(212, 169, 25, 0.1); border: 1px solid rgba(212, 169, 25, 0.25);  */height: 100%; box-sizing: border-box; }
/* 	#project .strategy .list ul li .lbox::before { content: '기업 선별능력'; display: block; font-size: 0.95rem; color: rgba(255, 255, 255, 0.6); margin-bottom: 6px; font-weight: 600; letter-spacing: -4%; }
	#project .strategy .list ul li .rbox::before { content: '기업 사후관리'; display: block; font-size: 0.95rem; color: var(--main);  font-weight: 600; letter-spacing: -4%; } */
	#project .strategy .list ul li .lbox .fs20,
	#project .strategy .list ul li .rbox .fs20 { font-size: 1rem; margin-bottom: 4px; word-break: keep-all; }
	#project .strategy .list ul li .lbox .fs18,
	#project .strategy .list ul li .rbox .fs18 { font-size: 0.88rem; line-height: 1.45; word-break: keep-all; }
	#project .strategy .list .sum { display: flex; gap: 12px; margin-top: 30px; padding-top: 30px; border-top: 1px dashed rgba(255, 255, 255, 0.25); position: relative; }
	#project .strategy .list .sum br { display: none; }
	#project .strategy .list .sum > i { display: none; }
	#project .strategy .list .sum .lbox,
	#project .strategy .list .sum .rbox { padding: 18px 14px; text-align: center; /* border-width: 1.5px; border-radius: 12px; font-size: 0.95rem; line-height: 1.45; */ word-break: keep-all; flex: 1; }
/* 	#project .strategy .list .sum .lbox { background: rgba(255, 255, 255, 0.08); border-color: rgba(255, 255, 255, 0.4); }
	#project .strategy .list .sum .rbox { background: rgba(212, 169, 25, 0.15); border-color: var(--main); color: var(--white); } */
/* 	#project .strategy .list .sum .lbox::before { content: '기업 선별능력'; display: block; font-size: 0.95rem; color: rgba(255, 255, 255, 0.7); margin-bottom: 4px; font-weight: 700; letter-spacing: -4%; }
	#project .strategy .list .sum .rbox::before { content: '기업 사후관리'; display: block; font-size: 0.95rem; color: var(--main); margin-bottom: 4px; font-weight: 700; letter-spacing: -4%; } */
	#project .strategy > .fs30 { margin-top: 10px; width: 90%; }
	#project .strategy > .fs30 br { display: none; }
	#project .global { flex-direction: column; gap: 30px; }
	#project .global figure { width: 70%; max-width: 400px; }
	#project .global .tit_wrap { padding-left: 0; text-align: center; align-items: center; }
	#project .global .tit_wrap .fs44 { font-size: 1.8rem; }

	/* ipo */
	#ipo { gap: 80px; }
	#ipo .intro .tit_wrap br {display:none;}
	#ipo .intro .tit_wrap .fs44 { font-size: 1.8rem; line-height: 1.35; }
	#ipo .intro > ul { padding: 0 6%; }
	#ipo .intro > ul > li { width: 24%; margin-right: -3%; padding: 2vw; }
	#ipo .proc .tit_wrap .fs44 { font-size: 1.8rem; }
	#ipo .proc .tit_wrap .fs20 br { display: none; }
	#ipo .proc .box::before,
	#ipo .proc .box::after { display: none; }
	#ipo .proc .box > .fs30 { padding: 10px 35px; white-space: normal; text-align: center; }
	#ipo .proc .box > ul { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
	#ipo .proc .box > ul > li { padding: 30px 20px; gap: 16px; align-items: flex-start; }
	#ipo .proc .box > ul > li:nth-child(2n)::after { display: none; }
	#ipo .proc .box > ul > li:last-child { grid-column: 1 / -1; }
	#ipo .proc .box > ul > li img {width: 50px;}
	#ipo .proc .box > ul > li .fs20 { text-align: left; }
	#ipo .proc .box > ul > li > ul { margin-top: 0; }
	#ipo .fund .tit_wrap .fs44 { font-size: 1.8rem; }
	#ipo .fund > ul > li { flex-direction: column; gap: 0; }
	#ipo .fund > ul > li figure { width: 100%; aspect-ratio: 16 / 9; }
	#ipo .fund > ul > li .txt { padding: 25px 20px; }

	/* fund */
	#fund_wrap { gap: 30px; }
	#fund > .tit_wrap .fs44 { font-size: 1.8rem; line-height: 1.35; }
	#fund .tab { padding: 10px 0 30px; }
	#fund .tab li { flex: 1; max-width: none; }
	#fund .tab li a { padding: 16px 12px; font-size: 1rem; }
	#fund > .list { gap: 30px; }
	#fund > .list .tit_wrap .fs44 { font-size: 1.8rem; line-height: 1.35; }
	#fund .list .box::before,
	#fund .list .box::after,
	#fund .proc .box::before,
	#fund .proc .box::after { display: none; }
	#fund .list .box,
	#fund .proc .box { padding-bottom: 0; gap: 16px; }
	#fund .list .box > .fs30,
	#fund .proc .box > .fs30 { padding: 10px 35px; white-space: normal; text-align: center; }
	#fund .list .box > ul { gap: 12px; }
	#fund .list .box > ul > li { padding: 30px 20px; gap: 20px; }
	#fund .list .box > ul > li img { width: 60px; }
	#fund .proc { gap: 30px; }
	#fund .proc .tit_wrap .fs44 { font-size: 1.8rem; }
	#fund .proc .box > ul { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
	#fund .proc .box > ul > li { padding: 30px 20px; gap: 16px; align-items: flex-start; }
	#fund .proc .box > ul > li:nth-child(2n)::after { display: none; }
	#fund .proc .box > ul > li.end { grid-column: 1 / -1; }
	#fund .proc .box > ul > li img { width: 50px; }
	#fund .proc .box > ul > li .fs20 { text-align: left; }
	#fund .proc .box > ul > li > ul { margin-top: 0; }
	#fund .funds { margin-top: 50px; gap: 30px; }
	#fund .funds .tit_wrap .fs44 { font-size: 1.8rem; }
	#fund .funds > ul { gap: 30px; padding-top: 30px; }
	#fund .funds > ul > li { flex-direction: column; gap: 16px; padding-bottom: 30px; }
	#fund .funds > ul > li .tit { width: 100%; }
	#fund .funds > ul > li > ul { padding-right: 0; }
	#fund .track { margin-top: 50px; gap: 30px; }
	#fund .track .tit_wrap .fs44 { font-size: 1.8rem; }

	/* advisory */
	#advisory { gap: 30px; }
	#advisory .tit_wrap .fs44 { font-size: 1.8rem; line-height: 1.35; }
	#advisory .box::before,
	#advisory .box::after { display: none; }
	#advisory .box { padding-bottom: 0; gap: 16px; }
	#advisory .box > .fs30 { padding: 10px 35px; white-space: normal; text-align: center; }
	#advisory .box > ul { gap: 12px; }
	#advisory .box > ul > li { padding: 30px 20px; gap: 20px; }
	#advisory .box > ul > li img { width: 60px; }

}
/*******************************************************************************
	@media 481~680px
*******************************************************************************/
@media all and (max-width:680px) { 
	/* project */
	#project { gap: 60px; }
	#project .diff { gap: 25px; }
	#project .diff > ul { gap: 5px; }
	#project .diff > ul > li { padding: 25px 20px 45px !important; padding-right: 60px !important; gap: 0; position: relative; }
	#project .diff > ul > li img { width: 45px; position: absolute; bottom: 15px; right: 15px; }
	#project .diff > ul > li .txt { gap: 8px; }
	#project .diff > ul > li .txt ul { gap: 4px; }
	/* 680px 이하 추가 대응 */
	#project .strategy { padding: 60px 0; gap: 24px; }
	#project .strategy .list ul { gap: 14px; }
	#project .strategy .list ul li { grid-template-columns: 1fr 1fr; gap: 8px; /* padding: 12px;  */}
	#project .strategy .list ul li .step { padding: 8px 12px; font-size: 0.95rem; }
	#project .strategy .list ul li .lbox,
	#project .strategy .list ul li .rbox { padding: 12px; }
	#project .strategy .list ul li .lbox .fs20,
	#project .strategy .list ul li .rbox .fs20 { font-size: 0.95rem; }
	#project .strategy .list ul li .lbox .fs18,
	#project .strategy .list ul li .rbox .fs18 { font-size: 0.82rem; }
	#project .strategy .list .sum { margin-top: 10px; padding-top: 20px; gap: 8px; }
	#project .strategy .list .sum .lbox,
	#project .strategy .list .sum .rbox { padding: 12px 8px; font-size: 0.88rem; }
	#project .global figure { width: 85%; }
	#project .global .tit_wrap .fs20 {margin:15px 0 6px;}
	#project .global .tit_wrap .fs18 br { display: none; }

	/* ipo */
	#ipo { gap: 80px; }
	#ipo .intro { gap: 25px; }
	#ipo .intro .tit_wrap .fs44 { font-size: 1.444rem; }
	#ipo .intro .tit_wrap .fs20 { font-size: 1rem; }
	#ipo .intro > ul { flex-direction: column; align-items: stretch; gap: 12px; padding: 0; }
	#ipo .intro > ul::before { left: 46px; top: 55%; width: 480px; height: 48px; min-height: 0; max-height: none; transform: translate(-50%, -50%) rotate(90deg); background-size: 100% 100%; }
	#ipo .intro > ul > li { flex: none; width: 100%; max-width: none; aspect-ratio: auto; height: auto; overflow: visible; border-radius: 10px; flex-direction: row; gap: 16px; padding: 25px; margin-right: 0; justify-content: flex-start; text-align: left; }
	#ipo .intro > ul > li img { width: 40px; min-width: 0; max-width: none; flex-shrink: 0; }
	#ipo .intro > ul > li .fs18 { text-align: left; font-size:1rem;}
	#ipo .intro > ul > li .fs18 br { display: none; }
	#ipo .proc .tit_wrap { gap: 15px; }
	#ipo .proc .box > .fs30 { padding: 8px 16px; width: 90%; box-sizing: border-box; }
	#ipo .proc .box > ul { grid-template-columns: 1fr; }
	#ipo .proc .box > ul > li { padding: 20px 16px; gap:10px;}
	#ipo .proc .box > ul > li::after,
	#ipo .proc .box > ul > li:nth-child(2n)::after { display: block; right: auto; left: 50%; top: auto; bottom: -9px; transform: translateX(-50%) rotate(90deg); }
	#ipo .proc .box > ul > li:last-child::after { display: none; }
	#ipo .proc .box > ul > li img { width: 45px; }
	#ipo .proc .box > ul > li > ul { margin-top: 0; }
	#ipo .fund > ul > li .txt { padding: 20px 16px; gap: 12px; }

	#ipo .fund {gap: 20px;}
	#ipo .proc .box { padding-bottom: 0; }
	#ipo .proc { gap: 20px; }
	#ipo .proc .box > ul > li > ul { gap: 4px; }

	/* fund */
	#fund_wrap { gap: 25px; }
	.track .tit_wrap {text-align:center; margin:40px 0 25px;}
	#fund > .tit_wrap .fs44 { font-size: 1.444rem; }
	#fund > .tit_wrap .fs20 { font-size: 1rem; }
	#fund .tab { padding: 0 0 20px; gap: 2px; }
	#fund .tab li a { padding: 14px 10px; font-size: 0.889rem; }
	#fund > .list { gap: 25px; }
	#fund > .list .tit_wrap .fs44 { font-size: 1.444rem; }
	#fund > .list .tit_wrap .fs20 { font-size: 1rem; }
	#fund .list .box > .fs30,
	#fund .proc .box > .fs30 { padding: 8px 16px; width: 90%; box-sizing: border-box; }
	#fund .list .box > ul { gap: 10px; }
	#fund .list .box > ul > li { flex-direction: column; padding: 20px 16px; gap: 16px; }
	#fund .list .box > ul > li img { width: 50px; }
	#fund .list .box > ul > li .txt { gap: 8px; }
	#fund .list .box > ul > li .txt ul { gap: 4px; }
	#fund .proc { gap: 20px; }
	#fund .proc .tit_wrap { gap: 10px; }
	#fund .proc .tit_wrap .fs44 { font-size: 1.444rem; }
	#fund .proc .box > ul { grid-template-columns: 1fr; }
	#fund .proc .box > ul > li { padding: 20px 16px; gap: 10px; }
	#fund .proc .box > ul > li::after,
	#fund .proc .box > ul > li:nth-child(2n)::after { display: block; right: auto; left: 50%; top: auto; bottom: -9px; transform: translateX(-50%) rotate(90deg); }
	#fund .proc .box > ul > li.end::after { display: none; }
	#fund .proc .box > ul > li img { width: 45px; }
	#fund .proc .box > ul > li > ul { margin-top: 0; gap: 4px; }
	#fund .funds { margin-top: 35px; gap: 25px; }
	#fund .funds .tit_wrap .fs44 { font-size: 1.444rem; }
	#fund .funds > ul { gap: 25px; padding-top: 25px; }
	#fund .funds > ul > li { gap: 12px; padding-bottom: 25px; }
	#fund .funds > ul > li .tit .fs30 { font-size: 1.333rem; }
	#fund .track { margin-top: 35px; gap: 25px; }
	#fund .track .tit_wrap .fs44 { font-size: 1.444rem; }

	/* advisory */
	#advisory { gap: 25px; }
	#advisory .tit_wrap .fs44 { font-size: 1.444rem; }
	#advisory .tit_wrap .fs20 { font-size: 1rem; }
	#advisory .box > .fs30 { padding: 8px 16px; width: 90%; box-sizing: border-box; }
	#advisory .box > ul { gap: 10px; }
	#advisory .box > ul > li { flex-direction: column; padding: 20px 16px; gap: 16px; }
	#advisory .box > ul > li img { width: 50px; }
	#advisory .box > ul > li .txt { gap: 8px; }
	#advisory .box > ul > li .txt ul { gap: 4px; }

}
