@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

#wrap * {
	font-family: 'pretendard', sans-serif;
}

.pro-wrap {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.pro-wrap>div {
	width: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}

.pro-wrap img {
	display: block;
	margin: 0;
	padding: 0;
}

/* 프로모션 소개 */
#WeeklyEvent_2026_wrap a:focus{
	outline: none;
}

#WeeklyEvent_2026 {
	background-color: #FFFEF9;
	overflow: hidden;
}

#WeeklyEvent_2026 .promo_top {
	background-image:url('../images/event/landingPage/WeeklyEvent/background_bg.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center top;
	padding: 74px 0 120px;
	position: relative;
}

#WeeklyEvent_2026 .promo_top .bg_image {
	position: absolute;
}

#WeeklyEvent_2026 .promo_top .bg_image.img_folder {
	left: 7%;
	top: 25%;
	width: 19.1602%;
}

#WeeklyEvent_2026 .promo_top .bg_image.img_human {
	right: 9%;
	bottom: 33%;
	width: 23.9377%;
}

#WeeklyEvent_2026 .promo_top .bg_image.img_clipboard {
	left: 4%;
	bottom: -12%;
	width: 22.205%;
}

#WeeklyEvent_2026 .promo_top .promotion_period {
	background-color: #F2F2F2;
	padding: 0 32px;
	font-size: 24px;
	font-weight: 700;
	color: #334046;
	height: 43px;
	line-height: 43px;
	border-radius: 43px;
}

#WeeklyEvent_2026 .promo_top .promotion_title_image {
	margin: 30px 0;
	width: 36.588%;
	max-width: 697px;
}

#WeeklyEvent_2026 .promo_top .promotion_desc {
	font-size: 24px;
	font-weight: 400;
	color: #334046;
	text-align: center;
	letter-spacing: -0.2px;
	margin-bottom: 70px;
}

.howto_promotion_wrap .inner_title {
	font-size: 36px;
	font-weight: 800;
	color: #112229;
	margin-bottom: 32px;
	text-align: center;
}

.howto_promotion_wrap .howto_list {
	display: flex;
	gap: 30px;
}

.howto_promotion_wrap .howto_list li {
	background-color: #F2F2F2;
	border-radius: 24px;
	padding: 48px 40px;
	width: 340px;
	box-sizing: border-box;
}

.howto_list li .step {
	font-family: 'Montserrat', sans-serif !important;
	font-size: 20px;
	font-weight: 700;
	color: #008CC6;
}

.howto_list li .step_title {
	font-size: 28px;
	font-weight: 700;
	color: #112229;
	line-height: 145%;
	letter-spacing: -2%;
	margin: 16px 0 24px;
}

.howto_list li .step_desc {
	font-size: 18px;
	font-weight: 500;
	color: #64747C;
	letter-spacing: -2%;
	margin-top:0;
	width: 80%;
    word-break: keep-all;
}

.howto_promotion_wrap .font_bold {
	color: #334046;
	font-weight: 700;
}

.howto_promotion_wrap .caution {
	text-align: right;
	font-size: 16px;
	color: #64747C;
	margin-top: 12px;
}
/* 이번주 검사체험 */
.week_promotion_wrap {
	background-color: #F1F7FF;
	padding: 80px 0 100px;
}

.week_promotion .week_promotion_list>li {
	display: none;
}

.week_promotion .week_promotion_list>li.active {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.week_promotion .promotion_week {
	font-size: 36px;
	font-weight: 800;
	color: #112229;
	letter-spacing: -1%;
}

.week_promotion .promotion_endCount {
	height: 48px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	color: #E53935;
	font-size: 24px;
	font-weight: 800;
	border: 2px solid #E53935;
	border-radius: 20px;
	padding: 0 28px;
	box-sizing: border-box;
	gap: 8px;
	background-color: #FFEFEF;
	margin: 20px 0 32px;
}
.promotion_endCount.preview{
	border:2px solid #2B398F;
	color:#2B398F;
	background-color: #CDE2FF;
}
.promotion_endCount .alarm{
	display: flex;
	align-items: center;
}

.week_promotion .week_content {
	background-color: #FFFFFF;
	border-radius: 24px;
	padding: 60px;
	box-sizing: border-box;
	max-width:1080px;
	box-shadow: 0px 20px 40px 0px rgba(43, 57, 143, 0.08);
}



.week_content .week_test {
	display: flex;
	gap: 60px;
	position: relative;
}
.week_content .week_test.end:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  left: 0;
  top: 0;
  z-index: 20;
}


