@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');
@import url('https://fonts.googleapis.com/css2?family=East+Sea+Dokdo&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

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

html {
    visibility: hidden;
}
html[lang='en'],
html[lang='cn']{
    word-break: break-all;
}
html.no-js {
    visibility: visible;
}

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

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

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

a:focus {
    outline: none;
}

.contents_inner {
    overflow: hidden !important;
}

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

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

.lang-wrap {
    display: flex;
    gap: 20px;
    position: relative;
    justify-content: end;
}

.lang-wrap button {
    position: relative;
    background: transparent;
    border: 0;
    font-size: 14px;
    letter-spacing: 0;
    color: #333;
    opacity: 0.4;
    font-weight: 800;
    line-height: 1;
}

.lang-wrap button+button:before {
    position: absolute;
    content: "";
    top: 50%;
    left: -9px;
    transform: translateY(-50%);
    background: #111;
    opacity: 0.6;
    width: 1px;
    height: 10px;
}

.lang-wrap button.active {
    opacity: 1;
}

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

#gnbauth i {
    display: none;
}

.caret {
    display: none;
}

#list_btn {
    display: none;
}

.board_wrapper {
    margin-top: 0;
}

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

:root {
    --page-point-color: #30479C;
    --page-point-color-hover: #0a2832;
    --icons: "material symbols outlined";
}

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

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

@media (min-width:1200px) {

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

.login_container,
.find_container {
    padding: 200px 0;
}


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

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

.navbar-brand>span {
    display: flex;
    gap: 15px;
    align-items: center;
}

.navbar-brand p {
    margin: 0;
    font-size: 22px;
    color: #222;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.07em;
    font-weight: 800;
}

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

.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 {
        width: 100%;
        padding: 0 15px;
        max-width: 1630px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .navbar-inverse>.container>.lang-wrap {
        width: 230px;
    }

    .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 {
        min-width: 160px;
        right: auto;
        z-index: 1030;
        padding: 20px 0;
        border: 0;
        background: #fff;
        left: 50%;
        top: 95%;
        transition: all 0.3s ease;
        transform: translate(-50%, 0);
        overflow: hidden;
        border-radius: 10px;
        box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
    }

    .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: unset;
        color: #fff;
    }

    .navbar-inverse.on .navbar-right>li>a {
        color: #333;
    }

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

.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::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 .dropdown .dropdown-menu>li {}

.navbar-inverse .navbar-nav .dropdown .dropdown-menu>li>a {
    text-align: center;
    padding: 8px 15px;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.2s;
    color: #666;
}

.navbar-inverse .navbar-nav .dropdown .dropdown-menu>li>a:hover {
    color: var(--page-point-color);
    background: transparent;
    font-weight: 600;
}

.navbar-inverse .navbar-nav .dropdown .dropdown-menu>li:hover>a {
    color: var(--page-point-color);
    background: transparent;
}

.navbar-inverse .navbar-nav>li>a {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    padding: 36px 50px;
    text-align: center;
    letter-spacing: 0;
    line-height: 24px;
}

.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: var(--page-point-color);
}

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

@media (max-width:767px) {
    .navbar-inverse .navbar-nav {
        display: flex;
        flex-direction: column;
        overflow: hidden auto;
        position: relative;
        width: 100%;
        margin: 0;
    }

    .navbar-inverse .navbar-nav>li>a {
        text-align: center;
        display: flex;
        align-items: center;
        width: 100%;
        padding: 15px 15px;
        background-color: #fff;
        border-bottom: 1px solid #eee;
        color: #000;
        font-weight: 600;
        font-size: 16px;
    }

    .navbar-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 0 !important;
    }

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

    .navbar-brand {
        height: 27px;
    }

    .navbar-inverse .navbar-nav>li>a:hover {
        color: #fff;
        background: var(--page-point-color);
    }

    .navbar-nav .open .dropdown-menu {
        display: flex;
        flex-direction: column;
    }

    .navbar-inverse .navbar-nav .dropdown .dropdown-menu>li>a {
        text-align: left;
        padding: 8px 15px;
        font-size: 16px;
        font-weight: 500;
    }

    .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: var(--page-point-color);
    }

    .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: #fff;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
        color: var(--page-point-color);
        background-color: transparent;
    }

    .navbar-inverse .navbar-nav .dropdown .dropdown-menu {
        padding: 0;
        background: #eee;
    }

    .navbar .dropdown-toggle::after {
        all: unset;
        box-sizing: border-box;
        content: "\e5cf";
        font-family: var(--icons);
        margin-left: auto;
        font-size: 15px;
    }

    .navbar .dropdown.open .dropdown-toggle::after {
        content: "\e5ce";
    }
}





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

