@charset "utf-8";
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable.min.css");
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200');

@font-face {
    font-family: 'Paperlogy';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-3Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Paperlogy';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-4Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Paperlogy';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-5Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Paperlogy';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-6SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Paperlogy';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-7Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Paperlogy';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-8ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Paperlogy';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-9Black.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
}


#site {
    font-family: "Pretendard Variable", "notokr", sans-serif;
    padding-top: 90px;
}

#site .nav-top {
    position: absolute;
    display: flex;
    gap: 18px;
    right: 60px;
    top: 38%;
}

#site .nav-top::before {
    content: "";
    width: 1px;
    position: absolute;
    display: block;
    height: 12px;
    opacity: 1;
    background-color: #777;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

#site .nav-top button {
    all: unset;
    font-weight: 700;
    cursor: pointer;
    line-height: 1;
    color: #777;
}

#site .nav-top button.active {
    color: #000;
}

#site .navbar.navScroll .nav-top::before {
    opacity: 0.25;
}

html {
    visibility: hidden;
}

html.no-js {
    visibility: visible;
}

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    word-break: keep-all;
    line-height: 1.3;
    letter-spacing: -0.034em;
}

a {
    text-decoration-line: none;
    color: #000;
}

a:hover {
    text-decoration-line: none;
}

li,
ul {
    list-style: none;
    margin: 0;
}

:is(ol, ul, li, dl) {
    all: unset;
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
}

:is(p, h1, h2, h3, h4, h5, h6, dt, dd) {
    all: unset;
    display: block;
    line-height: 1.5;
}

:is(p, h1, h2, h3, h4, h5, h6, dt, dd, th, td, li) {
    position: relative;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/* 불필요 항목 삭제 */
.root_daum_roughmap .cont {
    display: none !important;
}

#gnbauth i {
    display: none;
}

.caret {
    display: none;
}

#list_btn {
    display: none;
}

.board_wrapper {
    margin-top: 0;
}

:root {
    --page-point-color: #1f5da9;
    --page-point-color-hover: #0e3667;
    --icons: "material symbols outlined";
    --gms-opsz: "opsz" 48;
    --gms-100-fill: "FILL" 1, "wght" 100, var(--gms-opsz);
    --gms-200-fill: "FILL" 1, "wght" 200, var(--gms-opsz);
    --gms-300-fill: "FILL" 1, "wght" 300, var(--gms-opsz);
    --gms-400-fill: "FILL" 1, "wght" 400, var(--gms-opsz);
    --gms-500-fill: "FILL" 1, "wght" 500, var(--gms-opsz);
    --gms-600-fill: "FILL" 1, "wght" 600, var(--gms-opsz);
    --gms-700-fill: "FILL" 1, "wght" 700, var(--gms-opsz);
    --gms-100-out: "FILL" 0, "wght" 100, var(--gms-opsz);
    --gms-200-out: "FILL" 0, "wght" 200, var(--gms-opsz);
    --gms-300-out: "FILL" 0, "wght" 300, var(--gms-opsz);
    --gms-400-out: "FILL" 0, "wght" 400, var(--gms-opsz);
    --gms-500-out: "FILL" 0, "wght" 500, var(--gms-opsz);
    --gms-600-out: "FILL" 0, "wght" 600, var(--gms-opsz);
    --gms-700-out: "FILL" 0, "wght" 700, var(--gms-opsz);
}

.navbar-inverse+.container {
    width: 100%;
    padding: 0;
    margin: 0;
}

@media (min-width:1200px) {

    .navbar-inverse+.agreement_container,
    .navbar-inverse+.privacy_container {
        width: 1170px;
        margin: 0 auto;
        padding: 0 15px;
    }
}

.login_container {
    padding: 200px 0;
}

.navbar-inverse+.agreement_container,
.navbar-inverse+.privacy_container {
    padding: 0 15px;
}

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

/* 상단 로고*/
/* 상단 로고*/
.navbar-brand {
    height: 60px;
    padding: 0;
    margin-left: 0 !important;
}

.navbar-brand>span {
    display: flex;
    gap: 15px;
    align-items: center;
    color: #000;
    font-size: 27px;
    font-weight: bold;
    letter-spacing: 0;
}

.navbar-brand p {
    margin: 0;
    font-size: 20px;
    color: #000;
    font-weight: 600;
}

.navbar-brand p>span {
    display: block;
    font-size: 12px;
    margin-top: 5px;
    font-weight: 300;
}

.navbar-inverse .navbar-brand img {
    height: 100%;
    object-fit: contain;
    /* filter: brightness(0) invert(1); */
}

.navbar-inverse.on .navbar-brand img,
.navbar-inverse.opened .navbar-brand img {
    /* height: 100%; */
    /* object-fit: contain; */
    /* filter: none; */
}


/* 상단 메뉴 */
@media(min-width:768px) {

    .navbar-inverse {
        transition: all 0.3s cubic-ease;
    }

    .navbar-inverse>.container {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

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

    .navbar-inverse .navbar-collapse {
        display: flex !important;
        justify-content: center;
    }

    #navbar-bg {
        z-index: 99;
        position: fixed;
        left: 0;
        right: 0;
        top: 90px;
        background: #fff;
        transition: all 0.25s ease-in-out;
        height: 0;
    }

    .navbar-inverse .navbar-nav .dropdown-menu {
        z-index: 1030;
        padding-top: 20px;
        border: none;
        box-shadow: none;
        background: transparent;
        transition: all 0.3s ease;
    }

    .navbar-inverse.on {
        /* background: #fff; */
    }

    .navbar-inverse {
        transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    }

    .navbar-inverse.on #navbar-bg {}

    .navbar-inverse .navbar-right>li>a {
        min-width: 130px;
        color: #fff;
    }

    .navbar-inverse.on .navbar-right>li>a {}
}

.navbar-inverse {
    background: #fff;
    position: fixed;
    margin-bottom: 0;
    border-bottom: 0;
    padding: 0;
    transition: all 0.3s ease-in-out;
}

.navbar-inverse.sub-nav {
    background: #fff;
    box-shadow: 0 0 0 1px #9bb0b9;
}

.navbar-inverse.on,
.navbar-inverse.opened {
    /* background: #fff; */
    /* transition: all 0.3s ease-in-out; */
}

.navbar-header {}

.navbar-inverse .navbar-nav {
    margin-right: 0;
}

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

.navbar-inverse .navbar-nav li a {
    position: relative;
}

.navbar-inverse .navbar-nav .dropdown {
    position: relative;
}

.navbar-inverse .navbar-nav>li>a::before {
    width: 0;
    position: absolute;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    bottom: -1px;
    height: 3px;
    background: var(--page-point-color);
    transition: all 0.3s ease-in-out;
    z-index: 1;
}

.navbar-inverse.opened .navbar-nav>li:hover>a::before {
    width: 100%;
}

.navbar-inverse.opened .navbar-nav>li:hover>a::after {
    position: absolute;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    bottom: -2px;
    width: 7px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: var(--page-point-color);
    box-shadow: 0 0 10px 1px var(--page-point-color);
    z-index: 100;
}

