section.section { background-size: cover; background-attachment: fixed; background-position: center; }

#section01 { background-image: url(../images/section_bg_01.png); }
#section02 { background-image: url(../images/section_bg_02.png); }
#section03 { background-image: url(../images/section_bg_03.png); }
#section04 { background-image: url(../images/section_bg_03.png); }
#section05 { background-image: url(../images/section_bg_04.png); }
#section06 { background-image: url(../images/section_bg_05.png); }
#section07 { background-image: url(../images/section_bg_05.png); }
#section08 { background-image: url(../images/section_bg_06.png); }
#section09 { background-image: url(../images/section_bg_06.png); }
#section10 { background-image: url(../images/section_bg_06.png); }
#section11 { background-image: url(../images/section_bg_06.png); }
#section12 { background-image: url(../images/section_bg_07.png); }
#section13 { background-image: url(../images/section_bg_08.png); }
#section14 { background-image: url(../images/section_bg_09.png); }
#section15 { background-image: url(../images/section_bg_10.png); }
#section16 { background-image: url(../images/section_bg_10.png); }
#section17 { background-image: url(../images/section_bg_11.png); }
#section18 { background-image: url(../images/section_bg_12.png); }


.containner { 
	display: flex;
	width: 100%; height: auto; min-height: 100dvh; 
	align-items: center;
    justify-content: center;
	padding: 100px 0px 180px;

}

article.box.on { 
	opacity: 1;

	transform: translateY(0px) translateX(0px) scale(1) translate3d(0, 0, 0);
	-webkit-transform: -webkit-translateY(0px) -webkit-translateX(0px) -webkit-scale(1) -webkit-translate3d(0, 0, 0);
	-moz-transform: -moz-translateY(0px) -moz-translateX(0px) -moz-scale(1) -moz-translate3d(0, 0, 0);
	-o-transform: -o-translateY(0px) -o-translateX(0px) -o-scale(1) -o-translate3d(0, 0, 0);
}



article.box {
	width: 100%; height: auto; max-height: 1080px;
	display: flex;
	align-items: center;
    justify-content: center;


	opacity: 0;

	transform: translateY(150px) translateX(0px) scale(1) translate3d(0, 0, 0);
	-webkit-transform: -webkit-translateY(150px) -webkit-translateX(0px) -webkit-scale(1) -webkit-translate3d(0, 0, 0);
	-moz-transform: -moz-translateY(150px) -moz-translateX(0px) -moz-scale(1) -moz-translate3d(0, 0, 0);
	-o-transform: -o-translateY(150px) -o-translateX(0px) -o-scale(1) -o-translate3d(0, 0, 0);

	transition: all 400ms ease-in-out;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;

}

#section01 .title_img {
	width: auto; height: 189px;

	display: flex;
	justify-content: center;
	align-items: center;
}
#section01 .title_img > div {
	width: auto; height: 100%; 
	margin-top: calc(-189px / 2);


	display: flex;
	flex-direction: column;
	justify-content: start;
	align-items: start;
}
#section01 .title_img img.top { width: 366px; height: auto;}
#section01 .title_img img.bottom { width: 670px; height: auto;}

#section02 .bg_box {
	width: auto; height: auto;
	display: grid;
	border-left: 1px solid rgba(255, 159, 70, 0.90);
	padding: 20px 0px;
	padding-left: 28px;
	gap: 40px;
}

#section02 .bg_box .bg_item {
	width: auto; height: auto;
	display: flex;
	align-items: start;
}


#section02 .bg_box .bg_item .bg_item_yyyy {
	width: auto; height: auto; line-height: 24px;
	padding-left: 24px;

	color: #FF9F46; font-size: 24px; font-weight: bold;
}

#section02 .bg_box .bg_item .bg_item_yyyy::before {
	content: '';
	position: absolute; top: 50%; left: 0px;
	width: 4px; height: 4px;
	border-radius: 100%;
	background-color: #FF9F46;
    transform: translate(0%, -50%);
}

#section02 .bg_box .bg_item .bg_item_val {
	width: auto; height: auto;
	padding-left: 30px;
	display: grid;
	gap: 12px;
}

#section02 .bg_box .bg_item .bg_item_val .bg_item_txt {
	width: auto; height: auto; line-height: 24px;
	color: #EAEAEA; font-size: 20px;
}

#section02 .bg_box .bg_item .bg_item_val .bg_item_txt.gray { color: #888888; }


#section02 .bg_box .bg_item .bg_item_val .bg_item_btn { width: auto; height: auto; }
#section02 .bg_box .bg_item .bg_item_val .bg_item_btn button{
	width: 140px; height: 40px;
	color: #FF9F46; font-size: 18px; font-weight: 600;
	border-radius: 8px;
	border: 1px solid #FF9F46;
	background-color: #00000000;
	cursor: pointer;
}

#section02 .bg_box .bg_item .bg_item_val .bg_item_btn button:hover {
	color: #000; 
	background: #FF9F46;
}

#section03 .contents{ 
	width: 100%; height: auto; 

	display: grid;
	gap: 47px;
}
#section03 .contents .desc {
	width: 100%; height: auto; line-height: 1.5;
	color: #FFF; text-align: center; font-size: 50px;
}

#section03 .contents .title {
	width: 100%; height: auto; line-height: 1.5;
	color: #FF9F46; text-align: center; font-size: 60px;
	font-weight: 600;
}



#section04 .contents { 
	width: 100%; height: auto; 

	display: grid;
}

#section04 .contents .title { 
	width: 100%; height: auto; line-height: 1.5;
	font-size: 60px; color: #fff; text-align: center;
}

#section04 .contents .title b {  font-weight: bold; }


#section04 .contents .step { 
	width: 100%; height: auto; 
	margin-top: 60px;

	display: flex;
	align-items: center;
    justify-content: center;
	gap: 110px;
}


#section04 .contents .step img { 
	width: 620px; height: auto;
}

#section04 .contents .btn01 { 
	width: 100%; height: auto;
	margin-top: 30px;
	display: flex;
	align-items: center;
    justify-content: center;
}


#section04 .contents .btn01 button { 
	width: 286px; height: auto; line-height: 1.5;
	padding: 15px 16px;
	border-radius: 8px;
	border: 1px solid #FFF;
	color: #000; font-size: 20px; font-weight: 600;
	background-color: #fff;

	cursor: pointer;
}

#section04 .contents .btn01 button:hover { 
	background-color: #FF9F46; 
	color: #000; border: 1px solid #FF9F46;

}


#section04 .contents .btn02 { 
	width: 100%; height: auto;
	margin-top: 30px;
	display: flex;
	align-items: center;
    justify-content: center;
}


#section04 .contents .btn02 button { 
	width: 286px; height: auto; line-height: 1.5;
	padding: 15px 16px;
	border-radius: 8px;
	border: 1px solid #FF9F46;
	color: #FF9F46; font-size: 20px; font-weight: 600;
	background-color: #00000000;

	cursor: pointer;

}

#section04 .contents .btn02 button:hover { 
	background-color: #FF9F46; color: #000;       
}






#section05 .contents { 
	width: 100%; height: auto; 
	display: grid;
}

#section05 .contents .title { 
	width: 100%; height: auto; line-height: normal;
	font-size: 60px; color: #fff; text-align: center;
}

#section05 .contents .title b {  font-weight: bold; }

#section05 .contents .desc { 
	width: 100%; height: auto; line-height: normal;
	margin-top: 50px;
	color: #FFF; text-align: center; font-size: 22px;
	font-weight: 500;
}

#section05 .contents .btn { 
	width: 100%; height: auto;
	margin-top: 90px;
	display: flex;
	align-items: center;
    justify-content: center;	
	gap: 50px;
}
#section05 .contents .btn button {
	width: 300px; height: 300px;
	border-radius: 24px;

	color: #FFF; text-align: center; font-size: 50px;
	letter-spacing: -0.5px;
	cursor: pointer;

}

#section05 .contents .btn button:nth-child(1) { 
	border: 1px solid rgba(255, 255, 255, 0.25);
	background: linear-gradient(180deg, rgba(255, 159, 70, 0.15) 0%, rgba(255, 159, 70, 0.15) 100%), rgba(255, 255, 255, 0.20);
	box-shadow: 0 0 5px 3px rgba(255, 159, 70, 0.15), 0 1px 3px 1px rgba(255, 255, 255, 0.60) inset;
}
#section05 .contents .btn button:nth-child(1):hover { 
	background-color: #ff9f46;
	color: #000;
	border: 1px solid #ff9f46;
}

#section05 .contents .btn button:nth-child(2) { 
	border: 1px solid rgba(255, 255, 255, 0.25);
	background: linear-gradient(0deg, rgba(159, 163, 167, 0.10) 0%, rgba(159, 163, 167, 0.10) 100%), rgba(255, 255, 255, 0.20);
	box-shadow: 0 0 5px 3px rgba(255, 159, 70, 0.15), 0 1px 3px 1px rgba(255, 255, 255, 0.60) inset;
}

#section05 .contents .btn button:nth-child(2):hover { 
	color: #000;

    border: 1px solid rgba(0, 0, 0, 0.60);
    background: rgba(255, 255, 255, 0.85);
}




#section06 .contents { 
	width: 100%; height: auto; 
	display: grid;
}

#section06 .contents .title { 
	width: 100%; height: auto; line-height: normal;
	font-size: 60px; color: #fff; text-align: center;
}

#section06 .contents .sub { 
	width: 100%; height: auto; line-height: normal;
	color: #FFF; font-size: 28px; font-weight: 500;
	text-align: center;
	margin-top: 50px;
}

#section06 .contents .desc { 
	width: 100%; height: auto; line-height: 1.5;
	color: rgba(255, 255, 255, 0.60);
	text-align: center; font-size: 13px;
	
	margin-top: 18px;
}

#section06 .contents .counter { 
	width: 100%; height: auto; line-height: 1.5;
	color: #FF9F46; font-size: 120px;font-weight: 600;
	text-align: center;
	margin-top: 45px;
}

#section06 .contents .counter span{ 
	font-weight: 600;
}





#section07 .contents { 
	width: 100%; height: auto; 
	display: grid;
}

#section07 .contents .title { 
	width: 100%; height: auto; line-height: normal;
	font-size: 60px; color: #fff; text-align: center;
}

#section07 .contents .img {
	width: 100%; height: auto;

	display: flex;
	align-items: center;
    justify-content: center;
	margin-top: 110px;
}

#section07 .contents .img .blank {
	width: 590px; height: auto;
}

#section07 .contents .img .counter {
	display: none;
	position: absolute; top: -95px; right: -110px;
	width: auto; height: auto; line-height: normal;
	color: #FF9F46; font-size: 72px; font-weight: 600;
}


#section07 .contents .img .img_x {
	position: absolute; bottom: 0px; right: 0px;
	width: 563px; height: auto;
}

#section07 .contents .img .val { width: 100%; height: auto; }
#section07 .contents .img .action_box.on { clip-path: inset(0 0 0 0); }
#section07 .contents .img .action_box {
	position: absolute; top: 0px; left: 0px;
	width: 575px; height: auto;
	overflow: hidden;

	clip-path: inset(0 100% 0 0);
	transition: clip-path .5s ease;
}



#section07 .contents .img_txt {
	width: 100%; height: auto; 
	margin-top: 30px;
	color: rgba(255, 255, 255, 0.60); text-align: center; font-size: 13px;
	
}





#section08 .contents { 
	width: 100%; height: auto; 
	display: grid;
}

#section08 .contents .title { 
	width: 100%; height: auto; line-height: normal;
	font-size: 60px; color: #fff; text-align: center;
}

#section08 .contents .title b { font-weight: 600; }

#section08 .contents .sub { 
	width: 100%; height: auto; line-height: normal;
	font-size: 28px; color: #fff; text-align: center;
	font-weight: 500;
	margin-top: 30px;
}

#section08 .contents .img {
	width: 100%; height: auto;

	display: flex;
	align-items: center;
    justify-content: center;
	margin-top: 45px;
}

#section08 .contents .img .blank {
	width: 604px; height: auto;
}

#section08 .contents .img .img_x {
	position: absolute; bottom: 0px; left: 50%;
	width: 563px; height: auto;
    transform: translate(-50%, 0%);

}


#section08 .contents .img .val { width: 100%; height: auto; }
#section08 .contents .img .action_box.on { clip-path: inset(0 0 0 0); }
#section08 .contents .img .action_box {
	position: absolute; top: 0px; left: 0px;
	width: 604px; height: auto;
	overflow: hidden;

	clip-path: inset(0 100% 0 0);
	transition: clip-path .6s ease;
}



#section08 .contents .img .counter {
	display: none;
	position: absolute; bottom: 100px; left: 50%;
	width: max-content; height: auto; line-height: normal;
	color: #FF9F46; font-size: 80px; font-weight: 600;

    transform: translate(-50%, 0%);
}


#section08 .contents .img_txt {
	width: 100%; height: auto; 
	margin-top: 30px;
	color: rgba(255, 255, 255, 0.60); text-align: center; font-size: 13px;
	
}



#section09 .contents { 
	width: 100%; height: auto; 
	display: grid;
}

#section09 .contents .title { 
	width: 100%; height: auto; line-height: normal;
	font-size: 60px; color: #fff; text-align: center;
}

#section09 .contents .title b { font-weight: 600; }

#section09 .contents .sub { 
	width: 100%; height: auto; line-height: normal;
	font-size: 28px; color: #fff; text-align: center;
	font-weight: 500;
	margin-top: 30px;
}

#section09 .contents .img {
	width: 100%; height: auto;

	display: flex;
	align-items: center;
    justify-content: center;
	margin-top: 45px;
}

#section09 .contents .img .blank {
	width: 568px; height: auto;
}

