@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=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Outfit:wght@100..900&display=swap');

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

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: #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;
}
.pro-quick-menu{
    position: fixed;
    bottom: 0;
    left: 50%;
    overflow: hidden;
    transform: translateX(-50%);
    width: fit-content;
    border-radius: 5px;
    background: linear-gradient(0deg, #FFF 0%, #FFF 100%), linear-gradient(90deg, #FAFFF2 0%, #DBF0E8 44.71%, #E4F2FF 96.63%);
    box-shadow: 0px 0px 12px 0 rgba(0, 0, 0, 0.15);
}
.pro-quick-menu ul{
    display: grid;
    justify-content: center;
    grid-template-columns: repeat(7,1fr);
}
.pro-quick-menu ul li{
    position : relative;
}
.pro-quick-menu ul li + li:before{
    position : absolute;
    content : "";
    left: 0;
    top : 50%;
    transform : translateY(-50%);
    width : 1px;
    display: none;
    height : 10px;
    background: var(--page-point-color);
}
.pro-quick-menu ul li a{
    display: block;
    text-align: center;
    font-size: 14px;
    padding: 19px 10px;
    font-weight: 500;
    line-height: 1.3;
    white-space: nowrap;
}
.pro-quick-menu ul li a:hover{
    background: var(--page-point-color);
    color: #fff;
}
/* 불필요 항목 삭제 */
.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: #308CCE;
    --page-point-color-hover: #106aab;
    --icons: "material symbols outlined";
}

.navbar-inverse+.container {
    width: 100%;
    padding: 0;
    margin: 0;
}
.container:has(> .subpage[id*="product"]) {
    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: 1300px) {
    .container {
        width: 1230px;
    }
}

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

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

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

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

.navbar-inverse .navbar-brand img {
    height: 100%;
    object-fit: contain;
}

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


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

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

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

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

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

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

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

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

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

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

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

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

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

.navbar-header {}

.navbar-inverse .navbar-nav {
    margin: 0 !important;
    display: flex;
    gap: 60px;
}

.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: 0 30px;
    font-size: 15px;
    font-weight: 450;
    line-height: 18px;
    letter-spacing: -0.02em;
    color: #333;
    text-decoration-color: transparent;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    transition: all 0.2s ease;
}

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

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

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


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

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

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

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

#mainCarousel .carousel-inner{
}
.main_swiper_widget .swiper-caption{
    position: absolute;
}
#mainCarousel .carousel-inner .item::before,
.main_swiper_widget .swiper-bg::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}

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

.swiper-caption h1, 
.carousel-caption h1 {
    margin-bottom: 68px;
    position: relative;
    color: #FFF;
    text-shadow: 0 0 25px rgb(0 54 111 / 30%);
    font-size: 70px;
    font-weight: 800;
    line-height: 1; /* 66.24px */
    letter-spacing: 0;
    text-align: left;
    font-family: 'Lato','Pretendard Variable', sans-serif;
}

.swiper-caption p, 
.carousel-caption p {
    margin-bottom: 0px;
    font-size: 20px;
    font-weight: 500;
    text-shadow: 0 0 10px rgb(0 76 135 / 30%);
    line-height: 1.56;
    letter-spacing: -0.02em;
}

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

.carousel-control,
.carousel-indicators {
    bottom: 40px;
}

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

.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: 9px;
    height: 9px;
    background-color: transparent;
    border: 1px solid #fff;
    margin: 0;
    border-radius: 50%;
    transition: ease-in-out 0.15s all;
}

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

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

