@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=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');

#site {
    font-family: "Pretendard Variable", "notokr", sans-serif;
    padding-top: var(--nav-height);
    position: relative;
}

.link-box {
    position: absolute;
    top: 0;
    right: 30px;
    display: flex;
    gap: 55px;
    height: var(--nav-height) !important;
    /* width: 80%; */
    /* justify-content: space-between; */
}

.link-box a {
    display: flex;
    gap: 7px;
    align-items: center;
    font-size: 16px;
    color: #111;
    height: 100%;
    justify-content: center;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-family: var(--font-en);
    letter-spacing: 0;
    transition: all 0.3s;
    position: relative;
    line-height: 1;
    padding: 0 5px;
}

.link-box a:not(.librarian)::before {
    content: '';
    width: 0%;
    height: 1.55em;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.4s;
    z-index: -1;
}

.link-box a.librarian {
    font-weight: 400;
    text-transform: none;
    transition: none;
}

.link-box a.librarian:hover {
    color: var(--page-point-color);
}

.link-box a:not(.librarian):hover {
    color: #fff;
}

.link-box a:not(.librarian):hover::before {
    width: 100%;
    background: var(--page-point-color);
}

.link-box a span {
    font-size: 32px;
    --wght: 100;
}

html {
    visibility: hidden;
}

html.no-js {
    visibility: visible;
}

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

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

a:hover,
a:focus {
    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.3;
}

.contents_inner :is(p, h1, h2, h3, h4, h5, h6, dt, dd, th, td, li) {
    all: revert;
}

.contents_inner {
    overflow-x: auto;
    word-break: break-all;
    display: flex;
    align-items: flex-start;
    gap: 40px;
}

.contents_inner p {
    width: fit-content;
}
.contents_inner .move-tit{
    display: none;
}
.contents_inner table {
    border: 0;
    width: 100% !important;
}

.contents_inner table tr:first-child td {
    font-size: 28px;
    color: #000;
    padding: 0;
    background: #fff;
}

.contents_inner table tr td {
    font-size: 17px;
    line-height: 1.6;
    padding: 20px 30px;
    color: #555;
    background: #f8f8f8;
}
.contents_inner table a.bd-btn{
    margin-top: 10px;
    display: block;
    width: fit-content;
    padding: 5px 15px;
    float: right;
    font-size: 18px;
    background: var(--page-point-color);
    color: #fff;
    font-weight: 500;
    border-radius: 7px;
    transition: all 0.2s ease;
}
.contents_inner table a.bd-btn:hover{
    background: #000;
}
.contents_inner table tr:first-child td * {
    margin: 0;
    font-size: 40px;
    padding-bottom: 10px;
    border-bottom: 2px solid #000;
}

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

#gnbauth i {
    display: none;
}

.caret {
    display: none;
}

#list_btn {
    display: none;
}

.board_wrapper {
    margin-top: 0;
    margin-bottom: 70px;
}

:root {
    --page-point-color: #0062bb;
    --page-point-color-hover: #0a2832;
    --icons: "material symbols outlined";
    --nav-height: 75px;
    --footer-height: 105px;
    --cate-height: 55px;
    --font-en: "Roboto Condensed", "Pretendard Variable", sans-serif;
}

.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,
.find_container {
    padding: 200px 0;
}

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

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

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

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

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



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

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

    .navbar-inverse>.container {
        width: 100%;
        padding: 0;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

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

    .navbar-inverse .navbar-collapse {
        display: flex !important;
        justify-content: center;
        width: 100%;
        background: var(--page-point-color);
    }

    #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 {
        transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    }

    .navbar-inverse .navbar-right>li>a {
        min-width: 180px;
    }

}

.navbar-inverse {
    background: #fff;
    position: fixed;
    margin-bottom: 0;
    border-bottom: 0;
    transition: all 0.3s ease-in-out;
    height: var(--nav-height);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

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


.navbar-header {
    padding: 15px 30px;
    height: var(--nav-height);
}

.navbar-inverse .navbar-nav {}

.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: 8px 15px;
    font-size: 16px;
    font-weight: 500;
}

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

.navbar-inverse .navbar-nav>li>a {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    padding: 30px 20px;
    text-align: center;
}

.navbar-inverse.sub-nav .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: #fef200;
}

.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: calc(100vh - 90px);
}

#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.25);
}

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

.carousel-caption h1 {
    margin-bottom: 20px;
    position: relative;
    line-height: 1.1;
    color: #fff;
    font-weight: 700;
    font-size: 79px;
}

