@charset "utf-8";
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable.min.css");
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200');
@import url('https://fonts.googleapis.com/css2?family=East+Sea+Dokdo&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Nanum+Myeongjo&family=Noto+Serif+KR:wght@200..900&family=Noto+Serif+SC:wght@200..900&family=Outfit:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

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

html {
    visibility: hidden;
}

html.no-js {
    visibility: visible;
}

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    word-break: keep-all;
    line-height: 1.4;
    letter-spacing: -0.025em;
}
.kakao-btn{
    position : fixed;
    right : 50px;
    bottom : 50px;
    z-index : 999;
}
.kakao-btn img
a {
    text-decoration-line: none;
    color: #000;
}

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

.contents_inner {
    overflow: hidden !important;
}

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

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

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

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

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

#gnbauth i {
    display: none;
}

.caret {
    display: none;
}

#list_btn {
    display: none;
}

.board_wrapper {
    margin-top: 0;
}

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

:root {
    --page-point-color: #002554;
    --page-point-color2: #2650b3;
    --page-point-color-hover: #0a2832;
    --icons: "material symbols outlined";
}

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

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

@media (min-width:1200px) {

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

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


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

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

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

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

.navbar-inverse.on .navbar-brand p {
    color: var(--page-point-color);
}

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

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

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


/* 상단 메뉴 */
@media(min-width:768px) {
    .navbar-inverse {
        transition: all 0.3s cubic-ease;
    }

    .navbar-inverse>.container {
        width: 100%;
        max-width: 1600px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        max-width: 1330px;
    }

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

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

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

    .navbar-inverse .navbar-nav .dropdown-menu {
        min-width: 170px;
        right: auto;
        z-index: 1030;
        border: 0;
        left: 50%;
        transition: all 0.3s ease;
        transform: translate(-50%, 0);
        overflow: hidden;
        border-radius: 6px;
        padding: 15px 10px;
    }

    .navbar-inverse.on {
        background: #fff;
        transition: all 0.3s 
ease-in-out;
        box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.08);
    }

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

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

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

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

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

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

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

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

.navbar-header {}


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

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

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

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

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

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

.navbar-inverse .navbar-nav .dropdown .dropdown-menu {
    background: #FFF;
    box-shadow: 4px 4px 15px 0 rgba(0, 0, 0, 0.2);
    margin-top: -10px;
}

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

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

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    background: transparent;
}

.navbar-inverse .navbar-nav .dropdown .dropdown-menu>li:hover>a {
    color: var(--page-point-color2);
    text-shadow: 0 0 black;
}

.navbar-inverse .navbar-nav>li>a {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    padding: 37px 30px;
    text-align: center;
    letter-spacing: 0.025em;
}

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


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

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

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

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

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

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

    .navbar-brand {
        height: 27px;
    }

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

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

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

    .navbar-inverse .navbar-nav .dropdown.open .dropdown-toggle,
    .navbar-inverse .navbar-nav .dropdown.open:focus .dropdown-toggle,
    .navbar-inverse .navbar-nav .dropdown.open:hover .dropdown-toggle {
        background: var(--page-point-color);
    }

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

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

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

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

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





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

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

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

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

.swiper-caption h1,
.carousel-caption h1 {
    margin-bottom: 20px;
    position: relative;
    color: #FFF;
    text-shadow: none;
    font-size: 65px;
    font-weight: 700;
    line-height: 1.38;
    /* 66.24px */
    letter-spacing: -0.025em;
    text-align: center;
}

.swiper-caption p,
.carousel-caption p {
    margin-bottom: 0px;
    font-size: 26px;
    font-weight: 500;
    text-shadow: none;
    text-align: center;
}

/* 슬라이드 버튼 */
.carousel-indicators {
    z-index: 1;
    display: flex;
    justify-content: center;
    gap: 10px;
}

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

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

.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: 10px;
    height: 10px;
    background-color: rgba(255, 255, 255, 0.1);
    margin: 0;
    border: 1px solid #fff;
    border-radius: 50%;
    transition: ease-in-out 0.15s all;
}

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

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

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

.mainpage section {
    padding: 100px 0;
}

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

.main-tit h3 {
    text-align: center;
    font-size: 42px;
    font-weight: 800;
    color: #111;
}

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

.main-busi .item {
    display: block;
    /* border: 1px solid #eee; */
    overflow: hidden;
    /* box-shadow: 0 0 4px rgba(0, 0, 0, 0.2); */
    transition: all .3s ease;
}

.main-busi .item:hover {
    /* background: #267fff; */
    /* border-color: #267fff; */
    /* color: #fff; */
    /* font-weight: 500; */
    transform: translatey(-5px);
    /* box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); */
}

.main-busi .item .img-box {
    border: 1px solid #ddd;
}

.main-busi .item .img-box img {
    width: 100%;
    object-fit: cover;
    height: 240px;
}

.main-busi .item:hover .txt-box {
    /* background: #267fff; */
    /* border-color: #267fff; */
}

.main-busi .item .txt-box {
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    flex-direction: column;
}

.main-busi .item .txt-box p {
    font-size: 22px;
    font-weight: 600;
    color: #222;
    transition: all 0.3s ease;
}

.main-busi .item .txt-box p + div {
    padding: 13px 20px 13px 25px;
    border: 1px solid #dadada;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    color: #666;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
    width: fit-content;
    transition: all 0.15s;
    margin-top: 30px;
}

.main-busi .item .txt-box p + div span {color: var(--swiper-theme-color);}

.main-busi .item:hover .txt-box p {
    /* color: #fff; */
}

.main-busi .item .txt-box svg {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #267fff;
}

.main-busi .item:hover {}

.main-busi .item:hover .txt-box div {
    background: var(--page-point-color2);
    color: #fff;
    border-color: var(--page-point-color2);
}

.main-busi .item:hover .txt-box div span {
    color: #fff;
}

#main02 {
    padding: 90px;
    background: #f1f3f9;
}
#main03 {
    background: #f7f8fb;
    padding: 90px;
}
.main-board {}

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

.main-con .page-header {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #777;
}

.main-con .page-header h4 {
    margin-bottom: 18px;
    font-size: 26px;
    color: #111;
    font-weight: 700;
    line-height: 1;
    position: unset;
    letter-spacing: 0;
}

