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

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

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

.contents_inner {
    overflow: hidden !important;
}

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

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

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

:is(p, h1, h2, h3, h4, h5, h6, dt, dd, th, td, li) {
    position: relative;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
#tooltip{
    position: absolute;
    padding: 10px 21px;
    background: var(--page-point-color);
    border-radius: 70px;
    color: #fff;
    font-size: 20px;
}
/* 메인 주문폼 */
.main-form-pop:not(.up) {
    width: 320px;
    height: fit-content;
    background-color: #fff;
    border-radius: 10px;
    animation: pt-fadein-open 0.6s 0.15s forwards;
    opacity: 0;
    /* border-top: 1px solid var(--page-point-color); */
}

@keyframes pt-fadein-open {
    0% {
        opacity: 0;
        transform: translateY(100px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.main-form-pop {
    display: flex;
    width: 170px;
    font-size: 14px;
    height: 60px;
    background-color: var(--page-point-color);
    border-radius: 9999px;
    position: fixed;
    right: 30px;
    bottom: 40px;
    z-index: 99999;
}

.main-form-pop button {
    all: unset;
    cursor: pointer;
}

.main-form-pop:not(.up) .open {
    display: none;
}

.main-form-pop.up :is(.info-main-form, .close) {
    display: none;
    opacity: 0;
}

.main-form-pop .close {
    position: absolute;
    top: 10px;
    right: 10px;
}
.main-form-pop .close:hover span{
    color: #f00 !important;
}
.main-form-pop .close span.material-symbols-outlined {
    font-size: 24px;
    line-height: 1;
    color: #ccc;
}

.main-form-pop .open {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: -0.02em;
}
.main-form-pop:hover{
    background: #184c5c;
}
.main-form-pop .open span.material-symbols-outlined {
    line-height: 1;
    font-size: 24px;
    --wght: 300;
    transform: translateY(-1px);
}

.main-form-pop h5 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #111;
    letter-spacing: -0.025em;
}

.main-form-pop p {
    font-size: 15px;
}

.main-form-pop .info-main-form {
    padding: 30px 20px 20px;
    width: 100%;
    border-radius: 10px;
    background: linear-gradient(0deg, #FFF 0%, #FFF 100%), linear-gradient(90deg, #FAFFF2 0%, #DBF0E8 44.71%, #E4F2FF 96.63%);
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15);
}

.main-form-link {
    position: absolute;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    left: 0;
    top: -60px;
}

.main-form-link a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    aspect-ratio: 1;
    padding: 10px;
    border-radius: 50%;
}

.main-form-link a:nth-child(1) {
    background: #FAE100;
}

.main-form-link a:nth-child(2) {
    background: #36B44A;
}

.main-form-link a:nth-child(3),
.main-form-link a:nth-child(4){
    background: #f2f2f2;
}

.main-form-link a img,
.main-form-link a svg {
    width: 100%;

}

.main-form-pop .info-main-form th {
    display: none;
}

.main-form-pop .info-main-form td {
    border: 0;
    padding: 0;
    display: block;
}

.main-form-pop .info-main-form #item_captcha td {
    display: flex;
    gap: 5px;
    align-items: center;
}

.main-form-pop .info-main-form #item_captcha td input {
    width: 100%;
}

.main-form-pop .info-main-form #item_captcha td img {
    height: 47px;
}

.main-form-pop .info-main-form td input,
.main-form-pop .info-main-form td textarea {
    border: 0;
    background: #F6F6F6;
    border-radius: 5px;
    padding: 12px;
}

.main-form-pop .info-main-form td textarea {
    min-height: 170px !important;
}

.main-form-pop .info-main-form td p {}

.main-form-pop .info-main-form td p.text-muted {
    display: none;
}

.info-form-tit {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-bottom: 30px;
}

.info-form-tit img {
    height: 22px;
}

.info-form-tit h5 {
    font-weight: 700;
    color: #333;
    font-size: 24px;
    line-height: 1;
    margin: 0;
    letter-spacing: 0;
}

.info-main-form table {}

.info-main-form table tbody {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.info-main-form table tbody tr:is(#item_email, #item_1, #item_captcha, #item_agree) {
    grid-column: span 2;
}

.info-main-form table tbody tr#item_agree td span {
    color: #333;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -0.3px;
}

.info-main-form table tbody tr#item_agree td span a {
    color: var(--page-point-color);
}

.info-main-form #write_btn {
    width: 280px;
    height: 50px;
    border-radius: 10px;
    background: linear-gradient(0deg, #0080A6 0%, #0080A6 100%), linear-gradient(137deg, #0080A6 -105.48%, #72BCB7 132.5%);
    position: relative;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    gap: 7px;
}
.info-main-form #write_btn:hover{
    background: #184c5c;
}
.info-main-form #write_btn::after {
    background: url("/public/img/main/send.png") no-repeat center / cover;
    content: "";
    width: 18px;
    aspect-ratio: 1;
}

/* 불필요 항목 삭제 */
.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: #0080A6;
    --page-point-color-hover: #0a2832;
    --icons: "material symbols outlined";
}

.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: 1700px) {
    #main02 .container {
        width: 1630px;
    }
}

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

/* 상단 로고*/
/* 상단 로고*/
.navbar-brand {
    height: 30px;
    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;
        max-width: 1630px;
        width: 100%;
    }

    .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: 150px;
        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;
    transition: all 0.3s ease-in-out;
}

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

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

.navbar-header {}

.navbar-inverse .navbar-nav {}

.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: 15px;
    font-weight: 500;
    transition: all 0.2s;
    color: #666;
}

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

.navbar-inverse .navbar-nav>li>a {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    padding: 39.5px 45px;
    text-align: center;
    line-height: 21px;
    letter-spacing: 0;
}

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


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

#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: 40%;
    padding: 0;
    max-width: 1240px;
    width: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    right: unset;
}

.swiper-caption h1,
.carousel-caption h1 {
    margin-bottom: 50px;
    position: relative;
    color: #FFF;
    text-shadow: 1px 1px 4px rgba(25, 25, 25, 0.60);
    font-size: 48px;
    font-weight: 700;
    line-height: 1.38;
    /* 66.24px */
    letter-spacing: -0.025em;
    text-align: left;
}

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

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

.carousel-control,
.carousel-indicators {}

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

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

.carousel-indicators li.active {
    width: 13px;
    height: 13px;
    background-color: #fff;
    margin: 0 10px;
    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 .video-wrap {
    position: relative;
}

.mainpage .video-wrap .item {
    position: relative;
    height: calc(100vh - 100px);
}

.mainpage .video-wrap .item::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}

.video iframe {
    aspect-ratio: 16/9;
    width: auto;
    height: auto;
    pointer-events: none;
}

.mainpage .video-wrap .video-txt {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 0 15px;
    width: 100%;
    max-width: 1230px;
    color: #fff;
}

.video-wrap .video-txt h1 {
    font-size: 100px;
    line-height: 1.1;
    font-weight: 800;
    letter-spacing: -0.02em;
    margin-bottom: 30px;
}

.video-wrap .video-txt p {
    font-size: 28px;
    line-height: 1.6;
    letter-spacing: -0.01em;
    font-weight: 600;
}

.mainpage .main-video {}

.mainpage .main-content {
    padding: 120px 0 150px;
}

/* 메인 사업소개 */
.main-tit {
    margin-bottom: 60px;
}

.main-tit h4 {
    color: #000;
    font-size: 42px;
    font-weight: 700;
    line-height: 56px;
    letter-spacing: -0.015em;
}

.main-tit:has(.main-board-btn) {
    margin-bottom: 30px;
    display: flex;
    align-items: end;
    justify-content: space-between;
}

.main-tit:has(.main-board-btn) a {
    font-weight: 600;
    line-height: 1;
    font-size: 16px;
    letter-spacing: 0;
    color: var(--page-point-color);
}

.main-tit h3 {
    text-align: left;
    color: #000;
    font-size: 42px;
    font-weight: 700;
    line-height: 56px;
    letter-spacing: -0.034em;
}

#main02 .main-tit h3 {
    text-align: center;
    font-size: 46px;
}

