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

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

html {
    visibility: hidden;
}

html.no-js {
    visibility: visible;
}

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

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

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

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

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

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

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

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

#gnbauth i {
    display: none;
}

.caret {
    display: none;
}

#list_btn {
    display: none;
}

.board_wrapper {
    margin-top: 0;
}

:root {
    --page-point-color: #008fa8;
    --page-point-color-hover: #004e75;
    --icons: "material symbols outlined";
    --font-mt: "Montserrat", "Pretendard Variable", "notokr", sans-serif;
}

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

@media (min-width:1200px) {

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

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

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

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

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

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

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

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

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

.navbar-inverse.on .navbar-brand img,
.navbar-inverse.opened .navbar-brand img {
}


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

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

    .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-bg {
        z-index: 99;
        position: fixed;
        left: 0;
        right: 0;
        top: 90px;
        background: #fff;
        transition: all 0.25s ease-in-out;
        height: 0;
    }

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

    .navbar-inverse.on {
    }

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

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

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

nav.navbar.navbar-inverse.navbar-fixed-top {}

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

.navbar-inverse.on,
.navbar-inverse.opened {box-shadow: 0 4px 12px rgba(0,0,0,0.07);}

.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;
    font-weight: 400;
    color: #555;
    transition: all 0.1s;
}

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

.navbar-inverse .navbar-nav>li>a {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    padding: 40px 20px;
    text-align: center;
    letter-spacing: 0;
    transition: all 0.1s;
}

.navbar-inverse.on .navbar-nav>li>a,
.navbar-inverse.sub-nav .navbar-nav>li>a,
.navbar-inverse.opened .navbar-nav>li>a {
}


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

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

/* 슬라이드 글자*/
.carousel-caption {
    text-align: center;
    padding-bottom: 33px;
    padding-top: 0;
}

.carousel-caption h1 {
    margin-bottom: 0;
    position: relative;
    line-height: 1.3;
    color: #fff;
    font-weight: 700;
    font-size: 36px;
    text-shadow : none;
}
.carousel-caption h1 span{
    display : block;
    margin-bottom: 12px;
    font-size: 70px;
    font-weight: 700;
    letter-spacing: 0;
    font-family: var(--font-mt);
}

.carousel-caption p {
    display : none;
    margin-bottom: 0px;
    font-size: 32px;
    font-weight: 500;
    text-shadow: none;
}

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

.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: 6%;
}

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

.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: 6%;
}

.carousel-control.left .glyphicon::before {
    content: "\e5e0";
    font-family: var(--icons);
    font-weight: 100;
}

.carousel-control.right .glyphicon::before {
    content: "\e5e1";
    font-family: var(--icons);
    font-weight: 100;
}

.carousel-indicators li,
.carousel-indicators li.active {
    width: 12px;
    height: 12px;
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid #fff;
    margin: 0 5px;
    border-radius: 50%;
    transition: ease-in-out 0.15s all;
}

.carousel-indicators li.active {
    width: 12px;
    height: 12px;
    background-color: #fff;
    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: 80px;
}

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

.mainpage section {
    padding: 120px 0 160px;
}
.main-tit{
    padding-bottom: 110px;
    position: relative;
}
.main-tit h3{
    font-size: 60px;
    line-height: 1.2;
    font-weight: 800;
    color: var(--page-point-color);
    margin-bottom: 40px;
    letter-spacing: -0.04em;
    font-family: var(--font-mt);
    position: relative;
}

/* .main-wrap .txt-box::after {
    content: '';
    position: absolute;
    left: 0;
    top: -50px;
    z-index: -1;
    background: url('/public/img/main/symbol.png') no-repeat center / cover;
    aspect-ratio: 678/287;
    width: 80px;
} */
.main-tit p{
    font-size: 20px;
    color: #333;
    font-weight: 500;
    line-height: 1.58;
    letter-spacing: -0.03em;
}
.main-tit h3 span{
    display: block;
    color: #a0a0a0;
    letter-spacing: -0.02em;
}
#main01 .main-wrap{
    display: flex;
    flex-direction: column;
    gap: 70px;
}
.main-wrap .inner{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 100px;
    align-items: center;
    background: linear-gradient(124deg, #eef9f9 50%, #dde9f7 100%);
}
.main-wrap .inner .img-box{}
.main-wrap .inner .img-box img{
    width: 100%;
    height: 480px;
    background: #ddd;
    object-fit: cover;
}
.main-wrap .inner:last-child .img-box img{
    object-fit : contain;
    background : #e5e5e5;
}
.main-wrap .inner .txt-box{
    position: relative;
}
.main-wrap .busi-tit{
    margin-bottom: 40px;
    color: #333;
}
.main-wrap .busi-tit > span{
    display: block;
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 20px;
    display: none;
}
.main-wrap .busi-tit h4{
    font-weight: 700;
    font-size: 55px;
    margin-bottom: 25px;
    color: #222;
    letter-spacing: -0.5px;
    font-family: var(--font-mt);
}

.main-wrap .busi-tit h4 span {
    font-size: 22px;
    margin-left: 5px;
    font-weight: 800;
    color: #333;
}
.main-wrap .busi-tit p{
    font-size: 18px;
    line-height: 1.48;
    color: #555;
    font-weight: 400;
    letter-spacing: -0.03em;
}
.tech-list{
    display: flex;
    gap: 7px;
    display: none;
}
.tech-list li{
    color: #666;
    padding: 12px 16px;
    text-align: center;
    font-weight: 600;
    font-size: 15px;
    background: #f6f6f6;
}
.mainpage #main02{
    background: #ddd url("/public/img/main/main02Bg.jpg") no-repeat center / cover;
    height: 460px;
    padding: 0;
    display: flex;
    align-items: center;
}
#main02 .main02-banner{
}
#main02 .main-tit{
    margin: 0;
    padding: 0;
}
#main02 .main-tit h4{
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 40px;
}
#main02 .link-box{
    display: flex;
    gap: 14px;
}
.main-wrap .link-btn, #main02 .link-box a{
    width: 180px;
    padding: 16px 20px 16px 30px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    transition: all 0.15s;
    letter-spacing: 0;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* backdrop-filter: blur(10px); */
    border: 1px solid rgba(255,255,255,0.6);
    box-shadow: 5px 5px 15px rgba(0,0,0,0.1);
    font-family: var(--font-mt);
}

