@charset "utf-8";
/* 10page builder demo site core css */
/* version 24.11 */
/* - css 통합 (bs3, global, etc) */
@font-face {
    font-family: "GmarketSans";
    src: url("/assets/fonts/gmarket/GmarketSansTTFLight.ttf") format("woff");
    font-weight: 300;
    font-style: normal;
    /* unicode-range: U+4E00-9FFF, U+3041-3096, U+30A1-30FA; */
}
@font-face {
    font-family: "GmarketSans";
    src: url("/assets/fonts/gmarket/GmarketSansTTFMedium.ttf") format("woff");
    font-weight: 500;
    font-style: normal;
    /* unicode-range: U+4E00-9FFF, U+3041-3096, U+30A1-30FA; */
}
@font-face {
    font-family: "GmarketSans";
    src: url("/assets/fonts/gmarket/GmarketSansTTFBold.ttf") format("woff");
    font-weight: 700;
    font-style: normal;
    /* unicode-range: U+4E00-9FFF, U+3041-3096, U+30A1-30FA; */
}
@font-face {
    font-family: "Paperlogy";
    src: url("https://fastly.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-3Light.woff2") format("woff2");
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: "Paperlogy";
    src: url("https://fastly.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-4Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "Paperlogy";
    src: url("https://fastly.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-5Medium.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: "Paperlogy";
    src: url("https://fastly.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-6SemiBold.woff2") format("woff2");
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: "Paperlogy";
    src: url("https://fastly.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-7Bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: "Paperlogy";
    src: url("https://fastly.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-8ExtraBold.woff2") format("woff2");
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: "Paperlogy";
    src: url("https://fastly.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-9Black.woff2") format("woff2");
    font-weight: 900;
    font-style: normal;
}
/* ---------------------------- Variable ---------------------------- */
:root {
    /* font-family */
    --page-font-family: "Pretendard Variable", "notokr", sans-serif;
    --paperlogy: "Paperlogy", "Pretendard Variable", "notokr", sans-serif;
    /* page global color */
    --page-point-color: #293896;
    --page-point-color-light: #e1e8fa;
    --page-point-color-dark: #0836ac;
    --page-point-color-hover: var(--page-point-color-dark);
    --page-danger-color: #f32222;
    --page-danger-color-hover: #cc0a0a;
    --page-dark-color: #4f5356;
    --page-dark-color-hover: #333;
    --page-grey-color: #ddd;
    --page-grey-color-hover: #c4c4c4;
    /* navbar */
    --navbar-height: clamp(60px, 10vw, 100px);
    --navbar-custom-width: 300px;
    /* container */
    --container-padding-inline: 15px;
    /* snb */
    --snb-height: 67px;
    /* common */
    --radius: 10px;
    --svh100: 100svh;
    /* board */
    --form-height: 48px;
    --radius-sm: 8px;
    --radius-md: 10px;
    --radius-lg: 16px;
    --radius-xl: 20px;
    /* google-material-symbols */
    --gms: "Material Symbols Outlined";
    --gms-grad-low: "GRAD" -25;
    --gms-grad-zero: "GRAD" 0;
    --gms-grad-high: "GRAD" 200;
    --gms-opsz: "opsz" 48;
    /* fill icon */
    --gms-100-fill: "FILL" 1, "wght" 100, var(--gms-opsz);
    --gms-200-fill: "FILL" 1, "wght" 200, var(--gms-opsz);
    --gms-300-fill: "FILL" 1, "wght" 300, var(--gms-opsz);
    --gms-400-fill: "FILL" 1, "wght" 400, var(--gms-opsz);
    --gms-500-fill: "FILL" 1, "wght" 500, var(--gms-opsz);
    --gms-600-fill: "FILL" 1, "wght" 600, var(--gms-opsz);
    --gms-700-fill: "FILL" 1, "wght" 700, var(--gms-opsz);
    /* outlined icon */
    --gms-100-out: "FILL" 0, "wght" 100, var(--gms-opsz);
    --gms-200-out: "FILL" 0, "wght" 200, var(--gms-opsz);
    --gms-300-out: "FILL" 0, "wght" 300, var(--gms-opsz);
    --gms-400-out: "FILL" 0, "wght" 400, var(--gms-opsz);
    --gms-500-out: "FILL" 0, "wght" 500, var(--gms-opsz);
    --gms-600-out: "FILL" 0, "wght" 600, var(--gms-opsz);
    --gms-700-out: "FILL" 0, "wght" 700, var(--gms-opsz);
}
@media (max-width: 575.98px) {
    :root {
        --navbar-custom-width: 100%;
    }
}
/* svh 미지원 */
@supports not (max-height: 100svh) {
    :root {
        --svh100: 100vh;
    }
}

/* fouc */
#site > *:not(#force__wrapper) {
    visibility: hidden;
}
#site.loaded > *:not(#force__wrapper) {
    visibility: visible;
}

/* ---------------------------- Reset ---------------------------- */
* {
    box-sizing: border-box;
    word-break: keep-all;
    float: unset;
    -webkit-tap-highlight-color: transparent;
}
:where(*::before, *::after) {
    content: none;
}
html {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    font-size: 14px;
}
#site {
    margin: 0;
    padding: 0;
    font-family: var(--page-font-family);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#site > .container {
    max-width: inherit;
    width: 100%;
    padding: 0;
}
::selection {
    background-color: var(--page-point-color);
    color: #fff;
}
select::-ms-expand {
    display: none;
}
form,
fieldset {
    all: unset;
    box-sizing: border-box;
    display: block;
}
/* input 색상 초기화 */
input:where(:-webkit-autofill, :-webkit-autofill:hover, :-webkit-autofill:focus, :-webkit-autofill:active) {
    -webkit-box-shadow: 0 0 0 30px white inset;
}
.cke_screen_reader_only {
    bottom: 0;
}
.cke_resizer_ltr {
    float: right;
}
.caret {
    display: none;
}
#site .hide {
    display: none !important;
}
/* material-symbols */
.material-symbols-outlined {
    font-family: var(--gms) !important;
    overflow: hidden;
    display: inline-flex;
    line-height: 1;
    font-variation-settings: var(--gms-300-out), var(--gms-grad-zero);
    user-select: none;
}

/* ---------------------------- Paragraph ---------------------------- */
:is(ol, ul, li, dl) {
    all: unset;
    box-sizing: border-box;
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
}
:is(p, h1, h2, h3, h4, h5, h6, dt, dd) {
    all: unset;
    box-sizing: border-box;
    display: block;
}
:is(p, h1, h2, h3, h4, h5, h6, dt, dd, th, td, li) {
    position: relative;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    padding: 0;
    line-height: 1.5;
}
:is(h1, h2, h3, h4, h5, h6, dt, b, strong) {
    /* color: #000; */
}
:is(p, li, dd, small) {
    color: #333;
}
:is(small, .small) {
    font-size: 0.8em;
}
br {
    visibility: visible;
    opacity: 0;
}
.big {
    font-size: 1.2em;
}
a:not(.btn) {
    text-decoration: none;
    color: inherit;
}
a:not(.btn):where(:focus, :hover) {
    text-decoration: unset;
    color: unset;
}
.text-danger {
    color: var(--page-danger-color);
}

/* ---------------------------- Button ---------------------------- */
.btn {
    all: unset;
    box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-flex;
    place-content: center;
    place-items: center;
    font-size: clamp(14px, 2vw, 15px);
    line-height: 1;
    height: var(--form-height);
    padding: 0 1.2em;
    border-radius: var(--radius);
    outline: none;
    white-space: nowrap;
}
.btn:is(.btn-primary) {
    background-color: var(--page-point-color);
    border: 1px solid var(--page-point-color);
    color: #fff;
}
.btn:is(.btn-primary):is(:hover, :focus) {
    background-color: var(--page-point-color-hover);
}
.btn.btn-danger {
    background-color: var(--page-danger-color);
    border: 1px solid var(--page-danger-color);
}
.btn.btn-danger:is(:hover, :focus) {
    background-color: var(--page-danger-color-hover);
}
.btn.btn-outline-primary {
    background: none;
    border: 1px solid var(--page-point-color);
    color: var(--page-point-color);
}
.btn.btn-outline-primary:is(:hover, :focus) {
    background-color: var(--page-point-color);
    color: #fff;
}
.btn.btn-outline-danger {
    background: none;
    border: 1px solid var(--page-danger-color);
    color: var(--page-danger-color);
}
.btn.btn-outline-danger:is(:hover, :focus) {
    background-color: var(--page-danger-color);
    color: #fff;
}
.btn:is(.btn-secondary, .btn-default) {
    background-color: var(--page-grey-color);
    border: 1px solid var(--page-grey-color);
    color: #000;
}
.btn:is(.btn-secondary, .btn-default):is(:hover, :focus) {
    background-color: var(--page-grey-color-hover);
}
.btn.btn-dark {
    background-color: var(--page-dark-color);
    border: 1px solid var(--page-dark-color);
    color: #fff;
}
.btn.btn-dark:is(:hover, :focus) {
    background-color: var(--page-dark-color-hover);
}
.btn.btn-outline-dark {
    border: 1px solid var(--page-dark-color);
    color: var(--page-dark-color);
}
.btn.btn-outline-dark:is(:hover, :focus) {
    background-color: var(--page-dark-color);
    color: #fff;
}
.btn.btn-lg {
    font-size: clamp(14px, 5vw, 16px);
    height: 50px;
}
.btn.btn-danger {
    color: #fff;
}
/* [hover] PC 환경에서만 :hover 효과 적용  */
@media (hover: hover) {
    .btn.btn-primary:where(:hover, :focus) {
        background-color: var(--page-point-color-hover);
        border-color: var(--page-point-color-hover);
    }
    .btn.btn-secondary:where(:hover, :focus) {
        color: #000;
        background-color: var(--page-grey-color-hover);
        border-color: var(--page-grey-color);
    }
}
/* 버튼 비활성화 */
button[disabled] {
    pointer-events: none;
    user-select: none;
    opacity: 0.5;
    filter: grayscale(1);
}

/* ---------------------------- Image ---------------------------- */
.img-box {
    position: relative;
    display: flex;
}
.img-responsive {
    display: flex;
    max-width: 100%;
    height: auto;
}
img {
    user-select: none;
    flex-shrink: 0;
    image-orientation: from-image;
}
img.bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* ---------------------------- Layout ---------------------------- */
:where(.container, .row) {
    position: relative;
}
/* container */
[class*="container"] {
    width: 100%;
    padding: unset;
    margin-inline: auto;
    padding-inline: var(--container-padding-inline);
}
[class*="container"]::before,
[class*="container"]::after {
    content: none;
}
/* [min-x-lager / labtop] 노트북, 1200px 이상 ▲ */
@media (width >= 1330px) {
    [class*="container"] {
        max-width: 1260px;
    }

    .main-consult [class*="container"] {
        max-width: 1170px;
    }

    .subpage [class*="container"] {
        max-width: 1230px;
    }
}
.row {
    margin: 0;
}
:where([class*="row-"], [class*="-row"]) {
    display: flex;
    gap: 30px;
}
.row::before,
.row::after {
    content: none;
}
.clearfix {
    width: 100%;
}
.col {
    flex: 1;
    padding: 0;
}
.col.auto {
    flex: 0 1 auto;
}
.col[rowspan="2"] {
    grid-row: span 2;
}
.col[rowspan="3"] {
    grid-row: span 3;
}
.col[colspan="2"] {
    grid-column: span 2;
}
.col[colspan="3"] {
    grid-column: span 3;
}
:is([class*="hidden"]) {
    display: none;
}
:is([class*="visible"]) {
    display: none;
}
/* 소형 */
@media (min-width: 320px) {
    .hidden-xs {
        display: flex;
    }
}
/* // Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    .hidden-sm {
        display: flex;
    }
}
/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .hidden-md {
        display: flex;
    }
}
/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .hidden-lg {
        display: flex;
    }
}
/* // X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .hidden-xl {
        display: flex;
    }
}
/* // XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
    .hidden-xxl {
        display: flex;
    }
}
/* 소형 */
@media (max-width: 319.98px) {
    .visible-xs {
        display: flex;
    }
}
/* [max-small / portrait phones] 모바일, 576px 미만 ▼  */
@media (max-width: 575.98px) {
    .visible-sm {
        display: flex;
    }
}
/* [max-medium / landscape phones]  태블릿/모바일, 768px 미만 ▼ */
@media (max-width: 767.98px) {
    .visible-md {
        display: flex;
    }
}
/* [max-lager / tablet] 태블릿, 992px 미만 ▼ */
@media (max-width: 991.98px) {
    .visible-lg {
        display: flex;
    }
}
/* [max-x-lager / labtop] 노트북, 1200px 미만 ▼ */
@media (max-width: 1199.98px) {
    .visible-xl {
        display: flex;
    }
}
/* [max-xx-lager / desktop] 데스크탑, 1400px 미만 ▼ */
@media (max-width: 1399.98px) {
    .visible-xxl {
        display: flex;
    }
}
.center-block {
    display: block;
    margin-inline: auto;
}

/* ---------------------------- Modal, Jquery Ui ---------------------------- */
.ui-widget {
    font-family: inherit;
    z-index: 10000;
}
.ui-widget :is(input, select, textarea, button) {
    font-family: inherit;
}
.ui-datepicker select:is(.ui-datepicker-month, .ui-datepicker-year) {
    -webkit-appearance: none;
    background: none;
    border: 0;
    width: auto;
}
#site.modal-open {
    overflow: unset;
}
#site.modal-open,
#site.modal-open .navbar {
    padding-right: 0;
}
.modal-backdrop {
    display: none;
}
.modal {
    z-index: 10000;
    display: flex;
    width: 100%;
    justify-content: center;
    background: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(10px);
    padding-block: calc(var(--navbar-height) / 2);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow-y: scroll;
    overflow-y: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.modal-open .modal {
    z-index: 10000;
    display: flex !important;
    width: 100%;
    justify-content: center;
}
.modal.in {
    z-index: 20000;
    scale: 1;
}
.modal:not(.in) {
    display: none;
    opacity: 0;
    scale: 0;
}
.modal-body {
    position: relative;
    /* padding: 20px; */
}
.modal .modal-header {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    /* border-bottom: 1px solid #e5e5e5; */
    /* padding: 20px; */
    margin-block: 20px;
}
.modal .modal-header::before,
.modal .modal-header::after {
    content: none;
}
.modal .modal-header .modal-title {
    font-size: clamp(17px, 3vw, 18px);
    line-height: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 600;
}
.modal .modal-header .close {
    line-height: 0;
    margin-top: 0;
    opacity: 0.6;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.5;
}
.modal .modal-header .close span {
    font-variation-settings: var(--gms-400-out);
    font-size: 32px;
}
.modal .modal-header .close:hover {
    opacity: 1;
}
.modal.fade {
    opacity: 0;
}
.modal.fade.in {
    animation: modalFade 0.25s 0s forwards;
}
.modal.fade.in .modal-dialog {
    animation: modalPop 0.35s 0.05s forwards;
}
@keyframes modalFade {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes modalPop {
    0% {
        scale: 0.9;
    }
    50% {
        scale: 1.015;
    }
    100% {
        scale: 1;
    }
}
.modal .modal-title {
    line-height: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 600;
}
.modal.fade .modal-dialog {
    position: relative;
    transform: translate(0, 0) !important;
    margin: 0;
    /* border-radius: 15px; */
    overflow: hidden;
    height: fit-content;
    margin-block: auto;
    scale: 0.9;
}
@media (min-width: 768px) {
    .modal-sm {
        max-width: 300px;
    }
}
@media (min-width: 768px) {
    .modal-dialog {
        /* max-width: 900px; */
        margin: 30px auto;
    }
}
.modal .modal-content {
    position: relative;
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    outline: 0;
    border-radius: 0;
    border: 0;
}
@media (min-width: 768px) {
    .modal .modal-content {
        -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.125);
        box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.125);
    }
}
.modal .modal-footer {
    display: flex;
    gap: 5px;
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
.modal .modal-footer .btn {
    flex: 1;
}
#delete_modal.in + .modal {
    display: none;
}
/* 날짜 */
.bootstrap-timepicker {
    display: flex;
    gap: 10px;
    max-width: 300px;
}

/* ---------------------------- iframe ---------------------------- */
/* 구글맵 iframe*/
iframe[src*="https://www.google.com/"]
{
    width: auto;
    height: auto;
    aspect-ratio: 5/3;
    margin-bottom: -6px;
    background-color: #e5e3df;
}
/* 외부동영상 */
iframe:where([src*="youtube"], [title*="YouTube"], [src*="player.vimeo.com"]) {
    width: auto;
    height: auto;
    aspect-ratio: 16/9;
    background-color: #000;
    border-radius: var(--radius-md);
}
#bbsArea .board_video_view iframe:where([src*="youtube"], [title*="YouTube"], [src*="player.vimeo.com"]) {
    width: 100%;
}
/* [ IFRAME END ] */

