@charset "utf-8";

/* 페이지 애니매이션 */
.sd_style02 > ul > li,
.pageset>h3,
.pageset>h4,
.pageset>div,
.pageset>p,
.pageset>ul>li,
.pageset>.greetings>div>p,
.pageset>.course_box>ul>li,
.pageset .right_data_box>ul>li,
.pageset .right_data_box>ol,
.pageset .right_data_box>div,
.pageset .right_data_box>h4,
.pageset .right_data_box>p,
.pageset .outline2>div>h3,
.pageset .outline2>div>ul>li,
.banner_list .Sponsorship_box ul>li,
.banner_list>div,
.history_list .timeline li>div,
.history_list .timeline .timeline_panel ul>li {opacity: 0;}

/* 기본 애니메이션 설정 */
.cdp_padeup {animation: mainovject 1s 0.2s both;}

@keyframes mainovject {
	0% { 
		opacity: 0; 
		transform: translateY(100px);
	}
	100% { 
		opacity: 1; 
		transform: translateY(0px);
	}
}

/* 순차 애니메이션 딜레이 - CSS 변수 활용 */
.pageset > div:nth-child(1) { animation-delay: calc(0.1s * 1); }
.pageset > div:nth-child(2) { animation-delay: calc(0.1s * 2); }
.pageset > div:nth-child(3) { animation-delay: calc(0.1s * 3); }
.pageset > div:nth-child(4) { animation-delay: calc(0.1s * 4); }
.pageset > div:nth-child(5) { animation-delay: calc(0.1s * 5); }
.pageset > div:nth-child(6) { animation-delay: calc(0.1s * 6); }
.pageset > div:nth-child(7) { animation-delay: calc(0.1s * 7); }
.pageset > div:nth-child(8) { animation-delay: calc(0.1s * 8); }
.pageset > div:nth-child(9) { animation-delay: calc(0.1s * 9); }
.pageset > div:nth-child(10) { animation-delay: calc(0.1s * 10); }
.pageset > div:nth-child(11) { animation-delay: calc(0.1s * 11); }
.pageset > div:nth-child(12) { animation-delay: calc(0.1s * 12); }
.pageset > div:nth-child(13) { animation-delay: calc(0.1s * 13); }
.pageset > div:nth-child(14) { animation-delay: calc(0.1s * 14); }
.pageset > div:nth-child(15) { animation-delay: calc(0.1s * 15); }
.pageset > div:nth-child(16) { animation-delay: calc(0.1s * 16); }
.pageset > div:nth-child(17) { animation-delay: calc(0.1s * 17); }
.pageset > div:nth-child(18) { animation-delay: calc(0.1s * 18); }
.pageset > div:nth-child(19) { animation-delay: calc(0.1s * 19); }
.pageset > div:nth-child(20) { animation-delay: calc(0.1s * 20); }

.pageset > p:nth-child(1) { animation-delay: calc(0.1s * 1); }
.pageset > p:nth-child(2) { animation-delay: calc(0.1s * 2); }
.pageset > p:nth-child(3) { animation-delay: calc(0.1s * 3); }
.pageset > p:nth-child(4) { animation-delay: calc(0.1s * 4); }
.pageset > p:nth-child(5) { animation-delay: calc(0.1s * 5); }
.pageset > p:nth-child(6) { animation-delay: calc(0.1s * 6); }
.pageset > p:nth-child(7) { animation-delay: calc(0.1s * 7); }
.pageset > p:nth-child(8) { animation-delay: calc(0.1s * 8); }
.pageset > p:nth-child(9) { animation-delay: calc(0.1s * 9); }
.pageset > p:nth-child(10) { animation-delay: calc(0.1s * 10); }
.pageset > p:nth-child(11) { animation-delay: calc(0.1s * 11); }
.pageset > p:nth-child(12) { animation-delay: calc(0.1s * 12); }
.pageset > p:nth-child(13) { animation-delay: calc(0.1s * 13); }
.pageset > p:nth-child(14) { animation-delay: calc(0.1s * 14); }
.pageset > p:nth-child(15) { animation-delay: calc(0.1s * 15); }
.pageset > p:nth-child(16) { animation-delay: calc(0.1s * 16); }
.pageset > p:nth-child(17) { animation-delay: calc(0.1s * 17); }
.pageset > p:nth-child(18) { animation-delay: calc(0.1s * 18); }
.pageset > p:nth-child(19) { animation-delay: calc(0.1s * 19); }
.pageset > p:nth-child(20) { animation-delay: calc(0.1s * 20); }

