/* =========================================
			2024 kangnam X
========================================= */

/* ==============================================================
본 페이지는 웹폰트 불가 이슈로 이미지텍스트를 사용했으며, 반응형을 위해
device width 721 이상인 경우 px 작업,
device width 720 이하인 경우 vw로 변환해 작업했습니다.
- UIUX
============================================================== */

html, body{
	margin: 0;
	padding: 0;
}
body.ofh{
	overflow: hidden;
}
.color_yellow{
	color: #ffd75d !important;
}
.color_red{
	color: #f00 !important;
}
.color_blue{
	color:#1659a8 !important;
}
sup{
	vertical-align: super;
	font-size: 0.6em;
}
.text_through{
	text-decoration: line-through;
}


.list_type_info{
	padding: 0;
}
.list_type_info > li,
.list_type_bar > li,
.list_type_circle > li{
	display: flex;
	align-items: flex-start;
}
.list_type_info > li + li{
	margin-top: 4px;
}
.list_type_info > li > span,
.list_type_circle > li > span{
	display: inline-block;
	width: 12px;
}
.list_type_info > li > div{
	width: calc(100% - 12px);
	font-weight: 500;
	word-break: keep-all;
}
.list_type_circle > li > span{
	display: inline-block;
	width: 20px;
}
.list_type_circle > li > div{
	width: calc(100% - 20px);
	word-break: keep-all;
}
.list_type_info > li p{
	margin-top: 5px;
}
.list_type_bar > li{
	position: relative;
	padding-left: 15px;
}
.list_type_bar > li:before{
	display: block;
	content: '';
	position: absolute;
	top: 12px;
	left: 0;
	width: 6px;
	height: 1px;
	background-color: #333;
}
.list_type_info > li .list_type_bar{
	margin-top: 5px;
}
.list_type_decimal{
	padding-left: 16px;
}
.list_type_decimal > li{
	display: list-item;
	list-style-type: decimal;
}



/* layout */
.dsx_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;
	color: #333;
	letter-spacing: -0.02em;
}
.dsx_2024_contents img{
	max-width: 100%;
}
.mob_inner{
	max-width: 720px;
	margin: 0 auto;
	padding-left: 40px;
	padding-right: 40px;
	box-sizing: border-box;
}
.dsx_sec .tit_wrap{
	position: relative;
	text-align: center;
}
.dsx_sec .tit_wrap p{
	margin-top: 40px;
	font-size: 34px;
	line-height: 1.4em;
	font-weight: 600;
}


/* main */
.dsx_main_sec img{
	width: 100%;
}

/* section 1 */
.dsx_sec_01{
	margin-top: -3px;
	padding: 100px 0 80px;
	background-color: #1659a8;
	position: relative;
}
.dsx_sec_01 .tit_wrap:before{
	display: block;
	content: '';
	position: absolute;
	top: -35px;
	left: 10px;
	width: 82px;
	height: 107px;
	background: url('/img/suneung/event/2024_kangnamX/img_sec_01_obj.png') no-repeat center / cover;
}
.dsx_sec_01.old .tit_wrap:before{
	top: -90px;
}
.dsx_sec_01 .bd_box .item:nth-child(1) .tit{
	display: block;
	padding-top: 90px;
	background-image: url('/img/suneung/event/2024_kangnamX/img_sec_01_clock.png');
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 66px;
}
.dsx_sec_01 .bd_box .item:nth-child(1) .tit + p{
	letter-spacing: -0.05em;
}
.dsx_sec_01 .bd_box .item dl:last-child dt{
	width: 360px;
}
.dsx_sec_01 .item_book::before{
	display: block;
    content: '';
    position: absolute;
    top: 38%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 80%;
    height: 307px;
    background: url(/img/suneung/event/2024_kangnamX/img_fin_stamp1.png) no-repeat center / contain;
}

