@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=block");
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/variable/pretendardvariable.css");

@import url("https://webfontworld.github.io/TheJamsil/TheJamsil.css");
@import url("https://webfontworld.github.io/gmarket/GmarketSans.css");

/* 중국어 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@300;400;600;900&display=swap");

/* bootstrap5 */
@import url("https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css");

:root {
    /* font */
    --page-font-family: "TheJamsil", "Pretendard Variable", sans-serif;
    --import-font-family1: "TheJamsil";
    --import-font-family2: "GmarketSans";
    /* nav */
    --navbar-height: 95px;
    /* page-color */
    --page-point-color: #0066bd;
    --page-point-color-light: #e1e8fa;
    --page-point-color-dark: #004077;
    --page-point-color-hover: var(--page-point-color-dark);
    /* font-size default (desktop / mobile)*/
    --page-font-size: 14px;
    /* grid */
    --grid-1fr: minmax(0, 1fr);
    --grid-repeat-2: repeat(2, var(--grid-1fr));
    --grid-repeat-3: repeat(3, var(--grid-1fr));
    --grid-repeat-4: repeat(4, var(--grid-1fr));
    --grid-repeat-5: repeat(5, var(--grid-1fr));
    --grid-repeat-6: repeat(6, var(--grid-1fr));
    --grid-repeat-7: repeat(7, var(--grid-1fr));
    --grid-repeat-8: repeat(8, var(--grid-1fr));
    --grid-repeat-9: repeat(9, var(--grid-1fr));
    --grid-repeat-10: repeat(10, var(--grid-1fr));
    --grid-repeat-11: repeat(11, var(--grid-1fr));
    --grid-repeat-12: repeat(12, var(--grid-1fr));
    /* 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-wght-100-fill: "FILL" 1, "wght" 100, var(--gms-opsz);
    --gms-wght-200-fill: "FILL" 1, "wght" 200, var(--gms-opsz);
    --gms-wght-300-fill: "FILL" 1, "wght" 300, var(--gms-opsz);
    --gms-wght-400-fill: "FILL" 1, "wght" 400, var(--gms-opsz);
    --gms-wght-500-fill: "FILL" 1, "wght" 500, var(--gms-opsz);
    --gms-wght-600-fill: "FILL" 1, "wght" 600, var(--gms-opsz);
    --gms-wght-700-fill: "FILL" 1, "wght" 700, var(--gms-opsz);
    /* outlined icon */
    --gms-wght-100-out: "FILL" 0, "wght" 100, var(--gms-opsz);
    --gms-wght-200-out: "FILL" 0, "wght" 200, var(--gms-opsz);
    --gms-wght-300-out: "FILL" 0, "wght" 300, var(--gms-opsz);
    --gms-wght-400-out: "FILL" 0, "wght" 400, var(--gms-opsz);
    --gms-wght-500-out: "FILL" 0, "wght" 500, var(--gms-opsz);
    --gms-wght-600-out: "FILL" 0, "wght" 600, var(--gms-opsz);
    --gms-wght-700-out: "FILL" 0, "wght" 700, var(--gms-opsz);
}

html:lang(cn) {
    --page-font-family: "TheJamsil", "Pretendard Variable", "Noto Sans SC", sans-serif;
    --import-font-family1: "Noto Sans SC";
    --import-font-family2: "Noto Sans SC";
}

html:lang(cn) * {
    word-break: break-all;
}

@media (max-width: 767px) {
    .container {
        max-width: none;
        width: 100%;
        height: 100%;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: calc(1200px + (var(--bs-gutter-x) * 0.5) * 2);
    }
}

* {
    word-break: keep-all;
    /* user-select: none; */
}

html,
body#site {
    /* 홈페이지 기본 폰트 사이즈 */
    font-size: var(--page-font-size) !important;
}

body#site {
    display: none;
    font-family: var(--page-font-family);
}

body#site > .container {
    max-width: inherit;
    width: 100%;
    padding: 0;
}

span.material-symbols-outlined {
    font-family: var(--gms) !important;
    overflow: hidden;
    display: inline-flex;
    line-height: 1;
    aspect-ratio: 1;
    font-variation-settings: var(--gms-wght-400-out), var(--gms-grad-zero);
    user-select: none;
    font-size: 22px;
}

/* input 색상 초기화 */
input:is(:-webkit-autofill, :-webkit-autofill:hover, :-webkit-autofill:focus, :-webkit-autofill:active) {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

/* .badge,
.form-control,
.btn {
    border-radius: 0;
} */

img {
    flex-shrink: 0;
    image-orientation: from-image;
}

.img-box {
    overflow: hidden;
    position: relative;
    display: flex;
    border-radius: 15px;
}

.img-box.vision-img {
    border-radius: 0 !important;
}

:is(ol, ul, li, dl) {
    margin: 0;
    padding: 0;
    font-weight: normal;
    list-style-type: none;
    list-style-position: inside;
}

:is(p, h1, h2, h3, h4, h5, h6, dt dd, th, td, li) {
    position: relative;
    margin: 0;
    padding: 0;
    line-height: 1.5em;
    letter-spacing: -0.025em;
}

small {
    font-size: 0.75em;
}

p,
dt,
dd,
li,
li > a {
    font-size: var(--page-font-size);
}

th,
td {
    font-size: var(--page-font-size);
}

a,
button {
    all: unset;
    cursor: pointer;
    box-sizing: border-box;
}

a:focus,
a:hover {
    text-decoration: unset;
    color: unset;
}

.btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: clamp(13px, 5vw, 15px) !important;
    line-height: 1;
    height: 40px;
    padding: 0 1em !important;
}

.btn.btn-lg {
    font-size: clamp(14px, 5vw, 16px) !important;
    height: 50px;
}

/* 게시판/주문폼/회원가입 버튼 */
:is(.member_wrapper, .board_wrapper) .text-center :is(.btn.btn-lg, .btn + .btn) {
    min-width: 180px;
}

/* 게시글 수정/삭제/목록/댓글 등록 버튼 */
.board_wrapper[id$="_view"] .btn {
    min-width: 70px;
    justify-content: center;
    align-items: center;
}

@media (hover: hover) {
    .btn.btn-primary:is(:hover, :focus) {
        background-color: var(--page-point-color-hover);
        border-color: var(--page-point-color-hover);
    }

    .btn.btn-secondary:is(:hover, :focus) {
        color: #000;
        background-color: var(--page-grey-color-hover);
        border-color: var(--page-grey-color);
    }
}

br {
    visibility: visible;
    opacity: 0;
}

:where(.container, .row) {
    position: relative;
}

.row::before,
.row::after,
.container::before,
.container::after {
    content: none;
    display: none;
}

.row {
    margin: 0;
}

.col {
    padding: 0;
}

.row > * {
    float: inherit;
    padding: 0;
}

.modal.fade.in,
.modal.show {
    transition: 0.25s;
    opacity: 1 !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.7);
}

.modal .modal-content {
    padding: 10px;
    border-radius: 0.5em;
}

.modal .modal-header {
    flex-direction: row-reverse;
}

.modal .modal-header::before,
.modal .modal-header::after {
    content: none;
}

.modal .modal-footer {
    flex-wrap: nowrap;
    flex-direction: row;
}

.modal .modal-footer .btn {
    flex: 1;
    min-width: inherit !important;
    margin-top: 0;
    margin-bottom: 0;
}

.modal .btn.btn-default {
    background-color: #5d5d5d;
    color: #fff;
}

/* 구글맵 */
iframe[src^="https://www.google.com/"]
{
    background-color: #e5e3df;
    margin-bottom: -6px;
}

/* 유튜브 iframe */
iframe[title^="YouTube"] {
    aspect-ratio: 16/9;
    background-color: #000;
}

/* ani */
.ani {
    opacity: 0;
}

.ani.active {
    animation-fill-mode: both;
}

/*=================================== list-type =================================== */
:is(.li-cir, .li-dash) {
    --list-padding-left: 15px;
}

:is(.li-cir, .li-dash) > li {
    position: relative;
    padding-left: var(--list-padding-left);
    font-size: clamp(14px, 3vw, 15px);
}

.li-cir > li::before {
    content: "";
    position: absolute;
    top: 0.55em;
    left: 0;
    display: block;
    background-color: #555;
    width: 4px;
    aspect-ratio: 1;
    border-radius: 0;
}

.li-dash > li::before {
    content: "-";
    position: absolute;
    top: -2px;
    left: 0;
}

/* =================================== navbar =================================== */
/* reset */
#gnbauth i {
    display: none;
}

#gnblang {
    font-family: "TheJamsil", "Pretendard Variable", sans-serif;
    z-index: 5000;
    width: 80px;
    height: 45px;
    margin-left: 20px;
    align-self: center;
}

#gnblang .dropdown-backdrop {
    display: none;
}

#gnblang.open .dropdown-menu {
    display: none;
}

#gnblang.on .dropdown-menu {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#gnblang.on::before {
    content: "";
    position: absolute;
    left: -13px;
    top: 0px;
    right: -10px;
    bottom: -50px;
    border: 1px solid #ccc;
    background-color: #fff;
    box-shadow: 12px 10px 30px rgba(0, 0, 0, 0.1);
    height: 140px;
}

#gnblang .lang-toggle {
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 0;
    line-height: 1;
    height: 100%;
}

#gnblang.on .lang-toggle {
    color: var(--page-point-color) !important;
}

#gnblang.on .lang-toggle::after {
    all: unset;
    content: "";
    position: absolute;
    bottom: 0px;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #ccc;
}

#gnblang .lang-toggle .lang-icon {
    font-size: clamp(16px, 3vw, 18px);
}