.mainpage section {
    padding: 120px 0 120px;
}
#main01{}
#main02{
    position: relative;
    padding: 110px 0 100px;
    background: #E9EFF3;
}
#main02::before{
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: url("/public/img/main/main02Bg.png") no-repeat center / cover;
}
#main03{
    position: relative;
    padding: 60px 0px 60px;
}
#main03::before{
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: url("/public/img/main/main03Bg.png") no-repeat center / cover;
}
#main02 .main-tit{
    margin-bottom: 49px;
}
.main-tit{
    margin-bottom: 90px;
}
.main-tit h3{
    font-size: 38px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.03em;
    text-align: center;
    color: #222;
}
.main-ab{
    display: grid;
    grid-template-columns: 600px 1fr;
    gap: 100px;
}
.main-ab .img-box{
    position: relative;
}
.main-ab .img-box::before{
    width: 628px;
    aspect-ratio: 1;
    position: absolute;
    content: "";
    left: -235px;
    top: -241px;
    z-index: -1;
    background: url("/public/img/main/main01before.png") no-repeat center / cover;
}
.main-ab .img-box img{}
.main-ab .txt-box{
    padding-top: 60px;
}
.main-ab .txt-box img{
    margin-bottom: 33px;
}
.main-ab .txt-box p{
    font-family: 'Lato';
    font-size: 22px;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: -0.005em;
    color: #0D3E66;
}
.main-ab  .main-btn{
    margin-top: 70px;
}
.main-btn{
    background: #0D3E66;
    width: fit-content;
    display: flex;
    padding: 16px 25px 16px 35px;
    justify-content: center;
    align-items: center;
    gap: 25px;
    color: #fff;
    font-family: 'Lato';
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
    gap: 25px;
    border: 1px solid #0D3E66;
    transition: all 0.1s ease-in-out;
}
.main-btn:hover{
    background: #fff;
    color: #0D3E66;
    transition: all 0.15s;
}
.main-btn span{--wght: 200;font-size: 25px;}
.main-btn:hover span{
    color: #0D3E66;
}
.main-banner{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.main-banner .main-btn{
    border: 2px solid #fff;
    color: #fff;
    background: transparent;
}

.main-banner .main-btn:hover {
    background: #fff;
    color: #0d3e66;
}
.main-banner .main-contact{
    display: flex;
    align-items: center;
    gap: 70px;
}
.main-banner .main-contact p{
    font-size: 17px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0;
    color: #fff;
}
.mc-tit{
    display: flex;
    align-items: center;
    gap: 31px;
}
.mc-tit img{}
.mc-tit h5{
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    letter-spacing: -0.02em;
}
.page-header{
    display: none;
}
#main02 .main-product{
    position: relative;
}
#main02 .main-product .mp-wrap{
    margin-bottom : 60px;
}
#main02 .main-product .type_swiper_s1{
    padding : 0;
}
#main02 .swiper-wrapper{}
#main02 .swiper-wrapper .swiper-slide{} 
#main02 .swiper-wrapper .inner{} 
#main02 .swiper-wrapper .inner .top{
    /* aspect-ratio: unset; */
} 
#main02 .swiper-wrapper .inner .top a{
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    /* background: #fff; */
    /* height: 300px; */
} 
#main02 .swiper-wrapper .inner .top a img{
    background: #fff;
    /* aspect-ratio: 47 / 66; */
    /* width: auto; */
    /* height: auto; */
    /* object-fit: contain; */
    /* max-height: 230px; */
} 
#main02 .swiper-wrapper .inner .bottom{
    padding-top: 23px;
    text-align: center;
    color: #222;
    font-weight: 500;
    font-size: 18px;
    line-height: 1;
    letter-spacing: -0.03em;
} 
#main02 .swiper-wrapper .inner .bottom .title{} 
#main02 .swiper-wrapper .inner .bottom .title a{
    font-weight: 600;
    letter-spacing: 0;
} 
#main02 .swiper-wrapper .inner .bottom .title a span{
} 
#main02 .swiper-wrapper .inner .bottom .info{
    display: none;
} 
#main02 .main-btn{margin: 0 auto;}
#main02 .main-btn span{}
#main02 .main-btn:hover{}
#main02 .main-btn:hover span{}
#main02  .type_swiper_s1 [class*="swiper-button"]{
    align-items: flex-start;
    height: fit-content;
    top: 34%;
}
#main02 .type_swiper_s1 [class*="swiper-button"].swiper-button-prev{
    left: -94px;

}
#main02 .type_swiper_s1 [class*="swiper-button"].swiper-button-prev::before{
    content: '\e2ea';
    font-family: var(--icons);
    width: 64px;
    height: 64px;
    font-size: 64px;
    color: #7D8084;
    font-weight: 200;
    left: 0;
    opacity: 1;
}
#main02 .type_swiper_s1 [class*="swiper-button"].swiper-button-next{
    right: -94px;

}
#main02 .type_swiper_s1 [class*="swiper-button"].swiper-button-next::before{
    content: '\e5e1';
    font-family: var(--icons);
    opacity: 1;
    color: #7D8084;
    font-size: 64px;
    width: 64px;
    height: 64px;
    font-weight: 200;
    right: 0;
}
/* 서브 페이지 */
.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: 430px;
}

