@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");

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

:root {
    /* font */
    --page-font-family: "Pretendard Variable", sans-serif;
    /* --page-font-family: "roboto", "notokr", sans-serif; */
    /* nav */
    --navbar-height: 110px;
    /* page-color */
    --page-point-color: #1a86eb;
    --page-point-color-light: #e1e8fa;
    --page-point-color-dark: #0061bd;
    --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);
}

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

@media (min-width: 1400px) {
    .container {
        max-width: 1140px;
    }
}

* {
    word-break: keep-all;
}

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

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

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

span.material-symbols-outlined {
    overflow: hidden;
    display: inline-flex;
    line-height: 1;
    aspect-ratio: 1;
    font-variation-settings: var(--gms300_Out), var(--gradZero);
    user-select: none;
}

/* 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;
}

: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: 13px;
}

/* default */
p,
dt,
dd,
li,
li > a {
    font-size: 16px;
}

th,
td {
    font-size: 16px;
}

:is(a, a:hover) {
    text-decoration: none;
}

button {
    border-radius: 0;
    background: transparent;
    border: 0;
    padding: 0;
    line-height: 1;
    font-size: 15px;
}

.btn {
    font-size: 15px;
}

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.show {
    opacity: 1;
}

.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-reverse;
}
.modal .modal-footer .btn {
    flex: 1;
    min-width: inherit !important;
}
.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;
}

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

:is(.li-cir, .li-dash) li {
    position: relative;
    padding-left: var(--list-padding-right);
    font-size: clamp(14px, 3vw, 16px);
    margin-bottom: 7px;
}

.li-cir li::before {
    content: "";
    position: absolute;
    top: 0.5em;
    left: 0;
    display: block;
    background-color: #333;
    width: 5px;
    aspect-ratio: 1;
    border-radius: 50%;
}

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

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

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

/* 상단 메뉴 23-05-02 */
.navbar-inverse {
    /* 반응형 */
    --dropdown-padding: 0px clamp(15px, 1.5vw, 25px);
    --dropdown-font-size: clamp(16px, 2vw, 18px);
    --dropdown-menu-padding: 10px clamp(20px, 2vw, 25px);
    --dropdown-menu-font-size: clamp(13px, 2vw, 15px);
    --navbar-point-color: var(
    --page-point-color);
    --navbar-logo-width: clamp(150px, 15vw, 240px);
    --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) {
    transition: var(--navbar-transition);
    width: var(--navbar-logo-width);
    height: auto;
    margin: -1px 0 0 0;
    padding: 0;
    color: #000;
    width: 200px;
}

.navbar-inverse .navbar-brand span {
    position: relative;
    display: block;
    font-size: 24px;
    font-weight: 700;
}

.ts-logo{
    display: flex;
    align-items: flex-start;
    width: calc(100% - 240px);
    gap: 1px 10px;
    padding-left: 20px;
    width: 160px;
    flex-direction: column;
}
.ts-logo img{width: 87%;}
.ts-logo .text{
    font-size: 12px;
    color: #FFF;
    line-height: 1.3;
    font-weight: 400;
    margin-top: 8px;
}
.navbar-inverse:is(.scroll) .ts-logo .text{color: #000;}
.ts-logo .text span{
    display: block;
}
.ts-logo .text span:first-child{
}
.ts-logo .text span:last-child{}

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

/* nav 서브메뉴 dropdown-menu background */
.navbar-inverse .navbar-nav .dropdown-menu {
    position: absolute;
    background: #fff;
}

/* nav 서브메뉴 dropdown-menu color */
.navbar-inverse .navbar-nav :is(li.open, li) .dropdown-menu > li > a {
    color: #000;
    font-size: var(--dropdown-menu-font-size);
    height: var(--dropdown-menu-height);
}

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

/* nav 서브메뉴 dropdown-menu hover */
.navbar-inverse .navbar-nav .dropdown-menu > li > a:hover {
    background: #3470b3 !important;
    color: #fff !important;
}
.navbar-inverse .navbar-nav .dropdown-menu > li:first-child > a:hover {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.navbar-inverse .navbar-nav .dropdown-menu > li:last-child > a:hover {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

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

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

    .navbar-inverse .navbar-collapse {
        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);
        font-family: "TheJamsil";
    }

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

    /* nav 서브메뉴 dropdown-menu 목록*/
    .navbar-inverse .navbar-nav .dropdown-menu > li > a {
        padding: 15px 0px;
        line-height: 1;
        border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    }
    .navbar-inverse .navbar-nav .dropdown-menu > li:last-child > a {
        border-bottom: 0;
    }

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

    .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: 500;
        --navbar-scroll-background-color: #fff;
    }
    .navbar-inverse:is(.top, .scroll) {
        --navbar-transition: 0.3s;
        transition: var(--navbar-transition);
        height: 100px;
        background-color: var(--navbar-scroll-background-color);
    }

    /* .navbar-inverse:is(.top, .scroll) .navbar-brand img {
        filter: var(--navbar-scroll-filter);
    } */

    .navbar-inverse:is(.top, .scroll) .navbar-nav > li > a {
        font-weight: 400;
        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: #3470b3;
    }
}

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

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

    /* 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 {
        border-radius: 0;
        background: #f7f7f7;
    }

    /* 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: 50px 0 45px;
    background-color: #333;
}

.footer-wrap {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
    /* display: grid;
    grid-template-columns: minmax(0, auto) minmax(0, 300px);
    grid-template-rows: min-content;
    align-items: flex-start; */
}

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

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

