@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: 91px;
}

html {
    visibility: hidden;
}

html.no-js {
    visibility: visible;
}

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

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

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: #130ea8;
    --icons: "material symbols outlined";
    --gms-opsz: "opsz" 48;
    --gms-100-fill: "FILL" 1, "wght" 100, var(--gms-opsz);
    --gms-200-fill: "FILL" 1, "wght" 200, var(--gms-opsz);
    --gms-300-fill: "FILL" 1, "wght" 300, var(--gms-opsz);
    --gms-400-fill: "FILL" 1, "wght" 400, var(--gms-opsz);
    --gms-500-fill: "FILL" 1, "wght" 500, var(--gms-opsz);
    --gms-600-fill: "FILL" 1, "wght" 600, var(--gms-opsz);
    --gms-700-fill: "FILL" 1, "wght" 700, var(--gms-opsz);
    --gms-100-out: "FILL" 0, "wght" 100, var(--gms-opsz);
    --gms-200-out: "FILL" 0, "wght" 200, var(--gms-opsz);
    --gms-300-out: "FILL" 0, "wght" 300, var(--gms-opsz);
    --gms-400-out: "FILL" 0, "wght" 400, var(--gms-opsz);
    --gms-500-out: "FILL" 0, "wght" 500, var(--gms-opsz);
    --gms-600-out: "FILL" 0, "wght" 600, var(--gms-opsz);
    --gms-700-out: "FILL" 0, "wght" 700, var(--gms-opsz);
}

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

@media (min-width:1200px) {

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

.login_container {
    padding: 200px 0;
}

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

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

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

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


/* 상단 메뉴 */
@media(min-width:768px) {
    .navbar-inverse>.container {
        /* width: 100%; */
        /* padding: 0 60px; */
        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-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 .navbar-right>li>a {
        color: #fff;
    }

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

.navbar-inverse {
    background: #fff;
    position: fixed;
    margin-bottom: 0;
    border-bottom: 1px solid #eee;
    padding: 0;
    transition: all 0.3s ease;
}

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

.navbar-inverse .navbar-nav {}

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

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

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

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

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

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

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

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

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

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

.navbar-inverse .navbar-nav .dropdown .dropdown-menu>li:hover>a {
    background: transparent;
    font-weight: 600;
}

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

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


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

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

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

/* 슬라이드 글자*/
.carousel-caption {
    top: 50%;
    padding: 0;
    text-align: left;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.carousel-caption h1 {
    margin-bottom: 15px;
    position: relative;
    line-height: 1.45;
    color: #fff;
    font-weight: 600;
    font-size: 58px;
    text-shadow: none;
    letter-spacing: -0.034em;
}

.carousel-caption p {
    margin-top: 10px;
    font-size: 30px;
    font-weight: 500;
    text-shadow: none;
    letter-spacing: 0;
}

.carousel-caption .scr-btn {
    position: absolute;
    bottom: 50px;
    left: 50%;
    color: #fff;
    transform: translateX(-50%);
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.025em;
}

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

.carousel-control,
.carousel-indicators {}

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

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

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

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

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

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

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

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

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

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

/* 메인 페이지 */
#login-box {
    margin-left: 35px;
    margin-top: 35px;
    float: left;
}

#login-box .login-li {
    display: flex;
    gap: 0 17px;
}

#login-box .login-li>li {
    position: relative;
}

#login-box .login-li>li::after {
    content: '';
    display: block;
    width: 1px;
    height: 12px;
    background: #c9c9c9;
    position: absolute;
    top: 51%;
    right: -9px;
    transform: translateY(-50%);
}

.navbar-nav>li#gnbauth {
    display: none;
}

#login-box .login-li>li:last-child::after {
    display: none
}

#login-box .login-li>li a {
    color: #000;
    font-size: 13px;
    font-weight: 600;
}

.mainpage {}

.mainpage section {
    padding: 110px 0 150px;
}