.pageset > ul > li:nth-child(1) { animation-delay: calc(0.1s * 1); }
.pageset > ul > li:nth-child(2) { animation-delay: calc(0.1s * 2); }
.pageset > ul > li:nth-child(3) { animation-delay: calc(0.1s * 3); }
.pageset > ul > li:nth-child(4) { animation-delay: calc(0.1s * 4); }
.pageset > ul > li:nth-child(5) { animation-delay: calc(0.1s * 5); }
.pageset > ul > li:nth-child(6) { animation-delay: calc(0.1s * 6); }
.pageset > ul > li:nth-child(7) { animation-delay: calc(0.1s * 7); }
.pageset > ul > li:nth-child(8) { animation-delay: calc(0.1s * 8); }
.pageset > ul > li:nth-child(9) { animation-delay: calc(0.1s * 9); }
.pageset > ul > li:nth-child(10) { animation-delay: calc(0.1s * 10); }
.pageset > ul > li:nth-child(11) { animation-delay: calc(0.1s * 11); }
.pageset > ul > li:nth-child(12) { animation-delay: calc(0.1s * 12); }
.pageset > ul > li:nth-child(13) { animation-delay: calc(0.1s * 13); }
.pageset > ul > li:nth-child(14) { animation-delay: calc(0.1s * 14); }
.pageset > ul > li:nth-child(15) { animation-delay: calc(0.1s * 15); }
.pageset > ul > li:nth-child(16) { animation-delay: calc(0.1s * 16); }
.pageset > ul > li:nth-child(17) { animation-delay: calc(0.1s * 17); }
.pageset > ul > li:nth-child(18) { animation-delay: calc(0.1s * 18); }
.pageset > ul > li:nth-child(19) { animation-delay: calc(0.1s * 19); }
.pageset > ul > li:nth-child(20) { animation-delay: calc(0.1s * 20); }

.pageset > ol > li:nth-child(1) { animation-delay: calc(0.1s * 1); }
.pageset > ol > li:nth-child(2) { animation-delay: calc(0.1s * 2); }
.pageset > ol > li:nth-child(3) { animation-delay: calc(0.1s * 3); }
.pageset > ol > li:nth-child(4) { animation-delay: calc(0.1s * 4); }
.pageset > ol > li:nth-child(5) { animation-delay: calc(0.1s * 5); }
.pageset > ol > li:nth-child(6) { animation-delay: calc(0.1s * 6); }
.pageset > ol > li:nth-child(7) { animation-delay: calc(0.1s * 7); }
.pageset > ol > li:nth-child(8) { animation-delay: calc(0.1s * 8); }
.pageset > ol > li:nth-child(9) { animation-delay: calc(0.1s * 9); }
.pageset > ol > li:nth-child(10) { animation-delay: calc(0.1s * 10); }
.pageset > ol > li:nth-child(11) { animation-delay: calc(0.1s * 11); }
.pageset > ol > li:nth-child(12) { animation-delay: calc(0.1s * 12); }
.pageset > ol > li:nth-child(13) { animation-delay: calc(0.1s * 13); }
.pageset > ol > li:nth-child(14) { animation-delay: calc(0.1s * 14); }
.pageset > ol > li:nth-child(15) { animation-delay: calc(0.1s * 15); }
.pageset > ol > li:nth-child(16) { animation-delay: calc(0.1s * 16); }
.pageset > ol > li:nth-child(17) { animation-delay: calc(0.1s * 17); }
.pageset > ol > li:nth-child(18) { animation-delay: calc(0.1s * 18); }
.pageset > ol > li:nth-child(19) { animation-delay: calc(0.1s * 19); }
.pageset > ol > li:nth-child(20) { animation-delay: calc(0.1s * 20); }