.bd_box{
	border: 2px solid #fff;
}
.bd_box .box_con{
	padding: 60px 38px;
}
.bd_box *{
	color: #fff;
}
.tit_wrap + .bd_box{
	margin-top: 64px;
}
.bd_box .item{
	text-align: center;
}
.bd_box .item + .item{
	margin-top: 60px;
	padding-top: 60px;
	background-image: url('/img/suneung/event/2024_kangnamX/img_sec_01_dash1.png');
	background-repeat: no-repeat;
	background-position: top center;
	background-size: contain;
}
.bd_box .item .tit + p{
	margin-top: 20px;
}
.bd_box .item p,
.bd_box .item p span{
	font-size: 34px;
	line-height: 1.4em;
	font-weight: 600;
	word-break: keep-all;
}
.bd_box .item_book .book_conbox .label{
	display: inline-block;
	padding: 12px 30px;
	border: 1px solid #fff;
	border-radius: 30px;
	font-size: 30px;
	line-height: 1em;
	font-weight: 700;
}
.bd_box .item_book .book_conbox .tit{
	display: block;
	margin-top: 16px;
	font-size: 45px;
	font-weight: 700;
}
.bd_box .item_book .book_conbox p{
	height: 3.9em;
	margin-top: 10px;
	font-size: 32px;
}
.bd_box .item_book .book_conbox .img_wrap{
	margin-top: 20px;
}
.bd_box .item_book .book_conbox .img_wrap img{
	max-width: 33%;
}
.bd_box .item_book .book_conbox .img_wrap .book_info{
	font-size: 14px;
	line-height: 1.2em;
	letter-spacing: -0.04em;
}
.bd_box .item dl{
	text-align: left;
}
.bd_box .item dl + dl,
.bd_box .item .footnote_wrap{
	margin-top: 58px;
}
.bd_box .item dt,
.bd_box .item dd,
.bd_box .item .list_type_bar > li{
	font-size: 30px;
	line-height: 1.3em;
	font-weight: 700;
	letter-spacing: -0.05em;
}
.bd_box .item dt{
	width: 214px;
	height: 54px;
	padding: 12px;
	border: 1px solid #fff;
	border-radius: 30px;
	line-height: 1em;
	text-align: center;
	box-sizing: border-box;
}
.bd_box .item dd{
	margin-top: 20px;
	word-break: keep-all;
}
.bd_box .item dd span{
	font-weight: 400;
	font-size: 26px;
}
.bd_box .item dd p,
.bd_box .item dd p *{
	font-weight: 500;
	font-size: 30px;
}
.bd_box .item .list_type_bar > li:before{
	top: 16px;
	width: 8px;
	height: 3px;
}

.bd_box .info_box{
	padding: 30px 40px;
	background-color: #ddd;
}
.bd_box .info_box strong{
	display: block;
	margin-bottom: 20px;
	font-size: 22px;
	font-weight: 700;
	color: #333;
}
.bd_box .info_box li *{
	font-size: 16px;
	line-height: 1.2em;
	font-weight: 500;
	color: #333;
	letter-spacing: -0.04em;
}

.bd_box + .footnote_wrap{
	margin-top: 22px;
}
.footnote_wrap p,
.footnote_wrap li{
	font-size: 16px;
	line-height: 1.2em;
	letter-spacing: -0.04em;
	color: #ddd;
	word-break: keep-all;
}
.footnote_wrap ol{
	margin-top: 8px;
}
.footnote_wrap li + li{
	margin-top: 4px;
}
.footnote_wrap .list_type_bar > li:before{
	background-color: #ddd;
}