.navbar-inverse .navbar-nav .dropdown .dropdown-menu {}

.navbar-inverse .navbar-nav li .dropdown-menu {
    transform-origin: center top;
    animation: menuOpen 0.35s forwards;
}

.navbar-inverse .navbar-nav .dropdown .dropdown-menu>li {}

.navbar-inverse .navbar-nav .dropdown .dropdown-menu>li>a {
    text-align: center;
    padding: 7px 15px;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 0;
}

.navbar-inverse .navbar-nav .dropdown .dropdown-menu>li:hover>a {
    background: #36a0e0;
    color: #fff;
}

.navbar-inverse .navbar-nav>li>a {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    padding: 35px 20px;
    text-align: center;
    font-family: 'Paperlogy';
}

.navbar-inverse.on .navbar-nav>li>a,
.navbar-inverse.sub-nav .navbar-nav>li>a,
.navbar-inverse.opened .navbar-nav>li>a {
    /* color: #333; */
    /* font-weight: 600; */
}


.navbar-inverse .navbar-nav .dropdown.open .dropdown-toggle,
.navbar-inverse .navbar-nav .dropdown.open:focus .dropdown-toggle,
.navbar-inverse .navbar-nav .dropdown.open:hover .dropdown-toggle,
.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
    color: #000;
}

.navbar-inverse .navbar-nav .dropdown.open .dropdown-toggle,
.navbar-inverse .navbar-nav .dropdown.open:focus .dropdown-toggle,
.navbar-inverse .navbar-nav .dropdown.open:hover .dropdown-toggle {
    background: none;
}

.contents_wrap li,
.contents_wrap ol,
.contents_wrap ul {
    list-style: revert;
    padding: revert;
}

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

#mainCarousel .carousel-inner {
    position: relative;
}

#mainCarousel .carousel-inner .item::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}

/* 슬라이드 글자*/
.carousel-caption {
    top: 50%;
    padding: 0;
    text-align: left;
    text-shadow: none;
}

.carousel-caption h1 {
    margin-bottom: 0;
    position: relative;
    line-height: 1.1;
    color: #fff;
    font-weight: 700;
    font-size: 72px;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.carousel-caption h1 span>span {
    display: block;
    font-weight: 500;
    margin-bottom: 12px;
    font-size: 22px;
    padding-left: 10px;
    color: #97ddff;
}

.carousel-caption p {
    margin-top: 40px;
    font-size: 32px;
    font-weight: 500;
    text-shadow: none;
}

[lang='en'] .carousel-caption p {
    font-size: 25px;
}

/* 슬라이드 버튼 */
.carousel-indicators {
    z-index: 1;
}

.carousel-control,
.carousel-indicators {}

.carousel-control {
    z-index: 2;
    width: 20px;
    display: flex;
    aspect-ratio: 1;
    align-items: center;
    justify-content: center;
    position: absolute;
    font-size: 20px;
    color: #fff;
    text-shadow: none;
    opacity: 1;
    background: none !important;
    left: 30px;
}

.carousel-control .glyphicon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    margin: 0 !important;
    top: unset;
}

.carousel-control .glyphicon-chevron-right {
    right: 0 !important;
}

.carousel-control .glyphicon-chevron-left {
    left: 0 !important;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    margin-left: 0;
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    margin-right: 0;
}

.carousel-control.right {
    left: unset;
    right: 30px;
}

.carousel-control.left .glyphicon::before {
    content: "\e5e0";
    font-family: var(--icons);
}

.carousel-control.right .glyphicon::before {
    content: "\e5e1";
    font-family: var(--icons);
}

.carousel-indicators li {
    width: 13px;
    height: 13px;
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid #fff;
    margin: 0 10px;
    border-radius: 50%;
    transition: ease-in-out 0.15s all;
}

.carousel-indicators li.active {
    width: 13px;
    height: 13px;
    background-color: #fff;
    margin: 0 10px;
    box-shadow: none;
    transform: none;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    font-size: 50px;
}

/* 메인 페이지 */
.mainpage {}

.mainpage section {
    padding: 120px 0 160px;
}

.main-tit {
    margin-bottom: 70px;
}

.main-tit h3 {
    color: #000;
    font-size: 46px;
    font-weight: bold;
    font-family: 'Paperlogy';
    text-align: center;
}

.main-pro {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.main-pro a {
    padding: 50px 20px;
    border: 2px solid #eee;
    height: 160px;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.main-pro a:hover,
.main-pro a:focus {
    border: 2px solid #7cb1d1;
    box-shadow: 0 5px 18px 10px rgba(63, 78, 117, 0.1);
}

.main-pro a img {
    width: 100%;
    object-fit: contain;
    height: 100%;
    max-width: 300px;
    margin: auto;
}

.main-con#main02 {
    padding: 80px 0;
    background: #25363f url(/public/img/main/main02_bg.jpg) no-repeat center / cover;
    color: #fff;
}

.main-con#main02>.container::before,
.main-con#main02>.container::after {
    display: none;
}

.main-con#main02>.container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main-con#main02>.container .text {
    display: flex;
    align-items: center;
    gap: 150px;
}

.main-con#main02>.container .text h3 {
    margin: 0;
    color: #fff;
    font-family: 'Paperlogy';
    font-size: 36px;
    letter-spacing: 0;
    font-weight: 700;
}

ul.li-contact {
    display: flex;
    gap: 20px;
    flex-direction: column;
}

ul.li-contact li {
    display: flex;
    align-items: center;
    gap: 10px;
    line-height: 1;
    letter-spacing: -0.015em;
    font-size: 22px;
}

ul.li-contact strong {
    color: inherit;
    letter-spacing: 0;
    font-size: 18px;
    margin-right: 12px;
}

ul.li-contact li::before {
    display: flex;
    justify-content: center;
    align-items: center;
    width: clamp(28px, 3vw, 32px);
    aspect-ratio: 1;
    border-radius: 9999px;
    background-color: #099FCC;
    font-variation-settings: var(--gms-400-fill);
    font-family: 'Material Symbols Outlined';
    color: #fff;
    display: none;
}

ul.li-contact li.tel::before {
    content: "\e0b0";
}

ul.li-contact li.fax::before {
    content: "\ead8";
}

ul.li-contact li.mail::before {
    content: "\e158";
}

.main-contact-wrap {
    display: flex;
    gap: 1.5rem;
}

.main-contact-wrap .main-contact {
    transition: all 0.25s;
    display: flex;
    align-items: center;
    flex-direction: column;
    flex: 1;
    padding: 2rem 0;
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
    gap: 1rem;
    width: 17rem;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(10px);
    text-decoration: none;
    border-radius: 2px;
}

.main-contact-wrap .main-contact:hover {
    background: #36a0e0;
    border-color: transparent;
}

.main-contact-wrap .main-contact .material-symbols-outlined {
    font-size: 3.8rem;
    font-variation-settings: var(--gms-200-out);
}

.main-contact-wrap .main-contact .caption {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.034em;
    font-family: 'Paperlogy';
}