#mainCarousel .carousel-inner .item,
#mainCarousel .carousel-inner .item,
.main_swiper_widget .swiper-slide,
.main_swiper_widget .swiper:not(.swiper-initialized) {
    height: calc(100vh - 96px);
}

#mainCarousel .carousel-inner {}

.main_swiper_widget .swiper-caption {
    position: absolute;
}

#mainCarousel .carousel-inner .item::before,
.main_swiper_widget .swiper-bg::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}

/* 슬라이드 글자*/
.swiper-caption,
.carousel-caption {
    top: 50%;
    padding: 0 15px;
    max-width: 1330px;
    width: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    right: unset;
}

.swiper-caption h1,
.carousel-caption h1 {
    color: #FFF;
    font-size: 64px;
    font-weight: 700;
    line-height: 1.3;
    text-shadow: none;
    letter-spacing: -0.02em;
    text-align: left;
    margin: 0;
}

.carousel-caption span {
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.6;
    display: block;
    letter-spacing: 0.05em;
    margin-bottom: 15px;
}

.swiper-caption p,
.carousel-caption p {
    font-weight: 300;
    text-shadow: none;
    margin-top: 35px;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: -0.5px;
}

/* 슬라이드 버튼 */
.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 150px;
}

#main01 {
    position: relative;
    overflow: hidden;
}

#main01::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -149px;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #FFF 0%, #E7E8F0 43.52%, #FFF 91.17%);
}

.main-tit {
    margin-bottom: 80px;
    text-align: center;
}

.main-tit h3 {
    color: #333;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    letter-spacing: -1px;
}

.main-product {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
}

.pro-slide {
    background: #fff;
    border-radius: 20px;
    margin-bottom: 0 !important;
    overflow: hidden;
}

.pro-slide .slide-box:hover {
    text-decoration: none;
}

.pro-slide .img-box {
    border-radius: 10px;
    overflow: hidden;
    height: 360px;
}

.pro-slide .img-box img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.pro-slide .tit {
    padding: 25px 0 48px;
    text-align: center;
}

.pro-slide .tit span {
    color: #333;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: 0;
    display: block;
    margin-bottom: 15px;
}

.pro-slide .tit p {
    color: #30479C;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: 0;
}

.pro-slide .slick-dots {
    bottom: 25px;
    display: flex;
    gap: 6px;
    justify-content: center;
}

.pro-slide .slick-dots li {
    width: 8px;
    height: 8px;
    margin: 0;
}

.pro-slide .slick-dots li button {
    width: 8px;
    height: 8px;
}

.pro-slide .slick-dots li button::before {
    width: 8px;
    height: 8px;
    content: "";
    font-family: unset;
    background: #ddd;
    opacity: 1;
    line-height: unset;
    border-radius: 50%;
}

.pro-slide .slick-dots li.slick-active {}

.pro-slide .slick-dots li.slick-active button::before {
    background: #7283C2;
}

#main02 {
    padding: 118px 0;
    background: url("/public/img/main/main02Bg.png") no-repeat center / cover;
    border-radius: 30px 30px 0 0;
}

.contact-box {}

.contact-box span {
    color: #FFF;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0;
    display: block;
    margin-bottom: 15px;
}

.contact-box p {
    color: #FFF;
    font-size: 60px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.02em;
    margin-bottom: 26px;
}

.contact-box ul {
    display: flex;
    gap: 25px;
    align-items: center;
}

.contact-box ul li {
    display: flex;
    align-items: center;
    gap: 7px;
    color: #FFF;
    font-size: 19px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
}

.contact-box ul li svg {}

/* 서브 페이지 */
.breadcrumb {
    padding: 0;
    margin: 0;
    background: transparent;
    position: absolute;
    right: 0;
    bottom: 24px;
    display: flex;
    align-items: center;
    gap: 32px;
}

.breadcrumb li {
    font-size: 14px;
    position: relative;
    color: #999;
}

.breadcrumb li:nth-child(2) {}

.breadcrumb li.active {
    opacity: 1;
    font-weight: 600;
}

.breadcrumb>li+li:before {
    padding: 0;
    font-family: var(--icons);
    content: "\e5e1";
    position: absolute;
    top: 2px;
    left: -21px;
    font-size: 12px;
    font-weight: 400;
    color: #ccc;
}

.breadcrumb li a {}

.breadcrumb li a span {
    font-size: 16px;
    width: 16px;
    height: 16px;
    --fill: 1;
    color: #777;
    margin-top: 3px;
}

.subpage-header {
    position: relative;
    height: 500px;
}

.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/subBg02.png") 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 p {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 21px;
    letter-spacing: -0.01em;
    margin-bottom: 25px;
}

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

/* [ subpage-navbar ] */
.snb {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 60px;
    z-index: 10;
}