/* ---------------------------- common ---------------------------- */
/* list-style */
:where(ol, ul)[class*="li-"] {
    display: flex;
    flex-direction: column;
}
:where(img) + :where(ol, ul)[class*="li-"] {
    margin-top: 20px;
}
:where(ol, ul)[class*="li-"] > li {
    position: relative;
    padding-left: 0.8em;
}
.li-check > li {
    position: relative;
    padding-left: 1.3em;
    font-size: 15px;
}
:where(ol, ul)[class*="li-"] small {
    font-size: 0.85em;
}
/* circle */
.li-cir > li::before {
    content: "";
    position: absolute;
    top: 0.6em;
    left: 0;
    display: block;
    width: 0.3em;
    aspect-ratio: 1;
    border-radius: 50%;
    background-color: var(--page-point-color);
}
/* dash */
.li-dash > li::before {
    content: "-";
    position: absolute;
    top: 0.7em;
    left: 0;
    line-height: 0;
}
/* number */
.li-num > li {
    counter-increment: listNum;
    padding-left: 27px;
}
.li-num > li::before {
    content: counter(listNum, decimal-leading-) "";
    position: absolute;
    top: 0.25em;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--page-point-color);
    border-radius: 50%;
    aspect-ratio: 1;
    width: 18px;
    padding-top: 2px;
    padding-right: 1px;
    line-height: 0;
    color: var(--page-point-color);
    font-size: 11px;
    font-weight: 700;
}
/* check */
.li-check > li::before {
    content: "\e5ca";
    font-family: var(--gms);
    position: absolute;
    top: 0.1em;
    font-size: 20px;
    line-height: 1;
    left: -0.2em;
    display: block;
    color: var(--page-point-color);
    font-variation-settings: var(--gms-600-out);
}
/* ---------------------------- navbar ---------------------------- */
html {
    /* overflow: hidden; */
    height: 100vh;
}
/* [ navbar 커스텀 ] */
#site {
    padding-right: var(--navbar-custom-width);
}
/* #app{
    overflow: auto;
    width: calc(100vw - var(--navbar-custom-width));
    position: sticky;
    bottom: 0;
}
#app .app-body{
    height: 100vh;
}
#app #main_wrapper{
    min-width: 1500px;
} */
#tp_navbar_reset {
    position: fixed;
    width: fit-content;
    z-index: 10000;
    left: clamp(20px, 4vw, 50px);
    top: clamp(22px, 3vw, 50px);
}
#tp_navbar_reset .navbar-brand {
    display: block;
    width: clamp(130px, 20vw, 180px);
}
#tp_navbar_custom {
    transition: 0.5s;
    position: fixed;
    z-index: 1000;
    right: 0;
    top: 0;
    bottom: 0;
    width: var(--navbar-custom-width);
    /* background-color: #f7f7f7; */
    overflow-y: auto;
    -ms-overflow-style: none; /* Internet Explorer 10+ */
    scrollbar-width: none; /* Firefox */
    box-shadow: 0 -15px 40px -2px rgba(0, 0, 0, 0.1);
    background: #fff;
}
#tp_navbar_custom::-webkit-scrollbar {
    display: none;
}
#tp_navbar_custom .wrap {
    display: flex;
    flex-direction: column;
    /* overflow: scroll; */
}
#tp_navbar_custom .box {
    position: relative;
    flex: 0 1 auto;
    padding: 30px 35px;
}

#tp_navbar_custom .box.menu {
    padding-top: 40px;
}
#tp_navbar_custom .box + .box::before {
    content: "";
    position: absolute;
    width: calc(100% - 60px);
    left: 30px;
    top: 0;
    height: 1px;
    background-color: #dfdfdf;
}
#tp_navbar_custom .inner + .btn {
    margin-top: 20px;
}
#tp_navbar_custom .box.menu ul {
    display: flex;
    flex-direction: column;
    gap: 13px;
}
#tp_navbar_custom .box.menu ul a {
    font-weight: 500;
    font-size: clamp(18px, 2vw, 20px);
    color: #000;
    letter-spacing: 0;
    display: block;
    font-family: var(--paperlogy);
}

#tp_navbar_custom .box.menu ul a:hover,
#tp_navbar_custom .box.menu .open a {
    color: var(--page-point-color);
    font-weight: 700;
}

#tp_navbar_custom .box.menu li:not(#gnbauth).open .dropdown-menu {
    height: 75px;
    opacity: 1;
}
#tp_navbar_custom .box.menu li:not(#gnbauth) .dropdown-menu {
    opacity: 0;
    transition: 0.5s;
    overflow: hidden;
    justify-content: center;
    gap: 4px;
    height: 0;
}
#tp_navbar_custom .box.menu li:not(#gnbauth) .dropdown-menu a {
    font-size: 16px;
    font-weight: 400;
    color: #666;
    letter-spacing: -0.01em;
    transition: all 0.15s;
}

#tp_navbar_custom .box.menu li:not(#gnbauth) .dropdown-menu a:hover {
    text-decoration: underline;
    text-underline-position: under;
    color: #000;
}
#tp_navbar_custom .box.menu #gnbauth {
    padding: 7px 10px;
    border: 1px solid #222;
    border-radius: 5px;
    margin-top: 5px;
    opacity: 0.75;
}
#tp_navbar_custom .box.menu #gnbauth ul {
    flex-direction: row;
    margin: 4px 0 0;
    border-top: 1px solid #888;
    padding-top: 5px;
    gap: 12px;
}
#tp_navbar_custom .box.menu #gnbauth a {
    font-size: 15px;
}
#tp_navbar_custom .title-nav {
    margin-bottom: 15px;
    text-align: center;
}
#tp_navbar_custom .title-nav:only-child {
    margin-bottom: 0;
}
#tp_navbar_custom h5 {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.35;
    font-family: var(--paperlogy);
}

#tp_navbar_custom .box.retax {
}
#tp_navbar_custom h5 span.material-symbols-outlined {
    font-size: 24px;
    vertical-align: middle;
    font-variation-settings: var(--gms-600-out), var(--gms-grad-zero);
    display: inline-block;
    margin-right: 5px;
}
#tp_navbar_custom p.call {
    font-size: 30px;
    font-weight: 800;
    color: #293896;
    letter-spacing: -0.015em;
    line-height: 1.4;
    font-family: var(--paperlogy);
}

#tp_navbar_custom .box.contact h5 {
    display: flex;
    align-items: center;
    width: fit-content;
    margin: 0 auto 2px;
    font-size: 16px;
    font-weight: 700;
}

#tp_navbar_custom .box.contact h5 span.material-symbols-outlined {
    background: #0c80f1;
    border-radius: 100%;
    color: #fff;
    padding: 4px;
    font-variation-settings: var(--gms-500-fill), var(--gms-grad-zero);
    font-size: 16px;
}
#tp_navbar_custom .btn {
    background-color: var(--page-point-color);
    font-size: 18px;
    height: 40px;
    font-weight: 600;
    width: 100%;
    color: #fff;
}
#tp_navbar_custom .sns .inner {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 20px;
    padding-inline: 10px;
}
#tp_navbar_custom .sns .item {
    text-align: center;
}
#tp_navbar_custom .sns .icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    max-width: 60px;
    width: 100%;
    aspect-ratio: 1;
    border-radius: 9999px;
    background-color: #222;
}
#tp_navbar_custom .sns .icon img {
    width: 40px;
}
#tp_navbar_custom .youtube .icon {
    background-color: #f61c0d;
}
#tp_navbar_custom .blog .icon {
    background-color: #00c300;
}
#tp_navbar_custom .sns .item span.text {
    display: block;
    margin-top: 10px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: -0.02em;
}
#tp_navbar_custom .form-control {
    max-width: 100%;
    font-size: 14px;
    height: 36px;
    color: #555;
    border-color: #d0d0d0;
    background-color: transparent;
    letter-spacing: -0.03em;
    background-position: calc(100% - 9px) 7px;
}
#tp_navbar_custom .form-control::placeholder {
    color: #555;
}
#tp_navbar_custom fieldset {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
#tp_navbar_custom fieldset #item_agree {
    margin-block: 0px 10px;
}

#tp_navbar_custom fieldset #item_agree a {
    font-weight: 600;
}
#tp_navbar_custom :is(.custom_radio, .custom_checkbox, .status_wrap input) + span {
    cursor: pointer;
    font-size: 13px;
    gap: 4px;
    letter-spacing: -0.02em;
    color: #333;
}
#tp_navbar_custom #item_captcha {
    display: flex;
}
#tp_navbar_custom #item_captcha img {
    height: 36px !important;
    border: 1px solid #c1c1c1 !important;
    /* border-right: 0 !important; */
    border-radius: 5px 0 0 5px;
}
/* [min-x-lager / labtop] 노트북, 1200px 이상 ▲ */
@media (min-width: 1200px) {
    #tp_menu_toggle {
        display: none;
    }
}
/* [max-x-lager / labtop] 노트북, 1200px 미만 ▼ */
@media (max-width: 1199.98px) {
    #tp_menu_toggle {
        all: unset;
        transition: 0.5s;
        position: fixed;
        top: 15px;
        right: 15px;
        z-index: 5000;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
        width: clamp(40px, 4vw, 50px);
        aspect-ratio: 1;
        background-color: var(--page-point-color);
        color: #fff;
        border-radius: var(--radius);
    }
    #tp_menu_toggle > span {
        transition: 0.25s;
        position: absolute;
        font-size: 28px;
        font-weight: 700;
        opacity: 0;
    }

    #tp_menu_toggle.on > span:last-child {
        opacity: 1;
        /* right: var(--navbar-custom-width); */
    }
    #tp_menu_toggle:not(.on) > span:first-child {
        opacity: 1;
    }
    #tp_navbar_custom {
        right: calc(var(--navbar-custom-width) * -1);
    }
    #tp_navbar_custom.on {
        right: 0;
    }
    #site {
        padding-right: 0;
    }
}
@media (max-width: 575.98px) {
    #tp_navbar_custom .box.menu {
        padding-top: 80px;
    }
    #tp_navbar_custom .box {
        padding-inline: 20px;
    }
}
/* ---------------------------- footer ---------------------------- */
footer {
    margin-top: 0px;
    background-color: #080808;
    /* left logo */
    color: #fff;
}
footer img {
    opacity: 0.95;
    /* margin-right: 30px; */
    /* text */
    filter: grayscale(1) invert(1) brightness(1.5);
}
footer li {
    font-size: clamp(13px, 2vw, 14px);
    color: #a9a9a9;
    letter-spacing: -0.02em;
}
footer li.corp {
    margin-bottom: 18px;
    display: none;
}

footer li.corp strong {
    color: #eee;
    font-weight: 500;
    font-size: 16px;
}
footer li.copyright {
    margin-top: 9px;
    color: #666;
    font-size: 13px;
}
footer .footer-info {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    line-height: 1.5;
    color: #444;
    gap: 0 10px;
}
footer .footer-logo {
    flex-shrink: 0;
    width: clamp(150px, 20vw, 200px);
}
footer .footer-wrap {
    display: flex;
    /* align-items: center; */
    flex-direction: column;
    gap: 30px;
    padding: 65px 0 60px;
}
/* [max-medium / landscape phones]  태블릿/모바일, 768px 미만 ▼ */
@media (width <= 767.98px) {
    footer .footer-wrap {
        flex-direction: column;
        gap: 20px;
    }
}
/* 로그인 버튼 */
#loginBtn {
    position: absolute;
    bottom: 60px;
    right: 20px;
    /* margin-left: auto; */
    /* align-self: flex-end; */
}
#loginBtn a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 8px 13px;
    background: transparent;
    color: #7d7d7d;
    line-height: 1;
    border-radius: 0;
    border: none;
    border-radius: 0;
    font-size: clamp(11px, 2vw, 12px);
    background: rgba(255, 255, 255, 0.07);
}
html.logined #loginBtn a[href="/member/login"] {
    display: none;
}
html:not(.logined) #loginBtn a[href="/member/logout"] {
    display: none;
}
#loginBtn a:hover {
    background: #333;
    color: #fff;
    border-color: var(--backgorund-color);
}
#loginBtn a span.material-symbols-outlined {
    font-size: 1rem;
    margin-right: 5px;
    font-variation-settings: var(--gms-500-out);
}
/* [max-medium / landscape phones]  태블릿/모바일, 768px 미만 ▼ */
@media (width <= 767.98px) {
    #loginBtn {
        position: static;
    }
    #loginBtn a {
        margin-left: inherit;
    }
}
/* 스크롤버튼 */
#scrollTop {
    --width: 40px;
    --bottom: 25px;
    all: unset;
    box-sizing: border-box;
    z-index: 1000;
    cursor: pointer;
    position: fixed;
    right: 25px;
    bottom: var(--bottom);
    display: none;
    justify-content: center;
    align-items: center;
    width: var(--width);
    padding: 0;
    background: var(--page-point-color);
    border-radius: 50%;
    aspect-ratio: 1;
    text-align: center;
    color: #fff;
}
#scrollTop::before {
    content: "\e5d8";
    font-family: var(--gms);
    font-variation-settings: var(--gms-300-out);
    font-size: 1.75rem;
}
/* [max-medium / landscape phones]  태블릿/모바일, 768px 미만 ▼ */
@media (width <= 767.98px) {
    #scrollTop {
        display: none;
    }
}
/* ---------------------------- subpage ---------------------------- */
/* [ subpage-header ] */
.subpage-header {
    --background-image: url(/public/img/sub/sub-top0.jpg);
    position: relative;
    height: clamp(230px, 35vw, 320px);
    /* background: linear-gradient(0deg, #f1f4f7, #fff); */
    /* padding-bottom: 60px; */
}
.subpage-header .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    background: var(--background-image) no-repeat center / cover;
    /* filter: brightness(0.9); */
    /* background-color: #fff; */
}
.subpage-title {
    z-index: 2;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    height: 100%;
    text-align: center;
}
.subpage-title h2 {
    line-height: 1;
    margin-top: 10px;
    font-weight: 700;
    color: #000;
    font-size: clamp(36px, 7vw, 65px);
    letter-spacing: -0.017em;
    font-family: var(--paperlogy);
}

.subpage-title h2::before {
    content: "SERAM TAX";
    display: block;
    font-size: clamp(18px, 2vw, 20px);
    margin-bottom: clamp(20px, 5vw, 30px);
    margin-left: 6px;
    letter-spacing: 0;
    color: var(--page-point-color);
    font-weight: 700;
}
/* [ subpage-title-template ] */
/* 타이틀 변수 설정*/
[class*="title-h"] {
    --h-line-height: 1.4;
    --h-letter-spacing: -0.02em;
    --p-font-weight: 400;
    --p-color: #444;
    --p-line-height: 1.5;
}
[class*="title-h"] a {
    color: #337ab7;
}
[class*="title-h"] a:hover {
    text-decoration: underline;
    color: #1b5c94;
}
[class*="title-h"]:only-child {
    margin-bottom: 0;
}
[class*="title-h"] p.big {
    font-size: 22px;
}
[class*="title-h"] span.color {
    font-weight: 600;
    color: #000;
}

/* title이 아닌 element + title */
*:not([class*="title-h"]) + [class*="title-h"] {
    margin-top: var(--title-between);
}
/* 제목 */
[class*="title-h"] > :is(h2, h3, h4, h5, h6) {
    font-size: var(--h-font-size);
    font-weight: var(--h-font-weight);
    color: var(--h-color);
    line-height: var(--h-line-height);
    letter-spacing: var(--h-letter-spacing);
    font-family: var(--paperlogy);
}
/* 본문 */
[class*="title-h"] > :is(p, ul, ol) {
    font-size: var(--p-font-size);
    font-weight: var(--p-font-weight);
    color: var(--p-color);
    line-height: var(--p-line-height);
    letter-spacing: -0.028em;
}
/* 제목+본문 간격 */
/* .subpage [class*="title-h"] > :is(h2, h3, h4, h5, h6) + * {
    margin-top: var(--text-between);
} */
/* 본문+본문 간격 */
[class*="title-h"] > *:not(:is(h2, h3, h4, h5, h6)) + * {
    margin-top: calc(var(--text-between) + 10px);
}
/* h3 start */
.title-h3 {
    position: relative;
    --h-font-size: clamp(28px, 3vw, 44px);
    --h-font-weight: 700;
    --h-color: #222;
    --p-font-size: clamp(16px, 3vw, 20px);
    --text-between: 10px;
    margin-bottom: clamp(50px, 5vw, 70px);
    text-align: center;
}
.title-h3 + .title-h4 {
    margin-top: 0;
}
.title-h3:only-child {
    margin-bottom: 0;
}
.title-h3 h3 + p {
    margin-top: 25px;
}
/* h3 end */

/* h4 start */
.title-h4 {
    --h-font-size: clamp(26px, 3vw, 32px);
    --h-font-weight: 700;
    --h-color: #222;
    --p-font-size: clamp(16px, 2vw, 18px);
    --text-between: 10px;
    margin-block: 80px 30px;
    letter-spacing: -0.01em;
    position: relative;
}
.title-h4:first-child {
    margin-top: 0;
}
.title-h4:has(p) {
    margin-bottom: 40px;
}
.title-h4 + .title-h4 {
    margin-top: 50px;
    border-top: 1px solid #eee;
    padding-top: 50px;
}
.title-h4 + .title-h5 {
    margin-top: 0px;
}
.title-h4 h4 + p {
    margin-top: 20px;
}
@media(max-width:767.98px){
    .title-h4{
        text-align: center;
        margin-bottom: 20px;
    }
}
/* h4 end */

/* h5 start */
.subpage .title-h5 {
    --h-font-size: 20px;
    --h-font-weight: 600;
    --h-color: #000;
    --p-font-size: 15px;
    --text-between: 8px;
    margin-top: 50px;
    margin-bottom: 15px;
}
.subpage .title-h5 + .title-h5 {
    margin-top: 40px;
}
.subpage .title-h5:has(p, ul) {
    margin-bottom: 15px;
}
/* h5 end */
b.red,
span.red {
    color: #ef0000;
}
.redline {
    display: inline;
    position: relative;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    text-underline-offset: -0.1em;
    text-decoration-color: #ff4141;
    text-decoration-thickness: 0.2em;
    /* border-bottom: 0.2em solid #ff4141; */
    /* border-spacing: inherit; */
}
.redline::before {
    /* content: ""; */
    position: relative;
    display: inline;
    /* position: absolute; */
    left: -0em;
    right: -0em;
    bottom: 0.15em;
    height: 0.2em;
    /* width: 100%; */
    /* background-color: #ff4141; */
    border-bottom: 3px solid #ff4141;
    z-index: -1;
    border-radius: 3px;
}
/* [ subpage-content ] */
.subpage:has(#board_data_view, #business_write) .title-h3 {
    display: none;
}
.subpage section {
    padding-block: clamp(90px, 15vw, 120px);
}

.subpage section.se-gray {
    background-color: #f6f7f8;
}

.member-wrap .col {
    display: flex;
    gap: 100px;
    align-items: center;
}

.member-wrap {
    max-width: 1100px;
    margin: 0 auto;
}
.member-wrap .col + .col {
    margin-top: clamp(60px, 25vw, 120px);
}
.member-wrap .col:nth-child(even) {
    flex-direction: row-reverse;
}