.main-wrap .link-btn {
    border-color: #ddd;
    box-shadow: none;
    color: #333;
    margin-top: 70px;
    border: none;
    padding: 0;
    width: 140px;
    /* text-decoration: underline; */
    /* text-underline-position: under; */
    /* text-decoration-color: var(--page-point-color); */
}

.main-wrap .link-btn:hover {
    color: var(--page-point-color);
}

.main-wrap .link-btn::after, 
#main02 .link-box a::after {
    content: '\e315';
    font-family: var(--icons);
    font-size: 24px;
    font-weight: 300;
    line-height: 1;
}
.main-wrap .link-btn::after {
    aspect-ratio: 1;
    background: #333;
    color: #fff;
    border-radius: 50%;
    display:flex;
    width: 45px;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}
#main02 .link-box a:hover{
    background : #fff;
    color : var(--page-point-color);
}

.main-wrap .link-btn:hover::after {transform: translateX(12px); background: var(--page-point-color);}
/* 서브 페이지 */
.subpage{
    padding: 120px 0 0 0;
}
.title{
    margin-bottom: 55px;
    display: flex;
    gap: 40px;
    align-items: end;
}
.title p{
    font-size: 16px;
    font-weight: 600;
    color: #000;
    line-height: 1.5;
    opacity: 0.4;
    letter-spacing: 0;
    display: none;
}
.title h3{
    font-size: 64px;
    font-weight: 800;
    color: #111;
    line-height: 1;
    font-family: var(--font-mt);
}
.title-h3{}
.title-h3 span:not(.caret){
    display : block;
    margin-bottom: 15px;
    color: var(--page-point-color);
    color: #444;
    font-weight: 800;
    font-size: 16px;
    margin-left: 5px;
    position: relative;
    letter-spacing: 0;
    display: none;
}
.title-h3 span:not(.caret):before{

}
.breadcrumb {
    padding: 0;
    margin: 0;
    background: transparent;
    position: absolute;
    right: 0;
    bottom: 24px;
    display: flex;
    align-items: center;
    gap: 32px;
}

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

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

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

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

.breadcrumb li a {}

.breadcrumb li a span {
    font-size: 16px;
    width: 16px;
    height: 16px;
    --fill: 1;
    color: #777;
    margin-top: 3px;
}
.subpage-header {
    position: relative;
    height: 450px;
    margin-top: 40px;
}
.subpage-header:after{
    position : absolute;
    content : "SUNGJIN";
    background: linear-gradient(to bottom, #979fa1 50%, #fff 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-size: 190px;
    font-weight: 900;
    right: 7%;
    top: -80px;
    line-height: 160px;
    font-style: italic;
    padding-right: 20px;
    opacity: 0.1;
}

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

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

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

[id^="contact"] .subpage-header .bg {
    background: #ddd url(/public/img/sub/subBg04.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: 0;
    text-align: center;
    font-weight: 700;
    font-size: 54px;
}

/* [ subpage-navbar ] */
.snb {
    position: relative;
    z-index: 10;
}

.snb ul {
    position: relative;
    display: flex;
    margin: 0;
    gap: 35px;
}

.snb li {width: fit-content;}

.snb a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    transition: all 0.15s;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.05em;
    line-height: 1.2;
    color: #999;
}
.snb a:hover{
    color : var(--page-point-color);
    text-decoration: none;
}

.snb a:focus {
    text-decoration: none;
}
.snb li.active a {
    background: #fff;
    color: var(--page-point-color);
}
.snb li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    display: block;
    width: 0;
    height: 2px;
    background: var(--page-point-color);
    transition: all 0.3s;
}
.snb li.active a::after, .snb li a:hover::after {
    width: 100%;
    
}

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

#ab05 .subpage-content {
    background: #f5f5f5;
}

.subpage-content .con {}

/* 회사소개 */
.company-wrap{}
.sub-h4{
    margin-bottom: 50px;
}
.sub-h4 h4{
    color: #222;
    font-size: 40px;
    font-weight: 800;
    position: relative;
}
.sub-h4 h4:before {
    /* position: absolute;
    content: "";
    left: -24px;
    top: -8px;
    width: 16px;
    border-radius: 6px;
    aspect-ratio: 1;
    background: #e51b23;
    box-shadow: 8px 9px 0px 0px var(--page-point-color); */
}

.company-box{
    display: grid;
    grid-template-columns: 0.5fr 1fr;
    gap: 70px;
}
.company-box .img-box{}
.company-box .img-box img{
    width: 100%;
    height: 100%;
    background: #ddd;
    aspect-ratio: 4/3;
    object-fit: cover;
}
.company-box .txt-box{
    border-top: 2px solid #333;
    border-bottom: 1px solid #ddd;
}
.company-box .company{
    display: flex;
    gap: 40px;
    align-items: center;
    border-bottom: 1px solid #e9e9e9;
    /* padding: 20px 25px; */
}
.company-box .company.com05{
    /* grid-column:  span 2; */
    /* display: block; */
    /* border: 0; */
    /* padding: 0; */
}
.company-box .company span{
    color: var(--page-po);
    font-size: 17px;
    font-weight: 700;
    width: 200px;
    letter-spacing: 1px;
    background: #f9f9f9;
    padding: 20px;
    text-align: center;
}
.company-box .company.com05 span{
    display : block;
}
.company-box .company p{
    font-size: 16px;
}
.company .inner{
    display: flex;
    gap: 40px;
}
.company .inner .in-box{
    position: relative;
}
.company .inner .in-box:before{
    position : absolute;
    left : 0;
    top : 0;
    width : 100%;
    height : 100%;
    background : rgba(0,0,0,0.2);
    /* content : ""; */
}
.company .inner .in-box img{
    width: 100%;
    height: 350px;
    background: #ddd;
    object-fit: cover;
    display: none;
}
.company .inner .in-box h6{
    /* position: absolute; */
    /* content: ""; */
    /* left: 0; */
    font-size: 16px;
    padding-left: 15px;
}