.footer-info li {
    font-size: clamp(13px, 2cqw, 14px);
    letter-spacing: 0;
}

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

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

.footer-login {
    position: absolute;
    right: 15px;
    bottom: 0px;
    /* margin-left: auto; */
    margin-top: 15px;
}

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

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

.footer-login .login-btn:hover {
    background-color: #ddd;
    color: #222;
    font-weight: 600;
}

.footer-tel a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    gap: 10px;
}
.footer-tel p {
    line-height: 1;
    display: flex;
    flex-direction: column;
    font-size: 32px;
    gap: 7px;
    letter-spacing: 0;
    font-family: "TheJamsil";
}
.footer-tel p b {
    font-size: 0.52em;
    font-weight: 400;
    margin-bottom: 5px;
}
.footer-tel a span.material-symbols-outlined {
    font-size: 54px;
    font-variation-settings: var(--gms-wght-200-out);
    display: none;
}
#scrollTop {
    padding: 0;
    aspect-ratio: 1;
    position: fixed;
    z-index: 1000;
    right: 25px;
    bottom: 25px;
    width: 55px;
    display: none;
    text-align: center;
    color: #fff;
    background: #757575;
    border-radius: 50%;
}

#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;
        gap: 20px;
    }

    .footer-login {
        position: static;
        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 =================================== */

/* 슬라이드 */
#mainCarousel .carousel-inner .item {
    height: 100vh;
}

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

/* caption */
.carousel-caption {
    top: 51%;
    bottom: inherit;
    right: 20%;
    left: 20%;
    padding: 0;
    text-shadow: none;
    text-align: left;
}

.carousel-caption h1 {
    position: relative;
    font-size: clamp(40px, 6vw, 78px);
    line-height: 1.5;
    font-weight: 700;
    letter-spacing: 0;
    margin: 0;
    font-family: "TheJamsil";
}

.carousel-caption p {
    margin-top: 30px;
    font-size: clamp(18px, 2.5vw, 22px);
    font-weight: 300;
    letter-spacing: 0;
}

.carousel-caption .more-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    width: 160px;
    height: 47px;
    background-color: rgba(255, 255, 255, 0.16);
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.55);
    letter-spacing: 0;
    border-radius: 5px;
}
.carousel-caption .more-btn:hover {
    background: #3165ac;
    color: #fff;
    border-color: #3165ac;
}

/* control */
.carousel-control {
    display: flex;
    align-items: center;
    opacity: 1;
    width: 10%;
}

.carousel-control:is(.right, .left) {
    background: transparent;
    justify-content: center;
}

.carousel-control.right span {
    margin-right: 0;
}

.carousel-control.left span {
    margin-left: 0;
}

.glyphicon[class*="glyphicon-chevron"]::before {
    color: rgba(255, 255, 255, 0.53);
    font-family: var(--gms);
    font-variation-settings: var(--gms-wght-100-fut);
}

.glyphicon.glyphicon-chevron-right::before {
    content: "\e5e1";
}

.glyphicon.glyphicon-chevron-left::before {
    content: "\e2ea";
}

.carousel-control :is([class*="glyphicon-chevron"], [class*="icon"]) {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    width: auto;
    height: auto;
    font-size: clamp(40px, 5vw, 44px);
}

