.ca-box {display: flex;gap: 20px;}
.list-img{display: grid;grid-template-columns: repeat(3, 1fr);gap: 5px;grid-template-rows: repeat(2, 1fr);}
.list-img .item img {width: 100%;height: 100%;object-fit: cover;}
.list-img .item.wide{grid-area: 2 / 2 / 3 / 4;}
.ul-type-ca li{line-height:1.4em;font-size:19px;color:#2b3368;position: relative;padding: 0 0 5px 25px;font-weight: 500;}
.ul-type-ca li:before {content: "";position: absolute;top: 5px;left: 0;background: url(/_res/unist/freshman/img/content/bul_star3.png)no-repeat center center;width: 15px;height: 16px;}

/* wrapper */
.ca-intro-swiper {width: 100%;height: 100%;overflow: hidden;}

/* swiper core */
.ca-intro-swiper .swiper-wrapper {
	height: 100%;
}

.ca-intro-swiper .swiper-slide {
	width: 100%;
	height: 100%;
}


@media (max-width: 768px) {
	.ca-box {flex-direction: column;}
	.ca-box .right {text-align: center;}
	.ca-box .right img {width: 100%;height: 100%;object-fit: cover;}
	.list-img{grid-template-columns:repeat(2, 1fr);grid-template-rows:auto}
	.list-img .item.wide{grid-area:auto}
	.list-img .item:last-child{grid-column:1 / -1}

	.ul-type-ca li {font-size: 16px;}
	.ul-type-ca li:before {width: 10px;height: 11px;background-size: contain;}
}