#gnblang .lang-toggle .lang-current {
    margin-inline: 5px 3px;
    font-size: clamp(13px, 3vw, 15px);
}

#gnblang .lang-toggle .expand-icon {
    font-size: 19px;
    font-variation-settings: var(--gms-wght-600-out);
}

#gnblang.on .lang-toggle .expand-icon {
    rotate: 180deg;
}

#gnblang .dropdown-menu {
    min-width: 100%;
    background-color: transparent;
    box-shadow: none;
    padding-right: 5px;
    padding-top: 1px;
    padding-top: 8px;
}

#gnblang .dropdown-menu li {
    margin-bottom: 8px;
    text-align: center;
}

#gnblang .dropdown-menu button {
    color: #000;
    font-weight: 400;
    font-size: clamp(13px, 3vw, 14px);
}

@media (hover: hover) {
    #gnblang .dropdown-menu button:not([disabled]):hover {
        text-decoration: underline;
        font-weight: 600;
    }
}

#gnblang .dropdown-menu button[disabled] {
    /* opacity: 0.5; */
    color: var(--page-point-color);
    text-decoration: underline;
}

#gnblang .dropdown-menu button:not([disabled]) {
}

@media (max-width: 767px) {
    #gnblang {
        width: auto;
        margin-left: auto;
    }

    #gnblang.on::before {
        left: -7px;
        right: -7px;
    }
}

.dropdown-toggle::after,
.navbar .caret {
    display: none;
}

:where(.navbar-header, .navbar > .container) {
    display: flex;
}

.navbar-inverse .navbar-header {
    justify-content: center;
    align-items: center;
}

.navbar-inverse > .container {
    justify-content: space-between;
}

.navbar-inverse .navbar-right {
    margin-right: 0 !important;
}

/* 상단 메뉴 */
.navbar-inverse {
    /* 반응형 */
    --dropdown-padding: 0px clamp(15px, 2vw, 25px);
    --dropdown-font-size: clamp(15px, 2vw, 18px);
    --dropdown-menu-padding: 10px clamp(15px, 2vw, 25px);
    --dropdown-menu-font-size: 14px;
    --navbar-point-color: var(--page-point-color);
    --navbar-logo-width: clamp(150px, 15vw, 200px);
    --navbar-transition: 0.3s;
    position: fixed;
    background: #fff;
    box-shadow: 5px 0 5px rgba(0, 0, 0, 0.1);
    margin-bottom: 0;
    border: 0;
    padding: 0;
}

/* nav 로고 */
.navbar-inverse :is(.navbar-brand, .navbar-brand:hover, .navbar-brand:focus) {
    width: var(--navbar-logo-width);
    height: auto;
    margin: 0;
    padding: 0;
    color: #000;
}

.navbar-inverse .navbar-brand span {
    position: relative;
    display: block;
    font-size: clamp(22px, 3vw, 28px);
    font-weight: 700;
}

html:lang(en) .navbar-inverse .navbar-brand span {
    letter-spacing: -0.035em;
}

.navbar-inverse .navbar-brand img {
    height: clamp(42px, 5vw, 55px);
}

.navbar-inverse .navbar-brand > span {
    display: flex;
    align-items: center;
    gap: clamp(8px, 3vw, 15px);
}

html:lang(en) .navbar-inverse .navbar-brand > span {
    gap: clamp(6px, 2vw, 15px);
}

/* nav 대메뉴*/
.navbar-inverse .navbar-nav > li > a {
    position: relative;
    font-weight: 500;
    color: #222;
    font-size: var(--dropdown-font-size);
}

html:lang(cn) .navbar-inverse .navbar-nav > li > a {
    font-weight: 600;
}

/* nav 서브메뉴 dropdown-menu background */
.navbar-inverse .navbar-nav .dropdown-menu {
    position: absolute;
    background: rgba(0, 0, 0, 0.7);
    border-top: 3px solid #333;
}

/* nav 서브메뉴 dropdown-menu color */
.navbar-inverse .navbar-nav :is(li.open, li) .dropdown-menu > li > a {
    color: #fff;
    font-size: var(--dropdown-menu-font-size);
    height: var(--dropdown-menu-height);
    padding: 15px 20px;
    font-size: clamp(12px, 2vw, 15px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.11);
}

.navbar-inverse .navbar-nav :is(li.open, li) .dropdown-menu > li:last-child > a {
    border-bottom: 0;
    border-radius: 0 0 7px 7px;
}

/* nav 대메뉴 클릭&후버 시 */
.navbar-inverse .navbar-nav > li > a:is(:hover, :focus),
.navbar-inverse .navbar-nav > li:is(:hover, :focus) .dropdown-toggle {
    background: none !important;
    color: var(--navbar-point-color) !important;
}

/* nav 서브메뉴 dropdown-menu hover */
.navbar-inverse .navbar-nav .dropdown-menu > li > a:hover {
    background: var(--navbar-point-color);
    color: #fff !important;
}

/* desktop */
@media (min-width: 768px) {
    #site {
        /* padding-top: var(--navbar-height); */
        padding-top: 0;
    }

    /* navbar BS5 */
    .navbar-inverse {
        position: fixed;
        padding: 0;
        height: var(--navbar-height);
    }

    .navbar-inverse .navbar-collapse {
        flex: 1;
        height: 100% !important;
    }

    .navbar-inverse > .container {
        flex-wrap: nowrap;
    }

    .navbar-inverse :is(.container, .navbar-right, .navbar-right > li, .navbar-right > li > a) {
        height: 100%;
    }

    .navbar-inverse .navbar-nav {
        height: 100%;
        flex-direction: row;
        justify-content: flex-end;
    }

    .navbar-inverse :is(.navbar-right, .navbar-right > li) {
        float: inherit !important;
    }

    .navbar-inverse :is(.navbar-right, .navbar-right > li > a) {
        display: flex;
    }

    /* nav 대메뉴 */
    .navbar-inverse .navbar-nav > li > a {
        justify-content: center;
        align-items: center;
        letter-spacing: -0.01em;
        padding: var(--dropdown-padding);
    }

    /* nav 서브메뉴 dropdown-menu  */
    .navbar-inverse .navbar-nav .dropdown-menu {
        /* top: calc(50% + 30px); */
        left: 50%;
        right: auto;
        transform: translate(-50%, 0);
        border-radius: 0 0 7px 7px !important;
        border: 0;
        padding: 0;
        text-align: center;
    }

    /* nav 서브메뉴 dropdown-menu 목록*/
    .navbar-inverse .navbar-nav .dropdown-menu > li > a {
        padding: var(--dropdown-menu-padding);
        line-height: 1;
    }

    /* =================================== nav scroll change background =================================== */

    .navbar-inverse:not(.scroll) {
        background-color: var(--navbar-scroll-background-color);
    }

    .navbar-inverse.top {
        /* --navbar-height: 80px; */
        --navbar-scroll-filter: grayscale(1) brightness(10) invert(0);
        --navbar-scroll-color: #fff;
        --navbar-scroll-color-hover: #fff;
        --navbar-scroll-font-weight: 400;
        --navbar-scroll-background-color: transparent;
        background-color: var(--navbar-scroll-background-color);
    }

    html:lang(cn) .navbar-inverse.top {
        --navbar-scroll-font-weight: 600;
    }

    .navbar-inverse.scroll {
        /* --navbar-height: 100px; */
        --navbar-scroll-filter: unset;
        --navbar-scroll-color: #333;
        --navbar-scroll-color-hover: var(--page-point-color);
        --navbar-scroll-font-weight: 400;
        --navbar-scroll-background-color: #fff;
    }

    html:lang(cn) .navbar-inverse.scroll {
        --navbar-scroll-font-weight: 600;
    }

    .navbar-inverse:is(.top, .scroll) {
        --navbar-transition: 0.3s;
        transition: var(--navbar-transition);
        height: var(--navbar-height);
        background-color: var(--navbar-scroll-background-color);
    }

    .navbar-inverse:is(.top, .scroll) #gnblang p,
    .navbar-inverse:is(.top, .scroll) .navbar-brand span {
        color: var(--navbar-scroll-color);
    }

    .navbar-inverse:is(.top, .scroll) .navbar-nav > li > a {
        font-weight: var(--navbar-scroll-font-weight);
        color: var(--navbar-scroll-color);
    }

    .navbar-inverse:is(.top, .scroll) .navbar-nav > li > a:is(:hover, :focus),
    .navbar-inverse:is(.top, .scroll) .navbar-nav > li:is(:hover, :focus) .dropdown-toggle {
        color: var(--navbar-scroll-color-hover) !important;
    }
}