.week_test_info {
	color: #334046;
	font-size: 20px;
	font-weight: 400;
	max-width:500px;
}

.week_test_info .test_name {
	font-size: 40px;
	font-weight: 800;
	color: #112229;
	letter-spacing: -2%;
	word-break:keep-all;
}

.test_detail_info {
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.test_detail_info .info_group .info_content{
	font-size:18px;
}
.week_test_info .test_cat_wrap {
	display: flex;
	gap: 10px;
	margin-top:10px;
	margin-bottom:20px;
}

.week_test_info .test_cat_wrap .cat {
	background-color:#CDE2FF;
	border-radius:8px;
	padding:0 20px;
	color:#2B398F;
	font-weight:700;
	height:36px;
	line-height:36px;
	box-sizing:border-box;
}
.week_test_info .test_cat_wrap .kind_wrap{
	position: relative;
}
.week_test_info .test_cat_wrap .kind {
	display:flex;
	align-items: center;
	gap:4px;
	justify-content: center;
	border:1px solid #CECECE;
	border-radius:8px;
	padding:0 20px;
	height:36px;
	box-sizing:border-box;
	cursor:pointer;
}
.week_test_info .test_cat_wrap .kind.on + .tooltip{
	display:block;
}

.week_test_info .test_cat_wrap .kind + .tooltip{
    display: none;
    position: absolute;
    width: 300px;
    left: 50%;
    top: 50px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 16px;
    z-index: 10;
    border-radius: 16px;
    font-size: 13px;
    font-weight: 400;
    box-sizing: border-box;
    transform: translateX(-50%);
}
.week_test_info .test_cat_wrap .kind.on + .tooltip:after {
    content: "";
    position: absolute;
    top: -15px;
    left: 50%;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 15px solid rgba(20, 20, 20, 0.8);
}

.week_test_info .test_cat_wrap .kind + .tooltip .tooltip_title{
	font-size:16px;
	font-weight:500;
}

.week_test_info .test_cat_wrap .kind + .tooltip .tooltip_content{
	font-size:14px;
	font-weight:500;
}
.test_detail_info .info_group {
	display: flex;
	gap:16px;
}

.test_detail_info .info_group.recommend {
	flex-direction: column;
}

.test_detail_info .info_group .info_title {
	font-weight: 600;
	color: #64747C;
	min-width: 120px;
}
.test_detail_info .info_group .info_content .content_list{
	list-style:disc;
	padding-left:20px;
}
.recommend_status {
	list-style: none;
	padding-left: 0;
	margin: 0;
	word-break: keep-all;
	font-size:18px;
}

.recommend_status>li {
	position: relative;
	padding-left: 25px;
}

.recommend_status>li:nth-child(1)::before {
	content: "①";
	position: absolute;
	left: 0;
	top: 0;
}

.recommend_status>li:nth-child(2)::before {
	content: "②";
	position: absolute;
	left: 0;
	top: 0;
}

.recommend_status>li:nth-child(3)::before {
	content: "③";
	position: absolute;
	left: 0;
	top: 0;
}
.testCode_btn_wrap{
	display: flex;
    margin-top: 40px;
    gap: 20px;
    flex-direction: column;
    align-items: center;
}
.testCode_btn_wrap .testCode_btn{
	background-color:#2B398F;
	border-radius:16px;
	height:92px;
	line-height:92px;
	color:#fff;
	font-size:32px;
	font-weight:800;
	text-align:center;
	width:100%;
	max-width:640px;
}
.testCode_btn_wrap .testCode_btn.done{
	opacity: 0.4;
}
.testCode_btn_wrap .testCode_btn.testCode_btn--levelLock,
.testCode_btn_wrap .testCode_btn.testCode_btn--memberTypeLock{
	pointer-events: none;
	cursor: default;
	display: block;
}
.testCode_btn_wrap .testCode_btn.testCode_btn--participated{
	pointer-events: none;
	cursor: default;
	display: block;
}
.testCode_level_notice{
	font-size: 18px;
	font-weight: 500;
	color: #334046;
	text-align: center;
	line-height: 1.55;
	max-width: 640px;
	width: 100%;
	word-break: keep-all;
}
.testCode_level_notice_link{
	color: #2B398F;
	font-weight: 600;
	text-decoration: underline;
}
.testCode_level_notice_link:hover{
	text-decoration: underline;
}
.week_content_alram{
	font-size:20px;
	color:#334046;
}
.week_content_alram .event_alarm{
	color:#2B398F;
	font-weight:500;
	text-decoration:underline;
}

/* 프로모션 기간 라인업 */
.promotion_list_wrap{
	padding:100px 0 95px;
}
.promotion_title_wrap{
	margin-bottom:40px;
	text-align: center;
}
.promotion_title_wrap .lineUp_title{
	font-size: 36px;
	font-weight:800;
	color:#112229;
	margin-bottom: 16px;
}
.promotion_title_wrap .lineUp_period{
	font-size:24px;
	font-weight:700;
	color:#2B398F;
}
.lineUp_list_wrap{
	width:100%;
	max-width:1080px;
}
.lineUp_list_wrap .lineUp_list_desc{
	font-size:16px;
	font-weight: 400;
	color:#64747C;
	text-align: right;
	margin-bottom:16px;
}
.lineUp_list_wrap .lineUp_list{
	display: flex;
	flex-wrap: wrap;
	gap:20px;
}
.lineUp_list_wrap .lineUp_list > li{
	width:calc(50% - 10px);
}
.lineUp_list_wrap .lineUp_list > li > a{
	display: block;
	border:1px solid #E5E5E5;
	border-radius: 12px;
	padding:24px;
	box-sizing: border-box;
	background-color: #fff;
}
.lineUp_list_wrap .lineUp_list > li.on >a{
	box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.1);
}