.pageset .right_data_box > div > div:nth-child(1) { animation-delay: calc(0.1s * 1); }
.pageset .right_data_box > div > div:nth-child(2) { animation-delay: calc(0.1s * 2); }
.pageset .right_data_box > div > div:nth-child(3) { animation-delay: calc(0.1s * 3); }
.pageset .right_data_box > div > div:nth-child(4) { animation-delay: calc(0.1s * 4); }
.pageset .right_data_box > div > div:nth-child(5) { animation-delay: calc(0.1s * 5); }
.pageset .right_data_box > div > div:nth-child(6) { animation-delay: calc(0.1s * 6); }
.pageset .right_data_box > div > div:nth-child(7) { animation-delay: calc(0.1s * 7); }
.pageset .right_data_box > div > div:nth-child(8) { animation-delay: calc(0.1s * 8); }
.pageset .right_data_box > div > div:nth-child(9) { animation-delay: calc(0.1s * 9); }
.pageset .right_data_box > div > div:nth-child(10) { animation-delay: calc(0.1s * 10); }
.pageset .right_data_box > div > div:nth-child(11) { animation-delay: calc(0.1s * 11); }
.pageset .right_data_box > div > div:nth-child(12) { animation-delay: calc(0.1s * 12); }
.pageset .right_data_box > div > div:nth-child(13) { animation-delay: calc(0.1s * 13); }
.pageset .right_data_box > div > div:nth-child(14) { animation-delay: calc(0.1s * 14); }
.pageset .right_data_box > div > div:nth-child(15) { animation-delay: calc(0.1s * 15); }
.pageset .right_data_box > div > div:nth-child(16) { animation-delay: calc(0.1s * 16); }
.pageset .right_data_box > div > div:nth-child(17) { animation-delay: calc(0.1s * 17); }
.pageset .right_data_box > div > div:nth-child(18) { animation-delay: calc(0.1s * 18); }
.pageset .right_data_box > div > div:nth-child(19) { animation-delay: calc(0.1s * 19); }
.pageset .right_data_box > div > div:nth-child(20) { animation-delay: calc(0.1s * 20); }

.pageset .right_data_box > ul > li:nth-child(1) { animation-delay: calc(0.1s * 1); }
.pageset .right_data_box > ul > li:nth-child(2) { animation-delay: calc(0.1s * 2); }
.pageset .right_data_box > ul > li:nth-child(3) { animation-delay: calc(0.1s * 3); }
.pageset .right_data_box > ul > li:nth-child(4) { animation-delay: calc(0.1s * 4); }
.pageset .right_data_box > ul > li:nth-child(5) { animation-delay: calc(0.1s * 5); }
.pageset .right_data_box > ul > li:nth-child(6) { animation-delay: calc(0.1s * 6); }
.pageset .right_data_box > ul > li:nth-child(7) { animation-delay: calc(0.1s * 7); }
.pageset .right_data_box > ul > li:nth-child(8) { animation-delay: calc(0.1s * 8); }
.pageset .right_data_box > ul > li:nth-child(9) { animation-delay: calc(0.1s * 9); }
.pageset .right_data_box > ul > li:nth-child(10) { animation-delay: calc(0.1s * 10); }
.pageset .right_data_box > ul > li:nth-child(11) { animation-delay: calc(0.1s * 11); }
.pageset .right_data_box > ul > li:nth-child(12) { animation-delay: calc(0.1s * 12); }
.pageset .right_data_box > ul > li:nth-child(13) { animation-delay: calc(0.1s * 13); }
.pageset .right_data_box > ul > li:nth-child(14) { animation-delay: calc(0.1s * 14); }
.pageset .right_data_box > ul > li:nth-child(15) { animation-delay: calc(0.1s * 15); }
.pageset .right_data_box > ul > li:nth-child(16) { animation-delay: calc(0.1s * 16); }
.pageset .right_data_box > ul > li:nth-child(17) { animation-delay: calc(0.1s * 17); }
.pageset .right_data_box > ul > li:nth-child(18) { animation-delay: calc(0.1s * 18); }
.pageset .right_data_box > ul > li:nth-child(19) { animation-delay: calc(0.1s * 19); }
.pageset .right_data_box > ul > li:nth-child(20) { animation-delay: calc(0.1s * 20); }