.main-con {}

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

.main-tit h3 {
    text-align: center;
    font-size: 45px;
    font-weight: 700;
    color: #000;
}

.main-inner {}

.main-inner .inner {}

.main-inner .area-wrap {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px;
}

.main-inner .area-wrap a {
    border-radius: 7px;
    aspect-ratio: 3/5;
    position: relative;
    overflow: hidden;
}

.main-inner .area-wrap a:hover p {
    /* background: rgba(0, 0, 0, 0.75); */
}

.main-inner .area-wrap a::after {
    transition: all 0.4s;
    content: '';
    display: block;
    width: 100%;
    height: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    /* transform: translate(0, -80%); */
}

.main-inner .area-wrap a:hover::after {
    background: #000;
    height: 100%;
    opacity: 0.3;
}

.main-inner .area-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: #ddd;
    filter: grayscale(0.4);
}

.main-inner .area-wrap a:hover img {
    filter: grayscale(0);
}

.main-inner .area-wrap p {
    position: absolute;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    content: "";
    background: rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    padding-bottom: 30px;
    z-index: 10;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}

.main-inner .inner+.inner {
    margin-top: 80px;
}

.main-inner .performance-box {
    display: block;
    height: 272px;
    width: 100%;
    padding: 60px 70px;
    background: #ddd url("/public/img/main/main02_01.jpg") no-repeat center / cover;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.main-inner .performance-box::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgba(35, 30, 106, 0.3), transparent);
    top: 0;
    left: 0;
    position: absolute;
}

.main-inner .performance-box:hover p {
    background: #fff;
    color: #000;
    font-weight: 700;
}

.main-inner .performance-box .txt-box {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
}

.main-inner .performance-box h6 {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
}

.main-inner .performance-box p {
    padding: 12px 15px;
    width: 170px;
    text-align: center;
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    transition: all 0.3s ease;
}

/* 오시는길 */
.mainpage section#main02 {
    background: url("/public/img/main/main02bg.jpg") no-repeat center / cover;
    position: relative;
    padding: 100px 0;
}

#main02::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(9, 12, 22, 0.5);
}

#main02 .main-tit {
    position: relative;
    margin-bottom: 35px;
}

#main02 .map-box {
    position: relative;
    display: flex;
    height: 380px;
}

#main02 .map-box+.map-box {
    margin-top: 30px;
}

#main02 .main-tit h3 {
    color: #fff;
    text-align: left;
    font-size: 38px;
}

.map-out {
    border-radius: 15px;
    overflow: hidden;
}

.map-info {
    border-radius: 5px;
    background: rgba(9, 8, 33, 0.3);
    padding: 50px 50px;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    backdrop-filter: blur(10px);
    flex-basis: 480px;
}

.map-info p {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0;
    color: #fff;
    padding-top: 20px;
    line-height: 1.6;
    letter-spacing: 0.034em;
}

.map-info p span {
    display: table;
    font-size: 17px;
    margin-bottom: 10px;
    color: #9e9ad3;
    font-weight: 700;
}

.map-info ul {
    display: flex;
    gap: 10px;
    flex-direction: column;
}

.map-info li {
    font-size: 18px;
    font-weight: 300;
}

.map-info li+li {}

.map-info li span {
    font-size: 16px;
    display: inline-block;
    font-weight: 600;
    color: #cdcd55;
    letter-spacing: 0.034em;
    width: 100px;
    position: relative;
    padding-left: 25px;
}

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

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

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

/* 서브 페이지 */
.breadcrumb {
    padding: 0;
    margin: 20px 0 0 0;
    background: transparent;
    display: flex;
    align-items: center;
    gap: 20px;
}

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

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

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

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

.breadcrumb li a {}

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

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

