/* 240322 잇올 대입 실적 2024  */

/* ===================================
device width 721 이상인 경우 px 작업,
device width 720 이하인 경우 vw로 변환
=================================== */



/* ========================================== [common] ========================================== */
html{
	scroll-behavior: unset;
}
.color_red{
	color: #f00 !important;
}

.gh_point_2024_contents{
	overflow: hidden;
}
.gh_point_2024_contents *{
	font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
	letter-spacing: -0.02em;
	color: #222;
	box-sizing: border-box;
}
.gh_point_2024_contents .mob_inner{
	position: relative;
}

/* section common */
.point_sec{
	position: relative;
	margin-top: -1px;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}
/* .point_sec:before{
	display: block;
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50vw;
} */
.sec_sign{
	position: absolute;
	top: 0;
	left: 20px;
}
.sec_sign + .item{
	margin-top: 0;
}
.sec_sign img{
	max-width: 100%
}
.item{
	position: relative;
	margin-top: 5.5556vw;
	background-repeat: no-repeat;
	background-position: top center;
}

.img_wrap{
	text-align: center;
}
.img_wrap img,
.main_contents img,
.item img{
	max-width: 100%;
}

.btn_wrap,
.vod_link_wrap{
	position: absolute;
	width: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	padding: 0 37px;
}
.btn_wrap .btn{
	display: block;
	width: 100%;
	height: 112px;
}
.btn_wrap .btn + .btn{
	margin-top: 20px;
}

.vod_link_wrap.type1{
	margin-top: 40px;
	margin-bottom: 30px;
}
.vod_link_wrap.type2{
	margin-top: 50px;
	margin-bottom: 40px;
}
.vod_link_wrap a{
	overflow: hidden;
	position: relative;
	display: block;
	height: 340px;
	border-radius: 20px;
	font-size: 0;
}
.vod_link_wrap a:before{
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4) url('/img/suneung/glory_honor/2024_gh_sub2/ico_vod_play.png') no-repeat center / 75px;
}
.vod_link_wrap img{
	width: 100%;
	border-radius: 20px;
}




/* ========================================== [main] ========================================== */
.point_main_sec{
	padding-top: 0;
	padding-bottom: 0;
}
.point_main_sec:before{
	display: none;
}
.main_visual_wrap{
	height: 138.8889vw;
	padding-top: 11.1111vw;
	background: url('/img/suneung/glory_honor/2024_gh_sub2/bg_main_visual.png') no-repeat top center / cover;
}
.main_tit_wrap{
	text-align: center;
}
.main_tit_wrap img{
	max-width: 100%;
}

.lyrics_wrap{
	margin: 3.3333vw auto 0;
}
.lyrics_count{
	width: 350px;
	margin: 0 auto;
	text-align: left;
}
.lyrics_count span{
	display: inline-block;
	text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
	color: #000;
	font-size: 24px;
	font-weight: 700;
	vertical-align: middle;
}
.lyrics_count span + span{
	margin-left: 4px;
}
.lyrics_top{
	position: relative;
	width: 385px;
	margin: 0 auto;
}
.lyrics_top span{
	display: inline-block;
	position: relative;
}
.lyrics_top span:after{
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 71px;
	background: url('/img/suneung/glory_honor/2024_gh_sub2/img_main_lyric_1_on.png') top left / cover;
	-webkit-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden; backface-visibility: hidden;
	-webkit-perspective: 1000;
	animation: lyrics 2.4s 0.5s linear forwards;
}
.lyrics_bottom{
	width: 417px;
	margin: -20px auto 0;
	text-align: center;
}
@keyframes lyrics{
	to{width: 170px;}
}

.main_contents{
	margin-top: -2.2vw;
	background: url('/img/suneung/glory_honor/2024_gh_sub2/bg_main_info.png') no-repeat top center / cover;
}
.main_contents .mob_inner{
	padding-left: 10px;
	padding-right: 10px;
}
.main_vod_wrap{
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding-top: 100px;
	padding-left: 50px;
	padding-right: 50px;
}
.main_vod_wrap .vod_link_wrap{
	position: static;
	left: auto;
	-webkit-transform: unset;
	transform: unset;
}
.main_vod_wrap .vod_link_wrap a{
	height: auto;
}
.main_intro_wrap{
	margin-top: 90px;
}

.main_btm{
	margin-top: -1px;
	padding-top: 40px;
	padding-bottom: 120px;
	background-color: #98ad3b;
}
.main_footnote{
	padding: 0 40px 80px;
}
.main_footnote p{
	font-size: 14px;
	line-height: 1.4em;
	font-weight: 300;
	color: #fff;
	word-break: keep-all;
}