#section09 .contents .img .img_x {
	position: absolute; bottom: 0px; right: 0px;
	width: 563px; height: auto;

}

#section09 .contents .img .val { width: 100%; height: auto; }
#section09 .contents .img .action_box.on { clip-path: inset(0 0 0 0); }
#section09 .contents .img .action_box {
	position: absolute; top: 0px; left: 0px;
	width: 566px; height: auto;
	overflow: hidden;

	clip-path: inset(0 100% 0 0);
	transition: clip-path .6s ease;
}


#section09 .contents .img .counter {
	display: none;
	position: absolute; bottom: 110px; left: 50%;
	width: max-content; height: auto; line-height: normal;
	color: #FF9F46; font-size: 80px; font-weight: 600;

    transform: translate(-50%, 0%);
}


#section09 .contents .img_txt {
	width: 100%; height: auto; 
	margin-top: 30px;
	color: rgba(255, 255, 255, 0.60); text-align: center; font-size: 13px;
	
}







#section10 .contents { 
	width: 100%; height: auto; 
	display: grid;
}

#section10 .contents .title { 
	width: 100%; height: auto; line-height: normal;
	font-size: 60px; color: #fff; text-align: center;
}

#section10 .contents .title b { font-weight: 600; }

#section10 .contents .sub { 
	width: 100%; height: auto; line-height: normal;
	font-size: 28px; color: #fff; text-align: center;
	font-weight: 500;
	margin-top: 30px;
}
#section10 .contents .desc { 
	width: 100%; height: auto;
	margin-top: 30px;

	display: flex;
	align-items: center;
    justify-content: center;
}

#section10 .contents .desc > div { 
	width: auto; height: auto; line-height: normal;
	border-radius: 5px;
	border: 1px solid rgba(255, 255, 255, 0.15);
	background: rgba(0, 0, 0, 0.20);

	padding: 10px 30px;
	justify-content: center;
	align-items: center;

	color: #FF9345; text-align: center; 
	font-size: 20px; font-weight: 500;

}

#section10 .contents .img {
	width: 100%; height: auto;

	display: flex;
	align-items: center;
    justify-content: center;
	margin-top: 45px;
}

#section10 .contents .img .blank {
	width: 582px; height: auto;
}

#section10 .contents .img .img_x {
	position: absolute; bottom: 0px; left: 50%;
	width: 563px; height: auto;
    transform: translate(-50%, 0%);
}


#section10 .contents .img .val { width: 100%; height: auto; }
#section10 .contents .img .action_box.on { clip-path: inset(0 0 0 0); }
#section10 .contents .img .action_box {
	position: absolute; top: 0px; left: 0px;
	width: 582px; height: auto;
	overflow: hidden;

	clip-path: inset(0 100% 0 0);
	transition: clip-path .6s ease;
}

#section10 .contents .img .counter {
	display: none;
	position: absolute; bottom: 80px; left: 50%;
	width: max-content; height: auto; line-height: normal;
	color: #FF9F46; font-size: 60px; font-weight: 600;

    transform: translate(-50%, 0%);
}
#section10 .contents .img .counter span { 
	font-size: 28px; font-weight: 500; 
	color: rgba(255, 147, 69, 0.70);
}


#section10 .contents .img_txt {
	width: 100%; height: auto; 
	margin-top: 30px;
	color: rgba(255, 255, 255, 0.60); text-align: center; font-size: 13px;
	
}





#section11 .contents { 
	width: 100%; height: auto; 
	display: grid;
}

#section11 .contents .title { 
	width: 100%; height: auto; line-height: normal;
	font-size: 60px; color: #fff; text-align: center;
}

#section11 .contents .title b { font-weight: 600; }

#section11 .contents .sub { 
	width: 100%; height: auto; line-height: normal;
	font-size: 28px; color: #fff; text-align: center;
	font-weight: 500;
	margin-top: 30px;
}

#section11 .contents .book { 
	width: 100%; height: auto;

	display: flex;
	align-items: center;
    justify-content: center;
	gap: 40px;
	margin-top: 45px;
}

#section11 .contents .book .book_item { 
	width: 200px; height: 262px;

}


#section11 .contents .book .book_item .f_box::before { 
	content: '';
	position: absolute; top: 7px; left: -8px;
	width: 202px; height: 263px;
	background-image: url(../images/section_11_book_img.svg);
	background-position: center;


}
#section11 .contents .book .book_item .f_box { 
	width: 100%; height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 16px;

	border-radius: 5px;
	border: 1px solid rgba(255, 255, 255, 0.15);
	background: rgba(0, 0, 0, 0.20);

}


#section11 .contents .book .book_item .f_box .label { 
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 8px 15px;
	border-radius: 3px;
	background: rgba(0, 0, 0, 0.20);

	color: rgba(255, 255, 255, 0.85); text-align: center;
	font-size: 20px;
	line-height: normal;
}

#section11 .contents .book .book_item .f_box .desc { 
	align-self: stretch;
	color: rgba(255, 255, 255, 0.85); text-align: center;
	font-size: 20px; font-weight: 400;
	line-height: normal;
}


#section11 .contents .book .book_item .f_box .cnt { 
	align-self: stretch;
	color: rgba(255, 255, 255, 0.85); text-align: center;
	font-size: 28px; font-weight: 600;
	line-height: normal;
}
#section11 .contents .book .book_item:nth-child(2) .f_box .label,
#section11 .contents .book .book_item:nth-child(2) .f_box .desc,
#section11 .contents .book .book_item:nth-child(2) .f_box .cnt { color: #FF9345; }


#section11 .contents .btn { 
	width: 100%; height: auto;
	margin-top: 60px;

	display: flex;
	justify-content: center;
	align-items: center;
}


#section11 .contents .btn button { 
	width: auto; height: auto; line-height: 1.2;
	color: rgba(255, 145, 77, 0.85); text-align: center;
	font-size: 20px; 

	cursor: pointer;

	padding: 24px;
	justify-content: center;
	align-items: center;
	border-radius: 5px;
	border: 1px solid rgba(255, 145, 77, 0.40);
	background: -webkit-gradient(linear, 100% 0, 0 0, color-stop(1, rgba(255, 145, 77, 0.06)), to(rgba(255, 145, 77, 0.20)));
	background: -webkit-linear-gradient(180deg, rgba(255, 145, 77, 0.06) 100%, rgba(255, 145, 77, 0.20) 100%);
	background: -moz-linear-gradient(180deg, rgba(255, 145, 77, 0.06) 100%, rgba(255, 145, 77, 0.20) 100%);
	background: -o-linear-gradient(180deg, rgba(255, 145, 77, 0.06) 100%, rgba(255, 145, 77, 0.20) 100%);
	background: linear-gradient(180deg, rgba(255, 145, 77, 0.06) 100%, rgba(255, 145, 77, 0.20) 100%);

}

#section11 .contents .btn button b{ 
	font-weight: 600;
}

#section11 .contents .btn button:hover { 
	background-color: #FF9345; color: #000;
}







#section12 .contents { 
	width: 100%; height: auto; 
	display: grid;
}

#section12 .contents .title { 
	width: 100%; height: auto; line-height: normal;
	font-size: 60px; color: #fff; text-align: center;
}

#section12 .contents .title b { font-weight: 600; }
#section12 .contents .img_box { 
	width: 100%; height: 120px;
	margin-top: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#section12 .contents .img_box img { 
	width: auto; height: 100%;

}


#section12 .contents .card.active2 { opacity: 1; }
#section12 .contents .card.active { display: flex; }
#section12 .contents .card { 
	display: none;
	width: 100%; height: auto;
	margin-top: 60px;
	opacity: 0;
	justify-content: center;
	align-items: start;
	gap: 20px;

	transition: all 400ms ease-in-out;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
}


#section12 .contents .card_item { 
	width: 300px; height: auto;
	padding: 10px;
	border-radius: 8px;
	border: 1px solid rgba(255, 255, 255, 0.15);

	background: rgba(255, 255, 255, 0.20);

	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;

	gap: 20px;
}

#section12 .contents .card_item .card_title { 
	width: 100%; height: auto; line-height: 1.3;
	margin-top: 15px;

	color: #FFF; text-align: center;
	font-size: 24px; font-weight: 600;
}

#section12 .contents .card_item .card_img { 
	width: 100%; height: auto;

	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;

	transition: all 400ms ease-in-out;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
}
#section12 .contents .card_item .card_img img { 
	width: 45px; height: auto;

}

#section12 .contents .card_item .card_btn { 
	width: 100%; height: auto; 
	margin-bottom: 15px;

	display: flex;
	justify-content: center;
	align-items: center;

}
#section12 .contents .card_item .card_btn button { 
	padding: 5px 15px;
	border-radius: 5px;
	border: 0px;
	background: rgba(0, 0, 0, 0.40);

	color: #FFF; text-align: center;
	font-size: 16px; font-weight: 600;
	line-height: 30px; 
	cursor: pointer;;
}

#section12 .contents .card_item.active .card_btn button,
#section12 .contents .card_item .card_btn button:hover { 
	background-color: #FF9F46;
}



#section12 .contents .card_item.active .card_open { 
	display: flex; 
	height: 280px;
	padding: 20px;

	margin-bottom: 0px;
	overflow-y: auto;
}
#section12 .contents .card_item .card_open { 
	width: 280px; height: 0px;
	border-radius: 5px;
	background: rgba(0, 0, 0, 0.40);
	padding: 0px 20px;

	align-items: flex-start;
	flex-direction: column;
	gap: 20px;
    margin-bottom: -20px;

	transition: all 200ms ease-in-out;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	overflow: hidden;
}

#section12 .contents .card_item.active .card_open::-webkit-scrollbar-button:start:decrement, 
#section12 .contents .card_item.active .card_open::-webkit-scrollbar-button:end:increment {display: block; height: 0px; background: #efefef; opacity: 0.1;}
#section12 .contents .card_item.active .card_open::-webkit-scrollbar { width: 5px; height: 5px; border: 0px solid #fff; opacity: 0.1; }
#section12 .contents .card_item.active .card_open::-webkit-scrollbar-button:start:decrement, 
#section12 .contents .card_item.active .card_open::-webkit-scrollbar-button:end:increment {display: block; height: 0px; background: #efefef; opacity: 0.1;}
#section12 .contents .card_item.active .card_open::-webkit-scrollbar-track {background: #efefef; -webkit-border-radius: 10px; border-radius:10px; -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,.1); opacity: 0.1;}
#section12 .contents .card_item.active .card_open::-webkit-scrollbar-thumb {height: 0px; width: 0px; background: rgba(0,0,0,.2); -webkit-border-radius: 8px; border-radius: 8px; -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,.1); opacity: 0.1; }


#section12 .contents .card_item .card_open .card_desc {  
	width: 100%; height: auto; line-height: 1.5;
	font-size: 16px; color: #fff; text-align: left;
	word-break: keep-all;
}

#section12 .contents .card_item .card_open .card_sub {  
	width: 100%; height: auto; line-height: 1.5;
	font-size: 20px; color: #fff; text-align: left;
	font-weight: 600;
	word-break: keep-all;
}



#section12 .contents .card_item .card_open .card_hr {  
	width: 100%; height: 1px; 
	background: rgba(255, 255, 255, 0.40);
	flex: 0 0 auto;
}

#section12 .contents .btn { 
	width: max-content; height: auto;
	margin-top: 60px;
	display:  inline-flex;
	justify-content: center;
    justify-self: center;
	align-items: stretch;
	flex-direction: column;
	gap: 10px;
}


#section12 .contents .btn button { 
	width: auto; height: auto; line-height: 1.2;
	color: rgba(255, 145, 77, 0.85); text-align: center;
	font-size: 20px; 
	cursor: pointer;

	flex: 1 0 auto;
	width: 100%;

	padding: 24px;
	justify-content: center;
	align-items: stretch;
	border-radius: 5px;
	border: 1px solid rgba(255, 145, 77, 0.40);
	background: -webkit-gradient(linear, 100% 0, 0 0, color-stop(1, rgba(255, 145, 77, 0.06)), to(rgba(255, 145, 77, 0.20)));
	background: -webkit-linear-gradient(180deg, rgba(255, 145, 77, 0.06) 100%, rgba(255, 145, 77, 0.20) 100%);
	background: -moz-linear-gradient(180deg, rgba(255, 145, 77, 0.06) 100%, rgba(255, 145, 77, 0.20) 100%);
	background: -o-linear-gradient(180deg, rgba(255, 145, 77, 0.06) 100%, rgba(255, 145, 77, 0.20) 100%);
	background: linear-gradient(180deg, rgba(255, 145, 77, 0.06) 100%, rgba(255, 145, 77, 0.20) 100%);
}


#section12 .contents .btn button:nth-child(1) { 
	color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: rgba(255, 255, 255, 0.20);
}
#section12 .contents .btn button:nth-child(1):hover { background: rgba(255, 255, 255, 1); }


#section12 .contents .btn button b{ 
	font-weight: 600;
}

#section12 .contents .btn button:hover { 
	background-color: #FF9345; color: #000;
}





#section13 .contents { 
	width: 100%; height: auto; 
	display: grid;
}

#section13 .contents .title { 
	width: 100%; height: auto; line-height: normal;
	font-size: 60px; color: #fff; text-align: center;
}

#section13 .contents .img {
	width: 100%; height: auto;

	display: flex;
	align-items: center;
    justify-content: center;
	margin-top: 110px;
}

#section13 .contents .img .blank {
	width: 590px; height: auto;
}

#section13 .contents .img .counter {
	display: none;
	position: absolute; top: -95px; right: -170px;
	width: auto; height: auto; line-height: normal;
	color: #FF9F46; font-size: 72px; font-weight: 600;
}

#section13 .contents .img .img_x {
	position: absolute; bottom: 0px; right: 0px;
	width: 563px; height: auto;
}