.subpage-header .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    background: #ddd url("/public/img/sub/subBg02.jpg") no-repeat center / cover;
    filter: brightness(0.45);
}
[id^="busi0"] .subpage-header .bg{
    background: #ddd url("/public/img/sub/subBg03.jpg") no-repeat center / cover;
}
[id^="tech0"] .subpage-header .bg{
    background: #ddd url("/public/img/sub/subBg04.jpg") no-repeat center / cover;
}
[id^="goal0"] .subpage-header .bg{
    background: #ddd url("/public/img/sub/subBg05.jpg") no-repeat center / cover;
}
[id^="data0"] .subpage-header .bg{
    background: #ddd url("/public/img/sub/subBg06.jpg") no-repeat center / cover;
}
.subpage-title {
    z-index: 2;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.subpage-title h2 {
    line-height: 1;
    margin-top: 50px;
    text-align: center;
    font-weight: 700;
    font-size: 56px;
    color: #fff;
}

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

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

.snb li {}

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

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

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

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

@media (min-width:1430px) {
    .subpage-content .container {
        width: 1200px;
    }
}

.subpage-content .contaniner .subpage-content .con {}

/* 인사말 */
.title-h3 {
    margin-bottom: 80px;
    text-align: center;
}

.title-h3 h3 {
    color: #000;
    font-size: 42px;
    font-weight: 600;
    letter-spacing: -0.034em;
}

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

.greet-wrap .txt-box {}

.greet-wrap .txt-box h5 {
    color: #000;
    font-weight: 700;
    font-size: 27px;
    position: relative;
    margin-bottom: 35px;
    line-height: 1.5;
}

.greet-wrap .txt-box h5::before {
    position: absolute;
    content: "";
    left: 0;
    top: -13px;
    width: 8px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: var(--page-point-color);
    box-shadow: 13px 0px #f1f12f;
}

.greet-wrap .txt-box p {
    color: #111;
    font-size: 17px;
    line-height: 1.6;
}

.greet-wrap .txt-box p:not(.name) span {
    color: var(--page-point-color);
    font-weight: 700;
}

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

.greet-wrap .txt-box .name {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: end;
    color: #000;
    font-weight: 800;
    font-size: 23px;
}

.greet-wrap .txt-box .name span {}

.greet-wrap .txt-box .name img {
    width: 100px;
}

.greet-wrap .img-box {}

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

/* 연혁 */
.history-wrap {
    position: relative;
}

.history-wrap::before {
    position: absolute;
    content: "";
    background: url("/public/img/sub/hisBg.png") no-repeat center / contain;
    left: 50%;
    top: 0;
    width: 80%;
    height: 80%;
    z-index: -1;
    opacity: 0.3;
    transform: translateX(-50%);
}

.history-wrap .develop {
    text-align: center;
    font-size: 26px;
    font-weight: 300;
    color: #373737;
    line-height: 1.45;
    margin-bottom: 60px;
}

.histoty {
    /* border-top: 2px solid #000; */
    position: relative;
    max-width: 800px;
    margin: auto;
}

.histoty .timeline {
    padding: 25px 0;
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 60px;
    border-top: 1px solid #ddd;
}

.histoty .year {
    text-align: center;
    font-size: 38px;
    font-weight: 700;
    color: #000;
    letter-spacing: -0.034em;
}

.histoty .time-list {
    padding-top: 13px;
}

.histoty .time-list li {
    display: flex;
    gap: 30px;
    font-size: 20px;
    font-weight: 600;
}

.histoty .time-list li span {
    font-size: 20px;
    font-weight: 700;
    color: var(--page-point-color);
    display: block;
}

.histoty .time-list li+li {
    margin-top: 20px;
}

.dot-list {}

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

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

.time-list .dot-list {
    margin-top: 10px;
}

.time-list .dot-list li {
    font-size: 16px;
}

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

.time-list .dot-list li::before {
    width: 3px;
    top: 7px;
}

.time-list .li-img {
    display: flex;
    gap: 10px;
    font-size: 22px;
    color: #000;
    font-weight: 600;
    align-items: center;
}

.time-list .li-img img {
    width: 35px;
}

/* 오시는길 */
.map-wrap .map-box {}

.map-wrap .map-box+.map-box {
    margin-top: 120px;
}

.map-wrap .map-box .root_daum_roughmap .wrap_map {
    height: 400px !important;
}

.map-wrap .map-box h4 {
    text-align: left;
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 700;
}

.map-cont {
    margin-top: 30px;
    display: flex;
    gap: 50px;
    justify-content: space-between;
}

.map-cont .map-list {
    display: flex;
    gap: 30px;
}

.map-cont .map-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    font-weight: 400;
}