.member-wrap .img-box {
    flex: 0 1 400px;
    box-shadow: 14px 14px 28px rgba(0, 0, 0, 0.2);
}
.member-wrap .profile {
    flex: 1;
}
.member-wrap .col:nth-child(even) .profile {
    text-align: right;
}
.member-wrap h4 {
    font-size: clamp(32px, 5vw, 48px);
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 40px;
    letter-spacing: -0.02em;
    font-family: var(--paperlogy);
}
.member-wrap h4 b {
    color: #213195;
    /* color: #222; */
}
.member-wrap h4 span {
    font-size: clamp(22px, 3vw, 28px);
    display: inline-block;
    margin-left: 13px;
    color: #222;
}
.member-wrap ul {
    gap: 12px;
}
.member-wrap .col:nth-child(even) ul {
    align-items: flex-end;
}
.member-wrap li {
    font-size: clamp(16px, 2vw, 20px);
    width: fit-content;
    letter-spacing: -0.03em;
}
.member-wrap li:has(a) {
    /* color: #0c80f1; */
}

.member-wrap li a:hover {
    text-decoration: underline;
    text-underline-position: under;
}

.member-wrap li:has(a)::after {
    display: inline-block;
    content: "\e5e1";
    font-family: var(--gms);
    font-variation-settings: var(--gms-600-out);
    line-height: 1;
    font-size: clamp(12px,2vw,14px);
    margin-left: 8px;
    vertical-align: middle;
}

@media (max-width: 767.98px) {
    .member-wrap {
        max-width: 400px;
    }
    .member-wrap .col {
        flex-direction: column;
        gap: 40px;
        align-items: flex-start;
    }
    .member-wrap .col:nth-child(even) {
        flex-direction: column;
    }
    .member-wrap .col:nth-child(even) .profile {
        text-align: left;
    }
    .member-wrap .col:nth-child(even) ul {
        align-items: flex-start;
    }
    .member-wrap h4 {
        margin-bottom: 20px;
    }
    .member-wrap ul {
        gap: 5px;
    }
    .member-wrap li:has(a)::after{
        transform: translateY(-2px);
        margin-left: 5px;
    }
}

/* 법인설립지원 */
#site .support section {
    position: relative;
    padding-block: clamp(90px, 15vw, 130px);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
#site .support section.se01:after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 1px;
    height: clamp(70px,15vw,100px);
    background: linear-gradient(to bottom, #fff, #2a3990);
}
#site .se-inquiry {
    padding: 0px;
    font-size: 24px;
    border: none;
    padding-block: 0 !important;
}
#site .se-inquiry a {
    transition: all 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
    height: clamp(80px, 20vw, 100px);
    background-color: #1e90ff;
    color: #fff;
    gap: 15px;
    font-family: var(--paperlogy);
    font-weight: 700;
    font-size: clamp(20px, 3vw, 28px);
}

#site .se-inquiry a::after {
    content: "\e941";
    font-family: var(--gms);
    font-variation-settings: var(--gms-700-out);
    font-size: clamp(20px, 3vw, 30px);
    background: #fff;
    border-radius: 50%;
    aspect-ratio: 1;
    line-height: 1;
    color: #2091ff;
    padding: 3px;
}

#site .se-inquiry a img {
    display: none;
}
#site .se-inquiry a:hover {
    background-color: #0073e3;
}
#site .support .se01 {
    padding-block: clamp(100px, 15vw, 180px);
}
#site .se-blue {
    text-align: center;
    color: #fff;
    background-color: #2a3990;
    /* background-color: #24273A; */
}
#site .se-blue :is(h3, p) {
    color: #fff;
}
#site .se-service :is(h3, p) {
    color: #fff;
}
#site .se-service {
    background-image: url(/public/img/sub/back-business-biz4.jpg);
    background-size: cover;
}
#site .se-first {
    padding: clamp(100px, 15vw, 180px) 0;
    text-align: center;
    background-image: url(/public/img/sub/back-business-biz6.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
}
.check-wrap {
    display: flex;
}
.check-wrap .col {
    aspect-ratio: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    border: 1px solid #5964ab;
    padding-block: 50px 40px;
    gap: 15px;
}
.check-wrap .col + .col {
    margin-left: -1px;
}
.check-wrap p {
    font-size: 16px;
    letter-spacing: -0.02em;
    font-weight: 500;
    line-height: 1.4;
}
@media (max-width: 1399.98px) {
    .check-wrap {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .check-wrap .col {
        justify-content: center;
        padding: 30px;
    }
}
@media (max-width: 767.98px) {
    .check-wrap {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
@media (max-width: 575.98px) {
    .check-wrap {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .check-wrap .col {
        padding: 20px;
    }
}
.process-wrap {
    display: flex;
}
.process-wrap .col {
    margin-inline: -12px;
    aspect-ratio: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 20px;
    border-radius: 100%;
    text-align: center;
    background: rgba(235, 235, 238, 0.4);
}
.process-wrap .step {
    font-size: 14px;
    color: #2a3890;
    font-weight: 700;
    letter-spacing: 0;
    font-family: var(--paperlogy);
}
.process-wrap .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 65px;
    font-size: 40px;
    color: #666b7d;
    margin-block: 10px;
    color: #666b7d;
}
.process-wrap p {
    /* height: 58px; */
    padding: 0;
    font-size: clamp(14px, 2vw, 16px);
    letter-spacing: -0.025em;
    line-height: 1.4;
    color: #222;
    font-weight: 500;
}
@media (max-width: 1399.98px) {
    .process-wrap {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .process-wrap .col {
        justify-content: center;
        padding: 30px;
        margin-block: -12px;
    }
}
@media (max-width: 767.98px) {
    .process-wrap {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
@media (max-width: 575.98px) {
    .process-wrap {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
.num-wrap {
    display: flex;
    gap: 30px;
}
.num-wrap .col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    aspect-ratio: 1;
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 60px 40px;
    background: rgba(0, 0, 0, 0.3);
}
.num-wrap .num {
    position: relative;
    margin-bottom: 20px;
    font-size: clamp(40px, 3vw, 45px);
    color: #fff;
    font-weight: 700;
    font-family: var(--paperlogy);
    text-align: center;
    display: block;
    width: 100%;
}
.num-wrap p {
    font-size: 18px;
    letter-spacing: -0.025em;
    text-align: center;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 1399.98px) {
    .num-wrap {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .num-wrap .col {
        justify-content: center;
        align-items: center;
        padding: 40px 30px;
    }
}
@media (max-width: 767.98px) {
    .num-wrap {
        gap: 20px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .num-wrap p {
        height: auto;
        font-size: 16px;
    }
}
@media (max-width: 575.98px) {
    .num-wrap {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .num-wrap .col {
        aspect-ratio: unset;
    }
}
#site .se-light-blue {
    background-color: #f7f8fc;
    background-color: #f6f7f8;
}

.estate-map-wrap {
    position: relative;
    max-width: 650px;
    margin-inline: auto;
    margin-bottom: 100px;
}
.estate-map-wrap h4 {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 20px;
    color: #3360a1;
    font-weight: 500;
    text-align: right;
    margin: -20px auto 0;
}
.service-box {
    width: 100%;
    max-width: 750px;
    display: flex;
    align-items: flex-start;
    margin: 0 auto;
    background-color: #fff;
    border: 5px solid #f6f7f8;
}
.service-box > img {
    width: 120px;
    margin-top: -20px;
    margin-left: 40px;
    margin-right: 0;
}
.service-box .detail {
    padding: 60px 45px;
    padding-left: 35px;
}
.service-box h5 {
    margin: 0 0 10px;
    font-size: 22px;
    color: #3360a1;
    color: #1a4c91;
    font-weight: 700;
    letter-spacing: -0.03em;
}
.service-box p {
    font-size: 16px;
    letter-spacing: -0.02em;
    line-height: 1.5;
    color: #555;
}
.service-box .box {
    margin-top: 30px;
    display: flex;
    align-items: flex-start;
}
.service-box .box h6 {
    text-align: center;
    margin-bottom: 15px;
    font-size: 17px;
    color: #3361a2;
    font-weight: 600;
}
.service-box .box .item {
    padding-inline: 15px;
}
.service-box .item + .item {
    border-left: 1px dashed #8fa8cb;
}
.service-box .box .arrow {
    margin-top: clamp(30px, 10vw, 70px);
    padding-inline: 15px;
    flex-shrink: 0;
}
.service-box .box .arrow img {
    width: 50px;
}

.estate-wrap {
    display: flex;
    gap: 60px;
    align-items: center;
}
.estate-wrap .service-box {
    flex: 0 1 760px;
}
.estate-wrap .title-h4 {
    flex: 1;
    margin-bottom: 0;
}
@media (max-width: 1100px) {
    .estate-wrap {
        flex-direction: column-reverse;
        gap: 50px;
    }
    .estate-wrap .title-h4 {
        text-align: center;
    }
    #site .service-box {
        flex-basis: auto;
    }
}
@media (max-width: 767.98px) {
    #site .service-box {
        flex-direction: column;
        flex-basis: auto;
    }
    .service-box .detail {
        padding-top: 20px;
        padding-bottom: 40px;
        padding-inline: 30px;
        /* overflow: auto; */
    }
    .estate-wrap {
        flex-direction: column-reverse;
        gap: 50px;
    }
    .se02 .service-box .box img {
        height: 50px;
    }
}
.tax-wrap {
    display: flex;
    gap: 30px;
    justify-content: center;
}
.tax-wrap h4 {
    font-size: clamp(28px, 3vw, 36px);
    position: relative;
    margin-bottom: clamp(50px, 5vw, 60px);
    color: #333;
    letter-spacing: -0.02em;
    font-weight: 600;
    font-family: var(--paperlogy);
}
.tax-wrap h4 b {
    color: #0c80f1;
    font-weight: inherit;
}
.tax-wrap h4::after {
    content: "\f0dd";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 50px;
    color: #ccc;
}
.tax-wrap .col:nth-child(2) h4::after {
    color: #c7d5e8;
}
.tax-wrap p {
    font-size: clamp(24px, 3vw, 33px);
    padding: 10px;
    background: #999;
    border-radius: 3px;
    color: #fff;
    font-weight: 700;
    border-radius: 50px;
    letter-spacing: -0.02em;
    font-family: var(--paperlogy);
}
.tax-wrap .col {
    flex: 0 1 360px;
    background: #fff;
    padding: 45px 30px;
    /* border-radius: 6px; */
    box-shadow: 0 20px 20px rgba(0, 0, 0, 0.35);
}
.tax-wrap .col:nth-child(2) p {
    background: #0c80f1;
}
.tax-change-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 70px;
}
.tax-change-wrap .col {
    text-align: center;
    flex: 0 1 auto;
}
.tax-change-wrap .col:first-child i {
    background: #aaa;
}
.tax-change-wrap .col i {
    font-size: clamp(82px, 3vw, 95px);
    display: block;
    width: clamp(200px,15vw,250px);
    aspect-ratio: 1;
    margin: 0 auto;
    border-radius: 50%;
    background: #4881d2;
    background: #2891f7;
    color: #fff;
    /* line-height: 250px; */
    display: flex;
    justify-content: center;
    align-items: center;
}
.tax-change-wrap p {
    display: block;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -0.02em;
    margin-top: 20px;
}
.tax-change-wrap .arrow {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 70px;
}
.tax-change-wrap .arrow p {
    display: inline-block;
    padding: 7px 41px;
    border-radius: 50px;
    background: #fff;
    border: 2px solid #84b1f1;
    color: #3a78d0;
    font-weight: 600;
    font-size: 22px;
    position: relative;
    letter-spacing: -0.035em;
    margin-block: 0 -20px;
    color: #0c80f1;
    border: 2px solid #5fabf5;
}
.tax-change-wrap .arrow i {
    display: block;
    font-size: 160px;
    color: #5e96e4;
    color: #2891f7;
}
/* [max-medium / landscape phones]  태블릿/모바일, 768px 미만 ▼ */
@media (max-width: 767.98px) {
    .tax-change-wrap {
        flex-direction: column;
        gap: 30px;
    }
    .tax-change-wrap .arrow {
        margin-bottom: 0;
    }
    .tax-change-wrap .arrow i {
        rotate: 90deg;
        font-size: 72px;
        margin-top: 35px;
    }
}
/* [max-small / portrait phones] 모바일, 576px 미만 ▼  */
@media (max-width: 575.98px) {
    .tax-wrap {
        flex-direction: column;
    }
    .tax-wrap .col {
        flex-basis: auto;
        height: auto;
    }
}
#site .se-process-cos {
    background-color: #313546;
    background: #2a2b35;
    padding: clamp(80px, 15vw, 130px) 0 clamp(90px, 15vw, 120px);
}
#site .se-process-cos :is(h3, h4, p, span, i) {
    color: #fff;
}
.process-cos-wrap {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 60px 0;
}
.process-cos-wrap .col {
    text-align: center;
    position: relative;
}
#site .process-cos-wrap span.step {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    color: #f3ef88;
    font-weight: 600;
    font-family: var(--paperlogy);
    color: #3a9eff;
}
.process-cos-wrap .col p {
    font-size: clamp(16px, 2vw, 18px);
    letter-spacing: -0.02em;
    line-height: 1.5;
}
.process-cos-wrap .col .icon {
    position: relative;
    margin-bottom: 35px;
}
.process-cos-wrap .col i {
    font-size: 40px;
}
.process-cos-wrap .col .icon::after {
    content: "";
    top: 15px;
    right: -100px;
    width: 72%;
    height: 1px;
    position: absolute;
    background-color: #fff;
    opacity: 0.3;
}
.process-cos-wrap > .col:nth-child(4n) .icon::after {
    display: none;
}

@media (max-width: 767.98px) {
    .process-cos-wrap {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .process-cos-wrap .col .icon::after {
        content: none;
    }
}
@media (max-width: 575.98px) {
    .process-cos-wrap {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
.tax-why-wrap {
    display: flex;
    gap: 40px;
}
.tax-why-wrap span {
    font-size: 16px;
    font-weight: 100;
    display: block;
    margin-bottom: 20px;
    color: #b0b5d1;
    font-size: 60px;
    letter-spacing: -0.03em;
    display: none;
}
.tax-why-wrap .col {
    padding: 75px 50px;
    box-shadow: 6px 10px 30px rgb(57 62 94 / 20%);
    text-align: center;
}
.tax-why-wrap h4 {
    font-size: clamp(22px, 3vw, 28px);
    margin-bottom: clamp(20px, 5vw, 30px);
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.3;
    color: var(--page-point-color);
}
.tax-why-wrap p {
    font-size: clamp(16px, 2vw, 18px);
    letter-spacing: -0.02em;
    line-height: 1.5;
    font-weight: 400;
    padding: 0 10px;
}
@media (max-width: 767.98px) {
    .tax-why-wrap {
        flex-direction: column;
    }
    .tax-why-wrap .col {
        padding: 40px;
    }
}
.row-wrap {
    display: flex;
}
.row-wrap .title {
    flex: 0 1 40%;
    padding-right: 40px;
}
.row-wrap .title h3 {
    font-size: clamp(32px, 3vw, 42px);
    display: inline-block;
    font-weight: 700;
    margin-bottom: clamp(20px, 5vw, 35px);
    color: #273896;
    line-height: 1.3;
    letter-spacing: -0.02em;
    text-indent: -7px;
    font-family: var(--paperlogy);
}
.row-wrap .title p {
    font-size: clamp(16px, 3vw, 20px);
    letter-spacing: -0.025em;
    color: #333;
    line-height: 1.6;
    font-weight: 500;
}
.row-wrap .title P::before {
    /* content: ""; */
    display: block;
    width: 35px;
    height: 1px;
    margin-block: 30px;
    background: #b3b3b3;
}
.row-wrap h3::after,
.row-wrap h3::before {
    position: relative;
    /* position: absolute; */
    display: inline-block;
    width: 0;
    height: 0;
    line-height: 0;
    color: #dddddd;
    left: -29px;
    top: 2px;
    font-size: clamp(50px, 3vw, 80px);
    font-family: "GmarketSans";
    font-weight: 700;
    /* width: 50px; */
    /* height: 50px; */
    z-index: -1;
}
.row-wrap h3::before {
    content: "“";
    transform: translate(0px, 10px);
}
.row-wrap h3::after {
    content: "”";
    transform: translate(-20px, 50px);
    top: -25px;
    left: 30px;
}
.row-wrap .info {
    flex: 1;
}
@media (max-width: 767.98px) {
    .row-wrap {
        flex-direction: column;
    }
    .row-wrap .title {
        padding-right: 0;
        text-align: center;
        /* padding-inline: 20px; */
    }
    .row-wrap h3::after,
    .row-wrap h3::before {
        content: none;
    }
}
.ceo-box p {
    font-size: 18px;
    line-height: 1.6;
    /* letter-spacing: -0.04em; */
    font-weight: 500;
    position: relative;
    /* background: #eef9ff; */
    padding: 24px 20px 0px;
    color: #148ec1;
    color: var(--page-point-color);
    text-align: center;
    letter-spacing: -0.02em;
    padding-right: 30px;
}
.refer-modal-box a {
    display: block;
    position: relative;
    /* padding: 15px; */
    /* background: #fff; */
}
.refer-modal-box a + a {
    margin-top: 30px;
}
.refer-modal-box a::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
}
.refer-modal-box a::after {
    content: "\f065";
    position: absolute;
    left: 50%;
    top: 50%;
    color: #fff;
    font-size: 1px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
}

.refer-modal-box a:hover::before {
    opacity: 1;
    visibility: visible;
}

.refer-modal-box a:hover::after {
    opacity: 1;
    visibility: visible;
    font-size: 50px;
}
.refer-modal-box p {
    color: red;
    font-size: 14px;
    text-align: right;
    margin-top: 15px;
}
.refer-wrap + .table-wrap {
    margin-top: 100px;
}
.refer-wrap + .table-wrap td {
    text-align: center;
}
.refund-wrap {
    margin-top: 100px;
}
.refund-wrap .info {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: clamp(20px, 5vw, 40px);
    /* border: 1px solid #ddd; */
    margin-bottom: 30px;
    background-color: #fff;
}
.refund-wrap li {
    font-size: clamp(14px, 3vw, 18px);
    letter-spacing: -0.02em;
}

.refund-wrap li + li {
    margin-top: 5px;
}
.refund-wrap li b {
    color: var(--page-point-color);
}

.map-wrap .map {
    width: 100% !important;
}
.map-wrap ul {
    margin-top: 30px;
}
.map-wrap li {
    display: flex;
    /* border-bottom: 1px solid #ddd; */
    padding: 12px 0;
    text-align: left;
    letter-spacing: -0.03em;
}

.map-wrap li span {
    width: clamp(100px, 15vw, 140px);
    font-size: clamp(16px, 2vw, 18px);
    font-weight: 700;
    color: #222;
    letter-spacing: -0.01em;
    flex-shrink: 0;
}

.map-wrap li p {
    margin-bottom: 0;
    font-size: clamp(16px, 2vw, 18px);
    line-height: 1.5;
}

.map-wrap li i {
    margin-right: 15px;
    background: #213195;
    color: #fff;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    padding: 0;
    text-align: center;
    font-size: 13px;
    line-height: 2.3;
}

.map-wrap li a,
.map-wrap li a:hover,
.map-wrap li a:focus {
    color: #333;
}

/* form */
/* Section Status - 실시간 상담 신청 현황 */
#site .status-slider {
    overflow: auto;
}
#site .status-slider .sthead,
#site .status-slider .stbody .slick-slide {
    width: 100%;
    min-width: 800px;
    /* display: table; */
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.status-slider .slick-track {
    width: 100%;
    display: table;
}

.status-slider .slide {
    float: none;
    display: table-row;
}

.status-slider .cell {
    padding: 20px 14px;
    word-break: keep-all;
    text-align: center;
    vertical-align: middle;
    border-top: 1px solid #e8e8e8;
}

.status-slider > .sthead {
    margin-bottom: -1px;
    border-top: 3px solid #333;
}

.status-slider > .sthead .cell {
    font-size: clamp(16px,2vw,18px);
    width: 100%;
    /* opacity: 0.8; */
    font-weight: 600;
    background: #fff;
    border-bottom: 1px solid #333;
    border-top: none;
    letter-spacing: 0px;
}

.status-slider > .stbody {
    border-bottom: 1px solid #ddd;
}

.status-slider > .stbody .cell {
    font-size: clamp(14px,2vw,16px);
    color: #213195;
    font-weight: 400;
    letter-spacing: -0.03em;
}

.status-slider .slick-slide img {
    width: 100%;
}

.status-slider .slick-slider {
    position: relative;
    min-width: 800px;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.status-slider .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.status-slider .slick-list:focus {
    outline: none;
}

.status-slider .slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.status-slider.slick-slider .slick-track,
.status-slider.slick-slider .slick-list {
    transform: translate3d(0, 0, 0);
}

.status-slider .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    /* width: 100%; */
}

.status-slider .slick-track:before,
.status-slider .slick-track:after {
    display: table;
    content: "";
}

.status-slider .slick-track:after {
    clear: both;
}

.status-slider .slick-loading .slick-track {
    visibility: hidden;
}

.status-slider .slick-slide {
    display: none;
    height: 100%;
    min-height: 1px;
}

.status-slider [dir="rtl"] .slick-slide {
    float: right;
}

.status-slider .slick-slide img {
    display: block;
}

.status-slider .slick-slide.slick-loading img {
    display: none;
}

.status-slider .slick-slide.dragging img {
    pointer-events: none;
}

.status-slider .slick-initialized .slick-slide {
    display: block;
}

.status-slider .slick-loading .slick-slide {
    visibility: hidden;
}

.status-slider .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.status-slider .slick-arrow.slick-hidden {
    display: none;
}

.form-wrap {
    /* margin-top: 100px; */
    max-width: 1000px;
    margin-inline: auto;
}
#site .form-wrap .form-control {
    height: 55px;
}

#site .form-wrap select.form-control {
    background-size: 24px;
    background-position: calc(100% - 12px) 16px;
}

#site .form-wrap #captcha {
    height: 55px;
}

.form-wrap select.form-control {
    max-width: 100%;
}
.form-wrap .form-caption {
    display: none;
}
#site .form-wrap tr {
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}
#site .form-wrap tbody {
    gap: 40px 40px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    /* grid-template-columns: repeat(2, minmax(1fr)); */
}
#site .form-wrap :is(th, td, tr, table) {
    border: 0 !important;
}
/* #site .form-wrap :is(#item_2, #item_3) {
    grid-column: span 2;
} */
#site .form-wrap .form-caption {
    display: none;
}
#site .form-wrap .text-center {
    margin-top: 70px;
}
@media (max-width: 767.98px) {
    #site .form-wrap tbody {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }
}
#site .custom-board-wrap .badge {
    width: 100%;
    font-size: 20px;
    padding: 5px 15px;
    font-weight: 400;
    border-radius: 0;
    border: 1px solid var(--page-point-color);
}
#site .custom-board-wrap .badge::before {
    content: "#";
}
.custom-board-wrap dd {
    transition: 0.5s;
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
    cursor: pointer;
}
.custom-board-wrap dd:hover {
    transform: translateY(-20px);
}
.custom-board-wrap .right {
    padding: 25px;
    width: 100%;
    position: relative;
    border-inline: 1px solid #222;
}
.custom-board-wrap .title {
    font-size: 20px;
    overflow: hidden;
    height: 30px;
    margin-bottom: 10px;
    font-weight: 700;
    letter-spacing: -1px;
    text-overflow: ellipsis;
    /* white-space: nowrap; */
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.custom-board-wrap .text {
    height: 67.17px;
    padding: 0;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -1px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.custom-board-wrap .left {
    border: 1px solid #222;
}
/* ---------------------------- mainpage ---------------------------- */
/* [ main-swiper 2405.1 ] */
#mainCarouselSwiper {
    position: relative;
    width: 100%;
}
#mainCarouselSwiper .swiper {
    display: block !important;
}
#mainCarouselSwiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    height: max(clamp(600px, 70vw, 750px), calc(var(--svh100) - var(--navbar-height)));
}
#mainCarouselSwiper .swiper-slide .swiper-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    filter: brightness(0.5);
}
#mainCarouselSwiper .swiper-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
#mainCarouselSwiper .swiper-caption {
    position: relative;
    z-index: 10;
}
#mainCarouselSwiper .swiper-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
#mainCarouselSwiper .swiper-link-btn {
    display: none;
}
#mainCarouselSwiper .swiper-link-btn span::before {
    content: "더보기";
}
#mainCarouselSwiper .swiper-caption {
    text-align: center;
    color: #fff;
}
#mainCarouselSwiper .swiper-caption h1 {
    position: relative;
    font-size: 52px;
    line-height: 1.5;
    font-weight: 600;
    letter-spacing: 0;
    margin: 0 0 20px;
    color: inherit;
}
#mainCarouselSwiper .swiper-caption p {
    margin-top: 25px;
    font-size: clamp(18px, 2.5vw, 22px);
    font-weight: 300;
    letter-spacing: -0.01em;
    color: inherit;
}
#mainCarouselSwiper [class*="swiper-button"] {
    display: flex;
    align-items: center;
    top: 0;
    margin: 0;
    opacity: 1;
    width: 10%;
    height: 100%;
}
#mainCarouselSwiper [class*="swiper-button"]::after {
    content: none;
}
#mainCarouselSwiper [class*="swiper-button"]::before {
    position: relative;
    right: auto;
    top: 0;
    font-family: var(--gms);
    font-variation-settings: var(--gms-100-out);
    font-size: 64px;
    line-height: 1;
    font-weight: 900;
    color: rgba(255, 255, 255, 0.5);
}
#mainCarouselSwiper [class*="swiper-button"]:hover::before {
    color: rgb(255, 255, 255, 1);
}
#mainCarouselSwiper .swiper-button-next {
    right: 0;
}
#mainCarouselSwiper .swiper-button-next::before {
    content: "\e5e1";
}
#mainCarouselSwiper .swiper-button-prev::before {
    content: "\e2ea";
}
#mainCarouselSwiper .swiper-pagination-container {
    z-index: 10;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 40px;
}
#mainCarouselSwiper .swiper-pagination {
    position: static;
    display: flex;
    justify-content: center;
    height: auto;
    line-height: 1;
    gap: 7px;
}
#mainCarouselSwiper .swiper-pagination span {
    width: 11px;
    height: 11px;
    border: 0;
    border-radius: 50px;
    margin: 0 4px;
    backdrop-filter: blur(10px);
}
#mainCarouselSwiper .swiper-pagination span.swiper-pagination-bullet {
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.5);
    transition: ease-in-out 0.2s all;
    margin: 0;
}
#mainCarouselSwiper .swiper-pagination span.swiper-pagination-bullet-active {
    background: #fff;
    box-shadow: none;
}
@media (width <= 767.98px) {
    #mainCarouselSwiper [class*="swiper-button"] {
        display: none;
    }
}