/* mobile */
@media (max-width: 767px) {
    :root {
        --navbar-height: 70px;
    }

    #site {
        padding-top: var(--navbar-height);
    }

    .navbar-inverse .navbar-collapse::before,
    .navbar-inverse .navbar-collapse::after,
    .navbar-inverse .navbar-collapse .navbar-right::before,
    .navbar-inverse .navbar-collapse .navbar-right::after {
        display: none;
    }

    .navbar-inverse {
        --dropdown-height: 45px;
        --dropdown-menu-height: 40px;
        --dropdown-background-color: #fff;
        width: 100%;
        /* overflow: hidden; */
        margin: 0;
        background-color: transparent;
    }

    /* 드롭다운 배경 */
    .navbar-inverse::before {
        content: "";
        opacity: 0;
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background-color: #000;
        /* background: linear-gradient(to bottom, black 20vh, transparent); */
    }

    .navbar-inverse.open::before {
        transition: opacity 0.3s;
        opacity: 0.5;
    }

    .navbar-inverse > .container {
        flex-direction: column;
        padding: 0;
    }

    .navbar-inverse .dropdown-menu {
        position: static !important;
        float: inherit;
        padding: 0;
    }

    .navbar-inverse :is(.navbar-right, .navbar-collapse) {
        padding: 0;
        margin: 0 !important;
    }

    .navbar-inverse .navbar-right,
    .navbar-collapse {
        width: 100%;
    }

    .navbar-inverse .navbar-collapse {
        transition: 0s !important;
        overflow: hidden;
        position: relative;
        display: flex;
        align-items: flex-start;
        border: 0;
        height: 0;
        max-height: unset;
        flex-basis: 0;
    }

    .navbar-inverse.open .navbar-collapse {
        flex-basis: 100%;
    }

    /* 드롭다운 메뉴 */
    .navbar-inverse .navbar-collapse .navbar-right {
        transition: 0.3s !important;
        overflow: hidden auto;
        transform: translateY(-100%);
        flex-wrap: nowrap;
    }

    .navbar-inverse.open .navbar-collapse .navbar-right {
        transform: translateY(0%);
        height: calc(100vh - var(--navbar-height));
    }

    .navbar-inverse .navbar-header::before,
    .navbar-inverse .navbar-header::after {
        display: none;
    }

    /* nav 메뉴 버튼*/
    .navbar-inverse .navbar-toggle {
        order: 2;
        border: 0;
        padding: 9px 0;
        margin: 0 15px 0 0;
    }

    .navbar-inverse .navbar-toggle .icon-bar {
        opacity: 1;
        position: relative;
        transition: ease-in-out 0.15s all;
        background-color: #666;
    }

    .navbar-inverse .navbar-toggle:is(:hover, :focus) {
        background: none;
        border-color: #444;
    }

    .navbar-inverse .navbar-toggle:is(:hover, :focus) .icon-bar {
        background-color: #444;
    }

    .navbar-inverse :is(.navbar-collapse, .navbar-form) {
        border-color: transparent;
    }

    .navbar-inverse.open .navbar-toggle > .icon-bar:nth-of-type(1) {
        transform: rotate(45deg);
        top: 6px;
    }

    .navbar-inverse.open .navbar-toggle > .icon-bar:nth-of-type(2) {
        opacity: 0;
    }

    .navbar-inverse.open .navbar-toggle > .icon-bar:nth-of-type(3) {
        transform: rotate(-45deg);
        top: -6px;
    }

    /* nav 메뉴*/
    .navbar-inverse .navbar-header {
        justify-content: space-between;
        width: 100%;
        height: var(--navbar-height);
        margin: 0 !important;
        border-bottom: 1px solid #ddd;
        background-color: #fff;
        gap: 15px;
    }

    /* nav 로고*/
    .navbar-inverse .navbar-header :is(.navbar-brand, .navbar-brand:hover, .navbar-brand:focus) {
        margin: 0 0 0 15px !important;
    }

    /* nav 대메뉴, 드롭다운 메뉴 공통 */
    .navbar-inverse :is(.navbar-nav > li > a, .navbar-nav > li.open > ul.dropdown-menu > li > a) {
        display: flex;
        justify-content: start;
        align-items: center;
    }

    /* nav 대메뉴 */
    .navbar-inverse .navbar-nav > li > a {
        height: var(--dropdown-height);
        padding: var(--dropdown-padding);
        background-color: var(--dropdown-background-color);
    }

    /* nav 서브메뉴 */
    .navbar-inverse .navbar-nav > li.open > ul.dropdown-menu {
        border-radius: 0;
    }

    .navbar-inverse .navbar-nav > li.open > ul.dropdown-menu > li > a {
        height: var(--dropdown-menu-height);
        padding: var(--dropdown-menu-padding);
    }

    /* nav 드롭다운 배경 */
    /* .navbar-inverse .navbar-nav .dropdown-menu{
        background: #444;
    } */

    /* nav 드롭다운 폰트 */
    /* .navbar-inverse .navbar-nav .open .dropdown-menu>li>a{
        color: #fff;
    } */

    /* nav 대메뉴 클릭&후버 시 */
    .navbar-inverse .navbar-nav > li > a:is(:hover, :focus),
    .navbar-inverse .navbar-nav > li:is(:hover, :focus) .dropdown-toggle {
        background: #fff !important;
    }

    /* nav 드롭다운 메뉴 클릭시 */
    /* .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:is(:hover,:focus){
        color: #fff;
        background: #2968d4;
    } */
}

/* =================================== footer =================================== */
#site footer {
    margin-top: 0px;
    padding: 45px 0;
    background-color: #222;
}

.footer-wrap {
    display: grid;
    grid-template-columns: minmax(0, auto) minmax(0, 200px);
    /* footer-logo */
    /* grid-template-columns: minmax(0, 200px) minmax(0, auto) minmax(0, 200px); */
    grid-template-rows: min-content;
    align-items: flex-start;
}

/* left logo */
.footer-logo img {
    opacity: 0.5;
    margin-right: 30px;
}

/* default */
.footer-info {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    line-height: 1.5;
    color: #444;
    gap: 0 10px;
}

.footer-info li {
    font-size: clamp(12px, 3vw, 13px);
    color: #aaa;
    letter-spacing: 0;
}

.footer-info li.clearfix {
    width: 100%;
}

.footer-info li.corp {
    margin-bottom: 5px;
    color: #eee;
}

.footer-info li.copyright {
    margin-top: 7px;
    color: #666;
    letter-spacing: 0;
}

.footer-login {
    display: none;
    margin-left: auto;
    margin-top: auto;
}

.footer-login .login-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 10px 11px;
    background: transparent;
    color: #ccc;
    line-height: 1;
    border: 1px solid #616161;
    border-radius: 0;
    font-size: clamp(11px, 2cqw, 12px);
    border-radius: 3px;
}

.footer-login .login-btn:hover {
    background: #fff;
    color: #222;
    border-color: #616161;
}

.footer-login .login-btn span.material-symbols-outlined {
    font-size: 1rem;
    margin-right: 5px;
    font-variation-settings: var(--gms-wght-500-out);
}

#scrollTop {
    z-index: 1000;
    position: fixed;
    right: 25px;
    bottom: 25px;
    display: none;
    width: 50px;
    padding: 0;
    background: #555;
    border-radius: 50%;
    aspect-ratio: 1;
    text-align: center;
    color: #fff;
}

#scrollTop .inner {
    display: flex;
    justify-content: center;
    align-items: center;
}

#scrollTop .inner :is(i, span) {
    font-size: 1.75rem;
}

/* mobile footer*/
@media (max-width: 767px) {
    .footer-wrap {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .footer-login {
        margin-left: inherit;
    }

    #scrollTop {
        display: none !important;
    }
}

/* no_content */
.maintenance {
    background: #f4f4f4;
    padding: 120px 25px;
    text-align: center;
}

.maintenance span.material-symbols-outlined {
    display: inline-block;
    line-height: 1;
    font-size: 64px;
    margin-bottom: 10px;
}

.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;
}

/* =================================== mainCarousel =================================== */

/* 슬라이드 */
.main-visual,
#mainCarousel .carousel-inner .item {
    /* height: calc(100vh - var(--navbar-height)); */
    height: 850px;
}

@media (min-height: 900px) {
    .main-visual,
    #mainCarousel .carousel-inner .item {
        /* height: calc(100vh - var(--navbar-height)); */
        height: 100vh;
    }
}

@media (max-width: 767px) {
    .main-visual,
    #mainCarousel .carousel-inner .item {
        height: 600px;
    }
}

#mainCarousel .carousel-inner .item::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    opacity: 0.3;
}

/* =================================== mainpage common =================================== */
/* section */
.mainpage {
    font-family: var(--import-font-family2);
    overflow: hidden;
}

.mainpage section {
    position: relative;
    padding-top: clamp(120px, 10vw, 120px);
    padding-bottom: clamp(140px, 10vw, 130px);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.main-map {
    background: #f9f9f9;
}

.main-vision {
    background-image: url(/public/img/main/v-bg.jpg);
}

.main-platform {
    background-image: url(/public/img/main/p-bg.jpg);
}

.mainpage section:nth-child(even) {
    background-color: #fff;
}

.mainpage h3 {
    font-size: clamp(30px, 5vw, 42px);
    text-align: center;
    margin-bottom: clamp(40px, 4vw, 70px);
    font-weight: 700;
}

html:lang(cn) .mainpage h3 {
    font-weight: 900;
}

.mainpage .active {
    animation: upper 1s 0.25s forwards;
}

@keyframes upper {
    from {
        opacity: 0;
        translate: 0 70px;
    }

    to {
        opacity: 1;
        translate: 0 0;
    }
}

.main-visual {
    padding-block: 0;
    background-color: #000;
    background: url(/public/img/slide/slide1.jpg) no-repeat center / cover;
}

.main-visual::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    opacity: 0.3;
}

.main-visual .container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.visual-caption {
    color: #fff;
    text-align: center;
}

.visual-caption h1 {
    font-family: var(--import-font-family1);
    position: relative;
    font-size: clamp(50px, 6vw, 72px);
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0;
    margin-top: clamp(30px, 5vw, 60px);
    animation: left2right 1.25s forwards;
}

html:lang(cn) .visual-caption h1 {
    /* font-weight: 600; */
}

@keyframes left2right {
    from {
        opacity: 0;
        translate: 100px 0;
    }

    to {
        opacity: 1;
        translate: 0 0;
    }
}