/* indicators */
.carousel-indicators {
    width: auto;
    bottom: 40px;
}

.carousel-indicators :is(li, li.active) {
    aspect-ratio: 1/1;
    width: clamp(8px, 2vw, 11px);
    height: auto;
    border: 0;
    border-radius: 50%;
    margin: 0 5px;
    backdrop-filter: blur(10px);
}

.carousel-indicators li {
    background-color: rgba(255, 255, 255, 0.5);
    transition: ease-in-out 0.15s all;
}

.carousel-indicators li.active {
    background: #fff;
    box-shadow: none;
}

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

    .carousel-caption {
        left: 5%;
        right: 5%;
        top: 50%;
    }
    .carousel-caption h1 {
        text-align: center;
    }
    .carousel-caption p {
        text-align: center;
    }
    .carousel-control {
        display: none;
    }
    .carousel-caption .more-btn {
        margin-inline: auto;
    }
    .mainpage section {
        padding: 70px 0 80px;
    }
}

/* =================================== mainpage common =================================== */
/* section */
.mainpage section {
    position: relative;
    padding-top: clamp(80px, 10vw, 100px);
    padding-bottom: clamp(80px, 10vw, 120px);
}

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

/* wrap */

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

/* 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);
} */

/* .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.32;
}

.subpage-header .subpage-title {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.subpage-header .subpage-title h2 {
    line-height: 1;
    margin-top: -25px;
    text-align: center;
    font-weight: 500;
    color: #fff;
    font-size: clamp(36px, 5vw, 45px);
    margin-bottom: 30px;
    font-family: "TheJamsil";
    letter-spacing: 0;
}

@media (max-width: 767px) {
    .subpage-header {
        height: 200px;
        padding-top: 0;
    }
    .subpage-header .subpage-title h2 {
        margin-block: 0;
    }
}

/* =================================== snb =================================== */
.snb {
    position: relative;
    z-index: 10;
    border-bottom: 0;
    margin: -33px 0 0;
}

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

.snb ul {
    justify-content: center;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.29);
    border-radius: 7px;
    overflow: hidden;
}

.snb li {
    flex: 0 1 50%;
}

.snb li > a {
    justify-content: center;
    align-items: center;
    width: 100%;
    background: #fff;
    text-align: center;
    font-size: clamp(14px, 4vw, 18px);
    height: clamp(45px, 10vw, 65px);
    color: #999;
    font-weight: 500;
    font-family: "TheJamsil";
    position: relative;
    letter-spacing: 0;
}
.snb li > a::before {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 18px;
    background: rgba(0, 0, 0, 0.13);
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}
.snb li:first-child > a::before {
    display: none;
}
.snb li.active a {
    position: relative;
    font-weight: 500;
    color: #3470b3;
}

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

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

/* =================================== subpage =================================== */
.subpage-content {
    overflow: hidden;
}

.subpage-content section {
    padding: clamp(80px, 5vw, 110px) 0 clamp(120px, 5vw, 140px);
    min-height: 300px;
}

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

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

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

.subpage-content .se-title h3 {
    font-weight: 600;
    color: #111;
    font-size: clamp(32px, 5cqw, 39px);
    font-family: "TheJamsil";
    letter-spacing: 0;
}

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

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

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

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

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

.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 .marker {
    position: relative;
    padding-left: 15px;
    font-size: 26px;
}

.subpage-content .marker::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    display: block;
    aspect-ratio: 1;
    width: 4px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--page-point-color);
}

/* =================================== subpage content =================================== */
/* grid-system */
.subpage-content :where(.row, .grid, [class*="wrap"]) + :where(.row, .grid, [class*="wrap"]) {
    margin-top: 100px;
}
#ab01 .se01 {
    position: relative;
}
#ab01 .se01::before {
    content: "";
    position: absolute;
    left: 0;
    top: 300px;
    bottom: 100px;
    display: block;
    width: 75%;
    background: linear-gradient(90deg, #f4f7f9 0%, #eff2f4 100%);
}
.greet-wrap {
    display: flex;
    gap: 70px;
}
.greet-wrap .info h4 {
    font-weight: 500;
    font-size: 28px;
    line-height: 1.5;
    margin-bottom: 35px;
    font-family: "TheJamsil";
    margin-top: 20px;
}
.greet-wrap .info p {
    margin-bottom: 20px;
    font-size: 17px;
}
.greet-wrap .img-box {
    flex: 0 1 auto;
    width: 32%;
    aspect-ratio: 1;
    background-color: #ccc;
}