[lang='en'] .main-contact-wrap .main-contact .caption {
    font-size: 16px;
}

/* 서브 페이지 */
.subpage-header {
    position: relative;
    height: 320px;
}

.subpage-header .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    background: #ddd url("/public/img/sub/subBg01.jpg") no-repeat center / cover;
    filter: brightness(0.6);
}

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

.subpage-title h2 {
    line-height: 1;
    margin-top: 0;
    text-align: center;
    font-weight: 700;
    font-size: 50px;
    color: #fff;
    font-family: 'Paperlogy';
    letter-spacing: -0.034em;
}

/* [ subpage-navbar ] */
.snb {
    position: relative;
    z-index: 10;
    border-bottom: 0;
}

.snb ul {
    position: relative;
    display: flex;
    margin: 80px 0 0 0;
    justify-content: center;
}

.snb li {
    flex: 0 1 200px;
}

[lang='en'] .snb li {
    flex: 0 1 250px;
}

.snb a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
    line-height: 1;
    padding: 20px 15px;
    font-size: 17px;
    color: #777;
    font-weight: 600;
    background: #f2f2f2;
    letter-spacing: 0;
    border-left: 1px solid #fff;
}

.snb li.active a {
    background: linear-gradient(28deg, #39a6e6, #1e5ba8);
    font-weight: 600;
    color: #fff;
    box-shadow: 0 9px 18px rgba(0, 0, 0, 0.14);
}

.snb a:hover {
    background: rgba(77, 162, 229, 0.15);
    color: #7297c5;
}

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

.subpage-content {
    padding: 100px 0 150px;
}

.subpage-content .con {}

.title-h3 {
    margin-bottom: 80px;
}

[id^=product0] .title-h3 {
    margin-bottom: 100px;
}

#support01 .title-h3 {
    display: none;
}

.title-h3 img {
    height: 70px;
    margin: 0 auto
}

.title-h3 h3 {
    font-size: 40px;
    font-weight: 800;
    text-align: center;
    font-family: 'Paperlogy';
    letter-spacing: 0;
}

/* CEO 인사말 */
#ab01 .subpage-content {
    background: #f0f7f7;
    position: relative;
}

#ab01 .subpage-content::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 425px;
    background: #fff;
}

.greet-wrap {}

.greet-wrap .tit-box {
    margin-bottom: 115px;
    padding-top: 40px;
}

.greet-wrap .tit-box h2 {
    font-weight: 600;
    font-size: 28px;
    line-height: 1.8;
    font-family: 'Paperlogy';
    letter-spacing: 0;
}

[lang='en'] .greet-wrap .tit-box h2 {
    font-size: 25px;
}

.greet-wrap .greet-box {
    display: grid;
    grid-template-columns: 1fr 0.6fr;
    gap: 120px;
}

.greet-box .txt-box {
    color: #000;
}

.greet-box .txt-box h5 {
    font-weight: 600;
    font-size: 29px;
}

.greet-box .txt-box p {
    margin-bottom: 25px;
    font-size: 18px;
}

.greet-box .txt-box p:last-child {
    font-weight: 600;
    margin-top: 50px;
    text-align: right;
    margin-bottom: 0;
}

.greet-box .txt-box p span {
    font-size: 20px;
    font-weight: bold;
    padding-left: 10px;
}

.greet-box .img-box {
    margin-top: -270px;
    position: relative;
    overflow: hidden;
}

.greet-box .img-box img {
    width: 100%;
    height: 620px;
    background: #f2f2f2;
    box-shadow: 0px 0px 5px #ddd;
}

/* 연혁 */
.history-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.history-wrap .img-box {
    position: relative;
    width: 38%;
    margin-right: 50px;
}

.history-wrap .img-box img {
    width: 100%;
    object-fit: cover;
    filter: brightness(0.9);
    border-radius: 3px;
}

.history-wrap .img-box p {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 70px;
    color: #fff;
    font-weight: 200;
    opacity: 0.7;
    display: none;
}

.history-box {
    width: 54%;
    border-top: 1px solid #000;
}


.timeline h6 {
    font-size: 40px;
    font-weight: 600;
    font-family: 'Paperlogy';
    letter-spacing: -0.034em;
}

.timeline ul {}

.timeline ul li {
    font-size: 17px;
    font-weight: 400;
    display: grid;
    font-family: 'Paperlogy';
    letter-spacing: 0;
    grid-template-columns: 60px 1fr;
}

[lang='en'] .timeline ul li {
    font-size: 16px;
    grid-template-columns: 100px 1fr;
}

.timeline ul li span {
    font-weight: 600;
    letter-spacing: 0;
}

.timeline ul li+li {
    margin-top: 12px;
}

.timeline {
    display: grid;
    grid-template-columns: 180px 1fr;
    padding: 36px 0;
    border-bottom: 1px solid #ddd;
    justify-content: center;
    align-items: center;
}


/* 오시는 길 */
.location-wrap {}

.location-wrap .wrap_map {
    height: 530px !important;
}

.location-wrap .map-info {
    display: grid;
    grid-template-columns: 300px 1fr;
    margin: 60px auto 0;
    width: 80%;
    justify-content: space-between;
    gap: 150px;
}