.pageset .right_data_box > ol > li:nth-child(1) { animation-delay: calc(0.1s * 1); }
.pageset .right_data_box > ol > li:nth-child(2) { animation-delay: calc(0.1s * 2); }
.pageset .right_data_box > ol > li:nth-child(3) { animation-delay: calc(0.1s * 3); }
.pageset .right_data_box > ol > li:nth-child(4) { animation-delay: calc(0.1s * 4); }
.pageset .right_data_box > ol > li:nth-child(5) { animation-delay: calc(0.1s * 5); }
.pageset .right_data_box > ol > li:nth-child(6) { animation-delay: calc(0.1s * 6); }
.pageset .right_data_box > ol > li:nth-child(7) { animation-delay: calc(0.1s * 7); }
.pageset .right_data_box > ol > li:nth-child(8) { animation-delay: calc(0.1s * 8); }
.pageset .right_data_box > ol > li:nth-child(9) { animation-delay: calc(0.1s * 9); }
.pageset .right_data_box > ol > li:nth-child(10) { animation-delay: calc(0.1s * 10); }
.pageset .right_data_box > ol > li:nth-child(11) { animation-delay: calc(0.1s * 11); }
.pageset .right_data_box > ol > li:nth-child(12) { animation-delay: calc(0.1s * 12); }
.pageset .right_data_box > ol > li:nth-child(13) { animation-delay: calc(0.1s * 13); }
.pageset .right_data_box > ol > li:nth-child(14) { animation-delay: calc(0.1s * 14); }
.pageset .right_data_box > ol > li:nth-child(15) { animation-delay: calc(0.1s * 15); }
.pageset .right_data_box > ol > li:nth-child(16) { animation-delay: calc(0.1s * 16); }
.pageset .right_data_box > ol > li:nth-child(17) { animation-delay: calc(0.1s * 17); }
.pageset .right_data_box > ol > li:nth-child(18) { animation-delay: calc(0.1s * 18); }
.pageset .right_data_box > ol > li:nth-child(19) { animation-delay: calc(0.1s * 19); }
.pageset .right_data_box > ol > li:nth-child(20) { animation-delay: calc(0.1s * 20); }

.pageset .right_data_box > p:nth-child(1) { animation-delay: calc(0.1s * 1); }
.pageset .right_data_box > p:nth-child(2) { animation-delay: calc(0.1s * 2); }
.pageset .right_data_box > p:nth-child(3) { animation-delay: calc(0.1s * 3); }
.pageset .right_data_box > p:nth-child(4) { animation-delay: calc(0.1s * 4); }
.pageset .right_data_box > p:nth-child(5) { animation-delay: calc(0.1s * 5); }
.pageset .right_data_box > p:nth-child(6) { animation-delay: calc(0.1s * 6); }
.pageset .right_data_box > p:nth-child(7) { animation-delay: calc(0.1s * 7); }
.pageset .right_data_box > p:nth-child(8) { animation-delay: calc(0.1s * 8); }
.pageset .right_data_box > p:nth-child(9) { animation-delay: calc(0.1s * 9); }
.pageset .right_data_box > p:nth-child(10) { animation-delay: calc(0.1s * 10); }
.pageset .right_data_box > p:nth-child(11) { animation-delay: calc(0.1s * 11); }
.pageset .right_data_box > p:nth-child(12) { animation-delay: calc(0.1s * 12); }
.pageset .right_data_box > p:nth-child(13) { animation-delay: calc(0.1s * 13); }
.pageset .right_data_box > p:nth-child(14) { animation-delay: calc(0.1s * 14); }
.pageset .right_data_box > p:nth-child(15) { animation-delay: calc(0.1s * 15); }
.pageset .right_data_box > p:nth-child(16) { animation-delay: calc(0.1s * 16); }
.pageset .right_data_box > p:nth-child(17) { animation-delay: calc(0.1s * 17); }
.pageset .right_data_box > p:nth-child(18) { animation-delay: calc(0.1s * 18); }
.pageset .right_data_box > p:nth-child(19) { animation-delay: calc(0.1s * 19); }
.pageset .right_data_box > p:nth-child(20) { animation-delay: calc(0.1s * 20); }