#section13 .contents .img .val { width: 100%; height: auto; }
#section13 .contents .img .action_box.on { clip-path: inset(0 0 0 0); }
#section13 .contents .img .action_box {
	position: absolute; top: 0px; left: 0px;
	width: 578px; height: auto;
	overflow: hidden;

	clip-path: inset(0 100% 0 0);
	transition: clip-path .6s ease;
}


#section13 .contents .img_txt {
	width: 100%; height: auto; 
	margin-top: 30px;
	color: rgba(255, 255, 255, 0.60); text-align: center; font-size: 13px;
	
}





#section14 .contents { 
	width: 100%; height: auto; 
	display: grid;
}

#section14 .contents .title { 
	width: 100%; height: auto; line-height: normal;
	font-size: 50px; color: #fff; text-align: center;
	margin-top: 30px;
}

#section14 .contents .title b { font-weight: 600; }

#section14 .contents .sub { 
	width: 100%; height: auto; line-height: 1.5;
	font-size: 28px; color: rgba(255,255,255,0.8); text-align: center;

    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
#section14 .contents .sub b { font-weight: 600; }

#section14 .contents .sub > div { 
	width: 100%; 
	text-align: center;

	display: flex;
	align-items: center;
    justify-content: center;
}
#section14 .contents .sub > div > span:nth-child(1){ 
	display: inline-flex;
	padding: 1.5px 16px;
	justify-content: center;
	align-items: center;

	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 45px;
	background: rgba(255, 255, 255, 0.25);
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.30);

	color: #FFF;
	text-align: center;
	font-size: 25px;
	margin-right: 12px;
}


#section14 .contents .img {
	width: 100%; height: auto;

	display: flex;
	align-items: center;
    justify-content: center;
	margin-top: 45px;
}

#section14 .contents .img .chat {
	width: 465px; height: auto;
}


#section14 .contents .img_txt {
	width: 100%; height: auto; 
	margin-top: 15px;
	color: rgba(255, 255, 255, 0.60); text-align: center; font-size: 13px;
	
}

#section14 .contents .img .txt_pop {
	display: none;
	position: absolute;
	width: max-content; height: auto; line-height: 1.5;
	padding: 30px;
	border-radius: 5px;
	background: rgba(0, 0, 0, 0.40);

	font-size: 16px; font-weight: 500; 

}
#section14 .contents .img .txt_pop_01 {
	top: -15px; left: -240px;
	color: #A3C4FF; 
	border: 1px solid rgba(163, 196, 255, 0.70);
}

#section14 .contents .img .txt_pop_02 {
    top: 170px; left: 370px;
	color: #FF9345; 
	border: 1px solid rgba(255, 147, 69, 0.70);
}

#section14 .contents .img .txt_pop b { font-size: 20px; }


#section14 .contents .img .click_btn {
	position: absolute;
	width: 20px; height: 20px;
	border-radius: 100%;
	cursor: pointer;
}
#section14 .contents .img .click_btn_01.ani { animation: glow1 1.4s ease-in-out infinite;  animation-delay: 1s; }
#section14 .contents .img .click_btn_02.ani { animation: glow2 1.4s ease-in-out infinite;  animation-delay: 1s; }


#section14 .contents .img .click_btn_01 { top: 13px; left: 130px; }
#section14 .contents .img .click_btn_02 { top: 95px; left: 440px; }

#section14 .contents .btn { 
	width: 100%; height: auto;
	margin-top: 30px;

	display: flex;
	justify-content: center;
	align-items: center;
}

#section14 .contents .btn button { 
	width: auto; height: auto; line-height: 1.2;
	color: #fff; text-align: center;
	font-size: 20px; 
	cursor: pointer;

	padding: 24px;
	justify-content: center;
	align-items: center;
	border-radius: 5px;
	border-radius: 5px;
	border: 1px solid rgba(255, 255, 255, 0.40);
	background-color: #00000000;
}

#section14 .contents .btn button b{ 
	font-weight: 600;
}

#section14 .contents .btn button:hover { 
	background-color: rgba(255, 255, 255, 0.40); 
}








#section15 .contents { 
	width: 100%; height: auto; 
	display: grid;
}

#section15 .contents .title { 
	width: 100%; height: auto; line-height: normal;
	font-size: 50px; color: #fff; text-align: center;
	 font-weight: 600;
}

#section15 .contents .title b { color: #FF9345; }

#section15 .contents .sub { 
	width: 100%; height: auto; line-height: 1.5;
	font-size: 28px; color: rgba(255,255,255,0.8); text-align: center;

    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;

	margin-top: 30px;

}
#section15 .contents .sub b { font-weight: 600; }

#section15 .contents .sub > div { 
	width: 100%; 
	text-align: center;

	display: flex;
	align-items: center;
    justify-content: center;
}
#section15 .contents .sub > div > span:nth-child(1){ 
	display: inline-flex;
	padding: 1.5px 16px;
	justify-content: center;
	align-items: center;

	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 45px;
	background: rgba(255, 255, 255, 0.25);
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.30);

	color: #FFF;
	text-align: center;
	font-size: 25px;
	margin-right: 12px;
}

#section15 .contents .sub .small { font-size: 20px; margin-top: 10px; }


#section15 .contents .btn { 
	width: 100%; height: auto;
	margin-top: 30px;

	display: flex;
	justify-content: center;
	align-items: center;
}

#section15 .contents .btn button { 
	width: auto; height: auto; line-height: 1.2;
	color: #fff; text-align: center;
	font-size: 20px; 
	cursor: pointer;

	padding: 24px;
	justify-content: center;
	align-items: center;
	border-radius: 5px;
	border-radius: 5px;
	border: 1px solid rgba(255, 255, 255, 0.40);
	background-color: #00000000;
}

#section15 .contents .btn button b{ 
	font-weight: 600;
}

#section15 .contents .btn button:hover { 
	background-color: rgba(255, 255, 255, 0.40); 
}





#section15 .contents .img {
	width: 100%; height: auto;

	display: flex;
	align-items: center;
    justify-content: center;
	margin-top: 100px;
}

#section15 .contents .img .chat {
	width: 634px; height: auto;
}


#section15 .contents .img_txt {
	width: 100%; height: auto; 
	margin-top: 15px;
	color: rgba(255, 255, 255, 0.60); text-align: center; font-size: 13px;
	
}


#section15 .contents .img .num {
	display: none;
	position: absolute; 
	text-align: center;
	font-size: 28px;
	font-weight: 600;
}
#section15 .contents .img .num span { font-size: 18px; }

#section15 .contents .img .num.num_01 { 
	top: -40px; left: -20px; 
	color: #A3C4FF;
}


#section15 .contents .img .num.num_02 { 
    top: 150px; left: 597px;
	color: #FF9345;
}



#section16 .contents { 
	width: 100%; height: auto; 
	display: grid;
}

#section16 .contents .title { 
	width: 100%; height: auto; line-height: normal;
	font-size: 50px; color: #fff; text-align: center;
	margin-top: 30px;  font-weight: 600;
}

#section16 .contents .title b { color: #FF9345; }

#section16 .contents .sub { 
	width: 100%; height: auto; line-height: 1.5;
	font-size: 28px; color: #fff; text-align: center;

    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
#section16 .contents .sub b { font-weight: 600; }

#section16 .contents .sub > div { 
	width: 100%; 
	text-align: center;

	display: flex;
	align-items: center;
    justify-content: center;
}
#section16 .contents .sub > div > span:nth-child(1){ 
	display: inline-flex;
	padding: 1.5px 16px;
	justify-content: center;
	align-items: center;

	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 45px;
	background: rgba(255, 255, 255, 0.25);
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.30);

	color: #FFF;
	text-align: center;
	font-size: 25px;
	margin-right: 12px;
}


#section16 .contents .label { 
	width: 100%; height: auto; line-height: normal;
	font-size: 28px; color: #fff; text-align: center;

    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;

	padding-bottom:  20px;
	margin-bottom: 30px;
}

#section16 .contents .label::before { 
	content: '';
	position: absolute; bottom: 0px; left: 50%; 
    transform: translate(-50%, 0%);
	width: 51px; height: 1px;
	background: rgba(255, 255, 255, 0.60);
}




#section16 .contents .img {
	width: 100%; height: auto;

	display: flex;
	align-items: center;
    justify-content: center;
	margin-top: 45px;
}

#section16 .contents .img .chat {
	width: 433px; height: auto;
}


#section16 .contents .img_txt {
	width: 100%; height: auto; line-height: 1.5;
	margin-top: 15px;
	color: rgba(255, 255, 255, 0.60); text-align: center; font-size: 13px;
	
}
#section16 .contents .img_txt span {
	font-size: 16px;
}
#section16 .contents .img .txt_pop {
	display: none;
	position: absolute; left: 450px; top: 105px;
	width: max-content; height: auto; line-height: 1.5;
	padding: 15px 30px;

	font-size: 16px; font-weight: 500; 
	color: #fff;


	border-radius: 5px;
	border: 1px solid rgba(255, 255, 255, 0.70);
	background: rgba(0, 0, 0, 0.40);
}

#section16 .contents .img .txt_pop b { font-size: 20px; }


#section16 .contents .btn { 
	width: 100%; height: auto;
	margin-top: 30px;

	display: flex;
	justify-content: center;
	align-items: center;
}

#section16 .contents .btn button { 
	width: auto; height: auto; line-height: 1.2;
	color: rgba(255, 255, 255, 0.8); text-align: center;
	font-size: 20px; 
	cursor: pointer;

	padding: 24px;
	justify-content: center;
	align-items: center;
	border-radius: 5px;
	border-radius: 5px;

	border: 1px solid rgba(255, 255, 255, 0.40);

	background-color: #00000000;
}

#section16 .contents .btn button b{ 
	font-weight: 600;
}

#section16 .contents .btn button:hover { 
	background-color: rgba(255, 255, 255, 0.40); 
}






#section17 .contents { 
	width: 100%; height: auto; 
	display: grid;
}

#section17 .contents .chat { 
	display: flex;
	width: 100%; height: auto;

	display: flex;
	justify-content: center;
	align-items: stretch;
	flex-direction: column;
	gap: 60px;

}


#section17 .contents .chat .chat_item { 
	width: auto; height: auto;

	display: flex;
	justify-content: center;
	align-items: center;
	gap: 60px;
}

#section17 .contents .chat .chat_item .txt { 
	display: flex;
	justify-content: start;
	align-items: start;
	flex-direction: column;
	gap: 15px;
}


#section17 .contents .chat .chat_item .txt::before { 
	content: '';
	position: absolute; top: -10px; left: -50px;
	width: 40px; height: 40px;
	background-image: url(../images/quotation_left.svg);
	background-position: center;
	background-size: cover;
    background-repeat: no-repeat;
}

#section17 .contents .chat .chat_item .txt::after { 
	content: '';
	position: absolute; bottom: -10px; right: 0px;
	width: 40px; height: 40px;
	background-image: url(../images/quotation_right.svg);
	background-position: center;
	background-size: cover;
    background-repeat: no-repeat;
}

#section17 .contents .chat .chat_item .txt .title { 
	width: auto; height: auto; line-height: 1.1;
	color: #FFF;
	text-align: left;
	font-size: 32px;
}

#section17 .contents .chat .chat_item .txt .desc { 
	width: auto; height: auto; line-height: 1.5;
	color: #FFF; text-align: left;
	font-size: 20px; font-weight: 500;
}

#section17 .contents .chat .chat_item .profile { 
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap: 8px;
}

#section17 .contents .chat .chat_item .profile .img { width: 130px; height: auto; }
#section17 .contents .chat .chat_item .profile .img img { width: 100%; height: auto; }

#section17 .contents .chat .chat_item .profile .name {
	width: auto; height: auto; line-height: 26px;
	color: #FFF; 
	font-size: 14px; font-weight: 500;
}

#section17 .contents .chat .chat_item .profile .name b { font-weight: 600; }




#section17 .contents .btn { 
	width: 100%; height: auto;
	margin-top: 120px;

	display: flex;
	justify-content: center;
	align-items: center;
}

#section17 .contents .btn button { 
	width: auto; height: auto; line-height: 1.2;
	color: rgba(255, 255, 255, 0.8); text-align: center;
	font-size: 20px; 
	cursor: pointer;

	padding: 24px;
	justify-content: center;
	align-items: center;
	border-radius: 5px;
	border-radius: 5px;

	border: 1px solid rgba(255, 255, 255, 0.40);

	background-color: #00000000;
}

#section17 .contents .btn button b{ 
	font-weight: 600;
}

#section17 .contents .btn button:hover { 
	background-color: rgba(255, 255, 255, 0.40); 
}


#section17 .contents .img_txt {
	width: 100%; height: auto; line-height: 1.5;
	margin-top: 15px;
	color: rgba(255, 255, 255, 0.60); text-align: center; font-size: 13px;
	
}


#section18 .contents { 
	width: 100%; height: auto; 
	display: grid;
}



#section18 .contents .last_logo { 
	width: 100%; height: auto;

	display: flex;
	justify-content: center;
	align-items: center;
}

#section18 .contents .last_logo img { width: 430px; height: auto; }


#section18 .contents .txt01 { 
	width: 100%; height: auto; line-height: 1.8;
	margin-top: 90px;
	color: #FFF; text-align: center;
	font-size: 22px; font-weight: 500;
}

#section18 .contents .txt02 { 
	width: 100%; height: auto; line-height: 2;
	margin-top: 65px;
	color: rgba(255, 255, 255, 0.60); text-align: center;
	font-size: 18px; 


}


#section18 .contents .btn { 
	width: 100%; height: auto;
	margin-top: 30px;

	display: flex;
	justify-content: center;
	align-items: center;
}

