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

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

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

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

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

#gnbauth i {
    display: none;
}

.caret {
    display: none;
}

#list_btn {
    display: none;
}

.board_wrapper {
    margin-top: 0;
}

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

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

@media (min-width: 1300px) {
    .container {
        width: 1310px;
    }
}

/* 상단 로고*/
/* 상단 로고*/
.navbar-brand {
    height: 49px;
    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;
}

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


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

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

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

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

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

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

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

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

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

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

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

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

.navbar-inverse {
    background: #fff;
    position: fixed;
    margin-bottom: 0;
    border-bottom: 0;
    padding: 0;
    box-shadow: 0px 0px 30px -5px rgba(0,0,0,0.2);
}

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

.navbar-header {}

@media (min-width : 768px) {
    .navbar-inverse .navbar-nav {
        margin: 0 !important;
        display: flex;
        gap: 75px;
    }   
}

.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:hover>a::before {
    position: absolute;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
    transition: all 0.3s ease;
    z-index: 1;
    border-top: 4px solid;
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-left: 4px solid rgba(0, 0, 0, 0);
    color: #06993e;
}

.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: 10px 15px;
    font-size: 15px;
    text-align: center;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: -0.02em;
    color: #333;
    transition: all 0.2s ease;
    border-radius: 5px;
}

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

.navbar-inverse .navbar-nav>li>a {
    font-size: 18px;
    font-weight: 700;
    color: #222;
    padding: 41px 0;
    /* text-align: center; */
    line-height: 1;
    letter-spacing: 0;
}

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

.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 - 100px);
}

#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%;
    background: rgba(0, 0, 0, 0.1);
}

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

.swiper-caption h1,
.carousel-caption h1 {
    margin-bottom: 0;
    position: relative;
    color: #FFF;
    text-shadow: none;
    text-align: left;
    color: #FFF;
    font-size: 62px;
    font-weight: 700;
    line-height: 140%; /* 74px */
    letter-spacing: -0.74px;
}

.swiper-caption h1 p, .carousel-caption h1 p {
    margin-bottom: 25px;
    color: #eee;
    font-size: 24px;
    font-weight: 700;
    line-height: 150%; /* 36px */
    letter-spacing: -0.24px;
}

.swiper-caption > p, .carousel-caption > p {
    color: #FFF;
    font-size: 24px;
    font-weight: 300;
    line-height: 140%;
    letter-spacing: -0.34px;
    max-width: 800px;
    margin-top: 50px;
    text-shadow: none;
    display: none;
}

/* 슬라이드 버튼 */
.carousel-indicators {
    z-index: 1;
    max-width: 1300px;
    width: 100%;
    margin-left: 0;
    transform: translateX(-50%);
    text-align: left;
    bottom: 70px;
}

.carousel-control,
.carousel-indicators {}

.carousel-control {
    z-index: 2;
    width: 60px;
    height: 60px;
    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: 70px;
    text-shadow: none;
    opacity: 0.2;
    top: 50%;
    transform: translateY(-50%);
}

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

.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, .carousel-indicators li.active {
    width: 40px;
    height: 12px;
    background-color: rgba(255, 255, 255, 0.3);
    border: none;
    margin: 0 2px;
    border-radius: 50px;
    transition: all 0.2s ease;
}

.carousel-indicators li.active {
    background-color: #fff;
}

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

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

.mainpage section {
    padding: 120px 0 110px;
}
.mainpage section:last-child{
    padding: 100px 0;
}
.main-tit{
    margin-bottom: 70px;
    text-align: center;
}
.main-tit h3{
    color: #0C1E68;
    font-size: 51px;
    font-weight: 700;
    letter-spacing: -1.2px;
    line-height: 1.2;
}
.main-tit p{
    margin-top: 20px;
    font-size: 20px;
    color: #606060;
    letter-spacing: -0.045em;
    line-height: 1.5;
    margin-left: 2px;
}
.quick-box{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
}

.m-company .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main-con.m-company {
    background: url('/public/img/main/main_company_bg.jpg') no-repeat center bottom  30%/ cover;
    color: #fff;
    padding: 100px 0 100px;
}

.main-con.m-company .main-tit :is(h3, p) {
    color: #fff;
}

.main-con.m-company .main-tit {
    /* margin: 0; */
    text-align: left;
    margin: 0;
}

.main-con.m-company .main-tit p {
    /* opacity: 0.88; */
    /* max-width: 330px; */
}

.m-company .container::before, .m-company .container::after {
    display: none;
}
.quick-box a{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    /* grid-column: span 2; */
    aspect-ratio: 1;
    gap: 30px;
    transition: all 0.25s ease;
    color: #fff;
    position: relative;
    overflow: hidden;
    width: 210px;
    text-align: center;
    border-radius: 8px;
    background: rgb(91 128 255 / 40%);
    backdrop-filter: blur(10px);
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
}

.quick-box a:hover {
    transform: translateY(-18px);
    /* background: rgb(255 255 255); */
    /* color: #111; */
    background: rgb(79 148 255 / 60%);
}