/* 우측 이미지 - 좌측 내용 */
.pageset > .outline2 > div > ul > li:nth-child(1) { animation-delay: calc(0.1s * 1); }
.pageset > .outline2 > div > ul > li:nth-child(2) { animation-delay: calc(0.1s * 2); }
.pageset > .outline2 > div > ul > li:nth-child(3) { animation-delay: calc(0.1s * 3); }
.pageset > .outline2 > div > ul > li:nth-child(4) { animation-delay: calc(0.1s * 4); }
.pageset > .outline2 > div > ul > li:nth-child(5) { animation-delay: calc(0.1s * 5); }
.pageset > .outline2 > div > ul > li:nth-child(6) { animation-delay: calc(0.1s * 6); }
.pageset > .outline2 > div > ul > li:nth-child(7) { animation-delay: calc(0.1s * 7); }
.pageset > .outline2 > div > ul > li:nth-child(8) { animation-delay: calc(0.1s * 8); }
.pageset > .outline2 > div > ul > li:nth-child(9) { animation-delay: calc(0.1s * 9); }
.pageset > .outline2 > div > ul > li:nth-child(10) { animation-delay: calc(0.1s * 10); }
.pageset > .outline2 > div > ul > li:nth-child(11) { animation-delay: calc(0.1s * 11); }
.pageset > .outline2 > div > ul > li:nth-child(12) { animation-delay: calc(0.1s * 12); }
.pageset > .outline2 > div > ul > li:nth-child(13) { animation-delay: calc(0.1s * 13); }
.pageset > .outline2 > div > ul > li:nth-child(14) { animation-delay: calc(0.1s * 14); }
.pageset > .outline2 > div > ul > li:nth-child(15) { animation-delay: calc(0.1s * 15); }
.pageset > .outline2 > div > ul > li:nth-child(16) { animation-delay: calc(0.1s * 16); }
.pageset > .outline2 > div > ul > li:nth-child(17) { animation-delay: calc(0.1s * 17); }
.pageset > .outline2 > div > ul > li:nth-child(18) { animation-delay: calc(0.1s * 18); }
.pageset > .outline2 > div > ul > li:nth-child(19) { animation-delay: calc(0.1s * 19); }
.pageset > .outline2 > div > ul > li:nth-child(20) { animation-delay: calc(0.1s * 20); }

/* 협찬 및 협력기관 */
.banner_list .Sponsorship_box > ul > li:nth-child(1) { animation-delay: calc(0.1s * 1); }
.banner_list .Sponsorship_box > ul > li:nth-child(2) { animation-delay: calc(0.1s * 2); }
.banner_list .Sponsorship_box > ul > li:nth-child(3) { animation-delay: calc(0.1s * 3); }
.banner_list .Sponsorship_box > ul > li:nth-child(4) { animation-delay: calc(0.1s * 4); }
.banner_list .Sponsorship_box > ul > li:nth-child(5) { animation-delay: calc(0.1s * 5); }
.banner_list .Sponsorship_box > ul > li:nth-child(6) { animation-delay: calc(0.1s * 6); }
.banner_list .Sponsorship_box > ul > li:nth-child(7) { animation-delay: calc(0.1s * 7); }
.banner_list .Sponsorship_box > ul > li:nth-child(8) { animation-delay: calc(0.1s * 8); }
.banner_list .Sponsorship_box > ul > li:nth-child(9) { animation-delay: calc(0.1s * 9); }
.banner_list .Sponsorship_box > ul > li:nth-child(10) { animation-delay: calc(0.1s * 10); }
.banner_list .Sponsorship_box > ul > li:nth-child(11) { animation-delay: calc(0.1s * 11); }
.banner_list .Sponsorship_box > ul > li:nth-child(12) { animation-delay: calc(0.1s * 12); }
.banner_list .Sponsorship_box > ul > li:nth-child(13) { animation-delay: calc(0.1s * 13); }
.banner_list .Sponsorship_box > ul > li:nth-child(14) { animation-delay: calc(0.1s * 14); }
.banner_list .Sponsorship_box > ul > li:nth-child(15) { animation-delay: calc(0.1s * 15); }
.banner_list .Sponsorship_box > ul > li:nth-child(16) { animation-delay: calc(0.1s * 16); }
.banner_list .Sponsorship_box > ul > li:nth-child(17) { animation-delay: calc(0.1s * 17); }
.banner_list .Sponsorship_box > ul > li:nth-child(18) { animation-delay: calc(0.1s * 18); }
.banner_list .Sponsorship_box > ul > li:nth-child(19) { animation-delay: calc(0.1s * 19); }
.banner_list .Sponsorship_box > ul > li:nth-child(20) { animation-delay: calc(0.1s * 20); }