.map-info .company {
    display: flex;
    justify-content: space-between;
    padding: 45px 35px;
    height: 270px;
    background: linear-gradient(41deg, #39a7e6, #0f589b);
    flex-direction: column;
    z-index: 999;
    margin-top: -200px;
    border-radius: 2px 2px 2px 40px;
}

.map-info .company span {
    display: block;
    color: #cce7ff;
    font-size: 18px;
    font-weight: 500;
}

.map-info .company h5 {
    color: #fff;
    font-size: 32px;
    font-weight: 600;
    font-family: 'Paperlogy';
}

[lang='en'] .map-info .company h5 {
    font-size: 30px;
}

.map-info .map-list {}

.map-info .map-list li {
    color: #222;
    font-size: 18px;
    font-weight: 500;
    display: grid;
    grid-template-columns: 160px 1fr;
    align-items: center;
}

.map-info .map-list li+li {
    margin-top: 15px;
}

.map-info .map-list span {
    display: block;
    font-size: 16px;
    font-weight: bold;
    font-family: 'Paperlogy';
    position: relative;
    padding-left: 40px;
}

.map-info .map-list span::before {
    content: "\f6ea";
    font-family: var(--icons);
    font-variation-settings: var(--gms-600-out);
    font-size: 20px;
    position: absolute;
    left: 0;
    top: -2px;
    aspect-ratio: 1;
    height: 35px;
    text-align: center;
}

.map-info .map-list li:nth-child(2) span::before {
    content: "\e61d";
}

.map-info .map-list li:nth-child(3) span::before {
    content: "\e8ad";
}

.map-info .map-list li:nth-child(4) span::before {
    content: "\e158";
}

/* 상품게시판 */
.logo-wrap {
    margin-top: 100px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    background: linear-gradient(135deg, #e4ebf7, #f1f3f4);
    padding: 20px;
    gap: 10px;
    border-radius: 10px;
    background: #f2f4f7;
}

.logo-wrap .img-box {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    font-weight: bold;
}

.board_goods_list {}

.board_goods_list .table_pd {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.board_goods_list .table_pd::before,
.board_goods_list .table_pd::after {
    display: none;

}

.board_goods_list .table_pd dd {}

.board_goods_list .table_pd .inner {
    display: flex;
    flex-direction: column-reverse;
}

.board_goods_list .table_pd .top {}

.board_goods_list .table_pd .top a {}

.board_goods_list .table_pd .inner .top .thumb {
    aspect-ratio: 3/2;
}

.board_goods_list .table_pd .bottom {
    padding: 0;
    margin-bottom: 16px;
}

.board_goods_list .table_pd .bottom .title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    -webkit-line-clamp: 1;
}

.board_goods_list .table_pd .bottom .title a {
    font-size: 21px;
    font-weight: 600;
}

.board_goods_list .table_pd .bottom .title a span {
    white-space: wrap;
}

.board_goods_list .bottom .pd_preview {
    display: none !important;
}

.board_goods_list .bottom #pd_preview_text {}

.board_goods_list .bottom .info {}

.board_goods_list .bottom .info span {}

[id^=product0] .board_pd_view .pd_slider_wrap :where(.pd_img_main, .pd_img_main .thumb, .pd_img_sub .thumb) {
    aspect-ratio: 3 / 2 !important;
    background-size: contain !important;
    background-color: #fff;
    border: 0;
}

.logo-wrap .img-box {
    border: 1px solid transparent;
    background: #fff;
    /* box-shadow: 0 5px 10px 0 rgba(63, 78, 117, 0.09); */
    border-radius: 5px;
    filter: grayscale(1);
    transition: all 0.3s ease;
}

@media (min-width: 992px) {


    .logo-wrap .img-box+.img-box {}

    .logo-wrap .img-box:nth-child(6) {
        /* border-left: 1px solid #ddd; */
    }

    .logo-wrap .img-box:nth-child(6),
    .logo-wrap .img-box:nth-child(7),
    .logo-wrap .img-box:nth-child(8),
    .logo-wrap .img-box:nth-child(9) {}
}

.logo-wrap .img-box img {
    width: 100%;
    height: 80px;
    object-fit: contain;
    padding: 20px 30px;
}

@media (min-width:992px) {
    .pro-bbs {
        width: 100%;
        padding: 0;
    }
}

[id^=product01] .logo-wrap .img-box:nth-child(1) {
    border: 1px solid #7cb1d1;
    box-shadow: 0 5px 10px 0 rgba(63, 78, 117, 0.09);
    filter: unset;
}

[id^=product02] .logo-wrap .img-box:nth-child(2) {
    border: 1px solid #7cb1d1;
    box-shadow: 0 5px 10px 0 rgba(63, 78, 117, 0.09);
    filter: unset;
}

[id^=product03] .logo-wrap .img-box:nth-child(3) {
    border: 1px solid #7cb1d1;
    box-shadow: 0 5px 10px 0 rgba(63, 78, 117, 0.09);
    filter: unset;
}

[id^=product04] .logo-wrap .img-box:nth-child(4) {
    border: 1px solid #7cb1d1;
    box-shadow: 0 5px 10px 0 rgba(63, 78, 117, 0.1);
    filter: unset;
}

[id^=product05].logo-wrap .img-box:nth-child(5) {
    border: 1px solid #7cb1d1;
    box-shadow: 0 5px 10px 0 rgba(63, 78, 117, 0.09);
    filter: unset;
}

[id^=product06] .logo-wrap .img-box:nth-child(6) {
    border: 1px solid #7cb1d1;
    box-shadow: 0 5px 10px 0 rgba(63, 78, 117, 0.09);
    filter: unset;
}

[id^=product07] .logo-wrap .img-box:nth-child(7) {
    border: 1px solid #7cb1d1;
    box-shadow: 0 5px 10px 0 rgba(63, 78, 117, 0.09);
    filter: unset;
}

[id^=product08] .logo-wrap .img-box:nth-child(8) {
    border: 1px solid #7cb1d1;
    box-shadow: 0 5px 10px 0 rgba(63, 78, 117, 0.09);
    filter: unset;
}

[id^=product09] .logo-wrap .img-box:nth-child(9) {
    border: 1px solid #7cb1d1;
    box-shadow: 0 5px 10px 0 rgba(63, 78, 117, 0.09);
    filter: unset;
}

[id^=product10] .logo-wrap .img-box:nth-child(10) {
    border: 1px solid #7cb1d1;
    box-shadow: 0 5px 10px 0 rgba(63, 78, 117, 0.09);
    filter: unset;
}

.logo-wrap .img-box:hover,
.logo-wrap .img-box:focus {
    box-shadow: 0 5px 10px 0 rgba(63, 78, 117, 0.09);
    border: 1px solid #7cb1d1;
    filter: unset;
}

.board_pd_view .pd_title_wrap .title {
    letter-spacing: 0;
    font-size: 28px;
    font-weight: 500;
}

.board_pd_view .pd_preview_wrap #pd_preview_text {
    font-size: 17px;
}

/* 블로그 A 게시판 */
#bbsArea .table_blog {}

#bbsArea .table_blog dd {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 30px;
    padding: 20px;
}

#bbsArea .table_blog dd::after {
    display: none;
}

#bbsArea .table_blog .left {
    width: 100%;
}

#bbsArea .table_blog .left a {}

#bbsArea .table_blog .left a span {
    width: 100%;
    height: 260px;
    object-fit: cover;
}

#bbsArea .table_blog .right {}

#bbsArea .table_blog .right .title {}

#bbsArea .table_blog .right .title a {
    font-size: 22px;
}

#bbsArea .table_blog .right .info {}

#bbsArea .table_blog .right .info span {}

#bbsArea .table_blog .right .text {}

#bbsArea .table_blog .right .text p {
    font-size: 16px;
}

/* 블로그 B 게시판 */
#bbsArea .table_blog2 {
    margin: 0 !important;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 50px 20px;
}

#bbsArea .table_blog2::before,
#bbsArea .table_blog2::after {
    display: none;
}

#bbsArea .table_blog2 dd {
    width: 100% !important;
    padding: 0;
}

#bbsArea .table_blog2 dd {}

#bbsArea .table_blog2 .inner {
    border: 0;
}

#bbsArea .table_blog2 .inner .top {}

#bbsArea .table_blog2 .inner .top a {}

#ab02 #bbsArea .table_blog2 .inner .top a span {
    aspect-ratio: 210/297;
    height: auto;
}

#bbsArea .table_blog2 .inner .bottom {
    text-align: center;
    padding: 0;
    margin-top: 15px;
}

#bbsArea .table_blog2 .inner .bottom .title {
    padding: 0;
    margin: 0;
}

#bbsArea .table_blog2 .inner .bottom .title a {
    font-weight: 600;
    font-size: 17px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-wrap: wrap;
}

#bbsArea .table_blog2 .inner .bottom .title a span {
    display: block;
    width: 100%;
    word-break: break-all;

}

