.tree-wrap { padding: 80px; background-color: #f9fafb; border-radius: 5px; }
.tree { position: relative; }
.tree .top { position: relative; display: flex; justify-content: center; align-items: center; width: 274px; margin: 0 0 50px 360px; }
.tree .top:after { content: ''; position: absolute; top: 100%; left: 50%; width: 0; height: 50px; border-right: 1px dashed #aaa; }
.tree .top a { flex: 1; padding: 20px 0; background-color: #011a7a; border-radius: 5px; font-weight: 700; font-size: 22px; text-align: center; line-height: 26px; letter-spacing: -.02em; color: #fff; }
.tree .top-2 a { background-color: #07b0c3; }
.tree .line { position: relative; width: 249px; height: 90px; margin: 0 0 50px 370px; border-bottom: 1px dashed #aaa; border-left: 1px dashed #aaa; }
.tree .line:before { content: ''; position: absolute; top: 0; left: 0; width: 525px; height: 0; border-bottom: 1px dashed #aaa; }
.tree .line:after { content: ''; position: absolute; top: 100%; right: 100%; width: 100%; height: 0; border-bottom: 1px dashed #aaa; }
.tree .bot .left { display: flex; gap: 9px; }
.tree .bot .right { position: absolute; bottom: 0; right: 0; }
.tree .bot .txt { position: relative; width: 240px; }
.tree .bot .txt:before { content: ''; position: absolute; bottom: 100%; left: 50%; width: 1px; height: 50px; border-right: 1px dashed #aaa; }
.tree .bot .txt > p { display: flex; justify-content: center; align-items: center; margin: 0 0 4px; }
.tree .bot .txt > p a { flex: 1; padding: 12px 0; background-color: #07b0c3; border-radius: 5px; font-weight: 700; font-size: 16px; text-align: center; line-height: 19px; letter-spacing: -.02em; color: #fff; }
.tree .bot .txt > ul { min-height: 122px; border: 1px solid #07b0c3; padding: 20px; background: #fff; border-radius: 5px; }
.tree .bot .txt > ul.ul-type-dot li { padding-bottom: 12px; }
.tree .bot .txt > ul.ul-type-dot li:last-child{padding-bottom: 0;}
.tree .bot .txt > ul.ul-type-dot li:before { background: #07b0c3; }
.tree .bot .txt-2 > p a { background-color: #011a7a; }
.tree .bot .txt-2 > ul { border-color: #011a7a; }
.tree .bot .txt-2 > ul.ul-type-dot li:before { background-color: #011a7a; }
.tree .bot .circle { display: flex; justify-content: center; align-items: center; position: relative; width: 180px; margin: 0 auto 50px; }
.tree .bot .circle a { flex: 1; padding: 76px 0; background-color: #fff; border: 1px solid #011a7a; border-radius: 50%; font-weight: 700; font-size: 22px; text-align: center; line-height: 26px; letter-spacing: -.02em; color: #011a7a; }
@media ( max-width: 1412px ) {
	.tree-wrap { padding: 30px; }
	.tree .top { margin: 0 0 50px 173px; }
	.tree .line { width: 210px; margin: 0 0 50px 310px; }
	.tree .bot .txt { width: 200px; }
	.tree .bot .txt > ul { padding: 15px; }
}
@media ( max-width: 1200px ) {
	.tree .line:before { width: 615px; }
}
@media ( max-width: 1024px ) {
	.tree-wrap { padding: 0; background-color: transparent; border-radius: 0; }
	.tree .top { width: 100%; margin: 0 0 15px; }
	.tree .top:after { height: 15px; }
	.tree .line { width: calc(50% + 5px); height: 0; margin: 0 auto 15px; border-left: 0; }
	.tree .line:before, .tree .line:after { display: none; }
	.tree .bot { display: flex; gap: 15px; }
	.tree .bot .left { flex-direction: column; gap: 15px; width: 50%; }
	.tree .bot .right { position: initial; width: 50%; }
	.tree .bot .txt { width: 100%; }
	.tree .bot .txt:before { height: 15px; }
	.tree .bot .txt > ul { min-height: none; }
	.tree .bot .txt > ul li { align-items: flex-start; }
	.tree .bot .txt > ul li:before { transform: translatey(7px); }
	.tree .bot .circle { width: 140px; margin: 0 auto 15px; }
	.tree .bot .circle:before { content: ''; position: absolute; bottom: 100%; left: 50%; width: 1px; height: 15px; border-left: 1px dashed #aaa; }
	.tree .bot .circle a { padding: 56px 0; }
}