/* 마라톤 코스 경로 */
.pageset > .course_box > ul > li:nth-child(1) { animation-delay: calc(0.1s * 1); }
.pageset > .course_box > ul > li:nth-child(2) { animation-delay: calc(0.1s * 2); }
.pageset > .course_box > ul > li:nth-child(3) { animation-delay: calc(0.1s * 3); }
.pageset > .course_box > ul > li:nth-child(4) { animation-delay: calc(0.1s * 4); }
.pageset > .course_box > ul > li:nth-child(5) { animation-delay: calc(0.1s * 5); }
.pageset > .course_box > ul > li:nth-child(6) { animation-delay: calc(0.1s * 6); }
.pageset > .course_box > ul > li:nth-child(7) { animation-delay: calc(0.1s * 7); }
.pageset > .course_box > ul > li:nth-child(8) { animation-delay: calc(0.1s * 8); }
.pageset > .course_box > ul > li:nth-child(9) { animation-delay: calc(0.1s * 9); }
.pageset > .course_box > ul > li:nth-child(10) { animation-delay: calc(0.1s * 10); }
.pageset > .course_box > ul > li:nth-child(11) { animation-delay: calc(0.1s * 11); }
.pageset > .course_box > ul > li:nth-child(12) { animation-delay: calc(0.1s * 12); }
.pageset > .course_box > ul > li:nth-child(13) { animation-delay: calc(0.1s * 13); }
.pageset > .course_box > ul > li:nth-child(14) { animation-delay: calc(0.1s * 14); }
.pageset > .course_box > ul > li:nth-child(15) { animation-delay: calc(0.1s * 15); }
.pageset > .course_box > ul > li:nth-child(16) { animation-delay: calc(0.1s * 16); }
.pageset > .course_box > ul > li:nth-child(17) { animation-delay: calc(0.1s * 17); }
.pageset > .course_box > ul > li:nth-child(18) { animation-delay: calc(0.1s * 18); }
.pageset > .course_box > ul > li:nth-child(19) { animation-delay: calc(0.1s * 19); }
.pageset > .course_box > ul > li:nth-child(20) { animation-delay: calc(0.1s * 20); }
.pageset > .course_box > ul > li:nth-child(21) { animation-delay: calc(0.1s * 21); }
.pageset > .course_box > ul > li:nth-child(22) { animation-delay: calc(0.1s * 22); }
.pageset > .course_box > ul > li:nth-child(23) { animation-delay: calc(0.1s * 23); }
.pageset > .course_box > ul > li:nth-child(24) { animation-delay: calc(0.1s * 24); }
.pageset > .course_box > ul > li:nth-child(25) { animation-delay: calc(0.1s * 25); }
.pageset > .course_box > ul > li:nth-child(26) { animation-delay: calc(0.1s * 26); }
.pageset > .course_box > ul > li:nth-child(27) { animation-delay: calc(0.1s * 27); }
.pageset > .course_box > ul > li:nth-child(28) { animation-delay: calc(0.1s * 28); }
.pageset > .course_box > ul > li:nth-child(29) { animation-delay: calc(0.1s * 29); }
.pageset > .course_box > ul > li:nth-child(30) { animation-delay: calc(0.1s * 30); }
.pageset > .course_box > ul > li:nth-child(31) { animation-delay: calc(0.1s * 31); }
.pageset > .course_box > ul > li:nth-child(32) { animation-delay: calc(0.1s * 32); }
.pageset > .course_box > ul > li:nth-child(33) { animation-delay: calc(0.1s * 33); }
.pageset > .course_box > ul > li:nth-child(34) { animation-delay: calc(0.1s * 34); }
.pageset > .course_box > ul > li:nth-child(35) { animation-delay: calc(0.1s * 35); }
.pageset > .course_box > ul > li:nth-child(36) { animation-delay: calc(0.1s * 36); }
.pageset > .course_box > ul > li:nth-child(37) { animation-delay: calc(0.1s * 37); }
.pageset > .course_box > ul > li:nth-child(38) { animation-delay: calc(0.1s * 38); }
.pageset > .course_box > ul > li:nth-child(39) { animation-delay: calc(0.1s * 39); }
.pageset > .course_box > ul > li:nth-child(40) { animation-delay: calc(0.1s * 40); }
.pageset > .course_box > ul > li:nth-child(41) { animation-delay: calc(0.1s * 41); }
.pageset > .course_box > ul > li:nth-child(42) { animation-delay: calc(0.1s * 42); }
.pageset > .course_box > ul > li:nth-child(43) { animation-delay: calc(0.1s * 43); }
.pageset > .course_box > ul > li:nth-child(44) { animation-delay: calc(0.1s * 44); }
.pageset > .course_box > ul > li:nth-child(45) { animation-delay: calc(0.1s * 45); }
.pageset > .course_box > ul > li:nth-child(46) { animation-delay: calc(0.1s * 46); }
.pageset > .course_box > ul > li:nth-child(47) { animation-delay: calc(0.1s * 47); }
.pageset > .course_box > ul > li:nth-child(48) { animation-delay: calc(0.1s * 48); }
.pageset > .course_box > ul > li:nth-child(49) { animation-delay: calc(0.1s * 49); }
.pageset > .course_box > ul > li:nth-child(50) { animation-delay: calc(0.1s * 50); }
.pageset > .course_box > ul > li:nth-child(51) { animation-delay: calc(0.1s * 51); }
.pageset > .course_box > ul > li:nth-child(52) { animation-delay: calc(0.1s * 52); }
.pageset > .course_box > ul > li:nth-child(53) { animation-delay: calc(0.1s * 53); }
.pageset > .course_box > ul > li:nth-child(54) { animation-delay: calc(0.1s * 54); }
.pageset > .course_box > ul > li:nth-child(55) { animation-delay: calc(0.1s * 55); }
.pageset > .course_box > ul > li:nth-child(56) { animation-delay: calc(0.1s * 56); }
.pageset > .course_box > ul > li:nth-child(57) { animation-delay: calc(0.1s * 57); }
.pageset > .course_box > ul > li:nth-child(58) { animation-delay: calc(0.1s * 58); }
.pageset > .course_box > ul > li:nth-child(59) { animation-delay: calc(0.1s * 59); }
.pageset > .course_box > ul > li:nth-child(30) { animation-delay: calc(0.1s * 30); }