.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/subBg00.jpg") no-repeat center / cover;
}

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

.subpage-title h2 {
    line-height: 1;
    margin-top: 0;
    font-weight: 700;
    font-size: 54px;
    letter-spacing: -0.02em;
    margin-bottom: 105px;
}
.subpage-title p{
    font-family: 'Lato';
    font-weight: 400;
    font-size: 20px;
    line-height: 1.38;
    letter-spacing: 0px;
    margin-bottom: 25px;
    opacity: 0.8;
}

/* [ subpage-navbar ] */
[id^=product] .snb{
    display : none;
}
.snb {
    position: relative;
    z-index: 10;
    border-bottom: 1px solid #ddd;
}

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

.snb li {
    width: 100%;
}

.snb a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-weight: 500;
    text-align: center;
    line-height: 1;
    font-size: 17px;
    letter-spacing: -0.03em;
    padding: 22px 0;
    color: #777;
}

.snb li.active a,
.snb li a:hover{
    background: #fff;
    color: var(--page-point-color);
    position : relative;

}
.snb li a:before{
    position : absolute;
    content : "";
    left : 0;
    bottom: -1px;
    width : 0;
    height : 2px;
    background : var(--page-point-color);
    transition: all 0.4s;
    opacity: 0;
    
}
.snb li.active a:before,
.snb li:hover a::before {
    width: 100%;
    opacity: 1;
}

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

.subpage-content .con {}
.title-h3{
    margin-bottom:  80px;
}
.title-h3 h3{
    font-weight: 700;
    font-size: 40px;
    line-height: 1;
    text-align: center;
    letter-spacing: -0.03em;
}
/* 소개 */
.intro-banner{
    position: relative;
    padding: 80px 0;
}
.intro-banner::before{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("/public/img/sub/ab01Bg.png") no-repeat center / cover;
}