#bbsArea .table_blog2 .inner .bottom .info {
    display: none;
}

#bbsArea .table_blog2 .inner .bottom .info span {}


/* 목록 게시판 */
#support01 #bbsArea .board_wrapper {
    display: flex;
    min-height: 600px;
    position: relative;
    gap: 100px;
}

#support01 .board_wrapper::before {
    content: "";
    flex: 1 1 30%;
    background-image: url("/public/img/sub/contact-bg.jpg");
    background-size: cover;
    background-position: center;
    min-height: 100%;
    border-radius: 15px;
    padding: 20px;
}

#support01 .board_wrapper::after {
    content: "무엇이든 문의해 주세요.\A성실하게 답변드리겠습니다.";
    white-space: pre-line;
    position: absolute;
    top: 60px;
    left: 40px;
    color: #fff;
    font-size: 26px;
    font-weight: 400;
    z-index: 2;
    max-width: 40%;
    line-height: 1.4;
    font-family: 'Paperlogy';
    /* text-shadow: 0 0 10px rgba(24, 45, 87, 0.3); */
    letter-spacing: 0;
}

/* 오른쪽 폼 영역 */
#support01 .board_wrapper form {
    flex: 1 1 70%;
    padding: 10px 0;
    background-color: #fff;
    box-sizing: border-box;
    z-index: 3;
}

/* 반응형 대응 */
@media (max-width: 768px) {
    #support01 .board_wrapper {
        flex-direction: column;
    }

    #support01 .board_wrapper::before,
    #support01 .board_wrapper::after {
        display: none;
    }

    #support01 .board_wrapper form {
        flex: 1 1 100%;
        padding: 40px 20px;
    }
}

#bbsArea .board_list_list table {}

#bbsArea .board_list_list col.num_col {}

#bbsArea .board_list_list col.subject_col {}

#bbsArea .board_list_list col.writer_col {}

#bbsArea .board_list_list col.regdate_col {}

#bbsArea .board_list_list thead tr {}

#bbsArea .board_list_list thead tr th {}

#bbsArea .board_list_list tbody tr {}

#bbsArea .board_list_list tbody tr.notice {
    /* background: #dedede; */
}

#notice01 #bbsArea tbody tr.notice {
    /* background: #dedede; */
}

#bbsArea .board_list_list tbody th {}

#bbsArea .board_list_list tbody td {}

#bbsArea .board_list_list tbody td span.badge {
    background: #2163af;
}

#bbsArea .board_list_list tbody td span.badge a {}

#bbsArea .board_list_list tbody th,
#bbsArea .board_list_list tbody td {}

/* 주문폼 */
#bbsArea .board_wrapper {}

#bbsArea form {}

#bbsArea form table {}

#bbsArea form table tr {}

#bbsArea form table th {
    font-size: 16px;
    font-weight: 600;
    color: #222;
    background: #fff;
    border-color: #e5e5e5;
}

#bbsArea form table th span {
    font-size: 16px;
}

#bbsArea form table td {
    border-color: #e5e5e5;
    font-size: 15px;
    padding: 18px;
}

#bbsArea form table tr#item_captcha {}

#bbsArea form .custom_radio+span::before {
    vertical-align: middle;
}

#bbsArea form .custom_radio:checked+span::before {
    color: var(--page-point-color);
}

.search_wrap #search_query {
    vertical-align: top;
}

.search_wrap #search_btn {
    vertical-align: top;
}

img#captcha {
    height: 40px;
    vertical-align: bottom;
}

img#captcha+br {
    display: none;
}

#wr_captcha {
    margin: 0 !important;
}

label.radio-inline {
    margin-top: 0 !important;
}

.radio-inline+.radio-inline {
    margin-left: 25px !important;
}

.board_wrapper .table.board_write_table :where(.input-group, .form-control) {
    width: 350px;
}

.board_write_table p.text-muted.form-caption {
    margin-top: 10px !important;
    font-size: 15px;
    color: #888;
}

.checkbox.privacy_checkbox {
    margin-top: 0 !important;
}

.custom_checkbox:checked+span::before {
    color: var(--page-point-color);
}

.btn.btn-lg {
    width: 200px;
    height: 55px;
    font-size: 18px;
    letter-spacing: 0;
    font-weight: 400;
}

#login_btn {
    width: 100%;
}

/* 푸터 */
footer {
    margin-top: 0px;
    background-color: #1b1c1c;
    color: #fff;
}

footer li {
    font-size: 14px;
    color: #a9a9a9;
    letter-spacing: 0;
    line-height: 1.7;
}

footer li:first-child {
    color: #eee;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 5px;
}

footer li.copy {
    margin-top: 10px;
    color: #666;
    font-size: 11px;
}

footer .footer-info {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    line-height: 1.5;
    color: #444;
    gap: 0 10px;
    align-items: center;
}

footer .footer-wrap {
    padding: 40px 0;
}

.footer-info li.login {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 14px;
    display: none;
}

.footer-info li.login a {
    display: block;
    padding: 2px 15px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: rgba(255, 255, 255, 0.7);
    border-radius: 2px;
    font-size: 12px;
    font-weight: 500;
}

.footer-info li.login a:hover {
    background: #333;
    color: #fff;
}

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

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

/* 푸터 - 대학교형 */
/* #site footer {
    margin-top: 0;
}

#site footer .footer-wrap {
    display: grid;
    grid-template-columns: 1fr;
    letter-spacing: -0.03em;
    background: #fff;
}

@media (min-width: 1440px) {
    #site footer .container {
        width: 1440px;
    }
}

#site .footer-wrap .footer-link {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding: 10px 0;
}

footer .footer-link ul {
    display: flex;
    gap: 50px;
}

footer .footer-link li {}


footer .footer-link li:hover::before {
    width: 100%;
}

footer .footer-link li a {
    color: #333;
    font-weight: 400;
    font-size: 15px;
}

footer .footer-link li.privacy a {}

footer .footer-link li a:hover {
    color: #000;
}

footer .footer-info {
    padding: 50px 0;
}

.footer-info ul {
    display: flex;
    flex-flow: wrap;
    position: relative;
}

.footer-info li:first-child {
    font-size: 16px;
    margin-bottom: 7px;
    letter-spacing: -0.01em;
    color: #111;
    font-weight: 500;
}

.footer-info li {
    font-size: 16px;
    margin-right: 20px;
    color: #666;
}

.footer-info li.copy {
    margin-top: 15px;
    font-size: 12px;
    color: #333;
    opacity: 0.7;
}

.footer-info li.login {
    position: absolute;
    right: 15px;
    bottom: 20px;
}

.footer-info li.login a {
    display: block;
    padding: 5px 15px;
    border: 1px solid #333;
    color: #333;
}

.footer-info li.login a:hover {
    background: #333;
    color: #fff;
}

.footer-info li.clear-fix {
    width: 100%;
} */
/* 반응형 */