.quick-box a .material-symbols-outlined {
    font-size: 58px;
    --wght: 200;
    color: #23e563;
}
/* .quick-box a:nth-child(1){
    background: url("/public/img/main/main01_01.jpg") no-repeat center / cover;
}
.quick-box a:nth-child(2){
    background: url("/public/img/main/main01_02.jpg") no-repeat center / cover;
}
.quick-box a:nth-child(3){
    background: url("/public/img/main/main01_03.jpg") no-repeat center / cover;
}
.quick-box a:nth-child(4){
    grid-column: 2 / 4;
    background: url("/public/img/main/main01_04.jpg") no-repeat center / cover;
}
.quick-box a:nth-child(5){
    background: url("/public/img/main/main01_05.jpg") no-repeat center / cover;
} */

.quick-box a::before {
    position: absolute;
    /* content: ""; */
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0);
    transition: all 0.15s ease;
}
.quick-box a:hover::before{
    background: rgba(0, 0, 0, 0.70);
}
.quick-box a:hover p{
    font-size: 17px;
}
.quick-box a:hover span{
    /* font-size: 27px; */
}
.quick-box a p{
    color: inherit;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: -0.02em;
    transition: all 0.15s ease;
}
.quick-box a p span{
    display: block;
    color: inherit;
    font-size: 19px;
    font-weight: 400;
    line-height: 143%; /* 27.17px */
    letter-spacing: 0;
}
.main-prod-wrap{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 40px;
}
.main-prod-wrap .inner{
    /* padding: 10px; */
    color: #222;
}

.main-prod-wrap .inner:hover .img-box {
    border-color: var(--page-point-color);
}

.main-prod-wrap .inner:hover p {
    color: var(--page-point-color);
}
.main-prod-wrap .inner:hover p{
    /* color : #000; */
}
.main-prod-wrap .inner p{
    text-align: center;
    margin-top: 25px;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -0.01em;
}
.main-prod-wrap .inner .img-box{
    overflow: hidden;
    box-shadow: 5px 8px 35px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    border: 2px solid #c7c7c7;
    transition: all 0.3s ease;
}
.main-prod-wrap .inner .img-box img{
    transition: all 0.4s ease;
    height: 210px;
    object-fit: cover;
    width: 100%;
}
.main-prod-wrap .inner .img-box:hover img{
    transform: scale(1.1);
}

.main-board {
    display: flex;
    gap: 60px;
}

.board-tit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}

.board-tit h4 {
    color: #222;
    font-size: 28px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -1px;
    text-transform: uppercase;
}

.board-tit a {
    color: var(--page-point-color);
    font-size: 36px;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: -0.02em;
    line-height: 0;
}

.main-board>div {
    width: calc(100% / 3);
}

.main-board .devide-tit {
    color: #222;
}

.main-board .board_box_list {}

.main-board .board_box_list .page-header {
    display: none;
}

.main-board .board_box_list .type_list {
    border-top: 1px solid #333;
}

.main-board .board_box_list .type_list li {
    padding: 0 2px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #EEE;
    transition: all 0.25s ease;
}

.main-board .board_box_list .type_list li:hover {
    background: #fafafa;
}

.main-board .board_box_list .type_list li .info {}

.main-board .board_box_list .type_list li .info span {
    display: none;
}

.main-board .board_box_list .type_list li .info span.regdate {
    display: block;
    margin: 0;
    font-size: 13px;
    color: #000;
    font-weight: 400;
    line-height: 30px;
    opacity: 0.3;
}

.main-board .board_box_list .type_list a {
    overflow: hidden;
    text-overflow: ellipsis;
    /* 18px */
    padding: 18px 0;
}

.main-board .board_box_list .type_list a span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    color: #333;
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: -0.02em;
}

.main-board .board_box_list .type_list a span:hover {
    text-decoration: underline;
}
/* 서브 페이지 */
.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: 390px;
}

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

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

.subpage-title p {
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0px;
    margin-bottom: 15px;
    /* opacity: 0.8; */
    /* display: none; */
    opacity: 0.8;
}

.subpage-title h2 {
    line-height: 1;
    margin-bottom: 14px;
    font-weight: 700;
    font-size: 58px;
    width: 100%;
}

/* [ subpage-navbar ] */
.snb {
    position: relative;
    z-index: 10;
    backdrop-filter: blur(12.5px);
    margin-top: -62px;
    border-top: 3px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.04);
}

#snbInner {
    /* margin-top: -67px; */
}

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

.snb li {
    width: 100%;
}

.snb a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-weight: 500;
    text-align: center;
    line-height: 1;
    font-size: 17px;
    letter-spacing: 0;
    padding: 21px 0;
    color: rgba(255,255,255,0.9);
}

.snb li.active a,
.snb li a:hover {
    /* background: #fff; */
    position: relative;
    color: #fff;
    font-weight: 700;
}

.snb li a:before {
    position: absolute;
    content: "";
    left: 0;
    top: -3px;
    width: 0;
    height: 3px;
    background: #09b944;
    transition: all 0.4s;
    opacity: 0;
}