.intro-banner p{
    text-align: center;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.6;
    letter-spacing: -0.04em;
    margin-bottom: 50px;
    color: #0d3e66;
}
.intro-banner .inners{
    max-width: 880px;
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
    position: relative;
}
.intro-banner .inners .inner{
    color: #fff;
    text-align: center;
    font-size: 21px;
    line-height: 1.4;
    letter-spacing: -0.015em;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1;
    border-radius: 50%;
    backdrop-filter: blur(20px);
}
.intro-banner .inners .inner:nth-child(1){
    background: #DD4154;
}
.intro-banner .inners .inner:nth-child(2){
    background: #31AF53;
}
.intro-banner .inners .inner:nth-child(3){
    background: #2885C4;
}
.intro-title{
    margin-top: 120px;
}
.intro-title .img-box{}
.intro-title .img-box img{}
.sub-h4{
    font-weight: 700;
    font-size: 30px;
    line-height: 1.5;
    letter-spacing: -0.04em;
    color: #222;
    margin-bottom: 60px;
    text-align: center;
}
.intro-title .mean{
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: 1040px;
    width: 100%;
    margin: 0 auto;
}
.intro-title .mean .it-box{
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 20px;
}
.intro-title .mean span{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    width: 100%;
    color: #0d3e66;
    font-family: 'Lato';
    font-weight: 800;
    font-size: 50px;
    line-height: 1;
    letter-spacing: -0.01em;
    background: #ECF2F8;
}
.mean .desc{
    padding: 22px 55px;
    border: 2px solid #E8EBEE;
}
.mean .desc p{
    color: #333;
    font-weight: 600;
    font-family: 'Lato';
    font-size: 21px;
    line-height: 1.4;
    letter-spacing: 0;
}
.mean .desc p small{
    display: block;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.4;
    letter-spacing: -0.02em;
    color: #666;
    margin-top: 4px;
    font-family: "Pretendard Variable";
}
/* 연혁 */
.history-wrap{
    display: grid;
    gap: 120px;
    grid-template-columns: 1fr 480px;
    align-items: flex-start;
}
.history-wrap .img-box{
    position: relative;
}
.history-wrap .img-box img{}
.history-wrap .img-box h6{
    position: absolute;
    content: "";
    left: 30px;
    bottom: -103px;
    font-weight: 800;
    font-family: 'Lato';
    font-size: 65px;
    line-height: 1.1;
    letter-spacing: 0;
    text-align: left;
    width: fit-content;
    color: #0D3E66;
}
.history-wrap .timeline{
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.timeline .list{
    display: grid;
    grid-template-columns: 100px 1fr;
}
.timeline .list p{
    text-align: left;
    color: #333;
    font-family: 'Lato';
    font-weight: 700;
    font-size: 18px;
    letter-spacing: -0.03em;
    line-height: 1.5;
}
.timeline .list ul{}
.timeline .list li{
    color: #666;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: -0.03em;
}
.timeline .list li + li{}
/* 기술 */
.tech-wrap{
    position: relative;
    padding: 128px 0 0;
}
.tech-wrap::before{
    position: absolute;
    content: "";
    left: 50%;
    top: 0;
    max-width: 1600px;
    transform: translateX(-50%);
    width: 100%;
    height: 400px;
    background: #ECF2F8;
    z-index: -1;
}
.tech-wrap + .tech-wrap{
    margin-top: 120px;
}
.tech-wrap .tech-box{
    display: grid;
    grid-template-columns: 475px 1fr;
    gap: 135px;
    padding-left: 52px;
}
.tech-wrap .tech-box .img-box{
    transform: translateY(-30px);
}
.tech-box .txt-box{}
.tech-box .txt-box .desc{
}
.tech-box .desc .desc-tit{
    margin-bottom: 150px;
}
.tw02 .tech-box .desc .desc-tit{
    margin-bottom: 120px;
}
.tech-box .desc .desc-tit h6{
    text-align: left;
    color: #0F4A81;
    font-weight: 700;
    font-size: 52px;
    line-height: 1;
    letter-spacing: -0.04em;
    position: relative;
    width: fit-content;
    margin-bottom: 48px;
}
.tech-box .desc .desc-tit img{
    position: absolute;
    content: "";
    width: 56px;
    aspect-ratio: 1;
    right: -62px;
    top: -39px;
}
.tech-box .desc .desc-tit p{
    font-size: 24px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -0.04em;
    color: #222;
}
.tw02 .tech-box .desc .desc-tit p{
    font-size: 21px;
}
.tech-box .desc .desc-info{}
.tech-box .desc .desc-info + .desc-info{
    margin-top: 30px;
}
.tech-box .desc .desc-info p{
    margin-bottom: 11px;
    color: #222;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.3;
    letter-spacing: -0.03em;
}
.tech-box .desc ul{}
.tech-box .desc li{
    gap: 5px;
}
.tech-box .desc li::before{}
.tw02  .tech-box .desc li{
    font-size : 16px;
}
.tw02  .tech-box .desc li::before{
    /* background: #666666; */
}
.tech-box .desc li + li{
    font-size: 18px;
}
.tw02 .tech-box .desc li + li{
    margin-top: 3px;
}
.dot-list{}
.dot-list li{
    font-size: 16px;
    line-height: 1.6;
    padding-left: 15px;
    position: relative;
    letter-spacing: -0.03em;
    font-weight: 400;
    display: flex;
    align-items: center;
}
.dot-list li span{
    font-weight: 700;
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: -0.03em;
}
.dot-list li + li{
    margin-top: 5px;
}
.dot-list li::before{
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    width: 5px;
    aspect-ratio: 1;
    border-radius: 50%;
    transform: translateY(-50%);
    background: #4779C9;
}
.tech-product{
    margin-top: 50px;
}
.tech-product .tw-wrap{
    display: flex;
    justify-content: center;
    gap: 35px;
    flex-flow: wrap;
}
.tech-product .tw-wrap .inner{
    width: 29%;
}
.tech-product .tw-wrap .img-box{}
.tech-product .tw-wrap .img-box img{
    aspect-ratio: 3/2;
    object-fit: cover;
    width: 100%;
}
.tech-product .tw-wrap p{
    text-align: center;
    margin-top: 9px;
    font-size: 15px;
    font-weight: 600;
    color: #222;
}
/* 인증 */
#ab04 .table_blog2{
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 30px;
}
#ab04 .table_blog2::before,
#ab04 .table_blog2::after{
    display: none;
}
#ab04 .table_blog2 span.thumb{
    aspect-ratio: 3/4;
    width: 100%;
    height: auto;
    background-size: contain;
}
#ab04 .table_blog2 .bottom{
    display: none;
}
.cert-wrap{
    width: 100%;
    max-width: 1400px;
    margin: 100px auto 20px;
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 60px;
}
.cert-wrap .img-box{
    /* border: 5px solid #ffffff; */
    background: #FFF;
    box-shadow: 5px 15px 24px 0 rgba(0, 0, 0, 0.12);
}
.cert-wrap .img-box img{width: 100%;aspect-ratio: 29/41;}
/* 오시는 길 */
.location-wrap{}
.location-wrap .map{
    margin-top: 50px;
}
.location-wrap .map h6{
    text-align: center;
    color: #222;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.02em;
    margin-bottom: 25px;
    font-size: 22px
}
.location-wrap .map-info{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
}
.location-wrap .map-info .list{
    display: flex;
    align-items: center;
    gap: 12px;
}
.map-info .list img{}
.map-info .list p{
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
}
.map-info .list p span{
    color: var(--page-point-color);
    line-height: 1;
    letter-spacing: -0.03em;
    font-weight: 700;
}
/* 제품 및 서비스 */
.title-h3:has(+ .container .pd_view_wrapper){
    display: none;
}
.board_pd_view .pd_top_wrap .pd_col_rgt{
    padding: 0;
}
/*  */
#product01_view.spec .board_pd_view .pd_top_wrap>div{
    grid-template-columns: 1fr;
}
#product01_view.spec .board_pd_view .pd_col_lft{
    display: none;
}
#product01_view.spec .board_pd_view .pd_info_wrap{
    width: 80%;
    margin: 0 auto;
}
#product01_view.spec .board_pd_view .pd_title_wrap .title,
#product01_view.spec #pd_preview_text p.sub-tit{
    /* text-align: center; */
}
/*  */
.board_pd_view .pd_preview_wrap{
    padding: 0 !important;
    margin: 0 !important;
    flex: unset;
    height: 100%;
}
.board_pd_view .pd_top_wrap{
    border-bottom: 1px solid #d3d3d3;
    margin-bottom: 0;
    padding-bottom: 100px;
}
.board_pd_view .pd_img_main{
    border: 0;
}
.board_pd_view .pd_top_wrap>div {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 100px !important;
}
.board_pd_view .pd_slider_wrap :where(.pd_img_main, .pd_img_sub) .slick-slide {
    width: inherit !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.board_pd_view .pd_slider_wrap .pd_img_main .slick-slide {
    background: #fff;
}

.board_pd_view .pd_slider_wrap .pd_img_main {
    border: 1px solid #ddd;
}
.board_pd_view .pd_slider_wrap :where(.pd_img_main, .pd_img_sub) .thumb{
    /* max-width: 340px; */
    /* max-width: 227px; */
    /* width: 100%; */
    /* aspect-ratio: 47 / 66; */
    /* height: auto; */
    /* object-fit: contain; */
    /* border: 1px solid #333; */
}
.board_pd_view .pd_title_wrap{
    padding: 0;
    margin: 0 0 35px;
    border: 0;
}
.board_pd_view .pd_title_wrap h4{
    color: #222;
    font-size: 36px;
    font-weight: 600;
    line-height: 1.28;
    letter-spacing: -0.02em;
}
#bbsArea #pd_preview_text p.sub-tit{
    padding-bottom: 40px;
    color: #333;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.01em;
    border-bottom: 1px solid #ddd;
}
.board_pd_view .pd_preview_wrap #pd_preview_text{
    white-space: unset;
}
#product01 .board_pd_view .pd_slider_wrap .pd_img_sub{
    /* display: none; */
}
#bbsArea #pd_preview_text .pro-inner{
    margin-top: 45px;
}
#bbsArea #pd_preview_text .pro-inner .cont{}
#bbsArea #pd_preview_text .pro-inner .cont + .cont{
    margin-top: 35px;
}
#bbsArea #pd_preview_text .pro-inner .cont h6{
    color: var(--page-point-color);
    font-weight: 600;
    line-height: 1;
    font-size: 20px;
    letter-spacing: -0.01em;
    margin-bottom: 13px;
}
#bbsArea #pd_preview_text .pro-inner .dot-list{
    padding-left: 12px;
}
#bbsArea #pd_preview_text .pro-inner .dot-list li{
    color: #666;
    padding-left: 13px;
    line-height: 1.6;
    letter-spacing: -0.02em;
}
#bbsArea #pd_preview_text .pro-inner .dot-list li + li{
    margin-top: 0px;
}
#bbsArea #pd_preview_text .pro-inner .dot-list li::before{
    background: #666;
    width: 3px;
    top: 11px;
    transform: unset;
}
.board_pd_view .pd_btn_wrap{
    border: 0;
    margin-top: 60px;
}
#bbsArea .board_pd_view .pd_btn_wrap ul{
    gap: 10px;
    width: fit-content;
}
#bbsArea .board_pd_view .pd_btn_wrap ul li{}
#bbsArea .board_pd_view .pd_btn_wrap ul li a{
    width: 270px;
    height: 65px;
    display: flex;
    align-items: center;
    font-size: 16px;
    justify-content: center;
    color: #fff;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0;
}
#bbsArea .board_pd_view .pd_btn_wrap ul li:nth-child(1) a{
    background: var(--page-point-color);
}
#bbsArea .board_pd_view .pd_btn_wrap ul li:nth-child(2) a{}
.pd_bottom_wrap:has(> .pd_tabs_wrap .tab-content > div){
    padding: 70px 0 100px;
}
.pd_bottom_wrap .pd_tabs_wrap{}
.pd_bottom_wrap .pd_tabs_wrap .pd_tabs_nav_wrap{
    margin-bottom: 30px;
}
.board_pd_view .pd_tabs_nav_wrap ul.nav-tabs{
    border: 0;
}
.board_pd_view .pd_tabs_nav_wrap ul.nav-tabs li{
    flex: unset;
    width: 100%;
}
.board_pd_view .pd_tabs_nav_wrap ul.nav-tabs li a{
    padding: 0;
    text-align: left;
}
.board_pd_view .pd_tabs_nav_wrap ul.nav-tabs li.active a{
    display: block;
    border: 0;
    text-align: left;
    height: auto;
    color: var(--page-point-color);
    font-weight: 500;
    font-size: 24px;
    line-height: 1.4;
    letter-spacing: -0.03em;
}
.board_pd_view .pd_tabs_nav_wrap ul.nav-tabs li.active a span{
    text-align: left;
}
.pd_tabs_tp_wrap{}
.pd_tabs_tp_wrap .tab-content{}
.pd_tabs_tp_wrap .tab-content .contents_wrap{
    padding: 0;
    border: 0;
}
.pd_tabs_tp_wrap .tab-content .contents_wrap .contents_inner{}
.contents_inner .table-box{}
.contents_inner .table-box p{
    margin-top: 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    width: fit-content;
    margin-left: auto;
    letter-spacing: -0.01em;
}
.contents_inner .table-style01{
    width: 100%;
}
.contents_inner .table-style01 tr{}
.contents_inner .table-style01 tr:nth-child(1){}
.contents_inner .table-style01 tr:nth-child(1) td{
    font-weight: 700;
}
.contents_inner .table-style01 tr:nth-child(even){
    background: #E1F1FD;
}
.contents_inner .table-style01 td{
    padding: 18px 21px;
    text-align: center;
    color: #222;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: -0.01em;
    border: 1px solid #7EB7E0;
    width: calc(100% / 7);
}
.board_pd_view .pd_slider_wrap .pd_img_sub .slick-list .slick-track{}
.board_pd_view .pd_slider_wrap .pd_img_sub .slick-list .slick-track::before,
.board_pd_view .pd_slider_wrap .pd_img_sub .slick-list .slick-track::after{
    display: none;
}
/* 시공실적 */
.record-wrap{
    padding-bottom: 110px;
    border-bottom: 1px solid #eaeaea;
}
.record-wrap > .container{
    max-width: 1030px;
    width: 100%;
}
.record-wrap.rw01 > .container{
    max-width: 1230px;
    width: 100%;
}
.record-wrap:last-child{
    padding-bottom: 0;
    border: 0;
}
.record-wrap + .record-wrap{
    padding-top: 110px;
}
.record-tit{
    text-align: center;
    margin-bottom: 70px;
}
.record-tit h4{
    color: #222;
    font-weight: 700;
    font-size: 40px;
    line-height: 1;
    letter-spacing: -0.03em;
    margin-bottom: 15px;
}
.record-tit span{
    color: #0F4A81;
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0;
}
.record-box{
}
.rw01 .record-box .inners{
    grid-template-columns: repeat(4,1fr);
    max-width: unset;
    gap: 35px;
}
.record-box .inners{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 40px 125px;
}
.record-box .inners .inner{}
.record-box .img-box{
    margin-bottom: 15px;
}
.record-box .img-box img{
    width: 100%;
    aspect-ratio: 1;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid #eee;
    max-width: 255px;
    margin: 0 auto;
}
.record-box .img-caption{
    text-align: center;
    color: #333;
    font-weight: 600;
    line-height: 1.4;
    font-size: 18px;
    letter-spacing: -0.03em;
}
.record-box .record-desc{
    margin-top: 60px;
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: -0.04em;
    color: #777;
    word-break: break-all;
}
/* 블로그 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_pd.row {
    margin: 0 !important;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px 30px;
}

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

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

#bbsArea .board_goods_list dd {}

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

#bbsArea .board_goods_list .inner .top {
    border: 1px solid #ddd;
    transition: all 0.15s;
}

#bbsArea .board_goods_list .inner:hover .top {
    border: 1px solid var(--page-point-color);
}

#bbsArea .board_goods_list .inner .top a {}

#bbsArea .board_goods_list .inner .top a span {
    /* aspect-ratio: 277/389; */
    /* height: auto; */
}

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

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