.main-con .page-header a {}

.main-con .page-header i {
    font-size: 30px;
    font-weight: 300;
}

.main-board .type_list {
    padding-top: 25px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.main-board .type_list li {
    padding: 0;
    font-size: 17px;
    letter-spacing: -0.01em;
    display: flex;
    align-items: center;
    gap: 10px;
}

.main-board .type_list li a {
    padding: 0;
    line-height: 28px;
    font-size: 16px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    color: #222;
}

.main-board .type_list li a span {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: normal;
}

.main-board .type_list li a:hover {
    text-decoration: underline;
}

.main-board .type_list .info {}

.main-board .type_list .info span {
    margin: 0;
    color: #212121;
}

.main-board .type_list .info .writer,
.main-board .type_list .info .hits {
    display: none;
}

.main-board .type_list li .board_status_badge {
    padding: 3px 0;
    margin: 0;
    min-width: 55px;
    font-size: 14px;
    border-radius: 4px;
}

.main-video {}
.main-video .page-header {
    border-bottom: 0;
}
.main-video .type_video {
    margin: 30px 0 0 0 !important;
    display: flex;
    gap: 30px;
}

.main-video .type_video::before,
.main-video .type_video::after {
    display: none !important;
}

.main-video .type_video>div {
    width: calc(calc(100% / 3) - 20px);
    padding: 0;
}

.main-video .type_video .inner {
    border: 0;
    margin: 0;
}

.main-video .type_video .top {}

.main-video .type_video .top a {}

.main-video .type_video .top a span {
    aspect-ratio: 16/9;
    height: unset;
    width: 100%;
}

.main-video .type_video .bottom {
    padding: 0;
}

.main-video .type_video .bottom .title {
    padding: 0;
    margin: 7px 0 0 0;
}

.main-video .type_video .bottom .title a {
    width: 100%;
    font-weight: 500;
    white-space: wrap;
    text-align: center;
    padding: 0;
    font-size: 18px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all;
    margin-top: 15px;
}

.main-video .type_video .bottom .title a span {
    display: block;
    width: 100%;
    word-break: break-all;
}

.main-video .type_video .bottom .info {
    display: none;
}
#main04 {
    padding: 120px 0 150px;
}
.main-map{
    display: grid;
    grid-template-columns: 1.7fr 1fr;
    gap: 80px;
}
.main-map .map .root_daum_roughmap{
    height : 100% !important;
}
.main-map .map .root_daum_roughmap .wrap_map{
    height : 100% !important;
}
.main-map .map-list{
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.main-map .item{
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.main-map .item h6{
    color: var(--page-point-color);
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 2px;
}
.main-map .item p{
    font-size: 18px;
    font-weight: 600;
    color: #111;
}
.main-map .item:last-child p{
    font-size: 17px;
    font-weight : 400;
    color : #333;
}
.main-map .item ul{
    /* display: grid; */
    /* grid-template-columns: 1fr 1fr; */
    /* gap: 20px 20px; */
    background: #f7f8fb;
    padding: 15px 20px;
    border-radius: 2px;
}
.main-map .item li{
    display: flex;
    /* flex-direction: column; */
    gap: 15px;
    font-size: 17px;
    align-items: center;
}
.main-map .item li + li{margin-top: 5px;}
.main-map .item li span{
    color: var(--page-point-color2);
    font-weight: 700;
    line-height: 1;
    font-size: 15px;
}
/* 서브 페이지 */
.breadcrumb {
    margin: 0;
    padding: 0;
    background: transparent;
    display: flex;
    align-items: center;
    gap: 25px;
    position: relative;
    border-radius: 0;
    margin-bottom: 30px;
    margin-top: 40px;
}

.breadcrumb li {
    font-size: 14px;
    position: relative;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1em;
}

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

.breadcrumb li.active {
    opacity: 1;
    color: rgba(255, 255, 255, 0.6);
}

.breadcrumb>li+li:before {
    padding: 0;
    font-family: var(--icons);
    content: "\e5e1";
    position: absolute;
    top: -1px;
    left: -18px;
    font-size: 12px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.4em;
}

.breadcrumb li a {}

.breadcrumb li a span {
    font-size: 16px;
    width: 16px;
    height: 16px;
    --fill: 1;
    color: rgba(255, 255, 255, 0.6);
    line-height: 20px;
}

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

.subpage-header .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: brightness(0.5);
}

[id^=ab0] .subpage-header .bg {
    /* background: #ddd url("/public/img/sub/subBg01.png") no-repeat center / cover; */
    background: #ddd url("/public/img/sub/subBg01.jpg") no-repeat center / cover;
}

[id^=pro0] .subpage-header .bg {
    /* background: #ddd url("/public/img/sub/subBg02.png") no-repeat center / cover; */
    background: #ddd url("/public/img/sub/subBg02.jpg") no-repeat center / cover;
}

[id^=tech0] .subpage-header .bg {
    /* background: #ddd url("/public/img/sub/subBg03.png") no-repeat center / cover; */
    background: #ddd url("/public/img/sub/subBg03.jpg") no-repeat center / cover;
}

[id^=video0] .subpage-header .bg {
    /* background: #ddd url("/public/img/sub/subBg04.png") no-repeat center / cover; */
    background: #ddd url("/public/img/sub/subBg04.jpg") no-repeat center / cover;
}

[id^=commu0] .subpage-header .bg {
    /* background: #ddd url("/public/img/sub/subBg05.png") no-repeat center / cover; */
    background: #ddd url("/public/img/sub/subBg05.jpg") no-repeat center / cover;
}

[id^=location0] .subpage-header .bg {
    /* background: #ddd url("/public/img/sub/subBg06.png") no-repeat center / cover; */
    background: #ddd url("/public/img/sub/subBg06.jpg") no-repeat center / cover;
}

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

.subpage-title h2 {
    margin-top: 0;
    font-weight: 800;
    font-size: 50px;
    letter-spacing: 0;
    color: #fff;
    line-height: 1;
}

/* [ subpage-navbar ] */
.snb {
    position: absolute;
    z-index: 10;
    bottom: -30px;
    width: 100%;
    padding: 0 15px;
}

.snb ul {
    position: relative;
    display: flex;
    margin: 0;
    justify-content: center;
    margin-top: -36px;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.12);
}

