@media screen and (max-width: 1400px) {

}

@media screen and (max-width: 1200px) {
	.sub_program_list.type01 li {
		margin-bottom: 20px;
		width: calc(50% - 8px);
		height: 280px;
	}
	.sub_program_list.type02 li {
		margin-bottom: 20px;
		width: calc(33.33% - 10px);
		padding: 15px 15px;
		height: 200px;
	}

	.course_list ul li {
		margin-bottom: 20px;
		width: calc(50% - 8px);
	}
	
}

@media screen and (max-width: 991px) {
	.mypage_container {
		display: block;
	}
	.mypage_header {
		width: 100%;
	}
	.mypage_area {
		margin-top: 20px;
		width: 100%;
		max-width: 100%;
	}
	.mypage_menu {
		margin-top: 10px;
	}
	.mypage_menu ul {
		margin-top: 10px;
	}
	.mypage_menu ul li {
		margin-top: 6px;
	}
	.member_container {
		width: 100%;
		padding: 0 15px;
	}
}

@media screen and (max-width: 768px) {

	body {
		font-size: 14px;
	}

	h1 {
		font-size: 26px;
		line-height: 1.5;
		letter-spacing: -0.6px;
	}
	h2 {
		font-size: 22px;
		letter-spacing: -0.6px;
	}
	h3 {
		font-size: 18px;
		letter-spacing: -0.6px;
	}
	h4 {
		font-size: 16px;
		letter-spacing: -0.4px;
	}
	h5 {
		font-size: 16px;
		letter-spacing: -0.4px;
	}
	h6 {
		font-size: 14px;
		letter-spacing: -0.4px;
	}
	
	br {
		display: none;
	}

	header {
		padding: 15px;
	}

	.header_container {
		display: block;
	}
	nav {
		margin-top: 10px;
	}
	nav ul li.btn_member {
		margin-left: 10px;
		padding: 4px 10px;
		font-size: 12px;
	}

	/*index*/
	.index_section {
		width: 100%;
		height: 380px;
		background-size: cover;
	}
	.index_title a {
		margin-top: 20px;
		padding: 12px 30px;
	}
	.index_title h1 {
		margin-top: 10px;
	}
	.intro_section,
	.section_impact {
		padding: 50px 0 60px;
	}
	.intro_section p {
		margin-top: 10px;
		font-size: 16px;
	}
	.link_logo img {
		width: 50%;
	}
	.program_section {
		padding: 50px 0 60px;
	}
	.program_section span {
		margin-bottom: 10px;
	}
	.program_section ul + ul {
		margin-top: 30px;
	}
	.program_section ul li:first-child {
		margin-right: 20px;
	}
	.course_section {
		padding: 50px 0 60px;
	}
	.course_list {
		margin-top: 30px;
	}
	.course_list ul li a {
		padding: 30px 15px;
		height: 230px;
	}
	.course_icon {
		bottom: 30px;
		padding-top: 25px;
		padding-left: 0;
		font-size: 12px;
		background-position: left top;
	}
	.course_list ul li h4 {
		margin-top: 12px;
	}
	.impact_list {
		margin-top: 20px;
	}
	.impact_list ul li {
		margin-bottom: 40px;
		padding: 0 20px;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.impact_title span {
		margin-bottom: 8px;
	}

	/*sub*/
	.sub_header_section {
		padding-top: 120px;
		margin-bottom: 50px;
	}
	.sub_program_section {
		padding: 50px 0 60px;
	}
	.program_course_section {
		padding: 50px 0 60px;
	}
	.sub_program_list ul li {
		padding: 15px;
	}
	.sub_program_title {
		margin-bottom: 20px;
	}
	.sub_header_nav {
		margin-top: 20px;
	}

	.type01 li {
		height: 270px;
	}
	.type02 ul + ul {
		margin-top: 10px;
	}
	.type02 li img {
		margin-bottom: 10px;
		width: 40px;
	}
	.sub_program_list.type04 li {
		margin-bottom: 20px;
		padding-top: 90px !important;
		width: calc(50% - 8px);
		height: 170px;
	}
	.type04 li img {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -110%);
		display: block;
		width: 50px;
	}

	.program_course_section ul li {
		padding: 20px;
		height: 380px;
		background-size: 150px;
	}
	.program_course_section ul li a {
		bottom: 170px;
		left: 20px;
		font-size: 14px;
	}
	.program_course_section ul li + li {
		margin-left: 20px;
	}

	.program_stepbystep {
		display: block;
	}
	.program_stepbystep > .program_course_title {
		width: 100%;
	}
	.program_course_title {
		margin-bottom: 20px;
		text-align: center;
	}
	.program_stepbystep > .step_area {
		width: 100%;
	}
	.step_box_title p {
		font-size: 14px;
	}
	.step_box {
		padding: 15px;
	}
	.step_box > img {
		width: 50%;
	}
	.step_button {
		padding: 15px;
		font-size: 18px;
	}

	/*footer*/
	footer {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.footer_list {
		display: block;
	}
	.footer_list img {
		width: 50%;
	}
	.footer_sns {
		margin-top: 10px;
		justify-content: flex-end;
	}

	footer address ul {
		display: block;
	}
	footer address li + li {
		background: none;
		margin-left: 0;
		padding-left: 0;
	}

	/*modal*/
	.modal {
		width: 100% !important;
	}
	.modal_header,
	.modal_body {
		padding: 20px 20px 30px;
	}

}