.company .inner .in-box h6::before {
    content: '';
    width: 7px;
    height: 7px;
    background: #17b5cd;
    position: absolute;
    left: 0;
    top: 6px;
    border-radius: 50%;
}
/* 연혁 */
.history-wrap{}
.history-wrap .history-box{
}
.history-box .history{
    display: grid;
    grid-template-columns: 0.8fr 1fr;
    align-items: center;
    gap: 120px;
}

.history-box .history:first-child {
    align-items: start;
}

.history-box .history + .history {
    margin-top: 140px;
}
.history-box .history:nth-child(even) .img-box{
    /* order: 2; */
}
.history-box .history:nth-child(even) .txt-box{
    /* order: 1; */
    /* padding-left: 0; */
    /* padding-right: 40px; */
}
.history .img-box{
    /* border-radius: 20px; */
    overflow: hidden;
    position: relative;
}
.history .img-box img{
    object-fit: cover;
    aspect-ratio: 4/2.6;
    width: 100%;
}
.history .img-box h6{
    background: rgba(0,0,0,0.45);
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    color: #fff;
    font-size: 58px;
    font-weight: 700;
    gap: 4px;
}

.history .img-box h6 span {
}
.history h6{
}

.history h6 span {
    display: block;
    font-size: 28px;
    font-weight: 500;
}

c {}
.history h5{
    color: var(--page-point-color);
    font-weight: 700;
    font-size: 45px;
    line-height: 1.2;
    margin-right: 20px;
    letter-spacing: -0.02em;
}
.timeline-box{
    position: relative;
    /* padding-bottom: 50px; */
}

.timeline-box::before {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    left: 0;
    /* top: 15px; */
    /* background: #d7d7d7; */
}

.timeline-box::before {}
.timeline-box .timeline{
    display: grid;
    gap: 70px;
    grid-template-columns: 100px 1fr;
}
.timeline-box .timeline + .timeline{
    margin-top: 45px;
}
.timeline-box .timeline .year{
    font-size: 40px;
    font-weight: 600;
    flex: 1 0 90px;
    position: relative;
    color: var(--page-point-color);
    font-family: var(--font-mt);
    letter-spacing: 0;
}
.timeline-box .timeline .year::before {
    /* content: ''; */
    width: 7px;
    aspect-ratio: 1;
    background: var(--page-point-color);
    position: absolute;
    left: -3px;
    top: 12px;
    border-radius: 50%;
}
.timeline ul{
    width: 100%;
    border-top: 2px solid #e1e1e1;
    padding-top: 30px;
    /* padding-left: 25px; */
    margin-top: 22px;
}
.timeline ul li{
    font-size: 16px;
    line-height: 1.6;
    display: flex;
    gap: 30px;
    letter-spacing: -0.05em;
}
.timeline ul li + li{
    margin-top: 15px;
}
.timeline ul li span{
    display: block;
    width: 50px;
    font-size: 17px;
    font-weight: 700;
    color: #333;
    font-variant-numeric: tabular-nums;
    letter-spacing: -0.04em;
    font-family: var(--font-mt);
}
.timeline ul li p{line-height: 1.5;}
/* 조직도 */
.group-wrap{}
.group-box{}
.group-box .img-box{}
.group-box .img-box img{
    /* width: 100%; */
    /* height: 400px; */
    /* background: #ddd; */
    margin: 0 auto;
}
/* 주요고객사 */
.customer-box{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 30px 25px;
}

.customer .img-box{
    padding: 20px;
}
.customer .img-box img{
    margin: 0 auto;
    object-fit: contain;
    height: 70px;
    padding: 10px;
    transition : all 0.2s ease;
    max-width: 200px;
}
.customer:hover .img-box img{
}
.customer p{
    padding: 15px 0;
    font-size: 16px;
    text-align: center;
    transition: all 0.2s;
    font-weight: 600;
    background: #f9f9f9;
    color: #333;
}
.customer:hover p{
    color : var(--page-point-color);
    font-weight : 600;
}
.customer {
    border: 1px solid #ddd;
    overflow: hidden;
    transition: all 0.25s;
    position: relative;
}
.customer:hover {border-color: var(--page-point-color);}
/* 오시는길 */
.location-wrap{}
.location-box{
}
.map-info{
    display: flex;
    align-items: center;
    background: #fff;
    /* color: #fff; */
    margin-right: -1px;
}

.map-info + .map-info {
    margin-top: 60px;
}
.map-info h6{/* color: #fff; */font-size: 28px;font-weight: 700;margin-bottom: 40px;letter-spacing: -0.04em;}