#section18 .contents .btn button { 
	width: auto; height: auto; line-height: 1.2;
	color: rgba(255, 255, 255, 0.8); text-align: center;
	font-size: 20px; 
	cursor: pointer;

	padding: 24px;
	justify-content: center;
	align-items: center;
	border-radius: 5px;
	border-radius: 5px;

	border: 1px solid rgba(255, 255, 255, 0.40);

	background-color: #00000000;
}

#section18 .contents .btn button b{ 
	font-weight: 600;
}

#section18 .contents .btn button:hover { 
	background-color: rgba(255, 255, 255, 0.40); 
}


.arrow_box {
	position: absolute; bottom: 50px; left: 0px;
	width: 100%; height: auto;


	display: flex;
	justify-content: center;
	align-items: center;
}

.arrow_box button {
	width: 40px; height: 40px;
	border: 0px; background-color: #00000000; 
	cursor: pointer;
}


.arrow_box button img {
	width: 100%; height: auto;
}

.jump {
  display: inline-block;
  animation: jump 0.6s ease;
}

@keyframes jump {
  0%   { transform: translateY(0); }
  30%  { transform: translateY(-15px); } /* 위로 살짝 점프 */
  50%  { transform: translateY(0); }
  70%  { transform: translateY(-7px); }  /* 가볍게 한 번 더 튕김 */
  100% { transform: translateY(0); }
}



@keyframes glow1 {
0%, 100% {
  box-shadow: 0 0 3px 1px rgba(163,196,255,0.4), 0 0 6px 2px rgba(163,196,255,0.3);
  filter: brightness(1);
}
50% {
  box-shadow: 0 0 9px 3px rgba(163,196,255,0.9), 0 0 15px 5px rgba(163,196,255,0.6);
  filter: brightness(1.5);
}
}

  @keyframes glow2 {
    0%, 100% {
      box-shadow: 0 0 3px 1px rgba(193,117,57,0.4), 0 0 6px 2px rgba(193,117,57,0.3);
      filter: brightness(1);
    }
    50% {
      box-shadow: 0 0 9px 3px rgba(193,117,57,0.9), 0 0 15px 5px rgba(193,117,57,0.6);
      filter: brightness(1.5);
    }
  }

br.type_01 { display: none; }
br.type_02 { display: none; }
@media (max-width: 479px){ 
	br.type_01 { display: block; }
	br.type_02 { display: block; }
	.containner { padding: calc((100 / 480) * 100vw) 0px calc((100 / 480) * 100vw); }


	#section01 .title_img {
		height: calc((150 / 480) * 100vw);
	}
	#section01 .title_img > div {
		margin-top: calc(((-150 / 480) * 100vw); / 2);
	}
	#section01 .title_img img.top { width: calc((180 / 480) * 100vw); height: auto;}
	#section01 .title_img img.bottom { width: calc((350 / 480) * 100vw); height: auto;}





	#section02 .bg_box {
		border-left: 1px solid rgba(255, 159, 70, 0.90);
		padding: calc((15 / 480) * 100vw) 0px;
		padding-left: calc((20 / 480) * 100vw);
		gap: calc((30 / 480) * 100vw);
	}


	#section02 .bg_box .bg_item .bg_item_yyyy {
		line-height: calc((20 / 480) * 100vw);
		padding-left: calc((20 / 480) * 100vw);
		font-size: calc((20 / 480) * 100vw); 
	}

	#section02 .bg_box .bg_item .bg_item_yyyy::before {
		width: 2px; height: 2px;
	}

	#section02 .bg_box .bg_item .bg_item_val {
		padding-left: calc((20 / 480) * 100vw);
		display: grid;
		gap: calc((10 / 480) * 100vw);
	}

	#section02 .bg_box .bg_item .bg_item_val .bg_item_txt {
		line-height: calc((20 / 480) * 100vw); 
		font-size: calc((20 / 480) * 100vw);
	}

	#section02 .bg_box .bg_item .bg_item_val .bg_item_btn button{
		width: calc((100 / 480) * 100vw); height: calc((35 / 480) * 100vw);
		font-size: calc((18 / 480) * 100vw);
		border-radius: calc((6 / 480) * 100vw);
	}


	#section03 .contents{ gap: calc((30 / 480) * 100vw); }
	#section03 .contents .desc { font-size: calc((30 / 480) * 100vw); }
	#section03 .contents .title { font-size: calc((40 / 480) * 100vw); }


	#section04 .contents .title { font-size: calc((30 / 480) * 100vw); }
	#section04 .contents .step { 
		margin-top: calc((20 / 480) * 100vw);
		gap: 0px;
		padding: 0px calc((10 / 480) * 100vw);
	}

	#section04 .contents .step img { 
		width: 100%; max-width: calc((550 / 480) * 100vw); height: auto;
	}

	#section04 .contents .btn01 { margin-top: 0px; }
	#section04 .contents .btn01 button { 
		width: calc((250 / 480) * 100vw);
		padding: calc((10 / 480) * 100vw);
		border-radius: calc((4 / 480) * 100vw);
		font-size: calc((18 / 480) * 100vw);
	}

	#section04 .contents .btn02 { margin-top: calc((20 / 480) * 100vw); }
	#section04 .contents .btn02 button { 
		width: calc((250 / 480) * 100vw);
		padding: calc((10 / 480) * 100vw);
		border-radius: calc((4 / 480) * 100vw);
		font-size: calc((18 / 480) * 100vw);
	}


	#section05 .contents .title { font-size: calc((30 / 480) * 100vw); }
	#section05 .contents .desc { 
		margin-top: calc((20 / 480) * 100vw);
		font-size: calc((20 / 480) * 100vw);
	}

	#section05 .contents .btn { 
		margin-top: calc((30 / 480) * 100vw);
		gap: calc((20 / 480) * 100vw);
	}
	#section05 .contents .btn button {
		width: calc((180 / 480) * 100vw); height: calc((180 / 480) * 100vw);
		border-radius: calc((10 / 480) * 100vw);
		font-size: calc((40 / 480) * 100vw);
		letter-spacing: 0px;

	}

	#section06 .contents .title { font-size: calc((30 / 480) * 100vw); }

	#section06 .contents .sub { 
		font-size: calc((18 / 480) * 100vw);
		margin-top: calc((20 / 480) * 100vw);
	}

	#section06 .contents .desc { 
		font-size: calc((14 / 480) * 100vw);
		margin-top: calc((10 / 480) * 100vw);
	}

	#section06 .contents .counter { 
		font-size: calc((60 / 480) * 100vw); 
		margin-top: calc((45 / 480) * 100vw);
	}


	#section07 .contents .title { font-size: calc((30 / 480) * 100vw); }
	#section07 .contents .img { margin-top: calc((90 / 480) * 100vw); }

	#section07 .contents .img .blank { width: calc((650 / 750) * 100vw); }
	#section07 .contents .img .img_x { width: calc((623 / 750) * 100vw); }
	#section07 .contents .img .action_box { width: calc((635 / 750) * 100vw); }

	#section07 .contents .img .counter {
		top: calc((-55 / 750) * 100vw); right: calc((-25 / 750) * 100vw);
		font-size: calc((40 / 750) * 100vw);
	}

	#section07 .contents .img_txt {
		margin-top: calc((20 / 480) * 100vw);
		font-size: calc((14 / 480) * 100vw);
	}



	#section08 .contents .title { font-size: calc((30 / 480) * 100vw); }
	#section08 .contents .sub { font-size: calc((20 / 480) * 100vw); margin-top: calc((20 / 480) * 100vw); }
	#section08 .contents .img { margin-top: calc((30 / 480) * 100vw); }

	#section08 .contents .img .blank { width: calc((694 / 750) * 100vw); }
	#section08 .contents .img .img_x { width: calc((653 / 750) * 100vw); }
	#section08 .contents .img .action_box { width: calc((694 / 750) * 100vw); }

	#section08 .contents .img .counter {
		bottom: calc((120 / 750) * 100vw);
		font-size: calc((70 / 750) * 100vw);
	}

	#section08 .contents .img_txt {
		margin-top: calc((20 / 480) * 100vw);
		font-size: calc((14 / 480) * 100vw);
	}



	#section09 .contents .title { font-size: calc((30 / 480) * 100vw); }
	#section09 .contents .sub { 
		font-size: calc((20 / 480) * 100vw); 
		margin-top: calc((20 / 480) * 100vw);
	}

	#section09 .contents .img { margin-top: calc((45 / 480) * 100vw); }


	#section09 .contents .img .blank { width: calc((658 / 750) * 100vw); }
	#section09 .contents .img .img_x { width: calc((653 / 750) * 100vw); }
	#section09 .contents .img .action_box { width: calc((656 / 750) * 100vw); }

	#section09 .contents .img .counter {
		bottom: calc((140 / 750) * 100vw); 
		font-size: calc((70 / 750) * 100vw); 
	}


	#section09 .contents .img_txt {
		margin-top: calc((20 / 480) * 100vw);
		font-size: calc((14 / 480) * 100vw);
	}



	#section10 .contents .title { font-size: calc((30 / 480) * 100vw); }
	#section10 .contents .sub { 
		font-size: calc((20 / 480) * 100vw);
		margin-top: calc((20 / 480) * 100vw);
	}
	#section10 .contents .desc { margin-top: calc((20 / 480) * 100vw); }

	#section10 .contents .desc > div { 
		border-radius: calc((3 / 480) * 100vw);
		padding: calc((8 / 480) * 100vw) calc((15 / 480) * 100vw);
		font-size: calc((18 / 480) * 100vw); 

	}

	#section10 .contents .img { margin-top: calc((30 / 480) * 100vw); }

	#section10 .contents .img .blank { width: calc((672 / 750) * 100vw); }
	#section10 .contents .img .img_x { width: calc((653 / 750) * 100vw); }
	#section10 .contents .img .action_box { width: calc((672 / 750) * 100vw); }

	#section10 .contents .img .counter {
		bottom: calc((80 / 750) * 100vw);
		font-size: calc((65 / 750) * 100vw);
	}
	#section10 .contents .img .counter span { font-size: calc((30 / 750) * 100vw); }


	#section10 .contents .img_txt {
		margin-top: calc((20 / 480) * 100vw);
		font-size: calc((14 / 480) * 100vw);
	}


	#section11 .contents .title { font-size: calc((30 / 480) * 100vw); }
	#section11 .contents .sub { 
		font-size: calc((20 / 480) * 100vw);
		margin-top: calc((20 / 480) * 100vw);
	}

	#section11 .contents .book { 
		gap: calc((20 / 480) * 100vw);
		margin-top: calc((30 / 480) * 100vw);
	}

	#section11 .contents .book .book_item { 
		width: calc((180 / 480) * 100vw); height: calc((235 / 480) * 100vw);
	}


	#section11 .contents .book .book_item .f_box::before { 
		content: '';
		position: absolute; top: calc((5 / 480) * 100vw); left: calc((-8 / 480) * 100vw);
		width: calc((180 / 480) * 100vw); height: calc((240 / 480) * 100vw);
		background-image: url(../images/section_11_book_img.svg);
		background-position: center;
        background-size: 100%;
        background-repeat: no-repeat;

	}
	#section11 .contents .book .book_item .f_box { 
		gap: calc((15 / 480) * 100vw);
		border-radius: calc((5 / 480) * 100vw);
	}


	#section11 .contents .book .book_item .f_box .label { 
		padding: calc((8 / 480) * 100vw) calc((10 / 480) * 100vw);
		border-radius: calc((3 / 480) * 100vw);
		font-size: calc((20 / 480) * 100vw);
	}

	#section11 .contents .book .book_item .f_box .desc { 
		font-size: calc((20 / 480) * 100vw);
	}


	#section11 .contents .book .book_item .f_box .cnt { 
		font-size: calc((24 / 480) * 100vw);
	}


	#section11 .contents .btn { 
		margin-top: calc((45 / 480) * 100vw);
	}


	#section11 .contents .btn button { 
		font-size: calc((18 / 480) * 100vw); 
		padding: calc((20 / 480) * 100vw);
		border-radius: calc((5 / 480) * 100vw);
	}

	#section12 .contents .title { font-size: calc((30 / 480) * 100vw); }
	#section12 .contents .card { 
		margin-top: calc((30 / 480) * 100vw);
		gap: calc((15 / 480) * 100vw);
	}
	#section12 .contents .card.active { display: grid; }

	#section12 .contents .img_box { 
		height: calc((128 / 480) * 100vw);
		margin-top: calc((30 / 480) * 100vw);
	}


	#section12 .contents .card_item { 
		width: calc((350 / 480) * 100vw); height: auto;
		padding: calc((10 / 480) * 100vw);
		border-radius: calc((6 / 480) * 100vw);
		gap: calc((15 / 480) * 100vw);

	}

	#section12 .contents .card_item .card_title { 
		margin-top: calc((15 / 480) * 100vw);
		font-size: calc((20 / 480) * 100vw); 
	}

	#section12 .contents .card_item .card_btn { 
		margin-bottom: calc((15 / 480) * 100vw);
	}
	#section12 .contents .card_item .card_btn button { 
		padding: calc((5 / 480) * 100vw) calc((10 / 480) * 100vw);
		border-radius: calc((5 / 480) * 100vw);
		font-size: calc((18 / 480) * 100vw);
		line-height: calc((30 / 480) * 100vw); 
	}

	#section12 .contents .card_item.active .card_open { 
		height: auto;
		padding: calc((15 / 480) * 100vw) calc((10 / 480) * 100vw);
	}

	#section12 .contents .card_item .card_open { 
		width: 100%; max-width: calc((350 / 480) * 100vw); 
		border-radius: calc((5 / 480) * 100vw);
		padding: 0px calc((10 / 480) * 100vw);
		gap: calc((10 / 480) * 100vw);
		margin-bottom: calc((-15 / 480) * 100vw);

	}


	#section12 .contents .card_item .card_open .card_desc { font-size: calc((18 / 480) * 100vw); }
	#section12 .contents .card_item .card_open .card_sub { font-size: calc((18 / 480) * 100vw); font-weight: 500; }
	#section12 .contents .btn { margin-top: calc((45 / 480) * 100vw); }

	#section12 .contents .btn button { 
		font-size: calc((18 / 480) * 100vw); 
		padding: calc((20 / 480) * 100vw);
		border-radius: calc((5 / 480) * 100vw);
	}

	#section12 .contents .card_item .card_img img { width: calc((40 / 480) * 100vw); }


	#section13 .contents .title { font-size: calc((30 / 480) * 100vw); }
	#section13 .contents .img { margin-top: calc((80 / 480) * 100vw); }

	#section13 .contents .img .blank { width: calc((680 / 750) * 100vw); }
	#section13 .contents .img .img_x { width: calc((653 / 750) * 100vw); }
	#section13 .contents .img .action_box { width: calc((668 / 750) * 100vw); }

	#section13 .contents .img .counter {
        top: calc((-60 / 750) * 100vw); right: calc((-20 / 750) * 100vw);
		font-size: calc((40 / 750) * 100vw);
	}

	#section13 .contents .img_txt {
		margin-top: calc((20 / 480) * 100vw);
		font-size: calc((14 / 480) * 100vw);
	}



	#section14 .contents .title { 
		font-size: calc((20 / 480) * 100vw); 
		margin-top: calc((20 / 480) * 100vw);
	}

	#section14 .contents .sub { font-size: calc((20 / 480) * 100vw); }
	#section14 .contents .sub > div > span:nth-child(1){ 
		padding: calc((1.5 / 480) * 100vw) calc((16 / 480) * 100vw);
		border-radius: calc((35 / 480) * 100vw);
		box-shadow: 0 0 calc((10 / 480) * 100vw) 0 rgba(0, 0, 0, 0.30);
		font-size: calc((20 / 480) * 100vw);
		margin-right: calc((10 / 480) * 100vw);
	}

	#section14 .contents .img { margin-top: calc((45 / 480) * 100vw); }

	#section14 .contents .img .chat { width: calc((555 / 750) * 100vw); }
	#section14 .contents .img_txt {
		margin-top: calc((15 / 480) * 100vw);
		font-size: calc((14 / 480) * 100vw);
	}

	#section14 .contents .img .txt_pop {
		padding: calc((20 / 480) * 100vw);
		border-radius: calc((5 / 480) * 100vw);
		font-size: calc((18 / 480) * 100vw);

	}
	#section14 .contents .img .txt_pop_01 {
        top: calc((33 / 480) * 100vw); left: calc((78 / 480) * 100vw);
	}

	#section14 .contents .img .txt_pop_02 {
		top: calc((120 / 480) * 100vw); left: calc((70 / 480) * 100vw);
	}

	#section14 .contents .img .txt_pop b { font-size: calc((16 / 480) * 100vw); }

	#section14 .contents .img .click_btn { width: calc((22 / 750) * 100vw); height: calc((22 / 750) * 100vw); }
	#section14 .contents .img .click_btn_01 { top: calc((16 / 750) * 100vw); left: calc((156 / 750) * 100vw); }
	#section14 .contents .img .click_btn_02 { top: calc((114 / 750) * 100vw); left: calc((526 / 750) * 100vw); }
	#section14 .contents .btn { margin-top: calc((30 / 480) * 100vw); }

	#section14 .contents .btn button { 
		font-size: calc((18 / 480) * 100vw); 
		padding: calc((20 / 480) * 100vw);
		border-radius: calc((5 / 480) * 100vw);
	}




	#section15 .contents .title { font-size: calc((30 / 480) * 100vw); }
	#section15 .contents .sub { 
		font-size: calc((20 / 480) * 100vw);
		margin-top: calc((20 / 480) * 100vw);
	}

	#section15 .contents .sub > div > span:nth-child(1){ 
		padding: calc((1.5 / 480) * 100vw) calc((16 / 480) * 100vw);
		border-radius: calc((45 / 480) * 100vw);
		box-shadow: 0 0 calc((10 / 480) * 100vw) 0 rgba(0, 0, 0, 0.30);
		font-size: calc((20 / 480) * 100vw);
		margin-right: calc((10 / 480) * 100vw);
	}

	#section15 .contents .sub .small { font-size: calc((18 / 480) * 100vw); margin-top: calc((10 / 480) * 100vw); }
	#section15 .contents .btn { margin-top: calc((20 / 480) * 100vw); }
	#section15 .contents .btn button { 
		font-size: calc((18 / 480) * 100vw); 
		padding: calc((20 / 480) * 100vw);
		border-radius: calc((5 / 480) * 100vw);
	}

	#section15 .contents .img { margin-top: calc((60 / 480) * 100vw); }

	#section15 .contents .img .chat { width: calc((710 / 750) * 100vw); }
	#section15 .contents .img_txt {
		margin-top: calc((15 / 480) * 100vw);
		font-size: calc((14 / 480) * 100vw);
	}


	#section15 .contents .img .num {
		font-size: calc((25 / 750) * 100vw);
	}
	#section15 .contents .img .num span { font-size: calc((20 / 750) * 100vw); }


	#section15 .contents .img .num.num_01 { 
		top: calc((-35 / 750) * 100vw); left: calc((-10 / 750) * 100vw); 
	}


	#section15 .contents .img .num.num_02 { 
        top: calc((180 / 750) * 100vw); left: calc((670 / 750) * 100vw);
	}


	#section16 .contents .title { 
		font-size: calc((30 / 480) * 100vw); 
		margin-top: calc((20 / 480) * 100vw);
	}


	#section16 .contents .sub { font-size: calc((20 / 480) * 100vw); }
	#section16 .contents .sub > div > span:nth-child(1){ 
		padding: calc((1.5 / 480) * 100vw) calc((16 / 480) * 100vw);
		border-radius: calc((45 / 480) * 100vw);
		box-shadow: 0 0 calc((10 / 480) * 100vw) 0 rgba(0, 0, 0, 0.30);
		font-size: calc((20 / 480) * 100vw);
		margin-right: calc((10 / 480) * 100vw);
	}


	#section16 .contents .label { 
		font-size: calc((20 / 480) * 100vw); 
		padding-bottom: calc((20 / 480) * 100vw);
		margin-bottom: calc((20 / 480) * 100vw);
	}

	#section16 .contents .label::before { width: calc((40 / 480) * 100vw); }
	#section16 .contents .img { margin-top: calc((45 / 480) * 100vw); }
	#section16 .contents .img .chat { width: calc((523 / 750) * 100vw); }

	#section16 .contents .img_txt {
		margin-top: calc((15 / 480) * 100vw);
		font-size: calc((14 / 480) * 100vw);
	}

	#section16 .contents .img_txt span {
		font-size: calc((18 / 480) * 100vw);
	}
	#section16 .contents .img .txt_pop {
        left: calc((278 / 750) * 100vw); top: calc((235 / 750) * 100vw);
		padding: calc((10 / 480) * 100vw) calc((20 / 480) * 100vw);
		font-size: calc((18 / 480) * 100vw); 


		border-radius: calc((5 / 480) * 100vw);
		border: 1px solid rgba(255, 255, 255, 0.70);
		background: rgba(0, 0, 0, 0.40);
	}

	#section16 .contents .img .txt_pop b { font-size: calc((20 / 480) * 100vw); }


	#section16 .contents .btn { 
		margin-top: calc((20 / 480) * 100vw);

	}

	#section16 .contents .btn button { 
		font-size: calc((18 / 480) * 100vw); 
		padding: calc((20 / 480) * 100vw);
		border-radius: calc((5 / 480) * 100vw);
	}




	#section17 .contents .chat { gap: calc((30 / 480) * 100vw); }
	#section17 .contents .chat .chat_item { gap: calc((30 / 480) * 100vw); }
	#section17 .contents .chat .chat_item .txt { gap: calc((10 / 480) * 100vw); }
	#section17 .contents .chat .chat_item .txt::before { 
		top: calc((-5 / 480) * 100vw); left: calc((-25 / 480) * 100vw);
		width: calc((20 / 480) * 100vw); height: calc((20 / 480) * 100vw);
	}

	#section17 .contents .chat .chat_item .txt::after { 
		bottom: calc((-5 / 480) * 100vw); right: 0px;
		width: calc((20 / 480) * 100vw); height: calc((20 / 480) * 100vw);
	}

	#section17 .contents .chat .chat_item .txt .title { font-size: calc((24 / 480) * 100vw); }
	#section17 .contents .chat .chat_item .txt .desc { font-size: calc((16 / 480) * 100vw); }
	#section17 .contents .chat .chat_item .profile { gap: calc((5 / 480) * 100vw); }
	#section17 .contents .chat .chat_item .profile .img { width: calc((100 / 480) * 100vw); }
	#section17 .contents .chat .chat_item .profile .name {
		line-height: calc((20 / 480) * 100vw);
		font-size: calc((16 / 480) * 100vw);
	}


	#section17 .contents .btn { 
		margin-top: calc((45 / 480) * 100vw);
	}

	#section17 .contents .btn button { 
		font-size: calc((18 / 480) * 100vw); 
		padding: calc((20 / 480) * 100vw);
		border-radius: calc((5 / 480) * 100vw);
	}

	#section17 .contents .img_txt {
		margin-top: calc((15 / 480) * 100vw);
		font-size: calc((14 / 480) * 100vw);
	}


	#section18 .contents .last_logo img { width: calc((300 / 480) * 100vw); }
	#section18 .contents .txt01 { 
		margin-top: calc((45 / 480) * 100vw);
		font-size: calc((20 / 480) * 100vw); 
	}

	#section18 .contents .txt02 { 
		margin-top: calc((45 / 480) * 100vw);
		font-size: calc((18 / 480) * 100vw); 
	}

	#section18 .contents .btn { 
		margin-top: calc((20 / 480) * 100vw);
	}

	#section18 .contents .btn button { 
		font-size: calc((18 / 480) * 100vw); 
		padding: calc((20 / 480) * 100vw);
		border-radius: calc((5 / 480) * 100vw);
	}
	.arrow_box { bottom: calc((30 / 480) * 100vw);  }
	.arrow_box button { width: calc((25 / 480) * 100vw); height: calc((25 / 480) * 100vw); }

	.jump {
	  display: inline-block;
	  animation: jump 0.6s ease;
	}

	@keyframes jump {
	  0%   { transform: translateY(0); }
	  30%  { transform: translateY(-15px); } /* 위로 살짝 점프 */
	  50%  { transform: translateY(0); }
	  70%  { transform: translateY(-7px); }  /* 가볍게 한 번 더 튕김 */
	  100% { transform: translateY(0); }
	}

}