.term_wrap{
	display: flex;
	flex-direction: column;
	gap:12px;
}
.term_wrap > div{
	display: flex;
	gap:8px;
	align-items: center;
}

.term_wrap > div .term_state{
	border:1px solid #2B398F;
	border-radius: 8px;
	color:#2B398F;
	font-size: 13px;
	font-weight: 700;
	width:70px;
	height:26px;
	line-height: 26px;
	text-align: center;
	box-sizing: border-box;
}
.term_wrap > div .term_date{
	color:#64747C;
	font-size:16px;
	font-weight: 600;
	letter-spacing: -2%;
}
.lineUp_list li.on .term_wrap .ing .term_state{
	background-color: #2B398F;
	color:#fff;
}
.lineUp_list li .term_wrap .end .term_state{
	background-color:#F3F4F6;
	color:#9CA3AF;
	border:1px solid #F3F4F6;
}
.lineUp_list li .term_wrap .end .term_date{
	text-decoration: line-through;
}
.lineUp_list .test_info_wrap{
	margin-top:20px;
	display: flex;
	gap:24px;
	align-items: center;
}
.lineUp_list .test_info_wrap .test_thum img{
	min-width:145px;
}
.lineUp_list .test_info_wrap .test_info{
	display: flex;
	flex-direction: column;
	gap:8px;
}
.lineUp_list .test_info_wrap .test_info .test_name{
	color:#112229;
	font-size: 20px;
	font-weight: 700;
	word-break: keep-all;
}

.lineUp_list .test_info_wrap .test_info .test_cat{
	color:#2B398F;
	font-size: 16px;
	font-weight:700;
}