/* [ mainpage ] */
.mainpage :is(.bg) {
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    background-color: #fff;
    filter: brightness(0.8);
}
.mainpage section {
    position: relative;
    padding-block: clamp(100px, 15vw, 180px);
    overflow: hidden;
}
.mainpage section:nth-child(odd) {
    /* background-color: #f7f7f7; */
}
.mainpage .title {
    margin-bottom: 70px;
}
@media (max-width: 767.98px) {
    #site .mainpage .title {
        text-align: center;
        margin-bottom: 60px !important;
    }
}
.mainpage .main-partner .title {
    margin-bottom: 90px;
}
.mainpage h2 {
    font-size: clamp(26px, 4.5vw, 54px);
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.02em;
    font-family: var(--paperlogy);
}
.mainpage h2 b {
    color: var(--page-point-color);
}
.mainpage h2 + p {
    font-size: clamp(16px, 2vw, 24px);
    font-weight: 500;
    letter-spacing: -0.02em;
}
.mainpage h3 {
    font-size: clamp(32px, 5vw, 42px);
    text-align: center;
    margin-bottom: 40px;
    font-weight: 700;
}
#site .main-visual {
    padding-block: 0;
}
.m-visual-wrap {
    display: grid;
    grid-template-columns: minmax(0, 9fr) minmax(0, 3fr);
    grid-template-rows: minmax(0, 68%) minmax(0, 32%);
    /* height: var(--svh100); */
    height: max(clamp(600px, 70vw, 750px), calc(var(--svh100)));
}
.m-visual-wrap .visual {
    /* aspect-ratio: 16/9; */
}
.m-visual-wrap .visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 100%;
}
.m-visual-wrap .color {
    background-color: #e6eefc;
}

.m-visual-wrap .graphic {
    /* background: #3c404d; */
}
.m-visual-wrap .text {
    display: flex;
    align-items: center;
    padding: 0px clamp(50px, 8vw, 150px);
}
.m-visual-wrap h1 {
    font-size: clamp(40px, 5.5vw, 68px);
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 20px;
    letter-spacing: -0.02em;
    font-family: var(--paperlogy);
    color: #111;
}
/* [max-small / portrait phones] 모바일, 576px 미만 ▼  */
@media (max-width: 575.98px) {
    .m-visual-wrap h1.fade-right-d1 {
        --translateX: 0;
        --translateY: var(--translate);
    }
    .m-retax-wrap h2.fade-right-d05 {
                transition-delay: 0.2s;
        --translateX: 0;
        --translateY: var(--translate);
    }
    .m-retax-wrap p.ani.fade-d2{
        transition-delay: 0.5s;
    }
}
.m-visual-wrap h1 small {
    color: inherit;
    font-size: 58%;
    letter-spacing: -0.02em;
    padding-left: 5px;
}
.m-visual-wrap h1 b {
    font-weight: 800;
    color: var(--page-point-color);
}
@media (max-width: 767.98px) {
    .m-visual-wrap {
        display: flex;
        flex-direction: column;
        height: auto;
    }
    .m-visual-wrap .visual {
        aspect-ratio: 16/11.1;
    }
    .m-visual-wrap :is(.graphic, .color) {
        display: none;
    }
    .m-visual-wrap .text {
        flex-basis: auto;
        justify-content: center;
        height: 200px;
        text-align: center;
        padding-inline: 20px;
        background-color: #e6eefc;
    }
    .m-visual-wrap .text h1 {
        font-size: 30px;
    }
}
#site .main-retax {
    overflow: hidden;
    /* padding: 100px; */
    padding-block: 0;
    padding-left: 100px;
}
.m-retax-wrap {
    padding-top: clamp(70px, 5vw, 100px);
    display: flex;
    align-items: center;
}
.m-retax-wrap .app {
    flex: 0 1 clamp(30%, 36.5vw, 50%);
    position: relative;
    display: flex;
    justify-content: center;
    flex-shrink: 0;
}
.m-retax-wrap .layer:not(.phone) {
    position: absolute;
}
.m-retax-wrap .phone {
    flex-shrink: 0;
}
.m-retax-wrap .symbol {
    z-index: 1;
    bottom: 0;
}
.m-retax-wrap .symbol img {
    scale: 1.5;
    transform-origin: 20% 0;
}
.m-retax-wrap .phone {
    z-index: 2;
    padding-top: 100px;
}
.m-retax-wrap .phone img {
    height: clamp(400px, 32vw, 550px);
}
.m-retax-wrap .coin {
    z-index: 3;
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    align-items: flex-end;
}
.m-retax-wrap .coin img {
    opacity: 0;
}
.m-retax-wrap .coin img:nth-child(2) {
    /* align-self: flex-start; */
    width: 100px;
    margin-top: 100px;
    margin-right: 20px;
}
.m-retax-wrap .app.active .coin img {
    animation: rezoomIn 1.4s forwards;
}
.m-retax-wrap .info {
    z-index: 10;
    align-self: center;
    padding-left: 30px;
}
.m-retax-wrap h2 {
}
.m-retax-wrap h2 b {
    color: #1e90ff;
}
.m-retax-wrap p {
    margin-top: 30px;
    margin-left: 5px;
    color: #000;
}
@keyframes rezoomIn {
    from {
        opacity: 0;
        transform: scale3d(0.5, 0.5, 0.5);
    }

    to {
        opacity: 1;
    }
}
/* [max-medium / landscape phones]  태블릿/모바일, 768px 미만 ▼ */
@media (max-width: 767.98px) {
    #site .main-retax {
        padding-left: 0;
    }
    .m-retax-wrap {
        flex-direction: column-reverse;
        text-align: center;
        gap: 30px;
    }
    .m-retax-wrap .info {
        padding-left: 0;
        padding-inline: 20px;
    }
    .m-retax-wrap p {
        margin: 20px 0 0;
    }
    .m-retax-wrap .app {
        /* padding-inline: 30px; */
    }
    .m-retax-wrap .coin {
        padding-inline: 20px;
    }
    .m-retax-wrap .coin img:nth-child(2) {
        width: 60px;
        margin-right: -30px;
    }
    .m-retax-wrap .phone {
        padding-top: 50px;
    }
}
.main-graph {
    padding-block: 150px;
    background-color: #e9f0fc;
    background: #f9fafb;
}
.m-graph-wrap {
    display: inline-block;
    position: relative;
}
.m-graph-wrap:before {
    /* width: 100%; */
    /* height: 1px; */
    /* background: #ddd; */
    /* position: absolute; */
    /* left: 0rem; */
    /* bottom: 4rem; */
    /* content: ""; */
    z-index: 20;
}

.m-graph-wrap {
    z-index: 10;
    position: relative;
    text-align: left;
    width: 100%;
    display: flex;
    align-items: flex-end;
    height: 580px;
    overflow-x: auto;
}
.m-graph-wrap .col {
    flex: 1;
    box-sizing: border-box;
    text-align: center;
    /* height: 100%; */
    position: relative;
}
.m-graph-wrap .col:last-child {
    margin: 0 0rem 0 0;
}
.m-graph-wrap .item {
    /* padding: var(--padding); */
}
.m-graph-wrap .upbody {
    position: relative;
    /* flex: 0 1 var(--height); */
    display: flex;
    align-items: flex-end;
}

.m-graph-wrap .upbody .bar {
    /* width: 100%; */
    width: clamp(5rem, 5vw, 6rem);
    height: 0px;
    background-color: var(--background);
    border-radius: 1rem 1rem 0px 0px;
}
.m-graph-wrap.active .upbody .bar {
    height: var(--height);
    transition: var(--transition-duration) var(--transition-delay);
}

.m-graph-wrap .seoul {
    --transition-delay: 0.5s;
    --transition-duration: 2s;
    --background: #3182f6;
    --height: 33rem;
}
.m-graph-wrap .daegu {
    --transition-delay: 0.75s;
    --transition-duration: 2s;
    --background: #70caf1;
    --height: 30rem;
}
.m-graph-wrap .ulsan {
    --transition-delay: 1s;
    --transition-duration: 2s;
    --background: #2dd8c3;
    --height: 27rem;
}
.m-graph-wrap .gyeonggi {
    --transition-delay: 1.25s;
    --transition-duration: 2s;
    --background: #77dead;
    --height: 24rem;
}
.m-graph-wrap .busan {
    --transition-delay: 1.5s;
    --transition-duration: 2s;
    --background: #fadc71;
    --height: 21rem;
}
.m-graph-wrap .daejeon {
    --transition-delay: 1.75s;
    --transition-duration: 2s;
    --background: #fcab70;
    --height: 18rem;
}

.m-graph-wrap .item {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    text-align: center;
    /* height: 100%; */
    flex: 1;
    position: relative;
    gap: 25px;
    border-bottom: 1px solid #888;
}
.m-graph-wrap h5 {
    width: 100%;
    white-space: nowrap;
    display: block;
    color: #000;
    text-align: center;
    font-size: clamp(14px, 3vw, 22px);
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1;
    opacity: 0;
    font-family: var(--paperlogy);
}
.m-graph-wrap.active h5 {
    opacity: 1;
    transition: var(--transition-duration) var(--transition-delay);
}

.m-graph-wrap .grbtext {
    transition: var(--transition-duration) var(--transition-delay);
    color: #000;
    text-align: center;
    font-size: clamp(18px, 2vw, 26px);
    font-weight: 700;
    margin-top: 15px;
    opacity: 0;
    font-family: var(--paperlogy);
}