.main-business {
    display: flex;
    border-radius: 20px;
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.20);
}

.main-business .inner {
    height: 550px;
    display: flex;
    flex: 1 1 calc(100%/6);
    align-items: center;
    justify-content: center;
    padding: 0 40px;
    transition: all 0.75s ease;
}

.main-business .inner.active {
    flex: 1 1 40%;
    justify-content: unset;
    padding: 0 50px;
}

.main-business .inner:nth-child(1) {
    background: url("/public/img/main/mb01.png") no-repeat left / cover;
}

.main-business .inner:nth-child(2) {
    background: url("/public/img/main/mb02.png") no-repeat left / cover;
}

.main-business .inner:nth-child(3) {
    background: url("/public/img/main/mb03.png") no-repeat left / cover; 
}

.main-business .inner:nth-child(4) {
    background: url("/public/img/main/mb04.png") no-repeat left / cover;
}

.main-business .inner:nth-child(5) {
    background: url("/public/img/main/mb05.png") no-repeat left / cover;
}

.main-business .inner:nth-child(6) {
    background: url("/public/img/main/mb06.png") no-repeat left / cover;
}

.main-business .inner-txt {
    color: #fff;
    width: 100%;
    position: relative;
}

.main-business .inner-txt h4 {
    font-weight: 550;
    font-size: 25px;
    line-height: 1;
    letter-spacing: 0;
    transition: all 0.5s ease;
    position: relative;
    text-align: center;
    padding-bottom: 20px;
    top: 0;
}

.main-business .inner-txt h4 img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
}

.main-business .inner-txt p {
    opacity: 0;
    transition: all 0.5s ease;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0;
    font-weight: 500;
    position: absolute;
    top: 52px;
    width: 100%;
    white-space: nowrap;
}

.main-business .inner-txt a {
    transition: all 0.5s ease;
    padding: 13px 17px;
    font-weight: 500;
    font-size: 15px;
    line-height: 14px;
    letter-spacing: 0;
    color: #333;
    opacity: 0;
    background: #fff;
    width: 120px;
    border-radius: 60px;
    letter-spacing: 0;
    position: relative;
    top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transform: translateY(100px);
}

.main-business .active .inner-txt h4 img {
    display: none;
}

.main-business .active .inner-txt h4 {
    font-size: 50px;
    text-align: left;
    top: -45px;
    font-weight: 700;
}

.main-business .active .inner-txt p {
    display: block;
    opacity: 1;
    top: 20px;
    white-space: nowrap;
}

.main-business .active .inner-txt a {
    opacity: 1;
    display: flex;
    transform: translateY(30px);
}

.main-business .inner-txt a img {}

/* 메인 페이지 시공 */
.page-header {
    display: none;
}

#main03 {
    position: relative;
    padding: 0;
}

#main03 .main-tit {
    display: flex;
    gap: 50px;
    align-items: end;
    margin-bottom: 30px;
}

#main03 .tab-content .container {
    padding: 0;
}

#main03 .main-tit h3 {}

#main03 svg {
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}

#main03 .nav-tabs {
    border: 0;
    display: flex;
    gap: 40px;
}

#main03 .nav-tabs:before,
#main03 .nav-tabs:after {
    display: none;
}

#main03 .nav-tabs>li {
    margin: 0;
    float: unset;
    position: relative;
}

#main03 .nav-tabs>li+li::before {
    position: absolute;
    content: "";
    left: -20px;
    top: 13px;
    width: 1px;
    height: 18px;
    background: rgba(0, 0, 0, 0.15);
}

#main03 .nav-tabs>li>a {
    padding: 10px 0;
    border: 0;
    margin: 0;
    border-radius: 0;
    color: rgba(0, 0, 0, 0.80);
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1;
}

#main03 .nav-tabs>li>a:hover {
    border: 0;
    background: transparent;
}

#main03 .nav-tabs>li.active>a {
    font-weight: 700;
    color: #000;
    background: transparent;
}

#main03 .tab-content {}

#main03 .tab-content .tab-pane {}

.bbs-slide {
    background: #fff;
    border-radius: 30px 30px 0 0;
    position: relative;
    padding-bottom: 60px;
}

.bbs-slide .inner {}

.bbs-slide .inner .top {
    aspect-ratio: unset;
    height: 200px;
}

.bbs-slide .inner .top a {}

.bbs-slide .inner .top a img {}

.bbs-slide .inner .bottom {}

.bbs-slide .inner .bottom .title {}

.bbs-slide .inner .bottom .title a {}

.bbs-slide .inner .bottom .title a span {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    line-height: 1.6;
    letter-spacing: -0.2px;
}

.bbs-slide .inner .bottom .info {
    opacity: 1;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
    color: #666;
}

.bbs-slide .inner .bottom .info span {}

.bbs-slide .inner .bottom .info span.writer,
.bbs-slide .inner .bottom .info span.hits {
    display: none;
}

#main03 .type_swiper_s1 [class*="swiper-button"] {
    top: -70px;
    height: fit-content;
    right: 0;
    left: unset;
    width: 45px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #eee;
    display: flex;
    align-items: center;
    justify-content: center;
}

#main03 .type_swiper_s1 [class*="swiper-button"]::before {
    opacity: 1;
    content: "";
    width: 18px;
    height: 14px;
}

#main03 .type_swiper_s1 .swiper-button-prev {
    right: 50px;
}

#main03 .type_swiper_s1 .swiper-button-prev::before {
    background: url("/public/img/main/bbs-left-arrow.png") no-repeat center / cover;
}

#main03 .type_swiper_s1 .swiper-button-next {}

#main03 .type_swiper_s1 .swiper-button-next::before {
    background: url("/public/img/main/bbs-right-arrow.png") no-repeat center / cover;
}

#main03 .swiper-button-next.swiper-button-disabled,
#main03.swiper-button-prev.swiper-button-disabled {}

/* 메인 공지사항 */
#main04.main-content {
    padding: 0 0 100px;
}

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

#main04 .board_box_blog2 .type_blog_b {
    gap: 20px;
}

.main-notice .inner {
    margin: 0;
    border: 0;
    background: #f4f4f4;
    border-radius: 5px;
}

.main-notice .inner:hover {
    border: 0;
}

.main-notice .inner .top {
    display: none;
}

.main-notice .inner .bottom {
    padding: 35px 40px;
    height: 180px;
    position: relative;
}

.main-notice .inner .bottom .title {}

.main-notice .inner .bottom .title a:hover span {
    color: var(--page-point-color);
}

.main-notice .inner .bottom .title a span {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: normal;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: -1px;
    color: #333;
}

.main-notice .inner .bottom .info {
    position: absolute;
    bottom: 35px;
}

.main-notice .inner .bottom .info span {}

.main-notice .inner .bottom .info span.writer,
.main-notice .inner .bottom .info span.hits {
    display: none;
}

/* 메인 언론보도 */
#main05.main-content {
    padding: 0 0 150px;
}

#main05 .board_box_blog2 .type_blog_b {
    gap: 40px;
}

.main-news .inner {
    margin: 0;
    border: 0;
}

.main-news .inner:hover {
    border: 0;
}

.main-news .inner .top {}

.main-news .inner .top a {}

.main-news .inner .top a span {
    height: 260px;
}

.main-news .inner .bottom {
    position: relative;
    padding: 20px 0 0 2px;
}

.main-news .inner .bottom .title {
    padding: 0;
}

.main-news .inner .bottom .title a {
    font-size: 19px;
    font-weight: 600;
    line-height: 1.6;
    color: #333;
    letter-spacing: 0;
}

.main-news .inner .bottom .title a span {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: normal;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: -1px;
    color: #333;
}

.main-news .inner .bottom .info {
    display: flex;
    align-items: center;
    gap: 15px;
}

.main-news .inner .bottom .info span {
    padding: 0;
    color: #777;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
}

.main-news .inner .bottom .info span.writer,
.main-news .inner .bottom .info span.hits {}

/* 서브 페이지 */
.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: 520px;
}

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

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

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

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

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

[id^=media] .subpage-header .bg {
    background: #ddd url("/public/img/sub/subBg05.png") 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;
    letter-spacing: 0;
    text-align: center;
    font-weight: 700;
    font-size: 56px;
    color: #fff;
}