.snb ul.nav {
    display: flex;
    align-items: center;
    border-radius: 10px;
    background: rgba(21, 65, 131, 0.22);
    backdrop-filter: blur(15px);
    width: fit-content;
    margin: 0 auto;
}


.snb ul.nav>li:last-child::after {
    content: none;
}

.snb ul>li {}

.snb ul>li.home {
    min-width: 60px;
    text-align: center;
    height: 60px;
}

.snb ul>li.home a {
    padding: 18px;
    height: 100%;
}

.snb ul>li.home a svg {
    width: 24px;
    height: 24px;
    padding: 3px;
}

.snb ul>li.home a:hover {
    background: transparent;
    color: #000;
}

.snb ul>li.home a:hover i {
    color: #333;
}

.snb ul>li.home span {
    display: block;
    font-size: 20px;
    --wght: 400;
    --fill: 1;
    padding: 0 10px;
    color: #18abff;
}

.snb ul>li.dropdown {
    position: relative;
    cursor: pointer;
    transition: all 0.1s ease;
    min-width: 150px;
}

.snb ul.nav>li+li::before {
    content: '';
    width: 1px;
    height: 18px;
    background: rgb(255 255 255 / 20%);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.snb ul>li.dropdown.open {
    background: transparent;
}

.snb ul>li.dropdown .dropdown-toggle {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 18px 70px;
    font-size: 17px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.02em;
}

.snb ul>li.dropdown .dropdown-toggle span {
    line-height: 1;
    letter-spacing: 0.02em;
}

.snb ul>li.dropdown.open span {
    background: transparent;
    /* font-weight: 700; */
}

.snb ul>li.dropdown .dropdown-toggle .material-symbols-outlined {
    transform: rotate(0deg);
    font-size: 16px;
    width: 20px;
    aspect-ratio: 1;
    border-radius: 100%;
    background: rgba(255, 255, 255, 0.15);
    color: rgb(255 255 255 / 60%);
    padding-top: 2px;
}

.snb ul>li.dropdown.open .dropdown-toggle .material-symbols-outlined {
    transform: rotate(180deg);
    background: var(--page-point-color);
    opacity: 1;
    color: #fff;
}

.snb ul>li.dropdown .dropdown-menu {
    margin: 0;
    padding: 20px 0;
    border-radius: 0 0 5px 5px;
    box-shadow: none;
    top: 100%;
    right: 0;
    left: auto;
    width: 100%;
    border-top: 0;
    overflow: hidden;
    background: #fff;
    color: #000;
    border: 1px solid #e0e0e0;
    transition: all 0.3s ease;
}

.snb ul>li.dropdown .dropdown-menu li {}

.snb ul>li.dropdown .dropdown-menu li:last-child {
    border-bottom: 0;
}

.snb ul>li.dropdown .dropdown-menu li a {
    padding: 5px;
    font-size: 16px;
    color: #777;
    text-align: center;
    text-decoration: none;
    background: #fff;
    font-weight: 500;
    transition: all 0.15s;
    display: block;
    line-height: 1.6;
}

.snb ul>li.dropdown .dropdown-menu li a:hover {
    color: var(--page-point-color);
    font-weight: 600;
}

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

.subpage-content .con {}

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

.title-h3 h3 {
    text-align: center;
    color: #333;
    font-size: 42px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.01em;
}

/* 인사말 */
.greet-wrap {
    max-width: 1100px;
    margin: 0 auto;
    width: 100%;
    display: grid;
    grid-template-columns: 500px 1fr;
    gap: 80px;
    align-items: flex-end;
}

.greet-wrap .img-box {}

.greet-wrap .img-box img {
    width: 100%;
    object-fit: cover
}

.greet-wrap .txt-box {}

.greet-wrap .txt-box p {
    color: #555;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: -0.01em;
}

.greet-wrap .txt-box p+p {
    margin-top: 30px;
}

.greet-wrap .txt-box p.bold {
    color: #333;
    font-weight: 500;
}

.greet-wrap .txt-box p.name {
    margin-top: 50px;
    text-align: end;
    color: #333;
    font-weight: 600;
}

/* 연혁 */
.history-wrap {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
}

.history-wrap .table-box {}

.table-style02 {
    width: 100%;
    border-top: 1px solid #333;
    /* border-right: 2px solid #fff; */
}

.table-style02 td,
.table-style02 th {
    border-right: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
}

.table-style02 td {
    height: 76px;
    padding: 15px 30px;
    border-right: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
}

.table-style02 td:last-child {
    width: 280px;
    font-size: 17px;
    font-weight: 500;
    color: #333;
    text-align: center;
    border-right: none;
}

.table-style02 td.spec {
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: center;
}

.table-style02 td.spec img {
    margin: 0;
}

.table-style02 th {
    padding: 18px 15px;
    color: #333;
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.01em;
    width: 200px;
}

.table-style02 ul {}

.table-style02 li {
    display: flex;
    gap: 20px;
    color: #333;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: -0.01em;
}

.table-style02 li span {
    color: #333;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: -0.01em;
}

.table-style02 td img {}

/* 오시는 길 */
.location-wrap {
    display: flex;
    flex-direction: column;
    gap: 100px;
}

.loaction-box {}

.loaction-box .map-info {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.loaction-box iframe {}

.map-tit {}

.map-tit h6 {
    margin-bottom: 14px;
    color: #333;
    font-size: 32px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.01em;
}

.map-tit p {
    color: #555;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.01em;
}

.map-list {
    display: flex;
    flex-direction: column;
}

.map-list .list {
    padding: 6px 0;
    display: grid;
    grid-template-columns: 100px 1fr;
    gap: 6px;
}

.map-list .list .icon {
    display: flex;
    align-items: center;
    gap: 10px;
}

.map-list .list .icon svg {}

.map-list .list .icon span {
    color: #333;
    font-size: 17px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0;
}

.map-list .list p {
    color: #555;
    font-size: 18px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0;
}

/* 제품소개 설비 */
.product-wrap {
    display: grid;
    grid-template-columns: 190px 1fr;
    gap: 100px;
    align-items: flex-start;
}

.product-list {
    border-radius: 10px;
    border: 1px solid #6F84D0;
    background: #FFF;
    box-shadow: 7px 7px 30px 10px rgba(0, 0, 0, 0.07);
    overflow: hidden;
}

.product-list li {
    overflow: hidden;
}

.product-list li+li {
    border-top: 1px solid #D5DDFB;
}

.product-list li a {
    padding: 12px 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: -0.2px;
    color: var(--page-point-color);
}

.product-list li.active {
    background: #30479C;
}

.product-list li.active a {
    color: #fff;
    font-weight: 600;
}

.product-box {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.product-box .intro-box {
    display: grid;
    grid-template-columns: 500px 1fr;
    border-radius: 10px;
    overflow: hidden;
}

.intro-box .img-box {}

.intro-box .img-box img {
    object-fit: cover;
}

.intro-box .txt-box {
    display: flex;
    padding: 0 50px;
    align-items: center;
    border-radius: 0 15px 15px 0;
    background: #F5F7FD;
}

.intro-box .txt-box p {
    color: #333;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.8;
    /* 32.4px */
    letter-spacing: -0.01em;
}

.detail-box {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.detail-box .inner {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.detail-tit {}

.detail-tit h6 {
    color: #333;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.4;
    /* 30.8px */
    letter-spacing: -0.01em;
    margin-bottom: 0;
}

.detail-tit h6+p {
    margin-top: 10px;
}

.detail-tit p {
    color: #333;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    /* 27px */
    letter-spacing: -0.01em;
}

#product01_01 .detail-img {
    flex-flow: unset;
    display: flex;
    gap: 15px;
}

.detail-img {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px 15px;
}

.detail-img img {
    width: 100%;
    height: 135px;
    border-radius: 5px;
}

.detail-feat {
    display: grid;
    grid-template-columns: 500px 1fr;
}

.detail-feat .img-box {
    border-radius: 10px;
    overflow: hidden;
}

.detail-feat .img-box img {
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.detail-feat .txt-box {
    display: flex;
    padding: 0 50px;
    align-items: center;
    border-radius: 0 15px 15px 0;
}

.detail-feat .txt-box p {
    font-size: 17px;
    line-height: 1.6;
    letter-spacing: -0.01em;
}

.dot-list {
    padding-left: 5px;
}

.dot-list li {
    position: relative;
    color: #333;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.6;
    /* 27.2px */
    letter-spacing: -0.01em;
    padding-left: 15px;
}

.dot-list li+li {}

.dot-list li::before {
    position: absolute;
    content: "";
    width: 4px;
    aspect-ratio: 1;
    border-radius: 50%;
    left: 0;
    background: #333;
    top: 10px;
}

.detail-feat .txt-box .dot-list {}

.detail-feat .txt-box .dot-list li {}

.detail-feat .txt-box .dot-list li+li {}

.detail-feat .txt-box .dot-list li::before {}

.table-box {
    width: 100%;
    max-width: 100%;
    min-width: 0;
}

.table-box .table-style01 {width: 100%;}

.table-style01 th,
.table-style01 td {
    border-left: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
    text-align: center;
    padding: 12px 15px;
}

.table-style01 thead th {
    border-top: 1px solid #333;
}

.table-style01 tbody th {}

.table-style01 td {
    color: #666;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
}
.product-box {
    min-width: 0;
    max-width: 100%;
}
.table-style01 tr>td:first-child {
    border-left: none;
}

.table-style01 td:last-child {}

.table-style01 th {
    background: #F6F6F6;
    font-size: 16px;
    color: #333;
    line-height: 1.6;
    font-weight: 600;
}

.table-style01 th:first-child {
    border-left: 0;
}

/* 제품소개 소모품 */
.use-box {}

.use-box .desc-box {
    display: flex;
    padding: 40px;
    flex-direction: column;
    gap: 10px;
    border-radius: 15px;
    background: #F5F7FD;
    margin-bottom: 60px;
}

.use-box .desc-box h6 {
    color: #30479C;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -0.01em;
}

.use-box .desc-box p {
    color: #333;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: -0.01em;
}

.use-box .desc-box p b {
    font-weight: 400;
}

.use-list {
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.use-list .inner {}

.use-list .inner h5 {
    color: #333;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -0.01em;
    margin-bottom: 25px;
}

.use-tit {
    margin-bottom: 25px;
}

.use-tit span {
    color: #333;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: -0.01em;
    display: block;
    margin-bottom: 8px;
}

.use-tit p {
    color: #333;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: -0.01em;
}

.use-tit p b {
    font-weight: 400;
}

.use-img {}

.use-img img {}

/* 인증현황 */
.cert-wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.cert-wrap .cert {}

.cert-wrap .cert .img-box {
    display: flex;
    padding: 35px 0;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background: #F7F7F7;
}

.cert-wrap .cert .img-box img {}

/* 블로그 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 {}

#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;
    white-space: unset;
}

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


/* 목록 게시판 */
.category_wrap {}

.category_wrap ul {}

.category_wrap ul li {}

.category_wrap ul li+li {
    margin: 0;
}

.category_wrap ul li a {}

.category_wrap ul li.on {}

.category_wrap ul li.on a {}

.category_wrap li.on :where(a, a:hover, a:focus) {}

#bbsArea .board_wrapper {}

#bbsArea .board_list_list table {
    border-top: 2px solid #222;
}

#bbsArea .search_wrap {
    margin-bottom: 0;
}

#bbsArea .search_wrap .btn {
    background: #333;
}

#bbsArea .board_list_list col.num_col {
    width: 150px;
}

#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 {
    background: transparent;
    padding: 20px 18px;
    color: #222;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: -0.01em;
    border-bottom: 0;
}

#bbsArea .board_list_list tbody tr {}

#bbsArea .board_list_list tbody tr.notice {
    border-bottom: 1px solid #EAEAEA;
    background: #F8F8F8;
    background-blend-mode: multiply;
}

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