.visual-caption p {
    display: flex;
    flex-direction: column;
    gap: clamp(15px, 3vw, 23px);
    font-size: clamp(16px, 3vw, 24px);
    font-weight: 400;
    letter-spacing: -0.01em;
    line-height: 1;
    animation: right2left 1.25s forwards;
}

@keyframes right2left {
    from {
        opacity: 0;
        translate: -100px 0;
    }

    to {
        opacity: 1;
        translate: 0 0;
    }
}

.visual-caption p span {
    display: block;
    /* font-size: 36px; */
    font-size: clamp(1.1em, 2vw, 1.3em);
    font-weight: 300;
}

.visual-caption p span.t02 {
    font-size: clamp(1.35em, 3vw, 1.7em);
    font-weight: 500;
}

html:lang(en) .visual-caption p span.t02 {
    font-size: clamp(1.25em, 3vw, 1.4em);
}

html:lang(cn) .visual-caption p span.t02 {
    font-weight: 600;
}

@media (max-width: 575px) {
    .visual-caption p span {
        font-size: 5vw;
    }

    .visual-caption p span.t02 {
        font-size: 6.5vw;
    }

    .visual-caption h1 {
        font-size: 12vw;
    }
}

.cp-wrap {
    display: flex;
    flex-direction: column;
    gap: 90px;
}

.cp-wrap .col:nth-child(even) {
    flex-direction: row-reverse;
}

.cp-wrap .col {
    counter-increment: itemNum;
    display: flex;
    align-items: center;
    gap: clamp(35px, 3vw, 100px);
}

.cp-wrap .col li {
    font-size: clamp(14px, 3vw, 16px);
    margin-bottom: 7px;
    color: #555;
}

.cp-wrap .col .img-box {
    width: 45%;
    aspect-ratio: 5/4;
    background-color: #ccc;
}

.cp-wrap .col .info {
    flex: 1;
}

.cp-wrap .col.ani .img-box {
    opacity: 0;
}

.cp-wrap .col.active:nth-child(even) .img-box {
    animation: left2right 1.25s 0.5s forwards;
    border-radius: 15px;
}

.cp-wrap .col.active:nth-child(odd) .img-box {
    animation: right2left 1.25s 0.5s forwards;
    border-radius: 15px;
}

.cp-wrap .info::before {
    content: counter(itemNum, decimal-leading-zero);
    display: block;
    margin-bottom: 12px;
    font-weight: 400;
    font-size: clamp(24px, 3vw, 26px);
    color: #1d4ea5;
    line-height: 1;
    font-style: italic;
}

.cp-wrap .info h4 {
    font-size: clamp(23px, 3vw, 32px);
    margin-bottom: clamp(15px, 5vw, 25px);
    font-weight: 700;
}

@media (max-width: 767px) {
    .cp-wrap .col {
        flex-direction: column !important;
        align-items: stretch;
        padding: 0 10px;
    }

    .cp-wrap .col .img-box {
        width: auto;
        animation-delay: 0.25s !important;
    }

    .cp-wrap .col.active:nth-child(even) .img-box {
        margin-right: calc((var(--bs-gutter-x) * 0.5 + 10px) * -1);
        border-radius: 0;
        border-top-left-radius: 25px;
    }

    .cp-wrap .col.active:nth-child(odd) .img-box {
        margin-left: calc((var(--bs-gutter-x) * 0.5 + 10px) * -1);
        border-radius: 0;
        border-top-right-radius: 25px;
    }

    .cp-wrap .col .info {
        padding-inline: 20px;
    }
}

.bs-wrap {
    --gap: clamp(12px, 3vw, 20px);
    --column: 4;
    display: flex;
    flex-wrap: wrap;
    gap: var(--gap);
}

.bs-wrap .col {
    transition: 0.25s;
    display: flex;
    flex-direction: column;
    border-radius: 0 0 10px 10px;
    flex: 0 1 auto;
    width: calc((100% - (var(--gap) * (var(--column) - 1))) / var(--column));
}

.bs-wrap .col .img-box {
    aspect-ratio: 5/5;
    background-color: #ccc;
    border-radius: 10px 10px 0px 0;
}

.bs-wrap .col .img-box img {
    transition: 0.25s;
    width: 100%;
    height: 100%;
    border-radius: 10px 10px 0px 0;
}

.bs-wrap .col p {
    padding: 16px 25px 12px;
    background-color: #fff;
    text-align: center;
    font-size: clamp(15px, 3vw, 18px);
    border-radius: 0 0 10px 10px;
}

/* .bs-wrap .col:hover img {
    scale: 1.1;
} */
@media (hover: hover) {
    .bs-wrap .col:hover {
        translate: 0 -15px;
        box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.12);
    }

    .bs-wrap .col:hover > p {
        color: #104da0;
    }
}

@media (max-width: 767px) {
    .bs-wrap {
        --column: 2;
    }

    .bs-wrap .col p {
        padding: 15px;
    }
}

.tc-wrap {
    --gap: 15px;
    --column: 3;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: var(--gap);
    row-gap: 40px;
}

.tc-wrap .col {
    position: relative;
    flex: 0 1 auto;
    width: calc((100% - (var(--gap) * (var(--column) - 1))) / var(--column));
}

.tc-wrap .col .img-box {
    /* aspect-ratio: 5/5; */
    aspect-ratio: 3/4;
    background-color: #ccc;
    border-radius: 15px;
}

.tc-wrap .col .img-box img {
    z-index: 3;
}

.tc-wrap .col .img-box::before {
    z-index: 5;
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.45), transparent);
}

.tc-wrap .col p {
    position: absolute;
    z-index: 10;
    /* display: flex; */
    /* align-items: flex-end; */
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 23px 25px 25px;
    /* height: 50%; */
    text-align: left;
    font-size: clamp(15px, 3vw, 18px);
    letter-spacing: -0.015em;
    color: #fff;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.45), transparent);
    border-radius: 15px;
}

html:lang(en) .tc-wrap .col p {
    font-size: clamp(14px, 3vw, 16px);
}

:is(.cp-wrap, .bs-wrap, .tc-wrap) .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    user-select: none;
    /* border-radius: 15px; */
}

@media (max-width: 767px) {
    .tc-wrap {
        --column: 1;
        row-gap: 10px;
    }

    .tc-wrap .col .img-box {
        aspect-ratio: 5/4;
    }
}

/* =================================== subpage header =================================== */
/* default */
.subpage-header {
    position: relative;
    padding-top: var(--navbar-height);
    height: clamp(180px, 30vw, 360px);
    /* background: center / cover no-repeat url(/public/img/sub/sub-top01.jpg); */
}

@media (max-width: 767px) {
    .subpage-header {
        padding-top: 0;
    }
}

/* background */
.subpage-header.visual01 {
    background-image: url(/public/img/sub/sub-top01.jpg);
}

.subpage-header.visual02 {
    background-image: url(/public/img/sub/sub-top02.jpg);
}

.subpage-header.visual03 {
    background-image: url(/public/img/sub/sub-top03.jpg);
}

@media (max-width: 767px) {
    .subpage-header.visual01 {
        background-position-x: 5%;
    }

    .subpage-header.visual02 {
        background-position-x: 72%;
    }

    .subpage-header.visual03 {
        background-position-x: 77%;
    }
}

/* .subpage-header.visual04 {
    background-image: url(/public/img/sub/sub-top04.jpg);
} */

/* .subpage-header.visual05 {
    background-image: url(/public/img/sub/sub-top05.jpg);
} */

.subpage-header::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    opacity: 0.5;
}

.subpage-header .subpage-title {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    /* padding-top: var(--navbar-height); */
}

.subpage-header .subpage-title h2 {
    line-height: 1;
    margin-top: 0;
    text-align: center;
    font-weight: 400;
    color: #fff;
    font-size: clamp(36px, 5vw, 46px);
}

html:lang(cn) .subpage-header .subpage-title h2 {
    font-weight: 600;
}

/* .breadcrumb {
    background: none;
    padding: 0;
    margin: 15px 0 0 0;
    display: flex;
    gap: 20px;
}

.breadcrumb li.home::before {
    content: "HOME";
}

.breadcrumb > li {
    position: relative;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.75);
    font-size: 14px;
}

.breadcrumb > li.active {
    color: #fff;
}

.breadcrumb > li + li:before {
    content: "\e5cc";
    font-family: var(--gms);
    font-weight: 400;
    position: absolute;
    left: -24px;
    display: block;
    font-size: 1.25rem;
    line-height: 1;
} */

/* =================================== snb =================================== */
.snb {
    --snb-height: clamp(50px, 3vw, 60px);
    position: relative;
    z-index: 10;
    /* margin-top: calc(var(--snb-height) * -1); */
    border-bottom: 1px solid #ddd;
}

.snb :where(ul, li > a) {
    display: flex;
}

.snb ul {
    margin: 0;
    justify-content: center;
}

.snb li {
    position: relative;
    /* flex: 0 1 20%; */
    flex: 1;
}

.snb li + li::before {
    content: "";
    position: absolute;
    top: 50%;
    translate: 0 -50%;
    left: 0;
    display: block;
    width: 1px;
    height: 16px;
    background-color: #ddd;
}

.snb li > a {
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
    font-size: clamp(15px, 3vw, 17px);
    height: var(--snb-height);
    color: #888;
}

html:lang(cn) .snb li > a {
    font-weight: 600;
}

.snb li.active a {
    position: relative;
    font-weight: 500;
    color: #222;
}

html:lang(cn) .snb li.active > a {
    font-weight: 700;
}

@media (hover: hover) {
    /* 마우스 후버 */
}

