@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=block");
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/variable/pretendardvariable.css");
@import url("https://webfontworld.github.io/Poppins/Poppins.css");

/* bootstrap5 */
@import url("https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css");

:root {
    /* font */
    --page-font-family: "Poppins", "Pretendard Variable", sans-serif;
    /* --page-font-family: "roboto", "notokr", sans-serif; */
    /* nav */
    --navHeight: 95px;
    /* page-color */
    --page-point-color: #042d8e;
    --page-red-color: #e50000;
    --page-point-color-light: #e1e8fa;
    --page-point-color-dark: #042d8e;
    --page-point-color-hover: var(--page-point-color-dark);
    /* font-size default (desktop / mobile)*/
    --page-font-size: 14px;
    /* grid */
    --grid-1fr: minmax(0, 1fr);
    --grid-2repeat: repeat(2, var(--grid-1fr));
    --grid-3repeat: repeat(3, var(--grid-1fr));
    --grid-4repeat: repeat(4, var(--grid-1fr));
    --grid-5repeat: repeat(5, var(--grid-1fr));
    --grid-6repeat: repeat(6, var(--grid-1fr));
    --grid-7repeat: repeat(7, var(--grid-1fr));
    --grid-8repeat: repeat(8, var(--grid-1fr));
    --grid-9repeat: repeat(9, var(--grid-1fr));
    --grid-10repeat: repeat(10, var(--grid-1fr));
    --grid-11repeat: repeat(11, var(--grid-1fr));
    --grid-12repeat: repeat(12, var(--grid-1fr));
    /* border-radius: ; */
    --radius-sm: 5px;
    --radius-base: 10px;
    --radius-md: 15px;
    /* google-material-\\\\symbols */
    --gms: "Material Symbols Outlined";
    --gradLow: "GRAD"-25;
    --gradZero: "GRAD" 0;
    --gradHigh: "GRAD" 200;
    --opsz: "opsz" 48;
    /* fill icon */
    --gms100_Fill: "FILL" 1, "wght" 100, var(--opsz);
    --gms200_Fill: "FILL" 1, "wght" 200, var(--opsz);
    --gms300_Fill: "FILL" 1, "wght" 300, var(--opsz);
    --gms400_Fill: "FILL" 1, "wght" 400, var(--opsz);
    --gms500_Fill: "FILL" 1, "wght" 500, var(--opsz);
    --gms600_Fill: "FILL" 1, "wght" 600, var(--opsz);
    --gms700_Fill: "FILL" 1, "wght" 700, var(--opsz);
    /* outlined icon */
    --gms100_Out: "FILL" 0, "wght" 100, var(--opsz);
    --gms200_Out: "FILL" 0, "wght" 200, var(--opsz);
    --gms300_Out: "FILL" 0, "wght" 300, var(--opsz);
    --gms400_Out: "FILL" 0, "wght" 400, var(--opsz);
    --gms500_Out: "FILL" 0, "wght" 500, var(--opsz);
    --gms600_Out: "FILL" 0, "wght" 600, var(--opsz);
    --gms700_Out: "FILL" 0, "wght" 700, var(--opsz);
}

@media (max-width: 767px) {
    :root {
        --navHeight: 80px;
    }
}

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

* {
    word-break: keep-all;
}

html,
body#site {
    /* 홈페이지 기본 폰트 사이즈 */
    font-size: var(--page-font-size) !important;
}

body#site {
    display: none;
    font-family: var(--page-font-family);
}

body#site > .container {
    max-width: inherit;
    width: 100%;
    padding: 0;
}

span.material-symbols-outlined {
    overflow: hidden;
    display: inline-flex;
    line-height: 1;
    aspect-ratio: 1;
    font-variation-settings: var(--gms700_Out), var(--gradZero);
    user-select: none;
}

/* input 색상 초기화 */
input:is(:-webkit-autofill, :-webkit-autofill:hover, :-webkit-autofill:focus, :-webkit-autofill:active) {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

img {
    flex-shrink: 0;
    image-orientation: from-image;
}

.img-box {
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
}
#pd06 .wrap.branch.wp01 .img-box {
    justify-content: flex-start;
}
#ba04 .img-box img {
    border: 1px solid #ddd;
    padding: 10px;
}
.img-box.radius {
    border-radius: 5px;
}

.img-box.radius img {
    transform: translate3d(0 0 -1px);
}

.img-box.object-fit img {
    width: 100%;
    height: 100%;
    object-position: center;
}

.img-box.object-fit.cover {
    object-fit: cover;
}

.img-box.object-fit.contain {
    object-fit: contain;
}

:is(ol, ul, li, dl) {
    margin: 0;
    padding: 0;
    font-weight: normal;
    list-style-type: none;
    list-style-position: inside;
}

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

small {
    font-size: 13px;
}

/* default */
p,
dt,
dd,
li,
li > a {
    font-size: 16px;
}

th,
td {
    font-size: 16px;
}

:is(a, a:hover) {
    text-decoration: none;
}

button {
    border-radius: 0;
    background: transparent;
    border: 0;
    padding: 0;
    line-height: 1;
    font-size: 15px;
}

.btn {
    font-size: 15px;
}

br {
    visibility: visible;
    opacity: 0;
}

:where(.container, .row) {
    position: relative;
}

.row::before,
.row::after,
.container::before,
.container::after {
    content: none;
    display: none;
}

.row {
    margin: 0;
}

.col {
    padding: 0;
}

.row > * {
    float: inherit;
    padding: 0;
}

.grid {
    display: grid;
}

.grid > * {
    width: 100%;
}

.grid :where(.col),
.grid .col-span-1 {
    grid-column: span 1;
}
.grid .col-span-2 {
    grid-column: span 2;
}
.grid .col-span-3 {
    grid-column: span 3;
}
.grid .col-span-4 {
    grid-column: span 4;
}
.grid .col-span-5 {
    grid-column: span 5;
}
.grid .col-span-6 {
    grid-column: span 6;
}
.grid .col-span-7 {
    grid-column: span 7;
}
.grid .col-span-8 {
    grid-column: span 8;
}
.grid .col-span-9 {
    grid-column: span 9;
}
.grid .col-span-10 {
    grid-column: span 10;
}
.grid .col-span-11 {
    grid-column: span 11;
}
.grid .col-span-12 {
    grid-column: span 12;
}

.grid.col-temp-2 {
    grid-template-columns: var(--grid-2repeat);
}
#pd03 .wrap.benefit.wp05 .percent-wrap.grid.col-temp-2 {
    grid-template-columns: var(--grid-4repeat);
}
.grid.col-temp-2 img {
    border: 1px solid #ddd;
    /* padding: 0px 20px; */
}
#pd01 .wp05 .grid.col-temp-2 img {
    border: 0;
    padding: 0;
}
.grid.col-temp-3 {
    grid-template-columns: var(--grid-3repeat);
}
.grid.col-temp-4 {
    grid-template-columns: var(--grid-4repeat);
}
.grid.col-temp-5 {
    grid-template-columns: var(--grid-5repeat);
}
.grid.col-temp-6 {
    grid-template-columns: var(--grid-6repeat);
}
.grid.col-temp-7 {
    grid-template-columns: var(--grid-7repeat);
}
.grid.col-temp-8 {
    grid-template-columns: var(--grid-8repeat);
}
.grid.col-temp-9 {
    grid-template-columns: var(--grid-9repeat);
}
.grid.col-temp-10 {
    grid-template-columns: var(--grid-10repeat);
}
.grid.col-temp-11 {
    grid-template-columns: var(--grid-11repeat);
}
.grid.col-temp-12 {
    grid-template-columns: var(--grid-12repeat);
}

.modal.show {
    opacity: 1;
}

.modal .modal-header {
    flex-direction: row-reverse;
}
.modal .modal-header::before,
.modal .modal-header::after {
    content: none;
}
.modal .modal-footer {
    flex-wrap: nowrap;
    flex-direction: row-reverse;
}
.modal .modal-footer .btn {
    flex: 1;
    min-width: inherit !important;
}
.modal .btn.btn-default {
    background-color: #5d5d5d;
    color: #fff;
}