.carousel-caption p {
    margin-bottom: 0px;
    font-size: 22px;
    font-weight: 500;
    text-shadow: none;
    line-height: 1.5;
}

.carousel-caption .bottom-box {
    display: none;
}

.carousel-caption .bottom-box img {}

.carousel-caption p.last {
    margin-top: 50px;
    font-size: 18px;
    font-weight: 600;
}

/* 슬라이드 버튼 */
.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 5px;
    border-radius: 50%;
    transition: ease-in-out 0.15s all;
}

.carousel-indicators li.active {
    width: 13px;
    height: 13px;
    background-color: #fff;
    margin: 0 5px;
    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;
    display: none;
}

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

.mainpage section {
    padding: 0;
}

.main-box {
    display: flex;
    flex-direction: column;
}

.main-box .inner {
    display: flex;
    width: 100%;
    height: calc(50vh - 80px);
    transition: all 0.4s;
}

.main-box .box {
    padding: 40px 35px 40px;
    transition: all 0.4s;
    background: #ddd;
    width: 50%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.main-box .box::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.25);
    transition: all 0.4s;
}

.main-box .box.box02::before {
    background: rgba(0, 0, 0, 0.22);
}

.main-box .box.box03::before {
    background: rgba(0, 0, 0, 0.2);
}

.main-box .box.box04::before {
    background: rgba(0, 0, 0, 0.25);
}


.main-box .box:hover::before {
    background: rgba(0, 0, 0, 0.6);
}

.main-box .box .hover-txt {
    opacity: 0;
    transition: all 0.4s;
    position: relative;
    min-height: 260px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.main-box .box .hover-txt .txt {
    color: #fff;
    width: 100%;
    margin-bottom: 0;
}

.page-header {
    display: none;
}

.main-box .box .hover-txt .txt .type_list {
    gap: 2px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.main-part {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
}

.main-part .img-box {}

.main-part .img-box img {
    width: 100%;
    height: 150px;
    object-fit: contain;
}

.main-box .box .hover-txt .txt ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.main-box .box .hover-txt .txt ul li {
    font-size: 19px;
    font-weight: 700;
    text-align: center;
    /* border: 1px solid #ffffff5e; */
    padding: 5px;
}

.main-box .box .hover-txt .txt p {
    font-size: 22px;
}

.main-box .box .hover-txt .txt p+p {
    margin-top: 10px;
}

.main-box .box .hover-txt .txt p span {
    display: block;
    margin-bottom: 0px;
    font-weight: 700;
}

.main-box .box:hover .hover-txt {
    opacity: 1;
}

.main-box .box .hover-txt +a {
    color: var(--a-color);
    --a-color: #fff;
    font-size: 15px;
    position: relative;
    display: inline-flex;
    gap: 15px;
    align-items: center;
    padding-bottom: 8px;
    transition: all 0.3s;
    font-weight: 600;
    letter-spacing: 0px;
    position: absolute;
    left: 35px;
    bottom: 35px;
    opacity: 0;
}

.main-box .box .hover-txt +a:hover {
    --a-color: yellow;
}

.main-box .box .hover-txt +a::after {
    content: '\f8ce';
    font-family: var(--icons);
    font-size: 23px;
    font-weight: 300;
    line-height: 1;
    vertical-align: middle;
    color: var(--a-color);
}

.main-box .box .hover-txt +a::before {
    content: "";
    width: 0;
    position: absolute;
    height: 2px;
    background: var(--a-color);
    left: 0;
    bottom: 0;
    transition: width 0.55s, background 0.3s;
}
.main-box .box:hover .hover-txt +a {
    opacity: 1;
}
.main-box .box:hover .hover-txt +a::before {
    width: 100%;
}

.main-box .box01 {
    /* border-right: 1px solid #000; */
    /* border-bottom: 1px solid #000; */
    background: url('/public/img/main/mainBg01.jpg') no-repeat center / cover;
}

.main-box .box02 {
    /* border-bottom: 1px solid #000; */
    background: url('/public/img/main/mainBg02.jpg') no-repeat center / cover;
}

.main-box .box03 {
    /* border-right: 1px solid #000; */
    background: url('/public/img/main/mainBg03.jpg') no-repeat center / cover;
}

.main-box .box04 {
    background: url('/public/img/main/mainBg04.jpg') no-repeat center / cover;
}

.main-box .main-h4 {
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    left: 35px;
    top: 20px;
    font-weight: 700;
    font-family: var(--font-en);
    letter-spacing: 0;
    text-shadow: 0 0px 20px rgba(0, 0, 0, 0.2);
}

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

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

#ab01 .subpage-header .bg {
    background: url("/public/img/main/mainBg01.jpg") no-repeat center / cover;
}

#product01 .subpage-header .bg {
    background: url("/public/img/main/mainBg02.jpg") no-repeat center / cover;
}

