.educational-box {display:flex;gap:60px;justify-content:space-between;}
.educational-box .box-img {width: 354px;}
.educational-box .box-img img {width:100%;max-height: 484px;object-fit:cover;border-radius:16px;}
.educational-box .box-txt {flex:1;}
.educational-box .box-txt .txt-quote{font-weight: 500;font-size: 32px;line-height: 160%;color:#003B84;margin: 0 0 20px 0;}
.educational-box .box-txt p {font-size: 20px;line-height: 160%;font-weight: 400;}
.educational-box .box-txt .t1{color:#767676;margin: 0 0 20px 0;}
.educational-box .box-txt .t2{font-weight: 500;color:#262626;}
.educational-box .box-txt .t3{color:#003B84;}
.educational-box .box-txt .t3 span:first-child {color:#0053CF;}
.educational-box .box-txt .t3 span:last-child {color:#767676;}


.box-creator {padding:50px 0 0 0;}
.box-creator .txt-slogan {font-weight: 500;font-size: 36px;line-height: 100%;text-align: center;color:#0074B5;margin: 0 0 60px 0;}
.box-creator .txt-slogan span {display:block;color:#003B84;}

.box-creator .txt-cate {font-family: Playfair Display SC;font-weight: 700;font-size: 36px;line-height: 80%;text-align: center;color:#0053CF;margin: 0 0 60px 0;}
.box-creator .txt-cate span{color:#ED1C24;}
.box-creator  .list-01 ul {display:flex;justify-content:center;margin: 0 0 65px 0;}
.box-creator  .list-01 li {width:231px;height:231px;border-radius:50%;display:flex;align-items:center;justify-content:center;text-align:center;}
.box-creator  .list-01 li + li {margin: 0 0 0 -40px;}
.box-creator  .list-01 li p {font-weight: 600;font-size: 20px;line-height: 100%;letter-spacing: -0.2px;text-align: center;text-transform: uppercase;color:#fff;}
.box-creator  .list-01 li:nth-child(1) {background:rgba(107, 189, 228, 0.9);}
.box-creator  .list-01 li:nth-child(2) {background:rgba(0, 108, 184, 0.8);}
.box-creator  .list-01 li:nth-child(3) {background:rgba(0, 72, 160, 0.9);}
.box-creator  .list-01 li:nth-child(4) {background:rgba(137, 137, 137, 0.8);}

.box-creator .list-note {}
.box-creator .list-note li {display:flex;gap:20px;justify-content:space-between;padding: 22px 60px;border-bottom: 1px solid rgba(0,0,0,0.2);}
.box-creator .list-note li p{position:relative;font-weight: 500;font-size: 24px;line-height: 140%;letter-spacing: -0.2px;}
.box-creator .list-note li p:first-child {width:350px;padding-left:32px;box-sizing: border-box;}
.box-creator .list-note li p:first-child:before {content:"";position:absolute;top: 10px;left:0;width: 12px;height: 12px;border: 2px solid #ED1C24;border-radius: 2px;box-sizing: border-box;}
.box-creator .list-note li > p:last-child {flex:1;color:#7A7A7A;}

.box-creator .list-note li:nth-child(1) p:first-child{color:#6BBDE4;} 
.box-creator .list-note li:nth-child(2) p:first-child{color:#006CB8;}
.box-creator .list-note li:nth-child(3) p:first-child{color:#0048A0;} 
.box-creator .list-note li:nth-child(4) p:first-child{color:#222222;}

.con-p span.type02 {display:block;font-weight: 400;font-size: 24px;line-height: 160%;color:#003B84;}
@media (max-width: 1024px) {
	.educational-box {gap: 30px;}
	.educational-box .box-txt .txt-quote {font-size: 28px;}
	.educational-box .box-txt p {font-size:16px;}
	.box-creator .list-01 li {width: 200px;height: 200px;}
	.box-creator .list-01 li p {font-size: 16px;}
	.box-creator .list-note li {padding: 20px;}
	.box-creator .list-01 li + li {margin: 0 0 0 -30px;}
	.box-creator .list-note li p:first-child {padding-left: 20px;width: 250px;}
	.box-creator .list-note li p:first-child:before {content: "";position: absolute;top: 6px;left: 0;width: 10px;height: 10px;}
	.box-creator .list-note li p {font-size: 16px;}
}
@media (max-width: 768px) {
	.educational-box {flex-direction: column;}
	.educational-box .box-img {width: 100%;}
	.box-creator .txt-slogan {font-size: 24px;margin: 0 0 30px 0;}
	.box-creator .txt-cate {font-size:24px;margin: 0 0 30px 0;}
	.box-creator .list-01 ul {flex-direction:column;align-items: center;margin: 0 0 35px 0;}
	.box-creator .list-01 li + li {margin: -30px 0 0 0;}
	.box-creator .list-note li {padding: 20px 0;flex-direction: column;}
}