.snb li {
    background: #F1F4F8;
    flex: 1 0 250px;
}

.snb li+li::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 20px;
    background: #fff;
    opacity: 0.2;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.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;
    height: 60px;
    color: #fff;
    letter-spacing: 0;
    background: var(--page-point-color);
}

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

.subpage-content {
    padding: 130px 0 180px;
}

.subpage-content .con {}

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

.title-h3 h3 {
    color: #222;
    font-size: 40px;
    font-weight: 800;
    text-align: center;
    letter-spacing: -0.025em;
}

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

.greet-wrap .text-box {}

.greet-wrap .text-box p {
    font-size: 18px;
    color: #444;
    line-height: 1.4;
}

.greet-wrap .text-box p span {
    color: var(--page-point-color);
    font-weight: 600;
}

.greet-wrap .text-box p+p {
    margin-top: 25px;
}

.greet-wrap .text-box p:has(img) {
    display: flex;
    justify-content: end;
}

.greet-wrap .text-box p img {
    width: 160px;
}

.greet-wrap .img-box {}

.greet-wrap .img-box img {}

/* 회사연혁 */
.history-wrap {
    display: flex;
    flex-direction: column;
    gap: 55px;
    position: relative;
    width: 1000px;
    margin: auto;
}

.history-wrap::before {
    position: absolute;
    content: "";
    left: 294px;
    top: 0;
    width: 1px;
    height: 100%;
    background: #EAEAEA;
}

.history-wrap .history-box {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 60px;
    align-items: flex-start;
}

.history-box .year {
    font-weight: 600;
    line-height: 1;
    color: var(--page-point-color);
    font-size: 45px;
    position: relative;
    padding-left: 50px;
}

.history-box .year::before {
    position: absolute;
    content: "";
    right: 0;
    top: 33%;
    transform: translateY(-50%);
    width: 12px;
    aspect-ratio: 1;
    background: var(--page-point-color2);
    border-radius: 50%;
}

.history-box ul {}

.history-box ul li {
    display: grid;
    align-items: center;
    font-size: 17px;
    color: #222;
    position: relative;
    padding-left: 13px;
}

.history-box ul li::before {
    position: absolute;
    content: "";
    left: 0;
    top: 8px;
    width: 4px;
    aspect-ratio: 1;
    background: #000;
    display: none;
}

.history-box ul li span {
    font-size: 17px;
    font-weight: 600;
    color: #000;
}

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

.intro-wrap {
    margin-top: 120px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px 20px;
}

.intro-wrap .item {}

.intro-wrap .item .img-box {
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
}

.intro-wrap .item .img-box img {}

.intro-wrap .item p {
    text-align: center;
    margin-top: 15px;
    font-size: 17px;
    font-weight: 600;
    color: #333;
    letter-spacing: -0.025em;
}

/* 사업분야 */
.business-wrap, .point-wrap {
    display: grid;
    grid-template-columns: 0.3fr 1fr;
}

.sub-h5 {
    font-size: 30px;
    color: #222;
    position: relative;
    font-weight: 700;
    margin-bottom: 25px;
    letter-spacing: -0.025em;
}

.sub-h5::before {
    position: absolute;
    content: "";
    left: 3px;
    width: 27px;
    background: #111;
    top: -5px;
    height: 2px;
    display: none;
}

.tap-inner .sub-h5 {
    text-align: center;
    font-size: 36px;
    margin-bottom: 80px;
}

#ab03 .inners {
    display: grid;
    flex-direction: column;
    gap: 20px;
}

#ab03 .point-wrap .inners {
    grid-template-columns: 1fr 1fr;
}

#ab03 .point-wrap .inners .inner {
    display: flex;
    flex-direction: column;
    gap: 21px;
    border: 1px solid #dfe3e7;
    padding: 35px 50px;
    border-top: 1px solid var(--page-point-color2);
}

#ab03 .inners .inner {
    display: grid;
    grid-template-columns: 0.5fr 1fr;
    gap: 50px;
    align-items: flex-start;
}

#ab03 .inners .inner h6 {
    font-size: 20px;
    font-weight: 700;
    color: var(--page-point-color);
    display: flex;
    align-items: flex-start;
    gap: 7px;
}

#ab03 .inners .inner h6 span {
    color: #071d39;
    font-weight: 700;
}

.bar-list {
    margin-bottom: 15px;
}

.bar-list li {
    padding-left: 15px;
    position: relative;
    font-size: 18px;
}

.bar-list li+li {
    margin-top: 10px;
}

.bar-list li::before {
    position: absolute;
    content: '';
    left: 0;
    top: 10px;
    width: 6px;
    height: 2px;
    background: #333;
}

#ab03 .bar-list {
    margin: 0;
}

#ab03 .bar-list li {
    font-size: 18px;
    color: #222;
    font-weight: 500;
    line-height: 1.5;
    padding-left: 15px;
}

#ab03 .bar-list li::before {
    top: 14px;
    width: 7px;
    height: 1px;
    background: #444;
}

#ab03 .bar-list li+li {
    margin-top: 5px;
}

#ab03 .business-wrap .inners .inner {
    background: #F1F7FE;
    padding: 40px;
    border-radius: 10px;
    grid-template-columns: 0.7fr 1fr;
}

.point-wrap {
    margin-top: 100px;
    border-top: 1px solid #eee;
    padding-top: 100px;
}

#ab03 .business-wrap .inners .inner {}

#ab03 .point-wrap .inners {
    grid-template-columns: 1fr 1fr;
}

#ab03 .point-wrap .bar-list li {
    font-size: 17px;
    padding-left: 10px;
    font-weight: 400;
}

#ab03 .point-wrap .bar-list li::before {
    width: 3px;
    height: 3px;
    top: 10px;
}

#ab03 .point-wrap .bar-list li + li {
    margin-top: 3px;
}

#ab03 .point-wrap .inners .inner h6 {
    line-height: 1.4;
}

/* 회사네트워크망 */
.network-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
}

.network-wrap .network {
    flex: 1 1 calc(33.333% - 40px);
    border-top: 1px solid #333;
    padding-top: 30px;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 40px;
}