/* 인사말 */
.pageset > .greetings > div >p:nth-child(1) { animation-delay: calc(0.1s * 1); }
.pageset > .greetings > div >p:nth-child(2) { animation-delay: calc(0.1s * 2); }
.pageset > .greetings > div >p:nth-child(3) { animation-delay: calc(0.1s * 3); }
.pageset > .greetings > div >p:nth-child(4) { animation-delay: calc(0.1s * 4); }
.pageset > .greetings > div >p:nth-child(5) { animation-delay: calc(0.1s * 5); }
.pageset > .greetings > div >p:nth-child(6) { animation-delay: calc(0.1s * 6); }
.pageset > .greetings > div >p:nth-child(7) { animation-delay: calc(0.1s * 7); }
.pageset > .greetings > div >p:nth-child(8) { animation-delay: calc(0.1s * 8); }
.pageset > .greetings > div >p:nth-child(9) { animation-delay: calc(0.1s * 9); }
.pageset > .greetings > div >p:nth-child(10) { animation-delay: calc(0.1s * 10); }
.pageset > .greetings > div >p:nth-child(11) { animation-delay: calc(0.1s * 11); }
.pageset > .greetings > div >p:nth-child(12) { animation-delay: calc(0.1s * 12); }
.pageset > .greetings > div >p:nth-child(13) { animation-delay: calc(0.1s * 13); }
.pageset > .greetings > div >p:nth-child(14) { animation-delay: calc(0.1s * 14); }
.pageset > .greetings > div >p:nth-child(15) { animation-delay: calc(0.1s * 15); }
.pageset > .greetings > div >p:nth-child(16) { animation-delay: calc(0.1s * 16); }
.pageset > .greetings > div >p:nth-child(17) { animation-delay: calc(0.1s * 17); }
.pageset > .greetings > div >p:nth-child(18) { animation-delay: calc(0.1s * 18); }
.pageset > .greetings > div >p:nth-child(19) { animation-delay: calc(0.1s * 19); }
.pageset > .greetings > div >p:nth-child(20) { animation-delay: calc(0.1s * 20); }

