@charset "utf-8";

.cbc-hero {
	min-height: 660px;
	position: relative;
	color: #fff;
	background:
	radial-gradient(circle at 12% 70%, rgba(152,44,205,.22) 0%, rgba(152,44,205,0) 35%),
	radial-gradient(circle at 30% 34%, rgba(32,120,226,.17) 0%, rgba(32,120,226,0) 38%),
	linear-gradient(250deg, #020414 0%, #03051d 46%, #070a2b 72%, #100b3d 100%);	
	overflow: hidden;
}

.cbc-hero__inner {
	min-height: 610px;
	display: flex;
	align-items: center;
	position: relative;
}

.cbc-hero__copy {
	width: 46%;
	position: relative;
	z-index: 10;
}

.cbc-hero__visual {
	width: 650px;
	height: 610px;
	position: absolute;
	right: -10px;
	bottom: 0;
	z-index: 2;
	pointer-events: none;
}

.cbc-hero__visual img {
	position: absolute;
	max-width: none;
}

.cbc-hero__grid {
    width: 1600px;
    left: -410px;
    bottom: -540px;
    opacity: .7;
    transform: rotate(-4deg);
}

.cbc-hero__logo {
	z-index: 3;
}

.cbc-hero__logo--01 {
    width: 400px;
    left: -55px;
    bottom: -90px;
}

.cbc-hero__logo--02 {
	width: 340px;
    right: 120px;
    top: 140px;
}

.cbc-hero__object {
	z-index: 4;
}

.cbc-hero__object--01 {
    width: 140px;
    right: -10px;
    top: 220px;
}

.cbc-hero__object--02 {
	width: 90px;
	right: 155px;
	bottom: 75px;
}

.cbc-hero__object--03 {
    width: 72px;
    right: 265px;
    bottom: 175px;
}

.cbc-hero__object--04 {
    width: 48px;
    right: -40px;
    bottom: 52px;
}

.cbc-hero__object--05 {
    width: 44px;
    left: -60px;
    top: 188px;
}

.cbc-hero__object--06 {
    width: 28px;
    right: 205px;
    bottom: 525px;
	opacity: 0.7;
	transform: scale(0.8);
}

.cbc-hero__object--07 {
    width: 28px;
    right: 400px;
    bottom: 400px;
	opacity: 0.4;
	transform: scale(0.5);
}

.cbc-hero__object--08 {
    width: 28px;
    right: 700px;
    bottom: 500px;
	opacity: 0.5;
	transform: scale(0.5);
}

.cbc-hero__object--09 {
    width: 28px;
    right: 1000px;
    bottom: 350px;
	opacity: 0.5;
	transform: scale(0.7);
}

.cbc-hero__object--10 {
    width: 28px;
    right: 900px;
    bottom: 450px;
	opacity: 0.5;
	transform: scale(0.6);
}

/* .cbc-hero__object--11 {
    width: 28px;
    right: 500px;
    top: 100px;
	opacity: 0.5;
	transform: scale(0.5);
} */

.cbc-hero__eyebrow {
	margin-bottom: 8px;
	font-size: 28px;
	font-weight: 500;
	background: linear-gradient(90deg, #a87cff 0%, #61aef8 45%, #62e3d0 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	color: transparent;
}

.cbc-hero h1 {
	font-size: 68px;
	font-weight: 650;
	line-height: 1.05;
}

.cbc-hero h2 {
	margin-top: 32px;
	font-size: 25px;
	font-weight: 700;
}

.cbc-hero__desc {
	margin-top: 16px;
	font-size: 15px;
	line-height: 1.7;
	color: rgba(255,255,255,.82);
}

.cbc-hero__period {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-top: 26px;
}

.cbc-hero__period span {
	font-size: 14px;
	font-weight: 700;
	color: #8edcff;
}

.cbc-hero__period strong {
	font-size: 20px;
}

.cbc-hero__buttons {
	display: flex;
	gap: 12px;
	margin-top: 28px;
}

@media all and (max-width: 1280px) {
	.cbc-hero__object--01 {
        width: 140px;
        left: 450px;
        bottom: 40px;
        top: initial;
        transform: rotate(33deg);
	}
	.cbc-hero__object--02 {
        width: 80px;
        left: 135px;
        top: 100px;
	}
	.cbc-hero__object--03 { left: 305px; }
	.cbc-hero__logo--01 {
		width: 360px;
	}
	.cbc-hero__logo--02 { 
		width: 300px;
		left: 230px;
		right: initial;
    	top: 140px;
	}
}

@media(max-width:1024px) {
	.cbc-hero__visual {
		width: 560px;
		right: -120px;
		transform: scale(.85);
		transform-origin: right bottom;
	}
	.cbc-hero__logo--01 {
		left: -125px;
	}
	.cbc-hero__logo--02 {
		left: 150px;
	}
	.cbc-hero__object--01 {
		left: 340px;
	}
	.cbc-hero__object--03 {
		left: 245px;
		bottom: 175px;
	}
}

@media(max-width:768px) {
	.cbc-hero,
	.cbc-hero__inner {
		min-height: 720px;
	}

	.cbc-hero__inner {
		align-items: flex-start;
		padding-top: 60px;
	}

	.cbc-hero__copy {
		width: 100%;
	}

	.cbc-hero__visual {
		width: 600px;
		height: 500px;
		right: -250px;
		bottom: -30px;
		opacity: .5;
		transform: scale(.8);
	}

	.cbc-hero__grid {
		opacity: .1;
	}
	.cbc-hero__logo--02 {
		width: 330px;
        left: 150px;
		top: 50px;
	}
	.cbc-hero__object--01 {
		width: 200px;
        left: 340px;
        bottom: 550px;
	}
	.cbc-hero__object--02 {
		top: -210px;
	}
	.cbc-hero__object--03 {
		bottom: 505px;
	}
	.cbc-hero__object--05 {
		left: -320px;
    	top: 318px;
	}
}

@media all and (max-width: 650px) {
	.cbc-hero__logo--01 {
		width: 450px;
		left: -235px;
	}    
	.cbc-hero__logo--02 {
        width: 300px;
        left: 80px;
        top: 30px;
    }
	.cbc-hero__object--01 {
        width: 180px;
        left: 220px;
	}
	.cbc-hero__object--02 {
		width: 50px;
        left: 65px;	
		top: -330px;
	}
	.cbc-hero__object--03 {
		left: 155px;
	}
}

.cbc-button {
	min-width: 170px;
	padding: 16px 20px;
	border-radius: 2px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 16px;
	font-weight: 600;
}

.cbc-button--blue {
	background: #147ef5;
}

.cbc-button--purple {
	background: linear-gradient(135deg, #6456e9, #be46d3);
}

.cbc-hero__visual {
	position: absolute;
	width: 58%;
	right: -40px;
	bottom: 0;
}

/* .cbc-summary {
	margin-top: 0;
	position: relative;
	z-index: 5;
}

.cbc-summary__box {
	padding: 30px 20px 25px;
	background: #fff;
	border-radius: 2px;
	box-shadow: 0 15px 45px rgba(32,63,136,.13);
	display: grid;
	grid-template-columns: repeat(5,1fr);
}

.cbc-summary__item {
	padding: 0 25px;
	border-right: 1px solid #e4e8f2;
	text-align: center;
}

.cbc-summary__item:last-child {
	border-right: 0;
}

.cbc-summary__item i {
	display: block;
	margin-bottom: 12px;
	font-size: 34px;
	color: #2b66eb;
}

.cbc-summary__item strong {
	display: block;
	font-size: 17px;
}

.cbc-summary__item p {
	margin-top: 9px;
	font-size: 13px;
	line-height: 1.6;
	color: #66708d;
} */

.cbc-session {
	padding: 150px 0;
}

.cbc-session__grid {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 40px;
}

.cbc-session-card {
	background: #fff;
	border: 1px solid #e0e6f4;
	border-radius: 3px;
	box-shadow: 0 12px 35px rgba(36,67,132,.1);
	overflow: hidden;

	display: flex;
	flex-direction: column;
    justify-content: space-between;
}

.cbc-session-card__head {
	min-height: 120px;
	padding: 28px 28px 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #fff;

	position: relative;
}

.cbc-session-card--01 .cbc-session-card__head {
	background: linear-gradient(135deg, #185eda, #237ef8);
}

.cbc-session-card--02 .cbc-session-card__head {
	background: linear-gradient(135deg, #754bc8, #d34dc6);
}

.cbc-session-card__head span {
	font-size: 14px;
	font-weight: 700;
}

.cbc-session-card__head h3 {
    margin-top: 0;
    font-size: 28px;
    font-weight: 650;
}

.cbc-session-card__head img {
    width: 180px;
    height: 250px;
    object-fit: contain;
    position: absolute;
    right: 20px;
    top: -20px;
}

.cbc-session-card__list {
	padding: 24px 28px 18px;
}

.cbc-session-card__list li {
	position: relative;
	padding-left: 16px;
	margin-bottom: 9px;
	font-size: 16px;
	line-height: 1.4;
}

.cbc-session-card__list li::before {
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	left: 0;
	top: 7px;
	border-radius: 50%;
	background: #366ee7;
}

.cbc-session-card--02 .cbc-session-card__list li::before {
	background: #b64ac2;
}

.cbc-session-card__total {
	margin: 0 28px;
	padding: 15px 18px;
	border-radius: 8px;
	background: #f5f7fd;
}

.cbc-session-card--01 .cbc-session-card__total {
	color: #245fd5;
}

.cbc-session-card--02 .cbc-session-card__total {
	color: #a641b5;
}

.cbc-session-card__total strong { font-size: 18px; }

.cbc-session-card__awards {
	margin: 14px 28px 20px;
	display: grid;
	grid-template-columns: repeat(4,1fr);
}

.cbc-session-card__awards div {
	padding: 7px 10px;
	border-right: 1px solid #e4e7ef;
}

.cbc-session-card__awards div:last-child {
	border-right: 0;
}

.cbc-session-card__awards span,
.cbc-session-card__awards strong {
	display: block;
	font-size: 13px;
}

.cbc-session-card__awards strong {
	margin-top: 2px;
	font-size: 16px;
}

.cbc-session-card__link {
	height: 55px;
	margin: 0 28px 28px;
	border: 1px solid #3a72e8;
	border-radius: 2px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	font-size: 16px;
	font-weight: 600;
	color: #2a60cf;
}

.cbc-session-card--02 .cbc-session-card__link {
	border-color: #b953c5;
	color: #a73ab5;
}

.cbc-schedule {
	padding: 0 0 50px;
}

.cbc-schedule__list--wrap {
	display: flex;
	flex-direction: column;
}

.cbc-schedule__list--wrap .cbc-schedule__notice {
	font-size: 14px;
	color: #13215a;
	padding: 10px 3px;
    text-align: right;
	font-weight: 400;
}

.cbc-schedule__list {
	padding: 22px 18px;
	background: #fff;
	border-radius: 2px;
	box-shadow: 0 10px 35px rgba(30,62,126,.08);
	display: grid;
	grid-template-columns: repeat(6,1fr);
}

.cbc-schedule__item {
	padding: 0 12px;
	position: relative;
	text-align: center;
}

.cbc-schedule__item:not(:last-child)::after {
	content: "›";
	position: absolute;
	right: -4px;
	top: 44px;
	font-size: 30px;
	color: #6c91df;
}

.cbc-schedule__item > span {
	display: block;
    font-size: 12px;
    font-weight: 500;
	color: #246ae7;

	display: none;
}

.cbc-schedule__item i {
	width: 54px;
	height: 54px;
	margin: 0 auto 10px;
	border-radius: 50%;
	background: #f7faff;
	box-shadow: 0 7px 22px rgba(49,100,213,.12);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 23px;
	color: #306ee8;
}

.cbc-schedule__item strong {
	min-height: 42px;
	display: block;
	font-size: 16px;
	line-height: 1.4;
}

.cbc-schedule__item p {
	font-size: 14px;
	line-height: 1.5;
	color: #6e7690;
}

.cbc-quick {
	margin-top: -42px;
	position: relative;
	z-index: 5;
}

.cbc-quick__box {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	background: #fff;
	border-radius: 3px;
	box-shadow: 0 14px 40px rgba(20,40,100,.12);
	overflow: hidden;
}

.cbc-quick__item {
	min-height: 130px;
	padding: 28px 34px;
	position: relative;
	border-right: 1.5px solid #e6eaf2;
}

.cbc-quick__item:last-child {
	border-right: 0;
}

.cbc-quick__item span {
	display: block;
	margin-bottom: 6px;
	font-size: 11px;
	font-weight: 700;
	color: #5370b8;
}

.cbc-quick__item strong {
	display: block;
	font-size: 28px;
	font-weight: 650;
	color: #17265b;
}

.cbc-quick__item p {
	margin-top: 7px;
	font-size: 15px;
	color: #727c96;
}

.cbc-quick__item i {
	position: absolute;
	right: 30px;
	top: 50%;
	font-size: 24px;
	color: #3f72e6;
	transform: translateY(-50%);
}

@media all and (max-width: 1200px) {
	/* 나에게 맞는 세션을 확인해보세요 */
	.cbc-session__grid { gap: 20px; }
	.cbc-session-card__head img { width: 150px; }
}

@media all and (max-width: 1024px) {
	.cbc-session-card__head img {
        width: 120px;
        right: 10px;
        top: -40px;
    }
}

@media all and (max-width: 937px) {
	.cbc-session-card__head img {
		height: 150px;
		top: -20px;
		width: 80px;
	}
}

@media all and (max-width: 768px) {
	.cbc-session-card__head img {
		top: 20px;
        width: 150px;
        right: 20px;
	}
	.cbc-quick__box {
		grid-template-columns: 1fr;
	}

	.cbc-quick__item {
		border-right: 0;
		border-bottom: 1px solid #e6eaf2;
	}

	.cbc-quick__item:last-child {
		border-bottom: 0;
	}
}

@media all and (max-width: 650px) {
	.cbc-session-card__head img {
		top: 10px;
        width: 120px;
	}
}

@media all and (max-width: 578px) {
	.cbc-button {
		min-width: initial;
		width: 100%;
		padding: 13px;
	}
	.cbc-quick__item {
		padding: 28px 34px;
	}
	.cbc-quick__item span { margin-bottom: 0; }
	.cbc-quick__item strong { font-size: 24px; }
	.cbc-session-card__total strong { font-size: 16px; }
}

@media all and (max-width: 420px) {
	.cbc-session-card__head img { 
		right: 10px;
		width: 70px;
		height: 80px;
		top: 40px;
	}
}


.cbc-info {
	padding: 0 0 100px;
}

.cbc-info__grid {
	display: grid;
	grid-template-columns: 1.15fr .85fr;
	gap: 40px;
}

.cbc-award,
.cbc-support {
	padding: 28px;
	background: #fff;
	border-radius: 3px;
	box-shadow: 0 10px 35px rgba(30,62,126,.08);
}

.cbc-info__title h2 {
	font-size: 28px;
	font-weight: 700;
}

.cbc-award__grid {
	margin-top: 12px;
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 24px;
}

.cbc-badge {
	display: inline-block;
	padding: 2px 10px;
	border-radius: 20px;
	font-size: 11px;
	font-weight: 700;
	color: #fff;
}

.cbc-badge--blue {
	background: #3276eb;
}

.cbc-badge--purple {
	background: #b34cc1;
}

.cbc-award__grid > div > strong {
	display: block;
	margin: 12px 0;
	font-size: 15px;
	color: #356ad6;
}

.cbc-award__grid > div:last-child > strong {
	color: #ae48ba;
}

.cbc-award li {
	padding: 8px 0;
	border-bottom: 1px solid #edf0f6;
	display: grid;
	grid-template-columns: 65px 90px 1fr;
	gap: 7px;
	font-size: 15px;
}

.cbc-award li em {
	font-style: normal;
	color: #68728a;
}

.cbc-support__grid {
	margin-top: 20px;
	display: grid;
	grid-template-columns: repeat(3,1fr);
}

.cbc-support__grid div {
	min-height: 100px;
	border-right: 1px solid #edf0f6;
	border-bottom: 1px solid #edf0f6;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 10px;
	text-align: center;
}

.cbc-support__grid div:nth-child(3n) {
	border-right: 0;
}

.cbc-support__grid div:nth-child(n+4) {
	border-bottom: 0;
}

.cbc-support__grid i {
	font-size: 27px;
	color: #3472e6;
}

.cbc-support__grid strong {
    font-size: 15px;
    font-weight: 600;
}

.cbc-before {
	padding: 0 0 100px;
}

.cbc-before__head span {
	font-size: 11px;
	font-weight: 800;
	color: #3274e9;
}

.cbc-before__head h2 {
    margin-top: 5px;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.3;
    color: #14265c;
}

.cbc-before__content {
	margin-top: 0;
	display: flex;
	align-items: flex-end;
	position: relative;

	justify-content: space-between;
	margin-top: 32px;
	margin-bottom: 32px;

}

.cbc-before__list {
	width: calc(100% - 180px);
	display: grid;
	grid-template-columns: repeat(5,1fr);
	gap: 15px;
}

.cbc-before__list div {
	min-height: 120px;
	padding: 13px 18px 15px 18px;
	background: #fff;
	border-radius: 3px;
	box-shadow: 0 8px 25px rgba(30,62,126,.07);
}

.cbc-before__list b {
	display: block;
	font-size: 18px;
	color: #2872ed;
}

.cbc-before__list strong {
	display: block;
	margin-top: 16px;
    font-size: 18px;
	line-height: 1.4;
}

.cbc-before__list p {
	margin-top: 7px;
	font-size: 14px;
	line-height: 1.4;
	color: #6b748d;
}

.cbc-before__content img {
    width: 240px;
    margin-left: 18px;
    position: absolute;
    right: -60px;
}

.cbc-cta {
	/* background: linear-gradient(110deg, #145be5, #3735b3 54%, #c640bd); */
    background: linear-gradient(110deg, #145be5, #3735b3 54%, #100510);
	color: #fff;
}

.cbc-cta__inner {
	min-height: 170px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.cbc-cta__eyebrow {
	display:block;
	margin-bottom:4px;
	font-size:11px;
	font-weight:700;
	color:#7db7ff;
}

.cbc-cta__copy h2 {
	font-size: 24px;
	font-weight: 650;
}
/* .cbc-cta p {
    margin-top: 0;
    font-size: 20px;
    font-weight: 500;
} */
.cbc-cta__copy p {
	margin-top:6px;
	display:flex;
	align-items:center;
	gap:8px;
	font-size:17px;
	font-weight:700;
	color:#fff;
}

.cbc-cta__copy p::before {
	content:"";
	width:24px;
	height:2px;
	background:#7db7ff;
}

.cbc-cta__buttons {
	display: flex;
	gap: 15px;
}

.cbc-cta__buttons a {
	min-width: 220px;
	height: 50px;
	padding: 0 20px;
	border-radius: 2px;
	background: #147df4;
	display: flex;
	align-items: center;
	justify-content: space-between;
    font-size: 16px;
    font-weight: 600;
}

.cbc-cta__buttons a:last-child {
	background: #bd47cb;
	background: linear-gradient(135deg, #6456e9, #be46d3);
}

@media all and (max-width: 1580px) {
	/* 신청 전 확인하세요 */
	.cbc-before__list { width: calc(100% - 220px); }
	.cbc-before__content img { width: 220px; right: -20px; }
}

@media all and (max-width: 1280px) {
	/* 참가팀 지원 프로그램 */
	.cbc-support__grid { margin-top: 30px; }
	.cbc-support__grid div {
		min-height: 120px;
	}

	/* 신청 전 확인하세요 */
	.cbc-before__content img {
        width: 210px;
        right: 20px;
        bottom: 10px;
	}
}

@media all and (max-width: 1200px) {
	/* 시상규모 & 참가팀 지원 프로그램 */
	.cbc-info__grid { gap: 20px; }

	/* 참가팀 지원 프로그램 */
	.cbc-support__grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.cbc-support__grid div:nth-child(2n) { border-right: 0;	}
	.cbc-support__grid div:nth-child(3) { border-right: 1px solid #edf0f6; }
	.cbc-support__grid div:nth-child(4) { border-bottom: 1px solid #edf0f6; }
	.cbc-support__grid div:nth-child(5),
	.cbc-support__grid div:nth-child(6) { border-bottom: 0; }
}

@media all and (max-width: 1080px) {
	/* 시상규모 & 참가팀 지원 프로그램 */
	.cbc-info__title h2 { font-size: 24px; }
}

@media(max-width:1024px) {
	.cbc-hero__copy {
		width: 58%;
	}

	.cbc-hero h1 {
		font-size: 54px;
	}

	.cbc-session-card__awards {
		grid-template-columns: repeat(2,1fr);
	}

	.cbc-session-card__awards div:nth-child(2) {
		border-right: 0;
	}

	.cbc-schedule__list {
		grid-template-columns: repeat(3,1fr);
		gap: 28px 0;
	}

	/* .cbc-schedule__item:nth-child(3)::after,
	.cbc-schedule__item:last-child::after {
		display: none;
	} */

	.cbc-info__grid {
		grid-template-columns: 1fr;
	}

	.cbc-before__list {
		grid-template-columns: repeat(3,1fr);
	}
	.cbc-before__list .last-- { grid-column: 2/-1 }

	/* 참가팀 지원 프로그램 */
	.cbc-support__grid {
		grid-template-columns: repeat(3, 1fr);
	}
	.cbc-support__grid div:nth-child(2) { border-right: 1px solid #edf0f6; }
	.cbc-support__grid div:nth-child(3) { border-right: 0; }
	.cbc-support__grid div:nth-child(4) { border-bottom: 0; border-right: 1px solid #edf0f6; }
}

@media(max-width:768px) {
	.cbc-hero,
	.cbc-hero__inner {
		min-height: 720px;
	}

	.cbc-hero__inner {
		align-items: flex-start;
		padding-top: 60px;
	}

	.cbc-hero__copy {
		width: 100%;
	}

	.cbc-hero__eyebrow {
		font-size: 20px;
	}

	.cbc-hero h1 {
		font-size: 46px;
	}

	.cbc-hero h2 {
		margin-top: 20px;
		font-size: 21px;
	}

	.cbc-hero__visual {
		width: 90%;
		right: -20%;
		opacity: .5;
	}

	/* .cbc-summary {
		margin-top: -30px;
	}

	.cbc-summary__box {
		padding: 12px;
		grid-template-columns: repeat(2,1fr);
	}

	.cbc-summary__item {
		padding: 22px 10px;
		border-right: 0;
		border-bottom: 1px solid #e5e8f0;
	} */

	.cbc-session {
		padding: 100px 0;
	}

	.cbc-session__grid {
		grid-template-columns: 1fr;
	}

	.cbc-schedule__list {
		grid-template-columns: repeat(2,1fr);
	}

	/* .cbc-schedule__item:nth-child(2n)::after {
		display: none;
	} */

	.cbc-award__grid {
		grid-template-columns: 1fr;
	}

	.cbc-support__grid {
		grid-template-columns: repeat(2,1fr);
	}

	.cbc-support__grid div:nth-child(3n) {
		border-right: 1px solid #edf0f6;
	}

	.cbc-support__grid div:nth-child(2n) {
		border-right: 0;
	}

	.cbc-before__list {
		grid-template-columns: repeat(2,1fr);
		width: calc(100% - 160px);
	}

	.cbc-before__content img {
		/* display: none; */

		width: 170px;
        right: 0px;
        bottom: 20px;
	}
	.cbc-before__list .last-- {
        grid-column: 1 / -1;
    }

	.cbc-cta__inner {
		padding: 30px 0;
		flex-direction: column;
		align-items: flex-start;
		gap: 22px;
	}
	.cbc-before {
		padding: 0 0 60px;
	}
}

@media all and (max-width: 678px) {
	.cbc-before__content img {
        width: 70px;
        right: 10px;
        bottom: initial;
        top: -100px;
	}	
	.cbc-before__list { 
		width: 100%;
		grid-template-columns: initial;
	}
	.cbc-before__list strong { margin-top: 6px; }
}

@media all and (max-width: 578px) {
	.cbc-before__head h2 {
		font-size: 28px;
	}
}

@media(max-width:480px) {
	.cbc-hero h1 {
		font-size: 38px;
	}

	.cbc-hero__buttons {
		flex-direction: column;
		align-items: flex-start;
	}

	/* .cbc-summary__box, */
	.cbc-schedule__list,
	.cbc-before__list {
		grid-template-columns: 1fr;
	}

	/* .cbc-schedule__item::after {
		display: none;
	} */

	.cbc-session-card__head {
		padding: 22px;
	}

	.cbc-session-card__head h3 {
		font-size: 21px;
	}

	.cbc-session-card__head img {
		width: 90px;
	}

	.cbc-session-card__awards {
		grid-template-columns: 1fr;
	}

	.cbc-session-card__awards div {
		border-right: 0;
		border-bottom: 1px solid #e7eaf2;
	}

	.cbc-support__grid {
		grid-template-columns: 1fr;
	}

	.cbc-support__grid div {
		border-right: 0 !important;
	}

	.cbc-cta__buttons {
		width: 100%;
		flex-direction: column;
	}

	.cbc-cta__buttons a {
		width: 100%;
	}
}

@media all and (max-width: 450px) {
	.cbc-award {
		padding: 22px 20px;
	}
	.cbc-award li {
		grid-template-columns: 45px 80px 1fr;
	}
}