.ct_02{padding-top: 130px;}
.ct_02:first-of-type{padding-top: 0;}
.ct_02 .subject{font-size: 24px; letter-spacing: -.04em; line-height: 1.5em; color:#333;}
.ct_02 ul{margin-top: 20px; margin-bottom: 0;}
.ct_02 ul li{font-size: 16px; letter-spacing: -.04em; line-height: 1.6em; color:#666; margin-bottom: 30px;}
.ct_02 ul li:last-of-type{margin-bottom: 0;}
.ct_02 ul li .text .point{font-weight: 500; color:#273478}
.ct_02 ul li .subtext{font-size: 14px; line-height: 1.6em; letter-spacing: -.04em; color:#87a1b6; margin-top: 5px;}

.ct_02 .flexbox{display: flex; justify-content: space-between; position: relative;}
.ct_02 .flexbox .imgwrap{width:50%;}
.ct_02 .flexbox .imgwrap img{border-radius: 20px;}
.ct_02 .flexbox .segment{width:50%;padding-left: 50px;}
.ct_02 .flexbox .segment .title{margin-bottom: 30px;}
.ct_02 .flexbox .segment .subject:nth-of-type(3){margin-top: 50px}
.ct_02 .flexbox .segment ul li{margin-bottom: 5px;}

.ct_02 .artwrap{display: flex; justify-content: space-between; margin-top: 25px; width:102%; margin-left:-1%;}
.ct_02 .artwrap .article{width:29.33%; margin:0 1%; background:#f2f2f2; border-radius: 20px; padding: 50px 40px;}
.ct_02 .artwrap .article h5{font-size: 16px; letter-spacing: -.04em; line-height: 1.5em; color:#859fb5;}
.ct_02 .artwrap .article ul li{font-size: 14px;}

@media screen and (max-width:1199px) {
	.ct_02 .subject{font-size: 22px;}
	.ct_02 ul li{font-size: 15px;}
	
	.ct_02 .artwrap .article{width:31.33%; padding: 40px 30px;}
}

@media screen and (max-width:1000px) {
	.ct_02 .artwrap{display:block; width:100%; margin-left:0;}
	.ct_02 .artwrap .article{width:100%; margin:0; margin-top: 40px;}
	.ct_02 .artwrap .article:first-of-type{margin-top: 0;}
}

@media screen and (max-width: 780px){
	.ct_02{padding-top: 80px;}
	
	.ct_02 .subject{font-size: 20px;}
	.ct_02 ul li{font-size: 14px;}
	.ct_02 ul li .subtext{font-size: 13px;}
	
	.ct_02 .flexbox{display: block;}
	.ct_02 .flexbox .imgwrap{width:45%; position: absolute; right: 0;}
	.ct_02 .flexbox .segment{width:100%;padding-left:0;}
	
	.ct_02 .artwrap .article h5{font-size: 15px;}
}

@media screen and (max-width: 620px){
	.ct_02 .subject{font-size: 18px;}
	.ct_02 ul li{font-size: 13px;}
	.ct_02 ul li .subtext{font-size: 12px;}
	
	.ct_02 .flexbox{display: block;}
	.ct_02 .flexbox .imgwrap{width:45%; position: absolute; right: 0;}
	.ct_02 .flexbox .segment{width:100%;padding-left:0;}
	
	.ct_02 .artwrap .article{padding: 35px 25px;}
	.ct_02 .artwrap .article h5{font-size: 14px;}
	.ct_02 .artwrap .article ul li{font-size: 13px;}
}

@media screen and (max-width: 520px){
	.ct_02 .subject{font-size: 16px;}
	
	.ct_02 .flexbox .imgwrap{width:100%; position: static;}
	.ct_02 .flexbox .segment{margin-top: 50px;}
}

@media screen and (max-width: 420px){
	
}