@media (max-width: 767px) {
    [lang='en'] .carousel-caption p {
        font-size: 12px;
    }
    .carousel-control {
        font-size: 14px;
    }

    .carousel-indicators li,
    .carousel-indicators li.active {
        width: 6px;
        height: 6px;
    }

    #mainCarousel .carousel-caption p {
        /* font-size: 12px; */
    }

    .navbar-inverse .navbar-toggle {
        border: 0;
        padding: 9px 0;
    }

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

    .navbar-inverse .navbar-toggle:focus,
    .navbar-inverse .navbar-toggle:hover {
        background: none;
        border-color: #222;
    }

    .navbar-inverse .navbar-toggle:focus .icon-bar,
    .navbar-inverse .navbar-toggle:hover .icon-bar {
        background-color: #222;
    }

    .navbar-inverse .navbar-collapse,
    .navbar-inverse .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;
    }
}

@media (min-width: 768px) {
    .navbar-inverse .navbar-nav .dropdown-menu {
        min-width: 180px;
        left: 50%;
        right: auto;
        transform: translate(-50%, 0);
        border-radius: 0;
        overflow: hidden;
        border: 0;
        padding: 7px 7px;
        box-shadow: none;
        background: rgba(0, 0, 0, 0.6);
    }

    .navbar-inverse .navbar-nav .dropdown-menu>li>a:focus,
    .navbar-inverse .navbar-nav .dropdown-menu>li>a:hover {
        background: transparent;
        color: #333;
    }
}

/* 로그인 페이지  */
.navbar-inverse.mem .navbar-brand img {
    filter: none !important;
}

.navbar-inverse.mem {
    background: #fff !important;
}

.navbar-inverse.mem .navbar-brand p {
    color: #111;
}

.navbar-inverse.mem .navbar-nav>li>a {
    color: #222;
}

.login_wrapper {
    background: #f5f5f5;
}

.member_wrapper {
    margin: 170px 0;
    padding: 70px 0;
    background: #fff;
    border-radius: 68px;
}

.member_wrapper h1 {
    font-size: 30px;
    border: 0;
    margin-bottom: 30px;
    padding-bottom: 0;
}

.member_wrapper h1+p {
    text-align: center;
    color: #666;
    line-height: 1.8;
    margin-bottom: 30px;
    font-size: 17px;
}

#login_form .form-group {}

#login_btn {
    margin: 0 auto;
    width: 100%;
    height: 55px;
}

.login_extra {}

.login_extra ul {}

.login_extra ul li {}

.login_extra ul li a {}

#find_btn {
    width: 100%;
}

@media (max-width:576px) {
    #login_btn {
        margin: 0 auto;
        width: 129px;
        font-size: 15px;
        height: 45px;
    }

    .member_wrapper {
        margin: 120px 0;
        padding: 50px 31px;
        background: #fff;
        border-radius: 35px;
    }

    .member_wrapper h1+p {
        margin-bottom: 20px;
        font-size: 13px;
    }

    .member_wrapper h1 {
        font-size: 18px;
        margin-bottom: 17px;
    }
}

/* 페이지 준비중 */
.txt-area {
    padding: 40px 25px;
    background: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 350px;
    flex-direction: column;
    gap: 14px;
    border-radius: 30px;
}

.txt-area i {
    font-size: 45px;
}

.txt-area p {
    font-size: 30px;
    font-weight: 500;
    color: #212121;
    text-align: center;
}

.txt-area p+p {
    font-size: 18px;
    margin-top: 15px;
}

/* 로그인페이지 */
:is(.find_container, .login_container) .member_wrapper .form-group {
    height: 52px
}

:is(.find_container, .login_container) .member_wrapper .form-group input {
    border: 0;
    padding-left: 0
}

:is(.find_container, .join_container, .join_write_container, .login_container) .form-group {
    height: 45px
}

:is(.find_container, .join_container, .join_write_container, .login_container) .member_wrapper {
    padding: clamp(30px, 4vw, 60px) clamp(20px, 3vw, 60px);
    border-radius: 30px;
    background: #fff
}

:is(.find_container, .join_container, .join_write_container) .member_wrapper {}

:is(.find_container, .login_container) :is(.member_wrapper) {
    max-width: 500px
}

@media (width <=767.98px) {
    :is(.find_container, .join_container, .join_write_container, .login_container) {
        width: 100%;
        padding: 0 15px
    }

    :is(.find_container, .join_container, .join_write_container, .login_container) .member_wrapper {
        width: 100%;
        margin: 0 auto
    }
}

.member_wrapper {
    max-width: 1140px;
    padding-top: 120px;
    padding-bottom: 200px;
    margin: 0 auto
}

.member_wrapper h1 {
    margin-top: 0;
    font-size: clamp(28px, 3vw, 34px);
    line-height: 1;
    font-weight: 700;
    text-align: center;
    border: 0;
    margin-bottom: 20px;
    padding-bottom: 0px;
    letter-spacing: -0.03em
}

.member_wrapper h1+p {
    line-height: 1.4;
    font-size: clamp(13px, 3vw, 15px);
    height: 80px;
    margin-bottom: 0;
    text-align: center;
    color: #666
}

.member_wrapper .text-center {
    margin-top: 40px
}

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

.member_wrapper #login_form input {
    padding-left: 5px;
    font-size: 15px
}

#login_form .form-group label {
    position: relative
}

#login_form .form-group label[class*="label-"] {
    text-indent: -9999px
}

#login_form .form-group label::before {
    position: absolute;
    text-indent: 0;
    font-family: var(--gms);
    font-variation-settings: var(--gms-300-out);
    font-size: 22px;
    color: #888;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 1
}

#login_form .form-group:focus-within label[class*="label-"]::before {
    color: #000
}

#login_form .form-group label.label-id::before {
    content: "\e7fd"
}

#login_form .form-group label.label-pw::before {
    content: "\e897"
}

#login_form .form-group label.label-email::before {
    content: "\e0e6"
}

@media (width <=767.98px) {
    .member_wrapper {
        padding: 60px 30px
    }

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

    .member_wrapper :where(#login_form, #login_form input) {
        font-size: clamp(13px, 3vw, 14px)
    }

    .member_wrapper #login_form input {
        border: 0;
        padding-right: 35px
    }
}

.member_wrapper .join_agree .join_agree_box {
    width: auto;
    height: 250px;
    border: 1px solid var(--page-grey-color);
    padding: 15px;
    overflow-y: scroll;
    line-height: 1.5
}

@media (min-width: 768px) {
    .member_wrapper #login_form .control-label {}
}

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

.member_wrapper .join_agree_box+.checkbox label {
    display: flex;
    align-items: center;
    padding-left: 0;
    font-size: clamp(13px, 2vw, 14px)
}

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

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

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

@media (width <=767.98px) {
    .member_wrapper .join_agree_box+.checkbox>a {
        font-size: 0.75em
    }
}

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

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

.member_wrapper .form-group:focus-within {
    z-index: 100;
    border-color: var(--page-point-color)
}

.member_wrapper .form-group:focus-within span.material-symbols-outlined {
    opacity: 1;
    color: var(--page-point-color)
}

.member_wrapper .form-group:nth-of-type(1) {
    margin-bottom: -1px !important
}