.map-cont .map-list li span {
    display: block;
    font-weight: 700;
    font-size: 17px;
    color: #000;
}

.map-cont .address .map-list li {
    font-weight: 600;
    font-size: 18px;
}

.map-cont .map-list li span.material-symbols-outlined {
    width: 25px;
    aspect-ratio: 1;
    background: var(--page-point-color);
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
}

/* 사업소개 */
.sub-root {
    display: flex;
    margin-bottom: 100px;
    /* border-bottom: 1px solid #dbdbdb; */
    gap: 0;
    justify-content: center;
    margin-top: -30px;
}

.sub-root a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 0px 15px;
    text-align: center;
    color: #888;
    font-size: 17px;
    font-weight: 500;
    position: relative;
    line-height: 1;
    transition: all 0.15s;
    padding: 16px 20px;
    /* min-width: 120px; */
    border: 1px solid #d0d0d3;
    flex: 0 1 20%;
}

.sub-root a:hover {
    color: #333;
    font-weight: 600;
}

.sub-root a+a {
    border-left: 0;
}

.sub-root a.active {
    color: #fff;
    background: #2b2595;
    font-size: 17px;
    border-color: #2b2595;
    font-weight: 500;
    letter-spacing: 0;
}

.sub-root a.active::after {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -1px;
}

.business-wrap {
    max-width: 1000px;
    margin: auto;
}

.business-wrap .bcon {}

.business-wrap .bcon+.bcon {
    margin-top: 80px;
}

.intro-box {}

.intro-box + .intro-box {
    margin-top: 150px !important;
}

.intro-box .add-box {
    margin-top: 30px;
}

.intro-box .add-box .img-box {
    position: relative;
}

.intro-box .add-box img {
    object-fit: cover;
    margin: 0 auto;
}

.intro-box .add-box .box-list {
    position: absolute;
    padding: 10px 20px;
    right: 0;
    top: 0;
    background: transparent;
    margin-top: 10px;
}

.intro-box .add-box .box-list li {
    color: #fff;
    font-size: 20px;
}

.intro-box .add-box .box-list li::before {
    background: #fff;
    top: 13px;
}

.busi-h4 {
    text-align: center;
    font-size: 28px;
    color: #000;
    margin-bottom: 80px;
    font-weight: 700;
    letter-spacing: -0.034em;
}

.bi-box {
    /* display: grid; */
    /* grid-template-columns: 1fr 0.7fr; */
    /* gap: 80px; */
}

.bi-box .img-box {}

.bi-box .img-box img {
    /* border: 2px solid #333; */
    /* border-radius: 20px; */
    margin: 0 auto;
    object-fit: cover;
}

.img-box + .box-list {
    margin-top: 50px;
}

.box-list {
    background: #f8f8f8;
    padding: 30px;
}

.box-list li {
    position: relative;
    font-size: 17px;
    padding-left: 12px;
    font-weight: 500;
    line-height: 1.5;
}

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

.box-list li::before {
    position: absolute;
    content: "";
    left: 0;
    top: 11px;
    width: 4px;
    aspect-ratio: 1;
    background: #666;
}

.busi-h5 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}

.step-box {}

.step-box .step {}

.step-box .step img {
    object-fit: cover;
    margin: 0 auto;
}

.structure-box {}

.structure-box .structure {}