@media (max-width: 749px) and (min-width: 480px) { 
	br.type_01 { display: block; }
	.containner { padding: 100px 0px 100px; }


	#section01 .title_img {
		height: 150px;
	}
	#section01 .title_img > div {
		margin-top: calc(-150px / 2);
	}
	#section01 .title_img img.top { width: 180px; height: auto;}
	#section01 .title_img img.bottom { width: 350px; height: auto;}





	#section02 .bg_box {
		border-left: 1px solid rgba(255, 159, 70, 0.90);
		padding: 15px 0px;
		padding-left: 20px;
		gap: 30px;
	}


	#section02 .bg_box .bg_item .bg_item_yyyy {
		line-height: 20px;
		padding-left: 20px;
		font-size: 16px; 
	}

	#section02 .bg_box .bg_item .bg_item_yyyy::before {
		width: 2px; height: 2px;
	}

	#section02 .bg_box .bg_item .bg_item_val {
		padding-left: 20px;
		display: grid;
		gap: 10px;
	}

	#section02 .bg_box .bg_item .bg_item_val .bg_item_txt {
		line-height: 20px; 
		font-size: 16px;
	}

	#section02 .bg_box .bg_item .bg_item_val .bg_item_btn button{
		width: 100px; height: 35px;
		font-size: 14px;
		border-radius: 6px;
	}


	#section03 .contents{ gap: 30px; }
	#section03 .contents .desc { font-size: 30px; }
	#section03 .contents .title { font-size: 40px; }


	#section04 .contents .title { font-size: 30px; }
	#section04 .contents .step { 
		margin-top: 20px;
		gap: 0px;
		padding: 0px 10px;
	}

	#section04 .contents .step img { 
		width: 100%; max-width: 550px; height: auto;
	}

	#section04 .contents .btn01 { margin-top: 0px; }
	#section04 .contents .btn01 button { 
		width: 200px;
		padding: 10px;
		border-radius: 4px;
		font-size: 14px;
	}

	#section04 .contents .btn02 { margin-top: 20px; }
	#section04 .contents .btn02 button { 
		width: 200px;
		padding: 10px;
		border-radius: 4px;
		font-size: 14px;
	}


	#section05 .contents .title { font-size: 30px; }
	#section05 .contents .desc { 
		margin-top: 20px;
		font-size: 16px;
	}

	#section05 .contents .btn { 
		margin-top: 30px;
		gap: 20px;
	}
	#section05 .contents .btn button {
		width: 180px; height: 180px;
		border-radius: 10px;
		font-size: 40px;
		letter-spacing: 0px;

	}

	#section06 .contents .title { font-size: 30px; }

	#section06 .contents .sub { 
		font-size: 16px;
		margin-top: 20px;
	}

	#section06 .contents .desc { 
		font-size: 13px;
		margin-top: 10px;
	}

	#section06 .contents .counter { 
		font-size: 60px; 
		margin-top: 45px;
	}


	#section07 .contents .title { font-size: 30px; }
	#section07 .contents .img { margin-top: 90px; }

	#section07 .contents .img .blank { width: calc((650 / 750) * 100vw); }
	#section07 .contents .img .img_x { width: calc((623 / 750) * 100vw); }
	#section07 .contents .img .action_box { width: calc((635 / 750) * 100vw); }

	#section07 .contents .img .counter {
		top: calc((-55 / 750) * 100vw); right: calc((-25 / 750) * 100vw);
		font-size: calc((40 / 750) * 100vw);
	}

	#section07 .contents .img_txt {
		margin-top: 20px;
		font-size: 13px;
	}



	#section08 .contents .title { font-size: 30px; }
	#section08 .contents .sub { font-size: 16px; margin-top: 20px; }
	#section08 .contents .img { margin-top: 30px; }

	#section08 .contents .img .blank { width: calc((694 / 750) * 100vw); }
	#section08 .contents .img .img_x { width: calc((653 / 750) * 100vw); }
	#section08 .contents .img .action_box { width: calc((694 / 750) * 100vw); }

	#section08 .contents .img .counter {
		bottom: calc((120 / 750) * 100vw);
		font-size: calc((40 / 750) * 100vw);
	}

	#section08 .contents .img_txt {
		margin-top: 20px;
		font-size: 13px;
	}



	#section09 .contents .title { font-size: 30px; }
	#section09 .contents .sub { 
		font-size: 16px; 
		margin-top: 20px;
	}

	#section09 .contents .img { margin-top: 45px; }


	#section09 .contents .img .blank { width: calc((658 / 750) * 100vw); }
	#section09 .contents .img .img_x { width: calc((653 / 750) * 100vw); }
	#section09 .contents .img .action_box { width: calc((656 / 750) * 100vw); }

	#section09 .contents .img .counter {
		bottom: calc((140 / 750) * 100vw); 
		font-size: calc((40 / 750) * 100vw); 
	}


	#section09 .contents .img_txt {
		margin-top: 20px;
		font-size: 13px;
	}



	#section10 .contents .title { font-size: 30px; }
	#section10 .contents .sub { 
		font-size: 16px;
		margin-top: 20px;
	}
	#section10 .contents .desc { margin-top: 20px; }

	#section10 .contents .desc > div { 
		border-radius: 3px;
		padding: 8px 15px;
		font-size: 14px; 

	}

	#section10 .contents .img { margin-top: 30px; }

	#section10 .contents .img .blank { width: calc((672 / 750) * 100vw); }
	#section10 .contents .img .img_x { width: calc((653 / 750) * 100vw); }
	#section10 .contents .img .action_box { width: calc((672 / 750) * 100vw); }

	#section10 .contents .img .counter {
		bottom: calc((100 / 750) * 100vw);
		font-size: calc((35 / 750) * 100vw);
	}
	#section10 .contents .img .counter span { font-size: calc((25 / 750) * 100vw); }


	#section10 .contents .img_txt {
		margin-top: 20px;
		font-size: 13px;
	}


	#section11 .contents .title { font-size: 30px; }
	#section11 .contents .sub { 
		font-size: 16px;
		margin-top: 20px;
	}

	#section11 .contents .book { 
		gap: 20px;
		margin-top: 30px;
	}

	#section11 .contents .book .book_item { 
		width: 180px; height: 235px;
	}


	#section11 .contents .book .book_item .f_box::before { 
		content: '';
		position: absolute; top: 5px; left: -8px;
		width: 180px; height: 240px;
		background-image: url(../images/section_11_book_img.svg);
		background-position: center;
        background-size: 100%;
        background-repeat: no-repeat;

	}
	#section11 .contents .book .book_item .f_box { 
		gap: 15px;
		border-radius: 5px;
	}


	#section11 .contents .book .book_item .f_box .label { 
		padding: 8px 10px;
		border-radius: 3px;
		font-size: 16px;
	}

	#section11 .contents .book .book_item .f_box .desc { 
		font-size: 16px;
	}


	#section11 .contents .book .book_item .f_box .cnt { 
		font-size: 20px;
	}


	#section11 .contents .btn { 
		margin-top: 45px;
	}


	#section11 .contents .btn button { 
		font-size: 14px; 
		padding: 20px;
		border-radius: 5px;
	}

	#section12 .contents .title { font-size: 30px; }
	#section12 .contents .card { 
		margin-top: 30px;
		gap: 15px;
	}
	#section12 .contents .card.active { display: grid; }
	#section12 .contents .img_box { 
		height: 128px;
		margin-top: 30px;
	}


	#section12 .contents .card_item { 
		width: 300px; height: auto;
		padding: 10px;
		border-radius: 6px;
		gap: 15px;

	}

	#section12 .contents .card_item .card_title { 
		margin-top: 15px;
		font-size: 16px; 
	}

	#section12 .contents .card_item .card_btn { 
		margin-bottom: 15px;
	}
	#section12 .contents .card_item .card_btn button { 
		padding: 5px 10px;
		border-radius: 5px;
		font-size: 14px;
		line-height: 30px; 
	}

	#section12 .contents .card_item.active .card_open { 
		height: 200px;
		padding: 15px 10px;
	}

	#section12 .contents .card_item .card_open { 
		width: 100%; max-width: 300px; 
		border-radius: 5px;
		padding: 0px 15px;
		gap: 10px;
		margin-bottom: -15px;

	}


	#section12 .contents .card_item .card_open .card_desc { font-size: 14px; }
	#section12 .contents .card_item .card_open .card_sub { font-size: 14px; font-weight: 500; }
	#section12 .contents .btn { margin-top: 45px; }

	#section12 .contents .btn button { 
		font-size: 14px; 
		padding: 20px;
		border-radius: 5px;
	}

	#section12 .contents .card_item .card_img img { width: 40px; }


	#section13 .contents .title { font-size: 30px; }
	#section13 .contents .img { margin-top: 80px; }

	#section13 .contents .img .blank { width: calc((680 / 750) * 100vw); }
	#section13 .contents .img .img_x { width: calc((653 / 750) * 100vw); }
	#section13 .contents .img .action_box { width: calc((668 / 750) * 100vw); }

	#section13 .contents .img .counter {
        top: calc((-60 / 750) * 100vw); right: calc((-20 / 750) * 100vw);
		font-size: calc((40 / 750) * 100vw);
	}

	#section13 .contents .img_txt {
		margin-top: 20px;
		font-size: 13px;
	}



	#section14 .contents .title { 
		font-size: 20px; 
		margin-top: 20px;
	}

	#section14 .contents .sub { font-size: 16px; }
	#section14 .contents .sub > div > span:nth-child(1){ 
		padding: 1.5px 16px;
		border-radius: 35px;
		box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.30);
		font-size: 16px;
		margin-right: 10px;
	}

	#section14 .contents .img { margin-top: 45px; }

	#section14 .contents .img .chat { width: calc((555 / 750) * 100vw); }
	#section14 .contents .img_txt {
		margin-top: 15px;
		font-size: 13px;
	}

	#section14 .contents .img .txt_pop {
		padding: 20px;
		border-radius: 5px;
		font-size: 14px;

	}
	#section14 .contents .img .txt_pop_01 {
        top: 33px; left: 78px;
	}

	#section14 .contents .img .txt_pop_02 {
		top: 120px; left: 70px;
	}

	#section14 .contents .img .txt_pop b { font-size: 16px; }

	#section14 .contents .img .click_btn { width: calc((23 / 750) * 100vw); height: calc((23 / 750) * 100vw); }
	#section14 .contents .img .click_btn_01 { top: calc((16 / 750) * 100vw); left: calc((155 / 750) * 100vw); }
	#section14 .contents .img .click_btn_02 { top: calc((114 / 750) * 100vw); left: calc((526 / 750) * 100vw); }
	#section14 .contents .btn { margin-top: 30px; }

	#section14 .contents .btn button { 
		font-size: 14px; 
		padding: 20px;
		border-radius: 5px;
	}




	#section15 .contents .title { font-size: 30px; }
	#section15 .contents .sub { 
		font-size: 16px;
		margin-top: 20px;
	}

	#section15 .contents .sub > div > span:nth-child(1){ 
		padding: 1.5px 16px;
		border-radius: 45px;
		box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.30);
		font-size: 16px;
		margin-right: 10px;
	}

	#section15 .contents .sub .small { font-size: 14px; margin-top: 10px; }
	#section15 .contents .btn { margin-top: 20px; }
	#section15 .contents .btn button { 
		font-size: 14px; 
		padding: 20px;
		border-radius: 5px;
	}

	#section15 .contents .img { margin-top: 60px; }

	#section15 .contents .img .chat { width: calc((710 / 750) * 100vw); }
	#section15 .contents .img_txt {
		margin-top: 15px;
		font-size: 13px;
	}


	#section15 .contents .img .num {
		font-size: calc((25 / 750) * 100vw);
	}
	#section15 .contents .img .num span { font-size: calc((20 / 750) * 100vw); }


	#section15 .contents .img .num.num_01 { 
		top: calc((-35 / 750) * 100vw); left: calc((-10 / 750) * 100vw); 
	}


	#section15 .contents .img .num.num_02 { 
        top: calc((180 / 750) * 100vw); left: calc((665 / 750) * 100vw);
	}


	#section16 .contents .title { 
		font-size: 30px; 
		margin-top: 20px;
	}


	#section16 .contents .sub { font-size: 16px; }
	#section16 .contents .sub > div > span:nth-child(1){ 
		padding: 1.5px 16px;
		border-radius: 45px;
		box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.30);
		font-size: 16px;
		margin-right: 10px;
	}


	#section16 .contents .label { 
		font-size: 16px; 
		padding-bottom: 20px;
		margin-bottom: 20px;
	}

	#section16 .contents .label::before { width: 40px; }
	#section16 .contents .img { margin-top: 45px; }
	#section16 .contents .img .chat { width: calc((523 / 750) * 100vw); }

	#section16 .contents .img_txt {
		margin-top: 15px;
		font-size: 13px;
	}

	#section16 .contents .img_txt span {
		font-size: 14px;
	}
	#section16 .contents .img .txt_pop {
        left: calc((310 / 750) * 100vw); top: calc((235 / 750) * 100vw);
		padding: 10px 20px;
		font-size: 14px; 


		border-radius: 5px;
		border: 1px solid rgba(255, 255, 255, 0.70);
		background: rgba(0, 0, 0, 0.40);
	}

	#section16 .contents .img .txt_pop b { font-size: 18px; }


	#section16 .contents .btn { 
		margin-top: 20px;

	}

	#section16 .contents .btn button { 
		font-size: 14px; 
		padding: 20px;
		border-radius: 5px;
	}




	#section17 .contents .chat { gap: 30px; }
	#section17 .contents .chat .chat_item { gap: 30px; }
	#section17 .contents .chat .chat_item .txt { gap: 10px; }
	#section17 .contents .chat .chat_item .txt::before { 
		top: -5px; left: -35px;
		width: 20px; height: 20px;
	}

	#section17 .contents .chat .chat_item .txt::after { 
		bottom: -5px; right: 0px;
		width: 20px; height: 20px;
	}

	#section17 .contents .chat .chat_item .txt .title { font-size: 18px; }
	#section17 .contents .chat .chat_item .txt .desc { font-size: 14px; }
	#section17 .contents .chat .chat_item .profile { gap: 5px; }
	#section17 .contents .chat .chat_item .profile .img { width: 100px; }
	#section17 .contents .chat .chat_item .profile .name {
		line-height: 20px;
		font-size: 14px;
	}


	#section17 .contents .btn { 
		margin-top: 45px;
	}

	#section17 .contents .btn button { 
		font-size: 14px; 
		padding: 20px;
		border-radius: 5px;
	}

	#section17 .contents .img_txt {
		margin-top: 15px;
		font-size: 13px;
	}


	#section18 .contents .last_logo img { width: 300px; }
	#section18 .contents .txt01 { 
		margin-top: 45px;
		font-size: 16px; 
	}

	#section18 .contents .txt02 { 
		margin-top: 45px;
		font-size: 14px; 
	}


	#section18 .contents .btn { 
		margin-top: 20px;
	}

	#section18 .contents .btn button { 
		font-size: 14px; 
		padding: 20px;
		border-radius: 5px;
	}

	.arrow_box { bottom: 30px;  }
	.arrow_box button { width: 25px; height: 25px; }

	.jump {
	  display: inline-block;
	  animation: jump 0.6s ease;
	}

	@keyframes jump {
	  0%   { transform: translateY(0); }
	  30%  { transform: translateY(-15px); } /* 위로 살짝 점프 */
	  50%  { transform: translateY(0); }
	  70%  { transform: translateY(-7px); }  /* 가볍게 한 번 더 튕김 */
	  100% { transform: translateY(0); }
	}


}

