@charset "utf-8"; 
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: sans-serif;
}


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family:'Pretendard', 'Malgun Gothic', sans-serif;
}
b, strong { font-weight: 700 !important; }
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

html { box-sizing: border-box; height:100%; background-color:#F2F6F9;}
body{font-size:1em; color:#333; background-color:#F2F6F9; line-height: 1; overflow-x:hidden; min-height:100%;}
ol, ul {list-style: none;}
blockquote, q {	quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {	content: ''; content: none;}
table {	border-collapse: collapse;	border-spacing: 0;}
a {text-decoration-line: none;}
 

#wrap {width:100%; min-height:100vh; position:relative; background:#F2F6F9; padding-bottom:100px;}
#wrap .left_bg {width:50%; background:#116A5F; position:absolute; top:0px; left:0px; height:100vh; z-index:1;}

#login_wrap {width:100%; position:relative; background:#F6F5F1; height:100vh;}
#login_wrap .left_bg {width:50%; background:#116A5F; position:absolute; top:0px; left:0px; height:100vh; z-index:1;}
.login {width:1920px; z-index:9; position:absolute; left:50%; top:0px; margin-left:-960px; background:#F6F5F1; height:100vh;}
.login .login_bg {position:relative; width:870px; background:#116A5F; float:left; height:100vh; padding:300px 0px 0px 87px; }

.login .login_bg .login_logo {position:absolute; left:50px; top:27px; }
.right_login {width:1050px; float:left;}
.form-signin { width: 560px; margin: 0 auto;}
.form-signin-heading {text-align:center; font-size:50px; font-weight:600; color:#000; margin-top:190px; margin-bottom: 30px;}

.checkbox {	font-weight:normal; margin-top:30px; float:left;	}
.form-control { position: relative; width:560px; font-size: 16px;  height:80px; padding:10px; background:rgba(0, 0, 0, 0.1); border-radius:8px;	 border-color: transparent;}
input.form-check {width:27px; height:27px;  border-radius:50%; border-color: transparent; background:#01BC78;}

input[type="text"] { margin-bottom: 0px;	 	}
input[type="text"]:focus { border-color: transparent; 	}
input[type="password"] { margin-top: 20px; 	}
input[type="password"]:focus { border-color: transparent;	}



.btn-block { margin-top:50px; border-radius:8px; background:#51BFA2; color:#fff; width:560px; height:80px;  border-color: transparent; font-size:28px; font-weight:600;}
.btn-block_1 { width:560px; height:80px; line-height:80px; border-radius:8px; border:1px solid rgba(0,0,0,0.2); background:transparent;  margin-top: 20px; font-size:18px; color:#000; }
.btn-block_1 span.join {float:left; text-align:center; width:260px; background:url('../images/admin/Rectangle_1.png') no-repeat; background-position:center right; background-size:1px 20px;}

@media all and (max-width:1512px){
	.login {width:100%;  left:0%; top:0px; margin-left:0px; }
	.login .login_bg {width:50%; padding:220px 0px 0px 50px;}
	.login .login_bg span.img_span img {width:90%;}
	.right_login {width:50%;}
}


@media (max-width: 640px) {
#login_wrap { height:100%;}
#login_wrap .left_bg  {width:100%; height:300px; z-index:1;}
.login {width:auto; z-index:9; position:absolute; left:0%; top:0px; margin-left:0px; background:#F6F5F1; height:auto; background-size:100% 100%;}
.login .login_bg {position:relative; width:100%; background:#116A5F; height:360px; padding:0px; }
.login .login_bg span.img_span {width:76%; overflow:hidden; display:block; margin:120px auto;  }
.login .login_bg span.img_span img {width:100%; text-align:center;}

.login .login_bg .login_logo {position:absolute; left:20px; top:20px; width:262px; height:47px;}
.login .login_bg .login_logo img {width:100%; text-align:center;}
.right_login {width:100%; float:left; margin-bottom:70px;}
.form-signin { width: 80%; margin: 0 auto;}
.form-signin-heading {text-align:center; font-size:30px; line-height:38px; font-weight:600; color:#000; margin-top:50px; margin-bottom: 30px;}

.form-control { position: relative; width:100%; font-size: 16px;  height:70px; padding:10px; background:rgba(0, 0, 0, 0.1); border-radius:8px;	 border-color: transparent;}

.btn-block { margin-top:50px; border-radius:8px; background:#51BFA2; color:#fff; width:100%; height:70px;  border-color: transparent; font-size:28px; font-weight:600;}
.btn-block_1 {  width:100%; height:70px; line-height:70px; border-radius:8px; border:1px solid rgba(0,0,0,0.2); background:transparent;  margin-top: 20px; font-size:18px; color:#000; }
.btn-block_1 span.join {float:left; text-align:center; width:34%; background:url('../images/admin/Rectangle_1.png') no-repeat; background-position:center right; background-size:1px 20px;}
}



.top {width:100%; height:100px;  background:#FFFFFF; position:relative;}
.top h1.logo {padding:27px 0px 0px 50px; width:262px; height:47px;  }
.top h1.logo a {display:block; line-height:0;}
.top h1.logo img {width:262px; height:auto; max-height:47px; display:block; object-fit:contain; object-position:left center;}

.top .top_menu { position:absolute; top:34px; right:180px; font-weight:500; font-size:18px; line-height:32px; width:100px;}
.top .top_menu a {color: #222222;}
.top .top_logout {position:absolute; top:34px; right:323px; font-weight:500; font-size:18px; line-height:32px; width:100px;}
.top .top_name {position:absolute; top:34px; right:527px; width:300px; font-weight: 300; font-size: 20px; line-height: 32px; color: #222222;}
.top_line {float:left; width:100%; height:4px; background: linear-gradient(90deg, #F5E8B9 0%, #E6A359 25%, #A7B262 50%, #5A9D8F 75%, #00695C 100%); transform: rotate(180deg);}


@media all and (max-width:1512px){
.top .top_menu {right:110px;}
}

@media (max-width: 640px) {
.top {width:100%; height:84px;}
.top h1.logo {padding:20px 0px 0px 20px; width:262px; height:47px;  }
.top .top_menu { display:none;}
.top .top_logout { display:none;}
.top .top_name { display:none;}
}



.content { width:1280px; margin:0px auto;}
.content h2 {font-size:40px; line-height:50px; color:#222222; margin-top:50px;}
.content h2 span.s_text {font-weight:300; font-size:20px; line-height:32px; color:#222222; margin-left:30px; }
.content .center {width:1280px; margin:40px auto; background:#FFFFFF; border:1px solid rgba(0, 0, 0, 0.2); box-shadow:0px 8px 8px rgba(0, 0, 0, 0.05); border-radius:10px;}
.content .center h3 {font-weight: 700; font-size: 30px; line-height: 32px; letter-spacing: -0.025em; color: #424242; margin:70px 0px 0px 224px;}
.content .center dl{margin:40px 0px 0px 396px; overflow:hidden; width:520px;}
.content .center dt {width:526px; border-bottom:1px solid rgba(0,0,0,0.2); padding-bottom:20px; font-weight: 700; font-size: 20px; line-height: 30px; letter-spacing: -0.025em;
color: #404040;}
.content .center dd {margin:9px 0px; font-weight: 500; font-size: 18px; line-height: 38px; letter-spacing: -0.025em; color: #404040; float:left; width:100%;}
.content .center dd span.view {width:95px; height:38px; background: #FFFFFF; border: 1px solid rgba(1, 214, 108, 0.3); box-shadow: 0px 0px 2px rgba(65, 224, 145, 0.15); 
border-radius: 5px; float:right; text-align:center; line-height:38px; font-size:18px; color:#01AB56;}
.custom-checkbox {
    display: inline-flex;
    align-items: center;
    font-size: 18px;
    cursor: pointer;
	color:#404040;
}

/* 체크박스 숨기기 */
.custom-checkbox input[type="checkbox"] {
    display: none;
}

/* 커스텀 체크박스 스타일 */
.custom-checkbox .checkmark {
    width: 20px;
    height: 20px;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,0.3);
    border-radius: 2px;
    position: relative;
    margin-right: 10px;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

/* 체크 시 스타일 */
.custom-checkbox input[type="checkbox"]:checked + .checkmark {
    background-color: #069A79;
    border-color: #069A79;
}

/* 체크된 상태의 체크 아이콘 */
.custom-checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

/* 체크된 후 아이콘 표시 */
.custom-checkbox input[type="checkbox"]:checked + .checkmark:after {
    display: block;
}


.content .join { width:850px; margin:20px auto 80px auto; overflow:hidden; }
.content .join li {display:inline; float:left; width:100%; margin-top:25px;}
.content .join li span.join_tt {text-align:right; width:150px; float:left; margin-right:30px;  height:60px; line-height:60px; font-size:18px; color:#000;}
input.form-join{width:500px; height:60px; border-radius:5px; background:rgba(0,0,0,0.1); border:none; float:left; }
.content .join li span.overlap_btn {float:left; width:140px; height:60px; line-height:60px; border-radius:5px; border:1px solid #E1E1E1; text-align:center; color:#404040; margin-left:20px;}

.content .btn_area {width:430px; margin:0px auto; font-size:22px; font-weight:600; height:160px;}
.content .btn_area span.join_btn {width:200px; height:70px; line-height:70px; border-radius:10px; background:#069A79; color:#fff; text-align:center; display:block; float:left; margin-right:30px; }
.content .btn_area span.cancel_btn {width:200px; height:70px; line-height:70px; border-radius:10px; background:#9E9F9F; color:#fff; text-align:center; display:block;  float:left; }

@media (max-width: 640px) {
.content { width:100%; margin:0px auto;}
.content h2 {font-size:32px; line-height:40px; color:#222222; margin:40px 0px 20px 20px; overflow:hidden;}
.content h2 span.s_text {font-weight:300; font-size:18px; line-height:22px; color:#222222; margin-left:0px; float:left; margin-top:15px;}
.content .center {width:90%; margin:0px auto; }
.content .center h3 {font-weight: 700; font-size: 24px; line-height: 32px; letter-spacing: -0.025em; color: #424242; margin:30px 0px 0px 20px;}
.content .center dl{margin:30px auto; overflow:hidden; width:90%;}
.content .center dt {width:100%; border-bottom:1px solid rgba(0,0,0,0.2); padding-bottom:10px; font-weight: 700; font-size: 20px; line-height: 20px; letter-spacing: -0.025em; color: #404040;}
.content .center dd {margin:9px 0px;  line-height: 28px; letter-spacing: -0.025em; color: #404040; float:left; width:100%;}
.content .center dd span.view {width:78px; height:32px; background: #FFFFFF; border: 1px solid rgba(1, 214, 108, 0.3); box-shadow: 0px 0px 2px rgba(65, 224, 145, 0.15); 
border-radius: 5px; float:right; text-align:center; line-height:32px; font-size:15px; color:#01AB56;}

.custom-checkbox {font-size:16px;}


.content .join { width:100%; margin:0px auto 50px auto; overflow:hidden; }
.content .join li {display:inline; float:left; width:100%; margin:0px auto 10px auto;}
.content .join li:last-child { margin:0px auto;}
.content .join li span.join_tt {text-align:left; width:150px; float:left; margin-right:0px; margin-left:20px; height:50px; line-height:50px; font-size:18px; color:#000;}
input.form-join{width:90%; height:60px; border-radius:5px; background:rgba(0,0,0,0.1); border:none; float:none; margin:0px 20px;}
.content .join li span.overlap_btn {margin-top:10px; margin-left:20px;  width:120px; height:50px; line-height:50px; margin-bottom:10px;}


.content .btn_area {width:80%; margin:50px auto 0px auto; }
.content .btn_area span.join_btn {width:47%; height:70px; line-height:70px; border-radius:10px; margin-right:5%; }
.content .btn_area span.cancel_btn {width:47%;  height:70px;}

.custom-checkbox .checkmark {margin-right:5px;}

}




.login-checkbox {
    display: inline-flex;
    align-items: center;
    font-size: 18px;
    cursor: pointer;
	color:#404040;
	margin-top: 30px;
}

/* 체크박스 숨기기 */
.login-checkbox input[type="checkbox"] {
    display: none;
}

/* 커스텀 체크박스 스타일 */
.login-checkbox .checkmark {
    width: 27px;
    height: 27px;
    background-color: #D9D9D9;
    border: #D9D9D9;
    border-radius: 100%;
    position: relative;
	
    margin-right: 10px;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

/* 체크 시 스타일 */
.login-checkbox input[type="checkbox"]:checked + .checkmark {
    background-color: #01BC78;
    border-color: #01BC78;
}

/* 체크된 상태의 체크 아이콘 */
.login-checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 9px;
    top: 6px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

/* 체크된 후 아이콘 표시 */
.login-checkbox input[type="checkbox"]:checked + .checkmark:after {
    display: block;
}




.content_table {width:1560px;  margin:0px auto;}
.content_table h2 {font-size:40px; line-height:50px; color:#222222; margin-top:50px;}
.content_table h2 span.s_text {font-weight:300; font-size:20px; line-height:32px; color:#222222; margin-left:30px; }


.content_table .btn_area {width:100%; float:left;  font-size:22px; font-weight:600; overflow:hidden; z-index:9999999999999; position:relative; margin-top:40px;}
.content_table .btn_area span.join_bt {width:200px; height:70px; line-height:70px; border-radius:10px; background:#069A79; color:#fff; text-align:center; display:block; float:left; margin-right:30px; cursor:pointer;}
.content_table .btn_area span.cancel_btn {width:200px; height:70px; line-height:70px; border-radius:10px; background:#9E9F9F; color:#fff; text-align:center; display:block;   cursor:pointer;}

@media all and (max-width:1512px){
	.content_table {width:1360px;  margin:0px auto;}
}







.tabs { display: flex; margin-top:40px; flex-wrap: wrap; // make sure it wraps}
.tabs label {
	order: 1; // Put the labels first
	display: block;
    width:180px;
	height:70px;
	line-height:70px;
	margin-right: 10px;
	cursor: pointer;
    background:#F2F2F2;
    font-weight: bold;
  	border-top-left-radius:10px;
	border-top-right-radius:10px;
    border:1px solid rgba(0,0,0,0.2);
	
	font-size:20px;
    transition: background ease 0.2s;
	text-align:center;
	z-index:99;
	color:rgba(0,0,0,0.3);
	padding-left:0px;
}

.tabs label:before,
.tabs label:after {display:none;}
.tab {
  order: 9; // Put the tabs last
  flex-grow: 1;
  width:100%; margin-top:-1px; position:relative;}

.tab .tab_cont { float:left; width:100%; padding: 30px;background: #fff; border:1px solid rgba(0,0,0,0.2);  border-bottom-left-radius:10px; border-bottom-right-radius:10px; border-top-right-radius:10px;	box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.05); }
.tabs input[type="radio"] {
	display: none;
}
.tabs input[type="radio"]:checked + label {
	background: #fff;
	border-bottom:1px solid #fff;
	color:#000;
}
.tabs input[type="radio"]:checked + label + .tab {
	display: block;
}

.js-save-check {text-align:center; width:20px; height:20px;}
table td input#check_btn{ display:none; }

table td  label.check_btn {   background:none; border:none; line-height:17px; margin-right:0px;} 

table td input#check_btn + table td  label.check_btn{ cursor:pointer; }

table td input#check_btn + table td  label.check_btn > span{  vertical-align: middle;  padding-left: 5px; }

/* label:before에 체크하기 전 상태 CSS */
input#check_btn + label:before{
  content:"";
  display:inline-block;
  width:20px;
  height:20px;
  border:1px solid #bbbcc3;
  background:#f6f6f6;
  border-radius: 4px;
  vertical-align:middle;
  }
  
/* label:before에 체크 된 상태 CSS */  
input#check_btn:checked + label:before{
  content:"";
  background-color:#4c4f6f;
  border-color:#4c4f6f;
  background-image: url('../images/admin/check_i.png');
  background-repeat: no-repeat;
  background-position: 50%;
  }







table {  width:100%;}
table tr { border-bottom:1px solid rgba(0,0,0,0.18); }
table th { border-top:1px solid rgba(0,0,0,0.18);  border-right:1px solid rgba(0,0,0,0.1); padding:18px 10px; text-align:center; background-color:rgba(113, 163, 129, 0.2); color: #222; vertical-align:middle;}
table th:first-child { border-left:1px solid rgba(0,0,0,0.18);}
table td {border:1px solid rgba(0,0,0,0.1); padding:18px 10px; text-align:center;  vertical-align:middle;}

/* 글쓰기 폼 왼쪽 라벨: 가로 표기 + 칸 넓힘 */
th.tit_w {
	width:120px;
	min-width:120px;
	padding:18px 20px;
	white-space:nowrap;
	writing-mode:horizontal-tb;
	text-orientation:mixed;
	letter-spacing:0;
	word-break:keep-all;
	font-size:16px;
	font-weight:600;
	vertical-align:middle;
	border-right:1px solid rgba(0,0,0,0.18);
}
/* th/td 겹친 세로줄 제거 → 구분선 1px 왼쪽 */
td.cont_w,
td.cont_w1 {
	border-left:none;
}

td.title {text-align:left; padding-left:30px;}
td.cont_w {padding:20px 20px 20px 40px;}
td.cont_w1 {padding:0 0 0 40px;}


.page {width:100%; float:left; margin:0px 0px; position:relative; }
.page ul {display:flex; justify-content:center; align-items:center; flex-wrap:nowrap; width:auto; max-width:100%; height:40px; margin:40px auto; padding:0; list-style:none; overflow:hidden;}
.page li {float:none; flex:0 0 40px; width:40px; height:40px; margin:0 5px;}
.page li a {display:block; float:none; width:40px; height:40px; border-radius:50%; color:rgba(17, 25, 40, 0.3); font-size:18px; line-height:40px; background: rgba(17, 25, 40, 0.1); text-align:center; text-decoration:none; cursor:pointer;}
.page li.active a {background: #111928; color:#fff; }

.file_plus {width:220px; border-right:1px solid rgba(0,0,0,0.1); height:145px; padding:45px 0px 0px 0px; float:left;}
.file_plus span.file_btn {float:left; width:140px; height:50px; line-height:50px; color:#fff; background:#747474; text-align:center; font-weight:700; font-size:18px; border-radius:7px;}
.file_area {float:left; padding:20px 30px 7px 30px; }
.file_area li {width:100%; display:block; height:30px; line-height:30px; margin-bottom:10px;}
.file_area li span.de_btn {width:44px; height:30px; line-height:30px; border-radius:5px; color:#fff; font-size:14px; background:#747474; float:left; margin-right:10px;} 
.file_area li span.de_file {float:left; margin-top:3px;}
.file_area li span.de_text {float:left; margin-left:10px; font-size:15px;}

/* 제목 입력: 좌우 여백은 테이블 셀로 확보 (input padding 미적용 환경 대응) */
table.title-field {
	width:100%;
	height:60px;
	background:#fff;
	border:1px solid rgba(0,0,0,0.2);
	border-collapse:separate;
	table-layout:fixed;
}
table.title-field td {
	border:0 !important;
	padding:0 !important;
	background:transparent !important;
	text-align:left !important;
}
table.title-field input#title {
	display:block;
	width:100%;
	height:36px;
	float:none;
	border:0;
	outline:0;
	padding:0;
	margin:0;
	background:transparent;
	font-size:16px;
	line-height:36px;
	box-sizing:border-box;
}
input.form-write {
	width:100%;
	height:60px;
	background:#fff;
	float:left;
	border:1px solid rgba(0,0,0,0.2);
	padding:0 20px;
	box-sizing:border-box;
	line-height:60px;
}

textarea {  width:100%;  height:100%;  box-sizing:border-box;  border:1px solid rgba(0,0,0,0.2);  font-size: 16px;  resize: none; padding:16px 20px;}

.editor-toolbar {width:100%; float:left; margin-bottom:8px; display:flex; gap:8px;}
.editor-toolbar .editor-btn {
	min-width:72px; height:36px; padding:0 14px; border:1px solid rgba(0,0,0,0.2);
	background:#f7f7f7; color:#222; font-size:14px; font-weight:600; border-radius:6px; cursor:pointer;
	white-space:nowrap;
}
.editor-toolbar .editor-btn:hover {background:#ececec;}
.editor-toolbar .editor-btn:active {background:#e2e2e2;}
textarea.form-write,
textarea.editor-content,
textarea#content,
div.editor-content,
#contentEditor {
	min-height:320px;
	padding:18px 20px;
	box-sizing:border-box;
}
#contentEditor {
	width:100%;
	border:1px solid rgba(0,0,0,0.2);
	background:#fff;
	text-align:left;
	overflow-y:auto;
	outline:none;
	white-space:pre-wrap;
	word-break:break-word;
	font-size:16px;
	line-height:1.6;
	float:left;
}
#contentEditor img {max-width:100%; height:auto;}
#contentEditor b,
#contentEditor strong,
.pre-wrap b,
.pre-wrap strong,
b, strong {
	font-weight:700 !important;
}






@media (max-width: 640px) {
	.content_table {width:100%;  margin:0px auto;}
	.content_table h2 {font-size:32px; line-height:40px; ; color:#222222; margin:50px 20px 0px 20px;}
	.content_table h2 span.s_text {font-weight:300; font-size:20px; line-height:32px; color:#222222; margin-left:0px;  width:100%; display:block;}
	.tabs {margin:20px;}
	.tabs label {
		order: 1; // Put the labels first
		display: block;
		width:120px;
		height:50px;
		line-height:50px;
		margin-right: 5px;
		cursor: pointer;
		font-size:16px;
	}
	.tabs .tab .tab_cont {padding:10px;}
	th { padding:10px 4px; }
	th.tit_w { width:88px; min-width:88px; padding:12px 10px; font-size:15px; }
	td { padding:10px 4px; }
	td.title {text-align:left; padding-left:4px; font-size:14px; line-height:18px;}
	td.cont_w {padding:10px 10px 10px 24px;}
	
	td.cont_w1 {padding:0 0 0 24px;}


	.file_plus {width:100%; border-right:none; border-bottom:1px solid rgba(0,0,0,0.1); padding:30px 0px; float:none; text-align:center;height:100%;}
	.file_plus span.file_btn {float:none; display:block; margin:0px auto; width:140px; height:45px; line-height:45px; font-size:16px; border-radius:7px;}
    .file_area {float:left; padding:0px; }
	.file_area li { border-bottom:1px solid rgba(0,0,0,0.1); float:left; height:100%; margin:10px; width:auto; }
	.file_area li:last-child {border-bottom:none; margin-bottom:0px;}
	.file_area li span.de_btn {}
	.file_area li span.de_text {float:left; text-align:left; margin-left:0px; line-height:24px; margin:10px 0px;}

	.content_table .btn_area {width:80%; margin:40px auto; }
	.content_table .btn_area span.join_btn {width:47%; height:60px; line-height:60px; border-radius:10px; margin-right:5%; font-size:20px; }
	.content_table .btn_area span.cancle_btn {width:47%;  height:60px; line-height:60px; font-size:20px;}
	
}
     

	 .modify_btn { position:relative; float:right;   width:100px; height:50px;  line-height:50px; border-radius:10px;  background:#666; color:#fff; text-align:center; display:block; margin-right:15px; }
	 .witie_btn { position:relative; float:right;   width:100px; height:50px;  line-height:50px; border-radius:10px;  background:#069A79; color:#fff; text-align:center; display:block;  }
	 .delete_btn { position:relative; float:left;   width:100px; height:50px;  line-height:50px; border-radius:10px;  background:#333; color:#fff; text-align:center; display:block; }

/* 팝업 글쓰기 */
.popup-write {padding:36px 40px !important; box-sizing:border-box;}
.popup-write-grid {display:flex; flex-direction:column; flex-wrap:nowrap; gap:32px; align-items:flex-start; justify-content:flex-start;}
.popup-write-card {
	display:flex; align-items:flex-start; gap:28px; flex:0 1 auto; position:relative;
	padding-top:36px; width:100%; max-width:780px;
	border-bottom:1px solid rgba(0,0,0,0.08); padding-bottom:32px;
}
.popup-write-card:last-child {border-bottom:none; padding-bottom:0;}
.popup-card-toolbar {
	position:absolute; top:0; right:0; z-index:2;
	display:flex; align-items:center; gap:6px;
}
.popup-order-label {
	font-size:13px; font-weight:600; color:#069A79; margin-right:2px; white-space:nowrap;
}
.popup-card-order {
	height:30px; min-width:30px; padding:0 8px;
	border:1px solid rgba(0,0,0,0.2); border-radius:6px;
	background:#fff; color:#555; font-size:14px; cursor:pointer; line-height:1;
}
.popup-card-order:hover:not(:disabled) {background:#f5f5f5; color:#111;}
.popup-card-order:disabled {opacity:0.35; cursor:not-allowed;}
.popup-card-del {
	position:static;
	height:30px; padding:0 12px; border:1px solid rgba(0,0,0,0.2); border-radius:6px;
	background:#fff; color:#555; font-size:13px; cursor:pointer;
}
.popup-card-del:hover {background:#f5f5f5; color:#111;}
.popup-write-actions {margin-top:28px; display:flex; align-items:center; gap:14px;}
.popup-add-btn {
	height:42px; padding:0 18px; border:1px dashed #069A79; border-radius:8px;
	background:#f3fbf8; color:#069A79; font-size:15px; font-weight:600; cursor:pointer;
}
.popup-add-btn:hover {background:#e7f7f1;}
.popup-add-hint {font-size:15px; color:#888;}
.popup-preview {
	width:467px; height:134px; min-height:134px; max-height:134px; border-radius:10px; overflow:hidden; position:relative;
	flex:0 0 467px; align-self:flex-start;
	background-color:#00695C;
	color:#fff; box-shadow:0 8px 24px rgba(0,0,0,0.14);
	font-family:'Pretendard', 'Malgun Gothic', sans-serif;
}
.popup-card-bg {
	position:absolute; inset:0; z-index:0;
	width:100%; height:100%; display:block;
	object-fit:fill; pointer-events:none; border-radius:inherit;
}
.popup-preview-body {
	position:absolute; inset:0; padding:20px 30px 16px; z-index:1;
	box-sizing:border-box; display:flex; flex-direction:column; justify-content:space-between;
	font-family:'Pretendard', 'Malgun Gothic', sans-serif;
}
.popup-preview-body p {margin:0; padding:0; color:#fff; text-align:left;}
.popup-preview .pv-title {text-align:left;}
.popup-preview .pv-line1,
.popup-preview .pv-line2 {
	font:600 18px/1.4 'Pretendard', sans-serif;
	letter-spacing:-0.475px;
	color:#fff;
	word-break:keep-all;
}
.popup-preview .pv-line2 {margin-top:0;}
.popup-preview .pv-footer {
	display:flex; align-items:center; justify-content:space-between; gap:16px;
}
.popup-preview .pv-date {
	font:500 16px/1.5 'Pretendard', sans-serif;
	letter-spacing:-0.4px;
	color:rgba(255,255,255,0.5);
	text-align:left;
}
.popup-preview .pv-link {
	font:500 16px/1.5 'Pretendard', sans-serif;
	letter-spacing:-0.4px;
	color:#fff;
	text-align:right;
	display:inline-flex; align-items:center; gap:8px;
}
.popup-preview .pv-arrow {
	display:inline-block; width:6px; height:11px;
	background:url("data:image/svg+xml,%3Csvg width='6' height='11' viewBox='0 0 6 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5.5L1 10' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat;
}
.popup-fields {display:flex; flex-direction:column; gap:12px; width:240px; justify-content:center;}
.popup-fields .popup-input {
	width:100%; height:42px; box-sizing:border-box; padding:0 14px;
	border:1px solid rgba(0,0,0,0.22); border-radius:4px; background:#fff;
	font-size:14px; color:#222; outline:none;
}
.popup-fields .popup-input:focus {border-color:#069A79;}
@media (max-width:1100px) {
	.popup-write-grid {gap:36px;}
	.popup-write-card {flex-wrap:wrap;}
}