.m-graph-wrap.active .grbtext {
    opacity: 1;
}
@media (max-width: 767.98px) {
    .m-graph-wrap {
        /* overflow: auto; */
        flex-direction: column;
        justify-content: center;
        height: auto;
        align-items: flex-start;
        gap: 15px;
        /* scale: 0.4; */
        width: fit-content;
        margin-inline: auto;
    }
    .m-graph-wrap .col {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        gap: 20px;
    }
    .m-graph-wrap .item {
        flex-direction: row-reverse;
        border: 0;
    }
    #site .m-graph-wrap .upbody .bar {
        width: 0px;
        height: 50px;
        border-radius: 0px 15px 15px 0;
    }
    #site .m-graph-wrap.active .upbody .bar {
        width: calc((var(--height) * 0.25) + clamp(20vw, 40vw, 50vw));
    }
    .m-graph-wrap .grbtext {
        margin-top: 0;
    }
    .m-graph-wrap h5 {
        position: absolute;
        right: 20px;
        color: #fff;
        z-index: 100;
        width: fit-content;
    }
}
#site .main-process {
    background-color: #2f90ed;
}
.m-process-wrap {
    display: flex;
    align-items: center;
    gap: 130px;
}
.m-process-wrap .title {
    margin-bottom: 0;
    flex: 0 1 auto;
}
.m-process-wrap .title h2 {
    margin-bottom: clamp(20px, 2vw, 30px);
    color: #fff;
}

.m-process-wrap .title h2 + p {
    color: #fff;
}

.m-process-wrap .title p b {
    color: #fff45b;
    text-decoration: underline;
    text-underline-position: under;
}
.m-process-wrap .info {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}
.m-process-wrap .item {
    aspect-ratio: 1;
    padding: 38px 30px 0 30px;
    background-color: #fff;
    box-shadow: 6px 10px 30px rgb(0 0 0 / 25%);
}
.m-process-wrap span.num {
    font-weight: 600;
    color: #1e90ff;
    font-size: 18px;
    font-family: var(--paperlogy);
}
.m-process-wrap h5 {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.04em;
    line-height: 1.3;
    margin: clamp(15px, 5vw, 30px) 0 15px;
}
.m-process-wrap p {
    font-size: 16px;
    letter-spacing: -0.034em;
    line-height: 1.5;
    color: #555;
    padding-right: 10px;
}
@media (max-width: 1500px) {
    .m-process-wrap .info {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        /* align-items: stretch; */
    }
    .m-process-wrap .item {
        aspect-ratio: unset;
        padding: 30px;
        height: auto;
    }
}
@media (max-width: 767.98px) {
    .m-process-wrap {
        flex-direction: column;
        gap: 0px;
    }
}
@media (max-width: 575.98px) {
    .m-process-wrap .info {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        /* align-items: stretch; */
    }
    .m-process-wrap .item {
        padding: 30px 20px;
    }
}
#site .main-consult h2 {
    text-align: center;
}
#site .main-consult .title {
    margin-bottom: 120px;
}
.m-consult-wrap .header {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: center;
    gap: 40px;
    margin-bottom: 35px;
}
.m-consult-wrap h4 {
    font-size: clamp(24px, 3vw, 30px);
    font-weight: 700;
    font-family: var(--paperlogy);
}
.m-consult-wrap h4 b {
    display: block;
    color: var(--page-point-color);
    display: block;
    font-size: 24px;
    margin-bottom: 0px;
}
.m-consult-wrap .header .item {
    display: flex;
    align-items: center;
}
.m-consult-wrap .header .icon {
    width: clamp(60px, 15vw, 82px);
    aspect-ratio: 1;
    border-radius: 9999px;
    background-color: var(--page-point-color);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    margin-right: 15px;
}
.m-consult-wrap .header .icon span.material-symbols-outlined {
    font-size: clamp(36px, 3vw, 42px);
}
.m-consult-wrap .header .item h5 {
    flex: 1;
    /* text-align: center; */
    font-size: clamp(18px, 2vw, 20px);
    letter-spacing: -0.02em;
    font-family: var(--paperlogy);
}

.m-consult-wrap .header .item h5 b {
    color: #1287f9;
    letter-spacing: 0;
    font-size: 110%;
}
.m-consult-wrap .header .item p {
    flex: 1;
    /* text-align: center; */
    font-size: 16px;
    letter-spacing: -0.03em;
}
.m-partner-wrap {
    /* margin-top: 100px; */
}
.m-partner-wrap + .m-partner-wrap {
    margin-top: 20px;
}
.m-partner-wrap .swiper-wrapper {
    transition-timing-function: linear !important;
    position: relative;
}
.m-partner-wrap .swiper,
.m-partner-wrap .swiper-wrapper {
    overflow: visible;
}
.m-partner-wrap .swiper-slide {
    width: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    /* width: 200px; */
    height: 150px;
    /* padding-block: 50px; */
    padding-inline: 35px;
    /* aspect-ratio: 5/3; */
}

.m-partner-wrap .swiper-slide img {
    /* width: 100%; */
    /* height: 100%; */
    max-height: 80px;
    max-width: 280px;
    object-fit: contain;
    /* border-radius: 20px; */
}
.m-partner-wrap .swiper-slide .info {
    margin-top: 20px;
}
.m-partner-wrap .swiper-slide h5 {
    font-size: 26px;
    font-weight: 700;
    text-align: center;
}
@media (max-width: 767.98px) {
    .m-consult-wrap .header {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        width: fit-content;
        margin-inline: auto;
        margin-bottom: 60px;
    }
    .m-consult-wrap h4 {
        text-align: center;
    }
    .m-partner-wrap .swiper-slide {
        padding-inline: 30px;
        height: 100px;
    }
    .m-partner-wrap .swiper-slide img {
        max-width: 120px;
        max-height: 40px;
    }
}

#site .main-chose {
    background-color: #f9fafb;
}
.m-title-wrap {
    display: flex;
    margin-bottom: 80px;
    align-items: center;
    gap: 70px;
}
.m-title-wrap ul {
    margin-top: 35px;
    display: flex;
    gap: 10px;
    flex-flow: column;
    padding-left: 3px;
}
.m-title-wrap li {
    font-size: clamp(20px, 3vw, 24px);
    font-weight: 500;
    letter-spacing: 0;
    font-family: var(--paperlogy);
    display: flex;
    gap: 10px;
    align-items: center;
    color: #222;
}

@media (max-width: 767.98px) {
    .m-title-wrap {
        flex-direction: column;
        gap: 30px;
    }
    .m-title-wrap h2 {
        text-align: center;
    }
    .m-title-wrap ul{
        align-items: center;
    }
}

.m-title-wrap li::before {
    content: "\e031";
    font-family: var(--gms);
    font-variation-settings: var(--gms-700-fill);
    font-size: 26px;
    color: #5562b5;
}
.m-title-wrap + .img-box {
    overflow: hidden;
    /* border-radius: 20px; */
    box-shadow: 10px 20px 50px rgba(0, 0, 0, 0.1);
}
#site .main-service {
    background: #f9fafb;
    /* background: #313439; */
    /* color: #fff; */
}
.m-service-wrap {
    /* margin-top: 50px; */
    display: grid;
    grid-template-columns: minmax(0, 8fr) minmax(0, 4fr);
    gap: 30px;
}
.m-service-wrap .col {
    position: relative;
    overflow: hidden;
    /* border-radius: 20px; */
    padding: 40px 50px;
    background-color: #fff;
    box-shadow: 5px 10px 30px rgba(0, 0, 0, 0.05);
}
.m-service-wrap .send {
    grid-row: span 2;
    background-color: #0676e3;
    color: #fff;
}
.m-service-wrap .send h4 {
    font-size: clamp(30px, 3vw, 34px);
    font-weight: 700;
    margin-bottom: 30px;
    color: inherit;
    letter-spacing: -0.02em;
    font-family: var(--paperlogy);
}

.m-service-wrap .send h4::after {
    content: "\e5e1";
    font-family: var(--gms);
    font-variation-settings: var(--gms-800-out);
    line-height: 1;
    font-size: clamp(22px, 3vw, 26px);
    margin-left: 15px;
}
.m-service-wrap .send ul {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}
.m-service-wrap .send li {
    font-size: clamp(16px, 3vw, 24px);
    color: inherit;
    letter-spacing: 0;
    font-weight: 500;
    font-family: var(--paperlogy);
}

.m-service-wrap .send li::before {
    /* content: ''; */
    width: 8px;
    height: 3px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 12px;
    border-radius: 5px;
}
.m-service-wrap .link strong {
    display: block;
    margin-bottom: 20px;
    font-size: 24px;
    font-family: var(--paperlogy);
    color: #222;
    line-height: 1.3;
}
.m-service-wrap .link span.text {
    font-size: 16px;
    letter-spacing: -0.02em;
    display: inline-flex;
    gap: 5px;
    color: #1480e9;
    font-weight: 500;
    align-items: center;
}

.m-service-wrap .link span.text::after {
    content: "\e5e1";
    font-family: var(--gms);
    font-variation-settings: var(--gms-600-out);
    line-height: 1;
    font-size: 14px;
    vertical-align: middle;
}

.m-service-wrap .link span.material-symbols-outlined {
    font-size: clamp(70px, 3vw, 100px);
    position: absolute;
    right: clamp(20px, 3vw, 50px);
    bottom: 40px;
    opacity: 0.7;
    font-variation-settings: var(--gms-100-out);
    color: #238cf3;
}

@media (max-width: 767.98px) {
    .m-service-wrap {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    .m-service-wrap .send {
        padding: 30px;
    }
    .m-service-wrap .send ul {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .m-service-wrap .col {
        padding: 30px;
    }
}
@media (max-width: 575.98px) {
    .m-service-wrap .send h4 {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .m-service-wrap .send ul {
        /* grid-template-columns: repeat(1,minmax(0,1fr)); */
        gap: 7px 20px;
    }
}
@media (max-width: 410px) {
    .m-service-wrap .send ul {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}
/* [ main-widget ] */
[class^="board_box"] {
    margin-bottom: 0;
}
.page-header {
    margin-block: 0 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}
.page-header h4 {
    display: inline-block;
    font-size: clamp(18px, 3vw, 22px);
}
.page-header i::before {
    position: relative;
    display: block;
    content: "\e145";
    translate: 0 2px;
    font-family: var(--gms);
    font-variation-settings: var(--gms-300-out);
    font-size: clamp(18px, 3vw, 22px);
    font-weight: 500;
    color: #000;
}
.type_list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.type_list li {
    padding: 0;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}
.type_list li .info {
    opacity: 0.5;
    flex-shrink: 0;
}
.type_list span.subject {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.type_list a:hover {
    text-decoration: underline;
}
.type_list :where(li, a) {
    line-height: 1;
    font-size: clamp(14px, 3vw, 16px);
    color: #000;
}
.type_list .info span:not(.regdate) {
    display: none;
}
.type_thumb {
    display: grid;
    grid-template-columns: repeat(2, minmax(1fr));
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    gap: 10px;
}
.type_thumb > div {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}
.type_thumb .inner {
    margin-top: 0;
    margin-bottom: 0;
    border: 0;
}
.type_thumb .thumb {
    aspect-ratio: 1.6666666667;
    height: auto;
}
.type_thumb .bottom {
    padding: 0;
}
.type_thumb .info {
    display: none;
}
.type_thumb .bottom .title {
    padding: 0;
    margin-top: 5px;
}
.type_thumb .bottom .title a {
    font-size: clamp(15px, 3vw, 17px);
}
:where(.type_video, [data-board-option="video"]) .top a:before {
    content: "\f144";
    font-family: "font awesome 6 free";
    font-weight: 400;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 60px;
    color: #fff;
    opacity: 0.7;
    cursor: pointer;
}

:where(.type_video, [data-board-option="video"]) .inner:hover .top a:before {
    opacity: 1;
}
/* 게시판 스와이퍼 */
.type_swiper_s1 {
    position: relative;
    padding-bottom: 50px;
}
.type_swiper_s1 .top {
    position: relative;
    display: block;
    aspect-ratio: 5/3;
    overflow: hidden;
}
.type_swiper_s1[data-board-option="goods"] .top {
    aspect-ratio: 1;
}
.type_swiper_s1 .thumb {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.type_swiper_s1 .bottom {
    padding-top: 15px;
}
.type_swiper_s1 .bottom .title {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.type_swiper_s1 .bottom .title a {
    font-size: 18px;
    font-weight: 500;
    color: #222;
}
.type_swiper_s1 .bottom .info {
    margin-top: 5px;
    display: flex;
    gap: 10px;
    opacity: 0.7;
    font-size: 12px;
}
.type_swiper_s1 .bottom[data-bottom="list"] {
    padding: 0;
}
.type_swiper_s1 .cate {
    background-color: var(--page-point-color);
    color: #fff;
    display: flex;
    align-items: center;
    width: fit-content;
    padding-inline: 5px;
    height: 20px;
    font-size: 12px;
    line-height: 1;
    margin-bottom: 5px;
}
.type_swiper_s1 .swiper:not(.swiper-initialized) .swiper-wrapper {
    display: flex;
    overflow: hidden;
    gap: 30px;
    pointer-events: none;
    user-select: none;
}
.type_swiper_s1 .swiper:not(.swiper-initialized) .swiper-slide {
    width: 300px;
    flex-shrink: 0;
}
.type_swiper_s1 .swiper:not(.swiper-initialized)::before {
    content: '게시판 위젯 [data-swiper-id="' var(--board-option) '"]에 Swiper가 적용되지 않았습니다.';
    z-index: 100;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(255, 255, 255, 0.9);
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
}
.type_swiper_s1 [class*="swiper-button"] {
    display: flex;
    align-items: center;
    top: 0;
    margin: 0;
    opacity: 1;
    width: fit-content;
    height: 100%;
}
.type_swiper_s1 [class*="swiper-button"]::after {
    content: none;
}
.type_swiper_s1 [class*="swiper-button"]::before {
    position: relative;
    font-family: "Font Awesome 5 Free";
    right: auto;
    top: 0;
    width: auto;
    line-height: 1;
    font-size: 32px;
    font-weight: 900;
    color: var(--page-point-color);
    opacity: 0.5;
}
.type_swiper_s1 [class*="swiper-button"]:hover::before {
    opacity: 1;
}
.type_swiper_s1 [class*="swiper-button"].swiper-button-next {
    right: -50px;
}
.type_swiper_s1 [class*="swiper-button"].swiper-button-next::before {
    content: "\f054";
}
.type_swiper_s1 [class*="swiper-button"].swiper-button-prev {
    left: -50px;
}
.type_swiper_s1 [class*="swiper-button"].swiper-button-prev::before {
    content: "\f053";
}
.type_swiper_s1 .contents_preview {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    padding: 0 1px;
    height: 40px;
    margin-top: 5px;
}
/* [ main-popup ] */
#mainPopup {
    position: relative;
    top: calc(var(--navbar-height) + 25px);
    /* padding-left: 500px; */
    /* opacity: 0.5; */
}
#site .main_popup {
    display: none;
    position: absolute;
    top: 100px !important;
    min-width: 300px;
    z-index: 900;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    border: 0;
    border-radius: 0;
    background-color: transparent;
}
#site .main_popup.show {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: var(--radius-sm);
    /* left: 100px; */
}
.main_popup button.close {
    all: unset;
    cursor: pointer;
    opacity: 1;
    margin: 0;
    height: auto;
    color: inherit;
    font-size: 1.75rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main_popup span.material-symbols-outlined {
    line-height: 0.8;
    font-variation-settings: var(--gms-200-out);
    font-size: inherit;
}
.main_popup .main_popup_contents {
    overflow: hidden;
    /* padding: 10px; */
    background: #fff;
}
.main_popup .main_popup_contents img {
    display: block;
    max-width: 100%;
    height: auto;
}
.main_popup_optional {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 0;
    padding-inline: 7px 10px;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    height: 40px;
}
.main_popup_optional label {
    font-weight: 400;
    margin: 0;
    cursor: pointer;
}
.main_popup_optional label input[type="checkbox"] {
    display: none;
}
.main_popup_optional label span {
    padding-left: 3px;
    display: flex;
    gap: 5px;
    align-items: center;
}
.main_popup_optional label span::before {
    content: "\e8b5";
    display: inline-block;
    font-family: var(--gms);
    font-variation-settings: var(--gms-300-out);
    font-size: clamp(16px, 2vw, 18px);
    /* transform: translateY(3px); */
}
.main_popup_optional :where(label, div) {
    opacity: 0.8;
}
.main_popup_optional :where(label, div):where(:hover, :focus) {
    opacity: 1;
}
.main_popup_optional :where(label, div, span) {
    line-height: 1;
}
.main_popup_optional label {
    display: inline-flex;
    align-items: center;
    font-size: clamp(0.85rem, 2vw, 1rem);
    font-weight: 400;
}
.main_popup.main_popup_left {
    left: 170px;
}
.main_popup.main_popup_center {
    left: 57%;
    transform: translate(-50%);
}
.main_popup.main_popup_right {
    right: 50px;
}
@media (max-width: 767px) {
    .main_popup.main_popup_left,
    .main_popup.main_popup_center,
    .main_popup.main_popup_right {
        left: 15px;
        right: 15px;
        transform: none;
    }
}

#mainPopup .more-view {
    padding: 20px;
    background-color: #fff;
    backdrop-filter: blur(10px);
}
#mainPopup .more-view a {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--page-point-color);
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    border-radius: 10px;
}
/* ---------------------------- table ---------------------------- */
.table-responsive {
    min-height: 0.01%;
    overflow-x: auto;
}
:where(.table) {
    width: 100%;
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    table-layout: fixed;
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
    border-spacing: 0;
}
:where(.table) :where(th, td) {
    vertical-align: top;
    line-height: 1.5;
}
/* [max-medium / landscape phones]  태블릿/모바일, 768px 미만 ▼ */
@media (max-width: 767.98px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }
    .table-responsive  :where(.table) {
        min-width: 700px;
    }
}
.table-style {
    --border-color: #e0e0e0;
    border: 1px solid var(--border-color);
    border-top: 2px solid #222;
    background-color: #fff;
    margin: 0;
    /* border-right: 2px solid #fff; */
    /* border-left: 2px solid #fff; */
}
.table-style :is(th, td) {
    padding: 15px 20px;
    font-size: clamp(14px, 2vw, 16px);
    vertical-align: middle;
    border: 1px solid var(--border-color);
    /* text-align: center; */
    letter-spacing: -0.02em;
}
.table-style td {
    letter-spacing: -0.02em;
    color: #333;
}
.table-style .total {
    font-weight: 700;
    color: var(--page-point-color);
    font-size: 18px;
}
.table-style .red {
    color: red;
    font-weight: 700;
}
.table-style thead th {
    border-bottom: 0;
    background-color: #f8f8f8;
    border: 1px solid var(--border-color);
    color: #222;
    /* text-align: center; */
    font-weight: 600;
}
.table-style thead,
.table-style tbody:only-child {
    /* border-top: 1px solid var(--page-point-color); */
}
.table-style tbody th {
    background-color: #f8f8f8;
    /* text-align: center; */
    font-weight: 600;
    color: #333;
}
.table-number tbody > tr {
    counter-increment: itemNum;
}
.table-number thead > tr > th:first-child {
    text-align: center;
}
.table-number tbody > tr > td:first-child {
    text-align: center;
}
.table-number tbody > tr > td:first-child::before {
    content: counter(itemNum) "";
    text-align: center;
}
/* ---------------------------- board ---------------------------- */
/* 게시판 숨김 */
.board_wrapper {
    margin-block: 0;
}
/* 게시글 공지사항 */
.board_wrapper tr.notice {
    background-color: #f7f7f7;
}
.board_wrapper tr.notice td.subject a {
    font-weight: 500;
    color: #000;
}
.board_wrapper tr.notice td.cate span {
    display: none;
}
.board_wrapper tr.notice td.cate::before {
    content: "공지";
    color: #222;
}
/* 게시글 아이콘 */
.board_wrapper td.subject .is_secret {
    order: 5;
    overflow: hidden;
    text-overflow: ellipsis;
}
.board_wrapper td.subject span {
    flex-shrink: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: left;
    gap: 7px;
}
.board_wrapper td.subject small {
    margin-top: 0;
}
/* 잠금 아이콘 */
.board_wrapper td.subject small.lock {
    order: 0;
    translate: 0 -1px;
    font-size: 0.9em;
}
/* 댓글 아이콘*/
.board_wrapper td.subject small.comment {
    opacity: 0.8;
    order: 1000;
    translate: 0 -1px;
    font-size: 0.8em;
    display: flex;
    align-items: center;
    gap: 1px;
    color: var(--page-point-color-dark);
    font-weight: 700;
}
.board_wrapper td.subject small.comment::before {
    content: "[";
}
.board_wrapper td.subject small.comment::after {
    content: "]";
}
.board_wrapper td.subject small.comment i {
    display: none;
}
/* 게시글 수정/삭제/목록/댓글 등록 버튼 */
.board_wrapper[id$="_view"] .btn {
    min-width: 60px;
    padding-inline: 10px;
    justify-content: center;
    align-items: center;
}
.board_wrapper :is(.form-caption, .wr_caution) i {
    color: var(--page-point-color);
}
.board_wrapper .wr_caution {
    padding-left: 18px;
}
:where(.member_wrapper, .board_wrapper) .text-center {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 40px;
}
:where(.member_wrapper, .board_wrapper) .text-center .btn + .btn {
    margin: 0;
}
/* 게시판/주문폼/회원가입 버튼 */
:where(.member_wrapper, .board_wrapper) :where(.btn.btn-lg, .btn + .btn) {
    min-width: 180px;
}
/* checkbox, radio */
:where(.member_wrapper, .board_wrapper) tbody td:has(.radio-inline, .checkbox-inline) {
    display: flex;
    flex-wrap: wrap;
    gap: clamp(5px, 2vw, 10px) clamp(15px, 3vw, 20px);
    font-size: clamp(14px, 2vw, 16px);
}
:where(.member_wrapper, .board_wrapper) .checkbox {
    margin: 0;
}
:where(.member_wrapper, .board_wrapper) .checkbox label {
    cursor: pointer;
    width: fit-content;
}
:where(.member_wrapper, .board_wrapper) :where(.checkbox label, .radio label) {
    letter-spacing: -0.06em;
}
:where(.member_wrapper, .board_wrapper) .custom_checkbox + span a {
    font-weight: 500;
    color: var(--page-point-color);
    text-decoration: underline;
}
:where(.member_wrapper, .board_wrapper) :where(.checkbox-inline, .checkbox, .radio-inline, .radio) :where(input[type="checkbox"], input[type="radio"]) {
    position: static;
    margin: 0 5px 0 0;
}
:where(.member_wrapper, .board_wrapper) :where(.checkbox, .radio) label {
    padding-left: 0;
    display: flex;
    align-items: center;
}
:where(.member_wrapper, .board_wrapper) :where(.checkbox-inline, .radio-inline) {
    margin-block: 0;
    padding-left: 0;
    margin-left: 0;
    margin-top: 0;
}
/* [max-medium / landscape phones]  태블릿/모바일, 768px 미만 ▼ */
@media (width <= 767.98px) {
    #site :where(.member_wrapper, .board_wrapper) div.text-center {
        margin-top: 20px;
        /* margin-bottom: 50px; */
        /* padding-top: 30px; */
        display: flex;
        justify-content: center;
        width: 100%;
    }
    :where(.member_wrapper .text-center .btn + .btn) {
        margin-left: 0;
    }
    :where(.member_wrapper, .board_wrapper) .text-center .btn.btn-lg {
        padding: 0;
        height: 50px;
        font-size: 14px;
    }
    :where(.member_wrapper, .board_wrapper) .text-center :where(.btn.btn-lg, .btn + .btn) {
        flex: 1;
        min-width: inherit;
    }
}
/* 카테고리 / 분류 */
#bbsArea .category_wrap {
    margin-bottom: 60px;
}
#bbsArea .category_wrap ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0 30px;
    margin-bottom: 70px;
}
#bbsArea .category_wrap li {
    margin: 0;
}
#bbsArea .category_wrap a {
    color: #999;
    font-weight: 600;
    padding-bottom: 5px;
    border-bottom: 0;
    font-size: 20px;
    border-bottom: 3px solid #fff;
    letter-spacing: -0.02em;
}
#bbsArea .category_wrap a:hover {
    color: #111;
}
#bbsArea .category_wrap li.on :where(a, a:hover, a:focus) {
    color: #000;
    font-weight: 600;
    border-bottom: 3px solid #333;
}
/* 게시판 노출 */
#bbsArea {
    position: relative;
}
#bbsArea .board_data_view {
    border-top: 3px solid #222;
    border-bottom: 1px solid #aaa;
}
#bbsArea .write_btn_wrap {
    position: absolute;
    right: 0;
    bottom: 0;
}
#bbsArea .btn-lg {
    width: 200px;
}
#bbsArea :is(.board_wrapper, .pagination_wrap, .search_wrap) {
    display: block;
    margin-top: 0;
}
#bbsArea .board_wrapper + .search_wrap {
    margin-top: 50px;
}
#bbsArea .board_wrapper + .pagination_wrap {
    margin-block: 50px;
}
#bbsArea .pagination_wrap + .search_wrap {
    margin-top: 0px;
}
#bbsArea .pagination_wrap ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 7px;
}
#bbsArea .pagination_wrap li + li {
    margin-left: -1px;
}
#bbsArea .pagination_wrap a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    aspect-ratio: 1;
    font-size: 15px;
    border-radius: 9999px;
}
#bbsArea .pagination_wrap li:not(.active) a:hover {
    background-color: #eee;
}
#bbsArea .pagination_wrap li.active a {
    width: 28px;
    background-color: var(--page-point-color);
    color: #fff;
    font-weight: 700;
}
#bbsArea .pagination_wrap .box a {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 4px;
}