.snb li.active a:before,
.snb li:hover a::before {
    width: 100%;
    opacity: 1;
}
.subpage-content section + section{
    margin-top: 150px;
}

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

.subpage-content img {
    border-radius: 5px;
}

.subpage-content .con {}

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

.title-h3 h3 {
    text-align: center;
    position: relative;
    font-size: 44px;
    font-weight: 700;
    color: #111;
    letter-spacing: -0.025em;
}

.title-h3 p {
    text-align: center;
    margin-top: 20px;
    font-size: 18px;
}

.title-h3 p.big-p {
    font-size: 27px;
    font-weight: 500;
    color: #222;
    margin-top: 60px;
    line-height: 1.5;
    letter-spacing: -0.04em;
}

/* .title-h3 span.front-quotation:before {
    content: '\f10d';
    color: #cecece;
    padding-right: 15px;
    font-size: 20px;
    font-family: 'FontAwesome';
}

.title-h3 span.back-quotation:after {
    content: '\f10e';
    color: #cecece;
    padding-left: 15px;
    font-size: 20px;
    font-family: 'FontAwesome';
} */

.title-h3 h3::before {
    /* border-radius: 50px; */
    position: absolute;
    content: "";
    left: 50%;
    top: -20px;
    transform: translateX(-50%);
    width: 70px;
    height: 6px;
    /* background: #06993e; */
}

/* 회사소개 */
.company-wrap {}

.company-wrap .inner-box {}

.inner-box+.inner-box {
    margin-top: 110px;
}

.sub-tit {
    margin-bottom: 30px;
}

.sub-tit h4 {
    position: relative;
    padding-left: 20px;
    font-size: 28px;
    color: #111;
    font-weight: 700;
}

.sub-tit h4::before {
    position: absolute;
    content: "";
    left: 0;
    top: 8px;
    width: 9px;
    aspect-ratio: 1;
    background: #06993e;
    border-radius: 50%;
    box-shadow: 0px 11px var(--page-point-color);
}

.profile {}

.profile p {
    display: flex;
    align-items: center;
    font-size: 27px;
    font-weight: 500;
    color: #222;
    margin-top: 50px;
    line-height: 1.6;
    letter-spacing: -0.037em;
}

.overview {}

.overview {}

.table-style01 {
    width: 100%;
    border-top: 2px solid #333;
    border-bottom: 1px solid #ddd;
    border-right: 2px solid #fff;
}

.table-style01 tr {
}

.table-style01 tbody th,
.table-style01 tbody td {
    font-size: 16px;
    line-height: 1.5;
    padding: 15px 25px;
    color: #444;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.table-style01 thead th {}

.table-style01 tbody th {
    background: #f7f7f7;
    text-align: center;
    color: #222;
    font-weight: 600;
}

.philosophy {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 110px;
    margin-top: 80px;
}

.philosophy .box {
    width: 24%;
    position: relative;
    margin: 0 -10px;
}

.philosophy .box02 {width: 30%;z-index: 1;}

.philosophy .box h6 {
    width: 100%;
    aspect-ratio: 1;
    border-radius: 50%;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    font-weight: 600;
    color: var(--page-point-color);
    letter-spacing: -0.04em;
    background: #e0ebfb;
}

.philosophy .box p {
    margin-top: 20px;
    text-align: center;
    font-size: 17px;
    color: #333;
    line-height: 1.4;
    font-weight: 400;
    letter-spacing: -0.03em;
}

.philosophy .box::after {
    top: 50%;
    font-family: var(--icons);
    font-size: 50px;
    font-weight: 600;
    right: -90px;
    position: absolute;
    color: #b0b6cf;
    transform: translateY(-50%);
}

.philosophy .box.box01::after {
    content: "\eac9";
}

.philosophy .box.box02::after {
    content: "\eac3";
}

.philosophy .box.box02 h6 {
    background: #243c99;
    color: #fff;
    border: none;
    font-weight: 600;
    letter-spacing: -0.04em;
    font-size: 40px;
    /* box-shadow: 0 0 30px #1938b16e; */
}

.table-style01 tbody td {}

/* 인사말 */
.greet-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 100px;
}

.greet-wrap .txt-box {padding: 40px 0 40px;padding-right: 70px;}

.greet-wrap .txt-box p {
    font-size: 17px;
    color: #555;
    line-height: 1.7;
    letter-spacing: -0.04em;
    text-align: justify;
}

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

.greet-wrap .txt-box p:last-child {
    color: #111;
    font-weight: 600;
}

.greet-wrap .img-box {
    overflow: hidden;
    border-radius: 5px;
}

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

/* 조직도 */
.group-wrap {}

.group-wrap .img-box {}

.group-wrap .img-box img {margin: 0 auto;}

/* 연혁 */
.history-wrap {}

.his-tit {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    padding: 30px;
    width: fit-content;
    aspect-ratio: 1;
    background: #1a328c;
    color: #fff;
    border-radius: 50%;
    margin: 0 auto;
}

.his-tit h6 {
    font-size: 30px;
    font-weight: 700;
}

.his-tit h6 small {
    display: block;
    margin-bottom: 6px;
    font-size: 16px;
    color: #fff;
    letter-spacing: 1px;
}