.map-info .info-list{
    width: 50%;
    /* background: var(--page-point-color); */
    padding: 60px;
}
.info-list .info{
    display: grid;
    grid-template-columns: 70px 1fr;
    align-items: center;
}
.info-list .info + .info{
    margin-top: 10px;
}
.info-list .info .icon{
    display: flex;
    gap: 5px;
    font-size: 17px;
    align-items: center;
    font-weight: 700;
}
.info-list .info + ul{
    margin-top : 20px;
}
.info-list .info + ul li{
    font-size : 20px;
    font-weight : 600;
}
.info-list .info .icon span{
    display: block;
    --fill: 1;
    font-size: 16px;
    --wght: 300;
    aspect-ratio: 1;
    background: #10a5bb;
    color: #fff;
    padding: 5px;
    border-radius: 100px;
}
.info-list .info ul{}
.info-list li{
    font-size: 18px;
    /* font-weight: 500; */
}
/* 사업분야 */
.busi-wrap{}
.busi-innners{
    display: flex;
    flex-direction: column;
    gap: 100px;
}
.busi-innners .inner{
    display: grid;
    grid-template-columns: 0.34fr 1fr;
}

.busi-innners .inn01 {
    display: block;
}
.busi-innners .inner .img-box{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 30px;
}
.busi-innners .inner .img-box img{
    width: 100%;
    object-fit: cover;
    height: 460px;
}
.sub-h5{
    font-size: 30px;
    letter-spacing: -0.05em;
    line-height: 1.2;
    color: #222;
    font-weight: 700;
}
.outline{}
.outline p{
    font-size: 18px;
    line-height: 1.8;
    color: #555;
    letter-spacing: -0.03em;
}
.work{}
.work .step-box{}
.work .step-box{
    display: flex;
    grid-template-columns: repeat(5,1fr);
    gap: 25px;
}
.work .step-box .step{
    position : relative;
    flex: 1;
    padding: 30px 15px;
    background: linear-gradient(45deg, #e8f4f5, #dde9f7);
}
.work .step-box .step:after{
    position : absolute;
    content : "\e5e1";
    right: -22px;
    top : 50%;
    font-family: var(--icons);
    transform: translateY(-50%);
    font-size: 18px;
    color: var(--page-point-color);
}
.work .step-box .step:last-child::after{
    display: none;
}
.step span{
    font-weight: 700;
    color: var(--page-point-color);
    display: block;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.step .txt{
}
.step .txt h6{
    color: #111;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 20px;
    min-height: 50px;
}
.step .txt p{
    font-size: 15px;
    color: #555;
    line-height: 1.4;
    letter-spacing: -0.04em;
}
.dot-list{}
.dot-list li{
    font-size: 17px;
    padding-left: 14px;
    position: relative;
    color: #555;
}
.dot-list li span{
    color: #222;
    font-weight: 600;
}
.dot-list li +li{
    margin-top: 15px;
}
.dot-list li::before{
    position: absolute;
    width: 4px;
    aspect-ratio: 1;
    background: var(--page-point-color);
    border-radius: 50%;
    left: 0;
    top: 9px;
    content: "";
}
.area{}
.area .type{
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    padding: 22px 45px;
    gap: 30px;
}
.area .type span{
    display: flex;
    font-size: 20px;
    font-weight: 600;
    align-items: center;
    position: relative;
    min-width: 20%;
    gap: 20px;
    color: #222;
    padding-right: 30px;
}

.area .type span::after {
    content: '';
    width: 1px;
    height: 18px;
    background: #ccc;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.area .type span::before {
    content: '\e531';
    font-family: var(--icons);
    font-weight: 400;
    color: var(--page-point-color);
    font-size: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.area .type p{
    font-size: 17px;
}
.compete{}
.compete .comp-list{
    display: flex;
    gap: 20px;
}
.compete .comp-list li{
    padding: 40px 25px;
    text-align: center;
    background: linear-gradient(-15deg, #008aaf, #25558d);
    color: #fff;
    font-weight: 600;
    display: flex;
    font-size: 20px;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    flex: 1;
    line-height: 1.5;
}
/* 센터소개 */
#center01 .subpage-content{
    background: #f5f5f5;
}
.center-wrap{}
.center-box{}
.center-box .center{
    display: grid;
    grid-template-columns: 1fr 0.6fr;
    box-shadow: 15px 20px 50px rgba(0,0,0,0.01);
}
.center-box .center + .center{
    margin-top: 50px;
}
.center .c-map{
}
.center .c-map iframe{
    height : 100%;
    min-height: 330px;
}
.center .c-info{
    padding: 60px 60px;
    background: #fff;
    display: grid;
    grid-template-columns: 1fr 0.5fr;
    gap: 40px;
}
.center .c-info .top-info{

    /* margin-bottom: 30px; */
}
.top-info .img-box{
    aspect-ratio: 1;
}
.top-info .img-box img{
    width: 100%;
    height: 100%;
    background: #ddd;
    object-fit: cover;
    border-radius: 15px;
}
.top-info .txt-box{
}
.top-info .txt-box img{
    width: 200px;
    object-fit: contain;
}
.c-info h4{
    color: #222;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 35px;
    letter-spacing: -0.04em;
}
.under-info{
    /* display: grid; */
    /* gap: 40px; */
    /* grid-template-columns: repeat(2, 1fr); */
}

.under-info .img-box {
    width: 50%;
}
.under-info .info-list{
    /* width: 50%; */
}
.under-info .info{
    grid-template-columns: 141px 1fr;
}
.under-info .info + .info{
    margin-top: 14px;
}
.under-info .info .icon{
    font-size: 16px;
}
.under-info .info .icon span{
    background: var(--page-point-color);
    color: #fff;
    border-radius: 45px;
    padding: 5px;
    font-size: 15px;
}
.under-info .info ul{}
.under-info .info ul li{
    font-size: 16px;
}
.under-info .info ul li small{}
/* 인증서 */
.cert-box{}
.cert-box .dot-list{}
.cert-box .dot-list li{
    position: relative;
    padding-left: 15px;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    color: #111;
}
.cert-box .dot-list li::before{
    top: 12px;
    width: 4px;
    background: #111;
}
.cert-box .dot-list li + li{
    margin-top: 12px;
}
.cert{
    display: grid;
    grid-template-columns: repeat(8,1fr);
    gap: 10px;
    margin-top: 100px;
}
.cert .item{}
.cert .item .img-box{
    border: 1px solid #ddd;
}
.cert .item .img-box img{}
.cert .item .img-desc{
    text-align: center;
    margin-top: 9px;
    font-size: 14px;
    font-weight: 600;
    color: #111;
    line-height: 1.4;
}
/* 운영현황 */
.table-style01 {
    width: 100%;
    border-top: 2px solid #000;
    border-right: 2px solid #fff;
    position: relative;
}

.table-style01::before {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    left: 0;
    top: -1px;
    background: #fff;
}

.table-style01 tr {}

.table-style01 th,
.table-style01 td {
    font-size: 16px;
    font-weight: 400;
    color: #222;
    padding: 18px 15px;
    border: 1px solid #e3e3e3;
    text-align: center;
}


.table-style01 th {
    font-size: 20px;
    background: #f7f7f7;
    font-weight: 700;
    border-bottom: none;
}

.table-style01 td {}

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

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

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

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

#bbsArea .table_blog .left a {}

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

#bbsArea .table_blog .right {}

#bbsArea .table_blog .right .title {}

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

#bbsArea .table_blog .right .info {}

#bbsArea .table_blog .right .info span {}

#bbsArea .table_blog .right .text {}

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

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

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

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

#bbsArea .table_blog2 dd {}

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

#bbsArea .table_blog2 .inner .top {}

#bbsArea .table_blog2 .inner .top a {}

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

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

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

#bbsArea .table_blog2 .inner .bottom .title a {
    font-weight: 600;
    font-size: 17px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-wrap: wrap;
}

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

}

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

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


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

#bbsArea .board_list_list table {}

#bbsArea .board_list_list col.num_col {}

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

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

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

#bbsArea form {}

#bbsArea form table {}

#bbsArea form table tr {}

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

#bbsArea form table th span {}

.board_wrapper .table.board_write_table tbody tr th > span.required_text {
    color: #00afcd;
    font-size: 17px;
}

#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: 42px;
    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 {
    transition: all 0.15s;
    min-height: 42px;
}

.btn.btn-lg {
    width: 200px;
    height: 60px;
    font-size: 18px;
    letter-spacing: 0;
    font-weight: 600;
}

#login_btn {
    width: 100%;
}