.network-wrap .network:nth-child(1) {
    flex: 1 1 100%;
    border-right: 0;
    border-bottom: 0;
}

.network-wrap .info span::before {
    content: "\e0c8";
    font-family: "Material Symbols Outlined";
    top: 0px;
    left: 0;
    position: absolute;
    border-radius: 50%;
}

.network-wrap .network:last-child {
    border-right: 0;
}

.network-wrap .sub-h5 {
    margin-bottom: 25px;
    font-size: 26px;
    font-weight: 600;
}

.network-wrap .network:nth-child(1) .sub-h5 {
    font-size: 30px;
    font-weight: 700;
}

.network-wrap .inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
}

.network-wrap .info {}

.network-wrap .info span {
    display: block;
    margin-bottom: 8px;
    color: var(--page-point-color2);
    font-size: 18px;
    font-weight: 700;
    position: relative;
    padding-left: 20px;
}

.network-wrap .info p {
    font-size: 16px;
}

.network-wrap .img-box {}

.network-wrap .img-box img {}

/* 제품소개 */
.routing-wrap {}

.routing-wrap .sub-h5 {}

.routing-box {
    display: flex;
    flex-direction: column;
    gap: 100px;
}

.routing-box .box01 {}

.routing-box .box01 p {
    font-size: 18px;
    margin-bottom: 25px;
    color: #222;
    font-weight: 500;
}

.routing-box .box01 .items {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px;
}

.routing-box .box01 .items .img-box {
    border: 1px solid #ddd;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.routing-box .box01 .items .img-box img {}

.routing-box .grid-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 55px;
    align-items: center;
}

.routing-box .grid-box .inner {}

.pro-tit {
    font-weight: 800;
    font-size: 24px;
    margin-bottom: 25px;
    color: #222;
}

.mask-box .film01 .item > h6 {
    font-size: 18px;
    margin-bottom: 15px;
}

.routing-box .grid-box .inner .pro-tit {
    font-size: 18px;
    margin-bottom: 15px;
}

.routing-box .grid-box .img-box {}

.routing-box .grid-box .img-box img {}

.routing-box .grid-box .table-style01 {}

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

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

.table-box .table-style01 tr {
    border-bottom: 1px solid #DFE0E2;
}

.table-box .table-style01 td {}

.table-box .table-style01 th,
.table-box .table-style01 td {
    padding: 15px 20px;
    font-size: 16px;
    font-weight: 400;
    color: #333;
}

.table-box .table-style01 tbody th {
    background: #f7f8f8;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    border-right: 1px solid #DFE0E2;
    padding: 15px 20px;
}

.ability {
    display: grid;
    grid-template-columns: 1.3fr 1fr 1fr;
    gap: 20px 20px;
}

.inner.row2 {
    grid-row: span 2;
}

.ability .inner {}

.ability .row2.inner .img-box {
    height: 504px;
}

.ability .inner .img-box {
    height: 223px;
}

.ability .inner .img-box img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

p.img-desc {
    margin-top: 15px;
    text-align: center;
    font-size: 17px;
    font-weight: 600;
}

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

.quality-box .quality {}

.quality-box .quality .desc {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 600;
    padding-left: 8px;
    color: #092555;
}

.quality-box .quality .desc::before {
    content: '';
    display: block;
    width: 3px;
    height: 16px;
    background: #010137;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.quality .inners {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.quality:nth-child(2) .inners .inner {
    justify-content: center;
}