@media (max-width: 767px) {
    .greet-wrap {
        flex-direction: column-reverse;
        gap: 0;
    }
    .greet-wrap .img-box {
        width: auto;
        margin: 0 -15px;
    }
    .greet-wrap .info h4 {
        margin-top: 50px;
    }
    #ab01 .se01::before {
        display: none;
    }
}

/* 0814 */
#ab01 .se02 {
    background-color: #fff;
}
#ab01 .list {
    display: flex;
}
#ab01 .list h4 {
    font-weight: 500;
    font-size: 28px;
    line-height: 1.5;
    margin-bottom: 35px;
    font-family: "TheJamsil";
    margin-top: 20px;
    width: 30%;
}
#ab01 .list ul {
    padding: 25px 25px 20px;
    border-radius: 5px;
    display: flex;
    flex-wrap: wrap;
    background-color: #f5f5f5;
    width: 70%;
}
#ab01 .list ul li {
    font-size: 16px;
    margin-bottom: 5px;
    flex: 1 1 40%;
    line-height: 1.46;
}
#ab01 .list ul li strong {
    margin-right: 5px;
}
#ab01 .list-wrap p {
    font-size: 16px;
    line-height: 1.46;
    text-align: right;
    margin-top: 10px;
}

@media (max-width: 767px) {
    #ab01 .se02 {
        padding-top: 0;
    }
    #ab01 .list {
        flex-direction: column;
    }
    #ab01 .list h4 {
        text-align: center;
        width: 100%;
    }
    #ab01 .list ul {
        flex-direction: column;
        width: 100%;
    }
    #ab01 .list-wrap p {
        text-align: left;
    }
}

.map-wrap .info {
    position: relative;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin: -50px 150px 0;
    padding: 30px 50px;
    background-color: #fff;
    /* box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1); */
    font-size: 24px;
    border-radius: 10px;
}
.map-wrap .info span.material-symbols-outlined {
    flex: 0 1 auto;
    width: 26px;
    aspect-ratio: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.75em;
    background: #2e65ad;
    color: #fff;
    border-radius: 5px;
}
.map-wrap .info p {
    font-size: clamp(0.75em, 5vw, 0.9em);
    font-family: "TheJamsil";
    letter-spacing: 0;
    font-weight: 300;
}
.map-wrap .info p b {
    font-weight: 500;
}
@media (max-width: 767px) {
    .map-wrap .info {
        margin: 20px 0 0;
        padding: 0;
    }
    .map-wrap .info span.material-symbols-outlined {
        width: 35px;
    }
}
/* map */
:is(.root_daum_roughmap, .root_daum_roughmap .wrap_map, iframe[src^="https://www.google.com/"])
{
    aspect-ratio: 5/2;
    width: 100% !important;
    height: 350px !important;
    padding: 0 !important;
}

.card-wrap {
    align-items: center;
    display: flex;
    gap: 70px;
}

.card-wrap .info h4 {
    font-size: clamp(28px, 5vw, 33px);
    font-weight: 500;
    line-height: 1.35;
    margin-bottom: 30px;
    font-family: "TheJamsil";
    letter-spacing: 0;
    position: relative;
    color: #333;
}
/* .card-wrap .info h4::before {
    content: '';
    display: block;
    position: absolute;
    width: 25px;
    height: 5px;
    background: #3063ab;
    left: 0;
    top: -25px;
} */
.card-wrap .info p {
    font-size: 20px;
    font-family: "TheJamsil";
    font-weight: 300;
}
.card-wrap .info ul {
    padding: 25px 25px 20px;
    background-color: #f7f7f7;
    border-radius: 5px;
}
.card-wrap .info ul li {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 1.46;
}
.card-wrap .info small.desc {
    display: block;
    margin-top: 10px;
    font-size: 15px;
    color: #666;
}
.card-wrap .img-box {
    /* aspect-ratio: 5/3; */
    flex: 0 1 auto;
    width: 57%;
    border-radius: 10px;
    background-color: #ccc;
}