.form-control {
    height: 42px;
    font-size: 15px;
    color: #333;
}

/* 푸터 */
footer {
    margin-top: 0px;
    background-color: #080808;
    color: #fff;
}

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

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

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

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

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

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

.footer-info li.login a {
    display: block;
    padding: 3px 6px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.5);
    border-radius: 2px;
    font-size: 11px;
    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 {
        min-width: 100%;
        left: 50%;
        right: auto;
        top: 90%;
        transform: translate(-50%, 0);
        border-radius: 0;
        overflow: hidden;
        border: 0;
        padding: 25px 0;
        box-shadow: none;
        background: #fff;
        box-shadow: 5px 8px 20px rgba(0,0,0,0.1);
    }

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

/* 로그인 페이지  */
.navbar-inverse.mem .navbar-brand img {
    filter: none !important;
}
.member_wrapper #join_form .table tbody tr th {
    width: 100% !important;
}
.navbar-inverse.mem {
    background: #fff !important;
}

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

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

.login_wrapper {
    background: #f5f5f5;
}

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

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

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

#login_form .form-group {}

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

.login_extra {}

.login_extra ul {}

.login_extra ul li {}

.login_extra ul li a {}

#find_btn {
    width: 100%;
}

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

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

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

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

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

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

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

.txt-area p+p {
    font-size: 18px;
    margin-top: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.member_wrapper .form-group>label:nth-child(1) {
    width: 80px;
    padding-left: 10px;
    transform: translateY(-3px)
}

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

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

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

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

@media (width <=767.98px) {
    :is(#find_idpw, .join_wrapper, .login_wrapper) {
        margin-top: 0;
        position: relative;
        padding: 30px 0 100px;
        height: auto
    }
}

:where(#find_idpw, .login_wrapper) {
    display: flex;
    justify-content: center;
    align-items: center
}

@media (width >=992px) {
    :where(#find_idpw, .login_wrapper) {
        padding: 0 !important;
        height: calc(var(--svh100) - var(--navbar-height)) !important
    }
}

@media (height <=700px) {
    :where(#find_idpw, .login_wrapper) {
        height: auto;
        min-height: 700px;
        align-items: flex-start
    }
}

.member_wrapper .login_extra {
    margin-top: 30px
}

.member_wrapper .login_extra ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0 15px
}

.member_wrapper .login_extra li>a {
    font-size: clamp(13px, 3vw, 14px)
}

.member_wrapper .login_extra li+li {
    margin-left: 0
}

.member_wrapper .login_extra li+li::before {
    content: none !important
}

@media (width <=767.98px) {
    .member_wrapper .login_extra ul {
        width: 100%;
        display: flex;
        justify-content: center
    }

    .member_wrapper .login_extra li+li::before {
        content: none
    }
}

@media (width <=767.98px) {
    .member_wrapper #join_form tr th {
        padding: 10px 20px;
        margin-bottom: 10px
    }

    .member_wrapper #join_form tr td {
        display: flex;
        padding-left: 0;
        padding-right: 0;
        padding-top: 10px;
        padding-bottom: 10px;
        gap: 5px
    }

    .member_wrapper #join_form tr td>div:has(textarea) {
        width: 100%
    }

    .member_wrapper #join_form tr td[style="vertical-align:middle"] {
        align-items: center;
        padding-inline: 20px
    }

    .member_wrapper #join_form tr td[style="vertical-align:middle"] span {
        margin-top: 0
    }

    .member_wrapper #join_form tr td input:not(#mb_mailing) {
        width: 100%
    }
}