/* [ subpage-navbar ] */
.snb {
    position: relative;
    z-index: 10;
    background: #00A6D25C;
    margin-top: -64px;
    backdrop-filter: blur(20px);
}

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

.snb li {
    position: relative;
    flex: 1 0 calc(100% / 6);
}

.snb li+li::before {
    content: '';
    width: 1px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.15;
    background: #fff;
}

.snb a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    padding: 22px 0;
    font-weight: 400;
    font-size: 17px;
    line-height: 20px;
    letter-spacing: 0.02em;
    color: #fff;
    transition: all 0.35s;
}

.snb a:hover {
    background: #fff;
    color: #000;
    font-weight: 600;
}

.snb li.active a {
    background: #fff;
    font-weight: 600;
    color: #111;
    letter-spacing: -0.01em;
}

/* 서브페이지 내용 */
.subpage {}

.subpage-content {
    padding: 100px 0 170px;
    position: relative;
    overflow: hidden;
}

.subpage-content:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.75);
}

.subpage-content section {
    position: relative
}

.subpage-backgroud {
    /* display: none; */
    position: fixed;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    aspect-ratio: 16/9;
    z-index: -1;
}

.subpage-backgroud iframe {
    pointer-events: none;
}

.subpage-content .con {}

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

.title-h3 h3 {
    font-weight: 700;
    font-size: 44px;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
    color: #111;
}

/* 인사말 */
.greet-wrap {}

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

.greet-tit h4 {
    color: #111;
    font-weight: 600;
    font-size: 36px;
    line-height: 1.6;
    letter-spacing: 0;
    text-align: left;
}

.greet-txt {}

.greet-txt .img-box {}

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

.greet-txt .txt-box {
    display: flex;
    flex-direction: column;
    gap: 40px;
    text-align: center;
    margin-top: 30px;
}

.greet-txt .txt-box h6 {
    font-weight: 500;
    font-size: 30px;
    line-height: 1.5;
    letter-spacing: -0.034em;
    color: #333;
}

.greet-txt .txt-box p {
    font-size: 18px;
    letter-spacing: -0.01em;
    color: #333;
    font-weight: 500;
    line-height: 2;
}

.greet-txt .txt-box p.name {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333;
    font-weight: 700;
    line-height: 1.6;
    position: relative;
}

.greet-txt .txt-box p.name img {
    position: absolute;
    content: "";
    left: calc(50% + 150px);
    object-fit: cover;
    transform: translateX(-50%);
}

.greet-sub {
    font-size: 36px;
    padding-left: 0 !important;
    position: relative;
    color: #000;
    font-weight: 700;
    text-align: center;
}

.greet-sub::after {
    content: '';
    display: block;
    width: 40px;
    height: 1px;
    background: #333;
    margin: 10px auto 0;
}

.greet-sub::before {
    position: absolute;
    display: none;
    content: "";
    left: 0;
    top: 3px;
    width: 10px;
    aspect-ratio: 1;
    background: #01aae6;
    border-radius: 50%;
}

.vision-wrap{
    margin-top: 150px;
}
.ci-wrap {
    margin-top: 250px;
}
.vision-wrap .greet-sub{
    margin-bottom : 80px;
}
.ci-wrap .greet-sub{
    text-align: center;
    font-size: 27px;
    margin-bottom: 25px;
}

.ci-wrap .greet-sub::after {
    display: none;
}

.ci-wrap .greet-sub h4{}
.vision-wrap .vision-box{
    max-width: 1140px;
    margin : 0 auto;
}
.vision-box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 80px;
}

.vision-box .vision {}

.vision-box .vision .img-box {}

.vision-box .vision .img-box img {
    aspect-ratio: 1;
    border-radius: 50%;
    object-fit: cover;
}

.vision-box .vision .img-box span {
    display: block;
    margin-top: 30px;
    font-size: 30px;
    font-weight: 700;
    color: #002c71;
    text-align: center;
}

.vision-box .vision .txt-box {
    text-align: center;
    margin-top: 20px;
}

.vision-box .vision .txt-box p {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
}

.ci-box {
    display: flex;
    flex-direction: column;
    gap: 50px;
    align-items: center;
}

.ci-box .img-box {}

.ci-box .img-box img {}

.ci-box .txt-box {}

.ci-box .txt-box p {
    font-size: 20px;
    font-weight: 600;
    color: #000;
}

/* 연혁 */
.history-wrap {
    display: flex;
    /* gap: 100px; */
    max-width: 600px;
    margin: 0 auto;
}

.history-wrap .img-box {
    flex: 1;
    max-width: 550px;
    padding-left: 50px;
}

.history-wrap .img-box img {}

.timeline-box {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 50px;
    flex: 1;
}

.timeline-box::before {
    position: absolute;
    content: "";
    top: 8px;
    left: 193px;
    width: 3px;
    height: 100%;
    background: #eee;
}

.timeline-box .timeline {
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 20px;
}

.timeline h6 {
    padding-left: 0;
    position: relative;
    font-weight: 700;
    font-size: 34px;
    line-height: 1;
    letter-spacing: -0.015em;
    color: #333;
    text-align: center;
}

.timeline h6::before {
    width: 11px;
    aspect-ratio: 1;
    position: absolute;
    content: "";
    top: 8px;
    right: 0;
    border-radius: 50%;
    background: #3f85be;
}

.timeline .dot-list {
    margin-top: 4px;
}

.timeline .dot-list li {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0;
    color: #333;
    padding-left: 11px;
}

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

.timeline .dot-list li::before {
    width: 4px;
    aspect-ratio: 1;
    background: #333;
    top: 10.5px;
}

/* 인증서 */
.cert-wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}

.cert-wrap .cert-box {}

.cert-box .img-box {
    border: 5px solid #FFF;
    background: #FFF;
    box-shadow: 6px 6px 25px 0 rgba(0, 0, 0, 0.10);
}

.cert-box .img-box img {
    aspect-ratio: 59/85;
    object-fit: contain;
}

/* 조직도 */
.group-wrap {
}
.group-wrap svg{
    margin : 0 auto;
    width : 100%;
    height: auto;
}
.group-wrap .img-box {
    width: fit-content;
    margin: 0 auto;
    position: relative;
}
.group-wrap .img-box #areaTooltip{
    position: absolute;
    padding: 15px 10px;
    background: rgb(24 76 92);
    color: rgb(255, 255, 255);
    font-size: 17px;
    border-radius: 6px;
    pointer-events: none;
    display: none;
    white-space: nowrap;
    text-align: center;
    width: 230px;
}
.group-wrap .img-box img {
    margin: 0 auto;
}

/* 오시는길 */
.location-wrap {}

.location-wrap .location-box {
    display: grid;
    gap: 20px;
}

.location-wrap .img-box {}

.location-wrap .img-box img {}

.location-wrap .map-box {}

.location-wrap ul {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}

.location-wrap ul li {
    display: flex;
    gap: 12px;
    align-items: center;
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0;
}

.location-wrap ul li+li {}

.location-wrap ul li span {
    color: #222;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
}

/* 구조물 */
.product-vs {
    margin-top: 120px;
}

.product-vs h4 {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    color: #111;
    margin-bottom: 25px;
}

.product-vs .vs-wrap {
    display: flex;
    flex-direction: column;
    gap: 65px;
}

.product-vs .vs-box {}

.product-vs .vs-box h6 {
    font-size: 28px;
    padding-left: 15px;
    position: relative;
    font-weight: 600;
    color: #222;
    margin-bottom: 18px;
    position: relative;
}

.product-vs .vs-box h6:before {
    position: absolute;
    content: "";
    left: 0;
    top: 12px;
    width: 7px;
    background: var(--page-point-color);
    aspect-ratio: 1;
    border-radius: 50%;
}

.product-vs .vs-inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 100px;
}

.product-vs .vs-inner span {
    display: block;
    padding: 8px 17px;
    text-align: center;
    background: #1B6F83;
    font-size: 19px;
    line-height: 1.6;
    letter-spacing: 0;
    font-weight: 700;
    color: #fff;
}

