/* 추가 */
.bo_fx { padding:0 !important; }
.event_tit { border-bottom:2px solid #000000; padding:14px 15px; text-align:center; position:relative; }
.event_tit a.prev_btn { position:absolute; top:10px; left:15px; }
.event_tit h2 {font-size: 18px; font-weight: bold; background: #fff;
    border: none;
    display: inline-block;
    vertical-align: middle;
}
	
#fregister section {
	align-items: flex-start;
	padding: 0;
}

#fregister h2 {
	margin: 0;
    font-size: 15px;
    font-weight: bold;
}

#fregister textarea {
	border: 1px solid #ddd;
    padding: 16px;
    width: 100%;
    height: 128px;
    text-align: left;
    color: #adadad;
    box-sizing: border-box;
    resize:none;
    font-size:12px;
}

#fregister .fregister_agree {
	padding: 0 8px;
    margin: 0;
    border:none;
    padding-top: 8px;
    font-size:13px;
    display:flex;
    align-items: center;
}

#fregister .fregister_agree label {
	padding-left: 8px;
}
.mbskin{
    padding:30px 0;
}
.mbskin .tbl_head01 {
	border: 1px solid #ddd;
    width: 100%;
    color: #adadad;
    box-sizing: border-box;
}

#fregister .btn_confirm {
	margin: 0;
    width: 100%;
    display:flex;
    justify-content: center;
    align-items: center;
    margin-top:30px;
}

.mbskin #fregister .btn_submit {
	padding: 10px 32px;
    background: #b2bb4a;
    font-size: 16px;
	font-weight: bold;
    border:none;
    color: #fff;
}
.privacy_list { width: 100%; border-collapse: collapse; }
.privacy_list > li { display: grid; grid-template-columns: 1fr 1fr 1fr; border-top: 1px solid #ccc; }
.privacy_list > li > div { padding: 12px 10px; text-align: center; font-size:12px;}
.privacy_list > li > div:not(:last-child) { border-right: 1px solid #ccc; }
/* 헤더 */ 
.privacy_list .privacy_header { border-top: 0; font-weight: bold; background: #f9f9f9; }

/* ========================================
   회원가입 약관
======================================== */

.terms_title {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 48px;
    padding: 0 4px;
}

.terms_title h2 {
    margin: 0;
    padding: 0;
    font-size: 20px;
    font-weight: 700;
    color: #222;
    letter-spacing: -0.04em;
}


/* 체크박스 */
.custom_check {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    margin-right: 10px;
    cursor: pointer;
    flex-shrink: 0;
}

.custom_check input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
}

.check_icon {
    position: relative;
    display: block;
    width: 24px;
    height: 24px;
    border: 1.5px solid #d5d5d5;
    border-radius: 50%;
    background: #fff;
    box-sizing: border-box;
    transition: all .2s ease;
}


/* 체크 아이콘 */
.check_icon::after {
    content: "";
    position: absolute;
    left: 7px;
    top: 2px;
    width: 7px;
    height: 12px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg) scale(0);
    opacity: 0;
    transition: all .2s ease;
}


/* 체크된 상태 */
.custom_check input:checked + .check_icon {
    background: #b2bb4a;
    border-color: #b2bb4a;
}

.custom_check input:checked + .check_icon::after {
    transform: rotate(45deg) scale(1);
    opacity: 1;
}


/* 자세히 보기 */
.terms_toggle {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-left: auto;
    padding: 8px 2px;
    border: 0;
    background: transparent;
    color: #888;
    font-size: 13px;
    letter-spacing: -0.02em;
    cursor: pointer;
}

.terms_toggle span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    font-size: 18px;
    font-weight: 300;
    line-height: 1;
    transition: transform .25s ease;
}


/* 약관 내용 */
.terms_content {
    display: none;
    margin-top: 12px;
    padding: 16px;
    border-radius: 10px;
    background: #f8f8f8;
}


/* 펼쳐졌을 때 */
.terms_box.is_open .terms_content {
    display: block;
}

.terms_box.is_open .terms_toggle span {
    transform: rotate(45deg);
}


/* 약관 textarea */
.terms_content textarea {
    display: block;
    width: 100%;
    height: 260px;
    padding: 14px;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    background: #fff;
    color: #666;
    font-size: 13px;
    line-height: 1.7;
    resize: none;
    box-sizing: border-box;
}


/* 동의 문구 */
.agree_text {
    margin: 9px 0 0 40px;
    color: #999;
    font-size: 12px;
    line-height: 1.5;
}


/* 개인정보 테이블 */
.terms_content .tbl_wrap {
    margin: 0;
}


/* 가입 버튼 */
.terms_box .btn_confirm {
    margin-top: 30px;
}