/* 구글맵 */
iframe[src^="https://www.google.com/"]
{
    background-color: #e5e3df;
    margin-bottom: -6px;
}

/* 유튜브 iframe */
iframe[title^="YouTube"] {
    aspect-ratio: 16/9;
    background-color: #000;
}

/*=================================== list-type =================================== */
.li-cir li {
    --marker-padding: 15px;
    position: relative;
    padding-left: var(--marker-padding);
    font-size: clamp(16px, 3cqw, 17px);
    margin-bottom: 2px;
}

.li-cir li::before {
    content: "";
    position: absolute;
    top: 0.55em;
    left: 0;
    display: block;
    background-color: #222;
    width: 5px;
    aspect-ratio: 1;
}

.li-dash li {
    --marker-padding: 15px;
    position: relative;
    padding-left: var(--marker-padding);
}

.li-dash li::before {
    content: "-";
    position: absolute;
    top: -2px;
    left: 0;
}

/* =================================== navbar =================================== */
#gnbauth i {
    display: none;
}

.dropdown-toggle::after,
.navbar .caret {
    display: none;
}

:where(.navbar-header, .navbar > .container) {
    display: flex;
}

.navbar-inverse .navbar-header {
    justify-content: center;
    align-items: center;
}

.navbar-inverse > .container {
    justify-content: space-between;
}

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

/* 상단 메뉴 */
.navbar-inverse {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background: #fff;
    padding: 0px 0px;
    box-shadow: 5px 0 5px rgba(0, 0, 0, 0.1);
    margin-bottom: 0;
    border: 0;
}

/* nav 로고 */
.navbar-brand {
    width: 230px;
    height: auto;
    margin: 0 !important;
    padding: 0;
}

/* nav 대메뉴*/
.navbar-inverse .navbar-nav > li > a {
    position: relative;
    font-weight: 500;
    color: #222;
    font-size: 18px;
}

/* nav 서브메뉴 dropdown-menu background */
.navbar-inverse .navbar-nav .dropdown-menu {
    position: absolute;
    background: #000;
}

/* nav 서브메뉴 dropdown-menu color */
.navbar-inverse .navbar-nav :is(li.open, li) .dropdown-menu > li > a {
    color: #fff;
}

/* nav 대메뉴&서브메뉴 hover,focus 모바일 제외 */
/* nav 대메뉴 클릭&후버 시 */
.navbar-inverse .navbar-nav > li > a:is(:hover, :focus),
.navbar-inverse .navbar-nav > li:is(:hover, :focus) .dropdown-toggle {
    background: none;
    color: var(--page-point-color);
}

/* nav 서브메뉴 dropdown-menu hover */
.navbar-inverse .navbar-nav .dropdown-menu > li > a:hover {
    background: #18439a;
    color: #fff;
}

/* desktop */
@media (min-width: 768px) {
    #site {
        padding-top: var(--navHeight);
    }

    /* navbar BS5 */
    .navbar {
        position: fixed;
        padding: 0;
    }
    .navbar > .container {
        flex-wrap: nowrap;
    }

    .navbar-inverse .navbar-collapse {
        height: 100% !important;
    }
    .navbar-nav {
        height: 100%;
        flex-direction: row;
        justify-content: flex-end;
    }

    /* pc nav 높이 */
    .navbar-inverse {
        height: var(--navHeight);
    }

    .navbar-inverse :is(.container, .navbar-right, .navbar-right > li, .navbar-right > li > a) {
        height: 100%;
    }

    .navbar-inverse :is(.navbar-right, .navbar-right > li) {
        float: inherit !important;
    }

    .navbar-inverse :is(.navbar-right, .navbar-right > li > a) {
        display: flex;
    }

    /* nav 대메뉴 */
    .navbar-inverse .navbar-nav > li > a {
        justify-content: center;
        align-items: center;
        padding: 0px 30px;
        letter-spacing: -0.01em;
    }

    /* nav 서브메뉴 dropdown-menu  */
    .navbar-inverse .navbar-nav .dropdown-menu {
        /* top: calc(50% + 30px); */
        left: 50%;
        right: auto;
        transform: translate(-50%, 0);
        border-radius: 0 !important;
        border: 0;
        padding: 0;
        text-align: center;
    }

    /* nav 서브메뉴 dropdown-menu 목록*/
    .navbar-inverse .navbar-nav .dropdown-menu > li > a {
        padding: 15px 25px;
        line-height: 1;
        font-size: 15px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    }
    .navbar-inverse .navbar-nav .dropdown-menu > li:last-child > a {
        border-bottom: 0;
    }
    /* top & scroll */
    /* :is(.navbar-inverse, .navbar-inverse.top) {
        transition: .3s;
        height: 120px;
        background-color: transparent;
    }

    :is(.navbar-inverse, .navbar-inverse.top) .navbar-brand img {
        filter: grayscale(1) brightness(10) invert(0);
    }

    :is(.navbar-inverse, .navbar-inverse.top) .navbar-nav>li>a {
        font-weight: 500;
        color: #fff;
    }

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

    .navbar-inverse.scroll {
        height: var(--navHeight);
        background-color: #fff;
    }

    .navbar-inverse.scroll .navbar-brand {
        width: 180px;
    }

    .navbar-inverse.scroll .navbar-brand img {
        filter: inherit;
    }

    .navbar-inverse.scroll .navbar-nav>li>a {
        color: #333;
    }

    .navbar-inverse.scroll .navbar-nav>li>a:is(:hover, :focus),
    .navbar-inverse.scroll .navbar-nav>li:is(:hover, :focus) .dropdown-toggle {
        opacity: 1;
        color: var(--page-point-color);
    } */
}

/* mobile */
@media (max-width: 767px) {
    #site {
        padding-top: var(--navHeight);
    }

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

    .navbar-inverse > .container {
        flex-direction: column;
        padding: 0;
        height: 100%;
    }

    .navbar-inverse .dropdown-menu {
        position: static !important;
        float: inherit;
        padding: 0;
    }

    .navbar-inverse :is(.navbar-right, .navbar-collapse) {
        padding: 0;
        margin: 0 !important;
    }

    .navbar-inverse .navbar-right,
    .navbar-collapse {
        width: 100%;
    }

    .navbar-inverse .navbar-collapse {
        transition: 0.3s !important;
        position: relative;
        display: flex;
        align-items: flex-start;
        overflow: hidden;
        max-height: 0px;
    }

    .navbar-inverse.open .navbar-collapse.collapsing,
    .navbar-inverse.open .navbar-collapse.in {
        display: block !important;
        max-height: 300px !important;
        overflow-y: auto;
    }

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

    /* nav 메뉴 버튼*/
    .navbar-inverse .navbar-toggle {
        order: 2;
        border: 0;
        padding: 9px 0;
        margin: 0 15px 0 0;
    }

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

    .navbar-inverse .navbar-toggle:is(:hover, :focus) {
        background: none;
        border-color: #444;
    }

    .navbar-inverse .navbar-toggle:is(:hover, :focus) .icon-bar {
        background-color: #444;
    }

    .navbar-inverse :is(.navbar-collapse, .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;
    }

    /* nav 메뉴*/
    .navbar-inverse .navbar-header {
        justify-content: space-between;
        width: 100%;
        height: var(--navHeight);
        margin: 0 !important;
        border-bottom: 1px solid #ddd;
    }

    /* nav 로고*/
    .navbar-inverse .navbar-brand {
        order: 1;
        width: 150px;
        margin: 0 0 0 15px !important;
    }

    /* nav 대메뉴, 드롭다운 메뉴 공통 */
    .navbar-inverse :is(.navbar-nav > li > a, .navbar-nav > li.open > ul.dropdown-menu > li > a) {
        display: flex;
        justify-content: start;
        align-items: center;
    }

    /* nav 대메뉴 */
    .navbar-inverse .navbar-nav > li > a {
        height: 50px;
        padding: 0 15px;
    }

    /* nav 서브메뉴 */
    .navbar-inverse .navbar-nav > li.open > ul.dropdown-menu {
        border-radius: 0;
    }
    .navbar-inverse .navbar-nav > li.open > ul.dropdown-menu > li > a {
        height: 45px;
        padding: 0 20px;
        font-size: 14px;
    }

    /* nav 드롭다운 배경 */
    /* .navbar-inverse .navbar-nav .dropdown-menu{
        background: #444;
    } */

    /* nav 드롭다운 폰트 */
    /* .navbar-inverse .navbar-nav .open .dropdown-menu>li>a{
        color: #fff;
    } */

    /* nav 드롭다운 메뉴 클릭시 */
    /* .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:is(:hover,:focus){
        color: #fff;
        background: #2968d4;
    } */
}