.product-vs .vs-inner p {
    display: flex;
    padding: 22px 15px;
    align-items: center;
    text-align: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: -0.03em;
    color: #333;
    background: #F6F6F6;
    border-radius: 0 0 10px 10px;
}

.product-wrap {}

.product-intro {}

.product-intro .intro {
    display: flex;
    align-items: center;
    gap: 100px;
    margin-bottom: 60px;
}

.product-intro .intro .img-box {}

.product-intro .intro .img-box img {}

.product-intro .txt-box {}

.product-intro .txt-box p {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -0.03em;
    color: #333;
    margin-bottom: 30px;
}

.product-intro .txt-box .dot-list {}

.product-intro .txt-box .dot-list li {
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -0.01em;
    color: #333;
    padding-left: 10px;
}

.product-intro .txt-box .dot-list li+li {
    margin-top: 10px;
}

.product-intro .txt-box .dot-list li::before {
    background: #555;
    width: 3.5px;
    aspect-ratio: 1;
    top: 7.25px;
}

.product-intro .info {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.product-intro .info .inner {}

.product-intro .info .inner h6 {
    padding: 15px 20px;
    text-align: center;
    background: #1B6F83;
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: 0;
    font-weight: 700;
    color: #fff;
}

.product-intro .info .inner p {
    height: 168px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: -0.03em;
    color: #333;
    background: #F6F6F6;
    border-radius: 0 0 10px 10px;
}

/* 모듈 */
.partner-box {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.partner-box .partner {
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.10);
    height: 180px;
}

.partner-box .partner img {}

.partner-box .partner::before {
    position: absolute;
    opacity: 0;
    left: 0;
    top: 0;
    content: "견적문의";
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 128, 166, 0.85);
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    transition: all 0.2s;
}

.partner-box .partner:hover::before {
    opacity: 1;
}

.partner-box img {}

/* 금융지원사업 */
#busi02 .busi-list .inner {
    align-items: flex-start;
}

#busi02 .busi-list .inner:nth-child(3) {
    align-items: center;
}

.busi-list .inner .icon p {
    font-size: 35px;
    line-height: 1;
    font-weight: 300;
    letter-spacing: -0.01em;
    color: #1A2253;
    font-family: 'Inter';
}

#busi02 .list-grid .lg {
    padding-block: 15px;
}

#busi02 .list-grid .lg span {
    line-height: 1.4;
}

.list-desc.line {
    line-height: 1.5;
}

#busi02 .num-list li b {
    font-weight: 400;
    letter-spacing: -0.01em;
}

/* 정부지원사업 */
#busi03 .list-box+.list-box {
    margin-top: 15px;
}

#busi03 .busi-list .inner:nth-child(4),
#busi03 .busi-list .inner:nth-child(5) {
    align-items: flex-start;
}

/* 리파워링 */
#busi04 .box01,
#busi03 .box01{
    margin-bottom: 80px;
}

.repower {
    color: #333;
    text-align: center;
}

.repower h5 {
    font-size: 26px;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: -0.03em, ;
    margin-bottom: 10px;
}

.repower p {
    font-weight: 400;
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: -0.03em;
}

.list-grid.g5 {
    grid-template-columns: repeat(5, 1fr);
}

.list-grid.g5 .lg {
    border-radius: 2px;
    padding: 15px 20px;
}

.list-grid.g5 .lg span {
    line-height: 1.4;
}

.num-list li b {
    color: #333;
    font-weight: 600;
    line-height: 1;
}

#busi04 .inner:nth-child(3) {
    align-items: flex-start;
}

/* Q&M */
#busi05 .list-grid {
    margin-bottom: 50px;
}

#busi05 .list-grid .lg {
    border-radius: 15px;
    padding: 30px 30px 20px 30px;
}

.list-grid .lg h6 {
    font-weight: 600;
    font-size: 24px;
    line-height: 1;
    letter-spacing: -0.01em;
}

.list-grid .lg p {
    font-weight: 400;
    line-height: 1.5;
    font-size: 16px;
    letter-spacing: -0.01em;
}

.busi-list .inner .list .list-tit.spec {
    color: #0080A6;
}

.month-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.month-list .month-inner {}

.month-list .month-inner p {
    margin-bottom: 10px;
    color: #444;
    font-size: 18px;
    font-weight: 600;
}

.month-list ul {}

.month-list ul li {
    color: #555;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -0.01em;
    font-size: 16px;
}

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

/* 태양광 발전사업 */
/* RPS */
[id^=busi0] .title-h3 {
    margin-bottom: 80px;
}

.sub-link-tab {
    margin-bottom: 100px;
}

.sub-link-tab .sub-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin: 0 auto;
}

.sub-link-tab .sub-link li {
    border-bottom: 2px solid rgb(0 0 0 / 15%);
    cursor: pointer;
}

.sub-link-tab .sub-link li a {
    font-weight: 500;
    font-size: 18px;
    width: 200px;
    height: 55px;
    display: flex;
    line-height: 1;
    align-items: center;
    justify-content: center;
    letter-spacing: 0;
    color: #222;
    position: relative;
}

.sub-link-tab .sub-link li.on {
    border-color: var(--page-point-color);
}

.sub-link-tab .sub-link li.on a {
    color: var(--page-point-color);
    font-weight: 600;
}

.sub-link-tab .sub-link li.on a::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 10px;
    height: 5px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid var(--page-point-color);
}

.sub-tab {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin: -50px auto 50px;
    border-radius: 50px;
    /* border: 1px solid #fff; */
    background: rgb(105 105 105 / 40%);
    backdrop-filter: blur(8px);
}

.sub-tab li {
    position: relative;
    cursor: pointer;
}

.sub-tab li+li::before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 16px;
    /* background: #ddd; */
}

.sub-tab li a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 50px;
    color: #fff;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
    font-size: 16px;
}