#bbsArea .board_list_list .badge {
    display: inline-flex;
    padding: 5px 15px;
    justify-content: center;
    align-items: center;
    color: #EDF4FF;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -0.01em;
    border-radius: 2px;
    background: #4472C4;
    margin: 0 !important;
}

#bbsArea .board_list_list .subject a {
    color: #222;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: -0.5px;
}

#bbsArea .board_list_list tbody th {
    color: #777;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: -0.01em;
}

#bbsArea .board_list_list tbody td {
    padding: 27.5px 18px;
    color: #777;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: -0.01em;
}

#bbsArea .board_list_list tbody td span.badge {}

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

#bbsArea .board_list_list tbody th,
#bbsArea .board_list_list tbody td {
    border-bottom: 1px solid #EAEAEA;
}

/* 주문폼 */
#bbsArea .board_wrapper {
    overflow-y: hidden;
    margin-bottom: 46px;
}

#bbsArea form {}

#bbsArea form table {}

#bbsArea form table tr {}

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

#bbsArea form table th span {}

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

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

.board_data_view .header_wrap {
    text-align: center;
    padding: 40px 0;
    border-bottom: 1px solid #ddd;
}

.board_data_view .header_wrap .title {
    margin: 0;
    font-size: 26px;
    color: #333;
    letter-spacing: -0.01em;
    font-weight: 500;
}