.member_wrapper .join_agree h4 {
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 500
}

.member_wrapper .table {
    width: 100%
}

.member_wrapper .table tbody {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 20px
}

.member_wrapper .table tbody tr {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 4fr);
    margin-bottom: -1px
}

.member_wrapper .table tbody tr th {
    text-align: left;
    width: auto;
}

.member_wrapper .table tbody tr th span {
    color: var(--page-point-color)
}

.member_wrapper .table tbody tr td {
    padding-inline: 15px;
    display: flex;
    gap: 5px
}

.member_wrapper .table tbody tr :where(th, td) {
    display: block;
    font-size: clamp(13px, 3vw, 15px);
}

@media (width <=767.98px) {
    :where(.member_wrapper .table, .member_wrapper .table :where(tbody, tbody tr)) {
        display: block;
        width: 100%
    }

    .member_wrapper .table tbody tr :where(th, td) {
        display: block;
        width: 100%;
        font-size: clamp(15px, 2vw, 17px)
    }

    .member_wrapper .table tbody tr th {
        padding: 10px 30px
    }

    .member_wrapper .table .files_upload_wrap {
        display: flex;
        flex-direction: column
    }

    .member_wrapper .table .files_upload_wrap .files {
        display: flex;
        flex-direction: column;
        gap: 10px
    }

    .member_wrapper .table .files_upload_wrap .files input {
        width: auto
    }

    .member_wrapper .table .files_upload_wrap .files .file_add {
        position: relative;
        right: auto
    }

    .member_wrapper .table .files_upload_wrap .btn {
        width: 100%;
        aspect-ratio: inherit;
        margin-top: 15px
    }
}

:is(.privacy_container, .agreement_container) {
    text-align: left
}

:is(.privacy_container, .agreement_container) h1 {
    font-size: clamp(28px, 3vw, 38px);
    font-weight: 700;
    margin-bottom: 40px
}

:where(.privacy_container, .agreement_container) .privacy_body {
    font-size: 1rem;
    line-height: 1.6em;
    padding-inline: clamp(20px, 3vw, 50px)
}

@media (max-width: 767.98px) {
    :where(.privacy_container, .agreement_container) .member_wrapper {
        padding: 50px 30px
    }
}

.maintenance {
    background: #f4f4f4;
    padding: 120px 25px;
    text-align: center;
    border-radius: 20px
}

.maintenance span.material-symbols-outlined {
    display: inline-block;
    line-height: 1;
    font-size: 74px;
    margin-bottom: 20px
}

.maintenance .big-cont {
    display: block;
    line-height: 1;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: -0.05em;
    margin-bottom: 20px
}