.his-tit span {
    margin-top: 10px;
    display: block;
    font-size: 15px;
    display: none;
}

.timeline-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 180px 130px;
    padding-top: 60px;
    align-items: center;
    position: relative;
}

.timeline-box::before {
    position: absolute;
    content: "";
    left: calc(50% - 2px);
    top: 0;
    /* transform: translateX(-50%); */
    height: 100%;
    width: 5px;
    background: #eee;
}

.timeline-box .timeline {
    display: flex;
    flex-direction: column;
    align-items: end;
    position: relative;
}

.timeline-box .timeline::before {
    content: '';
    width: 12px;
    aspect-ratio: 1;
    background: #6580e1;
    border: 2px solid #fff;
    position: absolute;
    right: -71px;
    top: 18px;
    border-radius: 10px;
}

.timeline-box .timeline::after {
    content: '';
    width: 35px;
    height: 1px;
    position: absolute;
    right: -60px;
    background: #bbb;
    top: 24px;
    z-index: -1;
}

.timeline-box .timeline:nth-child(even)::before {
    left: -71px;
}

.timeline-box .timeline:nth-child(even)::after {
    left: -60px;
}

.timeline-box .timeline:nth-child(even) {
    transform: translateY(150px);
    align-items: start;
}

.timeline p {
    font-size: 34px;
    font-weight: 750;
    color: #7e93df;
    margin-bottom: 12px;
    letter-spacing: -0.05em;
}

.timeline ul {}

.timeline ul li {
    font-size: 17px;
    line-height: 1.5;
    display: flex;
    align-items: center;
    color: #333;
    font-weight: 400;
    width: fit-content;
    margin-left: auto;
    gap: 13px;
    letter-spacing: -0.04em;
}

.timeline ul li::before {
    /* position: absolute; */
    /* content: ""; */
    left: 0;
    top: 12px;
    width: 7px;
    height: 1px;
    background: #444;
}

.timeline ul li span {
    color: #333;
    font-weight: 700
}

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

.timeline:nth-child(even) {}

.timeline:nth-child(even) ul {}

.timeline:nth-child(even) ul li {
    margin-left: 0;
}

.timeline:nth-child(even) ul li::before {}

.timeline:nth-child(even) ul li span {}
.area-wrap{
    display: grid;
    grid-template-columns: 1fr 5fr;
    gap: 50px;
}
.area-wrap .area-tit{
    width: 205px;
    aspect-ratio: 1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--page-point-color);
    color: #fff;
    font-weight: 500;
    font-size: 24px;
    letter-spacing: -0.2px;
    padding: 0 50px;
    text-align: center;
    margin: 0;
    position: relative;
}


#ab04 .se02 {
    background: #f7f7f7;
    padding: 100px 0 110px;
}