.lineUp_list .test_info_wrap .test_info .test_desc{
	color:#64747C;
	font-size: 16px;
	font-weight: 400;
	word-break: keep-all;
}
/* 자주 묻는 질문 */
.promotion_faq_wap{
	background-color: #F8F9FA;
	padding:100px 0;
}
.promotion_faq_wap .promotion_faq_title{
	font-size: 36px;
	font-weight: 800;
	color:#112229;
	margin-bottom: 40px;
}
.promotion_faq_wap .promotion_faq_list .faq_list{
	width:100%;
	min-width:1080px;
	border:none;
	display: flex;
	flex-direction: column;
	gap:20px;
}
.promotion_faq_wap .promotion_faq_list .faq_list li{
	position: relative;
	background-color: #fff;
	border-radius: 16px;
	padding:32px 40px;
	box-sizing: border-box;
}
.promotion_faq_wap .promotion_faq_list .faq_list li > div{
	display: flex;
	gap:16px;
	align-items: center;
}
.promotion_faq_wap .promotion_faq_list .faq_list li .question{
	color:#112229;
	font-size: 24px;
	font-weight: 700;
	cursor: pointer;
}
.promotion_faq_wap .promotion_faq_list .faq_list li .question .content{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: calc(100% - 56px);
}
.promotion_faq_wap .promotion_faq_list .faq_list li .answer .content{
	width: calc(100% - 56px);
}
.promotion_faq_wap .promotion_faq_list .faq_list li .answer {
    display: flex;
    gap: 16px;
    overflow: hidden;
    max-height: 0;
    margin-top: 0;
    padding-top: 0;
    border-top: none;
    opacity: 0;
    transition: max-height 0.4s cubic-bezier(.4,0,.2,1),
                padding-top 0.4s cubic-bezier(.4,0,.2,1),
                margin-top 0.4s cubic-bezier(.4,0,.2,1),
                opacity 0.3s ease;
}
.promotion_faq_wap .promotion_faq_list .faq_list li.active .answer {
    max-height: 300px;
    padding-top: 24px;
    margin-top: 24px;
    border-top: 1px solid #F1F3F5;
    opacity: 1;
}
.promotion_faq_wap .promotion_faq_list .faq_list li > div span{
	display: block;
}
.promotion_faq_wap .promotion_faq_list .faq_list li > div .divide{
	width:40px;
	color:#2B398F;
	font-weight: 800;
}
.promotion_faq_wap .promotion_faq_list .faq_list li > div.answer .divide{
	font-size: 24px;
	color:#FF6B6B;
}

.promotion_faq_wap .promotion_faq_list .faq_list li .answer{
	font-size:20px;
	font-weight: 500;
	color:#334046;
}
/*폴딩 아이콘*/
.acc-icon {
	position: relative;
	width: 20px;
	height: 12px;
	flex-shrink: 0;
	margin-left: 14px;
}
.acc-icon::before,
.acc-icon::after {
	content: '';
	position: absolute;
	top: 50%;
	width: 55%;
	height: 2px;
	background: #ADB5BD;
	border-radius: 1px;
	transition: transform 0.4s cubic-bezier(.4, 0, .2, 1);
}
.acc-icon::before {
	right: 50%;
	transform-origin: right center;
	transform: translateY(-50%) translateY(3px) rotate(40deg);
}
.acc-icon::after {
	left: 50%;
	transform-origin: left center;
	transform: translateY(-50%) translateY(3px) rotate(-40deg);
}
.faq_list li.active .acc-icon::before {
	transform: translateY(-50%) translateY(-3px) rotate(-40deg);
}
.faq_list li.active .acc-icon::after {
	transform: translateY(-50%) translateY(-3px) rotate(40deg);
}
.share_event_btn_wrap{
	margin-top:80px;
}
.share_event_btn_wrap .share_event_btn{
	background-color: #fff;
	border:2px solid #2B398F;
	border-radius: 32px;
	height:64px;
	box-sizing: border-box;
	padding:0 32px;
	display: flex;
	gap:12px;
	justify-content: center;
	align-items: center;
	color:#2B398F;
	font-size: 24px;
	font-weight: 700;
}