.sub-tab li.on {
    border-radius: 50px;
    background: linear-gradient(102deg, #4DA8AC 9.58%, #0080A6 106.87%);
    box-shadow: 5px 0 15px 0 rgba(0, 0, 0, 0.20);
}

.sub-tab li.on a {
    color: #fff;
    font-weight: 600;
}
.tap-inner > div {
    display: none;
    opacity: 0;
}

.tap-inner > div.show {
    display: block;
    animation: fadeTab 0.6s ease forwards;
}
.tap-detail > div {
    display: none;
    opacity: 0;
}

.tap-detail > div.show {
    display: block;
    animation: fadeTab 0.6s ease forwards;
}
@keyframes fadeTab {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
.busi-wrap {}

.busi-wrap .busi-box {}

.box-desc {
    text-align: center;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.6;
    letter-spacing: -0.03em;
    text-align: center;
    color: #000;
    margin-bottom: 80px;
}

.box-desc:has(+ .dot-list) {
    margin-bottom: 30px;
}

.box-desc+.dot-list {
    margin-bottom: 40px;
}
#busi06_01 .box-desc+.dot-list li{
    display : grid;
    grid-template-columns : 220px 1fr
}
.box-desc+.dot-list li {
    font-size: 20px;
    display: flex;
    align-items: start;
    gap: 22px;
    color: #111;
    padding: 0;
    line-height: 1.3;
}

.box-desc+.dot-list li+li {
    margin-top: 18px;
}

.box-desc+.dot-list li span {
    display: flex;
    align-items: center;
    font-weight: 700;
    white-space: nowrap;
    color: #000;
}

.box-desc+.dot-list li:before {
    display: none;
}

.epc-desc {
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.epc-desc li {
    font-size: 21px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.epc-desc li span {
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 600;
}

.epc-desc li span b {
    color: #000;
    font-weight: 800;
}

[id^="busi01_0"] .epc-desc {
    width: 500px;
    margin: -40px auto 50px;
    gap: 5px;
}
[id^="busi01_0"] .epc-desc li {
    font-size: 19px;
    justify-content: center;
}
[id^="busi01_0"] .epc-desc li b{
    color : #000;
    font-weight : 800;
}

.busi-list-wrap {}

.busi-list-wrap .busi-list {
    border-top: 0;
}

.busi-list .inner {
    display: grid;
    grid-template-columns: 160px 1fr;
    gap: 60px;
    align-items: center;
    padding: 30px 15px;
    border-bottom: 1px solid rgb(0 0 0 / 15%);
    background: #fff;
}

.busi-list .inner .icon {
    width: 100%;
    aspect-ratio: 1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0080a614;
    backdrop-filter: blur(10px);
}

.busi-list .inner .icon span {
    font-size: 60px;
    color: #1a2253;
    --wght: 100;
}

.busi-list .inner .icon img {}

.busi-list .inner .list {}

.busi-list .inner .list .list-tit {
    color: #333;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: -0.01em;
    line-height: 1;
    margin-bottom: 20px;
}

.dot-list {}

.dot-list.box-desc {
    text-align: left
}

.dot-list.box-desc li {
    color: #000;
    font-size: 22px;
    line-height: 1.5;
    font-weight: 500;
}

.dot-list.box-desc li+li {}

.dot-list.box-desc li:before {
    background: #000;
    width: 5px;
    top: 13px;
}

.dot-list li {
    padding-left: 10px;
    position: relative;
    color: rgba(0, 0, 0, 0.6);
    font-size: 17px;
    line-height: 1;
    letter-spacing: -0.01em;
    font-weight: 400;
}

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

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

/* 임대사업 */
.flex-gap15 {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.num-list {}

.num-list li {
    display: flex;
    align-items: center;
    gap: 7px;
    color: #555;
    line-height: 1;
    letter-spacing: -0.01em;
    font-size: 17px;
    font-weight: 400;
}

.num-list li span {
    display: block;
    width: 15px;
    line-height: 1;
    letter-spacing: 0;
}

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

#busi06_02 .list-desc {}

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

.list-desc {
    font-size: 17px;
    color: rgba(0, 0, 0, 0.6);
    font-weight: 400;
    letter-spacing: -0.01em;
    line-height: 1;
}

.add-desc {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.add-desc li {
    color: #666;
    font-weight: 500;
}

.add-desc li span {
    font-weight: 600;
    color: #333;
    display: inline-block;
    margin-right: 3px;
}

/* 신재생펀드 */
.list-box {}

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

.list-box h6 {
    font-weight: 600;
    font-size: 19px;
    line-height: 1;
    letter-spacing: -0.01em;
    margin-bottom: 10px;
    color: #333;
}

/* 수익사업 */
.circle-list {}

.circle-list li {
    display: flex;
    align-items: center;
    gap: 5px;
    color: rgba(0, 0, 0, 0.6);
    font-weight: 400;
    font-size: 17px;
    letter-spacing: -0.01em;
}

.circle-list li span {
    display: block;
    width: 18px;
    font-size: 20px;
    line-height: 1;
    letter-spacing: -0.01em;
    font-weight: 400;
}

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

.tap-box:nth-child(2) .tap-detail .busi-wrap:nth-child(2) .busi-list .inner {
    align-items: flex-start;
}

.list-grid {
    display: grid;
    gap: 10px;

}

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

.list-grid.g4 {
    grid-template-columns: repeat(4, 1fr);
}

.list-grid .lg {
    border-radius: 2px;
    color: #003A48;
    overflow: hidden;
    padding: 20px;
    background: rgb(237 245 245 / 100%);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.list-grid .lg span {
    display: block;
    width: 100%;
    text-align: center;
    font-weight: 400;
    font-size: 17px;
    line-height: 1;
    letter-spacing: -0.01em;
}

/* 미디어센터 공지사항 */
#media01 #bbsArea .table_blog2 {
    gap: 20px;
}

#media01 #bbsArea .table_blog2 .inner .bottom .info {
    position: absolute;
    left: 40px;
    bottom: 30px;
}

#media01 #bbsArea .table_blog2 .inner {}

#media01 #bbsArea .table_blog2 .inner:hover {}

#media01 .table_blog2 .inner .top {
    display: none;
}

#media01 #bbsArea .table_blog2 .inner .bottom {
    margin-top: 0;
    padding: 35px 40px;
    background: #F4F4F4;
    border-radius: 5px;
    overflow: hidden;
    height: 145px;
    position: relative;
}

#media01 #bbsArea .table_blog2 .inner .bottom .title {
    margin-bottom: 0
}

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

#media01 #bbsArea .table_blog2 .inner .bottom .title a {
    font-weight: 600;
    font-size: 20px;
    -webkit-line-clamp: 2;
    line-height: 1.5;
    color: #333;
    letter-spacing: -1px;
}

#media01 #bbsArea .table_blog2 .inner .bottom .title a span {
    line-height: 1.5;
    transition: all 0.2s;
}

#media01 #bbsArea .table_blog2 .inner .bottom .info span {
    color: #666;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
}

#media01 #bbsArea .table_blog2 .inner .bottom:hover {
    background: #0080A6;
}

#media01 #bbsArea .table_blog2 .inner .bottom:hover .title a {
    color: #fff;
}

#media01 #bbsArea .table_blog2 .inner .bottom:hover .info span {
    color: rgba(255, 255, 255, 0.7);
}

#media01 #bbsArea .table_blog2 .inner .bottom:hover .title a span {
    color: #fff;
}

#media01 #bbsArea .table_blog2 .inner .bottom,
#media01 #bbsArea .table_blog2 .inner .bottom .title a,
#media01 #bbsArea .table_blog2 .inner .bottom .info span {
    transition: all 0.2s;
}

/* 블로그 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(3, 1fr);
    gap: 50px;
}

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

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

#bbsArea .table_blog2 dd {}

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

#bbsArea .table_blog2 .inner .top {}

#bbsArea .table_blog2 .inner .top a {}

#bbsArea .table_blog2 .inner .top a span {
    aspect-ratio: 203/150;
    ;
    height: auto;
}

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

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

#bbsArea .table_blog2 .inner .bottom .title a {
    font-weight: 600;
    font-size: 21px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    color: #333;
    letter-spacing: 0;
    text-wrap: wrap;
}

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

#bbsArea .table_blog2 .inner .bottom .info {
    display: flex;
    align-items: center;
    gap: 15px;
}

#bbsArea .table_blog2 .inner .bottom .info span {
    padding: 0;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0;
    color: #999;
}

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

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

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

#bbsArea .board_list_list col.subject_col {}

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

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

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

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

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

#bbsArea .board_list_list tbody tr {
    border: 0;
    border-bottom: 1px solid #EAEAEA;
}

#bbsArea .board_list_list tbody tr.notice {
    background: #F8F8F8;
}

#bbsArea .board_list_list tbody th {}

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

#bbsArea .board_list_list tbody td.writer,
#bbsArea .board_list_list tbody td.regdate,
#bbsArea .board_list_list tbody td.hits {
    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 th span.badge {
    padding: 0;
    margin: 0 !important;
    border-radius: 2px;
    background: var(--page-point-color);
    padding: 5px 15px;
    color: #EDF4FF;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: -0.01em;
}

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

#bbsArea .board_list_list tbody th,
#bbsArea .board_list_list tbody td {
    font-size: 16px;
    padding: 25px 17px;
    border: 0;
    color: #777;
}

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

#bbsArea .board_list_list tbody td.subject a {}

#bbsArea .board_list_list tbody td.subject a:hover {
    text-decoration: underline;
}

.search_wrap {
    margin: 0;
    position: absolute;
    top: -60px;
    right: 0;
}

.search_wrap #search_kind {
    display: none;
}

.search_wrap .write_btn_wrap {
    position: absolute;
    right: 0;
    top: unset;
    bottom: 45px;
}

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

#bbsArea .write_btn_wrap #write_btn {
    background: #333;
    border: 0;
    padding: 16px 35px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.02em;
    line-height: 1;
}

/* 주문폼 */
#bbsArea .search_wrap .write_btn_wrap #write_btn {
    padding: 12px 20px;
    background: #333;
    border-color: #333;
    font-size: 14px;
    letter-spacing: -0.02em;
    line-height: 1;
    font-weight: 500;
}

#bbsArea {
    position: relative;
}

#bbsArea .board_wrapper {
    overflow-y: hidden;
    margin: 0;
}

#media04 #write_btn {
    width: 190px;
    height: 60px;
    text-align: center;
    background: #333;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -0.02em;
    margin: 0;
    border: none;
}