.quality .inners .inner.flex {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.quality .inners .inner.flex span {
    font-size: 92px;
    font-variation-settings: 'FILL' 0,
  'wght' 200,
  'GRAD' 0,
  'opsz' 24;
    color: #9ba3a3;
}

.quality:nth-child(3) .inners,
.quality:nth-child(2) .inners {
    display: flex;
    justify-content: space-between;
}

.quality:nth-child(2) .inners {
    padding: 60px;
    border: 1px solid #DFE0E2;
}

.quality:nth-child(1) .inners .inner.flex .img-box img {
    height: 260px;
    width: 100%;
    object-fit: cover;
}

.quality:nth-child(3) .inners .inner.flex .img-box img {
    height: 252px;
}

.quality:nth-child(1) .inners .inner .img-box img {
    height: 576px;
}

.quality:nth-child(3) .inners .inner .img-box img {
    height: 525px;
}

.table-style02 {
    width: 100%;
}

.table-style02 tr {
    border-bottom: 1px solid #DFE0E2;
}

.table-style02 thead tr {
    border-color: #DFE0E2;
}

.solder-box.box03 .table-style02 tr:nth-child(5), .solder-box.box03 .table-style02 tr:nth-child(9), .solder-box.box03 .table-style02 tr:nth-child(18), .solder-box.box03 .table-style02 tr:nth-child(22), .solder-box.box03 .table-style02 tr:nth-child(26) {
    border-color: #B9BBC6;
}

.table-style02 td,
.table-style02 th {
    text-align: center;
    padding: 15px 10px;
    font-size: 16px;
}

.table-style02 td {
    border-right: 1px solid #DFE0E2;
}

.table-style02 td:last-child {
    border-right: 0;
}

.table-style02 td.highlight {
    background: #fffcf1;
    font-weight: 600;
}

.table-style02 th {
    background: #f7f8f8;
    font-weight: 600;
    color: #222;
    padding: 20px 10px;
}

.table-style02 tbody th {
    background: #f2f7fe;
}

.table-style02 th.highlight {
    background: #ffe78c;
}

/* laser */
.laser-wrap {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.laser-wrap .laser-box {}

.laser-wrap .laser-box .sub-h5 {
}

.laser {
    display: grid;
    grid-template-columns: 1fr 360px;
    gap: 100px;
    align-items: center;
    border-top: 1px solid #999;
    padding-top: 15px;
}

.laser .txt-box {}

.laser .txt-box ul {}

.laser .txt-box ul li {
    font-size: 17px;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: 0;
    padding-left: 15px;
}

.laser .txt-box ul li::before {
    content: '';
    display: block;
    width: 3px;
    height: 3px;
    background: #333;
    position: absolute;
    left: 3px;
    top: 11px;
}

.laser .txt-box ul li+li {
    margin-top: 5px;
}

.laser .img-box {}

.laser .img-box img {}

/* mask */
.tab-type {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
}

.tab-type li {
    width: 100%;
}

.tab-type li button {
    background: #fff;
    border: 0;
    padding: 17px 24px;
    color: #777;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    width: 100%;
    border-bottom: 1px solid #ddd;
    letter-spacing: 0;
}

.tab-type li+li button {
    border-left: 0;
}

.tab-type li button.on {
    color: var(--page-point-color);
    font-weight: 700;
    background: #fff;
    border-bottom: 0;
    border-bottom: 2px solid #0e53f7;
}

.tap-inners {
    position: relative;
}

.tap-inner {
    display: none;
    opacity: 0;
    animation: fadeTab 0.6s ease forwards;
    padding: 80px 0 0;
    border-top: 0;
}

.tap-inner.show {
    display: block !important;
    opacity: 1;
}

.solder-wrap {
    display: flex;
    flex-direction: column;
    gap: 100px;
}

.mask-box {
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.mask-box .in01, .nano-box .feature {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    padding: 50px;
    background: #f7f8f8;
    gap: 80px;
    border-radius: 5px;
}

.mask-box .in01 .img-box {}

.mask-box .in01 .img-box img {
    width: 100%;
    object-fit: cover;
}

.mask-box .in01 .txt-box {
    padding-right: 40px;
}

.mask-box .in01 .txt-box p {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6;
    color: #333;
}

.mask-box .in01 .txt-box p+p {
    margin-top: 25px;
}

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

.mask-box .in02 .img-box {}

.mask-box .in02 .img-box img {
    border: 1px solid #ddd;
}

.mask-box .in03 {}

.mask-box .in03 .pro-tit {}

.mask-box .in03 .process-box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.mask-box .in03 .process {
    background: #f3f7fe;
    padding: 25px 40px;
    display: flex;
    flex-direction: column;
}

.mask-box .in03 .process h6 {
    display: flex;
    align-items: center;
    gap: 7px;
    color: var(--page-point-color);
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 5px;
}

.mask-box .in03 .process h6 + p {
    font-weight: 500;
}

.mask-box .in03 .process h6 span {}

.mask-box .in03 .process p {
    font-size: 17px;
}

.mask-box .in03 .process p+p {
    margin-top: 3px;
    color: var(--page-point-color2);
    font-weight: 500;
    font-size: 16px;
}

.nano-box {
    display: flex;
    flex-direction: column;
    gap: 70px;
}

.nano-box .feature {
    /* display: grid; */
    /* grid-template-columns: repeat(2, 1fr); */
    /* gap: 50px; */
}

.nano-box .feature .txt-box {}

.nano-box .feature .txt-box p {
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 10px;
}

.nano-box .feature .bar-list {}

.nano-box .feature .bar-list li {
    font-weight: 500;
}

.nano-box .feature .bar-list li::before {
    top: 11px;
}

.nano-box .feature .bar-list li+li {
    margin-top: 7px;
}

.nano-box .feature .img-box {}

.nano-box .feature .img-box img {}

.coating {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 50px;
}

.coating .coat {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.coating .coat .img-box {
    position: relative;
}

.coating .coat .img-box:before {
    position: absolute;
    content: "\e5e1";
    right: 0;
    top: 62px;
    font-family: var(--icons);
    font-size: 30px;
    font-weight: 500;
    color: #999;
}

.coating .coat:nth-child(1) .img-box:before {
    right: -40px;
}

.coating .coat:nth-child(2) .img-box:nth-child(3):before {
    right: -72px;
}

.coating .coat:nth-child(2) .img-box:nth-child(2):before {
    right: -44px;
}

.coating .coat:nth-child(3) .img-box:before {
    display: none;
}

.coating .coat .img-box img {
    height: 169px;
    width: 100%;
    object-fit: cover;
}

.coating .coat .img-box .img-desc {line-height: 1.4;}

.coating .coat.grid {
    grid-column: span 2;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 60px;
    padding: 20px 30px;
    margin-bottom: 20px;
    border: 3px solid #e2edf5;
    border-radius: 20px;
}

.coating .coat.grid h6 {
    grid-column: span 2;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 25px;
    color: var(--page-point-color2);
}

.touch-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.touch-box .touch {}

.touch-box .touch h6 {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 700;
}

.touch-box .img-box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.touch-box .img-box img {}

.life-box {
    display: grid;
    grid-template-columns: 0.5fr 1fr;
    gap: 30px;
    align-items: flex-start;
}

.bar-txt {}

.bar-txt .bar-desc {
    font-size: 16px;
    color: #333;
    font-weight: 400;
    margin: 20px 0 0;
    line-height: 1.5;
    background: #f8f8f8;
    padding: 25px;
    border-radius: 5px;
}

.bar-txt .bar-desc b {
    color: #5184ce;
    display: block;
    margin-bottom: 5px;
}

.bar-txt+.bar-txt {
    margin-top: 50px;
}

.bar-txt p {
    color: var(--page-point-color);
    margin-bottom: 8px;
    font-size: 20px;
    font-weight: 700;
}

.life-box .bar-txt .bar-list {}

.bar-txt .bar-list li {
    font-size: 17px;
    padding-left: 14px;
    font-weight: 500;
}

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

.bar-txt .bar-list li::before {
}

.life-box .img-box {}

.life-box .img-box img {}

.fair-box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
}

.fair-box .fair {}

.fair-box .fair .bar-list {
    margin-bottom: 10px;
}

.fair-box .fair .bar-list li {font-size: 17px;font-weight: 600;}

.fair-box .fair .bar-list li:before {
    top: 10px;
}

.fair-box .table-style02 {}

.fair-box .table-style02 th {}

.fair-box .table-style02 td {}

.sefair-box {
    display: grid;
    grid-template-columns: 0.5fr 1fr;
    gap: 30px;
}

.sefair-box .txt-box {}

.sefair-box .bar-txt {}

.sefair-box .bar-txt .bar-list {}

.sefair-box .bar-txt .bar-list li {}

.sefair-box .bar-txt .bar-list li::before {}

.sefair-box .img-box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.sefair-box .img-box .item {
    border: 1px solid #DFE0E2;
    padding: 20px;
}

.sefair-box .img-box .item span {
    display: block;
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 17px;
    text-align: center;
}

.sefair-box .img-box .item img {}

.case-box {
    border: 3px solid #f1f1f1;
    border-radius: 20px;
    padding: 60px;
}

.case-box>span {
    display: block;
    padding: 7px 30px;
    background: #5184ce;
    width: fit-content;
    color: #fff;
    text-align: center;
    font-size: 18px;
    margin-bottom: 30px;
    letter-spacing: 0;
    border-radius: 40px;
    font-weight: 500;
}

.case-box .case {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.case-box + .case-box {
    margin-top: 40px;
}

.case-box .case+.case {
    margin-top: 40px;
}

.case-box .case .bar-txt {}

.case-box .case .bar-txt li.spec {
    color: #d72020;
}

.case .table-style02 td.spec {
    color: #d72020;
}

.case-box .compare {
    margin-bottom: 40px;
}

.compare .bar-list li b {
    color: #d72020;
}

.case-box:nth-child(3) .table-style02 thead th {padding: 12px 10px;}
.case-box:nth-child(3) .table-style02 td {
    padding: 12px 10px;
}
.case-box:nth-child(3) .table-style02 tbody th {
    padding: 12px 10px;
    background: #f7f8f8;
}

.table-style02 td.redTd {
    background: #ffeded;
}

.table-style02 td.yellowTd {
    background: #ffffd7;
}

.frame-box {
    border-bottom: 1px solid #eee;
    padding-bottom: 80px;
}

.frame-box .pro-tit,
.adapter-box .pro-tit {}

.frame-box .frame {
    width: 1100px;
    margin: auto;
}

.frame-box .fr01 .pro-tit {
    font-size: 20px;
    margin-bottom: 60px;
    text-align: center;
    font-weight: 500;
}

.frame-box .frame+.frame {
    margin-top: 80px;
}

.frame-box .frame .img-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.frame-box .frame .img-box img {}

.frame-box .fr02 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.frame .item {}

.frame .item .table-box {}

.frame .item .table-box th {}

.frame .item .table-box td {}

.frame .bar-list {}

.frame .bar-list li {
    font-size: 16px;
}

.frame .bar-list li::before {
    top: 9px;
}

.frame .bar-list li+li {}

.frame .bar-list li+li {}

.adapter-box {
    margin-top: 100px;
}

.adapter-box .desc {
    font-size: 20px;
    margin-bottom: 60px;
    text-align: center;
    font-weight: 500;
}

.adapter-box .adapter {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 75px;
    width: 1100px;
    margin: auto;
}

.adapter-box .adapter+.adapter {
    margin-top: 80px;
}

.adapter-box .adapter .item {}

.adapter .table-box {}

.adapter .table-box th {}

.adapter .table-box td {}

.keep-box {
    display: flex;
    flex-direction: column;
    gap: 70px;
}

.keep-box .keep {}

.keep-box .keep.ke01 .pro-tit {
    display: none;
}

.keep-box .num-box {
    border-radius: 5px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 50px;
    background: #f7f8f8;
}

.keep-box .num-box ul {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 0 30px;
}

.keep-box .num-box ul+ul {
    border-left: 2px dotted #ddd;
}

.keep-box .num-box ul li {
    font-size: 18px;
    font-weight: 500;
}

.keep-box .num-box ul li:has(span) {
    display: grid;
    grid-template-columns: 40px 1fr;
    gap: 5px 10px;
}

.keep-box .num-box ul li span {
    color: #fff;
    font-weight: 700;
    background: var(--page-point-color2);
    border-radius: 20px;
    font-size: 14px;
    text-align: center;
    padding: 3px 10px;
    letter-spacing: 0;
    height: 24px;
}

.keep-box .num-box ul li small {
    grid-column: 2;
    grid-row: 2;
    font-size: 16px;
}

.keep-box .img-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 30px;
    margin-top: 40px;
    border: 1px solid #ddd;
    padding: 50px;
    align-items: end;
}

.keep-box .img-wrap .img-box {}

.keep-box .img-wrap .img-box img {
    margin: 0 auto
}

.keep-box .img-wrap .img-box:nth-child(1) {
    grid-row: span 2;
}

.keep-box .ke01 .desc {
    color: #b35b59;
    font-weight: 700;
    text-align: end;
    margin-top: 15px;
}

.keep-box .keep.ke02 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 90px;
}

.keep-box .img-wrap .img-box p {}

.keep-box .item {}

.keep-box .item .pro-txt {margin-top: 30px;}

.keep-box .item .pro-txt .info {
    font-size: 18px;
    margin-top: 15px;
    line-height: 1.6;
}

.keep-box .bar-box {
    margin-top: 25px;
}

.keep-box .bar-box p {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
}

.keep-box .bar-box .bar-list {}

.keep-box .bar-box .bar-list li {
    font-size: 16px;
    padding-left: 13px;
}

.keep-box .bar-box .bar-list li::before {
}

.keep-box .table-style01 {}

.keep-box .table-style01 th {}

.keep-box .table-style01 td {}

.multi-box {
    display: flex;
    flex-direction: column;
    gap: 70px;
}

.multi-box .mu01 {
    display: grid;
    grid-template-columns: 0.4fr 1fr;
    align-items: center;
    padding: 50px;
    background: #f7f8f8;
    gap: 80px;
    border-radius: 5px;
}

.multi-box .mu01 .inner {
    margin-top: 40px;
}

.multi-box .mu01 .img-box {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.multi-box .mu01 .img-box img {}

.multi-box .mu01 .txt-box .pro-tit {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 500;
}

.multi-box .mu01 .txt-box .inner .pro-tit {
    font-weight: 700;
}

.multi-box .mu01 .table-style01 {}

.multi-box .mu01 .table-style01 th {
    background: #fff;
    font-weight: 600;
    text-align: center;
}

.multi-box .mu01 .table-style01 td {
    text-align: center;
}

.multi-box .method {
    display: flex;
    gap: 60px;
    align-items: center;
}

.multi-box .method .img-box {}

.multi-box .method .img-box img {}

.multi-box .method .bar-list {}

.multi-box .method .bar-list li {
    font-weight: 500;
    font-size: 17px;
    padding-left: 15px;
}

.multi-box .method .bar-list li::before {
    content: '';
    display: block;
    width: 3px;
    height: 3px;
    background: #333;
    position: absolute;
    left: 3px;
    top: 11px;
}

.multi-box .ex-box {
    display: grid;
    gap: 60px;
    grid-template-columns: 0.5fr 1fr;
    align-items: center;
}

.multi-box .ex-box .img-box {}

.multi-box .ex-box .img-box img {}

.multi-box .ex-box .txt-box {
    padding-top: 30px;
}

.multi-box .ex-box .txt-box p {
    font-weight: 500;
    font-size: 17px;
    padding-left: 15px;
}

.multi-box .ex-box .txt-box p::before {
    content: '';
    display: block;
    width: 3px;
    height: 3px;
    background: #333;
    position: absolute;
    left: 3px;
    top: 11px;
}

.multi-box .ex-box .txt-box p+p {
    margin-top: 5px;
}

.multi-box .mu04 {}

.multi-box .mu04 .img-wrap {
    display: flex;
    gap: 60px;
    align-items: end;
}

.multi-box .mu04 .img-wrap .img-box {}

.multi-box .mu04 .img-wrap .img-box:nth-child(1) {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.multi-box .mu04 .img-wrap .img-box:nth-child(1) img {}

.multi-box .mu04 .img-wrap .img-box img {}

.multi-box .mu04 .img-wrap .img-box p {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 500;
}

.mask-box .cob {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
}

.mask-box .cob .item {}

.mask-box .cob .table-box {}

.mask-box .cob .table-style01 {}

.mask-box .cob .table-style01 th {}

.mask-box .cob .table-style01 td {}

.mask-box .film01 {}

.mask-box .film01 .film-box {
    display: grid;
    grid-template-columns: 1fr 0.7fr;
    gap: 60px;
}

.mask-box .film01 .item {}

.mask-box .film01 .item .img-box {
    display: flex;
    gap: 30px;
    flex-direction: column;
}

.mask-box .film01 .item .img-box img {}

.mask-box .film01 .item .img-box p {
    font-weight: 500;
    font-size: 18px;
}

.mask-box .film01 .table-style01 {}

.mask-box .film01 .table-style01 th {}

.mask-box .film01 .table-style01 td {}

.mask-box .film01 .table-style01 th.tc {
    text-align: center;
    border-right: 0;
}

.mask-box .film02 {}

.mask-box .film02 .end-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
}

.mask-box .film02 .end-box .item {}

.mask-box .film02 .end-box .item img {}

.mask-box .film02 .end-box .item p {
    text-align: center;
    margin-top: 15px;
    font-weight: 500;
    font-size: 18px;
}

/* solder */
.solder-box {}

.solder-box.box01 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
    align-items: end;
}

.solder-box.box01 .img-box {}

.solder-box.box01 .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.solder-box.box01 .table-box {}

.solder-box.box01 .table-box .table-style01 {}

.solder-box.box01 .table-box .table-style01 thead th {
    background: #e6e6e6;
    font-weight: 600;
    color: #222;
}

.solder-box.box02 {}

.solder-box.box02 .inner {
    display: grid;
    grid-template-columns: 1fr 0.5fr;
    gap: 60px;
}

.solder-box.box02 .point-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.solder-box.box02 .point-box .point {
    background: #f3f7fe;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 30px;
}

.solder-box.box02 .point-box .point p {
    font-weight: 700;
    font-size: 19px;
    line-height: 1.4;
    margin-bottom: 10px;
    color: #092555;
}

.solder-box.box02 .point-box .point p u {
    text-decoration: none;
    font-weight: 700;
    color: #2650b3;
}

.solder-box.box02 .bar-list {}

.solder-box.box02 .bar-list li {
    font-size: 17px;
    padding-left: 14px;
    margin-left: 12px;
}

.solder-box.box02 .bar-list li b {
    color: #111;
}

.solder-box.box02 .bar-list li::before {
    top: 10px;
    width: 6px;
    height: 2px;
    background: #333;
}

.solder-box.box02 .img-box {}

.solder-box.box02 .img-box img {}

.solder-box.box03 .items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.solder-box.box03 .item {
    border: 1px solid #DFE0E2;
    padding: 30px;
}

.solder-box.box03 .item p {
    font-size: 17px;
    margin-bottom: 15px;
    font-weight: 700;
}

.solder-box.box03 .item:nth-child(1) img {
    margin-top: 50px;
}

.solder-box.box03 .item p.tc {
    text-align: center;
    font-weight: 600;
}

.solder-box.box03 .item img {
    margin: 0 auto;
}

.solder-box.box03 .table-style01 {}

.solder-box.box03 .table-style01 thead th {
    text-align: center;
    background: #f7f8f8;
    font-weight: 600;
    color: #222;
    line-height: 1em;
}

.solder-box.box03 .table-style01 td {
    text-align: center;
    font-size: 15px;
    font-weight: 400;
}

.solder-box.box03 .table-style01 td ul {
    text-align: left;
}

.solder-box.box03 .table-style01 td ul li {
    font-size: 15px;
}

.solder-box.box03 .table-style01 td ul+ul {
    margin-top: 20px;
}

.solder-box.box03 .items+.table-box {
    margin-top: 60px;
}

.solder-box.box03 .table-style02 {}

.solder-box.box03 .table-style02 td {
    font-weight: 400;
}

.solder-box.box04 .table-style02 td,
.solder-box.box04 .table-style02 th {
}

.solder-box.box04 .table-style02 td[rowspan]:nth-child(1) {
    background: #f3f7fe;
    font-weight: 600;
    color: #222;
    padding: 20px 10px;
}

.solder-box.box04 .table-style02 tr:nth-child(9), .solder-box.box04 .table-style02 tr:nth-child(11), .solder-box.box04 .table-style02 tr:nth-child(13), .solder-box.box04 .table-style02 tr:nth-child(15), .solder-box.box04 .table-style02 tr:nth-child(19) {
    border-color: #B9BBC6;
}

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

.location-wrap .map-info {
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
}

.location-wrap .map-info ul {}

.location-wrap .map-info ul li {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}

.location-wrap .map-info ul li span {
    font-size: 20px;
    background: #f2f2f2;
    padding: 8px;
    border-radius: 50%;
}

.location-wrap .map-info ul li svg {}

.location .items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.location .item {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.location .item span {
    font-size: 17px;
    font-weight: 500;
    color: #286abd;
}

.location .item p {
    font-size: 17px;
}

.lo02-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid #333;    /* 상단 라인 */
  border-bottom: 1px solid #ddd; /* 하단 라인 */
}

.lo02-box {
  padding: 35px 40px;
  font-size: 14px;
  line-height: 1.6;
  height: 300px;
}

/* 가운데 가로 라인(첫 번째 행 아래만) */
.lo02-box:nth-child(1),
.lo02-box:nth-child(2) {
  border-bottom: 1px solid #ddd;
}

/* 가운데 세로 라인(왼쪽 컬럼 오른쪽에만) */
.lo02-box:nth-child(1),
.lo02-box:nth-child(3) {
  border-right: 1px solid #ddd;
}

.lo02-box h4 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
}

.lo02-box p {
  font-size: 16px;
}

.lo02-box p + p {
    margin-top: 15px;
}

.lo02-box p strong {
    font-size: 18px;
    font-weight: 600;
    color: var(--page-point-color2);
    position: relative;
    padding-left: 20px;
}
.lo02-box p strong::before {
    content: "\e0c8";
    font-family: "Material Symbols Outlined";
    top: -1px;
    left: 0;
    position: absolute;
    border-radius: 50%;
}

/* 블로그 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,
#bbsArea .table_video {
    margin: 0 !important;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px 20px;
}

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

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

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

#bbsArea .table_blog2 .inner .top,
#bbsArea .table_video .inner .top {}

#bbsArea .table_blog2 .inner .top a,
#bbsArea .table_video .inner .top a {}

#bbsArea .table_blog2 .inner .top a span,
#bbsArea .table_video .inner .top a span {
    aspect-ratio: 16/9;
    height: auto;
}

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

#bbsArea .table_blog2 .inner .bottom .title,
#bbsArea .table_video .inner .bottom .title {
    padding: 0;
    margin: 0;
    white-space: unset;
}

#bbsArea .table_blog2 .inner .bottom .title a,
#bbsArea .table_video .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,
#bbsArea .table_video .inner .bottom .title a span {
    display: block;
    width: 100%;
    word-break: break-all;

}

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

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

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

.category_wrap ul {}

.category_wrap ul li {}

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

.category_wrap ul li a {}

.category_wrap ul li.on {}

.category_wrap ul li.on a {}

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

#bbsArea .board_wrapper {
    margin-bottom: 120px;
}

#bbsArea .board_list_list table {
    border-top: 1px solid #222;
    margin: 0;
}

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

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

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

#bbsArea .board_list_list col.subject_col {}

#bbsArea .board_list_list col.writer_col {}

#bbsArea .board_list_list col.regdate_col {}

#bbsArea .board_list_list thead tr {}

#bbsArea .board_list_list thead tr th {
    background: transparent;
    padding: 20px 18px;
    color: #222;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: -0.01em;
    border-bottom: 0;
}

#bbsArea .board_list_list tbody tr {}

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

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

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

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

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

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

#bbsArea .board_list_list tbody td span {}

#bbsArea .board_list_list tbody td span.badge {}

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

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

/* 주문폼 */
#bbsArea .board_wrapper {
    overflow: 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.btn-lg {
    width: 200px;
    height: 55px;
    font-size: 18px;
    letter-spacing: 0;
    font-weight: 400;
}

#login_btn {
    width: 100%;
}