#partner01 .subpage-header .bg {
    background: url("/public/img/main/mainBg03.jpg") no-repeat center / cover;
}

#notice01 .subpage-header .bg {
    background: url("/public/img/main/mainBg04.jpg") no-repeat center / cover;
}

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

.subpage-title p {
    font-size: 19px;
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 8px;
    display: none;
}

.subpage-title p span {
    font-weight: 800;
}

.subpage-title h2 {
    line-height: 1;
    margin-top: 0;
    text-align: center;
    font-weight: 800;
    font-size: 50px;
    text-transform: uppercase;
    font-family: var(--font-en);
}

/* [ subpage-navbar ] */
.snb {
    position: relative;
    z-index: 10;
    border-bottom: 1px solid #dedede;
}

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

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

.snb a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
    line-height: 1;
    font-size: 17px;
    height: 60px;
    color: #888;
}

.snb li.active a {
    background: #fff;
    font-weight: 700;
    color: #000;
}

.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 120px;
    position: relative;
}

#contact01 .subpage-content {
    background: #f7f7f7;
}

.subpage-content section+section {
    padding-top: 130px;
}

.subpage-content .con {}

/* About us */
.title-h3 {
    margin-bottom: 50px;
}

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

.title-h3 .sub-h3 {
    text-align: center;
    font-size: 38px;
    font-weight: 700;
    color: #111;
    font-family: var(--font-en);
}

.title-h3 span {
    display: block;
    text-align: center;
    margin-top: 10px;
    font-size: 18px;
}

.intro {
    font-size: 18px;
    color: #333;
    line-height: 1.6;
    text-align: center;
    margin-top: 55px;
}

.title-h3 p {
    margin-top: 45px;
}

.about-wrap {}

.about-wrap .circle-box {
    display: flex;
    gap: 30px;
    justify-content: center;
    /* padding: 50px 10px; */
}

.about-wrap {
    margin-top: -15px;
}

.about-wrap .circle-box .circle {
    width: 300px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: linear-gradient(0deg, #106fc5, #004889);
    /* color: #fff; */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    color: #fff;
    /* border: 1px solid var(--page-point-color); */
    padding-bottom: 5px;
}

.circle span {
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: 300;
    letter-spacing: -0.6px;
    opacity: 0.9;
}

.circle p {
    font-size: 30px;
    line-height: 1.15;
    font-family: var(--font-en);
    letter-spacing: -0.2px;
    font-weight: 800;
}

.do-wrap {
    counter-reset: num 0;
    /* border-top: 1px solid#333; */
    /* max-width: 1000px; */
    margin: 0 auto;
}

.do-wrap .do-box {
    padding: 40px 50px 40px 130px;
    position: relative;
    border: 1px solid #ddd;
    /* border-top: none; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
}

.do-wrap .do-box+.do-box {
    border-top: 0;
}

.do-wrap .do-box::before {
    position: absolute;
    content: "0" counter(num);
    counter-increment: num 1;
    left: 50px;
    top: 42px;
    font-size: 20px;
    width: 45px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: var(--page-point-color);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-family: var(--font-en);
    line-height: 1;
}

.do-wrap .do-box .txt {}

.do-box .txt h6 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #333;
}

.do-box .txt p {
    position: relative;
    /* padding-left: 11px; */
    font-size: 15px;
    color: #666;
}

.do-box .txt p::before {
    position: absolute;
    /* content: ""; */
    left: 0;
    top: 10px;
    width: 7px;
    height: 1px;
    background: #444;
}

.do-box a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 170px;
    padding: 10px 20px;
    border: 1px solid var(--page-point-color);
    border-radius: 40px;
    font-size: 15px;
    font-weight: 600;
    color: var(--page-point-color);
    transition: all 0.2s;
}

.do-box a:hover {
    background: var(--page-point-color);
    color: #fff;
}

.do-box a span {
    --wght: 200;
}

/* Product */
#product01 .subpage-content:has(.category_wrap) {
    padding-top: calc(100px + var(--cate-height));
}