/* navigation */
.navi_wrap{
	position: relative;
	z-index: 3;
	height: 137px;
}
.navi_wrap.fixed .navi_menu{
	position: fixed;
	top: 111px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: calc(100% - 5.5556vw);
	max-width: 680px;
}
.navi_menu{
	display: flex;
}
.navi_menu li{
	width: 25%;
	border: 2px solid transparent;
	border-radius: 0 0 20px 20px;
	text-align: center;
	-webkit-transition: transform 0.3s;
	transition: transform 0.3s;
}
.navi_menu li:nth-child(1){
	background-color: #d34637;
	border-color: #9e2c23;
	box-shadow: 2px 3px 0 0 #9e2c23;
}
.navi_menu li:nth-child(2){
	background-color: #d9479d;
	border-color: #b0357a;
	box-shadow: 2px 3px 0 0 #b0357a;
}
.navi_menu li:nth-child(3){
	background-color: #3987e9;
	border-color: #226bc6;
	box-shadow: 2px 3px 0 0 #226bc6;
}
.navi_menu li:nth-child(4){
	background-color: #4ebf90;
	border-color: #2f9b6e;
	box-shadow: 2px 3px 0 0 #2f9b6e;
}
.navi_menu li a{
	display: block;
	padding: 24px;
	color: #fff;
	text-align: center;
}
.navi_menu li a img{
	max-width: 100%;
}
.navi_menu li a span{
	display: block;
	margin-bottom: 10px;
	font-size: 28px;
	color: #fff;
}


/* ========================================== [section 1 합격봉] ========================================== */
.point_sec_01{
	padding-top: 150px;
	padding-bottom: 70px;
	background-image: url('/img/suneung/glory_honor/2024_gh_sub2/bg_sec_01.png');
}
.point_sec_01:before{
	background-color: #7c911e;
}
.sec_sign_01{
	width: 268px;
	height: 228px;
	top: -160px;
	left: 0;
}
.item_01 .btn_wrap{
	top: 920px;
}


/* ========================================== [section 2 최고봉] ========================================== */
.point_sec_02{
	padding-top: 188px;
	padding-bottom: 40px;
	background-image: url('/img/suneung/glory_honor/2024_gh_sub2/bg_sec_02.png');
}
.point_sec_02:before{
	background-color: #e8c560;
}
.sec_sign_02{
	width: 319px;
	height: 207px;
	top: -158px;
}

.item_05 .vod_link_wrap{
	top: 437px;
}


/* ========================================== [section 3 현역봉] ========================================== */
.point_sec_03{
	padding-top: 240px;
	padding-bottom: 48px;
	background-image: url('/img/suneung/glory_honor/2024_gh_sub2/bg_sec_03.png');
}
.point_sec_03:before{
	background-color: #98ad3b;
}
.sec_sign_03{
	width: 245px;
	height: 194px;
	top: -160px;
}

.item_09 .vod_link_wrap{
	top: 526px;
}

.item_10 .btn_wrap{
	top: 884px;
}



/* ========================================== [section 4 비결봉] ========================================== */
.point_sec_04{
	padding-top: 222px;
	padding-bottom: 100px;
	background-image: url('/img/suneung/glory_honor/2024_gh_sub2/bg_sec_04.png');
}
.point_sec_04:before{
	background-color: #98ad3b;
}
.sec_sign_04{
	width: 245px;
	height: 194px;
	top: -160px;
}

.list_type_decimal{
    padding-left: 18px;
}
.list_type_decimal > li{
    display: list-item;
    list-style: decimal;
}
.ai_wrap{
	margin-top: 20px;
	padding: 40px 36px 70px;
	border: 2px solid #ddd;
	border-radius: 20px;
	background-color: #fff;
}
.ai_wrap .ai_name strong{
	display: inline-block;
	padding: 8px 0;
	padding-left: 72px;
	font-size: 33px;
	font-weight: 700;
	background-repeat: no-repeat;
	background-position: left 0;
	background-size: contain;
}
.ai_wrap .ai_txt{
	margin-top: 16px;
	padding-left: 70px;
}
.ai_wrap .ai_txt p{
	font-size: 29px;
	letter-spacing: -0.03em;
}
.ai_wrap .ai_question .ai_name strong{
	background-image: url('/img/suneung/glory_honor/2024_gh_sub2/ico_ai_itall.png');
}
.ai_wrap .ai_answer{
	margin-top: 45px;
}
.ai_wrap .ai_answer .ai_name strong{
	background-image: url('/img/suneung/glory_honor/2024_gh_sub2/ico_ai_gpt.png');
}
.ai_wrap ol{
	margin-top: 40px;
	margin-left: 10px;
}
.ai_wrap ol li{
	font-size: 29px;
	letter-spacing: -0.03em;
	line-height: 1.4em;
}
.ai_wrap ol li::marker,
.ai_wrap ol li strong{
	font-weight: 700;
}
.ai_wrap ol li + li{
	margin-top: 10px;
}