/* 푸터 */

/* 푸터 */
footer {
    padding: 50px 0 40px;
    background-color: #181A25;
    color: #fff;
}

footer .footer-wrap {
    display: flex;
    gap: 80px;
    align-items: flex-start;
}

footer li {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.65);
    letter-spacing: 0;
    line-height: 28px;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 3px;
}

footer li:has(span) {
    line-height: 26px;
    position: relative;
}

footer li:has(span)+li:has(span):before {
    position: absolute;
    content: "";
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 11px;
    background: rgba(255, 255, 255, 0.3);
}

footer li span {
    opacity: 1;
    font-weight: 700;
    line-height: 26px;
    font-size: 14px;
}

footer li:first-child {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: -0.02em;
    color: rgba(255, 255, 255, 0.80);
}

footer li.copy {
    margin-top: 10px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.30);
    line-height: 23px;
    letter-spacing: 0;
}

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



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

.footer-info li.login a {
    display: block;
    padding: 12px;
    color: rgba(255, 255, 255, 0.50);
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    border: 1px solid rgba(255, 255, 255, 0.50);
}

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

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

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

/* 반응형 */
@media (max-width: 767px) {
    .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: 20px 0;
        margin: 7px 0;
        order: 2;
    }

    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #000;
        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: #000;
    }

    .navbar-inverse .navbar-collapse:not(.in) {
        max-height: 0;
        border-color: transparent;
    }

    .navbar-inverse .navbar-collapse {
        transition: all 0.4s;
        display: flex;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        margin: 0;
        padding: 0;
        border-top: 1px solid #eee;
    }

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

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

