.content-box { width: 100%; }
.vision-box { background: #021a3e url('/_res/unist/semi/img/content/vision_bg.jpg') no-repeat center / cover; border-radius: 40px; overflow: hidden; padding: 85px 20px; color: #fff; box-shadow: 0 15px 40px rgba(0, 0, 0, .15); }
.vb-sub { font-size: 24px; font-weight: 800; letter-spacing: 1px; margin-bottom: 20px !important; }
.vision-box .h4-tit01.vb-tit { font-size: 40px; font-weight: 800; background: linear-gradient(90deg, #10f1e8, #71ebd4); -webkit-background-clip: text; -webkit-text-fill-color: transparent; color: transparent; letter-spacing: -1.5px; position: relative; padding-bottom: 35px; margin-bottom: 0 !important; }
.vision-box .h4-tit01.vb-tit::after { content: ''; position: absolute; bottom: -20px; left: 50%; transform: translateX(-50%); width: 40px; height: 2px; background-color: rgba(255, 255, 255, .4); }
.vision-box .con-p { font-size: 19px; font-weight: 500; margin-top: 35px; color: #fff; }
.goal-box { padding-bottom: 80px; }
.goal-wrap { position: relative; display: flex; gap: 20px; margin-top: 70px; }
.goal-circle { position: absolute; top: 100px; left: 50%; transform: translate(-50%, -30%); background-color: #173699; width: 190px; height: 190px; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 10px 25px rgba(0, 0, 0, .2); z-index: 10; }
.gc-txt { color: #fff; font-size: 26px; font-weight: 800; line-height: 1.2; text-align: center; letter-spacing: .5px; }
.goal-col { flex: 1; border-radius: 40px; overflow: hidden; padding: 45px 30px 35px 30px; color: #fff; display: flex; flex-direction: column; background-size: cover; background-repeat: no-repeat; background-position: center bottom; }
.goal-left { background-image: url('/_res/unist/semi/img/content/vision_bg2.jpg'); background-color: #1852cf; }
.goal-right { background-image: url('/_res/unist/semi/img/content/vision_bg3.jpg'); background-color: #4d44c6; }
.goal-top { margin-bottom: 40px; }
.goal-left .goal-top { padding-right: 60px; }
.goal-right .goal-top { padding-left: 60px; }
.gt-tit { font-size: 28px; font-weight: 800; line-height: 1.35; position: relative; padding-bottom: 35px; margin-bottom: 0 !important; }
.gt-tit::after { content: ''; position: absolute; bottom: -10px; left: 50%; transform: translateX(-50%); width: 100%; max-width: 320px; height: 1px; background-color: rgba(255, 255, 255, .3); }
.goal-col .con-p { font-size: 17px; font-weight: 500; line-height: 1.4; margin-top: 25px; color: #fff; }
.goal-cards { display: flex; flex-direction: column; gap: 15px; flex: 1; }
.g-card { border-radius: 30px; overflow: hidden; display: flex; align-items: stretch; flex: 1; box-shadow: 0 8px 25px rgba(0, 0, 0, .12); }
.gc-icon-area { background-color: rgba(0, 15, 60, .7); display: flex; flex-direction: column; align-items: center; justify-content: center; width: 105px; flex-shrink: 0; padding: 20px 10px; }
.gc-icon-area .img-box { width: 45px; height: 45px; margin-bottom: 15px; padding-bottom: 15px; position: relative; }
.gc-icon-area .img-box::after { content: ''; position: absolute; bottom: -5px; left: 50%; transform: translateX(-50%); width: 40px; height: 1px; background-color: rgba(255, 255, 255, .3); }
.gc-label { font-size: 16px; font-weight: 700; text-align: center; line-height: 1.2; }
.gc-content { background-color: #152794; flex: 1; padding: 25px 20px; }
.gcc-tit { font-size: 20px; font-weight: 800; margin-bottom: 20px; position: relative; padding-bottom: 15px; }
.gcc-tit::after { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 1px; background-color: rgba(255, 255, 255, .1); }
.g-card .ul-type-dot > li { color: #fff !important; font-size: 14.5px; line-height: 1.5; padding-bottom: 8px; font-weight: 400; letter-spacing: -.5px; }
.g-card .ul-type-dot > li:before { background-color: #fff !important; top: 9px; }

@media screen and (max-width: 1024px) {
	.goal-wrap { flex-direction: column; gap: 40px; margin-top: 100px; }
	.goal-circle { top: -95px; transform: translateX(-50%); }
	.goal-left .goal-top, .goal-right .goal-top { padding: 0; margin-top: 50px; }
}
@media screen and (max-width: 768px) {
	.vision-box { padding: 60px 15px; }
	.vision-box .h4-tit01.vb-tit { font-size: 32px; }
	.vision-box .vb-desc { font-size: 16px; }
	.g-card { flex-direction: column; }
	.gc-icon-area { width: 100%; flex-direction: row; padding: 20px; border-bottom: 1px solid rgba(255, 255, 255, .1); }
	.gc-icon-area .img-box { width: 50px; height: 50px; margin-bottom: 0; padding-bottom: 0; }
	.gc-icon-area .img-box::after { display: none; }
	.gc-label br { display: none; }
	.gc-label::after { content: ' '; }
	.gc-content { padding: 30px 20px; }
	.goal-col { padding: 40px 20px 30px 20px; }
	.gt-tit { font-size: 24px; }
}