/* =================================== footer =================================== */
#site footer {
    margin-top: 0px;
    padding: 45px 0;
    background-color: #333;
}

.footer-wrap {
    display: grid;
    grid-template-columns: minmax(0, auto) minmax(0, 200px);
    grid-template-rows: min-content;
    align-items: flex-start;
}

/* left logo */
.footer-logo img {
    opacity: 0.25;
    margin-right: 30px;
}

/* default */
.footer-info {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    line-height: 1.5;
    color: #bbb;
    gap: 0 10px;
    font-size: 14px;
    letter-spacing: 0;
}

.footer-info li {
    font-size: 14px;
}

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

.footer-info li.corp {
    margin-bottom: 5px;
    color: #ddd;
}

.footer-info li.copyright {
    margin-top: 7px;
    color: #777;
}

.footer-login {
    margin-left: auto;
    margin-top: auto;
}

.footer-login .login-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 8px 11px;
    background: transparent;
    color: #aaa;
    line-height: 1;
    border-radius: 0;
    border: 1px solid #6c6c6c;
    font-size: 0.8rem;
    border-radius: 0;
}

.footer-login .login-btn span.material-symbols-outlined {
    font-size: 1rem;
    margin-right: 5px;
    font-variation-settings: var(--gms500_Out);
}

.footer-login .login-btn:hover {
    background-color: #333;
    color: #fff;
    font-weight: 500;
}

#scrollTop {
    padding: 0;
    aspect-ratio: 1;
    position: fixed;
    z-index: 1000;
    right: 25px;
    bottom: 25px;
    width: 45px;
    display: none;
    text-align: center;
    color: #fff;
    background: #777;
    border-radius: 50%;
}

#scrollTop .inner {
    display: flex;
    justify-content: center;
    align-items: center;
}

#scrollTop .inner :is(i, span) {
    font-size: 1.75rem;
}

/* mobile footer*/
@media (max-width: 767px) {
    .footer-wrap {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .footer-login {
        margin-left: inherit;
    }

    #scrollTop {
        width: 40px;
        height: 40px;
        right: 0px;
        bottom: 50px;
        display: none !important;
    }
}

/* no_content */
.maintenance {
    background: #f4f4f4;
    padding: 120px 25px;
    text-align: center;
}

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

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

/* =================================== mainCarousel =================================== */

/* 슬라이드 */
#mainCarousel .carousel-inner .item {
    height: calc(100vh - var(--navHeight));
}

#mainCarousel .carousel-inner .item::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    opacity: 0.3;
}

/* caption */
.carousel-caption {
    top: 49%;
    bottom: inherit;
    right: 20%;
    left: 20%;
    padding: 0;
    text-shadow: none;
    text-align: left;
}
.carousel-caption h1 strong {
    display: block;
    font-size: 0.45em;
    margin-left: 5px;
    margin-bottom: 10px;
    color: var(--page-red-color);
}
.carousel-caption h1 strong span {
    color: var(--page-point-color);
    -webkit-text-stroke: 1px #1472ec;
}
.carousel-caption h1 {
    position: relative;
    font-size: clamp(42px, 5cqw, 72px);
    line-height: 1.12;
    font-weight: 700;
    letter-spacing: 0;
    margin: 0;
}

.carousel-caption p {
    margin-top: 40px;
    font-size: clamp(16px, 4cqw, 20px);
    font-weight: 400;
    letter-spacing: -0.01em;
}
.carousel-caption .more-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 30px;
    padding: 8px 20px 8px;
    border: 1px solid rgba(255, 255, 255, 0.21);
    color: #fff;
    width: 160px;
    font-size: clamp(13px, 3cqw, 15px);
    background: rgba(255, 255, 255, 0.08);
    font-weight: 500;
}
.carousel-caption .more-btn:hover {
    background: #fff;
    color: #333;
}
/* control */
.carousel-control {
    display: flex;
    align-items: center;
    opacity: 1;
    width: 10%;
}

.carousel-control:is(.right, .left) {
    background: transparent;
    justify-content: center;
}

.carousel-control.right span {
    margin-right: 0;
}

.carousel-control.left span {
    margin-left: 0;
}

.glyphicon[class*="glyphicon-chevron"]::before {
    color: #fff;
    font-family: var(--gms);
    font-variation-settings: var(--gms100_Out);
}

.glyphicon.glyphicon-chevron-right::before {
    content: "\e5e1";
}

.glyphicon.glyphicon-chevron-left::before {
    content: "\e2ea";
}

.carousel-control :is([class*="glyphicon-chevron"], [class*="icon"]) {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    width: auto;
    height: auto;
    font-size: 64px;
}

/* indicators */
.carousel-indicators {
    width: auto;
    bottom: 40px;
}

.carousel-indicators :is(li, li.active) {
    aspect-ratio: 1/1;
    width: 0.7rem;
    height: auto;
    border: 0;
    border-radius: 50%;
    margin: 0 5px;
    backdrop-filter: blur(10px);
}

.carousel-indicators li {
    background-color: rgba(255, 255, 255, 0.5);
    transition: ease-in-out 0.15s all;
}

.carousel-indicators li.active {
    background: #fff;
    box-shadow: none;
}

/* =================================== mainpage common =================================== */

/* =================================== subpage header =================================== */
/* default */
.subpage-header {
    position: relative;
    height: 280px;
    background: center / cover no-repeat url(/public/img/sub/sub-top01.jpg);
}

/* background */
/* .subpage-header.visual01 {
    background-image: url(/public/img/sub/sub-top01.jpg);
} */

/* .subpage-header.visual02 {
    background-image: url(/public/img/sub/sub-top02.jpg);
} */

/* .subpage-header.visual03 {
    background-image: url(/public/img/sub/sub-top03.jpg);
} */

/* .subpage-header.visual04 {
    background-image: url(/public/img/sub/sub-top04.jpg);
} */

/* .subpage-header.visual05 {
    background-image: url(/public/img/sub/sub-top05.jpg);
} */

.subpage-header::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    opacity: 0.4;
}

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

.subpage-header .subpage-title h2 {
    line-height: 1;
    margin-top: -15px;
    text-align: center;
    font-weight: 500;
    color: #fff;
    font-size: clamp(40px, 5cqw, 48px);
}
#bm01 .subpage-header .subpage-title h2 {
    margin-top: 15px;
}
.breadcrumb {
    background: none;
    padding: 0;
    margin: 15px 0 0 0;
    display: flex;
    gap: 20px;
}

.breadcrumb li.home::before {
    content: "HOME";
}

.breadcrumb > li {
    position: relative;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.75);
    font-size: 14px;
}

.breadcrumb > li.active {
    color: #fff;
}

.breadcrumb > li + li:before {
    content: "\e5cc";
    font-family: var(--gms);
    font-weight: 400;
    position: absolute;
    left: -24px;
    display: block;
    font-size: 1.25rem;
    line-height: 1;
}

/* =================================== snb =================================== */
.snb {
    position: relative;
    height: 70px;
    z-index: 10;
    border-bottom: 0;
}
#bm01 .snb {
    display: none;
}
.snb :where(ul, li > a) {
    display: flex;
}