.snb li.active a::after {
    content: "";
    position: absolute;
    translate: -50% 0;
    left: 50%;
    bottom: -1px;
    display: block;
    width: 100%;
    height: 2px;
    background: var(--page-point-color);
}

@media (max-width: 767px) {
    .snb {
        margin-top: 0;
        height: auto;
    }

    .snb ul {
        flex-direction: column;
        gap: 3px;
    }

    .snb li + li::before {
        display: none;
    }
}

/* =================================== subpage =================================== */

.subpage-content section {
    padding: clamp(80px, 4vw, 100px) 0 clamp(100px, 4vw, 130px);
    min-height: 300px;
}

#ns01 .subpage-content section {
    padding-top: clamp(50px, 12vw, 170px);
}

.subpage-content section:nth-child(even) {
    background-color: #f7f7f7;
}

.subpage-content .se-title {
    margin-bottom: clamp(50px, 7vw, 100px);
    text-align: center;
}

.subpage-content .se-title.logo-title {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: clamp(15px, 3vw, 25px);
}

#bs02 .subpage-content .se-title.logo-title img {
    filter: drop-shadow(0 0px 1px rgb(0 0 0 / 0.75));
}

.subpage-content .se-title.logo-title img {
    height: clamp(75px, 5vw, 85px);
}

#bs03 .subpage-content .se-title.logo-title img {
    object-fit: contain;
    padding-inline: 8px;
    background-color: #eb7017;
    aspect-ratio: 1;
    height: 85px;
    border-radius: 10px;
}

@media (max-width: 767px) {
    .subpage-content .se-title.logo-title {
        flex-direction: column;
    }
}

.subpage-content .se-title.logo-title h3 {
    margin-top: 0;
}

.subpage-content .se-title.logo-title .logo-icon {
    display: flex;
    aspect-ratio: 1;
    height: 85px;
    /* font-size: 110px; */
    justify-content: center;
    align-items: center;
    border-radius: 14px;
    background-color: var(--page-point-color);
}

.subpage-content .se-title.logo-title .logo-icon span {
    color: #fff;
    font-size: 60px;
    font-variation-settings: var(--gms-wght-300-fill);
}

.subpage-content .se-title:only-child {
    margin-bottom: 0;
}

.subpage-content .se-title h3 {
    font-weight: 500;
    color: #000;
    font-size: clamp(30px, 5vw, 40px);
}

html:lang(cn) .subpage-content .se-title h3 {
    font-weight: 700;
}

.subpage-content .se-title p {
    font-weight: 300;
    color: #000;
    letter-spacing: -0.035em;
    font-size: clamp(18px, 5vw, 22px);
}

.subpage-content .se-title * + * {
    margin-top: 20px;
}

.subpage-content * + .wp-title {
    margin-top: 50px;
}

.subpage-content .wp-title {
    margin-bottom: 30px;
    text-align: center;
}

.subpage-content .wp-title h4 {
    font-size: clamp(22px, 5cqw, 28px);
    font-weight: 700;
}

.subpage-content .wp-title * + * {
    margin-top: 15px;
}

.subpage-content * + .co-title {
    margin-top: 40px;
}

.subpage-content .co-title {
    margin-bottom: 20px;
}

.subpage-content .co-title h5 {
    font-size: clamp(20px, 5cqw, 24px);
    margin-bottom: 20px;
    font-weight: 600;
}

.subpage-content .co-title * + * {
    margin-top: 15px;
}

/* =================================== subpage content =================================== */
/* grid-system */
.subpage-content .container [class*="wrap"] + [class*="wrap"] {
    margin-top: 100px;
}

.greet-wrap {
    gap: clamp(50px, 5vw, 90px);
    align-items: center;
}

.greet-wrap p + p {
    margin-top: 15px;
}

.greet-wrap p {
    font-weight: 300;
    font-size: clamp(15px, 3vw, 18px);
    line-height: clamp(1.7, 3vw, 1.8);
    letter-spacing: -0.015em;
}

/* html:lang(cn) .greet-wrap p {
    font-weight: 400;
} */
.greet-wrap p b {
    font-weight: 500;
    font-size: clamp(18px, 3vw, 20px);
}

html:lang(cn) .greet-wrap p b {
    font-weight: 700;
}

.greet-wrap .profile {
    flex: 0 1 auto;
    display: flex;
    flex-direction: column;
    width: 37%;
    align-items: flex-end;
}

.greet-wrap .profile .img-box {
    flex: 1;
    /* flex-basis: 492px; */
}

.greet-wrap .profile .img-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.greet-wrap .profile p.caption {
    margin-top: 15px;
    margin-bottom: 0;
    text-align: center;
    width: 100%;
    font-size: 16px;
    line-height: 1.6;
}

.greet-wrap .profile p.caption .ceo {
    margin-inline: 17px 7px;
}

.greet-wrap .profile p.caption b {
    font-weight: 500;
}

:lang(cn) .greet-wrap .profile p.caption b {
    font-weight: 700;
}

.greet-wrap .profile p.caption :is(.corp, .ceo) {
    display: inline-block;
    font-size: 1.15em;
    translate: 0 2px;
}

.greet-wrap .profile p.caption :is(.name) {
    font-size: 1.25em;
    word-spacing: 0.15em;
    margin-inline: 10px 0px;
}

@media (max-width: 767px) {
    .greet-wrap {
        align-items: stretch;
        flex-direction: column;
        padding-inline: 20px;
    }

    .greet-wrap p {
        /* text-align: center; */
    }

    .greet-wrap .profile {
        width: 100%;
    }
}

.yearSwiper {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0 clamp(20px, 3vw, 60px);
}

.yearSwiper :is(.swiper-button-next, .swiper-button-prev) {
    position: static;
    margin-top: 0px;
    height: 100%;
    color: #000;
}

.yearSwiper :is(.swiper-button-next, .swiper-button-prev)::after {
    font-size: 26px;
    opacity: 0.5;
    word-break: normal;
}

.yearSwiper .swiper-slide {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    text-align: center;
    height: auto;
}

.yearSwiper .swiper-slide h4 {
    font-size: clamp(24px, 3vw, 28px);
    color: #999;
    font-weight: 700;
    line-height: 1.15;
}

.yearSwiper .swiper-slide h4:hover {
    color: #000;
}

.yearSwiper .swiper-slide:hover:not(.swiper-slide-thumb-active) h4 {
    text-decoration: none;
}

.yearSwiper .swiper-slide.swiper-slide-thumb-active h4 {
    color: #000;
    font-weight: 700;
}

@media (max-width: 767px) {
    .yearSwiper {
    }
}

.mainSwiper {
    margin-top: 50px;
}

.mainSwiper .swiper-slide {
    display: flex;
    gap: clamp(20px, 5vw, 100px);
    background: #fff;
    border: 1px solid #004799;
    padding: clamp(30px, 3vw, 60px);
    min-height: 500px;
    border-radius: 15px;
}

.mainSwiper .swiper-slide h4 {
    flex: 0 1 auto;
    width: 200px;
    line-height: 1.25;
    flex-shrink: 0;
    font-size: clamp(38px, 3vw, 54px);
    color: #004799;
    letter-spacing: 0;
    position: relative;
}

.mainSwiper .swiper-slide h4::before {
    content: "";
    display: block;
    position: absolute;
    width: 0px;
    height: 0px;
    border-bottom: 38px solid #004799;
    border-left: 0px solid transparent;
    border-right: 38px solid transparent;
    transform: rotate(225deg);
    left: -80px;
    top: 13px;
    border-radius: 0 0 0 7px;
}

.mainSwiper .swiper-slide-active {
    opacity: 1 !important;
}

.mainSwiper .swiper-slide:not(.swiper-slide-active) {
    opacity: 0 !important;
}

.mainSwiper .swiper-slide li {
    font-size: clamp(14px, 3vw, 16px);
    margin-bottom: clamp(7px, 2vw, 11px);
    padding-left: 13px;
}

.mainSwiper .swiper-slide li:last-child {
    margin-bottom: 0;
}

.mainSwiper .swiper-slide li::before {
    content: "";
    display: block;
    position: absolute;
    width: 5px;
    height: 5px;
    background: #333;
    border-radius: 50%;
    left: 0;
    top: 10px;
}

.mainSwiper .swiper-slide .small-year {
    padding-top: 5px;
}

.mainSwiper .swiper-slide .small-year li {
    font-size: 1em;
    margin-bottom: 5px;
    color: #555;
}

.mainSwiper .swiper-slide .small-year li::before {
    height: 1px;
    top: 11px;
}

@media (max-width: 767px) {
    .mainSwiper .swiper-slide {
        flex-direction: column;
        max-height: unset !important;
    }

    .mainSwiper .swiper-slide h4 {
        width: 100%;
    }

    .mainSwiper .swiper-slide h4::before {
        top: 3px;
        left: -65px;
    }
}

.cert-wrap {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(0, 1fr) minmax(0, 9fr);
    align-items: center;
}

.subpage .subpage-content .cert-wrap + .cert-wrap {
    margin-top: 50px;
}

.cert-wrap.wp01 {
    --color: #1d7dc2;
}

.cert-wrap.wp02 {
    --color: #0066b9;
}

.cert-wrap.wp03 {
    --color: #004799;
}

.cert-wrap .col.subject {
    aspect-ratio: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #fff;
    background-color: var(--color);
    background-image: url(/public/img/sub/wp-bg.png);
    overflow: hidden;
    text-align: center;
    padding: 30px;
}

.cert-wrap .col.subject h5 {
    font-size: clamp(18px, 3vw, 20px);
}

.cert-wrap .col.line {
    position: relative;
    border-top: 1px dashed var(--color);
}