/* 푸터 */
footer {
    padding: 45px 0 50px;
    background-color: #0A0A0C;
    color: #fff;
}

footer .footer-wrap {
    display: grid;
    grid-template-columns: 250px 1fr;
    gap: 50px;
    align-items: flex-start;
}

footer .footer-img {
    display: grid;
    grid-template-columns: 50px 1fr;
    gap: 4px;
    align-items: center;
}

footer .footer-img img {}

footer .footer-img span {
    font-size: 31px;
    font-weight: 800;
}

footer li {
    font-size: 15px;
    color: #ededed;
    letter-spacing: 0;
    line-height: 1.5;
    font-weight: 200;
    display: flex;
    align-items: center;
    gap: 7px;
    opacity: 0.8;
}

footer li span {
    color: #c2c2c2;
    opacity: 1;
    font-weight: 600;
    line-height: 1.3;
}

footer li.copy {
    margin-top: 5px;
    color: #bbb;
    font-size: 12px;
    letter-spacing: 0.02em;
}

footer .footer-info {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    line-height: 1em;
    color: #444;
    gap: 2px 20px;
}



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

.footer-info li.login a {
    display: block;
    padding: 10px 12px;
    border-radius: 1px;
    color: #ccc;
    font-size: 13px;
    line-height: 1;
    letter-spacing: 0;
    font-weight: 500;
    border: 1px solid rgba(255, 255, 255, 0.30);
}

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

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

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