/* 게시판 목록 하단 */
#bbsArea .search_wrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 0;
    position: relative;
    margin-bottom: 80px;
}
#bbsArea .search_wrap #search_kind {
    cursor: pointer;
    line-height: 1;
}
#bbsArea .search_wrap .write_btn_wrap {
    margin-top: 0;
}
/* [max-medium / landscape phones]  태블릿/모바일, 768px 미만 ▼ */
@media (max-width: 767.98px) {
    #bbsArea .search_wrap {
        flex-direction: column;
        max-width: 300px;
        margin-inline: auto;
    }
    #bbsArea .search_wrap .write_btn_wrap {
        position: static;
        display: flex;
        gap: 5px;
        width: 100%;
    }
    #bbsArea select.form-control {
        max-width: 100% !important;
    }
    #bbsArea .search_wrap .write_btn_wrap > .btn {
        width: 100%;
        min-width: auto;
        flex: 1;
    }
}
#bbsArea .badge {
    display: inline-flex;
    background-color: var(--page-point-color);
    border-radius: 3px;
    padding: 3px 7px;
    margin-block: -3px;
    margin-right: 0px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
}
#bbsArea .option_wrap {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}
#bbsArea .option_wrap .list_btn_wrap {
    position: static;
}
/* 게시글 헤더 */
#bbsArea .header_wrap {
    text-align: center;
    padding: 45px 30px 55px;
    border-bottom: 1px solid #e0e0e0;
}
#bbsArea .header_wrap h4.title {
    font-size: 28px;
    font-weight: 700;
    color: #222;
    height: auto;
}
#bbsArea .header_wrap span {
    color: #666;
}
#bbsArea .header_wrap strong {
    color: #000;
    font-weight: 600;
}
#bbsArea .header_wrap .title {
    margin: 0;
    font-size: 24px;
}

#bbsArea .header_wrap .info {
    margin-top: 15px;
    opacity: 0.5;
}

#bbsArea .header_wrap .info span {
    font-size: 14px;
    color: #000;
}

#bbsArea .header_wrap .info span + span {
    margin-left: 9px;
}
/* 게시글 콘텐츠 */
#bbsArea .contents_wrap {
    padding: 50px 0px;
}
#bbsArea .contents_wrap .contents_inner {
    font-size: 14px;
}
#bbsArea .contents_wrap img {
    max-width: 100%;
    height: auto;
}
#bbsArea .contents_wrap p {
    font-size: inherit;
    line-height: 1.6;
    margin: 1em 0;
}
#bbsArea .contents_wrap a {
    color: #337ab7;
}
#bbsArea .contents_wrap a:hover {
    color: #1b5a92;
    text-decoration: underline;
}
#bbsArea .contents_wrap a:visited {
    color: #6c368b;
}
#bbsArea .contents_wrap a:visited:hover {
    color: #461b5f;
    text-decoration: underline;
}
#bbsArea .contents_wrap :is(.h1, h1) {
    font-size: 36px;
}
#bbsArea .contents_wrap :is(.h2, h2) {
    font-size: 30px;
}
#bbsArea .contents_wrap :is(.h3, h3) {
    font-size: 24px;
}
#bbsArea .contents_wrap :is(.h4, h4) {
    font-size: 18px;
}
#bbsArea .contents_wrap :is(.h5, h5) {
    font-size: 14px;
}
#bbsArea .contents_wrap :is(.h6, h6) {
    font-size: 12px;
}
#bbsArea .contents_wrap :is(.h1, .h2, .h3, h1, h2, h3) {
    margin-top: 20px;
    margin-bottom: 10px;
    line-height: 1.2;
    font-weight: 500;
    color: inherit;
}
#bbsArea .contents_wrap :where(li, dl) {
    margin: inherit;
    padding: inherit;
    list-style-position: inside;
}
#bbsArea .contents_wrap ul li {
    list-style-type: disc;
}
#bbsArea .contents_wrap ol li {
    list-style-type: decimal;
}
/* 게시글 다운로드 */
#bbsArea :is(.download_wrap, .status_wrap) {
    padding: 15px;
    border-top: 1px solid #ddd;
}
#bbsArea :is(.download_wrap, .status_wrap) th {
    text-align: left;
    vertical-align: top;
    width: 100px;
}
#bbsArea :is(.download_wrap, .status_wrap) ul {
    display: flex;
    flex-direction: column;
    gap: 5px 10px;
    flex-wrap: wrap;
}
#bbsArea :is(.download_wrap, .status_wrap) ul a {
    color: #000;
}
#bbsArea :is(.download_wrap, .status_wrap) a:hover {
    text-decoration: underline;
}
/* [max-medium / landscape phones]  태블릿/모바일, 768px 미만 ▼ */
@media (width <= 767.98px) {
    #bbsArea :is(.download_wrap, .status_wrap) ul {
        flex-direction: column;
    }
    #bbsArea :is(.download_wrap, .status_wrap) tr {
        display: flex;
        flex-direction: column;
    }
    #bbsArea :is(.download_wrap, .status_wrap) tr > * {
        width: 100%;
    }
    #bbsArea :is(.download_wrap, .status_wrap) tr th {
        padding-bottom: 10px;
    }
    #bbsArea :is(.download_wrap, .status_wrap) tr a {
        word-break: break-all;
    }
}
/* 게시글 댓글 */
#bbsArea .reply_wrap {
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    /* gap: 20px; */
}
#bbsArea .reply_wrap h4 {
    position: static;
    text-align: left;
    font-size: clamp(14px, 3vw, 16px);
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1;
}
#bbsArea .reply_wrap > h4 {
    /* order: 1; */
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0px;
}
#bbsArea .reply_wrap .btn_wrap {
    margin-top: 0.75em;
    display: flex;
}
#bbsArea .reply_wrap .btn_wrap .pull-left {
    display: flex;
    gap: 5px;
}
:is(#bbsArea .reply_wrap #reply_modify_btn, #bbsArea .reply_wrap .text-left + button) {
    margin-left: auto;
}
#bbsArea .reply_wrap #reply_btn {
    cursor: pointer;
    background-color: var(--page-point-color);
    color: #fff;
    display: flex;
}
#bbsArea .reply_wrap #reply_list .info {
    display: flex;
    gap: 7px;
    /* height: 40px; */
}
#bbsArea .reply_wrap #reply_list :is([id*="reply_modify"], [id*="reply_delete"]) {
    min-width: unset;
    padding: 0;
}
#bbsArea .reply_wrap #reply_list :is([id*="reply_modify"], [id*="reply_delete"]):focus {
    border: 0;
}
#bbsArea #reply_list {
    /* order: 3; */
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ccc;
    margin-block: 20px;
}
#bbsArea #reply_list .media {
    position: relative;
    margin: 0;
    padding: 20px 5px 40px;
}
#bbsArea #reply_list .media + .media {
    border-top: 1px solid #ddd;
}
#bbsArea #reply_list .media .media-left,
#bbsArea #reply_list .media > .pull-left {
    padding-right: 20px;
}
#bbsArea #reply_list .media .media-left img {
    border-radius: 100%;
}
#bbsArea #reply_list .media .media-body {
}
#bbsArea #reply_list .media .media-body {
    position: static;
}
#bbsArea #reply_list .media .media-body .info {
    position: absolute;
    /* right: 0; */
    left: 130px;
    bottom: 15px;
}
#bbsArea #reply_list .media .media-body .info .btn {
    display: inline-block;
    font-weight: 500;
    /* padding: 0 5px; */
    line-height: 1;
    font-size: 12px;
    vertical-align: middle;
    color: #333;
    height: auto;
    max-width: unset;
}
#bbsArea #reply_list .media .media-body .info span {
    color: #aaa;
    font-size: 13px;
    margin-left: 6px;
    vertical-align: middle;
}
#bbsArea #reply_list .media .media-heading .text-muted {
    color: #aaa;
    font-weight: 400;
    font-size: 12px;
    position: absolute;
    bottom: 15px;
    left: 5px;
    margin-left: 0 !important;
}
#bbsArea #reply_list .media .media-body p {
    color: #333;
    font-size: 15px;
    line-height: 1.5;
    word-break: break-all;
}
#bbsArea #reply_write .info .form-control {
    display: inline-block;
    width: 120px;
}
#bbsArea #reply_write .info .form-control + .form-control {
    margin-left: 2px;
}
#bbsArea #reply_write .contents {
    margin-top: 5px;
}
#bbsArea #reply_write .contents .form-control {
    height: 100px;
    width: 100%;
    min-height: 100px;
    max-height: 300px;
    resize: vertical;
    padding: 10px 15px;
}
#bbsArea #reply_write .btn_wrap {
    margin-top: 5px;
    text-align: right;
}
#bbsArea #reply_write .btn_wrap .btn {
    padding-left: 20px;
    padding-right: 20px;
}
@media (max-width: 539px) {
    #bbsArea #reply_write .info .form-control {
        display: block;
        width: 100%;
        margin-bottom: 5px;
    }
    #bbsArea #reply_write .info .form-control + .form-control {
        margin-left: 0;
    }
}