.cert-wrap .col.line::after {
    content: "";
    display: block;
    position: absolute;
    translate: 0% -50%;
    top: 50%;
    right: -14px;
    aspect-ratio: 1;
    width: 28px;
    border: 8px solid #fff;
    border-radius: 50%;
    z-index: 1;
    background: var(--color);
}

.cert-wrap .col.info {
    position: relative;
    margin: 0;
    padding: 30px 40px 30px 35px;
    background: #fff;
    border: 1px solid var(--color);
    border-radius: 7px;
}

.cert-wrap .col.info span.cert {
    /* display: inline-flex; */
    display: block;
    font-size: 0.95em;
    font-weight: 400;
    opacity: 0.7;
}

.cert-wrap .col.info li {
    font-size: clamp(14px, 3vw, 16px);
}

.cert-wrap .col.info > :is(ul, li) > li + li {
    margin-top: 12px;
}

.cert-wrap .col.info li::before {
    background-color: var(--color);
    width: 5px;
    top: 0.55em;
}

.cert-wrap .col.info > :is(ul, ol) > li :is(ul) {
    padding-left: 15px;
}

.cert-wrap .col.info > :is(ul, ol) > li > :is(ul, ol) {
    opacity: 0.7;
}

.cert-wrap .col.info > :is(ul, ol) > li > :is(ul, ol) > li {
    font-size: 0.95em;
}

.cert-wrap .col.info > :is(ul, ol) > li > :is(ul, ol) > li > :is(ul, ol) > li {
    font-size: 1em;
}

@media (max-width: 767px) {
    .cert-wrap {
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .cert-wrap .col.subject {
        display: inline-flex;
        min-width: 170px;
        width: auto;
    }

    .cert-wrap .col.line {
        flex: 0 1 auto;
        height: 50px;
        border-left: 1px dashed var(--color);
        border-top: 0;
        margin-right: -1px;
    }

    .cert-wrap .col.info {
        width: 100%;
        padding: 30px 20px;
    }

    .cert-wrap .col.line::after {
        translate: -50% 0;
        top: unset;
        left: 50%;
        bottom: -14px;
    }
}

.down-btn {
    position: absolute;
    justify-content: space-between;
    right: 12px;
    top: -80px;
    height: 50px;
    margin-left: auto;
    border: 1px solid #aaa;
    gap: 10px;
    font-size: 15px !important;
    font-weight: 500;
    line-height: 1.3;
    text-align: left;
}

.down-btn:hover {
    background-color: #333;
    color: #fff;
}

@media (max-width: 767px) {
    .down-btn {
        position: static;
        width: 100%;
        margin-bottom: 30px;
        padding-inline: 20px !important;
    }
}

.bs-top {
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 300px;
    padding: 60px 80px;
    text-align: center;
    background-color: #555;
    border-radius: 12px;
}

.bs-top img {
    user-select: none;
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: brightness(0.25);
}

.bs-top p {
    font-size: clamp(16px, 3vw, 19px);
    color: #fff;
    line-height: 1.7;
    font-weight: 300;
    /* padding: 0 50px; */
    letter-spacing: -0.015em;
}

@media (max-width: 767px) {
    .bs-top {
        aspect-ratio: unset;
        height: 350px;
        padding: 50px 30px;
    }
}

.icon-wrap {
    /* justify-content: center; */
    margin: 30px 0px 0;
    gap: 11px;
}

.icon-wrap .icon-box {
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1;
    width: clamp(50px, 5vw, 62px);
    border-radius: 50%;
    background-color: #017dc5;
    background: linear-gradient(90deg, #017dc5 0%, #2146a0 100%);
    margin-bottom: 18px;
}

.icon-wrap .icon-box span.material-symbols-outlined {
    font-size: 29px;
    color: #fff;
}

.icon-wrap .icon-box img {
    user-select: none;
    height: 30px;
}

.icon-wrap .col {
    flex: 1;
    width: auto;
    padding: 30px 25px;
    border-radius: 7px;
    background: #f2f4f7;
}

@media (max-width: 991px) {
    .icon-wrap {
        display: grid;
        grid-template-columns: var(--grid-repeat-2);
        row-gap: 11px;
    }
}

@media (max-width: 575px) {
    .icon-wrap {
        grid-template-columns: var(--grid-repeat-1);
    }
}

/* .icon-wrap .col-md-3 {
    width: 24.2%;
}
#bs02 .icon-wrap .col {
    width: 32.6%;
}
#bs03 .icon-wrap .col,
#bs04 .icon-wrap .col {
    width: 49.5%;
} */

.icon-wrap .col h5 {
    margin-bottom: 16px;
    font-size: clamp(20px, 3vw, 22px);
    line-height: 1.45em;
}

:lang(cn) .icon-wrap .col h5 {
    font-weight: 600;
}

.icon-wrap .col li {
    font-size: clamp(14px, 3vw, 15px);
    font-weight: 300;
    line-height: 1.45;
    margin-bottom: clamp(4px, 1vw, 6px);
    /* word-break: break-all; */
    letter-spacing: -0.015em;
    padding-left: 11px;
    text-align: left;
}

.icon-wrap .col li:last-child {
    margin-bottom: 0;
}

/* map */
:is(.root_daum_roughmap, .root_daum_roughmap .wrap_map, iframe[src^="https://www.google.com/"])
{
    aspect-ratio: 5/2;
    width: 100% !important;
    height: auto !important;
    padding: 0 !important;
}

.root_daum_roughmap .cont {
    display: none;
}

@media (max-width: 767px) {
    :is(.root_daum_roughmap, .root_daum_roughmap .wrap_map, iframe[src^="https://www.google.com/"])
    {
        aspect-ratio: 5/4;
    }
}

.map-wrap .info {
    margin-top: 40px;
}

.dl-map {
    display: flex;
    justify-content: space-between;
}

.dl-map dt {
    font-size: 18px;
    margin-bottom: 20px;
}

.dl-map dd {
    margin-bottom: 7px;
    font-size: 15px;
}

.dl-map .corp dd {
    display: grid;
    grid-template-columns: minmax(0, 110px) minmax(0, 1fr);
    font-size: clamp(14px, 3vw, 16px);
    margin-bottom: 10px;
}

html:lang(en) .dl-map .corp dd {
    font-size: clamp(13px, 3vw, 15px);
}

.dl-map .corp dd b {
    font-weight: 800;
    color: #999;
}

.dl-map .find dd {
    display: flex;
    gap: 10px;
    font-size: 14px;
}

.dl-map .view-btn {
    width: 180px;
    height: clamp(47px, 3vw, 55px);
    display: flex;
    justify-content: center;
    align-items: center;
    /* border: 1px solid #222; */
    color: #000;
    font-weight: 500;
    border-radius: 7px;
}

.dl-map .view-btn.kakao {
    color: #000;
    background: #fee500;
}

.dl-map .view-btn.naver {
    color: #fff;
    background: #03c75a;
}

@media (max-width: 767px) {
    .dl-map {
        flex-direction: column;
        gap: 10px;
    }

    .dl-map .find dd {
        margin-bottom: 0;
    }

    .dl-map .corp dd {
        grid-template-columns: minmax(0, 70px) minmax(0, 1fr);
    }

    .dl-map .find dd a {
        flex: 1;
    }
}

.table-style :is(tbody, thead) tr :is(th, td) {
    border-color: #ddd;
    text-align: center;
    padding: 12px;
    vertical-align: middle;
}

.table-style > thead > tr > th {
    border-bottom: 0;
}

/* =================================== widget =================================== */
/* 위젯 */
[class^="board_box"] {
    margin-bottom: 0 !important;
}

.page-header {
    margin-top: 0;
    margin-bottom: 30px;
    border-bottom: 1px solid #000;
}

.page-header h4 {
    display: inline-block;
    font-size: clamp(18px, 5cqw, 22px);
}

.page-header a.pull-right i::before {
    position: relative;
    display: block;
    content: "\e145";
    transform: translateY(2px);
    font-family: var(--gms);
    font-variation-settings: var(--gms-wght-300-out);
    font-size: clamp(18px, 5cqw, 22px);
    font-weight: 500;
    color: #000;
}

.type_list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.type_list :is(li) {
    padding: 0;
}

.type_list :is(a):hover {
    text-decoration: underline;
}

.type_list :is(li, a) {
    line-height: 1;
    font-size: clamp(14px, 5cqw, 16px);
    color: #000;
}

.type_list .info span:not(.regdate) {
    display: none;
}

.type_thumb {
    display: grid;
    grid-template-columns: repeat(2, var(--grid-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 .inner .bottom {
    padding: 0;
}

.type_thumb .inner .bottom .info {
    display: none;
}

.type_thumb .inner .bottom .title {
    padding: 0;
    margin-top: 5px;
}

.type_thumb .bottom .title a {
    font-size: clamp(15px, 5cqw, 17px);
}

.type_thumb .inner .top a .thumb {
    aspect-ratio: 5/3;
    height: auto;
}

/* =================================== board, bbs =================================== */
:is(.board_wrapper, .pagination_wrap, .search_wrap) {
    display: none;
    visibility: hidden;
}

.search_wrap .write_btn_wrap {
    margin-top: 0;
}

#bbsArea .board_wrapper .table.board_write_table > :where(tbody, tfoot, thead) > tr > :where(th, td) {
    border-bottom: 0;
}

#bbsArea {
    gap: 0;
}

#bbsArea :is(.board_wrapper, .pagination_wrap, .search_wrap) {
    display: block;
    visibility: visible;
    margin-top: 0;
}

#bbsArea .board_wrapper [class*="wrap"] {
    margin: 0;
}

#reply_list span {
    font-size: 16px !important;
}