#bbsArea .board_goods_list .inner .bottom .title a {
    font-weight: 600;
    font-size: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-wrap: wrap;
    width: 100%;
}

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

}

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

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


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

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

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

#bbsArea .board_list_list col.subject_col {}

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

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

#bbsArea .board_list_list thead tr {
    border-bottom: 1px solid #777;
}

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

#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 th.num{
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: -0.01em;
}
#bbsArea .board_list_list tbody td.writer,
#bbsArea .board_list_list tbody td.regdate,
#bbsArea .board_list_list tbody td.hits{
    color: #777;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: -0.01em;
    font-size: 15px;
}
#bbsArea .board_list_list tbody td {
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: -0.01em;
    color: #222;
}


#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: 16px;
    padding: 19px 18px;
}
#bbsArea .board_list_list tbody td.subject {
    font-size: 17px;
}
.search_wrap{
    margin-top: 40px;
    margin-bottom: 70px;
}
#board_data_view{}
#board_data_view .header_wrap{
    padding: 45px 0 45px;
    border-bottom: 1px solid #ddd;
}
#board_data_view .header_wrap .title{
    color: #222;
    text-align: center;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: -0.034em;
    margin-bottom: 15px;
}
#board_data_view .header_wrap .info{
    margin: 0;
    opacity: 0.6;
}
#board_data_view .header_wrap .info span{
    color: #555;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: -0.02em;
}
#board_data_view .header_wrap .info span strong{
    color: #333;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: -0.02em;
}
.board_wrapper .option_wrap {
    position: relative;
    margin-top: 40px;
}