.snb :is(.container, ul, li, li > a) {
    height: 100%;
}

.snb ul {
    margin: -35px 0 0;
    justify-content: center;
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.18);
}

.snb li {
    flex: 0 1 50%;
}

.snb li > a {
    justify-content: center;
    align-items: center;
    width: 100%;
    background: #fff;
    text-align: center;
    font-size: clamp(15px, 3cqw, 17px);
    color: #888;
    position: relative;
    letter-spacing: 0;
    font-weight: 700;
}
.snb li > a::before {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 15px;
    background: rgba(0, 0, 0, 0.12);
    left: 0px;
}
.snb li:first-child > a::before {
    display: none;
}
.snb li.active a {
    position: relative;
    /* background: #18439a; */
    font-weight: 700;
    color: #18439a;
}

@media (hover: hover) {
    /* 마우스 후버 */
}

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

/* =================================== subpage =================================== */
.subpage-content {
    overflow: hidden;
}

.subpage-content section {
    padding: 100px 0 20px;
    min-height: 300px;
}
.subpage-content section:last-child {
    margin-bottom: 130px;
    padding-bottom: 0;
}
.subpage-content .se-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: clamp(60px, 10cqw, 100px);
    text-align: center;
}
#bm01 .subpage-content .se-title {
    margin-bottom: 50px;
}

.subpage-content .se-title:only-child {
    margin-bottom: 0;
}

.subpage-content .se-title h3 {
    font-weight: 800;
    color: #111;
    font-size: clamp(36px, 5cqw, 42px);
    letter-spacing: -0.035em;
}
#ab01 .subpage-content .se-title h3,
#bm01 .subpage-content .se-title h3 {
    letter-spacing: 0;
}
.subpage-content .se-title p {
    font-weight: 500;
    color: #000;
    letter-spacing: -0.035em;
    font-size: clamp(16px, 4cqw, 18px);
}
#ba04 .subpage-content .se-title p,
#bm01 .subpage-content .se-title p {
    font-size: clamp(17px, 4cqw, 20px);
    font-weight: 300;
}
.subpage-content .se-title .logo {
    margin-top: 55px;
    position: relative;
}
.subpage-content .se-title .logo::before {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 25px;
    background: #333;
    left: 50%;
    transform: translateX(-50%);
    top: -48px;
}
.subpage-content .se-title .logo + p {
    margin-top: 30px !important;
    padding: 0;
    line-height: 1.6;
    font-weight: 300;
    font-size: clamp(17px, 4cqw, 20px);
}
.subpage-content .se-title * + * {
    margin-top: 25px;
}

.subpage-content .se-title .target {
    display: inline-flex;
    margin-left: auto;
    margin-right: auto;
    line-height: 1;
}

.subpage-content .se-title .target h5 {
    display: flex;
    align-items: center;
    margin: 0;
    font-size: inherit;
    line-height: inherit;
    font-size: 18px;
    font-weight: 600;
    background: #1b469c;
    color: #fff;
    padding: 12px 15px;
    border: 1px solid #1b469c;
}

.subpage-content .se-title .target p {
    display: flex;
    align-items: center;
    margin-top: 0;
    line-height: inherit;
    color: #1b469c;
    background: #fff;
    padding: 12px 20px;
    border: 1px solid #1b469c;
}

.li-adv {
    margin-top: 40px !important;
    display: flex;
    gap: 10px;
}

.li-adv {
    flex: 0 1 auto;
}

.li-adv li + li {
    margin-top: 0 !important;
}

.li-adv li {
    font-size: 18px;
    padding: 12px 30px;
    border: 1px solid var(--page-point-color);
    color: var(--page-point-color);
}

.subpage-content * + .wp-title {
    margin-top: 50px;
}
.subpage-content .wp-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 25px;
    gap: 10px;
    position: relative;
}
.subpage-content .wp-title::before {
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    background: #1b459b;
    border-radius: 50%;
    left: 0;
    top: -12px;
    box-shadow: 12px 0 0px #e7000d;
}
.subpage-content .wp-title h4 {
    font-size: clamp(27px, 4cqw, 30px);
    font-weight: 700;
    text-align: center;
    color: #333;
}

.subpage-content .wp-title * + h4 {
    margin-top: 40px;
}

.subpage-content .wp-title h4 + * {
    margin-top: 15px;
}
.subpage-content * + .co-title {
    margin-top: 40px;
}
.subpage-content .co-title {
    margin-bottom: 15px;
}
.dl-info dt,
.subpage-content .co-title h5 {
    font-size: 20px;
    font-weight: 700;
}
.subpage-content .co-title h5::before {
    content: "";
    display: block;
    position: absolute;
    width: 4px;
    height: 19px;
    background: #333;
    left: 0;
    top: 5px;
}
.dl-info dt {
    font-size: clamp(17px, 4cqw, 20px);
    margin-bottom: 15px;
}
#pd02 .wrap.process.wp03 .dl-info dt {
    margin-bottom: 15px;
}
.subpage-content .co-title h5 {
    padding-left: 11px;
}
.num-wrap .co-title h5 {
    padding-left: 31px;
}
.subpage-content .marker {
    position: relative;
    padding-left: 15px;
    font-size: 26px;
}
.box-wrap .co-title h5::before {
    display: none;
}
.box-wrap .co-title h5 {
    padding: 0;
    font-weight: 700;
}
.subpage-content .marker::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    display: block;
    aspect-ratio: 1;
    width: 4px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--page-point-color);
}

/* =================================== subpage content =================================== */
/* grid-system */
.subpage-content :where(.row, .grid, [class*="wrap"]) + :where(.row, .grid, [class*="wrap"]) {
    margin-top: clamp(80px, 10cqw, 120px);
}
#pd01 .wrap.partner.wp04 .img-box img {
    padding: 30px 40px;
    border: 1px solid #ddd;
}
.wrap > .info {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.wrap > .info p:only-child {
    font-size: 20px;
}
.wrap .text {
    text-align: center;
}

.wrap .text p {
    font-size: 17px;
    text-align: left;
    background: #f7f7f7;
    padding: 30px;
}

.wrap.process img {
    border: 1px solid #ccc;
    padding: 30px;
}

.wrap.branch .img-wrap {
    /* padding: 10px; */
    /* border: 1px solid #ccc; */
}

:is(.greet-wrap, .vision-wrap) p {
    display: flex;
    flex-direction: column;
    font-size: 17px;
    line-height: 1.55;
    /* word-break: break-all; */
}
:is(.greet-wrap, .vision-wrap) p b {
    font-size: 28px;
    margin-bottom: 20px;
    font-weight: 700;
}
#ab01 .info p b {
    display: inline-block;
    position: relative;
}
#ab01 .greet-wrap .info p b::before {
    content: "";
    display: block;
    position: absolute;
    width: 390px;
    height: 1px;
    background: #333;
    right: 0;
    top: 19px;
}
#ab01 .se02 .info p b {
    margin-bottom: 50px;
    position: relative;
    display: block;
}

#ab01 .se02 .info p b::before {
    content: "";
    display: block;
    position: absolute;
    width: 25px;
    height: 5px;
    background: #ccc;
    left: 50%;
    top: 59px;
    transform: translateX(-50%);
}
.greet-wrap {
    display: flex;
}

.greet-wrap .img-box {
    flex: 0 1 auto;
    width: 50%;
    padding-right: 70px;
    min-height: 300px;
}
.greet-wrap .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.greet-wrap .info {
    display: flex;
    flex-direction: column;
    position: relative;
}
.greet-wrap .info::after {
    content: "ECOLOGICS";
    font-weight: 900;
    margin-top: auto;
    padding-top: 14px;
    line-height: 0.7;
    font-size: 95px;
    color: #f4f4f4;
}
.vision-wrap .img-box {
    width: 100%;
    /* aspect-ratio: 4/1; */
    background-color: #ccc;
}
.vision-wrap .info {
    position: relative;
    z-index: 10;
    margin: -90px 100px 0;
    padding: 70px 80px 0;
    background-color: #fff;
    text-align: center;
}
.img-wrap {
    gap: 60px 20px;
}