.member_wrapper #join_form .table tbody tr th {
    width: 100% !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) {
    .snb ul>li.dropdown{
        max-width: 150px;
        min-width: unset;
    }
    #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: 80px;
    padding-left: 10px;
    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;
        scale: 1 0;
    }

    100% {
        opacity: 1;
        scale: 1 1;
    }
}

@media (max-width:1199px) {
    .detail-feat {
        display: grid;
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .intro-box .txt-box {
        padding: 0 15px;
    }
    .intro-box .txt-box p {
        font-size: 14px;
    }
    .product-box .intro-box {
        grid-template-columns: 1fr 1fr;
    }
    #product01_01 .detail-img {
        display: grid;
        gap: 15px;
    }
    .navbar-inverse .navbar-nav>li>a {
        font-size: 18px;
        padding: 30px 25px;
        line-height: 24px;
    }

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

    .navbar-inverse .navbar-nav .dropdown-menu {
        min-width: 150px;
        padding: 10px 0;
    }

    .navbar-brand>span {
        gap: 5px;
    }

    .navbar-brand p {
        font-size: 18px;
        letter-spacing: 0.03em;
    }

    .navbar-inverse .navbar-brand img {
        height: 40px;
    }

    #site {
        padding-top: 84px;
    }

    #mainCarousel .carousel-inner .item,
    #mainCarousel .carousel-inner .item,
    .main_swiper_widget .swiper-slide,
    .main_swiper_widget .swiper:not(.swiper-initialized) {
        height: 600px;
    }

    .swiper-caption,
    .carousel-caption {
        padding: 0 40px;
    }
}