#ab04 .subpage-content {
    padding-bottom: 0;
}
.area-devide{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
}
.area-devide .inner{background: #fff;box-shadow: 8px 5px 35px rgba(0,0,0,0.1);border-radius: 5px;overflow: hidden;border: 1px solid #ccc;}
.area-devide .inner ul{
    padding: 32px 40px;
}
.area-devide .inner h6{
    padding: 15px 0;
    text-align: center;
    border-bottom: 1px solid #ddd;
    font-size: 19px;
    background: #159941;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0;
}
.area-devide .inner li{
    font-size: 16px;
}
.area-devide .inner li + li{
    /* margin-top: 1px; */
}
.area-devide .inner li::before{/* top: 14px; */}
/* 오시는길 */
.map-box iframe {
    background: #f3f3f3
}
.map-box .table-box {
    margin-top: 20px;
}

/* 제품소개 */
.product-intro {
    padding: 35px 40px;
    /* margin: 0 0 40px; */
    border-radius: 5px;
    border: 5px solid #eee;
    font-weight: 500;
    color: #222;
    font-size: 19px;
    margin-bottom: 50px;
}

.title-h3 .product-intro {
    margin-top: 50px;
}

.dot-list {}

.dot-list li {
    position: relative;
    padding-left: 15px;
    position: relative;
    line-height: 1.5;
    letter-spacing: -0.034em;
}

.dot-list li+li {
    margin-top: 5px;
}

.dot-list li::before {
    content: '';
    position: absolute;
    top: 11px;
    left: 0;
    background: #0eb74f;
    width: 6px;
    height: 2px;
}

.product-intro .dot-list {}

.product-intro .dot-list li {line-height: 1.65;}

.product-intro .dot-list li+li {}

.product-intro .dot-list li::before {
    top: 14px;
    background: #333;
}

.small-list {
    margin-bottom: 40px;
}

.small-list li {
    font-size: 16px;
    padding-left: 18px;
}

.small-list li::before {
}

.features {}

.features .small-list {}

.product-wrap .img-box {
    display: grid;
    gap: 30px;
}

.product-wrap .img-box img {height: 100%;}

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

.img-3 {
    grid-template-columns: repeat(3, 1fr);
}

.inner-box:has(.inner-grid) {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* grid-template-columns: 1fr 1.3fr; */
    gap: 100px;
}

.inner-grid {
    display: flex;
    flex-direction: column;
}

.inner-grid .features {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.img-txt {}

.img-txt img {
    height: unset !important;
    border-radius: 5px;
}

.img-txt p {
    text-align: center;
    margin-top: 20px;
    font-size: 18px;
    font-weight: 600;
    color: #222;
}

.model {}

.model .table-style01 th,
.model .table-style01 td {
    font-size: 15px;
    padding: 16px 12px;
    text-align: center;
}

.model .table-style01 tr td:first-child,
.model .table-style01 tr th:first-child{
    border-left : 0
}
.model .table-style01 tr td:last-child,
.model .table-style01 tr th:last-child{
    border-right : 0;
}
.model .table-style01 th {
    padding: 15px 12px;
    font-weight: 700;
    border: 1px solid #ddd;
    background: #f7f7f7;
    color: #222;
    font-size: 18px;
    letter-spacing: 0;
}
.inner-grid .txt-box{
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.inner-grid .txt-box .txt{}
.inner-grid .txt-box .txt h6{
    color: var(--page-point-color);
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.015em;
    margin: 0 0 12px;
}
.inner-grid .txt-box .txt p{
    color: #606060;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: -0.034em;
}
.inner-grid .txt-box .txt p + p{
    margin: 8px 0 0;
}
.inner-grid.mt{
    /* margin-top: 40px; */
}
.inner-grid .detail + .detail{
    margin-top: 60px;
}
.inner-grid .detail li{
    font-size: 16px;
    color: #606060;
    letter-spacing: -0.034em;
}
.inner-grid .detail li + li{

    margin-top: 10px;
}
.product-wrap .img-box.f2{
    display: flex;
    flex-direction: column;
    gap: 30px;
}
/* 블로그 A 게시판 */
#bbsArea .table_blog {}

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

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

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

#bbsArea .table_blog .left a {}

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

#bbsArea .table_blog .right {}

#bbsArea .table_blog .right .title {}

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

#bbsArea .table_blog .right .info {}

#bbsArea .table_blog .right .info span {}

#bbsArea .table_blog .right .text {}

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

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

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

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

#bbsArea .table_blog2 dd {}

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

#bbsArea .table_blog2 .inner .top {}

#bbsArea .table_blog2 .inner .top a {}

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

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

#bbsArea .table_blog2 .inner .bottom .title {
    padding: 0;
    margin: 0;
    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 {}

#bbsArea .board_wrapper {}

#bbsArea .board_list_list table {
    margin-bottom: 40px;
}

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

#bbsArea .board_list_list col.subject_col {}

#bbsArea .board_list_list col.writer_col {
    width: 130px !important;
}

#bbsArea .board_list_list col.regdate_col {
    width: 150px !important;
}
#bbsArea .board_list_list col.hits_col {
    width: 120px !important;
}

#bbsArea .board_list_list thead tr {
}

#bbsArea .board_list_list thead tr th {
    background: #fff;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -0.01em;
    color: #222;
    padding: 16px 18px;
    font-size: 16px;
    border-bottom: 1px solid #eaeaea;
}

#bbsArea .board_list_list tbody tr {}

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

:where(.table_video, .table_blog2, .table_pd, .table_blog, .table_default, .board_pd_view .pd_title_wrap) .badge {
    background: #11a944;
    border-radius: 3px;
    padding: 5px 6px 4px;
    vertical-align: text-top;
    margin-right: 10px !important;
}

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

#bbsArea .board_list_list tbody th {}
#bbsArea .board_list_list tbody th.num{
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: -0.01em;
    color: #999;
    font-weight: 700;
}
#bbsArea .board_list_list tbody td.writer,
#bbsArea .board_list_list tbody td.regdate,
#bbsArea .board_list_list tbody td.hits{
    color: #999;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: -0.01em;
    font-size: 15px;
}
#bbsArea .board_list_list tbody td {
    font-weight: 400;
    line-height: 1.4;
    font-size: 15px;
    letter-spacing: -0.01em;
    color: #999;
}


#bbsArea .board_list_list tbody th span.badge {
    padding: 0;
    margin: 0 !important;
    border-radius: 500px;
    background: #3768E9;
    padding: 3px 12px 3px 13px;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: -0.01em;
}

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

#bbsArea .board_list_list tbody th,
#bbsArea .board_list_list tbody td {
    font-size: 16px;
    background : #fff;
    padding: 20.5px 18px;
    border-bottom: 1px solid #ddd;
}
#bbsArea .board_list_list tbody td.subject {
    font-size: 18px;
    color: #222;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: -0.5px;
}