/* 게시글 작성 */
#bbsArea .table.board_write_table {
    border-top: 1px solid #333;
    border-collapse: inherit;
}
#bbsArea .table.board_write_table tbody td {
    padding: 0px;
    border: 0;
}
#bbsArea .table.board_write_table .text-muted {
}
#bbsArea .table.board_write_table .text-muted i {
    color: var(--page-point-color);
}
#bbsArea .table.board_write_table .files .fileInput {
    display: grid;
    grid-template-columns: minmax(0, auto) minmax(0, min-content);
    align-self: stretch;
}
#bbsArea .table.board_write_table .files .fileInput .file_add {
    padding: 6px 7px 5px;
}
#bbsArea .table.board_write_table .files .fileInput .tempChk {
    text-align: right;
    font-size: 12px;
    margin-top: 5px;
    color: #555;
}
#bbsArea .table.board_write_table .files + .sumChk {
    padding-bottom: 0;
    margin-bottom: 0;
    border: 0;
}
/* [max-medium / landscape phones]  태블릿/모바일, 768px 미만 ▼ */
@media (max-width: 767.98px) {
    #bbsArea .table.board_write_table .text-muted {
        width: 100%;
    }
}
/* 휴지통 버튼 */
#bbsArea .table.board_write_table :is(.refresh, .delete_attach) {
    display: inline-block;
    color: #999;
    line-height: 40px;
    margin-left: 7px;
    margin-right: 7px;
    cursor: pointer;
}
#bbsArea .table.board_write_table :is(.refresh, .delete_attach):hover {
    color: #ec0909;
}
/* 파일 추가 버튼 */
#bbsArea .table.board_write_table .files {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px 15px;
    flex: 1;
}
#bbsArea .table.board_write_table #File_add {
    aspect-ratio: 1;
    width: auto;
    padding: 9px 12px;
    margin: 0;
}
#bbsArea .table.board_write_table .files + #File_add {
    padding: 0;
    padding-left: 0;
    padding-right: 0;
}
#bbsArea .table.board_write_table .files + #File_add .fa-plus {
    line-height: 0;
}
/* input 가로 */
/* #bbsArea .table.board_write_table :where(.input-group, .form-control):not(#wr_name, #wr_email, #at_name, #wr_captcha, #wr_cate, #wr_thumb) {
    width: 100%;
} */
/* 필수 입력 항목 */
#bbsArea .table.board_write_table th:has(.required_text) > :where(span:first-child, span.required_text) {
    position: static;
    margin-right: 2px;
    color: #ff3332;
}
/* textarea 글자수 */
#bbsArea .frm_textarea_cnt {
    display: none;
}
/* [min-medium / landscape phones]  태블릿/모바일, 768px 이상 ▲ */
@media (width >= 768px) {
    #bbsArea .table.board_write_table .files_upload_wrap {
        gap: 15px;
    }
    #bbsArea .table.board_write_table .files_upload_wrap .btn {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0;
        aspect-ratio: 1;
        height: 40px;
    }
    #bbsArea .table.board_write_table .files_upload_wrap {
        display: flex;
    }
}
/* [max-medium / landscape phones]  태블릿/모바일, 768px 미만 ▼ */
@media (width <= 767.98px) {
    #bbsArea .table.board_write_table .files {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    #bbsArea .table.board_write_table img[alt*="현재 대표 이미지"] {
        max-width: 100%;
    }
    #bbsArea .table.board_write_table #delete_thumb {
        width: 100%;
    }
    #bbsArea .table.board_write_table .files_upload_wrap {
        display: flex;
        flex-direction: column;
    }
    #bbsArea .table.board_write_table .files_upload_wrap .btn {
        width: 100%;
        aspect-ratio: inherit;
        margin-top: 15px;
    }
    #bbsArea .table.board_write_table .files .fileInput .file_add {
        position: relative;
        right: auto;
    }
}
/* input */
.form-control {
    width: 100%;
    font-family: var(--page-font-family);
    padding: 0.6rem 1.05rem;
    font-size: clamp(14px, 2vw, 15px);
    height: var(--form-height);
    border-radius: var(--radius);
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #ccc;
    color: #333;
    letter-spacing: -0.02em;
}

.form-control::placeholder {
    color: #999;
}
#search_query.form-control {
    width: 100%;
    max-width: 320px;
}
#search_query.form-control:focus {
    background-color: #fff;
    border-color: var(--page-point-color);
}
textarea.form-control {
    padding-block: 0.9rem;
    line-height: 1.5;
}
.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    border-color: var(--page-point-color) !important;
    /* box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.08); */
}
.form-control:not([readonly]):focus {
    border-color: var(--page-point-color);
}
.form-control[type="file"] {
    position: relative;
    width: 100%;
    cursor: pointer;
    padding: 0 0.8rem;
    padding-left: 0;
    line-height: calc(var(--form-height) - 2px);
    margin: 0;
}
.form-control[type="file"]::file-selector-button {
    width: 80px;
    margin-right: 10px;
    font-family: inherit;
    position: relative;
    left: 0;
    height: 100%;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-radius: 0;
}
.form-control[type="file"]:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #e5e5e5;
}
select.form-control {
    -webkit-appearance: none;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIiAgIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyIgICB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgICB2ZXJzaW9uPSIxLjEiICAgaWQ9InN2ZzIiICAgdmlld0JveD0iMCAwIDQ4MCA0ODAiICAgaGVpZ2h0PSI0ODAiICAgd2lkdGg9IjQ4MCI+ICA8bWV0YWRhdGEgICAgIGlkPSJtZXRhZGF0YTEwIj4gICAgPHJkZjpSREY+ICAgICAgPGNjOldvcmsgICAgICAgICByZGY6YWJvdXQ9IiI+ICAgICAgICA8ZGM6Zm9ybWF0PmltYWdlL3N2Zyt4bWw8L2RjOmZvcm1hdD4gICAgICAgIDxkYzp0eXBlICAgICAgICAgICByZGY6cmVzb3VyY2U9Imh0dHA6Ly9wdXJsLm9yZy9kYy9kY21pdHlwZS9TdGlsbEltYWdlIiAvPiAgICAgICAgPGRjOnRpdGxlPjwvZGM6dGl0bGU+ICAgICAgPC9jYzpXb3JrPiAgICA8L3JkZjpSREY+ICA8L21ldGFkYXRhPiAgPGRlZnMgICAgIGlkPSJkZWZzOCIgLz4gIDxwYXRoICAgICBpZD0icGF0aDQiICAgICBkPSJNIDE0MCwxOTAgMjQwLDI5MCAzNDAsMTkwIFoiIC8+PC9zdmc+);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: calc(100% - 9px) 12px;
    background-origin: border-box;
    padding-right: 22px;
    max-width: 100px;
}
.wr_add_button select.form-control {
    max-width: 100%;
}
select.form-control#wr_cate {
    max-width: 200px;
}
input.form-control {
    -webkit-appearance: none;
    padding-right: 20px;
}
input.form-control#wr_reply_captcha {
    max-width: 130px;
    width: 100% !important;
}
input.form-control + .clear-input {
    display: none;
    border: 0;
    background-color: transparent;
}
input.form-control.valid-text + .clear-input {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 100%;
    color: #bbb;
    top: 0;
    right: 0;
    border: 1px solid transparent;
}
input.form-control.valid-text + .clear-input::before {
    content: "\f00d";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 16px;
    line-height: 1;
}
input.form-control + .clear-input:hover {
    color: var(--page-point-color);
}
input.form-control + .clear-input {
    display: none;
    border: 0;
    background-color: transparent;
}
input.form-control.valid-text + .clear-input {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 100%;
    color: #bbb;
    top: 0;
    right: 0;
    border: 1px solid transparent;
}
input.form-control.valid-text + .clear-input::before {
    content: "\f00d";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 16px;
    line-height: 1;
}
input.form-control + .clear-input:hover {
    color: var(--page-point-color);
}
/* [max-medium / landscape phones]  태블릿/모바일, 768px 미만 ▼ */
@media (width <= 767.98px) {
    .form-control {
        width: 100%;
    }
}
.wr_form_wrap {
    display: grid;
    grid-template-columns: 1fr 0.5fr 2fr;
    gap: 10px;
    padding: 3px 0 0;
}
.wr_form_wrap label {
    font-size: 13px;
}
.wr_form_item {
    position: relative;
}
.wr_form_item input.form-control {
    padding-right: 40px;
}
.wr_form_item :where(.input-group, .form-control) {
    width: 100%;
}
@media (max-width: 768px) {
    .wr_form_wrap {
        display: flex;
        flex-direction: column;
    }
}
.wr_form_item .form-control {
    background-color: transparent;
    padding-right: 35px;
}
.custom_file {
    width: 1px;
    height: 1px;
    opacity: 0;
    visibility: hidden;
    display: none;
    position: absolute;
}
.checkbox-inline + .checkbox-inline {
    margin-left: 20px;
}

:is(.custom_radio, .custom_checkbox) {
    width: 1px;
    height: 1px;
    opacity: 0;
    visibility: hidden;
    display: none;
    position: absolute;
}
:is(.custom_radio, .custom_checkbox, .status_wrap input) + span {
    user-select: none;
    display: flex;
    align-items: center;
    gap: 5px;
}
.custom_checkbox + span {
    user-select: none;
}
.custom_checkbox + span::before {
    margin: 0 0 0 0;
    font-size: 1.25em;
    color: #a7a7a7;
    content: "\e835";
    font-family: var(--gms);
    font-weight: 600;
    transform: translateY(1px);
}
.custom_checkbox:checked + span::before {
    content: "\e834";
    /* font-weight: 900; */
    color: var(--page-point-color);
    font-variation-settings: var(--gms-700-fill);
}
.custom_checkbox[disabled],
.custom_checkbox[disabled] + span {
    opacity: 0.5;
}
.radio-inline {
    cursor: pointer;
    align-self: center;
    margin-top: 0 !important;
}
.status_wrap [name="wr_status"] {
    display: none;
}
:is(.custom_radio, .status_wrap [name="wr_status"]) + span::before {
    margin: 0 0 0 0;
    font-size: 1.25em;
    color: #555;
    content: "\e836";
    font-family: var(--gms);
    font-weight: 300;
    transform: translateY(-1px);
}
:is(.custom_radio, .status_wrap [name="wr_status"]):checked + span::before {
    content: "\e837";
    font-weight: 900;
    color: var(--page-point-color);
}
:is(.custom_radio, .status_wrap [name="wr_status"])[disabled],
:is(.custom_radio, .status_wrap [name="wr_status"])[disabled] + span {
    opacity: 0.5;
}
/* 자동입력방지 */
#wr_captcha {
    margin-top: 0;
    width: 100%;
    max-width: 220px;
}
#captcha {
    z-index: 10;
    cursor: pointer;
    position: relative;
    filter: brightness(0.62) contrast(4) opacity(0.6);
    height: var(--form-height);
    margin: 0;
    border: 1px solid transparent;
    border-radius: 10px 0 0 10px;
}
#captcha:hover {
    border-color: #222 !important;
}
#captcha + br {
    display: none;
}
#captcha + br + input {
    margin: 0 0 0 -1px !important;
    border-radius: 0 10px 10px 0;
    /* border-left: 0; */
    margin-left: -1px;
}
#captcha + br + input:focus {
    z-index: 15;
}
td:has(#captcha) {
    display: flex;
    gap: 0;
}
/* [ board-columns ] */
:is(.table_video, .table_blog2, .table_blog, .table_pd) {
    --board-template-columns: 1;
    display: grid;
    grid-template-columns: repeat(var(--board-template-columns), minmax(0, 1fr));
    margin-inline: 0;
    gap: 25px;
}
:is(.table_video, .table_blog2, .table_blog, .table_pd)::before,
:is(.table_video, .table_blog2, .table_blog, .table_pd)::after {
    content: none;
}
/* [min-small / portrait phones] 모바일, 576px 이상 ▲ */
@media (width >= 576px) {
    :is(.table_video, .table_blog2, .table_blog, .table_pd) {
        --board-template-columns: 2;
    }
}
/*  [min-medium / landscape phones]  태블릿/모바일, 768px 이상 ▲ */
@media (width >= 768px) {
    :is(.table_video, .table_blog2, .table_blog, .table_pd) {
        --board-template-columns: 4;
    }
}
:is(.table_video, .table_blog2, .table_blog, .table_pd) > dd {
    width: 100%;
    padding: 0;
    /* 등록된 [상품/게시글]이 없습니다 문구 */
}
:is(.table_video, .table_blog2, .table_pd) > dd:not([class]) {
    width: 100%;
    grid-column: span var(--board-template-columns);
}
:is(.table_video, .table_blog2, .table_blog, .table_pd) > dd.no_content {
    grid-column: span var(--board-template-columns);
}
/* [ board-video ] */
.table_video .top a:before {
    content: "\e1c4";
    font-family: var(--gms);
    font-weight: 400;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 60px;
    color: #fff;
    opacity: 0.7;
    cursor: pointer;
}
.table_video .inner:hover .top a:before {
    opacity: 1;
}
.type_video .thumb {
    background-color: #000;
}
/* [ board-list ] */
/* 게시판 리스트, 현황 */
.board_status_list .status_badge {
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
}
.board_status_list .status_badge_1 {
    background: #a0a1a3;
    color: #fff;
}

.board_status_list .status_badge_2 {
    background: var(--page-point-color);
    color: #fff;
}

.board_status_list .status_badge_3 {
    background: #e1e1e1;
    color: #888;
}

:is(.board_list_list, .board_status_list, .cs_bd_wrapper) .table_default {
    border: 0;
    border-spacing: 0;
    border-top: 1px solid #333;
    margin-bottom: 0;
    width: 100%;
}
:is(.board_list_list, .board_status_list, .cs_bd_wrapper) :is(th, td) {
    padding: 17px 15px;
    font-size: clamp(15px, 3vw, 16px);
    border-bottom: 1px solid #ddd;
}
:is(.board_list_list, .board_status_list, .cs_bd_wrapper) td {
    color: #777;
    text-align: center;
}
:is(.board_list_list, .board_status_list, .cs_bd_wrapper) td.text-center {
    display: table-cell;
    text-align: center;
}
:is(.board_list_list, .board_status_list, .cs_bd_wrapper) thead th {
    background: #fff;
    border-bottom: 1px solid #ccc;
    font-weight: 600;
    color: #222;
}
:is(.board_list_list, .board_status_list, .cs_bd_wrapper) tbody th.num {
    font-weight: normal;
}
:is(.board_list_list, .board_status_list, .cs_bd_wrapper) tbody .subject a {
    /* width: 100%; */
    overflow: hidden;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
}
:is(.board_list_list, .board_status_list, .cs_bd_wrapper) .table_responsive tbody th {
    margin-bottom: 0;
}
/* [max-medium / landscape phones]  태블릿/모바일, 768px 미만 ▼ */
@media (width <= 767.98px) {
    :is(.board_list_list, .board_status_list, .cs_bd_wrapper) :is(colgroup, .num, .regdate, .hits, .writer) {
        display: none;
    }
    :is(.board_list_list, .board_status_list, .cs_bd_wrapper) .subject {
        width: 100%;
    }
    :is(.board_list_list, .board_status_list, .cs_bd_wrapper) .status {
        width: 35%;
    }
}

/* [ board-blog A ] */

#bbsArea :where(.table_video, .table_blog2, .table_blog, .table_pd) .badge {
    margin-top: 0px;
}
:where(.table_video, .table_blog2, .table_blog, .table_pd) .inner {
    border: 0;
}
:where(.table_video, .table_blog2, .table_blog, .table_pd) .top {
    position: relative;
}
:is(.table_video, .table_blog, .table_blog2, .table_blog, .table_pd) span.thumb + img.thumb {
    display: block;
    aspect-ratio: 5/3;
    object-fit: cover;
    width: 100%;
    /* max-width: 400px; */
    height: auto;
    background-color: #ccc;
    border-radius: var(--radius-md);
}

:is(.table_pd) a span.thumb + img.thumb {
    aspect-ratio: 1;
}
:is(.table_video, .table_blog, .table_blog2, .table_blog, .table_pd) a span.thumb {
    display: none;
}
:is(.table_video, .table_blog2, .table_blog, .table_pd) dd {
    margin-bottom: 0;
}
:is(.table_video, .table_blog2, .table_blog, .table_pd) .bottom {
    margin-top: 15px;
    padding: 0;
}
:is(.table_video, .table_blog2, .table_blog, .table_pd) :where(.inner .bottom) a {
    display: block;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-weight: 600;
    font-size: 18px;
}
:where(.table_video, .table_blog2, .table_blog, .table_pd, .table_blog) .title {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px 0;
    padding: 0;
}
:where(.table_video, .table_blog2, .table_blog, .table_pd, .table_blog) .title + .pd_preview {
    margin-top: 10px;
}
:where(.table_video, .table_blog2, .table_blog, .table_pd, .table_blog) .title + .pd_preview * {
    all: unset;
}
:where(.table_video, .table_blog2, .table_blog, .table_pd, .table_blog) .info {
    display: flex;
    gap: 10px;
    margin-top: 10px;
    opacity: 0.7;
    display: none;
}
:where(.table_video, .table_blog2, .table_blog, .table_pd, .table_blog) .info span {
    padding: 0;
    font-size: 13px;
    line-height: 1;
}
/* [ board-form ] */
:is(#form_history_list, #form_history_nologin) .board_wrapper {
    padding: 0;
    background: transparent;
    min-height: auto;
}
.board_wrapper :where(form[id*="form"]) :where(th, td, table.table) {
    border: 0;
    line-height: 1;
}
.board_wrapper :where(form[id*="form"]) table {
    width: 100%;
    display: flex;
    border-top: 0;
}
.board_wrapper :where(form[id*="form"]) th {
    padding: 0;
    font-weight: 600;
    display: flex;
    flex-wrap: wrap;
    background-color: transparent;
    width: auto;
    border-top: 0;
}
.board_wrapper :where(form[id*="form"]) :where(th, td) {
    font-size: 17px;
}
/* [max-medium / landscape phones]  태블릿/모바일, 768px 미만 ▼ */
@media (width <= 767.98px) {
    .board_wrapper :where(form[id*="form"]) th {
        margin-bottom: 15px;
        font-size: 14px;
    }
}
.board_wrapper :where(form[id*="form"]) tbody {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    /* gap: 25px; */
}
.board_wrapper :where(form[id*="form"]) tbody tr {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(0, 10fr);
    align-items: flex-start;
    gap: 11px;
    padding: 25px 10px;
    border-bottom: 1px solid #ccc;
}
.board_wrapper :where(form[id*="form"]) #item_agree .checkbox {
    margin-top: 0;
}
/* 동의 */
.board_wrapper :where(form[id*="form"]) #item_agree label,
.board_wrapper :where(form[id*="form"]) #item_email .text-muted {
    font-size: clamp(13px, 2vw, 16px);
    margin-top: 13px;
}
/* 주문내역 숨김 */
:where(.form-wrap, form) #list_btn {
    display: none;
}
/* [max-medium / landscape phones]  태블릿/모바일, 768px 미만 ▼ */
@media (max-width: 767.98px) {
    .board_wrapper :where(form[id*="form"]) table.table tbody tr {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
    }
}