[id^="ba"] .img-wrap img {
    border: 1px solid #ddd;
    padding: 15px;
}

.img-wrap + ul,
.img-wrap ul {
    margin-top: 20px;
}

.img-wrap p {
    padding: 10px;
    text-align: center;
    font-size: 17px;
    font-weight: 500;
    background: #fafafa;
}

.num-wrap {
    gap: 20px;
    display: flex;
    flex-direction: column;
}
.num-wrap img {
    mix-blend-mode: multiply;
}
.num-wrap .col {
    counter-increment: itemNum;
    display: grid;
    grid-template-columns: minmax(0, 3fr) minmax(0, 9fr);
    align-items: flex-start;
    gap: 60px;
    padding: 40px;
    background-color: #f3f5f9;
}
.num-wrap .col h5::before {
    content: counter(itemNum, decimal-leading-zero) "";
    margin-right: 10px;
    width: 0;
    height: 0;
    background: none;
    left: 0;
    top: 0px;
    color: #042d8e;
}
.num-wrap .col .info {
    padding-top: 10px;
}
.biz-wrap {
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.biz-wrap .top {
    display: grid;
    grid-template-columns: var(--grid-3repeat);
    gap: 20px;
}
.biz-wrap .top .item {
    text-align: center;
}
.biz-wrap .top .item.i01 h5 {
    background-color: #633895 !important;
}
.biz-wrap .top .item.i03 h5 {
    background-color: #18879a !important;
}
.biz-wrap .top .item.i01 h5 {
    background-color: #333;
}
.biz-wrap .top h5 {
    margin: 0;
    padding: 15px;
    background-color: #18439a;
    color: #fff;
    font-size: clamp(18px, 4cqw, 20px);
}
.biz-wrap .top p {
    padding: 20px;
    background-color: #f7f7f7;
    font-size: 17px;
}
.biz-wrap .mid p {
    text-align: center;
    font-size: 42px;
    font-weight: 700;
    margin-top: 60px;
}
.biz-wrap .bottom {
    display: grid;
    grid-template-columns: var(--grid-4repeat);
    gap: 20px;
}
.biz-wrap .bottom .item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    aspect-ratio: 1;
    border-radius: 50%;
    padding: 30px;
    background-color: #fff;
    color: var(--page-point-color);
    position: relative;
    border: 7px solid var(--page-point-color);
}
.biz-wrap .bottom .item::before {
    content: "";
    display: block;
    position: absolute;
    width: 234px;
    height: 234px;
    border: 1px dashed var(--page-point-color);
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.biz-wrap .bottom h5 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

.biz-wrap .bottom p {
    color: inherit;
    color: #000;
    font-size: 17px;
}

.toxic-wrap .col {
    display: grid;
    grid-template-columns: minmax(0, 4fr) minmax(0, 8fr);
    gap: 60px;
    align-items: flex-start;
}
* + .dl-info {
    margin-top: 25px;
}

.dl-info div + div {
    margin-top: 25px;
}

.dl-info.col-temp-2 div {
    margin-top: 0;
}

.li-branch {
    display: inline-flex;
    /* margin: 0 auto; */
    /* padding: 15px 20px; */
    /* border: 1px solid #666; */
}
.li-branch li {
    line-height: 0.8;
    font-size: 18px;
    font-weight: 500;
}
.li-branch li + li {
    border-left: 1px solid #999;
    padding-left: 15px;
    margin-left: 15px;
}
.li-area {
    display: flex;
    justify-content: center;
    gap: 10px;
}
.li-area + * {
    margin-top: 30px;
}
.li-area li {
    flex: 0 1 auto;
    padding: 12px 22px;
    background-color: #fff;
    color: #18439a;
    font-size: 17px;
    font-weight: 600;
    text-align: center;
    border: 1px solid var(--page-point-color);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.percent-wrap {
    gap: 20px;
}
.percent-wrap.row {
    display: flex;
}
#pd02 .wrap.benefit.wp04 .percent-wrap.row {
    padding: 0 180px;
}
.percent-wrap .col {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex: 1;
    padding: 30px;
    background-color: #f3f5f9;
}
#pd02 .wrap.benefit.wp04 .percent-wrap .col {
    /* height: 240px; */
    width: 240px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #1b469c;
    align-items: center;
    position: relative;
}
#pd02 .wrap.benefit.wp04 .percent-wrap .col::before {
    content: "";
    display: block;
    position: absolute;
    width: calc(100% - 16px);
    aspect-ratio: 1;
    /* height: 224px; */
    border: 1px dashed #fff;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.percent-wrap .info {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 28px;
    line-height: 1.25;
}
.percent-wrap .info span.material-symbols-outlined {
    aspect-ratio: inherit;
    font-size: 42px;
    color: #1b469c;
    margin-bottom: 8px;
}
#pd03 .percent-wrap .col {
    justify-content: center;
    padding: 40px;
    border-top: 4px solid #042d8e;
    margin-top: 40px;
}

#pd03 .percent-wrap .info {
    align-items: center;
    text-align: center;
}
#pd03 .wrap.benefit.wp05 .percent-wrap .info span.material-symbols-outlined {
    font-size: 35px;
    background: #1b469c;
    color: #fff;
    border-radius: 50%;
    margin-top: -80px;
    padding: 20px;
    margin-bottom: 12px;
}
.percent-wrap .info h5 {
    font-size: 30px;
    line-height: inherit;
    font-weight: 500;
}
#pd02 .wp04 .percent-wrap .info p {
    font-size: 20px;
    color: #fff;
}

#pd02 .wp04 .percent-wrap .info h5 {
    font-size: 55px;
    color: #fff;
}
.percent-wrap .info h5.small {
    font-size: 1em;
}
.percent-wrap .info h5 span {
    font-size: 30px;
    font-weight: 300;
}
.percent-wrap .info p {
    display: inline-flex;
    align-items: center;
    font-size: 18px;
    line-height: inherit;
    font-weight: 700;
    color: #042d8e;
}
#pd03 .wrap.benefit.wp05 .percent-wrap .info p {
    color: #333;
    font-weight: 400;
    margin-top: 0;
    font-size: 17px;
}
#pd03 .wrap.benefit.wp05 .percent-wrap .info h5 {
    color: #222;
    margin-top: 5px;
    font-size: 25px;
    height: 80px;
    margin-bottom: 0;
}
#pd03 .wrap.benefit.wp05 .percent-wrap .info h5 span {
    font-size: 25px;
}
.percent-wrap .info p.down::after {
    content: "\f1e3";
    font-family: var(--gms);
    font-size: 1em;
    margin-left: 5px;
}
.pare-wrap {
    gap: 20px;
}
.pare-wrap .col {
    display: flex;
    flex-direction: column;
}
.pare-wrap .co-title {
    border-top: 2px solid #000;
    border-bottom: 1px solid #ccc;
    padding: 20px;
    margin-bottom: 0;
}
.pare-wrap .co-title h5 {
    margin-bottom: 0;
    padding: 0;
}
.pare-wrap .co-title h5::before {
    display: none;
}
.pare-wrap :is(ul, p) {
    flex: 1;
    padding: 25px 22px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ccc;
}
.box-wrap {
    gap: 70px;
}
.box-wrap .col {
    position: relative;
    padding: 40px 35px;
    /* border: 1px solid #666; */
    text-align: center;
    background: #e9edf5;
    /* overflow: hidden; */
}
#pd04 .wp04 .box-wrap .col:nth-child(2) {
    background: #042d8e;
    color: #fff;
}
#pd04 span.material-symbols-outlined.notranslate {
    position: absolute;
    right: -3px;
    bottom: -10px;
    font-size: 110px;
    opacity: 0.1;
}
#pd04 span.material-symbols-outlined.gas01.notranslate {
    color: #19439a;
    opacity: 0.06;
}
.box-wrap p {
    font-size: 20px;
}
#pd04 .wp04 .box-wrap p {
    font-size: 18px;
}
.box-wrap.arrow .col + .col::before {
    position: absolute;
    left: -54px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    content: "\e5c8";
    font-family: var(--gms);
    font-size: 20px;
    aspect-ratio: 1;
    width: 40px;
    border-radius: 50%;
    /* background-color: #555; */
    color: #555 !important;
    font-size: 40px;
    z-index: 1;
}