.table.table_default tbody .subject a:hover {
    text-decoration: underline;
    text-underline-position: under;
    text-decoration-thickness: 1px;
}
#organ01 .search_wrap #search_kind{
    display : none;
}
#organ01 .search_wrap #search_query{
    display : none;
}
#organ01 .search_wrap #search_btn{
    display : none;
}
.search_wrap{
    margin-top: 0;
    margin-bottom: 30px;
}
#board_data_view{}
#board_data_view .header_wrap{
    padding: 45px 0 45px;
    border-bottom: 1px solid #ddd;
}
#board_data_view .header_wrap .title{
    color: #222;
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -0.034em;
    margin-bottom: 15px;
}
#board_data_view .header_wrap .info{
    margin: 0;
    opacity: 0.6;
}
#board_data_view .header_wrap .info span{
    color: #555;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: -0.02em;
}
#board_data_view .header_wrap .info span strong{
    color: #333;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: -0.02em;
}
.board_wrapper .option_wrap {
    position: relative;
    margin-top: 40px;
}
/* 주문폼 */
#bbsArea .board_wrapper {
    overflow-y: hidden;
}

#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, .form-control {
    border-radius: 5px;
}
.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: #080808;
    color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

footer .footer-link li {}


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

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

footer .footer-link li.privacy a {}

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

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

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

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

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

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

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

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

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

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

@media (max-width: 767px) {
    .carousel-control {
        font-size: 14px;
    }

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

    #mainCarousel .carousel-caption p {
    }

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

    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #666;
        transition: ease 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: 160px;
        left: 50%;
        right: auto;
        transform: translate(-50%, 0);
        border-radius: 0;
        overflow: hidden;
        border: 0;
        padding: 10px;
        background: #fff;
        box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.10);
        border-radius: 5px;
    }

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

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

/* 로그인 페이지  */
.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:991px){
    .model .table-box{
        overflow-x: auto;
    }
    .model .table-style01{
        min-width: 700px;
    }
    .model .table-style01 th, .model .table-style01 td {
        font-size: 14px;
        padding: 10px 10px;
    }
    .model .table-style01 th {
        padding: 10px 10px;
        font-size: 14px;
    }
    .img-txt p {
        margin-top: 10px;
        font-size: 16px;
    }
    .small-list {
        margin-bottom: 20px;
    }
    .inner-box:has(.inner-grid) {
        grid-template-columns: 1fr;
        gap: 50px;
    }
    .product-intro {
        padding: 30px 15px;
        border: 3px solid #eee;
        font-size: 17px;
        margin-bottom: 30px;
    }
    .title-h3 .product-intro {
        margin-top: 30px;
    }
    .greet-wrap .txt-box {
        padding: 40px 0 0;
        padding-right: 0;
    }
    .greet-wrap .img-box img {
        height: 355px;
    }
    .greet-wrap {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    .title-h3 p.big-p {
        font-size: clamp(15px, 2.01vw, 20px);
        margin-top: 15px;
    }
    #site {
        padding-top: 86px;
    }
    .navbar-inverse .navbar-nav>li>a {
        font-size: 16px;
        padding: 35px 0;
    }
    .navbar-inverse .navbar-nav {
        gap: 30px;
    }
    .navbar-brand {
        height: 30px;
        padding: 0;
        margin-left: 0 !important;
    }
    .navbar-inverse .navbar-nav .dropdown-menu {
        min-width: 135px;
        padding: 10px;
    }
    .navbar-inverse .navbar-nav .dropdown .dropdown-menu>li>a {
        padding: 9px 10px;
        font-size: 14px;
        line-height: 15px;
    }
    .swiper-caption, .carousel-caption {
        padding: 0 30px;
    }
    .swiper-caption h1 p, .carousel-caption h1 p {
        margin-bottom: 10px;
        font-size: clamp(15px, 1.81vw, 18px);
    }
    .swiper-caption h1, .carousel-caption h1 {
        font-size: clamp(20px, 4.81vw, 48px);
    }
    .carousel-indicators {
        left: 0;
        transform: unset;
        width: calc(100% - 30px);
        margin-left: 30px;
    }
    #mainCarousel .carousel-inner .item, #mainCarousel .carousel-inner .item, .main_swiper_widget .swiper-slide, .main_swiper_widget .swiper:not(.swiper-initialized) {
        height: 530px;
    }
    .carousel-indicators li, .carousel-indicators li.active {
        width: 30px;
        height: 10px;
    }
    .mainpage section {
        padding: 80px 0 90px;
    }
    .main-tit h3 {
        font-size: clamp(20px, 4.01vw, 40px);
    }
    .main-tit {
        margin-bottom: 55px;
    }
    .main-tit p {
        margin-top: 10px;
        font-size: clamp(14px, 2.01vw, 20px);
    }
    .main-prod-wrap {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
    }
    .main-prod-wrap .inner p {
        margin-top: 11px;
        font-size: clamp(14px,1.81vw,18px);
    }
    .m-company .container {
        justify-content: unset;
        align-items: unset;
        flex-direction: column;
        gap: 30px;
    }
    .quick-box a {
        width: 100%;
    }
    .subpage-header {
        position: relative;
        height: 300px;
    }
    .subpage-title p {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .subpage-title h2 {
        font-size: clamp(20px, 4.01vw, 40px);
    }
    .snb a {
        font-size: 15px;
        padding: 14px 0;
    }
    .snb {
        margin-top: -43px;
    }
    .subpage-content {
        padding: 75px 0 90px;
    }
    .title-h3 h3 {
        font-size: clamp(20px, 4.01vw, 40px);
    }
    .title-h3 {
        margin-bottom: 50px;
    }
    .title-h3 p {
        margin-top: 10px;
        font-size: clamp(15px, 1.81vw, 18px);
    }
    .sub-tit {
        margin-bottom: 20px;
    }
    .sub-tit h4 {
        padding-left: 15px;
        font-size: 23px;
    }
    .sub-tit h4::before {
        left: 0;
        top: 7px;
        width: 6px;
        box-shadow: 0px 8px var(--page-point-color);
    }
    .profile p {
        font-size: 18px;
        margin-top: 0;
    }
    .inner-box+.inner-box {
        margin-top: 70px;
    }
    .table-style01 tbody th, .table-style01 tbody td {
        font-size: 14px;
        padding: 12px 15px;
    }
    .philosophy {
        padding: 0 0;
        margin-top: 40px;
    }
    .philosophy .box.box02 h6 {
        font-size: 24px;
    }
    .philosophy .box h6 {
        font-size: 18px;
    }
    .philosophy .box p {
        margin-top: 5px;
        font-size: 13px;
    }
    .philosophy .box::after {
        font-size: 40px;
        right: -66px;
    }
    .subpage-header {
        height: 235px;
    }
    .timeline-box {
        grid-template-columns: repeat(2, 1fr);
        gap: 180px 70px;
    }
    .timeline p {
        font-size: 28px;
        margin-bottom: 12px;
    }
    .timeline ul li {
        font-size: 15px;
    }
    .timeline-box .timeline::before {
        width: 12px;
        border: 2px solid #fff;
        right: -41px;
        top: 12px;
    }
    .timeline-box .timeline::after {
        width: 15px;
        height: 1px;
        right: -30px;
        top: 17px;
    }
    .timeline-box .timeline:nth-child(even)::before {
        left: -41px;
    }
    .timeline-box .timeline:nth-child(even)::after {
        left: -30px;
    }
    .area-wrap {
        grid-template-columns: 1fr;
        gap: 50px;
    }
    .area-wrap .area-tit {
        width: 205px;
        font-size: 22px;
        padding: 0 50px;
        margin: 0 auto;
    }
    .area-devide .inner ul {
        padding: 15px 20px;
    }
    .his-tit h6 small {
        margin-bottom: 5px;
        font-size: 14px;
    }
    .his-tit h6 {
        font-size: 24px;
    }
    .his-tit {
        padding: 20px;
    }
}

