@charset "utf-8";

input { 
	border: 1px solid #ddd;
	/* border-radius: 5px; */
	box-sizing: border-box;
	outline: none;
	transition: 0.2s;
}
input:focus {
	border-color: #0064FF;
	/* box-shadow: 0 0 0 3px rgba(0,100,255,0.1); */
}
.hr-line { width: 100%;
	width: 100%;
	height: 5px;
	background-color: #222;
}
/* .join_frame, 
.editMember_frame {
	margin-top: 100px;
	margin-bottom: 100px;
} */
.editMember_frame { width: 1200px; }
.join_frame .contents_wrap {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 70px 60px;
    width: 1200px;
    /* margin: 0 auto 50px; */
    box-sizing: border-box;
}
.editMember_frame .Page_title_wrap .main_title { padding-bottom: 0; }
.editMember_frame .contents_wrap .part- {
    /* border: 1px solid #ddd; */
    padding: 50px 60px;
	margin-bottom: 50px;
    box-sizing: border-box;
}
.editMember_frame .contents_wrap .part-2 { margin-bottom: 0; }
.editMember_frame .contents_wrap .part- .middle-title {
    font-weight: 700;
    font-size: 20px;
    /* color: deepskyblue; */
	margin-bottom: 20px;
	border-bottom: 5px solid #ddd;
    padding: 5px 0;
}
.editMember_frame .readonly-field { padding: 0 10px; height: 40px; line-height: 40px; color: #0060ff; font-weight: 600; }
.editMember_frame .readonly-field-btn {
	width: 100%; background-color: #222; color: #fff;
	border-radius: 2px;
	transition: all .3s;
	margin-top: 10px;
	cursor: pointer;
}
.editMember_frame .readonly-field-btn:hover {
	background: #fff;
	border: 1px solid #222;
	box-sizing: border-box;
	color: #222;
}
.innerInputBox.half .birth-dataBox { width: 50%; }
.line .chk-title { 
	text-align: left; 
	font-weight: 600; 
	padding-bottom: 15px; 
	font-size: 16px; 
}
/* .editMember_frame .innerInputBox.half .dateBox { width: 50%; } */
.innerInputBox .dateBox h5, .innerInputBox.half .dateBox h5 { font-size: 16px;	padding-bottom: 10px; }
.genderLine { margin-top: 40px; } 
.line:first-child .innerInputBox.half { margin-top: 0px !important; }
.chice-style-line {	margin-top: 40px; }
.chice-style-line .checkInput-box {	display: flex; gap: 20px; flex-wrap: wrap; }
.chice-style-line .checkInput-box .inner-checkInput-box { flex-grow: 1;	flex-basis: 30%; }
.chice-style-line .checkInput-box .inner-checkInput-box .chkBorderBox { width: 100%; }
.chice-style-line .detail_viewer_wrap {
	text-align: right;
    padding: 5px 20px;
    color: #005bff;
    font-size: 15px;
    font-weight: 600;
}
.chice-style-line .detail_viewer_wrap:hover a { color: #02338c; border-bottom: 1px solid #02338c; }
.Page_frame .Page_title_wrap { padding-top: 0px; padding-bottom: 50px; }

.viewer-popup { 
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.2);
    position: fixed;
    top: 0;
    left: 0;
	display: none;
	z-index: 9999;
}
.viewer-box {
    background-color: #fff;
    width: 500px;
    height: 500px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 7px 4px 10px -1px rgba(0, 0, 0, 0.1);
    border: 1px solid #ddd;
    box-sizing: border-box;
    border-radius: 2px;
	padding: 35px;
	overflow: auto;
}
.viewer-box .pop-title { font-size: 22px; font-weight: 700; padding-bottom: 20px; text-align: center; }
.viewer-box .tab_cont { font-size: 14px; line-height: 18px; }
.viewer-box .pop-close {
	width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #005bff;
	border: 1px solid #005bff;
    display: block;
    margin-top: 20px;
    margin: 20px auto 0;
    text-align: center;
    color: #fff;
    border-radius: 2px;
	transition: all .3s;
}
.viewer-box .pop-close:hover {
	background-color: #fff;
	color: #005bff;
	border: 1px solid #005bff;
}
.join_frame .checkbox_text { white-space: nowrap; }
.moveLine { display: block; text-align: right; margin: 3px 0 40px; }
.moveLine .btn-leave { 
	display: inline-block; 
    font-size: 14px;
	text-decoration: underline;
	transform: all .3s;
}
.moveLine .btn-leave:hover {
	color: #ff0000;
}

/* 주소창 */
.addressLine { margin-top: 40px; }
.addressLine .addressInput-wrap { display: flex; gap: 10px; }
.addressLine .innerInputBox.half { gap: 0px; flex-direction: column; }
.addressLine .addressInput-wrap .area_ { display: flex; gap: 10px; width: 100%; height: 40px; }
.addressLine .addressInput-wrap .area_1 { width: 30%; }
.addressLine .addressInput-wrap .area_2 { width: 70%; }
.addressLine .addressInput-wrap .area_ .zipCode_value { width: 60%; min-width: 120px; border: 1px solid #ddd; padding: 0 10px; }
.addressLine .addressInput-wrap .area_ .zipCode_search { 
	border: 0; background: #222;
	cursor: pointer;
    color: #fff;
    padding: 10px;
    height: 40px;
	transition: all .3s;
	width: 40%;
	min-width: 100px;
    box-sizing: border-box; border: 1px solid #ddd; padding: 0 10px; border-radius: 2px; }
.addressLine .addressInput-wrap .area_ .zipCode_search:hover { background: #fff; border: 1px solid #222; color: #222; background-color: #f9f9f9; }
.addressLine .addressInput-wrap .area_ .default_address { width: 70%; border: 1px solid #ddd; padding: 0 10px; }
.addressLine .addressInput-wrap .area_ .detail_address { width: 30%; border: 1px solid #ddd; padding: 0 10px; }

.addressLine .addressInput-wrap .area_ input.zipCode_value:disabled,
.addressLine .addressInput-wrap .area_ input.default_address:disabled,
.addressLine .addressInput-wrap .area_ input.detail_address:disabled { background: #ddd; }

/* 클릭 자체를 막고 비활성 느낌 */
.no-click { pointer-events: none; background: #f5f5f5; }
/* 공통적으로 outline 제거 */
.addressLine input:focus {
  outline: none;
}

/* 우편번호, 주소 input만 특정해서 제거하고 싶으면 */
#sample2_postcode:focus,
#sample2_address:focus {
  outline: none;
}

/* 로그인 */
.minimal_frame { width: 600px; min-height: 900px; margin: auto; position: relative; z-index: 0; }
.ainnov_bgShadow_logo { width: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: -1; }
.tt-containerBox { 
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 0;
	opacity: 0.8;
}
.logo_wrap { width: 160px; }
.logo_wrap img { width: 100%; }
.subcri {}

/* 헤더 부분 */
.tt-header { text-align: center; }
.logo {
    font-size: 50px;
	line-height: 1.2;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}
.tt-header p {
    font-size: 17px;
    color: #666;
}
.highlight {
    color: #007bff;
    font-weight: bold;
}
.logo-text-wrap { margin: 10px auto 20px; }

/* 입력 필드 */
.login-form {
    margin-top: 30px;
}
.login-form input[type="email"], 
.login-form input[type="password"] {
	padding: 0 10px;
    margin-bottom: 15px;
	width: 100%;
	box-sizing: border-box;
	height: 50px;
    line-height: 50px;
	font-size: 16px;
}
.options {
    text-align: left;
    font-size: 12px;
    color: #666;
	margin-top: 10px;
    margin-bottom: 20px;
}
.login-form .options .checkbox { display: inline-flex; }

/* 아이디/비밀번호 찾기 */
.account-recovery {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 55vh;
	min-height: 500px;
	width: 100%;
	max-width: 500px;
	padding: 20px;
	text-align: center;
	margin: auto;
	box-sizing: border-box;
}
.account-recovery .logo {
	font-size: 40px;
	font-weight: bold;
	color: #333;
	margin-bottom: 30px;
}
.account-recovery .tab-wrapper {
	display: flex;
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
	gap: 10px;
}
.account-recovery .email-find-desc { font-size: 17px; text-align: center; line-height: 21px; work-break: keep-all; }
.account-recovery .pw-find-desc { font-size: 17px; text-align: center; }
.account-recovery .pw-find-desc .point { font-weight: 700; color: #0089ff; }
.account-recovery .tab-item {
	flex: 1;
	padding: 7px 0;
	cursor: pointer;
	font-size: 16px;
	background: #fff;
	
	border: 1px solid #e1e1e1;
	/* border: none; */
	color: #333;
	transition: 0.2s;
}
/* .account-recovery .tab-item:first-child {
	border-right: 1px solid #e1e1e1;
} */
.account-recovery .tab-item.active {
	background-color: #0089ff;
	color: #fff;
}
.account-recovery .tab-content {
	display: none;
	text-align: left;
}
.account-recovery .tab-content.active {
	display: block;
}
.account-recovery .input-group {
	margin-top: 20px;
	margin-bottom: 20px;
}
.account-recovery .input-field {
	width: 100%;
	height: 50px;
	padding: 0 10px;
	font-size: 16px;
	border: 1px solid #e1e1e1;
	outline: none;
	box-sizing: border-box;
}
.account-recovery .input-field:focus {
	border-color: #0089ff;
}
.error-msg {
	display: block;
	margin-top: 8px;
	font-size: 15px;
	color: #ff0000;
}
.account-recovery .submit-btn {
	width: 100%;
	height: 50px;
	background-color: #333333;
	color: #fff;
	font-size: 16px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	margin-top: 30px;
}
.account-recovery .submit-btn:hover {
	background-color: #1a1a1a;
}
.find_emailShowBox { background-color: #FFFCDB; text-align: center; padding: 20px; }
.find_emailShowBox .v-email { font-weight: 600; font-size: 22px; padding-top: 3px; display: block; }

/* 버튼 스타일 */
.login-actions { width: 100%; display: flex; gap: 15px; }
.login-actions .c-btn {	width: 100%; height: 55px; font-size: 17px; border-radius: 2px; cursor:pointer; }
.btn-login { background-color: #333; color: white; }
.btn-signup { background-color: #ffffffba; color: #444; border: 1px solid #ddd; }
.divider { border: 0; border-top: 1px solid #ccc; margin: 30px 0; }

/* 소셜 버튼 */
.social-login-wrap { width: 100%; display: flex; /*flex-direction: column;*/ gap: 10px; }
.social-login-wrap .social-login {
	width: 100%;
    border: 1px solid #ddd;
    font-weight: bold;
	display: flex;
	justify-content: center;
	text-align: center;
	border-radius: 3px;
    padding: 12px;
	gap: 10px;
	align-items: center;
	box-sizing: border-box;
}

.social-login-wrap .social-login.btn-naver { background: #ebfff4; background: #03c75a; }
.social-login-wrap .social-login.btn-kakao { background: #fffae4; background: #fbd000; }
.social-login-wrap .social-login.btn-naver img { width: 70px; }
.social-login-wrap .social-login.btn-kakao img { width: 30px; }
.social-login-wrap .point-text { font-size: 16px; font-weight: 500; }
.social-login-wrap .social-login.btn-naver .point-text { color: #fff; }
.social-login-wrap .social-login.btn-kakao .point-text { color: #372e2d; }
.btn-kakao .point { color: #372e2d; }
.btn-facebook .point { color: #1877f2; }
.btn-naver .point { color: #03c75a; }
.footer-links {
    margin-top: 20px;
    font-size: 15px;
    color: #999;
	text-align: center;
}
.footer-links a {
    text-decoration: none;
    color: #999;
}


@media all and (max-width: 1500px) {
	.Page_frame.join_frame { width: 90%; }
}

@media all and (max-width: 1380px) {
	.join_frame .contents_wrap { width: 100%; }
}

@media all and (max-width: 1280px) {
    .Page_frame.join_frame {
        width: 100%;
        padding: 20px;
    }
	.editMember_frame { width: 100%; padding: 50px 20px; }
}

@media all and (max-width: 992px) {
	.join_frame { padding: 50px 0; /* margin-top: 30px; margin-bottom: 30px; */ }
	.chice-style-line .checkInput-box .inner-checkInput-box { flex-basis: 40%; }
	.editMember_frame { margin-top: 30px; margin-bottom: 30px; }
}

@media all and (max-width: 768px) {
	.join_frame { padding: 0; }
	.innerInputBox.half { gap: 20px; }
	.join_frame .checkbox_icon { margin-right: 5px; }
	.join_frame .contents_wrap { padding: 40px; }
	/* .editMember_frame { margin-top: 70px; margin-bottom: 80px; } */
	.editMember_frame .contents_wrap .part- { padding: 40px; }
	.editMember_frame .contents_wrap .part- .middle-title { font-size: 18px; margin-bottom: 30px; }
	.addressLine .addressInput-wrap { flex-direction: column; }
	.addressLine .addressInput-wrap .area_1 { width: 60%; }
	.addressLine .addressInput-wrap .area_2 { width: 100%; }
	.innerInputBox.half .birth-dataBox { width: 100%; }
	.Page_frame .Page_title_wrap .main_title { font-size: 28px; }
}

@media all and (max-width: 650px) {
	.join_frame .innerInputBox .dateBox h5,
	.join_frame .innerInputBox.half .dateBox h5 { margin-bottom: 0; }
	.join_frame .innerInputBox.half,
	.chice-style-line .checkInput-box { gap: 15px; }

	/* 로그인 프레임 */
	.minimal_frame { width: 100%; }
	.tt-containerBox { width: 90%; }
	.login-actions { gap: 10px; }
}

@media all and (max-width: 620px) {
	.chice-style-line .checkInput-box { flex-direction: column; gap: 10px; }
	.join_frame .innerInputBox .dateBox h5,
	.join_frame .innerInputBox.half .dateBox h5 { padding-bottom: 5px; }
}

@media all and (max-width: 578px) {
	.join_frame .innerInputBox.half { flex-direction: column; }
	.mt-80px { margin-top: 60px !important; }
	.Page_frame .Page_title_wrap { padding-bottom: 30px; }
	.Page_frame .Page_title_wrap .main_title { font-size: 26px; }
	.join_frame .contents_wrap { padding: 35px 20px; }
	.editMember_frame { padding: 0 20px; }
	.editMember_frame .contents_wrap .part- { padding: 35px 20px; }
	.editMember_frame .innerInputBox.half { flex-direction: column; gap: 10px; }
	.editMember_frame .readonly-field { height: 35px; line-height: 35px; }
	.editMember_frame .innerInputBox .dateBox h5, .editMember_frame .innerInputBox.half .dateBox h5 { padding-bottom: 0; }
	.editMember_frame .contents_wrap .part- .middle-title { font-size: 17px; margin-bottom: 20px; }
	.editMember_frame .innerInputBox .chk-input p { font-size: 15px; }
	.editMember_frame .innerInputBox .chk-input input { padding: 0 10px; }
	.editMember_frame .addressLine .innerInputBox.half { gap: 0; }

	/* 로그인 프레임 */
	.login_frame { min-height: 700px; }
	.login-form { margin-top: 40px; }
	.tt-containerBox { width: 93%; }
	.login-actions .c-btn { height: 50px; line-height: 50px; }
	.social-login-wrap { flex-direction: column; }

	/* 아이디/비밀번호 찾기 */
	.account-recovery { max-width: 100%; }
}

@media all and (max-width: 425px) {
	.Page_frame.join_frame { padding: 0 10px; }
	.Page_frame.editMember_frame { padding: 0 10px; }
	.join_frame .contents_wrap { padding: 20px 10px; }
	.editMember_frame { padding: 0 10px; }
	.editMember_frame .contents_wrap .part- { padding: 20px 10px; }
	.join_frame .innerInputBox .dateBox h5, .join_frame .innerInputBox.half .dateBox h5 { font-size: 15px; }
	.editMember_frame .innerInputBox .dateBox h5, .editMember_frame .innerInputBox.half .dateBox h5 { font-size: 15px; }
	.chice-style-line .detail_viewer_wrap { font-size: 13px; }
	.editMember_frame .innerInputBox.half.mt-20px { margin-top: 10px !important; }
}

/* 회원가입 전 본인인증하기 */
.auth-code-box { display: none; }
.auth-card { padding: 30px; min-height: 500px; border: 1px solid #ddd; border-radius: 5px; 
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); background-color: #f9f9f9;
	box-sizing: border-box; }
.tt-header .logo img { width: 140px; }
.tt-header .title { font-size: 30px; font-weight: 600; padding-bottom: 5px; }
.inputBox_list { margin-top: 60px; }
.input-box { margin-bottom: 25px; }
.input-box.last_input-box { margin-bottom: 15px; }
.input-box label { display: block; font-size: 16px; font-weight: 600; color: #6B7280; margin-bottom: 8px; }
.auth-card .input-box input { width: 100%; height: 50px; padding: 0 7px; font-size: 16px; }

/* 주민번호 레이아웃 */
.jumin-group { display: flex; align-items: center; gap: 10px; }
.jumin-back { display: flex; align-items: center; gap: 6px; }
.dot { width: 12px; height: 12px; background: #D1D5DB; border-radius: 50%; }

.identityAuth_checkWrap { display: flex; justify-content: space-between; align-items: center; }
.identityAuth_checkWrap .chkBorderBox { border: 0; padding: 0; height: initial; line-height: initial; }

/* 팝업(모달) 스타일 */
.identityAuth-modal {
    display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0,0,0,0.5); z-index: 9999;
}
.identityAuth-modal .modal-content {
    position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
    width: 90%; max-width: 500px; background: #fff; 
	/* overflow: hidden;  */
	box-shadow: 7px 4px 10px -1px rgba(0, 0, 0, 0.1);

    background-color: #fff;
    width: 500px;
    height: 500px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 7px 4px 10px -1px rgba(0, 0, 0, 0.1);
    border: 1px solid #ddd;
    box-sizing: border-box;
    border-radius: 2px;
    padding: 35px;
    overflow: hidden;
}
.identityAuth-modal .modal-header { 
    padding: 10px; border-bottom: 1px solid #eee; display: flex; justify-content: center; align-items: center; 
}
.identityAuth-modal .modal-header h2 { font-size: 20px; margin: 0; font-weight: 700; }
.identityAuth-modal .btn-close { background: none; border: none; font-size: 28px; cursor: pointer; color: #999; }
.identityAuth-modal .modal-body { padding: 10px; max-height: 300px; overflow-y: auto; font-size: 14px; color: #666; line-height: 1.6; }
.identityAuth-modal .modal-footer { padding: 15px; border-top: 1px solid #eee; text-align: center; }
.identityAuth-modal .btn-confirm { 
    width: 100%; padding: 12px; background: #0064FF; color: #fff; border: none; border-radius: 8px; cursor: pointer; font-size: 16px;
}
.identityAuth_checkWrap .detail_viewer_wrap .detail_viewer { white-space: nowrap; }

/* 하단 버튼 */
.next-btn { 
	display: block; text-align: center;
	width: 100%; height: 55px; line-height: 55px; border: none; border-radius: 0; 
	background: #D1D5DB; color: #fff; font-size: 17px; font-weight: 500; 
	margin-top: 40px; cursor: not-allowed; transition: 0.3s;
}
.next-btn.active {
    background-color: #0064FF !important;
    color: #fff !important;
    cursor: pointer !important;
}

@media screen and (max-width: 650px) {
	.auth-card { padding: 20px; }
	.tt-header .logo img { width: 110px; }
	.tt-header .title { font-size: 25px; }
	.tt-header p { font-size: 16px; }
	.inputBox_list { margin-top: 30px; }
	.next-btn { margin-top: 50px; }
}
@media screen and (max-width: 600px) {
	.identityAuth-modal { width: 100%; }
	.identityAuth-modal .modal-header { padding: 0 10px 20px 10px; }
	.identityAuth-modal .modal-body { padding: 0 10px; }
	.identityAuth-modal .modal-content { max-width: 100%; height: auto; padding: 30px 15px; }
	.identityAuth-modal .modal-footer { padding: 20px 5px 0 5px; }
}
@media screen and (max-width: 578px) {
	.auth-card { padding: 0; border: 0; box-shadow: none; background-color: #fff; }
	.inputBox_list { margin-top: 40px; }
	.tt-header .title { font-size: 28px; }
	.tel-btn { font-size: 15px; }
	.auth-card .input-box input { font-size: 15px; }
	.next-btn { height: 50px; line-height: 50px; font-size: 16px; }
}
@media screen and (max-width: 500px) {
	.minimal_frame { min-height: 750px; }
}

/* 탈퇴하기 */
.Page_frame.editMember_frame { min-height: initial; }
.memberLeave-wrap {
	width: 100%;
	max-width: 650px;
	margin: auto;
	/* text-align: center; */
}
.memberLeave-wrap .page-title {
	font-size: 32px;
	font-weight: 800;
	margin-bottom: 55px;
	letter-spacing: -0.5px;
	text-align: center;
}
.memberLeave-wrap .icon-section {
	margin-bottom: 35px;
	display: flex;
	justify-content: center;
}
.memberLeave-wrap .icon-circle {
	width: 100px;
	height: 100px;
	background-color: #fff9db;
	border: 2px solid #fab005;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 50px;
	box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}
.memberLeave-wrap .greeting-text {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: 20px;
	word-break: keep-all;
}
.memberLeave-wrap .brand-name {
	color: #e74c3c;
	font-weight: 800;
}
.memberLeave-wrap .description-text {
	font-size: 17px;
	color: #666666;
	line-height: 1.6;
	margin-bottom: 50px;
	word-break: keep-all;
}

.memberLeave-wrap .info-bar {
	background-color: #fff0f0;
	padding: 16px;
	font-size: 17px;
	font-weight: 600;
	border-radius: 8px;
	margin-bottom: 20px;
}

.memberLeave-wrap .notice-card {
	border: 1px solid #e0e0e0;
	border-radius: 40px;
	padding: 45px 50px;
	display: flex;
	align-items: flex-start;
	gap: 25px;
	text-align: left;
	margin-bottom: 10px;
}
.memberLeave-wrap .notice-card-icon {
	flex-shrink: 0;
	width: 60px;
}
.memberLeave-wrap .notice-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.memberLeave-wrap .notice-list li {
	font-size: 17px;
	line-height: 1.8;
	padding-left: 15px;
	position: relative;
}
.memberLeave-wrap .notice-list li::before {
	content: "·";
	position: absolute;
	left: 0;
	font-weight: bold;
}

.memberLeave-wrap .button-group {
	display: flex;
	gap: 12px;
	justify-content: center;
}
.memberLeave-wrap .btn-cancel {
	background-color: #f1f3f5;
	color: #495057;
	width: 150px;
}
.memberLeave-wrap .btn-cancel:hover {
	background-color: #e9ecef;
}
.memberLeave-wrap .btn-withdraw {
	background-color: #e74c3c;
	color: #ffffff;
	text-align: center;
	width: 150px;
    box-sizing: border-box;
    padding: 0;
}
.memberLeave-wrap .btn-withdraw:hover {
	background-color: #c0392b;
}
.textarea-reason-wrap { width: 100%; }
.textarea-reason-wrap textarea { width: 100%; margin: 10px auto 30px; display: block; border-color: #ddd; box-sizing: border-box; resize: none; padding: 7px; 
	font-family: 'Pretendard'; font-size: 16px;
	overflow: auto;
    min-height: 100px;
}

@media screen and (max-width: 850px) {
	.description-text { margin-bottom: 20px; }
	.memberLeave-wrap .notice-card { padding: 30px; gap: 20px; }
}

@media screen and (max-width: 600px) {
	.memberLeave-wrap .page-title { font-size: 26px; margin-bottom: 35px; }
	.memberLeave-wrap .notice-card {
		flex-direction: column;
		align-items: center;
		padding: 20px;
		border-radius: 20px;
		gap: 15px;
	}
	.greeting-text { font-size: 22px; line-height: 1.3; }
	.memberLeave-wrap .description-text { line-height: 1.3; }
	.memberLeave-wrap .notice-list li {
		font-size: 16px;
	}
	.memberLeave-wrap .btn {
		max-width: none;
	}
}