/* 주문폼 */
#bbsArea .board_wrapper {
    overflow: hidden;
    margin: 0;
}

#bbsArea form {}

#bbsArea form table {
    border-top: 2px solid #222;
    border-bottom: 0;
}

#bbsArea form table tr {
    border-bottom: 1px solid #E0E0E0;
    display: grid;
    align-items: center;
    grid-template-columns: 240px 1fr;
}

#bbsArea form table th {
    font-size: 16px;
    height: 100%;
    padding: 29px 30px;
    font-weight: 600;
    color: #333;
    background: #f8f8f8;
    border: 0;
    width: 100%;
    /* display: flex; */
    /* flex-direction: row-reverse; */
    /* justify-content: flex-end; */
    /* align-items: center; */
}

#bbsArea form table #item_1 th {
    height: 210px;
}

#bbsArea form table th span {}

#bbsArea form table th span.required_text {
    color: #FF0000;
    position: relative;
    margin: 0 0 0 2px;
}

#bbsArea form table td {
    font-size: 15px;
    padding: 15px 20px;
    border: 0;
    width: 100%;
}

#bbsArea form table tr#item_captcha {}
#bbsArea form table tr#item_captcha td{
    display: flex;
    align-items: center;
    gap: 10px;
}
#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;
}
.custom_checkbox + span::before {
    position: absolute;
    top: -1px;
}
.custom_checkbox + span a{
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}
img#captcha {
    height: 47px;
    width: 130px;
    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 textarea.form-control {
    min-height: 180px !important;
}

