@charset "utf-8";

/* Sub CSS */

/* Sub Common */

.sub_txtBox{
	padding: 2rem;
	border-top: 3px solid #154197;
	border-bottom: 1px dashed #ddd;
	background: #f7f9ff;
}

.gray_box{
	background: #f9f9f9;
	border: 1px dashed #ddd;
	border-radius: 15px;
	padding: 3rem;
}

#body_wrap .gray_box h3,
#body_wrap .gray_box h4,
#body_wrap .gray_box h5{
	margin-top: 0;
}

/* Intro */

.intro_wrap{
	position: relative;
	font-size: 1.7rem;
	padding-bottom: 0;
}

#body_wrap .body_content.intro{
	padding-bottom: 0;	
}

.intro_wrap .top_box{
	/* background: url(/img/2025/sub/campaign_topBg.png?250722) center bottom no-repeat; */
	padding: 0 0 35rem 6rem;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.intro_wrap .top_box::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(/img/2025/sub/campaign_topBg.png?250722) center bottom no-repeat;
	background-size: cover;
	opacity: 0;
	transform: translateX(50px);
	animation: fadeSlideIn 1.5s ease forwards;
	z-index: -1;
}

@keyframes fadeSlideIn {
	0% {
		opacity: 0;
		transform: translateX(50px);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

.intro_wrap .top_box dt{
	font-family: 'Pretendard-Black';
	font-size: 7rem;
	line-height: 1;
	margin-bottom: 1rem;
	color: #223de2;
}

.intro_wrap .top_box a{
	margin-top: 3rem;
}

.intro_wrap .mid_box.box_01{
	background: url(/img/2025/sub/campaign_midBg_01.jpg?250722) center top no-repeat;
	padding: 9rem 7rem 9rem 0;
	margin-bottom: 15rem;
}

.intro_wrap .mid_box.box_02{
	background: url(/img/2025/sub/campaign_midBg_02.jpg?25072305) center top no-repeat;
	background-size: cover;
	padding: 9rem 0 0 7rem;
	margin-bottom: 10rem;
}

.intro_wrap .mid_box.box_03{
	background: url(/img/2025/sub/campaign_midBg_03.jpg?250722) center top no-repeat;
	padding: 3rem 7rem 5rem 0;
	margin-bottom: 15rem;
}

.intro_wrap .mid_box p{
	background: #fff;
	box-shadow: 10px 10px 0 #223de2;
	max-width: 40%;
	border: 3px solid #222;
}

.intro_wrap .mid_box.box_01 p,
.intro_wrap .mid_box.box_03 p{
	border-radius: 10rem 0 0 0;
	margin: 0 0 0 auto;
}

.intro_wrap .mid_box.box_02 p,
.intro_wrap .mid_box.box_03 p{
	padding: 9rem 3rem;
	background: url(/img/2025/sub/marks_left.png) 3rem 5rem no-repeat, url(/img/2025/sub/marks_right.png) 90% 90% no-repeat;
	background-color: #fff;
	position: relative;
	bottom: -5rem;
}

.intro_wrap .mid_box.box_01 p{
	font-family: 'Pretendard-Bold';
	font-size: 3.2rem;
	text-align: right;
	padding: 4rem 3rem;
	position: relative;
	bottom: -150px;
}

.intro_wrap .mid_box.box_01 p span{
	color: #223de2;
}

.intro_wrap .mid_box.box_01 p i{
	font-size: 2rem;
	color: #ccc;
}

.intro_wrap .mid_box.box_02 p{
	border-radius: 0 10rem 0 0;
}

.intro_wrap .mid_box.box_03 p{
	position: relative;
	bottom: -10rem;
}

.intro_wrap .col_box{
	background: #f7f9ff;
	padding: 7rem 0;
}

.intro_wrap .col_box dt{
	font-family: 'Pretendard-Bold';
	font-size: 3.2rem;
}

.intro_wrap .col_box dd{
	margin: 3rem 0;
}

.intro_wrap .col_box ol{
	list-style: none;
	max-width: 70%;
	margin: 0 auto;
}

.intro_wrap .col_box li:first-child{
	border-radius: 15px;
	background: #154197;
	color: #fff;
	padding: 2rem 1rem;
}

.intro_wrap .col_box li:last-child{
	display: flex;
	gap: 3rem;
	margin-top: 5rem;
}

.intro_wrap .col_box li:last-child div{
	flex: 1;
	border-radius: 15px;
	border: 3px dashed #154197;
	padding: 4rem 0 0;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	background: #fff;
	position: relative;
}

.intro_wrap .col_box li:last-child div::before{
	content: '';
	position: absolute;
	left: 50%;
	top: -42px;
	transform: translateX(-50%);
	width: 20px;
	height: 28px;
	background: url(/img/2025/sub/campaign_arrow.png) 0 0 no-repeat;
}

.intro_wrap .col_box img{
	height: 8rem;
	margin-bottom: 2rem;
}

.intro_wrap .col_box img + p{
	background: #154197;
	color: #fff;
	padding: 1rem 0;
	border-radius: 0 0 10px 10px;
}

.intro_wrap .bot_box{
	background: url(/img/2025/sub/campaign_botBg.jpg) center center no-repeat;
	background-size: cover;
	/* margin-top: 13rem; */
	text-align: center;
	padding: 14rem 0;
	color: #fff;
}

.intro_wrap .bot_box dt{
	font-family: 'Pretendard-Bold';
	font-size: 3.6rem;
	margin-bottom: 2rem;
}

/* History */

.history .txt_big span{
	font-family: 'Pretendard-Black';
	font-size: 3.2rem;
	color: #0046ff;
}

.history .txt_big span i{
	color: #ccc;
	font-size: 2.4rem;
}

.history .txt_big span i:first-of-type{
	margin-right: 3rem;
}

.history .txt_big span i:last-of-type{
	margin-left: 3rem;
}

.history .sub_txtBox{
	font-size: 2rem;
}

.history .img_character{
	margin: 5rem 0;
}

.history .img_character img{
	width: 30rem;
}

.history .static{
	display: flex;
	gap: 3rem;
}

.history .static li{
	border-radius: 15px;
	text-align: center;
	flex: 1;
	padding: 2rem;
	color: #fff;
	box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.05);
}

.history .static li:first-child{
	background: #154197;
}

.history .static li:nth-child(2){
	background: #65478a;
}

.history .static li:last-child{
	background: #fa7487;
}

.history .static dt{
	font-family: 'Pretendard-Bold';
	font-size: 2rem;
	margin-bottom: 2rem;
	padding-bottom: 2rem;
	position: relative;
}

.history .static dt::after{
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	width: 3rem;
	height: 1px;
	background: #fff;
}

.history .static dd{
	font-size: 2.8rem;
	font-family: 'RixYeoljeongdo_Regular';
}

.history .static img{
	height: 7rem;
	margin: 2rem 0 5rem;
}

.history .photo_list{
	display: flex;
	gap: 2rem;
	flex-wrap: wrap;
}

.history .photo_list li{
	width: calc((100% - 4rem) / 3);
}

/* Sponsor */

.spon_list{
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.spon_list li{
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f4f4f4;
	border-radius: 10px;
	padding: 2rem;
	width: calc((100% - 40px) / 5);
	text-align: center;
}

/* Course */

.course_figureBox{
	display: flex;
	gap: 2rem;
}

.course_figureBox figure{
	border: 1px solid #154197;
	border-radius: 10px;
	overflow: hidden;
}

.course_figureBox figcaption{
	font-family: 'Pretendard-Bold';
	font-size: 2.2rem;
	background: #154197;
	color: #fff;
	text-align: center;
	padding: 1rem 2rem;
}

/* How To */

.info_list{
	border-top: 2px solid #222;
}

.info_list > li{
	display: flex;
	align-items: center;
	padding: 3rem 0;
	border-bottom: 1px dashed #ddd;
}

.info_list .tit{
	font-family: 'Pretendard-Bold';
	color: #154197;
	width: 20rem;
	text-align: center;
}

.info_list .info{
	width: calc(100% - 20rem);
}

.guide.program .info_list li:last-child{
	align-items: start;
}

.howto_step{
	list-style: none;
	display: flex;
	gap: 2rem;
}

.howto_step li{
	flex: 1;
	text-align: center;
	background: #edf1fd;
	border-radius: 15px;
	overflow: hidden;
	padding-bottom: 2rem;
}

.howto_step span{
	display: block;
	font-size: 14px;
	background: #154197;
	color: #fff;
	padding: 10px 0;
}

.howto_step p{
	padding: 0 10px;
}

.howto_step img{
	height: 9.5rem;
	margin: 3rem 0;
}

.off_guide{
	position: relative;
	z-index: 1;
}

.off_guide::after{
	content: '';
	position: absolute;
	top: 0;
	left: 1.2rem;
	width: 1px;
	height: 80%;
	border-right: 3px dashed #154197;
	z-index: -1;
}

.off_guide li{
	display: flex;
	margin-bottom: 3rem;
	gap: 2rem;
}

.off_guide li:last-child{
	margin-bottom: 0;
}

.off_guide .num{
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'RixYeoljeongdo_Regular';
	font-size: 2rem;
	background: #154197;
	color: #fff;
	width: 3rem;
	height: 3rem;
	border-radius: 50%;
}

.off_guide .num + p{
	width: calc(100% - 5rem);
}

/* Apply */

.apply .btn_wrap{
	display: flex;
	gap: 1rem;
	justify-content: center;
	margin-top: 0;
}

.apply .btn_wrap .btn{
	margin-left: 0;
}

/* Contact Us */

.cs_box{
	display: flex;
	gap: 3rem;
}

.cs_box li{
	flex: 1;
	text-align: center;
	border-top: 5px solid;
	border-bottom: 1px dashed;
}

.cs_box li:first-child{
	border-top-color: #f7bd6e;
	border-bottom-color: #f7bd6e;
	background: #fff8ee;
}

.cs_box li:last-child{
	border-top-color: #7ec0c9;
	border-bottom-color: #7ec0c9;
	background: #e5f2f4;
}

.cs_box a{
	display: block;
	padding: 3rem 1rem;
}

.cs_box dt{
	font-family: 'Pretendard-Bold';
	font-size: 2.4rem;
	margin-bottom: 2rem;
}

.cs_box dd{
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 2rem;
}

.cs_box img{
	width: min-content;
	height: 7rem;
}

.cs_box p{
	display: inline-block;
	padding: 5px 2rem;
	border-radius: 3rem;
	color: #fff;
}

.cs_box li:first-child p{
	background: #f89d22;
}

.cs_box li:last-child p{
	background: #53a7ba;
}

.cs_box + div{
	display: flex;
	justify-content: center;
	gap: 3rem;
	background: #154197;
	color: #fff;
	padding: 2rem 1rem;
}

.cs_box + div span{
	position: relative;
}

.cs_box + div span::after{
	content: '';
	position: absolute;
	right: -15px;
	top: 50%;
	width: 1px;
	height: 15px;
	background: rgba(255, 255, 255, 0.5);
	transform: translateY(-50%);
}

/* FAQ */
.faq_box{
	border-radius: 15px;
	background: #fff;
	box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.05);
	overflow: hidden;
}

.faq_box h3{
	text-align: center;
	background: #154197;
	color: #fff;
	margin: 0;
	padding: 1rem 0;
}

.faq_box dl{
	border-bottom: 1px dashed #ddd;
}

.faq_box dl:last-child{
	border-bottom: none;
}

.faq_box dt,
.faq_box dd{
	padding: 2rem 3rem;
}

.faq_box dt{
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 2rem;
}

.faq_box i{
	font-size: 2.4rem;
	transition: .3s;
}

.faq_box dl.on i{
	transform: rotate(180deg);
}

.faq_box dd{
	background: #edf1fd;
	font-size: 1.6rem;
}

/* ----------------------------- Media Query ----------------------------- */

@media only screen and (max-width: 1300px){

	.intro_wrap .col_box::before{
		height: 600px;
	}
}

@media only screen and (max-width: 1024px){

	/* Intro */
	.intro_wrap .top_box{
		padding-left: 3rem;
	}

	.intro_wrap .mid_box{
		padding-right: 3rem;
	}
	
	.intro_wrap .mid_box p{
		max-width: 55%;
	}

	/* History */
	.history .img_character img{
		width: 25rem;
	}
	
	.history .static dd{
		font-size: 2.4rem;
	}
	
	/* How To */
	.howto_step{
		flex-wrap: wrap;
	}
	
	.howto_step li{
		flex: initial;
		width: calc((100% - 4rem) / 3);
	}
}

@media only screen and (max-width : 860px) {
	
	/* Sponsor */
	.spon_list li{
		width: calc((100% - 30px) / 4);
	}
}

@media only screen and (max-width: 768px){

	/* Intro */
	.intro_wrap .top_box{
		padding-bottom: 30rem;
	}

	.intro_wrap .top_box::after{
		background-size: 940px;
		background-position: 40% bottom;
	}

	.intro_wrap .mid_box.box_01 p{
		font-size: 2.8rem;
		padding: 3rem 2rem;
	}

	.intro_wrap .mid_box.box_01{
		background-size: 900px;
		padding-right: 3rem;
	}

	.intro_wrap .mid_box.box_02{
		background-size: 800px;
		padding-left: 3rem;
	}

	.intro_wrap .mid_box.box_03{
		background-size: 900px;
		background-position-x: 20%;
		padding-right: 3rem;
	}

	.intro_wrap .mid_box.box_02 p,
	.intro_wrap .mid_box.box_03 p{
		padding: 9rem 3rem 7rem;
	}

	.intro_wrap .bot_box{
		padding-top: 8rem;
		position: relative;
		z-index: 1;
	}

	.intro_wrap .bot_box::after{
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.5);
		z-index: -1;
	}

	.intro_wrap .bot_box dt{
		font-size: 3.6rem;
	}

	.intro_wrap .bot_box .btn{
		width: 90%;
	}

	/* Course */
	.course_figureBox{
		flex-direction: column;
	}
	
	/* How To */
	.info_list .tit{
		width: 15rem;
	}
	
	.info_list .info{
		width: calc(100% - 15rem);
	}
	
	.howto_step img{
		height: 7rem;
	}

	/* History */
	.history .photo_list{
		gap: 1rem;
	}

	.history .photo_list li{
		width: calc((100% - 1rem) / 2);
	}
}