#media04 #write_btn:hover {
    background: var(--page-point-color);
}

#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: 28px 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: #F00;
    position: relative;
    margin: 0 0 0 2px;
}

#bbsArea form table td {
    font-size: 15px;
    padding: 0 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 {}

img#captcha {
    height: 47px;
    width: 130px;
    vertical-align: bottom;
}

img#captcha+br {
    display: none;
}

#wr_captcha {
    margin: 0 !important;
    height: 47px;
}

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;
    height: 46px;
}

.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.btn-lg {
    width: 200px;
    height: 55px;
    font-size: 18px;
    letter-spacing: 0;
    font-weight: 400;
}

.btn {
    transition: all 0.2s;
}

#login_btn {
    width: 100%;
}

/* 푸터 */
footer {
    margin-top: 0px;
    background-color: #fff;
    color: #fff;
    border-top: 1px solid #eee;
    padding: 50px 0;
    position: relative;
}

footer .footer-wrap {
    display: grid;
    grid-template-columns: 163px 1fr;
    gap: 80px;
    position: relative;
    align-items: flex-start;
}

footer .footer-wrap .footer-logo {
    margin-top: 7px;
}

footer .footer-info li:first-child {
    font-size: 16px;
    font-weight: 700;
    /* 175% */
    line-height: 29px;
}

footer .footer-info li {
    letter-spacing: -0.02em;
    line-height: 26px;
    color: #555;
    font-size: 15px;
    font-weight: 400;
}

footer li.cont-li {
    color: rgba(85, 85, 85, 0.80);
}

footer li.cont-li+.cont-li {
    position: relative;
}

footer li.cont-li+.cont-li:after {
    position: absolute;
    content: "";
    left: -10px;
    width: 1px;
    height: 12px;
    background: #5555554D;
    top: 7px;
}

footer li.cont-li span {
    font-weight: 700;
    line-height: 26px;
    font-size: 14px;
}

footer li.copy {
    margin-top: 10px;
    color: #777;
    font-size: 12px;
    font-weight: 400;
    line-height: 23px;
    font-family: 'Roboto';
}

footer .footer-info {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
    align-items: center;
}



footer .login-box {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

footer .login-box .dashboard a {}

footer .login-box a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 13px 17px;
    color: #333;
    background: #F0F0F0;
    border-radius: 5px;
    font-size: 15px;
    line-height: 14px;
    font-weight: 500;
}