/* 연혁 - History */
.history_list .timeline li > div:nth-child(1) { animation-delay: calc(0.1s * 1); }
.history_list .timeline li > div:nth-child(2) { animation-delay: calc(0.1s * 2); }
.history_list .timeline li > div:nth-child(3) { animation-delay: calc(0.1s * 3); }
.history_list .timeline li > div:nth-child(4) { animation-delay: calc(0.1s * 4); }
.history_list .timeline li > div:nth-child(5) { animation-delay: calc(0.1s * 5); }
.history_list .timeline li > div:nth-child(6) { animation-delay: calc(0.1s * 6); }
.history_list .timeline li > div:nth-child(7) { animation-delay: calc(0.1s * 7); }
.history_list .timeline li > div:nth-child(8) { animation-delay: calc(0.1s * 8); }
.history_list .timeline li > div:nth-child(9) { animation-delay: calc(0.1s * 9); }
.history_list .timeline li > div:nth-child(10) { animation-delay: calc(0.1s * 10); }
.history_list .timeline li > div:nth-child(11) { animation-delay: calc(0.1s * 11); }
.history_list .timeline li > div:nth-child(12) { animation-delay: calc(0.1s * 12); }
.history_list .timeline li > div:nth-child(13) { animation-delay: calc(0.1s * 13); }
.history_list .timeline li > div:nth-child(14) { animation-delay: calc(0.1s * 14); }
.history_list .timeline li > div:nth-child(15) { animation-delay: calc(0.1s * 15); }
.history_list .timeline li > div:nth-child(16) { animation-delay: calc(0.1s * 16); }
.history_list .timeline li > div:nth-child(17) { animation-delay: calc(0.1s * 17); }
.history_list .timeline li > div:nth-child(18) { animation-delay: calc(0.1s * 18); }
.history_list .timeline li > div:nth-child(19) { animation-delay: calc(0.1s * 19); }
.history_list .timeline li > div:nth-child(20) { animation-delay: calc(0.1s * 20); }

.history_list .timeline .timeline_panel ul > li:nth-child(1) { animation-delay: calc(0.1s * 1); }
.history_list .timeline .timeline_panel ul > li:nth-child(2) { animation-delay: calc(0.1s * 2); }
.history_list .timeline .timeline_panel ul > li:nth-child(3) { animation-delay: calc(0.1s * 3); }
.history_list .timeline .timeline_panel ul > li:nth-child(4) { animation-delay: calc(0.1s * 4); }
.history_list .timeline .timeline_panel ul > li:nth-child(5) { animation-delay: calc(0.1s * 5); }
.history_list .timeline .timeline_panel ul > li:nth-child(6) { animation-delay: calc(0.1s * 6); }
.history_list .timeline .timeline_panel ul > li:nth-child(7) { animation-delay: calc(0.1s * 7); }
.history_list .timeline .timeline_panel ul > li:nth-child(8) { animation-delay: calc(0.1s * 8); }
.history_list .timeline .timeline_panel ul > li:nth-child(9) { animation-delay: calc(0.1s * 9); }
.history_list .timeline .timeline_panel ul > li:nth-child(10) { animation-delay: calc(0.1s * 10); }
.history_list .timeline .timeline_panel ul > li:nth-child(11) { animation-delay: calc(0.1s * 11); }
.history_list .timeline .timeline_panel ul > li:nth-child(12) { animation-delay: calc(0.1s * 12); }
.history_list .timeline .timeline_panel ul > li:nth-child(13) { animation-delay: calc(0.1s * 13); }
.history_list .timeline .timeline_panel ul > li:nth-child(14) { animation-delay: calc(0.1s * 14); }
.history_list .timeline .timeline_panel ul > li:nth-child(15) { animation-delay: calc(0.1s * 15); }
.history_list .timeline .timeline_panel ul > li:nth-child(16) { animation-delay: calc(0.1s * 16); }
.history_list .timeline .timeline_panel ul > li:nth-child(17) { animation-delay: calc(0.1s * 17); }
.history_list .timeline .timeline_panel ul > li:nth-child(18) { animation-delay: calc(0.1s * 18); }
.history_list .timeline .timeline_panel ul > li:nth-child(19) { animation-delay: calc(0.1s * 19); }
.history_list .timeline .timeline_panel ul > li:nth-child(20) { animation-delay: calc(0.1s * 20); }

.sd_style02 > ul > li:nth-child(1) { animation-delay: calc(0.1s * 1); }
.sd_style02 > ul > li:nth-child(2) { animation-delay: calc(0.1s * 3); }
.sd_style02 > ul > li:nth-child(3) { animation-delay: calc(0.1s * 5); }