.member_wrapper .form-group:nth-of-type(2) {
    margin-bottom: 0px !important
}

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

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

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

@media (width <=767.98px) {
    .member_wrapper .form-group>div:last-child {
        width: 100%
    }
}

:is(#find_btn, #login_btn) {
    margin-top: 25px;
    height: 50px;
    width: 100%;
    border-radius: 9999px
}

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

@media (width <=767.98px) {
    :is(#find_idpw, .join_wrapper, .login_wrapper) {
        margin-top: 0;
        position: relative;
        padding: 30px 0 100px;
        height: auto
    }
}

:where(#find_idpw, .login_wrapper) {
    display: flex;
    justify-content: center;
    align-items: center
}

@media (width >=992px) {
    :where(#find_idpw, .login_wrapper) {
        padding: 0 !important;
        height: calc(var(--svh100) - var(--navbar-height)) !important
    }
}

@media (height <=700px) {
    :where(#find_idpw, .login_wrapper) {
        height: auto;
        min-height: 700px;
        align-items: flex-start
    }
}

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

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

.member_wrapper .login_extra li>a {
    font-size: clamp(13px, 3vw, 14px)
}

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

.member_wrapper .login_extra li+li::before {
    content: none !important
}

@media (width <=767.98px) {
    .member_wrapper .login_extra ul {
        width: 100%;
        display: flex;
        justify-content: center
    }

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

@media (width <=767.98px) {
    .member_wrapper #join_form tr th {
        padding: 10px 20px;
        margin-bottom: 10px
    }

    .member_wrapper #join_form tr td {
        display: flex;
        padding-left: 0;
        padding-right: 0;
        padding-top: 10px;
        padding-bottom: 10px;
        gap: 5px
    }

    .member_wrapper #join_form tr td>div:has(textarea) {
        width: 100%
    }

    .member_wrapper #join_form tr td[style="vertical-align:middle"] {
        align-items: center;
        padding-inline: 20px
    }

    .member_wrapper #join_form tr td[style="vertical-align:middle"] span {
        margin-top: 0
    }

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

.member_wrapper .join_agree h4 {
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 500
}

.member_wrapper .table {
    width: 100%
}

.member_wrapper .table tbody {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 20px
}

.member_wrapper .table tbody tr {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 4fr);
    margin-bottom: -1px
}

.member_wrapper .table tbody tr th {
    text-align: left;
    width: auto;
}

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

.member_wrapper .table tbody tr td {
    padding-inline: 15px;
    display: flex;
    gap: 5px
}

.member_wrapper .table tbody tr :where(th, td) {
    display: block;
    font-size: clamp(13px, 3vw, 15px);
}

@media (width <=767.98px) {
    :where(.member_wrapper .table, .member_wrapper .table :where(tbody, tbody tr)) {
        display: block;
        width: 100%
    }

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

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

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

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

    .member_wrapper .table .files_upload_wrap .files input {
        width: auto
    }

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

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

:is(.privacy_container, .agreement_container) {
    text-align: left
}

:is(.privacy_container, .agreement_container) h1 {
    font-size: clamp(28px, 3vw, 38px);
    font-weight: 700;
    margin-bottom: 40px
}

:where(.privacy_container, .agreement_container) .privacy_body {
    font-size: 1rem;
    line-height: 1.6em;
    padding-inline: clamp(20px, 3vw, 50px)
}

@media (max-width: 767.98px) {
    :where(.privacy_container, .agreement_container) .member_wrapper {
        padding: 50px 30px
    }
}

.maintenance {
    background: #f4f4f4;
    padding: 120px 25px;
    text-align: center;
    border-radius: 20px
}

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

.maintenance .big-cont {
    display: block;
    line-height: 1;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: -0.05em;
    margin-bottom: 20px
}

.maintenance .small-cont {
    display: block;
    line-height: 1.5;
    font-size: 14px;
    letter-spacing: -0.03em;
    color: #818181;
    margin-bottom: 20px
}

@keyframes menuOpen {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@media (max-width:1199px) {
    #support01 #bbsArea .board_wrapper {
        display: flex;
        min-height: 100%;
        position: relative;
        gap: 60px;
        flex-direction: column;
    }

    #support01 .board_wrapper::before {
        content: "";
        flex: unset;
        background-image: url(/public/img/sub/contact-bg.jpg);
        background-size: cover;
        background-position: center;
        min-height: 200px;
        border-radius: 15px;
        padding: 20px;
    }
}