@media (max-width:767px) {
    .timeline ul li {
        font-size: 15px;
        margin: 0;
    }
    .timeline-box .timeline {
        align-items: unset;
        padding-left: 40px;
    }
    .his-tit{
        display: none;
    }
    .timeline-box::before {
        left: 15px;
    }
    .timeline-box {
        grid-template-columns: 1fr;
        gap: 50px;
        padding-top: 0;
    }
    .timeline-box .timeline:nth-child(even) {
        transform: unset;
        align-items: unset;
    }
    .philosophy .box p {
        font-size: 11px;
    }
    .philosophy .box h6 {
        font-size: 16px;
    }
    .philosophy .box.box02 h6 {
        font-size: 20px;
    }
    .profile p {
        font-size: 16px;
    }
    .sub-tit {
        margin-bottom: 17px;
    }
    .sub-tit h4::before {
        top: 6px;
        width: 5px;
        box-shadow: 0px 7px var(--page-point-color);
    }
    .sub-tit h4 {
        padding-left: 13px;
        font-size: 18px;
    }
    .navbar-inverse .navbar-nav .dropdown-menu {
        padding: 0 10px;
    }
    .navbar-inverse .navbar-nav .dropdown .dropdown-menu>li>a {
        padding: 6px 10px;
        font-size: 14px;
        text-align: left;
    }
    .navbar-inverse .navbar-nav>li>a {
        font-size: 15px;
        padding: 15px 18px;
    }
    .navbar-inverse .navbar-nav>li:hover>a::before{
        display: none;
    }
    .main-board .board_box_list .type_list a span {
        font-size: 14px;
    }
    .board-tit h4 {
        font-size: 20px;
    }
    footer li.copy {
        margin-top: 6px;
        color: #666;
        font-size: 9px;
    }
    footer li:first-child {
        font-size: 13px;
        margin-bottom: 8px;
    }
    footer li {
        font-size: 11px;
    }
    .quick-box a p span {
        font-size: 17px;
    }
    .main-con.m-company {
        padding: 60px 0 60px;
    }
    .quick-box a {
        gap: 15px;
    }
    .quick-box a .material-symbols-outlined {
        font-size: 40px;
    }
    .carousel-control {
        left: 10px;
    }
    .carousel-control.right {
        left: unset;
        right: 10px;
    }
    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
        font-size: 30px;
    }
    .navbar-inverse{
        padding: 10px 0;
    }
    .navbar-inverse .navbar-brand{
        margin: 5px 0 0 15px !important;
        height: 30px;
    }
    #site {
        padding-top: 68px;
    }
    .main-board {
        gap: 60px;
        flex-direction: column;
    }
    .main-board>div {
        width: 100%;
    }
    #mainCarousel .carousel-inner .item, #mainCarousel .carousel-inner .item, .main_swiper_widget .swiper-slide, .main_swiper_widget .swiper:not(.swiper-initialized) {
        height: 430px;
    }
    .timeline-box .timeline::before {
        right: unset;
        top: 12px;
        left: 11px;
    }
    .timeline-box .timeline::after {
        right: unset;
        top: 17px;
        left: 15px;
    }
    #bbsArea .board_list_list thead tr th {
        padding: 10px 10px;
        font-size: 14px;
    }
    #bbsArea .board_list_list tbody td.writer, #bbsArea .board_list_list tbody td.regdate, #bbsArea .board_list_list tbody td.hits {
        color: #999;
        font-weight: 500;
        line-height: 1.4;
        letter-spacing: -0.01em;
        font-size: 14px;
        padding: 12px;
    }
    :where(.table_video, .table_blog2, .table_pd, .table_blog, .table_default, .board_pd_view .pd_title_wrap) .badge {
        font-size: 9px;
        padding: 3px 4px 3px;
        margin-right: 5px !important;
        margin-top: 2px;
    }
    #bbsArea .board_list_list tbody td.subject {
        font-size: 15px;
    }
    #bbsArea .board_list_list col.num_col {
        width: 70px !important;
    }
    #bbsArea .board_wrapper{
        overflow-x: auto;
    }
    #bbsArea .board_list_list table{
        min-width: 700px;
    }
    #bbsArea .board_list_list col.subject_col {}

    #bbsArea .board_list_list col.writer_col {
        width: 120px !important;
    }

    #bbsArea .board_list_list col.regdate_col {}

    #bbsArea .board_list_list col.hits_col {
        width: 70px !important;
    }
}
@media (max-width:576px){
    .footer-info li.login a{
        font-size: 9px;
        padding: 2px 5px;
    }
    .product-intro .dot-list li::before {
        top: 11px;
    }
    .product-intro {
        padding: 30px 10px;
        font-size: 15px;
    }
    .small-list li::before {
        top: 8px !important;
    }
    .small-list li {
        font-size: 14px;
        padding-left: 14px;
    }
    .greet-wrap .txt-box p {
        font-size: 15px;
        text-align: left;
    }
    .philosophy .box::after {
        font-size: 25px;
        right: 137px;
        bottom: -110px;
        transform: rotate(90deg);
    }
    .philosophy .box02 {
        width: 200px;
        z-index: 1;
    }
    .philosophy .box {
        width: 150px;
    }
    .philosophy {
        flex-direction: column;
        margin-top: 40px;
        gap: 40px;
    }
    .table-box{
        overflow-x: auto;
    }
    .table-style01{
        min-width: 600px;
    }
    .table-style01 tbody th, .table-style01 tbody td {
        font-size: 12px;
        padding: 10px 10px;
    }
    .profile p {
        font-size: 14px;
    }
    .snb a {
        font-size: 13px;
    }
    .title-h3 {
        margin-bottom: 40px;
    }
    .mainpage section:last-child {
        padding: 60px 0;
    }
    .quick-box a p span {
        font-size: 13px;
    }
    .quick-box a {
        gap: 10px;
    }
    .quick-box a .material-symbols-outlined {
        font-size: clamp(25px, 6.9vw, 40px);
    }
    .main-prod-wrap .inner .img-box img {
        height: unset;
    }
    .main-prod-wrap {
        grid-template-columns: repeat(1, 1fr);
    }
    #mainCarousel .carousel-inner .item, #mainCarousel .carousel-inner .item, .main_swiper_widget .swiper-slide, .main_swiper_widget .swiper:not(.swiper-initialized) {
        height: 350px;
    }
    .carousel-indicators li, .carousel-indicators li.active {
        width: 23px;
        height: 5px;
    }
    .board-tit {
        margin-bottom: 15px;
    }
    .board-tit a {
        font-size: 30px;
    }
    .timeline p {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .timeline ul li {
        font-size: 14px;
        gap: 6px;
    }
    .timeline-box .timeline::before {
        top: 9px;
        left: 11px;
    }
    .timeline-box .timeline::after {
        right: unset;
        top: 14px;
        left: 15px;
    }
    .area-wrap .area-tit {
        width: 150px;
        font-size: 19px;
    }
    .area-devide {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .area-devide .inner h6 {
        padding: 10px 0;
        font-size: 16px;
    }
    .area-devide .inner li {
        font-size: 14px;
    }
    .area-devide .inner ul {
        padding: 11px 10px;
    }
    .dot-list li::before {
        top: 10px;
    }
    .map-box iframe {
        background: #f3f3f3;
        height: 300px;
    }
    .img-3 {
        grid-template-columns: repeat(2, 1fr);
    }
    .inner-grid .txt-box .txt h6 {
        font-size: 17px;
        margin: 0px 0 10px;
    }
    .inner-grid .txt-box .txt p {
        font-size: 14px;
    }
    .inner-grid .detail li {
        font-size: 14px;
    }
    
}