/* checkbox, radio */
.b-s-chk { display: flex; gap: 10px 30px; align-items: center; }
.b-s-chk > div { display: flex; gap: 10px; align-items: center; }

.b-radio { position: absolute; left: -99999px; opacity: 0; }
.b-radio + label { display: inline-block; position: relative; margin-right: 20px; padding-left: 30px; font-weight: 600; font-size: 15px; line-height: 23px; vertical-align: middle; cursor: pointer; color: #666666; }
.b-radio + label:before { content: ""; display: inline-block; position: absolute; top: 50%; left: 0; padding: 0 0 0 3px; width: 19px; height: 19px; border: 1px solid #bbb; background-color: #fff; font-size: 13px; border-radius: 24px; box-sizing: border-box; transform: translateY(-50%); }
.b-radio:checked + label:before { border-color: #ffa018; }
.b-radio:checked + label:after { content: ""; display: block; position: absolute; top: 50%; left: 6px; width: 8px; height: 8px; background-color: #ff9600; border-radius: 12px; transform: translateY(-50%); }

.b-chk { display: inline-block; border: 1px solid #ddd; width: 28px; height: 28px; border-radius: 5px; background: #fff; -webkit-appearance: none; -moz-appearance: none; appearance: none; vertical-align: middle; cursor: pointer; }
.b-chk:checked { background: #f5f5f5; }
.b-chk:disabled { background: #f5f5f5; }
.b-chk + label { display: inline-block; font-size: 15px; line-height: 22px; font-weight: 700; color: #666; vertical-align: middle; cursor: pointer; }
.b-chk:disabled + label { color: #222; }

/* 상단/하단 동의 버튼 (전체 클릭 영역) */
.chk_confirm_btn { border-radius: 5px; background: #e7e7e7; text-align: center; }
.chk_confirm_btn .b-chk { position: absolute; left: -99999px; opacity: 0; }
.chk_confirm_btn .b-chk + label { display: flex; align-items: center; justify-content: center; box-sizing: border-box; width: 100%; font-size: 14px; line-height: 22px; font-weight: 600; color: #a1a1a1; position: relative; min-width: 310px; padding: 15px 40px 15px 55px; transition: all .3s; cursor: pointer; }
.chk_confirm_btn .b-chk + label:before { content: ""; position: absolute; background: url(/_res/postech/_share/img/com/cse-checkinfo.png) no-repeat; background-size: cover; width: 10px; height: 8px; top: 49%; transform: translateY(-35%); left: 40px; transition: all .3s; }
.chk_confirm_btn .b-chk:checked + label { color: #fff; }
.chk_confirm_btn .b-chk:checked + label:before { background: url(/_res/postech/_share/img/com/cse-checkinfo-o.png) no-repeat; background-size: cover; }
.chk_confirm_btn:has(.b-chk:checked) { background: #f8ae00; }

/*예약정보 입력 - 상단 안내*/
.bn-infor-common .information { border-radius: 20px; padding: 35px 50px; border: 1px solid #e0e0e0; margin: 0 0 30px; }
.bn-infor-common .information .info-top { display: flex; justify-content: space-between; align-items: center; padding: 0 0 15px; border-bottom: 1px solid #e0e0e0; margin: 0 0 30px; }
.bn-infor-common .information .info-top .title { font-size: 24px; line-height: 32px; letter-spacing: -0.025px; color: #333333; font-weight: bold; }

.bn-infor-common .information .info-bot .tit { font-size: 16px; line-height: 24px; color: #333333; font-weight: bold; padding: 0 0 25px; }
.bn-infor-common .information .info-bot > ol { counter-reset: list-counter; }
.bn-infor-common .information .info-bot > ol > li { font-size: 15px; line-height: 23px; color: #666666; font-weight: 700; padding: 0 0 13px 30px; position: relative; counter-increment: list-counter; }
.bn-infor-common .information .info-bot > ol > li:not(:last-child) { font-size: 14px; font-weight: 600; }
.bn-infor-common .information .info-bot > ol > li::before { content: counter(list-counter); position: absolute; left: 0; top: 0; width: 24px; height: 24px; line-height: 1; text-align: center; background-color: #666; color: white; border-radius: 50%; font-weight: bold; display: flex; align-items: center; justify-content: center; }
.bn-infor-common .information .info-bot > ol > li:last-child { color: #333333; }
.bn-infor-common .information .info-bot > ol > li > .note { display: block; color: #94795f; font-weight: bold; }
.bn-infor-common .information .info-bot > ol > li > .mg-t10 { margin-top: 5px!important; }
.bn-infor-common .information .info-bot > ol > li > .mark-p { font-size: 14px; }

/* 입력 테이블 */
.bn-infor-common .b-table-wrap { padding: 50px 80px 50px 24px; border-top: 1px solid #999999; border-bottom: 1px solid #cccccc; }
.bn-infor-common .b-table-wrap .b-table-box { display: flex; gap: 120px; padding: 0 0 30px; }
.bn-infor-common .b-table-wrap .b-table-box:last-child { padding: 0; }
.bn-infor-common .b-table-wrap .b-table-box .mg-t10 { margin-top: 14px!important; }
.bn-infor-common .b-table-wrap .b-table-box .b-row-box { flex: 0 1 calc(50% - 60px); display: table; width: 100%; table-layout: fixed; }
.bn-infor-common .b-table-wrap .b-table-box .b-row-box.box-flex { flex: 1; }

.bn-infor-common .b-title-box { display: table-cell; width: 130px; font-size: 15px; line-height: 1; color: #222222; font-weight: bold; vertical-align: unset; position: relative; padding: 17px 0 0; }
.bn-infor-common .b-table-wrap .b-table-box:last-child .b-title-box { vertical-align: top; padding: 22px 0 0; }
.bn-infor-common .b-title-box.b-required:after { content: "*"; display: inline-block; margin: 0px 0 0 3px; color: #d10909; line-height: 1; vertical-align: top; }

.bn-infor-common .b-con-box { display: table-cell; position: relative; vertical-align: unset; width: calc(100% - 132px); }
.bn-infor-common .b-con-box .b-input { position: relative; width: 100%; height: 48px; border-radius: 4px; background: #f5f5f5; font-weight: 700; font-size: 15px; padding: 20px; color: #222; border: 0; }
.bn-infor-common .b-con-box .b-input::placeholder { color: #999; }
.bn-infor-common .b-con-box .note { display: block; color: #94795f; font-weight: bold; font-size: 14px; line-height: 1; }

/* 인증번호 받기 / 면제대상 확인 버튼 */
.b-btn-type02 { display: inline-flex; align-items: center; gap: 8px; height: 48px; padding: 0 20px; border-radius: 4px; font-size: 14px; font-weight: 700; cursor: pointer; white-space: nowrap; }
.b-btn-type02.btn-mail { margin-top: 15px; border-radius: 5px;  background: #929292 url(/_res/postech/csepostech/img/common/mail_check.png) no-repeat 20px 50%;  color: #FFF;  font-family: Pretendard; font-size: 14px; font-style: normal; font-weight: 600; line-height: 21px; gap: 12px;transition: transform .3s ease;}
.b-btn-type02.btn-mail:before { content: ''; width: 16px; height: 13px; background: url(/_res/postech/_share/img/com/ico-mail.png) no-repeat center / contain; }
.b-btn-type02.btn-dark { background: #222; color: #fff; padding-right: 14px; }
.b-btn-type02.btn-dark:after { content: '↗'; display: inline-flex; align-items: center; justify-content: center; width: 22px; height: 22px; border-radius: 50%; background: #fff; color: #222; font-size: 12px; }
.b-btn-type02.btn-mail:hover, .b-btn-type02.btn-mail:active {background-color: #f8ae00; border-color: #f8ae00;}

/* 참가비 면제 여부: 라디오 + 버튼 한 줄, 안내문 아래 줄 */
.fee-exempt-row { display: flex; align-items: center; gap: 20px;justify-content: space-between; }
.bn-infor-common .b-con-box .mark-p { display: block; margin-top: 10px; font-size: 14px; color: #94795f; font-weight: 700; }

/* 참가비 납부 방법 안내 박스 */
.guide_wrap.type2 { border-radius: 10px; background: #F9F9F9; padding: 40px 50px; position: relative;}
.guide_wrap .tit { font-weight: 700; letter-spacing: -.4px; background-size: 24px auto; background-image: url(/_res/postech/csepostech/img/common/guide_ic.png); background-repeat: no-repeat; background-position: 0 4px; }
.guide_wrap.type2 .tit { margin-bottom: 18px; padding-left: 38px; font-size: 20px; color: #000000; }

.guide_wrap.type2 .ul-type-dot {argin-top: 5px; }
.guide_wrap.type2 .ul-type-dot > li { position: relative; padding-left: 14px; font-size: 16px; line-height: 26px; font-weight: 600; color: #666; }
.guide_wrap.type2 .ul-type-dot > li:before { content: ''; position: absolute; top: 10px; left: 2px; width: 3px; height: 3px; background-color: #666666; border-radius: 100%; }
.guide_wrap.type2 .ul-type-dot .link-under { color: #fe9c00; font-weight: 700; text-decoration: underline; }

.guide_wrap.type2 .ul-type-dot .step-list { counter-reset: step-counter; margin-top: 10px; display: flex; flex-direction: column; gap: 8px; }
.guide_wrap.type2 .ul-type-dot .step-list > li { position: relative; padding-left: 26px; font-size: 15px; line-height: 22px; font-weight: 600; color: #666; counter-increment: step-counter; }
.guide_wrap.type2 .ul-type-dot .step-list > li:before { content: counter(step-counter); position: absolute;left: 0; top: 0; width: 18px; height: 18px;border-radius: 50%; background: #94795F; color: #fff;display: flex;align-items: center; justify-content: center;   font-size: 10px;  font-style: normal; font-weight: 600;line-height: 80%; letter-spacing: -0.2px; }

/* 신청 버튼 */
.btn-information .b-btn-type01 { display: block; padding: 17px 20px; min-width: 220px; box-sizing: border-box; border-radius: 50px; border: 0; background: #f8af03; }
.btn-information .b-btn-type01 span { font-size: 18px; font-weight: bold; line-height: 26px; text-align: center; color: #fff; position: relative; }
.guide_agree {display: flex;align-items: flex-end; justify-content: space-between;}

p.mark-p.mg-t5 { margin-top: 5px;}
.b-btn-type02.btn-dark {
    display: inline-block;
    position: relative;
    height: 48px;
    padding:12.7px 70px 12.7px 20px;
    border: 0;
    border-radius: 10px;
    background: #222;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    line-height: 22px;
    box-sizing: border-box;
}

.b-btn-type02.btn-dark::after {
    content: '';
    display: inline-block;
    width: 28px;
    height: 28px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: #fff url(/_res/postech/csepostech/img/common/right_arrow_black.png) no-repeat center;
    background-size: 18px;
    border-radius: 50%;
}
.btn-information { display: flex; justify-content: flex-end;}
/* 반응형 */
@media(max-width: 1024px) {
    .bn-infor-common .b-table-wrap { padding: 20px 0; }
    .bn-infor-common .b-table-wrap .b-table-box { flex-wrap: wrap; gap: 20px; padding: 0 0 20px; }
    .bn-infor-common .b-table-wrap .b-table-box .b-row-box { flex: 0 1 100%; }
    .bn-infor-common .b-title-box { font-size: 14px; }
    .bn-infor-common .b-con-box .b-input { font-size: 14px; }
    .fee-exempt-row { flex-wrap: wrap; gap: 10px; }
}

@media(max-width: 800px) {
    .bn-infor-common .information { padding: 20px; }
    .bn-infor-common .information .info-top { flex-direction: column; gap: 15px; align-items: flex-start; margin: 0 0 20px; }
    .bn-infor-common .information .info-top .title { font-size: 18px; letter-spacing: -0.5px; font-weight: 800; }
    .chk_confirm_btn { width: 100%; }
    .btn-information .b-btn-type01 { width: 100%; min-width: auto; }
    .bn-infor-common .information .info-bot .tit { font-size: 15px; line-height: 23px; padding: 0px 0 20px; }
    .bn-infor-common .information .info-bot > ol > li { font-size: 14px; line-height: 21px; font-weight: 600; padding: 0 0 10px 25px; }
    .bn-infor-common .information .info-bot > ol > li::before { width: 18px; height: 18px; font-size: 12px; }
    .bn-infor-common .b-table-wrap { padding: 30px 0; }
    .bn-infor-common .b-table-wrap .b-table-box { gap: 25px; padding: 0px 0 25px; }
    .btn-information .b-btn-type01 span { font-size: 14px; }
    .guide_wrap.type2 { padding: 30px 25px; display: flex;flex-direction: column;gap: 30px; align-items: flex-start; }
	.chk_confirm_btn .b-chk + label:before{ width: 9px;  height: 7px;left: 25px;}
	.chk_confirm_btn .b-chk + label { font-size: 13px;min-width: 100%; padding: 15px;}
	.b-btn-type02.btn-mail {
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.b-btn-type02.btn-dark {width: 100%;}
	
}

@media(max-width: 500px) {
    .bn-infor-common .b-title-box { width: 100%; display: block; padding: 0 0 15px!important; }
    .bn-infor-common .b-con-box { width: 100%; display: block; }
    .fee-exempt-row { flex-direction: column; align-items: flex-start; gap: 12px; }
}