.num-list {
    margin-bottom: 100px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border: 1px solid #ddd;
}

.num-list .num {
    display: flex;
    gap: 30px;
    padding: 20px 50px;
    align-items: center;
}

.num-list .num {
    border-bottom: 1px solid #ddd;
}

.num-list .num:nth-child(odd) {
    border-right: 1px solid #ddd;
}

.num-list .num:nth-child(5) {
    border-bottom: 0;
    grid-column: span 2;
}

.num-list .num span {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 400;
    letter-spacing: 0;
    font-size: 18px;
    width: 40px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: var(--page-point-color);
    color: #fff;
    font-family: var(--font-en);
    line-height: 1;
}

.num-list .txt {}

.num-list .txt h6 {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.num-list .txt p {
    margin-top: 8px;
    font-size: 15px;
    line-height: 1.45;
    color: #777;
}

#product01 .category_wrap {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    margin: 0;
    border-bottom: 1px solid #ddd;
}

#product01 .category_wrap ul {
    display: flex;
    justify-content: center;
    max-width: 1200px;
    margin: 0 auto;
}

#product01 .category_wrap li {
    flex: 1;
    color: #fff;
    background: #ddd;
    color: #000;
    border-right: 1px solid #ddd;
}

#product01 .category_wrap li:first-child {
    border-left: 1px solid #ddd;
}

#product01 .category_wrap li a {
    border: 0;
    text-align: center;
    padding: 0;
    font-size: 16px;
    background: #fff;
    letter-spacing: 0;
    height: var(--cate-height);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    color: #333;
}

#product01 .category_wrap li.on {
    background: var(--page-point-color);
}

#product01 .category_wrap li.on a {
    color: #fff;
    background: var(--page-point-color);
}

#product01 .category_wrap li+li {
    margin: 0;
}

#product01 #bbsArea {}

#product01 .board_wrapper {}

/* 고객사 */
.part-wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.part-wrap .part-box {
    padding: 40px 40px;
    border: 1px solid #ddd;
    margin: 0 -1px -1px;
    background: #fff;
}

.part-wrap .part-box img {
    width: 100%;
    height: 75px;
    object-fit: contain;
}

/* 블로그 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: 60px 60px;
}

#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 {
    border: 1px solid transparent;
    box-shadow: 4px 4px 12px 0px rgba(0, 0, 0, 0.15);
    transition: all 0.15s;
}

#bbsArea .table_blog2 .inner:hover .top {
    border-color: var(--page-point-color);
}

#bbsArea .table_blog2 .inner .top a {}

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

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

#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: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-wrap: wrap;
    letter-spacing: 0;
}

#bbsArea .table_blog2 .inner .bottom .title .badge {
    padding: 5px 7px;
    border-radius: 3px;
    border: 1px solid #9ec4e7;
    background: #fff;
    color: #2175c1;
    margin: 0 0 9px !important;
    font-size: 13px;
    letter-spacing: 0;
    font-weight: 500;
}

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

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

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


/* 목록 게시판 */
#bbsArea .board_wrapper {}

#bbsArea .board_list_list table {}

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

#bbsArea .board_list_list col.subject_col {}

#bbsArea .board_list_list col.writer_col {
    width: 0;
}

#bbsArea .board_list_list col.regdate_col {}

#bbsArea .board_list_list thead tr {
    display: none;
}

#bbsArea .board_list_list thead tr th {
    background: #fff;
}

#bbsArea .board_list_list tbody tr {
    cursor: pointer;
}

#bbsArea .board_list_list tbody tr:hover {
    background: #f2f2f2;
}

#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 th.num {
    font-weight: normal;
}

#bbsArea .board_list_list tbody td {
    color: #888;
    padding: 28px 15px;
}

#bbsArea .table.table_default tbody .subject a {
    font-weight: 500;
    font-size: 18px;
    color: #222;
}

#bbsArea .board_list_list tbody td span.badge {
    background: #f5ee4a;
    vertical-align: top;
    padding: 6px 7px;
    margin-right: 10px !important;
    color: #465b6f;
}

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

/* 게시글 뷰 */
.board_data_view .header_wrap {
    padding: 40px 0;
    border-bottom: 1px solid #ddd;
}

.board_data_view .header_wrap .title {
    font-family: var(--font-en);
    font-weight: 700;
    font-size: 30px;
}

.board_data_view .header_wrap .info {
    margin-bottom: 10px;
}