.maintenance .small-cont {
    display: block;
    line-height: 1.5;
    font-size: 14px;
    letter-spacing: -0.03em;
    color: #818181;
    margin-bottom: 20px
}

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

    100% {
        opacity: 1;
        scale: 1 1;
    }
}
@media (max-width:1199px) {
    .navbar-inverse .navbar-nav>li>a {
        font-size: 16px;
        padding: 25px 40px;
    }
    .navbar-brand {
        width: 170px;
        height: 100%;
    }
    #site {
        padding-top: 70px;
    }
    .navbar-inverse .navbar-right>li>a {
        min-width: 100%;
    }
    .navbar-inverse .navbar-nav .dropdown-menu {
        padding: 5px 0;
    }
    .navbar-inverse .navbar-nav .dropdown .dropdown-menu>li>a {
        padding: 6px 10px;
        font-size: 14px;
    }
    #mainCarousel .carousel-inner .item {
        height: 550px;
    }
    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
        font-size: 35px;
    }
    .carousel-control.right {
        left: unset;
        right: 30px;
    }
    .carousel-control.left {
        left: 30px;
    }
    .carousel-caption h1 span {
        margin-bottom: 15px;
        font-size: 50px;
    }
    .carousel-caption h1 {
        font-size: 30px;
    }
    .carousel-indicators {
        z-index: 1;
        bottom: 25px;
    }
    .carousel-indicators li.active {
        width: 10px;
        height: 10px;
    }
    .carousel-indicators li, .carousel-indicators li.active {
        width: 10px;
        height: 10px;
        margin: 0 3px;
    }
    .mainpage section {
        padding: 80px 0 100px;
    }
    .main-tit h3 {
        font-size: 40px;
        margin-bottom: 25px;
    }
    .main-tit p {
        font-size: 18px;
    }
    .main-tit {
        padding-bottom: 50px;
    }
    .main-wrap .inner {
        grid-template-columns: 0.5fr 1fr;
        gap: 55px;
    }
    .main-wrap .inner .img-box img {
        height: 320px;
    }
    .main-wrap .busi-tit h4 {
        font-size: 40px;
        margin-bottom: 15px;
    }
    .main-wrap .busi-tit h4 span {
        font-size: 18px;
        margin-left: 0;
    }
    .main-wrap .busi-tit p {
        font-size: 17px;
    }
    .main-wrap .link-btn {
        margin-top: 0;
    }
    #main01 .main-wrap .link-btn {
        padding: 0;
        width: 120px;
    }
    .main-wrap .link-btn, #main02 .link-box a {
        font-size: 14px;
    }
    .main-wrap .link-btn::after {
        width: 33px;
    }
    #main02 .main-tit h4 {
        font-size: 30px;
    }
    .main-wrap .link-btn, #main02 .link-box a {
        padding: 14px 20px 14px 30px;
    }
    .mainpage #main02 {
        height: 360px;
    }
    .work .step-box {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 25px;
    }
    .work .step-box .step:nth-child(3):after{
        display: none;
    }
}
@media (max-width:991px) {
    .cert-box .dot-list li {
        padding-left: 10px;
        font-size: 17px;
    }
    .cert {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 30px 10px;
        margin-top: 70px;
    }
    .cert-box .dot-list li::before {
        top: 9px;
        width: 3px;
        background: #111;
    }
    .compete .comp-list li {
        padding: 20px 15px;
        font-size: 17px;
    }
    .compete .comp-list {
        display: grid;
        gap: 15px;
        grid-template-columns: repeat(2, 1fr);
    }
    .area .type span::before {
        font-size: 28px;
    }
    .area .type p {
        font-size: 15px;
    }
    .area .type span {
        font-size: 18px;
        gap: 10px;
        padding-right: 15px;
    }
    .area .type {
        padding: 20px 20px;
        gap: 10px;
    }
    .dot-list li::before {
        top: 7px;
    }
    .dot-list li {
        font-size: 15px;
        padding-left: 9px;
    }
    .step .txt p {
        font-size: 14px;
    }
    .step .txt h6 {
        font-size: 17px;
        margin-bottom: 10px;
        min-height: 30px;
    }
    .work .step-box .step {
        padding: 20px;
    }
    .outline p {
        font-size: 16px;
    }
    .sub-h5 {
        font-size: 22px;
    }
    .company .inner .in-box h6::before {
        width: 5px;
        height: 5px;
        top: 6px;
    }
    .company .inner .in-box h6 {
        font-size: 15px;
        padding-left: 10px;
    }
    .company-box .company {
        gap: 15px;
    }
    .company-box .company p {
        font-size: 15px;
    }
    .company-box .company span {
        font-size: 15px;
        width: 120px;
        padding: 15px 10px;
    }
    .company-box .img-box img {
        aspect-ratio: unset;
        height: 300px;
    }
    .company-box {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .subpage-content {
        padding: 65px 0 90px;
    }
    .subpage-header {
        position: relative;
        height: 330px;
        margin-top: 40px;
    }
    .subpage-header:after {
        font-size: 85px;
        right: 30px;
        top: -80px;
    }
    .snb a {
        padding: 5px 0;
        font-size: 17px;
    }
    .snb ul {
        gap: 20px;
    }
    .title {
        margin-bottom: 20px;
    }
    .title h3 {
        font-size: clamp(30px, 4.51vw, 45px);
    }
    .subpage {
        padding: 50px 0 0 0;
    }
    #mainCarousel .carousel-inner .item {
        height: 450px;
    }
    .carousel-caption h1 span {
        margin-bottom: 15px;
        font-size: clamp(23px, 4.01vw, 40px);
    }
    .carousel-caption h1 {
        font-size: clamp(20px, 2.51vw, 25px);
    }
    .main-tit h3 {
        font-size: clamp(25px, 3.51vw, 35px);
        margin-bottom: 15px;
    }
    .main-tit p {
        font-size: 16px;
    }
    .main-wrap .inner {
        grid-template-columns: 1fr;
        gap: 0;
    }
    .main-wrap .inner .txt-box {
        padding: 25px 30px;
    }
    .main-wrap .busi-tit h4 {
        font-size: 32px;
        margin-bottom: 15px;
    }
    .main-wrap .busi-tit h4 span {
        font-size: 16px;
    }
    .main-wrap .busi-tit p {
        font-size: 16px;
    }
    .main-wrap .busi-tit {
        margin-bottom: 25px;
    }
    .history-box .history {
        grid-template-columns: 0.7fr 1fr;
        align-items: center;
        gap: 70px;
    }
    .history .img-box h6 {
        font-size: 40px;
    }
    .timeline-box .timeline {
        gap: 0;
        grid-template-columns: 1fr;
    }
    .timeline ul {
        border-top: 1px solid #e1e1e1;
        padding-top: 26px;
        margin-top: 5px;
    }
    .timeline ul li {
        font-size: 15px;
        gap: 20px;
    }
    .timeline ul li span {
        font-size: 15px;
        line-height: 1.5;
    }

    .history-box .history + .history {
        margin-top: 70px;
    }
    .customer-box {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px 25px;
    }
    .customer .img-box {
        padding: 10px;
    }
    .map-info {
        flex-direction: column;
        align-items: unset;
    }
    .map-info .info-list {
        width: 100%;
        padding: 30px 20px;
    }
    .map-info h6 {
        font-size: 22px;
        margin-bottom: 20px;
    }
    .info-list .info {
        grid-template-columns: 80px 1fr;
    }
    .info-list .info li {
        font-size: 16px;
    }
    .info-list .info .icon {
        gap: 7px;
        font-size: 16px;
    }
    .map-info iframe{
        height: 300px !important;
    }
    .busi-innners .inner .img-box img {
        height: 330px;
    }
    .busi-innners {
        gap: 50px;
    }
    .center-box .center {
        grid-template-columns: 1fr;
    }
    .center .c-info {
        padding: 25px 30px;
        grid-template-columns: 1fr 0.5fr;
        gap: 20px;
    }
    #center01 .info-list .info {
        grid-template-columns: 115px 1fr;
    }
    .center .c-map iframe{
        height: 350px !important;
    }
    .table-style01 th {
        font-size: 18px;
    }
    
    .table-style01 th, .table-style01 td {
        font-size: 14px;
        padding: 12px 5px;
    }
    .operate-box{
        overflow-x: auto;
    }
    .table-style01 {
        min-width: 700px;
    }
}
@media (max-width:767px) {
    .info-list .info + ul li {
        font-size: 15px;
    }
    .navbar-brand {
        margin: 10px 0 0 15px !important;
    }
    .navbar-inverse .navbar-nav>li>a {
        font-size: 16px;
        padding: 7px 0;
    }
    .navbar-inverse .navbar-nav .dropdown .dropdown-menu>li>a {
        padding: 3px 0;
        font-size: 14px;
    }
    #mainCarousel .carousel-inner .item {
        height: 350px;
    }
    #site {
        padding-top: 64px;
    }
    .navbar-inverse {
        padding: 8px 0;
    }
}
@media (max-width:576px) {
    .cert .item .img-desc {
        margin-top: 6px;
        font-size: 13px;
        line-height: 1.2;
    }
    
    
    .cert {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px 10px;
        margin-top: 60px;
    }
    .cert-box .dot-list li::before {
        top: 8px;
        width: 3px;
    }
    .cert-box .dot-list li {
        padding-left: 9px;
        font-size: 15px;
    }
    .map-info iframe{
        height: 250px !important;
    }
    .compete .comp-list li {
        padding: 15px 10px;
        font-size: 15px;
    }
    .area .type span {
        font-size: 15px;
        gap: 4px;
        padding-right: 0;
        min-width: unset;
    }
    .area .type span:after{
        display : none;
    }
    .area .type {
        padding: 20px 10px;
        gap: 10px;
        flex-direction: column;
    }
    .work .step-box .step {
        padding: 20px 15px;
    }
    .work .step-box .step:nth-child(3)::after{
        display: block;
    }
    .work .step-box .step:nth-child(2n):after{
        display: none;
    }
    .work .step-box {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px 20px;
    }
    .busi-innners .inner {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .busi-innners .inner .img-box img {
        height: 200px;
    }
    .busi-innners .inner .img-box {
        gap: 15px;
    }
    .timeline ul {
        padding-top: 15px;
    }
    .timeline-box .timeline .year {
        font-size: 30px;
    }
    .history h6 span {
        font-size: 20px;
    }
    .history .img-box h6 {
        font-size: 30px;
    }
    .history .img-box img {
        width: 100%;
        height: 180px;
    }
    .history-box .history {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .company-box .company {
        gap: 0;
        flex-direction: column;
    }
    .company .inner {
        gap: 5px;
        width: 100%;
        padding: 10px 0;
        justify-content: center;
    }
    .company-box .company span {
        width: 100%;
        font-size: 13px;
        padding: 13px 5px;
    }
    .company .inner .in-box h6::before {
        width: 2px;
        height: 2px;
        top: 5px;
    }
    .company .inner .in-box h6 {
        font-size: 12px;
        padding-left: 5px;
    }
    .company .inner {
        gap: 5px;
    }
    .company-box .company p {
        font-size: 14px;
        width: 100%;
        text-align: center;
        padding: 10px 0;
    }
    .company-box {
        gap: 25px;
    }
    .company-box .img-box img {
        height: 230px;
    }
    .sub-h4 {
        margin-bottom: 25px;
    }
    .sub-h4 h4 {
        font-size: 25px;
    }
    .subpage-header:after {
        font-size: 45px;
        right: 0;
        top: -80px;
    }
    .subpage-header {
        position: relative;
        height: 250px;
        margin-top: 40px;
    }
    .snb a {
        padding: 4px 0;
        font-size: 14px;
    }
    .snb ul {
        gap: 12px;
    }
    .subpage {
        padding: 30px 0 0 0;
    }
    #mainCarousel .carousel-inner .item {
        height: 290px;
    }
    .mainpage section {
        padding: 45px 0 70px;
    }
    .main-wrap .inner .img-box img {
        height: 235px;
    }
    .main-wrap .inner .txt-box {
        padding: 20px 20px;
    }
    .main-wrap .busi-tit h4 {
        font-size: 27px;
        margin-bottom: 20px;
    }
    .main-wrap .busi-tit p {
        font-size: 15px;
    }
    .main-wrap .busi-tit p br{
        display : none;
    }
    .mainpage #main02 {
        height: 290px;
    }
    #main02 .main-tit h4 {
        font-size: 24px;
    }
    #main02 .link-box a {
        padding: 7px 8px 7px 10px;
        width: 120px;
    }
    footer .footer-wrap {
        padding: 20px 0;
    }
    footer li:first-child {
        font-size: 14px;
        margin-bottom: 10px;
    }
    footer .footer-info {
        gap: 0 8px;
    }
    footer li {
        font-size: 11px;
    }
    footer li.copy {
        margin-top: 6px;
        font-size: 10px;
    }
    .footer-info li.login {
        bottom: -12px;
    }
    .footer-info li.login a {
        font-size: 9px;
    }
    .customer .img-box img {
        height: 50px;
        padding: 10px;
        max-width: 120px;
    }
    .customer p {
        padding: 9px 0;
        font-size: 13px;
    }
    .customer-box {
        gap: 20px 15px;
    }
    .map-info .info-list {
        padding: 20px 15px;
    }
    .map-info h6 {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .info-list .info .icon span {
        font-size: 14px;
        aspect-ratio: 1;
        padding: 3px;
    }
    .info-list .info .icon {
        gap: 5px;
        font-size: 14px;
    }
    .info-list .info {
        grid-template-columns: 65px 1fr;
    }
    .info-list .info li {
        font-size: 14px;
    }
    .outline p br{
        display: none;
    }
    .center .c-info {
        padding: 20px 20px;
        grid-template-columns: 1fr;
        gap: 25px;
    }
    .c-info h4 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .under-info .info ul li {
        font-size: 14px;
    }
    #center01 .info-list .info {
        grid-template-columns: 100px 1fr;
    }
    .center .c-info img{
        height: 200px;
    }
    .center .c-map iframe{
        height: 300px !important;
    }
    #bbsArea form table th {
        font-size: 15px;
    }
    #bbsArea form table td {
        font-size: 13px;
        padding: 12px;
    }
    .board_wrapper .table.board_write_table :where(.input-group, .form-control) {
        width: 100%;
        height: 35px;
        font-size: 14px;
    }
    .board_wrapper .text-center .btn.btn-lg {
        min-width: 127px;
        width: 130px;
        height: 47px;
        padding: 10px;
        font-size: 16px;
    }
}