@media (max-width: 1023px) and (min-width: 750px) { 

	.containner { padding: 100px 0px 100px; }


	#section01 .title_img {
		height: -120px;
	}
	#section01 .title_img > div {
		margin-top: calc(-120px / 2);
	}
	#section01 .title_img img.top { width: 220px; height: auto;}
	#section01 .title_img img.bottom { width: 440px; height: auto;}




	#section02 .bg_box {
		border-left: 1px solid rgba(255, 159, 70, 0.90);
		padding: 15px 0px;
		padding-left: 20px;
		gap: 30px;
	}


	#section02 .bg_box .bg_item .bg_item_yyyy {
		line-height: 20px;
		padding-left: 20px;
		font-size: 16px; 
	}

	#section02 .bg_box .bg_item .bg_item_yyyy::before {
		width: 2px; height: 2px;
	}

	#section02 .bg_box .bg_item .bg_item_val {
		padding-left: 20px;
		display: grid;
		gap: 10px;
	}

	#section02 .bg_box .bg_item .bg_item_val .bg_item_txt {
		line-height: 20px; 
		font-size: 16px;
	}

	#section02 .bg_box .bg_item .bg_item_val .bg_item_btn button{
		width: 100px; height: 35px;
		font-size: 14px;
		border-radius: 6px;
	}


	#section03 .contents{ gap: 30px; }
	#section03 .contents .desc { font-size: 30px; }
	#section03 .contents .title { font-size: 40px; }


	#section04 .contents .title { font-size: 30px; }
	#section04 .contents .step { 
		margin-top: 20px;
		gap: 0px;
	}

	#section04 .contents .step img { 
		width: 100%; max-width: 550px; height: auto;
	}

	#section04 .contents .btn01 { margin-top: 0px; }
	#section04 .contents .btn01 button { 
		width: 200px;
		padding: 10px;
		border-radius: 4px;
		font-size: 14px;
	}

	#section04 .contents .btn02 { margin-top: 20px; }
	#section04 .contents .btn02 button { 
		width: 200px;
		padding: 10px;
		border-radius: 4px;
		font-size: 14px;
	}


	#section05 .contents .title { font-size: 30px; }
	#section05 .contents .desc { 
		margin-top: 20px;
		font-size: 16px;
	}

	#section05 .contents .btn { 
		margin-top: 30px;
		gap: 20px;
	}
	#section05 .contents .btn button {
		width: 200px; height: 200px;
		border-radius: 10px;
		font-size: 40px;
		letter-spacing: 0px;

	}

	#section06 .contents .title { font-size: 30px; }

	#section06 .contents .sub { 
		font-size: 16px;
		margin-top: 20px;
	}

	#section06 .contents .desc { 
		font-size: 13px;
		margin-top: 10px;
	}

	#section06 .contents .counter { 
		font-size: 60px; 
		margin-top: 45px;
	}


	#section07 .contents .title { font-size: 30px; }
	#section07 .contents .img { margin-top: 90px; }

	#section07 .contents .img .blank { width: 580px; }
	#section07 .contents .img .img_x { width: 553px; }
	#section07 .contents .img .action_box { width: 565px; }

	#section07 .contents .img .counter {
		top: -65px; right: -45px;
		font-size: 40px;
	}

	#section07 .contents .img_txt {
		margin-top: 20px;
		font-size: 13px;
	}



	#section08 .contents .title { font-size: 30px; }
	#section08 .contents .sub { font-size: 16px; margin-top: 20px; }
	#section08 .contents .img { margin-top: 30px; }

	#section08 .contents .img .blank { width: 594px; }
	#section08 .contents .img .img_x { width: 553px; }
	#section08 .contents .img .action_box { width: 594px; }

	#section08 .contents .img .counter {
		bottom: 120px;
		font-size: 40px;
	}

	#section08 .contents .img_txt {
		margin-top: 20px;
		font-size: 13px;
	}



	#section09 .contents .title { font-size: 30px; }
	#section09 .contents .sub { 
		font-size: 16px; 
		margin-top: 20px;
	}

	#section09 .contents .img { margin-top: 45px; }


	#section09 .contents .img .blank { width: 558px; }
	#section09 .contents .img .img_x { width: 553px; }
	#section09 .contents .img .action_box { width: 556px; }

	#section09 .contents .img .counter {
		bottom: 140px; 
		font-size: 40px; 
	}


	#section09 .contents .img_txt {
		margin-top: 20px;
		font-size: 13px;
	}



	#section10 .contents .title { font-size: 30px; }
	#section10 .contents .sub { 
		font-size: 16px;
		margin-top: 20px;
	}
	#section10 .contents .desc { margin-top: 20px; }

	#section10 .contents .desc > div { 
		border-radius: 3px;
		padding: 8px 15px;
		font-size: 14px; 

	}

	#section10 .contents .img { margin-top: 30px; }

	#section10 .contents .img .blank { width: 572px; }
	#section10 .contents .img .img_x { width: 553px; }
	#section10 .contents .img .action_box { width: 572px; }

	#section10 .contents .img .counter {
		bottom: 85px;
		font-size: 35px;
	}
	#section10 .contents .img .counter span { font-size: 18px; }


	#section10 .contents .img_txt {
		margin-top: 20px;
		font-size: 13px;
	}


	#section11 .contents .title { font-size: 30px; }
	#section11 .contents .sub { 
		font-size: 16px;
		margin-top: 20px;
	}

	#section11 .contents .book { 
		gap: 20px;
		margin-top: 30px;
	}

	#section11 .contents .book .book_item { 
		width: 180px; height: 235px;
	}


	#section11 .contents .book .book_item .f_box::before { 
		content: '';
		position: absolute; top: 5px; left: -8px;
		width: 180px; height: 240px;
		background-image: url(../images/section_11_book_img.svg);
		background-position: center;
        background-size: 100%;
        background-repeat: no-repeat;

	}
	#section11 .contents .book .book_item .f_box { 
		gap: 15px;
		border-radius: 5px;
	}


	#section11 .contents .book .book_item .f_box .label { 
		padding: 8px 10px;
		border-radius: 3px;
		font-size: 16px;
	}

	#section11 .contents .book .book_item .f_box .desc { 
		font-size: 16px;
	}


	#section11 .contents .book .book_item .f_box .cnt { 
		font-size: 20px;
	}


	#section11 .contents .btn { 
		margin-top: 45px;
	}


	#section11 .contents .btn button { 
		font-size: 14px; 
		padding: 20px;
		border-radius: 5px;
	}

	#section12 .contents .title { font-size: 30px; }
	#section12 .contents .card { 
		margin-top: 30px;
		gap: 15px;
	}

	#section12 .contents .img_box { 
		height: 128px;
		margin-top: 30px;
	}

	#section12 .contents .card_item { 
		width: 200px; height: auto;
		padding: 10px;
		border-radius: 6px;
		gap: 15px;
	}

	#section12 .contents .card_item .card_title { 
		margin-top: 15px;
		font-size: 16px; 
	}

	#section12 .contents .card_item .card_btn { 
		margin-bottom: 15px;
	}
	#section12 .contents .card_item .card_btn button { 
		padding: 5px 10px;
		border-radius: 5px;
		font-size: 14px;
		line-height: 30px; 
	}

	#section12 .contents .card_item.active .card_open { 
		height: 200px;
		padding: 15px 10px;
	}

	#section12 .contents .card_item .card_open { 
		width: 100%; max-width: 250px; 
		border-radius: 5px;
		padding: 0px 15px;
		gap: 10px;
		margin-bottom: -15px;
	}


	#section12 .contents .card_item .card_open .card_desc { font-size: 14px; }
	#section12 .contents .card_item .card_open .card_sub { font-size: 14px; font-weight: 500; }
	#section12 .contents .btn { margin-top: 45px; }

	#section12 .contents .btn button { 
		font-size: 14px; 
		padding: 20px;
		border-radius: 5px;
	}

	#section12 .contents .card_item .card_img img { width: 40px; }

	#section13 .contents .title { font-size: 30px; }
	#section13 .contents .img { margin-top: 80px; }

	#section13 .contents .img .blank { width: 580px; }
	#section13 .contents .img .img_x { width: 553px; }
	#section13 .contents .img .action_box { width: 568px; }

	#section13 .contents .img .counter {
        top: -60px; right: -60px;
		font-size: 40px;
	}

	#section13 .contents .img_txt {
		margin-top: 20px;
		font-size: 13px;
	}



	#section14 .contents .title { 
		font-size: 20px; 
		margin-top: 20px;
	}

	#section14 .contents .sub { font-size: 16px; }
	#section14 .contents .sub > div > span:nth-child(1){ 
		padding: 1.5px 16px;
		border-radius: 35px;
		box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.30);
		font-size: 16px;
		margin-right: 10px;
	}

	#section14 .contents .img { margin-top: 45px; }

	#section14 .contents .img .chat { width: 455px; }
	#section14 .contents .img_txt {
		margin-top: 15px;
		font-size: 13px;
	}

	#section14 .contents .img .txt_pop {
		padding: 20px;
		border-radius: 5px;
		font-size: 14px;

	}
	#section14 .contents .img .txt_pop_01 {
        top: -90px; left: -130px;
	}

	#section14 .contents .img .txt_pop_02 {
		top: 170px; left: 360px;
	}

	#section14 .contents .img .txt_pop b { font-size: 16px; }

	#section14 .contents .img .click_btn { width: 20px; height: 20px; }
	#section14 .contents .img .click_btn_01 { top: 13px; left: 127px; }
	#section14 .contents .img .click_btn_02 { top: 93px; left: 430px; }
        
	#section14 .contents .btn { margin-top: 30px; }

	#section14 .contents .btn button { 
		font-size: 14px; 
		padding: 20px;
		border-radius: 5px;
	}




	#section15 .contents .title { font-size: 30px; }
	#section15 .contents .sub { 
		font-size: 16px;
		margin-top: 20px;
	}

	#section15 .contents .sub > div > span:nth-child(1){ 
		padding: 1.5px 16px;
		border-radius: 45px;
		box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.30);
		font-size: 16px;
		margin-right: 10px;
	}

	#section15 .contents .sub .small { font-size: 14px; margin-top: 10px; }
	#section15 .contents .btn { margin-top: 20px; }
	#section15 .contents .btn button { 
		font-size: 14px; 
		padding: 20px;
		border-radius: 5px;
	}

	#section15 .contents .img { margin-top: 60px; }

	#section15 .contents .img .chat { width: 624px; }
	#section15 .contents .img_txt {
		margin-top: 15px;
		font-size: 13px;
	}


	#section15 .contents .img .num {
		font-size: 18px;
	}
	#section15 .contents .img .num span { font-size: 14px; }


	#section15 .contents .img .num.num_01 { 
		top: -30px; left: -10px; 
	}


	#section15 .contents .img .num.num_02 { 
        top: 160px; left: 595px;
	}


	#section16 .contents .title { 
		font-size: 30px; 
		margin-top: 20px;
	}


	#section16 .contents .sub { font-size: 16px; }
	#section16 .contents .sub > div > span:nth-child(1){ 
		padding: 1.5px 16px;
		border-radius: 45px;
		box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.30);
		font-size: 16px;
		margin-right: 10px;
	}


	#section16 .contents .label { 
		font-size: 16px; 
		padding-bottom: 20px;
		margin-bottom: 20px;
	}

	#section16 .contents .label::before { width: 40px; }
	#section16 .contents .img { margin-top: 45px; }
	#section16 .contents .img .chat { width: 423px; }

	#section16 .contents .img_txt {
		margin-top: 15px;
		font-size: 13px;
	}

	#section16 .contents .img_txt span {
		font-size: 14px;
	}
	#section16 .contents .img .txt_pop {
        left: 360px; top: 195px;
		padding: 10px 20px;
		font-size: 14px; 


		border-radius: 5px;
		border: 1px solid rgba(255, 255, 255, 0.70);
		background: rgba(0, 0, 0, 0.40);
	}

	#section16 .contents .img .txt_pop b { font-size: 18px; }


	#section16 .contents .btn { 
		margin-top: 20px;

	}

	#section16 .contents .btn button { 
		font-size: 14px; 
		padding: 20px;
		border-radius: 5px;
	}




	#section17 .contents .chat { gap: 30px; }
	#section17 .contents .chat .chat_item { gap: 30px; }
	#section17 .contents .chat .chat_item .txt { gap: 10px; }
	#section17 .contents .chat .chat_item .txt::before { 
		top: -5px; left: -35px;
		width: 20px; height: 20px;
	}

	#section17 .contents .chat .chat_item .txt::after { 
		bottom: -5px; right: 0px;
		width: 20px; height: 20px;
	}

	#section17 .contents .chat .chat_item .txt .title { font-size: 18px; }
	#section17 .contents .chat .chat_item .txt .desc { font-size: 14px; }
	#section17 .contents .chat .chat_item .profile { gap: 5px; }
	#section17 .contents .chat .chat_item .profile .img { width: 100px; }
	#section17 .contents .chat .chat_item .profile .name {
		line-height: 20px;
		font-size: 14px;
	}


	#section17 .contents .btn { 
		margin-top: 45px;
	}

	#section17 .contents .btn button { 
		font-size: 14px; 
		padding: 20px;
		border-radius: 5px;
	}

	#section17 .contents .img_txt {
		margin-top: 15px;
		font-size: 13px;
	}


	#section18 .contents .last_logo img { width: 300px; }
	#section18 .contents .txt01 { 
		margin-top: 45px;
		font-size: 16px; 
	}

	#section18 .contents .txt02 { 
		margin-top: 45px;
		font-size: 14px; 
	}


	#section18 .contents .btn { 
		margin-top: 20px;
	}

	#section18 .contents .btn button { 
		font-size: 14px; 
		padding: 20px;
		border-radius: 5px;
	}

	.arrow_box { bottom: 30px;  }
	.arrow_box button { width: 25px; height: 25px; }

	.jump {
	  display: inline-block;
	  animation: jump 0.6s ease;
	}

	@keyframes jump {
	  0%   { transform: translateY(0); }
	  30%  { transform: translateY(-15px); } /* 위로 살짝 점프 */
	  50%  { transform: translateY(0); }
	  70%  { transform: translateY(-7px); }  /* 가볍게 한 번 더 튕김 */
	  100% { transform: translateY(0); }
	}



}