/* 프로모션 안내(하단) */
.promotion_bottom{
	background-color: #0F2645;
	color:#fff;
	padding:40px 0  60px;
}
.promotion_guide_wrap {
	width:100%;
	max-width: 1080px;
}
.promotion_guide_wrap .promotion_guide_title{
	display: flex;
	gap:8px;
	align-items: center;
	font-size: 24px;
	font-weight: 700;
}
.promotion_guide_wrap .promotion_guide{
	list-style: disc;
	margin-top:16px;
	font-size: 20px;
	font-weight: 400;
	padding-left:20px;
	word-break: keep-all;
}

.promotion_guide_wrap .promotion_guide li ol{
	list-style: desc;
	padding-left:20px;
}

/* 모달 css */
.modal_header_close_btn {
    cursor: pointer;
    height: 20px;
    width: 20px;
    position: absolute;
    right: 40px;
}
.receiveCode.KIDS .modal_header_close_btn{
	right:20px;
}


.modal_header_close_btn:after,
.modal_header_close_btn:before {
    content: "";
    height: 20px;
    width: 20px;
    border-top: 1px solid #000;
    position: absolute;
    top: 7px;
    right: -8px;
    transform: rotate(-45deg);
}

.modal_header_close_btn:before {
    right: 6px;
    transform: rotate(45deg);
}


.basic_modal.receiveCode .basic_modal_header{
	height:98px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding:0 40px;
	box-sizing: border-box;
}
.basic_modal.receiveCode .basic_modal_header .basic_modal_title{
	font-size: 24px;
	font-weight: 600;
	color:#111;
}
.basic_modal.receiveCode .basic_modal_body{
	padding:0 40px;
}
.basic_modal.receiveCode .basic_modal_body .select_code_list{
	min-width:580px;
	display: flex;
	flex-direction: column;
	gap:12px;
}
.basic_modal.receiveCode .basic_modal_body .select_code_list li{
	border:1px solid #ddd;
	border-radius: 8px;
	padding:20px 16px;
	cursor:pointer;
}
.basic_modal.receiveCode .basic_modal_body .select_code_list li.active{
	background-color: #F8F8F8;
	border-color:#999;
}
.basic_modal.receiveCode .basic_modal_body .select_code_list li label{
	color:#333;
	word-break: keep-all;
}
.basic_modal.receiveCode .basic_modal_footer{
	flex-direction: column;
	gap:16px;
	height:auto;
	padding:24px 40px 32px;
	box-sizing: border-box;
}
.basic_modal.receiveCode .basic_modal_footer .footer_desc{
	color:#2B398F;
	font-size: 18px;
	font-weight: 600;
}
.basic_modal.receiveCode .basic_modal_footer .btn_wrap{
	display: flex;
	gap:12px;
	width:100%;
}
.basic_modal.receiveCode .basic_modal_footer .btn_wrap a{
	display: block;
	width:100%;
	margin:0;
	box-sizing: border-box;
}
.basic_modal.receiveCode.KIDS .basic_modal_header{
	height:auto;
	padding:40px 20px 0;
}
.basic_modal.receiveCode.KIDS .basic_modal_header .alert_title{
	font-size: 20px;
	font-weight: 600;
	color:#111;
}
.basic_modal.receiveCode.KIDS .basic_modal_body{
	max-width: 340px;
	padding:12px 20px 40px;
	margin-bottom: 0;
}
.basic_modal.receiveCode.KIDS .basic_modal_body .alert_notice{
	font-size: 16px;
	font-weight: 500;
	color:#555;
	width:100%;
}
.basic_modal.receiveCode.KIDS .basic_modal_footer{
	height:auto;
	flex-direction: column;
	padding:0 20px 24px;
	gap:8px;
}
.basic_modal.receiveCode.KIDS .basic_modal_footer a{
	display: block;
	width:100%;
	box-sizing: border-box;
	margin:0;
}
.basic_modal.pass_modal.receivedCode .basic_modal_header{
	justify-content: flex-start;
	padding:40px 20px 0;
	box-sizing: border-box;
	height:auto;
}
.basic_modal.pass_modal.receivedCode .basic_modal_header .alert_title{
	font-size: 20px;
	font-weight: 600;
	color:#111;
	justify-content: flex-start;
}
.basic_modal.pass_modal.receivedCode .basic_modal_body{
	margin-bottom:40px;
}
.basic_modal.pass_modal.receivedCode .basic_modal_body .receiveCode_item_name{
	font-size: 16px;
	color:#2B398F;
	font-weight: 600;
	padding:20px 0 8px;
	word-break: keep-all;
}
.basic_modal.pass_modal.receivedCode .basic_modal_body .alert_notice{
	font-size: 16px;
	font-weight:500;
	color:#555;
}
.basic_modal.pass_modal.receivedCode .basic_modal_footer{
	padding:0 20px 24px;
	box-sizing: border-box;
	height: auto;
	display: flex;
	gap:8px;
}
.basic_modal.pass_modal.receivedCode .basic_modal_footer a{
	display: block;
	width:100%;
	margin-left:0;
}
/* 얼럿 모달 css */
.modal {
	display: none;
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	align-items: center;
	justify-content: center;
	font-family: pretendard, sans-serif;
}