[id^=product] .board_data_view .info {
    display: none;
}

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

#bbsArea form {}

#bbsArea #form_contact01 {
    box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.15);
    padding: 70px 120px;
    background: #fff;
}

#bbsArea form table {}

#bbsArea form table tr {}

#bbsArea form table th {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    background: transparent;
    border-color: #e5e5e5;
    width: 180px;
    letter-spacing: 0;
    padding: 20px 15px;
}

#bbsArea form table th span {}

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

#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: 7px !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: #222222; */
    /* height: var(--footer-height); */
    border-top: 1px solid #eee;
    color: #888;
}

footer .container {
    width: 100%;
    padding: 0 30px;
}

footer li {
    line-height: 1.6;
    /* color: rgba(255, 255, 255, 0.5); */
    font-size: 12px;
}

footer li:first-child {
    /* color: #fff; */
    font-weight: 700;
    font-size: 13px;
}

footer li.copy {
    font-size: 12px;
    /* color: rgba(255, 255, 255, 0.2); */
    /* margin-top: 20px; */
}

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

footer .footer-wrap {
    padding: 22px 0 20px;
}

.footer-info .ab-link {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 14px;
    display: flex;
    gap: 10px;
}

.footer-info .ab-link a {
    display: block;
    padding: 3px 5px;
    border: 1px solid rgb(161 161 161 / 50%);
    color: rgba(255, 255, 255, 0.7);
    border-radius: 2px;
    font-size: 11px;
    font-weight: 400;
    color: #999;
}

.footer-info .ab-link 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) {
    .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: 100%;
        left: 50%;
        right: auto;
        transform: translate(-50%, 0);
        border-radius: 7px;
        overflow: hidden;
        border: 0;
        padding: 0;
        box-shadow: none;
        background: #fff;
    }

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