/* ---------------------------- member ---------------------------- */
:is(.find_container, .login_container, .mypage_container) .member_wrapper .form-group {
    height: 52px;
}
:is(.find_container, .login_container, .mypage_container) .member_wrapper .form-group input {
    border: 0;
    padding-left: 0;
}
:is(.find_container, .join_container, .join_write_container, .login_container, .mypage_container) .form-group {
    height: 45px;
}
:is(.find_container, .join_container, .join_write_container, .login_container, .mypage_container) .member_wrapper {
    padding: clamp(30px, 4vw, 60px) clamp(20px, 3vw, 60px);
    /* border: 1px solid #ddd; */
    border-radius: 30px;
    background: #fff;
}
:is(.find_container, .join_container, .join_write_container) .member_wrapper {
    /* max-width: 900px; */
}
:is(.find_container, .login_container) :is(.member_wrapper) {
    max-width: 500px;
}
/* [max-medium / landscape phones]  태블릿/모바일, 768px 미만 ▼ */
@media (width <= 767.98px) {
    :is(.find_container, .join_container, .join_write_container, .login_container, .mypage_container) {
        width: 100%;
    }
    :is(.find_container, .join_container, .join_write_container, .login_container, .mypage_container) .member_wrapper {
        width: 100%;
        margin: 0 auto;
    }
}
.member_wrapper {
    max-width: 1140px;
    padding-top: 120px;
    padding-bottom: 200px;
    margin: 0 auto;
}
.member_wrapper h1 {
    margin-top: 0;
    font-size: clamp(28px, 3vw, 34px);
    line-height: 1;
    font-weight: 700;
    text-align: center;
    border: 0;
    margin-bottom: 20px;
    padding-bottom: 0px;
    letter-spacing: -0.03em;
}
.member_wrapper h1 + p {
    line-height: 1.4;
    font-size: clamp(13px, 3vw, 15px);
    height: 80px;
    /* max-height: 200px; */
    margin-bottom: 0;
    text-align: center;
    color: #666;
}
.member_wrapper .text-center {
    margin-top: 40px;
}
.member_wrapper .text-center .btn.btn-lg {
    padding-left: 40px;
    padding-right: 40px;
}
.member_wrapper #login_form input {
    padding-left: 5px;
    font-size: 15px;
}
#login_form .form-group label {
    position: relative;
}
#login_form .form-group label[class*="label-"] {
    /* display: inline-block; */
    text-indent: -9999px;
}
#login_form .form-group label::before {
    position: absolute;
    text-indent: 0;
    font-family: var(--gms);
    font-variation-settings: var(--gms-300-out);
    font-size: 22px;
    color: #888;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 1;
}
#login_form .form-group:focus-within label[class*="label-"]::before {
    color: #000;
}
#login_form .form-group label.label-id::before {
    content: "\e7fd";
}
#login_form .form-group label.label-pw::before {
    content: "\e897";
}
#login_form .form-group label.label-email::before {
    content: "\e0e6";
}
/* [max-medium / landscape phones]  태블릿/모바일, 768px 미만 ▼ */
@media (width <= 767.98px) {
    .member_wrapper {
        padding: 60px 30px;
    }
    .member_wrapper :where(#login_form, fieldset) {
        display: flex;
        flex-direction: column;
    }
    .member_wrapper :where(#login_form, #login_form input) {
        font-size: clamp(13px, 3vw, 14px);
    }
    .member_wrapper #login_form input {
        border: 0;
        /* padding-left: 0; */
        padding-right: 35px;
    }
}
.member_wrapper .join_agree .join_agree_box {
    width: auto;
    height: 250px;
    border: 1px solid var(--page-grey-color);
    padding: 15px;
    overflow-y: scroll;
    line-height: 1.5;
}

@media (min-width: 768px) {
    .member_wrapper #login_form .control-label {
        /* padding-top: 10px; */
        /* text-align: left; */
    }
}
.member_wrapper .join_agree_box + .checkbox {
    margin: 0;
    width: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 1em 1.25em;
    gap: 5px;
    background-color: #f7f7f7;
    font-size: clamp(12px, 3vw, 15px);
}
.member_wrapper .join_agree_box + .checkbox label {
    display: flex;
    align-items: center;
    padding-left: 0;
    font-size: clamp(13px, 2vw, 14px);
}
.member_wrapper .join_agree_box + .checkbox input {
    position: static;
    margin: 0;
    margin-right: 7px;
}
.member_wrapper .join_agree_box + .checkbox > a {
    font-size: 14px;
    color: #1c54e4;
    font-weight: 500;
}
.member_wrapper .join_agree_box + .checkbox > a:hover {
    text-decoration: underline;
}
/* [max-medium / landscape phones]  태블릿/모바일, 768px 미만 ▼ */
@media (width <= 767.98px) {
    .member_wrapper .join_agree_box + .checkbox > a {
        font-size: 0.75em;
    }
}
/* [ form ] */
.member_wrapper .form-group {
    position: relative;
    margin: 0;
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
}
.member_wrapper .form-group > * {
    width: auto;
    padding: 0;
}
.member_wrapper .form-group:focus-within {
    z-index: 100;
    border-color: var(--page-point-color);
}
.member_wrapper .form-group:focus-within span.material-symbols-outlined {
    opacity: 1;
    color: var(--page-point-color);
}
.member_wrapper .form-group:nth-of-type(1) {
    margin-bottom: -1px;
}
.member_wrapper .form-group:nth-of-type(2) {
    margin-bottom: 0px;
}
.member_wrapper .form-group label span.material-symbols-outlined {
    opacity: 0.5;
    translate: 0 1px;
    font-variation-settings: var(--gms-400-out);
    font-size: 1.25rem;
    color: #000;
}
.member_wrapper .form-group > label:nth-child(1) {
    width: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transform: translateY(-3px);
}
.member_wrapper .form-group > div:nth-child(2) {
    flex: 1;
}
/* [max-medium / landscape phones]  태블릿/모바일, 768px 미만 ▼ */
@media (width <= 767.98px) {
    .member_wrapper .form-group > div:last-child {
        width: 100%;
    }
}
/* [ member-login ] */
:is(#find_btn, #login_btn) {
    margin-top: 25px;
    height: 50px;
    width: 100%;
    border-radius: 9999px;
}
#site :is(#find_idpw, .join_wrapper, .login_wrapper, .mypage_container) {
    z-index: 10;
    width: 100%;
    padding-block: 100px 120px;
    background: #f7f7f7;
}
#site .mypage_container {
    padding-inline: 15px;
}
/* [max-medium / landscape phones]  태블릿/모바일, 768px 미만 ▼ */
@media (width <= 767.98px) {
    #site :is(#find_idpw, .join_wrapper, .login_wrapper, .mypage_container) {
        margin-top: 0;
        position: relative;
        padding-block: 30px 100px;
        height: auto;
    }
}
:where(#find_idpw, .login_wrapper, .mypage_container) {
    display: flex;
    justify-content: center;
    align-items: center;
}
/* [min-lager / tablet] 태블릿, 992px 이상 ▲ */
@media (width >= 992px) {
    :where(#find_idpw, .login_wrapper) {
        padding: 0;
        height: var(--svh100);
    }
}
/* [min-lager / tablet] 브라우저 높이 700 이하 */
@media (height <= 700px) {
    :where(#find_idpw, .login_wrapper, .mypage_container) {
        height: auto;
        min-height: 700px;
        align-items: flex-start;
    }
}
.member_wrapper .login_extra {
    margin-top: 30px;
}
.member_wrapper .login_extra ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0 15px;
}
.member_wrapper .login_extra li > a {
    font-size: clamp(13px, 3vw, 14px);
}
.member_wrapper .login_extra li + li {
    margin-left: 0;
}
.member_wrapper .login_extra li + li::before {
    content: none;
}
/* [max-medium / landscape phones]  태블릿/모바일, 768px 미만 ▼ */
@media (width <= 767.98px) {
    .member_wrapper .login_extra ul {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .member_wrapper .login_extra li + li::before {
        content: none;
    }
}
/* [max-medium / landscape phones]  태블릿/모바일, 768px 미만 ▼ */
@media (width <= 767.98px) {
    .member_wrapper #join_form tr th {
        padding: 0px;
        margin-bottom: 0;
    }
    .member_wrapper #join_form tr td {
        display: flex;
        padding-left: 0;
        padding-right: 0;
        padding-top: 10px;
        padding-bottom: 10px;
        gap: 5px;
    }
    .member_wrapper #join_form tr td > div:has(textarea) {
        width: 100%;
    }
    .member_wrapper #join_form tr td[style="vertical-align:middle"] {
        align-items: center;
        padding-inline: 0px;
    }
    .member_wrapper #join_form tr td[style="vertical-align:middle"] span {
        margin-top: 0;
    }
    .member_wrapper #join_form tr td input:not(#mb_mailing) {
        width: 100%;
    }
}
.member_wrapper .join_agree h4 {
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 500;
}
.member_wrapper .table {
    width: 100%;
}
.member_wrapper .table tbody {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
}
.member_wrapper .table tbody tr {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 4fr);
    margin-bottom: -1px;
}
.member_wrapper .table tbody tr th {
    text-align: left;
    width: auto;
}
.member_wrapper .table tbody tr th span {
    color: var(--page-point-color);
}
.member_wrapper .table tbody tr td {
    padding-inline: 15px;
    display: flex;
    gap: 5px;
}
.member_wrapper .table tbody tr :where(th, td) {
    display: block;
    font-size: clamp(13px, 3vw, 15px);
}
/* [max-medium / landscape phones]  태블릿/모바일, 768px 미만 ▼ */
@media (width <= 767.98px) {
    #site :where(.member_wrapper .table, .member_wrapper .table :where(tbody, tbody tr)) {
        display: block;
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .member_wrapper .table tbody tr :where(th, td) {
        display: block;
        width: 100%;
        font-size: clamp(15px, 2vw, 17px);
    }
    .member_wrapper .table tbody tr th {
        padding: 10px 30px;
    }
    .member_wrapper .table .files_upload_wrap {
        display: flex;
        flex-direction: column;
    }
    .member_wrapper .table .files_upload_wrap .files {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    .member_wrapper .table .files_upload_wrap .files input {
        width: auto;
    }
    .member_wrapper .table .files_upload_wrap .files .file_add {
        position: relative;
        right: auto;
    }
    .member_wrapper .table .files_upload_wrap .btn {
        width: 100%;
        aspect-ratio: inherit;
        margin-top: 15px;
    }
}
/* [ member-privacy ] */
:is(.privacy_container, .agreement_container) {
    text-align: left;
}
:is(.privacy_container, .agreement_container) h1 {
    font-size: clamp(28px, 3vw, 38px);
    font-weight: 700;
    margin-bottom: 40px;
}
:where(.privacy_container, .agreement_container) .privacy_body {
    font-size: 1rem;
    line-height: 1.6em;
    padding-inline: clamp(20px, 3vw, 50px);
}
/* [max-medium / landscape phones]  태블릿/모바일, 768px 미만 ▼ */
@media (max-width: 767.98px) {
    :where(.privacy_container, .agreement_container) .member_wrapper {
        padding: 50px 30px;
    }
}

/* [ componets start ]*/
/* 페이지 준비중 */
.maintenance {
    background: #f4f4f4;
    padding: 120px 25px;
    text-align: center;
    border-radius: 20px;
}
.maintenance span.material-symbols-outlined {
    display: inline-block;
    line-height: 1;
    font-size: 74px;
    margin-bottom: 20px;
}
.maintenance .big-cont {
    display: block;
    line-height: 1;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: -0.05em;
    margin-bottom: 20px;
}
.maintenance .small-cont {
    display: block;
    line-height: 1.5;
    font-size: 14px;
    letter-spacing: -0.03em;
    color: #818181;
    margin-bottom: 20px;
}

/* 모바일 이미지 확장 스크롤 */
/* [max-medium / landscape phones]  태블릿/모바일, 768px 미만 ▼ */
@media (width <= 575.98px) {
    .scroll-box-xs {
        position: relative;
    }
    .scroll-box-xs:not(.on)::before {
        cursor: pointer;
        box-sizing: content-box;
        content: "\e145";
        font-family: var(--gms);
        font-variation-settings: var(--gms-500-out);
        background-color: var(--page-point-color);
        border: 3px solid #fff;
        border-top: 0;
        border-right: 0;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 30px;
        font-size: 22px;
        aspect-ratio: 1/1.02;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 100;
        line-height: 0;
    }
    .scroll-box-xs.on {
        position: relative;
        /* touch-action: pan-x; */
        overflow-x: auto;
    }
    .scroll-box-xs.on img {
        max-width: 900px;
        width: auto;
        height: auto;
    }
}

/* tabs */
[role="tabpanel"] [role="tablist"] {
    display: flex;
    margin-bottom: 60px;
}
[role="tabpanel"] [role="presentation"] {
    flex: 1;
}
[role="tabpanel"] [role="presentation"] + [role="presentation"] {
    margin-left: -1px;
}
[role="tabpanel"] [role="tab"] {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 62px;
    font-size: 20px;
    border: 1px solid #ccc;
    color: #666;
}
[role="tabpanel"] [role="presentation"].active [role="tab"] {
    z-index: 10;
    background-color: var(--page-point-color);
    border-color: var(--page-point-color);
    font-weight: 600;
    color: #fff;
}
[role="tabpanel"] .tab-content > :not(.active) {
    display: none;
}

/* -------------------------------------------------------- */
/* [ animation ] */
/* animation 2023-10-19*/
/* 클래스 명 : {effect}-{transform}-{speed}-{delay}-{translate-pixel} */
/* 예1) fade-upper-s1-d2-t3 (페이드 / 위쪽 / 속도 0.25s / 딜레이 0.5s / 좌표값 75px */
/* 예2) show-under ( 기본 / 아래로 / 속도 1s (기본값) / 딜레이 0s (기본값) / 좌표값 100px (기본값) */
.ani:not(.custom) {
    --opacity: 0;
    /* 등급 (해당 숫자만큼 곱함) */
    --s-level: 4;
    --d-level: 0;
    --t-level: 4;
    /* 위치값 */
    --value: 25px;
    /* 트랜지션 기본 속도 */
    --duration-second: 0.25s;
    --delay-second: 0.25s;
    /* 트랜지션 계산 */
    --duration: calc(var(--duration-second) * var(--s-level));
    --delay: calc(var(--delay-second) * var(--d-level));
    /* 트랜지션 프로퍼티 */
    --property: all;
    /* 트랜지션 효과 */
    --timing-function: ease;
    /* transform */
    --translate: calc(var(--value) * var(--t-level));
    --scale: 1;
    /* default */
    opacity: var(--opacity);
    transition-duration: var(--duration);
    transition-delay: var(--delay);
    transition-property: var(--property);
    transition-timing-function: var(--timing-function);
    translate: var(--translateX) var(--translateY);
    scale: var(--scale);
}
/* [max-medium / landscape phones]  태블릿/모바일, 768px 미만 ▼ */
@media (width <= 767.98px) {
    /* setting */
    /* effect */
    .ani {
        --delay: 0 !important;
    }
}
.ani[class*="fade"] {
    /* --scale: 0.95; */
    --opacity: 0;
    filter: blur(2px);
}
.ani[class*="show"] {
    --opacity: 1;
}
/* s : spped / d : delay / t : translate */
/* spped */
.ani[class*="-s0"] {
    --s-level: 0;
}
.ani[class*="-s05"] {
    --s-level: 0.5;
}
.ani[class*="-s1"] {
    --s-level: 1;
}
.ani[class*="-s2"] {
    --s-level: 2;
}
.ani[class*="-s3"] {
    --s-level: 3;
}
.ani[class*="-s4"] {
    --s-level: 4;
}
.ani[class*="-s5"] {
    --s-level: 5;
}
/* delay */
.ani[class*="-d0"] {
    --d-level: 0;
}
.ani[class*="-d05"] {
    --d-level: 0.5;
}
.ani[class*="-d1"] {
    --d-level: 1;
}
.ani[class*="-d2"] {
    --d-level: 1.25;
}
.ani[class*="-d3"] {
    --d-level: 1.5;
}
.ani[class*="-d4"] {
    --d-level: 1.75;
}
.ani[class*="-d5"] {
    --d-level: 2;
}
.ani[class*="-d6"] {
    --d-level: 2.25;
}
.ani[class*="-d7"] {
    --d-level: 2.5;
}
.ani[class*="-d8"] {
    --d-level: 2.75;
}
.ani[class*="-d9"] {
    --d-level: 3;
    /* translate */
}
.ani[class*="-t0"] {
    --t-level: 0;
}
.ani[class*="-t05"] {
    --t-level: 0.5;
}
.ani[class*="-t1"] {
    --t-level: 1;
}
.ani[class*="-t2"] {
    --t-level: 2;
}
.ani[class*="-t3"] {
    --t-level: 3;
}
.ani[class*="-t4"] {
    --t-level: 4;
}
.ani[class*="-t5"] {
    --t-level: 5;
}
.ani[class*="-tx2"] {
    --t-level: 20;
}
.ani[class*="-tx3"] {
    --t-level: 30;
}
/* timing-function */
.ani[class*="-ease"] {
    --timing-function: ease;
}
.ani[class*="-ease-in"] {
    --timing-function: ease-in;
}
.ani[class*="-ease-out"] {
    --timing-function: ease-out;
}
.ani[class*="-ease-in-out"] {
    --timing-function: ease-in-out;
}
.ani[class*="-linear"] {
    --timing-function: linear;
}
/* extension */
/* 아래 -> 위 */
.ani[class*="-upper"] {
    --translateX: 0;
    --translateY: var(--translate);
}
/* 위 -> 아래 */
.ani[class*="-under"] {
    --translateX: 0;
    --translateY: calc(var(--translate) * -1);
}
/* 좌측 -> 우측 */
.ani[class*="-left"] {
    --translateX: calc(var(--translate) * -1);
    --translateY: 0;
}
/* 우측 -> 좌측 */
.ani[class*="-right"] {
    --translateX: var(--translate);
    --translateY: 0;
}
/* 크기 */
.ani[class*="-scale"] {
}
/* 증가 */
.ani[class*="-scale"][class*="-up"] {
    --scale: 0.85;
}
/* 감소 */
.ani[class*="-scale"][class*="-down"] {
    --scale: 1.5;
}
/* animation */
/* .ani.custom {
    --opacity-0: 0;
    --opacity-100: 1;
    --transform-0: translate(0, 0);
    --transform-100: translate(0, 0);
    --opacity: 0;
    animation: ani-custom var(--duration) var(--timing-function) var(--delay) forwards;
} */
/* active */
.ani.active {
    opacity: 1;
}
.ani.active[class*="fade"] {
    --translate: 0;
    --scale: 1;
    --opacity: 1;
    filter: blur(0px);
}
.ani.active[class*="show"] {
    --translate: 0;
    --scale: 1;
}
/* keyframes animation */
@keyframes ani-custom {
    0% {
        opacity: var(--opacity-0);
        transform: var(--transform-0);
    }
    100% {
        opacity: var(--opacity-100);
        transform: var(--transform-100);
    }
}