@media (max-width: 767px) {
    .card-wrap .img-box {
        width: 100%;
    }
    .card-wrap {
        gap: 40px;
        flex-direction: column-reverse;
    }
    .card-wrap .info {
        text-align: center;
    }
    .card-wrap .info ul {
        text-align: left;
    }
}
.tel-btn {
    margin-top: 30px;
    display: inline-flex;
    padding-inline: 19px 24px;
    justify-content: center;
    align-items: center;
    height: 48px;
    border: 1px solid #3470b3;
    color: #3470b3;
    font-weight: 500;
    font-size: 16px;
    border-radius: 5px;
    font-family: "TheJamsil";
}

.tel-btn::before {
    content: "\e0b0";
    font-family: var(--gms);
    font-variation-settings: var(--gms-wght-700_Fill);
    margin-right: 10px;
    font-size: 22px;
}
.tel-btn:hover {
    background-color: #3470b3;
    color: #fff;
}
.img-wrap {
    display: grid;
    grid-template-columns: var(--grid-repeat-2);
    gap: 10px;
}

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

@media (max-width: 767px) {
    .img-wrap {
        display: flex;
        flex-direction: column;
    }
}
.icon-wrap {
    display: flex;
    justify-content: center;
}
.icon-wrap .col {
    counter-increment: itemNum;
    padding: 60px 50px;
    gap: 50px;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}
.icon-wrap .col.c01 {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    position: relative;
    background: linear-gradient(90deg, #82bcde 0%, #6aaad0 100%);
}
.icon-wrap .col.c02 {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    position: relative;
    background: linear-gradient(90deg, #3c85be 0%, #276a9d 100%);
}
.icon-wrap .col span.material-symbols-outlined {
    font-variation-settings: var(--gms-wght-200-out);
    font-size: 220px;
    align-self: center;
    color: rgba(255, 255, 255, 0.12);
    position: absolute;
}

.icon-wrap .col p {
    flex: 1;
    font-size: 28px;
    font-weight: 500;
    font-family: "TheJamsil";
    letter-spacing: 0;
    color: #fff;
}

.icon-wrap .col p::before {
    display: block;
    margin-bottom: 20px;
    content: counter(itemNum, decimal-leading-zero) "";
    width: 50px;
    color: #3c85be;
    padding: 6px 10px 6px;
    line-height: 1;
    border-radius: 50px;
    background-color: #fff;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
}
.icon-wrap .col.c01 p:before {
    color: #7eb9dc;
}
.icon-wrap .col.c02 span.material-symbols-outlined {
    right: -34px;
    bottom: -47px;
    font-size: 220px;
}

.icon-wrap .col.c01 span.material-symbols-outlined {
    right: -21px;
    bottom: -64px;
    font-size: 235px;
    color: rgba(255, 255, 255, 0.19);
}
/* :is(#pd01, #pd02) .se-title {
    display: none;
} */

@media (max-width: 767px) {
    .icon-wrap {
        overflow: hidden;
        display: flex;
        flex-direction: column;
        border-radius: 10px;
    }
    .icon-wrap .col {
        border-radius: 0 !important;
    }
}
.pd-wrap {
    display: flex;
    gap: 70px;
    align-items: flex-start;
}

.pd-wrap .info span.cate {
    display: block;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1;
    font-family: "TheJamsil";
    color: #3470b3;
    margin-top: 20px;
    letter-spacing: 0;
}
.pd-wrap .info h4 {
    font-size: clamp(36px, 5vw, 45px);
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 1;
    font-family: "TheJamsil";
    letter-spacing: 0;
    position: relative;
}
.pd-wrap .info h4::before {
    content: "DONG-A DRONE";
    display: block;
    position: absolute;
    left: 1px;
    bottom: -294px;
    color: #f5f7f8;
    font-size: 80px;
    font-weight: 800;
    z-index: -1;
    line-height: 1.1em;
}
.pd-wrap .info p {
    font-size: 20px;
    font-family: "TheJamsil";
    font-weight: 300;
    padding-right: 20px;
}
.pd-wrap .img-box {
    flex: 0 1 auto;
    width: 57%;
    border-radius: 10px;
}

@media (max-width: 767px) {
    .pd-wrap {
        flex-direction: column-reverse;
        gap: 30px;
    }
    .pd-wrap .img-box {
        width: 100%;
    }
    .pd-wrap .info {
        text-align: center;
    }
    .pd-wrap .info h4::before {
        display: none;
    }
}

.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 #999;
    padding-bottom: 12px;
}

.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(--gms300_Out);
    font-size: clamp(18px, 5cqw, 26px);
    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;
}

.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;
    margin-top: 0;
}

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

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