.structure-box .structure img {
    object-fit: cover;
    margin: 0 auto;
}

.construct-box {}

.construct-box .construct {}

.construct .table-box {}

.construct .table-box p {
    text-align: end;
    font-size: 16px;
    font-weight: 500;
    margin-top: 15px;
}

.construct .table-box p span {
    color: #df0000;
    font-weight: bold;
}

.construct .table-style01 {}

.construct .table-style01 tr {}

.table-style01 td.left {
    text-align: left;
    color: #333;
    line-height: 1.45;
    font-weight: 500;
    font-size: 16px;
}

.construct .table-style01 td,
.construct .table-style01 th {}

.construct .table-style01 th {}

.construct .table-style01 td {}
.table-style01 td.left br{
    display : none;
}
.const-box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin-top: 50px;
}

.const-box .const {
    overflow: hidden;
}

.const-box .const .bar-list {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 5px 15px 10px;
}

.bar-list li {
    font-size: 15px;
    color: #fff;
    padding-left: 12px;
    position: relative;
    font-weight: 600;
    text-shadow: 2px 2px 10px #0e0e0e;
}

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

.bar-list li::before {
    position: absolute;
    content: "";
    left: 0;
    top: 8px;
    width: 8px;
    height: 1px;
    background: #fff;
}

.const-box .const .img-box {
    position: relative;
}

.const-box .const .img-box img {
    width: 100%;
    height: 279px;
    object-fit: cover;
}

.const-box .const .img-tit {
    text-align: center;
    font-weight: 500;
    font-size: 17px;
    letter-spacing: 0;
    padding-top: 15px;
    letter-spacing: -0.025em;
}

.delete-box {}

.delete-box .delete {}

.delete-box .delete img {
    margin: 0 auto;
    object-fit: cover;
}

.anchor-box {}

.anchor-box .anchor {}

.anchor-box .anchor img {
    margin: 0 auto;
    object-fit: cover;
}

.ex-box {}

.ex-box .box-list {
    margin-top: 0;
}

.box-list + .ex {
    margin-top: 80px;
}
.ex-box .box-list li {}

.ex-box .box-list li+li {}

.ex-box .box-list li::before {}

.ex-box .ex {
    display: grid;
    gap: 70px;
}

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

.ex-box .ex .img-box img {
    margin: 0 auto;
    object-fit: cover;
}

.ex-box .ex .img-box h6 {
    text-align: left;
    color: #000;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 20px;
}

.ex-box .ex .img-inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.ex-box .ex .img-inner img {
    width: 100%;
    height: 350px;
    margin: 0;
}

#busi04 .busi-h4 {
    margin-bottom: 12px;
    text-align: left;
}

#busi05 .busi-h4{
    display: none;
}

.busi-box {}

.busi-box .inner {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.busi-box .txt-box {
    margin-bottom: 20px;
}

.busi-box .txt-box p {
    font-size: 18px;
    line-height: 1.8;
}

.busi-box .img-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}
#busi04 .busi-box:nth-child(2) .img-box{
    grid-template-columns: 1fr;
}
#busi04 .busi-box:last-child .img-box {
    align-items: center;
    gap: 60px;
}

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

.busi-box+.busi-box {
    margin-top: 120px;
}

#busi05 .busi-box .img-box img {}

#busi05 .busi-box .inner-img {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}

#busi05 .busi-box .img-box p {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    color: #fff;
    padding: 30px;
    font-size: 19px;
    font-weight: 600;
    letter-spacing: 0;
}

#busi05 .busi-box .inner-img:nth-child(2) p {
    top: unset;
    bottom: 0;
}

/* 건설신기술 */
.table-style01 {
    width: 100%;
}

.table-style01 thead tr {}

.table-style01 th,
.table-style01 td {
    padding: 12px 15px;
    font-size: 15px;
    vertical-align: middle;
    border: 1px solid #ddd;
    text-align: center;
    color: #666;
}

