@charset "euc-kr";
html,body { font-family: 'Pretendard Variable', sans-serif; height: 100%; position: relative; color: var(--text); }
body { min-width: 1360px; }
ul { margin: 0; padding: 0; }
li { list-style: none; }
a { text-decoration: none; color: inherit; display: block; box-sizing: border-box; }
strong { font-weight: 600 !important; }
label { cursor: pointer; }
select { -webkit-appearance: none; cursor: pointer; -moz-appearance: none; appearance: none; filter: alpha(opacity=0); outline: none; font-family: 'Pretendard Variable', sans-serif; }
select::-ms-expand { display:none; }
select { height: 35px; border-radius: 5px; border: 1px solid var(--border); background: url(../images/icons/down-icon.png) no-repeat 95% 50%; padding: 0 25px 0 10px; background-color: var(--w); color: var(--gray); font-size: 13px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
select.focus { border: 1px solid var(--blue) !important; box-shadow: 0 0 4px rgba(63,128,234,.7); background-color: transparent; }
select[disabled] { background-color: var(--w4); }

input { font-family: "Pretendard Variable",sans-serif; color: var(--text); background-color: var(--w); outline: none; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; box-sizing: border-box; }
input::placeholder { color: var(--gray); }
input[type=checkbox] { cursor: pointer; margin:0; }
input[type="text"] { height: 35px; border-radius: 5px; border: 1px solid var(--border); padding: 0 10px; font-size: 13px; }
input[type="text"].focus { border: 1px solid var(--blue) !important; box-shadow: 0 0 4px rgba(63,128,234,.7); background-color: transparent; }
input[type="text"].active { border: 1px solid var(--blue) !important; box-shadow: 0 0 4px rgba(63,128,234,.7); background-color: transparent; }
input[type="number"] { width: 100px; height: 35px; border-radius: 5px; border: 1px solid var(--border); padding: 0 10px; font-size: 13.5px; position: relative; }
input[type="number"].focus { border: 1px solid var(--blue) !important; box-shadow: 0 0 4px rgba(63,128,234,.7); }
input[type="id"].focus { border: 1px solid var(--blue) !important; box-shadow: 0 0 4px rgba(63,128,234,.7); }
input[type="password"] { height: 35px; border-radius: 5px; border: 1px solid var(--border); padding: 0 10px; font-size: 13px; }
input[type="password"].focus { border: 1px solid var(--blue) !important; box-shadow: 0 0 4px rgba(63,128,234,.7); }
input[type="checkbox"].focus { border: 1px solid var(--blue) !important; box-shadow: 0 0 4px rgba(63,128,234,.7); }
input[type="radio"].focus { border: 1px solid var(--blue) !important; box-shadow: 0 0 4px rgba(63,128,234,.7); }
input[type="button"] { border: none; outline: none; cursor: pointer; }
input[disabled] { background-color: var(--w4); }
input:-webkit-autofill,input:-webkit-autofill:focus { -webkit-text-fill-color: var(--text) !important; -webkit-box-shadow: 0 0 0px 1000px var(--blue01) inset !important; transition: background-color 5000s ease-in-out 0s !important; border-color: var(--blue3) !important; }

textarea { font-family: "Pretendard Variable",sans-serif; color: var(--text); background-color: var(--w); outline: none; box-sizing: border-box; border-radius: 5px; border: 1px solid var(--border); line-height: 1.4; padding: 10px; font-size: 13px; resize: none; }
textarea.focus { border: 1px solid var(--blue) !important; box-shadow: 0 0 4px rgba(63,128,234,.7); background-color: transparent; }
textarea::placeholder { color: var(--gray); }
button { font-family: 'Pretendard Variable', sans-serif; border: none; box-sizing: border-box; cursor: pointer; background: none; outline: none; }

/* 스크롤 숨기기 */
::-webkit-scrollbar { width: 5px; height: 6px; }
::-webkit-scrollbar-track { background-color: rgba(0,0,0,0.1); }
::-webkit-scrollbar-thumb { background-color: #b5b8b9; border-radius: 5px; }

.check-box { height: 20px; display: flex; align-items: center; justify-content: center; gap: 5px; font-size: 13px; font-weight: 500; position: relative; }
.check-box label { color: var(--gray); position: relative; line-height: 20px; left: -25px; padding-left: 24px; margin-right: -25px; }
.check-box input { min-width: 18px !important; width: 18px !important; min-height: 18px !important; height: 18px !important; opacity: 0; margin: 0 !important; position: relative; z-index: 1; cursor: pointer; }
.check-box::after { position: absolute; left: 0; top: 0; width: 18px; height: 18px; border: 1px solid var(--black02); border-radius: 4px; background: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" height="20" width="20" fill="%23fff0"><path d="m8.333 11.604 5.084-5.083q.229-.229.531-.229.302 0 .531.229.229.229.229.531 0 .302-.229.531l-5.625 5.625q-.229.23-.531.23-.302 0-.531-.23l-2.271-2.27q-.229-.23-.229-.532 0-.302.229-.531.229-.229.531-.229.302 0 .531.229Z"></path></svg>') no-repeat 50% 50%; background-color: var(--w03); content: ''; box-sizing: border-box; }
.check-box:hover::after { background-color: var(--black01); transition: 0.2s; }
.check-box.on::after { border: 1px solid transparent; background: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" height="20" width="20" fill="%23fff"><path d="m8.333 11.604 5.084-5.083q.229-.229.531-.229.302 0 .531.229.229.229.229.531 0 .302-.229.531l-5.625 5.625q-.229.23-.531.23-.302 0-.531-.23l-2.271-2.27q-.229-.23-.229-.532 0-.302.229-.531.229-.229.531-.229.302 0 .531.229Z"></path></svg>') no-repeat 50% 50%; background-color: var(--blue) !important; }
.check-box.radio::after { border-radius: 100%; }

.change-mode { border-radius: 100px; background: var(--gray); width: 48px; height: 22px; display: block; margin-left: 5px; margin-top: -4px; position: relative; cursor: pointer; margin: 0 auto; overflow: hidden; line-height: 13px; }
.change-mode a { width: 14px; height: 14px; border-radius: 100%; background: var(--w); display: block; position: absolute; top: 50%; left: 4px; transform: translate(0,-50%); transition: 0.2s; }
.change-mode a > span { position: absolute; top: 1px; font-size: 11px; color: var(--text2); font-weight: 300;}
.change-mode.on { background: var(--g); }
.change-mode.on a { left: 30px; }
.change-mode .change-on { left: -20px; }
.change-mode .change-off { right: -24px; }

.bookmark { cursor: pointer; background: url(../images/icons/bookmark.png) no-repeat 50% 50%; content: ''; width: 24px; height: 24px; display: block; border-radius: 5px; margin: 0 auto; transition: 0.2s; }
.bookmark:hover { background-color: var(--black01); }
.bookmark.on { background: url(../images/icons/bookmark_on.png) no-repeat 50% 50%; }

.filter { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2px; }
.filter::before { display: block; border: 4.5px solid transparent; border-bottom: 4.5px solid var(--text2); content: ''; }
.filter::after { display: block; border: 4.5px solid transparent; border-top: 4.5px solid var(--text2); content: ''; }
.filter-tab.active { background-color: var(--black01); }
.filter-tab .filter.down::before { display: none; }
.filter-tab .filter.down::after { display: block; margin-top: 4.5px; }
.filter-tab .filter.up::before { display: block; margin-bottom: 4.5px; }
.filter-tab .filter.up::after { display: none; }

.background-loader { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 20px; background-color: var(--w05); position: fixed; width: 100%; height: 100%; z-index: 98; }
.background-loader.on { display: flex; }
.background-loader h1 { font-size: 15px; color: var(--gray); }
.background-loader i { font-size: 16px; margin-top: -10px; }
.data-loader { position: absolute; width: 100%; height: 100%; top: 0; left: 0; background-color: var(--w4); transform-origin: top left; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 20px; z-index: 999; }
.data-loader h1 { font-size: 13px; color: var(--gray); }
.data-loader i { font-size: 16px; margin-top: -10px; }
.dots { display: flex; width: 30px; height: 30px; }
.dots span { width: 10px; height: 10px; position: absolute; border-radius: 50%; animation: spin 2s ease infinite; background-color: var(--red2); }
.dots span:first-child { background-color: var(--blue); animation-delay:-1.5s; }
.dots span:nth-child(2) { background-color: var(--g); animation-delay:-1s; }
.dots span:nth-child(3) { background-color: #FDA543; animation-delay:-0.5s; }
@keyframes spin { 0%, 100% { transform: translate(0) } 25% { transform: translate(210%) } 50% { transform: translate(210%, 210%) } 75% { transform: translate(0, 210%) } }

.table-header th i { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; gap: 4px; cursor: pointer; }
.table-header th i:hover { background-color: var(--w03); }
.table-header table tbody td { height: 35px; background-color: var(--blue01); padding: 0 5px; border-color: var(--border); }
.table-header table tbody td strong { color: var(--blue); }

table { width: 100%; table-layout: fixed; }
table thead th { height: 35px; vertical-align: middle; background-color: var(--bg4); text-align: center; color: var(--text2); font-size: 13px; border-right: 1px solid var(--border2); position: relative; }
table tbody td { height: 40px; vertical-align: middle; text-align: center; font-size: 13.5px; font-weight: 500; border-bottom: 1px solid var(--border); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; padding: 0 5px; position: relative; }
table tbody th { height: 40px; vertical-align: middle; background-color: var(--bg4); text-align: center; color: var(--text2); font-size: 13.5px; font-weight: 500; border-bottom: 1px solid var(--border); position: relative; }
table tbody tr:hover td { background-color: var(--hover); }
.table-wrap { width: 100%; height: 100%; position: relative; }
.table-wrap .data-loader { min-width: 1100px; height: calc(100% - 55px); }
.stat-table-wrap .data-loader { height: 100%; }
.table-wrap .data-loader h1 { font-size: 15px; }
.table-wrap .page-box { width: 100%; height: 55px; position: absolute; left: 0; bottom: 0; display: flex; align-items: center; justify-content: center; background-color: var(--w); z-index: 2; }
.table-box { width: 100%; overflow-y: auto; position: relative; z-index: 1; }
.table table { transform-origin: top left; position: relative; }
.table table tr.block { background-color: var(--block); }
.table .blank { height: 2px; background-color: var(--black01); border: none !important; }
.table .check-box::after { left: auto; top: auto; }
.biz-table.shop table thead th { background-color: var(--orange); border-color: var(--orange2); }

.page { display: flex; align-items: center; }
.page a { display: flex; align-items: center; justify-content: center; width: 24px; height: 24px; border-radius: 50px; }
.page span { opacity: 0.3; margin: 0 3px; }
.page a:hover { background-color: var(--blue02); }
.page ul { display: flex; align-items: center; gap: 5px; margin: 0 5px; }
.page ul li a { font-size: 14px; border: 1px solid transparent; border-radius: 5px; }
.page ul li.this a { color: var(--blue); font-weight: 600; border-color: var(--blue); }

.t_left { text-align: left !important; }
.t_right { text-align: right !important; }
.t_green { color: var(--g) !important; }
.t_gray { color: var(--gray) !important; }
.t_blue { color: var(--blue) !important; }
.t_red { color: var(--red2) !important; }

.btn20 { display: inline-block; width: fit-content; height: 20px !important; line-height: 20px !important; padding: 0 5px; background-color: var(--black01); border-radius: 5px; font-size: 11.5px !important; color: var(--gray); }
.btn25 { display: inline-block; width: fit-content; height: 25px !important; line-height: 25px !important; padding: 0 10px; background-color: var(--black01); border-radius: 5px; font-size: 12px !important; color: var(--gray); }
.btn30 { display: inline-block; width: fit-content; height: 28px !important; line-height: 28px !important; padding: 0 10px; background-color: var(--black01); border-radius: 5px; font-size: 12px !important; color: var(--gray); }
.btn35 { width: fit-content; height: 35px; display: flex; align-items: center; gap: 5px; padding: 0 15px; background-color: var(--blue02); border-radius: 5px; font-size: 13px; color: var(--blue2); font-weight: 500; }
.btn40 { width: fit-content; height: 40px; display: flex; align-items: center; gap: 5px; padding: 0 15px; background-color: var(--blue); border-radius: 5px; font-size: 13.5px; color: var(--text2); font-weight: 500; }

.mt10 { margin-top: 10px !important; }
.mt20 { margin-top: 20px !important; }

.none { display: none !important; }

.starter { background-color: #3caaf5 !important; }
.biz { background-color: #2272eb !important; }
.pro { background-color: #a67bf7 !important; }
.custom { background-color: #ff5454 !important; }

.data-null { border: 1px solid var(--red2) !important; box-shadow: 0 0 4px rgba(255,84,84,0.7); background-color: rgba(255,84,84,0.1); }

.blur { opacity: 0.3; }
.blur::after { width: 100%; height: 100%; position: absolute; left: 0; top: 0; content: ''; }

:root {
   --select : url(../images/common/down_arrow.png) no-repeat right center;
   --shadow: 0 0 4px rgba(0,0,0,0.05), 0 4px 12px rgba(0,0,0,0.05);
   --black: #121212;
   --black2: #333;
   --text: #121212;
   --text2: #fff;
   --text3: #3c5a8a;
   --text4: #2e5594;
   --text5: #3c5a8a;
   --black01: rgba(0,0,0,0.1);
   --black02: rgba(0,0,0,0.2);
   --black03: rgba(0,0,0,0.3);
   --w: #fff;
   --w2: #e9eef6;
   --w3: #e0e8f5;
   --w4: #ebeef0;
   --w5: #eef0f4;
   --w6: #f6f7f9;
   --w01: rgba(255,255,255,.9);
   --w03: rgba(255,255,255,.3);
   --w05: rgba(255,255,255,.5);
   --w07: rgba(255,255,255,.7);
   --blue: #3F80EA;
   --blue2: #0d5de0;
   --blue3: #1f3861;
   --blue4: #0d4298;
   --blue5: #3F51B5;
   --blue6: #051d45;
   --blue01: rgba(134,179,224,.1);
   --blue02: rgba(63,128,234,.2);
   --blue03: rgba(63,128,234,.3);
   --y: #ffe800;
   --y01: rgba(255,232,0,.1);
   --y02: rgba(255,232,0,.2);
   --y03: rgba(255,232,0,.3);
   --g: #43ab8e;
   --g2: #16db9d;
   --g3: #008037;
   --g01: rgba(75,196,111,.1);
   --g02: rgba(75,196,111,.2);
   --g03: rgba(75,196,111,.3);
   --red: #d84318;
   --red2: #ff5454;
   --red01: rgba(247,158,158,.1);
   --red02: rgba(247,158,158,.2);
   --red03: rgba(247,158,158,.3);
   --orange: #ff7a50;
   --orange2: #ffab92;
   --gray: #7e838b;
   --gray2: #949b9e;
   --purple: #6267f1;
   --border: #e6e9ec;
   --border2: #99b7d5;
   --bg: #f2f5f8;
   --bg2: #f7faff;
   --bg3: #eff3ff;
   --bg4: #749ec9;
   --hover: rgba(0,0,0,0.03);
   --menu: #fff;
   --event: #f6e4ff;
   --header: transparent;
   --block: rgba(36,59,82,.2);
}

:root.blue {
   --select : url(../images/common/down_arrow.png) no-repeat right center;
   --shadow: 0 0 4px rgba(0,0,0,0.05), 0 4px 12px rgba(0,0,0,0.05);
   --black: #121212;
   --black2: #333;
   --text: #121212;
   --text2: #fff;
   --text3: #dee7fb;
   --text4: #418cde;
   --black01: rgba(0,0,0,.1);
   --black02: rgba(0,0,0,.2);
   --black03: rgba(0,0,0,.3);
   --w: #fff;
   --w2: #e9eef6;
   --w3: #d7dfed;
   --w4: #e2e7ef;
   --w5: #e7edf6;
   --w6: #eceff4;
   --w01: rgba(255,255,255,.1);
   --w03: rgba(255,255,255,.3);
   --w05: rgba(255,255,255,.5);
   --w07: rgba(255,255,255,.7);
   --blue: #3F80EA;
   --blue2: #448bff;
   --blue3: #376dc6;
   --blue4: #0d4298;
   --blue01: rgba(63,128,234,.1);
   --blue02: rgba(63,128,234,.2);
   --blue03: rgba(63,128,234,.3);
   --g: #43ab8e;
   --red: #d84318;
   --red2: #ff5454;
   --red03: rgba(247,158,158,.3);
   --gray: #7e838b;
   --gray2: #949b9e;
   --border: #dcdcdc;
   --border2: #67a1e0;
   --bg: #eff2f7;
   --bg2: #192642;
   --bg3: #e2e9ff;
   --bg4: #518dcf;
   --hover: rgba(0,0,0,0.03);
   --menu: #0055b2;
   --event: #f6e4ff;
   --header: #073262;
}

:root.darkblue {
   --select : url(../images/common/down_arrow.png) no-repeat right center;
   --shadow: 0 0 4px rgba(0,0,0,0.05), 0 4px 12px rgba(0,0,0,0.05);
   --black: #121212;
   --black2: #333;
   --text: #121212;
   --text2: #fff;
   --text3: #dee7fb;
   --text4: #3174b3;
   --black01: rgba(0,0,0,.1);
   --black02: rgba(0,0,0,.2);
   --black03: rgba(0,0,0,.3);
   --w: #fff;
   --w2: #e9eef6;
   --w3: #d7dfed;
   --w4: #e2e7ef;
   --w5: #e7edf6;
   --w6: #eaeff9;
   --w01: rgba(255,255,255,.1);
   --w03: rgba(255,255,255,.3);
   --w05: rgba(255,255,255,.5);
   --w07: rgba(255,255,255,.7);
   --blue: #3F80EA;
   --blue2: #498eff;
   --blue3: #192c3f;
   --blue4: #0d4298;
   --blue01: rgba(63,128,234,.1);
   --blue02: rgba(63,128,234,.2);
   --blue03: rgba(63,128,234,.3);
   --g: #43ab8e;
   --red: #d84318;
   --red2: #ff5454;
   --red03: rgba(247,158,158,.3);
   --gray: #7e838b;
   --gray2: #949b9e;
   --border: #dcdcdc;
   --border2: #7d8cac;
   --bg: #eff2f7;
   --bg2: #192642;
   --bg3: #e2e9ff;
   --bg4: #2e5983;
   --hover: rgba(0,0,0,0.03);
   --menu: #0f385f;
   --event: #f6e4ff;
   --header: #2a3846;
}

:root.dark {
   --select : url(../images/common/down_arrow.png) no-repeat right center;
   --shadow: 0 0 4px rgba(255,255,255,0.05), 0 4px 12px rgba(255,255,255,0.05);
   --black: #fff;
   --black2: #1a1a1a;
   --text: #fff;
   --text2: #fff;
   --text3: #bac3da;
   --text4: #598de1;
   --text5: #a5aec4;
   --black01: rgba(255,255,255,0.1);
   --black02: rgba(255,255,255,0.2);
   --black03: rgba(255,255,255,0.3);
   --w: #272e35;
   --w2: #3c464d;
   --w3: #000;
   --w4: rgba(18,18,18,.4);
   --w5: #14171a;
   --w6: #000;
   --w01: rgba(255,255,255,.1);
   --w03: rgba(30,30,30,.3);
   --w05: rgba(30,30,30,.5);
   --w07: rgba(30,30,30,.7);
   --blue: #3f80ea;
   --blue2: #8db8ff;
   --blue3: #556782;
   --blue4: #798fb2;
   --blue5: #6a80ff;
   --blue6: #32558e;
   --blue01: rgba(63,128,234,.2);
   --blue02: rgba(63,128,234,.3);
   --blue03: rgba(63,128,234,.4);
   --g: #009f73;
   --g2: #008963;
   --g3: #63c2ab;
   --g01: rgba(89,181,159,.1);
   --g02: rgba(89,181,159,.2);
   --g03: rgba(89,181,159,.3);
   --red: #a71515;
   --red2: #ff5454;
   --red03: rgba(181,89,89,.3);
   --orange: #e27451;
   --orange2: #b45638;
   --gray: #9ba3ab;
   --gray2: #646b71;
   --purple: #7e83ff;
   --border: #525a61;
   --border2: #343434;
   --bg: #23262c;
   --bg2: #22282d;
   --bg3: #11151c;
   --bg4: #3e4b56;
   --hover: rgba(255,255,255,0.03);
   --menu: #272e35;
   --event: #f6e4ff;
   --header: transparent;
   --block: rgba(160,160,160,.4);
}

/* 공통 */
.body-wrap { width: 100%; min-height: 930px; height: 100%; display: flex; flex-direction: column; align-items: center; background-color: var(--bg); }
.wrapper { width: 100%; max-width: 1880px; height: calc(100% - 60px); display: flex; gap: 10px; padding: 10px; color: var(--text); position: relative; }
.contents { display: flex; width: 100%; position: relative; z-index: 1; overflow: hidden; }
.con-wrap { width: 100%; overflow-y: auto; }

.done { width: 100%; height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; font-size: 14px; color: var(--gray); font-weight: 500; }
.done a { margin-top: 10px; }
.data-none { display: flex; align-items: center; gap: 5px; font-size: 13px; color: var(--blue); }
.data-none img { width: 18px; }

.panel { display: flex; flex-direction: column; gap: 5px; }
.panel span { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px; width: 50px; height: 50px; text-align: center; font-size: 11px; font-weight: 500; color: var(--gray); background-color: var(--w07); border-radius: 5px; cursor: pointer; }
.panel span:hover { color: var(--blue); }

.number { color: var(--blue); }

.search-box input[type="text"] { height: 35px; background: url(../images/icons/search-icon.png) 5px 50% no-repeat; padding-left: 30px; }
.search-box input[type="button"] { height: 35px; font-size: 13px; color: var(--gray); font-weight: 500; background-color: var(--w4); border-radius: 4px; padding: 0 10px; }
.search-box input[type="button"]:hover { opacity: 0.7; }

.search-wrap { display: flex; align-items: center; gap: 5px; position: relative; padding: 10px 10px 0 10px; min-height: 45px; }
.search-wrap i { display: flex; align-items: center; gap: 5px; }
.search-wrap a { background-color: var(--blue); color: var(--text2); border-color: var(--blue3); }

.btn-list { display: flex; align-items: center; gap: 5px; }
.btn-list .count { font-size: 14px; color: var(--blue); font-weight: 600; margin-right: 5px; }
.btn-list a { display: flex; align-items: center; justify-content: center; gap: 3px; height: 35px; font-size: 13px; color: var(--blue2); font-weight: 500; background-color: var(--blue02); border-radius: 4px; padding: 0 10px; }
.btn-list a:hover { opacity: 0.7; }
.btn-list a.bid-start { background-color: var(--g03); color: var(--g3); }
.btn-list a.bid-stop { background-color: var(--red03); color: var(--red2); }
.btn-list .btn35 { border: 1px solid var(--blue3); background-color: var(--blue); color: var(--text2); }
.btn-list .btn35:nth-child(1) { border-color: var(--black01); background-color: var(--blue3); }
.btn-list .btn35:last-child { border-color: var(--blue3); background-color: var(--blue); }

.between-wrap { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 15px; }

.result-wrap { height: 35px; display: none; align-items: center; gap: 5px; position: relative; background-color: var(--blue01); padding: 0 10px; border-radius: 5px; }
.result-wrap.on { display: flex; }
.date-result { display: flex; align-items: center; gap: 5px; font-size: 13px; }
.date-result h1 { font-weight: 600; color: var(--blue4); }
.date-result h2 { display: flex; align-items: center; gap: 5px; font-weight: 500; color: var(--gray); }
.date-result h2 img { width: 16px; }
.date-result h2 i { cursor: pointer; position: relative; left: -2px; }
.date-result span { font-weight: 500; }

.tool-tip-box { position: relative; display: flex; align-items: center; gap: 5px; }
.tool-tip-box span { font-size: 13px; display: flex; align-items: center; gap: 5px; font-weight: 500; color: var(--gray); }
.tool-tip-box img { width: 16px; }
.tool-tip { width: 200px; padding: 10px; border-radius: 4px; border: 1px solid var(--border); background-color: var(--w); position: absolute; top: calc(100% + 5px); right: 0; z-index: 9; display: none; }
.tool-tip span { font-size: 12px; line-height: 1.4; text-align: left; }
.tool-tip-btn { display: flex; width: 14px; height: 14px; background: url('../images/icons/question-icon.png') no-repeat 50% 50% var(--blue3); border-radius: 100%; border: none; outline: none;}
.tool-tip-btn:hover .tool-tip { display: block; }

.tab-box { display: flex; align-items: center; height: 35px; gap: 5px; background-color: var(--w4); padding: 0 8px 0 6px; border-radius: 4px; }
.tab-box p { font-size: 12px; margin: 0 3px 0 5px; color: var(--blue3); font-weight: 600; }

.sel-group { height: 100%; position: absolute; top: 0; background-color: var(--w5); left: -100%; box-shadow: 4px 4px 20px rgba(0,0,0,0.1); transition: 0.2s; z-index: 3; }
.sel-group.on { left: 300px; }
.sel-group .sel-group-title { display: flex; align-items: center; justify-content: space-between; width: 100%; height: 45px; padding: 0 10px 0 25px; background-color: var(--w); border-bottom: 1px solid var(--border); border-right: 1px solid var(--border); }
.sel-group .sel-group-title h1 { font-size: 15px; color: var(--gray); font-weight: 500; }
.sel-group .sel-group-title button { width: 24px; height: 24px; display: flex; align-items: center; justify-content: center; border-radius: 100%; background-color: var(--w2); }
.sel-group .sel-group-title button:hover { background-color: var(--w4); }
.sel-group .sel-group-box { display: flex; gap: 5px; height: 100%; }
.sel-group .sel-group-box .sel-box-wrap { display: flex; flex-direction: column; width: 340px; height: calc(100% - 45px); border-right: 1px solid var(--border); overflow-y: auto; }
.sel-group .sel-group-box .sel-box-wrap.group-sel { width: 650px; border-left: 1px solid var(--border); }
.sel-group .sel-group-box .sel-box-wrap table td:first-child { width: 30px; }
.sel-group table thead th { border-right: none; }
.sel-group table thead th .add-btn { position: absolute; left: 0; top: 0; width: 100%; line-height: 35px; color: var(--text2); font-weight: 500; }
.sel-group table thead th .add-btn:hover { opacity: 0.5; }
.sel-group table tbody td:nth-child(2) { text-align: left; }
.sel-group table tbody td { position: relative; }
.sel-group table i { width: 20px; height: 20px; display: flex; justify-content: center; }

.filter-wrap { display: flex; flex-direction: column; gap: 20px; min-width: 280px; flex-basis: 280px; height: 100%; background-color: var(--w); color: var(--text); border-radius: 10px; padding: 15px; position: relative; overflow: hidden; }
.filter-wrap button { display: flex; padding: 0; }
.filter-wrap h4 { display: flex; align-items: center; justify-content: space-between; width: 100%; height: 45px; font-size: 14px; font-weight: 600; border-bottom: 1px solid var(--border); margin: -15px 0 -10px 0; }
.filter-wrap i { display: flex; flex-wrap: wrap; align-content: flex-start; gap: 5px; }
.filter-wrap i p { flex: 1 1 100%; display: flex; align-items: center; gap: 3px; font-size: 12px; color: var(--blue4); font-weight: 600; margin-bottom: 5px; }
.filter-wrap > a { width: 100%; justify-content: center; }
.filter-wrap dl { display: flex; flex-direction: column; gap: 5px; }
.filter-wrap dl dd { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; background-color: var(--w4); padding: 8px; border-radius: 4px; box-sizing: border-box; }
.filter-wrap dl dd h5 { width: 100%; display: flex; }
.filter-wrap dl dd .detail-option { display: flex; gap: 5px; }
.filter-wrap dl dd .diag-option { display: flex; align-items: center; gap: 5px; }
.filter-wrap dl dd .diag-option span { font-size: 13px; color: var(--gray); }
.filter-wrap .filter-comment { flex: 1; display: flex; flex-direction: column; justify-content: end; }
.filter-wrap .filter-comment h5 { display: flex; align-items: center; gap: 5px; font-size: 14px; color: var(--gray); font-weight: 500; margin-bottom: 10px; }
.filter-wrap .filter-comment h5::after { display: flex; width: 12px; height: 12px; background: url('../images/icons/question-icon.png') no-repeat 50% 50% var(--gray); border-radius: 100%; content: ''; }
.filter-wrap .filter-comment ul { display: flex; margin-bottom: 5px; padding: 4px; border-radius: 4px; background-color: var(--w4); }
.filter-wrap .filter-comment ul li { font-size: 12px; line-height: 24px; font-weight: 500; color: var(--gray); border-radius: 4px; padding: 0 8px; cursor: pointer; }
.filter-wrap .filter-comment ul li.this { background-color: var(--w); color: var(--blue2); }
.filter-wrap .filter-comment > span { font-size: 13px; color: var(--gray); line-height: 1.6; padding: 10px; background-color: var(--bg); }
.filter-wrap .filter-comment > span > span { display: flex; align-items: center; gap: 10px; margin-top: 10px; }
.filter-wrap .filter-comment > span > span i { display: flex; flex-direction: column; gap: 2px; }
.filter-wrap .filter-comment > span > span i span { padding: 0 5px; }
.filter-wrap .filter-comment > span > span i span:first-child { border-bottom: 1px solid var(--border); padding-bottom: 2px; }

.content-wrap { display: flex; gap: 10px; height: 100%; }
.content-wrap .content-box { width: 100%; height: 100%; border-radius: 10px; background-color: var(--w); overflow: hidden; position: relative; }
.content-wrap .content-box .table.table-header { width: 100%; padding-right: 9px; }
.content-wrap .content-box .table-wrap { margin-top: 10px; height: calc(100% - 100px); }
.content-wrap .content-box .table-box { overflow-y: scroll; }
.content-wrap .content-box .table { width: calc(100% - 5px); }
.content-wrap .content-box table { min-width: 1100px; }
.content-wrap .content-box .shop table { min-width: 1300px; }

/* 헤더 */
.header-wrap { width: 100%; background-color: var(--header); position: relative; }
.header-wrap .header-box { width: 100%; max-width: 1880px; height: 60px; min-height: 60px; display: flex; align-items: center; justify-content: space-between; position: relative; padding: 0 8px 0 26px; margin: 0 auto; }
.header-wrap .title-area { display: flex; align-items: center; gap: 20px; }
.header-wrap .logo { display: flex; align-items: center; gap: 8px; }
.header-wrap .logo span { font-size: 21px; color: var(--blue2); font-weight: 500; }
.header-wrap .logo img { width: 28px; }

.header-wrap .menu-area { display: flex; align-items: center; gap: 10px; position: relative; padding-right: 10px; }
.header-wrap .menu-area > a { display: flex; align-items: center; justify-content: center; width: 30px; height: 30px; background-color: var(--w07); border-radius: 100%; }
.header-wrap .menu-area > a svg { fill: #949b9e; width: 18px; height: 18px; }

.header-wrap .guide-btn { position: relative; left: -4px; }
.header-wrap .guide-btn > span { display: flex; align-items: center; gap: 5px; height: 34px; font-size: 13px; font-weight: 600; background: url(../images/icons/down-icon.png) no-repeat 95% 50%; color: var(--text3); border: 2px solid var(--blue03); padding: 0 26px 0 8px; border-radius: 5px; cursor: pointer; box-sizing: border-box; }
.header-wrap .guide-btn > span svg { width: 18px; color: var(--text3); }
.header-wrap .guide-btn.on > span { background: url(../images/icons/up-icon.png) no-repeat 95% 50%; border-color: var(--blue); }
.header-wrap .guide-btn .guide-over { width: 380px; height: auto; position: fixed; left: 50%; top: 50%; transform: translate(-50%,-50%); background-color: var(--w); border-radius: 20px; box-shadow: 0 1px 16px var(--black03); z-index: 9; display: none; overflow: hidden; }
.header-wrap .guide-btn .guide-over.on { display: block; }
.header-wrap .guide-btn .guide-over.min { position: absolute; left: 50%; top: 20px; transform: translate(100%,0); padding: 0; }
.header-wrap .guide-btn .guide-over .guide-over-title { width: 100%; display: flex; align-items: center; gap: 10px; padding: 20px; }
.header-wrap .guide-btn .guide-over .guide-over-title img { width: 26px; }
.header-wrap .guide-btn .guide-over .guide-over-title span { font-size: 20px; color: var(--blue2); font-weight: 500; }
.header-wrap .guide-btn .guide-over .guide-over-title span b { font-weight: 600; }
.header-wrap .guide-btn .guide-over h2 { margin: 0 15px 10px 15px; padding-bottom: 10px; line-height: 1.6; font-size: 17px; font-weight: 600; border-bottom: 1px solid var(--border); }
.header-wrap .guide-btn .guide-over > ul { display: flex; flex-direction: column; gap: 15px; padding: 0 20px; }
.header-wrap .guide-btn .guide-over > ul > li { border-bottom: 1px solid var(--border); padding-bottom: 10px; }
.header-wrap .guide-btn .guide-over > ul > li:last-child { border: none; padding-bottom: 0; }
.header-wrap .guide-btn .guide-over li { display: flex; flex-direction: column; gap: 5px; }
.header-wrap .guide-btn .guide-over li span { display: flex; align-items: center; gap: 5px; font-size: 15px; line-height: 20px; font-weight: 600; }
.header-wrap .guide-btn .guide-over li ul { display: flex; flex-direction: column; }
.header-wrap .guide-btn .guide-over li ul li a { display: flex; align-items: center; gap: 5px; font-size: 15px; font-weight: 500; line-height: 35px; color: var(--gray); border-radius: 5px; transition: 0.3s; }
.header-wrap .guide-btn .guide-over li ul li a b { color: var(--blue2); font-size: 12px; font-weight: 500; line-height: 1; padding: 5px; border-radius: 5px; background-color: var(--blue02); }
.header-wrap .guide-btn .guide-over li a:hover { background-color: var(--black01); padding: 0 10px; }
.header-wrap .guide-btn .guide-over .guide-over-info { display: flex; flex-direction: column; gap: 10px; margin: 20px 20px 0 20px; background-color: var(--bg); padding: 15px; border-radius: 10px; }
.header-wrap .guide-btn .guide-over .guide-over-info span { font-size: 14px; color: var(--purple); font-weight: 500; }
.header-wrap .guide-btn .guide-over .guide-over-info h3 { font-size: 24px; font-weight: 700; color: var(--purple); }
.header-wrap .guide-btn .guide-over .guide-over-info p { font-size: 13px; color: var(--gray); line-height: 1.4; }
.header-wrap .guide-btn .guide-over .guide-over-btn { display: flex; flex-direction: column; gap: 8px; padding: 20px; }
.header-wrap .guide-btn .guide-over .guide-over-btn button { width: 100%; font-size: 15px; line-height: 45px; color: var(--text2); text-align: center; background-color: var(--black2); border-radius: 10px; }

.header-wrap .remote-btn { display: flex; align-items: center; gap: 5px; height: 34px; font-size: 13px; font-weight: 600; color: var(--text3); border: 2px solid var(--blue03); padding: 0 8px 0 8px; border-radius: 5px; cursor: pointer; box-sizing: border-box; margin-left: -15px; }

.header-member { display: flex; align-items: center; gap: 10px; }
.header-member .account-info { display: flex; align-items: center; gap: 10px; color: var(--text3); }
.header-member .account-info p { position: relative; width: 28px; height: 28px; border-radius: 10px; background: url(../images/icons/user-icon2.png) no-repeat 50% 8px #63aaee; background-size: 28px; }
.header-member .account-info p b { position: absolute; right: -6px; bottom: -6px; width: 16px; height: 16px; display: flex; align-items: center; justify-content: center; font-size: 10px; font-weight: 400; color: var(--text2); border-radius: 100%; border: 2px solid var(--w); }
.header-member .account-info i { flex: 1; display: flex; gap: 10px; }
.header-member .account-info h1 { font-size: 13px; font-weight: 600; max-width: 70px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.header-member .account-info h2 { display: flex; align-items: center; gap: 10px; }
.header-member .account-info h2 span { display: flex; align-items: center; gap: 5px; font-size: 13px; }
.header-member .account-info h2 span b { color: var(--red2); font-weight: 500; }
.header-member .account-info a { display: flex; align-items: center; gap: 5px; }
.header-member ul { display: flex; align-items: center; gap: 5px; }
.header-member ul li { display: flex; align-items: center; gap: 5px; background-color: var(--w01); padding: 6px 10px; border-radius: 50px; box-sizing: border-box; }
.header-member ul li p { font-size: 12px; color: var(--text3); }
.header-member ul li span { display: flex; align-items: center; font-size: 12px; gap: 2px; color: var(--text3); }
.header-member ul li span b { color: var(--g); font-weight: 700; }

.header-wrap .menu-area .login-info-box { width: 285px; position: absolute; border-radius: 10px; background: linear-gradient(90deg, #2272eb 20%, #2b5da9 100%); box-shadow: 0 0 2px var(--black01), 0 0 8px var(--black01); top: 35px; right: 0; transform: scale(0); transition: 0.2s; opacity: 0; overflow: hidden; z-index: 9; }
.header-wrap .menu-area .login-info-box.on { opacity: 1; transform: scale(1); }
.header-wrap .menu-area .login-info-box i { display: flex; flex-direction: column; gap: 15px; padding: 20px 22px; }
.header-wrap .menu-area .login-info-box dl { display: flex; align-items: center; gap: 20px; }
.header-wrap .menu-area .login-info-box dl dd a { display: flex; flex-direction: column; align-items: center; gap: 5px; }
.header-wrap .menu-area .login-info-box dl dd p { width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; background-color: rgba(255,255,255,.2); border-radius: 100%; overflow: hidden; }
.header-wrap .menu-area .login-info-box dl dd p:hover { background-color: rgba(255,255,255,.1); }
.header-wrap .menu-area .login-info-box dl dd span { font-size: 13px; color: var(--text2); }
.header-wrap .menu-area .login-info-box .user-name .user { font-size: 13px; color: var(--text2); }
.header-wrap .menu-area .login-info-box .user-name .user span { font-size: 15px; font-weight: 500; }
.header-wrap .menu-area .login-info-box .theme-sel { background-color: #222; padding: 20px 22px; display: none; }
.header-wrap .menu-area .login-info-box .theme-sel h1 { font-size: 12px; color: var(--text2); font-weight: 600; margin-bottom: 15px; }
.header-wrap .menu-area .login-info-box .theme-sel ul { display: flex; gap: 10px; }
.header-wrap .menu-area .login-info-box .theme-sel ul li { width: 24px; height: 24px; border: 1px solid rgba(255,255,255,.3); border-radius: 100%; cursor: pointer; position: relative; box-sizing: border-box; }
.header-wrap .menu-area .login-info-box .theme-sel ul li.this::after { display: block; width: 24px; height: 24px; content: ''; background: url(../images/icons/green-check-icon.png) 50% 50% no-repeat rgba(0,0,0,.5); position: absolute; top: -1px; left: -1px; border-radius: 100%; }
.header-wrap .menu-area .login-info-box .theme-sel ul li:hover { opacity: 0.7; }
.header-wrap .menu-area .login-info-box .theme-sel ul li.light-mode { background-color: #fff; }
.header-wrap .menu-area .login-info-box .theme-sel ul li.blue-mode { background-color: #0055b2; }
.header-wrap .menu-area .login-info-box .theme-sel ul li.darkblue-mode { background-color: #48566f; }
.header-wrap .menu-area .login-info-box .theme-sel ul li.dark-mode { background-color: #333; }

/* 로그인 */
.container { background-color: var(--w); }
.member-wrap { width: 100%; min-height: 100vh; max-width: 440px; display: flex; flex-direction: column; align-items: center; justify-content: center; margin: 0 auto; padding: 30px; }
.member-wrap .logo { margin-bottom: 30px; padding-right: 15px; }
.member-wrap .logo a { display: flex; align-items: center; gap: 10px; }
.member-wrap .logo a img { width: 32px; }
.member-wrap .logo a span { font-size: 32px; font-weight: 500; color: var(--blue); }
.member-wrap .input-box { display: flex; flex-direction: column; gap: 5px; width: 100%; max-width: 440px; margin-bottom: 10px; }
.member-wrap .input-box p { display: flex; align-items: center; font-size: 14px; font-weight: 500; gap: 10px; color: var(--black); margin-bottom: 10px; }
.member-wrap .input-box p::after { flex: 1; height: 1px; background-color: var(--black); content: ''; }
.member-wrap .input-box > b { font-size: 14px; color: var(--blue); text-align: center; margin-bottom: 10px; }
.member-wrap .input-box > a { width: 100%; line-height: 50px; background-color: var(--blue); border: 1px solid var(--blue3); border-radius: 4px; text-align: center; font-size: 15px; font-weight: 500; color: var(--text2); margin-bottom: 5px; box-shadow: inset 0px 0px 2px 0px var(--w07); }
.member-wrap .input-box > a:hover { opacity: 0.85; }
.member-wrap .input-box > a.cl { color: var(--text); background-color: var(--w3); border-color: var(--border); }
.member-wrap .input-box > a.cl b { color: var(--blue2); }
.member-wrap .input-box input { height: 50px; font-size: 14px; line-height: 20px; padding: 0 10px; border: 1px solid var(--border); border-radius: 5px; }
.member-wrap .input-box input.result { display: none; }
.member-wrap .input-box .check-box { width: fit-content; margin-bottom: 5px; }
.member-wrap .input-box .check-box label { font-size: 14px; }
.member-wrap .input-box i { display: flex; flex-wrap: nowrap; align-items: center; justify-content: space-between; height: 24px; margin-bottom: 5px; }
.member-wrap .input-box i a { font-size: 12px; color: var(--gray); padding: 5px 7px; border: 1px solid var(--border); border-radius: 4px; }
.member-wrap i { width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; font-size: 14px; color: var(--gray); letter-spacing: -0.04em; margin-bottom: 20px; }
.member-wrap i label { color: var(--black); font-size: 14px; }

.member-wrap > ul { width: 100%; display: flex; margin-bottom: 20px; }
.member-wrap > ul li { width: 50%; text-align: center; position: relative; }
.member-wrap > ul li span { display: block; width: 100%; background-color: var(--border); line-height: 50px; font-size: 15px; cursor: pointer; color: var(--gray); }
.member-wrap > ul li:first-child span { border-top-left-radius: 5px; border-bottom-left-radius: 5px; }
.member-wrap > ul li:last-child span { border-top-right-radius: 5px; border-bottom-right-radius: 5px; }
.member-wrap .member-type li.this span { background-color: var(--blue); color: var(--text2); }
.member-wrap .member-type-wrap { width: 100%; display: none; }
.member-wrap .member-type-wrap.on { display: block; }
.member-wrap .agree-box { width: 100%; color: var(--text); letter-spacing: -0.04rem; margin-top: 10px; }
.member-wrap .agree-box h1 { font-size: 14px; font-weight: 500; }
.member-wrap .agree-box ul { width: 100%; margin-top: 5px; display: flex; flex-direction: column; }
.member-wrap .agree-box ul li { width: 100%; display: flex; font-size: 14px; align-items: center; gap: 8px; padding: 5px 0; }
.member-wrap .agree-box ul li:first-child { border-bottom: 1px solid var(--border); padding: 10px 0; margin-bottom: 5px; }
.member-wrap .agree-box ul li input { margin: 0; width: 16px; height: 16px; }
.member-wrap .agree-box ul li b { color: var(--blue); }

.member-wrap .join-text { text-align: center; }
.member-wrap .join-text > span { display: inline-block; font-size: 18px; padding-bottom: 10px; border-bottom: 1px solid var(--border); margin-bottom: 20px; }
.member-wrap .join-text > span b { color: var(--blue); }
.member-wrap .join-text p { color: var(--gray); line-height: 1.6; font-size: 14.5px; }
.member-wrap .join-text h4 { margin: 20px 0; line-height: 1.6; font-weight: 600; }
.member-wrap .join-text h4 span { color: var(--blue); }
.member-wrap .join-text h4 b { color: var(--red2); }

.member-wrap .theme-area { border-radius: 20px; border: 1px solid var(--blue03); padding: 20px 40px; margin-bottom: 20px; background: var(--menu); transition: 0.3s; }
.member-wrap .theme-area h1 { font-size: 17px; color: var(--text3); font-weight: 600; margin-bottom: 15px; }
.member-wrap .theme-area ul { display: flex; justify-content: center; gap: 10px; }
.member-wrap .theme-area ul li { width: 24px; height: 24px; border: 1px solid rgba(255,255,255,.3); border-radius: 100%; cursor: pointer; position: relative; box-sizing: border-box; }
.member-wrap .theme-area ul li.this::after { display: block; width: 24px; height: 24px; content: ''; background: url(../images/icons/green-check-icon.png) 50% 50% no-repeat rgba(0,0,0,.5); position: absolute; top: -1px; left: -1px; border-radius: 100%; }
.member-wrap .theme-area ul li:hover { opacity: 0.7; }
.member-wrap .theme-area ul li.light-mode { background-color: #fff; }
.member-wrap .theme-area ul li.blue-mode { background-color: #0055b2; }
.member-wrap .theme-area ul li.darkblue-mode { background-color: #48566f; }
.member-wrap .theme-area ul li.dark-mode { background-color: #333; }

/* 회원가입 */
.join-area { width: 900px; max-width: 900px; padding: 40px 0; display: flex; flex-direction: column; align-items: center; gap: 20px; margin: 0 auto; }
.join-area .check-box { width: fit-content; }
.join-area .check-box label { display: flex; align-items: center; gap: 4px; }
.join-area .check-box b { color: var(--red2); }
.join-area > i { display: flex; justify-content: center; gap: 10px; letter-spacing: 0; }
.join-area > i a { width: 185px; text-align: center; padding: 20px 0; background-color: var(--blue3); font-size: 16px; color: var(--text2); border-radius: 5px; }
.join-area > i a:first-child { background-color: var(--blue); }

.join-area .join-step { margin-bottom: 20px; }
.join-area .join-step ul { display: flex; position: relative; padding-bottom: 20px; }
.join-area .join-step ul::after { position: absolute; left: 0; bottom: 0; content: ''; width: 100%; height: 5px; background-color: var(--blue); border-radius: 50px; }
.join-area .join-step ul li { width: 110px; display: flex; flex-direction: column; align-items: center; gap: 10px; }
.join-area .join-step ul li span { font-size: 14px; font-weight: 600; }
.join-area .join-step ul li p { display: flex; align-items: center; justify-content: center; width: 30px; height: 30px; background-color: #f5f5f5; color: var(--gray); font-size: 13px; font-weight: 600; border-radius: 100%; }
.join-area .join-step.step1 ul::after { background: linear-gradient(90deg, var(--blue) 33%, #f5f5f5 33%); }
.join-area .join-step.step1 ul li:nth-child(1) span { color: var(--blue); }
.join-area .join-step.step2 ul::after { background: linear-gradient(90deg, var(--blue) 66%, #f5f5f5 66%); }
.join-area .join-step.step2 ul li:nth-child(2) span { color: var(--blue); }
.join-area .join-step.step3 ul::after { background-color: var(--blue); }
.join-area .join-step.step3 ul li:nth-child(3) span { color: var(--blue); }

.join-area .counsel-box { width: 100%; display: flex; flex-direction: column; gap: 10px; }
.join-area .counsel-box > .check-box label { font-size: 15px; color: var(--black); font-weight: 600; }
.join-area .counsel-box > p { font-size: 14px; margin-left: 22px; }
.join-area .counsel-box > ul { display: flex; gap: 10px; padding: 22px; background-color: var(--bg); border: 1px solid var(--border); }
.join-area .counsel-box > ul label { font-size: 14px; color: var(--black); }
.join-area .counsel-box > ul i { width: auto; display: flex; align-items: center; justify-content: start; flex-wrap: nowrap; gap: 5px; font-size: 13px; color: var(--blue); font-weight: 500; margin-bottom: 0; }

.join-area .terms_content { width: 100%; height: 140px; overflow-y: scroll; padding: 0 22px 22px 22px; background-color: var(--bg); border: 1px solid var(--border); }
.join-area .terms_content strong { display: block; font-size: 13px; margin: 20px 0 5px 0; }
.join-area .terms_content span { display: block; font-size: 12px; line-height: 1.8; }
.join-area .terms_content p { display: block; font-size: 12px; line-height: 1.8; }

.join-area .join-type { width: 450px; display: flex; flex-direction: column; align-items: center; gap: 20px; text-align: center; }
.join-area .join-type-item { width: 100%; text-align: center; padding: 30px; border: 1px solid var(--border2); }
.join-area .join-type-item span { font-size: 16px; line-height: 1.6; }
.join-area .join-type-item span b { color: var(--red); }
.join-area .join-type-item a { width: 100%; text-align: center; line-height: 55px; color: var(--blue); border-radius: 5px; border: 1px solid var(--blue); margin-top: 20px; }
.join-area .join-type-item a:hover { background-color: var(--blue); color: var(--w); }

.join-area table { border-top: 1px solid var(--black); }
.join-area table .blank_td { height: 4px !important; background-color: transparent !important; padding: 0 !important; }
.join-area table th { text-align: left; padding: 0 20px; color: var(--text); background-color: var(--bg); }
.join-area table th.check { background: url('../images/icons/check-ricon.png') no-repeat 20px center var(--bg); padding: 0 20px 0 40px;}
.join-area table th img { margin-right: 8px; }
.join-area table td { text-align: left; height: 50px; padding: 0 10px; background-color: var(--w) !important; }
.join-area table td a { display: inline-block; height: 35px; line-height: 35px; padding: 0 10px; border-radius: 5px; background-color: var(--blue); color: var(--text2); font-size: 13px; font-weight: 400; }
.join-area table td i { display: flex; flex-wrap: nowrap; justify-content: start; align-items: center; gap: 5px; line-height: 1; margin-bottom: 0; letter-spacing: 0; }
.join-area table td i span { font-size: 13px; }
.join-area table td i > input { height: 35px; }
.join-area table td i > select { height: 35px; }
.join-area table td i .check-box { margin: 0 5px; }

.join-area .join-success { width: 450px; display: flex; flex-direction: column; align-items: center; gap: 20px; text-align: center; }
.join-area .join-success h4 { font-size: 24px; font-weight: 700; margin-bottom: 20px; }
.join-area .join-success span { font-size: 17px; }
.join-area .join-success span strong { color: var(--blue); }
.join-area .join-success i { padding: 30px; border: 1px solid var(--border2); }
.join-area .join-success i p { font-size: 13px; color: var(--gray); line-height: 1.6; margin-top: 20px; }
.join-area .join-success i a { width: 100%; text-align: center; line-height: 55px; color: var(--w); background-color: var(--blue); border-radius: 5px; margin-top: 20px; }

/* 공통 하단 */
.footer { padding: 20px 0; display: flex; align-items: center; flex-direction: column; }
.footer .ft-inner { display: flex; gap: 10px; font-size: 14px; font-weight: 500; color: var(--gray); }
.footer .ft-info { text-align: center; margin-top: 3rem; }
.footer .ft-info span { display: block; font-size: 13px; line-height: 2; color: var(--gray); }
.footer .ft-info p { display: block; font-size: 15px; font-weight: 600; margin-top: 2rem; color: var(--gray); }

/* 사이드 메뉴 */
.side-menu { min-width: 55px; flex-basis: 55px; height: fit-content; }
.side-menu .fold-mode { display: flex; align-items: center; gap: 10px; justify-content: center; margin-bottom: 10px; }
.side-menu .fold-mode span { margin: 0; }
.side-menu .fold-mode i { font-size: 13px; font-weight: 600; color: var(--gray); cursor: pointer; display: none; }
.side-menu .fold-mode .change-mode { width: 35px; height: 20px; }
.side-menu .fold-mode .change-mode.on { background-color: var(--blue); }
.side-menu .fold-mode .change-mode.on a { left: 17px; transition: 0s; }
.side-menu.fold { min-width: 135px; flex-basis: 135px; }
.side-menu.fold ul li a span { position: inherit; left: 0; transform: scale(1); background-color: transparent; color: var(--text3); font-size: 14px; padding: 0; transition: 0s; }
.side-menu.fold ul li:hover a span { opacity: 0.7; }
.side-menu.fold ul li a.this span { opacity: 1; }
.side-menu.fold ul li a.this span { color: var(--text2); }
.side-menu.fold .fold-mode i { display: block; }
.side-menu ul { display: flex; flex-direction: column; gap: 5px; background-color: var(--menu); border-radius: 10px; padding: 10px; box-shadow: 4px 4px 12px -4px var(--blue03); }
.side-menu ul li a { display: flex; align-items: center; gap: 15px; height: 35px; font-size: 15px; color: var(--text3); font-weight: 500; position: relative; border-radius: 8px; padding: 0 5px; }
.side-menu ul li a span { position: absolute; width: max-content; left: 50px; font-size: 12px; border-radius: 50px; color: var(--text2); background-color: var(--blue3); transform: scale(0); padding: 5px 10px; z-index: 9; }
.side-menu ul li:hover span { visibility: visible; opacity: 1; transform: scale(1); transition: 0.2s; }
.side-menu ul li a p { display: flex; align-items: center; justify-content: center; width: 30px; height: 30px; content: ''; position: relative; }
.side-menu ul li a p svg { width: 24px; fill: var(--text3); }
.side-menu ul li a:hover p { animation: swing ease-in-out 0.5s 1 alternate; }
@keyframes swing { 0%, 30%, 50%, 70%, 100% { transform: rotate(0deg); } 10% { transform: rotate(10deg); } 40% { transform: rotate(-10deg); } 60% { transform: rotate(5deg); } 80% { transform: rotate(-5deg); } }
.side-menu ul li a.this svg { fill: var(--text2); }
.side-menu ul li a.this { color: var(--text2); background-color: var(--text4);}
.side-menu .blog { width: 100%; margin-top: 15px; }
.side-menu .blog a { width: 100%; display: flex; align-items: center; justify-content: space-between; padding: 7px; background-color: var(--w); border: 2px solid var(--g2); border-radius: 5px; }
.side-menu .blog a:hover { background-color: rgba(22,219,157,.03); }
.side-menu .blog a i { display: flex; align-items: center; gap: 4px; }
.side-menu .blog a i img:first-child { width: 9px; height: 9px; }
.side-menu .blog a i img:last-child { height: 13px; }
.side-menu .blog a b { display: none; }
.side-menu .number { width: 40px; height: 40px; background: url('../images/icons/support-icon.png') no-repeat 50% 50% var(--purple); background-size: 20px; margin: 10px auto 0 auto; border-radius: 100%; cursor: pointer; position: relative; box-shadow: 0 0 8px var(--black03); }
.side-menu .number i { display: none; flex-direction: column; gap: 5px; text-align: center; background-color: var(--w); box-shadow: 4px 4px 6px var(--blue01); }
.side-menu .number i { position: absolute; left: calc(100% + 5px); z-index: 9; width: max-content; padding: 10px; border-radius: 10px; }
.side-menu .number:hover i { display: flex; }
.side-menu .number p { font-size: 11px; color: var(--gray); line-height: 1.4; }
.side-menu .number span { font-size: 20px; font-weight: 600; color: var(--purple); }
.side-menu.fold .blog a { padding: 8px 10px; }
.side-menu.fold .blog i { gap: 5px; }
.side-menu.fold .blog i img:first-child { width: 14px; height: 14px; }
.side-menu.fold .blog i img:last-child { height: 19px; }
.side-menu.fold .blog b { display: flex; }
.side-menu.fold .number { width: auto; height: auto; border-radius: 10px; box-shadow: none; background: none; }
.side-menu.fold .number i { display: flex; width: auto; padding: 14px 7px 12px 7px; position: relative; left: 0; box-shadow: none; }

.sub-menu { width: 280px; min-width: 280px; padding: 20px; background-color: var(--w); border-radius: 10px; }
.sub-menu h2 { font-size: 15px; font-weight: 600; padding-left: 0; background-size: 12px; }
.sub-menu ul { display: flex; flex-direction: column; gap: 15px; margin: 20px 0 20px 0; }
.sub-menu ul:nth-child(n+3) li { padding-left: 30px; }
.sub-menu ul li { font-size: 13.5px; padding-left: 10px; }
.sub-menu a { opacity: 0.8; }
.sub-menu a:hover { opacity: 1; }
.sub-menu a.this { color: var(--blue); font-weight: 500; opacity: 1; }

.sub-menu .payment-counsel { display: flex; flex-direction: column; gap: 10px; margin-top: 5px; }
.sub-menu .payment-counsel button { width: 100%; text-align: center; font-size: 13.5px; color: var(--text2); font-weight: 500; line-height: 38px; background-color: var(--blue3); border-radius: 5px; }
.sub-menu .payment-counsel textarea { width: 100%; min-height: 120px; max-height: 120px; flex: 1; border: 1px solid var(--border); font-size: 13px; line-height: 1.4; background-color: transparent; color: var(--text); border-radius: 5px; padding: 10px; }
.sub-menu .payment-counsel p { display: flex; align-items: center; font-size: 13px; gap: 10px; color: var(--gray); margin-top: 5px; }
.sub-menu .payment-counsel p::before { flex: 1; height: 1px; background-color: var(--border); content: ''; }
.sub-menu .payment-counsel p::after { flex: 1; height: 1px; background-color: var(--border); content: ''; }
.sub-menu .payment-counsel .input-box { position: relative; }
.sub-menu .payment-counsel .input-box input { width: 100%; font-size: 13px; padding: 0 20px 0 10px; }
.sub-menu .payment-counsel .input-box span { position: absolute; font-size: 13px; opacity: 0.7; right: 10px; line-height: 35px; }

/* 사이드바 */
.sidebar { min-width: 280px; flex-basis: 280px; height: 100%; background-color: var(--w); color: var(--text); border-radius: 10px; z-index: 3; position: relative; overflow: hidden; }
.sidebar .sidebar-top { display: flex; align-items: center; justify-content: space-between; height: 45px; font-size: 14px; font-weight: 600; border-bottom: 1px solid var(--border); padding: 0 15px; box-sizing: border-box; position: relative; }
.sidebar .sidebar-top i { display: flex; align-items: center; gap: 8px; }
.sidebar .sidebar-top a { font-size: 11px; color: var(--blue2); background-color: var(--blue02); padding: 4px 8px; border-radius: 50px; }
.sidebar .sidebar-top button { display: flex; padding: 0; }
.sidebar .sidebar-top a:hover { opacity: 0.7; }

.sidebar .sidebar-tab { display: flex; align-items: center; gap: 5px; height: 40px; margin: 0 15px; }
.sidebar .sidebar-tab a { display: flex; align-items: center; justify-content: center; gap: 2px; height: 27px; padding: 0 8px; font-size: 12px; font-weight: 500; border-radius: 50px; background-color: var(--w2); }
.sidebar .sidebar-tab a:hover { opacity: 0.7; }
.sidebar .sidebar-tab a.this { background-color: var(--blue); color: var(--text2); opacity: 1; }
.sidebar .sidebar-tab a.this svg { fill: var(--text2); }
.sidebar .sidebar-tab a.disabled { opacity: 0.3; }
.sidebar .sidebar-tab a:nth-child(2).this { background-color: var(--orange); }
.sidebar .sidebar-tab a:nth-child(3) { gap: 0; padding: 0 10px 0 5px; }
.sidebar .sidebar-tab a:nth-child(3).this { background-color: var(--g); }

.sidebar .check-box { position: absolute; right: 16px; transform: scale(0.9); }

.sidebar .pin-box { width: 16px; height: 16px; display: flex; align-items: center; justify-content: center; gap: 5px; font-size: 13px; position: absolute; right: 50px; top: 50%; transform: translate(0,-50%); z-index: 1; cursor: pointer; }
.sidebar .pin-box::after { position: absolute; left: 0; top: 0; width: 16px; height: 16px; background: url('../images/icons/pin-icon.png') no-repeat 50% 50%; content: ''; box-sizing: border-box; }
.sidebar .pin-box.on::after { background: url('../images/icons/pinOn-icon.png') no-repeat 50% 50%; }

.sidebar .mode-area { position: absolute; right: 12px; top: 50%; transform: translate(0,-50%); display: flex; align-items: center; justify-content: center; font-size: 10.5px; font-weight: 300; color: var(--text2); background-color: var(--gray); width: 30px; height: 18px; border-radius: 50px; }
.sidebar .mode-area.on { background-color: var(--g); }
.sidebar .mode-area.off { background-color: var(--gray); }

.account-area { display: flex; flex-direction: column; max-height: calc(100% - 50px); overflow-y: auto; }
.account-area .account-box .account-wrap { display: none !important; }
.account-area .account-box.on .account-wrap { display: flex !important; }

.account-box { display: flex; flex-direction: column; min-height: 28px; overflow-y: auto; }
.account-box .account-tab { font-size: 12px; font-weight: 600; padding: 10px 20px 6px 25px; background: url('../images/icons/next-icon.png'); background-repeat: no-repeat !important; background-size: 12px !important; background-position: 10px 50% !important; cursor: pointer; }
.account-box .account-tab.on { background: url('../images/icons/down-icon.png'); color: var(--blue); }
.account-box .account-tab:hover { opacity: 0.7; }
.account-wrap { display: flex; flex-direction: column; height: calc(100% - 70px); overflow-y: auto; }
.account-wrap span { display: flex; height: 28px; align-items: center; gap: 5px; font-size: 14px; cursor: pointer; padding: 0 20px 0 40px; border: 1px solid transparent; position: relative; }
.account-wrap span i { max-width: 150px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.account-wrap span b { color: var(--blue2); font-weight: 500; }
.account-wrap span a { display: flex; position: absolute; right: 18px; }
.account-wrap span:hover { background-color: var(--blue01) !important; }
.account-wrap .account { font-weight: 600; background: url('../images/icons/next-icon.png'); background-repeat: no-repeat !important; background-size: 14px !important; background-position: 20px 50% !important; }
.account-wrap .account span i { max-width: 159px !important; }
.account-wrap .account::before { width: 16px; height: 16px; background: url('../images/icons/folder-icon.png'); content: ''; }
.account-wrap .account.on { background: url('../images/icons/down-icon.png'); }
.account-wrap .account.on::before { background: url('../images/icons/open-folder-icon.png'); }
.account-wrap > li.on .campaign-wrap { display: block; }
.account-wrap .campaign-wrap { display: none; }
.account-area .campaign-wrap span i { max-width: 140px; }
.account-wrap .campaign-wrap .campaign { padding-left: 50px; background: url('../images/icons/next-icon.png'); background-repeat: no-repeat !important; background-size: 14px !important; background-position: 30px 50% !important; }
.account-wrap .campaign-wrap .campaign::before { width: 16px; height: 16px; background: url('../images/icons/folder-icon.png'); content: ''; }
.account-wrap .campaign-wrap .campaign::before { width: 16px; height: 16px; background: url('../images/icons/folder-icon2.png'); content: ''; }
.account-wrap .campaign-wrap.on .campaign { background: url('../images/icons/down-icon.png'); }
.account-wrap .campaign-wrap.on .campaign::before { background: url('../images/icons/open-folder-icon2.png'); }
.account-wrap .campaign-wrap.on .keywordGroup-wrap { display: block; }
.account-wrap .campaign-wrap.on .keywordGroup-wrap > li { position: relative; }
.account-wrap .keywordGroup-wrap { display: none; }
.account-wrap .keywordGroup-wrap p { width: 8px; height: 8px; content: ''; border-bottom: 1px dotted #aaa; border-left: 1px dotted #aaa; position: relative; top: -5px; }
.account-wrap .keywordGroup-wrap .keywordGroup { padding-left: 55px; }
.account-wrap .keywordGroup-wrap .keywordGroup.this { border: 1px solid var(--blue); background-color: var(--blue02) !important; }
.account-wrap .keywordGroup-wrap .keywordGroup::before { width: 8px; height: 8px; content: ''; border-bottom: 1px dotted #aaa; border-left: 1px dotted #aaa; position: relative; top: -5px; }

.shop .account-wrap .campaign::before { background: url('../images/icons/folder-icon3.png'); }
.shop .account-wrap .campaign-wrap.on .campaign::before { background: url('../images/icons/open-folder-icon3.png'); }

.pin-wrap .pinGroup { display: none; }
.pin-wrap .pinGroup li { display: flex; }
.pin-wrap .pinGroup .campaign { max-width: 105px; padding: 0 18px 0 0; background: url('../images/icons/next-icon.png'); background-repeat: no-repeat; background-size: 12px; background-position: right center; text-overflow: ellipsis; white-space: nowrap; box-sizing: border-box; overflow: hidden; }
.pin-wrap .pinGroup .keywordGroup { padding-left: 45px; width: 100%; box-sizing: border-box; }
.pin-wrap .pinGroup .keywordGroup i { max-width: 85px !important; }
.pin-wrap .pinGroup .keywordGroup.this { border: 1px solid var(--blue); background-color: var(--blue02) !important; }
.pin-wrap .pinGroup .keywordGroup::before { width: 8px; height: 8px; content: ''; border-bottom: 1px dotted #aaa; border-left: 1px dotted #aaa; position: relative; top: -5px; }
.pin-wrap > li.on .pinGroup { display: block; }

.stat-sidebar .account-wrap span a { right: 40px; }
.board-sidebar .account-wrap span a { right: 40px; }
.board-sidebar .account-wrap .account { background: none; }
.board-sidebar .account-wrap span { padding: 0 20px 0 25px; }
.matter-wrap .board-sidebar .account-wrap .check-box { display: none; }
.matter-wrap .board-sidebar .account-wrap span a { right: 13px; }

.access-sidebar .account-wrap .keywordGroup a { right: 40px; }
.eval-sidebar .account-wrap .keywordGroup a { right: 40px; }

/* 대시보드 */
.board-wrap { display: flex; height: 100%; gap: 10px; }
.board-wrap .board-wrapper { padding: 15px; border-radius: 10px; background-color: var(--w05); }
.board-wrap .board-content { display: flex; flex-wrap: wrap; gap: 10px; }
.board-wrap .board-flex { display: flex; flex-wrap: wrap; align-content: flex-start; gap: 10px; flex: 1; }
.board-wrap .board-flex:first-child { min-width: 835px; }
.board-wrap .board-flex:first-child .board-radius { padding: 15px; height: 229px; position: relative; }
.board-wrap .board-flex:last-child { display: flex; flex-direction: column; }
.board-wrap .board-flex:last-child .board-radius { height: 100%; }
.board-wrap .board-flex:last-child .board-box { display: flex; flex-direction: column; }
.board-wrap .board-box { flex: 1; min-width: 400px; }
.board-wrap .keyword-box { flex-basis: 100%; background-color: transparent; }
.board-wrap .board-radius { border-radius: 8px; background-color: var(--w); border: 1px solid var(--border); overflow: hidden; }

.board-wrap .board-box h2 { display: flex; align-items: center; justify-content: space-between; height: 30px; font-size: 17px; font-weight: 600; margin-bottom: 7px; padding: 0 5px; }
.board-wrap .board-box h2 span { display: flex; align-items: flex-end; gap: 8px; }
.board-wrap .board-box h2 span p { display: flex; align-items: center; gap: 5px; font-size: 13px; color: var(--text4); font-weight: 500; letter-spacing: -0.4px; }
.board-wrap .board-box h2 span p b { font-size: 12px; }
.board-wrap .board-box h2 span p img { width: 16px; }
.board-wrap .board-box h2 div { display: flex; align-items: center; gap: 5px; }
.board-wrap .board-box h2 div a { display: flex; align-items: center; gap: 5px; height: 32px; border-radius: 4px; background-color: var(--blue02); }
.board-wrap .board-box h2 i { display: flex; background-color: var(--w); border-radius: 4px; padding: 4px; background-color: var(--blue02); }
.board-wrap .board-box h2 a { display: flex; align-items: center; height: 22px; font-size: 12px; color: var(--blue2); font-weight: 500; border-radius: 4px; padding: 0 8px; }
.board-wrap .board-box h2 svg { width: 12px; fill: var(--blue2); }
.board-wrap .board-box h2 a:hover { opacity: 0.6; }
.board-wrap .board-box h2 button { display: flex; align-items: center; height: 24px; font-size: 12px; color: var(--blue2); font-weight: 600; border-radius: 4px; padding: 0 8px; }
.board-wrap .board-box h2 button:hover { opacity: 0.6; }
.board-wrap .board-box h2 button.this { background-color: var(--w07); opacity: 1 !important;}
.board-wrap .board-box h2 .biz-current { width: auto; border: none; height: auto; }

.board-wrap .board-table table th { height: 25px; background-color: transparent; border: none; color: var(--text4); font-weight: 600; text-align: left; padding: 0 5px; }
.board-wrap .board-table table th:last-child { text-align: center; }
.board-wrap .board-table table td { font-size: 13px; height: 35px; background-color: transparent; text-align: left; padding: 0 5px; border-bottom: 1px dashed var(--border); }
.board-wrap .board-table table td:last-child { text-align: center; }
.board-wrap .board-table table td a { width: 100%; white-space: nowrap; word-break: break-all; overflow: hidden; text-overflow: ellipsis; }
.board-wrap .board-table table td a:hover { opacity: 0.7; }
.board-wrap .board-table table tr:last-child td { border-bottom: none; }
.board-wrap .board-table .table-body { min-height: 164px; height: 100%; overflow-y: scroll; background-color: var(--blue01); }
.board-wrap .board-table.notice-table table th:last-child { text-align: left; }
.board-wrap .board-table.notice-table table td:last-child { text-align: left; }
.board-wrap .board-table.notice-table table td a { padding-right: 20px; background: url(../images/icons/open-icon.png) no-repeat center right; }
.board-wrap .board-table.notice-table table td a b { display: inline-block; font-size: 11px; font-weight: 600; color: var(--red2); padding: 5px; background-color: var(--red02); border-radius: 4px; margin-right: 5px; }
.board-wrap .board-table.menual-table table th:last-child { text-align: left; }
.board-wrap .board-table.menual-table table td:last-child { text-align: left; }
.board-wrap .board-table.menual-table table td a { padding-right: 20px; background: url(../images/icons/open-icon.png) no-repeat center right; }

.board-wrap .chart-wrap { width: 100%; height: 100%; }
.board-wrap .chart-wrap p { font-size: 14px; color: var(--text5); margin-bottom: 10px; font-weight: 600; }
.board-wrap .chart-wrap h4 { display: flex; align-items: flex-end; gap: 2px; font-size: 17px; font-weight: 600; margin-bottom: 15px; }
.board-wrap .chart-wrap h4 b { font-size: 22px; font-weight: 700; }
.board-wrap .chart-wrap .pie-chart { width: 100%; display: flex; justify-content: center; gap: 30px; position: relative; }
.board-wrap .chart-wrap .pie-canvas { position: relative; }
.board-wrap .chart-wrap .overall-spending { position: absolute; transform: translate(-50%, -50%); top: 50%; left: 50%; text-align: center; }
.board-wrap .chart-wrap .overall-spending span { font-size: 19px; color: var(--red2); font-weight: 500; }
.board-wrap .chart-wrap .pie-label { flex: 1; display: flex; flex-direction: column; gap: 10px; }
.board-wrap .chart-wrap .pie-label-item { font-size: 13px; font-weight: 500; color: var(--gray); display: flex; justify-content: space-between; align-items: center; border-bottom: 1px dashed var(--border); padding: 0 10px 10px 10px; }
.board-wrap .chart-wrap .pie-label-item b { font-weight: 600; }
.board-wrap .chart-wrap .pie-label-item:nth-child(3) b { color: var(--blue); }
.board-wrap .chart-wrap .pie-label-item:nth-child(4) b { color: var(--red2); }

.board-wrap .board-campain { width: 100%; height: 100%; display: flex; flex-direction: column; gap: 40px; padding: 15px; }
.board-wrap .board-campain .done { height: 654px; }
.board-wrap .board-campain .board-campain-item { display: flex; flex-direction: column; height: 100%; }
.board-wrap .board-campain .board-campain-item .board-table { flex: 1; }
.board-wrap .board-campain table { flex: 1; min-width: 400px; }
.board-wrap .board-campain table th { height: 25px; background-color: transparent; border: none; color: var(--text4); text-align: right !important; padding: 0 10px; }
.board-wrap .board-campain table th i { display: flex; justify-content: right; }
.board-wrap .board-campain table td { height: 32px; background-color: var(--w); text-align: right !important; border-bottom: 1px dashed var(--border); padding: 0 10px; }
.board-wrap .board-campain table th:first-child { text-align: left !important; }
.board-wrap .board-campain table td:first-child { text-align: left !important; }
.board-wrap .board-campain .board-table-sum { margin-bottom: 15px; }
.board-wrap .board-campain .board-table-sum table td { border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); color: var(--text2); background-color: var(--bg4); padding: 0 10px; }
.board-wrap .board-campain .chart-wrap { flex: 1; }
.board-wrap .board-campain .chart-wrap ul { display: flex; gap: 5px; background-color: var(--w); border-radius: 4px; padding: 4px; background-color: var(--blue02); margin-bottom: 10px; }
.board-wrap .board-campain .chart-wrap li { flex: 1; display: flex; align-items: center; justify-content: center; height: 26px; font-size: 12px; color: var(--text5); font-weight: 500; border-radius: 4px; cursor: pointer; }
.board-wrap .board-campain .chart-wrap li:hover { opacity: 0.6; }
.board-wrap .board-campain .chart-wrap li.this { background-color: var(--w07); opacity: 1 !important; color: var(--blue2); }
.board-wrap .board-campain .bar-chart { width: 100%; max-height: 182px; position: relative; aspect-ratio: 2; }

.board-wrap .board-tab { display: flex; padding: 0 10px; }
.board-wrap .board-tab button { flex: 1; height: 50px; font-size: 15px; color: var(--text); font-weight: 600; border-bottom: 1px solid var(--border); }
.board-wrap .board-tab button.this { color: var(--blue2); border-bottom: 3px solid var(--blue2); }

.board-wrap .keyword-item { display: flex; gap: 10px; }
.board-wrap .keyword-item dl { flex: 1; display: flex; flex-direction: column; gap: 10px; }
.board-wrap .keyword-item dl dd { flex: 1; display: flex; align-items: center; gap: 20px; background-color: var(--w); border-radius: 8px; padding: 15px; border: 1px solid var(--border); position: relative; }
.board-wrap .keyword-item dl dd h3 { font-size: 14px; font-weight: 600; color: var(--text5); position: absolute; top: 15px; left: 15px; }
.board-wrap .keyword-item dl dd > p { display: flex; align-items: center; justify-content: center; width: 80px; height: 80px; border-radius: 20px; box-shadow: 0 0 10px var(--blue03); }
.board-wrap .keyword-item dl dd > p span { display: flex; align-items: end; gap: 2px; font-size: 30px; font-weight: 600; }
.board-wrap .keyword-item dl dd > p span b { font-size: 13px; font-weight: 400; color: var(--gray); margin-bottom: 2px; }
.board-wrap .keyword-item dl dd .keywordBar { display: flex; align-items: center; width: 100%; height: 5px; background-color: var(--black03); border-radius: 50px; overflow: hidden; }
.board-wrap .keyword-item dl dd .keywordBar span { height: 5px; position: relative; background-color: var(--blue); }
.board-wrap .keyword-item dl dd i { flex-basis: 45%; display: flex; flex-direction: column; gap: 10px; padding-top: 10px; }
.board-wrap .keyword-item dl dd i p { font-size: 15px; font-weight: 600; }
.board-wrap .keyword-item dl dd i > span { display: flex; align-items: end; justify-content: space-between; font-size: 13px; font-weight: 500; }
.board-wrap .keyword-item dl dd i > span h4 { display: flex; font-size: 13px; gap: 2px; }
.board-wrap .keyword-item dl dd i > span h4 b { font-weight: 600; color: var(--blue2); }
.board-wrap .keyword-item dl dd i > span h5 { display: flex; align-items: end; gap: 2px; font-size: 13px; font-weight: 600; color: var(--gray); }
.board-wrap .keyword-item dl dd i > span h5 b { font-size: 30px; color: var(--text); }
.board-wrap .keyword-item dl dd ul { flex: 1; display: flex; flex-direction: column; gap: 10px; border-left: 1px dashed var(--border); padding-left: 20px; }
.board-wrap .keyword-item dl dd ul li { display: flex; justify-content: space-between; font-size: 13px; font-weight: 500; }
.board-wrap .keyword-item dl dd ul li span { font-weight: 600; }
.board-wrap .keyword-item dl dd ul li:nth-child(2) { color: var(--blue2); }
.board-wrap .keyword-item dl dd ul li:nth-child(3) { color: var(--gray); }
.board-wrap .keyword-item dl dd:last-child ul li:nth-child(1) { color: var(--blue2); }
.board-wrap .keyword-item dl dd:last-child ul li:nth-child(2) { color: var(--gray); }
.board-wrap .keyword-item dl dd:last-child ul li:nth-child(3) { color: var(--blue4); }
.board-wrap .keyword-item dl dd:last-child ul li:nth-child(4) { color: var(--g); }
.board-wrap .keyword-item > ul { flex: 1; display: flex; flex-wrap: wrap; gap: 10px; }
.board-wrap .keyword-item > ul > li { flex: 1 1 40%; height: 85px; display: flex; flex-direction: column; gap: 20px; background-color: var(--w); border-radius: 8px; border: 1px solid var(--border); padding: 15px; position: relative; }
.board-wrap .keyword-item > ul > li > p { padding: 7px 10px; text-align: center; font-size: 11px; color: var(--text2); background-color: var(--blue); border-radius: 50px; position: absolute; top: 13px; }
.board-wrap .keyword-item > ul > li:nth-child(1) > p { background-color: var(--blue); }
.board-wrap .keyword-item > ul > li:nth-child(2) > p { background-color: var(--gray2); }
.board-wrap .keyword-item > ul > li:nth-child(3) > p { background-color: var(--blue3); }
.board-wrap .keyword-item > ul > li:nth-child(4) > p { background-color: var(--g); }
.board-wrap .keyword-item > ul > li > span { display: flex; gap: 2px; position: absolute; right: 15px; top: 20px; font-size: 13px; color: var(--gray); }
.board-wrap .keyword-item > ul > li > span h3 { color: var(--text); font-weight: 600; }
.board-wrap .keyword-item > ul > li i { display: flex; flex-direction: column; gap: 5px; margin-top: 35px; }
.board-wrap .keyword-item > ul > li .keywordBar { display: flex; align-items: center; width: 100%; height: 5px; background-color: var(--black03); border-radius: 50px; overflow: hidden; }
.board-wrap .keyword-item > ul > li .keywordBar span { height: 5px; position: relative; color: transparent; }
.board-wrap .keyword-item > ul > li .keywordBar span:nth-child(1) { background-color: var(--blue); width: 30%; }
.board-wrap .keyword-item > ul > li .keywordBar span:nth-child(2) { background-color: var(--red); width: 10%; }
.board-wrap .keyword-item > ul > li ul { display: flex; flex-direction: column; gap: 8px; margin-top: 5px; }
.board-wrap .keyword-item > ul > li ul li { display: flex; justify-content: space-between; font-size: 13px; position: relative; padding-left: 12px; font-weight: 500; }
.board-wrap .keyword-item > ul > li ul li::after { content: ''; width: 4px; height: 4px; border: 2px solid transparent; border-radius: 100%; position: absolute; left: 0; top: 50%; transform: translateY(-60%); }
.board-wrap .keyword-item > ul > li ul li:nth-child(1) { color: var(--blue); }
.board-wrap .keyword-item > ul > li ul li:nth-child(1)::after { border-color: var(--blue); }
.board-wrap .keyword-item > ul > li ul li:nth-child(2) { color: var(--red2); }
.board-wrap .keyword-item > ul > li ul li:nth-child(2)::after { border-color: var(--red2); }

.board-wrap .board-box .blog-list { gap: 10px; }
.board-wrap .board-box .blog-item { flex: 1 1 45%; max-width: calc(100% / 2 - 7.5px); gap: 5px; }
.board-wrap .board-box .blog-item i { margin-bottom: 2px; padding: 18px; }
.board-wrap .board-box .blog-item i::before { width: 30px; height: 30px; background-size: 20px; right: 18px; top: 23px; }
.board-wrap .board-box .blog-item i p { font-size: 12px; }
.board-wrap .board-box .blog-item i h4 { font-size: 13px; }
.board-wrap .board-box .blog-item i h5 { font-size: 16px; }
.board-wrap .board-box .blog-item > h3 { display: none; }
.board-wrap .board-box .blog-item > span { display: none; }

/* 소재관리 */
.matter-wrap .search-wrap select { width: 160px; }
.matter-table table tbody td { height: auto; padding: 10px; line-height: 1.4; border: 1px solid var(--border); }
.matter-table table tbody td b { font-size: 14.5px; color: var(--blue); font-weight: 600; }
.matter-table table tbody td ul { display: flex; flex-direction: column; gap: 5px; padding-left: 20px; }
.matter-table table tbody td ul strong { margin-left: -20px; }
.matter-table table tbody td ul li { list-style: disc; margin-bottom: 5px; }
.matter-table table tbody td ul li:last-child { margin: 0; }

/* 광고입찰관리 */
.biz-table-wrap { height: calc(100% - 100px); }
.biz-table-wrap .table-header th:first-child { border-right: none; }
.biz-current { width: 100%; display: flex; align-items: center; height: 45px; font-weight: 500; padding: 0 15px; border-bottom: 1px solid var(--border); }
.biz-current i { display: flex; align-items: center; gap: 5px; }
.biz-current ul { display: flex; align-items: center; gap: 5px; margin-right: 5px; }
.biz-current li { display: flex; align-items: center; gap: 5px; background: url(../images/icons/next-icon.png) no-repeat right center; padding-right: 15px; background-size: 12px; }
.biz-current li strong { font-size: 14px; color: var(--text); max-width: 100px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.biz-current li:last-child { padding: 0; background: none; }
.biz-current p { width: 1px; height: 13px; border-left: 1px solid var(--border); margin: 0 5px; }
.biz-current span { font-size: 13px; color: var(--gray); min-width: fit-content; }
.biz-current h1 { font-size: 14px; color: var(--red2); min-width: fit-content; }
.biz-current h2 { font-size: 14px; color: var(--blue2); min-width: fit-content; }
.biz-current h3 { display: flex; align-items: center; gap: 5px; font-size: 12px; color: var(--red2); font-weight: 600; white-space: nowrap; }
.biz-current h3 img { width: 18px; }
.biz-current a { min-width: fit-content; display: flex; align-items: center; gap: 5px; }
.biz-current .btn20 { color: var(--red2); background-color: var(--red03); border: none; }
.biz-current .timer { display: flex; align-items: center; justify-content: center; }
.biz-current .timer img { width: 20px; }
.biz-current ul li .btn20 { color: var(--blue2); background-color: var(--blue02); }

.biz-table input { width: 80px; height: 30px; text-align: right; font-weight: 500; transition: 0.1s; }
.biz-table input:hover { transform: scale(1.1); box-shadow:var(--shadow); }
.biz-table input[name='searchword'] { width: 100px; text-align: center; }
.biz-table input.w40 { width: 40px; text-align: center; }
.biz-table td .red { display: inline-block; color: var(--red2); background-color: var(--red03); border-radius: 50px; line-height: 25px; padding: 0 10px; font-size: 12px; }
.biz-table td .green { display: inline-block; color: var(--blue2); background-color: var(--blue03); border-radius: 50px; line-height: 25px; padding: 0 10px; font-size: 12px; }
.biz-table td .rank { display: flex; align-items: center; justify-content: center; gap: 2px; }
.biz-table td .rank b { display: flex; align-items: center; gap: 2px; }
.biz-table td .rank .up { color: var(--red2); }
.biz-table td .rank .up::after { display: block; border: 5px solid transparent; border-bottom: 8px solid var(--red2); content: ''; margin-top: -8px; }
.biz-table td .rank .down { color: var(--blue); }
.biz-table td .rank .down::after { display: block; border: 5px solid transparent; border-top: 8px solid var(--blue); content: ''; margin-top: 4px; }
.biz-table td .t_gray { font-size: 13px; }
.biz-table td:nth-child(8) { background-color: var(--blue01); border-left: 1px solid var(--border); border-right: 1px solid var(--border); }
.biz-table td:nth-child(13) input { color: var(--red2); border-color: var(--red2) !important; }
.biz-table td:nth-child(14) input { color: var(--blue); border-color: var(--blue) !important; }

.key-set { position: absolute; left: 50%; bottom: 50%; transform: translate(-50%,-50%); background-color: var(--black); width: fit-content; height: 40px; padding: 5px; border-radius: 5px; z-index: 98; display: none; }
.key-set::after { position: absolute; left: 20px; top: -5px; width: 10px; height: 10px; background-color: var(--black); transform: rotate(45deg); content: ''; }
.key-set input { width: 170px; height: 30px; background-color: transparent; color: var(--w); border: none; }
.key-set input.focus { border: none !important; box-shadow: none !important; }
.key-set input::-webkit-inner-spin-button { appearance: none; -moz-appearance: none; -webkit-appearance: none; }

.shop-set { position: absolute; width: 440px; height: 580px; background-color: var(--w); border: 1px solid var(--border); border-radius: 10px; box-shadow: var(--shadow); overflow: hidden; z-index: 99; display: none; }
.shop-set p { padding: 10px; font-size: 13px; line-height: 1.4; border-bottom: 1px dashed var(--border); }
.shop-set p b { color: var(--orange); font-weight: 500; }
.shop-set .sw-input { display: flex; align-items: center; gap: 5px; padding: 10px; }
.shop-set .sw-input input { flex: 1; }
.shop-set .sw-input button { font-size: 12px; color: var(--text2); background-color: var(--blue); height: 35px; border-radius: 5px; padding: 0 10px; }
.shop-set .sw-list { height: 431px; border-top: 1px solid var(--border); }
.shop-set .shop-set-header { display: flex; align-items: center; justify-content: space-between; height: 35px; background-color: var(--black2); font-size: 13px; color: var(--text2); padding: 0 10px; }
.shop-set .shop-set-header button { display: flex; }
.shop-set .shop-set-body { height: calc(100% - 70px); overflow-y: auto; }
.shop-set .shop-set-body tr { cursor: pointer; }
.shop-set .shop-set-body tr:hover td { color: var(--blue); background-color: var(--blue01);}
.shop-set th { background-color: var(--w6); border-color: var(--border); color: var(--text); font-weight: 700; }
.shop-set tr:first-child th { border-bottom: 1px solid var(--border); color: var(--orange); }
.shop-set th:last-child { border-right: none; }
.shop-set td { font-size: 12px; border: 1px solid var(--border); height: 30px; }
.shop-set td:first-child { border-left: none; }
.shop-set td:last-child { border-right: none; }

/* 접속정보 */
.access-table.table-header td { color: var(--blue); font-weight: 600; height: 35px; }
.access-table.table-header th:first-child { border-right: none; }
.access-table.table-header td:nth-child(3) { color: var(--red2); }
.access-table.table-header td:nth-child(4) { color: var(--red2); }

/* 입찰평가 */
.eval-table table tbody td:first-child { text-align: left; padding: 0 15px; }
.eval-table table tbody td:nth-child(2) { background-color: var(--red01); color: var(--red2); border-left: 1px solid var(--border); border-right: 1px solid var(--border); }

/* 통계조회 */
.choose-area { display: flex; align-items: center; gap: 5px; }
#calendar-input { width: 155px; }
.calendar-wrap { position: relative; }
.vanilla-calendar-grid { flex-wrap: nowrap; width: 100%;}
.vanilla-calendar { max-width: fit-content; padding: 10px; border-radius: 10px; box-sizing: border-box; box-shadow: 0 0 2px var(--black01), 0 0 6px var(--black01); z-index: 99; }
.vanilla-calendar .vanilla-calendar-month, .vanilla-calendar-year { font-size: 16px; font-weight: 700; }
.vanilla-calendar .vanilla-calendar-days_selecting .vanilla-calendar-day__btn:hover { color: var(--blue3); }
.vanilla-calendar .vanilla-calendar-day__btn.vanilla-calendar-day__btn_selected { color: var(--text2); }
.vanilla-calendar .vanilla-calendar-months__month.vanilla-calendar-months__month_selected { color: var(--text2); }
.vanilla-calendar .vanilla-calendar-years__year.vanilla-calendar-years__year_selected { color: var(--text2); }
.vanilla-calendar .vanilla-calendar-years { row-gap: 10px; column-gap: 5px; }
.vanilla-calendar .vanilla-calendar-year { order: 0; }
.vanilla-calendar .vanilla-calendar-month { order: 1; }
.vanilla-calendar .vanilla-calendar-month.vanilla-calendar-month_disabled { display: none; }
.vanilla-calendar .vanilla-calendar-week__day { font-size: 13px; font-weight: 600; }
.vanilla-calendar .vanilla-calendar-arrow.vanilla-calendar-arrow_next:before { background: url(../images/icons/next-icon.png) no-repeat 0 50%; transform: rotate(0); }
.vanilla-calendar .vanilla-calendar-arrow.vanilla-calendar-arrow_prev:before { background: url(../images/icons/next-icon.png) no-repeat 0 50%; transform: rotate(180deg); }

/* 요금결제 */
.payment-area { width: 100%; display: flex; gap: 15px; padding-right: 10px; overflow-y: auto; }
.payment-box { display: flex; flex-direction: column; max-width: 1000px; height: fit-content; background-color: var(--w); border-radius: 10px; overflow: hidden; }
.payment-box i { display: flex; align-items: center; gap: 5px; font-size: 12px; color: var(--text2); background-color: var(--bg4); padding: 10px 15px; }
.payment-box i > span { display: flex; align-items: center; height: 27px; gap: 5px; border-radius: 50px; padding: 0 8px; background-color: var(--black03); }
.payment-box i > span:nth-child(3) { gap: 0; padding: 0 10px 0 5px; }
.payment-box i p { font-size: 13px; margin-left: 5px; font-weight: 500; }
.payment-table { padding: 5px 15px 15px 15px; }
.payment-table thead tr:first-child th:nth-child(3) { border-bottom-color: var(--border); }
.payment-table thead tr:first-child th:nth-child(5) { border-bottom-color: var(--border); }
.payment-table thead tr span { display: flex; align-items: center; justify-content: center; gap: 5px; }
.payment-table thead tr span b { color: var(--blue2); font-size: 11px; border-radius: 50px; background-color: var(--blue02); padding: 4px 7px; }
.payment-table thead th { height: auto; background-color: var(--w); border: 1px solid var(--border); font-size: 14px; color: var(--text); line-height: 1.4; font-weight: 600; padding: 10px; border-bottom: 1px solid var(--text); border-top: none; }
.payment-table thead th:first-child { border-left: none; }
.payment-table thead th:last-child { border-right: none; }
.payment-table tbody tr { cursor: pointer; }
.payment-table tbody tr td::after { content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: var(--blue02); display: none; box-sizing: border-box; }
.payment-table tbody tr td:first-child:after { border-left: 2px solid transparent; }
.payment-table tbody tr:nth-child(n+2).on td::after { display: block; border-color: var(--blue); }
.payment-table tbody tr:first-child { cursor: inherit; }
.payment-table tbody tr:first-child td { text-align: left; font-size: 18px; font-weight: 600; padding: 20px 10px 15px 10px; background-color: transparent; }
.payment-table tbody tr:first-child td:hover { background-color: transparent; }
.payment-table tbody td { height: auto; background-color: var(--w); font-size: 14px; padding: 12px 10px; position: relative; }
.payment-table tbody td .check-box { width: fit-content; }
.payment-table tbody td .check-box label { font-size: 14px; left: -20px; color: var(--text); }
.payment-table tbody td h3 { display: inline-flex; align-items: center; gap: 8px; color: var(--text); }
.payment-table tbody td h3 b { display: flex; align-items: center; justify-content: center; width: 24px; height: 24px; border-radius: 100%; color: var(--text2); font-size: 14px; padding-left: 1px; box-sizing: border-box; }
.payment-table tbody td h4 { display: inline-block; font-size: 14px; color: var(--blue); font-weight: 500; position: relative; top: 1px; left: 2px; }
.payment-table tbody td:nth-child(7) { color: var(--blue2); font-weight: 600; }
.payment-table tbody td:nth-child(n+3) { text-align: right; }
.payment-table tbody td:nth-child(n+8) { font-size: 13px; }
.payment-table tbody td:nth-child(n+8) span { position: relative; color: var(--gray); }
.payment-table tbody td:nth-child(n+8) b { font-size: 15px; font-weight: 600; }
.payment-table tbody td:nth-child(8) b { color: var(--text); }
.payment-table tbody td:nth-child(8)::before { position: absolute; width: 100%; height: 100%; content: ''; left: 0; top: 0; background-color: var(--y01); }
.payment-table tbody td:nth-child(9) b { color: var(--g3); }
.payment-table tbody td:nth-child(9)::before { position: absolute; width: 100%; height: 100%; content: ''; left: 0; top: 0; background-color: var(--g01); }
.payment-table tbody td:nth-child(10) b { color: var(--blue2); }
.payment-table tbody td:nth-child(10)::before { position: absolute; width: 100%; height: 100%; content: ''; left: 0; top: 0; background-color: var(--blue01); }
.payment-table tbody tr:hover td { background-color: var(--w); }

.payment-info { width: 340px; min-width: 340px; height: fit-content; }
.payment-info .payment-total { display: flex; flex-direction: column; gap: 15px; padding: 20px; background-color: var(--blue6); border-top-left-radius: 10px; border-top-right-radius: 10px; }
.payment-info .payment-total h4 { color: var(--text2); font-size: 15px; opacity: 0.7; }
.payment-info .payment-total span { font-size: 20px; color: var(--text2); }
.payment-info .month-sel { display: flex; align-items: center; gap: 10px; }
.payment-info .month-sel .radio label { color: var(--text2); font-size: 14.5px; padding-left: 25px; }
.payment-info .month-sel .radio:hover::after { background-color: var(--w07); }
.payment-info dl { display: flex; flex-direction: column; gap: 15px; padding: 20px; background-color: var(--w); border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; }
.payment-info dl dd { display: flex; align-items: center; gap: 50px; font-size: 14.5px; }
.payment-info dl dd h3 { width: 100px; }
.payment-info dl dd span { display: flex; align-items: center; gap: 5px; }
.payment-info dl dd span strong { font-size: 16px; }
.payment-info dl dd span b { font-weight: 600; }
.payment-info dl dd span .dc { color: var(--red2); }
.payment-info dl dd:last-child { border-top: 1px solid var(--border); padding-top: 15px; }
.payment-info dl dd span .total { color: var(--blue2); font-size: 18px; position: relative; top: -2px; }
.payment-info .bank-box { display: flex; flex-direction: column; align-items: center; gap: 10px; padding: 20px; background-color: var(--w); border-radius: 10px; margin-top: 10px; border: 1px solid var(--blue); }
.payment-info .bank-box h3 { font-size: 16px; font-weight: 500; margin-bottom: 5px; }
.payment-info .bank-box strong { display: flex; align-items: center; gap: 10px; font-size: 22px; }
.payment-info .bank-box strong img { width: 70px; }
.payment-info .bank-box span { font-size: 14px; color: var(--gray); }
.payment-info .bank-box ul { width: 100%; display: flex; flex-direction: column; gap: 5px; margin-top: 5px; padding-top: 15px; border-top: 1px solid var(--border); padding-left: 20px; box-sizing: border-box; }
.payment-info .bank-box ul li { font-size: 13px; color: var(--gray); line-height: 1.4; list-style: disc; }
.payment-info button { width: 100%; height: 55px; font-size: 16px; color: var(--text2); background-color: var(--blue); border-radius: 10px; margin-top: 10px; }

/* 고객센터 */
.customer-current { height: 45px; display: flex; align-items: center; gap: 5px; border-bottom: 1px solid var(--border); padding: 0 15px; position: relative; }
.customer-current h1 { font-size: 13px; color: var(--gray); font-weight: 500; }
.customer-current span { font-size: 16px; font-weight: 600; color: var(--purple); }

.customer-table table { min-width: auto !important; }
.customer-table-box { height:calc(100% - 95px); overflow-y: auto; }
.customer-table td:nth-child(3) { text-align: left; }
.customer-table td .standby { background-color: var(--gray2); color: var(--text2); padding: 5px 8px; border-radius: 4px; font-size: 12px; font-weight: 400; }
.customer-table td .complete { background-color: var(--blue3); color: var(--text2); padding: 5px 8px; border-radius: 4px; font-size: 12px; font-weight: 400; }

.customer-wrap { min-width: 1100px; width: 100%; height: calc(100% - 45px); overflow-y: auto; }
.customer-wrap .customer-view { height: 100%; }
.customer-wrap .customer-view-title { display: flex; flex-direction: column; gap: 20px; border-bottom: 1px solid var(--border); padding: 10px 20px 20px 20px; }
.customer-wrap .customer-view-title > span { display: flex; align-items: center; justify-content: space-between; height: 28px; margin-left: -5px; }
.customer-wrap .customer-view-title > span a { display: flex; align-items: center; gap: 2px; font-size: 13px; color: var(--gray); }
.customer-wrap .customer-view-title > span a img { width: 14px; height: 14px; }
.customer-wrap .customer-view-title > span .remove { gap: 5px; color: var(--red2); border: 1px solid var(--red2); padding: 5px 7px 5px 5px; border-radius: 4px; }
.customer-wrap .customer-view-title > span .remove:hover { background-color: var(--red03); }
.customer-wrap .customer-view-title > i { display: flex; flex-direction: column; gap: 5px; }
.customer-wrap .customer-view-title > i h1 { font-size: 16px; font-weight: 600; margin-bottom: 10px; }
.customer-wrap .customer-view-title > i span { font-size: 13px; color: var(--gray); }
.customer-wrap .customer-view-text { width: 100%; height: 300px; }
.customer-wrap .customer-view-text textarea { width: 100%; height: 100%; border: none; padding: 20px; font-size: 14px; }
.customer-wrap .customer-view-answer { width: 100%; height: calc(100% - 441px); border-top: 1px solid var(--border); background-color: var(--black01); padding: 20px; }
.customer-wrap .customer-view-answer h1 { font-size: 15px; font-weight: 600; margin-bottom: 10px; color: var(--text); }
.customer-wrap .customer-view-answer textarea { width: 100%; border: none; font-size: 14px; line-height: 1.4; background-color: transparent; color: var(--text); }
.customer-wrap .customer-write { height: calc(100% - 115px); overflow-y: auto; }
.customer-wrap .customer-write-box { display: flex; flex-direction: column; gap: 10px; padding: 10px 20px 20px 20px; }
.customer-wrap .customer-write-box i { display: flex; align-items: center; justify-content: space-between; height: 28px; margin-bottom: 10px; margin-left: -5px; }
.customer-wrap .customer-write-box i a { display: flex; align-items: center; gap: 2px; font-size: 13px; color: var(--gray); }
.customer-wrap .customer-write-box i a img { width: 14px; height: 14px; }
.customer-wrap .customer-write-box i a.btn30:hover { background-color: var(--blue02); color: var(--blue2); }
.customer-wrap .customer-write-box span { display: flex; gap: 30px; }
.customer-wrap .customer-write-box span h1 { font-size: 14px; font-weight: 600; margin-top: 5px; }
.customer-wrap .customer-write-box span input { flex: 1; height: 28px; border: none; border-bottom: 1px solid var(--border); border-radius: 0; }
.customer-wrap .customer-write-box span input.focus { border-top: none !important; border-left: none !important; border-right: none !important; box-shadow: none !important; }
.customer-wrap .customer-write-box span select { height: 28px; border: none; border-bottom: 1px solid var(--border); border-radius: 0; }
.customer-wrap .customer-write-box span textarea { flex: 1; height: 300px; border: 1px solid var(--border); padding: 10px; }
.customer-wrap .customer-write-box span:last-child { margin-top: 10px; }

/* 공지사항 */
.notice-table table { min-width: auto !important; }
.notice-table-box { height:calc(100% - 95px); overflow-y: auto; }
.notice-table td:nth-child(3) { text-align: left; }

.notice-wrap .notice-view { height: 100%; }
.notice-wrap .notice-view-title { display: flex; flex-direction: column; gap: 20px; border-bottom: 1px solid var(--border); padding: 10px 20px 20px 20px; }
.notice-wrap .notice-view-title > span { display: flex; align-items: center; justify-content: space-between; height: 28px; margin-left: -5px; }
.notice-wrap .notice-view-title > span a { display: flex; align-items: center; gap: 2px; font-size: 13px; color: var(--gray); }
.notice-wrap .notice-view-title > span a img { width: 14px; height: 14px; }
.notice-wrap .notice-view-title > span .remove { gap: 5px; color: var(--red2); border: 1px solid var(--red2); padding: 5px 7px 5px 5px; border-radius: 4px; }
.notice-wrap .notice-view-title > span .remove:hover { background-color: var(--red03); }
.notice-wrap .notice-view-title > i { display: flex; flex-direction: column; gap: 5px; }
.notice-wrap .notice-view-title > i h1 { font-size: 16px; font-weight: 600; margin-bottom: 10px; }
.notice-wrap .notice-view-title > i span { font-size: 13px; color: var(--gray); }
.notice-wrap .notice-view-text { width: 100%; height: calc(100vh - 260px); }
.notice-wrap .notice-view-text textarea { width: 100%; height: 100%; border: none; padding: 20px; font-size: 14px; }

/* 정보수정 */
.member-info-wrap { width: 100%; display: flex; justify-content: center; gap: 20px; }
.member-info { width: 800px; display: flex; flex-direction: column; align-items: center; gap: 20px; }
.member-info .member-info-top { width: 100%; display: flex; gap: 10px; }
.member-info .member-info-box { width: 100%; }
.member-info .member-info-box > h1 { font-size: 17px; font-weight: 600; padding: 10px 20px; }
.member-info .member-info-box ul { display: flex; flex-direction: column; gap: 5px; padding: 10px 20px 10px 20px; border: 1px solid var(--border); border-radius: 10px; background-color: var(--w); overflow: hidden; }
.member-info .member-info-box ul li { display: flex; align-items: center; gap: 5px; justify-content: space-between; height: 35px; border-bottom: 1px solid var(--border); padding-bottom: 5px; }
.member-info .member-info-box ul li i { flex: 1; display: flex; align-items: center; gap: 10px; }
.member-info .member-info-box ul li h1 { min-width: fit-content; font-size: 14px; color: var(--gray); }
.member-info .member-info-box ul li span { display: flex; align-items: center; }
.member-info .member-info-box ul li span input { text-align: center; }
.member-info .member-info-box ul li p { font-size: 13px; color: var(--gray); }
.member-info .member-info-box ul li input { font-size: 14px; width: 100%; height: 30px; padding: 0 5px; }
.member-info .member-info-box ul li select { height: 30px; }
.member-info .member-info-box ul li input[disabled] { background-color: transparent; border: none; padding: 0; }
.member-info .member-info-box ul li #receipt { display: none; margin-left: 5px; }
.member-info .member-info-box ul li:last-child { border: none; padding: 0; }
.member-info .footer .ft-info { margin-top: 20px; }

/* 팝업 */
.popup { background-color: var(--w4); height: 100vh; overflow: hidden; }
.popup .popup-wrap { height: 100vh; background-color: var(--bg); margin: 0 auto; padding: 0 20px; }
.popup .popup-wrap .popup-title { display: flex; align-items: center; justify-content: center; width: 100%; height: 70px; border-bottom: 2px solid var(--black); }
.popup .popup-wrap .popup-title h1 { font-size: 20px; color: var(--text); font-weight: 500; }
.popup .popup-wrap .popup-info { margin-top: 10px; }
.popup .popup-wrap .popup-info p { font-size: 14px; color: var(--gray); line-height: 1.3; }
.popup .popup-top { display: flex; align-items: center; justify-content: space-between; }
.popup .popup-top h1 { display: flex; align-items: center; gap: 7px; font-size: 18px; color: var(--blue3); font-weight: 600; padding-left: 5px; }
.popup .popup-top h1 img { width: 24px; }
.popup .popup-body { padding: 20px 0; }
.popup .popup-body table { width: 100%; max-width: none; min-width: none; }
.popup .popup-body .table-wrap h1 { font-size: 17px; font-weight: 600; padding-bottom: 10px; border-bottom: 1px solid var(--black2); }
.popup .popup-body .table-wrap table tr:hover td { background-color: var(--w); }
.popup .popup-body .table-wrap table td { padding: 10px 20px; height: auto; background-color: var(--w); }
.popup .popup-body .table-wrap table td input { width: 100%; }
.popup .popup-body .table-wrap table td i { display: flex; align-items: center; gap: 10px; }
.popup .popup-btn { display: flex; justify-content: center; gap: 10px; }
.popup .popup-btn a { width: 200px; line-height: 48px; border: 1px solid var(--blue); background-color: var(--blue); text-align: center; color: var(--text2); border-radius: 5px; cursor: pointer; }
.popup .popup-btn .popup-cancel { background-color: transparent; border-color: var(--blue); color: var(--blue); }
.popup .popup-btn .popup-cancel:hover { background-color: var(--blue01); }

.popup ul { width: 100%; display: flex; flex-direction: column; gap: 10px; }
.popup ul.row { flex-direction: row; gap: 5px; }
.popup ul li { flex: 1; min-height: 50px; display: flex; align-items: center; justify-content: space-between; background-color: var(--w3); border-radius: 10px; padding: 10px 20px; color: var(--text); box-sizing: border-box; }
.popup ul li h1 { font-size: 13px; font-weight: 600; color: var(--gray); }
.popup ul li span { font-size: 13px; }
.popup ul li select { color: var(--text); }
.popup ul li i { display: flex; align-items: center; gap: 10px; }
.popup ul li i label { font-size: 13px; }

/* 그래프 팝업 */
.popup ul li .sel-box { display: flex; align-items: center; border: 1px solid var(--border); background-color: var(--w); border-radius: 5px; padding-left: 10px; }
.popup ul li .sel-box p { width: 12px; height: 12px; content: ''; }
.popup ul li .sel-box select { border: none; height: 30px; }
.popup ul li:nth-child(3) { flex-basis: 140px; }
.popup .graph { width: 100%; height: 500px; background-color: var(--w); margin-top: 10px; border-radius: 10px; padding: 20px; }

/* 요금결제 팝업 */
.payment-popup table td.em::after { display: block; content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background-color: rgba(255,235,59,.16); }
.payment-popup table td.blank { height: 4px !important; padding: 0 !important; border: none !important; background-color: transparent !important; }
.payment-popup table td { border-left: 1px solid var(--border); overflow: visible !important; }
.payment-popup table td i p { font-size: 12px; color: var(--gray); }
.payment-popup table td .dc { color: var(--gray); text-decoration: line-through; margin-right: 5px; }
.payment-popup table td .price { margin-right: 2px; }
.payment-popup table td .vat { margin-right: 2px; }
.payment-popup table td .total { font-size: 14px; color: var(--blue2); margin-right: 2px; }
.payment-popup table td .check-item-box { display: flex; align-items: center; gap: 30px; }
.payment-popup table td .check-box label { font-size: 13.5px; }
.payment-popup table td .check-box label b { color: var(--red2); }
.payment-popup table td .check-item { display: flex; flex-direction: column; align-items: start; gap: 10px; position: relative; }
.payment-popup table td .event-item { position: absolute; background-color: #ff7a50; font-size: 11px; color: var(--text2); padding: 4px 5px; top: -22px; left: 50%; transform: translateX(-50%); }
.popup .popup-body .account-table-wrap { margin-top: 20px; }
.popup .popup-body .account-table-wrap table td { height: 40px; padding: 0; }
.popup .popup-body .account-table-wrap table td:first-child { border-left: none; }

/* 주소록 찾기 팝업 */
.popup_container .address_title { background: #58595a; }
.popup_container .address_search_box { padding: 0 20px; margin: 15px 0; }
.popup_container .address_search_box .search_box .address_input { float: left; padding: 0 0 0 5px; height: 25px; line-height: 25px; 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/contents/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 { font-size: 14px; 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/contents/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: 14px; padding: 20px; padding-top: 10px; }
.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; font-size: 15px; }
.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; }
.paging { display: flex; align-items: center; justify-content: center; gap: 5px; width: 100%; text-align: center; padding-top: 12px; clear: both; margin: 0 auto; font-size: 12px; }
.paging .paging_number .num { color: #333; font-weight: 600; padding: 0 5px; }
.paging .paging_number strong { color: #ff592c; font-weight: 600; padding: 0 5px;  }
.paging .paging_number { display: flex; align-items: center; height: 15px; line-height: 15px; color: #ccc; font-size: 13px; vertical-align: top; }

/* 접속차단 목록 팝업 */
.access-popup .table-wrap { height: 651px; }

/* 레이어 */
.msg-layer { min-width: 310px; background-color: var(--black); padding: 15px; border-radius: 15px; box-shadow: 0px 10px 30px -3px var(--black01), 0px 15px 80px -5px var(--black01); position: absolute; top: 60px; right: 30px; visibility: hidden; opacity: 0; transition: 0.2s; z-index: 99; }
.msg-layer.show { visibility: visible; opacity: 1; }
.msg-layer i { display: flex; align-items: center; gap: 8px; }
.msg-layer .msg-title { font-size: 15px; color: var(--w); font-weight: 500; }

.error-layer { min-width: 310px; background-color: var(--w); padding: 20px 25px; border-radius: 20px; box-shadow: 0px 10px 30px -3px var(--black01), 0px 15px 80px -5px var(--black01); position: absolute; top: 50%; left: calc(50% + 330px); transform: translate(-52%,-70%); z-index: 99; display: none; }
.error-layer .error-top { display: flex; flex-direction: column; gap: 10px; }
.error-layer .error-title { font-size: 17px; font-weight: 600; color: var(--black); }
.error-layer .error-msg { display: block; font-size: 15px; line-height: 1.6; color: var(--text5); margin-top: 15px; }
.error-layer .error-msg b { color: var(--blue); font-weight: 500; }
.error-layer .error-btn { display: none; gap: 10px; margin-top: 20px; }
.error-layer .error-btn button { flex: 1; height: 45px; border: none; border-radius: 10px; background-color: var(--blue); color: var(--text2); font-size: 15px; font-weight: 500; }
.error-layer .error-btn button:first-child { background-color: var(--w2); color: var(--gray); }
.error-layer.center { top: 50%; left: 50%; transform: translate(-50%,-50%); }
.error-layer.center .error-btn { display: flex; }

.alert-layer { display: flex; flex-direction: column; gap: 10px; visibility: hidden; opacity: 0; transition: 0.2s; position: absolute; top: 50px; right: 20px; padding: 15px 20px; border-radius: 10px; background-color: #223f6f; box-shadow: 0px 10px 30px -3px var(--black01), 0px 15px 60px -5px var(--black02); z-index: 98; }
.alert-layer.on { visibility: visible; opacity: 1; animation-name: opacity; animation-duration: 0.6s; animation-timing-function: ease-in-out; }
.alert-layer .alert-top { display: flex; align-items: center; justify-content: space-between; }
.alert-layer span { font-size: 15px; font-weight: 500; line-height: 1.5; color: var(--text2); }
.alert-layer strong { font-size: 20px; }

.noti-form { width: 460px; position: absolute; visibility: hidden; opacity: 0; transition: 0.2s; position: absolute; top: 60px; right: 20px; border-radius: 10px; border-bottom-right-radius: 0; background-color: var(--w); box-shadow: 0px 8px 16px var(--black01); z-index: 98; }
.noti-form.on { visibility: visible; opacity: 1; animation-name: opacity; animation-duration: 0.3s; animation-timing-function: ease-in-out; }
.noti-form::before { content: ""; position: absolute; top: -8px; right: 48px; border-width: 0 5px 8px; border-style: solid; border-color: transparent transparent var(--w); }
.noti-title { display: flex; align-items: center; justify-content: space-between; padding: 20px; border-bottom: 1px solid var(--border); }
.noti-title h4 { font-size: 16px; font-weight: 600; }
.noti-title h4 b { color: var(--blue); }
.noti-title button { font-size: 13px; color: var(--gray); }
.noti-list { display: flex; flex-direction: column; height: 510px; overflow-y: scroll; }
.noti-list .noti-done { width: 100%; height: 510px; min-height: 510px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; }
.noti-list .noti-done svg { width: 60px; height: 60px; fill: var(--gray); }
.noti-item { display: flex; align-items: start; justify-content: space-between; padding: 20px; }
.noti-item:last-child { border-bottom-left-radius: 10px; }
.noti-item:hover { background-color: var(--blue01); }
.noti-item > p { display: flex; align-items: center; gap: 5px; font-size: 13px; color: var(--gray); }
.noti-item > p button { position: relative; top: 1px; }
.noti-item > span { font-size: 13px; line-height: 1.5; }
.noti-item > span strong { display: block; font-size: 14px; margin-bottom: 5px; }
.noti-item > span i { font-size: 15px; font-weight: 600; color: var(--blue2); }

.noti-area { display: flex; flex-direction: column; gap: 10px; position: absolute; visibility: hidden; opacity: 0; transition: 0.2s; position: absolute; top: 60px; right: 20px; z-index: 98; }
.noti-area.on { visibility: visible; opacity: 1; animation-name: opacity; animation-duration: 0.3s; animation-timing-function: ease-in-out; }
.noti-format { width: 460px; display: flex; align-items: start; justify-content: space-between; padding: 20px; background-color: #223f6f; box-shadow: 0px 8px 16px var(--black01); border-radius: 10px; position: relative; z-index: 99; }
.noti-format > p { display: flex; align-items: center; gap: 5px; font-size: 13px; color: var(--text2); opacity: 0.7; }
.noti-format > p button { position: relative; top: 1px; }
.noti-format > span { font-size: 13px; line-height: 1.5; color: var(--text2); }
.noti-format > span strong { display: block; font-size: 14px; margin-bottom: 5px; }
.noti-format > span i { font-size: 15px; font-weight: 600; color: #82b2ff; }

.layer-cover { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,.65); z-index: 99; }

.layer { display: flex; align-items: center; justify-content: center; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,.65); z-index: 100; opacity: 0; visibility: hidden; }
.layer.on { opacity: 1; visibility: visible; }
.layer.min { align-items: flex-start; padding: 40px 0; overflow-y: auto; }
.layer.on .layer-wrap { transform: translateY(0); }
.layer .layer-wrap { height: 700px; background-color: var(--w); border-radius: 15px; overflow: hidden; position: relative; transform: translateY(30px); transition: 0.2s; }
.layer .layer-wrap .layer-title { display: flex; align-items: center; justify-content: space-between; width: 100%; height: 50px; padding: 0 20px; }
.layer .layer-wrap .layer-title h1 { display: flex; align-items: center; gap: 10px; color: var(--text); font-size: 17px; font-weight: 600; }
.layer .layer-wrap .layer-title h1 a { font-size: 13px; font-weight: 500; color: var(--red2); background-color: var(--red03); border-radius: 5px; padding: 5px 8px; }
.layer .layer-wrap .layer-title h1 a:hover { opacity: 0.7; }
.layer .layer-wrap .layer-title button { width: 26px; height: 26px; display: flex; align-items: center; justify-content: center; position: relative; }
.layer .layer-wrap .layer-title button::before { content: ''; width: 26px; height: 26px; border-radius: 5px; background-color: var(--black01); position: absolute; transform: scale(0); transition: 0.2s; z-index: -1; }
.layer .layer-wrap .layer-title button:hover::before { transform: scale(1); }
.layer .layer-body { height: calc(100% - 50px); padding: 10px 20px 90px 20px; overflow-y: auto; }
.layer .layer-body .flex-wrap { display: flex; gap: 10px; }
.layer .layer-body .table-wrap { margin-top: 10px; height: auto; }
.layer .layer-body .page { justify-content: center; margin-top: 15px; }
.layer .layer-body table td { background-color: var(--w); }
.layer .layer-body button { min-width: fit-content; padding: 0 10px; line-height: 35px; border-radius: 5px; background-color: var(--blue02); font-size: 13px; color: var(--blue2); font-weight: 500; }
.layer .layer-body button:hover { opacity: 0.7; }
.layer .layer-bottom { position: absolute; bottom: 0; display: flex; gap: 10px; width: inherit; background: linear-gradient(0deg, var(--w) 80%, transparent); padding: 20px; }
.layer .layer-bottom button { flex: 1; line-height: 50px; background-color: var(--blue); color: var(--text2); font-size: 15px; border-radius: 10px; }
.layer .layer-bottom button.layer-cancel { background-color: var(--w2); color: var(--gray); }
.layer .layer-bottom button.layer-cancel:hover { opacity: 0.7; }
.layer .layer-bottom button.setTime-close { background-color: var(--w2); color: var(--gray); }
.layer .layer-bottom button.setTime-close:hover { opacity: 0.7; }
.layer .layer-bottom button.layer-delete { background-color: var(--red); }

.layer .layer-keyword { width: 100%; display: flex; flex-direction: column; gap: 10px; }
.layer .layer-keyword ul { display: flex; align-items: center; gap: 10px;}
.layer .layer-keyword ul li { width: 100%;}
.layer .layer-keyword p { display: flex; align-items: center; font-size: 14px; font-weight: 500; padding: 0 5px; gap: 10px; color: var(--blue2); margin-top: 10px; }
.layer .layer-keyword p:first-child { margin: 0; }
.layer .layer-keyword p::after { flex: 1; height: 1px; background-color: var(--blue02); content: ''; }
.layer .layer-keyword li { min-height: 55px; display: flex; align-items: center; justify-content: space-between; background-color: var(--bg); border-radius: 10px; padding: 10px 20px; color: var(--text); box-sizing: border-box; overflow: hidden; }
.layer .layer-keyword li h1 { font-size: 13.5px; color: var(--text5); font-weight: 500; display: flex; flex-direction: column; gap: 6px; }
.layer .layer-keyword li h1 b { display: flex; align-items: center; gap: 3px; font-size: 12px; font-weight: 400; color: var(--gray); }
.layer .layer-keyword li h1 b::before { display: flex; width: 12px; height: 12px; background: url('../images/icons/question-icon.png') no-repeat 50% 50% var(--gray); border-radius: 100%; content: ''; }
.layer .layer-keyword li h1 .check-box { width: fit-content; }
.layer .layer-keyword li h1 label { font-size: 13.5px; font-weight: 500; color: var(--text5); line-height: 1; }
.layer .layer-keyword li span { display: flex; align-items: center; gap: 5px; font-size: 13.5px; }
.layer .layer-keyword li input { text-align: right; width: 90px; font-size: 13px; padding: 0 25px 0 10px; position: relative; }
.layer .layer-keyword li input[name="searchword"] { width: 120px; text-align: left; padding: 0 10px; }
.layer .layer-keyword li input[name="searchword"].focus { background-color: var(--w); }
.layer .layer-keyword li input.t_green { border-color: transparent !important; box-shadow: none !important; background-color: var(--w4); color: var(--blue) !important; }
.layer .layer-keyword li select { color: var(--text); font-size: 13px; }
.layer .layer-keyword li i { display: flex; align-items: center; gap: 10px; position: relative; height: 100%; }
.layer .layer-keyword li i b { color: var(--red2); }
.layer .layer-keyword li i.disabled::after { width: calc(100% + 20px); height: 100%; content: ''; border-radius: 5px; background-color: var(--w4); position: absolute; right: -10px; top: 0; opacity: 0.8; }
.layer .layer-keyword li .rank { position: relative; }
.layer .layer-keyword li .rank input { width: 60px; }
.layer .layer-keyword li .rank::before { content: '\c704'; font-size: 12px; color: var(--gray); position: absolute; right: 10px; top: 53%; transform: translateY(-50%); z-index: 9; }
.layer .layer-keyword li .amount { position: relative; }
.layer .layer-keyword li .amount::before { content: '\c6d0'; font-size: 12px; color: var(--gray); position: absolute; right: 10px; top: 53%; transform: translateY(-50%); z-index: 9; }
.layer .layer-keyword li.time-zone { align-items: flex-start; }
.layer .layer-keyword li.time-zone h1 { padding-top: 10px; }
.layer .layer-keyword li.time-zone i { flex-wrap: wrap; gap: 15px; justify-content: flex-end; }

.layer .layer-keyword-list { display: flex; flex-direction: column; gap: 10px; margin-top: 10px; }
.layer .layer-keyword-list li { min-height: 60px; display: flex; align-items: center; gap: 20px; background-color: var(--bg); border: 1px solid var(--border); border-radius: 10px; padding: 10px 20px; color: var(--text); box-sizing: border-box; }
.layer .layer-keyword-list li.this { border: 2px solid var(--blue); }
.layer .layer-keyword-list li h1 { width: 20px; height: 20px; display: flex; align-items: center; justify-content: center; font-size: 14px; color: var(--gray); }
.layer .layer-keyword-list li i { display: flex; flex-direction: column; gap: 8px; }
.layer .layer-keyword-list li i span { display: flex; align-items: center; gap: 10px; }
.layer .layer-keyword-list li i b { color: var(--blue); font-weight: 600; font-size: 15px; }
.layer .layer-keyword-list li i a { color: var(--blue); font-size: 15px; }
.layer .layer-keyword-list li i a:hover { text-decoration: underline; }
.layer .layer-keyword-list li i p { width: 420px; font-size: 14px; font-weight: 500; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; opacity: 0.7; }

.layer .layer-keyword-list > dl { display: flex; gap: 20px; margin-top: 10px; padding: 0 15px; }
.layer .layer-keyword-list > dl dd { font-size: 14px; text-align: center; font-weight: 500; color: var(--gray); }
.layer .layer-keyword-list > dl dd:nth-child(1) { width: 32px; }
.layer .layer-keyword-list > dl dd:nth-child(2) { width: 445px; }
.layer .layer-keyword-list > dl dd:nth-child(3) { width: 110px; }
.layer .layer-keyword-list > dl dd:nth-child(4) { width: 110px; }
.layer .layer-keyword-list > a { min-height: 60px; display: flex; align-items: center; gap: 20px; background-color: var(--bg); border: 1px solid var(--border); border-radius: 10px; padding: 10px 20px; color: var(--text); box-sizing: border-box; }
.layer .layer-keyword-list > a:hover { opacity: 0.7; }
.layer .layer-keyword-list > a.this { border: 2px solid var(--blue); }
.layer .layer-keyword-list > a h1 { width: 20px; height: 20px; display: flex; align-items: center; justify-content: center; font-size: 14px; color: var(--gray); }
.layer .layer-keyword-list > a h2 { display: flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 100%; overflow: hidden; }
.layer .layer-keyword-list > a h2 img { width: 50px; height: 50px; }
.layer .layer-keyword-list > a h3 { width: 110px; text-align: center; font-size: 15px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.layer .layer-keyword-list > a h4 { width: 110px; text-align: center; font-size: 15px; font-weight: 600; }
.layer .layer-keyword-list > a i { width: 380px; display: flex; flex-direction: column; gap: 8px; }
.layer .layer-keyword-list > a i span { display: flex; align-items: center; gap: 10px; }
.layer .layer-keyword-list > a i b { color: var(--blue); font-weight: 600; font-size: 15px; line-height: 1.4; }
.layer .layer-keyword-list > a i p { font-size: 14px; font-weight: 500; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; opacity: 0.7; }

.add-group-layer { position: fixed; left: 50%; bottom: -30px; transform: translate(-50%,0); opacity: 0; visibility: hidden; transition: 0.2s; z-index: 99; }
.add-group-layer button { display: flex; align-items: center; gap: 5px; background-color: var(--blue); font-size: 14px; font-weight: 500; color: var(--text2); padding: 15px 20px; border-radius: 10px; box-shadow: var(--shadow); }
.add-group-layer button b { background-color: rgba(0,0,0,.3); padding: 3px 8px; font-size: 12px; border-radius: 5px; }
.add-group-layer button:hover { opacity: 0.8; }
.add-group-layer.on { bottom: 30px; opacity: 1; visibility: visible; }

.info-layer .layer-wrap { width: 340px; height: auto; }
.info-layer .layer-text { font-size: 16px; color: var(--blue3); padding-bottom: 10px; }

.password-layer .layer-keyword li h1 { width: 130px; }
.password-layer .layer-keyword li input { flex: 1; text-align: left; }
.setshop-layer .layer-wrap { height: 860px; }
.multipleshop-layer .layer-wrap { height: 790px; }
.setbid-layer .layer-wrap { height: 760px; }
.bidlist-layer .layer-wrap { height: 800px; }
.viewlist-layer .layer-wrap { height: 800px; }
.shoplist-layer .layer-wrap { height: 800px; }
.password-layer .layer-wrap { height: 350px; }
.api-layer .layer-wrap { height: 440px; }
.api-layer .layer-keyword li h1 { min-width: 120px; }
.api-layer .layer-keyword li input { width: 100%; text-align: left; }
.ModifyApi-layer .layer-wrap { height: 500px; }
.ModifyApi-layer .layer-keyword li h1 { min-width: 120px; }
.ModifyApi-layer .layer-keyword li input { width: 100%; text-align: left; }
.ModifyApi-layer .layer-keyword li i { flex: 1; gap: 5px; }
.setAccess-layer .layer-wrap { height: 580px; }
.access-layer .layer-wrap { height: 800px; }
.group-layer .layer-keyword li h1 { min-width: 120px; }
.group-layer .layer-keyword li input { width: 100%; text-align: left; }
.group-layer .layer-keyword li button { width: 100%; line-height: 35px; border-radius: 5px; background-color: var(--blue02); font-size: 13px; color: var(--blue2); font-weight: 500; }
.group-layer .layer-keyword li button:hover { opacity: 0.7; }
.group-layer .layer-keyword li pre { display: none; }

.layer-matter .layer-wrap { height: 625px; }
.layer-matter .layer-body { position: relative; }
.layer-matter .layer-keyword li { align-items: flex-start; }
.layer-matter .layer-keyword li h1 { line-height: 35px; }
.layer-matter .layer-keyword li input { width: 300px; text-align: left; padding: 0 10px; }
.layer-matter .layer-keyword li i { align-items: flex-start; width: 300px; gap: 5px; }
.layer-matter .layer-keyword li i input { width: 100%; text-align: left; padding: 0 10px; }
.layer-matter .layer-keyword li textarea { width: 300px; min-height: 35px; }
.layer-matter .layer-keyword li button { width: 100px; height: 35px; line-height: 33px; text-align: center; font-size: 13px; color: var(--blue2); background-color: var(--blue02); border-radius: 5px; }
.layer-matter .layer-keyword li button:hover { opacity: 0.7; }
.layer-matter .keyword-input { position: absolute; left: 135px; width: 325px; padding: 20px; background-color: var(--w); border: 1px solid var(--border); box-sizing: border-box; border-radius: 10px; z-index: 9; display: none; box-shadow: 0px 0px 14px -4px var(--black03);}
.layer-matter .keyword-input h3 { font-size: 17px; font-weight: 600; margin-bottom: 10px; }
.layer-matter .keyword-input p { font-size: 14px; color: var(--gray); line-height: 1.4; }
.layer-matter .keyword-input p b { color: var(--red2); }
.layer-matter .keyword-input i { display: flex; align-items: center; gap: 5px; margin-top: 15px; }
.layer-matter .keyword-input i strong { font-size: 14px; margin-right: 5px; }
.layer-matter .keyword-input i input { flex: 1; }
.layer-matter .keyword-input i button { flex: 1; text-align: center; line-height: 35px; background-color: var(--w2); color: var(--gray); border-radius: 5px; }
.layer-matter .keyword-input i button:first-child { background-color: var(--blue); color: var(--text2); }

.time-table { border: 1px solid var(--border2); }
.time-table table thead th { background-color: var(--bg); }
.time-table table th { border: 1px solid var(--border2); border-left: none; border-right: none; color: var(--text); border-top: none; }
.time-table table tbody th { border: none; height: 18px; font-size: 11px; background-color: var(--w); }
.time-table table tbody th.top { border-top: 1px solid var(--border); }
.time-table table tbody td { border: 1px solid var(--border); padding: 0; height: 18px; font-size: 13px; position: relative; overflow: visible; }
.time-table table tbody tr:last-child td { border-bottom: none; }
.time-table table tbody td:last-child { border-right: none; }
.time-table table tbody td.this::after { width: 100%; height: 100%; border: 1px solid var(--blue); background-color: var(--blue01); position: absolute; content: ''; left: -1px; top: -1px; }

.bizCal { margin-top: 15px; border-radius: 10px; background-color: var(--w); padding: 15px; }
.bizCal-header { display: flex; align-items: center; justify-content: space-between; position: relative; }
.bizCal-header .bizCal-prev, .bizCal-next { width: 24px; height: 24px; display: flex; align-items: center; justify-content: center; padding: 0 !important; position: absolute; top: 50%; transform: translate(0,-50%); }
.bizCal-header .bizCal-prev.hide, .bizCal-next.hide { display: none; }
.bizCal-header .bizCal-prev img , .bizCal-next img { display: flex; }
.bizCal-header .bizCal-prev { left: 0; }
.bizCal-header .bizCal-next { right: 0; }
.bizCal-header-center { flex: 1; display: flex; align-items: center; justify-content: center; gap: 5px; }
.bizCal-header-center #bizCal-year { cursor: inherit; opacity: 1 !important; }
.bizCal-date-area { margin-top: 15px; }
.bizCal-date-top { display: flex; }
.bizCal-date-top span { text-align: center; flex: 1; font-size: 13px; font-weight: 600; }
.bizCal-date-top span:nth-child(1) { color: var(--red2); }
.bizCal-date-top span:nth-child(7) { color: var(--red2); }
.bizCal-content { display: flex; flex-wrap: wrap; gap: 5px; margin-top: 10px; }
.bizCal-content .bizCal-date { flex-basis: calc(100% / 7 - 4.5px); display: flex; flex-direction: column; align-items: center; justify-content: center; height: 80px; cursor: pointer; border-radius: 5px; background-color: var(--blue02); position: relative; }
.bizCal-content .bizCal-date:hover { opacity: 1 !important; }
.bizCal-content .bizCal-date.today { border: 2px solid var(--blue); }
.bizCal-content .bizCal-date.prev, .bizCal-date.next { opacity: 0.3; }
.bizCal-content .bizCal-date .bizCal-day { font-size: 13px; font-weight: 600; }
.bizCal-content .bizCal-data { display: flex; flex-direction: column; gap: 5px; align-items: end; margin-top: 8px; }
.bizCal-content .bizCal-data span { font-size: 13px; font-family: 'FreesentationVF'; font-weight: 500; }
.bizCal-content .addCount { color: var(--blue2); }
.bizCal-content .useCount { color: var(--red2); }
.bizCal-content .date-tooltip { display: flex; flex-direction: column; align-items: end; position: absolute; left: 0; top: 100%; width: max-content; background-color: #000; border-radius: 5px; padding: 10px 12px; z-index: 9; box-shadow: var(--shadow); }
.bizCal-content .date-tooltip strong { font-size: 13px; color: var(--text2); }
.bizCal-content .date-tooltip span { width: 100%; font-size: 12px; color: #ccc; display: flex; flex-direction: column; align-items: end; gap: 5px; margin-top: 7px; border-top: 1px dashed #777; padding-top: 7px; }
.bizCal-content .date-tooltip span b { font-size: 13px; color: #fff; letter-spacing: 0.4px; font-weight: 600; }
.bizCal-month-area { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 15px; }
.bizCal-month-area button { flex: 1 1 20%; line-height: 45px !important; }
.bizCal-month-area button.disabled { color: var(--gray2); cursor: inherit; opacity: 1 !important; }
.bizCal-month-area button.current { color: var(--blue2); }
.bizCal-month-area button.selected { color: var(--text2); background-color: var(--blue3); }

.bizCal.date-mode .bizCal-month-area { display: none; }
.bizCal.month-mode .bizCal-date-area { display: none; }
.bizCal.month-mode .bizCal-prev { display: none; }
.bizCal.month-mode .bizCal-next { display: none; }

.setTime-layer .layer-wrap { background-color: var(--w); }
.setTime-layer .layer-body { height: 100%; padding: 18px 20px 90px 20px; }
.setTime-layer .layer-body h3 { font-size: 13px; color: var(--gray); margin-bottom: 8px; padding-left: 10px; }
.setTime-layer .layer-body.type2 h3 { font-size: 13px; color: var(--gray); margin-bottom: 8px; padding-left: 10px; text-align: center; }
.setTime-layer .layer-body.type2 h3:nth-child(3) { margin-top: 20px; border-top: 1px solid var(--border); padding-top: 20px; }
.setTime-layer .multiple-time { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 15px; }
.setTime-layer .multiple-time:last-child { margin-bottom: 0; }
.setTime-layer .multiple-time .time-rank { width: 118px; display: flex; align-items: center; gap: 5px; background-color: var(--bg); padding: 5px 10px; border-radius: 8px; }
.setTime-layer .multiple-time .time-rank span { flex: 1; font-size: 13px; color: var(--blue); }
.setTime-layer .multiple-time .time-rank input { width: 40px; height: 30px; text-align: right; }
.setTime-layer .multiple-time .time-rank p { font-size: 13px; color: var(--gray); }
.setTime-layer.change .setTime-close { display: none; }
.setTime-layer .multiple-time-area { height: 40px; position: relative; border-top: 1px solid var(--border); margin: 60px 20px 0 20px; }
.setTime-layer .multiple-time-area ul { width: 100%; display: flex; justify-content: space-between; position: absolute; left: 0; top: -10px; }
.setTime-layer .multiple-time-area ul li { border-left: 1px solid var(--border); height: 20px; position: relative; }
.setTime-layer .multiple-time-area ul li span { position: absolute; top: 30px; left: 50%; transform: translate(-50%,0); font-size: 13px; color: var(--blue); }
.setTime-layer .multiple-time-area ul li i { position: absolute; top: -30px; left: 50%; transform: translate(-50%,0); }
.setTime-layer .multiple-time-area ul li i input { width: 35px; height: 28px; text-align: center; font-size: 12px; }

.campain-layer .check-box { width: 20px; z-index: -1; }
.campain-layer .layer-body { padding-top: 0; }
.campain-layer table td { height: 40px; background-color: transparent !important; font-size: 14px; text-align: left; border-bottom: 1px dashed var(--blue03); padding: 0 10px; }
.campain-layer table td { height: 40px; background-color: transparent !important; font-size: 14px; text-align: left; border-bottom: 1px dashed var(--blue03); padding: 0 10px; }
.campain-layer table tr:hover { background-color: var(--blue01); cursor: pointer; }
.campain-layer table tr.checked { background-color: var(--blue02); }
.campain-layer table tr.checked td { color: var(--blue2); }

/* 요금결제 레이어 */
.payment-layer .layer-wrap { height: 705px; }
.payment-layer .layer-body > p { font-size: 13px; color: var(--gray); line-height: 1.6; padding-left: 5px; }
.payment-layer .layer-keyword { margin-bottom: 10px; }
.payment-layer .layer-keyword ul { display: flex; gap: 8px; }
.payment-layer .layer-keyword li { overflow: visible; }
.payment-layer .layer-keyword li strong { font-size: 13.5px; }
.payment-layer .layer-keyword li span { display: inline-block; }
.payment-layer .layer-keyword li span p { display: inline-block; font-size: 12px; color: var(--gray); margin-top: 0; }
.payment-layer .dc { color: var(--gray); text-decoration: line-through; margin-right: 5px; }
.payment-layer .total { color: var(--blue2); font-size: 15px; }
.payment-layer .payment-view { display: flex; margin-top: 10px; position: relative; }
.payment-layer .payment-view .check-box label { position: absolute; width: 193px; height: 234px; padding: 0; margin: 0; left: -70px; top: -10px; border: 1px solid transparent; border-radius: 10px; }
.payment-layer .payment-view .check-box span { font-size: 14px; }
.payment-layer .payment-view .check-box.on span { color: var(--blue2); }
.payment-layer .payment-view .check-box::after { top: 50%; transform: translateY(-50%); }
.payment-layer .payment-list { width: 100px; min-width: 100px; display: flex; flex-direction: column; align-items: center; }
.payment-layer .payment-list span { display: flex; align-items: center; justify-content: center; width: 100%; height: 38px; font-size: 14px; font-weight: 600; border-bottom: 1px solid var(--border); }
.payment-layer .payment-list span:last-child { background-color: var(--blue01); }
.payment-layer .payment-item { flex: 1; display: flex; flex-direction: column; align-items: center; position: relative; }
.payment-layer .payment-item > span { display: flex; align-items: center; justify-content: center; width: 100%; height: 38px; font-size: 13.5px; border-bottom: 1px solid var(--border); }
.payment-layer .payment-item > span:last-child { background-color: var(--blue01); font-size: 15px; }
.payment-layer .payment-item > span p { display: inline-block; color: var(--gray); font-size: 13.5px; font-weight: 400; margin-top: 0; padding: 0; }
.payment-layer .payment-item.on > span p { position: relative; }
.payment-layer .payment-item.on > span span { position: relative; }
.payment-layer .payment-item.on > span strong { position: relative; }
.payment-layer .payment-item.on .check-box label { border-color: var(--blue); background-color: var(--blue02); }
.payment-layer .payment-item.on > span:last-child { color: var(--blue2); }
.payment-layer .payment-item:hover { background-color: var(--blue01); }
.payment-layer .event-item { position: absolute; background-color: #ff7a50; font-size: 11px; color: var(--text2); padding: 4px 6px; top: -15px; left: 50%; transform: translateX(-50%); border-bottom-left-radius: 8px; border-top-right-radius: 8px; z-index: 1; }

/* 가이드 */
.guide-header { width: 100%; display: flex; justify-content: center; background-color: var(--w); border-bottom: 1px solid var(--border); position: fixed; left: 0; top: 0; z-index: 9; }
.guide-header a { display: flex; align-items: center; gap: 10px; }
.guide-header a span { font-size: 20px; color: var(--blue2); font-weight: 500; }
.guide-header a span b { font-weight: 600; margin-left: 2px; }
.guide-header a img { width: 26px; }
.guide-header .menu { display: flex; align-items: center; gap: 10px; }
.guide-header .menu a { display: flex; align-items: center; justify-content: center; width: 75px; height: 35px; font-size: 13px; color: var(--blue); border: 1px solid var(--blue); border-radius: 50px; transition: 0.2s; box-sizing: border-box; }
.guide-header .menu a:last-child { background-color: var(--blue) !important; color: var(--w); }
.guide-header .menu a:hover { background-color: var(--w3); }
.guide-header .wrap { width: 100%; max-width: 1400px; height: 70px; display: flex; align-items: center; justify-content: space-between; padding: 0 20px; }

.guide-wrap { width: 100%; max-width: 1400px; position: relative; margin: 0 auto; padding: 70px 20px 0 20px; }
.guide-box { display: flex; justify-content: end; }

.guide-menu { width: 240px; height: calc(100vh - 70px); overflow-y: scroll; position: fixed; padding: 30px 0; }
.guide-menu h2 { font-size: 15px; font-weight: 600; background: url(../images/icons/down-icon.png) no-repeat 0 0%; padding-left: 20px; background-size: 12px; }
.guide-menu > ul { display: flex; flex-direction: column; gap: 15px; margin: 15px 0 25px 0; }
.guide-menu > ul > li { padding-left: 30px; font-size: 15px; }
.guide-menu > ul > li a { display: flex; align-items: center; gap: 5px; }
.guide-menu > ul > li a b { color: var(--blue2); font-size: 12px; font-weight: 500; line-height: 1; padding: 5px; border-radius: 5px; background-color: var(--blue02); }
.guide-menu > ul > li a:hover { opacity: 1; }
.guide-menu > ul > li.this > a { color: var(--blue); font-weight: 500; }
.guide-menu > ul > li.this ul { display: flex; }
.guide-menu > ul li ul { display: none; flex-direction: column; gap: 15px; margin-top: 15px; }
.guide-menu > ul li ul li { margin-left: 40px; font-size: 14px; list-style: disc; }

.target-menu { width: 200px; padding: 30px 0; position: fixed; display: none; }
.target-menu h2 { font-size: 17px; font-weight: 600; }
.target-menu ul { display: flex; flex-direction: column; gap: 10px; padding: 20px 0; }
.target-menu ul > li > a { font-size: 14px; opacity: 0.85; }
.target-menu ul > li > a:hover { opacity: 1; }
.target-menu ul li ul { padding: 15px 0 15px 30px; }
.target-menu ul li ul li { list-style: disc; opacity: 0.85; }
.target-menu ul li ul li:hover { opacity: 1; }

.guide-content { width: calc(100% - 240px); max-width: 1100px; padding: 30px 0px 30px 20px; }
.guide-content h1 { font-size: 28px; font-weight: 700; }
.guide-content h2 { font-size: 20px; font-weight: 600; margin-bottom: 20px; }
.guide-content h3 { display: flex; align-items: flex-end; gap: 10px; font-size: 17px; font-weight: 600; margin-bottom: 15px; }
.guide-content h3 a { font-size: 13px; text-decoration: underline; color: var(--blue); }
.guide-content p { font-size: 15px; color: var(--blue); font-weight: 600; margin: 40px 0 15px 0; }
.guide-content span { display: inline-flex; flex-wrap: wrap; align-items: center; gap: 5px; font-size: 15px; line-height: 1.4; margin-bottom: 20px; }
.guide-content span a { color: var(--blue); text-decoration: underline;}
.guide-content span b { color: var(--blue); font-weight: 500; }
.guide-content span img { margin-top: -4px; }
.guide-content ul { display: flex; flex-direction: column; gap: 10px; padding: 0 20px; margin-bottom: 10px; }
.guide-content ul li { font-size: 14px; }
.guide-content ul > li > b { font-weight: 600; }
.guide-content ul li ul { padding: 10px 0 10px 30px; }
.guide-content ul li ul li { list-style: disc; }
.guide-content .change-mode { width: 35px; height: 20px; background-color: var(--blue); margin: 0; margin-top: -4px; }
.guide-content .change-mode.on a { left: 18px; }
.guide-content .customer { display: flex; align-items: center; justify-content: space-between; background-color: var(--blue01); padding: 20px; border-radius: 10px; }
.guide-content .customer i { display: flex; flex-direction: column; justify-content: center; gap: 10px; }
.guide-content .customer b { color: var(--blue); font-size: 24px; font-weight: 700; }
.guide-content .customer span { font-size: 14px; margin: 0; }
.guide-content .customer a { font-size: 13px; font-weight: 500; padding: 10px 12px; color: var(--blue); border: 1px solid var(--blue); border-radius: 5px; transition: 0.2s; }
.guide-content .customer a:hover { background-color: var(--blue); color: var(--w); }
.guide-content .img { display: flex; align-items: center; justify-content: center; width: 100%; padding: 20px; background-color: var(--w6); border-radius: 10px; border: 1px solid var(--border); overflow: hidden; margin-bottom: 40px; }
.guide-content .img100 img { width: 100%; }
.guide-content .code-box { background-color: #122440; border-radius: 10px; }
.guide-content .code-box .code-head { display: flex; align-items: center; justify-content: right; padding: 10px 20px; }
.guide-content .code-box .code-head { border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
.guide-content .code-box button { padding: 0; }
.guide-content .code-box code { display: block; color: #eff; font-size: 14px; line-height: 1.4; padding: 0 20px 20px 20px; }
.guide-content .code-box code span { display: inline-block; margin-bottom: 0; }
.guide-content .code-box code .c0 { color: #546e7a; font-style: italic; }
.guide-content .code-box code .c1 { color: #89ddff; }
.guide-content .code-box code .c2 { color: #f07178; }
.guide-content .code-box code .c3 { color: #c792ea; }
.guide-content .code-box code .c4 { color: #ffb74d; }

.aria-label { position: relative; }
.aria-label:hover span { display: block; }
.aria-label span { width: max-content; position: absolute; left: 50%; bottom: calc(100% + 5px); transform: translate(-50%,0%); font-size: 13px; color: var(--text); font-weight: 500; padding: 10px; background-color: var(--w); box-shadow: 0 0 10px -2px var(--black03); border-radius: 5px; opacity: 0.9; display: none; }

.comment { width: max-content; position: absolute; top: calc(100% + 10px); left: 0; background-color: var(--blue3); border-radius: 5px; padding: 10px; z-index: 9; }
.comment p { display: flex; align-items: center; gap: 5px; font-size: 13px; color: var(--text2); }
.comment p i { cursor: pointer; display: flex; }
.comment::after { position: absolute; left: 20px; top: -5px; width: 10px; height: 10px; background-color: var(--blue3); transform: rotate(45deg); content: ''; }
.comment { animation-name: opacity; animation-duration: 0.6s; animation-timing-function: ease-in-out; animation-iteration-count: 3; animation-direction: alternate; }
.comment:hover { animation-iteration-count: 1; }
@keyframes opacity { 0% { opacity: 0; } 100% { opacity: 1; } }
@keyframes opacity2 { 0% { opacity: 0; } 50% { opacity: 1; } 100% { opacity: 0; } }

/* 블로그 */
.blog-wrap { width: 100%; height: calc(100% - 45px); padding: 0 20px; position: relative; overflow-y: auto; }
.blog-tab { width: calc(100% + 40px); margin: 0 -20px; padding: 20px 20px 5px 20px; display: flex; gap: 20px; background-color: var(--w); position: sticky; top: 0; left: -40px; z-index: 9; }
.blog-tab a { font-size: 17px; font-weight: 600; border-bottom: 2px solid transparent; padding-bottom: 10px; }
.blog-tab a:hover { border-color: var(--black03); opacity: 0.6; }
.blog-tab a.this { border-color: var(--blue2); opacity: 1; color: var(--blue2); }

.blog-area { display: flex; flex-direction: column; gap: 20px; padding-top: 15px; padding-bottom: 20px; }
.blog-area> h4 { min-width: 100%; flex: 1 1 100%; font-size: 16px; font-weight: 600; border-top: 1px solid var(--border); padding-top: 15px; }
.blog-list { display: flex; flex-wrap: wrap; gap: 45px 30px; }
.blog-cate { display: flex; align-items: center; gap: 8px; padding-bottom: 10px; border-bottom: 1px solid var(--border); flex: 1 1 100%; font-size: 16px; color: var(--blue2); font-weight: 600; margin-bottom: -30px; position: relative; padding-left: 5px; }
.blog-cate::before { content: ''; width: 8px; height: 8px; border: 1px solid var(--blue2); transform: rotate(45deg); position: relative; top: -1px; }
.blog-item { flex: 1 1 23%; max-width: 23%; display: flex; flex-direction: column; gap: 5px; }
.blog-item i { display: flex; flex-direction: column; gap: 10px; width: 100%; border-radius: 10px; background: linear-gradient(135deg, #3f80ea 40%, #1e69d8); padding: 20px; margin-bottom: 5px; box-sizing: border-box; position: relative; overflow: hidden; }
.blog-item i::before { width: 32px; height: 32px; background: url('../images/common/logo.png') no-repeat 50% 50% var(--text2); background-size: 22px; content: ''; position: absolute; right: 20px; top: 25px; border-radius: 10px; }
.blog-item:nth-child(2n+1) i { background: linear-gradient(135deg, #1444a3 40%, #110087); }
.blog-item i p { font-size: 12px; font-weight: 500; color: var(--text2); opacity: 0.6; position: relative; top: -5px; }
.blog-item i h4 { font-size: 14px; font-weight: 500; color: var(--text2); opacity: 0.95; }
.blog-item i h5 { width: 100%; font-size: 19px; font-weight: 700; line-height: 1.4; color: var(--text2); opacity: 0.95; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; margin-top: 5px; }
.blog-item > h3 { width: 100%; font-size: 17px; font-weight: 700; line-height: 1.5; padding: 0 10px; box-sizing: border-box; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; }
.blog-item > span { width: 100%; font-size: 14px; color: var(--gray); padding: 0 10px; box-sizing: border-box; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; box-sizing: border-box; }
.blog-item:hover h3 { color: var(--blue); }

.blog-title { width: calc(100% + 40px); background-color: var(--black2); margin: 0 -20px; }
.blog-title-item { display: flex; flex-direction: column; gap: 30px; width: 100%; background: linear-gradient(90deg, var(--blue03), var(--blue01) ); backdrop-filter: blur(20px); padding: 30px 20px; color: var(--text2); }
.blog-title-item p { font-size: 15px; font-weight: 500; opacity: 0.7; }
.blog-title-item h3 { font-size: 24px; font-weight: 600; }
.blog-title-item i { font-size: 15px; opacity: 0.7; }
.blog-text { width: 100%; padding: 30px 0; line-height: 1.6; }
.blog-text p { font-size: 17px; font-weight: 500; }
.blog-text b { color: var(--blue2); text-decoration: underline; }
.blog-text i { background-color: var(--y03); }

/* 이용약관 */
.terms_wrap { max-width:1120px; margin: 0 auto; padding: 60px 0; }
.terms_wrap .terms_title h1 { font-size: 32px; font-weight: 700; color: #333; }
.terms_wrap .terms_content { word-break: keep-all; padding-top: 24px; border-top: 1px solid #d1d6db; margin-top: 20px; }
.terms_wrap .terms_content span { display: block; font-size: 15px; line-height: 1.8; color: #4e5968; }
.terms_wrap .terms_content p { font-size: 14px; line-height: 1.8; color: #4f73a1; }
.terms_wrap .terms_content strong { display: block; line-height: 2; font-size: 18px; font-weight: 600; margin-top: 20px; }