.ref-wrap {
    display: grid;
    grid-template-columns: var(--grid-2repeat);
    gap: 10px 10px;
}
.ref-wrap .col {
    padding: 15px;
    /* border: 1px solid #ddd; */
    background: #f3f5f9;
}
.ref-wrap .col p {
    text-align: center;
    font-size: clamp(15px, 4cqw, 17px);
}

.adv-wrap {
    display: flex;
    /* flex-direction: column; */
    gap: 20px;
}
.adv-wrap .col {
    padding: 74px 40px 40px;
    background: #042d8e;
    position: relative;
}
#pd06 .adv-wrap .col span.material-symbols-outlined {
    position: absolute;
    top: 35px;
    color: #fff;
    font-size: 35px;
    left: 40px;
}
.adv-wrap .col p {
    font-size: 17px;
    color: rgba(255, 255, 255, 0.78);
    /* word-break: break-word; */
}
.adv-wrap .col p b {
    display: block;
    margin-bottom: 12px;
    font-size: 20px;
    margin-top: 8px;
    color: #fff;
}
/* map */
:is(.root_daum_roughmap, .root_daum_roughmap .wrap_map, iframe[src^="https://www.google.com/"])
{
    aspect-ratio: 5/2;
    width: 100% !important;
    height: auto !important;
    padding: 0 !important;
}
.map-wrap p.address {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    text-align: left;
    font-size: 24px;
    background: #fff;
    z-index: 1;
    margin: -50px 80px 0px;
    padding: 40px 60px 0;
    color: #000;
    font-weight: 300;
    position: relative;
}
.map-wrap p.address::after {
    content: "ECOLOGICS";
    display: block;
    position: absolute;
    right: 58px;
    top: 39px;
    font-weight: 700;
    font-size: 35px;
    letter-spacing: 0.2em;
    color: #eee;
}
.map-wrap p.address span.material-symbols-outlined {
    font-size: 18px;
    background: #1b459b;
    color: #fff;
    padding: 5px;
    border-radius: 50%;
}
* + .table-wrap {
    margin-top: 50px;
}
.table-wrap * + .img-box {
    margin-top: 30px;
}
#pd04 .wrap.power.wp04 .img-box img {
    border: 1px solid #ddd;
    padding: 30px 60px;
}
.table-style :is(tbody, thead) tr :is(th, td) {
    border-color: #ddd;
    text-align: center;
    padding: 12px;
    vertical-align: middle;
}
.table-style > thead > tr:first-child {
    border-top: 2px solid #333;
}
.table-style > thead > tr:first-child > td {
    border-bottom: 0;
    background-color: #f7f7f7;
    font-weight: 700;
}

/* =================================== widget =================================== */
/* 위젯 */
[class^="board_box"] {
    margin-bottom: 0 !important;
}

.page-header {
    margin-top: 0;
    margin-bottom: 30px;
    border-bottom: 1px solid #000;
}

.page-header h4 {
    display: inline-block;
    font-size: 22px;
}

.page-header a.pull-right i::before {
    position: relative;
    display: block;
    content: "\e145";
    transform: translateY(2px);
    font-family: var(--gms);
    font-variation-settings: var(--gms300_Out);
    font-size: 22px;
    font-weight: 500;
    color: #000;
}

.type_list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.type_list :is(li) {
    padding: 0;
}

.type_list :is(a):hover {
    text-decoration: underline;
}

.type_list :is(li, a) {
    line-height: 1;
    font-size: 16px;
    color: #000;
}

.type_list .info span:not(.regdate) {
    display: none;
}

.type_thumb {
    display: grid;
    grid-template-columns: repeat(2, var(--grid-1fr));
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    gap: 10px;
}

.type_thumb > div {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.type_thumb .inner {
    margin-top: 0;
    margin-bottom: 0;
    border: 0;
}

.type_thumb .inner .bottom {
    padding: 0;
}

.type_thumb .inner .bottom .info {
    display: none;
}

.type_thumb .inner .bottom .title {
    padding: 0;
    margin-top: 5px;
}

.type_thumb .bottom .title a {
    font-size: 17px;
}

.type_thumb .inner .top a .thumb {
    aspect-ratio: 5/3;
    height: auto;
}

/* =================================== board, bbs =================================== */
:is(.board_wrapper, .pagination_wrap, .search_wrap) {
    display: none;
}

#bbsArea .board_wrapper .table.board_write_table > :where(tbody, tfoot, thead) > tr > :where(th, td) {
    border-bottom: 0;
}

#bbsArea {
    gap: 0;
}

#bbsArea :is(.board_wrapper, .pagination_wrap, .search_wrap) {
    display: block;
    margin-top: 0;
}

#bbsArea .board_wrapper [class*="wrap"] {
    margin: 0;
}

#bbsArea .board_wrapper .option_wrap {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}

#bbsArea .board_wrapper .option_wrap .list_btn_wrap {
    position: static;
}

/* 카테고리 / 분류 */
.category_wrap ul {
    display: flex;
    gap: 0 20px;
}

.category_wrap li {
    margin: 0 !important;
}

.category_wrap li a {
    color: #888;
    font-weight: 500;
    padding-bottom: 0;
    border-bottom: 0;
}

.category_wrap li a:hover {
    color: #111;
}

.category_wrap li.on :where(a, a:hover, a:focus) {
    color: #000;
    font-weight: 600;
}

:is(.table_video, .table_blog2) {
    display: grid;
    grid-template-columns: repeat(3, var(--grid-1fr));
    gap: 50px 20px;
    margin: 0;
}

/* 블로그 동영상 상품 */

/* 컬럼개수 설정 */
.table_pd {
    --col: 4;
}

:is(.table_video, .table_blog2) {
    --col: 3;
}

:is(.table_video, .table_blog2, .table_pd) {
    display: grid;
    grid-template-columns: repeat(var(--col), var(--grid-1fr));
    margin-left: 0;
    margin-right: 0;
    gap: 70px 30px;
}

/* 등록된 [상품/게시글]이 없습니다 문구 */
:is(.table_video, .table_blog2, .table_pd) dd:not([class]) {
    width: 100%;
    grid-column: span var(--col);
}

:is(.table_video, .table_blog2, .table_pd) > dd {
    width: 100%;
    padding: 0;
}

:where(.table_video, .table_blog2, .table_pd) .inner {
    border: 0;
}

:where(.table_video, .table_blog2, .table_pd) .inner .top a .thumb {
    aspect-ratio: 5/3;
    width: 100%;
    height: auto;
    background-size: cover;
}

:is(.table_video, .table_blog2) dd {
    margin-bottom: 0;
}

:is(.table_video, .table_blog2) dd .inner .bottom {
    margin-top: 15px;
    padding: 0;
}

:is(.table_video, .table_blog2) dd .inner .bottom {
    padding: 0;
}

:is(.table_video, .table_blog2, .table_blog) dd :is(.inner .bottom, .right) .title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px 0;
    padding: 0;
}

:is(.table_video, .table_blog2) dd :is(.inner .bottom) .title a {
    display: block;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

:is(.table_video, .table_blog2, .table_blog) dd :is(.inner .bottom, .right) .info {
    display: flex;
    gap: 10px;
}

:is(.table_video, .table_blog2, .table_blog) dd :is(.inner .bottom, .right) .info span {
    padding: 0;
}

/* 댓글 */
#bbsArea .reply_wrap h4 {
    text-align: left;
    font-size: 17px;
}