.table-style01 th {
    border-bottom: 0;
    border: 1px solid #66676d;
    color: #fff;
    font-weight: 500;
    background-color: #717987;
    font-size: 16px;
    line-height: 1.4;
    padding: 10px 15px;
    letter-spacing: 0;
}

#goal01 .table-style01 th {
    padding: 15px 15px;
}

.table-style01 td {
}

#tech01 .table-style01 td:nth-child(3), #tech02 .table-style01 td:nth-child(4), #goal01 .table-style01 td:nth-child(3) {
    font-size: 16px;
    font-weight: 500;
    color: #333;
    line-height: 1.5;
}

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

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

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

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

#bbsArea .table_blog .left a {}

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

#bbsArea .table_blog .right {}

#bbsArea .table_blog .right .title {}

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

#bbsArea .table_blog .right .info {}

#bbsArea .table_blog .right .info span {}

#bbsArea .table_blog .right .text {}

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

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

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

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

#bbsArea .table_blog2 dd {}

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

#bbsArea .table_blog2 .inner .top {}

#bbsArea .table_blog2 .inner .top a {}

#bbsArea .table_blog2 .inner .top a span {
    aspect-ratio: 3/4;
    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 {}

#bbsArea .board_list_list col.num_col {}

#bbsArea .board_list_list col.subject_col {}

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

#bbsArea .board_list_list col.regdate_col {
    width: 0 !important;
}

#bbsArea .board_list_list thead tr {}

#bbsArea .board_list_list thead tr th {
    background: transparent;
    font-size: 18px;
}

#bbsArea .board_list_list tbody tr {}

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

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

#bbsArea .board_list_list tbody th {}

#bbsArea .board_list_list tbody td {}

#bbsArea .board_list_list tbody td span.badge {}

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

#bbsArea .board_list_list tbody th,
#bbsArea .board_list_list tbody td {
    font-size: 18px;
}

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

#bbsArea form {}

#bbsArea form table {}

#bbsArea form table tr {}

#bbsArea form table th {
    font-size: 16px;
    font-weight: 600;
    color: #222;
    background: #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 {
    margin-top: 0px;
    background-color: #1c1c1c;
    color: #fff;
}

footer li {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    letter-spacing: 0;
    line-height: 1.6;
}

footer li:first-child {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 7px;
    color: rgba(255, 255, 255, 0.8);
}

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

footer .footer-logo {
    display: none;
}

footer .footer-logo img {
    filter: grayscale(1);
}

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

footer .footer-wrap {
    padding: 45px 0;
    display: grid;
    /* grid-template-columns: 100px 1fr; */
    /* gap: 50px; */
}

.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 {
        font-size: 12px;
    }

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

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

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

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

    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        border-color: transparent;
    }

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

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

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

@media (min-width: 768px) {

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

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

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

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

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

.login_wrapper {
    background: #f5f5f5;
}

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

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

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

#login_form .form-group {}

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

.login_extra {}

.login_extra ul {}

.login_extra ul li {}

.login_extra ul li a {}

#find_btn {
    width: 100%;
}

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

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

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

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

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

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

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

.txt-area p+p {
    font-size: 17px;
    margin-top: 15px;
    color: #666;
    line-height: 1.6;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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(min-width:768px) {
    #navbar-bg {
        z-index: 1000;
        position: fixed;
        left: 0;
        right: 0;
        top: 91px;
        background: #fff;
        transition: all 0.3s ease;
        height: 0;
    }

    .navbar-inverse .navbar-nav .dropdown-menu {
        z-index: 1030;
        padding-top: 20px;
        border: none;
        background: transparent;
        transition: all 0.3s ease;
        display: block;
        height: 0;
        min-width: 100%;
        left: 50%;
        right: auto;
        transform: translate(-50%, 0);
        border-radius: 7px;
        overflow: hidden;
        box-shadow: none;
    }

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

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