@charset "euc-kr";

/* 공통 */
html,body { font-family: 'Pretendard Variable', sans-serif; min-width: 1280px; background-color: var(--bg2); }
ul { margin: 0; padding: 0; }
li { list-style: none; }
a { text-decoration: none; color: inherit; display: block; }
strong { font-weight: 600 !important; }
label { cursor: pointer; }
select { -webkit-appearance: none; cursor: pointer; -moz-appearance: none; appearance: none; filter: alpha(opacity=0); background: var(--select); padding: 0 20px 0 10px; outline: none; font-family: 'Pretendard Variable', sans-serif; background-color: var(--bg2); color: var(--text2); font-weight: 500; }
select::-ms-expand { display:none; }
select { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
input { color: var(--text2); background-color: var(--bg2); }
input[type=text] { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-family: "Pretendard Variable",sans-serif; outline: none; padding: 0 5px; border: 1px solid var(--border2); box-sizing: border-box; }
input[type=button] { font-family: "Pretendard Variable",sans-serif; outline: none; border: none; box-sizing: border-box; cursor: pointer; }
input[type=password] { font-family: "Pretendard Variable",sans-serif; outline: none; }
input[type=checkbox] { cursor: pointer; margin:0; }
input[type="submit"] { font-family: "Pretendard Variable",sans-serif; border: none; cursor: pointer; }
input[type="radio"] { vertical-align: middle; margin-top: 0; }
input[type="date"] { position: relative; padding-left: 10px; font-family: 'Pretendard Variable', sans-serif; font-size: 15px; outline: none; border: 1px solid var(--border2); box-sizing: border-box; }
input[type="date"]::-webkit-clear-button, input[type="date"]::-webkit-inner-spin-button { display: none; }
input[type="date"]::-webkit-calendar-picker-indicator { background: transparent; z-index: 1; } 
input[type="date"]:after{ position: absolute; top:50%; right:10px; content: ''; width: 20px; height: 20px; background: url(../images/msg/calendar_icon.png) no-repeat; transform: translateY(-50%); }
input[type="time"] { position: relative; padding: 0 5px 0 10px; font-family: 'Pretendard Variable', sans-serif; font-size: 15px; outline: none; border: 1px solid var(--border2); box-sizing: border-box; }
input[type="time"]::-webkit-clear-button, input[type="time"]::-webkit-inner-spin-button { display: none; }
input[type="time"]::-webkit-calendar-picker-indicator { background: transparent; z-index: 1; } 
input[type="time"]:after{ position: absolute; top:50%; right:10px; content: ''; width: 20px; height: 20px; background: url(../images/msg/time_icon.png) no-repeat; transform: translateY(-50%); }
input[type="text"].focus { border: 1px solid rgba(102, 175, 233) !important; box-shadow: 0 0 4px rgba(102, 175, 233, 0.7); }
input[type="password"].focus { border: 1px solid rgba(102, 175, 233) !important; box-shadow: 0 0 4px rgba(102, 175, 233, 0.7); }
input[type="checkbox"].focus { border: 1px solid rgba(102, 175, 233) !important; box-shadow: 0 0 4px rgba(102, 175, 233, 0.7); }
input[type="radio"].focus { border: 1px solid rgba(102, 175, 233) !important; box-shadow: 0 0 4px rgba(102, 175, 233, 0.7); }
select.focus { border: 1px solid rgba(102, 175, 233) !important; box-shadow: 0 0 4px rgba(102, 175, 233, 0.7); }
textarea { font-family: "Pretendard Variable",sans-serif; color: var(--text2); resize: none; box-sizing: border-box; outline: none; background-color: var(--bg2); }
button { font-family: 'Pretendard Variable', sans-serif; color: var(--text2); box-sizing: border-box; cursor: pointer; }
table { width: 100%; table-layout: fixed; box-shadow: 0px 0px 8px var(--gr); background-color: var(--w3); border-radius: 10px; overflow: hidden; border: 1px solid var(--w); }
table th { height: 35px; padding: 0 10px; border-bottom: 1px solid var(--g); text-align: center; vertical-align: middle; font-size: 14px; font-weight: 600; box-sizing: border-box; }
table th { background-color: var(--lb); border-bottom: 1px solid var(--g) !important; border-right: 1px solid var(--g) !important; }
table th:last-child { border-right: none !important; }
table td { height: 32px; padding: 0 10px; border-bottom: 1px solid var(--border); text-align: center; vertical-align: middle; font-size: 14px; font-weight: 500; box-sizing: border-box; }
table td input[type="button"] { font-size: 13px; border: none; border-radius: 5px; padding: 5px 10px; }
table td.blank { height: 8px !important; padding: 0 !important; background-color: var(--lb4); }
table tbody tr:last-child td { border-bottom: none !important; }
table tbody tr:last-child th { border-bottom: none !important; }
svg { fill: var(--bg5); }
.s_svg { fill: var(--bg6); }
.date_input { position: relative; border: 1px solid var(--border2); box-sizing: border-box; background-color: var(--bg2); }
.date_input input { width: 130px !important; font-family: 'Pretendard Variable', sans-serif; font-size: 15px; outline: none; background: none; border: none; padding: 0 30px 0 10px !important; box-sizing: border-box; text-align: center; }
.date_input:after{ position: absolute; top:50%; right:10px; content: ''; width: 20px; height: 20px; background: url(../images/msg/calendar_icon.png) no-repeat; transform: translateY(-50%); }
.time_input { position: relative; border: 1px solid var(--border2); box-sizing: border-box; background-color: var(--bg2); }
.time_input input { width: 120px !important; font-family: 'Pretendard Variable', sans-serif; font-size: 15px; outline: none; background: none; border: none; padding: 0 30px 0 10px !important; box-sizing: border-box; text-align: center; }
.time_input:after{ position: absolute; top:50%; right:10px; content: ''; width: 20px; height: 20px; background: url(../images/msg/time_icon.png) no-repeat; transform: translateY(-50%); }

/* 스크롤 숨기기 */
::-webkit-scrollbar { width: 5px; height: 6px; }
::-webkit-scrollbar-track { background-color: rgba(0,0,0,0.1); }
::-webkit-scrollbar-thumb { background-color: rgb(181 184 185); border-radius: 5px; }

:root {
   --select : url(../images/common/down_arrow.png) no-repeat right center;

   --w: #fff;
   --w2: #f4f4f4;
   --w3: rgba(255,255,255,0.5);
   --g: #e2e5eb;
   --g2: #aab1ba;
   --g3: #c3c3c3;
   --g4: #eee;
   --db: #2d415e;
   --lb: #f2f4f7;
   /* --lb2: #dce8fa; */
   --lb2: #e6edf5;
   --lb3: #d3dde9;
   --lb4: #f6f8fb;
   --lb5: #bbc7d5;
   --lb6: #64748b;
   
   --black: #192a42;
   --black2: #222222;
   --black3: #393939;
   --black4: #515d66;
   --blue: #247cff;
   --yellow: #fee501;
   --orange: #f58e19;
   --red: #ff5656;
   --lightblue: #eff9ff;
   --lightblack: #555;
   --lightgreen: #fbfff0;
   --lightred: #fff3f3;
   --lightyellow: #fffce5;
   --green: #84b10b;
   --pink: #ff1e78;
   --radius: #444b59;
   --btn: #3e3e3e;

   --s_bg: #f1f1f1;
   --s_text: #111;
   --s_text2: #247cff;

   --border: #dbe1e7;
   --border2: #d0d3d7;
   --border3: #ddd;
   --bg: #f2f4f7;
   --bg1: #f4f5f7;
   --bg2: #fff;
   --bg3: #f5f7f9;
   --bg4: #111;
   --bg5: #333;
   --bg6: #333;
   --text: #fff;
   --text2: #111;
   --gr : rgba(16,51,102,0.1);
   --btn2: #247cff;
}

.wrap { width: 1120px; margin: 0 auto; }
.mt10 { margin-top: 10px !important; }
.mt20 { margin-top: 20px !important; }
.mt40 { margin-top: 40px !important; }
.check_con { display: flex; align-items: center; }
.check_con input { display: none; }
.check_con label { padding-left: 25px; height: 18px; line-height: 18px; font-size: 15px; background: url(../images/common/checkbox.png) no-repeat left center; }
.check_con label.on { background: url(../images/common/checkedbox.png) no-repeat left center; }
.radio_con { margin-top: 10px; }
.radio_con ul { display: inline-flex; } 
.radio_con ul > li { display: flex; align-items: center; margin-right: 20px; }
.radio_con ul > li input { margin: 0; margin-right: 5px; }
.flex { display: flex; justify-content: space-between; }
.flex_center { display: flex; justify-content: center !important; gap: 5px; }
.flex5 { display: flex; gap: 5px; }
.flex10 { display: flex; gap: 10px; }
.none { display: none !important; }
.font_dt { font-family: 'dotum',sans-serif; font-size: 12px; }
.t_left { text-align: left; }
.t_right { text-align: right; }

.page { margin-top: 20px; font-family: 'dotum',sans-serif; font-size: 13px; font-weight: bold; }
.page ul { display: flex; align-items: center; justify-content: center; }
.page ul li a { display: flex; }
.page ul li a:hover { color: var(--blue); }
.page ul li a:hover svg { fill: var(--blue); }
.page ul li span { padding: 0 8px; }
.page ul li.this a { color:  var(--orange) !important; }

.lb { background-color: var(--lightblack) !important; color: var(--text); }
.bl3 { background-color: var(--black3) !important; color: var(--text); }
.bl4 { background-color: var(--black4) !important; color: var(--text); }
.btn2 { background-color: var(--btn2) !important; color: var(--text); }
.t_gray { color: #888; }
.t_red { color: var(--red) !important; }
.t_blue { color: var(--blue) !important; }
.bg_blue { background-color: var(--lightblue) !important; }
.bg_lb { background-color: var(--lb6); }
.bg_db { background-color: var(--db); }
.center { text-align: center !important; }

/* 로그인 */
.login_wrap { width: 100%; min-height: 100vh; display: flex; flex-direction: column; align-items: center; justify-content: center; background-color: #f7f7f7; gap: 30px; padding: 60px 0; }
.login_wrap .logo { display: flex; align-items: center; }
.login_wrap .login_box { width: 520px; padding: 40px; background-color: #fff; border-radius: 10px; box-shadow: 0px 1px 4px rgba(0,0,0,0.1); position: relative; }
.login_wrap .login_box > a { display: flex; align-items: center; font-size: 13px; position: absolute; top: 20px; left: 35px; color: #777; font-weight: 500; }
.login_wrap .login_box > a svg { fill: #777; }
.login_wrap .login_box > a:hover { color: var(--blue); }
.login_wrap .login_box > a:hover svg { fill: var(--blue); }
.login_wrap .login_box > h1 { font-size: 28px; font-weight: 700; color: #3a3a3a; margin-top: 40px; }
.login_wrap .login_box > p { font-size: 13px; margin-top: 15px; color: #888; font-weight: 500; }
.login_wrap .login_box .login_input { display: flex; flex-direction: column; gap: 15px; margin-top: 40px; }
.login_wrap .login_box .login_input span { display: inline-block; font-size: 13px; color: #3a3a3a; font-weight: 600; margin: 0px 0px 10px 5px; }
.login_wrap .login_box .login_input input { width: 100%; border: 1px solid #ddd; height: 40px; padding: 0 10px; border-radius: 5px; box-sizing: border-box; }
.login_wrap .login_box .login_input .security_text_box { display: none; }
.login_wrap .login_box .login_input .security_text_box .security_text { margin-top: 10px; }
.login_wrap .login_box .login_mid { display: flex; align-items: center; justify-content: space-between; margin-top: 20px; }
.login_wrap .login_box .login_mid i { display: flex; align-items: center; gap: 10px; }
.login_wrap .login_box .login_mid .login_btn a { padding: 10px 20px; font-size: 13px; color: #fff; background-color: var(--blue); border-radius: 5px; }
.login_wrap .login_box .login_bottom { display: flex; flex-direction: column; margin-top: 60px; gap: 15px; }
.login_wrap .login_box .login_bottom span { font-size: 13px; color: #333; font-weight: 500; display: flex; justify-content: center; gap: 5px; }
.login_wrap .login_box .login_bottom span a { color: var(--blue); }
.login_wrap .login_box .login_bottom ul { display: flex; justify-content: center; gap: 10px; margin-top: 40px; }
.login_wrap .login_box .login_bottom ul li { font-size: 13px; color: #888; }
.login_wrap .login_copy { margin-top: 60px; }
.login_wrap .login_copy span { font-size: 12px; color: #888; }

.check_box { display: flex; align-items: center; gap: 5px; font-size: 13px; line-height: 20px; color: #3a3a3a; font-weight: 500; }
.check_box input { display: none; }
.check_box .check_icon { display: flex; align-items: center; justify-content: center; border: 1px solid #ddd; width: 20px; height: 20px; border-radius: 4px; transition: 0.2s; }
.check_box .check_icon svg { fill: #bbb; }
.check_box .check_icon.on { background-color: #1a7aff; border: 1px solid transparent; transform: scale(0.8); }
.check_box .check_icon.on svg { fill: #fff; }

/* 회원가입 */
.join_wrap { width: 100%; min-height: 100vh; display: flex; flex-direction: column; align-items: center; justify-content: center; background-color: #f7f7f7; gap: 20px; padding: 60px 0; }
.join_wrap input.focus { border: transparent !important; border-bottom: 1px solid rgba(102, 175, 233) !important; box-shadow: none !important; }
.join_wrap dl { width: 400px; display: flex; align-items: center; border-top: 1px solid #ddd; }
.join_wrap dd { width: 100%; height: 50px; display: flex; align-items: center; justify-content: center; color: #888; }
.join_wrap dd.this { border-top: 2px solid #111; color: #111; font-weight: 600; }
.join_wrap .join_box > a { display: flex; align-items: center; font-size: 13px; font-weight: 500; position: absolute; top: 20px; left: 30px; color: #777; }
.join_wrap .join_box > a svg { fill: #777; }
.join_wrap .join_box > a:hover { color: var(--blue); }
.join_wrap .join_box > a:hover svg { fill: var(--blue); }
.join_wrap .join_box { width: 520px; padding: 40px; background-color: #fff; border-radius: 10px; box-shadow: 0px 1px 4px rgba(0,0,0,0.1); position: relative; }
.join_wrap .join_box > h1 { font-size: 28px; font-weight: 700; color: #3a3a3a; margin-top: 40px; }
.join_wrap .join_box > p { display: flex; align-items: center; gap: 5px; font-size: 13px; margin-top: 15px; color: #888; font-weight: 500; margin-bottom: 40px; }
.join_wrap .join_box h2 { font-size: 15px; margin-bottom: 10px; font-weight: 500; }

.join_wrap .join_box .member_type { margin-top: 20px; }
.join_wrap .join_box .member_type h1 { font-size: 15px; margin-bottom: 10px; font-weight: 500; }
.join_wrap .join_box .member_type ul { display: flex; margin-bottom: 20px; padding-bottom: 80px; }
.join_wrap .join_box .member_type ul li { width: 50%; text-align: center; position: relative; }
.join_wrap .join_box .member_type ul li span { display: block; width: 100%; line-height: 50px; font-size: 15px; cursor: pointer; background-color: var(--g4); color: #999; }
.join_wrap .join_box .member_type ul li:first-child span { border-top-left-radius: 5px; border-bottom-left-radius: 5px; }
.join_wrap .join_box .member_type ul li:last-child span { border-top-right-radius: 5px; border-bottom-right-radius: 5px; }
.join_wrap .join_box .member_type ul li p { width: 440px; line-height: 24px; display: none; position: absolute; top: 60px; left:0; }
.join_wrap .join_box .member_type ul li:last-child p { left: -220px; }
.join_wrap .join_box .member_type ul li p b { color: var(--red); }
.join_wrap .join_box .member_type ul li.this span { background-color: var(--blue); color: #fff; }
.join_wrap .join_box .member_type ul li.this p { display: block; }

.join_wrap .join_box .join_cer i a { width: 100%; height: 50px; line-height: 50px; text-align: center; border-radius: 5px; background-color: #718299; color: #fff; }

.join_wrap .join_box .join_member i { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
.join_wrap .join_box .join_member i h1 { margin: 0; flex: 1 1 30%; font-size: 15px; font-weight: 500; background: url('../images/common/check_icon.png') no-repeat 0 50%; padding-left: 20px; }
.join_wrap .join_box .join_member i h1.choose { background: none; }
.join_wrap .join_box .join_member i h1.flex40 { flex: 0 1 40%; line-height: 50px; }
.join_wrap .join_box .join_member i input { width: 100%; height: 50px; font-size: 15px; border:none; border-bottom: 1px solid #ddd; letter-spacing: -0.4px; padding: 0 5px; }
.join_wrap .join_box .join_member i input[type=radio] { width: 18px; height: 18px; margin-right: 0; }
.join_wrap .join_box .join_member i span { display: flex; flex: 1 1 100%; align-items: center; gap: 5px; font-size: 15px; }
.join_wrap .join_box .join_member i span input { text-align: center; }
.join_wrap .join_box .join_member i span.flex50 { flex: 1 1 50%; }
.join_wrap .join_box .join_member i select { width: 100%; height: 50px; font-size: 15px; border:none; border-bottom: 1px solid #ddd; }
.join_wrap .join_box .join_member .flex10 i { width: calc(50% - 10px); }
.join_wrap .join_box .join_member .flex10 i h1 { flex: 1 1 50%; }

.join_wrap .join_btn { display: flex; flex-direction: column; align-items: center; gap: 10px; margin-top: 20px; }
.join_wrap .join_btn a { width: 100%; height: 50px; line-height: 50px; text-align: center; background-color: var(--blue); color: #fff; border-radius: 5px; }
.join_wrap .join_btn a:last-child { background-color: #efefef; color: #888; }

.join_wrap .join_box .cont_box { margin-top: 30px; font-weight: 500; }
.join_wrap .join_box .cont_box .counsel_label { width: 100%; height: 40px; position: relative; padding-left: 25px; display: flex; align-items: center; }
.join_wrap .join_box .cont_box .counsel_label.all_agree { border-bottom: 1px solid #ccc; }
.join_wrap .join_box .cont_box .counsel_label input { position: absolute; top: 50%; left:0; transform: translate(0,-50%); width: 18px; height: 18px; }
.join_wrap .join_box .cont_box .counsel_label label { font-size: 15px; }
.join_wrap .join_box .cont_box .counsel_label b { font-size: 15px; }
.join_wrap .join_box .cont_box .counsel_label a { font-size: 13px; color: #777; margin-left: 5px; margin-top: 4px; padding-bottom: 3px; border-bottom: 1px solid #ccc; }
.join_wrap .join_box .cont_box p { font-size: 13px; color: #888; line-height: 1.4; }
.join_wrap .join_copy { font-size: 12px; margin-top: 40px; text-align: center; color: #888; }

/* 아이디/비밀번호 찾기 */
.join_wrap.find_wrap .join_box .member_type ul { padding: 0; }
.join_wrap.find_wrap .join_box .member_type .find_member_type li.this span { background-color: #718299; }
.join_wrap.find_wrap .join_box i .pw_chk_box { width: 100%; display: flex; gap: 10px; margin: 10px 0 5px 0; }
.join_wrap.find_wrap .join_box i .pw_chk_box span { display: flex; align-items: center; gap: 5px; }
.join_wrap.find_wrap .join_box i .pw_chk_box input { width: 15px; height: 15px; }
.join_wrap.find_wrap .join_box i .pw_chk_box label { font-size: 14px; }
.join_wrap.find_wrap .find_key { text-align: center; font-size: 15px; margin-top: 20px; }
.join_wrap.find_wrap .find_key strong { color: var(--blue); }

/* 관리자 상단 */
.admin_header { display: flex; align-items: center; justify-content: space-between; width: 100%; min-width: 1280px; height: 70px; border-bottom: 1px solid var(--g); padding: 0 25px 0 290px; position: fixed; top:0; left: 0; background-color: var(--bg2); color: var(--text2); z-index: 999; }
.admin_header .menu { width: 100%; display: flex; justify-content: space-between; }
.admin_header .menu > ul { display: flex; align-items: center; }
.admin_header .menu > ul > li { position: relative; font-size: 18px; font-weight: 500; cursor: pointer; border-radius: 5px; padding: 10px 15px; }
.admin_header .menu > ul > li > a.this { color: var(--blue); font-weight: 600; }
.admin_header .menu > ul:first-child { gap: 10px; }
.admin_header .menu > ul:first-child > li::before { display: block; content: ''; clear: both; position: absolute; left: 50%; bottom: -3px; width: 0; height: 3px; background: var(--blue); transform: translateX(-50%); transition: 0.2s; }
.admin_header .menu > ul:first-child > li:hover::before { width: 65%; }
.admin_header .menu > ul:last-child > li { font-size: 14px; color: var(--lb6); font-weight: 400; }
.admin_header .menu > ul:last-child > li:hover { background-color: var(--lb); }
.admin_header .menu > ul:last-child > li:hover > ul { display: flex; }

/* 관리자 하단 */
.admin_footer { display: inline-block; width: 100%; border-top: 1px solid var(--border); background-color: var(--bg2); color: var(--text2); }
.admin_footer .wrap { width: 1040px; position: relative; left: 260px; margin: 0; padding: 30px 25px; }
.admin_footer .ft_top ul { display: flex; gap: 10px; }
.admin_footer .ft_top ul li { font-size: 13px; font-weight: 600; }
.admin_footer .ft_top ul li span { display: block; padding: 10px 15px; border: 1px solid #aaa; border-radius: 5px; }
.admin_footer .ft_top ul li a { padding: 10px 15px; border: 1px solid #aaa; border-radius: 5px; }
.admin_footer .ft_top ul li a:hover { background-color: var(--bg); }
.admin_footer .ft_bottom ul { display: flex; flex-wrap: wrap; gap: 10px 20px; margin-top: 20px; }
.admin_footer .ft_bottom ul li { font-size: 13px; color: #777; }
.admin_footer .ft_bottom ul p { width: 1px; border-left: 1px solid var(--border); }
.admin_footer .ft_bottom .copy { display: block; font-size: 11px; margin-top: 20px; color: #999; }

/* 관리자 메뉴 */
.sidebar { width: 260px; min-height: 100vh; position: fixed; left: 0; top: 0; background-color: var(--w); border-right: 1px solid var(--g); z-index: 999; }
.sidebar .logo { height: 70px; display: flex; justify-content: center; align-items: center; border-bottom: 1px solid var(--g); }
.sidebar .logo a { display: flex; margin-right: 10px; }

.sidebar .sidebar_wrap { display: flex; flex-direction: column; justify-content: space-between; height: calc(100vh - 70px); overflow: hidden; overflow-x: hidden; overflow-y: auto; }
.sidebar .sidebar_wrap .member_box { display: flex; flex-direction: column; gap: 15px; padding: 25px 15px 10px 15px; }
.sidebar .sidebar_wrap .member_box .name_box { display: flex; align-items: center; justify-content: space-between; height: 50px; padding: 0 5px; }
.sidebar .sidebar_wrap .member_box .name_box a { display: flex; }
.sidebar .sidebar_wrap .member_box .name_box i { display: flex; align-items: center; gap: 10px; }
.sidebar .sidebar_wrap .member_box .name_box p { width: 35px; height: 35px; display: flex; align-items: center; justify-content: center; border-radius: 100%; font-size: 13px; font-weight: 500; color: var(--w); }
.sidebar .sidebar_wrap .member_box .name_box span { display: block; width: 145px; font-size: 18px; font-weight: 600; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.sidebar .sidebar_wrap .member_box .remain_box { display: flex; flex-direction: column; gap: 15px; background-color: var(--lb); border-radius: 15px; padding: 15px 0; }
.sidebar .sidebar_wrap .member_box .remain_box i { display: flex; align-items: center; justify-content: space-between; padding: 0 12px; }
.sidebar .sidebar_wrap .member_box .remain_box i span { display: flex; align-items: center; gap: 5px; font-size: 14px; font-weight: 500; letter-spacing: -0.4px; }
.sidebar .sidebar_wrap .member_box .remain_box i h1 { display: flex; align-items: center; gap: 8px; }
.sidebar .sidebar_wrap .member_box .remain_box i h1 b { font-weight: 600; letter-spacing: -0.4px; }
.sidebar .sidebar_wrap .member_box .remain_box i h1 a { padding: 5px 7px; background-color: var(--w); border-radius: 5px; font-size: 11px; border: 1px solid var(--g); font-weight: 600; }
.sidebar .sidebar_wrap .member_box .remain_box i:first-child h1 a { background-color: var(--blue); border-color: transparent; color: var(--w); }
.sidebar .sidebar_wrap .member_box .side_menu ul { padding: 0 12px; }
.sidebar .sidebar_wrap .member_box .side_menu ul li { font-size: 15px; font-weight: 500; line-height: 45px; }
.sidebar .sidebar_wrap .member_box .side_menu ul li a { display: flex; align-items: center; gap: 8px; line-height: 45px; color: var(--lb6); }
.sidebar .sidebar_wrap .member_box .side_menu ul li a.this { color: var(--blue); }

.sidebar .sidebar_wrap .q_btn { display: flex; align-items: center; justify-content: center; margin: 0 15px; border: 1px solid var(--g); padding: 20px 0; border-radius: 15px; margin-bottom: 40px; }
.sidebar .sidebar_wrap .q_btn a { display: flex; align-items: center; flex-direction: column; gap: 10px; flex: 1; }
.sidebar .sidebar_wrap .q_btn a span { font-size: 13px; font-weight: 500; letter-spacing: -0.4px; text-align: center; line-height: 1.4; }
.sidebar .sidebar_wrap .q_btn p { width: 1px; height: 50px; background-color: var(--g); }

/* 관리자 공통 */
.container { background-color: var(--bg3); color: var(--text2); }
.container .wrap { width: 1040px; position: relative; left: 260px; margin: 0; margin-top: 70px; padding: 25px; position: relative; }
.container .title_top { width: 100%; background-color: var(--bg2); border-radius: 5px; box-shadow: 0px 1px 6px var(--gr); padding: 0 20px; }
.container .title_top ul { height: 50px; display: flex; align-items: center; gap: 30px; position: relative; }
.container .title_top ul li a { line-height: 50px; font-weight: 500; color: #888; }
.container .title_top ul li.this a { border-bottom: 2px solid var(--btn2); color: var(--text2); }
.container .title_top ul li.line_bar { font-size: 14px; margin: 0 -10px; }
.container .title_top .unit_btn { position: absolute; right: 0; font-size: 13px; background-color: var(--btn2); color: var(--text); cursor: pointer; padding: 7px 15px; border-radius: 100px; box-shadow: 0px 2px 4px var(--gr); }
.container .title_top .unit_box { position: absolute; top: 45px; right: 0; display: none; width: 180px; background-color: var(--bg2); padding: 20px; border: 1px solid var(--border); border-radius: 5px; box-shadow: 0px 0px 10px var(--gr); z-index: 9; }
.container .title_top .unit_box span { display: flex; justify-content: space-between; font-size: 13px; font-weight: 600; margin-bottom: 15px; }
.container .title_top .unit_box span.line { border-top: 1px solid var(--border); }
.container .title_top .unit_box span:last-child { margin:0; }
.container .title { display: inline-flex; justify-content: space-between; align-items: center; width: 100%; border-bottom: 1px solid var(--border2); padding-bottom: 10px; margin-top: 30px; margin-bottom: 10px; position: relative; }
.container .title > h1 { font-size: 18px; font-weight: 600; color: var(--text2); letter-spacing: -0.4px; display: flex; align-items: flex-end; }
.container .title > h1 img { margin-right: 10px; }
.container .title > span { display: flex; align-items: center; font-size: 13px; font-weight: 500; }
.container .title > span b { margin-left: 5px; cursor: pointer; height: 16px; }
.container .title > span b:hover .info_popup { display: block; }
.container .title > span .info_popup { position: absolute; background-color: var(--bg2); border: 1px solid #333; padding: 10px; right: 0; bottom: 40px; display: none; }
.container .title > span .info_popup span { line-height: 20px; font-size: 14px; }
.container .title > ul { display: flex; }
.container .title > ul li { height: 27px; line-height: 27px; padding: 0 12px; font-size: 12px; font-weight: 400; color: var(--text); background: var(--lightblack); border-radius: 50px; }

.container .info_btn { display: flex; align-items: center; gap: 5px; height: 30px; padding: 0 15px 0 10px; font-size: 13px; color: #fff; background: var(--btn); border-radius: 50px; }

.container .tit { display: inline-flex; justify-content: space-between; align-items: center; width: 100%; border-bottom: 1px solid var(--border2); padding-bottom: 10px; margin-top: 20px; margin-bottom: 10px; position: relative; }
.container .tit > h1 { font-size: 18px; font-weight: 500; color: var(--text2); letter-spacing: -0.4px; display: flex; align-items: flex-end; }
.container .tit > h1 img { margin-right: 10px; }
.container .tit > span { display: flex; align-items: center; font-size: 13px; }
.container .tit > span b { margin-left: 5px; cursor: pointer; height: 16px; }
.container .tit > span b:hover .info_popup { display: block; }
.container .tit > span .info_popup { position: absolute; background-color: var(--bg2); border: 1px solid #333; padding: 10px; right: 0; bottom: 40px; display: none; }
.container .tit > span .info_popup span { line-height: 20px; font-size: 14px; }
.container .tit > ul { display: flex; }
.container .tit > ul li { height: 27px; line-height: 27px; padding: 0 12px; font-size: 12px; font-weight: 400; color: var(--text); background: var(--lightblack); border-radius: 50px; }

.container .title2 { display: inline-flex; justify-content: space-between; align-items: center; width: 100%; height: 30px; margin:  30px 0 10px 0; } 
.container .title2 > h1 { font-size: 18px; font-weight: 600; color: var(--text2); letter-spacing: -0.4px; display: flex; align-items: center; gap: 8px; }
.container .title2 > a { display: flex; align-items: center; gap: 5px; height: 30px; padding: 0 10px; border: 1px solid var(--lightblack); box-sizing: border-box; font-size: 13px; font-weight: 500; }

.select_box { display: flex; align-items: center; width: 200px; border-bottom: 1px solid var(--border2); height: 40px; color: var(--text2); font-size: 15px; font-weight: 500; background: var(--select); padding: 0 20px 0 5px; position: relative; cursor: pointer; }
.select_box span { display: block; width: 100%; font-size: 14px; font-weight: 500; color: var(--text2); text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.select_box ul { width: 100%; max-height: 200px; overflow-y: auto; position: absolute; top: 10px; left: 10px; background-color: var(--bg2); box-shadow: 0px 1px 6px rgba(0,0,0,0.15); border-radius: 5px; display: none; z-index: 1; }
.select_box ul li { color: var(--text2); font-size: 14px; font-weight: 500; line-height: 40px; padding: 0 10px; cursor: pointer; }
.select_box ul li a { color: var(--blue); }
.select_box ul li:hover { background-color: var(--bg3); }

.tab_menu { display: flex; align-items: center; height: 48px; justify-content: space-between; border-bottom: 1px solid var(--bg4); margin: 20px 0; }
.tab_menu > h1 { font-size: 20px; font-weight: 600; }
.tab_menu ul { display: flex; gap: 5px; }
.tab_menu ul li a { height: 46px; line-height: 46px; font-weight: 600; border: 1px solid var(--bg4); border-bottom: none; font-size: 15px; padding: 0 40px; opacity: 0.3; }
.tab_menu ul li.this a { opacity: 1; border-bottom: 1px solid var(--bg3); }

.search_box input[type="text"] { width: 180px; height: 35px; padding: 0 10px; box-sizing: border-box; }
.search_box input[type="submit"] { height: 35px; padding: 0 10px; background-color: var(--btn2); color: var(--text); }
.search_box input[type="button"] { height: 35px; padding: 0 10px; background-color: var(--btn2); color: var(--text); }
.search_box select { height: 35px; padding: 0 20px 0 10px; box-sizing: border-box; }

.selbox_top { display: flex; align-items: center; justify-content: space-between; }
.selbox_top h1 { font-weight: 500; }
.selbox_top h1 span { color: var(--btn2); }
.selbox_top p { display: flex; gap: 5px; }
.selbox_top p a { height: 30px; line-height: 28px; padding: 0 10px; border: 1px solid var(--lightblack); box-sizing: border-box; font-size: 13px; font-weight: 500; }
.selbox_top p select { height: 30px; border: 1px solid var(--lightblack); }
.selbox_top p input[type="button"] { height: 30px; font-size: 13px; padding: 0 10px; }
.selbox_top p input[type="text"] { width: 140px; height: 30px; font-size: 13px; border: 1px solid var(--lightblack); }

.container .info_wrap { box-shadow: 0px 0px 8px var(--gr); background-color: var(--w3); border-radius: 10px; padding: 20px; margin-top: 20px; }
.container .info_wrap span { display: block; font-size: 14px; line-height: 22px; font-weight: 500; position: relative; }
.container .info_wrap span b { color: var(--red); }
.container .info_wrap span p { position: absolute; display: flex; gap: 5px; top: 10px; right: 10px; }
.container .info_wrap span p a { height: 30px; line-height: 30px; padding: 0 15px; font-size: 13px; }

.list_none { display: flex; align-items: center !important; justify-content: center !important; height: 300px !important; font-size: 14px; }

.view_table { margin-top: 10px; }
.view_table > p { font-size: 13px; color: #888; text-align: right; margin: 0 0 10px 0; padding-right: 10px; }
.view_table tbody th { height: 40px; }
.view_table tbody td { text-align: left; height: 40px; color: var(--text2) !important; }
.view_table tbody td div { color: var(--text2) !important; }
.view_table td.view_content { padding: 20px; }
.view_table td input { width: 100%; height: 27px; border: 1px solid var(--border2); padding: 0 10px; }
.view_table td textarea { width: 100%; height: 400px; border: 1px solid var(--border2); padding: 10px; }
.view_table td pre { white-space: pre-line; line-height: 1.4em; }
.view_sub_table { margin-top: 10px; }

.sub_bottom { text-align: center; margin-top: 20px; }
.sub_bottom a { font-size: 13px; padding: 15px 40px; display: inline-block; border-radius: 5px; }

/* 메시지 전송 */
.banner_box { margin-bottom: 5px; }
.msg_wrap { display: flex; align-items: flex-start; justify-content: space-between; }
.msg_wrap .write_box { display: inline-block; width: 640px; position: relative; z-index: 1; margin-top: 25px; border-radius: 10px; box-shadow: 0px 0px 8px var(--gr); background-color: var(--w3); padding: 20px; }
.msg_wrap .write_box .reply_num_box .title { margin-top: 0; }
.msg_wrap .rec_wrap .rec_box { display: flex; justify-content: space-between; }
.msg_wrap .rec_wrap .rec_box .rec_con { width: 400px;  border: 1px solid var(--border); position: relative; }
.msg_wrap .rec_wrap .rec_box .rec_top { height: 41px; border-bottom: 1px solid var(--border); }
.msg_wrap .rec_wrap .rec_box .rec_top ul { display: flex; }
.msg_wrap .rec_wrap .rec_box .rec_top ul li { width: 100%; text-align: center; height: 40px; line-height: 40px; background: var(--bg); font-size: 15px; font-weight: 500; border-left: 1px solid var(--border); box-sizing: border-box; }
.msg_wrap .rec_wrap .rec_box .rec_top ul li:nth-child(1) { border-left: none; }
.msg_wrap .rec_wrap .rec_box .rec_text { width: 100%; height: 260px; overflow:hidden; position: relative; }
.msg_wrap .rec_wrap .rec_box .rec_text .text_line { display: flex; position: absolute; top:0; width: 100%; z-index: -1; }
.msg_wrap .rec_wrap .rec_box .rec_text .text_line li { width: 100%; height: 260px; content: ''; border-left: 1px dashed var(--border); }
.msg_wrap .rec_wrap .rec_box .rec_text .text_line li:first-child { border: none; }
.msg_wrap .rec_wrap .rec_box .rec_text textarea { width: 100%; height: 260px; border: none; font-size: 14.5px; line-height: 1.8em; background-image: -webkit-linear-gradient(top , transparent, transparent 1.75em, var(--border) 0); background-size: 100% 1.8em; background-color: transparent; padding: 0; position: relative; }
.msg_wrap .rec_wrap .rec_box .rec_ft { display: flex; align-items: center; justify-content: space-between; height: 35px; background: var(--bg); padding: 0 10px; border-top: 1px solid var(--border); }
.msg_wrap .rec_wrap .rec_box .rec_ft span { line-height: 35px; font-weight: 600; font-size: 13px; letter-spacing: -0.06rem; }
.msg_wrap .rec_wrap .rec_box .rec_ft span b { color: var(--red); }
.msg_wrap .rec_wrap .rec_box .rec_ft a { display: block; font-size: 13px; width: 70px; height: 25px; line-height: 25px; text-align: center; background: var(--btn2); color: var(--text); font-weight: 500; border-radius: 4px; }
.msg_wrap .rec_wrap .rec_box .rec_notice { position: absolute; padding: 2px 10px; top:0; left:0; background-color: transparent; cursor: text; }
.msg_wrap .rec_wrap .rec_box .rec_notice p { font-size: 12px; line-height: 26px; font-family: "dotum",sans-serif; }
.msg_wrap .rec_wrap .rec_box .rec_notice p b { color: var(--red); }
.msg_wrap .rec_wrap .rec_box.rol { flex-direction: column; }
.msg_wrap .rec_wrap .rec_box.rol .rec_con { width: 100%; }
.msg_wrap .rec_wrap .rec_box.rol .rec_ft { border: 1px solid var(--border2); border-top: none; }

.msg_wrap .btn_box { width: 190px; }
.msg_wrap .btn_box ul { display: flex; flex-wrap: wrap; flex-direction: column; gap: 5px; }
.msg_wrap .btn_box ul li { display: inline-flex; width: 100%; height: 44px; line-height: 44px; }
.msg_wrap .btn_box ul li:nth-child(2) { border-bottom: 1px dashed var(--border); padding-bottom: 7px; margin-bottom: 2px; }
.msg_wrap .btn_box ul li a { text-align: center; width: 100%; font-size: 13px; font-weight: 600; background-color: var(--w); border: 1px solid var(--border); border-radius: 5px; box-sizing: border-box; }
.msg_wrap .btn_box ul li a:hover { color: var(--btn2); }
.msg_wrap .btn_box ul li a.on { border: 1px solid var(--btn2); background-color: var(--btn2); color: var(--text); }
.msg_wrap .btn_box.row { width: 100%; }
.msg_wrap .btn_box.row ul { flex-direction: row; flex-wrap: wrap; }
.msg_wrap .btn_box.row ul.box6 li { flex: 1 1 30%; }
.msg_wrap .btn_box.row ul li { flex: 1 1 20%; }
.msg_wrap .btn_box.row ul li:nth-child(2) { padding: 0; border: none; }

.msg_wrap .rcs_box { margin: 5px 0 15px 0; position: relative; }
.msg_wrap .rcs_box > span { display: flex; font-size: 13px; font-weight: 600; color: var(--red); margin-top: 10px; }
.msg_wrap .rcs_box_con { display: flex; align-items: center; justify-content: space-between; position: relative; }
.msg_wrap .rcs_box_con i { display: flex; align-items: center; gap: 10px; }
.msg_wrap .rcs_box_con i p { width: 70px; font-size: 14px; color: var(--text2); font-weight: 600; }
.msg_wrap .rcs_box_con i input { width: 525px; height: 40px; border: none; background-color: var(--bg); font-size: 14px; padding: 0 20px; border-radius: 5px; }
.msg_wrap .rcs_box_con .select_box { width: 190px; border: none; background-color: var(--bg); font-size: 14px; padding: 0 30px 0 20px; background-position: 160px center; border-radius: 5px; }
.msg_wrap .rcs_box_con .select_box.brand_sel { width: 235px; background-position: 205px center; }
.msg_wrap .rcs_cell_box .rcs_box_con i p { width: 100px; }
.msg_wrap .rcs_cell_box .rcs_box_con i:nth-child(2) p { width: 80px; }
.msg_wrap .rcs_cell_box .rcs_box_con i input { width: 490px; }
.msg_wrap .rcs_cell_box .rcs_box_con .select_box { width: 190px; background-position: 160px center; }
.msg_wrap .cell_text table { border-radius: 0; box-shadow: none; border: none; }

.msg_wrap .msg_content .msg_wbox .msg_table { display: flex; justify-content: space-between; }
.msg_wrap .msg_content .msg_wbox .msg_table i { width: 400px; }
.msg_wrap .msg_content .msg_wbox .msg_tit input { width: 100%; height: 40px; font-size: 14px; background-color: var(--bg); border-radius: 5px; padding: 0 20px; border: none; color: var(--text2); }
.msg_wrap .msg_content .msg_wbox .msg_text { margin-top: 10px; height: 200px; background-color: var(--bg); border-radius: 5px; padding: 15px; border: 1px solid var(--border); }
.msg_wrap .msg_content .msg_wbox .msg_text.focus { border: 1px solid rgba(102, 175, 233); box-shadow: 0 0 4px rgba(102, 175, 233, 0.7); }
.msg_wrap .msg_content .msg_wbox .msg_text.typebox01 textarea { height: 95px !important; }
.msg_wrap .msg_content .msg_wbox .msg_text textarea { width: 100%; height: 143px; font-size: 14px; line-height: 1.6em; background: none; border: none; }
.msg_wrap .msg_content .msg_wbox .msg_text .t_byte { display: flex; align-items: center; justify-content: flex-end; font-size: 14px; }
.msg_wrap .msg_content .msg_wbox .msg_text .t_byte b { color: var(--red); font-weight: 600; }
.msg_wrap .msg_content .msg_wbox .msg_text .t_byte h1 { padding: 5px 10px; border-radius: 50px; border: 1px solid var(--border2); margin-left: 10px; font-size: 13px; font-weight: 400; display: none; }
.msg_wrap .msg_content .msg_wbox .msg_text .t_byte span { color: var(--text2); }
.msg_wrap .msg_content .msg_wbox .msg_text h1 { font-size: 15px; font-weight: 600; margin-bottom: 5px; }
.msg_wrap .msg_content .msg_wbox .msg_text h2 { font-size: 13px; color: #888; line-height: 1.4em; margin: 5px 0; }
.msg_wrap .msg_content .msg_wbox .msg_text.sms { margin-top: 0; height: 250px; }
.msg_wrap .msg_content .msg_wbox .msg_text.sms textarea { height: 193px; }
.msg_wrap .msg_content .msg_wbox .msg_text.sms .t_byte h1.msg_t1 { display: block; }
.msg_wrap .msg_content .msg_wbox .msg_text.lms { background-color: var(--lightblue); border: 1px solid var(--blue); color: #111 !important; }
.msg_wrap .msg_content .msg_wbox .msg_text.lms .t_byte h1.msg_t2 { background-color: var(--blue); border: 1px solid var(--blue); color: var(--text); display: block; }
.msg_wrap .msg_content .msg_wbox .msg_text.mms { background-color: var(--lightgreen); border: 1px solid var(--green); }
.msg_wrap .msg_content .msg_wbox .msg_text.mms .t_byte h1.msg_t3 { background-color: var(--green); border: 1px solid var(--green); color: var(--text); display: block; }
.msg_wrap .msg_content .msg_wbox .msg_text.sms.typebox01 textarea { height: 145px !important; }
.msg_wrap .msg_content.return_write { display: none; }
.msg_wrap .msg_content.return_write .msg_wbox .msg_text.sms { margin-top: 10px; }
.msg_wrap .msg_content.return_write .msg_wbox .msg_text.lms { height: 250px; }
.msg_wrap .msg_content.return_write .msg_wbox .msg_text.lms textarea { height: 193px; }

.msg_wrap .msg_content .msg_wbox .img_upload { display: flex; gap: 20px; border-top: 1px solid var(--border); padding-top: 10px; margin-top: 20px; }
.msg_wrap .msg_content .msg_wbox .img_upload > h1 { width: 120px; height: 35px; display: flex; align-items: center; gap: 5px; font-weight: 600; }
.msg_wrap .msg_content .msg_wbox .img_upload ul { display: flex; flex-direction: column; gap: 10px; }
.msg_wrap .msg_content .msg_wbox .img_upload ul dl { width: 100%; display: flex; gap: 10px; }
.msg_wrap .msg_content .msg_wbox .img_upload ul dl dd { width: 144px; height: 130px; background-color: var(--bg); border: 1px solid var(--border); border-radius: 5px; overflow: hidden; cursor: pointer; position: relative; }
.msg_wrap .msg_content .msg_wbox .img_upload ul dl dd p { position: absolute; width: 24px; height: 24px; background-color: var(--border2); border-radius: 50px; top: 50%; left: 50%; transform: translate(-50%,-50%); }
.msg_wrap .msg_content .msg_wbox .img_upload ul dl dd p::after { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 12px; height: 2px; background-color: var(--bg2); content: ''; }
.msg_wrap .msg_content .msg_wbox .img_upload ul dl dd p::before { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 2px; height: 12px; background-color: var(--bg2); content: ''; }
.msg_wrap .msg_content .msg_wbox .img_upload ul dl dd:hover { border-color: var(--bg4); }
.msg_wrap .msg_content .msg_wbox .img_upload ul dl dd:hover p { background-color: var(--bg4); }
.msg_wrap .msg_content .msg_wbox .img_upload ul li span { display: block; font-size: 13px; color: var(--red); font-weight: 600; }

.msg_wrap .msg_content .msg_wbox .btn_upload { display: flex; flex-wrap: wrap; gap: 20px; border-top: 1px solid var(--border); padding-top: 10px; margin-top: 20px; }
.msg_wrap .msg_content .msg_wbox .btn_upload > h1 { width: 120px; height: 35px; display: flex; align-items: center; gap: 5px; font-weight: 600; }
.msg_wrap .msg_content .msg_wbox .btn_upload > ul { display: flex; gap: 10px; }
.msg_wrap .msg_content .msg_wbox .btn_upload > ul li { display: inline-block; width: 80px; height: 35px; line-height: 35px; font-size: 14px; font-weight: 500; text-align: center; border: 1px solid var(--border); border-radius: 5px; cursor: pointer; }
.msg_wrap .msg_content .msg_wbox .btn_upload > ul li.this { background-color: var(--black4); color: var(--text); border-color: var(--black4); }
.msg_wrap .msg_content .msg_wbox .btn_upload .add_btn { width: 100%; display: flex; flex-direction: column; padding: 15px; background-color: var(--bg2); border-radius: 5px; box-shadow: 0px 1px 4px var(--gr); }
.msg_wrap .msg_content .msg_wbox .btn_upload .add_btn h1 { font-size: 15px; font-weight: 500; margin-bottom: 15px; color: var(--blue); }
.msg_wrap .msg_content .msg_wbox .btn_upload .add_btn .btn_input { display: flex; gap: 10px; }
.msg_wrap .msg_content .msg_wbox .btn_upload .add_btn .btn_input i { width: 100%; display: flex; flex-direction: column; }
.msg_wrap .msg_content .msg_wbox .btn_upload .add_btn .btn_input i p { font-size: 13px; color: #888; }
.msg_wrap .msg_content .msg_wbox .btn_upload .add_btn .btn_input i input { width: 360px; border: none; border-bottom: 1px solid var(--border2); height: 40px; font-size: 15px; font-weight: 500; background-color: transparent; transition: 0.2s; }
.msg_wrap .msg_content .msg_wbox .btn_upload .add_btn .btn_input i input.focus { border: none !important; border-bottom: 1px solid rgba(102, 175, 233) !important; box-shadow: none; }
.msg_wrap .msg_content .msg_wbox .btn_upload .add_btn .sub_input { margin-top: 20px; }

.msg_wrap .msg_type_wrap .check_con { font-weight: 500; }
.msg_wrap .msg_type_wrap .check_con p { display: flex; align-items: center; gap: 5px; margin-left: 10px; font-size: 13.5px; letter-spacing: -0.4px; }
.msg_wrap .msg_type_wrap .check_con p b { color: var(--red); font-weight: 600; }
.msg_wrap .msg_type_wrap .check_con p button { background-color: var(--w); border: 1px solid var(--border2); border-radius: 5px; padding: 4px 8px; font-size: 13px; color: var(--black2); font-weight: 500; }
.msg_wrap .msg_type_wrap .check_con p a { display: flex; padding-bottom: 1px; }

.msg_wrap .reply_num_box .reply_num_con_wrap { display: flex; align-items: center; margin-top: 10px; justify-content: space-between; }
.msg_wrap .reply_num_box .reply_num_con_wrap i { display: flex; align-items: center; gap: 5px; }
.msg_wrap .reply_num_box .reply_num_con_wrap i h1 { font-size: 15px; font-weight: 500; }
.msg_wrap .reply_num_box .reply_num_con_wrap .num_serach_box { position: relative; }
.msg_wrap .reply_num_box .reply_num_con_wrap .num_serach_box #num_serach { width: 160px; height: 33px; border: none; border-bottom: 1px solid var(--border); background-color: transparent; font-size: 15px; }
.msg_wrap .reply_num_box .reply_num_con_wrap .num_serach_box #num_serach.focus { border: transparent !important; border-bottom: 1px solid rgba(102, 175, 233) !important; box-shadow: none !important; }
.msg_wrap .reply_num_box .reply_num_con_wrap .num_serach_box .num_serach_list { position: absolute; left:0; bottom: -45px; width: 200px; max-height: 200px; overflow-y: auto; background-color: var(--bg2); box-shadow: 0px 1px 6px rgba(0,0,0,0.15); border-radius: 5px; display: none; z-index: 1; }
.msg_wrap .reply_num_box .reply_num_con_wrap .num_serach_box .num_serach_list li { color: var(--text2); font-size: 14px; font-weight: 500; line-height: 40px; padding: 0 10px; cursor: pointer; }
.msg_wrap .reply_num_box .reply_num_con_wrap .num_serach_box .num_serach_list li:hover { background-color: var(--bg3); }
.msg_wrap .reply_num_box .reply_num_con_wrap .num_plus { height: 30px; background-color: var(--black4); color: #fff; font-size: 13px; display: flex; align-items: center; cursor: pointer; position: relative; padding: 0 30px 0 10px; border-radius: 3px; }
.msg_wrap .reply_num_box .reply_num_con_wrap .num_plus.on { background-color: var(--btn2); }
.msg_wrap .reply_num_box .reply_num_con_wrap .num_plus::after { content: ''; display: block; position: absolute; right: 10px; bottom: 8px; width: 0; height: 0; border: 5px solid transparent; border-top-color: var(--black4); }
.msg_wrap .reply_num_box .reply_num_con_wrap .num_plus::before { content: ''; display: block; position: absolute; right: 10px; bottom: 7px; width: 0; height: 0; border: 5px solid transparent; border-top-color: var(--text); }
.msg_wrap .reply_num_box .reply_num_con_wrap .num_plus.on::after { top: 12px; border-top: none; border-bottom-color: var(--btn2); }
.msg_wrap .reply_num_box .reply_num_con_wrap .num_plus.on::before { top: 11px; border-top: none; border-bottom-color: var(--text); }

.msg_wrap .reply_num_box .reply_num_con .num_list { display: flex; flex-wrap: wrap; gap: 10px; }
.msg_wrap .reply_num_box .reply_num_con .num_list li { flex: 1 1 45%; height: 35px; line-height: 33px; border: 1px solid #ccc; padding: 0 10px; box-sizing: border-box; font-size: 15px; }
.msg_wrap .reply_num_box .reply_num_con .num_list li.on { background-color: var(--bg2); cursor: pointer; }
.msg_wrap .reply_num_box .reply_num_con .num_list { display: none; }
.msg_wrap .reply_num_box .reply_num_con.on .num_list { width: 100%; display: flex; margin-top: 10px; max-height: 215px; overflow-y: auto; }
.msg_wrap .reply_num_box .reply_num_con .num_list li.on.this { color: var(--blue); background-color: var(--lightblue) !important; color: var(--text2) !important; }
.msg_wrap .reply_num_box .reply_num_con .num_list li.on:hover { background-color: var(--lightyellow); }

.msg_bottom { display: inline-block; width: 100%; height: 200px; }
.msg_bottom .send_time_wrap { position: relative; }
.msg_bottom .msg_bottom_box { display: flex; justify-content: space-between; }
.msg_bottom .send_time_wrap .reserve_con { margin-top: 20px; display: none; }
.msg_bottom .send_time_wrap .reserve_con span { display: flex; align-items: center; margin-bottom: 10px; }
.msg_bottom .send_time_wrap .reserve_con span b { margin-left: 5px; }
.msg_bottom .send_time_wrap .reserve_con span h1 { margin-left: 5px; }
.msg_bottom .send_time_wrap .reserve_con span i { margin-right: 5px; }
.msg_bottom .send_time_wrap .reserve_con span input { height: 35px; }
.msg_bottom .send_time_wrap .repeatSetLayer { position: absolute; top: -394px; width: 420px; border: 1px solid #111; background-color: var(--bg2); z-index: 99; display: none; }
.msg_bottom .send_time_wrap .repeatSetLayer .repeatSetLayer_top { display: flex; align-items: center; justify-content: space-between; padding: 0 20px; height: 60px; border-bottom: 1px dashed var(--border); }
.msg_bottom .send_time_wrap .repeatSetLayer .repeatSetLayer_top h1 { font-size: 20px; font-weight: 500; }
.msg_bottom .send_time_wrap .repeatSetLayer .repeatSetLayer_con { padding: 20px; font-size: 16.5px; display: flex; flex-direction: column; gap: 20px; }
.msg_bottom .send_time_wrap .repeatSetLayer .repeatSetLayer_con p { display: flex; align-items: center; gap: 5px; }
.msg_bottom .send_time_wrap .repeatSetLayer .repeatSetLayer_con p span { margin-right: 10px; }
.msg_bottom .send_time_wrap .repeatSetLayer .repeatSetLayer_con p b { font-size: 14px; }
.msg_bottom .send_time_wrap .repeatSetLayer .repeatSetLayer_con p input[type=text] { width: 300px; height: 35px; padding: 0 10px; }
.msg_bottom .send_time_wrap .repeatSetLayer .repeatSetLayer_con p input[type=date] { height: 35px; }
.msg_bottom .send_time_wrap .repeatSetLayer .repeatSetLayer_con p input[type=time] { height: 35px; }
.msg_bottom .send_time_wrap .repeatSetLayer .repeatSetLayer_con p select { height: 35px; border: 1px solid var(--border2); font-size: 15px; }
.msg_bottom .send_time_wrap .repeatSetLayer .repeatSetLayer_con h1 { font-size: 14px; color: #888; margin-left: 70px; margin-top: -10px; }
.msg_bottom .send_time_wrap .repeatSetLayer .repeatSetLayer_con .reserTypeCon { display: none; }
.msg_bottom .send_time_wrap .repeatSetLayer .repeatSetLayer_con .reserTypeCon.on { display: flex; }
.msg_bottom .send_time_wrap .repeatSetLayer .repeatSetLayer_btn { display: flex; justify-content: center; margin: 10px 0 20px; }
.msg_bottom .send_time_wrap .repeatSetLayer .repeatSetLayer_btn a { display: block; text-align: center; padding: 10px 15px; background-color: var(--btn); color: var(--text); font-size: 15px; }
.msg_bottom .send_box { margin-top: 10px; }
.msg_bottom .send_box a { display: inline-block; width: 310px; height: 55px; line-height: 55px; text-align: center; font-size: 18px; font-weight: 500; color: var(--text); background: var(--btn2); border-radius: 10px; }

.msg_wrap .msg_box { display: flex; flex-direction: column; align-items: flex-end; }
.msg_wrap .msg_box > h1 { width: 310px; text-align: center; margin-top: 20px; font-size: 14px; color: #888; }
.msg_wrap .msg_box.move { position: fixed; top: 65px; width: 990px; }
.msg_wrap .msg_box.bottom { position: absolute; bottom: 180px; width: 990px; display: flex; justify-content: flex-end; }
.msg_wrap .msg_box .msg_con { width: 310px; height: 585px; border-radius: 20px; padding: 8px; border: 1px solid var(--border); margin-top: 20px; box-shadow: 0px 10px 20px var(--gr); position: relative; }
.msg_wrap .msg_box .msg_con::after { width: 8px; height: 90px; border-top-left-radius: 15px; border-bottom-left-radius: 15px; border: 1px solid var(--border); border-right: none; position: absolute; content: ''; top: 80px; left: -9px; background-color: var(--bg3); }
.msg_wrap .msg_box .msg_con::before { width: 45px; height: 8px; background-color: var(--radius); border-radius: 100px; position: absolute; top: 20px; left: 50%; transform: translate(-50%,0%); content: ''; z-index: 3; }
.msg_wrap .msg_box .msg_con .msg_view_box { width: 100%; height: 100%; background-color: var(--bg2); border-radius: 20px; padding: 30px 10px 10px 10px; position: relative; overflow: hidden; }
.msg_wrap .msg_box .msg_con .msg_view_box .msg_top { position: absolute; width: 100%; height: 110px; top:0; left:0; background-color: rgba(14,55,96,0.1); backdrop-filter: blur(25px); display: flex; flex-direction: column; align-items: center; padding-top: 35px; gap: 5px; z-index: 2; }
.msg_wrap .msg_box .msg_con .msg_view_box .msg_top p { display: flex; align-items: center; justify-content: center; width: 48px; height: 48px; border-radius: 100%; overflow: hidden; }
.msg_wrap .msg_box .msg_con .msg_view_box .msg_top span { font-size: 13px; color: var(--blue); }
.msg_wrap .msg_box .msg_con .msg_view_box .msg_view { width: 100%; max-height: 100%; overflow-y: auto; padding: 10px; padding-top: 100px; }
.msg_wrap .msg_box .msg_con .msg_view_box .msg_view_text { width: 100%; min-height: 40px; border-radius: 10px; background-color: var(--bg); padding: 15px; position: relative; z-index: 1; }
.msg_wrap .msg_box .msg_con .msg_view_box .msg_view_text .msg_title { display: none; }
.msg_wrap .msg_box .msg_con .msg_view_box .msg_view_text .msg_title.on { display: block; }
.msg_wrap .msg_box .msg_con .msg_view_box .msg_view_text .msg_title.mms { display: block; }
.msg_wrap .msg_box .msg_con .msg_view_box .msg_view_text .refusal_none { display: none; }
.msg_wrap .msg_box .msg_con .msg_view_box .msg_view_text h1 { font-size: 16px; font-weight: 600; margin-bottom: 10px; }
.msg_wrap .msg_box .msg_con .msg_view_box .msg_view_text h2 { font-size: 14px; color: #888; line-height: 1.4em; margin-top: 20px; }
.msg_wrap .msg_box .msg_con .msg_view_box .msg_view_text span { font-size: 15px; line-height: 1.4em; word-break: break-all; display: block; }
.msg_wrap .msg_box .msg_con .msg_view_box .msg_view_text .btn_view { display: flex; flex-direction: column; }
.msg_wrap .msg_box .msg_con .msg_view_box .msg_view_text .btn_view button { width: 100%; height: 40px; box-sizing: border-box; border-radius: 10px; border: none; background-color: var(--gr); margin-top: 10px; font-family: 'Pretendard Variable',sans-serif; font-size: 14px; color: var(--blue); font-weight: 600; cursor: pointer; display: none; }
.msg_wrap .msg_box .msg_con .msg_view_box .image_preview { width: 100%; max-height: 270px; display: none; flex-direction: column; gap: 5px; margin-bottom: 10px; position: relative; overflow-y: auto; z-index: 1; }
.msg_wrap .msg_box .msg_con .msg_view_box .image_preview img { width: 100%; border-radius: 10px; border: 1px solid var(--border); box-sizing: border-box; }

/* 주소록 관리 */
.address_wrap { margin-top: 20px; }
.group_list { width: 260px; border: 1px solid var(--border); border-top: 1px solid var(--black3); }
.group_list .group_tit { display: flex; align-items: center; height: 40px; font-size: 15px; font-weight: 600; padding-left: 10px; background-color: var(--bg2); }
.group_list .group_top { background-color: var(--bg1); }
.group_list .group_top i { display: flex; align-items: center; justify-content: space-between; padding: 10px; }
.group_list .group_top i select { width: 80px; height: 30px; background-color: var(--bg2); border: 1px solid var(--border2); }
.group_list .group_top i input { height: 30px; }
.group_list .group_top i input[type="text"] { width: 105px; }
.group_list .group_top i input[type="button"] { padding: 0 10px; font-size: 13px; background-color: var(--btn2); color: var(--text); }
.group_list .group_top span { display: block; font-size: 13px; color: #888; padding: 0 10px 13px 10px; }
.group_list .group_box_top ul { background-color: var(--bg1); border-top: 1px solid var(--black3); }
.group_list .group_box_top ul { display: flex; }
.group_list .group_box_top ul li { width: 100%; line-height: 35px; font-size: 14px; font-weight: 600; text-align: center; color: var(--text2); }
.group_list .group_box_top ul li:last-child { border-left: 1px solid var(--border); }
.group_list .group_box { background-color: var(--bg2); border-top: 1px solid var(--border); padding: 10px; font-size: 14px; }
.group_list .group_box .group_box_tit { display: flex; align-items: center; justify-content: space-between; padding: 0 5px; }
.group_list .group_box .group_box_tit i { display: flex; align-items: flex-end; gap: 5px; }
.group_list .group_box .group_box_tit label { font-weight: bold; }
.group_list .group_box ul { height: 340px; max-height: 340px; overflow-y: auto; display: flex; flex-direction: column; gap: 11px; margin-top: 12px; }
.group_list .group_box ul li { display: flex; align-items: center; justify-content: space-between; font-weight: 500; padding: 0 5px; }
.group_list .group_box ul li i { display: flex; align-items: flex-end; gap: 2px; }
.group_list .group_box ul li i a { display: flex; }
.group_list .group_box ul li i input { margin: 0 3px; }
.group_list .group_box ul li i label b { color: #888; }
.group_list .group_box ul li.gl { padding-left: 26px; }
.group_list .group_box ul li.gl span { display: block; width: 8px; height: 8px; content: ''; border-left: 1px dotted var(--border2); border-bottom: 1px dotted var(--border2); margin-bottom: 4px; }
.group_list .group_bottom { display: flex; align-items: center; justify-content: space-between; height: 50px; background-color: var(--bg2); padding: 0 10px; border-top: 1px solid var(--border); }
.group_list .group_bottom i { display: flex; align-items: center; gap: 5px; }
.group_list .group_bottom i a { font-weight: bold; color: var(--red); }
.group_list .group_bottom i a span { font-weight: 300; }
.group_list .group_list_bottom { padding: 10px; background-color: var(--bg2); }
.group_list .group_list_bottom i { display: flex; justify-content: space-between; gap: 5px; margin-bottom: 5px; }
.group_list .group_list_bottom a { font-size: 13px; font-weight: 500; width: 100%; line-height: 30px; text-align: center; background-color: var(--bg2); border: 1px solid var(--border); box-sizing: border-box; }
.group_list .group_list_bottom > a { background-color: var(--black4); color: var(--text); border: none; }

.address_list { width: 720px; border: 1px solid var(--border); border-top: 1px solid var(--black3); }
.address_list .address_tit { display: flex; align-items: center; justify-content: space-between; height: 40px; font-size: 15px; font-weight: 600; padding: 0 10px; background-color: var(--bg2); }
.address_list .address_tit i { display: flex; gap: 5px; }
.address_list .address_tit a { height: 30px; line-height: 30px; text-align: center; font-size: 13px; padding: 0 10px; font-weight: 400; }
.address_list .address_top { background-color: var(--bg1); }
.address_list .address_top i { display: flex; align-items: center; justify-content: space-between; padding: 10px; }
.address_list .address_top i select { width: 120px; height: 30px; background-color: var(--bg2); border: 1px solid var(--border2); }
.address_list .address_top i input { height: 30px; }
.address_list .address_top i input[type="text"] { width: 175px; }
.address_list .address_top i input[type="button"] { padding: 0 10px; font-size: 13px; background-color: var(--btn2); color: var(--text); }
.address_list .address_top span { font-size: 14px; }
.address_list .add_address_btn ul { display: flex; }
.address_list .add_address_btn ul li { width: 100%; line-height: 25px; text-align: center; border: 1px solid var(--border); border-left: none; border-bottom: none; }
.address_list .add_address_btn ul li.this { background-color: var(--lightblack); color: var(--text); }
.address_list .add_address_btn ul li:nth-child(1) { min-width: 45px; }
.address_list .add_address_btn ul li:nth-child(16) { min-width: 45px; }
.address_list .add_address_btn ul li:nth-child(17) { border-right: none; min-width: 45px; }
.address_list .address_box_tit { border-top: 1px solid var(--black3); }
.address_list .address_box_tit table { border-radius: 0; }
.address_list .address_box_tit table thead th { font-weight: 600; color: var(--text2); background-color: var(--bg1); }
.address_list .address_box { height: 350px; max-height: 350px; overflow-y: auto; background-color: var(--bg2); }
.address_list .address_box table { border-radius: 0; }
.address_list .address_box table tbody td { border-bottom: 1px dashed var(--border); word-break: break-all; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.address_list .address_box table tbody td .flex_center { gap: 2px; }
.address_list .page { margin: 0; }
.address_list .page ul { height: 36px; background-color: var(--bg2); }
.address_list .address_bottom { display: flex; align-items: center; justify-content: space-between; height: 50px; background-color: var(--bg2); padding: 0 10px; border-top: 1px solid var(--border); }
.address_list .address_bottom i { display: flex; align-items: center; gap: 5px; }
.address_list .address_bottom i select { width: 120px; height: 30px; background-color: var(--bg2); border: 1px solid var(--border2); }
.address_list .address_bottom i input { height: 30px; }
.address_list .address_bottom i input[type="button"] { padding: 0 10px; font-size: 13px; background-color: var(--btn2); color: var(--text); }
.address_list .address_list_bottom { padding: 10px; background-color: var(--bg2); }
.address_list .address_list_bottom i { display: flex; align-items: center; justify-content: space-between; }
.address_list .address_list_bottom i select { width: 210px; height: 30px; background-color: var(--bg2); border: 1px solid var(--border2); }
.address_list .address_list_bottom i input[type="text"] { width: 175px; }
.address_list .address_list_bottom i span { font-size: 14px; }
.address_list .address_list_bottom i a { font-size: 13px; line-height: 30px; padding: 0 10px; border: 1px solid var(--border); background-color: var(--bg2); box-sizing: border-box; }
.address_list .address_list_bottom i:last-child { margin-top: 5px; }
.address_list .address_list_bottom i:last-child a { width: 210px; text-align: center; background-color: var(--lightblack); color: var(--text); border: none; }
.address_list .address_list_bottom i:last-child p { font-size: 13px; color: #888; }

/* 메시지 관리 */
.container .message_wrap .message_top { display: flex; align-items: center; justify-content: space-between; padding-bottom: 10px; margin-bottom: 20px; border-bottom: 1px solid var(--border); }
.container .message_wrap .message_top h1 { font-size: 13px; font-weight: 500; }
.container .message_wrap .message_top h1 b { color: var(--red); }
.container .message_wrap .message_top p { display: flex; gap: 5px; }
.container .message_wrap .message_top p a { height: 30px; line-height: 28px; padding: 0 10px; font-size: 13px; border: 1px solid #aaa; font-weight: 500; box-sizing: border-box; }
.container .message_wrap .message_top p a#new_message { border: none; font-weight: 400; }
.container .message_wrap .message_top p input { border: none; padding: 0 10px; font-size: 13px; }

.message_wrap .msg_list { display: flex; width: 100%; gap: 10px; flex-wrap: wrap; }
.message_wrap .msg_list .msg_list_con { width: 182px; }
.message_wrap .msg_list .msg_list_con .msg_list_tit { line-height: 18px; font-size: 15px; font-weight: 600; margin-bottom: 5px; }
.message_wrap .msg_list .msg_list_con .msg_list_tit h1 { display: flex; align-items: center; gap: 5px; }
.message_wrap .msg_list .msg_list_con .msg_list_txt { border: 1px solid var(--border2); }
.message_wrap .msg_list .msg_list_con .msg_list_txt:hover { border: 1px solid var(--black3); background-color: var(--lightblue); }
.message_wrap .msg_list .msg_list_con .msg_list_sms { height: 170px; }
.message_wrap .msg_list .msg_list_con .msg_list_lms { height: 270px; }
.message_wrap .msg_list .msg_list_con .msg_list_mms { height: 270px; }
.message_wrap .msg_list .msg_list_con .msg_list_info { display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--border); padding: 5px 10px; }
.message_wrap .msg_list .msg_list_con .msg_list_info h1 { font-size: 12px; padding: 5px 8px; border-radius: 5px; color: #fff; }
.message_wrap .msg_list .msg_list_con .msg_list_sms h1 { background-color: var(--black); }
.message_wrap .msg_list .msg_list_con .msg_list_lms h1 { background-color: var(--blue) }
.message_wrap .msg_list .msg_list_con .msg_list_mms h1 { background-color: var(--green); }
.message_wrap .msg_list .msg_list_con .msg_list_info span { font-size: 13px; }
.message_wrap .msg_list .msg_list_con a { display: block; width: 100%; height: 100%; background-color: var(--w); }
.message_wrap .msg_list .msg_list_con textarea { border: none; width: 100%; height: calc(100% - 33px); cursor: pointer; font-size: 14px; font-weight: 500; line-height: 1.6em; padding: 5px; box-sizing: border-box; background: none; }
.message_wrap .msg_list .msg_list_con .msg_list_mms .mms_img { width: 100%; height: 135px; display: flex; flex-direction: column; align-items: center; gap: 10px; overflow-y: auto; padding: 10px; border-bottom: 1px solid var(--border); }
.message_wrap .msg_list .msg_list_con .msg_list_mms .mms_img img { max-width: 140px; }
.message_wrap .msg_list .msg_list_con .msg_list_mms textarea { height: calc(100% - 168px); }
.message_wrap .msg_list .msg_list_con .recent_detail { font-size: 13px; border: 1px dashed var(--border2); padding: 8px 5px; margin-top: 5px; }
.message_wrap .msg_list .msg_list_con .recent_detail ul { display: flex; flex-direction: column; gap: 5px; }
.message_wrap .msg_list .msg_list_con .recent_detail ul li { font-weight: 500; }

.container .message_wrap .msg_list { min-height: 455px; max-height: 696px; overflow-y: auto; gap: 15px; }
.container .message_wrap .msg_list.msg_list_over { max-height: 659px; }
.container .message_wrap .msg_list .msg_list_con .msg_list_tit { display: flex; align-items: center; gap: 5px; }
.container .message_wrap .msg_list .msg_list_con .msg_list_tit input { width: 15px; height: 15px; }
.container .message_wrap .msg_list .msg_list_con .message_bottom { display: flex; align-items: center; justify-content: space-between; font-size: 12px; font-weight: 500; background-color: var(--bg); padding: 5px; border: 1px solid var(--border2); border-top: none; }
.container .message_wrap .msg_list .msg_list_con .message_bottom span { display: flex; align-items: center; }
.container .message_wrap .msg_list .msg_list_con .message_bottom .save_date { display: flex; align-items: center; gap: 5px; }
.container .message_wrap .msg_list .msg_list_con .message_bottom .message_bottom_btn { gap: 2px; }
.container .message_wrap .msg_list .msg_list_con .message_bottom .message_bottom_btn a { display: flex; width: 17px; height: 16px; border-radius: 2px; overflow: hidden; }

/* 전송내역 관리 & 예약내역 관리 */
.manage_table table { width: 100%; box-shadow: 0px 0px 8px var(--gr); background-color: var(--w3); border-radius: 10px; }
.manage_table thead th { height: 40px; font-size: 15px; font-weight: 600; }
.manage_table tbody td { height: 60px; line-height: 20px; border: none; border-bottom: 1px solid var(--border2); font-size: 14px; text-align: center; }
.manage_table tbody td.t_left { text-overflow: ellipsis; overflow: hidden; white-space: nowrap; text-align: left; }
.manage_table tbody td a { display: inline-block; }
.manage_table tbody td .t_sms { font-family: 'Pretendard Variable',sans-serif; font-size: 12px; padding: 5px 8px; border-radius: 5px; color: var(--text); background-color: var(--black); }
.manage_table tbody td .t_lms { font-family: 'Pretendard Variable',sans-serif; font-size: 12px; padding: 5px 8px; border-radius: 5px; color: var(--text); background-color: var(--blue); }
.manage_table tbody td .t_mms { font-family: 'Pretendard Variable',sans-serif; font-size: 12px; padding: 5px 8px; border-radius: 5px; color: var(--text); background-color: var(--green); }
.manage_table#rcs_table { display: none; }

/* 템플릿 등록 */
.msg_view_text .cell_view { display: flex; justify-content: space-between; }
.msg_view_text .cell_view.line { border-bottom: 1px solid var(--border); padding-bottom: 5px; margin-bottom: 5px; }
.msg_view_text .cell_view p { width: 100%; font-size: 14px; line-height: 1.6em; word-break: break-all; display: block; font-weight: 500; letter-spacing: -1px; }
.msg_view_text .cell_view p.t_left { text-align: left; }
.msg_view_text .cell_view p.t_right { text-align: right; }
.msg_view_text .cell_view p.ft_14 { font-size: 14px; }
.msg_view_text .cell_view p.ft_16 { font-size: 16px; }
.msg_view_text .cell_view p.ft_18 { font-size: 18px; }
.msg_view_text .cell_view p.bold { font-weight: 700; }

.msg_wrap .msg_content .msg_wbox .rcs_text_box { margin-top: 10px; height: 201px; background-color: var(--bg); border-radius: 5px; padding: 15px; border: 1px solid transparent; }
.msg_wrap .msg_content .msg_wbox .rcs_text_box.focus { border: 1px solid rgba(102, 175, 233); box-shadow: 0 0 4px rgba(102, 175, 233, 0.7); }
.msg_wrap .msg_content .msg_wbox .rcs_text_box textarea { width: 100%; height: 151px; font-size: 14px; line-height: 1.6em; background: none; border: none; }
.msg_wrap .msg_content .msg_wbox .rcs_text_box .t_byte { display: flex; align-items: center; justify-content: flex-end; font-size: 14px; }
.msg_wrap .msg_content .msg_wbox .rcs_text_box .t_byte b { color: var(--red); font-weight: 600; }
.msg_wrap .msg_content .msg_wbox .rcs_text_box .t_byte h1 { padding: 5px 10px; border-radius: 50px; border: 1px solid var(--border2); margin-left: 10px; font-size: 13px; font-weight: 400; display: none; }
.msg_wrap .msg_content .msg_wbox .rcs_text_box .t_byte span { color: var(--text2); }

.msg_view_text #rcs_title { display: none; width: 80px; height: 30px; }
.msg_view_text #rcs_title.n00 { display: block; background: url(../images/template/01.png) no-repeat 50% 50%; background-size: contain; }
.msg_view_text #rcs_title.n01 { display: block; background: url(../images/template/02.png) no-repeat 50% 50%; background-size: contain; }
.msg_view_text #rcs_title.n02 { display: block; background: url(../images/template/03.png) no-repeat 50% 50%; background-size: contain; }
.msg_view_text #rcs_title.n03 { display: block; background: url(../images/template/04.png) no-repeat 50% 50%; background-size: contain; }
.msg_view_text #rcs_title.n04 { display: block; background: url(../images/template/05.png) no-repeat 50% 50%; background-size: contain; }
.msg_view_text #rcs_title.n05 { display: block; background: url(../images/template/06.png) no-repeat 50% 50%; background-size: contain; }
.msg_view_text #rcs_title.n06 { display: block; background: url(../images/template/07.png) no-repeat 50% 50%; background-size: contain; }
.msg_view_text #rcs_title.n07 { display: block; background: url(../images/template/08.png) no-repeat 50% 50%; background-size: contain; }
.msg_view_text #rcs_title.n08 { display: block; background: url(../images/template/09.png) no-repeat 50% 50%; background-size: contain; }
.msg_view_text #rcs_title.n09 { display: block; width: 95px; background: url(../images/template/10.png) no-repeat 50% 50%; background-size: contain; }
.msg_view_text #rcs_title.n010 { display: block; background: url(../images/template/11.png) no-repeat 50% 50%; background-size: contain; }
.msg_view_text #rcs_title.n011 { display: block; background: url(../images/template/12.png) no-repeat 50% 50%; background-size: contain; }

.msg_view_text .rcs_Wtitle { display: flex; justify-content: space-between; padding-bottom: 10px; border-bottom: 2px solid var(--bg4); line-height: 1.4em; }

.cell_text table th { background: none; border-right: none !important; }
.cell_text_bottom { border: none; box-shadow: none; margin-top: 10px; }
.cell_text table td { padding: 10px; }
.cell_text table td .array { display: flex; justify-content: center; gap: 5px; }
.cell_text table td .array i { width: 35px; height: 35px; display: flex; gap: 3px; border: 1px solid var(--border); padding: 5px; box-sizing: border-box; cursor: pointer; border-radius: 2px; }
.cell_text table td .array i span { width: 100%; background-color: var(--bg); border-radius: 2px; }
.cell_text table td .array i.on { border-color: var(--btn2); }
.cell_text table td .array i.on span { background-color: var(--btn2); }
.cell_text table td textarea { width: 100%; height: 35px; padding: 8px 10px 0 10px; }
.cell_text table td input[type="checkbox"] { width: 22px; height: 22px; font-size: 14px; }
.cell_text table td p { width: 20px; height: 20px; display: flex; align-items: center; justify-content: center; border: 1px solid #767676; background-color: #fff; border-radius: 3px; cursor: pointer; }
.cell_text table td p svg { fill: #767676; }
.cell_text table td .t_byte { font-size: 14px; }
.cell_text table td .t_byte b { color: var(--red); font-weight: 600; }
.cell_text table td .cell_text_box { width: 100%; position: relative; }
.cell_text table td .cell_text_box .custom_box { position: absolute; left:0; bottom: 37px; width: 198px; background-color: var(--lightblack); border: 1px solid var(--border); padding: 10px; display: none; }
.cell_text table td .cell_text_box .custom_box ul { display: flex; align-items: center; gap: 12px; }
.cell_text table td .cell_text_box .custom_box ul li { cursor: pointer; }
.cell_text table td .cell_text_box .custom_box ul li { color: #aaa; }
.cell_text table td .cell_text_box .custom_box ul li b.bold { color: var(--text); font-weight: 700; }
.cell_text table td .cell_text_box .custom_box ul li svg { fill: #aaa; }
.cell_text table td .cell_text_box .custom_box ul li h1 { display: flex; align-items: flex-end; height: 16px; font-size: 12px; }
.cell_text table td .cell_text_box .custom_box ul li h2 { display: flex; align-items: flex-end; height: 16px; font-size: 14px; }
.cell_text table td .cell_text_box .custom_box ul li h3 { display: flex; align-items: flex-end; height: 16px; font-size: 16px; }
.cell_text table td .cell_text_box .custom_box ul li h4 { font-size: 13px; display: flex; flex-direction: column; gap: 2px; }
.cell_text table td .cell_text_box .custom_box ul li h4::after { width: 100%; height: 3px; content: ''; background-color: #aaa; }
.cell_text table td .cell_text_box .custom_box ul li.on { color: var(--text); }
.cell_text table td .cell_text_box .custom_box ul li.on svg { fill: var(--text); }

.cell_text table td .cell_text_box .custom_box .color_board { width: 220px; display: flex; flex-wrap: wrap; gap: 10px; position: absolute; top: 34px; right: -195px; padding: 10px; background-color: var(--bg2); box-sizing: border-box; border-radius: 2px; box-shadow: 0px 1px 10px var(--gr); border: 1px solid var(--border); z-index: 9; }
.cell_text table td .cell_text_box .custom_box .color_board dl span { width: 16px; height: 16px; border-radius: 2px; display: block; cursor: pointer; overflow: hidden; color: transparent; }
.cell_text table td .cell_text_box .custom_box .color_board dl .color_0 { background-color: var(--text2); }
.cell_text table td .cell_text_box .custom_box .color_board dl .color_1 { background-color: #888888; }
.cell_text table td .cell_text_box .custom_box .color_board dl .color_2 { background-color: #941527; }
.cell_text table td .cell_text_box .custom_box .color_board dl .color_3 { background-color: #B91724; }
.cell_text table td .cell_text_box .custom_box .color_board dl .color_4 { background-color: #BD462D; }
.cell_text table td .cell_text_box .custom_box .color_board dl .color_5 { background-color: #641432; }
.cell_text table td .cell_text_box .custom_box .color_board dl .color_6 { background-color: #C0537E; }
.cell_text table td .cell_text_box .custom_box .color_board dl .color_7 { background-color: #AC3F68; }
.cell_text table td .cell_text_box .custom_box .color_board dl .color_8 { background-color: #AF6D4C; }
.cell_text table td .cell_text_box .custom_box .color_board dl .color_9 { background-color: #967240; }
.cell_text table td .cell_text_box .custom_box .color_board dl .color_10 { background-color: #583029; }
.cell_text table td .cell_text_box .custom_box .color_board dl .color_11 { background-color: #816D33; }
.cell_text table td .cell_text_box .custom_box .color_board dl .color_12 { background-color: #69692B; }
.cell_text table td .cell_text_box .custom_box .color_board dl .color_13 { background-color: #004326; }
.cell_text table td .cell_text_box .custom_box .color_board dl .color_14 { background-color: #155A10; }
.cell_text table td .cell_text_box .custom_box .color_board dl .color_15 { background-color: #3B7728; }
.cell_text table td .cell_text_box .custom_box .color_board dl .color_16 { background-color: #46804C; }
.cell_text table td .cell_text_box .custom_box .color_board dl .color_17 { background-color: #1A8B9E; }
.cell_text table td .cell_text_box .custom_box .color_board dl .color_18 { background-color: #1888C0; }
.cell_text table td .cell_text_box .custom_box .color_board dl .color_19 { background-color: #4483CF; }
.cell_text table td .cell_text_box .custom_box .color_board dl .color_20 { background-color: #0A386C; }
.cell_text table td .cell_text_box .custom_box .color_board dl .color_21 { background-color: #4D65CB; }
.cell_text table td .cell_text_box .custom_box .color_board dl .color_22 { background-color: #6264BB; }
.cell_text table td .cell_text_box .custom_box .color_board dl .color_23 { background-color: #665BA6; }
.cell_text table td .cell_text_box .custom_box .color_board dl .color_24 { background-color: #764F93; }
.cell_text table td .cell_text_box .custom_box .color_board dl .color_25 { background-color: #4E2D56; }
.cell_text table td .cell_text_box .custom_box .color_board dl .color_26 { background-color: #86487B; }
.cell_text table td .cell_text_box .custom_box .color_board dl .color_27 { background-color: #B85C9F; }
.cell_text table td .cell_text_box .custom_box .color_board dl .color_28 { background-color: #252525; }
.cell_text table td .cell_text_box .custom_box .color_board dl .color_29 { background-color: #58AEF2; }

.cell_text table td .cell_text_box input[type="text"] { width: 100%; height: 40px; border: none; background-color: var(--bg); font-size: 14px; padding: 0 20px; border-radius: 5px; }
.cell_text table td .cell_text_box select { width: 100%; height: 40px; border: none; background-color: var(--bg); background-position: 95% center; font-size: 14px; padding: 0 20px; border-radius: 5px; }
.cell_text table td .cell_text_box select option { font-size: 15px; }
.cell_text table td .cell_text_box input[type="button"] { height: 40px; background-color: var(--btn); color: var(--text); }
.cell_text table.cell_contents tr:first-child td p { display: none; }
.cell_text .cell_text_bottom td { border: none; }

.temp_bottom { display: flex; justify-content: space-between; padding-top: 20px; border-top: 1px solid var(--border2); margin-top: 70px; }
.temp_bottom i { display: flex; gap: 10px; }
.temp_bottom i h1 { font-weight: 700; }
.temp_bottom i h2 { display: flex; flex-direction: column; gap: 10px; }
.temp_bottom i h2 span { font-size: 14px; font-weight: 500; }
.temp_bottom a { display: inline-block; width: 310px; height: 55px; line-height: 55px; text-align: center; font-size: 17px; font-weight: 500; color: var(--text); background: var(--btn2); border-radius: 10px; }
.temp_bottom input[type="button"] { display: inline-block; padding: 0 40px; height: 50px; line-height: 46px; font-size: 17px; color: var(--btn2); border: 2px solid var(--btn2); font-weight: 500; border-radius: 5px; }
.temp_bottom input[type="button"]:last-child { background: var(--btn2); color: var(--text); }

.tpl_wrap { display: flex; flex-direction: column; gap: 20px; margin-top: 20px; }
.tpl_wrap .tpl_con { width: 100%; background-color: var(--bg2); border: 4px solid var(--border); border-radius: 5px; padding: 20px; }
.tpl_wrap .tpl_con h1 { font-size: 17px; font-weight: 600; }
.tpl_wrap .tpl_con ul { display: flex; gap: 55px; margin-top: 20px; }
.tpl_wrap .tpl_con ul li { border-left: 1px dashed var(--border); padding-left: 55px; }
.tpl_wrap .tpl_con ul li:first-child { border:none; padding: 0; }
.tpl_wrap .tpl_con ul li i { display: inline-block; width: 100%; line-height: 40px; text-align: center; border: 1px solid var(--bg4); border-radius: 5px; margin-top: 10px; font-size: 15px; font-weight: 600; }

.tpl_box { width: 240px; overflow: hidden; border: 1px solid var(--border2); border-radius: 15px; text-align: left; box-sizing: border-box; display: inline-block; cursor: pointer; }
.tpl_box img { width: 240px; }
.tpl_box h4 { display: flex; justify-content: space-between; font-size: 14px; font-weight: 600; margin: 15px 15px 15px 15px; line-height: 1.4em; }
.tpl_box h4 b { color: var(--blue); }
.tpl_box h4.line { border-bottom: 2px solid var(--bg4); padding-bottom: 10px; }
.tpl_box h3 { font-size: 14px; font-weight: 600; margin: 15px 15px 5px 15px; padding-bottom: 5px; border-bottom: 1px solid var(--border); }
.tpl_box span { display: block; font-size: 14px; line-height: 1.4em; letter-spacing: -1.4px; padding: 0 15px 15px 15px; box-sizing: border-box; }
.tpl_box span .tpl_cell { display: flex; justify-content: space-between; }
.tpl_box span .tpl_cell.line { border-bottom: 1px solid var(--border); margin-bottom: 5px; padding-bottom: 5px; }
.tpl_box button { width: 208px; height: 35px; box-sizing: border-box; border-radius: 5px; border: none; background-color: var(--gr); margin-top: 10px; font-family: 'Pretendard Variable',sans-serif; font-size: 13px; color: var(--blue); font-weight: 600; margin: 0 15px 10px 15px; cursor: pointer; }


/* 템플릿 목록 */
.template_list_view .template_list_top { display: flex; justify-content: space-between; }
.template_list_view .template_list_top i { display: flex; gap: 5px; }
.template_list_view .template_list_top i select { width: 160px; height: 35px; font-size: 14px; }
.template_list_view .template_list_top i input { height: 35px; }
.template_list_view .template_list_top i input[type="text"] { width: 200px; font-size: 14px; padding: 0 5px; }
.template_list_view .template_list_top i input[type="button"] { background-color: var(--btn2); color: var(--text); border: none; padding: 0 10px; }
.template_list_view .template_table { margin-top: 20px; }
.template_list_view .template_table td { height: 47px; padding: 10px; }
.template_list_view .template_table td a:hover { text-decoration: underline; color: var(--btn2); }
.template_list_view .template_table td a.btn2 { text-decoration: none; color: var(--text) !important; }
.template_list_view .template_table_view { margin-top: 20px; }
.template_list_view .template_table_view th { padding: 20px; text-align: left; font-size: 17px; vertical-align: top; }
.template_list_view .template_table_view th b { display: block; color: #888; font-size: 15px; }
.template_list_view .template_table_view td { padding: 20px; text-align: left; }
.template_list_view .template_table_view td .flex { gap: 20px; }
.template_list_view .template_table_view td i { width: 100%; background-color: var(--bg1); padding: 20px; display: flex; flex-direction: column; gap: 10px; margin: 0; }
.template_list_view .template_table_view td i h1 { font-size: 16px; font-weight: 600; }
.template_list_view .template_table_view td i span { font-size: 14px; }
.template_list_view .template_table_view td .tpl_box { cursor: inherit; }
.msg_wrap .template_info { display: flex; flex-direction: column; gap: 30px; }
.msg_wrap .template_info i { display: flex; align-items: center; gap: 40px; }
.msg_wrap .template_info i p { width: 100px; font-size: 16px; font-weight: 600; }
.msg_wrap .template_info i span { font-size: 15px; line-height: 1.4; }
.msg_wrap .template_info i ul { width: 450px; display: flex; flex-direction: column; gap: 5px; }
.msg_wrap .template_info i ul li { display: flex; gap: 5px; }
.msg_wrap .template_info i ul li textarea { width: 100%; height: 35px; padding: 8px 10px 0 10px; }

/* 견적서 발행 */
.estimate .estimate_box { padding: 20px; box-shadow: 0px 0px 8px var(--gr); background-color: var(--w3); border-radius: 10px; }
.estimate .estimate_box ul { display: flex; flex-direction: column; gap: 20px; }
.estimate .estimate_box li h1 { font-size: 14px; margin-bottom: 10px; }
.estimate .estimate_box li i { display: flex; align-items: center; font-size: 15px; gap: 5px; }
.estimate .estimate_box li input[type="text"] { width: 445px; height: 35px; border: 1px solid var(--border2); border-radius: 5px; font-size: 14px; padding: 0 10px; box-sizing: border-box; }
.estimate .estimate_box li i input[type="text"] { width: 265px; margin-right: 10px; text-align: right; }
.estimate .estimate_box li a { display: inline-block; font-size: 13px; line-height: 35px; padding: 0 10px; border-radius: 5px; }
.estimate .estimate_box li.estimate_title { font-size: 15px; font-weight: 600; border-top: 1px dashed var(--border2); padding-top: 20px; }
.estimate .estimate_box li.estimate_title.done { border: none; padding: 0; }
.estimate .estimate_bottom { margin-top: 20px; }
.estimate .estimate_bottom li { display: flex; align-items: center; justify-content: space-between; }
.estimate .estimate_bottom li select { width: 150px; height: 35px; border: 1px solid var(--border2); border-radius: 5px; font-size: 14px; padding: 0 10px; box-sizing: border-box; }

/* 수신거부 서비스 */
.service span { font-size: 15px; line-height: 1.6em; font-weight: 500; }
.service p { font-size: 15px; line-height: 1.6em; color: #888; }
.service span a { display: inline-block; color: var(--blue); }
.service table th:first-child { border-right: 1px dashed var(--border); }
.service table td { border-left: 1px dashed var(--border); }
.service table td:first-child { border-left: none; }
.service table tbody th { background-color: var(--bg); padding: 10px; line-height: 1.4em; }
.service table tbody td { padding: 10px; line-height: 1.4em; }
.service table tbody td h3 { text-decoration: line-through; display: inline-block; }
.service table tbody td a { display: inline-block; padding: 8px 30px; border-radius: 5px; }

/* 요금 및 결제 */
.payment_new { display: flex; flex-direction: column; gap: 40px; padding: 20px; box-shadow: 0px 0px 8px var(--gr); background-color: var(--w3); border-radius: 10px; margin-top: 20px; position: relative; }
.payment_new #payment_customer { display: flex; align-items: center; gap: 5px; position: absolute; right: 15px; top: 15px; font-size: 14.5px; font-weight: 500; color: var(--lb6); padding: 10px; border-radius: 5px; }
.payment_new #payment_customer:hover { background-color: var(--lb); }

.payment_new .payment_tab { display: flex; flex-direction: column; gap: 20px; align-items: center; margin: 10px 0 20px 0; }
.payment_new .payment_tab h1 { font-size: 24px; font-weight: 600; }
/* .payment_new .payment_tab ul { display: flex; justify-content: center; border-bottom: 2px solid var(--g); gap: 10px; }
.payment_new .payment_tab ul li { width: 150px; height: 40px; display: flex; align-items: center; justify-content: space-between; border-bottom: 2px solid transparent; position: relative; bottom: -2px; }
.payment_new .payment_tab ul li span { width: 100%; display: flex; align-items: center; justify-content: center; gap: 8px; font-size: 15.5px; font-weight: 500; color: var(--g3); }
.payment_new .payment_tab ul li span b { display: flex; align-items: center; justify-content: center; width: 20px; height: 20px; font-size: 12px; background-color: var(--g3); color: var(--w); border-radius: 50px; }
.payment_new .payment_tab ul li svg { fill: var(--g3); }
.payment_new .payment_tab ul li.this { border-color: var(--blue); }
.payment_new .payment_tab ul li.this span { color: var(--blue); }
.payment_new .payment_tab ul li.this span b { background-color: var(--blue); }
.payment_new .payment_tab ul li.this svg { fill: var(--blue); } */

.payment_new .payment_tab dl { display: flex; height: 7px; border-radius: 5px; background-color: var(--g); }
.payment_new .payment_tab dl dd { width: 120px; height: 7px; position: relative; border-right: 1px solid var(--g2); }
.payment_new .payment_tab dl dd:first-child { border-top-left-radius: 5px; border-bottom-left-radius: 5px; }
.payment_new .payment_tab dl dd:last-child { border-top-right-radius: 5px; border-bottom-right-radius: 5px; border: none; }
.payment_new .payment_tab dl dd p { position: absolute; right: -7px; bottom: -7px; width: 14px; height: 14px; background-color: var(--blue); border: 4px solid var(--w); border-radius: 100px; box-shadow: 0px 0px 4px rgba(0,0,0,0.3); display: none; }
.payment_new .payment_tab dl dd span { width: max-content; background-color: var(--black); color: var(--w); position: absolute; left: 50%; bottom: -35px; padding: 6px 12px; border-radius: 5px; font-size: 13px; transform: translate(-50%,0); }
.payment_new .payment_tab dl dd span::after { display: block; content: ''; width: 0; height: 0; border: 5px solid transparent; border-bottom: 5px solid var(--black); position: absolute; top: -10px; left: 50%; transform: translate(-50%,0); }
.payment_new .payment_tab dl dd.block { background-color: var(--blue); }
.payment_new .payment_tab dl dd.this p { display: block; }

.payment_new .payment_new_con { display: flex; flex-direction: column; }
.payment_new .payment_new_con > h1 { font-size: 17px; font-weight: 600; margin-bottom: 15px; }
.payment_new .payment_new_con > h1 b { color: var(--blue); }
.payment_new .payment_new_con > dd { display: flex; align-items: center; justify-content: center; gap: 20px; margin-bottom: 15px; }
.payment_new .payment_new_con > dd > h1 { display: flex; align-items: center; gap: 5px; font-size: 15px; color: var(--black3); font-weight: 500; }
.payment_new .payment_new_con > dd > h1 span { color: var(--blue); font-weight: 600; }
.payment_new .payment_new_con > dd > h1 b { font-size: 12px; color: var(--w); font-weight: 400; padding: 4px 8px; background-color: var(--red); border-radius: 5px; }

.payment_new .payment_new_con .payment_new_box { width: 100%; display: flex; gap: 20px; }
.payment_new .payment_new_con .payment_new_box label { width: 100%; display: flex; align-items: center; gap: 10px; min-width: 110px; padding: 12px 40px 12px 15px; background-color: var(--w); border-radius: 5px; border: 1px solid var(--g); transition: 0.3s; position: relative; }
.payment_new .payment_new_con .payment_new_box label:before { content: ''; display: block; width: 16px; height: 16px; background: var(--w); border: 1px solid var(--border2); border-radius: 50px; position: absolute; right: 15px; top: 50%; transform: translate(0,-50%); }
.payment_new .payment_new_con .payment_new_box label:after { content: ''; display: block; width: 8px; height: 8px; background: none; border: none; border-radius: 50px; position: absolute; right: 20px; top: 50%; transform: translate(0,-50%) scale(0); transition: 0.3s; }
.payment_new .payment_new_con .payment_new_box label.this { background-color: #f0f6ff; border: 1px solid var(--blue); }
.payment_new .payment_new_con .payment_new_box label.this::before { border-color: var(--blue); }
.payment_new .payment_new_con .payment_new_box label.this::after { background-color: var(--blue); transform: translate(0,-50%) scale(1); }
.payment_new .payment_new_con .payment_new_box label img { width: 24px; }
.payment_new .payment_new_con .payment_new_box label span { font-size: 15px; font-weight: 500; }
.payment_new .payment_new_con .payment_new_box label input[type="radio"] { display: none; }

.payment_new .payment_new_con .product_list { display: flex; align-items: center; justify-content: center; gap: 10px; }
.payment_new .payment_new_con .product_list input { display: none; }
.payment_new .payment_new_con .product_list .product_title { background-color: var(--lb); width: 160px; display: flex; flex-direction: column; border-radius: 5px; overflow: hidden; margin-right: 10px; }
.payment_new .payment_new_con .product_list .product_title span { font-size: 14.5px; color: var(--lb6); font-weight: 500; border-bottom: 1px solid var(--g); padding: 0 20px; }
.payment_new .payment_new_con .product_list .product_title span:nth-child(1) { line-height: 45px; }
.payment_new .payment_new_con .product_list .product_title span:nth-child(2) { line-height: 40px; }
.payment_new .payment_new_con .product_list .product_title span:nth-child(3) { line-height: 115px; }
.payment_new .payment_new_con .product_list .product_title span:nth-child(4) { line-height: 110px; }
.payment_new .payment_new_con .product_list .product_title span:nth-child(5) { line-height: 73px; }
.payment_new .payment_new_con .product_list .product_title span:last-child { border: none; }

.payment_new .payment_new_con .product_list .product { width: 200px; display: flex; flex-direction: column; align-items: center; padding: 20px; border-radius: 10px; border: 1px solid transparent; background-color: var(--lb); color: var(--db); }
.payment_new .payment_new_con .product_list .product h1 { font-size: 18px; font-weight: 600; letter-spacing: -0.4px; }
.payment_new .payment_new_con .product_list .product ul { width: 100%; display: flex; flex-direction: column; margin-top: 10px; }
.payment_new .payment_new_con .product_list .product ul li { height: 35px; display: flex; align-items: center; justify-content: center; gap: 5px; }
.payment_new .payment_new_con .product_list .product ul li:nth-child(1) { border-bottom: 1px solid var(--g); margin: 5px 0; }
.payment_new .payment_new_con .product_list .product ul li:nth-child(4) { border-bottom: 1px solid var(--g); margin: 5px 0; }
.payment_new .payment_new_con .product_list .product ul li i { display: flex; align-items: center; gap: 5px; flex: 1; }
.payment_new .payment_new_con .product_list .product ul li i h6 { font-size: 11.5px; width: 40px; text-align: center; line-height: 20px; border-radius: 50px; background-color: var(--lb6); color: var(--w); font-weight: 300; }
.payment_new .payment_new_con .product_list .product ul li span { display: flex; align-items: center; gap: 5px; font-size: 15.5px; font-weight: 500; }
.payment_new .payment_new_con .product_list .product ul li b { color: var(--g2); text-decoration: line-through; }
.payment_new .payment_new_con .product_list .product ul li strong { color: var(--blue); }
.payment_new .payment_new_con .product_list .product ul li.this { background-color: #f0f6ff; }
.payment_new .payment_new_con .product_list .product p { width: 100%; font-size: 14.5px; line-height: 40px; text-align: center; border-radius: 5px; background-color: var(--lb5); color: var(--w); margin-top: 10px; }
.payment_new .payment_new_con .product_list .product.this { background-color: var(--db); color: var(--w); border-color: var(--db) !important; }
.payment_new .payment_new_con .product_list .product.this ul li { border-color: var(--black4); }
.payment_new .payment_new_con .product_list .product.this ul li i h6 { background-color: var(--lb); color: var(--db); font-weight: 500; }
.payment_new .payment_new_con .product_list .product.this p { background-color: var(--blue); }

.payment_new .payment_new_con .product_list label.this .product { background-color: var(--db); color: var(--w); border-color: var(--db) !important; }
.payment_new .payment_new_con .product_list label.this .product ul li { border-color: var(--black4); }
.payment_new .payment_new_con .product_list label.this .product ul li i h6 { background-color: var(--lb); color: var(--db); font-weight: 500; }
.payment_new .payment_new_con .product_list label.this .product p { background-color: var(--blue); }
.payment_new .payment_new_con .product_list label:hover .product { border-color: var(--blue); }

.payment_new .payment_new_con > i { display: flex; justify-content: center; gap: 10px; margin-top: 40px; }
.payment_new .payment_new_con > i a.prev { background-color: var(--g3); }
.payment_new .payment_new_con > i a { width: 165px; padding: 18px 0; text-align: center; border-radius: 5px; background-color: var(--blue); color: var(--w); font-size: 16px; font-weight: 500; }

.payment_new .payment_customer { padding: 0 20px; }
.payment_new .payment_customer > h1 { display: flex; align-items: center; justify-content: right; gap: 10px; font-size: 15px; font-weight: 600; padding-bottom: 20px; }
.payment_new .payment_customer p { width: 5px; height: 5px; content: ''; background-color: var(--blue); border-radius: 100%; }
.payment_new .payment_customer > ul { display: flex; flex-direction: column; gap: 20px; border-top: 1px solid var(--g); padding-top: 20px; }
.payment_new .payment_customer > ul li { display: flex; align-items: center; justify-content: space-between; }
.payment_new .payment_customer > ul li i { display: flex; align-items: center; gap: 5px; flex: 1; }
.payment_new .payment_customer > ul li i:last-child { flex-basis: 150px; margin-left: 30px; }
.payment_new .payment_customer > ul li i.center input { text-align: center; }
.payment_new .payment_customer > ul li h1 { display: flex; align-items: center; gap: 10px; min-width: 100px; width: 100px; font-size: 16px; font-weight: 600; }
.payment_new .payment_customer > ul li input { width: 100%; height: 50px; border-radius: 50px; background-color: var(--lb); border: none; padding: 0 20px; font-size: 15px; }
.payment_new .payment_customer > ul li select { flex: 1; height: 50px; border-radius: 50px; background-color: var(--lb); border: none; padding: 0 20px; background-position: 90% 50%; }
.payment_new .payment_customer > ul li textarea { flex: 1; height: 200px; border-radius: 20px; background-color: var(--lb); border: none; padding: 20px; font-size: 15px; }
.payment_new .payment_customer > ul li:last-child { align-items: flex-start; }
.payment_new .payment_customer > ul li:last-child h1 { line-height: 50px; }
.payment_new .payment_customer .customer_terms { flex: 1; height: 200px; border-radius: 20px; background-color: var(--lb); border: none; padding: 20px; margin-top: 20px; }
.payment_new .payment_customer .customer_terms .customer_terms_box { height: 100%; overflow-y: auto; }
.payment_new .payment_customer .customer_terms .customer_terms_box h1 { font-size: 15px; font-weight: 500; margin-bottom: 5px; }
.payment_new .payment_customer .customer_terms .customer_terms_box span { font-size: 13px; opacity: 0.7; }
.payment_new .payment_customer .customer_terms .customer_terms_box ul { margin: 10px 0; padding-left: 20px; }
.payment_new .payment_customer .customer_terms .customer_terms_box ul li { list-style-type: disc; font-size: 13px; line-height: 1.6; opacity: 0.7; }
.payment_new .payment_customer .check_con { justify-content: flex-end; margin-top: 20px; }

/* 요금결제 */
.payment_layer { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(255,255,255,0.7); display: none; align-items: center; justify-content: center; border-radius: 10px; z-index: 9; }
.payment_layer.on { display: flex; }
.payment_layer .payment_layer_box { width: 300px; text-align: center; padding: 20px 0; background-color: var(--w); border-radius: 10px; border: 1px solid var(--black); }
.payment_layer .payment_layer_box h1 { font-size: 15px; font-weight: 500; line-height: 1.6; }
.payment_layer .payment_layer_box i { display: flex; align-items: center; justify-content: center; gap: 5px; margin-top: 20px; }
.payment_layer .payment_layer_box i a { padding: 10px 15px; border-radius: 5px; background-color: var(--blue); color: #fff; font-size: 13px; }
.payment_layer .payment_layer_box i a:last-child { background-color: var(--black); }

.payment_content { padding: 40px; box-shadow: 0px 0px 8px var(--gr); background-color: var(--w3); border-radius: 10px; margin-top: 20px; position: relative; }
.payment_content > i { display: flex; justify-content: space-between; }
.payment_content .payment { width: 590px; }
.payment_content .payment .payment_type { display: flex; flex-direction: column; gap: 20px; }
.payment_content .payment .payment_type i { display: flex; gap: 20px; }
.payment_content .payment .payment_type p { width: 60px; height: 60px; display: flex; justify-content: center; align-items: center; }
.payment_content .payment .payment_type h1 { display: flex; flex-direction: column; gap: 15px; font-size: 24px; font-weight: 600; }
.payment_content .payment .payment_type h1 b { font-size: 17px; font-weight: 600; }
.payment_content .payment .payment_type ul { display: flex; gap: 10px; }
.payment_content .payment .payment_type ul li { flex: 1; }
.payment_content .payment .payment_type ul li a { width: 100%; text-align: center; line-height: 50px; border-radius: 5px; border: 2px solid var(--db); font-weight: 500; box-sizing: border-box; }
.payment_content .payment .payment_type ul li.this a { background-color: var(--db); color: var(--w); }
.payment_content .payment .payment_sel { display: flex; flex-direction: column; gap: 15px; padding: 20px; background-color: var(--lb); border-radius: 5px; margin-top: 20px; color: var(--db); }
.payment_content .payment .payment_sel ul { display: flex; align-items: center; gap: 10px; }
.payment_content .payment .payment_sel ul p { width: 80px; font-size: 15px; font-weight: 600; }
.payment_content .payment .payment_sel ul li { display: flex; align-items: center; width: min-content; gap: 5px; height: 30px; font-size: 15px; font-weight: 500; color: var(--blue); background-color: var(--w3); border: 1px solid var(--g); border-radius: 50px; padding: 0 10px 0 15px; cursor: pointer; }
.payment_content .payment .payment_sel ul li input { display: none; }
.payment_content .payment .payment_sel ul li.this { background-color: var(--blue); color: var(--lb); }
.payment_content .payment .payment_sel i { display: flex; align-items: center; justify-content: space-between; padding: 0 5px; }
.payment_content .payment .payment_sel i h1 { width: 100%; display: flex; justify-content: space-between; gap: 10px; }
.payment_content .payment .payment_sel i h1 span { display: flex; align-items: center; font-size: 17px; font-weight: 600; }
.payment_content .payment .payment_sel i h1 span p { width: 80px; font-size: 15px; }
.payment_content .payment .payment_sel i h1 span select { height: 30px; border-radius: 4px; margin-left: 10px; border-color: var(--g); }
.payment_content .payment .payment_sel i h2 { display: flex; align-items: center; gap: 15px; font-size: 17px; font-weight: 600; }
.payment_content .payment .payment_sel i h2 span { font-size: 20px; font-weight: 600; }
.payment_content .payment .payment_total { margin-top: 20px; font-size: 15px; }
.payment_content .payment .payment_total p { font-size: 20px; font-weight: 600; padding-bottom: 15px; border-bottom: 1px solid var(--black); }
.payment_content .payment .payment_total .payment_total_box { display: flex; align-items: center; justify-content: space-between; margin-top: 20px; }
.payment_content .payment .payment_total .payment_total_box ul { width: 400px; display: flex; flex-wrap: wrap; gap: 15px 0; }
.payment_content .payment .payment_total .payment_total_box ul li { flex: 1 1 45%; font-size: 15px; font-weight: 500; }
.payment_content .payment .payment_total .payment_total_box i h1 { display: flex; flex-direction: column; align-items: flex-end; gap: 10px; }
.payment_content .payment .payment_total .payment_total_box i h1 span { font-size: 15px; font-weight: 500; }
.payment_content .payment .payment_total .payment_total_box i h1 b strong { font-size: 24px; font-weight: 600; color: var(--blue); margin-right: 5px; }

.payment_content .payment_menu { width: 220px; display: flex; flex-direction: column; justify-content: space-between;  }
.payment_content .payment_menu h1 { font-size: 15px; font-weight: 600; border-bottom: 1px solid var(--g); padding: 0 10px 10px 10px; }
.payment_content .payment_menu ul { display: flex; flex-direction: column; gap: 15px; }
.payment_content .payment_menu ul li { display: flex; align-items: center; justify-content: space-between; font-size: 14px; font-weight: 500; padding: 0 10px; }
.payment_content .payment_menu .payment_btns { display: flex; flex-direction: column; gap: 10px; }
.payment_content .payment_menu .payment_btns a:first-child { background-color: var(--g2); }
.payment_content .payment_menu .payment_btns a { line-height: 50px; text-align: center; border-radius: 5px; background-color: var(--blue); color: var(--w); font-weight: 500; }

.payment_content .payment_bottom { padding: 20px 20px 0 20px; margin-top: 30px; border-top: 1px solid var(--g); }
.payment_content .payment_bottom ul { display: flex; flex-direction: column; gap: 10px; }
.payment_content .payment_bottom ul li { font-size: 13px; list-style-type: disc; color: #aaa; }

/* 공지사항 */
.nt_wrap { margin-top: 10px; }
.nt_wrap > ul { box-shadow: 0px 0px 8px var(--gr); background-color: var(--w3); padding: 0; border-radius: 10px; margin-top: 10px; }
.nt_wrap > ul li { display: flex; align-items: center; justify-content: space-between; gap: 10px; height: 50px; border-bottom: 1px solid var(--border); padding: 0 10px; }
.nt_wrap > ul li > span { width: 60px; text-align: center; font-size: 14px; }
.nt_wrap > ul li > span b { font-size: 13px; border: 1px solid var(--red); color: var(--red); padding: 2px 10px; font-weight: 500; }
.nt_wrap > ul li > i { width: calc(100% - 240px); font-size: 15px; }
.nt_wrap > ul li > i a { display: inline-block; }
.nt_wrap > ul li > i a:hover { text-decoration: underline; color: var(--btn2); }
.nt_wrap > ul li > strong { width: 100px; text-align: center; font-size: 14px; }
.nt_wrap > ul li > h1 { width: 80px; text-align: center; font-size: 14px; }
.nt_wrap > ul li:last-child { border-bottom: none; }

/* 문의하기 */
.inq_wrap { margin-top: 10px; }
.inq_wrap > ul { box-shadow: 0px 0px 8px var(--gr); background-color: var(--w3); padding: 0; border-radius: 10px; margin-top: 10px; }
.inq_wrap > ul li { display: flex; align-items: center; justify-content: space-between; gap: 10px; height: 50px; border-bottom: 1px solid var(--border); padding: 0 10px; }
.inq_wrap > ul li > span { width: 60px; text-align: center; font-size: 14px; }
.inq_wrap > ul li > span b { font-size: 13px; border: 1px solid var(--red); color: var(--red); padding: 2px 10px; font-weight: 500; }
.inq_wrap > ul li > h1 { width: 70px; text-align: center; font-size: 14px; font-weight: 600; }
.inq_wrap > ul li > h2 { width: 70px; text-align: center; font-size: 14px; }
.inq_wrap > ul li > h3 { width: 100px; text-align: center; }
.inq_wrap > ul li > h3 b { padding: 5px 10px; font-size: 13px; color: var(--text); }
.inq_wrap > ul li > h3 b.inq_y { background-color: var(--green); }
.inq_wrap > ul li > h3 b.inq_n { background-color: var(--lightblack); }
.inq_wrap > ul li > i { width: calc(100% - 370px); font-size: 15px; }
.inq_wrap > ul li > i a { display: inline-block; }
.inq_wrap > ul li > i a:hover { text-decoration: underline; color: var(--btn2); }
.inq_wrap > ul li > strong { width: 100px; text-align: center; font-size: 14px; }
.inq_wrap > ul li:last-child { border-bottom: none; }

/* 회원정보 */
.info_box { display: flex; align-items: center; justify-content: space-between; height: 65px; gap: 10px; border: 1px solid var(--border); background-color: var(--lightred); border-radius: 10px; box-shadow: 0px 1px 6px var(--gr); padding: 15px 20px; margin-top: 20px; letter-spacing: -0.4px; }
.info_box.on { background-color: var(--lightgreen); }
.info_box h1 { display: flex; align-items: center; gap: 5px; font-size: 15px; font-weight: 500; }
.info_box h1 b { font-size: 14px; color: var(--red); }
.info_box span { font-size: 13px; color: #888; padding-top: 2px; }
.info_box a { display: flex; align-items: center; gap: 5px; padding: 10px 15px; border-radius: 5px; background-color: var(--black4); color: #fff; font-size: 13px; }
.proflie { margin-top: -10px; }
.proflie .proflie_box { box-shadow: 0px 0px 8px var(--gr); background-color: var(--w3); border-radius: 10px; padding: 20px; }
.proflie .proflie_box ul { display: flex; flex-wrap: wrap; gap: 20px; }
.proflie .proflie_box li { flex: 302px; }
.proflie .proflie_box li h1 { font-size: 13px; margin-bottom: 10px; color: #888; }
.proflie .proflie_box li input { width: 100%; height: 35px; border: 1px solid var(--border2); border-radius: 5px; font-size: 14px; padding: 0 10px; box-sizing: border-box; }
.proflie .proflie_box li select { width: 100%; height: 35px; border: 1px solid var(--border2); border-radius: 5px; font-size: 14px; padding: 0 10px; box-sizing: border-box; }
.proflie .proflie_box li a { display: inline-block; font-size: 13px; line-height: 35px; padding: 0 10px; border-radius: 5px; }
.proflie .proflie_box li#dList { display: none; }
.proflie .proflie_box li#dList_detail { display: none; }

/* 발신번호 관리 */
.callback { position: relative; }
.callback .layer_raw { font-family: "dotum",sans-serif; font-size: 12px; position: absolute; width: 100%; background: var(--bg2); padding: 20px; box-sizing: border-box; z-index: 99; border: 1px solid var(--border); top: 30px; display: none; }
.callback .layer_raw a { display: inline-block; }
.callback .layer_raw a.page_link { color: #3d7de8; }
.callback .layer_raw > p { display: flex; align-items: center; justify-content: space-between; height: 26px; padding-bottom: 10px; }
.callback .layer_raw > p span { margin-left: 5px; }
.callback .layer_raw .layer_raw_con { border-top: 1px dotted var(--border2); padding-top: 10px; }
.callback .layer_raw .layer_raw_con ul li { line-height: 20px; padding-bottom: 5px; color: var(--text2); }

.callback .callback_nt { box-shadow: 0px 0px 8px var(--gr); background-color: var(--w3); border-radius: 10px; padding: 20px; }
.callback .callback_nt > h1 { font-size: 15px; display: block; font-weight: 500; }
.callback .callback_nt ul { display: flex; margin-top: 20px; gap: 60px; }
.callback .callback_nt ul li span { display: block; font-weight: 600; }
.callback .callback_nt ul li p { font-size: 15px; padding-left: 10px; font-weight: 500; margin-top: 10px; }
.callback .callback_nt ul li p b { color: #888; }

.callback .callback_table { box-shadow: 0px 0px 8px var(--gr); background-color: var(--w3); border-radius: 10px; overflow: hidden; }
.callback .callback_table dl { display: flex; align-items: center; background-color: var(--lb); }
.callback .callback_table dl dt { display: flex; align-items: center; justify-content: center; height: 35px; font-size: 14px; font-weight: 600; border-bottom: 1px solid var(--black); }
.callback .callback_table dl dt:nth-child(1) { width: 70px; }
.callback .callback_table dl dt:nth-child(2) { width: 140px; }
.callback .callback_table dl dt:nth-child(3) { width: 140px; }
.callback .callback_table dl dt:nth-child(4) { width: 144px; border-right: 1px solid var(--border2); }
.callback .callback_table dl dt:nth-child(5) { width: 70px; }
.callback .callback_table dl dt:nth-child(6) { width: 140px; }
.callback .callback_table dl dt:nth-child(7) { width: 140px; }
.callback .callback_table dl dt:nth-child(8) { width: 145px; }
.callback .callback_table ul { display: flex; flex-direction: column; position: relative; }
.callback .callback_table ul li { display: flex; align-items: center; font-size: 14px; width: 50%; border-bottom: 1px solid var(--border2); height: 30px; line-height: 30px; font-weight: 500; }
.callback .callback_table ul li span { display: flex; align-items: center; justify-content: center; gap: 5px; font-weight: 600; }
.callback .callback_table ul li span .rep { background-color: var(--btn2); color: #fff; font-size: 11px; padding: 2px 6px; line-height: normal; }
.callback .callback_table ul li span input[type="text"] { width: 120px; height: 20px; padding: 0 5px; border: 1px solid var(--border2); }
.callback .callback_table ul li span a { display: flex; }
.callback .callback_table ul li span:nth-child(1) { width: 70px; }
.callback .callback_table ul li span:nth-child(2) { width: 140px; }
.callback .callback_table ul li span:nth-child(3) { width: 140px; }
.callback .callback_table ul li span:nth-child(4) { width: 145px; }
.callback .callback_table ul li.list_right { position: absolute; right: 0; border-left: 1px solid var(--border2); }
.callback .callback_table ul li.list_right:nth-child(7) { top: 31px; }
.callback .callback_table ul li.list_right:nth-child(8) { top: 62px; }
.callback .callback_table ul li.list_right:nth-child(9) { top: 93px; }
.callback .callback_table ul li.list_right:nth-child(10) { top: 124px; }
.callback .callback_table ul li.list_right:nth-child(12) { top: 31px; }
.callback .callback_table ul li.list_right:nth-child(13) { top: 62px; }
.callback .callback_table ul li.list_right:nth-child(14) { top: 93px; }
.callback .callback_table ul li.list_right:nth-child(15) { top: 124px; }
.callback .callback_table ul li.list_right:nth-child(16) { top: 155px; }
.callback .callback_table ul li.list_right:nth-child(17) { top: 186px; }
.callback .callback_table ul li.list_right:nth-child(18) { top: 217px; }
.callback .callback_table ul li.list_right:nth-child(19) { top: 248px; }
.callback .callback_table ul li.list_right:nth-child(20) { top: 279px; }
.callback .callback_table .callback_table_btn { display: flex; align-items: center; gap: 5px; padding: 10px; }
.callback .callback_table .callback_table_btn a { display: flex; align-items: center; justify-content: center; padding: 0 10px; height: 30px; border: 1px solid #ccc; border-radius: 4px; font-size: 14px; font-weight: 500; }

/* 브랜드 관리 */
.brand > h1 { font-size: 15px; line-height: 1.4em; display: block; font-weight: 500; }
.brand > a { display: inline-block; padding: 10px 20px; font-size: 14px; background-color: var(--black4); color: var(--text); border-radius: 5px; margin-top: 10px; }
.brand > i { display: flex; gap: 5px; }
.brand > i a { display: inline-block; padding: 10px 20px; font-size: 13px; background-color: var(--black4); color: var(--text); border-radius: 5px; }
.brand table { margin-top: 10px; }
.brand table td { padding: 10px; }
.brand table tr:last-child th { border-bottom: none; }
.brand table tr:last-child td { border-bottom: none; }
.brand .brand_table th { padding: 15px; text-align: left; line-height: 1.4; }
.brand .brand_table td { text-align: left; border-left: 1px solid var(--border2); padding: 15px; line-height: 1.4; }
.brand .brand_table td a { display: inline-block; padding: 10px 20px; font-size: 13px; background-color: var(--black4); color: var(--text); border-radius: 5px; }

.brand .brand_create .brand_create_top { display: flex; align-items: flex-end; justify-content: space-between; padding-bottom: 20px; border-bottom: 1px solid var(--border2); }
.brand .brand_create .brand_create_top h1 { display: flex; align-items: flex-start; gap: 5px; font-size: 15px; line-height: 1.4em; font-weight: 500; letter-spacing: -0.02em; }
.brand .brand_create .brand_create_top h1 b { color: var(--red); }
.brand .brand_create .brand_create_top a { display: inline-block; padding: 12px 20px; font-size: 14px; background-color: var(--black4); color: var(--text); border-radius: 5px; margin-top: 10px; }
.brand .brand_create .brand_create_wrap { display: flex; justify-content: space-between; margin-top: 30px; }
.brand .brand_create .brand_create_wrap .brand_phone { border-radius: 20px; width: 320px; overflow: hidden; border: 4px solid #111; box-sizing: border-box; height: fit-content; }
.brand .brand_create .brand_create_wrap .brand_phone { border-radius: 20px; width: 320px; overflow: hidden; border: 4px solid #111; box-sizing: border-box; height: fit-content; }
.brand .brand_create .brand_create_wrap .brand_phone .brand_bg { width: 100%; overflow: hidden; }
.brand .brand_create .brand_create_wrap .brand_phone .brand_bg img { width: 100%; }
.brand .brand_create .brand_create_wrap .brand_phone .brand_area { padding: 20px; }
.brand .brand_create .brand_create_wrap .brand_phone .brand_area .brand_icons { display: flex; align-items: center; justify-content: flex-end; gap: 10px; margin-bottom: 10px; height: 20px; }
.brand .brand_create .brand_create_wrap .brand_phone .brand_area .brand_profile { display: flex; gap: 10px; padding-bottom: 10px; border-bottom: 1px solid var(--border); }
.brand .brand_create .brand_create_wrap .brand_phone .brand_area .brand_profile .profile_img { width: 55px; height: 55px; border-radius: 100%; overflow: hidden; }
.brand .brand_create .brand_create_wrap .brand_phone .brand_area .brand_profile .profile_img img { width: 100%; }
.brand .brand_create .brand_create_wrap .brand_phone .brand_area .brand_profile .profile_text { width: 205px; padding-top: 10px; }
.brand .brand_create .brand_create_wrap .brand_phone .brand_area .brand_profile .profile_text h1 { font-weight: 600; margin-bottom: 5px; }
.brand .brand_create .brand_create_wrap .brand_phone .brand_area .brand_profile .profile_text span { font-size: 14px; line-break: anywhere; }
.brand .brand_create .brand_create_wrap .brand_phone .brand_area .brand_area_mid { display: flex; gap: 5px; margin-top: 10px; }
.brand .brand_create .brand_create_wrap .brand_phone .brand_area .brand_area_mid li { width: 100%; text-align: center; line-height: 30px; border-radius: 50px; font-size: 14px; font-weight: 600; color: #888; border: 1px solid var(--border); box-sizing: border-box; }
.brand .brand_create .brand_create_wrap .brand_phone .brand_area .brand_area_mid li.this { background-color: var(--border); color: var(--text2); }
.brand .brand_create .brand_create_wrap .brand_phone .brand_area .brand_detail { margin-top: 20px; display: flex; flex-direction: column; gap: 10px; }
.brand .brand_create .brand_create_wrap .brand_phone .brand_area .brand_detail li { display: flex; justify-content: space-between; align-items: center; gap: 10px; }
.brand .brand_create .brand_create_wrap .brand_phone .brand_area .brand_detail li h1 { color: #888; font-size: 12px; margin-bottom: 5px; }
.brand .brand_create .brand_create_wrap .brand_phone .brand_area .brand_detail li span { font-weight: 600; font-size: 14px; }
.brand .brand_create .brand_create_wrap .brand_phone .brand_area .brand_detail li img { width: fit-content; }
.brand .brand_create .brand_create_wrap .brand_phone .brand_area .brand_select_area { border: 1px solid var(--border2); border-radius: 10px; display: flex; align-items: center; gap: 20px; height: 80px; padding: 10px; margin-top: 20px; }
.brand .brand_create .brand_create_wrap .brand_phone .brand_area .brand_select_area span { display: flex; align-items: center; gap: 5px; font-weight: 600; }

.brand .brand_create .brand_create_wrap .brand_set { width: 600px; border-bottom: 1px solid var(--border2); padding-bottom: 30px; }
.brand .brand_create .brand_create_wrap:last-child .brand_set { padding: 0; border: none; }
.brand .brand_create .brand_create_wrap .brand_set .brand_set_title { display: flex; align-items: flex-start; justify-content: space-between; }
.brand .brand_create .brand_create_wrap .brand_set .brand_set_title h1 { font-size: 20px; font-weight: 600; }
.brand .brand_create .brand_create_wrap .brand_set .brand_set_title span { display: block; margin: 10px 0 10px 0; }
.brand .brand_create .brand_create_wrap .brand_set .brand_set_title a { display: inline-block; padding: 12px 20px; font-size: 14px; background-color: var(--black4); color: var(--text); border-radius: 5px; }
.brand .brand_create .brand_create_wrap .brand_set .brand_set_area { display: flex; align-items: center; gap: 40px; margin-top: 20px; }
.brand .brand_create .brand_create_wrap .brand_set .brand_set_area.top { align-items: flex-start; }
.brand .brand_create .brand_create_wrap .brand_set .brand_set_area h1 { width: 130px; font-weight: 700; line-height: 1.4; background: url('../images/common/check_icon.png') no-repeat 0 50%; padding-left: 20px; }
.brand .brand_create .brand_create_wrap .brand_set .brand_set_area h1.choose { background: none; }
.brand .brand_create .brand_create_wrap .brand_set .brand_set_area p { color: #888; font-size: 14px; line-height: 1.4; letter-spacing: -0.02em; margin-top: -10px; }
.brand .brand_create .brand_create_wrap .brand_set .brand_set_area p a { display: inline-block; text-decoration: underline; font-size: 13px; }
.brand .brand_create .brand_create_wrap .brand_set .brand_set_area .brand_add_file { display: flex; align-items: center; gap: 5px; color: #888; margin-top: -10px; font-size: 14px; }
.brand .brand_create .brand_create_wrap .brand_set .brand_set_area .brand_add_file input[type=file] { display: none; }

.brand .brand_create .brand_create_wrap .brand_set .brand_set_area .brand_add_file .bg_name_box { display: flex; align-items: center; gap: 5px; }
.brand .brand_create .brand_create_wrap .brand_set .brand_set_area .brand_add_file .bg_name_box span { font-size: 13px; }
.brand .brand_create .brand_create_wrap .brand_set .brand_set_area .brand_add_file .bg_name_box a { display: none; }
.brand .brand_create .brand_create_wrap .brand_set .brand_set_area .brand_add_file .bg_name_box.del a { display: block; }
.brand .brand_create .brand_create_wrap .brand_set .brand_set_area .brand_add_file .bg_name_box.del span { font-size: 15px; }

.brand .brand_create .brand_create_wrap .brand_set .brand_set_area .brand_add_file .pr_name_box { display: flex; align-items: center; gap: 5px; }
.brand .brand_create .brand_create_wrap .brand_set .brand_set_area .brand_add_file .pr_name_box span { font-size: 13px; }
.brand .brand_create .brand_create_wrap .brand_set .brand_set_area .brand_add_file .pr_name_box a { display: none; }
.brand .brand_create .brand_create_wrap .brand_set .brand_set_area .brand_add_file .pr_name_box.del a { display: block; }
.brand .brand_create .brand_create_wrap .brand_set .brand_set_area .brand_add_file .pr_name_box.del span { font-size: 15px; }

.brand .brand_create .brand_create_wrap .brand_set .brand_set_area .brand_add_file .ts_name_box { display: flex; align-items: center; gap: 5px; }
.brand .brand_create .brand_create_wrap .brand_set .brand_set_area .brand_add_file .ts_name_box span { font-size: 13px; }
.brand .brand_create .brand_create_wrap .brand_set .brand_set_area .brand_add_file .ts_name_box a { display: none; }
.brand .brand_create .brand_create_wrap .brand_set .brand_set_area .brand_add_file .ts_name_box.del a { display: block; }
.brand .brand_create .brand_create_wrap .brand_set .brand_set_area .brand_add_file .ts_name_box.del span { font-size: 15px; }

.brand .brand_create .brand_create_wrap .brand_set .brand_set_area .brand_add_file .upload_name_box { display: flex; align-items: center; gap: 5px; }
.brand .brand_create .brand_create_wrap .brand_set .brand_set_area .brand_add_file .upload_name_box a { display: none; }
.brand .brand_create .brand_create_wrap .brand_set .brand_set_area .brand_add_file .upload_name_box span a { display: inline-block !important; text-decoration: underline; color: var(--btn2); font-weight: 500; }
.brand .brand_create .brand_create_wrap .brand_set .brand_set_area .brand_add_file .upload_name_box.del a { display: block; }
.brand .brand_create .brand_create_wrap .brand_set .brand_set_area .brand_add_file .upload_name_box.del span { font-size: 15px; }

.brand .brand_create .brand_create_wrap .brand_set .brand_set_area .brand_set_box { display: flex; flex-wrap: wrap; gap: 10px; width: 420px; }
.brand .brand_create .brand_create_wrap .brand_set .brand_set_area .brand_set_box i { display: flex; align-items: center; gap: 5px; flex: 1 1 20%; font-size: 15px; }
.brand .brand_create .brand_create_wrap .brand_set .brand_set_area .brand_set_box h2 { font-size: 15px; color: #888; font-weight: 600; line-height: 1.4; }
.brand .brand_create .brand_create_wrap .brand_set .brand_set_area .brand_set_box button { border: 1px solid var(--border2); font-weight: 600;  padding: 12px 20px; font-size: 14px; border-radius: 5px; background-color: transparent; transition: 0.2s; }
.brand .brand_create .brand_create_wrap .brand_set .brand_set_area .brand_set_box button.this { background-color: var(--btn2); color: var(--text); border: none; }
.brand .brand_create .brand_create_wrap .brand_set .brand_set_area .brand_set_box button.hover:hover { background-color: var(--btn2); color: var(--text); border-color: var(--btn2); }
.brand .brand_create .brand_create_wrap .brand_set .brand_set_area .brand_set_box input[type="checkbox"] { width: 20px; height: 20px; }
.brand .brand_create .brand_create_wrap .brand_set .brand_set_area .brand_set_box input[type="radio"] { width: 20px; height: 20px; }
.brand .brand_create .brand_create_wrap .brand_set .brand_set_area .brand_set_box input[type="text"] { width: 100%; height: 40px; padding: 0 10px; }
.brand .brand_create .brand_create_wrap .brand_set .brand_set_area .brand_set_box input[type="text"].readonly { background-color: var(--bg); }
.brand .brand_create .brand_create_wrap .brand_set .brand_set_area .brand_set_box select { width: 100%; height: 40px; padding: 0 10px; border: 1px solid var(--border2); }
.brand .brand_create .brand_create_wrap .brand_set .brand_set_area .brand_set_box select option { font-size: 15px; }
.brand .brand_create .brand_create_wrap .brand_set .brand_set_area .brand_set_box label b { font-weight: 600; }
.brand .brand_create .brand_create_wrap .brand_set .brand_set_area .brand_set_box textarea { width: 100%; height: 120px; padding: 10px; border: 1px solid var(--border2); line-height: 1.4; }
.brand .brand_create .brand_create_wrap .brand_set .brand_set_area .brand_set_box.adress i { flex: 1 1 100%; }
.brand .brand_create .brand_create_wrap .brand_set .brand_set_area .brand_set_box.adress i:first-child input[type="text"] { width: 245px; }
.brand .brand_create .brand_create_wrap .brand_set .brand_set_area .brand_set_box.brand_set_btn { width: 100%; flex-wrap: nowrap; justify-content: space-between; }
.brand .brand_create .brand_create_wrap .brand_set .brand_set_area .brand_set_box.brand_set_btn button { font-size: 15px; border: none; padding: 12px 30px; }
.brand .brand_create .brand_create_wrap .brand_set .brand_set_area .brand_set_box.brand_set_btn i button { border: 1px solid var(--text2); }
.brand .brand_create .brand_create_wrap .brand_set .brand_set_area .brand_set_box.QuickBtn .QuickKey { display: flex; flex-direction: column; gap: 5px; width: 100%; }
.brand .brand_create .brand_create_wrap .brand_set .brand_set_area .brand_set_box.QuickBtn .QuickKey li { display: flex; align-items: center; }
.brand .brand_create .brand_create_wrap .brand_set .brand_set_area .brand_set_box.QuickBtn .QuickKey li span { display: block; width: 120px; font-size: 15px; }
.brand .brand_create .brand_create_wrap .brand_set .brand_set_area .brand_set_box.QuickBtn .QuickKey li input { width: 100%; }

.brand .brand_create .brand_create_wrap .emul_phone { background: url(../images/brand/emul_img_bg.png) no-repeat top left; height: 607px; padding-top: 25px; color: #111; }
.brand .brand_create .brand_create_wrap .brand_set .brand_set_area .brand_set_box .brand_num_box { display: flex; align-items: center; gap: 5px; margin-top: -10px; }
.brand .brand_create .brand_create_wrap .brand_set .brand_set_area .brand_set_box .brand_num_box p { margin: 0; }
.brand .brand_create .brand_create_wrap .brand_set .brand_set_area .brand_set_box .brand_num_box p b { color: var(--btn2); font-weight: 600; }
.brand .brand_create .brand_create_wrap .brand_set .brand_set_area .brand_set_box .brand_num_box .br_btn { width: 20px; height: 20px; display: flex; align-items: center; justify-content: center; border: 1px solid #767676; background-color: #fff; border-radius: 3px; cursor: pointer; }
.brand .brand_create .brand_create_wrap .brand_set .brand_set_area .brand_set_box .brand_num_box .br_btn svg { fill: #767676; }
.brand .brand_create .brand_create_wrap .brand_set .brand_set_area .brand_set_box .brand_num_box .brand_num_wrap { display: flex; align-items: center; gap: 5px; }
.brand .brand_create .brand_create_wrap .brand_set .brand_set_area .brand_set_box .brand_num_box .brand_num_table table { background: none; border: none; border-radius: 0; box-shadow: none; }
.brand .brand_create .brand_create_wrap .brand_set .brand_set_area .brand_set_box .brand_num_box .brand_num_table h4 { font-size: 14px; color: var(--blue); font-weight: 500; }
.brand .brand_create .brand_create_wrap .brand_set .brand_set_area .brand_set_box .brand_num_box .brand_num_table .brand_num_edit { margin-top: 10px; }
.brand .brand_create .brand_create_wrap .brand_set .brand_set_area .brand_set_box .brand_num_box .brand_num_table th { padding: 5px; line-height: 1.4; }
.brand .brand_create .brand_create_wrap .brand_set .brand_set_area .brand_set_box .brand_num_box .brand_num_table td { padding: 5px; border-bottom: none; }
.brand .brand_create .brand_create_wrap .brand_set .brand_set_area .brand_set_box .brand_num_box .brand_num_table td:first-child { padding: 5px 0; }
.brand .brand_create .brand_create_wrap .brand_set .brand_set_area .brand_set_box .brand_num_box .brand_num_table td:last-child { padding: 5px 0 5px 10px }
.brand .brand_create .brand_create_wrap .brand_set .brand_set_area .brand_set_box .brand_num_box .brand_num_table td .br_btn { margin-bottom: 2px; }

/* 보안설정 */
.security { margin: 140px 0; }
.security .sec_top { text-align: center; }
.security .sec_top h1 { font-size: 26px; font-weight: 600; margin-bottom: 20px; }
.security .sec_top span { font-size: 15px; font-weight: 500; }
.security .sec_top span b { color: var(--red); }
.security .sec_con { width: 345px; display: flex; flex-direction: column; justify-content: center; gap: 10px; margin: 0 auto; margin-top: 40px; }
.security .sec_con i { display: flex; align-items: center; justify-content: space-between; padding: 5px 15px; background-color: var(--bg); border-radius: 10px; border: 1px solid var(--border); }
.security .sec_con i input { width: 70%; font-size: 16px; font-weight: 500; height: 50px; border: none; background-color: transparent; }
.security .sec_con i input.focus { border: none !important; box-shadow: none !important; }
.security .sec_con i a { font-size: 13px; background-color: var(--btn2); color: var(--text); line-height: 32px; padding: 0 10px; border-radius: 5px; }
.security_box { display: flex; justify-content: space-between; gap: 40px; margin-top: 30px; }
.security_box .sec_set { width: 100%; }
.security_box .sec_set .sec_set_top { display: flex; justify-content: space-between; align-items: flex-end; }
.security_box .sec_set .sec_set_top span { font-size: 15px; font-weight: 500; line-height: 20px; }
.security_box .sec_set .sec_set_top span b { color: var(--btn2); }
.security_box .sec_set .sec_set_top .sec_set_mode { width: 36px; height: 14px; background-color: var(--lightblack); border-radius: 50px; position: relative; margin-right: 10px; transition: 0.6s; }
.security_box .sec_set .sec_set_top .sec_set_mode p { width: 24px; height: 24px; background-color: var(--text); border-radius: 100px; cursor: pointer; box-shadow: 0px 0px 4px 2px var(--gr); position: absolute; top: 50%; right: -10px; transform: translate(0,-50%); transition: 0.6s; }
.security_box .sec_set .sec_set_top .sec_set_mode p:hover { box-shadow: 0px 0px 12px 0px var(--btn2); }
.security_box .sec_set .sec_set_top .sec_set_mode.on { background-color: var(--btn2); }
.security_box .sec_set .sec_set_top .sec_set_mode.on p { right: 20px; }
.security_box .sec_set ul { display: flex; flex-direction: column; border-top: 1px solid var(--black3); margin-top: 20px; position: relative; }
.security_box .sec_set ul .sec_set_cover { position: absolute; top:0; left:0; width: 100%; height: 100%; background-color: var(--bg2); opacity: 0.7; }
.security_box .sec_set ul li { display: flex; align-items: center; gap: 5px; height: 45px; padding: 0 20px; border: 1px solid var(--border2); border-top: none; background-color: var(--bg2); }
.security_box .sec_set ul li span { width: 385px; display: flex; justify-content: space-between; font-size: 14px; padding-right: 5px; box-sizing: border-box; }
.security_box .sec_set ul li span h1 { font-weight: 600; }
.security_box .sec_set ul li input { width: 385px; border: 1px solid var(--black3); height: 30px; }
.security_box .sec_set ul li a { line-height: 30px; font-size: 13px; padding: 0 10px; background-color: var(--btn2); color: var(--text); }
.security_box .sec_set > p { margin-top: 15px; font-size: 14px; color: #888; }

/* 통계관리 */
.stat_box { margin-top: 20px; }
.stat_box .selbox_top:nth-child(2) { border-top: 1px dashed var(--border); padding-top: 15px; margin-top: 15px; }
.stat_box table { margin-top: 15px; }
.stat_box table thead th { border-top: none; }
.stat_box table tbody td { text-align: right; }
.stat_box table tbody td:first-child { text-align: center; }
.stat_box table .thead_bottom th { text-align: right; }
.stat_box table .thead_bottom th:first-child { text-align: center; }
.stat_box table tbody tr:hover { background-color: var(--lightblue); }

/* 회원 탈퇴 */
.removal > h1 { margin-top: 40px; }
.removal > h1 b { color: var(--blue); font-weight: 600; }
.removal > ul { display: flex; flex-wrap: wrap; gap: 20px; border: 1px solid var(--border); background-color: var(--bg2); border-radius: 5px; box-shadow: 0px 1px 6px var(--gr); padding: 20px; margin-top: 20px; }
.removal > ul li { flex: 302px; }
.removal > ul li h1 { font-size: 14px; margin-bottom: 10px; }
.removal > ul li input { width: 100%; height: 35px; border: 1px solid var(--border2); border-radius: 5px; font-size: 14px; padding: 0 10px; box-sizing: border-box; }

/* 레이어 공통 */
.layer_cover { width: 100%; height: 100%; position: fixed; top: 0; left: 0; background-color: rgba(0,0,0,0.3); content: ''; z-index: 1000; display: none; }
.layer { color: var(--text2); padding: 20px; background-color: var(--bg2); position: fixed; top: 50%; left: 50%; transform: translate(-50%,-50%); border-radius: 10px; box-shadow: 0px 5px 10px rgba(0,0,0,0.15); display: none; z-index: 1001; }
.layer.short { position: absolute; top: 50px; transform: translate(-50%,0); }
.layer > h1 { font-size: 20px; font-weight: 500; margin-bottom: 30px; display: flex; align-items: center; justify-content: space-between; }
.layer > h1 .layer_cancel { cursor: pointer; }
.layer .layer_con .tab_menu { height: 55px; margin-top: 0; border-bottom: 1px dashed var(--border2); }
.layer .layer_con .tab_menu ul li.this a { background-color: var(--bg2); }
.layer .input_layer { display: flex; gap: 10px; }
.layer .input_layer i { display: flex; flex-direction: column; }
.layer .input_layer p { font-size: 13px; color: #888; }
.layer .input_layer input { width: 200px; border: none; border-bottom: 1px solid var(--border2); height: 40px; color: var(--text2); font-size: 15px; font-weight: 500; }
.layer .input_layer input.focus { border: none !important; border-bottom: 1px solid rgba(102, 175, 233) !important; box-shadow: none; }
.layer .input_layer.sub_input { display: none; }
.layer .input_layer.sub_input i { width: 100%; margin-top: 21px; }
.layer .input_layer.sub_input input { width: 100%; }
.layer .layer_bottom { height: 55px; display: flex; align-items: center; justify-content: flex-end; gap: 5px; padding: 0 20px; box-shadow: 0px -2px 15px rgb(26,122,255,.1); position: absolute; left: 0; bottom: 0; width: 100%; }
.layer .layer_bottom a { font-size: 15px; color: var(--black); font-weight: 500; padding: 10px 15px; border-radius: 5px; }
.layer .layer_bottom a.layer_cancel { color: var(--red); }
.layer .layer_bottom a:hover { background-color: var(--lb); }
.layer .layer_bottom.ct { display: flex; justify-content: center; gap: 5px; margin-top: 20px; }
.layer .layer_bottom.ct a { padding: 10px 15px; border-radius: 5px; background-color: var(--btn2); color: #fff; font-size: 13px; }
.layer .layer_bottom.ct a.layer_cancel { background-color: var(--black3); }
.layer .input_name_box { display: flex; flex-direction: column; gap: 10px; }
.layer .input_name_box > h1 { font-size: 15px; line-height: 1.6em; font-weight: 500; }
.layer .input_name_box > h1 b { color: var(--red); text-decoration: underline; }
.layer .input_name_box li { display: flex; align-items: center; width: 100%; height: 50px; background-color: var(--bg1); padding: 0 20px; box-sizing: border-box; border-radius: 5px; }
.layer .input_name_box li span { min-width: 80px; font-size: 15px; font-weight: 600; border-right: 1px solid var(--border2); padding-right: 10px; margin-right: 10px; }
.layer .input_name_box li input[type="text"] { width: 100%; height: 35px; background: none; border: none; font-size: 14px; }
.layer .input_name_box li input[type="button"] { background-color: var(--btn2); font-size: 13px; color: var(--text); border: none; border-radius: 5px; padding: 5px 10px; margin-left: 10px; }
.layer .input_name_box li input.focus { border: none !important; box-shadow: none; }
.layer .input_name_box li select { height: 30px; border: none; margin-right: 10px; background-color: transparent; padding: 0 20px 0 5px; }
.layer .input_name_box li select.focus { border: none !important; box-shadow: none; }

.dlayer { border-radius: 10px; padding: 20px; background-color: var(--bg2); border: 1px solid var(--border2); position: absolute; box-shadow: 0px 5px 10px rgba(0,0,0,0.15); display: none; z-index: 9; }

/* 이모티콘 레이어 */
.em_layer { width: 270px; left: 600px; color: var(--text2); }
.em_layer ul { display: flex; flex-wrap: wrap; gap: 10px; }
.em_layer ul li { display: flex; align-items: center; justify-content: center; width: 16px; height: 16px; cursor: pointer; }

/* 특수문자 레이어 */
.sh_layer { width: 270px; left: 636px; color: var(--text2); }
.sh_layer ul { display: flex; flex-wrap: wrap; gap: 10px; }
.sh_layer ul li { display: flex; align-items: center; justify-content: center; width: 16px; height: 16px; cursor: pointer; }

/* 변수 레이어 */
.variable_layer { min-width: 310px; left: 595px; color: var(--text2); }
.variable_layer h1 { display: flex; align-items: center; gap: 5px; font-size: 15px; font-weight: 600; margin-bottom: 10px; }
.variable_layer h1 a { display: flex; }
.variable_layer ul { display: flex; gap: 5px; }
.variable_layer ul li { font-size: 13px; font-weight: 500; padding: 10px; border: 1px solid var(--border); border-radius: 5px; cursor: pointer; }
.variable_layer ul li:hover { background-color: var(--bg3); }
.variable_layer.variable_layer01 { left: 425px; }

/* 변수 등록 가이드 */
.VarGuide_layer { width: 570px; height: 510px; left: auto; right: 20px; top: 85px; transform: translate(0,0); background-color: #fff; color: #111; z-index: 9; }
.VarGuide_layer .VarGuide h1 { font-size: 16px; font-weight: 600; margin-bottom: 10px; }
.VarGuide_layer .VarGuide span { display: block; font-size: 15px; font-weight: 500; margin-bottom: 10px; }
.VarGuide_layer .VarGuide p { display: flex; align-items: center; justify-content: center; padding: 15px; font-weight: 500; background-color: #f3f3f3; }
.VarGuide_layer .VarGuide table { margin-bottom: 10px; }
.VarGuide_layer .VarGuide table th { background-color: #f3f3f3; border-color: #ddd; }
.VarGuide_layer .VarGuide table td { background-color: #f3f3f3; border-color: #ddd; }

/* 전송하기 레이어 */
.send_layer { width: 380px; height: 356px; }
.send_layer .send_layer_top { text-align: center; line-height: 22px; border-bottom: 1px dashed var(--border); padding-bottom: 10px; }
.send_layer .send_layer_top h1 { font-size: 17px; font-weight: 700; margin-top: 5px; }
.send_layer .send_layer_top h2 { font-size: 17px; font-weight: 700; color: var(--red); }
.send_layer .send_layer_top h3 { font-weight: 600; font-size: 14px; color: #888; letter-spacing: -0.4px; }
.send_layer .send_layer_top a { font-size: 14px; font-weight: 500; color: var(--blue); text-decoration: underline; margin-top: 4px; }
.send_layer .send_layer_con { padding-top: 10px; }
.send_layer .send_layer_con li { display: flex; align-items: center; gap: 10px; height: 30px; font-weight: 600; font-size: 15px; }
.send_layer .send_layer_con li h1 { width: 80px; }
@keyframes event { 0% { opacity: 0.2; } 100% { opacity: 1; } }

/* 문자 불러오기 레이어 */
.my_msg_layer { width: 820px; height: 850px; padding: 30px; padding-top: 20px; }
.my_msg_layer .message_wrap > h1 { text-align: right; font-size: 13px; margin-bottom: 20px; }
.my_msg_layer .message_wrap > h1 b { color: var(--red); font-weight: 500; }
.my_msg_layer .recent_table_top ul { display: flex; align-items: center; gap: 5px; }
.my_msg_layer .recent_table_top ul li select { height: 30px; }
.my_msg_layer .recent_table_top ul li input { height: 30px; background-color: var(--black); color: #fff; border: none; font-size: 13px; padding: 0 10px; }
.my_msg_layer .recent_table_top ul p { font-size: 13px; display: flex; flex: 100%; justify-content: flex-end; }
.my_msg_layer .recent_table_top ul p b { color: var(--red); font-weight: 500; }
.my_msg_layer .recent_table_top > p { margin-top: 10px; font-size: 14px; }
.my_msg_layer .recent_table_top > p span { color: var(--red); font-weight: 500; }
.my_msg_layer .manage_table { min-height: 341px; }
.my_msg_layer .manage_table table td { background-color: var(--bg2); }
.my_msg_layer .manage_table table td:nth-child(4) { cursor: pointer; }
.my_msg_layer .manage_table table td:nth-child(4):hover { text-decoration: underline; color: var(--btn2); }
.my_msg_layer#myMsg_rec { height: 620px; }
.my_msg_layer#myMsgMMS_rec { height: 632px; }

/* 이용약관 레이어 */
.terms_layer { width: 480px; height: 746px; padding: 20px; border-radius: 5px; }
.terms_layer .agree_cont_title { width: 100%; height: 55px; line-height: 55px; text-align: center; margin-bottom: 20px; background: #dfdfdf; }
.terms_layer .agree_cont { width: 100%; height: 560px; padding: 0 20px 20px 20px; border: 1px solid #ccc; overflow-y: auto; color: #333; }
.terms_layer .agree_cont h4 { font-size: 16px; line-height: 20px; font-weight: bold; margin: 20px 0 10px 0; }
.terms_layer .agree_cont h5 { font-size: 14px; line-height: 20px; font-weight: bold; color: var(--blue); margin: 20px 0 5px 0; }
.terms_layer .agree_cont p { font-size: 13px; line-height: 24px; padding-left: 10px; }
.terms_layer .agree_cont dt { font-size: 13px; line-height: 24px; padding-left: 10px; }
.terms_layer .agree_cont dd { font-size: 13px; line-height: 24px; padding-left: 10px; }
.terms_layer .agree_cont .privacy_box { padding: 10px;  margin-bottom: 20px; }
.terms_layer .agree_cont_btn { display: inline-block; width: 100%; text-align: center; margin-top: 25px; }
.terms_layer .agree_cont_btn a { display: inline-block; height: 45px; line-height: 45px; padding: 0 40px; font-size: 13px; background: var(--blue); color: #fff; border-radius: 5px; }

/* 그룹 등록 레이어 */
.Group_layer { height: 254px; }

/* 브랜드 연동 레이어 */
.brand_layer { width: 970px; height: 800px; }
.brand_layer .brand_box .brand_box_top { display: flex; flex-direction: column; gap: 10px; }
.brand_layer .brand_box .brand_box_top ul { width: 500px; margin-bottom: 10px; }
.brand_layer .brand_box .brand_box_top h1 { font-size: 15px; font-weight: 500; }
.brand_layer .brand_box .brand_box_top h2 { font-size: 14px; font-weight: 500; }
.brand_layer .brand_box .brand_box_top h2 b { color: var(--red); text-decoration: underline; }
.brand_layer .brand_box i { display: flex; justify-content: space-between; margin-top: 20px; border-top: 1px solid var(--border); padding-top: 20px; }
.brand_layer .brand_box i p { font-size: 16px; font-weight: 600; line-height: 1.2em; }
.brand_layer .brand_box i p b { display: inline-block; font-size: 14px; font-weight: 500; }

/* 알림 레이어 */
.report_layer { position: fixed; left: 260px; top: 80px; width: 990px; display: flex; flex-direction: column; align-items: center; gap: 10px; z-index: 9; display: none; }
.report_layer .report { display: flex; align-items: center; justify-content: space-between; width: 580px; background: linear-gradient(to bottom,#c82333,#b74b55); padding: 10px 15px; border-radius: 5px; box-shadow: 0px 1px 6px var(--gr); }
.report_layer .report i { display: flex; align-items: center; gap: 10px; }
.report_layer .report i svg { width: 22px; }
.report_layer .report i span { font-size: 14px; font-weight: 500; color: #fff; }
.report_layer .report i span a { display: inline-block; text-decoration: underline; }
.report_layer .report i span a:hover { color: #ffbc00; }
.report_layer .report:nth-child(2) .report_close::after { animation: rotate 20.5s infinite linear; }
.report_layer .report:nth-child(3) .report_close::after { animation: rotate 21s infinite linear; }
.report_layer .report_close { display: flex; align-items: center; justify-content: center; cursor: pointer; }
.report_layer .report_close svg { position: relative; z-index: 1; background: linear-gradient(to bottom,#c82333,#b74b55); border-radius: 100px; }
.report_layer .report_close::after { width: 30px; height: 30px; background-image: conic-gradient(#fff 20deg, transparent 360deg); border-radius: 100px; position: absolute; content: ''; animation: rotate 20s infinite linear; }
.report_layer.on { display: flex; }
@keyframes rotate { 100% { transform: rotate(-360deg); } }

/* 체험안내 레이어 */
.exinfo_layer { position: fixed; bottom: 20px; right: 20px; background: linear-gradient(to bottom,#2e67ba,#3465ad); padding: 15px; border-radius: 5px; box-shadow: 0px 1px 6px var(--gr); z-index: 9; }
.exinfo_layer i { display: flex; align-items: center; gap: 10px; }
.exinfo_layer i svg { width: 24px; }
.exinfo_layer i span { color: #fff; font-size: 13px; line-height: 1.4em; }
.exinfo_layer i a { font-size: 12px; padding: 7px 10px; color: #fff; border: 1px solid #fff; display: inline-block; border-radius: 3px; margin-left: 10px; }
.exinfo_layer i a:hover { background-color: #fff; color: #0039b9; font-weight: 500;}

/* 템플릿 등록레이어 */
.template_layer { width: 360px; padding: 30px; }
.template_layer i { display: flex; flex-direction: column; gap: 30px; align-items: center; }
.template_layer span { width: 100%; line-height: 1.6; text-align: center; font-weight: 500; }
.template_layer a { font-size: 15px; background-color: var(--btn2); color: var(--text); padding: 12px 30px; border-radius: 5px; }

/* 브랜드 이미지 레이어 */
.brand_bg_layer { padding: 10px 30px 20px 30px; height: 830px; }
.brand_bg_layer .layer_con .brand_items ul { display: flex; flex-wrap: wrap; gap: 20px; width: 500px; border-bottom: 1px solid var(--border2); padding-bottom: 20px; }
.brand_bg_layer .layer_con .brand_items ul li { display: flex; flex-direction: column; gap: 10px; flex: 1 1 20%; }
.brand_bg_layer .layer_con .brand_items ul li i { display: flex; align-items: center; gap: 5px; }
.brand_bg_layer .layer_con .brand_items ul li i input { width: 18px; height: 18px; }
.brand_bg_layer .layer_con .brand_items ul li i label { font-weight: 600; }
.brand_bg_layer .layer_con .brand_items ul li img { width: 110px; height: 110px; }
.brand_bg_layer .layer_con .brand_items .brand_items_bottom { display: flex; align-items: center; gap: 5px; margin-top: 10px; }
.brand_bg_layer .layer_con .brand_items .brand_items_bottom input { width: 18px; height: 18px; }
.brand_bg_layer .layer_con .brand_items .brand_items_bottom label { font-weight: 600; }

/* 프로필 이미지 레이어 */
.profile_layer { padding: 10px 30px 20px 30px; height: 782px; }
.profile_layer .layer_con .profile_items ul { display: flex; flex-wrap: wrap; gap: 20px; width: 500px; }
.profile_layer .layer_con .profile_items ul li { display: flex; flex-direction: column; gap: 10px; flex: 1 1 20%; }
.profile_layer .layer_con .profile_items ul li i { display: flex; align-items: center; gap: 5px; }
.profile_layer .layer_con .profile_items ul li i input { width: 18px; height: 18px; }
.profile_layer .layer_con .profile_items ul li i label { font-weight: 600; }
.profile_layer .layer_con .profile_items ul li img { width: 110px; height: 110px; }

/* 팝업 공통 */
.popup_wrap .popup_title { background-color: var(--lightblack); display: flex; align-items: center; height: 60px; border-bottom: 4px solid var(--border2); }
.popup_wrap .popup_title h1 { font-size: 22px; font-weight: 500; color: var(--text); padding: 0 20px; }
.popup_wrap .popup_title02 { background-color: var(--lightblack); display: flex; flex-direction: column; align-items: center; justify-content: center; height: 100px; border-bottom: 4px solid var(--border2); }
.popup_wrap .popup_title02 h1 { font-size: 24px; font-weight: 500; color: var(--text); border-bottom: 1px solid var(--bg2); padding: 0 5px; padding-bottom: 5px; }
.popup_wrap .popup_title02 span { color: var(--text); letter-spacing: -0.6px; margin-top: 15px; display: block; }
.popup_wrap .popup_title02 span b { color: #ffc800; }
.popup_wrap .popup_info { padding: 20px; padding-bottom: 0; }
.popup_wrap .popup_info ul { border-radius: 5px; border: 1px solid var(--border2); padding: 10px 20px; }
.popup_wrap .popup_info ul li { font-size: 14px; line-height: 24px; display: flex; align-items: center; gap: 5px; }
.popup_wrap .popup_info ul li::before { content: ''; width: 4px; height: 4px; background-color: var(--black); border-radius: 100%; display: block; margin-right: 5px; }
.popup_wrap .popup_info ul li b { color: var(--red); }
.popup_wrap .popup_content { padding: 20px; }
.pop_btn { display: flex; justify-content: center; gap: 5px; margin-top: 20px; }
.pop_btn a { height: 35px; line-height: 35px; padding: 0 20px; border: none; font-size: 14px; }
.pop_btn input { height: 35px; padding: 0 20px; border: none; font-size: 14px; }
.pop_btn input:first-child { background-color: var(--blue); color: #fff; }
.pop_btn input:last-child { background-color: var(--black3); color: #fff; }

/* 주소찾기 팝업 */
.popup_container .address_title { background: #58595a; }
.popup_container .address_search_box { padding: 0 20px; margin: 15px 0; font-family: "dotum",sans-serif; font-size: 12px; }
.popup_container .address_search_box .search_box .address_input { float: left; padding: 0 0 0 5px; height: 27px; line-height: 27px; margin-right: 5px; border-top: 1px solid #a0a0a0; border-left: 1px solid #a0a0a0; border-right: 1px solid #cdcdcd; border-bottom: 1px solid #cdcdcd; width: 332px; background-color: #ffffff; }
.popup_container .address_search_box .search_box .address_input_bg { background: url(../images/common/bg_input.gif) no-repeat; }
.popup_container .address_search_box .search_box { border: 1px solid #d6d6d6; background-color: #f4f5f6; height: 27px; padding: 10px; box-sizing: content-box; }
.popup_container .address_search_box .tip_content { margin-top: 5px; }
.popup_container .address_search_box .tip_content ul { margin-top: 18px; }
.popup_container .address_search_box .tip_content ul li { font-weight: 800; line-height: 18px; letter-spacing: -0.8px; }
.popup_container .address_search_box .tip_content span { color: #888; }
.popup_container .address_search_box .tip_content b { color: #0039b9; }
.popup_container .address_search_box .tip_content .tip_list { background: url(../images/common/icon_bullat.gif) no-repeat 0 8px; padding-left: 8px; }
.popup_container .address_search_result { border-top: 1px solid #d1d6e2; border-bottom: 1px solid #d1d6e2; background-color: #f7f8fa; height: 284px; overflow-y: scroll; font-size: 13px; padding: 20px; padding-top: 10px; font-family: "dotum",sans-serif; }
.popup_container .address_search_result .no_result { text-align: center; line-height: 16px; padding-top: 100px; }
.popup_container .address_search_result .no_result strong { font-weight: 700; }
.popup_container .address_search_result .no_result span { color: #888; line-height: 20px; }
.popup_container .address_search_result .search_result_list { font-size: 13px; border-top: 1px solid #dedede; background: #fff; padding: 15px; cursor: pointer; }
.popup_container .address_search_result .search_result_list .post_red { color: #f85c5c; font-weight: 800; margin-bottom: 5px; letter-spacing: -0.8px; }
.popup_container .address_search_result .search_result_list ul li img { float: left; padding-right: 6px; }
.popup_container .address_search_result .search_result_list ul li { padding-bottom: 5px; line-height: 15px; }
.popup_container .address_search_result .last_reuslt { border-bottom: 1px solid #dedede; }

/* 주소록 불러오기 팝업 */
.address_wrap.address_popup { padding: 0 20px 20px 20px; }
.address_wrap.address_popup .group_list .group_box ul { height: 430px; max-height: 430px; margin-top: 10px; gap: 10px; }
.address_wrap.address_popup .address_list_bottom { display: flex; justify-content: space-between; }
.address_wrap.address_popup .address_list_bottom i { display: flex; gap: 5px; justify-content: flex-start; }

/* 주소록 대량 입력 팝업 */
.popup_wrap .popup_content .popup_search_box { display: flex; align-items: center; gap: 5px; margin-bottom: 10px; }
.popup_wrap .popup_content .popup_search_box span { font-size: 14px; }
.popup_wrap .popup_content .popup_search_box select { width: 120px; height: 30px; }
.popup_wrap .popup_content .popup_address_register { border: 1px solid #aaa; }
.popup_wrap .popup_content .popup_address_register table { width: 100%; }
.popup_wrap .popup_content .popup_address_register table thead { font-size: 14px; }
.popup_wrap .popup_content .popup_address_register table thead th { height: 32px; border-left: 1px solid #ccc; background: var(--bg); }
.popup_wrap .popup_content .popup_address_register table thead th:first-child { border-left: none; }
.popup_wrap .popup_content .popup_address_register table tbody .manage_address_text { position: relative; padding: 0; }
.popup_wrap .popup_content .popup_address_register table tbody .manage_address_text textarea { width: 100%; height: 295px; background: url(../images/popup/address_bg.png) center top repeat-y; line-height: 20px; font-size: 12px; border: none; font-family: "dotum",sans-serif; padding: 0; position: relative; z-index: 1; }
.popup_wrap .popup_content .popup_address_register table tbody .manage_address_text span { position: absolute; height: 300px; border-left: 1px solid #ddd; content: ''; }
.popup_wrap .popup_content .popup_address_register table tbody .manage_address_text span:nth-child(1) { left: 128px; }
.popup_wrap .popup_content .popup_address_register table tbody .manage_address_text span:nth-child(2) { left: 228px; }
.popup_wrap .popup_content .popup_address_register table tbody .manage_address_text span:nth-child(3) { left: 348px; }
.popup_wrap .popup_content .popup_address_register table tbody .manage_address_text span:nth-child(4) { left: 468px; }
.popup_wrap .popup_content .popup_address_register table tbody .manage_address_text span:nth-child(5) { left: 588px; }
.popup_wrap .popup_content .popup_address_register table tbody .manage_address_bottom { background: #f5f5f5; padding: 10px 20px; border-bottom: none; font-family: "dotum",sans-serif; }
.popup_wrap .popup_content .popup_address_register table tbody .manage_address_bottom ul { display: flex; align-items: center; justify-content: space-between; }
.popup_wrap .popup_content .popup_address_register table tbody .manage_address_bottom ul li { display: flex; align-items: center; gap: 20px; }
.popup_wrap .popup_content .popup_address_register table tbody .manage_address_bottom ul li:first-child a { font-size: 13px; height: 25px; line-height: 25px; padding: 0 10px; border: 1px solid #aaa; border-radius: 4px; background-color: #fff; }
.popup_wrap .popup_content .popup_address_register table tbody .manage_address_bottom ul li span { font-size: 13px; font-weight: bold; letter-spacing: -2px; }
.popup_wrap .popup_content .popup_address_register table tbody .manage_address_bottom ul li:last-child a { width: 70px; height: 25px; line-height: 25px; text-align: center; background-color: var(--blue); color: #fff; font-size: 13px; font-weight: bold; border-radius: 4px; letter-spacing: -2px; }
.popup_wrap .popup_content .manage_address_notice { font-size: 12px; font-family: 'dotum'; color: #888; margin: 10px 0; line-height: 18px; border-bottom: 1px dashed #ccc; padding-bottom: 10px; }
.popup_wrap .popup_content .manage_address_notice span { color: #ff5753 }
.popup_wrap .popup_content .manage_address_notice span strong { font-weight: bold; }

/* 엑셀파일 불러오기 팝업 */
.excel_popup { display: flex; gap: 20px; padding: 20px; }
.excel_popup .excel_table { width: 580px; height: 417px; overflow-y: scroll; border-bottom: 1px solid var(--border2); }
.excel_popup .excel_table table { width: auto; table-layout: auto; }
.excel_popup .excel_table table th { height: 25px; background: var(--bg3) !important; border: 1px solid var(--border2); font-size: 14px; padding: 0; }
.excel_popup .excel_table table td { height: 25px; border: 1px solid var(--border2); border-bottom: none; cursor: cell; padding: 0 5px; font-size: 14px; box-sizing: border-box; }
.excel_popup .excel_table table td.cell_on { border: 2px solid var(--blue); background: var(--bg2); position: relative; }
.excel_popup .excel_table table td.cell_on::after { display: block; content: ''; clear: both; position: absolute; background: var(--blue); width: 9px; height: 9px; right: -4.5px; bottom: -4.5px; border: 2px solid #fff; box-sizing: border-box; cursor: crosshair; z-index: 99; }
.excel_popup .excel_table table td.fill { background: #e7e8ef; }
.excel_popup .excel_btn { width: 180px; }
.excel_popup .excel_btn input[type="button"] { width: 100%; height: 40px; line-height: 40px; background-color: var(--black4); color: var(--text); font-size: 17px; padding: 0; border: none; }
.excel_popup .excel_btn ul { padding: 10px; background-color: #f8f8f8; border: 1px solid var(--border2); margin: 10px 0; }
.excel_popup .excel_btn ul > li { font-size: 14px; border-bottom: 1px dashed var(--border2); padding-bottom: 10px; margin-bottom: 10px; }
.excel_popup .excel_btn ul > li > span { display: flex; align-items: center; font-weight: 700; margin-bottom: 10px; gap: 5px; }
.excel_popup .excel_btn ul > li > span img { width: 5px; }
.excel_popup .excel_btn ul > li > select { width: 100%; height: 26px; background-color: var(--text); padding: 0 5px !important; }
.excel_popup .excel_btn ul > li > .excel_del_box { display: flex; flex-direction: column; gap: 10px; }
.excel_popup .excel_btn ul > li > .excel_del_box > span { display: flex; align-items: center; gap: 5px; }
.excel_popup .excel_btn ul > li:last-child { margin:0; padding:0; border: none; }
.excel_popup .excel_btn a { width: 100%; height: 50px; line-height: 50px; text-align: center; background-color: var(--black3); color: var(--text); font-size: 17px; }

/* 수신거부 목록 추가 팝업 */
.refusal_popup textarea { width: 100%; height: 290px; padding: 0; border: 1px solid #ddd; box-sizing: border-box; font-family: "dotum",sans-serif; font-size: 13px; line-height: 18px; background: url(../images/address/refusal_list_text.png) no-repeat 50% 50%; }
.refusal_popup.on textarea {background: url(../images/address/refusal_list.png) repeat-y top left; }
.refusal_popup .refusal_popup_bottom { display: flex; align-items: center; justify-content: space-between; height: 35px; background: #f8f8f8; padding: 0 10px; border: 1px solid #ccc; border-top: none; margin-top: -2px; }
.refusal_popup .refusal_popup_bottom span { line-height: 35px; font-weight: bold; font-size: 13px; font-family: "dotum",sans-serif; letter-spacing: -2px; }
.refusal_popup .refusal_popup_bottom span b { color: var(--red); }
.refusal_popup .refusal_popup_bottom a { width: 70px; height: 25px; line-height: 25px; text-align: center; background-color: var(--blue); font-family: 'dotum',sans-serif; color: #fff; font-size: 13px; font-weight: bold; border-radius: 4px; letter-spacing: -2px; }

/* 수신거부 내역 관리 팝업 */
.refusal_list_con p { display: flex; justify-content: center; }
.refusal_list_con > table { width: 100%; margin: 20px 0; }
.refusal_list_con > table th { height: 40px; font-weight: bold; border-top: 1px solid var(--black3); border-bottom: 1px solid var(--border2); font-size: 14px; }
.refusal_list_con > table td { padding: 0; }
.refusal_list_con > table td.none_content { height: 149px; text-align: center; font-size: 14px; border-bottom: 1px solid var(--border); }
.refusal_list_con .refusal_list { height: 149px; overflow-y: auto; }
.refusal_list_con .refusal_list table { width: 100%; }
.refusal_list_con .refusal_list td { text-align: center; height: 30px; border-bottom: 1px solid var(--border); vertical-align: middle; font-size: 13px; }
.refusal_list_con .refusal_list td a { display: inline-block; width: 75px; height: 20px; vertical-align: bottom; }

/* 엑셀자료 일괄 입력 팝업 */
.excel_popup.manage_excel { display: block; }
.excel_popup.manage_excel .excel_table { width: 100%; }
.excel_popup.manage_excel .excel_btn { width: 100%; display: flex; gap: 10px; }
.excel_popup.manage_excel .excel_btn ul { display: flex; flex-wrap: wrap; gap: 10px; width: 720px; }
.excel_popup.manage_excel .excel_btn ul li { width: 116px; border:none; padding: 0; display: flex; flex-direction: column; height: 50px; justify-content: center; }
.excel_popup.manage_excel .excel_btn i { width: 130px; display: flex; margin-top: 10px; flex-direction: column; gap: 10px; }
.excel_popup.manage_excel .excel_btn i input { height: 71px; font-size: 16px; }
.excel_popup.manage_excel .excel_btn i a { display: flex; align-items: center; justify-content: center; height: 71px; font-size: 16px; line-height: 20px; }

/* 신규 메시지 등록 팝업 */
.msg_wrap .msg_write .msg_wbox .img_box { display: flex; margin-top: 10px; gap:5px; }
.msg_wrap .msg_write .msg_wbox .img_box ul { width: 100%; display: flex; justify-content: space-between; }
.msg_wrap .msg_write .msg_wbox .img_box ul li { width: 125px; height: 110px; background: url(../images/msg/img_add_icon.png) no-repeat 50% 50%; background-color: var(--bg1); border: 1px solid var(--border); border-radius: 5px; overflow: hidden; cursor: pointer; }
.msg_wrap .msg_write .msg_wbox .img_box ul li:hover { background: url(../images/msg/img_add_icon_hover.png) no-repeat 50% 50%; background-color: var(--bg1); border: 1px solid var(--black); }
.msg_wrap .msg_write .msg_wbox .img_box ul li img { width: 80px; height: 110px; }

/* 발신번호 등록 안내 팝업 */
.cb_content { padding: 20px; }
.cb_content .cb_tab { display: flex; align-items: center; justify-content: space-between; }
.cb_content .cb_tab span { width: 274px; height: 55px; display: flex; align-items: center; padding-left: 65px; box-sizing: border-box; cursor: pointer; }
.cb_content .cb_tab span input[type=radio] { margin-bottom: 10px; }
.cb_content .cb_tab span:nth-child(1) { background: url(../images/popup/pop_callback_tab01.png) no-repeat 50% 50%; }
.cb_content .cb_tab span:nth-child(1).on { background: url(../images/popup/pop_callback_tab01_on.png) no-repeat 50% 50%; }
.cb_content .cb_tab span:nth-child(2) { background: url(../images/popup/pop_callback_tab02.png) no-repeat 50% 50%; }
.cb_content .cb_tab span:nth-child(2).on { background: url(../images/popup/pop_callback_tab02_on.png) no-repeat 50% 50%; }
.cb_content .cb_box { background: var(--bg2); border: 1px solid #333; border-radius: 5px; padding: 20px; margin-top: 10px; }
.cb_content .cb_box > p { margin-top: 15px; padding-top: 15px; border-top: 1px dotted var(--border2); }
.cb_content .cb_con { display: flex; align-items: center; justify-content: center; flex-direction: column; background: var(--bg1); border: 1px solid var(--border); border-radius: 5px; margin-top: 10px; padding: 10px; }
.cb_content .cb_con .cb_input_box { width: 425px; display: flex; align-items: center; justify-content: space-between; }
.cb_content .cb_con .cb_input_box input[type="text"] { width: 100%; height: 30px; border: 1px solid var(--border2); outline: none; box-sizing: border-box; text-align: center; margin: 0 5px; }
.cb_content .cb_con .cb_input_box input[type="text"]:first-child { margin-left: 0; }
.cb_content .cb_con .cb_input_box input[type="button"] { min-width: 100px; background: #3566a6; font-family: "dotum",sans-serif; font-size: 12px; color: var(--text); height: 30px; border: none; cursor: pointer; padding: 0 10px; }
.cb_content .cb_con > p { display: inline-block; width: 425px; font-family: "dotum",sans-serif; font-size: 12px; margin-top: 10px; color: #888; letter-spacing: -0.4px; }
.cb_content .cb_con > p > b { color: #3566a6; font-weight: bold; }

/* 전송내역 상세보기 팝업 */
.popup_content .detail_top { font-family: 'dotum',sans-serif; width: 620px; display: flex; justify-content: space-between; }
.popup_content .detail_top .detail_con { display: flex; flex-direction: column; }
.popup_content .detail_top .detail_list { width: 440px; margin-bottom: 10px; padding-bottom: 10px; border-bottom : 1px dotted #ccc; }
.popup_content .detail_top .detail_list > ul { display: flex; flex-direction: column; gap: 5px; }
.popup_content .detail_top .detail_list > ul > li { font-size: 13px; line-height: 20px; display: flex; align-items: center; gap: 5px; }
.popup_content .detail_top .detail_list > ul > li input[type="text"] { height: 25px; font-family: "dotum",sans-serif; width: 120px; }
.popup_content .detail_top .detail_list > ul > li select { height: 25px; border: 1px solid #ccc; font-family: 'dotum',sans-serif; }
.popup_content .detail_top .detail_list > ul > li a { display: flex; }
.popup_content .detail_top .detail_notice { font-size: 11px; color: #888; border-bottom: 1px dotted #ccc; padding-bottom: 10px; }
.popup_content .detail_top .detail_notice ul { display: flex; flex-direction: column; gap: 5px; }
.popup_content .detail_top .detail_notice ul > li { display: flex; align-items: center; letter-spacing: -0.8px; gap: 5px; }
.popup_content .detail_top .detail_phone { width: 160px; height: 188px; background-color: #fafafa; border: 1px solid #ccc; border-radius: 15px; padding: 10px; }
.popup_content .detail_top .detail_phone .d_byte { font-size: 12px; font-family: 'Pretendard Variable', sans-serif; text-align: center; margin-bottom: 5px; font-weight: 500; }
.popup_content .detail_top .detail_phone .d_byte b { color: var(--red); }
.popup_content .detail_top .detail_phone .detail_text { width: 100%; height: 150px; overflow-y: auto; }
.popup_content .detail_top .detail_phone .detail_text textarea { width: 100%; height: calc(100% - 5px); background: none; line-height: 18px; color: #666; font-size: 13px; border: none; font-weight: 500; padding: 0; }
.popup_content .detail_top .detail_phone .btn_list { display: flex; flex-direction: column; gap: 5px; }
.popup_content .detail_top .detail_phone .btn_list button { width: 100%; height: 30px; box-sizing: border-box; border-radius: 5px; border: none; background-color: var(--gr); font-family: 'Pretendard Variable',sans-serif; font-size: 12px; color: var(--blue); font-weight: 600; }
.popup_content .detail_top .detail_phone.detail_mms { height: 245px; }
.popup_content .detail_top .detail_phone.detail_mms .img_load { width: 138px; height: 115px; overflow-x: hidden; overflow-y: auto; display: flex; flex-direction: column; gap: 5px; margin-bottom: 10px; }
.popup_content .detail_top .detail_phone.detail_mms .img_load img { width: 138px; }
.popup_content .detail_top .detail_phone.detail_mms textarea { height: 80px; }
.popup_content .detail_top .detail_phone.detail_rcs textarea { height: 115px; }
.popup_content .detail_top .detail_phone.detail_rcs.detail_mms .img_load { height: 85px; }
.popup_content .detail_top .detail_phone.detail_rcs.detail_mms .detail_text { height: 110px; }
.popup_content .detail_top .detail_phone.detail_rcs.detail_mms textarea { height: 78px; }
.popup_content .state { font-family: 'dotum',sans-serif; font-size: 11px; padding: 3px 8px; color: #fff; }
.popup_content .state#state_01 { background-color: #6b9300; }
.popup_content .state#state_02 { background-color: #c54500; }
.popup_content .state#state_03 { background-color: var(--lightblack); }
.popup_content .detail_search { display: flex; align-items: center; justify-content: space-between; padding: 10px; background-color: #fafafa; border: 1px solid #aaa; }
.popup_content .detail_search select { height: 25px; background-color: #fff; border: 1px solid #ccc; }
.popup_content .detail_search input[type="text"] { width: 160px; height: 25px; }
.popup_content .detail_search input[type="button"] { height: 25px; padding: 0 10px; font-size: 13px; background-color: var(--black); color: #fff; border: none; }
.popup_content .detail_search span { font-size: 13px; font-weight: 500; }
.popup_content .detail_table_top { display: flex; align-items: flex-end; justify-content: space-between; margin-top: 10px; }
.popup_content .detail_table_top span { font-size: 12px; font-family: 'dotum',sans-serif; margin-bottom: 5px; }
.popup_content .detail_table_top p { display: flex; align-items: center; gap: 5px; }
.popup_content .detail_table_top p a { display: flex; }
.popup_content .detail_table { margin-top: 10px; }
.popup_content .detail_table table { width: 100%; }
.popup_content .detail_table table th { height: 35px; font-size: 14px; font-weight: 600; border-top: 2px solid #111; border-bottom: 1px solid #111; }
.popup_content .detail_table table td { height: 30px; font-size: 12px; border-bottom: 1px solid #ddd; text-align: center; font-family: 'dotum',sans-serif; }

/* 예약내역 상세보기 팝업 */
.popup_content .detail_top .reserve_notice { display: flex; flex-direction: column; height: 70px; font-size: 12px; letter-spacing: -0.4px; color: #888; line-height: 20px; background: #f1f6f7; border: 1px solid #bfcace; padding: 12px; box-sizing: border-box; }
.popup_content .detail_top .reserve_notice > ul > li > strong { font-weight: bold; }

/* 공용 080 서비스 신청 팝업 */
.popup_content .pb080_wrap { display: flex; flex-direction: column; gap: 15px; }
.popup_content .pb080_wrap i span { display: block; padding-bottom: 10px; color: var(--black3); font-weight: 500; font-size: 15px; }
.popup_content .pb080_wrap i input { width: 100%; padding: 0 10px; height: 48px; border: 1px solid var(--border); border-radius: 4px; box-sizing: border-box; }
.popup_content .pb080_wrap i b { display: block; font-size: 14px; color: var(--red); font-weight: 500; border-bottom: 1px dashed var(--border); padding-bottom: 10px; }
.popup_content .pb080_wrap i strong { display: block; font-size: 13px; }
.popup_content .pb080_wrap i ul { margin-top: 10px; }
.popup_content .pb080_wrap i ul li { font-size: 13px; color: #888; line-height: 20px; }

/* 전용 080 서비스 신청 팝업 */
.popup_content .ex080_wrap h1 { display: flex; align-items: center; gap: 5px; font-weight: 600; margin-bottom: 10px; }
.popup_content .ex080_wrap h1 p { font-size: 13px; color: #888; }
.popup_content .ex080_wrap h1 b { color: var(--blue); }
.popup_content .ex080_wrap i { display: flex; align-items: center; gap: 5px; margin-bottom: 20px; }
.popup_content .ex080_wrap i a { display: flex; align-items: center; gap: 5px; font-size: 14px; height: 30px; padding: 0 15px 0 20px; color: var(--text); background-color: var(--lightblack); }
.popup_content .ex080_wrap p { font-size: 13px; color: #888; }
.popup_content .ex080_wrap .ex080_tab { margin-top: 10px; margin-bottom: 20px; }
.popup_content .ex080_wrap .ex080_tab > ul { display: flex; }
.popup_content .ex080_wrap .ex080_tab > ul li { width: 100%; text-align: center; font-size: 14px; line-height: 35px; border: 1px solid var(--border2); cursor: pointer; }
.popup_content .ex080_wrap .ex080_tab > ul li:nth-child(2) { border-left: none; }
.popup_content .ex080_wrap .ex080_tab > ul li:last-child { border-left: none; }
.popup_content .ex080_wrap .ex080_tab > ul li.this { font-weight: bold; background: #f8f8f8; border-bottom: none; height: 36px; }
.popup_content .ex080_wrap .ex080_con { display: inline-block; width: 100%; height: 121px; background: #f8f8f8; color: #888; padding: 20px; border: 1px solid #ccc; border-top: none; }
.popup_content .ex080_wrap .ex080_con ul li { line-height: 20px; font-weight: 600; font-size: 13px; }

/* 비밀번호 변경 팝업 */
.popup_content .pw_change_wrap { display: flex; flex-direction: column; gap: 15px; }
.popup_content .pw_change_wrap i { display: flex; flex-direction: column; gap: 10px; }
.popup_content .pw_change_wrap i span { font-weight: 500; font-size: 15px; }
.popup_content .pw_change_wrap i input { width: 100%; padding: 0 10px; height: 48px; border: 1px solid var(--border); border-radius: 4px; box-sizing: border-box; }

/* 비밀번호 확인 팝업 */
.popup_content .check_del_wrap { display: flex; flex-direction: column; gap: 15px; }
.popup_content .check_del_wrap i { display: flex; flex-direction: column; gap: 10px; }
.popup_content .check_del_wrap i input { width: 100%; padding: 0 10px; height: 48px; border: 1px solid var(--border); border-radius: 4px; box-sizing: border-box; }

/* 충전하기 팝업 */
.popup_content .payment_popup ul { padding: 10px 15px; background-color: #f1f3f7; border: 1px solid var(--border); }
.popup_content .payment_popup ul li { line-height: 24px; font-size: 14px; font-weight: 500; }
.popup_content .payment_popup ul li h1 { width: 100px; font-weight: 600; display: inline-block; }
.popup_content .payment_popup table { border-top: 1px solid var(--bg4); margin-top: 20px; }
.popup_content .payment_popup p { font-size: 13px; color: #888; line-height: 1.3em; margin-top: 10px; }
.popup_content .payment_popup .bank_box { margin-top: 20px; }
.popup_content .payment_popup .bank_box > span { display: block; font-size: 15px; font-weight: 600; margin-bottom: 10px; }
.popup_content .payment_popup .bank_box > h2 { font-size: 14px; font-weight: 500; margin-top: 10px; padding-bottom: 10px; border-bottom: 1px dashed var(--border); }
.popup_content .payment_popup .bank_box > h2 b { color: var(--red); font-weight: 600; }
.popup_content .payment_popup .bank_box > h2 input { width: 100px; height: 26px; text-align: center; font-weight: 600; }
.popup_content .payment_popup .bank_box i { width: 100%; height: 60px; display: flex; align-items: center; justify-content: center; gap: 10px; border: 3px solid var(--border); box-sizing: border-box; }
.popup_content .payment_popup .bank_box i h1 { font-size: 18px; font-weight: 800; }
.popup_content .payment_popup .bank_box i span { font-size: 14px; color: #888; font-weight: 500; }
.popup_content .payment_popup .pay_info_box { padding: 15px; border: 1px solid var(--border); font-size: 14px; margin-top: 20px; }
.popup_content .payment_popup .pay_info_box strong { display: block; margin-bottom: 10px; }
.popup_content .payment_popup .pay_info_box span { display: block; line-height: 1.3em; font-size: 13px; color: #888; }
.popup_content .payment_popup .pay_info_box b { font-weight: 500; }

/* 레이어 팝업 공통 */
.layer_popup { position: absolute; z-index: 99; right: 260px; top: 90px; }
.layer_popup a { position: relative; }
.layer_popup .layer_popup_close { position: absolute; right: 10px; top: 10px; z-index: 100; cursor: pointer; }

/* 이용약관 공통 */
.terms_wrap .terms_nav { width: 1120px; height: 50px; align-items: center; gap: 5px; margin: 0 auto; display: flex; color: #888; font-size: 14px; }
.terms_wrap .terms_nav a:hover { color: #1a7aff; }
.terms_wrap > .wrap { padding: 80px 0; }
.terms_wrap .logo { display: inline-block; width: 100%; margin-bottom: 30px; }
.terms_wrap .logo a { display: inline-block; }
.terms_wrap .terms_title { margin-bottom: 60px; }
.terms_wrap .terms_title h1 { font-size: 36px; font-weight: 700; color: #333; }
.terms_wrap .terms_title strong { font-size: 17px; line-height: 2em; }
.terms_wrap .terms_title span { display: block; line-height: 1.4em; margin-top: 20px; }
.terms_wrap .terms_title span img { position: relative; top: 2px; }
.terms_wrap .terms_title span b { color: #eb2732; }
.terms_wrap .terms_title p { padding: 20px; background-color: #f3f3f3; border-radius: 5px; margin-top: 20px; }
.terms_wrap .terms_title p b { color: #1a7aff; margin-left: 5px; }
.terms_wrap .terms_con h4 { font-size: 17px; color: #1a7aff; font-weight: 600; margin-bottom: 20px; }
.terms_wrap .terms_con h5 { font-size: 17px; color: #333; font-weight: 600; margin-bottom: 10px; }
.terms_wrap .terms_con p { font-size: 14px; line-height: 1.6em; }
.terms_wrap .terms_con dt { font-size: 14px; line-height: 1.6em; }
.terms_wrap .terms_con dl { font-size: 14px; line-height: 1.6em; color: #888; margin-left: 15px; }
.terms_wrap .terms_con table { margin: 20px auto; }
.terms_wrap .terms_con table th { background-color: #f3f3f3; }
.terms_wrap .terms_con a { font-size: 14px; color: blue; }
.terms_wrap .admin_footer .wrap { width: 1120px; left: auto; margin: 0 auto; padding: 30px 0; }
.terms_wrap .terms_table th { padding: 10px; line-height: 1.4; }
.terms_wrap .terms_table td { padding: 10px; line-height: 1.4; border-left: 1px solid #ddd; }
.terms_wrap .terms_table td:first-child { border-left: none; }
.terms_wrap .terms_table.t_left th { border-top: 1px solid #ddd; }
.terms_wrap .terms_table.t_left td { text-align: left; border-top: 1px solid #ddd; }

/* 이용가이드 */
.terms_wrap .guide_wrap { display: flex; flex-direction: column; gap: 60px; }
.terms_wrap .guide_wrap h2 { font-size: 28px; font-weight: 700; color: #333; margin-bottom: 20px; }
.terms_wrap .guide_wrap i > ul { display: flex; flex-direction: column; gap: 10px; }
.terms_wrap .guide_wrap i > ul li a { display: inline-flex; align-items: center; gap: 5px; font-size: 17px; color: #777; font-weight: 500; border-radius: 5px; padding: 5px 10px; }
.terms_wrap .guide_wrap i > ul li a:hover { background-color: #f3f3f3; color: #333; }
.terms_wrap .guide_wrap i > ul li a span { border-bottom: 1px solid #ddd; padding-bottom: 5px; }
.terms_wrap .guide_wrap i > strong { display: block; font-size: 20px; color: #333; margin-bottom: 10px; }
.terms_wrap .guide_wrap i > p { line-height: 1.4; }
.terms_wrap .guide_wrap i > p > a { display: inline-block; color: blue; text-decoration: underline; }
.terms_wrap .guide_wrap i > table th { padding: 10px; line-height: 1.4em; }
.terms_wrap .guide_wrap i > table td { padding: 10px; line-height: 1.4em; border-left: 1px solid #ddd; }
.terms_wrap .guide_wrap i > table td:first-child { border-left: none; }
.terms_wrap .guide_wrap i > table th { background-color: #f7f7f7; }
.terms_wrap .guide_wrap i > table tr:nth-child(5) { border-top: 5px solid var(--g4); }
.terms_wrap .guide_wrap i > table tbody th { border-right: 1px solid #ddd; }
.terms_wrap .guide_wrap i > table thead th { padding: 15px 10px; font-size: 15px; }
.terms_wrap .guide_wrap i .rcs_info thead th:first-child { border-left: none; }
.terms_wrap .guide_wrap i .rcs_info th { font-size: 15px; }
.terms_wrap .guide_wrap i .rcs_info td { font-size: 15px; text-align: left; padding: 20px; }

.terms_wrap .guide_wrap .faq_tab ul { display: flex; gap: 10px; margin: 25px 0 10px 0; }
.terms_wrap .guide_wrap .faq_tab ul li a { padding: 10px 15px; border-radius: 50px; border: 1px solid #ccc; font-size: 14px; }
.terms_wrap .guide_wrap .faq_tab ul li.this a { background-color: #1a7aff; border-color: #1a7aff; color: #fff; }

.terms_wrap .guide_wrap .faq_box { display: inline-block; width: 100%; }
.terms_wrap .guide_wrap .faq_box dt { width: 100%; border-bottom: 1px solid #ddd; height: 50px; line-height: 50px; box-sizing: border-box; cursor: pointer; position: relative; }
.terms_wrap .guide_wrap .faq_box dt::before { content: ''; clear: both; display: block; width: 20px; height: 20px; position: absolute; top: 50%; right: 20px; transform: translate(0,-50%); background: url(../images/common/down_arrow.png) no-repeat 50% 50%; transition: 0.3s; }
.terms_wrap .guide_wrap .faq_box dt.on li:nth-child(2){ font-weight: bold; }
.terms_wrap .guide_wrap .faq_box dt.on::before { transform: rotate(180deg); top: 25%; }
.terms_wrap .guide_wrap .faq_box dt ul li { float: left; }
.terms_wrap .guide_wrap .faq_box dt ul li:first-child { width: 150px; text-align: center; margin-right: 20px; }
.terms_wrap .guide_wrap .faq_box dd { width: 100%; border-bottom: 1px solid #ddd; padding: 20px; padding-left: 170px; background: #f8fafc; box-sizing: border-box; display: none; }
.terms_wrap .guide_wrap .faq_box dd .answer_con { line-height: 1.4em; }

.terms_wrap .guide_wrap .guide_tabs ul { display: flex; gap: 10px; }
.terms_wrap .guide_wrap .guide_tabs ul li { width: 100%; }
.terms_wrap .guide_wrap .guide_tabs ul li img { width: 555px; }
.terms_wrap .guide_wrap .guide_tabs ul li span { display: block; width: 100%; line-height: 50px; text-align: center; border-radius: 5px; background-color: #f1f1f1; }

.terms_wrap .guide_wrap .text_box { padding: 20px; border: 1px solid #ddd; }
.terms_wrap .guide_wrap .text_box strong { display: block; margin-bottom: 10px; }
.terms_wrap .guide_wrap .text_box span { font-size: 14px; line-height: 1.4em; }
.terms_wrap .guide_wrap .text_box span b { color: #eb2732; font-weight: 500; }

/* 모달 팝업 */
.modal_wrap { width: 100%; height: 100%; position: fixed; top: 0; left: 0; background-color: rgba(0,0,0,0.3); content: ''; z-index: 1000; }
.modal_wrap .modal { width: 350px; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); }
.modal_wrap .modal .modal_img { width: 350px; height: 470px; border-top-left-radius: 20px; border-top-right-radius: 20px; overflow: hidden; }
.modal_wrap .modal .modal_bottom { display: flex; height: 50px; position: relative; }
.modal_wrap .modal .modal_bottom a { width: 100%; text-align: center; line-height: 50px; border-left: 1px solid #ddd; background-color: #fff; color: #333; font-weight: 500; }
.modal_wrap .modal .modal_bottom a:nth-child(1) { border-left: none; border-bottom-left-radius: 20px; }
.modal_wrap .modal .modal_bottom a:nth-child(2) { border-bottom-right-radius: 20px; }
.modal_wrap .modal .date_close { display: flex; align-items: center; justify-content: center; gap: 5px; width: 100%; position: absolute; top: 60px; color: #fff; cursor: pointer; }
.modal_wrap .modal.pull { border-radius: 20px; overflow: hidden; }

/* RCS 서비스 제안서 요청 팝업 */
.rcs_cs_popup .popup_title { background-color: #1f2b48; height: 45px; }
.rcs_cs_popup .popup_title h1 { font-size: 17px; }
.rcs_cs_popup .popup_content table { border-top: 1px solid #ddd; }
.rcs_cs_popup .popup_content table th { background-color: #f2f2f2; }
.rcs_cs_popup .popup_content table td { padding: 5px 8px; height: 45px; }
.rcs_cs_popup .popup_content table td input { width: 100%; height: 100%; }
.rcs_cs_popup .popup_content table td textarea { width: 100%; min-height: 200px; border: 1px solid #ccc; }
.rcs_cs_popup .popup_content .terms_box { background-color: #f5f5f5; padding: 10px; height: 150px; border: 1px solid #ccc; margin-top: 20px; overflow-y: scroll; box-sizing: border-box; }
.rcs_cs_popup .popup_content .terms_box h4 { font-size: 15px; font-weight: 600; line-height: 1.6; color: #333; }
.rcs_cs_popup .popup_content .terms_box p { font-size: 13px; color: #777; line-height: 1.6; font-weight: 500; }
.rcs_cs_popup .popup_content .terms_box ul { margin: 10px 0; }
.rcs_cs_popup .popup_content .terms_box ul li { font-size: 13px; line-height: 1.4; list-style: inside; color: #555; }
.rcs_cs_popup .popup_content .agree_check { display: flex; align-items: center; justify-content: end; margin-top: 10px; font-size: 13px; gap: 5px; }