.acco_wrap{
	position: relative;
}
.btn_acco{
	display: block;
	position: absolute;
	top: 40px;
	right: 36px;
	width: 26px;
	height: 23px;
	/* padding: 10px; */
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.btn_acco.on{
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.btn_acco img{
	max-width: 100%;
}

.item_12 .vod_link_wrap{
	top: 947px;
}

.item_13 .vod_link_wrap,
.item .swiper-slide{
	overflow: hidden;
	height: 340px;
	border-radius: 20px;
}
.item .swiper{
	position: absolute;
	left: 37px;
	-webkit-transform: unset;
	transform: unset;
	width: calc(100% - 74px);
	padding-left: 0;
	padding-right: 0;
}
.item .swiper img{
	max-width: 100%;
}
.item .swiper-pagination-bullets{
	position: absolute;
	bottom: 0;
	text-align: center;
}
.item .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
}
.item .swiper-pagination-bullet-active{
	background-color: #2f9b6e;
}
.item_13 .vod_link_wrap{
	top: 611px;
}
.item_13 .vod_link_wrap a{
	display: block;
}
.item_13 .vod_link_wrap img{
	max-width: 100%;
}
.item_13 .camp_swiper_wrap{
	top: 1042px;
	height: 370px;
	padding-bottom: 20px;
}
.swiper-wrapper .swiper-slide{
	overflow: hidden;
}

.item_14 .vod_link_wrap{
	top: 2110px;
}

.item_15 .vod_link_wrap{
	top: 1170px;
}
.item_15 .btn_wrap{
	top: 1020px;
}

.item_16 .vod_link_wrap{
	top: 420px;
}
.item_16 .vod_link_wrap ul li{
	width: 100%;
}
.item_16 .vod_link_wrap ul li + li{
	margin-top: 35px;
}
.item_16 .vod_link_wrap a{
	height: 431px;
}
.item_16 .vod_link_wrap a:before{
	display: none;
}





/* ========================================== [modal] ========================================== */
body.ofh{
    overflow-y: hidden;
}
#dim{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
}
.modal_vod_wrap{
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 10;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 96%;
	max-width: 720px;
}
.modal_vod_conbox{
    overflow:hidden;
    position:relative; 
    height:0; 
    padding-bottom:56.25%; 
    padding-top:30px; 
}
.modal_vod_conbox iframe,
.modal_vod_conbox object,
.modal_vod_conbox embed {
    position:absolute; 
    top:0; 
    left:0; 
    width:100%; 
    height:100%;
}
.modal_vod_wrap .btn_vod_close{
    position: absolute;
    top: -30px;
    right: 0;
    width: 25px;
    height: 25px;
    border: 0;
    background: transparent url('/img/suneung/glory_honor/2024_gh_sub2/ico_modal_close.png') no-repeat center;
    cursor: pointer;
}




/* ===================================
device width 721 이상인 경우 px 작업,
device width 720 이하인 경우 vw로 변환
=================================== */