/* 반응형 */
@media (max-width: 767px) {
    .carousel-control {
        font-size: 14px;
    }

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

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

    .navbar-inverse .navbar-toggle {
        border: 0;
        padding: 20px 0;
        margin: 7px 0;
        order: 2;
    }

    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #000;
        opacity: 1;
        position: relative;
    }

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

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

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

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

    .navbar-inverse.open .navbar-toggle>.icon-bar:nth-of-type(1) {
        transform: rotate(45deg);
        top: 6px;
    }

    .navbar-inverse.open .navbar-toggle>.icon-bar:nth-of-type(2) {
        opacity: 0;
    }

    .navbar-inverse.open .navbar-toggle>.icon-bar:nth-of-type(3) {
        transform: rotate(-45deg);
        top: -6px;
    }
}

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

.member_wrapper #join_form .table tbody tr th {
    width: 100% !important;
}

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

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

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

.login_wrapper {
    background: #f5f5f5;
}

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

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

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

#login_form .form-group {}

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

.login_extra {}

.login_extra ul {}

.login_extra ul li {}

.login_extra ul li a {}

#find_btn {
    width: 100%;
}

@media (max-width:576px) {
    #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 fadeTab {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

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

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


@media (max-width:767px) {
    #board_data_view .header_wrap {
        padding: 25px 0 25px;
    }

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

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

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