/* 검색 */
#bbsArea .board_wrapper + :is(.search_wrap, .pagination_wrap) {
    margin-top: 70px;
}

#bbsArea .pagination_wrap + .search_wrap {
    margin-top: 30px;
}

#bbsArea .search_wrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 0 !important;
}

/* 게시판 reset */
.board_wrapper {
    margin-top: 0 !important;
    margin-bottom: 0;
}
#item_agree label,
#item_email .text-muted {
    font-size: 1rem;
}

.board_wrapper .text-center {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.board_wrapper .text-center :is(.btn.btn-lg, .btn + .btn) {
    min-width: 200px;
}

.board_wrapper .text-center .btn + .btn {
    margin: 0;
}

.btn.btn-primary:is(:hover, :focus) {
    background-color: var(--page-point-color-hover);
    border-color: var(--page-point-color-hover);
}

.btn,
.member_wrapper .btn,
.search_wrap #search_btn + .write_btn_wrap .btn,
.search_wrap #search_btn,
.wr_form_item input.form-control,
.form-control {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    height: 40px;
    font-size: 1rem;
}

.form-control {
    padding: 0.8rem 0.85rem !important;
}

.btn {
    justify-content: center;
    align-items: center;
    padding: 0 1.5rem !important;
}

.btn-lg {
    height: 45px !important;
}

.form-control[type="file"] {
    line-height: 2.9;
    padding: 0 0.8rem !important;
}

.wr_form_item input.form-control {
    background-color: transparent;
    padding-left: 0;
}

.btn:not(#search_btn, #File_add, #write_btn, #id_check, #email_check, #delete_btn, #list-back-btn, #reply_btn, [id^="reply_modify_"], [id^="reply_modify_"] + .btn, [id^="reply_delete_"]),
.text-center #write_btn {
    min-width: 150px;
}

.btn#File_add {
    padding: 0 !important;
}

.form-control[type="file"] {
    margin: 0;
}

.board_wrapper .table.board_write_table :where(.input-group, .form-control):not(#wr_name, #wr_email, #at_name, #wr_captcha, #wr_cate, #wr_thumb) {
    width: 100%;
}

/* member */
.member_wrapper {
    max-width: 1140px;
    margin: 0 auto;
}

.member_wrapper h1 {
    margin-top: 0;
}

.member_wrapper .btn {
    font-size: 14px;
}
.member_wrapper .table tbody tr :is(th, td) {
    font-size: 14px;
}
.member_wrapper .table tbody tr th {
    background-color: rgba(0, 0, 0, 0.03);
}

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

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

.table_blog dd::after,
.table_blog dd .right .info {
    display: none;
}

.table_blog dd {
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
    padding: 25px 25px;
}

.table_blog dd a {
    font-weight: 500;
}

.table_blog dd .right {
    width: auto;
    flex-grow: 1;
    padding-top: 10px;
}

.table_blog dd .right .text p {
    padding: 0;
}

.table_blog dd .left a .thumb {
    aspect-ratio: 5/3;
    width: 250px;
    height: auto;
}

.table_blog dd :where(.left, .right) {
    width: auto;
    height: auto;
}

.table.table_default {
    margin-bottom: 0;
}

.table.table_default tbody tr th.num {
    font-weight: normal;
}

.table.table_default tbody .subject a {
    font-size: 16px;
    color: #333;
}

.table.table_default tr :is(th, td) {
    font-size: 16px;
    border-bottom: 1px solid #ddd;
}

.table.table_default thead th {
    background: #fff;
    border-bottom: 1px solid #ccc;
    font-weight: 500;
}

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

.table.table_default tr td {
    color: #777;
}

.table.table_default tr td:only-child {
    display: table-cell;
}

.board_wrapper .table.board_write_table {
    border-top: 1px solid #333;
    border-collapse: inherit;
}
.board_wrapper .table.board_write_table .checkbox {
    margin: 0;
}
.board_wrapper .table.board_write_table .checkbox label {
    font-size: 1rem;
}

.board_wrapper .table.board_write_table tbody tr:first-child > * {
    border-top: 0;
}

.text-muted {
    margin-top: 8px !important;
}

/* wrapper */
.board_wrapper .text-center .btn {
    padding: 15px 0 !important;
}
.board_wrapper .table.board_write_table .files .fileInput {
    flex-wrap: nowrap;
}

.board_wrapper .table.board_write_table .files .fileInput .file_add {
    padding: 6px 7px 5px;
}

.board_wrapper .table.board_write_table .files + .sumChk {
    padding-bottom: 0;
    margin-bottom: 0;
    border: 0;
}

.board_wrapper .table.board_write_table tbody tr th {
    background-color: transparent;
    font-weight: 700;
    font-size: 1.1rem;
}
.board_wrapper .table.board_write_table tbody tr td {
    padding-top: 15px;
    padding-bottom: 15px;
}
.board_data_view {
    border-top: 1px solid #333;
}

.board_data_view .header_wrap {
    border-bottom: 1px solid #ddd;
    padding: 40px 0;
}

#item_agree .checkbox {
    margin-top: 8px;
}

:is(#form_history_list, #form_history_nologin) .board_wrapper {
    padding: 0;
    background: transparent;
    min-height: auto;
}

:is(.checkbox label, .radio label) {
    letter-spacing: -0.06em;
}

.custom_checkbox + span a {
    font-weight: 500;
}

.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"],
.radio input[type="radio"],
.radio-inline input[type="radio"] {
    margin-top: 2px;
}

.privacy_body {
    font-size: 16px;
    line-height: 1.6em;
    padding: 0 100px;
}

/* =================================== popup =================================== */

#mainPopup {
    position: relative;
    top: calc(var(--navHeight) - 140px);
}

.main_popup {
    border: 0;
    border-radius: 0;
    background-color: transparent !important;
}

.main_popup_optional {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 0;
    padding: 7px 10px;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    backdrop-filter: blur(10px);
}

.main_popup_optional :is(label, div) {
    opacity: 0.8;
}

.main_popup_optional :is(label, div):is(:hover, :focus) {
    opacity: 1;
}

.main_popup_optional :is(label, div, span) {
    float: inherit !important;
    line-height: 1;
}

.main_popup_optional label {
    display: inline-flex;
    align-items: center;
    font-size: 0.85rem;
    font-weight: 400;
}

.main_popup_optional label span.material-symbols-outlined {
    font-size: 1.25rem;
    margin-right: 2px;
}

.main_popup button.close {
    opacity: 1;
    margin: 0;
    height: auto;
    color: inherit;
    font-size: 1.75rem;
}

.main_popup span.material-symbols-outlined {
    font-variation-settings: var(--gms100_Out);
    font-size: inherit;
}

.main_popup_contents {
    overflow: hidden;
    padding: 10px;
    background: #fff;
}

.main_popup_contents img {
    display: block;
    max-width: 100%;
    height: auto;
}

/* login */
:is(#find_btn, #login_btn) {
    margin-top: 25px;
    height: 50px !important;
}

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

:is(#find_idpw, .login_wrapper) {
    display: flex;
    justify-content: center;
    align-items: center;
    height: calc(100vh - var(--navHeight));
}

@media (max-height: 761px) {
    :is(#find_idpw, .login_wrapper) {
        height: auto;
    }
}

:is(#find_idpw, .login_wrapper) .container {
    width: 100%;
}

.join_wrapper .member_wrapper {
    width: auto;
}
:is(#find_idpw, .join_wrapper, .login_wrapper) .form-group {
    height: 45px;
}
:is(#find_idpw, .join_wrapper, .login_wrapper) .member_wrapper {
    padding: 50px 40px;
    border: 1px solid #ddd;
    border-radius: 10px;
    max-width: inherit;
    background: #fff;
}

:is(#find_idpw, .login_wrapper) .member_wrapper {
    width: 400px;
    margin: 0 auto;
}

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