/* section 2 */
.dsx_sec_02{
	padding: 90px 0;
	background-image: url('/img/suneung/event/2024_kangnamX/img_sec_02_bg.png');
	text-align: center;
}
.dsx_sec_02 .tit_wrap:before{
	display: block;
	content: '';
	position: absolute;
	top: -35px;
	right: 10px;
	width: 82px;
	height: 107px;
	background: url('/img/suneung/event/2024_kangnamX/img_sec_02_obj.png') no-repeat center / cover;
}
.dsx_sec_02 .bd_box{
	border-color: #1659a8;
	background-color: #fff;
}
.dsx_sec_02 .bd_box *{
	color: #231f20;
}
.dsx_sec_02 .bd_box .item + .item{
	background-image: url('/img/suneung/event/2024_kangnamX/img_sec_02_dash1.png');
}
.dsx_sec_02 .bd_box .item_book .book_conbox .label{
	border: 0;
	background-color: #1659a8;
	color: #fff;
}
.dsx_sec_02 .bd_box .item_book .book_conbox p + strong{
	display: block;
	margin-top: 30px;
	font-size: 38px;
	font-weight: 700;
	color: #1659a8;
}
.dsx_sec_02 .bd_box .item_book .book_conbox p + strong span{
	font-size: 22px;
	font-weight: 400;
}
.dsx_sec_02 .bd_box .item dt{
	border: 0;
	background-color: #1659a8;
	color: #fff;
}
.dsx_sec_02 .bd_box .item .list_type_circle{
	margin-top: 10px;
}
.dsx_sec_02 .bd_box .item .list_type_circle li *,
.bd_box .item .footnote_wrap p{
	font-size: 22px;
	line-height: 1.6em;
	letter-spacing: -0.04em;
	font-weight: 600;
}

.bd_box .item .footnote_wrap{
	text-align: left;
}



/* section 3 */
.dsx_sec_03{
	padding: 160px 0 105px;
	background-color: #1659a8;
}
.dsx_sec_03 .tit_wrap p{
	color: #fff;
}
.dsx_sec_03 .bd_box{
	position: relative;
	padding: 80px 40px;
}
.dsx_sec_03 .bd_box:before{
	display: block;
	content: '';
	position: absolute;
	top: -65px;
	right: 20px;
	width: 172px;
	height: 114px;
	background-image: url('/img/suneung/event/2024_kangnamX/img_sec_03_obj1.png');
	background-repeat: no-repeat;
	background-size: cover;
}
.dsx_sec_03 .bd_box .box_tit{
	margin-bottom: 40px;
	padding-bottom: 40px;
	background-image: url('/img/suneung/event/2024_kangnamX/img_sec_01_dash1.png');
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: contain;
}
.dsx_sec_03 .bd_box .box_tit strong{
	display: block;
	background-image: url('/img/suneung/event/2024_kangnamX/logo_palette.png');
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 221px;
	font-size: 45px;
	font-weight: 700;
}
.dsx_sec_03 .item_tit{
	margin-bottom: 30px;
	text-align: left;
}
.dsx_sec_03 .item_tit strong{
	display: inline-block;
	padding: 18px 48px;
	border-radius: 36px;
	background-color: #fff;
	font-size: 28px;
	font-weight: 800;
	color: #1659a8;
}
.dsx_sec_03 .item + .item{
	margin-top: 56px;
	padding-top: 0;
	background: none;
}
.test_list{
	display: flex;
}
.test_list li{
	width: calc((100% - 54px)/4);
	text-align: center;
}
.test_list li + li{
	margin-left: 18px;
}
.test_list li img{
	width: 100%;
}
.test_list li strong{
	display: inline-block;
	margin-top: 14px;
	font-weight: 600;
	font-size: 18px;
}
.dsx_sec_03 .btn_wrap{
	margin-top: 60px;
	text-align: center;
}
.dsx_sec_03 .btn_link{
	display: inline-block;
	padding: 42px 120px;
	border-radius: 10px;
	background-color: #222;
	font-size: 32px;
	color: #fff;
	font-weight: 600;
}




/* ===================================
device width 721 이상인 경우 px 작업,
device width 720 이하인 경우 vw로 변환
=================================== */