.board_wrapper .table.board_write_table :where(.input-group, .form-control) {
    width: 350px;
    padding: 12px 15px;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: -0.02em;
    color: #222;
    height: 47px;
}
.form-control::placeholder {
    color: #999;
}
.board_wrapper .board_write_table input::placeholder {
    color: #999;
    opacity: 1;
}

.board_write_table p.text-muted.form-caption {
    margin-top: 10px !important;
    font-size: 13px;
    color: #888;
    display: none;
}

.checkbox.privacy_checkbox {
    margin-top: 0 !important;
}

.custom_checkbox:checked+span::before {
    color: var(--page-point-color);
}

.btn {
    transition: all 0.15s;
}

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

#login_btn {
    width: 100%;
}

/* 푸터 */
footer {
    margin-top: -1px;
    border-top: 1px solid #E0E0E0;
    background: #19252F;
    padding: 50px 0;
}

footer li {
    color: rgba(255, 255, 255, 0.60);
    font-size: 17px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: -0.01em;
}
footer li.address{
    line-height: 23px;
}
footer li.f-contact{
    position: relative;
}
footer li.f-contact + .f-contact::before{
    position: absolute;
    content: "";
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 13px;
    background: rgba(255, 255, 255, 0.3);
}
footer li span{
    font-size: 17px;
    font-weight: 700;
    line-height: 26px;
    display: inline-block;
}
footer li:first-child {
    color: rgba(255, 255, 255, 0.90);
    font-size: 18px;
    font-weight: 700;
     /* 175% */
    letter-spacing: -0.02em;
    margin-bottom: 10px;
}