@media (max-width: 1279px) and (min-width: 1024px) { 

	.containner { padding: 100px 0px 120px; }


	#section01 .title_img {
		height: 160px;
	}
	#section01 .title_img > div {
		margin-top: calc(-160px / 2);
	}
	#section01 .title_img img.top { width: 275px; height: auto;}
	#section01 .title_img img.bottom { width: 540px; height: auto;}




	#section02 .bg_box {
		border-left: 1px solid rgba(255, 159, 70, 0.90);
		padding: 15px 0px;
		padding-left: 20px;
		gap: 30px;
	}


	#section02 .bg_box .bg_item .bg_item_yyyy {
		line-height: 20px;
		padding-left: 20px;
		font-size: 20px; 
	}

	#section02 .bg_box .bg_item .bg_item_yyyy::before {
		width: 4px; height: 4px;
	}

	#section02 .bg_box .bg_item .bg_item_val {
		padding-left: 20px;
		display: grid;
		gap: 10px;
	}

	#section02 .bg_box .bg_item .bg_item_val .bg_item_txt {
		line-height: 20px; 
		font-size: 18px;
	}

	#section02 .bg_box .bg_item .bg_item_val .bg_item_btn button{
		width: 120px; height: 35px;
		font-size: 16px;
		border-radius: 6px;
	}


	#section03 .contents{ gap: 30px; }
	#section03 .contents .desc { font-size: 40px; }
	#section03 .contents .title { font-size: 50px; }


	#section04 .contents .title { font-size: 40px; }
	#section04 .contents .step { 
		margin-top: 45px;
		gap: 0px;
	}

	#section04 .contents .step img { 
		width: 100%; max-width: 550px; height: auto;
	}

	#section04 .contents .btn01 { margin-top: 0px; }
	#section04 .contents .btn01 button { 
		width: 250px;
		padding: 15px;
		border-radius: 6px;
		font-size: 16px;
	}

	#section04 .contents .btn02 { margin-top: 20px; }
	#section04 .contents .btn02 button { 
		width: 250px;
		padding: 15px;
		border-radius: 6px;
		font-size: 16px;
	}


	#section05 .contents .title { font-size: 40px; }
	#section05 .contents .desc { 
		margin-top: 30px;
		font-size: 18px;
	}

	#section05 .contents .btn { 
		margin-top: 45px;
		gap: 30px;
	}
	#section05 .contents .btn button {
		width: 250px; height: 250px;
		border-radius: 18px;
		font-size: 50px;
		letter-spacing: 0px;

	}

	#section06 .contents .title {  font-size: 40px; }

	#section06 .contents .sub { 
		font-size: 20px;
		margin-top: 30px;
	}

	#section06 .contents .desc { 
		font-size: 13px;
		margin-top: 10px;
	}

	#section06 .contents .counter { 
		font-size: 90px; 
		margin-top: 45px;
	}


	#section07 .contents .title { font-size: 40px; }

	#section07 .contents .img { margin-top: 100px; }


	#section07 .contents .img .blank { width: 590px; }
	#section07 .contents .img .img_x { width: 563px; }
	#section07 .contents .img .action_box { width: 575px; }

	#section07 .contents .img .counter {
		top: -85px; right: -85px;
		font-size: 60px;
	}

	#section07 .contents .img_txt {
		margin-top: 20px;
		font-size: 13px;
	}



	#section08 .contents .title { font-size: 40px; }
	#section08 .contents .sub { font-size: 20px; margin-top: 20px; }
	#section08 .contents .img { margin-top: 45px; }

	#section08 .contents .img .blank { width: 604px; }
	#section08 .contents .img .img_x { width: 563px; }
	#section08 .contents .img .action_box { width: 604px; }

	#section08 .contents .img .counter {
		bottom: 100px;
		font-size: 60px;
	}

	#section08 .contents .img_txt {
		margin-top: 20px;
		font-size: 13px;
	}



	#section09 .contents .title { font-size: 40px; }
	#section09 .contents .sub { 
		font-size: 20px; 
		margin-top: 20px;
	}

	#section09 .contents .img { margin-top: 45px; }


	#section09 .contents .img .blank { width: 568px; }
	#section09 .contents .img .img_x { width: 563px; }
	#section09 .contents .img .action_box { width: 566px; }

	#section09 .contents .img .counter {
		bottom: 120px; 
		font-size: 60px; 
	}


	#section09 .contents .img_txt {
		margin-top: 20px;
		font-size: 13px;
	}



	#section10 .contents .title { font-size: 40px; }
	#section10 .contents .sub { 
		font-size: 20px;
		margin-top: 20px;
	}
	#section10 .contents .desc {  margin-top: 20px; }

	#section10 .contents .desc > div { 
		border-radius: 3px;
		padding: 8px 20px;
		font-size: 16px; 

	}

	#section10 .contents .img { margin-top: 30px; }

	#section10 .contents .img .blank { width: 582px; }
	#section10 .contents .img .img_x { width: 563px; }
	#section10 .contents .img .action_box { width: 582px; }

	#section10 .contents .img .counter {
		bottom: 80px;
		font-size: 50px;
	}
	#section10 .contents .img .counter span { font-size: 20px; }


	#section10 .contents .img_txt {
		margin-top: 20px;
		font-size: 13px;
	}


	#section11 .contents .title { font-size: 40px; }
	#section11 .contents .sub { 
		font-size: 20px;
		margin-top: 20px;
	}

	#section11 .contents .book { 
		width: 100%; height: auto;

		gap: 30px;
		margin-top: 30px;
	}

	#section11 .contents .book .book_item { 
		width: 180px; height: 235px;
	}


	#section11 .contents .book .book_item .f_box::before { 
		content: '';
		position: absolute; top: 5px; left: -8px;
		width: 180px; height: 240px;
		background-image: url(../images/section_11_book_img.svg);
		background-position: center;
        background-size: 100%;
        background-repeat: no-repeat;

	}
	#section11 .contents .book .book_item .f_box { 
		gap: 15px;
		border-radius: 5px;
	}


	#section11 .contents .book .book_item .f_box .label { 
		padding: 8px 10px;
		border-radius: 3px;
		font-size: 18px;
	}

	#section11 .contents .book .book_item .f_box .desc { 
		font-size: 18px;
	}


	#section11 .contents .book .book_item .f_box .cnt { 
		font-size: 24px;
	}


	#section11 .contents .btn { 
		margin-top: 45px;
	}


	#section11 .contents .btn button { 
		font-size: 16px; 
		padding: 20px;
		border-radius: 5px;
	}

	#section12 .contents .title { font-size: 40px; }
	#section12 .contents .card { 
		margin-top: 45px;
		gap: 15px;
	}
	#section12 .contents .img_box { 
		height: 143px;
		margin-top: 45px;
	}


	#section12 .contents .card_item { 
		width: 250px; height: auto;
		padding: 10px;
		border-radius: 6px;
		gap: 20px;
	}

	#section12 .contents .card_item .card_title { 
		margin-top: 15px;
		font-size: 20px; 
	}

	#section12 .contents .card_item .card_btn { 
		margin-bottom: 15px;
	}
	#section12 .contents .card_item .card_btn button { 
		padding: 5px 10px;
		border-radius: 5px;
		font-size: 14px;
		line-height: 30px; 
	}

	#section12 .contents .card_item.active .card_open { 
		height: 250px;
		padding: 15px;
	}

	#section12 .contents .card_item .card_open { 
		width: 100%; max-width: 250px; 
		border-radius: 5px;
		padding: 0px 15px;
		gap: 15px;
		margin-bottom: -15px;
	}


	#section12 .contents .card_item .card_open .card_desc { font-size: 14px; }
	#section12 .contents .card_item .card_open .card_sub { font-size: 16px; }
	#section12 .contents .btn { margin-top: 45px; }

	#section12 .contents .btn button { 
		font-size: 16px; 
		padding: 20px;
		border-radius: 5px;
	}



	#section13 .contents .title { font-size: 40px; }
	#section13 .contents .img { margin-top: 90px; }

	#section13 .contents .img .blank { width: 590px; }
	#section13 .contents .img .img_x { width: 563px; }
	#section13 .contents .img .action_box { width: 578px; }

	#section13 .contents .img .counter {
        top: -80px; right: -110px;
		font-size: 60px;
	}

	#section13 .contents .img_txt {
		margin-top: 20px;
		font-size: 13px;
	}



	#section14 .contents .title { 
		font-size: 30px; 
		margin-top: 20px;
	}

	#section14 .contents .sub { font-size: 20px; }
	#section14 .contents .sub > div > span:nth-child(1){ 
		padding: 1.5px 16px;
		border-radius: 45px;
		box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.30);
		font-size: 20px;
		margin-right: 10px;
	}

	#section14 .contents .img { margin-top: 45px; }

	#section14 .contents .img .chat { width: 465px; }
	#section14 .contents .img_txt {
		margin-top: 15px;
		font-size: 13px;
	}

	#section14 .contents .img .txt_pop {
		padding: 20px;
		border-radius: 5px;
		font-size: 14px;

	}
	#section14 .contents .img .txt_pop_01 {
		top: 0px; left: -190px;
	}

	#section14 .contents .img .txt_pop_02 {
		top: 170px; left: 370px;
	}

	#section14 .contents .img .txt_pop b { font-size: 16px; }


	#section14 .contents .img .click_btn { width: 22px; height: 22px; }
	#section14 .contents .img .click_btn_01 { top: 12px; left: 129px; }
	#section14 .contents .img .click_btn_02 { top: 94px; left: 439px; }

	#section14 .contents .btn { margin-top: 30px; }

	#section14 .contents .btn button { 
		font-size: 16px; 
		padding: 20px;
		border-radius: 5px;
	}




	#section15 .contents .title { font-size: 40px; }
	#section15 .contents .sub { 
		font-size: 20px;
		margin-top: 20px;
	}

	#section15 .contents .sub > div > span:nth-child(1){ 
		padding: 1.5px 16px;
		border-radius: 45px;
		box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.30);
		font-size: 20px;
		margin-right: 10px;
	}

	#section15 .contents .sub .small { font-size: 16px; margin-top: 10px; }


	#section15 .contents .btn { 
		margin-top: 20px;
	}

	#section15 .contents .btn button { 
		font-size: 16px; 
		padding: 20px;
		border-radius: 5px;
	}

	#section15 .contents .img { margin-top: 60px; }

	#section15 .contents .img .chat { width: 634px; }
	#section15 .contents .img_txt {
		margin-top: 15px;
		font-size: 13px;
	}


	#section15 .contents .img .num {
		font-size: 20px;
	}
	#section15 .contents .img .num span { font-size: 14px; }


	#section15 .contents .img .num.num_01 { 
		top: -30px; left: -10px; 
	}


	#section15 .contents .img .num.num_02 { 
        top: 160px; left: 605px;
	}


	#section16 .contents .title { 
		font-size: 40px; 
		margin-top: 20px;
	}


	#section16 .contents .sub { font-size: 20px; }
	#section16 .contents .sub > div > span:nth-child(1){ 
		padding: 1.5px 16px;
		border-radius: 45px;
		box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.30);
		font-size: 20px;
		margin-right: 10px;
	}


	#section16 .contents .label { 
		font-size: 20px; 
		padding-bottom: 20px;
		margin-bottom: 20px;
	}

	#section16 .contents .label::before { width: 50px; }
	#section16 .contents .img { margin-top: 45px; }
	#section16 .contents .img .chat { width: 433px; }

	#section16 .contents .img_txt {
		margin-top: 15px;
		font-size: 13px;
	}

	#section16 .contents .img_txt span {
		font-size: 14px;
	}
	#section16 .contents .img .txt_pop {
		left: 450px; top: 105px;
		padding: 10px 20px;
		font-size: 14px; 


		border-radius: 5px;
		border: 1px solid rgba(255, 255, 255, 0.70);
		background: rgba(0, 0, 0, 0.40);
	}

	#section16 .contents .img .txt_pop b { font-size: 20px; }


	#section16 .contents .btn { 
		margin-top: 20px;

	}

	#section16 .contents .btn button { 
		font-size: 16px; 
		padding: 20px;
		border-radius: 5px;
	}




	#section17 .contents .chat { gap: 45px; }
	#section17 .contents .chat .chat_item { gap: 60px; }
	#section17 .contents .chat .chat_item .txt { gap: 15px; }
	#section17 .contents .chat .chat_item .txt::before { 
		top: -10px; left: -40px;
		width: 30px; height: 30px;
	}

	#section17 .contents .chat .chat_item .txt::after { 
		position: absolute; bottom: -10px; right: 0px;
		width: 30px; height: 30px;
	}

	#section17 .contents .chat .chat_item .txt .title { font-size: 25px; }
	#section17 .contents .chat .chat_item .txt .desc { font-size: 16px; }
	#section17 .contents .chat .chat_item .profile { gap: 5px; }
	#section17 .contents .chat .chat_item .profile .img { width: 120px; }
	#section17 .contents .chat .chat_item .profile .name {
		line-height: 20px;
		font-size: 14px;
	}


	#section17 .contents .btn { 
		margin-top: 60px;
	}

	#section17 .contents .btn button { 
		font-size: 16px; 
		padding: 20px;
		border-radius: 5px;
	}

	#section17 .contents .img_txt {
		margin-top: 15px;
		font-size: 13px;
	}


	#section18 .contents .last_logo img { width: 350px; }
	#section18 .contents .txt01 { 
		margin-top: 60px;
		font-size: 18px; 
	}

	#section18 .contents .txt02 { 
		margin-top: 45px;
		font-size: 14px; 
	}


	#section18 .contents .btn button { 
		font-size: 16px; 
		padding: 20px;
		border-radius: 5px;
	}

	.arrow_box { bottom: 30px;  }
	.arrow_box button { width: 30px; height: 30px; }

	.jump {
	  display: inline-block;
	  animation: jump 0.6s ease;
	}

	@keyframes jump {
	  0%   { transform: translateY(0); }
	  30%  { transform: translateY(-15px); } /* 위로 살짝 점프 */
	  50%  { transform: translateY(0); }
	  70%  { transform: translateY(-7px); }  /* 가볍게 한 번 더 튕김 */
	  100% { transform: translateY(0); }
	}



}
 