.modal-content {
	background: #fff;
	padding: 20px;
	border-radius: 16px;
	width: 320px;
	text-align: center;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
	box-sizing: border-box;
}

.modal-message {
	padding-top: 20px;
	font-size: 16px;
	font-weight:500;
	text-align:left;
	color:#555;
	font-size: 16px;
	font-weight: 500;
	word-break: keep-all;
}
.modal-message .text_blue{
	color:#2B398F;
	font-weight: 600;
}
.customModal_btn{
	display:flex;
	justify-content: flex-end;
	margin-top: 40px;
}
#confirmModal {
	display:flex;
	align-items: center;
	justify-content: center;
	width:94px;
	height:44px;
	background-color: #111;
	color: #fff;
	border: none;
	cursor: pointer;
	border-radius:24px;
	font-size:16px;
	font-weight:600;
}

/* 로그인 유도 모달(취소 / 로그인하기) */
.weekly-login-prompt-content {
	width: 100%;
	max-width: 360px;
}
.weekly-login-prompt-message {
	white-space: pre-line;
}
.weeklyLoginPrompt_btn {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
	gap: 8px;
	margin-top: 28px;
}
.weekly-login-prompt-cancel,
.weekly-login-prompt-confirm {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 100px;
	height: 44px;
	padding: 0 16px;
	border-radius: 24px;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	box-sizing: border-box;
	text-decoration: none;
}
.weekly-login-prompt-cancel {
	background: #fff;
	color: #555;
	border: 1px solid #ccc;
}
.weekly-login-prompt-confirm {
	background-color: #111;
	color: #fff;
	border: none;
}

/****************************************************************************
////////////////////////////////미디어 쿼리 ////////////////////////////////////
*****************************************************************************/

@media all and (max-width:992px) {
	#WeeklyEvent_2026 .promo_top .bg_image.img_folder {
		left: 6%;
		top: 25%;
	}

	#WeeklyEvent_2026 .promo_top .bg_image.img_clipboard {
		left: 4%;
		bottom: -12%;
	}

	#WeeklyEvent_2026 .promo_top .bg_image.img_human {
		right: 10%;
		bottom: 40%;
	}
}