/* ========================================== [media query] ========================================== */
@media screen and (max-width: 720px){
	.gh_point_2024_contents .mob_inner{
		padding-left: 2.7778vw;
		padding-right: 2.7778vw;
	}
	
	.btn_wrap,
	.vod_link_wrap{
		padding: 0 5.1389vw;
	}
	.btn_wrap .btn{
		height: 15.5556vw;
	}
	.btn_wrap .btn + .btn{
		margin-top: 2.7778vw;
	}

	.vod_link_wrap.type1{
		margin-top: 5.5556vw;
		margin-bottom: 4.1667vw;
	}
	.vod_link_wrap.type2{
		margin-top: 6.9444vw;
		margin-bottom: 5.5556vw;
	}
	.vod_link_wrap a{
		height: 47.2222vw;
		border-radius: 2.7778vw;
	}
	.vod_link_wrap a:before{
		background-size: 10.41vw;
	}
	.vod_link_wrap img{
		border-radius: 2.7778vw;
	}


	.lyrics_count{
		width: 48.6111vw;
	}
	.lyrics_count span{
		font-size: 3.3333vw;
	}
	.lyrics_top{
		width: 53.4722vw;
	}
	.lyrics_top span:after{
		height: 9.8611vw;
	}
	.lyrics_bottom{
		width: 57.9167vw;
		margin: -2.7778vw auto 0;
	}
	@keyframes lyrics{
		to{width: 23.6111vw;}
	}
	
	.main_contents .mob_inner{
		padding-left: 1.3889vw;
		padding-right: 1.3889vw;
	}
	.main_vod_wrap{
		padding-top: 13.8889vw;
		padding-left: 6.9444vw;
		padding-right: 6.9444vw;
	}
	.main_intro_wrap{
		margin-top: 12.5000vw;
	}

	.main_btm{
		padding-top: 5.5556vw;
		padding-bottom: 16.6667vw;
	}
	.main_footnote{
		padding: 0 2.7778vw 11.1112vw;
	}
	.main_footnote p{
		font-size: clamp(0.625rem, 1.9444vw, 1rem);
	}

	.navi_wrap{
		height: 19.0278vw;
	}
	.navi_menu li{
		border-radius: 0 0 2.7778vw 2.7778vw;
	}
	.navi_menu li a{
		padding: 3.3333vw;
	}
	.navi_menu li a span{
		margin-bottom: 1.3889vw;
		font-size: 3.8889vw;
	}

	.sec_sign{
		left: 2.7778vw;
	}

	.point_sec_01{
		padding-top: 20.8333vw;
		padding-bottom: 9.7222vw;
	}
	.sec_sign_01{
		width: 37.2222vw;
		height: 32.0833vw;
		top: -22.2222vw;
		left: 0;
	}

	.item_01 .btn_wrap{
		top: 129vw;
	}

	.point_sec_02{
		padding-top: 26.1111vw;
		padding-bottom: 5.5556vw;
	}
	.sec_sign_02{
		width: 44.3056vw;
		height: 28.7500vw;
		top: -21.9444vw;
	}
	.item_05 .vod_link_wrap{
		top: 61.6944vw;
	}

	.point_sec_03{
		padding-top: 33.3333vw;
		padding-bottom: 6.6667vw;
	}
	.sec_sign_03{
		width: 34.0278vw;
		height: 26.9444vw;
		top: -22.2222vw;
	}

	.item_09 .vod_link_wrap{
		top: 74.0556vw;
	}

	.item_10 .btn_wrap{
		top: 123.7778vw;
	}

	.point_sec_04{
		padding-top: 30.8333vw;
		padding-bottom: 13.8889vw;
	}
	.sec_sign_04{
		width: 34.0278vw;
		height: 26.9444vw;
		top: -22.2222vw;
	}

	.list_type_decimal{
		padding-left: 2.5000vw;
	}
	.ai_wrap{
		margin-top: 2.7778vw;
		padding: 5.5556vw 5.0000vw 9.7222vw;
		border-radius: 2.7778vw;
	}
	.ai_wrap .ai_name strong{
		padding: 1.1111vw 0;
		padding-left: 10.0000vw;
		font-size: 4.5833vw;
	}
	.ai_wrap .ai_txt{
		margin-top: 2.2222vw;
		padding-left: 9.7222vw;
	}
	.ai_wrap .ai_txt p{
		font-size: 4.0278vw;
	}
	.ai_wrap .ai_answer{
		margin-top: 6.2500vw;
	}
	.ai_wrap ol{
		margin-top: 5.5556vw;
		margin-left: 1.3889vw;
	}
	.ai_wrap ol li{
		font-size: 4.0278vw;
	}
	.ai_wrap ol li + li{
		margin-top: 1.3889vw;
	}
	.btn_acco{
		top: 5.5556vw;
		right: 5.0000vw;
		width: 3.6111vw;
		height: 3.1944vw;
		/* padding: 1.3889vw; */
	}

	.item_12 .vod_link_wrap{
		top: 132.5278vw;
	}

	.item_13 .vod_link_wrap,
	.item .swiper-slide{
		height: 47.2222vw;
		border-radius: 2.7778vw;
	}
	.item .swiper{
		left: 5.1389vw;
		width: calc(100% - 10.2778vw);
	}
	.item_13 .vod_link_wrap{
		top: 85.8611vw;
	}
	.item_13 .camp_swiper_wrap{
		top: 146.1389vw;
		height: 52.7778vw;
		padding-bottom: 5.5556vw;
	}

	.item_14 .vod_link_wrap{
		top: 296.0556vw;
	}
	
	.item_15 .vod_link_wrap{
		top: 162.5000vw;
	}
	.item_15 .btn_wrap{
		top: 142.6667vw;
	}

	.item .swiper-pagination-bullet{
		width: 8px;
		height: 8px;
	}
	.item .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, 
	.item .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
		margin: 0 3px;
	}
	.item_16 .vod_link_wrap{
		top: 58.3333vw;
	}
	.item_16 .vod_link_wrap a{
		height: 59.8611vw;
	}
	.item_16 .vod_link_wrap ul li + li{
		margin-top: 4.8611vw;
	}
}


@media screen and (max-width: 360px){
	.main_footnote{
		padding-left: 0;
		padding-right: 0;
	}
}