@media (max-width:991px) {
    .product-list{
        display: grid;
        grid-template-columns: repeat(2,1fr);
    }
    .intro-box .img-box img {
        object-fit: cover;
        width: 100%;
    }
    .detail-img img{
        object-fit: cover;
    }
    .table-style01 th, .table-style01 td {
        text-align: center;
        padding: 8px 7px;
    }
    .table-style01 td {
        font-size: 11px;
    }
    .table-style01 th {
        font-size: 12px;
    }
    .detail-feat .txt-box {
        padding: 0;
        width: 100%;
    }
    .product-box {
        gap: 40px;
    }
    .product-list li a {
        padding: 10px 10px;
        font-size: 13px;
    }
    .product-wrap {
        display: grid;
        grid-template-columns: 1fr;
        gap: 50px;
    }
    .intro-box .txt-box {
        padding: 30px;
    }

    .product-box .intro-box {
        grid-template-columns: 1fr;
    }
    #product01_01 .detail-img {
        display: grid;
        gap: 15px;
        grid-template-columns: repeat(2, 1fr);
    }
    .map-list .list {
        grid-template-columns: 80px 1fr;
    }
    .map-list .list .icon span {
        font-size: 14px;
    }
    .map-list .list p {
        font-size: 14px;
        line-height: 21px;
    }
    .map-tit p {
        font-size: 14px;
    }
    .map-tit h6 {
        margin-bottom: 8px;
        font-size: 22px;
    }
    .loaction-box .map-info {
        margin-top: 25px;
    }
    .loaction-box iframe {
        height: 300px !important;
    }
    .navbar-inverse>.container>.lang-wrap {
        width: fit-content;
    }

    .navbar-inverse .navbar-nav>li>a {
        font-size: 16px;
        padding: 30px 20px;
        line-height: 20px;
    }

    .navbar-inverse .navbar-nav .dropdown .dropdown-menu>li>a {
        padding: 5px 10px;
        font-size: 14px;
    }

    .lang-wrap button {
        font-size: 11px;
    }

    .lang-wrap {
        gap: 10px;
    }

    .lang-wrap button+button:before {
        left: -5px;
        width: 1px;
        height: 8px;
    }

    #site {
        padding-top: 80px;
    }

    .navbar-brand p {
        font-size: 15px;
    }

    .navbar-inverse .navbar-brand img {
        height: 30px;
    }

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

    .swiper-caption h1,
    .carousel-caption h1 {
        font-size: clamp(20px, 4.51vw, 45px);
    }

    .swiper-caption p,
    .carousel-caption p {
        margin-top: 30px;
        font-size: 17px;
    }

    #mainCarousel .carousel-inner .item,
    #mainCarousel .carousel-inner .item,
    .main_swiper_widget .swiper-slide,
    .main_swiper_widget .swiper:not(.swiper-initialized) {
        height: 460px;
    }

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

    .main-tit h3 {
        font-size: clamp(20px, 3.51vw, 35px);
        line-height: 1.3;
    }

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

    .main-product {
        display: grid;
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .pro-slide .tit {
        padding: 20px 0 45px;
        text-align: center;
    }

    .pro-slide .tit span {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .pro-slide .tit p {
        font-size: 15px;
    }

    .pro-slide .slick-dots {
        bottom: 17px;
        gap: 4px;
    }

    #main02 {
        padding: 55px 0;
    }

    .contact-box span {
        font-size: 19px;
        margin-bottom: 12px;
    }

    .contact-box p {
        font-size: 33px;
        margin-bottom: 20px;
    }

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

    .contact-box ul li svg {
        width: 20px;
        height: 20px;
    }
    .subpage-header {
        height: 370px;
    }
    .subpage-title h2 {
        font-size: clamp(20px, 4.51vw, 45px);
    }
    .snb {
        bottom: 30px;
    }
    .snb ul>li.dropdown .dropdown-toggle {
        gap: 5px;
        padding: 8px 8px;
        font-size: 10px;
    }
    .snb ul>li.dropdown .dropdown-toggle svg{
        width: 13px;
        height: 13px;
    }
    .snb ul>li.home {
        min-width: 40px;
        height: 45px;
    }
    .snb ul>li.home a {
        padding: 9px;
        height: 100%;
    }
    .snb ul>li.dropdown .dropdown-menu {
        padding: 0px 0;
        transition: all 0.3s ease;
        min-width: 100%;
    }
    .snb ul>li.dropdown .dropdown-menu li a {
        padding: 5px 3px;
        font-size: 8px;
    }
    .subpage-content {
        padding: 75px 0 90px;
    }
    .title-h3 h3 {
        font-size: clamp(20px, 3.51vw, 35px);
    }
    .title-h3 {
        margin-bottom: 60px;
    }
    .greet-wrap {
        grid-template-columns: 1fr;
        gap: 55px;
    }
    .greet-wrap .img-box img {
        width: 100%;
        object-fit: cover;
        height: 300px;
    }
    .greet-wrap .txt-box p {
        font-size: 16px;
    }
    .greet-wrap .txt-box p+p {
        margin-top: 20px;
    }
    .greet-wrap .txt-box p.name {
        margin-top: 30px;
    }
    .table-style02 th {
        padding: 10px 10px;
        font-size: 25px;
        width: 140px;
    }
    .table-style02 td {
        height: unset;
        padding: 13px 10px;
    }
    .table-style02 li {
        font-size: 14px;
        line-height: 1.4;
    }
    .table-style02 li span {
        font-size: 14px;
        line-height: 1.4;
    }
    .cert-wrap {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width:767px) {
    #product01_01 .detail-img{
        grid-template-columns: 1fr;
    }
    #site {
        padding-top: 68px;
    }

    .navbar-inverse>.container>.lang-wrap {
        position: absolute;
        right: 13px;
        bottom: 2px;
    }

    #board_data_view .header_wrap {
        padding: 25px 0 25px;
    }

    #board_data_view .header_wrap .title {
        font-size: 20px;
        margin-bottom: 8px;
    }

    #board_data_view .header_wrap .info span {
        font-size: 11px;
    }

    .board_data_view .contents_wrap {
        padding: 20px 15px;
    }

    .navbar-inverse .navbar-nav>li>a {
        font-size: 15px;
        padding: 12px 10px;
        line-height: 20px;
    }

    footer .footer-wrap {
        flex-direction: column;
        gap: 15px;
    }

    footer {
        padding: 20px 0 15px;
    }

    footer .footer-wrap img {
        height: 35px;
    }

    footer li:first-child {
        font-size: 12px;
        line-height: 1.8;
    }

    footer li {
        font-size: 11px;
        line-height: 17px;
        gap: 3px;
    }

    footer li:has(span) {
        line-height: 17px;
        position: relative;
    }

    footer li span {
        line-height: 17px;
        font-size: 11px;
    }

    footer .footer-info {
        gap: 2px 15px;
    }

    footer li:has(span)+li:has(span):before {
        left: -8px;
        width: 1px;
        height: 8px;
    }

    footer li.copy {
        margin-top: 10px;
        font-size: 10px;
        line-height: 15px;
    }

    .footer-info li.login a {
        padding: 5px;
        font-size: 10px;
    }
    .table-box {
        overflow-x: auto;
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }
    
    .table-box .table-style01 {
        min-width: 400px;
    }
    
    .detail-box .inner {
        min-width: 0;
        max-width: 100%;
    }
    
    .product-box {
        min-width: 0;
        max-width: 100%;
    }
    .use-box .desc-box h6 {
        font-size: 18px;
    }
    .use-box .desc-box p {
        font-size: 14px;
    }
    .use-box .desc-box {
        padding: 25px;
        margin-bottom: 40px;
    }
    .use-list .inner h5 {
        font-size: 19px;
        margin-bottom: 20px;
    }
    .use-tit span {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .use-tit p {
        font-size: 14px;
    }
    #bbsArea .board_list_list thead tr th {
        padding: 12px 10px;
        font-size: 14px;
    }
    #bbsArea .board_list_list tbody td {
        padding: 12.5px 10px;
        font-size: 12px;
    }
    #bbsArea .board_list_list .subject a {
        font-size: 13px;
    }
    #bbsArea .board_list_list .badge {
        padding: 3px 5px;
        font-size: 10px;
    }
    #bbsArea .board_list_list tbody th {
        font-size: 12px;
    }
    #bbsArea .board_list_list col.num_col {
        width: 90px;
    }
    #bbsArea .board_list_list col.subject_col {
        width: 280px;
    }
    #bbsArea .board_list_list col.writer_col {
        width: 120px;
    }
    #bbsArea .board_list_list col.hits_col {
        width: 80px;
    }
}