@media only screen and (max-width: 640px){

	/* Intro */
	.intro_wrap .top_box{
		padding-bottom: 15rem;
		margin-bottom: 8rem;
	}

	.intro_wrap .top_box::after{
		background-size: 900px;
		background-position-x: 60%;
	}

	.intro_wrap .top_box dt{
		font-size: 5rem;
	}

	.intro_wrap .top_box dd{
		padding-right: 25rem;
	}

	.intro_wrap .mid_box{
		background-size: 800px;
		padding-top: 30rem;
	}

	.intro_wrap .mid_box p{
		max-width: 80%;
	}

	.intro_wrap .mid_box.box_01{
		background-size: 600px;
		padding-bottom: 0;
		margin-bottom: 10rem;
	}

	.intro_wrap .mid_box.box_02{
		background-size: 600px;
		background-position-x: 90%;
	}

	.intro_wrap .mid_box.box_03{
		background-size: 600px;
	}

	.intro_wrap .mid_box.box_01 p{
		font-size: 2.6rem;
		bottom: -5rem;
		max-width: 50%;
	}

	.intro_wrap .col_box::before{
		height: 550px;
	}

	.intro_wrap .col_box dt{
		font-size: 2.8rem;
	}

	.intro_wrap .col_box ol{
		max-width: 100%;
	}

	.intro_wrap .col_box img{
		height: 6rem;
	}

	.intro_wrap .bot_box{
		padding: 4rem 0;
	}

	.intro_wrap .bot_box dt{
		font-size: 2.8rem;
	}

	/* History */
	.history .img_character{
		margin: 3rem 0;
	}
	
	.history .img_character img{
		width: 20rem;
	}
	
	.history .static{
		flex-direction: column;
		gap: 1rem;
	}
	
	.history .static img{
		margin: 0 0 2rem;
		height: 5rem;
	}
	
	.history .static dd{
		font-size: 2.2rem;
	}

	.spon_list li{
		width: calc((100% - 20px) / 3);
	}
}