#bbsArea .board_wrapper .option_wrap {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}

#bbsArea .board_wrapper .option_wrap .list_btn_wrap {
    position: static;
}

#reply_write .btn_wrap {
    margin-top: 0.75em !important;
}

#reply_list .media .media-body .info .btn {
    all: unset;
    cursor: pointer;
}

/* 카테고리 / 분류 */
.category_wrap ul {
    display: flex;
    gap: 0 20px;
}

.category_wrap li {
    margin: 0 !important;
}

.category_wrap li a {
    color: #888;
    font-weight: 500;
    padding-bottom: 0;
    border-bottom: 0;
}

.category_wrap li a:hover {
    color: #111;
}

.category_wrap li.on :where(a, a:hover, a:focus) {
    color: #000;
    font-weight: 600;
}

:is(.table_video, .table_blog2) {
    display: grid;
    grid-template-columns: repeat(3, var(--grid-1fr));
    gap: 50px 20px;
    margin: 0;
}

/* 블로그 동영상 상품 */

/* 컬럼개수 설정 */
.table_pd {
    --board-template-columns: 4;
}

:is(.table_video, .table_blog2) {
    --board-template-columns: 3;
}

:is(.table_video, .table_blog2, .table_pd) {
    display: grid;
    grid-template-columns: repeat(var(--board-template-columns), var(--grid-1fr));
    margin-left: 0;
    margin-right: 0;
    gap: 70px 30px;
}

/* 등록된 [상품/게시글]이 없습니다 문구 */
: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_pd) > dd {
    width: 100%;
    padding: 0;
}

:where(.table_video, .table_blog2, .table_pd) .inner {
    border: 0;
}

:where(.table_video, .table_blog2, .table_pd) .inner .top a .thumb {
    aspect-ratio: 5/3;
    width: 100%;
    height: auto;
    background-size: cover;
}

:is(.table_video, .table_blog2) dd {
    margin-bottom: 0;
}

:is(.table_video, .table_blog2) dd .inner .bottom {
    margin-top: 15px;
    padding: 0;
}

:is(.table_video, .table_blog2) dd .inner .bottom {
    padding: 0;
}

:is(.table_video, .table_blog2, .table_blog) dd :is(.inner .bottom, .right) .title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px 0;
    padding: 0;
}

:is(.table_video, .table_blog2) dd :is(.inner .bottom) .title a {
    display: block;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

:is(.table_video, .table_blog2, .table_blog) dd :is(.inner .bottom, .right) .info {
    display: flex;
    gap: 10px;
}

:is(.table_video, .table_blog2, .table_blog) dd :is(.inner .bottom, .right) .info span {
    padding: 0;
}

/* 댓글 */
#bbsArea .reply_wrap h4 {
    text-align: left;
    font-size: clamp(15px, 5cqw, 17px);
}

/* 검색 */
#bbsArea .board_wrapper + :is(.search_wrap, .pagination_wrap) {
    margin-top: 70px;
}

#bbsArea .search_wrap #search_kind {
    min-width: 110px;
    line-height: 1;
}

#bbsArea .pagination_wrap + .search_wrap {
    margin-top: 30px;
}

#bbsArea .search_wrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 0 !important;
}

/* 게시판 reset */
.board_wrapper {
    margin-top: 0 !important;
    margin-bottom: 0;
}

#item_agree label,
#item_email .text-muted {
    font-size: 1rem;
}

:is(.member_wrapper, .board_wrapper) .text-center {
    display: flex;
    justify-content: center;
    gap: 10px;
}

:is(.member_wrapper, .board_wrapper) .text-center :is(.btn.btn-lg, .btn + .btn) {
    min-width: 200px;
}

:is(.member_wrapper, .board_wrapper) .text-center .btn + .btn {
    margin: 0;
}

.form-control {
    padding: 0.8rem 0.85rem !important;
}

.form-control[type="file"] {
    line-height: 2.9;
    padding: 0 0.8rem !important;
}

.wr_form_item input.form-control {
    background-color: transparent;
    padding-left: 0;
}

.btn#File_add {
    padding: 0 !important;
}

.form-control[type="file"] {
    margin: 0;
}

.board_wrapper .table.board_write_table :where(.input-group, .form-control):not(#wr_name, #wr_email, #at_name, #wr_captcha, #wr_cate, #wr_thumb) {
    width: 100%;
}

/* member */
.member_wrapper {
    max-width: 1140px;
    margin: 0 auto;
}

.member_wrapper h1 {
    margin-top: 0;
}

.member_wrapper .btn {
    font-size: clamp(13px, 5cqw, 14px);
}

.member_wrapper .table tbody tr :is(th, td) {
    font-size: clamp(13px, 5cqw, 14px);
}

.member_wrapper .table tbody tr th {
    background-color: rgba(0, 0, 0, 0.03);
}

.member_wrapper .table tbody tr th span {
    color: var(--page-point-color);
}

.member_wrapper .text-center .btn.btn-lg {
    padding-left: 40px;
    padding-right: 40px;
}

.member_wrapper .join_agree_box + .checkbox {
    margin: 0;
    display: flex;
    align-items: center;
    padding: 0.75em 1.25em;
    gap: 5px;
    background-color: #f7f7f7;
    font-size: clamp(12px, 5vw, 15px);
}

.member_wrapper .join_agree_box + .checkbox label {
    display: flex;
    align-items: center;
    padding-left: 0 !important;
}

.member_wrapper .join_agree_box + .checkbox input {
    position: static;
    margin: 0;
    margin-right: 7px;
}

.member_wrapper .join_agree_box + .checkbox > a {
    color: #1c54e4;
    font-weight: 500;
}

.member_wrapper .join_agree_box + .checkbox > a:hover {
    text-decoration: underline;
}

.table_blog dd::after,
.table_blog dd .right .info {
    display: none;
}

.table_blog dd {
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
    padding: 25px 25px;
}

.table_blog dd a {
    font-weight: 500;
}

.table_blog dd .right {
    width: auto;
    flex-grow: 1;
    padding-top: 10px;
}

.table_blog dd .right .text p {
    padding: 0;
}

.table_blog dd .left a .thumb {
    aspect-ratio: 5/3;
    width: 250px;
    height: auto;
}

.table_blog dd :where(.left, .right) {
    width: auto;
    height: auto;
}

.table.table_default {
    margin-bottom: 0;
}

.table.table_default tbody tr th.num {
    font-weight: normal;
}

.table.table_default tbody .subject a {
    font-size: clamp(15px, 3vw, 16px);
    color: #333;
}

.table.table_default tr :is(th, td) {
    font-size: clamp(15px, 3vw, 16px);
    border-bottom: 1px solid #ddd;
}

.table.table_default thead th {
    background: #fff;
    border-bottom: 1px solid #ccc;
    font-weight: 500;
    font-size: 16px;
    padding: 17px 0;
}

.table_default {
    border-top: 1px solid #333;
}

.badge {
    padding: 5px 5px 4px;
    font-weight: 400;
    background: #333;
    border-radius: 3px;
}

.table.table_default tr td {
    color: #777;
}

.table.table_default tr td:only-child {
    display: table-cell;
}

.board_wrapper .table.board_write_table {
    border-top: 1px solid #333;
    border-collapse: inherit;
}

.board_wrapper .table.board_write_table .checkbox {
    margin: 6px 0 0;
}

.board_wrapper .table.board_write_table .checkbox label {
    font-size: 1rem;
}

.text-muted {
    margin-top: 8px !important;
}

/* wrapper */
.board_wrapper .table.board_write_table .files .fileInput {
    flex-wrap: nowrap;
}

.board_wrapper .table.board_write_table .files .fileInput input {
    width: 100%;
}

.board_wrapper .table.board_write_table .files .fileInput .file_add {
    padding: 6px 7px 5px;
}

.board_wrapper .table.board_write_table .files + .sumChk {
    padding-bottom: 0;
    margin-bottom: 0;
    border: 0;
}

.board_wrapper .table.board_write_table tbody tr th {
    background-color: transparent;
    font-weight: 700;
    font-size: 15px;
    padding: 20px 20px;
}

.board_wrapper .table.board_write_table tbody tr td {
    padding-top: 15px;
    padding-bottom: 15px;
}

.board_data_view {
    border-top: 1px solid #333;
}

.board_data_view .header_wrap {
    border-bottom: 1px solid #ddd;
    padding: 45px 0;
}

#item_agree .checkbox {
    margin-top: 8px;
}

:is(#form_history_list, #form_history_nologin) .board_wrapper {
    padding: 0;
    background: transparent;
    min-height: auto;
}

:is(.checkbox label, .radio label) {
    letter-spacing: -0.06em;
}

.custom_checkbox + span a {
    font-weight: 500;
}

.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"],
.radio input[type="radio"],
.radio-inline input[type="radio"] {
    margin-top: 4px;
}

.privacy_body {
    font-size: 16px;
    line-height: 1.6em;
    padding: 0 100px;
}

/* =================================== popup =================================== */

#mainPopup {
    position: relative;
    top: calc(var(--navbar-height) - 140px);
}

.main_popup {
    border: 0;
    border-radius: 0;
    background-color: transparent !important;
}

.main_popup_optional {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 0;
    padding: 7px 10px;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    backdrop-filter: blur(10px);
}

.main_popup_optional :is(label, div) {
    opacity: 0.8;
}

.main_popup_optional :is(label, div):is(:hover, :focus) {
    opacity: 1;
}