@media (max-width:576px) {
    .cert-wrap .cert .img-box {
        padding: 20px 0;
    }
    .cert-wrap {
        grid-template-columns: repeat(2, 1fr);
    }
    .use-tit p {
        font-size: 13px;
    }
    .use-list .inner h5 {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .detail-img{
        grid-template-columns: repeat(1,1fr);
    }
    .dot-list li::before {
        width: 3px;
        top: 9px;
    }
    .dot-list li {
        font-size: 14px;
        padding-left: 9px;
    }
    .detail-box .inner {
        gap: 10px;
    }
    .detail-tit p {
        font-size: 14px;
    }
    .detail-tit h6 {
        font-size: 18px;
    }
    .product-list li a {
        padding: 8px 10px;
        font-size: 10px;
    }
    .loaction-box iframe {
        height: 250px !important;
    }
    .loaction-box .map-info {
        margin-top: 25px;
        flex-direction: column;
        gap: 20px;
    }
    .table-style02 td:last-child {
        width: 100px;
        font-size: 10px;
        flex-direction: column;
    }
    .table-style02 th {
        padding: 10px 6px;
        font-size: 18px;
        width: 66px;
    }
    .title-h3 {
        margin-bottom: 40px;
    }
    .snb {
        bottom: 15px;
        width: 100%;
    }
    .snb ul>li.home {
        min-width: 30px;
        height: 30px;
        display: none;
    }
    .snb ul>li.home a svg {
        width: 15px;
        height: 15px;
        padding: 0;
    }
    .snb ul>li.home a {
        padding: 5px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .snb ul>li.dropdown .dropdown-toggle {
        gap: 5px;
        font-size: 9px;
        padding: 8px 7px;
    }
    .subpage-title p {
        font-size: 13px;
        line-height: 18px;
        margin-bottom: 10px;
    }
    .subpage-header {
        height: 240px;
    }
    .greet-wrap .txt-box p {
        font-size: 14px;
    }
    .greet-wrap .img-box img {
        height: 230px;
    }
    .pro-slide .img-box {
        height: 200px;
    }
    .greet-wrap {
        gap: 40px;
    }
    #mainCarousel .carousel-inner .item,
    #mainCarousel .carousel-inner .item,
    .main_swiper_widget .swiper-slide,
    .main_swiper_widget .swiper:not(.swiper-initialized) {
        height: 300px;
    }

    #main02 {
        padding: 35px 0;
    }

    .contact-box span {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .contact-box p {
        font-size: 17px;
        margin-bottom: 15px;
    }

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

    .contact-box ul li svg {
        width: 15px;
        height: 15px;
    }
    .main-tit {
        margin-bottom: 30px;
    }
    .mainpage section {
        padding: 55px 0 70px;
    }
    .pro-slide .tit span {
        font-size: 18px;
        margin-bottom: 7px;
    }
    .table-style02 li {
        font-size: 12px;
        line-height: 1.4;
        gap: 7px;
    }
    .table-style02 li span {
        font-size: 12px;
        line-height: 1.4;
    }
    .table-style02 td {
        height: unset;
        padding: 10px 5px;
    }
    .detail-img img {
        height: 100%;
    }
    .detail-feat .txt-box p {
        font-size: 14px;
    }
}