@media only screen and (max-width: 560px){

	/* .intro_wrap .mid_box.box_01{
		background-size: 500px;
	} */

	.intro_wrap .mid_box.box_01 p{
		max-width: 80%;
	}
	
	.history .sub_txtBox,
	.history .static dt{
		font-size: 1.8rem;
	}
	
	.history .static dd{
		font-size: 2rem;
	}
	
	/* How To */
	.howto_step{
		gap: 10px;
	}
	
	.howto_step li{
		width: calc((100% - 10px) / 2);
	}
	
	.howto_step img{
		margin: 2rem 0;
	}

	/* Apply */

	.apply .btn_wrap{
		/* flex-direction: column; */
	}

	.apply .btn_wrap .btn{
		width: auto;
		flex: 1;
	}

	/* Contact */
	.cs_box{
		gap: 1rem;
		flex-direction: column;
	}

	.cs_box dt{
		margin-bottom: 1rem;
	}

	.cs_box img{
		height: 5rem;
	}

}

@media only screen and (max-width: 480px){

	/* Intro */
	.intro_wrap .top_box dd{
		padding-right: 17rem;
	}

	.intro_wrap .mid_box{
		background-size: 450px;
		padding-top: 19rem;
	}
	
	.intro_wrap .mid_box.box_03{
		background-size: 500px;
	}

	.intro_wrap .mid_box p{
		max-width: 93%;
	}


	.intro_wrap .col_box::before{
		height: 600px;
	}

	.intro_wrap .col_box li:last-child{
		gap: 1rem;
	}

	.intro_wrap .bot_box dt{
		font-size: 2.8rem;
	}
	
	.howto_step img{
		height: 5rem;
	}
}

@media only screen and (max-width : 420px) {
	
	/* Sponsor */
	.spon_list li{
		width: calc((100% - 10px) / 2);
	}
}





