@media all and (max-width:680px){
	#WeeklyEvent_2026 .promo_top{
		background-image:none;
		padding:50px 0;
	}
	#WeeklyEvent_2026 .promo_top .promotion_period{
		font-size:13px;
		height:33px;
		line-height: 33px;
		padding:0 16px;
	}
	#WeeklyEvent_2026 .promo_top .promotion_title_image{
		width:calc(100% - 40px);
	}
	#WeeklyEvent_2026 .promo_top .promotion_desc{
		font-size: 14px;
		margin-bottom: 50px;
	}
	.howto_promotion_wrap{
		background-color: #fff;
		padding-top:80px;
		width:100%;
	}
	#WeeklyEvent_2026 .promo_top .bg_image.img_folder{
        max-width:129px;
        left: -12%;
        width: auto;
	}
	#WeeklyEvent_2026 .promo_top .bg_image.img_human{
		max-width:159px;
        right: -14%;
        bottom: 55%;
        width: auto;
	}
	#WeeklyEvent_2026 .promo_top .bg_image.img_clipboard{
		display: none;
	}
	.howto_promotion_wrap .inner_title{
		font-size: 24px;
	}
	.howto_promotion_wrap .howto_list{
		flex-direction: column;
		width:calc(100% - 40px);
		margin:0 auto;
	}
	.howto_promotion_wrap .howto_list li{
		min-width: inherit;
		padding:24px;
		border-radius: 16px;
		width:100%;
	}
	.howto_list li .step{
		font-size: 16px;
	}
	.howto_list li .step_title{
		font-size: 20px;
		margin:12px 0 8px;
	}
	.howto_list li .step_desc{
		font-size: 14px;
		width:70%;
	}
	.howto_promotion_wrap .caution{
		width:calc(100% - 40px);
		margin: 12px auto 0;
		font-size: 13px;
	}
	.howto_promotion_wrap .caution span{
		font-size: 13px;
	}

	.week_promotion_wrap{
		padding:50px 0;
	}
	.week_promotion .promotion_week{
		font-size: 20px;
	}
	.week_promotion .promotion_endCount,
	.week_promotion .promotion_endCount span{
		font-size: 16px;
	}
	.week_promotion .promotion_endCount{
		height:38px;
	}
	.week_promotion .week_content {
	    padding: 24px;
	    border-radius: 20px;
	    width: calc(100% - 40px);
	    margin: 0 auto;
	}
	.week_content .week_test{
		flex-direction: column;
		gap:24px;
	}
	.week_test_info .test_name{
		font-size: 22px;
	}
	.week_test_info .test_cat_wrap .cat{
		font-size: 15px;
		height:30px;
		line-height: 30px;
		padding:0 12px;
	}
	.week_test_info .test_cat_wrap .kind{
		height:30px;
		font-size: 15px;
		font-weight: 700;
		padding:0 12px;
	}
	.week_test_info .test_cat_wrap .kind + .tooltip{
		width:190px;
	}
	.week_test_info .test_cat_wrap .kind + .tooltip .tooltip_title{
		font-size: 14px;
	}
	.week_test_info .test_cat_wrap .kind + .tooltip .tooltip_content{
		font-size: 12px;
	}
	.test_detail_info,
	.test_detail_info .info_group .info_content{
		font-size: 14px;
	}
	.test_detail_info .info_group .info_title{
		min-width: 70px;
	}
	.recommend_status{
		font-size: 14px;
	}
	.recommend_status>li{
		padding-left: 16px;
	}
	.testCode_btn_wrap{
		gap:12px;
	}
	.testCode_btn_wrap .testCode_btn{
		font-size: 20px;
		height:60px;
		line-height: 60px;
	}
	.week_content_alram,
	.week_content_alram .event_alarm{
		font-size: 12px;
	}
	.testCode_level_notice{
		font-size: 14px;
		padding: 0 8px;
	}
	.promotion_list_wrap{
		padding:50px 0;
	}
	.promotion_title_wrap{
		margin-bottom: 24px;
	}
	.promotion_title_wrap .lineUp_title{
		font-size: 24px;
		margin-bottom:10px;
	}
	.promotion_title_wrap .lineUp_period{
		font-size: 16px;
	}
	.lineUp_list_wrap .lineUp_list_desc{
		text-align: center;
		font-size: 14px;
	}
	.lineUp_list_wrap .lineUp_list{
		flex-direction: column;
		gap:12px;
		width:calc(100% - 40px);
		margin:0 auto;
	}
	.lineUp_list_wrap .lineUp_list > li{
		width:100%;
	}
	.lineUp_list_wrap .lineUp_list > li > a{
		border-radius: 16px;
	}
	.term_wrap > div .term_state{
		font-size: 12px;
		width:60px;
		height:24px;
		line-height: 24px;
	}
	.term_wrap > div .term_date{
		font-size: 13px;
		font-weight: 400;
	}
	.lineUp_list .test_info_wrap .test_info .test_name{
		font-size: 16px;
	}
	.lineUp_list .test_info_wrap .test_info .test_cat{
		font-size: 13px;
	}
	.lineUp_list .test_info_wrap .test_info .test_desc{
		font-size: 13px;
		line-height: 1.55;
		word-break: keep-all;
	}
	.lineUp_list .test_info_wrap{
		gap:16px;
		align-items: flex-start;
	}
	.lineUp_list .test_info_wrap .test_thum img{
		min-width: auto;
		max-width:115px;
	}
	.promotion_faq_wap{
		padding:50px 0;
	}
	.promotion_faq_wap .promotion_faq_title{
		font-size: 24px;
	}
	.promotion_faq_wap .promotion_faq_list .faq_list{
		min-width: auto;
		width:calc(100% - 40px);
		margin:0 auto;
	}
	.promotion_faq_wap .promotion_faq_list .faq_list li{
		padding:24px 20px;
		border-radius: 12px;
	}
	.promotion_faq_wap .promotion_faq_list .faq_list li > div{
		gap:12px;
	}
	.promotion_faq_wap .promotion_faq_list .faq_list li > div .divide{
		font-size: 18px;
		width:30px;
	}
	.promotion_faq_wap .promotion_faq_list .faq_list li > div.answer .divide{
		font-size: 18px;
	}
	.promotion_faq_wap .promotion_faq_list .faq_list li .question .content{
		font-size: 16px;
		width:calc(100% - 42px);
	}
	.promotion_faq_wap .promotion_faq_list .faq_list li .answer .content{
		font-size: 14px;
		width:calc(100% - 42px);
	}
	.promotion_faq_wap .promotion_faq_list .faq_list li .answer .content{
		word-break: keep-all;
	}
	.share_event_btn_wrap{
		margin-top:40px;
	}
	.share_event_btn_wrap .share_event_btn{
		font-size: 16px;
		height:48px;
		padding:0 27px;
		gap:4px;
	}
	.share_event_btn_wrap .share_event_btn img{
		width:20px;
	}
	.promotion_bottom{
		padding:32px 0;
	}
	.promotion_guide_wrap{
		width:calc(100% - 40px);
		margin:0 aut;
	}
	.promotion_guide_wrap .promotion_guide_title{
		font-size: 14px;
		gap:4px;
	}
	.promotion_guide_wrap .promotion_guide_title img{
		width:16px;
	}
	.promotion_guide_wrap .promotion_guide{
		font-size: 14px;
	}

	/* 모달 css */
	.basic_modal.receiveCode .basic_modal_content{
		border-radius: 20px 20px 0 0;
	}
	.basic_modal.receiveCode.KIDS .basic_modal_content{
		border-radius: 16px;
	}
	.basic_modal.receiveCode .basic_modal_header{
		height:80px;
		padding:0 20px;
	}
	.basic_modal.receiveCode .basic_modal_header .basic_modal_title{
		font-size: 20px;
	}
	.modal_header_close_btn{
		right:20px;
	}
	.basic_modal.receiveCode .basic_modal_body{
		padding:0 20px;
		max-height: calc(100% - 292px);
	}
	.basic_modal.receiveCode .basic_modal_body .select_code_list{
		min-width:inherit;
	}
	.basic_modal.receiveCode .basic_modal_body .select_code_list li{
		padding:10px;
	}
	.basic_modal.receiveCode .basic_modal_body .select_code_list li label{
		font-size:14px;
	}
	.basic_modal.receiveCode .basic_modal_body .select_code_list li label::before{
		margin-right:8px;
	}
	.basic_modal.receiveCode .basic_modal_body .select_code_list li label span{
		display: inline-block;
		width:calc(100% - 26px);
	}
	.basic_modal.receiveCode .basic_modal_footer{
		border-top:none;
		padding:20px;
		background-color: #fff;
	}
	.basic_modal.receiveCode .basic_modal_footer .footer_desc{
		font-size:16px;
		word-break: keep-all;
		max-width: 200px;
	}
	.basic_modal.receiveCode .basic_modal_footer .btn_wrap{
		flex-direction: column;
		gap:8px;
	}
	.basic_modal.receiveCode.KIDS .basic_modal_footer{
		border-radius: 0 0 16px 16px;
	}
}