.main_popup_optional :is(label, div, span) {
    float: inherit !important;
    line-height: 1;
}

.main_popup_optional label {
    display: inline-flex;
    align-items: center;
    font-size: 0.85rem;
    font-weight: 400;
}

.main_popup_optional label span.material-symbols-outlined {
    font-size: 1.25rem;
    margin-right: 2px;
}

.main_popup button.close {
    opacity: 1;
    margin: 0;
    height: auto;
    color: inherit;
    font-size: 1.75rem;
}

.main_popup span.material-symbols-outlined {
    font-variation-settings: var(--gms-wght-100-out);
    font-size: inherit;
}

.main_popup_contents {
    overflow: hidden;
    padding: 10px;
    background: #fff;
}

.main_popup_contents img {
    display: block;
    max-width: 100%;
    height: auto;
}

/* login */
:is(#find_btn, #login_btn) {
    margin-top: 25px;
    height: 50px !important;
}

:is(#find_idpw, .join_wrapper, .login_wrapper) {
    z-index: 10;
    width: 100%;
    padding: 100px 0 120px;
    background: #f7f7f7;
}

:is(#find_idpw, .login_wrapper) {
    display: flex;
    justify-content: center;
    align-items: center;
    height: calc(100vh - var(--navbar-height));
}

@media (max-height: 761px) {
    :is(#find_idpw, .login_wrapper) {
        height: auto;
    }
}

:is(#find_idpw, .login_wrapper) .container {
    width: 100%;
}

.join_wrapper .member_wrapper {
    width: auto;
}

:is(#find_idpw, .join_wrapper, .login_wrapper) .form-group {
    height: 45px;
}

:is(#find_idpw, .join_wrapper, .login_wrapper) .member_wrapper {
    padding: 50px 40px;
    border: 1px solid #ddd;
    border-radius: 10px;
    max-width: inherit;
    background: #fff;
}

:is(#find_idpw, .login_wrapper) .member_wrapper {
    width: 400px;
    margin: 0 auto;
}

.member_wrapper .form-group {
    position: relative;
    margin: 0 !important;
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
}

.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 !important;
}

.member_wrapper .form-group label span.material-symbols-outlined {
    opacity: 0.5;
    transform: translateY(1px);
    font-variation-settings: var(--gms-wght-400-out);
    font-size: 1.25rem;
    color: #000;
}

.member_wrapper .form-group > label:nth-child(1) {
    width: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.member_wrapper .form-group > div:nth-child(2) {
    flex: 1;
}

.member_wrapper .form-group > * {
    width: auto;
    padding: 0 !important;
}

.member_wrapper :is(#login_form, fieldset) {
    display: flex;
    flex-direction: column;
}

.member_wrapper :is(#login_form, #login_form input) {
    font-size: clamp(13px, 5cqw, 14px);
}

.member_wrapper #login_form input {
    border: 0;
    padding-left: 0 !important;
}

.member_wrapper h1 + p {
    line-height: 1.4;
    font-size: clamp(13px, 5cqw, 14px);
}

.member_wrapper h1 {
    font-size: clamp(28px, 5cqw, 34px);
    border: 0;
    margin-bottom: 20px;
    padding-bottom: 0px;
}

.member_wrapper .login_extra ul {
    display: flex;
    justify-content: center;
    gap: 0 15px;
}

.member_wrapper .login_extra ul li > a {
    font-size: clamp(13px, 5cqw, 14px);
}

.member_wrapper .login_extra ul li + li {
    margin-left: 0;
}

.member_wrapper .login_extra ul li + li::before {
    content: none;
}

.member_wrapper .login_extra {
    margin-top: 30px;
}

/* =================================== mobile =================================== */
/* mainpage */
@media (max-width: 767px) {
    #mainCarousel .carousel-inner .item {
        height: calc(100svh - var(--navbar-height));
    }

    .carousel-caption {
        left: 5%;
        right: 5%;
        top: 50%;
    }

    .carousel-control {
        display: none;
    }

    .mainpage section {
        padding: 70px 0 80px;
    }
}

/* bbs, etc */
@media (max-width: 767px) {
    .member_wrapper {
        padding: 70px 15px;
    }

    .privacy_body {
        padding: 0 30px;
    }

    .table_default :is(colgroup, .num, .regdate, .hits, .writer) {
        display: none;
    }

    .table_default .subject {
        width: 100%;
    }

    .member_wrapper #join_form .table :is(.input-group.input-group-big, .form-control.form-control-big),
    .board_wrapper .table.board_write_table :is(.input-group.input-group-big, .form-control.form-control-big, tbody tr td .btn, tbody tr td .form-control, .input-group.input-group-big, .form-control.form-control-big) {
        width: 100%;
    }

    :is(.table_video, .table_blog2) {
        grid-template-columns: repeat(2, var(--grid-1fr));
        gap: 40px 20px;
    }

    .search_wrap {
        margin-bottom: 0 !important;
    }

    .board_data_view .download_wrap tr {
        display: flex;
        flex-direction: column;
    }

    .board_data_view .download_wrap tr > * {
        width: 100%;
    }

    .board_data_view .download_wrap tr th {
        padding-bottom: 10px;
    }

    .board_data_view .download_wrap tr li a {
        word-break: break-all;
    }

    .board_data_view .download_wrap tr li + li {
        margin-top: 10px;
    }

    :is(.member_wrapper, .board_wrapper) div.text-center {
        margin-top: 0;
        margin-bottom: 50px;
        padding-top: 30px;
        display: flex;
        justify-content: center;
        width: 100%;
    }

    :is(.member_wrapper, .board_wrapper) .text-center .btn.btn-lg {
        padding: 0;
        height: 50px;
        font-size: 14px;
    }

    :is(.member_wrapper, .board_wrapper) .text-center :is(.btn.btn-lg, .btn + .btn) {
        flex: 1;
        min-width: inherit;
    }

    .table.board_write_table tbody tr th span:nth-of-type(2) {
        margin-left: 10px;
    }

    .table.board_write_table tbody tr th span:only-child {
        margin: 0;
    }

    .table.table_responsive tbody tr th {
        padding: 15px !important;
        margin-left: 0 !important;
    }

    .main_popup_contents {
        padding: 10px;
    }

    :is(#find_idpw, .join_wrapper, .login_wrapper) {
        margin-top: 0;
        position: relative;
        padding: 100px 0;
        min-height: calc(100svh - var(--navbar-height));
    }

    :is(#find_idpw, .join_wrapper, .login_wrapper) .member_wrapper {
        padding: 70px 25px 70px;
    }

    :is(#find_idpw, .join_wrapper, .login_wrapper) .container {
        width: 100%;
        padding: 0 15px;
    }

    .member_wrapper {
        width: 100% !important;
        margin: 0 !important;
    }

    .member_wrapper .form-group div:last-child {
        width: 100%;
    }

    .member_wrapper {
        padding-top: 50px;
    }

    .member_wrapper .login_extra ul {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .member_wrapper .login_extra ul li + li::before {
        content: none;
    }

    .member_wrapper .table,
    .member_wrapper .table :where(tbody, tbody tr) {
        display: block !important;
        width: 100% !important;
    }

    .member_wrapper .table tbody tr :where(th, td) {
        display: block !important;
        width: 100% !important;
        font-size: clamp(15px, 2cqw, 17px);
    }

    .member_wrapper .table tbody tr th {
        padding: 10px 30px !important;
    }

    .member_wrapper .table .files_upload_wrap {
        display: flex;
        flex-direction: column;
    }

    .member_wrapper .table .files {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .member_wrapper .table .files .fileInput input {
        width: auto;
    }

    .member_wrapper .table .files .fileInput .file_add {
        position: relative;
        right: auto;
    }

    .member_wrapper .table .files_upload_wrap .btn {
        width: 100%;
        aspect-ratio: inherit;
        margin-top: 15px;
    }

    .member_wrapper #join_form th {
        padding: 10px 20px !important;
    }

    .member_wrapper #join_form td {
        display: flex !important;
        padding-left: 0;
        padding-right: 0;
        gap: 5px;
    }

    .member_wrapper #join_form td input:not(#mb_mailing) {
        width: 100% !important;
    }

    .member_wrapper #join_form tr:last-child td {
        display: block !important;
    }
}

/* bbs-reset */
:is(.form-wrap, form) #list_btn {
    display: none;
}

.board_data_view .contents_wrap {
    padding-left: 0;
    padding-right: 0;
}

.board_data_view .contents_inner {
    font-size: 14px;
}

.board_data_view .contents_wrap p {
    font-size: inherit;
    line-height: 1.6;
    margin: 1em 0;
}

.board_data_view .contents_wrap :is(li, dl) {
    margin: inherit;
    padding: inherit;
    list-style-position: inside !important;
}

.board_data_view .contents_wrap ul li {
    list-style-type: disc !important;
}

.board_data_view .contents_wrap ol li {
    list-style-type: decimal !important;
}

.subpage-content .container .btn-wrap {
    margin-top: 30px !important;
    display: flex;
    gap: 10px;
}

.subpage-content .container .btn-wrap .btn_terms {
    color: #fff;
    background: var(--bs-blue);
    line-height: 1;
    padding: 5px 10px 4px;
    border-radius: 4px;
}

.subpage-content .container .btn-wrap .btn_terms:hover,
.subpage-content .container .btn-wrap .btn_terms:focus {
    background: var(--bs-primary-text);
}

.terms {
    margin: 0 0 60px;
}

.terms h5 {
    font-size: 20px;
}

.terms p {
    font-size: 16px;
}

html:lang(cn) .delete .terms p {
    word-break: keep-all;
}

.terms p br {
}