.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 label span.material-symbols-outlined {
    opacity: 0.5;
    transform: translateY(1px);
    font-variation-settings: var(--gms400_Out);
    font-size: 1.25rem;
    color: #000;
}

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

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

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

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

.member_wrapper :is(#login_form, #login_form input) {
    font-size: 14px;
}

.member_wrapper #login_form input {
    border: 0;
    padding-left: 0 !important;
}

.member_wrapper h1 + p {
    line-height: 1.4;
    font-size: 14px;
}

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

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

.member_wrapper .login_extra ul li > a {
    font-size: 14px;
}

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

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

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

/* =================================== mobile =================================== */
/* mainpage */
@media (max-width: 767px) {
    #mainCarousel .carousel-inner .item {
        height: calc(100svh - var(--navHeight));
    }

    .carousel-caption {
        left: 5%;
        right: 5%;
        top: 50%;
    }

    .carousel-control {
        display: none;
    }

    .carousel-indicators :is(li, li.active) {
        aspect-ratio: 1;
        width: 10px;
        margin: 0 6px;
    }
}

/* subpage */
@media (max-width: 767px) {
    .subpage-content .se-title p br {
        display: none;
    }
    .subpage-header {
        height: 150px;
    }

    .subpage-header .subpage-title h2 {
        margin-top: 0;
    }
    .snb {
        margin-top: 15px;
        height: auto;
        background-color: #eee;
    }
    .snb ul {
        margin-top: 0;
        flex-direction: column;
        gap: 5px;
        background-color: transparent;
    }
    .snb li > a {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 50px !important;
        background-color: #fff;
        font-weight: 500;
    }
    .greet-wrap {
        gap: 30px;
    }
    .greet-wrap .img-box {
        aspect-ratio: 5/3;
        padding-right: 0;
        width: 100%;
        min-height: 0;
    }
    #ab01 .greet-wrap .info p b::before {
        width: 60%;
    }
    .greet-wrap .info::after {
        padding-top: 40px;
    }
    .vision-wrap .img-box {
        aspect-ratio: 5/3;
    }
    .vision-wrap .img-box img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: 75%;
    }
    .vision-wrap .info {
        margin: -100px 20px 0;
        padding: 30px;
    }
    .map-wrap p.address {
        display: flex;
        flex-direction: column;
        margin: -30px 20px 0;
        padding: 30px;
        text-align: center;
    }
    .map-wrap p.address::after {
        position: static;
    }
    .biz-wrap .top {
        display: flex;
        flex-direction: column;
    }
    .biz-wrap .bottom {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .biz-wrap .bottom .item {
        width: 75%;
    }
    .biz-wrap .bottom .item::before {
        width: 94%;
        height: auto;
        aspect-ratio: 1;
    }
    .img-wrap.col-temp-2 {
        grid-template-columns: var(--grid-1fr);
    }
    .subpage-content .se-title .target {
        flex-direction: column;
        text-align: center;
    }
    .subpage-content .se-title .target h5 {
        justify-content: center;
    }
    .subpage-content .se-title .target p {
        line-height: 1.4;
    }
    #pd04 .wrap.power.wp04 .img-box img,
    [id^="ba"] .img-wrap img {
        padding: 5px;
    }
    .num-wrap img {
        width: 70%;
    }
    .num-wrap .col {
        display: flex;
        flex-direction: column;
        padding: 30px;
        gap: 15px;
    }
    .num-wrap .col .info {
        width: 100%;
    }
    .toxic-wrap .col {
        display: flex;
        flex-direction: column;
        gap: 40px;
    }
    .wrap.branch .img-wrap {
        grid-template-columns: var(--grid-1fr);
        gap: 20px;
    }
    .li-area {
        flex-direction: column;
    }
    .wrap.picture .img-wrap,
    .wrap.equip .img-wrap {
        grid-template-columns: var(--grid-1fr);
        gap: 30px;
    }
    #pd01 .wrap.partner.wp04 .img-box img {
        padding: 5px;
    }
    .dl-info.grid {
        grid-template-columns: var(--grid-1fr);
        gap: 20px;
    }
    #pd02 .wrap.benefit.wp04 .percent-wrap.row {
        padding: 0 50px;
    }
    .li-branch {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }
    .li-branch li + li {
        border-left: 0;
        padding-left: 0;
        margin-left: 0;
    }
    .pare-wrap {
        display: flex;
        flex-direction: column;
    }
    #pd03 .wrap.benefit.wp05 .percent-wrap.grid.col-temp-2 {
        display: flex;
        flex-direction: column;
    }
    .adv-wrap {
        flex-direction: column;
    }
    .li-adv {
        flex-direction: column;
    }
    .wrap.process img {
        padding: 15px;
    }
}

/* bbs, etc */
@media (max-width: 767px) {
    .member_wrapper {
        padding: 70px 15px;
    }

    .privacy_body {
        padding: 0 30px;
    }

    .table_default :is(colgroup, .num, .regdate, .hits, .writer) {
        display: none;
    }

    .table_default .subject {
        width: 100%;
    }

    .member_wrapper #join_form .table :is(.input-group.input-group-big, .form-control.form-control-big),
    .board_wrapper
        .table.board_write_table
        :is(.input-group.input-group-big, .form-control.form-control-big, tbody tr td .btn, tbody tr td .form-control, .input-group.input-group-big, .form-control.form-control-big) {
        width: 100%;
    }

    :is(.table_video, .table_blog2) {
        grid-template-columns: repeat(2, var(--grid-1fr));
        gap: 40px 20px;
    }

    .search_wrap {
        margin-bottom: 0 !important;
    }

    .board_data_view .download_wrap tr {
        display: flex;
        flex-direction: column;
    }

    .board_data_view .download_wrap tr > * {
        width: 100%;
    }

    .board_data_view .download_wrap tr th {
        padding-bottom: 10px;
    }

    .board_data_view .download_wrap tr li a {
        word-break: break-all;
    }

    .board_data_view .download_wrap tr li + li {
        margin-top: 10px;
    }

    .board_wrapper div.text-center {
        margin-top: 0;
        margin-bottom: 50px;
        padding-top: 30px;
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .board_wrapper .text-center .btn.btn-lg {
        padding: 0;
        height: 50px;
    }

    .board_wrapper .text-center :is(.btn.btn-lg, .btn + .btn) {
        flex: 1;
        min-width: inherit;
    }

    .table.board_write_table tbody tr th span:nth-of-type(2) {
        margin-left: 10px;
    }

    .table.board_write_table tbody tr th span:only-child {
        margin: 0;
    }

    .table.table_responsive tbody tr th {
        padding: 15px !important;
        margin-left: 0 !important;
    }

    .main_popup_contents {
        padding: 10px;
    }

    :is(#find_idpw, .join_wrapper, .login_wrapper) {
        margin-top: 0;
        position: relative;
        padding: 100px 0;
        height: calc(100svh - var(--navHeight));
    }

    :is(#find_idpw, .join_wrapper, .login_wrapper) .member_wrapper {
        padding: 50px 20px 50px;
    }

    :is(#find_idpw, .join_wrapper, .login_wrapper) .container {
        width: 100%;
        padding: 0 15px;
    }

    .member_wrapper {
        width: 100% !important;
        margin: 0 !important;
    }

    .member_wrapper .form-group div:last-child {
        width: 100%;
    }

    .member_wrapper {
        padding-top: 50px;
    }

    .member_wrapper .login_extra ul {
        width: 100%;
        display: flex;
        justify-content: center;
    }

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

/* bbs-reset */
:is(.form-wrap, form) #list_btn {
    display: none;
}

.board_data_view .contents_wrap {
    padding-left: 0;
    padding-right: 0;
}

.board_data_view .contents_wrap p {
    font-size: inherit;
}

.board_data_view .contents_wrap :is(li, dl) {
    margin: inherit;
    padding: inherit;
    list-style-position: inside !important;
}

.board_data_view .contents_wrap ul li {
    list-style-type: disc !important;
}

.board_data_view .contents_wrap ol li {
    list-style-type: decimal !important;
}