footer li.copy {
    margin-top: 10px;
    color: rgba(255, 255, 255, 0.3);
    font-size: 12px;
    font-weight: 400;
    line-height: 23px;
}

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

footer .footer-wrap {
}

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

.footer-info li.login a {
    display: block;
    padding: 2px 10px;
    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 {
        min-width: 160px;
        left: 50%;
        right: auto;
        transform: translate(-50%, 0);
        border-radius: 0;
        overflow: hidden;
        border: 0;
        padding: 30px 0;
        background: #fff;
        box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.10);
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu{
        display : flex;
        flex-direction : column;
        gap: 20px;
    }

    .navbar-inverse .navbar-nav .dropdown-menu>li>a:focus,
    .navbar-inverse .navbar-nav .dropdown-menu>li>a:hover {
        background: transparent;
        color: var(--page-point-color);
        font-weight: 700;
        line-height: 18px;
        letter-spacing: -0.3px;
        text-decoration-color: var(--page-point-color);
    }
}

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

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

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

.login_wrapper {
    background: #f5f5f5;
}

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

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

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

#login_form .form-group {}

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

.login_extra {}

.login_extra ul {}

.login_extra ul li {}

.login_extra ul li a {}

#find_btn {
    width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.member_wrapper .table {
    width: 100%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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