@media screen and (max-width: 720px){
	.list_type_info > li + li{
		margin-top: 0.5556vw;
	}
	.list_type_info > li > span{
		width: 1.6667vw;
	}
	.list_type_info > li > div{
		width: calc(100% - 1.6667vw);
	}
	.list_type_info > li p{
		margin-top: 0.6944vw;
	}
	.list_type_circle > li > span{
		width: 2.7778vw;
	}
	.list_type_circle > li > div{
		width: calc(100% - 2.7778vw);
	}
	.list_type_bar > li{
		padding-left: 2.0833vw;
	}
	.list_type_bar > li:before{
		top: 1.6667vw;
		width: 0.8333vw;
		height: 0.1389vw;
	}
	.list_type_info > li .list_type_bar{
		margin-top: 0.6944vw;
	}
	.list_type_decimal{
		padding-left: 2.7778vw;
	}
	
	/* layout */
	.mob_inner{
		padding-left: 5.5556vw;
		padding-right: 5.5556vw;
	}
	.dsx_sec .tit_wrap p{
		margin-top: 5.5556vw;
		font-size: 4.7222vw;
	}
	
	/* section 1 */
	.dsx_sec_01{
		padding: 13.8889vw 0 11.1111vw;
	}
	.dsx_sec_01 .tit_wrap:before,
	.dsx_sec_02 .tit_wrap:before{
		top: -4.8611vw;
		width: 11.3889vw;
		height: 14.8611vw;
	}
	.dsx_sec_01.old .tit_wrap:before{
		top: -12.5000vw;
	}
	.dsx_sec_01 .tit_wrap:before{
		left: 1.3889vw;
	}
	.dsx_sec_01 .bd_box .item:nth-child(1) .tit{
		padding-top: 12.5000vw;
		background-size: 9.1667vw;
	}
	.dsx_sec_01 .bd_box .item:nth-child(2){
		margin-top: 6.9444vw;
	}
	.dsx_sec_01 .bd_box .item dl:last-child dt{
		width: 50.0000vw;
	}
	.dsx_sec_01 .item_book::before{
		height: 42.6389vw;
	}
	
	.bd_box .box_con{
		padding: 8.3333vw 5.0000vw;
	}
	.tit_wrap + .bd_box{
		margin-top: 8.8889vw;
	}
	.bd_box .item + .item{
		margin-top: 8.3333vw;
		padding-top: 8.3333vw;
	}
	.bd_box .item .tit + p{
		margin-top: 2.7778vw;
	}
	.bd_box .item p,
	.bd_box .item p span{
		font-size: clamp(0.625rem, 4.7222vw, 1rem);
	}
	
	.bd_box .item_book .book_conbox .label{
		padding: 1.6667vw 4.1667vw;
		border-radius: 4.1667vw;
		font-size: 4.1667vw;
	}
	.bd_box .item_book .book_conbox .tit{
		margin-top: 2.2222vw;
		font-size: 6.2500vw;
	}
	.bd_box .item_book .book_conbox p{
		margin-top: 1.3889vw;
		font-size: clamp(0.625rem, 4.4444vw, 1rem);
	}
	.bd_box .item_book .book_conbox .img_wrap{
		margin-top: 2.7778vw;
	}
	.bd_box .item_book .book_conbox .img_wrap .book_info{
		font-size: clamp(0.625rem, 1.9444vw, 1rem);
	}
	
	.bd_box .item dl + dl,
	.bd_box .item .footnote_wrap{
		margin-top: 8.0556vw;
	}
	.bd_box .item dt,
	.bd_box .item dd,
	.bd_box .item .list_type_bar > li{
		font-size: 4.1667vw;
	}
	.bd_box .item dt{
		width: 29.7222vw;
		height: 7.5000vw;
		min-height: 20px;
		padding: 1.6667vw;
		border-radius: 4.1667vw;
	}
	.bd_box .item dd{
		padding-left: 0;
		margin-top: 2.7778vw;
	}
	.bd_box .item dd span{
		font-size: clamp(0.625rem, 3.6111vw, 1rem);
	}
	.bd_box .item dd p,
	.bd_box .item dd p *{
		font-size: 4.1667vw;
	}
	.bd_box .item .list_type_bar > li:before{
		top: 2.2222vw;
		width: 1.1111vw;
		height: 2px;
	}
	
	.bd_box .info_box{
		padding: 4.1667vw 5.5556vw;
	}
	.bd_box .info_box strong{
		margin-bottom: 2.7778vw;
		font-size: 3.0556vw;
	}
	.bd_box .info_box li *{
		font-size: clamp(0.625rem, 2.2222vw, 1rem);
	}
	
	.bd_box + .footnote_wrap{
		margin-top: 3.0556vw;
	}
	.footnote_wrap p,
	.footnote_wrap li{
		font-size: clamp(0.625rem, 1.9444vw, 1rem);
	}
	.footnote_wrap ol{
		margin-top: 1.1111vw;
	}
	.footnote_wrap li + li{
		margin-top: 0.5556vw;
	}
	
	/* section 2 */
	.dsx_sec_02{
		padding: 12.5000vw 0;
	}
	.dsx_sec_02 .tit_wrap:before{
		right: 1.3889vw;
	}
	.dsx_sec_02 .bd_box .item_book .book_conbox p + strong{
		margin-top: 4.1667vw;
		font-size: 5.2778vw;
	}
	.dsx_sec_02 .bd_box .item_book .book_conbox p + strong span{
		font-size: 3.0556vw;
	}
	.dsx_sec_02 .bd_box .item .list_type_circle li *,
	.bd_box .item .footnote_wrap p{
		font-size: 3.0556vw;
	}
	
	/* section 3 */
	.dsx_sec_03{
		padding: 22.2222vw 0 14.5833vw;
	}
	.dsx_sec_03 .bd_box{
		padding: 11.1111vw 5.5556vw;
	}
	.dsx_sec_03 .bd_box:before{
		top: -8.8889vw;
		right: 2.7778vw;
		width: 23.8889vw;
		height: 15.8333vw;
	}
	.dsx_sec_03 .bd_box .box_tit{
		margin-bottom: 5.5556vw;
		padding-bottom: 5.5556vw;
	}
	.dsx_sec_03 .bd_box .box_tit strong{
		background-size: 30.6944vw;
		font-size: 6.2500vw;
	}
	.dsx_sec_03 .item_tit{
		margin-bottom: 4.1667vw;
	}
	.dsx_sec_03 .item_tit strong{
		padding: 2.7778vw 6.6667vw;
		border-radius: 5.0000vw;
		font-size: 3.8889vw;
	}
	.dsx_sec_03 .item + .item{
		margin-top: 7.7778vw;
		background: none;
	}
	.test_list{
		flex-wrap: wrap;
	}
	.test_list li{
		width: calc((100% - 5.5556vw)/2);
		margin-top: 5.5556vw;
	}
	.test_list li + li{
		margin-left: 5.5556vw;
	}
	.test_list li:nth-child(2n+1){
		margin-left: 0;
	}
	.test_list li:nth-child(-n+2){
		margin-top: 0;
	}

	.test_list li strong{
		margin-top: 1.9444vw;
		font-size: 3.6111vw;
	}
	.dsx_sec_03 .btn_wrap{
		margin-top: 8.3333vw;
	}
	.dsx_sec_03 .btn_link{
		padding: 5.8333vw 16.6667vw;
		border-radius: 1.3889vw;
		font-size: 4.4444vw;
	}
}


@media screen and (max-width: 360px){
	.footnote_wrap li br{
		display: none;
	}
	.dsx_sec_01 .bd_box .item:nth-child(1) .tit + p br{
		display: none;
	}
}