#bbsArea .board_wrapper .option_wrap .list_btn_wrap {
    position: static;
}
/* 카테고리 / 분류 */
.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 .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;
}

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

.btn,
.member_wrapper .btn,
.search_wrap #search_btn + .write_btn_wrap .btn,
.search_wrap #search_btn,
.wr_form_item input.form-control,
.form-control {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    height: 40px;
    font-size: 1rem;
}

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

.btn {
    justify-content: center;
    align-items: center;
    padding: 0 1.5rem !important;
}

.btn-lg {
    height: 45px !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;
}

.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: 16px;
    color: #333;
}

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

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

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

.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: 0;
}
.board_wrapper .table.board_write_table .checkbox label {
    font-size: 1rem;
}

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

/* wrapper */
.board_wrapper .text-center .btn {
    padding: 1rem 0 1.15rem !important;
}
.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: 1.1rem;
}
.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: 40px 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-fut);
    font-size: inherit;
}

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

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


.main-section{/* display: none; */padding: 110px 0;}
.main-section#main01{
    padding: 120px 0 130px;
}
.main-section#main02{
    background: #fafafa;
    padding: 80px 0;
}
.main-section h3{
    text-align: center;
    font-size: 45px;
    font-weight: 500;
    color: var(--bs-black);
    margin: 0 0 60px;
    letter-spacing: -0.035em;
}
.main-section h3 img{
    display: inline-block;
    width: 110px;
}
.versus-wrap{
    position: relative;
    display: flex;
    align-items: stretch;
    gap: 0;
    border-radius: 10px;
}
.versus-wrap::before{content: 'VS';display: block;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);font-size: 50px;font-weight: 600;line-height: 110px;width: 130px;text-align: center;border-radius: 50%;background: #064592;color: #fff;border: 10px solid #ffffff;}
.versus-wrap .box{
    flex: 1;
    padding: 60px 50px;
    border-radius:  0 10px 10px 0;
    background: #dddddd;
    padding-left: 100px;
}
.versus-wrap .box.donga{}
.versus-wrap .box h4{
    font-size: 43px;
    font-weight: 700;
    margin: 0 0 40px;
    line-height: 65px;
    color: #333;
}
.versus-wrap .donga {
    padding-left: 50px;
    padding-right: 100px;
    background: #e7f2ff;
    border-radius: 10px  0 0 10px;
}
.versus-wrap .box.donga h4{}
.versus-wrap .box.donga h4 img{
    width: 370px;
}
.versus-wrap .box .li-versus{}
.versus-wrap .box .li-versus > li{
    font-size: 18px;
    position: relative;
    padding-left: 14px;
    margin-top: 7px;
    line-height: 1.45;
    letter-spacing: -0.035em;
    font-weight: 500;
}
.versus-wrap .box .li-versus > li::before{content: '';display: block;width: 5px;height: 5px;background: #333;border-radius: 50%;position: absolute;top: 10px;left: 0;}
.versus-wrap .box.donga .li-versus{}
.versus-wrap .box.donga .li-versus > li{
    font-size: 20px;
    font-weight: 600;
    color: #000;
}
.versus-wrap .box.donga .li-versus > li::before{content: '';top: 11px;background: #0b79ff !important;}

.main-bbs{
    display: flex;
    gap: 90px;
}
.main-bbs [class^="board_box_"]{
    width: auto;
    float: none;
    flex: 1;
    padding: 0;
}
.main-bbs .board_box_list{}
.main-bbs .page-header{
    /* border: 0; */
}
.main-bbs .page-header a{
    margin-top: 10px !important;
}
.main-bbs .page-header h4{
    font-size: 28px;
}
.board_box_blog2 .type_blog_b > div .inner:hover .top a{text-decoration: none;}

/* 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) {
    .versus-wrap {
        flex-direction: column;
    }
    .versus-wrap .box{
        padding: 80px 30px !important;
    }
    .versus-wrap::before {
        top: 48%;
    }
    .main-bbs {
        display: flex;
        gap: 60px;
        flex-direction: column;
        padding: 0 30px;
    }
}

/* subpage */
@media (max-width: 767px) {
    .snb {
        margin-top: 0;
        padding: 15px 0;
        height: auto;
        background-color: #eee;
    }
    .snb ul {
        flex-direction: column;
        gap: 3px;
    }
    .subpage-content {
        overflow: hidden;
    }
}

/* 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 15px;
    }

    .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_wrap p {
    font-size: inherit;
}

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