footer .login-box 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;
        transform: translate(-50%, 0);
        overflow: hidden;
        border: 0;
        padding: 15px 0;
        box-shadow: none;
        background: #fff;
        min-width: 170px;
        border-radius: 8px;
        top: 85%;
        box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
    }

    .navbar-inverse .navbar-nav .dropdown-menu>li>a:focus,
    .navbar-inverse .navbar-nav .dropdown-menu>li>a:hover {
        color: var(--page-point-color);
        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) {
    .sub-tab {
        margin: -30px auto 30px;
    }
    .group-wrap .img-box #areaTooltip{
        font-size: 8px;
        padding: 10px 4px;
    }
    #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:1600px) {
    .main-business .inner {
        height: 380px;
        padding: 0 20px;
    }
    .main-business .active .inner-txt h4 {
        font-size: 40px;
        top: -35px;
    }
    .main-business .inner-txt p {
        font-size: 15px;
    }
    .main-business .inner-txt h4 {
        font-size: 20px;
    }
    .main-business .inner-txt h4 img {
        width: 50px;
    }
    .main-business .inner-txt a {
        padding: 10px 14px;
        font-size: 14px;
        width: 100px;
    }
    .subpage-backgroud {
        width: 100%;
        height: 100vh;
        aspect-ratio: 1;
        z-index: -1;
    }
}
@media (max-width:1199px) {
    .main-business{
        display: grid;
        grid-template-columns: repeat(2,1fr);
    }
    .main-business .inner.active {
        padding: 0 25px;
    }
    .main-business .active .inner-txt h4 {
        font-size: 30px;
        padding-bottom: 10px;
    }
    .main-business .inner-txt p {
        font-size: 14px;
    }
    .main-business .active .inner-txt p {
        white-space: unset;
    }
    .main-business .inner {
        height: 335px;
        padding: 0 20px;
    }
    .main-business .active .inner-txt p {
        white-space: unset;
        top: 14px;
    }
    .main-business .inner-txt a {
        padding: 8px 12px;
        font-size: 13px;
        width: 85px;
    }
    .video iframe {
        /* height: 100%; */
        /* width: 100%; */
    }
    .navbar-inverse .navbar-nav>li>a {
        font-size: 16px;
        padding: 32.5px 40px;
        min-width: unset;
    }
    #site {
        padding-top: 86px;
    }
    .mainpage .video-wrap .item {
        height: 500px;
    }
    .video-wrap .video-txt h1 {
        font-size: 55px;
        margin-bottom: 20px;
    }
    .video-wrap .video-txt p {
        font-size: 20px;
    }
}
@media (max-width:991px) {
    .subpage-backgroud iframe {
        pointer-events: none;
        width: 150%;
    }
    .list-desc {
        font-size: 15px;
        line-height: 1.3;
    }
    .busi-list .inner .list .list-tit {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .busi-list .inner {
        grid-template-columns: 125px 1fr;
        gap: 30px;
        padding: 20px 15px;
    }
    .box-desc {
        font-size: 18px;
        margin-bottom: 40px;
    }
    [id^="busi01_0"] .epc-desc {
        width: 100%;
        margin: -40px auto 15px;
        gap: 5px;
    }
    [id^=busi0] .title-h3 {
        margin-bottom: 35px;
    }
    .sub-link-tab .sub-link li a {
        font-size: 16px;
        width: 140px;
        height: 40px;
    }
    .navbar-inverse .navbar-nav>li>a {
        padding: 32.5px 20px;
    }
    .navbar-brand {
        height: 22px;
    }
    .mainpage .video-wrap .item {
        height: 440px;
    }
    .mainpage .main-content {
        padding: 70px 0 100px;
    }
    #main02 .main-tit h3 {
        text-align: center;
        font-size: clamp(25px, 3.51vw, 35px);
    }
    .main-tit {
        margin-bottom: 40px;
    }
    .mainpage .video-wrap .video-txt {
        padding: 0 40px;
    }
    .main-form-pop {
        width: 130px;
        font-size: 14px;
        height: 45px;
        right: 20px;
        bottom: 35px;
    }
    .main-form-pop .open {
        gap: 10px;
        font-size: 14px;
    }
    .main-form-pop .open span.material-symbols-outlined {
        font-size: 20px;
    }
    .main-form-link {
        gap: 10px;
        top: -45px;
    }
    .main-form-link a {
        width: 36px;
        height: 36px;
        padding: 7px;
    }
    .main-form-pop .info-main-form {
        padding: 20px 15px 15px;
    }
    .main-form-pop:not(.up) {
        width: 300px;
    }
    .main-form-pop .info-main-form td input, .main-form-pop .info-main-form td textarea {
        padding: 8px;
        font-size: 12px;
    }
    .info-form-tit h5 {
        font-size: 20px;
    }
    .info-form-tit {
        gap: 5px;
        margin-bottom: 20px;
    }
    .main-tit h3 {
        font-size: 34px;
        line-height: 1.3;
    }
    #main03 .nav-tabs {
        gap: 25px;
    }
    #main03 .nav-tabs>li>a {
        padding: 5px 0;
        font-size: 17px;
    }
    #main03 .nav-tabs>li+li::before {
        left: -13px;
        top: 8px;
        width: 1px;
        height: 12px;
    }
    #main03 .main-tit {
        gap: 20px;
        align-items: end;
        margin-bottom: 25px;
    }
    #main03 .type_swiper_s1 [class*="swiper-button"] {
        top: -50px;
        width: 30px;
    }
    #main03 .type_swiper_s1 .swiper-button-prev {
        right: 40px;
    }
    #main03 .type_swiper_s1 [class*="swiper-button"]::before {
        width: 14px;
        height: 12px;
    }
    .type_swiper_s1 .bottom {
        padding-top: 10px;
    }
    .bbs-slide .inner .bottom .title a span {
        font-size: 17px;
    }
    .bbs-slide .inner .bottom .info {
        font-size: 13px;
        margin: 2px 0 0 0;
    }
    .bbs-slide .inner .top {
        aspect-ratio: unset;
        height: 170px;
    }
    .main-notice .inner .bottom {
        padding: 20px 18px;
        height: 160px;
        position: relative;
    }
    .main-notice .inner .bottom .title a span {
        font-size: 17px;
    }
    #main05 .board_box_blog2 .type_blog_b {
        gap: 20px;
    }
    .main-news .inner .top a span {
        height: 200px;
    }
    .main-news .inner .bottom {
        padding: 10px 0 0 2px;
    }
    .main-news .inner .bottom .title a span {
        font-size: 17px;
    }
    footer .footer-wrap {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .main-news .inner .bottom .info {
        gap: 5px;
    }
    .main-news .inner .bottom .info span {
        font-size: 13px;
    }
    #main05.main-content {
        padding: 0 0 80px;
    }
    footer .footer-info {
        gap: 0 10px;
    }
    footer .footer-info li {
        line-height: 20px;
        font-size: 13px;
    }
    footer li.cont-li span {
        line-height: 20px;
        font-size: 13px;
    }
    footer .footer-info li:first-child {
        font-size: 14px;
    }
    footer .login-box a {
        padding: 7px 13px;
        font-size: 13px;
        line-height: 13px;
    }
    footer {
        padding: 30px 0;
    }
    .subpage-header {
        height: 340px;
    }
    .subpage-title h2 {
        font-size: clamp(25px, 4.01vw, 40px);
        margin-bottom: 30px;
    }
    .snb a {
        padding: 13px 0;
        font-size: 15px;
        line-height: 20px;
    }
    .snb {
        margin-top: -46px;
    }
    .subpage-content {
        padding: 70px 0 100px;
    }
    .title-h3 h3 {
        font-size: clamp(23px, 4.01vw, 40px);
    }
    .title-h3 {
        margin-bottom: 60px;
    }
    .greet-sub {
        font-size: clamp(20px, 2.81vw, 28px);
    }
    .greet-txt .txt-box p {
        font-size: 16px;
    }
    .vision-wrap {
        margin-top: 80px;
    }
    .vision-wrap .vision-box {
        width: 100%;
        gap: 60px;
    }
    .vision-box .vision .img-box span {
        margin-top: 20px;
        font-size: 25px;
    }
    .vision-box .vision .txt-box p {
        font-size: 17px;
    }
    .vision-box .vision .txt-box {
        margin-top: 10px;
    }
    .ci-wrap {
        margin-top: 120px;
    }
    .ci-box .img-box img {
        height: 35px;
    }
    .ci-box {
        gap: 30px;
    }
    .ci-wrap .greet-sub {
        font-size: 22px;
        margin-bottom: 15px;
    }
    .ci-box .txt-box p {
        font-size: 17px;
    }
    footer .footer-wrap .footer-logo img{
        height: 30px;
    }
    footer li.cont-li+.cont-li:after{
        display: none;
    }
    .cert-wrap {
        grid-template-columns: repeat(3, 1fr);
    }
    .group-wrap .img-box #areaTooltip {
        padding: 10px 5px;
        font-size: 14px;
        width: 170px;
    }
    #bbsArea .table_blog2 {
        grid-template-columns: repeat(3, 1fr);
        gap: 25px;
    }
    #bbsArea .table_blog2 .inner .bottom {
        margin-top: 7px;
    }
    #bbsArea .table_blog2 .inner .bottom .title a span {
        line-height: 24px;
    }
    #bbsArea .table_blog2 .inner .bottom .title a span {
        line-height: 18px;
        font-size: 18px;
    }
    #bbsArea .table_blog2 .inner .bottom .info {
        gap: 5px;
    }
    #bbsArea .table_blog2 .inner .bottom .info span {
        font-size: 12px;
    }
    .search_wrap {
        top: -42px;
    }
    .product-intro .intro {
        display: grid;
        grid-template-columns: repeat(2,1fr);
        gap: 60px;
        margin-bottom: 40px;
    }
    .product-intro .txt-box p {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .product-intro .txt-box p br{
        display: none;
    }
    .product-intro .txt-box .dot-list li {
        font-size: 16px;
        padding-left: 9px;
    }
    .product-intro .txt-box .dot-list li::before {
        top: 4.25px;
    }
    .product-intro .info .inner h6 {
        padding: 10px 15px;
        font-size: 15px;
    }
    .product-intro .info .inner p {
        height: 130px;
        font-size: 14px;
    }
    .box-desc+.dot-list li,
    #busi06_01 .box-desc+.dot-list li {
        font-size: 16px;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    
}
@media (max-width:767px) {
    .search_wrap #search_btn {
        width: 80px;
    }
    .search_wrap {
        top: -42px;
        display: flex;
        gap: 10px;
    }
    #bbsArea .table_blog2 {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
    .group-wrap .img-box #areaTooltip {
        padding: 8px 5px;
        font-size: 11px;
        width: 130px;
    }
    .main-form-pop{
        display: none !important;
    }
    .navbar-inverse .navbar-brand img {
        margin: 13px 0 0 15px !important;
    }
    #site {
        padding-top: 48px;
    }
    .navbar-inverse .navbar-nav>li>a {
        padding: 10.5px 16px;
        font-size: 16px;
    }
    .navbar-inverse .navbar-nav .dropdown .dropdown-menu>li>a {
        padding: 5px 15px;
        font-size: 13px;
    }
    .mainpage .video-wrap .item {
        height: 350px;
    }
    .video-wrap .video-txt h1 {
        font-size: 40px;
        margin-bottom: 12px;
    }
    .video-wrap .video-txt p {
        font-size: 15px;
    }
    .mainpage .main-content {
        padding: 60px 0 80px;
    }
    .main-tit h3 {
        font-size: 25px;
    }
    #main03 .nav-tabs>li>a {
        padding: 5px 0;
        font-size: 14px;
    }
    #main03 .nav-tabs {
        gap: 17px;
    }
    #main03 .nav-tabs>li+li::before {
        left: -9px;
        height: 9px;
    }
    .board_box_blog2 .type_blog_b {
        grid-template-columns: repeat(2, 1fr);
    }
    .main-notice .inner .bottom {
        height: 150px;
    }
    #main05 .board_box_blog2 .type_blog_b {
        gap: 50px 20px;
    }
    .location-wrap .map-box iframe{
        height: 300px !important;
    }
    .location-wrap ul {
        margin-top: 20px;
        display: flex;
        justify-content: unset;
        flex-direction: column;
        gap: 15px;
    }
    .location-wrap ul li {
        gap: 8px;
        font-size: 15px;
    }
    .location-wrap ul li span {
        font-size: 15px;
    }
    #bbsArea .board_list_list tbody th, #bbsArea .board_list_list tbody td {
        font-size: 14px;
        padding: 15px 10px;
    }
    #bbsArea .board_list_list thead tr th {
        padding: 15px 15px;
        font-size: 14px;
    }
    #bbsArea .board_list_list tbody td.writer, #bbsArea .board_list_list tbody td.regdate, #bbsArea .board_list_list tbody td.hits {
        font-size: 13px;
    }
    #bbsArea .board_list_list tbody td.subject {
        font-size: 14px;
    }
    #bbsArea .board_list_list tbody th span.badge {
        padding: 3px 7px;
        font-size: 11px;
    }
    #bbsArea .board_list_list col.num_col {
        width: 80px !important;
    }
    #bbsArea .board_list_list col.subject_col {
        width: 230px !important;
    }
    #bbsArea .board_list_list tbody th.num {
        font-size: 14px;
    }
    #bbsArea .board_list_list col.writer_col {
        width: 100px !important;
    }
    #bbsArea .board_list_list col.regdate_col {
        width: 100px !important;
    }
    #bbsArea .board_list_list col.hits_col {
        width: 80px !important;
    }
    #bbsArea form table th {
        font-size: 14px;
        padding: 10px 15px !important;
    }
    #bbsArea form table td {
        padding: 15px 15px;
    }
    .board_wrapper .table.board_write_table :where(.input-group, .form-control) {
        width: 100%;
        height: 40px;
        font-size: 12px;
    }
    #bbsArea form table #item_1 th {
        height: unset;
    }
    #bbsArea .custom_checkbox + span {
        font-size: 13px;
    }
    img#captcha {
        height: 45px;
        width: 85px;
    }
    .partner-box .partner {
        height: 140px;
    }
    .partner-box {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    #board_data_view .header_wrap {
        padding: 25px 0 25px;
    }
    #board_data_view .header_wrap .title {
        font-size: 20px;
        margin-bottom: 8px;
    }
    #board_data_view .header_wrap .info span {
        font-size: 11px;
    }
    .board_data_view .contents_wrap {
        padding: 25px 15px;
    }
    .busi-list .inner{
        grid-template-columns: 1fr;
    }
    .busi-list .inner .icon{
        width: 120px;
    }
    .add-desc li {
        font-size: 13px;
    }
    #busi05 .list-grid .lg {
        border-radius: 15px;
        padding: 12px;
    }
    .list-grid .lg h6 {
        font-size: 16px;
    }
    .list-grid .lg p {
        font-size: 13px;
    }
    .sub-tab li a {
        padding: 15px 25px;
        font-size: 13px;
    }
}
@media (max-width:576px) {
    .subpage-backgroud iframe {
        pointer-events: none;
        width: 350%;
    }
    .circle-list li span {
        width: 14px;
        font-size: 14px;
        transform: translateY(2px);
    }
    .circle-list li {
        align-items: flex-start;
        gap: 5px;
        font-size: 14px;
    }
    .box-desc+.dot-list li,
    #busi06_01 .box-desc+.dot-list li {
        font-size: 14px;
        gap: 5px;
    }
    .list-grid.g4 {
        grid-template-columns: 1fr;
    }
    .list-grid .lg p br{
        display: none;
    }
    .month-list .month-inner p {
        margin-bottom: 8px;
        font-size: 14px;
    }
    .month-list ul li {
        font-size: 12px;
    }
    .month-list {
        grid-template-columns: repeat(2, 1fr);
    }
    .list-grid.g5 {
        grid-template-columns: repeat(2, 1fr);
    }
    #busi03 .repower p br{
        display : block;
    }
    .repower p br{
        display: none;
    }
    .subpage-content {
        padding: 60px 0 75px;
    }
    #busi04 .box01, #busi03 .box01 {
        margin-bottom: 40px;
    }
    .repower p {
        font-size: 13px;
    }
    .repower h5 {
        font-size: 15px;
        margin-bottom: 10px;
    }
    .dot-list li::before {
        top: 4.75px;
        width: 2px;
    }
    .dot-list li {
        padding-left: 7px;
        font-size: 13px;
    }
    .num-list li {
        gap: 3px;
        font-size: 13px;
    }
    .list-grid .lg span br{
        display: none;
    }
    .list-grid.g3 {
        grid-template-columns: repeat(2, 1fr);
    }
    .list-grid .lg span {
        font-size: 13px;
    }
    #busi02 .list-grid .lg {
        padding: 10px;
    }
    .list-box h6 {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .list-box+.list-box {
        margin-top: 30px;
    }
    .busi-list .inner .icon span {
        font-size: 40px;
    }
    .list-desc {
        font-size: 13px;
        line-height: 1.3;
    }
    .busi-list .inner .list .list-tit {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .busi-list .inner .icon img {
        height: 30px;
    }
    .busi-list .inner {
        gap: 25px;
        padding: 20px 15px;
    }
    .busi-list .inner .icon {
        width: 80px;
    }
    .box-desc {
        font-size: 13px;
        margin-bottom: 30px;
    }
    .box-desc br{
        display : none;
    }
    [id^="busi01_0"] .epc-desc {
        width: 100%;
        margin: -15px auto 15px;
        gap: 5px;
    }
    [id^=busi0] .snb ul {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }
    .partner-box .partner img {
        height: 35px;
        object-fit: contain;
    }
    .partner-box .partner {
        height: 100px;
    }
    .partner-box .partner::before {
        font-size: 18px;
    }
    .product-intro .intro .img-box img {
        width: 300px;
        margin: 0 auto;
    }
    .sub-link-tab .sub-link li a {
        font-size: 14px;
        width: 90px;
        height: 35px;
    }
    .product-intro .info .inner p {
        height: 100px;
        font-size: 12px;
    }
    .product-intro .info .inner h6 {
        padding: 8px 12px;
        font-size: 14px;
    }
    .product-intro .info {
        grid-template-columns: repeat(1, 1fr);
    }
    .product-intro .txt-box .dot-list li {
        font-size: 15px;
        padding-left: 6px;
    }
    .product-intro .txt-box .dot-list li::before {
        top: 5.25px;
        width: 2px;
    }
    .product-intro .txt-box p {
        font-size: 17px;
        margin-bottom: 18px;
    }
    .product-intro .intro {
        display: grid;
        grid-template-columns: 1fr;
        gap: 30px;
        margin-bottom: 35px;
    }
    .sub-link-tab {
        margin-bottom: 60px;
    }
    #bbsArea .table_blog2 {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    #bbsArea .table_blog2 .inner .bottom .title a span {
    }
    .search_wrap {
        top: 0;
        display: flex;
        gap: 10px;
        position: relative;
        margin-top: 50px;
    }
    .location-wrap ul li {
        gap: 6px;
        font-size: 13px;
        flex-direction: column;
        align-items: unset;
    }
    #areaTooltip{
        display: none !important;
    }
    .cert-wrap {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
    .video iframe {
        height: 100%;
    }
    .main-business {
        display: grid;
        grid-template-columns: 1fr;
    }
    .main-business .inner {
        height: 280px;
    }
    .board_box_blog2 .type_blog_b {
        grid-template-columns: 1fr;
    }
    .title-h3 {
        margin-bottom: 40px;
    }
    .greet-txt .txt-box {
        margin-top: 20px;
    }
    .greet-txt .txt-box p {
        font-size: 14px;
    }
    .greet-txt .txt-box p.name img {
        left: calc(50% + 100px);
        width: 100px;
    }
    .vision-wrap .vision-box {
        gap: 40px;
        grid-template-columns: repeat(2, 1fr);
    }
    .vision-box .vision .img-box img {
        width: 150px;
        margin: 0 auto;
    }
    .vision-box .vision .img-box span {
        margin-top: 15px;
        font-size: 20px;
    }
    .vision-box .vision .txt-box p {
        font-size: 15px;
    }
    .vision-box .vision .txt-box {
        margin-top: 8px;
    }
    .ci-wrap {
        margin-top: 90px;
    }
    .subpage-header {
        height: 225px;
    }
    .snb a {
        padding: 9px 0;
        font-size: 13px;
        line-height: 20px;
    }
    .snb {
        margin-top: -38px;
    }
    .ci-wrap .greet-sub {
        font-size: 19px;
        margin-bottom: 16px;
    }
    .ci-box .txt-box p {
        font-size: 14px;
        text-align: center;
    }
    .timeline h6 {
        font-size: 22px;
    }
    .timeline-box .timeline {
        grid-template-columns: 100px 1fr;
        gap: 15px;
    }
    .timeline-box::before {
        top: 8px;
        left: 96px;
        width: 2px;
    }
    .timeline h6::before {
        width: 8px;
        top: 8px;
        right: -1px;
    }
    .timeline .dot-list li {
        font-size: 14px;
        padding-left: 8px;
    }
    .timeline .dot-list li::before {
        width: 2px;
        top: 7.5px;
    }
    .timeline-box {
        gap: 30px;
    }
    #media01 #bbsArea .table_blog2 .inner .bottom {
        padding: 25px 30px;
        height: 145px;
    }
    #bbsArea .table_blog2 .inner .bottom .title a span {
        font-size: 17px;
    }
    .sub-tab li a {
        padding: 10px 15px;
        font-size: 12px;
    }
    .month-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px 15px;
    }
    .month-list ul li+li {
        margin-top: 5px;
    }
    .month-list ul li{
        line-height: 1.4;
    }
}