@media (max-width:991px) {
    [lang='en'] .greet-wrap .tit-box h2 {
        font-size: 19px;
    }
    [lang='en'] .main-contact-wrap .main-contact .caption {
        font-size: 14px;
        padding: 0 5px;
    }

    #bbsArea .board_wrapper {
        overflow-x: auto;
    }

    #bbsArea .board_list_list col.subject_col {
        width: 200px !important;
    }

    .navbar-brand {
        height: 40px;
    }

    .navbar-inverse .navbar-nav>li>a {
        font-size: 16px;
        padding: 20px 35px;
        min-width: 100%;
    }

    #site {
        padding-top: 60px;
    }

    #site .nav-top {
        gap: 10px;
    }

    #site .nav-top button {
        font-size: 12px;
    }

    #mainCarousel .carousel-inner .item {
        height: 500px;
    }

    .carousel-caption h1 span>span {
        margin-bottom: 5px;
        font-size: 16px;
        padding-left: 10px;
    }

    .carousel-caption h1 {
        font-size: 40px;
    }

    .carousel-caption p {
        margin-top: 30px;
        font-size: 18px;
    }

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        font-size: 25px;
    }

    .carousel-indicators li {
        width: 10px;
        height: 10px;
        margin: 0 5px;
    }

    .carousel-indicators li.active {
        width: 10px;
        height: 10px;
        margin: 0 5px;
    }

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

    .main-tit h3 {
        font-size: 28px;
    }

    .main-tit {
        margin-bottom: 40px;
    }

    .main-pro {
        grid-template-columns: repeat(2, 1fr);
    }

    .main-pro a {
        padding: 20px 20px;
        height: 100px;
    }

    .main-con#main02>.container .text {
        display: flex;
        align-items: center;
        flex-direction: column;
        gap: 20px;
    }

    .main-con#main02>.container .text h3 {
        font-size: 25px;
    }

    ul.li-contact {
        gap: 5px;
    }

    ul.li-contact li {
        gap: 10px;
        font-size: 15px;
    }

    ul.li-contact strong {
        font-size: 15px;
        margin-right: 0;
    }

    .main-contact-wrap .main-contact {
        padding: 1rem 0;
        gap: 1rem;
        width: 14rem;
    }

    .main-contact-wrap .main-contact .material-symbols-outlined {
        font-size: 2.8rem;
    }

    .main-contact-wrap .main-contact .caption {
        font-size: 15px;
    }

    footer .footer-wrap {
        padding: 30px 0;
    }

    footer li {
        font-size: 12px;
    }

    footer li:first-child {
        font-size: 14px;
        margin-bottom: 5px;
    }

    #site .nav-top {
        right: 15px;
    }

    .navbar-inverse .navbar-nav .dropdown-menu {
        min-width: 100%;
    }

    .subpage-header {
        height: 235px;
    }

    .subpage-title h2 {
        font-size: 35px;
    }

    .snb ul {
        margin: 40px 0 0 0;
    }

    .snb a {
        padding: 14px 10px;
        font-size: 15px;
    }

    .subpage-content {
        padding: 70px 0 100px;
    }

    .title-h3 h3 {
        font-size: 28px;
    }

    .greet-box .img-box {
        margin-top: 0;
    }

    .title-h3 {
        margin-bottom: 50px;
    }

    .greet-wrap .tit-box {
        margin-bottom: 40px;
        padding-top: 0;
    }

    #ab01 .subpage-content::before {
        height: 250px;
    }

    .greet-wrap .tit-box h2 {
        font-weight: 600;
        font-size: 22px;
        line-height: 1.8;
        font-family: 'Paperlogy';
        letter-spacing: 0;
    }

    .greet-box .txt-box p {
        margin-bottom: 20px;
        font-size: 15px;
    }

    .greet-wrap .greet-box {
        grid-template-columns: 1FR;
        gap: 50px;
    }

    .greet-box .txt-box p:last-child {
        margin-top: 20px;
    }

    .greet-box .img-box img {
        object-fit: cover;
        height: 300PX;
    }

    .history-wrap {
        align-items: flex-start;
        flex-direction: column;
        gap: 50px;
    }

    .history-wrap .img-box {
        width: 100%;
        margin-right: 0;
    }

    .history-wrap .img-box img {
        width: 100%;
        height: 300px;
        object-fit: cover;
    }

    .history-box {
        width: 100%;
    }

    .timeline h6 {
        font-size: 30px;
    }

    .timeline {
        grid-template-columns: 140px 1fr;
        padding: 20px 0;
    }

    .timeline ul li {
        font-size: 15px;
        grid-template-columns: 55px 1fr;
    }

    .location-wrap .wrap_map {
        height: 400px !important;
    }

    .location-wrap .map-info {
        grid-template-columns: 200px 1fr;
        margin: 40px 0 0;
        width: 100%;
        justify-content: space-between;
        gap: 35px;
    }

    .map-info .company {
        justify-content: space-between;
        padding: 25px 20px;
        height: 130px;
        margin-top: 0;
    }

    .map-info .company span {
        font-size: 12px;
    }

    .map-info .company h5 {
        font-size: 18px;
    }

    .map-info .map-list li {
        font-size: 14px;
        grid-template-columns: 100px 1fr;
    }

    .map-info .map-list span {
        font-size: 14px;
        padding-left: 30px;
    }

    .map-info .map-list span::before {
        font-size: 16px;
        height: 15px;
    }

    .logo-wrap {
        margin-top: 55px;
        grid-template-columns: repeat(4, 1fr);
    }

    .logo-wrap .img-box img {
        width: 100%;
        height: 60px;
        padding: 10px 15px;
        background: #fff;
    }

    .title-h3 img {
        height: 55px;
    }
    [lang='en'] .timeline ul li {
        font-size: 12px;
        grid-template-columns: 80px 1fr;
    }
    [lang='en'] .map-info .company h5 {
        font-size: 16px;
    }
    #wr_captcha {
        width: 100%;
    }
}

@media (max-width:767px) {
    [lang='en'] .greet-wrap .tit-box h2 {
        font-size: 17px;
    }
    .navbar-inverse {
        padding: 15px 0;
    }

    .navbar-brand {
        margin-left: 15px !important;
    }

    .navbar-inverse .navbar-nav>li>a {
        font-size: 16px;
        padding: 10px 30px;
        min-width: 100%;
    }

    .navbar-inverse .navbar-nav .dropdown .dropdown-menu>li>a {
        padding: 7px 15px;
        font-size: 14px;
        background: #000;
    }

    #site .nav-top {
        top: 33px;
        right: 60px;
    }

    #site {
        padding-top: 78px;
    }
}

@media (max-width:576px) {
    .logo-wrap {
        margin-top: 55px;
        grid-template-columns: repeat(3, 1fr);
    }

    .timeline ul li {
        font-size: 12px;
        grid-template-columns: 40px 1fr;
    }

    .timeline {
        grid-template-columns: 85px 1fr;
        padding: 15px 0;
    }

    .timeline h6 {
        font-size: 21px;
    }

    .greet-box .txt-box p {
        margin-bottom: 20px;
        font-size: 14px;
    }

    .subpage-header {
        height: 180px;
    }

    .subpage-title h2 {
        font-size: 25px;
    }

    .snb a {
        padding: 8px 10px;
        font-size: 13px;
    }

    .subpage-content {
        padding: 55px 0 80px;
    }

    .title-h3 h3 {
        font-size: 25px;
    }

    .greet-wrap .tit-box h2 {
        font-weight: 600;
        font-size: 18px;
        line-height: 1.8;
        font-family: 'Paperlogy';
        letter-spacing: 0;
    }

    #mainCarousel .carousel-inner .item {
        height: 400px;
    }

    .carousel-caption h1 span>span {
        margin-bottom: 4px;
        font-size: 14px;
    }

    .carousel-caption h1 {
        font-size: 28px;
    }

    .carousel-caption p {
        margin-top: 20px;
        font-size: 14px;
    }

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        font-size: 18px;
    }

    .main-tit h3 {
        font-size: 22px;
    }

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

    .main-pro {
        grid-template-columns: repeat(1, 1fr);
    }

    .main-pro a {
        padding: 15px 20px;
        height: 80px;
    }

    .main-con#main02>.container {
        flex-direction: column;
        align-items: start;
        gap: 25px;
        justify-content: space-between;
    }

    .main-con#main02 {
        padding: 45px 0;
    }

    .main-con#main02>.container .text h3 {
        font-size: 20px;
    }

    ul.li-contact li {
        gap: 10px;
        font-size: 13px;
    }

    ul.li-contact strong {
        font-size: 13px;
        margin-right: 0;
    }

    .main-contact-wrap .main-contact .material-symbols-outlined {
        font-size: 1.8rem;
    }

    .main-contact-wrap .main-contact .caption {
        font-size: 12px;
    }

    .location-wrap .map-info {
        grid-template-columns: 1fr;
        margin: 0 0 0;
        width: 100%;
        justify-content: space-between;
        gap: 20px;
    }

    .map-info .company {
        border-radius: 0;
    }

    .location-wrap .wrap_map {
        height: 300px !important;
    }

    .logo-wrap .img-box img {
        width: 100%;
        height: 50px;
        padding: 5px 10px;
        background: #fff;
    }

    .board_goods_list .table_pd {
        grid-template-columns: repeat(1, 1fr);
        gap: 40px;
    }

    .board_wrapper .table.board_write_table :where(.input-group, .form-control) {
        width: 100%;
    }

    #bbsArea form table tr#item_captcha td {
        display: flex !important;
        align-items: center;
        gap: 10px;
    }
}