.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) {
    #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) {
    .link-box {
        gap: 20px;
    }
    .link-box a {
        gap: 5px;
        font-size: 14px;
    }
    .main-box .main-h4 {
        font-size: 22px;
    }
}
@media (max-width:991px) {
    .main-box .inner {
        width: 100%;
        height: 100%;
        flex-direction: column;
    }
    .main-box .box {
        padding: 20px 20px 30px;
        width: 100%;
        min-height: 500px;
    }
    .main-part {
        grid-template-columns: repeat(4, 1fr);
        gap: 10px;
    }
    .subpage-title h2 {
        font-size: 40px;
    }
    .intro {
        font-size: 16px;
    }
    .title-h3 p {
        margin-top: 25px;
    }
    .about-wrap .circle-box {
        flex-direction: column;
        gap: 30px;
        /* padding: 50px 10px; */
        align-items: center;
    }
    .do-box .txt h6 {
        font-size: 20px;
        margin-bottom: 8px;
    }
    .do-wrap .do-box::before {
        left: 18px;
        top: 42px;
        font-size: 18px;
        width: 35px;
    ;
        align-items: center;
        justify-content: center;
        font-weight: 400;
        font-family: var(--font-en);
        line-height: 1;
    }
    .do-wrap .do-box {
        padding: 40px 25px 40px 70px;
    }
    .do-box a {
        width: 130px;
        padding: 7px 18px;
        border-radius: 40px;
        font-size: 14px;
    }
}
@media (max-width:767px) {

    .title-h3 .sub-h3 {
        font-size: 30px;
    }
    .main-box .main-h4 {
        font-size: 20px;
        left: 20px;
    }
    .link-box{
        display: none;
    }
    .main-box .box .hover-txt +a {
        font-size: 15px;
        gap: 15px;
        left: 20px;
        padding-bottom: 5px;
    }
    .main-box .box .hover-txt .txt p {
        font-size: 18px;
    }
    .main-box .box {
        padding: 20px 20px 30px;
        min-height: 400px;
    }
    .main-part .img-box img {
        height: 100px;
    }
    .main-part {
        grid-template-columns: repeat(5, 1fr);
        gap: 10px;
    }
    .main-box .box .hover-txt .txt ul li {
        font-size: 15px;
    }
    .main-box .box .hover-txt .txt ul {
        grid-template-columns: repeat(2, 1fr);
        gap: 5px;
    }
    .navbar-inverse .navbar-brand {
        margin-top: 5px;
        height: 35px;
    }
    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        background: rgba(0, 0, 0, 0.5);
    }
    .navbar-inverse .navbar-nav>li>a {
        font-size: 18px;
        padding: 15px 20px;
    }
    #bbsArea .table_blog2 {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px 40px;
    }
    #product01 .category_wrap li a {
        font-size: 14px;
    }
    #bbsArea .table_blog2 .inner .bottom {
        margin-top: 15px;
    }
    #bbsArea .table_blog2 .inner .bottom .title .badge {
        padding: 5px 7px;
        margin: 0 0 5px !important;
        font-size: 11px;
    }
    .part-wrap .part-box {
        padding: 20px;
    }
    #bbsArea .board_list_list tbody td {
        color: #888;
        padding: 20px 10px;
    }
    .board_wrapper .table.board_write_table :where(.input-group, .form-control){
        width: 100% !important;
    }
    #bbsArea #form_contact01 {
        box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.15);
        padding: 50px 20px;
        background: #fff;
    }
}
@media (max-width:576px) {
    .table.table_default tr th, .table.table_default tr td {
        font-size: 12px;
    }
    #bbsArea .table.table_default tbody .subject a {
        font-size: 14px;
    }
    .se01 .title-h3 {
        margin-bottom: 40px;
    }
    #bbsArea .board_wrapper{
        overflow-x: auto;
    }
    #bbsArea .board_list_list col.num_col{
        width: 80px !important;
    }
    #bbsArea .board_list_list col.regdate_col{
        width: 150px !important;
    }
    #bbsArea .board_list_list col.subject_col{
        width: 250px !important;
    }
    .part-wrap .part-box img {
        height: 50px;
    }
    .part-wrap {
        grid-template-columns: repeat(2, 1fr);
    }
    .board_data_view .contents_wrap img{
        margin: 0 auto;
        width: 100%;
    }
    .contents_inner {
        flex-direction: column;
        gap: 40px;
    }
    .contents_inner table tr:first-child td * {
        font-size: 20px;
    }
    #bbsArea .table_blog2 .inner .bottom .title a {
        font-size: 14px;
    }
    .main-box .box .hover-txt .txt p {
        font-size: 14px;
    }
    .main-box .box .hover-txt +a {
        font-size: 14px;
    }
    .main-box .box .hover-txt +a::after {
        font-size: 20px;
    }
    .main-box .box .hover-txt .txt ul li {
        font-size: 13px;
        padding: 2px;
    }
    .type_list .info {
        font-size: 10px;
    }
    .footer-info .ab-link {
        bottom: -20px;
        font-size: 11px;
        gap: 5px;
    }
    .subpage-header {
        height: 240px;
    }
    .subpage-title h2 {
        font-size: 30px;
    }
    .subpage-content {
        padding: 85px 0 100px;
    }
    .title-h3 .sub-h3 {
        font-size: 25px;
    }
    .intro {
        font-size: 14px;
    }
    .about-wrap .circle-box .circle {
        width: 220px;
    }
    .circle span {
        font-size: 16px;
        margin-bottom: 20px;
        font-weight: 300;
        letter-spacing: -0.6px;
        opacity: 0.9;
    }
    .circle p {
        font-size: 20px;
    }
    .subpage-content section+section {
        padding-top: 80px;
    }
    .do-box .txt h6 {
        font-size: 15px;
        margin-bottom: 5px;
    }
    .do-box .txt p {
        font-size: 12px;
    }
    .do-box a {
        width: 100px;
        padding: 6px 13px;
        font-size: 12px;
    }
    .do-box a span{
        font-size: 16px;
    }
    .do-wrap .do-box::before {
        left: 10px;
        top: 15px;
        font-size: 14px;
        width: 26px;
    }
    .do-wrap .do-box {
        padding: 55px 15px 30px;
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
    .title-h3 {
        margin-bottom: 35px;
    }
    .contents_inner table tr td {
        font-size: 15px;
        line-height: 1.6;
        padding: 15px 20px;
        color: #555;
        background: #f8f8f8;
    }
    .contents_inner table a.bd-btn {
        font-size: 14px;
    }
    #bbsArea .table_blog2 {
        grid-template-columns: 1fr;
        gap: 80px;
    }
    #product01 .category_wrap li a {
        font-size: 11px;
        height: 40px;
    }
    #product01 .subpage-content:has(.category_wrap) {
        padding-top: 80px;
    }
    .navbar-header {
        padding: 10px 10px;
        height: 60px;
    }
    .navbar-inverse {
        height: 60px;
    }
    #site {
        padding-top: 60px;
    }
}